/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v29-latin-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v29-latin-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* LESS */
/* GENERELL */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4em !important;
  line-height: 150%;
  font-weight: 400;
  color: #777776;
  background-color: #f5f5f5;
  padding-top: 50px;
}
a {
  color: #dbce8c;
}
h1,
h3,
h4,
h5,
a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: lowercase;
}
h1,
h3 {
  font-size: 1.6em;
}
h2 {
  font-size: 1em;
  line-height: 150%;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #dbce8c;
  background-color: transparent;
  border: 0;
}
.fuss {
  background-color: #ffffff;
  padding: 40px 0;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #f5f5f5;
}
.mdicon {
  color: #dbce8c;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 5px dotted #dbce8c;
  clear: both;
}
.hr-news {
  margin-top: 0;
}
.page-header {
  border-bottom: 0px;
  margin: 40px 0 40px;
}
.gruen {
  color: #dbce8c;
}
.icon-circle {
  border-radius: 50%;
  border: 2px solid #dbce8c;
  padding: 15px;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.label {
  border-radius: 0;
  background-color: #ffffff;
  color: #dbce8c;
  font-weight: 400;
}
/* WELL */
.well {
  border: 0;
  border-radius: 0;
  box-shadow: inset 0 0 0;
  background-color: transparent;
}
.well-galerie {
  background-color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .well-galerie {
    min-height: 280px;
  }
}
@media only screen and (min-width: 992px) {
  .well-galerie {
    min-height: 280px;
  }
}
@media only screen and (min-width: 1200px) {
  .well-galerie {
    min-height: 200px;
  }
}
.img-blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
/* OVERLAY */
div.wrapper {
  float: left;
  position: relative;
}
div.description {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #dbce8c;
  font-size: 14px;
  font-weight: 700;
  color: white;
  opacity: 0.8;
  filter: alpha(opacity=80);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
p.description_content {
  padding: 10px;
  margin: 0px;
  color: white;
}
/* CAROUSEL */
.carousel-caption {
  position: relative;
  left: auto;
  right: auto;
  margin-top: 20px;
  text-shadow: 0 0 0;
  color: #777776;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-indicators li {
  border: 1px solid #dbce8c;
}
.carousel-indicators .active {
  background-color: #dbce8c;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  top: 50%;
  margin-top: -50px;
}
/* BUTTON */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-transform: lowercase;
  font-weight: 700;
  border-radius: 0;
  letter-spacing: 0.05em;
}
.btn-bd {
  color: #ffffff;
  background-color: #dbce8c;
}
.btn-bd:hover,
.btn-bd:active {
  color: #ffffff;
  background-color: #c3ad3e;
}
.btn-default {
  color: #777776;
}
.btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:active {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
/* NAVI */
.navbar-fixed-top {
  border-width: 0 0 0;
  border-top: 5px dotted #dbce8c;
}
.navbar {
  background-color: #ffffff;
}
.navbar .navbar-nav > li > a {
  color: #777776;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: lowercase;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #cccccc;
}
.navbar-brand {
  color: #777776 !important;
}
.navbar .navbar-toggle {
  border-color: #777776;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #dbce8c;
}
.nav-tabs > li > a {
  border-radius: 0 0 0 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 1px solid #dbce8c;
  background-color: #dbce8c;
}
.nav-tabs {
  border-bottom: 1px dashed #dbce8c;
}
/* KARTE */
#map_canvas {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
/* GALLERY */
.gallery img {
  margin-bottom: 25px;
}
#lightbox .modal-content {
  display: inline-block;
  text-align: center;
}
/* BILDER FÜR WYSIWYG */
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}
/* COOKIE BAR */
#cookie-bar {
  background: #282828;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 1000;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #ffffff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}
#cookie-bar .cb-enable {
  background: #82b646;
}
#cookie-bar .cb-enable:hover {
  background: #777776;
}
#cookie-bar .cb-disable {
  background: #f6ae01;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #0033bb;
}
#cookie-bar .cb-policy:hover {
  background: #0055dd;
}
/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}
.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.hvr-wobble-bottom:hover,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
