/* FONTS */  
@font-face {
 font-family: 'ChunkFiveRegular';
 src: url('../fonts/Chunkfive-webfont.eot');
 src: url('../fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Chunkfive-webfont.woff') format('woff'), url('../fonts/Chunkfive-webfont.ttf') format('truetype'), url('../fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}

/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), 
		 url('../fonts/open-sans-v34-latin-regular.woff') format('woff'); 
  }

/* ALLGEMEIN */

html, body {
	text-align:center;
	background:#FFF url(../images/bg.jpg) repeat-x 130px 0px;
	font-size:12px;
	color:#333333;
	padding:0px;
	margin:0px;
	height:100%;
	overflow:auto;
	font-family: 'ChunkFiveRegular', Arial, sans-serif;
	font-size: 16px;
}
h1, h2, h3, h4 {
	font-family: 'ChunkFiveRegular', Arial, sans-serif;
	font-size: 16px;
}
h1 {
	color:#FFFFFF;
	font-size:20px;
	padding:10px 0 0 50px;
	margin:20px 0 0 0;
}
h2 {
	font-size:18px;
	padding: 0px 0 0 50px;
	margin:0;
}
h3 {
	font-size:17px;
	padding:0px;
	margin:0;
}
h4 {
	margin:0px;
	letter-spacing:1px;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	box-shadow:0px 5px 5px -5px #444444;
	position:relative;
}
/* DATENSCHUTZ */
.datenschutz h2 {
	padding-left:0;
}
.datenschutz h4 {
	color: #333333;
}
.datenschutz li {
	font-family: 'Open Sans', sans-serif;
}

/* HEADER */

#kontakt #header-bild {
	background: url("../images/el_paso_header.png") no-repeat scroll left top transparent;
	height: 138px;
	margin-left: -100px;
	margin-top: 25px;
	width: 1000px;
	position:absolute;
}
#kontakt #header-bild2 {
	background: url("../images/el_paso_header2.png") no-repeat scroll left bottom transparent;
    height: 37px;
    left: 573px;
    position: relative;
    top: 21px;
    width: 153px;
}

#kontakt {
	left: 7px;
	position: absolute;
	top: -25px;
	color:#333;
	z-index: 5;
}
#kontakt h1, #kontakt h2 {
	color:#E8E9E9;
	z-index:999;
	position:relative;
	padding-left:30px;
}
#kontakt h1 {
	font-size:35px;
	font-weight: 300;
	margin-top:30px;
	letter-spacing: 1px;
	color: #E4D401;
}
#kontakt h2 {
	color:#F1E4D4;
	font-size:20px;
	font-weight: 700;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
}
#kontakt h2 .small {
	font-size:15px;
	font-weight:700;
}
#kontakt h3 {
	font-size: 18px;
	margin: -15px 0 0 40px;
	padding: 0;
}
/* CONTENT */
a {
	text-decoration:none;
	color:#9F2018;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a:hover {
	color:#B89602;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hinterlegt a:hover, .nhinterlegt a:hover {
	color:#fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
img {
	border:0px;
	margin-right: 25px;
}
p {
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
}
/*h4 .hinterlegt {
	background:url(../images/background_wood_structure.jpg) no-repeat left top;
}
h4 .nhinterlegt {
	background: url(../images/background_wood_structure2.jpg) no-repeat left top;
}*/

.toggler_start_hinterlegt {
	background-image: url(../images/toggler_startseite.png);
}
.toggler_start_hinterlegt a {
	color:#fff;
}
.hinterlegt {
	background:#76ac01;
	background: url(../images/noise_light.png) left top;
	opacity:0.7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hinterlegt a {
	color:#A4988E;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.hinterlegt:hover {
	opacity:1;
}
.nhinterlegt {
	background:#ccc;
	background: url(../images/noise_dark.png) left top;
	opacity:0.7;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nhinterlegt a {
	color:#D8D2CF;
}
.nhinterlegt:hover {
	opacity:1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.ui-accordion-header-active {
	background: url(../images/noise_act.png) left top;
	opacity:1;
}
.ui-accordion-header-active a {
	color:#E5DFE3;
}
.accordion {
	padding: 10px;
}
h4 a {
	font-size:15px;
	padding: 15px 0 15px 40px;
	position:relative;
	z-index:10;
	display:block;
}
h5 {
	margin: 0 0 10px 0;
}

div.clear {
	clear:both;
}
ul {
	list-style-type:circle;
}
li {
	line-height:1.8em;
}
#text {
	padding:20px 20px 20px 30px;
}
.konz_tag {
	font-style:italic;
	font-size:16px;
}
.konz_zeit {
	font-size:20px;
}
.konz_head {
	font-size:16px;
	font-weight:700;
}
.konz_body {
	margin-bottom:20px;
}
/* Layoutelemente */

#rahmen {
	text-align:left;
	width:799px;
	min-height:100%;
	background:rgba(245, 240, 234, 0.85);
	margin:0 auto;
	position:relative;
	display:block;
}
*html #rahmen {
	height:100%;
}
#inhalt {
	padding-top:136px;
	position:relative;
	display:block;
	padding-bottom:20px;
}
#logo {
	position:absolute;
	left:322px;
	top:0;
	height:100px;
}
#headertext {
	height: 100px;
	left: 29px;
	position: absolute;
	top: 0;
}
#kletterwelt {
	position:relative;
	left:490px;
}
#hochseilgarten {
	position:relative;
	left:120px;
}
#aktzeile {
	height:17px;
	background:#7e6348;
	padding-left:50px;
	padding-top:3px;
}

.ue_text {
	margin-right: 28px;
	position: relative;
	text-align: right;
	top: 70px;
	color:#333;
}
.ue_text h2 {
	padding:0;
	margin:0;
}
.text {
	font-size: 16px;
	left: 350px;
	line-height: 1.5em;
	position: relative;
	text-align: right;
	top: 100px;
	width: 360px;
	color:#333;
}
#tabelle td {
	border-bottom: 1px solid #CCCCCC;
	padding: 6px 8px;
}
.bilder ul {
	list-style-type:none;
	width:650px;
}
.bilder ul li {
	padding: 0;
	position: relative;
	float:left;
}
.clear-float {
	clear:both;
	height:1px;
}
.margin-l {
	margin-left:-10px;
}

#bild {
	height:500px;
	background-image: url(../images/el_paso_express.png);
	margin-left:30px;
}
#menu {
	margin-top:20px;
}
.menuzeile {
	height:20px;
	padding-left:50px;
	padding-top:3px;
}
/* Anmeldeformular */
#form_links {
	float:left;
	width:250px;
}
#form_rechts {
	float:left;
	width:350px;
	margin-top:5px;
}
#form_unten {
	clear:left;
	margin:20px 0px;
}
#text label {
	display:block;
	width:150px;
	margin-bottom:4px;
	margin-top:5px;
}
input.form_feld {
	width:95px;
}
input.form_feldlang {
	width:200px;
}
input:focus {
	background:#efefef;
}
div.form_unten_links {
	float:left;
	clear:both;
	width:100px;
}
div.form_unten_rechts {
	float:left;
	width:100px;
}
#anm_links {
	float:left;
	width:100%;
}
*+html #anm_links {
	width:40%;
	margin-right:2%;
}
#anm_rechts {
	float:left;
	width:50%;
}
*+html #anm_rechts {
	width:50%;
}
