@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 300;
    src: url('..fonts/quicksand-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''), url('fonts/quicksand-v30-latin-300.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */ url('fonts/quicksand-v30-latin-300.woff2') format('woff2'),
        /* Super Modern Browsers */ url('fonts/quicksand-v30-latin-300.woff') format('woff'),
        /* Modern Browsers */ url('fonts/quicksand-v30-latin-300.ttf') format('truetype'),
        /* Safari, Android, iOS */ url('fonts/quicksand-v30-latin-300.svg#Quicksand') format('svg'); /* Legacy iOS */
}
:root {
    --hellLila: DarkMagenta;
    --dunkelLila: RebeccaPurple;
}
@media (min-width: 700px) and (max-width: 1023px) {
    .full_size {
        width: 100%;
        background-color: #fff;
    }

    .middle_box {
        margin: 0 auto;
        max-width: 1440px;
    }
    #leistungen_text {
        background-color: #fff;
        padding: 50px 0 50px 50px;
        color: darkgrey;
    }
    .h1_head {
        font-size: 200%;
        font-weight: bold;
        color: #303030;
    }
    a.blauer_link {
        color: #00bfff;
        text-decoration: none;
        font-size: 110%;
    }

    a.blauer_link:visited {
        color: #00bfff;
    }

    a.blauer_link:hover {
        color: #00bfff;
    }

    a.blauer_link:active {
        color: #00bfff;
    }
    #department_info {
        background-color: rgb(245, 250, 250);
        background: linear-gradient(to right, rgb(245, 247, 245) 50%, #ffffff 50%);
    }
    #info_box {
        display: flex;
    }

    #info_box_text {
        width: 50%;
        padding-right: 35px;
        padding-left: 30px;
        padding-bottom: 20px;
    }

    #info_box_photo {
        width: 50%;
        background-color: rgb(255, 255, 255);
    }

    #info_box_photo > img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block;
    }

    .h2_info {
        font-size: 180%;
        padding: 50px 0 20px 0;
    }

    .blue_line {
        width: 155px;
        border: none;
        border: 1px solid #00bfff;
        margin-bottom: 20px;
    }
    .structured_text {
        line-height: 150%;
        font-size: 120%;
    }

    /* Themen Boxen */
    #themen_rahmen {
        background-color: #fff;
    }

    #center_box {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        background-color: #fff;
        overflow-y: scroll;
        scrollbar-width: none;
    }

    #center_box::-webkit-scrollbar {
        display: none;
    }

    #themen_box {
        width: 65%;
    }

    .themenboxen {
        width: 100%;
        padding: 30px 30px 30px 30px;
        background-color: #fff;
    }
    .themen_ueberschrift {
        font-size: 200%;
        font-weight: 700;
        color: #000;
        padding-top: 25px;
        padding-bottom: 15px;
    }
    .themen_ueberschrift_small {
        display: none;
    }
    .themen_text {
        font-size: 100%;
        font-weight: 500;
        color: #000;
        line-height: 150%;
    }
    .themen_bild {
        padding-top: 30px;
        display: block;
        object-fit: cover;
        width: 100%;
    }
    /****** Aside *******/
    #seiten_box {
        width: 35%;
        height: 1650px;
        background-color: #fff;
        position: -webkit-sticky;
        position: sticky;
        padding-bottom: 20px;
    }
    #doctor {
        margin-top: 100px;
        width: 100%;
        background-color: rebeccapurple;
        padding-bottom: 50px;
    }
    #doctor > img {
        display: block;
        object-fit: cover;
        width: 100%;
    }
    #doctor p:hover,
    #doctor div span:hover,
    #doctor div a:hover {
        color: #00bfff;
    }
    .headDoctor {
        padding-top: 35px;
        font-size: 140%;
        font-weight: 600;
        color: #62abc3;
    }
    .headDoctor_small {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 140%;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
    .grossBuchstaben {
        font-weight: 900;
        color: azure;
        font-size: 80%;
        padding: 20px 30px 0px 10px;
    }
    .docName {
        font-size: 150%;
        color: #ffffff;
        padding: 10px 10px;
    }
    .svg_icon {
        margin-left: 10px;
        width: 20px;
        height: 20px;
    }
    .azure {
        color: azure;
    }
    #doctor a {
        text-decoration: none;
        color: azure;
    }
    .elipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .abstand5 {
        padding-top: 7px;
    }
    #inhalte_links {
        margin-top: 35px;
        width: 100%;
        border-top: 10px solid rebeccapurple;
        background-color: rgb(242, 244, 244);
        padding-bottom: 50px;
    }
    #inhalte_links p:hover {
        color: #00bfff;
        cursor: pointer;
    }
    .abstand15 {
        padding-top: 15px;
    }
    .abstand10 {
        padding-top: 10px;
    }
    .leistungenLinks {
        color: rgb(104, 104, 104);
        padding-left: 10px;
        font-size: 110%;
        font-weight: 700;
    }
    .left30 {
        padding-left: 10px;
    }
    .left10 {
        padding-left: 10px;
    }
    .check_icon {
        color: #62abc3;
        font-size: 110%;
        font-weight: 900;
    }
    .themenboxen ul li {
        list-style: none;
        padding-left: 20px;
        padding-top: 3px;
    }
    .themenboxen ul li::before {
        content: '\2022';
        color: cadetblue;
        display: inline-block;
        width: 1em;
        margin-right: 0.5em;
    }

    #emergency {
        margin-top: 35px;
        width: 100%;
        border-top: 10px solid rebeccapurple;
        background-color: rgb(242, 244, 244);
        padding-bottom: 50px;
    }
    #notfallbox {
        display: flex;
    }
    #notfall_icon {
        padding-top: 30px;
        padding-left: 10px;
    }
    #notfall_icon img {
        display: block;
        width: 100px;
        height: 100px;
    }
    #notfall_text {
        padding-top: 39px;
        font-size: 300%;
        font-weight: 900;
    }
}
