@charset "UTF-8";
/* roboto-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-v32-latin_latin-ext-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v32-latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v32-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v27-latin_latin-ext-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v27-latin_latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v27-latin_latin-ext-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* GENERELL */
body {
  font-family: "Roboto", sans-serif;
  color: #5c6369;
  background-color: #f4f4f4;
  font-size: 1.1em;
  line-height: 1.6em;
  padding-top: 60px;
}

.rounded {
  border-radius: 3px;
}

.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #d2b282;
}

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
  background-color: rgb(0, 71, 34.3360655738);
  color: #fff;
}

.thumbnail {
  border: 0;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px dotted #007a3b;
  clear: both;
}

a {
  color: #007a3b;
  text-decoration: none;
  font-weight: 700;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

.img-dark {
  filter: brightness(80%);
}

#scrollanim {
  mix-blend-mode: multiply;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  bottom: 10pt;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.alert {
  margin-bottom: 0;
  border: 0;
}

.hand {
  cursor: zoom-in;
}

.square {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
}

.hell {
  color: #aeb2b5;
  font-weight: 300;
}

.gray {
  filter: grayscale(100%);
}

.gray:hover {
  filter: grayscale(10%);
}

.text-bg-trend {
  background-color: #fff !important;
}

.anfuehrung {
  background-image: url(/media/allgemein/anfuehrungszeichen.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.small, small {
  font-size: 1em;
}

.vr {
  opacity: 1;
}

.form-check-input:checked {
  background-color: #007a3b;
  border-color: #007a3b;
}

.embedcode {
  white-space: pre-wrap;
  font-size: 0.75em;
  line-height: 1.4em;
  padding: 10px;
  margin: 0 0 20px 0;
  background-color: #fff;
}

.sticky-top {
  top: 140px;
}

input:focus {
  outline: none !important; /* Entfernt die Standard-Umrandung */
  -webkit-appearance: none !important; /* Deaktiviert Safari-spezifische Stile */
  box-shadow: 0 0 0 2px #90bc80 !important; /* Erstellt eine benutzerdefinierte Umrandung */
}

.required {
  color: red;
}

.no-wrap {
  white-space: nowrap;
}

/* EXKURSIONSLEITFADEN */
.quotation-mark::before {
  content: "“";
  font-size: 4rem;
  line-height: 0;
  vertical-align: -0.4em;
  margin-right: 0.15em;
  opacity: 0.5 !important;
}

/* .quotation-mark::after { content: "\201D"; font-size: 4rem; line-height: 0; vertical-align: -0.4em; margin-left: 0.15em; } */
.zweispalter {
  columns: 1;
}

.zweispalter h2 {
  padding: 60px 0;
}

.zweispalter h3 {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .zweispalter {
    columns: 2;
    column-gap: 2rem;
  }
}
.card-num {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
  color: #4a8a4a;
}

.card-sub {
  font-size: 0.85rem;
  color: #444;
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-sub li {
  padding: 0rem 0;
}

ul.liste-gruen {
  list-style: none;
  padding-left: 1.5rem;
  hyphens: auto;
  -webkit-hyphens: auto;
  break-inside: avoid;
}

ul.liste-gruen li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.6rem;
}

ul.liste-gruen li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #4a8a4a;
}

ul.liste-gruen ul {
  list-style: none;
  padding-left: 1.2rem;
  margin-top: 0.3rem;
}

ul.liste-gruen ul li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.4rem;
  break-inside: avoid;
}

ul.liste-gruen ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid #4a8a4a;
  background-color: transparent;
}

.cl-item {
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  border-radius: 6px;
  transition: background-color 0.2s;
}

.cl-item:has(input:checked) {
  background-color: #e8f5e9;
}

.cl-item:has(input:checked) .form-check-label {
  color: #4a8a4a;
  text-decoration: line-through;
}

.tipp-box {
  background-color: #e8f5e9;
  border-left: 4px solid #4a8a4a;
  border-radius: 6px;
  padding: 1.25rem;
  margin: 2rem 0;
  break-inside: avoid;
}

.tipp-box .tipp-titel {
  color: #4a8a4a;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.th-dg {
  background-color: #2d6a2d;
  color: #fff;
}

.td-lg {
  background-color: #c8e6c8;
}

.td-mg {
  background-color: #4a8a4a;
  color: #fff;
  font-weight: bold;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 0.75rem 0.4rem;
}

input[readonly] {
  background-color: #e8f5e9 !important;
  font-weight: bold;
  color: #1a4a1a;
}

input.form-control {
  font-size: 0.85rem;
  min-width: 60px;
}

.section-label {
  font-weight: bold;
  font-size: 1.05rem;
  margin-top: 2rem;
  margin-bottom: 0.4rem;
}

.summary-val {
  background-color: #e8f5e9;
  font-weight: bold;
  color: #1a4a1a;
  border-radius: 4px;
  padding: 0.3rem 0.5rem;
}

.drehbuch-table {
  font-size: 0.8rem;
  line-height: 1rem;
}

.drehbuch-table thead th {
  background-color: #90bc80 !important;
  color: #fff !important;
  vertical-align: top;
}

.drehbuch-table td, .drehbuch-table th {
  color: #5c6369 !important;
}

.initial {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  background-color: #4a8a4a;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1;
  float: left;
  margin-right: 0.5rem;
  margin-top: 0.1rem;
}

ul.literatur {
  list-style: none;
  padding: 0;
}

ul.literatur li {
  padding: 0.6rem 0.8rem 0.6rem 1rem;
  margin-bottom: 1.6rem;
  border-left: 4px solid #4a8a4a;
  background-color: #fff;
  line-height: 1.5;
  hyphens: auto;
  -webkit-hyphens: auto;
}

ul.literatur li strong {
  display: block;
  margin-bottom: 0.2rem;
}

ul.literatur li a {
  color: #1a6b3a;
}

.iv-card {
  min-height: 120px;
  background-color: #c0da9d;
  border: none;
  border-radius: 8px 0 8px 8px;
  transition: background-color 0.2s, box-shadow 0.2s;
  height: 100%;
  position: relative;
  overflow: visible;
}

.iv-card:hover {
  background-color: #90bc80;
  box-shadow: 0 4px 14px rgba(74, 138, 74, 0.18);
}

.iv-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: linear-gradient(225deg, #f4f4f4 50%, #c0da9d 50%);
  border-bottom: 2px solid #90bc80;
  border-left: 2px solid #90bc80;
  border-radius: 0 0 0 4px;
  transition: border-color 0.2s;
}

.iv-card:hover::before {
  background: linear-gradient(225deg, #f4f4f4 50%, #90bc80 50%);
  border-color: #007a3b;
}

.iv-card-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: #4a8a4a;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.6rem;
}

.iv-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a3a1a;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.iv-card-sub {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0 0;
  border-top: 1px solid #d4e9d4;
  padding-top: 0.5rem;
}

.iv-card-sub li {
  font-size: 0.78rem;
  color: #4a8a4a;
  padding: 0.15rem 0 0.15rem 0.9rem;
  position: relative;
}

.iv-card-sub li::before {
  content: "›";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.iv-nav-btn {
  position: relative;
  display: block;
  padding: 0.9rem 1.1rem;
  border: 2px solid #d4e9d4;
  border-radius: 8px;
  color: #1a3a1a;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 48%;
  min-height: 90px;
  background-color: rgb(239.6, 245.9555555556, 231.0444444444);
}

.iv-nav-btn:hover {
  border-color: #4a8a4a;
  box-shadow: 0 4px 14px rgba(74, 138, 74, 0.18);
  color: #1a3a1a;
  background-color: rgb(215.8, 231.9777777778, 194.0222222222);
}

.iv-nav-icon {
  position: absolute;
  top: 0.8rem;
  left: 0.9rem;
  font-size: 2rem;
  color: #4a8a4a;
}

.iv-nav-next .iv-nav-icon {
  left: auto;
  right: 0.9rem;
}

.iv-nav-label {
  font-size: 0.72rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.iv-nav-title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.iv-nav-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background-color: #4a8a4a;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.list-group-item.active .iv-nav-num {
  background-color: #fff;
  color: #4a8a4a;
}

h2[id], h3[id], .alert[id] {
  scroll-margin-top: 75px;
}

/* GEWERBE */
.gewerbe {
  padding-top: 60px;
  padding-bottom: 60px;
}

.gewerbe-dunkel {
  background-color: #aeb2b5;
}

.gewerbe-hell {
  background-color: #f4f4f4;
}

/* PROGRESS */
.progress {
  background-color: #c0da9d;
  height: 25px;
}

.progress-bar {
  background-color: #007a3b;
}

/* ICH WILL DABEI SEIN */
.strichliert {
  border: 6px dashed #c0da9d;
}

.bi-rot {
  font-size: 1.4rem;
  color: #c0da9d;
}

input[required], textarea[required] {
  background-color: rgb(239.6, 245.9555555556, 231.0444444444);
}

/* SLICK */
.slick-prev:before {
  content: "<";
  color: #007a3b;
  font-size: 40px;
}

.slick-next:before {
  content: ">";
  color: #007a3b;
  font-size: 40px;
}

/* TYPE */
h1, h2, h3, h4 {
  font-family: "Roboto Condensed", sans-serif;
}

h1 {
  color: #d2b282;
  font-size: 3em;
  line-height: 1em;
  margin-bottom: 30px;
  font-weight: 700;
}

h2 {
  font-size: 1.3em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

h3 {
  color: #90bc80;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
  font-weight: 700;
  hyphens: auto;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: 5 3;
  -ms-hyphenate-limit-lines: 4;
}

h4 {
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

h4 a .bi:hover {
  color: #d2b282;
}

h5 {
  font-family: "Anton", sans-serif;
  font-size: 1.5em;
  color: #5c6369;
}

h6 {
  color: #90bc80;
  font-size: 1.2em;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
  hyphens: auto;
}

p, label, .table {
  font-weight: 400;
  hyphens: auto;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: 5 3;
  -ms-hyphenate-limit-lines: 4;
}

.text-copyright {
  font-weight: 700;
  color: #fff;
  font-size: 9px;
  text-shadow: 1px 1px 2px black;
}

/* BEREICHE */
.headliner {
  background-color: #fff;
  padding: 60px 0;
}

.inhalt {
  padding: 30px 0 60px 0;
}

.social {
  background-color: #f4f4f4;
  padding: 0 0 60px 0;
}

.social .bi {
  color: #5c6369;
  font-size: 2rem;
  margin-right: 0.4em;
}

.social .bi:hover {
  color: #90bc80;
}

.vierer {
  background-color: #90bc80;
  padding: 60px 0;
}

.vierer h3, .vierer p, .vierer a {
  color: #fff;
}

.vierer a:hover {
  color: #5c6369;
}

.sponsor {
  background-color: #fff;
  padding: 0 0 60px 0;
}

.sponsor p {
  color: #fff;
}

.sponsor hr {
  border-color: #fff;
}

/* NAVBAR */
.navbar-nav .nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}

.navbar-nav .nav-link .bi {
  color: #fff;
}

.bg-primary {
  background-color: #007a3b !important;
}

.navbar .nav-link {
  font-size: 0.9em;
  color: #fff;
}

.navbar-nav .navbar-brand {
  transition: transform 0.2s ease-in-out;
}

.dropdown a:hover {
  background-color: #007a3b;
  color: #fff;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav .nav-link:hover {
  color: #90bc80;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #90bc80;
}

.nav-pills .nav-link:hover {
  color: #5c6369;
}

/* KATHARER */
.katharer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.katharer a {
  text-decoration: none;
  font-weight: 400;
  color: #5c6369;
  font-family: "Roboto Condensed", sans-serif;
}

.katharer a:hover {
  color: #90bc80;
}

.katharer img {
  height: 40px;
  width: auto;
  margin-bottom: 5px;
}

.betriebsdetailkategorien img {
  height: 40px;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

/* ALERT */
.alert-warning {
  background-color: #f4e5d0;
  border: 0;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.alert-link {
  text-decoration: none;
  font-weight: 400;
}

.alert-gruen {
  background-color: #c0da9d;
}

.alert-gruen h3 {
  color: #fff;
}

/* MODAL AUFFÄLLIG */
.modal-auffaellig {
  border: none;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal-auffaellig .modal-header {
  background: #90bc80;
  color: #fff;
  border-bottom: 0;
}

.modal-auffaellig .modal-title {
  color: #fff;
}

.modal-auffaellig .modal-body {
  padding: 1rem;
  background: #007a3b;
}

.modal-auffaellig .modal-body p, .modal-auffaellig .modal-body li, .modal-auffaellig .modal-body label {
  color: #fff;
}

.modal-auffaellig .modal-body a {
  color: #c0da9d;
}

.modal-auffaellig .modal-footer {
  background: #90bc80;
  justify-content: center;
  border-top: 0;
}

.modal-auffaellig .modal-footer a {
  color: #fff;
}

/* ASPECT RATIO */
.vierzudrei {
  position: relative;
  aspect-ratio: 3/2;
}

.vierzudrei img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quader {
  position: relative;
  aspect-ratio: 1/1;
}

.quader img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BADGE */
.badge {
  font-weight: 400;
}

.text-bg-success {
  background-color: #90bc80 !important;
}

/* ACCORDION */
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #90bc80;
}

.accordion-button {
  color: #fff;
  background-color: #90bc80;
  font-size: 1.3rem;
}

/* NAV-LINK */
.nav-link {
  color: #90bc80;
  font-weight: 700;
}

/* NAV TABS */
.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  background-color: #90bc80;
  color: #fff;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
  background-color: #d2b282;
  color: #fff;
}

.nav-item {
  margin-right: 8px;
}

.tab-content {
  background-color: #f4f4f4;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* ALERTS */
.alert-success {
  background-color: #a9c74d;
}

.alert-danger {
  background-color: #d74e21;
}

/* BUTTONS */
.btn {
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  font-weight: 400;
  border-radius: 3px;
}

.btn-link {
  color: #007a3b;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
}

.btn-link:hover {
  color: #f4e5d0;
}

.active.btn-link {
  color: #fff !important;
  font-weight: 700;
}

.btn-button, .btn-bd {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  background-color: #5c6369;
  border-color: #5c6369;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.btn-button:hover, .btn-bd:hover {
  background-color: #90bc80;
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #90bc80;
  border-color: #90bc80;
}

.btn-primary:hover {
  background-color: #5c6369;
  border-color: #5c6369;
  color: #fff;
}

.btn-blatt {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  background-color: #90bc80;
  border-color: #90bc80;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.btn-blatt:hover {
  background-color: #5c6369;
  color: #fff;
}

.link-info {
  color: #90bc80 !important;
}

.link-info:hover {
  color: #5c6369 !important;
}

/* KARTE */
.bundesland {
  fill: #90bc80;
  stroke: #f4f4f4;
  stroke-width: 1px;
}

.bundesland:hover {
  fill: #007a3b;
  stroke: #f4f4f4;
}

#beschriftung {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  fill: #c0da9d;
}

/* CARDS */
.card {
  border: 0;
  background-color: #fff;
  transition: transform 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-header {
  border-bottom: 0;
}

.card-title {
  color: #5c6369;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.card-footer {
  color: #aeb2b5;
  border-top: 1px solid #f4f4f4;
  background-color: #fff;
}

.card-kathego img {
  height: 30px;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.papier {
  background-image: url(/media/allgemein/bg/worn_dots.png);
  background-repeat: repeat;
  background-position: center;
}

/* CARD ANIMATION */
.betriebe-card {
  transition: all 0.5s ease;
  user-select: none;
  z-index: 10;
  overflow: hidden;
}

.betriebe-card .card-header {
  background-color: #90bc80;
  color: #fff;
}

.betriebe-card .backgroundEffect {
  bottom: 0;
  height: 0px;
  width: 100%;
}

.betriebe-card:hover {
  color: #fff !important;
  transform: scale(1.025);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}

.betriebe-card:hover h3 {
  color: #fff !important;
}

.betriebe-card:hover .backgroundEffect {
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #90bc80;
  animation: popBackground 0.3s ease-in;
}

.blog-card {
  color: #fff;
  background-color: #90bc80;
  transition: all 0.5s ease;
  user-select: none;
  z-index: 10;
  overflow: hidden;
}

.blog-card .card-header {
  background-color: #fff;
  color: #5c6369;
}

.blog-card h3 {
  color: #fff !important;
}

.blog-card .backgroundEffect {
  bottom: 0;
  height: 0px;
  width: 100%;
}

.blog-card:hover {
  color: #5c6369;
  transform: scale(1.025);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}

.blog-card:hover .backgroundEffect {
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #fff;
  animation: popBackground 0.3s ease-in;
}

.blog-card:hover h3 {
  color: #5c6369 !important;
}

.inno-card {
  color: #fff;
  transition: all 0.5s ease;
  user-select: none;
  z-index: 10;
  overflow: hidden;
}

.inno-card:hover {
  background-color: #5c6369;
  transform: scale(1.025);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}

.text-schatten {
  text-shadow: 1px 1px 2px black;
}

.finanz-card {
  color: #5c6369;
  transition: all 0.5s ease;
  user-select: none;
  z-index: 10;
  overflow: hidden;
}

.finanz-card .card-header {
  background-color: #90bc80;
  color: #fff;
}

.finanz-card:hover {
  color: #fff;
  background-color: #5c6369;
  transform: scale(1.025);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}

.finanz-card:hover .backgroundEffect {
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #c0da9d;
  animation: popBackground 0.3s ease-in;
}

.zitate {
  transition: all 0.5s ease;
  user-select: none;
  z-index: 10;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #5c6369;
}

.zitate h5 {
  color: #fff !important;
  font-size: 2.5rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.03em;
}

.zitate p {
  color: #fff !important;
  letter-spacing: 0.2em;
}

.zitate .card-header {
  background-color: #90bc80;
  color: #fff;
}

.zitate .backgroundEffect {
  bottom: 0;
  height: 0px;
  width: 100%;
}

.zitate:hover h5 {
  color: #fff !important;
}

.zitate:hover {
  color: #fff !important;
  transform: scale(1.025);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}

.zitate:hover .backgroundEffect {
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  background: #90bc80;
  animation: popBackground 0.3s ease-in;
}

.zitate1-card {
  background-image: url(/media/zitate/annie-spratt-zFavRmhxlcU-unsplash.jpg);
  background-size: cover;
}

.zitate2-card {
  background-image: url(/media/zitate/wes-hicks-4PWqHpxhvQM-unsplash.jpg);
  background-size: cover;
}

.zitate3-card {
  background-image: url(/media/zitate/markus-spiske-GnxktpZHjcM-unsplash.jpg);
  background-size: cover;
}

.zitate4-card {
  background-image: url(/media/zitate/johannes-plenio-6XUA5KQ9-1k-unsplash.jpg);
  background-size: cover;
}

.zitate5-card {
  background-image: url(/media/zitate/miller-jacob-IKhvFuRf9fo-unsplash.jpg);
  background-size: cover;
}

.zitate6-card {
  background-image: url(/media/zitate/wolfgang-hasselmann-88GhhLAI8K0-unsplash.jpg);
  background-size: cover;
}

.zitate7-card {
  background-image: url(/media/zitate/kevin-fitzgerald-7kefV08m9u8-unsplash.jpg);
  background-size: cover;
}

.zitate8-card {
  background-image: url(/media/zitate/aaron-huber-tk2a5xhVXs8-unsplash.jpg);
  background-size: 100% 100%;
}

@keyframes popBackground {
  0% {
    height: 20px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  50% {
    height: 80px;
    border-top-left-radius: 75%;
    border-top-right-radius: 75%;
  }
  75% {
    height: 160px;
    border-top-left-radius: 85%;
    border-top-right-radius: 85%;
  }
  100% {
    height: 320px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
  }
}
/* CORPORATE */
.corporate {
  padding-top: 60px;
  padding-bottom: 60px;
}

.logoarea {
  background-color: #d9d4cc;
}

.quaderlogoarea {
  background-color: #ebeff2;
}

.sublogoarea {
  background-color: #bfbfbf;
}

.sublogoarea img {
  height: 75px;
  width: auto;
}

.markenarea {
  background-color: #ebeff2;
}

.iconsarea {
  background-color: #fff;
}

.iconsarea img {
  height: 75px;
  width: auto;
}

.iconsarea p {
  color: #5c6369;
}

.iconsinversarea {
  background-color: #5c6369;
}

.iconsinversarea img {
  height: 75px;
  width: auto;
}

.iconsinversarea h1, .iconsinversarea p {
  color: #aeb2b5;
}

.kategoriearea {
  background-color: #e9e9f2;
}

.farbarea {
  background-color: #404040;
}

.typoarea {
  background-color: #8c8c8c;
}

.typoarea h1, .typoarea p {
  color: #f4f4f4;
}

.infoarea {
  background-color: #a64b4b;
}

.infoarea h1, .infoarea p, .infoarea ul, .infoarea h3 {
  color: #f4f4f4;
}

.infoarea h3 {
  padding-top: 30px;
  padding-bottom: 10px;
}

/* BILDER FÜR WYSIWYG */
.img-responsive-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.img-responsive-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.img-50-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.img-50-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 50%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.img-33-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.img-33-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 33%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.img-25-links {
  float: left !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.img-25-rechts {
  float: right !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 25%;
  height: auto;
  width: auto;
  border-radius: 6px;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* COOKIE BAR */
#cookie-bar {
  background: #282828;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 10px 0;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
  z-index: 1000;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  padding: 0 6px;
  margin-left: 8px;
}

#cookie-bar .cb-enable {
  background: #82b646;
}

#cookie-bar .cb-enable:hover {
  background: #007a3b;
}

#cookie-bar .cb-disable {
  background: #f6ae01;
}

#cookie-bar .cb-disable:hover {
  background: #bb0000;
}

#cookie-bar .cb-policy {
  background: #0033bb;
}

#cookie-bar .cb-policy:hover {
  background: #0055dd;
}

/* GOOGLE SEO STYLE */
.google {
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 30px;
  max-width: 700px;
}

.google .title {
  color: #1a0dab;
  cursor: pointer;
  font-family: arial, regular;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  visibility: visible;
  white-space: nowrap;
}

.google .title:hover {
  text-decoration: underline;
}

.google .link {
  color: #006621 !important;
  font-family: arial, regular;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-decoration: none;
  visibility: visible;
}

.google .description {
  color: #545454;
  font-family: arial, regular;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  visibility: visible;
  word-wrap: break-word;
}

.google .arrow {
  border-bottom-color: #006621;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-top-color: #006621;
  border-top-style: solid;
  border-top-width: 5px;
  color: gray;
  cursor: default;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 0;
  position: absolute;
  line-height: 27px;
  margin-left: 3px;
  margin-top: 6px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: visible;
  white-space: nowrap;
  width: 0;
}

/* INNOVATIONSBERATER KARUSSELL */
@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}
.carousel-inner .carousel-item.active, .carousel-inner .carousel-item-next, .carousel-inner .carousel-item-prev {
  display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
  .carousel-inner .carousel-item-end.active, .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }
  .carousel-inner .carousel-item-start.active, .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }
}
.carousel-inner .carousel-item-end, .carousel-inner .carousel-item-start {
  transform: translateX(0);
}

.carousel-caption {
  left: 0;
  max-width: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.teamkaruso {
  padding: 30px 0;
  background-color: #fff;
}

.teamkaruso img {
  transition: all 0.5s ease;
  user-select: none;
  z-index: 10;
  overflow: hidden;
}

.teamkaruso img:hover {
  transform: scale(1.025);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 5px 10px;
}

.teamkaruso .carousel-control-next, .teamkaruso .carousel-control-prev {
  position: absolute;
  top: 6rem;
  width: 90%;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

/* MAPBOX */
.img-mapbox {
  height: 28px;
  width: auto;
  margin-right: 3px;
  margin-bottom: 4px;
}

.mapbox-ikonen img {
  width: 20px;
  height: auto;
  margin-right: 3px;
}

.mapboxgl-popup-content {
  height: fit-content;
  width: fit-content;
  padding: 0 !important;
  pointer-events: auto;
  position: relative;
}

/* IDEENCHECK */
.ideencheck-range::-webkit-slider-thumb {
  background: #007a3b;
}

.ideencheck-range::-moz-range-thumb {
  background: #007a3b;
}

.ideencheck-range::-ms-thumb {
  background: #007a3b;
}

/* INNOVATIONSKOMPASS */
/* ABWECHSELNDE KARTEN HINTERGRÜNDE */
.bg-a, .bg-i {
  background-color: #90bc80;
}

.bg-a h3, .bg-i h3, .bg-a .blockquote-footer, .bg-i .blockquote-footer {
  color: #fff;
}

.bg-b, .bg-j {
  background-color: #5c6369;
  color: #fff;
}

.bg-b h3, .bg-j h3, .bg-b .blockquote-footer, .bg-j .blockquote-footer {
  color: #fff;
}

.bg-c, .bg-k {
  background-color: #aeb2b5;
  color: #fff;
}

.bg-d {
  background-color: #fff;
}

.bg-d figcaption {
  color: #5c6369;
}

.bg-d .bi {
  color: #5c6369 !important;
}

.bg-e {
  background-color: #007a3b;
  color: #fff;
}

.bg-e h3, .bg-e .blockquote-footer {
  color: #fff;
}

.bg-f {
  background-color: #c0da9d;
}

.bg-g {
  background-color: #d2b282;
  color: #fff;
}

.bg-h {
  background-color: #f4e5d0;
}

.grande {
  transition: transform 0.3s ease;
}

.grande:hover {
  transform: scale(1.03); /* Card leicht vergrößern */
}

.list-group-item {
  font-size: 9pt;
  line-height: 13pt;
  color: #90bc80;
}

.list-group-item strong {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #5c6369;
}

.list-group-item.active {
  color: #fff;
  background-color: #90bc80;
  border-color: #90bc80;
}

.flip-card {
  perspective: 1000px; /* 3D-Effekt */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d; /* 3D-Transformation */
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg); /* Card umdrehen */
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden; /* Rückseite verstecken */
}

.flip-card-back {
  transform: rotateY(180deg); /* Rückseite initial umdrehen */
}

.image-container img {
  max-width: 100%;
  transition: opacity 0.5s ease-in-out;
}

.list-group-item.disabled {
  pointer-events: none;
  opacity: 0.4;
}

.card-img-top-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Verhältnis */
  overflow: hidden;
}

.card-img-top-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-img-top-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top right, rgba(1, 122, 60, 0) 60%, #f4f4f4 100%);
  pointer-events: none; /* Damit Overlay keine Klicks blockiert */
}

.bi-shadow {
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

#card-container .card {
  display: none;
  min-height: 300px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

#card-container .card.active {
  display: block;
  opacity: 1;
}

.rotate-180 {
  display: inline-block; /* Damit die Transformation funktioniert */
  transform: rotate(180deg);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aeb2b5 !important;
  opacity: 1; /* Firefox benötigt dies */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aeb2b5 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #aeb2b5 !important;
}

.form-control {
  background-image: linear-gradient(150deg, white 80%, #c0da9d);
  background-color: white; /* Fallback für Browser, die Gradienten nicht unterstützen */
}

.checkertobi {
  background-image: linear-gradient(150deg, white 80%, #c0da9d);
  background-color: white; /* Fallback für Browser, die Gradienten nicht unterstützen */
}

a i {
  color: #aeb2b5;
}

.spurlos {
  background-image: url(/media/Innovationskompass/karikatur/spurlos.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.innohead {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media (max-width: 768px) { /* Gilt für Tablets und Smartphones */
  .innohead {
    padding-top: 1rem !important;
    padding-bottom: 0rem !important;
  }
}
/* 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: #c0da9d;
}

.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;
}

/* Basis-Styling für Karten */
.card-ausloeser { /* Animation */
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
  animation-delay: calc(var(--card-index, 0) * 0.1s); /* 3D-Effekt */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Kartengröße */
  height: 100%;
  overflow: hidden; /* Übergänge */
  transition: all 0.3s ease; /* Hover-Effekte für Karten - Verschachtelung in LESS */
}
.card-ausloeser:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px); /* Hover-Effekte für Bilder mit Verschachtelung */
}
.card-ausloeser:hover img {
  filter: brightness(1.1);
  transform: scale(1.03);
}
.card-ausloeser { /* Styling für Bilder mit Verschachtelung */ }
.card-ausloeser img {
  transition: all 0.3s ease;
}
.card-ausloeser { /* Styling für Zitate mit Verschachtelung */ }
.card-ausloeser blockquote {
  font-style: italic;
  position: relative;
}
.card-ausloeser blockquote::before {
  content: '"';
  font-size: 2em;
  position: absolute;
  left: -0.5em;
  top: -0.3em;
  opacity: 0.5;
}

/* Animation Definition */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* BROWSEREMPFEHLUNG */
.browser-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.browser-link:hover {
  transform: translateY(-3px);
  transition: all 0.2s;
}

.hover-bg-light:hover {
  background-color: #c0da9d;
  border-radius: 0.25rem;
}

/* HERZILEIN */
.simple-favorite-btn {
  background: none;
  border: none;
  color: #90bc80;
  cursor: pointer;
  font-size: 20px;
  padding: 0;
  transition: transform 0.2s;
}

.simple-favorite-btn:hover {
  transform: scale(1.2);
}

.simple-favorite-btn .heart-full {
  display: none;
  color: #90bc80;
}

.simple-favorite-btn .heart-empty {
  display: inline;
  color: #90bc80;
}

.simple-favorite-btn.active .heart-full {
  display: inline;
}

.simple-favorite-btn.active .heart-empty {
  display: none;
}

/* BROWSER DETECTION SCRIPT */
#system-info {
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-family: Arial, sans-serif;
}

#system-info h3 {
  margin-top: 0;
}

#system-info table {
  width: 100%;
  border-collapse: collapse;
}

#system-info td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

#system-info tr:last-child td {
  border-bottom: none;
}

.badge {
  color: white;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 12px;
}

.badge-compatible {
  background-color: #4CAF50;
}

.badge-incompatible {
  background-color: #f44336;
}

.btn-requirements-link {
  display: block;
  margin-top: 15px;
  padding: 10px 15px;
  background-color: #f44336;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.btn-requirements-link:hover {
  background-color: #d32f2f;
}

/* BETRIEBE TABELLE AUFKLAPPBAR */
.detail-row {
  display: none;
}

.detail-row.show {
  display: table-row;
}

tr.clickable {
  cursor: pointer;
}

tr.clickable:hover {
  background-color: #f5f5f5;
}

tr.clickable.open {
  border-bottom: none;
}

tr.clickable.open td {
  border-bottom: none;
}

tr.clickable .chevron {
  transition: transform 0.3s ease;
  display: inline-block;
}

tr.clickable.open .chevron {
  transform: rotate(90deg);
}

tr.clickable td:first-child {
  white-space: nowrap;
}

/* ============================================ */
/* IDEENCHECK - LESS-File                       */
/* ============================================ */
/* ============================================ */
/* SLIDER                                       */
/* ============================================ */
.ideencheck-slider-wrapper {
  margin-bottom: 1.5rem;
}

/* Slider Track Container */
.ideencheck-slider-track {
  position: relative;
  height: 20px;
  display: flex;
  align-items: center;
}

.ideencheck-slider-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  border-radius: 5px;
  background: linear-gradient(90deg, #d74e21 0%, #d74e21 30%, #d2b282 30%, #d2b282 45%, #e6d175 45%, #e6d175 55%, #c0da9d 55%, #c0da9d 70%, #90bc80 70%, #90bc80 100%);
  z-index: 1;
}

/* Range Input */
.ideencheck-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 20px;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.ideencheck-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 28px;
  height: 28px;
  background: #fff;
  border: 4px solid #007a3b;
  border-radius: 50%;
  cursor: grab;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.ideencheck-range::-webkit-slider-thumb:hover {
  transform: scale(1.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-color: #90bc80;
}

.ideencheck-range::-webkit-slider-thumb:active {
  cursor: grabbing;
  transform: scale(1.1);
}

.ideencheck-range::-moz-range-thumb {
  width: 28px;
  height: 28px;
  background: #fff;
  border: 4px solid #007a3b;
  border-radius: 50%;
  cursor: grab;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.ideencheck-range::-moz-range-track {
  background: transparent;
  border: none;
  height: 20px;
}

.ideencheck-range:focus {
  outline: none;
}

.ideencheck-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgba(0, 122, 59, 0.2), 0 2px 8px rgba(0, 0, 0, 0.25);
}

/* Labels + Wert unter dem Slider */
.ideencheck-slider-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 0.85em;
  color: #5c6369;
}

.ideencheck-slider-footer .slider-label-left {
  font-weight: 400;
}

.ideencheck-slider-footer .slider-label-right {
  font-weight: 400;
}

.ideencheck-slider-footer .slider-value {
  background-color: #007a3b;
  color: #fff;
  padding: 0.2em 0.6em;
  border-radius: 4px;
  font-weight: 700;
  min-width: 50px;
  text-align: center;
}

/* ============================================ */
/* FRAGEN                                       */
/* ============================================ */
.frage-item {
  padding: 1.5rem 0;
  border-bottom: 1px solid #f4f4f4;
}

.frage-item:last-child {
  border-bottom: none !important;
}

.frage-nummer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #90bc80;
  color: #fff;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 0.75rem;
  font-family: "Roboto Condensed", sans-serif;
}

.frage-titel {
  font-weight: 700;
  font-size: 1.2em;
  color: #5c6369;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  font-family: "Roboto Condensed", sans-serif;
}

/* Anmerkung Toggle */
.anmerkung-toggle {
  color: #90bc80;
  font-weight: 400;
}

.anmerkung-toggle:hover {
  color: #007a3b;
}

.anmerkung-toggle[aria-expanded=true] .bi-chevron-down {
  transform: rotate(180deg);
}

.anmerkung-toggle .bi-chevron-down {
  transition: transform 0.3s ease;
  display: inline-block;
}

/* ============================================ */
/* AUSWERTUNG                                   */
/* ============================================ */
.gesamt-score {
  font-size: 3rem;
  font-weight: 700;
}

#auswertig h3 {
  margin-top: 4em;
  margin-bottom: 2em;
}

/* Buttons */
/* ============================================ */
/* RESPONSIVE                                   */
/* ============================================ */
@media (max-width: 768px) {
  .ideencheck-range::-webkit-slider-thumb {
    width: 24px;
    height: 24px;
    border-width: 3px;
  }
  .ideencheck-range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-width: 3px;
  }
  .ideencheck-slider-footer {
    font-size: 0.8em;
  }
}
/* ============================================ */
/* PRINT                                        */
/* ============================================ */
@media print {
  nav, .katharer, .social, .teamkaruso, .vierer, .sponsor, .no-print {
    display: none !important;
  }
  body {
    background: #fff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .card {
    break-inside: avoid;
    border: none;
    box-shadow: none !important;
  }
  .container {
    max-width: 100% !important;
  }
  /* Print-Header und -Footer sichtbar machen */
  .print-only {
    display: block !important;
  }
}
/* Im normalen Modus verstecken */
.print-only {
  display: none;
}

div[style*="z-index: 1000"] {
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}
