.album-single .album-above {
  min-height: 400px;
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  font-size: 44px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.album-single .album-header-row .inside {
  display: flex;
  flex-direction: column;
}
.album-single .album-header-row .inside .album-header-title {
  margin-bottom: 30px;
}
.album-single .album-header-row .inside .album-header-title h1 {
  font-size: 1.2rem;
}
@media (min-width: 800px) {
  .album-single .album-header-row .inside .album-header-title h1 {
    font-size: 2rem;
  }
}
.album-single .album-header-row .inside .album-header-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  padding-top: 10px;
}
@media (min-width: 800px) {
  .album-single .album-header-row .inside .album-header-content {
    flex-direction: row;
    align-items: center;
  }
}
.album-single .album-header-row .inside .album-header-content > .picture {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .album-single .album-header-row .inside .album-header-content > .picture {
    width: 33.333%;
  }
}
.album-single .album-header-row .inside .album-header-content > .picture img {
  border-radius: 24px;
}
.album-single .album-header-row .inside .album-header-content > .content {
  margin-left: 20px;
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 800px) {
  .album-single .album-header-row .inside .album-header-content > .content {
    width: 66.666%;
    padding-top: 0px;
  }
}
.album-single .album-header-row .inside .agerec {
  padding-top: 30px;
  padding-bottom: 20px;
}
.album-single .album-content-description .headline h2 {
  color: #eb5023;
}
.album-single .album-content-description .description {
  padding: 20px;
  background: rgba(255, 255, 255, 0.7);
}
.album-single .album-details {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (min-width: 800px) {
  .album-single .album-details {
    flex-direction: row;
    align-items: flex-start;
  }
}
.album-single .album-details > .left-side {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.album-single .album-details > .left-side h2 {
  color: #eb5023;
}
@media (min-width: 800px) {
  .album-single .album-details > .left-side {
    width: 33.333%;
  }
}
.album-single .album-details > .right-side {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 800px) {
  .album-single .album-details > .right-side {
    width: 66.666%;
    padding-left: 20px;
  }
}
.album-single .album_overview {
  width: 100%;
}
.album-single .album_overview .quickinfo {
  width: 100%;
}
.album-single .album_overview .quickinfo .quick-information-row {
  width: 100%;
  background: rgba(250, 250, 250, 0.8);
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  flex-direction: column;
}
@media (min-width: 900px) {
  .album-single .album_overview .quickinfo .quick-information-row {
    min-height: 386px;
  }
}
.album-single .album_overview .quickinfo .quick-information-row > * {
  flex-grow: 1;
  padding: 10px;
  text-align: center;
}
.album-single .album_overview .quickinfo .quick-information-row > * h4 {
  text-align: center;
  text-transform: uppercase;
}
.album-single .videobox > h2 {
  color: #eb5023;
}
.album-single .tracks .headline {
  margin: 0px 0px 0px 0px;
}
.album-single .tracks .headline h2 {
  color: #eb5023;
}
.album-single .tracks .about {
  background: rgb(132, 51, 48);
  color: #fff;
}
.album-single .tracks .album-title {
  padding: 10px;
}
.album-single .tracks .album-title .title {
  font-weight: 700;
}
.album-single .tracks .tracklist {
  max-height: 412px;
  overflow-y: scroll;
  margin-bottom: 50px;
}
.album-single .tracks .tracklist .track {
  color: #fff;
  text-transform: uppercase;
  display: flex;
  font-weight: 700;
  font-size: 0.7em;
  background: rgba(132, 51, 48, 0.7);
}
.album-single .tracks .tracklist .track > * {
  padding: 5px;
}
.album-single .tracks .tracklist .track .position {
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.album-single .tracks .tracklist .track:nth-of-type(2n-1) {
  background: rgba(153, 60, 57, 0.7);
}
.album-single .title h2 > div {
  display: flex;
  flex-wrap: wrap;
}
.album-single .title h2 > div figure {
  margin-right: 15px !important;
}
.album-single .album_overview_streaming {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.album-single .album_overview_streaming h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.album-single .album_overview_streaming img {
  width: 50px;
  height: auto;
}
.album-single .album_overview_streaming > * {
  margin-bottom: 5px;
}
.album-single .album_overview_streaming a {
  width: 300px;
  max-width: 100%;
}
.album-single .album_overview_store {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.album-single .album_overview_store h3 {
  font-size: 15px;
  margin-bottom: 10px;
}
.album-single .album_overview_store img {
  width: 50px;
  height: auto;
}
.album-single .album_overview_store > * {
  margin-bottom: 5px;
}
.album-single .album_overview_store a {
  width: 300px;
  max-width: 100%;
}

.member-worlds .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.member-worlds .items > .inside {
  width: 45%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 50px;
  margin: 1.5111%;
}
@media (min-width: 800px) {
  .member-worlds .items > .inside {
    width: 30%;
  }
}
.member-worlds .items > .inside > .picture {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.member-worlds .items > .inside > .picture img {
  width: 150px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 24px;
}
@media (min-width: 800px) {
  .member-worlds .items > .inside > .picture img {
    width: 300px;
    height: 400px;
  }
}
.member-worlds .items > .inside > .content {
  width: 100%;
  text-align: center;
  padding-top: 15px;
}
.member-worlds .items > .inside > .content h3 {
  font-size: 16px;
}
@media (min-width: 800px) {
  .member-worlds .items > .inside > .content h3 {
    font-size: 24px;
  }
}

.letterFilter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.letterFilter > * {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #eb5023;
  text-align: center;
}
.letterFilter > *.disabled-link {
  color: grey;
  border-color: grey;
  pointer-events: none;
}

.artist-single-world .team-header-row .inside {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 800px) {
  .artist-single-world .team-header-row .inside {
    flex-direction: row;
    align-items: center;
  }
}
.artist-single-world .team-header-row .inside > .picture {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .artist-single-world .team-header-row .inside > .picture {
    width: 33.333%;
  }
}
.artist-single-world .team-header-row .inside > .picture img {
  border-radius: 50%;
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.artist-single-world .team-header-row .inside > .content {
  margin-left: 20px;
  width: 100%;
  width: calc(100% - 40px);
}
@media (min-width: 800px) {
  .artist-single-world .team-header-row .inside > .content {
    width: 66.666%;
  }
}
.artist-single-world .team-header-row .inside > .content h1 {
  color: #eb5023;
  margin-bottom: 25px;
}
.artist-single-world .team-header-row .inside > .content .link-to-other {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.artist-single-world .team-header-row .inside > .content .link-to-other .streaming-box {
  margin-left: unset;
}
@media (max-width: 500px) {
  .artist-single-world .team-header-row .inside > .content .link-to-other .img-btn-keativewelt {
    margin-left: auto;
    margin-right: auto;
  }
  .artist-single-world .team-header-row .inside > .content .link-to-other .streaming-box {
    margin-left: auto;
  }
  .artist-single-world .team-header-row .inside > .content .link-to-other .streaming-box + a {
    margin-right: auto;
  }
}
.artist-single-world .publications {
  overflow: hidden;
}
.artist-single-world .publications > h2 {
  color: #eb5023;
}
.artist-single-world .publications .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23eb5023'/%3E%3C/svg%3E");
  right: 0px;
  top: 50%;
  width: 30px;
  height: 55px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 100;
  cursor: pointer;
}
.artist-single-world .publications .swiper-button-next:after {
  color: #eb5023;
}
.artist-single-world .publications .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23eb5023'/%3E%3C/svg%3E");
  left: 0px;
  top: 50%;
  width: 30px;
  height: 55px;
  position: absolute;
  background-repeat: no-repeat;
}
.artist-single-world .publications .swiper-button-prev:after {
  color: #eb5023;
}
@media (max-width: 599px) {
  .artist-single-world .publications .swiper-container {
    max-width: 85%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .artist-single-world .publications .swiper-container .swiper-button-next {
    right: 0px;
  }
  .artist-single-world .publications .swiper-container .swiper-button-prev {
    left: 0px;
  }
}
.artist-single-world .publications .swiper-wrapper {
  width: 95%;
}
.artist-single-world .publications .swiper-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}
.artist-single-world .publications .swiper-pagination > * {
  margin: 0px 5px;
}
.artist-single-world .publications .swiper-slide .picture {
  position: relative;
}
.artist-single-world .publications .swiper-slide .linkfire-thickbox {
  display: none;
}
.artist-single-world .publications .swiper-slide .linkfire-thickbox > .inside {
  display: flex;
  flex-direction: column;
}
.artist-single-world .publications .swiper-slide .linkfire-thickbox > .inside a {
  font-size: 2rem;
  line-height: 2.5rem;
}
.artist-single-world .publications .swiper-slide .linkfire-hover {
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border-radius: 24px;
  display: none;
  transition: 0.3s all;
}
@media (min-width: 991px) {
  .artist-single-world .publications .swiper-slide .linkfire-hover {
    display: block;
  }
}
.artist-single-world .publications .swiper-slide .linkfire-hover > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  width: 60%;
  text-align: left;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
}
.artist-single-world .publications .swiper-slide .linkfire-hover > * .stream-link {
  font-size: 1.4em;
  line-height: 1.7em;
}
@media (min-width: 991px) {
  .artist-single-world .publications .swiper-slide:hover .linkfire-hover {
    opacity: 1;
  }
}
.artist-single-world .publication-row {
  width: 33.33%;
  /* &:nth-of-type(2n){
      @media(min-width:800px){
          .inside{
              >.picture{
                  order:2;
              }
              >.content{
                  order:1;
              }
          }
      }
  } */
}
.artist-single-world .publication-row > .inside {
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (min-width: 800px) {
  .artist-single-world .publication-row > .inside {
    /* flex-direction: row;
    align-items: center; */
  }
}
.artist-single-world .publication-row > .inside > .picture {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.artist-single-world .publication-row > .inside > .picture img {
  border-radius: 24px;
  width: 100%;
}
.artist-single-world .publication-row > .inside > .content {
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
}
.artist-single-world .publication-row > .inside > .content h3 {
  font-size: 20px;
  margin-top: 10px;
}
.artist-single-world .videobox > h2 {
  color: #eb5023 !important;
}

.album-artist-row {
  display: flex;
  justify-content: space-between;
}

.inside-linkfire-thickbox {
  display: flex;
  flex-direction: column;
}
.inside-linkfire-thickbox a {
  font-size: 1.3rem;
  line-height: 2.5rem;
}
.inside-linkfire-thickbox .close-button {
  text-align: right;
  font-size: 2rem;
  color: #eb5023;
}

#TB_ajaxContent {
  margin-left: auto;
  margin-right: auto;
}

.publication-list-all {
  display: flex;
  flex-wrap: wrap;
}
.publication-list-all > div {
  width: 19%;
  margin: 0.5%;
}
@media (max-width: 800px) {
  .publication-list-all > div {
    width: 32.3333%;
  }
}
@media (max-width: 400px) {
  .publication-list-all > div {
    width: 49%;
  }
}
.publication-list-all > div .inside {
  padding: 10px;
}
.publication-list-all > div .inside .picture {
  position: relative;
}
.publication-list-all > div .inside .picture img {
  border-radius: 5px;
}
.publication-list-all > div .inside .picture .linkfire-thickbox {
  display: none;
}
.publication-list-all > div .inside .picture .linkfire-thickbox > .inside {
  display: flex;
  flex-direction: column;
}
.publication-list-all > div .inside .picture .linkfire-thickbox > .inside a {
  font-size: 2rem;
  line-height: 2.5rem;
}
.publication-list-all > div .inside .picture .linkfire-hover {
  opacity: 0;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  display: none;
  transition: 0.3s all;
}
@media (min-width: 991px) {
  .publication-list-all > div .inside .picture .linkfire-hover {
    display: block;
  }
}
.publication-list-all > div .inside .picture .linkfire-hover > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  width: 90%;
  text-align: left;
  align-items: start;
  margin-left: auto;
  margin-right: auto;
}
.publication-list-all > div .inside h3 {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 991px) {
  .publication-list-all > div:hover .inside .picture .linkfire-hover {
    opacity: 1;
  }
}

.embed-pinterest > span {
  width: 100% !important;
}

.accordion-content {
  display: none; /* Hidden by default, toggled by JS */
  padding: 10px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
}

.accordion-header {
  cursor: pointer;
  background-color: #eee;
  padding: 10px;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}

.accordion-header:hover {
  background-color: #ddd;
}/*# sourceMappingURL=default.css.map */