/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/
.cmplz-blocked-content-container .cmplz-blocked-content-notice, .cmplz-wp-video .cmplz-blocked-content-notice {
  max-width: 400px;
  font-size: 14px;
  padding: 30px;
  background-color: rgba(0,0,0,0.75);
}
.cmplz-accept-service {
  background-color: #e30613;
  padding: 10px 20px;
  border-radius: 50px;
}
.cmplz-accept-service:hover {
  background-color: #c81a18;
}
.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links, .cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links {
  margin-top: 10px;
  margin-bottom: 20px;
}

.style-light a {
	color: #e30613;
}
.style-light a:hover {
	color: #c81a18 !important;
}
.btn-accent:not(.btn-hover-nobg):not(.icon-animated):hover {
	color: #fff !important;
}
h1, .h1 {
	text-transform: uppercase;
}
.fontsize-196309.fontheight-114533 {
  text-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}
.btn-container {
  font-size: 20px !important;
  font-weight: 900;
  text-transform: uppercase;
}
.font-size-submenu, .menu-horizontal ul ul a, .vmenu-container ul ul a {
  font-weight: 500;
}
.submenu-light .menu-horizontal .menu-smart ul {
  border-radius: 1em;
}
/* Sticky Sidebar */
.sticky-contact-buttons {
  position: fixed;
  right: 20px;
  bottom: 200px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.sticky-button {
  position: relative;              /* <— WICHTIG */
  background-color: #e30613;
  border: 2px solid #e30613;
  padding: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: all 200ms;
  cursor: pointer;
}
.sticky-button:hover {
  background-color: #c81a18;
  border: 2px solid #c81a18;
}

/* Tooltip links neben dem Button */
.sticky-button::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);         /* Abstand zum Button */
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  padding: 6px 8px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  font-size: 14px;
  visibility: hidden;
  z-index: 1;
}

/* kleiner Pfeil, zeigt auf den Button */
.sticky-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent #c81a18 transparent transparent; /* Spitze nach links */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  z-index: 1;
}

/* Hover anzeigen */
.sticky-button:hover::after,
.sticky-button:hover::before {
  opacity: 1;
  visibility: visible;
}
.icon-img { width: 28px; height: 28px; }

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

/* ============================
   TABLET
   ============================ */
@media (max-width: 1224px) {

  .sticky-contact-buttons {
    display: none !important;
   }
}


/* ============================
   MOBILE
   ============================ */
@media (max-width: 768px) {

  h1, h2, h3, h4 {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
}
  .topbar-mobile {
		display: block !important;
  }
  .topbar-desktop {
		display: none !important;
  }
  .hero {
    height: 55vh;
    align-items: flex-start;     /* Inhalt nach oben */
	padding-bottom: 80px;
  }
  .footy {
	max-height:150px;
	}
  .haase {
	max-width:150px;
	}
  .sticky-contact-buttons {
    display: none !important;
   }
}