
body {
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 22px;
    line-height: 30px;
   
    
}
body::-webkit-scrollbar {
  width: 20px;               /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  background: #3F6087;        /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: #A5423B;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
  border: 3px solid brown;  /* creates padding around scroll thumb */
}
html {
  scrollbar-width: 20px;
  scrollbar-color: #3F6087 #A5423B;
}
h4 {
    display: inline;
}
a:link, a:visited {
    color: #0000FF;
}
a:active, a:hover {
    color: #800080;
}
.clear {
    clear: both;
}

@media (max-width: 50em;) {
    

h2 {
    font-size: 18px;
}    
}



.wrapper {
    width: 80%;
    margin: 0 auto;
    height: auto;
}
.header {
    width: 100%;
    height: auto;
    background-color: rgba(250,250,250,0.7);
    position: relative;
     box-shadow: 10px 10px 15px grey;
}
.header img {
    width: 100%;
    height: auto;
    display: block;
}
.header span {
    position: absolute;
    width: 50%;
    height: auto;
    bottom: 100px;
    left: 24%;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 40px;
    color: #cd9832;
    }
.header span marquee, .header1 span marquee {
    width: 100%;
    height: auto;
    padding: 20px;

}
.header1 {
     width: 99.2%;
     height: auto;
     box-shadow: 10px 10px 15px grey;
     display: none;
}
.header1 span {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 30px;
    color: #cd9832;
}
.header1 img {
    width: 100%;
    height: auto;
    margin-bottom: -8px;
    
}
.header, .header1 {
    margin: 0 auto 20px;
}
.ruecklink {
     font-family: 'Nunito', sans-serif;
     font-size: 24px;
     font-weight: bold;
     margin-left: 80%;
 }
.hoch {
    width: ;
    height: auto;
    bottom: 1px;
    position: fixed;
    right: 1px;
    text-align: center;
}
.hoch img {
    width: 30px;
    height: auto;
}
.unten {
    width: 100%;
    height: 600px;
}
.contentwrap { 
    width: 100%;
    height: auto;
    
    padding-top: 20px;
    margin: 50px auto 20px;
    border: 5px solid rgb(165,66,59);
    box-shadow: 10px 10px 15px grey;
}
.contentwrap p {
    color: rgb(141,38,47) ;
    font-weight: bolder;
}
.block {
    width: 95%;
    margin: 0 auto;
        
}
.contentblock {
    width: 80%;
    height:700px;
    margin: 0 auto ;
    padding: 10px auto;
}
.counter {
    clear: both;
    width: 135px;
    margin-top: 10px;
    margin-bottom: 600px;
    background-color: #E6E6E6;
    border: 5px solid rgb(141,38,47);
}
.formfoot1, .formfoot2 {
     width: 30%;
     
     min-width: 250px;
     float: left;
     margin-left: 3%;
     margin-top: 10px;
     margin-bottom: 30px;
}
.formfoot3 {
    width: 30%;
    float: left;
    margin-left: 3%;
     margin-top: 10px;
     margin-bottom: 30px;
}
.formfoot3 img {
    width: 100px;
    height: auto;
    margin-top: 10px;
    margin-left: 3%;
    margin-bottom: 30px;
    float: right;
} 
.formfoot3 span {
    width: 29%;
    height: auto;
    margin-top: 10px;
    margin-left: 3%;
    margin-bottom: 10px;
    float: right;
}
.footer {
    background-color: #3F6087;    
    margin-top: 50px;
    margin-bottom: 20px;
    box-sizing: border-box;     
    border: 10px solid rgb(165,66,59);
    box-shadow: 10px 10px 15px grey;
    width: 100%;
    height: auto;
      display: flex;
      flex-wrap:wrap;
      color: #FFFFFF;
}
.footer a {
    background-color: #FFFFFF;
}
#ipsum {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
 #arbeit {
    background-color: rgba(250,250,250,0.7);
}

@media only screen and (max-width: 1500px) {
h1 {
    font-size: 34px;
}
.header span {
    bottom: 80px;
    font-size: 30px;
}
}
.tooltip {
	color: #c32e04;
	cursor: help;
	position: relative;
	font-family: Arial;
	font-weight: bold;
	font-size: 30px;
	line-height: 50px;
}

.tooltip span[rel=tooltip] {
	display: none;
}

.tooltip:hover span[rel=tooltip] {
	display: block;
    position: relative;
    margin-left: -10%;
	width: 60%;
	padding: 0.5em;
	z-index: 100;
	font-weight: normal;
    font-size: 20px;
    line-height: normal;
	color: #000;
	background-color: #ffebe6;
	border: solid 3px #c32e04;
	border-radius: 0.2em;
}
.tooltip ul {
    margin-left: 20px;
    font-size: 18px;
}
@media only screen and (max-width: 1350px) {
 .header span {
    bottom: 60px;
    font-size: 24px;
}   
}
@media only screen and (max-width: 1100px)
 {
 body {
     font-size: 20px;
 }
 h1 {
    font-size: 24px;
}
.header span {
    bottom: 40px;
    font-size: 24px;
}
 .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 (max-width: 860px) { 
body {
    line-height: 22px;
}
 h1 {
    font-size: 22px;
}
.header {
    display: none;
}

.header1 {
    display: block;
}
  .wrapper {
    width: 90%;
}
.slider {
    float: none;
    width: 80%;
    margin: 0 auto 30px;
}
.tooltip {
    font-size: 30px;;
}
.tooltip:hover span[rel=tooltip] {
    width: 80%;
    margin: 0 auto;
}
 }

  @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;
}  
  }