/*---------------------------------------------------------------------------------------------*/
/*	CSS Reset by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ v2.0
/*---------------------------------------------------------------------------------------------*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,img,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}
address{padding:0 0 30px;}
abbr,acronym{border-bottom:.1em dotted;}
ins{background:#f0f0f0;text-decoration:none;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul{list-style:none;}
blockquote:before,blockquote:after{content:none;}
table{border-collapse:collapse;}
input:focus,textarea:focus{border:1px solid #999; outline:0;}
a:hover, a:active, a:focus { outline: none; -moz-outline-style: none;}

/* --- Clearfix --- */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0;}
 
/*---------------------------------------------------------------------------------------------*/
/*	General Structure
/*---------------------------------------------------------------------------------------------*/
html {
	 height: 100%;
	 margin:0;
}

body {
	height: 100%;
	font-family: "Ottawa",Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size: 0.750em;
	line-height: 1.5;
	background: #333;
	background-image:url(images/AB-hintergrund-hell6.jpg);
	background-position: top center;
	-webkit-background-size: 2000px 1100px;
	-webkit-text-resize:none;
}

a {
	color: #fff;
	text-decoration: none
}

a:hover {
	color: #ccc;
}

#wrapper {
	max-width: 1024px;
	margin: 0 auto;
	width:81%;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: block;
	max-width:233px;
	width:75%;
}

.flex-direction-nav {
	position:relative;
	top:2px;
}


/* Webkit fix */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.flex-control-nav {
		position:relative;
		top:-4px;
	}
	.flexslider {position: relative;  zoom: 1;min-height:20px; /*background:url("../images/130.gif") no-repeat center center;*/}
}

#footer {
	margin-top: 5px;
	text-align: center;
	height:21px;
	padding-bottom: 3px;
	padding-top: 2px;
	margin-bottom:30px;
	background-image:url("glas.png");
	color:#fff;
	border-right:1px solid rgba(255,255,255,0.15);
}

@font-face {
    font-family: 'Ottawa';
    src: url('font/ottawa-webfont.eot');
    src: url('font/ottawa-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/ottawa-webfont.woff') format('woff'),
         url('font/ottawa-webfont.ttf') format('truetype'),
         url('font/ottawa-webfont.svg#Ottawa') format('svg');
    font-weight: normal;
    font-style: normal;

}

.wide {
	margin:11.2% 0;
}

.slides div {
	text-align:right;
	font-size:31px;
	position:absolute;	
}

.sl1 {
	top:45%;
	right:5%;
}

.sl2 {
	right:auto;
	left:50%;
	top:45%;
}

.sl4 {
	top:5%;
	text-align:center !important;
	width:100%;
}

.sl5 {
	top:auto;
	bottom:1%;
}

.transparent {
	color:#000;
	color:transparent;
	color:rgba(0,0,0,0);
}

.sl6 {
	top:0;
	left:0;
	background-color:#000;
	background-color:rgba(0,0,0,0.75);
	width:100%;
	height:100%;
}

.sl7 {
	top:37%;
	right:52%;
}

.points {
	top:37%;
	right:49.4%;
}

.sl8 {
	text-align:left !important;
	right:auto;
	left:52%;
}

.bg-form {
	position:absolute;
	top:0;
	left:0;
}

.sl9 {
	top:auto;
	bottom:6%;
}

@media only screen and (max-width: 1150px) {
	.slides div {
		font-size:27px !important;
	}
}

@media only screen and (max-width: 975px) {
	.slides div {
		font-size:20px !important;
	}
}

@media only screen and (max-width: 700px) {
	.slides div {
		font-size:14px !important;
	}
}

@media only screen and (max-width: 500px) {
	.slides div {
		font-size:11px !important;
	}
}

@media only screen and (max-width: 300px) {
	.slides div {
		font-size:5px !important;
	}
}

@media only screen and (min-width: 2000px) {
	body {
		background-image:url(images/AB-hintergrund-xxl.jpg);
		-webkit-background-size: 3000px 1650px;
	}
}

@media only screen and (max-device-width: 960px) { 
  html {
  	-webkit-text-size-adjust:none; /*fixes too big font in mobile Safari*/
  }
}