html {
    scroll-behavior: smooth;
}

nav {
    background-color: #1a1a1a;
}

#mwst-info {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    width: 80%;
    margin-right: auto;
}

#project-landing {
    width: 100%;
    height: 100vh;
    background-image: url(../images/wallpaper/background-6.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    position: fixed;
}

#cta h4 {
    width: 80%;
}

#wiki {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1a1a1a;
    padding-top: 70px;
    padding-bottom: 100px;
    margin-top: 150px;
}

#wiki p {
    color: white;
    width: 80%;
    margin: auto;
    max-width: 1100px;
    text-align: center;
}

#products {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
    padding-bottom: 30px;
}

#products p {
    width: 80%;
    margin: auto;
    max-width: 1100px;
    text-align: center;
}

.product {
    padding-top: 150px;
    padding-bottom: 50px;
    margin: auto;
    max-width: 700px;
    width: 80%;
}

.product img {
    width: 150px;
    height: 150px;
    position: absolute;
    transform: translate(-20%, -25%);
}

.product h2 {
    text-align: left;
    position: relative;
}

#webmail {
    transform: translateX(-20%);
}

#vpn {
    transform: translateX(20%);
}

#cloud {
    transform: translateX(-20%);
}

#git {
    transform: translateX(20%);
}

#crm {
    transform: translateX(-20%);
}

#matomo {
    transform: translateX(20%);
}

#voip {
    transform: translateX(-20%);
}

#project-landing p {
    color: #1a1a1a;
    width: 60%;
    text-align: center;
    font-family: "jost-medium-i";
    margin-top: 50px;
    max-width: 400px;
}

#scroll-info {
    position: absolute;
    bottom: 31px;
    right: 10%;
    border-top: solid 3px #1a1a1a;
    width: 90px;
    padding-top: 5px;
    text-align: right;
    transform: rotate(-90deg);
    z-index: 1;
}

a {
    text-decoration: none;
}

#placeholder {
    padding-top: 100vh;
    background-color: white;
}

#area-bottom-nav {
    position: relative;
}

#area-contact {
    position: relative;
}

#area-legal {
    position: relative;
    background-color: white;
}

p {
    color: #1a1a1a;
}

#wrapper {
    background-color: white;
    position: relative;
    padding-bottom: 50px;
    padding-top: 70px;
    width: 100vw;
    overflow: hidden;
}

#cta h4 {
    max-width: 500px;
    margin: auto;
    margin-top: 100px;
}

#cta {
    margin-top: 170px;
    text-align: center;
}

h2 {
    font-size: 40px;
    padding-bottom: 20px;
    text-align: center;
}

#wiki h2 {
    color: #C7B299;
}

#productMenu {
    max-width: 500px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-around;
}

#productMenu a {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 23px;
    text-decoration: underline;
}



@media only screen and (max-width: 1100px) {
    #webmail {
        transform: translateX(0);
    }

    #vpn {
        transform: translateX(0);
    }

    #cloud {
        transform: translateX(0);
    }


}

@media only screen and (max-width: 900px) {

    .product img {
        width: 80px;
        height: 80px;
        position: absolute;
        transform: translate(-20%, -35%);
    }

}


@media only screen and (min-width: 900px) {
    #project-landing {
        background-image: url(../images/wallpaper/background-6-desktop.png);
    }

    h2 {
        font-size: 100px;
        padding-bottom: 30px;
    }

    #wrapper {
        background-color: white;
        position: relative;
        padding-bottom: 50px;
        padding-top: 100px;
    }


}