
/*************************
*******Typography******
**************************/

/* Roboto Condensed - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto-condensed-v27-latin-300.woff2') format('woff2'), url('/fonts/roboto-condensed-v27-latin-300.woff') format('woff');
}


@-ms-viewport{
  width:auto!important;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font-family: "Roboto Condensed";
	  font-weight: 400;
    color: #5d5d5c;
    font-size: 16px;
    background-color: #fff;
    scroll-behavior: smooth;
}

h3, .h3 {
font-size: 28px;
}


h5
{
  font-size:22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 30px;
  text-transform: uppercase;
  color: #9f6947;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span{
    color:#9d6644;
}
p.white,
ul.white,
h1 span.white,
h2 span.white,
h3 span.white,
h4 span.white,
h5 span.white,
h6 span.white{
    color:#ffffff;
}


strong {
  font-weight:600 !important;
}

.wrapper {
    position:absolute;
    top:0px;
    width:100%;height:100%;
    padding:0px;
    margin:0px;
    z-index:100;
}

p {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.6em;
}

p.lead {
	font-weight: 600;
}

a {
  color: #7c4c2f;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

  a.active,
  a:hover,
  a:focus {
    text-decoration: underline;
    color: #7c4c2f;
  }

.highlight {
  color:#9d6644;
  font-weight:600;
}

.highlight2 {
  color:#22b6b8;
  font-weight:600;
}

.light {
    font-weight: 400;
}

.text-left {
    text-align:left;
}

ul, ol
{
  font-size:18px;
}

/**************************
* Navbar
************** begin ******/

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
	
}
.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
    margin-top: -15px; 
    margin-bottom: -15px;
  height: 80px;
  padding: 5px 15px;
  padding:0px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand img {
    /*height:100%;*/
    width:auto;
}

.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px;
}
.navbar-brand:focus {
    outline: 0;
}
/*.nav.navbar-nav,*/
.navbar-custom {
  background-color: rgba(159,105,71,0.8);
}
.intro-navbar .navbar-nav,
.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);

}

.intro-navbar .navbar-nav ul.nav li a {
	font-size: 12px;
	letter-spacing: 1px;
    /*color: #fff;*/
    color: rgba(255,255,255,0.8);
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-custom .nav
{
  position:relative;
  /*margin-left: 45px;*/
}
.navbar-custom .nav li:first-child {
  
  position:absolute;
  top:0px;
  left:-46px;
}


  @media only screen and (min-width : 992px) and (max-width: 1199px) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
      /*width: 840px;*/
    }

    .navbar-custom .nav li:first-child {
      left: -44px;
    }

  /*  .navbar-brand {
      margin-left: -20px !important;
    }*/
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
      /*width: 640px;*/
    }

    .navbar-custom .nav li:first-child {
      left: -44px;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 768px) {
    .navbar-custom .nav {
      position: static;
      margin-left: inherit;
    }

      .navbar-custom .nav li:first-child {
        position: static
      }
  }

  .navbar-custom ul.nav li a {
    font-size: 20px;
    letter-spacing: 1px;
    /*color: #444;*/
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    /*font-weight: 700;*/
  }

  @media only screen and (min-width : 1px) and (max-width : 1000px) {
    .navbar-custom ul.nav li a {
      font-size: 16px;
    }
  }


  @media only screen and (min-width : 992px) {
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {
  }

  @media only screen and (min-width : 328px) and (max-width : 478px) {
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
  }



  @media only screen and (min-width : 1px) {
    .navbar-brand {
      margin-top: 3px;
      margin-bottom: 0px;
      /*margin-left: 12px;*/
      height: 40px;
    }
  }

  @media only screen and (min-width : 328px) {
  }

  @media only screen and (min-width : 479px) {
  }

  @media only screen and (min-width : 769px) {
    .navbar-brand {
      margin-top: -15px;
      margin-bottom: -15px;
      height: 40px;
    }
  }

  @media only screen and (min-width : 992px) {
    .navbar-brand {
      margin-top: -15px;
      margin-bottom: -15px;
      height: 80px;
    }

    .top-nav-collapse .navbar-brand {
      margin-top: 3px;
      margin-bottom: 0px;
      margin-left: 12px;
      height: 40px;
      /*margin-left: -56px !important;*/
    }
  }


  .navbar-custom.top-nav-collapse ul.nav li.active a,
  .navbar-custom.top-nav-collapse ul.nav li a:hover,
  .navbar-custom ul.nav li a:hover {
    /* color: rgba(255,255,255,0.6);*/
    color: #ffffff;
  }

  .navbar-custom.top-nav-collapse ul.nav li a {
    /*-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;*/
    /*color: #fff;*/
    /*color: rgba(255,255,255,0.8);*/
  }

  .navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;
  }

    .navbar-custom ul.nav ul.dropdown-menu li {
      border-bottom: 1px solid #f5f5f5;
    }

      .navbar-custom ul.nav ul.dropdown-menu li:last-child {
        border-bottom: none;
      }

      .navbar-custom ul.nav ul.dropdown-menu li a {
        padding: 10px 20px;
      }

        .navbar-custom ul.nav ul.dropdown-menu li a:hover {
          background: #fefefe;
        }

  .navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
  }

  .navbar-custom .nav li a {
    /*-webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;*/
  }

  .intro-navbar .navbar-nav {
    width: 100%;
  }

    .intro-navbar .navbar-nav li {
      width: 20%;
      margin-left: 0px;
      margin-right: 0px;
      text-align: center;
    }

      .intro-navbar .navbar-nav li a {
        /*color:#ffffff;*/
        color: rgba(255,255,255,0.8);
      }

  .navbar-custom .nav li a:hover,
  .navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
  }

  .navbar-custom .nav li a:focus {
    background-color: transparent;
  }

  .navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
  }

    .navbar-toggle:focus,
    .navbar-toggle:active {
      outline: 0;
    }


  .social-widget {
    width: 100%;
    margin-top: 12px;
  }

    .social-widget .social-label {
      float: left;
      margin-right: 4px;
      margin-top: 3px;
    }

    .social-widget ul {
      margin-left: 0px;
      padding-left: 0px;
      padding-right: 0px;
      margin-right: 0px;
    }

      .social-widget ul.social-icons li {
        display: inline-block;
        margin-right: 0px;
        margin-bottom: 0px;
      }

        .social-widget ul.social-icons li a {
          display: block;
          height: 25px;
          line-height: 25px;
          width: 25px;
          border-radius: 50%;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          text-align: center;
          margin-right: 2px;
          font-size: 13px;
          background-color: rgba(255,255,255,0.8);
        }

          .social-widget ul.social-icons li a i {
            font-size: 1.4em;
            width: 25px;
            height: 25px;
            color: #ad1140;
            line-height: 25px;
            text-align: center;
            display: block;
            /*border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;

	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
*/
            /*background-color: #ffffff;*/
          }

          .social-widget ul.social-icons li a:hover {
            text-decoration: none;
          }

          .social-widget ul.social-icons li a.facebook:hover {
            /*background-color: #507CBE;*/
            background-color: #ffffff;
          }

          .social-widget ul.social-icons li a.twitter:hover {
            /*background-color: #63CDF1;*/
            background-color: #ffffff;
          }

          .social-widget ul.social-icons li a.google:hover {
            /*background-color: #F16261;*/
            background-color: #ffffff;
          }

          .social-widget ul.social-icons li a.dribbble:hover {
            /*background-color: #E46387;*/
            background-color: #ffffff;
          }

          .social-widget ul.social-icons li a.linkdin:hover {
            /*background-color: background-color: #90CADD;*/
            background-color: #ffffff;
          }

          .social-widget ul.social-icons li a.tumblr:hover {
            /*background-color: background-color: #4D7EA3;*/
            background-color: #ffffff;
          }

          .social-widget ul.social-icons li a.flickr:hover {
            /*background-color: background-color: #E474AF;*/
            background-color: #ffffff;
          }

          .social-widget ul.social-icons li a.instgram:hover {
            /*background-color: background-color: #4D4F54;*/
            background-color: #ffffff;
          }

          .social-widget ul.social-icons li a.vimeo:hover {
            /*background-color: background-color: #87D3E0;*/
            background-color: #ffffff;
          }

          .social-widget ul.social-icons li a.skype:hover {
            /*background-color: background-color: #36C4F3*/
            background-color: #ffffff;
          }

          .social-widget ul.social-icons li a.youtube:hover {
            /*background-color: #990000;*/
            background-color: #ffffff;
          }

          .social-widget ul.social-icons li a.xing:hover {
            /*background-color: #990000;*/
            background-color: #ffffff;
          }

  ul.nav-language {
    list-style-type: none;
    margin-top: 15px;
  }

    ul.nav-language > li {
      float: left;
    }

      ul.nav-language > li a {
        /*color:White;*/
        color: rgba(255,255,255,0.8);
        text-transform: uppercase;
      }

      ul.nav-language > li.active a {
        font-weight: 600;
        color: #ffffff;
      }

    ul.nav-language.navbar-nav.navbar-language-selection {
      margin-left: 20px;
    }

    ul.nav-language.navbar-nav > li.menu-spacer {
      padding-left: 0px;
      padding-right: 0px;
    }

    ul.nav-language.navbar-nav li a i {
      margin-right: 3px;
    }

    ul.nav-language.navbar-nav li:hover
    ul.nav-language.navbar-nav li a:hover {
      color: #563113;
      background: transparent; /*#fff;*/
    }

    ul.nav-language.navbar-nav li.active a,
    ul.nav-language.navbar-nav li a.active {
      background: none;
      background: transparent; /*#FFFFFF;*/
      font-weight: bold; /*color:#ffffff;*/ /* #993330; */
    }

  @media only screen and (min-width:1201px) {
    .nav-language.navbar-nav li.top-menu-item {
      display: none;
    }
  }

  @media only screen and (min-width : 992px ) and (max-width: 1200px) {
    .nav-language.navbar-nav li.top-menu-item {
      display: none;
    }
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
    .nav-language.navbar-nav li.top-menu-item {
      display: none;
    }
  }

  @media only screen and (min-width : 469px) and (max-width : 768px) {
    .top-menu {
      display: none;
    }
  }

  @media only screen and (min-width : 328px) and (max-width : 468px) {
    .top-menu {
      display: none;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .top-menu {
      display: none;
    }

    .social-widget .social-label {
      display: none;
    }

    .social-widget ul.social-icons {
      margin-top: 8px;
    }

      .social-widget ul.social-icons li a {
        height: 20px;
        line-height: 20px;
        width: 20px;
        font-size: 12px;
      }

        .social-widget ul.social-icons li a i {
          font-size: 1.2em;
          width: 20px;
          height: 20px;
          line-height: 20px;
        }
  }




  /* loader */
  #preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }


  #loaderInner {
    background: #ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
  }

  @keyframes boxSpin {
    0% {
      transform: translate(-10px, 0px);
    }

    25% {
      transform: translate(10px, 10px);
    }

    50% {
      transform: translate(10px, -10px);
    }

    75% {
      transform: translate(-10px, -10px);
    }

    100% {
      transform: translate(-10px, 10px);
    }
  }


  @keyframes shadowSpin {
    0% {
      box-shadow: 10px -10px #323232, -10px 10px #9d6644;
    }

    25% {
      box-shadow: 10px 10px #323232, -10px -10px #9d6644;
    }

    50% {
      box-shadow: -10px 10px #323232, 10px -10px #9d6644;
    }

    75% {
      box-shadow: -10px -10px #323232, 10px 10px #9d6644;
    }

    100% {
      box-shadow: 10px -10px #323232, -10px 10px #9d6644;
    }
  }

#load {
  z-index: 9999;
  background-color: #ebd2beeb;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #ebd2beeb;
  box-shadow: 10px 0px #9d6644, 10px 0px #9d6644;
  animation: shadowSpin 1s ease-in-out infinite;
}



  /* margins */
  .marginbot-0,
  .marginbot-10,
  .marginbot-20,
  .marginbot-30,
  .marginbot-40,
  .marginbot-50 {
    border: 0px;
  }

  .marginbot-0 {
    margin-bottom: 0 !important;
  }

  .marginbot-10 {
    margin-bottom: 10px !important;
  }

  .marginbot-20 {
    margin-bottom: 20px !important;
  }

  .marginbot-30 {
    margin-bottom: 30px !important;
  }

  .marginbot-40 {
    margin-bottom: 40px !important;
  }

  .marginbot-50 {
    margin-bottom: 50px !important;
  }

  /* ===========================
--- General sections
============================ */

  .home-section {
    padding-top: 40px;
    padding-bottom: 60px;
    display: block;
    position: relative;
    z-index: 10;
  }

.about-section {  
  background-image: url(/images/neue-mitte-thon-slider3.jpg);
  padding: 0px;
  background-position: bottom center;
  background-repeat:no-repeat;
  /*background-size:100%;*/
  
}

  .about-section .bg-img {
    background-color: rgba(235, 210, 190,0.92);
    padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
  }

.about-section .bg-img .image-rights {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 13px;
  margin: 0 !important;
  padding: 0;
  padding-right:10px;
  text-align: right;
}
.umgebung-section .image-rights { 
  font-size: 13px;
  margin: 0 !important;
  padding: 0;
  padding-right: 0px;
  text-align: right;
}

.baufortschritt-section {
  padding-top: 100px;
}

  p.margin-custom {
    /*font-size:18px;*/
    margin-right: 50px;
  }

  .umgebung-section {
    background-color: #fff;
  }

  .lagebild {
    margin-top: -150px;
    width: 1000px;
  }

  .lagebild-legende {
    margin-bottom: 50px;
  }

    .lagebild-legende > span {
      margin: 0 10px 0 0;
      white-space: nowrap;
    }

      .lagebild-legende > span:last-child {
        margin-right: 0;
      }

  @media only screen and (max-width : 991px) {
    .about-section p, .umgebung-section p.margin-custom {
      margin-right: 0px;
    }
  }

  @media only screen and (max-width : 768px) {
    .about-section .bg-img .image-rights {
      font-size:12px;      
    }
    .umgebung-section .image-rights {
      font-size: 12px !important;
    }
  }

  .bounceInDown {
    margin-top: 30px;
  }

  @media only screen and (min-width : 992px) {
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {
  }

  @media only screen and (min-width : 328px) and (max-width : 478px) {
    .about-section .section-heading p, .umgebung-section .section-heading p {
      font-size: 16px;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .about-section .section-heading p, .umgebung-section .section-heading p {
      font-size: 14px;
    }
  }

  .wohnungsinfos h2 {
    margin: 30px 0 5px;
  }

.gefoerdert {
  text-transform: none;
  font-size: 20px;
  color: #000;
}

.gefoerdert span {
  font-size: 16px;
  color: #000;
  display: block;
  margin-top: 8px;
}

  .common-section {
    position: relative;
    z-index: 10;
    display: block;
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .leistungen-section,
  .warum-section {
    background-color: #ffffff;
  }

  .contact-section,
  .contact-section-new,
  .team-section {
    background-color: #fff;
  }


.wie-section-new {
  background-image: url(/images/neue-mitte-thon-slider1.jpg);
  padding: 0px;
  background-position: top right;
  background-repeat: no-repeat;
}

  @media(max-width:768px) {
    .wie-section-new {
      background-position: top center; 
    }
  }

.wie-section-new .bg-img {
  background-color: rgba(159,105,71,0.85);
  padding-top: 40px;
  padding-bottom: 60px;
}


  .spacer-section {
    position: relative;
    z-index: 10;
    height: 120px;
    width: 100%;
  }

  .datenschutz-section,
  .impressum-section {
    display: none;
  }

  .impressum-section,
  .wo-section-new,
  .wann-section {
    background-color: ffffff;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

    .impressum-section h6,
    .wo-section-new h6,
    .wann-section h6 {
      margin-bottom: -30px;
      font-family: arial; /*'Volkhov';*/
      font-size: 72px;
      background: -webkit-linear-gradient(#fffff, #ad1140);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    .impressum-section div.now-de,
    .wo-section-new div.now-de,
    .wann-section div.now-de {
      background: url('../img/de/now_bg_small.png');
      background-position: center top;
      background-repeat: no-repeat;
      width: 100%;
      height: 80px;
    }

    .impressum-section div.now-en,
    .wo-section-new div.now-en,
    .wann-section div.now-en {
      background: url('../img/en/now_bg_small.png');
      background-position: center top;
      background-repeat: no-repeat;
      width: 100%;
      height: 80px;
    }

    .impressum-section div.arrow,
    .wo-section-new div.arrow,
    .wann-section div.arrow {
      background-color: #ffffff;
      background-position: center top;
      background-repeat: no-repeat;
      width: 100%;
      height: 80px;
      padding-top: 30px;
    }

  .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }

    .arrow-up.arrow-up-large {
      border-left-width: 40px;
      border-right-width: 40px;
      border-bottom-width: 60px;
    }

  .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
  }

    .arrow-down.arrow-down-large {
      border-left-width: 40px;
      border-right-width: 40px;
      border-top-width: 40px;
    }

      .arrow-down.arrow-down-large.banner-content {
        border-left-width: 24px;
        border-right-width: 24px;
        border-top-width: 24px;
        border-top-color: #22b6b8; /*18647A; #8aba2e;*/
      }

  .datenschutz-section,
  .wie-section {
    background-color: #ffffff;
    padding-bottom: 150px;
  }

  .wer-section {
    background-color: #ffffff;
  }

  .container-slider {
  }

  .testimonials-section {
    background-color: #ffffff;
  }

  .parallax-bg-slider {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../img/BBF-Bernd-Bodo-Fischer.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 60% auto;
    height: 100%;
  }

  .slider-section {
  }

  .notice-area {
    width: 100%;
    text-align: center;
    position: relative;
    top: -60px;
    z-index: 3;
  }

    .notice-area img {
      width: 150px;
    }






  .spacer-section-bg {
    background-color: #ad1140;
    padding-bottom: 10px;
    padding-top: 30px;
    background-image: url(../img/backgound_web.jpg);
    background-repeat: no-repeat;
    background-position: center center;
  }

  @media only screen and (min-width : 2400px) {
    .spacer-section-bg {
      background-size: 100% auto;
    }
  }


  .banner-section {
    background-color: #9d6644;
    margin: 10px 0px 0px 0px;
    padding-top: 10px;
  }

  .contact-formular-section {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 100px;
    background-color: rgba(159, 105, 71, 0.8);
  }

    .contact-formular-section .contact-container {
    }

      .contact-formular-section .contact-container .form .form-group label {
        text-align: left !important;
        display: block;
        /*text-transform: uppercase;*/
        /*letter-spacing: 1px;*/
       /* font-size: 14px;*/
        color: #ffffff;
        font-weight: 400;
      }

      .contact-formular-section .contact-container a {
        color: #613419 !important;
      }
      .contact-formular-section .contact-container a:hover,
      .contact-formular-section .contact-container a:focus,
      .contact-formular-section .contact-container a:active {
        text-decoration: underline;
        color: #613419 !important;
        font-weight: 400 !important;
      }

    address p,
    .contact-formular-section address p {
      margin-bottom: 2px;
    }

    .contact-formular-section address.company-address {
      text-align: left;
    }

      .contact-formular-section address.company-address div.logo-area {
        height: 180px;
      }

  @media only screen and (min-width : 992px) {
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {
  }

  @media only screen and (min-width : 328px) and (max-width : 478px) {
    .contact-formular-section address.company-address,
    .contact-formular-section address.company-address p {
      /*text-align:center;*/
    }

      .contact-formular-section address.company-address div.logo-area {
        margin-top: 40px;
      }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .contact-formular-section address.company-address,
    .contact-formular-section address.company-address p {
      /*text-align:center;*/
    }

      .contact-formular-section address.company-address .logo-area {
        margin-top: 40px;
      }
  }



  @media only screen and (min-width : 992px) and (max-width: 1199px) {
    .home-section,
    .common-section,
    .baufortschritt-section {
      /*padding-top: 140px;
      padding-bottom: 30px;*/
    }
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
    .home-section,
    .common-section,
    .baufortschritt-section {
      /*padding-top: 90px;
      padding-bottom: 30px;*/
    }
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {
    .home-section,
    .common-section,
    .baufortschritt-section {
      /*padding-top: 40px;
      padding-bottom: 60px;*/
    }

    .banner-section {
      padding-top: 20px;
      padding-bottom: 0px;
    }

    .contact-section {
      /*padding-top: 0px;*/
      padding-bottom: 0px;
    }

    .impressum-section,
    .wo-section-new,
    .wann-section {
      padding-bottom: 0px;
    }

    .datenschutz-section,
    .wie-section {
      padding-bottom: 100px;
    }
  }

  @media only screen and (min-width : 328px) and (max-width : 478px) {
    .home-section,
    .common-section,
    .baufortschritt-section {
      /*padding-top: 40px;
      padding-bottom: 40px;*/
    }

    .contact-section {
      /*padding-top: 0px;*/
      padding-bottom: 0px;
    }

    .banner-section {
      padding-top: 20px;
      padding-bottom: 0px;
      background-position: left center;
    }

    .impressum-section,
    .wo-section-new,
    .wann-section {
      padding-bottom: 0px;
    }

    .leistungen-section,
    .warum-section {
      background-position: center 75%;
      background-size: 100% auto;
    }

    .datenschutz-section
    .wie-section {
      padding-bottom: 100px;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .home-section,
    .common-section,
    .baufortschritt-section {
      /*padding-top: 60px;
      padding-bottom: 40px;*/
    }

    .contact-section {
      /*padding-top: 0px;*/
      padding-bottom: 0px;
    }

    .banner-section {
      padding-top: 20px;
      padding-bottom: 0px;
      background-position: left center;
    }

    .impressum-section,
    .wo-section-new,
    .wann-section {
      padding-bottom: 0px;
    }

    .leistungen-section,
    .warum-section {
      background-position: center 75%;
      background-size: 100% auto;
    }

    .datenschutz-section,
    .wie-section {
      padding-bottom: 100px;
    }
  }

  .section-heading h2 {
    font-size: 35px;
    font-weight: 500;
  }

  .section-heading h3 {
    font-size: 30px;
    font-weight: 400;
    text-transform: none !important;
  }

  .section-heading h3 {
    color: #777 !important;
  }

  .section-heading i {
    margin-bottom: 20px;
  }

  .section-heading .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    margin-left: -30px;
    margin-top: -10px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 100px auto;
    width: 200px;
    height: 200px;
  }

    .section-heading .icon.icon-co-innovation {
      background-image: url(../img/icon-co-innovation.png);
    }

  .section-heading .content-co-innovation,
  .section-heading .content-iot-core-services,
  .section-heading .content-smart-products {
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 40px;
  }

  .section-heading .icon.icon-iot-core-services {
    background-image: url(../img/icon-iot-core-services.png);
  }

  .section-heading .icon.icon-smart-products {
    background-image: url(../img/icon-smart-products.png);
  }

  .section-slider {
    min-height: 200px;
    margin-left: 10%;
    width: 80%;
  }

    .section-slider p {
      color: #ffffff;
    }

    .section-slider span.eqout,
    .section-slider span.bqout {
      font-family: 'Volkhov';
      font-size: 20px;
    }

    .section-slider span.eqout {
      font-family: 'Volkhov';
      font-size: 20px;
    }



  @media only screen and (min-width : 992px) {
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {
    .section-heading .icon {
      margin-top: -50px;
      margin-left: 5px;
    }

    .section-heading .content-co-innovation,
    .section-heading .content-iot-core-services,
    .section-heading .content-smart-products {
      margin-left: 30px;
    }

    .section-heading h2 {
      font-size: 22px;
    }

    .section-heading h3 {
      /*font-size: 40px;*/
    }
  }

  @media only screen and (min-width : 328px) and (max-width : 478px) {
    .section-heading .icon {
      margin-top: -50px;
      margin-left: 10px;
    }

    .section-heading .content-co-innovation,
    .section-heading .content-iot-core-services,
    .section-heading .content-smart-products {
      margin-left: 30px;
    }

    .section-heading h2 {
      font-size: 28px;
    }

    .section-heading h3 {
      font-size: 25px;
    }

    p, ul, ol {
      /* text-align:justify!important;
       text-align:left;*/
      font-size: 16px;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .section-heading .icon {
      margin-top: -20px;
      margin-left: 5px;
      background-size: 60px auto;
    }

    .section-heading .content-co-innovation,
    .section-heading .content-iot-core-services,
    .section-heading .content-smart-products {
      margin-left: 15px;
    }

    .section-heading h2 {
      font-size: 13px;
    }

    .section-heading h3 {
      font-size: 20px;
    }

    p {
      /*text-align:justify!important;*/
      text-align: left;
      font-size: 14px;
    }
  }


  /* --- section bg var --- */

  .bg-white {
    background: #fff;
  }

  .bg-gray {
    background: #f8f8f8;
  }


  .bg-dark {
    background: #575757;
  }

  /* --- section color var --- */

  .text-light {
    color: #fff;
  }

  /* misc */
  hr {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 40px;
  }

    hr.spacer {
      width: 40px;
      border-color: #3e3e3d;
    }

      hr.spacer.white {
        border-color: #ffffff;
      }



  /* ===========================
--- Intro
============================ */

  .intro {
    width: 100%;
    position: relative;
    z-index: 200;
  }

  .logo-header {   
    margin-left: 18px;
  }


  .logo-header-small {   
    margin-top: 0px;
  }




@media only screen and (min-width : 992px) and (max-width: 1199px) {

}

@media only screen and (min-width : 769px) and (max-width: 991px) {
  .logo-header {   
    margin-top: 0px;
  }

  .container {
    width:100%;
  }
}

@media only screen and (min-width : 479px) and (max-width : 768px) {

  .logo-header {   
    margin-top: 0px;
  }
}

@media only screen and (min-width : 328px) and (max-width : 478px) {
  .logo-header {
    margin-top: 0px;
  }
}

@media only screen and (min-width : 1px) and (max-width : 328px) {
  .logo-header {
    margin-top: 0px;
  }
}


.slogan {
  background-color: #9d6644;
  color: #fff;
  font-size: 18px;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
  max-width:350px;
}

@media only screen and (min-width : 1px) and (max-width : 768px) {

  .slogan {
    width:100%;
    max-width:unset;
  }
}


.box-light-green {
  background-color: #22b6b8;
  width: 270px;
  height: 80px;
  padding: 15px 25px 0px 35px;
  position: absolute;
  top: 0px;
  right: 26.3%;
}

    .box-light-green .text1 {
      color: #fff;
      font-size: 16px;
      text-transform: uppercase;
      text-align: left;
      display: block;
    }

    .box-light-green .text2 {
      color: #171b19;
      font-size: 24px;
      text-align: right;
      display: block;
      font-weight: 400;
    }

  @media only screen and (min-width : 992px) and (max-width: 1199px) {
    .box-light-green {
      right: 29.3%;
      height: 65px;
      padding: 10px 25px 0px 25px;
      width: 195px;
    }

      .box-light-green .text2 {
        font-size: 20px;
      }
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
    .box-light-green {
      right: 23.5%;
      height: 50px;
      padding: 5px 25px 0px 10px;
      width: 195px;
    }

      .box-light-green .text1 {
        font-size: 14px;
        margin-bottom: -5px;
      }

      .box-light-green .text2 {
        font-size: 20px;
      }
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {
    .box-light-green {
      position: static;
      width: 400px;
      margin: -20px auto 20px auto;
      height: 55px;
    }

      .box-light-green .text1 {
        display: inline;
        font-size: 16px;
      }

      .box-light-green .text2 {
        display: inline;
        font-size: 20px;
        padding-left: 20px;
      }

    .padding15 {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 478px) {
    .box-light-green {
      position: static;
      width: 100%;
      margin: -40px 0px 20px 0px;
      height: 55px;
    }

      .box-light-green .text1 {
        display: inline;
        font-size: 16px;
      }

      .box-light-green .text2 {
        display: inline;
        font-size: 20px;
        padding-left: 20px;
      }

    .padding15 {
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
  }


  .navigation {
    background-color: #ad1140;
    color: White;
    width: 100%;
    height: 50px;
    bottom: 0px;
    position: absolute;
  }

    .navigation.navigation-top-fixed {
      position: fixed;
      top: 0px;
      width: 100%;
      z-index: 300;
    }


@media only screen and (min-width : 769px) and (max-width: 991px) {

  .navbar-nav > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }

  .navbar-nav li:first-child a {
    padding-left: 15px;
    padding-right: 15px;
  }
}





  /* ===========================
--- About
============================ */



  .boxed-grey {
    background: #f9f9f9;
    padding: 10px 20px 30px 20px;
    /*font-size: 14px;*/
  }

    .boxed-grey.title {
      padding: 20px 20px 50px 20px;
    }

  .team.boxed-grey {
    min-height: 450px;
    margin-top: 10px;
  }

    .team.boxed-grey .subtitle {
      height: 140px;
      text-align: center;
    }

      .team.boxed-grey .subtitle h5 {
        margin-bottom: 10px;
      }

    .team.boxed-grey .subtitle-bottom {
      height: 150px;
    }

  .team .avatar {
    margin-bottom: 20px;
  }




  /* ===========================
--- Contact
============================ */


.contactu {
  display: none;
}

  .form input, .form select, .form textarea {
    border-radius: 0;
    /*border: 1px solid #eee;*/
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  /*
.form input:focus,.form select:focus,.form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
*/

  .form .radio {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .input-group-addon {
    background-color: #fefefe;
    border: 1px solid #eee;
    border-radius: 0;
  }

  .hotline-area {
    /*min-height:120px;*/
  }

  .office-hours-area {
  }

    .office-hours-area p {
      color: white;
      text-align: left;
    }

  .address-area {
    min-height: 150px;
  }

    .address-area p {
      color: white;
    }

  .callback-area {
    min-height: 150px;
  }

  .contact-area {
  }

.hotline i {
  margin-left: -60px;
  padding-right: 10px;
}

  .hotline {
    font-size: 30px;
    color: #ffffff;
    padding: 0px;
    margin-left: 60px;
  }

  .widget-contact {
    position: relative;
    margin-top: 40px;
    text-align: left;
  }

    .widget-contact address {
      color: #ffffff;
    }

      .widget-contact address a:hover,
      .widget-contact address a:active,
      .widget-contact address a:visited {
        color: #ffffff;
      }

      .widget-contact address a:focus {
        color: #ad1140;
      }

      .widget-contact address .phone {
        text-decoration: none;
      }

.vertical-spacer {
  border-left: 1px solid #613419;
}

  .horizontal-spacer {
    border-bottom: 1px solid #868686;
  }

  @media only screen and (min-width : 992px) {
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {
    .vertical-spacer {
      border-left-color: transparent;
    }

    .callback-area,
    .contact-area,
    .hotline-area,
    .address-area,
    .office-hours-area {
      /*margin-top:30px;*/
    }

    .callback-area,
    .hotline-area,
    .address-area,
    .office-hours-area {
      /*border-bottom:1px solid #868686;*/
    }
  }

  @media only screen and (min-width : 328px) and (max-width : 478px) {
    .vertical-spacer {
      border-left-color: transparent;
    }

    .callback-area,
    .contact-area,
    .hotline-area,
    .address-area,
    .office-hours-area {
      margin-top: 30px;
    }

    .callback-area,
    .hotline-area,
    .address-area,
    .office-hours-area {
      /*border-bottom:1px solid #868686;*/
    }

    .hotline i {
      margin-left: -40px;
    }

    .hotline {
      font-size: 25px;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    .vertical-spacer {
      border-left-color: transparent;
    }

    .callback-area,
    .contact-area,
    .hotline-area,
    .address-area,
    .office-hours-area {
      margin-top: 30px;
    }

    .callback-area,
    .hotline-area,
    .address-area,
    .office-hours-area {
      /*border-bottom:1px solid #868686;*/
    }

    .hotline i {
      margin-left: -40px;
    }

    .hotline {
      font-size: 25px;
    }
  }


  /* ===========================
--- Footer
============================ */

  footer {
    position: relative;
    text-align: center;
    padding: 0 0 0px 0;
    background-color: #323232;
    border-top: 20px solid #9d6644;
  }

  .footer-simple .contact-container-footer {
    color: #aaaaaa;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-simple .footer-menu .contact-container-footer {
    position: relative;
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .footer-simple .footer-menu ul.footer-nav {
    clear: both;
    padding-left: 30px;
  }

    .footer-simple .footer-menu ul.footer-nav li {
      display: inline-block;
      /*float: left;*/
      margin-right: 15px;
    }

      .footer-simple .footer-menu ul.footer-nav li:first-child {
        margin-left: 0;
      }

      .footer-simple .footer-menu ul.footer-nav li:after {
        content: "|";
        margin-left: 10px;
      }

      .footer-simple .footer-menu ul.footer-nav li:last-child::after {
        content: "";
      }

      .footer-simple .footer-menu ul.footer-nav li a {
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        width: 100px;
      }

      .footer-simple .footer-menu ul.footer-nav li a {
        color: #5d5d5c;
      }

        .footer-simple .footer-menu ul.footer-nav li a:hover {
          color: #9d6644;
          font-weight: 600;
        }

  .footer-simple .logo-footer {
    margin-top: 30px;
    margin-bottom: 20px;    
  }
  /* =======================end=
--- Footer
============================ */



  /* ===========================
--- Elements
============================ */

  .btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,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-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    /*border: 2px solid #fff;*/
    border-radius: 50%;
    font-size: 40px;
    color: #9d6644;
    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.btn-dark {
      border: 2px solid #666;
      color: #666;
    }


    .btn-circle:hover,
    .btn-circle:focus {
      outline: 0;
      color: #fff;
      background: #9d6644;
    }

    .btn-circle.btn-dark :hover,
    .btn-circle.btn-dark :focus {
      outline: 0;
      color: #999;
      background: #fff
    }

      .btn-circle.btn-dark :hover i,
      .btn-circle.btn-dark :focus i {
        color: #999;
      }




  .page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
  }

  .page-scroll .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;
  }

  @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);
    }
  }



  .btn-default:hover,
  .btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
  }



  /* Media queries */
  .navbar {
    padding: 0px 0;
    border-bottom: 0;
    letter-spacing: 1px;
    /*background: 0 0;*/
    -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;
  }


  @media only screen and (min-width : 1px) {
  }

  @media only screen and (min-width : 328px) {
  }

  @media only screen and (min-width : 479px) {
  }

  @media only screen and (min-width : 769px) {
    .navbar {
      padding: 20px 0;
    }
  }

  @media only screen and (min-width : 992px) {
    .navbar {
      padding: 20px 0;
    }
  }

  @media (min-width:767px) {

    .top-nav-collapse {
      padding: 0;
      background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
      /*background-color: red;*/
      border-bottom: 1px solid rgba(255,255,255,.3);
    }

  }

  @media (max-width:768px) {
  }

  @media (max-width:480px) {

    .navbar-custom .nav.navbar-nav {
      /*background-color: rgba(255,255,255,.4);*/
    }

    .navbar.navbar-custom.navbar-fixed-top {
      margin-bottom: 30px;
    }

    .tp-banner-container {
      padding-top: 40px;
    }

    .page-scroll a.btn-circle {
      width: 40px;
      height: 40px;
      margin-top: 10px;
      padding: 7px 0;
      border: 2px solid #fff;
      border-radius: 50%;
      font-size: 20px;
    }
  }

  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 440px !important;
  }




  #main-slide .item img {
    width: 100%;
  }

    #main-slide .item img.slider-image {
      background-position: center center;
      background-size: 110% auto;
      background-repeat: no-repeat;
    }

  #main-slide .item .slider-content {
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
  }

  #main-slide .item.active .slider-content {
    z-index: 4;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
  }

  #main-slide .slider-content {
    top: 50%;
    margin-top: -140px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
  }

  #main-slide .item .contact-button-area {
    position: absolute;
    width: 100%;
    top: 0px;
    display: block;
    z-index: 20;
  }

    #main-slide .item .contact-button-area .btn {
      margin-top: 0px;
      padding: 5px 15px 5px 15px;
      font-size: 16px;
    }

    #main-slide .item .contact-button-area .contact-button {
    }

  #main-slide .slider-content div.row {
    margin-right: 0px;
    margin-left: 0px;
  }

  #main-slide .carousel-indicators {
    bottom: -10px;
    /*margin-left:25%;
	width:50%;*/
  }

  .carousel-indicators li {
    width: 14px !important;
    height: 14px !important;
    border: 1px solid #dedede !important;
    margin: 3px !important;
    border-radius: 50%;
  }


  #main-slide .carousel-control.left,
  #main-slide .carousel-control.right {
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
  }

    #main-slide .carousel-control.left span {
      padding: 15px;
    }

    #main-slide .carousel-control.right span {
      padding: 15px;
    }

  #main-slide .carousel-control .fa-angle-left,
  #main-slide .carousel-control .fa-angle-right {
    position: absolute;
    top: 40%;
    z-index: 5;
    display: inline-block;
  }

  #main-slide .carousel-control .fa-angle-left {
    left: 0;
  }

  #main-slide .carousel-control .fa-angle-right {
    right: 0;
  }

  #main-slide .carousel-control .me-angle-left,
  #main-slide .carousel-control .me-angle-right {
    position: absolute;
    top: 0%;
    z-index: 5;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
    background-size: 100%;
    height: 100%;
    width: 50%;
  }

    #main-slide .carousel-control .me-angle-left:hover,
    #main-slide .carousel-control .me-angle-right:hover {
      opacity: 0.5;
    }

  #main-slide .carousel-control .me-angle-left {
    left: 0;
    background-image: url('../images/slider-angle-left.png');
  }

  #main-slide .carousel-control .me-angle-right {
    right: 0;
    background-image: url('../images/slider-angle-right.png');
  }


  #main-slide .carousel-control i {
    background: rgba(0,0,0,0);
    color: #fff;
    height: 100%;
    width: 50%;
    font-size: 32px;
    padding: 0px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }




  #menu {
    width: 52%; /*background-color:rgba(145,145,145,0.5); */
  }

    #menu .nav.navbar-nav li a {
      color: rgba(255,255,255,0.8);
    }

      #menu .nav.navbar-nav li.active a,
      #menu .nav.navbar-nav li a:hover {
        color: #ffffff;
        font-weight: 700;
      }




  @media only screen and (min-width : 992px) {
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {
    #menu .nav.navbar-nav li {
      float: left;
    }

    #menu {
      width: 65%;
    }

      #menu li.col-seg-6 {
        width: 26%
      }

      #menu li.col-seg-5 {
        width: 20%
      }

      #menu li.col-seg-4 {
        width: 18%
      }

    #navigation-area {
      overflow: hidden;
    }
  }

  @media only screen and (min-width : 328px) and (max-width : 478px) {
    #menu .nav.navbar-nav li {
      float: left;
    }

    #menu {
      width: 65%;
    }

    #navigation-area {
      overflow: hidden;
    }
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
    #menu .nav.navbar-nav li {
      float: left;
    }

      #menu .nav.navbar-nav li a {
        font-size: 11px;
      }

    #menu {
      width: 65%;
    }


    #navigation-area {
      overflow: hidden;
    }
  }



  .back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
    z-index: 2000;
  }

    .back-to-top i {
      display: block;
      width: 36px;
      height: 36px;
      line-height: 36px;
      color: #fff;
      border-radius: 2px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -o-border-radius: 2px;
      text-align: center;
      background-color: #613419;
      transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
    }








  @media only screen and (min-width : 1px) {
  }

  @media only screen and (min-width : 328px) {
  }

  @media only screen and (min-width : 479px) {
  }

  @media only screen and (min-width : 769px) {
  }

  @media only screen and (min-width : 992px) {
  }

  @media only screen and (min-width : 992px) {
  }

  @media only screen and (min-width : 769px) and (max-width: 991px) {
  }

  @media only screen and (min-width : 479px) and (max-width : 768px) {
  }

  @media only screen and (min-width : 328px) and (max-width : 478px) {
  }

  @media only screen and (min-width : 1px) and (max-width : 328px) {
  }

  .checkbox input[type="checkbox"] {
    height: 20px !important;
    width: 80px;
    float: left;
  }

  .radio label, .checkbox label {
    padding-left: 45px;
  }

  .gallery img {
    margin-bottom: 10px;
    margin-right: 5px;
  }

.table > tbody > tr:last-child td {
  border-bottom: 1px solid #ddd;
}


@media only screen and (min-width : 1025px) {
  .table {
    width: 80%;
    max-width: 100%;
    margin: 0 auto 20px auto;
  }
}
@media only screen and (min-width : 1px) and (max-width : 768px) {

  .padding-custom {
    padding-left:15px;
    padding-right:15px;
  }
}


@media (min-width : 1500px) {
  .container {
      width: 1420px !important;
    }
  }

  @media (min-width : 1400px) and (max-width:1500px) {
    .container {
      width: 1320px !important;
      padding-left: 40px;
      padding-right: 40px;
    }
  }

  @media (min-width : 1300px) and (max-width:1400px) {
    .container {
      width: 1220px !important;
      padding-left: 40px;
      padding-right: 40px;
    }
  }


  #slider {
    /*max-width: 1920px !important;*/
    padding: 0px !important;
    margin: 0px auto 0px auto;
    position: relative;
    z-index: 500;
  }

@media only screen and (max-width : 769px) {
  #slider {   
    margin: 49px auto 0px auto;
  }
}


.anfrage {
  color: #fff;
  background-color: #613419;
  padding: 2px 15px;
  border-radius:3px;
}

  .anfrage:hover,
  .anfrage:focus,
  .anfrage:visited {
    text-decoration: none !important;
    background-color: #9f6947;
    color: #fff;
  }

/* zoom Bootstrap Slider */
@-webkit-keyframes zoom {
  from {
      -webkit-transform: scale(1, 1);
    }

    to {
      -webkit-transform: scale(1.5, 1.5);
    }
  }

  @keyframes zoom {
    from {
      transform: scale(1, 1);
    }

    to {
      transform: scale(1.5, 1.5);
    }
  }

  .carousel-inner .item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
  }
