
body {
	background-color:#eaeaea;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 16px;
	font-style: normal;
}

header {
	background-image:url(../images/backgrounds/eh-buehne-option1.webp);
	background-position:top left;
	background-repeat:cover;
	background-size:100% auto;
	min-height:400px;
}

header.landhandel {
	background-image:url(../images/306543614_570553524866392_586751708622848272_n.jpg);
	background-position:center left;
	background-repeat:cover;
	background-size:100% auto;
	min-height:500px;
}

header > div {
	background-color: rgba(0,0,0,0.7);
}
header .logo {
	padding:30px;
	background-color:#FFFFFF;
}

header svg {
	fill:white;
}

header a {
	color:#FFFFFF !important;
	font-size:18px !important;
}

header a:focus,
header a:hover {
	color:#fce531 !important;
}

header a.active {
	color:#fce531 !important;
	font-weight:bold;
}

p,
main li {
	font-size:1.4rem;
	line-height:2.1rem;
	color:#404245;
}

.services {
	display: flex;
	-moz-box-pack: center;
	justify-content: left;
	flex-wrap: wrap;
	width: 100%;
	padding: 24px 8px 0px;
	margin: 0px;
}

.services li {
	width: 20%;
	display: flex;
	flex-direction: column;
	-moz-box-align: center;
	align-items: center;
	padding-bottom: 35px;
}

.service .icon {
	display: flex;
	-moz-box-align: center;
	align-items: center;
	-moz-box-pack: center;
	justify-content: center;
	-moz-box-flex: 0;
	flex-grow: 0;
	flex-shrink: 0;
	width: 80px;
    height: 80px;
	border-radius:50%;
	background-color: rgb(252, 229, 49);
}

.service .icon svg {
	width: 40px;
    height: 40px;
}

.btn {
	border-radius:0;
	font-weight:bold;
	text-transform:uppercase;
}

.btn-primary {
	color:#FFFFFF;
	background-color:#1b66b3;
}

.footer {
	color:#FFFFFF !important;
	font-size:1rem;
	background-image:url(../images/backgrounds/placeholder-bg-dark-hdpi.webp);
	background-position: top left;
	background-repeat: repeat;
	background-size: 400px 400px;
}

.footer p {
	color:#FFFFFF !important;
	font-size:1rem !important;
}

.footer a {
	color:#FFFFFF;
}

.footer a:focus,
.footer a:hover {
	color:#fce531;
}


.colorscheme-grey {
	background-color:#eaeaea;
}

.colorscheme-white{
	background-color:#FFFFFF;
}

.colorscheme-dark {
	color:#FFFFFF;
	background-image:url(../images/backgrounds/placeholder-bg-dark-hdpi.webp);
	background-position: top left;
	background-repeat: repeat;
	background-size: 400px 400px;
}

.inline-padding {
	padding-top:60px;
	padding-bottom:60px;
}

.opening-item {
	padding:30px;
	text-align:center;
	background-color:#FFFFFF;
}

.opening-item .image{
	margin:-30px -30px 20px -30px;
}
	
.opening-item .image img {
	width:100%;
	height:auto;
}

.opening-item table {
	width:100%;
	border-color:#CCC;
}

.opening-item table td {
	vertical-align:top;
	text-align:left !important;
}