:root	{
		--bg-color: rgb(0,170,180);		/* Hogrefe Grün */
		--2-color: rgb(231,225,0);		/* Hogrefe Gelb */
		--3-color: rgb(226,4,30);		/* Hogrefe Rot  */
		--4-color: rgb(234,234,234);	/* Hogrefe Weiß */
		--5-color: rgb(189,223,220);	/* Hogrefe MintGrau */
		--tK-color: rgb(255,147,0);		/* Hinweis: Oragne */
		--main-border-radius: 15px;
		--kasten-border-radius: 10px;
		}
/*html	{
			box-sizing: border-box;
		}			
*		{
			box-sizing: inherit;
		}	*/		
body	{
			background-color: var(--bg-color);
			font-family: 'Lato', sans-serif;
		}		
main	{
			display: flex;
			flex-flow: row wrap;
			justify-content: center;
			width: auto;
			background-color: var(--4-color);
			margin: 0.5rem;
			padding: 0.5rem;
			border-radius: var(--main-border-radius);
		}	
		
h1		{
			font-family: Palatno, "Bodoni 72";
		}	
h2		{
			background-color: var(--5-color);
			margin: -0.5rem;
			padding: 1.1em;
			font-family: Palatino, "Bodoni 72";
			font-size: 1.2em;
			border: 0.5px solid var(--3-color);
		}	
h3		{
			font-family: Palatino, "Bodoni 72";
			text-decoration: none;
			font-size: 1.3em;
			color: var(--4-color);
		}	
p		{
			margin: 1em;
			font-family: Palatno, "Bodoni 72";
			font-size: 1.2em;
			line-height: 1.4em; 
		}
aside	{
			position:static;
		}				
article {	
			overflow: hidden;
			margin-bottom: 2em;
  			border: 0px solid black;
    		background-color: rgb(254, 255, 255, 0.8);
    		border-radius: 10px/10px;
   			 backdrop-filter: blur(15px);
    		-webkit-backdrop-filter: blur(15px);
    		box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    		z-index: 2;
		}
footer {
    		position: sticky;
    		bottom: 0px;
    		width: 100%;
    		background-color: rgb(33, 33, 33, 0.8);
    		height: 4rem;
    		padding: 1.5rem;
    		text-align: center;
    		backdrop-filter: blur(15px);
    		-webkit-backdrop-filter: blur(15px);
    		z-index: 2;
    		color: rgb(255, 147, 0); /* color: mandarine */
		}

/* #fotoStern	{
			position: fix;
			border-radius: 15px;
			width:	25%;
			}
#fotoNippold	{
			position: fix;
			border-radius: 15px;
			width:	25%;
			}		
			*/
.autorenFoto	{
			width: 32%;
			height: 25%;
			border-radius: 15px;
			}
.headFotos	{
			/* position: -webkit-sticky; */
			background-color: var(--bg-color);
			color: var(--4-color);
			/* margin: 1rem; */
			padding: 0.5rem;
			width: 34%;
			border: 2px solid var(--2-color);
			border-radius: var(--main-border-radius);
			box-shadow: 5px 10px 10px rgb(94,94,94);
			z-index: 3;
			}
.head	{
			position: -webkit-sticky;
			background-color: var(--bg-color);
			color: var(--4-color);
			margin: -1rem;
			padding: 0.5rem;
			width: 98%;
			border: 2px solid var(--2-color);
			border-radius: var(--main-border-radius);
		}
.titel	{
			font-variant: small-caps;
			font-size: 1em;
		}		
.titelT	{
			font-size: 0.8em;
			margin-left: 1em;
		}
.kategorieH3	{
			background-color: var(--bg-color);
			margin: 2rem 0 1.5rem 0; 
			padding: 0 1.2rem 0 1.2rem;
			font-family: Palatino, "Bodoni 72";
			font-size: 1.2em;
			border: 1px solid var(--2-color);
			border-radius: var(--kasten-border-radius);
		}			
.trigger	{
			line-height: 1.5rem;
			font-size: 1.1rem;
			font-family: helvetica;
		}
.triggerKasten	{
			background-color: var(--tK-color);
			padding: 1.2rem;
			border: 1px solid;
			border-radius: var(--kasten-border-radius);
			}
				
/* Nav Mobile von sebastinanippold.skk-nippold.de */

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 3rem;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}


/* _________- Breakpoint -________________*/

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/* für den Header untereinander Anordnung */

.block	{
		display: block;
	}

/* main mobile aus sebastiannippold.skk-nippold.de */

header {
	position: sticky;
	top: 0;
    display: block;
    background-color: rgb(33, 33, 33, 0.8);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    width: 100%;
    z-index: 3;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 1em;
    margin-bottom: 3.2rem;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}


.main_bg {
    background-image: url('../img/wasser.png');
    background-attachment: fixed;
    /* min-height: calc(100vh - 4rem); */
    position: relative;
    /* background-size: cover; */
    background-repeat: no-repeat;
   /* background: hsla(298, 98%, 50%, 0.2);
    background-blend-mode: overlay; */
}

.navmobile	{
	color: rgb(255,147,0);
	font-size: 1.8em;
}

#navmobile	{
	font-size: 0.8rem;
}
	
/* li	{
				display: table-cell;
				list-style: none;
	} */
	
.table	{
				display: table;
				margin: 20px;
				padding: 20px;
	}
	
.table-head	{
				background-color: rgb(33, 33, 33, 0.6);
				padding-top: 0.4em;
				padding-left: 2em;
				padding-bottom: 0.3em;
				border-radius: 10px 10px 0px 0px;
	}
	
.table-footer	{
				background-color: rgb(33, 33, 33, 0.6);
				/* width:90%; */
				padding: 1rem;
				text-align: center;
				border-radius: 10px 10px 10px 10px;
	}
	
.row	{
				display: flex;
				flex-flow: row wrap;
	}
	
.middle	{
				vertical-align: middle;
	}
	
	
.z-index	{
				display: block;
				position: sticky;
				background-color: gray;
				z-index: 8;
	}
	
/*__________________Hidden Content Mobile/Desctop____________________ */
	
	@media screen and (max-width: 800px)	{
			
		.desctop	{
			display: none;	
		}	
	}	
	
/* _________________Breakpoint Mobile Endgeräte______________________ */

	@media screen and (min-width: 800px)	{

		#mobileNav	{
			display: none;
		}

		#NoMobileNav	{
			display: none;
		}
	
		.desctop	{
			display: none;	
		}

		.mobile	{
			display: none;	
		}
	}
	
	
/*____________________*/
	
		
