


/* barlow-condensed-100 - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/barlow-condensed-v12-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-condensed-v12-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-condensed-v12-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-condensed-v12-latin-100.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}

/* barlow-condensed-200 - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/barlow-condensed-v12-latin-200.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-condensed-v12-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-condensed-v12-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-condensed-v12-latin-200.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}

/* barlow-condensed-300 - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/barlow-condensed-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-condensed-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-condensed-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-condensed-v12-latin-300.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}

/* barlow-condensed-regular - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/barlow-condensed-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-condensed-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-condensed-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-condensed-v12-latin-regular.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}

/* barlow-condensed-500 - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/barlow-condensed-v12-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-condensed-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-condensed-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-condensed-v12-latin-500.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}

/* barlow-condensed-600 - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/barlow-condensed-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-condensed-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-condensed-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-condensed-v12-latin-600.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}

/* barlow-condensed-700 - latin */
@font-face {
  font-family: 'Barlow Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/barlow-condensed-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/barlow-condensed-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/barlow-condensed-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/barlow-condensed-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/barlow-condensed-v12-latin-700.svg#BarlowCondensed') format('svg'); /* Legacy iOS */
}


body{
  
  font-family: 'Barlow Condensed', sans-serif;
  font-size:auto;
  font-weight:300;
 /* background:#b70523;*/
   background:#b60335;
  
}



html::before {
  content: ' ';
  display: block;
  background-image: url('../img/LetsDance_bg-1.jpg');
  background-position: center;
  background-size: cover;
  height: 100vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10; // This is pretty important.
}


/* For mobile devices */
@media only screen and (max-width: 767px) {
html::before {
  content: ' ';
  display: block;
  background-image: url('../img/LetsDance_bg-1.jpg') !important;
  background-position: center;
  background-size: cover;
  height: 50vh;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: -10; // This is pretty important.
}

  }
 


  h1 {
  font-family: 'Barlow Condensed', sans-serif !important;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.0rem !important;
  line-height: 1em;
  letter-spacing: 0.02em;
    color:#FFF;
}

  @media only screen and (max-width: 640px){
h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.05em;
  color:#FFF;
}
}

h2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;

  line-height: 1.2em;
}

 @media only screen and (max-width: 640px){
h2 {
    font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.2em;
}
}

p, p a{
  font-size: 1.2em;
}

#moreText {
       display: none;
    }

.top-bar-blank{
  background: transparent;
  /*background: rgb(0,0,0);
  background: linear-gradient(47deg, rgba(0,0,0,1) 0%, rgba(14,27,33,1) 71%, rgba(38,73,90,1) 100%); */
  height:80px;
  width:100%;


}

#wrapper{ 
    width:100%;
    background: #57e700;
    margin: 0 !important;
    border-bottom: 2px solid #000;
    position: absolute;
    top: 0;
}





#content{
  background: transparent;

}

.bg-box-headline{
    /* Background pattern from Toptal Subtle Patterns */
    height: 130px;
  color: #222;
  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0px 0px 0px;
  padding: 20px;
  background:rgba(251, 249, 244, 0.8);
  z-index: 900;
  background:#f8773c;
  background-image: url(../img/ld-bg-headl.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top left;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
  border-radius: 10px;
  border-bottom-right-radius: 0px;
  border:1px solid #f51c37;
  border-bottom: none;
}


.bg-box-headline h1{
  width:100%;
  text-transform: none !important;
  line-height:32px;
  font-size: 3em !important;
}


.nav-box{
  width:100%;
  height:90px;
  padding:20px 0px 0px 0px; 
  margin-top:0;
  text-align: center;
 
}

/* For small only */
@media screen and (max-width: 39.9375em) {
 .nav-box{
  width:100%;
  height:70px;
 
  padding:10px 0px 0px 0px;
  text-align: center;
  
  }
}

.nav-box-wrapper{
  width:420px;
  display:flex;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 39.9375em){
.nav-box-wrapper{
  width:310px;
  display:flex;
  text-align: center;
  margin: 0 auto;
}
}

.btn-icon-box{
  margin:0 auto;
}


.bg-box{
    /* Background pattern from Toptal Subtle Patterns */
  color: #222;
  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0px 20px 0px;
  padding:0px 20px;
  background:rgba(78, 10, 15, 0.8);
  z-index: 900;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
  border-radius: 16px;
  border:1px solid #ba0926;
  display: inline-block;

}

.bg-box-eticker{
    /* Background pattern from Toptal Subtle Patterns */
  color: #222;
  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0px 3px 0px;
  padding: 20px;

  background-image: url(../img/ld-bg-headl-20-w.png);
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 900;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
   border-radius: 16px;
}

.eticker-txt-w{
  font-size: 1.2em;
}
.bg-box-2{
    /* Background pattern from Toptal Subtle Patterns */
  color: #fff;
  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0px 20px 0px;
  padding: 20px;
  background:rgba(213, 48, 0, 0.8);
  z-index: 901;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
 border-radius: 16px;
 border:1px solid #ba0926;
}

.bg-box-video{
    /* Background pattern from Toptal Subtle Patterns */
  color: #222;
  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0px 5px 0px;
  padding: 0px  auto 0px auto;
  text-align: center;
  background: rgba(78, 10, 15, 0.8);
  z-index: 900;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
  border-radius: 30px;
  border: 1px solid #ba0926;

}

.bg-box-spezial{
    /* Background pattern from Toptal Subtle Patterns */

  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0px 20px 0px;
  padding: 20px;
  /*background:rgba(244, 67, 61, 0.8);*/
  background:rgba(187, 11, 103, 0.8);
  z-index: 901;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
 border-radius: 16px;
 border:1px solid #ba0926;
    z-index: 1000;
}

@media screen and (max-width: 39.9375em) {
.bg-box-spezial{
    /* Background pattern from Toptal Subtle Patterns */
  color: #fff;
  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0px 20px 0px;
  padding: 20px;
  background:rgba(187, 11, 103, 0.8);
  z-index: 901;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
 border-radius: 30px;
 border:1px solid #ba0926;
 z-index: 900;
}
}


.bg-box-3{
    /* Background pattern from Toptal Subtle Patterns */
  color: #fff;
  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  margin: 20px 0px 20px 0px;
  padding: 20px;
  background:rgba(248, 95,47, 0.8);

  background-image: url(../img/ld-bg-hotel.jpg?=1.1);
  background-position: top center;
  background-repeat: no-repeat;
  border-radius:30px;
  z-index: 901;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
 border-radius: 16px;
   border: 1px solid #ba0926;
}

.bg-box-4{
    /* Background pattern from Toptal Subtle Patterns */
  color: #fff;
  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  margin: 20px 0px 20px 0px;
  padding: 20px;
  background:rgba(248, 95,47, 0.8);

  background-image: url(../img/ld-bg-hotel-2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  border-radius:30px;
  z-index: 901;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
 border-radius: 16px;
   border: 1px solid #ba0926;
}

.bg-box-3 h4, .bg-box-eticker h4, .bg-box-4 h4,{
  line-height: 1.7rem;
  font-size: 1.3em;
}
.bg-box-2 p, .bg-box-2 h3{
  color: #fff;
}

.bg-box-2 p a{
  color: #000;
  font-weight: 800;
}

.bg-box-h1-font{
    /* Background pattern from Toptal Subtle Patterns */
  color: #fff;
  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 1.0em;
  z-index: 900;
  font-weight:500 !important;
  padding-bottom: 20px;
}


.rub-ue{
  height:70px;
  font-size:3.0em;
  color:#fff;
  font-weight: 800;
  padding-top: 13px;
}

/* For medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em)  {

.rub-ue{
  height:70px;
  font-size:2.7em;
  color:#fff;
  font-weight: 800;
  padding-top: 13px;
}
}

/* For small only */
@media screen and (max-width: 39.9375em) {
  .rub-ue{
  height:50px;
  font-size:2.1em;
  color:#fff;
  font-weight: 800;
  padding-top: 13px;
}
}

.rub-ue-ti{
  height:70px;
  font-size:3.0em;
  color:#000;
  font-weight: 800;
  padding-top: 13px;
}

.rub-ue-red{
  height:70px;
  font-size:3.1em;
  color:#fff;
  font-weight: 800;
  margin-top:6px;
}

.rub-ue-spezial{
  height:70px;
  font-size:2.2em;
  color:#fff;font-weight: 800;
  padding: 35px 0px 0px 15px;
}

.rub-ue-hot{
  font-size:3.0em;
  color:#fff;
  font-weight: 800;
  margin-top: 12px;
    height:57px;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em)  {
  .rub-ue-hot{
  font-size:2.1em;
  color:#FFF;
  font-weight: 800;
  height:57px;
  margin-top: 15px;
}
}

  @media only screen and (max-width: 640px){
.rub-ue-hot{
  font-size:2.2em;
  color:#FFF;
  font-weight: 800;
  height:57px;
  margin-top: 15px;
}
}


.rub-ue-tou{
  font-size:4em !important;
  height:60px;

}



  @media only screen and (max-width: 640px){
.rub-ue-tou{
  font-size:4em;
  color:#000;
  font-weight: 800;
    height:60px;
  margin-top: 15px;
}
}


h3{
    font-size: 1.6em;
    font-weight: 800;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

span.line {
  background: #fff;
  display: inline-block;
  width: 100%;
  height: 0.9em;
  margin: 0;
  clear: both;
  border-radius: 10px;
  b background: rgb(33,87,113);
  background: linear-gradient(94deg, rgba(33,87,113,0) 0%, rgba(253,122,133,1) 18%, rgba(230,91,103,1) 48%, rgba(253,122,133,1) 82%, rgba(7,180,171,0) 100%);
}

.icon-details,.icon-pin, .icon-hotel, .icon-tickets, .icon-anreise, .icon-tour, .icon-eticker{
  width:62px;
  height:62px;
  margin:3px 6px 10px 0px;
  border:1px solid #f87339;
  border-radius: 45px;
  background: rgba(252, 252, 252, 0.8);
  padding: 3px;
}

.icon-details:hover, .icon-pin:hover, .icon-hotel:hover, .icon-tickets:hover, .icon-anreise:hover, .icon-tour:hover, .icon-eticker:hover{

  background:rgba(245, 124, 65, 0.8);

}

@media screen and (max-width: 39.9375em) {
  .icon-details,.icon-pin, .icon-hotel, .icon-tickets, .icon-anreise, .icon-tour, .icon-eticker{
  width:46px;
  height:46px;
  margin:3px 6px 10px 0px;
  border:1px solid #f87339;
  border-radius:30px;
}
}


.icon-details-ue{
   width:65px;
  height:65px;
  margin:8px 4px 5px 0px;
}

/* For small only */
@media screen and (max-width: 39.9375em) {
  .icon-details-ue{
   width:50px;
  height:50px;
  margin:10px 4px 5px 0px;
}
}


.icon-preis-ue{
   width:60px;
  height:60px;
  margin:14px 10px 5px 0px;
}

/* For small only */
@media screen and (max-width: 39.9375em) {
.icon-preis-ue{
   width:45px;
  height:45px;
  margin:10px 4px 5px 0px;
}
}

/* For small only */
@media screen and (max-width: 39.9375em) {
  .icon-details-ue{
   width:45px;
  height:45px;
  margin:10px 4px 5px 0px;
}
}

.icon-info-ue{
   width:60px;
  height:60px;
  margin:14px 10px 5px 0px;
}

/* For small only */
@media screen and (max-width: 39.9375em) {
.icon-info-ue{
   width:45px;
  height:45px;
  margin:10px 4px 5px 0px;
}
}

.icon-tickets-ue{
  width:84px;
  height:55px;
  margin:16px 4px 5px 15px;
}

.icon-hotel-ue{
  width: 60px;
  height: 60px;
  margin: 10px 4px 0px 0px;
}

.icon-tickets-ue-tour{
  width:74px;
  height:63px;
  margin:16px 14px 5px 0px;
}

.icon-pin-ue{
  width:45px;
  height:45px;
  margin:15px 14px 5px 0px;
}

.icon-weg-ue {
  width: 55px;
  height: 55px;
  margin: 8px 0px 5px 0px;
  float:left;
}

.anreise-box p{
  color:#FFF;
}

.box-txt-wh{
  color:#fff;
  padding: 15px 0px 5px 10px;
}

.trs-tp{
  height:110px;width:100%;

}

.btn-eticker-txt, .btn-eticker-txt:visited {
  color: #000 !important;
  font-weight: 400;
  font-size: inherit;
}

.bg-box-eticker h4, .bg-box-eticker a{
  color:#FFF !important;
}

/* For large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
 .trs-tp {
  height:110px;
  width:100%;

  }
}


/* For medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em)  {
  .trs-tp
{
   height:150px;
   width:100%;

  }
}


/* For small only */
@media screen and (max-width: 39.9375em) {
  .trs-tp
{
   height:100px;
   width:100%;
  }
}


@media only screen and (max-width: 767px) {
.bg-box {
  color: #222;
  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0px 15px 0px;
  padding: 0px 15px;
  background:rgba(78, 10, 15, 0.8);

  z-index: 900;
}
}



.bg-box-ti {
     /* Background pattern from Toptal Subtle Patterns */
  color: #222;
  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0px 10px 0px;
  padding: 5px;
  background:rgba(251, 249, 244, 0.8);
  z-index: 900;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
 border-radius: 16px;
 border:1px solid #ba0926;
 padding-bottom: 20px;
}


@media only screen and (max-width: 767px) {
.bg-box-ti {
  color: #222;
  cursor: auto;
  font-style: normal;
  line-height: 1.5;
  margin: 0 0px 15px 0px;
  padding: 5px;
  background:rgba(251, 249, 244, 0.8);
  z-index: 900;
  padding-bottom: 20px;
}
}

.bg-box-1{
  margin: 0px 15px 0px 15px;
  padding: 15px; 
  color:#fff;
  border-radius: 15px;
  font-style: normal;
  line-height: 1.5;
  background-image: url(../img/bg-li-rap.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
  transform: rotate(-16deg);
  z-index: 800;
  border:1px solid #ba0926;

}

.icon-nav{
  margin:0px auto 20px auto !important; 
}


.pink-bg-font {
  background-color: #a5134c;
  font-size:1.15em;
  font-weight:400;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #FFF !important;
  display: inline;
  padding: 4px 8px;

}

/* For small only */
@media screen and (max-width: 39.9375em) {

.bg-box-1{
  margin: 0px 15px 0px 15px;
    z-index: 800;
}
}

.th-banner{
 background: rgb(103,41,64);
background: linear-gradient(111deg, rgba(103,41,64,1) 0%, rgba(222,103,167,1) 29%, rgba(186,48,85,1) 92%, rgba(137,21,40,1) 100%); 
  height:85px;
  padding:5px 10px 5px 10px;
  margin:15px 0px 10px 0px;
  color: #fff;
}

.th-banner p, .th-banner h2 a, .th-banner p a{
   color: #fff !important;
}

.fussnote{
  color:#000;
  text-align:right !important;
}

.copyright{
  font-size: 1em;
  color:#fff;
  font-family: 'Barlow Condensed', sans-serif;
  text-align: right;
  margin:0px 5px 0px 0px;
}

.copyright-1{
  font-size: 1em;
  color:#fff;
  font-family: 'Barlow Condensed', sans-serif;
  text-align: center;
  margin:0px 5px 0px 0px;
}

.copyright-2{
  font-size: 1em;
  color:#fff;
  font-family: 'Barlow Condensed', sans-serif;
  text-align: right;
  margin:0px 5px 5px 0px;
  padding-top:0px !important;
}
.txt-kstl{
  font-size: 1.15em !important;
}

.ellipsisbutton {
  font-size: 0.90em;
  margin: 1.1em 0em 0em 0em;
  padding: 0.4em 1.2em !important;
  color: #fff;
  background-color: #000;
  border: 1px solid #f9c967;
  border-radius: 5px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;

  
}


.ungerade{
  background:rgba(229, 229, 229, 0.35);
}


.main-links {
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.main-links h4 {
  font-family: "Sanchez", serif;
}

@media screen and (max-width: 39.9375em) {
  .main-links h4 {
    font-size: 1.5rem;
  }
}

.main-links .columns {
  position: relative;
}

.main-links .title-box {
  text-align: center;
  background: white;
  color: #4ec6cd;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: .2rem 1rem;
}

.main-links .title-box .title-box-title {
  margin-bottom: 0;
}

.main-links .title-box .title-box-title:hover {
  color: #227479;
  transition: color .3s ease-in;
}

@media screen and (max-width: 39.9375em) {
  .main-links img {
    height: 250px;
    display: block;
    margin:0.5rem auto;
  }
}


.ico-circle{
  width:50px;
  height:50px;

  float:left;
  border:2px solid #000;
  text-align: center; 
  border-radius: 100px;
  margin: 5px 0px 10px 10px;
  padding:6px;
  margin:0px 10px 0px 0px;
  background:#f5f3ee;
}

@media screen and (max-width: 39.9375em) {
 .ico-circle{
  width:40px;
  height:40px;

  float:left;
  border:2px solid #000;
  text-align: center; 
  border-radius: 100px;
  margin: 0px 10px 3px 0px !important;
  padding:6px;
  margin:0px 10px 0px 0px;
  background:#f5f3ee;
}
}

.ico-circle img{
  margin-top:0px;
  text-align: center;
}

@media screen and (max-width: 39.9375em) {
.ico-circle img{
  margin-top:0px;
  text-align: center;
}

}
.mindestalter{
  width:50px;
  height:50px;
  
  float:left;
  border:2px solid #000;
  text-align: center; 
  border-radius: 100px;
  margin: 0px 0px 13px 0px;
  padding:5px 0px 0px 5px;
  background:#f5f3ee;
}


@media screen and (max-width: 39.9375em) {
.mindestalter{
  width:40px;
  height:40px;
  background-size: 100% !important;
  float:left;
  border:2px solid #000;
  text-align: center; 
  border-radius: 100px;
  margin: 0px 0px 13px 0px;
  padding:5px 0px 0px 5px;
  background:#f5f3ee;
}
}

.plus{
  position:relative;top:-7px;
}

.mindestalter-txt{
  padding:10px 0px 0px 10px;
  float:left;
}

.mod-name{
  padding:10px 0px 0px 0px;
  float:left;
}

.mod-name h4, .mindestalter-txt h4{
  font-size:1.15em;
  line-height: 1.2em;
  color:#fff;
    padding:0px 10px 0px 0px;
}

@media screen and (max-width: 39.9375em) {
.mod-name h4, .mindestalter-txt h4, .mindestalter h3{
  font-size:1.0em;
  line-height: 1.2em;
}
}


@media screen and (max-width: 39.9375em) {
.mindestalter h3{
  font-size:1.2em;
  line-height: 1.2em;
}
}










/* Termine */

.button {
  background-color: #000;
  color: #FFF !important;
  border-radius: 0;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  -webkit-appearance: none;
}


.btn_termin_wrapper a {
  margin-bottom: 0em;
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
  display: block;
}

.btn_tickets_buchen_info {
  font-size: 0.75rem;
  width: 80px;
  padding: 0.4em 0.4em !important;
}

.btn_termin_wrapper a:hover {
  color: #FF009d !important;
}

.btn_termin_wrapper a:visited {
  color: #FFF !important;
}

.th-banner p{
  font-size: 1em !important;
  padding-bottom: 5px;
  line-height:1.1em !important;
}

.button.small, button.small {
  padding: .875rem 1.75rem .9375rem;
  font-size: .8125rem;
  border-radius: 0em;
}

.date {
  position: relative;
  width: 52px;
  font-family: 'Open Sans', sans-serif;
  color: #333333;
  margin: 0em 8px 0px 0px;
  float: left;
  height: 54px;
  background: #e25a72;
  padding: 0em;
  -webkit-border-radius: 0.3em;
  border-radius: 0em;
  border: 1px solid #e25a72;
}

.month {
  top: 33px;
  left: 3;
  font-size: 0.6em;
  text-transform: uppercase;
  font-weight: bold;
  left:5px;
}
.day, .month, .year, .wo {
  position: absolute;
}

.day {
  font-size: 1.1em;
  font-weight: bold;
  top: 13px;
  left:5px;
}

.year {
  top: 15px;
  right: -0.55em;
  font-size: 0.9em;
  letter-spacing: 0.08em;
  rotation: -90deg !important;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color:#000;
  font-weight: 400;
}

.btn_termin_wrapper {
  margin-right: 0em;
  margin-left:0em;
}

.preis {
  width: 80px;
  background: #F2F2F2;
  padding: 0.3em 0em 0.6em 0em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.8em;
  border-radius: 0em !important;

  border: 1px solid #D9D9D9;
  border-top-color: rgb(217, 217, 217);
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  margin-right: 0.5em;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.75em;
}

.btn_termin_wrapper a {
  margin-bottom: 0em;
  border-bottom-left-radius: 0em !important;
  border-bottom-right-radius: 0em !important;
  display: block;
  letter-spacing:1px;
}

.wo {
  top: 0.5em;
  left: 3;
  font-size: 0.6em;
  text-transform: uppercase;
  left:5px;
  color: #000;
  font-weight: 400;
}
.date {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.alert:hover {
  color: #9d0061;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.1em;
}



.termin_abholen {
  font-size: 0.9em !important;
  padding: 0em !important;
  margin: 0;
  text-align: left !important;
}

.termin_headline {
  font-size: 1em;
  font-weight: 600;
  padding: 0;
  margin: 0;
  margin-top: -0.2em;
  text-align: left !important;
}

@media only screen and (max-width: 640px)
  {
.termin_headline {
  font-size: 0.9em;
}
}

.date_wrapper {
  display: table;
  margin: 0em;
  padding: 0.5em 0;
  width: 100%;
}

.date_infos {
  width:100%;
  max-width: 14em;
  padding-left: 0em !important;
}

@media screen and (min-width: 40em) and (max-width: 63.9375em)  {
.date_infos {
  width: 9em;
  max-width:13em;
  padding-left: 0em !important;

}
}

@media only screen and (max-width: 767px){
.date_infos {
  width: 10em;font-size: 16px;
  padding-left: 0em !important;
}
}

.termine_wrapper .gerade {
  background: rgba(255,255,255,0.4) !important;
  
}

.termine_wrapper .ungerade {
  background: rgba(153,153,153,0.1) !important;
}


.date_wrapper {
  display: table;
  margin: 0em;
  padding: 0.5em 0;
  width: 100%;
}

.hinweis{ 
  font-size:0.9em !important;
  padding-top:0.1em;
  margin:0;
  color: #000;
  line-height:1.1em !important;
  text-align: left;
}

.bg-box{
  text-align: justify !important;
}

a{
  color:#000 !important;
}

a:visited{
  color:#000 !important;
}

.footer-special{
  padding-left:45px;
}

.bg-box-1 table{
  background: transparent !important;

}

.bg-box-1 table td{
  background: transparent !important;
  color:#fff !important;
  vertical-align: top;
  font-size: 1em;
  padding:0px 10px 0px 0px;
}

.bg-box-1 table td a{
  
  color:#fff !important;

}


/* The ribbon */
.ribbon {
  width: 30px;
  height: 80px;
  background-color: #ede734;
  position: relative;
  left: 270px;
  top:0px;
  box-shadow: 30px 0px 10px 0px rgba(0, 0, 0, 0.2), 1px 3px 10px 0 rgba(0, 0, 0, 0.89)


}


@media screen and (max-width: 39.9375em) {
.ribbon {
  width: 30px;
  height: 80px;
  background-color: #ede734;
  position: relative;
  right: -280px;
  top:0px;
  box-shadow: 30px 0px 10px 0px rgba(0, 0, 0, 0.2), 1px 3px 10px 0 rgba(0, 0, 0, 0.89)

}
}



.ribbon p{
  transform: rotate(90deg);
  padding-left: 25px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  letter-spacing: 0.09em;
  font-size: 1em;
  text-transform: uppercase;

}



.ribbon:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -10px;
  border-left: 15px solid #ede734;
  border-right: 15px solid #ede734;
  border-bottom: 10px solid transparent;
    box-shadow: 50px 0px 10px 0px rgba(0, 0, 0, 0.2), 20px 56px 50px 0px rgba(0, 0, 0, 0.89);

}


.alert {
  background: #bd1900 !important;
  color: #9d0061;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1em;
  margin: 0px 0px 3px 0px;
  padding-left: 10px 0.3em;
  line-height: 1.1em;
}

.zusatz-li{
  list-style-type: circle !important;
}



#textButton{
  background: linear-gradient(-60deg, #5c1501, #d53000, #8e1400);
  cursor: pointer;
  padding: 0px;
  margin: 0.2em 0em 1em 0em;
  padding: 0.6em 1.2em !important;
  border: none;
  text-align: left;
  outline: none;
  font-size:1.2em;
  transition: 0.4s;
  border-radius: 5px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  color:#fff !important;
  border-radius:0px;
  box-shadow: 0 5px 15px rgba(23, 18, 21, .4);
  border-radius:30px;
}

#textButton:hover, #textButton:visited{
  color:#fff !important;
}


#textButton2{
  background: linear-gradient(-60deg, #5c1501, #d53000, #8e1400);
  cursor: pointer;
  padding: 0px;
  margin: 0.2em 0em 1em 0em;
  padding: 0.6em 1.2em !important;
  border: none;
  text-align: left;
  outline: none;
  font-size:1.2em;
  transition: 0.4s;
  border-radius: 5px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  color:#fff !important;
  border-radius:0px;
  box-shadow: 0 5px 15px rgba(23, 18, 21, .4);
  border-radius:30px;
}

#textButton2:hover, #textButton2:visited{
  color:#fff !important;
}


#textButton3{
  background: linear-gradient(-60deg, #5c1501, #d53000, #8e1400);
  cursor: pointer;
  padding: 0px;
  margin: 0.2em 0em 1em 0em;
  padding: 0.6em 1.2em !important;
  border: none;
  text-align: left;
  outline: none;
  font-size:1.2em;
  transition: 0.4s;
  border-radius: 5px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  color:#fff !important;
  border-radius:0px;
  box-shadow: 0 5px 15px rgba(23, 18, 21, .4);
  border-radius:30px;
}

#textButton3:hover, #textButton3:visited{
  color:#fff !important;
}



a:visited {
  color: #fff !important;
}

.impressum{
  color:#fff !important;
}

.zusatz{
      background: rgba(211,0,133,0.2) !important;
      padding: 10px;
      border-radius: 15px;: 
}



.img-fluid {
  width: 100%;
  max-width: 100% !important;
  height: auto;
  border-radius:15px !important; 
 
 
}

.box-img-re {
 border-radius:15px !important; 
 margin-top: -6px;
 margin-bottom: 20px;
 transform: rotate(8deg);
 box-shadow:0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89)
}

.pink{
  color:#f303a6 !important;
}


a.pink:visited{
  color:#f303a6 !important;

}

.button.small, button.small {
  padding: .875rem 1.75rem .9375rem;
  font-size: .8125rem;
  background:#e25a72;
}

.button.small:hover, button.small:hover {
  padding: .875rem 1.75rem .9375rem;
  font-size: .8125rem;
  background:#000;
  color:#FFF !important;
}

.img-jury img{
    box-shadow:0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
}

/* Orbit Begin  */

.example-orbit li {
  width: 100vw;
  height: 55vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.example-orbit li:nth-child(1n) {
  background-image: url('../img/letsdance_team.jpg');
}
.example-orbit li:nth-child(2n) {
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/50535/SED_wall_1920x1200.jpg');
}
.example-orbit li:nth-child(3n) {
  background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/50535/500519main_aurora2000-orig_full.jpg');
}


/*  Orbit end  */




/* Button */

#morebutton {
  width: 150px;
  height:50px;
  border-radius:180px;
  position:relative;
  left:calc(50% - 75px);
  top:calc(50% - 25px);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  cursor:pointer;
  line-height:12px;
}

#morebutton:before {
  content:'';
  z-index:1;
  position:absolute;
  display:block;
  width:80%;
  height:70%;
  top:15%;
  left:10%;
  transition: 0.3s opacity ease-in-out;
  filter:blur(15px);
  opacity:0;
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
}

#morebutton:hover:before {
  opacity:1;
  transition: 0.3s opacity ease-in-out;
  filter:blur(25px);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);  
}

#morebutton:after {
  content:'CLICK ME!';
  text-align:center;
  line-height:40px;
  font-size:18px;
  color:rgba(235,235,235,1);
  font-weight:bold;
  z-index:5;
  position:absolute;
  display:block;
  border-radius:180px;
  width:92%;
  height:80%;
  top:10%;
  left:4%;  
  background-color:rgb(19, 20, 22);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.sticky + .content {
  padding-top: 102px;
}

.marquee {
    max-width: 100vw; /* iOS braucht das */
    white-space: nowrap;
    overflow: hidden;
    background: #000000;
    padding:10px 0px;
    /* hier evtl. noch font-size, color usw. */
  }

  .marquee span {
    display: inline-block;
    padding-left: 105%; /* die zusätzlichen 5% erzeugen einen verzögerten Start und vermeiden so ein Ruckeln auf langsamen Seiten */
    animation: marquee 15s linear infinite;
    font-size: 1.3em;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.09em;
    color:#FFF !important;
    text-transform: uppercase;

  }

  /* Optional: mouseover (oder Tipp auf dem Touchscreen) pausiert die Laufschrift */
  .marquee span:hover {
    animation-play-state: paused 
  }

  /* Make it move */
  @keyframes marquee {
      0%   {transform: translate3d(0,0,0);}
      100% {transform: translate3d(-100%,0,0);}
  }



.send-wrapper div{;
    text-align: center !important;
  margin: 0px auto 10px auto;


    padding: 0 !important;
    display: flex;
flex-wrap: wrap;
justify-content: center; 

}

.send-wrapper h3{
    color:#FFF; 
    text-align:center;
    padding:13px 0px 0px 0px;
    margin:0px;
    text-shadow: 3px 13px 14px #777;
    font-size:2em;

}

.sendbox{
  width:200px;
  height: 120px;
  border-radius:20px;
  display : flex;
  align-items : center;
  background-color: rgb(0 0 0 / 0.3);
  backdrop-filter: blur(10px);
  border: 4px solid #232d32;
}

.sendbox .img{
  width:100%;
  padding:20px;
}

.img-footer{
  border: 1px solid #ba0926;
  border-radius: 16px;
  box-shadow:0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89)
}

.container-padded{
  clear:both;
  padding: 20px 0px 0px 0px;
  margin-top:0px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(23,41,67,1) 53%);
}

.svg{
  width:100%; 
  height:auto;
  margin-bottom:-7px !important;
  padding:0px;
}


.footer-navi{
  font-size: 0.9em !important;
  margin-right:20px;
  color:666;
}


.prod-log{
  text-align: center;
}
.txt-prod{
  text-align:center;
  display: block;
}

.txt-prod h4{
 margin-top:10px;
 color: #fff;
 text-transform: uppercase;
 font-weight:400;
 letter-spacing: 10px;
}

.bg-video{
  background-image: url(../img/ld-oben-26-small-1.jpg);
  background-size: cover;
  margin-bottom: 10px;
  clear:both;
  padding: 0px 0px 0px 0px;
  margin-top:0px;
  margin-bottom:20px !important;
  min-height:450px;
  border-bottom: 6px solid #FFF;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 16px 20px 0 rgba(0, 0, 0, 0.89);
}

@media screen and (min-width: 40em) and (max-width: 63.9375em)  {
 .bg-video{
  background-image: url(../img/ld-oben-26-small-1.jpg);
  background-size: cover;
    background-position: center;
  margin-bottom: 10px;
  clear:both;
  padding: 0px 0px 0px 0px;
  margin-top:0px;
    margin-bottom:20px !important;
  min-height:690px;
}
}

@media screen and (max-width: 39.9375em) {
 .bg-video{
  background-image: url(../img/ld-oben-26-small-1.jpg);
    background-position: center;
  background-size: cover;
  margin-bottom: 10px;
  clear:both;
  padding: 0px 0px 0px 0px;
  margin-top:0px;
    margin-bottom:20px !important;
  min-height:450px;
}
}


@media screen and (max-width: 39.9375em) {
.vp-center .player{
  display: flex;
  align-items: center;
  justify-content: center;
  min-width:150px !important;
}
}

.video {
 position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
}

@media screen and (max-width: 39.9375em) {
.video {
 position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 50%;
  transform: none;
}
}

.footer_date {
  margin-right: 20px;
}

iframe {
  max-width: 100%;
}

h1 {
  font-family:monospace;
}

@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

.ue-sendung{
  font-size: 4.6em !important;
  letter-spacing: 5px;
    text-shadow: 3px 3px 14px #444;
  letter-spacing: 6px;
  line-height: 32px;
  padding-top: 0px;
 } 

@media screen and (max-width: 39.9375em) {
 .ue-sendung{
  font-size: 2.6em !important;
  padding-top: 0px;
} } 

.footer_date {
  margin-right:20px;
}

.footer-navi a, .footer-navi a:visited, .footer-navi a:link, .footer-navi a:active, .footer-navi a:hover{
  color:#FFF !important;
}

.gelaendeplan{
   transition: transform 0.2s;
   margin: 0px 0px 10px 0px;
   z-index: 1000;
}

.gelaendeplan:hover{
    transform: scale(1.1, 1.1);
}


/* Animation background Begin */

.bg {

    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -3;
}
.bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.3;
}
@keyframes sf-fly-by-1 {
    from {
        transform: translateZ(-1900px);
        opacity: 0.4;
    }
    to {
        transform: translateZ(0);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-2 {
    from {
        transform: translateZ(-2300px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-1900px);
        opacity: 0.5;
    }
}
@keyframes sf-fly-by-3 {
    from {
        transform: translateZ(-2300px);
        opacity: 0.5;
    }
    to {
        transform: translateZ(-1800px);
        opacity: 0.5;
    }
}
.star-field {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    perspective: 900px;
    -webkit-perspective: 900px;
    z-index: -1;
}
.star-field .layer {
    box-shadow: -411px -476px #cccccc, 777px -407px #d4d4d4, -387px -477px #fcfcfc, -91px -235px #d4d4d4, 491px -460px #f7f7f7, 892px -128px #f7f7f7, 758px -277px #ededed, 596px 378px #cccccc, 647px 423px whitesmoke, 183px 389px #c7c7c7,
        524px -237px #f0f0f0, 679px -535px #e3e3e3, 158px 399px #ededed, 157px 249px #ededed, 81px -450px #ebebeb, 719px -360px #c2c2c2, -499px 473px #e8e8e8, -158px -349px #d4d4d4, 870px -134px #cfcfcf, 446px 404px #c2c2c2,
        440px 490px #d4d4d4, 414px 507px #e6e6e6, -12px 246px #fcfcfc, -384px 369px #e3e3e3, 641px -413px #fcfcfc, 822px 516px #dbdbdb, 449px 132px #c2c2c2, 727px 146px #f7f7f7, -315px -488px #e6e6e6, 952px -70px #e3e3e3,
        -869px -29px #dbdbdb, 502px 80px #dedede, 764px 342px #e0e0e0, -150px -380px #dbdbdb, 654px -426px #e3e3e3, -325px -263px #c2c2c2, 755px -447px #c7c7c7, 729px -177px #c2c2c2, -682px -391px #e6e6e6, 554px -176px #ededed,
        -85px -428px #d9d9d9, 714px 55px #e8e8e8, 359px -285px #cfcfcf, -362px -508px #dedede, 468px -265px #fcfcfc, 74px -500px #c7c7c7, -514px 383px #dbdbdb, 730px -92px #cfcfcf, -112px 287px #c9c9c9, -853px 79px #d6d6d6,
        828px 475px #d6d6d6, -681px 13px #fafafa, -176px 209px #f0f0f0, 758px 457px #fafafa, -383px -454px #ededed, 813px 179px #d1d1d1, 608px 98px whitesmoke, -860px -65px #c4c4c4, -572px 272px #f7f7f7, 459px 533px #fcfcfc,
        624px -481px #e6e6e6, 790px 477px #dedede, 731px -403px #ededed, 70px -534px #cccccc, -23px 510px #cfcfcf, -652px -237px whitesmoke, -690px 367px #d1d1d1, 810px 536px #d1d1d1, 774px 293px #c9c9c9, -362px 97px #c2c2c2,
        563px 47px #dedede, 313px 475px #e0e0e0, 839px -491px #e3e3e3, -217px 377px #d4d4d4, -581px 239px #c2c2c2, -857px 72px #cccccc, -23px 340px #dedede, -837px 246px white, 170px -502px #cfcfcf, 822px -443px #e0e0e0, 795px 497px #e0e0e0,
        -814px -337px #cfcfcf, 206px -339px #f2f2f2, -779px 108px #e6e6e6, 808px 2px #d4d4d4, 665px 41px #d4d4d4, -564px 64px #cccccc, -380px 74px #cfcfcf, -369px -60px #f7f7f7, 47px -495px #e3e3e3, -383px 368px #f7f7f7, 419px 288px #d1d1d1,
        -598px -50px #c2c2c2, -833px 187px #c4c4c4, 378px 325px whitesmoke, -703px 375px #d6d6d6, 392px 520px #d9d9d9, -492px -60px #c4c4c4, 759px 288px #ebebeb, 98px -412px #c4c4c4, -911px -277px #c9c9c9;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 10px;
    width: 10px;
    border-radius: 6px;
}
.star-field .layer:nth-child(1) {
    animation: sf-fly-by-1 5s linear infinite;
}
.star-field .layer:nth-child(2) {
    animation: sf-fly-by-2 3s linear infinite;
}
.star-field .layer:nth-child(3) {
    animation: sf-fly-by-3 5s linear infinite;
}

/* Animation background End */


/* Orbit Begin */
.orbit-container {
  position: relative;
  height: 100vh;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.docs-example-orbit-slide {
  padding: 2rem 4rem;
  color: #fefefe;
}
.orbit-slide:nth-of-type(1) .docs-example-orbit-slide {
  background: dodgerblue;
}
.orbit-slide:nth-of-type(2) .docs-example-orbit-slide {
  background: rebeccapurple;
}
.orbit-slide:nth-of-type(3) .docs-example-orbit-slide {
  background: darkgoldenrod;
}
.orbit-slide:nth-of-type(4) .docs-example-orbit-slide {
  background: lightseagreen;
}

/* Orbit End*/



.ue-kandidaten{
  margin-top:20px;
  margin-bottom: 10px;
  line-height: 1.0em;
  padding-bottom: 0;
    letter-spacing: 0.01em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
}

.ue-studio{
  margin-top:20px;
  margin-bottom: 0px;
  line-height: 1.0em;
  padding-bottom: 0;
    letter-spacing: 0.01em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333;
}
/* Bildergalerie */

.container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;

  margin: auto;
}
.container .box {
  position: relative;
  width: 200px;
  height:200px;
  background: #000;
  overflow: hidden;
  margin-right: 15px;
  margin-top: 45px;
  border: 1px solid #ba0926;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
  border-radius: 15px !important;
}
.container:hover .box {
  width: 200px;
  height: 200px;
}



.container .box {
  position: relative;
  width: 200px;
  height:200px;
  background: #000;
  overflow: hidden;
  margin-right: 15px;
  margin-top: 45px;
  border: 1px solid #ba0926;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
  border-radius: 15px !important;
}
.container:hover .box {
  width: 200px;
  height: 200px;
}




/* For small only */
@media screen and (max-width: 39.9375em) {
.container .box{
  position: relative;
  width: 140px;
  height:140px;
  background: #000;
  overflow: hidden;
  margin-right: 15px;
  margin-top: 30px;
  border: 1px solid #ba0926;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
  border-radius: 15px !important;
}
}

/* For small only */
@media screen and (max-width: 39.9375em) {
.container:hover .box {
 width: 140px;
  height: 140px;
}
}


.container .box .imgBx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container .box .imgBx:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,#f00,#000);
  background-image: linear-gradient(to bottom, rgba(255,0,0,0.5), rgba(0,0,0,0.4));
  z-index: 1;
  opacity: 0;

}
.container .box:hover .imgBx:before {
  opacity: 1;
}
.container .box .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .box .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  padding: 20px;
  align-items: flex-end;
  box-sizing: border-box;
}
.container .box .content h2 {
  color: #fff;
  
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 20px;
  
}
.container .box:hover .content h2 {

}
.container .box .content p {
  color: #fff;
  transition: 0.5s;
  font-size: 14px;

}
.container .box:hover .content p {

}

.mtb-auto{
  margin-top: 30px;
}


/* Image Gallery */


.container-gallery-bilder{
  padding: 55px 0;
  margin: 0 auto;
  width: 100%;
}



.gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 30vh;
}

.item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: flex 0.8s ease;
  -webkit-transition: flex 0.8s ease;
  }

.item:hover{
    flex: 7;
    -webkit-flex: 7;
  }


.item-1 { 
  background-image: url('../img/LD-ns-01.jpg?v=1.2');
  border:2px solid #ba0926;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
}

.item-2 { 
  background-image: url('../img/LD-ns-02.jpg');
  border:2px solid #ba0926;
  border-left:none;
  box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
}

.item-3 { 
  background-image: url('../img/LD-ns-03.jpg');
  border:2px solid #ba0926;
    border-left:none;
    box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
}

.item-4 { 
  background-image: url('../img/LD-ns-04.jpg');
  border:2px solid #ba0926;
    border-left:none;
    box-shadow: 0 14px 18px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.89);
}



.social{
  position: absolute;
  right: 35px;
  bottom: 0;
}

.social  img{
    display: block;
    width: 32px;
  }



/* Safari 11+ */

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    span:hover + .content {
      flex-basis:100vh;
    }
  }
}


/* Safari 10.1 */

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (not (stroke-color: transparent)) {
    span:hover + .content {
      flex-basis:100vh;
    }
  }
}


/* Safari 6.1-10.0 (but not 10.1) */

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  @media {
    span:hover+.content {
      flex-basis: 100vh;
    }
  }
}




#textButton2{
  background: linear-gradient(-60deg, #5c1501, #d53000, #8e1400);
  cursor: pointer;
  padding: 0px;
  margin: 0.2em 0em 1em 0em;
  padding: 0.6em 1.2em !important;
  border: none;
  text-align: left;
  outline: none;
  font-size:1.2em;
  transition: 0.4s;
  border-radius: 5px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  color:#fff !important;
  border-radius:0px;
  box-shadow: 0 5px 15px rgba(23, 18, 21, .4);
  border-radius:30px;
}

#textButton2:hover, #textButton2:visited{
  color:#fff !important;
}


#textButton3{
  background: linear-gradient(-60deg, #5c1501, #d53000, #8e1400);
  cursor: pointer;
  padding: 0px;
  margin: 0.2em 0em 1em 0em;
  padding: 0.6em 1.2em !important;
  border: none;
  text-align: left;
  outline: none;
  font-size:1.2em;
  transition: 0.4s;
  border-radius: 5px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  letter-spacing: 0.09em;
  color:#fff !important;
  border-radius:0px;
  box-shadow: 0 5px 15px rgba(23, 18, 21, .4);
  border-radius:30px;
}

#textButton3:hover, #textButton3:visited{
  color:#fff !important;
}


#anreise{
  margin-top:40px !important;
}

.hierklicken{
  color:#fff !important;
  font-size: 1.1em !important;
}

#myVideo{
  width:100%;
  height:100%;
}

.merch:hover {
  transform: scale(1.1, 1.1);
}