/*
Weiß: #EEEEEE
Hintergrund: #222222
Grün: #4ECC79
Header: #868686

*/
#imprint {
}
#imprint:hover{
    color: #4ECC79;
    cursor: pointer;
}
#free:hover{
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.655));
    scale: 1.03;
}
#support:hover{
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.655));
    scale: 1.03;
}
#pro:hover{
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.655));
    scale: 1.03;
}
#hosting:hover{
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.655));
    scale: 1.03;
}
#info{
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    background-color: rgb(255, 120, 120);
    width: 80%;
    border-radius: 30px;
    padding: 20px;
    font-size: 15px;
    color: rgb(0, 0, 0);

}
body{
    user-select: none;
    overflow: hidden;
}
#loadblack{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.836);
}
.three-body {
    --uib-size: 70px;
    --uib-speed: 0.8s;
    --uib-color: #4ECC79;
    z-index: 99999999;
    position: relative;
    display: inline-block;
    height: var(--uib-size);
    width: var(--uib-size);
    animation: spin78236 calc(var(--uib-speed) * 2.5) infinite linear;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999;
    position: fixed;
   }
   
   .three-body__dot {
    position: absolute;
    height: 100%;
    width: 30%;
   
   }
   
   .three-body__dot:after {
    content: '';
    position: absolute;
    height: 0%;
    width: 100%;
    padding-bottom: 100%;
    background-color: var(--uib-color);
    border-radius: 50%;
   }
   
   .three-body__dot:nth-child(1) {
    bottom: 5%;
    left: 0;
    transform: rotate(60deg);
    transform-origin: 50% 85%;
   }
   
   .three-body__dot:nth-child(1)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 var(--uib-speed) infinite ease-in-out;
    animation-delay: calc(var(--uib-speed) * -0.3);
   }
   
   .three-body__dot:nth-child(2) {
    bottom: 5%;
    right: 0;
    transform: rotate(-60deg);
    transform-origin: 50% 85%;
   }
   
   .three-body__dot:nth-child(2)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 var(--uib-speed) infinite
       calc(var(--uib-speed) * -0.15) ease-in-out;
   }
   
   .three-body__dot:nth-child(3) {
    bottom: -5%;
    left: 0;
    transform: translateX(116.666%);
   }
   
   .three-body__dot:nth-child(3)::after {
    top: 0;
    left: 0;
    animation: wobble2 var(--uib-speed) infinite ease-in-out;
   }
   
   @keyframes spin78236 {
    0% {
     transform: rotate(0deg);
    }
   
    100% {
     transform: rotate(360deg);
    }
   }
   
   @keyframes wobble1 {
    0%,
     100% {
     transform: translateY(0%) scale(1);
     opacity: 1;
    }
   
    50% {
     transform: translateY(-66%) scale(0.65);
     opacity: 0.8;
    }
   }
   
   @keyframes wobble2 {
    0%,
     100% {
     transform: translateY(0%) scale(1);
     opacity: 1;
    }
   
    50% {
     transform: translateY(66%) scale(0.65);
     opacity: 0.8;
    }
   }
  
@media(min-width: 1500px) {
    body {
        margin: 0;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: #222222;
        background-image: radial-gradient(rgba(106, 106, 106, 0.5) 2px, transparent 0);
        background-size: 30px 30px;
        background-position: -5px -5px;
        width: 100%;
        animation: moveBackground 3s linear infinite;
      }
      
      @keyframes moveBackground {
        0% {
          background-position: -5px -5px;
        }
        100% {
          background-position: 25px 25px;
        }
      }
      
      
      


body::-webkit-scrollbar {
    width: 10px;
    background-color: #141414;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10000;
  }


  body::-webkit-scrollbar-thumb {
    background-color: #868686;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10000;
  }

  body::-webkit-scrollbar-thumb:hover {
    background-color: #4ECC79;
    cursor: pointer;
    z-index: 10000;
  }

  body::-webkit-scrollbar-track {
    background-color: #222222;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10000;
  }
  #language-de{
    position: fixed;
    top: 25px;
    right: 80px;
    z-index: 9997;
    border-radius: 5px;
    height: 40px;
    transition: scale 0.2s;
    border: medium solid #141414;
    display: inline;
  }
  #language-de:hover{
    cursor: pointer;
    scale: 1.1;
  }
  #language-de1{
    display: none;
  }


header {
    padding: 10px;
    color: white;
    text-align: left;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

header.scrolled{
    top: -35px;
    background-color: #010101;
}

header img {
    max-width: 70px;
    margin-top: 25px;
    border-radius: 100%;
    transition: scale 0.3s;
    margin-left: 30px;
}
header img:hover{
    scale: 1.1;
    cursor: pointer;
}

nav {
    display: flex;
    margin-top: 40px;
}

nav ul {
    list-style-type: none;
    margin: 20px;
    padding: 0;
    display: flex;

}

nav li {
    margin-left: 80px;
    margin-right: 80px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: McLaren;
    font-size: 18px;
    color: #868686;

}
nav li:hover{
    color: #4ECC79;
    scale: 1.1;
}

.content {
    height: 1000px;
    /*background-color: #222222;*/
    padding-top: 70px;
}
#features {
    padding-top: 20px;
    font-family: Kanit;
    width: 100%;
}

#features h1{
        width: 80%;
        height: 700px;
        padding-top: 10px;
        margin-left: 100px;
        position: absolute;
}

#featbox{
    width: 97%;
    margin-top: 250px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 3%;
    justify-content: center;
}

.box{
    height: 500px;
    width: 340px;
    background-color: #2D2D2D;
    border-radius: 35px;
    margin: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.408));
    color: white;
    cursor: pointer;
    transition: filter 0.2s, scale 0.3s;
}
.box:hover{
    filter: drop-shadow(0px 0px 10px rgba(195, 195, 195, 0.408));
    scale: 1.05;
    z-index: 999;
}

.feat-info{
    height: 200px;
    position: absolute;
    margin-top: 250px;
    width: 85%;
    font-size: 20px;
    text-align: center;
}

.imgs{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    position: absolute;
}
.box h2{
    margin-top: 210px;

}
#buttons{
    width: 350px;
}
#embeds{
    width: 200px;
}
#reactions{
    width: 230px;
}
.box img{
    height: auto;
    width: 150px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-items: center;
    
}

h1{
    font-family: McLaren;
    color:#EEEEEE;
    font-size: 80px;

}

#title{
    width: 700px;
    height: 700px;
    padding-top: 50px;
    margin-left: 100px;
    position: absolute;
}

#layer{
    position: absolute;

    top: 0;
    left: -40px;
    width: calc(100% + 40px);
    height: auto;
    z-index: -1;
}

#profile{
    width: auto;
    height: 65%;
    position: absolute;
    z-index: 1;
    top: 20%;
    right: 300px;
    filter: drop-shadow(3px 3px 3px black);
}

#orderbtn{
    width: 300px;
    height: 62px;
    background-color: #4ECC79;
    position: absolute;
    color: white;
    border-radius: 14px;
    border: thin solid transparent;
    font-family: Kanit;
    font-size: 25px;
    left: 100px;
    top: 500px;
    transition: all 0.3s;

}

#orderbtn:hover{
    cursor: pointer;
    scale: 1.1;
}

#media_header img {
    display: none;
}
#qanda{
    z-index: 2;
    position: absolute;
    height: 70px;
    width: auto;
    top: 600px;
    left: 440px;
    transition: scale 0.2s;
}
#qanda:hover{
    scale: 1.1;
    cursor: pointer;
}
#plan {
    height: 1400px;
    padding-top: 30px;
    font-family: Kanit;

}
#plan h1{
    width: 100%;
    max-width: 100%;


}

#planh{
    width: auto;
    margin-left: 100px;
    z-index: 2;
}
#plansdiv{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%);

}
#free{
    height: 1100px;
    background-color: #2D2D2D;
    width: 450px;
    border-radius: 35px;
    margin: 20px 20px 20px 20px;
    display: flexbox;
    justify-content: center;
    border: medium solid #4ECC79;
    transition: scale 0.2s, filter 0.3s;
}
#hosting{
/*    height: 750px;
    background-color: #2D2D2D;
    width: 450px;
    border-radius: 35px;
    margin: 20px 20px 20px 20px;
    display: flexbox;
    justify-content: center;

    transition: scale 0.2s, filter 0.3s;
    */
    display: none;
}

#support{
    height: 1580px;
    background-color: #2D2D2D;
    width: 450px;
    border-radius: 35px;
    margin: 20px 20px 20px 20px;
    display: flexbox;
    justify-content: center;
    border: medium solid rgb(88, 153, 218);
    transition: scale 0.2s, filter 0.3s;
}

#pro{
    height: 2080px;
    background-color: #2D2D2D;
    width: 450px;
    border-radius: 35px;
    margin: 20px 20px 20px 20px;
    display: flexbox;
    justify-content: center;
    border: medium solid #FFD700;
    transition: scale 0.2s, filter 0.3s;
}

#plancontent{
    width: 100%;
    height: auto;
    
}
.planitems{
    width: 100%;
    height: 50px;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}
.planitems span{
    margin-left: 20px;
    color: white;
    font-size: 25px;
    margin-right: 30px;
    margin: 30px 20px 30px 0;
    flex-grow: 1;
}
.planitems img{
    margin-left: 10px;
}

#free h1{
    font-size: 55px;
    margin-left: 0;
    width: 500px;
    text-align: center;
    transition: color 0.3s;
    cursor: pointer;
}
#free h1:hover{
    color: #4ECC79;
}
#hosting h1{
    font-size: 55px;
    margin-left: 0;
    width: 500px;
    text-align: center;
    transition: color 0.3s;
    cursor: pointer;
}
#free h1:hover{
    color: #4ECC79;
}
#support h1{
    font-size: 55px;
    margin-left: 0;
    width: 500px;
    text-align: center;
    transition: color 0.3s;
    cursor: pointer;
}
#support h1:hover{
    color: rgb(88, 153, 218);
}
#pro h1{
    font-size: 55px;
    margin-left: 0;
    width: 500px;
    text-align: center;
    transition: color 0.3s;
    cursor: pointer;
}
#pro h1:hover{
    color: #FFD700;
}
#planorder{
    width: 300px;
    height: 62px;
    background-color: #4ECC79;
    position: relative;
    color: white;
    border-radius: 14px;
    border: thin solid transparent;
    font-family: Kanit;
    font-size: 25px;
    margin: 75px;
    transition: scale 0.2s;

}
#planorder:hover{
    cursor: pointer;
    scale: 1.1;
}
#planrequest{
    width: 300px;
    height: 62px;
    background-color: #141414;
    position: relative;
    color: white;
    border-radius: 14px;
    border: thin solid transparent;
    font-family: Kanit;
    font-size: 25px;
    margin: 75px;
    transition: scale 0.2s;

}
#planrequest:hover{
    cursor: pointer;
    scale: 1.1;
    background-color: #222222;
}
#footer {
    width: 100%;
    height: 100px;
    color: white;
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 50px;

}


#footer div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

#footer span{
    color: #868686;
}


#helpdesk{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: #2D2D2D;
    width: 50%;
    height: 90%;
    z-index: 9999;
    border-radius: 20px 20px 0 0;
    display: none;
}
#imprintdiv{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: #2D2D2D;
    width: 50%;
    height: 90%;
    z-index: 9999;
    border-radius: 20px 20px 0 0;
    display: none;
}
#black{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.526);
    z-index: 9998;
    backdrop-filter: blur(20px);
    display: none;
}

#helpdesk h1{
    font-size: 3vw;
    margin-left: 2vw;
}
#imprintdiv h1{
    font-size: 3vw;
    margin-left: 2vw;
}
#imprintdiv p{
    color: white;
    margin: 10px 2vw 10px 2vw;

    font-size: 1.2vw;
}
#imprintdiv h3{
    color: white;
    margin: 10px 2vw 10px 2vw;

    font-size: 1.5vw;
}
#helpdesk p{
    color: white;
    margin: 10px 2vw 10px 2vw;

    font-size: 1.5vw;
}

#close{
    position: fixed;
    top: 30px;
    right: 40px;
    height: 70px;
    cursor: pointer;
    transition: scale 0.2s;
}
#close:hover{
    scale: 1.1;
}
#close2{
    position: fixed;
    top: 30px;
    right: 40px;
    height: 70px;
    cursor: pointer;
    transition: scale 0.2s;
}
#close2:hover{
    scale: 1.1;
}






}







/*TABLET*/
@media(max-width: 1500px){
    body {
        margin: 0;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: #222222;
        background-image: radial-gradient(rgba(106, 106, 106, 0.5) 2px, transparent 0);
        background-size: 30px 30px;
        background-position: -5px -5px;
        width: 100%;
        animation: moveBackground 3s linear infinite;
      }
      
      @keyframes moveBackground {
        0% {
          background-position: -5px -5px;
        }
        100% {
          background-position: 25px 25px;
        }
      }
    header{
        display: none;
    }
    body::-webkit-scrollbar {
        width: 10px;
        background-color: #141414;
        border-radius: 5px;
        cursor: pointer;
        z-index: 10000;
      }
    
    
      body::-webkit-scrollbar-thumb {
        background-color: #868686;
        border-radius: 5px;
        cursor: pointer;
        z-index: 10000;
      }
    
      body::-webkit-scrollbar-thumb:hover {
        background-color: #4ECC79;
        cursor: pointer;
        z-index: 10000;
      }
    
      body::-webkit-scrollbar-track {
        background-color: #222222;
        border-radius: 5px;
        cursor: pointer;
        z-index: 10000;
      }

      #title{
        width: 60%;
        height: auto;
        padding-top: 20px;
        margin-left: 40px;
        position: absolute;
    }


    #media_block{
        background-color: #0F0F0F;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 150px;
    }
    

header img {
    display: none;
}

#profile{
    width: 30%;
    max-width: 350px;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 230px;
    right: 100px;
    filter: drop-shadow(3px 3px 3px black);
}

#orderbtn{
    width: 400px;
    height: 62px;
    background-color: #4ECC79;
    position: absolute;
    color: white;
    border-radius: 14px;
    border: thin solid transparent;
    font-family: Kanit;
    font-size: 17px;
    left: 30%;
    transform: translate(-50%);
    top: 500px;
    transition: all 0.3s;
}
#orderbtn:hover{
    cursor: pointer;
    scale: 1.0;
}
h1{
    font-family: McLaren;
    color:#EEEEEE;
    font-size: 70px;

}

#layer{
    position: absolute;
    top: 150px;
    left: -40px;
    width: calc(100% + 40px);
    height: auto;
}

#media_block{
    background-color: #0F0F0F;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
}





#features {
    width: 100%;
    padding-top: 10px;
    font-family: Kanit;
    
}
#features h1{
    width: 100%;
}
#featbox{
    width: 100%;
    margin-top: 250px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}
.box{
    height: 500px;
    width: 340px;
    background-color: #2D2D2D;
    border-radius: 35px;
    margin: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.408));
    color: white;
    cursor: pointer;
    transition: filter 0.2s;
}
.box:hover{
    filter: drop-shadow(0px 0px 10px rgba(195, 195, 195, 0.408));
}
.feat-info{
    height: 200px;
    position: absolute;
    margin-top: 250px;
    width: 85%;
    font-size: 20px;
    text-align: center;
}

.imgs{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
    position: absolute;
}
.box h2{
    margin-top: 210px;

}
#buttons{
    width: 350px;
}
#embeds{
    width: 200px;
}
#reactions{
    width: 230px;
}

.box img{
    height: auto;
    width: 150px;
    top: 30px;
    display: flex;
    align-items: center;
    justify-items: center;
    
}

#features h1{
    width: 80%;
    padding-top: 10px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    text-align: center;
}
.content {
    height: 600px;
    padding-top: 70px;
    width: 100%;
}
#media_header {
    padding: 10px;
    color: white;
    position: fixed;
    width: 95%;
    top: 0;
    z-index: 1000;
    transition: width 0.4s, transform 0.4s, left 0.4s, top 0.4s, background-color 0.4s, border-radius 0.4s;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

#media_header.scrolled {
    width: 87%;
    background-color: black;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 35px;
    top: 10px;
}

#logo {
    height: 50px; /* Beispielhafte Höhe, nach Bedarf anpassen */
    width: 50px; /* Beispielhafte Breite, nach Bedarf anpassen */
    cursor: pointer;
}
#qu {
    height: 50px; /* Beispielhafte Höhe, nach Bedarf anpassen */
    width: 50px; /* Beispielhafte Breite, nach Bedarf anpassen */ /* Padding für gleichmäßigen Abstand zum Rand des Headers */
    cursor: pointer;
}
#language-de1{
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    z-index: 9997;
    border-radius: 5px;
    height: 35px;
    transition: scale 0.2s;
    border: medium solid #141414;
    display: inline;
  }
  #language-de1:hover{
    cursor: pointer;
  }
  #language-de{
    display: none;
  }
  #plan {
    height: auto;
    padding-top: 30px;
    font-family: Kanit;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#plansdiv{
    width: 90%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;


}
#hosting{
    /*    height: 750px;
        background-color: #2D2D2D;
        width: 450px;
        border-radius: 35px;
        margin: 20px 20px 20px 20px;
        display: flexbox;
        justify-content: center;
    
        transition: scale 0.2s, filter 0.3s;
        */
        display: none;
    }
#free{
    height: 850px;
    background-color: #2D2D2D;
    width: 98%;
    max-width: 800px;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flexbox;
    justify-content: center;
    border: medium solid #4ECC79;
    transition: scale 0.2s, filter 0.3s;
    align-items: center;
    margin: 30px;
}

#support{
    height: 1150px;
    background-color: #2D2D2D;
    width: 98%;
    max-width: 800px;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flexbox;
    justify-content: center;
    transition: scale 0.2s, filter 0.3s;
    margin: 30px;
}

#pro{
    height: 1500px;
    background-color: #2D2D2D;
    width: 98%;
    max-width: 800px;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flexbox;
    justify-content: center;
    transition: scale 0.2s, filter 0.3s;
    border: thin solid #FFD700;
    margin: 30px;
}

#plancontent{
    width: 100%;
    height: auto;
}
.planitems{
    width: 100%;
    height: 50px;
    align-items: center;
    display: flex;
}
.planitems span{
    margin-left: 20px;
    color: white;
    font-size: 30px;
}
.planitems img{
    margin-left: 10px;
}

#free h1{
    font-size: 45px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    transition: color 0.3s;
    cursor: pointer;
}
#free h1:hover{
    color: #4ECC79;
}
#support h1{
    font-size: 35px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    transition: color 0.3s;
    cursor: pointer;
}
#support h1:hover{
    color: #4ECC79;
}
#pro h1{
    font-size: 35px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    transition: color 0.3s;
    cursor: pointer;
}
#pro h1:hover{
    color: #FFD700;
}
#planorder{
    width: 60%;
    height: 62px;
    background-color: #4ECC79;
    position: relative;
    color: white;
    border-radius: 14px;
    border: thin solid transparent;
    font-family: Kanit;
    font-size: 25px;
    margin: 50px 20% 0 20%;
    transition: scale 0.2s;


}
#planorder:hover{
    cursor: pointer;
    scale: 1.1;
}
#planrequest{
    width: 60%;
    height: 62px;
    background-color: #141414;
    position: relative;
    color: white;
    border-radius: 14px;
    border: thin solid transparent;
    font-family: Kanit;
    font-size: 25px;
    margin: 50px 20% 0 20%;
    transition: scale 0.2s;

}
#planrequest:hover{
    cursor: pointer;
    scale: 1.1;
    background-color: #222222;
}
#footer {
    width: 100%;
    height: 100px;
    color: white;
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 50px;
    text-align: center;

}
#footer span{
    display: block;
    margin-top: 50px;
    margin-bottom: 20px;
    font-size: 15px;
}

#footer div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 10px;

}

#footer li {
    margin: 20px;
    transition: color 0.2s;
}
#footer li:hover{
    color: #4ECC79;
    
}
#helpdesk{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: #2D2D2D;
    width: 80%;
    height: 90%;
    z-index: 9999;
    border-radius: 20px 20px 0 0;
    display: none;
}
#black{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.526);
    z-index: 9998;
    backdrop-filter: blur(30px);
    display: none;
}

#helpdesk h1{
    font-size: 6vw;
    margin: 10px 3vw 10px 3vw;
    width: 60%;
}

#helpdesk p{
    color: white;
    margin: 10px 3vw 10px 3vw;
    font-size: 3vw;
}

#close{
    position: fixed;
    top: -120px;
    left: 50%;
    transform: translate(-50%);
    height: 90px;
    cursor: pointer;
    transition: scale 0.2s;
}
#close2{
    position: fixed;
    top: 20px;
    right: 5%;
    height: 60px;
    cursor: pointer;
    transition: scale 0.2s;
    display: block;
}
#imprintdiv h3{
    color: white;
    margin: 10px 2vw 10px 2vw;

    font-size: 5vw;
}
#imprintdiv h1{
    font-size: 6vw;
    margin: 10px 3vw 10px 3vw;
}
#imprintdiv p{
    color: white;
    margin: 10px 3vw 10px 3vw;
    font-size: 3vw;
}
#imprintdiv{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: #2D2D2D;
    width: 80%;
    height: 90%;
    z-index: 9999;
    border-radius: 20px 20px 0 0;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
}


}





/*HANDY*/
@media(max-width: 800px){
    body {
        margin: 0;
        overflow: hidden;
        overflow-x: hidden;
        overflow-y: scroll;
        background-color: #222222;
        background-image: radial-gradient(rgba(106, 106, 106, 0.5) 2px, transparent 0);
        background-size: 30px 30px;
        background-position: -5px -5px;
        width: 100%;
        animation: moveBackground 3s linear infinite;
      }
      
      @keyframes moveBackground {
        0% {
          background-position: -5px -5px;
        }
        100% {
          background-position: 25px 25px;
        }
      }
    header{
        display: none;
    }

    #title{
        width: 70%;
        height: auto;
        padding-top: 20px;
        margin-left: 20px;
        position: absolute;
    }

    h1{
        font-size: 30px;
    
    }

    
header img {
    display: none;
}

#profile{
    width: 150px;
    height: auto;
    position: absolute;
    z-index: 1;
    top: calc(190px+4%);
    right: 30px;
    filter: drop-shadow(3px 3px 3px black);
}

#orderbtn{
    width: 200px;
    height: 42px;
    background-color: #4ECC79;
    position: absolute;
    color: white;
    border-radius: 14px;
    border: thin solid transparent;
    font-family: Kanit;
    font-size: 17px;
    left: 50%;
    transform: translate(-50%);
    top: 450px;
    transition: all 0.3s;
    z-index: 2;
}
#orderbtn:hover{
    cursor: pointer;
    scale: 1.0;
}


#layer{
    position: absolute;
    top: 150px;
    left: -40px;
    width: calc(100% + 40px);
    height: auto;
}

#media_block{
    background-color: #0F0F0F;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

#media_header {
    padding: 10px;
    color: white;
    position: fixed;
    width: 95%;
    top: 0;
    z-index: 1000;
    transition: width 0.4s, transform 0.4s, left 0.4s, top 0.4s, background-color 0.4s, border-radius 0.4s;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

#media_header.scrolled {
    width: 87%;
    background-color: black;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 35px;
    top: 10px;
}

#logo {
    height: 50px; /* Beispielhafte Höhe, nach Bedarf anpassen */
    width: 50px; /* Beispielhafte Breite, nach Bedarf anpassen */
    cursor: pointer;
}
#qu {
    height: 50px; /* Beispielhafte Höhe, nach Bedarf anpassen */
    width: 50px; /* Beispielhafte Breite, nach Bedarf anpassen */ /* Padding für gleichmäßigen Abstand zum Rand des Headers */
    cursor: pointer;
}



.content {
    height: 400px;
    padding-top: 70px;
    width: 100%;
}


#features {
    width: 100%;
    padding-top: 50px;
    font-family: Kanit;
}

#featbox{
    width: 100%;
    margin-top: 250px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.box{
    height: 400px;
    width: 100%;
    max-width: 300px;
    background-color: #2D2D2D;
    border-radius: 15px;
    margin: 10px 10px 10px 10px;
    display: flex;
    justify-content: center;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.408));
    color: white;
    cursor: pointer;
}
.feat-info{
    height: 200px;
    position: absolute;
    margin-top: 230px;
    width: 79%;
    font-size: 17px;
    text-align: center;
}

.imgs{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 90%;
    max-width: 90%;
}
.box h2{
    margin-top: 180px;

}
h1{
    font-family: McLaren;
    color:#EEEEEE;
    font-size: 40px;

}



#features h1{
    width: 80%;
    padding-top: 70px;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    text-align: center;
}

#plan {
    height: 3300px;
    padding-top: 10px;
    font-family: Kanit;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}
#plansdiv{
    width: 99%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}
#hosting{
    /*    height: 750px;
        background-color: #2D2D2D;
        width: 450px;
        border-radius: 35px;
        margin: 20px 20px 20px 20px;
        display: flexbox;
        justify-content: center;
    
        transition: scale 0.2s, filter 0.3s;
        */
        display: none;
    }
#free{
    height: auto;
    padding-bottom: 50px;
    background-color: #2D2D2D;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flexbox;
    justify-content: center;
    border: medium solid #4ECC79;
    align-items: center;
    transition: scale 0.2s, filter 0.3s;
}

#support{
    height: auto;
    padding-bottom: 50px;
    background-color: #2D2D2D;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flexbox;
    justify-content: center;
    transition: scale 0.2s, filter 0.3s;
}

#pro{
    height: auto;
    padding-bottom: 50px;
    background-color: #2D2D2D;
    width: 100%;
    border-radius: 20px;
    margin-bottom: 30px;
    display: flexbox;
    justify-content: center;
    border: thin solid #FFD700;
    transition: scale 0.2s, filter 0.3s;
}

#plancontent{
    width: 100%;
    height: auto;
}
.planitems{
    width: 100%;
    height: 50px;
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}
.planitems span{
    margin-left: 20px;
    color: white;
    font-size: 20px;
    margin: 20px 20px 20px 0;
    flex-grow: 1;
}
.planitems img{
    margin-left: 10px;
}

#free h1{
    font-size: 35px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    transition: color 0.3s;
    cursor: pointer;
}
#free h1:hover{
    color: #4ECC79;
}
#support h1{
    font-size: 35px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    transition: color 0.3s;
    cursor: pointer;
}
#support h1:hover{
    color: #4ECC79;
}
#pro h1{
    font-size: 35px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    transition: color 0.3s;
    cursor: pointer;
    margin-top: 30px;
}
#pro h1:hover{
    color: #FFD700;
}
#planorder{
    width: 60%;
    height: 62px;
    background-color: #4ECC79;
    position: relative;
    color: white;
    border-radius: 14px;
    border: thin solid transparent;
    font-family: Kanit;
    font-size: 25px;
    margin: 50px 20% 0 20%;
    transition: scale 0.2s;


}
#planorder:hover{
    cursor: pointer;
    scale: 1.1;
}
#planrequest{
    width: 60%;
    height: 62px;
    background-color: #141414;
    position: relative;
    color: white;
    border-radius: 14px;
    border: thin solid transparent;
    font-family: Kanit;
    font-size: 25px;
    margin: 50px 20% 0 20%;
    transition: scale 0.2s;

}
#planrequest:hover{
    cursor: pointer;
    scale: 1.1;
    background-color: #222222;
}
#footer {
    width: 100%;
    height: 100px;
    color: white;
    position: relative;
    bottom: 0;
    left: 0;
    padding-top: 10px;
    text-align: center;

}
#footer span{
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    width: 95%;
}


#footer div {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 10px;

}

#footer li {
    margin: 20px;
    transition: color 0.2s;
}
#footer li:hover{
    color: #4ECC79;
    
}
#helpdesk p{
    color: white;
    margin: 10px 2vw 10px 2vw;

    font-size: 1.5vw;
}
#imprintdiv h3{
    color: white;
    margin: 10px 2vw 10px 4vw;

    font-size: 20px;
}
#helpdesk h1{
    font-size: 3vw;
    margin-left: 2vw;
}
#imprintdiv h1{
    font-size: 30px;
    margin-left: 4vw;
}
#imprintdiv p{
    color: white;
    margin: 10px 2vw 10px 5vw;

    font-size: 15px;
}
#imprintdiv{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: #2D2D2D;
    width: 100%;
    height: 90%;
    z-index: 9999;
    border-radius: 20px 20px 0 0;
    overflow-y: scroll;
    overflow-x: hidden;
}

#language-de1{
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    z-index: 9997;
    border-radius: 5px;
    height: 35px;
    transition: scale 0.2s;
    border: medium solid #141414;
    display: inline;
  }
  #language-de1:hover{
    cursor: pointer;
  }
  #language-de{
    display: none;
  }
  #helpdesk{
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: #2D2D2D;
    width: 100%;
    height: 90%;
    z-index: 9999;
    border-radius: 10px 10px 0 0;
    display: none;
}
#black{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 1, 1, 0.526);
    z-index: 9998;
    backdrop-filter: blur(30px);
    display: none;
}

#helpdesk h1{
    font-size: 30px;
    margin-left: 10px;
    width: 60%;
}

#helpdesk p{
    color: white;
    margin-left: 10px;
    font-size: 15px;
    margin: 10px 2vw 10px 2vw;
}
#close2{
    position: fixed;
    top: 10px;
    right: 5%;
    height: 60px;
    cursor: pointer;
    transition: scale 0.2s;
    display: block;
}
#close{
    position: fixed;
    top: -70px;
    left: 50%;
    transform: translate(-50%);
    height: 60px;
    cursor: pointer;
    transition: scale 0.2s;
}

}
#ver{
    color: #2D2D2D;
    position: absolute;
    z-index: 9999;
    top: 5px;
    left: 60px;
    font-family: Kanit;
}
a{
    text-decoration: none;
}
/*
@media(min-width: 0px){
    #features {
        height: 4900px;
    }
}
@media(min-width: 720px){
    #features {
        height: 3000px;
    }
}


@media(min-width: 800px){
    #features {
        height: 2800px;
    }
}
@media(min-width: 1080px){
    #features {
        height: 1900px;
    }
    
}
@media(min-width: 1260px){
    #features {
        height: 2000px;
    }
    
}
@media(min-width: 1850px){
    #features {
        height: 1400px;
    }
    
}
@media(min-width: 3360px){
    #features {
        height: 800px;
    }
    
}

@media(min-width: 3360px){
    #features {
        height: 800px;
    }
    
}


*/

  