/*
    Theme Name: omanbros
    Template: OmanBros-Theme
*/

/* Write here your own personal stylesheet */


.kalender table{
	background-color: #fff;
}

.noline a:hover{
	text-decoration: none !important;
}
p{
	margin: 0 !important;
}
.liste table{
	background-color: #fff;
}
.liste td{
	padding: 15px !important;
}
th.event-time{
	width: 40% !important;
}
th.event-description{
	width: 60% !important;
}
td.eventful a{
	color: red !important;
}

/* Veranstaltungen */

div.event-25{
	display: block;
	width: 25%;
	position: relative;
    vertical-align: top;
}
div.first{
	margin-right: 5px;	
}
div.second{
	margin-left: 5px;	
}

@media screen and (max-width: 676px) {
	
	/* Allgemein */

	
	
	/* Buchungen */
	
	div.event-25{
		width: 48%;
	}
	div.karte{
		margin-bottom: 20px;
		float: unset;
	}
	
}