*{margin: 0;
padding: 0;}

body{
    overflow: hidden;
    font-family: sans-serif;
    width: 100%;
    height: 100vh;
         /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3e92d+0,fff87f+51,f3e92d+100 */
background: rgb(243,233,45); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,233,45,1) 0%, rgba(255,248,127,1) 51%, rgba(243,233,45,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(243,233,45,1) 0%,rgba(255,248,127,1) 51%,rgba(243,233,45,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(243,233,45,1) 0%,rgba(255,248,127,1) 51%,rgba(243,233,45,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3e92d', endColorstr='#f3e92d',GradientType=0 ); /* IE6-9 */
}
.container{
    width: 100%;
    
    height: 95%;


   
}

img{
  
    margin: 0 auto;
    
}

.content{
    max-width: 900px; 
    margin: auto;
    padding-top: 200px;


}

.picture{
    text-align: center;
    width:100%;
    height: 300px;
    

  
}

.hazard{
    height: 50px;
    background: url(banner-1557853_960_720.jpg);
    
    
}

.inhalt {
    width: 100%;
    float:left;
    height: 400px;
    text-align: justify;
    
}

h1{
    margin-bottom: 30px;
}