/** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *
 * List of all stylesheets
 *
 * breakpoint was: 650px;
 *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}:focus{outline:0}body{background:#fff;line-height:1}ol,ul{list-style:none}
/** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *
 * Stylesheet: webfonts
 *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* =entypo
-----------------------------------------------*/

@font-face {
    font-family: "Entypo";
    src: url("webfonts/entypo/fontello/font/symbols.eot?#iefix") format("eot"), url("webfonts/entypo/fontello/font/symbols.woff") format("woff"), url("webfonts/entypo/fontello/font/symbols.ttf") format("truetype"), url("webfonts/entypo/fontello/font/symbols.svg#entypo") format("svg");
}

/** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *
 * Stylesheet: type
 *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* =reset
-----------------------------------------------*/

html, body,
input, button {
    font-family: 'Verlag 3r', 'Verlag A', 'Verlag B';
    font-size: 0;
    line-height: 0;
}


/* =anchors
-----------------------------------------------*/

a {
    color: #000;
    text-decoration: none;
}

.has-link a {
    border-bottom: 1px solid #000;
}

.has-link a:hover {
    border-bottom: 1px solid transparent;
}

.has-link a:hover,
.has-link a:hover * {
    opacity: 1;
}

a.hover-has-fade:hover, .hover-has-fade a:hover {
    opacity: 0.7;
}

a.hover-has-underline, .hover-has-underline a, .this-hover-has-underline {
    border-bottom: 2px solid transparent;
}

a.hover-has-underline:hover, .hover-has-underline a:hover, .this-hover-has-underline:hover {
    border-bottom-color: #000;
}

.has-link a,
a.hover-has-fade, .hover-has-fade a,
a.hover-has-underline, .hover-has-underline a, .this-hover-has-underline {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

/* No blue are when tapping on handhelds */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


/* =font-sizes, font-weights
-----------------------------------------------*/

.h1 {
    color: #fff;
    font-size: 85px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 5px;
    line-height: 90px;
    text-transform: uppercase;
}

.h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 26px;
    text-transform: uppercase;
}

.h2.multiline {
    line-height: 40px;
}

.h3 {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.h3 em {
    font-style: italic;
}

.h3.multiline {
    line-height: 26px;
}

.h3.two-lines {
    height: 56px;
    line-height: 26px;
}

.bodytext.wrapper.has-h3 h3,
.h4,
.h4-light,
.h4-bold {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.bodytext.wrapper.has-h3 h3 {
    font-weight: 700;
    padding-bottom: 45px;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
}

.h4-light {
    font-weight: 300;
}

.h4-bold {
    font-weight: 700;
}

.bodytext,
.bodytext-bold {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 17px;
}

.bodytext em {
    font-style: italic;
}

.bodytext-bold,
strong,
b {
    font-weight: 700;
}

.bodytext-bold em {
    font-style: italic;
}

.semi-bold,
.semi-bold strong,
.semi-bold b {
    font-style: normal;
    font-weight: 400;
}

.bodytext.wrapper p {
    padding-bottom: 30px;
}

.smalltext,
.smalltext-light,
.smalltext-bold {
    font-size: 14px;
    line-height: 14px;
}

.smalltext-light {
    font-style: normal;
    font-weight: 300;
}

.smalltext {
    font-style: normal;
    font-weight: 400;
}

.smalltext.letters-spaced {
    letter-spacing: 1px;
}

.smalltext-bold {
    font-style: normal;
    font-weight: 700;
}

.minitext,
.minitext-bold {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 12px;
}

.minitext-bold {
    font-weight: 700;
}

.entypo {
    font-family: 'Entypo';
}

.baseline,
.baseline * {
    line-height: 30px;
}

.has-bold {
    font-weight: 300;
}


/* =alignment
-----------------------------------------------*/

.text-centered {
    text-align: center;
}

.text-justified {
    text-align: justify;
}

    /* =resolution specific
        xs
    -----------------------------------------------*/

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

        .text-justified {
            text-align: left;
        }

    }

.text-right {
    text-align: right;
}

.text-uppercase {
    text-transform: uppercase;
}


/* =misc
-----------------------------------------------*/

.lighter,
.force-lighter,
.force-lighter a {
    color: #656565;
}

.lighter a {
    color: #000;
}

    /* =resolution specific
        xs
    -----------------------------------------------*/

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

        .xs-no-linebreaks br {
            display: none;
        }

    }

/** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *
 * Stylesheet: grid
 *
 *    Sizes:
 *      xs = 0    -  567px
 *       s = 568  -  767px
 *       m = 768  -  1199px
 *       l = 1200 -
 *
 *    Gutter:
 *       30px
 *
 *    Columns:
 *      xs = 1
 *       s = 1
 *       m = 12
 *       l = 12
 *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* =resolution specific
    xs
-----------------------------------------------*/

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

    .l-only { display: none }

    /* =container
    -----------------------------------------------*/

    .container-100 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* =columns
    -----------------------------------------------*/

    .xs-col-1_2 {
        width: 50%;
    }

    .xs-col-1_1 {
        width: 100%;
    }

    /* =margins
    -----------------------------------------------*/

    .xs-mrgn-btm-3 {
        margin-bottom: 105px;
    }

}


/* =resolution specific
    s
-----------------------------------------------*/

@media only screen and (min-width: 568px) and (max-width: 767px) {

    .l-only { display: none }

    /* =columns
    -----------------------------------------------*/

    .s-col-1_2 {
        width: 50%;
    }

    .s-col-1_1 {
        width: 100%;
    }

    .s-col-2_10 {
        width: 20%;
    }

}


/* =resolution specific
    m
-----------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 1199px) {

    .l-only { display: none }

    /* =container
    -----------------------------------------------*/

     .m-container-8_12 {
        max-width: 770px !important;
        margin: 0 auto;
        padding: 0 15px;
        width: 66.6666666666% !important;
     }

     .m-container-10_12 {
        max-width: 970px !important;
        margin: 0 auto;
        padding: 0 15px;
        width: 83.3333333333% !important;
     }

    /* =columns
    -----------------------------------------------*/

    .m-col-1_1 {
        width: 100%;
    }

    .m-col-1_2 {
        width: 50%;
    }

    .m-col-2_8 {
        width: 25%;
    }

    .m-col-6_8 {
        width: 75%;
    }

    .m-col-2_10 {
        width: 20%;
    }

    .m-col-10_12 {
        width: 83.3333333333%;
    }

    .m-col-1_12 {
        width: 8.3333333333%;
    }

    .m-col-2_12 {
        width: 16.6666666666%;
    }

    .m-col-3_12 {
        width: 25%;
    }

    .m-col-4_12 {
        width: 33.3333333333%;
    }

    .m-col-8_12 {
        width: 66.6666666666%;
    }

    .m-col-9_12 {
        width: 75%;
    }

}


/* =resolution specific
    l
-----------------------------------------------*/

@media only screen and (min-width: 1200px) {

    /* =container
    -----------------------------------------------*/

     .l-container-8_12 {
        max-width: 770px !important;
        margin: 0 auto;
        padding: 0 15px;
        width: 66.6666666666% !important;
     }

     .l-container-10_12 {
        max-width: 970px !important;
        margin: 0 auto;
        padding: 0 15px;
        width: 83.3333333333% !important;
     }

    /* =columns
    -----------------------------------------------*/

    .l-col-1_2 {
        width: 50%;
    }

    .l-col-2_8 {
        width: 25%;
    }

    .l-col-3_8 {
        width: 37.5%;
    }

    .l-col-5_8 {
        width: 62.5%;
    }

    .l-col-6_8 {
        width: 75%;
    }

    .l-col-2_10 {
        width: 20%;
    }

    .l-col-8_10 {
        width: 80%;
    }

    .l-col-1_12 {
        width: 8.3333333333%;
    }

    .l-col-2_12 {
        width: 16.6666666666%;
    }

    .l-col-3_12 {
        width: 25%;
    }

    .l-col-4_12 {
        width: 33.3333333333%;
    }

    .l-col-8_12 {
        width: 66.6666666666%;
    }

    .l-col-10_12 {
        width: 83.3333333333%;
    }

}


/* =all resolutions
-----------------------------------------------*/

    /* =container
    -----------------------------------------------*/

    .container-100 {
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 15px;
     }


    /* =columns
    -----------------------------------------------*/

    .col {
        float: left;
        padding: 0 15px;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .col.no-float {
        display: inline-block;
        float: none;
    }

    .col.no-float:last-child {
        float: left;
    }

    .col.no-float:first-child {
        float: none !important;
    }

    .col-100 {
        width: 100%;
    }


    /* =margins
    -----------------------------------------------*/

    .mrgn-top-1_2 {
        margin-top: 17px;
    }

    .mrgn-btm-1_2 {
        margin-bottom: 17px;
    }

    .mrgn-top-1 {
        margin-top: 35px;
    }

    .mrgn-btm-1 {
        margin-bottom: 35px;
    }

    .mrgn-btm-1-1_2 {
        margin-bottom: 53px;
    }

    .mrgn-top-1-1_2 {
        margin-top: 53px;
    }

    .mrgn-2 {
        margin-bottom: 70px;
        margin-top: 70px;
    }

    .mrgn-top-2 {
        margin-top: 70px;
    }

    .mrgn-btm-2 {
        margin-bottom: 70px;
    }

    .mrgn-3 {
        margin-bottom: 105px;
        margin-top: 105px;
    }

    .mrgn-top-3 {
        margin-top: 105px;
    }

    .mrgn-btm-3 {
        margin-bottom: 105px;
    }

    .mrgn-top-4 {
        margin-top: 140px;
    }

    .mrgn-btm-4 {
        margin-bottom: 140px;
    }


    /* =paddings
    -----------------------------------------------*/

    .pddng-btm-1_2 {
        padding-bottom: 8px;
    }

    .pddng-top-1 {
        padding-top: 15px;
    }

    .pddng-top-2 {
        padding-top: 30px;
    }

    .pddng-top-3 {
        padding-top: 45px;
    }

    .pddng-top-4 {
        padding-top: 60px;
    }

    .pddng-btm-1 {
        padding-bottom: 15px;
    }

    .pddng-btm-2 {
        padding-bottom: 30px;
    }

    .pddng-btm-3 {
        padding-bottom: 45px;
    }

    .pddng-btm-4 {
        padding-bottom: 60px;
    }
/** - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *
 * Stylesheet: layout
 *
 * - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


/* =header
-----------------------------------------------*/

.header-main {
    background: #fff;
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 2;
}

.header-main .logo-container {
    line-height: 85px;
    position: absolute;
}

    /* =navigation-main
    -----------------------------------------------*/

    .navigation-main {
        line-height: 85px;
    }

    .navigation-main .offcanvas-trigger {
        display: none;
    }

    .navigation-main .menu-item {
        display: inline-block;
        font-size: 13px;
        line-height: 13px;
    }

    .navigation-main .menu-item a {
        border-bottom: 2px solid transparent;
        display: block;
        margin-left: 20px;
        padding: 0 2px 3px 2px;

        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .navigation-main .is-selected a,
    .navigation-main a:hover {
        border-color: #000;
    }

    .navigation-main .offcanvas-current-section {
        display: none;
    }

        /* =offcanvas-navigation
        -----------------------------------------------*/

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

            .navigation-main {
                background: #fff;
                left: 0;
                line-height: 65px;
                padding: 0;
                position: absolute;
                top: 80px;
                width: 100%;
            }

            .navigation-main .offcanvas-trigger {
                background: url('../img/offcanvas-trigger-96x120.gif');
                background-position: 0 0;
                background-size: 48px 60px;
                display: block;
                height: 30px;
                position: fixed;
                right: 30px;
                top: 26px;
                width: 48px;
            }

            .move-header .navigation-main .offcanvas-trigger {
                margin-top: 26px;
                top: 0;
            }

            .is-handheld .navigation-main .offcanvas-trigger,
            .is-handheld .move-header .navigation-main .offcanvas-trigger {
                position: absolute;
                margin-top: 0;
                top: -54px;
            }

            #navigation {
                overflow: hidden;
            }

            #navigation {
                -webkit-transition: height 0.35s ease-out, opacity 0.35s ease-out;
                -moz-transition: height 0.35 sease-out, opacity 0.35s ease-out;
                transition: height 0.35s ease-out, opacity 0.35s ease-out;
            }

            .navigation-main .offcanvas-trigger {
                -webkit-transition: background-position 0.35s ease-out;
                -moz-transition: background-position 0.35 sease-out;
                transition: background-position  0.35s ease-out;
            }

            .navigation-main .menu-item {
                border-top: 2px solid #efefef;
                display: block;
                font-size: 13px;
                height: 40px; /* 60 */
                line-height: 40px;
                padding-top: 2px;
                text-align: left;
                width: 100%;
            }

            .navigation-main .menu-item:last-of-type {
                border-bottom: 2px solid #efefef;
            }

            .navigation-main .menu-item a {
                border: none;
                margin-left: 0;
                padding: 0 30px;
            }

                /* =is-open
                -----------------------------------------------*/

                .navigation-main.is-open .offcanvas-trigger {
                    background-position: 0 30px;
                }

                #navigation:target,
                .navigation-main.is-open #navigation{
                    height: 222px; /* 318 */
                    height: 266px;
                    opacity: 1;
                }

                /* =not(is-open)
                -----------------------------------------------*/

                #navigation:not(:target),
                .navigation-main:not(.is-open) #navigation {
                    height: 0;
                    opacity: 0;
                }

            .navigation-main .offcanvas-current-section {
                display: block;
                font-size: 13px;
                font-style: normal;
                font-weight: 700;
                line-height: 13px;
                position: absolute;
                right: 100px;
                top: -44px;
            }

        }

            /* =resolution specific
                xs
            -----------------------------------------------*/

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

                .navigation-main .offcanvas-trigger {
                    right: 15px !important;
                }

                .navigation-main .menu-item a {
                    padding: 0 15px !important;
                }

                .navigation-main .menu-item a:hover {
                    text-decoration: underline;
                }

                .navigation-main .offcanvas-current-section {
                    right: 75px;
                }

            }


            /* =resolution specific
                xs+s, landscape
            -----------------------------------------------*/

            @media only screen and (max-height: 320px) and (max-width: 715px) {

                #navigation:target,
                .navigation-main.is-open #navigation{
                    height: 65px; /* 85 */
                }

                .navigation-main #navigation {
                    border-top: 2px solid #efefef;
                    padding: 0 30px;
                    text-align: justify;
                }

                .navigation-main #navigation:after {
                    content: "";
                    display: inline-block;
                    width: 100%;
                }

                .navigation-main .menu-item {
                    border: none;
                    display: inline-block;
                    width: auto;
                }

                .navigation-main .menu-item.is-selected {
                    height: 17px;
                    line-height: 17px;
                }

                .navigation-main .menu-item a {
                    padding: 0 !important;
                }

                .navigation-main .menu-item.is-selected a {
                    border-bottom: 2px solid #000
                }

                .navigation-main .menu-item:last-of-type {
                    border-bottom: none;
                }

            }

            @media only screen and (max-height: 320px) and (max-width: 567px) {

                .navigation-main #navigation {
                    padding: 0 15px;
                }

            }


/* =masthead
-----------------------------------------------*/

/* set masthead to height:100% while bg-img is loading */
html.js, .js body, .js #wrapper, .js .masthead { height:100% }

.masthead {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.is-handheld .masthead {
    background-attachment: scroll;
}

.masthead .h1 {
    padding-top: 80px;
    position: fixed;
    top: 46%;
    width: 100%;
}

.masthead .h1.title-image img {
    width: 75%;
}

.masthead .h1.title-image span {
    display: none;
}

.is-handheld .h1 {
    position: absolute;
}

.is-handheld .page-frontpage h1 {
    display: none;
}

.is-handheld .page-frontpage h1.title-image {
    display: block;
}

.is-handheld .page-frontpage h1.title-image {
   top: 35%;
}

.is-handheld .page-frontpage h1 {
    display: none;
}

.move-header .masthead .h1 {
    padding-top: 0;
    top: 46%;
}

.is-handheld .move-header .masthead .h1 {
    padding-top: 80px;
    top: 46%;
}

    /* =resolution specific
    -----------------------------------------------*/

    @media only screen and (max-height: 380px) {

        .masthead .h1,
        .move-header .masthead .h1,
        .is-handheld .move-header .masthead .h1 {
            top: 50%;
        }

    }

.masthead .photo-credits {
    bottom: 15px;
    position: fixed;
    right: 15px;
    z-index: 0;
}

.masthead .photo-credits a {
    text-decoration: underline;
}

.masthead .photo-credits.font-color-white, .masthead .photo-credits.font-color-white * { color: #fff; }
.masthead .photo-credits.font-color-black, .masthead .photo-credits.font-color-black * { color: #000; }


/* =content-main
-----------------------------------------------*/

.content-main {
    background: #fff;
    position: relative;
}

.has-background .content-main {
    background: transparent;
}

.no-masthead .content-main {
    background: transparent;
    padding-top: 80px;
}

.move-header .content-main {
    padding-top: 80px;
}


    /* =elements
    -----------------------------------------------*/

    .has-divider {
        border-bottom: 1px solid #656565;
    }

    .has-background {
        background: #F0F0F0;
    }


        /* =form
        -----------------------------------------------*/

        form input, form button {
            border: none;
            color: #656565;
            height: 40px;
            letter-spacing: 0.5px;
            margin: 0;
            padding: 0 13px;

            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        form button {
            background: #000;
            color: #fff;
        }

        form button i:before {
            content: "\E805";
            font-size: 17px;
            font-style: normal;
            line-height: 40px;
        }

        /* =post-navigation
        -----------------------------------------------*/

            /* =resolution specific
                xs+s+m
            -----------------------------------------------*/

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

                .post-navigation {
                    text-align: center;
                }

                .post-navigation .arrow-left a,
                .post-navigation .arrow-right a {
                    display: inline-block;
                    width: 46px;
                }

                .post-navigation .arrow-left,
                .post-navigation .arrow-right,
                .post-navigation .button {
                    display: inline-block;
                    vertical-align: top;
                }

                .post-navigation .button {
                    margin-left: 10px;
                    margin-right: 10px;
                }

            }

            /* =resolution specific
                xs
            -----------------------------------------------*/

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

                .post-navigation .arrow-left a,
                .post-navigation .arrow-right a {
                    width: 40px;
                }

                .post-navigation .button {
                    margin-left: 5px;
                    margin-right: 5px;
                }

                .post-navigation .button a {
                    padding-left: 5px;
                    padding-right: 5px;
                }

            }

            /* =resolution specific
                l
            -----------------------------------------------*/

            @media only screen and (min-width: 1200px) {

                .post-navigation .arrow-left {
                    left: 30px;
                    position: fixed;
                    top: 50%;
                }

                .post-navigation .arrow-right {
                    position: fixed;
                    right: 30px;
                    top: 50%;
                }

            }


    /* =frontpage
    -----------------------------------------------*/

    .page-frontpage .news-post-img iframe {
        width: 100%;
    }

        /* =resolution specific
            m
        -----------------------------------------------*/

        @media only screen and (min-width: 768px) and (max-width: 1199px) {

            .page-frontpage .news-post:nth-child(3n) {
                display: none !important;
            }
        }

        /* =resolution specific
            m+l
        -----------------------------------------------*/

        @media only screen and (min-width: 768px) {

            .page-frontpage .news-post .h3,
            .page-frontpage .news-post p {
                padding-left: 30px;
                padding-right: 30px;
            }
        }


    /* =contact
    -----------------------------------------------*/

    .page-contact .section {
        background: #fff;
    }

    .page-contact .section:nth-child(even) {
        background: transparent;
    }

    .page-contact .contact .has-divider {
        border: none;
    }

        /* =resolution specific
            xs+s
        -----------------------------------------------*/

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

            /*.page-contact .section .h2 {
                margin-bottom: 50px;
            }*/

            .page-contact .contact .has-divider {
                border-bottom: 1px solid #656565;
            }

            .page-contact .contact:last-child .has-divider {
                border-bottom: none;
            }

            .page-contact .contact .left,
            .page-contact .contact .right {
                float: none;
            }

            .page-contact .region.empty {
                display: none;
            }

        }


    /* =archive-concert
    -----------------------------------------------*/

    .page-archive-concert .sold-out {
        color: #FF4500;
    }

    .page-archive-concert .concert:last-child .has-divider {
        border: none;
    }

    .page-archive-concert .concert .info {
        padding-right: 9px;
    }

        /* =resolution specific
            xs+s
        -----------------------------------------------*/

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

            .page-archive-concert .section .h2 { /* .section ???? */
                margin-bottom: 50px;
            }

            /*.page-archive-concert section {
                padding-bottom: 15px;
            }*/

            .page-archive-concert .concert {
                text-align: center;
            }

            .page-archive-concert .concert .col {
                float: none;
            }

            .page-archive-concert .concert .left,
            .page-archive-concert .concert .right {
                float: none;
            }

        }

        /* =resolution specific
            xs+s+m
        -----------------------------------------------*/

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

            .page-archive-concert .concert .info {
                clear: both;
                float: none;
            }

        }


    /* =single-work
    -----------------------------------------------*/

    .page-single-work .media {
        text-align: center;
    }

    .page-single-work .artwork {
        display: inline-block;
        float: none;
    }

        /* =resolution specific
            xs+s
        -----------------------------------------------*/

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

            .page-single-work .artwork:nth-child(2) {
                margin-top: 45px;
            }

        }

    .page-single-work .song-list {
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
    }

    .page-single-work .song-list li {
        border-bottom: 1px solid #EFEFEF;
        counter-increment: customlistcounter;
        padding-left: 50px;
        position: relative;
    }

    .page-single-work .song-list li:first-child {
        border-top: 1px solid #EFEFEF;
    }

    .page-single-work .song-list li:before {
        content: counters(customlistcounter, '', decimal-leading-zero);
        font-size: 16px;
        font-weight: 300;
        line-height: 22px;
        float: left;
        margin-left: -30px;
        width: 30px;
    }

    .page-single-work .song-list:first-child {
        counter-reset: customlistcounter;
    }

    .page-single-work .song-list .sc-artwork-list,
    .page-single-work .song-list .sc-trackslist {
        display: none;
    }

    .page-single-work .song-list .sc-controls {
        left: 0;
        position: absolute;
        top: 2px;
    }

    .page-single-work .song-list .sc-play {
        background: url(../img/songlist-play-32x32.gif) no-repeat;
        background-size: 16px 16px;
        display: inline-block;
        height: 16px;
        width: 16px;
    }

    .page-single-work .song-list .playing .sc-play{
        background: url(../img/songlist-pause-16x16.gif) no-repeat;
    }

        @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

            .page-single-work .song-list .playing .sc-play {
                background: url(../img/songlist-pause-32x32.gif) no-repeat;
                background-size: 16px 16px;
            }

        }

/*    .page-single-work .song-list .sc-play {
        background: #000;
        border-radius: 50%;
        display: inline-block;
        height: 16px;
        width: 16px;
    }

    .page-single-work .song-list .sc-play:before {
        color: #fff;
        content: "▶";
        font-family: 'Arial';
        font-size: 7px;
        left: 0;
        position: absolute;
        text-align: center;
        text-indent: 1px;
        top: -2px;
        width: 100%;
    }

    .page-single-work .song-list .playing .sc-play:before {
        content: "II";
        font-size: 8px;
        font-weight: bold;
        letter-spacing: 0.5px;
        text-indent: 0;
    }*/

    .page-single-work .back-button a {
        padding-left: 0;
        padding-right: 0;
        width: 250px;
    }


    /* =archive-work
    -----------------------------------------------*/

    .page-archive-work .masthead .photo-credits {
        bottom: 67px;
    }

    .page-archive-work .jump-navigation {
        background: #fff;
        bottom: 0;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        z-index: 10;
    }

    .is-handheld .page-archive-work .jump-navigation {
        height: 34px;
    }

    .page-archive-work .jump-navigation ul {
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: justify;
    }

    .page-archive-work .jump-navigation ul:after {
        content: "";
        display: inline-block;
        width: 100%;
    }

    .page-archive-work .jump-navigation .section-link {
        display: inline-block;
        padding: 0 15px;
        text-transform: uppercase;
        font-size: 12px
    }

    /* IE9+IE10+IE11 */
    .lt-ie12 .page-archive-work .jump-navigation .section-link {
        display: block;
        float: left;
        padding: 0;
        text-align: center;
        width: 20%;
    }


        /* =resolution specific
            s
        -----------------------------------------------*/

        @media only screen and (min-width: 568px) and (max-width: 767px) {

            .page-archive-work .jump-navigation ul {
                padding-bottom: 5px;
                padding-top: 5px;
            }

            .page-archive-work .jump-navigation .section-link {
                font-size: 11px;
            }

        }


        /* =resolution specific
            xs
        -----------------------------------------------*/

        @media only screen and (max-width: 567px), screen and (max-height: 380px) {

            .page-archive-work .masthead .photo-credits {
                bottom: 15px;
            }


            .page-archive-work .jump-navigation {
                display: none;
            }

        }

    .page-archive-work .section {
        text-align: left
    }

        /* =resolution specific
            xs
        -----------------------------------------------*/

        @media only screen and (max-width: 567px), screen and (max-height: 380px) {

            .page-archive-work .section {
                cursor: pointer;
                padding-bottom: 30px;
            }

            .page-archive-work .section.is-open {
                padding-bottom: 60px;
            }

            .page-archive-work .section .container-100 .h2 {
                /*margin: 90px 0 30px 0;*/
                margin: 30px 0 0 0;
            }

            .page-archive-work .section.is-open .container-100 .h2 {
                margin: 105px 0;
            }

            .page-archive-work .section .works {
                height: 0;
                overflow: hidden;
            }

            .page-archive-work .section.is-open .works {
                height: auto;
            }

            .page-archive-work .section.has-transition .container-100 .h2,
            .page-archive-work .section.has-transition .works {
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }
        }

    .page-archive-work .work-thumbnail {
        display: inline-block;
        float: none !important;
        vertical-align: top;
    }

    .page-archive-work .work-thumbnail .title {
        font-size: 16px;
        line-height: 22px;
    }

    .page-archive-work .work-thumbnail .bodytext {
        line-height: 22px;
    }

    .page-archive-work .others-section {
        padding: 0 15px;
        -webkit-column-count: 3;
        -webkit-column-gap: 30px;
        -moz-column-count: 3;
        -moz-column-gap: 30px;
        column-count: 3;
        column-gap: 30px;
    }

    /* IE9+IE10 */
    .lt-ie11 .page-archive-work .others-col {
        display: block;
        float: left;
        width: 33%;
    }


        /* =resolution specific
            xs
        -----------------------------------------------*/

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

            .page-archive-work .others-section {
                text-align: center;

                -webkit-column-count: 1;
                -moz-column-count: 1;
                column-count: 1;
            }

        }

        /* =resolution specific
            s
        -----------------------------------------------*/

        @media only screen and (min-width: 568px) and (max-width: 1199px) { /*767*/

            .page-archive-work .others-section {
                -webkit-column-count: 2;
                -moz-column-count: 2;
                column-count: 2;
            }

        }

    /* Keep headline and list together */
    .others-col {
        display: inline-block;
        width: 100%;
    }


    /* =archive-news
    -----------------------------------------------*/

    @media only screen and (min-width: 768px) {

        .page-archive-news .news-post.has-divider:last-child,
        .page-archive-news .news-post.has-divider:last-of-type {
            border: none;
        }

    }

    .page-archive-news .news-post .date {
        line-height: 26px;
    }

    .page-archive-news .pagination .arrow-left,
    .page-archive-news .pagination .arrow-right {
        display: inline-block;
        margin-left: 7px;
        margin-right: 7px;
    }

    .page-archive-news .loading-animation {
        height: 32px;
        width: 32px;
    }

        /* =resolution specific
            m, l
        -----------------------------------------------*/

        @media only screen and (min-width: 768px) {

            .page-archive-news aside .wrapper {
                position: fixed;
            }

        }

    .page-archive-news .search-button {
        font-size: 20px;
        line-height: 40px;
        padding-bottom: 0;
        padding-top: 0;
    }

        /* =resolution specific
            xs+s
        -----------------------------------------------*/

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

            .page-archive-news .search-field {
                width: 84%;
            }

            .page-archive-news .search-button {
                min-width: 40px;
                width: 13%;
            }

        }

        /* =resolution specific
            xs
        -----------------------------------------------*/

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

            .page-archive-news .search-button {
                font-size: 28px;
                line-height: 14px;
            }

        }

    .page-archive-news .month-archive-link {
        background: #fff;
        border-bottom: 2px solid #F0F0F0;
        border-right: 2px solid #F0F0F0;
        height: 41px;
    }

    .page-archive-news .month-archive-link a {
        display: block;
    }

    .page-archive-news .month-archive-link .year,
    .page-archive-news .month-archive-link .count {
        line-height: 40px;
    }

    .page-archive-news .month-archive-link .year {
        padding-right: 20px;
        text-decoration: underline;
    }

        /* =resolution specific
            m
        -----------------------------------------------*/

        @media only screen and (min-width: 768px) and (max-width: 1199px) {

            .page-archive-news .month-archive-link .year {
                font-size: 14px;
                padding-right: 8px;
            }

            .page-archive-news .month-archive-link .count {
                font-size: 12px;
            }

        }

    .page-archive-news .month-archive-link a:hover .year {
        text-decoration: none;
    }


    /* =newsletter-confirmation
    -----------------------------------------------*/

    .page-newsletter-confirmation .main-headline {
        font-size: 90px;
        font-weight: 700;
        letter-spacing: 6px;
        line-height: 90px;
        text-align: center;
        text-transform: uppercase;
    }

        /* =resolution specific
            xs
        -----------------------------------------------*/

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

            .page-newsletter-confirmation .main-headline {
                font-size: 60px;
                letter-spacing: 4px;
                line-height: 60px;
            }

            .page-newsletter-confirmation .bodytext {
                padding-left: 15px;
                padding-right: 15px;
            }

        }


/* =footer
-----------------------------------------------*/

.footer-main {
    background: #000;
    color: #656565;
    padding: 70px 0 35px 0;
    position: relative;
}

.footer-main a {
    color: #656565;
}


    /* =footer-logo
    -----------------------------------------------*/

    .footer-main .footer-logo {
        background: #000 url(../img/footer-logo-90x90.png) center top no-repeat;
        background-size: 45px 45px;
        height: 45px;
        margin: 0 auto;
        width: 45px;
    }

    .footer-main .footer-logo a {
        background: rgba(0, 0, 0, 0);
        display: block;
        height: 100%;
        text-indent: -9999em;
    }

    .footer-main .footer-logo a:hover {
        background: rgba(0, 0, 0, 0.4);
    }


    /* =footer-links
    -----------------------------------------------*/

    .footer-links {
        margin: 50px 0;
    }

    .footer-links li {
        display: inline-block;
    }

    .footer-links a {
        margin: 0 18px;
    }


    /* =footer-social
    -----------------------------------------------*/

    .footer-social {
        border-bottom: 1px solid #2D2D2D;
        border-top: 1px solid #2D2D2D;
        max-width: 480px;
    }

    .footer-social li {
        display: inline-block;
    }

    .footer-social li a {
        color: #000;
        display: inline-block;
        width:  80px;
        height: 80px;
        display:flex;
        justify-content:center;
        align-items:center;
    }

    .footer-social svg {
        height:18px;
        max-width:20px;
    }

    .footer-social svg * {
        fill:#656565;
    }

    .footer-newsletter {
        font-size:14px;
        margin-bottom: 85px;
        border-bottom: 1px solid #2D2D2D;
        max-width: 480px;
        font-weight:bold;
    }

    .footer-newsletter a {
        display:block;
        height:80px;
        line-height:80px;
        display:flex;
        justify-content:center;
        align-items:center;
    }

    .footer-newsletter svg {
        height:18px;
        max-width:20px;
        margin:0 15px 0 0;
    }

    .footer-newsletter svg * {
        fill:#656565;
    }

        /* =resolution specific
            xs
        -----------------------------------------------*/

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

            .footer-social li a {
                width: 60px;
                height: 60px;
            }

            .footer-newsletter a {
                height:60px;
            }

        }

    .footer-social a:before {
        color: #656565;
        font-size: 19px;
        line-height: 38px;
    }

    .footer-social .link-twitter:before {
        content: "\E802";
    }

    .footer-social .link-facebook:before {
        content: "\E803";
    }

    .footer-social .link-soundcloud:before {
        content: "\E804";
    }

    .footer-social .link-newsletter:before {
        content: "\E806";
    }


/* =elements
-----------------------------------------------*/

    /* =button
    -----------------------------------------------*/

    .button a {
        border: 2px solid #000;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 14px;
        margin: 0 auto;
        padding: 12px 20px 10px 20px;
        text-transform: uppercase;
    }


    /* =arrows
    -----------------------------------------------*/

    .arrow-left a,
    .arrow-right a {
        border: 2px solid #E6E6E6;
        display: block;
        height: 36px;
        position: relative;
        text-align: center;
        text-indent: -9999em;
        width: 60px;
    }

    .arrow-left a:hover,
    .arrow-right a:hover {
        border-color: #000;
    }

    .arrow-left a:before,
    .arrow-right a:before {
        color: #E6E6E6;
        content: "\E800";
        font-family: 'Entypo';
        font-size: 19px;
        left: 50%;
        line-height: 38px;
        margin-left: -3px;
        position: absolute;
        text-indent: 0;
    }

    .arrow-right a:before {
        content: "\E801";
    }

    .arrow-left a:hover:before,
    .arrow-right a:hover:before {
        color: #000;
    }

    .arrow-left a,
    .arrow-right a,
    .arrow-left a:before,
    .arrow-right a:before {
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }


    /* =newsletter
    -----------------------------------------------*/

    .modal-overlay {
        background: #000;
        cursor: pointer;
        display: none;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999;
    }

    .newsletter-modal {
        cursor: pointer;
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999;
    }

    .newsletter-modal .inner {
        background: #F0F0F0;
        cursor: default;
        margin: 0 auto;
        padding: 45px 30px 30px 30px;
        position: relative;
        width: 260px;
    }

    .newsletter-form .form-row {
        margin: 0 auto;
        text-align: left;
        width: 260px;
    }

    .newsletter-form input {
        margin-bottom: 10px;
        width: 100%;
    }

    .newsletter-form label {
        display: inline-block;
        padding: 0 0 10px 10px;
    }

    .newsletter-form button {
        background: none;
        border: 2px solid #000;
        color: #000;
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 14px;
        margin: 20px auto 0 auto;
        padding: 12px 20px 10px 20px;
        text-transform: uppercase;
        width: 100%;

        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


/* =helper
-----------------------------------------------*/

.hidden {
    display: none;
}

.full-width {
    width: 100%;
}

img.full-width {
    height: auto;
    width: 100%;
}

img.has-outline {
    border: 1px solid #656565;
    /*
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    */
    margin-left: -1px;
}

.has-img-bg {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
}

.centered {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

.centers-vert:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.centers-vert .centered-vert {
    display: inline-block;
    vertical-align: middle;
}

.cf:before, .cf:after { content: " "; display: table; }
.cf:after { clear: both; }
.cf { *zoom: 1; }


/* fitVids
   if this css is added dynamically by the plugin itself,
   it will mess up font-rendering on chrome
   */
.fluid-width-video-wrapper{width:100%;position:relative;padding:0;}.fluid-width-video-wrapper iframe,.fluid-width-video-wrapper object,.fluid-width-video-wrapper embed {position:absolute;top:0;left:0;width:100%;height:100%;}

.cookie-overlay {
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    background:white;
    padding:25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-items:center;
    z-index:9999999;
    text-align:center;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.cookie-overlay-text {
    flex:1;
    margin:0 0 20px;
    line-height:1.5;
}

.cookie-overlay .button {
    margin:auto;
    background: none;
    border: 2px solid #000;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 14px;
    padding: 12px 20px 10px 20px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor:pointer;
}

/* =resolution specific
    l
-----------------------------------------------*/

@media only screen and (min-width: 767px) and (max-width:1200px) {
    .cookie-overlay {
        text-align:left;
    }
}

/* =resolution specific
    m
-----------------------------------------------*/

@media only screen and (min-width: 768px) {

    .cookie-overlay {
        display:flex;
        align-items:center;
    }

    .cookie-overlay-text {
        margin:0;
    }

    .cookie-overlay-text a {
        border-bottom:solid 1px #000;
    }

    .cookie-overlay .button {
        position:absolute;
        top:50%;
        right:15px;
        transform:translateY(-50%);
    }

}
