@charset "UTF-8";
::selection {
  background: #DED0B6;
  color: #000;
}
/* inter-100 - 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: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/inter-v18-latin-100.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v18-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin-italic.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v18-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/inter-v18-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  color: #222222;
  padding-top: 35px;
  overflow: scroll;
  height: 100%;
}
a {
  color: #DED0B6;
  text-decoration: none;
  font-weight: 500;
}
a img {
  cursor: url("/media/allgemein/vignette.svg"), auto;
}
.telefonnummer {
  transform: rotate(-90deg);
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-left: -50px;
}
/* VIDEO-CONTAINER */
.carousel-item {
  height: 75vh;
}
.video-container {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  transform: translateZ(0);
  will-change: transform;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
.video-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.2rem;
}
.spinner-border {
  width: 3rem;
  height: 3rem;
}
.carousel-control-prev, .carousel-control-next {
  width: 5%;
}
.carousel-indicators {
  bottom: 20px;
}
.carousel-caption {
  bottom: 80px;
  padding: 1rem;
  border-radius: 8px;
}
hr {
  border-top: 1px dashed rgba(255, 255, 255, 0.7);
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: #BFB699;
  color: #fff;
}
.badge {
  font-weight: 500;
}
.badge-info {
  color: #222222;
  background-color: #BFB699;
}
.magnicht {
  display: none !important;
}
mark {
  background-color: #868f96;
  color: #fff;
  padding: 3px;
}
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}
.ueberlagerung {
  margin-top: -80px !important;
}
.page-link {
  color: #222222 !important;
  background-color: #fff;
}
.page-item.active .page-link {
  color: #fff;
  background-color: #BFB699;
  border-color: #BFB699;
}
.form-control {
  background-color: #fff;
}
.grauerstar {
  background-color: #222222;
}
.table-condensed {
  font-size: 9px;
}
.kaff {
  background-color: #E0D0BA;
  font-weight: 700;
}
.highlight-text {
  background: linear-gradient(104deg, #ffd6b2 0%, #ffc089 100%);
  padding: 0px 0px;
  /* display: inline-block; */
  box-shadow: 1px 2px 0px #ffd6b2, -1px 2px 0px #ffc089;
  border-radius: 4px;
  line-height: 0.9;
}
.buttonversteck > div > div > button {
  display: none;
}
.buttonversteck:hover > div > div > button {
  display: block;
}
.centered-checkbox {
  display: flex;
  flex-direction: column;
  /* Anordnung untereinander */
  align-items: center;
  /* Vertikale Zentrierung */
  justify-content: center;
  /* Horizontale Zentrierung (im Falle von zusätzlicher Höhe im Container) */
}
.centered-checkbox label {
  margin-top: 5px;
  /* Beispiel: 5 Pixel Abstand nach oben */
  margin-left: -20px;
}
/* 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: #DED0B5;
  border-color: #DED0B5;
  color: white;
  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;
}
/* HIGHLIGHT.JS ZEILENUMBRUCH */
pre, code {
  white-space: pre-wrap;
}
/* MAILÄNDER SKALA FÜR KOMPONENTEN/RANGE */
.scale {
  display: flex;
  justify-content: space-between;
}
.scale li:first-child {
  text-align: left;
}
.scale li:last-child {
  text-align: right;
}
/* ASPECT RATIO */
.aspect {
  width: 100%;
  background-size: cover;
  background-position: center;
}
.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%;
}
/* 16/9=1.78 */
.ratio-vertical {
  padding-bottom: 178%;
  position: relative;
  display: block;
  width: 100%;
}
.ratio-vertical iframe {
  position: absolute;
  top: 0;
  left: 0;
}
/* ANIMATIONEN MIT SVG UND CSS */
.htmlrect {
  width: 210px;
  height: 210px;
  position: absolute;
  top: 20px;
  left: 20px;
  background: plum;
  animation: adjust-hue 5s infinite;
}
@keyframes adjust-hue {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/* BI */
.webeditionfunktionen .bi {
  font-size: 4rem;
  color: #BFB699;
}
.alert .bi {
  font-size: 1.5rem;
  margin-right: 10px;
}
/* SLICK */
.slick-prev:before, .slick-next:before {
  color: #222222 !important;
}
/* ACCORDION - FAQ */
.accordion-item {
  background-color: #fff;
  border: 0;
  margin-bottom: 15px;
}
.accordion-button:not(.collapsed) {
  color: #222222;
  background-color: #BFB699;
  box-shadow: none;
}
/* TYPOGRAFIE */
h1 {
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: 30px;
  color: #222222;
  font-weight: 100;
}
.display-1 {
  font-weight: 100;
  line-height: 1em;
}
h2 {
  font-size: 1.4em;
  line-height: 1.5em;
  color: #222222;
  font-weight: 300;
}
h3 {
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
}
h6 {
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
  padding-top: 45px;
  padding-bottom: 15px;
}
.blog h3 {
  margin-top: 60px;
  margin-bottom: 30px;
}
p, li, label {
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
}
/* BEREICHE */
.headliner {
  background-color: #F1F1F1;
  padding: 60px 0;
}
.inhalt {
  background-color: #F1F1F1;
  padding: 60px 0;
}
.social {
  padding: 60px 0;
}
.social .bi {
  font-size: 2em;
  color: #222222;
  padding-left: 15px;
  padding-right: 15px;
}
.social .bi:hover {
  color: #d3ccb8;
}
.vierer {
  background-color: #F1F1F1;
  padding: 60px 0;
}
.fuss {
  background-color: #F1F1F1;
  padding: 60px 0;
}
.fuss a:hover {
  color: #DED0B6;
}
.socializer {
  background-color: #fff;
  padding: 15px 0 10px 0;
}
.socializer .bi {
  font-size: 1.7em;
  color: #222222;
  padding-left: 20px;
  padding-right: 20px;
}
.socializer .bi:hover {
  color: #d3ccb8;
}
/* BENTO */
.bento {
  background-color: #F5F5F7;
  padding: 60px 0;
}
.bento .card {
  border: 0;
  padding: 30px;
  border-radius: 15px;
}
.bento h1 {
  font-size: 1.7em;
  line-height: 1.2em;
  font-weight: 600;
  color: #222222;
}
/* BUTTON */
.btn-bd, .btn-neu {
  color: #fff;
  background-color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.btn-outline-dark {
  border-color: #222222;
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn-bd:hover, .btn-neu:hover {
  color: #BFB699;
  background-color: #fff;
}
.btn-link {
  color: #DED0B6;
}
.btn-link:hover {
  color: #222222;
}
.btn-primary {
  color: #222222;
  background-color: #BFB699;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
}
.btn-primary:hover {
  color: #222222;
  background-color: #BFB699;
}
.neutrallink {
  color: inherit;
  text-decoration: none;
}
.neutrallink:hover {
  color: #BFB699;
}
/* CARD */
.card-header {
  background: #fff;
}
.card-link {
  color: #222222;
  text-decoration: none;
}
.card-link:hover {
  color: #DED0B6 !important;
}
.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.text-bg-light {
  background: #fff !important;
}
.card-footer {
  border-top: 0;
  padding-top: 15px;
}
/* NAVI */
.bg-dark {
  background-color: #DED0B6 !important;
}
.navbar-nav .nav-link {
  color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.navbar-brand {
  color: #222222;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.navbar-dark .navbar-nav .nav-link {
  color: #222222;
  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;
}
.entfärbt {
  filter: grayscale(0.6) brightness(1.1);
}
.dropdown-toggle {
  outline: 0;
}
.btn-toggle {
  padding: 0.25rem 5rem;
  font-weight: 600;
  color: #222222;
  background-color: transparent;
}
.btn-toggle:hover, .btn-toggle:focus {
  color: #222222;
  background-color: #BFB699;
}
.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}
[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}
.btn-toggle[aria-expanded="true"] {
  color: #222222;
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}
.btn-toggle-nav a {
  padding: 0.1875rem 5rem;
  margin-top: 125rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover, .btn-toggle-nav a:focus {
  background-color: #BFB699;
}
.scrollarea {
  overflow-y: auto;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}
.hbContainer {
  max-width: 400px;
  margin: auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  text-align: center;
}
.calendarList1 {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(1, 40px);
  align-items: center;
  justify-items: center;
  grid-gap: 8px;
  font-size: 14px;
  color: #222222;
}
.day-name {
  font-weight: 900 !important;
}
.calendarList2 {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(6, 40px);
  align-items: center;
  justify-items: center;
  grid-gap: 8px;
  font-size: 14px;
  color: #222222;
}
.calendarYearMonth {
  margin-top: 24px;
}
.calendarYearMonth p {
  display: inline-block;
  vertical-align: middle;
}
.table-dark a {
  color: #fff;
}
:target {
  scroll-margin-top: 100px;
  /* Höhe der Navigation */
}
.pagination {
  text-align: center;
  margin-top: 20px;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #333;
}
.pagination span {
  background-color: #eee;
}
.swiper {
  width: 300px;
  height: 300px;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
/* SEO */
.ueberschriftenstruktur h3 {
  padding-top: 60px;
  padding-bottom: 30px;
}
.btn-social {
  background-color: #F84A07;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.text-bg-seo {
  background-color: #F84A07 !importand;
}
/* FLIPBOOK PDF.JS */
#pdf-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 20px auto;
}
.pdf-page {
  position: relative;
  width: 50%;
}
canvas {
  display: block;
  width: 100%;
}
#controls {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
button:disabled {
  background-color: #ccc;
}
#page-info {
  margin: 10px;
}
/* COUNTDOWN */
.countdown {
  display: flex;
  gap: 15px;
  font-family: "Courier New", monospace;
  justify-content: center;
  flex-wrap: wrap;
}
.unit {
  text-align: center;
}
.label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.flipper {
  position: relative;
  width: 60px;
  height: 80px;
  background: #222222;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 3px solid #fff;
  overflow: hidden;
}
.flipper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.flip {
  animation: flip 0.5s ease-in-out;
}
@keyframes flip {
  0% {
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(-90deg);
    opacity: 0.5;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* KARTE https://www.fffuel.co/rrrepeat/ */
.Tirol {
  fill: red;
}
.Bezirk {
  fill: #BFB699;
  stroke: #fff;
  stroke-width: 3px;
}
.Bezirk:hover {
  fill: #F84A07;
}
/* SPEISEKARTE */
.cat {
  font-size: 14px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
  position: relative;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cat:before {
  content: "";
  display: block;
  border-top: 1px solid #333;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.cat > span {
  background: #F1F1F1;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
.item {
  display: inline-block;
  width: 100%;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  padding-bottom: 20px;
}
.price {
  float: right;
  font-weight: bold;
}
.name {
  display: inline;
  font-weight: bold;
}
.desc {
  font-weight: 300;
  margin-top: 4px;
}
.allergo {
  font-weight: 300;
  margin-top: 4px;
}
/* KARTENSPIEL */
.progress {
  height: 20px;
}
.progress div {
  background-color: #73B300;
}
.sticky-top {
  top: 140px;
}
.bento-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  padding: 1.5rem;
}
.bento-item {
  border-radius: 1rem;
  transition: transform 0.2s;
}
.bento-item:hover {
  transform: translateY(-5px);
}
/* Unterschiedliche Größen für visuelles Interesse */
.bento-item.large {
  grid-column: span 2;
  grid-row: span 2;
}
.bento-item.medium {
  grid-column: span 2;
}
/* Responsive Anpassungen */
@media (max-width: 768px) {
  .bento-item.large, .bento-item.medium {
    grid-column: span 1;
    grid-row: span 1;
  }
}
/* Verschiedene Hintergrundfarben für Cards */
.bg-pastel-1 {
  background-color: #FFE4E1;
}
.bg-pastel-2 {
  background-color: #E0FFFF;
}
.bg-pastel-3 {
  background-color: #F0FFF0;
}
.bg-pastel-4 {
  background-color: #FFF0F5;
}
/* ANALOGUHR */
.clock {
  position: relative;
  width: 200px;
  height: 200px;
  border: 10px solid white;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  /* Dezenten Schatten hinzufügen */
}
.hour-hand, .minute-hand, .second-hand {
  position: absolute;
  background-color: gray;
  transform-origin: bottom center;
  bottom: 50%;
  /* Zeiger beginnen nicht in der Mitte, sondern etwas darunter */
}
.hour-hand {
  width: 7px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.minute-hand {
  width: 3px;
  height: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.second-hand {
  width: 1px;
  height: 80px;
  left: 50%;
  transform: translateX(-50%);
  background-color: gray;
}
.clock-center {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: gray;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.number {
  position: absolute;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  color: #BFB699;
  transform-origin: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
.number1 {
  transform: rotate(30deg);
}
.number2 {
  transform: rotate(60deg);
}
.number3 {
  transform: rotate(90deg);
}
.number4 {
  transform: rotate(120deg);
}
.number5 {
  transform: rotate(150deg);
}
.number6 {
  transform: rotate(180deg);
}
.number7 {
  transform: rotate(210deg);
}
.number8 {
  transform: rotate(240deg);
}
.number9 {
  transform: rotate(270deg);
}
.number10 {
  transform: rotate(300deg);
}
.number11 {
  transform: rotate(330deg);
}
.number12 {
  transform: rotate(360deg);
}
/* KALENDER IM VIERER */
.calendar {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-top: 10px;
}
.day, .week-row .day {
  padding: 5px;
  text-align: center;
  border-radius: 3px;
  font-size: 0.8em;
}
.day-name {
  font-weight: 700;
  color: #555;
  font-size: 0.8em;
}
.today {
  background-color: #ffeb3b;
  color: red;
}
.days-grid {
  display: flex;
  flex-direction: column;
  margin-left: 0;
}
.week-row {
  display: flex;
}
.day {
  width: 14.28%;
  box-sizing: border-box;
}
.weekday {
  font-weight: 700;
  font-size: 0.8em;
}
/* FLIP */
.tick {
  font-size: 1rem;
  white-space: nowrap;
}
.tick-flip, .tick-text-inline {
  font-size: 2.5em;
}
.tick-label {
  margin-top: 1em;
  font-size: 1em;
}
.tick-char {
  width: 1.5em;
}
.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}
.tick-text-inline + .tick-text-inline {
  margin-left: -0.325em;
}
.tick-group {
  margin: 0 0.5em;
  text-align: center;
}
.tick-text-inline {
  color: #5a5d63 !important;
}
.tick-label {
  color: #5a5d63 !important;
}
.tick-flip-panel {
  color: white !important;
}
.tick-flip {
  font-family: !important;
}
.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}
.tick-flip-panel {
  background-color: #3b3d3b !important;
}
.tick-flip {
  border-radius: 0.12em !important;
}
.accordion {
  cursor: pointer;
  padding: 5px;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  display: block;
  width: 100%;
  margin: 0;
  background-color: #F1F1F1;
}
.accordion:before {
  content: "+";
  margin-right: 10px;
}
.accordion .active:before {
  content: "-";
}
.accordion .active {
  font-weight: 700;
  /* Schriftstärke auf 700 setzen, wenn aktiv */
}
.accordion .panel {
  padding: 0 10px 0 22px;
  display: none;
  overflow: hidden;
  text-align: left;
  /* Text linksbündig ausrichten */
}
/* SNAKE */
#game-container {
  position: relative;
}
#game-board {
  border: 3px solid #333;
  background-color: #222;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
#score {
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}
#start-btn {
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 18px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
#start-btn:hover {
  background-color: #45a049;
}
#game-over {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  display: none;
}
#game-over h2 {
  margin-top: 0;
}
#game-over button {
  padding: 8px 16px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}
#controls {
  margin-top: 20px;
  text-align: center;
}
.arrow-keys {
  display: grid;
  grid-template-columns: 40px 40px 40px;
  grid-template-rows: 40px 40px;
  gap: 5px;
  margin: 0 auto;
  width: 130px;
}
.arrow-btn {
  background-color: #ddd;
  border: 1px solid #999;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.arrow-btn:active {
  background-color: #bbb;
}
#up-btn {
  grid-column: 2;
  grid-row: 1;
}
#left-btn {
  grid-column: 1;
  grid-row: 2;
}
#down-btn {
  grid-column: 2;
  grid-row: 2;
}
#right-btn {
  grid-column: 3;
  grid-row: 2;
}
@media (max-width: 600px) {
  h1 {
    font-size: 24px;
  }
  #game-board {
    width: 90vw !important;
    height: 90vw !important;
    max-width: 400px;
    max-height: 400px;
  }
}
.table-comparison {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.table-comparison th, .table-comparison td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}
.table-comparison th {
  background-color: #f5f5f5;
}
.highlight {
  background-color: #fff9e6;
}
/* DOPPELKARTEN-KARUSSELL */
.carousel-control-prev, .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  filter: invert(1);
}
/* Benutzerdefinierte Größe für das Offcanvas */
#myOffcanvas {
  width: 50px;
  /* Breite */
  height: 200px;
  /* Höhe */
}
/* Positionierung anpassen (falls nötig) */
.offcanvas-start {
  top: auto;
  /* Standard-Positionierung überschreiben */
  bottom: 20px;
  /* Abstand vom unteren Rand */
  left: 20px;
  /* Abstand vom linken Rand */
}
/* KREDITRECHNER */
.range-value {
  display: inline-block;
  width: 60px;
  text-align: right;
}
.result-box {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.monthly-rate {
  font-size: 2rem;
  font-weight: bold;
  color: #0d6efd;
  text-align: center;
  margin: 20px 0;
}
.rate-label {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}
/* MEMORY */
.memory-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}
.memory-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .memory-board {
    grid-template-columns: repeat(6, 1fr);
  }
}
.memory-card {
  aspect-ratio: 1;
  perspective: 1000px;
  cursor: pointer;
}
.memory-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.memory-card.flipped .memory-card-inner {
  transform: rotateY(180deg);
}
.memory-card.matched .memory-card-inner {
  transform: rotateY(180deg);
}
.memory-card-front, .memory-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.memory-card-front {
  background-color: #C0DA9D;
}
.memory-card-back {
  background-color: #ffffff;
  transform: rotateY(180deg);
}
.memory-card-front img, .memory-card-back img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.stats {
  margin-bottom: 20px;
}
#game-controls {
  margin-bottom: 20px;
}
/* ADVENTSKALENDER */
.calendar-container {
  max-width: 1200px;
  margin: 50px auto;
  padding-left: 15px;
  padding-right: 15px;
}
.door {
  aspect-ratio: 1;
  margin-bottom: 20px;
  perspective: 1000px;
  cursor: pointer;
}
.door-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.door.open .door-inner {
  transform: rotateY(180deg);
}
.door-front, .door-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.door-front {
  background-color: #d9534f;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  background-image: linear-gradient(45deg, #d9534f, #c9302c);
}
.door-back {
  background-color: #28766C;
  color: #fff;
  transform: rotateY(180deg);
  padding: 15px;
  overflow-y: auto;
}
.locked {
  opacity: 0.7;
  cursor: not-allowed;
}
.door-number {
  position: absolute;
  top: 8px;
  left: 8px;
  background-color: #28766C;
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: normal;
  font-size: 0.8rem;
}
.door-content img, .door-content video {
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .door-front {
    font-size: 1.5rem;
  }
}
.simple-news-container {
  display: flex;
  width: 100%;
  height: 400px;
  gap: 5px;
}
.simple-panel {
  position: relative;
  flex: 0.5;
  border-radius: 10px;
  margin: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.7s ease-in-out;
}
.simple-panel.active {
  flex: 4;
}
.simple-panel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.simple-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  color: white;
}
.simple-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.simple-text {
  margin-bottom: 15px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.simple-button {
  background-color: #F1F1F1;
  color: #222222;
  align-self: flex-start;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.simple-panel.active .simple-title {
  opacity: 1;
  transition-delay: 0.3s;
}
.simple-panel.active .simple-text {
  opacity: 1;
  transition-delay: 0.5s;
}
.simple-panel.active .simple-button {
  opacity: 1;
  transition-delay: 0.7s;
}
.simple-panel:not(.active) .simple-title, .simple-panel:not(.active) .simple-text, .simple-panel:not(.active) .simple-button {
  display: none;
}
@media (max-width: 768px) {
  .simple-news-container {
    flex-direction: column;
    height: auto;
  }
  .simple-panel {
    height: 80px;
  }
  .simple-panel.active {
    height: 300px;
  }
}
.advanced-news-container {
  display: flex;
  width: 100%;
  height: 600px;
  gap: 5px;
}
.advanced-panel {
  position: relative;
  flex: 0.5;
  border-radius: 10px;
  margin: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.7s ease-in-out;
}
.advanced-panel.active {
  flex: 4;
}
.advanced-panel img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.advanced-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.8));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: white;
}
.advanced-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.advanced-text {
  display: none;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.advanced-button {
  background-color: #fff;
  color: #222222;
  display: none;
  align-self: flex-start;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.advanced-panel.active .advanced-title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.advanced-panel.active .advanced-text {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.advanced-panel.active .advanced-button {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.advanced-panel:not(.active) .advanced-title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  position: absolute;
  bottom: 20px;
  left: 20px;
  opacity: 1;
  font-size: 1.2rem;
  margin: 0;
}
@media (max-width: 768px) {
  .advanced-news-container {
    flex-direction: column;
    height: auto;
  }
  .advanced-panel {
    height: 80px;
  }
  .advanced-panel.active {
    height: 300px;
  }
}
/* IM AGE HOTSPOTS */
.image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.background-image {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0.7);
}
.hotspot {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: 10px solid white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.hotspot:hover {
  border-width: 3px;
  width: 35px;
  height: 35px;
}
@media (max-width: 768px) {
  .hotspot {
    width: 20px;
    height: 20px;
    border-width: 6px;
  }
  .hotspot:hover {
    width: 24px;
    height: 24px;
    border-width: 2px;
  }
  .info-card {
    width: 220px;
    font-size: 0.9rem;
  }
}
.info-card {
  position: absolute;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px;
  border-radius: 5px;
  transform: translate(-50%, -110%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s;
}
.info-card.active {
  opacity: 1;
  visibility: visible;
}
.info-card h3 {
  margin-top: 0;
  font-size: 1.2rem;
}
.info-card p {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
/* INFINISCROLL */
.infiniscroll-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 300px;
}
.infiniscroll-track {
  display: inline-flex;
  position: absolute;
}
.infiniscroll-image {
  height: 100%;
  width: auto;
  display: block;
}
#bokeh-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.timeline-container {
  position: relative;
  padding: 40px 0;
}
.timeline-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/api/placeholder/1000/500");
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
  z-index: -1;
}
.timeline-wrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 140px;
}
.timeline-line {
  position: relative;
  height: 1px;
  background-color: #DED0B6;
  margin: 50px 0;
}
.timeline-scroll-container {
  position: relative;
  width: 100%;
  overflow: visible;
}
.timeline-nav-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -19px;
  cursor: pointer;
  z-index: 5;
  color: white;
}
.timeline-prev {
  left: -100px;
}
.timeline-next {
  right: -100px;
}
.timeline-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.timeline-nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  cursor: pointer;
}
.timeline-nav-item:nth-child(even) .timeline-year {
  margin-top: -45px;
  order: -1;
  position: relative;
  z-index: 3;
}
.timeline-nav-item:nth-child(odd) .timeline-year {
  margin-top: 30px;
  position: relative;
  z-index: 3;
}
.timeline-year {
  color: white;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
}
.timeline-dot {
  width: 20px;
  height: 20px;
  background-color: black;
  border-radius: 50%;
  border: 2px dotted #DED0B6;
  position: absolute;
  top: -9px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1;
}
.timeline-dot.active {
  background-color: #fff;
  transform: scale(1.2);
  border: 3px solid #fff;
}
.timeline-content {
  margin-top: 100px;
  color: white;
}
.timeline-content .tab-pane {
  display: none;
}
.timeline-content .tab-pane.active {
  display: block;
  animation: fadeIn 0.5s ease;
}
.timeline-content .tab-pane.active .content-title, .timeline-content .tab-pane.active .content-subtitle, .timeline-content .tab-pane.active .content-text, .timeline-content .tab-pane.active .content-details {
  animation: fadeIn 0.5s ease;
}
.content-title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 10px;
  color: white;
}
.content-subtitle {
  font-size: 24px;
  color: #DED0B6;
  margin-bottom: 20px;
}
.content-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.content-details {
  margin-top: 20px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1200px) {
  .timeline-wrapper {
    max-width: 1100px;
    padding: 20px 100px;
  }
  .timeline-prev {
    left: -70px;
  }
  .timeline-next {
    right: -70px;
  }
}
@media (max-width: 992px) {
  .timeline-wrapper {
    max-width: 900px;
    padding: 20px 80px;
  }
  .timeline-year {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .timeline-wrapper {
    padding: 20px 60px;
  }
  .timeline-content {
    margin-top: 60px;
  }
  .content-title {
    font-size: 32px;
  }
  .content-subtitle {
    font-size: 18px;
  }
  .timeline-prev {
    left: -40px;
  }
  .timeline-next {
    right: -40px;
  }
}
.loading-spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.table-container {
  display: none;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 20px;
}
/* Grundlegende Mega-Menu Styles */
.mega-menu-container .dropdown {
  position: static;
}
.mega-menu-container .dropdown-menu {
  width: 100%;
  margin-top: 0;
  left: 0;
  right: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.mega-menu-inner {
  width: 100%;
  padding: 30px 0;
  background-color: #F1F1F1;
}
.mega-menu-column {
  padding: 0 15px;
}
.mega-menu-column h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
}
.mega-menu-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
}
.mega-menu-list li {
  padding: 5px 0;
}
.mega-menu-list li a {
  color: #666;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}
.mega-menu-list li a:hover {
  color: #DED0B6;
  transform: translateX(5px);
}
.mega-menu-img {
  transition: all 0.3s ease;
  margin-bottom: 15px;
}
.mega-menu-img:hover {
  transform: scale(1.05);
}
.mega-menu-container .nav-link {
  color: #333;
  padding: 20px 15px;
  position: relative;
}
.mega-menu-container .nav-link:hover {
  color: #DED0B6;
}
@media (max-width: 991.98px) {
  .mega-menu-container .dropdown-menu {
    position: relative;
    box-shadow: none;
    max-height: 80vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mega-menu-inner {
    padding: 15px 0;
  }
  .mega-menu-column {
    margin-bottom: 15px;
  }
}
/* QUIZ */
.quiz-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}
.question-container {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f8f9fa;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.question {
  font-weight: 600;
  margin-bottom: 15px;
}
.options {
  margin-left: 0px;
}
.option {
  margin-bottom: 5px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 5px;
  transition: background-color 0.2s;
}
.option:hover {
  background-color: #F84A07;
}
.option-input {
  margin-right: 10px;
}
.selected {
  background-color: #cfe2ff;
}
.correct {
  background-color: #d1e7dd;
}
.incorrect {
  background-color: #f8d7da;
}
.feedback {
  margin-top: 15px;
  padding: 10px;
  border-radius: 5px;
  display: none;
}
.results {
  text-align: left;
  margin-top: 20px;
  padding: 15px;
  border-radius: 10px;
  display: none;
}
.btn-quiz {
  margin-top: 10px;
}
.progress-container {
  margin-bottom: 20px;
}
/* WHATSAPP-WIDGET */
.whatsapp-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1030;
}
.whatsapp-button {
  background-color: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: all 0.3s;
}
.whatsapp-button:hover {
  transform: scale(1.1);
  background-color: #128C7E;
}
.whatsapp-popup {
  position: absolute;
  bottom: 80px;
  right: 0;
  width: 300px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s;
  overflow: hidden;
}
.whatsapp-popup.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.popup-header {
  background-color: #25D366;
  padding: 15px;
  display: flex;
  align-items: center;
}
.popup-header-text {
  color: white;
  margin-left: 15px;
}
.popup-header-text h3 {
  margin: 0;
  font-size: 16px;
}
.popup-header-text p {
  margin: 5px 0 0;
  font-size: 12px;
  opacity: 0.8;
}
.popup-profile-image {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-body {
  padding: 15px;
}
.popup-message {
  font-size: 14px;
  margin-bottom: 15px;
}
.popup-form input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  box-sizing: border-box;
}
.popup-send-btn {
  background-color: #25D366;
  color: white;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup-send-btn i {
  margin-right: 5px;
}
.popup-send-btn:hover {
  background-color: #128C7E;
}
.close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 480px) {
  .whatsapp-popup {
    width: 250px;
    right: 0;
  }
}
/* ÖFFNUNGSZEITEN-WIDGET */
.opening-hours-widget {
  max-width: 320px;
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #f8f9fa;
}
.widget-header {
  background-color: #DED0B6;
  color: white;
  text-align: center;
  padding: 12px 0;
  font-size: 18px;
  font-weight: bold;
}
.widget-content {
  padding: 10px 15px;
}
.widget-day {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #e9ecef;
}
.widget-day:last-child {
  border-bottom: none;
}
.widget-day.today {
  background-color: #f1f3f4;
  border-radius: 4px;
}
.widget-day.today.open {
  color: #34a853;
  font-weight: bold;
}
.widget-day-name {
  display: flex;
  align-items: center;
}
.widget-hours {
  text-align: right;
  white-space: nowrap;
}
.widget-status {
  text-align: center;
  padding: 10px 0 15px;
  font-weight: normal;
}
.open {
  color: #34a853;
}
.closed {
  color: #F00;
}
/* GOOGLE MAP MULTIPLE */
.map-container {
  height: 600px;
  width: 600px;
}
/* Quadratische Karte mit festen Dimensionen */
#map {
  height: 100%;
  width: 100%;
}
.location-list {
  height: 600px;
  overflow-y: scroll;
  border-right: 1px solid #eee;
  -webkit-overflow-scrolling: touch;
}
.location-list::-webkit-scrollbar {
  width: 8px;
  background-color: #f0f0f0;
  display: block;
}
.location-list::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 4px;
}
.location-list::-webkit-scrollbar-thumb:hover {
  background-color: #777;
}
/* Spezifisch für Safari */
@supports (-webkit-backdrop-filter: none) and (not (backdrop-filter: none)) {
  .location-list {
    overflow-y: auto;
  }
  .location-list:hover::-webkit-scrollbar {
    display: block;
  }
  .location-list::-webkit-scrollbar {
    display: block !important;
  }
}
.location-item {
  cursor: pointer;
  padding: 15px;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s;
}
.location-item:hover {
  background-color: #f8f9fa;
}
.location-item.active {
  background-color: #e9ecef;
  border-left: 4px solid #0d6efd;
}
.location-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.location-desc {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 5px;
}
.location-link {
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .map-container {
    width: 100%;
    height: 400px;
  }
}
/* Responsive Anpassung */
.gm-style .gm-style-iw-c {
  padding: 16px !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15) !important;
}
.gm-style .gm-style-iw-d {
  overflow: hidden !important;
  max-height: none !important;
}
.gm-style .gm-style-iw-t::after {
  background: linear-gradient(45deg, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}
.gm-style .gm-style-iw-c button.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
  padding: 4px !important;
  width: 26px !important;
  height: 26px !important;
  opacity: 0.7;
  background-color: transparent !important;
}
.gm-style .gm-style-iw-c button.gm-ui-hover-effect:hover {
  opacity: 1;
}
.gm-style .gm-style-iw-c button.gm-ui-hover-effect img {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}
.location-infowindow {
  max-width: 250px;
  font-family: inherit;
  padding: 5px 0;
  padding-right: 10px;
}
.location-infowindow h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  color: #333;
  padding-right: 20px;
}
.location-infowindow p {
  margin-bottom: 12px;
  color: #555;
  font-size: 14px;
  line-height: 1.4;
}
.location-infowindow .website-btn {
  display: inline-block;
  padding: 7px 14px;
  background-color: #f2f2f2;
  color: #505050;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.location-infowindow .website-btn:hover {
  background-color: #e8e8e8;
  border-color: #b8b8b8;
  color: #333;
}
.location-infowindow .website-btn i {
  margin-right: 6px;
  color: #666;
}
/* TABELLE 2 CSV EXPORT */
.export-button {
  background-color: #0d6efd;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 15px;
  font-weight: 500;
}
.export-button:hover {
  background-color: #0a58ca;
}
/* TIMELINER */
.timeliner-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.timeliner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.timeliner::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #DED0B6;
  transform: translateX(-50%);
}
.timeliner-item {
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}
.timeliner-item.visible {
  opacity: 1;
  transform: translateY(0);
}
.timeliner-item:nth-child(odd) {
  left: 0;
  text-align: right;
}
.timeliner-item:nth-child(even) {
  left: 50%;
  text-align: left;
}
.timeliner-item::after {
  content: attr(data-year);
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  background: #DED0B6;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: bold;
  font-size: 16px;
}
.timeliner-item:nth-child(odd)::after {
  right: -25px;
}
.timeliner-item:nth-child(even)::after {
  left: -25px;
}
.timeliner-content {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.timeliner-content:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
.timeliner-image {
  margin-bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.timeliner-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}
.timeliner-content:hover .timeliner-image img {
  transform: scale(1.05);
}
/* SURVEY */
.survey-container {
  max-width: 768px;
  margin: 2rem auto;
  padding: 1.5rem;
}
.option-card {
  transition: all 0.2s ease;
  cursor: pointer;
  background-color: #DED0B6;
  border: 2px solid transparent;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.option-card:hover {
  border-color: #ad8c4e;
  transform: translateY(-2px);
}
.option-card.selected {
  border-color: #ad8c4e;
  background-color: #c6ae81;
}
.option-votes {
  color: #6c757d;
  font-size: 0.9rem;
}
.result-bar {
  height: 40px;
  background-color: #DED0B6;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
}
.result-bar-fill {
  background-color: #ad8c4e;
  height: 100%;
  position: absolute;
  left: 0;
  transition: width 1s ease-in-out;
}
.result-percentage {
  position: absolute;
  right: 15px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}
.vote-total {
  text-align: center;
  color: #6c757d;
  margin-top: 2rem;
}
.hidden {
  display: none;
}
.button-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.loading-spinner {
  text-align: center;
  padding: 2rem;
}
#error-message {
  color: #dc3545;
  text-align: center;
  margin-top: 1rem;
}
.admin-container {
  max-width: 900px;
  margin: 2rem auto;
  padding: 1.5rem;
}
.option-row {
  margin-bottom: 0.5rem;
}
.btn-action {
  margin-right: 0.25rem;
}
.action-buttons-cell {
  min-width: 150px;
}
.survey-container {
  max-width: 768px;
  margin: 2rem auto;
  padding: 1.5rem;
}
.survey-card {
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.2s;
}
.survey-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.survey-card a {
  display: block;
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
}
/* SEO - URL-ÜBERSICHT */
.file-link {
  display: block;
  margin: 5px 0;
}
.file-link i {
  margin-right: 8px;
}
.file-html {
  color: #0d6efd;
}
.file-php {
  color: #6f42c1;
}
.directory {
  font-weight: bold;
  margin-top: 30px;
}
.directory i {
  margin-right: 8px;
}
.indent-1 {
  margin-left: 20px;
}
.indent-2 {
  margin-left: 40px;
}
.indent-3 {
  margin-left: 60px;
}
.indent-4 {
  margin-left: 80px;
}
.indent-5 {
  margin-left: 100px;
}
/* CROPPINGTOOL */
.cropper-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.canvas-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border: 2px solid #ddd;
  background-color: #f8f9fa;
}
#cropArea {
  position: absolute;
  border: 2px dashed #007bff;
  cursor: move;
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}
.resizer {
  width: 10px;
  height: 10px;
  background-color: #007bff;
  position: absolute;
  border-radius: 50%;
}
.resizer.nw {
  top: -5px;
  left: -5px;
  cursor: nw-resize;
}
.resizer.ne {
  top: -5px;
  right: -5px;
  cursor: ne-resize;
}
.resizer.sw {
  bottom: -5px;
  left: -5px;
  cursor: sw-resize;
}
.resizer.se {
  bottom: -5px;
  right: -5px;
  cursor: se-resize;
}
#previewContainer {
  display: none;
  margin-top: 20px;
  text-align: center;
}
#preview {
  max-width: 100%;
  border: 1px solid #ddd;
}
.btn-icon {
  margin-right: 5px;
}
.dropzone {
  border: 2px dashed #ccc;
  border-radius: 5px;
  padding: 25px;
  text-align: center;
  background-color: #f8f9fa;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.dropzone.highlight {
  border-color: #007bff;
  background-color: #e3f2fd;
}
.dropzone i {
  font-size: 2rem;
  color: #6c757d;
  margin-bottom: 10px;
}
.dropzone p {
  margin-bottom: 0;
  color: #6c757d;
}
/* DATATABLES */
.table-condensed {
  font-size: 9px;
}
.table-condensed a {
  color: #0288CC;
}
/* HTML DARSTELLUNG */
.CodeMirror {
  height: auto !important;
  /* Höhe automatisch */
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: "Courier New", monospace;
  font-size: 14px;
  padding: 30px;
  background-color: #f8f8f8;
  max-height: 500px;
  /* Maximale Höhe begrenzen */
  overflow-y: auto;
  /* Scrollbar bei Bedarf */
}
#code-editor-container {
  margin: 20px 0;
  max-width: 100%;
}
.cm-tag {
  color: #0000ff;
}
/* HTML-Tags blau */
.cm-attribute {
  color: #008080;
}
/* Attribute türkis */
.cm-string {
  color: #a31515;
}
/* Strings rot */
.cm-comment {
  color: #008000;
}
/* Kommentare grün */
.cm-keyword {
  color: #0000ff;
}
/* Keywords blau */
.cm-number {
  color: #09885a;
}
/* Zahlen grün */
.cm-property {
  color: #660e7a;
}
/* Eigenschaften lila */
.cm-variable {
  color: #000000;
}
/* Variablen schwarz */
.cm-operator {
  color: #000000;
}
/* Operatoren schwarz */
/* SM VALIDATOR */
.preview-card {
  border: 1px solid #ddd;
  border-radius: 16px;
  overflow: hidden;
  max-width: 550px;
  margin: 1rem auto;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.preview-img {
  width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: cover;
}
.preview-content {
  padding: 14px;
  background: #fff;
}
.preview-title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.3;
}
.preview-desc {
  font-size: 14px;
  color: #505050;
  margin: 0 0 5px;
  line-height: 1.3;
}
.preview-domain {
  font-size: 14px;
  color: #65757D;
}
.meta-tags-container {
  background-color: #f8f9fa;
  border-radius: 4px;
  padding: 15px;
  margin-top: 20px;
  max-height: 400px;
  overflow-y: auto;
}
.meta-tag {
  background-color: #e9ecef;
  padding: 6px 10px;
  border-radius: 4px;
  margin-bottom: 8px;
  font-family: monospace;
  word-break: break-all;
}
.meta-tag-name {
  color: #0d6efd;
}
.meta-tag-content {
  color: #198754;
}
.loading-spinner {
  display: none;
}
.error-message {
  color: #dc3545;
  margin-top: 10px;
  display: none;
}
.success-message {
  color: #198754;
  margin-top: 10px;
  display: none;
}
.input-container {
  position: relative;
}
.clear-button {
  position: absolute;
  right: 45px;
  top: 8px;
  background: none;
  border: none;
  cursor: pointer;
  color: #6c757d;
}
.provider-icon {
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 8px;
}
.nav-tabs .nav-link {
  display: flex;
  align-items: center;
}
.twitter-color {
  color: #1DA1F2;
}
.facebook-color {
  color: #4267B2;
}
.google-color {
  color: #DB4437;
}
.preview-badge {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 12px;
}
.missing-tag {
  color: #dc3545;
}
.present-tag {
  color: #198754;
}
.preview-type-badge {
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #505050;
  margin-left: 8px;
}
/* PDF EMBED */
.pdf-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
}
.pdf-controls {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.pdf-controls .btn, .pdf-controls .btn-neu {
  margin: 0 5px;
}
.pdf-controls span {
  margin: 0 10px;
}
#pdf-viewer {
  border: 1px solid #dee2e6;
  overflow: auto;
  background-color: #eee;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #fff;
  margin: 0;
  max-width: none;
  padding: 20px;
}
.fullscreen #pdf-viewer {
  height: calc(100vh - 100px);
}
canvas {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
/* SHORT.IO */
.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  border-color: #86b7fe;
}
#short-url {
  background-color: #f8f9fa;
}
.status-badge {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}
.status-active {
  background-color: #10b981;
}
.status-expired {
  background-color: #ef4444;
}
.status-archived {
  background-color: #6b7280;
}
.click-count {
  font-weight: bold;
  color: #0d6efd;
}
.search-container {
  margin-bottom: 20px;
}
.loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  border-radius: 8px;
}
.link-title {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.original-url {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.short-url {
  font-weight: 500;
}
/* FEEDBACK BEI BLOGARTIKELN */
.feedback-container {
  margin: 40px 0;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 8px;
  text-align: center;
}
.feedback-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 15px 0;
}
.feedback-btn {
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid #dee2e6;
  border-radius: 50px;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.feedback-btn:hover {
  background-color: #e9ecef;
}
.feedback-btn i {
  font-size: 20px;
  margin-right: 8px;
}
.feedback-btn.active {
  background-color: #0d6efd;
  color: white;
  border-color: #0d6efd;
}
#feedback-message {
  height: 20px;
  margin-top: 10px;
  font-style: italic;
}
/* SEO-KALK */
#seokalk {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#seokalk h1, #seokalk h2 {
  color: #343a40;
  margin-bottom: 1.5rem;
}
#seokalk .table td .form-control {
  min-width: 70px;
}
#seokalk .table th {
  white-space: nowrap;
}
#seokalk .summe-row td, #seokalk .summary-table-bs .summe-row td {
  font-weight: bold;
  background-color: #e9ecef;
}
#seokalk .total-cell {
  text-align: right !important;
  font-size: 1.1em;
}
#seokalk .summary-table-bs td:first-child {
  font-weight: bold;
}
#seokalk .summary-table-bs td:last-child {
  text-align: right;
}
#seokalk .summary-table-bs input.form-control {
  text-align: right;
}
#seokalk .pauschal-anzahl-text {
  color: #6c757d;
  font-style: italic;
}
#seocontmark {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-top: 3rem;
}
#seocontmark h2 {
  color: #343a40;
  margin-bottom: 1.5rem;
}
/* Überschrift für den neuen Kalkulator */
#seocontmark .table td .form-control, #seocontmark .table td .form-select {
  min-width: 70px;
  /* Mindestbreite auch für Selects */
}
#seocontmark .table th {
  white-space: nowrap;
}
#seocontmark .summe-row td, #seocontmark .summary-table-cm .summe-row td {
  /* Gemeinsame Klasse für Summenzeilen-Styling */
  font-weight: bold;
  background-color: #e9ecef;
}
#seocontmark .total-cell-cm {
  text-align: right !important;
  font-size: 1.1em;
}
/* Eigene Klasse für Gesamtsumme */
#seocontmark .summary-table-cm td:first-child {
  font-weight: bold;
}
#seocontmark .summary-table-cm td:last-child {
  text-align: right;
}
#seocontmark .summary-table-cm input.form-control {
  text-align: right;
}
.header-container {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.header-image {
  width: 100%;
  height: 100%;
  background-image: url("/media/unsplash/alin-andersen-gdDcR44NKBg-unsplash.jpg");
  background-size: cover;
  background-position: center;
}
.mountains {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background-color: #F1F1F1;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 95% 20%, 90% 5%, 85% 25%, 80% 10%, 75% 30%, 70% 15%, 65% 35%, 60% 20%, 55% 30%, 50% 15%, 45% 35%, 40% 25%, 35% 5%, 30% 30%, 25% 15%, 20% 30%, 15% 10%, 10% 25%, 5% 5%, 0 20%);
}
#preisrechnerTabelle {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border-collapse: collapse;
}
#preisrechnerTabelle th, #preisrechnerTabelle td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  text-align: left;
}
#preisrechnerTabelle thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
#preisrechnerTabelle td.zwischensumme-produkt {
  width: 20%;
  text-align: right;
}
/* Zwischensumme TD Zelle */
td#summeZA, td#summeNetto, td#umsatzsteuer, td#summeBrutto {
  text-align: right;
}
/* GETRÄNKE-KALK */
.personen-check-info {
  background-color: #e9ecef;
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
}
.prozent-summe-info {
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  font-size: 0.9rem;
}
.prozent-summe-info.is-invalid {
  background-color: #f8d7da;
  color: #721c24;
}
.prozent-summe-info.is-valid {
  background-color: #d4edda;
  color: #155724;
}
label .prozent-wert {
  font-weight: bold;
  color: #0d6efd;
}
/* URLAUBS-KALK */
.bg-tirol {
  background-color: #4a8522;
  color: white;
}
.card {
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.form-label {
  font-weight: 500;
}
.result-card {
  border-left: 4px solid #4a8522;
}
.category-icon {
  font-size: 1.2rem;
  margin-right: 8px;
}
#wandflaeche-kalkulator {
  /* Der .container von Bootstrap handhabt die Breite. */
  /* Zusätzliche Stile für den Haupt-Wrapper, falls benötigt. */
}
.walls-section .wall-entry {
  /* Bootstrap's row und col werden verwendet. */
  /* 'align-items-center' ist bereits im JS-Template. */
}
.walls-section .wall-label-container {
  /* min-width: 80px; /* Beispiel für feste Breite der Wandbezeichnung */
  /* text-align: right; */
  /* padding-right: 0.5rem; */
}
.walls-section .form-control-sm.wall-width, .walls-section .form-control-sm.wall-height {
  /* Ggf. maximale Breite für bessere Optik auf großen Schirmen */
  /* max-width: 120px; */
}
.deductions-section p.small {
  margin-bottom: 0.75rem;
}
#grand-total-container {
  /* Zusätzliche Stile oder Überschreibungen, falls Bootstrap-Klassen nicht ausreichen. */
  /* Beispiel: box-shadow: 0 -2px 5px rgba(0,0,0,0.1); */
}
#grand-total-container h3 strong {
  font-size: 1.25em;
  /* Macht die Gesamtflächenzahl etwas größer */
}
.room-result.alert {
  /* Stellt sicher, dass das Ergebnis auffällt */
  /* background-color: #cfe2ff; /* Bootstrap .alert-info background */
  /* color: #084298;      /* Bootstrap .alert-info color */
  font-weight: 500;
}
/* Generelle Anpassungen für Formularlabels in den Sections */
.walls-section h4, .ceiling-section h4, .deductions-section h4 {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #495057;
  /* Dunkleres Grau */
}
/* Anpassung für die Buttons in den Cards */
.card-body .btn, .card-body .btn-neu {
  /* margin-top: 0.5rem; /* Etwas Abstand nach oben für Buttons in Cards */
}
.add-wall-btn {
  /* Spezifische Stile für "Weitere Wand hinzufügen" */
}
.calculate-room-btn {
  /* Spezifische Stile für "Fläche berechnen" */
}
#grand-total-container.sticky-bottom {
  border-top: 1px solid #dee2e6 !important;
  /* Stellt sicher, dass der border sichtbar ist */
  background-color: rgba(248, 249, 250, 0.95) !important;
  /* Leicht transparenter Hintergrund */
  backdrop-filter: blur(5px);
  /* Hintergrund-Blur für moderne Browser */
  -webkit-backdrop-filter: blur(5px);
}
/* FINANZIERUNGSRECHNER */
#finanzierungsrechner {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f8f9fa;
}
#finanzierungsrechner .calculator-container {
  max-width: 800px;
  margin: 2rem auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
#finanzierungsrechner .calculator-header {
  background-color: #4e73df;
  color: white;
  padding: 1.5rem;
  text-align: center;
}
#finanzierungsrechner .calculator-body {
  background-color: white;
  padding: 2rem;
}
#finanzierungsrechner .form-label {
  font-weight: 600;
  color: #5a5c69;
  display: flex;
  align-items: center;
  gap: 8px;
}
#finanzierungsrechner .form-control, #finanzierungsrechner .form-select {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  border: 1px solid #d1d3e2;
}
#finanzierungsrechner .form-control:focus, #finanzierungsrechner .form-select:focus {
  border-color: #4e73df;
  box-shadow: 0 0 0 0.25rem rgba(78, 115, 223, 0.25);
}
#finanzierungsrechner .btn-calculate {
  background-color: #4e73df;
  border: none;
  padding: 0.75rem 2rem;
  font-weight: 600;
  width: 100%;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
#finanzierungsrechner .btn-calculate:hover {
  background-color: #2e59d9;
  transform: translateY(-2px);
}
#finanzierungsrechner .slider-container {
  margin-top: 1rem;
}
#finanzierungsrechner .form-range::-webkit-slider-thumb {
  background: #4e73df;
}
#finanzierungsrechner .form-range::-moz-range-thumb {
  background: #4e73df;
}
#finanzierungsrechner .form-range::-ms-thumb {
  background: #4e73df;
}
#finanzierungsrechner .slider-value {
  display: inline-block;
  width: 50px;
  text-align: center;
  font-weight: 600;
}
#finanzierungsrechner .input-group-icon {
  position: relative;
}
#finanzierungsrechner .input-group-icon .form-control {
  padding-right: 2.5rem;
}
#finanzierungsrechner .input-group-icon i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #6c757d;
  pointer-events: none;
}
/* U-WERT-RECHNER */
.layer-card {
  transition: all 0.3s ease;
  border-left: 4px solid #0d6efd;
}
.layer-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.result-card {
  border-left: 4px solid #198754;
}
.form-control:focus, .form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.15);
}
.btn-add-layer {
  transition: all 0.2s ease;
}
.btn-add-layer:hover {
  transform: scale(1.05);
}
.value-display {
  font-family: "Courier New", monospace;
}
.layer-card .delete-btn {
  opacity: 0.5;
  transition: opacity 0.2s;
}
.layer-card:hover .delete-btn {
  opacity: 1;
}
/* FARBSCHEMA */
.color-scheme-generator {
  margin: 50px auto;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
}
.color-scheme-generator h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.color-scheme-generator p {
  text-align: center;
  color: #666;
  margin-bottom: 1.5rem;
}
.input-group {
  margin-bottom: 1.5rem;
}
.input-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.flex {
  display: flex;
  gap: 1rem;
  align-items: center;
}
input[type="text"] {
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}
input[type="color"] {
  width: 50px;
  height: 40px;
  cursor: pointer;
  border: none;
  padding: 0;
}
.color-palette {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
.color-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.color-card:hover {
  transform: scale(1.05);
}
.color-sample {
  height: 100px;
  width: 100%;
}
.color-info {
  padding: 0.75rem;
  background: #fff;
  text-align: center;
}
.color-info span {
  display: block;
  font-size: 0.9rem;
  color: #333;
}
.preview-box {
  margin-top: 2rem;
  text-align: center;
}
#palettePreview {
  margin-bottom: 1rem;
}
#downloadPNG {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #28a745;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
#downloadPNG:hover {
  background: #218838;
}
.button-group {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.export-button {
  padding: 0.6rem 1.5rem;
  background: #007BFF;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}
.export-button:hover {
  background: #0056b3;
}
.info-box {
  margin-top: 2rem;
  padding: 1rem;
  background: #f8f9fa;
  border-left: 4px solid #007BFF;
  border-radius: 5px;
}
.color-preview {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  border: 2px solid #ced4da;
  background-color: #3490dc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.color-preview:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
#eyeDropperButton {
  transition: background-color 0.2s ease;
}
#eyeDropperButton:hover {
  background-color: #f1f1f1;
}
/* KAFFEE-KALKULATOR */
.bg-coffee {
  background-color: #6b4c3b;
  color: white;
}
/* Range-Slider-Stil */
.custom-range {
  -webkit-appearance: none;
  /* Chrome, Safari, Opera */
  appearance: none;
  width: 100%;
  height: 1rem;
  background: #f9f9f9;
  /* Hintergrundfarbe des Sliders */
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  /* Transition-Effekt */
  transition: opacity 0.2s;
}
/* Range-Slider-Thumb */
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Chrome, Safari, Opera */
  appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  background: #6b4c3b;
  /* Braun-Ton */
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.custom-range::-moz-range-thumb {
  width: 1.5rem;
  height: 1.5rem;
  background: #6b4c3b;
  /* Braun-Ton */
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.custom-range::-ms-thumb {
  width: 1.5rem;
  height: 1.5rem;
  background: #6b4c3b;
  /* Braun-Ton */
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
/* Optional: Stil für das Canvas */
#costDistributionChart {
  max-width: 100%;
}
/* BOOTSTRAP CARD OFFSET */
#card-offset {
  position: relative;
  margin-top: 120px;
  background: #2a2a2a;
  color: white;
  border: none;
  border-radius: 0;
  height: 420px;
  display: flex;
  flex-direction: column;
}
#card-offset .card-offset-img {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  height: 200px;
  object-fit: cover;
  border-radius: 0;
}
#card-offset .card-body {
  padding: 120px 2rem 1.5rem 2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
#card-offset .badge-text {
  color: #888;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
#card-offset .card-title {
  color: white;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.3;
}
#card-offset .card-text {
  color: #b8b8b8;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
  flex: 1;
}
#card-offset .card-divider {
  border: none;
  border-top: 3px solid white;
  margin: 0 0 1.5rem 0;
}
#card-offset .card-link {
  color: #ff4757;
  text-decoration: none;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  border-bottom: 1px solid transparent;
  margin-top: auto;
  width: fit-content;
}
#card-offset .card-link:hover {
  color: #ff4757;
  border-bottom: 1px solid #ff4757;
}
#card-offset .card-offset-img:hover {
  transform: translateX(-50%) translateY(-3px);
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  #card-offset .card-offset-img {
    width: calc(100% - 40px);
    height: 180px;
    top: -90px;
  }
  #card-offset {
    margin-top: 100px;
    height: 380px;
  }
  #card-offset .card-body {
    padding: 100px 1.5rem 1.5rem 1.5rem;
  }
}
.chart-canvas {
  max-width: 100%;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #212529;
}
/* TODO */
.todo-widget {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 2rem auto;
}
.person-tab {
  border: none;
  background: transparent;
  color: #6c757d;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border-radius: 8px 8px 0 0;
}
.person-tab.active {
  background: #f8f9fa;
  color: #495057;
  border-bottom: 3px solid;
}
.person-tab.reinhold.active {
  border-bottom-color: #0d6efd;
}
.person-tab.christoph.active {
  border-bottom-color: #198754;
}
.filter-btn {
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 500;
}
.filter-btn.active {
  background-color: var(--bs-primary);
  color: white;
  border-color: var(--bs-primary);
}
.filter-btn:not(.active):hover {
  background-color: rgba(13, 110, 253, 0.1);
}
.person-label {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-left: 0.5rem;
}
.person-label.reinhold {
  background-color: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
}
.person-label.christoph {
  background-color: rgba(25, 135, 84, 0.1);
  color: #198754;
}
.todo-item {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  padding: 0.75rem;
  background: #fafafa;
  transition: all 0.2s ease;
}
.todo-item:hover {
  background: #f1f3f4;
  border-color: #dee2e6;
}
.todo-item.completed {
  background: #f8f9fa;
  opacity: 0.7;
}
.todo-item.completed .todo-text {
  text-decoration: line-through;
  color: #6c757d;
}
.custom-checkbox {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 2px solid;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.custom-checkbox.reinhold {
  border-color: #0d6efd;
  color: #0d6efd;
}
.custom-checkbox.christoph {
  border-color: #198754;
  color: #198754;
}
.custom-checkbox.checked.reinhold {
  background: #0d6efd;
  color: white;
}
.custom-checkbox.checked.christoph {
  background: #198754;
  color: white;
}
.todo-input {
  border: 1px solid #dee2e6;
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
}
.todo-input:focus {
  outline: none;
  border-color: #86b7fe;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.add-btn {
  background: linear-gradient(45deg, #0d6efd, #198754);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-weight: 500;
}
.add-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.person-stats {
  font-size: 0.875rem;
  color: #6c757d;
}
.delete-btn {
  color: #dc3545;
  background: none;
  border: none;
  padding: 0.25rem;
  border-radius: 4px;
}
.delete-btn:hover {
  background: #f8d7da;
}
/* WHATSAPPER */
.contact-item {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
  transition: all 0.2s;
}
.contact-item:hover {
  background-color: #f8f9fa;
}
.contact-item.selected {
  background-color: #e3f2fd;
  border-color: #2196f3;
}
.btn-whatsapp {
  background-color: #25d366;
  border-color: #25d366;
  color: white;
}
.btn-whatsapp:hover {
  background-color: #1da851;
  border-color: #1da851;
  color: white;
}
.message-preview {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
  max-height: 200px;
  overflow-y: auto;
  white-space: pre-wrap;
  font-family: system-ui, -apple-system, sans-serif;
}
.contact-actions {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.phone-display {
  font-family: monospace;
  color: #666;
}
.formatting-toolbar {
  border: 1px solid #dee2e6;
  border-radius: 8px 8px 0 0;
  padding: 10px;
  background-color: #f8f9fa;
}
.formatting-btn {
  margin-right: 5px;
  margin-bottom: 5px;
}
.emoji-picker {
  max-height: 120px;
  overflow-y: auto;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 10px;
  background-color: white;
}
.emoji-btn {
  border: none;
  background: none;
  font-size: 1.2em;
  padding: 5px;
  margin: 2px;
  border-radius: 4px;
  cursor: pointer;
}
.emoji-btn:hover {
  background-color: #f8f9fa;
}
.preview-formatted {
  color: #666;
}
.preview-bold {
  font-weight: bold;
  color: #000;
}
.preview-italic {
  font-style: italic;
  color: #000;
}
.preview-strike {
  text-decoration: line-through;
  color: #666;
}
.preview-code {
  font-family: monospace;
  background-color: #e9ecef;
  padding: 2px 4px;
  border-radius: 3px;
  color: #000;
}
.preview-link {
  color: #007bff;
  text-decoration: underline;
}
/* ICONIZER */
.drop-zone {
  border: 3px dashed #dee2e6;
  border-radius: 12px;
  padding: 60px 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
  background: white;
}
.drop-zone:hover, .drop-zone.dragover {
  border-color: #0d6efd;
  background-color: #f8f9ff;
}
.preview-img {
  max-width: 200px;
  max-height: 200px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.icon-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 15px;
}
.icon-item {
  background: white;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.icon-item img {
  width: 64px;
  height: 64px;
  border-radius: 4px;
}
.icon-item small {
  display: block;
  margin-top: 8px;
  color: #6c757d;
  font-size: 11px;
}
.code-output {
  background: #1e1e1e;
  color: #d4d4d4;
  border-radius: 8px;
  font-family: "Monaco", "Menlo", monospace;
  font-size: 13px;
  line-height: 1.4;
}
.btn-download {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
}
.progress {
  height: 6px;
  border-radius: 3px;
}
/* QR-CODE GENERATOR */
#qr-generator .form-section {
  display: none;
}
#qr-generator .form-section.active {
  display: block;
}
#qr-generator .qr-preview {
  border: 2px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#qr-generator .qr-canvas {
  max-width: 100%;
  height: auto;
  display: block;
}
#qr-generator .download-buttons {
  gap: 10px;
}
#qr-generator .nav-pills .nav-link {
  border-radius: 25px;
}
#qr-generator .card {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
#qr-generator .card-body {
  overflow-y: auto;
  max-height: calc(100vh - 200px);
}
#qr-generator .address-section {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}
#qr-generator .address-work {
  background-color: #f8f9fa;
  border-color: #0d6efd;
}
#qr-generator .address-home {
  background-color: #f8f9fa;
  border-color: #6c757d;
}
/* CARD-CAROUSEL */
#productCarousel .carousel-item .card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  transition: all 0.3s ease;
}
#productCarousel .carousel-item .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
#productCarousel .card-img-top {
  height: 200px;
  object-fit: cover;
  background: #e9ecef;
}
#productCarousel .carousel-control-prev, #productCarousel .carousel-control-next {
  width: 60px;
  height: 60px;
  top: 30%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0.8;
}
#productCarousel .carousel-control-prev:hover, #productCarousel .carousel-control-next:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}
#productCarousel .carousel-control-prev-icon, #productCarousel .carousel-control-next-icon {
  width: 24px;
  height: 24px;
}
#productCarousel .carousel-indicators {
  position: relative;
  bottom: auto;
  margin-top: 30px;
  margin-bottom: 0;
  justify-content: center;
}
#productCarousel .carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 6px;
  background-color: #d1d5db;
  border: none;
  opacity: 0.5;
  transition: all 0.3s ease;
}
#productCarousel .carousel-indicators button.active {
  background-color: #374151;
  opacity: 1;
  transform: scale(1.2);
}
#productCarousel .carousel-indicators button:hover {
  opacity: 0.8;
}
.product-carousel {
  padding: 40px 0 40px 0;
}
@media (max-width: 767px) {
  #productCarousel .carousel-control-prev, #productCarousel .carousel-control-next {
    top: 20%;
    width: 50px;
    height: 50px;
  }
  #productCarousel .carousel-control-prev-icon, #productCarousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
  }
  #productCarousel .card-img-top {
    height: 150px;
  }
}
.price {
  font-size: 1.2rem;
  font-weight: 600;
  color: #007bff;
}
#dachrechner body {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  min-height: 100vh;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#dachrechner .main-container {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  margin: 2rem auto;
  max-width: 1200px;
}
#dachrechner .header {
  background: linear-gradient(45deg, #2c3e50, #3498db);
  color: white;
  padding: 2rem;
  border-radius: 20px 20px 0 0;
}
#dachrechner .roof-type-card {
  border: 2px solid #e9ecef;
  border-radius: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-bottom: 1rem;
}
#dachrechner .roof-type-card:hover {
  border-color: #3498db;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(52, 152, 219, 0.2);
}
#dachrechner .roof-type-card.active {
  border-color: #3498db;
  background: linear-gradient(45deg, #3498db, #2980b9);
  color: white;
}
#dachrechner .input-group {
  margin-bottom: 1.5rem;
}
#dachrechner .form-label {
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}
#dachrechner .form-control {
  border-radius: 10px;
  border: 2px solid #e9ecef;
  padding: 0.75rem;
  transition: border-color 0.3s ease;
}
#dachrechner .form-control:focus {
  border-color: #3498db;
  box-shadow: 0 0 0 0.2rem rgba(52, 152, 219, 0.25);
}
#dachrechner .btn-calculate {
  background: linear-gradient(45deg, #27ae60, #2ecc71);
  border: none;
  border-radius: 10px;
  padding: 1rem 2rem;
  font-weight: 600;
  color: white;
  transition: all 0.3s ease;
}
#dachrechner .btn-calculate:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(46, 204, 113, 0.3);
}
#dachrechner .result-card {
  background: linear-gradient(45deg, #f39c12, #e67e22);
  color: white;
  border-radius: 15px;
  padding: 2rem;
  margin-top: 2rem;
}
#dachrechner .roof-preview {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
#dachrechner .roof-illustration {
  width: 100%;
  max-width: 200px;
  height: 120px;
  margin: 0 auto;
}
#dachrechner .parameter-group {
  background: #f8f9fa;
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}
/* TEXT STATISTIK IM BLOGARTIKEL */
.text-stats {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  padding: 15px;
  border-radius: 8px;
  margin: 20px 0;
}
.stat-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.stat-icon {
  margin-right: 8px;
  color: #6c757d;
}
.stat-number {
  font-weight: bold;
  color: #495057;
  margin-left: 5px;
}
.reading-time {
  color: #28a745;
}
/*MESSEFINDER */
#messefinder .gradient-bg {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
#messefinder .card {
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
#messefinder .card:hover {
  transform: translateY(-2px);
}
#messefinder .filter-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}
#messefinder .mass-card {
  border-left: 4px solid #667eea;
}
#messefinder .mass-card.special {
  border-left-color: #dc3545;
}
#messefinder .badge-custom {
  background: linear-gradient(45deg, #667eea, #764ba2);
}
#messefinder .time-badge {
  background: #e9ecef;
  color: #495057;
  font-weight: 600;
}
#messefinder h6 {
  margin-bottom: 0;
  font-weight: 600;
  color: #495057;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
  padding-top: 0;
  padding-bottom: 0;
}
/*TAUFRECHNER */
#taufrechner .gradient-bg {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}
#taufrechner .card {
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
#taufrechner .card:hover {
  transform: translateY(-2px);
}
#taufrechner .input-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}
#taufrechner .result-card {
  border-left: 4px solid #4facfe;
}
#taufrechner .result-card.recommended {
  border-left-color: #28a745;
  background: rgba(40, 167, 69, 0.1);
}
#taufrechner .result-card.unavailable {
  border-left-color: #dc3545;
  background: rgba(220, 53, 69, 0.1);
  opacity: 0.7;
}
#taufrechner .badge-optimal {
  background: linear-gradient(45deg, #28a745, #20c997);
}
#taufrechner .badge-good {
  background: linear-gradient(45deg, #4facfe, #00f2fe);
}
#taufrechner .badge-unavailable {
  background: #dc3545;
}
#taufrechner .timeline-item {
  border-left: 3px solid #4facfe;
  padding-left: 1rem;
  margin-bottom: 1rem;
}
#taufrechner .timeline-item.completed {
  border-left-color: #28a745;
}
#taufrechner .timeline-item.upcoming {
  border-left-color: #ffc107;
}
#taufrechner h6 {
  margin-bottom: 0;
  font-weight: 600;
  color: #495057;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: normal;
  padding-top: 0;
  padding-bottom: 0;
}
/*TERMINKALENDER */
#terminkalender {
  max-width: 1200px;
  margin: 0 auto;
}
#terminkalender .event-card {
  border-left: 4px solid #007bff;
  transition: all 0.3s ease;
}
#terminkalender .event-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
#terminkalender .category-badge {
  font-size: 0.8em;
}
#terminkalender .filter-section {
  background: #f8f9fa;
  border-radius: 8px;
}
#terminkalender .date-display {
  font-weight: 600;
  color: #495057;
}
#terminkalender .time-display {
  color: #6c757d;
  font-size: 0.9em;
}
#terminkalender .btn-calendar {
  background: #28a745;
  border: none;
  color: white;
}
#terminkalender .btn-calendar:hover {
  background: #218838;
  color: white;
}
#terminkalender .btn-outline-primary {
  border-color: #007bff;
  color: #007bff;
}
#terminkalender .btn-outline-primary:hover {
  background: #007bff;
  color: white;
}
#terminkalender .loading {
  display: none;
}
#terminkalender .no-events {
  text-align: center;
  color: #6c757d;
  padding: 3rem;
}
#terminkalender .badge.bg-info {
  background-color: #17a2b8 !important;
}
#terminkalender .badge.bg-success {
  background-color: #28a745 !important;
}
#terminkalender .event-card.mehrtaegig {
  border-left-color: #17a2b8;
}
#terminkalender .event-card.ganztaegig {
  border-left-color: #28a745;
}
/*MISSION STATEMENT */
#missionstatement .main-container {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem;
  background: white;
  border-radius: 8px;
}
#missionstatement .form-label {
  font-weight: 600;
  color: #495057;
  margin-bottom: 0.5rem;
}
#missionstatement .form-control, #missionstatement .form-select {
  border: 2px solid #e9ecef;
  border-radius: 6px;
  padding: 0.75rem;
  transition: border-color 0.15s ease-in-out;
}
#missionstatement .form-control:focus, #missionstatement .form-select:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
#missionstatement .mission-output {
  background-color: #f8f9fa;
  border: 2px solid #dee2e6;
  border-radius: 6px;
  padding: 1.5rem;
  min-height: 150px;
  font-size: 1.1rem;
  line-height: 1.6;
}
#missionstatement .section-title {
  color: #343a40;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
#missionstatement .copy-btn {
  margin-top: 1rem;
}
/*MAIL-TROUBLESHOOT-CHECKLIST */
.checklist-item {
  margin-bottom: 2rem;
  padding: 15px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
  transition: all 0.3s ease;
}
.checklist-item a, .onlinetools a {
  font-weight: 600;
  color: #0D6EFD;
}
.checklist-item.completed {
  background-color: #f8f9fa;
  opacity: 0.7;
  border-color: #28a745;
}
.checklist-item .form-check {
  position: absolute;
  top: 15px;
  right: 15px;
}
.checklist-item .form-check-input {
  transform: scale(1.2);
  border: 2px solid #495057;
}
.checklist-item .form-check-input:focus {
  border-color: #495057;
  box-shadow: 0 0 0 0.2rem rgba(73, 80, 87, 0.25);
}
.checklist-item .form-check-input:checked {
  background-color: #28a745;
  border-color: #28a745;
}
.solution-box {
  background: #e7f3ff;
  border: 1px solid #b3d9ff;
  border-radius: 5px;
  padding: 12px;
  margin-top: 10px;
}
.action-box {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 5px;
  padding: 12px;
  margin-top: 10px;
}
/* AUDIT */
.form-section {
  background-color: #fbfbfb;
  padding: 30px 15px 15px 15px;
  margin-top: 30px;
  border-radius: 10px;
}
textarea.form-control {
  background-color: #fbfbfb;
}
.star-rating {
  cursor: pointer;
}
.star-rating i {
  color: #ddd;
  transition: color 0.2s;
}
.star-rating i.active {
  color: #ffc107;
}
.star-rating i:hover, .star-rating i.hover {
  color: #ffc107;
}
.priority-select {
  transition: all 0.3s ease;
}
.priority-select.priority-low {
  background-color: #d4edda;
  border-color: #28a745;
  color: #155724;
}
.priority-select.priority-medium {
  background-color: #fff3cd;
  border-color: #ffc107;
  color: #856404;
}
.priority-select.priority-high {
  background-color: #f8d7da;
  border-color: #fd7e14;
  color: #721c24;
}
.priority-select.priority-critical {
  background-color: #f3e5f5;
  border-color: #9c27b0;
  color: #4a148c;
  font-weight: 700;
}
.priority-select option[value=""] {
  background-color: #ffffff;
  color: #6c757d;
}
.priority-select option[value="low"] {
  background-color: #d4edda;
  border-color: #28a745;
  color: #155724;
}
.priority-select option[value="medium"] {
  background-color: #fff3cd;
  border-color: #ffc107;
  color: #856404;
}
.priority-select option[value="high"] {
  background-color: #f8d7da;
  border-color: #fd7e14;
  color: #721c24;
}
.priority-select option[value="critical"] {
  background-color: #f5c6cb;
  border-color: #dc3545;
  color: #721c24;
}
.btn-export {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-import {
  background-color: #17a2b8;
  border-color: #17a2b8;
}
/* CSS für optimalen Safari PDF-Export */
/* Diese Regeln zu deinen bestehenden Print-Styles hinzufügen */
@media print {
  /* Basis Print-Optimierungen */
  /* PDF-Replacement Divs optimal darstellen */
  /* Markdown-Formatierung in PDF */
  /* Originale Textareas verstecken */
  /* Leere Container komplett verstecken */
  /* Verhindere, dass leere Bereiche Platz verbrauchen */
  /* Stelle sicher, dass gefüllte Bereiche korrekt dargestellt werden */
  body {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .pdf-textarea-replacement {
    border: 1px solid #333 !important;
    padding: 0.75rem !important;
    background: white !important;
    color: black !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-size: 11pt !important;
    line-height: 1.4 !important;
    margin-bottom: 1rem !important;
    border-radius: 0 !important;
    page-break-inside: avoid !important;
    display: block !important;
    height: auto !important;
    min-height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
  }
  .pdf-textarea-replacement strong {
    font-weight: bold !important;
    color: black !important;
  }
  .pdf-textarea-replacement em {
    font-style: italic !important;
    color: black !important;
  }
  .pdf-textarea-replacement u {
    text-decoration: underline !important;
    color: black !important;
  }
  textarea[style*="display: none"], textarea[data-pdf-index] {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }
  .row[data-hidden-for-pdf], .form-section:has(.row[data-hidden-for-pdf]) {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .row:empty, .col-12:empty {
    display: none !important;
  }
  .row:has(.pdf-textarea-replacement) {
    display: block !important;
    margin-bottom: 1rem !important;
  }
}
/* Für bessere Browserkompatibilität */
@media screen {
  .pdf-textarea-replacement {
    display: none !important;
  }
}
