/*
Theme Name: Neve Child
Theme URI: https://themeisle.com/themes/neve/
Description: Child Theme für Neve
Author: giraffe GmbH
Template: neve
Version: 4.2.4 
Text Domain: neve-child
*/

/* Eigene CSS-Anpassungen ab hier */

body {
  font-family: 'Helvetica Neue Roman' !important;
}

@font-face {
  font-family: 'Helvetica Neue Bold';
  src:
    url('fonts/HelveticaNeueBold.woff2') format('woff2'),
    url('fonts/HelveticaNeueBold.woff') format('woff'),
    url('fonts/HelveticaNeueBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue Roman';
  src:
    url('fonts/HelveticaNeueLTStd-Roman.woff2') format('woff2'),
    url('fonts/HelveticaNeueLTStd-Roman.woff') format('woff'),
    url('fonts/HelveticaNeueLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Neve Logo Override - starke Variante */
.header-main-inner .site-logo img,
.header-main-inner .navbar-brand img,
.builder-item--logo img {
  width: 600px !important;
  max-width: 600px !important;
  height: auto !important;
}

.header-main-inner .site-logo,
.header-main-inner .navbar-brand,
.builder-item--logo {
  width: 600px !important;
  max-width: 600px !important;
}

@media (max-width: 768px) {
  .header-main-inner .site-logo img,
  .header-main-inner .navbar-brand img,
  .builder-item--logo img {
    width: 220px !important;
    max-width: 220px !important;
  }

  .header-main-inner .site-logo,
  .header-main-inner .navbar-brand,
  .builder-item--logo {
    width: 220px !important;
    max-width: 220px !important;
  }
}

.blau {
  color: #1a5396;
}

.beige {
  color: #e9e0d7;
}

.weiss {
  color: #ffffff;
}

h1 {
  font-size: 70px;
  font-family: "Times New Roman", Times, serif !important;
}

h2 {
  font-size: 50px;
  font-family: "Times New Roman", Times, serif !important;
}

h3 {
  font-size: 25px;
  font-family: 'Helvetica Neue Bold' !important;
}

h4 {
  font-size: 15px;
  font-family: 'Helvetica Neue Bold' !important;
}

p {
  font-size: 18px;
  font-family: 'Helvetica Neue Roman' !important;
}

ul {
  font-size: 18px;
  font-family: 'Helvetica Neue Roman' !important;
}


/* ================================
   Neve Footer Full Width Fix
================================ */

.site-footer,
.hfg_footer,
.hfg_footer .footer-main,
.hfg_footer .footer-bottom,
.hfg_footer .footer--row,
.hfg_footer .footer--row-inner,
.hfg_footer .container,
.hfg_footer .hfg-grid,
.hfg_footer .builder-item,
.hfg_footer .item--inner {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* ================================
   Zühlke Footer
================================ */

/* ================================
   Neve Footer Full Width Fix
================================ */

.site-footer,
.hfg_footer,
.hfg_footer .footer-main,
.hfg_footer .footer-bottom,
.hfg_footer .footer--row,
.hfg_footer .footer--row-inner,
.hfg_footer .container,
.hfg_footer .hfg-grid,
.hfg_footer .builder-item,
.hfg_footer .item--inner {
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

/* ================================
   Zühlke Footer
================================ */

.zstb-footer-blue {
  background: #1a5396;
  color: #ffffff;
  font-family: 'Helvetica Neue Roman', Arial, sans-serif;
  padding: 52px 0 36px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.zstb-footer-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 1fr 1fr;
  column-gap: 100px;
  align-items: stretch;
  padding-left: 0px;
  padding-right: 0px;
}

.zstb-footer-blue h3 {
  margin: 0 0 34px;
  color: #ffffff;
  font-family: 'Helvetica Neue Bold', Arial, sans-serif !important;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700 !important;
  letter-spacing: 0.1px;
}

.zstb-footer-blue p {
  margin: 0 0 32px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
}

.zstb-footer-blue ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.zstb-footer-blue li {
  margin: 0 0 9px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.zstb-footer-blue a {
  color: #ffffff;
  text-decoration: none;
}

.zstb-footer-blue a:hover {
  text-decoration: underline;
}

/* Rechte Spalte */
.zstb-footer-info {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 220px;
}

.zstb-footer-info ul {
  margin-bottom: 0;
}

.zstb-footer-legal {
  margin-top: auto;
  transform: translateY(-18px);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
}

.zstb-footer-legal span {
  margin: 0 5px;
}

/* ================================
   Tablet
================================ */

@media (max-width: 1024px) {
  .zstb-footer-container {
    max-width: 100%;
    grid-template-columns: 1.25fr 1fr 1fr;
    column-gap: 54px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* ================================
   Kleine Tablets
================================ */

@media (max-width: 820px) {
  .zstb-footer-blue {
    padding-top: 48px;
    padding-bottom: 38px;
  }

  .zstb-footer-container {
    grid-template-columns: 1fr 1fr;
    row-gap: 42px;
    column-gap: 48px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .zstb-footer-contact {
    grid-column: 1 / -1;
  }

  .zstb-footer-info {
    height: auto;
    min-height: auto;
  }

  .zstb-footer-legal {
    margin-top: 38px;
    transform: none;
    white-space: normal;
  }
}

/* ================================
   Mobile
================================ */

@media (max-width: 600px) {
  .zstb-footer-blue {
    padding-top: 42px;
    padding-bottom: 34px;
  }

  .zstb-footer-container {
    grid-template-columns: 1fr;
    row-gap: 36px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .zstb-footer-blue h3 {
    margin-bottom: 20px;
    font-size: 19px;
    line-height: 1.45;
  }

  .zstb-footer-blue p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.65;
  }

  .zstb-footer-blue li {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .zstb-footer-legal {
    margin-top: 28px;
    font-size: 15px;
    line-height: 1.7;
  }

  .zstb-footer-legal span {
    margin: 0 4px;
  }
}

/* ================================
   Sehr kleine Smartphones
================================ */

@media (max-width: 380px) {
  .zstb-footer-blue {
    padding-left: 0;
    padding-right: 0;
  }

  .zstb-footer-container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .zstb-footer-blue h3 {
    font-size: 18px;
  }

  .zstb-footer-blue p,
  .zstb-footer-blue li,
  .zstb-footer-legal {
    font-size: 15px;
  }
}

div.builder-item.cr {
	display:none;
}

.nav-ul li:hover > .wrap > a {
  color: #ffffff !important;
  font-size: 18px;
  font-family: 'Helvetica Neue Bold' !important;
}

.nav-ul li a {
  color: #ffffff !important;
  font-size: 18px;
  font-family: 'Helvetica Neue Roman' !important;
}

.wpforms-container .wpforms-field-label, form label {
  color: #1a5396 !important;
  font-size: 18px;
  font-family: 'Helvetica Neue Roman' !important;
}

input[type="submit"] {
  color: #ffffff !important;
  border-style: solid;
  border-radius: 0px !important;
  font-size: 18px !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
  font-family: 'Helvetica Neue Bold' !important;
}

.btn, .button.button-primary, .is-style-primary .wp-block-button__link, .wp-block-search .wp-block-search__button, button, input[type="button"], input[type="reset"] {
  border-radius: 0px !important;
  font-size: 18px !important;
  font-family: 'Helvetica Neue Bold' !important;
}

/* ================================
   Abgeschnittene Zahl Leistungsbox
================================ */

.zstb-card-number {
  display: block;
  margin: 0 0 30px;
  padding-left: 12px;
  height: 70px;
  overflow: hidden;

  color: #ffffff;
  font-family: 'Helvetica Neue Bold', Arial, sans-serif !important;
  font-size: 140px;
  line-height: 0.72;
  font-weight: 700;

  pointer-events: none;
  user-select: none;
}

/* Tablet */
@media (max-width: 768px) {
  .zstb-card-number {
    margin: 0 0 26px;
    padding-left: 9px;
    height: 64px;
    font-size: 120px;
    line-height: 0.72;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .zstb-card-number {
    margin: 0 0 22px;
    padding-left: 7px;
    height: 56px;
    font-size: 100px;
    line-height: 0.72;
  }
}

/* Sehr kleine Geräte */
@media (max-width: 360px) {
  .zstb-card-number {
    margin: 0 0 20px;
    padding-left: 5px;
    height: 50px;
    font-size: 88px;
    line-height: 0.72;
  }
}