<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* @group html5 reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, menu, time, mark, audio, video {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
}

.clearfix:after {
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 0;
}

body {
    line-height: 1;
    margin-bottom: 0;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}


blockquote, q {
    quotes: none;
}

.invisible {
    display: none
}

.hoverLink {
    cursor: pointer
}

.enlargeable {
    cursor: pointer
}

.enlargeableCenter {
    margin:0 auto;
}
.enlargeableLeft {
    float:left;
}
.enlargeableRight {
    float: right;
}

#console {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

#borderTop, #borderBottom, #borderLeft, #borderRight {
    opacity: 0;
    -moz-opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    background: #000;
    position: fixed;
}

#borderLeft, #borderRight {
    top: 0px;
    bottom: 0;
    width: 43px;
}

#borderLeft {
    top: 79px;
    left: 0;
    ;
    z-index: 920
}

#borderRight {
    top: 79px;
    right: 0;
    z-index: 920
}

#borderTop, #borderBottom {
    left: 0;
    right: 0;
    height: 43px;
}

#borderTop {
    top: 36px;
    z-index: 950
}

#borderBottom {
    left: 240px;
    right: 43px;
    bottom: 0;
    z-index: 900
}



.template {
    display: none;
}





/*
* Webfonts served by Typotheque.com
*
* To make the font files as small as possible,
* most glyphs and OpenType features were removed.
* To edit the fonts, add more language support,
* log it to your Typotheque account:
* http://www.typotheque.com/my_account/webfonts
*
* The Typotheque Font Software is protected under domestic
* and international trademark and copyright law.
* Modifying, reverse engineering or otherwise copying
* of Typotheque Font Software is illegal.
* http://www.typotheque.com/licensing/
*
* (c) 2014, Typotheque
* Generated: 2014-05-08 11:56:59
*/

@font-face {
    font-family: "neutral_bp_regular";
    src: url("https://s3-eu-west-1.amazonaws.com/fonts-ireland.typotheque.com/WF-023364-007066-001251-1399550228.eot");
    src: url("https://s3-eu-west-1.amazonaws.com/fonts-ireland.typotheque.com/WF-023364-007066-001251-1399550228.eot?#iefix") format("embedded-opentype"), url("https://s3-eu-west-1.amazonaws.com/fonts-ireland.typotheque.com/WF-023364-007066-001251-1399550228.woff") format("woff"), url("https://s3-eu-west-1.amazonaws.com/fonts-ireland.typotheque.com/WF-023364-007066-001251-1399550228.svg#typotheque_webfonts_service") format("svg");
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
}

@font-face {
    font-family: "neutral_bp_medium";
    src: url("https://s3-eu-west-1.amazonaws.com/fonts-ireland.typotheque.com/WF-023364-007066-001253-1399550231.eot");
    src: url("https://s3-eu-west-1.amazonaws.com/fonts-ireland.typotheque.com/WF-023364-007066-001253-1399550231.eot?#iefix") format("embedded-opentype"), url("https://s3-eu-west-1.amazonaws.com/fonts-ireland.typotheque.com/WF-023364-007066-001253-1399550231.woff") format("woff"), url("https://s3-eu-west-1.amazonaws.com/fonts-ireland.typotheque.com/WF-023364-007066-001253-1399550231.svg#typotheque_webfonts_service") format("svg");
    font-style: normal;
    font-weight: normal;
    font-stretch: normal;
}




html {
    min-height: 100%;
    margin-bottom: 1px;
    -webkit-text-size-adjust: none;
    /* Prevent font scaling in landscape */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 47px;
    background: white;
    z-index: 900;
}

    /*Logo*/
    header div.logo {
        width: 100%;
        margin-top: 18px;
        text-align: right;
        cursor: pointer;
    }

        header div.logo img {
            margin-right: 88px
        }

div.header {
    position: relative;
    width: 100%;
}

div.mobileheader {
    display: none;
}

/*language*/
div.language {
    position: fixed;
    width: 339px;
    top: 62px;
    right: 36px;
    text-align: right;
    z-index: 952;
}

div.searchDiv {
    position: relative;
    float: right;
    margin-right: 10px;
}

#searchForm {
    display: none;
    float: right;
}

.searchFormVisible {
    display: block !important;
}

div.language .searchIcon {
    float: right;
    cursor: pointer;
    width: 23px;
    height: 23px;
    background-image: url('../../pics/icon_lupe.png');
    background-repeat: no-repeat;
    background-size: 23px 23px;
    margin-right: 8px;
}

    div.language .searchIcon:hover {
        background-image: url('../../pics/icon_lupe_mouse-over.png');
    }

div.language div.searchDiv .searchInput {
    font-family: 'neutral_bp_regular', Arial, sans-serif;
    color: black;
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
    text-decoration: none;
    height: 23px;
    width: 168px;
    border: 0;
    border-top-style: none;
    border-right-style: none;
    border-bottom: solid 1px #000000;
    border-left-style: none;
    border-style: solid;
    overflow: hidden;
    padding-top: 0px;
    margin-right: 8px;
}

div.language div.languageLink {
    position: relative;
    float: right;
}

div.language label {
    font-family: 'neutral_bp_medium', Arial, sans-serif;
    color: #bebebe;
    height: 23px;
    font-size: 13px;
    line-height: 23px;
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
}

    div.language label a:link, div.language label a:visited, div.language label a:active {
        color: #bebebe;
        text-decoration: none
    }

    div.language label a:hover, div.language label.clicked a {
        color: black !important;
        text-decoration: none
    }

div.language p.dividerPipe {
    display: inline-block;
    width: 1px;
    height: 23px;
    border-left: 1px solid #000000;
}


div.navigationHolderMobile {
    position: fixed;
    left: -1000px;
    opacity: 0;
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

label.listStyleDivider {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 28px;
    background: #000000;
}


label.listStyle {
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 28px 27px;
    width: 28px;
    height: 27px;
    cursor: pointer;
}

label.listStyleBlock {
    margin-left: 25px;
    margin-right: 18px;
    background-image: url('../../pics/icon_bilder.png');
}

    label.listStyleBlock:hover, label.listStyleBlockClicked {
        background-image: url('../../pics/icon_bilder_mouse-over.png');
    }

label.listStyleFluid {
    margin-left: 18px;
    background-image: url('../../pics/icon_liste.png');
}

    label.listStyleFluid:hover, label.listStyleFluidClicked {
        background-image: url('../../pics/icon_liste_mouse-over.png');
    }


h6 {
    font-family: 'neutral_bp_regular', Arial, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    float: left;
    color: black;
    text-decoration: none;
    margin-right: 16px;
    padding: 0;
    vertical-align: bottom
}

    h6 a:link {
        color: black;
        text-decoration: none
    }

    h6 a:hover {
        color: black;
        text-decoration: none
    }

    h6 a:visited {
        color: black;
        text-decoration: none
    }

    h6 a:active {
        color: black;
        text-decoration: none
    }

    h6.clicked {
        font-size: 15px;
        line-height: 15px;
        font-family: 'neutral_bp_medium', Arial, sans-serif;
        font-weight: 500;
        text-decoration: none;
    }

        h6.clicked a:link {
            font-weight: 500;
            text-decoration: none;
        }

        h6.clicked a:hover {
            font-weight: 500;
            text-decoration: none
        }

        h6.clicked a:visited {
            font-weight: 500;
            text-decoration: none
        }

        h6.clicked a:active {
            font-weight: 500;
            text-decoration: none
        }

    h6.white {
        color: white;
    }

        h6.white a:link {
            color: white;
            text-decoration: none
        }

        h6.white a:hover {
            color: white;
            font-family: 'neutral_bp_medium', Arial, sans-serif;
            font-weight: 500;
            text-decoration: none
        }

        h6.white a:visited {
            color: white;
            text-decoration: none
        }

        h6.white a:active {
            color: white;
            text-decoration: none
        }

    h6.black {
        color: black;
    }

        h6.black a:link {
            color: black;
            text-decoration: none
        }

        h6.black a:hover {
            color: black;
            font-family: 'neutral_bp_medium', Arial, sans-serif;
            font-weight: 500;
            text-decoration: none
        }

        h6.black a:visited {
            color: black;
            text-decoration: none
        }

        h6.black a:active {
            color: black;
            text-decoration: none
        }
    /*Navigation*/

    h6.grey {
        color: black;
    }

        h6.grey a:link {
            color: #bebebe;
            text-decoration: none
        }

        h6.grey a:hover {
            color: #bebebe;
            font-family: 'neutral_bp_medium', Arial, sans-serif;
            font-weight: 500;
            text-decoration: none
        }

        h6.grey a:visited {
            color: #bebebe;
            text-decoration: none
        }

        h6.grey a:active {
            color: #bebebe;
            text-decoration: none
        }



div.subNavigation h6 {
    margin-bottom: 10px;
}
/*Navigation*/



h1 {
    font-family: 'neutral_bp_medium', Arial, sans-serif;
    color: black;
    font-size: 35px;
    line-height: 37px;
    font-weight: 900;
    display: inline;
}

    h1 i {
        font-family: 'neutral_bp_regular', Arial, sans-serif;
        color: black;
        font-size: 35px;
        line-height: 37px;
        font-weight: 300;
        display: inline;
    }

    h1.archive {
        font-family: 'neutral_bp_medium', Arial, sans-serif;
        color: black;
        font-size: 35px;
        line-height: 37px;
        font-weight: 900;
        margin-bottom: 9px;
        display: block;
    }

    h1.archiveMargin {
        margin-top: 31px;
        margin-bottom: 5px;
        display: block;
    }


h2 {
    font-family: 'neutral_bp_medium', Arial, sans-serif;
    color: black;
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
    display: inline;
}

    h2.light {
        font-family: 'neutral_bp_regular', Arial, sans-serif;
        color: black;
        font-size: 22px;
        line-height: 29px;
        font-weight: 300;
        display: inline;
    }

        h2.light strong {
            font-family: 'neutral_bp_medium', Arial, sans-serif;
            color: black;
            font-size: 22px;
            line-height: 29px;
            font-weight: 300;
            display: inline;
        }


h3 {
    font-family: 'neutral_bp_medium', Arial, sans-serif;
    color: black;
    font-size: 15px;
    line-height: 29px;
    font-weight: 500;
    display: inline;
}

    h3.light {
        font-family: 'neutral_bp_regular', Arial, sans-serif;
        color: black;
        font-size: 15px;
        line-height: 29px;
        font-weight: 300;
        display: inline;
    }



h1.artist {
    font-family: 'neutral_bp_medium', Arial, sans-serif;
    text-transform: uppercase;
    color: black;
    font-size: 35px;
    line-height: 37px;
    font-weight: 900;
    display: inline;
}

    h1.artist span {
        font-family: 'neutral_bp_regular', Arial, sans-serif;
        text-transform: lowercase;
        color: black;
        font-size: 23px;
        line-height: 37px;
        font-weight: 300;
        margin-right: 4px;
    }

h3.artist {
    font-family: 'neutral_bp_medium', Arial, sans-serif;
    text-transform: uppercase;
    color: black;
    font-size: 15px;
    line-height: 29px;
    font-weight: 500;
    display: inline;
}

    h3.artist span {
        font-family: 'neutral_bp_regular', Arial, sans-serif;
        text-transform: lowercase;
        color: black;
        font-size: 13px;
        line-height: 29px;
        font-weight: 300;
        margin-right: 2px;
    }

h3 .arrow {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 15px
}

h3 .maginArrow {
    vertical-align: baseline;
    margin-left: 19px;
    margin-right: 5px
}


p {
    font-family: 'neutral_bp_regular', Arial, sans-serif;
    color: black;
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    display: inline;
}

    p a:link, a:visited, a:active {
        color: black;
        text-decoration: none
    }

    p a:hover {
        color: #bebebe;
        text-decoration: none
    }

    p.news {
        font-family: 'neutral_bp_medium', Arial, sans-serif;
        color: black;
        font-size: 13px;
        line-height: 23px;
        font-weight: normal;
        display: inline;
    }

    p.fullScreenSubtitle {
        font-family: 'neutral_bp_medium', Arial, sans-serif;
        color: white;
        font-size: 13px;
        line-height: 23px;
        font-weight: normal;
        display: inline;
    }

    p.newsLight {
        font-family: 'neutral_bp_regular', Arial, sans-serif;
        color: black;
        font-size: 13px;
        line-height: 23px;
        font-weight: 300;
        display: inline;
    }



    p img {
        vertical-align: middle;
        margin-left: 5px
    }



    p.send img {
        vertical-align: top;
        margin-left: 5px;
        margin-top: 3px
    }


div.wrap {
    width: 950px;
    margin: 126px auto 0;
    overflow: hidden
}

div.gridHolder {
    width: 900px;
    margin: 0px auto;
}

div.gridContainer {
    position: relative;
    margin: 0 auto 0;
    width: 900px;
    max-width: 900px;
    z-index: 1;
}

div.gridElement {
    position: relative;
    width: 450px;
    height: auto;
    padding-bottom: 50px;
}

div.gridContent450 {
    position: relative;
    width: 450px;
    min-height: 482px;
}

.gridContent450 .freeEntry {
    position: relative;
    width: 50px;
    float: left;
    text-align: center;
}

    .gridContent450 .freeEntry h3 {
        line-height: 23px;
        position: relative;
        top: -6px
    }

.gridContent450 .freeEntryMobile {
    display: none;
}

    .gridContent450 .freeEntryMobile h3 {
        line-height: 23px;
        position: relative;
    }

.gridContent450 .headerText {
    width: 400px;
    padding-left: 50px
}

    .gridContent450 .headerText h1 {
        margin-left: 0;
        margin-right: 28px;
    }

.gridContent450 .bottomText {
    width: 400px;
    padding-left: 50px;
    position: relative;
    top: -29px
}

.gridContent450 .bottomBorder {
    position: relative;
    top: -23px;
    left: 144px;
    height: 17px;
    width: 306px;
    background: black
}

div.gridContent250 {
    position: relative;
    width: 250px;
}

.gridContent250 .bottomBorder {
    position: relative;
    top: -17px;
    left: 58px;
    height: 11px;
    width: 192px;
    background: black
}

.gridContent250 p {
    position: relative;
    top: -7px;
}

div.gridContent350 {
    position: relative;
    width: 350px;
}

.gridContent350 .bottomBorder {
    position: relative;
    top: -21px;
    left: 82px;
    height: 15px;
    width: 268px;
    background: black
}

.gridContent350 p {
    position: relative;
    top: -10px;
}

div.gridContent400 {
    position: relative;
    width: 350px;
}

.gridContent400 .bottomBorder {
    position: relative;
    top: -18px;
    left: 94px;
    height: 15px;
    width: 306px;
    background: black
}


div.sponsorElement {
    position: fixed;
    left: 23px;
    bottom: 63px;
}

div.gridElementSponsor {
    display: none;
}

div.gridContentSponsor {
    position: relative;
    width: 350px;
    left: 50px;
}

    div.gridContentSponsor div, div.sponsorElement div {
        position: relative;
        display: inline_block;
        width: 100%;
    }

        div.gridContentSponsor div.sponsorCenter, div.sponsorElement div.sponsorCenter {
            position: relative;
            width: 212px;
            border-top: 1px solid #000000;
            border-bottom: 1px solid #000000;
            padding-top: 20px;
            padding-bottom: 19px;
            margin-top: 20px;
            margin-bottom: 19px
        }

        div.gridContentSponsor div.sponsorLast, div.sponsorElement div.sponsorLast {
            position: relative;
            width: 212px;
            border-top: 1px solid #000000;
            padding-top: 20px;
            margin-top: 20px;
        }

        div.gridContentSponsor div.sponsorTop img, div.sponsorElement div.sponsorTop im {
            width: 190px;
        }

        div.gridContentSponsor div.sponsorCenter img, div.sponsorElement div.sponsorCenter img {
            width: 56px;
        }

        div.gridContentSponsor div.sponsorBottom img, div.sponsorElement div.sponsorBottom img {
            width: 56px;
        }

        div.gridContentSponsor div.sponsorLast img, div.sponsorElement div.sponsorLast img {
            width: 56px;
        }

div.grigImage450 {
    position: relative;
    top: -6px;
    width: 366px;
    overflow: hidden;
    border: 17px solid black;
    border-bottom-width: 0px
}

.grigImage450 img {
    position: relative;
    display: block;
    margin-right: 0px;
    padding: 0
}

div.grigImage350 {
    position: relative;
    top: -6px;
    width: 320px;
    overflow: hidden;
    border: 15px solid black;
    border-bottom-width: 0px
}

.grigImage350 img {
    width: 320px;
    position: relative;
    display: block;
    margin-right: 0px;
    padding: 0
}

div.grigImage250 {
    position: relative;
    top: -6px;
    width: 228px;
    overflow: hidden;
    border: 11px solid black;
    border-bottom-width: 0px
}

.grigImage250 img {
    width: 228px;
    position: relative;
    display: block;
    margin-right: 0px;
    padding: 0
}

div.grigImage400 {
    position: relative;
    top: -3px;
    width: 366px;
    overflow: hidden;
    border: 17px solid black;
    border-bottom-width: 0px
}

.grigImage400 img {
    width: 366px;
    position: relative;
    display: block;
    margin-right: 0px;
    padding: 0
}


.grigImageLeft50 {
    margin-left: 50px;
}

.grigImageLeft100 {
    margin-left: 100px;
}

.grigImageLeft150 {
    margin-left: 150px;
}



div.content {
    width: 950px;
    margin: 55px auto 0;
    word-break: keep-all;
}

    div.content h1 {
        margin-right: 31px
    }

    div.content h2 {
        margin-right: 19px
    }

    div.content h3 {
        margin-right: 16px
    }


div.smallList h1 {
    margin-right: 6px
}

div.smallList h2 {
    margin-right: 6px
}

div.smallList h3 {
    line-height: 39px;
    margin-right: 10px
}

div.smallList p {
    position: relative;
    left: -10px;
    margin-right: 10px
}


div.detailContent {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 60px;
}

    div.detailContent:first-child {
        margin-top: 0
    }

div.contentLeft {
    position: relative;
    width: 400px;
    min-width: 400px;
    min-height: 20px;
    float: left;
}

div.contentLeftTop {
    position: relative;
    width: 400px;
}

div.contentLeft h1 {
    margin-right: 19px
}

div.contentLeft h2 {
    line-height: 38px;
}

div.contentRight {
    position: relative;
    width: 400px;
    min-width: 400px;
    float: left;
    margin-left: 50px;
}

    div.contentRight p {
        margin-top: 15px
    }

div.contentRightText p a::after {
    content: url(../../pics/icon_arrow.png);
    position: relative;
    top: 3px;
    left: 5px;
}

div.contentRightText p a:hover::after {
    content: url(../../pics/arrow_right_over.gif);
    position: relative;
    top: 3px;
    left: 5px;
}


div.randomFloat {
    position: relative;
    width: 100%;
    display: inline-block;
}



div.fullScreenOverlay {
    background: rgba(0,0,0,0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10000;
}

div.fullSizeOverlay {
    background: rgba(0,0,0,0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10000;
    overflow: scroll
}

#fullScreenImage {
    position: relative;
    margin-top: 3px;
}

#fullScreenContent {
    margin: 0 auto;
    width: 750px;
    text-align: left;
    height: auto
}





div.appClickField {
    cursor: pointer;
    display: inline;
}

div.product {
    width: 100%;
    margin-bottom: 50px;
}

    div.product div.productImage {
        width: 250px;
        margin-right: 50px;
        float: left
    }

    div.product div.productImage400 {
        width: 400px;
    }

    div.product div.productDescription {
        width: 400px;
        margin-top: -10px;
        float: left
    }

    div.product h1 {
        margin-right: 10px
    }

    div.product h2 {
        margin-right: 10px
    }

    div.product h3 {
        margin-right: 10px
    }

p.sendButton {
    font-family: 'neutral_bp_medium', Arial, sans-serif;
    color: black;
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    padding-top: 30px;
    display: block
}

    p.sendButton img {
        margin-top: -5px
    }


div.backButton {
    margin-top: 50px;
    margin-left: 30px;
    margin-bottom: 50px;
}


div.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 23px;
    z-index: 1200;
    background: #ffffff
}

div.footerContent {
    position: relative;
    width: 100%;
}

    div.footerContent p.socialLinks {
        margin-right: 64px;
        margin-top: 7px;
        padding: 0;
        font-family: 'neutral_bp_regular', Arial, sans-serif;
        color: black;
        font-size: 15px;
        line-height: 12px;
        font-weight: normal;
        display: inline;
        float: right
    }



div.fullScreenNewsletterOverlay {
    background: rgba(0,0,0,0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10000;
}


.newsletterRegistration {
    margin: 3px auto;
    width: 496px;
    height: auto;
    background: white;
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.newsletterRegistrationInput {
    background: white;
    font-family: 'neutral_bp_regular', Arial, sans-serif;
    color: black;
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    text-decoration: none;
    height: 22px;
    width: 220px;
    border: 1px;
    border-style: solid;
    overflow: hidden;
}

.newsletterRegistration .form-p {
    position: relative;
    display: inline;
}

.regForm {
    display: block
}

.regInfo {
    display: none
}

.form-p img {
    margin-top: -3px
}


.closeIcon {
    margin: 222px auto 0;
    width: 556px;
    height: 16px;
    text-align: right;
}

#closeIconClick, .newsletterRegistration .mail {
    cursor: pointer
}


div.newsletterRegOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(256,256,256,0.95);
    z-index: 1000;
    text-align: center;
    vertical-align: middle;
    overflow-y: scroll;
}

.close {
    display: block;
    position: absolute;
    top: 19px;
    right: 52px;
    z-index: 1002;
    background-image: url('../../pics/newsletter_close.png');
    background-repeat: no-repeat;
    background-size: 27px 25px;
    width: 27px;
    height: 25px;
}


.guestbookFormHolder {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.guestbookFormInput {
    background: white;
    font-family: 'neutral_bp_regular', Arial, sans-serif;
    color: black;
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    text-decoration: none;
    height: 22px;
    width: 99%;
    border: 1px;
    border-style: solid;
    overflow: hidden;
    margin-bottom: 5px;
}

textarea.guestbookFormInput {
    height: 100px;
    resize: none;
}

.guestbookFormHolder .form-p {
    float: right;
}

.guestbookComments {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 60px;
}

    .guestbookComments h2 {
        position: relative;
        display: block;
        width: 100%;
        border-bottom: 1px solid black;
    }

.comment {
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid black;
    padding-top: 10px;
    padding-bottom: 10px;
}


    .comment h3 {
        font-family: 'neutral_bp_medium', Arial, sans-serif;
        color: black;
        font-size: 15px;
        line-height: 23px;
        font-weight: 300 !important;
        display: inline;
        margin-bottom: 5px !important;
        padding: 0 !important;
    }

    .comment p {
        display: block;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        padding: 0 !important;
    }

.commentDate {
    font-family: 'neutral_bp_regular', Arial, sans-serif;
    color: black;
    font-size: 11px;
    line-height: 23px;
    font-weight: normal;
    display: inline;
}


.playerHolder {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

    .playerHolder audio {
        position: relative;
        width: 100%;
        height: 35px;
    }

    .playerHolder video {
        position: relative;
        width: 100%;
        height: auto;
        object-fit: inherit;
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }



.trackSubtitle {
    position: relative;
    margin-bottom: 10px;
    height: 25px;
}

.trackSubtitleVideo {
    position: relative;
    margin-bottom: 100px;
    height: 25px;
}




#burger-icon {
    width: 30px;
    height: 45px;
    position: relative;
    margin: 0 auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 700ms ease-in-out;
    -moz-transition: 700ms ease-in-out;
    -o-transition: 700ms ease-in-out;
    transition: 700ms ease-in-out;
    cursor: pointer;
}

    #burger-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000000;
        border-radius: 3px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 700ms ease-in-out;
        -moz-transition: 700ms ease-in-out;
        -o-transition: 700ms ease-in-out;
        transition: 700ms ease-in-out;
    }

        #burger-icon span:nth-child(1) {
            top: 0px;
        }

        #burger-icon span:nth-child(2), #burger-icon span:nth-child(3) {
            top: 8px;
        }

        #burger-icon span:nth-child(4) {
            top: 16px;
        }

    #burger-icon.open span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    #burger-icon.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #burger-icon.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #burger-icon.open span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%;
    }


div.mobileNavigation ul {
    position: relative;
    width: calc(100% - 50px);
    left: 50px;
    margin-top: 50px;
    list-style: none outside none;
}

div.mobileNavigation li {
    display: block;
    font-family: 'neutral_bp_regular', Arial, sans-serif;
    font-size: 22px;
    line-height: 29px;
    font-weight: normal;
    color: #000000;
}

    div.mobileNavigation li a {
        color: #000000;
        text-decoration: none;
    }

        div.mobileNavigation li a:hover, div.mobileNavigation li.active a {
            font-family: 'neutral_bp_medium', Arial, sans-serif;
            font-weight: 500;
            line-height: 22px;
        }

    div.mobileNavigation li.clicked, div.mobileNavigation li.clicked a {
        font-family: 'neutral_bp_medium', Arial, sans-serif;
        font-weight: 500;
        line-height: 29px;
    }

    div.mobileNavigation li.subNav {
        margin-left: 25px;
        display: none;
    }

        div.mobileNavigation li.subNav.visible {
            display: block;
        }




@media only screen and (max-width: 1450px) {
    div.gridElementSponsor {
        display: block
    }

    div.sponsorElement {
        display: none;
    }
}


@media only screen and (max-width: 1300px) {
    div.subNavigation {
        left: 100px;
        right: 30px;
    }
}


@media only screen and (max-width: 1000px) {
    .playerHolder audio {
        height: 60px;
    }
}




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

    div.wrap {
        width: 900px;
    }

    div.gridHolder {
        width: 900px;
        margin: 0px auto;
    }

    div.gridContainer {
        width: 900px;
        max-width: 900px;
    }
}


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

    div.wrap {
        width: 500px;
    }

    div.gridHolder {
        width: 500px;
        margin: 0px auto;
    }

    div.gridContainer {
        width: 500px;
        max-width: 500px;
    }

    #gridManipulator {
        display: none;
    }

    div.content {
        width: 500px;
    }

    div.contentRight {
        margin-left: 0px;
    }


    div.product div.productDescription {
        width: 400px;
        margin-top: 17px;
    }
}



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


    header.overlay {
        height: 80px !important;
    }

    #borderTop, #borderBottom, #borderLeft, #borderRight {
        display: none;
    }


    div.header, div.navigation, ul.subNavigation, div.language {
        display: none;
    }

    div.language {
        right: 50px;
    }

    div.mobileheader {
        position: relative;
        width: 100%;
        display: block;
    }

        div.mobileheader div.mobileNavigationButton {
            position: absolute;
            top: 0;
            left: 50px;
            cursor: pointer;
        }

    header div.logo img {
        margin-right: 50px
    }



    div.navigationHolderMobile {
        position: fixed;
        top: 67px;
        width: 100%;
        height: calc(100vh - 67px);
        background: #ffffff;
        z-index: 950;
        overflow: auto;
    }

        div.navigationHolderMobile.visible {
            position: fixed;
            left: 0;
            opacity: 1;
        }


    div.wrap {
        width: 100%;
        overflow: visible;
    }

    div.gridHolder {
        width: 100%;
    }

    div.gridContainer {
        width: auto;
        margin-left: 50px;
        margin-right: 50px;
        max-width: unset;
    }

    div.gridElement {
        position: relative;
        width: 450px;
        height: auto;
        padding-bottom: 50px;
    }

    div.content {
        width: auto;
        margin-left: 50px;
        margin-right: 50px;
        margin-top: 0;
        word-break: keep-all;
    }

    div.detailContent, div.contentLeft, div.contentRight {
        width: 100%;
        min-width: unset;
    }

    .playerHolder {
        position: relative;
        width: 400px;
    }







    h1, h1 i, h1.archive, h1.artist {
        font-size: 35px;
        line-height: 37px;
    }

        h1.artist span {
            font-size: 23px;
            line-height: 37px;
        }

    h2, h2.light, h2.light strong {
        font-size: 22px;
        line-height: 29px;
    }

    h3, h3.light, h3.artist {
        font-size: 17px;
        line-height: 31px;
    }

        h3.artist span {
            font-size: 15px;
            line-height: 31px;
        }

    h6, h6.clicked {
        font-size: 17px;
        line-height: 17px;
    }


    p, p.sendButton {
        font-size: 17px;
        line-height: 25px;
    }

        p.news, p.fullScreenSubtitle, p.newsLight {
            font-size: 15px;
            line-height: 23px;
        }

    div.footerContent p.socialLinks {
        font-size: 17px;
        line-height: 17px;
    }

    .guestbookFormInput {
        font-size: 17px;
        line-height: 25px;
        height: 24px;
    }

    .comment h3 {
        font-size: 17px;
        line-height: 25px;
    }

    .commentDate {
        font-size: 11px;
        line-height: 23px;
    }

    div.footer {
        display: none;
    }

    div.footerContent {
        position: relative;
        width: 100%;
        margin-top: 23px;
        margin-bottom: 63px;
        display: inline-block;
    }

        div.footerContent p.socialLinks {
            margin-right: unset;
            margin-left: 50px;
            float: left
        }

    label.listStyleDivider {
        display: none;
    }

    label.listStyle {
        display: none;
    }
}

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

    h1, h1 i, h1.archive, h1.artist {
        font-size: 33px;
        line-height: 35px;
    }


    div.language {
        right: 25px;
        background: #ffffff;
    }

    div.mobileheader div.mobileNavigationButton {
        left: 25px;
    }

    header div.logo img {
        margin-right: 25px
    }

    div.mobileNavigation ul {
        left: 25px;
    }



    div.gridContainer {
        margin-left: 25px;
        margin-right: 25px;
    }


    div.content {
        margin-left: 25px;
        margin-right: 25px;
    }

    div.gridElement {
        width: 100%;
    }

    div.contentLeftTop, .playerHolder {
        position: relative;
        width: 100%;
    }

    div.gridContent450, div.gridContent400 {
        position: relative;
        width: 100%;
    }


    .gridContent450 .freeEntry {
        display: none;
    }

    .gridContent450 .freeEntryMobile {
        display: block;
    }


    .gridContent450 .headerText {
        width: 100%;
        padding-left: 0
    }

        .gridContent450 .headerText h1 {
            margin-right: 0;
        }

    .gridContent450 .bottomText {
        width: 100%;
        padding-left: 0;
    }

    .gridContent450 .bottomBorder, div.gridContent400 .bottomBorder {
        width: calc(100% - 94px);
        left: 94px;
    }

    div.grigImage450, div.grigImage400, div.product div.productImage400 {
        width: calc(100% - 34px);
    }

    div.product div.productImage400, div.product div.grigImage400 {
        width: calc(100% - 17px);
    }

    .grigImage450 img, .grigImage400 img {
        width: 100%;
    }

    .grigImageLeft50 {
        margin-left: 0;
    }

    .grigImageLeft100 {
        margin-left: 0;
    }

    .grigImageLeft150 {
        margin-left: 0;
    }

    .enlargeableCenter, .enlargeableLeft, .enlargeableRight {
        float:unset;
        margin: 0 auto;
    }


    div.gridContentSponsor {
        width: 100%;
        left: 0;
    }

    div.product div.productDescription {
        width: 100%;
    }

    div.footerContent p.socialLinks {
        margin-left: 25px;
    }
}

@media only screen and (max-width: 440px) {
    header div.logo img {
        width: 70%;
        height: auto;
    }
}

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

    h1, h1 i, h1.archive, h1.artist {
        font-size: 29px;
        line-height: 35px;
    }

    div.mobileheader div.mobileNavigationButton {
        left: 15px;
    }

    header div.logo img {
        margin-right: 15px
    }

    div.language {
        right: 15px;
    }

    div.mobileNavigation ul {
        left: 15px;
        width: calc(100% - 30px);
    }

    div.gridContainer {
        margin-left: 15px;
        margin-right: 15px;
    }

    div.content {
        margin-left: 15px;
        margin-right: 15px;
    }

    div.footerContent p.socialLinks {
        margin-left: 15px;
    }
}

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




    div.mobileheader div.mobileNavigationButton {
        left: 10px;
    }

    header div.logo img {
        margin-right: 10px
    }

    div.language {
        right: 10px;
    }

    div.mobileNavigation ul {
        left: 10px;
        width: calc(100% - 20px);
    }

    div.gridContainer {
        margin-left: 10px;
        margin-right: 10px;
    }

    div.content {
        margin-left: 10px;
        margin-right: 10px;
    }

    div.footerContent p.socialLinks {
        margin-left: 10px;
    }
}
</pre></body></html>