* {
    box-sizing: border-box;
}

:root {
    --main-background: #FFFFFF;
    --seccond-background: #dee0e0;
    --third-background: #1C6EB7;
    --primary-textcolor: #767171;
    --seccond-textcolor: #1C6EB7;
    --third-textcolor: #FFFFFF;
    --main-size: 1em;
}

html {
    font-family: Helvetica, Arial, sans-serif;
}

body {
    margin: 0rem;
}
a {
    text-decoration: none;
    color: var(--primary-textcolor);
}
.site {
    display: flex;
    flex-direction: column;
    padding: 5rem 10rem 0rem 10rem;
    justify-content: center;
}

/* Navi*/

.res-main-head{
    display: none;
}
.res-sect-but{
    display: none;
}
.close-menu-but{
    display: none;
}
.navbar{
    background-color: var(--main-background);
    width: 100%;
    padding: 1rem 10rem 1rem 10rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position:fixed;
    z-index: 4;
    border-bottom: 1px solid var(--primary-textcolor);
}
.nav-container-inputs{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.titel {
    color: var(--primary-textcolor);
    font-size: calc(var(--main-size)*2);
    text-transform: uppercase;
    margin: 0rem;
}
.nav-input{
    color: var(--primary-textcolor);
    list-style: none;
    margin-left: 3rem;
    font-size: calc(var(--main-size)*1.4);
}
.nav-txt{
    margin: 0rem;
}
.nav-input:hover {
    border-bottom: 0.2rem solid var(--seccond-textcolor);
    transition: border-bottom 0.1s ease-in-out 0.1s;
}
/* Navi*/
.intro-container-row{
    display: flex;
    flex-direction: row;
    margin: 3rem 0rem 0rem 0rem;
}
#intro-gap{
    margin-right: 3rem;
}
.intro-container-col-1{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.intro-img-container{
    width: 100%;
    height: auto;
}
.intro-img{
    width: 100%;
}
.intro-header-2-0 {
    font-size: 2.5rem;
    margin: 0rem;
    color: var(--seccond-textcolor);
    text-transform: uppercase;
}
.intro-header-2-1 {
    color: var(--primary-textcolor);
    text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 100;
}
.intro-text {
    color: var(--primary-textcolor);
    font-size: 1.4rem;
}
.intro-text:nth-of-type(2) {
    margin: 0rem 0rem 0rem 0rem;
}
.intro-header-2-2 {
    font-size: 1.7rem;
    font-weight: 600;
    color: var(--seccond-textcolor);
    text-transform: uppercase;
}
.benefits {
    display: flex;
    flex-direction: row;
    gap: 3rem;
}
ul.benefits-list {
    list-style-type: none;
    padding: 0;
    font-size: calc(var(--main-size)*1.4);
    color: var(--primary-textcolor);
    margin: 0rem;
}
.benefits-text {
    display: inline-block;
    margin: 0rem 0rem 0rem 0rem;
}
.li-img {
    display: inline-block;
    width: 2rem;
    margin-right: 1rem;
}

.list-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1.5rem;
}
.site:nth-of-type(2) {
    margin-top: 5rem;
    background-color: var(--seccond-background);
}

.process-container-row,
.start-container-row {
    display: flex;
    flex-direction: row;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 5rem;
}

.process-header {
    text-align: center;
    font-size: 2.5rem;
    text-transform: uppercase;
    color: var(--seccond-textcolor);
    margin: 0rem 0rem 5rem 0rem;
}

.process-img-container {
    max-width: 208px;
    padding: 4.5rem;
    margin: 3rem 3rem;
    border-radius: 15rem;
    background-color: var(--third-background);
}
.process-card,
.start-card {
    max-width: 20rem;
    text-align: center;
}

.card-header {
    color: var(--seccond-textcolor);
    text-transform: uppercase;
}
.card-text,
.start-text {
    color: var(--primary-textcolor);
    font-size: 1.4rem;
}
.site:nth-of-type(3) {
    margin-top: 0rem;
    background-color: var(--third-background);
}
.condition-container-row {
    display: flex;
    justify-content: center;
    gap: 10rem;
    margin: 5rem 0rem;
}
.condition-header {
    text-transform: uppercase;
    color: var(--third-textcolor);
    text-align: center;
    font-size: 2.5rem;
    margin: 0rem;
}
.condition-text {
    color: var(--third-textcolor);
    font-weight: 500;
    font-size: 1.4rem;
    text-align: center;
}
.condition-text#sec {
    color: var(--third-textcolor);
    font-weight: 500;
    font-size: 1.6rem;
    text-align: start;
}
.condition-highlight {
    font-weight: 700;
}
ul.condition-list {
    list-style-type: none;
    padding: 0;
    font-size: calc(var(--main-size)*1.3);
    color: var(--third-textcolor);
    margin: 0rem;
}
.cond-li-text {
    display: inline-block;
    margin: 0rem 0rem 0rem 0rem;
}

.start-header {
    font-size: 2.5rem;
    margin-bottom: 5rem;
    text-align: center;
    color: var(--seccond-textcolor);
    text-transform: uppercase;
}

.start-icon-container {
    max-width: 200px;
    padding: 4.5rem;
    margin: 3rem;
    border-radius: 15rem;
    background-color: var(--third-background);
}

.icon {
    font-size: 3rem;
    margin: 0rem;
    color: var(--third-textcolor);
}

#mail {
    text-decoration: underline;
}

.footer {
    background-color: var(--seccond-background);
}

.footer-container-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 2rem 0rem 1rem 0rem;    
}

.fo-link {
    color: var(--seccond-textcolor);
    font-size: 1.2rem;
    margin-right: 1rem;
    text-transform: uppercase;
}

.fo-link:hover {
    text-decoration: underline;
}
.footer-col{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-bottom: 2rem;
}
#copyright{
    margin: 0rem;
}


@media screen and (max-width: 1390px) {
    html {
        font-size: 0.8em;
    }

    .condition-container-row {
        margin-left: 6em;
    }

    .secimage {
        width: 70%;
    }

    .start-icon-container {
        margin: 3.75em;
    }
}

@media screen and (max-width: 1146px) {
    html {
        font-size: 0.7em;
    }

    .process-img-container {
        padding: 4em;
    }
}

@media screen and (max-width: 1003px) {
    html {
        font-size: 0.6em;
    }

    .process-img-container {
        padding: 3.7em;
    }

    .secimage {
        width: 60%;
    }

    .condition-container-row {
        margin-left: 10em;
    }
    #bannerbox {
        width: 25%;
        font-size: small;
    }
}

@media screen and (max-width: 859px) {
    html {
        font-size: 0.5em;
    }
    .process-img-container {
        padding: 3em;
    }

    .secimage {
        width: 50%;
    }

    .condition-container-row {
        margin-left: 15em;
    }
}

@media screen and (max-width: 687px) {
    html {
        font-size: 0.8em;
    }

    .site {
        padding: 5em 3em 0rem 3em;
    }
    .res-main-head{
        display: flex;
        color: var(--primary-textcolor);
        text-transform: uppercase;
        font-size: 2rem;
        top: 1.8rem;
        left: 0rem;
        margin: 0rem;
    }
    .res-sect-but{
        display: flex;
        flex-direction: row;
        justify-content: center;
        position: fixed;
        top: 1.8rem;
        right: 0rem;
        width: 50px;
        height: 50px;
        margin-right: 2rem;
        border-radius: 5px;
        border: 1px solid var(--seccond-background);
        background-color: var(--third-background);
        z-index: 5;
    }
    .close-menu-but{
        display: flex;
        font-size: 3rem;
        color: #767171;
        flex-direction: row;
        justify-content: center;
        position: fixed;
        top: 1.8rem;
        right: 0rem;
        width: 50px;
        height: 50px;
        margin-right: 2rem;
        background-color: transparent;
        border: transparent;
        z-index: 5;
    }
    .hidden-res-button{
        display: none;
    }
    .res-menu-but{
        display: flex;
        width: 50px;
        height: 50px;
        padding: 8px 0px;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        border: none;
        background-color: transparent;
    }   
    .res-toggle {
       width: 40px;
       height: 2px;
       background-color: #000000;
    }
    .navbar{
        height: 0%;
        display: none;
    }
    .show-navbar{
        display: flex;
        position: fixed;
        left: 0%;
        top: 0%;
        width: 100%;
        flex-direction: column;
        text-align: center;
        background-color: rgb(255,255,255);
        border-bottom: 1px solid var(--primary-textcolor);
        z-index: 5;
    }
    .nav-container-inputs{
        display: flex;
        flex-direction: column;
        margin: 1.5rem 0rem;
    }
    #res-head{
        font-size: 1.3rem;
        margin-top: 6rem;
        color: var(--primary-textcolor);
    }
    .nav-txt{
        font-size: 1.5rem;
        margin-top: 2rem;
        color: rgb(0,0,0);
    }
    .intro-container-row{
        display: flex;
        flex-direction: column;
    }
    .condition-container-row {
        margin-left: 0em;
        gap: 1em;
    }
    .intro-container-col-1{
        width: 100%;
    }
    .nav-input{
        margin-left: 0rem;
    }

    .secimage {
        width: 100%
    }

    .process-img-container {
        padding: 4.2em;
    }

    .start-icon-container {
        margin: 3.7em;
    }
    #bannerbox {
        width: 30%;
    }
}

@media screen and (max-width: 505px) {
    .secimage {
        margin-top: 1em;
    }
    #bannerbox {
        width: 40%;
    }
}

@media screen and (max-width: 470px) {
    .site {
        padding: 3em 2em 0rem 2em;
    }

    .condition-container-row {
        margin: 3em 0em;
    }

    .process-container-row {
        gap: 0em;
    }

    .process-header {
        margin-bottom: 1.1em;
    }

    .start-header {
        margin-bottom: 0.8em;
        margin-top: 0.4em;
    }

    .start-container-row {
        gap: 0em;
        margin-bottom: 3em;
    }
}

@media screen and (max-width: 445px) {
    .site {
        padding: 3em 1.5em 0rem 1.5em;
    }
}

@media screen and (max-width: 432px) {
    .site {
        padding: 3em 1em 0rem 1em;
    }

    .secimage {
        margin-top: 2em;
    }

    .condition-container-row {
        margin: 2em 0em 3em 0em;
    }
}

@media screen and (max-width: 391px) {
    html {
        font-size: 0.7em;
    }

    .process-img-container {
        padding: 3.9em;
    }
}

@media screen and (max-width: 367px) {
    html {
        font-size: 0.67em;
    }
}
@media screen and (max-width: 340px) {
    html {
        font-size: 0.67em;
    }

    #bannerbox {
        font-size: small;
        width: 70%;
    }
}