@charset "UTF-8";

/* FONTS */

@font-face {
	font-family: '_text';
    src: url('webfont/OpenSans-Regular.eot');
    src: url('webfont/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('webfont/OpenSans-Regular.woff') format('woff'),
         url('webfont/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: '_text';
    src: url('webfont/OpenSans-Italic.eot');
    src: url('webfont/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),
         url('webfont/OpenSans-Italic.woff') format('woff'),
         url('webfont/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
	font-family: '_text';
    src: url('webfont/OpenSans-SemiBold.eot');
    src: url('webfont/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('webfont/OpenSans-SemiBold.woff') format('woff'),
         url('webfont/OpenSans-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: '_text';
    src: url('webfont/OpenSans-SemiBoldItalic.eot');
    src: url('webfont/OpenSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('webfont/OpenSans-SemiBoldItalic.woff') format('woff'),
         url('webfont/OpenSans-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: '_text';
    src: url('webfont/OpenSans-Bold.eot');
    src: url('webfont/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('webfont/OpenSans-Bold.woff') format('woff'),
         url('webfont/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: '_text';
    src: url('webfont/OpenSans-BoldItalic.eot');
    src: url('webfont/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('webfont/OpenSans-BoldItalic.woff') format('woff'),
         url('webfont/OpenSans-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: '_code';
	src:	url('webfont/SourceCodePro-Regular.eot');
	src:	url('webfont/SourceCodePro-Regular.eot?#iefix') format('embedded-opentype'),
			url('webfont/SourceCodePro-Regular.woff') format('woff'),
			url('webfont/SourceCodePro-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
}

@font-face{
	font-family:'_icon';
	font-weight:normal;
	font-style:normal;
	src: url('webfont/WobbleIcons.eot');
	src: url('webfont/WobbleIcons.eot?#iefix') format('embedded-opentype'),
	url('webfont/WobbleIcons.woff') format('woff'),
	url('webfont/WobbleIcons.ttf') format('truetype');
}

@font-face {
	font-family: '_nav';
/*
    src: local('ThirstyCleanSemiBol'),
    src: local('Chalkduster'),
*/
    src: url('webfont/ChalkSubset.eot');
    src: local('Chalkduster'),
         url('webfont/ChalkSubset.eot?#iefix') format('embedded-opentype'),
         url('webfont/ChalkSubset.woff') format('woff'),
         url('webfont/ChalkSubset.ttf') format('truetype');
	font-weight: 100 800;
	font-style: normal;
}

/* RESET */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 
abbr, acronym, address, cite, code, 
del, dfn, em, img, ins, kbd, q, s, samp, 
big, small, strike, strong, sub, sup, tt, var, 
b, u, i, center, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, figure, figcaption,  
footer, header, hgroup, menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { 
	display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

del {
    text-decoration:  line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

hr {
    display: block;
    height: 2px;
    border: 0;   
    border-top: 1px solid #333;
    border-top: 1px solid rgba(0,0,0,0.5);
    border-bottom: 1px solid #eee;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    margin: 1em 0;
    padding: 0;
}

button, input, select {
    vertical-align: middle;
}

/* SETUP */

html, body, #wrapper {
	height: 100%;
	min-height: 100%;
	overflow: show;
	scroll-behavior: smooth;
}
#bgimage {
	height: auto;
	min-height: 100%;
}

body {
	font-family: _text, sans-serif;
	font-size: 100%;
	line-height: 1.375;
	color: #000;
	text-align: center;
	background: #f0e7e0;
}

button, input, select, textarea {
	font-family: _text, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	font-family: _text, sans-serif;
	font-weight: 600;
	margin: 0;
}

h1 {
	font-size: 2em;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 0.375em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: normal;
	margin-bottom: 0.25em;
}

h3 {
	font-size: 1.25em;
	line-height: 1.2;
	margin-bottom: 0.25em;
}

h4 {
	font-size: 1.125em;
	line-height: 1.2;
}

h5 {
	font-size: inherit;
	line-height: inherit;
	font-weight: bold;
}

h6 {
	font-size: 0.875em;
	line-height: 1.0;
}

.whitebox h1, .whitebox h2, .whitebox h3, .whitebox h4, .whitebox h5, .whitebox h6 {
	color: #700;
	text-shadow: 1px 1px 1px white;
	opacity: 0.92;
}
.blackbox h1, .blackbox h2, .blackbox h3, .blackbox h4, .blackbox h5, .blackbox h6 {
	color: #fa2;
/*
	text-shadow: 1px 1px 2px black, 0.125em 0.125em 0.25em black;
*/
}

b, .bold {
	font-weight: bold;
}
.semibold {
	font-weight: 600;
}

p {
	margin-bottom: 0.5em;
}

li {
	margin-bottom: 0.5em;
}

ul.dotlist {
	list-style: disc outside;
}
ul.dotlist li {
	margin-left: 1.5em;
}

small, .small {
	font-size: 0.875em;
	line-height: 1.286;
}
p.small {
	margin-bottom: 0.3572em;
}

.disabled {
	opacity: 0.38;
}

.nobreak, .nowrap {
	white-space: nowrap;
}
.break {
	word-break: break-all;
}

.padtop {
	padding-top: 0.5em;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

.center {
	text-align: center;
}

code, pre, tt {
	font-family: _code, consolas, menlo, courier, monospace;
	color: #666;
}

.icon {
	font-family: _icon;
	font-style: normal;
	font-weight: normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.icon-fw {
	width: 1.25em;
	display: inline-block;
	text-align: center;
}

/* LAYOUT */

#wrapper {
	width: 100%;
	min-width: 20em;
	text-align: left;
	position: relative;
}
#bgimage {
	width: 100%;
	position: relative;
	background-color: transparent;
	background-image: url(images/holz.jpg);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: 50% 0%;
	background-attachment: scroll;
}

#nav {
	font-family: _nav, _text, sans-serif;
	font-weight: normal;
	font-size: 1em;
	display: block;
	width: 100%;
	height: 3em;
	text-align: left;
	padding: 0.75em 0em;
	background: #000;
	color: #fff;
	position: fixed; top: 0; z-index: 100;
}
#nav ul {
	list-style: none outside;
	margin: 0; padding: 0;
	display: none;
}
#nav ul li, #nav .iconmenu {
	display: block;
	white-space: nowrap;
	margin-bottom: 0.5em;
	padding: 0 0.5em;
}
#nav ul li a {
	display: block;
/*
	font-size: 1.5em;
*/
}
#nav ul li a:link, #nav ul li a:visited, #nav .iconmenu .dropdown {
	text-decoration: none;
	color: #fff;
}
#nav ul li a:hover, #nav ul li a:active, #nav .iconmenu .dropdown:hover, #nav .iconmenu .dropdown:active {
	text-decoration: none;
	color: #fb0;
}
#nav ul li.selected, #footer .selected {
	color: #fff;
	opacity: 0.75;
	cursor: pointer;
}
#nav ul li.selected:hover, #nav ul li.selected:active, #footer .selected:hover, #footer .selected:active {
	opacity: 1.0;
}
#nav .iconmenu {
	float: right;
	margin-right: 0.5em;
}
.dropdown {
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.dropdown .icon {
	font-size: 1.5em;
	line-height: 0.67em;
	position: relative; top: 0.125em;
}
.dropdown .loggedin {
	border-bottom: 0.085em solid #5c5;
}
.dropdown .loggedout {
	border-bottom: 0.085em solid #555;
}
.dropcontent {
	display: none;
	position: absolute;
	font-family: _text, sans-serif;
	min-width: 5em;
	background: #f9f9f9;
	box-shadow: 0.25em 0.25em 0.75em black;
	box-shadow: 0.25em 0.25em 0.75em rgba(0,0,0,0.75);
	z-index:120;
}
.dropcontent.alignright {
	right: 0;
}
.dropcontent > a, .dropcontent > span, #nav ul li .dropcontent > a, #nav ul li .dropcontent > span {
	display: block;
	color: #000;
	background: #f9f9f9;
	padding: 0.5em 1em;
	text-decoration: none;
	white-space: nowrap;
}
.dropcontent > a:link, .dropcontent > a:visited, #nav ul li .dropcontent > a:link, #nav ul li .dropcontent > a:visited {
	color: #000;
	background: #f9f9f9;
	text-decoration: none;
}
.dropcontent > a:hover, .dropcontent > a:active, #nav ul li .dropcontent > a:hover, #nav ul li .dropcontent > a:active {
	color: #000;
	background: #d7d7d7;
	text-decoration: none;
}
.dropdown:hover .dropcontent, .dropdown:active .dropcontent {
	display: block;
}
.dropcontent > span.selected, #nav ul li .dropcontent > span.selected {
	font-weight: 600;
	color: #333;
	background: #eee;
}

.logo {
	width: 3em;
	height: auto;
	position: absolute; top: 0.5em; left: 0.5em; z-index: 110;
	border-radius: 0.1875em;
	box-shadow: 0.2em 0.2em 0.6em black;
	cursor: pointer;
}

#main {
	padding-top: 5em;
	padding-bottom: 4em;
}
#content {
	position: relative;
}

img.headline {
	width: 64em;
	max-width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	position: relative; top: -0.75em;
}

a .bigicon {
	display: inline-block;
	width: 25em; max-width: 100%; height: auto;
	background-image: url(images/dummy.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
}
a:hover .bigicon, a:active .bigicon {
	background-image: url(images/dummy.png);
}

a #icon-games {
	background-image: url(images/icon_games.png);
}
a:hover #icon-games, a:active #icon-games {
	background-image: url(images/icon_games_sel.png);
}
a #icon-riddle {
	background-image: url(images/icon_riddle.png);
}
a:hover #icon-riddle, a:active #icon-riddle {
	background-image: url(images/icon_riddle_sel.png);
}
a #icon-ontour {
	background-image: url(images/icon_ontour.png);
}
a:hover #icon-ontour, a:active #icon-ontour {
	background-image: url(images/icon_ontour_sel.png);
}
a #icon-mitspielen {
	background-image: url(images/icon_mitspielen.png);
}
a:hover #icon-mitspielen, a:active #icon-mitspielen {
	background-image: url(images/icon_mitspielen_sel.png);
}


.whitebox {
	display: inline-block;
	max-width: 86em;
	padding: 0.75em 1em;
	border-radius: 0.5em;
	background: #ddd;
	background: rgba(218,218,218,0.62);
	color: #000;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	box-shadow: 0.25em 0.25em 1.25em black;
	box-shadow: 0.25em 0.25em 1.25em rgba(0,0,0,0.75);
}

.blackbox {
	display: inline-block;
	max-width: 86em;
	padding: 0.75em 1em;
	border-radius: 0.5em;
	background: #333;
	background: rgba(0,0,0,0.68);
	color: #eee;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	box-shadow: 0.25em 0.25em 1.25em black;
	box-shadow: 0.25em 0.25em 1.25em rgba(0,0,0,0.75);
}

.yellowsheet {
	display: inline-block;
	font-size: 0.875em;
	line-height: 1.3572;
	max-width: 80em;
	border-radius: 0.5em;
	padding: 0.5em 1em;
	margin-left: 0.75em;
	margin-right: 0.75em;
	margin-bottom: 1em;
	background: #ff9;
	color: #000;
	box-shadow: 0.25em 0.25em 1.25em black;
	box-shadow: 0.25em 0.25em 1.25em rgba(0,0,0,0.75);
}


#footer {
	width: 100%;
	padding: 1em 2em;
	font-size: 0.875em;
	line-height: 1.286;
	text-align: center;
	background: #000;
	color: #fff;
	position: absolute; bottom: 0;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #fb0;
	text-decoration: none;
}

.row {
	width: 100%;
}

.col {
	width: 100%;
	overflow: hidden;
}

.col.last, .last {
	padding-right: 0;
}

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

a.pdf:before {
	font-family: _icon;
	content: "\f003\00a0";
}

.blackbox a:link, .blackbox a:visited {
	text-decoration: none;
	color: #f92;
}
.blackbox a:hover, .blackbox a:active {
	text-decoration: underline;
	color: #fff;
}

img.media-include {
	width: auto;
	max-width: 100%;
	height: auto;
}

/* Forms */

label {
	font-weight: 600;
	font-size: 0.875em;
	line-height: 1.3572;
	color: #000;
}
.blackbox label {
	color: #eee;
}
input[type=text], input[type=password], textarea, select {
	font-size: 0.875em;
	line-height: 1.3572;
}
input[type=text], input[type=password], textarea {
	border: 1px solid #ccc;
	padding: 0.25em 0.25em;
	background: #fff;
	background: rgba(255,255,255,0.85);
	border-radius: 0.25em;
}
input[type=checkbox] {
	position: relative; top: -0.085em;
}
.forminfo {
	font-size: 0.875em;
	line-height: 1.3572;
	color: #444;
	margin-bottom: 0.75em;
}
.blackbox .forminfo {
	color: #999;
}
.error {
	color: #e00;
}
.blackbox .error {
	color: #f63;
}
.success {
	color: #080;
}
.blackbox .success {
	color: #393;
}
button, input[type=submit], input[type=reset], input[type=button] {
	display: inline-block;
	background: #777;
	color: #fff;
	font-size: 1em;
	padding: 0.5em 1em;
	margin: 0.5em 0;
	border: none;
	border-radius: 0.25em;
	cursor: pointer;
}
button:disabled, input[type=submit]:disabled, input[type=reset]:disabled, input[type=button]:disabled,
button:disabled:hover, input[type=submit]:disabled:hover, input[type=reset]:disabled:hover, input[type=button]:disabled:hover {
	background: #777;
	color: #fff;
	opacity: 0.5;
	cursor: default;
}
button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
	background: #666;
	color: #fff;
}
button.green, input[type=submit].green, input[type=reset].green, input[type=button].green {
	background: #394;
	color: #fff;
}
button.green:hover, input[type=submit].green:hover, input[type=reset].green:hover, input[type=button].green:hover {
	background: #373;
	color: #fff;
}
button.blue, input[type=submit].blue, input[type=reset].blue, input[type=button].blue {
	background: #06c;
	color: #fff;
}
button.blue:hover, input[type=submit].blue:hover, input[type=reset].blue:hover, input[type=button].blue:hover {
	background: #05a;
	color: #fff;
}
button.red, input[type=submit].red, input[type=reset].red, input[type=button].red {
	background: #c03;
	color: #fff;
}
button.red:hover, input[type=submit].red:hover, input[type=reset].red:hover, input[type=button].red:hover {
	background: #a03;
	color: #fff;
}
.fullwidth {
	width: 100%;
}

/* MEDIAQUERIES */

.desk, .desk-block, .desk-inlineblock, .print {
	display: none;
}
.mobi, .mobi-block {
	display: block;
}
.mobi-inlineblock {
	display: inline-block;
}

@media screen and (min-width: 48em) {
	#nav ul li, #nav .iconmenu {
		display: inline-block;
		margin-bottom: 0;
	}
	#main {
		padding-top: 4em;
		padding-left: 9em;
		padding-bottom: 3em;
	}
	#main {
		width: 100%;
		max-width: 108em;
		margin: 0 auto;
	}
	.col {
		padding-right: 1em;
		float: left;
	}
	.col.last, .last {
		padding-right: 0;
	}
	.w1of5 {
		width: 20%;
	}
	.w3of5 {
		width: 60%;
	}
	.w4of5 {
		width: 80%;
	}
	.w1of4 {
		width: 25%;
	}
	.w3of4 {
		width: 75%;
	}
	.w1of3 {
		width: 33%;
	}
	.w2of3 {
		width: 67%;
	}
	.w1of2 {
		width: 50%;
	}
	.wgs1 {
		width: 38%;
	}
	.wgs2 {
		width: 62%;
	}
	
	.desk, .desk-block {
		display: block;
	}
	.desk-inlineblock, #nav ul {
		display: inline-block;
	}
	.mobi, .mobi-block, .mobi-inlineblock {
		display: none;
	}
	
	#nav {
		line-height: 1.375em;
	}
	.logo {
		width: 8em;
		height: auto;
		border-radius: 0.5em;
	}
	img.headline {
		background-position: 0% 50%;
		position: relative; top: -0.5em;
	}
}
@media screen and (min-width: 108em) {
	img.headline {
		background-position: 50% 50%;
		position: relative; top: -0.5em;
		display: block;
		margin: 0 auto;
	}
}
@media print {
	#nav, #footer, .screen, .dropdown {
		display: none;
	}
	.print {
		display: block;
	}
}