html {
	height:100%;
    background-color:#966;
   
    /**background: url("../../files/pic/2018_10_10_hg_imkerei_3.jpg") no-repeat center center fixed;**/
   background: url(2018_10_10_hg_imkerei_3.jpg)no-repeat center center fixed,
             url(2018_10_10_hg_imkerei_2.jpg) no-repeat center center fixed,
             url(2018_10_10_hg_imkerei_1.jpg) no-repeat center center fixed;
       -webkit-background-size: cover;
       -moz-background-size: cover;
       -o-background-size: cover;
       background-size: cover;
}
body {
	 width:100%;
    height:100%;
    font:1rem/1.4rem 'Open Sans',sans-serif;
    font-weight: 400;
    letter-spacing:.02rem;
    word-spacing:.01rem;
}


#wapper {
    overflow:hidden;
}
#main {
    
       overflow:hidden;
    background-color:#fff;
    
}
#main {
	width: 800px;
	margin-right:auto;
    margin-left:95px;
   
    
    
}
#header {
    width:980px;
    
    height:230px;
    margin-right:auto;
    margin-left:auto;
    
   
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    -webkit-box-shadow:0 2px 6px rgba(68,68,68,0.3);
    box-shadow:0 2px 6px rgba(68,68,68,0.3);
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    
}

#container {
    width:980px;
    
    margin-right:auto;
    margin-left:auto;
     padding:2% 0 10% 0;
    background-color:#fff;
    
}
#container a {
color: #B40404;
	text-decoration: none;
}
#container a:hover {
color: #B40404;
text-decoration: underline;
	
}

.ausblenden {
    display:none;
    font-size:1px;
    color:#ccc;
}
#container .shop {
	
	width:680px;
	margin-right:auto;
    margin-left:auto;
	padding-right:10px;
	
}

#container .spalten {
	float:left;
	width:380px;
	padding-right:10px;
	
	
}
#container .spalten2 {
	float:right;
	width:380px;
	padding-left:10px;

	
}
#footer .newsl  button {
    background-color: #555;
   
    border: none;
    color: white;
    width: 200px;
    margin: 0.5rem 0;
    padding: 0.4rem 1.8rem;
    text-decoration: none;
     cursor: pointer;
}
#footer .newsl input[type=text],
#footer .newsl label {
    width: 200px;
     
    padding: 0.4rem 1.8rem;
   margin: 0.5rem 0.5rem 0.5rem 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
#footer {
    width:100%;
    position: absolute;
    bottom: auto;
   left:0;
   height:auto;
      margin-right:auto;
    margin-left:auto;
    padding-top:1rem;
        padding-bottom:2%;
       background-color:#541803;
    border-top:1px solid #999;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    font-size:.9rem;
    line-height:1.2rem;
    color:#666;
    behavior:url('assets/css3pie/1.0.0/PIE.htc');
    
}
#footer .innen {
	
	width:840px;
    margin-right:auto;
    margin-left:auto;
    
}

#footer .navigation1  {
	width: 200px;
	float:left;
	padding-right:0.5em;
	
	
}
#footer .flex-container {
  display: flex;
    flex-wrap: nowrap;
  
}
#footer .flex-container > nav {
  width: 25%;
   text-align: left;
  
}#footer .flex-container > div {
  width: 25%;
   text-align: left;
  
}
#footer button {
    background-color: #555;
    border: none;
    color: white;
    width: 100%;
    padding: 0.4rem 1.8rem;
    text-decoration: none;
     cursor: pointer;
}
#footer input[type=text], select {
    width: 100%;
    padding: 0.4rem 1.8rem;
   margin: 0.5rem 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
#footer .time {
	width: 100%;

	clear: both;
}

#footer h4 {
font:1.2rem 'Cormorant Garamond', serif;
 font-weight: 300;
       letter-spacing:.05rem;
        color:#f7a20f;
        padding-top:1rem;
	
}

#footer .time a {
	color: #fff;
	text-decoration:none
	
}
#footer .time a:hover {
	color: #fff;
	text-decoration:underline
	
}

