
/* .block-10-kontakt */

.block-10-kontakt{
    padding-top: 15rem;
    padding-bottom: 6rem;
    position: relative;
}

.block-10-kontakt:after{
    content:'';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 26.8rem;
    height: 15.2rem;
    background-image: url('../images/brokkoli.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.block-10-kontakt a{
    display: inline-block;
    position: relative;
    color: var(--textColor);
}

.block-10-kontakt a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--pink);
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
    transition: height 0.4s ease;
    z-index: -1;
}

.block-10-kontakt a:hover:before {
    height: 100%;
}

.block-10-kontakt .contactMainTitle{
    font-family: 'Archivo Black', sans-serif;
    font-size: 20rem;
    text-transform: uppercase;
    color: var(--pink);
    line-height: .9;
    margin-left: -13px;
}

.block-10-kontakt .flexRow{
    margin-bottom: 14rem;
    row-gap: 6rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.block-10-kontakt .imprintLink{
    font-size: 1.6rem;
}

.block-10-kontakt .imprintLink::before{
    display: none;
}

.block-10-kontakt .socialMediaFooter a:before{
    display: none;
}

@media(max-width: 1199px){
    .block-10-kontakt .contactMainTitle{
        font-size: 17rem;
    }
}

@media(max-width: 991px){
    .block-10-kontakt .contactMainTitle{
        font-size: 12.5rem;
    }
    .block-10-kontakt .contactMainTitle{
        margin-left: -11px;
    }
    
}

@media(max-width: 767px){
    .block-10-kontakt .contactMainTitle{
        font-size: 10rem;
    }
    .block-10-kontakt .contactMainTitle{
        margin-left: -0;
    }
    
}

@media(max-width: 500px){
    .block-10-kontakt .contactMainTitle{
        font-size: 8rem;
    }

}

@media(max-width: 400px){
    .block-10-kontakt .contactMainTitle{
        font-size: 6rem;
    }
}
