/* scroll behaviour */
html {
    scroll-behavior: smooth !important;
}
 
 
 /* slider navigatio in hero section ausblenden */
.tp-leftarrow, .tp-rightarrow
{
    display: none !important;
}

    /* color overlay bei leistungen ausblenden */
.services-section-two:before {
    background-color: transparent !important;
}

   /* button farbe im header ändern */
.btn-style-three, .scroll-to-top
{
    background-color: #34322d !important;
    border-color: #34322d !important;
    transition: all 0.3s ease !important;
}

.btn-style-three:hover, .scroll-to-top:hover
{
    background-color: transparent !important;
    border-color: #34322d !important;
    color: #34322d !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
       only screen and (min-resolution: 192dpi) {
  #leistungen {
    background-size: cover;
    background-attachment: scroll !important;
  }
}


#legal
{
    margin-top: 100px;
    margin-bottom: 100px;
}