/* ### Font ### */ 
/*

*/ 
/* ### */ 

/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Light'), local('OpenSans-Light'),
	url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
	url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Regular'), local('OpenSans-Regular'),
	url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
	src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
	url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
	url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
	url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
	url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
	src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
	url('../fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
	url('../fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
	url('../fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
* {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
}
html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	background:#fff;	
}

p, ol li {
	margin: 15px 0;
	font-size: 15px;
	line-height: 25px;
	color:#34322c;
}
ol {
	list-style-type: decimal;
	padding:0 0 0 20px;
}

a {
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	color:#25ae5b;
}

h1, h1 a {
	font-size: 36px;
	font-weight: 700;	
	color:#25ae5b;
}
h2, h2 a {
	font-size: 24px;
}
h3, h3 a {
	font-size: 18px;
	font-weight: 600;		
}
h4, h4 a {
	font-size: 24px;
}

b, strong {
	line-height: 20px;
	font-weight: 600;	
}
.smallText,
blockquote,
blockquote p {
	font-size:14px;
	line-height:18px;
}
em {
	font-size:16px;
}
iframe {
	width: 100%;
}

.sprite {
	background-image: url(/global/img/sprite.png);
}
.wrapper {
	width:1180px;
	margin: 0 auto;
}

.container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px;
}

header {
	height:280px;
	background:#3e3735;
}
.parallax {
	overflow:hidden;
	height: 280px;
	width: 100%;
	position: relative;
	z-index:2;
}
.parallaxImage {
	min-width:100%;
	height:auto;
	min-height:100% !important;
	position:absolute;
	bottom:0;
}


.logo {
	width:218px;
	height:222px;
	display:block;
	background-position:top left;
	text-indent:-10000px;
	position:absolute;
	left:50%;
	margin-left:-110px;
	margin-top:30px;
	z-index:3;
}

.navBar {
	display:none;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:14px 0 14px 35px;
}
.navBar span {
	display:block;
	left:0;
	top:50%;
	margin-top:-10px;
	width:22px;
	height:20px;
	background-position:-0px -380px;
}

nav#nav {
	height:50px;
	background:#1e1917;
	border-bottom:10px solid #25ae5b;
	position: relative;
	z-index: 105;
}
nav#nav .navigation {
	margin:0 3%;
	display:block;
}
nav#nav .navigation li {
	height:50px;
	float:left;
}
nav#nav .navigation li a {
	display:block;
	line-height:30px;
	padding:10px 12px;
	color:#847C79;
	text-decoration:none;
	text-transform:uppercase;
}
nav#nav .navigation > li.current > a,
nav#nav .navigation > li.current > a:hover,
nav#nav .navigation > li > a:hover,
nav#nav .navigation > li.current ul li.current > a,
nav#nav .navigation > li.current ul li.current > a:hover,
nav#nav .navigation > li ul li > a:hover {
	background:#25ae5b;
	color:#fff;
}

nav#nav .navigation li > ul {
	display: none;
	background:#1F964D;
	width:200px;
}
nav#nav .navigation li > ul li {
	position:relative;
	height:50px;
	width:200px;
}
nav#nav .navigation li > ul li a {
	color:#fff;
}
nav#nav .navigation li > ul:after{
	content:'';
	position:absolute;
	top:-10px;
	left:40px;
	width: 0; 
	height: 0; 
	border-bottom: 10px solid #1F964D;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;		
}
nav#nav .navigation li > ul > li > ul:after{
	content:'';
	position:absolute;
	top:15px;
	left:-20px;
	width: 0; 
	height: 0; 
	border-bottom: 10px solid transparent;
	border-right: 10px solid #1E8947;
	border-top: 10px solid transparent;		
}
nav#nav .navigation li ul li ul {
	display: none;
	background:#1E8947;
	width:260px;
	left:200px;
	top:0;
}
nav#nav .navigation li ul li ul li {
	width:260px;
}
nav#nav .navigation li > ul li a {
	color:#fff;
}
nav#nav .navigation li ul li ul li a {
	font-size:14px;
} 

nav#nav .navigation li:hover > ul {
	display: block;
}
nav#nav .navigation li ul li > ul {
	float:left;
}

#content {
	height:100%;
	margin:80px 0;
}
.contentLeft {
	width:26%;
	margin:0 3%;
	float:left;
}
.contentRight {
	width:62%;
	margin:0 3% 20px 3%;	
	float:right;	
}
.contentRight img {
	max-width: 100%;
	height: auto;
}
.borderBottom {
	border-bottom:1px solid #efeff0;
	padding-bottom:15px;
	width:100%;
	display:block;
	margin-bottom:10px;
}

.sidebar {
	background:#efeff0;
	padding:0 20px;
}
.sidebarItem {
	margin:20px 0;
	float:left;
	padding-left: 10px;
}
.sidebarImage {
	width:100%;
	display:block;
}


article ul {
	list-style-type: disc;
	padding: 0 0 0 20px;
}
article ul li {
	line-height: 20px;
	margin: 14px 0;
	font-size: 15px;
	color:#34322c;
}

/* form
----------------------------------------------------- */

.reports {
	padding:0;
}

.reports li {
	background:#EFEFF0;
	list-style-type:none;
	margin: 0 0 4px 0;
}
.reports li a {
	padding:8px 10px;
	display:block;
	text-decoration:none;
	cursor:pointer;
}
.reports li a span {
	float:right;
	font-size:17px;
}
.reports li a:hover {
	color:#1E1917;
}
.reports li.indent {
	margin-left: 20px;
}


/* form
----------------------------------------------------- */
.contactForm p.lf,
.contactForm p.lr {
	background:#EFEFF0;
	padding:10px;
}
.contactForm p.lf label,
.contactForm p.lr label {
	width:34%;
	float:left;
}
.contactForm p.lr input,
.contactForm p.lr textarea,
.contactForm p.lr select,
.contactForm p.lf input,
.contactForm p.lf textarea,
.contactForm p.lf select {
	width:62%;
	margin-left:2%;
	float:left;
	border:1px solid #928885;
}
.contactForm p.submit input {
	background:#25AE5B;
	padding:8px 10px;
	float:right;
	color:#fff;
	cursor:pointer;
}
.contactForm p.submit input:hover {
	background:#1E1917;
}
.contactForm p #privacyPolicy {
	width: auto;
	margin: 5px 10px 80px 0;
}

label.formError {
	font-weight: bold;
}
input.formError, textarea.formError, select.formError {
	background-color: orange;
}


/* image gallery
----------------------------------------------------- */
#imageGallery h3 {
	padding-bottom: 8px;
}
#imageGallery .galleryRow.overview {
	width: 32%;
	margin: 0 5px 40px 5px;
	max-height: 260px;
	overflow: hidden;
}

#imageGallery .galleryRow.overview a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#imageGallery .galleryRow.overview img {
	width: 100%;
}

#imageGallery .galleryRow a {
	text-decoration: none;
}



/* Termine
----------------------------------------------------- */

#events .month {
	font-weight: 700;
	margin: 15px 0 5px;
	display: block;
}

#events .row {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
}

#events .row:last-child {
	border: 0;
}

#events .row span {
	display: inline-block;
}


#events .row .date {
	/* width: 10%; */
	float: left;
	height: 50px;
}

#events .row .title {
	font-weight: 500;
	/*width: 40%;*/
}

#events .row .additional {
	/*width: 25%;*/
	font-style: italic;
}

#events .row .location {
	/*width: 15%;*/
}

#events .row .file {
	/*width: 5%;*/
	float: right;
}

/* Links
----------------------------------------------------- */

#links .row {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
	max-height: 80px;
}

#links .row:last-child {
	border: 0;
}

#links .row span {
	display: inline-block;
}

#links .row img {
	max-height: 80px;
}


/* Vorstand
----------------------------------------------------- */

#member .row {
	width: 50%;
	/* max-height: 205px; */
	overflow: hidden;
}
#member .row .rowWrapper {
	background: #f5f5f5;
	margin: 0 10px 10px 0;
	padding: 10px;
	height: 100%;
}

#member .row.last {
}

#member .row .memberPhoto {
	margin-right: 10px;
	height: 175px;
	overflow: hidden;
	max-width: 40%;
}

#member .row .memberDescription {
	width: 55%;
	height: 175px;
	position: relative;
}

#member .row .memberDescription span {
	display: block;
}

#member .row .memberDescription .tel {
	position: absolute;
	bottom: 0;
}

/* footer
----------------------------------------------------- */

footer {
	height:200px;
	position:relative;
	z-index:100;
}
footer, .footerStick {
	height: 200px;
	clear: both;
}
.footerTop {
	padding:25px 0 0;
	height:115px;
	background:#3e3735;
	text-transform:uppercase;
	color:#c0bebd;
	font-size:12px;
}

.footerTop .sponsoren {
	margin: 20px 0 0;
}
.footerTop .sponsoren a {
	margin: 0 10px 0;
	text-decoration:none;
	display:inline-block;
}
.footerBottom {
	height:60px;
	background:#1e1917;	
}
.footerBottom ul {
	margin-top:5px;
}
.footerBottom ul li {
	display:inline-block;
}
.footerBottom ul li a,
.footerBottom ul li .dot {
	display:inline-block;
	font-size:12px;
	text-transform:uppercase;
	line-height:14px;
	text-decoration:none;
	color:#888888;
}
.footerBottom ul li .dot {
	padding:0 5px;
}
.footerBottom ul li a:hover {
	color:#fff;
}

.designAndProg {
	color:#505153;
	font-size:12px;	
	line-height:14px;	
	margin:5px 0 0 0;
}
.designAndProg a {
	color:#878a8d;
}