.hidden {
  display: none !important;
}

:root {
  --text-farbe: rgb(42, 47, 54);
  --primaerfarbe: rgb(42, 47, 54);
  --text_auf_primaerfarbe: #fff;
  --primaerfarbe-hover: #e4ac04;
  --primaerfarbe-focus: #e4ac04;
  --oeffentlich: rgb(0, 118, 129);
  --privat: #86368c;
  --gelb: rgb(250, 217, 39);
  --unterhaltung: #ff9933;
  --kultur: rgb(229, 63, 87);
  --information: rgb(49, 84, 112);
  --bildung: rgb(99, 209, 193);
  --ratgeber: rgb(112, 171, 55);
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 1em;
  margin: 0px;
  padding: 0px;
  hyphens: auto;
  -webkit-hyphens: auto;
  -webkit-hyphenate-limit-chars: auto 3;
  -webkit-hyphenate-limit-lines: 4;
  -ms-hyphens: auto;
  -ms-hyphenate-limit-chars: auto 3;
  -ms-hyphenate-limit-lines: 4;
}

body.oeffentlich {
  background-color: var(--oeffentlich);
}

body.privat {
  background-color: var(--privat);
}

a {
  color: var(--primaerfarbe);
  text-decoration: none;
  background-color: #fbda2b;
  border-radius: 5px;
  padding: 0.75rem;
  font-weight: bold;
  margin-top: auto;
  text-align: center;
  display: block;
}

a:hover {
  background: var(--primaerfarbe-focus);
}

a:active {
  color: #fff;
  background: #816101;
}

.app-button {
  border-radius: 5px;
  background: var(--gelb);
  color: var(--primaerfarbe);
  font-weight: bold;
  margin-top: auto;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0 0 15px 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: -10px;
}

h3 {
  font-size: 1.8rem;
}

p {
  margin: 0 0 15px 0;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}
/* #########################################################################
								header css
######################################################################### */

a.app-menu {
  color: var(--primaerfarbe);
  font-size: 1.2em;
  font-weight: bold;
}

.logo img {
  width: 60px;
  padding: 5px;
}

.w-desktopheader .logo {
  text-align: left;
}

.w-desktopheader {
  background: #fff;
  max-width: var(--page_width);
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}
/* #########################################################################
								header css -Ende
######################################################################### */

body,
html {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
}

h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}

.on-line {
  position: absolute;
  background: white;
  top: 26px;
  left: 35%;
  padding: 4px;
}

.content_wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  min-height: 100%;
  margin: auto;
}

.karten-background {
  padding: 40px;
  padding-top: 50px;
  box-sizing: border-box;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100);
  max-width: 600px;
}

.karten-background svg {
  box-sizing: border-box;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  max-width: 600px;
  top: 0;
  left: 0;
  margin: 10px;
  z-index: -1;
}

section {
  margin: 0px;
  padding: 0;
}

.punkte {
  height: 1.2rem;
  width: 1.2rem;
  vertical-align: middle;
}

.kategorie-icon {
  height: 1.2rem;
  width: 1.2rem;
  vertical-align: middle;
  margin-left: 0;
}

.bold-italic {
  font-weight: bold;
  font-style: italic;
}

.bold {
  font-weight: bold;
}

.error {
  color: var(--kultur);
  font-size: 1rem;
}

.padding-left {
  padding-left: 10%;
}

ul {
  list-style-type: none;
}

.flex-vertical {
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: space-between;
}

.innerer-rand {
  box-sizing: border-box;
  border: solid var(--primaerfarbe) 2px;
  border-radius: 5px;
  width: 100%;
  min-height: calc(var(--vh, 1vh) * 100 - 90px);
  padding: 10px;
  padding-top: 30px;
  background-color: transparent;
  display: flex;
  align-content: center;
  flex-direction: column;
}

.innerer-rand-modal {
  box-sizing: border-box;
  border: solid var(--primaerfarbe) 2px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding-top: 30px;
  margin-top: 24px;
}

video {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
/*--------------App Modal---------------------**/

.on-line.app-modal__title {
  top: 18px;
  hyphens: none;
  left: 10%;
}

.app_modal__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 24px;
  right: 5px;
  border: 2px solid var(--primaerfarbe);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: white;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}

.app-modal {
  z-index: 999;
  max-width: 500px;
}

.app-modal__content {
  padding-top: 10px;
  padding-bottom: 20px;
}

.abdunkeln {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 910;
}
/*------------------ menu ------------------ */

.menu-wrapper {
  background-color: white;
  position: absolute;
  top: 30px;
  left: 50%;
  opacity: 0.9;
  min-height: calc(100vh - 50px);
  width: calc(100% - 60px);
  max-width: 540px;
  z-index: 300;
  border-radius: 5px;
  transform: translate(-50%, 0);
}

.menu-icon {
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 35px;
  z-index: 400;
  background-color: white;
  border-radius: 50%;
}

.menu-wrapper .menu-icon {
  right: 5px;
  top: 5px;
}

.menu-wrapper a {
  background: none;
}

.menu-wrapper a:hover {
  color: var(--gelb);
  background: var(--primaerfarbe);
}

.menu-wrapper ul {
  padding: 0;
}
/*-------------- Startseite/Loadingscreen ------------- */

img.startseite {
  min-width: 100%;
  height: 100%;
  max-width: 600px;
  margin: 0;
}

#start a {
  position: absolute;
  top: 37%;
  width: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.absolut-center {
  display: block;
  position: absolute;
  left: 50%;
  top: 33vh;
  transform: translateX(-50%);
  font-size: 2rem;
  padding: 5px;
  z-index: 100;
}
/*----------------Screen Sender Erstellung ------------ */

input[type='text'] {
  box-sizing: border-box;
  width: 100%;
  border: black solid 2px;
  border-radius: 5px;
  height: 2rem;
  padding: 5px;
}

label {
  font-size: 0.8rem;
  font-style: italic;
  margin-top: 0px;
  margin-bottom: 10px;
}

button {
  background-color: gray;
  border: none;
  height: 2.5rem;
  color: white;
  margin: 10px auto;
  border-radius: 5px;
  width: 100%;
}

#oeffentlich:focus {
  background-color: var(--oeffentlich);
  border: none;
  outline: none;
}

#oeffentlich:hover {
  cursor: pointer;
}

#oeffentlich:active {
  background: rgb(0, 78, 85);
}

#privat:active {
  background: #441c47;
}

#privat:focus {
  background-color: var(--privat);
  border: none;
  outline: none;
}

#privat:hover {
  cursor: pointer;
}

#oeffentlich.gewaehlt {
  background-color: var(--oeffentlich);
  border: none;
  outline: none;
}

#privat.gewaehlt {
  background-color: var(--privat);
  border: none;
  outline: none;
}
/*------------- Screen Auftrag ------------- */

div.horizontal-flex {
  display: flex;
  /* gap: 1rem;  */
}

div.horizontal-flex > p {
  margin-left: 1rem;
}

div.horizontal-flex > div > p {
  margin-left: 1rem;
}

#B {
  margin-left: 1rem;
}

div[component='auftragComponent'] div:first-child {
  display: flex;
  margin-left: -8px;
}

img.zeigefinger {
  width: 50px;
  height: 25px;
}

div[component='reihenfolgeComponent'] {
  margin-top: auto;
}
/*---------- Programmauswahl --------------*/

.schonimprogramm {
  position: absolute;
  top: 0;
  border-radius: 10px;
  width: 100%;
  min-width: 55vw;
  height: 100%;
  margin-bottom: 10px;
  background-color: rgba(143, 143, 143, 0.5);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  visibility: hidden;
  gap: 20%;
}

.schonimprogrammtext {
  color: white;
  font-size: 2.5em;
  transform: rotate(-30deg);
  opacity: 1;
  text-align: center;
}

.schonimprogrammimage {
  margin-top: 10%;
  width: 30%;
  height: 30%;
}

div.usedbyinformation .schonimprogramm {
  visibility: visible;
}

div.usedbybildung .schonimprogramm {
  visibility: visible;
}

div.usedbyratgeber .schonimprogramm {
  visibility: visible;
}

div.usedbyunterhaltung .schonimprogramm {
  visibility: visible;
}

div.usedbykultur .schonimprogramm {
  visibility: visible;
}

div.usedbybildungkultur .schonimprogramm {
  visibility: visible;
}

div.usedbyfreieauswahl1 .schonimprogramm {
  visibility: visible;
}

div.usedbyfreieauswahl2 .schonimprogramm {
  visibility: visible;
}

div.usedbyinformation .schonimprogrammimage {
  background: url(../assets/_icons/icons/icons_information_weiss.svg) no-repeat;
}

div.usedbybildung .schonimprogrammimage {
  background: url(../assets/_icons/icons/icons_bildung_weiss.svg) no-repeat;
}

div.usedbyratgeber .schonimprogrammimage {
  background: url(../assets/_icons/icons/icons_ratgeber_weiss.svg) no-repeat;
}

div.usedbyunterhaltung .schonimprogrammimage {
  background: url(../assets/_icons/icons/icons_unterhaltung_weiss.svg) no-repeat;
}

div.usedbykultur .schonimprogrammimage {
  background: url(../assets/_icons/icons/icons_kultur_weiss.svg) no-repeat;
}

div.usedbybildungkultur .schonimprogrammimage {
  background: url(../assets/_icons/icons/icons_kultur_bildung_weiss.svg)
    no-repeat;
}

div.usedbyfreieauswahl1 .schonimprogrammimage {
  background: url(../assets/_icons/icons/icons_frei_weiss.svg) no-repeat;
}

div.usedbyfreieauswahl2 .schonimprogrammimage {
  background: url(../assets/_icons/icons/icons_frei_weiss.svg) no-repeat;
}

.punkteuebersicht {
  font-size: 1.5em;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
  align-items: center;
}

.punkteuebersicht .horizontal-flex {
  align-items: center;
}

.punkteuebersicht .punkte {
  width: 1.5rem;
  height: 1.5rem;
}

.items-ueberlappen {
  display: flex;
  flex-direction: column;
  gap: -10px;
  margin-bottom: 20px;
}

.slider-wrapper {
  margin: auto;
  width: 100%;
}

.sendungskarte {
  position: relative;
  /** Minimalhöhe, damit der Slickslider trotzdem richtig inititalisiert wird **/
  min-height: 100px;
}

.w-background-image {
  position: absolute !important;
  top: 0px;
  left: 0px;
}

.slick-track {
  min-width: 55vw;
}

.sendungskarte-background {
  position: relative;
  border-radius: 10px;
  width: 80%;
  min-width: 55vw;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 10px 1px rgba(143, 143, 143, 1);
  -moz-box-shadow: 0px 0px 10px 1px rgba(143, 143, 143, 1);
  box-shadow: 0px 0px 10px 1px rgba(143, 143, 143, 1);
}

.sendungskarte-background > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*
    @media(min-width: 650px) {
        .slick-track {
            min-width: calc(56vw - ((100vw - 600px)/2));
        }
        .sendungskarte-background,
        .schonimprogramm {
            min-width: calc(56vw - ((100vw - 600px)/2));
        }
    }
    */

.radio-wrapper *,
.radio-wrapper *:before,
.radio-wrapper *:after {
  box-sizing: border-box;
}

.radio {
  position: absolute;
  right: 2%;
  top: 3%;
  display: grid;
  grid-template-columns: min-content;
  grid-gap: 0.5em;
  font-size: 2.25rem;
  color: var(--gelb);
}

.radio:focus-within .radio__label {
  transform: scale(1.05);
  opacity: 1;
}

.radio__label {
  line-height: 1;
  transition: 180ms all ease-in-out;
  opacity: 0.8;
}

.radio__input {
  display: flex;
}

.radio__input input {
  opacity: 0;
  width: 0;
  height: 0;
}

.radio__input input:focus + .radio__control {
  box-shadow: 0 0 0 0.05em #fff, 0 0 0.15em 0.1em var(--primaerfarbe-focus);
  cursor: pointer;
}

.radio__input input:hover + .radio__control {
  border: 0.1em solid var(--primaerfarbe-focus);
  cursor: pointer;
}

.radio-gradient input:checked + .radio__control {
  background: radial-gradient(var(--gelb) 50%, rgba(255, 0, 0, 0) 51%);
}

.radio-before .radio__control {
  display: grid;
  place-items: center;
}

.radio-before input + .radio__control::before {
  content: '';
  width: 0.5em;
  height: 0.5em;
  box-shadow: inset 0.5em 0.5em var(--gelb);
  border-radius: 50%;
  transition: 180ms transform ease-in-out;
  transform: scale(0);
}

.radio-before input:checked + .radio__control::before {
  transform: scale(1);
}

.radio__control {
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 0.1em solid var(--gelb);
  transform: translateY(-0.05em);
  background: white;
}
/* .radio-wrapper input[type="radio"] {
        position: absolute;
        right: 3%;
        top: 2%;
        width: 0;
        height: 0;
        opacity: 0;
    }
    
    .radio-wrapper input[type="radio"]:checked+label {
         background-color: var(--gelb); 
        border-color: rgb(250, 169, 39);
    }
    
    .radio-wrapper input[type="radio"]:focus+label {
        border: 2px solid #444;
    }
    
    .radio-wrapper label:hover {
        background-color: var(--gelb);
    }
    
    .sendungskarte-background input[type="radio"]:hover {
        cursor: pointer;
    }
    
    .radio-wrapper label {
        display: block;
        position: absolute;
        right: 3%;
        top: 2%;
        height: 10px;
        width: 10px;
        background-color: #ddd;
        padding: 10px 10px;
        font-family: sans-serif, Arial;
        font-size: 16px;
        border: 2px solid #444;
        border-radius: 50%;
        margin: 0;
    }
    
    .radio-wrapper input[type="radio"]:checked+label span {
        padding: 2px;
        background: var(--gelb);
        width: 100%;
    } */

input[type='radio']:checked {
  background-color: var(--oeffentlich);
  /*ändern wenn privat*/
}

.sendungskarte-background > img {
  width: 100%;
  position: relative;
}

.sendungsicon {
  position: absolute;
  top: 7%;
  width: 60%;
  left: 30%;
}

.unterkategorie {
  top: 41%;
}

.pos-box {
  color: white;
  box-sizing: border-box;
  position: absolute;
  margin: auto;
  text-align: center;
  width: 100%;
  left: 0;
  padding: 0 10%;
}

.sendung {
  font-size: 1.5rem;
  font-weight: bold;
  font-style: italic;
  top: 48%;
}

.beschreibung {
  font-size: 0.8rem;
  top: 58%;
}

.kosten-box {
  display: flex;
  justify-content: flex-end;
  gap: 2px;
  bottom: 18%;
}

.publikum-box {
  display: flex;
  justify-content: flex-end;
  gap: 2px;
  bottom: 12%;
}

.pos-box .punkte {
  height: 10%;
  width: 10%;
  vertical-align: middle;
}

.slick-dots button {
  width: 15px;
  height: 30px;
  margin-top: 7px;
  border-radius: 2px;
  margin-bottom: 10px;
  margin-left: 1px;
  margin-right: 1px;
  border: 1px solid lightgray;
}

.slick-dots {
  justify-content: center;
}

.slick-dots .slick-active button {
  background-color: lightgray;
}

.reiter-menu {
  position: relative;
  display: flex;
  height: 10%;
  width: 90%;
  margin: auto;
  justify-content: left;
  margin-top: -10px;
}

.reitermenu-icon {
  display: flex;
  padding-bottom: 5px;
  flex-direction: column;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  background: white;
  -webkit-box-shadow: 0px 10px 5px 1px rgba(143, 143, 143, 1);
  -moz-box-shadow: 0px 10px 5px 1px rgba(143, 143, 143, 1);
  box-shadow: 0px 10px 5px 1px rgba(143, 143, 143, 1);
  z-index: 50;
  width: 15.7%;
  z-index: 50;
  margin-bottom: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.reitermenu-icon .kategorie-icon {
  width: 75%;
  height: 75%;
  z-index: 50%;
}

.reitermenu-icon .zwei-in-eins:nth-child(1) {
  width: 50%;
  height: 50%;
  z-index: 50;
  margin-left: 30%;
}

.reitermenu-icon .zwei-in-eins:nth-child(2) {
  width: 50%;
  height: 50%;
  z-index: 50;
  margin-right: 25%;
  margin-top: -25%;
}

.ausgewaehlt {
  margin: 0px;
  z-index: 200;
  height: 35%;
  width: 22%;
}
/* ----------Programmübersicht------------*/

.sendungskarte-klein {
  margin: 10px auto;
  width: 45%;
  -webkit-box-shadow: 3px 3px 5px 1px rgb(182, 182, 182);
  -moz-box-shadow: 3px 3px 5px 1px rgb(190, 190, 190);
  box-shadow: 3px 3px 5px 1px rgb(184, 184, 184);
  border-radius: 5px;
}

.sendungskarte-klein a {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
}

#programmuebersicht .horizontal-flex:last-of-type,
#unserprogramm .horizontal-flex:last-of-type {
  margin-bottom: 20px;
}

#programmuebersicht .punkteuebersicht .horizontal-flex:last-of-type,
#unserprogramm .punkteuebersicht .horizontal-flex:last-of-type {
  margin-bottom: 0;
}

#programmuebersicht .flex-vertical a:first-of-type,
#unserprogramm .flex-vertical a:first-of-type {
  margin-bottom: 10px;
}
/* ------------- Screen Sende Animation ----------- */

.fernseher {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
}

#sendeanimation h3 {
  color: white;
  text-align: center;
}

.fernseher img {
  width: 100%;
  position: relative;
}

.sendungen {
  position: absolute;
  width: 80%;
  height: 50%;
  top: 5%;
  left: 10%;
}

.sendungsimage {
  opacity: 0;
  position: absolute;
  width: 100%;
}

.sendungsimage img {
  display: block;
  margin: auto;
  width: 90%;
}

@keyframes sendeanimation {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*----------------- Entscheidung / ereignis -------------- */

.beschreibungsIcon,
.aufgabeIcon {
  height: 2.5rem;
  width: 2.5rem;
}

.beratung {
  margin-left: 1rem;
}

#A,
#B {
  width: 45%;
}

#konsequenz .horizontal-flex .flex-vertical > div {
  margin-left: 1rem;
}

.margin-auto {
  margin-top: auto;
}

#ereignis ul {
  margin-top: 0;
  padding-top: 0;
  font-size: 1rem;
  list-style-type: disc;
  padding-left: 15px;
}

.ereignis-beschreibung > div {
  margin-left: 1rem;
}

#ereignis .auswirkungen ul {
  list-style-type: none;
  padding: 0;
}

.punkte-gross {
  position: absolute;
  z-index: 500;
  margin: auto;
  left: 10%;
  top: 0;
  width: 80%;
  height: 100%;
  visibility: hidden;
}

.konfetti-oben-rechts.verstecken {
  visibility: hidden;
}

.konfetti-unten-links.verstecken {
  visibility: hidden;
}

@keyframes konfetti-verstecken {
  0% {
    visibility: hidden;
    transform: scale(0);
  }
  1% {
    visibility: visible;
  }
  40% {
    visibility: visible;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(1);
  }
}
/* ------------- Punktetabelle ----------------*/

#punktetabelle ul,
#unserepunkte ul {
  padding-left: 0;
}

#punktetabelle li,
#unserepunkte li {
  margin-bottom: 20px;
}

.punkte-waben {
  color: white;
  width: 100%;
  padding-top: 17%;
  position: relative;
}

.punkte-waben > span {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#punktetabelle .horizontal-flex .punkte-waben,
#unserepunkte .horizontal-flex .punkte-waben {
  margin-left: 2px;
}

.horizontal-flex .punkte-waben:last-of-type {
  align-self: flex-end;
  margin-left: 5px;
}

.horizontal-flex > span:last-of-type {
  margin-left: 5px;
}

.punkte-waben.oeffentlich {
  background: url(../assets/_icons/icons/icons_oeffentlich.svg) no-repeat;
  background-size: contain;
}

.punkte-waben.oeffentlich.gesamt {
  background: url(../assets/_icons/icons/icons_oeffentlich_gesamt.svg) no-repeat;
  background-size: contain;
}

.punkte-waben.privat {
  background: url(../assets/_icons/icons/icons_privat.svg) no-repeat;
  background-size: contain;
}

.punkte-waben.privat.gesamt {
  background: url(../assets/_icons/icons/icons_privat_gesamt.svg) no-repeat;
  background-size: contain;
}

#punktetabelle .horizontal-flex,
#unserepunkte .horizontal-flex {
  padding-right: 7.7%;
  gap: 2px;
}

#punktetabelle li .horizontal-flex.wrapper-runde2-waben,
#unserepunkte li .horizontal-flex.wrapper-runde2-waben {
  padding-right: 14.3%;
  padding-left: 6.8%;
}

#punktetabelle li .horizontal-flex.wrapper-runde2-waben .punkte-waben,
#unserepunkte li .horizontal-flex.wrapper-runde2-waben .punkte-waben {
  padding-top: 19%;
}

#punktetabelle li .horizontal-flex.wrapper-runde2-text,
#unserepunkte li .horizontal-flex.wrapper-runde2-text {
  padding-right: 11%;
  padding-left: 12%;
}

#punktetabelle li .horizontal-flex:nth-of-type(4) > span:last-of-type,
#unserepunkte li .horizontal-flex:nth-of-type(4) > span:last-of-type {
  margin-left: -6.5%;
}

#punktetabelle li .horizontal-flex.wrapper-runde1-text,
#unserepunkte li .horizontal-flex.wrapper-runde1-text {
  padding-right: 5%;
  padding-left: 5.3%;
  margin-bottom: 2px;
}

#punktetabelle li .horizontal-flex:nth-of-type(1) > span:last-of-type,
#unserepunkte li .horizontal-flex:nth-of-type(1) > span:last-of-type {
  margin-left: -6.5%;
}

#punktetabelle li .horizontal-flex:nth-of-type(3),
#punktetabelle li .horizontal-flex:nth-of-type(4),
#unserepunkte li .horizontal-flex:nth-of-type(3),
#unserepunkte li .horizontal-flex:nth-of-type(4) {
  margin-top: -13px;
}

#punktetabelle li .horizontal-flex:nth-of-type(4),
#punktetabelle li .horizontal-flex:nth-of-type(1),
#unserepunkte li .horizontal-flex:nth-of-type(4),
#unserepunkte li .horizontal-flex:nth-of-type(1) {
  justify-content: space-between;
  margin-top: 0;
}

#punktetabelle .bold,
#punktetabelle .punkte,
#unserepunkte .bold,
#unserepunkte .punkte {
  font-size: 1.5rem;
  margin-bottom: 10px;
  height: 2rem;
  width: 2rem;
}
/*------------------ Sender Wechsel Anruf ----------*/

.phone-call {
  width: 50px;
  height: 50px;
  background: var(--gelb);
  position: relative;
  margin: auto;
  margin-bottom: 60px;
  margin-top: 30px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  border-radius: 50%;
  z-index: 99;
  display: block;
  line-height: 65px;
}

.phone-call:before {
  position: absolute;
  content: ' ';
  z-index: -1;
  top: -15px;
  left: -15px;
  background-color: var(--gelb);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  opacity: 0.6;
  -webkit-animation: pulse 1s ease-out;
  animation: pulse 1.8s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.3);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.3);
    opacity: 1;
  }
  50% {
    transform: scale(0.6);
    opacity: 0.6;
  }
  75% {
    transform: scale(0.9);
    opacity: 0.3;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
/* ------------- Glossar ------------------ */

.open .app-accordion__headline {
  color: var(--oeffentlich);
  border: none;
}

.open .aufklapp-pfeil {
  transform: rotate(-90deg);
}

#glossar .app-button {
  margin-bottom: 20px;
}

div[component='AppAccordion'] {
  border-bottom: solid 2px var(--primaerfarbe);
  padding-bottom: 10px;
  cursor: pointer;
  margin-bottom: 20px;
}

.aufklapp-pfeil {
  transform: rotate(90deg);
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

.app-accordion__content p {
  padding-left: 5%;
}

ul.aufzaehlungspunkte {
  list-style-type: disc;
}

#glossar li {
  margin-top: 5px;
}
/*------------ Ergebnis -------------*/

@keyframes konfetti {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

@keyframes pulsieren {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

#ergebnis .punkte,
#rundenergebnis .punkte {
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  animation: pulsieren 1s ease-out forwards;
  align-self: center;
}

#ergebnis span,
#rundenergebnis span {
  font-weight: bold;
  font-size: 2em;
}

.konfetti-oben-rechts {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  transform-origin: top right;
  animation: konfetti 1s ease-out forwards;
}

.konfetti-unten-links {
  position: absolute;
  width: 50%;
  transform-origin: bottom left;
  bottom: 0;
  left: 0;
  z-index: 50;
  animation: konfetti 1s ease-out forwards;
}

.center {
  margin: auto;
  width: 100%;
}

.rot {
  color: var(--kultur);
  font-weight: bold;
  animation: pulsieren 1s ease-out forwards;
}

.zacken-background {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  display: block;
  z-index: 100;
  animation: pulsieren 1s ease-out forwards;
}

.endergebnis {
  position: absolute;
  top: 6%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5%;
  z-index: 150;
  /*animation: konfetti 1s ease-out forwards;*/
}
/*----------------- Datenschutz ----------------**/

.link {
  background: none;
  font-weight: 400;
  text-decoration: underline;
  padding: 0;
  text-align: left;
  display: inline;
}

.link:hover {
  background: none;
  color: var(--gelb);
}

#datenschutz .app-button {
  margin-top: 10px;
  margin-bottom: 20px;
}
/** Animationen **/

#unvollstaendig,
#zuhohekosten {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;
  /* When the animation is finished, start again */
  /*animation-iteration-count:;*/
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@media (max-width: 370px) {
  .on-line.app-modal__title {
    font-size: 1em;
  }
}

@media (min-width: 450px) {
  .innerer-rand {
    padding: 20px;
    padding-top: 40px;
  }
}

@media (max-width: 450px) {
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  .schonimprogrammtext {
    font-size: 2em;
  }
}

@media (max-width: 350px) {
  h2 {
    font-size: 1.3rem;
  }
  h3 {
    font-size: 1.1rem;
  }
}

@media (max-height: 1000px) {
  .karten-background,
  .content_wrapper {
    max-width: 500px;
  }
  .app-modal {
    max-width: 400px;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  .schonimprogrammtext {
    font-size: 2em;
  }
  .menu-wrapper {
    max-width: 450px;
    min-height: 93%;
  }
}

@media (min-width: 600px) and (min-height: 1001px) {
  .innerer-rand {
    min-height: 710px;
  }
  .karten-background {
    min-height: 800px;
  }
  p,
  body,
  .bold,
  ul,
  #ereignis ul {
    font-size: 1.5rem !important;
  }
  h4 {
    font-size: 1.6rem;
  }
  .app-button {
    font-size: 1em;
  }
  .menu-wrapper {
    min-height: 740px;
  }
  #punktetabelle li .horizontal-flex:nth-of-type(4),
  #unserepunkte li .horizontal-flex:nth-of-type(4) {
    padding-right: 11%;
    padding-left: 12.5%;
  }
  #punktetabelle li .horizontal-flex:nth-of-type(1),
  #unserepunkte li .horizontal-flex:nth-of-type(1) {
    padding-right: 5%;
  }
}

@media (min-width: 650px) {
  .slick-track {
    min-width: 300px;
  }
  .sendungskarte-background,
  .schonimprogramm {
    min-width: 300px;
  }
}

@media (max-width: 550px) {
  .slick-dots button {
    border-radius: 2px;
    width: 10px;
    height: 15px;
    padding: 0;
  }
  .slick-arrow:before {
    width: 25px;
    height: 25px;
  }
  .slick-arrow {
    width: 25px;
    height: 25px;
  }
  .slick-prev.slick-arrow:before {
    background: url(../assets/_icons/icons/icons_prev_button.svg) no-repeat
      scroll center top / 25px;
  }
  .slick-next.slick-arrow:before {
    background: url(../assets/_icons/icons/icons_next_button.svg) no-repeat
      scroll center top / 25px;
  }
  .app-button {
    font-size: 1em;
  }
}

@media (max-width: 400px) {
  .slick-dots button {
    border-radius: 2px;
    width: 7px;
    height: 12px;
    padding: 0;
  }
}

@media (min-width: 420px) {
  #punktetabelle li .horizontal-flex:nth-of-type(3),
  #unserepunkte li .horizontal-flex:nth-of-type(3) {
    margin-top: -15px;
  }
}

@media (min-width: 485px) {
  #punktetabelle li .horizontal-flex:nth-of-type(3),
  #unserepunkte li .horizontal-flex:nth-of-type(3) {
    margin-top: -18px;
  }
}

@media (min-width: 550px) and (max-width: 599px) {
  #punktetabelle li .horizontal-flex:nth-of-type(3),
  #unserepunkte li .horizontal-flex:nth-of-type(3) {
    margin-top: -20px;
  }
  #punktetabelle li .horizontal-flex:nth-of-type(4),
  #unserepunkte li .horizontal-flex:nth-of-type(4) {
    padding-right: 14.5%;
    padding-left: 12.5%;
  }
  #punktetabelle li .horizontal-flex:nth-of-type(1),
  #unserepunkte li .horizontal-flex:nth-of-type(1) {
    padding-right: 9%;
  }
}
