@charset "utf-8";
/* CSS Document */

/***	RESET	***/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
q,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
#wrapper,
#content {
	border: 0;
	margin: 0;
	padding: 0
}

article,
aside,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
video,
object {
	display: block
}

/***	ALLGEMEINES	***/
html {
	height: 100%;
	padding-bottom: 1px;
}


html,
body,
#wrapper,
#content {
	height: 100%;
	background-color: #FFA500 !important;
}

body>#wrapper {
	height: auto;
	min-height: 100%;
}

text-align: center;
font-family: Arial,
Helvetica,
sans-serif;
font-size: 100.01%;
background-color: transparent !important;
color: #273583;
}

h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.subH1 {
	font-size: 0.6em;
	font-weight: 300;
}

.subH2 {
	font-size: 0.7em;
	font-weight: 300;
}

h2,
h3,
h4 {
	font-family: ff-meta-web-pro, sans-serif;
	padding-bottom: 15px;
	clear: both;
}

h3,
h4 {
	font-size: 1em;
}

section {
	padding: 15px 15px 0 15px;
}

p {
	margin-bottom: 10px;
}

hr {
	margin: 20px 0;
	height: 0px;
}

.aspectIE,
.aspect2 {
	max-width: 100%;
	height: auto;
}

a img {
	border: 0
}

#wrapper,
header {
	max-width: 1100px;
	min-width: 755px;
	margin: 0 auto;
	font-size: 0.9em;
	text-align: left;
	position: relative;
}

#wrapper {
	width: 97%;
	-moz-box-shadow: 0px 4px 8px #000;
	-webkit-box-shadow: 0px 4px 8px #000;
	box-shadow: 0px 4px 8px #000;
}

#content {
	font-size: 0.9em;
	position: relative;
}

#main {
	margin-left: 25.85%;
}

#stupidIE {
	display: none;
}

/***	HEADER	***/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 1000;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
}

#logo {
	width: 817px;
	height: 150px;
	position: absolute;
	top: 147px;
	left: 279px;
	z-index: 200;
}

#logo a:hover {
	border-bottom: 0;
}

.logo {
	width: 10%;
	float: left;
	margin-right: 3%;
	text-align: center;
}

#slogan,
#slogan2 {
	position: absolute;
	left: 278px;
	top: 2px;
	font-size: 24px;
	font-weight: bold;
	width: 97px;
}

#slogan2 {
	width: 435px;
	top: 87px;
	margin-left: 15%;
	font-size: 18px;
}

#registrieren {
	position: absolute;
	right: -12px;
	top: 25px;
	z-index: 1000
}

#registrieren a:hover {
	border-bottom: 0;
}

/***	NAVIGATIONEN	***/
#nOben {
	position: fixed;
	top: 250px;
	margin-left: 0;
	height: 30px;
	width: 6px;
	z-index: 100;
}

#haupt {
	width: 18%;
	margin: 0;
	padding: 0;
	margin-right: 3.8%;
	margin-top: 10px;
	float: left;
	text-align: left;
	cursor: pointer;
	font-weight: 600;
	font-size: 1.1em;
}

#haupt li {
	margin-left: 30px;
}

#zweitnav {
	text-align: right;
	padding-top: 10px;
	margin-right: 20px;
}

#zweitnav a {
	font-weight: 300;
}

/***	CSS MENUE	***/
.topic {
	border-bottom: 1px dotted #3b8ba4;
	text-decoration: none;
	line-height: 1.1em;
	list-style-type: none
}

.topic a {
	display: block;
	text-decoration: none;
	font-weight: 600;
	padding: 2px 5px 2px 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.topic a:hover {
	border-bottom: 0;
}

#sub1,
#sub2,
#sub3 {
	position: relative;
	text-decoration: none;
	z-index: 20;
	padding-bottom: 15px;
	font-weight: 300;
	list-style-type: none;
	font-size: 0.9em
}

#sub1 a,
#sub2 a,
#sub3 a {
	padding-left: 20px;
	margin: 0;
}

:first-child #sub1 {
	display: none
}

:first-child #sub2 {
	display: none
}

:first-child #sub3 {
	display: none
}

.topic:hover #sub1 {
	display: block;
}

.topic:hover #sub2 {
	display: block;
}

.topic:hover #sub3 {
	display: block;
}

/***	FIRST TEASER	***
.firstTeaser {font-size:1.2em;line-height:1.5em; }

/***	MITTE	***/
#mitte {
	width: 90%;
	padding-top: 10px;
	padding: 0;
	float: left;
	line-height: 1.5em;
}

#mitte section {
	padding-bottom: 40px;
}

#sectionFull,
#firstAnn {
	/*width:73.85%;*/
	width: 100%;
	margin: 10px 0 0 0;
	padding: 0 0 40px 0;
	float: left;
}

.boxes_2 {
	width: 46%;
	margin-right: 2%;
	margin-top: 20px;
	float: left;
	list-style-type: none;
}

/* Accordion */
#vertical_container {
	width: 100%;
	line-height: 1.5em;
}

#vertical_container h2 {
	font-size: 1.1em;
}

.accordion_toggle {
	padding: 5px;
	padding-left: 20px;
	cursor: pointer;
	font-weight: bold;
}

.accordion_toggle:hover {
	padding-left: 20px;
}

.accordion_content {
	padding: 10px 5px 5px 20px;
	overflow: hidden;
}

.accordeon_content td {
	padding: 0;
}

.accUl {
	margin-left: 14px;
	padding-bottom: 15px;
}

.accOl {
	margin-left: 20px;
	padding-bottom: 15px;
}

#mitte ol,
#mitte ul {
	margin-left: 15px;
	margin-bottom: 15px;
}

.zielgruppe {
	padding-right: 30px;
	font-weight: bold;
	white-space: nowrap
}

/*für Sponsorenseite*/
.sponsorenlogo2 {
	width: 31%;
	margin: 0 1% 10px 1%;
	float: left;
	text-align: center;
}

.sponsorenlogo2 a:hover {
	border-bottom: 0 !important
}

.sponsorenlogo2 img {
	width: 100%;
	height: auto;
}

.sponsorenliste li {
	position: relative
}

.sponsoreninfo {
	position: absolute;
	right: 40px;
}

/* Tabellen */
table {
	margin: 0;
	margin: 0 0 15px 0;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	padding: 0;
	border: 0;
	vertical-align: top;
}

td p {
	margin: 0;
	padding: 0 !important;
}

th {
	font-weight: bold;
	text-align: left;
	padding: 4px 3px 4px 10px;
}

.programm {
	margin-bottom: 0;
}

.taginfo {
	padding: 4px 3px 4px 10px;
	margin-bottom: 0;
}

.programm_teil1 {
	width: 49%;
	float: left;
	border-collapse: collapse;
}

.programm_teil1 td {
	padding: 4px 3px 4px 10px;
}

.programm_teil2 {
	width: 49%;
	float: right;
	border-collapse: collapse;
}

.programm_teil2 td {
	padding: 4px 3px 4px 10px;
}

.uhrzeit {
	font-weight: normal;
	width: 95px;
}

/***	ASIDE	***/
aside {
	width: 10%;
	width: 20.75%;
	padding-top: 10px;
	padding: 0;
	padding-left: 3.8%;
	float: left;
	padding-bottom: 15px;
}

aside h1 {
	font-size: 1.1em;
	margin-right: 40px;
	margin-bottom: 10px;
}

.subH1aside {
	font-size: 0.9em;
	font-weight: 300;
}

.asideDatum {
	margin: 10px 0 0 0;
}

.aktuelleDaten,
.informationen,
.news,
.download,
.register,
.fotogalerie,
.quicklinks,
.newsletter {
	background-position: right 7px;
	background-repeat: no-repeat;
	padding-left: 0;
	margin-right: 20px;
	padding-bottom: 5px;
	clear: left;
}

.unter {
	padding-left: 0;
	margin-right: 20px;
	padding-bottom: 5px;
	clear: left;
}

.news {
	margin-bottom: 20px;
}

#vlightbox1,
#vlightbox2 {
	display: none;
}

#twitterWidg {
	background-image: url(../bilder/SM-Icons/twitterWidg.png);
	background-position: right 5px;
	background-repeat: no-repeat;
	border-top: 1px dotted #ccc;
	padding-left: 0;
	margin-right: 20px;
	padding-bottom: 5px;
	clear: left;
	padding-top: 10px;
}

#twitterWidg h1 {
	height: 40px;
}

.twtr-ft span {
	display: none;
}

.twtr-hd,
.twtr-ft {
	display: none;
}

.twtr-widget-profile {
	border: 0 !important;
	background-color: transparent !important;
}

#twtr-widget-1 {
	border: 0 !important;
}

.twtr-doc,
.twtr-timeline,
.twtr-popular {
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
}

.twtr-bd {
	padding: 0 !important;
	margin: 0 !important;
}

.twtr-tweet-wrap {
	padding-left: 0 !important;
}

/***	FOOTER	***/
footer {
	clear: both;
	text-align: center;
	/**/
	position: relative;
}

footer a:hover {
	border-bottom: 0;
}

/*carousel*/
.jcarousel-skin-tango {
	margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-clip {
	overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}

#footerLeiste {
	clear: both;
	background-color: #f5f8eb;
	text-align: left;
	padding: 1em 20px 1em 20px;
}

.g-plusone,
.fbLike,
.googlePlus,
.smLogo {
	float: left;
}

.fbLike,
#g-plusone,
#___plusone_0 {
	width: 85px;
	overflow: hidden;
}

.TWLogo {
	width: 18px;
	padding-right: 10px;
	padding-top: 1px;
	float: left;
}

.FBLogo {
	width: 18px;
	padding-right: 10px;
	padding-top: 1px;
	float: left;
}

#created {
	width: auto;
	font-size: 0.8em;
	float: right;
}

.fussLogo {
	float: right;
	padding-left: 10px;
	vertical-align: middle;
	width: 31px;
}

#SMicons {
	float: left;
	width: 17em;
	margin-right: -10px;
}

/***	DIVERSES	***/
a.pdf {
	text-decoration: none;
}

.pdf {
	line-height: 1.5em;
	padding: 2px 0;
}

a.pdf {
	background-image: url(../bilder/pdfGrau.png);
	background-repeat: no-repeat;
	padding-left: 25px;
}

.rahmen {
	border: 5px solid #fff;
}

.bildLeftRand,
.bildLeftFull {
	clear: left;
	float: left;
	margin-right: 15px;
}

.bildLeftFull {
	width: 90px;
	height: 108px;
}

.bildLeftKontur {
	float: left;
	margin-right: 15px;
	padding: 4px;
}

.anrede {
	font-style: italic;
	clear: left;
	padding-top: 30px;
}

.details,
.kleinKursiv {
	font-size: 0.9em;
	font-style: italic;
}

.kontur {
	text-shadow: -1px 0 #333, 0 1px #333, 1px 0 #333, 0 -1px #333;
}

.clearLe {
	clear: left;
}

.clearing {
	clear: both;
	height: 1px;
	padding-top: 10px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

.meldung {
	font-weight: bold;
}

.todo {
	background-color: #CF0;
}


/* ===============			C UC S T O M I Z I N G			==================	 */

/*
hellgrün: #BDDAAA
grün: #9ec783;// zu hell
grün dunkler: #9fb73d
petrolblau:#0880B0;
dunkelblau: #273583;
mittelblau: #038ABF;
hellblau: #77B9EF;
zartblau: #B3DBEF
*/

html,
body {
	background-color: #FFA500 !important;
}

body {
	color: #273583
}

#wrapper,
#content,
#main,
#firstAnn,
#footerLeiste,
#SMicons,
section,
aside {
	background-color: #fbfbfb;
}

header {
	background-image: url(../bilder/header/bgHeader1.jpg);
}

#slogan,
#slogan2 {
	color: #273583;
}

#content {
	border-top: 1px dotted #ccc;
}

#main {
	border-left: 1px dotted #ccc;
}

h1,
h2,
h3,
h4 {
	color: #038ABF
}

.subH1 {
	color: #333;
}

.subH2 {
	color: #333;
}

hr {
	border-bottom: 1px solid #3b8ba4;
	border-top: transparent;
	background-color: #fff;
}

#nOben {
	background-color: #0880B0;
	top: 330px;
}

#zweitnav {
	margin-right: 30px;
	padding-bottom: 15px;
}

#registrieren {
	top: 267px;
	display: none;
}

/***	SPONSORENSEITE	***/
.sponsorenlogo2 img {
	-moz-box-shadow: 0px 1px 2px #898989;
	-webkit-box-shadow: 0px 1px 2px #898989;
	box-shadow: 0px 1px 2px #898989;
}

/***	AKKORDEON	***/
#vertical_container h2 {
	color: #3b8ba4;
}

#vertical_container h2:hover,
#vertical_container h2:active,
#vertical_container h2:hover,
#vertical_container h2:active {
	color: #9fb73d;
}

.accordion_toggle {
	border-bottom: 1px dotted #3b8ba4;
	background-image: url(../bilder/navi/akkNavA_trans.png);
	background-position: 5px;
	background-repeat: no-repeat;
}

.accordion_toggle:hover {
	background: #f5f8eb;
	background-image: url(../bilder/navi/akkNav_trans.png);
	background-position: 5px;
	background-repeat: no-repeat;
}

.accordion_content {
	background-color: #fff;
}

.accordion_toggle_active {
	color: #9fb73d !important;
}

/***	TABELLEN	***/
th {
	color: #3b8ba4;
	border-bottom: 1px solid #ccc;
}

.taginfo {
	background-color: #cee2e8;
	color: #333;
}

.programm_teil1 {
	border: 1px solid #ccc;
	border-top: 0;
}

.programm_teil1 td {
	border-bottom: 1px solid #ccc;
}

.programm_teil2 {
	border: 1px solid #ccc;
	border-top: 0;
}

.programm_teil2 td {
	border-bottom: 1px solid #ccc;
}

.programm_teil1 tr:hover,
.programm_teil1 tr:active,
.programm_teil2 tr:hover,
.programm_teil2 tr:active {
	background-color: #e7edce;
	color: #333
}

.topZeile {
	background-color: #cee2e8;
}

.programm_teil1 tr:hover,
.programm_teil2 tr:hover,
.gebuehren tr:hover,
.programm_teil1 tr:focus,
.programm_teil2 tr:focus,
.gebuehren tr:focus {
	background-color: #e7edce
}

/***	ASIDE	***/
aside {
	padding-left: 3.5%;
	border-left: 1px dotted #ccc
}

aside h1 {
	color: #9fb73d;
}

.subH1aside {
	color: #999
}

.asideDatum {
	color: #999;
}

.aktuelleDaten,
.informationen,
.news,
.download,
.register,
.fotogalerie,
.quicklinks,
.newsletter {
	border-top: 1px dotted #ccc;
}

.unter {
	border-top: 1px dotted #ccc;
}

.twtr-widget-profile {
	border-bottom: 1px dotted #ccc;
}

.twtr-doc {
	border-top: 1px dotted #ccc;
}

/***	FOOTER	***/
#footerLeiste {
	height: 40px;
}

#content,
footer {
	border-top: 1px dotted #77B9EF;
}

footer {
	background-color: #e7edce;
}

#created {
	color: #666;
}

/***	DIVERSES	***/
.bildLeftRand,
.bildLeftFull {
	border: 5px solid #fff;
}

.bildLeftKontur {
	border: 1px solid #ccc;
}

.rahmen {
	border: 1px solid #038ABF;
	padding: 5px;
	margin-bottom: 15px;
}

.hellgrau {
	color: #999;
}

.gruen {
	color: #9fb73d
}

.rot {
	color: #ee3424;
}

.blau {
	color: #3b8ba4;
}

.hellblau {
	color: #038ABF
}

.schwarz {
	color: #000;
}

.hervorgehoben {
	font-weight: 600;
	font-size: 1.1em;
	color: #038ABF
}

/***	LINKFARBEN	***/
a:link,
a:visited,
a:hover,
a:active {
	color: #9fb73d;
	text-decoration: none;
	font-weight: bold;
}

a:hover,
a:active {
	border-bottom: 1px solid #9fb73d
}

#mitte a:hover,
#mitte a:active,
aside a:hover,
aside a:active {
	color: #9fb73d;
	border-bottom: 1px dotted #333
}

#zweitnav a:hover,
#zweitnav a:active {
	color: #9fb73d;
	border-bottom: 0;
}

.topic a {
	color: #FFA500 !important;
}

.topic a:hover,
.topic a:active,
.topic a.aktiv {
	background: #fbfbfb;
	color: #008000;
	background-image: url(../bilder/navi/seitenNavAktiv.png);
	background-position: 5px 2px;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
}

.subtopic a:hover,
.subtopic a:active,
.subtopic a.aktiv {
	color: #9fb73d;
	background-position: 5px 2px;
}

.subH1aside a {
	color: #999;
	font-weight: 300 !important;
}

a.extern:before {
	content: url(../bilder/extern.png) " "
}

/***	ICONS	***/
.aktuelleDaten {
	background-image: url(../bilder/sidebarIcons/kalender.png);
}

.informationen {
	background-image: url(../bilder/sidebarIcons/info.png);
	border-top: 0;
}

.news {
	background-image: url(../bilder/sidebarIcons/news.png);
}

.fotogalerie {
	background-image: url(../bilder/sidebarIcons/galerie.png);
}

.quicklinks {
	background-image: url(../bilder/sidebarIcons/quicklinks.png);
}

.download {
	background-image: url(../bilder/sidebarIcons/download.png);
}

.register {
	background-image: url(../bilder/sidebarIcons/regIcon2.png);
}

.newsletter {
	background-image: url(../bilder/sidebarIcons/newsletter.png);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	.subH1,
	h2,
	h3,
	h4 {
		font-family: Arial, Helvetica, sans-serif;
	}

	aside h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
	}

	.subH1aside {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.9em;
	}

	#vertical_container {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
	}

	.topic {
		font-size: 1em;
		font-weight: bold;
	}
}

@media only screen and (max-width: 480px) {

	/*object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table {padding:0}*/
	#wrapper,
	header {
		min-width: 98%;
		max-width: 98%;
		width: 98%;
		border: 0;
	}

	#topNav,
	#borderHeader,
	#nOben {
		display: none;
	}

	#main {
		margin-left: 0;
		background-color: transparent;
	}

	nav,
	#haupt,
	#mitte,
	#sectionFull,
	aside,
	footer {
		width: 98%;
		border: 0;
	}

	#sectionFull,
	.boxes_2 {
		width: 100%;
		margin-left: 0;
		padding-right: 0;
	}

	.programm_teil1,
	.programm_teil2 {
		width: 100%;
		border: 0;
	}

	.firstAnn {
		margin-left: 40px;
		width: 90%
	}

	aside {
		width: 96%;
	}

	#zweitnav {
		width: 98%;
		text-align: right;
	}

	/*#haupt {min-height:400px;}*/
	#footerLeiste {
		text-align: center;
	}

	#created,
	#SMicons {
		float: none;
		margin: 0;
		display: block;
	}

	#created {
		font-size: 0.7em;
	}

	.sponsorenlogo2 {
		width: 48%;
	}

	.sponsoreninfo {
		position: static
	}

	#logo {
		left: 5px;
	}

	.logo {
		width: 100px;
		margin-right: 10px;
	}

	#eyecatcher {
		display: none;
	}

	#slogan,
	#slogan2 {
		position: absolute;
		left: 10px;
	}

	#slogan {
		top: 10px;
		font-size: 20px;
	}

	#slogan2 {
		margin-left: 0;
		font-size: 16px;
	}

	.firstTeaser {
		margin-left: 0;
	}
}

@media only screen and (min-width: 481px) and (max-width: 800px) {

	#wrapper,
	header {
		min-width: 481px;
		max-width: 800px;
		width: 97%;
	}

	#topNav li {
		display: none;
	}

	#topNavWrapper {
		margin-left: 5%;
	}

	#eyecatcher,
	#nOben {
		display: none;
	}

	#logo {
		left: 5px;
	}

	.logo {
		width: 100px;
		margin-right: 10px;
	}

	#slogan,
	#slogan2 {
		position: absolute;
		left: 10px;
	}

	#slogan {
		top: 10px;
	}

	#slogan2 {
		margin-left: 0;
	}

	#haupt {
		width: 100%;
	}

	#haupt li {
		margin-left: 10px;
	}

	#main {
		margin-left: 0;
		background-color: transparent;
	}

	#mitte {
		background-color: transparent;
		width: 44%;
		float: left;
		padding-bottom: 0;
		padding-left: 15px;
	}

	#sectionFull {
		width: 98%;
		margin-left: 0;
		padding-right: 0;
	}

	aside {
		padding-left: 40px;
		width: 44%;
		float: right;
	}

	#footerLeiste {
		text-align: left;
		margin: 0;
	}

	.sponsorenlogo2 {
		width: 48%;
	}

	.sponsoreninfo {
		position: static
	}

	.firstAnn {
		margin-left: 40px;
		width: 90%
	}

	.logo {
		width: 100px;
		margin-right: 10px;
	}

	#slogan2 {
		margin-left: 0;
	}
}

@media screen and (orientation: landscape) and (max-width: 481px) {
	#nOben {
		display: none;
	}
}