/* ==========================================================================
Slideshow
========================================================================== */
.slideshow-control {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
}

.slideshow-control span {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	color: #ffffff;
	text-shadow: 0 0 2px #333333
}

.slideshow-control.left {
	padding-left: 20px;
	left: 0;
}

.slideshow-control.right {
	padding-right: 20px;
	right: 0;
}

.slideshow-control.right span {
	right: 10%;
}

.slideshow-control.left span {
	left: 10%;
}

.slideshow-indicators {
	bottom: -75px;
	width: 100%;
	position: absolute;
	left: auto;
	margin-left: 0;
	padding: 9px 0 5px 0;
}

.slideshow-indicators li, .slideshow-indicators li.active {
	margin: 0 4px;
	background-color: #ffffff;
	width: 16px;
	height: 16px;
	border: 0 none transparent;
}

.slideshow-indicators li.active {
	background-color: #D83224;
}

.slideshow-caption {
	text-shadow: none;
}

.slideshow-caption a {
	text-decoration: none;
}

.slideshow-caption p {
	float: left;
	font-size: 15px;
	color: #D83224;
	line-height: 2;
	background-color: #ffffff;
	padding: 6px 20px;
	margin-bottom: 0;
}

.slideshow-caption h2 {
	background-color: #D83224;
	padding: 15px 25px;
	color: #ffffff;
	font-size: 20px;
	margin: 0 0 10px 0;
	width: auto;
	float: left;
	-webkit-box-shadow: 0 0 15px 0px rgba(50, 50, 50, 0.59);
	-moz-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.59);
	box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.59);
	clear: both;
}

@media (min-width: 465px) {

	.slideshow-caption p {
		font-size: 20px;
		padding: 6px 20px;
	}

	.slideshow-caption h2 {
		padding: 20px 30px;
		font-size: 34px;
	}
}

.cutimg {
	max-height: 460px;
	overflow: hidden;
	width: 100%;
	position: relative;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	height: 460px;
}

.cutimg img {
	width: 100%;
}

/*Button*/
.slideshow-caption .slideshow-link-button {
	-webkit-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.59);
	-moz-box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.59);
	box-shadow: 0 0 15px 0 rgba(50, 50, 50, 0.59);
	margin-top: 15px;
	clear: none;
	float: right;
	width: auto;
	padding: 17px 45px;
}

.slideshow-link-button a {
	color: #ffffff;
}


/* ==========================================================================
	About Box (index.html)
	========================================================================== */
.about-box {
	padding: 150px 0 80px 0;
}

.about-box .about-text {
	color: rgb(0, 0, 0);
	text-align: center;
	font-size: 18px;
	line-height: 1.6;
	width: 95%;
}

/* ==========================================================================
	Video
	========================================================================== */
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0;
	height: 0;
	overflow: hidden;
	margin-top: 25px;
}

.video-normal {
	height: auto;
	width: 100%;
}

/* ==========================================================================
	(Impressionen)
	========================================================================== */
.impressionen-box {
	padding: 70px 0 25px 0;
}

/* ==========================================================================
	Impressionen magicwall.js (index.html)
	========================================================================== */
.magicwall {
	width: 100%;
	height: 500px;
	margin: 0 auto;
}

.magicwall li .hover-content {
	position: absolute;
	z-index: 1;
	opacity: 0;
	font: normal normal 24px/26px "Conduit ITC W01 Medium", 'Concert One', Impact, Charcoal, sans-serif;
	text-align: center;
	color: #fff;
	background: #961d1c;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 150ms ease-out;
	-moz-transition: opacity 150ms ease-out;
	transition: opacity 150ms ease-out;
}

.magicwall li .hover-content {
	display: table;
}

.magicwall li .hover-content div {
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
}

.magicwall li .hover-content p {
	margin: 0;
}

.magicwall li:hover .hover-content {
	opacity: 0.8;
}

.magicwall .impressionen-title {
	word-break: break-word;

}

.magicwall .impressionen-date {
	color: #a5a7a4;
	padding-top: 5px;
}

.placeholderbox {
	height: 500px;
	width: 100%;
	background-color: #5C1616;
}

/* ==========================================================================
	Datepicker
	========================================================================== */
.container-datepicker-bg .headline-color-white {
	margin-bottom: 0px;
}

.datepicker-timeframe {
	text-align: center;
	color: white;
	font-size: 21px;
	margin-bottom: 15px;
	/*text-transform: uppercase;*/
}

.datepicker-box {
	margin-bottom: 80px;
	margin-top: 55px;
}

.ui-datepicker {
	width: 100%;
	height: auto;
	font-size: 19px;
	background: url("../Img/white-transparent-bg.png") repeat;
	padding: 0;
	/*text-transform: uppercase;*/
	margin-top: 30px;
}

/*Inline*/
.ui-datepicker-inline {
	/*max-width: none !important;*/
	margin-top: 0 !important;
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker table {
	width: 100%;
	border: 20px solid transparent;
}

.ui-datepicker-header {
	background-color: white;
	height: 60px;
	padding: 0 !important;
}

.ui-datepicker-title {
	color: black;
	font-size: 22px;
	text-align: center;
	height: 100%;
	line-height: 3 !important;
}

.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	height: 100% !important;
	top: 0 !important;
	text-align: center;
	cursor: pointer;
	line-height: 3.3;
	width: 3.6em !important;
	color: black;
}

.ui-datepicker-prev.ui-state-disabled, .ui-datepicker-next.ui-state-disabled {
	display: none;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
	background-color: #584E4F;
	color: #ffffff;
}

.ui-datepicker-next {
	right: 0 !important;
	border-left: 1px solid #000000;
}

.ui-datepicker-prev {
	left: 0 !important;
	border-right: 1px solid black;
}

.ui-datepicker-prev::before {
	content: "<";
}

.ui-datepicker-next::before {
	content: ">";
}

.ui-datepicker thead {
	color: #6d6f6e;
}

.ui-datepicker thead th:after {
	content: " ";
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-top: 10px;
	border-color: #6d6f6e;
	clear: both;
	width: 100%;
	display: block;
}

.ui-datepicker th {
	/*text-transform: uppercase;*/
	padding: 5px 0 7px 0;
	font-size: 21px;
	line-height: 30px;
}

.ui-datepicker tbody td {
	padding: 0 2px 2px 2px;
	text-align: center;
	width: 35px;
}

.ui-datepicker tbody td a {
	width: 100%;
}

.ui-datepicker tbody td.hasEvent a {
	background: #D83224;
	color: #fff;
}

.ui-datepicker tbody td.hasEvent a:hover {
	background: #951c1b;
	color: #f0f0f0;
}

.ui-datepicker tbody .ui-datepicker-other-month.hasEvent a {
	background: #D83224;
	color: #801818;
}

.ui-datepicker tbody .ui-datepicker-other-month.hasEvent a:hover {
	background: #951c1b;
	color: #641717;
}

.ui-datepicker tbody td.ui-datepicker-other-month a {
	color: #b7bbba;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 40px;
	font-size: 22px;
	line-height: 30px;
}

.ui-datepicker-calendar .ui-state-default {
	color: #6d6f6e;
	margin-top: 3px;
}

.ui-datepicker-unselectable .ui-state-default {
	background-color: transparent;
	color: #cacccb;
}

.ui-datepicker-calendar .ui-state-hover {
	background: #949796;
	color: #ffffff;
}

.ui-datepicker-calendar .ui-state-active {
	background: #606261;
	color: #ffffff;
}

/*Datepicker Events*/

/*More Events (next-prev butons)*/
.datepicker-next-prev-box {
	padding-left: 0px;
}

.date-buttons {
	width: 65px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 15px;
	padding-top: 15px;
}

.date-buttons .button-down, .date-buttons .button-up {
	height: 50%;
	cursor: pointer;
	display: table;
	width: 100%;
	text-align: center;
}

.date-buttons .button-down.loading {
	background: url("../Img/ajax-loader.gif") center no-repeat #D83224;
}

.date-buttons .button-up.loading {
	background: url("../Img/ajax-loader-gray.gif") center no-repeat #949796;
}

.date-buttons .button-down.loading span, .date-buttons .button-up.loading span {
	color: transparent !important;
}

#date.loading .ui-datepicker-calendar {
	background: url("../Img/datepicker-loader.gif") center no-repeat #EFF0F0;
}

#date.loading .ui-datepicker-calendar tbody td {
	visibility: hidden;
}

.date-buttons .button-down span, .date-buttons .button-up span {
	color: #ffffff;
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
}

.date-buttons .button-up {
	background-color: #949796;
}

.date-buttons .button-down {
	background-color: #D83224;
}

.datepicker-event-wrapper {
	padding-top: 15px;
}

.datepicker-event-box {
	margin-right: 65px;
	background: url("../Img/white-transparent-bg.png") repeat;
	overflow: auto;
	border-bottom: 1px solid rgb(116, 116, 114);
}

.datepicker-event-box-big-date {
	text-align: center;
	height: 100%;
	width: 100%;
	float: left;
	padding: 15px 15px 0 15px;
	display: table;
}

.datepicker-event-box-big-date .datepicker-event-date-box {
	height: 100%;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	background: none;
}

.datepicker-event-box-big-date .datepicker-event-date-wrapper {
	margin: 0 auto;
	border: 2px solid #747472;
	color: #747472;
	padding: 0;
}

.datepicker-event-box-big-date .big-date-day {
	font-size: 26px;
	margin: 3px 0;
}

.datepicker-event-box-big-date .big-date-month {
	/*text-transform: uppercase;*/
	font-size: 20px;
	padding: 5px 0;
	margin: 0;
}

.datepicker-event-box-big-date .datepicker-event-date-cutter {
	padding: 0;
	width: 75%;
	height: 1px;
	border: none;
	background-color: #747472;
	margin: 0 auto;
}

.datepicker-event-box-info-text {
	height: 100%;
	width: 100%;
	float: left;
}

.datepicker-event-box-info-text div {
	height: 100%;
	padding: 15px;
}

.datepicker-event-box-info-text h3 {
	margin: 0;
	word-wrap: break-word;
	font-size: 23px;
	font-weight: normal;
	color: #606261;
}

.datepicker-event-box-info-text p {
	margin: 3px 0 0 0;
	color: #606261;
	font-size: 18px;
}

.datepicker-event-box-button-box {
	height: 100%;
	width: 100%;
	float: left;
}

.datepicker-event-box-button-box div {
	height: 100%;
	padding-top: 12px;
	float: left;
	width: 100%;
}

.datepicker-event-box:last-child .datepicker-event-box-button-box div {
	border: 0 none transparent;
}

.datepicker-event-box-button-box a.link-button {
	width: auto;
	float: none;
	font-size: 19px;
	margin: 0 15px 12px 15px;
}

.datepicker-event-box-button-box a.link-button.red {
	background-color: #D83224;
}

.datepicker-event-box-button-box a.link-button.gray {
	background-color: #584E4F;
}

/*Links*/
.datepicker-botom-link-box {
	margin-top: 40px;
	padding: 0 15px 0 30px;
}

.datepicker-botom-link-box .a-button {
	width: 100%;
	float: left;
	padding: 17px 0;
}

.datepicker-botom-link-box .col {
	padding-left: 0;
	margin-top: 15px;
}

@media (min-width: 992px) {
	.datepicker-botom-link-box {
		padding: 0 15px;
	}
}

@media (min-width: 645px) {
	.datepicker-botom-link-box .a-button {
		width: 100%;
		float: left;
		padding: 17px 0;
	}
}

/*Phablets*/
@media (min-width: 450px) {
	.datepicker-event-box-big-date {
		width: 20%;
		padding: 15px 0 0 15px;
	}

	.datepicker-event-box-info-text {
		width: 80%;
	}
}

/*Tablets*/
@media (min-width: 768px) {

	/*Datepicker Events*/
	.datepicker-event-wrapper {
	}

	.datepicker-event-box-big-date {
		width: 11%;
		padding: 0 0 0 15px;
	}

	.datepicker-event-box-info-text {
		width: 54%;
		padding: 0;
	}

	.datepicker-event-box-info-text div {
		padding: 7px 15px;
	}

	.datepicker-event-box-button-box {
		width: 35%;
		padding-left: 15px;
	}

	.datepicker-event-box {
		height: 112px;
		margin-right: 65px;
	}

	.sponsoren-logos-wrapper .sponsor-logo a img {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 77%;
	}

	/*Last Event row*/
	.datepicker-event-box:last-child .datepicker-event-box-big-date {
		border: none;
	}

	.datepicker-event-box:last-child .datepicker-event-box-info-text {
		border: 0 none transparent;
	}

	.datepicker-event-box-button-box div {
		float: none;
	}

	.datepicker-event-box-button-box a.link-button {
		margin: 0 15px 12px 0;
	}
}

/*Desktop*/
@media (min-width: 992px) {
	/*Datepicker Events*/
	.datepicker-event-wrapper {
		height: 291.8px;
		padding: 0;
	}

	.datepicker-event-box {
		height: 33.33333333333333%;
		margin-right: 80px;
	}

	.datepicker-event-box-big-date {
	}

	.datepicker-event-box-big-date .datepicker-event-date-box {
		display: table-cell;
		vertical-align: middle;
		background: none;
	}

	.datepicker-event-box-info-text {
		display: table;
	}

	.datepicker-event-box-info-text div {
		display: table-cell;
		vertical-align: middle;
	}

	.datepicker-event-box-button-box {
		display: table;
	}

	.datepicker-event-box-button-box div {
		display: table-cell;
		vertical-align: middle;
	}

	.date-buttons {
		background-color: #B51D1C;
		padding-top: 0;
	}
}

/*Datepicker Button*/
.ui-datepicker-trigger {
	background-color: #A6A8A7;
	color: white;
	height: 30px;
	width: 140px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.ui-datepicker-trigger:hover {
	background-color: #7D7C7A;
}

/* ==========================================================================
	News (index.html)
	========================================================================== */

.news-more-wrapper {

}

.news-more-wrapper .col {
	padding: 0 0 15px 0;
}

.news-more-wrapper a.link-button {
	width: 100%;
}

.news-more .img-branding-hover {
	overflow: auto;
	background-color: #D83224;
	display: block;
	background-image: url("../Img/hover-image-branding-logo.png");
	background-repeat: no-repeat;
	background-position: center;
}

.news-more .news-short-img {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	height: 375px;
	transition: 0.3s;
}

.news-more .news-short-img:hover {
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

.news-more .news-more-text-box, .news-more-text-box {
	background-color: #ffffff;
	min-height: 250px;
	padding: 15px 15px 10px 15px;
}

/*headline*/
.news-more .news-more-text-box h3, .news-more .news-more-text-box h3 a, .news-more-text-box h3, .news-more-text-box h3 a {
	/*text-transform: uppercase;*/
	margin: 10px 0 0 0;
	color: #D83224;
	text-align: center;
	line-height: 1.3;
	font-size: 28px;
	display: block;
	word-break: break-word;
}

.news-more .news-more-text-box h3 a:hover {
	border-bottom: 0px none transparent;
	padding-bottom: 3px;
}

/*date*/
.news-more .news-more-text-box .news-date {
	max-width: 150px;
	margin: 0 auto 10px auto;
	text-align: center;
	margin-top: 10px;
	text-decoration: none;
	color: #000000;
}

.news-more .news-more-text-box .news-date label {
	margin: 0;
	overflow: hidden;
	text-align: center;
	font-size: 1.2em;
	display: block;
}

.news-more .news-more-text-box .news-date label:before, .news-more .news-more-text-box .news-date label:after {
	border-top: 1px solid #000;
	content: "";
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 50%;
	margin-bottom: .15em;
}

.news-more .news-more-text-box .news-date label:before {
	right: 0.5em;
	margin-left: -50%;
}

.news-more .news-more-text-box .news-date label:after {
	left: 0.5em;
	margin-right: -50%;
}

/*text*/
.news-more .news-more-text-box .news-text {
	text-align: center;
	color: #000000;
	font-size: 18px;
	font-family: "Conduit ITC W02 Bold", 'Concert One', Impact, Charcoal, sans-serif;
}

/*link (button)*/
.news-more .news-more-text-box a {
	color: #D83224;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 19px;
	font-family: "Conduit ITC W02 Bold", 'Concert One', Impact, Charcoal, sans-serif;
	text-align: center;
	margin: 25px auto 15px auto;
	display: table;
	border-bottom: 3px solid transparent;
	line-height: 1.1;
}

.news-more .news-more-text-box a:hover {
	border-bottom: 3px solid #D83224;
}

.news-more-a-button {
	margin: 35px 0 45px 0;
}

#news-box {
	clear: left;
}

#more-events-box {
	clear: left;
}

#news-box .page-navigation, #news-box #load-more-news-ajax {
	display: none;
}

#more-events-box .page-navigation {
	display: none;
}

@media (min-width: 768px) {
	#news-box {
		clear: none;
	}

	#more-events-box {
		clear: none;
	}
}

@media (min-width: 992px) {
	#news-box {
		clear: both;
	}

	#more-events-box {
		clear: both;
	}
}

/*NEWS-detail social media share box*/
.social-media-share-box .social-media-share-facebook {
	float: left;
	margin-right: 25px;
}

.social-media-share-box .social-media-share-twitter {
	float: left;
	clear: right;
}

.social-media-share-box .social-media-share-facebook-like {
	margin-top: 10px;
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
	max-width: 230px;
}

/* ==========================================================================
	Sponsoren (index.html, event-detail.html)
	========================================================================== */
.sponsoren-box {
	padding: 60px 0;
}

.sponsoren-logos-wrapper .sponsor-logo {
	display: table;
	width: 100%;
	text-align: center;
}

.sponsoren-logos-wrapper .sponsor-logo a {
	padding: 1px;
	height: 120px;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}

.sponsoren-logos-wrapper .sponsor-logo img {
	display: block;
	margin: 0 auto;
	width: 90%;
}

.news-more-a-button {
	margin: 45px 0 0 0;
}

/* ==========================================================================
	Breadcrumb
	========================================================================== */
.breadcrumb-box {
	color: #000000;
}

.breadcrumb-box .breadcrumb {
	background-color: transparent;
	clear: both;
}

.breadcrumb-box ul {
	padding: 5px 0 0 0;
}

.breadcrumb-box .breadcrumb li {
	font-family: "Conduit ITC W02 Bold", 'Concert One', Impact, Charcoal, sans-serif;
	margin-right: 5px;
	font-size: 14px;
}

.breadcrumb-box .breadcrumb > li + li:before {
	color: #D83224;
	padding: 0;
	font-size: 24px;
}

@media (min-width: 992px) {
	.breadcrumb-box .breadcrumb li {
		font-family: "Conduit ITC W02 Bold", 'Concert One', Impact, Charcoal, sans-serif;
		margin-right: 10px;
		font-size: 14px;
	}
}

/* ==========================================================================
	Künstler Detail
	========================================================================== */
.logo-branding-left {
	max-width: 57px;
	max-height: 57px;
	width: 100%;
	height: auto;
	float: right;
}

/* ==========================================================================
	Newsletter abo Box
	========================================================================== */
.newsletter-abo-box {
	padding: 60px 0;
	margin-top: 80px;
}

.newsletter-abo-box .news-more-a-button {
	margin: 0;
}


/* ==========================================================================
	Aside News Widget
	========================================================================== */
.aside .widget-news-short-img {
	width: 100%;
}

.aside .news-date {
	margin: 0 auto 7px auto !important;
}

.aside p.link_more_news {
	text-align: center;
	margin: 9px auto 4px auto !important;
	color: #D83224;
	font-size: 19px;
	font-family: "Conduit ITC W02 Bold", 'Concert One', Impact, Charcoal, sans-serif;
	line-height: 1.1;
}

.aside .news-more-text-box {
	min-height: inherit !important;
}

/* ==========================================================================
	Aside (Red Hotline Box)
	========================================================================== */
.contact-hotline-box {
	padding: 20px 15px;
	background-color: #D83224;
	text-align: center;
	color: #ffffff;
}

.contact-hotline-box .contact-hotline-box-tel {
	font-size: 23px;
	margin: 0;
}

.contact-hotline-box .contact-hotline-box-tel .glyphicon-earphone {
	margin-right: 15px;
}

/* ==========================================================================
	Aside Next Events (datepicker events index.html)
	========================================================================== */
.aside .datepicker-event-box {
	width: 100%;
	padding: 15px 0;
	height: auto;
	background: none;
	border-bottom: 1px solid #ffffff;
	display: block;
}

.aside .datepicker-event-box .datepicker-event-box-big-date {
	float: left;
	padding: 0;
	width: 25%;
}

.aside .datepicker-event-box-info-text {
	float: left;
	width: 75%;
	display: table;
}

.aside .datepicker-event-box-info-text div {
	padding: 0 0 0 15px;
	margin-left: 15px;
	display: table-cell;
	vertical-align: middle;
}

.aside .datepicker-event-box-info-text div h3 {
	color: #D83224;
	font-size: 19px;
}

.aside .datepicker-event-box-info-text div p {
	color: black;
	font-size: 17px;
}

.aside .datepicker-event-box-big-date .datepicker-event-date-wrapper {
	border: 2px solid black;
	color: #000000;
}

/*More Events*/
#more-events-box {
}

#more-events-box .news-more .img-branding-hover {
	overflow: inherit;
}

#more-events-box .news-more .news-short-img {
	height: 300px;
}

#more-events-box .news-more .news-more-text-box {
	min-height: inherit;
}

#more-events-box .news-more .news-more-text-box h3 {
	display: block;
	min-height: 100px;
	line-height: 1.1;
	margin: 5px 0 0 0;
}

#more-events-box .news-more .news-more-text-box .news-text {
	display: block;
	min-height: 60px;
	line-height: 1;
	margin: 0;
}

#more-events-box .news-more .news-more-text-box a {
	margin-top: 0;
}

/* ==========================================================================
	Event page (event-detail-html)
	========================================================================== */
/*Event Date Aside*/
.is-aside-on-event-page.datepicker-event-box-big-date {
	width: 100%;
	max-width: 100px;
	margin-bottom: 30px;
}

.is-aside-on-event-page.datepicker-event-box-big-date .datepicker-event-date-wrapper {
	color: black;
	border-color: black;
}

/*Tablets*/
@media (min-width: 768px) {
	.is-aside-on-event-page.datepicker-event-box-big-date {
		max-width: 75px;
		float: right;
	}
}

/* ==========================================================================
	Social media & Ticket bestellen Box
	========================================================================== */
.event-social-media-box {
	display: table;
	width: 100%;
}

.event-social-media-boxes {
	width: 100%;
	overflow: auto;
	background-color: #BBBDBA;
}

.event-social-media-boxes.second {
	padding: 25px 0;
}

.event-social-media-boxes .news-more-a-button {
	display: block;
	margin: 0 auto;
	max-width: 250px;
}

.event-social-media-wraper {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.event-social-media-wraper .table-row {
	display: table-row;
}

.event-social-media-wraper .col {
	width: 100%;
	border-bottom: 1px solid #ffffff;
}

.event-social-media-wraper .col a {
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 13px 20px;
	background-position: center right;
	border-right: 20px solid transparent;
	background-repeat: no-repeat;
}

.event-social-media-wraper .col.event-social-media-facebook a {
	background-image: url("../Img/social-media/facebook.png");
}

.event-social-media-wraper .col.event-social-media-twitter a {
	background-image: url("../Img/social-media/twitter.png");
}

.event-social-media-wraper .col.event-social-media-mail a {
	background-image: url("../Img/social-media/mail.png");
}

/*Phablets*/
@media (min-width: 345px) {
	.event-social-media-boxes.second {
		border-top: 1px solid #ffffff;
	}

	.event-social-media-wraper .col {
		display: table-cell;
		width: 50%;
	}

	.event-social-media-wraper .col.event-social-media-facebook {
		border-right: 1px solid #ffffff;
	}

	.event-social-media-wraper .col.event-social-media-instagram {
		border-right: 1px solid #ffffff;
		border-bottom: 0 none transparent;
	}

	.event-social-media-wraper .col.event-social-media-mail {
		border-bottom: 0 none transparent;
	}
}

/*Tablets*/
@media (min-width: 768px) {

	.event-social-media-boxes {
		width: 50%;
		display: table-cell;
		border-collapse: separate;
		overflow: auto;
		vertical-align: middle;
		background-color: #BBBDBA;
	}

	.event-social-media-boxes.second {
		border-left: 1px solid #ffffff;
		border-top: 0 none transparent;
		padding: 0;
	}
}


/*Event detail "AUFTRETENDE KÜNSTLER"*/
.kuenstler-kachel {
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: 0.3s;
	width: 100%;
	display: block;
	overflow: auto;
	position: relative;
}

.kuenstler-kachel.left-img-position {
	background-position: left;
}

.kuenstler-kachel.right-img-position {
	background-position: right;
}

.kuenstler-kachel .kuenstler-kachel-red-bg {
	overflow: auto;
	background-image: url("../Img/red-transparent-bg.png");
	background-repeat: repeat;
	display: block;
	position: relative;
	height: 277px;
	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	cursor: pointer;
}

.kuenstler-kachel .kuenstler-kachel-red-bg:hover, .kuenstler-kachel .kuenstler-kachel-name:hover + .kuenstler-kachel-red-bg, .kuenstler-kachel-spielstaette:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.kuenstler-kachel .kuenstler-kachel-name, .kuenstler-kachel-spielstaette {
	color: rgb(255, 255, 255);
	margin: 0;
	bottom: 0px;
	width: 90%;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 5%;
	word-break: break-word;
}


.kuenstler-kachel .font-big {
	font-size: 27px;
	text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.42);
}

/*"SPONSOREN"*/

.sponsor-kachel {
	background-size: 70%;
	background-position: center center;
	background-color: #ffffff;
	background-repeat: no-repeat;
	transition: 0.3s;
	width: 100%;
	display: block;
	overflow: auto;
	position: relative;
}

.sponsor-kachel .kuenstler-kachel-name {
	color: #3D3D3D;
}


.grayscale {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}

.sponsor-kachel-opacity {
	opacity: 0.2;
}

.grayscale:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

/*.sponsor-kachel-name:hover +  .kuenstler-kachel-red-bg {*/
/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";*/
/*filter: alpha(opacity=1);*/
/*-moz-opacity:1;*/
/*-khtml-opacity: 1;*/
/*opacity: 1;*/
/*}*/

.sponsor-kachel .sponsor-kachel-name {
	font-size: 20px;
	color: rgb(255, 255, 255);
	margin: 0;
	bottom: 30px;
	width: 90%;
	text-align: center;
	position: absolute;
	z-index: 1;
	left: 5%;
	word-break: break-word;
}

/*Spielstätte Kachel (Event detail) #makeres*/
.kuenstler-kachel.spielstaette-kachel.no-image {
	background-position: center 43%;
}

.kuenstler-kachel.spielstaette-kachel .kuenstler-kachel-red-bg {
	height: 440px;
}

.kuenstler-kachel.spielstaette-kachel .kuenstler-kachel-name {
	color: #D83224;
	margin: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	background-color: #ffffff;
	padding: 20px 15px;
	text-shadow: none;
}

.spielstaette-kachel-red-bg:hover {
	opacity: 0.7;
	width: 100%;
}

.spielstaette-kachel-red-bg {
	background-position: 50% center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	transition: all 0.3s ease 0s;
}

.event_btn_link_spielstaette {
	background-color: #D83224;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	overflow: auto;
}


/* ==========================================================================
	Programm Übersicht Boxen (basierend auf den Styles der News (index.html )) #makeres
	========================================================================== */

/*Tabellenstruktur zum angleichen der höhe des Nachbarelements*/
.same-hight-wrapper {
	display: table;
}

.same-hight-wrapper .same-height-container {
	display: table-cell;
	float: none;
	vertical-align: top;
}

.programm-more {
	margin-bottom: 16px;
}

.programm-more .same-hight-wrapper {
	background-color: #D83224;
	display: block;
	width: 100%;
	position: relative;
}

.programm-more .same-hight-wrapper .same-height-container {
	display: block;
}

.programm-more .programm-more-event-date-box {
	position: relative;
	display: block;
	height: 120px;
	width: 100%;
}

.programm-more-event-date-box .programm-more-event-date-box-center {
	height: 100%;
	width: 60px;
	margin: 0 auto;
	padding: 0;
}

.programm-more-event-date-box .datepicker-event-box-big-date {
	padding: 0;
}

.programm-more-event-date-box .datepicker-event-box-big-date .datepicker-event-date-wrapper {
	color: #ffffff;
	border-color: #ffffff;
}

.programm-more-event-date-box .datepicker-event-box-big-date .datepicker-event-date-cutter {
	background-color: #ffffff;
}

.programm-more .news-short-img {
	width: 100%;
	min-height: 294px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	transition: 0.3s;
}

.programm-more .news-short-img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

.programm-more .same-height-container.news-more-text-box {
	background-color: #ffffff;
	width: 100%;
	padding: 40px 15px 140px 20px;
	position: relative;
}

.programm-more .same-height-container.news-more-text-box h3 {
	text-align: left;
	margin: 0 0 5px 0;
}

.programm-more .komma-list li {
	line-height: 1.3;
}

.programm-more .same-height-container.news-more-text-box .listing {
	clear: both;
}

.programm-more .same-height-container.news-more-text-box .programm-more-date {
	margin: 0;
}

.programm-more .same-height-container.news-more-text-box .programm-more-spielstaette-list {

}

.programm-more .same-height-container.news-more-text-box .programm-more-kuenstler-list {
	padding-top: 15px;
	overflow: auto;
	z-index: 1;
	position: relative;
}

.programm-more-button-box {
	bottom: 0;
	right: 0;
	width: 100%;
	position: absolute;
	padding: 20px;
}

.programm-more-button-wrapper {
	width: 100%;
	margin-top: 30px;
}

.programm-more-button-wrapper a.link-button {
	font-size: 19px;
	padding: 5px 13px;
	width: 100%;
	margin: 20px 0 0 0;
}

.programm-more-button-wrapper a.link-button.red {
	background-color: #D83224;
}

.programm-more-button-wrapper a.link-button.red:hover {
	background-color: #9e1e1d;
}

.programm-more-button-wrapper a.link-button.gray {
	background-color: #606261;
}

.programm-more-button-wrapper a.link-button.gray:hover {
	background-color: #584E4F;
}

@media (min-width: 450px) {


	.programm-more-button-wrapper {
		float: right;
		width: auto;
	}

	.programm-more-button-wrapper a.link-button.gray {
		margin-left: 20px;
	}

	.programm-more-button-wrapper a.link-button.gray, .programm-more-button-wrapper a.link-button.red {
		width: auto;
	}

	.programm-more .same-height-container.news-more-text-box {
		padding: 40px 15px 140px 40px;
		padding-bottom: 80px;
	}
}

@media (min-width: 655px) {

	.programm-more .same-hight-wrapper {
		background-color: #D83224;
		display: table;
	}

	.programm-more .same-hight-wrapper .same-height-container {
		display: table-cell;
	}

	.programm-more .news-short-img {
		width: 34%;
	}

	.programm-more .same-height-container.news-more-text-box {
		width: 66%;
		padding-bottom: 80px;
	}

	.programm-more .same-height-container.press-more-text-box {
		width: 100%;
	}

	.programm-more .press-more-text-box.same-height-container {
		display: block;
	}

	.programm-more .programm-more-event-date-box {
		display: table-cell;
		position: absolute;
		z-index: 1;
		width: 34%;
		left: 0;
		height: 100%;
	}

	.programm-more-event-date-box.hasImage {
		opacity: 0;
	}
}

@media (max-width: 654px) {
	.programm-more-event-date-box.hasImage {
		opacity: 1 !important;
	}
}

/* ==========================================================================
	Spielstätte-detail Seite #makeres
	========================================================================== */
/*Info Box*/
.map-adress-info-box {
	z-index: 99999999999;
	position: relative;
	background-color: #ffffff;
	float: left;
	-webkit-box-shadow: 0px 0px 23px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 0px 23px 0px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 0px 23px 0px rgba(50, 50, 50, 0.5);
	margin-top: -253px;
}

.map-adress-info-box .map-adress-info-box-text-box {
	padding: 26px 22px 15px 22px;
}

.map-adress-info-box .map-adress-info-box-text-box p {
	line-height: 1.2;
}

.map-adress-info-box .map-adress-info-box-link-box {
	display: block;
	padding: 13px 22px;
	border-top: 1px solid #dadada;
}

.map-adress-info-box .map-adress-info-box-link-box a {
	line-height: 1;
}

@media (max-width: 465px) {

	.slideshow-caption .slideshow-link-button {
		width: 100%;
		float: none;
		clear: both;
		margin-top: 20px;
		font-size: 16px;
		padding: 15px 5px;
	}

	.map-adress-info-box {
		z-index: 99999999999;
		position: relative;
		background-color: rgb(255, 255, 255);
		float: left;
		-webkit-box-shadow: 0px 0px 23px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow: 0px 0px 23px 0px rgba(50, 50, 50, 0.5);
		box-shadow: 0px 0px 23px 0px rgba(50, 50, 50, 0.5);
		margin-top: 60px;
		width: 100%;
	}

	.headline-breakeble-div {
		width: auto;
	}

}

/*Link Button*/
.spielstaette-link-button-box {
	width: 100%;
	clear: both;
}

.spielstaette-link-button-box .spielstaette-link-button {
	display: block;
	background-color: #bbbdbc;
	width: 50%;
	color: #ffffff;
	float: left;
	padding: 20px 25px;
	line-height: 1;
	background-image: url("../Img/double-arrow-left-white.png");
	background-repeat: no-repeat;
	background-position: center right;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}

.spielstaette-link-button-box .spielstaette-link-button:hover {
	background-color: #969897;
}

.spielstaette-link-button.first {
	border-right: 1px solid #ffffff;
}

.no-image {
	background-color: #D83224;
	display: block;
	background-image: url("../Img/hover-image-branding-logo.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.info-box-container {
	background-color: #d9d9d9;
	display: block;
	float: none;
	clear: both;
	padding: 10px 20px;
}

/*pagination*/
ul.f3-widget-paginator {
	padding: 0;
	display: block;
	margin: 0 15px 15px 15px;
	overflow: auto;
}

ul.f3-widget-paginator li.current {
	display: block;
	background-color: #949695;
	padding: 5px 10px;
	text-decoration: none;
	color: white;
	float: left;
	text-align: center;
}

ul.f3-widget-paginator li a {
	display: block;
	background-color: #A7A9A8;
	padding: 5px 10px;
	text-decoration: none;
	color: white;
	float: left;
	text-align: center;
}

ul.f3-widget-paginator li a:hover {
	background-color: #949695;
}


@media (max-width: 768px) {
	.sponsor-logo {
		display: table;
		width: 100%;
		height: auto;
		text-align: center;
	}

	.sponsor-kachel {
		background-size: 50%;

	}

}

/*Typo3 Images*/
.csc-textpic img {
	width: auto;
	max-width: 100%;
	height: auto;
}

@media (max-width: 768px) and (min-width: 500px) {
	.sponsoren-logos-wrapper .sponsor-logo img {
		display: block;
		margin: 0 auto;
		width: 40%;
	}

}

@media (max-width: 500px) {
	.sponsoren-logos-wrapper .sponsor-logo img {
		display: block;
		margin: 0 auto;
		width: 55%;
	}

}

@media (max-width: 320px) {

	.sponsoren-logos-wrapper .sponsor-logo img {
		display: block;
		margin: 0 auto;
		width: 65% !important;
		max-width: 100%;
	}
}

.discount-well {
	background: #D83224 !important;
	color: #ffffff;
}

.discount-well a {
	color: #FFFFFF;
	text-align: center;
}

.headline-breakeble2 p:before {
	right: 95% !important;
}

.headline-breakeble2 p:after {
	left: 95% !important;
}
