/* =========================
   CSS RESET & NORMALIZE
   ========================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  background-color: #F9FAF7;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #31423b;
  line-height: 1.6;
  min-height: 100vh;
  background: #F4F4F4;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}
ul, ol {
  list-style: none;
  padding-left: 0;
}
a {
  color: #2A6637;
  text-decoration: none;
  transition: color 0.2s;
}
a:focus, a:hover {
  color: #215932;
  outline: none;
  text-decoration: underline;
}

/* =========================
   BRAND PALETTE & VARIABLES
   ========================= */
:root {
  --color-earth: #E9C46A;
  --color-leaf: #2A6637;
  --color-soil: #264653;
  --color-sand: #F4F4F4;
  --color-moss: #B9CBB3;
  --color-accent: #FFFBEB;
  --color-neutral: #8D8366;
  --color-danger: #B95D44;
  --color-text: #31423b;
  --color-heading: #29482C;
  --color-card: #fff;
  --color-shadow: rgba(60,58,40,0.07);

  --font-display: 'Montserrat', 'Open Sans', Arial, sans-serif;
  --font-body: 'Open Sans', Arial, sans-serif;
}

/* =========================
   STRUCTURAL LAYOUTS
   ========================= */
.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.section {
  margin-bottom: 60px;
  padding: 40px 20px;
  background: transparent;
  border-radius: 30px 30px 64px 30px/40px 20px 68px 32px;
  box-shadow: 0 2px 20px var(--color-shadow);
}
.hero-section {
  background: var(--color-accent);
  padding: 48px 0 56px 0;
  margin-bottom: 60px;
  border-radius: 0 0 64px 0 / 0 0 68px 0;
  box-shadow: 0 4px 24px var(--color-shadow);
}
.cta-banner {
  background: var(--color-leaf);
  color: #fff;
  border-radius: 36px 36px 64px 0/32px 32px 76px 0;
  margin-bottom: 0;
  padding: 42px 0;
  box-shadow: 0 2px 18px var(--color-shadow);
}
.cta-banner .content-wrapper {
  align-items: center;
}
.faq-section,
.testimonials-section {
  background: var(--color-accent);
  border-radius: 36px 36px 80px 32px/30px 66px 82px 42px;
}

/* Features */
.feature-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: flex-start;
  margin-top: 16px;
}
.feature-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  background: var(--color-card);
  border-radius: 22px 56px 40px 22px/28px 48px 42px 16px;
  box-shadow: 0 2px 14px var(--color-shadow);
  padding: 30px 28px 26px 26px;
  min-width: 220px;
  max-width: 350px;
  margin-bottom: 20px;
}
.feature-item img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  filter: saturate(0.8) brightness(0.95);
}

/* Cards */
.card-container,
.card-grid,
.service-card-grid,
.profile-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.card,
.service-card,
.consultant-profile {
  background: var(--color-card);
  margin-bottom: 20px;
  position: relative;
  border-radius: 32px 22px 44px 32px/34px 28px 56px 40px;
  box-shadow: 0 2px 18px var(--color-shadow);
  padding: 28px 24px 24px 22px;
  flex: 1 1 210px;
  min-width: 220px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.18s cubic-bezier(.31,.69,.87,.83), box-shadow 0.18s;
}
.card:hover,
.service-card:hover,
.consultant-profile:hover {
  transform: translateY(-6px) scale(1.012);
  box-shadow: 0 8px 26px #c6d5c1c7;
  background: #FAFAF8;
}
.consultant-profile ul {
  padding-left: 16px;
  margin-top: 6px;
}
.consultant-profile ul li {
  margin-bottom: 8px;
  font-size: 15px;
}

/* Testimonial Styles */
.testimonial-highlight-wrapper,
.testimonial-slider {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 20px;
  justify-content: flex-start;
}
.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #fffdee;
  border-radius: 24px 54px 32px 16px/36px 44px 28px 18px;
  box-shadow: 0 2px 14px var(--color-shadow);
  flex: 1 1 180px;
  min-width: 200px;
  max-width: 350px;
  margin-bottom: 20px;
  transition: box-shadow 0.15s, transform 0.15s;
}
.testimonial-card blockquote {
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.5;
  color: #29482C;
  margin-bottom: 8px;
  font-family: var(--font-body);
  background: transparent;
}
.testimonial-card cite {
  font-size: 0.95rem;
  color: #6A784D;
  font-style: normal;
}
.testimonial-card:hover {
  box-shadow: 0 8px 22px #b1ceb6e2;
  transform: translateY(-4px);
}
.star-ratings, .rating-stars {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-soil);
  font-weight: 600;
  font-size: 1.12rem;
}

/* FAQ */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}
.faq-item {
  background: var(--color-card);
  border-radius: 18px;
  box-shadow: 0 2px 8px var(--color-shadow);
  padding: 20px 24px 14px 22px;
  transition: box-shadow 0.15s;
}
.faq-item h3 {
  font-size: 1.11rem;
  font-weight: 600;
  color: var(--color-leaf);
  margin-bottom: 8px;
}
.faq-item p {
  font-size: 1.01rem;
}

/* Profile List & Grid */
.profile-list,
.profile-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 18px;
}
.consultant-profile .client-quote {
  margin-top: 15px;
  background: #f7f9f4;
  border-left: 6px solid #B9CBB3;
  font-size: 0.98rem;
  color: #70825d;
  padding: 11px 18px;
  border-radius: 0 20px 18px 0;
}

/* Step List (Ablauf) */
.step-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 24px 0 18px;
}
.step-list li {
  background: var(--color-moss);
  color: var(--color-heading);
  font-weight: 600;
  padding: 11px 18px 10px 16px;
  border-radius: 22px 28px 17px 14px/26px 23px 10px 8px;
  font-size: 1.06rem;
  box-shadow: 0 1px 8px var(--color-shadow);
}

/* Contact details section */
.contact-details, .directions-note {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 14px;
}
.contact-details p, .directions-note p {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Highlight (e.g. pricing) */
.price-box, .offer-highlight {
  background: #FAF7E9;
  color: var(--color-heading);
  font-weight: 600;
  padding: 16px 24px;
  border-radius: 19px 31px 20px 16px/19px 23px 22px 14px;
  margin-bottom: 18px;
  box-shadow: 0 1px 7px var(--color-shadow);
}

/* USPs and lists */
.usp-list, .service-list {
  margin: 16px 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.usp-list li:before,
.service-list li:before {
  content: '🌱';
  display: inline-block;
  margin-right: 8px;
}

/*********************************
  TYPOGRAPHY
*********************************/
h1, h2, h3, h4, h5 {
  font-family: var(--font-display);
  color: var(--color-heading);
  font-weight: bold;
}
h1 {
  font-size: 2.2rem;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
  line-height: 1.19;
}
h2 {
  font-size: 1.5rem;
  margin-bottom: 6px;
  font-weight: 600;
  line-height: 1.27;
}
h3 {
  font-size: 1.21rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--color-earth);
}
p, li, blockquote, cite {
  font-family: var(--font-body);
  font-size: 1rem;
  color: var(--color-text);
}
strong {
  font-weight: 700;
  color: var(--color-leaf);
}
blockquote {
  border-left: 4px solid var(--color-moss);
  padding-left: 14px;
  font-style: italic;
  margin-bottom: 10px;
  color: #215932;
}

/*********************************
  NAVIGATION & HEADER
*********************************/
header {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 14px var(--color-shadow);
  position: sticky;
  top: 0;
  z-index: 50;
}
header nav {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  padding: 13px 0 13px 0;
}
header nav a {
  font-family: var(--font-display);
  color: var(--color-soil);
  font-weight: 600;
  font-size: 1rem;
  margin-right: 4px;
  padding: 10px 15px;
  border-radius: 17px;
  transition: background 0.16s, color 0.16s;
}
header nav a.cta-btn {
  background: var(--color-earth);
  color: var(--color-soil)!important;
  padding: 12px 20px;
  margin-left: 12px;
  font-family: var(--font-display);
  border-radius: 26px 42px 24px 18px/29px 27px 18px 14px;
  box-shadow: 0 2px 9px var(--color-shadow);
  font-size: 1.06rem;
  transition: box-shadow 0.18s, background 0.18s;
}
header nav a.cta-btn:hover, header nav a.cta-btn:focus {
  background: #F3D481;
  color: var(--color-leaf)!important;
  box-shadow: 0 6px 20px #dccf89c4;
}
header nav a:hover, header nav a:focus {
  background: #e8f2ea;
  color: var(--color-leaf);
}
header nav > a img {
  width: 50px;
  height: 52px;
  border-radius: 18px;
  padding: 2px 2px 2px 0;
  background: transparent;
  margin-right: 10px;
}
.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2rem;
  padding: 8px;
  color: var(--color-leaf);
  cursor: pointer;
  margin-left: auto;
  transition: color 0.18s;
  z-index: 99;
}
.mobile-menu-toggle:focus, .mobile-menu-toggle:hover {
  color: var(--color-earth);
  background: #e6f1e5;
  border-radius: 50%;
}

/*********************************
  MOBILE NAVIGATION OVERLAY
*********************************/
.mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #fffefb;
  z-index: 200;
  transform: translateX(-100%);
  transition: transform 0.32s cubic-bezier(.59,.04,.89,1);
  box-shadow: 2px 0 30px var(--color-shadow);
}
.mobile-menu.active {
  transform: translateX(0);
  box-shadow: 2px 0 30px #c3cebfcb;
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2.1rem;
  color: var(--color-leaf);
  align-self: flex-end;
  padding: 14px 18px 10px 0;
  cursor: pointer;
  margin-bottom: 12px;
  transition: color 0.16s;
}
.mobile-menu-close:focus, .mobile-menu-close:hover {
  color: var(--color-danger);
}
.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px 24px 16px 32px;
  height: 100%;
  align-items: flex-start;
}
.mobile-nav a {
  color: var(--color-soil);
  background: #f4f9ed;
  font-family: var(--font-display);
  font-size: 1.05rem;
  border-radius: 22px 38px 14px 15px/21px 21px 18px 15px;
  padding: 12px 20px;
  font-weight: 600;
  margin-bottom: 4px;
  min-width: 176px;
  transition: background 0.13s, color 0.16s;
}
.mobile-nav a:hover, .mobile-nav a:focus {
  background: var(--color-moss);
  color: var(--color-leaf);
}

/*********************************
  FOOTER
*********************************/
footer {
  background: #fff;
  border-top: 3px solid var(--color-moss);
  padding: 38px 0 14px 0;
  margin-top: 64px;
}
.footer-content {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-contact {
  min-width: 200px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.99rem;
  color: var(--color-soil);
}
.footer-contact a {
  color: var(--color-leaf);
  font-weight: 600;
}
.footer-contact img {
  width: 45px;
  margin-bottom: 8px;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-nav a {
  color: var(--color-soil);
  padding: 2px 0;
  font-size: 1rem;
  transition: color 0.15s;
  font-family: var(--font-display);
  border-radius: 11px;
}
.footer-nav a:hover, .footer-nav a:focus {
  color: var(--color-leaf);
  background: #e6f1e5;
}
.footer-small-print {
  margin-top: 16px;
  color: var(--color-neutral);
  font-size: 0.92rem;
  font-family: var(--font-body);
}

/*********************************
  BUTTONS & LINKS
*********************************/
.cta-btn, .btn {
  background: var(--color-earth);
  color: var(--color-soil);
  border: none;
  padding: 13px 28px;
  border-radius: 26px 32px 20px 18px/25px 22px 18px 15px;
  font-family: var(--font-display);
  font-size: 1.07rem;
  font-weight: 600;
  box-shadow: 0 2px 10px var(--color-shadow);
  cursor: pointer;
  margin-top: 9px;
  margin-bottom: 9px;
  transition: box-shadow 0.16s, background 0.16s, color 0.16s;
  display: inline-block;
}
.cta-btn:hover, .cta-btn:focus, .btn:hover, .btn:focus {
  background: #F3D481;
  color: var(--color-leaf)!important;
  box-shadow: 0 8px 20px #dccf89c2;
  outline: none;
}
button {
  font-family: var(--font-body);
}

/*********************************
  TABLES (Preise)
*********************************/
.price-table {
  width: 100%;
  margin: 22px 0 20px 0;
  border-collapse: collapse;
  background: #FFFBEB;
  border-radius: 16px;
  box-shadow: 0 1px 5px var(--color-shadow);
  overflow: hidden;
}
.price-table th, .price-table td {
  padding: 18px 26px;
  text-align: left;
  font-size: 1rem;
  border-bottom: 1px solid #efe8d7;
}
.price-table th {
  background: #F3E6B0;
  color: var(--color-heading);
}
.price-table tr:last-child td {
  border-bottom: none;
}

/*********************************
  COOKIE CONSENT BANNER
*********************************/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #fffbee;
  color: #264653;
  box-shadow: 0 -2px 24px #dcd7c212;
  z-index: 3000;
  padding: 0;
  display: flex;
  justify-content: center;
  transition: transform 0.25s cubic-bezier(.5,.05,.8,.2);
  transform: translateY(0);
}
.cookie-banner.hide {
  transform: translateY(100%);
  pointer-events: none;
}
.cookie-banner-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding: 22px 16px 22px 16px;
  width: 100%;
  max-width: 1140px;
}
.cookie-banner-text {
  flex: 3 1 240px;
  font-size: 1.01rem;
  color: var(--color-heading);
}
.cookie-banner-actions {
  flex: 1 0 180px;
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.cookie-btn {
  background: var(--color-moss);
  color: var(--color-soil);
  border: none;
  border-radius: 20px 22px 15px 11px/15px 12px 12px 9px;
  padding: 10px 18px;
  font-family: var(--font-display);
  font-size: 1.03rem;
  font-weight: 600;
  margin-right: 5px;
  box-shadow: 0 1px 6px var(--color-shadow);
  cursor: pointer;
  transition: background 0.14s, color 0.14s;
  outline: none;
  min-width: 110px;
}
.cookie-btn.accept {
  background: var(--color-leaf);
  color: #fff;
}
.cookie-btn.reject {
  background: var(--color-danger);
  color: #fff;
}
.cookie-btn.settings {
  background: var(--color-earth);
  color: var(--color-soil);
}
.cookie-btn:hover, .cookie-btn:focus {
  opacity: 0.88;
}

/*********************************
  COOKIE PREFERENCES MODAL
*********************************/
.cookie-modal {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(39, 54, 46, 0.21);
  z-index: 3100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: opacity 0.24s cubic-bezier(.36,.55,.63,.48);
}
.cookie-modal-inner {
  background: #fff;
  border-radius: 27px 24px 36px 24px/34px 22px 44px 23px;
  box-shadow: 0 2px 44px #c6b78f34;
  padding: 38px 24px 30px 24px;
  min-width: 340px;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  animation: appearModal .29s cubic-bezier(.49,.04,.86,.4);
}
@keyframes appearModal {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
.cookie-modal-close {
  position: absolute;
  right: 14px; top: 14px;
  background: none;
  color: var(--color-danger);
  font-size: 1.5rem;
  border: none;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  outline: none;
}
.cookie-categories {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 10px;
}
.cookie-category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.98rem;
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #ece6d3;
}
.cookie-category-row:last-child {
  border-bottom: none;
}
.cookie-category-label {
  color: var(--color-leaf);
}
.cookie-category-toggle {
  display: inline-flex;
  align-items: center;
  background: #f4f8f2;
  border-radius: 14px;
  border: 1px solid #B9CBB3;
  cursor: pointer;
  padding: 3px 7px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-soil);
  margin-left: 12px;
}
.cookie-category-toggle input[type=checkbox] {
  margin-right: 8px;
}
.cookie-category-toggle[aria-disabled='true'] {
  background: #d5dbce;
  color: #9ba687;
  cursor: not-allowed;
}

/*********************************
  MICRO-INTERACTIONS
*********************************/
.cta-btn, .btn, .feature-item, .card, .service-card, .consultant-profile,
 .testimonial-card, .cookie-btn {
  transition: box-shadow 0.22s, transform 0.17s, background 0.16s, color 0.13s;
}
.cta-btn:active, .btn:active,
.card:active, .feature-item:active,
.service-card:active, .testimonial-card:active {
  transform: scale(0.98);
  box-shadow: 0 1px 4px #c2bfa1b8;
}

/*********************************
  RESPONSIVE / MOBILE-FIRST
*********************************/
@media (max-width: 1220px) {
  .container {
    max-width: 98vw;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 1024px) {
  .footer-content {
    flex-direction: column;
    gap: 19px;
  }
  header nav {
    flex-wrap: wrap;
    gap: 8px;
  }
  .feature-item, .card, .service-card, .consultant-profile, .testimonial-card {
    min-width: 160px;
    max-width: 98vw;
  }
}
@media (max-width: 900px) {
  .feature-grid, .card-container, .card-grid,
  .service-card-grid, .testimonial-slider, .profile-list, .profile-grid {
    flex-wrap: wrap;
    gap: 19px;
    flex-direction: column;
  }
  .footer-content {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 3vw;
  }
  .content-wrapper {
    gap: 14px;
  }
  .section {
    padding: 18px 6px;
    margin-bottom: 42px;
    border-radius: 18px 14px 32px 10px/20px 6px 42px 20px;
  }
  .hero-section, .cta-banner {
    border-radius: 0 0 38px 0 / 0 0 40px 0;
    padding: 30px 0 30px 0;
  }
  header nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: block;
  }
  .testimonials-section, .faq-section {
    border-radius: 17px 12px 36px 6px/18px 26px 42px 12px;
    padding: 1px 0 8px 0;
  }
  .testimonial-card,
  .feature-item,
  .service-card,
  .consultant-profile {
    max-width: 98vw;
    min-width: 0;
  }
  .testimonial-slider, .testimonial-highlight-wrapper, .feature-grid, .profile-list, .profile-grid {
    flex-direction: column;
    gap: 18px;
  }
  .text-image-section, .content-grid {
    flex-direction: column;
    gap: 18px;
  }
  .step-list {
    flex-direction: column;
    gap: 14px;
  }
  .cookie-banner-inner {
    flex-direction: column;
    gap: 9px;
    padding: 15px 6px 15px 12px;
  }
  .cookie-banner-actions {
    gap: 8px;
    justify-content: flex-start;
    min-width: 0;
  }
  .mobile-menu {
    padding-top: 32px;
  }
}
@media (max-width: 480px) {
  h1 { font-size: 1.39rem; }
  h2 { font-size: 1.06rem; }
  h3 { font-size: 0.99rem; }
  .section, .hero-section, .cta-banner, .faq-section, .testimonials-section {
    padding: 6px 4px 8px 2px;
    margin-bottom: 28px;
  }
  .footer-content, .content-wrapper {
    gap: 8px;
  }
}

/*********************************
  UTILITY CLASSES & MISC
*********************************/
.text-image-section {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.text-image-section img {
  border-radius: 24px 42px 13px 18px/22px 31px 10px 10px;
  box-shadow: 0 1px 15px #b1cab5ad;
}
.card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.rating-stars img, .star-ratings img {
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.review-prompt, .contact-prompt {
  background: var(--color-moss);
  color: var(--color-heading);
  border-radius: 11px 21px 10px 12px/13px 7px 18px 7px;
  padding: 14px 18px;
  margin: 24px 0 0 0;
  font-size: 1rem;
}

/* Remove input and button default styles (for toggles) */
input, button, select, textarea {
  font-family: inherit;
  font-size: 100%;
  border: none;
  background: none;
}

/* Remove number input arrows */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

/*********************************
  PRINT STYLES
*********************************/
@media print {
  .cookie-banner, .mobile-menu {
    display: none !important;
  }
}
