@media (pointer: coarse)  {
    @media screen and (orientation:portrait) {
    /* Stile für Touch-Geräte */

        /*Global*/
        #body {
            top: 0;
            left: 0;
            margin: 0 auto;
            padding: 0 auto;
            overflow-x: hidden;
            white-space: normal !important;
            word-wrap: break-word !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
        }
        a {
            color: #222222;
            text-decoration: none;
        }
        .content-responsive {
            top: 0;
            left: 50%;
            width: 90vw;
            height: auto;
            margin-left: -45vw;
            position: relative;
        }
        .download-box-a {
            top: 0;
            left: 0;
            float: left;
            clear: left;
            position: relative;
            text-decoration: none;
        }
        .download-box {
            top: 0;
            left: 0;
            float: left;
            width: 90vw;
            clear: left;
            height: 65px;
            margin-top: 50px;
            border-radius: 5px;
            position: relative;
            background-color: #ECF0F1;
        }
        .download-box:hover {
            outline: 2px solid lightblue;
        }
        .download-box-pdf {
            top: 0;
            left: 0;
            float: left;
            width: 65px;
            height: 65px;
            border-radius: 5px;
            background-color: #34495E;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../img/pdf.webp);
            -webkit-background-size: 80%;
            -moz-background-size: 80%;
            -ms-background-size: 80%;
            -o-background-size: 80%;
            background-size: 80%;
        }
        .download-box-fileName {
            top: 0;
            left: 0;
            width: calc(90vw - 80px);
            float: right;
            height: 65px;
            overflow: hidden;
        }
        .download-box-fileName div {
            top: 0;
            left: 0;
            width: auto;
            overflow: hidden;
            font-size: 12px;
            height: 21.5px;
            text-align: left;
            color: #222222;
            display: list-item;
            line-height: 21.5px;
            list-style-type: none;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }



        /*Hide content pages*/
        #box-startseite {
            display: block;  
        }
        #box-graeber {
            display: none;  
        }
        #box-restaurierung {
            display: none;  
        }
        #box-naturstein {
            display: none;  
        }
        #box-kontakt {
            display: none;
        }
        #box-impressum {
            display: none;
        }



        /*Header and contents*/
        #header-banner-outer {
            top: 0;
            left: 0;
            width: 100%;
            height: 33vh;
            position: relative;
            background-position: center center;
            background-image: url(../img/header_1.webp);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
        #header-banner-responsive {
            top: 0;
            left: 50%;
            width: 90vw;
            height: 100%;
            margin-left: -45vw;
            position: relative;
        }
        #header-banner-logo {
            top: 0;
            left: 0;
            width: 33vw;
            height: auto;
            aspect-ratio: 1 / 1;
            position: relative;
            background-position: bottom;
            background-repeat: no-repeat;
            background-image: url(../img/header-logo-banner.webp);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
        #header-logo {
            top: 50%;
            left: 12%;
            width: 76%;
            height: auto;
            margin-top: -63px;
            position: relative;
        }
        #mobile-header-menu-button {
            left: 0;
            bottom: 0;
            width: 92.5%;
            height: 65px;
            font-size: 28px;
            color: #ffffff;
            line-height: 65px;
            text-align: right;
            position: absolute;
            padding-right: 7.5%;
            background-color: rgb(180, 0, 0);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }



        /*Navigations header*/
        #nav-box-outer {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 999;
            position: fixed;
            background-color: rgb(180, 0, 0);
            display: none;
        }
        #nav-box-responsive {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: relative;   
        }
        .nav-box-item {
            top: 0;
            left: 0;
            width: 90%;
            height: 65px;
            font-size: 15px;
            margin-top: 5vw;
            margin-left: 5%;
            color: #ffffff;
            line-height: 65px;
            text-align: center;
            background-color: rgba(0,0,0,0.1);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            -webkit-transition: all 0.15s ease;
            -moz-transition: all 0.15s ease;
            -ms-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
        }
        .nav-box-item:active {
            color: #ffffff;
            background-color: #222;
            -webkit-transition: all 0.15s ease;
            -moz-transition: all 0.15s ease;
            -ms-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
        }
        .nav-box-icon {
            top: 0;
            left: 0;
            float: left;
            width: 65px;
            height: 65px;
            font-size: 25px;
            margin-top: 5vw;
            margin-left: 5%;
            color: #ffffff;
            line-height: 65px;
            text-align: center;
            background-color: rgba(0,0,0,0.1);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            -webkit-transition: all 0.15s ease;
            -moz-transition: all 0.15s ease;
            -ms-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
        }
        .nav-box-icon:hover {
            color: #ffffff;
            background-color: #222;
            -webkit-transition: all 0.15s ease;
            -moz-transition: all 0.15s ease;
            -ms-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
        }



        /*Home*/
        .title-centered {
            top: 0;
            left: 0;
            color: #222;
            cursor: default;
            font-size: 20px;
            text-align: center;
            font-weight: lighter;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .vertical-separator {
            top: 0;
            left: 50%;
            height: 3px;
            clear: both;
            width: 25vw;
            border-radius: 3px;
            position: relative;
            margin-left: -12.5vw;
            background-color: #ce1100;
        }
        .text-fullWidth {
            top: 0;
            left: 0;
            float: left;
            width: 100%;
            height: auto;
            color: #222;
            cursor: default;
            font-size: 16px;
            margin-top: 50px;
            position: relative;
            font-weight: lighter;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        #home-fullWidth-image {
            top: 0;
            left: 50%;
            float: left;
            width: 100vw;
            opacity: 0.55;
            height: 250px;
            margin-top: 50px;
            position: relative;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../img/home-fullWidth-image.webp);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }
        #home-statsBar-outer {
            top: 0;
            left: 50%;
            float: left;
            width: 100vw;
            height: 100px;
            margin-left: -50vw;
            position: relative;
            background-color: #ecf0f1;
            border-bottom: 1px solid #eee;
        }
        #home-statsBar-inner {
            top: 0;
            left: 50%;
            width: 90vw;
            height: 100%;
            position: absolute;
            margin-left: -45vw;
            display: flex;
            flex-wrap: wrap; /* Erlaubt mehrzeilige Anordnung */
            justify-content: space-between; /* Gleichmäßige horizontale Verteilung */
            align-items: stretch; /* Vertikale Ausrichtung */
            gap: 0px; /* Gleichmäßiger Abstand zwischen den inneren Divs */
        }
        .stats-item {
            top: 0;
            left: 0;
            width: 20vw;
            height: 100px;
            flex: 1; /* Jeder Div nimmt gleich viel Platz ein */
        }
        .stats-item-count {
            top: 0;
            left: 0;
            width: 100%;
            height: 50px;
            color: #222;
            font-size: 25px;
            line-height: 50px;
            text-align: center;
            position: relative;
            display: inline-block;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            user-select: none; /* Verhindert das Markieren von Text */
            -webkit-user-select: none; /* Safari */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer */
        }
        .stats-item-name {
            top: 0;
            left: 0;
            width: 100%;
            height: 25px;
            color: #222;
            font-size: 14px;
            line-height: 50px;
            text-align: center;
            position: relative;
            display: inline-block;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            user-select: none; /* Verhindert das Markieren von Text */
            -webkit-user-select: none; /* Safari */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer */
        }
        .container {
            width: 100%;
            height: auto;
        }

        .box {
            flex: 1; /* Alle Boxen bekommen gleiche Größe */
            min-width: auto;
            padding: 0px;
            text-align: center;
        }

        /* Spezielle Stile für die mittlere Box mit der Liste */
        .list-box {
            gap: 0px;
            display: flex;
            justify-content: space-between;
        }

        .list-left, .list-right {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            color: #222;
            font-size: 18px;
            text-align: left;
            line-height: 25px;
            font-weight: lighter;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        /* Bild rechts */
        .image-box {
            top: 0;
            left: 0;
            width: 90vw;
            height: 250px;
            margin-top: 50px;
            position: relative;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../img/joachim-aberfeld.webp);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }



        /*Graves*/
        .main-title {
            top: 0;
            left: 0;
            width: 98%;
            float: left;
            height: 100px;
            color: #222;
            cursor: default;
            font-size: 35px;
            padding-left: 1%;
            padding-right: 1%;
            line-height: 150px;
            position: relative;
            font-weight: lighter;
            border-bottom: 1px solid #222;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            user-select: none; /* Prevent text selection */
            -webkit-user-select: none; /* For Safari */
            -moz-user-select: none; /* For Firefox */
            -ms-user-select: none; /* For older versions of Internet Explorer */
        }
        .main-link {
            color: #222;
            text-decoration: none;
        }
        .main-link:active {
            color: #ce1100;
            text-decoration: underline;
        }



        /*CONTACT*/
        #content-contact {
            top: 0;
            left: 0;
            float: left;
            width: 100%;
            height: auto;
            margin-top: 50px;
            word-wrap: break-word !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
        }
        #content-contact-left {
            top: 0;
            left: 0;
            float: left;
            width: 100%;
            height: 100%;
            color: #777;
            cursor: default;
            text-align: left;
            overflow: hidden !important;
            word-wrap: break-word !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        #content-contact-right {
            display: none;
        }
        .content-b {
            top: 0px;
            left: 0px;
            color: #444;
            cursor: default;
            font-size: 18px;
            margin-top: 50px;
            position: relative;
            word-wrap: break-word !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .content-p {
            top: 0px;
            left: 0px;
            color: #666;
            margin: 0 auto;
            cursor: default;
            font-size: 15px;
            position: relative;
            white-space: normal;
            word-wrap: break-word !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;   
        }
        .maps-botton-outer {
            width: 190px;
            height: 35px;
            font-size: 12px;
            cursor: pointer;
            color: #222222;
            line-height: 35px;
            text-align: right;
            border-radius: 3px;
            padding-right: 10px;
            text-decoration: none;
            background-color: #eee;
            user-select: none;
            -webkit-user-select: none; /* Für Safari */
            -ms-user-select: none;     /* Für ältere IE-Versionen */
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .maps-botton-outer:hover {
            cursor: pointer;
            color: #000000;
        }
        .maps-botton-outer:hover .maps-button {
            cursor: pointer;
            color: #ffffff;
            background-color: #d35400;
        }
        .maps-button {
            float: left;
            width: 35px;
            height: 35px;
            font-size: 15px;
            cursor: pointer;
            line-height: 35px;
            text-align: center;
            border-radius: 3px;
            text-decoration: none;
            color: #fff !important;
            background-color: #e67e22;
            user-select: none;
            -webkit-user-select: none; /* Für Safari */
            -ms-user-select: none;     /* Für ältere IE-Versionen */
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
    


        /*Footer*/
        #footer-outer {
            top: 0;
            left: 0;
            float: left;
            width: 100vw;
            height: 100vh;
            overflow: hidden;
            margin-top: 100px;
            position: relative;
            background-color: #222
        }
        #footer-responsive {
            top: 0;
            left: 50%;
            width: 90vw;
            height: 100%;
            margin-left: -45vw;
            position: relative;
        }
        #footer-copyright {
            left: 0;
            bottom: 0;
            width: 100%;
            height: 65px;
            cursor: default;
            color: #555555;
            line-height: 65px;
            text-align: center;
            position: absolute;
            border-top: 1px solid #666;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        #footer-navigation {
            top: 0;
            left: 0;
            width: 100%;
            height: 65px;
            overflow: hidden;
            position: absolute;
        }
        #footer-content {
            left: 0;
            top: 50px;
            width: 100%;
            height: auto;
            position: absolute;
        }
        #footer-description {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: relative;
        }
        #footer-text-left {
            top: 0;
            left: 0;
            float: left;
            width: 100%;
            height: auto;
            color: #666;
            margin-top: 50px;
            position: relative;
            text-align: justify;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        #footer-text-right {
            display: none;
        }
        #footer-map {
            top: 0;
            left: 0;
            float: left;
            width: 100%;
            height: 30vh;
            margin-top: 50px;
            position: relative;
            background-color: rgba(0, 0, 0, 0.3);
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../img/maps-icon.webp);
            -webkit-background-size: 50% auto;
            -moz-background-size: 50% auto;
            -ms-background-size: 50% auto;
            -o-background-size: 50% auto;
            background-size: 50% auto;
        }
        .nav-box-item-footer {
            display: none;
        }
        .nav-box-item-footer:hover {
            display: none;
        }
        .nav-box-icon-footer {
            top: 0;
            width: 65px;
            float: left;
            height: 65px;
            color: #fff;
            font-size: 25px;
            line-height: 65px;
            text-align: center;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-image: url(../img/nav-item-hover-footer.webp);
            background-repeat: no-repeat;
            background-position: bottom;
            -webkit-transition: all 0.15s ease;
            -moz-transition: all 0.15s ease;
            -ms-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
        }
        .nav-box-icon-footer:active {
            color: #222;
            cursor: pointer;
            background-color: #fff;
            -webkit-transition: all 0.15s ease;
            -moz-transition: all 0.15s ease;
            -ms-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
        }
        #footer-text-left-logo {
            top: 0;
            left: 0;
            float: left;
            width: 100px;
            height: 100px;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../img/footer-logo.webp);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
        #footer-text-left-name {
            top: 0;
            left: 0;
            float: left;
            width: auto;
            height: 100px;
            padding-left: 25px;
            line-height: 33.3px;
        }
    }




















    @media screen and (orientation:landscape) {

        /*Global*/
        #body {
            top: 0;
            left: 0;
            margin: 0 auto;
            padding: 0 auto;
            overflow-x: hidden;
            white-space: normal !important;
            word-wrap: break-word !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
        }
        a {
            color: #222222;
            text-decoration: none;
        }
        .content-responsive {
            top: 0;
            left: 50%;
            width: 90vw;
            height: auto;
            margin-left: -45vw;
            position: relative;
        }
        .download-box-a {
            top: 0;
            left: 0;
            float: left;
            clear: left;
            position: relative;
            text-decoration: none;
        }
        .download-box {
            top: 0;
            left: 0;
            float: left;
            width: 90vw;
            clear: left;
            height: 65px;
            margin-top: 50px;
            border-radius: 5px;
            position: relative;
            background-color: #ECF0F1;
        }
        .download-box:hover {
            outline: 2px solid lightblue;
        }
        .download-box-pdf {
            top: 0;
            left: 0;
            float: left;
            width: 65px;
            height: 65px;
            border-radius: 5px;
            background-color: #34495E;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../img/pdf.webp);
            -webkit-background-size: 80%;
            -moz-background-size: 80%;
            -ms-background-size: 80%;
            -o-background-size: 80%;
            background-size: 80%;
        }
        .download-box-fileName {
            top: 0;
            left: 0;
            width: calc(90vw - 80px);
            float: right;
            height: 65px;
            overflow: hidden;
        }
        .download-box-fileName div {
            top: 0;
            left: 0;
            width: auto;
            overflow: hidden;
            font-size: 12px;
            height: 21.5px;
            text-align: left;
            color: #222222;
            display: list-item;
            line-height: 21.5px;
            list-style-type: none;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }



        /*Hide content pages*/
        #box-startseite {
            display: block;  
        }
        #box-graeber {
            display: none;  
        }
        #box-restaurierung {
            display: none;  
        }
        #box-naturstein {
            display: none;  
        }
        #box-kontakt {
            display: none;
        }
        #box-impressum {
            display: none;
        }



        /*Header and contents*/
        #header-banner-outer {
            top: 0;
            left: 0;
            width: 100%;
            height: 100dvh;
            position: relative;
            background-position: center center;
            background-image: url(../img/header_1.webp);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
        #header-banner-responsive {
            top: 0;
            left: 50%;
            width: 90vw;
            height: 100%;
            margin-left: -45vw;
            position: relative;
        }
        #header-banner-logo {
            top: 0;
            left: 0;
            width: 25vw;
            height: auto;
            aspect-ratio: 1 / 1;
            position: relative;
            background-position: bottom;
            background-repeat: no-repeat;
            background-image: url(../img/header-logo-banner.webp);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
        #header-logo {
            top: 50%;
            left: 12%;
            width: 76%;
            height: auto;
            margin-top: -63px;
            position: relative;
        }
        #mobile-header-menu-button {
            left: 0;
            bottom: 0;
            width: 92.5%;
            height: 65px;
            font-size: 28px;
            color: #ffffff;
            line-height: 65px;
            text-align: right;
            position: absolute;
            padding-right: 7.5%;
            background-color: rgb(180, 0, 0);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }



        /*Navigations header*/
        #nav-box-outer {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 999;
            position: fixed;
            overflow-y: scroll;
            background-color: rgb(180, 0, 0);
            display: none;
        }
        #nav-box-responsive {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: relative;   
        }
        .nav-box-item {
            top: 0;
            left: 0;
            width: 90%;
            height: 45px;
            font-size: 15px;
            margin-top: 2.5vw;
            margin-left: 5%;
            color: #ffffff;
            line-height: 45px;
            text-align: center;
            background-color: rgba(0,0,0,0.1);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            -webkit-transition: all 0.15s ease;
            -moz-transition: all 0.15s ease;
            -ms-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
        }
        .nav-box-item:active {
            color: #ffffff;
            background-color: #222;
            -webkit-transition: all 0.15s ease;
            -moz-transition: all 0.15s ease;
            -ms-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
        }
        .nav-box-icon {
            top: 0;
            left: 0;
            float: left;
            width: 65px;
            height: 65px;
            font-size: 25px;
            margin-left: 5%;
            color: #ffffff;
            line-height: 65px;
            margin-top: 2.5vw;
            text-align: center;
            margin-bottom: 2.5vw !important;
            background-color: rgba(0,0,0,0.1);
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            -webkit-transition: all 0.15s ease;
            -moz-transition: all 0.15s ease;
            -ms-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
        }
        .nav-box-icon:hover {
            color: #ffffff;
            background-color: #222;
            -webkit-transition: all 0.15s ease;
            -moz-transition: all 0.15s ease;
            -ms-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
        }



        /*Home*/
        .title-centered {
            top: 0;
            left: 0;
            color: #222;
            cursor: default;
            font-size: 20px;
            text-align: center;
            font-weight: lighter;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .vertical-separator {
            top: 0;
            left: 50%;
            height: 3px;
            clear: both;
            width: 25vw;
            border-radius: 3px;
            position: relative;
            margin-left: -12.5vw;
            background-color: #ce1100;
        }
        .text-fullWidth {
            top: 0;
            left: 0;
            float: left;
            width: 100%;
            height: auto;
            color: #222;
            cursor: default;
            font-size: 16px;
            margin-top: 50px;
            position: relative;
            font-weight: lighter;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        #home-fullWidth-image {
            top: 0;
            left: 50%;
            float: left;
            width: 100vw;
            opacity: 0.55;
            height: 250px;
            margin-top: 50px;
            position: relative;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../img/home-fullWidth-image.webp);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
        }
        #home-statsBar-outer {
            top: 0;
            left: 50%;
            float: left;
            width: 100vw;
            height: 100px;
            margin-left: -50vw;
            position: relative;
            background-color: #ecf0f1;
            border-bottom: 1px solid #eee;
        }
        #home-statsBar-inner {
            top: 0;
            left: 50%;
            width: 90vw;
            height: 100%;
            position: absolute;
            margin-left: -45vw;
            display: flex;
            flex-wrap: wrap; /* Erlaubt mehrzeilige Anordnung */
            justify-content: space-between; /* Gleichmäßige horizontale Verteilung */
            align-items: stretch; /* Vertikale Ausrichtung */
            gap: 0px; /* Gleichmäßiger Abstand zwischen den inneren Divs */
        }
        .stats-item {
            top: 0;
            left: 0;
            width: 20vw;
            height: 100px;
            flex: 1; /* Jeder Div nimmt gleich viel Platz ein */
        }
        .stats-item-count {
            top: 0;
            left: 0;
            width: 100%;
            height: 50px;
            color: #222;
            font-size: 25px;
            line-height: 50px;
            text-align: center;
            position: relative;
            display: inline-block;
            font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
            user-select: none; /* Verhindert das Markieren von Text */
            -webkit-user-select: none; /* Safari */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer */
        }
        .stats-item-name {
            top: 0;
            left: 0;
            width: 100%;
            height: 25px;
            color: #222;
            font-size: 14px;
            line-height: 50px;
            text-align: center;
            position: relative;
            display: inline-block;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            user-select: none; /* Verhindert das Markieren von Text */
            -webkit-user-select: none; /* Safari */
            -moz-user-select: none; /* Firefox */
            -ms-user-select: none; /* Internet Explorer */
        }
        .container {
            width: 100%;
            height: auto;
        }

        .box {
            flex: 1; /* Alle Boxen bekommen gleiche Größe */
            min-width: auto;
            padding: 0px;
            text-align: center;
        }

        /* Spezielle Stile für die mittlere Box mit der Liste */
        .list-box {
            gap: 0px;
            display: flex;
            justify-content: space-between;
        }

        .list-left, .list-right {
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
            color: #222;
            font-size: 18px;
            text-align: left;
            line-height: 25px;
            font-weight: lighter;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        /* Bild rechts */
        .image-box {
            top: 0;
            left: 0;
            width: 90vw;
            height: 250px;
            margin-top: 50px;
            position: relative;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../img/joachim-aberfeld.webp);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }



        /*Graves*/
        .main-title {
            top: 0;
            left: 0;
            width: 98%;
            float: left;
            height: 200px;
            color: #222;
            cursor: default;
            font-size: 50px;
            padding-left: 1%;
            padding-right: 1%;
            line-height: 325px;
            position: relative;
            font-weight: lighter;
            border-bottom: 1px solid #222;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            user-select: none; /* Prevent text selection */
            -webkit-user-select: none; /* For Safari */
            -moz-user-select: none; /* For Firefox */
            -ms-user-select: none; /* For older versions of Internet Explorer */
        }
        .main-link {
            color: #222;
            text-decoration: none;
        }
        .main-link:active {
            color: #ce1100;
            text-decoration: underline;
        }



        /*CONTACT*/
        #content-contact {
            top: 0;
            left: 0;
            float: left;
            width: 100%;
            height: auto;
            margin-top: 50px;
            word-wrap: break-word !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
        }
        #content-contact-left {
            top: 0;
            left: 0;
            float: left;
            width: 100%;
            height: 100%;
            color: #777;
            cursor: default;
            text-align: left;
            overflow: hidden !important;
            word-wrap: break-word !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        #content-contact-right {
            display: none;
        }
        .content-b {
            top: 0px;
            left: 0px;
            color: #444;
            cursor: default;
            font-size: 18px;
            margin-top: 50px;
            position: relative;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .content-p {
            top: 0px;
            left: 0px;
            color: #666;
            margin: 0 auto;
            cursor: default;
            font-size: 15px;
            position: relative;
            white-space: normal;
            word-wrap: break-word !important;
            word-break: break-word !important;
            overflow-wrap: break-word !important;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;   
        }
        .maps-botton-outer {
            width: 190px;
            height: 35px;
            font-size: 12px;
            cursor: pointer;
            color: #222222;
            line-height: 35px;
            text-align: right;
            border-radius: 3px;
            padding-right: 10px;
            text-decoration: none;
            background-color: #eee;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .maps-botton-outer:hover {
            cursor: pointer;
            color: #000000;
        }
        .maps-botton-outer:hover .maps-button {
            cursor: pointer;
            color: #ffffff;
            background-color: #d35400;
        }
        .maps-button {
            float: left;
            width: 35px;
            height: 35px;
            font-size: 15px;
            cursor: pointer;
            line-height: 35px;
            text-align: center;
            border-radius: 3px;
            text-decoration: none;
            color: #fff !important;
            background-color: #e67e22;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
    


        /*Footer*/
        #footer-outer {
            top: 0;
            left: 0;
            float: left;
            width: 100vw;
            height: 100vh;
            overflow: hidden;
            margin-top: 100px;
            position: relative;
            background-color: #222
        }
        #footer-responsive {
            top: 0;
            left: 50%;
            width: 90vw;
            height: 100%;
            margin-left: -45vw;
            position: relative;
        }
        #footer-copyright {
            left: 0;
            bottom: 0;
            width: 100%;
            height: 65px;
            cursor: default;
            color: #555555;
            line-height: 65px;
            text-align: center;
            position: absolute;
            border-top: 1px solid #666;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        #footer-navigation {
            top: 0;
            left: 0;
            width: 100%;
            height: 65px;
            overflow: hidden;
            position: absolute;
        }
        #footer-content {
            left: 0;
            top: 50px;
            width: 100%;
            height: 250px;
            position: absolute;
        }
        #footer-description {
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: relative;
        }
        #footer-text-left {
            top: 0;
            left: 0;
            float: left;
            width: 45vw;
            height: auto;
            color: #666;
            position: relative;
            text-align: justify;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        #footer-text-right {
            display: none;
        }
        #footer-map {
            top: 0;
            left: 0;
            float: right;
            width: 45vw;
            height: 100%;
            position: relative;
            background-color: rgba(0, 0, 0, 0.3);
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../img/maps-icon.webp);
            -webkit-background-size: 50% auto;
            -moz-background-size: 50% auto;
            -ms-background-size: 50% auto;
            -o-background-size: 50% auto;
            background-size: 50% auto;
        }
        .nav-box-item-footer {
            display: none;
        }
        .nav-box-item-footer:hover {
            display: none;
        }
        .nav-box-icon-footer {
            top: 0;
            width: 65px;
            float: right;
            height: 65px;
            color: #fff;
            font-size: 25px;
            line-height: 65px;
            text-align: center;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-image: url(../img/nav-item-hover-footer.webp);
            background-repeat: no-repeat;
            background-position: bottom;
            -webkit-transition: all 0.15s ease;
            -moz-transition: all 0.15s ease;
            -ms-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
        }
        .nav-box-icon-footer:active {
            color: #222;
            cursor: pointer;
            background-color: #fff;
            -webkit-transition: all 0.15s ease;
            -moz-transition: all 0.15s ease;
            -ms-transition: all 0.15s ease;
            -o-transition: all 0.15s ease;
            transition: all 0.15s ease;
        }
        #footer-text-left-logo {
            top: 0;
            left: 0;
            float: left;
            width: 100px;
            height: 100px;
            background-repeat: no-repeat;
            background-position: center center;
            background-image: url(../img/footer-logo.webp);
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -ms-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
        #footer-text-left-name {
            top: 0;
            left: 0;
            float: left;
            width: auto;
            height: 100px;
            padding-left: 25px;
            line-height: 33.3px;
        }
    }
}