:root {
  --emerald: #267a39;
  --dark-green: #1f4432;
  --white: white;
  --dark-olive-green: #464e29;
  --sage: #71b65c;
  --dark-khaki: #c1bb94;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Julius Sans One, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: var(--emerald);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Julius Sans One, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Julius Sans One, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

h5 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

li {
  background-image: url('../images/phil-darby-structures-icon.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-bottom: 10px;
  padding-left: 28px;
}

blockquote {
  border-left: 0 #000;
  margin-bottom: 10px;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
}

.body {
  color: var(--dark-green);
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

.contact-bar {
  z-index: 5000;
  background-color: var(--dark-green);
  color: #fff;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  padding-right: 50px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.white-link {
  opacity: .65;
  color: #fff;
  text-decoration: none;
}

.white-link:hover {
  opacity: 1;
  color: #fff;
}

.white-link.phone {
  opacity: .65;
  background-image: url('../images/phone-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-right: 20px;
  padding-left: 25px;
}

.white-link.phone:hover {
  opacity: 1;
}

.white-link.mail {
  opacity: .65;
  background-image: url('../images/email-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 25px;
}

.white-link.mail:hover {
  opacity: 1;
}

.white-link.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 25px;
}

.div {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.desktop-nav {
  opacity: .65;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: Julius Sans One, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.desktop-nav:hover {
  opacity: 1;
  color: var(--white);
  text-decoration: none;
}

.desktop-nav.home {
  margin-left: 0;
}

.logo {
  height: 100%;
}

.menu-wrapper {
  flex: auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar {
  color: #fff;
  background-color: #0000;
  flex: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.brand-link {
  z-index: 500;
  height: 100%;
}

.brand-link.w--current {
  flex: auto;
}

.trigger {
  height: 0;
}

.hamburger {
  width: 40px;
  height: 40px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  line-height: 42px;
  display: none;
  overflow: hidden;
}

.hamburger.w--open, .hamburger.w--open:hover, .hamburger.w--open:focus {
  background-color: #0000;
}

.mobile-menu {
  background-color: #ddd;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
}

.mobile-nav {
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Julius Sans One, sans-serif;
  font-size: 18px;
}

.mobile-nav:hover {
  text-decoration: none;
}

.right-arrow-2 {
  opacity: .5;
}

.right-arrow-2:hover {
  opacity: 1;
}

.fill-image {
  z-index: 0;
  flex: 1;
  align-self: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.fill-image.hero {
  object-fit: cover;
  inset: 0%;
}

.hero-rte {
  background-color: #1f4432b3;
  padding: 30px;
}

.hero-rte blockquote {
  margin-bottom: 0;
}

.hero-rte h1 {
  line-height: 1.1;
}

.div-hero-flex {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slide-nav-2 {
  display: none;
}

.left-arrow-2 {
  opacity: .5;
}

.left-arrow-2:hover {
  opacity: 1;
}

.hero-content {
  z-index: 100;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 90vw;
  height: 600px;
  margin-top: -600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 22px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.hero-wrapper {
  width: 100%;
  height: 600px;
  position: relative;
}

.hero-slider {
  height: 600px;
}

.section {
  margin-left: auto;
  margin-right: auto;
}

.header {
  z-index: 10000;
  background-color: var(--emerald);
  position: sticky;
  top: 0;
}

.imprint {
  color: #fff;
  text-align: center;
  background-color: #000;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 13px;
}

.imprint a {
  color: #fff;
  text-decoration: none;
}

.imprint a:hover {
  text-decoration: underline;
}

.imprint p {
  margin-bottom: 0;
}

.contact-wrapper {
  color: var(--emerald);
  margin-bottom: 10px;
}

.footer-grid {
  grid-column-gap: 75px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.spacer {
  height: 60px;
}

.spacer._40 {
  height: 40px;
}

.button {
  background-color: var(--emerald);
  background-image: linear-gradient(to bottom, var(--emerald), #1f4432b3);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  min-width: 140px;
  margin-top: auto;
  padding: 8px 16px;
  font-family: Julius Sans One, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.button:hover {
  color: #fff;
  background-color: #175a27;
  background-image: none;
  text-decoration: none;
}

.button.call {
  border: 1px solid var(--white);
  background-color: #02862c;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 7px 20px;
  display: none;
}

.footer {
  background-color: var(--emerald);
  background-image: linear-gradient(to bottom, var(--emerald), var(--dark-green));
  color: var(--white);
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer-heading h4 {
  margin-top: 5px;
  margin-bottom: 20px;
}

.location {
  opacity: .65;
  background-image: url('../images/location.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 25px;
}

.services {
  opacity: .65;
  background-image: url('../images/barn.svg');
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-top: 0;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

.overview {
  color: #b0c9b6;
  margin-top: 10px;
}

.twin-grid {
  grid-column-gap: 50px;
  border-radius: 6px;
  grid-template-rows: auto;
  margin-bottom: 60px;
  padding: 30px;
  box-shadow: 0 3px 20px 5px #0000001a;
}

.profile {
  border-radius: 100%;
  max-width: 180px;
}

.profile.small {
  max-width: 105px;
}

.profile-wrapper {
  float: left;
  margin-right: 20px;
}

.centred {
  text-align: center;
}

._100-image {
  width: 100%;
}

.narrow {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.logo-wrapper {
  text-align: center;
  padding-bottom: 60px;
}

.thumbnail {
  background-color: #0000;
  padding: 0;
}

.thumbnail:hover {
  opacity: .74;
}

.thumbnail.w--current {
  background-color: #0000;
}

.tabs-menu {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.three-grid {
  grid-column-gap: 3px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.67fr 1fr;
  margin-left: 3px;
  margin-right: 3px;
}

.slider {
  background-color: var(--white);
  height: 100%;
}

.slide-nav-3 {
  color: var(--emerald);
}

.left-arrow, .right-arrow {
  opacity: .5;
}

.button-wrapper {
  padding-top: 20px;
}

._3px-spacer {
  z-index: 10;
  background-color: var(--white);
  width: 100%;
  height: 3px;
  margin-top: -1px;
  position: relative;
}

.map {
  z-index: 50;
  flex: 1;
  width: 100%;
  margin-bottom: -8px;
  position: relative;
}

.form-block {
  width: 100%;
}

.form {
  margin-top: 4px;
}

.text-field {
  border-radius: 4px;
  min-height: 40px;
  margin-bottom: 30px;
}

.text-field:hover {
  border: 1px solid var(--emerald);
}

.text-field.message {
  min-height: 100px;
}

.green-link {
  color: var(--dark-olive-green);
  background-image: url('../images/email-green.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-left: 25px;
  text-decoration: none;
}

.green-link:hover {
  color: var(--emerald);
  text-decoration: underline;
}

.green-link.phone {
  background-image: url('../images/phone-green.svg');
  background-position: 0 1px;
  background-repeat: no-repeat;
  background-size: 16px;
}

.green-link.instgram {
  background-image: url('../images/instagram-green.svg');
  background-position: 0%;
  background-size: 16px;
}

.contact {
  padding-bottom: 15px;
}

.tabs-content {
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 991px) {
  .contact-bar {
    padding-right: 5vw;
  }

  .white-link, .white-link.phone, .white-link.mail {
    opacity: 1;
  }

  .desktop-nav {
    display: none;
  }

  .navbar {
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .brand-link {
    z-index: 2000;
  }

  .hamburger {
    z-index: 2000;
    background-image: url('../images/hamburger.svg');
    background-position: 100%;
    background-size: 80px;
  }

  .hamburger.w--open {
    background-color: #0000;
    background-image: url('../images/cross.svg');
    background-position: 100%;
    background-size: auto;
  }

  .mobile-menu {
    z-index: 10;
    background-color: var(--emerald);
    margin-top: -3px;
    padding-top: 0;
    padding-bottom: 20px;
    display: block;
  }

  .mobile-nav {
    justify-content: center;
    align-items: center;
    height: 80px;
    padding-left: 20px;
    display: flex;
  }

  .mobile-nav.last-one, .fill-image.hero {
    position: relative;
  }

  .hero-rte {
    background-color: #0000;
    padding-top: 40px;
    padding-bottom: 45px;
  }

  .div-hero-flex {
    width: 100%;
  }

  .hero-content {
    background-color: var(--dark-green);
    width: 100%;
    max-width: none;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-wrapper {
    height: auto;
  }

  .hero-slider {
    height: 60vw;
  }

  .contact-wrapper {
    opacity: .65;
  }

  .footer-grid {
    grid-column-gap: 5vw;
  }

  .twin-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding: 5vw;
  }

  .narrow {
    max-width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .hamburger {
    height: 75px;
  }

  .hero-content {
    font-size: 20px;
  }

  .footer-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .button.call {
    display: inline-block;
  }

  .form {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .contact-bar {
    justify-content: space-around;
    padding-left: 5px;
    padding-right: 5px;
  }

  .white-link.phone {
    margin-right: 2px;
  }

  .white-link.phone.small {
    padding-left: 20px;
    font-size: 13px;
  }

  .white-link.mail {
    margin-left: 2px;
  }

  .white-link.mail.small {
    padding-left: 20px;
    font-size: 13px;
  }

  .hero-content {
    font-size: 18px;
  }

  .button.call {
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
  }

  .three-grid {
    grid-row-gap: 3px;
    grid-template-columns: 1fr 1fr;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .rich-text-block {
    clear: left;
    padding-top: 15px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_43af62fd-3d5c-e6c4-3bf1-3bd09159de30-757b2f76 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ad113541-0414-eee4-8b83-09e87012042a-187b2f7d, #w-node-e532c51e-50c4-db7a-1a0c-f9325c0ec065-187b2f7d, #w-node-c53ba6b8-a79a-8369-1d3a-3baa6be90aee-187b2f7d, #w-node-_2da02591-9a3a-a921-06d4-afc4c761a728-187b2f7d, #w-node-b54a4eaf-ba5e-5318-2f92-115cc602a137-187b2f7d, #w-node-_74acde17-3736-370b-2ec1-ace5b870dfa1-d87b2f7e, #w-node-_74acde17-3736-370b-2ec1-ace5b870dfa6-d87b2f7e, #w-node-a4def696-29d9-e14b-81b9-0ee88f4279c1-d87b2f7e {
    grid-area: 1 / 1 / 2 / 3;
  }
}


