.majorimpressum {
    padding-top: 30px;
    padding-bottom: 10%;
}

.impressumdiv {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 1.5%;
}

.impressumdivend {
    display: block;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
}

.impressumspan {
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.7;
    color: #444;
}

.bold {
    font-weight: 700;
    color: #333;
}

/* kontakt */
#iframemaps {
    border: 0;
    margin-top: 40px;
    margin-left: 5%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease;
}

#iframemaps:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width : 663px) {
    #iframemaps {
        border: 0;
        margin-top: 30px;
        margin-left: 5%;
        border-radius: 12px;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        width: 90%;
    }
}