body{
    font-family: Georgia;
    margin: 0;
}

.wrapper{
    width: 100%;
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto;
}

h1.logo{
    background-image: url(images/logosmall.png);
    background-repeat: no-repeat;
    width: 175px;
    height: 50px;
    text-indent: -10000px;
    float: left;
}

header nav{
    float: right;
    margin-top: 10px;
}

header nav h2{
    text-indent: -10000px;
    height: 0;
    margin: 0;
}

header nav li{
    float: left;
    list-style-type: none;
    margin: 10px 20px;
}

header nav li a{
    text-decoration: none;
    color: #333;
    font-size: 18px;
}



p{
    z-index: 10000;
    font-size: 100px;
    text-align: center;
    position: absolute;
    width: 20%;
    padding-top: 100px;
    color: white;
    font-family: cursive;
}

.slider{
    overflow: hidden;
    height: 740px;
}

.slider figure div{
    width: 20%;
    float: left;
}

.slider figure img{
    width: 100%;
    float: left;
}

.slider figure{
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    animation: 20s slidy infinite;       
}

@keyframes slidy{
    0%{
        left: 0%;
    }
    
    17%{
        left: 0%;
    }
    
    21%{
        left: -100%;
    }
    
    38%{
        left: -100%;
    }
    
    42%{
        left: -200%;
    }
    
    59%{
        left: -200%;
    }
    
    63%{
        left: -300%;
    }
    
    80%{
        left: -300%;
    }
    
    84%{
        left: -400%;
    }
    
    99%{
        left: -400%;
    }
}


.slider, .slider img{
    width: 100%;
}

.slider img{
    border-bottom: 15px solid #bcbcbc;
}

#home-text h2{
    background-image: url(images/produkte.png);
    background-repeat: no-repeat;
    width: 500px;
    height: 100px;
    text-indent: -10000px;
    margin: 0 auto;
    position: relative;
    top: 0px;
}

#home-text ul{
    padding: 0;
    list-style-type: none;
}

#home-text ul:after{
    content: "";
    clear: both;
    display: block;
}

#home-text li{
    width: 100%;
    padding: 0;
    margin: 0 0 0 37%;
}

.text{
    float: left;
    color: #999;
    font-weight: lighter;
    font-style: italic;
}

#produkte{
    margin-top: 0px;
}

#produkte ul{
    padding: 0;
}

#produkte li{
    float: left;
    width: 31%;
    margin: 1%;
    list-style-type: none;
}

#produkte li img{
    width: 100%;
    margin-bottom: 5px;
}

#produkte li a{
    color: #333;
    text-decoration: none;
    float: left;
    margin: 0px 0 50px 50px;
}

#produkte li span{
    float: right;
    color: #333;
    width: 30%;
}

#produkte ul:after{
    content: "";
    display: block;
    clear: both;
}

footer{
    background: #3b3b3b;
    margin-top: 100px;
    padding: 30px 0;
}

footer:after{
    content: "";
    display: block;
    clear: both;
}

footer ul{
    float: left;
    padding: 0;
    list-style-type: none;
    color: #eee;
    width: 23%;
    margin-left: 2%;    
}

footer li{
    margin: 10px 0;
}

footer a{
    color: #eee;
    text-decoration: none;
}
