/* ALLGEMEIN */

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	        
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

@font-face {
    font-family: 'yanone_kaffeesatzbold';
    src: url('../fonts/yanonekaffeesatz-bold-webfont.eot');
    src: url('../fonts/yanonekaffeesatz-bold-webfont.eot?#iefix') format('rembedded-opentype'),
         url('../fonts/yanonekaffeesatz-bold-webfont.woff2') format('woff2'),
         url('../fonts/yanonekaffeesatz-bold-webfont.woff') format('woff'),
         url('../fonts/yanonekaffeesatz-bold-webfont.ttf') format('truetype'),
         url('../fonts/yanonekaffeesatz-bold-webfont.svg#yanone_kaffeesatzbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yanone_kaffeesatzregular';
    src: url('../fonts/yanonekaffeesatz-regular-webfont.eot');
    src: url('../fonts/yanonekaffeesatz-regular-webfont.eot?#iefix') format('rembedded-opentype'),
         url('../fonts/yanonekaffeesatz-regular-webfont.woff2') format('woff2'),
         url('../fonts/yanonekaffeesatz-regular-webfont.woff') format('woff'),
         url('../fonts/yanonekaffeesatz-regular-webfont.ttf') format('truetype'),
         url('../fonts/yanonekaffeesatz-regular-webfont.svg#yanone_kaffeesatzregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yanone_kaffeesatzextra_light';
    src: url('../fonts/yanonekaffeesatz-extralight-webfont.eot');
    src: url('../fonts/yanonekaffeesatz-extralight-webfont.eot?#iefix') format('rembedded-opentype'),
         url('../fonts/yanonekaffeesatz-extralight-webfont.woff2') format('woff2'),
         url('../fonts/yanonekaffeesatz-extralight-webfont.woff') format('woff'),
         url('../fonts/yanonekaffeesatz-extralight-webfont.ttf') format('truetype'),
         url('../fonts/yanonekaffeesatz-extralight-webfont.svg#yanone_kaffeesatzextra_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'yanone_kaffeesatzlight';
    src: url('../fonts/yanonekaffeesatz-light-webfont.eot');
    src: url('../fonts/yanonekaffeesatz-light-webfont.eot?#iefix') format('rembedded-opentype'),
         url('../fonts/yanonekaffeesatz-light-webfont.woff2') format('woff2'),
         url('../fonts/yanonekaffeesatz-light-webfont.woff') format('woff'),
         url('../fonts/yanonekaffeesatz-light-webfont.ttf') format('truetype'),
         url('../fonts/yanonekaffeesatz-light-webfont.svg#yanone_kaffeesatzlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.thin		{ font-family: yanone_kaffeesatzextra_light; }
.light		{ font-family: yanone_kaffeesatzlight; }
.regular	{ font-family: yanone_kaffeesatzregular; }
.bold		{ font-family: yanone_kaffeesatzbold; }

.size10		{ font-size: 1.0rem;  }
.size15		{ font-size: 1.5rem;  }
.size20		{ font-size: 2.0rem;  }
.size22		{ font-size: 2.2rem;  }
.size24		{ font-size: 2.4rem;  }
.size25		{ font-size: 2.5rem;  }
.size26		{ font-size: 2.6rem;  }
.size28		{ font-size: 2.8rem;  }
.size30		{ font-size: 3.0rem;  }
.size31		{ font-size: 3.1rem;  }
.size32		{ font-size: 3.2rem;  }
.size35		{ font-size: 3.5rem;  }
.size36		{ font-size: 3.6rem;  }
.size40		{ font-size: 4.0rem;  }
.size43		{ font-size: 4.3rem;  }
.size45		{ font-size: 4.5rem;  }
.size50		{ font-size: 5.0rem;  }
.size55		{ font-size: 5.5rem;  }
.size80		{ font-size: 8.0rem;  }
.size90		{ font-size: 9.0rem;  }
.size100	{ font-size: 10.0rem; }
.size120	{ font-size: 12.0rem; }
.size130	{ font-size: 13.0rem; }
.size140	{ font-size: 14.0rem; }
.size150	{ font-size: 15.0rem; }
.size300	{ font-size: 30.0rem; }
.size400	{ font-size: 40.0rem; }

.linksbuendig  { text-align: left;   }
.mittelsatz    { text-align: center; }
.rechtsbuendig { text-align: right;  }

.lh8		{ line-height: 8.0rem; }
.lh10		{ line-height: 1.0rem; }
.lh15		{ line-height: 1.5rem; }
.lh20		{ line-height: 2.0rem; }
.lh30		{ line-height: 3.0rem; }
.lh35		{ line-height: 3.5rem; }
.lh36		{ line-height: 3.6rem; }
.lh38		{ line-height: 3.8rem; }

.ls-006     { letter-spacing: 0.06rem; }

.weiss      { color: white !important; }
.dunkelgrau { color: #555555 !important; }
.schwarz    { color: black !important; }

.text-shadow {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.text-shadow-03 {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, .3);
}

.display-block {
	display: block;
}

.position-absolute {
	position: absolute;
}

.margin-top-15rem {
	margin-top: 15rem;
}

.bottom-0 {
	bottom: 0rem;
}

.w100-h100 {
	width: 100%; height: 100%;
}

.bg-white {
	background: white !important;
}

.white-border {
	border: 1px solid white !important;
}

html {
	width: 100%; height: 100%;
	-webkit-text-size-adjust: none;
	font-family: yanone_kaffeesatzlight;
	font-weight: 300;
	font-size: 62.5%;
	line-height: 1.25;
}

body {
	background-color: white;
	margin: 0 auto; padding: 0;
	max-width: 1920px;
}

a {
	color: #555555;
	text-decoration: none;
	
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-o-transition: all 250ms;
	-ms-transition: all 250ms;
	transition: all 250ms;
}

a:hover {
	color: black !important;
}

a:visited {
	color: #555555;
}

#fullpage {
}

/* Preloader */

#pre-wrapper {
	display: table; position: absolute;
	width: 100%; height: 100%;
	background-color: white;
	z-index: 101;
}

#preloader {
	display: table-cell; position: relative;
	width: 100%;
	vertical-align: middle;
	text-align: center;
}

#preloader span,
#progressbar {
	display: block; position: relative;
	margin-top: -5rem;
}

#progressbar {
	display: block; position: relative;
	top: 16px;
	min-width: 25rem; width: 50%; height: 2px;
	margin: auto;
	background-color: #e0e0e0;
}

.progress {
	width: 0%; height: 100%;
	background-color: #555555;
}

.full-page {
	width: 100%;
}

.gradient {
	display: block; position: absolute;
	width: 300rem; height: 300rem;
	background: -moz-radial-gradient(center, ellipse cover,  #ffffff 25%, #dedede 70%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%,#ffffff), color-stop(70%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 25%,#dedede 70%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #ffffff 25%,#dedede 70%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #ffffff 25%,#dedede 70%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #ffffff 25%,#dedede 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dedede',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.container {
	display: block; position: relative;
	max-width: 102.4rem; height: 100%;
	margin: auto; padding: 0 2.5rem;
	border: 1px solid rgba(128, 128, 128, 0);
}

#main {
	display: block; position: relative;
	top: 1.5rem;
}

/* FullPage.js Navigation */

#fp-nav {
    position: fixed;
    font-size: 2rem;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}

#fp-nav.right {
    right: 17px;
}

#fp-nav.left {
    margin-left: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #555555;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #555555;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

#fp-nav ul li .fp-tooltip:before {
	display: block; position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-top: 0.7rem solid transparent;
	border-bottom: 0.7rem solid transparent; 
	border-right: 0.8rem solid #555555;
	left: -0.9rem;
	top: 0.9rem;
}

#fp-nav ul li .fp-tooltip:after {
	display: block; position: absolute;
	content: "";
	width: 0; 
	height: 0; 
	border-top: 0.7rem solid transparent;
	border-bottom: 0.7rem solid transparent; 
	border-right: 0.7rem solid #f0f0f0;
	left: -0.7rem;
	top: 0.9rem;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -1.1rem;
    font-size: 2.5rem;
    font-family: yanone_kaffeesatzlight;
    white-space: nowrap;
    overflow: visible;
    display: block;
    opacity: 0;
    width: 0;
    border-radius: 0.5rem;
    padding: 0.1rem 0.5rem;
    margin-left: 0.5rem;
    color: #555555;
	background-color: #f0f0f0;
    border: 1px solid #555555;
}

.tooltip-negative {
	color: white !important;
	background-color: rgba(17,35,29,1) !important;
    border: 1px solid white !important;
}

#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}

/* FullPage.js Navigation Ende */

#zurueck {
	display: block; position: relative;
	width: intrinsic;
	margin-bottom: 5rem;
}

.pfeil-links {
	display: inline-block; position: relative;
	width: 3rem; height: 3rem;
	top: .5rem;
	margin-right: .25rem;
	background-image: url('../img/pfeil_links.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}

.pfeil-unten {
	display: block; position: relative;
	width: 4.1rem; height: 1.6rem;
	margin: 0.5rem auto 0 auto;
	background-image: url('../img/pfeil_unten.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}

.pfeil-unten-weiss {
	display: block; position: relative;
	width: 4.1rem; height: 1.6rem;
	margin: 0.5rem auto 0 auto;
	background-image: url('../img/pfeil_unten_weiss.svg');
	background-repeat: no-repeat;
	background-size: 100%;
}

p {
	margin: 0; padding: 0;
}

#headline {
	display: inline-block; position: relative;
	left: 8.75rem; top: -2.25rem;
	margin-right: -10rem;
}

.subhead {
	display: block; position: relative;
	margin: 2rem 0 0.25rem 0;
}

#footer {
	display: block; position: relative;
	padding: 2.5rem;
}

#logo-footer {
	display: inline-block; position: relative;
	width: 29.2rem; height: 3.5rem;
	top: 1.05rem;
	margin-right: -0.25rem;
	cursor: pointer;
}

#logo-footer img {
	width: 100%; height: 100%;
}

#footer-links {
	display: inline-block; position: relative;
}

#footer-links a {
	cursor: pointer;
}

.trenner:before {
	display: inline-block; position: relative;
	content: " • ";
}

.trenner {
	display: inline-block; position: relative;
	padding: 0 0.7rem;
	text-align: center;
}

.next a {
	display: block; position: absolute;
	width: 20rem;
	left: 50%;
	margin: 0 0 0 -10rem;
	padding: 0;
	text-align: center;
	bottom: 2rem;
	cursor: pointer;
	pointer-events: all;
}


/* HAUPTSEITE */

.section {
	display: block; position: relative;
	overflow: hidden;
	background: #dedede;
}

.mehr:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 3rem; height: 3rem;
	top: .4rem;
	margin: 0 1rem 0 -4.25rem;
	background-image: url('../img/pfeil_rechts.svg');
	background-size: 100%;
}

.mehr-weiss:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 3rem; height: 3rem;
	top: .4rem;
	margin: 0 1rem 0 -4.25rem;
	background-image: url('../img/pfeil_rechts_weiss.svg');
	background-size: 100%;
}

.mehr, .mehr-weiss {
	margin: 1rem 0 0 4.25rem;
	cursor: pointer;
}

/* --- S E C T I O N  1 --- */

#section1-gradient .gradient {
	display: block; position: relative;
	left: 0rem; top: -100rem;
	margin: auto;
}

#section1-hg {
	display: block; position: absolute;
	width: 100%; height: 100%;
	background-image: url('../img/section1_background.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}

#s1-logo {
	display: block; position: absolute;
	width: 56.2rem; height: 35.3rem;
	left: -0.8rem; bottom: 40rem;
	margin-bottom: 7.5rem;
}

#s1-claim {
	display: block; position: absolute;
	max-width: 49.5rem;
	left: 6rem; bottom: 36.25rem;
}

#s1-benefits {
	display: block; position: absolute;
	left: 5rem; bottom: 17.75rem;
}

#section1 .fb-like {
	display: block; position: absolute;
	right: 23.25rem; bottom: 18.5rem;
}

/* --- S E C T I O N  2 --- */

#section2.section {
	background-color: #11231d !important;
}

#section2-hg {
	display: block; position: absolute;
	width: 100%; height: 100%;
	background-image: url('../img/section2_background.jpg');
	background-position: center bottom;
	background-size: auto 112%;
	background-repeat: no-repeat;
}

#section2 .inline-image {
	display: none;
}

#s2-text {
	display: block; position: absolute;
	left: 4rem; bottom: 8rem;
}

/* --- S E C T I O N  3 --- */

#section3-gradient .gradient {
	display: block; position: relative;
	width: 200rem; height: 200rem;
	left: 0rem; top: -75rem;
	margin: auto;
}

#section3 .container {
	display: table;
	padding: 0;
	width: 100%;
}

#s3-content {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

#s3-wrapper {
	display: block; position: relative;
	top: -33rem;
}

#s3-text {
	display: block; position: relative;
	left: 60rem; top: 7rem;
}

.s3-foto {
	display: block; position: absolute;
	width: 59.5rem; height: auto;
	box-shadow: 0.4rem 0.4rem 1.5rem rgba(0,0,0,0.3);
}

#s3-foto1 { left: -13rem; top: 10rem; z-index: 1; }
#s3-foto2 { left: -5rem;  top: 50rem; }
#s3-foto3 { left: 47rem;  top: 55rem; }

/* --- S E C T I O N  4 --- */

#section4-gradient .gradient {
	display: block; position: relative;
	width: 150rem; height: 150rem;
	left: 0rem; top: -100rem;
	margin: auto;
}

#section4 .inline-image {
	display: none;
}

#s4-text {
	display: block; position: relative;
	left: 11rem; top: 5.5rem;
}

#section4-hg {
	display: block; position: absolute;
	width: 100%; height: 100%;
	background-image: url('../img/section4_background.png');
	background-position: center 27rem;
	background-repeat: no-repeat;
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

/* --- S E C T I O N  5 --- */

#section5-gradient .gradient {
	display: block; position: relative;
	width: 200rem; height: 200rem;
	left: -50rem; top: -50rem;
	margin: auto;
}

#section5 .inline-image,
#section5 .inline-image-2 {
	display: none;
}

#s5-text {
	display: block; position: absolute;
	left: 48rem; bottom: 64rem;
	z-index: 1;
}

#section5-hg {
	display: block; position: absolute;
	width: 100%; height: 100%;
	background-image: url('../img/section5_background.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

#section5-wlan {
	display: block; position: absolute;
	width: 100%; height: 100%;
	background-image: url('../img/section5_wlan.svg');
	background-position: center bottom;
	background-repeat: no-repeat;
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

#section5 .next a {
	z-index: 1;
}

/* --- S E C T I O N  6 --- */

#section6-gradient .gradient {
	display: block; position: relative;
	width: 300rem; height: 300rem;
	left: -45%; top: -100%;
	margin: auto;
}


#section6 .container {
	display: table;
	padding: 0;
}

#s6-content {
	display: table-cell;
	vertical-align: middle;
}

#s6-text {
	margin-top: -6rem !important;
	text-align: center;
}

#s6-text sup {
	font-size: 1.5rem;
}

#s6-text1,
#s6-text2 {
	display: inline-block;
	width: intrinsic !important;
	margin: 0 1.5rem;
}

#section6 .punkt {
	display: none;
}

#section6 #mehr-erfahren {
	display: block; position: absolute;
	right: 11rem; bottom: 3.5rem;
}

#section6 .inline-image {
	display: block; position: relative;
	width: 100%;
	top: 4rem;
	margin: 0 auto;
}

#section6 #randnotiz {
	display: block; position: absolute;
	font-size: 1.8rem;
	left: 9%; bottom: 4rem;
}

#section6 #randnotiz sup {
	font-size: 1rem;
}

/* --- S E C T I O N  7 --- */

#section7 {
	background-color: #cccccc;
}

#section7 .container {
	display: table;
	max-width: 90rem;
}

#s7-content {
	display: table-cell;
	vertical-align: middle;
}

#s7-head {
	display: block;
	line-height: 7.5rem;
	margin-top: -7.5rem;
}

#s7-fliess {
	margin: 2rem 0 2rem 0;
}

#section7 form {
	width: 96%;
}

#section7 .optional {
	display: inline-block;
}

#section7 form label {
	cursor: pointer;
}

#section7 form input[type="text"],
#section7 form input[type="email"],
#section7 form textarea {
	font-family: yanone_kaffeesatzlight;
	color: #555555;
	font-size: 3rem;
	border: 1px solid #555555;
}

#section7 form textarea {
	resize: none;
}

input {
	margin: 0 0 2rem 0;
}

input, textarea {
	padding: 1rem 1.5rem;
	-webkit-appearance: none;
    border-radius: 0;
}

input:focus,
textarea:focus {
	outline: 0;
}

input:required {
    box-shadow: none;
}

input:invalid {
    box-shadow: none;
}

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

.label-radio {
	display: inline-block;  
    cursor: pointer;  
    position: relative;  
}

.label-radio:before {
	content: "";
	display: inline-block; position: relative;
	left: 0; top: -0.25rem;
	width: 1.5rem; height: 1.5rem;
	margin: 0 0.5rem 0 0;
	border-radius: 50%;
	
	background-image: url('../img/radio.svg');
		
	-webkit-transition: all 250ms;
	-moz-transition: all 250ms;
	-o-transition: all 250ms;
	-ms-transition: all 250ms;
	transition: all 250ms;
}

input[type=radio]:checked + .label-radio:before {
	background-image: url('../img/radio-checked.svg');
}

#section7 .spalte1 {
	display: inline-block; position: relative;
	width: 15rem;
	margin-right: 1.5rem;
	text-align: right;
}

#section7 .spalte2 {
	display: inline-block; position: relative;
	width: 11rem;
	margin-right: 1.5rem;
	text-align: right;
}

#section7 #art-des-events {
	margin-right: 3rem;
	float: left;
}

#section7 #art-1 {
	display: block; position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}

#section7 #art-1 input + .label-radio {
	display: inline-block;
	vertical-align: middle;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

#art-2 {
	margin: 0 0 0 18rem;
}

#art-2 input[type="text"],
#email input[type="email"],
#text-vorname,
#text-name,
#text-wo,
#text-wann {
	width: 100%;
}

#art-2 label,
#radio-sonstiges {
	float: left;
	margin: 1rem 1rem 0 0;
}

#label-email,
#label-vorname,
#label-name,
#label-wann,
#label-wo {
	margin: 1rem 0 0 0;
	float: left;
	cursor: pointer;
}

#art-2 span,
#email span,
#anmerkung span,
#wann-wo span,
#vorname-name span {
	display: block;
    overflow: hidden;
    padding: 0;
}

#wann-wo,
#vorname-name {
	display: inline-block;
	width: 49.8%;
	margin: 0; padding: 0;
}

#vorname-name {
	float: right;
}

#anmerkung {
	display: block; position: relative;
	margin-bottom: 2rem;
}

#email {
	display: block; position: relative;
}

#label-anmerkung {
	float: left;
}

#textarea-anmerkung {
	display: inline-block; position: relative;
	margin: 0;
	width: 100%; height: 19rem;
}

#nachricht-rechts {
	width: 17rem;
	margin-left: 2rem;
	float: right;
}

#nachricht-rechts #hinweis {
	display: block; position: relative;
}

/* Honeypot als Spamschutz */
#textarea-nachricht {
	display: inline-block; position: relative;
	margin: 0;
	width: 100%; height: 0.1px !important;
	border: none !important;
	background-color: #cccccc;
}

input[type="submit"] {
	display: block; position: absolute;
	bottom: 0.3rem;
	
	padding: 1rem 1.5rem !important;
	margin: 0;

	text-align: center;
	line-height: 2.7rem;

	border: none;
			
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-ms-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	
	cursor: pointer;
	
	background-color: #555555;
}

#hinweis-submit-mobile {
	display: none;
}

#section7 #alternative {
	display: block; position: relative;
}

#section7 #alternative a {
	text-decoration: underline;
}


/* --- S E C T I O N  8 --- */

#section8-gradient .gradient {
	display: block; position: relative;
	width: 150rem; height: 150rem;
	left: 0rem; top: -100rem;
	margin: auto;
}

#section8 .container {
	display: table;
	padding: 0;
}

#section8 #footer.container {
	padding: 2.5rem;
}

#s8-content {
	display: table-cell; position: relative;
	vertical-align: middle;
}

#s8-foto,
#s8-text {
	top: -4rem;
}

#s8-foto {
	display: block; position: relative;
	width: 30%;
	float: left;
}

#s8-foto img {
	display: block; position: relative;
	top: -5rem;
	max-width: 100%; height: auto;
}

#s8-text {
	display: block; position: relative;
	width: 65%;
	float: right;
}

#s8-head {
	display: block; position: relative;
	margin-bottom: 3rem;
	line-height: 9rem;
}

#s8-fliess {
	max-width: 64rem;
}

#s8-fliess a {
	text-decoration: underline;
}

#s8-fliess p {
	display: block; position: relative;
	margin-bottom: 1rem;
}

#s8-fliess .linebreak {
	display: none;
}


/* FAQ */

#header-bg {
	display: block; position: relative;
	width: 100%;
	top: 0rem;
	background-color: rgba(0,0,0,0.03);
}

#header {
	display: block; position: relative;
	top: 0rem;
}

#logo-faq-imp {
	display: inline-block; position: relative;
	width: 27.3rem; height: 19.45rem;
	top: 2.25rem;
	margin: 0 0 3.5rem 0;
}

#link_logo {
	display: inline-block; position: absolute;
	width: 28rem; height: 19.45rem;
	left: 2rem; top: 3rem;
	margin: 0 0 3.5rem 0;
}

#logo-faq-imp object {
	display: block; position: relative;
	left: -3.8rem;
}

.frage:before {
	content: "";
	display: inline-block;
	position: relative;
	width: 3rem; height: 3rem;
	top: .25rem;
	margin: 0 1.25rem 0 -4.25rem;
	background-image: url('../img/pfeil_rechts.svg');
	background-size: 100%;
}

.frage {
	margin: 2rem 0 0.5rem 4.25rem;
	color: #555555;
	font-family: yanone_kaffeesatzlight;
	font-size: 3.7rem;
	letter-spacing: 0.025rem;
	cursor: pointer;
}

.antwort {
	margin-left: 4.25rem;
	display: none;
	color: #555555;
	font-family: yanone_kaffeesatzlight;
	font-size: 2.8rem;
	line-height: 1.3;
}

#footer-bg {
	display: block; position: absolute;
	width: 100%;
}

#footer {
	width: 100%;
}

#footer.container {
	width: 90.2rem;
}

.hg-weiss {
	background-color: white;
}

.hg-hellgrau {
	background-color: rgba(0,0,0,0.03);
}


/* DANKE */

#danke-wrapper {
	display: table; position: absolute;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.03);
	overflow: hidden;
}

#danke-gradient .gradient {
	display: block; position: relative;
	width: 200rem; height: 200rem;
	left: 0rem; top: -75rem;
	margin: auto;
}

#danke-content {
	display: table-cell; position: relative;
	text-align: center;
	vertical-align: middle;
}

#danke-content #headline,
#danke-content p,
#danke-zurueck {
	position: relative;
	top: -5rem !important;
}

#danke-content #headline {
	margin: 0; padding: 0;
	left: 0; top: 0;
	font-size: 14rem;
	line-height: normal;
}

#danke-content p {
	display: block; position: relative;
	top: -1rem;
}

#danke-content #danke-zurueck {
	margin-top: 2rem;
}


/* IMPRESSUM */

#zurueck a {
	text-decoration: none;
}

.container.impressum {
	font-size: 2.5rem;
	line-height: 1.35;
	color: #555555;
}

.impressum a {
	text-decoration: underline;
}

#imp_angaben {
	text-align: center;
}

#imp_haftung_titel {
	display: block; position: relative;
	font-size: 3.7rem;
	text-align: center;
	margin: 6rem auto -4rem auto;
}
