:root {
  --d-tuerkis: 0, 146, 174;
  --m-tuerkis: 0, 163, 180;
  --h-tuerkis: 49, 183, 188;
  --d-orange: 238, 114, 3;
  --m-orange: 245, 156, 0;
  --h-blau: 91, 197, 242;
  --xh-blau: 212, 237, 252;
  --weiss: 255, 255, 255;
}
/* Anwendungsschema: xyz { color: rgb(var(--hauptfarbe)); } */

/**
* Template Name: Multi - v4.3.0
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/


/* Footer unten festnageln  */

html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
#main {
  /*flex: 1 0 auto;*/
  margin-bottom: auto;
}
#footer {
  flex-shrink: 0;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'BespokeSans', sans-serif;
  font-weight: 400;
  font-size: 12pt;
  color: #000;
}

em {
  font-style: italic;
}

a {
  color: rgb(var(--d-tuerkis));
  text-decoration: none;
  border-bottom: 1pt solid;
}

a:hover {
  color: rgb(var(--m-orange));
  text-decoration: none;
  border-bottom: 1pt solid rgb(var(--m-orange));
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'BespokeSans', sans-serif;
  font-weight: 500;
  color: rgb(var(--d-tuerkis));
}

p {
  font-weight: 400;
  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 rgb(var(--d-tuerkis));
  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: 15px;
  bottom: 15px;
  z-index: 996;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 2rem; /*28px;*/
  color: rgb(var(--d-tuerkis));
  line-height: 0;
}

.back-to-top:hover {
  background: rgb(var(---h-tuerkis));
  color: rgb(var(--d-tuerkis));
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* background: rgb(var(--d-orange)); */
  /* min-height: 5rem; */
  transition: all 0.5s;
  z-index: 997;
  padding: 0;

  position:fixed;
  top:0;
  right:0;
  left:0;
  z-index:1030;
  transition: all 1s;
}

#header.header-scrolled {
  padding: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 2.5rem;
  text-transform: uppercase;
  color: rgba(var(--d-tuerkis));
  margin: 0;
  padding: 1rem 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  /*text-transform: uppercase;*/
}
#header .logo span.url {
  font-weight: 100;
  color: rgba(var(--d-orange));
}
#header .logo a {
  border: 0;
}
#logo {
  background-color: rgba(var(--xh-blau));
}
#sticker-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 0;
}
#sticker-container a {
  /* position: absolute; */
  border: none;
}
#sticker-container img {
  height: 12rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1000;
}
#sticker-container img:hover {
  transform: rotate(360deg);
  transition: 1.5s;
}

@media (max-width: 992px) {
  #header .logo {
    font-size: 2rem;
  }
  #sticker-container img {
    height: 9rem;
    right: 1rem;
  }
}
@media (max-width: 768px) {
  #sticker-container img {
    height: 8rem;
    right: 1rem;
    top: 3.5rem;
  }
  /* #sticker-container a img {
    height: 100%;
  } */
}

@media (max-width: 576px) {
  #header .logo {
    font-size: 1.5rem;
  }
  #sticker-container img {
    height: 8rem;
    right: 1rem;
    bottom: 0;
  }
}
@media (max-width: 420px) {
  #header .logo {
    font-size: 1rem;
  }
  #sticker-container img {
    height: 5.5rem;
    top: 2rem;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
  margin: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 2rem;
  font-family: 'BespokeSans', sans-serif;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  border: 0;
}

.navbar a i, .navbar a:focus i {
  font-size: 1rem;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: rgb(var(--weiss));
}

.navi {
  background-image: linear-gradient(to right, rgba(var(--d-orange)) 50%, rgba(var(--xh-blau)) 0 100%);
}
.navbar .spender {
  background-color: rgba(var(--d-orange));
}
.navbar .markt {
  background-color: rgba(var(--d-tuerkis));
}
.navbar .empfaenger {
  background-color: rgba(var(--h-blau));
}
.navbar .annahme {
  background-color: rgba(var(--xh-blau));
}

.nav-link {
  border: 0;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  padding: .5em 0;
}
.nav-link:hover {
  color: white;
  opacity: .5;
  transition: all 0.4s;
  border: 0;
}
.annahme .nav-link {
  color: rgba(var(--d-orange));
}
.annahme .nav-link:hover {
  color: rgba(var(--d-orange), .7);
}

@media (max-width: 1300px) {
  .nav-link {
    font-size: 1.25rem;
  }
  .navbar a, .navbar a:focus {
    padding: .75rem 1.5rem;
  }
}
@media (max-width: 1200px) {
  .nav-link {
    font-size: 1.1rem;
  }
  .navbar a, .navbar a:focus {
    padding: .5rem 1rem!important;
  }
}
@media (max-width: 992px) {
  .nav-link {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .navbar ul {
    display: unset;
    flex-flow: wrap;
    width: 100%;
  }
  /* .navi {
    background-image: linear-gradient(rgba(var(--d-orange)) 33.3%, rgba(var(--d-tuerkis)) 0 66.6%, rgba(var(--xh-blau)) 0 100%);
  } */
}

@media (max-width: 576px) {
}
@media (max-width: 420px) {
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  overflow: hidden;
  position: relative;
  top: 9rem;
  margin-bottom: 0rem;
  background-color: rgb(var(--hauptfarbe));
}

@media (max-width: 992px) {
  #hero {
    top: 6rem;
    height: 30vh;
  }
}



/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 2rem; /*26px;*/
}

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

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  bottom: 0;
  /*top: 2px;*/
  font-size: 1.5rem; /*20px;*/
  color: rgb(var(--hauptfarbe));
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-weight: 600;
  font-size: 1rem; /*14px;*/
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: rgb(var(--hauptfarbe));
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid rgb(var(--hauptfarbe));
}

.about .content .btn-learn-more:hover {
  background: rgb(var(--hauptfarbe));
  color: #fff;
  text-decoration: none;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0;
  color: #fff;
  font-size: 1rem; /*14px;*/
  position: sticky;
}

#footer a {
  color: #fff;
  border: 0;
}
#footer a:hover {
  color: rgb(var(--zweitfarbe));
  border-bottom: 1pt solid white;
}

#footer .footer-top {
  background: rgba(var(--d-tuerkis));
  padding: 1.5rem 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 1rem;
  /*border-top: 4px solid rgb(var(--zweitfarbe));*/
  /*padding: 30px 20px;*/
}

#footer .footer-top h3 {
  font-size: 1.75rem; /*24px;*/
  margin: .5rem 0 .5rem 0!important;
  padding: .1rem 0;
  line-height: 1;
  font-weight: 550;
  color: white;
  text-transform: uppercase;
}
#footer .footer-top h3 span {
  font-weight: 200;
  margin-bottom: .5em!important;
}
#footer .footer-top h3 + p {
  font-size: 1.5rem;
}
#footer .footer-top .footer-info p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  margin-top: .5rem;
}

#footer .footer-top .social-links a {
  font-size: 1.5rem; /*18px;*/
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 5px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: rgb(var(--d-tuerkis));
}

#footer .footer-top .social-links a:hover {
  color: #fff;
  background: rgb(var(--h-tuerkis));
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 1.2rem; /*16px;*/
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: .75rem;
}

#footer .footer-top ul.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top ul.footer-links i {
  padding-right: 2px;
  color: rgb(var(--h-tuerkis));
  font-size: 1.5rem; /*18px;*/
  line-height: 1;
}

#footer .footer-top ul.footer-links li {
  padding: .5rem 0;
  display: flex;
  align-items: center;
}

#footer .footer-top ul.footer-links li:first-child {
  padding-top: 0;
}

#footer .footer-top ul.footer-links a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top ul.footer-links  a:hover {
  color: rgb(var(--h-tuerkis));
}

#footer .footer-top .footer-newsletter form {
  margin-top: 1rem;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 1.2rem; /*16px;*/
  padding: 0 20px 2px 20px;
  background: rgb(var(--zweitfarbe));
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: rgb(var(--hauptfarbe), .8);
  color: rgb(var(--zweitfarbe));
}

#footer .copyright {
  border-top: 1px solid rgb(var(--zweitfarbe));
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: .75rem; /*13px;*/
  color: #fff;
}
#footer .credits a {
  color: #000;
}
#footer .credits a:hover {
  color: rgb(var(--zweitfarbe));
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

/* ####### neu ####### */

.intro {
  font-size: 1.5rem;
}

h2 {
  margin: .5em 0;
}



ul.footer-socialmedia {
  margin-top: 1rem;
}
ul.footer-socialmedia li {
  font-size: 1.5rem;
  display: inline;
  list-style-type: none;
  margin: 1em 2em 0 0;
}

strong {
  font-weight: 500;
}

.streifen {
  padding: 1rem 0 2rem;
}
.streifen:nth-of-type(even) {
  background-color: rgba(var(--d-orange), .5)
}
.socialmedia i {
  font-size: 1.5em!important;
  padding: 0;
  margin: -.4em;
}
.navbar-mobile i.bx {
  font-size: 1.75em!important;
  margin: .4em 0 .5em -.1em;
  padding: 0;
}


/* Fußnoten */

[role=doc-noteref]{
  padding: 0 2pt;
}
.fussnote {
  position: relative;
  font-size: .9rem;
  font-style: italic;
  color: #fff;
}
.fussnote a {
  color: #fff;
}
.fussnote a:hover {
  color: #fff;
  opacity: .5;
  border-bottom: 1pt solid #fff;
}
p.fussnote::before {
  content: '* '!important;
  position: absolute;
  left: -.75em;
}

/* footer Ergänzung  */

#footer img {
  width: 100%;
}

#footer .logo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
#footer .logobox {
  align-self: bottom;
  width: 100%;
}
@media (max-width: 992px) {
  #footer .logo {
    justify-content: center;
  }
  #footer .footer-top h3 {
    font-size: 1.25rem;
  }
  #footer .footer-top h3 + p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  #footer .logobox {
    width: 50%;
  }
}
@media (max-width: 576px) {
  #footer .logobox {
    width: 75%;
    margin-top: 2rem;
  }
}
@media (max-width: 420px) {
  #footer .logobox {
    width: 100%;
    margin-top: 2rem;
  }
}


a {
  hyphens: none;
  -webkit-hyphens: none;
}


.download p {
  display: block;
}
.download p a {
  font-family: 'BespokeSans', sans-serif;
}
.download p::before {
  font-size: 1.5em;
  color: rgba(var(--d-tuerkis));
}
i.dl::before {
  font-size: 1.5em;
  color: rgba(var(--d-tuerkis));
}
.logo-dl:before {
  content: url('../img/logo-dl-icon.svg');
  width: 1.5em;
  /* aspect-ratio: 1/1; */
  /* object-fit: contain; */
  display: inline-block;
}

button {
  border: none;
  border-radius: .4rem;
  padding: .25rem .8rem;
  color: white;
  background-color: rgba(var(--d-tuerkis));
}
button:hover {
  background-color: rgba(var(--d-tuerkis), .4);
}
button a {
  color: white;
  border: none;
}
button a:hover {
  color: rgba(var(--weiss), .5);
  border: none;
}
.spende {
  background-color: rgba(var(--d-orange));
  padding: 14px;
  color: rgba(var(--weiss));
}
.spende h4 {
  color: rgba(var(--weiss));
}

sup {
  color: rgba(var(--d-orange));
  font-weight: 500;
  font-size: .9em;
}

/* ===== Lastenrad ===== */

.sock {
  background-color: rgba(var(--h-blau));
  padding: 1rem 0 0;
  position: relative;
  text-align: right;
}
.sock h4 {
  color: white;
}
.sock p.fussnote {
  color: white;
  display: inline-block;
  position: relative;
}
.sock a {
  font-size: 1.2em;
  font-weight: 600;
}
.sock a.bildlink:hover, .sock a.bildlink:active {
  border: 0!important;
  text-decoration: 0;
  filter: invert(1);
}
.sock .flitzer {
  animation: querung 1s infinite linear;
  animation-duration: 15s;
  position: absolute;
  bottom: 0rem;
  left: -10rem;
  height: 10rem;
  z-index: 10;
}
@keyframes querung {
  from {
    transform: translate(-50vw);
  }
  to {
    transform: translate(150vw);
  }
}
@media (max-width: 1200px) {
  .sock .flitzer {
    animation-duration: 10s;
  }
}
@media (max-width: 992px) {
  .sock .flitzer {
    animation-duration: 8s;
  }
}
@media (max-width: 768px) {
  .sock .flitzer {
    animation-duration: 10s;
  }
}
@media (max-width: 576px) {
  .sock .flitzer {
    animation-duration: 6s;
    height: 7rem;
  }
}
@media (max-width: 480px) {
  @keyframes querung {
    from {
      transform: translate(-50vw);
    }
    to {
      transform: translate(350vw);
    }
  }
}
.sock .flitzer img {
  max-width: 100vw;
  height: 100%;
  object-fit: contain;
}


/* ===== Menue-Tabelle ===== */

div.menue, div.bestellung {
  /* background-color: rgba(var(--xh-blau), .9); */
  padding: 1rem;
}
@media (max-width: 768px) {
  div.menue {
    padding: 1rem 0;
  }
  .menue h3, .menue p {
    margin-left: 1rem;
  }
}


table.solidarpakete, table.abholstationen {
  width: 100%;
  margin: .5rem 0 1rem;
  border-bottom: 1px solid rgba(var(--m-tuerkis));
  /* background-color: rgba(var(--xh-blau)); */
}
.solidarpakete td, .abholstationen td {
  padding: .75rem 0 .75rem 1rem;
  hyphens: auto;
  -webkit-hyphens: auto;
}
/*
.solidarpakete td:nth-of-type(1) {
  width: calc(100% / 8)
}
*/
.solidarpakete td:nth-of-type(1) {
  width: calc(100% / 8 * 3);
  color: rgba(var(--d-tuerkis));
  /* padding-right: 1em; */
  font-weight: 500;
  font-size: 1.25rem;
}
.solidarpakete td:nth-of-type(2) {
  width: calc(100% / 2);
  text-align: left!important;
  padding-left: 12px;
}
@media (max-width: 1200px) {
  .solidarpakete td {
    /* hyphens: auto;
    -webkit-hyphens: auto; */
  }
}
@media (max-width: 768px) {
  .solidarpakete td, .abholstationen td {
    font-size: 1rem!important;
    width: auto;
  }
}
.solidarpakete tr:nth-of-type(odd) {
  background-color: rgba(var(--weiss), .75);
}
.solidarpakete thead tr {
  color: rgba(var(--d-tuerkis));
  background: none!important;
}
.solidarpakete thead tr td {
  font-weight: normal!important;
}
.solidarpakete td:last-of-type {
  /* text-align: center; */
}
.abholstationen tr:nth-of-type(odd) {
  background-color: rgba(var(--xh-blau), .9);
}
.abholstationen td:nth-of-type(1) {
  /* width: calc(100% / 8 * 3); */
  color: rgba(var(--d-tuerkis));
  padding-right: 1em;
  font-weight: 500;
  font-size: 1.25rem;
}

/* Tabelle Ende */

.row + .row {
  margin-top: 1rem;
}

.qr {
  display: inline!important;
  max-width: 6rem;
  margin-top: .5rem;
  aspect-ratio: 1/1;
}

.bx {
  line-height: 1.4rem;
}

ul.iconlist li {
  padding: .25em 0 .5em;
  position: relative;
}
ul.iconlist li i {
  position: absolute!important;
  left: -1.6em!important;
  top: -.75rem;
  font-size: 2em!important;
  vertical-align: baseline;
}


/* Verteiler Spender, Märkte, Empfänger */

div.spender {
  background-color: rgba(var(--d-orange));
}
div.spender p a {
  color: #fff!important;
  font-weight: bold;
}
div.spender p a:hover {
  opacity: .5;
  border-bottom: 1pt solid #fff;
}
div.markt {
  background-color: rgba(var(--d-tuerkis));
}
div.markt p a {
  color: #fff!important;
  font-weight: bold;
}
div.markt p a:hover {
  opacity: .5;
  border-bottom: 1pt solid #fff;
}
.spender h3, .spender p, .markt h3, .markt p {
  color: white;
}
.milchglas {
  background-color: rgba(255, 255, 255, .75);
}
#intro div.spender, #intro div.markt, #intro div.empfaenger, #intro .milchglas {
  padding: 1.5rem;
}

div.empfaenger, section.empfaenger {
  background-color: rgba(var(--xh-blau), .9);
}

/* Info-Verteiler */
.info-verteiler {
  color: white;
  display: flex;
  background-color: rgba(var(--d-orange));
}
.info-verteiler .row div {
  height: 100%;
  padding: 1rem .5rem .6rem 1rem;
}
.info-verteiler h5, .info-verteiler h4, .info-verteiler h3 {
  color: white;
  font-weight: 300;
}
.info-verteiler a {
  white-space: pre;
  font-weight: 500;
}
.info-verteiler a:hover {
  color: rgba(var(--weiss), .4)!important;
}
.info-verteiler h5 {
  color: white;
  font-weight: 300;
}
/* ===== hinweis ===== */
.hinweishalter {
  position: relative;
  padding: 0!important;
}
.hinweis {
  transform: rotate(-5deg);
  position: absolute;
  left: -1rem;
  top: 0;
  width: min-content;
  aspect-ratio: 1/1;
  min-width: 32ch;
  display: flex;
  flex-direction: column;
  align-content: center;
  background-color: rgba(var(--d-orange));
  padding: 2rem .75rem 1rem;
  text-align: center;
}
.hinweis p, .hinweis h5 {
  color: white;
  text-align: center;
  font-style: italic;
  border-radius: 50%;
  margin: 0 0 .5em;
  hyphens: manual;
  -webkit-hyphens: manual;
}
.hinweis button {
  border-radius: 4rem;
  padding: .5rem 2rem;
  text-align: center;
  background-color: rgba(var(--m-orange));
  font-size: 1.25rem;
  font-weight: 500;
}
.hinweis button:hover {
  background-color: rgba(var(--m-orange), .5);
}
.hinweis a {
  text-decoration-color: none;
  border: 0;
}

@media (max-width: 1199px) {
  .hinweis {
    transform: skewY(-2deg);
    position: relative;
    left: 0;
    aspect-ratio: auto;
    min-width: 32ch;
    width: calc(100% + 24px);
    border-radius: 0;
    display: flex;
    align-items: center;
    margin: 2rem 0!important;
    padding: 1rem;
  }
}

label.form-label {
  line-height: .4rem;
}


.midibox {
  border-radius: .75rem;
  padding: 1rem;
  background-color: rgba(var(--d-tuerkis));
  color: #fff;
}
.midibox a {
  color: rgba(var(--weiss), .75);
}
.midibox a:hover {
  color: rgba(var(--m-orange));
}


/* Spenden-Button */
.jetztspenden button {
  border: none;
  /* float: right; */
  border-radius: 4rem;
  padding: .5rem 2rem;
  text-align: center;
  background-color: rgba(var(--d-orange));
  mix-blend-mode: screen;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  margin: .5rem auto;
  transition: scale 1s;
}
.jetztspenden button:hover {
  background-color: rgba(var(--weiss));
  color: rgba(var(--m-orange));
  scale: 1.2;
  transition: all 1s;
}
.jetztspenden a {
  text-decoration-color: none;
  border: 0;
}
.jetztspenden a:hover {
  text-decoration-color: none;
  border: 0;
}
