@charset "UTF-8";
/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color: #ffffff;
  --primary-color: var(--white-color);
  --secondary-color: #EE5007;
  --section-bg-color: var(--dark-color);
  --custom-btn-bg-color: var(--white-color);
  --custom-btn-bg-hover-color: var(--dark-color);
  --dark-color: #020204;
  --p-color: #717275;
  --border-color: #7fffd4;
  --link-hover-color: #F28D6e;
  --body-font-family: "Montserrat", sans-serif;
  --h1-font-size: 50px;
  --h2-font-size: 50px;
  --h3-font-size: 32px;
  --h4-font-size: 28px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 18px;
  --btn-font-size: 14px;
  --copyright-font-size: 16px;
  --border-radius-large: 100px;
  --border-radius-medium: 20px;
  --border-radius-small: 10px;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family);
  color: var(--white-color) !important;
  background-color: var(--dark-color) !important;
}

/*---------------------------------------
    TYPOGRAPHY               
  -----------------------------------------*/
h2,
h3,
h4,
h5,
h6 {
  color: var(--white-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1 {
  font-size: var(--h1-font-size);
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.group {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.group iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.poster-image {
  background-size: cover !important;
  bottom: 0;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  transition: all 1s ease-in;
}

.poster-image:hover {
  transform: scale(1.1);
  filter: blur(5px);
}

.ar-16-9 {
  aspect-ratio: 16/9;
}

.link-fx-1 {
  color: var(--white-color);
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-fx-1:hover {
  color: var(--link-hover-color);
}

.link-fx-1:hover::before {
  transform: translateX(17px) scaleX(0);
  transition: transform 0.2s;
}

.link-fx-1:hover .icon circle {
  stroke-dashoffset: 200;
  transition: stroke-dashoffset 0.2s 0.1s;
}

.link-fx-1:hover .icon line {
  transform: rotate(-180deg);
}

.link-fx-1:hover .icon line:last-child {
  transform: rotate(180deg);
}

.link-fx-1::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform-origin: right center;
  transition: transform 0.2s 0.1s;
}

.link-fx-1 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%) rotate(90deg);
  font-size: 32px;
}

.icon {
  --size: 1em;
  height: var(--size);
  width: var(--size);
  display: inline-block;
  color: inherit;
  fill: currentColor;
  line-height: 1;
  flex-shrink: 0;
  max-width: initial;
}

.link-fx-1 .icon circle {
  stroke-dasharray: 100;
  stroke-dashoffset: 100;
  transition: stroke-dashoffset 0.2s;
}

.link-fx-1 .icon line {
  transition: transform 0.4s;
  transform-origin: 13px 15px;
}

.link-fx-1 .icon line:last-child {
  transform-origin: 19px 15px;
}

/*---------------------------------------
    SECTION               
  -----------------------------------------*/
.section-padding {
  padding-top: 50px;
  padding-bottom: 0px;
}

.section-bg {
  background-color: var(--section-bg-color);
}

.section-overlay {
  background-color: var(--dark-color);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: inherit;
  opacity: 0.35;
}

.section-overlay + .container {
  position: relative;
}

.tab-content {
  background-color: var(--dark-color);
  border-radius: var(--border-radius-medium);
}

.tab-btn {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}
.tab-btn:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--white-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.tab-btn.active {
  background-color: unset !important;
}
.tab-btn.active:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--white-color);
  transform: scaleX(1);
  transition: transform 0.3s ease;
}
.tab-btn:hover {
  color: var(--white-color) !important;
}
.tab-btn:hover:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--white-color);
  transform: scaleX(1);
  transition: transform 0.3s ease;
}

@media (max-width: 576px) {
  .nav.nav-pills {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.nav-pills li {
  padding: 0 5px;
}

.nav-tabs {
  background-color: var(--dark-color);
  border-radius: var(--border-radius-large);
  border-bottom: 0;
  padding: 15px;
}

.nav-tabs .nav-link {
  border-radius: var(--border-radius-large);
  border: 0;
  padding: 15px 25px;
  transition: all 0.3s;
}

.nav-tabs .nav-link:first-child {
  margin-right: 15px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  background: var(--dark-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  color: var(--primary-color);
}

.nav-tabs h5 {
  color: var(--p-color);
  margin-bottom: 0;
}

.nav-tabs .nav-link.active h5,
.nav-tabs .nav-link:focus h5,
.nav-tabs .nav-link:hover h5 {
  color: var(--primary-color);
}

/*---------------------------------------
    CUSTOM ICON COLOR               
  -----------------------------------------*/
.custom-icon {
  color: var(--secondary-color);
}

/*---------------------------------------
    CUSTOM BUTTON               
  -----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px 20px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.custom-border-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}

/*---------------------------------------
    VIDEO              
  -----------------------------------------*/
.video-wrap {
  z-index: -100;
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-container {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 200px;
}
.slider-container button {
  background-color: #fff;
  border: 0;
  color: #aaa;
  cursor: pointer;
  font-size: 16px;
  padding: 5px;
  transition: color 0.2s ease-in;
}
.slider-container button:hover {
  color: #222;
}
.slider-container button:focus {
  outline: 0;
}
.slider-container .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.left-slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  transition: transform 0.5s ease-in-out;
}

.left-slide > div {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.left-slide h1 {
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: -30px;
}

.right-slide {
  height: 100%;
  position: absolute;
  top: 0;
  left: 35%;
  width: 65%;
  transition: transform 0.5s ease-in-out;
}

.right-slide > div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.slider-container .action-buttons button {
  position: absolute;
  left: 35%;
  top: 50%;
  z-index: 100;
}

.slider-container .action-buttons .down-button {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transform: translateX(-100%);
}

.slider-container .action-buttons .up-button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  transform: translateY(-100%);
}

/*---------------------------------------
    NAVIGATION              
  -----------------------------------------*/
.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.sticky-wrapper .dropdown-menu {
  background: none;
  border: none;
  padding: 0;
  --bs-dropdown-min-width: 110px;
}
.sticky-wrapper .dropdown-menu li {
  position: relative;
}
.sticky-wrapper .dropdown-menu li:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--white-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.sticky-wrapper .dropdown-menu li:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  color: var(--white-color);
}
.sticky-wrapper .dropdown-menu .dropdown-item {
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  margin: auto !important;
  padding-left: 10px;
  width: fit-content;
}
.sticky-wrapper .dropdown-menu .dropdown-item:hover, .sticky-wrapper .dropdown-menu .dropdown-item:active, .sticky-wrapper .dropdown-menu .dropdown-item:focus {
  background: none;
}

.sticky-wrapper.is-sticky .dropdown-menu {
  background: #020222;
  border: none;
  padding: 0 0 10px 0;
}
.sticky-wrapper.is-sticky .dropdown-menu li {
  margin: auto !important;
}
.sticky-wrapper.is-sticky .dropdown-menu li .dropdown-item {
  width: fit-content;
}

@media screen and (min-width: 992px) {
  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    margin-top: 0;
  }
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    --bs-dropdown-min-width: 110px;
  }
}
@media screen and (max-width: 992px) {
  .dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dropdown-menu.show {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
}
.header__logo {
  height: 35px;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: #020222;
  border-bottom: 1px solid #1f1c1c;
}

.navbar {
  background: transparent;
  z-index: 9;
}

.navbar-brand,
.navbar-brand:hover {
  color: var(--white-color);
  font-size: var(--h5-font-size);
  font-weight: var(--font-weight-bold);
}

.navbar-expand-lg .navbar-nav .nav-btn {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-btn {
  display: inline-block;
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  letter-spacing: 2px;
}
.navbar-nav .nav-btn:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--white-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.navbar-nav .nav-btn.active:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--white-color);
  transform: scaleX(1);
  transition: transform 0.3s ease;
}

.nav-btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  color: var(--white-color);
}

@media (min-width: 992px) {
  .work-btn {
    margin-left: 0 !important;
    padding-left: 20px !important;
  }
}
@media (max-width: 992px) {
  .dropdown-menu li {
    padding-top: 15px;
  }
}
.hero-section .banner {
  font-size: 50px;
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: "";
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -11px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 11px;
}

/*---------------------------------------
    HERO        
  -----------------------------------------*/
.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  height: 100vh;
}

.hero-section small {
  color: var(--white-color);
  text-transform: uppercase;
}

.hero-section .section-overlay {
  z-index: 2;
  opacity: 0.45;
}

.hero-section .container {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 50px;
}

.hero-section .container .row {
  height: 100%;
}

/*---------------------------------------
    ABOUT              
  -----------------------------------------*/
.about-section.section-padding {
  background-color: var(--dark-color);
  padding-top: 30px;
}

.text-container {
  max-width: 1000px;
}

.smm-text-container {
  max-width: 1320px !important;
}

.about-text-wrap {
  position: relative;
}

/*---------------------------------------
    ARTISTS              
  -----------------------------------------*/
.artists-thumb {
  position: relative;
  overflow: hidden;
}
.artists-thumb video[poster] {
  object-fit: cover;
  transform: scale(100%);
}
.artists-thumb:hover video[poster] {
  transform: scale(1.1);
  transition: transform 5s ease;
  filter: blur(5px);
}
.artists-thumb.active video[poster] {
  transform: scale(1);
}

.artists-image {
  display: block;
  width: 100%;
}

.artists-thumb:hover .artists-hover {
  transform: translateY(0);
  opacity: 1;
  z-index: 2;
}

.artists-image-wrap:hover .artists-hover {
  pointer-events: auto;
  /* Ermöglicht Klickereignisse, wenn übergeordnetes Element gehovt wird */
}

.artists-hover {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: var(--border-radius-medium);
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  margin: 20px;
  padding: 35px;
  transition: all 0.5s ease;
  transform: translateY(100%);
  position: absolute;
  bottom: 25%;
  right: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 991px) and (max-width: 1200px) {
  .artists-hover {
    bottom: 2% !important;
  }
}
.artists-hover p strong {
  color: var(--white-color);
  display: inline-block;
  min-width: 160px;
  margin-right: 20px;
}

.artists-hover p {
  color: var(--white-color);
  font-weight: 700;
}

.artists-hover p a:hover {
  color: var(--white-color);
}

.artists-hover hr {
  margin: 1.5rem 0;
}

/*---------------------------------------
    SCHEDULE              
  -----------------------------------------*/
.partner__slider li {
  padding: 10px;
}
.partner__slider li .slide__img {
  background-position: center;
  height: 134px;
  background-size: contain;
  background-repeat: no-repeat;
  display: grid;
}

.table-responsive {
  filter: drop-shadow(2px 2px 4px #606060);
}

.schedule-table {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.schedule-table .bg-warning {
  background: #f0a5a5 !important;
}

.schedule-table thead th {
  background-color: var(--secondary-color);
}

.schedule-table th,
.schedule-table tr,
.schedule-table td {
  border-bottom-color: #363a3e;
  padding: 30px;
}

.schedule-table tr:last-child th,
.schedule-table tr:last-child td {
  border-bottom-color: transparent;
}

.schedule-table thead th {
  border-right: 1px solid #c7460a;
  border-bottom-color: transparent;
}

.schedule-table th + td {
  border-bottom: 0;
}

.schedule-table thead th:last-child {
  border-right-color: transparent;
}

.schedule-table .pop-background-image {
  background-image: url("../images/artists/joecalih-UmTZqmMvQcw-unsplash.jpg");
}

.schedule-table .rock-background-image {
  background-image: url("../images/artists/abstral-official-bdlMO9z5yco-unsplash.jpg");
}

.schedule-table .country-background-image {
  background-image: url("../images/artists/soundtrap-rAT6FJ6wltE-unsplash.jpg");
}

.table-background-image-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: none;
  position: relative;
}

.schedule-table h3,
.schedule-table p {
  color: var(--white-color);
  position: relative;
  z-index: 2;
}

/*---------------------------------------
    CONTACT               
  -----------------------------------------*/
.google-map {
  border-radius: var(--border-radius-medium);
}

.contact-section {
  overflow-x: hidden;
}

.contact-content div {
  min-height: 100px;
  border-bottom: 1px solid white;
  width: 100%;
}
.contact-content h3 {
  font-size: 20px;
}

@keyframes onAutoFillStart {}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #020204 inset;
  -webkit-text-fill-color: white;
  transition: background-color 5000s ease-in-out 0s;
}

/*---------------------------------------
    CUSTOM FORM               
  -----------------------------------------*/
.custom-form .form-control,
.custom__button {
  color: var(--white-color);
  background-color: var(--dark-color);
  margin-bottom: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  outline: none;
}

.custom__button {
  min-width: 200px;
}

.custom-form button[type=submit],
.custom__button {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--dark-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type=submit]:hover,
.custom-form button[type=submit]:focus,
.custom__button:hover,
.custom__button:focus {
  background: var(--custom-btn-bg-hover-color);
  outline: 1px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

#contact-section-id {
  scroll-margin-top: 100px;
}

/*---------------------------------------
    SITE FOOTER              
  -----------------------------------------*/
footer {
  border-top: 1px solid #1f1c1c;
}

.site-footer__content {
  padding-bottom: 0 !important;
}
.site-footer__content .social-icon-item {
  transform: scale(1.5);
}
.site-footer__content a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-footer__content .privacy-policy {
  text-decoration: none !important;
}

.site-footer {
  background-color: #020222;
  position: relative;
  overflow: hidden;
  padding-bottom: 0px !important;
}

.site-footer-top {
  background-image: url(images/nicholas-green-unsplash-blur.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-footer-bottom {
  background-color: var(--dark-color);
  border-top: 1px solid #1f1c1c;
  margin-top: 60px;
}

.site-footer-title {
  color: var(--white-color);
}

.site-footer-link,
.copyright-text {
  color: var(--white-color);
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}

/*---------------------------------------
    SOCIAL ICON               
  -----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: #020222;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--copyright-font-size);
  display: block;
  margin-right: 10px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--white-color);
  color: var(--dark-color);
}

.social-icon-link span {
  display: block;
}

.social-icon-link span:hover::before {
  animation: spinAround 2s linear infinite;
}

.lg-thumb .lg-thumb-item:last-child {
  display: none !important;
}

#scrollToTopBtn {
  position: fixed;
  bottom: 95px;
  right: 10px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  -o-border-radius: 52px;
  -moz-border-radius: 52px;
  -webkit-border-radius: 52px;
  border-radius: 52px;
  border: 2px solid #e8e8e8;
  background: transparent;
}
#scrollToTopBtn span {
  color: white;
  content: "";
  border-right: 3px solid white;
  border-top: 3px solid white;
  width: 20px;
  height: 20px;
  display: inline-block;
  transform: rotateZ(-45deg);
  position: relative;
  top: 5px;
}

#scrollToTopBtn:hover {
  background-color: var(--dark-color);
  /* Hintergrundfarbe beim Hovern */
  transform: scale(1.1);
  /* Vergrößern beim Hovern */
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*---------------------------------------
    datenschutz.html              
  -----------------------------------------*/
.privat-policy {
  margin-top: 200px;
  margin-bottom: 200px;
}
.privat-policy p {
  font-size: larger;
  font-weight: 500;
}
.privat-policy li {
  color: white;
  font-size: larger;
  font-weight: 500;
}

/*---------------------------------------
    about.html              
  -----------------------------------------*/
.section-about {
  margin-top: 100px !important;
  margin-bottom: 25px !important;
}

/*---------------------------------------
   foto.html              
  -----------------------------------------*/
.gallery-item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.4s cubic-bezier(0.25, 1, 0.5, 1), filter 0.4s ease-in-out;
  cursor: pointer;
}

.gallery-item img {
  display: block;
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), filter 0.4s ease-in-out;
}

.gallery-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s ease-in-out;
}

.gallery-item:hover {
  transform: scale(1.03);
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.3);
}

.gallery-item:hover img {
  transform: scale(1.08);
  filter: brightness(85%) saturate(1.1);
}

.gallery-item:hover::after {
  background: rgba(0, 0, 0, 0.2);
}

/*---------------------------------------
    smm           
  -----------------------------------------*/
.screenshot-carousel {
  position: relative;
  width: 253px;
  height: 500px;
  padding: 15px;
  margin-right: 30px;
}

.ul-check-lg {
  padding: 0;
  list-style: none;
}
.ul-check-lg li:before {
  margin-right: 5px;
}

.custom_smm_button:hover a {
  color: var(--white-color);
}

.smm-contact-link {
  color: var(--dark-color);
}
.smm-contact-link:hover {
  color: var(--white-color);
}

.screenshot-carousel::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/screenshot-frame.png) center center no-repeat;
  background-size: 253px 500px;
  z-index: 1;
  pointer-events: none;
}

.screenshot-carousel .owl-item img {
  position: relative;
  width: 223px;
  height: 470px;
}

.screenshot-carousel .owl-dots {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.screenshot-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  width: 15px;
  height: 15px;
  background: linear-gradient(to bottom right, var(--dark-color), var(--primary-color));
  border-radius: 15px;
  transition: 0.5s;
}

.screenshot-carousel .owl-dot::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 5px;
  left: 5px;
  background: #FFFFFF;
  border-radius: 5px;
}

.screenshot-carousel .owl-dot.active {
  box-shadow: 0 0 10px var(--dark-color);
}

/*---------------------------------------
    slider shake             
  -----------------------------------------*/
@keyframes appleStyle {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.apple-animation {
  animation: appleStyle 0.35s forwards;
  animation-iteration-count: 2;
}

footer {
  padding-bottom: 0;
}

/*---------------------------------------
    RESPONSIVE STYLES               
  -----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 28px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .section-padding {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .navbar {
    background-color: #020222;
  }
  .navbar-expand-lg .navbar-nav {
    padding-bottom: 30px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
  }
  .pricing-thumb {
    padding: 35px;
  }
  .schedule-table h3 {
    font-size: 22px;
  }
  .schedule-table th {
    padding: 20px;
  }
  .schedule-table tr,
  .schedule-table td {
    padding: 25px;
  }
  .ticket-section {
    padding-top: 130px;
  }
  .ticket-form {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .custom-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
  .artists-hover p strong {
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 52px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
}
@media screen and (min-width: 991px) {
  #scrollToTopBtn {
    right: 50px !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav {
    height: 100vh;
  }
  .site-footer-bottom {
    margin-top: 0;
  }
  .privat-policy {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0 30px;
  }
  .privat-policy h1 {
    font-size: 26px;
  }
  .artists-thumb:hover .artists-hover {
    display: block;
  }
  .artists-thumb .artists-hover {
    position: unset;
    display: none;
    padding: 10px;
  }
}

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