/* Browser reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, 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,section {
    display:block;
}
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

hr {
	border: 0;
	border-top: 1px solid #333;
	height: 0;
	margin-bottom: 20px;
}

em {
	font-weight: bold;
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* General */
html, body {
	min-height: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	font-size: 1em;
	line-height: 1.3em;
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
	color: rgba(255, 255, 255, 1);
}

a {
	text-decoration: none;
	color: rgba(255,255,255,1);
	-moz-transition: color .2s ease;
	-o-transition: color .2s ease;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

a:hover {
	color: #fff;
}

ul {
	list-style: inside square;
}

h1, h2, h3, p, ul {
	margin: 0 0 20px;
}

h1, h2, h3 {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1.5px;
	font-weight: 700;
	line-height: 1em;
	color: #fff;
}


@import url(https://fonts.googleapis.com/css?family=Pacifico);

h1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 32px;
	padding-top: 20px;
	margin-bottom: 1em;
	margin-top: 1em;
}

h2 { 
	font-size: 18px;
}

h3 {
	font-size: 16px; 
}
h5 {
	color: #fff;
	font-weight: bold !important;
}

.incontentheader2 {
	display: block;
	background: rgba(250,250,250,1);
	padding: 1em;
	padding-left: 2em;
	transform: rotate(-2deg);
	margin-left: -3em;
	margin-top: -3em;
	width:200%;
	box-shadow: inset 1em 2.5em 1em rgba(0,0,0,0.5);
	background: -moz-linear-gradient(top, rgba(54,9,109,0) 0%, rgba(54,9,109,0.8) 15%, rgba(54,9,109,1) 19%, rgba(54,9,109,1) 20%, rgba(78,18,183,1) 50%, rgba(54,9,109,1) 80%, rgba(54,9,109,1) 81%, rgba(54,9,109,0.8) 85%, rgba(54,9,109,0) 100%);
	background: -webkit-linear-gradient(top, rgba(54,9,109,0) 0%,rgba(54,9,109,0.8) 15%,rgba(54,9,109,1) 19%,rgba(54,9,109,1) 20%,rgba(78,18,183,1) 50%,rgba(54,9,109,1) 80%,rgba(54,9,109,1) 81%,rgba(54,9,109,0.8) 85%,rgba(54,9,109,0) 100%);
	background: linear-gradient(to bottom, rgba(54,9,109,0) 0%,rgba(54,9,109,0.8) 15%,rgba(54,9,109,1) 19%,rgba(54,9,109,1) 20%,rgba(78,18,183,1) 50%,rgba(54,9,109,1) 80%,rgba(54,9,109,1) 81%,rgba(54,9,109,0.8) 85%,rgba(54,9,109,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0036096d', endColorstr='#0036096d',GradientType=0 );
}
.incontentheader * {
	text-shadow: 1px 1px 1px #000;
}

.wrapper h5 {
	margin-bottom: 1em;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 1.5px;
	font-weight: 100;
	font-size: 1.4em;
}

.wrapper p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
	font-size: 1em;
	letter-spacing: 0.5px;
	line-height:1.3;
	margin-bottom: 2em;
}
.wrapper div.p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
	font-size: 1em;
	letter-spacing: 0.5px;
	line-height:1.3;
	margin-bottom: 2em;
}

.left {
	float: left;
	padding-right: 40px;
	min-width: 90px;
}

.clear {
	clear: both;
}

#bs0 {
	z-index: 0 !important;
}

.backslider_option {
	list-style: inside disc;
}

.backslider_option .active {
	list-style-type: circle;
}

.backslider_option .active a {
	font-weight: bold;
}

.hint {
	position: fixed;
	left: 15px;
	bottom: 40px;
}

.wrapper {
	position: absolute;
	top: 100px;
	right: 24px;
	margin: 0 0;
	padding: 0 40px;
	width: 600px;
	background: #222;
	background: rgba(0,0,0,0.7);
	z-index: 1;
	overflow: hidden;
	border-radius: 2em 0 0 0;
	box-shadow: 0 0 2px rgba(255,255,255,0.45);
}

.footer {
	font-size: 10px;
	text-align: left;
	padding: 5px 0;
}

.footer a {
	float: right;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #222;
}

.footer .buy {
	text-decoration: underline;
}

.footer a:last-child {
	border-left: 0;
}



.row {
	display: inline-table;
	width: 100%;
	margin-bottom: 2px;
	margin-left: 0;
}
.row:after {
	clear: both;
}

.row .cell {
	display: inline-block;
	vertical-align: middle !important;
	float: left;
}
.row .cell-1 {
	width: 10%;
}
.row .cell-2 {
	width: 20%;
}
.row .cell-3 {
	width: 30%;
}
.row .cell-4 {
	width: 40%;
}
.row .cell-5 {
	width: 50%;
}
.row .cell-6 {
	width: 60%;
}
.row .cell-7 {
	width: 70%;
}
.row .cell-8 {
	width: 80%;
}
.row .cell-9 {
	width: 90%;
}
.row .cell-10 {
	width: 100%;
}

textarea, input {
	outline: 0;
	border:none;
	box-shadow:none;
}

.mform input {
	padding: 6px;
	border: 1px solid #000;
	border-radius: 4px;
	width: 100%;
	display: block;
	color: #000;
}
.mform textarea {
	padding: 6px;
	border: 1px solid #000;
	border-radius: 4px;
	width: 100%;
	display: block;
	resize: vertical;
	min-height: 150px;
	color: #000;
}
.mform button {
	padding: 6px;
	border: 1px solid #3f903f;
	border-radius: 4px;
	background: #3f903f;
}


#scrollbar { width: 50%; height: 80%; overflow-y: auto; overflow-x: hidden; }

#scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
 
#scrollbar::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,0.2);
    box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}
 
#scrollbar::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.8);
    border-radius: 5px;
}

#scrollbar::-webkit-scrollbar-corner {
}


.clear-both { clear: both; }

.float-right { float: right; }

.margin-left-1em { margin-left: 1em; }
.margin-left-2em { margin-left: 4em; }
.margin-bottom-1em { margin-bottom: 1em; }
.margin-bottom-2em { margin-bottom: 4em; }

.border-radius-12px { border-radius: 12px; }

.unterschrift {
	position: absolute;
	bottom: 5%;
	left: 5%;
	opacity: 0.8;
	display: none !important;
}


.width-auto {
	min-width: 1px;
	width: auto;
}

.height-auto {
	min-height: 1px;
	height: auto;
}

.width-1px { width: 1px; }
.height-1px { height: 1px; }


ul.evenflow {
	margin-top: 1em;
	margin-left: -10px;
}

div.galleryimage {
	width: 100%;
	height: 150px;
	background-size: cover;
}

header {
	z-index: 9999999 !important;
}


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

	.wrapper {
		left: 24px !important;
		right: 24px !important;
		bottom: 24px !important;
		width: auto !important;
		height: auto !important;
	}

	.unterschrift { display: none; }

	.hnav a {
		font-size: 1em !important;
	}

	.bs-timer { display: none; }

}

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

	.hnav a {
		font-size: 0.8em !important;
	}

}




.min-width-200px { min-width: 200px; }
.min-width-250px { min-width: 250px; }
.min-width-300px { min-width: 300px; }





@import url(http://fonts.googleapis.com/css?family=Gentium+Basic:400,700|Yanone+Kaffeesatz);

#container {
	height: 100%;
}

#fdw {
	z-index: 999999 !important;
	text-align: right;
	padding-right: 1.5em !important;
	margin-top: -12px;
}

#fdw nav select {
	display:none;
}
#fdw nav ul {
	display:block;
	z-index: 999999 !important;
}
#fdw nav ul li {
	display:inline-block;
	padding:50px 3px 30px;
	margin-left:30px;
	position:relative;
}
#fdw nav ul li a:link, #fdw nav ul li a:visited {
	color: #fff;
	font:normal 16px 'Yanone Kaffeesatz', sans-serif;
	text-transform:uppercase;
	display:inline-block;
	position:relative;
}
#fdw nav ul li a:hover, #fdw nav ul li a:active {
	color: #fff;
	text-decoration:none;
}
#fdw nav ul li span {
	position:absolute;
	right:-12px;
	bottom:6px;
	width:7px;
	height:8px;
	margin:0 0 0 3px;
	float:right;
	display:block;
	background:url('/images/nav_arrow.png') no-repeat left -8px;
	font:0/0 a;
}
#fdw nav ul li.current {
	border-bottom:2px solid transparent;
}
#fdw nav ul li.current a {
	color:#fff;
	cursor: default;
}
#fdw nav ul li.current a span {
	background:url('/images/nav_arrow.png') no-repeat left 0;
}
#fdw nav ul li.current ul li a {
	cursor:pointer;
}

/*===== sub_menu Style =======*/
#fdw nav ul li ul.sub_menu {
	position:absolute;
	top:90px;
	left:0;
	margin:0;
	padding:0;
	background: rgba(0,0,0,0.95);
	border:1px solid #000;
	border-top:5px solid #000;
	display:none;
	-moz-box-shadow: 0px 6px 7px rgba(18, 16, 18, 0.5);
	-webkit-box-shadow: 0px 6px 7px rgba(18, 16, 18, 0.5);
	box-shadow: 0px 6px 7px rgba(18, 16, 18, 0.5);
	z-index: 999999 !important;
}
#fdw nav ul li ul.sub_menu li.arrow_top {
	position:absolute;
	top:-12px;
	left:12px;
	width:13px;
	height:8px;
	display:block;
	border:none;
	background:url('/images/arrow_top.png') no-repeat left top;
}
#fdw nav ul li ul.sub_menu li {
	float:none;
	margin:0;
	padding:0;
	width: 100% !important;
}
#fdw nav ul li ul.sub_menu li a {
	white-space: nowrap;
	width: 100% !important;
	display: block;
	padding:12px;
	font:13px Arial, tahoma, sans-serif;
	text-align: left;
	color:#fff;
}
#fdw nav ul li ul.sub_menu li a:hover {
	color:#fff;
}
#fdw nav ul li ul.sub_menu li a.subCurrent {
	color:#fff;
	cursor:default;
}
#fdw nav ul li ul.sub_menu li a.subCurrent:hover {
	background:none;
}
/*===================== end Header style ======================*/


div.nav2 {
	position: absolute;
	top: 75px;
	right: 0;
	font-size: 0.8em;
}
div.nav2 ul {
	list-style: none;
}
div.nav2 ul li {
	float:left;
	margin-right: 28px;
	color: #fff;
}
div.nav2 ul li small {
	font-size: 0.6em;
}

.showallno {
	display: none;
	width: inherit;
}


@media only screen and (max-width: 1000px) {
	#fdw nav ul li a:link, #fdw nav ul li a:visited {
		font:normal 12px 'Yanone Kaffeesatz', sans-serif;
	}
	#fdw nav ul li ul.sub_menu li a {
		font-size: 12px;
	}
	.incontentheader p {
		font-size: 12px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* nav */
	#fdw nav ul li{
		margin-left:12px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

	/* nav menu ul & select */
	#fdw nav ul {
		display:none;
	}
	#fdw nav select {
		display:block;
		position: absolute;
		top: 32px;
		left: 24px;
		right: 24px;
		cursor:pointer;
		padding:6px;
		background:#f9f9f9;
		border:1px solid #e3e3e3;
		color:#fff;
	}
}


nav select { color: #000 !important; }

.lastf5 {
	font-size: 0.95em !important;
	font-style: italic !important;
	color: rgba(255,255,255,0.65);
	font-weight:normal !important;
	margin-bottom: 1.5em !important;
}
