@CHARSET "UTF-8";
@import "style-w3norm.css";
@import "style-fontface.css";

/*allgemeine Formate
---------------------------------------------*/
* {
	box-sizing: border-box;
}

body {
	font-family: "Open Sans", arial;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	color: #113452;
	background-color: #ededed;
}

h1.pgheader {
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 35px;
	text-transform: normal;
	font-weight: bold;
	color: #113452;

}

h1 {
	font-size: 30px;
}
h1.onpagesection {
	display: none;
}

h2 {
	padding-top: 20px;
	font-size: 25px;
	line-height: 1.0;
	font-weight: bold;
}

h3 {
	padding-top: 13px;
	font-size: 22px;
	line-height: 1.0;
	font-weight: bold;
}

h2, h3 {
	clear: both;
}



strong {
	font-style: italic;
	font-weight: 600;
}

a {
}

ol li {
	padding-left: 5px;
}

a {
	color: white;
	text-decoration: none;
	text-decoration: underline;
}

a:HOVER {
	text-decoration: underline;
}

/* Img, Imgcaption & float */
img {
	max-width: 100%;
	height: auto !important;
}

figure {
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.05);
	padding: 10px;
	margin: 0px 0px;
	display: inline-block;
	max-width: 95%;
}

figure>figcaption {
	text-align: center;
	display: block; /* For IE8 */
}

a>img {
	padding: 1px;
	border: none;
	/* outline: 1px solid #0782C1; */
}

img.mwinopen:HOVER, a:HOVER>img {
	opacity: 0.4;
}

.align-left {
	float: left;
	margin-left: 0px;
	margin-right: 20px;
	margin-top: 3px;
	margin-bottom: 15px;
}

.align-right {
	float: right;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 3px;
	margin-bottom: 15px;
}

.align-center {
	text-align: center;
	margin-top: 3px;
	margin-bottom: 15px;
}

#onepagetitle h1 {
	color: green;
}

.hidehead {
	cursor: pointer;
	font-style: italic;
	clear: both;
}

.hidehead:after {
	content: "\f0d7";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: 15px;
}

.hidehead.hideon {
	font-style: normal;
}

.hidehead.hideon:after {
	content: "\f0da";
}

.hidewrap {
	color: blue;
}

/* Input, form, button*/
input:not ([type] ), input[type="email" i], input[type="number" i],
	input[type="password" i], input[type="tel" i], input[type="url" i],
	input[type="text" i] {
	padding: 1px 0px;
}

input, textarea, keygen, select, button {
	text-rendering: auto;
	text-indent: 0px;
	display: inline-block;
	text-align: start;
	padding: 3px;
	margin: 0em 0em 0em 0em;
	margin-bottom: 18px;
	font: 14px Verdana;
	border: 1px solid lightgray;
	line-height: 1.5;
}

input:HOVER, textarea:hover, select:HOVER {
	border-color: #076667;
}

input[type=checkbox] {
	margin-right: 10px;
}

button {
	padding: 3px;
	padding-left: 10px;
	padding-right: 15px;
	border: none;
}

button:HOVER {
	background-color: #076667;
	color: white;
}

button:HOVER, .mwinbtn:HOVER, .btn:HOVER {
	cursor: pointer;
}

input:invalid, textarea:invalid {
	/* background-color: red; */
	
}

input.err, textarea.err, selectbox.err {
	background-color: #EFD1D1;
}

/* Tabelle */
table {
	
}

td, th {
	padding: 5px;
	vertical-align: top;
}

/* flexbox & box design */
.fc div {
	color: white;
	padding: 10px 40px 10px 50px;
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
}

.f1 {
	border-top: 15px solid #999999;
	background-color: #999999;
}

.f2 {
	border-top: 15px solid #CC3433;
	background-color: #666666;
}

.f3 {
	background-image: url("bgimg.jpg");
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: -150px -250px;
	min-height: 220px;
}

.f4 {
	border-top: 15px solid #CC3433;
	background-color: #666666;
	font-size: 29px;
}

#content .f4 p:FIRST-OF-TYPE::FIRST-LETTER {
	font-size: inherit;
	font-weight: inherit;
}

.fc .cols {
	padding: 0px;
	columns: 200px 2;
}

.fc .cols p:FIRST-OF-TYPE {
	margin-top: 0px;
}

.fc .cols h3:FIRST-OF-TYPE {
	margin-top: 0px;
}

#navigation {
	text-align: right;
}
#navigation a {
	text-decoration: none;
}

#navigation a::after {
	font-family: FontAwesome; 
	font-weight: 400; 
	content: "\f35b";
	margin-left: 10px;
	text-decoration: none;
	font-size: 150%;
}



/* Utilities
---------------------*/
.clear {
	clear: both;
}

.clearafter+p, .clearafter+h2, .clearafter+h3, .clearafter+h4,
	.clearafter+ul, .clearafter+ol, .clearafter+div {
	clear: both;
}

/* mwin, modale Fenster & Galery
---------------------------------*/
#mwinwrapper {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#mwinlock {
	background-color: gray;
	opacity: 0.6;
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 1001;
}

#mwin {
	border: none;
	background-color: white;
	opacity: 1.0;
	padding: 20px;
	box-shadow: 0px 0px 30px black;
	max-width: 800px;
	margin: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 50px;
	z-index: 1002;
}

.albumwrapper img {
	line-height: 100%;
}

.albumwrapper img {
	height: 100px !important;
	display: block;
	float: left;
	margin: 2px;
}

.mwgael img {
	/* max-height: 300px; */
	
}

.mwga {
	position: relative;
}

.mwga_btn {
	font-size: 50px;
	margin-right: 10px;
	color: black;
}

.mwga_btnwrap {
	display: none;
	background-color: white;
	padding: 5px;
	border-radius: 20px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.mwga:HOVER .mwga_btnwrap {
	display: block;
}

#mwincontent {
	width: 100%;
	margin-top: 30px;
}

button.mwinclose {
	color: black;
	background-color: transparent;
	font-size: 25px;
	position: absolute;
	z-index: 1005;
	right: 0px;
	top: 0px;
}

/* Spezialformate, QuellcodeEdit erforderlich
---------------------------------------------------*/
ul.ok, ul.ko {
	padding-left: 22px;
	list-style-type: none;
}

ul.ok li, ul.ko li {
	padding-left: 30px;
}

ul.ok li, ul.ko li.ok {
	background: url('/theme/flixpage/flix_ok.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

ul.ko li, ul.ok li.ko {
	background: url('/theme/flixpage/flix_ko.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}

a.button {
	display: inline-block;
	font-size: 22px;
	font-style: normal;
	text-decoration: none;
	padding: 10px;
	padding-left: 18px;
	padding-right: 18px;
	background-color: #086668;
	color: white;
}

a.button:HOVER {
	background-color: #1F9F9F;
}

p.hi {
	color: #086668;
}

#footer .hi {
	font-size: 26px;
	color: #086668;
	font-style: normal;
	margin-top: 8px;
	display: inline-block;
}

div.feedback {
	background-color: #DBDBDB;
	color: #086668;
	font-size: 15px;
	font-style: italic;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 5px;
}

.right {
	display: block;
	text-align: right;
	padding-right: 30px;
	font-style: normal;
	font-size: smaller;
}

div.mystage {
	border: solid 1px #ccc;
	border-radis: 2px;
	background-color: rgba(0, 0, 0, 0.05);
	padding: 10px;
}

#content p:FIRST-OF-TYPE::FIRST-LETTER {
	font-size: xx-large;
	font-weight: bold;
}

/*Hauptcontainer 
---------------------------**/
#page {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px;
	background-color: white;
	overflow: none;
}

#down {
	display: block;	
	position: fixed;
	top: -2vw;
	right: 1vw;
	z-index: 100;
	color: #666666;
	font-size: 10vw;
	padding: 5px;
}
#top {
	background-color: white;
	max-width: 1100px;
}

#logo {
	max-width: 90%;
}
#slogan {
	position: relative;
	top: -3vw;
	color: black;
	font-size: 4vw;
	font-weight: 400;
}


#banner {
	display: inherit;
}

#head {
	position: relative;
	text-align: center;
}

#headimg {
	line-height: 0px;
}

#menubtn {
	display: block;
	font-size: 27px;
	cursor: pointer;
	background-color: transparent;
	color: black;
	position: relative;
	height: 60px;
	padding: 15px;
	text-align: right;
}

#menubtn.on {
	/* color: red; */
	
}
#upbtn {
	display: inline-block;
	position: fixed;
	right: 25px;
	bottom: 25px;
	color: black;
	text-align: right;
	padding: 2px 10px 7px 10px;
	font-size: 22px;
	background-color: rgba(204, 52, 51, 0.5);
}

#navi {
	display: none;	
	font-family: open sans;
	position: absolute;
	right: 0px;
	min-width: 300px;
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 20px;
	background-color: black;
	z-index: 1000;
	border-top: 2px white solid;
}

#navi.on {
	display: block;
}

#navi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navi li {
	display: block;
	line-height: 50px;
}

#navi li {
	font-weight: bold;
	text-decoration: none;
}

#navi li ul li a {
	padding-left: 60px;
}

#navi a {
	text-decoration: none;
	padding-left: 30px;
	color: white;
	display: inline-block;
	width: 100%;
}

#navi a:hover, #navi a.active {
	background-color: #CC3433;
	color: white;
	text-decoration: none;
}

/** content, sidebar **/
#main {
	background-color: white;
}

#content {
	background-color: white;
	margin: 0px;
}

/** Footer & credits **/
#footer {
	background-color: #CC3433;
	color: white;
	height: auto;
	margin-top: 20px;
	font-size: 18px;
}

#footer h3 {
	font-size: 22px;
	text-transform: uppercase;
}

#footer .box {
	background-color: #CC3433;
}



/** mehr **/
#msgcont {
	background-color: white;
	width: 400px;
	padding: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
}

/** Sonderformate **/
blockquote {
	color: gray;
	border-left-style: solid;
	border-left-width: 3px;
	border-left-color: darkgray;
	margin-left: 10px;
	padding-left: 10px;
}

/* Plugins
----------------------------------*/

/* contactform */
#cfwrap label, #cfwrap span {
	display: inline-block;
	width: 80%;
}

#cfwrap input[type=text], #cftext {
	width: 80%;
}

#cfwrap.cfinfo.ok p::after {
	content: '. Wir melden uns bald möglichst.';
}

.required:after {
	content: ' *';
}

#cfwrap.ok {
	background-color: lightgray;
	padding: 5px 15px 5px;
}

#cfwrap.ko {
	background-color: lightgray;
	padding: 5px 15px 5px;
	color: #993399;
}

#cfwrap span {
	display: inline;
}

#cfcountry, label[for="cfcountry"] {
	display: none !important;
}

/* accordion */
.accordion-wrp {
	width: 100%;
	padding: 0 !important;
}
.accordion {
	margin: 0;
	padding: 0 !important;
	display: block;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	border: none;
	cursor: pointer;
	clear: both;
}
.accordion:HOVER, .accordion.show {
	/*background-color: inherit; */
	/* color: #de6a1c; */
}
.accordion+div.wri {
	display: none;
}
.accordion:after {
	content: "\f0da";
	font-family: "FontAwesome"; 
	font-weight: 900;
	font-style: normal;	
	display: inline-block;
	margin-left: 15px;
}
.accordion.show:after {
	content: "\f0d7";
}
.accordion.show+div.wri {
	display: block;
	box-sizing: border-box;
	width: 100% !important;		
	border: none;
	padding: 0;
}
.accordion.show+div.wri hr {
	color: white;
}



@media only screen and (min-width: 800px) {
	body {
		font-size: 20px;
	}
	h1 {
		font-size: 53px;
	}
	h2 {
		font-size: 44px;
	}
	h3 {
		font-size: 35px;
	}
	#page {
		
	}
	#banner {
		display: block;
	}
	#upbtn {
		right: 30px;
		bottom: 30px;
		padding: 7px 17px 12px 17px;
		font-size: 30px;
	}

	 

	/* Galery */
	.mwgael img {
		/* max-height: 350px; */
		
	}

	/* mwin */
	#mwin {
		/* margin-left: 15%; */
		
	}

	/* Galery */
	.mwgael img {
		/* max-height: 450%; */
		
	}

	/* boxdesign & more*/
	.fc {
		display: flex;
		align-items: stretch;
		background-color: white;
		width: 100%;
	}
	.fc div {
		margin-right: 20px;
		padding: 40px 50px 40px 75px;
	}
	.fc div:LAST-CHILD {
		margin-right: 0px;
	}
	.fc div:NTH-CHILD(2).f3 {
		background-attachment: local;
		background-position: -150px -50px;
	}
	.f3 {
		min-height: 350px;
		background-position: initial;
	}
	.f4 {
		font-size: 40px;
	}
	#slogan {
		font-size: 30px;
		top: -28px;
	}	
}

@media only screen and (min-width: 1100px) {
	#down {
		position: absolute;
		font-size: 110px;
		top: -25px;
		left: 950px;
	}
	#logo {
		max-width: 80%;
	}

}

@media only screen and (min-width: 1500px) {
	#upbtn {
		right: 5vw;
	}	
}
@media only screen and (min-width: 2000px) {
	#upbtn {
		right: 20vw;
	}	
}



@media print {
	body, #page, #main, #content {
		background-color: white;
	}
	#content {
		float: none;
		width: 100%;
	}
	#sidebar, #navi, #upbtn, .f3 {
		display: none;
	}
	.f2, .f4 {
		border:none;
	}
	#foot, #credits {
		display: none;
	}
	#page {
		
	}
	#menubtn, .box.bgimg {
		display: none;
	}
	#banner {
		display: none;
	}
	#logo {
		display: block;
	}
	footer, #footer, #footer2, #footer3 {
		
	}
}