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

/* COLOURS

GREEN:			#016736

*/


/* 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: 15px;
	color: #101010;
	background: #fbfbfb;
	padding: 0;
	margin: 0;
}
.container {
	max-width: 970px;
	padding: 20px 30px;
}

#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;
}

#navigationOuter {
	padding-top: 26px;
	padding-left: 0;
	text-align: right;
}

h1 {
	color: #505050;
	margin: 25px 0;
	font-size: 25px;
	font-weight: 300 !important;
}
h2, h3, h4, h5, h6, h7 {
	color: #333;
	font-weight: 500 !important;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'Raleway', sans-serif;
}
h2 {
	font-size: 160%;
font-family: 'Raleway', 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 {
	font-size: 80%;
}

/* 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;
}

.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,
#logoBottom {
	margin-top: 70px;
	width: 100%;
	height: auto;
}
#logoTop {
	margin-top: 30px;
	margin-bottom: 40px;
	width: 100%;
	height: auto;
}

.btn-header {
	color: #fff;
	background-color: #aa1f73;
	border-color: #aa1f73;
}
.btn-header:hover {
	color: #aa1f73;
	background-color: #999;
	border-color: #999;
}

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: #aa1f73 !important;
	text-decoration: none !important;
}

#bannerOuter {
	width: 100%;
	margin: 0;
	padding: 0;
}
.banner img {
	width: 100%;
	height: auto;
}

#content,
.content {
	background: #fff;
	padding-top: 5px;
	padding-bottom: 35px;
}
#content img,
.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;
}

ul {
	margin-left: 20px;
}
.wideBox ul {
	margin-left: -10px;
}


#webIFrame01 {
	border: 0;
}

.wideBox {
	width: 100% !important;
	font-weight: 500;
	margin-top: -35px;
}
.wideBoxMagenta {
	background: #aa1f73;
	color: #fff;
}
.wideBoxMagenta a,
.wideBoxMagenta a:link,
.wideBoxMagenta a:visited,
.wideBoxMagenta a:active {
	color: #fff !important;
}
.wideBoxMagenta a {
	color: #fff !important;
}
.wideBoxMagenta h2 {
	color: #fff;
	font-weight: 700 !important;
}

.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;
}

.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;
}



/* Special Content Box*/
.contentBeforeLinks {
	margin: 20px 0 50px 0;
}
.contentBeforeLinksSpecial h2 {
	color: #aa1f73;
	font-size: 300%;
	font-weight: 900 !important;
}



/* FOOTER */
.footer {
	margin-top: 70px;
	font-size: 80%;
}
.footer .container {
	/*margin: auto;*/
}

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


.footerKontakt {
	margin-top: 70px;
	padding: 0;
}
.footerKontakt h2 {
	margin: 0 0 20px 0;
	color: #aa1f73;
	font-size: 170%;
	font-weight: 100;
}
.btn-footer {
	color: #fff !important;
	background-color: #aa1f73;
	border-color: #aa1f73;
	width: 100%;
	margin-bottom: 20px;
	font-size: 140%;
}
.btn-footer:hover {
	color: #aa1f73;
	background-color: #999;
	border-color: #888;
}
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; }
	h1 { font-size: 28px; }
	address { font-size: 120%; }
	address a.btn { min-width: 155px !important; }
	: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; }
	h1 { font-size: 33px; }
	address { font-size: 100%; }
	address a.btn { min-width: 135px !important; }
	:target:before {
		content: "";
		display: block;
		height: 100px;
		margin: -100px 0 0;
	}
}


/* LG */
@media (min-width: 992px) {
	h1 { font-size: 40px; }
	.text-lg-left { text-align: left; }
	.text-lg-center { text-align: center; }
	.text-lg-left { text-align: right; }
}

/* 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; }
}