/*
Theme Name: Silke Pfeiffer Supervision
Description: This is a custom child theme for Salient
Theme URI:   http://www.supervision-pfeiffer.de/
Author: zork media
Author URI:  https://www.zork-media.de
Template: salient
Version: 1.0
*/

/* Fonts – siehe Salient-Admin */

/* Farben */
/*

Grau Header: #dce1db

Blau ganz hell: #d6e4eb
Blau heller: #406489
Blau Header, Footer und BG: #2a3b5b
Blau dunkler: #0b2d4e
Blau Navigation: #0f456a
Blau Subfooter: #0e1a31

*/

/* Textformate */
body h1 {
  color: #0f456a;
}
body h2 {
  color: #0b2d4e;
}
body h3 {
  color: #0b2d4e;
}
body .bubbles h3 {
  color: #406489;
}
body h5 {
  color: #406489;
}
body h6 {
  color: #0b2d4e;
}
.main-content ul {
  margin-left: 20px;
}
.main-content .zitat p {
  font-size: 175%;
  line-height: 1.4em;
}
.main-content .bild-copyright p {
  padding: 3px !important;
  display: inline-block;
  color: #0b2d4e;
  background-color: rgba(255, 255, 255, 0.45);
  font-size: 9px !important;
  line-height: 10px !important; 
  position: absolute;
  left: 0px;
  top: -68px;
  right: auto;
  bottom: auto;
  border-radius: 3px;
}
@media only screen and (min-width: 690px) {
  .main-content .bild-copyright p {
    top: -84px;
  }
}
@media only screen and (min-width: 1000px) {
  .main-content .bild-copyright p {
    top: -120px;
  }
}
/* Header */
/* Fügt einen blauen Hintergrund mit Bogen unter dem Logo hinzu */
#logo-bg-container {
  position: absolute;
  overflow: hidden;
  width: 345px;
  height: 69px;
  top: 0;
  left: 0;
}
#logo-bg {
    width: 350px; 
    height: 110px; 
    background-color: #2a3b5b; 
    position: absolute; 
    left: -55px; 
    top: -20px; 
    border-radius: 55px;
}
@media only screen and (min-width: 690px){
  #logo-bg-container {
    width: 380px;
  }
  #logo-bg {
    width: 385px; 
  }
}
@media only screen and (min-width: 1000px){
  #logo-bg-container {
    width: 500px;
    height: 80px;
  }
  #logo-bg {
    width: 560px; 
    height: 120px; 
    background-color: #2a3b5b; 
    position: absolute; 
    left: -60px; 
    top: -20px; 
    border-radius: 60px;
  }
}
@media only screen and (min-width: 1200px){
  #logo-bg-container {
    width: 550px;
  }
  #logo-bg {
    width: 610px; 
  }
}
  
/* Home */
  .nectar-split-heading.fitty-fit .heading-line h1 {
    line-height: 1.4 !important;
  }
/* Angebote */

.nectar-split-heading.box-headline, .nectar-split-heading.box-headline-zwei {
  position: absolute;
  width: 100%;
}
.nectar-split-heading.box-headline {
  top: 24px;
}
.nectar-split-heading.box-headline-zwei {
  top: 18px;
}
.nectar-split-heading.box-headline h3, .nectar-split-heading.box-headline-zwei h3 {
  text-align: center;
}
@media only screen and (min-width: 1000px){
  .nectar-split-heading.box-headline {
    top: 12px;
  }
  .nectar-split-heading.box-headline-zwei {
    top: 8px;
  }
}
@media only screen and (min-width: 1400px){
  .nectar-split-heading.box-headline {
    top: 24px;
  }
  .nectar-split-heading.box-headline-zwei {
    top: 16px;
  }
  .nectar-split-heading.box-headline h3 {
    font-size: 140% !important; 
  }
  .nectar-split-heading.box-headline-zwei h3 {
    font-size: 140% !important; 
  }
}
@media only screen and (min-width: 690px){
  .box-angebots-text {
    min-height: 320px;
  }
}
@media only screen and (min-width: 1000px){
  .box-angebots-text {
    min-height: 425px;
  }
}
@media only screen and (min-width: 1560px){
  .box-angebots-text {
    min-height: 320px;
  }
}

.call-overlay p {
  font-size: 120%;
  cursor: pointer;
  color: #406489;
  padding: 1em 0 !important;
}
.call-overlay p:hover {
  color: #0b2d4e;
}

/* Overlays */
.overlay-column {
  max-height: 85vh;
  overflow-y: auto;
}

#overlay-supervision, #overlay-coaching, #overlay-organisationsberatung, #overlay-workshop {
  position: fixed;
  top: 0;
  left: 201vw;
  -webkit-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -moz-transition: left 0.5s;
  transition: left 0.5s;
  z-index: 200;
}
#overlay-supervision.sichtbar, #overlay-coaching.sichtbar, #overlay-organisationsberatung.sichtbar, #overlay-workshop.sichtbar {
  left: 0;
}

/* Über mich */
.nectar-split-heading.einleitung-ueber {
  margin-bottom: 0 !important;
}
.nectar-split-heading.einleitung-ueber .heading-line {
  font-family: 'FiraSansLight', sans-serif;
  font-weight: 300;
  color: #0b2d4e;
  font-size: 30px;
  line-height: 36px;
}
.nectar-split-heading.einleitung-ueber .heading-line:first-of-type {
  font-size: 52px !important;
  line-height: 60px !important;
  text-transform: uppercase;
}
@media only screen and (min-width: 690px) {
  .nectar-split-heading.einleitung-ueber .heading-line {
    font-size: 40px;
    line-height: 44px;
  }
  .nectar-split-heading.einleitung-ueber .heading-line:first-of-type {
    font-size: 72px !important;
    line-height: 80px !important;
  }
}

.bubbletext .column-image-bg-wrap .column-image-bg {
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 690px){
  .bubbletext .column-image-bg-wrap .column-image-bg {
  background-size: contain;
  }
}
/* @media only screen and (max-width: 520px) {
  .bubbletext h3 {
    font-size: 24px !important;
    line-height: 26px !important;
  }
  .bubbletext p {
    font-size: 75%;
  }
} */
@media only screen and (max-width: 689px) {
  .bubbletext .column-image-bg-wrap .column-image-bg {
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
}
.desktop-only .bubbletext .column-image-bg-wrap .column-image-bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#qualifikationen .inner-wrap.row-bg-layer.using-image::before, #qualifikationen .inner-wrap.row-bg-layer.using-image::after {
  content: " ";
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 165px;
  position: absolute;
  left: 0;
  z-index: 200;
}
#qualifikationen .inner-wrap.row-bg-layer.using-image::before {
  background-image: url("images/abschluss-oben.png");
  background-position: top center;
  top: 0;
  opacity: 0.5;
}
#qualifikationen .inner-wrap.row-bg-layer.using-image::after {
  background-image: url("images/abschluss-unten.png");
  background-position: bottom center;
  bottom: 0;
  opacity: 0.25;
}

/* Kontakt */
.kontaktdaten p {
  color: #406489;
}
.ib-kontakt {
  display: inline-block;
  width: 60px;
  padding-right: 10px;
}
@media only screen and (min-width: 690px){
  .ib-kontakt {
    width: 80px;
  }
}

.forminator-ui .forminator-field label {
  display: none;
  visibility: hidden;
}
.forminator-ui .forminator-field label.forminator-checkbox.forminator-consent {
  display: inline;
  visibility: visible;
  position: relative;
  top: 30px;
}
.forminator-ui .forminator-field .forminator-checkbox__label.forminator-consent__label {
  padding-left: 2.5em;
}
.forminator-ui.forminator-custom-form[data-grid=open] .forminator-row-inside:not(:last-child), .forminator-ui.forminator-custom-form[data-grid=open] .forminator-row:not(:last-child) {
  margin-bottom: 15px !important;
}
.forminator-ui button.forminator-button.forminator-button-submit {
  font-size: 20px;
  line-height: 24px;
  font-family: 'FiraSansBold', sans-serif;
  font-weight: 700px;
  text-align: center;
  padding: 24px 36px;
  color: #fff;
  background-color: #0b2d4e;
  border: 0 none;
  cursor: pointer;
}

.forminator-ui button.forminator-button.forminator-button-submit:hover {
  background-color: #406489;
}
.forminator-ui .forminator-response-message.forminator-success p {
  font-size: 125%;
  font-family: 'FiraSansBold', sans-serif;
  font-weight: 700px;
  color: #146D00;
}

.forminator-ui .forminator-error-message {
  color: #BD0003;
}
/* Verstecke die native Checkbox, aber lasse sie fokussierbar */
.forminator-checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Style der Box */
.forminator-checkbox .forminator-checkbox-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #333;
  border-radius: 4px;
  background: #fff;
  position: relative;
  transition: all 0.2s ease;
}

/* Häkchen als Pseudo-Element */
.forminator-checkbox .forminator-checkbox-box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) scale(0);
  opacity: 0;
  transition: all 0.2s ease;
}

/* Checkbox aktiv = Box einfärben + Häkchen einblenden */
.forminator-checkbox input[type="checkbox"]:checked + .forminator-checkbox-box {
  background: #0b2d4e;
  border-color: #0b2d4e;
}

.forminator-checkbox input[type="checkbox"]:checked + .forminator-checkbox-box::after {
  transform: rotate(45deg) scale(1);
  opacity: 1;
}

/* Optional: Hover- und Fokus-Effekte */
.forminator-checkbox:hover .forminator-checkbox-box {
  border-color: #406489;
}

.forminator-checkbox input[type="checkbox"]:focus + .forminator-checkbox-box {
  box-shadow: 0 0 0 3px rgba(0,0,0,0.2);
}

/* Impressum & Datenschutz */

.main-content .rechtstext h1 {
  color: #406489;
  font-size: 2.5em;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-family: 'FiraSansMedium', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.main-content .rechtstext h2 {
  color: #406489;
  font-size: 1.75em;
  line-height: 1.2em;
  margin: 1.5em 0;
  font-family: 'FiraSansMedium', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
.main-content .rechtstext h3 {
  color: #406489;
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 1.25em 0;
  font-family: 'FiraSansMedium', sans-serif;
  font-weight: 500;
}
.main-content .rechtstext h4 {
  color: #406489;
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 1em 0 0 0;
  font-family: 'FiraSansMedium', sans-serif;
  font-weight: 500;
  text-transform: none;
}
/* Helfer */
.desktop-only {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 1000px){
  .desktop-only {
    display: block;
    visibility: visible;
  }
}
.mobile-only {
  display: block;
  visibility: visible;
}
@media only screen and (min-width: 1000px){
  .mobile-only {
    display: none;
    visibility: hidden;
  }
}