@charset "UTF-8";
/* mulish-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: "Mulish";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/mulish-v13-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-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: "Mulish";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/mulish-v13-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-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: "Mulish";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/mulish-v13-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* mulish-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: "Mulish";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/mulish-v13-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* changa-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: "Changa";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/changa-v27-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* changa-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: "Changa";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/changa-v27-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* changa-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: "Changa";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/changa-v27-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ASPECT RATIO */
.quadrat {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.quadrat img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.vierzudrei {
  position: relative;
  aspect-ratio: 1.3333333333;
}
.vierzudrei img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sechzehnzuneun {
  position: relative;
  aspect-ratio: 1.7777777778;
}
.sechzehnzuneun img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* GENERELL */
body {
  font-family: "Muli", sans-serif;
  color: #323232;
}
.rounded {
  border-radius: 3px;
}
.pagination {
  border-radius: 3px;
}
.pagination > li > a {
  color: #fff;
  background-color: #d7dce0;
  border: 0;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #004f84;
  color: #fff;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #d7dce0;
  clear: both;
}
a {
  color: #004f84;
}
.img-desaturate {
  filter: url(~"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.img-desaturate:hover {
  filter: none;
  cursor: pointer;
}
/* TYPE */
h1 {
  font-size: 3em;
  font-weight: 300;
  font-family: "Changa", sans-serif;
}
h2 {
  font-size: 1.1em;
  line-height: 1.4em;
  letter-spacing: 0.2em;
}
h3 {
  font-family: "Changa", sans-serif;
  font-size: 1.5em;
  margin-bottom: 30px !important;
  font-weight: 300;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.1em;
}
h6 {
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #d7dce0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 5px;
}
p {
  font-size: 1em;
  line-height: 1.6em;
}
.display-4 {
  line-height: 1;
}
/* NAV TABS */
.nav-tabs {
  border-bottom: 1px dotted #d7dce0;
}
.nav-tabs .nav-link {
  border: 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  background-color: #d7dce0;
  color: #323232;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  background-color: #004f84;
  color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #323232;
}
.nav-item {
  margin-right: 8px;
}
.tab-content {
  background-color: #fff;
  padding: 30px 0;
}
/* BEREICHE */
.headliner {
  background-color: #d7dce0;
  padding: 0 0 15px 0;
}
.headliner h1 {
  margin-top: 30px;
}
.custom-shape-divider-top-1592833877 svg {
  position: relative;
  display: block;
  width: 100%;
  height: 52px;
}
.custom-shape-divider-top-1592833877 .shape-fill {
  fill: #d7dce0;
}
.vierer {
  padding: 30px 0 0 0;
  background-color: #004f84;
}
.vierer h3 {
  color: #eaf7ff;
}
.vierer p {
  color: #84ceff;
}
.custom-shape-divider-bottom-1592834591 {
  transform: rotate(180deg);
}
.custom-shape-divider-bottom-1592834591 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 39px;
}
.custom-shape-divider-bottom-1592834591 .shape-fill {
  fill: #004f84;
}
.fuss {
  background-color: #004f84;
  padding: 15px 0;
}
.fuss p {
  color: #eaf7ff;
}
/* CAROUSEL */
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-caption {
  bottom: 200px;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 3px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
}
.card .btn-link {
  color: #d7dce0;
  text-transform: uppercase;
}
.fuss .btn-link {
  color: #84ceff;
  text-transform: uppercase;
}
.btn-link:hover {
  color: #4eb848;
  text-decoration: none;
}
.btn-link.active {
  color: #4eb848;
  text-decoration: none;
}
.btn-bd {
  color: #323232;
  background-color: #d7dce0;
  border-color: #d7dce0;
}
.btn-bd:hover {
  color: #fff;
  background-color: #656565;
  border-color: #656565;
}
/* CARDS */
.card {
  border: 0;
}
.card-footer {
  background-color: #004f84;
  border-top: 0;
}
.card-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
/* 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: #4eb848;
}
#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;
}
.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: gray;
  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;
}
.google.top {
  background-color: #F7F1A9;
}
/* GOOGLE ANALYTICS TOP */
.legend {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
}
.legend-item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.color-box {
  background-color: #F7F1A9;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
/* HOVER-EFFECT */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #004f84;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}
.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}
.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
