@charset "UTF-8";
/* CSS Document */

/* Styles um die längeren Menünamen bei der Unterseite beeinhalten zu können (aktiviert sich erst ab 900px Seitenbreite - siehe Einbettung auf Seite) */

.landing_menu #top-menu a {
	width:150px !important;
}

.landing_menu #top-menu a:after{
	width:150px !important;
}


.landing_menu #top-menu a:before{
	width:150px !important;
}

.sticky_menu #top-menu a {
	width:150px !important;
}

.sticky_menu #top-menu a:after{
	width:150px !important;
}

.sticky_menu #top-menu a:before{
	width:150px !important;
}