* {
  font-family: "Montserrat", sans-serif;
}
body {
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
  /* border: 1px solid #ccc; */
  box-sizing: border-box;
  /* overflow-x: hidden; */
  /* max-width: 100%; */

}
p {
  font-weight: bold;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 2.25rem;
  line-height: 2rem;
  transform: translateY(-0.5em);
  margin: 0;
  padding: 0;
}

h2 {
  display: flex;
  justify-content: center;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
}

.tastbar {
  margin-bottom: 1rem;
}

 .header {
  padding: 1.5rem 1.25rem 5rem 1.25rem;
  color: white;
  position: relative; /* Position relativ hinzufügen */
  height: auto; /* Höhe des Containers */
  /* overflow-x:hidden; */
}
.regular  {
  font-weight: 400;
  font-size: 0.9rem !important;
}
.step__progress {
  display: flex;
  align-items: center; /* Zentriert die Striche vertikal */
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.strich {
  background: white;
  opacity: 25%;
  width: 30px; /* Breite der Striche */
  height: 3px;
  margin-right: 4px;
  border-radius: 2px;
}
.eye .strich_active {
  background: #527D26;
  opacity: 100%;
}
.nose .strich_active {
  background: #CC4B00;
  opacity: 100%;
}
.hand .strich_active {
  background: #0757A3;
  opacity: 100%;
}
.ear .strich_active {
  background: #221772;
  opacity: 100%;
}

.eye {
  background: rgb(115,170,10);
  background: linear-gradient(90deg, rgba(115,170,10,1) 0%, rgba(223,236,81,1) 100%);

}

.eye, .nose, .ear, .hand {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}


 .eye::after {
  content: url(../assets/eye.svg);
  width: 68%;
  position: absolute;
  top: -37px;
  left: 15rem;
  z-index: 1;
  /* clip-path: inset(0 122px 0 0);  */
  max-width: 100%;
}


.nose {
  background: rgb(247,107,28);
  background: linear-gradient(90deg, rgba(247,107,28,1) 0%, rgba(250,217,97,1) 100%);
}

 .nose::after {
  content: url('../assets/nose.svg');
  width: 30%;
  position: absolute;
  height: 30%;
  top: -30px;
  right: 5px;
  z-index: 1;
  /* overflow-x: hidden; */
}

.hand {
  background: rgb(3,108,218);
  background: linear-gradient(90deg, rgba(3,108,218,1) 0%, rgba(75,221,226,1) 100%);
}

 .hand::after {
  content: url('../assets/hand.svg');
  width: 30%;
  position: absolute;
  height: 30%;
  top: -30px;
  right: 5px;
  z-index: 1;
  /* overflow-x: hidden; */
}

.ear {
  background: rgb(52,37,175);
  background: linear-gradient(90deg, rgba(52,37,175,1) 0%, rgba(197,108,214,1) 100%);
}

 .ear::after {
  content: url('../assets/ear.svg');
  width: 30%;
  position: absolute;
  height: 30%;
  top: -30px;
  right: 5px;
  z-index: 1;
  /* overflow-x: hidden; */
}

.whitebox {
  background: white;
  border-radius: 30px 30px 0 0;
  position: absolute;
  top: 6.5rem;
  padding: 2.25rem;
  width: 100%;
  box-sizing: border-box;
}



.message h1 {
    margin:1rem;
    transform: none;
    line-height: 2.5rem;}
h3 {
  color: #fff;
  opacity: 50%;
}
.wrapper {
  /* padding: 4em; */
  /*max-width: 50rem;*/
  /* margin-top: 5rem; */
  width: 100vw;
 }
 .wrapper--lost-user {
  padding-left: 2rem;
 }
form {
  /* text-align: center; */
  margin-bottom: 3rem;
}
.character-images {
  display: flex;
  align-items: center;
  flex-wrap: wrap; /* Allow images to wrap on smaller screens */
}
.image-label-font {
  margin-right: 0.5rem;
  width: 20%;
}

.font-question {
  margin-top: 1.5rem;
}
input {
  margin: 0;
  padding: 0;
}

input[type="radio"] {
  display: none;
}

.col {
  flex-direction: column;
}
.zweispalten {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fontImg {
  width: 5rem;
  opacity: 40%;
}
label img {
  /*max-width: 20rem;*/
  max-width: 6rem;
}
.button {
  background-color: black;
  color: white;
  border: none;
  font-size: 0.8rem;
  padding: 1.125rem 1.5rem;
  font-weight: 600;
  border-radius: 30px;
}
.buttons {
  display: flex;
  justify-content: center;
}
.buttons--brands {
flex-wrap: wrap;
/* height: 4rem; */
margin-bottom: 2rem;
}


.buttons--brands label {
  width: 40%;
  height: 4rem;
  box-sizing: border-box;
}
.progress {
  background-color: white;
  color: black;
  padding: 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 1em 1em 0;
  /* text-align: center; */
  display: flex;
  text-decoration: none;
  border-radius: 15px;
}



.auswertung_button {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  /* align-content: center; */
  font-size: 1.4em;
  /* background-color: black;
    color: white; */
  margin-bottom: 3em;
}

.legende {
  box-sizing: border-box;
  height: 1.5em;
  width: 1.5em;
  margin-right: 1em;
}
/* 
.open {
  background-color: white;
  border: 1px solid black;
} */

/* .teilweise {
  background-color: #f0e92f;
  color: #50bd90;
  border: 1px solid #f0e92f;
} */

/* .done {
  background-color: black;
  color: white;
} */


.fortschritt {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 1em;
  border-radius: 100px;
  padding:15px;
  border: 2px solid #D9D9D9;
  scale: 0.75;
  background-color: white;
}



video {
  width: 100%;
}
.redirect {
  padding: 1em;
  text-decoration: none;
  background-color: black;
  color: white;
  font-size: 0.8rem;
  padding: 1.125rem 1.5rem;
  font-weight: 600;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.textfield {
  border-radius: 0;
  /* border: 1px solid black; */
  padding: 20px;
  /* margin-top: 25px; */
  width: 80%;
  background-color: #F5F5F5;
  border: none;
  border-radius: 50px;
  height: 1rem;
}
.header--welcome {
  padding: 1.5rem 1.25rem;
  position: relative; /* Position relativ hinzufügen */
  height: auto; /* Höhe des Containers */
  color: white;
  background: rgb(36,37,115);
  background: linear-gradient(90deg, rgba(36,37,115,1) 0%, rgba(64,140,203,1) 100%);
}

.logo {
  margin: 0;
  padding: 0;
}

.welcome {
  text-align: center;
  line-height: 2rem;
  /* font-size: 2rem; */
  margin: 2rem 2.25rem 0 2.25rem;
}

.wrapper--welcome form {
  padding: 1.5rem;
}
.wrapper--welcome .smaller {
  font-weight: 400;
  font-size: 0.8rem;
  text-align: center;
  padding: 1.5rem 2rem;
  line-height: 1rem;
}

.name {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
.instruction {
  font-size: 1rem;
  font-weight: 400;
  align-items: center;
  display: flex;
  justify-content: center;
}
/* Style for the button-like labels */
label {
  /* display: block; */
  margin: 10px auto;
  /* width: 100%;
  width: 100px; */
  text-align: center;
  /* color: black; */
  padding: 10px;
  cursor: pointer;
  border: 3px solid #F5F5F5;
  border-radius: 16px;
  /* margin-right: 5rem;
  width: 100%; */
}
label:hover {
  border-color: black;
}

.label--high{
  height: 2rem;
  width: 30%;
}

.nohover label:hover {
  background-color: white;
  color: black;
}

/* Hide the checkboxes */
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
  display: none;
}

 input[type="radio"]:checked + label .fontImg{
  opacity: 100%;
}

/* Style for checked buttons */
input[type="radio"]:checked + label,
input[type="checkbox"]:checked + label {
  border-color: black;
}
.scentChoosenImg {
  max-width: 20rem;
  width: 100%;
}
.scentMostChoosenImg {
  max-height: 5rem;
  margin-left: 1em;
}
.feedback {
  border: solid 1px;
  display: flex;
  background-color: black;
  color: white;
  margin-top: 2rem;
  padding: 1em;
  max-width: 20rem;
  width: 100%;
  box-sizing: border-box;
}
.feedback p {
  max-width: 20em;
  font-size: 1em;
}
.info-icon {
  padding: 0 1rem 1rem 0;
}
.infobox {
  display: flex;
  padding: 1rem;
  background: black;
  color: white;
}
.infobox .fa-mobile-screen-button {
  font-size: 2em;
  padding: 1rem;
}
.infobox svg {
  width: 6em;
  padding: 1rem;
}
.infobox p {
  font-size: 1em;
}
.question {
  font-size: 1.2rem;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
.quellen {
position: absolute;
bottom: 0;
left: 0;
padding: 0.5rem;
max-width: 180px;
}
.fb .quellen p, .quellen p {
  font-size: 0.5rem;
  padding: 0;
  text-align: start;
  line-height: normal;
  font-weight: 400;
}

.erklaerung {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-top: 1rem;
}
.markierung {
  background-color: #f0e92f;
  color: #50bd90;
  padding: 0 0.2em;
  display: inline;
}

.big {
  font-size: 1.5em;
  line-height: 1.5em;
}
.avatar {
  height: 20rem;
  display: flex;
  margin: auto;
}

.status {
  padding-top: 5em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* Stil für die Dropdown-Boxen */
select {
  width: 100%;
  height: 2.2rem;
  padding: 10px;
  border: none;
  background-color: #F5F5F5;  
  color: black;
  font-size: 0.8rem;
  margin-bottom: 2em;
  border-radius: 50px;
}

select::after {
    content: "\25BC"; /* Unicode für Pfeil nach unten */
    margin-left: 5px; /* Anpassen der Position des Pfeils */
  }


/* Stil für ausgewählte Option */
select option:checked {
  background-color: black;
  color: #fff;
}
.ueberschriftBox  ,.ueberschriftWerbespot, .name{
  justify-content: start;
  padding-bottom: 0.5rem;
  font-size: 1rem;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.overlay-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 80%;
  border-radius: 20px;
  box-sizing: border-box;
  
}
.alreadyanswered {
  padding-bottom: 1rem;
}

.modal_done {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.modal-content {
  background-color: white;
  padding: 20px 50px 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-width: 80vw;
  position: relative;
  border-radius: 20px;
  margin: 1.5rem;
}

.close-modal {
  position: absolute;
  padding: 0.5rem 0.8rem 2rem 2rem;
  top: 0;
  right: 0;
  font-size: 34px;
  cursor: pointer;
}

.standnr{
  width: 10rem;
  height: 10rem;
  border-radius: 0 0 25% 25%;
  color: white;
  margin-left: 5em;
}

.gradientgreen {
  background: rgb(115,170,10);
  background: linear-gradient(90deg, rgba(115,170,10,1) 0%, rgba(223,236,81,1) 100%);
}

.standnr p {
  margin: 0;
  font-size: 8rem;
}


.wrapper_progress {
  background-color: #F2F2F2;
}

.wrapper_progress h1{
  display: flex;
  justify-content: center;
  color: white;
}

.header--progress{
  padding: 3.25rem 1.5rem 2.5rem 1.5rem;
  position: relative; /* Position relativ hinzufügen */
  height: auto; /* Höhe des Containers */
  color: white;
  background: rgb(36,37,115);
  background: linear-gradient(90deg, rgba(36,37,115,1) 0%, rgba(64,140,203,1) 100%);
}


.staende {
  padding: 1rem 1.5rem 1rem 1.5rem;
  width: auto;
}

p.introduction {
  font-size: 1rem;
  font-weight:400;
  display: flex;
  justify-content: center;
  text-align: center;
  color: white;
}

p.experiment {
 font-size: 0.813rem;
}

p.thema{
  font-size: 1.125rem;
}

#legend {
  /* margin-top:1rem; */
}

#legend .row {
  padding:0.2rem 0;
}


/*---------------------------------------------------------------------- Caroussel Font Matters ----------------------------------------------*/

.carousel--font-matters {
  top:-138px;
  position: relative;
}

.carousel--font-matters::before {
  content: "Font Matters";
  position: absolute;
  top: -2.3rem;
  left: 10%;
  color: #fff;
  opacity: 50%;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: bold;
}

.carousel--font-matters .carousel-cell {
width: 80%;
margin-right: 10px;
background: white;
border-radius: 5px;
counter-increment: carousel-cell;
position: absolute;
border-radius: 30px;
padding: 2rem;
box-sizing: border-box;
}

.carousel--font-matters .carousel-cell img {
height: auto;
max-height: 200px;
display: flex;
margin: auto;
margin-top: 20px;
max-width: 70%;
max-height: 4rem;
}

.carousel--font-matters .flickity-viewport {
  padding-bottom: 17%;
  height: 70% !important;
}

.carousel--font-matters #currentCellIndex {
margin-top: 10px;
}

.carousel--font-matters button.flickity-button:disabled {
  display: none;
}

.carousel--font-matters button.flickity-button svg {
  width: 20px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  height: 26px;
  margin-top: -13px;
}

.carousel--font-matters button.flickity-button {
  background: rgba(0,0,0,0.15);
}

.carousel--font-matters button.flickity-button svg path {
  fill: white;
}

.carousel--font-matters .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
}





/*-----------------------------------------------------------------------Feedback ----------------------------------------------------------------*/
.fb {
 background-color: #F2F2F2;

}

.fb h3 {
  /* margin-top: 4.5rem; */
}

.fb p {
  font-size: 1.2rem;
}

.fb .smaller {
  font-size: 0.75rem;
  font-weight: 400;
  padding-bottom: 0.8rem;
}

.fb .carousel-cell img{
  margin: 0.5rem 0;

}

.fb .small--headline{
  font-size: 1rem;
  margin-bottom: 1rem;;
}

.fb .header{
  height: 266px;
  box-sizing: border-box;
  padding: 1.5rem;
}

.fb .eye {
  background: rgb(115,170,10);
  background: linear-gradient(90deg, rgba(115,170,10,1) 0%, rgba(223,236,81,1) 100%);
}


.fb .eye::after {
  content: url('../assets/eye.svg');
  width: 68%;
  position: absolute;
  height: 68%;
  top: -45px;
  right: -95px;
  z-index: 1;
  /* overflow-x: hidden; */
}
.fb .solution {
  position: absolute;
  top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5rem;
  /* top: 9.688rem; */
}

.fb .whitebox {
  background: white;
  border-radius: 30px 30px;
  /* padding: 2.25rem; */
  padding: 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  margin-bottom: 1.125rem;
  text-align: center;
}
.fb .whitebox--left {
  align-items:flex-start;
  padding: 1rem;
  margin-bottom: 0.5rem;
}


.fb .circle--green {
  background: rgb(115,170,10);
  background: linear-gradient(90deg, rgba(115,170,10,1) 0%, rgba(223,236,81,1) 100%);

}

.fb .circle--violet {
  background: rgb(52,37,175);
  background: linear-gradient(90deg, rgba(52,37,175,1) 0%, rgba(197,108,214,1) 100%);

}

.fb .circle--blue {
  background: #2099DE;
}
.fb .circle--yellow {
  background: #F86D1E;
}

.fb .circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  margin: 1rem 0;
}

.fb .circle svg {
    width: 4rem;
    height: 4rem;
}

.bignumber {
  font-size: 4rem !important;
  margin:0;
  padding: 0;
}
.smallnumber{
  font-size: 0.8rem !important;
}
 .totalpunkte {
  font-size: 1rem !important;
}
.brands {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  width: 100%;
}

.brands--centered {
  width:auto;
}

/* .brands--beside {
  flex-wrap: nowrap;

} */
.brand--single {
  padding: 0 2rem;
}


.brand {
  flex-basis: 45%;
  height: 4rem;
  min-width: 8rem;
  border: 3px solid black; 
  border-radius: 1rem;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.answer--true::before,
.answer--false::before {
  content: '';
  display: inline-block;
  width: 1.5em; /* Passe die Größe nach Bedarf an */
  height: 1.5em; /* Passe die Größe nach Bedarf an */
  border-radius: 50%; /* Macht den Hintergrund zu einem Kreis */
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -0.6rem;
  right: -0.6rem;
}

.answer--true::before {
  content: url(../assets/tick.svg);
  background-color: green; /* Setzt den Hintergrund auf grün */
}

.answer--false::before {
  content: url(../assets/cross.svg);
  background-color: red; /* Setzt den Hintergrund auf grün */
}

.balken-container {
  height: 100%;
  width: 100%;
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}

.balken-container img{
  /* width: 25%; */
  width: 55%;
  border-radius: 10px;
  border: 3px solid #F5F5F5;
  box-sizing: border-box;
  margin-bottom: 0.7rem;
}

.balken-bg{
  background: #DDEAC2;  
  width: 100%; 
  position: relative; 
  height: 50px; 
  border-radius:10px;
  margin-bottom: 0.5rem;
}

.balken-bg-ear{
  background: #CECAEC;  
}


.balken-bg-duft {
  /* width: 70%; */
  width: 100%;
}

.balken-fg{
  background: #77AD0D; 
  position: absolute; 
  left: 0; 
  top:0; 
  height: 100%; 
  border-radius:10px;
}
.balken-fg-ear{
  background: #3D2AB2; 
}

.balken-p {
  position: absolute; 
  left: 0; 
  top:0; 
  height: 100%; 
  width:100%; 
  color: white; 
  text-align: start;
  align-content: center;
  padding-left: 0.5rem;
}

.fb .selected-image {
  border: 3px solid black;
}

.fb .selected {
  border: 2px solid black;
  border-radius: 10px;
}


.explanation {
  font-weight: 400;
    font-size: 1rem !important;
}

.fb .description  {
  font-size: 0.8rem;
  text-align: start;
  font-weight: 400;
  margin-bottom: 1.8rem;
}

.fb .quotefrom {
  font-size: 0.8rem;
  color: grey;
  margin-top: 1rem;
  font-weight: 400;
  font-style: italic;
}

.fb .auswahl {
margin-bottom: 1rem;
}

.fb .brands--center {
  justify-content: center;
}

.fb .brand--wide {
  flex-basis: 85%;
}

.heart {
  width: 60%;
}

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

/* Add this in your CSS for mobile responsiveness */
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
  h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    transform: translateY(-0.5em);

  }
  h3 {
    font-size: 1rem;
    line-height: 1.3rem;
  }
  p {
    font-size: 1.3em;
  }
  /* .wrapper {
    padding: 2em;
    margin-top: -2em;
  } */
  .button {
    font-size: 0.8rem;
    padding: 1.125rem 1.5rem;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 1em;
  }

.button_wide {
  position: relative;
  margin: 0;
  width: 100%;
  margin-top: 4.5rem;
}

  .buttons {
    /* font-size: 1.5em;
    padding: 0.7em; */
  }
  .buttons .row {
    flex-direction: column;
  }
  label {
    /* margin-right: 2rem; */
    display: flex;
    /* width: 85%; */
    /*height: 3rem;*/
    justify-content: center;
    font-size: 1rem;
    align-items: center;
    margin-bottom: 0.2rem;
    /* width: 100%; */
  }


  .zweispalten .col label {
    margin-bottom:1.125rem;
    margin-right: 1.125rem ;
  }

  .col-1 {
     margin-right: 2rem; 
  }

  label img {
    max-width: 6rem;
  }
  .biggerImg {
    width: 10rem;
    max-width: 100%;
    border-radius: 16px;
  }

  .feedback p {
    max-width: none;
    margin: 0;
    font-size: 1em;
  }
}
@media only screen and (min-width: 800px) {
  .content {
    display: none; /* Den Inhalt anzeigen, wenn der Bildschirm 600px oder breiter ist */
  }
}

@media only screen and (max-width: 370px) {
  .status {
    margin-top: -5em;
    padding-top: 9em;
  }
}
