@charset "UTF-8";
/* 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;
}
.textshadow {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
/* VIDEO-CONTAINER */
.video-container {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-container.ratio-16-9 {
  padding-bottom: 56.25%;
}
.video-container.ratio-21-9 {
  padding-bottom: 42.86%;
}
.video-container.ratio-4-3 {
  padding-bottom: 75%;
}
.video-container.ratio-8-3 {
  padding-bottom: 37.5%;
}
.video-container.ratio-1-1 {
  padding-bottom: 100%;
}
.video-container.ratio-4-5 {
  padding-bottom: 125%;
}
.video-container.ratio-2-3 {
  padding-bottom: 150%;
}
.video-container.ratio-9-16 {
  padding-bottom: 177.78%;
}
/* GENERELL */
body {
  font-family: "Roboto Condensed", sans-serif;
  color: #3C3C3C;
  padding-top: 50px;
}
a {
  color: #5687c5;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.rounded {
  border-radius: 10px !important;
}
.required {
  color: red;
}
img[title] {
  pointer-events: none;
}
/* TYPE */
h1 {
  color: #fff;
  line-height: 1.1em;
  font-weight: 800;
  letter-spacing: 0.01em;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 1.4em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 1.8em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2em;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 3em;
  }
}
h1 strong {
  color: #fff;
}
h2 {
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: 600;
}
h3 {
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h4 {
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-top: 30px;
  padding-bottom: 15px;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: 800;
}
h6 {
  font-weight: 800;
}
p, ul, ol, .form-label, .form-check-label, .form-text, #mathCaptcha {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 400;
}
/* CAROUSEL */
.branding-1 {
  font-size: clamp(30px, 8vw, 80px);
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 900;
}
.carousel-caption .btn {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}
@media (min-width: 576px) {
  .carousel-caption .btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .carousel-caption .btn {
    font-size: 1.125rem;
    padding: 0.75rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .carousel-caption .btn {
    font-size: 1.25rem;
    padding: 0.875rem 1.75rem;
  }
}
@media (min-width: 1200px) {
  .carousel-caption .btn {
    font-size: 1.375rem;
    padding: 1rem 2rem;
  }
}
.carousel-inner {
  height: 600px;
}
@media (max-width: 991px) {
  .carousel-inner {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .carousel-inner {
    height: 400px;
  }
}
.carousel-item {
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* NAVBAR */
.bg-dark {
  background-color: #5687c5 !important;
}
.navbar-dark {
  background-color: #5687c5 !important;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-nav .nav-link {
  color: #fff;
  letter-spacing: 0.03em;
  font-weight: 400;
  font-size: 1em;
}
.dropdown a:hover {
  color: #fff;
  background-color: #5687c5;
}
.nav-underline .nav-link {
  color: #5687c5;
  font-size: 2em;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 800;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.dropdown-menu {
  background-color: #5687c5;
}
/* PAGINATION */
.custom-pagination {
  margin: 2rem 0;
  justify-content: center;
}
.custom-pagination .page-link {
  border-radius: 0.5rem;
  margin: 0 0.2rem;
  border: 1px solid #dee2e6;
  color: #6c757d;
  transition: all 0.3s ease;
  padding: 0.5rem 0.75rem;
}
.custom-pagination .page-link:hover {
  background-color: #e9ecef;
  border-color: #adb5bd;
  color: #495057;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.custom-pagination .page-item.active .page-link {
  background-color: #5687c5;
  border-color: #5687c5;
  color: #fff;
  box-shadow: 0 2px 8px rgba(13, 110, 253, 0.3);
}
.custom-pagination .page-item.disabled .page-link {
  color: #adb5bd;
  background-color: transparent;
  border-color: #dee2e6;
  cursor: not-allowed;
}
.custom-pagination a.page-link {
  border-radius: 0.5rem !important;
}
.custom-pagination span.page-link {
  border-radius: 0.5rem !important;
}
.pagination-info {
  text-align: center;
  color: #6c757d;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
/* BEREICHE */
.headliner {
  background-color: #5687c5;
  padding: 60px 0;
}
.headliner h1 {
  color: #fff;
}
.headliner h2 {
  color: #C0C0C0;
}
.headliner .btn-link {
  color: #fff;
}
.headliner p, .headliner ul {
  color: #DAD9D9;
}
.inhalt {
  padding: 60px 0;
}
.speaker {
  background-color: #848585;
  padding: 45px 0;
}
.speaker h5 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.locations {
  background-color: #5687c5;
  padding: 45px 0;
}
.locations h5 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.partner {
  background-color: #fff;
  padding: 45px 0;
}
.blog {
  background-color: #5687c5;
  padding: 45px 0;
  color: #fff;
}
.blog h5 {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.rueckblick {
  background-color: #C0C0C0;
  padding: 45px 0;
}
.social {
  background-color: #fff;
  padding: 60px 0 0 0;
}
.social .bi {
  color: #5687c5;
  font-size: 2.5rem;
  margin-right: 0.7em;
}
.social .bi:hover {
  color: #C0C0C0;
}
.spinne {
  background-color: #fff;
  padding: 45px 0;
}
.fuss {
  background-color: #5687c5;
  padding: 30px 0;
}
.fuss p {
  color: #C0C0C0;
}
.fuss .btn-link {
  color: #fff;
}
#veranstaltung a .bi {
  font-size: 2em;
  color: #5687c5;
  padding-right: 10px;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 500;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn-link {
  color: #848585;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.btn-link:hover {
  color: #3C3C3C;
}
.btn-link .active {
  color: #848585;
}
.btn-button {
  color: #fff;
  background-color: #5687c5;
  border-color: #5687c5;
}
.btn-button:hover {
  background-color: #5687c5;
  color: #fff;
  border-color: #5687c5;
}
.btn-outline-dark {
  color: #5687c5;
  border-color: #5687c5;
}
.btn-primary {
  color: #fff;
  background-color: #5687c5;
}
/* CARDS */
.card {
  background-color: #fff;
  border: 0;
  border-radius: 10px;
}
.card-footer {
  background-color: #fff;
  color: #3C3C3C;
  border-radius: 0 0 10px 10px;
}
.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: #DAD9D9;
  animation: popBackground 0.5s ease-in;
}
.r-card {
  background-color: #5687c5;
  color: #fff;
}
@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%;
  }
}
/* 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;
}
/* 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: 1200px;
}
.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: mittelgrau;
  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;
}
div[style*="z-index: 1000"] {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
/* SPONSORENLOGOS */
.logo-swipe-container {
  position: relative;
  min-height: 140px;
  overflow: hidden;
}
.logo-slot {
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.logo-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.logo-wrapper.active {
  transform: translateY(0);
}
.logo-wrapper.next {
  transform: translateY(100%);
}
.logo-wrapper.prev {
  transform: translateY(-100%);
}
.logo-wrapper img {
  max-width: 240px;
  max-height: 150px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.5s ease;
}
.logo-wrapper img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.08);
}
.logo-slot-single {
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-slot-single img {
  max-width: 240px;
  max-height: 150px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.5s ease;
}
.logo-slot-single img:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.08);
}
