/* Reset
-----------------------------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font-style:normal;vertical-align:baseline;background:0 0;font-weight:normal;}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}

/* Schriften
-----------------------------------------------------------*/
@font-face {
	font-family: 'SulSansLight';
	src: url("webfonts/SulSansLight.eot"); /* IE9 Compat Modes */
	src: url("webfonts/SulSansLight.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
		 url('webfonts/SulSansLight.woff') format('woff'); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SulSansLightItalic';
	src: url("webfonts/SulSansLightItalic.eot"); /* IE9 Compat Modes */
	src: url("webfonts/SulSansLightItalic.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
		 url('webfonts/SulSansLightItalic.woff') format('woff'); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'SulSansBold';
	src: url("webfonts/SulSansBold.eot"); /* IE9 Compat Modes */
	src: url("webfonts/SulSansBold.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
		 url('webfonts/SulSansBold.woff') format('woff'); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}


/* Grundgerüst
-----------------------------------------------------------*/
html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 101%;
}

body {
	font-family: 'SulSansLight', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #42392c;
	font-size: 20px;
}

.frame {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.mainContent {
	width: 71.4285714286%;
	margin: 0 auto;
	position: relative;
/* 	padding-bottom: 15vh; */
	line-height: 1.5em;
}

section, footer {
	position: relative;
	box-sizing: border-box;
}

footer .mainContent {
	padding: 10.5em 0 9em 0;
	margin-bottom: 10em;
}

/* Allgemeine Formatierungen
-----------------------------------------------------------*/
img {
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid #42392c;
}

.darkmode a {
	color: #efcc22;
	border-bottom: 1px solid #fff;
}

p {
	padding: 0 1px 1.5em 1px;
}

p:last-child {
/* 	padding-bottom: 0; */
}

em {
	font-family: 'SulSansLightItalic', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Struktur
-----------------------------------------------------------*/
.intro p {
	font-family: 'SulSansBold', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.25em;
	margin: 0 0 0 20%;
}

h2 {
	font-family: 'SulSansBold', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	width: 20%;
	padding: 0 1px;
	box-sizing:border-box;
	font-size: 1.2em;
	line-height: 1.25em;
}

h2 span, h2 em {
	display: block;
}

h3 {
	font-family: 'SulSansBold', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.content {
	float: right;
	width: 80%;
	box-sizing:border-box;
	padding: 0 1px;
}

.portrait {
	width: 50%;
	margin-bottom: 0.75em;
	padding: 0 1px;
	padding: 0 1px;
}

.box75 {
	margin-left: 25%;
	box-sizing:border-box;
	padding: 0 1px;
}


/* Header
-----------------------------------------------------------*/
.siteHeader {
	position: relative;
	margin-bottom: 9em;
	height: 12em;
}

.logo {
	display: block;
	width: 20%;
	padding: 0 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.logo img {
	display: block;
	height: auto;
}

a.logo {
	border-bottom: none;
}

.logo:before {
	position: absolute;
	width: 50%;
	height: 100%;
	left: -60%;
	display: block;
	content: " ";
	background: url(/img/silex.svg) no-repeat left bottom;
	background-size: auto 100%;
}

.contactInfo {
	text-align: right;
	position: absolute;
	bottom: -0.33em;
	right: 0;
}

.contactInfo p {
	padding-bottom: 0;
}

.langNav {
	float: right;
	padding-top: 0.5em;
	font-weight: bold;
}


/* Spezifische Formatierungen
-----------------------------------------------------------*/
.content ul {
	padding: 0 1px 1.5em 1px;
}

.content ul li {
	list-style-type: none;
	padding: 0 0 0 0.75em;
}

.content ul li:before {
	content: "_ ";
	position: relative;
	margin-left: -0.75em;
}

.darkmode {
	background: #42392c;
	color: white;
}

.darkmode .mainContent {
	padding: 10.5em 0 9em 0;
}

.header .mainContent, .angebot, .intro, .marcel {
	padding: 0 0 9em 0;
}

/* Senkblei und Schnüre
-----------------------------------------------------------*/
.senkblei, .schnur {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	border-left: 1px solid rgba(239, 204, 34, 0.35);
/* 	border-left: 1px solid red; */
	z-index: -1;
}

.senkblei div, .schnur div {
	border-right: 1px solid rgba(239, 204, 34, 0.35);
/* 	border-right: 1px solid red; */
	height: 100%;
	width: 20%;
	height: 100%;
	float: left;
	position: absolute;
}

.senkblei div:nth-child(2), .schnur div:nth-child(2) {
	left: 20%;
}

.senkblei div:nth-child(3), .schnur div:nth-child(3) {
	left: 40%;
}

.senkblei div:nth-child(4), .schnur div:nth-child(4) {
	left: 60%;
}

.senkblei div:nth-child(5), .schnur div:nth-child(5) {
	left: 80%;
}

.senkblei div:after, .senkblei:after {
	position: absolute;
	background: url(../img/senkblei.png) no-repeat center top;
	background-size: 100% auto;
	width: 7px;
	height: 40px;
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	-ms-transform: translate(50%, 0%);
	-webkit-transform: translate(50%, 0%);
	transform: translate(50%, 0%);
}

.senkblei:after {
	right: auto;
	-ms-transform: translate(-50%, 85%);
	-webkit-transform: translate(-50%, 85%);
	transform: translate(-50%, 85%);
}

.senkblei div:first-child:after {
	-ms-transform: translate(50%, 30%);
	-webkit-transform: translate(50%, 30%);
	transform: translate(50%, 30%);
}

.senkblei div:nth-child(2):after {
	-ms-transform: translate(50%, 30%);
	-webkit-transform: translate(50%, 30%);
	transform: translate(50%, 30%);
}

.senkblei div:nth-child(3):after {
	-ms-transform: translate(50%, 80%);
	-webkit-transform: translate(50%, 80%);
	transform: translate(50%, 80%);
}

.senkblei div:nth-child(4):after {
	-ms-transform: translate(50%, 50%);
	-webkit-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
}

.senkblei div:nth-child(5):after {
	-ms-transform: translate(50%, 15%);
	-webkit-transform: translate(50%, 15%);
	transform: translate(50%, 15%);
}





/*-----------------------------------------------------------------------------------
-------------------------------------------------------------------------------------
MediaQueries
-------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------*/

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

body {
	font-size: 18px;
}

h2 {
	float: none;
	width: 100%;
	padding-bottom: 0.5em;
}

h2 span, h2 em {
	display: inline;
}

} /* Ende 1200 */



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

.intro p {
	margin: 0;
}

.portrait {
	width: 40%;
}

.content {
	float: none;
	width: 100%;
}

.box75 {
	margin-left: 20%;
}

} /* Ende 900 */



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

body {
	font-size: 17px;
}

.mainContent {
	width: 92%;
}

.box75 {
	margin-left: 20%;
}

.logo {
	left: 20%;
}

.logo:before {
	position: absolute;
	width: 100%;
	left: -70%;
}

footer .mainContent {
	padding: 20vw 0 17.5vw 0;
	margin-bottom: 20vw;
}

.siteHeader {
	margin-bottom: 25vw;
	height: 25vw;
}

.darkmode .mainContent {
	padding: 6.5em 0 5em 0;
	padding: 20vw 0 17.5vw 0;
}

.header .mainContent, .angebot, .intro, .marcel {
	padding: 0 0 17.5vw 0;
}

} /* Ende 765 */



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

body {
	font-size: 15px;
}

.logo {
	width: 40%;
	position: relative;
	margin-bottom: 2em;
}

.logo:before {
	position: absolute;
	width: 50%;
	left: -45%;
}

.box75 {
	margin-left: 0;
}

.portrait {
	width: 100%;
}

.contactInfo {
/* 	display: none; */
	text-align: left;
	position: static;
	margin-left: 20%;
}

.senkblei, .schnur {
	border-left: 1px solid rgba(239, 204, 34, 0.27);
}

.senkblei div, .schnur div {
	border-right: 1px solid rgba(239, 204, 34, 0.27);
}

.senkblei div:after, .senkblei:after {
	width: 5px;
}

.siteHeader {
	padding: 1.5em 0 7vh 0;
}

.langNav {
	position: absolute;
	right: 0;
	top: 0;
}

} /* Ende 500 */


/* Clearfix
-----------------------------------------------------------*/
.group:after {
  content: "";
  display: table;
  clear: both;
 }