/* Less-Style by D&M agentur */
html {
  overflow-y: scroll;
}
a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:focus,
a:active {
  outline: 0;
}
h1 {
  padding: 65px 0 42px 0;
  color: #404040;
}
h5{
  margin-top:30px;
}
@media (max-width: 768px) {
  .navbar-toggle {
    float: none;
    margin: 4px 0 0px 14px;
    padding: 6px 6px 8px 8px;
    font-size: 32px;
    font-weight: 400;
    color: #919191;
  }
  .navbar-toggle:hover {
    color: #b01919 !important;
  }
  .navbar {
    background-color: white !important;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0 !important;
  }
  .navbar .container-fluid {
    padding: 0;
  }
  .navbar .logo {
    display: none !important;
  }
  .navbar li {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: white;
    border-bottom: 1px solid #eeeeee;
    text-transform: capitalize;
    padding: 10px 0 10px 10px;
  }
  .navbar li:hover {
    background-color: #eeeeee;
    padding-left: 12px;
  }
  .navbar li a {
    color: #404040;
  }
  .navbar li a:hover {
    border: none !important;
  }
  #logo {
    width: 300px;
    margin-top: 20%;
  }
  #navbar-collapse-main {
    margin-top: 12px;
    padding: 0;
  }
  .navbar-nav {
    margin: 0;
  }
  .col-2 div {
    padding: 0 40px;
  }
  #inhalt-4 {
    padding: 0 40px;
  }
  .img-responsive {
    display: none;
  }
  .invert-h {
    font-size: 26px !important;
  }
  footer {
    border-top: 1px solid #bcbfc3;
  }
  footer .container {
    padding: 0 40px;
    text-align: center;
  }
  .logo {
    display: none;
  }
  #inhalt-6 {
    padding-top: 32px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .col-2 div:first-child {
    padding-right: 30px;
  }
  .col-2 div:last-child {
    padding-left: 30px;
  }
}
/* Medium devices (desktops, 992px and up) */
/* Large devices (desktops, 992px and up) */
/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
.navbar {
  background-color: white;
  border-bottom: none;
  box-shadow: 0px 1px 10px #999;
}
.navbar ul a {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #919191 !important;
}
.navbar ul a:hover {
  color: #b01919 !important;
}
.navbar ul a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #b01919;
  opacity: 0;
  transform: scale3d(0, 1, 1);
  transition: transform 0.1s;
}
.navbar ul a:focus::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.navbar .logo {
  margin: 16px 0 0 10px;
  display: inline-block;
  width: 74px;
}
.navbar-toggle {
  border-radius: 0;
}
/* background setup */
.background {
  background-repeat: no-repeat;
  /* custom background-position */
  background-position: 50% 50%;
  /* ie8- graceful degradation */
  background-position: 50% 50%\9 !important;
}
/* fullscreen setup */
html,
body {
  /* give this to all tags from html to .fullscreen */
  height: 100%;
  line-height: 1.8em;
}
.fullscreen,
.content-a {
  width: 100%;
  min-height: 100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
  height: 70%;
  overflow: hidden;
}
.div-cont {
  padding-bottom: 50px;
}
#logo {
  padding-top: 8%;
}
/* INHALTE */
#inhalt-1 .container {
  padding-bottom: 70px;
}
#inhalt-2 {
  height: 60%;
  overflow: hidden;
}
#inhalt-2 .container {
  text-align: center;
  padding-top: 130px;
  padding-bottom: 70px;
}
#inhalt-2 .invert-h {
  display: inline-block;
  font-family: Lora, "Times New Roman", Times, serif;
  font-size: 32px;
  font-weight: 400;
  padding: 13px;
  margin: 2px;
  color: white;
  background-color: #000;
}
#inhalt-3 {
  overflow: hidden;
}
#inhalt-3 .container {
  padding-top: 130px;
  padding-bottom: 70px;
}
#inhalt-3 .big-icons {
  height: 220px;
  width: 220px;
  background-image: url("../img/icon_bg.png");
}
#inhalt-3 h2 {
  color: white;
  font-weight: 400;
  font-size: 24px;
  padding-top: 20px;
}
#inhalt-3 svg {
  fill: white;
}
#inhalt-4 {
  overflow: hidden;
}
#inhalt-4 .container {
  padding-bottom: 70px;
}
#inhalt-4 h3 {
  color: #404040;
  font-weight: 400;
}
#inhalt-4 p {
  padding-top: 18px;
  border-top: 1px solid #b1951c;
}
#inhalt-5 {
  height: 50%;
  overflow: hidden;
}
#inhalt-6 {
  overflow: hidden;
}
/* animation */
.ani-1,
.ani-2,
.ani-3,
.ani-4,
.ani-5,
.ani-6,
.ani-7,
.ani-8,
.ani-9,
.ani-11 {
  visibility: hidden;
}
/* content centering styles */
.content-a {
  display: table;
}
.content-b {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
/* visual styles */
section.weiss {
  color: #000;
  background-color: #fff;
}
section.rot {
  background-color: #b01919;
}
.not-fullscreen {
  height: 60%;
}
#google_map {
  height: 450px;
}
footer {
  padding: 0 0;
  font-size: 18px;
  background-color: white;
  line-height: 2;
}
footer ul {
  padding-left: 0;
  line-height: 1.7;
}
footer ul li {
  list-style: none;
}
footer .container {
  padding-bottom: 70px;
}
footer .logo {
  width: 200px;
}
footer .glyphicon {
  padding-right: 12px;
  color: #333333;
}
footer .glyphicon:hover {
  color: #b01919;
}
.shad {
  margin-top: -47px;
  height: 33px;
  background-image: url(../img/shadow.png);
}
.triangle {
  position: absolute;
  margin-top: -47px;
  margin-left: -24px;
  width: 55px;
}
.triangle.inverse {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-top: 0;
  transform: rotate(180deg);
  z-index: 1030;
}
/* owl */
#pic-referenzen .item img {
  display: block;
  width: 100%;
  height: auto;
}
/* OWL CAROUSEL */
.owl-carousel .panel {
  margin-left: 3px;
  margin-top: 3px;
  margin-right: 6px;
}
.owl-theme .owl-controls {
  margin-top: -40px;
  padding-bottom: 40px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 10px 20px;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-pagination {
  position: relative;
  z-index: 1;
}
.owl-pagination .owl-page span {
  border: 3px solid #fff;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(img/puff.svg) no-repeat center center;
}
/* preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(250, 250, 250, 0.9);
  z-index: 50000;
}
#preloader img {
  width: 200px;
  display: block;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
/* type style */
.scene {
  padding: 6rem 2rem;
  padding-top: 40vh;
}
.scene h1 {
  font-family: 'Oxygen', Helvetica, sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 0;
  font-size: 5rem;
  margin-top: 0;
}
.actor {
  font-size: 2.4rem !important;
  display: flex;
  margin-bottom: 2rem;
  color: #fff;
}
.actor:last-of-type {
  margin-bottom: 6rem;
}
.actor__content {
  margin-left: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  word-spacing: 2px;
}
@keyframes blink {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.actor__content--typing::after {
  content: '|';
  animation: blink 500ms infinite;
}/*Modal*/
.modal-open{
  overflow: visible;
}
.modal-body{
  padding: 15px 40px 40px;
}
.modal-header{
  padding: 15px 15px 15px 40px;
}
#openstreet a{
  border: 2px solid rgba(255,255,255,0);
  border-radius: 25px;
  font-size: 12px;
  margin-top: -90px;
  margin-left: 20px;
  background-color: rgba(255,255,255);
}
#openstreet a:hover{
  border: 2px solid rgba(193,193,193,1);
}