/*
Theme Name: adviesinbalans
Theme URI: https://adviesinbalans.nl/
Author: Ayham Koutiney
Author URI: https://adviesinbalans.nl/
Description: This theme is made by Ayham Koutiney.
Version: 1.0
Text Domain: adviesinbalans
*/
/* TODO: Fill in the correct information above */
/* TODO: Vervang de screenshot.png */
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
/* EXAMPLE:
$text_color: #333;
$red: #FF0000;



*/
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
/* EXAMPLE:
$text_color: #333;
$red: #FF0000;



*/
.header-new {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(20, 20, 20, 0.95);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(225, 186, 102, 0.1);
}

.header-new__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  max-width: 1440px;
}

.header-new__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.header-new__logo {
  max-height: 3rem;
  width: auto;
  display: block;
}

.header-new__site-name {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.header-new__nav {
  flex: 1;
  justify-content: center;
}
@media screen and (min-width: 992px) {
  .header-new__nav {
    display: flex !important;
  }
}

.header-new__nav-inner {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .header-new__nav-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.header-new__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1.5rem;
}
.header-new__menu li {
  margin: 0;
}
.header-new__menu a,
.header-new__menu .nav-link {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  padding-bottom: 0.25rem;
  border-bottom: 2px solid transparent;
}
.header-new__menu a:hover,
.header-new__menu .active a {
  color: #E1BA66;
}
.header-new__menu .active a {
  border-bottom-color: #E1BA66;
}

.header-new__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-new__cta-mobile {
  display: block;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(225, 186, 102, 0.15);
}
@media screen and (min-width: 992px) {
  .header-new__cta-mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-new__cta--desktop {
    display: none !important;
  }
}

.header-new__cta {
  padding: 0.625rem 1.5rem !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
}

.header-new__toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0.5rem;
  background: transparent;
  border: 1px solid rgba(225, 186, 102, 0.3);
  color: #E1BA66;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  transition: background 0.2s, border-color 0.2s;
}
@media screen and (min-width: 992px) {
  .header-new__toggler {
    display: none;
  }
}
.header-new__toggler:hover {
  background: rgba(225, 186, 102, 0.08);
  border-color: rgba(225, 186, 102, 0.5);
}
.header-new__toggler:focus-visible {
  outline: 2px solid #E1BA66;
  outline-offset: 2px;
}

.header-new__toggler-icon {
  position: absolute;
  transition: opacity 0.2s, transform 0.2s;
  font-size: 1.25rem;
}

.header-new__toggler-icon--close {
  opacity: 0;
}

.header-new__toggler[aria-expanded=true] .header-new__toggler-icon--open {
  opacity: 0;
}

.header-new__toggler[aria-expanded=true] .header-new__toggler-icon--close {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  body.header-menu-open {
    overflow: hidden;
    touch-action: none;
  }
}
.pt-header-new {
  padding-top: max(96px, env(safe-area-inset-top));
}

.text-primary {
  color: #E1BA66 !important;
}

@media screen and (max-width: 991px) {
  .header-new__inner {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }
  .header-new__actions {
    display: none;
  }
  .header-new__nav {
    width: 100%;
    order: 3;
    margin-top: 0;
    flex-basis: 100%;
    background: rgba(20, 20, 20, 0.98);
    border-top: 1px solid rgba(225, 186, 102, 0.1);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: height 0.3s ease;
  }
  .header-new__nav-inner {
    padding: 1rem 0 1.25rem;
  }
  .header-new__menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
  }
  .header-new__menu li {
    border-bottom: 1px solid rgba(225, 186, 102, 0.08);
    width: 100%;
  }
  .header-new__menu li:last-child {
    border-bottom: none;
  }
  .header-new__menu a,
  .header-new__menu .nav-link {
    display: block;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    border-bottom: none !important;
    min-height: 48px;
    display: flex;
    align-items: center;
  }
  .header-new__menu a:hover,
  .header-new__menu .active a {
    background: rgba(225, 186, 102, 0.06);
    color: #E1BA66;
  }
  .header-new__menu a:focus-visible,
  .header-new__menu .nav-link:focus-visible {
    outline: 2px solid #E1BA66;
    outline-offset: -2px;
  }
  .header-new__cta-mobile .header-new__cta {
    display: block;
    text-align: center;
    margin: 0 1rem;
    padding: 0.875rem 1.5rem !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-new__nav-inner {
    padding: 1.25rem 1.5rem 1.5rem;
  }
  .header-new__menu a,
  .header-new__menu .nav-link {
    padding: 0.875rem 1.25rem;
    min-height: 52px;
    font-size: 1.0625rem;
  }
  .header-new__cta-mobile .header-new__cta {
    margin: 0 1.25rem;
    padding: 1rem 1.5rem !important;
  }
}
.new-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .new-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.section-new {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .section-new {
    padding: 3rem 0;
  }
}

.section-new-sm {
  padding: 3rem 0;
}

.bg-dark-new {
  background-color: #141414;
}

.bg-dark-alt {
  background-color: #1a1a1a;
}

.bg-footer-new {
  background-color: #0a0a0a;
}

.hero-new {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-top: max(96px, env(safe-area-inset-top));
  padding-right: max(2rem, env(safe-area-inset-right));
  padding-bottom: 5rem;
  padding-left: max(2rem, env(safe-area-inset-left));
  background: linear-gradient(135deg, #141414 0%, #1a1a1a 50%, #141414 100%);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .hero-new {
    padding-right: max(1.5rem, env(safe-area-inset-right));
    padding-left: max(1.5rem, env(safe-area-inset-left));
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .hero-new {
    padding-right: max(1rem, env(safe-area-inset-right));
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .hero-new {
    padding-right: max(0.75rem, env(safe-area-inset-right));
    padding-left: max(0.75rem, env(safe-area-inset-left));
  }
}
.hero-new.hero-new--has-bg {
  background-image: linear-gradient(135deg, rgba(20, 20, 20, 0.85) 0%, rgba(26, 26, 26, 0.82) 50%, rgba(20, 20, 20, 0.85) 100%), var(--hero-bg-image);
  background-size: cover;
  background-position: center;
}
.hero-new::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.15;
  pointer-events: none;
  background: radial-gradient(circle at 20% 20%, #E1BA66 0%, transparent 50%), radial-gradient(circle at 80% 80%, #E1BA66 0%, transparent 50%);
}
.hero-new .hero-new__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.hero-new .hero-new__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.25rem;
  margin-bottom: 1.5rem;
  background: rgba(225, 186, 102, 0.1);
  border: 1px solid rgba(225, 186, 102, 0.2);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #E1BA66;
}
.hero-new .hero-new__title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(2rem, 5vw, 3.75rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.hero-new .hero-new__title .text-primary {
  color: #E1BA66;
}
.hero-new .hero-new__subtitle {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.125rem;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.hero-new .hero-new__checks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-bottom: 2rem;
}
.hero-new .hero-new__checks span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
}
.hero-new .hero-new__checks i {
  color: #E1BA66;
}
.hero-new .hero-new__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.hero-new .hero-new__scrolldown {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #E1BA66;
  text-decoration: none;
  z-index: 2;
  animation: hero-scrolldown-bounce 2s ease-in-out infinite;
}
.hero-new .hero-new__scrolldown:hover {
  color: rgb(231.6885245902, 201.3836065574, 136.1114754098);
}
.hero-new .hero-new__scrolldown i {
  font-size: 1.5rem;
}

@keyframes hero-scrolldown-bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(0.5rem);
  }
}
.hero-new--full {
  min-height: 700px;
}
@media screen and (max-width: 768px) {
  .hero-new--full {
    min-height: 600px;
  }
}

.btn-new-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: #E1BA66;
  color: #141414;
  font-weight: 700;
  font-size: 1rem;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.btn-new-primary:hover {
  background: rgb(220.8196721311, 176.3852459016, 80.6803278689);
  color: #141414;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(225, 186, 102, 0.25);
}

.btn-new-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  border: 2px solid rgba(225, 186, 102, 0.5);
  border-radius: 2px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}
.btn-new-outline:hover {
  border-color: #E1BA66;
  background: rgba(225, 186, 102, 0.05);
  color: #fff;
  text-decoration: none;
}

.section-title-new {
  text-align: center;
  margin-bottom: 3rem;
}
.section-title-new .section-title-new__badge {
  display: inline-block;
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
  background: rgba(225, 186, 102, 0.1);
  border: 1px solid rgba(225, 186, 102, 0.2);
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #E1BA66;
}
.section-title-new .section-title-new__heading {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.section-title-new .section-title-new__divider {
  width: 6rem;
  height: 4px;
  margin: 1rem auto 0;
  background: #E1BA66;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 992px) {
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 992px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.expertise-new {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .expertise-new {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .expertise-new.expertise-new--no-image {
    grid-template-columns: 1fr;
    max-width: 42rem;
    margin: 0 auto;
  }
}

.expertise-new__media {
  position: relative;
}
.expertise-new__media .expertise-new__img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 2px;
}
.expertise-new__media .expertise-new__badge-box {
  position: absolute;
  bottom: -1.5rem;
  right: -1.5rem;
  background: #E1BA66;
  color: #141414;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  max-width: 14rem;
}
.expertise-new__media .expertise-new__badge-value {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
}
.expertise-new__media .expertise-new__badge-label {
  font-size: 0.875rem;
  opacity: 0.9;
}

.expertise-new__content .section-title-new__badge {
  margin-bottom: 0.5rem;
}

.expertise-new__title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.expertise-new__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.expertise-features-new {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.expertise-feature-new {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.expertise-feature-new .expertise-feature-new__icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 186, 102, 0.1);
  border-radius: 2px;
  color: #E1BA66;
  font-size: 1.25rem;
}
.expertise-feature-new .expertise-feature-new__title {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.expertise-feature-new .expertise-feature-new__text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

.expertise-new__stats {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(225, 186, 102, 0.1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: center;
}
.expertise-new__stats .expertise-new__stat-value {
  color: #E1BA66;
  font-family: "Playfair Display", serif;
  font-size: 1.75rem;
  font-weight: 700;
}
.expertise-new__stats .expertise-new__stat-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
}

.sector-card-new {
  background: #1a1a1a;
  border: 1px solid rgba(225, 186, 102, 0.1);
  border-radius: 2px;
  padding: 1.5rem;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
}
.sector-card-new:hover {
  border-color: rgba(225, 186, 102, 0.3);
  background: rgb(20.9, 20.9, 20.9);
}
.sector-card-new .sector-card-new__icon {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 186, 102, 0.1);
  border-radius: 2px;
  color: #E1BA66;
  font-size: 1.5rem;
}
.sector-card-new .sector-card-new__title {
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.sector-card-new .sector-card-new__desc {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
}

.tools-new {
  background: #1a1a1a;
  border: 1px solid rgba(225, 186, 102, 0.1);
  border-radius: 2px;
  padding: 2.5rem;
}
@media screen and (min-width: 768px) {
  .tools-new {
    padding: 3rem;
  }
}

.tools-new__inner {
  display: grid;
  gap: 2rem;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .tools-new__inner {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

.tools-new__title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.tools-new__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.tools-new__media {
  position: relative;
}
.tools-new__media .tools-new__img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 400px;
  object-fit: cover;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .tools-new__media .tools-new__img {
    min-height: 320px;
  }
}

.tools-new__list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.tools-new__list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
}
.tools-new__list li i {
  color: #E1BA66;
  margin-top: 0.2rem;
}

.app-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 1.5rem;
}
.app-store-badges a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(225, 186, 102, 0.25);
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: background 0.2s, border-color 0.2s;
}
.app-store-badges a:hover {
  background: rgba(225, 186, 102, 0.1);
  border-color: rgba(225, 186, 102, 0.4);
  color: #fff;
}
.app-store-badges .app-store-badges__label {
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 0.125rem;
}
.app-store-badges .app-store-badges__name {
  font-size: 1rem;
  font-weight: 600;
}

.footer-new__app {
  margin-top: 1rem;
}
.footer-new__app .footer-new__app-label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.5rem;
}
.footer-new__app .footer-new__app-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.footer-new__app .footer-new__app-links a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.6rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(225, 186, 102, 0.2);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.75rem;
  transition: background 0.2s, border-color 0.2s;
}
.footer-new__app .footer-new__app-links a:hover {
  background: rgba(225, 186, 102, 0.1);
  border-color: rgba(225, 186, 102, 0.35);
  color: #fff;
}
.footer-new__app .footer-new__app-links a.footer-new__app-link--disabled {
  opacity: 0.85;
  cursor: default;
  pointer-events: none;
}

.card-new {
  background: #141414;
  border: 1px solid rgba(225, 186, 102, 0.1);
  border-radius: 2px;
  padding: 2rem;
  transition: border-color 0.2s;
}
.card-new:hover {
  border-color: rgba(225, 186, 102, 0.3);
}

.card-new__icon {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 186, 102, 0.1);
  border-radius: 2px;
  margin-bottom: 1.5rem;
  color: #E1BA66;
  font-size: 1.5rem;
}

.card-new__title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.card-new__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 1.6;
}
.card-new__text p {
  font-size: 1.1rem;
}

.stats-row-new {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 2rem;
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(225, 186, 102, 0.1);
}

.stats-row-new__value {
  color: #E1BA66;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
}

.stats-row-new__label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}

.process-steps-new {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  .process-steps-new {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .process-steps-new {
    grid-template-columns: 1fr;
  }
}

.process-step-new {
  text-align: center;
  position: relative;
  z-index: 1;
}
.process-step-new .process-step-new__number {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E1BA66;
  color: #141414;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 50%;
}
.process-step-new .process-step-new__title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.process-step-new .process-step-new__text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 1.5;
}

.process-steps-new--intro::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(225, 186, 102, 0.2);
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .process-steps-new--intro::before {
    display: none;
  }
}
.process-steps-new--intro .process-step-intro {
  text-align: center;
  position: relative;
  z-index: 1;
}
.process-steps-new--intro .process-step-intro .process-step-intro__circle {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
}
.process-steps-new--intro .process-step-intro .process-step-intro__circle--filled {
  background: #E1BA66;
  color: #141414;
}
.process-steps-new--intro .process-step-intro .process-step-intro__circle--outline {
  background: #141414;
  border: 2px solid #E1BA66;
  color: #E1BA66;
}
.process-steps-new--intro .process-step-intro .process-step-intro__dot {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: #E1BA66;
  border-radius: 50%;
  border: 4px solid #1a1a1a;
}
.process-steps-new--intro .process-step-intro .process-step-intro__title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.process-steps-new--intro .process-step-intro .process-step-intro__text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  line-height: 1.5;
}

.cta-banner-new {
  background: linear-gradient(135deg, #E1BA66 0%, rgb(218.3114754098, 170.6163934426, 67.8885245902) 100%);
  padding: 5rem 2rem;
  text-align: center;
}
.cta-banner-new .cta-banner-new__title {
  color: #141414;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.cta-banner-new .cta-banner-new__text {
  color: rgba(20, 20, 20, 0.8);
  font-size: 1.125rem;
  max-width: 42rem;
  margin: 0 auto 2rem;
}
.cta-banner-new .cta-banner-new__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.form-new .nf-form-content {
  background: #1a1a1a !important;
  border: 1px solid rgba(225, 186, 102, 0.1);
  border-radius: 2px;
  padding: 2rem !important;
}

.form-new .nf-field-label {
  color: #fff !important;
}

.form-new input[type=text],
.form-new input[type=email],
.form-new input[type=tel],
.form-new textarea,
.form-new select {
  background: #141414 !important;
  border: 1px solid rgba(225, 186, 102, 0.2) !important;
  border-radius: 2px !important;
  color: #fff !important;
  padding: 0.75rem 1rem !important;
  width: 100% !important;
}

.form-new input:focus,
.form-new textarea:focus,
.form-new select:focus {
  border-color: #E1BA66 !important;
  outline: none !important;
}

.form-new .nf-form-content button,
.form-new .nf-form-content input[type=button],
.form-new .nf-form-content input[type=submit] {
  background: #E1BA66 !important;
  color: #141414 !important;
  font-weight: 700 !important;
  border: none !important;
  padding: 1rem 2rem !important;
  border-radius: 2px !important;
  width: 100%;
  cursor: pointer;
  text-decoration: none !important;
}

.form-new .nf-form-content button:hover,
.form-new .nf-form-content input[type=submit]:hover {
  background: rgb(220.8196721311, 176.3852459016, 80.6803278689) !important;
  text-decoration: none !important;
}

.footer-new {
  background: #0a0a0a;
  border-top: 1px solid rgba(225, 186, 102, 0.1);
  padding: 4rem 0 2rem;
}

.footer-new__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  .footer-new__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .footer-new__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.footer-new__logo {
  max-width: 12rem;
  height: auto;
  margin-bottom: 1rem;
}

.footer-new__site-name {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  display: block;
  margin-bottom: 1rem;
}

.footer-new__tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.footer-new__socials {
  display: flex;
  gap: 0.5rem;
}

.footer-new__social {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 186, 102, 0.1);
  border-radius: 2px;
  color: #E1BA66;
  transition: background 0.2s;
}
.footer-new__social:hover {
  background: rgba(225, 186, 102, 0.2);
  color: #E1BA66;
}

.footer-new__heading {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.footer-new__links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-new__links a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-new__links a:hover {
  color: #E1BA66;
}
.footer-new__links li {
  margin-bottom: 0.75rem;
}

.footer-new__contact {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-new__contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}
.footer-new__contact i {
  color: #E1BA66;
  margin-top: 0.2rem;
  flex-shrink: 0;
}
.footer-new__contact a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer-new__contact a:hover {
  color: #E1BA66;
}

.footer-new__bottom {
  padding-top: 2rem;
  border-top: 1px solid rgba(225, 186, 102, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer-new__copy {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  margin: 0;
}

.footer-new__legal {
  display: flex;
  gap: 1.5rem;
}
.footer-new__legal a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
  text-decoration: none;
}
.footer-new__legal a:hover {
  color: #E1BA66;
}

.contact-new__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .contact-new__grid {
    grid-template-columns: 1fr;
  }
}

.contact-new__info .contact-new__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
}
.contact-new__info .contact-new__item i {
  color: #E1BA66;
  margin-top: 0.2rem;
}
.contact-new__info .contact-new__item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
.contact-new__info .contact-new__item a:hover {
  color: #E1BA66;
}

.contact-methods-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .contact-methods-grid {
    grid-template-columns: 1fr;
  }
}

.contact-method-card {
  text-align: center;
}
.contact-method-card .card-new__title {
  margin-bottom: 0.5rem;
}

.contact-method-card__icon {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: rgba(225, 186, 102, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #E1BA66;
  font-size: 1.875rem;
}

.contact-method-card__link {
  display: block;
  color: #E1BA66;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  margin-bottom: 0.25rem;
}
.contact-method-card__link:hover {
  color: rgba(225, 186, 102, 0.85);
}

.contact-method-card__hint {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  margin: 0;
}

.contact-urgent-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem;
  background: linear-gradient(90deg, rgba(225, 186, 102, 0.1) 0%, rgba(225, 186, 102, 0.05) 100%);
  border: 1px solid rgba(225, 186, 102, 0.2);
  border-radius: 2px;
}

.contact-urgent-banner__content {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.contact-urgent-banner__icon {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background: rgba(225, 186, 102, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E1BA66;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.contact-urgent-banner__title {
  color: #fff;
  font-weight: 600;
  margin: 0 0 0.25rem;
}

.contact-urgent-banner__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  margin: 0;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}
@media screen and (max-width: 992px) {
  .contact-form-layout {
    grid-template-columns: 1fr;
  }
}

.contact-form-intro .section-title-new__heading {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.contact-benefits {
  margin-bottom: 2rem;
}

.contact-benefit {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.contact-benefit:last-child {
  margin-bottom: 0;
}

.contact-benefit__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(225, 186, 102, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E1BA66;
  flex-shrink: 0;
}

.contact-testimonial-box {
  background: #1a1a1a;
  border: 1px solid rgba(225, 186, 102, 0.1);
  border-radius: 2px;
  padding: 1.5rem;
}

.contact-testimonial-box__author {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.contact-form-card {
  padding: 2rem;
  background: #1a1a1a;
  border: 1px solid rgba(225, 186, 102, 0.1);
  border-radius: 2px;
}

.contact-office-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .contact-office-grid {
    grid-template-columns: 1fr;
  }
}

.contact-office-border {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid rgba(225, 186, 102, 0.1);
}

.contact-opening-list {
  margin-bottom: 2rem;
}

.contact-opening-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(225, 186, 102, 0.1);
}
.contact-opening-row:last-child {
  border-bottom: 0;
}

.contact-opening-day {
  color: #fff;
  font-weight: 500;
}

.contact-opening-time {
  color: #E1BA66;
  font-weight: 600;
  font-size: 0.875rem;
}
.contact-opening-time.contact-opening-time--closed {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.contact-opening-note {
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  background: rgba(225, 186, 102, 0.1);
  border: 1px solid rgba(225, 186, 102, 0.2);
  border-radius: 2px;
}
.contact-opening-note i {
  color: #E1BA66;
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.contact-response-value {
  color: #E1BA66;
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.contact-how-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .contact-how-grid {
    grid-template-columns: 1fr;
  }
}

.contact-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-step__num {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: rgba(225, 186, 102, 0.2);
  color: #E1BA66;
  font-weight: 700;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.contact-why-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-why-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.contact-why-list li:last-child {
  margin-bottom: 0;
}
.contact-why-list li i {
  color: #E1BA66;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.contact-why-list li strong {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.contact-why-list li span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.8125rem;
}

.contact-schedule-cta {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.contact-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .contact-faq-grid {
    grid-template-columns: 1fr;
  }
}

.contact-faq-item .card-new__title {
  font-size: 1rem;
}

.contact-final-cta {
  text-align: center;
  padding: 3rem 2rem;
  background: linear-gradient(135deg, rgba(225, 186, 102, 0.2) 0%, rgba(225, 186, 102, 0.05) 100%);
  border: 1px solid rgba(225, 186, 102, 0.2);
  border-radius: 2px;
}

.contact-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.contact-final-cta__checks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2rem;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}
.contact-final-cta__checks i {
  color: #E1BA66;
  margin-right: 0.5rem;
}

.contact-final-cta__alt {
  padding-top: 2rem;
  border-top: 1px solid rgba(225, 186, 102, 0.2);
}

.contact-final-cta__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem 2rem;
}
.contact-final-cta__links a {
  color: #E1BA66;
  text-decoration: none;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.contact-final-cta__links a:hover {
  color: rgba(225, 186, 102, 0.85);
}

.tarieven-intro-text {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 3rem;
}
.tarieven-intro-text p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 1.25rem;
}
.tarieven-intro-text p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .tarieven-intro-text p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.tarieven-waarom-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 992px) {
  .tarieven-waarom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .tarieven-waarom-grid {
    grid-template-columns: 1fr;
  }
}

.tarieven-waarom-card {
  text-align: center;
}
.tarieven-waarom-card .card-new__title {
  margin-bottom: 0.5rem;
}

.tarieven-waarom-card__icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(225, 186, 102, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  color: #E1BA66;
  font-size: 1.5rem;
}

.tarieven-cta-section {
  text-align: center;
}

.tarieven-cta-section__title {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 700;
  margin-bottom: 1rem;
}

.tarieven-cta-section__text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.125rem;
  line-height: 1.6;
  max-width: 48rem;
  margin: 0 auto 2.5rem;
}
@media screen and (min-width: 768px) {
  .tarieven-cta-section__text {
    font-size: 1.25rem;
  }
}

.tarieven-cta-section__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.tarieven-cta-section__checks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.875rem;
}
.tarieven-cta-section__checks i {
  color: #E1BA66;
  margin-right: 0.5rem;
}

.single-dienst__body {
  max-width: 48rem;
  line-height: 1.7;
}
.single-dienst__body p {
  margin-bottom: 1rem;
}
.single-dienst__body ul, .single-dienst__body ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.single-dienst__body h2, .single-dienst__body h3 {
  color: #fff;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.over-ons-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .over-ons-two-col {
    grid-template-columns: 1fr;
  }
}

.over-ons-two-col__text .section-title-new__badge {
  display: inline-block;
  margin-bottom: 1rem;
}

.over-ons-two-col__img .image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
}

.over-ons-values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 576px) {
  .over-ons-values {
    grid-template-columns: 1fr;
  }
}

.over-ons-value-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.over-ons-value-item .over-ons-value-item__icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 186, 102, 0.2);
  border-radius: 50%;
  color: #E1BA66;
  font-size: 0.75rem;
}

.over-ons-mission-media {
  position: relative;
}
.over-ons-mission-media .over-ons-mission-media__frame {
  border-radius: 2px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(225, 186, 102, 0.2) 0%, rgba(225, 186, 102, 0.05) 100%);
  padding: 2px;
}
.over-ons-mission-media .over-ons-mission-media__img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  border-radius: 2px;
  display: block;
}
.over-ons-mission-media .over-ons-mission-badge {
  position: absolute;
  bottom: -1rem;
  left: -1rem;
  background: #E1BA66;
  color: #141414;
  padding: 1rem 1.5rem;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.3);
}
.over-ons-mission-media .over-ons-mission-badge strong {
  display: block;
  font-size: 1.125rem;
}
.over-ons-mission-media .over-ons-mission-badge span {
  font-size: 0.875rem;
  opacity: 0.9;
}
.over-ons-mission-media .over-ons-mission-badge i {
  font-size: 1.5rem;
}

.over-ons-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  .over-ons-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .over-ons-team-grid {
    grid-template-columns: 1fr;
  }
}

.over-ons-team-card {
  background: #141414;
  border: 1px solid rgba(225, 186, 102, 0.1);
  border-radius: 2px;
  padding: 2rem;
  text-align: center;
}
.over-ons-team-card .over-ons-team-card__photo-wrap {
  position: relative;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.over-ons-team-card .over-ons-team-card__photo {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid rgba(225, 186, 102, 0.2);
  display: block;
  margin: 0 auto;
}
.over-ons-team-card .over-ons-team-card__photo--placeholder {
  background: rgba(225, 186, 102, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E1BA66;
  font-size: 2rem;
}
.over-ons-team-card .over-ons-team-card__badge {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: #E1BA66;
  color: #141414;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}
.over-ons-team-card .over-ons-team-card__name {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.over-ons-team-card .over-ons-team-card__title {
  color: #E1BA66;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.over-ons-team-card .over-ons-team-card__bio {
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-align: left;
}
.over-ons-team-card .over-ons-team-card__credentials {
  text-align: left;
}
.over-ons-team-card .over-ons-team-card__cred {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.25rem;
}

.over-ons-team-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .over-ons-team-row {
    grid-template-columns: 1fr;
  }
}

.over-ons-team-horizontal {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: #141414;
  border: 1px solid rgba(225, 186, 102, 0.1);
  border-radius: 2px;
  padding: 2rem;
}
.over-ons-team-horizontal .over-ons-team-horizontal__photo {
  width: 6rem;
  height: 6rem;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(225, 186, 102, 0.2);
}
.over-ons-team-horizontal .over-ons-team-horizontal__photo--placeholder {
  background: rgba(225, 186, 102, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E1BA66;
  font-size: 1.5rem;
}
.over-ons-team-horizontal .over-ons-team-horizontal__name {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.over-ons-team-horizontal .over-ons-team-horizontal__title {
  color: #E1BA66;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.over-ons-credentials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  .over-ons-credentials-grid {
    grid-template-columns: 1fr;
  }
}

.over-ons-credentials-heading {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.over-ons-cred-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.over-ons-cred-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: #1a1a1a;
  border: 1px solid rgba(225, 186, 102, 0.1);
  border-radius: 2px;
  padding: 1.5rem;
}
.over-ons-cred-item .over-ons-cred-item__icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 186, 102, 0.2);
  border-radius: 50%;
  color: #E1BA66;
}

.over-ons-quality-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: linear-gradient(90deg, rgba(225, 186, 102, 0.1) 0%, rgba(225, 186, 102, 0.05) 100%);
  border: 1px solid rgba(225, 186, 102, 0.2);
  border-radius: 2px;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .over-ons-quality-banner {
    flex-direction: column;
    text-align: center;
  }
}
.over-ons-quality-banner .over-ons-quality-banner__text {
  flex: 1;
  min-width: 200px;
}
.over-ons-quality-banner .over-ons-quality-banner__icons {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.over-ons-quality-banner .over-ons-quality-banner__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
}
.over-ons-quality-banner .over-ons-quality-banner__icon i {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 186, 102, 0.2);
  border-radius: 50%;
  color: #E1BA66;
  font-size: 1.25rem;
}

.over-ons-values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .over-ons-values-grid {
    grid-template-columns: 1fr;
  }
}

.over-ons-core-value {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.over-ons-core-value .over-ons-core-value__icon {
  width: 4rem;
  height: 4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(225, 186, 102, 0.2);
  border-radius: 50%;
  color: #E1BA66;
  font-size: 1.25rem;
}

.over-ons-timeline {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.over-ons-timeline__line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(225, 186, 102, 0.2);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .over-ons-timeline__line {
    left: 1.5rem;
  }
}

.over-ons-timeline__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1rem 2rem;
  align-items: center;
  margin-bottom: 3rem;
}
.over-ons-timeline__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .over-ons-timeline__item {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 0.75rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
  }
}

.over-ons-timeline__card {
  background: #1a1a1a;
  border: 1px solid rgba(225, 186, 102, 0.1);
  border-radius: 2px;
  padding: 1.5rem 2rem;
}
.over-ons-timeline__card--left {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .over-ons-timeline__card--left {
    text-align: left;
  }
}
.over-ons-timeline__card--right {
  text-align: left;
}
.over-ons-timeline__card .card-new__title {
  margin-bottom: 0.5rem;
}
.over-ons-timeline__card ul li {
  margin-bottom: 0.25rem;
}

.over-ons-timeline__meta--left {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .over-ons-timeline__meta--left {
    text-align: left;
  }
}
.over-ons-timeline__meta--right {
  text-align: left;
}

.over-ons-timeline__label {
  font-size: 0.75rem;
  color: #E1BA66;
  font-weight: 500;
}

.over-ons-timeline__dot {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #E1BA66;
  color: #141414;
  border: 4px solid #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.875rem;
  z-index: 1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .over-ons-timeline__dot {
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    margin-left: 0;
  }
}

body {
  background-color: #141414;
  color: white;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  color: #60a5fa;
  text-decoration: none;
}
a:hover {
  color: #93c5fd;
  text-decoration: underline;
}

.header-new a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.header-new a:hover {
  text-decoration: none;
}

.footer-new a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer-new a:hover {
  text-decoration: none;
}

a.card-new {
  color: inherit;
}
a.card-new:hover {
  color: inherit;
  text-decoration: none;
}

.text-gold {
  color: #E1BA66;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}

h1 {
  font-size: 54px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.7rem;
  }
}

h3 {
  font-size: 1.4rem;
}

.arrow {
  --arrow-size: 1em;
  --arrow-color: rgba(225, 186, 102, 1);
  --arrow-color-hover: rgba(225, 186, 102, 0.5);
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  width: var(--arrow-size);
  height: var(--arrow-size);
  overflow: hidden;
}
.arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: inline-block;
  width: calc(var(--arrow-size) * 0.7071);
  height: calc(var(--arrow-size) * 0.7071);
  border-top: calc(var(--arrow-size) / 5) solid var(--arrow-color);
  transition: all 150ms ease-in-out;
}
.arrow.left::after {
  left: calc(var(--arrow-size) / 4);
  border-left: calc(var(--arrow-size) / 5) solid var(--arrow-color);
  transform-origin: top left;
  rotate: -45deg;
}
.arrow.left:hover::after {
  box-shadow: calc(var(--arrow-size) / -8) calc(var(--arrow-size) / -8) 0 var(--arrow-color);
}
.arrow.right::after {
  right: calc(var(--arrow-size) / 4);
  border-right: calc(var(--arrow-size) / 5) solid var(--arrow-color);
  transform-origin: top right;
  rotate: 45deg;
}
.arrow.right:hover::after {
  box-shadow: calc(var(--arrow-size) / 8) calc(var(--arrow-size) / -8) 0 var(--arrow-color);
}

.btn-primary {
  background-color: #E1BA66 !important;
  border: 1px solid #E1BA66;
  padding: 0.5rem 2rem;
  text-decoration: none !important;
}
.btn-primary:hover {
  background-color: white !important;
  color: #E1BA66 !important;
  border: 1px solid #E1BA66;
  text-decoration: none !important;
}

.btn-secondary {
  background-color: #000000 !important;
  border: 1px solid #000000;
  color: #E1BA66;
  padding: 0.5rem 2rem;
  text-decoration: none !important;
}
.btn-secondary:hover {
  background-color: white !important;
  color: #E1BA66 !important;
  border: 1px solid #000000;
  text-decoration: none !important;
}

.text-header {
  font-size: 1.95rem;
}
@media screen and (max-width: 768px) {
  .text-header {
    font-size: 18px;
  }
}

.bg-black {
  background-color: #141414;
}

.bg-gold {
  background-color: #E1BA66;
}

.navbar {
  font-family: "Inter", sans-serif;
  border-bottom: 1px #E1BA66 solid;
  border-top: 1px #E1BA66 solid;
}
.navbar .navbar-brand img {
  width: 13rem;
}
.navbar .navbar-toggler {
  color: white;
}
.navbar .navbar-brand {
  padding: 0;
}

.home-hero-section {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .home-hero-section {
    height: unset;
    background-position: left;
  }
}

.nav-link {
  color: white;
  font-size: 20px;
  margin: 0 7px;
}
.nav-link.active {
  color: #E1BA66;
}
.nav-link:hover {
  color: #E1BA66;
}

figure {
  background-size: cover;
  background-position: center;
  height: 30rem;
}
@media screen and (max-width: 768px) {
  figure {
    height: 20rem;
  }
}

.cta {
  text-align: start;
}
@media screen and (max-width: 768px) {
  .cta {
    text-align: center;
  }
}

.link_gold {
  color: #E1BA66;
  text-decoration: none;
}
.link_gold:hover {
  color: #E1BA66;
  text-decoration: underline;
}

.image {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.number {
  margin-right: 1rem;
}
.number p {
  margin-top: -9px;
  top: 0;
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 768px) {
  .over_me {
    text-align: center;
  }
}

.width-dienst {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 768px) {
  .width-dienst {
    width: 100%;
  }
}

.dienst-link {
  text-decoration: none;
  border: 1px solid #E1BA66;
  border-radius: 15px;
  color: #E1BA66;
}
.dienst-link:hover .arrow.left::after, .dienst-link:hover .arrow.right::after {
  border-color: var(--arrow-color-hover);
}
.dienst-link:hover .arrow.left::after {
  box-shadow: calc(var(--arrow-size) / -8) calc(var(--arrow-size) / -8) 0 var(--arrow-color);
}
.dienst-link:hover .arrow.right::after {
  box-shadow: calc(var(--arrow-size) / 8) calc(var(--arrow-size) / -8) 0 var(--arrow-color);
}

.quote {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .quote {
    font-size: 1.3rem;
  }
}

.author {
  font-family: "Playfair Display", serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .author {
    font-size: 1rem;
  }
}

/* SECTIONS */
section {
  padding: 8rem 0;
  overflow: hidden;
}
section.section-sm {
  padding: 2rem 0;
}
section.section-dark {
  color: #fff;
  background-color: #141414;
}
section.section-grey {
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  section {
    padding: 3rem 0;
  }
  section.section-sm {
    padding: 1.5rem 0;
  }
}

/* BLOCKS */
.block {
  padding: 2rem;
}
.block.block-grey {
  background-color: #ececec;
}

.block-sm {
  padding: 1rem;
}

.first-section {
  padding-top: calc(8rem + 110px);
}
@media screen and (max-width: 768px) {
  .first-section {
    padding-top: calc(3rem + 110px);
  }
}

/* CONTACT PAGE */
.contact i {
  color: #E1BA66;
}
.contact a {
  color: white;
  text-decoration: none;
}
.contact a:hover {
  text-decoration: underline;
}

.nf-form-fields-required, #nf-form-title-1_1, #nf-form-title-2 {
  display: none;
}

.nf-form-content {
  background-color: #E1BA66;
  border-radius: 15px;
  padding: 2rem !important;
}
@media screen and (max-width: 768px) {
  .nf-form-content {
    border-radius: unset;
    padding: 1rem !important;
  }
}
.nf-form-content .nf-field .nf-field-label {
  color: #141414;
}

#nf-field-4_1-wrap .nf-field-element {
  text-align: end;
}

#map_canvas {
  height: 30rem;
}

/* FOOTER */
footer {
  padding: 4rem 0;
  background-color: #E1BA66;
}
footer a {
  color: #141414;
  text-decoration: none;
}
footer a:hover {
  color: #141414;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .menu {
    margin-top: 1rem;
    text-align: center;
  }
}
footer .footer-logo {
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer-logo {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }
}

.footerbar a {
  text-decoration: none;
}
.footerbar a:hover {
  color: #E1BA66;
  text-decoration: underline;
}
.footerbar .copy {
  text-align: start;
}
@media screen and (max-width: 768px) {
  .footerbar .copy {
    text-align: center;
  }
}
.footerbar .developer {
  text-align: end;
}
@media screen and (max-width: 768px) {
  .footerbar .developer {
    text-align: center;
  }
}

.scrolldown-container {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, 0%);
  color: #E1BA66;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
.scrolldown-container .scrolldown-text {
  font-size: 20px;
}
.scrolldown-container.scrolldown-container-standardpage .scrolldown-btn {
  border: solid 2px #141414;
}
.scrolldown-container.scrolldown-container-standardpage .scrolldown-btn::after {
  background-color: #141414;
}
.scrolldown-container .scrolldown-btn {
  border: solid 2px #E1BA66;
  backdrop-filter: blur(11px);
  background: rgba(255, 255, 255, 0.16);
  height: 42px;
  width: 25px;
  border-radius: 50px;
  margin: auto;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.scrolldown-container .scrolldown-btn::after {
  content: "";
  border-radius: 50px;
  height: 6px;
  width: 6px;
  background-color: #E1BA66;
  display: block;
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0);
  animation: aniScrolldown;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
}

@keyframes aniScrolldown {
  0% {
    opacity: 0;
    top: 5px;
  }
  100% {
    opacity: 1;
    top: 25px;
  }
}
/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* SEARCH */
#searchform div {
  text-align: center;
}
#searchform input[type=text] {
  width: 35%;
  height: 3rem;
  padding: 0.3rem 0.3rem;
  margin-bottom: 1rem;
}
#searchform input[type=submit] {
  color: white;
  display: block;
  height: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  background-color: #E1BA66 !important;
  border: 1px solid #E1BA66;
  padding: 0.5rem 2rem;
}
#searchform input[type=submit]:hover {
  background-color: white !important;
  color: #E1BA66 !important;
  border: 1px solid #E1BA66;
}

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