@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

.popup .ContentBox .close       {
  padding-left: 10px;
  font-size: 30px;
  color: black;
}
.popup .ContentBox .content h3{
  font-size: 40px;
  padding-top: 0px;
  padding-bottom: 50px;
  font-weight: 1000;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.popup .ContentBox .content p{
  font-weight: 400;
  font-size: 20px;
  padding-right: 20px;
  padding-left: 20px;
}




.tel{
  max-width: 83px;
  padding-top: 7px;
  padding-left: 70px;
}

.wrapper{
  background: #171c24;
  position: fixed;
  width: 100%;
}
.wrapper nav{
  position: relative;
  display: flex;
  max-width: calc(100% - 200px);
  margin: 0 auto;
  height: 70px;
  align-items: center;
  justify-content: space-between;
}
nav .content{
  display: flex;
  align-items: center;
}
nav .content .links{
  margin-left: 80px;
  display: flex;
}
.content .logo a{
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 500;
}
.content .links li{
  list-style: none;
  line-height: 70px;
}
.content .links li a,
.content .links li label{
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 500;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.content .links li label{
  display: none;
}
.content .links li a:hover,
.content .links li label:hover{
  background: #ffffff;
}

.content .links li a:hover,
.content .links li label:hover{
  color: #000000;
}


.content .links li a:hover{
  color: rgb(0, 0, 0);
  border-radius: 10px;
}

.wrapper .search-icon,
.wrapper .menu-icon{
  color: rgb(255, 255, 255);
  font-size: 18px;
  cursor: pointer;
  line-height: 70px;
  width: 70px;
  text-align: center;
}
.wrapper .menu-icon{
  display: none;
}
.wrapper #show-search:checked ~ .search-icon i::before{
  content: "\f00d";
}

.wrapper .search-box{
  position: absolute;
  height: 100%;
  max-width: calc(100% - 50px);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}
.wrapper #show-search:checked ~ .search-box{
  opacity: 1;
  pointer-events: auto;
}


.wrapper input[type="checkbox"]{
  display: none;
}

/* Dropdown Menu code start */
.content .links ul{
  position: absolute;
  background: #171c24;
  top: 10px;

  opacity: 0;
  visibility: hidden;
  padding-bottom: 10px;
}
.content .links li:hover > ul{
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.content .links ul li a{
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px!important;
}
.content .links ul ul{
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}
.content .links ul li{
  position: relative;
}
.content .links ul li:hover ul{
  top: 0;
}

/* Responsive code start */
@media only screen and (max-width: 1250px){
  .wrapper nav{
    max-width: 100%;
    padding: 0 20px;
  }
  nav .content .links{
    margin-left: 8px;
  }
  .content .links li a{
    padding: 8px 13px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 100px);
  }
  .wrapper .search-box input{
    padding: 0 100px 0 15px;
  }
  .content .logo a{
    font-size: 13px;
  }
  .content .links li a,
  .content .links li label{
  font-size: 13px;

}
.one{
  text-align: center;
  margin-bottom: 12px;
  }
  .two{
    text-align: center;
  }

  
}

@media only screen and (max-width: 900px){
  .wrapper .menu-icon{
    display: block;
  }

  nav .content .links{
    display: block;
    position: fixed;
    background: #14181f;
    height: 100%;
    width: 100%;
    top: 70px;
    left: -100%;
    margin-left: 0;
    max-width: 200px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }
  nav #show-menu:checked ~ .content .links{
    left: 0%;
  }
  .content .links li{
    margin: 15px 20px;
  }
  .content .links li a,
  .content .links li label{
    line-height: 40px;
    font-size: 16px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }
  .content .links li a.desktop-link{
    display: none;
  }

  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul{
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }
  .content .links #show-features:checked ~ ul,
  .content .links #show-services:checked ~ ul,
  .content .links #show-items:checked ~ ul{
    max-height: 100vh;
  }
  
  .content .links #show-features:checked ~ ul,
  .content .links #show-service:checked ~ ul,
  .content .links #show-items:checked ~ ul{
    max-height: 100vh;
  }




  .content .links ul li{
    margin: 7px 20px;
  }
  .content .links ul li a{
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px!important;
  }
  .content .links li a:hover{
  color: rgb(0, 0, 0);
  border-radius: 10px;
  }
  .text{
    font-size: 1.1em;
    text-align: center;
    display: block;
    margin: o auto;
  }
  .adler{
    display: block;
    margin: 0 auto;
    max-width: 250px;
  }
  #about-us{
    padding-left: 400px;
    float: none;
    box-sizing: none;
  }
  .one{
    text-align: center;
    margin-bottom: 12px;
    }
    
}

@media (max-width: 767px){
  .ContentBox{
    width: 300px;
    height: auto;
    flex-direction: column;
  }
  .ContentBox .imgBx{
    height: 200px;
    transform: translateY(-50px);
  }

  .ContentBox .imgBx::before{
    background: #ffffff;
  }

  .ContentBox .content{
  height: auto;
  text-align: center;
  padding: 20px;
  padding-top: 0;
  }
  .close{
  top: -50px;
  right: -10px;
  background: #ffffff url(close.png);
  background-repeat: no-repeat;
  background-position: 10px;
  background-position: center;
  }
}

@media only screen and (max-width: 400px){

  .wrapper nav{
    padding: 0 10px;
  }
  .content .logo a{
    font-size: 19px;
  }
  .wrapper .search-box{
    max-width: calc(100% - 30px);
  }
  .wrapper .search-box .go-icon{
    width: 30px;
    right: 0;
  }
  .wrapper .search-box input{
    padding-right: 10px;
  }
  .wrapper{
    font-size: 10px;
  }

  img{
    display: block;
    margin: 0 auto;
    max-width: 350px;

  }
  .text{
    font-size: 1.2em;
    text-align: center;
    display: block;
    margin: o auto;
    margin-left: 25px;
  }


  .telefon{
    margin-right: 20px;
  }
  .footer{
    font-size: 10px;
  }
  .anschrift{
    text-align: center;
    padding-right: 10px;
    max-block-size: 100%;
  }
  .one{
    text-align: center;
    margin-bottom: 12px;
    }

      .ContentBox{
      width: 300px;
      height: auto;
      flex-direction: column;
    }
  .ContentBox .imgBx{
      height: 200px;
      transform: translateY(-50px);
    }
  
  .ContentBox .imgBx::before{
      background: #ffffff;
    }
  
  .ContentBox .content{
    height: auto;
    text-align: center;
    padding: 20px;
    padding-top: 0;
    }
  .close{
    top: -50px;
    right: -10px;
    background: #ffffff url(close.png);
    background-repeat: no-repeat;
    background-position: 10px;
    background-position: center;
    }


}

button{
  border: none;
  background-color: #171c24;
  cursor: pointer;
  color: white;
  justify-content: center;
  margin: auto;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px;
  border-radius: 15px;
  font-size: 15px;
  font-weight: 600;
}



.text{
  text-align: center;
  color: rgb(5, 5, 5);
  padding-left: 0px;
  padding-top: 100px;
  font-style: italic;
  padding-bottom: 10px;
}

img{
  display: block;
  margin: 0 auto;
  width: 400px;
}

.überschrift{
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  text-decoration-line: underline;
  text-underline-position: under;
  padding-bottom: 5px;
}

.one{
text-align: center;
margin-bottom: 12px;
}

.two{
  text-align: center;
}

.anschrift{
  font-size: 10px;
  background-color: #171c24;
  color: rgb(180, 180, 180);
  text-align: center;
  margin-top: 50px;
}
.footer{
  font-size: 10px;
  text-align: center;
  margin-top: 10px;
  margin-top: 15px;
}





.popup{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
 
}

.ContentBox{
   position: relative;
   width: 300px;
   height: 400px;
   background: #d1d1d1;
   border-radius: 20px;
   display: flex;
   box-shadow: 0 5px 15px rgba(0,0,0,0.1 rgb(0, 236, 0), blue, alpha);
}





.ContentBox .content{
  position: relative;
  width: 300px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ContentBox .content h3{
  color: #333;
  line-height: 1em;
  font-weight: 300;
  font-size: 2em;
  text-align: center;
  padding-bottom: 10px;
}
.ContentBox .content h2{
  font-size: 3em;
  color: #ff4d54;
  line-height: 1em;
  text-align: center;
  padding-bottom: 10px;

}
.ContentBox .content p{
  font-weight: 300;
  text-align: center;
}
.ContentBox .content a{
  display: inline-block;
  padding: 10px 20px;
  background: #ff4d54;
  color: white;
  margin-top: 15px;
  text-decoration: none;
  border-radius: 10px;
  text-align: center;
}
.close{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 10px;
  background-position: center;
  cursor: pointer;
  background: url(close.png);
  z-index: 1;
}

