@font-face {
  font-family: GothamBookRegular;
  src: url("../fonts/GothamBookRegular.otf"); }
html body.admin-menu {
  margin-top: 0px !important; }

/* ==================================================================================== 
 *
 * Basic css definitions of tags
 *
 *  ====================================================================================  */
body {
  margin-top: 0px !important;
  font-family: GothamBookRegular;
  font-size: 18px;
  overflow-x: hidden; }

@media only screen and (max-width: 768px) {
  body {
    padding-top: 75px; } }
@media only screen and (min-width: 768px) {
  body {
    padding-top: 102px; } }
@media only screen and (min-width: 992px) {
  body {
    padding-top: 112px; } }
@media only screen and (min-width: 1200px) {
  body {
    padding-top: 123px; } }
h1 {
  font-size: 18px;
  text-transform: uppercase; }

a, a:hover, a:active {
  color: inherit; }

a:hover {
  text-decoration: underline; }

/* ==================================================================================== 
 *
 * Bootstrap base class overrides
 *
 *  ====================================================================================  */
.container-fluid {
  padding: 0px; }

.navbar-fixed-top {
  border-width: 0px; }

/* ==================================================================================== 
 *
 * The coloring of the different containers and there content 
 * (which differs if page is front page)
 *
 * ==================================================================================== */
body.home {
  background-color: #1b1d21; }
  body.home .container-fluid.container-wrapper-content {
    background-color: #27292e;
    color: #6a6f78; }

body:not(.home) .container-fluid.container-wrapper-content {
  background-color: #ffffff;
  color: #6a6f78; }

body.single-news .container-fluid.container-wrapper-content {
  background-color: #E1E2E4;
  color: #27292e; }

.container-fluid.container-wrapper-footer-one {
  background-color: #1b1d21;
  color: #6a6f78; }

.container-fluid.container-wrapper-footer-two {
  background-color: #ffffff;
  color: #27292e; }

.footer_social_icon path, .footer_social_icon polygon {
  /* This coloring works only if the path definitions in the svg does NOT contain any fill attributes */
  fill: #27292e; }

/* ==================================================================================== 
 *
 * CSS for generic or multiple used elements
 *
 * ==================================================================================== */
div.messages:first-of-type {
  margin-top: 25px; }

body.home .header_banner, body.blog .header_banner, body.single-artists .header_banner, body.single-news .header_banner {
  margin: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #000000; }
  body.home .header_banner:before, body.blog .header_banner:before, body.single-artists .header_banner:before, body.single-news .header_banner:before {
    display: none;
    content: ''; }
body.home .header_banner .col-lg-12, body.blog .header_banner .col-lg-12, body.single-artists .header_banner .col-lg-12, body.single-news .header_banner .col-lg-12 {
  text-align: center;
  padding: 0px; }
body.home .header_banner img, body.blog .header_banner img, body.single-artists .header_banner img, body.single-news .header_banner img {
  position: relative; }
body.home .artist_header_image_wrapper, body.blog .artist_header_image_wrapper, body.single-artists .artist_header_image_wrapper, body.single-news .artist_header_image_wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: auto;
  margin-right: auto; }
  body.home .artist_header_image_wrapper:after, body.blog .artist_header_image_wrapper:after, body.single-artists .artist_header_image_wrapper:after, body.single-news .artist_header_image_wrapper:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: inline-block;
    background: -moz-linear-gradient(left, black 0%, transparent 25%, transparent 75%, black 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(25%, transparent), color-stop(75%, transparent), color-stop(100%, black));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, black 0%, transparent 25%, transparent 75%, black 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, black 0%, transparent 25%, transparent 75%, black 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, black 0%, transparent 25%, transparent 75%, black 100%);
    /* IE10+ */
    background: linear-gradient(to right, black 0%, transparent 25%, transparent 75%, black 100%);
    /* W3C */ }
body.home .has_spotlight_album .artist_header_image_wrapper:after, body.blog .has_spotlight_album .artist_header_image_wrapper:after, body.single-artists .has_spotlight_album .artist_header_image_wrapper:after, body.single-news .has_spotlight_album .artist_header_image_wrapper:after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  display: inline-block;
  background: -moz-linear-gradient(left, black 0%, transparent 25%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, black), color-stop(25%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, black 0%, transparent 25%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, black 0%, transparent 25%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, black 0%, transparent 25%);
  /* IE10+ */
  background: linear-gradient(to right, black 0%, transparent 25%);
  /* W3C */ }
body.home .header_image_goto_artist_tag, body.blog .header_image_goto_artist_tag, body.single-artists .header_image_goto_artist_tag, body.single-news .header_image_goto_artist_tag {
  float: left;
  position: absolute;
  right: 45px;
  bottom: 0px;
  z-index: 1000;
  text-transform: uppercase; }
body.home .header_image_goto_artist_tag_name, body.home .header_image_goto_artist_tag_link, body.home .slider_prev, body.home .slider_next, body.blog .header_image_goto_artist_tag_name, body.blog .header_image_goto_artist_tag_link, body.blog .slider_prev, body.blog .slider_next, body.single-artists .header_image_goto_artist_tag_name, body.single-artists .header_image_goto_artist_tag_link, body.single-artists .slider_prev, body.single-artists .slider_next, body.single-news .header_image_goto_artist_tag_name, body.single-news .header_image_goto_artist_tag_link, body.single-news .slider_prev, body.single-news .slider_next {
  padding: 5px 15px;
  display: block;
  float: left; }
body.home .header_image_goto_artist_tag_name, body.home .slider_prev, body.blog .header_image_goto_artist_tag_name, body.blog .slider_prev, body.single-artists .header_image_goto_artist_tag_name, body.single-artists .slider_prev, body.single-news .header_image_goto_artist_tag_name, body.single-news .slider_prev {
  color: #ffffff;
  background-color: #27292e; }
body.home .header_image_goto_artist_tag_link, body.home .slider_next, body.blog .header_image_goto_artist_tag_link, body.blog .slider_next, body.single-artists .header_image_goto_artist_tag_link, body.single-artists .slider_next, body.single-news .header_image_goto_artist_tag_link, body.single-news .slider_next {
  background-color: #ffffff;
  color: #27292e; }
body.home .slider_prev a, body.home .slider_next a, body.blog .slider_prev a, body.blog .slider_next a, body.single-artists .slider_prev a, body.single-artists .slider_next a, body.single-news .slider_prev a, body.single-news .slider_next a {
  background: none; }
body.home .slider_next.slider_next_missing_calltoaction, body.blog .slider_next.slider_next_missing_calltoaction, body.single-artists .slider_next.slider_next_missing_calltoaction, body.single-news .slider_next.slider_next_missing_calltoaction {
  color: #ffffff;
  background-color: #27292e; }

body.blog .slider_prev, body.blog .slider_next, body.single-artists .slider_prev, body.single-artists .slider_next, body.single-news .slider_prev, body.single-news .slider_next {
  display: none; }

@media only screen and (max-width: 768px) {
  body.home .header_image_goto_artist_tag, body.blog .header_image_goto_artist_tag, body.single-artists .header_image_goto_artist_tag {
    position: absolute;
    float: none;
    width: 100%;
    left: 0px;
    bottom: -32px; }
  body.home .header_image_goto_artist_tag_name, body.home .header_image_goto_artist_tag_link, body.blog .header_image_goto_artist_tag_name, body.blog .header_image_goto_artist_tag_link, body.single-artists .header_image_goto_artist_tag_name, body.single-artists .header_image_goto_artist_tag_link {
    width: 50%;
    text-align: center;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16px; }
  body.home .bx-wrapper:first-of-type, body.blog .bx-wrapper:first-of-type, body.single-artists .bx-wrapper:first-of-type {
    margin-bottom: 35px; }
    body.home .bx-wrapper:first-of-type .bx-viewport, body.blog .bx-wrapper:first-of-type .bx-viewport, body.single-artists .bx-wrapper:first-of-type .bx-viewport {
      overflow: visible !important; }
  body.home .slider_prev, body.home .slider_next, body.blog .slider_prev, body.blog .slider_next, body.single-artists .slider_prev, body.single-artists .slider_next {
    display: none; } }
body .bx-wrapper {
  margin: 0px;
  padding: 0px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent; }
body .bx-viewport {
  background-color: transparent; }
body .header_banner_slider li {
  list-style: none !important;
  left: 0px; }
body .header_banner_slider li:not(:first-child) {
  display: none; }

/* ==================================================================================== 
 *
 * The main navigation and the top logo section
 *
 * ==================================================================================== */
/* Adjust the bootstramp 100% image width of the main logo, if the device is to small
 * the set fixed height to support the fixed header toolbar  */
.main_logo {
  max-width: 20%; }

@media only screen and (max-width: 768px) {
  .main_logo {
    max-width: initial;
    height: 35px; } }
#top_navigation {
  background-color: #ffffff; }

.container-wrapper-main-menu {
  background-color: #1b1d21; }

.region-menu-header {
  position: relative; }

#main-menu.navbar-nav a {
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: background-color 0.25s, -webkit-transform 0.25s;
  transition: background-color 0.25s, transform 0.25s; }
#main-menu.navbar-nav a.active {
  text-decoration: none;
  background-color: #6a6f78; }
#main-menu.navbar-nav > li > a:focus, #main-menu.navbar-nav > li > a:hover {
  text-decoration: none;
  background-color: #6a6f78; }
#main-menu li a:before {
  content: '';
  display: inline-block;
  margin-bottom: -3px;
  height: 1.2em;
  width: 1.2em;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 1.8em; }
#main-menu li a.menu-link-news:before {
  background-image: url("../img/naviicons/News_white.svg"); }
#main-menu li a.menu-link-artists:before {
  background-image: url("../img/naviicons/Artist_white.svg"); }
#main-menu li a.menu-link-releases:before {
  background-image: url("../img/naviicons/Relase_white.svg"); }
#main-menu li a.menu-link-label:before {
  background-image: url("../img/naviicons/Lable_white.svg"); }
#main-menu li a.menu-link-shop:before {
  background-image: url("../img/naviicons/Shopping_white.svg"); }
#main-menu li a.menu-link-downloads:before {
  background-image: url("../img/naviicons/Download_white.svg"); }

@media only screen and (min-width: 768px) {
  #main-menu.navbar-nav > li > a {
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px; }

  #block-views-exp-search-page-1 {
    padding-top: 16px;
    padding-bottom: 10px; } }
@media only screen and (min-width: 992px) {
  #main-menu.navbar-nav > li > a {
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px; }

  #block-views-exp-search-page-1 {
    padding-top: 16px;
    padding-bottom: 10px; } }
@media only screen and (min-width: 1200px) {
  #main-menu.navbar-nav > li > a {
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 35px;
    padding-right: 35px; }

  #block-views-exp-search-page-1 {
    padding-top: 16px;
    padding-bottom: 10px; } }
/* ==================================================================================== 
 *
 * The footer navigation, the social icons section and the newsletter section
 *
 * ==================================================================================== */
.container-wrapper-footer-two {
  /*background-image:url('../img/background_footer.jpg');
  background-size:     cover;                    
  background-repeat:   no-repeat;
  background-position: center top;   */ }

.footer_social_icons_intro {
  margin-top: 90px;
  margin-bottom: 20px; }

.footer_social_icon {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 20px;
  margin-right: 20px;
  display: block; }

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .footer_social_icon {
    width: 40px;
    height: 40px;
    margin-left: 15px;
    margin-right: 15px;
    display: block; } }
@media only screen and (max-width: 480px) {
  .footer_social_icon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
    display: block; } }
.footer_social_icons_wrapper {
  margin-top: 20px;
  margin-bottom: 100px;
  display: inline-block; }

.footer_menu_wrapper {
  display: inline-block; }

#footer-menu {
  margin-bottom: 40px; }
  #footer-menu a, #footer-menu span {
    color: inherit;
    font-size: 14px;
    text-transform: uppercase;
    border-right: 1px solid;
    padding: 0px 10px;
    line-height: 20px;
    position: relative;
    display: block; }
  #footer-menu li:last-of-type a, #footer-menu li:last-of-type span {
    border-right: none; }
  #footer-menu.nav > li > a:focus, #footer-menu.nav > li > a:hover {
    text-decoration: underline;
    background-color: transparent; }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  #footer-menu a, #footer-menu span {
    padding: 0px 5px; } }
@media only screen and (max-width: 768px) {
  #footer-menu a, #footer-menu span {
    border-right: none;
    margin-bottom: 10px; } }
#mc_embed_signup {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 50px;
  display: inline-block; }
  #mc_embed_signup h3 {
    text-align: center;
    padding-bottom: 30px; }
  #mc_embed_signup br {
    display: none !important; }
  #mc_embed_signup label {
    display: none !important; }
  #mc_embed_signup input[type=text], #mc_embed_signup input[type=email] {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid;
    padding-left: 10px;
    padding-right: 10px; }
  #mc_embed_signup input[type=submit] {
    border: none;
    background-color: #ffffff;
    text-transform: uppercase; }
  #mc_embed_signup input {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; }
  #mc_embed_signup .mc-field-group {
    width: 345px !important;
    clear: none !important;
    float: left !important;
    margin-right: 20px;
    margin-top: 1em;
    margin-bottom: 1em; }
  #mc_embed_signup #mc-embedded-subscribe {
    margin-bottom: 0px;
    height: 44px;
    color: #6a6f78 !important;
    background-color: #ffffff !important; }
  #mc_embed_signup div.mce_inline_error {
    display: none !important; }
  #mc_embed_signup #mc-embedded-subscribe {
    margin-right: 0px !important; }
  #mc_embed_signup #mce-success-response, #mc_embed_signup #mce-error-response {
    margin: 0 auto;
    text-align: center !important;
    float: none !important; }
  #mc_embed_signup .privacy-statement {
    width: 100% !important; }
    #mc_embed_signup .privacy-statement input {
      float: left !important;
      width: 10%; }
    #mc_embed_signup .privacy-statement label {
      display: block !important; }

@media only screen and (max-width: 1200px) {
  #mc_embed_signup .mc-field-group {
    width: 200px !important; } }
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #mc_embed_signup .mc-field-group {
    width: 150px !important; } }
@media only screen and (max-width: 768px) {
  #mc_embed_signup .mc-field-group {
    float: none;
    width: 95% !important;
    padding-left: 15% !important;
    padding-right: 15% !important; } }
#mc_embed_signup .privacy-statement {
  width: 100% !important;
  margin-top: 0px !important; }
  #mc_embed_signup .privacy-statement.mc-field-group input {
    float: left !important;
    width: auto;
    margin: 7px 10px 7px 0px; }
    #mc_embed_signup .privacy-statement.mc-field-group input.mce_inline_error {
      outline: 2px solid #e85c41; }
    #mc_embed_signup .privacy-statement.mc-field-group input.mce_inline_error + label {
      color: #e85c41; }
  #mc_embed_signup .privacy-statement label {
    font-weight: 100;
    display: block !important; }

/* ==================================================================================== 
 *
 * CSS for the social post footer as show on frontpage, news overview and artist detail pages
 *
 * ==================================================================================== */
.container-wrapper-footer-socialposts {
  background-color: #ffffff; }

.container-footer-socialposts {
  padding-top: 25px;
  padding-bottom: 10px; }
  .container-footer-socialposts .footer-socialposts-title {
    text-transform: uppercase; }
  .container-footer-socialposts .footer-socialposts-posts {
    padding-top: 25px; }
  .container-footer-socialposts .instagram_block_image_link_wrapper {
    width: 50%;
    height: 50%;
    float: left; }
    .container-footer-socialposts .instagram_block_image_link_wrapper img {
      width: 98%;
      padding: 1%;
      height: 98%; }
  .container-footer-socialposts .footer-socialposts-facebook {
    padding-right: 30px; }
  .container-footer-socialposts .footer-socialposts-posts-facebook-item {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative; }
    .container-footer-socialposts .footer-socialposts-posts-facebook-item img {
      width: 175px;
      float: left;
      padding-right: 20px; }
    .container-footer-socialposts .footer-socialposts-posts-facebook-item .footer-socialposts-posts-facebook-item-text {
      padding-top: 10px;
      padding-bottom: 20px; }
    .container-footer-socialposts .footer-socialposts-posts-facebook-item a.footer-socialposts-posts-facebook-item-readmore {
      text-transform: uppercase;
      position: absolute;
      right: 0px;
      bottom: 0px; }

/* ==================================================================================== 
 *
 * CSS for the frontpage node as well as the artist detail node
 *
 * ==================================================================================== */
body.home .view-News .pager, body.single-artists .view-News .pager, body.page-members .view-News .pager, body.page-user .view-News .pager, body.page-admin-people-account-edit .view-News .pager, body.page-artists .view-News .pager, body .view-News .pager, body.single-news .view-News .pager {
  display: none; }
body.home div.view.view-News, body.single-artists div.view.view-News, body.page-members div.view.view-News, body.page-user div.view.view-News, body.page-admin-people-account-edit div.view.view-News, body.page-artists div.view.view-News, body div.view.view-News, body.single-news div.view.view-News {
  padding-top: 0px; }
body.home div.now_news, body.single-artists div.now_news, body.page-members div.now_news, body.page-user div.now_news, body.page-admin-people-account-edit div.now_news, body.page-artists div.now_news, body div.now_news, body.single-news div.now_news {
  padding-bottom: 20px; }
body.home .release_item_wrapper, body.single-artists .release_item_wrapper, body.page-members .release_item_wrapper, body.page-user .release_item_wrapper, body.page-admin-people-account-edit .release_item_wrapper, body.page-artists .release_item_wrapper, body .release_item_wrapper, body.single-news .release_item_wrapper {
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px; }
body.home .release_item, body.single-artists .release_item, body.page-members .release_item, body.page-user .release_item, body.page-admin-people-account-edit .release_item, body.page-artists .release_item, body .release_item, body.single-news .release_item {
  padding: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  text-align: center; }
  body.home .release_item:after, body.single-artists .release_item:after, body.page-members .release_item:after, body.page-user .release_item:after, body.page-admin-people-account-edit .release_item:after, body.page-artists .release_item:after, body .release_item:after, body.single-news .release_item:after {
    content: "";
    display: block;
    padding-bottom: 100%; }
  body.home .release_item.release_item_extra_banner:after, body.single-artists .release_item.release_item_extra_banner:after, body.page-members .release_item.release_item_extra_banner:after, body.page-user .release_item.release_item_extra_banner:after, body.page-admin-people-account-edit .release_item.release_item_extra_banner:after, body.page-artists .release_item.release_item_extra_banner:after, body .release_item.release_item_extra_banner:after, body.single-news .release_item.release_item_extra_banner:after {
    padding-bottom: 55%; }
  body.home .release_item .release_item_details, body.single-artists .release_item .release_item_details, body.page-members .release_item .release_item_details, body.page-user .release_item .release_item_details, body.page-admin-people-account-edit .release_item .release_item_details, body.page-artists .release_item .release_item_details, body .release_item .release_item_details, body.single-news .release_item .release_item_details {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    text-transform: uppercase;
    display: none;
   /*
  & .release_shop_link {
      //display: table;
      //width: 100%;
      //border-bottom: 1px solid $color_black;
      & a {
          width: 100%;
          height: 25%;
          display: table-cell;
          vertical-align: middle;
      }
  }*/ }
    body.home .release_item .release_item_details div, body.single-artists .release_item .release_item_details div, body.page-members .release_item .release_item_details div, body.page-user .release_item .release_item_details div, body.page-admin-people-account-edit .release_item .release_item_details div, body.page-artists .release_item .release_item_details div, body .release_item .release_item_details div, body.single-news .release_item .release_item_details div {
      width: 100% !important; }
  body.home .release_item:hover .release_item_details, body.home .release_item.mobile_touch_enabled_touched .release_item_details, body.single-artists .release_item:hover .release_item_details, body.single-artists .release_item.mobile_touch_enabled_touched .release_item_details, body.page-members .release_item:hover .release_item_details, body.page-members .release_item.mobile_touch_enabled_touched .release_item_details, body.page-user .release_item:hover .release_item_details, body.page-user .release_item.mobile_touch_enabled_touched .release_item_details, body.page-admin-people-account-edit .release_item:hover .release_item_details, body.page-admin-people-account-edit .release_item.mobile_touch_enabled_touched .release_item_details, body.page-artists .release_item:hover .release_item_details, body.page-artists .release_item.mobile_touch_enabled_touched .release_item_details, body .release_item:hover .release_item_details, body .release_item.mobile_touch_enabled_touched .release_item_details, body.single-news .release_item:hover .release_item_details, body.single-news .release_item.mobile_touch_enabled_touched .release_item_details {
    display: flex;
    justify-content: space-around;
    flex-direction: column; }
  body.home .release_item .release_overlay_more, body.home .release_item .release_overlay_shop, body.single-artists .release_item .release_overlay_more, body.single-artists .release_item .release_overlay_shop, body.page-members .release_item .release_overlay_more, body.page-members .release_item .release_overlay_shop, body.page-user .release_item .release_overlay_more, body.page-user .release_item .release_overlay_shop, body.page-admin-people-account-edit .release_item .release_overlay_more, body.page-admin-people-account-edit .release_item .release_overlay_shop, body.page-artists .release_item .release_overlay_more, body.page-artists .release_item .release_overlay_shop, body .release_item .release_overlay_more, body .release_item .release_overlay_shop, body.single-news .release_item .release_overlay_more, body.single-news .release_item .release_overlay_shop {
    width: 100%;
    height: 50%; }
    body.home .release_item .release_overlay_more a, body.home .release_item .release_overlay_more span, body.home .release_item .release_overlay_shop a, body.home .release_item .release_overlay_shop span, body.single-artists .release_item .release_overlay_more a, body.single-artists .release_item .release_overlay_more span, body.single-artists .release_item .release_overlay_shop a, body.single-artists .release_item .release_overlay_shop span, body.page-members .release_item .release_overlay_more a, body.page-members .release_item .release_overlay_more span, body.page-members .release_item .release_overlay_shop a, body.page-members .release_item .release_overlay_shop span, body.page-user .release_item .release_overlay_more a, body.page-user .release_item .release_overlay_more span, body.page-user .release_item .release_overlay_shop a, body.page-user .release_item .release_overlay_shop span, body.page-admin-people-account-edit .release_item .release_overlay_more a, body.page-admin-people-account-edit .release_item .release_overlay_more span, body.page-admin-people-account-edit .release_item .release_overlay_shop a, body.page-admin-people-account-edit .release_item .release_overlay_shop span, body.page-artists .release_item .release_overlay_more a, body.page-artists .release_item .release_overlay_more span, body.page-artists .release_item .release_overlay_shop a, body.page-artists .release_item .release_overlay_shop span, body .release_item .release_overlay_more a, body .release_item .release_overlay_more span, body .release_item .release_overlay_shop a, body .release_item .release_overlay_shop span, body.single-news .release_item .release_overlay_more a, body.single-news .release_item .release_overlay_more span, body.single-news .release_item .release_overlay_shop a, body.single-news .release_item .release_overlay_shop span {
      color: #ffffff;
      position: relative;
      float: left;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  body.home .release_item .release_overlay_more_only, body.home .release_item .release_overlay_shop_only, body.single-artists .release_item .release_overlay_more_only, body.single-artists .release_item .release_overlay_shop_only, body.page-members .release_item .release_overlay_more_only, body.page-members .release_item .release_overlay_shop_only, body.page-user .release_item .release_overlay_more_only, body.page-user .release_item .release_overlay_shop_only, body.page-admin-people-account-edit .release_item .release_overlay_more_only, body.page-admin-people-account-edit .release_item .release_overlay_shop_only, body.page-artists .release_item .release_overlay_more_only, body.page-artists .release_item .release_overlay_shop_only, body .release_item .release_overlay_more_only, body .release_item .release_overlay_shop_only, body.single-news .release_item .release_overlay_more_only, body.single-news .release_item .release_overlay_shop_only {
    height: 100%; }
  body.home .release_item .release_overlay_play, body.single-artists .release_item .release_overlay_play, body.page-members .release_item .release_overlay_play, body.page-user .release_item .release_overlay_play, body.page-admin-people-account-edit .release_item .release_overlay_play, body.page-artists .release_item .release_overlay_play, body .release_item .release_overlay_play, body.single-news .release_item .release_overlay_play {
    width: 100%;
    height: 100%;
    background-image: url(../img/icons/play.png);
    background-size: cover;
    background-position: center center; }
  body.home .release_item.release_item_extra_banner .release_overlay_play, body.single-artists .release_item.release_item_extra_banner .release_overlay_play, body.page-members .release_item.release_item_extra_banner .release_overlay_play, body.page-user .release_item.release_item_extra_banner .release_overlay_play, body.page-admin-people-account-edit .release_item.release_item_extra_banner .release_overlay_play, body.page-artists .release_item.release_item_extra_banner .release_overlay_play, body .release_item.release_item_extra_banner .release_overlay_play, body.single-news .release_item.release_item_extra_banner .release_overlay_play {
    background-size: contain;
    background-repeat: no-repeat; }
body.home .release_date, body.single-artists .release_date, body.page-members .release_date, body.page-user .release_date, body.page-admin-people-account-edit .release_date, body.page-artists .release_date, body .release_date, body.single-news .release_date {
  text-align: center; }
body.home .devider, body.single-artists .devider, body.page-members .devider, body.page-user .devider, body.page-admin-people-account-edit .devider, body.page-artists .devider, body .devider, body.single-news .devider {
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 25px; }
body.home .more_link, body.single-artists .more_link, body.page-members .more_link, body.page-user .more_link, body.page-admin-people-account-edit .more_link, body.page-artists .more_link, body .more_link, body.single-news .more_link {
  clear: both;
  display: table;
  margin: 0 auto;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 20px; }
body.home .more_link_releases, body.single-artists .more_link_releases, body.page-members .more_link_releases, body.page-user .more_link_releases, body.page-admin-people-account-edit .more_link_releases, body.page-artists .more_link_releases, body .more_link_releases, body.single-news .more_link_releases {
  padding-top: 20px; }
body.home .more_link_videos, body.single-artists .more_link_videos, body.page-members .more_link_videos, body.page-user .more_link_videos, body.page-admin-people-account-edit .more_link_videos, body.page-artists .more_link_videos, body .more_link_videos, body.single-news .more_link_videos {
  padding-bottom: 50px; }
body.home .latest_video_item, body.single-artists .latest_video_item, body.page-members .latest_video_item, body.page-user .latest_video_item, body.page-admin-people-account-edit .latest_video_item, body.page-artists .latest_video_item, body .latest_video_item, body.single-news .latest_video_item {
  padding: 0px; }
  body.home .latest_video_item iframe, body.single-artists .latest_video_item iframe, body.page-members .latest_video_item iframe, body.page-user .latest_video_item iframe, body.page-admin-people-account-edit .latest_video_item iframe, body.page-artists .latest_video_item iframe, body .latest_video_item iframe, body.single-news .latest_video_item iframe {
    width: 100%;
    height: 200px; }
body.home .latest_video_item_0, body.single-artists .latest_video_item_0, body.page-members .latest_video_item_0, body.page-user .latest_video_item_0, body.page-admin-people-account-edit .latest_video_item_0, body.page-artists .latest_video_item_0, body .latest_video_item_0, body.single-news .latest_video_item_0 {
  padding-right: 20px; }
body.home .latest_video_item_1, body.single-artists .latest_video_item_1, body.page-members .latest_video_item_1, body.page-user .latest_video_item_1, body.page-admin-people-account-edit .latest_video_item_1, body.page-artists .latest_video_item_1, body .latest_video_item_1, body.single-news .latest_video_item_1 {
  padding-left: 10px;
  padding-right: 10px; }
body.home .latest_video_item_2, body.single-artists .latest_video_item_2, body.page-members .latest_video_item_2, body.page-user .latest_video_item_2, body.page-admin-people-account-edit .latest_video_item_2, body.page-artists .latest_video_item_2, body .latest_video_item_2, body.single-news .latest_video_item_2 {
  padding-left: 20px; }
body.home .latest_video_item, body.single-artists .latest_video_item, body.page-members .latest_video_item, body.page-user .latest_video_item, body.page-admin-people-account-edit .latest_video_item, body.page-artists .latest_video_item, body .latest_video_item, body.single-news .latest_video_item {
  padding-left: 10px;
  padding-right: 10px; }
  body.home .latest_video_item:first-child, body.single-artists .latest_video_item:first-child, body.page-members .latest_video_item:first-child, body.page-user .latest_video_item:first-child, body.page-admin-people-account-edit .latest_video_item:first-child, body.page-artists .latest_video_item:first-child, body .latest_video_item:first-child, body.single-news .latest_video_item:first-child {
    padding-right: 20px;
    padding-left: 0; }
  body.home .latest_video_item:last-child, body.single-artists .latest_video_item:last-child, body.page-members .latest_video_item:last-child, body.page-user .latest_video_item:last-child, body.page-admin-people-account-edit .latest_video_item:last-child, body.page-artists .latest_video_item:last-child, body .latest_video_item:last-child, body.single-news .latest_video_item:last-child {
    padding-left: 20px;
    padding-right: 0; }

@media only screen and (max-width: 992px) {
  body.home .latest_video_item, body.home.latest_video_item:last-child, body.home.latest_video_item:first-child, body.single-artists .latest_video_item, body.single-artists.latest_video_item:last-child, body.single-artists.latest_video_item:first-child, body.page-members .latest_video_item, body.page-members.latest_video_item:last-child, body.page-members.latest_video_item:first-child, body.page-user .latest_video_item, body.page-user.latest_video_item:last-child, body.page-user.latest_video_item:first-child, body.page-admin-people-account-edit .latest_video_item, body.page-admin-people-account-edit.latest_video_item:last-child, body.page-admin-people-account-edit.latest_video_item:first-child, body.page-artists .latest_video_item, body.page-artists.latest_video_item:last-child, body.page-artists.latest_video_item:first-child, body .latest_video_item, body.latest_video_item:last-child, body.latest_video_item:first-child, body.single-news .latest_video_item, body.single-news.latest_video_item:last-child, body.single-news.latest_video_item:first-child {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
body.single-artists h1, body.single-news h1 {
  font-size: 22px; }
body.single-artists .row_current_releases .bx-viewport, body.single-news .row_current_releases .bx-viewport {
  height: 200px !important; }
body.single-artists .artists_releases_list, body.single-news .artists_releases_list {
  /*& .release_item_wrapper {
      width:100%;
      height: 100%;
      padding-left:0px;
      padding-right:0px;
  }*/ }
  body.single-artists .artists_releases_list .slide, body.single-news .artists_releases_list .slide {
    height: 180px; }
    body.single-artists .artists_releases_list .slide img, body.single-news .artists_releases_list .slide img {
      height: 180px;
      width: 180px; }
body.single-artists .has_spotlight_album .col-lg-12, body.single-news .has_spotlight_album .col-lg-12 {
  overflow: hidden; }
body.single-artists .has_spotlight_album .spotlight_album_wrapper, body.single-news .has_spotlight_album .spotlight_album_wrapper {
  width: 20%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  right: 0px; }
body.single-artists .has_spotlight_album .spotlight_album_shoplinks, body.single-news .has_spotlight_album .spotlight_album_shoplinks {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.6); }
  body.single-artists .has_spotlight_album .spotlight_album_shoplinks div, body.single-news .has_spotlight_album .spotlight_album_shoplinks div {
    text-align: center;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px; }
    body.single-artists .has_spotlight_album .spotlight_album_shoplinks div a, body.single-news .has_spotlight_album .spotlight_album_shoplinks div a {
      color: #ffffff;
      height: auto;
      font-size: 14px; }
  body.single-artists .has_spotlight_album .spotlight_album_shoplinks .release_item_link_shop, body.single-news .has_spotlight_album .spotlight_album_shoplinks .release_item_link_shop {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    height: auto; }
body.single-artists h1, body.single-artists .artist_description, body.single-news h1, body.single-news .artist_description {
  padding-left: 10px; }
body.single-artists .release_item_link_shop, body.single-news .release_item_link_shop {
  width: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: table;
  margin: 0 auto;
  margin-bottom: 4px; }

@media only screen and (max-width: 480px) {
  body.home .release_item .upcoming_release_item_details, body.single-artists .release_item .upcoming_release_item_details {
    font-size: 12px; } }
@media only screen and (max-width: 768px) {
  body.home .release_item .upcoming_release_item_details, body.single-artists .release-item .upcoming_release_item_details {
    font-size: 14px; }

  body.single-artists .has_spotlight_album .spotlight_album_shoplinks {
    display: none; } }
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  body.home .release_item .upcoming_release_item_details, body.single-artists .release-item .upcoming_release_item_details {
    font-size: 14px; }

  body.single-artists .has_spotlight_album .spotlight_album_shoplinks div a {
    font-size: 14px; } }
@media only screen and (max-width: 1200px) {
  body.home .latest_video_item iframe, body.single-artists .latest_video_item iframe {
    height: 120px; } }
@media only screen and (max-width: 992px) {
  body.home .latest_video_item iframe, body.single-artists .latest_video_item iframe {
    height: 380px; }
  body.home .latest_video_item_0, body.home .latest_video_item_1, body.home .latest_video_item_2, body.single-artists .latest_video_item_0, body.single-artists .latest_video_item_1, body.single-artists .latest_video_item_2 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px; }

  body.single-artists .has_spotlight_album .spotlight_album_shoplinks div a {
    font-size: 10px; } }
@media only screen and (max-width: 768px) {
  body.home .latest_video_item iframe, body.single-artists .latest_video_item iframe {
    height: 355px; } }
@media only screen and (max-width: 480px) {
  body.home .latest_video_item iframe, body.single-artists .latest_video_item iframe {
    height: 225px; } }
body.single-artists .bx-wrapper {
  margin-left: 0px !important;
  -webkit-box-shadow: inital;
  box-shadow: initial;
  background: transparent; }
  body.single-artists .bx-wrapper .slide_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    display: none; }
    body.single-artists .bx-wrapper .slide_overlay div {
      width: 100%;
      height: 50%; }
      body.single-artists .bx-wrapper .slide_overlay div a {
        color: #1b1d21;
        position: relative;
        float: left;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
    body.single-artists .bx-wrapper .slide_overlay .slide_overlay_show {
      border-bottom: 1px solid #ffffff; }
  body.single-artists .bx-wrapper .slide:hover .slide_overlay {
    display: block;
    cursor: pointer; }
  body.single-artists .bx-wrapper .slide {
    position: relative;
    width: 190px !important; }

/* ==================================================================================== 
 *
 * CSS for the releases and artists overview pages
 *
 * ==================================================================================== */
.overview_page .row {
  margin-left: 0px;
  margin-right: 0px; }
.overview_page .overview_page_section {
  clear: both;
  padding-bottom: 50px; }
  .overview_page .overview_page_section:nth-child(even) {
    background-color: #E1E2E4;
    /* This is a bit of magic to make the zebra-coloring full width */
    border-left: 10000px solid #E1E2E4;
    margin-left: -10000px;
    border-right: 10000px solid #E1E2E4;
    margin-right: -10000px; }
  .overview_page .overview_page_section:nth-child(odd) {
    background-color: #ffffff; }
.overview_page .overview_page_section_label {
  text-align: left;
  font-size: 22px;
  padding-left: 20px;
  padding-top: 25px;
  padding-bottom: 25px; }
.overview_page .overview_page_item:hover, .overview_page .overview_page_item_name:hover {
  text-decoration: underline; }
.overview_page .overview_page_item .overview_page_item_name {
  padding-left: 10px;
  padding-right: 10px; }
.overview_page .overview_page_item .overview_page_item_img {
  padding: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
.overview_page .overview_page_item .overview_page_item_img:after {
  content: "";
  display: block;
  padding-bottom: 100%; }
.overview_page .overview_page_section_anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden; }

.overview_filter {
  padding: 25px 50px; }
  .overview_filter .overview_filter_item {
    float: left; }
  .overview_filter .overview_filter_alphabetical .overview_filter_item {
    padding-right: 7px;
    color: #E1E2E4; }
  .overview_filter .overview_filter_alphabetical .overview_filter_item.active {
    color: inherit; }
  .overview_filter .overview_filter_sortby {
    float: right; }
    .overview_filter .overview_filter_sortby .overview_filter_item {
      padding-left: 10px; }
    .overview_filter .overview_filter_sortby .overview_filter_sortby_label {
      color: #E1E2E4; }
  .overview_filter .overview_filter_sortby_a_z:after, .overview_filter .overview_filter_sortby_by_date:after {
    background-image: url(../img/icons/pfeile.png); }
  .overview_filter .overview_filter_sortby_by_ontour:after {
    background-image: url(../img/icons/dot.png); }
  .overview_filter .overview_filter_sortby_a_z:after, .overview_filter .overview_filter_sortby_by_date:after, .overview_filter .overview_filter_sortby_by_ontour:after {
    background-size: 13px 14px;
    display: inline-block;
    width: 13px;
    height: 14px;
    content: "";
    background-repeat: no-repeat;
    margin-left: 10px;
    content: ""; }
  .overview_filter.overview_filter_a-z .overview_filter_sortby_a_z {
    text-decoration: underline; }
  .overview_filter.overview_filter_latest_release .overview_filter_sortby_by_date, .overview_filter.overview_filter_chronological .overview_filter_sortby_by_date {
    text-decoration: underline; }
  .overview_filter.overview_filter_on_tour .overview_filter_sortby_by_ontour {
    text-decoration: underline; }

@media only screen and (max-width: 1200px) {
  .overview_filter .overview_filter_sortby {
    float: left;
    clear: both; }
    .overview_filter .overview_filter_sortby .overview_filter_item {
      padding-left: 0px;
      padding-right: 15px; } }
/* Hint */
@media (min-width: 1200px) {
  .overview_page_section.auto-clear div.overview_page_item:nth-child(6n+1) {
    clear: left; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .overview_page_section.auto-clear div.overview_page_item:nth-child(6n+1) {
    clear: left; } }
@media (min-width: 768px) and (max-width: 991px) {
  .overview_page_section.auto-clear div.overview_page_item:nth-child(4n+1) {
    clear: left; } }
@media (max-width: 767px) {
  .overview_page_section.auto-clear div.overview_page_item:nth-child(3n+1) {
    clear: left; } }
/* ==================================================================================== 
 *
 * CSS for the news overview pages as well as the news view integration on the front
 * page and the artists detail pages
 *
 * ==================================================================================== */
body div.view.view-News {
  padding-top: 25px; }
  body div.view.view-News div.first.column {
    padding-left: 0px; }
  body div.view.view-News div.last.column {
    padding-right: 0px; }
  body div.view.view-News .news_overview_item {
    position: relative;
    background-color: #1b1d21;
    color: #6a6f78;
    margin-bottom: 15px; }
  body div.view.view-News .news_overview_item_bigimage img {
    width: 100%; }
  body div.view.view-News .news_yt_item .news_overview_item_description_title {
    padding-bottom: 0; }
  body div.view.view-News .news_overview_item_yt, body div.view.view-News .news_overview_item_yt iframe {
    width: 100%;
    height: 310px; }
  body div.view.view-News .news_overview_item_image {
    clear: both;
    float: left;
    display: block;
    width: 150px;
    height: 150px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    body div.view.view-News .news_overview_item_image.image_small {
      height: 200px;
      width: 200px; }
      body div.view.view-News .news_overview_item_image.image_small .news_item_small_image {
        position: absolute;
        height: 100%;
        width: 100%;
        object-fit: cover; }
  body div.view.view-News .news_overview_item_description {
    padding: 10px 15px; }
  body div.view.view-News .news_overview_item_description_meta {
    font-size: 14px;
    text-transform: uppercase; }
    body div.view.view-News .news_overview_item_description_meta a:before {
      content: '|';
      padding-right: 5px;
      text-decoration: none; }
    body div.view.view-News .news_overview_item_description_meta a:hover:before {
      text-decoration: none; }
  body div.view.view-News .news_overview_item_description_title {
    color: #ffffff;
    padding-bottom: 30px;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 22px; }
  body div.view.view-News .news_overview_item_description_text {
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 16px; }
  body div.view.view-News .news_overview_item_user_and_readmore_wrapper {
    text-align: right;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: -10px;
    overflow: hidden; }
  body div.view.view-News .news_overview_item_readmore {
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 8px 25px;
    color: #27292e;
    display: inline-block;
    height: 40px;
    margin-left: 10px; }
  body div.view.view-News .news_overview_item_author {
    text-transform: uppercase;
    font-size: 12px;
    color: #35383d;
    display: inline-block; }
  body div.view.view-News .news_overview_item_author_pic {
    height: 40px;
    margin-top: -5px;
    margin-left: 5px;
    filter: brightness(20%); }
  body div.view.view-News .news_overview_item_readmore:hover {
    text-decoration: underline; }
  body div.view.view-News .membernews {
    height: 300px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    background-image: url("../img/membernews-dunkel.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  body div.view.view-News .membernews_locked_messages {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  body div.view.view-News .membernews_membersonly {
    margin-bottom: 60px; }
  body div.view.view-News .top_news_ribbon {
    position: absolute;
    top: 0px;
    right: 0px; }

.gd-infinite-scroll-load-more {
  border: none;
  background-color: transparent;
  margin-bottom: 50px; }
  .gd-infinite-scroll-load-more:hover {
    text-decoration: underline; }

@media only screen and (max-width: 1200px) {
  div.view.view-News .news_overview_item_yt, div.view.view-News .news_overview_item_yt iframe {
    height: 255px; } }
@media only screen and (max-width: 992px) {
  div.view.view-News div.first.column {
    padding-left: 0px;
    padding-right: 0px; }
  div.view.view-News div.last.column {
    padding-left: 0px;
    padding-right: 0px; }
  div.view.view-News .news_overview_item_yt, div.view.view-News .news_overview_item_yt iframe {
    height: 380px; } }
@media only screen and (max-width: 768px) {
  div.view.view-News .news_overview_item_yt, div.view.view-News .news_overview_item_yt iframe {
    height: 355px; } }
@media only screen and (max-width: 480px) {
  div.view.view-News .news_overview_item_yt, div.view.view-News .news_overview_item_yt iframe {
    height: 225px; } }
.member_area_description.col-lg-12 {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px; }

.legal_requirements .form-type-checkbox {
  float: left;
  clear: both;
  margin-top: 0px;
  margin-bottom: 0px; }
  .legal_requirements .form-type-checkbox input {
    margin: 0px;
    margin-bottom: 2px;
    margin-right: 5px; }
.legal_requirements .checkbox_wrapper {
  margin-bottom: 10px; }

/* ==================================================================================== 
 *
 * CSS for the news details pages. Keep this in sync with the page node
 *
 * ==================================================================================== */
.node-news.node-unpublished {
  background-color: transparent; }
.node-news .news_details_description {
  padding-top: 100px;
  padding-bottom: 30px;
  vertical-align: middle; }
.node-news .news_details_description_title {
  font-size: 22px;
  text-transform: uppercase;
  color: #1b1d21;
  display: table;
  margin: 0 auto; }
.node-news .news_details_description_meta {
  font-size: 14px;
  text-transform: uppercase;
  display: table;
  margin: 0 auto; }
  .node-news .news_details_description_meta span {
    padding-left: 5px; }
  .node-news .news_details_description_meta a:after {
    content: '|';
    padding-left: 5px;
    text-decoration: none; }
  .node-news .news_details_description_meta a:hover:before {
    text-decoration: none; }
.node-news .news_details_long_content {
  font-size: 16px; }
.node-news .row.content {
  padding-left: 10%;
  padding-right: 10%; }
.node-news .devider {
  text-transform: uppercase;
  border-bottom: 1px solid;
  padding-left: 10px;
  padding-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 25px; }
.node-news .social_share {
  padding-top: 10px; }
  .node-news .social_share .share-label {
    display: none; }
  .node-news .social_share ul {
    list-style: none;
    padding-left: 0px; }
  .node-news .social_share li {
    float: left;
    margin-right: 50px; }
    .node-news .social_share li:before {
      content: '';
      background-size: cover;
      position: absolute;
      width: 20px;
      height: 20px;
      margin-left: -25px;
      margin-top: 2px; }
  .node-news .social_share li.social-share-item-e_mail {
    margin-left: 35px; }
    .node-news .social_share li.social-share-item-e_mail:before {
      background-image: url("../img/icons/email.png"); }
  .node-news .social_share li.social-share-item-facebook:before {
    background-image: url("../img/icons/facebook.png"); }
  .node-news .social_share li.social-share-item-twitter:before {
    background-image: url("../img/icons/twitter.png"); }
.node-news .related_news {
  padding-top: 15px; }
  .node-news .related_news ul {
    padding-left: 25px; }
  .node-news .related_news li {
    padding-top: 2px;
    padding-bottom: 2px; }

@media only screen and (max-width: 992px) {
  .node-news .social_share li {
    margin-right: 35px; } }
@media (max-width: 767px) {
  .node-news .social_share {
    font-size: 16px; }
  .node-news .social_share li {
    margin-right: 30px; }
  .node-news li.social-share-item-twitter {
    margin-right: 0px; } }
/* ==================================================================================== 
 *
 * CSS for the page nodes. Keep this in sync with the news detail node
 * The css for the 
 *
 * ==================================================================================== */
.page-template-page-text .page_description {
  padding-top: 100px;
  padding-bottom: 30px;
  vertical-align: middle; }
.page-template-page-text .page_description_title, .page-template-page-text .page_description_title h1 {
  font-size: 22px;
  text-transform: uppercase;
  color: #1b1d21;
  display: table;
  margin: 0 auto; }
.page-template-page-text .page_content {
  font-size: 16px; }

/* ==================================================================================== 
 *
 * CSS for the search and the search results page
 *
 * ==================================================================================== */
#edit-search-api-views-fulltext-wrapper {
  padding-right: 0px; }

#edit-search-api-views-fulltext, #edit-submit-search {
  background-color: transparent;
  border: none;
  padding-right: 10px; }

#edit-submit-search {
  color: #6a6f78; }

#edit-submit-search {
  color: transparent;
  background-image: url("../img/naviicons/Suche_gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  margin-bottom: 2px; }

#top_navigation #edit-submit-search {
  background-image: url("../img/naviicons/Suche_white.svg"); }

#edit-search-api-views-fulltext:focus, #edit-submit-search:focus {
  outline: none; }

body.search-results .view-search, body.search-no-results .view-search {
  padding-bottom: 50px;
  padding-top: 50px; }
  body.search-results .view-search .view-header, body.search-no-results .view-search .view-header {
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-bottom: 25px; }
    body.search-results .view-search .view-header p, body.search-no-results .view-search .view-header p {
      margin-bottom: 0px; }
  body.search-results .view-search input[type=submit], body.search-no-results .view-search input[type=submit] {
    margin-top: 0px; }
  body.search-results .view-search #views-exposed-form-search-page, body.search-no-results .view-search #views-exposed-form-search-page {
    margin-bottom: 20px; }
body.search-results .search_results_item, body.search-no-results .search_results_item {
  padding-top: 20px;
  padding-bottom: 25px;
  clear: both; }
  body.search-results .search_results_item .search_results_item_image, body.search-no-results .search_results_item .search_results_item_image {
    width: 120px;
    float: left;
    padding-right: 20px; }
  body.search-results .search_results_item .search_results_item_title, body.search-no-results .search_results_item .search_results_item_title {
    text-transform: uppercase;
    font-weight: 900; }
body.search-results #edit-search-api-views-fulltext, body.search-no-results #edit-search-api-views-fulltext {
  width: 250px; }
body.search-results .views-exposed-widget.views-submit-button, body.search-no-results .views-exposed-widget.views-submit-button {
  padding-right: 0px;
  float: right; }
body.search-results .view-filters, body.search-no-results .view-filters {
  max-width: 300px; }

@media only screen and (min-width: 768px) {
  #block-views-exp-search-page-1 {
    float: right;
    position: inherit; }
    #block-views-exp-search-page-1 #edit-search-api-views-fulltext-wrapper {
      position: absolute;
      height: 35px;
      bottom: -45px;
      right: 0em;
      display: none; }
    #block-views-exp-search-page-1 #edit-submit-search {
      margin-top: 5px; }
    #block-views-exp-search-page-1 #edit-search-api-views-fulltext-wrapper, #block-views-exp-search-page-1 .views-exposed-widget.views-submit-button {
      padding: 0px !important; }
    #block-views-exp-search-page-1 .views-exposed-widgets.clearfix {
      margin-bottom: 0px; }
    #block-views-exp-search-page-1 .form-item-search-api-views-fulltext {
      background-color: #1b1d21e8;
      border: 1px solid black; }
    #block-views-exp-search-page-1 #edit-search-api-views-fulltext {
      padding: 10px 15px;
      color: #ffffff;
      width: 220px; }
      #block-views-exp-search-page-1 #edit-search-api-views-fulltext::placeholder {
        color: #ffffff; } }
@media only screen and (max-width: 768px) {
  #block-views-exp-search-page-1 {
    float: left;
    position: fixed;
    top: 45px; }
    #block-views-exp-search-page-1 #edit-submit-search {
      margin-top: 0em;
      background-image: url("../img/icons/search_white.png"); }
    #block-views-exp-search-page-1 #edit-search-api-views-fulltext {
      color: #ffffff;
      width: 220px; }
    #block-views-exp-search-page-1 .views-exposed-widget.views-submit-button {
      padding-right: 0px; } }
/* ==================================================================================== 
 *
 * CSS for the member area, the user login/registration and password recovery
 *
 * Note: The body-class rules are also added to the frontpage css definitions 
 *       to make the headline and the devider work
 * ==================================================================================== */
body.page-user .region-content, body.page-user-register .region-content {
  padding-left: 25%;
  padding-right: 25%;
  padding-bottom: 50px;
  padding-top: 50px; }
body.page-user .container-content, body.page-user .container-wrapper-content, body.page-user-register .container-content, body.page-user-register .container-wrapper-content {
  background-color: #35383d !important;
  color: white; }
body.page-user .container-content input[type="text"], body.page-user .container-content input[type="password"], body.page-user-register .container-content input[type="text"], body.page-user-register .container-content input[type="password"] {
  width: 100%;
  border: none;
  border-bottom: 1px solid;
  background-color: transparent;
  color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px; }
body.page-user .container-content ::-webkit-input-placeholder, body.page-user-register .container-content ::-webkit-input-placeholder {
  color: #ffffff; }
body.page-user .container-content ::-moz-placeholder, body.page-user-register .container-content ::-moz-placeholder {
  color: #ffffff; }
body.page-user .container-content ::-ms-placeholder, body.page-user-register .container-content ::-ms-placeholder {
  color: #ffffff; }
body.page-user .container-content ::placeholder, body.page-user-register .container-content ::placeholder {
  color: #ffffff; }
body.page-user .container-content input[type="submit"], body.page-user-register .container-content input[type="submit"] {
  width: 100%;
  color: #27292e;
  background-color: #ffffff;
  border: none;
  padding: 10px;
  text-transform: uppercase; }
body.page-user .container-content #edit-register, body.page-user-register .container-content #edit-register {
  color: #ffffff;
  margin-top: 10px;
  background-color: #27292e !important; }
body.page-user .container-content label, body.page-user-register .container-content label {
  display: none; }
body.page-user .container-wrapper-footer-one, body.page-user-register .container-wrapper-footer-one {
  margin-top: 0px; }

body.page-user-register .container-content input[type="password"] {
  width: 50%; }
body.page-user-register .container-content .password-parent, body.page-user-register .container-content .confirm-parent {
  width: 100%; }
body.page-user-register .container-content .password-strength {
  width: 45%;
  margin-top: 5px; }
body.page-user-register .container-content .password-confirm {
  width: 45%;
  margin-top: 10px;
  padding-top: 10px; }

body.page-members .become_member_link, body.page-admin-people-account-edit .become_member_link {
  text-decoration: underline; }
body.page-members .recover_password_link, body.page-admin-people-account-edit .recover_password_link {
  cursor: pointer; }
body.page-members .member_area, body.page-admin-people-account-edit .member_area {
  padding-bottom: 50px;
  padding-top: 50px; }
body.page-members .member_area_my_accountlink, body.page-members .member_area_my_accountlink_logout, body.page-admin-people-account-edit .member_area_my_accountlink, body.page-admin-people-account-edit .member_area_my_accountlink_logout {
  float: right;
  padding-right: 10px; }
  body.page-members .member_area_my_accountlink:before, body.page-members .member_area_my_accountlink_logout:before, body.page-admin-people-account-edit .member_area_my_accountlink:before, body.page-admin-people-account-edit .member_area_my_accountlink_logout:before {
    content: '// '; }
body.page-members form label, body.page-admin-people-account-edit form label {
  display: block; }
body.page-members form input[type=submit], body.page-admin-people-account-edit form input[type=submit] {
  background-color: transparent;
  border: none; }
body.page-members form input[type=submit]:hover, body.page-admin-people-account-edit form input[type=submit]:hover {
  text-decoration: underline; }

body.page-admin-people-account-edit.role-id-2 .form-item-files-picture-upload, body.page-admin-people-account-edit.role-id-2 .form-item-timezone {
  display: none; }

/* ==================================================================================== 
 *
 * CSS rules for the embeded yt/vimeo/spotify/soundcloud iframes that are allowed in full 
 * unfiltered html text formats. Apply this class .text_format_full_unfiltered_html 
 * to each corresponding field via field->manage display
 *
 * ==================================================================================== */
.text_format_full_unfiltered_html .spotifyplayer, .text_format_full_unfiltered_html .soundcloudplayer {
  padding: 20px 200px; }
.text_format_full_unfiltered_html .ytplayer, .text_format_full_unfiltered_html .vimeoplayer {
  width: 100%;
  height: 555px;
  padding-top: 20px;
  padding-bottom: 20px; }
.text_format_full_unfiltered_html .news_details_long_content {
  padding-bottom: 20px; }

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .node-news .ytplayer, .node-news .vimeoplayer, .text_format_full_unfiltered_html .ytplayer, .text_format_full_unfiltered_html .vimeoplayer {
    height: 465px; } }
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .node-news .spotifyplayer, .node-news .soundcloudplayer, .text_format_full_unfiltered_html .spotifyplayer, .text_format_full_unfiltered_html .soundcloudplayer {
    padding: 20px 100px; }
  .node-news .ytplayer, .node-news .vimeoplayer, .text_format_full_unfiltered_html .ytplayer, .text_format_full_unfiltered_html .vimeoplayer {
    width: 100%;
    height: 380px;
    padding-top: 20px;
    padding-bottom: 20px; } }
@media only screen and (max-width: 768px) {
  .node-news .spotifyplayer, .node-news .soundcloudplayer, .text_format_full_unfiltered_html .spotifyplayer, .text_format_full_unfiltered_html .soundcloudplayer {
    padding: 20px 20px; }
  .node-news .ytplayer, .node-news .vimeoplayer, .text_format_full_unfiltered_html .ytplayer, .text_format_full_unfiltered_html .vimeoplayer {
    height: 355px; }
  .node-news img, .text_format_full_unfiltered_html img {
    max-width: 100%;
    height: auto !important; } }
@media only screen and (max-width: 480px) {
  .node-news .ytplayer, .node-news .vimeoplayer, .text_format_full_unfiltered_html .ytplayer, .text_format_full_unfiltered_html .vimeoplayer {
    height: 225px; } }
/* ==================================================================================== 
 *
 * Cookie compliance
 *
 * ==================================================================================== */
#cookie-compliance {
  position: fixed;
  z-index: 99999;
  bottom: 0px;
  width: 100%;
  background-color: #6a6f78;
  text-align: center;
  font-size: 0.9em; }
  #cookie-compliance .cookie-compliance__inner {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: auto;
    display: inline-block; }
  #cookie-compliance .cookie-compliance__text {
    float: left;
    padding-right: 20px;
    display: block;
    margin: 0px;
    margin-top: 2px; }
    #cookie-compliance .cookie-compliance__text a {
      text-decoration: underline; }
  #cookie-compliance .cookie-compliance__text a, #cookie-compliance .cookie-compliance__text p {
    color: white; }

#simple-cookie-compliance-dismiss-form {
  float: right;
  display: block; }
  #simple-cookie-compliance-dismiss-form .cookie-compliance__button {
    padding: 2px 10px;
    color: #6a6f78 !important;
    border: none;
    background-color: white !important; }

body.page-admin #cookie-compliance, body.page-admin .cookie-compliance__inner {
  display: none !important; }
