@font-face {
    font-family: 'ResortHeadlineRegular';
    src: url('http://resortstudio.ch/wp-content/themes/default/fonts/resort_headline_autohint-webfont2.eot');
    src: url('http://resortstudio.ch/wp-content/themes/default/fonts/resort_headline_autohint-webfont2.eot?#iefix') format('embedded-opentype'),
         url('http://resortstudio.ch/wp-content/themes/default/fonts/resort_headline_autohint-webfont2.woff') format('woff'),
         url('http://resortstudio.ch/wp-content/themes/default/fonts/resort_headline_autohint-webfont2.ttf') format('truetype'),
         url('http://resortstudio.ch/wp-content/themes/default/fonts/resort_headline_autohint-webfont2.svg#ResortHeadlineRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'ResortHeadlineRegular';
        src: url('http://resortstudio.ch/wp-content/themes/default/fonts/resort_headline_autohint-webfont2.svg#ResortHeadlineRegular') format('svg');
    }
}
@media screen {
    body {
        font-family: 'ResortHeadlineRegular',Helvetica,Arial,sans-serif;
    }
    .content-module,
    .home .aside-module {
        padding-top: 0;
    }
    .single-teaser {
        display: none;
    }
    .single-teaser:first-child {
        display: block;
    }
    .single-teaser .teaser-caption,
    .single-teaser img {
        opacity: 1;
        visibility: visible;
    }
}
@media only screen and (max-width: 1049px) {
    .handheld .portfolio-items figure.img-container > img {
        display: none;
    }
}
@media only screen and (max-width: 629px),
       only screen and (max-width: 400px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
       only screen and (min-device-width: 360px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .home.handheld .aside-module,
    .content-module {
        padding-top: 0;
    }
}