@charset "UTF-8";

body {
	background-image: url("../resources/sonne.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow-y: scroll;
}

#ilbe_logo {
	width: 8em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 7em;
	font-weight: bold;
	font-family: "Georgia", Georgia, serif;
	margin-left: auto;
}

.ui-tabs, .ui-tabs-nav {
	background-color: transparent !important;
}

.ui-tabs-panel {
	background-color: white !important;
}

.ui-tabs-vertical {
	width: 55em;
	margin-left: auto;
	margin-right: auto;
}

.ui-tabs-vertical .ui-tabs-nav {
	padding: .2em .1em .2em .2em;
	float: left;
	width: 12em;
	background: white;
	border: none;
}

.ui-tabs-vertical .ui-tabs-nav li {
	clear: left;
	width: 100%;
	border-bottom-width: 1px !important;
	border-right-width: 0 !important;
	margin: 0 -1px .2em 0;
}

.ui-tabs-vertical .ui-tabs-nav li a {
	display: block;
	width: 10em;
	font-weight: bold;
}

.ui-tabs-vertical .ui-tabs-nav li {
	background: #0000ff;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
	padding-bottom: 0;
	padding-right: .1em;
	border-right-width: 1px;
	background: #00ff00;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
	color: black;
}

.ui-tabs-vertical .ui-tabs-nav li a {
	color: white;
}

.ui-tabs-vertical .ui-tabs-panel {
	padding: 1em;
	float: right;
	width: 39em;
}

.ui-widget-content {
	border: none !important;
}

.ui-tabs-panel {
	border: 1px solid #c5c5c5 !important;
	border-radius: 3px;
}

.justify {
	text-align: justify;
}

p, h1, h2, h3, .center {
	text-align: center;
}

#link {
	color: blue !important;
}

#map {
	width: 100%;
	height: 500px;
}

.fotorama__wrap {
	margin: 0 auto;
}

.ui-tab, .ui-tabs-anchor {
	transition: color 0.2s ease-in;
}

.ui-tabs-nav {
	top: 0;
	position: sticky !important;
}