    body {
        margin: 0 auto;
        width: 100%;
        text-align: left;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 1.35;
    }

    ul {
        margin-left: -20px;
        text-align: left;
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        line-height: 1.35;
    }

    h1 {
        font-weight: 700;
        font-size: 24px;
        color: rgb(236, 102, 37);
    }

    h2 {
        font-size: 20px;
        font-weight: 700;
    }

    a:link {
        text-decoration: none;
    }

    a:-webkit-any-link {
        cursor: pointer;
        text-decoration: none;
    }

    p a {
        text-decoration: none;
        color: black;
    }

    p a:visited {
        color: black;
    }

    p a:hover {
        color: rgb(236, 102, 37);
    }

    #kontakt img {
        margin-top: 20px;
        margin-bottom: -10px;
        max-width: 220px;
    }

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

    .homebild {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: -25px;
    }

    .menubutton {
        float: left;
        margin: 35px 20px 20px 20px;
        width: 120px;
    }

    header {
        margin: 0 auto;
        height: auto;
    }

    #logo {
        margin: 0 auto;
        width: 100%;
        background-color: rgb(236, 102, 37);
        text-align: center;
    }

    #logo img {
        padding: 0 10px;
        margin-bottom: -5px;
    }

    .textbox {
        padding: 0 20px 20px 20px;
        clear: both;
    }


    /*-------- navigation --------*/


    nav ul li a.current {
        color: rgb(236, 102, 37);
    }

    nav {
        font-weight: 100;
        margin-top: 80px;
    }

    nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
        padding-bottom: 20px;
        color: black;

    }

    nav ul li {
        display: block;
        text-align: left;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 10px;
        font-size: 20px;
        font-weight: 700;
        color: black;
        border-top: 2px solid rgb(236, 102, 37);
    }

    nav ul li a {
        width: auto;
        height: 25px;
        display: block;
        padding: 10px 0px 2px 0;
        color: black;
    }

    nav ul li a:hover {
        color: rgb(236, 102, 37);
    }

    nav ul li a:visited {
        color: black;
    }

    nav ul li:last-child {
        border-bottom: 2px solid rgb(236, 102, 37);
        padding-bottom: 10px;
    }


    /*-------- Footer --------*/

    footer {
        background-color: black;
        padding: 10px 20px;
        margin: 0 auto;
        color: white;
        text-align: left;
        width: 100%;
    }

    footer p {
        color: white;
        font-size: 14px;
        line-height: 1.3;
        margin-right: 50px;
    }

    footer a {
        text-decoration: none;
        color: white;
    }

    footer a:visited {
        color: white;
    }

    #back-top {
        position: fixed;
        width: 40px;
        height: 40px;
        bottom: 50px;
        right: 20px;
        z-index: 3;
        display: none;
        clear: both;
    }

    #back-top a:hover {
        text-decoration: none;
    }

    /* -----------------media queries----------------------- */

    @media only screen and (min-width: 801px) {

        .menubutton {
            display: none;
        }

        #logo {
            text-align: right;
            padding: 0;
            max-width: auto;
        }

        #logo img {
            position: relative;
            width: 600px;
            margin-right: 100px;
            position: relative;
            padding: 0;
            margin-bottom: -5px;
        }
        
         .homebild {
        margin-left: 0;
        margin-right: -0;
        margin-bottom: 0;
    }

        .textbox {
            margin: 0;
            padding: 0;
            width: 600px;
            float: right;
            margin-right: 100px;
            margin-top: -50px;
            margin-bottom: 30px;

        }

        h1 {
            font-size: 54px;
            font-weight: 500;
            line-height: 1.2;

        }

        h2 {
            font-size: 25px;
            font-weight: 500;
            margin-top: -30px;
            margin-bottom: 40px;
        }

        p {
            font-size: 18px;
        }

        ul {
            font-size: 18px;
        }

        header {
            margin: 0 auto;
            height: auto;
        }

        #kontakt {
            column-count: 2;
        }
        
           #kontakt img {
        margin-top: 0px;
        margin-bottom: -15px;
        max-width: 180px;
    }



        #mainnav {
            padding: 0;
            float: right;
            margin-top: 20px;
            margin-bottom: 30px;
        }

        nav ul {
            text-align: right;
            color: black;
            list-style: none;
            width: 640px;
            margin-right: 100px;
            font-size: 24px;

        }

        nav ul li {
            color: black;
            background-color: white;
            display: inline-block;
            margin-right: 10px;
            border-bottom: 0px;
            border-top: 0px;
            font-size: 16px;
            font-weight: 500;
        }

        nav ul li a {
            color: black;
            padding: 10px 0 0 0;
        }

        nav ul li a:hover {
            color: rgb(236, 102, 37);
        }

        nav ul li a:visited {
            color: black;
        }

        nav ul li a.current {
            border-bottom: 2px solid rgb(236, 102, 37);
            color: black;
        }

        nav ul li:last-child {
            border-bottom: 0px solid;
        }



        /*-------- Footer --------*/

        footer {
            background-color: black;
            color: white;
            text-align: left;
            float: left;
            clear: both;
            width: 100%;
            height: 25px;
            padding: 0;
            margin: 0;
            margin-left: 0;
            padding-bottom: 20px;
        }

        footer p {
            text-align: right;
            float: right;
            color: white;
            font-size: 13.2px;
            line-height: 1.4;
            margin-left: 0;
            width: 640px;
            margin-right: 100px;
        }
    }


    @media only screen and (min-width: 1201px) {


        #logo img {
            margin-right: 200px;
        }

        .textbox {
            margin-right: 200px;
            margin-top: -50px;
            margin-bottom: 30px;
        }

        nav ul {
            width: 640px;
            margin-right: 200px;
            font-size: 24px;
        }

        footer p {
            margin-right: 200px;
        }
    }

    @media only screen and (min-width: 1501px) {


        #logo img {
            margin-right: 300px;
        }

        .textbox {
            margin-right: 300px;
            margin-top: -50px;
            margin-bottom: 30px;
        }

        nav ul {
            width: 640px;
            margin-right: 300px;
            font-size: 24px;
        }

        footer p {
            margin-right: 300px;
        }
    }

    @media only screen and (min-width: 1801px) {


        #logo img {
            margin-right: 400px;
        }

        .textbox {
            margin-right: 400px;
            margin-top: -50px;
            margin-bottom: 30px;
        }

        nav ul {
            width: 640px;
            margin-right: 400px;
            font-size: 24px;
        }

        footer p {
            margin-right: 400px;
        }
    }



    /* -----------Print Queries--------------------------- */

    @media print {
        body {
            background-color: transparent;
            font-size: 9pt;
            font-family: Arial, SunSans-Regular, Sans-Serif;
            color: #000;
        }

        h2 {
            font-size: 18px;
            color: black;
        }

        a,
        a:visited {
            color: blueviolet;
        }

        a[href]:after {
            content: " ("attr(href) ")";
            color: #777;
            font-size: 7pt;
        }

        navigation,
        header img {
            display: none;
        }

        #footer {
            display: none;
        }

        .pint-only {
            display: block;
        }
    }
