/* roboto-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v32-latin_latin-ext-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v32-latin_latin-ext-300italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v32-latin_latin-ext-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v32-latin_latin-ext-italic.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v32-latin_latin-ext-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-300 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v27-latin_latin-ext-300.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v27-latin_latin-ext-regular.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-700 - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v27-latin_latin-ext-700.woff2') format('woff2');
  
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  /* 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: #004722;
  color: #ffffff;
}
.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;
}
.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: #ffffff !important;
}
.anfuehrung {
  background-image: url(/media/allgemein/anfuehrungszeichen.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}
.small,
small {
  font-size: 1em;
}
.text-schatten {
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.8);
}
.vr {
  opacity: 1;
}
.form-check-input:checked {
  background-color: #007a3b;
  border-color: #©dunkelgruen;
}
.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;
}
.quotation-mark::before {
  content: "“";
  font-size: 4rem;
  line-height: 0;
  vertical-align: -0.4em;
  margin-right: 0.15em;
  opacity: .5 !important;
}
/* .quotation-mark::after { content: "”"; font-size: 4rem; line-height: 0; vertical-align: -0.4em; margin-left: 0.15em; } */
/* 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: #f0f6e7;
}
/* 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: #ffffff;
  font-size: 9px;
  text-shadow: 1px 1px 2px black;
}
/* BEREICHE */
.headliner {
  background-color: #ffffff;
  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: #ffffff;
}
.vierer a:hover {
  color: #5c6369;
}
.sponsor {
  background-color: #ffffff;
  padding: 0 0 60px 0;
}
.sponsor p {
  color: #ffffff;
}
.sponsor hr {
  border-color: #ffffff;
}
/* NAVBAR */
.navbar-nav .nav-link {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.navbar-nav .nav-link .bi {
  color: #ffffff;
}
.bg-primary {
  background-color: #007a3b !important;
}
.navbar .nav-link {
  font-size: 0.9em;
  color: #ffffff;
}
.navbar-nav .navbar-brand {
  transition: transform 0.2s ease-in-out;
}
.dropdown a:hover {
  background-color: #007a3b;
  color: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
}
/* ASPECT RATIO */
.vierzudrei {
  position: relative;
  aspect-ratio: 1.5;
}
.vierzudrei img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quader {
  position: relative;
  aspect-ratio: 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: #ffffff;
  background-color: #90bc80;
}
.accordion-button {
  color: #ffffff;
  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: #ffffff;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
  background-color: #d2b282;
  color: #ffffff;
}
.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 {
  border: 0;
}
.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: #ffffff !important;
  font-weight: 700;
}
.btn-button,
.btn-bd {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  background-color: #5c6369;
  border-color: #5c6369;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn-button:hover,
.btn-bd:hover {
  background-color: #90bc80;
  color: #ffffff;
}
.btn-primary {
  color: #ffffff;
  background-color: #90bc80;
  border-color: #90bc80;
}
.btn-primary:hover {
  background-color: #5c6369;
  border-color: #5c6369;
  color: #ffffff;
}
.btn-blatt {
  font-family: 'Roboto Condensed', sans-serif;
  color: #ffffff;
  background-color: #90bc80;
  border-color: #90bc80;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.btn-blatt:hover {
  background-color: #5c6369;
  color: #ffffff;
}
.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: #ffffff;
  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;
}
.card-footer {
  color: #aeb2b5;
  border-top: 1px solid #f4f4f4;
  background-color: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  background-color: #90bc80;
  transition: all 0.5s ease;
  user-select: none;
  z-index: 10;
  overflow: hidden;
}
.blog-card .card-header {
  background-color: #ffffff;
  color: #5c6369;
}
.blog-card h3 {
  color: #ffffff !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: #ffffff;
  animation: popBackground 0.3s ease-in;
}
.blog-card:hover h3 {
  color: #5c6369 !important;
}
.inno-card {
  color: #ffffff;
  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: #ffffff;
}
.finanz-card:hover {
  color: #ffffff;
  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: #ffffff !important;
  font-size: 2.5rem;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.zitate p {
  color: #ffffff !important;
  letter-spacing: 0.2em;
}
.zitate .card-header {
  background-color: #90bc80;
  color: #ffffff;
}
.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: #ffffff;
  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: #ffffff;
}
.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: .5;
  transition: opacity .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: #ffffff;
}
.bg-b,
.bg-j {
  background-color: #5c6369;
  color: #ffffff;
}
.bg-b h3,
.bg-j h3,
.bg-b .blockquote-footer,
.bg-j .blockquote-footer {
  color: #ffffff;
}
.bg-c,
.bg-k {
  background-color: #aeb2b5;
  color: #ffffff;
}
.bg-d {
  background-color: #ffffff;
}
.bg-d figcaption {
  color: #5c6369;
}
.bg-d .bi {
  color: #5c6369 !important;
}
.bg-e {
  background-color: #007a3b;
  color: #ffffff;
}
.bg-e h3,
.bg-e .blockquote-footer {
  color: #ffffff;
}
.bg-f {
  background-color: #c0da9d;
}
.bg-g {
  background-color: #d2b282;
  color: #ffffff;
}
.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: #ffffff;
  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, #ffffff 80%, #c0da9d);
  background-color: white;
  /* Fallback für Browser, die Gradienten nicht unterstützen */
}
.checkertobi {
  background-image: linear-gradient(150deg, #ffffff 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 */
  /* Styling für Bilder mit Verschachtelung */
  /* Styling für Zitate mit Verschachtelung */
}
.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 img {
  transition: all 0.3s ease;
}
.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 */
/* ============================================ */
/* IDEENCHECK SLIDER - für LESS-File */
/* ============================================ */
/* ============================================ */
/* IDEENCHECK SLIDER KOMPAKT - Labels unten */
/* ============================================ */
.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: #ffffff;
  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: #ffffff;
  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 in einer Zeile 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: #ffffff;
  padding: 0.2em 0.6em;
  border-radius: 4px;
  font-weight: 700;
  min-width: 50px;
  text-align: center;
}
/* 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;
  }
}
/* ============================================ */
/* IDEENCHECK FORTSCHRITT */
/* ============================================ */
.ideencheck-progress {
  position: relative;
  padding: 0 20px;
}
.ideencheck-progress-line {
  position: absolute;
  top: 50%;
  left: 40px;
  right: 40px;
  height: 4px;
  background: #aeb2b5;
  transform: translateY(-50%);
  z-index: 0;
  border-radius: 2px;
}
.ideencheck-step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  border: 4px solid #aeb2b5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  color: #5c6369;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
  font-family: 'Roboto Condensed', sans-serif;
}
.ideencheck-step.active {
  border-color: #007a3b;
  background: #007a3b;
  color: #ffffff;
  box-shadow: 0 0 0 4px rgba(0, 122, 59, 0.2);
}
.ideencheck-step.completed {
  border-color: #90bc80;
  background: #90bc80;
  color: #ffffff;
}
.ideencheck-step.completed span {
  display: none;
}
.ideencheck-step.completed::after {
  content: '\F26B';
  font-family: 'bootstrap-icons';
  font-size: 1.1rem;
}
/* ============================================ */
/* FRAGEN STYLING */
/* ============================================ */
.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: #ffffff;
  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;
}
/* ============================================ */
/* RESPONSIVE */
/* ============================================ */
@media (max-width: 768px) {
  .ideencheck-progress-line {
    left: 20px;
    right: 20px;
  }
  .ideencheck-step {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
    border-width: 3px;
  }
  .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-labels {
    font-size: 0.8em;
  }
}
/* IDEENCHECK AUSWERTUNG */
:root {
  --mhmw-dunkelgruen: #007a3b;
  --mhmw-mittelgruen: #90bc80;
  --mhmw-hellgruen: #c0da9d;
  --mhmw-dunkelgrau: #5c6369;
  --mhmw-mittelbraun: #d2b282;
  --mhmw-hellgrau: #f4f4f4;
  --mhmw-knallrot: #d74e21;
}
.auswertung-header {
  background: linear-gradient(135deg, var(--mhmw-dunkelgruen) 0%, var(--mhmw-mittelgruen) 100%);
  color: white;
  padding: 3rem 0;
}
.score-circle {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.score-value {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}
.score-label {
  font-size: 0.9rem;
  color: var(--mhmw-dunkelgrau);
}
.bewertung-box {
  border-radius: 10px;
  padding: 1.5rem;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}
.kategorie-bar {
  height: 30px;
  border-radius: 5px;
  background: var(--mhmw-hellgrau);
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.kategorie-bar-fill {
  height: 100%;
  border-radius: 5px;
  transition: width 1s ease;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  color: white;
  font-weight: 700;
}
.chart-container {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
.btn-pdf {
  background: var(--mhmw-dunkelgruen);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 25px;
  font-weight: 600;
}
.btn-pdf:hover {
  background: var(--mhmw-mittelgruen);
  color: white;
}
.idee-box {
  background: white;
  border-left: 4px solid var(--mhmw-mittelgruen);
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border-radius: 0 8px 8px 0;
}
.ampel-rot {
  color: var(--mhmw-knallrot);
}
.ampel-gelb {
  color: var(--mhmw-mittelbraun);
}
.ampel-gruen {
  color: var(--mhmw-mittelgruen);
}
