body{
  font-family: 'Raleway', sans-serif;
  color: #6f6f6f;
  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;
}


.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{
  text-decoration: underline;
}
footer a{
  color: #6f6f6f !important;
}

.quick_start{
  margin-top: 150px;
}

.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.9em !important;
  color: #000 !important;
  padding: .50rem .50rem;
  border-bottom: 1px solid #000;
}
.dropdown-item:hover {
  font-size: 0.9em !important;
  color: #212B2F !important;
}
.navbar .nav-link {
  color: #000 !important;
  font-size: 1em;
}
.fa{
  color: #6f6f6f;
}
.logo{
  height: 50px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;

}
h1, h2, h3, h4, h5{
  font-family: 'Raleway', sans-serif;
}
h1{
  margin-top: 60px;
  font-size: 3em;
  font-weight: bold;
  color: #2e3e48;
  text-transform: uppercase;

}
h2{
  font-size: 2.6em;
  font-weight: bold;
  margin-top: 0px;
  color: #432921;
  text-transform: uppercase;
}
h3{
  font-size: 1.2em;
  font-weight: bold;
  color: #483939;
}
h5{
  margin-top: 30px;
  font-weight: bold;
  font-size: 1.2em;
  color: #6f6f6f;
}
.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: #3c464a;
  padding-top: 30px;
  padding-bottom: 80px;
}
.bg_braun{
  background: #8d1408;
  padding-top: 30px;
  padding-bottom: 30px;
}


.content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden
}

.content .content-overlay {
    background: rgba(52, 54, 59, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%
}

.content .content-details h3{
  font-weight: bold;
}


.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase
}

.content-details p {
    color: #fff;
    font-size: 0.8em
}

.fadeIn-bottom {
    top: 80%
}
.logos_startseite{
  margin-top: 20px;
  margin-bottom: 20px;
}
.liste_zeile{
  border-bottom: 1px solid #fff !important;
}
.big_weiss{
  font-family: 'Raleway', sans-serif;
  font-size: 3em;
  font-weight: 800;
  color: #fff;
}
.quick{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.05em;

}
.quick_1{
  background: #664b3d;
  padding: 30px;
    color: #fff;
    line-height: 1.4em;
}
.quick_2{
  background: #432921;
  padding: 30px;
    color: #fff;
    line-height: 1.4em;
}
.quick_3{
  background: #664b3d;
  padding: 30px;
    color: #fff;
    line-height: 1.4em;
}
.quicklinks {
  padding-top: 80px;

}
.quicklinks a{
  color: #fff;

}
.quicklinks a:hover{
  color: #ccc;
  text-decoration: none;

}
.gold_auf_braun{
  background:#8d1408;
  color: #d67b16;
  padding: 10px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: bold;
}

.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-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;
}
.divider_small{
  width: 60px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
  background: #432921;
}
.divider_big{
  margin-top: 30px;
  margin-bottom: 30px;
  height: 1px;
  background: #ccc;
}

hr {
  width: 120px;
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
}

/* -- Animated hr -- */

.progress {
  background: rgba(1, 15, 30, 0.1);
  height: 1px;
  overflow: hidden;
  position: relative;
}

.progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #111;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 40px;
  left: 40px;
}
.abstand{
  margin-top: 60px;
  display: block;
}
.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: 50px;
    padding-bottom: 50px;
  line-height: 1.4em;
}
.sub-footer{
  background: #2a363b !important;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding:20px;
  border-top: 1px solid #979ca0;
}
.sub-footer a {
  color: #fff !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: #A6000E;
}

.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: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 20px;
  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;
}
@media (max-width: 576px) {
  h1{
    font-size: 1.4em;
  }




  .quick_start{
    margin-top: 0px;
  }


 }


@media (min-width: 768px) {
  .dropdown-item{
    text-align: center;
  }
}


@media (min-width: 992px) {  }


@media (min-width: 1200px) {  }
