body {
  background-color: #1c0412;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.bg-full {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background-image: url('../images/Page_referenz.jpg');
  background-position: 60% 50%;
  background-size: cover;
}

._2-column-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-top: 5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.logo-wrapper {
  margin-bottom: 4vw;
}

.social-media-wrapper {
  display: -ms-grid;
  display: grid;
  margin-bottom: 50px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #886187;
  border-radius: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.logo-item:hover {
  background-color: #886187;
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: 'Bebas Neue', sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 130%;
  text-align: center;
}

.contact-item {
  margin-bottom: 40px;
}

.hl {
  color: #886187;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hl.album {
  color: #fff;
}

.hl.album-top {
  margin-bottom: 15px;
  color: #fff;
}

.hl.white {
  margin-bottom: 15px;
  color: #fff;
}

.widget {
  width: 100%;
  margin-bottom: 50px;
}

.album-cover {
  position: relative;
  max-width: 200px;
  margin-bottom: 34px;
}

.album-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Bebas Neue', sans-serif;
  text-align: center;
}

.album-wrapper:hover {
  text-decoration: none;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 150%;
}

.shadow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  box-shadow: 0 0 100px 0 #886187;
}

.album-hl {
  color: #886187;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.album-hl.album {
  color: #fff;
}

.album-hl.album-top {
  margin-bottom: 15px;
  color: #fff;
}

.album-hl.white {
  margin-bottom: 20px;
  color: #886187;
  font-size: 20px;
}

.album-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.album-title.album {
  color: #fff;
}

.album-title.album-top {
  margin-bottom: 15px;
  color: #fff;
}

.album-title.white {
  margin-bottom: 15px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .bg-full {
    background-position: 55% 50%;
  }

  .info-wrapper {
    width: 65%;
    margin-top: 0vh;
    padding-top: 15vw;
    padding-bottom: 15vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .info-item-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .logo-wrapper {
    margin-bottom: 10vw;
  }

  .social-media-wrapper {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .contact-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    font-size: 25px;
  }

  .contact-item {
    margin-bottom: 10px;
  }

  .hl {
    font-size: 24px;
  }

  .hl.white {
    margin-bottom: 12px;
  }

  .tiktok {
    height: 45px;
  }

  .widget {
    margin-bottom: 0px;
  }

  .album-wrapper {
    margin-bottom: 40px;
  }

  .album-hl {
    font-size: 24px;
  }

  .album-hl.white {
    margin-bottom: 17px;
  }

  .album-title {
    font-size: 35px;
  }

  .album-title.white {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .bg-full {
    background-position: 50% 50%;
  }

  .info-wrapper {
    width: 100%;
    padding: 8vw 20vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .social-media-wrapper {
    display: -ms-grid;
    display: grid;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .hl {
    font-size: 25px;
    line-height: 150%;
  }

  .hl.album-top {
    line-height: 20px;
  }

  .hl.white {
    margin-bottom: 0px;
  }

  .tiktok {
    height: 40px;
  }

  .album-hl {
    font-size: 25px;
    line-height: 150%;
  }

  .album-hl.album-top {
    line-height: 20px;
  }

  .album-hl.white {
    margin-bottom: 0px;
  }

  .album-title {
    font-size: 37px;
    line-height: 150%;
  }

  .album-title.album-top {
    line-height: 20px;
  }

  .album-title.white {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .bg-full {
    background-position: 42% 50%;
  }

  .info-wrapper {
    padding-top: 10vw;
    padding-bottom: 20vw;
  }

  .info-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-media-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 270px;
    margin-bottom: 15px;
    padding-right: 29px;
    padding-left: 29px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .logo-item {
    width: 70px;
    height: 70px;
    padding: 12px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-width: 4px;
  }

  .logo-item.is-middle {
    margin-right: 0px;
    margin-left: 0px;
  }

  .contact-wrapper {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    font-size: 19px;
  }

  .contact-item {
    margin-bottom: 0px;
  }

  .image {
    max-width: 80%;
  }

  .hl {
    font-size: 19px;
  }

  .fb {
    width: 53%;
  }

  .tiktok {
    height: 37px;
  }

  .shadow {
    display: none;
  }

  .album-hl {
    font-size: 19px;
  }

  .album-hl.white {
    font-size: 18px;
  }

  .album-title {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b2f54eb9-7bec-2a7e-08f8-8d2560d33087-81d4c2a6 {
    -ms-grid-column-align: stretch;
    justify-self: stretch;
  }
}

