/* CSS Document */

@font-face {
	font-family: WuW-RegularWeb;
	src: url('../fonts/WWTypeWeb-Regular.eot');
	src: url('../fonts/WWTypeWeb-Regular.eot?#iefix') format("embedded-opentype"), 
       url('../fonts/WWTypeWeb-Regular.woff2') format("woff2"), 
       url('../fonts/WWTypeWeb-Regular.woff') format("woff"), 
       url('../fonts/WWTypeWeb-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: WuW-BoldWeb;
	src:  url('../fonts/WWTypeWeb-Bold.eot');
	src:  url('../fonts/fonts_1/WWTypeWeb-Bold.eot?#iefix') format("embedded-opentype"), 
        url('../fonts/WWTypeWeb-Bold.woff2') format("woff2"), 
        url('../fonts/WWTypeWeb-Bold.woff') format("woff"), 
        url('../fonts/WWTypeWeb-Bold.ttf') format("truetype");
	font-weight: 400;
	font-style: normal
}

html, body {
    display: block;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    height: 100%;    
}

html {
    position: relative;   
}







#frameheader {
    background: #f84914;
    display: inline-block;    
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    color: #ffffff;
    width: 100%;
    max-height: 70px;
}

.backbutton a {
    display: block;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    background: #f84914;
    margin-top: 10px;    
    margin-bottom: 10px;    
    padding: 10px;
    text-align: center; 
    text-decoration: none; 
    font-family: WuW-BoldWeb, Arial, Helvetica, sans-serif;
    font-size: 1rem;   
    line-height: 1.45rem;
    color: #ffffff !important; 
    border: 1px solid #ffffff; 
    cursor: pointer;
}

.backbutton a:hover {
    background: #fa7f5a; 
}

#frame_close {
    background-image: url(../images/frame_close.png);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px; 
    position: absolute;
    z-index: 1002;
    top: 21px;
    right: 15px;  
    cursor: pointer;    
}

#frame_container {
    display: block;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 80px;
  
}

#frame {
    width: 100%; 
    height: 100%; 
    margin: 0px;
    padding: 0px;
    border: 0px; 
}



/********************************************************/
/********************************************************/
/************************ Tablet/Mobil *************************/
/********************************************************/
/********************************************************/

@media only screen and (max-width : 1024px) { 

    #frame_close { display: none; }
    
#frame_container {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;    
}  
    
   
}
