/*Monserrat by Google Fonts*/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

*{
    margin: 0;
    padding: 0;
}

html, body{
    background-color: #E2E2E2;
    font-family: 'Montserrat', Arial, sans-serif
}

h1{
    color:#E2E2E2;
    font-size: 40px;
    font-weight: 500;
}
h2{
    color:#272727;
    font-weight: 600;
    font-size: 20px;
    margin-top: 12px;
    margin-bottom: 5px;
}
h3{
    color: #E2E2E2;
    font-weight: 600;
    font-size: 18px;
}
p{
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}

.wrapper{
    width: 100%;
}

/*HEADER*/
header{
    background-color: #272727;
    color: #E2E2E2;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 25px;
    }
    .header__logo{
        display: flex;
        align-items: center;
        text-decoration: none;
        font-size: 10px;
        line-height: 28px;
        font-weight: 600;
        color: #E2E2E2;
        width: 76px;
    }
    .header__logo:hover{
        text-decoration: none;
        color: #5E5E5E;
    }
    .header__navlinks{
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        font-size: 12px;
        line-height: 28px;
    }
    .header__navlinks li{
        margin: 0px 8px
    }
    .header__navlinks a{
        text-decoration: none;
        color: #E2E2E2;
    }
    .header__navlinks a:hover{
        text-decoration: none;
        color: #5E5E5E;
    }
    .header__navlinks a.active{
        font-weight: 600;
        text-decoration: underline;
    }
    .header__button--kontakt{
        display: flex;
        align-items: center;
        border: solid 2px #E2E2E2;
        border-radius: 8px;
        text-decoration: none;
        color: #E2E2E2;
        font-size: 10px;
        padding: 6px 12px;
    }
    .header__button--kontakt:hover{
        background-color: #5E5E5E;
    }

/*HERO*/
.hero-container{
    padding: 40px;
    display: flex;
    flex-direction: column;
    background-image: url(images/banner.jpg);
    background-color: #2F2F2F;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
}
    .hero-container__text{
        width: 100%;
        text-align: center;
        width: 100%;
    }
    .hero-container__text p{
        font-size: 14px;
        color:#E2E2E2;
    }

/*INFO-CONTAINER*/
.info-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
}
    .info-container__img{
        width: 50%;
    }
    .info-container__img img{
        width: 100%;
        box-shadow: 10px -10px 0px #2F2F2F;
    }
    .info-container__text{
        width: 100%;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .info-container__text p{
        margin-top: 10px;
    }
    .info-container__button--kontakt{
        display: inline-block;
        border-radius: 8px;
        margin: 0 auto;
        padding: 8px 16px;
        font-size: 10px;
        font-weight: 400;
        background-color: #272727;
        color: #E2E2E2;
        text-decoration: none;
        margin-top: 8px;
    }
    .info-container__button--kontakt:hover{
        text-decoration: none;
        background-color:#5E5E5E;
    }

/*SKILLS*/
.skills-container__row{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 50px;
    background-color: #272727;
    gap: 10px;
}
    .skills-container__column{
        display: flex;
        flex-direction: column;
        text-align: center;
        align-content: center;
        width: 50%;
        border: solid 1px #E2E2E2;
        padding: 20px;
    }
    .skills-container__list-title{
        display: flex;
        justify-content: center;
        color: #E2E2E2;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        margin: 12px 0px 2px 0px;
    }
    .skills-container__list{
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 12px;
    }
    .skills-container__list li{
        color: #E2E2E2;
        line-height: 16px;
        font-weight: 200;
    }

/*PROJEKTER*/
.projekt-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    background-color: #272727;
    border-bottom: solid 1px #5E5E5E;

}
    .projekt-container__text{
        width: 100%;
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .projekt-container__text h2{
        color: #E2E2E2;
    }
    .projekt-container__text p{
        color: #E2E2E2;
    }
    .projekt-container__container-one{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .projekt-container__container-two{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }
    .projekt-container__vid{
        height: 150px;
        width: 300px;
        border: solid 1px #E2E2E2;
    }
    .projekt-container__vid-text p{
        color: #E2E2E2;
        font-weight: 500;
        margin: 10px;
    }

/*FOOTER*/
.footer-container{
    background-color: #272727;
    color: #E2E2E2;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    }
        .footer-container__logo{
        display: flex;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
        color: #E2E2E2;
        padding: 8px;
        text-decoration: none;
        }
        .footer-container__logo:hover{
        text-decoration: none;
        color: #5E5E5E;
        }
        .footer-container__navlinks{
            display: flex;
            justify-content: center;
            list-style: none;
            font-size: 12px;
            line-height: 16px;
            padding: 8px;
        }
        .footer-container__navlinks li a{
            text-decoration: none;
            color: #E2E2E2;
            margin: 0px 8px
        }
        .footer-container__navlinks li a:hover{
            text-decoration: none;
            color: #5E5E5E;
        }
        .footer-container__navlinks li a.active{
            font-weight: 600;
            text-decoration: underline;
        }
        .footer-container__social-icons{
            display: flex;
            justify-content: center;
        }
        .footer-container__social-icons a{
            text-decoration: none;
            padding: 8px;
            color: #E2E2E2;
        }
        .footer-container__social-icons a:hover{
            text-decoration: none;
            color: #5E5E5E;
        }
        .footer-container__copyright{
            background-color: #272727;
            padding: 0px 20px 8px 20px;
            text-align: center;
        }
        .footer-container__copyright p{
            font-size: 8px;
            color: #E2E2E2;
        }


/*TABLET*/
@media (min-width:768px) {
    h1{
        font-size: 60px;
    }
    h2{
        font-size: 22px;
        line-height: 26px;
    }
    h3{
        font-size: 22px;
    }
    p{
        font-size: 18px;
        line-height: 20px;
    }

    /*HEADER*/
    header{
        padding: 20px 60px;
    }
        .header__logo{
            display: flex;
            align-items: center;
            text-decoration: none;
            font-size: 16px;
            line-height: 20px;
            font-weight: 600;
            color: #E2E2E2;
            width: 110px;
        }
        .header__logo:hover{
            text-decoration: none;
            color: #5E5E5E;
        }
        .header__navlinks{
            font-size: 18px;
            height: 20px;
        }
        .header__navlinks li{
            margin: 0px 12px
        }
        .header__button--kontakt{
            font-size: 12px;
            padding: 8px 14px;

        }

     /*HERO*/
     .hero-container{
        height: 200px;
    }
           .hero-container__text p{
           font-size: 20px;
           }
    
     /*INFO-CONTAINER*/
     .info-container{
        padding: 50px 70px;
    }
        .info-container__img{
            flex: 0 0 25%;
        }
        .info-container__text{
            flex: 1;
        }
        .info-container__button--mail{
            border-radius: 8px;
            padding: 8px 16px;
            font-size: 12px;
            margin-top: 10px;
        } 

    /*PROJEKTER*/
.projekt-container{
    padding: 50px 70px;

}
    .projekt-container__container-one{
        display: flex;
        flex-direction: row;
    }

    /*FOOTER*/
   .footer-container{
    width: auto;
    }
        .footer-container__logo{
            font-size: 16px;
            padding: 12px;
        }
        .footer-container__navlinks{
            font-size: 18px;
            padding: 12px;
        }
        .footer-container__social-icons{
            font-size: 18px;
        }
        .footer-container__social-icons a{
            padding: 12px;
            color: #E2E2E2;
        }
        .footer-container__copyright{
            padding: 0px 20px 12px 20px;
        }
        .footer-container__copyright p{
            font-size: 12px;
        }
}

/*DESKTOP*/
@media (min-width:1024px){
    h1{
        font-size: 60px;
    }
    h2{
        font-size: 26px;
        margin-top: 28px;
    }
    h3{
        font-size: 26px;
    }
    p{
        font-size: 16px;
        line-height: 24px;
    }

    /*HEADER*/
    header{
        padding: 25px 60px;
    }
        .header__logo{
            font-size: 16px;
            line-height: 20px;
            font-weight: 600;
            width: 110px;
        }
        .header__navlinks{
            font-size: 14px;
            height: 20px;
        }
        .header__navlinks li{
            margin: 0px 12px
        }

     /*INFO-CONTAINER*/
     .info-container{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 70%;
        margin: 0 auto;
        gap: 50px;
    }
        .info-container__img{
            display: flex;
            align-items: center;
            justify-content: center;
            flex: 0 0 35%;
        }
        .info-container__img img{
            max-width: 100%;
            height: auto;
            object-fit: contain;
        }
        .info-container__text{
            flex: 1;
            text-align: left;
        }
      
    /*SKILLS*/
    .skills-container__row{
        padding: 50px 70px;
        gap: 15px;
    }
        .skills-container__list-title{
            font-size: 18px;
        }
        .skills-container__list li{
            font-size: 16px;
            line-height: 22px;
        }

    /*PROJEKTER*/
   .projekt-container__vid{
        height: 300px;
        width: 500px
    }
    
    /*FOOTER*/
    .footer-container{
        width: auto;
    }
        .footer-container__logo{
            font-size: 16px;
            padding: 12px;
        }
        .footer-container__navlinks{
            font-size: 14px;
            padding: 12px;
        }
        .footer-container__social-icons{
            font-size: 18px;
        }
        .footer-container__social-icons a{
            padding: 12px;
            color: #E2E2E2;
        }
        .footer-container__copyright{
            padding: 0px 20px 12px 20px;
        }
        .footer-container__copyright p{
            font-size: 12px;
        }
}