@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Roboto:ital,wght@0,300;0,400;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Prompt:ital,wght@0,400;0,500;0,600;0,700;0,900;1,300;1,400&family=Roboto:ital,wght@0,300;0,400;1,300&display=swap');

:root {
  --primary:#95ad96;
  --secondary: #3a5e3b;
  --light:#ffffff;
  --dark:#212121;
  --lightgrey:#f3f3f3;
  --grey:#495057;
  --prompt:'Prompt', sans-serif;
}
::selection {
  background: #95ad96;
  color: #fff;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: #ff000000 1px solid;
}
html{
  scroll-behavior: smooth;
  overflow-x: hidden;
  border: 1px solid #333;
}

body, html, ul, ol, li, h1, h2, h3, h4, h5, h6, button {
  margin: 0;
  padding: 0;
  cursor: default;
}

body::-webkit-scrollbar {
  width: 0.33rem;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: var(--dark);
  outline: 0.1px solid var(--dark);
}
.color{
  color:#95ad96;
}
body{
    font-family: Montserrat, sans-serif;
    object-fit: cover;
    margin: 0 auto;
}
h1{
  font-size: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #333;
}
h2{
  font-size: 1rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}
h3{
  color: #333;
}
p{
  font-family: Montserrat, sans-serif;
  margin-block-start: 0em;
  margin-block-end: 0em;
}


@media ( min-width: 550px ) {  /** Tablet **/
  h1 {
    font-size: 1rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }
}

@media ( min-width: 900px ) { /** Browserfenster **/
  h1 {
    font-size: 2rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }
}
.wrapperdiv{
  position:relative;
  top:-150px;
}
.wrapperdiv2{
  position:relative;
  top:0px;
}
.kontaktdiv{
  position:relative;
  margin-top: -5rem;
}
.relative{
  position: relative;
}
.flex{
  display: flex;
  display: -ms-flexbox;
}
ol, ul {
  list-style: none;
}
fieldset, ol, ul {
  margin: 0;
  padding: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.p-0 {
  padding: 0;
}
.items-center{
  align-items: center;
}
.margin-low-down{
  margin-bottom: 0.25rem;
}
/*Loader*/
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.loader {
  display: inline-block;
  width: 1px;
  height: 1px;
  background-image: url(/assets/images/airplane-svg.png);
  position: relative;
  border: 4px solid var(--white);
  animation: loader 0.75s infinite ease;
}
.loader img {
 width: 2rem;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  } 
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}

/***** Menü *****/
.navbar{
    padding: 1vw 0rem 0.8vw 7.5rem; 
    font-size: 0.9vw;
    display: flex;
    background-color:var(--light);
    position: relative; 
    top: 0;
    z-index: 10;
    border-right: none;
    align-items: flex-start;
    justify-content: space-between;
}

.navbar .navbar-right{
  display: flex;
  align-items: center;
  justify-items: end;
}
@media ( max-width: 1048px ) {
  .navbar{
  display: none;
  }
}
.navbar-left img {
    width: 10rem;
    margin-top: 8px;
}
.navbar-middle div{
    font-weight: 400;
    padding-left: 1vw;
    text-decoration: none;
    text-decoration-color: rgb(49, 99, 51);
    color: #333;
}
.navbar-middle div:hover{
  text-decoration:underline 1.7px;
  transition: all 300ms ease-in-out;
  text-decoration-color: rgb(49, 99, 51);
  -webkit-text-decoration-color: rgb(49, 99, 51);
  -moz-text-decoration-color: rgb(49, 99, 51);
  text-underline-offset: 5px;
  color:#333 ;
}
.navbar-left{
    display: flex;
    align-items: center;
}
.navbar-left img{
  cursor: pointer;
}
.navbar-middle {
  align-items: center;
  display: flex;
  margin-left: 3rem;
  cursor: default;
  margin-bottom: 10px;
}
.navbar-middle a{
  text-decoration: none;
  cursor: pointer;
}
.navbar-middle p{
  font-family: 'Prompt', sans-serif;
  font-weight:400;
  color: #212121;
  font-size: 1.1rem;
}

.navbar-middle > *{
    padding: 10px 10px 0px 10px;
}
.leistung{
  padding-bottom:0px;
}
.anfrage a{
    font-weight: 400;
    color: var(--dark);
    cursor: pointer;
    text-decoration: none;
    font-size: 1rem;
    font-family: 'Prompt', sans-serif;
}
.anfragebutton{
  padding:0.40rem 1.25rem;
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  background-color: rgba(255, 255, 255, 0);
  font-weight: 400;
  display: flex;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.1rem;
  border: solid 0.1rem #95ad96;
  transition: ease-out 0.5s;
  box-shadow: inset 0 0 0 0 #3a5e3b;
  color: var(--dark);
}
@media only screen and (max-width: 1040px){
  .anfragebutton{
    display: none;
  }
}
@media only screen and (max-width: 1200px){
  .navbar{
    padding: 1vw 0rem 0.5rem 1rem;
  }
}
  #anfrageicon{
    margin-top: 0.35rem;
    font-size: 0.90rem;
  }
  .anfragebutton:hover #anfrage__btn{
    color: var(--light);
  }
  .anfragebutton:hover {
    box-shadow: inset 0 -100px 0 0 #3a5e3b;
    color: var(--light);
  }
  .anfragebutton:active {
    transform: scale(0.9);
  }
  .anfragebutton:hover{
    background-color: var(--light);
  }
  .dropdown-content img {
    width: 1.6rem;
    height: 1.1rem;
    border-radius: 0.1rem;
    margin-right: 0.5rem;
  }
  .lang-switcher{
    display: flex;
    align-items: center;
    margin-left: 1rem;
    margin-right: 7.5rem;
  }
  @media only screen and (max-width: 1040px){
    .lang-switcher{
      display: none;
    }
  }

  @media only screen and (max-width: 800px) {
    .lang-switcher {
    display: flex;
    align-items: center;
    margin-left: 1rem;
    margin-right: 1rem;
    }
    .wrapperdiv{
      position:relative;
      top:-50px;
    }
    .kontaktdiv{
      position:relative;
      margin-top: 50px;
    }
  }
  .lang-switcher nav{
    display: flex;
    align-items: center;
  }
  .dropdown-content.show {
    display: block;
  }
  .dropdown-content {
    opacity: 1;
    display: none;
    padding: 0.50rem 1rem 0.50rem 0.75rem;
    position: absolute;
    top: 2.8rem;
    width: fit-content;
    border-radius: 0.2rem;
    background-color: #fff;
    border: 0.01rem solid var(--dark);
  }
  .dropdown-content::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 6%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    border-color: transparent transparent var(--dark) transparent;
  }

  .dropdown-content a{
    text-decoration: none;
    color: var(--dark);
    font-family: var(--prompt);
    font-weight: 400;
    width: fit-content;
    display: flex;
    align-items: center;
    left: 0;
    font-family: Montserrat,sans-serif;
    }
    @media only screen and (max-width: 1200px){
      .lang-switcher{
        display: flex;
        align-items: center;
        margin-left: 1rem;
        margin-right: 1.5rem;
      }
      .dropdown-content {
        opacity: 1;
         display: none;
         padding: 0.50rem 1rem 0.50rem 0.75rem;
        position: absolute;
         top: 2.8rem;
         width: fit-content;
         border-radius: 0.2rem;
         background-color: #fff;
         border: 0.01rem solid var(--dark);
         margin-left: -5rem;
       }
       .dropdown-content::before {
        content: "";
        position: absolute;
        top: -8px;
        left: 72%;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 6px 8px 6px;
        border-color: transparent transparent var(--dark) transparent;
      }
    }
  .dropdown-icon{
    color: #ffff;
    margin-left: -0.1rem;
  }
  .is-active{
    padding: 0.25rem 0.5rem;
    border-radius: 0.2rem;
    border: 0.1rem solid var(--primary);
  }
  .not-active{
    padding: 0.25rem 0.5rem;
    border-radius: 0.2rem;
    border: 0.1rem solid var(--light);
  }
  .not-active:hover{
    padding: 0.25rem 0.5rem;
    border-radius: 0.2rem;
    border: 0.1rem solid var(--dark);
  }
  .rotate180{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .rotate90{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .dropdown-button a span{
    font-size: 1.1rem !important;
    margin-top: 0.10rem;
    font: var(--prompt);
  }
  i {
    padding-left: 7px;
    margin-right: -5px;
  }
  i:hover {
    padding-left: 7px;
    margin-right: -5px;
  }
  #arrow_down{
    display: none;
  }
  .leistung div li{
    display: block;
    top: 2.0rem;
    background-color: #fff;
    cursor: pointer;
    padding: 0.5vw 1vw 0.5vw 1vw;
    margin: 0.2rem;
    font-size: 0.85vw;
    background-color: rgb(247, 250, 247);
    color: #333;
    border: 1px solid #f3f3f3;
  }
  .leistung ul i{
    padding-right: 12px;
    margin-left: -10px;
  }
#leistung_ul {
    position: absolute;
    background-color: #fff;
    cursor: default;
    border: 1px solid var(--primary);
    display: none;
    margin-top:1rem;
    padding: 0;
}

#leistung_ul:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 11%;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent var(--primary) transparent;
}

#leistung_ul:hover{
  cursor: default;
  text-decoration:none;
  transition: none;
  color:#333 ;
}
#leistung_grid h2{
  font-size: 1rem;
  line-height: 1rem;
  font-family: 'Prompt', sans-serif;
  color: var(--dark);
  padding: 0;
  text-decoration: none;
  grid-area: h2;
  font-weight: 400;
  margin-left: 0.25rem;
}
#leistung_grid{
  display: grid;
  grid-template-columns: 7rem 7rem 7rem;
  grid-template-rows:7rem 7rem;
  grid-template-areas:
  "lft sft zll"
  "lnd del lag";
  grid-gap: 0.25rem;
  padding: 1rem;
  justify-content: center;
  text-align: left;
  position: relative;
}
#back {
  content: "";
  background-color: #ffffff00;
  position: absolute;
  z-index: 1000;
  top: 54;
  border: 1rem solid rgba(255, 0, 0, 0);
  width: 23.5rem;
  display: none;
  z-index: 0;
}
#back:hover{
  cursor: default;
}
#leistungimg{
  width: 4rem;
  margin: 0.50rem 0rem 0.80rem 0rem;
}
#leistung_grid h3{
  font-size: 0.80rem;
  color: var(--dark);
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  line-height: 0.6rem;
}
#leistung_grid li{
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  justify-content: center;
  display: inline-grid;
  margin: 0;
  padding: 0;
}
#leistung_grid li:hover{
  border: #3a5e3b 1px solid;
}

#lft{
  grid-area: lft;
}
#sft{
  grid-area: sft;
}
#zll{
  grid-area: zll;
}
#lnd{
  grid-area: lnd;
}
#del{
  grid-area: del;
}
#lag{
  grid-area: lag;
}
.leistung a {
  font-size: 0.9vw;
  color: #333;
  text-decoration: none;
  text-decoration-color: #fff;
}
.leistung a:hover{
  text-decoration-color: #3a5e3b;
  -webkit-text-decoration-color: rgb(49, 99, 51);
  -moz-text-decoration-color: rgb(49, 99, 51);
  text-underline-offset: 5px;
  color:#000 ;
}
.hover-underline-menu-animation {
  display: inline-block;
  position: relative;
}
.hover-underline-menu-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.hover-underline-menu-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  top: 1.4rem;
  background-color: #4c754e58;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.fixed {
  top: 0;
  padding: 1vw 0rem 1vw 7.5rem;
  position: fixed;
  left: 0;
  width: 100%;
  background-color: var(--light);
  border-bottom: 0.1rem solid var(--lightgrey);
  opacity: 1;
  animation: 0.50s ease-in-out 0s fixed;
  z-index: 10000;
}

@keyframes fixed {
  0% {
    transform: translate3d(0px, -60px, 0); 
  }
  100% {
    transform: translate3d(0, 0, 0); 
  }
}


/***** Mobile Nav *****/

  .mobile__nav img{
    width: 8rem;
    margin-left: 1rem;
  }
  .mobile__nav{
  justify-content: space-between;
  position: fixed;
  width: 100%;
  display: flex;
  padding: 12px 10px 12px 10px;  
  background-color: #fff;
  z-index: 9999;
  top: 0;
  border-bottom: #f3f3f3 1px solid;
  }

.hamburger{
  display: block;
  width: 30px;
  cursor: pointer;
  appearance: none;
  position: relative;
  border: none;
  outline: none;
  background: none;
}
.hamburger::after, .hamburger::before {
  content: '';
  width: 80%;
  height: 2px;
  background-color: var(--dark);
  margin: 3px 3px;
  transition: 0.4s;
  display: block;
}
.hamburger .bar{
  content: '';
  width: 80%;
  height: 2px;
  background-color: var(--dark);
  margin: 3px 3px;
  transition: 0.4s;
  display: block;
  margin-left: 0.30rem;
}

.hamburger.active:before {
  transform: rotate(-45deg) translate(-2px, 4px);
  color: var(--dark);
}

.hamburger.active:after {
  transform: rotate(45deg) translate(-3px, -5px);
  color: var(--dark);
}

.hamburger.active .bar{
  opacity: 0;
}

.mobile-nav {
  position: fixed;
  display: block;
  top: -200%;
  height: 25rem;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding-top: 70px;
  border-radius: 0.25;
  transition: 0.1s;
  border-bottom: solid 0.1rem #f3f3f3;
}

.mobile-nav.active{
top: 0;
}
.mobile-nav a {
  display: block;
  width: 100%;
  margin: 0 auto 10px;
  padding: 6px;
  background-color: #fff;
  text-decoration: none;
  color: var(--dark);
  border-radius: 0.25rem;
  font-size: 1.4rem;
  text-align: start;
  padding-left: 1.25rem;
  font-weight: 600;
  font-family: 'Prompt', sans-serif;
  letter-spacing: 0.1rem;
  text-decoration:underline;
  text-underline-offset: 0.20rem;
  text-decoration-color: var(--primary);
  text-decoration-thickness: 0.25rem;
}
.mobile__sprache {
  display: flex;
  width: 25%;
  max-width: 100px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  color: var(--dark);
  border-radius: 0.25rem;
  text-align: start;
  justify-content: flex-start;
}
  .mobile__sprache img {
    width: 1.90rem;
    height: 1.3rem;
    border-radius: 0.1rem;
  }
  .mobile__sprache a {
    right: 0;
    display: block;
    height: 2.7rem;
  }
  .anfrage_mobile{
    padding: 0.8rem 1rem;
    background-color:#fff;
    border: solid 0.1rem #95ad96;
    border-radius: 0.2rem;
    cursor: pointer;
    line-height: 0px;
    font-family: 'Poppins', sans-serif;
    color: var(--dark);
    font-size: 0.80rem;
    font-weight: 500;
    box-shadow: inset 0 0 0 0 #3a5e3b;
    position: absolute;
    right: 0.50rem;
    top: 0.60rem;
  }

/***** HERO *****/

.herosection{
  display: flex;
  justify-content: space-between;
  position: relative;
  height:45vw;
  padding-bottom: 14rem;
background-color: #fff;
  padding-left: 7.5rem;
  overflow: hidden;
  text-decoration: none;
}
@media ( max-width: 550px ) {
  .herosection{
    height: 20rem;
    padding-top:3rem;
    padding-left: 1rem;
  }

}
@media ( min-width: 551px) and (max-width:979px){
  .herosection{
    height: 22rem;
    padding-top:3rem;
    padding-left: 2.5rem;
    background: #fff;
  }
}
.herosection-1{
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0);
  padding-top:7vw;
  z-index: 2;
  position: relative;
}
@media ( max-width: 550px ) {
  .herosection-1{
    padding: 1rem 0rem 0rem 0.25rem;
  }
}
.herosection-2{
  vertical-align: middle;
}
.herosection-1 p{ 
  line-height: 0.6vw;
  font-size: 1vw;
}
@media ( max-width: 550px ) {
  .herosection-1 p {
    font-size: 0.6rem;
    line-height: 0.3rem;
  }
}
@media only screen and (min-width: 551px) and (max-width: 979px) {
  .herosection-1 p {
    line-height: 1rem;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 551px) and (max-width: 800px) {
  .herosection-2{
    vertical-align: middle;
    padding-top: 5rem;
  }
}
.herosection-1 h1 {
  line-height: 6.25vw;
  font-size: 6vw;
  font-family: 'Prompt', sans-serif;
  font-weight: 700;
  color: #212121;
  white-space: nowrap;
  letter-spacing: 0.05rem;
  word-spacing: -0.5rem;
  margin-left: -0.2rem;
  z-index: 1;
  position: relative;
}

.herosection-1 h1:after {
  content: "Vertrauens.";
  color: #212121;
  width: fit-content;
  height: fit-content;
  position: absolute;
  margin:0rem 0.5rem;
  padding: 0rem 0.5rem;
}
@media ( max-width: 800px ) {
  .herosection-1 h1{
    font-size: 3.5rem;
    line-height: 3.5rem;
  }
}
#herop {
  margin-bottom: 1vw;
  margin: 0.5vw 0 1vw 0;
  max-width: 50rem;
  line-height: 1.50rem;
  z-index: 5;
  position: relative;
  background: #fff;
}
@media ( max-width: 800px ) {
  #herop{
    font-size: 0.60rem;
    line-height: 1rem;
    max-width: 75%;
  }
}
.herosection-1 h2{
  line-height: 10px;
}
.buttonclass a{
  text-decoration: none;
}
.leistungenbutton {
  padding: 0.8rem 1.2rem;
  background-color: var(--secondary);
  border: solid 0.1rem #fff;
  cursor: pointer;
  line-height: 0px;
  font-family: 'Poppins', sans-serif;
  color: var(--light);
  font-size: 1rem;
  font-weight: 500;
  transition: ease-out 0.5s;
  box-shadow: inset 0 0 0 0 #fff;
  position: relative;
}
.leistungenbutton:hover {
  color: var(--dark);
  box-shadow: inset 0 -100px 0 0 #fff;
  border: solid 0.1rem var(--primary);
}
.leistungenbutton:active {
  transform: scale(0.9);
}
.leistungenbutton p{
  font-size: 1rem;
  line-height: 1rem;
}

.arrow-down{
  padding: 0.8rem 1.2rem;
  background-color: var(--light);
  border: solid 0.1rem var(--dark);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-family: 'Poppins', sans-serif;
  color: var(--dark);
  font-size: 1rem;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: inset 0 0 0 0 var(--secondary);
  transition: ease-out 0.5s;
  margin-top: 1rem;
}
.arrow-down:hover {
  color: var(--light);
  box-shadow: inset 0 -100px 0 0 var(--secondary);
  border: solid 0.1rem var(--primary);
}
.arrow-down i{
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.25rem;
  margin-top: 0.3rem;
  -webkit-animation: down 2s linear infinite;
  -moz-animation: down 2s linear infinite;
  -ms-animation: down 2s linear infinite;
  -o-animation: down 2s linear infinite;
  animation: down 2s linear infinite;
}
#arrow-down-a{
  text-decoration: none;
}
#arrow-down-div{
  height: fit-content;
  display:flex;
  justify-content: center;
  align-items: center;
}
@-webkit-keyframes down {
  0%, 50%       { padding-top: 0rem; }
  80%, 100%     { padding-top:0.50rem;  }
}
@keyframes down {
  0%, 50%       { padding-top: 0rem; }
  80%, 100%     { padding-top:0.5rem;  }
}
@media ( max-width: 900px ) {
  .leistungenbutton {
    border-radius: 0.25rem;
    background-color: var(--light);
    font-family: 'Poppins', sans-serif;
    color: var(--dark);
    font-size: 0.50rem;
    padding: 0.40rem 0.4rem;
    border: none;
    border: solid 1px #95ad96;
  }
  .leistungenbutton p{
    font-size: 0.60rem;
    line-height: 0.60rem;
  }
}

.herosection-2 img {
  margin-left: 0px;
  position: absolute;
  padding-top: 16vw;
  padding-bottom: 1vw;
}
@media ( max-width: 550px ) {
  .herosection-2 img{
    padding-top: 8rem;
  }
}
.herosection-2 #flugzeughp{
  opacity: 1;
  z-index: 1;
  transform: translate3d(-33vw, -18.5vw, 0); 
  animation: 2.5s ease-in 0s flugzeugslide;
  width: 35vw;
  z-index: 0;
  }
.herosection-2 #hero1{
  z-index: 3;
  opacity: 1;
  width: 15vw;
  transform: translate3d(-15vw, 7vw, 0); 
  animation: 1.0s ease-in 0s slideinfromright1;
}
.herosection-2 #hero2{
  z-index: 2;
  opacity: 1;
  width: 18vw;
  transform: translate3d(-31vw, 9.5vw, 0); 
  animation: 1.0s ease-in 0s slideinfromright2;
}
.herosection-2 #hero3{
  z-index: 1;
  opacity: 1;
  width: 24vw;
  transform: translate3d(-53.25vw, 10.75vw, 0); 
  animation: 1.5s ease-in 0s slideinfromright3;
}

@keyframes slideinfromright1 {
  0% {
    transform: translate3d(0px, 3vw, 0); 
  }
  100% {
    transform: translate3d(-15vw, 7vw, 0); 
  }
}
@keyframes slideinfromright2 {
  0% {
    transform: translate3d(0px, 3vw, 0); 
  }
  100% {
    transform: translate3d(-31vw, 9.5vw, 0); 
  }
}
@keyframes slideinfromright3 {
  0% {
    transform: translate3d(0vw, 3vw, 0); 
  }
  100% {
    transform: translate3d(-53.25vw, 10.75vw, 0); 
  }
}
@keyframes flugzeugslide {
  0% {
    transform: translate3d(10vw, -9vw, 0); 
  }
  100% {
    transform: translate3d(-33vw, -18.5vw, 0); 
  }
}

@media only screen and (min-width:200px) and (max-width:800px){
  .herosection-2 #flugzeughp{
    opacity: 1;
    z-index: 1;
    transform: translate3d(-90%, -65%, 0); 
    animation: 2.5s ease-in 0s flugzeugslide;
    width: 10rem;
    z-index: 0;
    }
  .herosection-2 #hero1{
    z-index: 3;
    opacity: 1;
    width: 5rem;
    transform: translate3d(-100%, 10%, 0); 
    animation: 1.0s ease-in 0s slideinfromright1;
  }
  .herosection-2 #hero2{
    z-index: 2;
    opacity: 1;
    width: 6rem;
    transform: translate3d(-170%,18%, 0); 
    animation: 1.3s ease-in 0s slideinfromright2;
  }
  .herosection-2 #hero3{
    z-index: 1;
    opacity: 1;
    width: 8rem;
    transform: translate3d(-222%,23%, 0);
    animation: 1.5s ease-in 0s slideinfromright3;
  }
  
  @keyframes slideinfromright1 {
    0% {
      transform: translate3d(0px, 0, 0); 
    }
    100% {
      transform: translate3d(-100%, 10%, 0); 
    }
  }
  @keyframes slideinfromright2 {
    0% {
      transform: translate3d(0px, 0, 0); 
    }
    100% {
      transform: translate3d(-170%,18%, 0); 
    }
  }
  @keyframes slideinfromright3 {
    0% {
      transform: translate3d(0vw, 0, 0); 
    }
    100% {
      transform: translate3d(-222%,23%, 0);
    }
  }
  @keyframes flugzeugslide {
    0% {
      transform: translate3d(0%, -40%, 0); 
    }
    100% {
      transform: translate3d(-90%, -65%, 0); 
    }
  }
}
/***** Leistungen Frontpage *****/
.leistungenhp {
  position: relative;
  height: 45rem;
  text-align: left;
  padding: 0.5rem 7.5rem 0rem 7.5rem;
  background: linear-gradient(#fff, #ecf4ec 50%);
  margin-top: -3rem;
}
.leistungenhp h1 {
  font-size: 2.5rem;
  padding-bottom: 0.5rem;
  padding-top: 2rem;
  font-family: 'Prompt', sans-serif;
  color: var(--dark);
  font-weight: 600;
}
.unsereleistungen_p{
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: #212121;
  font-weight: 500;
  line-height: 1.5rem;
}
.unsereleistungen{
    display: grid;
    grid-template-columns: 27vw 29.25vw 29.25vw;
    grid-template-rows:13rem 2.5rem 15rem;
    grid-template-areas:
    "luftfracht luftfracht seefracht"
    "verzollung lkwtransporte seefracht"
    "verzollung lkwtransporte lagerung";
    grid-gap: 0.5rem;
    z-index: 3;
    pointer-events: none;
    position: relative;
}
.unsereleistungen > * {
  pointer-events: auto;
}
.unsereleistungen:hover > div {
  opacity: 0.80;
  transition: all 400ms ease-in-out;
}
.unsereleistungen:hover > div:hover{
  opacity: 1;
}

.unsereleistungen h2 {
  writing-mode: vertical-lr;
  text-align: center;
  text-decoration-color:#3a5e3b;
  background-color: #fff;
  border-right:1px #EEEEEE solid;
  border-left:1px #EEEEEE solid;
}
.leistungen__container{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0.5rem;
  align-items: baseline;
  position: absolute;
  margin-left: 3rem;
  max-height: 14rem;
  z-index: 5;
  width: 14vw;
  height:100%;
  justify-content: center;
}
.leistungen__container_lf{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0.5rem;
  align-items: baseline;
  position: absolute;
  margin-left: 3rem;
  max-height: 15rem;
  z-index: 5;
  width: 19vw;
  height: 100%;
  justify-content: center;
}
.leistungen__container_bottom{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0.5rem;
  align-items: baseline;
  position: absolute;
  margin-left: 3rem;
  max-height: 18rem;
  z-index: 5;
  width: 14vw;
  height: 100%;
  justify-content: center;
}

.leistungen__container h3{
  padding: 0.5rem 0rem 0.15rem 0rem;
}

.leistungen__container p{
    color: #333;
    line-height: 1rem;
    max-height:fit-content;
    margin-top: 0.25rem;
    border-radius: 0.75rem;
    font-size: 0.8vw;
  }
  .leistungen__container_lf p{
    color: #333;
    line-height: 1rem;
    max-height:fit-content;
    margin-top: 0.25rem;
    border-radius: 0.75rem;
    font-size: 0.8vw;
  }
  .leistungen__container_bottom p{
    color: #333;
    line-height: 1rem;
    max-height:fit-content;
    margin-top: 0.25rem;
    border-radius: 0.75rem;
    font-size: 0.8vw;
  }
.viewmore{
  padding: 0.75rem 1rem;
  margin-top: 0.75rem;
  background-color:#fff;
  border: solid 0.1rem #95ad96;
  cursor: pointer;
  line-height: 0px;
  font-family: 'Poppins', sans-serif;
  color: var(--dark);
  font-size: 0.75rem;
  font-weight: 500;
  transition: ease-out 0.5s;
  box-shadow: inset 0 0 0 0 #3a5e3b;
}
.viewmore:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #3a5e3b;
}
.viewmore:active {
  transform: scale(0.9);
}
.unsereleistungen div h2{
  align-items:left;
  padding: 0rem 0.5rem 0rem 0.5rem;
  color: #333;
  font-weight: 500;
}
.unsereleistungen div:hover h2{
  background-color: #3a5e3b;
  color: #fff;
  border-color: #3a5e3b;
}
.unsereleistungen div{
  border-top: 1px #EEEEEE solid;
  border-right:1px #EEEEEE solid;
  border-bottom:1px #EEEEEE solid;
}

.unsereleistungen div div{
  border: none;
}
.unsereleistungen div:hover div{
  border: none;
}


#luftfracht{
  grid-area: luftfracht;
  position: relative;
  display:flex;
  justify-content: left;
  background-color: #fff;
}
#luftfracht:hover, #luftfracht:active{
  background-repeat: no-repeat;
}
.leistungen__back1{
  position: relative;
  background-image: url(/assets/images/airplane1.jpg);
  clip-path:polygon(60% 0, 100% 0, 100% 100%, 50% 100%);
  -webkit-clip-path:polygon(60% 0, 100% 0, 100% 100%, 50% 100%);
  background-position: 80% 50%;
  background-size: cover;
  background-attachment:scroll;
  width:100%;
  background-repeat: no-repeat;
  background-color: #212121;
  overflow: visible;
}
#seefracht{
  grid-area: seefracht;
  display:flex;
  justify-content: left;
  background-color: rgba(255, 255, 255, 0);
  background-color: #fff;
}
.leistungen__back2{
  position: relative;
  background-image: url(/assets/images/seefracht.jpg);
  clip-path:polygon(70% 0, 100% 0, 100% 100%, 45% 100%) ;
  -webkit-clip-path:polygon(70% 0, 100% 0, 100% 100%, 45% 100%);
  background-position: 11vw 70%;
  background-size: cover;
  background-attachment:scroll;
  width:100%;
  background-repeat: no-repeat;
  background-color:#95ad9600;
}

#lkwtransporte{
  grid-area: lkwtransporte;
  display:flex;
  justify-content: left;
  background-color: #fff;
}
.leistungen__back3{
  position: relative;
  clip-path:polygon(70% 0, 100% 0, 100% 100%, 40% 100%) ;
  -webkit-clip-path:polygon(70% 0, 100% 0, 100% 100%, 40% 100%);
  background-image: url(/assets/images/truck__hp.jpg);
  background-position:4rem;
  background-size: cover;
  background-attachment:scroll;
  width:100%;
  background-repeat: no-repeat;
  background-color: #212121;
}

#lagerung{
  grid-area: lagerung;
  display:flex;
  justify-content: left;
  background-color: #fff;
}

.leistungen__back4{
  position: relative;
  clip-path:polygon(70% 0, 100% 0, 100% 100%, 45% 100%) ;
  -webkit-clip-path:polygon(70% 0, 100% 0, 100% 100%, 45% 100%);
  background-image: url(/assets/images/lagerung__hp.jpg);
  background-position: 11vw 85%;
  background-size: cover;
  background-attachment:scroll;
  width:100%;
  background-repeat: no-repeat;
  background-color: #212121;
}

#verzollung{
  grid-area: verzollung;
  display:flex;
  justify-content: left;
  background-color: #fff;
}
.leistungen__back6{
  position: relative;
  clip-path:polygon(75% 0, 100% 0, 100% 100%, 40% 100%);
  -webkit-clip-path:polygon(75% 0, 100% 0, 100% 100%, 40% 100%);
  background-image: url(/assets/images/zoll.jpg);
  background-position: 5%;
  background-size:cover;
  background-attachment:scroll;
  width:100%;
  background-repeat: no-repeat;
  background-color: #212121;
}

.unsereleistungen h3{
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 0.10rem;
  margin-top: 0rem;
  line-height: 1.5rem;
  font-family: 'Poppins', sans-serif;
}

@media only screen and (max-width:1200px){
  .unsereleistungen {
    grid-template-columns: 1fr;
    grid-template-rows: 8rem 8rem 8rem 8rem 8rem 8rem 8rem;
    grid-template-areas: 
    "luftfracht"
    "seefracht"
    "lkwtransporte" 
    "verzollung"
    "lagerung" ;
  }
  .leistungenhp {
      position: relative;
      height: fit-content;
      background-color:#dc050500;
      text-align: left;
      background-color: #fff;
      border-radius: 0rem 0rem 0rem 0rem;
      padding: 0rem 1rem 2rem 0.75rem;
      overflow: hidden;
      border-top: solid 1px #f3f3f3 ;
    } 
    .leistungenhp h1 {
      font-size: 1.5rem;
      font-family: 'Poppins', sans-serif;
      line-height: 2rem;
      margin-top: -0.5rem;
      padding-top: 1.5rem;
      margin-left: 0px;
    }
    .leistungenhp h1:before{
      content: '';
      position: absolute;
      display: inline-block;
      height: 2.15rem;
      width: 14rem;
      border-bottom: 6px solid #95ad96;
      margin-top: -13px;
      z-index: -1;
      display:none;
    }
    .unsereleistungen div h2{
      font-size: 0.70rem;
    }
    .leistungen__container{
      padding:0.20rem;
      font-size: 0.70rem;
      color: #333;
      width: 80vw;
      display: flex ;
      max-height: 40rem;
      position: relative;
      margin-left: 0;
      overflow: hidden;
    }
    .leistungen__container_lf{
      padding:0.20rem;
      font-size: 0.70rem;
      color: #333;
      width: 80vw;
      display: flex ;
      max-height: 40rem;
      position: relative;
      margin-left: 0;
      overflow: hidden;
    }
    .leistungen__container_bottom{
      padding:0.20rem;
      font-size: 0.70rem;
      color: #333;
      width: 80vw;
      display: flex ;
      max-height: 40rem;
      position: relative;
      margin-left: 0;
      overflow: hidden;
    }
    .leistungen__container_lf p{
      padding: 0rem 0rem 0.10rem 0.5rem;
      line-height: 1rem;
      line-height: 1rem;
      overflow: hidden;
      margin-top: 0rem;
      font-size: 0.8rem;
    }
    .leistungen__container_lf h3{
      padding: 0rem 0rem 0rem 0.5rem;
      font-size:0.80rem;
      margin: 0;
    }
    
    .leistungen__container p{
      padding: 0rem 0rem 0.10rem 0.5rem;
      line-height: 1rem;
      line-height: 1rem;
      overflow: hidden;
      font-size: 0.8rem;
    }
    .leistungen__container h3{
      padding: 0rem 0rem 0rem 0.5rem;
      font-size:0.80rem;
      margin: 0;
    }
    .leistungen__container_bottom h3{
      padding: 0rem 0rem 0rem 0.5rem;
      line-height: 1rem;
      overflow: hidden;
      margin-top: 0rem;
      font-size: 0.8rem;
    }
    .leistungen__container_bottom p{
        padding: 0.20rem 0rem 0rem 0.5rem;
        font-size: 0.80 rem;
        margin: 0;
      }
    .viewmore{
      border-radius: 0.25rem;
      padding: 10px 10px 10px 10px;
      margin-left: 0.4rem;
      background-color:#3a5e3b;;
      border: 2px solid #3a5e3b;
      font-family: 'Poppins', sans-serif;
      color: #fff;
      font-size: 0.60rem;
      margin-top: 0.25rem;
    }
    .viewmore:is(:hover, :focus){
      outline: 0px solid #95ad96;
      outline-offset: 2px;
      border-radius: 0.25rem;
    }
    .mobile__menu{
      display: none;
    }
    .leistungback {
      border-top: none;
      display: none;
    }
    .leistungen__back1,.leistungen__back2,.leistungen__back3,.leistungen__back4,.leistungen__back5,.leistungen__back6 {
      clip-path: circle(91.3% at 95% 100%);
      -webkit-clip-path: circle(91.3% at 95% 100%);
      -webkit-clip-path:polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
      width: 20rem;
      background-position: center center;
    }
    .herosection{
      padding-left: 1rem;
      height: fit-content;
      padding-bottom: 5rem;
      background: #fff;
    }
    .herosection h1{
      line-height: 4rem;
    }
  }
  @media only screen and (max-width:700px){ 
    .leistungen__container p{
      padding: 0rem 0rem 0.2rem 0.5rem;
      font-size: 0.6rem;
      line-height: 0.6rem;
      overflow:visible;
      margin-top: 0rem;
    }
    .leistungen__container_lf p{
      padding: 0.2rem 0rem 0.2rem 0.5rem;
      font-size: 0.6rem;
      line-height: 0.6rem;
      overflow:visible;
    }
    .leistungen__container_bottom p{
      padding: 0.2rem 0rem 0.40rem 0.5rem;
      font-size: 0.6rem;
      line-height: 0.6rem;
      overflow:visible;
    }
    .viewmore{
      border-radius: 0.25rem;
      padding: 7px 10px 7px 10px;
      background-color:#3a5e3b;;
      border: 2px solid #3a5e3b;
      font-family: 'Poppins', sans-serif;
      color: #fff;
      font-size: 0.50rem;
    }
    .viewmore:is(:hover, :focus){
      outline: 0px solid #95ad96;
      outline-offset: 2px;
      border-radius: 0.25rem;
    }
    .unsereleistungen_p {
      font-size: 0.75rem;
      color: #212121;
      font-weight: 500;
      line-height: 1rem;
  }
  .unsereleistungen_p{
    margin-bottom: 0.5rem;
  }

   }
  @media only screen and (max-width:1200px){
    .unsereleistungen {
      grid-template-columns:95vw;
      grid-template-rows: 8rem 8rem 8rem 8rem 8rem;
      grid-template-areas: 
      "luftfracht"
      "seefracht"
      "lkwtransporte" 
      "verzollung"
      "lagerung";
      margin: 0px;
      padding: 0px;
      }
    }

  @media only screen and (min-width:800px) and (max-width:979px){
      .leistungenhp h1 {
        font-size: 1.5rem;
        font-family: 'Poppins', sans-serif;
        line-height: 2rem;
      }
      .leistungenhp h1:before{
        content: '';
        position: absolute;
        display: inline-block;
        height: 2.15rem;
        width: 14rem;
        border-bottom: 7px solid #95ad96;
        margin-top:-13px;
        z-index: -1;
      }
      .unsere
      .leistungen__container{
        padding:0.20rem;
        font-size: 0.75rem;
        overflow: hidden;
        color: #333;
      }
      .leistungen__container p{
        padding: 0.25rem 0rem 0.10rem 0.5rem;
        overflow: hidden;
        font-size: 0.8rem;
      }
      .viewmore{
        border-radius: 0.6vw;
        padding: 10px 10px 10px 10px;
        margin-left: 0.4rem;
        background-color:#3a5e3b;
        border: 2px solid #3a5e3b;
        line-height: 3px;
        font-family: 'Poppins', sans-serif;
        color: #fff;
        font-size: 0.75rem;
      }
      .viewmore:is(:hover, :focus){
        outline: 0px solid #95ad96;
        outline-offset: 2px;
        border-radius: 0.6rem;
      }
      .herosection{
        padding-top: 2rem;
        padding-bottom: 7rem;
        }
    } 

    @media only screen and (min-width:551px) and (max-width:979px){
      .herosection-1 h1{
        font-size: 3rem;
        line-height: 3rem;
      }
    #herop{
        font-size: 0.7rem;
        line-height: 1rem;
        max-width: 60%;
      }
      .herosection {
        padding-left: 1rem;
        height: fit-content;
        padding-bottom: 9rem;
    }
    }
    @media only screen and (min-width:100px) and (max-width:550px){
      .herosection-1 h1 {
        font-size: 2.1rem;
        line-height: 2.1rem;
        margin-top: 0rem;
        margin-bottom: 0.50rem;
      }
      .herosection {
        height:21.50rem;
      }
    }


@media only screen and (min-width: 1050px){
  .mobile-nav{
    display: none;
  }
  .hamburger{
    display: none;
  }
  .mobile__nav img{
    display: none;
  }
  .mobile__nav{
  display: none;
  }
}

@media only screen and(min-width:900px) and (max-width:1045px) {
  .leistungen__container p{
    font-size: 0.75rem;
    color: #333;
    line-height: 1rem;
    max-height:fit-content;
    overflow: hidden;
  }
}
/***** Dafür stehen wir *****/

.dasbietenwir {
  padding: 2.5rem 8rem 0rem 7.5rem;
  height: fit-content;
  background-color: #ecf4ec;
}
.dbw__right h1 {
  font-size: 2.5rem;
  padding-bottom: 0.5rem;
  font-family: 'Prompt', sans-serif;
  color: var(--dark);
  font-weight: 600;
  line-height: 2.5rem;
  word-spacing: -0.25rem;
}
.wrapper {
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 4rem;
}
.dbw__right {
  position: relative;
  display: grid;
  width: fit-content;
  z-index: 2;
  width: 80%;
  margin-right: 1rem;
}
.dbw__left{
  position: relative;
  display: flex;
  width: 80%;
  z-index: 2;
}
.dbw__left_l{
  position: relative;
  max-width: 50%;
}
.dbw__left_r{
  max-width: 50%;
  margin-right: 1rem;
}
.dbw__left img{
  width: 100%;
  height: 100%;
}
#img1{
  clip-path: polygon(100% 0, 100% 0, 100% 95%, 0 100%, 0 100%, 0 5%);
  height: 98%;
  object-fit: cover;
  object-position: right;
}
#img2{
  max-height: 50%;
  clip-path: polygon(100% 0, 100% 0, 100% 90%, 0 100%, 0 100%, 0 10%);
  margin-top: -2rem;
}
#img3{
  max-height: 50%;
  clip-path: polygon(100% 0, 100% 0, 100% 90%, 0 100%, 0 100%, 0 10%);
  margin-top: -1rem;
}
.dbw__right h1{
  max-width: 45rem;
  font-size: 2.5rem;
  padding-bottom: 0rem;
  font-family: 'Prompt', sans-serif;
  color: var(--dark);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
#dbw__right_p{
  max-width: 43rem;
}
.dbw__right_container{
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.dbw__right_container_icon{
  display: flex;
  padding: 0.5rem 0rem 0rem 0rem;
}
.dbw__right_container_icon p{
  margin: 0;
  padding: 0;
  display: inline-block;
  max-width: 26rem;
}
.dbw__right_container_icon_img{
  margin: 0;
  padding: 0;
  height: fit-content;
}
.dbw__right_container_icon img{
  width: 6rem;
  height: 6rem;
  background-color: #3a5e3b;
  object-fit:scale-down;
}
.dbw__right_container_icon h2{
  padding: 0;
  margin-top: 0.25rem;
  margin: 0.25rem 0rem 0.30rem 0rem;
  color: var(--dark);
  font-size: 1rem;
}
.dbw__right_container_icon p{
  padding: 0;
  font-size: 0.80rem;
  color: var(--dark);
}
.dbw__right_container_icon_box{
  margin-left:1.5rem ;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 20%;
}
#background {
  content: "";
  background: linear-gradient(#ecf4ec,#fff 50% );
  position: absolute;
  width: 100%;
  height: 15rem;
  clip-path: polygon(0 0, 100% 0%, 100% 60%, 0% 100%);
  padding-top: -1rem;
  margin-top: -4.5rem;
  rotate: -4deg;
}
@media ( max-width: 1001px ) {
  .dbw__left{
    display: none;
  }
  .dasbietenwir{
    margin: 0rem;
    height: fit-content;
    background-color: #fff;
  }
  .wrapper{
    padding: 1rem 0rem 1rem 0rem;
  }
  .dbw__right h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .dbw__right p {
    font-size: 0.70rem;
    line-height: 0.90rem;
    max-width: 50rem;
  }
  .dbw__right{
    margin: 1rem;
    }
  .dbw__right_container_icon_img {
    margin: 0;
    padding: 0;
    border: solid 0.10rem var(--dark);
    border-radius: 0.20rem;
    height: fit-content;
  }
  .dbw__right_container_icon_box {
    margin-left: 1.5rem;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0%;
  }
  .dbw__right_container_icon h2 {
    padding: 0;
    margin: 0;
    color: var(--dark);
    font-size: 1rem;
  }
  #background {
    display: none;
  }
}
@media only screen and (min-width:100px) and (max-width:550px){
  .dbw__right_container_icon h2 {
    padding: 0;
    margin: 0;
    color: var(--dark);
    font-size: 0.75rem;}
  }
  @media (max-width: 1001px){
  .dbw__right p {
    font-size: 0.70rem;
    line-height: 0.90rem;
  }
  .dbw__right {
    width: 100%;
  }
  .dasbietenwir {
    margin: 1rem 0rem;
    height: fit-content;
  } 
  .dasbietenwir {
    padding:0;
  }
  }

  @media only screen and (min-width:1000px) and (max-width:1300px){
    .dasbietenwir {
      margin: 0rem;
      height: fit-content;
    }
     .überuns {
      margin: 2.5rem 2rem 5rem 2rem;
      padding: 0;
     }
     #background {
      display: none;
    }
    .dasbietenwir {
    padding: 2.5rem 2rem 0rem 2.5rem;
    height: fit-content;
    background-color: #d4e5d569;
}
    }

/***** Das ist Logsped *****/

.überuns{
  height: fit-content;
  display: flex;
  background-color: #fff;
  padding: 2rem 5rem 0rem 7.5rem;
}
.überuns p{
  font-size: 1.10rem;
}
.wwsh1{
  justify-content: center;
  position: relative;
  padding: 0;
  max-width: 45rem;
  margin-top: 10rem;
  z-index: 5;
  overflow-y: hidden;
}
.wwsh1 h1{
    font-size: 2.5rem;
    padding-bottom: 1rem;
    font-family: 'Prompt', sans-serif;
    color: var(--dark);
    font-weight: 600;
    line-height: 2.5rem;
    word-spacing: -0.25rem;
    padding-top: 0.25rem;
  }

  .wwsh2{
    margin-left: 12vw;
    display: grid;
    grid-template-columns: 14vw 0.5rem 14vw;
    grid-template-rows:6rem 2.5rem 2.25rem 0.25rem 3rem 5rem;
    grid-template-areas:
    "container1 . ."
    "container1 . container2"
    ". . container2"
    "container3 . container2"
    "container3 . container2"
    "container3 . .";
    grid-gap: 0.5rem;
    padding-top: 12rem;
    justify-content: center;
    overflow: hidden;
  }
  .wwsh2 div div{
    margin: 0rem 1rem 0rem 1rem;
  }
  .wwsh2 i{
    font-size: 0.80rem;
  }
  .wwsh2 h2 {
    font-size: 1rem;
    line-height: 1rem;
    font-family: 'Prompt', sans-serif;
    color: var(--dark);
    font-weight: 500;
}
  .wwsh2 h3{
      font-size: 2rem;
      margin: 0.5rem 0rem 0rem 0rem;
      color: var(--secondary);
  }
  .wwsh2 h4{
    font-size: 2.5rem;
    font-family: 'Prompt', sans-serif;
    color: #fff;
    font-weight: 600;
    margin-top: 0,5rem;
    margin-right: 0.25rem;
    text-align: end;
  }
  .wwsh2__container{
    display: flex;
    position: relative;
    justify-content: space-around;
    height: fit-content;
    margin-top: 5%;
    max-width: 50rem;
    overflow: hidden;
  }
  .wwsh2__container h2{
    font-size: 1.10rem;
    margin-top: auto;
  }
  .wwsh2_container1{
      grid-area:container1;
      color: var(--dark);
      background-color:#fefefe;
      text-align: center;
      z-index: 5;
      border: solid 0.10rem var(--dark);
      height: 10rem;
      position: relative;
      margin: 0.25rem;
      width: 33%;
    }
    .wwsh2_container1 h2{
      color: var(--dark);
      font-size: 1.1rem;
      margin-bottom: 0.8vh;
      font-family: var(--prompt);
      line-height: 1rem;
    }

    .wwsh2_container1 h3{
      color: var(--dark);
      font-weight: 500;
      padding-top: 0.75rem;
      font-size: 1.75rem;
    }
    .wwsh2_container1 p{
      font-size: 0.9rem;
      margin: 0.10rem 0.75rem 0rem 0.75rem;
    }
    .wwsh2_container2{
      grid-area:container2;
      background-color: #fefefe;
      text-align: center;
      z-index: 5;
      border: solid 0.10rem var(--dark);
      max-width: 14rem;
      padding-bottom: 1rem;
      height: 10rem;
      position: relative;
      margin: 0.25rem;
      width: 33%;
    }
    .wwsh2_container2 h2{
      color: var(--dark);
      font-size: 1.1rem;
      margin-bottom: 0.8vh;
      font-family: var(--prompt);
      line-height: 1rem;
    }
    .wwsh2_container2 p{
      font-size: 0.9rem;
      margin: 0.10rem 0.75rem 0rem 0.75rem;
      color: var(--dark);
    }
    .wwsh2_container2 h3{
      color: var(--dark);
      font-weight: 500;
      padding-top: 0.75rem;
      font-size: 1.75rem;
    }
    .wwsh2_container3{
      grid-area:container3;
      background-color: #fefefe;
      text-align: center;
      z-index: 5;
      border: solid 0.10rem var(--dark);
      max-width: 14rem;
      padding-bottom: 1rem;
      height: 10rem;
      position: relative;
      margin: 0.25rem;
      width: 33%;
    }
    .wwsh2_container3 h2{
      color: var(--dark);
      font-size: 1.1rem;
      margin-bottom: 0.8vh;
      font-family: var(--prompt);
      line-height: 1rem;
    }
    .wwsh2_container3 p{
      font-size: 0.9rem;
      margin: 0.10rem 0.75rem 0rem 0.75rem;
      color: var(--dark);
    }
    #wwsh2_fa{
      position: absolute;
      margin-top: 1rem;
      margin-left: 4rem;
    }
    .wwsh2img{
      z-index: 0;
      right: 0;
    }
    .wwsh2_container3 h3 {
      color: var(--dark);
      font-weight: 500;
      padding-top: 0.75rem;
      font-size: 1.75rem;
  }
  .wwsh2__container img{
    max-width: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0%;
    overflow: hidden;
    object-fit: contain;
    max-height: 30%;
  }
  #wwsh2info{
    position: relative;
    min-height: 10rem;
    z-index: 3;
    padding-top: 1.5rem;
    overflow: hidden;
  }
  .wwsh2__container div{
    overflow: hidden;
  }

  @media (max-width: 1600px) {
    .wwsh1 {
      margin-top: 8rem;
      margin-left: 0rem;
      z-index: 5;
      width: 40rem;
      max-width: 90%;
      padding: 0;
  }
  .überuns p {
    font-size: 1rem;
  }
  .wwsh1 h1 {
    font-size: 2.2rem;
  }
  .wwsh2__container div{
    height: 0.15rem fit-content;
  }
  .wwsh2__container div h3{
    font-size: 1.5rem;
  }
  .wwsh2__container div h2{
    font-size: 1.1rem;
    margin-bottom: 1.5vh;
    font-family: var(--prompt);
    line-height: 1rem;
  }
  .wwsh2__container div p{
    font-size: 0.80rem;
  }
  }
  @media ( max-width: 1001px ) {
  .überuns{
  position: relative;
  display:contents;
  margin: 0rem 2rem 0rem 2rem;
  }
  .wwsh2_container2{
    max-width: 12rem;
    overflow: hidden;
    padding-bottom: 0rem;
  }
  .wwsh2_container3{
    max-width: 12rem;
    overflow: hidden;
    padding-bottom: 0rem;
  }
  .wwsh2_container1{
    max-width: 12rem;
    overflow: hidden;
    padding-bottom: 0rem;
  }
  .wwsh2 p{
    font-size: 0.7rem;
  }
  .wwsh1 {
    margin-top: 2rem;
    margin-left: 1rem;
    z-index: 5;
}
.wwsh2 h2 {
  font-size: 1rem;
  line-height: 1rem;
  font-family: 'Prompt', sans-serif;
  color: var(--dark);
  font-weight: 500;
}
.wwsh2 h3 {
  font-size:2rem;
  margin: 0.5rem 0rem 0rem 0rem;
}
.überuns p {
  font-size: 0.80rem;
}
}
@media (max-width:650px) {
  .wwsh2__container{
    display: block;
    width: 100%;
  }
  .wwsh2_container2{
    max-width: 100%;
    overflow: hidden;
    height: fit-content;
    margin: 0;
  }
  .wwsh2_container3{
    max-width: 100%;
    overflow: hidden;
    height: fit-content;
    margin: 0;
  }
  .wwsh2_container1{
    max-width: 100%;
    overflow: hidden;
    height: fit-content;
    margin: 0;
  }
  .wwsh2__container div {
    width: 100%;
    height: 8rem;
    min-height: 2rem;
    margin-bottom: 0.5rem;
}
  .wwsh2__container img{
    height: 25%;
  }
  #wwsh2info {
    min-height: 2rem;
  }
} 
@media only screen and (min-width:1000px) and (max-width:1300px){
   .überuns {
    margin: 0rem 2rem 5rem 2rem;
    padding: 0;
   }
  }


@media ( max-width: 550px ) {
  .wwsh2img{
    z-index: 1;
    margin: -10vw 0rem 0rem 1rem;
    overflow-x: hidden;
  }
  .wwsh1 h1 {
    font-size: 1.5rem;
    padding-bottom: 0.2rem;
    font-family: 'Prompt', sans-serif;
    color: var(--dark);
    font-weight: 600;
    line-height: 2.5rem;
    word-spacing: -0.25rem;
  }
  .wwsh1 {
    margin-top: 1rem;
    margin-left: 1rem;
    z-index: 5;
    width: 40rem;
    max-width: 90%;
    padding: 0;
    margin-bottom: 5rem;
    overflow: visible;
}
.wwsh2__container{
  display: block;
  width: 100%;
}
.wwsh2__container div h3{
  font-size: 0.90rem;
}
.wwsh2__container div h2{
  font-size: 0.90rem;
  margin-bottom: 0.5vh;
}
.wwsh2__container div p{
  font-size: 0.70rem;
}
.wwsh2_container2{
  max-width: 100%;
  width: 50rem;
  overflow: hidden;
  margin: 0;
  margin-bottom: 0.75rem;
}
.wwsh2_container3{
  max-width: 100%;
  overflow: hidden;
  margin: 0;
}
.wwsh2_container1{
  max-width: 100%;
  overflow: hidden;
  height: fit-content;
  margin: 0;
  margin-bottom: 0.75rem;
}
.wwsh2__container div {
  width: 100%;
  overflow: hidden;
  height: 8rem;
  margin-bottom: 0.5rem;
}
#wwsh2info {
  position: relative;
  min-height: 7rem;
  justify-content: center;
  z-index: 99;
  padding-top: 1rem;
}
#wwsh2info h2{
  margin-top: 1rem;

}
}


/*** Kontakt ***/
.kontakt{
  padding: 0;
  height: fit-content;
  margin-bottom: 5rem;
  margin-top: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow-x: hidden;
  background-color: #fff;
}
.kontakt_wrapper{
  justify-content: space-between;
}
.kontakt_links{
  position: relative;
  margin-top: 2rem;
}
.kontakt_rechts{
  padding-left:0;
}
.kontakt_rechts h2{
  font-size: 2.5rem;
  padding-bottom: 1rem;
  font-family: 'Prompt', sans-serif;
  color: var(--dark);
  font-weight: 600;
  line-height: 2.5rem;
  word-spacing: -0.25rem;
}
.kontakt_rechts p{
  max-width: 55rem;
}
form{
  width: 100%;
  padding: 0rem 9rem 0rem 9rem;
}
input, textarea{
  width: 100%;
  padding: 0.5rem;
  outline: 0;
  border: solid 0.1rem #f3f3f3;
  background: transparent;
  font-size: 1rem;
  border-radius: 0.2rem;
  box-sizing: border-box;
  caret-color: var(--primary);
}
textarea{
  height: 10rem !important;
}
label {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--dark);
  cursor: text;
  pointer-events: none;
  display: block;
}
#submit{
  padding:0.50rem 1rem;
  background-color:#fff ;
  outline: #95ad96;
  border: solid 0.1rem var(--primary);
  border-radius: 0.20rem;
  cursor:pointer;
  width: 100%;
  font-family: 'Prompt', sans-serif;
  font-weight:400;
  color: var(--dark);
  font-size: 1rem;
}
#submit:hover{
  color: #fff;
  box-shadow: inset 0 -100px 0 0 #95ad96;
  transition: 800ms;
}
.kontaktformular {
  position: relative;
  margin-bottom:1.5rem;
}
.eingabefeld {
  border: 1px solid silver !important;
  border-radius: 5px;
  box-sizing: border-box;
  color: var(--dark);
  height: 40px;
  padding: 1.25rem 15px;
  resize: none;
}
.eingabefeld::placeholder {
  color: transparent;
}
.eingabefeld:placeholder-shown ~ .eingabelabel {
  top: 12px;
  border-right: none;
  border-left: none;
}
.eingabelabel {
  background-color: white;
  color: var(--dark);
  display: block;
  font-size: .9em;
  margin-left: 5px;
  padding: 0 10px;
  pointer-events: none;
  position: absolute;
  top: -10px;
  transition: 0.2s;
  height: fit-content;
}
.eingabefeld:focus {
  border: 1px solid var(--primary) !important;
  outline: none;
}
.eingabefeld:focus ~ .eingabelabel {
  background-color: white;
  color: var(--primary);
  font-size: .9em;
  margin-left: 5px;
  padding: 0 10px;
  position: absolute;
  top: -10px;
  transition: 0.2s;
}
.result{
  border: solid 0.10rem var(--primary);
  margin: 1rem 9rem 0rem 9rem;
  border-radius: 0.2rem;
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: center;
}
.result h2{
  width: fit-content;
  font-weight: 400;
  font-size: 1rem;
}
.button-area span{
  width: 100%;
  margin-top: 1rem;
  font-size: 0.9rem;
}

#checkbox{
  background-color: var(--primary);
  width: 40px;
  color: #212121;
}
input#checkbox.checkbox{
  accent-color: var(--primary);
  z-index: 30;
}
#checkbox_text{
  z-index: 1;
  background-color: rgba(255, 255, 240, 0);
  font-size: 0.75rem;
  text-align: left;
  margin-left: 2rem;
  max-width: 90%;
  margin-top: 0.15rem;
}
#kontaktformular {
  position: relative;
  margin-bottom:1.5rem;
  display: flex;
  justify-content: space-between;
}

@media ( max-width: 1001px ) {
  .kontakt {
    padding: 0;
    height: fit-content;
    margin-top: 12rem;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow-x: hidden;
  }
  form {
    width: 100%;
    padding: 5%;
  }
  .button-area{
    margin-top: 3rem;
  }
  .kontakt_rechts p{
    margin:0rem 1rem 0rem 1rem
  }
  .kontakt_rechts h2{
    font-size: 2rem;
    font-family: 'Prompt', sans-serif;
    color: var(--dark);
    font-weight: 600;
    line-height: 2rem;
    word-spacing: -0.25rem;
  }
}
@media ( max-width: 550px ) {
  .kontakt {
    padding: 0;
    height: fit-content;
    margin-top: 5rem;
    margin-bottom: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow-x: hidden;
  }
}
#datenschutz_p{
  z-index: 1;
  background-color: rgba(255, 255, 240, 0);
  font-size: 0.80rem;
  text-align: left;
  width: 100%;
  margin-top:1.5%;
  text-align: center;
  color: #212121;
}
#datenschutz_div{
  display: flex;
}
#datenschutz_div a{
  text-decoration: none;
  color: var(--primary);
  margin-left: 0.5%;
  font-weight: 500;
}
@media ( max-width: 1001px ) {
  #datenschutz_p{
    text-align: center;
  }
}
#world {
  width: 50vw;
  height: 40vw;
  max-width:100%;
  background-color:#00003300;
  position: absolute;
  margin-top: -12rem;
  z-index: 1;
}
#world1 {
  width: 50vw;
  height: 40vw;
  max-width:100%;
  background-color:#00003300;
  position: absolute;
  margin-top: -12rem;
  z-index: 5;
}
#world1 img {
  width: 100%;
  height: 100%;
}

/*** Footer ***/

.footer_wrapper{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1rem;
  background-color: var(--light);
  justify-content: center;
  text-align: center;
  height:fit-content;
  padding-top: 2rem;
  padding: 3rem 8rem 3rem 8rem;
  border-top: 0.1rem solid var(--dark);
  overflow-x: hidden;
}

.footer_wrapper div ul li{
  list-style: none;
}
.footer1 img{
  max-width: 50%;
}

.footer2 ul li{
  text-decoration: none;
  margin: 0.3rem;
}
.footer2 ul li::marker{
  content:"";
}
.footer2 ul li a{
  text-decoration: none;
  color: var(--dark);
}
.footer2 ul li a:hover{
  color: var(--secondary);
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.footer_wrapper h2{
  font-size: 1.10rem;
  color: #212121;
  margin-bottom: 0.5rem;
}

.footer3 ul li{
  text-decoration: none;
  margin: 0.3rem;
}
.footer3 ul li::marker{
  content:"";
}
.footer3 ul li a{
  text-decoration: none;
  color: var(--dark);
}
.footer3 ul li a:hover{
  color: var(--secondary);
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.footer3 img{
  width: 20px;
  margin-left: 0.3rem;
  border-radius: 1px;
}
.footer4 h3{
  color: var(--dark);
  font-size: 1rem;
}
.footer4 p{
  line-height: 1.25rem;
  margin-top: 0.25rem;
}
.copyright{
  height: fit-content;
  display: flex;
  background-color: var(--light);
  justify-content: center;
  padding: 1rem;
}
.copyright h2{
  color: var(--dark);
  font-weight: 400;
}

@media ( max-width: 1001px ) {
  .copyright h2 {
    color: var(--dark);
    font-weight: 400;
    text-align: center;
  }
}

/**** Animation ****/
.animate-on-scroll-right {
	opacity: 0;
	transform: translate(70px, 0);
	transition: all 0.25s ease-out;
	transition-delay: 0.1s;
}
.animate-on-scroll-left {
	opacity: 0;
	transform: translate(-70px, 0);
	transition: all 0.25s ease-out;
	transition-delay: 0.1s;
}
.animate {
	opacity: 1;
	transform: translate(0, 0);
}

/** Plane **/

#mySVG {
  position: relative;
  z-index: 100;
  overflow: visible;
}
.st0 {
  fill: none;
  stroke-dashoffset: 3px;
  stroke: var(--lightgrey);
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke-dasharray: 10;
}
.n1{
  position: absolute;
  padding: 0;
  height: 50rem;
  left: 0;
}

@media ( min-width: 1930px ) {
  .n1{
    position: absolute;
    right: -12rem;
    padding: 0;
    height: 50rem;
  }
  #mySVG {
    width: 80%;
  }
  .dbw__right h1 {
    max-width: 35rem;
  }
  #dbw__right_p {
    max-width: 35rem;
  }
}

/** Ports **/
#svgports {
  position: absolute;
  z-index: 100;
  overflow: visible;
  margin: -22vw 0rem 0rem 1rem;
  right: 0;
  max-width: 80rem;
}
.pathst {
  fill: none;
  stroke-dashoffset: 3px;
  stroke: #3a5e3b;
  stroke-width: 1;
  stroke-miterlimit: 10;
  stroke-dasharray: 10;
}
@media ( max-width: 1600px ) {
  #svgports {
    width: 900px;
    height: 900px;
    margin: -15vw 0rem 0rem 1rem;
  }
}

@media (max-width: 1000px){
  #svgports {
    width: 900px;
    height: 900px;
    margin: -70vw 0rem 0rem 1rem;
    overflow: hidden;
}
.wwsh2{
  margin-right: 1rem;
  margin-top: 2rem;
  grid-template-columns: auto 1rem auto;
  justify-content: left;
  padding-top: 4rem;
  overflow-x: hidden;
  display: flex;
  overflow: hidden;
}
}
@media (max-width: 800px){
  #svgports {
    width: 900px;
    height: 900px;
    margin: -31rem 0rem 0rem 1rem;
}
}
