@keyframes image-pulse {
    0% {
        transform: scale(1.01)
    }
    100% {
        transform: scale(1.15)
    }
}
#front-slideshow img {
    width: 100%;
    animation: image-pulse 15s ease-in-out infinite alternate
}
#front-slideshow .slideme {
    height: 800px;
}

.aerzte ul li figure {
    margin: 10em 2em;
    padding: 0em  2.5em 3em 2.5em;
    background: #fff;
    font-family: 'Roboto', sans-serif;
}
.aerzte ul li figure img {
    width: 300px;
    border-radius: 100%;
    transform: translate(0, -13.5em);
}
.aerzte ul li figure h3 {
    margin-top: -7em;
    text-align: center;
    font-size: 1.5em;
    letter-spacing: 0.05em;
    color: #747474;
}
.aerzte ul li figure p {

    text-align: center;
    font-size: 0.9em;
    letter-spacing: 0.05em;

    color: #747474;
}


.round-button {
    font-family: 'Roboto', sans-serif;
    display: block;
    margin-top: 1.5em;
    text-align: center;
    font-weight: bold;
    padding: 18px 48px 16px;
    background: #fbf7f3;
    border: 2px solid #bbb;
    border-radius: 500px;
    text-decoration: none;
    color: #747474;
    letter-spacing: 0.08em;
}
.round-button:hover {
    color: white;
    background: #bbb;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    opacity: 0;
    justify-content: center;
    align-items: center;
    display: none;
    overflow: auto;
}
.inner-popup {

    width: 80%;
    height: 80vh;
    min-height: 500px;
    max-width: 1024px;
    min-width: 800px;
    background: rgba(255,255,255,0.9);


    box-shadow: 0 0 100px rgba(0,0,0,0.56);
}
.popup-text {
    height: 59vh;
    min-height: 370px;
    max-height: 500px;
    padding: 3em 5em 1em 5em;
    overflow-y: scroll;
    font-family: 'Roboto', sans-serif;
}

.vita-inner {
    display: flex;
    flex-direction: row;

}
.vita-figure {
    width: 30%;
    text-align: center;
}

.vita-text {
    overflow-y: scroll;
    padding: 0 2em;

}
.vita-figure h2 {
    margin-top: 1em;
    color: #747474;
}
.vita-text h4 {
    margin: -0.1em 0 1em 0;

}

.vita-text ul {
    margin: 0 0 2.5em 0;
    display: flex;
    flex-direction: column;
    color: #333;
    list-style-type: disc !important;
    font-size: 0.8em;
}
.vita-text ul li {
    padding: 0.4em 0;
}
.popup-close {

}
