
#kontaktsection{
    margin: 0 auto;
    padding: 30px 0 0 0;
    color: var(--tertiary-text-color) !important;
    position: relative;
    max-width: 1920px;
}
#kontaktsection h1,
#kontaktsection p{
    color: var(--tertiary-text-color) !important;
}
#kontaktholder{
    display:  block;
    position: absolute;
    bottom: 5rem;
    width: 100%;
    left: 0;
    text-align: center;
    margin: 0 auto;
}


@media (max-width: 1480px) {

    #kontaktholder {
        bottom: 2rem;
    }
    #kontaktsection h1{
        margin-bottom: 0.2em;
    }
}

@media (max-width: 1200px) {

    #kontaktholder {
        bottom: 5rem;
    }
    #kontaktsection h1{
        margin-bottom: 0.3em;
    }
}


@media (max-width: 991px) {

    #kontaktholder {
        bottom: auto;
        top: 47vw;
    }
}


@media (max-width: 640px) {

    #kontaktholder {
        top: 85vw;
        padding: 0 5%;
    }

    #kontaktholder br.nomobile640{
        display: none;
    }

}



@media (max-width: 380px) {

}

