:root {
--main-padding: 10vw;
--space-padding: 8vw;		
--font-size-body: clamp(17px, 19px, 21px);

--radius:0px;
	
--font-size-h1: clamp(4.8rem, 8vw, 8rem);
--font-size-h2: clamp(3.6rem, 6vw, 6rem);
--font-size-h3: clamp(3.6rem, 6vw, 6rem);
--font-size-h4: clamp(3.6rem, 6vw, 6rem);
--font-size-h5: clamp(2.8rem, 4.5vw, 4.5rem);
--font-size-h6: clamp(3.6rem, 6vw, 6rem);

/*
--font-size-h1: clamp(4.8rem, 8vw, 8rem);
--font-size-h2: clamp(3.6rem, 6vw, 6rem);
--font-size-h3: clamp(2.8rem, 4.5vw, 4.5rem);
--font-size-h4: clamp(2.2rem, 3.2vw, 3.2rem);
--font-size-h5: clamp(1.8rem, 2.2vw, 2.2rem);
--font-size-h6: clamp(1.5rem, 1.8vw, 1.8rem);
*/
	
--swiper-pagination-color:var(--farbe-1) !important;	
--swiper-navigation-color:var(--farbe-1) !important;	
--swiper-theme-color:var(--farbe-1) !important;	
--fancybox-zIndex: 99999 !important;
--navbar-height:120px;
--swiper-pagination-bullet-size: 15px !important;
}	

	
@media only screen and (max-width: 767px) {
	:root {
	--main-padding: 5vw;	
    --font-size-h1: 3.2rem;	
	}
}
@media only screen and (min-width: 780px) and (max-width: 1080px) {	
	:root {
	--main-padding: 6vw;	
	}
}

html { font-size: var(--font-size-body); }

body {
	background: var(--body-background);
	margin:0;
	padding: 0;
	font-size: 21px;
	width: 100vw !important;
	max-width: 100vw !important;
	color: var(--text-farbe);

	font-family: "nunito", sans-serif;
font-weight: 400;
font-style: normal;
	
	
}

* {
	text-decoration: none
}

p {
	padding:0;
	margin: 0;
	font-weight: 200;
	line-height: 1.9em;
	color: rgba(var(--text-farbe), 1);
	font-size: var(--font-size-body);
}
b, strong {
	font-weight: 600;
}

ol {
	padding-left: 0;
	margin: 0;
	padding-top:15px;
}
ol li {
	list-style: none;
	padding:5px;
	font-weight: 200 !important;
}

ol li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f00c"; 
    font-weight: 900;
    padding-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	color: var(--farbe-1);
	line-height: 1.1em;
	text-transform: uppercase;

	
	 font-family: "amatic-sc", sans-serif;
    font-weight: 700;
    font-style: normal;
	
	
}
h1 { font-size: var(--font-size-h1); }
h2 { font-size: var(--font-size-h2); }
h3 { font-size: var(--font-size-h3); }
h4 { font-size: var(--font-size-h4); }
h5 { font-size: var(--font-size-h5); }
h6 { font-size: var(--font-size-h6); }



.headline p {
	font-size: 25px;
	text-transform: uppercase;
}
.headline h2 {
	font-size: var(--font-size-h1);
}
@media only screen and (max-width: 767px) {
	.headline p {
		font-size: 20px;
	}
}


#gallery {
	display: none !important;
}

a {
color: rgba(var(--color-1), 1);
}

p a {
	text-decoration: underline;
}


/* Content */

.container {
	max-width: 100%;
	height: auto;
	padding-left:var(--main-padding);
	padding-right:var(--main-padding);
	overflow: hidden;
}


/* Navigation Bar */
.navbar {
	position: fixed;
	width: 100vw;
	z-index: 9999;
	background: transparent;
	height: var(--navbar-height);
}

.navbar::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 25%, rgba(255, 255, 255, 0) 100%);
    opacity: 1;
	z-index: -1;
}

body.menuopen .navbar::after {
	display: none;
}

.navbar-inner {
	width: calc(100vw - var(--main-padding) * 2);
	padding-left: var(--main-padding);
	padding-right: var(--main-padding);
	display: flex;
	justify-content: space-between; /* Updated this line */
	align-items: center;
	height: 100%;
}
.navbar-logo {
	display: flex;
	align-items: center;
}
.navbar-logo a {
	display: flex;
	align-items: center;
}
.navbar-logo svg {
	width: 200px;
	height: auto;
	transition: width 0.5s, fill 0.5s ease;
	fill:#FFF;
}
.navbar-logo svg g path {
	transition: fill 0.5s ease;
}



.navbar-links {
  display: flex;
  list-style-type: none;
  margin-left: auto;
}

.navbar-links ul {
  display: flex;
}

.navbar-links li {
  padding: 0 15px;
  list-style: none;
  position: relative;
}

.navbar-links li a {
	color: var(--farbe-1);
	text-decoration: none;
	font-size: 20px;
	font-weight: 300;
	position: relative;
	transition: color 0.3s ease-in-out;
	text-transform: uppercase;
}
.navbar-links li:hover a {
	color: var(--farbe-2);
}

.navbar-links li:hover a::after {
	width: 90%;
	left: 5%;
}
.navbar-links .sub-menu li a::after {
	display: none;
}

/* Animation fÃ¼r aktiven Link */
.navbar-links li.current_page_item a {
  font-weight: 500;
  position: relative;
}

.navbar-links li.current_page_item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: rgba(var(--farbe-1), 1);
}


/* Leichtes Fade-in beim Hover */
.navbar-links li:hover a {
  transition: color 0.3s ease-in-out;
}

/*
.navbar-links .button a,
.navbar-links .button:hover a{
	background: var(--farbe-1);
	padding:5px 15px;
	color:#fff !important;
	font-weight: 600 !important;
	display: flex;
	align-items: center;
    justify-content: center;
	padding-bottom: 2px !important;
	transition: all 0.3s ease-in-out;
	border-radius: var(--radius);
		padding-bottom:7px !important;
	color:#000 !important;
}
.navbar-links .button:hover a{
	color:#000 !important;
}
*/

/* From Uiverse.io by iZOXVL */ 
.navbar-links .button {
  padding: 15px 30px;
  border: 2px solid #2c2c2c;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.4s ease;
  outline: none;
  position: relative;
  overflow: hidden;
  font-weight: bold;
	letter-spacing: 0.8px;
	
	box-shadow: rgb(15, 17, 18) 0px 20px 30px -10px;
	
}

.navbar-links .button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: scale(0);
  transition: transform 0.5s ease;
	pointer-events: none;
}

.navbar-links .button:hover::after {
  transform: scale(4);
}

.navbar-links .button:hover {
  border-color: #666666;
  background: #292929;
	color:#FFF !important;
}

.navbar-links .button:hover a {
	color:#FFF !important;
}





.navbar-links .menu {
	display: flex;
	align-items: center;
}

.navbar-actions {
  display: flex;
  align-items: center;
}
.navbar-actions a svg , .navbar-actions svg {
	width: auto;
	height: 20px;
	fill:#FFF;
}
.icon-placeholder {
  width: 22px;
  height: auto;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
	padding-top:5px;
}
.navbar {
  transition: background 0.4s ease;
}
body.scrolling .navbar {
	background: rgba(0,0,0,0.7);
}

body.blank_header .navbar::after {
	display: none;
}



/* Layover */


#layover {
	position: fixed;
	width: calc(100vw - var(--main-padding) - var(--main-padding));
	height: calc(100vh - 150px);
	background: var(--burger-menu-background);
	z-index: -1;
	padding-top: 150px !important;
	padding-left: var(--main-padding);
	padding-right: var(--main-padding);
	top: -150%; 
	transition: top 0.8s, z-index 0.5s;
	color:#FFF;
	text-transform: none;
}

#layover a {
	color:var(--text-farbe);
	transition: color 0.9s;
}

#layover p {
	color:var(--text-farbe) !important;
}

#layover .inner {
	 display: flex;
    flex-direction: column;
	align-items: flex-start;
	height: calc(100vh - 100px);
}

#layover .inner .item {
	text-align: left;
	font-size:3.5vh;
	color:var(--text-farbe);
}

#layover .inner .item:nth-child(2) {
	text-align: left;
	font-size:4.5vh;
}

#layover .inner .item:last-child {
	font-size:2.5vh;
	text-align: left;
	margin-top: auto; 
	padding-bottom: 250px;
	transition: padding-bottom 0.3s;
}

body.scrolling #layover .inner .item:last-child {
	padding-bottom: 150px;
}

#layover .inner ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#layover .inner ul li {
	line-height: 1.8em;
}
#layover .inner ul li:hover a {
	color:var(--text-farbe);
}





	#layover	{
	padding-top:100px;
	height: calc(100vh - 100px);
	}

	#layover .inner {
		grid-template-columns: 1fr;
	}

	#layover .inner .item {
		text-align: left;
		font-size:2.5vh;
	}
	#layover .inner .item:last-child {
		font-size:2vh;
	}
	#layover .inner .item a::after, #layover .inner .item a::before {
		display: none !important;
	}	


@media (min-width: 780px) {
	#layover .wpml-ls {
		display: none;
	}
	
	
}

@media (max-width: 780px) {
	
	
	
	body.scrolling #layover .inner {
	height: calc(100vh - 173px) !important;
}
	
	#layover {
    padding-top: 173px;
	}

}


body.menuopen #layover {
	top: 0;
	z-index: 1000;
}


#burger-icon {
    width: 150px;
    height: auto;
    display: inline-block;
    text-align: center;
	cursor: pointer;
	display: none;
}
@media only screen and (max-width: 767px) {
	#burger-icon {
    width: 80px;
		display: block;
	}
}


#burger-icon .dots-container {
    display: flex;
    justify-content: center;
    transition: all 0.3s ease; /* ÃƒÅ“bergangseffekt hinzugefÃƒÂ¼gt */
}

#burger-icon .dot {
    width: 10px;
    height: 10px;
    background: var(--farbe-1);
    margin: 3px;
    border-radius: 100%;
    transition: background 0.3s ease, transform 0.3s ease;
}

#burger-icon .menu_name {
    font-size: 16px;
	color:var(--text-farbe);
}

#burger-icon .dot:nth-child(1) {
    background: var(--farbe-1);
    transform: scale(1.2);
}

#burger-icon .dot:nth-child(2) {
    background: var(--farbe-2);
    transition-delay: 120ms;
    transform: scale(1.2);
}

#burger-icon .dot:nth-child(3) {
    background: var(--farbe-1);
    transition-delay: 240ms;
    transform: scale(1.2);
}


/* CTA */
a.cta {
  display: inline-flex;            /* flex statt inline-block */
  align-items: center;             /* vertikal zentrieren */
  justify-content: center;         /* horizontal zentrieren */
  padding: 20px 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  border: 2px solid var(--farbe-1);
  background: transparent;
  font-family: inherit;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  

  line-height: 1;                  /* verhindert zusÃ¤tzliche HÃ¶he */
}


/* optional: leicht goldener Verlauf im Text */
a.cta {
  color:var(--farbe-1);
}

/* Hover-Effekt â€“ Button fÃ¼llt sich mit Gold */
a.cta:hover {
background:var(--farbe-2);
	border-color:var(--farbe-2);
}



/* Body */

body.blank_header .main {
	padding-top:calc(var(--navbar-height) + 0px);
}



@media only screen and (max-width: 767px) {
	.navbar-links {
		display: none;
	}
}







/* Footer */



.footer a {
	color:#fff !important;
}

.footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;

  padding: 50px var(--main-padding) 40px;
  background: #1e1d26;
  color: #262626;
  font-weight: 300;
  margin-top: 0;
	flex-direction: row;
}

.footer > div {
  flex: 0 0 calc(33.33% - 38px); 
}


.footer-column {
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}

.footer-column.first,
.footer-column.end {
  padding-top: 30px;
}

.footer-column.end svg {
	height: 200px;
}

.footer-column.end a {
	color:#262626;
}

.footer-column.first {
  line-height: 1.5em;
  text-align: left;
  color: #262626;
}

.footer-column.kontakt {
  line-height: 1.5em;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.footer-column h6{
	padding-bottom: 20px;
}
.footer-column h6,
.footer-column p {
  color: #fff;
}
.footer-column h6 {
	font-size: 40px !important;
}

.footer-column.kontakt p {
  width: 70%;
}

.footer .kontakt_data {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.footer .kontakt_data .kontakt_col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  color: #fff;
}

.footer .kontakt_data .kontakt_col svg {
  width: auto;
  fill: #fff;
  height: 30px;
}


.footer .inner-footer {
  background: transparent;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  pointer-events: none;
  overflow: hidden;
}

.footer .footer-column.end svg .cls-2,
.footer .footer-column.end svg .cls-1{
	fill:#fff !important;
}

@media only screen and (max-width: 767px) {
	.footer .footer-column.end svg {
	width: 270px;
	height: auto;
}
}



.footer p {
	line-height: 1.6em !important;
}


.footer-column-full {
  grid-column: 1 / -1;
  width: 100%;
  text-align: center;
  color: #262626;
  z-index: 2;
	background: #262626;
	height: 1px;
}
.footer-column.end {
  grid-column: 1 / -1;
  width: 100%;
  text-align: center;
  color: #262626;
  z-index: 2;
}


/* Social Icons */
.footer .social-icons {
  display: flex;
  gap: 15px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}

.footer .social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.footer .social-icons a svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: transform 0.3s ease;
}

.footer .social-icons a svg path {
  transition: fill 0.3s ease;
}

.footer .social-icons a:hover svg {
  transform: scale(1.2);
}

.footer .social-icons a:hover svg path {
  fill: #fff !important;
}


.footer .footer-column.menu ul li {
	list-style: none;
	padding-bottom: 8px;
}
.footer .footer-column.menu ul  {
	margin-left:0;
	padding-left: 0;
}

.footer-logo svg {
	width: 350px;
	text-align: center;
	fill:#FFF;
}
.footer-logo {
	text-align: center;
	width: calc(100vw - var(--main-padding) * 2);
    padding-left: calc(var(--main-padding));
    padding-right: calc(var(--main-padding));
	background: #1e1d26;
	padding-top:calc(var(--space-padding) / 2);
	padding-bottom:calc(var(--space-padding) / 2);
}

.footer-logo p {
	color:#FFF;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1.3em;
	padding-top:15px;
}

.socket {
	display: flex;
	width: calc(100vw - var(--main-padding) * 2);
    padding-left: calc(var(--main-padding));
    padding-right: calc(var(--main-padding));
	flex-direction: row-reverse;
	font-size: 20px;
	justify-content: space-between;
	padding-top:15px;
	padding-bottom: 15px;
}


/* Footer Menu */


.menu-socket-menu-container {
    text-align: left;
}

.menu-socket-menu-container ul {
    list-style: none; 
    padding: 0;
    margin: 0;
	padding-bottom: 5px;
	text-align: center;
}

.menu-socket-menu-container ul li {
    display: inline; 
    margin-right: 10px; 
	font-size: 20px !important;
}

.menu-socket-menu-container ul li a {
    text-decoration: none; 
	font-size: 18px !important;
    color: inherit;
}

.menu-socket-menu-container ul li:not(:last-child)::after {
    content: "â€¢"; 
    margin-left: 10px; 
	font-size: 18px !important;
}

@media only screen and (max-width: 767px) {
	 .menu-socket-menu-container {
        text-align: center; /* Zentriert den Container */
    }

    .menu-socket-menu-container ul {
        display: inline-block; /* Zentriert die Liste innerhalb des Containers */
    }

    .menu-socket-menu-container ul li {
        display: block; /* Stellt jedes Listenelement untereinander dar */
        margin: 5px 0; /* FÃ¼gt vertikalen Abstand zwischen den Elementen hinzu */
    }

    .menu-socket-menu-container ul li:not(:last-child)::after {
        content: ""; /* Entfernt das Trennzeichen fÃ¼r mobile Ansicht */
    }
	
	
	.footer {
     grid-template-columns: 100%;
	}
	
	.footer-column.kontakt p {
    width: 100%;
}
	
	.footer form.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(100% - var(--main-padding) * 1);
}
	
	.footer-column.first {
    text-align: center;
}
	.footer .social-icons {
    justify-content: center;
    align-items: center;
}
	.footer-column.first, .footer-column.end {
    text-align: center;
}
	
}



/* Formular */

:root {
	--form-bg: 227,227,227;
	--form-color: 0,0,0;
}

.contactformsection {
	padding-top:var(--space-padding);
	padding-bottom:var(--space-padding);
}
form.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
	width: calc(100% - 0px);
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: calc(100% - 40px);
  padding: 14px 20px;
  background: rgba(var(--form-bg), 1);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  font-size: 15px;
  resize: vertical;
  margin-bottom: 8px;
	font-family: inherit !important;
}

.wpcf7-list-item {
	margin-left:0px;
	font-size: 15px;
	line-height: 1.5em;
}

.wpcf7-form textarea {
  min-height: 100px;
}

.wpcf7-form p.small {
	font-size: 13px;
	line-height: 1.6em;
}
.wpcf7-form p.small a {
	color:var(--farbe-1);;
	text-decoration: underline;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color:  rgba(var(--form-color), 1);
}

.wpcf7-form input[type="submit"] {
  background: var(--farbe-1);
  color: #fff;
  font-weight: bold;
  padding: 14px 24px;
  border: none;
 border-radius: var(--radius);
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;width: 100%;
}

.wpcf7-form input[type="submit"]:hover {
  background: rgba(var(--form-bg), 1);
  color: #262626;
}


.contactform-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.contactform-text {
  flex: 1 1 45%;
}

.contactform {
  flex: 1 1 45%;
}

.contactform-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}
.contactform-grid.text-left {
  flex-direction: row;
}

.contactform-grid.text-right {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
	form.wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(100% - var(--main-padding) * 1);
}
	  .contactform-grid {
    flex-direction: column;
  }
}



body.menuopen #burger-icon .menu_name,
body.menuopen #burger-icon .dot:nth-child(2),
body.menuopen #burger-icon .dot:nth-child(3) {
    display: none !important;
}

body.menuopen #burger-icon .dots-container {
    justify-content: center;
    transition: all 0.3s ease; /* Ãœbergangseffekt hinzugefÃ¼gt */
}

body.menuopen #burger-icon .dots-container .dot {
    width: 40px;
    height: 40px;
    background: #FFF; 
    transform: scale(1);
    transition: all 0.3s ease;
}

body.menuopen #burger-icon:hover .dots-container .dot {
    background: #FFF;
	color: #000;
}

body.menuopen #burger-icon .dots-container .dot:nth-child(1) {
    transform: translate(0, 0);
}

body.menuopen #burger-icon .dots-container .dot:nth-child(2) {
    transform: translate(10px, -10px);
}

body.menuopen #burger-icon .dots-container .dot:nth-child(3) {
    transform: translate(40px, -40px);
}

body.menuopen #burger-icon .dot:nth-child(1)::after {
    content: 'Ã—';
    position: absolute;
    z-index: 2;
    color: #000;
    font-size: 34px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-49%, -40%); 
	margin-top: -6px;
}

body.menuopen #burger-icon:hover .dot:nth-child(1)::after {
	color:#000;
}








.merk-products {
    display: flex;
    justify-content: center;
    gap: 0px;
    align-items: flex-end;
	padding-top:calc(var(--space-padding) + 70px);
}
@media only screen and (max-width: 767px) {
	.merk-products {
 
	padding-top:calc(var(--space-padding) + 110px);
}
}

/* NEU */
.merk-title {
    position: absolute;
    top: -100px; /* HÃ¶he Ã¼ber Bild */
    left: 55%;
    transform: translateX(-50%);
    font-size: 45px;
    width: 100%;
    z-index: 2;
	text-align: center;
	color:#FFF;
	text-transform: uppercase;
    font-family: "amatic-sc", sans-serif;
    font-weight: 500;
    font-style: normal;
	line-height: 1.0em;
	opacity: 0.7;
}


.merk-product {
    position: relative;
    max-width: 500px;
}

.merk-content img {
    width: 100%;
    display: block;
}

.merk-price {
    position: absolute;
    top: -40px;
    left: 30px;
    width: 150px;
    height: 150px;
}


.merk-price svg {
    width: 100%;
    height: 100%;
	fill:#fff;
}

.merk-price span {
    position: absolute;
   top: 42%;
    left: 48%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    color: #000;
    font-size: 1.8rem;
}

.merk-price .price-slot {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	line-height: 1.0em;
	gap:0;
}
.merk-price .price-slot small {
	font-size: 20px;
	opacity: 0.8;
}

.merk-price .price-label {
	display: inline-flex;
	gap:0;
}
.merk-price .price-decimals {
	vertical-align:super;
	font-size: 16px;
	margin-top:-5px;
	text-align: left;
	margin-left:-5px;
}
@media (max-width: 992px) {
	.merk-price .price-decimals {
	font-size: 11px;
}
}

.headline h2 {
  opacity: 0;
  transform: translateY(40px);
}

.headline h2.in-view {
  animation: cinematic 1.2s ease forwards;
}

@keyframes cinematic {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {
	.merk-title {
    font-size: 34px;
	}
	.merk-price {
    top: -15px;
     left: 10px;
    width: 72px;
    height: 72px;
}
	.merk-price .price-slot small {
		font-size: 12px;
	}
	.merk-price .price-slot {
		font-size: 16px;
	}
}







.container.textbox .headline.animation {
  text-align: center;
  color: white;
}

/* Startzustand (unsichtbar) */
.container.textbox .headline.animation p {
  opacity: 0;
  transform: translateY(-30px);
}

.container.textbox .headline.animation h3 {
  opacity: 0;
  transform: translateY(-120px) rotate(-4deg);
  transform-origin: center top;
}

/* ðŸ”¥ Animation ERST wenn sichtbar */
.container.textbox .headline.animation.in-view p {
  animation: subIn 1s ease forwards;
  animation-delay: 0.2s;
}

.container.textbox .headline.animation.in-view h3 {
  animation:
    magnetDrop 1s cubic-bezier(.2,1.6,.4,1) forwards,
    floaty 5s ease-in-out 2s infinite alternate;
}

/* Keyframes */
@keyframes subIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes magnetDrop {
  70% { transform: translateY(15px) rotate(1deg); }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0);
  }
}

@keyframes floaty {
  from { transform: translateY(0) rotate(0); }
  to   { transform: translateY(-8px) rotate(0.5deg); }
}






.headline.individuell {
  text-align: center;
  position: relative;
	padding-top:20px;
}

.headline.individuell .underline {
  width: 420px;
  margin: 10px 0 0;
	margin-left: -15%;
}

.headline.individuell svg {
  overflow: visible;
}

.headline.individuell svg path {
  fill: #000;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1.2s cubic-bezier(.2,1.2,.3,1);
}

.headline.individuell.in-view svg path {
  clip-path: inset(0 0 0 0);
}




/* Logo Animation */


.footer-logo #herz {
  transform-box: fill-box;
  transform-origin: center;
}

.footer-logo #herz path {
  stroke: white;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;

  fill: white;
  fill-opacity: 0;

  stroke-dasharray: 1800;
  stroke-dashoffset: 1800;
}

/* Animationen werden erst aktiviert */
.footer-logo.animate-heart #herz {
  animation: heartbeat 1.6s ease-in-out 1.4s infinite;
}

.footer-logo.animate-heart #herz path {
  animation: heartDrawFill 1.4s ease-out forwards;
}

.footer-logo.animate-heart #herz path:nth-child(2) {
  animation-delay: .1s;
}

/* Draw + Fill */
@keyframes heartDrawFill {
  0%   { stroke-dashoffset: 1800; fill-opacity: 0; }
  60%  { stroke-dashoffset: 0; fill-opacity: 0; }
  100% { stroke-dashoffset: 0; fill-opacity: 1; }
}

/* Beat */
@keyframes heartbeat {
  0%   { transform: scale(1); }
  10%  { transform: scale(1.15); }
  20%  { transform: scale(1); }
  30%  { transform: scale(1.15); }
  40%  { transform: scale(1); }
  100% { transform: scale(1); }
}



/* Vorteile */


.vorteile ol li {
	list-style: none;
	padding:10px 18px;
	background: #c6c9d1;
	color:#1b1b1c;
	border-radius: 8px;
}
.vorteile ol {
	margin: 0;
	padding:0;
	display: flex;
	justify-content: center;
	gap:10px;
	margin-top:20px;
}

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

	.vorteile ol {
		flex-direction: column;
		align-items: center;
	}

	.vorteile ol li {
		width: 100%;
		max-width: 320px;
		text-align: center;
	}

}

/* Ürodukt */

.productinfos {
	padding-top:150px;
}

.woocommerce-page .main  {
	padding-top:150px;
}



/* Anfrage */

.druck-anfrage-wrapper {
	display: flex;
	justify-content: space-between;
	gap:30px;
}

.druck-anfrage-wrapper .anfrageformular {
	width: 70%;
}
.druck-anfrage-wrapper #anfrage-preis {
    width: 30%;
   background: transparent;
    border-radius: 8px;
    color: #000;
    position: relative;
}

.druck-anfrage-wrapper #anfrage-preis .price_inner {
     background: #c5c9d2 !important;
    border-radius: 8px;
    width: 23%; 
    box-sizing: border-box;
	position: fixed;
	padding:15px;
}

.druck-anfrage-wrapper #anfrage-preis .price_inner small {
	font-size: 15px;
}

.druck-anfrage-wrapper #anfrage-preis .price_inner small a {
	text-decoration: underline;
}




.acf-fields>.acf-field {
	border:0px !important;
}


.acf-field[class*="step"] .acf-label label {
  position: relative;
  padding-left: 48px;
  font-size: 20px;
  font-weight: 600;
}

.acf-field[class*="step"] .acf-label label::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}

.step1 .acf-label label::before { content: "1"; }
.step2 .acf-label label::before { content: "2"; }
.step3 .acf-label label::before { content: "3"; }
.step4 .acf-label label::before { content: "4"; }
.step5 .acf-label label::before { content: "5"; }
.step6 .acf-label label::before { content: "6"; }
.step7 .acf-label label::before { content: "7"; }
.step8 .acf-label label::before { content: "8"; }
.step9 .acf-label label::before { content: "9"; }



/* Container */
.acf-button-group {
  gap: 20px;
  flex-wrap: wrap !important;
	margin-top:20px;
}

/* Einzelner Button */
.acf-button-group label {
  background: #1c1a22 !important;
  border: 2px solid #1c1a22 !important;
  border-radius: 6px !important;
  padding: 10px 25px;
  color: #fff !important;
  cursor: pointer;
  transition: all .25s ease;
  font-size: 19px;
  letter-spacing: .5px;
  min-width: 100px;
  text-align: center;
	width: 180px !important;
	max-width: 180px !important;
	min-width: 180px !important;
}

/* Hover */
.acf-button-group label:hover {
  border-color: #ffffff;
  transform: translateY(-2px);
}

/* Aktiver Zustand */
.acf-button-group label.selected {
  border-color: #fff !important;
}

/* Radio-Button verstecken */
.acf-button-group input[type="radio"] {
  display: none;
}

/* cm kleiner darstellen */
.acf-button-group label small {
  font-size: 15px;
  opacity: 0.6;
  margin-left: 4px;
	top:-2px;
	position: relative;
}


.acf-input textarea,
.acf-input input {
	background: #1c1a22 !important;
  border: 2px solid #1c1a22 !important;
  border-radius: 6px !important;
	color:#FFF !important;
		font-family: "nunito", sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 18px !important;
	height: 45px !important;
}


.acf-field.country {
	display: none;
}


.acf-field.city .acf-label,
.acf-field.plz .acf-label,
.acf-field.street .acf-label,
.acf-field.telefon .acf-label,
.acf-field.email .acf-label,
.acf-field.vorname .acf-label,
.acf-field.nachname .acf-label {
	display: none;
}

.acf-field.hasimage .acf-label {
	display: flex;
	align-items: center;
}
.acf-field.hasimage .acf-label label {
	width: 100%;
}

.acf-field.hasimage  .vorschau_image {
	border-radius: 100px;
	width: 70px;
	height: 70px;
	border:5px solid #fff;
}


.acf-form-submit input {
	background: #c5c9d2 !important;
  border: 2px solid #c5c9d2 !important;
  border-radius: 6px !important;
	color:#1c1a22 !important;
		font-family: "nunito", sans-serif;
font-weight: 600;
font-style: normal;
	font-size: 19px !important;
	margin-left:16px;
	padding:10px 20px;
	text-transform: uppercase;
}

.acf-form-submit {
	margin-bottom: 50px;
	margin-top: 25px;
}



.acf-form-submit:hover input {
	background: #1c1a22 !important;
  border: 2px solid #1c1a22 !important;
	color:#fff !important;
		
}

.imageupload {
	padding-left:16px;
}
.imageupload p, .anfrageformular p {
	line-height: 1.2em;
	opacity: 0.8;
	width: 100%;
	margin-bottom: 30px;
}


.custom-upload {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.custom-upload input[type="file"] {
    display: none; 
}

.upload-btn {
    background: #1f1f26;
    color: #fff;
    padding: 12px 22px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease;
    border: 2px solid #2d2d36;
	margin-top:10px;
}

.upload-btn:hover {
    background: #2b2b35;
    border-color: #555;
}

.file-name {
    color: #bbb;
    font-size: 14px;
    font-style: italic;
}


@media (max-width: 800px) {
	.druck-anfrage-wrapper .anfrageformular {
    width: 100%;
}
	.druck-anfrage-wrapper #anfrage-preis {
    width: 100%;
	}
	.druck-anfrage-wrapper {
    flex-direction: column;
}
	.druck-anfrage-wrapper #anfrage-preis .price_inner {
		width: 100%;
		position: relative;
	}
}


/* Shop */

body.woocommerce-checkout.woocommerce-order-pay .main .woocommerce,
body.woocommerce-order-received .main .woocommerce {
	 width: calc(100vw - var(--main-padding) * 2);
    padding-left: calc(var(--main-padding));
    padding-right: calc(var(--main-padding));
}

body.woocommerce-order-received .main .woocommerce h1,
body.woocommerce-order-received .main .woocommerce h2,
body.woocommerce-order-received .main .woocommerce h3,
body.woocommerce-order-received .main .woocommerce h4{
	font-size: 30px !important;
	font-family: "nunito", sans-serif;
  font-weight: 400;
  font-style: normal;
	color:#c5c9d1 !important;
}

.woocommerce-order-overview {
	padding-left:0px !important;
}
.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	padding-bottom: 25px;
	font-size: 35px !important;
 font-family: "amatic-sc", sans-serif;
    font-weight: 700;
    font-style: normal;
	color:#c5c9d1 !important;
}

/* Tabelle als Karte */
.shop_table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0 14px; /* Abstand zwischen Reihen */
    background: transparent !important;
}

/* Zellen-Grundstyle */
.shop_table th,
.shop_table td {
    background: #1c1d20;
    color: #fff;
    padding: 18px 22px;
    border: none !important;
    font-size: 17px;
}

/* Kopfzeile dezenter */
.shop_table thead th {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8f939b;
    background: transparent;
    padding-bottom: 5px;
}

/* Produkt-Zeile als Block */
.shop_table tbody tr {
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
    border-radius: 10px;
    overflow: hidden;
}

/* Erste & letzte Zelle runden */
.shop_table tbody tr td:first-child {
    border-radius: 10px 0 0 10px;
}
.shop_table tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
    text-align: right;
}

/* Menge zentriert */
.product-quantity {
    text-align: center;
    font-weight: 600;
}

/* Summenbereich als eigene Gruppe */
.shop_table tfoot th,
.shop_table tfoot td {
    background: #151619;
    font-size: 16px;
}

/* Zwischensumme */
.shop_table tfoot tr:first-child td {
    color: #bfc4cc;
}

/* GESAMT hervorheben */
.shop_table tfoot tr:nth-child(2) td {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

/* MwSt kleiner & dezenter */
.shop_table tfoot tr:last-child td {
    font-size: 14px;
    color: #8f939b;
}

/* Preise rechts */
.product-total,
.product-subtotal {
    text-align: right;
    font-weight: 600;
}


tbody tr td {
	background: #c5c9d2 !important;
	color:#000 !important;
}
.woocommerce-error::before {
	display: none;
	
}
.woocommerce-error {
padding: 1em 2em;
	border-top: 0;
	border-radius: 10px;
	background: #303239;
	color:#FFF;
}

.payment_box {
	background: #1b1d20 !important;
	color:#FFF !important;
}
.payment_box::before {
	display: none !important;
}
.woocommerce ul.order_details {
  margin-left:0;
	padding-left: 0px !important;
	padding-top:5px;
}

h3.wc-bacs-bank-details-account-name, body.woocommerce-order-received .main .woocommerce h3.wc-bacs-bank-details-account-name {
	padding-top:15px;
	font-size: 22px !important;
}

#place_order {
	width: 100% !important;
	background: #c5c9d1 !important;
	text-transform: uppercase;
	border-radius: 10px;
	color:#000 !important;
	letter-spacing: 1px;
	padding-top:25px;
	padding-bottom: 25px;
}




@media (max-width: 768px) {
  .woocommerce-order-overview, .wc-bacs-bank-detail {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .woocommerce-order-overview li, .wc-bacs-bank-details li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px;
    font-size: 15px;
	 flex-direction: column;
	          justify-content: center;
	  margin:0 !important;
  }
	.wc-bacs-bank-details li {
		margin-top:12px !important;
		width: calc(100% - var(--main-padding));
	}
	.woocommerce-table, .woocommerce-order-details table, thead, tbody, tfoot {
		width: 100%;
		display: inline-block !important;
	}

	.woocommerce-table tfoot tr {
	display: flex;
    width: 100% !important;
		justify-content: space-between;
			margin-bottom: 10px;
}
	
		.woocommerce-table tfoot tr th {
			width: 40% !important;
}
			.woocommerce-table tfoot tr td {
			width: 60% !important;
				text-align: right;
}
	
  .woocommerce-order-overview li strong {
    font-weight: 600;
    white-space: nowrap;
  }
	.woocommerce-notice {
		line-height: 1.2em;
		text-align: center;
	}

	
}


.floating-button {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;

  background: #000;
  color: #fff;
  padding: 14px 22px;
  border-radius: 999px;

  font-weight: 600;
  text-decoration: none;

  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
	
	

  padding: 15px 30px;
  border: 2px solid #2c2c2c;
  background-color: #1a1a1a;
  color: #ffffff;
  font-size: 1.2rem;
  cursor: pointer;
  border-radius: 30px;
  transition: all 0.4s ease;
  outline: none;
  font-weight: normal;
  letter-spacing: 0.8px;
  box-shadow: rgb(15, 17, 18) 0px 20px 30px -10px;
text-transform: uppercase;
	display: none;
	text-align: center;
}

.floating-button:hover {
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0 12px 28px rgba(0,0,0,0.35);
  color: #fff;
}

@media (max-width: 768px) {
	.floating-button {
	display: block;
	}
	
	
	.headline.individuell .underline {
		width: 100%;
		margin-left: 0;
		bottom:-29px;
}
.footer > div {
    flex: 100%;
}
	.footer .kontakt_data {
		width: 100%;
	}
	.socket {
		padding-bottom: 120px;
		flex-direction: column;
	}
	.socket .menu-socket-menu-container ul {
		display: flex;
		        align-items: center;
        justify-content: center;
	}
	.socket p {
		text-align: center;
	}
	
}




.break {
  display: none;
}

@media (max-width: 600px) {
  .break {
    display: block;
  }
}


.mobile-break {
    display: none;
}

@media (max-width: 600px) {
    .mobile-break {
        display: block;
    }
}


.checkinfo .acf-label {
	display: none !important;
}
.checkinfo label {
	display: flex;
	gap: 10px;
	font-size: 16px !important;
	align-items: flex-start; /* Checkbox oben */
}

.checkinfo input[type="checkbox"] {
	margin-top: 3px; /* optional kleine Feinjustierung */
}