/*VARIABLEN*/
:root{
    --global-color-hintergrund: #f5dfbd;
    --global-color-rot: #651407;
    --global-color-Schrift: #300101;
    --global-box-Schrift-T: #e4cfaf;
    --global-color-shadow: rgba(48, 1, 1, 0.5);
    --global-Inhaltsbreite_relativ: 80vw;
    --global-Inhaltsbreite_absolut: 1750px;
    --fade-duration: 300ms; /* hier Dauer anpassen */
    --stagger-ease: cubic-bezier(.2,.9,.2,1);
}
@font-face{
    font-family: Barlow-SemiCondensed-Regular-Text;
    src: url(Fonts/BarlowSemiCondensed-Regular.ttf);
}
@font-face{
    font-family: Barlow-SemiCondensed-Bold-Text;
    src: url(Fonts/BarlowSemiCondensed-Bold.ttf);
}
@font-face{
    font-family: Barlow-SemiCondensed-Bolditalic-Text;
    src: url(Fonts/BarlowSemiCondensed-BoldItalic.ttf);
}
@font-face{
    font-family: Barlow-SemiCondensed-Italic-Text;
    src: url(Fonts/BarlowSemiCondensed-Italic.ttf);
}
@font-face{
    font-family: Ephesis-Regular-Headline;
    src: url(Fonts/Ephesis-Regular.ttf);
}

/*---------------------------------------------------------------------------------*/

/*ALLGEMEINE INFOS & VORGABEN + HINTERGRUND*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body{
    background-image: url(img/Hintergrundbild.avif); 
    background-color: var(--global-color-hintergrund);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-x: hidden;
}
section{
    padding: 15rem 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
::selection {
  background-color: var(--global-color-Schrift); /* Hintergrundfarbe */
  color: var(--global-color-hintergrund); /* Textfarbe */
}

::-moz-selection {
  background-color: var(--global-color-Schrift);
  color: var(--global-color-hintergrund);
}
span.hervorgehoben {
    font-family: Barlow-SemiCondensed-Bold-Text;
    color: var(--global-color-Schrift);
}
strong{
    font-family: Barlow-SemiCondensed-Bold-Text;
    color: var(--global-color-Schrift);
    font-weight: normal;
}
.Inhaltsbreite{
    width: var(--global-Inhaltsbreite_relativ);
    max-width: var(--global-Inhaltsbreite_absolut);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}
h1{
    font-family: Arial, Helvetica, sans-serif;
    font-family: Barlow-SemiCondensed-Bold-Text;
    color: var(--global-color-rot);
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.15;
}
.Handschrift{
    font-family: Arial, Helvetica, sans-serif;
    font-family: Ephesis-Regular-Headline;
    color: var(--global-color-rot);
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.15;
    margin-bottom: 5rem;
    text-align: center;
}
h2{
    font-family: Arial, Helvetica, sans-serif;
    font-family: Ephesis-Regular-Headline;
    color: var(--global-color-rot);
    font-size: 5rem;
    font-weight: normal;
    line-height: 1.15;
    margin-bottom: 5rem;
    text-align: center;
}
.hell{
    color: var(--global-color-hintergrund);
}
h3{
    font-family: Arial, Helvetica, sans-serif;
    font-family: Barlow-SemiCondensed-Bold-Text;
    color: var(--global-color-rot);
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.15;
    margin: 1rem 1rem;
    padding: 0;
    text-transform: uppercase;
    width: 90%;
}
h4{
    font-family: Arial, Helvetica, sans-serif;
    font-family: Ephesis-Regular-Headline;
    color: var(--global-color-rot);
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.15;
    margin-top: 4rem;
    margin-bottom: 1rem;
}
p{
    font-family: Arial, Helvetica, sans-serif;
    font-family: Barlow-SemiCondensed-Regular-Text;
    color: var(--global-color-Schrift);
    font-size: 1.3rem;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 1rem;
    hyphens: auto;
    hyphenate-limit-chars: 2 3 3;
}
.Untertitel{
    font-size: 3rem;
    font-family: Arial, Helvetica, sans-serif;
    font-family: Ephesis-Regular-Headline;
    color: var(--global-color-rot);
}
p .wer{
    text-decoration: uppercase;
}
.Liste p{
    position: relative;
    margin-left: 2.5rem;
}
.Liste p::before{
    content: "";
    background-image: url(img/Haken\ hell\ klein.png);
    height: 1.75rem;
    width: 1.75rem;
    position: absolute;
    top: -0.2rem;
    left: -2.25rem;
    background-repeat: no-repeat;
    background-size: cover;
}
.Aufgeklappt .Liste p::before, .Liste_rot p::before{
    content: "";
    background-image: url(img/Haken.png);
    height: 1.75rem;
    width: 1.75rem;
    position: absolute;
    top: -0.2rem;
    left: -2.25rem;
    background-repeat: no-repeat;
    background-size: cover;
    /*border: solid 2px violet;*/
}
.Bild_Text{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}
.TeilbildschirmText{
    width: 80%;
    height: auto;
    padding-left: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.TeilbildschirmBild{
    align-items: end;
    display: flex;
}
.TeilbildschirmBild img{
    width: 22rem;
    height: auto;
    box-shadow: var(--global-color-Schrift) 0px 0px 50px;
    margin: 2rem 0;
}
.Text_links{
    padding-left: 0;
    padding-right: 6rem;
}

/*---------------------------------------------------------------------------------*/

/*HEADER*/
header{
    width: 100%;
    height: 5.5rem;
    position: sticky;
    top: 0;
    z-index: 100;
    background-image: url(img/Hintergrundbild.avif);
    background-color: var(--global-color-hintergrund);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--global-color-shadow) 0px 5px 20px;
}
.InhaltHeader{
    width: var(--global-Inhaltsbreite_relativ);
    max-width: var(--global-Inhaltsbreite_absolut);
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header img{
    height: 5rem;
    max-height: 5rem;
    margin: 0;
}
/*---------------------------------------------------------------------------------*/

/*BANNER*/
/*#Banner{
    background-image: url(img/Banner\ Website\ Buecher\ Test\ 2.png); 
    background-color: var(--global-color-hintergrund);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-x: hidden;
}*/
.Banner{
    width: 100%;
    height: auto;
    min-height: 10rem;
    display: block;
}
.Bannergroß{
    display: block;
}
.Bannerklein{
    display: none;
}

/*---------------------------------------------------------------------------------*/

/*ZuLETZT*/
#ZULETZT .Untertitel{
    color: var(--global-color-hintergrund);
}
#ZULETZT{
    background-image: url(img/Hintergrundbild_Angebote_Kontrast.avif); 
    background-color: var(--global-color-Schrift);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/*---------------------------------------------------------------------------------*/

/* Hintergrundbild */
#ALLEBUECHER .Button-transp{
    margin: auto;
}
#ALLEBUECHER .Inhaltsbreite {
  position: relative;
  overflow: hidden;
}

/* Container mit Maske für Fade-Effekt */
#ALLEBUECHER .logos {
  position: relative;
  width: 100%;
  overflow: hidden;

  /* Maske liegt über dem gesamten Bereich */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,   /* 0–10%: ausgeblendet */
    black 10%,        /* 10–90%: sichtbar */
    black 90%,
    transparent 100%  /* 90–100%: ausgeblendet */
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;

  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 10%,
    black 90%,
    transparent 100%
  );
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

/* innere Leiste läuft durch */
#ALLEBUECHER .logos_inner {
  display: flex;
  width: max-content;
  animation: marquee-scroll 35s linear infinite;
  will-change: transform;
}

#ALLEBUECHER .logos_slide {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

#ALLEBUECHER .logos_slide img {
    width: 10rem;
    height: auto;
    margin: 0 1rem;
    flex-shrink: 0;
}

/* Hover pausiert den Lauf */
#ALLEBUECHER .logos:hover .logos_inner {
  animation-play-state: paused;
}

/* Bewegung: rechts -> links */
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}


/*#ALLEBÜCHER .Inhaltsbreite::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background: linear-gradient(to left, transparent, var(--global-color-hintergrund));
    z-index: 10;
}
#ALLEBÜCHER .Inhaltsbreite::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    background: linear-gradient(to right, transparent, var(--global-color-hintergrund));
    z-index: 10;
}*/

/*---------------------------------------------------------------------------------*/

/*STOEBERN*/
#STOEBERN .Inhaltsbreite{
    display: flex;
    align-items: center;
    justify-content: center;
}
#STOEBERN .ButtonGitter{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
    margin-bottom: 2rem;
    width: 100%;
    max-width: var(--global-Inhaltsbreite_absolut);
    place-items: center;
}
#STOEBERN .klein{
    display: none;
}
#STOEBERN .groß{
    display: flex;
}
.ButtonGitter a{
    margin: 0 1rem; 
    margin-top: 1rem;
    white-space: wrap;
    height: 6rem;
    border-radius: 2rem;
    gap: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    align-items: center;
    gap: 0.45rem;
    white-space: wrap;        /* verhindert Mehrzeilige Button-Labels */
    overflow: hidden;
    margin: 0.6rem 0.5rem;          /* kleiner Abstand ober-/unterhalb */
    box-sizing: border-box;
}
.KachelnButtonGitter{
    width: 100%;
    height: 7rem;
    aspect-ratio: 2 / 4;
    position: relative;
    overflow: hidden;
    max-width: 20rem;
}
/* Grid für gleichmäßige Kacheln */
.Gitter {
  display: flex;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr)); /* variabel anpassbar */
  gap: 1rem;
  width: 100%;
  max-width: var(--global-Inhaltsbreite_absolut);
  justify-content: center; /* Grid insgesamt horizontal zentrieren */
  justify-items: center;   /* einzelne Kacheln in ihren Spalten zentrieren */
  position: relative;
}

/* Flip-Card Basis */
.flip-card {
  perspective: 1000px;
  width: 100%;
  aspect-ratio: 2 / 3;
  position: relative;
  max-width: 20rem; /* Kachelgröße variabel */
  opacity: 1;
  transform: translateY(0) scale(1);
  transition: opacity var(--fade-duration) var(--stagger-ease),
              transform var(--fade-duration) var(--stagger-ease);
  will-change: opacity, transform;
}
.flip-card.fade-out {
  opacity: 0;
  transform: translateY(6px) scale(0.98);
  pointer-events: none;
}

/* Rotierendes Inneres */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.Shadow{
  width: 100%; 
  box-shadow: var(--global-color-shadow) 0px 5px 20px;
}
/* Vorder- und Rückseite */
.flip-card-front,
.flip-card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Vorderseite */
.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Originalformat */
  display: block;
}

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

.flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Text über Rückseiten-Bild */
.flip-card-back .back-text {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 2.5rem;
  font-size: 0.5rem;
  text-align: left;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}
.headlineFlipcard{
    font-size: 1.5rem;
    line-height: 1;
}
/*-----Farben ändern für Schriften von Cover-Rückseite------*/
/*Farben Schrift Rey*/
.Rey p{
    color: #0e203d;
}
.Rey strong{
    color: #0e203d;
}
.Rey a{
    border-color: #0e203d;
    color: #0e203d;
}
/*Farben Schrift TockTock*/
.TockTock p, .TockTock strong{
    color: #5ad0c5;
    /*text-shadow:  1px 1px 2px black;*/
}
.TockTock a{
    border-color: #5ad0c5;
    color: #5ad0c5;
}
.TockTock .Button-transp:hover{
    background-color: black;
    transition: 0s background-color 0s;
}
/*Farben Schrift Killers Destiny*/
.KD p, .KD strong{
    color: #ba0e0e;
}
.KD a{
    border-color: #ba0e0e;
    color: #ba0e0e;
}
/*Farben Schrift City Band 1*/
.CityEins p{
    color: var(--global-color-rot);
}
.CityEins strong{
    color: var(--global-color-Schrift);
}
.CityEins a{
    border-color: var(--global-color-Schrift);
    color: var(--global-color-Schrift);
}
/*Farben Schrift City Band 2*/
.CityZwei p, .CityZwei strong{
    color: var(--global-color-hintergrund);
}
.CityZwei a{
    color: var(--global-color-hintergrund);
    border-color: var(--global-color-hintergrund);
}
.CityZwei .Button-transp:hover{
    background-color: var(--global-color-rot);
    transition: 0s background-color 0s;
}
/*Farben Schrift City Band 3*/
.CityDrei p, .CityDrei strong{
    /*color: #f0a050;*/
    color: black;
}
.CityDrei a{
    color: black;
    border-color: black;
}
.flip-card p{
    font-size: 1rem;
}
.flip-card a{
    margin: 0;
    font-size: 1rem;
}
.Gitter .Bild.show {
  display: flex;
}
.Liste p::before, .Liste_rot p::before{
    content: "";
    background-image: url(img/Haken.png);
    height: 1.75rem;
    width: 1.75rem;
    position: absolute;
    top: -0.2rem;
    left: -2.25rem;
    background-repeat: no-repeat;
    background-size: cover;
}

/*---------------------------------------------------------------------------------*/

/*BUCH*/
/*#Buch .Barlow{
    font-family: Barlow-SemiCondensed-Bold-Text;
}*/
#BUCH h2{
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 2rem;
}
#BUCH .Untertitel{
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 6rem;
    font-family: Barlow-SemiCondensed-Regular-Text;
}
#BUCH h1{
    margin-bottom: 0;
}
.kursiv{
    font-family: Barlow-SemiCondensed-Italic-Text;
}
#BUCH p{
    margin-bottom: 2rem;
    text-align: justify;
    hyphens: auto;
    hyphenate-limit-chars: 2 3 3;
}
.leseprobe {
    width: 70%;
    height: 40rem;
    margin: 40px auto;
    padding: 0.5rem 0;
    border: 2px solid var(--global-color-rot);
    border-radius: 2em;
    box-shadow: var(--global-color-Schrift) 0px 0px 50px;
    background-image: url(img/Hintergrundbild.avif); 
    background-color: var(--global-color-hintergrund);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.textfeld {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4rem;
  border-radius: 1em;
  hyphens: auto;
  hyphenate-limit-chars: 2 3 3;
}
#LESEPROBE .text{
    text-indent: 1rem;
    margin: 0;
    text-align: justify;
}
#LESEPROBE .Leseprobetext{
    margin: 0;
    text-align: justify;
}
#LESEPROBE h2{
    color: var(--global-color-hintergrund);
}
#LESEPROBE h3{
    text-align: center;
    margin-bottom: 2rem;
}
#KDHINTERGRUND .text{
    text-indent: 1rem;
    margin: 0;
    text-align: justify;
}
#KDHINTERGRUND .Leseprobetext{
    margin: 0;
    text-align: justify;
}
#KDHINTERGRUND h2{
    color: var(--global-color-hintergrund);
}
#KDHINTERGRUND h3{
    text-align: center;
    margin-bottom: 2rem;
}
.AbschlusszeileText{
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: Barlow-SemiCondensed-BoldItalic-Text;
    text-transform: uppercase;
}
#KDHINTERGRUND{
    background-image: url(img/Hintergrundbild_About_zwei.avif); 
    background-color: var(--global-color-hintergrund);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#LESEPROBE{
    background-image: url(img/Hintergrundbild_Angebote_Kontrast.avif); 
    background-color: var(--global-color-hintergrund);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#MEHRREIHEN{
    background-image: url(img/Hintergrundbild_About_drei.avif); 
    background-color: var(--global-color-hintergrund);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#MEHRREIHEN h3{
    text-align: left;
    margin: 0;
}
#BUCHREIHETEILE h3{
    text-align: left;
    margin: 1rem 0; 
}
#MEHRREIHEN img{
    width: 15rem;
    height: auto;
}
#MEHRREIHEN .hell{
    margin: 1rem 0;
}
#MEHRREIHEN a{
    margin-top: 2rem;
}
#MEHRREIHEN .Text_links{
    display: flex;
}
/*---------------------------------------------------------------------------------*/

/*FOOTER*/
footer{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url(img/Hintergrundbild_About_eins.avif); 
    background-color: var(--global-color-hintergrund);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: var(--global-color-Schrift) 0px -5px 20px;
    z-index: 90;
}
.InhaltFooter{
    width: var(--global-Inhaltsbreite_relativ);
    max-width: var(--global-Inhaltsbreite_absolut);    
    margin-bottom: 10rem;
    margin-top: 10rem;
}
.LinksFooter{
    width: var(--global-Inhaltsbreite_relativ);
    max-width: var(--global-Inhaltsbreite_absolut);
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.Link_Text{
    display: flex;
    margin-bottom: 2.5em;
}
.Link_Text a{
    font-family: Arial, Helvetica, sans-serif;
    font-family: Barlow-SemiCondensed-Regular-Text;
    color: var(--global-color-hintergrund);
    font-size: 1.5rem;
    text-align: left;
    justify-content: center;
    display: flex;
    margin-right: 1.5em;
}
.Icons_Footer a{
    margin-right: 2.5em;
}
.Icon_Social{
    height: 2.2rem;
}
footer p{
    width: var(--global-Inhaltsbreite_relativ);
    max-width: var(--global-Inhaltsbreite_absolut);
    color: var(--global-color-hintergrund);
    margin-top: 1.5em;
    font-size: 1rem;
}

/*---------------------------------------------------------------------------------*/

/*BUTTONS*/
/*Allgemeines Aussehen der Buttons*/
.Button-rot, .Button-transp, .Button-hell, .Button-transp-hell{
    font-family: Arial, Helvetica, sans-serif;
    font-family: Barlow-SemiCondensed-Bold-Text;
    font-size: 1.2rem;
    border: 2px solid var(--global-color-rot);
    border-radius: 3em;
    padding: 0.5em 1.75em;
    margin: auto; 
    margin-left: 0; 
    margin-top: 0rem; 
    text-align: center;
    position: relative; 
    text-decoration: none;
}
header .Button-rot, header .Button-transp, header .Button-hell{
    margin-left: auto;
    margin-top: auto;
}
.Button-transp-hell{
    margin-top: 1rem;
}
.AbstandButton{
    margin-top: 0.5rem;
    display: flex;
    justify-content: left;
    width: 100%;
}
.AbstandButton a{
    margin-right: 1rem;
}
/*Farbunterschiede Buttons*/
.Button-rot{
    background-color: var(--global-color-rot);
    color: var(--global-color-hintergrund);
}
.Button-transp{
    color: var(--global-color-rot);
    transition: 1s background-color 0.5s;
}
.Button-hell{
    border: 2px solid var(--global-color-hintergrund);
    background-color: var(--global-color-hintergrund);
    color: var(--global-color-rot);
}
.Button-transp-hell{
    border: 2px solid var(--global-color-hintergrund);
    color: var(--global-color-hintergrund);
    transition: 1s background-color 0.5s;
}
/*Hintergrundelement 1 + 2 der Buttons fürs Hovern erstellt*/
.Button-rot::after, .Button-transp::after, .Button-hell::after, .Button-transp-hell::after, .Button-rot::before, .Button-transp::before, .Button-hell::before, .Button-transp-hell::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    border-radius: inherit;
    border: inherit;
    border-color: #84412e;
    background-color: #84412e;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) scale(0.9);
    opacity: 0;   
}
/*extra Farbe für Hintergrundelemente*/
.Button-transp::after, .Button-hell::after{
    background-color: inherit;
}
.Button-hell::before{
    border-color: inherit;
}
.Button-hell::after{
    background-color: var(--global-box-Schrift-T);
    border-color: var(--global-box-Schrift-T);
}
.Button-transp-hell::after{
    background-color: inherit;
    border-color: var(--global-box-Schrift-T);
}
.Button-transp-hell::before{
    border-color: inherit;
    background-color: inherit;
}
.Button-rot::before, .Button-transp::before, .Button-hell::before{
    background-color: inherit;
}
/*Bewegung Hintergrundelement 1 beim Hovern*/
.Button-rot:hover::after, .Button-transp:hover::after, .Button-hell:hover::after, .Button-transp-hell:hover::after{
    transform: translateY(-50%) translateX(-50%) scale(1) rotate(-7deg);
    transform-origin: 10% 50%;
    opacity: 1;
}
/*Bewegung Hintergrundelement 2 beim Hovern*/
.Button-rot:hover::before, .Button-transp:hover::before, .Button-hell:hover::before, .Button-transp-hell:hover::before{
    transform: translateY(-50%) translateX(-50%) scale(1) rotate(-14deg);
    transform-origin: 10% 50%;
    opacity: 0.5;
}
/*Farbe bei transperentem Button beim Hovern*/
.Button-transp:hover{
    background-color: var(--global-color-hintergrund);
    transition: 0s background-color 0s;
}
.Button-transp-hell:hover{
    background-color: var(--global-color-rot);
    transition: 0s background-color 0s;
}
.buttonGroß:hover::before{
    transform: translateY(-50%) translateX(-50%) scale(1) rotate(-6deg);
}
.buttonGroß:hover::after{
    transform: translateY(-50%) translateX(-50%) scale(1) rotate(-3deg);
}
.buttonKlein{
    display: none;
}
header .ButtonContainer{
    display: none;
    width: 100%;
    height: auto;
    justify-content: space-between;
    align-items: center;
}
header .ButtonContainer a{
    margin: 0;
    width: auto;
    padding: 0.5em 1.75em;
}
.ButtonContainer_Text{
    margin: 0;
    display: flex;
    justify-content: left;
}
.ButtonContainer_Text .Button-transp{
    margin-right: 2.5rem;
}
.TeilbildschirmText .Button-transp{
    margin-top: 0.5rem;
}
.TeilbildschirmText .Button-transp-hell{
    margin-top: 0.5rem;
}
.Extrabutton{
    margin: auto;
    margin-top: 3rem;
}