
@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;
}
/*---------------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(200, 219, 52, 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;
}


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

.navi {
  width: 90%;
  height: 100%;
}

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

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

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


}

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

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

  box-sizing: border-box;
  padding-right: 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;
 /*------ margin-left: 0px;-----*/

}

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

.navigationActive{
  padding: 1px;
  font-family: 'ATCArquette-Regular';
  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;
}
/*------------------------------------------------------------------------------*/
/*---------------Sections---------------*/
.contact {
  text-align:center;
  font-family: 'ATCArquette-Light';
  font-size:21px; 
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.contact a:link, .contact a:visited {
  text-decoration: underline;
  color: #5b5959;
}
.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;
}
  .extext5 {
    font-family: 'ATCArquette-Light';
    font-size:26px; 
    color: blanchedalmond;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    max-width: 85%;
  }
  .extext6 {
    font-family: 'ATCArquette-Light';
    font-size:42px; 
    color: blanchedalmond;
    margin-left: 5%;
    margin-bottom: 10px;
    margin-right: 8%;
    max-width: 900px;
  }
  .extext7 {
    font-family: 'ATCArquette-Regular';
    font-size: 1.4em; 
    color:rgb(98, 71, 168);
    margin-left: 0px;
    margin-bottom: 50px;
    margin-right: auto;
    max-width: 1000px;
  }
  .circleB {
    width: 260px;
    height: 260px;
    border-radius: 150px;
    border: 1px solid #ff00ff;
    position: absolute;
  }
  .ascii-art4 {
    font-family: monospace;
    white-space: pre;
    font-size: 1.5em; 
    color:rgb(98, 71, 168);
    margin-top: 100px;
    margin-bottom: 7%;
    position: relative;
    margin-left: 10%;
  }
  #asciiScreen{
    display:none;
  }
.process {
   font-family: 'ATCArquette-Light';
   width: 100%; 
   color:rgb(98, 71, 168); 
   font-size: 21px;
}
  footer {
    padding-bottom: 20%;
    padding-top: 50px;
    background-color: #2a81ff;
    margin-bottom: auto;
  }
  .footertext {
    font-family: 'ATCArquette-Light';
    font-size: 1.2em; 
    color: rgb(188, 237, 52);
    margin-bottom: 0px;
    margin-left: 5%;
    width: auto;
  }
  .footerTop {
    margin-top: 84px;
    }
  .footerlink a:link, .footerlink a:visited, ul a:link, ul a:visited {
    box-sizing: border-box;
    padding: 1px;
    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;
  }
  .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: 55px;
  }
      /*----------------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---------------*/
  /*------------41----------------*/
  @media(max-width:42em) {
    #target {
      display:none;
    }
  }

/*------------42----------------*/
  @media(min-width:42em) {
    #targetP {
      display:none;
    }
    .progress {
      height: 3px;
      width: 0%;
      background-color: rgb(0, 229, 255);
      position: fixed;
      top: 0;
      left: 0;
      animation: progress 1s linear;
      z-index: 180;
    }
    #asciiScreen{
      display:block;
    }
    #asciiMobile{
      display:none;
    }
  }
/*------------52----------------*/
 @media(min-width:52em) {
  .navi {
    width: 100%;
    height: 100%;
  }
  .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;
  }
 }
/*------------62----------------*/
@media(min-width:62em) {
  .extext5 {
    max-width: 58%;
  }
}