/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}


body{
  font-family: 'Open Sans', sans-serif;
  color: #364b55;
  background: #fff;
  line-height: 2em;
}
.bg {
  /* The image used */
  background-image: url("../../img/test/1.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_gruen{
  background: #0052a2;
}
.bg_blau{
  background: #0052a2;
}

.grundrisse_headline{
  background: #75b84e;
  color: #fff;
  font-size: 1.6em;
  font-weight: bold;

}

.bautagebuch_header{
  font-size: 1.6em;
  font-weight: bold;
  display: block;
}

        figure {
            display: flex;
        }

        .slider_1_orange{
          font-size: 5em;
          color: #74b94e;
          font-weight: bold;
          padding-bottom: 20px;
        }
        .slider_1_weiss{
          font-size: 5em;
          color: #fff;
          font-weight: bold;
        }
        .carousel-caption {
          color: #fff;
          text-align: center;
        }

.blau{
  color: #0052a2;
}
.text_gross_dick{
  font-size: 1.8em;
  font-weight: bold;
}
.text_gross_normal{
  font-size: 1.8em;
}
.bottom-30{
  margin-bottom: 30px;
}
a{
color: #8d1408;
}
a:hover{
color: #ccc;
  text-decoration: underline;
}
.start_links {
  padding:30px;
  font-weight:bold;
  color: #364b55;
}
.start_links:hover{
  color: #96c21e !important;
}
footer a{
  color: #364b55 !important;
}
.topleiste {
  background: #fff;
  color: #acacac;
  padding: 10px;
  border-bottom: 1px solid #e7e7e7;

}
.topleiste a{
  color: #acacac;
}
.navbar-light{
  background: #fff;
  border-top: 0px solid #e5e5e5;
}
.bg-light{
  background: #fff !important;
}
.dropdown-menu {
  border-radius: 0px;
  padding: 0;
}
.dropdown-item {
  font-size: 0.8em !important;
  color: #364b55 !important;
  padding: .30rem .10rem;
  border-bottom: 1px solid #364b55;
}
.dropdown-item:hover {
  font-size: 0.8em !important;
  color: #212B2F !important;
}
.dropdown-item:active {
  font-size: 0.8em !important;
  color: #fff !important;
  background: #95C11E;
}
.navbar .nav-link {
  color: #272727 !important;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: bold;
}
.fa{
  color: #acacac;
}
h1, h2, h3, h4, h5{
  font-family: 'Open Sans', sans-serif;
}
h1{
  margin-top: 60px;
  font-size: 2.6em;
  font-weight: bold;
  text-transform: uppercase;

}
h2{
  font-size: 2em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
h3{
  margin-top: 0px;
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.facts h3{
  margin-top:20px;
}
h4{
  color: #75b84e;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}
h5{
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.2em;
  color: #364b55;
}
.h1_klein{

    margin-top: 30px;
    font-size: 0.6em;
    font-weight: 400;
    color: #483939;
    text-transform: uppercase;
}
.h2_weiss{
  color: #fff;
}
.gold_h3{
  color: #d67b16;
  font-size: 0.5em;
  font-weight: 800;
}
.bg_grau{
  background: #f9f9f9;
  padding-top: 30px;
  padding-bottom: 30px;
}
.bg_braun{
  background: #8d1408;
  padding-top: 30px;
  padding-bottom: 30px;
}

.liste_zeile{
  border-bottom: 1px solid #fff !important;
}
.margin-bottom-30px{
  margin-bottom: 30px;
}
.big_weiss{
  font-family: 'Open Sans', sans-serif;
  font-size: 3em;
  font-weight: 800;
  color: #fff;
}
.quick{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.8em;
  font-weight: bold;;

}
.quicklinks {
  padding-top: 80px;

}
.quicklinks a{
  color: #364b55;

}
.quicklinks a:hover{
  color: #364b55;
  text-decoration: none;

}
.gold_auf_braun{
  background:#8d1408;
  color: #d67b16;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold;
}



.myaccordion {
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}


.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
  margin-bottom: 10px;
}

.myaccordion .card-header {
  padding: 0rem 0rem;
  background:#e2e6e9;
  border: none;
}

.myaccordion .fa-stack {
  font-size: 28px;
  background: #95C21F;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #3F4C55;
  padding: 0px;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.myaccordion h2{
  margin: 0;
}
.myaccordion .card-body{
  padding: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ausstattung{
  list-style-image:url("../../img/ausstattung.png");

	background-size: cover;
	display: inline-block;
  padding-bottom: 20px;
}
.ausstattung h3{
  margin-top: 0;
}

.box {
background:#8d1408;
  position: relative;
  padding-top: 100%;
  width: 50%;
}
.box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.box .inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.box1 {
    padding: 0 5px 0 5px;
}
.box1 .inner {
    background-color: #fff;
}

.quick_h1{
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  display: block;
}
.quick_h3{
  font-size: 1em;
  color: #d67b16;
  font-weight: bold;
  display: block;
}
.quick_divider{
  display: block;
  height: 2px;
  width: 30px;
  background: #d67b16;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.quick_small{
  display: block;
  font-size: 0.8em;
  color: #fff;
}
.quick_mehr{
  display: block;
  color: #d67b16;
  text-transform: uppercase;
  font-size: 0.8em;
  margin-top: 20px;
}
.rounded-circle{
  border: 8px solid #F5F7F7;
  margin: auto;
  margin-top:30px;
  margin-bottom: 20px;
}

.inhalt_hinterlegt{
	padding: 10px;
	margin-bottom: 10px;
	background: #4c3638;
	color: #fff;
	display: block;
	font-weight: bold;
}

#partner{
  padding-top: 50px;
  padding-bottom: 20px;
}
.zero{
  margin: 0px;
  padding: 0px;
}
.dropdown-menu {
  /*left: 50% !important;
  right: auto !important;
  transform: translate(-50%, 0) !important;*/
  text-align: center !important;
}
.form-control{
  margin-bottom: 20px;
}
.btn{
  border-radius:0;
}
.btn-success{
  background: #74B94E;
  border: none;
}
.btn-success:hover{
  background: #409617;
  border: none;
}
.btn-danger{
  background: #0052a2;
  border: 0px solid #0052a2;
}
.btn-danger:hover{
  background: #ccc;
  border: 0px solid #0052a2;
}
.btn-info{
  background: #0052a2;
  border: 0px solid #0052a2;
}
.btn-info:hover{
  background: #ccc;
  border: 0px solid #0052a2;
}
.btn-black{
  background: #364b55;
  color: #fff;
}
.divider_small{
  width: 60px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
  background: #74b94e;
}
.divider_big{
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
  background: #74b94e;
}
.abstand{
  margin-top: 60px;
  display: block;
}
.abstand20{
  margin-top: 20px;
  display: block;
}
.bg-grau{
  background: #f7f8f8;
}
.bg-gelb2{
  background: #ff7d00;
}
.bg-gelb3{
  background: #74b94e;
}
.flagline{
  margin-bottom: 30px;
}

.flagline_green{
  background:#006233;
  height:6px;
}
.flagline_red{
  background:#C60000;
  height:6px;
}
.info_0{
  background: #ff0000;
  color: #fff;
  text-align: center;
  padding: 20px;
    margin-bottom: 30px;

}
.info_1{
  background: #1C9A71;
  color: #fff;
  text-align: center;
  padding: 20px;
    margin-bottom: 30px;
}

.grau{
  background: #F5F7F7;
  padding: 0px;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
}
.rot{
  background: #d38d3c;
  color: #fff;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;

}
a:link .rot {
  color: #fff;

}

.subnav{
  margin-bottom: 30px;
}
.card{
  border-radius: 0px;
  border: 0px;
}
.accordion .card-header {
  margin-bottom: 20px;
  border: 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #d38d3c;
    font-weight: 400;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.accordion .card-header{
  background: #4c3638;
  color:#FFF;
  text-decoration: none;
}

#map {
  height: 350px;
  width:100%;
}
.lage #map{
  min-height: 300px;
}

#mapid { height: 180px; }

footer{
  padding-top: 40px;
  background: #e7e7e7;
  color: #364b55;
  line-height: 1.4em;
}
footer .container{
  border-bottom: 1px solid #364b55;
}
.sub-footer{
  background: #e7e7e7 !important;
  color: #364b55;
  text-align: center;
  margin-top: 0px;
  padding:20px;
}
.sub-footer a {
  color: #364b55 !important;
  margin-left: 10px;
  margin-right: 10px;
}


.hoverbild{
  position: relative;
  width: 100%;
}


.hoverimage {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -khtml-opacity: 0;
  transition: .5s ease;
  -webkit-transition: -webkit-transform 0.5s ease 0s, opacity 0.2s ease 0s;
  visibility: visible;
  background-color: #75b84e;
}

.hoverbild:hover .overlay {
  opacity: 0.7;
  -khtml-opacity: 0.7;
}

.hoverbild:hover .hoverimage {
  opacity: 0.3;
  -khtml-opacity: 0.3;
}
.hoverbild:focus .overlay {
  opacity: 0.7;
  -khtml-opacity: 0.7;
}

.hoverbild:focus .hoverimage {
  opacity: 0.3;
  -khtml-opacity: 0.3;
}


.hovertext {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 40px;
  width: 90%;
}
.hovertext .extrasmall{
  font-size: 0.7em;
  line-height: 10px;
}

a.quicklink{
  padding: 8px;
  background: #900E1D;
  color: #fff;
  margin-bottom: 1px;
}

a.quicklink:hover{
  color: #fff;
}
#demo{
  width:100%;
}
.caption-animate .carousel-item.active .carousel-caption {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.caption-animate  .carousel-item.active .carousel-caption.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.caption-animate  .carousel-item.active .carousel-caption.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.caption-animate .carousel-item.active .carousel-caption.flipOutX,
.caption-animate .carousel-item.active .carousel-caption.flipOutY,
.caption-animate .carousel-item.active .carousel-caption.bounceIn,
.caption-animate .carousel-item.active .carousel-caption.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
.caption-animate .carousel-item .carousel-caption.fadeIn,
.caption-animate .carousel-item .carousel-caption.fadeInDown,
.caption-animate .carousel-item .carousel-caption.fadeInDownBig,
.caption-animate .carousel-item .carousel-caption.fadeInLeft,
.caption-animate .carousel-item .carousel-caption.fadeInLeftBig,
.caption-animate .carousel-item .carousel-caption.fadeInRight,
.caption-animate .carousel-item .carousel-caption.fadeInRightBig,
.caption-animate .carousel-item .carousel-caption.fadeInUp,
.caption-animate .carousel-item .carousel-caption.fadeInUpBig{
  opacity:0;
}
.carousel-caption {
  position: absolute;
  top:40%;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center;
}

@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {

    padding-top: 0px;
    font-size: 0.9em;
  }
}


@media (max-width: 576px) {
  h1{
    font-size: 1.4em;
  }



  .hovertext {
    color: white;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
 }


@media (min-width: 768px) {
.dropdown-item{
  text-align: center;
}
 }


 @media (max-width: 768px) {

       .start_werte{
         text-align: center;
       }
           .start_werte_bild{
           }
    }

    @media (max-width: 576px) {

          .start_werte{
            text-align: center;
            width: 100%;
          }
              .start_werte_bild{
                height: auto;
              }
        .logo_top{
          max-width: 250px;
          height: auto;
        }
        h2{
          font-size: 1.4em;
        }
        h3{
          font-size: 1.3em;
        }
        .fact_center{
          text-align: center;
        }
       }


@media (min-width: 1200px) {  }
