/* Nitti Basic */
@font-face {
  font-family: "Nitti Basic";
  src: url("../fonts/NittiBasic-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nitti Basic";
  src: url("../fonts/NittiBasic-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v51-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v51-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v51-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  height: 100%;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

html {
  font-size: 1rem;
}

body {
  background-color: #f0f0f0;
  background-image: linear-gradient(to top, #f0f0f0 0%, #f3e7e9 20%, #e3eeff 60%, #e3eeff 100%);
  background-repeat: no-repeat;
  position: relative;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

b,
strong {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

h2 {
  font-size: 1.75rem;
  margin: 1rem 0;
  color: #000000;
}
h2.to-be-defined-h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  color: #000000;
  font-family: "Nitti Basic", Courier, monospace;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
}

.to-be-defined-h3 {
  font-size: 1.875rem;
  line-height: 2.375rem;
  margin: 1rem 0;
  color: #000000;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  max-width: 31.25rem;
}
@media screen and (min-width: 50rem) {
  .to-be-defined-h3 {
    font-size: 2.125rem;
    line-height: 2.875rem;
  }
}

p {
  margin: 1rem 0;
}

a {
  color: #92492d;
  text-decoration: none;
}
a:hover {
  color: #92492d;
  text-decoration: underline;
}

mark {
  background-color: #d5e285;
  padding: 0 0.1875rem ren(2px) 0.1875rem;
}

input,
button,
textarea,
select {
  padding: 0.5rem;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid #ccc;
}

.content {
  margin: 0 auto;
  max-width: 75rem;
}

.divider {
  padding: 0 1.5625rem 0.9375rem 1.5625rem;
}
@media screen and (min-width: 50rem) {
  .divider {
    padding-top: 0.9375rem;
  }
}
@media screen and (min-width: 76.25rem) {
  .divider {
    padding-left: 0;
    padding-right: 0;
  }
}

.text {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 1.5625rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 41.25rem) {
  .text {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (min-width: 76.25rem) {
  .text {
    padding-left: 0;
    padding-right: 0;
  }
}

.claim-teaser {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.5625rem;
}

.btn {
  display: inline-block;
  margin-top: 0.3125rem;
  padding: 0.5625rem 1.3125rem 0.6875rem 1.3125rem;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.1) 0rem 0.25rem 0.375rem -0.0625rem, rgba(0, 0, 0, 0.06) 0rem 0.125rem 0.25rem -0.0625rem;
  box-sizing: border-box;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.25rem;
  line-height: 1.2;
  border-radius: 1.375rem;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #51575D;
  border: 0.0625rem solid #51575D;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}
.btn:hover:not(:disabled) {
  color: rgb(242.25, 242.25, 242.25);
  background-color: rgb(57.2586206897, 61.5, 65.7413793103);
  border-color: rgb(57.2586206897, 61.5, 65.7413793103);
  text-decoration: none;
}
.btn:focus-visible {
  outline: 0.1875rem solid rgb(143.5603448276, 150.75, 157.9396551724);
  outline-offset: 0.125rem;
}
.btn:active:not(:disabled) {
  background-color: rgb(45.3879310345, 48.75, 52.1120689655);
  border-color: rgb(45.3879310345, 48.75, 52.1120689655);
  box-shadow: none;
  transform: translateY(0.0625rem);
}
.btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
  background-color: #51575D;
  border-color: #51575D;
  color: #ffffff;
}

.service-card-wrapper {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 1.5625rem;
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  row-gap: 0.9375rem;
}
@media screen and (min-width: 41.25rem) {
  .service-card-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 50rem) {
  .service-card-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 76.25rem) {
  .service-card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-card-wrapper .service-card {
  background-color: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  padding: 1.5625rem 0.9375rem 2.5rem 0.9375rem;
  text-align: center;
  border-radius: 0.1875rem;
  box-shadow: rgba(0, 0, 0, 0.1) -0.25rem 0.5625rem 1.5625rem -0.375rem;
}
.service-card-wrapper .service-card h3 {
  font-size: 1.25rem;
  margin-bottom: 0.9375rem;
}
.service-card-wrapper .service-card__wrapper-img {
  height: 7.5rem;
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service-card-wrapper .service-card p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
}

.card-wrapper {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
  display: grid;
  grid-template-columns: 1fr;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  row-gap: 1.375rem;
}
@media screen and (min-width: 50rem) {
  .card-wrapper {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 76.25rem) {
  .card-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.card-wrapper .card {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.9375rem;
  padding-bottom: 1.25rem;
  border-radius: 0.1875rem;
  box-shadow: rgba(0, 0, 0, 0.1) -0.25rem 0.5625rem 1.5625rem -0.375rem;
}
.card-wrapper .card h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #d2d4d4;
  color: #5e5e5e;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.card-wrapper .card h4 {
  display: inline-block;
  font-size: 0.75rem;
  margin-bottom: 0.375rem;
  font-family: "Nitti Basic", Courier, monospace;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
.card-wrapper .card p {
  margin-top: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.card-wrapper .card .btn-launch-project {
  display: inline-block;
  font-family: "Nitti Basic", Courier, monospace;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 0.3125rem;
  padding: 0.375rem 0.8125rem;
  border-radius: 0.0625rem;
  border: 0.0625rem solid #d2d4d4;
}
.card-wrapper .card .btn-launch-project:hover {
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0rem 0.25rem 0.375rem -0.0625rem, rgba(0, 0, 0, 0.06) 0rem 0.125rem 0.25rem -0.0625rem;
}

.services-teaser-grid {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0 1.5625rem;
  row-gap: 1.25rem;
}
@media screen and (min-width: 50rem) {
  .services-teaser-grid {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 1.1875rem;
         column-gap: 1.1875rem;
  }
}
@media screen and (min-width: 76.25rem) {
  .services-teaser-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.services-teaser-grid .services-teaser-grid-box {
  padding: 2.25rem 1.5rem 2rem 1.5rem;
  border: 0.1875rem solid #d2d4d4;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
}
.services-teaser-grid .services-teaser-grid-box svg {
  display: block;
  margin-bottom: 1rem;
}
.services-teaser-grid .services-teaser-grid-box h4 {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
.services-teaser-grid .services-teaser-grid-box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.services-teaser-grid .services-teaser-grid-box a {
  margin-top: auto;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.accessibility-teaser {
  display: flex;
  flex-direction: column;
  padding: 0 1.5625rem;
  gap: 1rem;
}
@media screen and (min-width: 56.25rem) {
  .accessibility-teaser {
    flex-direction: row;
    gap: 2rem;
  }
  .accessibility-teaser > div {
    flex: 1;
  }
  .accessibility-teaser div:nth-child(1) {
    order: 2;
  }
}
.accessibility-teaser p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
.accessibility-teaser div > img {
  width: 100%;
}

.how-we-work-teaser {
  padding: 0 1.5625rem;
}
.how-we-work-teaser p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
}
@media screen and (min-width: 50rem) {
  .how-we-work-teaser {
    display: flex;
    gap: 3rem;
  }
}
.how-we-work-teaser .box-wrapper {
  margin-top: 60px;
}
@media screen and (min-width: 1300px) {
  .how-we-work-teaser .box-wrapper > .box:nth-child(2) {
    transform: translateX(60px);
  }
  .how-we-work-teaser .box-wrapper > .box:nth-child(3) {
    transform: translateX(30px);
  }
  .how-we-work-teaser .box-wrapper > .box:nth-child(4) {
    transform: translateX(-10px);
  }
}
.how-we-work-teaser .box-wrapper > .box {
  padding: 1.25rem;
  margin-bottom: 1.75rem;
  box-shadow: rgba(0, 0, 0, 0.1) -0.25rem 0.5625rem 1.5625rem -0.375rem;
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
}
.how-we-work-teaser .box-wrapper > .box .icon-number {
  font-size: 1.25rem;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.25rem;
  background-color: #CCC;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.how-we-work-teaser .box-wrapper > .box p {
  margin-top: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5rem;
}

.our-team {
  display: flex;
  flex-direction: column;
  padding: 0 1.5625rem;
  gap: 1rem;
}
.our-team h2, .our-team h3 {
  text-align: center;
}
.our-team .to-be-defined-h3 {
  max-width: 100%;
}
.our-team .box-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-top: 20px;
  max-width: 960px; /* Zentriert die beiden Boxen sauber */
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (min-width: 50rem) {
  .our-team .box-wrapper {
    grid-template-columns: 1fr 1fr; /* Max 2 Spalten auf Desktop */
  }
}
.our-team .box-wrapper > .box {
  padding: 2rem 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) -0.25rem 0.5625rem 1.5625rem -0.375rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.our-team .box-wrapper > .box > img {
  border-radius: 50%;
  margin-bottom: 16px;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.our-team .box-wrapper > .box .icon-badge {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: inherit;
}
.our-team .box-wrapper > .box > h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 1.2rem;
}
.our-team .box-wrapper > .box > h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 12px;
  opacity: 0.8;
}
.our-team .box-wrapper > .box p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.profile {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 1.5625rem 1.5625rem;
  line-height: 1.25rem;
}
@media screen and (min-width: 76.25rem) {
  .profile {
    padding-left: 0;
    padding-right: 0;
  }
}
.profile h3 {
  font-size: 1.125rem;
  padding: 1rem 0;
}
@media screen and (min-width: 35rem) {
  .profile h3 {
    padding-top: 0;
  }
}
.profile p {
  font-size: 1.0625rem;
  line-height: 1.4rem;
  margin-top: 0;
}
.profile--img {
  margin-bottom: 1rem;
  width: 70%;
  height: 70%;
  min-width: 12rem;
  min-height: 12rem;
}
@media screen and (min-width: 30rem) {
  .profile--img {
    width: 50%;
    height: 50%;
  }
}
@media screen and (min-width: 35rem) {
  .profile--img {
    float: left;
    width: 13.75rem;
    height: 13.75rem;
    margin-right: 2rem;
  }
}

.customers {
  display: grid;
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
  row-gap: 0.9375rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  overflow-x: scroll;
}
@media screen and (min-width: 41.25rem) {
  .customers {
    grid-template-columns: 1fr 1fr;
    overflow-x: auto;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 50rem) {
  .customers {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 75rem) {
  .customers {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
.customers img {
  align-self: center;
  width: 10rem;
}
.customers img.swisscom {
  width: 12rem;
  position: relative;
  left: -1.25rem;
}
.customers img.zkb {
  width: 10.5rem;
  margin-bottom: 1rem;
}
.customers img.zurich {
  margin-bottom: 1rem;
}
.customers img.otto {
  width: 7.5rem;
  margin-bottom: 0.75rem;
}
.customers img.lufthansa {
  width: 13rem;
  margin-bottom: 0.75rem;
}
.customers img.funke {
  width: 7.5rem;
  margin-bottom: 0.75rem;
}
.customers img.adnovum {
  width: 10.5rem;
  margin-bottom: 0.75rem;
}
.customers img.postfinance {
  width: 11rem;
  margin-bottom: 0.75rem;
}

.contact__map-wrapper {
  padding: 0 1.5625rem;
}
@media screen and (min-width: 76.25rem) {
  .contact__map-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact__map-wrapper__google {
  background-color: #e3e3e3;
  width: 100%;
  height: 500px;
  border: 0;
}

.banner-notification {
  display: none;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.75rem;
}
.banner-notification.success {
  display: block;
  background-color: #d4edda;
  color: #155724;
}
.banner-notification.error {
  display: block;
  background-color: #f8d7da;
  color: #721c24;
}

#popover-contact:popover-open,
#popover-contact-a11y:popover-open {
  position: fixed;
  inset: 0;
  margin: auto;
  width: 90vw;
  max-width: 31.25rem;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 90vh;
  overflow-y: auto;
  border: 1px solid #5e5e5e;
  border-radius: 5px;
  padding: 1.25rem 1.5rem;
}
@media (min-width: 50rem) {
  #popover-contact:popover-open,
  #popover-contact-a11y:popover-open {
    padding: 1.5rem 2.5rem 2.5rem 2.5rem;
  }
}
#popover-contact:popover-open .close-popover-contact,
#popover-contact:popover-open .close-popover-contact-a11y,
#popover-contact-a11y:popover-open .close-popover-contact,
#popover-contact-a11y:popover-open .close-popover-contact-a11y {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.5rem;
  cursor: pointer;
  border: none;
  background: none;
}
@media (min-width: 50rem) {
  #popover-contact:popover-open .close-popover-contact,
  #popover-contact:popover-open .close-popover-contact-a11y,
  #popover-contact-a11y:popover-open .close-popover-contact,
  #popover-contact-a11y:popover-open .close-popover-contact-a11y {
    top: 1.5rem;
    right: 1.5rem;
    padding: 0;
  }
}
#popover-contact:popover-open .to-be-defined-h3,
#popover-contact-a11y:popover-open .to-be-defined-h3 {
  max-width: 100%;
  font-size: 1.35rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 50rem) {
  #popover-contact:popover-open .to-be-defined-h3,
  #popover-contact-a11y:popover-open .to-be-defined-h3 {
    font-size: 1.6rem;
  }
}
#popover-contact:popover-open p,
#popover-contact-a11y:popover-open p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.4rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media (min-width: 50rem) {
  #popover-contact:popover-open p,
  #popover-contact-a11y:popover-open p {
    line-height: 1.5rem;
    margin-bottom: 25px;
  }
}
#popover-contact:popover-open form,
#popover-contact-a11y:popover-open form {
  display: flex;
  flex-direction: column;
}
#popover-contact:popover-open form input,
#popover-contact:popover-open form textarea,
#popover-contact-a11y:popover-open form input,
#popover-contact-a11y:popover-open form textarea {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.375rem;
}
#popover-contact:popover-open form small,
#popover-contact-a11y:popover-open form small {
  display: block;
  margin-top: 0.375rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}
#popover-contact:popover-open form .btn,
#popover-contact-a11y:popover-open form .btn {
  margin-top: 1.5rem;
  width: 100%;
}
@media (min-width: 50rem) {
  #popover-contact:popover-open form .btn,
  #popover-contact-a11y:popover-open form .btn {
    margin-top: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
    align-self: flex-end;
  }
}

#popover-contact::backdrop,
#popover-contact-a11y::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.header {
  position: relative;
}
@media screen and (min-width: 50rem) {
  .header {
    display: flex;
    align-items: center;
  }
}
.header .show-logo-small {
  display: block;
}
@media screen and (min-width: 50rem) {
  .header .show-logo-small {
    display: none;
  }
}
.header .show-logo-large {
  display: none;
}
@media screen and (min-width: 50rem) {
  .header .show-logo-large {
    display: block;
  }
}
.header .logo-small {
  width: 16.25rem;
  padding: 1.25rem 0 0.75rem 0;
  margin-left: 1.125rem;
}
.header .logo-large {
  width: 16.25rem;
  padding: 0.9375rem 0;
  margin-left: 0.625rem;
}
@media screen and (min-width: 75rem) {
  .header .logo-large {
    width: 17.5rem;
    padding: 1.25rem 0;
    margin-left: 0;
  }
}
.header nav {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}
@media screen and (min-width: 41.25rem) {
  .header nav {
    overflow-x: auto;
    white-space: normal;
  }
}
@media screen and (min-width: 50rem) {
  .header nav {
    margin-left: 1.875rem;
  }
}
@media screen and (min-width: 76.25rem) {
  .header nav {
    margin-left: 2.5rem;
  }
}
.header nav a,
.header nav button {
  color: #000000;
  display: inline-block;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.375rem;
  line-height: 2;
  padding: 0 1.25rem 0.65rem 1.25rem;
}
@media screen and (min-width: 50rem) {
  .header nav a,
  .header nav button {
    padding: 0 1.25rem;
  }
}
.header nav a,
.header nav button {
  border: none;
  background: none;
  cursor: pointer;
}
.header nav a:hover,
.header nav button:hover {
  -webkit-text-decoration: underline rgb(69.1293103448, 74.25, 79.3706896552);
          text-decoration: underline rgb(69.1293103448, 74.25, 79.3706896552);
  text-underline-offset: 0.375rem;
  text-decoration-thickness: 2px;
}
.header nav a.active,
.header nav button.active {
  color: #92492d;
}

.hero {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 18.75rem;
  padding: 1.5625rem;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  margin-bottom: 2rem;
}
@media screen and (min-width: 41.25rem) {
  .hero {
    height: 21.875rem;
  }
}
@media screen and (min-width: 50rem) {
  .hero {
    height: 26.25rem;
  }
}
@media screen and (min-width: 56.25rem) {
  .hero {
    height: 31.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .hero {
    height: 37.5rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0rem 0.8125rem 1.6875rem -0.3125rem, rgba(0, 0, 0, 0.3) 0rem 0.5rem 1rem -0.5rem;
    border-radius: 0.125rem;
    background-position: center 75%;
    margin-bottom: 3rem;
  }
}
.hero.home {
  background-image: url("../img/heros/2403856281.jpg");
}

.element-before-footer {
  padding-bottom: 6.25rem;
}

.footer {
  border-top: 0.0625rem solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.625rem;
  padding-bottom: 0.875rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer nav a {
  color: #5e5e5e;
  display: inline-block;
  margin-right: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
}
.footer nav a:hover {
  color: #5e5e5e;
}/*# sourceMappingURL=style.css.map */