/*  MICROTHEMER STYLES  */


/*= Content =================== */

/** Content >> Sprungpfeil zum Inhalt Startseite (sinnlos) **/
.stage > .scroll {
	display: none !important;
}

/** Content >> Überschrift Termine **/
.wp-block-columns > div:nth-of-type(2) > h2 {
	font-size: 16px !important;
}

/** Content >> Ecs event list link **/
.mt-15 .ecs-event-list a {
	font-size: 18px !important;
}

/** Content >> Kalendereintrag Titelseite **/
.mt-15 .ecs-event {
	border-bottom: 2px dotted rgb(13, 147, 183) !important;
}


/*= Footer ==================== */

/** Footer >> Footerbereich **/
.page-template-page-templatesfront-php > footer {
	margin-bottom: 100px !important;
}

/** Footer >> Nav wrapper **/
.mt-15 .nav-wrapper {
	display: grid !important;
	grid-auto-flow: column dense !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto !important;
}

/** Footer >> Menu footermenue **/
.mt-15 #menu-footermenue {
	display: grid !important;
}


/*( Tablet & Phone )*/
@media (max-width: 767px) {
	/** Footer >> Footerbereich **/
	.page-template-page-templatesfront-php > footer {
	margin-bottom: 150px !important;
}

}


/*( Phone )*/
@media (max-width: 480px) {
	/** Footer >> Footerbereich **/
	.page-template-page-templatesfront-php > footer {
	margin-bottom: 400px !important;
}

}

