/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Divi Child Theme
 * Version:        1.1
 */


/*
Theme Name: LA Schmitt Custom Style
Author: WebAgency Synapse
Version: 1.0
*/



@import url("https://use.typekit.net/ang7vud.css");


/* ================================
   ROOT VARIABLES
================================ */

:root {
  --color-primary: #2F2F2F;
  --color-bg: #FFFFFF;
  --color-section: #F4F2EE;
  --color-neutral: #DCD9D4;
  --color-meta: #6B6B6B;
  --color-accent: #8c724b ;

  --max-width: 1400px;
}

/* ================================
   BASE
================================ */

body {
	font-family: "roboto", sans-serif;
font-weight: 300;
font-style: normal;
	
   
    font-size: 25px !important;
    letter-spacing: 2.23px;   
    text-align: start;  
  color: var(--color-primary);
  background-color: var(--color-bg);	
  line-height: 1.7;  
}

::selection {
  background: var(--color-accent);
  color: #ffffff;
}

/* ================================
   TYPOGRAPHY
================================ */

h1, h2, h3, h4 {
  font-weight: 500;

  color: var(--color-primary);
}

h1 {
	font-family: "optima-nova-lt-pro", sans-serif !important;
font-weight: 400;
font-style: normal;
  font-size: clamp(42px, 6vw, 92px);
  line-height: 1.05;
}

h2 {
	font-family: "roboto", sans-serif;
font-weight: 700;
font-style: normal;
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.3;
	letter-spacing: 1.23px;  
}

h3 {
	font-family: "roboto", sans-serif;
font-style: normal;
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.3px; 
}
h4 {
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.2px;
}

h5 {
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-meta);
}

h6 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: var(--color-meta);
}


a.link-arrow::before {
  content: "↗";
  display: inline-block;
  margin-right: 6px;
  font-size: 1.5em;
}

p {
  
}

.small-text {
    font-size: 16px;
    color: var(--color-accent);
    letter-spacing: 0.05em;
    line-height: 1.8em;
    padding-bottom: 10px !important;
    
}


.values-list p{
	font-size: 18px;
    
    letter-spacing: 0.05em;
    line-height: 1.8em;
    
}


.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4 {
  color: #ffffff;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.section-dark h1 {
  font-size: clamp(42px, 6vw, 92px);
  line-height: 1.05;
}
.section-dark h2 {
  font-size: clamp(28px, 3vw, 48px);
  line-height: 1.1;
}

.section-dark h3 {
  font-size: clamp(22px, 2.2vw, 32px);
  line-height: 1.2;
}
.section-dark h4 {
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.3;
}
.section-dark p {
  
  color: rgba(255, 255, 255, 0.85);
}

.section-dark ul,
.section-dark ol {
  padding-left: 1.2em;
}

.section-dark li {
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.4em;
}
.section-dark ul li::marker {
  color: var(--color-accent);
}
.section-dark a {
  color: var(--color-accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: 0.3s ease;
}

.section-dark a:hover {
  color: #ffffff;
  border-color: var(--color-accent);
}

.section-dark .divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 48px 0;
}
.section-dark .small-text {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}


/* ================================
   Video-Pfeil drehend
================================ */

/* ================================
   VIDEO RING COMPONENT
================================ */

.video-ring {
  position: relative;
  width: clamp(120px, 15vw, 190px);
  aspect-ratio: 1 / 1;   /* statt height */
  margin: 0 auto;
}







/* Clickable SVG Ring */
.ring-link {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SVG */
.ring-svg {
  width: 100%;
  height: 100%;
	max-width: 100%;
  display: block;
  transform-origin: 50% 50%;
  animation: ringRotate 18s linear infinite;
}

/* Text im Ring */
.ring-text {
  font-size: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
  fill: var(--color-primary); /* dunkler Ton */
  font-weight: 500;
}


/* Rotation */
@keyframes ringRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* Hover Verhalten */
.video-ring:hover .ring-svg {
  animation-play-state: paused;
}


.video-ring:hover .ring-text {
  fill: var(--color-accent);
}

.video-ring:hover .play-button {
  transform: scale(1.05);
}

.video-ring {
  cursor: pointer;
}



@media (max-width: 988px) {

  .video-ring {
    width: 100%;
    max-width: 150px;
  }
	


}



/* Accessibility – Motion reduzieren */
@media (prefers-reduced-motion: reduce) {
  .ring-svg {
    animation: none;
  }
}

/* ================================
   CENTER PLAY BUTTON
================================ */

.play-button {
  position: absolute;
  inset: 0;
  margin: auto;
 width: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid var(--color-bg);
  background: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover */
.play-button:hover {
  background: var(--color-primary);
}

/* Triangle */
.triangle {
  width: 0;
  height: 0;
  border-left: 22px solid var(--color-primary);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transition: 0.3s ease;
}

.play-button:hover .triangle {
  border-left-color: var(--color-bg);
}



/* ================================
   SECTIONS
================================ */

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

.section-small-text p{
	
	font-size: 21px;
	letter-spacing: 2px;
	line-height: 1.6;
	
}
.section-small-text li{
	
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.6;
	    font-weight: 300;
}

.section-dark {
 background: var(--color-primary);
	color: rgba(255, 255, 255, 0.92);   

}

.section-dark.section-dark-luxury {
  background:
    radial-gradient(
      ellipse at 75% 28%,
      rgba(138, 103, 170, 0.16) 0%,
      rgba(138, 103, 170, 0.06) 26%,
      transparent 52%
    ),
    radial-gradient(
      ellipse at 72% 72%,
      rgba(184, 151, 99, 0.22) 0%,
      rgba(184, 151, 99, 0.10) 28%,
      transparent 58%
    ),
    linear-gradient(
      135deg,
      #1E242A 0%,
      #262D34 42%,
      #2B2430 70%,
      #4E3B2B 100%
    );
}

@media only screen and (min-width: 1350px) {
   #et-main-area .et_pb_section.section-padding {
        padding: 100px 0 !important;
    }
}

@media (max-width: 980px) {
  .section-padding {
    padding: 70px 0;
  }
}

/* ================================
   CONTAINER
================================ */

.container-max {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 40px;
}

/* ================================
   HEADER
================================ */

header {
  background: var(--color-bg);
}

.hamburger span {
  background: var(--color-primary);
}

.hamburger span:hover {
  background: var(--color-accent);
}


/* ================================
   MOBILE MENU
================================ */
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-bottom: 0!important;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li a {
   
    font-size: 20px;
    line-height: 1.5em !important;
}
.dfh-168 .et-menu li li a {
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 12px 0 12px 0 !important;
    width: auto !important;
}
.dfh-168 .et-menu > li {
  
    padding: 9px 30px !important;
}
/* ================================
   OVERLAY MENU
================================ */

#menu-overlay {
  background: var(--color-bg);
}

#menu-overlay a {
  font-size: 48px;
  color: var(--color-primary);
  text-decoration: none;
  position: relative;
}

#menu-overlay a::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: var(--color-accent);
  transition: width 0.3s ease;
}

#menu-overlay a:hover::after {
  width: 100%;
}

/* ================================
   BUTTONS
================================ */

.btn-primary {
  background: var(--color-primary);
  color: #ffffff;
  border: 1px solid var(--color-primary);
  padding: 16px 36px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: var(--color-accent);
  border-color: var(--color-accent);
	    color: var(--color-primary);
}

.btn-outline {
  background: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  padding: 16px 36px;
  transition: all 0.3s ease;
}

.btn-outline:hover {
  background: var(--color-primary);
  color: #ffffff;
}



.section-dark .btn-dark-primary,
.section-dark .btn-dark-outline,
.section-dark .btn-dark-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  border-radius: 0;
  transition: all 0.3s ease;
  cursor: pointer;
}


.section-dark .btn-dark-primary {
  background: var(--color-accent);
  color: var(--color-primary);
  border: 1px solid var(--color-accent);
}

.section-dark .btn-dark-primary:hover {
  background: transparent;
  color: var(--color-accent);
}

.section-dark .btn-dark-outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.section-dark .btn-dark-outline:hover {
  background: #ffffff;
  color: var(--color-primary);
  border-color: #ffffff;
}

.section-dark .btn-dark-text {
  padding: 0;
  background: none;
  color: var(--color-accent);
  border: none;
  font-weight: 500;
  position: relative;
}

.section-dark .btn-dark-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: var(--color-accent);
  transition: transform 0.3s ease;
  transform: scaleX(0);
  transform-origin: left;
}

.section-dark .btn-dark-text:hover::after {
  transform: scaleX(1);
}

.section-dark a:focus,
.section-dark button:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 4px;
}

/* ================================
   Accordeon
================================ */
.section-dark .et_pb_accordion_item.et_pb_toggle.et_pb_module p{
	 
}



/* ================================
   TIMELINE
================================ */

.timeline {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 32px;
}

.timeline-item {
  position: relative;
  padding-left: 28px;
  border-left: 1px solid #d9d9d9;
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 4px;
  width: 9px;
  height: 9px;
  background: #6b6b6b;
  border-radius: 50%;
}

.timeline-item .small-text {
  margin-bottom: 6px;
  font-size: 24px;
  letter-spacing: 0.08em;
  
}

.timeline-item h3 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.3;
}

.timeline-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  
}

@media (max-width: 767px) {
  .timeline {
    gap: 22px;
  }

  .timeline-item {
    padding-left: 22px;
  }

  .timeline-item h3 {
    font-size: 18px;
  }

  .timeline-item p {
    font-size: 14px;
  }
}


/* ================================
   LINKS
================================ */

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

.et_pb_text_inner a {
	
	  text-decoration: underline;
}

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

/* ================================
   DIVIDER
================================ */

.divider {
  height: 1px;
  background: var(--color-neutral);
  margin: 40px 0;
}

/* ================================
   FOOTER
================================ */

footer {
  background: var(--color-bg);
  border-top: 1px solid var(--color-neutral);
 
}

footer a, .et_pb_text_2_tb_footer .et_pb_text_inner a {
  color: var(--color-neutral) !important;
}

footer a:hover , .et_pb_text_2_tb_footer .et_pb_text_inner a:hover{
  color: var(--color-accent) !important;
	text-decoration: underline;
}


/* ================================
   FORMS
================================ */

input, textarea {
  border: none;
  border-bottom: 1px solid var(--color-neutral);
  padding: 12px 0;
  background: transparent;
  font-size: 16px;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--color-accent);
}

/* ================================
   FOCUS ACCESSIBILITY
================================ */

a:focus,
button:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 4px;
}

/* ================================
   CHECKLISTE
================================ */

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  margin: 40px 0 50px;
}

.process-steps .step {
  position: relative;
  padding-top: 18px;
}

.process-steps .step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -20px;
  height: 1px;
  background: #c9b28a;
}

.process-steps .step:last-child::before {
  right: 0;
}

.process-steps .step-number {
  display: block;
  margin-bottom: 10px;
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #8b7a63;
}

.process-steps .step-label {
  display: block;
  font-size: 0.92rem;
  line-height: 1.4;
  color: #4a4a4a;
}



.process-steps .step.active::before {
  background: #b89763;
}
.process-steps .step {
  min-width: 0;
}

.process-steps .step-label {
  display: block;
  word-break: break-word;
}

@media (max-width: 980px) {
  .process-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 18px;
  }

  .process-steps .step::before {
    right: 0;
  }
}

@media (max-width: 640px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
}
/* ================================
   SERVICE OVERVIEW
================================ */

.service-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 36px;
  margin-top: 32px;
}

.service-item {
  padding: 26px 28px 24px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-color: hsl(from var(--gcid-hfqxeu7sa9) calc(h + 0) calc(s + 0) calc(l + 0) / 0.36);
	border-radius: 7px;
}

.service-item h3 {
  margin: 0 0 12px;
  font-size: 1.4rem;
     letter-spacing: 0.8px;
}

.service-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-list li {
  position: relative;
  margin: 0 0 10px;  
  font-size: 1rem;
      letter-spacing: 0;
}

.service-list li:last-child {
  margin-bottom: 0;
}



@media (max-width: 980px) {
  .service-overview {
    grid-template-columns: 1fr;
  }
}