﻿body {
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #FAFAFA;
}


.navTop {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6000;
    background: linear-gradient(90deg, #102338 0%, #FF8A1E 25%, #FF8A1E 75%, #102338 100%);
    text-align: center;
}

.logoHeader {
    width: auto;
    padding-top: 6em;
    padding-bottom: 2em;
    padding-left: 4em;
    padding-right: 1em;
    margin: 0;
    display: block;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

.logoHead {
    font-family: 'Gotham SSm A', 'Gotham SSm B','Open Sans', sans-serif;
    font-size: 1.9em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
}

.logoText {
    font-family: 'Gotham SSm A', 'Gotham SSm B','Open Sans', sans-serif;
    font-size: 1.2em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    line-height: 1.6;
}

.logoFirstColor {
    font-size: 1.0em;
    background-color: #FF8A1E;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

.logoSecondColor {
    font-size: 1.0em;
    background-color: #102338;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

.circleDiv {
    float: right;
    display: block;
    width: 30em;
}

.articleArea {
    width: auto;
    padding-top: 1em;
    padding-bottom: 2em;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    display: block;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

h1 {
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    /*font-family: 'Open Sans', sans-serif;
    font-size: 1.9em;
    font-weight: 700;*/
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 1em;
}

h2 {
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    font-size: 1.5em;
}

h3 {
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-size: 1.3em;
}

h4 {
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    font-size: 1.10em;
}

p {
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    line-height: 1.6;
    margin-right: auto;
    margin-bottom: 2.0em;
    margin-left: auto;
}

li {
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    line-height: 1.6;
}

.radeditorFont {
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    line-height: 1.6;
}

.clearFloats {
    clear: both;
}

.startSeiteDiv {
    width: 22.5%;
    float: left;
    padding: 0.5%;
}


.startseite-angebote-container {
    width: 100%;
    margin: 0 auto;
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    margin-top: 25px;
}


.startseite-hintergrund-div {
    margin-top: 20px;
    margin-right: 0;
    display: table-cell;
    padding: 0 20px 0 20px;
    width: 35%;
    border-radius: 15px;
}


.startseite-hintergrund-div-outer {
    margin-top: 20px;
    margin-right: 0;
    display: table-cell;
    padding: 0 20px 0 20px;
    width: 15%;
    border-radius: 15px;
}



img:not(.image-no-radius) {
    border-radius: 15px;
}

.img-margin-top {
    margin-top: 5em;
}

.hover-effect {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    pointer-events: auto;
}

.hover-effect-google-reviews {
    width: unset;
    display: inline-flex;
}

.hover-effect::before,
.hover-effect::after {
    content: "";
    background: #FAFAFA;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.25s;
    -o-transition-duration: 1.25s;
    transition-duration: 1.25s;
    pointer-events: none;
}

.hover-effect::before {
    right: 0;
    opacity: 1;
    top: 0;
}

.hover-effect::after {
    bottom: 0;
    opacity: .7;
    left: 0;
}

.hover-effect:hover::after, .hover-effect:hover::before {
    height: 100%;
    opacity: 0;
    width: 100%;
    pointer-events: none;
}

.startseite-welcome-container {
    width: 100%;
    margin: 0 auto;
    display: table;
    border-collapse: separate;
    border-spacing: 10px;
    margin-top: 20px;
}

.startseite-welcome-left-outer {
    margin-top: 5px;
    margin-right: 0;
    display: table-cell;
    padding: 5px 5px 0 0;
    width: 15%;
}

.startseite-welcome-left {
    margin-top: 5px;
    margin-right: 0;
    display: table-cell;
    padding: 0 20px 0 20px;
    width: 35%;
}

.startseite-welcome-right {
    margin-top: 5px;
    margin-right: 0;
    display: table-cell;
    padding: 0 5px 0 5px;
    width: 50%;
    vertical-align: top;
}


.google-reviews-container {
    display: inline-flex;
    margin-top: 20px;
    font-size: 0.8em;
    line-height: 1;
    cursor: pointer;
    padding: 10px 15px;
    border: 2px solid #00F800;
    border-radius: 6px;
}

.google-reviews-list-header {
    margin-left: calc(50% - 105px);
    margin-top: 25px;
    margin-bottom: 20px;
    font-family: 'Gotham SSm A', 'Gotham SSm B','Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    cursor: unset;
}

.google-review-logo {
    flex: 0 0 37px;
    margin: auto;
    padding-right: 5px;
}

.google-review-logo img {
    width: 35px;
}

.google-review-text {
    display: flex;
    margin: 2px 0 0 0;
    white-space: nowrap;
}

.google-review-star-container {
    flex: 1;
    flex-direction: column;
}

.star-rating-container {
    display: flex;
    align-items: center;
}

.star-rating-container .star-rating {
    display: flex;
}

.rating-sum {
    display: inline-block;
    padding-top: 3px;
    padding-right: 10px;
    line-height: 0.5;
    margin-left: 5px;
    font-size: 18px;
}

.youtube-link-container {
    display: inline-block; 
    margin-right: 20px; 
    margin-top: 30px;
}

@media screen and (max-width:980px) {
    .startseite-angebote-container {
        display: block;
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        margin-top: 25px;
    }

    .startseite-hintergrund-div {
        display: inline-block;
        width: calc(100% - 40px);
    }

    .startseite-welcome-left {
        margin-top: 0;
        display: inline-block;
        width: 100%;
        padding: 0;
    }

    .startseite-welcome-right {
        margin-top: 20px;
        display: inline-block;
        width: 100%;
        padding: 0;
    }
}

.startSeiteCiteDiv {
    width: 50%;
    float: left;
    padding: 6px;
}

a, a:link, a:visited, a:active, a:hover {
    color: #1a73e8;
    text-decoration: none;
    line-height: 1.6;
    font-size: 16px;
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

    a:hover {
        text-decoration: underline;
    }

    a.linkBlack,
    a.linkBlack:link,
    a.linkBlack:visited,
    a.linkBlack:active {
        color: #000;
        text-decoration: none;
    }

        a.linkBlack:hover {
            text-decoration: underline #1a73e8;
        }

    a.navLink,
    a.navLink:link,
    a.navLink:visited,
    a.navLink:active {
        color: white;
        font-size: 12pt;
        margin: 7px 1px;
        padding: 3px 6px;
        display: inline-block;
        width: auto;
        text-decoration: none;
        font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
        font-style: normal;
        font-weight: 400;
        z-index: 2;
        position: relative;
    }

        a.navLink:hover,
        .nav-link-hover-state {
            background-color: #1a73e8;
            transition: 0.3s;
            display: inline-block;
            border-radius: 10px;
        }


    a.noformatLink,
    a.noformatLink:link,
    a.noformatLink:visited,
    a.noformatLink:hover,
    a.noformatLink:active {
        color: black;
        text-decoration: none;
    }

    a.whiteLink,
    a.whiteLink:link,
    a.whiteLink:visited,
    a.whiteLink:active {
        color: #00D4F8;
        font-size: 2.2em;
        margin-left: .16em;
        margin-top: .05em;
        display: block;
        text-decoration: none;
    }

.socialButtons {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    display: block;
    margin: 0 .5em .5em 0;
    text-decoration: none;
    cursor: pointer;
}

.contactArea {
    display: flex;
    flex-direction: row;
    background-color: #e0e0e0;
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 22px;
    padding-left: 30px;
}

.contactAreaAddress {
    width: 30%;
    padding: 20px 5px 20px 0;
}

.contactAreaOpeningHours {
    width: 20%;
    padding: 20px 5px 20px 0;
}

.contactAreaMap {
    width: 50%;
    padding: 0;
}

@media screen and (max-width:980px) {

    .contactArea {
        display: flex;
        flex-direction: column;
    }

    .contactAreaAddress {
        width: 100%;
        padding: 20px 5px 0 0;
    }

    .contactAreaOpeningHours {
        width: 100%;
        padding: 20px 5px 20px 0;
    }

    .contactAreaMap {
        width: calc(100% - 20px);
        height: 500px;
        padding: 0 0 20px 0;
    }
}

.footerArea {
    color: #000000;
    background-color: #FFFFFF;
    border: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    display: block;
    outline: 0;
    text-align: center;
}

.footerWhiteLinkText {
    padding: 1px 6px;
    display: inline-block;
}

.footerWhiteLink,
.footerWhiteLink:link,
.footerWhiteLink:active,
.footerWhiteLink:visited {
    font-size: 14px !important;
    color: #000000;
    padding: 1px 6px;
    display: inline-block;
}

    .footerWhiteLink:hover {
        text-decoration: none;
        background-color: #1a73e8;
        color: white;
        padding: 1px 6px;
        border-radius: 5px;
        display: inline-block;
    }

.footerLink {
    font-size: 14px !important;
}

.footerWhiteLink-hover-state {
    text-decoration: none !important;
    background-color: #1a73e8;
    color: white !important;
    padding: 1px 6px;
    border-radius: 5px;
    display: inline-block;
}

.footerList {
    list-style: none;
    list-style-type: none;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
}

    .footerList li {
        float: left;
        font-size: 14px;
    }

@media screen and (max-width:980px) {
    .footerBull {
        display: none;
    }

    a.footerWhiteLink {
        text-decoration: underline #1a73e8;
    }
}

.welcomeTxt {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
}

.tab-oeffnungszeiten {
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 16px;
    line-height: 1.6;
}

.hrTop {
    border: none;
    height: 2px;
    color: #000000;
    background-color: #000000;
}

.rightEmptyColumn {
    width: 25%;
}

.leftImageColumn {
    width: 22%;
}

.mainColumn {
    width: 50%;
    position: relative;
}

.spacingColumn {
    width: 3%;
}

.inputBoxes {
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 12pt;
    width: 500px;
    padding: 7px;
}

#ctl00_ContentPlaceHolder1_RadCaptcha1_CaptchaTextBox {
    border-color: #333333;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 12pt;
    height: 30px;
    width: 150px;
}


#bewertung {
    float: left;
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 1em;
    padding-top: 10px;
    padding-left: 10px;
    color: #000000;
    left: 49px;
    position: fixed;
}

.literaturliste {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .literaturliste li {
        padding-left: 40px;
        text-indent: -40px;
    }

        .literaturliste li > * {
            text-indent: 0;
        }

@media screen and (max-width:980px) {
    body {
    }

    p {
        font-size: 1.05em;
        line-height: 1.40em;
        margin-bottom: 1.5em;
    }

    .welcomeTxt {
        font-size: 1.05em;
        line-height: 1.40em;
    }

    .tab-oeffnungszeiten {
        font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-rendering: optimizeLegibility;
        font-size: 1.05em;
        line-height: 1.05em;
    }

    h1 {
        margin: 0;
        padding: 0;
        font-weight: normal;
        font-size: 1.5em;
    }

    h2 {
        font-size: 1.4em;
    }

    h3 {
        font-size: 1.3em;
    }

    h4 {
        font-size: 1.2em;
    }


    li {
        font-size: 1.05em;
    }

    .logoImage {
        width: 100%;
        margin-top: 1.2em;
        border: 0;
    }

    .logoHead {
        font-size: 1em;
    }

    .logoHeader {
        padding-top: 5.5em;
    }

        .logoHeader h1 {
            line-height: 1;
        }

    .logoText {
        font-size: 0.6em;
        line-height: 0.6em;
    }

    .logoFirstColor,
    .logoSecondColor {
        font-size: 1.0em;
    }

    .circleDiv {
        float: right;
        display: block;
        width: 100%;
    }


    .leftImageColumn {
        visibility: hidden;
        width: 1%;
    }


    .mainColumn {
        width: 97%;
    }


    .spacingColumn {
        width: 1%;
    }


    .rightEmptyColumn {
        width: 1%;
    }

    .inputBoxes {
        border-color: #333333;
        border-style: solid;
        border-radius: 5px;
        border-width: 1px;
        font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
        font-style: normal;
        font-weight: 400;
        text-rendering: optimizeLegibility;
        font-size: 1em;
        padding: 7px;
        width: 100%;
    }

    .homebutton {
        font-size: 1.0em;
        line-height: 0em;
    }

    .whiteLinkHome {
        font-size: 1em;
    }

    .startSeiteDiv {
        width: 100%;
        float: left;
        padding: 0;
    }

    .startSeiteCiteDiv {
        width: 100%;
        float: left;
        padding: 0;
    }

    .embed-container {
        position: relative;
        padding-bottom: 56.25%; /* ratio 16x9 */
        height: 0;
        overflow: hidden;
        width: 100%;
        height: auto;
    }

        .embed-container iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    #bewertung {
        position: absolute;
        float: unset;
        transform: rotate(-90deg);
        left: -160px;
        top: 168px;
        display: inline-block;
        background-color: #FAFAFA;
    }
}

.displayOnDesktop {
    display: inline !important;
}

.displayOnMobile {
    display: none !important;
}

@media screen and (max-width:980px) {
    .displayOnDesktop {
        display: none !important;
    }

    .displayOnMobile {
        display: inline !important;
    }
}

.opening-hours-p {
    margin-bottom: 8px;
    margin-top: 0;
    font-family: "Gotham SSm A", "Gotham SSm B","Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-size: 14px;
    line-height: 22px;
}

.start-page-image {
    width: 100%;
}



.back-top {
    background: linear-gradient(90deg, #1a73e8, #5384bc);
    position: fixed;
    z-index: 1600;
    visibility: hidden;
    bottom: 60px;
    right: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    display: inline;
}

a.back-top, a.back-top:link, a.back-top:visited, a.back-top:active, a.back-top:hover {
    color: #fff;
    font-size: 42px;
    line-height: 1.30;
    text-decoration: none;
}

    a.back-top:hover {
        background: linear-gradient(90deg, #FF8A1E, #1a73e8);
    }


.circle-icon {
    background: linear-gradient(90deg, #1a73e8, #5384bc);
    height: 28px;
    width: 28px;
    text-align: center;
    border-radius: 50%;
    display: inline;
    position: absolute;
}

a.circle-icon, a.circle-icon:link, a.circle-icon:visited, a.circle-icon:active, a.circle-icon:hover {
    color: #fff;
    font-size: 24px;
    line-height: 2.25;
    text-decoration: none;
}

a.circle-icon:hover {
        background: linear-gradient(90deg, #FF8A1E, #1a73e8);
    }

.circle-icon-right {
    right: 10px;
}

.circle-icon-right img {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.circle-icon-down img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circle-icon-more {
    height: 18px;
    width: 18px;
    margin-left: 8px;
    margin-top: 5px;
    font-size: 18px !important;
    line-height: 2.1 !important;
}

    .circle-icon-more img {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    

.circle-icon-less {
    height: 18px;
    width: 18px;
    margin-left: 8px;
    margin-top: 5px;
    font-size: 18px !important;
    line-height: 2.1 !important;
}


.circle-icon-margin {
    margin-left: 37px;
}


.circle-icon-margin-right {
    margin-right: 46px;
}


.back-top-visible {
    visibility: visible;
}

.mobile-navbar,
.mobile-navigation-overlay,
.mobile-startseite-welcome-container,
.invisible-on-desktop {
    display: none;
}

gmp-map {
    height: 100%;
    width: 100%;
}

.review-overlay-dialog {
    position: fixed;
    top: 0;
    right: -405px;
    width: 400px;
    height: 100%;
    background-color: white;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    transition: right 0.3s ease;
    z-index: 1000000;
    overflow-y: auto;
}

@media screen and (max-width:980px) {
    .review-overlay-dialog {
        position: fixed;
        top: 0;
        right: calc(100% + 5px);
        width: 100%;
        height: 100%;
        background-color: white;
        box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
        transition: right 0.3s ease;
        z-index: 1000000;
        overflow-y: auto;
    }
}

.review-overlay-dialog.open {
    right: 0;
}


.review-overlay-close-button {
    position: fixed;
    display: none;
    top: 10px;
    right: 35px;
    cursor: pointer;
    width: 27px;
    height: 27px;
    transition: opacity 0.5s ease;
}

.review-overlay-close-button .ripple {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.review-overlay-close-button .ripple.active {
    animation: ripple-animation 0.4s linear;
}

@keyframes ripple-animation {
    0% {
        transform: scale(0);
        opacity: 0.9;
    }

    100% {
        transform: scale(3);
        opacity: 0;
    }
}

.review-overlay-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    z-index: 999999;
}

    .review-overlay-background.show {
        display: flex;
    }

.review-container {
    border: 1px solid #aaa;
    margin: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    font-family: 'Gotham SSm A', 'Gotham SSm B','Open Sans', sans-serif;
    font-size: 0.85em;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    line-height: 1.35;
}

.review-header {
    display: flex;
}

.review-image {
    padding: 15px 15px 5px 15px;
}

    .review-image img {
        width: 50px;
        border: 0;
    }

.review-name-container {
}

.review-name {
    padding: 15px 5px 0 5px;
    font-weight: bold;
}

    .review-name a {
        color: black;
    }

.review-date {
    padding: 0 5px 0 5px;
    color: #999;
}

.review-content {
    padding: 0 10px 10px 15px;
}

.review-rating {
}

.review-text {
    padding: 10px 0 15px 0;
}

.review-answer {
    padding: 15px 0 10px 0;
}

.review-answer-title {
}

.review-answer-date {
    color: #999;
}

.review-answer-content {
    padding-top: 10px;
}

.star-rating {
    display: inline-block;
    font-size: 0;
}

    .star-rating .star {
        font-size: 24px;
        color: #bbb;
        transition: color 0.3s;
    }

        .star-rating .star.filled {
            color: #f2b600;
        }


@media screen and (max-width:980px) {
    .navTop, .logoHeader, .clearFloats, .startseite-welcome-container, .invisible-on-mobile {
        display: none;
    }

    .contactArea {
        padding-left: 20px;
    }

    .contactAreaAddress, .contactAreaOpeningHours {
        padding-right: 0;
    }

    .footerArea .footerList {
        padding-left: 0;
    }

        .footerArea .footerList .mobile-hide {
            display: none;
        }


    .mobile-navbar {
        overflow: hidden;
        background: linear-gradient(90deg, #102338 0%, #FF8A1E 20%, #FF8A1E 80%, #102338 100%);
        position: fixed;
        top: 0;
        width: 100%;
        color: #102338;
        display: block;
        text-align: center;
        z-index: 99;
    }

        .mobile-navbar a {
            float: left;
            display: block;
            color: #000;
            text-align: center;
            text-decoration: none;
            font-size: 30px;
        }

            .mobile-navbar a:hover {
                background: transparent;
                color: black;
            }

            .mobile-navbar a.burger-icon {
                position: absolute;
                right: 10px;
                top: 0;
                padding: 6px 16px;
                cursor: pointer;
                color: white;
            }

                .mobile-navbar a.burger-icon:before {
                    content: '\2630';
                }


    .mobile-navigation-overlay {
        height: 0%;
        width: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background: linear-gradient(130deg, #102338 41%, #FF8A1E 59%);
        overflow-y: hidden;
        transition: 0.5s;
        display: block;
        margin-top: 48px;
    }

    .mobile-navigation-overlay-content {
        position: relative;
        top: 0;
        width: calc(100% - 20px);
        padding-left: 20px;
        padding-top: 20px;
    }

    .mobile-navigation-overlay a {
        padding: 8px;
        text-decoration: none;
        font-family: 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
        font-weight: 500;
        font-style: normal;
        text-rendering: optimizeLegibility;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-size: 17px;
    }

        .mobile-navigation-overlay a:hover, .mobile-navigation-overlay a:focus {
            color: #555;
        }

    .mobile-navigation-overlay .closebtn {
        position: absolute;
        font-size: 40px;
        right: 20px;
    }


    /* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
    @media screen and (max-height: 680px) {
        .mobile-navigation-overlay {
            overflow-y: auto;
        }

            .mobile-navigation-overlay a {
                font-size: 15px;
            }
    }

    .mobile-logo {
        font-family: 'Gotham SSm A', 'Gotham SSm B', 'Open Sans', sans-serif;
        font-weight: 400;
        font-style: normal;
        text-rendering: optimizeLegibility;
        padding: 10px;
        padding-left: 16px;
        /*color: white;*/
        line-height: 1;
        cursor: pointer;
    }

    .mobile-logo-head {
        font-size: 24px;
        line-height: 1.2;
    }

    .mobile-logo-text {
        font-size: 13px;
        line-height: 1;
    }

    .articleArea {
        padding: 16px;
        margin: 55px 0 0 0;
        width: unset;
        vertical-align: unset;
    }

    .invisible-on-desktop {
        display: block;
    }

    .small-bottom-margin {
        margin-bottom: 0;
    }

    .startseite-hintergrund-div {
        padding: 0 4px 0 4px;
    }

    .start-page-image {
        width: 100%;
        max-width: 500px;
    }

    .start-page-headline {
        padding-top: 45px;
    }

    .start-page-headline-top {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .accordion {
        color: #1a73e8;
        line-height: 1.7;
    }
    
    .panel {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

        .panel p:first-child {
            margin-top: 0;
        }
}
