@media (hover: hover) and (pointer: fine) {
    /* Stile für Desktop-PCs */

#body {
    margin: 0 auto;
    padding: 0 auto;
    overflow-x: hidden;
}
a {
    color: #222222;
    text-decoration: none;
}




#header-banner-outer {
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    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%;
    height: 100%;
    width: 1600px;
    margin-left: -800px;
    position: relative;
}
#header-banner-logo {
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    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: 40%;
    left: 12%;
    width: 76%;
    height: 126px;
    margin-top: -63px;
    position: relative;
}
#mobile-header-menu-button {
    display: none;
    }



/*Navigation*/

#nav-box-outer {
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    position: relative;
    background-color: rgb(180, 0, 0);
}
#nav-box-responsive {
    top: 0;
    left: 50%;
    height: 100%;
    width: 1600px;
    margin-left: -800px;
    position: relative;   
}
.nav-box-item {
    float: left;
    width: auto;
    height: 100%;
    color: #fff;
    line-height: 65px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-image: url(../img/nav-item-hover.webp);
    background-repeat: no-repeat;
    background-position: top;
    -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:hover {
    color: #222;
    cursor: pointer;
    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 {
    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.webp);
    background-repeat: no-repeat;
    background-position: top;
    -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: #222;
    cursor: pointer;
    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;
}




.content-responsive {
    top: 0;
    left: 50%;
    height: auto;
    width: 1600px;
    position: relative;
    margin-left: -800px;
}
#content-legal {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: relative;
}
.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 */
}
.title-centered {
    top: 0;
    left: 0;
    color: #222;
    cursor: default;
    font-size: 50px;
    text-align: center;
    font-weight: lighter;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#content-legal-left {
    top: 0;
    left: 0;
    float: left;
    width: 600px;
    height: 725px;
    margin-top: 80px;
    position: relative;
}
.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;
}
#content-legal-right {
    top: 0;
    left: 0;
    float: left;
    height: 725px;
    width: 1000px;
    margin-top: 80px;
    position: relative;
    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;
}
#content-legal-fullWidth {
    top: 0;
    left: 0;
    float: left;
    height: auto;
    width: 1600px;
    margin-top: 80px;
    position: relative;
}



#footer-outer {
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 700px;
    margin-top: 300px;
    position: relative;
    background-color: #222
}
#footer-responsive {
    top: 0;
    left: 50%;
    height: 100%;
    width: 1600px;
    margin-left: -800px;
    position: relative;
}
#footer-copyright {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    cursor: default;
    color: #555555;
    line-height: 100px;
    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;
    position: absolute;
}
#footer-content {
    left: 0;
    top: 115px;
    width: 100%;
    height: 435px;
    position: absolute;
}
#footer-description {
    top: 0;
    left: 0;
    height: 100%;
    width: 1000px;
    position: absolute;
}
#footer-text-left {
    top: 0;
    left: 0;
    float: left;
    width: 400px;
    padding: 50px;
    height: 360px;
    color: #666;
    text-align: justify;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#footer-text-right {
    top: 0;
    right: 0;
    float: right;
    width: 400px;
    padding: 50px;
    height: 360px;
    color: #666;
    text-align: justify;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#footer-map {
    top: 0;
    left: 1000px;
    height: 100%;
    width: 600px;
    position: absolute;
    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 {
    float: left;
    width: auto;
    height: 100%;
    color: #fff;
    line-height: 65px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    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-item-footer:hover {
    color: #222;
    cursor: pointer;
    background-position: top;
    -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 {
    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:hover {
    color: #222;
    cursor: pointer;
    background-position: top;
    -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;
}




#box-startseite {
    display: block;  
}
#box-graeber {
    display: none;  
}
#box-restaurierung {
    display: none;  
}
#box-naturstein {
    display: none;  
}
#box-kontakt {
    display: none;
}
#box-impressum {
    display: none;
}









/*CONTACT*/

#content-contact {
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 616px;
    margin-top: 100px;
}
#content-contact-left {
    top: 0;
    left: 0;
    float: left;
    width: 700px;
    height: 100%;
    color: #777;
    cursor: default;
    text-align: left;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#content-contact-right {
    top: 0;
    right: 0;
    float: right;
    width: 900px;
    height: 100%;
    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;
}
.contact-b {
    color: #000;
    font-size: 18px;
    cursor: default;
    line-height: 35px;
    font-weight: lighter;
    text-transform: uppercase;
}
.main-link {
    color: #222;
    text-decoration: none;
}
.main-link:hover {
    color: #ce1100;
    text-decoration: underline;
}



/*NATURSTEIN*/
.text-fullWidth {
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: auto;
    color: #222;
    cursor: default;
    font-size: 22px;
    margin-top: 100px;
    position: relative;
    font-weight: lighter;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}





.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: auto;
    clear: left;
    height: 100px;
    overflow: hidden;
    margin-top: 100px;
    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: 100px;
    height: 100px;
    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: auto;
    float: right;
    height: 100px;
    padding-left: 25px;
    padding-right: 25px;
}
.download-box-fileName div {
    top: 0;
    left: 0;
    width: auto;
    height: 33.3px;
    text-align: left;
    color: #222222;
    display: list-item;
    line-height: 33.3px;
    list-style-type: none;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}




.vertical-separator {
    top: 0;
    left: 50%;
    height: 3px;
    clear: both;
    width: 200px;
    border-radius: 3px;
    position: relative;
    margin-left: -100px;
    background-color: #ce1100;
}
#home-fullWidth-image {
    top: 0;
    left: 50%;
    float: left;
    width: 100vw;
    opacity: 0.55;
    height: 750px;
    margin-top: 200px;
    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: 200px;
    margin-left: -50vw;
    position: relative;
    background-color: #ecf0f1;
    border-bottom: 1px solid #eee;
}
#home-statsBar-inner {
    top: 0;
    left: 50%;
    height: 100%;
    width: 1600px;
    position: absolute;
    margin-left: -800px;
    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: 250px;
    height: 150px;
    margin-top: 25px;
    flex: 1; /* Jeder Div nimmt gleich viel Platz ein */
}
.stats-item-count {
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    color: #222;
    font-size: 80px;
    line-height: 100px;
    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: 50px;
    color: #222;
    font-size: 20px;
    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 {
    display: flex;
    justify-content: space-between; /* Drei Boxen gleichmäßig verteilen */
    align-items: stretch;
    gap: 20px; /* Gleichmäßiger Abstand zwischen den Boxen */
}

.box {
    flex: 1; /* Alle Boxen bekommen gleiche Größe */
    min-width: 200px;
    padding: 20px;
    text-align: center;
}

/* Spezielle Stile für die mittlere Box mit der Liste */
.list-box {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.list-left, .list-right {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    color: #222;
    font-size: 25px;
    text-align: left;
    line-height: 65px;
    font-weight: lighter;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Bild rechts */
.image-box {
    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;
}

}