@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}

html, body {
	z-index:1;
	height: 100%;
	color:#000;
	font-family: "Swis721 Th BT";

}


  .button-w{
	padding:10px; color:#000; text-align:center; background-color:#fff; border:1px solid #000;float:left;margin-right:10px;margin:10px;
}
.button-w:hover{
	background-color:#000;
	color:#fff;
	border: 1px #000 solid;
}

a:link {
	color: #000;
	text-decoration: none;
	font-family: "Swis721 Md BT";
}
a:visited {
	text-decoration: none;
	color: #000;
	font-family: "Swis721 Md BT";
}
a:hover {
	text-decoration: underline;
	color: #000;
	font-family: "Swis721 Md BT";
}
a:active{
	text-decoration: none;
	color: #000;
	font-family: "Swis721 Md BT";
	text-align: left;
}



@font-face {
    font-family: Swis721 Th BT;
	src: url('../fonts/schrift_s_th_bt_thin.eot'); 
	src: url('../fonts/schrift_s_th_bt_thin.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/schrift_s_th_bt_thin.woff') format('woff'), 
	url('../fonts/schrift_s_th_bt_thin.ttf') format('truetype'), 
	url('../fonts/schrift_s_th_bt_thin.svg#webfont') format('svg');
  
   }
   
@font-face {
    font-family: Swis721 Md BT;
	src: url('../fonts/schrift_s_md_bt.eot'); 
	src: url('../fonts/schrift_s_md_bt.eot?#iefix') format('embedded-opentype'), 
	url('../fonts/schrift_s_md_bt.woff') format('woff'), 
	url('../fonts/schrift_s_md_bt.ttf') format('truetype'), 
	url('../fonts/schrift_s_md_bt.svg#webfont') format('svg');
   
   }
   

h1 {
text-align: left;
color:#000;
font: 34px/1 "Swis721 Md BT";
text-transform: uppercase;
display: block;
}

h2 {
text-align: left;
color:#000;
font: 34px/1 "Swis721 Th BT";
text-transform: uppercase;
display: block;

}

   



text_footer {
text-align: center;
color:#000;
font: 12px/1 "Swis721 Md BT";
text-transform: uppercase;
display: block;
margin-top: 5px;
}

html {
        background: url(../images/hygge-living-titelbild-gross.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}





/* Preloader */
ul#galerie {
    padding:0;
    margin:0;
    list-style-type:none;
    font-family: "Swis721 Md BT";
}
ul#galerie li{
    
    float:left;
    margin:0 10px 10px 0;
}
ul#galerie li span{
    display:block;
    text-align:center;
    font-size:10px;
}




#logo {
	z-index: 0;
	position: absolute;
	clear: both;
	float: left;
	margin-left: 2%;
	margin-top: 2%;
	width: 20%;
	display: block;
}

#menue {
	z-index: 0;
	position: absolute;
	clear: both;
	float: left;
	right: 2%;
	top: 2%;
	width: 80%;
	display: block;
	text-align:right;
	font-family: "Swis721 Md BT";
}

#copyright {
	z-index: 0;
	position: fixed;
	clear: both;
	float: left;
	right: 2%;
	bottom: 40px;
	width: 50%;
	display: block;
	text-align:right;
	font-size:10px;
	font-family: "Swis721 Md BT";
}

#box {
	z-index: 1;
	position: absolute;
	clear: both;
	float: left;
	bottom: 20%;
	right:6%;
	width: auto;
	display: block;
	padding:10px;
	background-color: rgba(255,255,255,0.8);

}

#impressum {
	z-index: 1;
	padding:10px;
	position: fixed;
	clear: both;
	float: left;
	margin-top: 4%;
	margin-left:52%;
	width: 45%;
	height: auto;
	display: block;
	font-family: "Swis721 Md BT";
	
	background-color: rgba(255, 255, 255, 0.90);
    background: rgba(255, 255, 255, 0.90);
    color: rgba(255, 255, 255, 0.90);
}

#impressum_schließen {
	z-index: 2;

	clear: both;
	float: right;
	margin-top: 7px;
	margin-left: 80%;
	width: 50px;
	height: 25px;
	display: block;
	font-family: "Swis721 Md BT";
	
	
}

.schließn {
	color: #000;
	font-family: Tallys;
	font-size: 18px;
}



#unten {
	position:fixed;
	bottom: 0px;
	background-color:#fff;

	width: 100%;
	height: 25px;
	color: #000;
	font-size: 12px;
	font-family: "Swis721 Md BT";
	text-align:center;
	line-height:1.5;
	
}

#facebook-button {
	width:160px;
	height:120px;
	border-radius:100px;
	background-color:rgba(61,86,170,1.00);
	position:fixed;
	top:50%;
	margin-top:-100px;
	right:20px;
	
	color:#fff;
	font-size:20px;
	font-weight:900;
	text-align:center;
	padding-top:80px;
	padding-left:20px;
	padding-right:20px;
	
}

#facebook-button:hover {
	background-color:#000;
	color:#fff;
}