@charset "UTF-8";
/* BI */
.kommunikation .bi {
  color: #9fada9;
  font-size: 1.5em;
}
.back .bi {
  font-size: 3rem;
  color: #3B4542;
}
.carousel-caption h2 .bi {
  color: #bbc4c1;
}
.dreier .bi {
  font-size: 2rem;
}
/* GENERELL */
html, body {
  outline: 1px solid red;
}
body {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  padding-top: 60px;
  background-image: url(/medien/allgemein/bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  width: 100%;
  position: relative;
  /* zusätzlich empfohlen */
}
.schattele {
  -webkit-box-shadow: 0px 30px 40px -25px #000;
  -moz-box-shadow: 0px 30px 40px -25px #000;
  box-shadow: 0px 30px 40px -25px #000;
}
.schwinge {
  background-image: url(#WE:1774#);
  background-repeat: no-repeat;
  background-position: bottom left;
}
.rounded {
  border-radius: 0px !important;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #3B4542;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #232a28;
  color: #fff;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px dashed white;
  clear: both;
}
a {
  color: #fff;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.alert {
  margin-bottom: 0;
}
.hand {
  cursor: zoom-in;
}
.badge {
  font-weight: 400;
}
.hinterlegt {
  background-color: rgba(255, 255, 255, 0.1);
}
.modal-title {
  color: #3B4542;
}
.textschatten {
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}
.form-control {
  border-radius: 0px;
}
.transparent-table, .transparent-table thead, .transparent-table tbody, .transparent-table tr, .transparent-table th, .transparent-table td {
  background-color: transparent !important;
  color: white;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 177.77%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* TRIANGULAR */
.network-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
svg {
  width: 100%;
  height: 100%;
}
.node {
  fill: #304C3E;
  r: 3;
}
.link {
  stroke: #304C3E;
  stroke-width: 1;
  stroke-opacity: 0.7;
}
.headliner, .inhalt, .termine, .sponsoren, .dreier {
  position: relative;
  z-index: 1;
  /* Höher als die Animation */
}
.desaturate {
  filter: grayscale(100%);
  /* Standard */
  -webkit-filter: grayscale(100%);
  /* Webkit */
  filter: url(/elements/grayscale.svg#desaturate);
  /* Firefox 4-34 */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Old WebKit */
}
.desaturate:hover {
  filter: grayscale(0%);
  filter: none;
  -webkit-filter: grayscale(0);
  /* Old WebKit */
}
.invert {
  filter: invert(0.3);
}
.logo-invers {
  filter: brightness(0) invert(1);
}
.img-aspect-4x3 {
  aspect-ratio: 1.3333333333;
  object-fit: cover;
  /* Optional: passt das Bild an, um Überlauf zu vermeiden */
}
/* CAROUSEL */
.carousel-control-prev, .carousel-control-next {
  z-index: 1050;
  opacity: 0.8;
  width: 10%;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  background-size: 50%;
}
.modal-content {
  background-color: rgba(0, 0, 0, 0.75) !important;
  border: none !important;
}
.carousel-caption {
  left: 0;
  bottom: 0;
  max-width: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.carousel-caption p {
  color: #3B4542;
  font-weight: 400;
}
/* TYPE */
h1 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-size: 1.5em;
  line-height: 1.4em;
  margin-bottom: 30px;
  font-weight: 500;
  background: linear-gradient(to right, #A48D5C, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (min-width: 576px) {
  h1 {
    font-size: 1.5em;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 1.9em;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.3em;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 2.7em;
  }
}
h2 {
  font-size: 1.3em;
  line-height: 1.5em;
  font-weight: 200;
  letter-spacing: 0.05em;
}
h3 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-size: 1.6em;
  line-height: 1.1em;
  margin-bottom: 30px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: linear-gradient(to right, #A48D5C, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 0.05em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
p, ul, ol, div[style*="text-align"], .form-label, .form-check-label {
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 200;
  letter-spacing: 0.05em;
}
strong {
  font-weight: 400;
}
.branding-1 {
  font-size: 14vw;
  line-height: 0.8em;
  text-align: center;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: 900;
}
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 0px;
}
.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;
  border-radius: 0px;
}
.ratio {
  border-radius: 0px;
  overflow: hidden;
}
.responsive-logo {
  width: 30%;
  max-width: 150px;
  height: auto;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.5));
}
.card {
  border-radius: 0px;
}
.card-img-top {
  border-radius: 0px 0px 0 0;
}
.card-footer {
  border-top: 0;
}
/* NAVBAR */
.navbar-nav .nav-link {
  color: #fff;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-size: 1em;
}
.navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-brand {
  font-weight: 400;
  font-size: 1.1em;
  background: linear-gradient(to right, #A48D5C, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.bg-dark {
  background-color: #3B4542 !important;
}
.dropdown-item {
  background-color: #3B4542;
  font-size: 1em;
  color: #fff;
}
.dropdown-menu {
  background-color: #3B4542;
  border: 0;
}
.sozial-link {
  color: #fff !important;
  font-size: 1.4em;
}
/* BEREICHE */
.headliner {
  padding: 30px 0 15px 0;
}
.inhalt {
  padding: 15px 0;
}
.termine {
  padding: 0 0 15px 0;
}
.social {
  padding: 15px 0;
}
.social .bi {
  color: #fff;
  font-size: 1.9rem;
  margin-left: 0.3em;
  margin-right: 0.3em;
}
.social .bi:hover {
  color: #ccc;
}
.sponsoren {
  padding: 30px 0;
}
.dreier {
  padding: 30px 0 60px 0;
}
.dreier .bi, .dreier h3, .dreier p {
  color: #fff;
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 0px;
  letter-spacing: 0.05em;
  font-size: 1em;
}
.btn-gold {
  background: linear-gradient(to right, #a48c5c, #d4bb86);
  color: #000;
  border: 0;
}
.btn-link {
  color: #fff;
  text-decoration: none;
}
.btn-link:hover {
  color: #3B4542;
}
.active.btn-link {
  color: #fff !important;
  font-weight: 700;
}
/* 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;
}
.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;
}
/* UHREN ALT
.clock-container { padding: 30px; margin: 20px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.3); color: white; position: relative; overflow: hidden; transition: background 0.5s ease; }
.clock-container::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: linear-gradient(45deg, transparent 49%, rgba(255,255,255,0.03) 50%, transparent 51%); animation: shine 3s infinite; }
.clock-display { font-family: 'Courier New', monospace; font-size: 2.8rem; font-weight: bold; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); margin: 15px 0; letter-spacing: 2px; }
.clock-label { font-size: 1.3rem; margin-bottom: 15px; opacity: 0.95; display: flex; align-items: center; justify-content: center; }
.location-info { font-size: 1rem; opacity: 0.85; margin-top: 15px; font-weight: 500; }
.timezone-info { font-size: 0.85rem; opacity: 0.7; font-style: italic; margin-top: 8px; }
.icon-large { font-size: 2.2rem; margin-right: 12px; }
.day-time { background: linear-gradient(135deg, #87CEEB, #4682B4); }
.night-time { background: linear-gradient(135deg, #1e3c72, #2a5298); }
.sunrise-time { background: linear-gradient(135deg, #ff9a56, #ffad56); }
.sunset-time { background: linear-gradient(135deg, #ff6b6b, #ee5a52); }
.time-indicator { position: absolute; top: 15px; right: 15px; font-size: 1.5rem; opacity: 0.8; }
@keyframes shine { 0% { transform: translateX(-100%) translateY(-100%); } 100% { transform: translateX(100%) translateY(100%); } }
@media (max-width: 768px) { .clock-display { font-size: 2.2rem; } .clock-container { padding: 20px; margin: 15px 0; } .icon-large { font-size: 1.8rem; } }
 */
/* UHRZEITEN TERMINSEITE */
.time-container {
  display: flex;
  flex-direction: column;
  background-color: #B09867;
  color: white;
  margin-top: 30px;
  padding: 10px 20px;
  width: 250px;
}
.time-container div {
  margin-bottom: 5px;
}
.time-container span {
  display: block;
}
.time-container .location-time span:first-child {
  font-size: 1em;
  text-transform: uppercase;
}
.time-container span:last-child {
  font-size: 1.2em;
}
.gallery-thumbnail {
  aspect-ratio: 1;
  object-fit: cover;
  cursor: pointer;
  transition: transform 0.3s;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.gallery-thumbnail:hover {
  transform: scale(1.05);
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.square:hover {
  transform: scale(1.05);
}
.gallery-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
}
.gallery-modal.show {
  display: block;
}
.swiper {
  cursor: default;
  width: 100%;
  height: 80vh;
  margin: 0 auto;
}
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.swiper-slide img {
  max-width: 90%;
  max-height: 90vh;
  object-fit: contain;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.7);
  opacity: 0.8;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  width: 14px;
  height: 14px;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  --swiper-navigation-size:24px}
.swiper-button-next:hover,.swiper-button-prev:hover{background-color:rgba(0,0,0,.8)}
.gallery-close-hint{position:fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  pointer-events: none;
  z-index: 10001;
}
@keyframes simplekb {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.simplekb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  animation: simplekb 8s ease-in-out infinite alternate;
}
.aspect.kb-container {
  position: relative;
  overflow: hidden;
}
@keyframes carouselkb1 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes carouselkb2 {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes carouselkb3 {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.05) translate(-2%, -1%);
  }
}
.carousel-kb1 {
  animation: carouselkb1 8s ease-in-out infinite alternate;
}
.carousel-kb2 {
  animation: carouselkb2 8s ease-in-out infinite alternate;
}
.carousel-kb3 {
  animation: carouselkb3 8s ease-in-out infinite alternate;
}
@media screen and (max-width: 768px) {
  .content table {
    display: block;
    overflow-x: auto;
  }
}
