@charset "UTF-8";

.bg-kontakt {
    position: relative;
}


.iframe_google_map {
    position: absolute;
    top: 0px;
    left: 0px;
}


.kontakt-block {
    background-color: #516b6fcc;
    position: relative;
    text-align: left;
    color: white;
    height: 630px;
    font-size: 16px;
    float: left;
    left: 0px;
}

.kontakt-block-2 {
    background-color: #516b6fcc;
    position: relative;
    margin-left: 15px;
    color: white;
    height: 630px;
    font-size: 16px;
    float: left;

}



.content-kontakt {
    width: 325px;
    text-align: left;
    padding: 30px 30px 0px 30px;
    height: 100%;
    
}
.content-kontakt h4 {
    font-weight: normal;
    color: white;
    margin: 0px 0px 10px 0px;
}

.content-kontakt a {
    color: white;
}

.content-kontakt a:hover {
    color: #666;
}


#logo-taservice {
    position: relative;
    left: -5px;
    top: 10px;
}





@media (max-width: 768px) {
    .kontakt-block-2 {
        margin-left: -15px;
    }
    
    .iframe_google_map {
        height: 100%;
    }
}