@import url("reset.css");
@import url("960.css");
@import url("navi.css");
@import url("form.css");
@import url("typo.css");
@import url("global.css");
@charset "utf-8";

/* pt-sans-regular - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('PT Sans'), local('PTSans-Regular'),
       url('../fonts/pt-sans-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v9-latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700 - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold'), local('PTSans-Bold'),
       url('../fonts/pt-sans-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v9-latin-700.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-sans-v9-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Italic'), local('PTSans-Italic'),
       url('../fonts/pt-sans-v9-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v9-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v9-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v9-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v9-latin-italic.svg#PTSans') format('svg'); /* Legacy iOS */
}

/* pt-sans-700italic - latin */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-sans-v9-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('PT Sans Bold Italic'), local('PTSans-BoldItalic'),
       url('../fonts/pt-sans-v9-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/pt-sans-v9-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/pt-sans-v9-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/pt-sans-v9-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/pt-sans-v9-latin-700italic.svg#PTSans') format('svg'); /* Legacy iOS */
}




/*-----------------------------C O D A  S L I D E R (also see external CSS)----------------------------------------------------------------------*/

.slider_navi img {
	background:#FFF;
	border:1px solid #FFF;
}
.slider_navi img:hover {
	background:#F5F5F5;
	border:1px solid #DDD;
}

/*------------------------------A C C O R D E O N---------------------------------------------------------------------*/


.wrapper {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}
.accordionButton {
	width: 940px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	background: #FFF;
	border-bottom: 2px solid #EEE;
	cursor: pointer;
	height: 4em;
	-webkit-transition: all 1s ease-in-out; /* Firefox */
	-moz-transition: all 1s ease-in-out; /* WebKit */
	-o-transition: all 1s ease-in-out; /* Opera */
	transition: all 1s ease-in-out; /* Standard */
}
.accordionContent {
	width: 940px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	border-bottom: 2px solid #EEE;
}

.on { /* when active */
	background: #79a629; /* Old browsers */
	color: #FFF;
}


.accordionButton:hover .kreis {
	background-color: #FFF;
	color:#79a629;
}

.on.accordionButton .kreis {
	background-color: #FFF;
	color:#79a629;
}

.kreis {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color:#79a629;
	color: #FFF;
	height: 25px;
	width: 25px;
	line-height: 27px;
	text-align: center;
	margin-left: 40px;
		-webkit-transition: all 1s ease-in-out; /* Firefox */
	-moz-transition: all 1s ease-in-out; /* WebKit */
	-o-transition: all 1s ease-in-out; /* Opera */
	transition: all 1s ease-in-out; /* Standard */
}



.over {
	background: #79a629;
	color: #FFF;
}

.schedule {
	width: 100%;
	line-height: 120%;
	padding: 20px;
	position:relative;
}
.schedule_time {
	width: 175px;
	float: left;
	display:block;
	font-size: 1em;
	line-height: 1.25em;
}
.schedule_title {
	font-size: 1.25em;
	margin-bottom: 5px;
	letter-spacing: 1px;
	text-transform:uppercase;
	line-height: 1.25em;
}
.schedule_content {
	line-height: 120%;
	-webkit-transition: background 1s ease-in-out; /* Firefox */
	-moz-transition: background 1s ease-in-out; /* WebKit */
	-o-transition: background 1s ease-in-out; /* Opera */
	transition: background 1s ease-in-out; /* Standard */
	padding: 30px;
	background: #FFF;
}

/*------------------------------B O D Y----------------------------------------------------------------------*/

body {
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #AAA;
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
}
/*------------------------------S T R U C T U R E----------------------------------------------------------------------*/

#header_1 {
	background-color: #FFF;
	padding-top: 5px;
	width: 100%;
	background-color: #79a629;
	z-index: 999;
	margin: 0 auto;
}
#content_1_wrapper {
	width: 100%;
	z-index: 998;
	background-color: #eeeeee;
}
#content_1 {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: inherit;
}
#content_2 {
	position: relative;
	text-align: left;
	margin: 0 auto;
	background-position: center top;
	background-repeat:no-repeat;
}
#content_2_alt {
	background: rgb(0,94,23); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(0, 94, 23, 1) 0%, rgba(0, 66, 12, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 94, 23, 1)), color-stop(100%, rgba(0, 66, 12, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 94, 23, 1) 0%, rgba(0, 66, 12, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 94, 23, 1) 0%, rgba(0, 66, 12, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 94, 23, 1) 0%, rgba(0, 66, 12, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 94, 23, 1) 0%, rgba(0, 66, 12, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005e17', endColorstr='#00420c', GradientType=0 ); /* IE6-9 */
}
#content_3 {
	position: relative;
	margin: 0 auto;
	width: inherit;
	background-color:#002;
	background-position: center top;
	background-repeat:no-repeat;
}
#content_4 {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: inherit;
	overflow:hidden;
}
#content_1 {
	min-height: 700px;
	padding: 90px 0px 60px 0px;
}
#content_2, #content_3, #content_4, #content_5, #content_6, #content_7 {
	text-align:left;
	min-height: 680px;
	padding: 60px 0px 60px 0px;
}
#content_2, #content_3, #content_4, #content_5, #content_6, #content_7 {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(224, 224, 224, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(224, 224, 224, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(224, 224, 224, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(224, 224, 224, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(224, 224, 224, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(224, 224, 224, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0 ); /* IE6-9 */
}
#footer_1 {
	position: relative;
	padding: 30px 0 30px 0;
	text-align: left;
	margin: 0 auto;
	width: 980px;
}
#footer_2 {
	position: relative;
	padding: 30px 0 50px 0;
	color: #FFF;
	width: 980px;
	text-align: left;
	margin: 0 auto;
}
#footer_global_wrap {
	width: 100%;
	padding-bottom: 50px;
	background: #6f5d51; /* Old browsers */

background: -moz-linear-gradient(-45deg,  #6f5d51 0%, #513e32 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#6f5d51), color-stop(100%,#513e32)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(-45deg,  #6f5d51 0%,#513e32 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(-45deg,  #6f5d51 0%,#513e32 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(-45deg,  #6f5d51 0%,#513e32 100%); /* IE10+ */

background: linear-gradient(135deg,  #6f5d51 0%,#513e32 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f5d51', endColorstr='#513e32',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

/*----------------------------C L A S S E S------------------------------------------------------------------------*/

.divider {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	height: 20px;
	padding-top: 10px;
	margin-bottom: 10px;
	clear: both;
	background-image:url(../img/divider.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.divider_2 {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	border-bottom: 1px dotted #FFF;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	clear: both;
}
/*----------------------------S L I D E R------------------------------------------------------------------------*/

/* used slider CODA Slider and BX Slider */
