  body {
    margin: 0;
    padding: 0;
}
 

.wrapper {
    background-color: #fff;
    width: 100%;
    height: auto;
    margin: 0 auto 100px;
}
.header-eins, .header-zwei {
     width: 100%;
     height: auto;
     margin: 0;
    
}
.header-eins {
    display: block;
}
.header-zwei {
    display: none;
}
#drei {
      background-image: url(../images/h-2.jpg);
background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
         }

.block {
    width: 80%;
    margin: 0 auto;
    padding: 0 30px 10px;
}
.block,.Liste ,#linkeListe, #rechteListe p {
  font-size: 28px;
  line-height: 110%;
font-family: Arial;
//      font-family: 'Oswald', sans-serif;
 color: #2D2D2D;
}
.contentblock {
    width: 80%;
    height:700px;
    margin: 0 auto ;
    padding: 10px auto;
    background-color: #FFFFFF;
}
.contentblock p {
  font-size: 20px;
font-family: Arial;
 color: #666;  
}
.contentwrap {
    background-color: #fff;
    padding: 20px ;
}
.contentwrap h1 {
    font-family: Arial;
}
.formal {
    font-family: Arial;
    font-size: 26px;
    color: #000000;
}
.navArea {
    float: left;
    width: 100px;
    background-color: white;
    margin: 0 15px 0 0;
    padding: 0;
}
.contentArea-slider {
     width: 60%;
     height: auto;
    background-color: #fff;
    margin-left: 20%;
    padding: 0;
}
.Liste {
   background-color: #FFF;
    width: 80%;
    min-width: 450px:;
    margin: 20px auto 2px;
    padding: 100px auto;
    float: none;
    display: flex;
      flex-wrap:wrap;
}

.Listeu {
    width: 100%;
}

.Listeu h3 {
    font-family: Arial;
    font-size: 26px;
    display: inline;
}
  #linkeListe, #rechteListe {
     float: left;
    width: 30%;
min-width: 350px;
    background-color: #fff;
    margin-left: 10%;

}

.counter {
             clear: both;
             width: 100%;

}
 #navibereich {
    background-color: #F7FFC3;        /* Hintergrundfarbe für die Navigation */  
    padding: 4px 0;                   /* Innenabstand: oben/unten 4px, li/re 0 */ 
     border-top: 3px solid #668BCC;    /* Rahmenlinie oben */ 
      border-bottom: 3px solid #668BCC; /* Rahmenlinie unten */ 
       margin: 0;                        /* Keinen Außenabstand */ 
       }

 #navibereich li {
    display: inline;            /* Listenelemente nebeneinander */ 
    list-style-type: none;      /* Aufzählungszeichen entfernen */
    }

.formfoot1, .formfoot2 {
width: 29%;
     font-family: Arial;
     font-size: 24px;
     font-weight: 100;
     min-width: 350px;
    
     float: left;
     margin-left: 4%;
}

 .formfoot3 {
    margin-left: 4%;
    width: 22%;
    min-width: 200px;   
    float: left;
  
}
.formfoot3 img {
    width: 40%;
    height: auto;
    margin-top: 10px;
    margin-left: 6%;
    float: left;
} 
.footer {
    background-color: #fff;
    border: 15px double rgb(0,64,128);    
    width: 90%;
    height: auto;
    clear: both;
    margin: 0 auto;
    padding: 0px 40px;
      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)
 {
.contentArea {
     width: 80%;
     height: auto;
    background-color: #fff;
    margin-left: 10%;
    padding: 0;
}
 .contentArea-slider {
     width: 80%;
     margin: 0px auto;
 }
.block,.Liste ,#linkeListe, #rechteListe p {
    font-size: 22px;
} 
   .contentwrap h1 {
       font-size: 24px;
   }
.header-eins {
       display: none;
   }
.header-zwei {
       display: inline-block;
   }
}
  @media only screen and (max-width: 640px) {
.block,.Liste ,#linkeListe, #rechteListe p {
    font-size: 16px;
} 
.contentwrap h1, h2 {
    font-size: 18px;
    display: inline;
    line-height: 10px;
    font-weight: bold;
    
} 
  .contentArea {
     width: 90%;
     }
.formal p {
    
    font-size: 16px;
}
.formfoot1, .formfoot2 { 
     width: 80%;
    min-width: 200px;
    font-size: 16px;
    margin: 10px auto;
}
.karte {
    margin: 100px auto 0;
} 
.footer, .formfoot1, .formfoot2, .formfoot3 {
     float: none;
     width: 95%;
 } 
  }