/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 17 2025 | 13:51:26 */
.custom-event-wrapper {
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 50px;
}
.event-description {
	flex: 0 0 100%;
	margin: 40px 0px;
	padding-left: 40px;
	border-left: 2px solid var(--nectar-accent-color);
}
.event-title {
	flex: 0 0 100%;
	padding-bottom: 40px;
}
.event-image {
	text-align:right;
	flex: 0 0 40%;
}
.event-tickets {
	flex: 0 0 100%;
}
.event-organizer, .event-price {
	flex: 0 0 100%;
}
.event-meta {
	display:grid;
	grid-template-columns: auto 70%;
	align-items: start;
	align-content: start;
	flex: 0 0 60%;
}
.event-meta div {
	line-height: 50px;
	height:50px;
}
.event-meta div:nth-child(2n) {
	font-weight: 700;
	color: #000;
}
.event-organizer {
	display: grid;
	grid-template-columns: 100px auto;
	gap: 20px;
	align-items: center;
	padding-left: 40px;
}
.event-organizer img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	object-position: center;
	border-radius: 50px;
}

h1.event-title {
    width: 100%;
    float: left;
    left: 120px;
    text-align: left;
    word-break: break-word;
    hyphens: auto;
    color: #8a1445;
    font-size: 34px;
    font-weight: 600 !important;
    line-height: normal;
}
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn {
	background-color: #8a1445;
}

/* Mobile-Ansicht */
@media (max-width: 768px) {
	.custom-event-wrapper {
		flex-direction: column;
	}
	.event-meta,
	.event-image {
    	flex: 0 0 100%;        /* volle Breite */
 	}
	.event-meta {
		display:grid;
		grid-template-columns: 100%;
	}
	.event-meta div:nth-child(2n) {
		margin-bottom: 10px;
	}
	.event-meta div {
		line-height: 25px;
		height:25px;
	}
	.event-image {
		text-align:center;
		padding-top: 30px;
	}
}