/* Reset
-----------------------------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0;font-weight:normal;}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}

/* Schriften
-----------------------------------------------------------*/
/**
 * @license
 * MyFonts Webfont Build ID 3614339, 2018-07-24T04:28:37-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: DINNextLTPro-Regular by Linotype
 * URL: https://www.myfonts.com/fonts/linotype/din-next/pro-regular/
 * Copyright: Copyright &#x00A9; 2010 Linotype GmbH, www.linotype.com. All rights reserved. This font software may not be reproduced, modified, disclosed or transferred without the express written approval of Linotype GmbH.
 * Licensed pageviews: 10
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3614339
 * 
 * © 2018 MyFonts Inc
*/

@font-face {font-family: 'DINNextLTPro-Regular';src: url('webfonts/372683_0_0.eot');src: url('webfonts/372683_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/372683_0_0.woff2') format('woff2'),url('webfonts/372683_0_0.woff') format('woff'),url('webfonts/372683_0_0.ttf') format('truetype');}

/* Grundgerüst
-----------------------------------------------------------*/
html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: "DINNextLTPro-Regular", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #362d0f;
	font-size: 20px;
}

.frame {
	padding: 0 3.25em;
	margin: 0 auto;
	max-width: 1800px;
	position: relative;
}

#main {
	margin: 3.25em 0 6.5em 0;
	background: #f0f5eb;
}

.box50 {
	float: left;
	width: 50%;
}

.flLeft {
	float: left;
}

.flRight {
	float: right;
}

.abstandUnten {
	padding-bottom: 6.5em;
}

.abstandOben {
	margin-top: 6.5em;
}

/* Allgemeine Formatierungen
-----------------------------------------------------------*/
img {
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #362d0f;
}

#main a {
	word-wrap: break-word;
}


a[href^="https://"], a[href^="http://"], a[href$=".pdf"] {
    margin-left: 1.25em;
    position: relative;
}

a[href^="https://"]:before, a[href^="http://"]:before, a[href$=".pdf"]:before {
	content: "";
	background:  url(../img/arrowExtern.png) left top no-repeat;
	background-size: 100% auto;
	display: block;
    left: -1.25em;
    top: 0.2em;
    border: none;
    width: 1em;
    height: 1em;
    position: absolute;
}

a[href$=".pdf"]:before {
	background:  url(../img/arrowDown.png) left top no-repeat;
	background-size: 100% auto;
}

h1 {
	font-size: 2em;
	line-height: 1.2em;
}

h2 {
	font-size: 1.75em;
	padding-bottom: 1em;
	line-height: 1.2em;
}

h3 {
	font-size: 1.75em;
	line-height: 1.2em;
}

h4 {
	line-height: 1.5em;
	text-transform: uppercase;
}

h5 {
	line-height: 1.5em;
}

p {
	line-height: 1.5em;
	padding-bottom: 1.5em;
}

video { 
   width:100%;
/*    max-width:500px; */
   height:auto;
}

em {
	font-size: 0.75em;
	font-style: normal;
/* 	color: #4a3e15; */
}

/* Hauptbild oben gross
-----------------------------------------------------------*/
.mainImg {
	margin: 0 auto;
	max-width: 1800px;
	height: 100vh;
	padding: 0 3.25em;
	position: relative;
}

.innerImg {
	/* background-image: url(../img/mainImg1-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; */
	left: 3.25em;
	right: 3.25em;
	top: 6.5em;
	bottom: 3.25em;
	position: absolute;
}

/* body.body-wauwilermoos .innerImg {
	background-image: url(../img/mainImg2.jpg);
}

body.body-lernpfad .innerImg {
	background-image: url(../img/mainImg1.jpg);
}

body.body-fuehrungen .innerImg {
	background-image: url(../img/mainImg4-2.jpg);
}

body.body-besuch .innerImg {
	background-image: url(../img/mainImg5-4.jpg);
} */

.innerImg img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	/* display: none; */
}

#bildZusatz {
	position: absolute;
/* 	z-index: 50; */
	bottom: 1.25em;
	left: 3.25em;
}

#bildZusatz a {
/* 	border: none; */
	margin: 0;
	font-size: 0.8em;
}

#bildZusatz a:before {
	content: none;
}


#nextLink, #topLink {
	background: url(../img/arrowDown.png) no-repeat center center;
	background-size: 100% auto;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -99999em;
	border-bottom: none;
	position: absolute;
	right: 1em;
	right: 4.25em;
	bottom: 0.75em;
}

#topLink {
	background: url(../img/arrowUp.png) no-repeat center center;
	background-size: 100% auto;
	right: 3.25em;
	bottom: 0.75em;
	position: absolute;
	right: 3.25em;
	top: -6.5em;
	-ms-transform: translateY(-115%);
	-webkit-transform: translateY(-115%);
	transform: translateY(-115%);
}

#year10Batch {
	width: 200px;
	height: 200px;
	background: url(../img/10jahre.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	display: block;
	left: 22%;
	top: 70px;
	z-index: 11;
	text-indent: -99999em;
	overflow: hidden;
	border: none;
	opacity: 0;
}

#jaegerlagerNeu {
	width: 200px;
	height: 200px;
	background: url(../img/jaegerlagerNeu.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	display: block;
	left: 22%;
	top: 70px;
	z-index: 11;
	text-indent: -99999em;
	overflow: hidden;
	border: none;
	opacity: 0;
}

#bauarbeiten {
	width: 200px;
	height: 200px;
	background: url(../img/bauarbeiten.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	display: block;
	left: 15%;
	top: 90px;
	z-index: 11;
	text-indent: -99999em;
	overflow: hidden;
	border: none;
	transform: rotate(-8deg);
}


/* MainContent: grüner Bereich
-----------------------------------------------------------*/
.mainTitleImg {
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f0f5eb 50%, #f0f5eb 100%);
}

#main .infoBlockGross {
	margin-top: 6.5em;
}

.mainTitleImg .frame {
	background: url(../img/iconHaus.png) no-repeat 2em center;
	background-size: 75px auto;
}

.mainTitleImg.layoutRight .frame {
	background: url(../img/iconHaus.png) no-repeat right 2em center;
	background-size: 75px auto;
}

.mainTitleImg h1 {
	float: left;
	width: 34.5384615385%;
}	

.mainTitleImg.layoutRight h1 {
	float: right;
}	

.mainTitleImg img {
	float: right;
	width: 61.8461538462%;
}	

.mainTitleImg.layoutRight img {
	float: left;
}	

.mainTitleImg .infoText {
	width: 61.8461538462%;
	max-width: 650px;
	position: absolute;
	bottom: 0;
}

.mainTitleImg.layoutRight .infoText {
	right: 3.25em;
}

.infoText span {
	background-color: white;
	line-height: 1.5em;
}

.infoText span {
	box-shadow: 0.2em 0 0px 0px white, -0.2em 0 0px 0px white;
}

.infoBlockGross {
	margin-left: 23.6153846154%;
	width: 61.8461538462%;
	padding: 0 0 6.5em 0;
}

.infoBlockGross .bildBlock {
	width: 23.631840796%;
	padding-right: 5.8457711443%;
	float: left;
}

.infoBlockGross .textBlock {
	width: 70.5223880597%;
	float: left;
}

.bildBlockGross {
	float: right;
	width: 61.8461538462%;
	padding: 1.5em 0 6.5em 0;
}

/* Bildkombo Home
------------------------------*/
.bildTextBlockGross {
	padding: 1.5em 0 6.5em 0;
}

.bildTextBlockGross .bildBlock {
	width: 23.631840796%;
	width: 34.5384615385%;
	float: left;
	margin-top: -14%;
}

.bildTextBlockGross .textBlock {
	width: 61.8461538462%;
	float: right;
}

.bildTextBlockGross .bildBlock p {
	width: 47.5%;
	float: left;
}

.bildTextBlockGross .bildBlock p:last-child {
	float: right;
}



/* Secondary
-----------------------------------------------------------*/
.box66 {
	width: 61.8461538462%;
}

.box33 {
	width: 34.5384615385%;
}

.logoLinks50 a {
	border: none;
	margin: 0 1em 0 0
}

.logoLinks50 a:before {
	content: none;
}

.logoLinks50 a img {
	height: 100px;
}


/* Archiv
-----------------------------------------------------------*/
.archivBlock {
	margin-bottom: 2.75em;
}

.archivBlock .galerie {
	width: 61.8461538462%;
	padding: 1em 0;
}

.archivBlock.fullWidth .galerie {
	width: 100%;
	padding: 1em 0;
}


.archivBlock span {
	line-height: 1.5em;
	border-bottom: 1px solid #362d0f;
}

.archivBlock header {
	cursor: pointer;
}

.archivBlock header img {
	width: 4.25em;
/* 	width: 85px; */
	float: left;
	padding: 0 1em 0 0;
}

.galerie a {
	border: none;
	width: 18%;
	display: block;
	float: left;
	margin: 0 2.5% 2.5% 0;
}

.galerie a:nth-child(5n) {
	margin-right: 0;
}

/* Header
-----------------------------------------------------------*/
.siteHeader {
	top: 0;
	width: 100%;
	position: fixed;
	z-index: 10;
	background: #fff;
/* 	background: rgba(255, 255, 255, 0.92); */
}

.siteHeader.shadow {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}

.siteHeader .frame {
	height: 6.5em;
}

.logo {
	display: block;
	float: left;
	width: 180px;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: none;
	margin-left: 1em;
	z-index: 200;
}



/* Footer
-----------------------------------------------------------*/
.siteFooter {
	background: #f5f5f5;
	padding: 6.5em 0;
}

.siteFooter .iconPerson {
	width: 38px;
	position: absolute;
	left: 3.25em;
	top: -6.5em;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.siteFooter .box50:nth-child(2) {
	text-align: right;
}

.logoText {
	width: 255px;
}

#logoWauwil, #logoDA {
	float: right;
	width: auto;
	border: none;
}

#logoWauwil img, #logoDA img {
	height: 55px;
}

#logoWauwil:before, #logoDA:before {
	content: none;
}


/* Main Navigation
-----------------------------------------------------------*/
nav.mainNav {
	float: right;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 1em;
}

nav.mainNav li {
	float: left;
	margin: 0 0 0 1em;
}

nav.mainNav li a {
	border-bottom: none;
	background: url(../img/navBorder.png) center bottom no-repeat;
	background-size: auto 4px;
	padding-bottom: 0.5em;
}

.body-home nav.mainNav li#btn01 a,
.body-wauwilermoos nav.mainNav li#btn02 a,
.body-lernpfad nav.mainNav li#btn03 a,
.body-fuehrungen nav.mainNav li#btn04 a,
.body-besuch nav.mainNav li#btn05 a
{
	background: none;
}


/*-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
MediaQueries
-------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1400px) {

body {
	font-size: 18px;
}

.frame {
	padding: 0 2.5em;
}

#main {
	margin: 2.5em 0 5em 0;
}

.abstandUnten {
	padding-bottom: 5em;
}

.abstandOben {
	margin-top: 5em;
}

/* Hauptbild oben gross
-----------------------------------------------------------*/
.mainImg {
/* 	padding-bottom: 2.5em; */
}

.innerImg {
	left: 2.5em;
	right: 2.5em;
	top: 5em;
	bottom: 2.5em;
}

#nextLink, #topLink {
	width: 30px;
	height: 30px;
	right: 3.5em;
	bottom: 0.5em;
}

#main .infoBlockGross {
	margin-top: 5em;
}

.infoBlockGross {
	padding: 0 0 5em 0;
}

#bildZusatz {
	left: 2.5em;
}

#year10Batch, #jaegerlagerNeu, #bauarbeiten {
	width: 180px;
	height: 180px;
	left: 20%;
	top: 70px;
}

.bildTextBlockGross .bildBlock p {
	width: 100%;
}


/* Header
-----------------------------------------------------------*/
.siteHeader .frame {
	height: 5em;
}

.logo {
	width: 138px;
}


/* Footer
-----------------------------------------------------------*/
.siteFooter {
	padding: 5em 0;
}

.siteFooter .iconPerson {
	left: 2.5em;
	top: -5em;
}


} /* Ende 1400 */


@media screen and (max-width: 1200px) {

/*
#main {
	margin: 0 0 5em 0;
}
*/

/* MainContent: grüner Bereich
-----------------------------------------------------------*/
.mainTitleImg h1, .mainTitleImg.layoutRight h1 {
	float: none;
	width: 100%;
	padding-bottom: 0.5em;
}	



} /* Ende 1200 */



@media screen and (max-width: 1100px) {

#year10Batch, #jaegerlagerNeu, #bauarbeiten {
	width: 150px;
	height: 150px;
	left: 25%;
	top: 60px;
}

#secondary {
	margin-bottom: 5em;
}


/* Hauptbild oben gross
-----------------------------------------------------------*/
.mainImg {
	margin: 0 auto;
	height: auto;
	padding: 0;
	padding: 0 2.5em;
}

.innerImg, body.body-wauwilermoos .innerImg, body.body-lernpfad .innerImg, body.body-fuehrungen .innerImg, body.body-besuch .innerImg {
	/* background: none; */
	position: static;
	padding: 5em 2.5em 2.5em 2.5em;
	padding: 5em 0 2.5em 0;
}

.innerImg img {
	display: block;
	object-fit: unset;
	height: auto;
}

#nextLink {
	position: static;
	float: right;
	margin: -2em 1em 0 0;
}

#bildZusatz {
	position: static;
	float: left;
	margin: -2em 0 0 0;
}


/* Header
-----------------------------------------------------------*/
.logo {
	margin-left: 0em;
}

.logoLinks50 a img {
	height: 80px;
}


/* Navigation
-----------------------------------------------------------*/
nav.mainNav {
	right: 0em;
	left: 0em;
	display: block;
	z-index: 10;
	background: red;
	top: 0;
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	margin: 0;
	position: fixed;
	float: none;
/* 	background: rgba(255, 255, 255, 0.93); */
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
/*
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
*/
}

nav.mainNav ul {
	display: none;
	margin: 4em 2.5em 0 2.5em;
	padding-bottom: 1em;
/* 	position: absolute; */
}

nav.mainNav ul li {
	margin: 0.35em 0 1.15em 0;
	display: block;
	float: none;
	text-align: right;
}

nav.mainNav label {
	display: block;
	line-height: 34px;
	padding: 0 0 0 2.25em;
	top: 1.5em;
	position: absolute;
	right: 2.5em;
}

nav.mainNav label span {
	line-height: 1.4em;
/* 	color: #e25859; */
	text-transform: uppercase;
/* 	border-bottom: 1px solid #3d3d3d; */
/* 	background: url(../img/navBorder.png) center bottom no-repeat; */
	background-size: auto 4px;
	padding-bottom: 0.5em;
}

nav.mainNav label:before {
	position: absolute;
	left: 15px;
	top: 5px;
	content: "";
/* 	content: "\2261"; */
	background: url(../img/navIcon.png) center top no-repeat;
	background-size: 100% 100%;
/* 	background: red; */
	width: 20px;
	height: 20px;
	display: block;
/* 	border: 1px solid red;	 */
/* 	font-size: 1.8em; */
}

nav.mainNav input[type=checkbox]:checked ~ ul {
	display: block;
	position: static;
}



/* Archiv
-----------------------------------------------------------*/
.archivBlock .galerie {
	width: 100%;
}



} /* Ende 1100 */






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

.frame {
	padding: 0;
	width: 92%;
}

.innerImg, body.body-wauwilermoos .innerImg, body.body-lernpfad .innerImg, body.body-fuehrungen .innerImg, body.body-besuch .innerImg {
	width: 92%;
	padding: 4em 4% 0 4%;
	width: 100%;
	padding: 4em 0 0 0;
}

#main {
	margin-top: 2.5em;
}

#nextLink {
	margin: 0.5em 4% 0 0;
}

#topLink {
	right: 0;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.25em;
}

h3 {
	font-size: 1.25em;
}




/* Hauptbild oben gross
-----------------------------------------------------------*/
.mainImg {
/* 	padding-bottom: 2em; */
	padding: 0 0 2em 0;
}

.innerImg {
	top: 4em;
	bottom: 2em;
}

#main .infoBlockGross {
	margin-top: 2em;
}

.infoBlockGross {
	padding: 0 0 2em 0;
}

#bildZusatz {
	position: static;
	float: none;
	margin: 0.75em 0 0.75em 4%;
	width: 60%;
}

#year10Batch, #jaegerlagerNeu, #bauarbeiten {
	width: 125px;
	height: 125px;
	left: 25%;
	top: 45px;
}

.bildBlockGross {
	float: none;
	width: 100%;
	padding: 1.5em 0 2em 0;
}

.bildTextBlockGross .bildBlock {
	margin-top: 0;
}

/* MainContent: grüner Bereich
-----------------------------------------------------------*/
.mainTitleImg .frame, .mainTitleImg.layoutRight .frame {
	background: url(../img/iconHaus.png) no-repeat 1% center;
	background-size: 60px auto;
}

.mainTitleImg img, .mainTitleImg.layoutRight img {
	float: none;
	width: 85%;
	margin: 0 0 0 15%;
}	

.mainTitleImg .infoText, .mainTitleImg.layoutRight .infoText {
	width: 90%;
	max-width: none;
	left: 1%;
	right: 9%;
}

.infoBlockGross {
	margin-left: 0%;
	width: 100%;
}

/* Secondary
-----------------------------------------------------------*/
.box66, .box33 {
	width: 100%;
	float: none;
}



/* Header
-----------------------------------------------------------*/
.siteHeader .frame {
	min-height: 4em;
}

.logo {
	width: 110px;
}

/* Footer
-----------------------------------------------------------*/
.siteFooter .iconPerson {
	left: 0;
}



/* Navigation
-----------------------------------------------------------*/
nav.mainNav {
	padding-right: 4%;
}

nav.mainNav ul {
	display: none;
	margin: 4em 4% 0 4%;
}

nav.mainNav label {
/* 	top: 1.25em; */
	right: 4%;
}

nav.mainNav ul {
	margin: 4em 0 0 0;
}

} /* Ende 800 */



@media screen and (max-width: 700px) {

#main {
	margin-top: 0;
}

/* MainContent: grüner Bereich
-----------------------------------------------------------*/
.mainTitleImg .frame, .mainTitleImg.layoutRight .frame {
	background: none;
}

.mainTitleImg img, .mainTitleImg.layoutRight img {
	width: 100%;
	margin: 0 0 0 0;
}	

.mainTitleImg .infoText, .mainTitleImg.layoutRight .infoText {
	width: 98%;
	margin: 1.5em auto 0 auto;
	position: static;
}

.box50 {
	float: none;
	width: 100%;
	padding-bottom: 1.5em;
}

.siteFooter .box50:nth-child(2) {
	text-align: left;
}

#logoWauwil, #logoDA {
	float: left;
	margin: 0 1.25em 0 0;
}

.mainTitleImg {
	background: none;
}

.mainImg {
	padding-bottom: 0;
}

#nextLink {
	display: none;	
}

h1 {
	padding: 1.5em 0 0 0;
}

} /* Ende 700 */





@media screen and (max-width: 550px) {



/* Header
-----------------------------------------------------------*/
.siteHeader .frame {
	height: 3em;
	min-height: 3em;
}

.logo {
	width: 76px;
}

.innerImg, body.body-wauwilermoos .innerImg, body.body-lernpfad .innerImg, body.body-fuehrungen .innerImg, body.body-besuch .innerImg {
	padding: 3em 0 0 0;
}

nav.mainNav label {
	top: 0.5em;
/* 	right: 0; */
}

#year10Batch, #jaegerlagerNeu {
	width: 110px;
	height: 110px;
	left: 25%;
	top: 20px;
}

/* Bildkombo Home
------------------------------*/
/*
.bildTextBlockGross {
	padding: 1.5em 0 6.5em 0;
}
*/

.bildTextBlockGross .bildBlock, .bildTextBlockGross .textBlock {
	width: 100%;
	float: none;
}



/* Archiv
-----------------------------------------------------------*/

.galerie a {
	width: 48.5%;
}

.galerie a:nth-child(5n) {
	margin-right: 2.5%;
}

.galerie a:nth-child(2n) {
	margin-right: 0;
}



/*
.galerie a:nth-child(5n) {
	margin-right: 0;
}
*/



} /* Ende 550 */




/* Advanced Checkbox Hack Navigation
-----------------------------------------------------------*/
body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
	padding: 0;
  }
  to {
	padding: 0;
  }
}

.mainNav input[type=checkbox] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.mainNav label {
	display: none;
	cursor: pointer;
	user-select: none;
}



/* Clearfix
-----------------------------------------------------------*/
.group:after {
  content: "";
  display: table;
  clear: both;
 }