body {
	font-family: 'Open Sans', sans-serif;
}

*:last-child {
    margin-bottom: 0px;
}

a {
    color: #b47f3a;
    transition: all 240ms ease-in-out 0s;
    -moz-transition: all 240ms ease-in-out 0s;
    -webkit-transition: all 240ms ease-in-out 0s;
    -ms-transition: all 240ms ease-in-out 0s;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
}


h1, h2 {
    line-height: 24px;
    font-size: 18px;
    margin-bottom: 20px;
}

h3, h4 {
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 20px;
}

p {
    font-size: 14px;
    line-height: 1.42857143;
    margin: 0 0 10px;
}


header {
    width: 100%;
	background: #000;
	height: 120px;
    z-index: 101;
}

.mob_nav_btn, #log_mob {
	display: none;
}

header a {
    color: #b47f3a;
    text-decoration: none;
}

header a:hover, header a:focus {
    color: #cd9f63;  
    text-decoration: none;
}

header span {
    color: #ccc;
    display: inline-block;
    margin-right: 10px;
    margin-top: 55px;
}

header span.h_k a[href*="tel:"] {
    color: #fff !important;
    text-decoration: none;
}

header span.h_k p {
    display: inline-block;
}

header p {
    color:#b47f3a;
}

header .logo {
    display: inline-block;
    margin: 40px 0 0 0;
}

header ul {
    float: right;
    padding: 0px;
    margin-top: 55px;
}

header ul li {
    list-style: none;
    margin-left: 10px;
    float: left;
}

header ul li a {
    color: #ccc;
    text-transform: uppercase;
}


nav {
    border-top: 2px solid #b47f3a;
    border-bottom: 2px solid #b47f3a;
    background: #000;
    z-index: 60;
    width: 100%;
    height: 62px;
}


nav ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

nav ul li {
    display: inline-block;
    height: 60px;
}

nav a {
    display: block;
    line-height: 60px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 13.5px;
    font-weight: 600;
}


nav a:hover, nav a:focus {
    color: #cd9f63;
    text-decoration: none;
}


.affix {
    top: 0;
    width: 100%;
}

.mob_nav_btn {
    background-color: transparent;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    opacity: 1;
    padding: 9px 10px;
    position: absolute;
    right: 26px;
    top: 48px;
    z-index: 90;
    transition: none;
}

.mob_nav_btn .icon-bar {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    margin: 0;
    width: 22px;
}

/*.slider {
    margin-top: -1px;
}*/

.slider ul {
    width: 100% !important;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}



section {
    padding: 40px 0;
    position: relative;
    color: #ccc;
    background: #111;
}

.tabs-part {
    background: #3e3e3e;
}

.nav-tabs {
    margin: 10px 0 0 0px;
    padding: 0;
    border:none;
}

.nav-tabs li {
    display: block;
    float: none;
    list-style: outside none none;
    padding: 8px 0;
    margin: 0;
}

.nav-tabs li > a {
    color: #ccc;
    display: block;
    padding: 0;
    margin: 0;
    border:none;
    border-radius: 0;
    text-decoration: none !important;
    text-transform: uppercase;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
    background: none;
    border:none;
    outline: none;
    color: #b47f3a;
    opacity: 1;
}


.nav-tabs li:hover a {
    color: #fff;
    opacity: 1;
}

.tab-content p {
    text-align: justify;
}

#section_ausbildung h2 {
    margin: 0 0 30px 0;
}

#section_ausbildung p {
    text-align: justify;
}

 #section_jobs ul {
    margin: 30px 0 0 0;
    padding: 0px;
}

#section_jobs ul li {
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}

#section_jobs ul li a {
    display: block;
}

#section_jobs {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
    height: 500px;
}

 #section_jobs .slogan {
    font-size: 32px;
    line-height: 38px;
    text-transform: none;
    position: absolute;
    font-weight: 300;
    left: 30px;
    bottom: 30px;
}

 #section_jobs ul li a h3 {
    margin-bottom: 10px;
    font-size: 16px;
}

#section_jobs ul li a:hover {
    text-decoration: none;
}

 #section_jobs ul li a .fa {
    float: right;
    font-size: 18px;
    line-height: 32px;
    color: #fff;
}

 #section_uber_uns {
    background: #0a0a0a;
}

 #section_uber_uns h2 {
    margin:  0 0 30px 0;
 }

  #section_uber_uns p {
    text-align: justify;
  }


#section_uber_uns .member .image img {
    max-width: 100%;
    height: 270px;
    width: auto;
}

#section_uber_uns .member .image {
    background: #000;
    text-align: center;
    margin-bottom: 15px;
    height: 270px;
    overflow: hidden;
    width: 100%;
}

#section_uber_uns .member {
    border: 1px solid #222;
    background: #222;
    text-align: center;
    color: #777;
    padding: 0 0 15px;
}

#section_uber_uns .member h3 {
    color: #fff;
}

#section_uber_uns .member p {
    text-align: center;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

#section_uber_uns .member a {
    color: #777;
}

 #section_referenzen {
    padding: 30px 0 0 0;
}

 #section_referenzen p {
    text-align: center;
 }

.logos .logo {
    border-right: 1px solid #3b3b3b;
    border-bottom: 1px solid #3b3b3b;
    display: block;
    padding: 40px 0;
}

.logos .logo img {
    margin: 0 auto;
    display: block;
}

.logos .logo:hover .image {
    background-position: center top;
}

.logos .logo img {
   /*filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    cursor: pointer;
    transition: all 300ms ease;*/
}


.logos .logo img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}


.logos .logo:nth-of-type(1), .logos .logo:nth-of-type(2), .logos .logo:nth-of-type(3), .logos .logo:nth-of-type(4), 
.logos .logo:nth-of-type(5), .logos .logo:nth-of-type(6) {
    border-top: 0px;
}

.logos .logo:nth-of-type(6), .logos .logo:nth-of-type(12), .logos .logo:nth-of-type(18), .logos .logo:nth-of-type(24)  {
    border-right: none;
}

.table {
    width: 100%;
    max-width: 100%;
}


.logos .table {
    display: table;
    width: 100%;
}

.logos .table .cell {
    display: table-cell;
    vertical-align: middle;
}

.logos .image {
    background-position: center bottom;
    background-repeat: no-repeat;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

#map {
    height: 450px;
}

.contact img {
    width: 100%;
    height: auto;
}

#section_kontakt {
    background: #000;
    padding: 0px;
    margin: 0px;
}

#section_kontakt form .form-control {
    float: none;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.input-group {
   width: 100%; 
}

#section_kontakt textarea {
    height: 53px;
}

#section_kontakt .btn {
    background: #b47f3a;
    border-color: #a17134;
    float: right;
}

#section_kontakt .form-group {
    margin-bottom: 10px;
}

footer {
    background: #131210;
    color: #fff;
}


footer a {
    color: #b47f3a;
    text-decoration: none;
}

footer .logo {
    padding: 0;
    border:none;
}

footer .logo img {
    filter: none;
    margin: inherit;
}


footer .row {
    padding: 30px 0;
}

.hidden-991 {
    display: block;
}

.visible-991 {
     display: none;
}

.slider li img {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
}

.back {
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    margin-top: 30px;
    background: #b47f3a;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.back:hover {
    text-decoration: none;
    color: #fff;
    background: #96672a;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    left: auto;
    right: 20px;
    display: none;
    background: #96672a;
    border: none;
}

.back-to-top:focus, .back-to-top:visited {
    background: #96672a;
}




@media screen and (max-width: 1366px) {

    #slideshow ul li {
        width: 100% !important;
        height: auto !important;
    }

    .slider li img {
        width:100% !important;
        min-width: 460px;
        height: auto !important;
    }   
}


@media screen and (max-width: 991px) {
    .mob_nav_btn {
        display: block;
    }

    .visible-991 {
        display: block;
    }

    .hidden-991, nav ul {
        display: none;
    }

    nav#menu {
        border: medium none;
        height: 1200px;
        left: auto;
        position: fixed;
        right: -310px;
        top: 120px;
        width: 300px;
        /*transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -ms-transition: all 0.5s ease-in-out 0s;*/
    }

    nav#menu ul li {
        display: block;
    }


    nav#menu ul li a {
        text-align: left;
    }
      
    .affix {
        position: static;
    }

    #log_mob {
        display: inline-block;
        position: absolute;
        right: 17px;
        top: 6px;
    }

     .row-offcanvas {
        width: 300px;
        position: fixed;
        z-index: 101;
      }

      .row-offcanvas-right {
        right: 0;
      }

      .row-offcanvas-left {
        left: 0;
      }

      .row-offcanvas-right
      .sidebar-offcanvas {
        width: 300px;
        height: 1200px;
        right: -300px;
        background: #000;
        border-radius: 0;
        padding: 0;
      }

      .row-offcanvas-left
      .sidebar-offcanvas {
        width: 300px;
        left: -300px;
      }

      .row-offcanvas-right.active {
        top:120px;
        right: 300px;
      }

      .row-offcanvas-left.active {
        left: 50%;
      }

      .sidebar-offcanvas {
        width: 30px;
        position: absolute;
        top: 0;
        width: 50%; /* 6 columns */
      }
     
    header {
        border-bottom: 2px solid #b47f3a;
        line-height: 10px;
        position: fixed;
        top:0;
        left: 0;
    }

    .mob_nav_btn .icon-bar {
        background-color: #fff;
        border-radius: 1px;
        display: block;
        height: 2px;
        margin: 0;
        width: 22px;
    }

    .mob_nav_btn .icon-bar:nth-child(2) {
        margin: 8px 0;
    }

    header .container {
        position: relative;
        width: 100%;
    }

    header span.h_k a {
        display: block;
    }

    header span.h_k {
        margin-top: 14px;
    }

    header .logo {
        margin: 30px 0 0;
    }

    header ul {
        margin-right: 54px;
        margin-top: 7px;
    }

    nav#menu ul li {
        display: block;
    }

    nav#menu ul li a {
        text-align: left;
    }

    #sidebar ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

     #sidebar ul a {
        color: #fff;
        text-transform: uppercase;
        display: block;
        line-height: 60px;
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        padding: 0 15px;
        font-weight: 600;
        transition: none;
     }

}

@media screen and (max-width: 768px) {
    #section_referenzen {
        padding: 0;
    }

    .logos .logo {
        border-right: 1px solid #3b3b3b !important;
    }
}




@media screen and (max-width: 767px) {
    #log_desk {
        display: none;
    }

    nav ul li {
        height: auto;
    }

    nav#menu.open {
        z-index: 10000;
    }

    #section_referenzen h2 {
        text-align: center !important;
    }
}



@media screen and (max-width: 667px) {
    header .logo {
        margin: 20px 0 0;
    }

    .text-center {
        text-align: left !important;
    }

    header span.h_k, header p {
        font-size: 11px;
        margin-top: 12px;
    }

    header p  {
        margin: -5px 0 0 0;
    }

    header {
        line-height: 6px;
    }

    .lang_m {
        padding: 0;
        position: absolute;
        right: 0;
        top: 7px;
        width: 125px;
    }

    header ul {
        margin-right: 64px;
        margin-top: 6px;
    }

    .main-content {
        padding-top: 58px;
    }

    #slideshow ul {
        width: 100% !important;
        min-height: 158px;
    }

    .slider li img {
        height: 156px !important
    }
}

@media (max-width: 560px) {
    #sidebar ul li {
        height: 46px;
    }
}



