/*Google Fonts - Roboto
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700italic,700,300italic,300,400italic);
*/

/*
beige:      #c4bd97
hellbraun:  #984807
lila:       #604a7b
braun:      #662f06
*/

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v27-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v27-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v27-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v27-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v27-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}


/*grau #393a44 */

/*Allgemeines*/
html {
    color: #7f7f7f;
    font: 400 15px/26px 'Roboto', sans-serif;
    background-color: #ffffff;
}
a {
    color: #194383;
    outline: none;
    font-weight:400;
}
em {
    color: #666;
}
.uk-margin-large-top {
    margin-top: 40px !important;
}

ol, ul {
    padding-left: 15px;
}
li {
    margin-bottom: 15px;
}
ul.u-slideshow {
    list-style-type: none;
    padding-left: 0px;
}
/*Section*/
.section {
    padding:0;

}
.section-color {
    background-color: #292929;
}
.headercont {
    color:#fff;
    background-color:#393a44;
}
.headercont h2{
    color:#fff;
}
#projects {
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
}

/*Mobile Background Attachment Fix*/
.uk-touch #header,
.uk-touch #testimonials::before,
.uk-touch #our-labels::before,
.uk-touch #footer::before {
    background-attachment: scroll;
}

/* Navigation */
.navi {
    background-color: #ffffff;
    z-index:999;
    position:relative;
    -moz-box-shadow:    inset 0 0 10px #ddd;
    -webkit-box-shadow: inset 0 0 10px #ddd;
    box-shadow:         inset 0 0 10px #ddd;
}
.navi .uk-navbar-brand {
    height: 110px;
    padding: 0;
}
.uk-navbar {
    background-color: transparent;
}
.uk-navbar-nav > li > a {
    color:#194383;
}
.uk-navbar-nav > li {
    text-align:center;
}
.uk-navbar-nav li li {
    text-align:left;
}
.uk-sticky-placeholder {
    z-index: 980;
}
#header #logo {
    /*display:none;*/
}
#header #navigation  ul.uk-navbar-nav {

}
.home #navigation.uk-navbar-flip .ia-button {
    margin-top: 12px;
}
#navigation.uk-navbar-flip .ia-button {
    height: 44px;
    line-height: 44px;
    margin-top: 18px;
}

#navigation  ul.uk-navbar-nav {
    margin: 40px 0 25px;
    z-index: 999;
}
#navigation ul.uk-navbar-nav > li:not(:first-child) {
    margin-left: 0px;
}
#navigation ul.uk-navbar-nav > li.uk-open > a,
#navigation ul.uk-navbar-nav > li:hover > a,
#navigation ul.uk-navbar-nav > li > a:focus {
    background-color: #ccc;
    color: #fff;
}
#navigation ul.uk-navbar-nav > li.active > a {
    color: #fff;
}
#navigation ul.uk-navbar-nav > li.uk-parent > a {
    padding-right: 25px;
}
#navigation ul.uk-navbar-nav > li > a {
    box-sizing: border-box;
    color: #bfbfbf;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 30px;
    line-height: 24px;
    padding: 3px 10px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
}
#navigation .uk-navbar-nav > li.uk-active > a {
    color: #c4bd97;
}
#navigation ul.uk-navbar-nav > li > i {
    color: #fff;
    font-size:14px;
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
#navigation ul.uk-navbar-nav > li.active {
    background-color: #ccc;
}
#navigation .uk-dropdown {
    background-color: #194383;
    padding: 5px 20px;
}
#navigation .uk-dropdown ul > li > a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    -webkit-transition: all 0.2s ease-in-out 0s;
            transition: all 0.2s ease-in-out 0s;
    z-index:999;
}
#navigation .uk-nav-dropdown li > a:focus,
#navigation .uk-nav-dropdown li > a:hover,
#navigation .uk-nav-dropdown li.active > a {
    background: #fff none repeat scroll 0 0;
    color: #194383;
    outline: 0 none;
}
#navigation .uk-nav-dropdown li.active > a{
    color:#fff;
    background: #ef7d00;
}
.ia-button,
.ia-button:hover,
.ia-button:active,
.ia-button:focus {
    color:#bfbfbf;
}
.slidenav {
    box-sizing: border-box;
    color: rgba(50, 50, 50, 0.4);
    display: inline-block;
    text-align: center;
    width: 60px;
    background-color: #fff;
    border: 2px solid #ef7d00;
    border-radius: 50%;
    display: block;
    font-size: 40px;
    line-height: 56px;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
.slidenav {
    margin-top: -60px;
    position: absolute;
    z-index: 1;
}
.slidenav-previous:before {
    content: "";
    font-family: FontAwesome;
}
.slidenav-previous {
    left: 20px;
}
.slidenav-next:before {
    content: "";
    font-family: FontAwesome;
}
.slidenav-next {
    right: 20px;
}
a.slidenav:hover{
    text-decoration:none;
}
.navbuttons {
    float:right;
    margin-top:50px;
}
.home-button{
    display: inline-block;
}

.home-button.nodisplay {
    margin-right: 20px;
}
.home-button a{
    min-height: 30px;
    overflow: visible;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    background-color: #f07d00;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

/*Headline*/
h1, h2, h3, h5, h6 {
    color: #333;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}
h1,h3 {
    color:#c4bd97;
    font-size: 30px;
}
h2 {
    color: #7f7f7f;
    font-size: 26px !important;
    line-height:32px;
    font-family: "Roboto",sans-serif;
}
h3 {
    font-size: 22px;
    line-height: 26px;
}
.headline:after {
    border-top: 1px solid #ef7d00;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: -1;
}
.headline {
    position: relative;
    text-align: center;
}
.headline h1, .headline h2 {
    background-color: #fff;
    display: inline-block;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 10px;
    padding: 0 20px;
    text-transform: uppercase;
}
.headline p {
    color: #aaa;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.teamslider {
    margin-bottom:30px;
}

/*Buttons*/
.uk-button:hover {
    background-color: #7f7f7f;
    color: #fff;
}
.uk-button {
    background-color: #c4bd97;
    color: #ffffff;
    font-weight: 400;
    height: 40px;
    line-height: 36px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/*Input*/
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="color"],
.uk-form select,
.uk-form textarea {
    border-radius: 4px;
    height: 40px;
}
.uk-form textarea {
    height: auto;
}

/*Checkbox & Radio*/
.checkboxradio {
}
.checkboxradio input {
    display: none;
}
.checkboxradio input[type="checkbox"] + label:before {
    content: "\f096";
}
.checkboxradio input[type="checkbox"] + label:after {
    content: "\f046";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}
.checkboxradio input[type="checkbox"]:checked + label:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.checkboxradio input[type="radio"] + label:before {
    content: "\f10c";
}
.checkboxradio input[type="radio"] + label:after {
    content: "\f192";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}
.checkboxradio input[type="radio"]:checked + label:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
.checkboxradio label:before,
.checkboxradio label:after {
    color: #194386;
    font-family: "FontAwesome";
    font-size: 21px;
    left: 0;
    position: absolute;
    top: 0;
}
.checkboxradio label {
    cursor: pointer;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}

/*Header*/

.header-navigation .logo {
    display: inline-block;
    height: 50px;
    position: relative;
}

.imgslider {
   position: relative;
}
.imgslider img {
    max-height: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.imgslider p {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
}

/*Section-Image*/
.section-image.home {
    height: 100vh;
}

.imageHolder {
    position: relative;
    background-size: cover !important;
}
.imageHolder > div {
    position: relative;
    /*height: 450px !important;
    width: 100%;*/
    overflow: hidden;
    background-size: cover !important;

}
.imageHolder > div{
    /*height: 450px !important;
    width:100%;*/
}
.imageHolder h3 div {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    font-size:48px;
}

/*Contact*/
#contacts {
    border-bottom: 2px solid #393a44;
}

/*Footer*/
#footer {
    background-color: rgb(248,247,242);
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.contact-info {
    /*background-color: rgba(0, 0, 0, 0.3);*/
    padding: 20px 0;
    width: 100%;
    color:#fff;
}
#footer h2 {
    margin-bottom: 0;
    position: relative;
}
.panel {
    color: #ffffff;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-top: 5px;
    position: relative;
}
    .contact-info .panel {
         padding-left: 70px;
    }
.panel > p {
    margin: 0;
}
.panel p.footmail {
    line-height: 50px;
}
.panel:hover > i {
    background-color: #ef7d00;
}
.panel > a > i{
    border: 4px solid #ccc;
    border-radius: 100%;
    box-sizing: border-box;
    font-size: 30px;
    height: 60px;
    left: 0;
    line-height: 53px;
    position: absolute;
    text-align: center;
    /* top: 50%;
    transform: translateY(-50%);*/
    top:0px;
    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
    width: 60px;
}
#footer .contact-form label{
    color: #c4bd97;
    padding: 20px 0;
    text-align: right;
}
#footer .contact-form label{
    text-transform: uppercase;
}
#footer .contact-form form {
    text-align: left;
}
#footer .contact-form input.uk-form-danger[type="text"],
#footer .contact-form textarea.uk-form-danger {
    background-color: rgba(243, 19, 56, 0.2) !important;
    box-shadow: 0 1px 3px rgba(30, 50, 70, 0.2), 0 0 1px rgba(243, 19, 56, 0.1) inset, 0 1px 0 rgba(243, 19, 56, 0.2) inset;
    color: #fff !important;
}
#footer .contact-form input[type="text"],
#footer .contact-form input[type="email"],
#footer .contact-form textarea {
    background-color: #fff;
    border: 1px solid #c4bd97;
    border-radius: 0;
}
#footer .contact-form *::-webkit-input-placeholder { /* Chrome, Safari, Opera */
    color: #fff;
}
#footer .contact-form *::-moz-placeholder { /* Firefox */
    color: #fff;
}
#footer .contact-form *:-ms-input-placeholder { /* IE 10-11 */
    color: #fff !important;
}
#footer .contact-form *::-ms-input-placeholder { /* IE Edge */
    color: #fff;
}
#footer .contact-form *::-webkit-input-placeholder { /* CSS Working Draft */
    color: #fff;
}
#footer .contact-form *::-moz-placeholder { /* CSS Working Draft */
    color: #fff;
}
#footer .contact-form *:-ms-input-placeholder { /* CSS Working Draft */
    color: #fff;
}
#footer .contact-form *::placeholder { /* CSS Working Draft */
    color: #7f7f7f;
}
.copyright {
    background-color: #c4bd97;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.copyright a{
    color: #fff;
}
#footer a {
    color:#7f7f7f;
    font-weight: 500;
}
/*Navigation-Overlay*/
#navigation-overlay.open {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.5s ease 0s;
            transition: opacity 0.5s ease 0s;
    visibility: visible;
}
#navigation-overlay {
    background-color: rgba(25, 67, 131, 0.9);
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
            transition: opacity 0.5s ease 0s, visibility 0s ease 0.5s;
    visibility: hidden;
}
#navigation-overlay nav {
    height: 200px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
}
#navigation-overlay nav > ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#navigation-overlay.open nav > ul > li:nth-child(1) { -webkit-transition-delay: 0.05s; transition-delay: 0.05s; }
#navigation-overlay.open nav > ul > li:nth-child(2) { -webkit-transition-delay: 0.10s; transition-delay: 0.10s; }
#navigation-overlay.open nav > ul > li:nth-child(3) { -webkit-transition-delay: 0.15s; transition-delay: 0.15s; }
#navigation-overlay.open nav > ul > li:nth-child(4) { -webkit-transition-delay: 0.20s; transition-delay: 0.20s; }
#navigation-overlay.open nav > ul > li:nth-child(5) { -webkit-transition-delay: 0.25s; transition-delay: 0.25s; }
#navigation-overlay.open nav > ul > li {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
}
#navigation-overlay nav > ul > li:not(:first-child) {
    margin-left: 8px;
}
#navigation-overlay nav > ul > li {
    float: left;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0px, -80px, 0px);
            transform: translate3d(0px, -80px, 0px);
    -webkit-transition: -webkit-transform 0.5s ease 0s, opacity 0.5s ease 0s;
            transition: transform 0.5s ease 0s, opacity 0.5s ease 0s;
}

#navigation-overlay nav > ul > li:hover > a {
    background-color: #fff;
    color: #194383;
}
#navigation-overlay nav > ul > li > a {
    background-color: rgba(25, 67, 131, 0.8);
    border: 2px solid #fff;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 500;
    padding: 58px 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
    width: 200px;
}
#navigation-overlay nav > ul > li > a > i {
    display: block;
    font-size: 40px;
    padding-bottom: 20px;
}
#map-canvas {
    height: 400px;
    margin: 0;
    padding: 0;
    width: 100%;
}
#map-canvas img {
    max-width: none;
}
.uk-tab > li:nth-child(n+2) > a {
    margin-left: auto;
}

/*Readmore*/
.more {
    border-color: #ef7d00;
    bottom: 10px;
    box-sizing: border-box;
    color: #ef7d00;
    left: 0;
    margin: auto;
    right: 0;
    transform: scale(0.8);
}
.more.active > i::before {
    content: "\f106";
}

/*Navigation - Mobile*/
#navigation-mobile .uk-offcanvas-bar {
    background-color: #c4bd97;
}
#navigation-mobile a {
    color: #fff;
}
#navigation-mobile li {
    margin-bottom: 0px;
}
#navigation-mobile > div > h3 {
    background-color: #ffffff;
    color: #fff;
    height: 70px;
    line-height: 70px;
    margin: 0;
    text-align: center;
}
#navigation-mobile .panel > a > i {
    border: 3px solid #ccc;
    font-size: 20px;
    height: 40px;
    line-height: 32px;
    position: absolute;
    text-align: center;
    width: 40px;
    margin-top: 5px;
}
#navigation-mobile .panel {
   padding-left: 50px;
}
#navigation-mobile .panel > p {
    font-size: 16px;
}
#navigation-mobile > div > h3 > a {
    color: #fff;
}
#navigation-mobile > div > ul {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05);
    background-color: #9d9779;
}
#navigation-mobile > div > ul > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px 10px 30px;
}
#navigation-mobile > div > ul > li:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
#navigation-mobile > div > ul > li > a + ul {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
    display: none;
    padding: 0;
}
#navigation-mobile > div > ul > li > a + ul > li > a {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 12px;
    padding: 10px 25px;
    text-transform: uppercase;
}
.uk-accordion {
	font-size:14px;
}
.gino {display: none !important;visibility: hidden !important;}

#imprint,#dataprotection {
    margin-top: -20px;
}
.social {
    font-size: 32px;
    padding-left: 10px;
    padding-right: 10px;
}
.social a {
    color:#fff;
    text-decoration: none;
}
.social.sblog {
    font-size: 16px;
    border-radius: 3px;
    border: 3px solid #fff;
    line-height: 26px;
    text-align: center;
    margin: 0px 20px 0;
    padding: 2px 1px;
    height: 17px;
    display: inline-block;
}
.social.sblog i{
    font-size: 14px;
    position: relative;
    top: -5px;
}
#footer .copyright .fimprint a {
    padding-left: 10px;
    padding-right: 10px;
}

.uk-navbar-toggle {
    font-size: 31px;
}

.uk-navbar-toggle {
    padding: 0;;
}

/*Scroll to up & down*/
#scroll-up-down {
    display: none;
    position: fixed;
    right: 25px;
    bottom: 20px;
    background-color: #c4bd97;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
#scroll-up-down > * {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6px 12px 0;
}
#scroll-up-down > * > svg, #scrolloffer > * > svg {
    height: auto;
    width: 100%;
}
#scroll-up-down > .up {}
#scroll-up-down > .up > svg {}
#scroll-up-down > .down {}
#scroll-up-down > .down > svg {}


.uk-slidenav-position .uk-slidenav-previous {
    color: #ffffff;
}

/* Slider */
#referenzen .uk-slidenav-previous:before {
    content: "\f053";
}

#referenzen .uk-slidenav-next:before {
    content: "\f054";
}
/*
#referenzen .uk-slidenav-position .uk-slidenav-previous {
    left: -40px;
}
#referenzen .uk-slidenav-position .uk-slidenav-next {
    right: -40px;
}
*/
#referenzen .uk-slidenav {
    color: #25316B;
    width: 55px;
    line-height: 55px;
    height: 55px;
    font-size: 30px;
    display: inline-block;
}
.uk-dotnav > * {
    margin-top: 30px;
}
.uk-dotnav > * > * {
    width: 10px;
    height: 10px;
    color: #cccccc;
}
.uk-dotnav > .uk-active > * {
    background: #707070;
}

.uk-description-list-horizontal > dt {
    font-weight: normal;
}

/* Cookie Banner */
.cc-banner .cc-btn:last-child {
    color: #ffffff;
}
.cc-banner .cc-btn:last-child:hover {
    background-color: #a49d77;
    text-decoration: none;
}
