@charset "utf-8";

.kontakt table {
    width: 370px;
    margin-bottom: 32px;
    border-collapse: collapse;
}
.kontakt table tr:nth-child(odd) {
    background-color: #f0f0f0;
}
.kontakt table td {
    padding: 8px 8px 4px 8px;
    margin: 0px;
    vertical-align: top;
}

.kontakt #karte {
    float: right;
    width: calc(100% - 400px);
    height: 680px;
}

@media all and (max-width: 720px){
    .kontakt #karte {
        display: none;
    }
    .kontakt table {
        width: calc(100% - 32px);
        margin-bottom: 32px;
        border-collapse: collapse;
    }
}

.kontakt form {
    width: 370px;
    border: 1px solid #bebebe;
    max-width: 100%;
}
.kontakt form h2 {
    background-color: #0055a4;
    padding: 16px 16px 8px 16px;
    color: #fff;
}
.kontakt form p {
    margin-bottom: 0px;
    padding: 16px;
}
.kontakt form input {
    width: calc(100% - 16px);
    display: block;
    margin-bottom: 8px;
}
.kontakt form textarea {
    width: calc(100% - 24px);
    max-width: calc(100% - 24px);
    display: block;
    margin-bottom: 8px;
    padding: 8px;
}
.kontakt form .button {
    width: calc(100% - 4px);
    display: block;
    margin-top: 32px;
}

.kontakt .kachelc {
    padding: 8px;
    display: inline-block;
    width: calc(25% - 64px);
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
    vertical-align: top;
    background-color: #fbfbfb;
    border-style: solid;
    border-width: 1px;
    border-top-color: black;
    border-left-color: black;
    border-bottom-color: black;
    border-right-color: #0073de;
    border-right-width: 15px;
}

.kontakt .kachel div {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    height: 250px;
    margin-bottom: 8px;
}

.kontakt .kachel div iframe {
    margin-top: 50px;
}

.kontakt .kachel p {
    margin-bottom: 0px;
}

.kontakt .kachel span {
    margin-bottom: 0px;
}

@media screen and (max-width: 1600px) {
    .kontakt .kachelc {
        margin-bottom: 8px;
        width: calc(33% - 32px);
    }
}

@media screen and (max-width: 1100px) {
    .kontakt .kachelc {
        margin-bottom: 8px;
        width: calc(50% - 32px);
    }
}

@media screen and (max-width: 600px) {
    
    .kontakt .kachelc {
        margin-left: 0px;
        margin-right: 0px;
        width: calc(100% - 16px);
    }
}
