.elementor-694 .elementor-element.elementor-element-70f6222{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-694 .elementor-element.elementor-element-dccc7cb > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-4f191a8 */:root {
    --cream: #f7f1e8;
    --beige: #e8d8c3;
    --sand: #c8a46a;
    --sand-dark: #9b7644;
    --brown: #2f2a24;
    --muted: #6f6254;
    --white: #fffaf3;
  }

  body {
    margin: 0;
    background: var(--cream);
  }

  .dt-site {
    font-family: "Inter", Arial, sans-serif;
    color: var(--brown);
    background: var(--cream);
    line-height: 1.6;
  }

  .dt-site * {
    box-sizing: border-box;
  }

  .dt-container {
    width: min(1180px, 92%);
    margin: 0 auto;
  }

  .dt-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(247, 241, 232, 0.96);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(47, 42, 36, 0.08);
  }

  .dt-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
  }

  .dt-logo {
    font-size: 24px;
    font-weight: 800;
    color: var(--brown);
    text-decoration: none;
    letter-spacing: -0.03em;
  }

  .dt-logo span {
    color: var(--sand-dark);
  }

  .dt-menu {
    display: flex;
    gap: 28px;
    align-items: center;
  }

  .dt-menu a {
    color: var(--brown);
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
  }

  .dt-menu a:hover {
    color: var(--sand-dark);
  }

  .dt-hero {
    min-height: 82vh;
    display: flex;
    align-items: center;
    background:
      linear-gradient(rgba(47, 42, 36, 0.45), rgba(47, 42, 36, 0.55)),
      url("https://die-tischler-mv.de/wp-content/uploads/2022/01/Die_Tischler_Werkstatt.jpg");
    background-size: cover;
    background-position: top;
  }

.dt-hero .dt-container {
  width: min(1500px, calc(100% - 24px));
}

.dt-hero-content {
  max-width: min(520px, calc(100vw - 32px));
  color: white;
  padding: 90px 0;
  margin-left: 0;
}

/* only shift left on very wide screens */
@media (min-width: 1700px) {
  .dt-hero-content {
    margin-left: -100px;
  }
}

/* medium desktop: smaller safe shift */
@media (min-width: 1400px) and (max-width: 1699px) {
  .dt-hero-content {
    margin-left: -40px;
  }
}

/* below 1400px: no negative margin */
@media (max-width: 1399px) {
  .dt-hero-content {
    margin-left: 0;
  }
}

  .dt-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 250, 243, 0.18);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .dt-hero h1,
  .dt-page-hero h1,
  .dt-section h2 {
    margin: 0 0 18px;
    line-height: 1.08;
    letter-spacing: -0.045em;
  }

  .dt-hero h1 {
    font-size: clamp(42px, 7vw, 82px);
    color: var(--white);
  }

  .dt-hero p {
    max-width: 620px;
    margin: 0 0 34px;
    font-size: clamp(18px, 2vw, 22px);
    color: rgba(255, 255, 255, 0.92);
  }

  .dt-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
  }

  .dt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    border-radius: 999px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.2s ease;
  }

  .dt-btn-primary {
    background: var(--sand);
    color: var(--brown);
  }

  .dt-btn-primary:hover {
    background: var(--brown);
    transform: translateY(-2px);
    color: var(--sand);
  }

  .dt-btn-light {
    background: rgba(255, 250, 243, 0.16);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.46);
  }
  
  .dt-btn-light:hover {
      background: rgba(47, 42, 36, .46);
      color: var(--sand) !important;
  }

  .dt-section {
    padding: 95px 0;
  }

  .dt-section-beige {
    background: var(--beige);
  }

  .dt-section-head {
    max-width: 760px;
    margin-bottom: 46px;
  }

  .dt-section-head.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .dt-kicker {
    color: var(--sand-dark);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.13em;
    margin-bottom: 10px;
  }

  .dt-section h2,
  .dt-page-hero h1 {
    font-size: clamp(34px, 4vw, 56px);
  }

  .dt-section-head p,
  .dt-text p {
    color: var(--muted);
    font-size: 18px;
  }

  .dt-page-hero {
    padding: 90px 0 70px;
    background: var(--beige);
  }

  .dt-page-hero p {
    max-width: 720px;
    color: var(--muted);
    font-size: 19px;
  }

  .dt-grid-2 {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 50px;
    align-items: center;
  }

  .dt-image-card {
    min-height: 630px;
    border-radius: 28px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 70px rgba(47, 42, 36, 0.16);
  }

  .dt-feature-list {
    display: grid;
    gap: 14px;
    margin-top: 28px;
  }

  .dt-feature {
    display: flex;
    gap: 12px;
    font-weight: 800;
  }

  .dt-feature span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    flex: 0 0 26px;
    background: var(--sand);
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .dt-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .dt-service-card {
    background: var(--white);
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(47, 42, 36, 0.08);
    transition: 0.25s ease;
  }

  .dt-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 60px rgba(47, 42, 36, 0.14);
  }

  .dt-service-img {
    height: 230px;
    background-size: cover;
    background-position: center;
  }

  .dt-service-content {
    padding: 26px;
  }

  .dt-service-content h3 {
    margin: 0 0 10px;
    font-size: 24px;
    letter-spacing: -0.03em;
  }

  .dt-service-content p {
    margin: 0;
    color: var(--muted);
  }

  .dt-gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px;
  }

  .dt-gallery-item {
    position: relative;
    min-height: 290px;
    border-radius: 26px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    box-shadow: 0 14px 40px rgba(47, 42, 36, 0.12);
  }

  .dt-gallery-item.large {
    grid-column: span 6;
    min-height: 420px;
  }

  .dt-gallery-item.medium {
    grid-column: span 3;
  }

  .dt-gallery-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 250, 243, 0.92);
    backdrop-filter: blur(8px);
  }

  .dt-gallery-caption strong {
    display: block;
  }

  .dt-gallery-caption span {
    font-size: 13px;
    color: var(--muted);
  }

  .dt-contact-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 34px;
  }

  .dt-card {
    background: var(--white);
    border-radius: 28px;
    padding: 34px;
    box-shadow: 0 14px 45px rgba(47, 42, 36, 0.09);
    text-align: center;
  }

  .dt-card h3 {
    margin-top: 0;
    font-size: 28px;
    letter-spacing: -0.03em;
}

.dt-card a:hover {
    color: var(--sand-dark);
    text-decoration: none;
  }
  
  .dt-card dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 18px;
  row-gap: 14px;
  margin: 0 auto;
  width: fit-content;
  text-align: left;
}

.dt-card dt {
  font-weight: 800;
  color: var(--brown);
}

.dt-card dd {
  margin: 0;
  color: var(--muted);
}

.dt-card dd a {
  color: var(--sand-dark);
  font-weight: 800;
  text-decoration: none;
}

.dt-card dd a:hover {
  color: var(--brown);
  font-weight: 800;
  text-decoration: none;
}

#list-card{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

  .dt-map-placeholder {
    min-height: 330px;
    border-radius: 24px;
    background:
      linear-gradient(rgba(47, 42, 36, 0.12), rgba(47, 42, 36, 0.12));
    background-size: cover;
    background-position: center;
  }

  .dt-legal {
    max-width: 850px;
  }

  .dt-legal h2 {
    margin-top: 42px;
    font-size: 30px;
  }

  .dt-legal p,
  .dt-legal li {
    color: var(--muted);
    font-size: 17px;
  }

  .dt-footer {
    background: var(--brown);
    color: white;
    padding: 30px 0;
  }

  .dt-footer-inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    font-size: 14px;
  }

  .dt-footer a {
    color: white;
    text-decoration: none;
    opacity: 0.9;
  }

  .dt-footer a:hover {
    color: var(--sand);
    opacity: 1;
  }

  @media (max-width: 980px) {
    .dt-grid-2,
    .dt-contact-grid {
      grid-template-columns: 1fr;
    }

    .dt-services-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .dt-gallery-item.large,
    .dt-gallery-item.medium {
      grid-column: span 6;
    }
  }

  @media (max-width: 720px) {
    .dt-nav {
      flex-direction: column;
      gap: 14px;
    }

    .dt-menu {
      gap: 16px;
      flex-wrap: wrap;
      justify-content: center;
    }

    .dt-section {
      padding: 70px 0;
    }

    .dt-services-grid {
      grid-template-columns: 1fr;
    }

    .dt-gallery-item.large,
    .dt-gallery-item.medium {
      grid-column: span 12;
    }

    .dt-footer-inner {
      flex-direction: column;
      text-align: center;
    }
  }/* End custom CSS */