@charset "UTF-8";
/* -------------------------------------------------------- */
/*           SCSS SCHEME . IMPORTING ALL STYLES             */
/*            13.08.2014     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*        RESET . JUST DELETE SHITI BROWSER THINGS          */
/*            13.08.2014     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, main, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, form, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent; }

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-y: scroll; }

article, aside, figure, figcaption, footer, header, nav, section, main {
  display: block; }

a, :focus {
  outline: 0; }

a {
  text-decoration: none; }

a img {
  border: 0 none; }

ul {
  list-style: square outside; }
  ul ul {
    margin-bottom: 0; }

ol {
  list-style: decimal outside; }
  ol ol ol {
    margin-bottom: 0; }

/* -------------------------------------------------------- */
/*        CONFIG DATA . FONTS, GENERALS and VARIABLES       */
/*            06.05.2015     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                 COLORSCHEME, DO IT!                      */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                 LETS ROCK THE FONTS                      */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                FAIHTFULLY STYLE MIXINS                   */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*               FAIHTFULLY POSITION MIXINS                 */
/* -------------------------------------------------------- */
@font-face {
  font-family: 'symbols';
  src: url("../font/symbols.eot?8731407");
  src: url("../font/symbols.eot?8731407#iefix") format("embedded-opentype"), url("../font/symbols.woff2?8731407") format("woff2"), url("../font/symbols.woff?8731407") format("woff"), url("../font/symbols.ttf?8731407") format("truetype"), url("../font/symbols.svg?8731407#symbols") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"]:before, [class*=" icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:after, #breadcrumb ul li a:after {
  font-family: "symbols";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em; }

.icon-gplus:before {
  content: '\e800'; }

/* '' */
.icon-rss:before {
  content: '\e801'; }

/* '' */
.icon-menu:before {
  content: '\e802'; }

/* '' */
.icon-resize-full:before {
  content: '\e803'; }

/* '' */
.icon-search:after {
  content: '\e804'; }

/* '' */
.icon-right-dir:before {
  content: '\e805'; }

/* '' */
.icon-right-dir-a:after {
  content: '\e805'; }

/* '' */
.icon-twitter:before {
  content: '\e806'; }

/* '' */
.icon-facebook:before {
  content: '\e807'; }

/* '' */
.icon-check:before {
  content: '\e808'; }

/* '' */
.icon-cancel:before {
  content: '\e809'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e80a'; }

/* '' */
.icon-right-open-mini:after {
  content: '\e80b'; }

/* '' */
.icon-right-open-big:after {
  content: '\e80c'; }

/* '' */
.icon-left-open-big:before {
  content: '\e80d'; }

/* '' */
.icon-down-open-big:after {
  content: '\e80e'; }

/* '' */
.icon-up-open-big:before {
  content: '\e80f'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e810'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e811'; }

/* '' */
.icon-pause:before {
  content: '\e812'; }

/* '' */
.icon-basket:after {
  content: '\e822'; }

/* '' */
.icon-basket-b:before {
  content: '\e822'; }

/* '' */
.icon-users:before {
  content: '\e814'; }

/* '' */
.icon-phone:before {
  content: '\e815'; }

/* '' */
.icon-book-open:before {
  content: '\e813'; }

/* '' */
.icon-download:after {
  content: '\e816'; }

/* '' */
.icon-down-dir:after {
  content: '\e817'; }

/* '' */
.icon-instagram-1:before {
  content: '\f16d'; }

.icon-troete-vektor_dick_gold:before {
  content: '\e818'; }

/* '' */
/* -------------------------------------------------------- */
/*           BASE . THE BASEMENT OF YOUR STYLE              */
/*            13.08.2014     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
body {
  background: #edece8; }

main {
  position: relative; }

main > section {
  position: relative;
  width: 90%;
  margin: 0 auto;
  min-height: 200px; }

/* -------------------------------------------------------- */
/*                     FONT BASEMENT                        */
/* -------------------------------------------------------- */
html {
  font-size: 14px;
  color: #5f5f5f;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0; }

* {
  font-size: inherit;
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit; }

h1 {
  font-size: 19px; }

h2 {
  font-size: 19px; }

h3 {
  font-size: 22px;
  font-weight: 700;
  padding: 15px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 19px; }

h6 {
  display: block;
  margin: 20px 15px 0 15px;
  font-size: 14px;
  font-weight: 700; }

/* -------------------------------------------------------- */
/*                  A-TAG / LINK BASEMENT                   */
/* -------------------------------------------------------- */
a {
  color: #a28753;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a:hover {
    color: #6f5d39; }

/* -------------------------------------------------------- */
/*                FORMULAR-TAGS / BASEMENT                  */
/* -------------------------------------------------------- */
input, textarea {
  margin-bottom: 10px; }

/* -------------------------------------------------------- */
/*              BUTTON-TAG / BUTTON BASEMENT                */
/* -------------------------------------------------------- */
button {
  padding: 8px 20px;
  margin-bottom: 10px;
  background-color: #fbfaf8;
  font-weight: 700;
  color: #a28753;
  border: 1px solid #d7cdba;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  -ms-border-radius: 18px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  button:hover, button:active {
    background-color: #edece8;
    cursor: pointer; }

/* -------------------------------------------------------- */
/*                    ELEMENT BASEMENT                      */
/* -------------------------------------------------------- */
strong,
b {
  font-weight: bold; }

small {
  font-size: .875em; }

strike,
del {
  text-decoration: line-through; }

pre,
code,
kbd,
samp {
  font-family: Consolas, "Lucida Console", Monaco, monospace;
  font-size: .875em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote {
  font-style: italic;
  margin-bottom: 1.5em;
  padding: 1.125em 1.5em 1px; }

.clear:before, .clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

/* -------------------------------------------------------- */
/*                    DESKTOP BASEMENT                      */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                 INIT THE FRAMEWORK                       */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*             HEADER . STYLES OF THE HEADER                */
/*            13.08.2014     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
main > header {
  position: relative;
  width: 100%;
  background: #FFF;
  overflow: hidden; }
  main > header > section {
    position: relative;
    width: 90%;
    margin: 0 auto;
    min-height: 70px; }
  main > header .header-border {
    position: absolute;
    right: 50%;
    top: 0;
    width: 100%;
    height: 5px;
    margin-right: 45%;
    background: #01255e; }
  main > header .header-logo {
    position: absolute;
    display: block;
    left: 5px;
    top: 18px;
    width: auto;
    height: auto; }
    main > header .header-logo img {
      width: 150px;
      height: auto;
      max-width: 253px; }
  main > header .header-metanav {
    position: absolute;
    display: block;
    right: 0;
    top: 18px; }
    main > header .header-metanav .icon-basket {
      display: none;
      margin-right: 25px; }
      main > header .header-metanav .icon-basket:after {
        margin-left: 10px;
        font-size: 20px; }
    main > header .header-metanav .icon-menu {
      font-size: 35px;
      line-height: 30px;
      display: block;
      cursor: pointer; }
    main > header .header-metanav form {
      position: relative;
      display: none;
      background: #edece8;
      padding: 3px 40px 3px 15px;
      height: 30px;
      width: 230px;
      margin: 0 10px 0 0;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      -ms-border-radius: 15px; }
      main > header .header-metanav form input {
        color: #a28753;
        border: none;
        background: transparent;
        width: 100%;
        cursor: auto; }
      main > header .header-metanav form label {
        cursor: pointer; }
        main > header .header-metanav form label:after {
          display: block;
          position: absolute;
          right: 10px;
          top: 5px;
          font-size: 20px;
          color: #a28753; }
  main > header:before {
    display: block;
    width: 100%;
    height: 5px;
    content: "";
    background: #a28753; }

/* -------------------------------------------------------- */
/*             FOOTER . STYLES OF THE FOOTER                */
/*            28.05.2015     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
main > footer {
  position: relative;
  width: 100%;
  min-height: 165px;
  background: #a28753;
  overflow: hidden; }
  main > footer > section {
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center; }
  main > footer .footer-logo {
    display: block;
    text-align: center;
    margin: 10px; }
  main > footer .footer-links {
    display: block;
    float: left;
    width: 48%;
    color: #FFF;
    text-align: center; }
    main > footer .footer-links li {
      list-style: none; }
    main > footer .footer-links a {
      display: block;
      padding: 3px 0;
      color: #FFF; }
      main > footer .footer-links a:hover {
        color: #d9d9d9; }
  main > footer .footer-socialIcons {
    display: inline-block;
    width: auto;
    color: #FFF; }
    main > footer .footer-socialIcons li {
      list-style: none;
      display: block;
      float: right;
      margin: 15px 0; }
    main > footer .footer-socialIcons a {
      display: block;
      height: 33px;
      width: 33px;
      margin: 0 7px;
      text-align: center;
      padding: 7px 0 0 0;
      background: #FFF;
      color: #a28753;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -ms-border-radius: 50%; }
      main > footer .footer-socialIcons a:before {
        font-size: 20px; }
      main > footer .footer-socialIcons a.icon-rss {
        padding: 3px 0 0 0; }
        main > footer .footer-socialIcons a.icon-rss:before {
          font-size: 25px; }
      main > footer .footer-socialIcons a.icon-right-dir {
        padding: 0 0 0 0; }
        main > footer .footer-socialIcons a.icon-right-dir:before {
          margin: 0 2px;
          font-size: 33px; }
      main > footer .footer-socialIcons a:hover {
        background: #d9d9d9; }

/* -------------------------------------------------------- */
/*         NAVIGATION . STYLES OF THE NAVIGATION            */
/*            13.08.2014     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
/* ---------------------- */
/*   DESKTOP NAVIGATION   */
/* ---------------------- */
main > section #navigation {
  display: none; }

/* --------------------- */
/*   MOBILE NAVIGATION   */
/* --------------------- */
body > nav {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  background: #FFF;
  min-height: 100vh;
  background: #fbfaf8;
  overflow: hidden; }
  body > nav:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    min-height: 100vh;
    width: 5px;
    -webkit-box-shadow: inset 3px 0px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 3px 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 3px 0px 2px 0px rgba(0, 0, 0, 0.15); }
  body > nav > section {
    width: 250px; }
  body > nav ul {
    list-style: none; }

.openmobilemenue > main {
  position: fixed;
  width: 100%; }

.openmobilemenue > nav {
  display: block; }

.navigation-metanav {
  display: block;
  right: 0;
  top: 0;
  padding: 20px 0;
  background: #FFF; }
  .navigation-metanav .icon-basket {
    right: 0;
    margin-left: 120px; }
    .navigation-metanav .icon-basket:after {
      margin-left: 10px;
      font-size: 20px; }
  .navigation-metanav form {
    position: relative;
    background: #edece8;
    padding: 3px 40px 3px 15px;
    height: 30px;
    width: 220px;
    margin: 18px 10px 0px 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -ms-border-radius: 15px; }
    .navigation-metanav form input {
      color: #a28753;
      border: none;
      background: transparent; }
    .navigation-metanav form label:after {
      display: block;
      position: absolute;
      right: 10px;
      top: 5px;
      font-size: 20px;
      color: #a28753; }

.navigation-firstmenu li {
  position: relative; }

.navigation-firstmenu a {
  display: block;
  position: relative;
  padding: 3px 12px 3px 20px;
  font-size: 22px;
  border-top: 1px solid #edece8;
  background: #FFF; }
  .navigation-firstmenu a:after {
    position: absolute;
    right: 10px;
    top: 12px; }
  .navigation-firstmenu a:active {
    background: #f3f3f3; }
  .navigation-firstmenu a.open:after {
    content: "\e80e"; }

.navigation-firstmenu ul {
  display: none; }
  .navigation-firstmenu ul li a {
    padding: 11px 12px 11px 20px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    background: #fbfaf8; }
  .navigation-firstmenu ul li:nth-child(2n) a {
    background: #FFF; }

.navigation-newsletter {
  font-weight: 700;
  border-top: 1px solid #edece8;
  padding: 17px 12px 14px 20px;
  background: #fbfaf8; }
  .navigation-newsletter h4 {
    color: #5f5f5f;
    font-weight: inherit;
    font-size: 16px;
    line-height: 19px; }
  .navigation-newsletter a {
    font-weight: inherit;
    font-size: 14px; }
    .navigation-newsletter a:active {
      background: none; }

.navigation-secondmenu {
  height: 70px;
  border-top: 1px solid #edece8;
  border-bottom: 1px solid #edece8;
  background: #fbfaf8; }
  .navigation-secondmenu li {
    padding: 10px 10px;
    width: 33%;
    float: left;
    text-align: center;
    border-right: 1px solid #edece8; }
    .navigation-secondmenu li:active {
      background-color: #edece8; }
    .navigation-secondmenu li a {
      font-weight: bold;
      line-height: 23px;
      font-size: 13px; }
      .navigation-secondmenu li a:active {
        background: none; }
      .navigation-secondmenu li a:before {
        font-size: 24px; }
  .navigation-secondmenu li:last-child {
    border: none; }

.navigation-newsletter a:after, .navigation-secondmenu a:after {
  font-size: 12px;
  font-weight: bold; }

/*                   INIT THE MODULES                         */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*          FLEXSLIDER . STYLES OF SLIDER MODULE            */
/*            13.05.2015     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  FLEXSLIDER . RESET                      */
/* -------------------------------------------------------- */
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* -------------------------------------------------------- */
/*                  FLEXSLIDER . STYLES                     */
/* -------------------------------------------------------- */
.flexslider {
  padding: 0;
  width: 98%;
  margin: 0 1%;
  background: #FFF;
  position: relative;
  zoom: 1;
  overflow: hidden; }
  .flexslider .flex-viewport {
    max-height: 420px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    .flexslider .flex-viewport .slides {
      zoom: 1; }
      .flexslider .flex-viewport .slides > li {
        display: none;
        -webkit-backface-visibility: hidden; }
      .flexslider .flex-viewport .slides img {
        width: 100%;
        display: block;
        height: auto;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
  .flexslider .flex-direction-nav {
    display: none; }
  .flexslider .flex-control-nav {
    position: absolute;
    top: 0;
    right: 20px;
    height: 20px; }
    .flexslider .flex-control-nav li {
      display: inline-block;
      margin: 0 3px;
      list-style: none; }
      .flexslider .flex-control-nav li a {
        display: block;
        height: 14px;
        width: 14px;
        cursor: pointer;
        font-size: 0px;
        color: transparent;
        background: #FFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -ms-border-radius: 50%; }
        .flexslider .flex-control-nav li a.flex-active, .flexslider .flex-control-nav li a:hover {
          background: #a28753; }

.flexslider-slide {
  position: relative;
  color: #FFF; }
  .flexslider-slide figcaption {
    position: absolute;
    left: 6.2%;
    bottom: 5%;
    height: auto;
    width: auto;
    font-weight: 400;
    font-size: 15px;
    max-width: 87.6%; }
    .flexslider-slide figcaption h3 {
      font-size: 18px;
      font-weight: 700;
      padding: 0;
      line-height: 1.2; }
    .flexslider-slide figcaption span {
      display: none; }
    .flexslider-slide figcaption a {
      display: inline-block;
      position: relative;
      font-weight: 700; }
      .flexslider-slide figcaption a:after {
        position: absolute;
        font-size: 19px;
        right: -23px;
        top: 2px; }

/* -------------------------------------------------------- */
/*      FLEXBOXES . STYLES OF THE ARTICLES ON INDEX         */
/*            02.06.2015     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
.flexboxes {
  margin: 0 0 100px 0; }
  .flexboxes .row1, .flexboxes .row2, .flexboxes .row3, .flexboxes .row4 {
    width: 98%;
    float: left;
    margin: 0 1%; }
  .flexboxes article {
    width: 100%;
    float: left;
    margin-right: 1%;
    margin-left: 1%; }
  .flexboxes:before, .flexboxes:after {
    content: "";
    display: table; }
  .flexboxes:after {
    clear: both; }

.flexbox {
  background: #FFF;
  color: #5f5f5f;
  margin: 20px 0 0 0;
  padding: 15px 0;
  border-bottom: 2px solid #d7cdba;
  /* -------------------------------------------------------- */
  /*    SECTION HEADLINE -> KABARETT, HEARBOOK, MUSIC, ECT.   */
  /* -------------------------------------------------------- */
  /* -------------------------------------------------------- */
  /*             IMAGE BLOCK WIDTH LINK TO SITE               */
  /* -------------------------------------------------------- */
  /* -------------------------------------------------------- */
  /*       TEXT BLOCK WIDTH HEADLINE AND LINK TO SITE         */
  /* -------------------------------------------------------- */
  /* -------------------------------------------------------- */
  /*   AUDIO PLAYER BLOCK WIDTH TEXT AND COVER OF THE AUDIO   */
  /* -------------------------------------------------------- */
  /* -------------------------------------------------------- */
  /*                   DARK QUOTE BLOCK                       */
  /* -------------------------------------------------------- */
  /* -------------------------------------------------------- */
  /*                     VIDEO BLOCK                          */
  /* -------------------------------------------------------- */ }
  .flexbox h3 {
    position: relative;
    display: block;
    height: 12px;
    width: 100%;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 700; }
    .flexbox h3 span {
      background: #FFF;
      margin-left: 10px;
      padding: 0 5px; }
    .flexbox h3:after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      content: "";
      width: 15px;
      height: 12px;
      background: #FFF; }
  .flexbox.hearbook h3 {
    background: #741533;
    color: #741533; }
  .flexbox.kabarett h3 {
    background: #1992a2;
    color: #1992a2; }
  .flexbox.music h3 {
    background: #04275c;
    color: #04275c; }
  .flexbox > figure {
    display: block;
    margin: 0 15px 10px 15px;
    text-align: center; }
    .flexbox > figure img {
      display: inline-block;
      width: 100%;
      height: auto; }
  .flexbox h4 {
    display: block;
    margin: 0 15px;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px; }
  .flexbox > span {
    display: block;
    margin: 10px 15px;
    line-height: 23px;
    font-weight: 300; }
    .flexbox > span a {
      display: inline-block;
      position: relative;
      font-weight: 700; }
      .flexbox > span a:after {
        position: absolute;
        font-size: 19px;
        right: -23px;
        top: 2px; }
  .flexbox .audioplayer {
    margin-top: 15px; }
    .flexbox .audioplayer > figure {
      float: right;
      margin-right: 15px;
      width: 38%;
      max-width: 90px; }
      .flexbox .audioplayer > figure img {
        width: 100%; }
    .flexbox .audioplayer > span {
      float: left;
      margin: 0 0 0 15px;
      width: 45%;
      line-height: 15px;
      font-weight: 300; }
      .flexbox .audioplayer > span small {
        font-size: 12px; }
      .flexbox .audioplayer > span .block {
        display: block; }
        .flexbox .audioplayer > span .block.margin {
          margin-top: 10px; }
    .flexbox .audioplayer .player {
      display: block;
      position: relative;
      width: auto;
      margin: 10px 15px 0 15px;
      background: #edece8;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      -ms-border-radius: 20px; }
      .flexbox .audioplayer .player .playtoggle {
        display: inline-block;
        height: 30px;
        width: 30px;
        color: #FFF;
        background: #a28753;
        border: 3px #d9d9d9 solid;
        font-size: 24px;
        cursor: pointer;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -ms-border-radius: 50%;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        .flexbox .audioplayer .player .playtoggle:before {
          display: block;
          width: 100%;
          margin: 0 0 0 1px; }
        .flexbox .audioplayer .player .playtoggle:hover {
          background: #6f5d39; }
        .flexbox .audioplayer .player .playtoggle.icon-pause:before {
          font-size: 20px;
          margin-left: 0;
          margin-top: 2px; }
      .flexbox .audioplayer .player .gutter {
        display: block;
        position: absolute;
        top: 42%;
        right: 10px;
        left: 40px;
        width: auto;
        background: #FFF;
        height: 6px;
        cursor: pointer;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -ms-border-radius: 5px; }
        .flexbox .audioplayer .player .gutter .done {
          display: block;
          cursor: pointer;
          height: 100%;
          width: 1%;
          min-width: 1%;
          background: #a28753;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          -ms-border-radius: 5px; }
  .flexbox.darkqoute {
    background: #5f5f5f;
    text-align: center;
    padding: 15px 20px 25px 20px;
    color: #FFF;
    border: none; }
    .flexbox.darkqoute > span {
      margin: 0 0 15px 0; }
      .flexbox.darkqoute > span:before {
        content: "»";
        color: #a28753;
        font-size: 20px;
        font-weight: 700; }
      .flexbox.darkqoute > span:after {
        content: "«";
        color: #a28753;
        font-size: 20px;
        font-weight: 700; }
  .flexbox iframe {
    width: 85% !important;
    margin: 0 15px 10px 15px; }

/* -------------------------------------------------------- */
/*         XFORM . STYLES OF ALLS FORMS FROM REDAXO         */
/*            21.07.2015     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
.xform {
  margin-bottom: 0;
  padding: 15px; }
  .xform p {
    margin: 0 !important;
    padding: 0 !important; }
  .xform div {
    margin-bottom: 10px; }
  .xform .form_warning {
    color: #9a4444;
    font-weight: 700;
    margin-bottom: 15px; }
    .xform .form_warning li {
      padding: 2px 0px;
      list-style: none; }
  .xform label {
    margin-bottom: 5px; }
  .xform select {
    background: transparent;
    width: 100%;
    border: 1px solid #d7cdba;
    padding: 4px 4px;
    margin-bottom: 10px; }
  .xform input[type="text"], .xform input[type="password"], .xform textarea {
    width: 100%;
    border: 1px solid #d7cdba;
    resize: none;
    padding: 4px 8px; }
  .xform input[type=checkbox] {
    margin-bottom: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 15px;
    height: 15px; }
  .xform .submit {
    width: auto;
    padding: 8px 20px;
    margin-top: 2px;
    margin-bottom: 10px;
    background-color: #fbfaf8;
    font-weight: 700;
    color: #a28753;
    border: 1px solid #d7cdba;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -ms-border-radius: 18px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    .xform .submit:hover, .xform .submit:active {
      background-color: #edece8;
      cursor: pointer; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*           BREADCRUMB . STYLES OF BREADCRUMB              */
/*            03.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
#breadcrumb {
  position: relative;
  width: 98%;
  padding: 10px 0;
  margin: 15px 1%;
  background: #edece8;
  list-style-type: none; }
  #breadcrumb ul {
    list-style-type: none; }
    #breadcrumb ul:before, #breadcrumb ul:after {
      content: "";
      display: table; }
    #breadcrumb ul:after {
      clear: both; }
    #breadcrumb ul li {
      float: left;
      width: auto; }
      #breadcrumb ul li a:after {
        content: '\e80b'; }
      #breadcrumb ul li:last-child {
        font-weight: 700;
        color: #a28753; }
  #breadcrumb:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #f4f4f4;
    content: ""; }
  #breadcrumb:after {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #f4f4f4;
    content: ""; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*               FILTER . STYLES OF FILTER                  */
/*            10.07.2015     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
.filter {
  position: relative;
  width: 98%;
  margin: 0 1% 0; }
  .filter:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #f4f4f4;
    content: ""; }
  .filter:after {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #f4f4f4;
    content: ""; }

.filter-dropdowns {
  width: 100%;
  padding: 15px 0; }
  .filter-dropdowns:before, .filter-dropdowns:after {
    content: "";
    display: table; }
  .filter-dropdowns:after {
    clear: both; }
  .filter-dropdowns > div {
    width: 100%; }
  .filter-dropdowns button {
    width: 100%;
    text-align: center;
    padding: 8px 0;
    margin-top: 26px; }

.filter-sortby {
  width: 100%;
  padding: 8px 10px;
  margin: 0 0 15px 0;
  border: 1px solid #d7cdba;
  background: #FFF; }
  .filter-sortby strong, .filter-sortby a {
    display: block;
    margin: 0 0 0 0; }
    .filter-sortby strong:after, .filter-sortby a:after {
      font-size: 20px;
      padding-top: 0px;
      display: block;
      float: right; }
    .filter-sortby strong:last-child, .filter-sortby a:last-child {
      margin: 0; }
    .filter-sortby strong.active, .filter-sortby a.active {
      font-weight: 700; }

/* -------------------------------------------------------- */
/*               FILTER STYLES FOR TABLET                   */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*           FILTER STYLES FOR DESKTOP (ab 800px)           */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*          FILTER STYLES FOR DESKTOP (ab 1000px)           */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*          SELECTBOXES . OWN STYLED SELECTBOXES            */
/*            10.07.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.selectbox {
  position: relative; }
  .selectbox span {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    padding: 8px 10px;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #d7cdba;
    background: #FFF;
    cursor: pointer;
    font-weight: 700;
    color: #a28753;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 50; }
    .selectbox span:after {
      position: absolute;
      right: -3px;
      top: 0;
      bottom: 0;
      width: 35px;
      padding-top: 11px;
      font-weight: 700;
      background: #FFF;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .selectbox ul {
    position: absolute;
    display: none;
    top: 39px;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    max-height: 400px;
    overflow-y: scroll;
    background: #FFF;
    border-left: 1px solid #d7cdba;
    border-right: 1px solid #d7cdba;
    border-bottom: 1px solid #d7cdba;
    border-top: 1px solid #edece8;
    z-index: 100;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07); }
    .selectbox ul li {
      list-style: none;
      padding: 3px 10px; }
      .selectbox ul li:nth-child(2n) {
        background: #fbfaf8; }
      .selectbox ul li:hover {
        background: #f3f3f3; }
  .selectbox select {
    display: none; }
  .selectbox.active span, .selectbox:hover span {
    background: #f3f3f3; }
    .selectbox.active span:after, .selectbox:hover span:after {
      background: #f3f3f3; }

/* -------------------------------------------------------- */
/*              SELECTBOX STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*              SELECTBOX STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*      SHORTBOX . STYLES OF THE SHORTBOX ON DETAIL-SITE    */
/*            10.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.shortbox {
  background-color: #FFF;
  width: 98%;
  margin: 1px 1% 20px;
  border-bottom: 2px solid #d7cdba;
  padding-top: 15px; }
  .shortbox h3 {
    font-size: 22px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 15px; }
  .shortbox h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 8px 15px 0; }
  .shortbox p {
    font-size: 15px;
    font-weight: 300;
    margin: 8px 15px 18px; }
    .shortbox p video, .shortbox p iframe, .shortbox p img, .shortbox p canvas {
      max-width: 100% !important; }
    .shortbox p:last-child {
      margin-bottom: 22px; }
  .shortbox > span {
    display: inline-block;
    margin-left: 15px; }
  .shortbox .artist-category {
    font-size: 12px;
    font-weight: 700;
    margin-left: 15px; }
    .shortbox .artist-category a:after {
      content: ",";
      margin-right: 2px; }
    .shortbox .artist-category a:last-child:after {
      content: ""; }
  .shortbox .show-more {
    background-color: #fbfaf8;
    padding: 12px;
    border-top: 1px solid #edece8;
    text-align: center;
    cursor: pointer; }
    .shortbox .show-more a {
      color: #5f5f5f;
      font-weight: 700; }
      .shortbox .show-more a:hover {
        color: #a28753; }
  .shortbox .more-text {
    margin: 0;
    display: none; }
  .shortbox:before, .shortbox:after {
    content: "";
    display: table; }
  .shortbox:after {
    clear: both; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/*   ARTIST-INFOBOX . STYLES OF THE INFOBOX ON ARTIST-DETAILSITE    */
/*            10.06.2015     @Stefanie Beesch                       */
/* ---------------------------------------------------------------- */
.artist-infobox {
  background-color: #FFF;
  width: 98%;
  margin: 0 1% 12px;
  float: left;
  display: block;
  border-bottom: 2px solid #d7cdba; }
  .artist-infobox img {
    width: 25%;
    min-height: 80px;
    display: block;
    float: left; }
  .artist-infobox span {
    padding-left: 15px;
    top: 20px; }
  .artist-infobox div {
    background-color: #fbfaf8;
    padding: 15px;
    border-top: 1px solid #edece8; }
    .artist-infobox div a {
      color: #5f5f5f;
      font-weight: 700;
      padding: 15px; }
      .artist-infobox div a:hover {
        color: #a28753; }
  .artist-infobox:before, .artist-infobox:after {
    content: "";
    display: table; }
  .artist-infobox:after {
    clear: both; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ */
/*      ARTIST-BOX-MOREPRODUCTS . STYLES OF BOX WITH MORE PRODUCTS ON ARTIST DETAIL     */
/*                          10.06.2015     @Stefanie Beesch                             */
/* ------------------------------------------------------------------------------------ */
.artistproducts {
  display: block;
  height: auto;
  margin-bottom: 50px; }
  .artistproducts:before, .artistproducts:after {
    content: "";
    display: table; }
  .artistproducts:after {
    clear: both; }
  .artistproducts > div {
    display: block;
    margin: 0 1%;
    width: 98%; }
  .artistproducts article {
    width: 100%;
    padding: 15px;
    margin: 15px 0 0 0;
    background-color: #FFF;
    border-bottom: 2px solid #d7cdba; }
    .artistproducts article figure {
      width: 25%;
      display: inline-block; }
      .artistproducts article figure a {
        font-weight: 700; }
        .artistproducts article figure a img {
          width: 100%; }
    .artistproducts article h4 {
      font-weight: 700;
      font-size: 16px;
      line-height: 1.4;
      margin-bottom: 2px; }
    .artistproducts article div {
      margin-left: 3%;
      display: inline-block;
      vertical-align: top;
      max-width: 70%; }
      .artistproducts article div span {
        font-weight: 700;
        font-size: 12px; }
      .artistproducts article div p {
        margin-top: 5px;
        font-weight: 300; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*       ARTISTLIST . LIST OF ALL ARTISTS IN ALPHABET       */
/*            09.07.2015     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
.artistlist {
  width: 98%;
  margin: 0 1% 100px;
  background-color: #FFF;
  border-bottom: 2px solid #d7cdba;
  padding-bottom: 40px; }

.artistlist-letter {
  margin-top: 15px;
  padding-bottom: 30px;
  background-color: #FFF;
  border-bottom: 1px solid #edece8; }
  .artistlist-letter:before, .artistlist-letter:after {
    content: "";
    display: table; }
  .artistlist-letter:after {
    clear: both; }
  .artistlist-letter:last-child {
    border-bottom: 0; }
  .artistlist-letter header {
    color: #edebe8;
    font-size: 48px;
    font-weight: 700;
    padding-left: 13px; }
  .artistlist-letter ul {
    padding-bottom: 15px; }
    .artistlist-letter ul li {
      list-style-type: none;
      padding-left: 13px;
      padding-right: 13px;
      width: 100%;
      float: left;
      line-height: 1.4;
      padding-bottom: 10px; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* --------------------------------------------------------- */
/* PRODUCTLIST . LIST OF RELATED PRODUCTS ON PRODUCTOVERVIEW */
/*            13.07.2015     @Tobias Wöstmann                */
/* --------------------------------------------------------- */
.productlist {
  width: 98%;
  margin: 0 1%;
  background-color: #FFF;
  border-bottom: 2px solid #d7cdba;
  margin-bottom: 50px; }
  .productlist article {
    padding: 15px;
    border-bottom: 1px solid #edece8; }
    .productlist article:before, .productlist article:after {
      content: "";
      display: table; }
    .productlist article:after {
      clear: both; }
    .productlist article > a {
      display: block;
      float: left;
      width: 30%; }
      .productlist article > a img {
        display: block;
        width: 80%; }
    .productlist article > div {
      float: right;
      width: 70%; }
      .productlist article > div h4 {
        font-weight: 700;
        display: block;
        margin: 10px 0;
        font-size: 16px; }
      .productlist article > div span {
        display: block; }
        .productlist article > div span:first-child {
          line-height: 10px; }

.productlist-nav {
  width: 98%;
  margin: 0 1%;
  text-align: center;
  margin-bottom: 50px;
  font-size: 17px; }
  .productlist-nav a, .productlist-nav span {
    display: inline-block;
    margin: 0 1px; }
    .productlist-nav a.active, .productlist-nav span.active {
      color: #5f4f30; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*            SINGLEBOX . STYLES OF SINGLEBOX               */
/*            11.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.singlebox {
  margin: 10px 1%;
  background-color: #FFF;
  width: 48%;
  padding: 13px;
  float: left;
  border-bottom: 2px solid #d7cdba; }
  .singlebox figure a {
    height: 100%;
    display: block; }
    .singlebox figure a img {
      width: 100%;
      display: block; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*      TRACKLISTBOX . STYLES OF THE TRACKLIST-BOX          */
/*            11.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.tracklistbox {
  background-color: #FFF;
  width: 98%;
  margin: 1px 1% 20px;
  border-bottom: 2px solid #d7cdba; }
  .tracklistbox h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 10px 0 10px 15px; }
  .tracklistbox .show-more {
    background-color: #fbfaf8;
    padding: 12px;
    text-align: center;
    border-top: 0; }
    .tracklistbox .show-more a {
      color: #5f5f5f;
      font-size: 14px;
      font-weight: 700; }
      .tracklistbox .show-more a:hover {
        color: #a28753; }
  .tracklistbox .another_cd {
    border-top: none; }
  .tracklistbox table {
    width: 100%;
    border-top: 1px solid #edece8;
    border-collapse: collapse;
    display: block;
    max-height: 389px;
    overflow: hidden; }
    .tracklistbox table tbody {
      display: table;
      width: 100%; }
    .tracklistbox table tr th {
      font-size: 15px;
      font-weight: 700;
      padding: 4px 15px;
      background-color: #fbfaf8;
      border-top: 1px solid #edece8;
      border-bottom: 1px solid #edece8; }
    .tracklistbox table tr td {
      padding: 8px 15px 8px 15px;
      border-bottom: 1px solid #edece8;
      line-height: 1.4;
      font-size: 12px; }
      .tracklistbox table tr td strong {
        display: block;
        font-size: 12px;
        font-weight: 700; }
    .tracklistbox table tr .left-cell {
      border-right: 1px solid #edece8;
      width: 25%; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*  WIDEBOX . BOX FOR CONTENT SITES - BIG BOX OVER CONTENT  */
/*            10.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.widebox {
  width: 98%;
  margin: 0 1% 0;
  background-color: #FFF;
  border-bottom: 2px solid #d7cdba;
  padding-bottom: 40px; }
  .widebox:before, .widebox:after {
    content: "";
    display: table; }
  .widebox:after {
    clear: both; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*         PRODUCTINFO . INFOBOX ON PRODUCTDETAIL           */
/*            08.07.2015     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
.productinfo {
  width: 98%;
  margin: 0 1%; }

.productinfo-showbox {
  margin-bottom: 15px;
  background-color: #FFF;
  border-bottom: 2px solid #d7cdba; }
  .productinfo-showbox figure img {
    width: 100%;
    display: block; }
  .productinfo-showbox .audiotest {
    padding: 18px 55px 18px 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #d9d9d9;
    font-weight: 700;
    position: relative; }
    .productinfo-showbox .audiotest span {
      width: 28px;
      height: 28px;
      display: block;
      vertical-align: middle;
      position: absolute;
      right: 15px;
      top: 15px;
      background-color: #f0efeb;
      color: #a28753;
      border: 1px solid #d7cdba;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -ms-border-radius: 50%;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      font-size: 24px;
      cursor: pointer; }
      .productinfo-showbox .audiotest span:before {
        font-size: 24px;
        padding: 1px;
        display: block;
        margin-left: 3px; }
      .productinfo-showbox .audiotest span:hover {
        background-color: #FFF;
        border: 1px solid #d7cdba; }
      .productinfo-showbox .audiotest span.icon-pause:before {
        font-size: 20px;
        margin-left: 3px;
        margin-top: 2px; }
  .productinfo-showbox .show-in-onlineshop {
    padding: 12px; }
    .productinfo-showbox .show-in-onlineshop.borderTop {
      border-top: 1px solid #d9d9d9; }
    .productinfo-showbox .show-in-onlineshop .icon-basket-b:before {
      margin-right: 8px;
      font-size: 18px; }
    .productinfo-showbox .show-in-onlineshop .icon-troete-vektor_dick_gold:before {
      margin-right: 8px;
      font-size: 18px; }

.productinfo-wiki {
  width: 100%;
  background-color: #FFF;
  border-bottom: 1px solid #d7cdba;
  margin-bottom: 15px; }
  .productinfo-wiki ul {
    border-bottom: 1px solid #d9d9d9;
    line-height: 1.2;
    list-style: none; }
    .productinfo-wiki ul li {
      border-bottom: 1px solid #d9d9d9;
      padding: 14px 8px;
      text-align: right; }
      .productinfo-wiki ul li strong {
        float: left; }
      .productinfo-wiki ul li small {
        font-size: 10px; }
      .productinfo-wiki ul li:last-child {
        border: none; }
    .productinfo-wiki ul li:nth-child(2n) {
      background-color: #fbfaf8; }

.productinfo-downloads {
  width: 100%;
  background-color: #FFF;
  border-bottom: 2px solid #d7cdba;
  padding-bottom: 13px;
  margin-bottom: 15px; }
  .productinfo-downloads:before, .productinfo-downloads:after {
    content: "";
    display: table; }
  .productinfo-downloads:after {
    clear: both; }
  .productinfo-downloads h4 {
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid #d9d9d9;
    padding: 13px 10px;
    margin-bottom: 13px; }
  .productinfo-downloads a {
    padding: 0 13px;
    display: block;
    font-weight: 700; }
    .productinfo-downloads a:after {
      margin-left: 7px;
      font-size: 16px; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*            SINGLEBOX . STYLES OF SINGLEBOX               */
/*            11.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.productseries {
  font-size: 0; }
  .productseries:before, .productseries:after {
    content: "";
    display: table; }
  .productseries:after {
    clear: both; }
  .productseries article {
    display: inline-block;
    width: 48%;
    margin: 10px 1%;
    background-color: #FFF;
    padding: 13px;
    vertical-align: top;
    font-size: 0;
    border-bottom: 2px solid #d7cdba; }
    .productseries article figure a {
      height: 100%;
      display: block; }
      .productseries article figure a img {
        width: 100%;
        display: block; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*            SINGLEBOX . STYLES OF SINGLEBOX               */
/*            11.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.productsfromartist {
  font-size: 0; }
  .productsfromartist:before, .productsfromartist:after {
    content: "";
    display: table; }
  .productsfromartist:after {
    clear: both; }
  .productsfromartist article {
    display: inline-block;
    width: 47.9%;
    margin: 5px 1%;
    background-color: #FFF;
    padding: 13px;
    vertical-align: top;
    font-size: 0;
    border-bottom: 2px solid #d7cdba; }
    .productsfromartist article figure a {
      height: 100%;
      display: block; }
      .productsfromartist article figure a img {
        width: 100%;
        display: block; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                   INIT THE SITES                         */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*              INDEX . STYLES OF STARTPAGE                 */
/*            13.08.2014     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
.index .start {
  position: relative;
  width: 100%;
  background: #FFF;
  min-height: 0; }
  .index .start .start-content {
    position: relative; }

/* -------------------------------------------------------- */
/*   ARTISTDETAIL . STYLES OF THE DETAILSITE FROM ARTISTS   */
/*            02.06.2015     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
.artistdetail .artist-main {
  min-height: 435px; }
  .artistdetail .artist-main:before, .artistdetail .artist-main:after {
    content: "";
    display: table; }
  .artistdetail .artist-main:after {
    clear: both; }

.artistdetail:before, .artistdetail:after {
  content: "";
  display: table; }

.artistdetail:after {
  clear: both; }

/* -------------------------------------------------------- */
/*      PRODUCT OVERVIEW . STYLES OF PRODUCT OVERVIEW       */
/*            10.07.2015     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
.productoverview h3 {
  margin: 0 1% 15px 1%;
  padding: 0; }

/* -------------------------------------------------------- */
/*         Management . STYLES OF THE MANAGEMENT            */
/*            22.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.artistlistb h3 {
  margin: 0 1% 15px 1%;
  padding: 0; }

/* -------------------------------------------------------- */
/*     PRODUCTDETAIL . STYLES OF THE PRODUCT-DETAILSITE     */
/*            11.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.productdetail main > section {
  padding-bottom: 50px; }

.productdetail h5 {
  position: relative;
  width: 98%;
  font-size: 18px;
  font-weight: 700;
  margin: 12px 6px;
  padding-top: 15px; }
  .productdetail h5:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #f4f4f4;
    content: ""; }

.productdetail .artistproducts {
  margin-bottom: 0; }
  .productdetail .artistproducts > div {
    float: none; }

.productdetail .productsfromartist h5, .productdetail .productseries h5 {
  width: 98%; }

.productdetail .artist-box-moreproducts a img {
  margin-right: 15px; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*      ARTIST OVERVIEW . STYLES OF ARTIST OVERVIEW         */
/*            03.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.artistoverview h3 {
  margin: 0 1% 15px 1%;
  padding: 0; }

/* -------------------------------------------------------- */
/*          SUBSITE . ALL STYLES OF THE SUBSITES            */
/*            12.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.subsite p {
  margin: 0 15px 20px 15px; }

.subsite .issuuembed {
  margin: 10px 15px; }

.subsite .widebox {
  margin-bottom: 50px;
  padding-bottom: 20px; }
  .subsite .widebox h4 {
    border-top: 1px solid #edece8;
    font-weight: bold;
    padding-top: 30px;
    margin-bottom: 20px;
    padding-left: 15px; }
  .subsite .widebox h6 {
    margin: 20px 15px 0 15px; }

.subsite .contact-staff {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 25px; }
  .subsite .contact-staff strong {
    display: block; }
  .subsite .contact-staff a {
    font-weight: bold; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*          SUBSITE . ALL STYLES OF THE SUBSITES            */
/*            12.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.search h3 {
  padding: 10px; }

.search .artistproducts {
  width: 98%; }

.search .widebox {
  margin-bottom: 50px;
  padding-bottom: 0; }
  .search .widebox p {
    margin: 15px 10px; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*          CONTACT . STYLES OF THE CONTACT-SITE            */
/*            11.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.partner p {
  margin: 0 15px; }

.partner .widebox {
  margin-bottom: 50px; }
  .partner .widebox h4 {
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: 700;
    padding-left: 15px; }
  .partner .widebox .partner-area {
    border-bottom: 1px solid #edece8;
    padding-bottom: 18px;
    padding-left: 15px; }
    .partner .widebox .partner-area li {
      padding-bottom: 10px;
      list-style: none; }
      .partner .widebox .partner-area li a {
        font-weight: 700; }
      .partner .widebox .partner-area li:last-child {
        margin-bottom: 0; }
    .partner .widebox .partner-area:last-child {
      border-bottom: none; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*          CONTACT . STYLES OF THE CONTACT-SITE            */
/*            12.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.newsletter p {
  margin: 0 15px; }

.newsletter .widebox {
  margin-bottom: 50px; }

.newsletter #contact-form {
  margin-top: 10px;
  margin-bottom: 22px;
  padding: 15px; }
  .newsletter #contact-form div {
    margin-bottom: 10px; }
  .newsletter #contact-form label {
    margin-bottom: 5px; }
  .newsletter #contact-form input {
    background: transparent;
    width: 100%;
    border: 1px solid #d7cdba;
    padding: 4px 8px; }
  .newsletter #contact-form textarea {
    width: 100%;
    border: 1px solid #d7cdba;
    resize: none;
    padding: 4px 8px; }

.newsletter .contact-staff {
  padding-top: 30px;
  border-top: 1px solid #edece8; }
  .newsletter .contact-staff h4 {
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 20px; }
  .newsletter .contact-staff p {
    margin-bottom: 20px; }
    .newsletter .contact-staff p strong {
      display: block; }
    .newsletter .contact-staff p a {
      font-weight: bold; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*         Management . STYLES OF THE MANAGEMENT            */
/*            22.06.2015     @Stefanie Beesch               */
/* -------------------------------------------------------- */
.management .widebox {
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .management .widebox p {
    margin: 0 15px 15px; }

.management .artistproducts {
  width: 98%; }

/* -------------------------------------------------------- */
/*               STYLES FOR THE 404 PAGE                    */
/*            31.07.2015     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
.notfound h1 {
  display: block;
  font-size: 70px;
  line-height: 70px;
  padding: 20px 0 0 0;
  text-align: center;
  font-weight: 700;
  color: #a28753; }

.notfound h2 {
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 10px 0 10px 0;
  font-weight: 700;
  color: #a28753; }

.notfound main > section div {
  display: block;
  margin: 0 auto;
  width: 90%;
  padding-bottom: 20px;
  text-align: center; }
  .notfound main > section div a {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 10px;
    background-color: #fbfaf8;
    font-weight: 700;
    color: #a28753;
    border: 1px solid #d7cdba;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -ms-border-radius: 18px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
    .notfound main > section div a:hover, .notfound main > section div a:active {
      background-color: #edece8;
      cursor: pointer; }

/* -------------------------------------------------------- */
/*                  START STYLES FOR TABLET                 */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                  START STYLES FOR DESKTOP                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*                 RELEASE THE QUERYS                       */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*       MEDIA QUERY . IMPORT THE STYLES FROM MODULES       */
/*            13.08.2014     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
@media screen and (min-width: 480px) {
  /* -------------------------------------------------------- */
  /*               FRAMEWORK S-SIZE (min 480px)               */
  /* -------------------------------------------------------- */
  /* ---------------------- */
  /*   DESKTOP NAVIGATION   */
  /* ---------------------- */
  /* --------------------- */
  /*   MOBILE NAVIGATION   */
  /* --------------------- */
  /* -------------------------------------------------------- */
  /*                MODULES M-SIZE (min 480px)                */
  /* -------------------------------------------------------- */
  .flexslider-slide figcaption h3 {
    font-size: 25px; }
  .flexboxes .row1, .flexboxes .row2 {
    width: 48%;
    float: left; }
  .flexboxes .row3, .flexboxes .row4 {
    width: 48%;
    float: right; }
  .flexboxes .row4 {
    padding: 0; }
  .flexboxes article {
    width: 48%; }
  .flexbox {
    /* -------------------------------------------------------- */
    /*             IMAGE BLOCK WIDTH LINK TO SITE               */
    /* -------------------------------------------------------- */ }
    .flexbox > figure img {
      width: 100%;
      height: auto; }
  .shortbox {
    width: 98%; }
  .artistlist-letter ul li {
    width: 50%; }
  .singlebox {
    width: 23%; }
  .tracklistbox {
    width: 98%; }
    .tracklistbox table tr .left-cell {
      width: 19%; }
  .productsfromartist article {
    width: 22.9%; }
  .productseries article {
    width: 23%; }
  .notfound h1 {
    padding: 90px 0 0 0; }
  .notfound h2 {
    font-size: 25px;
    padding: 15px 0 15px 0; }
  .notfound main > section div {
    width: 50%; }
  /* -------------------------------------------------------- */
  /*                 SITES S-SIZE (min 480px)                 */
  /* -------------------------------------------------------- */
  .productdetail .productdetail-top {
    float: left; } }

@media screen and (min-width: 800px) {
  /* -------------------------------------------------------- */
  /*               FRAMEWORK M-SIZE (min 768px)               */
  /* -------------------------------------------------------- */
  main {
    right: 0 !important; }
    main > section {
      width: 100%;
      min-height: 550px; }
  main > header > section {
    width: 100%;
    min-height: 130px; }
  main > header .header-border {
    margin-right: 495px; }
  main > header .header-logo {
    left: 10px;
    top: 35px; }
    main > header .header-logo img {
      width: auto; }
  main > header .header-metanav {
    right: 0;
    top: 50px; }
    main > header .header-metanav .icon-basket {
      display: inline-block; }
    main > header .header-metanav .icon-menu {
      display: none; }
    main > header .header-metanav form {
      display: inline-block; }
  main > footer > section {
    max-width: 1000px;
    height: 165px;
    padding: 40px 0 0 0; }
  main > footer .footer-logo {
    position: absolute;
    width: auto;
    height: auto;
    top: 30px;
    left: 1%;
    margin: 0; }
  main > footer .footer-links {
    width: 10.5%;
    text-align: left; }
    main > footer .footer-links a {
      padding: 0; }
    main > footer .footer-links.first {
      margin-left: 26%; }
  main > footer .footer-socialIcons {
    display: block;
    float: right;
    margin-right: 1%;
    width: 35.5%; }
    main > footer .footer-socialIcons li {
      margin: 0; }
    main > footer .footer-socialIcons a {
      margin: 0 0 0 15px; }
  /* ---------------------- */
  /*   DESKTOP NAVIGATION   */
  /* ---------------------- */
  main > section #navigation {
    display: block;
    position: absolute;
    top: 56px;
    right: 0;
    width: 23%;
    margin: 0 1%;
    background: #FFF;
    z-index: 10; }
    main > section #navigation ul {
      display: block;
      position: relative;
      width: 100%;
      list-style: none; }
      main > section #navigation ul ul {
        display: none;
        position: absolute;
        z-index: 20;
        top: 39px;
        left: 0;
        -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1); }
  .navigation-firstmenu a {
    padding: 3px 12px;
    font-size: 20px; }
    .navigation-firstmenu a:after {
      top: 9px; }
    .navigation-firstmenu a:hover {
      background: #f3f3f3 !important; }
    .navigation-firstmenu a.open {
      -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.1); }
  .navigation-firstmenu ul li a {
    padding: 11px 12px; }
  .navigation-newsletter {
    padding: 12px 12px 10px 12px; }
    .navigation-newsletter a {
      font-weight: inherit; }
      .navigation-newsletter a:hover {
        background: none; }
  .navigation-secondmenu {
    border-bottom: none;
    padding: 7px 12px;
    height: auto; }
    .navigation-secondmenu li {
      width: auto;
      float: none;
      border: none;
      padding: 0;
      text-align: left; }
      .navigation-secondmenu li:active {
        background: none; }
      .navigation-secondmenu li a {
        font-size: 14px; }
        .navigation-secondmenu li a:hover {
          background: none; }
  .navigation-newsletter a:after, .navigation-secondmenu a:after {
    font-size: 12px;
    font-weight: bold; }
  /* --------------------- */
  /*   MOBILE NAVIGATION   */
  /* --------------------- */
  .openmobilemenue > main {
    position: relative; }
  body > nav {
    display: none !important; }
  /* -------------------------------------------------------- */
  /*                MODULES M-SIZE (min 768px)                */
  /* -------------------------------------------------------- */
  .flexslider {
    width: 73%;
    height: 420px; }
    .flexslider .flex-viewport .slides img {
      width: 730px;
      min-height: 420px;
      display: block;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
  .flexslider-slide figcaption span {
    display: inline; }
  .flexboxes .row1, .flexboxes .row2, .flexboxes .row3, .flexboxes .row4 {
    width: 23%;
    float: left; }
  .flexboxes article {
    width: 23%; }
  .filter {
    width: 73%; }
  .filter-dropdowns > div {
    float: left;
    width: 31%;
    margin: 0 0 0 3.5%; }
    .filter-dropdowns > div:first-child {
      margin: 0; }
    .filter-dropdowns > div small {
      font-size: 11px; }
  .filter-dropdowns button {
    font-size: 12px; }
  .filter-sortby {
    padding: 15px 10px; }
    .filter-sortby strong, .filter-sortby a {
      display: inline-block;
      margin: 0 1px 0 0; }
  .selectbox span {
    width: 100%; }
  .shortbox {
    width: 48%;
    margin: 1px 1% 10px;
    float: left; }
  .artist-infobox {
    width: 23%;
    margin: 0 1%; }
    .artist-infobox img {
      width: 100%;
      float: none;
      margin-bottom: 6px; }
    .artist-infobox span {
      padding-left: 15px; }
    .artist-infobox div {
      border-top: 1px solid #edece8;
      padding: 12px 0;
      margin-top: 10px; }
      .artist-infobox div a {
        color: #5f5f5f;
        font-weight: 700; }
        .artist-infobox div a:hover {
          color: #a28753; }
    .artist-infobox.no-copyright img {
      margin-bottom: 0; }
    .artist-infobox.no-copyright div {
      margin-top: 0; }
    .artist-infobox.no-website span {
      display: block;
      padding-bottom: 10px; }
    .artist-infobox.no-info img {
      margin-bottom: 0; }
  .artistproducts > div {
    width: 48%;
    margin: 10px 1%;
    float: left; }
  .artistlist {
    width: 73%; }
  .artistlist-letter ul li {
    width: 33.333332%; }
  .productlist {
    width: 73%; }
    .productlist article {
      padding: 15px;
      border-bottom: 1px solid #edece8; }
      .productlist article:before, .productlist article:after {
        content: "";
        display: table; }
      .productlist article:after {
        clear: both; }
      .productlist article > a {
        width: 14.3%;
        max-width: 100px;
        min-width: 80px; }
        .productlist article > a img {
          width: 100%; }
      .productlist article > div {
        width: 84%; }
        .productlist article > div span {
          line-height: 1.6; }
  .productlist-nav {
    width: 73%; }
    .productlist-nav a, .productlist-nav span {
      margin: 0 3px; }
  .singlebox {
    width: 14.6%; }
  .tracklistbox {
    width: 48%;
    margin: 1%; }
    .tracklistbox table tr .left-cell {
      width: 18%; }
  .widebox {
    width: 73%; }
  .productinfo {
    width: 23%;
    margin: 0 26% 0 1%;
    float: right; }
  .productsfromartist article {
    width: 14.6%;
    margin: 10px 1%; }
  .productseries article {
    width: 14.6%; }
    .productseries article figure a {
      height: 120px; }
  /* -------------------------------------------------------- */
  /*                 SITES M-SIZE (min 768px)                 */
  /* -------------------------------------------------------- */
  .index .start .start-content {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0; }
  .index #navigation {
    top: 0; }
  .artistlistb .artistproducts {
    width: 73%;
    margin: 0px 1% 50px; }
    .artistlistb .artistproducts article {
      float: left;
      margin: 10px 0; }
      .artistlistb .artistproducts article figure {
        height: 90px;
        overflow: hidden; }
      .artistlistb .artistproducts article:nth-child(2n) {
        float: right; }
  .productdetail h5 {
    width: 48%;
    margin: 13px;
    padding-top: 15px; }
  .search main > section {
    margin-bottom: 35px; }
  .search .productlist {
    margin-bottom: 15px; }
  .search .artistproducts {
    width: 73%;
    margin: 0px 1% 15px; }
  .management .artistproducts {
    width: 73%;
    margin: 0px 1% 50px; }
    .management .artistproducts article {
      float: left;
      margin: 10px 0; }
      .management .artistproducts article figure {
        height: 90px;
        overflow: hidden; }
      .management .artistproducts article:nth-child(2n) {
        float: right; }
  .notfound h1 {
    padding: 90px 0 0 0; }
  .notfound h2 {
    font-size: 25px;
    padding: 15px 0 15px 0; }
  .notfound main > section div {
    width: 50%; } }

@media screen and (min-width: 1000px) {
  /* -------------------------------------------------------- */
  /*               FRAMEWORK M-SIZE (min 1000px)               */
  /* -------------------------------------------------------- */
  main > section {
    width: 1000px; }
  main > header > section {
    width: 1000px; }
  /* -------------------------------------------------------- */
  /*                MODULES M-SIZE (min 1000px)                */
  /* -------------------------------------------------------- */
  .filter-dropdowns > div small {
    font-size: 12px; }
  .filter-dropdowns button {
    font-size: 14px; }
  .filter-sortby strong, .filter-sortby a {
    margin: 0 30px 0 0; }
  .flexslider .flex-viewport .slides img {
    width: 100%;
    min-height: 420px; }
  /* -------------------------------------------------------- */
  /*                 SITES M-SIZE (min 1000)                 */
  /* -------------------------------------------------------- */
  .index .start .start-content {
    width: 1000px; } }

/* -------------------------------------------------------- */
/* RETINA IMAGES FOR FILTHY RICH PEOPLE WITH OVERPAID DISPLAYS */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*  RETINA . FOR FILTHY RICH PEOPLE WITH OVERPAID DISPLAYS  */
/*            22.04.2015     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*            PRINT THINGS FOR PRINTER NOOBS                */
/* -------------------------------------------------------- */
/* -------------------------------------------------------- */
/*          PRINT . STYLES FOR DER PRINTER DESIGN           */
/*            22.04.2015     @Tobias Wöstmann               */
/* -------------------------------------------------------- */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    box-shadow: none !important;
    opacity: 1 !important; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid; }
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    widows: 3; }
  ul {
    list-style: disc inside;
    padding: 0 1em; }
  ol {
    list-style: decimal inside;
    padding: 0 1em; }
  a,
  a:visited {
    color: black !important;
    text-decoration: underline; } }

@page {
  margin: 10pt; }
