.konzertkurier-info {
	background: #fff;
	border-top: 0.5rem solid transparent;
	border-bottom: 0.5rem solid rgb(128, 16, 16);
	display: block;
	width: 125%;
	margin: 2rem 0 2rem -12.5%;
	padding: 1rem;
	text-decoration: none;
	font-size: 1.25rem;
	max-height: 8rem;
}
.konzertkurier-info h2 {
	padding: 0;
	margin: 0;
	font-size: 2rem;
	line-height: 3rem;
	color: rgb(128, 16, 16);
}
.konzertkurier-info p {
	margin: 0;
	padding: 0 12.5%;
	line-height: 2rem;
}
.konzertkurier-badge {
	background: url(/elemente/konzertkurier/img/konzertkurier_white.svg) no-repeat center center rgb(128, 16, 16);
	background-size: 4.5rem auto;
	display: block;
	text-indent: -1000rem;
	overflow: hidden;
	width: 6rem;
	height: 12rem;
	border-radius: 12rem 0 0 12rem;
	right: -12.5%;
	position: absolute;
	transition: margin 600ms;
	z-index: 1000;
}

.tight .konzertkurier-info {
	font-size: 1em;
}
.tight .konzertkurier-info h2 {
	font-size: 1.5em;
	line-height: 1em;
}
.tight .konzertkurier-badge {
	background-size: 4rem auto;
	height: 10rem;
	width: 5rem;
}

.tight h2,
.tight form {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

.tight > a.buttonlink {
	margin-top: 1rem !important;
	margin-bottom: 3rem !important;
}

html {
	background: rgb(97, 31, 49);
	color: rgb(255, 255, 255);
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	font-family: "robotoregular";
	font-size: 19px;
}

.tooltipster-default {
	border-radius: 5px; 
	border: 0px solid #fff;
	background: #537585;
	color: #fff;
}
.cssspinner,
.cssspinner:before,
.cssspinner:after {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: threedots 1.8s infinite ease-in-out;
  animation: threedots 1.8s infinite ease-in-out;
}
.cssspinner {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.cssspinner:before,
.cssspinner:after {
  content: '';
  position: absolute;
  top: 0;
}
.cssspinner:before {
  left: -3em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.cssspinner:after {
  left: 3em;
}
@-webkit-keyframes threedots {
  0%,
  80%,
  100% {
    box-shadow: 0 1.5rem 0 -1.3em;
  }
  40% {
    box-shadow: 0 1.5rem 0 0;
  }
}
@keyframes threedots {
  0%,
  80%,
  100% {
    box-shadow: 0 1.5rem 0 -1.3em;
  }
  40% {
    box-shadow: 0 1.5rem 0 0;
  }
}


#tourplan {
	margin: 0 10%;
	min-height: 30rem;
	padding: 0 0 2rem 0;
	width: 80%;
}
#tourplan * {
	box-sizing: border-box;
}


#tourplan .buttonlink {
/*	background: rgb(222, 87, 21);
    border: 1px solid rgb(222, 87, 21);
    border-radius: 0px;*/

	background: none;
    border: 2px solid #9D9D9D;


    color: rgb(255,255,255);
    display: inline-block;
	margin: 2rem 0 4rem;
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
}
#tourplan.mode-topthree .buttonlink {
	background: none;
    border: 2px solid #9D9D9D;
}

#tourplan .notice {
    padding: 2rem;
    font-style: italic;
}


#tourplan #filters {
	padding: 2rem 0;
}

#tourplan #filters .menuitem select.checked {
    background: url(/elemente/medienpool/img/arrow-down-blue.png) transparent no-repeat scroll center right 6px;
	color: rgb(117, 145, 157);
}
#tourplan #filters .menuitem input[type="text"].checked {
	background-image: url(/elemente/medienpool/img/search-blue.png);
	color: rgb(117, 145, 157);
}
#tourplan #filters .menuitem div.remove {
	background-image: url(/elemente/medienpool/img/cross-blue.png);
}
#tourplan #filters .menuitem div.remove:hover {
	background-image: url(/elemente/medienpool/img/cross-white.png);
}
#tourplan #filters .menuitem.button {
	background: none;
}
#tourplan #filters .menuitem.button:hover {
	color: rgb(222, 87, 21);
	border-color: rgb(222, 87, 21);
}
#tourplan #filters .menuitem.button a {
    line-height: 22px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
#tourplan #filters .menuitem.button:hover a {
	color: rgb(222, 87, 21);
}

#tourplan #filter-map {
	height: 400px;
}
#tourplan #filter-map.leaflet-container{
	background-color: transparent!important;
}


#tourplan #events {
	display: table;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
#tourplan #events #headers,
#tourplan #events .event {
	display: table-row;
}
#tourplan #events .desktop {
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
#tourplan #headers .desktop {
    padding: 8px 12px 32px 12px;
	font-weight: 600;
}
#tourplan #headers .desktop:first-child {
	text-align: center;
}
#tourplan #events .event .desktop {
	border-top: 2px dashed #c8c8c8;
    padding: 24px 12px;
}
#tourplan #events .event .desktop.date {
	border-top: none;
	text-align: center;
}
#tourplan #events .event .desktop.begin {
	text-align: right;
}

#tourplan .event {
	background-color: rgba(255,255,255,0);
	position: relative;
	transition: background-color ease 500ms;
}
#tourplan .event.highlight {
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 40%, rgba(255,255,255,0.5) 70%, rgba(255,255,255,0) 100%);
}
#tourplan .event.highlight .circledate {
   border-color: rgb(128,15,15) !important;
   background: rgb(128,15,15) !important;
   color: #fff !important;
}

#tourplan .flash {
	background-color: rgba(255,255,255,0.25);
}

#tourplan a.anchor {
	display: none;
}
#tourplan .circledate {
    border: 1px solid rgb(255,255,255);
	background:#fff;
    border-radius: 50%;
    width: 91px;
    height: 91px;
	margin-top: 0px;
    padding: 9px 0;
	position: relative;
    text-align: center;
	top: -8px;
	font-family: "RiformaLLWeb-Medium", Sans-Serif;	
    font-size: 20px;
	line-height: 22px;
}



#tourplan .circledate .dayname {
    display: block;
}
#tourplan .circledate .daymonth {
    display: block;
}
#tourplan .circledate .year {
    display: block;
}

#tourplan .city {}
#tourplan .zipcode {
	color: #9D9D9D;
}
#tourplan .title {
	margin: 0;
	padding: 0;
}
#tourplan .subtitle {
	color: #9D9D9D;
	font-style: italic;
	margin: 0;
	padding: 0;
}
#tourplan .description {
	color: #9D9D9D;
	margin: 0;
	padding: 0;
}
#tourplan .description span.less,
#tourplan .description span.more {
	cursor: pointer;
	color: #575757;
}
#tourplan .description.full {
	display: none;
}
#tourplan .remark {
	color: #9D9D9D;
	margin: 0;
	padding: 0;
}
#tourplan .description a,
#tourplan .remark a {
	color: #9D9D9D;
}


#tourplan .desktop span.city {

}
#tourplan .desktop span.begin {
    display: inline-block;
    white-space: nowrap;
}
#tourplan .desktop span.tour {
    display: inline-block;
	width: 160px;
}


.tpicon {
	background: none no-repeat center center rgba(255,255,255,1);
	border: 1px solid rgba(88,88,88,0);
	border-radius: 50%;
	cursor: pointer;
    display: inline-block;
    height: 30px;
	margin: 6px 0 0 0;
    overflow: hidden;
    text-indent: 20rem;
    width: 30px;
}
.tpicon:hover {
	border: 1px solid rgba(88,88,88,0.7);
}
.tpicon.share {
    background-image: url(/_images/_elemente/tourplan/icon_share_grey.png);
}
.tpicon.calendar {
    background-image: url(/_images/_elemente/tourplan/icon_calendar_grey.png);
}
.tpicon.hearing-assist {
    background-image: url(/_images/_elemente/tourplan/icon_hearingassist_grey.png);
}
.logo25 {
	background: url(/_images/wandelmut/Logo_Bodo_25_vec_final_filled_circle.svg) center center/contain no-repeat transparent;
	width: 65px;
	height: 65px;
	text-indent: -1000em;
	overflow: hidden;
	text-align: left;
	display: inline-block;
	z-index: 1000;
}
.mobile .logo25 {
	display: block;
	position: absolute;
	right: 0.75rem;
	top: 3rem;
}

.ha-info {
	background: transparent;
	border-radius: 0 16px 16px 0;
	display: block;
	position: absolute;
	height: 32px;
	line-height: 32px;
	padding: 0 16px 0 32px;
	margin-top: -41px;
	border-left: none;
	margin-left: 16px;
}

#tourplan .badge {
    border-radius: 3px;
	color: rgb(255,255,255);
	display: inline-block;
    font-size: 11px;
    line-height: 11px;
	margin: 6px 0 0 0;
    padding: 5px 8px;
    text-transform: uppercase;
}
#tourplan .badge.new {
	background: rgb(177, 1, 1);
}
#tourplan .badge.radio {
	background: rgb(10, 105, 140);
	color:#fff;
}
#tourplan .badge.tv {
	background: rgb(0, 140, 35);
}
#tourplan .badge.stream {
	background: rgb(234, 17, 210);
}

#tourplan .tourtype,
#tourplan span.website,
#tourplan a.website {
    color: #9D9D9D;
}

.label {
	padding: 0.5em 0 0.5em;
}
#tourplan .label::before {
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url() center center no-repeat #fff;
	border-radius: 2em;
	vertical-align: middle;
	margin: -0.2em 0.5em 0 0;
}
#tourplan .label.cancelled::before {
	background-image: url(/elemente/tourplan/img/state_cancelled.png);
}
#tourplan .label.confirmed::before {
	background-image: url(/elemente/tourplan/img/state_confirmed.png);
}
#tourplan .label.rescheduled::before {
	background-image: url(/elemente/tourplan/img/state_rescheduled.png);
}

#tourplan.medienpool a:visited {
    color: #575757!important;
}
#tourplan.medienpool a:link {
    color: #575757!important;
}
#tourplan.medienpool a {
    color: #575757!important;
}


#tourplan .ticketurl {
    border: 2px solid #a9a9a9;
    border-radius: 0px;
    color: rgb(255,255,255)!important;
    display: block;
	margin: 0 0 0.5rem 0;
    padding: 6px;
    text-align: center;
    text-decoration: none;
	background:#f3f3f3;
	
}
#tourplan .ticketurl.whitelabel {
	background: #9fbc45;
	border-color: #9fbc45;
}
#tourplan .ticketurl.bundle {
	background: rgb(75, 140, 166);
	border-color: rgb(75, 140, 166);
}
#tourplan .soldout {
    border: 2px solid #9D9D9D;
    border-radius: 0px;
    color: #9D9D9D;
    display: block;
	margin: 0 0 0.5rem 0;
    padding: 6px;
    text-align: center;
    text-decoration: none;
}
#tourplan .info {
    border: 2px solid #9D9D9D;
    border-radius: 0px;
    color: #9D9D9D;
    display: block;
	margin: 0 0 0.5rem 0;
	margin-top: 0;
    padding: 6px;
    text-align: center;
    text-decoration: none;
}
#tourplan .info span.white {
	color: rgb(76,76,76);
}

#tourplan #events .mobile {
	display: none;
	height: 0;
	overflow: hidden;
}

#tourplan.mode-program h2 {
	position: relative;
}
#tourplan.mode-program h2 a {
	bottom: 0.5em;
	display: block;
	font-size: 13px;
	margin-top: 0.5rem;
	position: absolute;
	right: 0;
	vertical-align: baseline;
}

#tourplan-legend {
    background: rgba(255,255,255,0.25);
    display: block;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
    line-height: 13px;
	list-style: none;
	margin: 0;
    padding: 0.75rem 0 0 0;
    text-align: center;
    vertical-align: middle;
	width: 100%;
}
#tourplan-legend li {
	display: inline-block;
	margin: 0 1em;
	padding: 0 0 0.75rem 0;
}
#tourplan-legend li.bold {
	font-weight: bold;
	float: left;
}
#tourplan-legend li::before {
    content: '';
    display: inline-block;
    height: 0.9em;
    width: 0.9em;
    margin-right: 0.75em;
    background: #fff;
    border-radius: 50%;
}
#tourplan-legend li.bold::before { display: none; }
#tourplan-legend li.antigone::before { background: #D2372A; }
#tourplan-legend li.dassechste::before { background: #a1bb3c; }
#tourplan-legend li.inguterbegleitung::before { background: #f2d800; }
#tourplan-legend li.jetztodersinfonie::before { background: #2b72d3; }
#tourplan-legend li.jubi25::before { background: #8a4af0; }
#tourplan-legend li.klaviersdelikte::before { background: #0093A7; }
#tourplan-legend li.oedipus::before { background: #B3A16E; }
#tourplan-legend li.swing::before { background: #333333; }
#tourplan-legend li.waswenndoch::before { background: #D85806; }
#tourplan-legend li.sonder::before { background: #18354F; }
#tourplan-legend li.wandelmut::before { background: #818b11; }

#tourplan .smallprint {
	background: rgba(255,255,255,0.2);
	border-radius: 0px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;	
	font-size: 0.75rem;
	line-height: 1.5em;
	margin: 4rem auto;
	max-width: 45rem;
	padding: 1rem 2rem;
	text-align: left;
}
#tourplan .smallprint h4,
#tourplan .smallprint i {
	font-family: "Open Sans", Helvetica, Arial, sans-serif !important;	
}
#tourplan .smallprint h4 {
	font-size: 1.15em;
	text-transform: uppercase;
	margin-top: 0;
}
#tourplan .smallprint p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1400px) {
	
	#tourplan {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}

	.konzertkurier-info {
		width: 111.111111111111111%;
		margin-left: -5.55555555555%;
		font-size: 1.125rem;
	}
	
	.konzertkurier-badge {
		right: -5.55555555555%;
	}
}
	
@media (max-width: 1200px) {
	.konzertkurier-info {
		font-size: 1rem;
	}
}	

@media (max-width: 1060px) {
	.konzertkurier-info {
		font-size: 0.8rem;
	}
}	


@media (max-width: 480px) {
	
	.tourplan_wrapper,
	#wrapper #section1 .tourplan_wrapper {
		max-width: inherit !important;
		box-sizing: border-box;
		padding: 0;
	}
	
	#tourplan {
		margin: 0 2%;
		width: 96%;
	}

	.konzertkurier-info {
		width: 104.16666666%;
		margin-left: -2.08333333333%;
		padding-bottom: 1rem !important;
	}
	.konzertkurier-info h2 {
		font-size: 1.35rem !important;
	}
}

@media (max-width: 980px) {
	
	.konzertkurier-info {
		border-top: none;
		font-size: 1rem;
		text-align: left;
		padding: 2.5% 5%;
		max-height: unset;
		width: 108.6956521739%;
		margin-left: -4.34782608695%;
	}
	.konzertkurier-info h2 {
		font-size: 1.5rem;
	}
	.konzertkurier-info p {
		padding: 0;
		line-height: 1.4rem;
	}
	.konzertkurier-badge {
		background-size: 3.5rem auto;
		display: block;
		text-indent: -1000rem;
		overflow: hidden;
		width: 5rem !important;
		height: 5rem !important;
		border-radius: 50%;
		right: -2%;
		position: absolute;
		z-index: 999;
	}
	
	.tourplan_wrapper {
		max-width: inherit !important;
		box-sizing: border-box;
		padding: 0%;
		margin-left: 0;
		margin-right: 0;
	}
	#tourplan {
		margin: 0 4%;
		width: 92%;
	}
	

	#tourplan.mode-program h2 a {
		margin-top: unset;
		position: unset;
		right: unset;
	}

	
	#tourplan.medienpool {
		min-width: inherit;
	}
	
	#tourplan.mode-topthree form#filters {
		padding: 1em 0;
	}

	#tourplan .menuitem,
	#tourplan .menuitem > select,
	#tourplan .menuitem > input {
		width: 100%;
	}
	
	#tourplan #events #headers,
	#tourplan #events .desktop {
		display: none;
		height: 0;
		overflow: hidden;
	}
	
	#tourplan #events .event {
		border-top: 2px dashed #c8c8c8;
		display: block;
	}
	#tourplan #events .mobile {
		display: block;
		height: inherit;
		overflow: inherit;
		text-align: left;
	}
	#tourplan #events .mobile.col-left {
		float: left;
		padding-right: 2rem;
		width: 7rem;
	}
	#tourplan #events .mobile.col-right {
		float: left;
		width: calc(100% - 12rem);
	}

	#tourplan #events .mobile.col-right .label {
		margin-bottom: 0.5em;
	}
	
	#tourplan .mobile .begin {
		color: #9D9D9D;
	}
	#tourplan .mobile .badge {
		margin-left: 0;
	}
	
	#tourplan .mobile .details {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transition: max-height 0.5s, opacity 0.5s;
	}
	#tourplan .mobile .details.open {
		max-height: 60rem;
		opacity: 1;
	}
	
	#tourplan .mobile.toggle {
		background: url(/elemente/medienpool/img/arrow-right-grey.png) center center no-repeat transparent;
		float: right;
		height: 24px !important;
		width: 24px;
		cursor: pointer;
		margin: 1rem 1rem;
		transition: transform 0.5s;
	}	
	#tourplan .mobile.toggle.closed {
		background-image: url(/elemente/medienpool/img/arrow-right-grey.png);
	}
	#tourplan .mobile.toggle.open {
		transform: rotate(90deg);
	}
	
	
	#tourplan .mobile .details > p:first-child {
		margin-top: 0;
	}
	
	#tourplan .event:after {
	  content: "";
	  display: table;
	  clear: both;
	}	
}

