@charset "UTF-8";

.bg-kontakt {
    position: relative;
}


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


.kontakt-block {
    background-color: #006ccd;
    position: relative;
    text-align: left;
    color: white;
    height: 550px;
    font-size: 16px;
    float: left;
    left: 0px;
    margin-bottom: 10px;
}


.content-kontakt {
    width: 425px;
    text-align: left;
    padding: 30px 30px 0px 30px;
    height: 100%;
    font-size: 18px;
}

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

.content-kontakt a {
    color: white;
    font-weight: normal;
}
.content-kontakt a:hover {
    color: #bbb;
}


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