
@keyframes progress {
  to {
    width: 100%;
  }
}
/*-----------global-----------*/

body {
  margin: 30;
  margin-bottom: 190;
}

/*-----------global tree-----------*/

:root {
  --unit:1.7rem;
  --innen:calc(var(--unit) * 1,2);
  --headlines:clamp(1.5rem, 0.46rem + 5.1vw, 3.2rem); 
  --copytext:clamp(0.7rem, 0.31rem + 2vw, 1.2rem); 
}

/*-----------Menue Container----------------------------------------------------*/
/*--------------Burger Menue--------------*/

.hamburger {
  background-color:none;
  width: 43px;
  height: 43px;
  border-radius: 70%;
  position: absolute;
  top:15px;
  right:38px;
  gap: 0.5rem;
  z-index: 15;
}
/*---------------Burgermenue Linien--------------*/

.line {
  background-color:rgb(0, 0, 0);
  position: absolute;
  left: 7px;
  height: 3px;
  width: 29px;
  border-radius: 15%;
  transition: all 0.5s;
}

.hamburger:hover{
  background-color:rgba(227, 227, 227, 0.813);
  transition: ease-in-out 0.5s;
}

/*--------------Burger Linien Align-------------*/

  .line:nth-child(1) { top:10px; }
  .line:nth-child(2) { top:20px; }
  .line:nth-child(3) { top:30px; }

/*-------------------zum Kreuz-------------------*/

.hamburger.checked .line:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
  background-color: rgb(0, 0, 0);
}
.hamburger.checked .line:nth-child(2) {
  opacity: 0;
}
.hamburger.checked .line:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
  background-color: rgb(0, 0, 0);
}

/*----------- Navigation verstecken -------------*/

#mainNav {
  display: none;
}
/*------- Navigation ausklappen onclick "sichtbar"-------*/

#mainNav.sichtbar {
  display: block;
  transition: max-height 0.7s ease-out;

}

/*--------------------NAVI Style-----------------*/
/*--------------UL Navigation anordnen -----------*/

.navi {
  width: 100%;
  height: 100%;
  z-index: 15;
}

.navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 1px;
  margin-right: 9%;
}

/*----------------Abstände Navi---------------*/

.navigation > li {
  padding:1px;
  height: 82px;
  border-bottom:1px solid #0000008f;
  width: 320px;

}

/*-----------Link Verhalten Mouse event-----------*/

.navigation a:link, .navigation a:visited, ul a:link, ul a:visited{

  box-sizing: border-box;
  padding: 1px;
  font-family: 'ATCArquette-Light';
  color:rgba(74, 74, 74, 0.579);
  text-decoration: none;
  font-size: 1.8rem; 
  display:flex;
  width:100%;
  height: 100%;
  justify-content: start;
  align-items: center;

}

.navigation a:hover, .navigation a:focus {
  color:  rgb(0, 0, 0);
}

.navigationActive{
  padding: 1px;
  font-family: 'ATCArquette-Light';
  color:rgba(0, 0, 0, 0.579);
  text-decoration: none;
  font-size: 1.8rem; 
  display:flex;
  width:100%;
  height: 100%;
  justify-content: start;
  align-items: center;
}

/*-----------TopNav Link Underline Animation-----------*/
.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0000009b;
  transition: transform 0.3s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
}

.hover-underline-animation.left::after {
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after {
  transform-origin: bottom left;
}
/*-------------------------------------MAIN-----------------------------------------*/
.content {
  max-width: 1300px; 
  margin-left: 15%;
}
/*---------------Sections---------------*/

.flyingNav {
  font-family: 'ATCArquette-Light';
  font-size: 14px;
  color: rgb(109, 109, 109);
  padding-top: 35px;
  margin-left: 20px;
  width: 460px;
  height: 54px;
  background-color: rgb(196, 195, 195, 0.7);
  border-radius: 200px;
  text-align: center;
  text-decoration: none;
  z-index: 17;
  top: 30px;
  position: fixed;
  display: inline;
}
.flyingNav a:hover, .flyingNav a:focus {
  background-color: #d5fc6a;
}
#fly {
  display: none;
}
.flyMobile a:hover, .flyMobile a:focus{
  background-color: #d5fc6a;
}
.flyMobile {
  width: 100%;
  margin-top: 30px; 
  margin-bottom:100px; 
  display: flex;
  justify-content: center; 
  font-family: 'ATCArquette-Light';
  font-size:23px;
}
.sectioncopy {
  text-align: center; 
  color:rgb(188, 237, 52); 
  margin-bottom: 11%; 
  padding-top: 100px;
  text-decoration:none; 
  font-family: 'ATCArquette-Light';
  font-size: 1.7em;
}
.sectioncopy a:link, .sectioncopy a:visited {
  text-decoration: line-through;
  color: #dcfe34;
}
.sectioncopy a:hover {
  text-decoration: none;
  color: #dcfe34;
}
.claimtext{
  padding-top: 90px; 
  color: rgb(218, 211, 202); 
  font-size: 26px; 
  width: 530px; 
  font-family: 'ATCArquette-Light';
}
.flex-H{
  justify-content: center; 
  display:flex; 
  align-items: center; 
  margin: auto;
  text-align: center;
}
.flex-WRP{
  display: flex; 
  flex-wrap: wrap; 
  justify-content: center;
}
.awardtext_1 {
  display: block;
  font-family: 'ATCArquette-Extralight';
  font-size: 2.4em;
  color: rgb(235, 225, 210);
  margin-bottom: 10px;
  max-width: 700px;
}
.awardtext_3 {
  display: block;
  font-family: 'ATCArquette-Light';
  padding-top: 20px;
  font-size: 1.15em; 
  color: rgb(241, 241, 241);
  padding-bottom: 0px;
  max-width: 85%;
  word-spacing: 0.04em; letter-spacing: 0.03em;
  position: relative;
  z-index: 7;
  margin-top: 10px;
}
#abstandUnten{
  padding-bottom: 10px;
}
.awardtext_box {
  display: block;
  font-family: 'ATCArquette-Light';
  padding-top: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  font-size: 1.2em; 
  color: rgb(241, 241, 241);
  background-color: #f98526;
  max-width: 660px;
  word-spacing: 0.04em; letter-spacing: 0.05em;
  position: absolute;
  z-index: 7;
  margin-left: 14%; 
  margin-right: 30%;
  margin-bottom: 1px;
  width: 280px;
}
.awardIMG_Award {
  display: block;
  width: 200px;
  z-index: 5;
  margin-left: 6%;
  margin-top: 5%;
}
.awardIMG_main {
  display: block;
  width: 82%;
  height: 600px;
  margin-top: 650px;
  position: relative;
  overflow: hidden;
}
.awardIMG_SUBmain {
  display: block;
  width: 50%;
  height: 500px;
  margin-top: 170px;
  position: relative;
  overflow: hidden;
}
.awardIMG_SUBmainR {
  display: block;
  width: 50%;
  height: 500px;
  margin-left: 1%;
  margin-top: 170px;
  overflow: hidden;
  object-fit: cover;
}
.subclaim {
  font-family: 'ATCArquette-Regular';
  font-size: 4.1em; 
  color: rgb(188, 237, 52);
  margin-left: 40%;
  margin-top: -30px;
  max-width: 800px;
  z-index: 15;
  position: absolute;
  background-color: rgb(178, 178, 178); 
  padding: 14px;
}
.subclaim_2 {
  font-family: 'ATCArquette-Regular';
  font-size: 4.1em; 
  color: rgb(188, 237, 52);
  margin-left: 40%;
  margin-top: -50px;
  max-width: 850px;
  z-index: 15;
  position: absolute;
}
footer {
  padding-bottom: 20%;
  padding-top: 100px;
  background-color: #2a81ff;
  margin-bottom: auto;
}
.footertext {
  font-family: 'ATCArquette-Light';
  font-size: 1.2em; 
  color: rgb(188, 237, 52);
  margin-bottom: auto;
  margin-left: 5%;
  width: auto;
}
.footerlink a:link, .footerlink a:visited, ul a:link, ul a:visited{
  box-sizing: border-box;
  padding: 0px;
  font-family: 'ATCArquette-Light';
  color: rgb(188, 237, 52);
  font-size: 1.2em; 
  margin-left: 5%;
  text-decoration: none;
}
.footerlink a:hover {
  text-decoration: line-through;
}
.seemore a:link, .seemore a:visited {
  text-decoration:overline;
  color: #dcfe34;
  font-size: 1.1em; 
}
.seemore a:link, .seemore a:visited {
  text-decoration:overline;
  color: #dcfe34;
  font-size: 1.1em; 
}
.seemore a:hover {
  text-decoration: line-through;
  color: #dcfe34;
}
.ascii-art3 {
  font-family: monospace;
  white-space: pre;
  font-size: 1.7em; 
  color: rgb(188, 237, 52);
  margin-top: 5%;
  margin-bottom: 0px;
  position: relative;
  margin-left: 12%;
}
.ascii-art4 {
  font-family: monospace;
  white-space: pre;
  font-size: 2.2em;
  color:rgb(188, 237, 52);
  margin-bottom: 20px;
  position: relative;
  padding-top: 125px;
  margin-left: 5%;
  z-index:5;
}
.triangle {
  --b:2px; 
  height: 21px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(100% 50%,0 100%,0 0,100% 50%,calc(100% - var(--b)) 50%,calc(var(--b)/2) calc(var(--b)*cos(30deg)), calc(var(--b)/2) calc(100% - var(--b)*cos(30deg)),calc(100% - var(--b)) 50%);
  background: rgb(188, 237, 52);
  margin-left: 5%;
  margin-bottom: 30px;
}
/*----------------accordion---------------*/
.accordion {
  background-color:#2a81ff;
  font-family: 'ATCArquette-Light';
  color: rgb(188, 237, 52);
  font-size: 1.2em; 
  cursor: pointer;
  padding-left: 5%;
  padding-bottom: 17px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.active, .accordion:hover {
  text-decoration: line-through;
}
.panel {
  padding-left: 8%;
  background-color: #2a81ff;
  font-family: 'ATCArquette-Light';
  color: rgb(188, 237, 52);
  font-size: 1.2em; 
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
/*----------------Breakpoints---------------*/
/*------------33----------------*/
@media(max-width:38em) {
  .ascii-art4 {
    font-size: 1.8em; 
    margin-left:1%;
  }
  .ascii-art3 {
    font-size: 0.7em;   
  }
}
/*------------MAX 42----------------*/
@media(max-width:42em) {
  #abstandUnten{
    padding-bottom: 490px;
    margin-left:0%;
  }
  .content {
    margin-left: 0%;
  }
  #target {
    display: none;
  }
  #award {
    margin-left: 0%;
    margin-top: -110px;
   }
  .awardtext_box {
    margin-left: 0%;
    width: 84%;
    padding-right: 2%;
  }
  .awardtext_1 {
    margin-left:5%;
  }
  .awardtext_3 {
    margin-left:5%;
    width: 95%;
    font-size: 1.2em; 
    margin-bottom: -400px;
  }
  .awardIMG_main {
    margin-left: 0%;
    width: 100%;
  }
  .awardIMG_SUBmain {
    margin-left: 0%;
    width: 100%;
  }
  .awardIMG_SUBmainR {
    display:none;
  }
  .subclaim {
    margin-top: 0px;
    margin-left: 10%;
    font-size: 2.6em; 
  }
  .subclaim_2 {

    margin-left: 10%;
    font-size: 2.6em; 
  }
  .boxFly_1 {
    margin-top: 1020px;
}
  .boxFly_2 {
    margin-top: 980px;
}
  .boxFly_3 {
    margin-top: 1030px;
}
  .boxFly_4 {
    margin-top: 1080px;
}
  .boxFly_5 {
    margin-top: 1120px;
}
}
/*------------42----------------*/
@media(min-width:42em) {

    .progress {
      height: 3px;
      width: 0%;
      background-color: #dcfe34;
      position: fixed;
      top: 0;
      left: 0;
      animation: progress 1s linear;
      z-index: 100;
    }
    .wrapper.show {
      display: flex;
      justify-content: right;
      right: 85px;
    }
    #award {
      margin-left: 10%;
     }
     #target_2 {
      display: none;
    }
     #flyM {
      display:none;
     }
    .ascii-art3 {
      font-size: 0.5em; 
    }
    .ascii-art4 {
      font-size: 2.0em; 
      margin-left:7%;
    }
    .awardtext_box {
      margin-left: 39%;
    }
    .boxFly_1 {
      margin-top: 510px;
  }
    .boxFly_2 {
      margin-top: 460px;
  }
    .boxFly_3 {
      margin-top: 450px;
  }
    .boxFly_4 {
      margin-top: 560px;
  }
    .boxFly_5 {
      margin-top: 590px;
  }
}
/*------------52----------------*/
 @media(min-width:52em) {
    .headline {
        font-size:54px; 
    }
    #fly {
      display: inline;
    }

  .navigation {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
    padding-top: 0px;
    margin-right: 100px;
  }

    .navigation > li {
    padding: 1px;
    height: 52px;
    width: 380px;
  }
    .navigation a:link, .navigation a:visited, ul a:link, ul a:visited{
    font-size: 1.5rem;
  }
    .navigation a:hover, .navigation a:focus {
    color:  rgb(0, 0, 0);
  }
    .navigationActive{
    padding: 1px;
    font-family: 'ATCArquette-Light';
    color:rgba(0, 0, 0, 0.579);
    text-decoration: none;
    font-size: 1.5rem; 
    display:flex;
    width:100%;
    height: 100%;
    justify-content: start;
    align-items: center;
  }

  }
/*------------85----------------*/
@media(min-width:85em) {
  .awardtext_3 {
    max-width:79%;
  }
}