				
* {
 box-sizing:border-box;
 list-style:none;
 text-decoration:none;
 margin:0;
 padding:0;
}


html {
background-color:  #E0E0E0; /* Hintergrundfarbe */
}

/* Sanftes Scrollen aktivieren */
html {
	scroll-behavior: smooth;
}
/* Ende sanftes scrollen*/

								
	body {
    margin: 0;	
}

img {							
	width: 100%;
	}

ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    color: white;
    font-family: sans-serif;
}
 .weiss {
	color: #006;
}
a {
    color: white;
    text-decoration: none;
	}
	.stern {
	
	width: 15%;
	float: right;
}
	h3 {
		text-align: left;
		margin-top: -15px;
		margin-left: 5rem;
		color:  #006;
	} 
	flex-container {
		font-size: font-size: clamp(1rem, 3vw, 1.4rem);	
		color: red;
	}
	
	@media (max-width:510px) {
				.ebeneeins li {
					font-size: font-size: clamp(1rem, 3vw, 1.4rem);			/*5vw;*/
				}
			}
	


[type="checkbox"] {
    display: none;
}

@media (max-width:817px) {
	[type="checkbox"] {
    display: none;
	}	

	.auhausmit {
		/*	display: none;  */
		}
	
    .ebeneeins>li {
        border-bottom: 1px solid white;
    }
}

.linie {
    width: clamp(2.3rem, -0.875rem +  8.333vw, 2.5rem); /* 60px;  */
    height:  clamp(3px,5px, 6px); /* 6px; */
    background-color: white;
    border-radius: 3px;
    position: absolute;
}

.rahmen {
    width:clamp(3.5rem, -0.875rem + 8.333vw, 2.5rem); /* initial; */
    height:clamp(40px, 55px,66px); /*66px; */
    padding-right: 50px;
    padding-left: 14px;
    background: #10569b;
	margin:-5px;
    cursor: pointer;
    position: relative;
}
.logo3  {	
	width: 20%;
    display: block;
    margin: auto; 	
}

#click {
    display: none;
}

@media (max-width:817px) {
    nav {
        display: none;
    }
	.ebeneeins {   
    font-size: 4.5vw;
    justify-content: center;
    background: #10569b;;
  
}

    #click:checked~nav {
        display: block;
    }

    #click:checked~label .einsham {
        transform: rotate(-45deg);
        top: 30px;
        transition: transform 0.5s;
    }

    #click:checked~label .zweiham {
        opacity: 0;
    }

    #click:checked~label .dreiham {
        transform: rotate(45deg);
        top: 30px;
        transition: transform 0.5s;
    }

    .einsham {
        top: 10px;
    }

    .zweiham {
        top: 25px;
    }

    .dreiham {
        top: 41px;
    }

    #click:checked~nav .ebeneeins {
        animation: move 0.5s forwards;
    }

    @keyframes move {
        0% {
            width: 0
        }

        100% {
            width: 100%
        }
    }

    .ebeneeins {
        overflow: hidden;
        width: 0;
      /* white-space: nowrap; */
    }
	.ebeneeins>li:hover {	
    background: white;	
    transition: 0.5s; 
	}
	li :hover {
	color: black;
}	
}

@media (min-width:820px) {
    [for="click"] {
        display: none;
    }
.menu a {
	 display: flex; 
	 height: 100%; 	
	 width: 100%;		
	 justify-content: center;
	 align-items: center;
}
.ebeneeins {
    display: flex;
	height: 55px;	
    font-size: clamp(1.5rem, 3vw, 1.4rem); 
    justify-content: center;
    background: #10569b;
  
}
	
.ebeneeins>li {
    width: 100%;  
    border-right: 1px solid white;
    text-align: center;
    display: flex;		
    justify-content: center; 
    align-items: center;	
	font-size: clamp(1rem, 3vw, 1.4rem);   
}	

.ebeneeins>li:hover {	
    background: white;
	color:	black;
    transition: 0.5s; 
} 
 li :hover {
	color: #006;
}
	.ebeneeins a {
		box-shadow: 0 4px 10px #060a4d inset;
		transition: all .25s ease-in;	
			}
}
body::after {
	position: fixed;
	bottom:1em;
	right:1em;
	opacity: 0.5;
	font-size: 0.8em;
}
		
header {
	width:100%;
	float:left;
	background: white; */ Farbe hinter Navleiste*/
}

.logo {
	display:block;
	width: 100%; 
	padding:1em;
	text-decoration:none;
	color:white;
}		

nav li {	
	width:100%;	
}

nav a {
	display:flex;
	height:100%;
	width:100%;
	padding:1rem;
	text-decoration:none;
	color:white;
	background: blue; 
	border-top:1px solid rgba(0,0,0,0.5);	
}

nav a:hover {
	background:rgba(0,0,0,0.2);
}

nav {
 text-align:center;
 box-shadow: 0 0 10px #000;
 background:#10569b; 
}

nav ul {
	display:inline-block;
}

nav li {
 display:inline-block;
 color:#fff;
 margin-left:-3px; 
}

nav a {
    display:block;
    padding: 0.8rem; 
    color:  rgb(251, 250, 250,);
    background: #10569b;  
 	border:none;
	box-shadow: 0 4px 10px #060a4d inset;
	transition: all .25s ease-in;
}

nav a:hover {
 background: white; 
 color: black;
}

@media screen and (min-width:820px) {
	
	.logo {
		width:auto;
		float:left;	
	} 
	
	nav {
		width:auto;
	}

	nav a {
		border:none;
	}
	
	nav li {
		width:auto;
	}
	

}
	
img {
	width: 100%;
}
						
.flex-container { 
    display: flex;
    flex-flow: row wrap;  
    justify-content: space-around;  
    padding: 0;
    margin: 20px;
    list-style: none;
}

.flex-item1 {
   background: white;
   padding:20px;
   width:auto; 
   margin-top:0px;
   line-height: 30px;
   color: #006;
   font-size: 1.4em;
   text-align:left; 
}


.flex-item2 {
   background: white;
   padding: 20px;
   width: 49%; 
   margin-top: 20px;
   line-height: 30px;
   color: #006;
   font-size: 1.3em;
   text-align: left;
}

.flex-item3 {
   background: white;
   padding:20px;
   width:99%; 
   margin-top:10px;
   line-height: 30px;
   color: #006;
   font-size: 1.4em;
   text-align:center; 
}
																							
	
	
img {
	width: 100%;
}
						
.flex-container { 
    display: flex;
    flex-flow: row wrap;  
    justify-content: space-around;  
    padding: 0;
    margin: 20px;
    list-style: none;
}

.flex-item1 {
	width:85%;
   background: white;
   padding:20px;
  /* width:auto; /*  blaues Feld links/rechts */
   margin-top:0px;
   line-height: 30px;
   color: #006;
   font-size: 1.3em;	
   text-align:left; 
}																					
 
 		@media only screen and (min-width: 1468px) {

		.flex-container {
		display: flex;
		background: #E0E0E0;
		font-size: 0.9em;										
		}
						
		.flex-item1	{
		width: 100%;
		background:white;
		}

	}
	
	@media screen and (min-width:820px) {
	
	.logo {
		width:auto;
		float:left;	
	} 
	
	nav {
		width:auto;
	}

	nav a {
		border:none;
		border-top: 1px solid white;
	}
	
	nav li {
		width:auto;
	
	}
	
	h1	{
	font-size: 3.6vw;
	margin: 0px;
	text-align: center;		
}
} 
	
	@media only screen and (min-width: 1000px) {
			h1 {
				font-size: 3vw;
				line-height: 1.6;
			}
			h2	{
				font-size: 2.5vw;
			}			
		}

		@media only screen and (min-width: 1400px) {

						.flex-container {
						display: flex;
						justify-content: space-around;
						/*background: #E0E0E0; */
						font-size: 0.9em;										
						}
						
						.flex-item1	{
						width: 80%; 
						background:white;
						}
						h1	{							
							font-size: 2vw;
						}
						h2	{
							font-size: 1.8vw;
						}	
						img {							
							width: 100%;
						}
							
						}
li :hover {
	color: #006;
}						
		
/*  Footer*/
			
			.site-footer a	{
	display: block;
	text-align: center;
}
navi a:hover {
	 background:rgba(0,0,0,0.2);
}


.footer navi {
	display: block; 	
    
    box-shadow: 0 0 10px #000;
    background:#10569b;
    padding:50px;	
}

footer navi ul {
	display: flex; 
	
	}

navi li {
	width: 100%;	
	font-size: clamp(1rem, 3vw, 1.4rem);
    display:block;	
	
}
navi a {	
    display: flex;
    padding: 1rem;
    background: #10569b;
    border: none;
    box-shadow: 0 4px 10px #060a4d inset;
    transition: all .25s ease-in;
}

navi a {
     display: flex;
	 padding:1rem;
    background: #10569b;  
 	border:none;
	box-shadow: 0 4px 10px #060a4d inset;
	transition: all .25s ease-in;	
}

navi a:hover {
 background: white; 
 color: black;

}
			
			/* Ende Footer */
					