
    @font-face {
        font-family: fira-bold;
        src: url("/lib/media.php?id=975");
    }
    @font-face {
        font-family: fira-light;
        src: url("/lib/media.php?id=971");
    }
    
    * {
        font-family: fira-light;
    }
    h1, h2, h3, h4, h5, h6 {
        letter-spacing: 1px;
        font-family:fira-bold;
        text-transform: uppercase;
    }
    .mainContent h1,
    #infobox h1,
    .blogList h2,
    .articleRight h2,
    .blogText .shopOrder strong,
    .button,
    .itemMessage > span,
    .contMessage,
    #headerNavi > ul > li > a,
    .teaserHeadline,
    .blogText h3 {
        font-family:fira-bold;
    }


    html,body {
        margin:0;
        padding:0;
    }
    body > .line {
        height: 1px;
        max-width: 80%;
        margin: 40px auto;
    }
    
    #wrapper {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
      background-color:#373737;
    }
    #logo {
        position: relative;
        z-index:2;
        padding-top:10px;
    }
    
    #headerLogo {
        width:85px;
        height:86px;
        margin:auto;
        margin-top:30px;
    }
    #headerNavi {
        margin: 20px 0 10px 0;
        position:relative;
        z-index:2;
    }
    #headerNavi > ul {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    #headerNavi > ul > li {
        display:inline-block;
    }
    #headerNavi > ul > li > a {
        display:block;
        margin: 5px 10px;
        font-size: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }
    
    #headerSubNavi > ul {
        display: block;
        list-style: outside none none;
        padding: 0px;
        margin: 0px;
        text-align: center;
    }
    
    #headerSubNavi > ul > li {
        display: inline-block;
        position: relative;
    }
    
    #headerSubNavi > ul > li > a {
        font-size: 20px;
        font-weight: 200;
        text-transform: uppercase;
        padding: 5px 10px;
        display: block;
    }
    
    #headerSubNavi > ul > li > ul {
        display:none;
        position: absolute;
        padding: 0px;
        list-style: outside none none;
        text-align: left;
        z-index: 100;
        background-color: rgba(255, 255, 255, 0.8);
        min-width: 100%;
    }
    
    #headerSubNavi > ul > li:hover > ul {
        display:block;
    }
    #headerSubNavi > ul > li > ul > li > a {
        padding: 5px 10px 5px 20px;
        display: block;
        white-space: nowrap;
    }
    
    #headerSubNavi > ul > li a.active {
        font-weight: bold;
    }
    
    .lineHeader {
        text-align: center;
        margin-bottom: -35px;
        margin-top: 50px;
        font-weight: 200;
    }
    
    .teaserHeadline {
          color: #ffffff;
          font-size: 30px;
          margin: auto;
          position: relative;
          text-align: center;
          text-transform: uppercase;
          vertical-align: middle;
          width: 80%;
          top: calc(50% - 25%);
    }
    
    .teaserBG {
        background-size:cover;
        background-position:center;
        position:relative;
    }
    .teaserBG.active {
        height: 630px;
    }
    #gmapMain {
        height: 100%;
        width:100%;
        position:absolute !important;
    }
    .teaserFG {
        position:absolute;
        height: 100%;
        width: 100%;
        background-size:cover;
        background-position:center;
        top:0;
        z-index:1;
    }
    .teaserIndicators {
        text-align:center;
    }
    .teaserIndicators div {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin: 15px 5px;
        cursor:pointer;
    }
    .teaserButton {
        color: #ffffff;
        cursor: pointer;
        font-size: 32px;
        line-height: 20px;
        position: fixed;
        text-align: center;
        top: 300px;
        z-index:100;
    }
    .teaserButton.right {
        right: calc((85% - 960px) / 2);
    }
    .teaserButton.left {
        left: calc((85% - 960px) / 2);
    }
    .teaserButton.bottom {
        position:absolute;
        right: calc(50% - 17px);
        top: 80%;
    }
    #claim {
        text-align: center;
        font-size: 24px;
        text-transform: uppercase;
        margin: 50px 0px;
    }
    #claim .line {
        display:block;
        width:200px;
        margin:20px auto;
        height:2px;
    }
    
    .blogEntries {
        max-width: 80%;
        margin: 50px auto 0;
        width: 960px;
    }
    .blogEntries:after {
        content:"";
        display:block;
        clear:both;
    }
    .blogEntry {
        display: block;
        width: 30%;
        margin-right: 5%;
        float: left;
        margin-bottom: 50px;
    }
    .blogEntry:nth-child(3n) {
        margin-right: 0;
    }
    .blogEntry:nth-child(3n+1) {
        clear:left;
    }
    
    .blogImage {    
        min-height:148px;
        background-size: cover;
        background-position: center center;
    }
    
    .blogImage > img {
        /*width:300px;
        height:148px;*/
        width:100%;
    }
    
    .blogText h3 {
        font-size: 20px;
        text-transform: uppercase;
        margin: 7px 0px;
    }
    
    .blogText p {
        text-align: justify;
        font-size:14px;
    }
    
    .blogList {
        display:table;
        width:80%;
        margin:auto;
        border-spacing:0 30px;
        width: 960px;
    }
    
    .tr {
        display:table-row;
    }
    .td {
        display:table-cell;
        padding-left:20px;
        margin-left:10px;
    }
    .td.image {
        width: 35%;
        background-size:cover;
        background-position:center;
    }
    
    .blogList .dateHeader {
        margin-bottom: 10px;
        display: block;
    }
    
    .dateHeader {
        font-size:11px;
        font-style:normal;
    }
    .blogList h2 {
        font-size: 20px;
        margin-top: 0;
    }
    
    
    .button {
        display: inline-block;
        padding: 3px 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
        cursor: pointer;
    }
    
    #infobox {
        max-width: 80%;
        margin: 50px auto 0;
        padding: 20px;
        text-align: center;
        width: 960px;
        box-sizing: border-box;
    }
    
    #infobox h1 {
        font-size: 20px;
    }
    
    h1, h2 {
        font-size: 20px;
        font-family: fira-bold;
        
    }
    h2 {
    border-top: 1px solid #ffffff;
    margin-top: 35px;
    padding-top: 15px;
    padding-bottom: 10px;
    }
    .mainContent table {
        width:100%;  
        float:none !important;
        clear:both;
    }
    .mainContent td {
        width:33.3%;   
    }
    .mainContent {
        max-width: 80%;
        margin: auto;
        text-align: justify;
        width: 960px;
    }
    .mainContent:after {
        content:"";
        display:block;
        clear:both;
    }
    .mainContent.small {
        width: 620px;
        text-align:center;
    }
    .mainContent.blog {
        width: 620px;
        text-align:justify;
    }
    .mainContent h1 {
        font-size: 20px;
        text-align: center;
        margin-top: 35px;
    }
    
    .mainContent p {
        font-size: 14px;
    }
    
    .articleLeft {
        text-align: left;
        float: left;
        width: 55%;
        margin-top:25px;
    }
    .articleLeft img {
        width: 100%;
    }
    
    .articleRight {
        float: right;
        width: 40%;
        text-align: left;
        margin-top:25px;
    }
    
    .articleRight .line {
        width:100%;
        height:1px;
        margin:20px 0;
    }
    
    .articleRight h2 {
    letter-spacing: 1px;
    margin: 0;
    }
    
    .amountBox {
        display: inline-block;
        padding: 3px 16px;
        letter-spacing: 1px;
        font-weight: 200;
        font-size: 18px;
    }
    .amountBox > input {
        width: 30px;
        background-color: #ccc;
        border: 0 none;
        font: inherit;
        text-align: center;
        margin-left: 5px;
        margin-right: -5px;
    }
    
    .soundcloud {
      margin: 50px auto;
      max-width: 100%;
    }
    
    /* relBox */
    .relBox {
        width: 960px;
        margin: 50px auto auto;
        max-width: 80%;
    }
    .relBox h2 {
        text-align:center;
    }
    .relListBox {
        display: table;
        width: 100%;
    }
    .relBox .td {
        padding-left: 0px;
        padding-right: 30px;
        width:33%;
    }
    .relBox .td {
        text-align: center;
    }
    .relBox .td:last-child {
        text-align: right;
    }
    .relBox .td:first-child {
        text-align: left;
    }
    
    /* shop */
    .step {
        display: none;
        font-size: 18px;
    }
    
    .step.active {
        display:block;
    }
    
    .articleTable {
        width: 100%;
        display: table;
        border-spacing: 0 15px;
        margin-top: -60px;
    }
    
    .articleTable .td {
        vertical-align: middle;
        font-size: 15px;
    }
    
    .td.itemImage {
        width: 100px;
        height: 100px;
        background-size: cover;
        background-position: center;
    }
    
    .td .amount {
        width:40px;
    }
    
    .td.removeItem {
        cursor: pointer;
    }
    .td.rightAlign {
        text-align: right;
    }
    
    .itemMessage {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.8);
        display:none;
    }
    .itemMessage > span {
        color: #FFF;
        font-size: 20px;
        margin-top: 32px;
        display: block;
    }
    .article.tr {
        position:relative;
    }
    
    .invoiceAddress, .deliverAddress {
        width: 40%;
        display: inline-block;
    }
    
    .invoiceAddress [name], .deliverAddress [name] {
        width: 80%;
        margin-bottom: 5px;
        box-sizing: border-box;
    }
    
    .selectPayment {
        display: table;
        margin: auto;
        border-spacing: 10px 0;
    }
    
    .selectPayment > div {
        font-size: 18px;
        display: table-row;
    }
    
    .selectPayment > div > * {
        display: table-cell;
        text-align: left;
    }
    
    .markError {
        border:1px dashed #f00;
    }
    
    #sumPriceBTN {
        color: inherit;
    }
    
    .shippingInfo {
        list-style: none;
        padding:0;
    }
    /* /shop */
    
    .contactBox {
        max-width:80%;
        width:960px;
        margin:auto;
    }
    
    .contactBox::after {
        content:"";
        display:block;
        clear:both;
    }
    
    .contactLeft {
        float: left;
    }
    .contactRight {
        float: right;
    }
    
    .contactForm {
        margin:20px auto;
    }
    
    .contactForm > *, .step *[name], .step option {
        background-color: #373737;
        border:1px solid #f7f7f7;
        box-sizing:border-box;
        color: #ffffff;
        font-size: 14px;
        margin-bottom: 10px;
        padding: 5px;
        width: 100%;
    }
    .contactForm > textarea {
        height: 250px;
    }
    .contactForm input[name="name"] {
        margin-right: 2%;
    }
    .contactForm input[name="name"], .contactForm input[name="email"] {
        width: 49%;
        display: block;
        float: left;
    }
    .contactForm > .button {
        width: auto;
    }
    
    #capchaImage {
        width: 110px;
    }
    .contMessage {
        color: green;
        font-size: 20px;
        border:none;
    }
    .contMessage.error {
        color: red;
    }
    
    #footer {
        background-color: #2e2d2c;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px;
        padding-bottom: 100px;
    }
    #footer:after {
        clear:both;
        display:block;
        content:"";
    }
    
    #footerLine {
        position: relative;
        height: 2px;
        margin: 41px 0;
    }
    
    .footerLogo {
        background-image:url("/lib/media.php?id=871");
        background-position: center bottom;
        background-repeat: no-repeat;
        height: 86px;
        padding: 40px 10px 0;
        width: 120px;
        margin:auto;
    }
    
    .footerBox {
        display: block;
        margin-right: 2%;
        text-align:center;
    }
    
    .footerBox.center {
        padding-top: 42px;
        text-transform: uppercase;
    }
    
    .footerBox.center > a {
      font-weight: bold;
      margin: 0 10px;
    }
    
    .imprintNav {
        font-weight:300;
    }
    .imprintNav > a{
        margin:0 10px;
    }
    
    .footerBox:last-child {
        margin-right: 0px;
    }
    
    .footerBox .line {
        display:block;
        width:100px;
        margin:20px auto;
        height:1px;
    }
    
    .socialButtons {
        margin-bottom: 25px;
    }
    

    
        body {
            background-color:#000000;
        }
            
        * {
            color:#fff;
            text-decoration:none;
        }
        #headerLogo {
            background-image:url("/lib/media.php?id=873");
        }
        
        
        #headerNavi .active {
            border-bottom: 2px solid #fff;
        }
        
        #headerSubNavi > ul > li > ul {
            background-color:rgba(51,51,51,0.8);
        }
            
        .teaserIndicators div, .button, #infobox, .amountBox {
            border: 3px solid #fff;
        }
        
        .relBox {
            border-top: 1px solid #fff;
        }
        
        .line,  
        #footerLine,
        .teaserIndicators div.active {
            background-color:#fff;
        }
        
        .centerButtonArea{
            text-align:center;
            padding:15px 0px;
        }
        
        .button.fill {
            color:#000;
            background-color:#fff;
        }
        
        .listHead > .td {
            border-bottom: 1px solid  #fff;
        }
        .fullPriceRow .td {
            border-bottom: 4px double #fff;
            border-top: 1px solid #fff;
        }
        
        
        
        .socialButtons .fb {
            background-image:url("/lib/media.php?id=881");
        }
        .socialButtons .yt {
            background-image:url("/lib/media.php?id=881");
        }
        .socialButtons .sc {
            background-image:url("/lib/media.php?id=889");
        }
        .socialButtons .bp {
            background-image:url("/lib/media.php?id=877");
        }
        .socialButtons .ra {
            background-image:url("/lib/media.php?id=885");
        }
        
        .mobileNavButton {
            background-image:url("/lib/media.php?id=957");
        }
    
    
    .step {
        margin-top:70px;   
    }
    
    /* mobile / tablet */
    @media screen and (max-width: 1020px){
        .blogEntry {
            width: 45%;
            margin-right:10%;
        }
        .blogEntry:nth-child(3n) {
            margin-right:10%;
        }
        .blogEntry:nth-child(2n) {
            margin-right:0;
        }
        .blogEntry:nth-child(3n+1) {
            clear:none;
        }
        .blogEntry:nth-child(2n+1) {
            clear:both;
        }
    }
    
    @media screen and (max-width: 700px){
                
        #header {
            position: relative;
        }

        #headerNavi {
            display: none;
            padding-bottom: 20px;
            position: absolute;
            width: 100%;
            z-index: 500;
            background-color:rgba(0,0,0,0.5);
        }
                
        #headerSubNavi {
            border-top: none;
            margin-top: 10px;
            padding-top: 10px;
        }
        
        #headerSubNavi > ul > li {
            display: block;
        }
                 
        #headerSubNavi > ul > li > ul {
            background-color: rgba(0, 0, 0, 0);
            display: block;
            position: relative;
            text-align: center;
        }
                
        #headerNavi > ul {
            width: 100%;
        }
        
        #headerNavi > ul > li {
            display: block;
            text-align: center;
            width: 100%;
        }
        #headerNavi > ul > li > a {
            display: inline-block;
        }
        
        .teaserBG {
            /*margin-top: 50px;*/
        }
        
        .mobileNavButton {
            background-position: center center;
            background-repeat: no-repeat;
            cursor: pointer;
            display: block;
            height: 16px;
            margin: 30px auto 0;
            padding: 20px;
            width: 26px;
        }
        
        .teaserButton {
            display:none;
        }
    
        .blogEntry {
            width: 100%;
            margin-right:0;
            clear:both;
        }
        .articleLeft {
            float: none;
            text-align: left;
            width: 100%;
        }
        .articleRight {
            float: none;
            text-align: left;
            width: 100%;
        }
        .articleTable .td {
            font-size: 16px;
            padding: 2px;
        }       
        .articleTable .tr:not(.article) .td:nth-child(2) {
            display: none;
        }
        .td.itemImage {
            display: none;
        }
        .td .amount {
            width: 16px;
        }
        .invoiceAddress, .deliverAddress {
            width:100%;
        }
        .contactForm {
            width:80%;
        }
        .contactLeft, .contactRight {
            float: none;
        }
        .contactRight {
            margin-top:10px;
        }
        .contactForm input[name="name"],.contactForm  input[name="email"] {
            width: 100%;
            display: block;
            float:none;
        }
                
        
    }
