html{
	height: 100%;
	 -webkit-font-smoothing:subpixel-antialiased;
 	 -webkit-font-smoothing: antialiased; 
     -moz-osx-font-smoothing: grayscale;
     overscroll-behavior: none;
}

body{
  	background-color: #CCC; color: #000; 
	margin: 0px; 
  	font-family: SourceSansPro-regular; font-style: normal; font-size: 24px; line-height: 28px;
  	hyphens: auto;  -webkit-hyphens: auto;
  	-webkit-hyphenate-limit-before: 3; /* For Safari */
 	 -webkit-hyphenate-limit-after: 4; /* For Safari */
  	-ms-hyphenate-limit-chars: 10 3 4;
  	hyphenate-limit-chars: 10 3 4;
  	box-sizing: border-box;
}

a:link{ 
	color: #000; text-decoration: none
}
a:visited{ 
	color: #000; 
}
a:hover, active{ 
	color: #FCC112;
}

:where(adresse) a:hover {
  color: #9AD1EF;
}

#Wrapper{
 	position: relative; width: 90vw; max-width: 1400px; 
 	margin: 0 auto;
 	overflow: hidden;
 	overscroll-behavior: none;
 	background-color: #FFF;
}

#Filter{
	backdrop-filter: blur(0px);
	-webkit-backdrop-filter: blur(0px);
	position: fixed; width: 100vw; height: 100vh;
	left: 0; top: 0;
	z-index: 44;
	pointer-events: none;
}

#Burger{
	position: fixed; height: 50px; width: 50px; top: 55px; margin-left: 20px;
	cursor: pointer; transition: top 0.5s ease-in-out;
	z-index: 100;  
}
.Burger1a{position: absolute; height: 6px; width: 38px; top: 0; background-color: #FCC112; transform: rotate(0); transition: all 0.5s;}
.Burger1b{position: absolute; height: 6px; width: 38px; top: 8px; background-color: #FCC112; transform: rotate(45deg); transition: all 0.5s;}

.Burger2a{position: absolute; height: 6px; width: 38px; top: 15px; left: 0; background-color: #FCC112; transition: all 0.5s;}
.Burger2b{position: absolute; height: 6px; width: 1px; top: 8px; left: 20px; background-color: #FCC112; transition: all 0.5s;}

.Burger3a{position: absolute; height: 6px; width: 38px; top: 30px; background-color: #FCC112; transform: rotate(0); transition: all 0.5s;}
.Burger3b{position: absolute; height: 6px; width: 38px; top: 8px; background-color: #FCC112; transform: rotate(-45deg); transition: all 0.5s;}


#Menue{
	position: fixed; width: 200px; top: -1000px;
	z-index: 50; 
	transition: top 0.5s cubic-bezier(0.2, 0.8, 0.3, 1.1); 
}
.MenueO{
	height: 70px;
}

/* Neu Home ------------------------------------------------------------------------------------------------------------------------*/

#KontentHome{
	width: 100%;
	margin: 260px 50px 0 50px;
	display: flex; justify-content: space-between; flex-wrap: wrap;
}

#BG-Lappen{
	position: absolute; width: 100%; 
	z-index: 1;
}

#Lappen{
	width: 100%;
}

#HeadlineWeiss{
	position: relative; margin-top: -200px;
	font-family: Paro-regular; font-style: normal; font-size: 160px; line-height: 160px;
	color: #FFF;
	z-index: 40;
	pointer-events: none;
}

.headweissHome{
	font-family: Paro-regular; font-style: normal; font-size: 80px; line-height: 90px;
	color: #fff;
}

#HeadlineSchwarz{
	position: relative; margin: -270px 0 0 200px;
	font-family: Paro-regular; font-style: normal; font-size: 160px; line-height: 160px;
	color: #000;
	z-index: 40;
	pointer-events: none;
}

#textboxHome{
	position: relative; width: 100%;
	font-family: SourceSansPro-bold; 
	top: 30px;
	box-sizing: border-box;
	color: #FFF;
	z-index: 40;
}

#BG-Lappen-Level2{
	position: relative; width: 100%; top: -200px;
	z-index: 9;
}
#BG-Lappen-Level3{
	position: relative; width: 100%; top: 50px;
	z-index: 11;
}
#FlexLHome{
	width: 65%;
}

#FlexRHome{
	width: 35%; 
}

#HandschriftHome{
	position: absolute; left: 45%; transform: rotate(-15deg);
	top: 70px;
	font-family: Beafust; font-style: normal; font-size: 150px;
	color: #FFF;
	z-index: 42;
	pointer-events: none;
}

#BlackBox{
	position: absolute; right: 0; width: 380px; top: 560px;
	background-color: #000;
	z-index: 10;
	padding: 30px;
	font-family: SourceSansPro-bold; font-style: normal; font-size: 40px; line-height: 60px;
	hyphens: auto; 
	text-align: justify;
	color: #FFF;
}

.BB-Zeile1{
	font-size: 87px; line-height: 70px; color: #FCC112;
}
.BB-Zeile2{
	font-size: 96px; line-height: 70px; color: #FCC112;
}
.BB-Zeile3{
	font-size: 94px; line-height: 80px; 
}
.BB-Zeile4{
	font-size: 82px; line-height: 60px; 
}
.BB-Zeile5{
	font-size: 118px; line-height: 100px; color: #FCC112;
}
.BB-Zeile6{
	font-size: 162px; line-height: 110px; color: #FCC112;
}

#BBTable{
	width: 100%;
}

.tabelleL{
	width: 30%;
	font-family: SourceSansPro-bold; font-style: normal; font-size: 20px; line-height: 20px; color: #FCC112;
	vertical-align: top; text-align: left;
}
.tabelleR{
	width: 70%;
	font-family: SourceSansPro-regular; font-style: normal; font-size: 20px; line-height: 20px;
	text-align: left;
}

.bold{
	font-family: SourceSansPro-bold;
}
.bigbold{
	font-family: SourceSansPro-bold; font-size: 30px;
}

#Key{
	position: absolute; z-index: 20; top: 1200px; left: 35%;
	width: 600px; opacity: 0.5;
	transform: rotateX(0deg) rotateZ(30deg);

}
/* Neu Home Ende------------------------------------------------------------------------------------------------------------------------*/


.MainButton{
	position: relative; width: 200px; margin-top: 16px; left: 100px;
	background-color: RGBA(255, 255, 255, 0.8); box-shadow: 8px 10px 5px rgba(0,0,0,0.4);
	font-family: SourceSansPro-bold; font-style: normal; font-size: 22px;
	padding: 10px; 
	border: solid #FCC112 5px;
	box-sizing: border-box;
}

#Huhn{
	position: absolute; width: 250px; top: 15px; left: 35%;
	z-index: 10;
}

#Pausenschild{
	position: absolute; top: 350px; left: 15%;
	padding: 20px 100px 30px 100px;
	font-family: Paro-regular; font-style: normal; font-size: 60px; line-height: 60px;
	background-color: rgba(231, 163, 155, 0.7);
	transform:rotate(-25deg);
	z-index: 30;

}

.KopfBildBox{
	position: relative; width: calc(100% - 130px); height: 250px; top: 150px;
	overflow: hidden;
	z-index: 1; cursor: zoom-in;
}
.KopfBildContainer1{
	position: relative; width: 100%; height: 100%; 
	background: url("pix/Schoettle_Areal.jpg"); background-size: cover; background-repeat: no-repeat; background-position: 50% 50%;
	transition: all 10s ease-in-out;
}
.KopfBildContainer2{
	position: relative; width: 100%; height: 100%; 
	background: url("pix/Schoettle_Areal2.jpg"); background-size: cover; background-repeat: no-repeat; background-position: 50% 50%;
	transition: all 10s ease-in-out;
}
.KopfBildContainer3{
	position: relative; width: 100%; height: 100%; 
	background: url("pix/Schoettle_Areal3.jpg"); background-size: cover; background-repeat: no-repeat; background-position: 50% 50%;
	transition: all 10s ease-in-out;
}
.KopfBildContainer4{
	position: relative; width: 100%; height: 100%; 
	background: url("pix/Schoettle_Areal4.jpg"); background-size: cover; background-repeat: no-repeat; background-position: 50% 50%;
	transition: all 10s ease-in-out;
}

.KopfBildContainer1:hover, .KopfBildContainer2:hover, .KopfBildContainer3:hover, .KopfBildContainer4:hover{
	transform: scale(1.5);
}

#Blase{
	position: absolute; height: 422px; right: 0; top: 0;
	z-index: 10;
}

#TextBlase{
	position: absolute; height: 600px; width: 600px; left: -70px; top: 260px;
	background-color: #CEE8F8;
	border-radius: 300px;
	z-index: 2;
}
#BlasenText{
	position: absolute; width: 420px; left: 60px; top: 350px;
	font-family: SourceSansPro-bold; font-style: normal; font-size: 22px; line-height: 28px;
	z-index: 3;
}

.Textbrett{
	position: relative; width: 76%; left: 12%; top: -60px;
	margin-top: 60px;
	box-sizing: border-box;
	z-index: 5;
}

.einZug{
	padding: 44px 30px;
}

#Headline{
	position: absolute; top: 215px; left: 60px;
	font-family: Paro-regular; font-style: normal; font-size: 100px; line-height: 90px;
	color: #8AD2F3;
	z-index: 40;
	pointer-events: none;
}

#Handschrift{
	position: absolute; top: 480px; left: 290px; transform: rotate(-15deg);
	font-family: Beafust; font-style: normal; font-size: 100px;
	color: #FCC112;
	z-index: 42;
	pointer-events: none;
}

#BlauBlase{
	position: absolute; top: 20%; left: -100%; width: 300px;
	z-index: 35;
	cursor: pointer;
}

#SchwarzBlase{
	position: absolute; top: 28%; left: -100%; width: 240px;
	z-index: 34;
	cursor: pointer;
}

#RotBlase{
	position: absolute; top: 28%; left: -100%; width: 200px;
	z-index: 33;
	cursor: pointer;
}

#Kontent{
	width: calc(100% - 120px);
	margin: 380px 60px 0 60px;
	display: flex; justify-content: space-between; flex-wrap: wrap;
}

#Kontent4{
	width: calc(100% - 120px);
	margin: 380px 60px 0 60px;
	display: flex; justify-content: space-between; flex-wrap: wrap;
}

#Kontent2{
	width: calc(100% - 120px);
	margin: 320px 60px 0 60px;
	display: flex; justify-content: space-between; flex-wrap: wrap;
}

#Kontent3{
	width: calc(100% - 120px);
	margin: 260px 60px 0 60px;
	display: flex; justify-content: space-between; flex-wrap: wrap;
}

#FlexL{
	width: 52%;
}
#FlexR{
	width: 44%;
}



.aktbox{
	position: relative; width: 100%; 
	margin-top: 30px; padding: 20px 12px;
	border: 8px solid #9AD1EF;
	box-sizing: border-box;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}

.h350{ height: 340px; }

.textbox{
	position: relative; width: 100%; 
	margin-top: 30px;
	padding: 25px;
	box-sizing: border-box;
	z-index: 11;
}

.textboxOhne{
	position: relative; width: 100%; 
	margin-top: 30px;
	box-sizing: border-box;
	z-index: 11;
}

.textboxOutline{
	position: relative; width: 100%; 
	padding: 30px 20px;
	border: 8px solid #9AD1EF;
	box-sizing: border-box;
}

.pfeil{
	position: absolute; right: 5px; bottom: 5px;
	cursor: pointer;
}

#Textblock{
	width: 100%; margin-left: -20px;
}

.hellblau{
	background-color: #9AD1EF;
}

.gelb{
	background-color: #FCC112;
}

.hellblauText{
	color: #9AD1EF;
}


#Decker{
 	position: relative; width: 100%; height: 50px; margin-top: -50px;
 	background-color: #FFF;
	z-index: 100000;
 
}

#Schloss{
	position: absolute; width: 60px; right: 42px; 
	cursor: pointer;
}

#Passbox{
	position: absolute; width: 500px; height: 300px; left: -50%;  margin-left: -250px; top: 40vh;
	background-color: RGBA(255, 255, 255, 0.9); box-shadow: 8px 10px 5px rgba(0,0,0,0.4);
	border: solid #FCC112 5px;
	padding: 20px 12px;
	box-sizing: border-box;
	z-index: 50;
}
#Closer{
	position: absolute; width: 50px; right: 10px;
}

.icon{
	position: absolute; width: 55px; margin-top: -10px; 
	cursor: pointer;
}

.links{
	margin-left: 40px;
}

.rechts{
	margin-right: 40px;
}


#Footer{
	position: fixed; width: 90vw; max-width: 1400px; height: 60px; 
	font-family: SourceSansPro-bold; font-style: normal; font-size: 18px;
	padding: 20px 0 0 60px;
	background-color: #FCC112;
	box-sizing: border-box;
	z-index: 40;
}

.footHoch{
	bottom: 0px; transition: all 0.8s;
}

.footRunter{
	bottom: -60px; transition: all 0.8s;
}

#BildGrossBox{
	position: fixed; width: 70%; top: 10vh; 
	left: -50%; transform: translateX(-50%);
	box-shadow: 10px 10px 20px #333; 
	z-index: 45;
}
.childX{
    position: absolute;
    top: 0;
    right: 0;
}
.X{
	width: 4vw;
}

#BildGross{
	width: 100%; margin-bottom: -8px;
}

.BildContainerL{
	width: 35%; 
	margin: 10px 30px -10px 0;
	float: left;
}
.BildContainerL50{
	width: 50%; 
	margin: 10px 30px -10px 0;
	float: left;
}

.BildContainerR{
	width: 35%; 
	margin: 10px 0 0 30px;
	float: right;
}

.clear {
  clear: both;
}


/* Typo ------------------------------------------------------------------------------------------------------------------------*/

.head{
	font-family: Paro-regular; font-style: normal; font-size: 62px; line-height: 60px;
}

.subhead{
	font-family: Paro-regular; font-style: normal; font-size: 40px; line-height: 40px;
}

.subsubhead{
	font-family: Paro-regular; font-style: normal; font-size: 30px; line-height: 40px;
}


.headweissr{
	font-family: Paro-regular; font-style: normal; font-size: 62px; line-height: 62px;
	color: #fff; text-align: right;
}

.headweiss{
	font-family: Paro-regular; font-style: normal; font-size: 80px; line-height: 90px;
	color: #fff;
}
.handstand{
	position: absolute;	display: inline; margin: 1% 0 0 0.5%;
	transform: rotate(180deg);
}

.headweiss62{
	font-family: Paro-regular; font-style: normal; font-size: 62px; line-height: 60px;
	color: #fff;
}

.headBlauBlase{
	font-family: Paro-regular; font-style: normal; font-size: 90px;
	color: #fff; 
	display: table-cell; vertical-align: middle;
}

.minihead{
	font-family: Paro-regular; font-style: normal; font-size: 30px; line-height: 36px;
}

.copybold{
	font-family: SourceSansPro-bold; font-style: normal; font-size: 24px; line-height: 24px;
}

.copyweiss{
	font-family: SourceSansPro-regular; font-style: normal; font-size: 24px; line-height: 24px;
	color: #fff; 
	z-index: 10;
}

.textklein{
	font-family: SourceSansPro-regular; font-style: normal; font-size: 16px; line-height: 20px;
}
.textkleinbold{
	font-family: SourceSansPro-bold; font-style: normal; font-size: 16px; line-height: 20px;
}


.TableHead{
	font-family: SourceSansPro-bold; font-style: normal; font-size: 24px; 
	position: absolute; margin-top: -10px; 
}

.noBruch{
	white-space: nowrap;
}

sup, sub {
	line-height:0px;
}

.aktiv{ color: #FFF;}

.abstand10{ height: 10px;}

.abstand20{ height: 20px;}

.abstand30{ height: 30px;}

.abstand100{ height: 100px;}

.tab{ margin-left: 30px;}
.tab10{ margin-left: 10px;}

.minimum{ min-height: 1000px;}

input[type=text], [type=password]{
	width: 100%; padding: 10px 10px;
  	box-sizing: border-box;
  	border: 1px solid; border-color: #000;  
  	font-size: 16px; color: #000;
}

::placeholder { 
    color: #000;
}

textarea{
	width: 95%; padding: 10px 10px;
	border: 1px solid; border-color: #000;
	font-size: 16px;
	resize: vertical; 
}

input[type=button], [type=reset], [type=submit] {
	width: 100px; padding: 10px; margin-right: 10px;
  	box-sizing: border-box;
  	background-color: #9AD1EF; border: 0 solid #000; 
  	font-size: 16px; text-decoration: none;
  	cursor: pointer;
}
.tabelle{
	width: 100%; 
	font-family: SourceSansPro-regular; font-style: normal; font-size: 20px;
	border-spacing: 0 15px; 
}

.tabelle td{
	height: 30px; 
	vertical-align: top;
}

#charCountZelle{
	font-size: 14px; 
	position: absolute; margin-top: -10px;
}

input { 
    outline: 0 none;
}


.Bild{
	width: 100%; 
	margin-bottom: 15px;
	cursor: pointer;
  	opacity: 0;
   	transition: all .5s ease-in-out;
   	transform: translateY(50px);
}

.visible {
   opacity: 1; 
   transform: translateY(0);
}











