* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}


body {
    background: #0e0516;
}

nav {
    display: flex;
    justify-content: space-between;
    padding: 0 15%;
    height: 75px;
    line-height: 75px;
    background: #25272b;
    white-space: nowrap;
}

nav .navbar {
    height: 100%;
    width: 100%;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    height: 75px;
    line-height: 75px;
    background: #25272b;
    padding: 0 24px;
}

nav .navbar .navbar-brand {
    color: #9f1bdd;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: .5px;
}

nav .nav-list {
    display: flex;
    align-items: center;
}

nav .nav-list .nav-item {
    cursor: pointer;
    height: 100%;
    padding: 0 30px;
    transition: .4s;
}

nav .nav-list .nav-item:hover {
    background: #0e0516;
}

nav .nav-list .nav-link {
    color: #9f1bdd;
    font-size: 18px;
    font-weight: 500;
}

nav .nav-list .nav-login {
    border-radius: 50px;
    cursor: pointer;
    height: 60%;
    padding: 0 30px;
    transition: .4s;
    background: #0e0516;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 15%;

}

nav .nav-list .nav-login:hover {
    background: #25272b;
}

nav .nav-list .nav-link-login {
    color: #9f1bdd;
    font-size: 18px;
    font-weight: 500;
}

.irina img{
    width: 200px;
}

.irina h1{
    color: white;
}

.irina p{
    color: white;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 100px;
}

.irina h2{
    margin-bottom: 10px;
}

.irina h3{
    margin-bottom: 15px;
    font-size: 30px;
}

.irina .download_button{
    background: #25272b;
    padding: 5px;
    border-radius: 10px;
    margin-top: 25px;
    height: 50px;
    width: 150px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.irina .download{
    color: #9f1bdd;
    font-size: 25px;
}

.irina p1{
    color: white;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10px;
}

.irina{
    color: white;
    flex-direction: column;
    align-items: center;
}


.der_apfelbaer img{
    margin-top: 50px;
    margin-bottom: 25px;
    width: 250px;
}

.der_apfelbaer .videotitle{
    font-size: 25px;
    color: #b47114;
}

.der_apfelbaer .main_text p{
    color: #b47114;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 50px;
    margin-bottom: 50px;
}

.der_apfelbaer .apfelbaer{
    width: 100%;
}

.der_apfelbaer h1{
    color: white;
    text-align: center;
}

.der_apfelbaer .apfelbaer p{
    color: white;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 50px;
}

.der_apfelbaer .ameise p{
    color: white;
    text-align: left;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 100px;
}

.der_apfelbaer{
    color: white;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 935px) {
    
    .main{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .socialmedia{
        width: 50%;
        height: 800px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        
    }

    .uebermich {
        color: white;
        width: 50%;
        height: 800px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .mywork {
        margin-top: 50px;
        color: white;
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    .mywork a{
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .iframe-container{
        position: relative;
        width: 25%;
        padding-bottom: 14.063%;
        height: 0;
    }

    .iframe-container iframe{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
    }  
    
    .main-login .loginBox{
        width: 500px;
    }

    .main-login .loginBox input{
        width: 50%;
    }

}

@media (max-width: 1060px){

    nav{
        padding-left: 15%;
        padding-right: 0%;
    }

    nav .navbar{
        width: 50%;
    }

    .nav-list {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }
    
    .main-login .loginBox{
        width: 50%;
   } 

}

@media (max-width: 935px) {

    nav {
        padding: 0 2rem;
    }

    nav .navbar{
        width: 50%;
    }

    .nav-list {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
    }

    nav .nav-list .nav-item {
        padding: 0 20px;
    }
    
    .main{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    

    .socialmedia{
        width: 50%;
        height: 800px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .uebermich {
        color: white;
        width: 50%;
        height: 800px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .mywork {
        margin-top: 50px;
        color: white;
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    .mywork a{
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .iframe-container{
        position: relative;
        width: 50%;
        padding-bottom: 28.125%;
        height: 0;
    }

    .iframe-container iframe{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    


}

@media (max-width: 675px) {
    
    nav {
        padding-left: 0;
        padding-right: 0;
    }

    nav .navbar{
        width: 100%;
    }

    nav .nav-list {
        display: grid;
        position: absolute;
        background: #25272b;
        width: 100%;
        top: 75px;
        left: 0;
        transform: translateY(-100%);
        z-index: 1;
        transition: .6s;
    }

    nav .nav-list .nav-item {
        padding-left: 35px;
    }

    nav .nav-list .nav-login {
        width: 100px;
        margin-left: 35px;
        justify-content: center;
    }

    nav .navbar .navbar-toggler {
        display: grid !important;
    }
 



    .socialmedia{
        width: 100%;
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .uebermich {
        color: white;
        width: 100%;
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 120px;
    }
    
    .mywork {
        margin-top: 50px;
        color: white;
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    
    .mywork a{
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .iframe-container{
        position: relative;
        width: 90%;
        padding-bottom: 50.625%;
        height: 0;
    }

    .iframe-container iframe{
        position: absolute;
        top:0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .main-login .loginBox{
        width: 85%;
   }     
    
   .main-login .loginBox input{
    width: 90%;
}


}

nav .navbar .navbar-toggler {
    display: none;
    height: 25px;
    width: 25px;
    cursor: pointer;
    transform-origin: center;
    transition: 0.5s;
    position: relative;
    transform: translate(0%, -50%);
    top: 50%;
}

nav .navbar .navbar-toggler .bar {
    width: 100%;
    height: 50%;
    margin-bottom: 40%;
    background: #9f1bdd;
    border-radius: 1px;
    transition: .4s;
}



input{
    display: none;
}


input:checked ~ nav .nav-list {
    transform: translateY(0);
}

input:checked ~ nav .navbar-toggler {
    transform-origin: center;
    transition: 0.5s;
    position: relative;
    transform: translate(0%, -50%) rotate(90deg);
    top: 50%;
}

input:checked ~ nav .navbar-toggler .bar:nth-child(1) {

}

input:checked ~ nav .navbar-toggler .bar:nth-child(2) {

}

input:checked ~ nav .navbar-toggler .bar:nth-child(3) {

}


.icon{
    height: 100px;
    width: 300px;
    border-radius: 100px;
    margin: 20px;
    font-size: 28px;
    font-weight: 425;
    line-height: 100px;
    overflow: hidden;
    box-shadow: 5px 10px 20px rgba(150, 150, 150, .2);
    white-space: nowrap;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    color: #fff;
    background: #25272b;
    display: flex;
}

.ytvideo{
    height: 150px;
    border-radius: 50px;
    align-items: center;
    background: #9f1bdd;
    
}

.ig{

}

.tt{

}

.yt{

}

.dc{

}

.fa-brands{
    height: 50px;
    width: 50px;
    background-size:cover;
    float: left;
    margin: 25px;
}

.new-yt-video{
    margin-bottom: 50px;
}


.fa-instagram{
    background-image: url(images/icons/icon_insta.png);
}

.fa-tiktok{
    background-image: url(images/icons/icon_tiktok.png);
}

.fa-youtube{
    background-image: url(images/icons/icon_yt.png);
}

.fa-discord{
    background-image: url(images/icons/icon_dc.png);
}

.icon span{
    align-items:center;
}

.impressum{
    color:white;
}

.main-login{
    color:white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-login h1{
    margin-bottom: 25px;
}

.main-login .loginBox{
    margin: 50px;
    height: 500px;
    background: #25272b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.main-login .loginBox h2{
    font-size: 100%;
    margin-top: 5%;
}

.main-login .loginBox input{
    position: relative;
    height: 6%;
    display: flex;
    background: #ffffff;
    border-radius: 10px;
}

.main-login .loginBox button{
    margin: 25px;
    color: #9f1bdd;
    background: #0e0516;
    width: 125px;;
    height: 35px;
    font-size: 15px;
    border-radius: 7px;
    cursor: pointer;
}

footer {
    text-align: right;
    display: flex;
    bottom: 0;
    background: #0e0516;
    width: 100%;
    height: 60px;
}

.footer-links {
    margin-bottom: 10px;
    margin-left: 5px;
    width: 100%;
    margin: 20px;
}

.footer-links a {
    color: white;
    font-size: 0.7rem;
}