@charset "UTF-8";
/* CSS Document */

	* {
	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 code, styling */

#map {

		width: -webkit-calc(100% - 24px);
		width: -moz-calc(100% - 24px);
        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; /*neu */ 
  	opacity: 1;
}


.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;
	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 {
  -webkit-transform: rotate(-45deg) translate(-8px, 0px);
  transform: rotate(-45deg) translate(-8px, 0px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -1px);
  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);
}	

#menu-b a {
	font-style: normal;
	}
			
#topline {
	visibility:  hidden;
	height: 0px;
}
	
.maincont {
	min-height: -webkit-calc(100% - 360px);
	min-height: -moz-calc(100% - 360px);	
	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: -webkit-calc((100% - 330px)/3);
	margin-left: -moz-calc((100% - 330px)/3);
	margin-left: calc((100% - 330px)/3);
	float: left;
    position: relative;
	display: inline-block; /* new*/
	overflow: hidden; /* new*/
	text-align: center;
	font-size: 0.8em;
	}

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

.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%; /*left or right and the width of your navigation panel*/
    width: 100%; /*should match the above value*/
	}
	
.pic-item-h {
	width: -webkit-calc((100% - 36px)/2);
	width: -moz-calc((100% - 36px)/2);
	width: calc((100% - 36px)/2);
	margin-top: 12px;
	margin-left: 12px;
	float: left;
    position: relative;	
	}
	
.pic-item-q {
	width: -webkit-calc(100% - 24px);
	width: -moz-calc(100% - 24px);
	width: calc(100% - 24px);
	margin-top: 12px;
	margin-left: 12px;
	float: left;
    position: relative;	
}

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

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

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

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

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

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

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

.pos-1 {
/*	background-color: #66C;*/
	margin-left: -webkit-calc(50% - (170px / 2));
	margin-left: -moz-calc(50% - (170px / 2));
	margin-left: calc(50% - (170px / 2));
	 }
	 
.produktgruppe {
	margin-left: 10px;
	margin-top: 30px;
	width: -webkit-calc(100% - 20px);
	width: -moz-calc(100% - 20px);
	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: -webkit-calc(100% - 24px);
	width: -moz-calc(100% - 24px);
	width: calc(100% - 24px);
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
	}	

.video-overcont2 {
	margin-top: 5px;
	margin-left: 12px;
	width: -webkit-calc(100% - 24px);
	width: -moz-calc(100% - 24px);
	width: calc(100% - 24px);
	float: left;
    position: relative;
	display: inline-block; /* new*/
	overflow:hidden; /* new*/
	}	
	
.video-container {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
	
.video {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	}

