@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:300,400|Hind+Vadodara:300,400,600);

body {
    width: 100%;
    height: 100%;
    /*font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Hind Vadodara', sans-serif;
    font-weight: 300;

    color: #6C6C6C;
    background-color: #FFF;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    /*font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

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

.light {
    font-weight: 400;
}


/*
    
    NAVBAR

*/
    .navbar-container {
        width:100%;
        padding-left:25px
    }

    .navbar-header a {
        padding-top: 0px;
    }

    .navbar-custom {
        margin-bottom: 0;
        border-bottom: 1px solid #000;
        text-transform: uppercase;
        font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
        background-color: #FFF;
    }

    .navbar-custom .navbar-brand {
        font-weight: 700;
    }

    .navbar-custom .navbar-brand:focus {
        outline: 0;
    }

    .navbar-custom .navbar-brand .navbar-toggle {
        padding: 4px 6px;
        font-size: 16px;
        color: #000;
    }

    .navbar-custom .navbar-brand .navbar-toggle:focus,
    .navbar-custom .navbar-brand .navbar-toggle:active {
        outline: 0;
    }

    .navbar-custom a {
        color: #000;
    }

    .navbar-custom .nav li a {

        color: #000;
    }

    .navbar-custom .nav li a:hover {
        outline: 0;
        color: #FFF;
        background-color: #009933;

    }

    .navbar-custom .nav li a:focus,
    .navbar-custom .nav li a:active {
        outline: 0;
        background-color: #FFF;
    }

    .navbar-custom .nav li.active {
        outline: 0;
    }

    .navbar-custom .nav li.active a {
        color: #FFF;
        background-color: #00672a;
    }

    .navbar-custom .nav li.active a:hover {
        color: #FFF;
        background-color: #00672a;
    }

    @media(min-width:768px) {
        .navbar-custom {
            padding: 20px 0;
            letter-spacing: 1px;

            -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
            -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
            transition: background .5s ease-in-out,padding .5s ease-in-out;
        }

        .navbar-custom.top-nav-collapse {
            padding: 0;
            border-bottom: 1px solid #000;
            background: #FFF;
            color: #000;
        }

        .navbar-custom.top-nav-noncollapse {
            line-height: 250px;
            border-bottom: 1px solid #000;
            background: #FFF;
            color: #000;
        }
    }




/*
    
    TITEL

*/
    .titel p {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .titel h2 {
        margin-bottom: 0px;
        font-size: 225%;
    }

    .titel hr {
        border-top-width: 2px;
        width: 200px;
        margin-top:10px;
        margin-bottom: 35px;
    }




/*
    
    INTRO Section

*/
    .intro {
        display: table;
        width: 100%;
        height: auto; /* was on auto */
        padding: 0;
        text-align: center;
        color: #000;
        background-color: #FFF;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
    }

    .intro .intro-body {
        padding-top: 55px; /* height of navbar uncollapsed */
        display: table-cell;
        vertical-align: top; /* align carousel pic on bottom */
        min-height: inherit;
        min-width: inherit;
    }

    .intro .intro-body .brand-heading {
        font-size: 40px;
    }

    .intro .intro-body .intro-text {
        font-size: 18px;
    }

    @media(min-width:768px) {
        .intro .intro-body .brand-heading {
            font-size: 120%;
        }

        .intro .intro-body .intro-text {
            font-size: 26px;
        }
    }

    @media (min-width: 992px) {

    }

    .intro-carousel {
        padding: 0;
        padding-top: 0px;
        margin: 0;
        text-align: center;
    }

    .intro-carousel-body {
        padding: 0 !important;
    }


    .carouselImg img {
      width: 100%;
      height: 100vh;
      max-height: 100vh;
      padding-top: -90px;
    }


    .news {
        margin-top: 35px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 16px;
        color: #6C6C6C;
        text-align: center !important;
    }

    .news h2 {
        margin-bottom: 0px;
        font-size: 225%;
    }

    .news hr {
        border-top-width: 2px;
        width: 200px;
        margin-top:10px;
        margin-bottom: 35px;
    }

    .news-outer {
        margin: 50px; 
        margin-top: 85px; 
        position: absolute; 
        z-index: 9;
        right: 0;
    }

    .news-inner {
        background: rgba(255, 255, 255, .9);
        padding: 20px;
        border-radius: 25px;
        max-width: 650px;
    }

    .news-inner h2, h4 {
        margin: 0px;
    }

    .news-outer-carousel {
        padding: 0px;
    }

    .news-outer-carousel .news-inner {
        margin: 0px;
        padding: 0px;
        padding-top: 55px;
    }

    .news-outer-carousel .news-inner hr {
        width: 200px;
        border-top-width: 2px;
    }

    @media (min-width: 992px) {
        .news-inner {
            font-size: 16px;
        }

        .news-inner h2 {
            font-size: 225%;
        }
    }




/*
    
    WILLKOMMEN Section

*/
    .willkommen-section {
        padding-top: 20px;
        text-indent: justify;
    }

    @media(min-width:767px) {
        .willkommen-section {
            min-width: 720px;
            max-width: 720px;
            padding-top: 70px;
        }
    }

    .willkommen-section .text {
        font-size: 15px;
    }





/*
    
    TEAM Section

*/
    .team-section {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 25px;
        color: #FFF;   
    }

    .team-section .gruppenfoto {
        height: 570px;
        background: #e6e6e6 url(../img/gruppenfoto.jpg) no-repeat 58% center scroll;

    }

    @media(min-width:767px) {
        .team-section .gruppenfoto {
            background: #e6e6e6 url(../img/gruppenfoto.jpg) no-repeat center center scroll;
        }
    }

    .team-section .zitat {
        width: 100%;
        margin-top: 10px;
        font-weight: 100;
        color: #6C6C6C;
        margin-bottom: 0px;
    }

    .team-section .unterschrift {
        font-size: 95%;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 0px;
    }




/*

    MITARBEITER Section

 */
    .mitarbeiter-section {
        padding-top: 90px;
        padding-bottom: 50px;
    }

    .mitarbeiter-section a {
        color: #6C6C6C;
    }

    .mitarbeiter-section .nav-tabs > li, .nav-pills > li {
        float:none;
        display:inline-block;
        *display: inline;     /* for IE7*/
        *zoom:1;              /* for IE7*/
    }

    .mitarbeiter-section .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        background-color: rgba(0, 103, 42, .9);
        border-color: rgba(0, 103, 42, 1);
        color: #FFF;
    }


    .mitarbeiter-section .nav-tabs {
        text-align:center;
        font-size: 120%;
        border-bottom-color: rgba(0, 103, 42, .9);
        padding-top: 50px;
    }

    .mitarbeiter-section .tab-pane {
        padding-top: 10px;
        text-align: center;
    }

    .mitarbeiter-section .titel hr {
        margin-bottom: 0px;
    }

    .mitarbeiter-info {
        padding: 25px;
    }

    @media(min-width:767px) {
        .mitarbeiter-info {
            padding: 10px;
        }
    }

    .foto1  {
        margin-bottom: 5px;
        
    }

    .foto1-text {
        padding-bottom: 10px;
    }

    .geschaeftsfuehrung center {
        padding-bottom: 20px;
    }


/*
    
    LEISTUNGEN Section

*/
    .leistungen-section {
        padding-top: 50px;
    }

    @media(min-width:767px) {
        .leistungen-section {
            padding-top: 95px;
            margin-bottom: 20px;
        }
    }

    .leistungen-section .img-responsive {
        margin: 0 auto;
    }

    .leistungen-section #ueberschrift {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .leistungen-section #beschreibung {
        font-size: 14px;
    }

    .leistungen-section img {
        cursor: pointer;
    }

    .leistungs-beschreibung {
        height: 100px;
        padding-top: 35px;
        font-size: 20px;
        font-weight: 600;
        color: #00672a;
    }

    .leistung-mobile-header {
        border: 1px solid #00672a;
        font-size: 120%;
        margin-top: 10px;
        padding-top: 4px;
        padding-bottom: 4px;

        color: #000;
        cursor: pointer;
    }

    .leistung-mobile-container {
        display: none;
        border: 1px solid #00672a;
        border-top: 0;
        padding-top: 7px;
        padding-bottom: 7px;
    }





/*
    
    PROJEKTE Section Privat

*/
    .projekte-section-privat {
        padding-top: 50px;

    }

    @media(min-width:767px) {
        .projekte-section-privat {
            padding-top: 50px;
        }

        .projekte-section-privat .objekt {
            padding-top: 70px;
        }
    }


    .projekte-section-privat hr {
        margin-bottom: 10px
    }

    .projekte-section-privat img {
        cursor: pointer;
    }





/*
    
    PROJEKTE Section Objekt

*/
    .projekte-section-objekt {
        padding-top: 75px;

    }

    @media(min-width:767px) {
        .projekte-section-objekt {
            padding-top: 90px;
        }
    }

    @media(min-width:767px) {
        .projekte-section-objekt .objekt {
            padding-top: 70px;
        }
    }

    .projekte-section-objekt hr {
        margin-bottom: 10px
    }

    .projekte-section-objekt img {
        cursor: pointer;
    }

/*    .projekte-section-objekt .referenzen-title {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    @media(min-width:767px) {
        .projekte-section-objekt .referenzen-title {
            padding-top:15px;
            margin-bottom: 0px;
        }
    }*/

    .projekte-section-objekt .titel {
        padding-top: 20px;
    }

    .projekte-section-objekt .img-referenzen {
        cursor: initial;
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
        filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
        padding-bottom: 25px;
    }



    .projekte-section-objekt .img-referenzen:hover {
        -webkit-filter: grayscale(0);
        filter: none;
    }

    @media(min-width:767px) {
        .projekte-section-objekt .img-referenzen {
            padding-left: 55px;
            padding-right: 55px;
        }
    }

/*
    
    GALLERY Section

*/
    .gallery-img {
        margin: 0 auto;
        padding-bottom: 35px;
    }





/*
    
    BESUCH Section

*/
    .besuch-section {
        width: 100%;
        padding-top: 45px;
    }

    /*@media(min-width:767px) {
        .besuch-section {
            padding-top: 60px;
        }
    }*/

    .besuch-section .picture {
        background-color: #e6e6e6;
    }

    .besuch-section .text {
        font-size: 100%;
        margin-bottom: 0px;
        color: #000;
    }

    @media(min-width:767px) {
        .besuch-section .text {
            padding-top: 20px;
        }
    }

    .besuch-section .img-rounded {
        margin-bottom: 20px;
    }

    .besuch-section hr {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .besuch-section .text {
        padding-top: 20px;
    }





/*
    
    Map 

*/
    #map {
        width: 100%;
        height: 200px;
        margin-top: 55px;
        cursor: pointer;
    }

    @media(min-width:767px) {
        #map {
            height: 200px;
            margin-top: 115px;
        }
    }





/*
    
    AGB

*/
    .agb {
        padding: 10px;
        color: black;
        font-family: Arial;
        font-size: 9pt;
        line-height: 15px;
        text-align: justify;
    }





/*
    
    KONTAKT Section

*/
    .kontakt-section {
        width: 100%;
        margin-top: 75px;
        padding: 30px 20px;
        color: #000;
        background-color: #e6e6e6;
        text-align: center;
    }

    @media (min-width: 768px) {
        .kontakt-section {
            text-align: left;
        }
    }

    .kontakt-header {
        font-family: 'PT Sans Narrow', sans-serif;
        font-size: 18px;
        font-weight: 400;
    }

    @media (min-width: 768px) {
        .kontakt-header {
            padding-top: 0px;
        }
    }

    .kontakt-body {
        font-size: 14px;
    }






/*
    
    Footer Section

*/
    .footer-section {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        background-color: #FFFFFF;
        color: #000;
    }

    .footer-section .cc {
        font-size: 90%;
    }

    .footer-section .no-cookie {
        font-size: 90%;
    }


    footer {
        padding: 50px 0;
    }

    @media(max-width:767px) {
        footer {

        }
    }

    footer p {
        margin: 0;
    }


/* 

    .modal-fullscreen 

*/

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}



/*
    BTN
*/

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100% !important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #00672a;
    color: #00672a;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #00672a;
    outline: 0;
    color: #FFF;
    background-color: #00672a;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}



::-moz-selection {
    text-shadow: none;
    background: #b3d2c0;
    /*background: rgba(255,255,255,.2);*/
}

::selection {
    text-shadow: none;
    background: #b3d2c0;
    /*background: rgba(255,255,255,.2);*/
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

.modal {
    overflow: auto;
    color: #333;
}

.facebook {
    font-size: 18px;
}

.helper-mbp {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 100px;
    min-height: 22px;
    padding: 5px;
    font-size: 110%;
    color: white;
    font-weight: bold;
    text-align: center;
    background-color: black;
    z-index: 999999;
}

/* A fantastic full width 5 columns layout with Twitter Bootstrap */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.ten-columns > .col-md-2 {
    align: center;

  }

.ten-columns > .col-md-2 {
    text-align: center;

  }

@media (min-width: 992px) {
  .ten-columns > .col-md-2 {
    width: 20% !important;
  }
}
