/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */


#right-sidebar{
	display: none !important;
}

.content-area {
	border-style: none;
}

/* Kommentar */
.tribe-events-calendar-list__event-datetime {
	color: #545454 !important;
	text-transform: uppercase;
}

/* Status-Label (Verschoben/Abgesagt) */
.tribe-events-status-label__text {
	color: #FFBD00 !important;
	text-transform: uppercase;
	font-weight: 400;
}


/* Kalender-Seitenleiste */
.tribe-events-calendar-list__event-date-tag-weekday {
	color: #990012 !important;
}

.tribe-events-calendar-list__event-date-tag-daynum {
	color: #990012 !important;
}


/* Navigationsleiste (Footer) */
.tribe-events-calendar-list-nav {
	display: none !important;
}

