/* Rote Seitenlinie */
html {
    background-color: transparent;
}

/* Google Maps */
#mapkontakt .container {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	max-width: none;
	width: 100%;
}

#mapkontakt .container .content {
	padding-top: 0px;
	padding-bottom: 0px;
}

.wpgmp_map_parent {
	margin-bottom: 0px;
}

/* News Datum Seperator */
div.template-blog div.standard-content .post-meta-infos .text-sep-date {
	display: none;
}

/* Kursplan */
#top .alternate_color .avia-data-table.avia_pricing_minimal td {
	color: #ffffff;
}
#timetable tr:nth-child(2n+1), 
#timetable .pricing-table > li:nth-child(2n+1), 
#timetable .pricing-extra {
    background: #c3c3c3;
}

/* Kursplan - Breakpoint */
@media only screen and (max-width: 900px) {
	#timetable .mptt-shortcode-wrapper .mptt-shortcode-list {
		display: block;
	}
	#timetable .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column {
		display: block;
	}
	
	#timetable .mptt-shortcode-table {
		display: none !important;
	}
}

/* scroll to top mobile */
@media only screen and (max-width: 767px) {
.responsive #scroll-top-link {
  display: block !important;
}}