@font-face {
  font-family: 'EraserDust';
  src: url("/assets/fonts/eraserdust/EraserDust.eot");
  src: url("/assets/fonts/eraserdust/EraserDust.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/eraserdust/EraserDust.woff2") format("woff2"), url("/assets/fonts/eraserdust/EraserDust.woff") format("woff"), url("/assets/fonts/eraserdust/EraserDust.ttf") format("truetype"), url("/assets/fonts/eraserdust/EraserDust.svg#EraserDust") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Crumble Bakery';
  src: url("/assets/fonts/crumble_backery/CrumbleBakery.eot");
  src: url("/assets/fonts/crumble_backery/CrumbleBakery.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/crumble_backery/CrumbleBakery.woff2") format("woff2"), url("/assets/fonts/crumble_backery/CrumbleBakery.woff") format("woff"), url("/assets/fonts/crumble_backery/CrumbleBakery.ttf") format("truetype"), url("/assets/fonts/crumble_backery/CrumbleBakery.svg#CrumbleBakery") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  background-color: black;
}

.borderred {
  border: 1px solid red;
}

.gallery_title_container {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
}

.gallery_h1_title {
  font-family: "EraserDust" !important;
  font-size: 3.3rem !important;
  color: #FFEE04 !important;
  letter-spacing: 1.5px;
  bottom: 0px;
}

@media screen and (min-width: 320px) and (max-width: 530px) {
  .gallery_h1_title {
    font-size: 2.0rem !important;
  }
  .gallery_title_container {
    bottom: -90px;
  }
}

@media screen and (min-width: 531px) and (max-width: 767px) {
  .gallery_h1_title {
    font-size: 2.3rem !important;
  }
  .gallery_title_container {
    bottom: -55px;
  }
}

@media screen and (min-width: 768px) and (max-width: 990px) {
  .gallery_h1_title {
    font-size: 2.5rem !important;
  }
  .gallery_title_container {
    bottom: -25px;
  }
}

#intro {
  color: white;
}

footer {
  background-color: white !important;
}

#footer a {
  color: #FF7D01 !important;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.8rem;
}

.album_links {
  color: white;
  text-decoration: none;
  font-weight: normal;
}

.album_links span {
  padding-left: 5px;
}

.album_links:hover {
  color: #FFEE04;
}

.staedte_line {
  border-bottom: 1px solid #858585;
  margin-bottom: 15px;
}

.h2_weiss {
  font-family: "Crumble Bakery";
  font-size: 2rem !important;
  color: white;
  text-align: center;
  text-transform: uppercase;
}

p a, p a:hover {
  color: #FFEE04 !important;
  font-weight: bold;
  text-decoration: none;
}

.h2_size {
  font-family: "Crumble Bakery";
  font-size: 3rem !important;
  text-transform: uppercase;
}

@media screen and (min-width: 300px) and (max-width: 402px) {
  .h2_size {
    font-size: 2.5rem !important;
  }
}

.text_orange {
  color: #FF7D01;
}

.footer_line {
  border-top: 2px solid black;
  padding-top: 10px;
}

.staedte_container {
  width: 80%;
  padding-left: 20%;
}

#header_img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.curmble_link {
  color: #FF7D01;
  font-family: "Crumble Bakery";
  font-size: 3.5rem !important;
  text-decoration: none;
  text-transform: uppercase;
}

.curmble_link:hover {
  color: #FFEE04;
}

.header_phrase {
  width: 100%;
  position: absolute;
  top: 310px;
  margin: auto;
}

@media screen and (max-width: 319px) {
  .header_phrase {
    top: 150px;
  }
  .curmble_link {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 320px) and (max-width: 470px) {
  .header_phrase {
    top: 150px;
  }
  .curmble_link {
    font-size: 1.5rem !important;
  }
}

@media screen and (min-width: 471px) and (max-width: 767px) {
  .header_phrase {
    top: 155px;
  }
  .curmble_link {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .header_phrase {
    top: 190px;
  }
  .curmble_link {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 990px) and (max-width: 1200px) {
  .header_phrase {
    top: 235px;
  }
  .curmble_link {
    font-size: 2.8rem !important;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .header_phrase {
    top: 270px;
  }
  .curmble_link {
    font-size: 3.5rem !important;
  }
}
