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

* {
	font-family:Arial, Helvetica, sans-serif;
}

html {
	height:100%;	
	-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */	
}

body {
	height:100%;
	margin:0;
	font-size:62.5%; /* entspricht 10 Pixel bzw. 0.625em (1em = 16 Pixel) */
	background-color:#ffffff;
	position:relative;
	overflow:auto;	
}

/* mobile fehler iPhone */
.noscroll {
	overflow:hidden;
	position:fixed;
}

a {
	text-decoration:none;
	color:#e60000;
	outline:0;
}

a img{
	border:0;
}

h1 {
	margin:0 0 10px 0;
	font-size:1.3em;
	line-height:1.6em;
	color:#101010;	
	font-weight:normal;
	text-align:left;
}

/* big h1 */
h1.big {
	margin:0 0 10px 0;
	font-size:2.2em;
	line-height:1.6em;
	color:#000000;
	font-weight:normal;
	text-align:center;
}

h2 {
	margin:0 0 10px 0;
	font-size:2.2em;
	color:#000000;
	font-weight:normal;
	text-align:center;
}


h3 {
	margin:0px 0 20px 0;
	font-size:1.8em;
	color:#404142;
	font-weight:normal;	
	text-align:center;
}

h4 {
	font-size:1.2em;
	margin:2% 0 2% 0;
	color:#101010;
	font-weight:normal;	
	text-align:center;
}

p {
	font-size:1.2em;
	line-height:1.6em;	
	color:#101010;
	text-align:center;
}

p a {
	color:#e60000;	
}

.light {
	
}

.light > * {
	
}

.subtext {
	margin:0 0 10px 0;
	display:none; /* mobile nicht sichtbar */	
}

.footnote {
	font-size:1.0em;
	color:#888888;
	margin:4% 0 0 0;
	text-align:left;		
}

.footnote.absolute {
	position:absolute;
	bottom:8px;
	left:8%;
	width:84%;
	margin-left:0;	
}

ul {
	font-size:1.2em;
	line-height:1.6em;
	padding:0 0 0 0;
	margin:0 0 2% 0;	
	color:#101010;
}

ul li {
	list-style-position:inside;
	list-style-type:'•  ';
	margin:0 0 0px 0;
}

/* scrollbar */
.mCSB_dragger_bar{ background-color:#b3b3b3 !important; }

/* Next Best Action Button */
.nbaction-button {
	display:inline-block;	
	color:#ffffff;
	text-decoration:none;
	font-size:1.3em;
	line-height:2.1em;
	padding:0;
	height:28px;
}

.nbaction-button .content {
	background-image:url(../common/schaltflaeche-rot.png);
	background-repeat:no-repeat;
	background-position:-12px 0px;
	padding-left:12px;
	float:left;
	display:inline-block;
	height:28px;
}

.nbaction-button .corner-left {
	float:left; 
	height:28px;
	width:12px;
	display:block;
	background-image:url(../common/schaltflaeche-rot.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
}

.nbaction-button .corner-right {
	height:28px;
	width:12px;
	background-image:url(../common/schaltflaeche-rot.png);
	background-repeat:no-repeat;
	background-position:-288px 0px;
	display:block;
	float:left;		
}

.nbaction-button:hover .corner-left {
	background-image:url(../common/schaltflaeche-rot.png);
	background-position:0px -30px;
	text-decoration:none;
}

.nbaction-button:hover .corner-right {
	background-image:url(../common/schaltflaeche-rot.png);
	background-position:-288px -30px;
	text-decoration:none;
}

.nbaction-button:hover .content {
	background-image:url(../common/schaltflaeche-rot.png);
	background-position:-12px -30px;
	text-decoration:none;
}

/* link list */
.link-list {
	width:100%;
	padding:0;
	font-size:1.2em;
	line-height:1.4em;	
}

.link-list li {
	display:inline-block;
	margin:8px 8px 0 0;
	color:#2d2d2d;
}

.link-list li a {
	padding-left:10px;
	background-image:url(../common/arrow.png); /* for older browsers */
	background-image:url(../common/arrow.svg), none;
	background-repeat:no-repeat;
	background-position:0 -1px;	
	color:#2d2d2d;	
}

.link-list li a:hover {
	color:#e60000;	
	background-position:0 -19px;	
}

/* Link für weitere Zwecke */
.link-common {
	color:#2d2d2d;
	font-size:1.2em;
	text-decoration:none;
	padding-left:10px;
	display:block;
	margin-bottom:0;
	margin-top:8px;
	margin-right:8px;
	background-image:url(../common/arrow.png); /* for older browsers */
	background-image:url(../common/arrow.svg), none;
	background-repeat:no-repeat;
	background-position:left -1px;
}

.link-common:hover {
	color:#e60000;	
	background-position:0 -19px;
}

.link-common:active {
	color:#e60000;	
}

.link-common:focus {
	color:#2d2d2d;	
}

/*Schatten*/
.shadow {
	box-shadow: 0px 4px 3px 1px rgba(0, 0, 0, 0.2);
}

/* cookies */
.cookie-wrapper {
	width:100%; 
	overflow:hidden; 
	float:left;
	background-color:#575757; 
	position:relative; 
	padding:2% 5% 2% 5%; 
	box-sizing:border-box;
	display:none;
	z-index:11;	
}

.cookie-wrapper-text {
	float:left; 
	width:88%;
	margin-right:2%;
}

.cookie-wrapper-text p {
	color:#ffffff; 
	font-size:1.2em; 
	line-height:1.4em; 
	margin:0;
	text-align:left;
}

.cookie-wrapper-close-icon {
	float:left; 
	width:22px; height:22px;
	cursor:pointer;
	background-image:url(../common/cookie_close.png); /* for older browsers */
	background-image:url(../common/cookie_close.svg), none;
	background-size:22px 22px;
	background-repeat:no-repeat;
	display:block;		
}

.cookie-wrapper .link-common {
	color:#efefef;
	font-size:1.2em;
	display:inline-block;
	margin-bottom:8px;
}

/* Wrapper, Header */
.wrapper {
	width:100%;
	height:100%;
	overflow:visible;
	margin:0;
	position:relative;
	float:left;
}

header {
	width:100%;
	height:10%; min-height:88px;
	top:0;
	position:absolute;
	overflow:hidden;
	z-index:200;
}

header .logo {
	width:90%;
	height:38px;
	margin-left:5%;
	top:30%;
	position:absolute;
	overflow:hidden;	
}

header .logo .logo-bar {
	width:100%;
	height:20px;
	right:86px;
	position:absolute;
	background-color:#e60000;	
}

header .logo .logo-right {
	width:80px;
	height:auto;
	right:0px;
	left:auto;
	position:absolute;
}

/*Sprache wechseln */
.lang-nav {
	width:90%;
	color:#616161;
	font-size:1.0em;
	text-align:right;
	margin-left:5%;
	margin-top:6px;
	padding:0;
}

.lang-nav li {
	display:inline-block;
}

.lang-nav li a {
	color:#616161;	
}

.lang-nav li a:hover {
	color:#333333;	
}

.lang-nav li:after {
	content:"|";
	margin-left:6px;
	margin-right:3px;	
}

.lang-nav li:last-child {
	margin-right:10px;	
}

.lang-nav li:last-child:after {
	content:"";
	margin-left:0px;
	margin-right:0px;	
}

/* Social Media */
.social-icons {
	width:80%;
	top:260px;
	left:0;
	padding:0;
	margin:0 0 0 30px;
	position:absolute;
	text-align:left;
	overflow:auto;
	display:block;
	z-index:200;
}

#start .social-icons {
	bottom:20px;
	top:auto;
}

.social-icons li {
	display:inline-block;
	margin:0 3px 0 3px;
}

.social-icons li a {
	width:24px;
	height:24px;
	display:block;
	opacity:0.8;
}

.social-icons li .fb-icon {
	background-image:url(../common/social-icons.png);
	background-repeat:no-repeat;
	background-size:120px;
	background-position: 0px 0px;
}

.social-icons li .twitter-icon {
	background-image:url(../common/social-icons.png);
	background-repeat:no-repeat;
	background-size:120px;
	background-position: -24px 0px;		
}

.social-icons li .youtube-icon {
	background-image:url(../common/social-icons.png);
	background-repeat:no-repeat;
	background-size:120px;
	background-position: -48px 0px;		
}

.social-icons li .pinterest-icon {
	background-image:url(../common/social-icons.png);
	background-repeat:no-repeat;
	background-size:120px;
	background-position: -72px 0px;	
}

.social-icons li .google-icon {
	background-image:url(../common/social-icons.png);
	background-repeat:no-repeat;
	background-size:120px;
	background-position: -96px 0px;	
}

.social-icons li a:hover {
	opacity:1.0;
}

/* footnote-wrapper*/
.footnote-wrapper {
	width:100%;
	background-color:#efefef;
	overflow:auto;
	float:left;
	padding:5% 5% 2% 5%;
	box-sizing:border-box;
	z-index:11;	
}

.footnote-wrapper .footnote {
	color:#888888; 
	margin:0 0 12px 0;
	font-size:1.1em;
}

/* Footer */
footer {
	width:100%;
	overflow:auto;
	position:relative;	
	background-color:#ffffff;
	z-index:11;
}

.main-footer {
	width:100%;
	margin:0;
	padding:4%;
	text-align:center;	
	font-size:1.4em;
	color:#f6f6f6;
	background-color:#b1b1b1;
	box-sizing:border-box;
}

.main-footer li {
	display:inline-block;
}

.main-footer li a {
	color:#eeeeee;	
}

.main-footer li a:hover {
	color:#ffffff;	
}

.main-footer li:after {
	content:"|";
	margin-left:10px;
	margin-right:6px;	
}

.main-footer li:last-child:after {
	content:"";
	margin-left:0px;
	margin-right:0px;	
}

.second-footer {
	width:100%;
	padding:5%;
	margin:0;
	text-align:center;
	font-size:1.2em;
	line-height:1.6em;
	box-sizing:border-box;	
}

.second-footer li {
	display:inline-block;
	color:#888888;	
}

.second-footer li a {
	color:#888888;	
}

.second-footer li a:hover {
	color:#000000;	
}

.second-footer li:after {
	content:"|";
	color:#848484;
	margin-left:10px;
	margin-right:6px;	
}

.second-footer li:last-child:after {
	content:"";
	margin-left:0px;
	margin-right:0px;	
}

.social-footer {
	width:100%;
	padding:0 0 10px 0;
	margin:0;
	text-align:center;
}

.social-footer li {
	display:inline-block;
	margin:0 6px 0 6px;
}

.social-footer li a {
	width:24px;
	height:24px;
	display:block;
	opacity:0.8;
}

#footer-fb-icon {
	background-image:url(../common/social-icons.png);
	background-repeat:no-repeat;
	background-size:120px;
	background-position: 0 0;
}

#footer-twitter-icon {
	background-image:url(../common/social-icons.png);
	background-repeat:no-repeat;
	background-size:120px;
	background-position: -24px 0;		
}

#footer-youtube-icon {
	background-image:url(../common/social-icons.png);
	background-repeat:no-repeat;
	background-size:120px;
	background-position: -48px 0px;		
}

#footer-pinterest-icon {
	background-image:url(../common/social-icons.png);
	background-repeat:no-repeat;
	background-size:120px;
	background-position: -72px 0;		
}

#footer-google-icon {
	background-image:url(../common/social-icons.png);
	background-repeat:no-repeat;
	background-size:120px;
	background-position: -96px 0;	
}

.social-footer li a:hover {
	opacity:1.0;
}

.wappen {
	width:100%;
	margin:0 0 120px 0;
	overflow:auto;
	text-align:center;
}

.wappen a {
	width:120px;
	height:120px;
	display:inline-block;
	background-image:url(../common/wappen.png);
	background-position:0 0;
	background-repeat:no-repeat;
	background-size:120px;	
	opacity:0.8;
}

.wappen a:hover {
	opacity:1.0;
}

@media screen and ( min-width:360px ) {
	body {
		font-size:70%; 
	}
	
	/* Next Best Action Button */
	.nbaction-button {
		line-height:1.9em;
	}
}

@media screen and ( min-width:600px ) {
	body {
		font-size:64%; 
	}
	
	h1 {
		margin-bottom:20px;
		text-align:left;
		font-size:1.6em;
	}
	
	h1.big {
		font-size:3.8em;
		margin-bottom:20px;
		text-align:left;
	}
	
	h2 {
		font-size:3.8em;
		margin-bottom:20px;
		text-align:left;
	}
	
	h3 {
		text-align:left;
	}
	
	h4 {
		text-align:left;
	}
	
	p {
		text-align:left;
		font-size:1.4em;	
	}
	
	ul {
		font-size:1.4em;
	}
	
	.footnote.absolute {
		margin-left:30px;	
	}
	
	.link-common {
		display:block;
	}	
	
	/* Social Media */
	.social-icons {
		width:80%;
		top:54%;
		left:5%;
	}

	header .logo {
		top:40%;	
	}
	
	/*Sprache wechseln */
	.lang-nav {
		margin-top:12px;
	}
	
	header .logo .logo-bar {
		width:100%;
		height:24px;
		right:108px;
	}
	
	header .logo .logo-right {
		width:100px;
	}
	
	/* footnote-wrapper*/
	.footnote-wrapper {
		padding:3% 3% 2% 3%;
	}
}

@media screen and ( min-width:800px ) {
	body {
		font-size:68%; 
	}
	
	h1 {
		/*font-size:1.2em;	*/
	}
	
	h1.big {
		font-size:3.2em;
	}
	
	h2 {
		font-size:3.2em;
	}
	
	p {
		font-size:1.2em;	
	}
	
	ul {
		font-size:1.2em;
	}
	
	.light {
		color:#ffffff;
	}
	
	.light > * {
		color:#ffffff;
	}
	
	.footnote.absolute {
		left:11%;	
	}
	
	/* Social Media */
	.social-icons {
		width:60%;
		top:auto;
		bottom:30px;
		left:11%;
	}
	
	/* footer */
	.main-footer {
		padding:3%;
	}
	
	.second-footer {
		padding:3%;
	}
	
	.social-footer {
		padding:20px 0 40px 0;
	}
}

@media screen and ( min-width:900px ) {
	body {
		font-size:74%; 
	}
	
	h1 {
		font-size:1.4em;
	}
	
	h2 {
		text-transform:uppercase;
		font-size:2.8em;	
	}
	
	.subtext {
		display:block; /* mobile nicht sichtbar */	
	}
	
	.nbaction-button {
		font-size:1.2em;
	}
	
	/* cookies */
	.cookie-wrapper {
		width:100%; 
		overflow:hidden; 
		float:left;
		background-color:#575757; 
		position:relative; 
		padding:2% 5% 2% 5%; 
		box-sizing:border-box;	
	}
	
	.cookie-wrapper-text {
		float:left; 
		width:93%;
		margin-right:2%;
	}
	
	.cookie-wrapper-text p {
		font-size:1.1em; 
	}
	
	.cookie-wrapper .link-common {
		font-size:1.1em;
	}
	
	header .logo {
		height:42px;
	}

	header .logo .logo-bar {
		height:29px;
		right:130px;	
	}

	header .logo .logo-right {
		width:120px;
	}
	
	/* Social Media */
	.social-icons {
		width:30%;
	}
	
	.link-list li {
		display:block;	
	}
	
	/* footnote-wrapper*/
	.footnote-wrapper {
		padding:3% 11% 3% 11%;
	}
	
	/* footer */
	.main-footer {
		padding:2%;
	}
	
	.second-footer {
		padding:2%;
	}
}

@media screen and ( min-width:1200px ) {
	body {
		font-size:76%; 
	}
	
	h1 {
		font-size:1.6em;
	}
	
	h2 {
		font-size:3.2em;
	}
	
	/* cookies */
	.cookie-wrapper {
		padding:1% 20% 1% 20%; 
	}
	
	header {
		width:90%;	
		margin-left:5%;
	}
	
	header .logo {
		height:42px;
		margin-left:0;
		width:100%;
	}

	header .logo .logo-bar {
		height:29px;
		right:130px;	
	}

	header .logo .logo-right {
		width:120px;
	}
	
	/*Sprache wechseln */
	.lang-nav {
		width:100%;
		margin-left:0;
	}
	
	.social-icons li .fb-icon {
		background-image:url(../common/social-icons-small.png);
	}
	
	.social-icons li .twitter-icon {
		background-image:url(../common/social-icons-small.png);	
	}
	
	.social-icons li .youtube-icon {
		background-image:url(../common/social-icons-small.png);	
	}
	
	.social-icons li .pinterest-icon {
		background-image:url(../common/social-icons-small.png);	
	}
	
	.social-icons li .google-icon {
		background-image:url(../common/social-icons-small.png);	
	}
}

@media screen and ( min-width:1600px ) {
	body {
		font-size:80%; 
	}
	
	/* big h1 */
	h1.big {
		font-size:3.6em;
	}
	
	h2 {
		font-size:3.4em;
	}
	
	.nbaction-button {
		font-size:1.1em;
	}
	
	/* footnote-wrapper*/
	.footnote-wrapper {
		padding:2% 11% 2% 11%;
	}
	
	.footnote-wrapper .footnote {
		font-size:1.0em;
	}
}

@media screen and ( min-width:1800px ) {
	body {
		font-size:82%; 
	}
	
	.nbaction-button {
		font-size:1.1em;
	}
}

@media screen and ( min-width:2000px ) {
	body {
		font-size:90%; 
	}
}

/* mobile landscape */
@media screen 
  and (max-width: 760px)
   and (max-height: 500px) 
   and (orientation: landscape) {
	body {
		font-size:70%; 
	}
	
	html {
		height:100%;
		-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
	}
	
	/* normal text size, but h1, for seo */
	h1 {
		/*font-size:1.2em;*/	
	}
	
	/* big h1 */
	h1.big {
		font-size:3.0em;
	}
	
	h2 {
		font-size:3.0em;
	}
	
	p {
		font-size:1.2em;	
	}
	
	ul {
		font-size:1.2em;	
	}
	
	.footnote.absolute {
		left:11%;	
	}
	
	.nbaction-button {
		font-size:1.1em;
		line-height:2.3em;
	}

	.link-common {
		display:block;	
	}
	
	/* Social Media */
	.social-icons {
		width:60%;
		top:260px;
		bottom:auto;
		left:0;
	}	  
}
