/* @font-faces */
/*
@font-face {
    font-family: 'Bangla';
    src: url('../fonts/banglamn-bold-02-webfont.woff2') format('woff2'),
         url('../fonts/banglamn-bold-02-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
*/
@font-face {
  font-family: 'Bangla';
  src: url("../fonts/banglamn-01-webfont.woff2") format("woff2"), url("../fonts/banglamn-01-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/futura-bold-03-webfont.woff2") format("woff2"), url("../fonts/futura-bold-03-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/futura-medium-01-webfont.woff2") format("woff2"), url("../fonts/futura-medium-01-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Futura';
  src: url("../fonts/futura-mediumitalic-02-webfont.woff2") format("woff2"), url("../fonts/futura-mediumitalic-02-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

/* variables */
/* margins */
/* extends */
p a, ul.header-menu-wrapper li a:hover, ul.header-lang-wrapper li a:hover, ul.header-menu-wrapper li.active a, ul.header-lang-wrapper li.active a, ul.header-menu-wrapper li.active a:hover, ul.header-lang-wrapper li.active a:hover, footer ul.footer-lang-wrapper li a:hover, footer ul.footer-lang-wrapper li.active a, footer ul.footer-lang-wrapper li.active a:hover, button.load-more-custom-css, div.link-to-pages.concerts-links p a:hover, div.link-to-pages.discography-menu-links p a:hover, div.link-to-pages.concerts-links p a.concerts-active, div.link-to-pages.concerts-links p a.download-active {
  color: #000;
  /*
	text-decoration: $font-style-link; */
  background-image: linear-gradient(to right, black 0%, black 100%) !important;
  background-position: 0 95% !important;
  background-repeat: repeat-x !important;
  background-size: 1px 1px !important; }

footer ul.footer-menu-wrapper li a, footer ul.footer-menu-wrapper li.active a, footer ul.footer-lang-wrapper li a, button.load-more-custom-css.loading, div.link-to-pages.concerts-links p a, div.link-to-pages.discography-menu-links p a {
  color: #000;
  /*
	text-decoration: $font-style-link; */
  background-image: linear-gradient(to right, transparent 0%, transparent 100%) !important;
  background-position: 0 95% !important;
  background-repeat: repeat-x !important;
  background-size: 1px 1px !important; }

p a:hover {
  color: #000;
  /*
	text-decoration: $font-style-link-hover;*/
  background-image: linear-gradient(to right, black 0%, black 100%) !important;
  background-position: 0 95% !important;
  background-repeat: repeat-x !important;
  background-size: 1px 1px !important; }

footer ul.footer-menu-wrapper li a:hover {
  color: #000;
  /*
	text-decoration: $font-style-link; */
  background-image: linear-gradient(to right, black 0%, black 100%) !important;
  background-position: 0 80% !important;
  background-repeat: repeat-x !important;
  background-size: 1px 1px !important;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white !important; }

footer ul.footer-menu-wrapper li.active a:hover {
  color: #000;
  /*
	text-decoration: $font-style-link; */
  background-image: linear-gradient(to right, #D3D3D3 0%, #D3D3D3 100%) !important;
  background-position: 0 77.5% !important;
  background-repeat: repeat-x !important;
  background-size: 1px 1px !important;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white !important; }

header.header, .headerwhitebackground, .goToTop, .navlikeold {
  -webkit-transition: background-color 250ms ease-in-out 0ms, transform 250ms ease-in-out 0ms, box-shadow 250ms ease-in-out 0ms;
  -moz-transition: background-color 250ms ease-in-out 0ms, transform 250ms ease-in-out 0ms, box-shadow 250ms ease-in-out 0ms;
  -ms-transition: background-color 250ms ease-in-out 0ms, transform 250ms ease-in-out 0ms, box-shadow 250ms ease-in-out 0ms;
  -o-transition: background-color 250ms ease-in-out 0ms, transform 250ms ease-in-out 0ms, box-shadow 250ms ease-in-out 0ms;
  transition: background-color 250ms ease-in-out 0ms, transform 250ms ease-in-out 0ms, box-shadow 250ms ease-in-out 0ms; }

/* breaking points */
/* generals */
html {
  font: 12.5px Bangla, Myriad, sans-serif;
  color: #000;
  background-color: #FFF; }

a {
  color: #000;
  text-decoration: none; }

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

p {
  font-size: 1.25rem;
  line-height: 180%;
  padding-top: calc( 12.5px * 0.85);
  padding-bottom: calc( 12.5px * 0.85); }

p:last-of-type {
  margin-bottom: 0; }

p:first-of-type {
  margin-top: 0; }

/* here we go */
body {
  font: 12.5px Bangla, Myriad, sans-serif;
  color: #000;
  background-color: #FFF;
  text-rendering: optimizeLegibility;
  /* kerning, primarily */ }

header.header {
  position: fixed;
  width: calc(100% - (1rem * 4 * 2));
  height: auto;
  top: 0;
  left: 0;
  padding: calc( 1rem * 4);
  padding-top: calc( 1rem * 3.125);
  padding-bottom: calc( 1rem * 2.75);
  z-index: 999;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 2px 0px rgba(125, 125, 125, 0); }

.headerwhitebackground {
  background-color: white !important;
  box-shadow: 0px 0px 2px 0px #7d7d7d !important; }

.goToTop {
  -webkit-transform: translate(0, -103%);
  -moz-transform: translate(0, -103%);
  -ms-transform: translate(0, -103%);
  -o-transform: translate(0, -103%);
  transform: translate(0, -103%); }

.navlikeold {
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%); }

header.header h1 {
  position: relative;
  float: left;
  clear: right;
  font-family: Futura, Arial, sans-serif;
  font-size: calc( 12.5px * 1.6);
  font-weight: bold;
  text-transform: uppercase;
  word-spacing: 0.25rem;
  padding: 0;
  margin: 0; }

header.header li {
  font-size: 1.35rem; }

header.header a {
  text-decoration: none !important; }

header.header h1 span.header-title-sub {
  font-family: Bangla, Myriad, sans-serif;
  font-weight: normal; }

div.header-right-wrapper {
  float: right;
  clear: none; }

ul.header-menu-wrapper, ul.header-lang-wrapper {
  width: auto;
  height: auto;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
  clear: right;
  margin-top: calc( 12.5px * 0.45); }

ul.header-menu-wrapper {
  margin-left: calc( 12.5px * 1); }

ul.header-menu-wrapper li {
  float: left;
  clear: right;
  margin-left: calc( 12.5px * 1);
  margin-right: calc( 12.5px * 1); }

ul.header-lang-wrapper {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin-left: calc( 12.5px * 1);
  margin-right: calc( 12.5px * 1);
  text-transform: uppercase; }

ul.header-lang-wrapper li {
  float: left;
  clear: right;
  text-transform: uppercase;
  padding: 0;
  margin: 0; }

ul.header-lang-wrapper li:after {
  content: "|";
  margin-left: calc( 12.5px * 0.5);
  margin-right: calc( 12.5px * 0.5); }

ul.header-lang-wrapper li:last-of-type:after {
  content: "";
  padding: 0;
  margin: 0; }

ul.header-menu-wrapper li a:hover, ul.header-lang-wrapper li a:hover {
  color: #000; }

ul.header-menu-wrapper li.active a, ul.header-lang-wrapper li.active a {
  color: #000; }

ul.header-menu-wrapper li.active a:hover, ul.header-lang-wrapper li.active a:hover {
  color: #000; }

div.header-socialmedias-wrapper {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  float: left;
  clear: right;
  margin-left: calc( 12.5px * 1);
  margin-right: 0;
  margin-top: calc( 12.5px * 0.125); }

a.header-socialmedias-icon {
  position: relative;
  display: block;
  float: left;
  clear: right;
  height: calc( 12.5px * 2);
  width: calc( 12.5px * 2); }

a.header-socialmedias-icon:last-of-type {
  margin-left: calc( 12.5px * 1); }

.icon-instagram {
  background-image: url("../image/instagram-icon.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat; }

.icon-facebook {
  background-image: url("../image/facebook-icon.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat; }

a.icon-instagram:hover {
  background-image: url("../image/instagram-icon-hover.svg"); }

a.icon-facebook:hover {
  background-image: url("../image/facebook-icon-hover.svg"); }

/* menu mobile */
button.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: calc( 12.5px * 3);
  height: calc( 12.5px * 3);
  background-color: #FFF;
  z-index: 999999;
  border: 0;
  margin: 0;
  padding: 11px;
  outline: none;
  cursor: pointer; }

button.hamburger:focus {
  outline: none; }

button.hamburger:active {
  outline: none; }

header.header.mobile {
  position: absolute;
  width: calc(100% - ((1rem * 2 * 2)));
  padding: calc( 1rem * 2);
  padding-top: calc( 1rem * 3.125);
  padding-bottom: calc( 1rem * 2.75);
  margin: 0;
  margin-left: 0;
  top: calc(50vh - ( (12.5px * 1.6) / 1 ) - 55px); }

header.header.mobile h1.header-title {
  float: none;
  text-align: center; }

div.modal-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 99999;
  background-color: #FFF;
  overflow-x: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 250ms ease-in-out 0ms;
  -moz-transition: opacity 250ms ease-in-out 0ms;
  -ms-transition: opacity 250ms ease-in-out 0ms;
  -o-transition: opacity 250ms ease-in-out 0ms;
  transition: opacity 250ms ease-in-out 0ms; }

div.modal-open-fade {
  opacity: 1 !important;
  top: -100%;
  -webkit-transition: opacity 250ms ease-in-out 0ms;
  -moz-transition: opacity 250ms ease-in-out 0ms;
  -ms-transition: opacity 250ms ease-in-out 0ms;
  -o-transition: opacity 250ms ease-in-out 0ms;
  transition: opacity 250ms ease-in-out 0ms; }

div.modal-open-view {
  top: -100%;
  pointer-events: auto; }

div.modal-all-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  top: 0px;
  margin-top: -15px; }

ul.modal-menu-wrapper, ul.modal-lang-wrapper, div.modal-socialmedias-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0; }

ul.modal-menu-wrapper {
  padding-top: 15vmin; }

ul.modal-lang-wrapper {
  padding-top: calc(1rem * 2);
  text-transform: capitalize; }

div.modal-socialmedias-wrapper {
  display: block;
  width: auto;
  padding-top: calc(1rem * 2);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center; }

a.modal-socialmedias-icon {
  position: relative;
  height: calc( 12.5px * 2.4);
  width: calc( 12.5px * 2.4);
  margin: calc(1rem * 0.5);
  margin-bottom: 15vmin; }

ul.modal-menu-wrapper li, ul.modal-lang-wrapper li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-left: calc(1rem * 4);
  padding-right: calc(1rem * 4);
  line-height: 140%; }

ul.modal-menu-wrapper li {
  font-size: 8vmin;
  padding: 0;
  margin: 0; }

ul.modal-lang-wrapper li {
  font-size: calc( 12.5px * 1.25);
  padding-top: calc(1rem * 0.75); }

ul.modal-menu-wrapper li a, ul.modal-lang-wrapper li a {
  color: #000;
  text-decoration: none; }

ul.modal-menu-wrapper li.active a, ul.modal-lang-wrapper li.active a,
ul.modal-menu-wrapper li a:hover, ul.modal-lang-wrapper li a:hover,
ul.modal-menu-wrapper li.active a:hover, ul.modal-lang-wrapper li.active a:hover {
  color: #D3D3D3;
  text-decoration: none; }

/* toggle animation open close button */
.togglebtn-line {
  position: absolute;
  width: 15px;
  height: 2px;
  top: 13px;
  background-color: #000; }

.togglebtn-line1, .togglebtn-line3 {
  -webkit-transition: transform 125ms ease-in-out 125ms, opacity 0ms ease-in-out 125ms;
  -moz-transition: transform 125ms ease-in-out 125ms, opacity 0ms ease-in-out 125ms;
  -ms-transition: transform 125ms ease-in-out 125ms, opacity 0ms ease-in-out 125ms;
  -o-transition: transform 125ms ease-in-out 125ms, opacity 0ms ease-in-out 125ms;
  transition: transform 125ms ease-in-out 125ms, opacity 0ms ease-in-out 125ms; }

.togglebtn-line2, .togglebtn-line22 {
  -webkit-transition: all 125ms ease-in-out 0ms;
  -moz-transition: all 125ms ease-in-out 0ms;
  -ms-transition: all 125ms ease-in-out 0ms;
  -o-transition: all 125ms ease-in-out 0ms;
  transition: all 125ms ease-in-out 0ms; }

.opentoclose .togglebtn-line1, .opentoclose .togglebtn-line3 {
  -webkit-transform: translate(0, 9px);
  -moz-transform: translate(0, 9px);
  -ms-transform: translate(0, 9px);
  -o-transform: translate(0, 9px);
  transform: translate(0, 9px);
  opacity: 0;
  -webkit-transition: transform 125ms ease-in-out 0ms, opacity 0ms ease-in-out 125ms;
  -moz-transition: transform 125ms ease-in-out 0ms, opacity 0ms ease-in-out 125ms;
  -ms-transition: transform 125ms ease-in-out 0ms, opacity 0ms ease-in-out 125ms;
  -o-transition: transform 125ms ease-in-out 0ms, opacity 0ms ease-in-out 125ms;
  transition: transform 125ms ease-in-out 0ms, opacity 0ms ease-in-out 125ms; }

.opentoclose .togglebtn-line2 {
  width: 19px;
  top: 18px;
  margin-left: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.opentoclose .togglebtn-line22 {
  width: 19px;
  top: 18px;
  margin-left: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.opentoclose .togglebtn-line2, .opentoclose .togglebtn-line22 {
  -webkit-transition: all 125ms ease-in-out 125ms;
  -moz-transition: all 125ms ease-in-out 125ms;
  -ms-transition: all 125ms ease-in-out 125ms;
  -o-transition: all 125ms ease-in-out 125ms;
  transition: all 125ms ease-in-out 125ms; }

.togglebtn-line1 {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

.togglebtn-line2 {
  top: calc(18px); }

.togglebtn-line22 {
  top: calc(18px); }

.togglebtn-line3 {
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  opacity: 1; }

/* end toggle animation open close button */
/* end menu */
/* content */
div.page-wrapper {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: auto; }

.hero {
  position: fixed;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 100vh; }

.hero-page {
  position: fixed;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 75vh; }

.hero-imprint {
  position: fixed;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: calc( (1rem * 5.875) + (12.5px * 1.6) + 20px); }

.hero img, .hero-page img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

div.page-content-wrapper {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  padding-top: calc( 1rem * 12);
  background-color: #FFF; }

.hero ~ div.page-content-wrapper {
  margin-top: 100vh; }

.hero-page ~ div.page-content-wrapper {
  margin-top: 75vh; }

.hero-imprint ~ div.page-content-wrapper {
  margin-top: calc( (1rem * 5.875) + (12.5px * 1.6) + 20px); }

div.page-content-wrapper-contentblock {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: auto; }

.page-content-column-left {
  position: relative;
  display: block;
  float: left;
  clear: right;
  width: 30%;
  height: auto;
  min-height: 1px; }

.page-content-column-center {
  position: relative;
  display: block;
  float: left;
  clear: right;
  width: 40% !important;
  height: auto;
  min-height: 1px; }

.page-content-column-right {
  position: relative;
  display: block;
  float: left;
  clear: right;
  width: 30%;
  height: auto;
  min-height: 1px; }

section {
  pointer-events: auto !important; }

.read-more-content {
  padding-top: calc( 12.5px * 0); }

.page-index-wrapper a.home-news-readmore, .page-index-wrapper span.readmore-separator {
  display: none; }

.read-more-content + div.link-to-pages p a.home-news-readmore,
.read-more-content + div.link-to-pages p span.readmore-separator {
  display: inline; }

section.images-bio-mobile img {
  display: none;
  padding-bottom: 0;
  margin-bottom: 0; }

section.images-bio-mobile div, section.images-bio-mobile div img {
  display: none;
  width: calc( ( (100% + (1rem * 7))) / 1.75) !important;
  margin-left: calc( 50% - ( (100% + (1rem * 7)) / 3.5)) !important;
  margin-right: calc( 50% - ( (100% + (1rem * 7)) / 3.5)) !important;
  height: auto; }

section.images-bio-mobile div p.wp-caption-text {
  display: none;
  width: calc( ( (100% + (1rem * 7))) / 1.75) !important;
  margin-left: calc( 50% - ( (100% + (1rem * 7)) / 3.5)) !important;
  margin-right: calc( 50% - ( (100% + (1rem * 7)) / 3.5)) !important;
  font-family: Futura, Arial, sans-serif;
  font-size: calc( 12.5px * 0.90);
  font-weight: normal;
  line-height: 150%;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.bio-image-wrapper {
  width: 57.5%;
  height: auto;
  margin-bottom: -200%;
  overflow: visible; }

.bio-image-wrapper p {
  font-family: Futura, Arial, sans-serif;
  font-size: calc( 12.5px * 0.95);
  font-weight: normal;
  line-height: 155%;
  padding-top: calc( 1rem * 1.125); }

div.page-content-wrapper-contentblock .bio-image-wrapper {
  padding-top: calc( 12.5px * 1.25); }

div.page-content-wrapper-contentblock:first-of-type .bio-image-wrapper {
  padding-top: 0; }

.page-content-column-right .bio-image-wrapper {
  float: right; }

.page-content-column-left .bio-image-wrapper p {
  margin-left: calc( 1rem * 2); }

.page-content-column-right .bio-image-wrapper p {
  margin-right: calc( 1rem * 2); }

.page-content-column-center section {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  clear: both; }

div.page-imprint section ul {
  padding-left: 1.625rem; }

div.page-imprint section ul, div.page-imprint section ul li {
  font-size: 1.25rem;
  line-height: 180%; }

div.page-imprint section ul li:first-of-type {
  padding-top: calc( 12.5px * 0.85); }

div.page-imprint section ul li:last-of-type {
  padding-bottom: calc( 12.5px * 0.85); }

/* footer */
footer {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  margin-bottom: calc( 1rem * 3); }

ul.footer-menu-wrapper {
  padding: 0;
  margin: 0; }

ul.footer-menu-wrapper li, ul.footer-menu-wrapper li.active {
  font-size: calc( 12.5px * 2.4);
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 150%; }

footer ul.footer-menu-wrapper li a {
  display: inline-block;
  color: #000; }

footer ul.footer-menu-wrapper li a:hover {
  color: #000; }

footer ul.footer-menu-wrapper li.active a {
  color: #D3D3D3; }

footer ul.footer-menu-wrapper li.active a:hover {
  color: #D3D3D3; }

footer ul.footer-lang-wrapper li a {
  color: #000;
  text-transform: capitalize; }

footer ul.footer-lang-wrapper li a:hover {
  color: #000; }

footer ul.footer-lang-wrapper li.active a {
  color: #000; }

footer ul.footer-lang-wrapper li.active a:hover {
  color: #000; }

hr.hr-footer-top {
  margin-bottom: calc( 1rem * 5); }

hr.hr-footer-bottom {
  margin-top: calc( 1rem * 4.5);
  margin-bottom: calc( 1rem * 3); }

div.footer-lang-imprint-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: calc(0px - (12.5px * 1)); }

ul.footer-lang-wrapper {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  padding-right: 2rem;
  padding-bottom: calc( 12.5px * 1); }

ul.footer-lang-wrapper li {
  position: relative;
  display: block;
  float: left;
  clear: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
  line-height: 120%; }

ul.footer-lang-wrapper li:after {
  content: "|";
  margin-left: calc( 12.5px * 0.5);
  margin-right: calc( 12.5px * 0.5); }

ul.footer-lang-wrapper li:last-of-type:after {
  content: "";
  padding: 0;
  margin: 0; }

p.footer-imprint-button {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 120%;
  padding-bottom: calc( 12.5px * 1); }

/* formatting */
h2 {
  font-family: Futura, Arial, sans-serif;
  font-size: calc( 12.5px * 1.6);
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  margin: 0;
  line-height: 150%;
  padding-bottom: calc( 1rem * 1.25); }

h6 {
  font-family: Bangla, Myriad, sans-serif;
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 150%;
  padding-top: calc( 1rem * 1.25);
  padding-bottom: calc( 1rem * 1.25); }

h3 {
  font-family: Bangla, Myriad, sans-serif;
  font-size: calc( 12.5px * 1.6);
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 150%;
  padding-top: calc( 1rem * 1.25);
  padding-bottom: calc( 1rem * 1.25); }

.page-bio h3, .page-contact h3, .page-imprint h3 {
  padding-top: calc( 1rem * 3.75); }

section.page-content-wrapper-contacts h3 {
  padding: 0;
  margin: 0;
  padding-top: calc( 1rem * 2.5);
  margin-top: calc( 12.5px * 2);
  margin-bottom: calc( 12.5px * 1); }

section.page-content-wrapper-contacts h3:first-of-type {
  margin-top: calc( 12.5px * 1);
  margin-bottom: calc( 12.5px * 1); }

section.page-content-wrapper-contacts p {
  padding-bottom: calc( 12.5px * 0.5); }

.page-content-column-center img {
  width: 100%;
  height: auto;
  margin-top: calc( 1rem * 1);
  margin-bottom: calc( 1rem * 1); }

div.link-to-pages {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  padding-top: calc( 1rem * 1);
  padding-bottom: calc( 1rem * 0) !important; }

div.link-to-pages p {
  margin: 0;
  padding: 0; }

button.load-more-custom-css {
  position: relative !important;
  display: inline-block !important;
  height: auto !important;
  float: left !important;
  clear: both !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 0.75rem !important;
  margin-top: 0.75rem !important;
  line-height: 155% !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  color: #000 !important;
  font-weight: normal !important;
  font-size: 1.25rem !important;
  pointer-events: auto !important; }

button {
  outline: 0 !important;
  outline-offset: 0  !important;
  background-image: none  !important;
  -webkit-box-shadow: none !important;
  box-shadow: none  !important; }

.ajax-load-more-wrap, .alm-btn-wrap {
  position: relative !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  height: auto !important;
  width: auto !important;
  pointer-events: none !important; }

.ajax-load-more-wrap:focus, .alm-btn-wrap:focus {
  outline: none !important;
  pointer-events: none !important; }

.alm-load-more-btn.done {
  display: none !important; }

button.load-more-custom-css.loading:before {
  background: none !important; }

div.link-to-pages.concerts-links p a:hover, div.link-to-pages.discography-menu-links p a:hover {
  color: #000; }

div.download-container {
  margin-bottom: 0px !important; }

div.concerts-links {
  margin-top: calc( 12.5px * 1);
  margin-bottom: calc( 12.5px * 1); }

div.link-to-pages.discography-menu-links {
  margin-top: calc( 12.5px * 0 - (12.5px * 0.5));
  margin-bottom: calc( 12.5px * 3.5); }

div.discography-links {
  margin-top: calc( 12.5px * 1);
  margin-bottom: calc( 12.5px * 2); }

.readmore-separator {
  margin: 0;
  padding: 0;
  margin-left: calc( 12.5px * 0.375);
  margin-right: calc( 12.5px * 0.375); }

hr {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 1px;
  background-color: #000;
  border: none;
  margin: 0;
  padding: 0;
  margin-top: calc( 1rem * 8);
  margin-bottom: calc( 1rem * 8); }

/* blocks */
.concerts-block, .discography-block {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: auto;
  border: 3px solid transparent;
  outline: 1px solid #000;
  box-sizing: border-box;
  padding: calc( 1rem * 3);
  margin-top: calc( 1rem * 1.5);
  margin-bottom: calc( 1rem * 1.5); }

.concerts-block-clickable:hover {
  border: 3px solid #000;
  outline: 1px solid #000;
  box-sizing: border-box;
  cursor: pointer; }

.discography-image-wrapper {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: calc( (100%) - (1rem * 10));
  height: auto;
  padding-top: calc( 1rem * 3);
  padding-bottom: calc( 1rem * 2.5);
  padding-left: calc( 1rem * 5);
  padding-right: calc( 1rem * 5);
  margin-bottom: calc( 1rem * 2.5); }

img.discography-image {
  width: 100%;
  height: calc(40vw - (1rem * 16) - 10px);
  margin: 0 !important;
  border-radius: 50%;
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

h4.concerts-dateandplace, h4.discography-title {
  font-family: Bangla, Myriad, sans-serif;
  font-size: calc( 12.5px * 1.6);
  font-weight: normal;
  line-height: 145%;
  padding: 0;
  margin: 0; }

.discography-block h4, .discography-block p {
  text-align: center; }

.discography-block p {
  margin: 0;
  padding: 0; }

h4.concerts-dateandplace span.concerts-city {
  font-family: Futura, Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: calc( 12.5px * 0.4); }

.concerts-block p {
  margin: 0;
  padding-top: calc( 12.5px * 0.5);
  padding-bottom: calc( 12.5px * 0.5); }

.concerts-block p:first-of-type, .discography-block p:first-of-type {
  padding-top: calc( 12.5px * 1); }

.concerts-block p:last-of-type {
  padding-bottom: 0; }

/* discography */
h2.h2discography, h2.h2photodiscography, h2.h2videodiscography {
  width: 100%;
  display: inline-block;
  margin-top: calc( 1rem * 7.5);
  padding-top: calc( 1rem * 2.5); }

h2.h2discography {
  margin-top: calc( 0px - (1rem * 2.5));
  padding-top: calc( 1rem * 2.5); }

h2.h2videodiscography {
  margin-top: calc( 1rem * 5.5);
  padding-top: calc( 1rem * 2.5); }

div.photo-discography {
  width: calc(100% + 1rem);
  margin-left: -0.5rem; }

div.photo-discography-content {
  width: calc(50% - 1rem);
  margin-left: 0.5rem;
  text-align: center; }

div.photo-discography-content img {
  margin-bottom: calc( 1rem * 0) !important; }

div.photo-discography-content-width {
  width: calc(50%);
  height: 0px; }

div.photo-discography p {
  font-family: Futura, Arial, sans-serif;
  font-size: 1.25rem;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  font-size: 1.25rem;
  line-height: 145%;
  padding-top: calc( 12.5px * 0.5);
  padding-bottom: calc( 12.5px * 2); }

div.video-discography {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 28vw;
  padding-top: calc( 12.5px * 1);
  padding-bottom: calc( 12.5px * 1);
  overflow: hidden; }

.video-wrapper {
  width: 100%;
  height: 100%;
  background-color: #000; }

.desktop {
  display: block; }

.mobile {
  display: none; }

.hide {
  display: none !important; }

/* MEDIA QUERIES */
/* mobile like super small */
@media (max-width: 299px) {
  html {
    font: 10px Bangla, Myriad, sans-serif; }
  body {
    font: 12.5px Bangla, Myriad, sans-serif; }
  div.modal-menu {
    top: -100%;
    display: flex;
    opacity: 0;
    pointer-events: none; }
  div.modal-open-fade {
    opacity: 1 !important;
    top: 0; }
  div.modal-open-view {
    top: 0;
    pointer-events: auto; }
  .hero {
    height: 100vh; }
  .hero ~ div.page-content-wrapper {
    margin-top: 100vh; }
  .hero-page {
    height: calc(100vw - 16px); }
  .hero-page ~ div.page-content-wrapper {
    margin-top: calc(100vw - 16px); }
  .hero-imprint ~ div.page-content-wrapper {
    margin-top: 0; }
  div.page-content-wrapper {
    padding-top: calc( 1rem * 4); }
  /* content */
  .page-content-column-left {
    float: left;
    clear: both;
    width: calc(100% - (12.5px * 6) - 2px) !important;
    height: auto;
    min-height: 1px;
    padding-right: calc(( 12.5px * 3) + 1px);
    padding-left: calc(( 12.5px * 3) + 1px); }
  .page-content-column-center {
    float: left;
    clear: both;
    width: calc(100% - (12.5px * 6) - 2px) !important;
    height: auto;
    min-height: 1px;
    padding-right: calc(( 12.5px * 3) + 1px);
    padding-left: calc(( 12.5px * 3) + 1px); }
  .page-content-column-right {
    float: left;
    clear: both;
    width: calc(100% - (12.5px * 6) - 2px) !important;
    height: auto;
    min-height: 1px;
    padding-right: calc(( 12.5px * 3) + 1px);
    padding-left: calc(( 12.5px * 3) + 1px); }
  /* footer */
  ul.footer-menu-wrapper li, ul.footer-menu-wrapper li.active {
    font-size: calc( 12.5px * 2.125);
    line-height: 145%; }
  ul.footer-lang-wrapper li {
    font-size: 1rem; }
  hr.hr-footer-top {
    margin-bottom: calc( 1rem * 3); }
  hr.hr-footer-bottom {
    margin-top: calc( 1rem * 2.5);
    margin-bottom: calc( 1rem * 3); }
  /* formatting */
  p {
    font-size: 1rem; }
  h2 {
    font-size: calc( 12.5px * 1.4);
    padding-bottom: calc( 1rem * 0.8); }
  h6 {
    font-size: 1rem;
    padding-top: calc( 1rem * 0.8);
    padding-bottom: calc( 1rem * 0.8); }
  h3 {
    font-size: calc( 12.5px * 1.4);
    padding-top: calc( 1rem * 0.8);
    padding-bottom: calc( 1rem * 0.8); }
  .page-bio h3, .page-contact h3, .page-imprint h3 {
    padding-top: calc( 1rem * 2.5); }
  section.page-content-wrapper-contacts h3 {
    padding: 0;
    margin: 0; }
  section.page-content-wrapper-contacts p {
    padding-bottom: calc( 12.5px * 0); }
  section.page-content-wrapper-contacts h3 {
    margin-top: calc( 12.5px * 1.75);
    margin-bottom: calc( 12.5px * 0); }
  section.page-content-wrapper-contacts h3:first-of-type {
    margin-top: calc( 12.5px * 0.75);
    margin-bottom: calc( 12.5px * 0.5); }
  .page-content-column-center img {
    margin-top: calc( 1rem * 0.8);
    margin-bottom: calc( 1rem * 0.8); }
  div.link-to-pages {
    padding-top: calc( 1rem * 0.8);
    padding-bottom: calc( 1rem * 0) !important; }
  button.load-more-custom-css {
    margin-top: 0.65rem !important;
    line-height: 155% !important;
    font-size: 1rem !important; }
  .readmore-separator {
    margin-left: calc( 12.5px * 0.5);
    margin-right: calc( 12.5px * 0.5); }
  hr {
    margin-top: calc( 1rem * 3);
    margin-bottom: calc( 1rem * 3); }
  section.image-bio-mobile {
    margin-top: -1.75rem; }
  section.image-bio-mobile:first-child {
    margin-top: 0rem; }
  section.images-bio-mobile img {
    display: block; }
  section.images-bio-mobile div, section.images-bio-mobile div img {
    display: block;
    padding: 0;
    margin: 0;
    padding-top: calc( 1rem * 0.15); }
  section.images-bio-mobile div {
    padding-bottom: calc( 1rem * 0.75); }
  section.images-bio-mobile div p.wp-caption-text {
    display: block;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: calc( 1rem * 0.75); }
  /* blocks */
  .concerts-block, .discography-block {
    padding: calc( 1rem * 2); }
  .concerts-block-clickable:hover {
    border: 3px solid #000;
    outline: 1px solid #000;
    box-sizing: border-box;
    cursor: pointer; }
  .discography-image-wrapper {
    width: calc( (100%) - (1rem * 4));
    height: auto;
    padding-top: calc( 1rem * 2);
    padding-bottom: calc( 1rem * 1);
    padding-left: calc( 1rem * 2);
    padding-right: calc( 1rem * 2);
    margin-bottom: calc( 1rem * 2); }
  img.discography-image {
    height: calc(100vw - (1rem * 8) - (12.5px * 6) - 10px); }
  h4.concerts-dateandplace, h4.discography-title {
    font-size: calc( 12.5px * 1.4); }
  div.link-to-pages.discography-menu-links {
    margin-top: calc( 12.5px * 0 - (12.5px * 0.5) - 1px);
    margin-bottom: calc( 12.5px * 3); }
  h2.h2discography, h2.h2photodiscography, h2.h2videodiscography {
    margin-top: calc( 1rem * 0);
    padding-top: calc( 1rem * 2.25); }
  h2.h2discography {
    margin-top: calc( 0px - (1rem * 3));
    padding-top: calc( 1rem * 2.5);
    padding-bottom: calc( 1rem * 0.5); }
  h2.h2videodiscography {
    margin-top: calc( 0px - (1rem * 0.75));
    padding-top: calc( 1rem * 2.25); }
  div.photo-discography {
    width: 100%;
    margin-left: 0; }
  div.photo-discography-content {
    width: 100%;
    margin-left: 0;
    text-align: left; }
  div.photo-discography-content-width {
    width: 100%;
    height: 0px; }
  div.photo-discography p {
    font-size: 1rem;
    line-height: 145%;
    padding-top: calc( 12.5px * 0.5);
    padding-bottom: calc( 12.5px * 2);
    width: 100%;
    margin-left: 0; }
  div.video-discography {
    height: 58.5vw;
    padding-top: calc( 12.5px * 1);
    padding-bottom: calc( 12.5px * 1); }
  div.page-imprint section ul, div.page-imprint section ul li {
    font-size: 1rem;
    line-height: 180%; }
  div.page-imprint section ul li:first-of-type {
    padding-top: calc( 12.5px * 0.85); }
  div.page-imprint section ul li:last-of-type {
    padding-bottom: calc( 12.5px * 0.85); }
  .desktop {
    display: none; }
  .mobile {
    display: block; } }

/* mobile normal */
@media (min-width: 300px) and (max-width: 440px) {
  html {
    font: 12px Bangla, Myriad, sans-serif; }
  body {
    font: 12.5px Bangla, Myriad, sans-serif; }
  div.modal-menu {
    top: -100%;
    display: flex;
    opacity: 0;
    pointer-events: none; }
  div.modal-open-fade {
    opacity: 1 !important;
    top: 0; }
  div.modal-open-view {
    top: 0;
    pointer-events: auto; }
  .hero {
    height: 100vh; }
  .hero ~ div.page-content-wrapper {
    margin-top: 100vh; }
  .hero-page {
    height: calc(100vw - 16px); }
  .hero-page ~ div.page-content-wrapper {
    margin-top: calc(100vw - 16px); }
  .hero-imprint ~ div.page-content-wrapper {
    margin-top: 0; }
  div.page-content-wrapper {
    padding-top: calc( 1rem * 4); }
  /* content */
  .page-content-column-left {
    float: left;
    clear: both;
    width: calc(100% - (12.5px * 6) - 2px) !important;
    height: auto;
    min-height: 1px;
    padding-right: calc(( 12.5px * 3) + 1px);
    padding-left: calc(( 12.5px * 3) + 1px); }
  .page-content-column-center {
    float: left;
    clear: both;
    width: calc(100% - (12.5px * 6) - 2px) !important;
    height: auto;
    min-height: 1px;
    padding-right: calc(( 12.5px * 3) + 1px);
    padding-left: calc(( 12.5px * 3) + 1px); }
  .page-content-column-right {
    float: left;
    clear: both;
    width: calc(100% - (12.5px * 6) - 2px) !important;
    height: auto;
    min-height: 1px;
    padding-right: calc(( 12.5px * 3) + 1px);
    padding-left: calc(( 12.5px * 3) + 1px); }
  /* footer */
  ul.footer-menu-wrapper li, ul.footer-menu-wrapper li.active {
    font-size: calc( 12.5px * 2.125);
    line-height: 145%; }
  hr.hr-footer-top {
    margin-bottom: calc( 1rem * 3); }
  hr.hr-footer-bottom {
    margin-top: calc( 1rem * 2.5);
    margin-bottom: calc( 1rem * 3); }
  /* formatting */
  p {
    font-size: 1rem; }
  h2 {
    font-size: calc( 12.5px * 1.4);
    padding-bottom: calc( 1rem * 0.8); }
  h6 {
    font-size: 1rem;
    padding-top: calc( 1rem * 0.8);
    padding-bottom: calc( 1rem * 0.8); }
  h3 {
    font-size: calc( 12.5px * 1.4);
    padding-top: calc( 1rem * 0.8);
    padding-bottom: calc( 1rem * 0.8); }
  .page-bio h3, .page-contact h3, .page-imprint h3 {
    padding-top: calc( 1rem * 2.5); }
  section.page-content-wrapper-contacts h3 {
    padding: 0;
    margin: 0; }
  section.page-content-wrapper-contacts p {
    padding-bottom: calc( 12.5px * 0); }
  section.page-content-wrapper-contacts h3 {
    margin-top: calc( 12.5px * 1.75);
    margin-bottom: calc( 12.5px * 0); }
  section.page-content-wrapper-contacts h3:first-of-type {
    margin-top: calc( 12.5px * 0.75);
    margin-bottom: calc( 12.5px * 0.5); }
  .page-content-column-center img {
    margin-top: calc( 1rem * 0.8);
    margin-bottom: calc( 1rem * 0.8); }
  div.link-to-pages {
    padding-top: calc( 1rem * 0.8);
    padding-bottom: calc( 1rem * 0) !important; }
  button.load-more-custom-css {
    margin-top: 0.65rem !important;
    line-height: 155% !important;
    font-size: 1rem !important; }
  .concerts-links {
    padding-top: calc( 1rem * 0.9) !important;
    margin-bottom: calc( 1rem * 0.7) !important; }
  .readmore-separator {
    margin-left: calc( 12.5px * 0.5);
    margin-right: calc( 12.5px * 0.5); }
  hr {
    margin-top: calc( 1rem * 3);
    margin-bottom: calc( 1rem * 3); }
  section.image-bio-mobile {
    margin-top: -1.75rem; }
  section.image-bio-mobile:first-child {
    margin-top: 0rem; }
  section.images-bio-mobile img {
    display: block; }
  section.images-bio-mobile div, section.images-bio-mobile div img {
    display: block;
    padding: 0;
    margin: 0;
    padding-top: calc( 1rem * 0.15); }
  section.images-bio-mobile div {
    padding-bottom: calc( 1rem * 0.75); }
  section.images-bio-mobile div p.wp-caption-text {
    display: block;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: calc( 1rem * 0.75); }
  /* blocks */
  .concerts-block, .discography-block {
    padding: calc( 1rem * 2); }
  .concerts-block-clickable:hover {
    border: 3px solid #000;
    outline: 1px solid #000;
    box-sizing: border-box;
    cursor: pointer; }
  .discography-image-wrapper {
    width: calc( (100%) - (1rem * 4));
    height: auto;
    padding-top: calc( 1rem * 2);
    padding-bottom: calc( 1rem * 1);
    padding-left: calc( 1rem * 2);
    padding-right: calc( 1rem * 2);
    margin-bottom: calc( 1rem * 2); }
  img.discography-image {
    height: calc(100vw - (1rem * 8) - (12.5px * 6) - 10px); }
  h4.concerts-dateandplace, h4.discography-title {
    font-size: calc( 12.5px * 1.4); }
  div.link-to-pages.discography-menu-links {
    margin-top: calc( 12.5px * 0 - (12.5px * 0.5) - 1px);
    margin-bottom: calc( 12.5px * 3); }
  h2.h2discography, h2.h2photodiscography, h2.h2videodiscography {
    margin-top: calc( 1rem * 0);
    padding-top: calc( 1rem * 2.25); }
  h2.h2discography {
    margin-top: calc( 0px - (1rem * 3));
    padding-top: calc( 1rem * 2.5);
    padding-bottom: calc( 1rem * 0.5); }
  h2.h2videodiscography {
    margin-top: calc( 0px - (1rem * 0.75));
    padding-top: calc( 1rem * 2.25); }
  div.photo-discography {
    width: 100%;
    margin-left: 0; }
  div.photo-discography-content {
    width: 100%;
    margin-left: 0;
    text-align: left; }
  div.photo-discography-content-width {
    width: 100%;
    height: 0px; }
  div.photo-discography p {
    font-size: 1rem;
    line-height: 145%;
    padding-top: calc( 12.5px * 0.5);
    padding-bottom: calc( 12.5px * 2);
    width: 100%;
    margin-left: 0; }
  div.video-discography {
    height: 58.5vw;
    padding-top: calc( 12.5px * 1);
    padding-bottom: calc( 12.5px * 1); }
  div.page-imprint section ul, div.page-imprint section ul li {
    font-size: 1rem;
    line-height: 180%; }
  div.page-imprint section ul li:first-of-type {
    padding-top: calc( 12.5px * 0.85); }
  div.page-imprint section ul li:last-of-type {
    padding-bottom: calc( 12.5px * 0.85); }
  .desktop {
    display: none; }
  .mobile {
    display: block; } }

/* mobile portrait up to 768px */
@media (min-width: 441px) and (max-width: 767px) {
  html {
    font: 12px Bangla, Myriad, sans-serif; }
  body {
    font: 12.5px Bangla, Myriad, sans-serif; }
  div.modal-menu {
    top: -100%;
    display: flex;
    opacity: 0;
    pointer-events: none; }
  div.modal-open-fade {
    opacity: 1 !important;
    top: 0; }
  div.modal-open-view {
    top: 0;
    pointer-events: auto; }
  div.page-content-wrapper {
    padding-top: calc( 1rem * 4); }
  ul.modal-menu-wrapper li, ul.modal-menu-wrapper li.active {
    font-size: calc( 12.5px * 2.8);
    padding: 0;
    margin: 0; }
  .hero {
    height: 100vh; }
  .hero ~ div.page-content-wrapper {
    margin-top: 100vh; }
  .hero-page {
    height: calc(100vw - 16px); }
  .hero-page ~ div.page-content-wrapper {
    margin-top: calc(100vw - 16px); }
  .hero-imprint ~ div.page-content-wrapper {
    margin-top: 0; }
  /* content */
  .page-content-column-left {
    float: left;
    clear: both;
    width: calc(100% - (1rem * 7)) !important;
    height: auto;
    min-height: 1px;
    padding-right: calc( 1rem * 3.5);
    padding-left: calc( 1rem * 3.5); }
  .page-content-column-center {
    float: left;
    clear: both;
    width: calc(100% - (1rem * 7)) !important;
    height: auto;
    min-height: 1px;
    padding-right: calc( 1rem * 3.5);
    padding-left: calc( 1rem * 3.5); }
  .page-content-column-right {
    float: left;
    clear: both;
    width: calc(100% - (1rem * 7)) !important;
    height: auto;
    min-height: 1px;
    padding-right: calc( 1rem * 3.5);
    padding-left: calc( 1rem * 3.5); }
  /* footer */
  ul.footer-menu-wrapper li {
    font-size: calc( 12.5px * 2.125);
    line-height: 145%; }
  hr.hr-footer-top {
    margin-bottom: calc( 1rem * 3); }
  hr.hr-footer-bottom {
    margin-top: calc( 1rem * 2.5);
    margin-bottom: calc( 1rem * 3); }
  /* formatting */
  p {
    font-size: 1rem; }
  h2 {
    font-size: calc( 12.5px * 1.4);
    padding-bottom: calc( 1rem * 0.8); }
  h6 {
    font-size: 1rem;
    padding-top: calc( 1rem * 0.8);
    padding-bottom: calc( 1rem * 0.8); }
  h3 {
    font-size: calc( 12.5px * 1.4);
    padding-top: calc( 1rem * 0.8);
    padding-bottom: calc( 1rem * 0.8); }
  .page-bio h3, .page-contact h3, .page-imprint h3 {
    padding-top: calc( 1rem * 2.5); }
  section.page-content-wrapper-contacts h3 {
    padding: 0;
    margin: 0; }
  section.page-content-wrapper-contacts p {
    padding-bottom: calc( 12.5px * 0); }
  section.page-content-wrapper-contacts h3 {
    margin-top: calc( 12.5px * 1.75);
    margin-bottom: calc( 12.5px * 0); }
  section.page-content-wrapper-contacts h3:first-of-type {
    margin-top: calc( 12.5px * 0.75);
    margin-bottom: calc( 12.5px * 0.5); }
  .page-content-column-center img {
    margin-top: calc( 1rem * 0.8);
    margin-bottom: calc( 1rem * 0.8); }
  div.link-to-pages {
    padding-top: calc( 1rem * 0.8);
    padding-bottom: calc( 1rem * 0) !important; }
  button.load-more-custom-css {
    margin-top: 0.65rem !important;
    line-height: 155% !important;
    font-size: 1rem !important; }
  .readmore-separator {
    margin-left: calc( 12.5px * 0.5);
    margin-right: calc( 12.5px * 0.5); }
  hr {
    margin-top: calc( 1rem * 3);
    margin-bottom: calc( 1rem * 3); }
  section.image-bio-mobile {
    margin-top: -1.75rem; }
  section.image-bio-mobile:first-child {
    margin-top: 0rem; }
  section.images-bio-mobile img {
    display: block; }
  section.images-bio-mobile div, section.images-bio-mobile div img {
    display: block;
    padding: 0;
    margin: 0;
    padding-top: calc( 1rem * 0.15); }
  section.images-bio-mobile div {
    padding-bottom: calc( 1rem * 0.75); }
  section.images-bio-mobile div p.wp-caption-text {
    display: block;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-top: calc( 1rem * 0.75); }
  /* blocks */
  .concerts-block, .discography-block {
    padding: calc( 1rem * 2); }
  .concerts-block-clickable:hover {
    border: 3px solid #000;
    outline: 1px solid #000;
    box-sizing: border-box;
    cursor: pointer; }
  .discography-image-wrapper {
    width: calc( (100%) - (1rem * 6));
    height: auto;
    padding-top: calc( 1rem * 2.5);
    padding-bottom: calc( 1rem * 1.5);
    padding-left: calc( 1rem * 3);
    padding-right: calc( 1rem * 3);
    margin-bottom: calc( 1rem * 2); }
  img.discography-image {
    height: calc(100vw - (1rem * 17) - 14px); }
  h4.concerts-dateandplace, h4.discography-title {
    font-size: calc( 12.5px * 1.4); }
  div.link-to-pages.discography-menu-links {
    margin-top: calc( 12.5px * 0 - (12.5px * 0.5) - 1px);
    margin-bottom: calc( 12.5px * 3); }
  h2.h2discography, h2.h2photodiscography, h2.h2videodiscography {
    margin-top: calc( 1rem * 0);
    padding-top: calc( 1rem * 2.25); }
  h2.h2discography {
    margin-top: calc( 0px - (1rem * 3));
    padding-top: calc( 1rem * 2.5);
    padding-bottom: calc( 1rem * 0.5); }
  h2.h2videodiscography {
    margin-top: calc( 0px - (1rem * 0.75));
    padding-top: calc( 1rem * 2.25); }
  div.photo-discography {
    width: 100%;
    margin-left: 0; }
  div.photo-discography-content {
    width: 100%;
    margin-left: 0;
    text-align: left; }
  div.photo-discography-content-width {
    width: 100%;
    height: 0px; }
  div.photo-discography p {
    font-size: 1rem;
    line-height: 145%;
    padding-top: calc( 12.5px * 0.5);
    padding-bottom: calc( 12.5px * 2);
    width: 100%;
    margin-left: 0; }
  div.video-discography {
    height: 58.5vw;
    padding-top: calc( 12.5px * 1);
    padding-bottom: calc( 12.5px * 1); }
  div.page-imprint section ul, div.page-imprint section ul li {
    font-size: 1rem;
    line-height: 180%; }
  div.page-imprint section ul li:first-of-type {
    padding-top: calc( 12.5px * 0.85); }
  div.page-imprint section ul li:last-of-type {
    padding-bottom: calc( 12.5px * 0.85); }
  .desktop {
    display: none; }
  .mobile {
    display: block; } }

/* aspect ratio */
@media (max-width: 767px) and (min-aspect-ratio: 1 / 1) {
  div.hero img.desktop {
    display: block; }
  div.hero img.mobile {
    display: none; }
  .hero {
    height: 100vh; }
  .hero ~ div.page-content-wrapper {
    margin-top: 100vh; }
  .hero-page {
    height: 75vh; }
  .hero-page ~ div.page-content-wrapper {
    margin-top: 75vh; }
  ul.modal-menu-wrapper {
    padding-top: calc(15vmin + 5px); }
  ul.modal-lang-wrapper {
    padding-top: 2vmin !important; }
  div.modal-socialmedias-wrapper {
    display: block;
    width: auto;
    padding-top: 2vmin;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center; }
  a.modal-socialmedias-icon {
    position: relative;
    height: calc( 12.5px * 2);
    width: calc( 12.5px * 2);
    margin: calc(1rem * 0.5);
    margin-bottom: 15vmin; }
  ul.modal-menu-wrapper li, ul.modal-lang-wrapper li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    padding-left: calc(1rem * 4);
    padding-right: calc(1rem * 4);
    line-height: 125%; }
  ul.modal-menu-wrapper li, ul.modal-menu-wrapper li.active {
    font-size: calc(5vmin + 5px);
    padding: 0;
    margin: 0;
    margin-top: calc(12.5px * 0.25); }
  ul.modal-lang-wrapper li {
    font-size: calc(2.75vmin + 5px);
    padding-top: calc(12.5px * 0.25); } }

/* smaller (right after tablet) */
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font: 8px Bangla, Myriad, sans-serif; }
  body {
    font: 11px Bangla, Myriad, sans-serif; }
  header.header h1 {
    font-size: calc( 11px * 1.6); }
  ul.header-menu-wrapper {
    margin-left: calc( 11px * 1); }
  ul.header-menu-wrapper li {
    margin-left: calc( 11px * 1);
    margin-right: calc( 11px * 1); }
  ul.header-lang-wrapper {
    margin-left: calc( 11px * 1);
    margin-right: calc( 11px * 1); }
  ul.header-lang-wrapper li:after {
    content: "|";
    margin-left: calc( 11px * 0.5);
    margin-right: calc( 11px * 0.5); }
  ul.header-lang-wrapper li:last-of-type:after {
    content: "";
    padding: 0;
    margin: 0; }
  div.header-socialmedias-wrapper {
    margin-left: calc( 11px * 1);
    margin-top: calc( 11px * 0.25); }
  a.header-socialmedias-icon {
    height: calc( 11px * 2);
    width: calc( 11px * 2); }
  a.header-socialmedias-icon:last-of-type {
    margin-left: calc( 11px * 1); }
  h2 {
    font-size: calc( 11px * 1.6); }
  h6 {
    font-size: 1.35rem; }
  h3 {
    font-size: calc( 11px * 1.6); }
  .page-bio h3, .page-contact h3, .page-imprint h3 {
    padding-top: calc( 1rem * 3.75); }
  section.page-content-wrapper-contacts h3 {
    padding-top: calc( 1rem * 2) !important; }
  p {
    font-size: 1.35rem;
    line-height: 180%; }
  div.page-imprint section ul, div.page-imprint section ul li {
    font-size: 1.35rem;
    line-height: 180%; }
  .bio-image-wrapper p {
    font-family: Futura, Arial, sans-serif;
    font-size: calc( 11px * 0.925);
    font-weight: normal;
    line-height: 150%;
    padding-top: calc( 1rem * 1.125); } }

/* smaller (right before mac 13inches) */
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font: 9px Bangla, Myriad, sans-serif; }
  body {
    font: 12.5px Bangla, Myriad, sans-serif; }
  header.header li {
    font-size: 1.45rem; }
  /* formatting */
  p {
    font-size: 1.45rem; }
  h6 {
    font-size: 1.45rem;
    padding-top: calc( 1rem * 1);
    padding-bottom: calc( 1rem * 1); }
  div.page-imprint section ul, div.page-imprint section ul li {
    font-size: 1.45rem;
    line-height: 180%; }
  button.load-more-custom-css {
    margin-top: 0.75rem !important;
    line-height: 155% !important;
    font-size: 1.45rem !important; } }

/* normal size targetted by css at beginning */
@media (min-width: 1200px) and (max-width: 1319px) {
  html {
    font: 10px Bangla, Myriad, sans-serif; }
  body {
    font: 12.5px Bangla, Myriad, sans-serif; } }

/* bigger screen */
@media (min-width: 1320px) {
  html {
    font: 12px Bangla, Myriad, sans-serif; }
  body {
    font: 15px Bangla, Myriad, sans-serif; }
  header.header h1 {
    font-size: calc( 15px * 1.6); }
  div.page-content-wrapper {
    padding-top: calc( 1rem * 8); }
  ul.header-menu-wrapper {
    margin-left: calc( 15px * 1); }
  ul.header-menu-wrapper li {
    margin-left: calc( 15px * 1);
    margin-right: calc( 15px * 1); }
  ul.header-lang-wrapper {
    margin-left: calc( 15px * 1);
    margin-right: calc( 15px * 1); }
  ul.header-lang-wrapper li:after {
    content: "|";
    margin-left: calc( 15px * 0.625);
    margin-right: calc( 15px * 0.625); }
  ul.header-lang-wrapper li:last-of-type:after {
    content: "";
    padding: 0;
    margin: 0; }
  div.header-socialmedias-wrapper {
    margin-left: calc( 15px * 1);
    margin-top: calc( 15px * 0.15); }
  a.header-socialmedias-icon {
    height: calc( 15px * 1.75);
    width: calc( 15px * 1.75); }
  a.header-socialmedias-icon:last-of-type {
    margin-left: calc( 15px * 0.75); }
  .read-more-content {
    padding-top: calc( 15px * 0.15); }
  /* formatting */
  p {
    font-size: 1.1rem; }
  h2 {
    font-size: calc( 15px * 1.6);
    padding-bottom: calc( 1rem * 1); }
  h6 {
    font-size: 1.1rem;
    padding-top: calc( 1rem * 1);
    padding-bottom: calc( 1rem * 1); }
  h3 {
    font-size: calc( 15px * 1.6);
    padding-top: calc( 1rem * 1);
    padding-bottom: calc( 1rem * 1); }
  .page-bio h3, .page-contact h3, .page-imprint h3 {
    padding-top: calc( 1rem * 3.25); }
  section.page-content-wrapper-contacts h3 {
    padding-top: calc( 1rem * 2.25); }
  .page-content-column-center img {
    margin-top: calc( 1rem * 1);
    margin-bottom: calc( 1rem * 1); }
  div.link-to-pages {
    padding-top: calc( 1rem * 1);
    padding-bottom: calc( 1rem * 0) !important; }
  button.load-more-custom-css {
    margin-top: 0.75rem !important;
    line-height: 155% !important;
    font-size: 1.1rem !important; }
  .readmore-separator {
    margin-left: calc( 15px * 0.5);
    margin-right: calc( 15px * 0.5); }
  hr {
    margin-top: calc( 1rem * 8);
    margin-bottom: calc( 1rem * 8); }
  /* blocks */
  .concerts-block, .discography-block {
    padding: calc( 1rem * 3);
    margin-top: calc( 1rem * 1.5);
    margin-bottom: calc( 1rem * 1.5); }
  h4.concerts-dateandplace, h4.discography-title {
    font-size: calc( 15px * 1.6); }
  h4.concerts-dateandplace span.concerts-city {
    padding-right: calc( 15px * 0.4); }
  div.photo-discography p {
    font-size: 1.2rem;
    line-height: 145%;
    padding-top: calc( 15px * 0.5);
    padding-bottom: calc( 15px * 2); }
  div.page-imprint section ul, div.page-imprint section ul li {
    font-size: 1.1rem;
    line-height: 180%; }
  div.page-imprint section ul li:first-of-type {
    padding-top: calc( 15px * 0.85); }
  div.page-imprint section ul li:last-of-type {
    padding-bottom: calc( 15px * 0.85); }
  /* footer */
  footer {
    margin-bottom: calc( 1rem * 3); }
  ul.footer-menu-wrapper li, ul.footer-menu-wrapper li.active {
    font-size: calc( 15px * 2.4);
    line-height: 140%; }
  ul.footer-lang-wrapper li {
    font-size: 1.1rem; }
  ul.footer-lang-wrapper li:after {
    content: "|";
    margin-left: calc( 15px * 0.5);
    margin-right: calc( 15px * 0.5); }
  ul.footer-lang-wrapper li:last-of-type:after {
    content: "";
    padding: 0;
    margin: 0; }
  hr.hr-footer-top {
    margin-bottom: calc( 1rem * 5); }
  hr.hr-footer-bottom {
    margin-top: calc( 1rem * 4.5);
    margin-bottom: calc( 1rem * 3); }
  ul.footer-lang-wrapper li {
    line-height: 120%; }
  p.footer-imprint-button {
    line-height: 120%; } }
