<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* open-sans-regular - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v15-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg');
    /* Legacy iOS */
}


/* open-sans-800 - latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v15-latin-800.eot');
    /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/open-sans-v15-latin-800.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/open-sans-v15-latin-800.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/open-sans-v15-latin-800.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg');
    /* Legacy iOS */
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fcea12;
    background: #000;
}

::selection {
    color: #fcea12;
    background: #fcea12;
}

.fb {
    position: fixed;
    left: 5px;
    bottom: 20%;
}

.fb a {
    display: block;
}

.fb a img {
    width: 35px;
    height: auto
}

clear {
    clear: both;
}

body {
    font-size: 16px;
    line-height: 150%;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    background: #000;
}

h1,
h2 {
    font-size: 3em;
    font-weight: 800;
    line-height: 120%;
    margin-bottom: 2%;
    text-align: center;
    text-transform: uppercase;
}

.logo {
    width: 320px;
    height: auto;
    margin-left: 22%;
    margin-top: 0.5%;
    position: fixed;
    z-index: 20;
    float: left;
}

.wrapper1 {
    max-width: 100%;
    height: auto;
}

.wrapper1 img {
    max-width: 100%;
    height: auto;
}

nav ul {
    width: 100%;
    height: 60px;
    font-size: 50px;
    position: fixed;
    z-index: 10;
    background: url(../img/navibg.png) repeat-x;
    padding-right: 5%;
}

nav ul li {
    margin-right: 20px;
    margin-top: 10px;
    list-style: none;
    float: right;
    font-size: 15px;
}

nav a {
    text-decoration: none;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
}

nav a:hover,
a.active {
    color: #8b830d;
}


.slogan {
    width: 100%;
    height: 360px;
}

.slogan img {
    width: 60%;
    height: auto;
    margin: 0 20%;
}

.btn {
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 3%;
    font-weight: 800;
    font-size: 24px;
    color: #000;
    border: 5px solid #000;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
}

.btn:hover {
    transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}

.black {
    color: #000;
    text-decoration: underline;
}


#wartungen .btn {
    color: #fcea12;
    border-color: #fcea12;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url(../img/icon_top.png) no-repeat;
}


#wartungen {
    background: #000;
}

#wartungen h2,
#wartungen h3 {
    color: #fcea12
}

#wartungen p,
#wartungen ul {
    color: #fff
}

#kontakt {
    box-sizing: border-box;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between
}

#kontakt .flex div:first-child {
    width: 49%;
    padding: 80px 0 80px 20%
}

#kontakt .flex div:last-child {
    width: 49%;
    object-fit: cover
}

.flex .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contactform {
    width: 100%;
    height: 700px;
    border: none;
}

#kontakt h2 {
    text-align: left;
}

.eyecatcher {
    width: 100%;
    height: 450px;
    background: url(../img/schaedlingbekaempfung.jpg) no-repeat center top -200px / cover;
}


.box {
    width: 49%;
}

.wrapper {
    padding: 80px 20% 100px;
}

ul li {
    list-style-position: inside;
}

.data {
    position: fixed;
    bottom: 0;
    right: 15px;
    background: #000;
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
    width: 300px;
    text-align: center;
    text-transform: uppercase;
    z-index: 999;
}

.data a {
    color: #fff;
    text-decoration: none;
}

.data a:hover {
    color: #fcea12
}

.sidenav,
.open-nav {
    display: none
}

footer {
    background: #000;
    color: #fcea12;
    padding: 15px 10% 35px;
}

footer a {
    color: #fff;
    text-decoration: none;
    transition: ease .8s;
    -o-transition: ease .8s;
    -webit-transition: ease .8s;
    -moz-transition: ease .8s;
    -ms-transition: ease .8s;
}

footer a:hover {
    color: #fcea12;
}

@media screen and (min-width: 1078px) {
    body {
        background-color: #fcea12;
    }

    .wrapper {
        padding: 80px 10% 100px;
    }

    #kontakt .flex div:first-child {
        padding: 80px 0 80px 10%
    }

    .logo {
        margin-left: 10%
    }

    .contactform {
        height: 800px;
    }
}

@media screen and (max-width: 1077px) {
    body {
        background-color: #fcea12;
    }

    h1,
    h2 {
        font-size: 30px;
        font-weight: 800;
        line-height: 120%;
        margin-bottom: 2%;
        text-align: center;
        text-transform: uppercase;
    }

    .wrapper {
        padding: 50px 10%;
    }

    #kontakt .flex div:first-child {
        padding: 80px 0 80px 10%
    }

    .eyecatcher {
        background-position: center;
    }

    .logo {
        margin-left: 2%;
    }
}




@media screen and (max-width: 800px) {

    .wrapper {
        padding: 80px 5%;
    }

    .flex {
        flex-wrap: wrap;
    }

    #kontakt .flex div:last-child {
        width: 100%;
    }

    .flex .img img {
        height: 400px
    }

    #kontakt .flex div:first-child {
        order: 2;
        padding: 80px 5%;
        width: 100%
    }

    #kontakt .flex div:last-child {
        order: 1;
    }

    .box {
        width: 100%;
    }

    .box:first-child {
        margin-bottom: 20px;
    }

    .btn {
        font-size: 20px;
        padding: 10px;
    }

    .title {
        object-fit: cover;
        height: 350px !important;
        margin-top: 45px;
        width: 100%;
    }

    .logo {
        margin-top: 10px
    }



    nav ul li {
        display: none;
    }

    .open-nav {
        display: block;
        position: fixed;
        top: 20px;
        right: 2%;
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 10000;
        transition: all 1s;
        background: #000;
    }

    .open-nav img {
        width: 40px;
        height: 40px;
        position: absolute;
        margin: 0;
        padding: 7px;
    }

    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 20000;
        top: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.85);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 15px;
    }

    .sidenav a {
        padding: 17px 0 8px 0;
        text-decoration: none;
        font-size: 23px;
        color: #fff;
        display: block;
        transition: 0.3s;
        text-align: center;
        text-transform: uppercase;
    }

    .sidenav a:nth-child(2) {
        margin-top: 150px;
    }

    .sidenav a:hover,
    .offcanvas a:focus {
        color: #fcea12;
    }

    .sidenav a img {
        width: 29px;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 20px;
        right: 2%;
        font-size: 40px;
        margin-left: 50px;
        background: #fcea12;
        color: #000;
        padding: 5px 8px 8px 8px;
    }

    .sidenav .closebtn:hover {
        color: #fcea12;
        background: #fff;
    }

}

@media screen and (max-width: 650px) {

    h1,
    h2 {
        font-size: 1.5em;
    }
}
</pre></body></html>