﻿* { padding:0; margin:0; }
img { border:none; }
html {overflow:hidden;}
/*background:url(/images/Biken-Berge-Touren.jpg) no-repeat 0 0;*/

body, input, textarea {
    color:#666;  
    font-family:'proxima-nova',arial,Verdana,Helvetica,sans-serif;
    font-size:16px;
    font-style: normal!important;
    font-variant:normal;
    line-height:22px;

}

.genImg {
	background-image:url(/images/relax-wine.jpg);
    background-repeat:no-repeat;
    background-size:cover;
	width:100%; height:100vh!important;
	display:inline-block!important;
	background-position:center center;
}
.masterframe {
   position:absolute;
   color:#666;
   margin-left:-230px;
   margin-top:-245px; 
   left:50%;
   top:50%; 


}

.masterframe, .footer, .Image  {width:550px;  }
.master  {width:460px;  height:480px;  display:block; background-color:#fff;   
box-shadow: 10px 10px 15px rgba(128, 128, 128, 0.3);

}

.logo {background:url(/images/logo.png) no-repeat 0 0; 
       width:179px; height:67px; 
       display:inline-block; 
       position:absolute; 
       left:60px; top: 70px;
       z-index:999;
}
.logo span {display:none;}

/*.Image {background-color:#fff; position:relative; z-index:0;}*/
a { color:#005fab; text-decoration:underline; }
a:hover { color:#005fab; text-decoration:underline;}

.txt {position:absolute; top:170px;  margin-left: 60px; max-width:450px;
}


h1 {  color:#000;
		font-family: "ff-market-web",arial,Verdana,Helvetica,cursive;
		font-style: normal;
		font-weight: 400;
		font-size: 28px;
		line-height: 30px;
		margin:10px 0 20px -1px;
}


h2 {  font-size:16px;    
      line-height: 24px;
      font-weight:800;
      max-width:700px;
      margin-bottom:10px;
    
}

h3 { font-size:12px;    
     line-height: 18px;
     font-weight:normal;

}
p { padding:0px; margin:0 0 19px; }


.footer { height:45px; background-color:#005fab; color:#fff; text-align:center; font-size:14px; line-height: 45px; width:460px; }
.footer a { color:#fff; text-decoration:none; margin-right:15px;}
.footer a:hover { color:#fff; text-decoration:underline;}


