/* HTML5 HACK -------------------------------------- */

header,
section,
footer,
aside,
nav,
article {
    display: block;
}


/* LAYOUT ------------------------------------------ */

body {
    margin: 0;
    color: #000;
    font-size: 10pt;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    height: 600px;
    width: 100%;
    max-width: 1000px;
}

#header {
    background-image: url(../img/header.jpg);
    background-repeat: no-repeat;
    background-size: contain;
}


/* Navigation */

#topnav {
    background-image: url(../img/head.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0;
    height: 50px;
    overflow: hidden;
}

h1 {
    margin: 5px 0 5px 0;
}

h2 {
    margin: 3px 0 3px 0;
    background: rgba(255, 255, 255, 0.8);
}


/* End Navigation*/

.nav-linie {
    /*margin: 15px 0;*/
    height: 3px;
    background-image: url(../img/verlauf_mitte.jpg);
    background-repeat: no-repeat;
    /*width: 959px;*/
    overflow: auto;
    border-style: none
}

#nav-linie-top {
    background-image: url(../img/footer.jpg);
    background-repeat: no-repeat;
    height: 24px;
}

#footer {
    font-size: 2pt;
    background-image: url(../img/footer.jpg);
    background-repeat: no-repeat;
    background: linear-gradient(to right, #94C248, #94C248, white);
    height: 24px;
    overflow: hidden;
}

.inhalt {
    text-align: center;
    padding: 0;
    /*height: 387px;*/
    overflow: auto;
    width: 100%;
}

.opa {
    /*background: white;*/
    background-color: rgba(0, 0, 0, 0.1);
}

.pic {
    /*float: right;*/
    padding: 5px;
    position: absolute;
}

#impressum {
    text-align: left;
    margin: 0 10px 2px 25px;
}

#texthausmeisterdienste {
    text-align: left;
    margin: 0 10px 2px 25px;
    overflow: auto;
    background-image: url(../img/hausmeisterdienste_s.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}

#textgartenpflegedienste {
    text-align: left;
    margin: 0 10px 2px 25px;
    overflow: auto;
    background-image: url(../img/gartenpflegedienste_s.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
}

@media (min-width: 768px) {
    #nav-linie-top {
        display: none;
    }
    #texthausmeisterdienste {
        background-image: url(../img/hausmeisterdienste_m.jpg);
    }
    #textgartenpflegedienste {
        background-image: url(../img/gartenpflegedienste_m.jpg);
    }
    #header {
        width: 749px;
        height: 114px;
    }
    #topnav {
        width: 750px;
        height: 30px;
        background: white;
        border-bottom: none;
        border-top: none;
    }
    #nav-linie-bottom {
        margin: 15px 0 7px 0;
        height: 3px;
        width: 749px
    }
    .inhalt {
        width: 720px;
        height: 485px;
    }
    #footer {
        width: 749px;
    }
    body {
        margin: 25px auto;
        /*height: 568px;*/
        height: 600px;
        width: 750px;
        background: #fff url("../img/back_m.jpg") no-repeat fixed top;
    }
}

@media (min-width: 1000px) {
    body {
        height: 600px;
        width: 960px;
        background: #fff url("../img/back_l.jpg") no-repeat fixed top;
    }
    #textgartenpflegedienste {
        background-image: url(../img/gartenpflegedienste.jpg);
    }
    #texthausmeisterdienste {
        background-image: url(../img/hausmeisterdienste.jpg);
    }
    #header {
        width: 959px;
        height: 146px;
    }
    #topnav {
        width: 960px;
        background: none;
    }
    #nav-linie {
        margin: 15px 0;
        height: 3px;
        width: 959px
    }
    .inhalt {
        width: 930px;
        height: 455px;
    }
    #footer {
        width: 959px;
    }
}