
@keyframes progress {
  to {
    width: 100%;
  }
}
/*-----------global-----------*/
* {
  font-family: 'ATCArquette-Light';

}

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); 
}

/*----------Datenschutz Box----------*/
.wrapper {
  position: fixed;
  z-index: 116;
  font-family: 'ATCArquette-Light';
  top: 80px;
  right: -410px;
  max-width: 300px;
  width: 100%;
  background-color: rgb(93, 89, 92);
  opacity: .8;
  border-radius: 10px;
  padding: 35px 35px 45px;
  transition: right 0.3s ease;
  text-align: center;
}
.wrapper.show {
  right: 1vw;
}
.wrapper header {
column-gap: 12px;
}
header h2 {
  font-family: 'ATCArquette-Light';
  font-size: 1.3rem;
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.wrapper .data {
  margin-top: 25px;
  margin-bottom: 30px;
}
.wrapper .data p {
  font-family: 'ATCArquette-Light';
  color: rgb(215, 215, 215);
  font-size: 16px;
}
.data p a:hover {
  text-decoration: underline;
}
.wrapper .buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons .button {
  border:none;
  font-family: 'ATCArquette-Regular';
  font-size: 12px;
  color: rgb(255, 255, 255);
  padding: 4px 0;
  border-radius: 26px;
  background: rgb(172, 170, 168);
  cursor: pointer;
  width: calc(100% / 2 - 20px);
  transition: all 0.3s ease;
}
.buttons .button:hover {
  background-color: rgb(33, 216, 100);
}
.buttons .decline:hover {
background-color: rgb(235, 87, 24);
}
 
/*-----------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(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;
}


/*--------------------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: 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%;
}
/*------------SLIDER----------------*/
.carousel {
  position: relative;
  width: 1020px;
  height: 640px;
  overflow: hidden;
  background-color:   rgb(149, 146, 141);
}
.carousel-item .slide-image {
  width: 990px;
  height: 580px;
  background-size: cover;
  background-repeat: no-repeat;
}
.carousel-item {
  position: absolute;
  width: 100%;
  height: 0px;
  border: none;
  top: 0;
  left: 100%;
}
.carousel-item.active {
  left: 0;
  transition: all 0.5s ease-in;
}
.carousel-item div {
  height: 100%;
}

/*---------------Sections---------------*/
.sphere{
  background-repeat: no-repeat, no-repeat; 
  height:1050px; 
  background-size: 100%, 100%;  
  object-fit:fill;
}
.logo{
  padding-top: 90px;
  width:130px;
}
.claim{
  padding-top: 150px; 
  color: rgb(218, 211, 202); 
  font-size: 40px; 
  font-family: 'ATCArquette-Extralight';
  padding-left: 10px;
  padding-right: 10px;
}
.claimtext {
  padding-top: 90px; 
  color: rgb(218, 211, 202); 
  font-size: 26px; 
  max-width: 600px; 
  font-family: 'ATCArquette-Light';
  padding-left: 10px;
  padding-right: 10px;
}
.sectioncopy {
  text-align: center; 
  color:rgb(188, 237, 52); 
  padding-bottom: 100px;
  margin-top: 70px;
  text-decoration:none; 
  font-family: 'ATCArquette-Light';
  font-size: 1.3em;
  margin-left: 15%; 
  margin-right: 15%;
}
.sectioncopy a:link, .sectioncopy a:visited {
  text-decoration: line-through;
  color: #dcfe34;
}
.sectioncopy a:hover {
  text-decoration: none;
  color: #dcfe34;
}
.sustainCircle {
  width: 200px; 
  height: 110px; 
  padding-top: 90px; 
  border: 2px solid  #dcfe34;
  text-align: center; 
  border-radius: 100px; 
  color:  #dcfe34;
  margin-top: 3%;
  margin-right: 50px;
  margin-left: 50px;
}
.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 {
  font-family: 'ATCArquette-Light';
  font-size: 2.4em;
  color: rgb(235, 225, 210);
  margin-left: 0%;
  margin-right: 2%;
  margin-bottom: 100px;
  max-width: 850px;
  margin-top: 190px;
}
.awardtext_box {
  font-family: 'ATCArquette-Light';
  padding-top: 7px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  font-size: 1.1em; 
  color: rgb(241, 241, 241);
  background-color: #2a81ff;
  max-width: 660px;
  word-spacing: 0.04em; letter-spacing: 0.05em;
  position: absolute;
  z-index: 7;
  margin-top: 40px;
  margin-left: 19%; 
  margin-right: 30%;
  margin-bottom: 1px;
  width: auto;
}
.awardIMG_main {
  display: block;
  width: 82%;
  height: 600px;
  margin-top: 170px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: left;
}
.subclaim {
  font-family: 'ATCArquette-Regular';
  font-size: 4.1em; 
  color: rgb(188, 237, 52);
  margin-left: 40%;
  margin-top: 535px;
  max-width: 800px;
  z-index: 15;
  position: absolute;
  background-color: rgb(178, 178, 178); 
  padding: 14px;
}
footer {
  padding-bottom: 20%;
  padding-top: 0px;
  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: 0px;
    font-family: 'ATCArquette-Light';
    color: rgb(188, 237, 52);
    font-size: 1.6em; 
    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:hover {
    text-decoration: line-through;
    color: #dcfe34;
  }
  .ascii-art3 {
    text-align: center;
    font-family: monospace;
    white-space: pre;
    font-size: 0.8em; 
    color: rgb(188, 237, 52);
    margin-top: 5%;
    margin-bottom: 30px;
    position: relative;
    margin-left: -5%;
  }
  .ascii-art4 {
    font-family: monospace;
    white-space: pre;
    font-size: 1.8em; 
    color: rgb(235, 225, 210);
    margin-bottom: 9%;
    position: relative;
    margin-left: 9%;
    margin-top: -185px;
  }
    .ascii-art4_M {
    font-family: monospace;
    white-space: pre;
    font-size: 1.8em; 
    color: rgb(235, 225, 210);
    margin-bottom: 9%;
    position: relative;
    margin-left: 5%;
    margin-top: 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: 15px;
  }
  
  /*----------------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) {
  .logo{
    padding-top: 55px;
    width:100px;
}
  .content {
    margin-left: 0%;
  }
  #target {
    display: none;
  }
  .sphere{
    height:10%; 
  }
  .sectioncopy {
    margin-left: 5%; 
    margin-right: 5%;
  }
  .subclaim {
    margin-top: 20px;
    margin-left: 10%;
    font-size: 2.6em; 
  }
  .awardtext_1 {
    margin-bottom: -120px;
    font-size: 1.7em;
    margin-left:5%;
  }
  .ascii-art3 {
    font-size: 5px; 
  }
  .footerlink {
    font-size: 1.0em;
    margin-top: 50px;
  }
  .awardtext_box {
    margin-left: 0%;
    width: 84%;
    height:300px;
    margin-top: 660px;
    padding-right: 12%;
  }
  .awardIMG_main {
    margin-left: 0%;
    width: 100%;
  }
  .subclaim {
    margin-left:5%;
    margin-top: 0px;
  }
  .triangle {
    margin-top: 260px;
  }
  .claim{
  font-size: 30px; 
}
.awardtext_1 {
  margin-top: 60px;
}
}

/*------------42----------------*/
@media(min-width:40em) {
  .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;
  }
    #target_2 {
    display: none;
  }
  }

/*------------52----------------*/
 @media(min-width:52em) {
  .headline {
      font-size:54px; 
  }
  .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;
  }
  .sustainBar{
    border-bottom: solid 2px  #dcfe34;
    width: 100px; 
    margin-bottom: 100px;
  }
  .sustainCircle {
    margin-right: 0px;
    margin-left: 0px;
  }
  .awardtext_box {
    margin-left:10%;
    margin-top:-40px;
  }
}


