/*
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.3
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
*/

/* Container */
@media only screen and (min-width:1250px) {
  
  .elementor-section.elementor-section-boxed > .elementor-container {
    width: 100%;
    max-width: min(80vw, 1400px) !important;
  }
  
  .e-con {
    --content-width: min(80vw, 1400px);
  }
  
  /* No Elementor, Password Form */
  .hoga-no-elementor .elementor-widget-theme-post-content,
  .post-password-form {
    width: 100%;
    max-width: min(80vw, 1400px) !important;
    margin: 5rem auto;
    padding: 20px;
  }
  
  /* Exception for single posts */
  .single-post.hoga-no-elementor .elementor-widget-theme-post-content {
    max-width: 100% !important;
    margin: auto;
    padding: 0px;
  }
}

/* d-none */
.d-none {
  display: none;
}

/* Selection */
::selection {
  background: var(--e-global-color-7b9b023);
}

/* Links */
p a:hover {
  background-color: var(--e-global-color-7b9b023);
}

/* ul */
.elementor-widget-text-editor ul {
  margin-bottom: 1.4rem;
  margin-top: 0.5rem;
}

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

.kontaktformular .col-halb {
  width: 49%;
}

.kontaktformular .col-drittel {
  width: 32%;
}

.kontaktformular .col-ganz {
  width: 100%;
}

.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 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-size: var(--e-global-typography-4ef7dc3-font-size );
  font-weight: bold;
  line-height: var(--e-global-typography-4ef7dc3-line-height );
  color: var(--e-global-color-text);
  margin-bottom: 6px;
  width: 100%;
  text-align: left;
}

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

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

.kontaktformular input,
.kontaktformular select,
.kontaktformular textarea {
  font-size: 20px;
  color: var(--e-global-color-text);
  border: 1px solid var(--e-global-color-1d307e9);
  border-radius: 10px;
  padding: 17px 14px;
  height: 66px;
}

.kontaktformular textarea {
  height: 198px;
}

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

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

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

.kontaktformular input[type="checkbox"]:checked,
.hoga-quiz .qsm-quiz-container input[type=checkbox]:checked,
.hoga-quiz .qsm-quiz-container 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.svg');
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: 98% 50%;
  padding: 17px 45px 17px 14px;
  text-overflow: ellipsis;
}

.fieldset-cf7mls-wrapper .wpcf7-not-valid-tip {
  font-size: 18px;
}

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

.wpcf7 form.invalid .wpcf7-response-output, .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-primary);
  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;
}

form.cf7mls .kontaktformular input[type="submit"].wpcf7-form-control.wpcf7-submit,
.hoga-quiz .qsm-quiz-container.qmn_quiz_container input[type="submit"].qmn_btn {
  color: var(--e-global-color-primary);
  transition: all .3s ease-in-out;
  background-color: var(--e-global-color-1d307e9);
  font-family: "Roboto Slab", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  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: 0px 0px 0px 0px;
  padding: 12px 40px 14px 40px;
  margin-bottom: 0;
}

.kontaktformular input[type="submit"].wpcf7-submit:hover,
  .hoga-quiz .qsm-quiz-container.qmn_quiz_container input[type="submit"].qmn_btn:hover {
  transform: scale(1.02);
}

/* 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: var(--e-global-color-text);
}

.cf7mls_number_step_wrap .cf7mls_progress_barinner {
  background-color: var(--e-global-color-primary) !important;
}

.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: var( --e-global-color-text );
}

.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-1d307e9 );
}

.wpcf7-form .cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item.cf7_mls_step_invalid:before,
  .wpcf7-form .cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li.cf7_mls_steps_item.cf7_mls_step_invalid:before {
  background-color: var(--e-global-color-822bf6f);
}

/*.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;
}

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

.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-1d307e9 );
  border: 1px solid var( --e-global-color-1d307e9 );
  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-secondary);
}

.cf7mls_next.action-button, .cf7mls_back.action-button,
.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button,
.hoga-quiz .qsm-quiz-container.qmn_quiz_container .qmn_btn {
  background-color: var(--e-global-color-1d307e9);
  font-family: "Roboto Slab", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  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: 0px 0px 0px 0px;
  padding: 8px 40px 8px 40px;
  margin-bottom: 0;
}

.cf7mls_back.action-button {
  background-color: var(--e-global-color-1d307e9) !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;
}

/* Quiz */
.hoga-quiz .quiz_section .qmn_radio_answers label,
.hoga-quiz .quiz_section .qmn_check_answers label,
.hoga-quiz .quiz_section .qmn_accept_answers label {
  font-size: var(--e-global-typography-d2cb390-font-size);
  max-width: unset;
}

.hoga-quiz .quiz_section .mlw_qmn_new_question {
  font-size: var(--e-global-typography-4ef7dc3-font-size );
  font-weight: bold;
  line-height: var(--e-global-typography-4ef7dc3-line-height );
  color: var(--e-global-color-text);
  margin-bottom: 6px;
  width: 100%;
}

.hoga-quiz .qsm-quiz-container.qmn_quiz_container input[type="submit"].qmn_btn,
.hoga-quiz .qsm-quiz-container.qmn_quiz_container .qmn_btn {
  background-color: var(--e-global-color-1d307e9) !important;
  color: var(--e-global-color-primary) !important;
  margin: 0;
}

.hoga-quiz .qsm-results-page {
  line-height: 1.4;
}

.hoga-quiz .qsm-quiz-container.qmn_quiz_container .qmn_btn.qsm-next,
.hoga-quiz .qsm-quiz-container.qmn_quiz_container .qmn_btn.qsm-previous {
  padding: 8px 40px 8px 40px;
}

.hoga-quiz .qsm-quiz-container.qmn_quiz_container .qmn_btn.qsm-previous {
  color: var(--e-global-color-6de97ed) !important;
}

.hoga-quiz .qsm-progress-bar .progressbar-text {
  color: var(--e-global-color-text);
}

.hoga-quiz .qmn_pagination {
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 4rem;
}

.hoga-quiz .qsm-quiz-container.qmn_quiz_container .qmn_btn.qsm-previous {
  order: 1;
  margin-right: auto;
}

.hoga-quiz .qsm-progress-bar {
  flex-grow: 1;
  width: 100%;
  order: 3;
  margin: 1.5rem 0;
}

.hoga-quiz .qsm-quiz-container.qmn_quiz_container .qmn_btn.qsm-next {
  order: 2;
  margin-left: auto;
}

.hoga-quiz .qsm-quiz-container.qmn_quiz_container input[type="submit"].qmn_btn {
  order: 4;
  margin-left: auto;
  margin-top: 1rem;
}

.hoga-quiz .qsm-quiz-container.qmn_quiz_container .qmn_btn.qsm-next:hover
.hoga-quiz .qsm-quiz-container.qmn_quiz_container .qmn_btn.qsm-previous: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);
}

.hoga-quiz .qsm-progress-bar svg path:nth-child(1) {
  stroke: var(--e-global-color-1d307e9) !important;
}

.hoga-quiz .qsm-progress-bar svg path:nth-child(2) {
  stroke: var(--e-global-color-primary) !important;
}

.hoga-quiz .qsm-quiz-form .qmn_error .qmn_radio_answers,
.hoga-quiz .qsm-quiz-form .qmn_error .qmn_check_answers,
.hoga-quiz .qsm-quiz-form .qmn_error .qmn_accept_answers,
.hoga-quiz .qmn_error_message,
.hoga-quiz .qsm-quiz-form .qmn_error:after {
  border: 1px solid var(--e-global-color-secondary);
  background: var(--e-global-color-822bf6f);
  color: var(--e-global-color-text);
}

.hoga-quiz .qsm-quiz-form .qmn_error .qmn_radio_answers:has(input.qmn_quiz_radio:checked) {
  background: transparent;
  border: none;
}

.hoga-quiz .qsm-quiz-form .qmn_error:after {
  line-height: 15px;
  color: var(--e-global-color-secondary);
}

.hoga-quiz .qsm-quiz-container input[type=checkbox],
.hoga-quiz .qsm-quiz-container input[type=radio] {
  width: 3rem;
  height: 3rem;
  margin: 0;
  border: 3px solid var(--e-global-color-primary);
  border-radius: 50%;
}

.hoga-quiz .qsm-quiz-container input[type=checkbox]:hover,
.hoga-quiz .qsm-quiz-container input[type=radio]:hover {
  background: var(--e-global-color-1d307e9) !important;
}

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

.hoga-quiz .qmn_radio_answers.mlwRequiredRadio {
  display: flex;
  gap: 1rem;
  align-items: center;
  max-width: 1000px;
  padding-top: 1rem;
}

.hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap {
  width: calc((100% / 5) - (1rem / 4));
}

.hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap label {
  opacity: 0;
  height: 0;
  text-align: center;
}

.hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap:first-child label,
  .hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap:last-of-type label {
  opacity: 1;
}

.hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap:first-child input[type=checkbox],
    .hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap:first-child input[type=radio],
    .hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap:last-of-type input[type=checkbox],
    .hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap:last-of-type input[type=radio] {
  width: 4rem;
  height: 4rem;
}

.hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap:nth-child(3) input[type=checkbox],
    .hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap:nth-child(3) input[type=radio] {
  width: 2.5rem;
  height: 2.5rem;
}

.hoga-quiz .qmn_mc_answer_wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}

/* Header */
body.hoga-green .hoga-header {
  background-image: url("assets/img/header-bg-green.svg") !important;
}

body.hoga-orange .hoga-header {
  background-image: url("assets/img/header-bg-orange.svg") !important;
}

.elementor-editor-active .hoga-header,
.elementor-editor-active .footer-img {
  margin-bottom: 0 !important;
}

/* Mobile Menu */
.hoga-mobile-menu-popup .dialog-widget-content {
  background-color: #fff;
}

body.hoga-green .hoga-mobile-menu-popup .dialog-widget-content {
  background-color: var(--e-global-color-e0127b2);
}

body.hoga-orange .hoga-mobile-menu-popup .dialog-widget-content {
  background-color: var(--e-global-color-822bf6f);
}

.hoga-mobile-menu-popup .elementor-nav-menu .sub-arrow i {
  display: none;
}

.hoga-mobile-menu-popup .elementor-nav-menu .sub-arrow {
  width: 40px;
  margin-left: auto;
  background: url("assets/img/chevron-down-icon-green.svg") no-repeat 50% 50% / 60%;
  ;
}

.hoga-mobile-menu-popup .elementor-nav-menu .elementor-item.highlighted .sub-arrow {
  background: url("assets/img/chevron-up-icon-orange.svg") no-repeat 50% 50% / 60%;
  ;
}

/* MegaMenu */
.hoga-megamenu .elementor-nav-menu:after {
  content: unset;
}

.mm-item {
  position: fixed;
  display: none;
  z-index: 2;
  height: auto;
  aspect-ratio: 16 / 7;
  animation: fadeInTop 300ms both;
}

.mm-item .mm-left {
  background-color: #fff;
  padding-left: max(calc(10vh + 10px), calc((100vw - 1440px) / 2 + 10px));
  padding-right: 40px;
}

body.hoga-green .mm-item .mm-left {
  background-color: var(--e-global-color-e0127b2);
}

body.hoga-orange .mm-item .mm-left {
  background-color: var(--e-global-color-822bf6f);
}

.mm-item.mm-active,
.mm-item:hover {
  display: flex;
  animation-delay: 250ms;
}

.elementor-editor-active.elementor-editor-header .mm-item {
  display: flex !important;
  position: relative;
}

.elementskit-megamenu-panel {
  width: calc(80vw) !important;
}

/* Scale on Hover */
.scale-up {
  transition: all .3s ease-in-out;
}

.scale-up:hover {
  transform: scale(1.02);
}

/* Icons */
.elementor-icon-wrapper {
  line-height: 0.6;
}

.elementor-icon-box-icon {
  line-height: 0.6;
  margin-bottom: 0;
}

.icon-stroke-green svg path {
  stroke: var(--e-global-color-primary);
}

.icon-stroke-orange svg path {
  stroke: var(--e-global-color-secondary);
}

.icon-fill-green svg path {
  fill: var(--e-global-color-primary);
}

.icon-fill-orange svg path {
  fill: var(--e-global-color-secondary);
}

/* Slider */
.hoga-slider .swiper-pagination-bullet {
  width: 58px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  opacity: 1;
  margin: 0 10px 30px !important;
  transition: all 0.3s;
}

.hoga-slider .swiper-slide, .hoga-hero {
  height: auto !important;
  aspect-ratio: 16 / 7;
}

.hoga-slider .swiper-slide-bg:before {
  content: '';
  display: block;
  width: 100vw;
  height: auto;
  aspect-ratio: 16 / 7;
  background-color: rgba(0,0,0,0.2);
}

.hoga-slider .swiper-slide-inner {
  max-width: min(80vw, 1400px);
}

.hoga-slider .swiper-pagination {
  z-index: 1;
}

/* Masks */
.footer-img {
  -webkit-mask-image: url('assets/img/mask-slider.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom center;
}

.hoga-slider .swiper-slide-bg, .hoga-hero, .mm-item, .mask-slider {
  -webkit-mask-image: url('assets/img/mask-slider.svg');
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  -webkit-mask-position: bottom center;
}

/* Tabs ACF Repeater */
.ae-acf-repeater-tab-content ul {
  margin-bottom: 0.9rem;
}

.ae-acf-repeater-tab-content h2,
.ae-acf-repeater-tab-content h3 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 2px solid var(--bildung-color-button);
}

.ae-acf-repeater-tab-content h2:first-child,
.ae-acf-repeater-tab-content h3:first-child {
  margin-top: 0;
}

.ae-acf-repeater-tab-content ul li a {
  display: inline-block;
}

.elementor-widget-ae-acf-repeater .ae-acf-repeater-tab-desktop-title.active {
  z-index: 2;
}

/* Tabs Standard */
.hoga-tab {
  z-index: 1;
}

.elementor-widget-tabs.hoga-tab .elementor-tabs-wrapper .elementor-tab-title {
  border: 1px solid var(--e-global-color-e0127b2) !important;
  border-right: none !important;
  background-color: var(--e-global-color-e0127b2);
  color: var(--e-global-color-primary);
}

.elementor-widget-tabs.hoga-tab .elementor-tabs .elementor-tab-title:hover,
  .elementor-widget-tabs.hoga-tab .elementor-tabs .elementor-tab-title.elementor-active {
  background-color: transparent;
}

.ae-acf-repeater-tab-content h4,
.elementor-widget-tabs.hoga-tab .elementor-tab-content h4 {
  margin-top: 1rem;
}

.elementor-widget-tabs.hoga-tab .elementor-tab-content {
  padding: 15px 10px 15px 70px;
  border-width: 0;
}

.elementor-widget-tabs.hoga-tab .elementor-tab-content h2,
.elementor-widget-tabs.hoga-tab .elementor-tab-content h3 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 25px;
  border-bottom: 2px solid var(--e-global-color-1d307e9);
}

.elementor-widget-tabs.hoga-tab .elementor-tab-content h2:first-child,
.elementor-widget-tabs.hoga-tab .elementor-tab-content h3:first-child {
  margin-top: 0;
}

.elementor-widget-tabs.hoga-tab .elementor-tabs-content-wrapper {
  border: none;
}

.elementor-widget-tabs.hoga-tab .elementor-tabs .elementor-tab-title.elementor-active,
.elementor-widget-tabs.hoga-tab .elementor-accordion-title {
  color: var(--e-global-color-primary);
}

/* Accordion */
.hoga-faq .elementor-accordion .elementor-accordion-item:first-child .elementor-tab-title {
  padding-top: 0 !important;
}

.hoga-faq .elementor-accordion-item .elementor-tab-title {
  border-bottom: 1px solid var(--e-global-color-e0127b2);
}

.single-bildungsangebot .hoga-faq .elementor-accordion-item .elementor-tab-title {
  border-bottom: 1px solid var(--bildung-color-button);
}

.single-bildungsangebot .hoga-faq .elementor-accordion-item .elementor-tab-content.elementor-active {
  border-bottom: 1px solid var(--bildung-color-button) !important;
}

.single-bildungsangebot.hoga-orange .hoga-faq .elementor-accordion-icon svg path {
  stroke: var(--e-global-color-secondary) !important;
}

.hoga-faq .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
  width: 2em;
  height: 2em;
}

/* Img Slider */
.hoga-img-slider.elementor-skin-slideshow .elementor-thumbnails-swiper .swiper-slide,
.elementor-carousel-image {
  border-radius: 20px;
}

.hoga-img-slider .elementor-swiper-button.elementor-swiper-button-next i,
.hoga-img-slider .elementor-swiper-button.elementor-swiper-button-prev i {
  opacity: 0;
}

.hoga-img-slider .elementor-swiper-button.elementor-swiper-button-next {
  background: url('assets/img/icon-arrow-right.svg') no-repeat center / contain;
  background-color: #fff;
  border-radius: 100%;
  right: 20px;
}

.hoga-img-slider .elementor-swiper-button.elementor-swiper-button-prev {
  background: url('assets/img/icon-arrow-left.svg') no-repeat center / contain;
  background-color: #fff;
  border-radius: 100%;
  left: 20px;
}

/* Img Gallery */
.hoga-img-gallery .gallery-item {
  max-width: 120px !important;
}

.hoga-img-gallery .gallery-item img {
  height: 120px;
  border-radius: 20px;
}

.hoga-img-gallery .gallery-item:first-child {
  max-width: 100% !important;
}

.hoga-img-gallery .gallery-item:first-child img {
  height: auto;
}

.hoga-img-gallery .gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

/* Videorundgang */
.hoga-rundgang iframe {
  margin-bottom: -8px;
}

.hoga-rundgang p {
  margin-bottom: 0;
}

/* Buttons */
.elementor-button-link {
  transition: all .3s ease-in-out;
}

.elementor-button-link:hover {
  transform: scale(1.02);
}

.hoga-button-orange {
  color: var(--e-global-color-secondary) !important;
  background-color: var(--e-global-color-822bf6f) !important;
}

/* Bildungsangebot CTA */
.elementor-button-link.cta-voranmeldung {
  position: relative;
  background-color: var(--bildung-color-button);
  color: var(--bildung-color-solid);
}

.elementor-button-link.cta-voranmeldung:hover {
  background-color: var(--bildung-color-button);
  color: #fff;
}

/* Sidebar, Footer Buttons */
.sidebar-button {
  background: url("assets/img/sidebar-button-main.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 80px;
  transition: all 0.3s ease-in;
}

/* Webportale */
.webportal-green .webportal-box {
  background-color: var(--e-global-color-primary);
}

.webportal-green .webportal-box-overlay {
  background-color: var(--e-global-color-1d307e9);
}

.webportal-orange .webportal-box {
  background-color: var(--e-global-color-secondary);
}

.webportal-orange .webportal-box-overlay {
  background-color: var(--e-global-color-822bf6f);
}

.webportal-green .webportal-title {
  color: var(--e-global-color-primary);
}

.webportal-orange .webportal-title {
  color: var(--e-global-color-secondary);
}

.webportal-icon {
  transition: all 0.3s ease-in;
}

.webportal-icon:hover {
  transform: scale(1.1);
}

.webportal-box-overlay {
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
  cursor: pointer;
}

.webportal-box-overlay svg {
  transition: all 0.3s ease-in;
}

.webportal-box-overlay:hover svg {
  transform: scale(1.1);
}

.webportal-orange .webportal-box-overlay svg path {
  stroke: var(--e-global-color-secondary);
}

.webportal-info-text-desktop {
  opacity: 0;
  border-radius: 20px;
  padding: 20px;
  width: 60%;
  max-width: unset !important;
}

.webportal-info-text-mobile {
  display: none;
  border-radius: 20px;
  padding: 20px;
  width: 60%;
  max-width: unset !important;
}

.webportal-green .webportal-info-text-mobile,
.webportal-green .webportal-info-text-desktop {
  background-color: var(--e-global-color-e0127b2);
  color: var(--e-global-color-primary);
}

.webportal-orange .webportal-info-text-mobile,
.webportal-orange .webportal-info-text-desktop {
  background-color: var(--e-global-color-7b9b023);
  color: var(--e-global-color-secondary);
}

.webportal-box .hover-up:hover .webportal-box {
  transition: all .2s ease-in-out;
  top: -15px;
}

/* Download Shortcode */
.download-shortcode {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.download-shortcode .icon-wrapper {
  width: 104px;
  height: 104px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--e-global-color-1d307e9);
}

.download-shortcode .icon-wrapper img {
  width: 50px;
  height: auto;
}

.download-shortcode .title-wrapper {
  width: calc(100% - 104px - 25px);
  color: var(--e-global-color-primary );
  font-size: var(--e-global-typography-894530a-font-size );
  font-weight: var(--e-global-typography-894530a-font-weight );
  line-height: var(--e-global-typography-894530a-line-height );
}

.download-shortcode .title-wrapper p {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid var( --e-global-color-primary );
}

body.hoga-orange .download-shortcode .icon-wrapper {
  background-color: var(--e-global-color-secondary);
}

body.hoga-orange .download-shortcode .title-wrapper {
  color: var(--e-global-color-secondary);
}

body.hoga-orange .download-shortcode .title-wrapper p {
  border-color: var(--e-global-color-secondary);
}

/* Blog-Loop */
.blog-loop-img img {
  height: 145px;
  object-fit: cover;
}

.blog-loop-img.contain img {
  object-fit: contain;
}

.beitrag-badge-orange .badge .elementor-widget-container {
  background-color: var(--e-global-color-822bf6f ) !important;
  color: var(--e-global-color-secondary);
}

/* Blog Title */
.hoga-blog-title {
  display: none;
}

body.blog .hoga-blog-title {
  display: inline-block;
}

/* HOGA-List */
.hoga-list .elementor-icon-list-item > a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: row-reverse;
  padding-bottom: 10px;
  border-bottom: 1px solid var( --e-global-color-primary );
  right: 0;
  transition: all .2s ease-in-out;
  position: relative;
}

.hoga-list.orange .elementor-icon-list-item > a {
  border-bottom: 1px solid var( --e-global-color-secondary );
}

.hoga-list .elementor-icon-list-item > a .elementor-icon-list-text {
  width: 80%;
  padding-left: 0;
}

.hoga-list .elementor-icon-list-item > a .elementor-icon-list-icon {
  width: 20%;
  justify-content: flex-end;
}

.hoga-list .elementor-icon-list-item > a .elementor-icon-list-icon svg {
  margin: 0;
}

/* Video Widget */
.elementor-widget-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
  background-color: var(--e-global-color-7b9b023);
  border-radius: 100%;
}

/* Booking Plugin */
.bup-button-submit,
#bup-btn-next-step1,
ul.bup-time-slots-available-list .bup-button.bup-btn-book-app {
  background-color: var(--e-global-color-1d307e9 ) !important;
  color: var(--e-global-color-primary ) !important;
}

.bup-button-submit:hover,
  #bup-btn-next-step1:hover,
  ul.bup-time-slots-available-list .bup-button.bup-btn-book-app:hover {
  background-color: var(--e-global-color-1d307e9 ) !important;
  color: #fff !important;
}

#bup-btn-book-app-confirm {
  font-family: "Roboto Slab", Sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-shadow: 0px 0px 0px rgb(0 0 0 / 30%);
  color: var(--e-global-color-primary );
  background-color: var(--e-global-color-1d307e9 );
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 50%);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: var(--e-global-color-1d307e9 );
  border-radius: 0px 0px 0px 0px;
  padding: 8px 40px 8px 40px;
  width: auto;
}

/* Kacheln */
.hoga-kachel {
  border-radius: 28px;
  --border-radius: 24px;
}

/* Footer */
.hoga-footer .chevron-up,
.hoga-footer .chevron-down {
  display: none;
}

.hoga-footer .chevron-up .elementor-icon-wrapper,
.hoga-footer .chevron-down .elementor-icon-wrapper {
  height: 24px;
}

.hoga-footer .footer-nav {
  z-index: 1;
}

.hoga-footer .footer-nav .sub-arrow i {
  display: none;
}

.hoga-footer .footer-nav .elementor-item.has-submenu .sub-arrow {
  margin-left: 5px;
  width: 24px;
  height: 24px;
  background: url('assets/img/chevron-down-icon-orange.svg');
  background-size: contain;
}

.hoga-footer .footer-nav .elementor-item.has-submenu.highlighted .sub-arrow {
  background: url('assets/img/chevron-up-icon-orange.svg');
  background-size: contain;
}

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

table td, table th {
  border-color: var(--e-global-color-1d307e9) !important;
}

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

table col.labels {
  width: 30%;
}

table col.values {
  width: 70%;
}

table tbody > tr:nth-child(odd)>td, table tbody>tr:nth-child(odd) > th {
  background-color: var(--e-global-color-e0127b2);
  color: var(--e-global-color-text);
}

table tbody > tr:nth-child(odd)>td p, table tbody>tr:nth-child(odd) > th p {
  color: var(--e-global-color-text);
}

table.cf7-summary {
  max-width: 800px;
  margin-bottom: 2rem;
}

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: ',';
}

/* Animations */
@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeOutTop {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  
  to {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
}

/* Large Desktop */
@media only screen and (min-width:1440px) {
}

/* Desktop */
@media only screen and (min-width:1250px) {
  /* Sidebarbutton */
  .sidebar-button:hover {
    transform: scale(1.05);
  }
  /* Move on hover */
  .hover-up {
    transition: all .2s ease-in-out;
    top: 0;
  }
  
  .hover-up:hover {
    top: -10px;
  }
  
  .hover-right {
    right: 0;
    transition: all .2s ease-in-out;
  }
  
  .hover-right:hover {
    right: -10px;
  }
  
  .hoga-list .elementor-icon-list-item > a:hover {
    right: -10px;
  }
}


/* Tablet */
@media only screen and (max-width:1250px) {
  
  /* Container */
  .elementor-section.elementor-section-boxed>.elementor-container {
    width: 100%;
    max-width: min(90vw, 1250px) !important;
  }
  
  .e-con {
    --content-width: min(90vw, 1250px);
  }
  
  /* Container no Elementor, Password-Form */
  body:not([class*=elementor-page-]) .site-main {
    max-width: min(90vw, 1250px);
  }
  
  .hoga-no-elementor .elementor-widget-theme-post-content,
  .post-password-form {
    max-width: min(90vw, 1250px) !important;
    margin: 1rem auto;
    padding: 10px;
  }
  
  /* Exception for single posts */
  .single-post.hoga-no-elementor .elementor-widget-theme-post-content {
    max-width: 100% !important;
    margin: auto;
    padding: 0px;
  }
  
  /* Hyphens */
  h1, h2, h3, h4, h5, h6 {
    hyphens: auto;
  }
  
  /* Hoga Slider */
  .hoga-slider .swiper-pagination-bullet {
    margin: 0 10px 20px !important;
  }
  
  .hoga-slider h1,
  .hoga-hero h1 {
    hyphens: manual;
  }
  
  .hoga-slider .swiper-slide-inner {
    max-width: min(90vw, 1250px);
  }
  
  /* Kontaktformular */
  .kontaktformular input,
  .kontaktformular textarea {
    padding: 14px;
  }
  
  .kontaktformular select {
    padding: 14px 40px 14px 14px;
  }
  
  .kontaktformular .upload-hint {
    padding: 30px;
  }
  
  /* Multistep Kontaktformular */
  .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: 13px;
  }
  
  .cf7mls_bar_style_horizontal_squaren.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_icon, .cf7mls_bar_style_horizontal_round.cf7mls_bar_style_text_horizontal li .cf7_mls_steps_item_icon {
    margin-right: 7px;
  }
  
  .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;
  }
  
  /* Accordion */
  .hoga-faq .elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 1em;
    height: 1em;
  }
  
  /* Tab */
  .elementor-widget-tabs.hoga-tab .elementor-tab-content {
    padding: 15px;
  }
  
  .ae-acf-repeater-tab-content h2,
  .ae-acf-repeater-tab-content h3,
  .elementor-widget-tabs.hoga-tab .elementor-tab-content h2,
  .elementor-widget-tabs.hoga-tab .elementor-tab-content h3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  /* Webportal Info Text */
  .webportal-info-text-desktop {
    width: 100%;
  }
  
  /* Img Slider */
  .hoga-img-slider .elementor-swiper-button.elementor-swiper-button-next {
    font-size: 20px !important;
    right: 10px;
  }
  
  .hoga-img-slider .elementor-swiper-button.elementor-swiper-button-prev {
    font-size: 20px !important;
    left: 10px;
  }
  
  /* Img Gallery */
  .hoga-img-gallery .gallery {
    justify-content: flex-start;
  }
  
  .hoga-img-gallery .gallery-item {
    max-width: 80px !important;
  }
  
  .hoga-img-gallery .gallery-item img {
    height: 80px;
  }
}


/* Smartphone */
@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%;
  }
  
  table.cf7-summary {
    max-width: calc(100vw - 40px);
    table-layout: fixed;
  }
  
  table col.labels {
    width: 35%;
  }
  
  table col.values {
    width: 65%;
  }

  table.cf7-summary td{
    word-break: break-word;
    padding: 10px;
    text-wrap-style: balance;
  }

  table.cf7-summary tr td:first-child{
    hyphens: auto;
  }
  
  .hoga-quiz .qsm-quiz-container input[type=checkbox],
  .hoga-quiz .qsm-quiz-container input[type=radio] {
    width: 2.5rem;
    height: 2.5rem;
  }
  
  .hoga-quiz .qmn_radio_answers.mlwRequiredRadio {
    gap: 0.5rem;
  }
  
  .hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap {
    width: calc((100% / 5) - (0.5rem / 4));
  }
  
  .hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap:first-child input[type=checkbox],
  .hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap:first-child input[type=radio],
  .hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap:last-of-type input[type=checkbox],
  .hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap:last-of-type input[type=radio] {
    width: 3rem;
    height: 3rem;
  }
  
  .hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap:nth-child(3) input[type=checkbox],
  .hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap:nth-child(3) input[type=radio] {
    width: 2rem;
    height: 2rem;
  }
  
  .hoga-quiz .qmn_mc_answer_wrap {
    padding-bottom: 36px;
  }
  
  .hoga-quiz .qmn_radio_answers.mlwRequiredRadio .qmn_mc_answer_wrap label {
    font-size: 14px;
  }
  
  .hoga-quiz .qmn_pagination {
    margin-top: 2rem;
  }
  
  /* Slider */
  .hoga-slider i.eicon-chevron-left:before,
    .hoga-slider i.eicon-chevron-right:before {
    width: 40px;
    height: 40px;
    left: 0px;
    top: -20px;
  }
  
  .hoga-slider i.eicon-chevron-right:before {
    right: 0px;
    left: auto;
  }
  
  .hoga-slider .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
  }
  
  .hoga-slider .swiper-slide, .hoga-hero {
    aspect-ratio: 16 / 12;
  }
  
  .hoga-slider .swiper-slide-bg:before {
    aspect-ratio: 16 / 12;
  }
  
  /* Tabs */
  .hoga-tab .ae-acf-repeater-tab-title.ae-acf-repeater-tab-mobile-title {
    border-bottom: 1px solid #fff !important;
  }
  
  .elementor-widget-tabs.hoga-tab .elementor-tabs .elementor-tab-title.elementor-active,
  .hoga-tab .ae-acf-repeater-tab-title.ae-acf-repeater-tab-mobile-title.active {
    font-weight: bold;
  }
  
  .hoga-tab .mobile-tab-content {
    margin-top: 20px;
  }
  
  .elementor-widget-tabs.hoga-tab .elementor-tab-content {
    display: none;
  }
  
  .elementor-widget-tabs.hoga-tab .elementor-tab-content {
    padding: 40px 10px 15px 10px;
  }
  
  .elementor-widget-tabs.hoga-tab .elementor-tabs .elementor-tab-title {
    border: none !important;
    border-bottom: 1px solid #fff !important;
    background-color: var(--e-global-color-e0127b2);
  }
  
  /*
  .hoga-tab-Orange .ae-acf-repeater-tab-title.ae-acf-repeater-tab-mobile-title{
    color: var(--bildung-color-solid) !important;
    padding-right: 30px;
    background: url('assets/img/chevron-down-icon-orange.svg');
    background-size: 20px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
  }
  
  .hoga-tab-Orange .ae-acf-repeater-tab-title.ae-acf-repeater-tab-mobile-title.active{
    background: url('assets/img/chevron-up-icon-orange.svg');
    background-size: 20px;
    background-position: 95% 50%;
    background-repeat: no-repeat;
  }
  */
  
  /* Webportal Info Text */
  .webportal-info-text-mobile {
    top: 20px;
    width: 100%;
  }
  
  .webportal-info-text-desktop {
    display: none;
  }
  
  /* Blog-Loop */
  .blog-loop-img img {
    height: 104px;
  }
  
  /* Footer */
  .hoga-footer .chevron-down {
    display: block;
  }
  
  .hoga-footer .footer-nav {
    display: none;
  }
}
