/*
Theme Name: Schlüsseldienst Schimanski
Theme URI: https://www.schluesseldienst-schimanski.de/
Author: Schlüsseldienst Schimanski
Description: Originalgetreue WordPress-Umsetzung der bestehenden Website.
Version: 3.0.0
Text Domain: schimanski
*/
@font-face {
  font-family: "Brandon Grotesque";
  src: url("assets/fonts/brandon-grot-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir LT";
  src: url("assets/fonts/avenir-light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --white: #f2f2f2;
  --panel: #191919;
  --display: "Brandon Grotesque", "Trebuchet MS", sans-serif;
  --body: "Avenir LT", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: var(--body);
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  height: 160px;
  background: var(--black);
}

.header-inner {
  width: 100%;
  height: 100%;
  padding: 29px 5.85vw 0;
}

.site-title {
  display: inline-block;
  font-family: var(--display);
  font-size: 22px;
  line-height: 1.41;
  letter-spacing: 0;
}

.header-rule {
  height: 1px;
  margin-top: 27px;
  background: rgba(255, 255, 255, 0.88);
}

nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 8px;
  margin-left: -10px;
  white-space: nowrap;
}

nav a {
  padding: 0 10px;
  font-size: 14px;
  line-height: 25px;
}

.split-section {
  display: grid;
  grid-template-columns: 50% 50%;
  width: 100%;
  background: var(--black);
}

.service-section {
  height: 780px;
}

.split-copy {
  position: relative;
  min-width: 0;
  background: var(--black);
}

.service-copy-inner {
  padding: 113px 24px 0 16.25%;
}

.service-copy-inner h1,
.service-copy-inner li {
  margin: 0;
  font-family: var(--display);
  font-size: 28px;
  font-weight: 300;
  line-height: 1.375;
}

.service-copy-inner ul,
.product-copy ul {
  margin: 56px 0 0;
  padding: 0;
  list-style: none;
}

.service-copy-inner li {
  margin-bottom: 57px;
}

.split-photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.service-photo {
  background-image: url("assets/service.jpg");
}

.product-section {
  height: 1172px;
}

.product-copy {
  padding: 111px 45px 0;
  text-align: center;
}

.product-copy h2,
.contact-section h2,
.imprint-card h2,
.privacy-section > h2,
.privacy-copy > h2 {
  margin: 0;
  font-family: var(--display);
  font-size: 40px;
  font-weight: 300;
  line-height: 1.35;
}

.product-copy ul {
  margin-top: 38px;
}

.product-copy li {
  margin-bottom: 44px;
  font-family: var(--display);
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.product-photo {
  background-image: url("assets/products.jpg");
  background-position: center center;
}

.contact-section {
  min-height: 496px;
  padding: 111px 24px 90px;
  text-align: center;
}

.contact-section {
  font-size: 15px;
  line-height: 1.875;
}

.contact-section p,
.imprint-card p {
  margin: 0;
}

.contact-section > p:first-of-type {
  margin-top: 50px;
}

.imprint-wrap {
  min-height: 662px;
  padding: 0 max(24px, calc((100vw - 980px) / 2));
  background: var(--black);
}

.imprint-card {
  min-height: 662px;
  padding: 94px 40px 80px;
  background: var(--panel);
  text-align: center;
}

.imprint-card h2 {
  margin-bottom: 49px;
}

.imprint-card p {
  font-size: 15px;
  line-height: 1.875;
}

.privacy-section {
  padding: 188px 24px 80px;
  text-align: center;
}

.privacy-section > h2,
.privacy-copy > h2 {
  margin-bottom: 68px;
}

.privacy-copy {
  max-width: 780px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.875;
  text-align: center;
  overflow-wrap: anywhere;
}

.privacy-copy p,
.privacy-copy ul,
.privacy-copy li {
  margin: 0;
  padding: 0;
}

.privacy-copy ul {
  list-style: none;
}

.privacy-copy a {
  text-decoration: underline;
}

footer {
  padding: 38px 20px 52px;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.wp-content {
  max-width: 980px;
  min-height: 65vh;
  margin: 0 auto;
  padding: 90px 24px;
  font-size: 15px;
  line-height: 1.875;
}

.wp-content h1 {
  font-family: var(--display);
  font-size: 40px;
  font-weight: 300;
}

@media (max-width: 760px) {
  .site-header {
    height: auto;
    min-height: 160px;
  }

  .header-inner {
    padding: 27px 24px 25px;
  }

  .site-title {
    font-size: 20px;
  }

  .header-rule {
    margin-top: 24px;
  }

  nav {
    flex-wrap: wrap;
    gap: 3px 14px;
    margin: 9px 0 0 -10px;
  }

  .split-section {
    grid-template-columns: 1fr;
    height: auto;
  }

  .split-copy {
    min-height: 650px;
  }

  .service-copy-inner {
    padding: 76px 28px;
  }

  .service-copy-inner h1,
  .service-copy-inner li {
    font-size: 24px;
  }

  .service-copy-inner li {
    margin-bottom: 42px;
  }

  .split-photo {
    min-height: 70vw;
  }

  .product-copy {
    min-height: 920px;
    padding: 76px 20px 60px;
  }

  .product-copy h2,
  .contact-section h2,
  .imprint-card h2,
  .privacy-section > h2,
  .privacy-copy > h2 {
    font-size: 34px;
  }

  .product-copy li {
    margin-bottom: 36px;
    font-size: 20px;
  }

  .product-photo {
    min-height: 132vw;
  }

  .contact-section {
    min-height: 430px;
    padding-top: 84px;
  }

  .imprint-wrap {
    min-height: 0;
    padding: 0 18px;
  }

  .imprint-card {
    min-height: 620px;
    padding: 78px 20px 65px;
  }

  .privacy-section {
    padding: 120px 20px 55px;
  }

  .privacy-copy {
    font-size: 14px;
    line-height: 1.8;
  }
}
