@charset "UTF-8";
/* source-sans-3-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: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v15-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-italic - 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: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/source-sans-3-v15-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-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: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/source-sans-3-v15-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700italic - 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: "Source Sans 3";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/source-sans-3-v15-latin-700italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* VALIDIERUNG */
.invalid-feedback {
  display: none;
}
.is-invalid ~ .invalid-feedback {
  display: block;
}
.valid-feedback {
  display: none;
}
.is-valid ~ .valid-feedback {
  display: block;
}
/* HERR GENERAL */
body {
  font-family: "Source Sans 3", sans-serif;
  color: #495057;
  padding-top: 53px;
}
.img-rounded {
  border-radius: 1px;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #82bc25;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #32373b;
  color: #fff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #f1f3f5;
  clear: both;
}
.page-header {
  margin-top: 30px;
  margin-bottom: 60px;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #f1f3f5;
  border-radius: 1px;
}
.form-control {
  background-color: rgba(255, 255, 255, 0.7);
}
a {
  color: #82bc25;
}
.tab-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.img-dark {
  filter: brightness(80%);
}
#map_canvas_gross {
  width: 100%;
  height: 700px;
}
.badge {
  font-size: 85%;
  font-weight: 400;
}
.ausgebucht {
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
  text-decoration: line-through;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.form-control {
  border-radius: 1px;
}
/* TYPO AND QUERY */
h1 {
  font-size: 1.2em;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  font-size: 1em;
  line-height: 1.4em;
}
h3 {
  font-size: 1.2em;
  line-height: 1.3em;
  color: #82bc25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 700;
}
h4 {
  font-size: 1.2em;
  line-height: 1.3em;
  letter-spacing: 0.02em;
  font-weight: 700;
}
h5 {
  font-size: 1.3em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
p, ul, ol {
  font-size: 1.1em;
  line-height: 1.4em;
}
@media (min-width: 576px) {
  h1 {
    font-size: 1.3em;
  }
  h2 {
    font-size: 1.1em;
  }
  h3 {
    font-size: 1.3em;
  }
  h4 {
    font-size: 1.3em;
  }
  h5 {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.4em;
  }
  h2 {
    font-size: 1.2em;
  }
  h3 {
    font-size: 1.4em;
  }
  h4 {
    font-size: 1.4em;
  }
  h5 {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 1.3em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.5em;
  }
  h5 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.5em;
  }
  h3 {
    font-size: 1.7em;
  }
  h4 {
    font-size: 1.7em;
  }
  h5 {
    font-size: 1.9em;
  }
}
/* KALENDER */
.kalenderinvers {
  background-color: #495057;
  padding-top: 15px;
  padding-bottom: 15px;
}
.kalenderinvers h5 {
  color: #82bc25;
}
.kalenderinvers p {
  color: #f1f3f5;
}
/* BEREICHE */
.headlining {
  background-color: #495057;
  padding: 30px 0;
}
.headlining h1 {
  color: #82bc25;
  padding-bottom: 15px;
}
.headlining h2 {
  color: #fff;
}
.abstand {
  padding-top: 15px;
  padding-bottom: 15px;
}
.abstandobenunten {
  padding-top: 30px;
  padding-bottom: 30px;
}
.abstandoben {
  padding-top: 30px;
}
.abstandunten {
  padding-bottom: 30px;
}
.hell {
  background-color: #f1f3f5;
  margin: 0 0 30px 0;
  padding: 0;
}
.hell h3 {
  padding: 15px 15px 0 0;
}
.hell p {
  padding: 0 15px 0 0;
}
.hell img {
  padding: 0;
  margin: 0;
}
.fleck {
  background-image: url(/media/allgemein/fleck.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
.social {
  padding: 30px 0;
}
.zitat {
  background-color: #82bc25;
  padding: 30px 0;
}
.vierer {
  background-color: #f1f3f5;
  padding: 30px 0;
}
.fuss {
  background-color: #495057;
  padding: 30px 0;
}
.fuss p {
  color: #fff;
}
.testimonial {
  background-color: #495057;
  padding: 30px 0;
}
.testimonial h4, .testimonial p {
  color: #fff;
}
.topthemen {
  background-color: #e9ecef;
  padding-bottom: 30px;
}
/* BUTTON */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  letter-spacing: 0.1em;
  font-weight: 700;
  border-radius: 1px;
}
.btn-link {
  color: #82bc25;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #868e91;
}
.btn-bd {
  color: #fff;
  background-color: #82bc25;
  border-color: #82bc25;
  font-weight: 400;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn-bd:hover {
  color: #495057;
}
.btn-video {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.btn-primary {
  background-color: #3b5999;
  border-color: #3b5999;
}
/* NAV */
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #82bc25;
}
.nav-pills .nav-link {
  background-color: #f1f3f5;
}
/* VIDEO*/
.video-list-thumbs > li {
  margin-bottom: 12px;
}
.video-list-thumbs > li > a {
  display: block;
  position: relative;
  background-color: #f1f3f5;
  color: #495057;
  padding: 8px;
  border-radius: 0;
}
.video-list-thumbs > li > a:hover {
  background-color: #b6c0cb;
  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: 1.2em;
  height: 33px;
  margin: 8px 0 0;
}
.video-list-thumbs .fa-youtube-play {
  color: #fff;
  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: #d3dae0;
  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;
  }
}
/* NAVBAR */
.navbar {
  letter-spacing: 0.1em;
}
.navbar-dark {
  background-color: #82bc25;
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.bg-dark {
  background-color: #82bc25 !important;
}
.dropdown-menu {
  background-color: #82bc25;
  border: 0px solid rgba(0, 0, 0, 0);
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  white-space: nowrap;
}
.navbar-brand {
  font-weight: 700;
  color: #495057 !important;
}
.tjblj-link {
  background-color: #82bc25;
  padding: 5px;
}
.mehrwert-link {
  background-color: #495057;
  padding: 5px;
}
.kuhle-milch-link {
  background-color: #068DD4;
  padding: 5px 10px;
}
/* CARD */
.card {
  border: 0;
}
.card-link {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.card-body {
  background-color: #495057;
  color: #868e91;
}
.card h4 {
  color: #82bc25;
}
/* 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: #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: #495057;
}
#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;
}
/* ISSUU */
.issuu-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  /* set the aspect ratio here as (height / width) * 100% */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.issuu-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* FLIPCLOCK.JS */
@media only screen and (min-width: 320px) {
  .clock {
    zoom: 0.5;
    -moz-transform: scale(0.5);
  }
}
@media only screen and (min-width: 480px) {
  .clock {
    zoom: 0.6;
    -moz-transform: scale(0.5);
  }
}
@media only screen and (min-width: 768px) {
  .clock {
    zoom: 0.7;
    -moz-transform: scale(0.5);
  }
}
@media only screen and (min-width: 992px) {
  .clock {
    zoom: 0.8;
    -moz-transform: scale(0.5);
  }
}
@media only screen and (min-width: 1200px) {
  .clock {
    zoom: 1.3;
    -moz-transform: scale(1.3);
  }
}
/* MEHRWERT */
body.mehrwert {
  background-color: #fff;
}
.mehrwert .bg-dark {
  background-color: #495057 !important;
}
.mehrwert .navbar-brand {
  color: #f4faee !important;
}
.mehrwert .headlining {
  background-color: #495057;
}
.mehrwert .headlining h1, .mehrwert .headlining h2 {
  color: #fff;
}
.mehrwert a[href^=tel] {
  color: #82bc25;
}
.mehrwert .btn-bd {
  background-color: #495057;
}
.mehrwert .btn-bd:hover {
  background-color: #82bc25;
  color: #fff;
}
.mehrwert .btn-link {
  color: #82bc25;
}
.mehrwert .vierer {
  background-color: #495057;
}
.mehrwert .vierer p {
  color: #fff;
}
.mehrwert h3 {
  color: #495057;
}
.mehrwert .vierer h3 {
  color: #fff;
}
.mehrwert .fuss {
  background-color: #495057;
}
.mehrwert .fuss p {
  color: #fff;
}
.badge-mehrwert {
  background-color: #E68877;
  color: #fff;
}
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0;
}
.einszueins {
  padding-bottom: 100%;
}
.goldenesrechteck {
  padding-bottom: 61.8%;
}
.dreizuzwei {
  padding-top: 66.66%;
}
.vierzudrei {
  padding-top: 75%;
}
.sechzehnzuneun {
  padding-top: 56.25%;
}
.einundzwanzigzuneun {
  padding-top: 42.85%;
}
.zweiunddreissigzuneun {
  padding-top: 28.12%;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
/* Selektor für alle Labels, die ein Sternchen enthalten */
label {
  color: inherit;
}
label:not(:has(*)) {
  color: inherit;
}
/* Färbt nur die Sternchen rot */
label::after {
  content: attr(data-required);
  color: red;
  margin-left: 2px;
}
