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

/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * Programming // Der Hersteller // www.der-hersteller.de                        *
 * Layout // siegel konzeption | gestaltung // www.jochen-siegel.de              *
 *                                                                               *
 * ----------------------------------------------------------------------------- */



html {
	height: 101%;
}
body {
	font: 62.5%/1.5em 'droid_sansregular', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: rgb(249,245,233);
	color: rgb(130,130,120);
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * TYPOSATZ                                                                      *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'droid_sansbold';
	font-weight: normal;
	text-transform: uppercase;
}

h1 {
	clear: both;
	color: rgb(128,128,128);
	font-size: 3em;
	line-height: 1.1em;
	margin: 0 0 0.7em 0;
}
h2 {
	font-size: 1.5em;
	line-height: 1.7em;
	margin: 0 0 1.5em 0;
}h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}
h4 {	
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0;
}
h5 {	
}
#main p,
#main ul {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0 0 1em 0;
}
#main p.image-top {
	margin-bottom: 1.8em;
}
#main p.image-top.mobile {
	display: none;
}
#main p.image-top.mobile img {
	-moz-box-shadow: 2px 3px 8px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 3px 8px 0 rgba(0,0,0,0.3);
	box-shadow: 2px 3px 8px 0 rgba(0,0,0,0.3);
}
#main p.no-margin {
	margin-bottom: 0;
}
#main ul {
	padding: 0 0 0 1em;
	list-style: square;
}
#main p + ul {
	margin-top: -1em;
}
i, em {
}
b, strong {
	font-family: 'droid_sansbold';
	font-weight: normal;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * CLASS                                                                         *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
.clear {clear: both;}
.align-center {text-align: center;}
.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

.nowrap {white-space: nowrap;}
.hide {display: none;}
.show-mobile {display: none;}
.hide-mobile {display: inline-block;}
section.mobile {display: none;}
section.screen {display: block;}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * CONTAINER                                                                     *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#wrapper {
	padding: 0 1.5em 3em 1.5em;
}
#container {
	position: relative;
	margin: 3em auto;
}

#content {
	/*float: right;
	width: 75.7%;*/ /* 757/1000 */
	padding: 4.3em 0 0 0;
	margin-left: 24.3em;
}
#content.index {
	/*float: none;*/
	width: 96.8%; /* 968/1000 */
	padding: 7.3em 0 0 0;
	margin-left: 0;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * HEADER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#header img {
	max-width: 100%;
	height: auto;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * NAVIGATION                                                                    *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#nav {
}
#nav > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav > ul > li {
	margin: 0 0 2em 0;
}
#nav > ul > li:nth-child(5) {
	margin-top: 13.4em;
}
#nav > ul > li > a {
	font-family: 'droid_sansbold';
	text-decoration: none;
	font-size: 1.41em;
	color: rgb(255,255,255);
}
#nav > ul > li > a:hover,
#nav > ul > li > a:active,
#nav > ul > li > a:focus,
#nav > ul > li > a.current {
	color:rgb(51,51,51);
	-webkit-transition:0.4s linear;  
   	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;    
   	-o-transition:0.4s linear;  
   	transition:0.4s linear;
}

.open-nav {
	display: none;
	margin: 1.5em 0 1.2em 0;
	text-indent:-99999px;
	color:rgb(130,130,120);
	font-size: 1.41em;
}
.open-nav .toggle-button {
	display: block;
	width: 1.8em;
	height: 1.8em;
	background-image: url(../img/hamburger.png);
	background-image: url(../img/hamburger.svg);
	background-repeat: no-repeat;
  	background-size: 1.8em;
}
.open-nav .toggle-button:hover,
.open-nav .toggle-button:active,
.open-nav .toggle-button:focus {
	opacity: 0.6;
}
.close-nav {
	position: absolute;
	right: 2em;
	top: 2em;
}
.close-nav .toggle-button {
	color: rgb(255,255,255);
	font-size: 2em;
	letter-spacing: 0.06em;
}
.toggle-button {
	font-family: 'droid_sansbold';
	text-decoration: none;
}
.toggle-button:hover,
.toggle-button:active,
.toggle-button:focus {
	-webkit-transition:0.4s linear;  
   	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;    
   	-o-transition:0.4s linear;  
   	transition:0.4s linear;
}
.close-nav .toggle-button:hover,
.close-nav .toggle-button:active,
.close-nav .toggle-button:focus {
	color:rgb(51,51,51);
}
.open-nav .toggle-button:hover,
.open-nav .toggle-button:active,
.open-nav .toggle-button:focus {
	color:rgb(196,154,37);
}

#nav-responsive.toggle {
	width: 30em;
}
#nav-responsive {
	display: none;
	position: fixed;
	width: 0em;
	height: 100%;
	top: 0;
	left: 0;
	overflow-x: hidden;
	background: rgba(196,154,37,0.9);
	-webkit-transition:0.5s ease;  
   	-moz-transition:0.5s ease;  
   	-o-transition:0.5s ease;  
   	transition:0.5s ease;
	z-index: 400;
	
}
#nav-responsive > ul {
	width: 30em;
	list-style: none;
	padding: 6em 2.4em 3em 2.4em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#nav-responsive > ul > li {
	margin: 0 0 2em 0;
}
#nav-responsive > ul > li:nth-child(5) {
	margin-top: 6em;
}


#nav-responsive > ul > li > a {
	font-family: 'droid_sansbold';
	text-decoration: none;
	font-size: 1.41em;
	color: rgb(255,255,255);
}
#nav-responsive > ul > li > a:hover,
#nav-responsive > ul > li > a:active,
#nav-responsive > ul > li > a:focus,
#nav-responsive > ul > li > a.current {
	color:rgb(51,51,51);
	-webkit-transition:0.4s linear;  
   	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;    
   	-o-transition:0.4s linear;  
   	transition:0.4s linear;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * MAIN                                                                          *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#main {
	min-height: 54.5em;
	padding-bottom: 2em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.index #main {
	min-height: 51.5em;
}
#main a {
	color: rgb(130,130,120);
}
#main a:hover,
#main a:active,
#main a:focus {
	text-decoration: none;
}
#main img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
}
#main .inner {
	width: 75%;
}
#main .col-left {
	float: left;
	width: 55.482166446499335%; /* 420/757 */
}
#main .col-right {
	float: right;
	width: 38.30911492734479%%; /* 290/757 */
}
/* index */
#slider ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#slider img {
	width: 100%;
}
.stoerer {
	position: absolute;
	top: 60.8%;
	right: -1.5em;
	width: auto;
	height: auto;
	padding: 1em;
	color: rgb(255,255,255);
	background: rgba(196,154,37,0.9);
	-moz-transform: rotate(-7deg);
	-ms-transform: rotate(-7deg);
	-o-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
	border: 2px solid rgb(255,255,255);
	z-index: 300;
}
.stoerer a {
	display: block;
	color: rgb(255,255,255) !important;
	text-decoration: none;
}
.stoerer h2 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.5em;
	border-bottom: 2px solid rgb(255,255,255);
	margin: 0;
	padding: 0;
	text-align:center;
}
/* galerie */
.galerie {
	margin-bottom: 3em;
}
.galerie div {
	float: left;
	width: 30.779392338177015%; /* 233/757 */
	margin: 0 2.642007926023778% 2.642007926023778% 0; /* 20/757 */
}
.galerie div img {
	width: 100%;
}
.galerie div:nth-child(3),
.galerie div:nth-child(6) {
	margin-right: 0;
}
/* ueber mich */
.inner-polaroid {
	position: relative;
	padding-top: 16em;
}
.polaroid {
	position: absolute;
	right: 15.5em;
	top: -6em;
}
.table .left,
.table-small .left {
	float: left;
	width: 7.8em;
}
.table .right,
.table-small .right {
	float: left;
	width: 32em;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * ASIDE                                                                         *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#aside {
	position: absolute;
	top: 7.4em;
	left: 0;
	width: 18.6em;
	height: 43.1em;
	padding: 15.2em 0 0 2.4em;
	background: rgba(196,154,37,0.9);
	z-index:200;
}




/* ----------------------------------------------------------------------------- *
 *                                                                               *
 * FOOTER                                                                        *
 *                                                                               *
 * ----------------------------------------------------------------------------- */
#footer.index-footer  {
	/*float: right;
	width: 75.7%;*/ /* 757/1000 */
	margin-left: 24.3em;
}
#footer p {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0;
}
#footer a {
	font-family: 'droid_sansbold';
	text-decoration: none;
	color: rgb(130,130,120);
}
#footer a:hover {
	text-decoration:underline;
}