				
* {
 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;	
}
html {
background-color:  #E0E0E0; /* Hintergrundfarbe */
}

img {							
	width: 100%;
	}

ul {
    list-style: none;
    padding: 0;
    margin: 0px;
    color: white;
    font-family: sans-serif;
}

a {
    color: white;
    text-decoration: none;
	}
	.stern {
	
	width: 15%;
	float: right;
}
	h3 {
		text-align: left;
		margin-top: -15px;
		margin-left: 5rem;
		color: white;
	}
	

[type="checkbox"] {
    display: none;
}
								/*  Beginn Test Schrift */
								
								
	@media (min-width: 380px) and (max-width: 966px) {	
	h1 {
	font-size: clamp(1.5rem, -0.975rem +  7.333vw, 2.1rem);
	color: #006;
	line-height:2.5rem;		
	}	
	h2 {
	  font-size: clamp(0.4rem, -0.775rem +  6.223vw, 1.5rem);	
	}	
		
		
}	
								/*  Ende Test Schrift */

@media (max-width:817px) {
	[type="checkbox"] {
    display: none;
	}
	
    .ebeneeins>li {
        border-bottom: 1px solid white;
    }
}

.linie {
    width: clamp(2.3rem, -0.875rem +  8.333vw, 2.5rem); 
    height: clamp(3px,5px, 6px); 
    background-color: white;
    border-radius: 3px;
    position: absolute;
}

.rahmen {
    width: clamp(3.5rem, -0.875rem + 8.333vw, 2.5rem);
    height: clamp(40px, 55px,66px);
    padding-right: 50px;
    padding-left: 14px;
    background: #10569b;
	margin:-5px;
    cursor: pointer;
    position: relative;
}


#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;
      
    }
	.ebeneeins>li:hover {	
    background: white;	
    transition: 0.5s; 
	}
	li :hover {
	color: black;
}	
}

@media (min-width:817px) {
    [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: black;
}
			.ebeneeins a {
				box-shadow: 0 4px 10px #060a4d inset;
				transition: all .25s ease-in;	
			}
}
body::after {
/*	content:'Resize Viewport ↘'; */
	position: fixed;
	bottom:1em;
	right:1em;
	opacity: 0.5;
	font-size: 0.8em;
}
		
header {
	width:100%;
	float:left;
	background: white; */ Farbe hinter Navleiste*/
}
		

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: 1 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;
}
nav .aktiv {
	background-color: 	
#1E90FF;
}

	
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.1em; */
   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;
   text-align:center; 
}
																							
		@media only screen and (max-width: 740px) { 	
  .flex-item2 {
    width:100%; /*auto%;	*/																
    padding-left: 23px;
    flex-direction: column-reverse;
  }
 																					
}

 .site-footer	{
	margin-bottom: 50px;
 }																							
 
 		@media only screen and (min-width: 1268px) {

		.flex-container {
		display: flex;
		background: #E0E0E0;
		font-size: 0.9em;										
		}
						
		.flex-item1	{
		width: 100%;
		background:white;
		}

	}

		/*hier Hauptteil*/
		
						
.flex-container { 
    display: flex;
    flex-flow: row wrap;  
    justify-content: space-around;  
    padding: 10px;
    margin: auto;	
    list-style: none;
	width: 95%;
}

.flex-item1 {
   background: white;
   padding:5px;
   width:auto; 
   margin-top:-5px;
   line-height: 30px;
   color: #006;
   text-align:left; 
}

	h1	{
		margin-top: 25px;
		text-align: center;		
	}

	h2 {
		margin-top: 20px;
		margin-bottom: 15px;
		
	}

		@media only screen and (max-width: 740px) {  /* { and (max-width: 576px) } */
		
		
		#slideshow_wrapper_inpage {
	background: transparent;
	position: relative;
	width: 100%;
	height: 650px; 
	max-height: 30vh;  /*100vh;
*/	box-sizing: border-box;

}
		
	
		
  .flex-item2 {
    width:100%; 
    padding-left: 23px;
    flex-direction: column-reverse;
  }
 
}

 .site-footer	{
	margin-bottom: 50px;
 }
 
 	@media only screen and (min-width: 1468px) {

		.flex-container {
			display: flex;
			font-size: 0.9em;
			width: 85%;					
		}
			
								}
 
 
		#slideshow_wrapper_inpage {
	background: transparent;
	position: relative;
	/*width: 100%; */
	height: 650px; 
	/*max-height: 100vh; */
	box-sizing: border-box;

}

.slideshow {
	list-style: none;
	width: 100%;
	height: 100%; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
}

.slideshow li {
	width: 100%;
	height: 100%; 
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	opacity: 0;
}

.slideshow li:nth-child(odd) {
	animation: slideShowC1 50s linear infinite 0s;
}

.slideshow li:nth-child(even) {
	animation: slideShowC2 50s linear infinite 0s;
}

@keyframes slideShowC1 {
	0% {
		opacity: 0;
		transform: scale(1.1) rotate(-1.5deg);
	}

	2% {
		opacity: 1;
	}

	10% {
		opacity: 1;
	}

	12% {
		opacity: 0;
		transform: scale(1.3) rotate(1.5deg);
	}
}

@keyframes slideShowC2 {
	0% {
		opacity: 0;
		transform: scale(1.3) rotate(1.5deg);
	}

	2% {
		opacity: 1;
	}

	10% {
		opacity: 1;
	}

	12% {
		opacity: 0;
		transform: scale(1.1) rotate(-1.5deg);
	}

}

.slideshow li:nth-child(1) {
	background-image: url(../bilder/start/DSC03549.jpg);
	animation-delay: 0s;
}

.slideshow li:nth-child(2) {
	background-image: url(../bilder/start/DSC03303.jpg);
	animation-delay: 5s;
}

.slideshow li:nth-child(3) {
	background-image: url(../bilder/start/DSC02026.jpg);
	animation-delay: 10s;
}

.slideshow li:nth-child(4) {
	background-image: url(../bilder/start/DSC01441.jpg);
	animation-delay: 15s;
}

.slideshow li:nth-child(5) {
	background-image: url(../bilder/start/DSC03296.jpg);
	animation-delay: 20s;
}

.slideshow li:nth-child(6) {
	background-image: url(../bilder/start/DSC03537\ -\ Kopie.jpg);
	animation-delay: 25s;
}

.slideshow li:nth-child(7) {
	background-image: url(../bilder/start/DSC01892.jpg);
	animation-delay: 30s;
}

.slideshow li:nth-child(8) {
	background-image: url(../bilder/start/DSC01754.jpg);
	animation-delay: 35s;
}

.slideshow li:nth-child(9) {
	background-image: url(../bilder/start/DSC03001.jpg);
	animation-delay: 40s;
}

.slideshow li:nth-child(10) {
	background-image: url(../bilder/start/DSC03326.jpg);
	animation-delay: 45s;
}

/*  ende Hauptteil*/
		

/*   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;

}
							
							/*  footer Ende  */
	
	