.tab-panel {
  margin: auto;
}
.tab-panel * {
  padding: 0;
  box-sizing: border-box;
}
.tab-panel > nav ul[role=tablist] {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  overflow-x: auto;
}
.tab-panel > nav ul[role=tablist] li[role=tab] {
  cursor: pointer;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
  border-bottom: none;
  margin-right: 5px;
  border-radius: 5px 5px 0 0;
  flex-shrink: 0;
}
.tab-panel > nav ul[role=tablist] li[role=tab]:hover {
  background-color: rgb(218.5, 218.5, 218.5);
}
.tab-panel > nav ul[role=tablist] a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
}
.tab-panel article.tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #cccccc;
  border-radius: 0 5px 5px 5px;
}
.tab-panel article.tab-content h2 {
  font-size: 1.5rem;
  color: #115200;
  margin-bottom: 0.5rem;
}
.tab-panel article.tab-content .teaser {
  font-size: 1rem;
  color: hsl(107.5609756098, 100%, -3.9215686275%);
}
.tab-panel:not(:has(:target)) article:first-of-type, .tab-panel:has(#home:target) article[data-tab-id=home], .tab-panel:has(#products:target) article[data-tab-id=products], .tab-panel:has(#contact-us:target) article[data-tab-id=contact-us], .tab-panel:has(#about-us:target) article[data-tab-id=about-us] {
  display: block;
}
.tab-panel:not(:has(:target)) nav li:first-child, .tab-panel:has(#home:target) li[data-tab-id=home], .tab-panel:has(#products:target) li[data-tab-id=products], .tab-panel:has(#contact-us:target) li[data-tab-id=contact-us], .tab-panel:has(#about-us:target) li[data-tab-id=about-us] {
  background-color: hsl(0, 0%, 110.6862745098%);
  font-weight: bold;
}

@font-face {
  font-display: swap;
  font-family: "Courgette";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/courgette.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Mohave";
  font-style: normal;
  src: url("/assets/fonts/Mohave-VariableFont_wght.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Mohave";
  font-style: italic;
  src: url("/assets/fonts/Mohave-Italic-VariableFont_wght.woff2") format("woff2");
}
header,
.header-content,
.header-logo,
h1,
h2,
p,
main,
.tabs .tab {
  transition-property: width, height, padding, margin, font-size, min-width, max-width;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}

body {
  font-family: "Mohave", sans-serif;
  margin: 0;
  padding: 0;
  transition: background-color 0.3s, color 0.3s;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Courgette", cursive;
  font-weight: 400;
  color: #115200;
}

header {
  position: relative;
  background-image: url("/assets/photos/hero-1280x600.jpg");
  background-size: cover;
  background-position: center;
  color: #115200;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 50px 20px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header.main-header {
  padding: 75px 20px;
  height: 250px;
}
header .header-content {
  background-color: rgba(255, 255, 255, 0.55);
  max-width: 1200px;
  border-radius: 8px;
  padding: 20px;
}
header .header-content .header-logo {
  float: left;
  height: 7em;
  margin-left: 3em;
}
header .header-content h1,
header .header-content p {
  margin: 0;
  z-index: 2;
}
header .header-content h1 {
  font-size: 2em;
}
header .header-content p {
  font-size: 1em;
  margin-top: 10px;
}

main {
  padding: 50px 15px;
  margin: auto;
  background-color: #ffffff;
  max-width: 1200px;
}
main h2 {
  font-size: 1.8em;
}
main p {
  line-height: 1.3em;
  margin: 0 0 10px 0;
  text-indent: 1em;
}
main p::first-letter {
  font-size: 1.2em;
  font-weight: 350;
}
main p.teaser {
  font-size: 1.4em;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
main p.teaser::first-letter {
  font-size: inherit;
  font-weight: inherit;
}

@media (min-width: 800px) {
  header.main-header {
    height: 450px;
  }
  header .header-content .header-content {
    min-width: 600px;
  }
  header .header-content .header-content .header-logo {
    height: 4.5em;
  }
  header .header-content h1 {
    font-size: 3em;
  }
  header .header-content p {
    font-size: 1.2em;
  }
  main {
    padding: 50px 20px;
    font-size: 1em;
    width: 80%;
  }
}

/*# sourceMappingURL=styles.css.map */
