html {
    scroll-behavior: smooth;
}

nav {
    background-color: #1a1a1a;
}

#mwst-info {
    text-align: center;
}

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

#mapCont a {
    color: #1a1a1a;
    text-decoration: underline;
}

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

#cta h4 {
    width: 80%;
}

h3 {
    text-align: center;
    font-size: 40px;
    letter-spacing: 5px;
}

.h3-underline {
    width: 120px;
    margin-top: 15px;
    height: 4px;
    background-color: #1a1a1a;
}

h4 {
    font-size: 17px;
}

#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;
}

.hosting-links a {
    border-bottom: 3px solid;
    color: #C7B299;
    font-weight: 400;
}

a {
    text-decoration: none;
}

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

.flex {
    display: flex;
    justify-content: center;
}

#area-webhosting-selection {
    margin-bottom: 0px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.area-webhosting-selection-item {
    width: 300px;
    height: 190px;
    border: 2px solid #C7B299;
    border-radius: 5px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    font-size: 15px;
    color: #1a1a1a;
    padding: 15px;
}

.area-webhosting-selection-item-pic {
    height: 35px;
    width: 100%;
}

.area-webhosting-selection-item-name {
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.area-webhosting-selection-item-desc {

    text-align: center;
    margin-top: 15px;
    font-family: "jost-light";
}

.area-webhosting-selection-item-pic img {
    height: 100%;
}

#area-extra-selection {
    margin-bottom: 0px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.area-extra-selection-item {
    width: 300px;
    height: 380px;
    border: 2px solid #8a8a8a;
    border-radius: 5px;
    margin-right: 10px;
    ;
    margin-left: 10px;
    margin-bottom: 30px;
    font-size: 15px;
    color: #1a1a1a;
    padding: 15px;
}

.area-extra-selection-item-name {
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
}

.area-extra-selection-item-desc {

    text-align: center;
    margin-top: 15px;
    font-family: "jost-light";
}

#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;
}

#server-img {
    width: 60%;
    align-self: center;
    margin-top: 20px;
}

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

#services {
    margin-left: 20px;
    max-width: 500px;
}

#serviceCont {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
}

#service {
    width: 90%;
}

#mapCont {
    background-image: url(../images/svg/images/austria.png);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 100px;
    padding-right: 10px;
    margin-right: 10px;
    padding-top: 10px;
}

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

#serverDetailCont {
    width: 100%;
    height: 500px;
    background-image: url(../images/svg/images/motherboard.png);
    margin-top: 150px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
}

#partner {
    text-align: center;
    margin-top: 200px;
}

#mapCont-text p {
    padding-right: 20px;
    max-width: 700px;
    margin-left: auto;
    padding-left: 20px;
}

#boxes {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
    max-width: 700px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

#packets {
    padding-top: 200px;
}

.packets-p {
    width: 80%;
    max-width: 700px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

#packets img {
    display: block;
    width: 80%;
    margin: auto;
    object-position: top;
    max-width: 900px;
}

#boxes a {
    width: 130px;
    height: 55px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    transition: 0.15s;
    cursor: pointer;
}

#boxes a img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;

}

#boxes a:hover {
    transform: scale(1.1);
}

#serverDetailCont p {
    color: white;
    margin-top: 10px;
}

#serverDetailCont p:first-of-type {
    padding-top: 100px;
    font-weight: 600;
    padding-bottom: 50px;
    transform: scale(1.7);
}

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

    #server-img {
        display: block;
        flex: 1;
        max-width: 1000px;
    }

    #serviceCont {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;

    }

    #mapCont {
        background-image: url(../images/svg/images/austria.png);
        background-position: right;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 150px;
        min-height: 700px;
        padding-right: 100px;
        margin-right: 50px;
        padding-top: 10px;
    }

    #area-webhosting-selection {
        margin-bottom: 0px;
        margin-top: 70px;
        flex-wrap: wrap;
    }

    .area-webhosting-selection-item {
        width: 400px;
        height: 200px;
        border-radius: 5px;
        margin-right: 20px;
        margin-bottom: 30px;
        color: #1a1a1a;
        padding: 15px;
        font-size: 17px;
        border: 2px solid #C7B299;
    }

    .area-webhosting-selection-item-pic {
        height: 45px;
        width: 100%;
    }

    .area-webhosting-selection-item-name {
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
    }

    .area-webhosting-selection-item-desc {

        text-align: center;
        margin-top: 15px;
        font-family: "jost-light";
    }

    .area-webhosting-selection-item-pic img {
        height: 100%;
        margin: auto;
        display: block;
    }

    #area-extra-selection {
        margin-bottom: 0px;
        margin-top: 70px;
        flex-wrap: wrap;
    }

    .area-extra-selection-item {
        width: 400px;
        height: 300px;
        border-radius: 5px;
        margin-right: 20px;
        margin-bottom: 30px;
        color: #1a1a1a;
        padding: 15px;
        font-size: 17px;
        border: 2px solid #8a8a8a;
    }

    .area-extra-selection-item-name {
        font-weight: 600;
        text-align: center;
        margin-top: 10px;
    }

    .area-extra-selection-item-desc {

        text-align: center;
        margin-top: 15px;
        font-family: "jost-light";
    }

    #service {
        min-width: 800px;
        flex: 1;
        padding-left: 50px;
    }

    #service p {
        width: 80%;
        max-width: 900px;
    }

    #services {
        margin-left: 50px;
        max-width: 800px;
    }

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

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

    h4 {
        font-size: 20px;
    }
}

#productlink {
    color: #1a1a1a;
    text-decoration: underline;
}

details {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

details summary {
    font-size: 20px;
}

details p {
    font-size: 18px;
}