/* alles auf den Wrapper scopen */
.fl-leadform-wrap input,
.fl-leadform-wrap select,
.fl-leadform-wrap textarea {
  color: #000 !important;
}

.fl-leadform-wrap input:focus,
.fl-leadform-wrap select:focus,
.fl-leadform-wrap textarea:focus {
  outline: none !important;
  border: 1px solid #000 !important;
  color: #000 !important;
}

.fl-leadform-wrap .submitbtn {
  padding: 15px calc(50% - 50px);
  background: #feeb17;
  color: black;
  border: none;
  border-radius: 50px !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}

.fl-leadform-wrap select { width: 100%; }
.fl-leadform-wrap .submitbtn:hover { cursor: pointer; }

.fl-leadform-wrap #leadForm {
  padding: 15px;
  border: 1px solid #adadad;
  border-radius: 10px;
}

.fl-leadform-wrap .formContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.fl-leadform-wrap .formColumn { width: 48%; }
.fl-leadform-wrap .formColumn label { display: block; margin-bottom: 5px; }
.fl-leadform-wrap .formColumn input:not(:last-child) { margin-bottom: 10px; }

.fl-leadform-wrap .formColumn input[type="text"],
.fl-leadform-wrap .formColumn input[type="number"],
.fl-leadform-wrap .formColumn input[type="email"],
.fl-leadform-wrap #studioDropdown {
  width: 100%;
}

.fl-leadform-wrap .checkboxContainer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0px;
}

.fl-leadform-wrap .checkboxContainer .checkboxRow {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.fl-leadform-wrap #emailCheckboxLabel,
.fl-leadform-wrap #geschlechtLabel,
.fl-leadform-wrap #trainingserfahrungLabel {
  display: inline-block;
  margin-right: 10px;
}

.fl-leadform-wrap button { display: block; }

.fl-leadform-wrap .required:after {
  color: red;
  padding-left: 2px;
  content: '*';
}

.fl-leadform-wrap .twoRows {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.fl-leadform-wrap .twoRowsBig {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: normal;
  align-content: stretch;
  margin-bottom: 10px;
}

.fl-leadform-wrap .twoRows .strassenr:first-child { width: 70%; }
.fl-leadform-wrap .twoRows .strassenr:last-child { width: 30%; }
.fl-leadform-wrap .twoRows .plzstadt:first-child { width: 30%; }
.fl-leadform-wrap .twoRows .plzstadt:last-child { width: 70%; }

.fl-leadform-wrap .customlink:visited,
.fl-leadform-wrap .customlink:active,
.fl-leadform-wrap .customlink {
  color: black !important;
  text-decoration: underline !important;
}

.fl-leadform-wrap #dropdownError {
  font-size: 14px;
  padding: 0;
  margin: 5px 0;
}

.fl-leadform-wrap #confirmationMessage {
  text-align: center;
  background: #feeb17;
  padding: 25px;
  border-radius: 20px;
}

.fl-leadform-wrap #confirmationMessage a {
  text-decoration: underline;
  color: black;
  font-weight: bold;
}

.fl-leadform-wrap #confirmationMessage p { color: black; }

.fl-leadform-wrap #dateOfBirth {
  min-height: 35px !important;
  min-width: 100% !important;
}

.fl-leadform-wrap .thanksheadline {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: black;
  font-size: 36px;
}

.fl-leadform-wrap .info-icon {
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
  color: #0073aa;
  font-weight: bold;
  font-size: 14px;
}

.fl-leadform-wrap .tooltip-trigger {
  position: relative;
  display: inline-block;
  width: 100%;
}

.fl-leadform-wrap .tooltip-box {
  display: none;
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #333;
  border: 1px solid #ccc;
  padding: 12px 14px;
  border-radius: 6px;
  font-size: 15px;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.fl-leadform-wrap .tooltip-trigger.active .tooltip-box { display: inline-block; }
.fl-leadform-wrap .tooltip-trigger:hover .tooltip-box,
.fl-leadform-wrap .tooltip-trigger:focus-within .tooltip-box { display: block; }

.fl-leadform-wrap .spacer-small { padding: 5px; }
.fl-leadform-wrap .spacer { padding: 10px; }

@media screen and (max-width: 600px) {
  .fl-leadform-wrap .formContainer { flex-direction: column; }
  .fl-leadform-wrap .formColumn { width: 100%; }
}
