.va-kalender {
	display:  flex;
	width: 100%;
	max-width: 1640px;
	gap: 16px;
	flex-wrap: wrap;
	flex-flow: row wrap;

}
#va-kalender-hide {
	display: none;
	transition: all 0.6s ease 0s;
}
.va-item-hide {
	display: none;
	transition: all 0.6s ease 0s;
}
.va-filter {
	padding-bottom: 30px;
	display: block;
	width: 100%;
	text-align: center;



	font-size: 28px;

	letter-spacing: 5px;
	font-family: "Bebas Neue";
	font-weight: 400;
	color: #fff;
	transition: all 0.6s ease 0s;
	
}
.va-filter span {
	cursor: pointer;
	transition: all 0.6s ease 0s;


}
.va-type-party {
	transition: all 0.6s ease 0s;
}
.va-type-event {
	transition: all 0.6s ease 0s;
}
.va-filter span:hover {
	color: #E2B007;
	transition: all 0.6s ease 0s;
}
#textmehranzeigen {
	margin: 100px;
	cursor: pointer;
	border-width: 1px 1px 1px 1px;
	border-radius: 0 0 0 0;
	background: #b81c2e;
	font-size: 28px;
	padding: 10px 50px;
	letter-spacing: 5px;
	font-family: "Bebas Neue";
	font-weight: 400;
	border: 1px solid #E2B007;
	color: #E2B007;
	display: block;
}
.va-kalender-notice {
	padding: 16px;

}
.va-kalender-heading {
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	display: block;
	font-family: "Bebas Neue";
	font-size: 22px;
	font-stretch: normal;
	font-style: normal;
	font-variant-caps: normal;
	font-weight: normal;
	letter-spacing: 3px;
	line-height: 25px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	display: block;	
	border-bottom: 1px solid #E2B007;
	overflow: auto;
}
.va-kalender-ntext {
	display: block;
	padding-top: 10px;
	font-size: 20px;
}
.va-kalender-item {
	border: 1px solid #E2B007;
	background: #191614;
	width: 15.6%;
	box-sizing: border-box;
	transition: all 0.6s ease 0s;
}

.va-kalender-title {
	font-family: "Bebas Neue";
	font-size: 27px;
	line-height: 28px;
	display: block;
	height: 90px;
}

.va-kalender-img img {
	filter: sepia(0.3) grayscale(0.3);
	width: 100%;

	
}

.va-kalender-text {
	padding: 10px;
	border-top: 1px solid #E2B007;
}

.ticketbutton-square {
	width: 33px;
	height: 33px;
	float:  right;
	position: relative;
	top: 15px;
}

.va-kalender-img-detail {
	min-width: 320px;
	height: 320px;
	border: 1px solid #E2B007;
	filter: sepia(0.3) grayscale(0.3);
}

.searchsection {


}

.va-kalender-img-detail-m {
	border: 1px solid #E2B007;
	filter: sepia(0.3) grayscale(0.3);
}

.search-result-wrapper {
	margin: 40px 0 0 0;
}

.serach-result {
	display: flex;
	border: 1px solid #E2B007;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Bebas Neue";
	 align-items: center;
	 line-height: 2em;
	 background: #191614;
}

.search-result-img img {
	width: 110px;
	height: 100px;
	filter: sepia(0.3) grayscale(0.3);
	padding: 0 10px 0 0;
}

.search-result-date, .search-result-title {
	padding: 0 10px;
	font-size: 2em;
}

.search-result-ticket {
	flex-grow: 1;
	width: auto;
	text-align: right;
}

.search-result-ticket img {
	width: 55px;
	height: 35px;
	padding: 0 20px 0 0;
}

.rh-highlight {
	color: #E2B007;
}

.search-h1 {

	text-align: center;
	letter-spacing: 12px !important;
	margin: 30px 0 !important;
}
.search-notice {
	text-align: center;
	font-size: 1.5em;
	padding: 30px 0;
}


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

    .va-kalender-item {
        flex: 1 0 21%;
    }

    .va-kalender-title {
    	height: 90px;
    }

}

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

	#textmehranzeigen {
		font-size: 14px;
		padding: 8px;
		margin: 30px;
	}

    .va-kalender-item {
        flex: 1 0 45%;
    }

    .va-kalender-title {
    	height: 80px;
    	font-size: 1.2em;
    }

    .search-result-img img {
	width: 75px;
	height: 70px;
	filter: sepia(0.3) grayscale(0.3);
	padding: 0 5px 0 0;


}

.search-result-date, .search-result-title {
	padding: 0 5px;
	font-size: 1em;
	line-height: 120%;
}

.search-result-ticket {
 display: none;
}


}

