body, html { 
   font-size: 100%; 	
   padding: 0; 
   margin: 0;
   height: 100%;   
}
body > .container { 
   height: auto; 
   min-height: 100%; 
}
.container { 
   padding-bottom: 5em; 
   height: 100%; 
}
body {
    font-family: arial, verdana, sans-serif;
    color: #257F02;
    background: #fff;
    overflow-x: hidden;
}
body,div,h1,h2,h3,h4,h5,h6,p,ol,ul  { 
	cursor: default;
	outline: none;
	margin: 0;
	padding: 0;
}
ol,ul {
	list-style: none;
}
img { 
	border: 0;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.logo, .logo span  {
   position: absolute;
   background: url(../makalu_grafik/logo.jpg) no-repeat;
   width: 120px;
   height: 120px;
   top: 20px;
}
.logo span {
	background-position: 0 -120px;
	opacity: 0;
	position: absolute;
   text-indent: -23232px;
	left: 0;
	top: 0;
	z-index: 1;
	-webkit-transition: opacity 0.7s ease-out;
	   -moz-transition: opacity 0.7s ease-out;
	    -ms-transition: opacity 0.7s ease-out;
	     -o-transition: opacity 0.7s ease-out;
	        transition: opacity 0.7s ease-out;
}
.logo:hover span { 
   opacity: 1; 
}
a {
	color: #f0f0f0;
	text-decoration: none;
}
a:hover {
	color: #000;
}
header {
	width: 90%;
	max-width: 70em;
	margin: 0 auto; 
	padding: 2.875em 0.5em 1.875em;
}
h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
   padding-left: 130px;
   position: relative;   
}
header span {
	display: block;
	font-size: 20px;
   font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 0 0.2em 130px;
}
.img {
   width: 48%;
   float: left;
   margin-left: 10px;
}
.bilder img { 
   display: block;
   margin: 30px auto 10px auto;
   max-height: 100%;
   max-width: 100%;
}
.centro {
   width: 300px;
   height: 100px;
   margin: 70px auto 0 auto;
   color: #666;
   font-size: 14px;
}
h2 {
   text-align: center;
   margin: 70px auto 0 auto;
   font-size: 30px;
   width: 500px;
}
footer {
   width: 100%;
   clear: both; 
   position: relative; 
   z-index: 10; 
   height: 5em; 
   margin-top: -5em;
   background: url(../makalu_grafik/confectionary.png);
   border-top: 2px solid #ddd;
}
footer div{
   text-align: center;
   padding: 10px 0 0;
   color: #666;
   font-size: 14px;
}
footer div strong {
   display: inline-block;
   padding: 3px 0;   
}
footer a {
   letter-spacing: 1px;
   color: #666;
   text-decoration: underline;
   padding: 5px;
   display: inline-block;
   margin-top: 0;
}
.mail {
   margin: 10px 0 5px;
}
a.send {
   color: #800;
   border-bottom: 1px dotted #600;
}
a.send:hover {
   border: none;   
   color: #666;
}
.face a {
   background: url(../makalu_grafik/facebook.png) no-repeat;   
	display: block;
	float: right;
	position: relative;
	width: 2em;
	height: 2em;
	border-radius: 50%;
   -webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.3s ease-in-out; 
}
.face a:hover {
  	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7; 	
}
h1:after {
	content: attr(data-info);
	color: #257F02;
	position: absolute;
	width: 600%;
	top: 34px;
	text-align: right;
	right: 0;
	opacity: 0;
   font-size: 16px;
	pointer-events: none;
}
h1:hover:after {
	opacity: 1;
}
.cbp-hrmenu {
	width: 100%;
   height: 100%;
	margin-top: 2em;
	border-bottom: 6px solid #257F02;
}

/* first level */
.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
	width: 90%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em;
}
.cbp-hrmenu > ul > li {
	display: inline-block;
}
.cbp-hrmenu > ul > li > a, a.ohne {
	font-weight: 700;
	padding: 1em 2em;
	color: #999;
	display: inline-block;
}
.cbp-hrmenu > ul > li > a:hover, a.ohne:hover {
	color: #257F02;
}
.cbp-hrmenu > ul > li.cbp-hropen a, 
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #fff;
	background: #257F02;
   cursor: default;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #257F02;
	width: 100%;
	left: 0;
}
.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}
.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
}
.cbp-hrmenu .cbp-hrsub-inner:before, .cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}
.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}
.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}
.cbp-hrsub h4 {
	color: #DEFC61;
	padding: 2em 0 0.6em;
	margin: 0;
	font-size: 160%;
	font-weight: 300;
}
@media screen and (max-width: 52.75em) { 
	.cbp-hrmenu {
		font-size: 80%;
	}
}
@media screen and (max-width: 43em) { 
	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}
	.cbp-hrmenu > ul, .cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}
	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}
	.cbp-hrmenu > ul > li, .ohne {
		display: block;
		border-bottom: 4px solid #257F02;
	}
	.cbp-hrmenu > ul > li > a, a.ohne { 
		display: block;
		padding: 1em 3em;
	}
	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}
	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}
   h1 { font-size: 24px;}
   h1:after { top: 24px;  font-size: 14px;}
   .centro { height: 225px; margin-left: 50px; width: 245px;}
   .img { width: 90%;}   
}
@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
	}
   h1 { font-size: 20px;}
   h1:after { top: 20px;}
   header span { font-size: 16px; white-space: nowrap; letter-spacing: 1px; }
   h2 { font-size: 22px; width: auto;}
   .face a { margin-top: 30px; }
}
