
.legend-container{
	display:flex;
	flex-direction: column;
	margin-bottom: 30px;
}
.legend-container p{
	font-weight: 800;
	font-size: 16px;
}
.legend-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}
.legend-wrapper p {
	font-size: 16px;
	font-weight: 500;
	margin-right: 10px;
}

.legend-item-wrapper{
	display: flex;
	margin-right: 25px;
	margin-bottom: 10px;
	align-items: center;
	flex-shrink:1;
	flex-basis: 120px;
	padding-top:10px;
}
.legend-item-wrapper p{
	color: black !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	font-size: 20px !important;
}
.legend-item-color.date_loc{
border: 2px solid white;
}
.legend-item-color{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-top: 0px !important;
	padding: 0px !important;
    margin-right: 10px;
	display:none!important;
    padding: 10px !important;
}

.flex{
	display: flex;
}

.backdrop{
	display: flex;
	flex-grow: 1;
}

.backdrop a{
	display: flex;
	flex-grow: 1;
}

.range_inputs > .applyBtn {
	font-size: 14px !important;
    font-weight: 500;
    text-transform: none;
    line-height: normal;
}
 
.range_inputs > .cancelBtn  {
	font-size: 14px !important;
    font-weight: 500;
    text-transform: none;
    line-height: normal;
}   
.calendarbutton {
	color: #000000;
	background-color: #FADA14;
	border: none;
	padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
    margin: 20px 0 auto;
    cursor: pointer;
}

.calendarbutton:hover {
    color: #000000;
	background-color: #FADA14;
    text-decoration: none;
}

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

.upper-content p, .upper-content h2 {
	margin-bottom: 0px;
}

.image-credits {
	font-size: 13px;
	margin-top: -35px; 
}

.entry-content {
    margin-top: 115px;
	
}

.entry-content h3 {
    font-size: 40px;
	
}

.entry-content h1 {
    font-size: 40px;
	
}
.event h2{
	margin: 0px;
}
.card-image {
width: 25%;
  float: left;
  height: auto !important;
padding-right:10px;
  aspect-ratio: 1 / 1;
  object-fit: cover;     
}

.content.event_detail h4 {
	color: black;
	font-weight: 700;
	font-size: 32px;
	padding: 0 15px;
}
.event{
text-decoration: none!important;
color: var( --e-global-color-primary );
}
.event:hover{
text-decoration: none!important;
color: var( --e-global-color-primary );
}

.calende-data-sec h2 {
    font-weight: 700;
    color: #444;
    font-size: 26px;
	  margin-bottom: 10px;
	  padding: 0 15px;
}
.calende-data-sec p {
    margin-bottom: 8px;
	  color: #444;
}
p.d-block.event-subtitle {
    color:var( --e-global-color-primary );
    font-size: 17px;
    line-height: 1.6;
	  padding: 0 15px;
}
.calende-data-sec p.d-block.event-subtitle {
	  padding: 0 15px;
}
.calende-data-sec h4 {
    margin-bottom: 10px;
	  font-size: 18px;
}
.calende-data-sec .content {
    box-shadow: 0.1px 0.3px 1.4px rgb(0 0 0 / 2%), 0.3px 0.7px 3.3px rgb(0 0 0 / 3%), 0.6px 1.3px 6.3px rgb(0 0 0 / 4%), 1.1px 2.2px 11.2px rgb(0 0 0 / 4%), 2.1px 4.2px 20.9px rgb(0 0 0 / 5%), 5px 10px 50px rgb(0 0 0 / 7%);
    border: 2px solid #eb8b5a;
}
.calende-data-sec .content {
    margin-bottom: 50px;
    border-radius: 10px;
	  overflow: hidden;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.filter_form {
    background:var( --e-global-color-primary );
    padding: 14px 10px 30px;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}
.filter_fields {
    display: inline-block;
    width: 18%;
    margin-right: 1%;
}
.filter_fields span {
    display: block;
   
    text-align: left;
}
.filter_fields input, .filter_fields select {
    width: 100%;
    height: 48px;
	  color: #000;
}
.filter_fields input[type="submit"] {
    color: #fff;
	  font-size: 17px;
	  background-color: #56393B;
}
.filter_fields input[type="submit"]:hover{
	  background-color: #301f21;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    z-index: 999 !important;
}
.content.event_detail h2 {
    color:  var( --e-global-color-primary );
}
.calende-data-sec a {
    text-decoration: none !important;
}
.date_loc {
    background: #eb8b5a;
    padding-bottom: 10px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    margin-top: 40px;
}
.date_loc p {
    margin-bottom: 0;
 
}
.date_loc i.fas {
    padding-right: 8px;
}
.eventimg img {
    margin-bottom: 40px;
}
.calende-data-sec .ausstellung .content {
    border-color: #82822C;
}
.calende-data-sec .ausstellung .date_loc {
	background: #82822C;
}
.calende-data-sec .ausstellung .date_loc p {
    color: #fff;
}

.calende-data-sec .musik .content {
    border-color: #FDD980 ;
}

.calende-data-sec .musik p {
    color: #fff;
}

.calende-data-sec .musik .date_loc {
	background: #F8D67D ;
}
.calende-data-sec .musik .date_loc p {
    color: #fff;
}

.calende-data-sec .buhne .content {
    border-color: #9F8459;
}
.calende-data-sec .buhne .date_loc {
	background: #9F8459;
}
.calende-data-sec .buhne p {
    color: #fff;
}

.calende-data-sec .film .content {
    border-color: #C0B178;
}
.calende-data-sec .film .date_loc {
	background: #C0B178;
}
.calende-data-sec .film p {
    color: #fff;
}

.calende-data-sec .vortrag .content {
    border-color: #BBB7C3;
}
.calende-data-sec .vortrag .date_loc {
	background: #BBB7C3;
}
.calende-data-sec .vortrag p {
    color: #fff;
}

.calende-data-sec .literatur .content {
    border-color: #bbb7c3;
}
.calende-data-sec .literatur .date_loc {
	background: #bbb7c3;
}
.calende-data-sec .literatur p {
    color: #fff;
}

.calende-data-sec .kunst .content {
    border-color: #82822C;
}
.calende-data-sec .kunst .date_loc {
	background: #82822C;
}
.calende-data-sec .kunst p {
    color: #fff;
}

.calende-data-sec .fest .content {
    border-color: #C8BFB8;
}
.calende-data-sec .fest .date_loc {
	background: #C8BFB8;
}
.calende-data-sec .fest p {
    color: #fff;
}

.calende-data-sec .extra .content {
    border-color: #4C3336;
}
.calende-data-sec .extra .date_loc {
	background: #4C3336;
}
.calende-data-sec .extra p {
    color: #fff;
}

.calende-data-sec .kinder_und_jugendliche .content {
    border-color: #EB8B5A;
}
.calende-data-sec .kinder_und_jugendliche .date_loc {
	background: #EB8B5A;
}
.calende-data-sec .kinder_und_jugendliche p {
    color: white;
}

@media screen and (min-width:981px){
.cal-row{
		display: flex;
    flex-wrap: wrap;
}
.cal-translate div#flags {
    float: right;
    width: auto;
}
}
@media screen and (max-width:980px){
.filter_fields {
    width: 100%;
    margin-right: 0;
    display: block;
}
.filter_fields {
    margin-top: 10px;
}
.page-id-1777 header.entry-header.ast-no-thumbnail.ast-header-without-markup {
    display: none;
}
}
