@charset "UTF-8";
/* roboto-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";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - 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";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin-300italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-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";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v32-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - 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";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v32-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* unica-one-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: "Unica One";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/unica-one-v18-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* waiting-for-the-sunrise-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: "Waiting for the Sunrise";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/waiting-for-the-sunrise-v20-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ASPECT RATIO */
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.quadrat {
  position: relative;
  aspect-ratio: 1;
}
.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;
}
/* SLICK */
.slick-prev:before {
  content: "<";
  color: #b89b44;
  font-size: 40px;
}
.slick-next:before {
  content: ">";
  color: #b89b44;
  font-size: 40px;
}
/* GOOGLE MAPS KARTE */
#map_canvas {
  width: 100%;
  height: 800px;
}
.map-content {
  background-color: #fff;
}
/* GENERELL */
hr {
  margin: 30px auto;
  width: 15%;
  border: 1px dashed #222222;
}
body {
  font-family: "Roboto", sans-serif;
  color: #222222;
  background-color: #e7e8e3;
}
.rounded {
  border-radius: 0px;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #b89b44;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #937c36;
  color: #fff;
}
.thumbnail {
  border: 0;
}
a {
  color: #b89b44;
  text-decoration: none;
}
a[href^=tel] {
  color: inherit;
  text-decoration: none;
}
.img-dark {
  filter: brightness(80%);
}
#scrollanim {
  mix-blend-mode: multiply;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: 10pt;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
}
.alert {
  margin-bottom: 0;
}
.hand {
  cursor: zoom-in;
}
.dati {
  background-color: #e7e8e3;
  font-size: 1.5em;
  margin-bottom: 30px;
  font-weight: 900;
}
.text-grau {
  color: #7b7b7b;
  font-size: 0.8em;
  font-weight: 300;
}
/* TYPE */
.h1 {
  font-size: 3rem;
  font-weight: 400;
  color: #345764;
  font-family: "Unica One", cursive;
}
h2 {
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: 0.05em;
  transform: rotate(-0.7deg);
}
h3 {
  font-size: 2em;
  margin-bottom: 30px;
  font-weight: 400;
  font-family: "Unica One", cursive;
  letter-spacing: 0.05em;
}
h4 {
  font-size: 2em;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
h5 {
  font-size: 1.6em;
  letter-spacing: 0.05em;
  font-weight: 700;
}
p {
  font-size: 1.1em;
  line-height: 1.7em;
  font-weight: 300;
}
.bu {
  font-size: 0.9em;
  line-height: 1.3em;
  font-style: italic;
  color: #7b7b7b;
}
/* NAVBAR */
.navbar-nav .nav-link {
  color: #e7e8e3;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-transform: uppercase;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: #7b7b7b;
}
.navbar-brand {
  color: #6f6f6f;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.dropdown-menu {
  background-color: #345764;
}
.dropdown-menu a:hover {
  color: #e7e8e3;
  background-color: #345764;
}
/* NAV TABS */
.nav-underline .nav-link {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-right: 8px;
}
.nav-underline .nav-item.show .nav-link, .nav-underline .nav-link.active {
  color: #467F8C;
}
.nav-underline .nav-item.show .nav-link, .nav-underline .nav-link {
  color: #7b7b7b;
}
.nav-underline .nav-item.show .nav-link, .nav-underline .nav-link:hover {
  color: #b89b44;
}
.tab-content {
  padding: 30px;
}
/* BEREICHE */
.headliner {
  padding: 60px 0 30px 0;
}
.inhalt {
  padding: 30px 0;
}
.social {
  padding: 30px 0 60px 0;
}
.social .bi {
  color: #b89b44;
  font-size: 2rem;
  margin-right: 30px;
}
.vierer {
  background-color: #345764;
  padding: 60px 0 30px 0;
}
.vierer h3 {
  color: #467F8C;
}
.vierer p {
  color: rgba(255, 255, 255, 0.7);
}
footer {
  background-color: #345764;
  padding: 30px 0;
}
footer p {
  color: rgba(255, 255, 255, 0.7);
}
/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 0px;
  font-size: 1em;
  font-weight: 300;
}
.btn-link {
  color: #467F8C;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.btn-link:hover {
  color: #b89b44;
}
.active.btn-link {
  color: #fff !important;
  font-weight: 700;
}
.btn-button {
  color: #fff;
  background-color: #467F8C;
  border-color: #467F8C;
}
.btn-primary {
  color: #b89b44;
  background-color: #b89b44;
  border-color: #b89b44;
}
.btn-outline-warning {
  --bs-btn-color: $gold;
  --bs-btn-border-color: $gold;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: $gold;
  --bs-btn-hover-border-color: $gold;
  --bs-btn-focus-shadow-rgb: 255,193,7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: $gold;
  --bs-btn-active-border-color: $gold;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: $gold;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: $gold;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: $dunkelgrau;
  --bs-btn-border-color: $dunkelgrau;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: $dunkelgrau;
  --bs-btn-hover-border-color: $dunkelgrau;
  --bs-btn-focus-shadow-rgb: 33,37,41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: $dunkelgrau;
  --bs-btn-active-border-color: $dunkelgrau;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: $dunkelgrau;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: $dunkelgrau;
  --bs-gradient: none;
}
/* CARDS */
.card {
  border: 0;
  border-radius: 0px;
  background-color: #e7e8e3;
}
.card-header {
  background-color: #b89b44;
  color: #fff;
  border-radius: 0px;
}
.card-footer {
  border-top: 0;
  background-color: #fff;
}
.card-blog {
  background-color: #fff;
}
/* AUSSTELLUNG */
.ausstellung {
  color: #fff;
  font-size: 1.7em;
  padding-right: 10px;
}
/* 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: #b89b44;
}
#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;
}
/* VIDEO JUMBOTRON */
.jumbotron {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*  object-fit is not supported on IE  */
  opacity: 0.5;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}
/* VIDEO YOUTUBE BACKGROUND */
.video-section .pattern-overlay {
  background-color: rgba(71, 71, 71, 0.1);
  padding: 110px 0 32px;
  min-height: 495px;
}
/* KARUSSELL FULLSCREEN */
.full-screen h5 {
  display: inline-block;
  padding: 10px;
  background: #B9121B;
  border-radius: 0px;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
[aria-expanded="false"] > .expanded, [aria-expanded="true"] > .collapsed {
  display: none;
}
.qr-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.qr-code-container img {
  width: 80px !important;
  height: 80px !important;
  display: block;
  margin-bottom: 5px;
}
.qr-download-btn:hover {
  color: #1a0dab !important;
  text-decoration: underline !important;
}
.content-right {
  flex-grow: 1;
  min-width: 0;
}
.qr-code-container img {
  width: 80px !important;
  height: 80px !important;
  display: block;
}
.qr-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.qr-code-container {
  flex-shrink: 0;
  padding: 5px;
  background: #fff;
  border: 1px solid #eee;
}
.content-right {
  flex-grow: 1;
  min-width: 0;
}
.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;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.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;
  word-break: break-all;
}
.google .description {
  color: #545454;
  font-family: arial, regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}
.qr-aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.qr-code-container img {
  width: 90px !important;
  height: 90px !important;
  display: block;
  border: 1px solid #eee;
  padding: 4px;
  background: #fff;
}
.qr-download-btn {
  display: inline-block;
  padding: 4px 8px;
  background: #f0f0f0;
  color: #666 !important;
  font-size: 10px;
  font-family: sans-serif;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #ddd;
  transition: all 0.2s;
}
.qr-download-btn:hover {
  background: #1a0dab;
  color: #fff !important;
  border-color: #1a0dab;
}
.qr-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.content-right {
  flex-grow: 1;
  min-width: 0;
}
