html {
    scroll-behavior: smooth;
}
.header-contact-banner {
    position: relative; /* Erster Header bleibt normal */
    z-index: 1;
}
@media(max-width: 768px) {
    #handycolor {
        background-color: #fff;
    }
}
.header-navbar-block.two {
    position: fixed;
    width: 100%;
    top: 55px;
    background-color: #110703;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: top 0.3s ease-in-out, padding 0.3s ease-in-out; /* Animation für 'top' und 'padding' */
}
.header-contact-banner{
    position: fixed;
    width: 100%;
    background-color: #842207 !important;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: top 0.3s ease-in-out, padding 0.3s ease-in-out; /* Animation für 'top' und 'padding' */
}

.header-nav-block {
    transition: padding 0.3s ease-in-out; /* Animation für das Padding */
}

.header-nav-block {
    padding: 25px;
}
@media(max-width: 768px) {
    .header-navbar-block.two {
        position: fixed; /* Zweiter Header bleibt fixiert */
        top: 50px; /* Fixiert am oberen Rand */
        width: 100%; /* Volle Breite */
        z-index: 1000; /* Überlagert andere Elemente */
        background-color: #110703; /* Hintergrundfarbe für Sichtbarkeit */
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Optional: Schatten für besseren Kontrast */
    }
    #nurPC {
        display: none;
    }
}


/*
Theme Name: Petr
Theme URI: wordpress.unmatched-media.de/petr
Author: Hendrik Lembicz
Description: Petr
Version: 1.0
*/
@media(max-width: 800px) {
    #navi {
        position: fixed;
        top: 75px;
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 1px 1px 5px 0px black;
    }
    #navi a {
        color: #842207;
        padding: 10px 25px 10px 25px;
    }
    
}
.arrow {
    width: 35px;
    height: 35px;
    background-color: #842207;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.services-name {
    color: #842207;
}
#Projektanfragen {
    color: #842207;
}
#ServiceName {
    color: #842207;
    margin-bottom: 15px;
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    text-decoration: none;
    transition: all .45s;
    display: block;
}
#nr {
    background-color: #efefef;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    z-index: 1;
    color: #000;
    text-align: center;
    background-color: #842207;
    padding: 12px;
    font-style: italic;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}