/* karla-200 - latin */
@font-face {
  font-display: swap;
  font-family: Karla;
  font-style: normal;
  font-weight: 200;
  src: url("/website/fonts/karla/karla-v21-latin-200.woff2") format("woff2"), url("/website/fonts/karla/karla-v21-latin-200.woff") format("woff");
}
/* karla-300 - latin */
@font-face {
  font-display: swap;
  font-family: Karla;
  font-style: normal;
  font-weight: 300;
  src: url("/website/fonts/karla/karla-v21-latin-300.woff2") format("woff2"), url("/website/fonts/karla/karla-v21-latin-300.woff") format("woff");
}
/* karla-regular - latin */
@font-face {
  font-display: swap;
  font-family: Karla;
  font-style: normal;
  font-weight: 400;
  src: url("/website/fonts/karla/karla-v21-latin-regular.woff2") format("woff2"), url("/website/fonts/karla/karla-v21-latin-regular.woff") format("woff");
}
/* karla-500 - latin */
@font-face {
  font-display: swap;
  font-family: Karla;
  font-style: normal;
  font-weight: 500;
  src: url("/website/fonts/karla/karla-v21-latin-500.woff2") format("woff2"), url("/website/fonts/karla/karla-v21-latin-500.woff") format("woff");
}
/* karla-600 - latin */
@font-face {
  font-display: swap;
  font-family: Karla;
  font-style: normal;
  font-weight: 600;
  src: url("/website/fonts/karla/karla-v21-latin-600.woff2") format("woff2"), url("/website/fonts/karla/karla-v21-latin-600.woff") format("woff");
}
/* karla-700 - latin */
@font-face {
  font-display: swap;
  font-family: Karla;
  font-style: normal;
  font-weight: 700;
  src: url("/website/fonts/karla/karla-v21-latin-700.woff2") format("woff2"), url("/website/fonts/karla/karla-v21-latin-700.woff") format("woff");
}
/* karla-800 - latin */
@font-face {
  font-display: swap;
  font-family: Karla;
  font-style: normal;
  font-weight: 800;
  src: url("/website/fonts/karla/karla-v21-latin-800.woff2") format("woff2"), url("/website/fonts/karla/karla-v21-latin-800.woff") format("woff");
}
/* karla-200italic - latin */
@font-face {
  font-display: swap;
  font-family: Karla;
  font-style: italic;
  font-weight: 200;
  src: url("/website/fonts/karla/karla-v21-latin-200italic.woff2") format("woff2"), url("/website/fonts/karla/karla-v21-latin-200italic.woff") format("woff");
}
/* karla-300italic - latin */
@font-face {
  font-display: swap;
  font-family: Karla;
  font-style: italic;
  font-weight: 300;
  src: url("/website/fonts/karla/karla-v21-latin-300italic.woff2") format("woff2"), url("/website/fonts/karla/karla-v21-latin-300italic.woff") format("woff");
}
/* karla-italic - latin */
@font-face {
  font-display: swap;
  font-family: Karla;
  font-style: italic;
  font-weight: 400;
  src: url("/website/fonts/karla/karla-v21-latin-italic.woff2") format("woff2"), url("/website/fonts/karla/karla-v21-latin-italic.woff") format("woff");
}
/* karla-500italic - latin */
@font-face {
  font-display: swap;
  font-family: Karla;
  font-style: italic;
  font-weight: 500;
  src: url("/website/fonts/karla/karla-v21-latin-500italic.woff2") format("woff2"), url("/website/fonts/karla/karla-v21-latin-500italic.woff") format("woff");
}
/* karla-600italic - latin */
@font-face {
  font-display: swap;
  font-family: Karla;
  font-style: italic;
  font-weight: 600;
  src: url("/website/fonts/karla/karla-v21-latin-600italic.woff2") format("woff2"), url("/website/fonts/karla/karla-v21-latin-600italic.woff") format("woff");
}
/* karla-700italic - latin */
@font-face {
  font-display: swap;
  font-family: Karla;
  font-style: italic;
  font-weight: 700;
  src: url("/website/fonts/karla/karla-v21-latin-700italic.woff2") format("woff2"), url("/website/fonts/karla/karla-v21-latin-700italic.woff") format("woff");
}
/* karla-800italic - latin */
@font-face {
  font-display: swap;
  font-family: Karla;
  font-style: italic;
  font-weight: 800;
  src: url("/website/fonts/karla/karla-v21-latin-800italic.woff2") format("woff2"), url("/website/fonts/karla/karla-v21-latin-800italic.woff") format("woff");
}
/* permanent-marker-regular - latin */
@font-face {
  font-family: "Permanent Marker";
  font-style: normal;
  font-weight: 400;
  src: url("/website/fonts/permanent-marker/permanent-marker-v10-latin-regular.woff2") format("woff2"), url("/website/fonts/permanent-marker/permanent-marker-v10-latin-regular.woff") format("woff");
}
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "Karla", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  /* Font varient */
  font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
  font-size: 14px;
  line-height: 22px;
}
body {
  margin-top: 50px;
  min-height: 100%;
}

input {
  background-color: lightgray;
  border: none;
  border-radius: 1000px;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 38px;
  padding: 0 20px;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

h1 {
  margin: 0;
  font-size: 35px;
  line-height: 55px;
}
h2 {
  margin: 0;
  font-size: 24px;
  line-height: 38px;
}
h3 {
  margin: 0;
  font-size: 20px;
  line-height: 32px;
}
h4 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
}
h5 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
h6 {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
}
.container {
  margin: 0 auto;
  max-width: 1380px;
  margin-left: 60px;
  margin-right: 60px;
}
@media only screen and (max-width: 991px) {
  .container {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1500px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}

.container-wide {
  margin: 0 auto;
  max-width: 1564px;
  margin-left: 60px;
  margin-right: 60px;
}
@media only screen and (max-width: 991px) {
  .container-wide {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .container-wide {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1684px) {
  .container-wide {
    margin-left: auto;
    margin-right: auto;
  }
}

.container-left {
  padding-right: calc(41.6666666667% + 10px);
}
@media only screen and (max-width: 767px) {
  .container-left {
    padding-right: 0;
  }
}

.container-right {
  padding-left: calc(41.6666666667% + 10px);
}
@media only screen and (max-width: 767px) {
  .container-right {
    padding-left: 0;
  }
}

.container-big {
  margin: 0 auto;
  max-width: 960px;
}

.container-medium {
  margin: 0 auto;
  max-width: 720px;
}

.container-small {
  margin: 0 auto;
  max-width: 540px;
}

.grid {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.grid--middle {
  align-items: center;
}
.grid--center {
  justify-content: center;
}
.grid--reverse {
  flex-direction: row-reverse;
}
.grid--stretch {
  align-items: stretch;
}
@media only screen and (max-width: 1200px) {
  .grid--laptop-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 991px) {
  .grid--tablet-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .grid--mobile-reverse {
    flex-direction: row-reverse;
  }
}

.grid__item {
  flex: 1;
  padding: 20px;
  width: 100%;
}
.grid__item--flex {
  display: flex;
}

[class^=width-],
[class*=" width-"] {
  flex: 0 0 auto;
}

.width-1 {
  width: 8.3333333333%;
}

.width-2 {
  width: 16.6666666667%;
}

.width-3 {
  width: 25%;
}

.width-4 {
  width: 33.3333333333%;
}

.width-5 {
  width: 41.6666666667%;
}

.width-6 {
  width: 50%;
}

.width-7 {
  width: 58.3333333333%;
}

.width-8 {
  width: 66.6666666667%;
}

.width-9 {
  width: 75%;
}

.width-10 {
  width: 83.3333333333%;
}

.width-11 {
  width: 91.6666666667%;
}

.width-12 {
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .width-laptop-1 {
    width: 8.3333333333%;
  }
}
@media only screen and (max-width: 991px) {
  .width-tablet-1 {
    width: 8.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .width-mobile-1 {
    width: 8.3333333333%;
  }
}
@media only screen and (max-width: 1200px) {
  .width-laptop-2 {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 991px) {
  .width-tablet-2 {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  .width-mobile-2 {
    width: 16.6666666667%;
  }
}
@media only screen and (max-width: 1200px) {
  .width-laptop-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  .width-tablet-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .width-mobile-3 {
    width: 25%;
  }
}
@media only screen and (max-width: 1200px) {
  .width-laptop-4 {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 991px) {
  .width-tablet-4 {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .width-mobile-4 {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1200px) {
  .width-laptop-5 {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 991px) {
  .width-tablet-5 {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  .width-mobile-5 {
    width: 41.6666666667%;
  }
}
@media only screen and (max-width: 1200px) {
  .width-laptop-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .width-tablet-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .width-mobile-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .width-laptop-7 {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 991px) {
  .width-tablet-7 {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .width-mobile-7 {
    width: 58.3333333333%;
  }
}
@media only screen and (max-width: 1200px) {
  .width-laptop-8 {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 991px) {
  .width-tablet-8 {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  .width-mobile-8 {
    width: 66.6666666667%;
  }
}
@media only screen and (max-width: 1200px) {
  .width-laptop-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 991px) {
  .width-tablet-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .width-mobile-9 {
    width: 75%;
  }
}
@media only screen and (max-width: 1200px) {
  .width-laptop-10 {
    width: 83.3333333333%;
  }
}
@media only screen and (max-width: 991px) {
  .width-tablet-10 {
    width: 83.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  .width-mobile-10 {
    width: 83.3333333333%;
  }
}
@media only screen and (max-width: 1200px) {
  .width-laptop-11 {
    width: 91.6666666667%;
  }
}
@media only screen and (max-width: 991px) {
  .width-tablet-11 {
    width: 91.6666666667%;
  }
}
@media only screen and (max-width: 767px) {
  .width-mobile-11 {
    width: 91.6666666667%;
  }
}
@media only screen and (max-width: 1200px) {
  .width-laptop-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .width-tablet-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .width-mobile-12 {
    width: 100%;
  }
}
.article-list__item {
  display: flex;
  flex-wrap: nowrap;
}
.article-list__item:first-child ~ .article-list__item {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .article-list__item:first-child ~ .article-list__item {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .article-list__item {
    flex-direction: column;
  }
}

.article-list__item-image {
  flex: 1;
  width: 100%;
}
.article-list__item-image img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .article-list__item-image {
    margin-right: 50px;
    max-width: 400px;
  }
}
@media only screen and (min-width: 992px) {
  .article-list__item-image {
    margin-right: 100px;
  }
}

.article-list__item-content {
  flex: 1;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .article-list__item-content {
    padding: 10px;
  }
}

.article-list__item-date {
  color: #999999;
  font-size: 0.9em;
  margin: 0;
}

.article-list__item-title {
  line-height: 1.2;
  margin: 6px 0;
}

.article-list__item-button {
  display: block;
  width: min-content;
}
@media only screen and (max-width: 767px) {
  .article-list__item-button {
    width: 100%;
  }
}

.article-info {
  margin-bottom: 50px;
}

.albums__title {
  color: #B61D1D;
  font-size: 45px;
  margin: 40px;
  text-align: center;
}

.albums__wrapper {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .albums__wrapper {
    justify-content: flex-start;
  }
}

.albums__links {
  display: flex;
  flex: 1 1 100%;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .albums__links {
    flex: 0 0 150px;
  }
}

.albums__link {
  background-color: lightgray;
  cursor: pointer;
  height: 300px;
  margin-left: auto;
  position: relative;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 300px;
  will-change: transform, opacity;
}
@media only screen and (max-width: 991px) {
  .albums__link {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .albums__link {
    width: 150px;
  }
}
.albums__link--active, .albums__link:hover {
  opacity: 0.8;
  transform: scale(0.97);
}
.albums__link > img {
  height: auto;
  width: 100%;
}
.albums__link--active::after {
  background: #B61D1D;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px;
}
.albums__link:first-child ~ .albums__link {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .albums__link:first-child ~ .albums__link {
    margin-top: 10px;
  }
}

.albums__containers {
  flex: 1 1 100%;
}

.albums__container {
  padding: 20px 40px;
  position: sticky;
  top: 100px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .albums__container {
    padding: 10px 20px;
  }
}

.albums__album-title {
  font-family: "Permanent Marker", sans-serif;
  font-size: 35px;
}

.albums__track-list {
  list-style: none;
  padding: 0;
}
.albums__track-list > li {
  font-size: 16px;
  padding: 10px;
}

.albums__track-list-index {
  font-family: "Permanent Marker", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.similar-articles__link {
  display: block;
}

.similar-articles__content {
  padding: 10px 5px 0;
}

.similar-articles__title {
  line-height: 1;
}

.similar-articles__date {
  color: #999999;
  font-size: 0.9em;
  margin: 0;
}

.slick-slider .slick-dots button::before {
  font-size: 20px;
}

.button {
  background: #B61D1D;
  border: 0;
  /* This is just a random very high number, because border-radius 100% doesn't work */
  border-radius: 1000px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 700;
  height: 38px;
  letter-spacing: 2px;
  overflow: hidden;
  padding: 8px 30px;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.button[disabled] {
  pointer-events: none;
}
.button:hover, .button:focus {
  background: #a01919;
  color: #FFFFFF;
  text-decoration: none;
}
.button--full {
  display: block;
  width: 100%;
}
.button--small {
  font-weight: 400;
  height: 28px;
  padding: 3px 30px;
}
.button--multiline {
  display: block;
  height: auto;
  line-height: inherit;
  overflow: inherit;
  padding-bottom: 10px;
  padding-top: 10px;
  text-overflow: inherit;
  white-space: inherit;
}

.blocks {
  margin: -30px 0;
}

.blocks__item {
  margin: 30px 0;
}

.content {
  padding: 50px 0;
}

.demobar {
  align-items: center;
  background: #313131;
  display: flex;
  flex-wrap: nowrap;
  height: 50px;
  left: 0;
  padding: 0 20px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.demobar__logo {
  display: flex;
  justify-content: center;
  width: 36px;
}

.demobar__logo-image {
  display: block;
  height: 28px;
}

.demobar__title {
  color: #FFFFFF;
  margin: 0 20px 0 10px;
}

.demobar__github {
  display: block;
  margin-left: auto;
}

.demobar__github-image {
  display: block;
  height: 28px;
  max-width: 28px;
}

.demobar__button {
  background-color: #52B6CA;
  display: block;
  margin-left: 10px;
}
.demobar__button:hover, .demobar__button:focus {
  background-color: #379eb2;
}

.navbar {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  height: 50px;
  justify-content: space-between;
  left: 0;
  padding: 0 20px;
  position: fixed;
  right: 0;
  top: 50px;
  transition: background-color 0.3s ease;
  z-index: 500;
}

.navbar--scroll {
  background-color: #202020;
}

.navbar__logo {
  display: flex;
  justify-content: center;
  width: 36px;
  z-index: 600;
}

.navbar__logo-image {
  display: block;
  height: 28px;
  width: auto;
}

.navbar__navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.navbar__links {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 550;
}
@media only screen and (min-width: 992px) {
  .navbar__links {
    display: flex !important;
  }
}
@media only screen and (max-width: 991px) {
  .navbar__links {
    align-items: stretch;
    background: #e45555;
    bottom: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 50px;
  }
}

.navbar__locales {
  display: flex;
  flex-direction: row;
  padding: 0 25px;
  z-index: 600;
}

.navbar__item {
  color: #FFFFFF;
  display: block;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar__item:hover::after, .navbar__item--active::after {
  border-bottom: 1px solid #FFFFFF;
  content: "";
  display: block;
  left: 5px;
  margin-top: 8px;
  position: absolute;
  right: 5px;
}
@media only screen and (max-width: 991px) {
  .navbar__item:hover::after, .navbar__item--active::after {
    content: none;
    display: none;
  }
  .navbar__links > .navbar__item {
    font-size: 25px;
    height: 50px;
    margin: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .navbar__item:hover {
    text-decoration: underline;
  }
}

.navbar__item--locale {
  margin: 0;
}

.navbar__toggler {
  background: none;
  border: none;
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  z-index: 600;
}
@media only screen and (min-width: 992px) {
  .navbar__toggler {
    display: none;
  }
}

.card {
  background-color: #FAFAFA;
  display: block;
}

.card__body {
  padding: 20px;
}

.card__image-holder {
  position: relative;
}
.card__image-holder::before {
  align-items: center;
  background-color: #B61D1D;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (hover: hover) {
  .card__image-holder:hover::before {
    content: "";
  }
}

.card__image {
  display: block;
  width: 100%;
}

.card__image-overlay {
  align-items: center;
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.card__image-holder:hover > .card__image-overlay {
  display: flex;
}

.card__image-title {
  color: #FFFFFF;
  font-family: "Permanent Marker", sans-serif;
  font-size: 64px;
  line-height: 64px;
  text-align: center;
}
@media (hover: none) {
  .card__image-title {
    display: none;
  }
}

.card__button {
  display: block;
  margin-top: 20px;
  width: min-content;
}

.footer {
  background-color: #313131;
  color: #FFFFFF;
}

.footer__main {
  padding: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .footer__main {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .footer__main {
    padding-top: 50px;
  }
}

.footer__newsletter-form {
  display: flex;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .footer__newsletter-form {
    flex-wrap: wrap;
  }
}

.footer__newsletter-input {
  width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .footer__newsletter-input {
    text-align: center;
  }
}

.footer__newsletter-input-label {
  flex-grow: 1;
}

.footer__newsletter-button {
  margin-left: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .footer__newsletter-button {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}

.footer__contact-link {
  color: #FFFFFF;
  display: block;
  margin: 16px 0;
  text-decoration: none;
}

.footer__quicklink {
  color: #FFFFFF;
  display: block;
  margin: 16px 0;
  text-decoration: none;
}

.footer__imprint {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .footer__imprint {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__imprint-item {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer__imprint-item {
    flex-grow: 1;
    text-align: right;
  }
}

.footer__imprint-item--copyright {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .footer__imprint-item--copyright {
    flex-grow: 3;
    text-align: left;
  }
}

.footer__imprint-link {
  color: #FFFFFF;
  margin: -5px -10px;
  padding: 5px 10px;
  text-decoration: none;
}

.header {
  height: 300px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .header {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    height: 200px;
  }
}

.header--large {
  height: 500px;
}
@media only screen and (max-width: 991px) {
  .header--large {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .header--large {
    height: 300px;
  }
}

.header__image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.header__text {
  align-items: center;
  bottom: 0;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.header__title {
  font-family: "Permanent Marker", sans-serif;
  font-size: 120px;
  line-height: 1;
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header__title {
    font-size: 55px;
  }
}

.header__title--small {
  font-size: 75px;
}
@media only screen and (max-width: 767px) {
  .header__title--small {
    font-size: 30px;
  }
}

.header__subtitle {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header__subtitle {
    font-size: inherit;
  }
}

.header__button {
  background: #FFFFFF;
  color: #000000;
  margin-top: 20px;
}
.header__button:hover, .header__button:focus {
  background: #d9d9d9;
  color: #000000;
  text-decoration: none;
}

.imagemap__container {
  margin: auto;
  max-width: 800px;
  position: relative;
}

.imagemap__img {
  display: block;
  max-width: 100%;
  width: auto;
}

.imagemap__hotspot {
  position: absolute;
}

.imagemap__hotspot--rectangle {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid white;
}

.imagemap__hotspot--circle {
  background-color: rgba(0, 0, 0, 0.3);
  border: 2px solid white;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}

.imagemap__hotspot--point {
  background-color: white;
  border-radius: 100%;
  height: 30px;
  transform: translate(-50%, -50%);
  width: 30px;
}

.imagemap__hotspot-text {
  color: white;
  display: block;
  font-family: sans-serif;
  font-weight: 700;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.imagemap__hotspot--point > .imagemap__hotspot-text {
  color: black;
}

.imagemap__hotspot-content {
  background-color: black;
  border-radius: 6px;
  color: #FFFFFF;
  margin-top: -40px;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  visibility: hidden;
  width: 200px;
  z-index: 1;
}

.imagemap__hotspot-content:hover,
.imagemap__hotspot:hover + .imagemap__hotspot-content {
  visibility: visible;
}

.posted-by {
  color: #999999;
  font-size: 0.9em;
  margin: 0;
  padding-left: 24px;
  position: relative;
}
.posted-by::before {
  background-color: #B61D1D;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 16px;
}
.posted-by > span {
  color: #000000;
  display: inline-block;
  font-weight: 700;
  margin-left: 6px;
}

.social-footer {
  background-color: #202020;
}

.social-footer__links {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 80px;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .social-footer__links {
    justify-content: space-evenly;
  }
}

.social-footer__link {
  color: white;
  display: block;
  font-size: 25px;
  padding: 10px;
  text-decoration: none;
}
.social-footer__link::before {
  color: white !important;
}
@media only screen and (min-width: 768px) {
  .social-footer__link {
    margin: 0 15px;
    padding: 15px;
  }
  .social-footer__link:last-child {
    margin-right: -15px;
  }
}

.teaser {
  background-color: #FAFAFA;
  display: block;
  height: 100%;
  margin-top: 20px;
}

.teaser__image {
  display: block;
  width: 100%;
}

.teaser__body {
  padding: 20px;
}

.block-image {
  width: auto;
  margin: 0 auto;
}

.block-image__top {
  margin-bottom: 15px;
}

.block-image__bottom {
  margin-top: 15px;
}

.block-image__left,
.block-image__right {
  max-width: 300px;
  margin-bottom: 15px;
}

.block-image__left {
  float: left;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .block-image__left {
    float: none;
    margin-right: auto;
  }
}

.block-image__right {
  float: right;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .block-image__right {
    float: none;
    margin-left: auto;
  }
}

.block-title {
  color: #B61D1D;
  font-size: 50px;
  line-height: 70px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .block-title {
    font-size: 40px;
    line-height: 50px;
  }
}

.block-quote {
  margin-left: 25px;
  padding: 10px 0 10px 30px;
  position: relative;
  border-left: 14px solid #B61D1D;
}
@media only screen and (max-width: 767px) {
  .block-quote {
    margin-left: 0;
  }
}

.block-quote__quote {
  font-weight: 700;
  margin: 0;
}

.block-quote__reference {
  color: #666666;
  margin: 20px 0 0;
}

.block-link {
  display: block;
  width: min-content;
}

@font-face {
  font-family: "icomoon";
  src: url("/website/fonts/icomoon/fonts/icomoon.eot?hs2gjz");
  src: url("/website/fonts/icomoon/fonts/icomoon.eot?hs2gjz#iefix") format("embedded-opentype"), url("/website/fonts/icomoon/fonts/icomoon.ttf?hs2gjz") format("truetype"), url("/website/fonts/icomoon/fonts/icomoon.woff?hs2gjz") format("woff"), url("/website/fonts/icomoon/fonts/icomoon.svg?hs2gjz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--right:before {
  content: "\ea42";
}

.icon--left:before {
  content: "\ea44";
}

.icon--search:before {
  content: "\e902";
}

.icon--list:before {
  content: "\e903";
}

.icon--instagram:before {
  content: "\e904";
}

.icon--youtube:before {
  content: "\e905";
}

.icon--menu:before {
  content: "\e906";
}

.icon--times:before {
  content: "\e907";
}

.icon--gird:before {
  content: "\e908";
}

.icon--facebook:before {
  content: "\ea90";
}

.icon--soundcloud:before {
  content: "\eac3";
}

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