/* Icon font for arrow icons */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon_arrows/icomoon.eot');
	src:url('../fonts/icomoon_arrows/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon_arrows/icomoon.woff') format('woff'),
		url('../fonts/icomoon_arrows/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon_arrows/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Iconfont by Icomoon http://icomoon.io/ */

/* Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #8a8683;
	background-color:#fff;
}

img {
	max-width: 100%;
}
a:link {
	color: #f68f67;
	text-decoration: none;
}
a:hover {
	color: #bde2df;
	text-decoration: none;
}
a:visited {
	color: #f68f67;
	text-decoration: none;
}


/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color:#eaeaea;
	z-index:100;
	
}
.logo {
	margin: 10px auto -5px auto;
	width: 245px;
}
.nav {
	font-size:1em;
	margin: 0px 0 10px 0;
}

.navigation{
	margin: 0;
	list-style: none;
}
.navigation li{
	float: left;
	padding:0 0 0 20px;
	color: #153a4c;
}
.navigation li:hover{
	cursor:pointer;
	color: #a9d3d0;
}

.navigation .active{
	cursor:pointer;
	color: #989423;
}

/* Button */

#button {
   background-color: #e4e4e4;
   border: none;
   -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
           border-radius: 6px;
   padding: 10px;
   display: inline-block;
   font-size: 1.2em;
   line-height: 1.4em;
   text-align: center;
   color: #153a4c;
}

a#button {
	color: #153a4c;
}

#button:hover {
   background-color: #153a4c;
   -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
           transition: all 0.3s linear;
   color: #e4e4e4;
}

#button:active {
   -webkit-transition: all 0.1s linear;
      -moz-transition: all 0.1s linear;
           transition: all 0.1s linear;
   color: #989423;
}


/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:140px 0;
}


/* Slide 1 */ 

#slide1{
	background-color:#153a4c;
	color: #fff;
}
#slide1 h1 {
	font-size: 2.5em;
	letter-spacing: -1px;
	line-height: 1.2em;
	color:#fff;
	font-weight: 700;
	text-transform:uppercase;
	text-align:center;
	margin: 40px 0 0 0;
}
#slide1 h2 {
	font-size: 2em;
	color: #fff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

#slide1 hr {
  	border: 0;
  	color: #fff;
	background-color: #fff;
	height: 2px;
}

#slide1 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/gras_2.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	height:335px;
	background-color:#fff;
	margin: -40px 0 0px 0;
	position: relative;
	padding:0px 0 0 0;
	border-bottom: 25px solid #153a4c;
}

.logo-content-compl {
	width: 800px;
	margin: 0px auto 0 auto;
}

.logo-content-compl img {
	width: 800px;
	
}

.slogan {
	margin: 40px auto 10px auto;
	width: 200px;
}
/* Slide 2 */ 

#slide2{
	background-image:url('../images/hirsch.png');
	background-repeat: no-repeat;
	background-color:#fff;
	color:#153a4c;
	font-weight:600;
	font-size: 1.1em;
	text-align:center;
	padding: 20px 0 0 0;
	min-height:800px;
	height:auto !important;
    height:800px;
}

#slide2 h1 {
	font-size: 2.4em;
	letter-spacing: -1px;
	line-height: 1em;
	color:#153a4c;
	font-weight: 700;
}

#slide2 h2 {
	font-size: 2em;
	color: #000;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

#slide2 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/wildschwein_gras_breit.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:200px;
	background-color:#153a4c;
	margin: -20px 0 0px 0;
	position: relative;
	padding:50px 0 0 0;
}

#slide2 .slideinlinebottom {
	width:100%;
	height:150px;
	background-color:#989423;
	margin: 0 0 0 0;
	position: relative;
}

#slide2 hr {
  	border: 0;
  	color: #fff;
	background-color: #e2e2e2;
	height: 6px;
}

/* Slide 3 */ 

#slide3{
	background-color:#153a4c;
	color: #fff;
	font-weight:600;
	font-size: 1.1em;
	text-align:center;
	padding: 20px 0 0 0;
	min-height:800px;
	height:auto !important;
    height:800px;
}

#slide3 h1 {
	font-size: 2.5em;
	letter-spacing: -1px;
	line-height: 1em;
	color:#fff;
	font-weight: 700;
}
#slide3 h2 {
	font-size: 2em;
	color: #fff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}


#slide3 hr {
  	border: 0;
  	color: #fff;
	background-color: #fff;
	height: 6px;
}

#slide3 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/hirsch_gras_breit.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:230px;
	background-color:#fff;
	margin: -20px 0 0px 0;
	position: relative;
	padding:50px 0 0 0;
}

/* Slide 4 */

#slide4{
	background-image:url('../images/reh.png');
	background-repeat:no-repeat;
	background-color:#fff;
	color:#153a4c;
	font-weight:600;
	font-size: 1.1em;
	padding: 20px 0 0 0;
	min-height: 800px;
	height:auto !important;
    height:800px;
}
#slide4 h1 {
	font-size: 2.5em;
	letter-spacing: -1px;
	line-height: 1em;
	color:#153a4c;
	font-weight: 700;
}
#slide4 h2 {
	font-size: 2em;
	color: #153a4c;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

#slide4 h3 {
	font-size: 1.2em;
	margin: 1em 0 0 0;
	color: #153a4c;
	line-height: 1em;
	font-weight: 700;
}

#slide4 hr {
  	border: 0;
  	color: #e2e2e2;
	background-color: #e2e2e2;
	height: 6px;
}

#slide4 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/reh_gras_breit.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:200px;
	background-color:#eaeaea;
	margin: -20px 0 0px 0;
	position: relative;
	padding:50px 0 0 0;
}

/* Slide 5 */

#slide5{
	background-image:url('../images/dark_wall.png');
	background-color:#153a4c;
	color:#ffffff;
	font-family: 'Indie Flower', cursive;
	font-size: 1.2em;
	padding: 20px 0 0 0;
}
#slide5 h1 {
	font-family: 'Indie Flower', cursive;
	font-size: 2.5em;
	letter-spacing: -1px;
	line-height: 1em;
	color:#ffffff;
	font-weight: 700;
}
#slide5 h2 {
	font-family: 'Indie Flower', cursive;
	font-size: 2em;
	color: #ffffff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

#slide5 .slideinlinehead{
	width:100%;
	height:auto;
	background-color:#fff;
	margin: -20px 0 0px 0;
	position: relative;
	padding:100px 0 0 0;
}
.slideinlinebg {
	
	background-image:url(../images/holz.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:50px;
}

#slide5 .slideinlinebottom{
	width:100%;
	height:auto;
	background-color:#fff;
	margin: 0px 0 0px 0;
	position: relative;
	padding:0px 0 0 0;
}

/* Slide 6 */ 

#slide6{
	background-color:#153a4c;
	color: #fff;
	min-height: 600px;
	height:auto !important;
    height:600px;
	font-size:1.1em;
	font-weight:600;
	/*text-align:center;*/
}
#slide6 h1 {
	font-size: 2.5em;
	letter-spacing: -1px;
	line-height: 1.2em;
	color:#fff;
	font-weight: 700;
}
#slide6 h2 {
	font-size: 2em;
	color: #fff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}


/* others */ 
.rezeptbild {
	margin: 40px 0 10px 60px;
}

.portrait {
	margin: 40px 0 60px 0px;
}

.iconh3 {
	float:left;
	margin: 5px 15px 0 0;
}

.logo-content {
	margin: 5px 0 0 40px;
	width: 250px;
}


/* Tablet quer*/
@media (min-width: 769px) and (max-width: 1023px) {

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:120px 0;
}

.nav {
	font-size:0.9em;
	margin: 0px 0 10px 0;
}

.navigation{
	margin: 0;
	list-style: none;
}
.navigation li{
	float: left;
	padding:0 0 0 10px;
	color: #153a4c;
}

.logo {
	margin: 8px auto -5px auto;
	width: 215px;
}

#slide1 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/gras_2.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	height:325px;
	background-color:#fff;
	margin: -40px 0 0px 0;
	position: relative;
	padding:0px 0 0 0;
	border-bottom: 25px solid #153a4c;
}

.logo-content-compl {
	width: 760px;
	margin: 0px auto 0 auto;
}

.logo-content-compl img {
	width: 760px;
	
}

.slogan {
	margin: 40px auto 10px auto;
	width: 200px;
}


#slide2 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/wildschwein_gras_1024.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:160px;
	background-color:#153a4c;
	margin: -20px 0 0px 0;
	position: relative;
	padding:100px 0 0 0;
}

#slide3 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/hirsch_gras_1024.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:190px;
	background-color:#fff;
	margin: -20px 0 0px 0;
	position: relative;
	padding:90px 0 0 0;
}

#slide4 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/reh_gras_1024.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:160px;
	background-color:#eaeaea;
	margin: -20px 0 0px 0;
	position: relative;
	padding:90px 0 0 0;
}

#slide5 .slideinlinehead{
	width:100%;
	height:auto;
	background-color:#fff;
	margin: -20px 0 0px 0;
	position: relative;
	padding:90px 0 0 0;
}

#decorative {
	display:none;
}


#slide1 h1 {
	font-size: 1.8em;
	line-height: 1.2em;
}
#slide1 h2 {
	line-height: 1em;
	font-size: 1.8em;
}
#slide2 h1 {
	font-size: 2.1em;
	line-height: 1em;
}
#slide2 h2 {
	font-size: 1.8em;
	line-height: 1em;
}
#slide3 h1 {
	font-size: 2.1em;
	line-height: 1em;
}
#slide3 h2 {
	font-size: 1.8em;
	line-height: 1em;
}
#slide4 h1 {
	font-size: 2.1em;
	line-height: 1em;
}
#slide4 h2 {
	font-size: 1.8em;
	line-height: 1em;
}

#slide5 h1 {
	font-size: 2.1em;
	line-height: 1em;
}
#slide5 h2 {
	font-size: 1.8em;
	line-height: 1em;
}

#slide6 h1 {
	font-size: 2.1em;
	line-height: 1em;
}
#slide6 h2 {
	font-size: 1.8em;
	line-height: 1em;
}


}

/* Tablet hoch */

@media (min-width: 480px) and (max-width: 768px) {

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:120px 0;
}

.nav {
	font-size:0.9em;
	margin: 0px 0 10px 0;
	line-height:1.6em;
}

.navigation{
	margin: 0;
	list-style: none;
}
.navigation li{
	float: left;
	padding:0 0 0 10px;
	color: #153a4c;
}

.logo {
	margin: 8px auto 0px auto;
	width: 215px;
}

#slide1 .slideinlinehead{
	
	background-attachment:scroll;
	background-image:url(../images/gras_2.png);
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	height:325px;
	background-color:#fff;
	margin: -20px 0 0px 0;
	position: relative;
	padding:0px 0 0 0;
	border-bottom: 25px solid #153a4c;
}

.logo-content-compl {
	
	width: 570px;
	margin: 0px auto 0 auto;
}

.logo-content-compl img {
	
	margin-top:75px;
	width: 570px;
}

.slogan {
	margin: 20px auto 0px auto;
	width: 200px;	
}

#slide1 h1 {
	font-size: 1.6em;
	letter-spacing: -1px;
	line-height: 1.2em;
	color:#fff;
	font-weight: 700;
	text-transform:uppercase;
	text-align:center;
	margin: 0px 0 0 0;
}

#slide1 h2 {
	font-size: 1.2em;
	color: #fff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

/* slide 2 tablet */

#slide2{
	background-color:#fff;
	color:#153a4c;
	font-weight:400;
	font-size: 0.9em;
	text-align:center;
	padding: 20px 0 0 0;
	min-height:400px;
	height:auto !important;
    height:400px;
}

#slide2 h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1em;
	color:#153a4c;
	font-weight: 700;
}

#slide2 h2 {
	font-size: 1.6em;
	color: #000;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

#slide2 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/wildschwein_gras_1024.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:120px;
	background-color:#153a4c;
	margin: -20px 0 0px 0;
	position: relative;
	padding:120px 0 0 0;
}

/* slide 3 mobil */ 

#slide3{
	background-color:#153a4c;
	color: #fff;
	font-weight:400;
	font-size: 0.9em;
	text-align:center;
	padding: 20px 0 0 0;
	min-height:400px;
	height:auto !important;
    height:400px;
	border:none;
}

#slide3 h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1em;
	color:#fff;
	font-weight: 700;
}

#slide3 h2 {
	font-size: 1.6em;
	color: #fff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

#slide3 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/hirsch_gras_1024.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:120px;
	background-color:#fff;
	margin: -22px 0 0px 0;
	position: relative;
	padding:145px 0 0 0;
}

/* slide 4 tablet */

#slide4{
	background-color:#fff;
	color:#153a4c;
	font-weight:400;
	font-size: 0.9em;
	padding: 20px 0 0 0;
	min-height: 400px;
	height:auto !important;
    height:400px;
}

#slide4 h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1em;
	color:#153a4c;
	font-weight: 700;
}
#slide4 h2 {
	font-size: 1.6em;
	color: #153a4c;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

#slide4 h3 {
	font-size: 1.2em;
	margin: 1em 0 0 0;
	color: #153a4c;
	line-height: 1.2em;
	font-weight: 700;
}

#slide4 hr {
  	border: 0;
  	color: #e2e2e2;
	background-color: #e2e2e2;
	height: 4px;
}

#slide4 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/reh_gras_1024.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:110px;
	background-color:#eaeaea;
	margin: -20px 0 0px 0;
	position: relative;
	padding:130px 0 0 0;
}

/* slide 5 tablet */

#slide5{
	background-image:url('../images/dark_wall.png');
	background-color:#153a4c;
	color:#ffffff;
	font-family: 'Indie Flower', cursive;
	font-size: 1.1em;
	padding: 10px 0 0 0;
}
#slide5 h1 {
	font-family: 'Indie Flower', cursive;
	font-size: 2.2em;
	letter-spacing: -1px;
	line-height: 1em;
	color:#ffffff;
	font-weight: 700;
}
#slide5 h2 {
	font-family: 'Indie Flower', cursive;
	font-size: 1.2em;
	color: #ffffff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

#slide5 .slideinlinehead{
	width:100%;
	height:auto;
	background-color:#fff;
	margin: -20px 0 0px 0;
	position: relative;
	padding:120px 0 0 0;
}
.slideinlinebg {
	
	background-image:url(../images/holz.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:50px;
}

#slide5 .slideinlinebottom{
	width:100%;
	height:auto;
	background-color:#fff;
	margin: 0px 0 0px 0;
	position: relative;
	padding:0px 0 0 0;
}

/* slide 6 tablet */

#slide6{
	background-color:#153a4c;
	color: #fff;
	min-height: 500px;
	height:auto !important;
    height:500px;
	font-size:0.9em;
	font-weight:400;
	padding:210px 0 50px 0;
	/*text-align:center;*/
}
#slide6 h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.2em;
	color:#fff;
	font-weight: 700;
	margin: -70px 0 20px 0;
}

#slide6 h2 {
	font-size: 1.6em;
	color: #fff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

}

/* Mobile / Phone */
@media screen and (max-width: 479px) {

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:120px 0;
}

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color:#eaeaea;
	z-index:100;
	
}

.nav {
	font-size:0.8em;
	margin: 0px 0 10px 0;
	display:none;
}

.navigation{
	display:none;
	margin: 0;
	list-style: none;
}
.navigation li{
	display:none;
	float: left;
	padding:0 0 0 10px;
	color: #153a4c;
}

.logo {
	margin: 8px auto 0px auto;
	width: 215px;
}

#slide1 .slideinlinehead{
	display:none;
}

.logo-content-compl {
	display:none;
}

.logo-content-compl img {
	display:none;
}

.slogan {
	margin: 20px auto 0px auto;
	width: 200px;	
}

#slide1 h1 {
	font-size: 1.8em;
	letter-spacing: -1px;
	line-height: 1.2em;
	color:#fff;
	font-weight: 700;
	text-transform:uppercase;
	text-align:center;
	margin: 0px 0 0 0;
}

#slide1 h2 {
	font-size: 1.2em;
	color: #fff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

/* slide 2 mobil */

#slide2{
	background-color:#fff;
	color:#153a4c;
	font-weight:400;
	font-size: 0.9em;
	text-align:center;
	padding: 20px 0 0 0;
	min-height:400px;
	height:auto !important;
    height:400px;
}

#slide2 h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1em;
	color:#153a4c;
	font-weight: 700;
}

#slide2 h2 {
	font-size: 1.6em;
	color: #000;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

#slide2 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/wildschwein_gras_500.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:20px;
	background-color:#153a4c;
	margin: -70px 0 0px 0;
	position: relative;
	padding:100px 0 0 0;
}

/* slide 3 mobil */ 

#slide3{
	background-color:#153a4c;
	color: #fff;
	font-weight:400;
	font-size: 0.9em;
	text-align:center;
	padding: 20px 0 0 0;
	min-height:400px;
	height:auto !important;
    height:400px;
	border:none;
}

#slide3 h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1em;
	color:#fff;
	font-weight: 700;
}

#slide3 h2 {
	font-size: 1.6em;
	color: #fff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

#slide3 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/hirsch_gras_500.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:30px;
	background-color:#fff;
	margin: -22px 0 0px 0;
	position: relative;
	padding:120px 0 0 0;
}

/* slide 4 mobil */

#slide4{
	background-color:#fff;
	color:#153a4c;
	font-weight:400;
	font-size: 0.9em;
	padding: 20px 0 0 0;
	min-height: 400px;
	height:auto !important;
    height:400px;
}

#slide4 h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1em;
	color:#153a4c;
	font-weight: 700;
}
#slide4 h2 {
	font-size: 1.6em;
	color: #153a4c;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

#slide4 h3 {
	font-size: 1.2em;
	margin: 1em 0 0 0;
	color: #153a4c;
	line-height: 1.2em;
	font-weight: 700;
}

#slide4 hr {
  	border: 0;
  	color: #e2e2e2;
	background-color: #e2e2e2;
	height: 4px;
}

#slide4 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/reh_gras_500.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:10px;
	background-color:#eaeaea;
	margin: -20px 0 0px 0;
	position: relative;
	padding:120px 0 0 0;
}

/* slide 5 mobil */

#slide5{
	background-image:url('../images/dark_wall.png');
	background-color:#153a4c;
	color:#ffffff;
	font-family: 'Indie Flower', cursive;
	font-size: 1.1em;
	padding: 20px 0 0 0;
}
#slide5 h1 {
	font-family: 'Indie Flower', cursive;
	font-size: 2.2em;
	letter-spacing: -1px;
	line-height: 1em;
	color:#ffffff;
	font-weight: 700;
}
#slide5 h2 {
	font-family: 'Indie Flower', cursive;
	font-size: 1.2em;
	color: #ffffff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

#slide5 .slideinlinehead{
	width:100%;
	height:auto;
	background-color:#fff;
	margin: -20px 0 0px 0;
	position: relative;
	padding:100px 0 0 0;
}
.slideinlinebg {
	
	background-image:url(../images/holz.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:50px;
}

#slide5 .slideinlinebottom{
	width:100%;
	height:auto;
	background-color:#fff;
	margin: 0px 0 0px 0;
	position: relative;
	padding:0px 0 0 0;
}

/* slide 6 mobil */

#slide6{
	background-color:#153a4c;
	color: #fff;
	min-height: 300px;
	height:auto !important;
    height:300px;
	font-size:0.9em;
	font-weight:400;
	text-align:center;
}
#slide6 h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.2em;
	color:#fff;
	font-weight: 700;
	margin: -70px 0 20px 0;
}
#slide6 h2 {
	font-size: 1.6em;
	color: #fff;
	line-height: 1em;
	padding-bottom:20px;
	font-weight: 400;
}

#non-mobile {
	display:none;
}
	
}




/* Tablet hoch */

@media (min-width: 480px) and (max-width: 575px) {
	
	#slide4 h3 {
	font-size: 1em;
	margin: 1em 0 0 0;
	color: #153a4c;
	line-height: 1.2em;
	font-weight: 700;
}
	
	.iconh3 {
	float:left;
	margin: 5px 10px 0 0;
}

	.iconh3 img {
	width: 35px;
}
	
}

/* big Screens */
@media screen and (min-width: 1442px) {

	#slide2 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/wildschwein_gras_breit.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:200px;
	background-color:#153a4c;
	margin: -20px 0 0px 0;
	position: relative;
	padding:190px 0 0 0;
}
	
	#slide3 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/hirsch_gras_breit.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:230px;
	background-color:#fff;
	margin: -20px 0 0px 0;
	position: relative;
	padding:140px 0 0 0;
}
	
	#slide4 .slideinlinehead{
	background-attachment:scroll;
	background-image:url(../images/reh_gras_breit.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	width:100%;
	height:200px;
	background-color:#eaeaea;
	margin: -20px 0 0px 0;
	position: relative;
	padding:140px 0 0 0;
}

}


/* Accordion style */
.cbp-ntaccordion {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cbp-ntsubaccordion {
	list-style: none;
}

.cbp-ntaccordion .cbp-nttrigger {
	cursor: pointer;
} 

.cbp-ntaccordion h3 {
	margin: 0 0 0.3em;
	padding: 1em 0 0.5em;
	border-bottom: 1px solid #ddd;
	font-size: 2.75em;
	font-weight: 300;
}

.cbp-ntaccordion h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	padding: 0.5em 0 0.5em;
	margin: 0 0 0.5em;
}

.cbp-ntaccordion h5 {
	font-size: 1.2em;
	color: #aaa;
	padding: 0.5em 0 0.5em;
	margin: 0 0 0.5em;
}

.cbp-ntaccordion .cbp-ntcontent p {
	color: #888;
	font-size: 1.25em;
	font-weight: 300;
	line-height: 1.5;
	padding: 0.2em 0 1.5em;
	margin: 0;
}

/* Arrow icons */
.cbp-ntaccordion > li > .cbp-nttrigger:before,
.cbp-ntsubaccordion > li > .cbp-nttrigger:before {
	font-family: 'icomoon';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color: #ddd;
	margin-right: 0.5em;
	-webkit-font-smoothing: antialiased;
}

.cbp-ntaccordion > li > .cbp-nttrigger:before {
	font-size: 75%;
}

.cbp-ntaccordion > li > .cbp-nttrigger:before {
	content: "\36";
}
.cbp-ntaccordion > li > .cbp-nttrigger:hover:before {
	content: "\35";
	color: inherit;
}
.cbp-ntaccordion > li.cbp-ntopen > .cbp-nttrigger:before,
.no-js .cbp-ntaccordion > li > .cbp-nttrigger:before {
	content: "\34";
	color: inherit;
}

.cbp-ntsubaccordion > li > .cbp-nttrigger:before {
	content: "\32";
}
.cbp-ntsubaccordion > li > .cbp-nttrigger:hover:before {
	content: "\33";
	color: inherit;
}
.cbp-ntsubaccordion > li.cbp-ntopen > .cbp-nttrigger:before,
.no-js .cbp-ntsubaccordion > li > .cbp-nttrigger:before {
	content: "\31";
	color: inherit;
}

/* Initial height is zero */
.cbp-ntaccordion .cbp-ntcontent {
	height: 0;
	overflow: hidden;
}

/* When open, set height to auto */
.cbp-ntaccordion .cbp-ntopen > .cbp-ntcontent,
.cbp-ntsubaccordion .cbp-ntopen > .cbp-ntcontent,
.no-js .cbp-ntaccordion .cbp-ntcontent {
	height: auto;
}

/* Example for media query */
@media screen and (max-width: 32em) { 

	.cbp-ntaccordion {
		font-size: 70%;
	}

}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin: 30px 0 80px 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

