@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}




/* Mozilla based browsers */
::-moz-selection {
       background-color: orange;
       color: black;
      	}

/* Works in Safari */
::selection {
       background-color: orange;
       color: black;
		}

*{
outline: none;
}

.ClassicRound-Medium { 
	font-family: ClassicRound-Medium;
	font-weight: normal;
	font-style: normal;
}

ol, ul, li { list-style: none; }

img {
border: 0;
}


body {
font-family: Helvetica, Arial, Sans-Serif;
text-decoration: none;
padding: 0;
margin: 0;
background: url(../img/bg2.jpg);
background-position: top center;
overflow-x: hidden;
text-align: center;
min-width: 1000px;
height: 1000px;
}

a{
color: white;
text-decoration: none;
}

h1{
font-family: helvetica, arial, sans-serif;
font-size: 22px;

}

p{
font-size: 18px;
        
}

.wrap{
display: block;
height: 100%;
text-align: left;
width: 1000px;
margin: 0 auto;
}

#header{
font-family: helvetica, arial, sans-serif;
font-size: 14px;
float: left;
margin-left: 30px;
margin-top: 30px;

}

#header a{
color: #fc6d16;
position: absolute;
margin-top: 210px;
margin-left: 18px;
}

#header a:hover{
color: white;
-webkit-transition: all 0.5s ease-in;
-moz-transition: all 0.5s ease-in;
-ms-transition: all 0.5s ease-in;
-o-transition: all 0.5s ease-in;
transition: all 0.5s ease-in;
}

#wrapper{
text-align: left;
min-width: 1024px;
width: 1024px;
margin: 0 auto;
}

#oben{
position: absolute;
min-height: 100%;
width: 100%;
min-width: 1000px;

}

#unten{
position: relative;
float: left;
background: url(../img/sand_o.png) repeat-x;
background-position: bottom;
bottom: -860;
height: 850px;
min-width: 100%;
overflow: hidden;
}


#feet{
left: 0;
position: relative;
bottom: -500px;
}

/* =============================================================================
   Slideshow
   ========================================================================== */

.sp-slideshow {
    position: relative;
	width: 100%;
	max-width: 1024px;
	min-width: 1024px;
	height: 800px;
	bottom: 30px;
	}

.sp-content {
	z-index: 30;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.sp-slideshow input {
    position: absolute;
	bottom: 15px;
	left: 50%;
	width: 9px;
	height: 9px;
	z-index: 1001;
	cursor: pointer;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.sp-slideshow input + label {
    position: absolute;
    bottom: 100px;
	left: 50%;
    width: 6px;
	height: 6px;
	display: block;
	z-index: 1000;
	border: 3px solid #fff;
	border: 3px solid rgba(255,255,255,0.9);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color linear 0.5s;
    -moz-transition: background-color linear 0.5s;
    -o-transition: background-color linear 0.5s;
    -ms-transition: background-color linear 0.5s;
    transition: background-color linear 0.5s;
}
.sp-slideshow input:checked + label {
	background-color: #fff;
    background-color: rgba(255,255,255,0.9);
}

.sp-selector-1, .button-label-1 {
    margin-left: -36px;
}

.sp-selector-2, .button-label-2 {
    margin-left: -18px;
}

.sp-selector-4, .button-label-4 {
    margin-left: 18px;
}

.sp-selector-5, .button-label-5 {
    margin-left: 36px;
}

.sp-selector-5, .button-label-6 {
    margin-left: 54px;
}

.sp-arrow {
    position: absolute;
	top: 65%;
	width: 28px;
	height: 38px;
	margin-top: -19px;
	display: none;
	opacity: 0.8;
	cursor: pointer;
	z-index: 1000;
	background: transparent url(../CSS3FluidParallaxSlideshow/images/arrows.png) no-repeat;
	-webkit-transition: opacity linear 0.3s;
    -moz-transition: opacity linear 0.3s;
    -o-transition: opacity linear 0.3s;
    -ms-transition: opacity linear 0.3s;
    transition: opacity linear 0.3s;
}
.sp-arrow:hover{
	opacity: 1;
}
.sp-arrow:active{
	margin-top: -19px;
}
.sp-selector-1:checked ~ .sp-arrow.sp-a2,
.sp-selector-2:checked ~ .sp-arrow.sp-a3,
.sp-selector-3:checked ~ .sp-arrow.sp-a4,
.sp-selector-4:checked ~ .sp-arrow.sp-a5,
.sp-selector-5:checked ~ .sp-arrow.sp-a6 {
    right: 15px;
	display: block;
	background-position: top right;
}
.sp-selector-2:checked ~ .sp-arrow.sp-a1,
.sp-selector-3:checked ~ .sp-arrow.sp-a2,
.sp-selector-4:checked ~ .sp-arrow.sp-a3,
.sp-selector-5:checked ~ .sp-arrow.sp-a4,
.sp-selector-6:checked ~ .sp-arrow.sp-a6{
    left: 15px;
	display: block;
	background-position: top left;
}

input.sp-selector-1:checked ~ .sp-content .sp-parallax-bg {
    background-position: 0 0;
}

input.sp-selector-2:checked ~ .sp-content .sp-parallax-bg {
    background-position: -200px 0;
}

input.sp-selector-3:checked ~ .sp-content .sp-parallax-bg {
    background-position: -400px 0;
}

input.sp-selector-4:checked ~ .sp-content .sp-parallax-bg {
    background-position: -600px 0;
}

input.sp-selector-5:checked ~ .sp-content .sp-parallax-bg {
    background-position: -800px 0;
}

input.sp-selector-6:checked ~ .sp-content .sp-parallax-bg {
    background-position: -1000px 0;
}

.sp-slider {
    position: relative;
	left: 0;
    width: 500%;
	height: 100%;
	list-style: none;
    margin: 0;
	padding: 0;
    -webkit-transition: left ease-in 0.8s;
    -moz-transition: left ease-in 0.8s;
    -o-transition: left ease-in 0.8s;
    -ms-transition: left ease-in 0.8s;
    transition: left ease-in 0.8s; 
}

.sp-slider > li {
	width: 20%;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 0 55px;
    float: left;
	text-align: center;
	opacity: 0.2;
    -webkit-transition: opacity ease-in 0.4s 0.8s;
    -moz-transition: opacity ease-in 0.4s 0.8s;
    -o-transition: opacity ease-in 0.4s 0.8s;
    -ms-transition: opacity ease-in 0.4s 0.8s;
    transition: opacity ease-in 0.4s 0.8s; 
}

.sp-slider > li img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	padding: 40px 0 50px 0;
	max-height: 100%;
	max-width: 100%;
}
input.sp-selector-1:checked ~ .sp-content .sp-slider {
    left: 0;
}

input.sp-selector-2:checked ~ .sp-content .sp-slider {
    left: -100%;
}

input.sp-selector-3:checked ~ .sp-content .sp-slider {
    left: -200%;
}

input.sp-selector-4:checked ~ .sp-content .sp-slider {
    left: -300%;
}

input.sp-selector-5:checked ~ .sp-content .sp-slider {
    left: -400%;
}

input.sp-selector-6:checked ~ .sp-content .sp-slider {
    left: -500%;
}

input.sp-selector-1:checked ~ .sp-content .sp-slider > li:first-child,
input.sp-selector-2:checked ~ .sp-content .sp-slider > li:nth-child(2),
input.sp-selector-3:checked ~ .sp-content .sp-slider > li:nth-child(3),
input.sp-selector-4:checked ~ .sp-content .sp-slider > li:nth-child(4),
input.sp-selector-5:checked ~ .sp-content .sp-slider > li:nth-child(5),
input.sp-selector-6:checked ~ .sp-content .sp-slider > li:nth-child(6){
	opacity: 1;
}


/* =============================================================================
   Footer
   ========================================================================== */


#footer{
font-size: 14px;
background: transparent;
position: absolute;
display: block;
margin: 0 auto;
min-width: 900px;
width: 1024px;
height: 50px;
margin-bottom: 0px;
padding-bottom: 15px;
padding-top: 23px;
}

#footer li{
margin-right: 40px;
float: left;
display: inline;
}

.impressum{
padding-bottom: 1px;
margin-top: 10px;
border-bottom: 2px solid transparent;
}

.impressum:hover{
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
border-bottom: 2px solid white;
}

.links{
position: relative;
padding-bottom: 1px;
margin-top: 10px;
border-bottom: 2px solid transparent;
}

.links:hover{
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
border-bottom: 2px solid white;
}



#impressum{
font-size: 14px;
margin: 30px;
padding: 30px;
color: #000;
text-align: left;
width: 500px;        
                
        

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;

background: -moz-linear-gradient(top,  rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */


}

#impressum p {
font-size: 14px;
}

#impressum a{
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
color: #000;
}

#impressum a:hover{
color: #fc6d16;
}

.sticker{
position: absolute;
top: 250px;
left: 550px;
float: left;
}

.fb-like{
z-index: 100;
position: absolute;
right: 2%;
top: 3%;
}


