* { margin:0; padding:0; color:#000; }

@font-face{ font-family: sans-serif; font-style: normal; font-weight: normal; }


html, body { color: #000; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; height: 100%; font-weight: normal; position: relative; }
html { background-color: #d4f0fc; background-repeat: no-repeat; background-attachment: fixed; background-position: center; background-size: cover; }
.main {height: 100%; }
p { font-size: 0.95em; hyphens: auto; font-weight: normal; line-height: 1.45em; text-align: left; letter-spacing: 0; column-count: 1; column-width: 200px; column-gap: 30px; column-rule: 0px solid red; word-wrap: break-word; }

h1 { font-size: 1.45em; hyphens: auto; font-weight: 600; line-height: 1.45em; }
h2 { font-size: 0.95em; hyphens: auto; font-weight: 600; line-height: 1.45em; }

.logo { width: 80%; }

td {}

#menudivwrapper { background-color: none; width: 100%; }
#menudiv { text-align: center; width: 100%; height: 50px; margin-bottom: 1px; background-color: none; }

.datenschutz { width: 100%; text-align: center; }

.datenschutzliste ul { font-size: 1.05em; list-style-type: square; margin:0; padding: 0 0 0 1em; position: relative; }
.datenschutzliste ul li { display: list-item; float: inherit; }

a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover { color: #fff }

a:active { color: #fff }


#container { width: 800px; margin:30px auto; }

#header { width: 100%; margin-bottom: 2%; }

#content { background-color: white; float:left; width:91.5%; min-height: 200px; margin-bottom: 2%; padding: 3% 4% 4%; }

#text { background-color: #ffe100; width: 56%; float: left; }


#aufzaehlung { width: 100%; }
#aufzaehlung li { float: none; display: list-item; margin-left: 15px; text-align: left; list-style-type: square; hyphens: none; font-weight: normal; line-height: 1.45em; }
#aufzaehlung ul { list-style: square; position: relative; list-style-type: upper-alpha; font-size: 0.95em; }
#aufzaehlung ul li::marker { color: #00b4ff; }

.castimg { float: left; margin: 3px 15px 10px -5px; }
.galerie { float: left; width: 49.25%; margin: 10px 0.75% 0px 0px; }
.casttxt { line-height: 1.45em; float: left; }
.linksoben { text-align: left; position: absolute; top: -10px; left: 20px; width: 150px; }
.active { background: #000; font-weight: 600; }

 

/*Strip the ul of padding and list styling*/
ul { font-size: 18px; list-style-type:none; margin:0; padding:0; position: absolute; }

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a { display:block; min-width:132px; height: 50px; text-align: center; line-height: 50px; color: #fff; background: #00b4ff; text-decoration: none; }

/*Hover state for top level links*/
li:hover a { background: #000; }

/*Style for dropdown links*/
li:hover ul a { background: #00b4ff; color: #fff; height: 40px; line-height: 40px; text-align: left; min-width: 92px; font-size: 0.8em; text-align: center; }

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #8bcc00;
	color: #fff;
}


/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 60px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu { text-decoration: none; color: #fff; background: #8bcc00; text-align: center; padding: 10px; display: none; height: 30px; }

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

 
 




/*    Ab nur noch 810 px Breite    */
@media screen and (max-width: 810px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
	.logo { padding-top: 20px; }
	#container { width:100%; }
	#content { width: 90%; padding: 5%; }
	.datenschutz { width: 90%; padding: 5%; }
	.linksoben { position: absolute; text-align: left; top: -20px; left: 5px; width: 90px; }
	.galerie { float: left; width: 100%; margin: 10px 10px 0px 0px; }

	#menudivwrapper { background-color: rgba(0, 0, 0, 0); }
	#menudiv { text-align: center; width: 100%; height: 42px; margin: 0px 0px; }
	
	#aufzaehlung ul { display: inline; }

}

}

