* {
    margin: 0px;
    padding: 0px;
}    
body {
    display: flex;
    flex-direction: column;
	align-items:center;    
	font-family: Calibre, Arial, Verdana, Geneva, sans-serif;    
	font-size:1.1em;
	color:#000;
	font-weight:normal;
    background: url("image/reparierbar_index.jpg");                	
} 

h1 {
	font-size:1.2em;
	font-weight:bold;
	padding:5px;
}
h2 {
	font-size:1.0em;
	font-weight:bold;
	padding:5px;
}
h3 {
	font-size:0.9em;
	font-weight:normal;
	padding:5px;
    line-height: 25px;
}
table {
	font-size:0.9em;
	font-weight:normal;
	padding:5px;
    line-height: 25px; 
	color:#444;  
    margin: 10px; 
    background-color: #fff;      
}
tr:nth-child(even) {
  background-color:#e1e1e1; 
}
td {
	font-size:0.8em;
	font-weight:normal;
	padding:5px; 
}
.td_center {
    text-align: center;
}
img {
    border-radius: 5px;    
}
li {
    margin-left: 25px;
}
input {
 	font-size:1.1em;
    padding: 8px; 
    border-radius: 5px;  
    border: 1px solid #444;          

}
textarea {
 	font-size:1.1em;
    padding: 8px; 
    border-radius: 5px; 
    border: 1px solid #444;                     
}
/* header  --------------------------------------------------------------------------  */

header {
	display:flex;
    width: 100vw; 
    height: auto;
    min-height: 120px;     
    background-color: #fff;  
    border-radius: 10px;
    align-items: center;                                      	
}
@media screen and (min-width: 1000px) {
header {
    flex-direction: rows;        
    justify-content: space-between; 
                     	
}
}
@media screen and (max-width: 999px) {
header {
    flex-direction: column;     
	align-items:center;                  	
}
}
header > div {
    margin: 20px;    
}
header > div > img {
    width: 100%;
    min-width: 300px; 
    height: auto;  
}
/* End header  --------------------------------------------------------------------------  */


/* section  --------------------------------------------------------------------------  */

section {
	display:flex;
    width: 95%;
    height: auto; 
    max-width: 1500px;   
    margin-top: 1px; 
	background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px; 
    align-items: center;          	                    	
}
@media screen and (min-width: 1200px) {
section {
    flex-direction: rows;    
    justify-content: space-between;                   	
}
}
@media screen and (max-width: 1199px) {
section {
    flex-direction: column;
	align-items:center;                 	
}
}

/* End section  --------------------------------------------------------------------------  */


/* article  --------------------------------------------------------------------------  */
article {
	display:flex;
    width: 95%;
    height: auto; 
    max-width: 1500px;   
    margin-top: 1px; 
	background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px; 
    align-items: center;          	                    	
}
@media screen and (min-width: 1200px) {
article {
    flex-direction: rows;    
    justify-content: space-between;                   	
}
}
@media screen and (max-width: 1199px) {
article {
    flex-direction: column-reverse;
	align-items:center;                 	
}
}

@media screen and (max-width: 1200px) { 
.visible_out {
    display: none;
}
}

.row_2 {
	display:flex;
    width: 95%; 
    height: auto;
    max-width: 1500px;   
    flex-wrap: wrap;
    margin-top: 1px; 
	background-color: rgba(255, 255, 255, 0.9);	
    border-radius: 10px;                
} 
@media screen and (min-width: 1200px) {
.row_2 {
    flex-direction: rows;    
    justify-content:space-around;
    align-items: center;                  	
}
}
@media screen and (max-width: 1199px) {
.row_2 {
    flex-direction: column-reverse;
	align-items:center;                 	
}
}

.row_2 > div {
    margin: 5px;    
}

.div_center {
    text-align: center;
}

.div_a {
    width: 65%; 
    min-width: 350px;
    height: auto;
    padding: 10px;       
}
.div_b {
    width: 25%; 
    min-width: 350px;
    height: auto;
    padding: 10px;  
}
.div_b > img {
    width: 100%;
    max-width: 500px;     
}
.color_blau {
	color:#1e73be;
}
.color_grau {
	color:#555;
}
.img_map {
    width: 100%;
    max-width: 1500px;
}
.img_footer {
    width: 100%;
    max-width: 1500px;
    opacity: 0.5;
}
/* End article  --------------------------------------------------------------------------  */
/* Sponsoren -----------------------------------------------------------------------------  */
aside {
	display:flex;
    width: 95%; 
    height: auto;
    max-width: 1500px;       
    min-height: 120px;     
    background-color: #fff;  
    border-radius: 10px;
    align-items: center;                                      	
}
@media screen and (min-width: 1000px) {
aside {
    flex-direction: rows;        
    justify-content: space-around; 
                     	
}
}
@media screen and (max-width: 999px) {
aside {
    flex-direction: column;     
	align-items:center;                  	
}
}
aside > div {
    margin: 20px;    
}
aside > div > img {
    width: 100%;
    min-width: 300px; 
    height: auto;  
}

/* Ende Sponsoren  --------------------------------------------------------------------------  */
/* footer  --------------------------------------------------------------------------  */

footer {
	display:flex;
    width: 95%;
    height: auto; 
    max-width: 1500px;   
    margin-top: 1px; 
	background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px; 
    align-items: center;                                     	
}
@media screen and (min-width: 1000px) {
footer {
    flex-direction: rows;    
    justify-content:space-around;
    align-items: center;                        	
}
}
@media screen and (max-width: 999px) {
footer {
    flex-direction: column;
	align-items:center;                	
}
}

/* End footer  --------------------------------------------------------------------------  */