/*
Theme Name: Mein Child-Theme
Theme URI: https://deine-domain.de/
Author: Andreas Grzybowski
Author URI: https://fragandy.com/
Description: Child-Theme für TheGem von codekeks.de
Template: thegem
Version: 0.4.1
License: GNU General Public License v2 oder neuer
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: thegem, child theme, custom css
Text Domain: mein-child-theme
*/

.bt-contact { 
  display: grid;
  gap: 14px;
  padding-top: 25px;
  font-size: 18px;
  font-weight: 300;
  color: var(--bt-blue);
  
}
.bt-contact .btc-row {
  display: grid;
  grid-template-columns: 28px 1fr;
  align-items: start;
  column-gap: 12px;
}
.bt-contact .btc-row img { width: 24px; height: 24px; margin-top: 2px; }
.bt-contact .btc-company { font-weight: 700; font-size: 22px; }
.bt-contact .btc-person  { color: #1e3a5f; font-weight: 600; }
.bt-contact .btc-link { color: inherit; text-decoration: none; }
.bt-contact .btc-link:hover { text-decoration: underline; }

/* mobil enger */
@media (max-width: 600px){
  .bt-contact { gap: 10px; }
  .bt-contact .btc-company { font-size: 20px; }
}
@media (max-width: 768px) {
  .btn-overlay-jobs {
    flex-direction: column;
    align-items: center;
    bottom: 30px;
  }
  .btn-overlay-jobs .gem-button {
    width: 90%;
    text-align: center;
  }
}

.btn-overlay-jobs {
    position: absolute !important;
    bottom: 140px;
    width: 100%;   
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    gap: 24px;
    justify-content: center;
    align-items: center;
    z-index: 2;  
}
.btn-bewerben .gem-button:hover {
    background-color: #6aa126 !important;
    transform: translateY(-2px);
    color: white !important;
    text-decoration: none !important;
} 
.btn-stellenanzeigen .gem-button:hover {
    background-color: #ffcc5c !important;
    transform: translateY(-2px);
    color: white !important;
    text-decoration: none !important;
} 
  
/* Farbliche Unterscheidung */
.btn-bewerben .gem-button {
    background-color: var(--bt-green) !important;
    color: white !important;
    font-size: 22px !important;
    font-weight: 200;
    /* padding: 24px 48px !important; */
    border-radius: 60px !important;
    border: none !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    display: inline-flex !important; /* neu hinzugefügt */
    justify-content: center; /* neu hinzugefügt */
    align-items: center; /* neu hinzugefügt */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.btn-stellenanzeigen .gem-button {  
    background-color: var(--bt-beige);
    color: var(--bt-blue) !important;
    font-size: 22px !important;
    font-weight: 200;
    /* padding: 24px 48px !important; */
    border-radius: 60px !important;
    border: none !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    display: inline-flex !important; /* neu hinzugefügt */
    justify-content: center; /* neu hinzugefügt */
    align-items: center; /* neu hinzugefügt */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.btn-stellenanzeigen a.gem-button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f063";   /* Pfeil nach unten */
  margin-left: 8px;
  font-weight: 900;
  display: inline-block;
}
.btn-bewerben a.gem-button::after {
  font-family: "Font Awesome 5 Free";
  content: "\f063";   /* Pfeil nach unten */
  margin-left: 8px;
  font-weight: 900;
  display: inline-block;
}
/* Grüner Call-to-Action Button */
/* Selektor geht von Container zur Button-Child */
/* Grüner Call-to-Action Button */
.btn-kontakt .gem-button {
  background-color: var(--bt-green) !important;
  color: white !important;
  font-size: 22px !important;
  font-weight: 200;
  /* padding: 24px 48px !important; */
  border-radius: 60px !important;
  border: none !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
  display: inline-flex !important; /* neu hinzugefügt */
  justify-content: center; /* neu hinzugefügt */
  align-items: center; /* neu hinzugefügt */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.btn-kontakt .gem-button:hover {
  background-color: #6aa126 !important;
  transform: translateY(-2px);
  color: white !important;
  text-decoration: none !important;
}
/* Standard-Setup: Font Awesome aktivieren */
.btn-kontakt a.gem-button::before,
.btn-kontakt a.gem-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}

/* Pfeile an Container-Klasse ausrichten */
.btn-kontakt.arrow-right a.gem-button::after {
  content: "\f061";   /* Pfeil nach rechts */
  margin-left: 8px;
}

.btn-kontakt.arrow-left a.gem-button::before {
  content: "\f060";   /* Pfeil nach links */
  margin-right: 8px;
}

.btn-kontakt.arrow-up a.gem-button::after {
  content: "\f062";   /* Pfeil nach oben */
  margin-right: 8px;
}

.btn-kontakt.arrow-down a.gem-button::after {
  content: "\f063";   /* Pfeil nach unten */
  margin-left: 8px;
}
/* ... */
 
/* Basis Container Für alle Kontaktformulare */
.bt-kontaktformular,
.bt-bewerbungsformular {
  max-width: 850px;
  margin: 0 auto;
  font-family:var(--font-family) !important;
  text-align: left;
  font-weight: 300;
}

.bt-kontaktformular p,
.bt-bewerbungsformular p {
  margin-bottom: 15px !important;
  font-weight: 300 !important;
  color: var(--bt-blue) !important;
}

/* Inputs */
.bt-kontaktformular input:not([type="submit"]),
.bt-bewerbungsformular input:not([type="submit"]),
.bt-kontaktformular select,
.bt-bewerbungsformular select,
.bt-kontaktformular textarea,
.bt-bewerbungsformular textarea {
  width: 100% !important;
  padding: 10px 12px !important;
  border: 2px solid var(--bt-grey) !important;
  border-radius: 4px !important;
  font-size: 16px !important;
}

.bt-kontaktformular textarea,
.bt-bewerbungsformular textarea {
  min-height: 120px;
}

/* Buttons */
.bt-kontaktformular .wpcf7-submit,
.bt-bewerbungsformular .wpcf7-submit {
  background: var(--bt-green) !important;
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
  border: none !important;
  border-radius: 30px !important;
  width: auto !important;
  padding: 10px 30px !important;
  display: inline-block !important;
  float: none !important;
  position: relative;
  left: 50%;
  transform: translateX(-50%);  
  cursor: pointer;
  transition: background 0.3s ease;
  text-transform: uppercase;
}

/* Button-Container */
.bt-kontaktformular form p:has(.wpcf7-submit),
.bt-bewerbungsformular form p:has(.wpcf7-submit) {
  text-align: center;
}

.bt-kontaktformular form p:last-of-type,
.bt-bewerbungsformular form p:last-of-type {
  text-align: center;
}

/* Hover */
.bt-kontaktformular input[type="submit"]:hover,
.bt-kontaktformular .wpcf7-submit:hover,
.bt-bewerbungsformular input[type="submit"]:hover,
.bt-bewerbungsformular .wpcf7-submit:hover {
  background: #6aa126 !important;
}

/* Checkbox + Text */
.bt-kontaktformular .wpcf7-form-control.wpcf7-checkbox,
.bt-kontaktformular .wpcf7-form-control.wpcf7-acceptance,
.bt-bewerbungsformular .wpcf7-form-control.wpcf7-checkbox,
.bt-bewerbungsformular .wpcf7-form-control.wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bt-kontaktformular .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"],
.bt-kontaktformular .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"],
.bt-bewerbungsformular .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"],
.bt-bewerbungsformular .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
  width: auto !important;
  margin: 0;
}



/* Style 7 Custom Team Layout für Team Kontakt */
.team-style7-card-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.team-style7-card {
    background: var(--bt-beige) !important;          /* Hintergrundfarbe */
    border-radius: 24px !important;
    border: var(--bt-green);
    border-width: 1px;
    border-style: solid;
    padding: 20px !important;
    text-align: center !important;
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.05) !important; */
    position: relative;
    width: 100%;
    max-width: 460px;
    padding: 32px 24px;
}
.team-style7-card img {
    border-radius: 50%;           /* Bild rund */
    max-width: 140px;
    margin-bottom: 15px;
    border: 3px solid #a37c00;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.team-style7-card p {
    font-size: 18px;
    font-weight: 200;
    color: var(--bt-blue);
    margin: 6px 0;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.team-style7-card .meta {
    font-size: 16px !important;
    color: var(--bt-blue) !important;
    font-weight: 300;
    margin-bottom: 10px !important;
    display: inline-block; /* Wichtig für das Icon */
}

.team-style7-card .mailicon .meta {
    font-size: 16px !important;
    color: var(--bt-blue) !important;
    margin-bottom: 10px !important;
    display: inline-block; /* Wichtig für das Icon */
}
.team-style7-card .mailicon .meta::before {
    content: "\f0e0"; /* Unicode für das Mail-Icon in Font Awesome */
    font-family: "Font Awesome 5 Free"; /* oder "Font Awesome 6 Free" je nach Version */
    font-weight: 900; /* wichtig für Solid Icons */
    display: inline-block;
    margin-right: 6px;
    color: var(--bt-blue); /* gleiche Farbe wie Text */
}
.team-style7-card .phoneicon .meta {
    font-size: 16px !important;
    color: var(--bt-blue) !important;
    margin-bottom: 10px !important;
    display: inline-block; /* Wichtig für das Icon */
}
.team-style7-card .phoneicon .meta::before {
    content: "\f095"; /* Telefon Icon */
    font-family: "Font Awesome 5 Free"; /* oder "Font Awesome 6 Free" je nach Version */
    font-weight: 900; /* wichtig für Solid Icons */
    display: inline-block;
    margin-right: 6px;
    color: var(--bt-blue); /* gleiche Farbe wie Text */
}
/* Icon vor dem Container (nicht vor <a>) */
/* Link einfärben */
.meta.mailicon a::before {
    content: "\f0e0"; /* Mail Icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 6px;
    color: var(--bt-green);
}
.meta.phoneicon a:hover {
    text-decoration: underline;
}

.team-style7-card .post-title {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
}
.team-style7-card .post-title span {
    font-size: 28px !important;
    color: var(--bt-blue) !important;
    font-weight: 400 !important;
    margin-bottom: 25px !important;
    display: inline-block; /* Margin-Bottom greift nur, wenn Block/Inline-Block */
}

/* old styles */

.service-box {
  border: 1px solid #e0e0e0;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.08);
  background: #ffffff;
  min-height: 100%;
}

    .info-box {
      position: relative;
      border: 1px solid #d2e3d4; /* zartgrüner Haupt-Rahmen */
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
      padding: 24px;
      background-color: #fcfafa;
      max-width: 300px;
      border-radius: 4px;
      margin: 0 12px;
      z-index: 1;
    }

    .info-box::after {
      content: "";
      position: absolute;
      top: 8px;
      left: 8px;
      width: 100%;
      height: 100%;
      border: 1px solid #00416a; /* versetzter blauer Rahmen */
      border-radius: 4px;
      z-index: -1;
    }

    .info-box.green::after {
      content: "";
      position: absolute;
      top: 8px;
      left: 8px;
      width: 100%;
      height: 100%;
      border: 1px solid #3e7e46; /* versetzter kräftiger Grünton */
      border-radius: 4px;
      z-index: -1;
    }

    .info-box h3 {
      font-size: 18px;
      font-weight: 700;
      color: #3e7e46; /* Titeltext in Grün */
      margin-top: 0;
      margin-bottom: 12px;
      text-transform: uppercase;
      line-height: 1.3;
    }

    .info-box p {
      font-size: 16px;
      color: #333;
      line-height: 1.6;
      margin: 0;
    }
    
/*boxen zentriert */
.row-centered {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.row-centered > .wpb_column {
  max-width: 320px; /* oder deine tatsächliche Box-Breite */
}
.row-centered-fixed {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px; /* Abstand zwischen den Boxen */
  padding: 0 16px; /* etwas Luft am Rand auf Mobil */
}
.row-centered-fixed > .wpb_column {
  max-width: 300px;
  flex: 1 1 300px;
}
/* ... end ... */

/* QUICKFINDERS END */
/* overlay END */
.image-text-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.image-text-container img {
  display: block;
  width: 100%;
  border: 3px solid #cfe9d2;
}

.overlay-box {
    position: absolute;
    bottom: -15px;
    right: -22px;
    background-color: #00416a;
    color: #fff;
    padding: 24px;
    max-width: 380px;
    z-index: 2;
    font-size: 21px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.overlay-box::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  height: 100%;
  border: 1px solid #88bca0;
  z-index: -1;
}

@media (max-width: 768px) {
  .overlay-box {
    position: static;
    margin-top: 16px;
    max-width: 100%;
  }

  .overlay-box::after {
    display: none;
  }
}

/* overlay END */

/* overlay oben banner */
/* Bildbereich oben kompakter darstellen */
.slider-header-container {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.slider-header-container img {
  width: 100%;
  display: block;
  max-height: 420px;       /* Höhe begrenzen */
  object-fit: cover;       /* Bild bleibt proportional */
  border: 3px solid #cfe9d2;
}

/* Blaue Box links unten */

/* Mobilansicht */
@media (max-width: 768px) {
  .slider-header-container img {
    max-height: 300px;
  }

  .overlay-box-oben {
    position: static;
    margin-top: 16px;
    max-width: 100%;
    text-align: center;
    padding: 20px;
    font-size: 18px;
  }

  .overlay-box-oben::after {
    display: none;
  }
}

/* Bild sanft einblenden mit Slide-up */
.slider-header-container img {
  opacity: 0;
  transform: translateY(20px);
  animation: slideFadeImg 1s ease-out forwards;
  animation-delay: 0.1s;
}

@keyframes slideFadeImg {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



@media(max-width: 1400px) and (min-width: 1200px) {
    .custom-paddings .vc_column-inner{
        padding-left: 21px !important;
        padding-right: 21px !important;
    }
    .gem-team-style-6 .team-person-hover {
        padding: 15px;
    }
}

.page-title-block.custom-page-title {
    background-color: #faf7f7 !important;
}


/* qqqqqqqq */


@media only screen and (min-width: 992px) {
	.onetap-container-toggle .onetap-toggle {
		top: 0 !important;
		margin-top: 40px !important;
		right: 0 !important;
		margin-right: 0px !important;
	}
}

.onetap-container-toggle .onetap-toggle img.design-size1 {
	padding: 10px !important;
	width: 40px !important;
	height: 40px !important;
}
/* Linie unter Header entfernen */
/* Alle Sticky-Header-Linien und Schatten sicher deaktivieren */
#page:not(.vertical-header) #site-header {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

/* original 

#page:not(.vertical-header) #site-header {
	position: relative;
	z-index: 5;
	-moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
	box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
}
#page #site-header:not(.animated-header) {
	z-index: 7;
}

*/

/* text auf website vergrössern */
.font-size-buttons {
  display: inline-flex;
  gap: 6px;
  margin-left: 15px;
  vertical-align: middle;
}

.font-size-buttons button {
  background: #0074c1;
  color: #fff;
  border: none;
  padding: 4px 8px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
}

.font-size-buttons button:hover {
  background: #005a91;
}

/* ... */

/* contact button rechts floating */

@media (max-width: 768px) {
.contact-container-right {
display: none;
}
}

.contact-container-right {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10000;
  font-size: 18px;
  font-weight: 100;
}

.contact-container-right .contact-toggle {
  background: var(--bt-blue);
  color: #fff;
  padding: 10px 8px;
  cursor: pointer;
  border-radius: 6px 6px 6px 6px;
  font-weight: 300;
  text-align: center;
  user-select: none;
  
  /* ROTATION */
  transform: rotate(-90deg);
  transform-origin: bottom right;
  position: relative;
  right: -10px; /* Schiebt ihn optisch an die Seite */
}
.contact-container-right .contact-toggle:before {
   font-family: "Font Awesome 6 Free","Font Awesome 5 Free" !important;
   font-weight: 900;
   display: inline-block;    
   content: "\f062";   /* Pfeil nach oben */
   margin-right: 10px;
}
.contact-container-right .contact-box {
  display: none;
  background: var(--bt-beige);
  color: var(--bt-blue);
  padding: 15px;
  border: 1px solid var(--bt-green);
  border-right: none;
  width: 280px;
  box-shadow: -3px 3px 10px rgba(0,0,0,0.15);
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);  
}

.contact-container-right .kontakt-link {
    display: inline-block;
    margin-top: 10px;
    background: var(--bt-green);
    color: white;
    padding: 6px 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 200;
    border-radius: 60px !important;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;  
 }
 
.contact-container-right .kontakt-link:hover {
  background-color: #6aa126;
  transform: translateY(-2px);
  text-decoration: none;
}
.contact-container-right .kontakt-link::after {
  font-family: "Font Awesome 5 Free";
  content: "\f063";   /* Pfeil nach unten */
  margin-left: 8px;
  font-weight: 900;
  display: inline-block;
}



/*normale card */
.info-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}

.info-box {
  position: relative;
  width: 300px;
  padding: 24px;
  border-radius: 28px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.1);
   transition: transform 0.3s ease;
}

.info-box:hover {
  transform: translateY(-4px);
}

.info-box.green {
  background-color: #e6f2d8;
}

.info-box.beige {
  background-color: #fffaf3;
}

.info-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
}

.info-icon img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 2px solid #034e7b;
  background-color: #034e7b;
  padding: 6px;
}

.info-box h3 {
  font-size: 20px;
  font-weight: 800;
  color: #003e5e;
  margin-bottom: 12px;
  text-transform: uppercase;
  line-height: 1.3;
}

.info-box p {
  font-size: 16px;
  color: #1e3550;
  line-height: 1.6;
  margin: 0;
}

.info-plus {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #ff0041;
  color: white;
  font-size: 24px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
}

.greenplus {
  background-color: #9ccc1c; /* z.B. für grün statt blaues Plus */
}
/* ... */

/* box und bild oben main site */
.slider-header-container img {
  border: none;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
}

.overlay-box-oben {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #034e7b;
  color: #fff;
  padding: 40px 28px 24px 28px;
  max-width: 360px;
  max-height: 160px;
  overflow: hidden;
  z-index: 2;
  font-size: 26px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  overflow: visible; /* <-- wichtig */
}

.overlay-box-oben::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: -8px;
  width: 100%;
  height: 100%;
  border: 2px solid #a3c917;
  z-index: -1;

 }

.info-box-oben.green h3 {
  font-size: 18px;
  font-weight: 700;
  color: #3e7e46; /* Titeltext in Grün */
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  line-height: 1.3;
}

.info-box-oben.green p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* Fade-in Effekt */
.fade-effect .overlay-box-oben {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInUp {
  to {
	opacity: 1;
	transform: translateY(0);
  }
}

/* für das Mobile */
@media (max-width: 768px) {
  .slider-header-container {
	display: flex;
	flex-direction: column;
	align-items: center;
  }

  .slider-header-container img {
	width: 100%;
	max-height: 300px;
	object-fit: cover;
	box-shadow: none; /* oder behalten, wenn du Schatten willst */
  }

  .overlay-box-oben {
	position: static;
	width: 90%;
	max-width: 100%;
	margin-top: 20px;
	padding: 28px 20px 20px 20px;
	font-size: 18px;
	max-height: none;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  }

  .overlay-box-oben::after {
	display: none;
  }
}

/* strich über auswahl menue oben */
/* Entfernt unerwünschte Kastenrahmen */
.header-style-3 #primary-menu.no-responsive > li > a {
  border: none !important;
  box-shadow: none !important;
  position: relative;
  padding-bottom: 8px; /* Abstand zum Balken */
}

/* Balken bei aktivem Menüpunkt */
.header-style-3 #primary-menu.no-responsive > li.menu-item-current > a::after,
.header-style-3 #primary-menu.no-responsive > li.menu-item-active > a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a3c917;
}

/* Nur optional: Balken auch beim Hover */
.header-style-3 #primary-menu.no-responsive > li:hover > a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #a3c917;
}

/* Schrift größer */
.header-style-3 #primary-menu.no-responsive > li > a {
  font-size: 18px; /* oder nach Wunsch */
  transition: all 0.3s ease;
  font-weight: normal;
  color: #034e7b !important; /* dein gewünschtes Blau */
}

/* Hover-Effekt: blau + fett */
.header-style-3 #primary-menu.no-responsive > li:hover > a {
  color: #034e7b !important; /* dein gewünschtes Blau */
  font-weight: bold !important;
}

/* Aktiver Menüpunkt: blau + fett */
.header-style-3 #primary-menu.no-responsive > li.menu-item-current > a,
.header-style-3 #primary-menu.no-responsive > li.menu-item-active > a {
  color: #034e7b !important;
  font-weight: bold !important;
}

/* Top-Area hack */

.top-area .top-area-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.top-area .top-area-contacts .gem-contacts-item {
  font-size: 28px !important;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4;
  color: white;
  text-align: center;
}

.top-area .top-area-socials {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
/* .... */


/* ... */
.btn-green {
  display: inline-block;
  background-color: #78b62a;       /* dein Grünton */
  color: white;
  font-size: 28px;
  font-weight: 700;
  padding: 26px 48px;
  border-radius: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  border: none;
  letter-spacing: 0.5px;
}

.btn-green:hover {
  background-color: #6aa126;
  transform: translateY(-2px);
  text-decoration: none;
}




.hr-line {
  width: 120px;
  height: 2px;
  border: none;
  background-color: #a3c917;
  margin: 4px auto;
}