
  body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 24px;
    scrollbar-face-color:#562b22; 
    scrollbar-shadow-color:rgb(167,70,64); 
    scrollbar-highlight-color:rgb(200,200,200); 
    scrollbar-3dlight-color:rgb(200,200,200); 
    scrollbar-base-color:rgb(246,244,232); 
    scrollbar-arrow-color:rgb(167,70,64); 
    scrollbar-track-color:rgb(246,244,232);

}
html {
        background: url(../images/h-1.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
h4 {
    display: inline;
}
a:link, a:visited {
    color: #0000FF;
}
a:active, a:hover {
    color: #800080;
}
.clear {
    clear: both;
}
.wrapper {
    width: 80%;
    height: auto;
    margin: 0 auto 60px;
}
.header {
     width: 100%;
     height: auto;
}
.ruecklink {
     font-family: 'Nunito', sans-serif;
     font-size: 24px;
     font-weight: bold;
     margin-left: 80%;
 }
.hoch {
    width: 40px;
    height: auto;
    bottom: 10px;
    position: fixed;
    right: 5px;
}
.hoch img {
    width: 100%;
    height: auto;
}
.contentwrap {
    background-color: #F6F4E8;
    padding-top: 20px;
    margin-top: 50px;
    border: 10px solid #562b22;
}
.contentwrap p {
    color: rgb(167,70,64) ;
    font-weight: bolder;
}
.block {
    width: 95%;
    margin: 0 auto;
    
}
.contentblock {
    width: 80%;
    height:700px;
    margin: 0 auto ;
    padding: 10px auto;
}
.counter {
    clear: both;
    width: 90px;
    margin-top: 10px;
    border: 5px solid #562B22;
}
.formfoot1, .formfoot2 {
     width: 30%;
     font-family: Arial;
     font-size: 18px;
     min-width: 250px;
     float: left;
     margin-left: 3%;
     margin-top: 10px;
     margin-bottom: 10px;
}
.formfoot3 {
    width: 30%;
    float: left;
    margin-left: 3%;
     margin-top: 10px;
     margin-bottom: 10px;
}
.formfoot3 img {
    width: 100px;
    height: auto;
    margin-top: 10px;
    margin-left: 3%;
    float: right;
} 
.footer {
    background-color: #F6F4E8;    
    margin-top: 50px;
    margin-bottom: 5px;
    border: 10px solid #562B22;
    width: auto;
    height: auto;
      display: flex;
      flex-wrap:wrap;
}
 #ipsum {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
@media only screen and (max-width: 1100px)
 {
 body {
     font-size: 20px;
 }
 .wrapper {
     width: 90%;
 }
.contentArea, {
     width: 80%;
     height: auto;
    margin-left: 10%;
    padding: 0;
}
.contentwrap {
    margin-top: 30px;
}
.ruecklink {
     font-family: 'Nunito', sans-serif;
     font-size: 20px;
     font-weight: bold;
     margin-left: 60%;
 }
.formfoot1, .formfoot2, .formfoot3 {
    width: 80%;
    min-width: 200px;
    font-size: 18px;
    margin: 10px auto;
}

.formfoot3 img {
    float: none;
    } 
}
  @media only screen and (max-width: 640px) {
body {
    font-size: 18px;
}
.wrapper {
    width: 95%;
    height: auto;
} 
.contentArea {
     width: 70%;
}

.formfoot1, .formfoot2, .formfoot3 { 
    width: 80%;
    min-width: 200px;
    font-size: 18px;
    margin: 10px auto;
}
.formfoot3 img {
    width: 80px;
    } 

.contentwrap {
    margin-top: 20px;
}  
  }