@charset "UTF-8";
/* roboto-condensed-200 - 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: 200;
  src: url("../fonts/roboto-condensed-v27-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-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 Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v27-latin-300.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+ */
}
/* ALPENKLIMAGIPFEL FARBEN */
/* ASPECT RATIO */
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.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;
}
.andreashover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.andreashover img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.img-grau {
  filter: grayscale(100%);
}
.img-grau:hover {
  filter: grayscale(0%);
}
.gedreht {
  rotate: 1deg;
}
/* GENERELL */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
body {
  color: #1A1919;
  padding-top: 50px;
  padding-bottom: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.interim {
  background-image: url(#WE:1910#);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 200%;
}
.text-schatten {
  text-shadow: 1px 1px 1px black;
}
.rounded {
  border-radius: 10px !important;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.img-dark {
  filter: brightness(80%);
}
.hand {
  cursor: zoom-in;
}
a {
  color: #EEA281;
}
.caret {
  font-size: 2rem;
}
.carousel-caption {
  text-align: left;
  left: 0px;
  right: 0;
  bottom: 0;
  padding: 4rem 2rem 1.25rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
}
/* NO SCROLLBAR */
.noscrollbar::-webkit-scrollbar {
  display: none;
}
.noscrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* TYPE */
h1 {
  font-size: 2.8em;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 400;
}
h2 {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #fff;
}
h3 {
  font-size: 1.4em;
  margin-bottom: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #27A0CE;
}
h4 {
  font-size: 1.4em;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
h5 {
  font-size: 1.1em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
p, ul {
  font-size: 1.3em !important;
  line-height: 1.6em;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* MODAL */
.modal-body {
  background-color: #2964A0;
}
/* BILDER */
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.saturiert {
  filter: saturate(60%) brightness(95%);
}
/* NAVBAR */
.bg-dark {
  background-color: #2964A0 !important;
}
.navbar-nav .nav-link {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-size: 1em !important;
  text-transform: uppercase;
}
.navbar-brand {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 1.3em;
}
.dropdown-menu {
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 1em !important;
}
.dropdown-item {
  color: #2964A0;
}
.dropdown-item:hover {
  background-color: #2964A0;
  color: #fff;
}
.navbar-nav .nav-link:hover, .navbar-nav .active.nav-link {
  color: #27A0CE;
}
/* NAVTAB */
.nav-underline .nav-link {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.4);
}
/* BEREICHE */
.jumbo {
  padding: 90px 0 130px 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.jumbo h1, .jumbo h2 {
  color: #fff;
}
.headliner {
  background-color: #E2613F;
  padding: 60px 0;
}
.inhalt {
  background-color: #27A0CE;
  padding: 60px 0;
}
.social {
  background-color: #AC1F2C;
  padding: 10px 0;
}
.social .bi {
  color: #EEA281;
  font-size: 1.5em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.social .bi:hover {
  color: #fff;
}
.fullpagevideo {
  background-color: #27A0CE;
  padding: 60px 0;
}
.dreier {
  background-color: #2964A0;
  padding: 90px 0;
}
.dreier h4 {
  color: #27A0CE;
}
.dreier p {
  color: #fff;
}
.dreier .btn {
  color: #27A0CE;
  background-color: transparent;
  border: 1px solid #27A0CE;
}
.dreier .caret {
  color: #1A1919;
}
.fuss {
  background-color: #27A0CE;
  padding: 25px 0 10px 0;
}
.speaker {
  padding: 90px 0;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 10px;
  line-height: 1.4em;
  text-decoration: none;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}
.btn-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
}
.btn-link:hover, .active.btn-link {
  color: #abcaea;
}
.btn-button {
  color: #2964A0;
  background-color: transparent;
  border: 1px solid #2964A0;
}
.btn-button:hover {
  color: #fff;
  background-color: #2964A0;
  border-color: #2964A0;
}
.btn-primary {
  color: #fff;
  background-color: #2964A0;
  border-color: #2964A0;
}
.btn-outline-success {
  color: #2964A0;
}
.btn-outline-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
/* 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: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}
.img-responsive-zentriert {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 0;
}
.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}
.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}
.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}
/* 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: 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;
}
/* MULTI KARUSSELL */
.carousel .row {
  margin-left: -30px !important;
  padding-right: -30px;
}
@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
  display: flex;
}
/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
  transform: translateX(0);
}
/* CARDS */
.card {
  background-color: #fff;
  border: 0;
  border-radius: 0 !important;
}
.card-footer {
  background-color: #EEA281;
  border-radius: 0 !important;
}
.e-card {
  transition: all 0.5s ease;
  user-select: none;
  z-index: 10;
  overflow: hidden;
}
.e-card .backgroundEffect {
  bottom: 0;
  height: 0px;
  width: 100%;
}
.e-card:hover {
  transform: scale(1.025);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}
.e-card:hover .backgroundEffect {
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #EEA281;
  animation: popBackground 0.5s ease-in;
}
@keyframes popBackground {
  0% {
    height: 20px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  50% {
    height: 80px;
    border-top-left-radius: 75%;
    border-top-right-radius: 75%;
  }
  75% {
    height: 160px;
    border-top-left-radius: 85%;
    border-top-right-radius: 85%;
  }
  100% {
    height: 320px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }
}
/* SPEAKER KARUSSELL */
@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
  display: flex;
}
/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
  transform: translateX(0);
}
.carousel-control-prev {
  margin-left: -125px;
}
.carousel-control-next {
  margin-right: -125px;
}
