/*

Gelb   #ffcc00
Grau   #d3d3d3

*/

body, html {
	font-family:'Open Sans','Lucida Grande',verdana,calibri,sans-serif;
	font-weight:300;
	font-size:18px;
	color:#000000;
	background-color:#000000;
	}

a, a:visited {
	color:#000000;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}

a.lightbox {
	
	}
a.lightbox img {
	float:right;
	padding-left:40px;
	}
div.lightboxImg {
	float:right;
	font-size:75%;
	text-align:right;
	}

span.email {
  cursor: pointer;
  }

span.email span::after {
  content: "@"; 
  }


.b, b, strong {
	font-weight:600;
	}
.bi {
	font-weight:600italic;
	}
.i, i {
	font-weight:300italic;
	}

table {
	font-size:18px;
	border-collapse:collapse;
	table-layout:fixed;
	}
td {
	text-align:left;
	padding:5px;
	}
tr.even td {
	background:#ffffff;
	}
th {
	font-weight:bold;
	text-align:left;
	vertical-align:bottom;
	border-bottom:#000000 1px solid;
	background:#fadd12;
	}

input[type=submit], input[type=button] {
	background:#fdf8cb;
	border:#fadd12 2px solid;
	cursor:pointer;
	font-size:110%;
	font-weight:600;
	color:#636363;
	}
input[type=submit]:hover, input[type=button]:hover {
	border:#333333 2px solid;
	color:#000000;
	}
input[type=submit]:active, input[type=button]:active {
	background:#666666;
	color:#ff0000;
	border:#333333 1px solid;
	}
input[type=text], textarea {
	border:#fadd12 2px solid;
	padding:7px;
	font-size:110%;
	}
input.datum {
	background:url(../_img/calendar.gif) 99% 2px no-repeat;
	width:100px;
	cursor:pointer;
	}

h1 {
	color:#ffcc00;
	font-size:200%;
	}
h2 {
	color:#000000;
	font-size:150%;
	}
h1, h2 {
	clear:both;
	font-family: 'Bevan', cursive;
	margin:0px;
	font-weight:normal;
	}
h1 + h2 {
	margin-top:10px;
	}

#site {
	width: 970px;
	height: auto;
	background-color: #ffffff;
	margin: 10px auto 0px;
	border: solid 1px #c0c0c0;
	}
#head {
	width:100%;
	padding-top:10px;
	}
#head > div {
	height:260px;
	float:left;
	margin-left:10px;
	overflow:hidden;
	}
#head div {
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	}
#head > div:first-child {
	width:240px;
	}
#head > div:nth-child(2) {
	width:450px;
	}
#head > div:last-child {
	width:240px;
	}
#logo {
	height:110px;
	margin-bottom:10px;
	background-size:contain !important;
	cursor:pointer;
	}
#mobileMenu {
	display:none;
	}
#sub_logo {
	height:190px;
	}
#head + div {
	clear:both;
	padding-top:10px;
	}
#logonav {
	display:none;
	}
navigation {
	width:100%;
	border-top:#ffffff 10px solid;
	border-bottom:#ffffff 10px solid;
	}
navigation ul {
	margin:0;
	padding:0px 4px;
	overflow: hidden;
	background:#ffcc00;
	}
			
navigation li {
	list-style-type: none;
	float: left;
	text-align:center;
	box-sizing:border-box;
	width: calc(100%/6);
	width: 16.666667%;
	padding:4px 0px;
	overflow:visible;
	}
navigation li.selected {
	background:#d3d3d3;
	}
navigation li.selected > a {
	color:#000000;
	}
navigation li:hover {
	background:#d3d3d3;
	}
navigation ul li a, navigation ul li a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
	font-size:125%;
	}

/* Sub-Nav */
navigation ul ul {
	display:none;
	z-index:999;
	background:#ffcc00;
	position:absolute;
	margin-top:4px;
	padding:0px;
	}

navigation ul li:hover > ul {
	display:block;
	}
navigation ul ul li {
	float: none; 
	border-bottom:1px solid #ffffff;
	position: relative;
	width:100%;
	}
navigation ul ul li.selected {
	background:#d3d3d3;
	}
navigation ul ul li.selected > a {
	cursor:text;
	}
navigation ul ul li a {
	padding:5px 30px 5px 10px;
	color:#fff;
	text-align:left;
	}	
navigation ul ul li:hover {
	background:#d3d3d3;
	}
#subnavspacer {
	display:none;
	}


#content {
	padding:10px;
	}
#contentfooter {
	background:#ffcc00;
	width:100%;
	font-size:75%;
	text-align:center;
	padding:3px 0px;
	color:#000000;
	}
#contentfooter a, #contentfooter a:visited {
	color:#000000;
	text-decoration:none;
	}
#contentfooter a:hover {
	text-decoration:underline;
	}

footer {
	width: 970px;
	height: auto;
	margin: 0px auto 30px;	
	font-size:75%;
	text-align:right;
	}
	
.mobileOnly {
	display:none;
	}
.bg {
	background:#ccacd1;
	}
.colGruen {
	color:#ffcc00;
	}
.infobox {
	float:right;
	width:290px;
	padding:10px;
	margin-left:20px;
	}

/* Bilder unter Navigation */

#bildband_subnav {
	width:950px;
	height:210px;
	overflow:hidden;
	position:relative;
	}

#bildband_subnav a {
	display:block;
	float:left;
	width:310px;
	height:190px;
	overflow:hidden;
	margin-right:10px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	}
#bildband_subnav a.t { background-position:top center; }
#bildband_subnav a.b { background-position:bottom center; }
#bildband_subnav a.l { background-position:center left; }
#bildband_subnav a.r { background-position:center right; }
#bildband_subnav a.tl { background-position:top left; }
#bildband_subnav a.tr { background-position:top right; }
#bildband_subnav a.bl { background-position:bottom left; }
#bildband_subnav a.br { background-position:bottom right; }
#bildband_subnav a:last-child { margin-right:0px; }

.bx-wrapper .bx-viewport {
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	}

galerie > a, galerie span {
	display:inline-block;
	width:150px;
	height:150px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border:#ffffff 5px solid;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	margin:5px 5px 0px 0px;
	}
galerie div {
	display:inline-block;
	}
	
.thumb {
	float:right;
	width:300px;
	overflow:hidden;
	}
.thumb a, .thumb img {
	width:100%
	}
	
