@charset "UTF-8";
/* ----------------- Reset all styles ----------------- */
* {
	font-family: Arial, Helvetiva, sans-serif;
    font-size: 14px;
    padding: 0;
	margin: 0;
	border:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



/* ----------------- Website background and general text colour ----------------- */
/*body{
	background-image:url(../images/backgroundtexture.png);
	background-color:#f9f9f9;
	color:#2d2d2d;
}
*/
html {
	height:100%;
}



body
{
	border-top:0px solid #100c48;
	background:#c5c4cd;
	color:#333333;
	vertical-align: baseline;
	padding-bottom: 50px;
	height:100%;
	background-image:url(../bilder/titel/bgtexture.png);
	background-repeat: repeat;
}

/*
#container{
	min-height:100%;
	position:relative;	
}
*/

.wrapper {
	border:0px solid #ffffff;
	position: relative;
	margin: 0 auto;
	max-width: 1024px;
	padding:0 0.5em 0 0.5em;
}

.wrapper div{
	float: left;
}

.pic_z {
	display: table-cell;
    vertical-align: middle;
	margin: 0px auto;

}


.clr{
	clear: both;
}

header {
    background:#c5c4cd;
	overflow: hidden;
    position: fixed;
	top: 0;
	margin: 0 auto;
	width: 100%;
	border-bottom:5px solid #100c48;
	border-top:5px solid #100c48;
	z-index:1000;
	/*height: 187px;*/
	background-image:url(../bilder/titel/bgtexture.png);
	background-repeat: repeat;
	/*background-size:cover;
	background-size:100% 100%;*/
}

header h1 {
    margin:10px 0 5px 5px;
    font-size:3em;
    color:#0f5738;
	text-align:left;
    font-family: 'Baumans', cursive;
}

header p{
    font-size:2em;
    color: #003a21;
	text-align:left;
	font-weight:bolder;
    margin:0px 10px 15px 5px
}

#linie1 {
	margin-top:-4px;
	border-bottom:5px solid #100c48;
	margin-bottom: 0;
}
#linie2 {
	border-bottom:5px solid #100c48; /*#313b74;*/
	
}


/*NAV */



nav {
	position: absolute;
	right: 0;
	top:0;
	font-weight:300;
	z-index:0;
}

nav ul li {
  float: left;
  list-style: none;
  border-left:1px solid #003a21;
  border-right:1px solid #003a21;
  margin-left: 2px;
}

nav ul li a {
  display: block;
  color: #100c48;
  font-size:1.2em;
  text-decoration: none;
	padding: 5px 10px 5px 10px;
}

nav ul li a:hover{
	font-weight:600;
	color:#ffffff;	
	background-color:#506a8a;
	transition: color .5s ease;
}

.ein {
    font-weight:600;
	color:#fff; 
	background-color:#506a8a;
}

.menu-trigger {
	display: none;
}



/*MAIN */

.h1_l {
	font-size: 2em;
 	margin-bottom: 05px;
	margin-top: 0px;
	text-align: left;
	font-family:"Comic Sans MS";
	font-weight: bold;
}
.h2_l {
	font-size: 1.75em;
 	margin-bottom: 0.5em;
	margin-top: 0.5em;
	text-align: left;
	font-family:"Comic Sans MS";
	font-weight: bold;
}

.h3_l {
	font-size: 1.5em;
 	margin-bottom: 5px
	margin-top: 5px;
	text-align: left;
	font-family:"Comic Sans MS";
	font-weight: bold;
}

.h3_z {
	font-size: 1.5em;
 	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-family:"Comic Sans MS";
	font-weight: bold;
}

.h3_r {
	font-size: 1.5em;
 	margin-bottom: 5px
	margin-top: 5px;
	text-align: right;
	font-family:"Comic Sans MS";
	font-weight: bold;
}

.h4_l {
	font-size: 1.5em;
 	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	font-family:"Comic Sans MS";
	font-weight: 300;
}
.h4_p0 {
	font-size: 1.25em;
 	margin-bottom: 16px;
	margin-top: 0;
	text-align: left;
	font-family:"Comic Sans MS";
	font-weight: 300;
}


.div_l{
	float: left;
}

.div_r{
	float: right;
}


.d33l {
	float: left;
width: 33%;
}


/* 2Spalten */

.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
.left {
float: left;
width: 40%;
}

.left1 {
float: left;
width: 25%;
}

.left2 {
float: left;
width: 60%;
}
.right {
float: right;
}

.clearfix img {
	width: 100%;
	margin: 5px;
	max-width:300px;
}

#pic_logo {
	width:150px;
}
#pic_logo1 {
	width:50px;
}


/*grid tabellen*/



.grid-container {
	display: grid;
	grid-template-columns: auto auto auto auto;
	background-color: #fff; /*#c5c4cd;*/
	padding: 10px;
	width : 100%;
	grid-gap: 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

}
.grid-item {
	background-color: rgba(255, 255, 255, 0.8);
	border: 4px solid rgba(0, 0, 0, 0.8);
	padding: 0px;
	font-size: 1em;
	text-align: center;
	-moz-box-shadow: 0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc;
	border-radius: 5px 5px 5px 5px;
}

.grid-item img{
 
	width:150px;
	margin:15px 10px;
	padding:10px 10px 50px 10px;
	opacity:0.8;
}
.grid2{
	display: grid;
	grid-template-columns: 80px auto;
}
.grid3{
	display: grid;
	grid-template-columns: 25% 60% auto;
}

.grid5{
	display: grid;
	grid-template-columns: 20% 20% 20% 29% auto;
}
.rs1 {
  grid-column: 1;
  grid-row: 1;
}

.rs2 {
  grid-column: 2;
  grid-row: 1;
}
.grid {
	margin-top: 40px;
	margin-bottom: 10px;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-gap: 1px;
	grid-auto-rows: minmax(40px, auto);
	font-family: Arial, Helvetiva, sans-serif;
    font-size: 1.25em;
}
.r1s1 {
  grid-column: 1;
  grid-row: 1;
  font-size: 1em;
}

.r1s2 { 
  grid-column: 2;
  grid-row: 1;font-size: 1em;
}
.r1s3 {
  grid-column: 3;
  grid-row: 1 ;font-size: 1em;
}
.r2s1 {
  grid-column: 1;
  grid-row: 2;font-size: 1em;
}
.r2s2 {
  grid-column: 2;
  grid-row: 2;font-size: 1em;
}
.r2s3 {
  grid-column: 3;
  grid-row: 2;font-size: 1em;
}
.r3s1 {
  grid-column: 1;
  grid-row: 3;font-size:1em;
}
.r3s2 {
  grid-column: 2;
  grid-row: 3;font-size: 1em;
}
.r3s3 {
  grid-column: 3;
  grid-row: 3;font-size: 1em;
}
.r4s1 {
  grid-column: 1;
  grid-row: 4;font-size: 1em;
}
.r4s2 {
  grid-column: 2;
  grid-row: 4;font-size: 1em;
}

/* ende grid*/


.liste1 li {
	font-family: Arial, Helvetiva, sans-serif;
    font-size: 1.25em;
    padding: 0;
	margin: 5px;
	margin-left:50px;
	
}

main {
	color: #000000;
	max-width:1024px;
    padding:5px;
	position:relative;
	border-bottom:1px solid #003a21;
	top:180px;
	min-height:100%;
	position:relative;
	padding-bottom:50px;
	min-height: 100%;
    height: auto;
	margin:0px auto;
}
 

main h1 {
	font-size: 2em;
 	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	font-family:"Comic Sans MS";
}


main h2 {
	font-size: 1.5em;
 	margin-bottom: 5px;
	margin-top: 0;
	text-align: center;
	font-family:"Comic Sans MS";
}	

main p {
	font-size: 1.25em;
 	margin-bottom: 10px;
	margin-top: 0px;
}

main p b{
	font-size: 1em;
 	margin-bottom: 10px;
	margin-top: 0px;
}

main li{
	font-size: 1.25em;
 	margin-bottom: 10px;
	margin-top: 0px;
	margin-left:20px;
	
}

main .bild_z {
	display: table-cell;
    vertical-align: middle;
	margin: 0px auto;
	width: 100%;
    max-width: 500px;
    height: auto;
	padding:0 5px 10px 0;
}

main .bild_2 {
	display: table-cell;
    vertical-align: middle;
	margin: 0px auto;
	width: 100%;
    max-width: 200px;
    height: auto;
	padding:0 5px 10px 0;
}

main .bild_3 {
	display: table-cell;
    vertical-align: middle;
	margin: 0px auto;
	width: 100%;
    max-width: 300px;
    height: auto;
	padding:0 5px 10px 0;
}

main .bild_4 {
	display: table-cell;
    vertical-align: middle;
	margin: 0px auto;
	width: 100%;
    max-width: 400px;
    height: auto;
	padding:0 5px 10px 0;
}


main:after {
    content: "";
    display: table;
    clear: both;
}

main .slider-wrapper  {
	border:0px solid #000048;
	
}

.spalte0 {
	width: 100%;
}


.navdiv{
	height:2em;
	width:calc(1024*0.18px);
}



.inhalt {
	float:left;
	padding-left:1em;
	text-align:left;
	width:calc(1024*0.8px);
}

#submenu {
	float:left;
	background-color:#ebe8de;
	list-style: none;
	margin-top: 0.75em;
	padding: 0;
	width: calc(1024*0.18px);
	font-weight:300;
	font-size:1em;
}
#submenu li {
  
  margin: 0;
  padding: 0;
  list-style: none;
}
#submenu a {
  font-size:1em;
  border-bottom: 1px solid #003a21;
  color: #003a21;
  display: block;
  margin: 0;
  padding: 0.25em;
  text-decoration: none;
  font-weight: 300;
}
#submenu a:hover {
  background-color:#277553;
  color: #fff;
  transition: color .5s ease;
  font-weight:600;
}


/* FOOTER */

footer{
	position: fixed;
	bottom: 0px;
	width:100%;
	height:40px;
	background:#506a8a;
	text-align:center;
	font-style:italic;
}


	#fp, #imp {
		padding:10px;
		color: #100c48
	}
	

	.fzlink{
		text-decoration: none;
		color: #100c48;
	}
	
	
	table, th, td {
		font-size: 1.25em;
		padding: 5px;
	}

	.tbtitel{
		font-size: 1.5em;
		font-weight:600;
	}

	.tbrechts{
		text-align: right;
	}	

	.tbz{
		margin: 0 auto;
	}
	
	
	.impress {
		float: left;
		width: 33%;
		height: auto;
		padding: 10px;
		border: 1px solid black;
		font-size: 1.5em;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		border-radius: 4px;
		background:#fff;
	}
	
	
	.dschutz {
		float: right;
		width: 66%;
		height: auto;
		padding: 10px;
		border: 1px solid black;
		font-size: 1.5em;
		-moz-border-radius: 40px;
		-webkit-border-radius: 40px;
		border-radius: 4px;
		background:#fff;
	}
	
	#slider {
		width:750px;
		height: 480px;
		margin: 0px auto;
		margin-top:20px;
	}
	
	.nivo-caption {
		background:#03052e;
		font-size: 1em;
	}
	
	
/* Ende Slider */



/*Fotogallerie*/
#galeriemenu {
	background:#ffffff;
	-moz-border-radius:1px;
	border-radius:1px;
	padding:20px;
	width:100%;
	margin:20px auto;
	font-size: 1.25em;
	height: 250px;
}
#galeriemenu div {float:left;}

#galeriemenu img {
background:#ffffff;
width:150px;
margin:15px 10px;
padding:10px 10px 50px 10px;
opacity:0.8;
-moz-box-shadow: 0 0 5px 2px #ccc;
-webkit-box-shadow: 0 0 5px 2px #ccc;
box-shadow: 0 0 5px 2px #ccc;
-webkit-transform: rotate(-2deg);  /* Saf3.1+, Chrome */
-moz-transform: rotate(-2deg);  /* FF3.5+ */
-o-transform: rotate(-2deg);  /* Opera */
transform: rotate(-2deg);
-webkit-transition: all 0.4s ease-out;  /* Saf3.1+, Chrome */
-moz-transition: all 0.4s ease-out;     /* FF3.5+ */
-o-transition: all 0.4s ease-out;  /* Opera */
transition: all 0.4s ease-out;
}

/*
button {
	padding: 0.1em;
}
*/

#galerie {
	background:#ffffff;
	-moz-border-radius:1px;
	border-radius:1px;
	padding:20px;
	width:100%
	margin:20px auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#galerie img {
	background:#ffffff;
	width:150px;
	margin:15px 10px;
	padding:10px 10px 50px 10px;
	opacity:0.8;
	-moz-box-shadow: 0 0 5px 2px #ccc;
	-webkit-box-shadow: 0 0 5px 2px #ccc;
	box-shadow: 0 0 5px 2px #ccc;
	-webkit-transform: rotate(-2deg);  /* Saf3.1+, Chrome */
	-moz-transform: rotate(-2deg);  /* FF3.5+ */
	-o-transform: rotate(-2deg);  /* Opera */
	transform: rotate(-2deg);
	-webkit-transition: all 0.4s ease-out;  /* Saf3.1+, Chrome */
	-moz-transition: all 0.4s ease-out;     /* FF3.5+ */
	-o-transition: all 0.4s ease-out;  /* Opera */
	transition: all 0.4s ease-out;
}

#galerie img:nth-child(2n) {
	-webkit-transform: rotate(2deg);  /* Saf3.1+, Chrome */
	-moz-transform: rotate(2deg);  /* FF3.5+ */
	-o-transform: rotate(2deg);  /* Opera */
	transform: rotate(2deg);
	}
	#galerie img:active  {
	opacity:1;
	padding:0;
	position:relative;
	z-index:1;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	-webkit-transform: rotate(0deg) scale(5);  /* Saf3.1+, Chrome */
	-moz-transform: rotate(0deg) scale(5);  /* FF3.5+ */
	-o-transform: rotate(0deg) scale(5);  /* Opera */
	transform: rotate(0deg) scale(5);
}

/*
#galerie img:hover {
	opacity:1;
	padding:0;
	position:relative;
	z-index:1;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
	-webkit-transform: rotate(0deg) scale(5);  /* Saf3.1+, Chrome */
	/*-moz-transform: rotate(0deg) scale(5);  /* FF3.5+ */
	/*-o-transform: rotate(0deg) scale(5);  /* Opera */
	/*transform: rotate(0deg) scale(5);
}
*/
@media only screen and (max-width: 1000px) {
	header img{width: 100%;
        height: auto;
		float: none;
	}
}


@media only screen and (max-width: 850px) {
	#subnav, .inhalt {
        width: 90%;
        height: auto;
		float: none;
    }
	header img{width: 100%;
        height: auto;
		float: none;
	}

	.menu-trigger {
		display: block;
		color: #003a21;
		background-color: #d5e5d5;
		padding: 10px;
		text-align: right;
		font-size: 90%;
		cursor: pointer;	
	}
	
	div.navdiv {
		display: none;
	}
	
	div.nav-expanded {	
		display: block;
		height: 22em;
	}
	
	div.navdiv ul li {
		float: none;
		border-bottom: 1px solid #003a21;
		padding: 2px 10px 2px 10px;
	}
	
	div.navdiv ul li a{
		font-size: 100%;
	}
	div.navdiv ul li:last-child {
		/*border-bottom: none;*/
	}
	
	main p {
		font-size: 1em;
		margin-bottom: 0.75em;
		margin-top: 0px;
	}
	main p b{
		font-size: 0.75em;
		margin-bottom: 0.75em;
		margin-top: 0px;
	}
	
	.inhalt {
		width: 100%;
	}

	table, th, td {
		font-size: 1em;
		padding: 3px;
	}

	.tbtitel{
		font-size: 1em;
		font-weight:600;
	}
	
	header img{width: 100%;
        height: auto;
	}
	
	
	#slider {width: 100%;
        height: auto;
	}
	
	.grid-container {
		width : 100%;
		padding: 0px;
		grid-gap: 2px;
	}
	
	.grid-item {
		background-color: rgba(255, 255, 255, 0.8);
		border: 2px solid rgba(0, 0, 0, 0.8);
		padding: 0px;
		font-size: 0.75em;
		text-align: center;
		-moz-box-shadow: 0 0 2px 1px #ccc;
		-webkit-box-shadow: 0 0 2px 1px #ccc;
		box-shadow: 0 0 2px 2px #ccc;
		border-radius: 2px 2px 2px 2px;
		margin:1px;
	}
	.grid-item img{
		width:100%;
		margin:0;
		padding:0;
		opacity:0.8;
	}
	




@media only screen and (max-width: 400px) {	
	
	.grid-container {
		clear: both;
		width:100%;
		display:table;
		padding: 0px;
		grid-gap: 2px;
	}
	

}
