/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 20 2024 | 10:37:02 */
/** Navigation **/
li.small-navigation.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-71 a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
/****************/

/** iFrame Style **/
.iFrame-style {
	width: 100%;
	height: 450px;
}
/******************/

/** Preisliste Style **/
span.per_child {
	display: inline-block;
	width: 100%;
	padding: 10px 0 0;
	font-size: 25%;
	text-align: end;
}
span sub {
	padding-left: 5px;
}
span sup {
	font-size: 50%;
	top: -1em;
	text-decoration: underline;
}
/******************/

/** Menu Style **/
.small-navigation a {
	display: flex;
	flex-direction: row;
}
.small-navigation a small {
	padding-left: 1.5em;
}