/*
 Theme Name:   Dart Bayern Liga
 Author:       JNSGLMLLR
 Author URI:   https://www.jnsglmllr.de
 Template:     neve
 Version:      1.0
 Text Domain:  dbl
*/




/* Events */
.tribe-events-back, .tribe-bar-disabled, #tribe-events-header, #tribe-events-footer, .tribe-events-event-image {
	display:none;
}

.tribe-events-meta-group {
	width: 33% !important;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
	order: inherit !important
}

.wpcf7-form-control-wrap.turnier input {
	border:0;
}

.veranstaltung-single {
	width: calc(33% - 30px);
	margin-right: 30px;
	margin-bottom: 20px;
	display:inline-block;
	background-color: #f0f0f0;
	vertical-align: top;
}

.veranstaltung-single .veranstaltung-single-img {
	width:100%;
}

.veranstaltung-single .veranstaltung-single-body {
	padding: 20px;
}

.veranstaltungen h2 {
	margin-top: 60px;
}

.veranstaltung-single h2 {
	margin-bottom: 0;
	margin-top: 0;
}

.lightboxgallery-gallery img {
	width: 300px;
	height: 300px;
	display: inline-block;
	margin: 10px;
}



* {
	outline:0 !important;
}



@media only screen and (max-width: 769px) {
	
	.veranstaltung-single {
		width: calc(100%);
		margin-right: 0;
		display:inline-block;
		background-color: #f0f0f0;
		vertical-align: top;
	}

}