/*--
    Common Css
--*/
html {
  overflow-x: hidden;
}

@font-face {
    font-family: Bahnschrift;
    src: url('bahnschrift.woff2') format('woff2'), url('bahnschrift.ttf') format('truetype');
}

@font-face {
    font-family: 'IceMirror';
    src: url('Ice Mirror in Winter Kei.woff2') format('woff2'), url('Ice Mirror in Winter Kei.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LTGlockenspiel';
    src: url('LT Glockenspiel Black.woff2') format('woff2'), url('LT Glockenspiel Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OwnersXWide';
    src: url('OwnersXWide-Bold.woff2') format('woff2'), url('OwnersXWide-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Outfit stand bis 2026-08-21 als @font-face-Block in jeder einzelnen Seitendatei
   (index, kinky-partys, die vier Party-Seiten, midweek) - mit dokumentrelativer
   Adresse url('./css/Outfit.ttf'). Seit die Seiten unter /slug/ statt /slug.php
   laufen, zeigte die auf /slug/css/Outfit.ttf und lief ins 404. Hier in style.css
   ist die Adresse relativ zum STYLESHEET und damit von der Seiten-URL unabhaengig -
   und steht nur noch einmal statt siebenmal. */
@font-face {
    font-family: 'Outfit';
    src: url('Outfit.woff2') format('woff2'), url('Outfit.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-Bold';
    src: url('Outfit-Bold.woff2') format('woff2'), url('Outfit-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  color: #3b4045;
  font-family: "Bahnschrift", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
}

.ice-font {
    font-family: 'IceMirror', 'Bahnschrift', sans-serif;
    color: white; 
  	background: none;
}

.bahn-font {
    font-family: 'Bahnschrift', sans-serif;
    color: white; 
  	background: none;
}

.spring-font {
    font-family: 'LTGlockenspiel', 'Bahnschrift', sans-serif;
    color: black; 
  	background: none;
}

.owners-font {
    font-family: 'OwnersXWide', 'Bahnschrift', sans-serif;
    color: black; 
  	background: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin: 0px;
  text-transform:uppercase;
}

h1,
.h1 {
  font-size: 44px;
  line-height: 56px;
}

h2,
.h2 {
  font-size: 30px;
  line-height: 35px;
}

h3,
.h3 {
  font-size: 23px;
  line-height: 25px;
}

h4,
.h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

p {
  font-size: 18px;
  line-height: 25px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  transition: all 0.2s ease-in-out 0s;
}

.mt-100 {
  margin-top: 100px;
}
.marginplus{margin-top:20px !important;}

.bg-orange {
  background: white;
  color:#950203;
  padding:0px;
}
.mittig{ display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.bg-opacity {

}

.bg-orange p{

  font-size: 20px;
  line-height: 1.2;
}
.bg-opacity:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

a:focus,
.btn:focus,
.btn:active:focus {
  box-shadow: none;
  outline: 0 none;
}

a,
a:active,
a:focus,
a:active {
  text-decoration: none;
}

.section {
  padding: 100px 0;
}
.main-section {
  padding: 100px 0;
 background: rgb(108,13,14);
background: linear-gradient(129deg, rgba(108,13,14,1) 0%, rgba(144,3,4,1) 35%, rgba(149,2,3,1) 100%);
}

.ticket {
line-height:1 !important;
  padding: 40px 0;
 background: rgb(108,13,14);
background-color: #de7f80;
color:white;
text-transform:uppercase;

}
.pad{  padding: 20px 0 !important;}
.datenschutz p{margin-bottom:20px !important;}
.datenschutz li{font-size:18px !important;margin-bottom:20px !important;}
.main-section p {
text-transform:uppercase;
color:white;
font-size:30px;
line-height:1.3}

.feature-list p {

color:white;
font-size:20px;
line-height:1.2}
.borderimg{border: 3px solid #FFFFFF;}

h1{background-color:white;color:#950203;padding:10px}

.font-size-60 {
  font-size: 60px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .font-size-60 {
    font-size: 40px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-40 {
  margin-bottom: 30px;
  }

.slick-slide {
  outline: 0;
}

/*--
    custom heading
--*/
.text-center {
  text-align: center;
}

.heading {
  text-align: center;
  color: #777777;
  padding-bottom: 70px;
}
.heading h2 {
  color: #3c3c3c;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
}
.heading p {
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
}

.subheading {
 font-weight: 500;
  font-size: 32px;

}

.btn {
  border-radius: 0;
  text-decoration: none !important;

}

.btn-main {
  color: #950203;
text-transform:uppercase;margin-right:10px;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  background-color: white;
    margin-top:5px;
  border:none;
}
.btn-main:hover, .btn-main:focus {
  background-color: #950203;
  color: white;
}
.btn-main2 {
  color: white;
text-transform:uppercase;margin-right:10px;
  font-size: 18px;
  padding: 15px 40px;
  display: inline-block;
  background-color: #950203;
}
.btn-main2:hover, .btn-main2:focus {
  background-color: white;
  color: #950203;
}

.fa-solid{margin-right:2px;}

.btn-main-sm {
  padding: 12px 35px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

/* navigation */
.navbar-brand {
  color: #444;
  font-size: 25px;
  margin: 0;
  line-height: 1;
}

.nav-link {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px !important;
}

.navbar-light .navbar-nav .nav-link {
color: black;
  text-transform: uppercase;
}

.lang-list {
  border: 0;
  margin: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
.nav-link:hover{
color:#950203 !important;}

.navigation .dropdown-menu {
  padding: 0px;
  border: 0;
  border-radius: 0px;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .navigation .dropdown-menu {
    text-align: center;
    float: left !important;
    width: 100%;
    margin: 0;
  }
}
.navigation .dropdown-menu li:first-child {
  margin-top: 5px;
}
.navigation .dropdown-menu li:last-child {
  margin-bottom: 5px;
}
.navigation .dropdown-toggle::after {
  display: none;
}
.navigation .dropdown-toggle > i {
  font-size: 14px;
}
.navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
  margin: 0;
}
.navigation .dropdown-item {
color: black;
  text-transform: uppercase;
  padding: 0.6rem 1rem 0.35rem;
  font-weight: 600;
  font-size: 15px;
}
.navigation .dropdown-submenu.active > .dropdown-toggle,
.navigation .dropdown-submenu:hover > .dropdown-item,
.navigation .dropdown-item.active,
.navigation .dropdown-item:hover {
  background: #950203;
  color: white;
}
@media (min-width: 992px) {
  .navigation .dropdown-menu {
    transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
    display: block;
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    margin-top: 8px;
  }
  .navigation .dropdown-menu li:first-child {
    margin-top: 10px;
  }
  .navigation .dropdown-menu li:last-child {
    margin-bottom: 10px;
  }
  .navigation .dropleft .dropdown-menu,
.navigation .dropright .dropdown-menu {
    margin-top: -9px;
  }
  .navigation .dropdown:hover > .dropdown-menu {
    visibility: visible;
    transition: all 0.45s ease 0s;
    opacity: 1;
  }
}

.navbar-collapse.show {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 80px);
}

.navbar-toggler:focus {
  outline: 0;
}

/* cart */
.cart {
  background: transparent;
  border: 0;
  position: relative;
}
.cart i {
  font-size: 20px;
}
@media (max-width: 991px) {
  .cart {
    position: absolute;
    top: 23px;
    right: 90px;
  }
}
.cart .badge {
  position: absolute;
  top: -5px;
  border-radius: 50%;
  right: -10px;
}
.cart:focus {
  outline: 0;
}

.badge-primary {
  background-color: #f9a743;
}

/*--
    Feature-list start
--*/
.feature-list .btn-main {
  margin-top: 15px;
}

.feature-list {
background: linear-gradient(129deg, rgba(108,13,14,1) 0%, rgba(144,3,4,1) 35%, rgba(149,2,3,1) 100%);

}

.call-to-action h2{background-color: white;
  color: #950203;font-size:40px;
  padding: 10px;text-transform:uppercase}
.feature-list h2{background-color: white;
  color: #950203;
  padding: 10px;text-transform:uppercase}

  .bg-orange h2{background-color: #950203;
  color: white;font-size: 40px;
  line-height: 40px;
  padding: 10px;text-transform:uppercase}
.feature-list h4{background-color: white;
  color: #950203;
  padding: 10px;text-transform:uppercase}
  .small {font-size:12px;text-align:center;line-height:150%;}
.kleiner{font-size:18px !important;}
  .call-to-action-link {
     color: white;
 font-weight:bold;
     text-decoration: underline;

  }
  .call-to-action-link:hover {
   color: white;
 font-weight:bold;
     text-decoration: none;
  }
/*--
  Gallery start
--*/
.gallery {
  padding-bottom: 100px;
}
.gallery .owl-item {
  overflow: hidden;
  position: relative;
}
.gallery .block {
  padding: 20px;
  position: relative;
}
.gallery .block:hover .gallery-overlay {
  transform: scale(1);
  opacity: 1;
  border-radius: 0;
}
.gallery .gallery-overlay {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: 15px;
  background: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  color: inherit;
  transform: scale(0.7);
  transition: 0.3s ease-in-out;
  z-index: 2;
  opacity: 0;
  border-radius: 50%;
}
.gallery .gallery-overlay .gallery-popup {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f9a743;
  padding: 5px 10px;
  border-radius: 40px;
  width: 50px;
  height: 50px;
}
.gallery .gallery-overlay .gallery-popup i {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  display: inline-block;
}

/*--
    service start
--*/
.testimonials .testimonial-block {
  padding: 0 10px;
}
.testimonials .testimonial-block i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 20px;
  color: #f9a743;
}
.testimonials .testimonial-block p {
  font-family: "Droid Serif", serif;
  font-size: 14px;
  color: #777;
}
.testimonials .testimonial-block .author-details {
  margin-top: 30px;
}
.testimonials .testimonial-block .author-details img {
  border-radius: 50%;
  width: 50px;
}
.testimonials .testimonial-block .author-details h4 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 10px;
}

/*--
    call-to-action start
--*/
.call-to-action {

  background-color:#950203;
}

.input-group {
  margin-top: 30px;
  position: relative;
}
.input-group .btn-submit {
  padding: 10.5px 40px !important;
  position: absolute;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  top: 0;
  right: 0;
}
.input-group input {
  height: 50px;
  border-radius: 40px;
  border: none;
  padding-left: 15px;
  box-shadow: none;
  display: table-cell;
}

.footer-menu a {
  font-size: 14;
  font-weight: 700;
  color: #444;
  padding: 10px;
}

footer {
  text-align: center;
  background: #f4f4f4;
  padding: 50px 0px;
}
footer .footer-logo {
  color: #555;
  display: block;
}
footer p.copyright-text {
  font-weight: 300;
  font-size: 12px;
  color: #888;
  letter-spacing: 3px;
  margin-top: 15px;
}
footer p.copyright-text a {
  color: #282828;
}
footer p.copyright-text a:hover {
  text-decoration: none;
}

p.price {
  font-size: 30px;
  font-family: "Droid Serif", serif;
}

s.price {
  color: red;
  font-size: 25px;
  font-family: "Droid Serif", serif;
}

.product-info {
  text-align: center;
}
.product-info .price {
  font-size: 100%;
}

.contact-list li,
.contact-list a {
  color: #282828;
  font-size: 18px;
}
.abstand{padding:5px;  margin-bottom:5px !important;font-size:18px !important;}
.abstand2{margin-bottom:20px;}
.abstand3 {margin-bottom:30px !important;}
.center2{text-align:center;margin-top:20px;font-size:15px !important;}
.form-control {
  border: 0px;
border-radius: none !important;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;

}
.abstanda{ color:white;padding-top:10px;padding-left:5px;padding-right:5px;padding-bottom:10px; font-size:14px !important;background-color:#de7f80;}
.abstandb{ color:white;padding-top:10px;padding-left:5px;padding-right:5px;padding-bottom:10px; font-size:14px !important;background-color:#af4e4f}

.symbol{width:18px;text-align:center}
.kasten{margin:4px;color:#950203;}
.headinga{padding-bottom:20px !important;}
.kleinebox{background-color:white;color:#950203;padding:3px;text-transform:uppercase;font-size:18px}
.grey{padding:10px}.uppernorm{text-transform:none !important}
.centeri{text-align:center;}

.third {
      border-left: 34px solid #FFFFFF;
      display: block;
      float: left;
      margin: 0 0 0 30px;
      padding-bottom: 0;
      position: relative;
    }


  .third h3 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0 0;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0 0;
    text-transform: uppercase;
    letter-spacing: 11px;
      color:#de7f80;
  }

.third ul {
  border-left: 0px solid #999;
  line-height:1;
  padding-left:20px;
  font-size:20px;
}


.third li{
  list-style:none;
  margin-bottom: 25px;

}
.fl::first-letter       {
  color:#de7f80;
  float:left;
  font-size:60px;
  font-weight:bold;
  line-height:1;
  margin-right:12px;
  margin-top:9px;

}

.fls      {
width:60px;
  color:#de7f80;
  float:left;
  font-size:60px;
  font-weight:bold;
  line-height:1;
  margin-right:12px;
  margin-top:-5px;
}
.form-control:focus {
  border: 0px;

}
.form-control::-moz-placeholder {
  font-size: 80%;
}
.form-control::placeholder {
  font-size: 80%;
}

textarea.form-control {
  height: 150px;
  padding-top: 15px;
}

.sticky-image {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 1;
}
.form-control{font-size: 20px !important;}
/* product sinngle page */
.product-image-slider {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
.product-image-slider .slick-list {
  margin-bottom: 10px;
  border-radius: 5px;
}
.product-image-slider .slick-dots {
  margin-top: 10px;
  padding-left: 0;
  display: flex;
}
.product-image-slider .slick-dots li {
  list-style-type: none;
  margin: 10px;
  border-radius: 5px;
  padding: 10px;
  cursor: pointer;
}
.product-image-slider .slick-dots li:first-child {
  margin-left: 0;
}
.product-image-slider .slick-dots li:last-child {
  margin-right: 0;
}
.product-image-slider .slick-dots li img {
  max-height: 80px;
  height: auto;
  max-width: 100%;
}

/* content style */
.content * {
  margin-bottom: 0px;
}

.content a {
  text-decoration: underline;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 10px;
}
.content ol,
.content ul {
  padding-left: 10px;
}
.content table {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}
.content table th,
.content table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.content table thead {
  background: #d5d5d5;
}
.content table tbody {
  background: #dadada;
}
.content table tbody td {
  text-align: left !important;
}
.content blockquote {
  border-left: 1px solid #f9a743;
  padding: 20px;
}
.content blockquote p {
  margin-bottom: 0;
  font-style: italic;
  font-size: 22px;
  font-weight: 500;
}
.content pre {
  padding: 10px 20px;
  background: #dadada;
}

.link-title {
  color: inherit;
  text-decoration: none !important;
}
.link-title:hover {
  color: #f9a743;
}

@media (min-width: 768px) {
  .gross {
  }
  .klein {
  display:none !important;}


  }

@media (max-width: 768px) {
  .gross {
   display:none !important;
  }
  .klein {
 }

 .section {
  padding: 40px 0;
}
.main-section {
padding: 20px 0;}

 .font-size-60 {
 line-height: 1.05;
}

.ticket{padding-top: 40px !important;padding-bottom: 0px !important;}
.mobile{margin-bottom:0px !important;}

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