:root {
  /* --gruen: 0, 150, 64; */
  --cd-gruen: 32, 86, 43; /* Dunkelgrün */
  --m-gruen: 143, 170, 149;
  --rot: 204, 18, 52;
  --cd-rot: 153, 14, 39; /* Dunkelrot */
  --weiss: 255, 255, 255;
  --hellgrau: 200, 200, 200;
  /* --mittelgrau: 100, 100, 100; */
  --dunkelgrau: 25, 25, 25 ;
  --feuergelb: 255, 237, 0;
  --feuerrot: 189, 29, 29;
  --hellrauch: 198, 198, 195;
  --dunkelrauch: 97, 95, 88;
  --buttonBorder: 2pt;
}

/**
* Template Name: Multi - v4.9.1
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/* Footer unten festnageln  */

html, body {
  height: 100vh;
}
body {
  display: flex;
  flex-direction: column;
}
#main {
  flex: 1 0 auto;
  margin-bottom: auto;
}
#footer {
  flex-shrink: 0;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "WorkSans", sans-serif;
  font-size: 1.1rem;
  color: #000;
  font-variant-numeric: oldstyle-nums;
}
@media (max-width: 420px) {
  body {
    font-size: 1rem;
  }
}
main {
  background-image: url('../img/image/feuer-fond.svg');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  padding-top: 8rem;
}
@media (max-width: 768px) {
  main {
    padding-top: 45vw;
  }
}
a {
  color: rgba(var(--cd-rot));
  text-decoration: none;
}
p a {
  color: rgba(var(--cd-rot));
  font-weight: 500;
  border-bottom: 1px solid;
}
a:hover {
  color: rgba(var(--cd-rot), .5);
  text-decoration: none;
}

strong {
  font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Big Shoulders", sans-serif;
  font-weight: 600;
  text-wrap: pretty;
}
h1, h2, h3 {
  color: rgba(var(--cd-rot));
}
h1, h2 {
  text-transform: uppercase;
}

p, li, li p {
  hyphens: auto;
  -webkit-hyphens: auto;
  text-wrap: balance;
}
@media (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    hyphens: auto;
    -webkit-hyphens: auto;
  }
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid rgba(var(--cd-rot));
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 1rem;
  bottom: 1rem;
  z-index: 996;
  background: rgba(var(--cd-rot));
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: rgba(var(--cd-rot), .5);
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* background-color: rgba(var(--m-gruen)); */
  background-color: rgba(var(--weiss), .8);
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}
#header .container {
  flex-direction: column;
}
@media (max-width: 992px) {
  #header .container {
    flex-direction: row;
    justify-content: space-between;
  }
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#header h1 {
  font-size: 3rem;
  display: block;
  max-width: 75vw;
}
@media (max-width: 768px) {
  #header h1 {
    font-size: 1.5rem!important;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 1.5rem!important;
  }
  .section-title p {
    font-size: 1rem!important;
  }
}
#header svg {
  height: 4rem;
  max-width: 70vw;
  /* transition: all 1s; */
}
#logo {
  transition: all 1s;
  display: inline;

}

#header.header-scrolled #logo {
  max-width: 6rem;
  transition: all 1s;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: top;
  gap: 1.5rem;
}

.navbar li {
  position: relative;
  padding-left: 1.25rem;
}

.navbar a,
.navbar a:focus {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: rgba(var(--cd-rot));
  /* white-space: nowrap; */
  transition: 0.3s;
  hyphens: manual;
  -webkit-hyphens: manual;
  /* text-align: center; */

}

.navbar a i,
.navbar a:focus i {
  font-size: 1em;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: rgba(var(--cd-rot), .5);
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: rgba(var(--cd-rot));
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: rgba(var(--cd-rot), .5);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  right: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  /* min-width: 200px; */
  width: clamp(200px, max-content, 90vw);
}

.navbar .dropdown ul a {
  padding: .5rem 1rem .5rem 0;
  font-size: 1.25rem;
  text-transform: none;
  text-align: left;
  hyphens: manual;
}

.navbar .dropdown ul a i {
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: rgba(var(--cd-rot), .5);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: rgba(var(--cd-rot));
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 997px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  /* font-size: 2rem; */
  color: rgba(var(--cd-rot));
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: rgba(var(--cd-rot), .5);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: rgba(var(--cd-rot), .5);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  background-image: url('../img/image/panorama.jpg');
  aspect-ratio: 19 / 9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(var(--cd-rot), 0.5);
  display: flex;
  width: 100%;
}

@media (max-width: 992px) {
  #hero {
    min-height: 50vh;
  }
}

@media (max-height: 500px) {
  #hero {
    min-height: 20vh;
  }
}
#hero .container {
  /* position: relative; */
  justify-self: flex-end;
  align-self: center;
}
.hero-feld {
  background-color: rgba(var(--gruen), .95);
  height: fit-content;
  width: clamp(50%, 50rem, 75vw);
  /* position: relative; */
  align-self: center;
  padding: 1rem 2rem 2rem 4rem;
}
.card-container {
  container-type: inline-size;

}
#hero .hero-feld h1 {
  color: rgba(var(--weiss));
  font-size: 3.5rem;
  font-weight: 600;
}
#hero .hero-feld h2 {
  color: rgba(var(--weiss), .75);
  font-size: 2.5rem;
  font-weight: 500;
}
@media (max-width: 1200px) {
  #hero .hero-feld h1 {
    font-size: 2rem;
  }
  #hero .hero-feld h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hero-feld {
    width: 90vw;
    padding-left: 5vw;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: rgba(var(--hellgrau), .1);
}

.section-title {
  padding-bottom: 40px;
}

.section-title p, .intro p {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0;
  line-height: 1.4em;
  margin: 0 0 .5em 0;
  /* color: rgba(var(--gruen)); */
  font-family: "WorkSans", sans-serif;
  hyphens: manual;
  -webkit-hyphens: manual;
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.intro p {
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}
.section-title p::after {
  content: "";
  position: absolute;
  display: block;
  width: 7ch;
  height: 2px;
  background: rgba(var(--cd-rot));
  bottom: 0;
  left: 0;
  /* content: "";
  width: 5ch;
  height: 1px;
  display: inline-block;
  background: rgba(var(--cd-rot));
  margin: 4px 10px; */
}

.section-title h2 {
  margin: 0;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600;
  /* text-transform: uppercase; */
  font-family: "WorkSans", sans-serif;
  color: rgba(var(--cd-rot));
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.bildbox img {
  width: 30vw;
  object-fit: cover;
  object-position: 50% 50%;
  filter: drop-shadow(0 1rem 1rem rgba(var(--dunkelgrau), .25));
}
@media (max-width: 992px) {
  .bildbox img {
    width: 50vw;
  }
}
@media (max-width: 576px) {
  .bildbox img {
    width: 75vw;
  }
}
.bildbox {
  padding: 0!important;
  overflow: show;
  position: relative;
  left: -2rem;
  top: -10%;
  transform-origin: 0 0;
  transform: rotate(-9deg);
  transition: .5s;
}
.about p {
  font-size: 1.5rem;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  /* list-style: none; */
  padding: 0 0 0 1.5em;
}

.about .content ul li {
  position: relative;
  padding-left: .25em;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  /* font-size: 20px; */
  color: rgba(var(--cd-rot));
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "WorkSans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: rgba(var(--cd-rot));
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid rgba(var(--cd-rot));
}

.about .content .btn-learn-more:hover {
  background: rgba(var(--cd-rot));
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 3.5rem 0;
  background: rgba(var(--cd-rot));
  z-index: -3;
}

.cta h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: .75em;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: .025em;
  display: inline-block;
  padding: 10px 35px;
  transition: 0.5s;
  margin-top: 10px;
  color: #fff;
  background: rgba(var(--cd-rot));
}

.cta .cta-btn:hover {
  background: rgba(var(--hellrauch), 0);
}
.gradient-border {
  position: relative;
  z-index: 3;
  padding: var(--buttonBorder);
}
.inside-gradient {
  margin: 0!important;
  border-radius: 50rem;
  width: 100%;
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--buttonBorder));
  left: calc(-1 * var(--buttonBorder));
  height: calc(100% + var(--buttonBorder) * 2);
  width: calc(100% + var(--buttonBorder) * 2);
  background: linear-gradient(60deg, rgba(var(--feuergelb)), rgba(var(--feuerrot)));
  border-radius: 50rem;
  z-index: -1;
  animation: animatedgradient 5s ease alternate infinite;
  background-size: 300% 300%;
}
.gradient-border:hover {
  transform: scale(1.1);
  z-index: 10;
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


/* ###### Contact/Form ####### */

.contact .php-email-form .error-message {
  display: none;
  color: rgba(var(--cd-rot));
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: white;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid rgb(var(--cd-rot));
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 1rem;
  border-radius: 4px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: rgba(var(--cd-rot));
}

.contact .php-email-form input {
  padding: .5em .5em;
}

.contact .php-email-form textarea {
  padding: .5em .5em;
}

.contact .php-email-form button[type="submit"] {
  background: rgba(var(--cd-rot));
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: rgba(var(--gruen));
}

.d-none {
  display:none;}
.d-block {
    display: block!important;
}

.contact .php-email-form {
  text-align: start;
}
.contact .php-email-form input[type="file"] {
  padding: .5rem 1rem;
}
.form-control::file-selector-button, .form-control::-webkit-file-upload-button {
  border-inline-end-width:0;
}

/* ###### Contact/Form Ende ####### */


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 1.5rem 0;
  color: rgba(var(--cd-gruen));
  /* font-size: 1rem; */
  font-weight: 400;
  position: sticky;
  background: rgba(var(--cd-gruen), .15);
}

#footer a {
  color: rgba(var(--cd-rot));
}
#footer a:hover {
  color: rgba(var(--cd-gruen), .5)!important;
}

#footer .footer-info {
  margin-bottom: 1rem;
}
#footer h3, #footer h4 {
  color: rgba(var(--cd-gruen));
}
#footer h3 {
  font-size: 1.75rem;
  margin: .5rem 0 .5rem 0!important;
  padding: .1rem 0;
  line-height: 1;
  font-weight: 550;
}
#footer h3 span {
  font-weight: 200;
  margin-bottom: .5em!important;
}
#footer h3 + p {
  font-size: 1.5rem;
  line-height: normal;
  margin-bottom: 1em;
}
#footer .footer-info p {
  line-height: 1.5rem;
  margin-bottom: 0;
}


#footer .footer-links {
  margin-bottom: .75rem;
}

#footer ul.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul.footer-links li {
  padding: .25rem 0;
  display: flex;
  align-items: center;
}

#footer ul.footer-links li:first-child {
  padding-top: 0;
}


@media (max-width: 575px) {
  #footer .footer-info {
    margin: -20px 0 30px 0;
  }
}

ul.footer-socialmedia {
  display: flex;
  justify-content: start;
}
ul.footer-socialmedia li {
  font-size: 1.5rem;
  display: inline;
  list-style-type: none;
  margin: 1em 2em 0 0;
}
@media (max-width: 1200px) {
  ul.footer-socialmedia li {
    margin: 1em 1.5em 0 0;
  }
}
.socialmedia i {
  font-size: 1.5em!important;
  padding: 0;
  margin: -.4em;
}
a.socialmedia:hover {
  border: 0!important;
}

.footer-logo {
  object-fit: contain;
  justify-content: start;
}
.footer-logo img {
  width: 100%;
}
.footer-logo a:hover {
  text-decoration: none!important;
  border: none!important;
}
@media (max-width: 1300px) {
  .footer-logo {
    margin-top: .5rem!important;
  }
}
@media (max-width: 992px) {
  .footer-logo {
    display: flex;
  }
  #footer {
    padding-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .footer-logo {
    height: 4rem;
  }
}
@media (max-width: 576px) {
  .footer-logo {
    height: 4rem;
  }
}
@media (max-width: 480px) {
  .footer-logo {
    height: 3rem;
  }
}
/* Footer Ende */




/* ===== Flyer-Download-Section ===== */
/* ul.iconlist li {
  padding: .25em 0 .5em;
  position: relative;
}
ul.iconlist li i {
  position: absolute!important;
  left: -1.6em!important;
  top: 0;
  font-size: 2em!important;
  vertical-align: baseline;
}
ol.decimal li {
  list-style-type: decimal!important;
  padding-bottom: 0;
}
::marker {
  color: lime;
}
@media (max-width: 992px) {
  .flyer-obercontainer {
    flex-direction: column;
    justify-content: flex-end!important;
  }
}
@media (max-width: 768px) {
  .flyer-obercontainer {
    flex-direction: row;
  }
}
.flyer-mittelcontainer {
  margin: 0 auto!important;
}
.flyer-container {
  display: flex;
  justify-content: space-around;
}
.flyer-thumbnail {
  width: 75%;
  box-shadow: 3px 15px 15px rgba(0,0,0, 0.25);
  object-position: center;
  transform: rotate(45deg);
}
.negativ {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  align-self: center!important;
}
.negativ p {
  color: white;
}
.negativ a {
  color: rgba(var(--m-gruen));
}
.negativ ::marker {
  color: rgba(var(--m-gruen));
}
.negativ a:hover {
  color: rgba(var(--m-gruen), .5);
}
.unterlagen {
  width: 100%;
  object-fit: contain;
  box-shadow: .1rem .5rem .5rem rgba(var(--cd-rot), .5);
  transform: rotate(3deg) scale(1);
  transition: .1s;
}
.unterlagen:hover {
  transform: rotate(0) scale(1.1);
  transition: .5s;
}
figure figcaption {
  margin-top: 1rem;
} */
/* ===== Flyer-Download Ende ===== */


.boxcontainer {
  padding: 0 ;
  /* gap: 1rem; */
}
.maxibox, .boxliner {
  border-radius: 1rem;
  padding: 1rem 1.5rem!important;
  background-color: rgba(var(--weiss));
  gap: 1.5rem;
  height: 100%;
  align-content: center;
}
.boxliner {
  padding: 0!important;
  margin: 0!important;
}
.rot {
  background-color: rgba(var(--cd-rot));
}
.minibox, .midibox {
  border-radius: .75rem!important;
  padding: 1rem;
  background-color: rgba(var(--weiss), .5);
}
.minibox {
  border-radius: .5rem;
  /* width: calc(50% - .75rem); */
}
@media (max-width: 992px) {
  .boxcontainer {
    padding-bottom: 24px;
  }
  .maxibox {
    flex-direction: column;
  }
  .minibox {
    width: 100%;
  }
}
.maxibox h3 {
  margin-top: 2rem;
}
.maxibox li:first-of-type h3 {
  margin-top: 1rem;
}
.maxibox img {
  padding: 1rem 10%;
}
.button {
  width: 100%;
  border-radius: 5rem;
  background-color: rgba(var(--m-gruen));
  display: flex;
  justify-content: center;
  color: rgba(var(--cd-rot));
  margin: 1rem auto;
  padding: .75em 1em .25em;
}
.button h4 {
  margin-top: 0;
  color: rgba(var(--cd-rot));
  text-align: center;
}
@media (max-width: 1300px) {
  .button h4 {
    font-size: 1.2rem;
  }
}
.button:hover {
  background-color: rgba(var(--m-gruen), .5);
}
.button.vorschau {
  background-color: rgba(var(--cd-rot), .25);
}
.button.vorschau:hover {
  background-color: rgba(var(--cd-rot), .25);
}
.button.m-gruen:hover {
  background-color: rgba(var(--m-gruen));
}
.row + .row {
  margin-top: 2rem;
}

@media (max-width: 992px) {
  .row div + div {
    /* margin-top: 2rem; */
  }
  .vorfahrt {
    order: -1;
  }
}

section.negativ .section-title p, section.negativ .section-title h2 {
  color: white;
}
section.negativ .section-title p::after {
  background: rgba(var(--weiss));
}

h2.negativ, h3.negativ, h4.negativ, h5.negativ {
  color: white;
}

.img-crop {
  min-width: 100%;
  object-fit: cover;
}
.img-vcrop {
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover;
}
.blass {
  background-color: rgba(var(--hellgrau), .2);
}
.oben-knapp {
  padding-top: 0;
}
.unten-weit {
  padding-bottom: 6rem;
}
.oben-knapp > .container {
  padding-top: 3rem!important;
  position: relative;
}
.spalten {
  column-count: 2;
  column-gap: 1rem;
  widows: 2;
}
@media (max-width: 992px) {
  .spalten {
    column-count: 1;
  }
}
.streifen {
  background-color: rgba(var(--hellgrau), .2);
}
.streifen:nth-of-type(even) {
  background-color: rgba(var(--weiss));
}
.h-streifen {
  background-color: rgba(var(--hellgrau), .2);
}
.w-streifen {
  background-color: rgba(var(--weiss));
}

hr {
  color: rgba(var(--gruen));
}
/* ----- Test ----- */
.testl {
  border: 1px dashed lime;
}
.testm {
  border: 1px dashed magenta;
}
.check {
  background-color: limegreen;
}

ul li {}
::marker {
  color: rgba(var(--cd-rot));
}


@media print {
  .spalten {
    column-count: 1;
  }
  .col-lg-8, .col-xl-6 {
    width: 100%!important;
    margin-left: 0;
  }
  section {
    background-opacity: 0!important;
  }
  #header {
    position: static;
  }
}
h6 {
  font-size: 1.1rem;
  line-height: unset;
}

@media (min-width: 997px) {
  .umbruch::after {
    content: "\A";
    white-space: pre;
  }
}
svg {
  shape-rendering: geometricPrecision!important;
}
button {
  background-color: rgba(var(--cd-rot));
  border: none;
  padding: .5rem 1.5rem;
  border-radius: 50cqh;
}
button a {
  color: rgba(var(--weiss));
}
button a:hover {
  color: rgba(var(--weiss), .5);
}
.manuell {
  hyphens: manual;
  -webkit-hyphens: manual;
}
td {
  padding-right: 1em;
}
td:last-of-type {
  padding-right: 0;
}

.disclaimer {
  font-style: italic;
}

/* Cookie */
.ccm-settings-summoner {
  left: 1rem;
  bottom: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  border-radius: .25rem!important;
  overflow: clip;
}
.ccm-modal button {
  letter-spacing: .1em;
  border: none!important;
  text-shadow: none!important;
  border-radius: .5rem!important;
}

tr.blindheader {
  font-size: 1pt;
  opacity: 0;
  position: absolute;
}
table caption {
  font-weight: bold;
  color: inherit;
}

.checklist {
  padding: 0;
}
.checklist li {
  list-style: none;
  margin: 0;
  padding-left: 4rem;
  position: relative;
}
.checklist li::before {
  content: url('../img/image/checkbox-rot.svg');
  /* height: 1rem!important; */
  /* vertical-align: -3rem!important; */
  position: absolute;
  left: 0;
  width: 3rem!important;
  display: inline-block!important;
}

button {
  background-color: rgba(var(--cd-rot));
  width: 100%;
  font-weight: 500;
  font: 1.5rem "Big Shoulders";
  letter-spacing: .02em;
  transition: all .5s;
}
button:hover {
  background-color: rgba(var(--cd-gruen));
  transition: all .5s;
}
button a {
  text-decoration: none;
  border: none;
}

.crosspromotion {
  height: min-content;
  background: rgba(var(--cd-rot)) url('../img/image/rauch-fond.svg');
  background-position: 50% -7%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-blend-mode: hard-light;
  color: white;
}
.crosspromotion h2, .crosspromotion h3 {
  color: white;
}
.crosspromotion button {
  background-color: rgba(var(--weiss), .9);
  transition: all .5s;
}
.crosspromotion button a {
  color: rgba(var(--cd-rot));
  transition: all .5s;
}
.crosspromotion button:hover {
  background-color: rgba(var(--cd-rot));
  transition: all .5s;
}
.crosspromotion button:hover a {
  color: rgba(var(--weiss));
  transition: all .5s;
}
p:last-of-type {
  margin-bottom: 0;
}
