@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 100;
    src: local("Poppins Regular"), url("font/Poppins-Regular.woff") format("woff");
}
@font-face {
    font-family: "Poppins";
    font-style: bold;
    font-weight: 700;
    src: local("Poppins Bold"), url("font/Poppins-Bold.woff") format("woff");
}

.slogan h2 {
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

@media (prefers-color-scheme: dark) {
    
    html,body{
        background-color: #222222;
        background-image: linear-gradient(186deg, #222222 calc(12vw + 127px), #138faa calc(12vw + 128px))!important;}
    .slogan p, .slogan h2 {  color: #c7f1fa!important;}
   }


html,body {
    background-color: #138faa;
    background-image: linear-gradient(186deg, #138faa calc(12vw + 127px), #ffd700 calc(12vw + 128px));
    font-family: Poppins;
    background-attachment: scroll;
    margin:0;
    padding:0;
}
section{
    
    padding:20px;
}

h2, h3 {
    color: #7f6c05;
    margin: 0;
    text-align: left;
    font-size: 1.3rem;
}

     
    

.slogan p{color:#7f6c05; max-width:768px; padding: 0 0%; font-size:0.9rem; text-align: center;}

a {
    color: #434343;
    text-decoration: none;
    font-size: 0.8rem;
}

h3 {
    
    color: #000000;
}

small {
    color: #FFFFFFAA;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
}
.container{min-height: 100vh;}
#datenschutz, #imprint,#agb,#contact {
    text-align: left;
    margin: 20px 0px 100px;
    font-size: 0.75rem;
    max-width: 768px;
    background: #ffffffed;
    border-radius: 20px 0 20px 20px;
    padding: 20px;
    color: #000000;
    width: 80%;
}

.hidden {
    display: none;
}

.switch {
    width: 90px;
    height: 210px;
    background-image: url(switch.png);
    background-position: top;
    background-size: 200px 200px;
    background-attachment: initial;
    background-repeat: no-repeat;
    border: 0;
}

.comingsoon {
    position: absolute;
    color: #FFFFFF66;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 100%;
    top: 0px;
    z-index: 1000;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px dotted #FFFFFF66;
}

ul li {
    margin: 20px 0;
}

.logo {
    position: relative;
    z-index: 1000;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(7vw + 50px);
    width: 100%;
    height: 110px;
    filter:invert(1);
    overflow: hidden;
}

.inner .buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 330px;
    margin-left: 0px;
    margin-top: 30px;
}

.inner .buttons .blur {
    filter: opacity(0.2) blur(2px);
    pointer-events: none;
}

.buttons a{

    min-height: 50px;
    max-height: 50px;

}