:root{
	--madle-green-form: #a9c109;
}

/* FONTS */
#madle_anmeldeform_wrapper h3 {
  font-size: 32px;
  opacity: 1 !important;
  transform: unset !important;
}
.zitat_placeholder p {
  font-size: 46px !important;
  color: var(--madle-green-form);
}
.zitat_placeholder .zitat{
  max-width: unset !important;
  width: 100%;
}
.clone2 .form-row:last-of-type {
  display: none;
}
input[name="verwandschaftsgrad_anderes"] {
  width: calc(100% - 146px) !important;
  margin-left: 20px;
}
input[name="verwandschaftsgrad_anderes"] + .main-form-alert {
  margin-left: 143px;
}
#madle_anmeldeform_wrapper p {
  font-size: 22px;
  margin-bottom: 10px;
  opacity: 1 !important;
  transform: unset !important;
}
#madle_anmeldeform_wrapper .flatpickr-months .flatpickr-prev-month:hover svg, #madle_anmeldeform_wrapper .flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--madle-green-form) !important;
}
/* STRUCTURE */
#madle_anmeldeform_wrapper .form-step {
  padding: 4rem 2px 2rem;
}
#madle_anmeldeform_wrapper .spacer {
  margin-top: 46px;
  margin-bottom: 42px;
  opacity: 1 !important;
  transform: unset !important;
}
#madle_anmeldeform_wrapper .more-btn {
  background: var(--madle-green-form);
  color: #fff;
  border: none;
  padding: 12px 20px 14px 0px;
  width: 160px;
  max-width: unset;
  display: block;
}
#madle_anmeldeform_wrapper .more-btn:before {
  position: absolute;
  right: 30px !important;
  left: auto;
}

#madle_anmeldeform_wrapper .deco-icon-wrapper svg {
  width: 100%;
}
#madle_anmeldeform_wrapper .deco-icon-wrapper svg path {
  fill: var(--madle-green-form);
  stroke: none !important;
}

/* PROGRESSBAR */
#madle_anmeldeform_wrapper .progress-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
#madle_anmeldeform_wrapper .progress-label {
	text-align: left;
	font-size: 14px;
	margin-bottom: 0rem;
    width: calc(100% - 86px);
}
#madle_anmeldeform_wrapper .progress-bar {
  width: 100%;
  height: 30px;
  background: #d9dadb;
  border-radius: 36px;
  overflow: hidden;
}

#madle_anmeldeform_wrapper .progress-fill {
	width: 0%;
	height: 100%;
	background: var(--madle-green-form);
	transition: width 0.3s ease;
}

#madle_anmeldeform_wrapper button.anmeldeformular-progressbar-btn {
  background: var(--madle-green-form);
  border: none;
  color: #fff;
  font-size: 24px;
  padding: 3px;
  width: 31px;
  margin-left: 5px;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  top: 3px;
}

/* SLIDES */
#madle_anmeldeform_wrapper .inner-form-step-cells {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#madle_anmeldeform_wrapper .inner-form-step-cell-left {
  width: 66%;
}

#madle_anmeldeform_wrapper .radio-group {
	margin: 1rem 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

#madle_anmeldeform_wrapper .radio-group label {
  font-size: 22px;
  font-weight: 200;
}
#madle_anmeldeform_wrapper .radio-group .icon-placeholder {
  display: block;
  width: 100px;
}
#madle_anmeldeform_wrapper .radio-item {
	text-align: left;
}
#madle_anmeldeform_wrapper .radio-group .icon-placeholder svg {
  width: 100%;
  transform: scale(1.2);
}
#madle_anmeldeform_wrapper .radio-group .icon-placeholder svg path {
  fill: var(--madle-green-form);
}

#madle_anmeldeform_wrapper .radio-item {
  text-align: left;
}
/* Grund-Style für alle Radios */
#madle_anmeldeform_wrapper .radio-group input[type="radio"],
#madle_anmeldeform_wrapper .ckbx-wrapper input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
  border: 1px solid #b1b3b4;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  position: relative;
  top: -1px;
  margin-right: 10px;
}

/* Checked-State */
#madle_anmeldeform_wrapper .radio-group input[type="radio"]:checked,
#madle_anmeldeform_wrapper .ckbx-wrapper input[type="checkbox"]:checked {
  background-color: var(--madle-green-form);
  border-color: #b1b3b4;
}
#madle_anmeldeform_wrapper .info-icon {
  display: inline-block;
  margin-left: 8px;
  width: 26px;
  height: 26px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  color: var(--madle-green-form);
  cursor: pointer;
  font-size: 12px;
  top: 3px;
}
#madle_anmeldeform_wrapper .info-icon polygon,
#madle_anmeldeform_wrapper .info-icon path{
	fill: #b1b3b4;
	transition: 0.4s ease-in-out;
}
#madle_anmeldeform_wrapper .info-icon:hover polygon,
#madle_anmeldeform_wrapper .info-icon:hover path{
	fill: var(--madle-green-form);
}
#madle_anmeldeform_wrapper .flatpickr-calendar.animate.inline {
  margin-left: 2px;
}
#madle_anmeldeform_wrapper .flatpickr-day.selected {
  background: #111;
  border-color: #111;
}
#madle_anmeldeform_wrapper .flatpickr-day {
  border-radius: 8px !important;
}
#madle_anmeldeform_wrapper .radio-icon-group{
	position: relative;
}
#madle_anmeldeform_wrapper .info-icon:hover::after {
	content: attr(data-text);
	position: absolute;
	background: #f6f8e4;
	color: #111;
	font-size: 16px;
	padding: 12px;
	border-radius: 2px;
	margin-left: 6px;
	z-index: 10;
	right: 0;
	top: 0;
	width: calc(100% - 340px);
	text-align: left;
	font-weight: 400;
}
.inner_form_cal_alert .ow-button-base.ow-button-align-left,
.inner_form_cal_alert_laufzeit .ow-button-base.ow-button-align-left {
  padding-left: 0px !important;
  margin-top: 10px !important;
}
.inner_form_cal_alert .ow-button-base.ow-button-align-left a,
.inner_form_cal_alert_laufzeit .ow-button-base.ow-button-align-left a{
  color: #000 !important;
}
.inner_form_cal_alert .ow-button-base.ow-button-align-left .sow-icon-icomoon,
.inner_form_cal_alert_laufzeit .ow-button-base.ow-button-align-left .sow-icon-icomoon{
  margin-left: 0px !important;
}
.inner_form_cal_alert,
.inner_form_cal_alert_laufzeit {
  background: #f6f8e4;
  border: 1px solid var(--madle-green-form);
  border-radius: 4px;
  padding: 16px;
  font-size: 17px;
  margin-top: 30px;
  width: auto !important;
  max-width: 660px;
}
#informational_alert_box {
  background: #f6f8e4;
  border: 1px solid var(--madle-green-form);
  border-radius: 4px;
  padding: 20px;
  font-size: 17px;
  margin-top: 30px;
  width: auto !important;
  max-width: 660px;
  overflow: auto;
  max-height: 90vh;
}
/* .progress-wrapper {
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 1111;
  padding-bottom: 20px;
  margin-bottom: -20px;
} */
.splash_screen_madle-forms {
  position: fixed;
  left: 0 !important;
  background: #fff;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  overflow: auto;
}
.splash_screen_madle-forms .content-section-sticky-right .panel-grid-cell:last-of-type div {
  position: relative;
  height: 100%;
}
.splash_screen_madle-forms .content-section-sticky-right .panel-grid-cell:last-of-type div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.3);
  transform-origin: bottom center;
}
.splash_screen_madle-forms > .widget_block{
  margin-bottom: 0 !important;
}
.splash_screen_madle-forms .content-section-sticky-right img{
  display: block;
}
.splash_screen_madle-forms .content-section-sticky-right {
  display: flex !important;
  justify-content: space-between !important;
  align-items: stretch !important;
}
.splash_screen_madle-forms .content-section-sticky-right .panel-grid-cell:last-of-type {
  width: 52% !important;
  overflow: hidden;
}
.splash_screen_madle-forms .content-section-sticky-right .panel-grid-cell:first-of-type {
  width: 40%;
  padding-bottom: 100px;
}
.splash_screen_madle-forms .content-section-sticky-right p:first-of-type {
  margin-top: 0 !important;
}
.splash_screen_madle-forms .content-section-sticky-right p{
  font-size: 28px !important;
}
.splash_screen_madle-forms p:first-of-type strong{
text-transform: uppercase;
font-weight: 600;
font-size: 24px;
}
#madle_anmeldeform_wrapper .splash_screen_madle-forms .more-btn {
  width: 300px !important;
  text-align: center;
  padding-left: 10px !important;
  padding-right: 50px;
  padding-top: 11px;
  padding-bottom: 11px;
}
.splash_screen_madle-forms h2{
  opacity: 1 !important;
  transform: unset !important;
}
.main-form-alert {
  background: #f7e6e6;
  border: 1px solid #edc1c9;
  color: #bc0303;
  border-radius: 2px;
  padding: 7px 8px 5px;
  font-size: 13.5px;
  margin-top: 6px;
  max-width: fit-content;
  width: auto;
  display: block;
  white-space: nowrap;
}
.main-form-alert {
  
  transition: opacity 0.5s ease;
}
.main-form-alert .alert-text {
  margin-left: 6px;
  font-weight: 500;
}

#madle_anmeldeform_wrapper .info-icon.gekl:hover::after {
  max-width: 340px;
  width: 40%;
}
#madle_anmeldeform_wrapper .hidden {
	display: none;
}

#madle_anmeldeform_wrapper .btn-row {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}
.newsletter-mail-group .form-row.ckbx-wrapper {
  margin-top: 10px;
}
#madle_anmeldeform_wrapper #datepicker-container {
	max-width: 280px;
}
/* FORMFIELDS */
#madle_anmeldeform_wrapper textarea, #madle_anmeldeform_wrapper input[type="text"], #madle_anmeldeform_wrapper input[type="tel"], #madle_anmeldeform_wrapper input[type="email"], #madle_anmeldeform_wrapper input[type="date"], #madle_anmeldeform_wrapper input[type="search"]{
border: 1px solid #b1b3b4;
  background: #fff;
  padding: 8px;
  width: 100%;
  border-radius: 1px;
  transition: 0.4s ease-in-out;
}
#madle_anmeldeform_wrapper input[type="text"]:focus, #madle_anmeldeform_wrapper input[type="tel"]:focus, #madle_anmeldeform_wrapper input[type="email"]:focus, #madle_anmeldeform_wrapper input[type="date"]:focus, #madle_anmeldeform_wrapper input[type="search"]:focus{
border: 1px solid #a9c109;
background: #f6f8e4;
outline: none !important;
}
#madle_anmeldeform_wrapper .form-row label {
  font-size: 22px;
  font-weight: 200;
}


h4.topic-placeholder {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600 !important;
}


.short_inlinefield {
  width: 152px !important;
  display: inline-block;
}
.dl_icon {
  width: 42px;
  position: relative;
  top: 5px;
  margin-right: 10px;
}

.upload-area {
  border: 2px dashed #ccc;
  padding: 15px;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  max-width: 400px;
  width: 48%;
  background: #f6f6f6;
  margin-top: 20px;
  text-align: center;
  transition: 0.4s ease;
}
.dragover.upload-area {
  border: 2px dashed #a9c109;
  background-color: #f6f8e4;
}
/* .upload-area.dragover {
    border-color: #007BFF;
    background-color: #f0f8ff;
} */
.upload-area p {
  font-size: 17px !important;
}
.flatpickr-calendar + .main-form-alert {
  margin-top: 10px !important;
}
.upload-dropzone small {
  font-size: 12px;
  display: block;
  color: #666;
  margin-bottom: 10px;
}
.upload-area p u {
  color: var(--madle-green-form)
}
.upload-area input[type="file"] {
    position: absolute;
    top:0; left:0; width:100%; height:100%;
    opacity: 0;
    cursor: pointer;
    display: none !important;
}
.file-list {
    list-style: none;
    margin-top: 10px;
    padding: 0;
	position: relative;
	z-index: 100;
}
.ul_icon {
  width: 20px;
  opacity: .2;
  margin-bottom: -10px;
}
.file-list li {
    display: flex;
    justify-content: space-between;
    padding: 4px 8px;
    background: #f5f5f5;
    border-radius: 4px;
    margin-bottom: 5px;
}
.file-list li button {
    border: none;
    background: #ff4d4d;
    color: white;
    border-radius: 3px;
    cursor: pointer;
    padding: 0 5px;
}

.file-list button {
  display: block;
  margin: auto;
  font-size: 13px !important;
  font-weight: 300;
  color: #858585 !important;
  text-decoration: underline;
}
.file-list span {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
  font-size: 17px;
}
.file-list {
  margin-left: 0 !important;
  margin-bottom: 15px;
}
.file-list span.file-size {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: -2px;
}
#madle_anmeldeform_wrapper .ul-tip .info-icon:hover::after{
	width: 44%;
}
#modal-content {
  padding-top: 52px;
}
#madle_anmeldeform_wrapper input[name="aufmerksam_anderes"] {
  width: calc(100% - 175px);
  margin-left: 50px;
}
#madle_forms_download_summary_pdf {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  font-size: inherit !important;
  font-weight: 200;
  cursor: pointer;
}
#madle_anmeldeform_wrapper .more-btn.step-submit-btn {
  width: 190px;
}
#madle_anmeldeform_wrapper .checkbox-label {
  display: flex;
  align-items: flex-start; 
  gap: 8px; 
}

#madle_anmeldeform_wrapper .checkbox-label input[type="checkbox"] {
  margin-top: 2px;
  min-width: 30px !important;
}

#madle_anmeldeform_wrapper .checkbox-label span {
  line-height: 1.4;
}

.loading-wrap{width:320px}

.bar{
height:10px;
background:#cecece;
border-radius:0;
overflow:hidden;
position:relative;
box-shadow:inset 0 0 0 1px rgba(0,0,0,0.03);
}
.fill{
height:100%;
width:0;
background:#a9c109;
transition:width 1.5s ease-in-out !important;
}
.splash_screen_madle-forms .init_form .loading-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) scale(.5);
}
.splash_screen_madle-forms .init_form {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100vh;
  z-index: 10;
  transition: opacity 1.2s ease;
}
.splash_screen_madle-forms .init_form.fadeOut {
  opacity: 0;
  pointer-events: none;
}
.img_anim-wrap {
  overflow: hidden;
  width: 100%;
}
.img_anim-wrap img {
  max-width: 200px;
  margin: 0 auto 10px !important;
  display: block;
  transform: translateY(1500px);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease !important;
}
.img_anim-wrap.active img {
  transform: translateY(0px);
  opacity: 1;
}
.img_anim-wrap.active2 img {
  transition: opacity 1s ease, transform 1.2s ease !important;
  transform: translateY(-200px);
  opacity: 0;
}

.inner-form-step-cells, .progress-wrapper, .topic-headline{
  transition: .35s ease !important;
  opacity: 0;
  transform: translateY(-40px) !important;
  will-change: transform, opacity;
}
.inner-form-step-cells.fadeIn, .progress-wrapper.fadeIn, .topic-headline.fadeIn{
  opacity: 1;
  transform: translateY(0px) !important;
}
.inner-form-step-cells.fadeOut, .progress-wrapper.fadeOut, .topic-headline.fadeOut{
  opacity: 0;
  transform: translateY(40px) !important;
}

.confirm_next_btn.more-btn {
  max-width: unset !important;
  width: 260px !important;
  padding-left: 15px !important;
  padding-right: 40px !important;
  transform: scale(.8);
  transform-origin: left bottom;
}
#madle_anmeldeform_wrapper .confirm_next_btn.more-btn:before{
  right: 15px !important;;
}
#informational_alert_box {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50% !important;
  min-width: 300px;
  max-width: 560px;
  z-index: 100;
  transition: 1s ease !important;
  box-shadow:  0px 40px -30px rgba(0,0,0.025)
}
#informational_alert_box-inline{
  background: #f6f8e4;
  border: 1px solid var(--madle-green-form);
  border-radius: 4px;
  padding: 16px;
  font-size: 17px;
  margin-top: 30px;
  width: auto !important;
  transition: 1s ease !important;
  max-width: 660px;
}

.clear_error_btn {
  color: #90a804;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  text-decoration: underline;
  font-size: 0.85em;
  margin-top: 8px;
  margin-bottom: 6px;
}
.empty_alert_area {
  padding-bottom: 10px;
  padding-top: 10px;
}
#informational_alert_box h4 {
  margin-bottom: 0;
}
.empty_alert_area hr {
  border: none !important;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 1px solid #a9c109 !important;
  transform: unset !important;
  opacity: 1 !important;
  margin: 0;
  position: relative;
  bottom: -10px;
  background: none !important;
}
.confirm_next {
  margin-top: 5px;
  position: sticky;
  bottom: 0;
  background: #f6f8e4;
}
#informational_alert_box h4 i {
  color: #a9c109;
}
.empty_alert_area strong:first-of-type {
  display: block;
  _text-decoration: underline;
  color: #99b100;
}

.alert_header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: sticky;
  top: 0;
  background: #f6f8e4;
}
.alert_header .close_alert {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: none;
  line-height: 1;
  display: block;
  height: 20px;
  width: 20px;
  text-align: center;
  background: none;
  color: #a9c109;
  font-size: 26px;
  -webkit-text-stroke: 3px #f6f8e4;
  cursor: pointer;
}


#informational_alert_box .alert_header:before {
  content: "";
  width: 100%;
  height: 60px;
  background: #f6f8e4;
  position: absolute;
  left: 0;
  top: -20px;
  z-index: -1;
}

#informational_alert_box .confirm_next:after {
  content: "";
  width: 100%;
  height: 60px;
  background: #f6f8e4;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
}
.madle_form-success_message-wrapper {
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.success-anim-svg-wrapper svg {
  width: 100%;
  height: auto;
}
.success-anim-svg-wrapper svg path{
fill: #a9c109;
}

.success-anim-thankyou-text p.info {
  font-size: 16px !important;
  margin-top: 15px;
  opacity: .7 !important;
  color: #777;
}
.close-modal.close-modal_inner {
  position: static !important;
  width: auto;
  height: auto !important;
  background: #ebebeb;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #dedede;
  border-radius: 2px;
}
.success-anim-elems {
  width: 150px;
  height: 150px;
  margin: auto;
    margin-top: auto;
    margin-bottom: auto;
  margin-bottom: auto;
  border-radius: 100%;
  position: relative;
  margin-bottom: 20px;
  margin-top: -20px;
  overflow: hidden;
  transition: 0.6s ease;
  transition-delay: 1.5s;
}
.success .success-anim-elems {
transform: scale(.9);
}
.success-anim-svg-wrapper {
  width: 100px;
  height: 100px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 81%;
  left: -150%;
  transform: scale(.8) rotate(30deg) translate(-50%,-50%);
  transition: .95s ease;
}
.loading .success-anim-svg-wrapper {
left: 48%;
top: 51%;
transform: scale(1) rotate(0deg) translate(-50%,-50%);
}
.loading.success .success-anim-svg-wrapper {
left: 190%;
top: 15%;
transform: scale(.8) rotate(-20deg) translate(-50%,-50%);
}
.success-anim {
  max-width: 740px;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 92%;
}


.loader-wrap {
  position: relative;
  width: 150px;
  height: 150px;
}
.loader-wrap::before {
  /* grauer Hintergrund-Kreis */
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 4px solid #ddd; /* Hintergrundfarbe */
}

.loader {
  --color: #a9c109;
  --size: 80px;
  --thickness: 4px;
  --gap-angle: 60deg;

  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    var(--color) 0deg calc(360deg - var(--gap-angle)),
    transparent calc(360deg - var(--gap-angle)) 360deg
  );
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - var(--thickness)),
    black calc(100% - var(--thickness))
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - var(--thickness)),
    black calc(100% - var(--thickness))
  );

  animation: spin 1.2s linear infinite;
}

.success .loader {
    --gap-angle: 0deg;

  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(
    var(--color) 0deg calc(360deg - var(--gap-angle)),
    transparent calc(360deg - var(--gap-angle)) 360deg
  );
  mask: radial-gradient(
    farthest-side,
    transparent calc(100% - var(--thickness)),
    black calc(100% - var(--thickness))
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - var(--thickness)),
    black calc(100% - var(--thickness))
  );

  animation: spin 1.2s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}


.loader_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: #a9c109;
  border-radius: 100%;
  transform: scale(0);
  transition: 2s ease;
  transition-delay: .35s;
}
.success .loader_bg {
  transform: scale(1);
}
/* .success-anim-thankyou-text{
  opacity: 0;
} */
.success-anim-thankyou-text h3 {
  margin-bottom: 0;
}


/* Grundstil der Linien */
.loader_bg_check {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.loader_bg_check .stroke {
  position: absolute;
  height: 6px;
  background-color: #fff;
  border-radius: 2px;
  transform-origin: left center;
  _opacity: 0;
}
.loader_bg_check .stroke1 {
  width: 27%;
  top: 51%;
  left: 23%;
  transform: rotate(45deg);
  animation: stroke1Anim 0.3s ease forwards 0.2s;
  border-radius: 5px 0px 0px 5px;
}

.loader_bg_check .stroke2 {
  width: 52%;
  top: 69%;
  left: 40%;
  transform: rotate(-45deg);
  animation: stroke2Anim 0.3s ease forwards 0.5s;
  border-radius: 0 5px 5px 0px;
}



.checkbox-label a{
 color: #a9c109 !important; 
}
#maf_ul_alert {
background: #f6f8e4;
  border: 1px solid var(--madle-green-form);
  border-radius: 4px;
  padding: 20px;
  font-size: 17px;
  margin-top: 30px;
  width: auto !important;
  max-width: 660px;
  overflow: auto;
  max-height: 90vh;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50% !important;
  min-width: 370px;
  max-width: 470px;
  z-index: 100;
  transition: 1s ease !important;
}
#maf_ul_alert h4 i{
  color: #a9c109;
}
#maf_ul_alert a {
  color: currentColor;
  text-decoration: underline;
}
#maf_ul_alert .alert_header {
  background: transparent !important;
}


@media only screen and (max-width: 1130px) {
#madle_anmeldeform_wrapper .inner-form-step-cell-left {
  width: 100%;
}
.splash_screen_madle-forms .content-section-sticky-right {
  width: 82% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  flex-flow: column-reverse !important;
}
.splash_screen_madle-forms .content-section-sticky-right .panel-grid-cell:first-of-type {
  width: 100%;
  padding-bottom: 100px;
}
.splash_screen_madle-forms .content-section-sticky-right .panel-grid-cell:last-of-type {
  width: 100% !important;
  overflow: hidden;
}
.splash_screen_madle-forms .content-section-sticky-right .panel-grid-cell:last-of-type div img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: 1;
  transform-origin: bottom center;
  aspect-ratio: 1.666;
  margin-bottom: 30px;
}
.splash_screen_madle-forms h2 br{
  display: none !important;
}
#madle_anmeldeform_wrapper .inner-form-step-cells {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-flow: column-reverse;
}
.inner-form-step-cell-right {
  max-width: 250px;
  width: 25%;
  margin-left: -4%;
}
.upload-area {
  width: 100% !important;
  max-width: 460px;
}
}

@media only screen and (max-width: 1200px) {
  .zitat_placeholder p {
  font-size: 34px !important;
  }
}

@media only screen and (max-width: 860px) {
  .zitat_placeholder p {
  font-size: 36px !important;
  }
}

@media only screen and (max-width: 860px) {
  .zitat_placeholder p {
  font-size: 36px !important;
  }
}

@media only screen and (max-width: 780px) {
  #madle_anmeldeform_wrapper .form-step {
  padding: 2rem 2px 2rem;
}
  #madle_anmeldeform_wrapper .radio-group label {
  display: flex;
  line-height: 1.2;
}
  #madle_anmeldeform_wrapper {
  padding-top: 50px;
}
  .zitat_placeholder p {
  font-size: 28px !important;
  }
  .form-row.zitat_placeholder {
  margin-top: 70px;
}
.splash_screen_madle-forms .content-section-sticky-right p {
  font-size: 24px !important;
}
.splash_screen_madle-forms p:first-of-type strong{
  font-size: 22px !important;
}
  .splash_screen_madle-forms .content-section-sticky-right {
    width: 88% !important;
  }
  .close-modal {
  left: 5.5%;
}
}

@media only screen and (max-width: 680px) {
  #madle_anmeldeform_wrapper .info-icon:hover::after {
    content: attr(data-text);
    position: absolute;
    background: #f6f8e4;
    color: #111;
    font-size: 16px;
    padding: 12px;
    border-radius: 2px;
    margin-left: 6px;
    z-index: 10;
    right: 0;
    bottom: 110%;
    width: 100%;
    text-align: left;
    font-weight: 400;
    border: 1px solid #a9c109;
    left: auto;
    height: auto;
    top: auto !important;
  }
.radio-group.icon-radio-group {
  flex-flow: column !important;
}
.radio-group.icon-radio-group .radio-item {
  width: 100% !important;
  display: flex;
  align-items: center;
}
.radio-group.icon-radio-group .radio-item:not(:last-child){
  margin-bottom: 20px !important;
}
.icon-placeholder {
  max-width: 65px;
  margin-right: 10px;
  display: none;
}
  .inner-form-step-cell-right {
    max-width: 170px;
    width: 40%;
    margin-left: -4%;
    margin-bottom: -2%;
    margin-top: -2%;
  }

.form-row {
  margin-bottom: 0 !important;
}
.form-row > div {
  margin-bottom: 10px;
  width: 100%;
}
[data-step="step2_kl"] .form-row {
  align-items: start !important;
}
.hidden-selection_input_relatives_yes .form-row:last-child .radio-group {
  flex-flow: column !important;
}
#madle_anmeldeform_wrapper .info-icon.gekl:hover::after {
  max-width: unset;
  width: 100%;
}
}

@media only screen and (max-width: 520px) {
#madle_anmeldeform_wrapper .splash_screen_madle-forms .more-btn {
  width: 300px !important;
  text-align: center;
  padding-left: 10px !important;
  padding-right: 20px;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-right: 0 !important;
}
#madle_anmeldeform_wrapper .radio-group .icon-placeholder {
  display: none !important;
  width: 100px;
}
.dl_icon{
  display: none !important;
}
#madle_anmeldeform_wrapper #informational_alert_box .confirm_next_btn.more-btn {
  margin-right: 0 !important;
  max-width: unset !important;
  width: 100% !important;
  padding-right: 18px !important;
}
#informational_alert_box,
#maf_ul_alert {
  min-width: unset !important;
  width: calc(88%) !important;
  max-width: unset !important;
  right: 6%;
}
#madle_forms_download_summary_pdf {
  margin-bottom: 40px !important;
  border-bottom: 1px solid #000 !important;
  padding-bottom: 16px !important;
}
}


@media only screen and (max-width: 440px) {
  #madle_forms_download_summary_pdf {
  margin-bottom: 30px;
  border-bottom: 1px solid #000 !important;
}
.splash_screen_madle-forms p:first-of-type strong{
  font-size: 21px !important;
}
.short_inlinefield {
  width: calc(100% - 20px) !important;
  margin-left: 40px !important;;
  display: block;
}
#madle_anmeldeform_wrapper .radio-group label {
  flex-wrap: wrap;
}
[data-step="step1"] .radio-group,
.icon-radio-group.radio-group {
  flex-flow: column !important;
}
.radio-group .radio-item {
  width: 100% !important;
  display: flex;
  align-items: center;
}
#madle_anmeldeform_wrapper h3 {
  font-size: 25px !important;
}
/* [data-step="step1"] .radio-group .radio-item:not(:last-of-type) .icon-placeholder + label {
  margin-bottom: 15px;
} */
  .radio-group.icon-radio-group .radio-item:not(:last-child),
  .radio-group .radio-item:not(:last-child) {
    margin-bottom: 10px !important;
  }
  .persoenliche_daten-fields.anmeldung_teilnehmer .radio-group {
  flex-flow: row !important;
}
.persoenliche_daten-fields.anmeldung_teilnehmer .radio-group label{
  margin-right: 10px !important;
}
#madle_anmeldeform_wrapper input[name="aufmerksam_anderes"] {
  width: calc(100% - 40px) !important;
  margin-left: 40px;
  margin-top: 5px;
}
#madle_anmeldeform_wrapper .form-row label {
  font-size: 20px;
  font-weight: 200;
}
#madle_anmeldeform_wrappe .zitat.zitat_full br{
  display: none;
}
}


@media only screen and (max-width: 360px) {
  .radio-group {
  flex-flow: column !important;
}
#madle_anmeldeform_wrapper [data-step="step4_kl"] .radio-group{
  align-items:  start !important;
}
.flatpickr-calendar.animate.inline {
  max-width: 100% !important;
  transform: scale(.9);
  transform-origin: left top;
  margin-bottom: -10%;
}
}