* {
    margin: 0;
    border: 0;
    padding: 0;

}

body {
    background: #F2F2F2;
    font: 14px/20px Arial, San-Serif;
    color: #555;
}

header {
    background: #FFFFFF;
    width: 100%;
    height: 223px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0.90;

}

footer {
    background: #FFFFFF;
    position: fixed;
    width: 100%;
    overflow: hidden;
    opacity: 1;
}

/* SLider stuff */
.nivo-caption {
    /* Hoehe von dem schwarzen kasten */
    height: 100px;
}

.nivo-directionNav {
    /*vor zurueck buttons deaktivieren */
    display: none;
}

/* im Header */
#logo {
    margin: 9% 00% 0 0;
    float: left;
    width: 342px;
    height: 64px;
    background: url("../img/logo.jpg") no-repeat center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 13%;
}

nav {
    float: right;
    padding: 11% 60px 20px 0;
}

ul {
    list-style: none;
}
li {
	font-size: 10px;;
}

nav ul li {
    display: inline-block;
    float: left;
    padding: 10px;
}

/*neu eingefügt */
nav ul li a:visited {
    color: #ccc;
    display: block;
}

nav ul li:hover ul {
    display: block;
}

nav ul ul {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    border: 1.5px solid #BDBDBD;
    min-width: 200px;
    font-family: Arial, Sans-Serif, serif;

}

p {
    float: left;
}

/*  Textgestaltung in der Navigation */
a {
    color: #555;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #555;
    text-decoration: underline;
}

.current {
    color: #555;
    text-decoration: underline;
}

/* Menü Button */
#menu-icon {
    display: none;
    width: 40px;
    height: 40px;
    background: url("menu-icon.jpg") center;
}

a:hover#menu-icon {
    border-radius: 4px 4px 0 0;
}

/* */
h5 {
    text-align: right;
    font-size: 60%;
    padding: 0% 75px 20px 0;
}

/* hier ist alles was im Hauptteil ist */

div {
    width: 100%;
    height: 60%;
    margin-left: auto;
    margin-right: auto;
}

#doc {
    margin: center; /* Gibt es nicht Auto hat aehnlichen effekt */
}

#content {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    margin-top: 228px;
}

.blueberry {
    max-width: 1400px;
    margin-top: 200px;
}

img {
    height: 100%;
    width: 100%;
    margin: center; /* Gibt es nicht Auto hat aehnlichen effekt */
    padding-top: 0;
}

/* hier kommt der Slider rein */

.slides {
    overflow: hidden;
}

/* footer */
#first {
    height: 100%;
    overflow: hidden;
    opacity: 1;
}

@media screen and (max-width: 800px) {
    body {
        position: absolute;
    }
}

@media screen and (max-width: 800px) {
    header {
        position: absolute;
    }

    #menu-icon {
        display: inline-block;

    }

    nav ul, nav:active ul {
        display: none;
        position: absolute;
        padding: 20px;
        background: #BDBDBD;
        border: 2px solid #FFF;
        right: 20px;
        top: 60px;
        width: 50%;
        border-radius: 2px 0 2px 2px;
    }

    nav li {
        text-align: center;
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }

    nav:hover ul {
        display: block;
    }

}

h3 {
    font-size: 12px;;
}

h2 {
    font-size: 16px;;
}

h1{
    font-size: 20px;;
}
h6 {
    font-size: 10px;
}

/* Impressumsite */


