@charset "UTF-8";
/* General Style */
body {
	/* 	background-color: #a9aa9d; */
	font-size: 110%;
	margin: 0em;
	padding: 0em;
	font-family: Helvetica;
}

h1 {
	font-size: 2.5em;
	line-height: 3.8em;
	font-weight: 100;
	color: #E2DBDB;
	margin: 0em;
}

h2 {
	font-size: 1.563em;
	line-height: 1.8em;
	font-weight: 100;
	color: #2F2D2C;
	margin: 0em;
	padding: 1.25em;
	text-align: left;
}

p {
	line-height: 1.25em;
	font-weight: 100;
	color: #2F2D2C;
	margin: 0em;
	padding: 1.25em;
	text-align: justify;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: square;
	font-weight: 100;
	color: #2F2D2C;
	margin: 0.313em 0em 0.313 .em 0em;
	padding: 0em;
	line-height: 1.25em;
}

img {
	width: 100%;
	height: auto;
	max-width: 100%;
}

a {
	text-decoration: none;
}

/* On Top Bar */
#menubar {
	display: block;
	background: #efebdc;
}

#menubar ul {
	display: block;
	width: 2em;
	padding: 0.9em;
}

#menubar ul li {
	display: inline;
}

#menubar ul li a.menubutton {
	display: block;
}

/* Header */
header {
	display: block;
	background: #7B7B7B;
	text-align: center;
}

header img {
	height: 65%;
	max-width: 390px;
}

/* Navigation */
nav {
	display: none;
	height: auto;
	background: #efebdc;
	text-align: left;
}

nav ul {
	display: block;
}

nav ul li {
	display: block;
	margin: 0.3em 0em 0.3em 0em;
}

nav ul li a {
	display: block;
	color: #454040;
	font-size: 1.225em;
	line-height: 1.4em;
	padding: 0.563em 0.938em 0.375em 0.983em;
	-webkit-transition: backgroung 0.2s;
	color: #454040;
}

nav ul li a:hover {
	display: block;
	background: #DBD9D8;
	/* 	border-bottom: 0.188em solid #cbbd8d; */
}

nav ul li a.active {
	background: #DBD9D8;
	border-bottom: 0.188em solid #cbbd8d;
}

/* Content Area */
.slider {
	position: relative;
	display: none;
	margin: 0em;
	padding: 0em;
}

.slider img {
	min-height: 250px;
	max-height: 450px;
	margin: 0em;
	padding: 0em;
}

.open {
	position: absolute;
	bottom: 4px;
	right: 30px;
	left: 51%;
	height: 100px;
	background-color: #efebdc;
	margin: 0;
	padding: 0;
}

.tel {
	position: absolute;
	bottom: 4px;
	right: 51%;
	left: 30px;
	height: 100px;
	background-color: #efebdc;
	margin: 0;
	padding: 0;
}

.mobileSlider {
	position: relative;
	display: block;
	margin: 0em;
	padding: 0em;
}

.mobileSlider img {
	min-height: 250px;
	margin: 0em;
	padding: 0em;
}

.mobileOpen {
	position: absolute;
	bottom: 4px;
	right: 30px;
	left: 51%;
	height: 80px;
	background-color: #efebdc;
	margin: 0;
	padding: 0;
}

.mobileTel {
	position: absolute;
	bottom: 4px;
	right: 51%;
	left: 30px;
	height: 80px;
	background-color: #efebdc;
	margin: 0;
	padding: 0;
}

.mobileTelIcon {
	position: absolute;
	top: 0;
	right: 50%;
	margin: -20px 0em 0em 0em;
}

.slider-text {
	font-weight: 100;
	font-size: 0.875rem;
	margin-top: 0.9375rem;
	color: #686868;
	text-align: center;
}

/* neuer Content */
.content-main {
	display: block;
	margin: 0em;
	padding: 0em;
}

.content_grau {
	position: relative;
	display: block;
	background-color: #efebdc;
	padding: 0.625em 1em 0.625em 1em;
	z-index: 100;
}

.content-weiss {
	position: relative;
	display: block;
	background-color: #FFFFFF;
	padding: 0.625em 1em 0.625em 1em;
	z-index: 100;
}

.content-small-title {
	font-size: 0.875em;
	display: block;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
}

.content-title {
	font-size: 1.125em;
	line-height: 117.14%;
	letter-spacing: -0.007em;
	color: #cbbd8d;
}

.content-text {
	font-weight: 100;
	font-size: 0.813em;
	line-height: 1.125em;
	margin-top: 0.9375em;
	color: #686868;
	text-align: justify;
}

.text-center {
	text-align: center;
}

hr {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	width: 94%;
}

.content-switch {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 10px;
	border: 0;
	box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

/* FOOTER */
.page-footer {
	display: block;
	margin: 1em 0em 0em 0em;
	padding: 0em 0em 1em 0em;
	background-color: #efebdc;
}

.footer-navigation {
	background-color: #efebdc;
	width: 100%;
	padding: 1.5em 0em 0em 0em;
	display: block;
	text-align: center;
}

.f-navigation-wrapper {
	display: block;
}

.f-navigation {
	font-weight: 100;
	font-size: 0.875em;
	color: #303030;
	display: inline-block;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 1.4em;
}

.f-navigation a {
	text-decoration: none;
	font-size: 0.9em;
	color: #303030;
	margin: 1em;
}

.f-navigation a:hover {
	color: #cbbd8d;
}

.f-copy {
	font-size: 0.675em;
	line-height: 1rem;
	margin-top: 0.4375rem;
	width: 100%;
}

/* Marken Bottom */
.marken-list {
	display: inline-block;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	text-align: center;
}

.marken-list img {
	display: inline-block;
	width: 120px;
	height: 60px;
	margin: 0.288em;
	padding: 0.288em;
}

/* Sortiment */
.sort {
	display: block;
	width: 100%;
}

.sort section {
	display: block;
	background: #efebdc;
	margin: 0.675em 0em 0.675em 0em;
	box-shadow: 5px 5px 5px -5px #4C4948;
	text-align: center;
}

.sort section h2 {
	font-size: 0.813em;
	font-weight: 100;
	color: #efebdc;
	margin: 0em;
	padding: 0.625em 1.225em 0.625em 1.225em;
	text-align: left;
	display: block;
	background: #8b8c7a;
}

.sort section p {
	font-size: 0.750em;
	font-weight: 100;
	color: #2F2D2C;
	margin: 0em;
	padding: 1.25em;
	text-align: left;
}

.sort section img {
	width: 100%;
	height: 3.750em;
}

.sort section ul {
	display: block;
}

.sort section ul li {
	display: block;
	margin: 0em 0.188em 0em 1.188em;
	padding: 0em 0.188em 1em 1.188em;
	text-align: left;
}

.sort section  ul li a {
	color: #454040;
	font-size: 0.750em;
	padding: 0.563em 0.938em 0.375em 0.983em;
}

.sort section ul li a:hover {
	color: #cbbd8d;
}

/* Foto-Team */
.foto-team {
	display: block;
	text-align: center;
	margin: 1em 0em 0.225em 0em;
}

.foto-team img {
	width: 175px;
	height: 230px;
}

/* Das Kontaktformular */
form {
	padding: 10px 50px 20px 50px;
	font-size: 1.25em;
}

label { /* Beschriftung auf eigener Zeile */
	display: block;
	line-height: 1.675em;
}

input, textarea {
	width: 300px;
	border: 1px solid #cbbd8d;
	margin-bottom: 1em;
	line-height: 1.675em;
	width: 100%;
}

textarea {
	height: 12em;
}

input:focus, textarea:focus {
	background-color: #DBD9D8;
}

.footer-btn {
	text-align: right;
	margin: 0em;
	padding: 0em;
}

.btn {
	width: 180px;
	height: 50px;
	font-size: 1.25em;
	text-transform: uppercase;
}

/* Änderungen bei Größen */
@media screen and (min-width:750px) {
	/* Navigation */
	nav.nav {
		display: block !important;
	}
	#menubar ul li a.menubutton {
		display: none;
	}
	nav {
		height: 2.1em;
		text-align: center;
	}
	nav ul li {
		display: inline-block;
		margin: 0em 0.188em 0em 1.188em;
	}
	nav ul li a {
		font-size: 0.825em;
	}
	nav ul li a:hover {
		border-bottom: 0.188em solid #cbbd8d;
	}
}

@media screen and (min-width:950px) {
	/* Sortiment */
	.sort section {
		display: inline-block;
		width: 31.5221%;
		height: 320px;
		vertical-align: top;
		margin: 10px 5px 0px 0px;
	}
	.sort section h2 {
		line-height: 1.125em;
		padding: 1.25em;
	}
}

@media screen and (min-width:750px) {
	/* Content */
	.content-main {
		max-width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
	.slider {
		display: block;
	}
	.mobileSlider {
		display: none;
	}
}

@media screen and (min-width:750px) {
	/* Content */
	body {
		font-size: 130%;
	}
}

@media screen and (max-width:500px) {
	header img {
		max-width: 250px;
	}
	
	.mobileSlider img {
		min-height: 150px;
		margin: 0em;
		padding: 0em;
	}
}

.Datenschutz {
	font-size: 0.425em;
	text-decoration: none;
}