@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/roboto-v51.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto-v51.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/roboto-v51.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/roboto-v51.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/roboto-v51.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/robotocondensed-v31.woff) format('woff');
}
@font-face {
  font-family: 'Roboto Mono';
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/robotomono-v31.woff) format('woff');
}

#preloader{
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background-color: #fff; 
	z-index: 9999; 
	background-image: url(../img/preloader.gif); 
	background-position: center; 
	background-repeat: no-repeat;
	}

* {
	box-sizing: border-box;
	border-radius: 0;
	}
h1, h2, h3, p, ul, li, span, strong, i{
	cursor: default;
	}


body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 1.8em;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #404040;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	box-sizing: border-box;
	background-color: #004471;
	}
body {
	overflow-y: scroll;
	}
h1, .h1 {
	font-size: 3em;
	line-height: 1.216em;
	color: #404040;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 700;
	}
h2, .h2 {
	font-size: 2em;
	line-height: 1.216em;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0.5em;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 500;
	letter-spacing: 0;
	}
h3, .h3 {
	font-size: 1.5em;
	line-height: 1.216em;
	color: #004471;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 0;
	font-weight: 700;
	letter-spacing: 0.05em;
	}
.h3:before {
	content: none;
	}
p {
	position: relative;
	margin-bottom: 0;
	text-align: left;
	}
p.small,
span.small{
	font-size: 0.85em;
	line-height: 1.35em;
	margin-top: 0.4em;
	opacity: 0.75;
	}
span.text-white{
	color: #fff;
	}
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
li{
	position: relative;
	padding-left: 1em;
	}
li:before{
	content: ' ';
	position: absolute;
	padding-left: 0;
	display: block;
	left: 0;
	top: 0.55em;
	width: 0.7em;
	height: 0.7em;
	background-color: #e21013;
	}


.vorteile-box li:before
{
	content:'✓';
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	line-height: 0;
	top: 0.9em;
	left: -0.1em;
}

.vorteile-haken li:before
{
	content:'✓';
	position: absolute;
	padding-left: 0;
	display: block;
	left: 0;
	top: 0.1em;
	width: 0.7em;
	height: 0.7em;
	background-color: transparent;
}


.gold-box li:before,
.blau-box li:before{
	background-color: #fff;
	}
.gold-box li:before,
.checkliste > li:before{
	content:'✓';
	background-color: transparent;
	color: #fff;
	font-weight: bold;
	line-height: 0;
	top: 0.9em;
	left: -0.1em;
	}
.checkliste > li:before{
	color: #d6b469;
}


.vorteile-punkte li:before
{
	content:'•';
	position: absolute;
	padding-left: 0;
	display: block;
	left: 0;
	top: 0.1em;
	width: 0.7em;
	height: 0.7em;
	background-color: transparent;

}


.vorteile-punktepunkte li:before {
content:'...';
	position: absolute;
	padding-left: 0;
	display: block;
	left: 0;
	top: 0.1em;
	width: 0.7em;
	height: 0.7em;
	background-color: transparent;

}



.clean-bg li:before {
    background-color: transparent;
}





.gold-box table strong{
	color: #fff;
	}

.text-center > .img-responsive{
	display: inline-block;
	}

strong{
	font-weight: 500;
	letter-spacing: 0.02em;
	}
strong.ultra{
	display: inline-block;
	font-size: 1.5em;
	margin-top: -0.5em;
	color: #d6b469;
	padding-left: 0.15em;
	padding-right: 0.15em;
	word-spacing: -0.05em;
	letter-spacing: -0.015em;
	}
p.ultrabold{
	font-size: 1.5em;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 500;
	}
.gold-box p.ultrabold{
	font-size: 1.5em;
	color: #004471;
	}

.gold-box p{
	color: #004471;
	}

/*edit: september - abstand zum formular verringert*/
/*li strong{
	display: block;
	}*/
video{
    width: 100%;
    height: auto;
	display: inline-block;
	vertical-align: baseline;
	margin-top: 0.5em;
	cursor: pointer;
	}
.nobr{
	white-space: nowrap;
	}
.hidden-label{
	text-indent: -9999px;
	}
a {
	color: #d6b469;
	transition: all 0.35s ease-in-out 0s;
	font-weight: 400;
	}
a, a:hover, a:active, a:focus,
.button:hover, .button:active, .button:focus,
button.button:hover, button.button:active, button.button:focus,
button:hover, button:active, button:focus {
	text-decoration: none;
	outline: none;
	}
a, a:hover, a:active, a:focus{
	color: #d6b469;
	}
a:hover{
	color: #004471;
	}
	
a.checked_true,
a.checked_false{
	position: relative;
	display: inline-block;
	padding-left: 1em;
	}
a.checked_true:before,
a.checked_false:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 1em;
	height: 1em;
	font-size: 1;
	color: #6f6401;
	display: block;
	font-weight: bold;
	}
a.checked_true:before{
	content: '✓';
	}
a.checked_false:before{
	content: '✘';
	}

input[type="text"].error, 
input[type="tel"].error, 
input[type="email"].error,
input.error,
select.error{
	border-color: red;
	}
label.error{
	color: red;
	}

.zweispalten{
	-khtml-column-count: 2;
	-khtml-column-gap: 1.625em;
	-ms-column-count: 2;
	-ms-column-gap: 1.625em;
	-o-column-count: 2;
	-o-column-gap: 1.625em;
	-webkit-column-count: 2;
	-webkit-column-gap: 1.625em;
	-moz-column-count: 2;
	-moz-column-gap: 1.625em;
	column-count: 2;
	column-gap: 1.625em;
}

blockquote{
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	margin: 0;
	border: 0 solid transparent;
	color: black;
	}
.blockquote{
	font-family: 'Roboto',helvetica, Arial, sans-serif;
	font-size: 1.85714em;
	line-height: 1.2497em;
	font-weight: 100;
	}
.blockquote:before{
	content: '';
	display: inline-block;
	float: left;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.75em;
	margin-left: 0.25em;
	margin-top: 0.5em;
	position: relative;
	background-image: url(../img/blockquote.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	}

.mt-2{
	margin-top: 2em;
	}
.mt-1{
	margin-top: 1em;
	}
.mb-2{
	margin-bottom: 2em;
	}
.mb-1{
	margin-bottom: 1em;
	}
.pt-2{
	padding-top: 2em;
	}
.pt-1{
	padding-top: 1em;
	}
.pb-2{
	padding-bottom: 2em;
	}
.pb-1{
	padding-bottom: 1em;
	}
.border-top{
	margin-top: 2em;
	border-top: 1px solid #ead9b4;
	}
.border-bottom{
	border-bottom: 1px solid #ead9b4;
	}
.grau-box.border-top{
	border-top: 1px solid #004471;
	}
.grau-box.border-bottom{
	border-bottom: 1px solid #004471;
	}

/* ### LAYOUT ############################################################################### */

#preloader{
	transition: opacity 1s ease 0s;
	opacity: 1;
	}
#preloader.off{
	opacity: 0;
	}

#header{
	display: block;
	z-index: 10;
	width: 100%;
	min-height: 1px;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 0em;
	/*border-left: 0.5em solid #004471;
	border-right: 0.5em solid #004471;*/
	}

.background-image{
	display: inline-block;
	position: fixed;
	z-index: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #0c0c0b;
	background-image: url(../img/hintergrund.jpg);
	background-size: auto 100%;
	background-size: cover;
	background-position: center;
	background-position: center center;
	background-repeat: no-repeat;
	}

.bordertop,
.borderbottom{
	position: fixed; 
	width: 100%; 
	height: 0.5em; 
	left: 0;  
	background-color: #004471; 
	z-index: 50;
	}
.bordertop{
	top: 0;
	}
.borderbottom{
	bottom: 0;
	}


#header.sub{
	background-image: none;
	min-height: 1px;
	background-color: #fff;
	transition: opacity 1s ease 0s;
	}

#header.sub h1,
#header.sub p,
label > strong{
	cursor: pointer;
	}

#page{
	display: block;
	position: relative;
	z-index: 5;
	min-height: 100%;
	/*border: 0.5em solid #004471;*/
	background-color: transparent;
	}
main, .main{
	background-color: #fff;
	}

#footer{
	display: block;
	font-size: 0.8em;
	width: 100%;
	min-height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 3em;
	padding-bottom: 2em;
	}

.section{
	position: relative;
	}
.section:first-child section{
	border-top: none;
	}

/* ### TITEL ################################################################################ */
.title{
	background-color: #e71b21;
	padding-top: 1em;
	padding-bottom: 1em;
	box-shadow: 0 0 14px rgba(0,0,0,0.15);
	}
.title img{
	width: 350px;
	max-width: 100%;
	height: auto;
	border: 0px solid transparent;
	}


/* ### BOX ################################################################################## */

.container-fluid.blau-box,
.container-fluid.gold-box,
.container-fluid.grau-box{
	padding: 0;
	padding-top: 2em;
	padding-bottom: 2em;
}
.grau-box{
	padding-top: 1em;
	padding-bottom: 1em;
}
.container .grau-box{
		padding: 2em;
	}
.container-fluid > .container{
	padding: 0;
	}
.container-fluid > .container > .row{
	margin: 0;
	}

.bright-box{
	padding: 2em;
	}
.bright-box h2,
.blau-box h2,
.gold-box h2,
.grau-box h2{
	color: inherit;
	}
.bright-box h2{
	background-color: #004471;
	}
.bright-box{
	color: #404040;
	background-color: #004471;
	opacity: 0.95;
	}
.gold-box{
	color: #fff;
	background-color: #e21013;
	}
.blau-box{
	color: #fff;
	background-color: #004471;
	}
.grau-box{
	background-color: #e1e5e9;
	}

.box{
	position: relative;
	display: block;
	min-height: 1px;
	width: 100%;
	z-index: 20;
	}
.bright-box .box > h2:first-child,
.gold-box .box > h2:first-child,
.blau-box .box > h2:first-child,
.grau-box .box > h2:first-child{
	padding-top: 0;
	}

.border-bottom-gold{
	border-bottom: 1px solid #d6b469;
	}
.border-top-gold{
	border-top: 1px solid #d6b469;
	}
hr{
	border: 0 solid transparent;
	border-top: 1px solid #e21013;
	}

.scroll-box{
	max-height: 10em;
	overflow-y: scroll;
	padding-right: 2em;
	}


/* ### HEADLINE - LINIE ##################################################################### */

h2, 
.h2{
	position: static;
	display: inline-block;
	padding-right: 0.4em;
	z-index: 10;
	}
.blau-box h2, 
.blau-box .h2{
	background-color: #004471;
	}
.gold-box h2, 
.gold-box .h2{
	background-color: #d6b469;
	}
.grau-box h2, 
.grau-box .h2{
	color: #004471;
	background-color: transparent;
	}
h2:before, 
.h2:before{
	content: ' ';
	position: absolute;
	display: block;
	background-color: #e31013;
	width: 0;
	height: 1px;
	left: 0;
	top: 0.25em;
	z-index: -1;
	opacity: 0;
	transition: width 1s ease 0s, opacity 1s ease 0s;
	}
body.play h2:before, 
body.play.h2:before{
	opacity: 1;
	width: 100%;
	top: -3px;
	}
.bright-box h2:before, 
.bright-box  .h2:before{
	background-color: #fff;
	}
.blau-box h2:before, 
.blau-box  .h2:before{
	background-color: #fff;
	}
.gold-box h2:before, 
.gold-box  .h2:before{
	background-color: #fff;
	}


/* ### BUTTONS ############################################################################## */

.button,
button.button{
	display: inline-block;
	position: absolute;
	bottom: -1.4em;
	left: 50%;
	background-color: #8e0306;
	color: #fff;
	height: 2.8em;
	box-sizing: border-box;
	border-radius: 0;
	margin-bottom: 0;
	padding: 0.42em 2em 0.58em 2em;
	line-height: 1.8em;
	transition: all 0.35s ease 0s;
	background-image: url(../img/button.png);
	background-position: center;
	background-size: cover;
	border-width: 0;
	transform: translateX(-50%);
	z-index: 500;
	font-weight: 400;
	white-space: nowrap;
	}
.button:hover,
button.button:hover,
.button:active,
button.button:active,
.button:focus,
button.button:focus{
	color: #fff;
	}
.button:hover,
button.button:hover{
	background-color: #d40000;
	}

.button:before,
button.button:before,
.button:after,
button.button:after{
    content: '';
	display: block;
	position: absolute;
	width: 1.975em;
	height: 1.975em;
	transform: rotate(45deg);
	top: 0.394em;
	background-color: #8e0306;
	transition: all 0.35s ease 0s;
}
.button:hover:before,
button:hover.button:before,
.button:hover:after,
button:hover.button:after{
	background-color: #d40000;
	}
.button:before,
button.button:before{
	left: -1em;
	background-image: url(../img/button.png);
	background-position: left;
	background-size: top;
	}
.button:after,
button.button:after{
	right: -1em;
	}

.gold-box button.button,
.gold-box .button,
.gold-box button.button:before,
.gold-box .button:before,
.gold-box button.button:after,
.gold-box .button:after{
	background-color: #8e0306;
	}
.gold-box button:hover.button,
.gold-box .button:hover,
.gold-box button.button:hover:before,
.gold-box .button:hover:before,
.gold-box button.button:hover:after,
.gold-box .button:hover:after{
	background-color: #d40000;
	}

/* ### FORMULAR ############################################################################# */

#formular{
	margin-top: 2em;
}

label{
	font-weight: 300;
	}

label, select,
label span{
	cursor: pointer;
	position: relative;
	}

input[type="checkbox"],
input[type="radio"]{
	display: none;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before{
	content: '';
	display: block;
	position: relative;
	float: left;
	width: 1em;
	height: 1em;
	background-color: #d6b469;
	background-color: rgba(214,180,105,0.5);
	border: 1px solid #d6b469;
	margin-right: 0.5em;
	top: 0.35em;
	color: transparent;
	transition: color 0.35s ease 0s, background-color 0.35s ease 0s, border-color 0.35s ease 0s, top 0.35s ease 0s, height 0.35s ease 0s;
}
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before{
	content: '✓';
	background-color: transparent;
	border-color: transparent;
	top: 0;
	color: #d6b469;
	transition: color 0.35s ease 0s, background-color 0.35s ease 0s, border-color 0.35s ease 0s, top 0.35s ease 0s, height 0.35s ease 0s;
	font-weight: bold;
	height: 1.7em;
	}

input[type="text"],
input[type="tel"],
input[type="email"],
select{
	position: relative;
	display: block;
	background-color: #d6b469;
	background-color: #e21013;
	width: 100%;
	height: 2.8em;
	box-sizing: border-box;
	border: 1px solid #d6b469;
	border: 1px solid rgba(214,180,105,0.5);
	margin: 0em 0 1em 0;
	transition: all 0.35s ease-out 0s;
	padding: 0 0.5em 0 0.5em;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	}
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus{
	display: block;
	background-color: #fff;
	border: 1px solid rgba(214,180,105,1);
	width: 100%;
	height: 2.8em;
	box-sizing: border-box;
	}

label.labelfocus{
	color: #d6b469;
	}

select{
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAExJREFUeNpi+P//PwMW3IBNHJfC/9g04FL4H5sGfAoxNBBSiKKBGIVwDYxgHUQCJgYSAEhxAxD/JwI3kOxBkoOO5EghObrxJiSAAAMAFaypdV1ikGQAAAAASUVORK5CYII=);
		background-repeat: no-repeat;
		background-position: center;
		background-position: center right 1em;		
	}

iframe.breezingforms_iframe_plg{
	width: 100%;
	border: 0 solid transparent;
}

/* ### FORMULAR GESENDET #################################################################### */

body.success{
	background-color: #fff;
	padding: 2em;
	}
body.success h1{
	color: #d6b469;
	margin-bottom: 0;
	}
body.success .borderbottom,
body.success .bordertop,
body.success #header,
body.success #footer{
	display: none;
	}
body.success #page{
	border: 0 solid transparent;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	}
body.success p{
	text-align: center;
}
body.success td{
	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
}
body.success table{
	border-bottom: 0px solid transparent;
}

/* ### TABELLEN ############################################################################# */
.table-wrapper{
	width: 100%;
	min-height: 1px;
	overflow-x: auto;
	padding-top: 0.5em;
	}
td.text-center{
	text-align: center;
	}

table{
	width: 100%;	
	}
td{
	padding: 0.75em;
	}
table thead{
	font-weight: 500;
	}
table tbody{
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	}

.gold-box thead{
	background-color: #fff;
	}
.gold-box table{
	color: #004471;
	}
.gold-box table{
	border-bottom: 1px solid #fff;
	}
.gold-box tbody > tr:nth-child(even){
	background-color: rgba(255,255,255,0.15);
	}

.gold-box table .border-top{
	border-top: 1px solid #fff;
	}

table.transparent{
	border-bottom: 0px solid transparent;
	}
.gold-box table.transparent thead,
.gold-box table.transparent tbody tr{
	background-color: transparent;
	color: #fff;
	}

/* ### EXPAND ############################################################################### */

.minimize{
	transition: max-height 1s ease 0s;
	overflow: hidden;
	max-height: 0;
	}
.minimize.expanded{
	max-height: 35em;
	}

.minimize a.close{
	position: absolute;
	right: 0.4em;
	top: 0.4em;
	color: #d6b469;
	opacity: 1;
	font-size: 0.85em;
	}
.minimize a.close:hover{
	color: #004471;
	}


/* ### CONTENT ############################################################################## */
.brille{
	background-image: url(../img/brille.jpg);
	background-size: auto 100%;
	background-position: right top;
	background-repeat: no-repeat;
	}


/* ### KACHEL ############################################################################### */
.kachel-blau,
.kachel-gold{
	color: #fff;
	border: 1px solid #fff;
	padding-bottom: 15px;
	padding-top: 15px;
	}
.kachel-blau *,
.kachel-gold *{
	cursor: default;
}
.kachel-blau > .box{
	background-color: #004471;
	}
.kachel-gold > .box{
	background-color: #d6b469;
	}
.kachel-blau > .box,
.kachel-gold > .box{
	height: 100%;
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	transition: background-color 0.5s ease 0s, color 0.5s ease 0s;
	}
.kachel-blau:hover > .box,
.kachel-gold:hover > .box{
	background-color: #e1e5e9;
	color: #004471;
	}
.kachel-blau > .box > p,
.kachel-gold > .box > p{
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	box-sizing: border-box;
	padding: 1em;
	transform: translate(0,-50%);
	transition: top 1s ease 0s;
	width: 100%;
	}
.kachel-blau:hover > .box > p,
.kachel-gold:hover > .box > p{
	top: 40%;
	transition: top 0.5s ease 0s;
	}
.kachel-blau > .box > p > strong,
.kachel-gold > .box > p > strong{
	opacity: 1;
	transition: opacity 0.5s ease 0s;
	}
.kachel-blau:hover > .box > p > strong,
.kachel-gold:hover > .box > p > strong{
	opacity: 0;
	}

.kachel-blau > .augsburger{
	background-image: url(../img/verlage/augsburger.png);
	}
.kachel-gold > .boerse{
	background-image: url(../img/verlage/boerse.png);
	}
.kachel-blau > .sz{
	background-image: url(../img/verlage/sz.png);
	}
.kachel-blau > .focus{
	background-image: url(../img/verlage/focus.png);
	}
.kachel-blau > .manager{
	background-image: url(../img/verlage/manager.png);
	}
.kachel-blau > .rbb{
	background-image: url(../img/verlage/rbb.png);
	}
.kachel-blau > .kr{
	background-image: url(../img/verlage/kr.png);
	}

/* ### FOOTER ############################################################################### */

#meta_navigation, #copyright{
	padding: 1em 0 2em 0;
	}

#meta_navigation{
	text-align: right;
	}

#meta_navigation li{
	display: inline-block;
	padding: 0 0.25em 0 0.25em;
	}
#meta_navigation li:before{
	content: none;
	}
#meta_navigation li a{
	color: black;
	}
#meta_navigation li a:hover{
	color: #d6b469;
	}

/* ### BUTTON-ANIMATION ##################################################################### */

.blink, .blink:before, .blink:after{
	animation: blink 2s infinite;
}
.blink:hover, .blink:hover:before, .blink:hover:after{
	animation: blue 0.35s forwards;
}

@keyframes blink {
  0%, 10% {
	background-color: #8e0306;
  }
  30% {
	background-color: #d40000;
  }
  90%, 100% {
	background-color: #8e0306;
  }
}

@keyframes blue {
  0% {
	background-color: #8e0306;
  }
  100% {
	background-color: #d40000;
  }
}

/* ### STOERER ############################################################################## */

#stoerer{
	width: 310px;
	height: 300px;
	display: block;
	position: fixed;
	top: 160px;
	z-index: 9999;
	background-position: center;
	background-size: 100% auto;
	background-repeat: norepeat;
	transform: rotate(7deg);
	transition: transform 1s ease-out 0s, right 1s ease-out 0s;
}
#stoerer{
	background-image: url(../img/stoerer_dunkel.png);
}
#stoerer.hell{
	background-image: url(../img/stoerer_hell.png);
}
#stoerer > .content{
	display: block;
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 50px 45px 50px 52px;
}
#stoerer > .content p{
	font-weight: 400;
	text-align: center;
	line-height: 1.3em;
	font-size: 0.9em;
	color: #d6b469;
}
#stoerer.hell > .content p{
	color: #fff;
}
#stoerer > .content .headline{
	display: block;
	width: 100%;
	min-height: 1px;
	font-size: 2em;
	font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	color: #fff;
}
#stoerer.hell > .content .headline{
	color: #a00000;
}
#stoerer > .content strong{
	color: #fff;
	display: block;
	width: 100%;
	font-weight: 500;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#stoerer.hell > .content strong{
	color: #a00000;
}
#stoerer > .content a, #stoerer > .content span.click{
	color: #d6b469;
}
#stoerer > .content a:hover, #stoerer > .content span.click:hover{
	color: #fff;
}
#stoerer.hell > .content a, #stoerer.hell > .content span.click{
	color: #004471;
}
#stoerer.hell > .content a:hover, #stoerer.hell > .content span.click:hover{
	color: #a00000;
}
span.click{
	cursor: pointer;
}
#stoerer .schliessen{
	font-size: 1.2em;
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	right: 39px;
	top: 30px;
}
#stoerer.offen{
	transform: rotate(7deg);
	right: 50px;
	cursor: inherit;
}
@media (max-width: 1200px){
	#stoerer.offen{
		right: 0;
	}
}
#stoerer{
	cursor: pointer;
	transform: rotate(0deg);
	right: -230px;
}



/* ### MEDIA-QUERIES ######################################################################## */

@media screen and (min-width:768px){
	.sm-mb-1{
		margin-bottom: 1em;
		}
	}

@media screen and (max-width:767px){

	h1, .h1 {
		font-size: 2em;
		}
	h2, .h2 {
		font-size: 1.7em;
		}
	h3, .h3 {
		font-size: 1.3em;
		}
	#meta_navigation{
		padding-bottom: 0;
		}
	#meta_navigation, #copyright p{
		text-align: center;
		}
	#meta_navigation li{
		display: block;
		padding: 0.25em 0 0.25em 0;
		}
	#meta_navigation ul{
		margin-bottom: 0.5em;
		}
	.zweispalten{
		-khtml-column-count: 1;
		-ms-column-count: 1;
		-o-column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		}
	.xs-mt-2{
		margin-top: 2em;
		}
	}


/* ##mods ## */

.box-background {
	background-color: #ececec;
}

.transparent {
background: none;
}

.gross {
font-size: 1.2em;
}
