html, body {
        font-family:Arial, Helvetica, sans-serif;
		font-size: 12pt;
        background-color:rgb(230,230,230);
        color:rgb(80,75,125);
        margin:0;
		
}
#seite {
        border: 1px solid #1874CD;
		width:99%;
		max-width: 1200px;
		margin: auto;
		padding-bottom: 10px; 
		background-color: #ffffff;
}

header {
          
		background-color:rgb(230,230,230);
		position: relative;
		
}

nav a {
        font-weight:bold;
		text-decoration:none;
        color:#1874CD;
        background-color:rgb(230,230,230);
		padding-left: 5px;
		padding-right: 5px;
}
nav a:hover{
        color:#EE2C2C;
        background-color: #ffffff;
}
button {
        border:none;
		background-color: transparent;
		position: absolute; 
		left: 1px;
		top: 20px;
		padding: 2px;
    }	
	main  {
        margin-top: 30px;
		padding-left: 10px;
		padding-right: 10px;
    } 
	main  img{
        max-width: 100%;
    }
	iframe{
        max-width: 100%;
    }
	
	#terminliste  {
        display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
    } 
	.termin  {
        width: 200px;
		padding: 10px;
		border: 1px solid #1874CD;
		border-radius: 5px;
		box-shadow: 3px 3px 4px #cccccc;
		margin-right: 10px;
		margin-bottom: 10px;
    } 
		.termin a {
		font-size: 9pt;
		color: #ffffff;
		background-color: #EE2C2C;
        padding-left: 5px;
		padding-right: 5px;
		border: 1px solid #cccccc;
		border-radius: 5px;
		text-decoration: none; 		
    } 
	
	.schalter {
		color: #ffffff;
		background-color: #EE2C2C;
        padding-left: 5px;
		padding-right: 5px;
		border: 1px solid #cccccc;
		border-radius: 5px;
		text-decoration: none; 		
    } 
	
.gross {
         color: #EE2C2C;
		 font-weight: bold;
    }
.klein {
     font-size: 9pt;    
    }	
	
.kasten  {
        padding: 10px;
		border: 1px solid #1874CD;
		border-radius: 5px;
		box-shadow: 3px 3px 4px #cccccc;
		
    } 
		
	
@media screen and (max-width: 767px) {   
    nav {
        display:none;
	    }
	nav a{
        display:block;
		color:#1874CD;
        background-color:rgb(230,230,230);
	    }  
    header {
		padding-bottom: 5px;
		} 	
			
}

@media screen and (min-width: 768px) {  
 
    nav  {
        display:block !important;
		
    }
	nav  a{
        margin-left: 6px;
    }
button {
        display:none;
    }   
   		
}

 
	
	