@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --main: rgb(35, 41, 51);
    --kontrast: aqua;
    --kontrast2: rgb(1, 132, 132);
    --navleiste-hover-background: rgba(255, 255, 255, 0.36);
    --navleiste-hover-border: rgba(19, 46, 58, 0);
    --border-button: rgba(255, 255, 255, 0.518);
    --border-button-hover: rgb(204, 204, 204);
    --border-button-hover-light: whitesmoke;
    --text-shadow-weiß: rgba(139, 139, 139, 0.316);
    --anthra: #262626;
    --kontakt: #3d3d3d;
    --kontakt-light: rgb(126, 126, 126);
    --highlight: #ad1f24;
    --highlight2: #ff0000;
    --highlighttrans: #3b0000;
    --anthra: #262626;
    --schrift: #2393BF;
    --schriftkontrast: #2d0202;
    --anthratrans: #262626c0;
    --txtgrau: #575756;
}

body{
    height: calc(100% - 9vh);
    padding: 0;
}

#navigation{
    background: radial-gradient(circle, #ad1f24 17%, #a31e22 83%, #971c20 93%, #8b1a1d 97%, #81181b 100%);
    background: radial-gradient(circle, rgba(38,38,38,1) 17%, rgba(21,21,21,1) 83%, rgba(16,16,16,1) 93%, rgba(12,12,12,1) 97%, rgba(0,0,0,1) 100%);
}

nav p{
    font-family: Poppins;
    font-size: 4em;
    font-weight: 600;
    letter-spacing: 0.2em;
    color: var(--txtgrau);
}

#quiz{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-left: 5%;
    width: 90%;
    height: 100%;
    margin-top: 9vh;
}
#fortschritt{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    width: 8em;
    height: 15%;
}
.fortschritt{
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    border-color: var(--txtgrau);
    border-style: solid;
    border-width: 0.1em;
}
#P1{
    background-color: var(--txtgrau);
}
#Frage{
  display: flex;
  flex-direction: column;
  height: 20%;
  justify-content: center;
  align-items: center;
}
.frage{
    display: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: var(--anthra);
    align-items: center;
    justify-content: center;
}
#f1{
    display: flex;
}
h1{
    font-size: 1.6em;
    letter-spacing: 0.1em;
    font-family: Poppins;
    font-weight: 500;
    color: var(--txtgrau);
}
#Antwort{
    width: 50%;
    height: 65%;
}

.column{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.row{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
    margin-left: 5%;
    margin-bottom: 3em;
}
.antwort .fa-solid{
    color: white;
    font-size: 3em;
    text-align: center;
}
.antwortfeld{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 10em;
    width: 43%;
    border-style: none;
    border-color: transparent;
    background-color: var(--highlight);
    border-radius: 1em;
    padding: 1em;
    box-shadow: 0 0.01em 3em rgba(99, 92, 92, 0.075);
}
.antwortfeld p{
    font-size: 1.6em;
    color: white;
}
.antwortfeld:hover{
    cursor: pointer;
    background-color: var(--highlight2);
}

.antwort{
    width: 100%;
    display: none;
}
#A1{
    display: flex;
}

 .myborders{
    margin: 0 auto;
    font-size: 0.8em;
    padding: 0.9em;
    border-style: solid;
    border-color: var(--highlight);
    margin-bottom: 1.2em;
    border-radius: 3em;
    border-width: 0.15em;
    color: var(--txtgrau);
    background-color: #f4f4f4;
    width: 85%;
  }
  .eingabefeld{
    width: 20%;
    margin-left: 80%;
    height: 2em;
    margin-top: 1em;
    color: white;
    padding: 0;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    font-family: Quicksand;
  }
  ::placeholder{
    color: var(--txtgrau);
    font-style: italic;
    padding-left: 0.5em;
    font-size: 0.95em;
  }



   .zustimmung{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 82%;
    margin-left: 9%;
    padding-top: 0.5em;
    padding-bottom: 0.2em;
  }
  .zustimmung h3{
    font-size: 0.8em;
    color: var(--kontakt-light);
    padding-bottom: 0.5em;
  }
  .zustimmung a{
    color: var(--kontakt-light);
    font-size: 0.85em;
    line-height: 0.6em;
  }
   .block{
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: fit-content;
    }
  .label{
    font-size: 0.63em;
    line-height: 1.6em;
    color: var(--kontakt-light);
    width: calc(100% - 3em);
    margin-left: 1em;
    padding-top: 0;
    height: fit-content;
  }
  .block .round {
    position: relative;
  }
  .block .round label {
    background-color: var(--border-button-hover);
    border-radius: 1.1em;
    cursor: pointer;
    height: 1.1em;
    width: 1.8em;
    display: flex;
    margin-top: 0.35em;
  }
  .block .round label:after {
    border: 0.1em solid #fff;
    border-top: none;
    border-right: none;
    position: absolute;
    content: "";
    height: 0.3em;
    opacity: 0;
    transform: rotate(-45deg);
    width: 0.6em;
    top: 0.1em;
    left: 0.6em;
    margin-top: 0.5em;
  }
  .block .round input[type="checkbox"] {
    visibility: hidden;
    display: none;
    opacity: 0;
  }
  .block .round input[type="checkbox"]:checked + label {
    background-color: var(--highlight);
    border-color: var(--txtgrau);
  }
  .block .round input[type="checkbox"]:checked + label:after {
    opacity: 1;
  }
  .round{
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
  }




   .but{
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  }
  .buttonz{
  width: 40%;
  }




  footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 5vh;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  footer p{
    padding: 0;
  }

  

@media (max-width: 1200px) and (min-width:993px) and (orientation: landscape){


  
  #toggle{
    display: none;
  }
  #menu{
    display: flex;
  }


  body{
    height: calc(100% - 10vh);
}
   nav p{
    font-size: 4em;
}


#fortschritt{
    width: 6em;
}
h1{
    font-size: 1.4em;
    letter-spacing: 0.1em;
}
#Antwort{
    width: 90%;
}
.row{
    margin-bottom: 2em;
}
.antwort .fa-solid{
    font-size: 2.7em;
}
.antwortfeld p{
    font-size: 1.4em;
}

 .myborders{
    font-size: 0.8em;
    padding: 0.8em;
    margin-bottom: 1em;
    width: 60%;
  }
  .eingabefeld{
    width: 25%;
    margin-left: 75%;
    height: 2em;
    margin-top: 0.5em;
    padding: 0;
    font-size: 0.9em;
    letter-spacing: 0.05em;
  }


   .zustimmung{
    width: 58%;
    margin-left: 21%;
    padding-top: 0.5em;
    padding-bottom: 0.8em;
  }
  .zustimmung h3{
    font-size: 0.8em;
    padding-bottom: 0.5em;
  }
  .zustimmung a{
    font-size: 0.8em;
  }

}
    
@media (max-width: 1200px) and (min-width:601px) and (orientation: portrait) {    

  #navigation{
    justify-content: space-between;
  }
  #toggle{
    display: none;
  }
  #menu{
    display: flex;
  }
    body{
    height: calc(100% - 10vh);
}
   nav p{
    font-size: 2em;
}


#fortschritt{
    width: 6em;
}
h1{
    font-size: 1.4em;
    letter-spacing: 0.1em;
}
#Antwort{
    width: 90%;
}
.row{
    margin-bottom: 2em;
}
.antwort .fa-solid{
    font-size: 2.7em;
}
.antwortfeld p{
    font-size: 1.4em;
}

 .myborders{
    font-size: 0.8em;
    padding: 0.8em;
    margin-bottom: 1em;
    width: 80%;
  }
  .eingabefeld{
    width: 25%;
    margin-left: 75%;
    height: 2em;
    margin-top: 0.5em;
    padding: 0;
    font-size: 0.9em;
    letter-spacing: 0.05em;
  }
   .zustimmung{
    width: 78%;
    margin-left: 11%;
    padding-top: 0.5em;
    padding-bottom: 0.8em;
  }
  .zustimmung h3{
    font-size: 0.8em;
    padding-bottom: 0.5em;
  }
  .zustimmung a{
    font-size: 0.8em;
  }
 
}

@media (max-width: 992px) and (orientation: landscape){

 #navigation{
    justify-content: space-between;
  }
   #toggle{
    display: none;
  }
  #menu{
    display: flex;
  }


  body{
    height: calc(100% - 9vh);
}
   nav p{
    font-size: 1.4em;
}


#fortschritt{
    width: 6em;
}
h1{
    font-size: 0.8em;
    letter-spacing: 0.08em;
}
#Antwort{
    width: 90%;
}
.antwortende{
    position: relative;
    top: -1.4em;
}
.frageende{
  position: relative;
  top: -0.7em;
}
.row{
    margin-bottom: 1em;
}
.antwort .fa-solid{
    font-size: 1.5em;
}
.antwortfeld p{
    font-size: 0.9em;
    letter-spacing: 0.05em;
}

.antwortfeld{
    height: 5em;
    width: 43%;
    border-style: none;
    border-color: transparent;
    background-color: var(--highlight);
    border-radius: 1em;
    padding: 0.8em;
    box-shadow: 0 0.01em 3em rgba(99, 92, 92, 0.075);
}
 .myborders{
    font-size: 0.6em;
    padding: 0.4em;
    margin-bottom: 0.5em;
    padding-left: 1.5em;
    width: 90%;
  }
  .eingabefeld{
    width: 25%;
    margin-left: 75%;
    height: 2em;
    margin-top: 0,2em;
    padding: 0;
    font-size: 0.6em;
    letter-spacing: 0.05em;
    position: relative;
    top: -0.8em;
  }
  ::placeholder{
    padding-left: 0;
  }


   .zustimmung{
    width: 88%;
    margin-left: 6%;
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .zustimmung h3{
    font-size: 0.6em;
    padding-bottom: 0.3em;
  }
  .zustimmung a{
    font-size: 0.9em;
  }
   .label{
    font-size: 0.5em;
    line-height: 1.4em;
  }
  footer{
    display: none;
  }

 
}
  
@media (max-width: 600px) and (orientation: portrait) {

  body {
  overscroll-behavior: none;
  overflow-y: hidden;
}
  #navigation{
    justify-content: space-between;
  }
   #toggle{
    display: none;
  }
  #menu{
    display: flex;
  }


  body{
    height: calc(100% - 9vh);
    margin-top: 9vh;
}
   nav p{
    font-size: 1.4em;
}


#fortschritt{
    width: 6em;
}
h1{
    font-size: 1.4em;
    letter-spacing: 0.1em;
}
#Antwort{
    width: 90%;
}
.row{
    margin-bottom: 2em;
}
.antwort .fa-solid{
    font-size: 2.7em;
}
.antwortfeld p{
    font-size: 1.4em;
}

 .myborders{
    font-size: 0.8em;
    padding: 0.8em;
    margin-bottom: 1em;
    width: 95%;
  }
  .eingabefeld{
    width: 30%;
    margin-left: 35%;
    height: 2em;
    margin-top: 2em;
    padding: 0;
    font-size: 0.9em;
    letter-spacing: 0.05em;
  }


   .zustimmung{
    width: 92%;
    margin-left: 4%;
    padding-top: 0.5em;
    padding-bottom: 0em;
  }
  .zustimmung h3{
    font-size: 0.8em;
    padding-bottom: 0.5em;
  }
  .zustimmung a{
    font-size: 0.9em;
  }
   .label{
    font-size: 0.6em;
    line-height: 1.4em;
  }
footer{
  display: none;
}
            
}
