/*
Theme Name: Pfeffermond Child Theme
Theme URI: https://github.com/Pfeffermond-GmbH/wordpress-child-theme-template
Description: Child Theme for Hello Elementor Theme, created by mi-marketing/Pfeffermond
Author: mi-marketing/Pfeffermond
Author URI: https://www.mi-marketing.de/
Template: hello-elementor
Version: 1.3.6
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
Add your custom styles here
*/

/* Fonts */
@font-face {
  font-family: 'Roboto Mono';
  src: url('assets/fonts/roboto-mono.woff2') format('woff2'),
    url('assets/fonts/roboto-mono.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


/* Colors
var(--e-global-color-primary)
var(--e-global-color-secondary)
var(--e-global-color-text)
var(--e-global-color-accent)
*/


/* Scrollbar */
::-webkit-scrollbar {
  width: 7px;
}

::-webkit-scrollbar-track {
  background: #dedede;
}

::-webkit-scrollbar-thumb {
  background: var(--e-global-color-primary);
  transition: 0.3s;
}

/* Default Search Input Styling */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}


/*  Text Links Highlight Accessibility */
.elementor p a, .elementor-field-option a {
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.2s;
}

.elementor p a:hover, .elementor-field-option a:hover {
  text-underline-offset: 2px;
}


/* Stickpunkt */
.custom-list-style ul {
  list-style: none;
  padding: 0 0 10px 0;
}

.custom-list-style ul li {
  position: relative;
  padding-left: 1em;
}

.custom-list-style ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  background-color: #1F5E43;
  border-radius: 3px; 
}




/* Hover Effekt Image-Boxen*/
@media only screen and (min-width:768px) {
  .corner-button-img-box .corner-button .elementor-widget-container {
    transition: all 0.3s;
  }
  
  .corner-button-img-box .corner-button:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://hoga-karriere.dev-pfeffermond.de/wp-content/uploads/2025/05/arrow-hellgruen-rechts.svg);
    position: absolute;
    z-index: 10;
    background-size: 100%;
    opacity: 0;
    right: 15px;
    top: 15px;
    transform: rotate(-90deg);
    transition: all 0.3s;
  }
  
  .corner-button-img-box:hover .corner-button .elementor-widget-container {
    padding-right: 60px;
  }
  
  .corner-button-img-box:hover .corner-button:before {
    opacity: 1;
    transform: rotate(0deg);
  }
}


/* Icon Liste Stellenbeschreibung*/
.stellen-icons .elementor-icon-list-item .elementor-icon-list-text:empty {
  display: none;
}

.stellen-icons  .elementor-icon-list-item .elementor-icon-list-text:empty {
  display: none;
}

.stellen-icons  .elementor-icon-list-item .elementor-icon-list-text:empty::before {
  display: none;
}

.stellen-icons  .elementor-icon-list-item:has(.elementor-icon-list-text:empty) {
  display: none;
}

/* Formulare - Floating Effect */
.elementor-field-group {
  position: relative;
  margin-bottom: 1.5em;
}

.elementor-field-type-text .elementor-field-label,
.elementor-field-type-number .elementor-field-label,
.elementor-field-type-email .elementor-field-label,
.elementor-field-type-textarea .elementor-field-label {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  background-color: white;
  padding: 2px 6px;
  z-index: 1;
  opacity: 0;
}

.elementor-field:focus + .elementor-field-label,
  .elementor-field:not(:placeholder-shown) + .elementor-field-label {
  top: 0px;
  left: 12px;
  font-size: 14px;
  opacity: 1;
}

textarea.elementor-field {
  resize: vertical;
}

/* Kontaktformular */
.kontaktformular .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 0 15px;
}

.kontaktformular .col-halb {
  width: 49%;
  padding: 0 1px;
}

.kontaktformular .col-drittel {
  width: 32%;
  padding: 0 1px;
}

.kontaktformular .col-ganz {
  width: 100%;
  padding: 0 1px;
}

.kontaktformular .row:after,.kontaktformular .row:before {
  display: none;
}

.kontaktformular:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  margin-bottom: 10px;
}

.kontaktformular p,
.kontaktformular h3,
.kontaktformular p a {
  color: #fff;
}

.kontaktformular textarea, .kontaktformular input[type="text"], .kontaktformular select, .kontaktformular input[type="date"], .kontaktformular input[type="email"], .kontaktformular input[type="tel"] {
  width: 100%;
}

.kontaktformular .wpcf7-acceptance .wpcf7-list-item {
  margin: 0 0.5em 0 0;
}

.cf7mls_next.action-button:hover, .cf7mls_back.action-button:hover, .fieldset-cf7mls .wpcf7-form-control.wpcf7-cf7mls_preview_step:hover {
  opacity: 1;
  color: var(--e-global-color-primary);
}

.wpcf7-form fieldset {
  padding: 0;
  margin: 0;
}

.kontaktformular label {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  width: 100%;
}

.kontaktformular h3 label {
  font-size: inherit;
  line-height: inherit;
}

.kontaktformular span.wpcf7-quiz-label {
  font-weight: 400;
}

.kontaktformular input,
.kontaktformular select,
.kontaktformular textarea {
  color: var(--e-global-color-text);
  border: 1px solid var( --e-global-color-35fcaa7 );
  border-radius: 10px;
  height: 50px;
}

.kontaktformular textarea {
  height: 140px;
  color: #fff;
}

.kontaktformular .wpcf7-form-control.wpcf7-checkbox,
.kontaktformular .wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 10px;
}

.kontaktformular .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item,
.kontaktformular .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  margin: 0;
}

.kontaktformular input[type="checkbox"],
.kontaktformular input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  margin: 0 0 5px;
  cursor: pointer;
  vertical-align: middle;
  top: 1px;
  line-height: 1;
  outline: 0;
  background-color: var(--e-global-color-35fcaa7) !important;
  border: 1px solid var(--e-global-color-35fcaa7);
  border-radius: 10px !important;
}

.kontaktformular input[type="radio"] {
  border-radius: 15px !important;
}

.kontaktformular input[type="checkbox"]:checked,
.kontaktformular input[type="radio"]:checked {
  background: url("assets/img/icon-check.svg") no-repeat center / 80%, var(--e-global-color-1d307e9) !important;
}

.kontaktformular select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url('assets/img/icon-chevron-down-select-white.svg');
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  padding: 12px 45px 12px 14px;
  text-overflow: ellipsis;
  color: #fff;
}

.kontaktformular select option {
    background-color: var(--e-global-color-primary);
	border-radius: 0;
}

.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
  font-size: 18px;
  color: #FCE6CD;
  font-weight: bold;
}

.wpcf7-response-output {
  font-weight: bold;
  padding: 20px !important;
  border-radius: 20px;
  margin: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-outpu, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form .fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
  background-color: #FCE6CD;
  border-color: var(--e-global-color-secondary) !important;
  color: var(--e-global-color-text) !important;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: 700;
}

.wpcf7 form .fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
  fill: var(--e-global-color-text) !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: var(--e-global-color-text) !important;
  background-color: var(--e-global-color-1d307e9);
  border-color: var(--e-global-color-1d307e9) !important;
  margin: 0;
}

.kontaktformular .info {
  font-weight: bold;
  padding: 30px;
  color: var(--e-global-color-text);
}

.kontaktformular .info p {
  color: var(--e-global-color-text);
}

.kontaktformular .info p:last-child {
  margin-bottom: 0;
}

.kontaktformular .info-upload {
  background-color: var(--e-global-color-1d307e9);
  color: var(--e-global-color-text);
}

.kontaktformular .info-submit {
  background-color: var(--e-global-color-1d307e9);
  color: var(--e-global-color-text);
}

.kontaktformular .info-submit .col-ganz {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.kontaktformular .info-submit .text {
  width: calc(100% - 50px);
}

.kontaktformular .info-submit .icon {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  display: block;
  background: url('assets/img/icon-exclamation.svg') no-repeat center / cover;
}

.kontaktformular .bewerbung-submit {
  margin-left: auto;
}

.kontaktformular input[type="file"] {
  display: none;
}

.kontaktformular .row.upload {
  margin: 50px 0 25px;
}

.kontaktformular .upload p {
  margin-bottom: 0;
}

.kontaktformular .upload label {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-end;
  cursor: pointer;
  column-gap: 25px;
}

.kontaktformular .upload .icon {
  padding: 27px;
  border-radius: 10px;
  background-color: var(--e-global-color-35fcaa7);
  width: 104px;
  position: relative;
}

.kontaktformular .upload .icon .inner {
  display: block;
  background: url('assets/img/icon-upload.svg') no-repeat center / contain;
  width: 50px;
  height: 50px;
}

.kontaktformular .upload .text {
  border-bottom: 1px solid var(--e-global-color-primary);
  padding-bottom: 10px;
  max-width: calc(100% - 104px - 25px);
}

.kontaktformular .upload .text span {
  display: block;
  font-size: 80%;
  font-weight: 400;
  font-style: italic;
  margin-top: 8px;
}

.kontaktformular input[type="submit"].wpcf7-submit,
.wpcf7 form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  background-color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-e7195d2-font-family), Sans-serif;
  font-size: var(--e-global-typography-e7195d2-font-size);
  font-weight: var(--e-global-typography-e7195d2-font-weight);
  text-decoration: var(--e-global-typography-e7195d2-text-decoration);
  line-height: var(--e-global-typography-e7195d2-line-height);
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: var(--e-global-color-secondary);
  border-radius: 10px 10px 10px 10px;
  padding: 14px 20px 15px 20px;
  height: auto;
}

.kontaktformular input[type="submit"].wpcf7-submit:hover,
  .wpcf7 form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--e-global-color-secondary);
  color: #fff;
  text-decoration: underline;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  opacity: 1;
}

/* Multistep Kontaktformular */
.wpcf7-form .cf7mls_progress_bar ~ .fieldset-cf7mls-wrapper fieldset {
  margin-bottom: 0;
}

.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_container, .cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_container {
  margin-left: 0;
}

.cf7mls_number_step_wrap .cf7mls_number, .cf7mls_number_step_wrap .cf7mls_step_current {
  color: #fff;
}

.cf7mls_progress_bar li .cf7_mls_check {
  color: var(--e-global-color-text);
}

.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li:before, .cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li:before {
  height: 8px;
  bottom: unset;
  top: -20px;
  border-radius: 4px;
}

.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_icon {
  display: none;
}

.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li .cf7mls_progress_bar_title, .cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li .cf7mls_progress_bar_title {
  font-size: 16px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  padding-top: 2px;
  display: none;
}

.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.current .cf7mls_progress_bar_title {
  display: block;
  color: #fff;
}

.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item:before, .cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item:before {
  background-color: var( --e-global-color-35fcaa7 );
}

.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item.cf7_mls_step_invalid:before, .cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item.cf7_mls_step_invalid:before {
  background-color: #FCE6CD;
}

/*.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li.active,
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.active,*/
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li.current,
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.current {
  min-width: 250px;
}

.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li.active:before,
  .cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.active:before,
  .cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li.current:before,
  .cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.current:before {
  background-color: var(--e-global-color-1d307e9);
}

.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item .cf7_mls_steps_item_icon,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item .cf7_mls_steps_item_icon {
  background: var( --e-global-color-35fcaa7 );
  border: 1px solid var( --e-global-color-35fcaa7 );
  border-radius: 10px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: 29px;
}

.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item.active .cf7_mls_steps_item_icon,
.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item.current .cf7_mls_steps_item_icon,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item.active .cf7_mls_steps_item_icon,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item.current .cf7_mls_steps_item_icon {
  background: var( --e-global-color-1d307e9 );
  border-color: var( --e-global-color-1d307e9 );
}

.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item.cf7_mls_step_invalid .cf7_mls_steps_item_icon,
.cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item.cf7_mls_step_invalid .cf7_mls_steps_item_icon {
  background: #FCE6CD !important;
  border-color: var( --e-global-color-secondary );
}

.cf7mls_progress_bar li .cf7_mls_count_step {
  color: #fff;
}

.cf7mls_progress_bar li.current .cf7_mls_count_step,
.cf7mls_progress_bar li.active .cf7_mls_count_step {
  color: var( --e-global-color-primary );
}

.cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal, .cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal {
  width: 100%;
  margin: 42px auto 22px;
}

.cf7mls_number_step_wrap {
  font-weight: bold;
}

.cf7mls_progress_bar li .cf7_mls_invalid {
  color: var(--e-global-color-text);
}

.cf7mls_next.action-button, .cf7mls_back.action-button,
.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
  background-color: var(--e-global-color-1d307e9);
  font-family: var(--e-global-typography-e7195d2-font-family), Sans-serif;
  font-size: var(--e-global-typography-e7195d2-font-size);
  font-weight: var(--e-global-typography-e7195d2-font-weight);
  text-decoration: var(--e-global-typography-e7195d2-text-decoration);
  line-height: var(--e-global-typography-e7195d2-line-height);
  color: var(--e-global-color-text);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: var(--e-global-color-1d307e9);
  border-radius: 10px 10px 10px 10px;
  padding: 11px 20px 12px 20px;
  margin-bottom: 0;
}

.cf7mls_back.action-button {
  background-color: var(--e-global-color-35fcaa7) !important;
  color: #fff !important;
}

.cf7mls_next.action-button:hover,
  .cf7mls_back.action-button:hover,
  .cf7mls-btns .cf7mls_next.action-button:hover,
  .cf7mls-btns .cf7mls_back.action-button:hover {
  background-color: var(--e-global-color-secondary) !important;
  color: var(--e-global-color-6de97ed) !important;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
}


/* Feedback Formular */
.kontaktformular .star-review {
  display: flex;
  direction: row-reverse;
  justify-content: flex-start;
}

.kontaktformular .star-review .wpcf7-list-item.first {
  margin: 0;
}

.kontaktformular .star-review .wpcf7-list-item-label {
  font-size: 0;
  /* Hide text content */
  width: 40px;
  height: 40px;
  background-image: url('assets/img/star-green.svg');
  background-size: cover;
  cursor: pointer;
  display: inline-block;
}

.kontaktformular .star-review .wpcf7-list-item-label:hover,
  .kontaktformular .star-review .wpcf7-list-item-label:hover ~ .wpcf7-list-item-label,
  .kontaktformular .star-review .wpcf7-list-item-label.selected,
  .kontaktformular .star-review .wpcf7-list-item-label.hover {
  background-image: url('assets/img/star-green-filled.svg');
}

.kontaktformular .star-review input[type="radio"] {
  display: none;
}

/* Table */
table {
  border-radius: 10px;
}

table td, table th {
  border-color: #E4EDD8 !important;
}

table td p, table th p {
  margin-bottom: 0;
}

table .labels {
  width: 30%;
}

table .values {
  width: 70%;
}

table tbody > tr:nth-child(odd)>td, table tbody>tr:nth-child(odd) > th {
  background-color: var(--e-global-color-35fcaa7);
  color: #fff;
}

table tbody > tr:nth-child(odd)>td p, table tbody>tr:nth-child(odd) > th p {
  color: #fff;
}

table.cf7-summary {
  max-width: 600px;
}

table.cf7-summary th,
table.cf7-summary td {
  text-align: left;
}

table.cf7-summary span.wpcf7-form-control[name="cf7_recall-1"]:after {
  display: inline-block;
  position: relative;
  content: ',';
}

table.cf7-summary tr td:first-child {
  font-weight: bold;
}


table.cf7-summary .uploaded-files-summary{
	color: #fff;
}

/* Print */
@media print {
  .hide-for-print, .single-job header, .single-job footer, .single-job .elementor-button-wrapper{
    display: none;
  }

  .single-job .benefits-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    margin-top: -20px;
  }

  .single-job .benefits-grid > .elementor-element > .elementor-widget-container{
    padding: 10px;
  }

  .single-job .benefits-grid .elementor-icon-box-description{
    margin-bottom: 0;
    line-height: 1.3;
  }

  .single-job .benefits-grid .elementor-icon-box-wrapper{
    gap: 10px;
  }

  .single-job .benefits-grid .elementor-icon{
    font-size: 50px !important;
  }

  .single-job .custom-list-style ul{
    list-style-type: disc;
    padding: 0 0 0 20px;
  }

  .single-job .ansprechpartner-img img{
    max-width: 175px;
  }
}

/* Tablet-Stile */
@media only screen and (max-width:1240px) {
  /* Kontaktformular */
  .kontaktformular input,
  .kontaktformular textarea {
    padding: 14px;
  }
  
  .kontaktformular select {
    padding: 14px 40px 14px 14px;
  }
  
  .kontaktformular .upload-hint {
    padding: 30px;
  }
  
  /* Tables */
  table .values,
  table .labels {
    width: auto;
  }
}


/* Mobile */
@media only screen and (max-width:767px) {
  /* Kontaktformular */
  .kontaktformular .col-halb, .kontaktformular .col-drittel {
    width: 100%;
  }
  
  .kontaktformular .bewerbung-submit {
    margin-right: auto;
  }
  
  .kontaktformular .row {
    margin: 0;
  }
  
  .kontaktformular .upload-hint {
    margin-bottom: 30px;
  }
  
  .kontaktformular .info {
    padding: 15px;
  }
  
  .wpcf7-response-output {
    padding: 15px !important;
  }
  
  .kontaktformular .info-submit .icon {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    background: url(assets/img/icon-exclamation.svg) no-repeat center / contain;
  }
  
  .kontaktformular .info-submit .text {
    width: 100%;
  }
}