@charset "UTF-8";
/* titillium-web-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: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/titillium-web-v17-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-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: "Titillium Web";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/titillium-web-v17-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-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: "Titillium Web";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/titillium-web-v17-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-600 - 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: "Titillium Web";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/titillium-web-v17-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* titillium-web-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: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/titillium-web-v17-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* $blau: #006ad8; $schwarz: #343a41; */
/* ABSTAND */
.abstandobenunten {
  padding-top: 30px;
  padding-bottom: 30px;
}
.abstandoben {
  padding-top: 30px;
}
.abstandunten {
  padding-bottom: 60px;
}
.keinabstandunten {
  margin-bottom: 0;
}
/* GENERELL */
body {
  font-family: "Titillium Web", sans-serif;
  color: #0D0D0D;
  -webkit-hyphens: auto;
  moz-hyphens: auto;
  ms-hyphens: auto;
  o-hyphens: auto;
  hyphens: auto;
}
.img-rounded {
  border-radius: 5px;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #0D0D0D;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: black;
  color: #fff;
}
.thumbnail {
  border: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #0D0D0D;
  clear: both;
}
.well {
  border: 0;
  box-shadow: inset 0 0 0;
  background-color: #A63C3C;
  border-radius: 5px;
}
.form-control {
  background-color: #fff;
}
a {
  color: #4391e3;
}
a[href^=tel] {
  color: #0D0D0D;
  text-decoration: none;
}
.weiss {
  background-color: #fff;
  border-radius: 5px;
  padding: 3px;
}
.img-dark {
  filter: brightness(80%);
}
.bg-light {
  background-color: #A63C3C !important;
}
.rounded {
  border-radius: 5px !important;
}
.transsib {
  background-color: rgba(255, 255, 255, 0.3);
}
.badge {
  font-size: 0.9em !important;
}
div[style*="z-index: 1000"] {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.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%;
}
/* FA */
.fa-orange {
  color: #4391e3;
}
.fa-weiss {
  color: #fff;
}
/* TYPE */
h1 {
  font-size: 2em;
  font-weight: 600;
  letter-spacing: 0.15em;
}
h2 {
  font-size: 1.2em;
  line-height: 1.3em;
  letter-spacing: 0.2em;
}
h3 {
  font-size: 1.5em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.2em;
  font-weight: 700;
}
p {
  font-size: 1.2em;
  line-height: 1.5em;
  font-weight: 400;
}
/* NAVBAR */
.bg-dark {
  background-color: #A63C3C !important;
}
.navbar-dark .navbar-nav .nav-link {
  color: #f5f2e9;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
}
.nav-tabs .nav-link {
  border: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  background-color: #A63C3C;
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  background-color: #0D0D0D;
  color: #fff;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  padding: 30px;
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
/* BEREICHE */
/* .headliner { background-color: $blau; padding: 60px 0; background-image: url(/media/allgemein/WAVEStop.svg); background-repeat: no-repeat; background-position: top; background-size: 100% auto;  } */
.headliner {
  background-color: #D7DCE0;
  padding: 60px 0;
}
.inhalt {
  padding: 60px 0;
}
.termineinhalt {
  background-color: #0D0D0D;
  padding: 60px 0 30px 0;
}
.termineinhalt p, .termineinhalt h1 {
  color: #fff;
}
.social {
  background-color: #A63C3C;
  padding: 60px 0 0 0;
}
.vierer {
  background-color: #A63C3C;
  padding: 30px 0 30px 0;
  background-image: url(/media/allgemein/WAVES.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}
.fuss {
  background-color: #0D0D0D;
  padding: 30px 0 15px 0;
}
.fuss p, .fuss a {
  color: #fff;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.btn-link {
  color: #A63C3C;
}
.btn-link:hover {
  color: #4391e3;
}
.btn-primary {
  color: #fff;
  background-color: #A63C3C;
  border-color: #A63C3C;
}
.btn-bd {
  color: #fff;
  background-color: #0D0D0D;
  border-color: #0D0D0D;
}
.btn-bd:hover {
  color: #f5f2e9;
  background-color: #0D0D0D;
  border-color: #0D0D0D;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/* CARDS */
.card {
  border: 0;
  background-color: #0D0D0D;
}
.card-body {
  border-top: 1px solid white;
}
.card-footer {
  background-color: #0D0D0D;
  border-top: 0;
}
.card-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
/* VIDEO */
.video-list-thumbs > li {
  margin-bottom: 12px;
}
.video-list-thumbs > li > a {
  display: block;
  position: relative;
  background-color: #A63C3C;
  color: #0D0D0D;
  padding: 8px;
  border-radius: 0;
}
.video-list-thumbs > li > a:hover {
  background-color: #5b2121;
  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: #812e2e;
  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 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: #0D0D0D;
}
#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;
}
/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
  max-width: 700px;
}
.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial, regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}
.google .title:hover {
  text-decoration: underline;
}
.google .link {
  color: #006621 !important;
  font-family: arial, regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}
.google .description {
  color: #545454;
  font-family: arial, regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: schwarz;
  cursor: default;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}
/* CSS variables. Not needed for the effect to work. */
:root {
  --base:              #f6f2ea;
  --bg-blend:          darken;
  --blur:              0px;
  --fg-blend:          multiply;
  --foreground:        #b1c6ce;
  --opacity:           1;
  --spacing:           0px;
}
.img-wrapper {
  background-color: var(--base);
  display: flex;
  flex: 1 1 100%;
  height: 100%;
  overflow: hidden;
  padding: var(--spacing);
  position: relative;
}
.img-wrapper img {
  filter: grayscale(100%) contrast(1) blur(var(--blur));
  flex: 1 0 100%;
  height: 100%;
  max-width: 100%;
  mix-blend-mode: var(--bg-blend);
  object-fit: cover;
  opacity: var(--opacity);
  position: relative;
  width: 100%;
}
.img-wrapper::before {
  background-color: var(--foreground);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: var(--fg-blend);
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
