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

/* COLOURS

VIOLET:			#5e3287

*/


/* 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: 400;
	line-height: 1.5;
	font-size: 16px;
	color: #1A1A1A;
	background: #000000;
	/*background: radial-gradient(50% 50%, ellipse cover, #6f4e9b, #5e3287); /* Standard syntax */
	/*background: -o-radial-gradient(50% 50%, ellipse cover, #6f4e9b, #5e3287); /* For Opera 11.6 to 12.0 */
	/*background: -moz-radial-gradient(50% 50%, ellipse cover, #6f4e9b, #5e3287); /* For Firefox 3.6 to 15 */
	/*background: -webkit-radial-gradient(50% 50%, ellipse cover, #6f4e9b, #5e3287); /* Safari 5.1 to 6.0 */
	/*background-repeat: no-repeat;
	background-attachment: fixed;*/
}
.container {
	max-width: 970px;
	padding: 20px 30px;
}
h1 {
	color: #505050;
	margin: 15px 0;
	font-size: 200%;
}
h2, h3, h4, h5, h6, h7 {
	color: #49626b;
	font-weight: 700 !important;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 100;
}
h2 {
	font-size: 170%;
}
h3 {
	font-size: 140%;
}
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';*/
}

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

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

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

#signet {
	width: 30px;
	height: auto;
}

#titleMobile {
	text-align: left;
	margin-top: 3px;
}
a#titleMobileLink,
a#titleMobileLink:link,
a#titleMobileLink:visited,
a#titleMobileLink:active {
	color: #fff !important;
	text-decoration: none;
	font-family: "OpenSans", sans-serif;
	font-weight: 900 !important;
}
a#titleMobileLink:hover {
	color: #c0c0c0 !important;
}
.titleLight {
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 100 !important;
}


.headerLink,
a.headerLink,
a.headerLink:link,
a.headerLink:active,
a.headerLink:visited {
	color: #fff !important;
	text-decoration: none;
	margin: -7px 3px 0px 3px;
	padding: 3px 8px;
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 100 !important;
	font-size: 110%;
}
a.headerLink:hover {
	color: #c0c0c0 !important;
	text-decoration: none;
	cursor: pointer !important;
}
#navigationOuter .active {
	border-bottom: 5px solid #505050;
	color: #c0c0c0 !important;
}

#navigationMobileList {
	display: inline-block;
	margin: auto !important;
	text-align: left;
}

.headerLinkMobile,
a.headerLinkMobile,
a.headerLinkMobile:link,
a.headerLinkMobile:active,
a.headerLinkMobile:visited {
	color: #505050 !important;
	text-decoration: none;
	margin: -7px 3px 30px 3px;
	padding: 3px 20px;
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 100 !important;
	font-size: 100%;
	line-height: 200%;
}
a.headerLinkMobile:hover {
	color: #808080 !important;
	text-decoration: none;
	cursor: pointer !important;
}
.headerLinkMobile i {
	width: 40px;
}


#headline .btn {
	background: #fff;
	margin: 0px 3px 0px 3px;
	padding: 3px 10px;
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 100 !important;
	width: 38px;
	text-align: center;
}
#headline a.btn {
	color: #000 !important;
	font-size: 80% !important;
	text-decoration: none;
}
#headline a.btn:hover {
	color: #000 !important;
	text-decoration: none;
	background: #fff;
	cursor: pointer !important;
}
#boxDistance {
	height: 70px;
}
#slideshow,
#slideshowMobile,
#bannerOuter,
#bannerMobileOuter {
	max-width: 100%;
	height: auto;
	padding: 0;
	color: #fff;
	margin-bottom: 30px;
}
.carousel-inner .item img,
.bannerIMG,
.bannerMobileIMG {
	width: 100%;
	height: auto;
}
.carousel-control .fa-chevron-left,
.carousel-control .fa-chevron-right {
  position: absolute;
  top: 50% !important;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
	color: #fff !important;
}
/*.carousel-control,
a.carousel-control,
a.carousel-control:link,
a.carousel-control:active,
a.carousel-control:visited {
	color: #fff !important;
}*/
#content {
	background: #fff;
}
#navigation a,
#navigation a:link,
#navigation a:active,
#navigation a:visited {
	text-decoration: none;
}

#mobileNav {
	position: fixed;
	overflow-y: auto;
	top: 70px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999999;
	color: #361a6e;
	font-size: 200%;
	padding-bottom: 50px;
}
/*#mobileNavClose {
	color: #505050;
	text-align: right;
	padding-top: 10px;
}
#mobileNavClose a,
#mobileNavClose a:link,
#mobileNavClose a:active,
#mobileNavClose a:visited,
#mobileNavClose a:hover {
	color: #505050 !important;
}*/
#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;
}
#content {
	padding-bottom: 35px;
}
#content img {
	max-width: 100%;
	height: auto;
}

/*#content a.btn:link,
#content a.btn:active,
#content a.btn:visited {
	text-decoration: none !important;
	background: #271454;
	color: #fff !important;
	font-size: 100%;
	font-weight: 900;
}
#content a.btn:hover {
	text-decoration: none !important;
	background: #d4af37;
	color: #361a6e !important;
}*/

#webIFrame01 {
	border: 0;
}

.cookieconsent {
	background: #101010 !important;
	border: 1px solid #c0c0c0 !important;
	color: #c0c0c0 !important;
	position: fixed;
	bottom: 0 !important;
	margin: 0 !important;
	font-size: 14px;
	line-height: 10px !important;
	width: 100% !important;
}
.cookieconsent p {
	line-height: 14px !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 {
	padding: 50px 0;
	color: #fff;
	font-size: 12px;
	background: #000;
	margin-top: 50px;
	width: 100% !important;
}
.footer .container {
	margin: auto;
}
.footer h2 {
	margin: 0 0 20px 0;
	color: #808080;
}
.footer a, .footer a:link, .footer a:visited, .footer a:active, .footer a:hover {
	text-decoration: none;
	color: #808080 !important;
}
address {
	font-size: 150%;
}
address a:link {
	text-decoration: underline !important;
}
address a.btn:link,
address a.btn:active,
address a.btn:visited {
	text-decoration: none !important;
	background: #404040;
	color: #fff !important;
	font-size: 130%;
	font-weight: 900;
}
address a.btn:hover {
	text-decoration: none !important;
	background: #fff;
	color: #000 !important;
}


/* IMPRESSUM */

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




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




/* Media Queries & Overwrite */

/* XS */
@media (max-width: 767px) {
	.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: 700px) {
	.shown-xxs { display: block !important; }
	.hidden-xxs { display: none !important; }
}
@media only screen 
and (max-width: 767px)
and (orientation : landscape) {
	#slideshowOuter { display: block !important; }
	#slideshowMobileOuter { display: none !important; }
	#bannerOuter { display: block !important; }
	#bannerMobileOuter { display: none !important; }
}

/* SM */
@media (min-width: 768px) {
	.text-sm-left { text-align: left; }
	.text-sm-center { text-align: center; }
	.text-sm-left { text-align: right; }
	address { font-size: 120%; }

/* MD */
@media (min-width: 992px) {
	.text-md-left { text-align: left; }
	.text-md-center { text-align: center; }
	.text-md-left { text-align: right; }
	#headline { height: 120px; }
	address { font-size: 100%; }
}

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