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

/* 
##############################################################################
Programming // Der Hersteller // www.der-hersteller.de
XXX
##############################################################################
*/



/*body
############################################################################*/
html {
	height:101%;
}
body {
	font:62.5%/1.5em 'arvoregular', Helvetica, Arial, sans-serif;
	color: rgb(26,23,27);
}




/*typosatz
############################################################################*/
h1, h2, h3, h4, h5, h6 {
}

h1 {
	font-size: 2.4em;
	line-height: 1.4em;
	color: rgb(45,120,139);
	margin: 0 0 0.6em 0;
}
h2 {
	font-family: 'arvobold';
	font-size: 1.4em;
	line-height: 1.7em;
	color: rgb(45,120,139);
}
h3 {
	font-family: 'arvobold';
	font-size: 1.4em;
	line-height: 1.7em;
}
h4 {	
}
h5 {	
}
p {
	font-size: 1.4em;
	line-height: 1.7em;
	margin: 0 0 1.6em 0;
}
#main ul {
	font-size: 1.4em;
	line-height: 1.7em;
	margin: 0 0 1.6em 0;
}
#main ul li {
	padding-left: 1em;
    position: relative;
}
#main ul li:before {
	content: "·";
	position: absolute;
	left: 0;
	font-size: 1.4em;
}
b, strong {
	font-family: 'arvobold';
}
i, em {
	font-family: 'arvoitalic';
}



/*class
############################################################################*/
.left {float:left;}
.right {float:right;}
.clear {clear:both;}
.wech {display: none !important; visibility: hidden;}



/*layout
############################################################################*/
#wrapper {
}



/*content
############################################################################*/
#main {
	padding: 8.5em 1.6em 6.9em 1.6em;
}
#main a {
	color: rgb(26,23,27);
	font-family: 'arvobold';
}
#main a:hover {
	text-decoration: none;
}
#main img {
	max-width: 100%;
	height: auto;
}
#main img.right {
	display: block;
	margin: 0 0 3.2em 2.4em;
}
#main hr {
	border-top: 1px dotted rgb(26,23,27);
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0 0 1.6em 0;
}

.trigger a {
	cursor: pointer;
	text-decoration: underline;
}
.toggle-container {
	display: none;
}
.toggle-container + h2 {
	margin-top: 2.5em;
}

.responsiveContainer {
  	position: relative;
  	padding: 0 0 50% 0;
	margin: 0 0 0 0;
  	height: 0;
  	overflow: hidden;
}
.responsiveContainer iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}


.sc-content h2 {
	border-top: 1px dotted rgb(26,23,27);
	padding-top: 2em;
	/*margin: 0 0 2.4em 0;*/
}
.sc-content p + h2 {
	margin-top: 2em !important;
}
.sc-content h2:first-child {
	border-top: none;
	padding-top: 0;
}


/*header
############################################################################*/
#header {
	width: 100%;
	padding: 1em 0 0 0;
	background: rgb(181,221,232);
}
#header .title {
	margin: 0 auto;
	width: 44.4em;
	color: rgb(45,120,139);
}
#header .title h2 {
	float: left;
	font-family: 'shadows_into_lightregular';
	font-size: 5.8em;
	line-height: 1.2em;
}
#header .title h3 {
	float: right;
	font-family: 'arvoregular';
	font-size: 1.6em;
}
#header .logo {
	position: relative;
	clear: both;
	text-align: center;
}
#header .logo img.silhouette {
	position: absolute;
	left: -18em;
	bottom: -3.7em;
	z-index: 100;
}



/*nav
############################################################################*/
#menu {
}
#menu ul {
	text-align: center;
}
#menu ul li {
	display: inline-block;
	margin: 0 -4px 0 0;
}
#menu ul li a {
	display: block;
	font-size: 1.4em;
	line-height: 1.4em;
	text-transform: uppercase;
	text-decoration: none;
	background: none;
	color: rgb(45,120,139);
	padding: 0.5em 1.4em 0.5em 1.4em;
}
#menu ul li a:hover,
#menu ul li a:active,
#menu ul li a.current {
	background: rgb(255,255,255);
	webkit-transition:0.4s linear;  
   	-moz-transition:0.4s linear;  
   	-o-transition:0.4s linear;  
   	transition:0.4s linear;
}

#menu-trigger {
	display: none;
	float: left;
	width: auto;
}
#menu-trigger a {
	display: block;
	font-size: 1.4em;
	line-height: 1.4em;
	text-transform: uppercase;
	text-decoration: none;
	background: rgb(255,255,255) url(../img/icon-menu.png) 1.8em 0.65em no-repeat;
	color: rgb(45,120,139);
	padding: 0.5em 2.4em 0.5em 4.5em;
}
#menu-trigger a:hover,
#menu-trigger a:active {
	background-color: rgb(181,221,232);
	webkit-transition:0.4s linear;  
   	-moz-transition:0.4s linear;  
   	-o-transition:0.4s linear;  
   	transition:0.4s linear;
}


/*footer
############################################################################*/
#footer {
}


/*formular
############################################################################*/
form {
	margin: 3.2em 0 3.2em 0;
	width: 60%;
}
label {
	display: block;
	font-size: 1.4em;
	line-height: 1.7em;
	margin: 0 0 0 0;
}
input, textarea {
	display: block;
	border: 1px solid rgb(181,221,232);
	margin: 0 0 0.6em 0;
	width: 100%
}
input {
	height: 2.8em;
}
textarea {
	height: 8.5em;
}
input[type=submit] {
	float: right;
	text-align: right;
	width: auto;
	padding: 0;
	border: none;
	background: none;
	font-size: 1.4em;
	line-height: 1.4em;
	text-transform: uppercase;
	color: rgb(45,120,139);
	cursor: pointer;
}
input[type=submit]:hover {
	color: rgb(26,23,27);
	webkit-transition:0.4s linear;  
   	-moz-transition:0.4s linear;  
   	-o-transition:0.4s linear;  
   	transition:0.4s linear;
}
form::before,
form::after {
  content: " ";
  display: table;
} 
form::after {
  clear: both;
}
form {
  *zoom: 1;
}
#wunsch {
	display: none;
}
.infoUser {
	font-family: 'arvobold';
	color: rgb(45,120,139);
}





