html{
	font-family: 'Oswald', sans-serif;
	font-weight: regular;
	color: #222;
	overflow-x: hidden;
	font-size: 1em;
	background: url(../img/schuhmode-falch-alexandra-biberbach.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height:100%;
 	min-height:100%;
}
body{
	min-height:100%;
}

.wrapper {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}

/*.headerbg {
	background: url(../img/schmuttergold-bienenstoecke.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
	margin: 0;
    padding: 0px;
    width: 100%;
    text-align: center;
    height: 500px;
}*/
.frame {  
    height: 100%; /*can be anything*/
    width: 100%; /*can be anything*/
  /*  position: relative;*/
}
img {  
 
    width: 200px;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
}

/*.headerbg img{
	padding-top: 30px;
	padding-left: 0px;
	width: 350px;	
	margin-left: auto;
	margin-right: auto;
	display: block;
}*/
.honig {
	padding-top: 50px;
	padding-bottom: 50px;
	width: 60%;
	border-top: 2px solid;
	border-bottom: 2px solid;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
}

.container {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 65%;
}

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }


a:link{
	text-decoration: none;
	color: #222;
}
a:hover{
	color: #ffffff;
}
a:visited{
	color: #222;
}

@media (max-width: 1084px) { /* Breite beträgt höchstens */ 

}

@media (max-width: 600px){

/*.headerbg {
	background: url(../img/schmuttergold-bienenstoecke-200.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
    height: 200px;
}*/

.container{
	width: 100%;
}
.tel {
    text-decoration: none !important; 
    cursor:auto;
}
	
}