/*
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: #d3b574;
        padding: 10px 25px 10px 25px;
    }
    
}
.arrow {
    width: 35px;
    height: 35px;
    background-color: #d3b574;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}
.services-name {
    color: #d3b574;
}
#Projektanfragen {
    color: #d3b574;
}
#ServiceName {
    color: #d3b574;
    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: #d3b574;
    padding: 12px;
    font-style: italic;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}