@charset "UTF-8";

.bg-kontakt {
    position: relative;
}


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


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


.content-kontakt {
    width: 400px;
    text-align: left;
    padding: 30px 30px 0px 36px;
    height: 100%;
    
}
.content-kontakt h3 {
    color: white;
}

.content-kontakt h4 {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin: 15px 0px 0px 0px;
}

.content-kontakt a {
    color: white;
}

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


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

#logo-instagram {
    position: relative;
    left: -5px;
    top: 60px;
}