.text--centered {
  text-align: center;
}

.text-island {
  width: 1200px;
  padding: 10px;
  margin: auto;
}

.full-width {
  width: 100% !important;
}

@media screen and (max-width: 1200px) {
  .text-island {
    width: 800px;
  }
}
@media screen and (max-width: 900px) {
  .text-island {
    width: 100%;
  }
}
@font-face {
  font-family: "Visionatica Main";
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/PTSerif-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Visionatica Main";
  font-style: italic;
  font-weight: 400;
  src: url(../assets/fonts/PTSerif-Italic.ttf) format("truetype");
}
@font-face {
  font-family: "Visionatica Main";
  font-style: normal;
  font-weight: 700;
  src: url(../assets/fonts/PTSerif-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Visionatica Main";
  font-style: italic;
  font-weight: 700;
  src: url(../assets/fonts/PTSerif-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: "Visionatica Heavy";
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/RubikDirt-Regular.ttf) format("truetype");
}
.band-members-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.band-member {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  font-size: 120%;
  background-color: #393a3a;
}

.band-member:nth-child(2n) {
  background-color: rgb(129, 25.2, 28.2);
  flex-direction: row-reverse;
}
.band-member:nth-child(2n) .band-member__portrait__overlay {
  background-image: linear-gradient(90deg, rgb(129, 25.2, 28.2) 0%, rgba(129, 25.2, 28.2, 0) 20%);
}

.band-member__portrait {
  position: relative;
  width: 50%;
  min-width: 50%;
}

.band-member__portrait__image {
  width: 100%;
  height: 100%;
}

.band-member__portrait__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(90deg, rgba(57, 58, 58, 0) 80%, #393a3a 100%);
}

.band-member__information {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.band-member__information h2 {
  margin-bottom: 5px;
}
.band-member__information h3 {
  margin-bottom: 10px;
  margin-top: 0;
}
.band-member__information table {
  border-spacing: 5px;
}
.band-member__information td {
  width: 50%;
}
.band-member__information td:first-child {
  text-align: right;
  vertical-align: top;
}

@media screen and (max-width: 1200px) {
  .band-member {
    font-size: 100%;
  }
  .band-member__information td:first-child {
    width: 1%;
    white-space: nowrap;
  }
}
@media screen and (max-width: 900px) {
  .band-members-container {
    flex-direction: column;
  }
  .band-member {
    width: 100%;
    flex-direction: column;
  }
  .band-member__portrait {
    width: 100%;
  }
  .band-member__portrait__overlay {
    background-image: linear-gradient(180deg, rgba(57, 58, 58, 0) 80%, #393a3a 100%);
  }
  .band-member:nth-child(2n) {
    flex-direction: column;
  }
  .band-member:nth-child(2n) .band-member__portrait__overlay {
    background-image: linear-gradient(180deg, rgba(129, 25.2, 28.2, 0) 80%, rgb(129, 25.2, 28.2) 100%);
  }
  .band-member__information {
    padding: 2em 0;
  }
}
.contact__entry {
  margin-bottom: 3em;
}

.contact__entry:last-child {
  margin-bottom: 0;
}

.video {
  margin-bottom: 5em;
  max-width: 100%;
}

.video__frame {
  max-width: 100%;
}

.video:last-child {
  margin-bottom: 0;
}

.wallpapers {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}

.wallpapers__link {
  display: block;
  width: fit-content;
}

.album {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.album__header {
  width: 100%;
}

.album__title {
  margin-bottom: 0;
}

.album__release-information {
  margin-top: 0;
}

.album__cover__image {
  max-width: 100%;
}

.album__songs {
  flex: 1 1 auto;
  margin-left: 3em;
  border-collapse: collapse;
}

.album__song__trackNumber {
  border-bottom: 1px solid #d72a2f;
  padding: 0.5em;
}

.album__song__title {
  border-bottom: 1px solid #d72a2f;
  padding: 0.5em;
}

.album__song:last-child .album__song__trackNumber,
.album__song:last-child .album__song__title {
  border-bottom: none;
}

@media screen and (max-width: 900px) {
  .album {
    flex-direction: column;
    align-items: center;
  }
  .album__header {
    text-align: center;
  }
  .album__songs {
    width: 100%;
    flex: none;
    margin-left: 0;
    margin-top: 1em;
  }
}
.news {
  margin-bottom: 5em;
}

.news:last-child {
  margin-bottom: 0;
}

.news__release-date {
  font-size: 0.8em;
}

.top-news {
  margin: 3em;
  position: relative;
  max-width: 80%;
  text-align: center;
  box-shadow: 0px 0px 15px 10px #d72a2f;
  padding-bottom: 4em;
  background-color: black;
}

.top-news__image {
  display: block;
  max-width: 100%;
  max-height: 800px;
  margin-bottom: 4em;
}

.news__footer-content__image {
  display: block;
  max-width: 100%;
}

.show--upcoming {
  background-color: rgba(57, 58, 58, 0.7);
  border-radius: 2px;
  padding: 3em;
  text-align: center;
}

.show__title--upcoming {
  margin-top: 0;
}

.show__location-name--upcoming {
  margin: 0;
}

.show__location-information--upcoming {
  margin: 0;
}

.show__location-information__country--upcoming {
  text-transform: uppercase;
}

.shows__upcoming__no-planned {
  font-size: 1.5em;
  text-align: center;
}

.shows-table {
  width: 100%;
  border-collapse: collapse;
}

.show__location-country {
  text-align: center;
  text-transform: uppercase;
}

.show {
  border-bottom: 1px solid #d72a2f;
  padding: 0 0.5em;
}
.show > td {
  padding: 1em 0.25em;
}

.show:last-child {
  border-bottom: none;
}

.shows__archive-button-container {
  margin-top: 4em;
  text-align: center;
}

* {
  box-sizing: border-box;
}

html,
body {
  height: 100vh;
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #121212;
  color: #ffffff;
  font-family: "Visionatica Main", serif;
  font-weight: 400;
  font-style: normal;
  font-optical-sizing: auto;
}

h1 {
  font-size: 1.5em;
}

h2 {
  font-size: 1.2em;
}

a {
  color: #d72a2f;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  z-index: 1;
}

.logo {
  height: 100px;
}

.header__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: rgba(50, 50, 50, 0.7);
  height: 110px;
}

.header__language-switch {
  flex: 1 1 0;
  text-align: center;
}

.header__button-container {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.header__social-media-button {
  margin: 0 10px;
}

.header__social-media-button__image {
  width: 40px;
  height: 40px;
}

.header__menu-button {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  height: 2em;
  width: 2em;
  border-radius: 0.25em;
  cursor: pointer;
}

.header__menu-button_bar {
  height: 0.25em;
  border-radius: 0.1em;
  background-color: #ffffff;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, left 0.5s ease;
  transform-origin: 0%;
}

.header__menu-button--menu-open .header__menu-button_bar:first-child {
  transform: rotate(45deg);
}
.header__menu-button--menu-open .header__menu-button_bar:last-child {
  transform: rotate(-45deg);
}
.header__menu-button--menu-open .header__menu-button_bar:nth-child(2) {
  opacity: 0%;
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background: rgba(50, 50, 50, 0.9);
  overflow: auto;
  max-height: calc(100vh - 110px);
}

.navigation-link {
  margin: 0.5em;
  font-size: 1.5em;
  line-height: 1.5em;
  font-family: "Visionatica Heavy", sans-serif;
  text-shadow: -0.5px 0 black, 0 0.5px black, 0.5px 0 black, 0 -0.5px black;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
}
.navigation-link.active {
  text-decoration: underline;
}

.navigation__social-media-button-container {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.navigation__social-media-button {
  margin: 0 10px;
}

.navigation__social-media-button__image {
  width: 30px;
  height: 30px;
}

.content-area {
  width: 1200px;
  padding: 10px;
  margin: 0 auto;
  flex: 1 1 auto;
}

.content-area.with-offset-top {
  margin-top: calc(110px + 5em);
}

.spotlight {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-image: linear-gradient(180deg, rgba(18, 18, 18, 0) 70%, #121212 100%), url(../assets/images/main_background_new.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: calc(110px + 2.5em);
  height: calc(33.203125vw - 110px);
}

.spotlight__content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.spotlight__content--reduced {
  height: 500px;
}

.spotlight__content--with-content {
  background-color: rgba(18, 18, 18, 0.7);
  box-shadow: #d72a2f 0px 0px 4px 4px;
  border-radius: 2px;
}

.separation-header {
  font-size: 2em;
  font-weight: bold;
  width: 100%;
  background-color: #d72a2f;
  color: #393a3a;
  text-transform: uppercase;
  text-align: center;
  padding: 1em 0;
  font-style: italic;
}

.presales-button__container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10em;
}

.link-button {
  font-size: 1.5em;
  font-weight: bold;
  text-decoration: none;
  margin: 1.2em 3em;
  padding: 1.2em 3em;
  color: #d72a2f;
  border: 1px solid #d72a2f;
}

@media screen and (max-width: 1600px) {
  .spotlight__content--reduced {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .content-area {
    width: 800px;
  }
  header .logo {
    margin: 20px 10px;
  }
  a.navigation-link {
    margin: 10px 5px;
    font-size: 1.2em;
  }
  .content-area.with-offset-top {
    margin-top: calc(110px + 4.4em);
  }
  .spotlight {
    height: 398.4375px;
    background-image: linear-gradient(180deg, rgba(18, 18, 18, 0) 70%, #121212 100%), url(../assets/images/main_background.jpg);
    background-size: 1200px;
  }
  .spotlight__content {
    width: 800px;
  }
  .spotlight__content--reduced {
    height: 320px;
  }
}
@media screen and (max-width: 900px) {
  .header__menu-button {
    display: flex;
  }
  .header__social-media-button {
    display: none;
  }
  nav {
    display: none;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  nav.visible {
    display: flex;
  }
  a.navigation-link {
    margin: 10px;
    font-size: 1.2em;
  }
  .navigation__social-media-button-container {
    display: flex;
  }
  .content-area {
    width: 100%;
  }
  .content-area.with-offset-top {
    margin-top: 110px;
  }
  .spotlight {
    height: 298.828125px;
    background-image: linear-gradient(180deg, rgba(18, 18, 18, 0) 70%, #121212 100%), url(../assets/images/main_background.jpg);
    background-size: 900px;
    margin-top: 110px;
  }
  .spotlight__content {
    width: 600px;
  }
  .spotlight__content--reduced {
    height: 240px;
  }
}

/*# sourceMappingURL=main.css.map */
