/* @group Desktop Version */

/* @group Clearfix */

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

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* @end */

/* @group Structure */

html, body {
	height: 100%;
}

#mobile-header {
	display: none;
}

.topbar {
	background-color: #3A3E41;
}

.header {
	background-color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: visible;
	position: relative;
}

.logo img {
	width: 55%;
}

.navigation {
	background-color: #3A3E41;
	position: relative;
}

.scrollme {
	width: 60px;
	height: 60px;
	/* background: -webkit-linear-gradient(top, #DC5E00 0%, #7f3600 100%) #DC5E00;
	background: -moz-linear-gradient(top, #DC5E00 0%, #7f3600 100%) #DC5E00;
	background: -ms-linear-gradient(top, #DC5E00 0%, #7f3600 100%) #DC5E00;
	background: linear-gradient(to bottom, #DC5E00 0%, #7f3600 100%) #DC5E00; */
	position: absolute;
	top: -200%;
	left: 50%;
	z-index: 99999;
	border-radius: 50%;
	margin: 0 0 0 -30px;
	background: url(/shared/arrows.png) -60px -58px no-repeat;
	border: 3px solid white;
	text-align: center;
	padding: 0;
	text-indent: -9999px;
}

.scrollme:hover {
	background-color: rgba(255, 255, 255, 0.4);
}

.sticky {
	position: fixed;
	top: 0;
	width: calc(100% - 40px);
	margin-right: 0;
	margin-left: 0;
	padding-right: 20px;
	padding-left: 20px;
	z-index: 999999;
	display: block;
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

.headline {
	background-color: #e2b335;
	min-height: 220px;
}

.slider {
	background-color: #3A3E41;
}

.breadcrumb, .social {
	background-color: #c2c2c2;
}

.social {
	padding-top: 10px;
	padding-bottom: 10px;
}

.content {
	margin-bottom: 40px;
	padding-top: 40px;
}

.sponsorbar {
	background-color: white;
	padding-top: 40px;
	padding-bottom: 40px;
}

.margin-left {
	margin-left: 35%;
}

.textblock {
	clear: both;
	overflow: hidden;
	padding-bottom: 45px;
}

.pressefotos {
	margin-bottom: 40px;
}

.footer {
	background-color: #3A3E41;
	padding-top: 40px;
	padding-bottom: 40px;
}

.copyright {
	padding-top: 20px;
}

.footersitemap {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid rgba(95, 95, 95, 1);
	border-bottom: 1px solid rgba(95, 95, 95, 1);
	margin-top: 20px;
	overflow: hidden;
}

.accessible {
	visibility: hidden;
	display: none;
}

#disqus_thread {
	background-color: white;
	margin-bottom: 0px;
	padding: 15px;
	margin-top: 20px;
}

.shadow {
	-moz-box-shadow: 0 0 70px black;
	box-shadow: 0 0 70px black;
}

/* Hack für gleiche Höhe der Infoboxen auf den Startseiten */
.equal {
	overflow: hidden;
	height: 100%;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.equal .infobox {
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

/* @end */

/* @group Typography and blingbling */

* {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

html {
	font-size: 100.01%;
}

body {
	color: #585858;
	background-color: #f2f2f2;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	font: 110% 'Source Sans Pro', sans-serif;
	line-height: 1.4em;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6, span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 {
	line-height: 1.2em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	color: #DC5E00;
	font-family: 'PT Serif', serif;
	font-style: italic;
	font-weight: 400;
}

h1, span.h1 {
	font-weight: 300;
	font-size: 320%;
	padding-bottom: 0px;
	padding-top: 0px;
}

h2, span.h2 {
	font-size: 180%;
	position: relative;
}

.anker {
	position: absolute;
	left: 0;
	top: -100px;
}

.listview h2 {
	margin: 0;
	padding: 0;
}

h3, span.h3 {
	font-size: 140%;
	font-weight: 400;
	margin-top: 0.5em;
}

h4, span.h4 {
	font-size: 100%;
	font-weight: 400;
	padding-bottom: 0.2em;
}

.ticker .h3 {
	font-weight: 500;
	color: white;
}

.tagcloud .h3 {
	padding-bottom: 0.5em;
}

.footer {
	color: #cdcdcd;
	font-size: 90%;
	line-height: 1.3em;
}

p {
	margin-bottom: 0.5em;
}

.anlauftext {
	margin-bottom: 2em;
	font-weight: 400;
}

.impressum {
	text-align: right;
}

.headernavi {
	color: #b9bcbe;
	text-align: right;
}

blockquote {
	background-color: white;
	padding: 20px 20px 10px;
	margin-bottom: 20px;
	margin-top: 20px;
}

blockquote p {
	quotes: '» ' ' «';
	font-family: 'PT Serif', serif;
}

blockquote p:before
{
	content: open-quote;
}

blockquote p:after {
	content: close-quote;
}

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

a:hover {
	color: #585858;
	text-align: left;
}
a:active {
	color: #e2b335;
}
a:focus {
	outline:none
}

.footer a {
	color: white;
}

.light {
	font-weight: 200;
}

.medium {
	font-weight: 300;
}

.bold, strong {
	font-weight: 400;
}

.extrabold {
	font-weight: 400;
}

.white {
	color: white;
}

.yellow {
	color: #e2b335;
}

.small {
	font-size: 80%;
	line-height: 1.2em;
}

.zitat {
	font-weight: 300;
	font-style: italic;
}

.zitat:before {
	content: "» ";
}

.zitat:after {
	content: " «";
}

.quelle {
	font-weight: 400;
	font-size: 80%;
	text-align: right;
}

.readmore, .recommend, .moreinfo {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	font-style: italic;
	color: #DC5E00;
	line-height: 1em;
	display: inline-block;
}

.recommend {
	background: url('../shared/icon-recommend.png') no-repeat 0 3px;
}

.background {
	background: url(background.png) center center no-repeat; background-size: cover;
}

ul, ol {
	list-style: none;
	list-style-type: none;
	margin-bottom: 2em;
	padding-left: 1em;
}

.footer ul {
	line-height: 1.3em;
	padding-left: 0;
}

li {
	padding-left: 18px;
	background: url('../shared/listbullet.png') 0 6px no-repeat;
}

.footer li.deutsch {
	background: url('../shared/deutsch.png') no-repeat 0 1px;
}

.footer li.english {
	background: url('../shared/english.png') no-repeat 0 1px;
}

.footer li {
	padding-left: 20px;
	background: url('../shared/listbullet-small-white.png') no-repeat 0 3px;
}

.date {
	font-size: 80%;
	line-height: 1em;
	font-weight: 300;
	margin-bottom: 20px;
	display: block;
}

.infobox .date {
	margin-bottom: 5px;
}

.location {
	background: url('../shared/icon-location.png') 2px center no-repeat;
}

.time {
	background: url('../shared/icon-time.png') left center no-repeat;
}

/* @group Tables */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

tr {
	
}

th {
	font-weight: 200;
	color: #DC5E00;
}

td, th {
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #f2f2f2;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	padding: 10px;
	background-color: white;
}

.grosseshaus, .kleineshaus, .combiticket {
	display: inline-block;
	font-weight: 600;
	font-size: 65%;
	line-height: 1em;
	color: white;
	padding: 6px 5px 5px;
	text-align: center;
	width: 90px;
	text-transform: uppercase;
}

.grosseshaus {
	background-color: black;
	color: white;
}

.kleineshaus {
	background-color: green;
	color: white;
}

.combiticket {
	background-color: #17219d;
	color: white;
}

.uhrzeit {
	white-space: nowrap;
}

/* @end */

.nowhitespace {
	white-space: nowrap;
}

.nohyphens {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

.image {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 40%;
	background-color: white;
	position: relative;
	overflow: visible;
}

.divbox img:hover {
	opacity: 0.75;
}


.teaserimg {
	margin-top: 5px;
	margin-bottom: 15px;
	width: 20%;
	background-color: white;
	margin-right: 15px;
	float: left;
}

.img-content img, .teaserimg img, .image img {
	width: 100%;
}

.bildzeile {
	padding: 10px;
	display: block;
	font-size: 80%;
	line-height: 1.2em;
}

.banner {
	margin-bottom: 0px;
}

.banner img {
	width: 100%;
}

.zoom {
	position: absolute;
	right: 0;
	top: 0;
	color: white;
	background-color: #DC5E00;
	font: 14px/14px 'PT Serif', serif;
	font-style: italic;
	font-weight: 400;
	padding: 5px 5px 6px;
}

.partner {
	margin-top: 0px;
}

.right {
	float: right;
	margin-left: 45px;
}

.left {
	float: left;
}

.message {
	border-radius: 3px;
	background-color: white;
	padding: 15px;
}

/* @end */

/* @group Listviews */

.listview {
	overflow: hidden;
	margin-bottom: 20px;
	background-color: white;
}

.thumb {
	float: left;
	width: 33%;
}

.thumb img {
	width: 100%;
}

.download .thumb {
	width: 20% !important;
}

.thumb:hover img {
	opacity: 0.5;
}

.thumbtext {
	margin-left: 36%;
	padding: 15px 15px 10px 0;
}

.download .thumbtext {
	margin-left: 22% !important;
}

/* @end */

/* @group Listview Paging */

ul.listviepaging {
	margin: 0;
	padding: 20px 0 0 !important;
	padding-left: 0em !important;
}

ul.listviewpaging li {
	display: inline;
	background-image: none;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
}

.listviewnav, .listviewnav-activepage {
	margin-right: 1px;
	color: white;
	text-decoration: none;
	float: left;
	padding: 8px;
}

.listviewnav-activepage {
	background-color: #DC5E00;
}

.listviewnav {
	background-color: #c2c2c2;
}

.listviewnav:hover {
	background-color: #DC5E00;
	color: white;
	text-decoration: none;
}

/* @end */

/* @group Bildergalerien */

#gallery {
	overflow: hidden;
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
}

#gallery li {
	width: 25%;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background-image: none;
	overflow: hidden;
	line-height: 0;
	cursor: pointer;
}

#gallery.home li {
	width: 5%;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	background-image: none;
	overflow: hidden;
	line-height: 0;
	cursor: pointer;
}

#gallery li .inner {
	border-right: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}

#gallery li .inner img {
	width: 100%;
	opacity: 1;
}

#gallery li .inner:hover img {
	opacity: 0.75;
}

/* @end */

/* @group Countdown */

.countdown {
	width: 100%;
	display: block;
}

.kkcountdown-box {
	width: 100%;
	color: white;
	font-size: 16px;
	padding-top: 10px;
	text-align: right;
	text-transform: uppercase;
	font-weight: 200;
	display: inline-block;
}

.kkc-days, .kkc-hours, .kkc-min, .kkc-sec {
	font-weight: 600;
}


/* @end */

/* @group Slider */

.slidetitle {
	position: absolute;
	top: 50%;
	left: 10%;
	text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
	max-width: 75%;
}

.slidetitle .claim {
	font-size: 400%;
	line-height: 100%;
	color: white;
	font-weight: 600;
	margin: 0 0 15px;
	padding: 0;
}

.slidetitle .text {
	font-size: 200%;
	line-height: 1.3em;
	font-weight: 400;
	color: #FFF;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Buttons und Feedbacks */

.btn-title-to-contact {
	background-color: #e2b335;
	
}

/* @end */

/* @group Infoboxen */

.infobox {
	margin-bottom: 20px;
	background-color: white;
	position: relative;
	overflow: hidden;
	font-size: 90%;
	line-height: 1.3em;
}

.infoboxContent {
	padding: 20px 20px 10px;
	overflow: hidden;
}

.infobox ul {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Navigation */

/* @group Hauptnavigation */

#navi {
	position:relative;
	margin: 0;
	padding: 0;
}

ul#navigation {
	margin:0px auto;
	position:relative;
	float:left;
	font-size: 16px;
	font-weight:400;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	padding-left: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

ul#navigation li {
	display:inline;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	background-image: none;
	color: white;
}

ul#navigation li.active {
	
}

ul#navigation li a {
	padding: 10px 20px;
	color: white;
	text-decoration:none;
	display: block;
	background: #3A3E41;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;
}

ul#navigation li:hover {
	
}

ul#navigation li:hover li {
	
}

ul#navigation li a:hover, ul#navigation li.active a {
	background: #DC5E00;
	color: white;
}

ul#navigation li:hover > a {
	background: #DC5E00;
}

ul#navigation li li:hover > a {
	color: white;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;    
	visibility:hidden;
	position: absolute;
	z-index: 99999;
	width:300px;
	background: #DC5E00;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear;
	font-size: 14px;
}

ul#navigation ul {
	top: 44px;
	left: 0px;
	text-transform: none;
	letter-spacing: 0;
	line-height: 18px;
	-moz-box-shadow: 0 5px 8px rgba(59, 56, 49, 0.3);
	box-shadow: 0 5px 8px rgba(59, 56, 49, 0.3);
}

ul#navigation ul li ul {
	top: 0px;
	left: 301px;
	width:440px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	/*	border-bottom: 1px solid #ffbb89;*/
	background-position: 0;
	background-repeat: no-repeat;
}

ul#navigation ul li:first-child {
	padding-top: 5px;
}

ul#navigation ul li:last-child {
	padding-bottom: 5px;
}

ul#navigation ul li:hover {
	background-color: #ffbb89;
}

ul#navigation ul li ul li:first-child {
	
}

ul#navigation ul li:last-child {
	border-bottom-style: none;
}

ul#navigation ul li.entries a, ul#navigation ul li.entries:hover a {
	background: url(/shared/icon-nav-entries.png) 95% no-repeat;
}

ul#navigation ul li.entries ul li a, ul#navigation ul li.entries:hover ul li a {
	background-image: none;
}

ul#navigation ul li a {
	background: none #DC5E00;
	padding: 3px 20px;
	color: #f9edc5;
	text-decoration:none;
	display: block;
	border:0 none;
	clear:both;
}

ul#navigation ul li a:hover {
	background: none #ffbb89;
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}

/* @end */

/* @group Sub-Navigation */

.subnavi {
	margin: auto 0 20px;
	padding: 0;
	font-weight: 300;
}

.subnavi ul {
	font-size: 85%;
	padding-bottom: 20px;
	padding-right: 15px;
	margin-bottom: 0;
}

.subnavi li {
	background: none white;
	padding: 0;
	margin-bottom: 1px;
	display: block;
}

.subnavi ul li {
	background: url(/shared/listbullet.png) 5px 6px no-repeat;
	padding-left: 20px;
	margin-bottom: 0px;
}

.subnavi li a {
	display: block;
	padding: 8px 20px;
	color: #DC5E00;
}

.subnavi ul li a {
	margin: 0;
	padding: 0;
	color: #DC5E00;
}

.subnavi li a:hover, .subnavi li.active a {
	color: #585858;
}

.subnavi li.active a {
	font-weight: 400;
}

.subnavi li.active li a {
	font-weight: 300;
	color: #DC5E00;
}

.subnavi li.active li.active a {
	font-weight: 400;
	color: #585858;
}

/* @end */

/* @group Breadcrumb Navigation */

.breadcrumb a {
	color: white;
	text-decoration: none;
	float: left;
	padding: 6px 0 6px 30px;
	display: inline;
	background: url(../../shared/bg-breadcrumb.png) no-repeat -4px center;
	font-weight: 400;
	font-size: 14px;
}

.breadcrumb a:hover {
	text-decoration: none;
	color: #73797d;
}

.breadcrumb a:first-child {
	background: none;
	padding-left: 0px;
}

/* @end */

/* @group social links */

ul.sociallinks {
	display:inline-block;
	z-index: 999999;
	overflow:hidden;
	text-align:center;
	margin: 0;
	float: right;
}

ul.sociallinks li {  
	float: left;
	list-style:none;
	margin: 0;
	background-image: none;
	padding: 0;
}
ul.sociallinks li a {
	width:37px;
	height:37px;
	display:block;
	padding:0;
	margin: 0 2px 0 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-border-radius: 37px;
	-moz-border-radius: 37px;
	border-radius: 37px;
	float: left;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	-ms-transition: background 0.5s;
	transition: background 0.5s;
	background: #879096;
	background-repeat: no-repeat;
}

ul.sociallinks li a.xing {
	background: url(../shared/socialicons.png) -850px 0 no-repeat #879096;
}
ul.sociallinks li a.xing:hover {
	background: url(../shared/socialicons.png) -850px 0 no-repeat #DC5E00;
}

ul.sociallinks li a.linkedin {
	background: url(../shared/socialicons.png) -815px 0 no-repeat #879096;
}
ul.sociallinks li a.linkedin:hover {
	background: url(../shared/socialicons.png) -815px 0 no-repeat #DC5E00;
}

ul.sociallinks li a.facebook {
	background: url(../shared/socialicons.png) -37px 0 no-repeat #879096;
}
ul.sociallinks li a.facebook:hover {
	background: url(../shared/socialicons.png) -37px 0 no-repeat #DC5E00;
}

ul.sociallinks li a.sitemap {
	background: url(../shared/socialicons.png) -1148px 0 no-repeat #879096;
}
ul.sociallinks li a.sitemap:hover {
	background: url(../shared/socialicons.png) -1148px 0 no-repeat #DC5E00;
}

ul.sociallinks li a.login {
	background: url(../shared/socialicons.png) -1112px 0 no-repeat #879096;
}
ul.sociallinks li a.login:hover {
	background: url(../shared/socialicons.png) -1112px 0 no-repeat #DC5E00;
}

#search {
	width: 37px;
	height: 37px;
	background: url(/shared/icon-search.png) 0 0 no-repeat #c5e3e4;
	border:none;
	color: white;
	-webkit-border-radius: 37px;
	-moz-border-radius: 37px;
	border-radius: 37px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	padding: 0;
	cursor: pointer;
	margin-right: 2px;
	text-indent: 40px;
}

#search:focus, #search:hover {
	background: url(/shared/icon-search.png) no-repeat #e2b335;
	padding-left: 33px;
	width: 180px;
	text-indent: 0px;
}

#search:focus {
	cursor: text;
}

#search:hover {
	cursor: pointer;
}

#searchsubmit {
	display: none;
}


/* @end */

/* @group Tags */

.tagcloud {
	text-align: justify;
	line-height: 110%;
	padding: 20px;
}

.tagcloud a {
	color: #585858;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tagcloud a:hover {
	color: #DC5E00;
}

.minitag ul {
	margin: 0 0 40px;
	padding: 0;
	clear: both;
	overflow: hidden;
}

.minitag ul li {
	margin: 0;
	padding: 0;
}

.minitag ul a {
	background-color: #DC5E00;
	padding: 4px 8px;
	color: white;
	margin-right: 1px;
	white-space: nowrap;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	display: inline;
	float: left;
	margin-bottom: 1px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	border-radius: 2px;
}

.minitag ul a:hover {
	background-color: #3A3E41;
	text-decoration: none;
	color: white;
}

/* @end */

/* @group tabbed content */

.tab_content {
	display: none;
}

#original_tabs ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
#original_tabs ul li {
	display: inline-block;
	background-image: none;
	margin: 0 1px 0 0;
	padding: 0;
	float: left;
}

#original_tabs ul li a {
	padding: 5px 10px;
	text-decoration: none;
	background-color: #c2c2c2;
	border-bottom: none;
	outline: none;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color: white;
}

#original_tabs ul li a:hover {
	background-color: #DC5E00;
	color: white;
}

#original_tabs ul li.active a {
	background-color: #DC5E00;
	color: white;
}

#original_tabs ul li.active a:hover {
	background-color: #3A3E41;
	color: white;
}

#original_tabs_content {
	padding: 40px 20px 10px;
	margin-top: 4px;
	background-color: white;
	margin-bottom: 40px;
}

/* @end */

ul.sitemap {
	padding: 0;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	margin-bottom: 0px;
	width: 100%;
	display: flex;
	-moz-box-direction: normal;
	-moz-box-orient: horizontal;
	flex-flow: row nowrap;
	-moz-box-pack: start;
	justify-content: flex-start;
	align-content: stretch;
	-moz-box-align: start;
	align-items: stretch;
	line-height: 1.2em;
	margin-right: 0px;
}

ul.sitemap li {
	float: left;
	background-image: none;
	margin: 0px 20px 0px 0px;
	padding: 0px 10px 0px 0px;
	font-weight: 600;
	-moz-box-ordinal-group: 1;
	order: 0;
	-moz-box-flex: 1;
	flex: 1 1 0%;
	align-self: auto;
	align-content: stretch;
	align-items: stretch;
	border-right: 1px solid #5F5F5F;
}

ul.sitemap li:last-child {
	border-right: none;
	margin-right: 0;
	padding-left: 0;
}


@-moz-document url-prefix() {
	ul.sitemap {
		width: 100%;
		-moz-box-sizing: border-box;
	}
}

ul.sitemap li a {
	display: inline;
}

ul.sitemap ul {
	margin-bottom: 0;
}

ul.sitemap ul li {
	float: none;
	font-weight: 300;
	margin-right: 0;
	width: 100%;
	font-size: 100%;
	display: block;
}

ul.sitemap ul li a {
	display: block;
}

/* @group sharing */

.sharing {
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
	float: right;
}

.sharing li {
	float: left;
	display: inline;
	background-image: none;
	margin: 0;
	padding: 0;
	margin-right: 25px;
}

.sharing li:last-child {
	margin-right: 0px;
}

a.share {
	width: 19px;
	height: 19px;
	text-indent: -9999px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: 0.5;
	float: left;
}

a.share:hover {
	opacity: 1;
}

.sharing a.sharemail {
	background: url(/shared/share-icons.png) 0 7px no-repeat;
	margin-right: 0;
}

.sharing a.sharefacebook {
	background: url(/shared/share-icons.png) -77px no-repeat;
}

.sharing a.sharegplus {
	background: url(/shared/share-icons.png) -113px no-repeat;
}

.sharing a.sharetwitter {
	background: url(/shared/share-icons.png) -42px no-repeat;
}

/* @end */

/* @end */

/* @group sharing */

div.shares {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: box;
	box-orient: horizontal;
	width: 100%;
	margin: 0;
	padding: 0;
}

.shares > div {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.shares div {
	position: relative;
}

.fbshare {
	background-color: #1c467a;
}

.twshare {
	background-color: #00a5db;
}

.gplusshare {
	background-color: #d23f26;
}

.xingshare {
	background-color: #006567;
}

.fbshare:hover, .twshare:hover, .gplusshare:hover {
	background-color: #DC5E00;
}

.shares a {
	color: white !important;
	font-weight: 400;
	font-size: 14px;
	margin: 0 !important;
	padding: 6px 0;
	width: 100%;
	text-indent: 10px;
}

span.count {
	background-color: rgba(255, 255, 255, 0.15);
	font-weight: 600 !important;
	padding: 6px;
	margin-left: 10px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	text-align: center;
	text-indent: 0px;
}

/* @end */

/* @group Disqus */

#disqus_thread {
	margin-bottom: 40px;
}

/* @end */

/* @group Ticker */

.fadeinnen {
	
}

/* @end */

/* @group Medieneinbindung */

.media-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 10px;
	z-index: 1;
}

.media-container iframe,  
.media-container object,  
.media-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

/* @end */

/* @group larger screens */

@media only screen and (min-width: 1025px) {
	
	
}

/* @end */

/* @group iPhone Version */

@media only screen and (max-width: 480px) {
	
	/* @group Structure */
	
	.header {
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #f2f2f2;
	}
	
	.logo {
		position: relative;
	}
	
	.logo img {
		width: 85%;
	}
	
	.content {
		padding-top: 10px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	
	.footercol {
		padding-top: 15px;
		padding-bottom: 0px;
	}
	
	.sponsorbar {
		padding-top: 0px;
		padding-bottom: 10px;
	}
	
	.tagcloud, .slider, .minitag, .nodisplay, .stadtlogo, .scrollme, .navigation, .impressionen, .subnavi, .minitag {
		visibility: hidden;
		display: none;
	}
	
	.copyright {
		padding-bottom: 20px;
	}
	
	.textblock {
		overflow: scroll;
	}
	
	.ticker {
		margin-top: 20px;
		min-height: 150px;
	}
	
	.fadeinnen {
		height: 80px;
	}
	
	/* @end */
	
	/* @group Responsive Menue */
	
	nav {
		margin: 15px 0 0;
		padding: 0;
	}
	
	nav ul {
		display: none;
	}
	
	#mobile-header {
		width: 26px;
		height: 21px;
		float: right;
		display: inline;
		margin-top: 8px;
	}
	
	#mobile-header a {
		color: white;
		font-weight: 400;
		text-decoration: none;
		display: block;
		background: url('../shared/icon-nav-label.png') 0 0 no-repeat;
		padding: 0;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 16px;
		width: 26px;
		height: 21px;
		text-indent: -99999px;
	}
	
	/* @end */
	
	/* @group Typography */
	
	body {
		font: 400 16px/1.4em 'Source Sans Pro', sans-serif;
		-webkit-hyphens: none;
		-moz-hyphens: none;
		-ms-hyphens: none;
		hyphens: none;
		color: #2c2c2c;
	}
	
	h1, span.h1 {
		font-size: 36px;
		line-height: 1.2em;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	
	h2, span.h2 {
		font-size: 24px;
		padding-top: 0.5em;
	}
	
	.anlauftext {
		font-size: 16px;
		margin-bottom: 1em;
		margin-top: 0em;
		line-height: 1.4em;
		text-transform: none;
		font-weight: 600;
	}
	
	.impressum {
		text-align: left;
		font-size: 10px;
	}
	
	.footer p {
		margin-bottom: 20px;
	}
	
	ul, ol {
		padding-left: 0em;
	}
	
	ul.seminardate {
		margin: 0 0 10px;
	}
	
	ul.seminardate li:last-child {
		border-bottom-style: none;
	}
	
	.img-content {
		margin-top: 5px;
		margin-bottom: 15px;
		width: 100%;
		background-color: white;
	}
	
	.right {
		margin-left: 10px;
	}
	
	.float-left {
		float: none;
	}
	
	.margin-left {
		padding: 0;
		margin: 0;
	}
	
	.programtable td:first-child {
		display: none;
		visibility: hidden;
	}
	
	.tickets td:last-child {
		white-space: nowrap;
	}
	
	td, th {
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		padding: 5px;
		font-size: 85%;
		line-height: 1.2em;
	}
	
	.grosseshaus, .kleineshaus, .combiticket {
		display: inline-block;
		font-weight: 400;
		font-size: 65%;
		line-height: 1em;
		color: white;
		padding: 5px;
		text-align: center;
		width: auto;
		text-transform: uppercase;
	}
	
	/* @end */
	
	/* @group Social Links */
	
	ul.sociallinks {
		float: none;
		margin-bottom: 20px;
	}
	
	#search:focus, #search:hover {
		width: 150px;
	}
	
	/* @end */
	
	/* @group Tabbed Content */
	
	#original_tabs ul li {
		display: block;
		float: none;
		margin-right: 0;
	}
	#original_tabs ul li a {
		display: block;
		padding: 5px 10px;
		margin-bottom: 1px;
		font-weight: 600;
	}
	
	#original_tabs_content {
		padding: 10px;
		margin-top: 0px;
	}
	
	
	/* @end */
	
	/* @group Listviews */
	
	.listview {
		margin-bottom: 0;
	}
	
	.thumb {
		float: none;
		width: 100%;
	}
	
	.thumb:hover img {
		opacity: 0.5;
	}
	
	.thumbtext {
		margin-left:0px;
		padding: 15px;
	}
	
	/* @end */
}

/* @end */

/* @group iPad Version */

@media only screen and (max-width: 1024px) {
	
	/* @group Hauptnavigation */
	
	ul#navigation li a {
		padding: 10px;
	}
	
	ul#navigation ul li a {
		padding: 3px 10px;
	}
	
	/* @end */
	
}

/* @end */