/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

.cc_message{
	color:#fff;}
html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body, nav, ul, li, a  {margin: 0; padding: 0;}

a {text-decoration: none;}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*{
	margin:0px;
	padding:0px;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000000;
}

.clear{
    clear:both;
    line-height:1px;
    height:1px;
}
.img-responsive{
    max-width: 100%;
    height: auto;
}

body{
	text-align:center;
	/*background-image: url(../img/bgBody2.jpg);
	background-position: center 180px;
	background-repeat: no-repeat;*/
}

#top1{
	margin:0px auto;
	text-align:left;
	width: 100%;
	border: 0px solid #CC3;
	background-color: #74b841;
}


#top{
	margin:0px auto;
	max-width:1130px;
	padding: 0px 20px 0 20px;
	position: relative;
	text-align:left;
	min-height:83px !important;
	height:auto;
	background-color: #74b841;
	border: 0px solid #936;
	z-index:12;
}
#navigation{
	width:71.0091743119266%; /* 774 / 1090 */
	float:left;
	position:absolute;
	bottom: 0;
	border: 0px solid #F00;}

/******************************************************
**
**  NAVIGATION
**
******************************************************/
.toggleMenu {
	display:  none;
	color: #000;
	margin:0;
	width:100%;
	background-color: #EFEFEF;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 38px;
	background-image: url(../img/template/menue.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:none;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 18em;
}

.nav ul.kuerzer {
    width: 10em;
}

.nav a {
    padding: 10px 22px;
    color:#fff;
}
.nav a:hover {
	color:#000;
	background-color: #FFF;
}

.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-image: url("../img/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}

.nav li.hover a{
	background-color: #FFF!important;
	color: #000;
	}

.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	-webkit-box-shadow: 0px 10px 5px  rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 10px 5px  rgba(0, 0, 0, 0.3);
	box-shadow: 0px 7px 5px  rgba(0, 0, 0, 0.3);
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;

}
.nav li li a {
	display: block;
	background: #fff;
	position: relative;
	z-index:100;
	border-top: 1px solid #bbbbbb;
	color: #000;
	font-size: 0.938em;
	margin:0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.nav li li a:hover {
	background: #fff;
	border-top: 1px solid #bbbbbb;
	color: #74b841;
	font-size: 0.938em;
	margin:0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.nav li.current.hover ul li a:hover {
	background: #fff;
	border-top: 1px solid #bbbbbb;
	color: #74b841!important;
	font-size: 0.938em;
	margin:0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}


.current a{
	background-color: #FFF;
	color: #000;
}
/*NAVIENDE*/





#logo{
	position:relative;
	width:28.34862385321101%; /* 309 / 1090 */
	z-index:15;
	top:10px;
	text-align: right;
	position: absolute;
	right: 20px;
	top: 10px;
	}
	
	
#container{
	margin:0px auto;
	text-align:left;
	width: 100%;
	border: 0px solid #F00;
	background-image: url(../img/bgBody1.gif);
	background-repeat: repeat-x;
	background-position: left top;
}	
	
	
#wrapper{
	margin:0px auto;
	max-width:1130px;
	padding: 0px 20px 0 20px;
	text-align:left;
	width: 100%;
	border: 0px solid #F00;
	background-image: url(../img/wrapperbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	
}


	
#bildstartseite{
	z-index:1;
	border: 0px solid #F00;
	position:relative;
	}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index:1;
 
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  

#kasten{
	float:right;
	z-index:2;
	position:absolute;
	width:22%;
	top:58px;
	right:0;
	}

#kasten li{
	list-style-position: outside;
	list-style-image: url(../img/arrowstart.png);
	list-style-type: none;
	font-family: "Open Sans", sans-serif;
	font-size: 19px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000000;
}


#kasten #btn {
	background-color: #74b841;
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 0.913em;
	text-align: left;
	text-decoration: none;
	padding: 8px 8px 8px 19px;
	float: left;
	margin:30px 0 0 -19px;
	background-image: url(../img/kontakt-btn.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


#container #wrapper #produkte {
	border: 0px solid #F00;
	position:relative;
	margin: 15px 0 15px 0;
}




#seoleiste{
	position:relative;
	}

#seo{
	width:49.0826%; /* 535 / 1090 */
	float: left;
	border: 0px solid #0FF;
}

#seo p{
	color: #575656!important;
	text-decoration: none;
	font-size: 0.813em;
}

#seo p.abstand{
	margin:0 5px 0 0!important;
}


#anfahrtstartseite{
	width:50.0826%; /* 535 / 1090 */
	height: 116px;
	float: right;
	position:relative;
	background-image: url(../img/bganfahrt.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:cover;
	padding: 15px;
	border: 0px solid #0FF;
}

#container #wrapper #seoleiste #anfahrtstartseite p {
	font-size: 0.813em;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-shadow: rgb(0, 0, 0) 2px 2px 2px;
}

#container #wrapper #seoleiste #anfahrtstartseite #btn {
	background-color: #74b841;
	width: 20%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	font-size: 0.813em;
	text-align: center;
	text-decoration: none;
	padding: 8px;
	float: right;
	margin:30px 0 0 0;
}

#container #wrapper #footer {
	font-size: 0.813em;
	color: #575656;
	text-decoration: none;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #74B841;
	padding-top: 15px;
	position:relative;
	margin-top: 3%;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFEFD3;
	margin-bottom: 15px;
}
#container #wrapper #footer a {
	text-decoration: underline;
	color: #575656;
}











/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width: 1024px) {


.nav a {
    padding: 10px 18px;
}
	}
	
	
@media screen and (max-width: 960px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
		.nav li{		
		border-bottom:solid #9dcd7a 1px}
		
		.nav li li{		
		border-bottom:none}
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../img/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
	.nav ul.kuerzer {
    width: 100%;
}
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	#kasten li{
	font-size: 17px;
}

#container #wrapper #seoleiste #anfahrtstartseite #btn {
	width: 30%;
}
#logo{
	width:48.54862385321101%; /* 309 / 1090 */
	position: absolute;
	top: 10px;
	}

#navigation{
	width:100%; /* 774 / 1090 */
	float:none;
	position:relative;
	bottom: -46px;
	padding-bottom:46px;
}


#anfahrtstartseite{
	height: 145px;
}	

#kasten{
	width:29%;
}

#kasten #btn {
	margin:20px 0 0 -19px;
}
}

@media screen and (max-width: 845px) {
	
	#kasten{
	width:33%;
	}
	}

@media screen and (max-width: 768px) {
	#kasten{
	width:32%;
	}
	#kasten li{
	font-size: 17px;
}
#kasten #btn {
	margin:10px 0 0 -19px;
}

#container #wrapper #seoleiste #anfahrtstartseite #btn {
	width: 30%;
}
	}

@media screen and (max-width: 750px) {
		#kasten ul{
	display:none;
	
	}
#kasten {
	
	width: 45%;
	
}	
}


@media screen and (max-width: 480px) {


.mobil{
	display:none;}

#top{
	padding: 5px 0px 0 0px;
	position: relative;
	text-align:left;
	min-height:83px !important;
	height:auto;
	background-color: #74b841;
	border: 0px solid #936;
	z-index:12;
}
#logo{
	width:95%; 
	z-index:15;
	text-align: right;
	position: static;
	right: 20px;
	top: 10px;
	}



#navigation{
	width:100%; /* 774 / 1090 */
	float:none;
	position:static;
	bottom: 0;
	border: 0px solid #F00;
	padding-bottom:0px;
	
	}


#wrapper{
	padding: 0px 10px 0 10px;
}


	#kasten{
	display:none;
	}
	






.imgfloatleft {
	display:none;
}


#seo{
	width:100%; /* 535 / 1090 */
	float: none;
}



#anfahrtstartseite{
	width:100%; /* 535 / 1090 */
	float: none;
	height:120px;
	margin:0 0 15px 0;
}


#container #wrapper #seoleiste #anfahrtstartseite #btn {
	width: 50%;
	float: left;
}





	}
	
	



@media only screen 
and (min-width : 321px) 
and (max-width : 568px) 
and (orientation : landscape) { /* STYLES GO HERE */

#top{
	padding: 5px 0px 0 0px;
	position: relative;
	text-align:left;
	min-height:23px !important;
	height:auto;
	background-color: #74b841;
	border: 0px solid #936;
	z-index:12;
}

#logo{
	width:45%; 
	z-index:15;
	float:right;
	text-align: right;
	position: absolute;
	margin-right: 0px;
	top: 15px;
	}


#navigation{
	width:100%; /* 774 / 1090 */
	float:none;
	position:static;
	border: 0px solid #F00;
	margin:20px 0 0 0;
	padding-bottom:0px;}


}
