.internisten-am-ring {
 
 
    margin: 2em auto;
    background:#fff;
    max-width:640px;
}

.internisten-am-ring .inner {
    background: #F4F1EB;
    margin: 30px 0px 0 0;
    padding: 2em;
    line-height: 27px;
    font-size: 1.25em;
}
.internisten-am-ring .inner p {
    margin: 0;
}

.internisten-am-ring .mfp-close {
    color: #000 !important;
        font-size: 2em;
        opacity: 1;
        display: block;
        position: relative;
        text-align: right;
        /* display: flex !important; */
        align-self: end;
        width: 100%;
}




.norisana {
    border: 4px solid #8ab9e4 !important;
    color: #fff;
    background-color: #063069;
    margin: 2em auto;
}

.norisana .mfp-close {
    color: #fff !important;
    font-size: 2em;
    opacity: 1;
}



.mvz {
    border: 4px solid #063069 !important;
    color: #fff;
    background-color: #8ab9e4;
    margin: 2em auto;
}

.mvz .mfp-close {
    color: #fff !important;
    font-size: 2em;
    opacity: 1;
}

#close span:before {
        content: '';
            background: url('../Images/BT-CloseWindow.svg') 0 0 no-repeat;
            width: 34px;
            height: 34px;
            background-size: 100%;
            display: block;

}

#close:hover span:before {
    content: '';
    background: url('../Images/BT-CloseWindow-Hover.svg') 0 0 no-repeat;
    width: 34px;
    height: 34px;
    background-size: 100%;
    display: block;

}