/* Custom CSS */
@media all and (min-width: 60.063em) {
.themen {
	font-size: larger;
	font-style: normal;
	text-align: center;
	font-weight: bold;
}
}

@media all and (min-width: 45.063em) and (max-width: 60em) {
.themen {
	font-size: larger;
	font-style: normal;
	text-align: center;
	font-weight: bold;
}
}

@media all and (max-width: 45em) {
.themen {
	font-style: italic;
	text-align: center;
	font-weight: normal;
	word-wrap: break-word;
	font-size: small;
}
}
.views-col {
	text-align: center;
}
.site-branding__logo-img {
	float: left;
width: 150px;
		}
.site-branding__text {
float: left !important;
vertical-align:bottom;
}
.menu__item-title--zu-veranstaltungen-anmelden {
	font-style: oblique !important;
	background-color: #F7A60C !important;
}
.book-navigation {
	border: 2px solid #000;
	background-color: #F0F0F4;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
}
.block-plugin-id--system-menu-blocklink-zu-pekip {
	position: relative;
	top: -2em;
}
.field-name-field-foto {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}
.field-name-field-foto-copyright,
.field-name-field-foto-copyright h3 {
    font-style: italic;
    font-size: small;
}