@charset "UTF-8";

/* ============================================================
   MOX Kollektion — Main Stylesheet
   Base (mobile first) + Tablet 720px+ + Desktop 1200px+
   ============================================================ */

* {
	border: none;
	margin: 0;
	padding: 0;
	font: 100.01% "Times New Roman", Georgia, Times, serif; color: #000000;
	}

html {
	height:100%;
	}

body {
	overflow-y: scroll;
	height: 100%;
/*	background-image: linear-gradient(to right, #dcdcdc 0%, white 35%);*/
	background-color: #f4f3ee;
	}

a {
	color: #336699;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	}

h1 {
	font-size: 1.5em;
	margin-top: 5%;
	margin-bottom: 2%;
	text-align: center;
	}

h2 {
	font-size: 1.3em;
	margin-top: 5%;
	margin-bottom: 2%;
	padding-top: 25px;
	text-align: center;
	}

h3 {
	font-size: 1.1em;
	margin-top: -4px;
	background: #f4f3ee;
	opacity: 0.99;
	color: #336699;
	text-align: center;
	line-height: 1.8em;
	}

img {
	width: 100%;
	height: auto;
	border: none;
	margin: 0;
	padding: 0;
	}

li {
	list-style: none;
	}

p {
	font-size: 1.1em;
	margin-bottom: 8px;
	}

ul {
	font-size: 1.4em;
	}

#overlay {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background: rgba(0, 0, 0, 0.2);
	}

#header-d {
	padding-top: 18px;
	height: 70px;
	width: 100%;
	background-color: #f4f3ee;
	z-index: 92;
	}

#home {
	height: 130px;
	padding-top: 20px;
	background: #dcdcdc;
	color: #d9d9d9;
	font-weight: bold;
	}

#home p {
	line-height: 1em;
	font-size: 1em;
	margin-bottom: 0px;
	}

#link-shop {
	position: fixed;
	z-index: 101;
	min-height: 40px;
	right: 5px;
	margin-top: 12px;
	padding-left: 7px;
	padding-right: 7px;
	cursor: pointer;
	color: #336699;
	}

/* Google Map */
#map {
	width: calc(100% - 24px);
	height: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#menu {
	margin-top: 80px;
	}

#menu ul {
	text-align: center;
	font-size: 1.7em;
/*	margin-left: 20px;*/
/*	margin-top: 15px;  */
	}

.red {
	color: red;
	}

#menu-b {
	display: inline-block;
	position: fixed;
	margin-left: 10px;
	margin-top: 28px;
	z-index: 101;
	font-weight: bold;
	opacity: 1;
	}

#menu-b a {
	font-style: normal;
	}

.blue {
	color: #336699;
	text-decoration: none;
	font-style: italic;
	}

.mitte {
	text-align: center;
	}

.top-mar-neg {
	margin-top: -5px;
	}

.extra-gross {
	font-size: 2em;
	margin-bottom: 0;
	}

.no-margin-bottom {
	margin-bottom: 0;
	}

.bar1, .bar2, .bar3 {
	width: 20px;
	height: 2px;
	background-color: #336699;
	margin: 4px 0;
	transition: 0.4s;
	}

.change .bar1 {
	transform: rotate(-45deg) translate(-8px, 0px);
	}

.change .bar2 {opacity: 0;}

.change .bar3 {
	transform: rotate(45deg) translate(-7px, -1px);
	}

.wrapper {
	margin-top: 30px;
	height: 40px;
	display: flex;
	justify-content: center;
	}

.bar4 {
	margin-left: 7px;
	width: 20px;
	height: 2px;
	background-color: #333;
	transform: rotate(45deg);
	}

.bar5 {
	margin-left: -7px;
	width: 20px;
	height: 2px;
	background-color: #333;
	transform: rotate(-45deg);
	}

#wrapper-top {
	margin-top: 15px;
	height: 30px;
	display: flex;
	justify-content: center;
	cursor: pointer;
	}

.bar6 {
	margin-left: 7px;
	width: 20px;
	height: 2px;
	background-color: #336699;
	transform: rotate(-45deg);
	}

.bar7 {
	margin-left: -7px;
	width: 20px;
	height: 2px;
	background-color: #336699;
	transform: rotate(45deg);
	}

#topline {
	visibility: hidden;
	height: 0px;
	}

.maincont {
	min-height: calc(100% - 360px);
	margin-right: 30px;
	margin-left: 30px;
	}

.adr {
	background-color: #d9e8f7;
	margin-top: 10px;
	margin-bottom: 50px;
	padding-top: 10px;
	width: 165px;
	height: 80px;
	margin-left: calc((100% - 330px)/3);
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	font-size: 0.8em;
	}

.adr3 {
	margin-top: 50px;
	width: 250px;
	margin-left: calc((100% - 200px)/2);
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
	}

.bott-25 {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	}

.left10 {
	margin-left: 10px;
	}

.clear-f {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 30px;
	clear: both;
	}

.clear-50 {
	width: 100%;
	height: 70px;
	clear: both;
	}

.clear-x {
	width: 100%;
	height: 90px;
	clear: both;
	}

.clear-y {
	width: 100%;
	height: 200px;
	clear: both;
	}

.destext {
	font-size: 1em;
	text-align: center;
	}

.kursiv {
	margin-right: 1em;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #626262;
	}

.panel {
	padding-top: 15px;
	font-size: 1.2em;
/*	background-color: #dcdcdc;*/
	background-color: white;
	z-index: 99;
	position: fixed;
	left: -100%;
	width: 100%;
	min-height: 100vh;
	transition: left 500ms ease;
	}

.pic-item-h {
	width: calc((100% - 36px)/2);
	margin-top: 12px;
	margin-left: 12px;
	float: left;
	position: relative;
	}

.pic-item-q {
	width: calc(100% - 24px);
	margin-top: 12px;
	margin-left: 12px;
	float: left;
	position: relative;
	}

.pic-cont {
	margin-left: 12px;
	width: calc((100% - 36px)/2);
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
	}

.pic-cont img {
	transition: .5s;
	}

.pic-cont:hover img {
	transform: scale(1.1);
	}

.pic-cont2 {
	margin-top: 5px;
	margin-left: 12px;
	width: calc(100% - 24px);
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
	}

.pic-cont3 {
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	}

.pic-cont4 {
	margin-left: 12px;
	width: calc((100% - 36px)/2);
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	}

.logo-cont {
	height: 150px;
	margin-top: 30px;
	margin-left: 10%;
	width: calc((100% - 30%)/2);
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
	}

.titel-cont {
	color: #336699;
	border-style: solid;
	height: 60px;
	margin-top: 10px;
	margin-bottom: 70px;
	padding-top: 20px;
	width: 150px;
	margin-left: calc((100% - 300px)/3);
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
	}

.pos-1 {
	margin-left: calc(50% - (170px / 2));
	}

.produktgruppe {
	margin-left: 10px;
	margin-top: 30px;
	width: calc(100% - 20px);
	}

.res-logo {
	width: 170px;
	height: 44px;
	}

.pin-cart {
	width: 25px;
	height: 25px;
	margin-bottom: -15px;
	margin-right: 0px;
	}

.pin-cart2 {
	width: 25px;
	height: 25px;
	margin-bottom: -5px;
	margin-right: 5px;
	}

.tieferstellen {
	vertical-align: -10px;
	}

.tieferstellenx {
	vertical-align: -6px;
	}

.top-dist {
	margin-top: 10px;
	}

.video-overcont {
	display: block;
	width: calc(100% - 24px);
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	}

.video-overcont2 {
	margin-top: 5px;
	margin-left: 12px;
	width: calc(100% - 24px);
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden;
	}

.video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio */
	}

.video {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	}


/* ============================================================
   Tablet (720px+)
   ============================================================ */

@media only screen and (min-width: 720px) {

h1 {
	font-size: 1.7em;
	}

h2 {
	font-size: 1.5em;
	}

p {
	font-size: 1.2em;
	margin-bottom: 8px;
	}

#menu {
	margin-top: 100px;
	}

#menu ul {
	font-size: 2.1em;
	}

#menu-b {
	margin-left: 35px;
	}

.extra-gross {
	font-size: 2.8em;
	}

.top-mar-neg {
	margin-top: -15px;
	}

.maincont {
	min-height: calc(100% - 355px);
	margin-right: 80px;
	margin-left: 80px;
	}

.pin-cart {
	margin-right: 23px;
	}

.adr {
	padding-top: 16px;
	width: 250px;
	margin-left: calc((100% - 500px)/3);
	}

.pic-cont {
	width: calc((100% - 48px)/3);
	}

.pic-cont2 {
	margin-left: 12px;
	width: calc((100% - 36px)/2);
	}

.pic-cont3 {
	width: 40%;
	}

.pic-cont4 {
	width: calc((100% - 48px)/3);
	}

.logo-cont {
	margin-top: 50px;
	width: calc((100% - 40%)/3);
	}

.titel-cont {
	height: 90px;
	margin-top: 20px;
	margin-bottom: 60px;
	padding-top: 30px;
	width: 170px;
	margin-left: calc((100% - 510px)/5);
	}

.pic-item-h {
	width: calc((100% - 48px)*0.2729);
	}

.pic-item-q {
	width: calc((100% - 48px)*0.4543);
	}

.pos-1 {
	margin-left: calc(50% - (210px / 2));
	}

.res-logo {
	width: 210px;
	height: 54px;
	}

.video-overcont {
	width: 65%;
	margin-top: 5px;
	}

.video-overcont2 {
	margin-left: 12px;
	width: calc((100% - 36px)/2);
	}

}


/* ============================================================
   Desktop (1200px+)
   ============================================================ */

@media only screen and (min-width: 1200px) {

h1 {
	margin-bottom: 1.5%;
	font-size: 3em;
	}

h2 {
	margin-bottom: 1.5%;
	font-size: 2.6em;
	}

p {
	font-size: 1.4em;
	margin-bottom: 12px;
	}

#topline {
	background: plum;
	}

#menu-b {
	margin-left: 40px;
	}

#menu {
	margin-top: 112px;
	}

#menu ul {
	font-size: 2.5em;
	}

.maincont {
	min-height: calc(100% - 430px);
	margin-right: 100px;
	margin-left: 100px;
	}

.extra-gross {
	margin-bottom: 0;
	font-size: 3.8em;
	}

.top-mar-neg {
	margin-top: -25px;
	}

.pin-cart {
	margin-right: 28px;
	}

.adr {
	padding-top: 16px;
	width: 300px;
	margin-left: calc((100% - 900px)/4);
	}

.pic-cont {
	width: calc((100% - 54px)/4);
	}

.pic-cont2 {
	margin-left: 12px;
	width: calc((100% - 36px)/2);
	}

.pic-cont3 {
	width: 30%;
	}

.pic-cont4 {
	width: calc((100% - 54px)/4);
	}

.logo-cont {
	margin-top: 80px;
	width: calc((100% - 50%)/4);
	}

.titel-cont {
	height: 150px;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-top: 58px;
	width: 260px;
	margin-left: calc((100% - 780px)/5);
	}

.pic-item-h {
	width: calc((100% - 48px)*0.2729);
/*	width: calc((100% - 48px)*0.1846);   fuer 1bild links und 4 bilder rechts */
	}

.pic-item-q {
	width: calc((100% - 48px)*0.4543);
/*	width: calc((100% - 48px)*0.6309);   fuer 1bild links und 4 bilder rechts */
	}

.pos-1 {
	margin-left: calc(50% - (250px / 2));
	}

.produktgruppe {
	margin-top: 30px;
	margin-left: 200px;
	width: calc(100% - 400px);
	}

.res-logo {
	width: 250px;
	height: 65px;
	}

.video-overcont {
	width: 55%;
	margin-top: 5px;
	}

.video-overcont2 {
	margin-left: 12px;
	width: calc((100% - 36px)/2);
	}

}
