/* Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1.4em;
	color: #514d4a;
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top,  #bfd255 0%, #72aa00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(100%,#72aa00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bfd255 0%,#72aa00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bfd255 0%,#72aa00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bfd255 0%,#72aa00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #bfd255 0%,#72aa00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#72aa00',GradientType=0 ); /* IE6-9 */
}
img {
	max-width: 100%;
}
a:link {
	color: #ff6800;
	text-decoration: none;
}
a:hover {
	color: #d9001d;
	text-decoration: none;
}
a:visited {
	color: #ff6800;
	text-decoration: none;
}





/* Navigation */

.menu {
    text-shadow: #262626 0px 0px 8px;

    position:fixed;
	top:0px;
	width:100%; 
	height:auto;
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top,  #bfd255 0%, #72aa00 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(100%,#72aa00)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #bfd255 0%,#72aa00 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #bfd255 0%,#72aa00 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #bfd255 0%,#72aa00 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #bfd255 0%,#72aa00 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#72aa00',GradientType=0 ); /* IE6-9 */


    z-index:100;
}
#logo {
	text-align: left;
	margin: 10px 0;

}
#nav {
	text-align: right;
	margin: 60px 0 0 0;
    font-weight:bold;

}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 20px;
    color: #fefefe;

}
.navigation li:hover{
	cursor:pointer;
	color: #fefefe;

}

.navigation .active{
	cursor:pointer;
	color: #ffbb00;
	font-weight:bold;
}




/* General Slides */ 

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

}



/* Slide 1 */ 

#slide1{
    background: #cdeb8e; /* Old browsers */
    background: -moz-linear-gradient(left,  #cdeb8e 0%, #8bc600 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#cdeb8e), color-stop(100%,#8bc600)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #cdeb8e 0%,#8bc600 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #cdeb8e 0%,#8bc600 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #cdeb8e 0%,#8bc600 100%); /* IE10+ */
    background: linear-gradient(to right,  #cdeb8e 0%,#8bc600 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#8bc600',GradientType=1 ); /* IE6-9 */


}
#slide1 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0%;
    color: #474747;
	font-weight: 700;
}
#slide1 h2 {
	font-size: 2em;
    color: #000000;
	padding-bottom:20px;
	font-weight: 400;
}




/* Slide 2 */ 

#slide2{
	background-image:url('../images/flaschen.png');
font-size: 80%;
	color:#ffffff;
}
#slide2 h1 {
    text-shadow: #262626 0px 0px 8px;
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide2 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
    text-shadow: #262626 0px 0px 8px;
}

#back{
    background-color: #ffbb00;
    color:#000000;
 font-size: 90%;
    text-align:center;
    box-shadow: 0px 0px 8px #262626;
    min-height: 10%;
}




/* Slide 3 */ 

#slide3{
    background: #ffd65e; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffd65e 0%, #febf04 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffd65e), color-stop(100%,#febf04)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #ffd65e 0%,#febf04 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #ffd65e 0%,#febf04 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #ffd65e 0%,#febf04 100%); /* IE10+ */
    background: linear-gradient(to right,  #ffd65e 0%,#febf04 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd65e', endColorstr='#febf04',GradientType=1 ); /* IE6-9 */

}
#slide3 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color: #474747;
	font-weight: 700;
}
#slide3 h2 {
	font-size: 2em;
	color: #474747;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}
#test{
	background-color: #ffbb00;
	color:#ffffff;
	text-align:center;
	font-size: 2em;
	font-weight: 400;
}




/* Slide 4 */

#slide4{
    background-image:url('../images/flaschen.png');
	background-color: #474747;
	color:#ffffff;
    text-shadow: #262626 0px 0px 8px;

}
#slide4 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
    text-shadow: #262626 0px 0px 8px;

}
#slide4 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
    text-shadow: #262626 0px 0px 8px;

}



/* Flexible iFrame */

.Flexible-container {
    position: relative;
    padding-bottom: 86.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 0px 8px #262626;

}

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Tablet */
@media screen and (max-width: 1024px) {

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}

.navigation{
	width: 100%;
	text-align: center;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
	padding:0;
}

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

#decorative {
	display:none;
}

#content {
	text-align:center;
	width:100%;
}

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

}




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

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	width:100%;
	margin:5px 0;
    text-align: center;

}

.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
    font-size: 65%;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:100px 0;
}
    #slide1,#slide2,#slide3,#slide4,#slide5{
        font-size: 70%;

    }

#slide1 h1 {
	line-height: 1em;

}
#slide1 h2 {
	line-height: 1em;

}
#slide2 h1 {
	line-height: 1em;

}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}


}




