@charset "UTF-8";
/* CSS Document */

/* COLOURS

Violet:			#32286f
Gold Yellow:	#e5c024

*/


/* General */
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: "OpenSans", "Gill Sans", "Gill Sans MT", "Myriad Pro", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	line-height: 1.5;
	font-size: 17px;
	color: #101010;
	/*background: #fbfbfb;*/
	background: #32286f;
	padding: 0;
	margin: 0;
}
.container {
	max-width: 970px;
	padding: 20px 30px;
}
h1 {
font-family: "OpenSans" !important;
	color: #32286f;
	margin: 25px 0 17px 0;
	font-size: 33px;
	font-weight: 100 !important;
}
h2, h3, h4, h5, h6, h7 {
	color: #32286f;
	font-weight: 500 !important;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'OpenSans', sans-serif;
}
h2 {
	font-size: 160%;
	font-family: 'OpenSans', sans-serif;
}
h3 {
	font-size: 130%;
}
h4 {
	margin: 20px 0 2px 0;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
p {
	margin-bottom: 20px;
}
quote,
blockquote {
	color: #505050 !important;
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 100;
	border: 0;
}
quote::before,
blockquote::before,
quote:before,
blockquote:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 300%;
	color: #c0c0c0;
	margin-right: 20px;
	content: '\f10e';
	/*content: '\f101';*/
}
small, .small {
	font-size: 80%;
	margin-top: -20px !important;
}

/* Links */
a, a:link, a:visited, a:active {
	color: #202020 !important;
	text-decoration: underline;
	font-weight: 600 !important;
}
a:hover {
	color: #555 !important;
	text-decoration: underline;
	cursor: pointer !important;
}

#bottomline {
	height: 7px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1000;
	padding: 0;
	background: #e5c024;
}

#headline {
	color: #fff;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 100%;
	z-index: 999;
	height: auto;
	background: #fff;
}

:target:before {
	content: "";
	display: block;
	height: 0px;
	margin: -0px 0 10px 0;
}

.btn-primary {
	color: #333;
	background-color: #ccc;
	border-color: #bbb;
}
.btn-primary:hover {
	color: #fff;
	background-color: #444;
	border-color: #333;
}

a.btn-primary,
a.btn-primary:link,
a.btn-primary:active,
a.btn-primary:visited {
	color: #333 !important;
	text-decoration: none !important;
}
a.btn-primary:hover {
	color: #fff !important;
	text-decoration: none !important;
}
#logo {
	margin-top: 0px;
	width: 100%;
	max-width: 190px;
	height: auto;
}

.btn-header {
	color: #fff;
	background-color: #32286f;
	border-color: #32286f;
}
.btn-header:hover {
	color: #32286f;
	background-color: #e5c024;
	border-color: #e5c024;
}

a.btn-header,
a.btn-header:link,
a.btn-header:active,
a.btn-header:visited {
	color: #fff !important;
	text-decoration: none !important;
}
a.btn-header:hover {
	color: #32286f !important;
	text-decoration: none !important;
}

#navigationOuter {
	padding-top: 26px;
	padding-left: 0;
	text-align: right;
}
.headerLink,
a.headerLink,
a.headerLink:link,
a.headerLink:active,
a.headerLink:visited {
	color: #32286f !important;
	text-decoration: none;
	margin: -7px 0px 0px 5px;
	padding: 3px 1px;
	font-family: "OpenSans", sans-serif;
	font-weight: 400 !important;
	font-size: 17px;
	letter-spacing: -0.5px;
}
a.headerLink:hover {
	color: #101010 !important;
	text-decoration: none;
	cursor: pointer !important;
	border-bottom: 2px solid #101010;
}
#navigationOuter .active {
	border-bottom: 2px solid #e5c024;
	color: #000 !important;
}
#mobileNavButton {
	position: fixed;
	right: 20px;
	top: 0px;
	padding-top: 10px;
	background: #fff;
	z-index: 9999991;
} 

#navigationMobileList {
	display: inline-block;
	margin: auto !important;
	text-align: center;
	color: #361a6e !important;
	padding-top: 20px;
}

.headerLinkMobile,
a.headerLinkMobile,
a.headerLinkMobile:link,
a.headerLinkMobile:active,
a.headerLinkMobile:visited {
	color: #361a6e !important;
	text-decoration: none;
	margin: -7px 3px 30px 3px;
	padding: 3px 20px;
	font-family: 'OpenSans', sans-serif;
	font-weight: 300 !important;
	font-size: 29px;
	line-height: 210%;
}
a.headerLinkMobile:hover {
	color: #101010 !important;
	text-decoration: none;
	cursor: pointer !important;
}
.headerLinkMobile i {
	width: 40px;
}
#mobileNav {
	position: fixed;
	overflow-y: auto;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999999;
	color: #361a6e;
	font-size: 200%;
	padding-bottom: 200px;
	padding-top: 50px;
}
#mobileNav h3 {
	font-size: 25px;
}
.mobileNavLink {
	width: 100%;
	Text-align: center;
	font-size: 25px;
}
.mobileNavLink a,
.mobileNavLink a:link,
.mobileNavLink a:active,
.mobileNavLink a:visited {
	color: #361a6e;
	text-decoration: none;
	font-weight: bold;
}
.mobileNavLink a:hover {
	color: #d4af37;
	text-decoration: none;
	font-weight: bold;
}

#contentOuter {
	padding: 0;
	margin-top: 0px;
}

#headerImgOuter {
	padding: 0px;
	position: relative;
}
#headerImg,
#headerImgLarge,
#headerImgMobile {
	width: 100% !important;
	max-width: 100%;
	height: auto;
}
#banner-text {
	position: absolute;
	top: 75%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-family: 'Baskervville', sans-serif;
	font-weight: 400;
	line-height: 1.0 !important;
	color: #fff;
	width: 100%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
#banner-text .headline {
	color: #fff;
	margin: 15px 0 !important;
	font-size: 35px;
	font-family: 'Baskervville', sans-serif;
	font-weight: 700;
	margin-bottom: -7px;
	width: 100%;
}

.content {
	background: #fff;
	padding-top: 5px;
	padding-bottom: 35px;
}
.content img {
	max-width: 100%;
	height: auto;
}

.btn-content {
	color: #fff !important;
	background-color: #aa1f73;
	border-color: #aa1f73;
	width: 100%;
	margin-bottom: 20px;
	font-size: 180%;
}
.btn-content:hover {
	color: #aa1f73;
	background-color: #999;
	border-color: #888;
}
a.btn-content,
a.btn-content:link,
a.btn-content:active,
a.btn-content:visited {
	color: #fff !important;
	text-decoration: none !important;
}
a.btn-content:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.kontaktBox {
	font-size: 125% !important;
}
.wideBox {
	width: 100%;
	font-weight: 500;
}
.wideBoxGold {
	background: #e5c024;
	color: #32286f;
}
.wideBoxGold a,
.wideBoxGold a:link,
.wideBoxGold a:visited,
.wideBoxGold a:active {
	color: #32286f !important;
}
.wideBoxGold a {
	color: #303030 !important;
}
.wideBoxGold h2 {
	color: #32286f;
	font-weight: 700 !important;
}
.wideBoxPurple {
	background: #32286f;
	color: #fff;
}

.awesomePoints {
	font-size: 130%;
	/*line-height: 2.0;*/
}
.awesomePointsSub {
	font-weight: 300 !important;
	display: block;
	margin-left: 34px;
	margin-top: -7px;
}
.awesomePoints i {
	width: 20px;
	text-align: center;
	margin-right: 8px;
}

.promoBox {
	background-color: #e5c024;
	background-position: center center;
	background-size: cover;
}
.promoBox h2 {
	color: #32286f;
	font-weight: 700 !important;
}
.promoBox a,
.promoBox a:link,
.promoBox a:visited,
.promoBox a:active {
	color: #32286f;
}
.promoBox a:hover {
	color: #303030;
}
.promoBoxBackground {
	color: #fff;
}
.promoBoxBackground h2 {
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 250%;
	text-shadow: 1px 1px 4px #000;
}
.promoBoxBackground h3 {
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 150%;
	text-shadow: 1px 1px 4px #000;
}
.promoBoxBackground a,
.promoBoxBackground a:link,
.promoBoxBackground a:visited,
.promoBoxBackground a:active {
	color: #fff !important;
}
.promoBoxBackground a:hover {
	color: #dfdfdf !important;
}


#webIFrame01 {
	border: 0;
}

.error {
	color: #fff;
	background: #b91a0a;
	padding: 3px 5px;
	margin: 10px 0 3px 0;
}

.cookieconsent {
	background: #111 !important;
	border: 1px solid #c0c0c0 !important;
	color: #c0c0c0 !important;
	bottom: 0 !important;
	margin: 0 !important;
	font-size: 13px;
	line-height: 16px;
}
.cookieconsent p {
	line-height: 18px !important;
}
.cookieconsent a,
.cookieconsent a:link {
	color: #c0c0c0 !important;
}
.cookieconsent button {
	background: #fff !important;
	color: #000 !important;
	margin-top: 10px;
	font-size: 14px;
}





/* FOOTER */
.footer {
	margin-top: 35px;
	font-size: 67%;
	color: #fff;
}
.footer .container {
	/*margin: auto;*/
}

.footer h2 {
	margin: 0 0 20px 0;
	color: #e5c024;
	font-size: 200%;
	font-weight: 100;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active {
	text-decoration: none;
	color: #fff !important;
	font-weight: 300 !important;
}
.footer a:hover {
	text-decoration: none;
	color: #dfdfdf !important;
}


.footerKontakt {
	margin-top: 35px;
}
.footerKontakt h2 {
	margin: 0 0 20px 0;
	color: #e5c024;
	font-size: 170%;
	font-weight: 100;
}
.btn-footer {
	font-family: "OpenSansCondensed", sans-serif;
	color: #101010 !important;
	background-color: #e5c024;
	border-color: #e5c024;
	display: block;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	width: 240px;
	margin-bottom: 20px;
	font-size: 140%;
}
.btn-footer:hover {
	color: #fff;
	background-color: #cd9f12;
	border-color: #cd9f12;
}
a.btn-footer,
a.btn-footer:link,
a.btn-footer:active,
a.btn-footer:visited {
	color: #fff !important;
	text-decoration: none !important;
}
a.btn-footer:hover {
	color: #fff !important;
	text-decoration: none !important;
}


/* IMPRESSUM */

.impressum .btn-info {
	background: #404040 !important;
	border: 0;
	color: #fff;
}




/* Different & Standards & Overwrite ### */

/* Media Queries & Overwrite */


@media (min-width: 375px) {
	
}

/* XS */
@media (max-width: 575px) {
	.text-xs-left { text-align: left; }
	.text-xs-right { text-align: right; }
	.text-xs-center { text-align: center; }
	.text-xs-justify { text-align: justify; }
}

/* XXS Hack */
@media (max-width: 500px) {
	.shown-xxs { display: block !important; }
	.hidden-xxs { display: none !important; }
}
@media only screen 
and (max-width: 575px)
and (orientation : landscape) {
	
}

/* SM */
@media (min-width: 576px) {
	body { font-size: 15px; }
	.text-sm-left { text-align: left; }
	.text-sm-center { text-align: center; }
	.text-sm-left { text-align: right; }
	address { font-size: 120%; }
	address a.btn { min-width: 155px !important; }
	#banner-text {
		top: 70%;
		font-size: 23px;
		font-weight: 300;
	}
	#banner-text .headline {
		font-size: 40px;
		font-weight: 400;
	}
	.promoBoxBackground h2 { font-size: 300%; }
	.btn-footer { font-family: "OpenSans", sans-serif; }
	:target:before {
		content: "";
		display: block;
		height: 0px;
		margin: -0px 0 10px 0;
	}
}

/* MD */
@media (min-width: 768px) {
	body { font-size: 15px; font-weight: 200; line-height: 1.7; }
	.text-md-left { text-align: left; }
	.text-md-center { text-align: center; }
	.text-md-left { text-align: right; }
	address { font-size: 100%; }
	address a.btn { min-width: 135px !important; }
	#logo { margin-top: 0px; max-width: 153px; }
	#navigationOuter { padding-top: 36px; }
	#headline {
		position: fixed;
		left: 0;
		top: 0;
	}
	#contentOuter { margin-top: 102px; }
	#banner-text {
		top: 75%;
		left: 50%;
		font-size: 28px;
	}
	#banner-text .headline {
		font-size: 55px;
	}
	.awesomePoints {
		font-size: 115%;
	}
	:target:before {
		content: "";
		display: block;
		height: 100px;
		margin: -100px 0 0;
	}
}


/* LG */
@media (min-width: 992px) {
	.text-lg-left { text-align: left; }
	.text-lg-center { text-align: center; }
	.text-lg-left { text-align: right; }
	#logo { max-width: 180px; }
	#navigationOuter { padding-top: 45px; }
	#banner-text {
		top: 75%;
		left: 50%;
		font-size: 40px;
	}
	#banner-text .headline {
		font-size: 70px;
	}
	.awesomePoints {
		font-size: 140%;
	}
}

/* XL */
@media (min-width: 1200px) {
	.text-xl-left { text-align: left; }
	.text-xl-center { text-align: center; }
	.text-xl-left { text-align: right; }
}

/* XXL */
@media (min-width: 1400px) {
	.text-xxl-left { text-align: left; }
	.text-xxl-center { text-align: center; }
	.text-xxl-left { text-align: right; }
}