/*
.debugMode .be1, .debugMode .be2, .debugMode .be3, .debugMode .be4, .debugMode .be5, .debugMode .be6, .debugMode .be7, .debugMode .be8, .debugMode .be9, .debugMode .be10, .debugMode .be11, .debugMode .be12 {
	border: 1px solid red;
}
*/

/*
.m:nth-child(odd) {background: #c6f3fa}
.m:nth-child(even) {background: #c6faf7}
*/



/* ===================================================================================================
	RESET
====================================================================================================== */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	font-size: 62.5% !important; /* Results in 1rem = 10px */
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.45;
	font-family: "filson-pro", Arial, sans-serif;
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, blockquote, img, strong, b, i, dl, dt, dd, ol, ul, li, article, aside, figure, figcaption, header, nav, section, address, code, small, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, details, footer, hgroup, summary, time {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align: baseline;
	background: transparent;
	color: #1d1d1d;
}

a {
	text-decoration: none;
}

p a,
li a {
	text-decoration: underline;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

/* ===================================================================================================
	GRID
====================================================================================================== */

.be1, .be2, .be3, .be4, .be5, .be6, .be7, .be8, .be9, .be10, .be11, .be12,
.be1:before, .be2:before, .be3:before, .be4:before, .be5:before, .be6:before, .be7:before, .be8:before, .be9:before, .be10:before, .be11:before, .be12:before,
.be1:after, .be2:after, .be3:after, .be4:after, .be5:after, .be6:after, .be7:after, .be8:after, .be9:after, .be10:after, .be11:after, .be12:after {
    float:left;
    width: 100%;
    content:"";
    display:table;
    *zoom:1;
}

.be1:after, .be2:after, .be3:after, .be4:after, .be5:after, .be6:after, .be7:after, .be8:after, .be9:after, .be10:after, .be11:after, .be12:after{
	clear:both;
}

.be1 { width: 8.33333333333%; } .be2 { width: 16.6666666667%; } .be10 { width: 83.3333333333%; } .be11 { width: 91.6666666667%; } .be12 { width: 100%; }

/* ===================================================================================================
	STRUCTURE
====================================================================================================== */

.out {
	position: relative;
	background-color: #1d1d1d;
}

.in, .inNoWrap {
	float: none !important;
	position: relative;
	margin: 0 auto;
	max-width: 120rem;
	padding: 0;
}

/* ===================================================================================================
	LAZY LOADING
====================================================================================================== */

.ratioBox {
    position: relative;
    height: 0;
    display: block;
    width: 100%;
    background-color: #202020;
    /* padding-bottom is calculated and rendered into HTML */
}

.ratioBox img,
.ratioBox iframe,
.ratioBox video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/* fade image in while loading and show a spinner as background image (good for progressive images) */

.listElement a img.lazyload,
.listElement a img.lazyloading {
 height: 350px !important;
}

.js .lazyload,
.js .lazyloading {
 opacity: 0;
}
.lazyloaded {
 opacity: 1;
 transition: opacity 200ms;
}

/* ===================================================================================================
	RESPONSIVE IFRAMES
====================================================================================================== */

.elasticFrame {
	position: relative;
	padding-bottom: 55%;
	padding-top: 15px;
	height: 0;
	overflow: hidden;
}
.elasticFrame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ===================================================================================================
	UI ELEMENTS & HELPERS
====================================================================================================== */

.transitions {
	-webkit-transition: 	all 500ms ease;
	-moz-transition: 		all 500ms ease;
	-ms-transition: 		all 500ms ease;
	-o-transition: 			all 500ms ease;
	transition: 			all 500ms ease;
}

/* ================================================
	aStage		z-index: 200;
=================================================== */

#aStage {
	position: relative;
	z-index: 200;
}

/* ================================================
	aMods		z-index: 200;
=================================================== */

#aMods {
	position: relative;
	z-index: 200;
}

/* ================================================
	aFoot		z-index: 100;
=================================================== */

#aFoot {
    position: relative;
    z-index: 100;
    width: 100%;
    background-color: #fac6f1;
}

#aFoot .be4 {
	text-align: center;
}

/* preFoot */

#preFoot {
	background-color: #444;
	padding: 2rem 0;
}

#preFoot p {
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0;
}

/* preFoot */

#mainFoot {
	background-color: #222;
}

#mainFoot .be4 img {
    max-width: 250px;
    margin: 0 auto;
}

/* postFoot */

#postFoot {
	background-color: #1d1d1d;
}

#postFoot a {
	padding: 2rem;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: underline;
}

/* ===================================================================================================
	TYPOGRAPHY
====================================================================================================== */

h1, h2, h3, h4, h5 , h6 {
	font-family: "filson-pro", Arial;
	color: #fff;
	text-transform: uppercase;
}

p, a, li {
	font-family: "filson-pro";
	font-weight: 300;
	color: #1d1d1d;
}

p, li {
	margin-bottom: 1rem;
	font-size: 1.7rem;
	line-height: 2.5rem;
}

li {
	margin-bottom: 0;
	font-size: 1.7rem;
	line-height: 2.5rem;
	margin-left: 2.3rem;
}

h1 {
	font-size: 5rem;
    line-height: 4.5rem;
    margin-left: -3px;
}

.pageImprint h1 {
	font-size: 4.4rem;
    line-height: 1.5rem;
}

h2 {
    font-size: 2.7rem;
    line-height: 2.7rem;
    margin-bottom: 1.5rem;
}

h2 .h2smaller {
	font-size: 2.4rem;
    color: #fff;
}

h3 {
	font-size: 2.4rem;
}

/* ===================================================================================================
	STAGES
====================================================================================================== */

/* ================================================
	All Stages
=================================================== */

.s {

}

/* ================================================
	sBgMedia		Slider mit initialem Schieberegler-Slide
=================================================== */

.sBgMedia .in {
	padding-top: 0;
}

.sBgMedia .absolute {
    position: absolute;
    bottom: 10rem;
    z-index: 500;
    width: 100%;
    left: 0;
    padding: 0 2rem;
}

.sBgMedia p, .sBgMedia p .theme {
	color: #fff;
	font-family: "filson-pro", Arial;
	font-weight: 600;
}

.sBgMedia p .theme {
	font-weight: 300;
}

.theme {
	display: block;
}

/* ================================================
	mContent
=================================================== */
.mContent {
    margin-top: -0.5rem;
}

.mContent .in {
    background-color: white;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mContent .copy {
	padding: 0 2rem;
}
.mContent * {
  color: #222222 !important;
}

/* ===================================================================================================
	MODULES
====================================================================================================== */

/* ================================================
	All Modules
=================================================== */

.m {

}

#aFoot .be4:first-child svg {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

#aFoot .be4:nth-child(2) svg {
  margin-top: 1.3rem;
  margin-bottom: 1.3rem;
}

#aFoot .be4:nth-child(3) img {
  margin-top: 2.3rem;
  margin-bottom: 3.3rem;
}

/* ===================================================================================================
	HANDHELD ONLY
====================================================================================================== */

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

	.out {
		padding: 0 18%;
	}

}

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

	.out {
		padding: 0;
	}

	h1 {
	    margin-left: -3px;
	}

	h2 .h2smaller {
		font-size: 2.1rem;
	}

	h3 {
	    font-size: 2.1rem;
	}

	p, li {
		font-size: 1.6rem;
		line-height: 2.4rem;
		margin-bottom: 1.6rem;
	}

	li {
		font-size: 1.6rem;
		line-height: 2.4rem;
		margin-bottom: 0;
	}

}

h3 {margin-top: 4rem;}

/* ===================================================================================================
	DESKTOP ONLY
====================================================================================================== */

@media screen and (min-width: 1100px){

	/* ===============================================================================================
		GRID
	================================================================================================== */

	.be3 { width: 25%; } .be4 { width: 33.3333333333%; } .be5 { width: 41.6666666667%; } .be6 { width: 50%; } .be7 { width: 58.3333333333%;} .be8 { width:66.6666666667%; } .be9 { width: 75%; }

	/* ===============================================================================================
		STRUCTURE
	================================================================================================== */

	.out {

	}

	.in, .inNoWrap {

	}

	/* ================================================
		aStage		z-index: 200;
	=================================================== */

	#aStage {

	}

	/* ================================================
		aMods		z-index: 200;
	=================================================== */

	#aMods {

	}

	/* ================================================
		aFoot		z-index: 100;
	=================================================== */

	#aFoot .be4:first-child svg {
    margin-top: 3rem;
    margin-bottom: 1rem;
	}

	#aFoot .be4:nth-child(2) svg {
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
	}

  #aFoot .be4:nth-child(3) img {
    margin-top: 4.3rem;
    margin-bottom: 3.3rem;
	}

	/* preFoot */

	#preFoot {

	}

	/* preFoot */

	#mainFoot {

	}

	/* postFoot */

	#postFoot {
		background-color: #1d1d1d;
	}

	#postFoot a {
		padding: 2rem;
	}

	/* ===================================================================================================
		TYPOGRAPHY
	====================================================================================================== */

	h1, h2, h3, h4, h5 , h6 {

	}

	p, a, li {

	}

	p, li {
		font-size: 2rem;
		line-height: 2.8rem;
		margin-bottom: 2rem;
	}

	li {
		font-size: 2rem;
		line-height: 2.8rem;
		margin-bottom: 0;
	}

	h1 {
		font-size: 15rem;
	    line-height: 11.2rem;
	    margin-left: -10px;
	}

	.pageImprint h1 {
		font-size: 8rem;
	    line-height: 5rem;
	    margin-left: -4px;
	}

	h2 {
		font-size: 4rem;
	    line-height: 4.2rem;
	    margin-bottom: 2rem;
	}

	h2 .h2smaller {
	    font-size: 1.5rem;
	    line-height: 2.4rem;
	}

	h3 {
		font-size: 2.4rem;
	}

	/* ===================================================================================================
		STAGES
	====================================================================================================== */

	/* ================================================
		All Stages
	=================================================== */

	.s {

	}

	.pageImprint #aStage {
	    margin-top: -75rem;
	}

	/* ================================================
		sBgMedia
	=================================================== */

	.sBgMedia .absolute {
		position: absolute;
		bottom: 10rem;
		z-index: 500;
		width: 100%;
		padding: 0 0 0 40%;
	}

	.sBgMedia p, .sBgMedia p .theme {
		font-size: 2rem;
		line-height: 2.3rem;
	}

	/* ================================================
		mContent
	=================================================== */

	.mContent .in {
		padding-top: 4rem;
	}

	.mContent .copy {
		margin-left: 40%;
		margin-right: 15rem;
		padding: 0;
	}

	/* ===================================================================================================
		MODULES
	====================================================================================================== */

	/* ================================================
		All Modules
	=================================================== */

	.m {

	}

}

.js h1 {
  position: absolute;
  top:-3000rem
}

h3 {
  text-transform: none;
}


/***********************************************************************************/
/*  englisch Button
/***********************************************************************************/

.inENG {
  display: block;
  position: absolute;
  /* width: 220px;
  height: 40px; */
  background-color: #222;
  color: white;
  z-index: 12;
  top: 2rem;
  right: 2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "filson-pro";
  padding: .5rem 1rem
}

figure {
  background-color: #fff;
  padding-top: 4rem;
}

@media screen and (min-width: 820px){
  figure {padding-top: 2rem;}
}
@media screen and (min-width: 1100px){
  figure {padding-top: 0;}
}
