/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v32-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v32-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v32-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v27-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v27-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  background-color: #F5F5F5;
  padding-top: 50px;
}
h1, h2, h3 {
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  font-weight: 700;
}
h2 {
  font-size: 1.5em;
  line-height: 1.6em;
}
h3 {
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
h5 {
  background-color: #689F39;
  color: #fff;
  font-size: 1.4em;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
}
p, ul, ol {
  font-size: 1.2em;
  line-height: 1.5em;
}
iframe {
  border: 1;
}
a {
  color: #00763C;
  font-weight: 700;
}
a:focus, a:hover {
  color: #cddd39;
  text-decoration: underline;
}
.label-primary {
  background-color: #00722d;
}
.label-info {
  background-color: #689F39;
}
.bbb {
  background-color: #5D4430;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.bbb a:hover {
  background-color: #00763C;
}
/* SPALTE */
.spalte h3, .spalte p {
  color: #fff;
}
.spalte hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #dcedc7;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
}
.well-white {
  background-color: #fff;
}
.well-lime {
  background-color: #8ac44a;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #b6b6b6;
  clear: both;
}
.headliner {
  padding: 60px 0;
}
.termine {
  padding: 60px 0;
}
.page-header {
  padding-bottom: 0px;
  margin: 20px 0 30px;
  border-bottom: 0;
}
.page-header h1 {
  text-transform: uppercase;
}
.abstand {
  padding-top: 30px;
  padding-bottom: 30px;
}
#map_canvas {
  width: 100%;
  height: 400px;
}
/* BEREICHE */
.vierer {
  background-color: #00763C;
  padding: 60px 0 0 0;
}
.vierer h3, .vierer p {
  color: #fff;
}
.vierer hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #dcedc7;
}
.social {
  background-color: #F5F5F5;
}
.social h3 {
  color: #fff;
}
.thumbnail {
  background-color: #fff;
  border: 1px solid #F5F5F5;
  border-radius: 4px;
}
.whiteman {
  background-color: #cddc39;
}
.weiss {
  background-color: #fff;
}
.hellgruen {
  background-color: #8ac44a;
  color: #fff;
}
.dunkelgruen {
  background-color: #689F39;
  color: #fff;
}
.urinsteingruen {
  background-color: #dcedc7;
}
.kohle {
  background-color: #212121;
  color: #b6b6b6;
}
/* FUSS */
.fuss {
  background-color: #00763C;
  padding: 15px 0 60px 0;
}
.fuss h3 {
  color: #E2E7BF;
}
.fuss p, .fuss a {
  color: #dcedc7;
}
/* BUTTON */
.btn-bd {
  color: #fff;
  background-color: #00763c;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.btn-bd:hover {
  color: #fff;
  background-color: #A7AAAE;
}
.btn-bd:active {
  color: #fff;
  background-color: #A7AAAE;
}
.btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.btn-default:hover {
  color: #fff;
  background-color: #A5A8AC;
  border-color: #fff;
}
.btn-default:active {
  color: #fff;
  background-color: #A5A8AC;
  border-color: #fff;
}
.btn-dark {
  color: #fff;
  background-color: #00763c;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.btn-dark:hover {
  color: #fff;
  background-color: #A7AAAE;
}
.btn-dark:active {
  color: #fff;
  background-color: #A7AAAE;
}
/* NAVI */
.navbar {
  font-family: 'Roboto Condensed', sans-serif;
  border-width: 0 0 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-inverse {
  background-color: #00763C;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding-left: 5px;
  padding-right: 5px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #8ac44a;
}
.navbar-brand {
  color: #fff !important;
}
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #689F39;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-size: 1.1em;
  }
}
/* PAGINATION */
.pagination > li > a, .pagination > li > span {
  background-color: #00763C;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #fff;
}
.pagination > li > a, .pagination > li > span {
  border: 1px solid #fff;
}
/* GALLERY */
.gallery img {
  margin-bottom: 25px;
}
#lightbox .modal-content {
  display: inline-block;
  text-align: center;
}
.gallerist {
  background: #EEE;
}
.gallerist img {
  display: block;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .gallerist img {
    height: 400px;
  }
}
/* BACK TO TOP */
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #00763C;
  color: #fff !important;
}
.video-list-thumbs > li {
  margin-bottom: 12px;
}
.video-list-thumbs > li > a {
  display: block;
  position: relative;
  background-color: #363636;
  color: #F2F0F2;
  padding: 8px;
  border-radius: 0;
}
.video-list-thumbs > li > a:hover {
  background-color: #000;
  transition: all 500ms ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}
.video-list-thumbs h2 {
  bottom: 0;
  font-size: 14px;
  height: 33px;
  margin: 8px 0 0;
}
.video-list-thumbs .glyphicon-play-circle {
  font-size: 60px;
  opacity: 0.6;
  position: absolute;
  right: 39%;
  top: 31%;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.video-list-thumbs > li > a:hover .glyphicon-play-circle {
  color: #fff;
  opacity: 1;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
  transition: all 500ms ease;
}
.video-list-thumbs .duration {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  left: 12px;
  line-height: 13px;
  padding: 2px 3px 1px;
  position: absolute;
  top: 12px;
}
.video-list-thumbs > li > a:hover .duration {
  background-color: #000;
  transition: all 500ms ease;
}
@media (min-width: 320px) and (max-width: 480px) {
  .video-list-thumbs .glyphicon-play-circle {
    font-size: 35px;
    right: 36%;
    top: 27%;
  }
  .video-list-thumbs h2 {
    bottom: 0;
    font-size: 12px;
    height: 22px;
    margin: 8px 0 0;
  }
}
/* BILDER */
.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;
}
.faqs dl {
  margin-bottom: 20px;
}
.faqs dl, .faqs dt, .faqs dd {
  padding: 0;
  margin: 0;
}
.faqs {
  padding-top: 20px;
  border: 1px solid #eee;
  padding: 20px;
  border-top: 0;
  margin-top: 10px;
}
.faqstitle {
  color: #333;
  font-size: 15px;
  line-height: 0;
  background: #f7f7f7;
  margin-bottom: -18px;
  border: 1px solid #f1f1f1;
  padding: 20px;
}
.faqs dt {
  font-size: 13px;
  background: url(/media/allgemein/plus.png) 0 4px no-repeat;
  padding: 3px 0 10px 30px;
  position: relative;
  font-weight: 400;
}
.faqs dt:hover {
  cursor: pointer;
}
.faqs dd {
  padding: 0 0 5px 30px;
  position: relative;
  line-height: 1.8;
}
.faqs .hover {
  color: #0E8FAB;
}
.faqsicon {
  float: left;
  margin-top: -9px !important;
  padding-right: 10px;
  font-size: 18px;
}
/* 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: #fff;
  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: #A7AAAE;
}
#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;
}
