* { margin: 0; padding: 0; line-height: 1.3em; box-sizing: border-box; }
html { scroll-behavior: smooth; }
a, a:link, a:visited {
	color: #634b40;
	text-decoration: none;
	font-weight: 700;
	transition: color 0.5s ease;
}
a:hover, a:active { color: #000; }
body {
	background: #f8f8f8;
	color: #000;
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	overflow-x: hidden;
}
#main {
	width: 1200px;
	max-width: 90vw;
	margin: 0 auto;
	min-height: calc(100vh - 380px);
	overflow-x: hidden;
	padding-top: 20px;
	color: rgba(0, 0, 0, 0.5);
}
.main-padding
{
	height: 100px;
}
.ext-logos {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: 10px;
}
.ext-logo {
	height: 144px;
	max-height: 20vw;
	margin-left: 20px;
}
#menu {
	z-index: 20;
	width: 100vw;
	height: 100px;
	position: fixed;
	left: 0vw;
	top: 0vh;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.hmenu {
	height: 100%;
	font-size: calc(10.5px + 0.36vw);
	line-height: calc(15.75px + 0.54vw);
	font-weight: 400;
	letter-spacing: 1px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.bmenu {
	display: block;
	display: inline-block;
	transform: scale(3.0);
	padding-right: 20px;
	cursor: pointer;
}
.cmenu {
	float: right;
	display: inline-block;
	color: rgba(0, 0, 0, 0.5);
	transform: scale(3.0);
	margin-right: 20px;
	cursor: pointer;
}
#vmenu {
	z-index: 50;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
	color: #000;
	overflow-y: auto;
	display: none;
}
.logo
{
	margin: 12px 50px;
	height: 75px;
}
.white {
	color: #000;
	background: #fff;
	border-bottom: 1px solid #ddd;
	box-shadow: 0px 3px 3px #eee;
	transition: background 1s ease, color 1s ease;
}
.trans {
	color: rgb(154, 140, 130);
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid transparent;
	transition: background 1s ease, color 1s ease;
}
.trans:hover {
	background: rgba(0, 0, 0, 0.6);
}
.black {
	color: rgb(154, 140, 130);
	background: rgba(0, 0, 0, 0.6);
	border-bottom: 1px solid transparent;
	transition: background 1s ease, color 1s ease;
}
.item1 {
	display: block;
	height: calc(100px - 1px);
	line-height: calc(100px - 1px);
	vertical-align: middle;
	user-select: none;
	transition: color 0.5s ease;
	padding: 0 10px;
	white-space: nowrap;
}
.trans .item1:hover {
	color: #fff;
}
.black .item1:hover {
	color: #fff;
}
.white .item1:hover {
	color: rgb(154, 140, 130);
}
.dropdown {
	display: none;
	z-index: 30;
	position: fixed;
	left: 0;
	top: calc(100px - 1px);
	padding: 50px;
	font-size: 18px;
	line-height: 27px;
}
.dropwhite {
	color: #000;
	background: #fff;
	border-top: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: 3px 3px 3px #eee;
	transition: background 1s ease, color 1s ease;
}
.dropblack {
	color: rgb(154, 140, 130);
	background: rgba(0, 0, 0, 0.6);
	border-left: 1px solid rgba(64, 64, 64, 0.25);
	border-right: 1px solid rgba(64, 64, 64, 0.25);
	border-bottom: 1px solid rgba(64, 64, 64, 0.25);
	transition: background 1s ease, color 1s ease;
}
.item2 {
	position: relative;
	left: 0;
	top: 0px;
	display: block;
	padding: 10px 30px;
	user-select: none;
	font-weight: 400;
}
.itemV {
	color: rgba(0, 0, 0, 0.5);
	display: block;
	padding: 10px 40px;
	font-size: 120%;
	user-select: none;
}
.itemV:hover {
	background: rgba(0, 0, 0, 0.1);
}
.itemV::before {
	content: "\2022\00a0\00a0\00a0";
	color: rgb(154, 140, 130);
}
.itemV-separator {
	border-top: 1px solid #ccc;
}
.itemV-indent {
	margin-left: 40px;
}
a .itemV {
	color: rgba(0, 0, 0, 0.5);
}
.clickable {
	cursor: pointer;
	transition: color 0.5s ease;
}
.dropblack a .item2 {
	color: rgb(154, 140, 130);
}
.dropwhite a .item2 {
	color: #000;
}
.dropblack a .item2:hover {
	color: #fff;
}
.dropwhite a .item2:hover {
	color: rgb(154, 140, 130);
}


#landingimage {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-color: #000;
	transition: height 0.7s ease;
}
#brand {
	z-index: 10;
	position: absolute;
	left: 5vw;
	top: 30vh;
	width: 30vw;
}
#arrowdown {
	z-index: 10;
	position: absolute;
	left: 49vw;
	width: 2vw;
	bottom: 2vh;
	cursor: pointer;
	opacity: 0.75;
}
#arrowdown:hover {
	opacity: 1;
}
.spacer {
	display: block;
	height: 70px;
	margin-top: -70px;
}
h1 {
	margin: 30px 0 10px 0;
	font-weight: 700;
	font-size: 250%;
	clear: both;
}
h2 {
	margin: 30px 0 10px 0;
	font-weight: 700;
	font-size: 180%;
	clear: both;
}
h3 {
	margin: 30px 0 10px 0;
	font-weight: 700;
	font-size: 150%;
	clear: both;
}
h4 {
	margin: 30px 0 10px 0;
	font-weight: 700;
	font-size: 130%;
	clear: both;
}
p {
	padding: 0.4em 0;
	text-align: justify;
	text-justify: inter-word;
}
img {
	border : none;
	max-width: 90vw;
}
img.bild-links
{
	float: left;
	margin: 10px 20px 10px 0;
}
img.bild-rechts
{
	float: right;
	margin: 10px 0 10px 20px;
}
img.volle-breite
{
	display: block;
	width: 100%;
}
video
{
	display: block;
	border: none;
	margin: 20px auto;
	width: 640px;
	height: 360px;
}
ul ol {
	margin: 0.5em 0;
}
li {
	margin-left: 4ex;
	text-align: justify;
	text-justify: inter-word;
}
.barlayout {
	width: 80vw;
	display: flex;
	justify-content: space-between;
}
.aktuelles {
	margin: 0;
	width: 1200px;
	max-width: 90vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
.aktuelles-unterseite {
	padding-top: 50px;
}
.aktuelles-titel {
	width: 100%;
	padding: 7px 0 3px 0;
	margin: 50px 0;
	text-align: center;
	background: #634b40;
	color: #fff;
	font-weight: 700;
	font-size: 32px;
	line-height: 40px;
	letter-spacing: 1px;
}
.aktuelles-leer {
	width: 100%;
	text-align: center;
	font-size: 36px;
}
.aktuelles-eintrag {
	display: block;
	width: 1160px;
	max-width: 88vw;
	height: 580px;
	max-height: 44vw;
	display: flex;
	margin: 20px;
	overflow: hidden;
}
.aktuelles-bild {
	width: 580px;
	max-width: 44vw;
	height: 580px;
	max-height: 44vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #eee;
	background-size: 100%;
	transition: background-size 0.5s ease;
}

.aktuelles-eintrag a .aktuelles-bild:hover {
	background-size: 105%;
}

.aktuelles-container {
	width: 580px;
	max-width: 44vw;
	height: 580px;
	max-height: 44vw;
	display: flex;
	flex-direction: column;
}
.aktuelles-datum {
	width: 100%;
	height: 35px;
	min-height: 35px;
	max-height: 35px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	color: #634b40;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 5px 0 5px;
	text-align: right;
}
.aktuelles-beschreibung {
	width: 100%;
	height: calc(580px - 70px);
	max-height: calc(44vw - 70px);
	padding: 20px 30px;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	align-items: center;
	align-content: center;
	display: table;
}
.aktuelles-center1 {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.aktuelles-center2 {
}
.aktuelles-aktionen {
	width: 100%;
	height: 35px;
	min-height: 35px;
	max-height: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #634b40;
	font-size: 18px;
	display: flex;
	justify-content: flex-end;
	user-select: none;
}
.aktuelles-aktion {
	font-size: 18px;
	line-height: 20px;
	padding: 0 5px 15px 5px;
	white-space: nowrap;
}
.aktuelles-beschreibung h1 { color: #634b40; font-weight: 700; margin: 30px 0; }
.aktuelles-beschreibung h2 { color: #634b40; font-weight: 700; margin: 30px 0; }
.aktuelles-beschreibung h3 { color: #634b40; font-weight: 700; margin: 30px 0; }
.aktuelles-beschreibung h4 { color: #634b40; font-weight: 700; margin: 30px 0; }
input[type=submit].aktuelles-aktion {
	color: #634b40;
	font-weight: 700;
	background: none!important;
	border: none;
	cursor: pointer;
	transition: color 0.3s linear;
}
input[type=submit].aktuelles-aktion:hover {
	color: #000;
	transition: color 0.3s linear;
}
#footer {
	margin-top: 40px;
	width: 100%;
	height: 260px;
	overflow: hidden;
	background: rgb(38, 40, 42);
	display: flex;
	flex-direction: column;
}
#footer-title {
	width: 100%;
	height: 100px;
	background: #bec1ae;
}
#footer-title-content {
	width: 1200px;
	max-width: 90vw;
	height: 100px;
	margin: 0 auto;
}
#footer-title img {
	padding: 20px 0;
	height: 100px;
	max-height: 18vw;
}
#footer-main {
	position: relative;
	height: 160px;
	color: rgba(255, 255, 255, 0.5);
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
}
#footer-main-content {
	width: 1200px;
	max-width: 90vw;
	height: 160px;
	margin: 0 auto;
}
#footer table {
	height: 60px;
	width: 1200px;
	max-width: 90vw;
	border: none;
	padding: 50px 0;
}
#footer table tr td {
	height: 20px;
	max-height: 20px;
	line-height: 20px;
	border: none;
	overflow: hidden;
	white-space: nowrap;
}
#footer a {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 700;
}
#footer a:hover {
	color: #fff;
	font-weight: 700;
}
a.email
{
	/* color: #88796F; */
}
