@font-face {
    font-family: 'favoritmediumextended';
    src: url('../fonts/favorit-medium-extended.eot');
    src: url('../fonts/favorit-medium-extended?#iefix') format('embedded-opentype'),
         url('../fonts/favorit-medium-extended.woff') format('woff'),
         url('../fonts/favorit-medium-extended.woff2') format('woff2'),
         url('../fonts/favorit-medium-extended.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html, h1, h2, h3, p, a {
  font-family: 'favoritmediumextended', Helvetica, sans-serif;
  font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum';
}

::selection {
  background: transparent; /* WebKit/Blink Browsers */
  text-decoration: line-through;
}
::-moz-selection {
  background: transparent; /* Gecko Browsers */
  text-decoration: line-through;
}

body{
    background-color: #f2f2f2;
}

h1{
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    transform-origin: left;
    z-index: 50;
    padding: 0 !important;
    margin: 0 !important;
    width: auto;
    height: auto;
}

h3{
    font-size: 1.2rem;
    line-height: 1.7rem;
    margin:0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.noUppercase{
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 10px;
}


p{
  line-height: 1.7rem;
}


.scaleElement{
    z-index: 50;
}

.box{
    background-color: transparent;
    /*min-height: 300px;*/
    width: auto;
    height: 100%;
    padding: 0;
    margin: 0;
}


.headline{
    transform-origin: top left;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    overflow: auto;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    color: #E2E0DD;
    text-shadow: none;
    z-index: -5000;
}


.dimensionWrapper{
    padding: 0;
    margin: 0;
    background-color: none;
    width: auto;
    height: auto;
    display: inline-block;
}


.blocker{
    margin: 0;
    padding: 0;
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: -160px;
}

.fullWidth{
    height: 130px;
    width: 100%;
    margin-bottom: 25px;
}


.fullWidthHigh{
    height: 325px;
    width: 100%;
    margin-bottom: 25px;
}



.date{
    font-variant-numeric: oldstyle-nums;
}

.row{
    margin-bottom: 3.0rem;
}


.meta-left{
    text-align: left !important;
}

.meta-right{
    text-align: right !important;
}


.halm_logo{
    width: 85px;
    left: 2.2rem;
    position: fixed;
    top:2.6rem;
    z-index: 5;
}

.vimeo_video{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.vimeo_video iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.infobtn{
    position: fixed;
    right:1.4rem;
    top:1.4rem;
    padding: 0.8rem;
    z-index: 5
}


.homebtn{
    position: fixed;
    left:1.4rem;
    top:1.4rem;
    padding: 0.8rem;
    z-index: 5
}


.imprintbtn{
    bottom:1.4rem;
    padding: 0.8rem 1.4rem 1.4rem 0.8rem;
    z-index: 5;
    text-align: right;
}

.portrait{   
    max-height: 500px;
    margin-bottom: 5px;
}

.landscape{   
    max-height: 500px;
    margin-bottom: 5px;
}

.square{
    max-height: 500px;
    margin-bottom: 5px;
}


.videoplayer{
    max-height: 700px;
    margin-bottom: 15px;
    z-index: 2;
}


.pictureslider{
    margin-bottom: 15px;
}


.meta{
    padding: 0.8rem;
    border: none;
}


.blackNoShadow{
    color: #000;
    text-shadow: none;    
}


.whiteNoShadow{
    color: #fff;
    text-shadow: none;    
}


.infodesc{
    font-size: 2rem;
    line-height: 3rem;
}

#fulltop{
    /*background-color: #333333;*/
    position: fixed;
    top:0;
    width: 100%;
    height: 33.3%;
    z-index: -5;
    opacity: 0;
}

#fullmid{
    /*background-color: #666666;*/
    position: fixed;
    top:33.3%;
    width: 100%;
    height: 33.3%;
    z-index: -5;
    opacity: 0;
}

#fullbot{
    /*background-color: #999999;*/
    position: fixed;
    bottom:0;
    width: 100%;
    height: 33.3%;
    z-index: -5;
    opacity: 0;
}

#alm{
    background-color: #000;
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: 0;
}

.flashpics, .flash01, .flash02, .flash03{
    
    display: none;
    
}


#smile, #smilePurp{
    
    width: 30px;
    height: 30px;
    position: fixed;
    top: 5000px;
    left: 5000px;
    z-index: 1000;
    
}


.hostedVideo{
    
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
}


/*####################*/


@media only screen and (max-width: 600px) {
	  h1{
    /*font-size: 1.0rem;*/
    /*line-height: 1.2rem;*/
    }
    .halm_logo{
    width: 85px;
    left: 1.4rem;
    position: fixed;
    top:1.6rem;
    z-index: 5;    
    }
    .infobtn{
    top:1.15rem;
    padding: 0rem 0.8rem 1.4rem 1.6rem;
    right:0rem;
    }
    .blocker{
        margin-top: -80px;
    }

}

.flashbtn, .cursorBtn{
    cursor: default; cursor: default;
    height: auto;
    width: auto;
}