@font-face {
  font-family: "Helvetica Neue LT Std";
  src: url("../f/HelveticaNeueLTStd-Blk.woff2") format("woff2"),
    url("../f/HelveticaNeueLTStd-Blk.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

html,
body {
  height: 100%;
  color: #fff;
  font-family: Helvetica, sans-serif;
  background-color: #f92d2d;
}
body.home {
  min-height: 100%;
}
header,
footer,
main {
  z-index: 1;
}
.bgcontainer {
  z-index: 0;
  position: fixed;
}
.bgcontainer:before {
  background: #000;
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../i/bg_plain.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
header,
.home main .intro-content {
  font-family: "Helvetica Neue LT Std", Helvetica, sans-serif;
  text-transform: uppercase;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  letter-spacing: 0.05em;
}
h1,
.h1 {
  font-size: 1.375rem;
}
h2,
.h2 {
  font-size: 1.1rem;
}
h3,
.h3 {
  font-size: 1.2rem;
}
h5,
.h5 {
  font-size: 1.2rem;
}
header h3.subtitle_2 {
  font-size: 0.885rem;
}
.inalpha {
  font-size: 0.8rem;
}
.line-up {
  font-size: 1rem;
}
.lineup-hashtags {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 1.375rem;
  }
  h5,
  .h5 {
    font-size: 1.2rem;
  }
  header h3.subtitle_2 {
    font-size: 1.42rem;
  }
  .inalpha {
    font-size: 0.9rem;
  }
  .line-up {
    font-size: 1.2rem;
  }
  .lineup-hashtags {
    font-size: 1.2rem;
  }
}
a,
a:hover,
a:focus,
a:active {
  color: #fff;
  text-decoration: none;
}
.kglogo {
  max-width: 144px;
  width: 100%;
  height: auto;
}
.color_black {
  color: #000;
}
.color_white {
  color: #fff;
}

.line-up {
  position: relative;
  display: block;
  width: 100%;
}

.home article {
  position: relative;
}
body {
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .line-up {
    z-index: 1;
  }
  .line-up:after,
  .line-up:before {
    z-index: -1;
  }
  .line-up:before {
    content: "";
    position: absolute;
    bottom: -250px;
    left: -270px;
    width: 600px;
    height: 675px;
    background: url(../i/augen-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
  }

  .line-up:after {
    content: "";
    position: absolute;
    bottom: -250px;
    right: -270px;
    width: 600px;
    height: 675px;
    background: url(../i/augen-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
  }
}

@media (min-width: 768px) {
  .kglogo {
    max-width: 225px;
  }
}

.line-up {
  max-width: 52rem;
}

.fancybox-container {
  color: #000;
  font-family: Helvetica, sans-serif;
  font-weight: normal;
}

/*
* Footer
*/
ul {
  list-style: none;
  padding: 0;
}

footer li {
  background-color: transparent;
  line-height: 1;
}

footer li a {
  display: block;
  padding: 0.25rem;
  text-decoration: none;
  color: #fff;
}
footer li a:hover,
footer li a:active,
footer li a:focus {
  color: #fff;
}
footer li a svg path {
  fill: #fff;
}
footer li.social a svg {
  width: 32px;
  height: 32px;
  display: block;
  fill: #fff;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
}
@media (min-width: 992px) {
  footer li.social a svg {
    width: 24px;
    height: 24px;
  }
}
footer li.social a:hover svg {
  border-color: #000;
  -webkit-transform: scale(1.152);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

footer a,
footer a img {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
footer a:hover img {
  opacity: 0.85;
}
footer nav li a {
  font-size: 0.8rem;
  color: #fff;
}

@media (min-width: 768px) {
  .footernavigation {
    position: fixed;
    bottom: -2px;
    right: 15px;
  }
  .footernavigation li a {
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    opacity: 0.5;
    font-size: 12px;
  }
  .footernavigation li a:hover {
    opacity: 1;
  }
}
a[data-fancybox]:hover {
  cursor: pointer;
}

.btn {
  flex: 1 1 auto;
  margin: 15px auto;
  padding: 15px 30px 12px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  line-height: 1;
  background-size: 200% auto;
  color: #000;
  border-radius: 0px;
  border: 0;
  font-weight: bold;
}
.btn:hover {
  background-position: right center;
  color: #fff;
}
.btn-4 {
  background-image: linear-gradient(to right, red 0%, red 51%, black 100%);
}
.home #mainheader {
  display: none;
}
.home #ajaxcontent {
  margin-top: auto;
}
.home .intro-content {
  margin: 0 auto;
}
.home .introimg {
  max-width: 525px;
  width: 100%;
  max-width: 0 auto;
}
.introtext {
  max-width: 433px;
  margin: 0 auto;
  font-family: Helvetica;
  font-weight: normal;
}
a:focus,
button:focus,
input:focus,
:focus {
  outline: none;
}

.line-up ul {
  text-align: center;
}
.line-up ul li {
  margin: 0 0.5rem;
  display: inline-block;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .line-up ul li {
    margin: 0 0.65rem;
  }
}
span.signup {
  display: block;
  letter-spacing: 0.04em;
}
span.fornewsletter {
  display: block;
  letter-spacing: 0;
}

.link180 img {
  width: 95px;
  height: auto;
}
.linksentimente img {
  width: 92px;
  height: auto;
}

.whitelink {
  color: black;
  background: white;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.whitelink:hover,
.whitelink:active,
.whitelink:focus {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
}

.starstruck_logo {
  width: 80px;
  height: auto;
}
.qrcode span {
}
.qrcode span span {
  font-weight: normal;
}
.qrcode_logo {
  width: 75px;
  height: auto;
}
.qrcode svg {
  height: 1.5rem;
}
.telegram_logo {
  height: 1rem;
  display: inline-block;
  margin-bottom: 0.2rem;
  margin-left: 0.25rem;
}

.footerright_link {
  font-weight: bold;
  font-size: 0.875rem;
}
.footermiddle {
  font-weight: bold;
}
.telegram_logo_mobile {
  width: 42px;
  margin-right: 0.1rem;
}
@media (min-width: 992px) {
  .footermiddle {
    left: 50%;
    bottom: 0.14rem;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

div.lepopup-cr-label label {
  line-height: 1.33;
  font-size: 12px !important;
  white-space: nowrap;
}

body #BorlabsCookieBox ._brlbs-box-wrap {
  max-width: 360px;
}

body #BorlabsCookieBox ._brlbs-flex-center {
  display: block;
}
body #CookieBoxTextHeadline._brlbs-h3 {
  font-size: 16px;
}
body #BorlabsCookieBox #CookieBoxTextHeadline {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  display: block;
}
body #BorlabsCookieBox .cookie-logo {
  height: auto;
  margin-bottom: 5px;
  max-width: 132px;
}

#BorlabsCookieBox .cookie-box ._brlbs-btn {
  padding-top: 0.825em;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
}
#BorlabsCookieBox h3,
#BorlabsCookieBox ._brlbs-h3 {
  font-size: 1.25rem;
}

.fancybox-stage {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.fancybox-stage .container a {
  word-wrap: break-word;
}
