.about-image {
    max-width: 43%;
    /*float: left;*/
    display: inline-flex;
    margin-left: 3%;
    margin-right: 3%;
    position: relative;
}

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity: 1;
    pointer-events: auto;
}

.modalDialog > div {
    max-width: 90vw;
    max-height: 85vh;
    width: 90%;
    position: relative;
    margin: 5% auto;
    padding: 20px;
    border-radius: 3px;
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}

.close {
    font-family: Arial, Helvetica, sans-serif; 
    background: #4cc2f1;
    color: #fff;
    line-height: 25px;
    position: fixed;
    right: 4.2vw;
    text-align: center;
    top: 4vw;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
    border: 1px solid #fff;
    opacity: 1;
}


.close:hover {
    background: #333;
    color: aliceblue;
    opacity: 1;
}

#impressum, #datenschutz, #danke, #bfsg {
    color: #333;
}

#impressum p, #datenschutz p, #danke p {
    font-size: 1.3em
}

#datenschutz h2, #datenschutz h3, #impressum h2, #impressum h3, #danke h2, #danke h3 {
    margin-top: 1em
}

span.tom {
    unicode-bidi: bidi-override;
    direction: rtl
}

span.ac.tom:before {
    content: "59375663 "
}

span.ac.tom:after {
    content: "0 "
}

/*
#impressum h2,
#datenschutz h2 {
    font-size: 1.3em;
}

#impressum h3,
#datenschutz h3 {
    font-size: 1.3em;
}

#impressum h4,
#datenschutz h4 {
    font-size: 1.3em;
}

*/