/* Used so that the picture of Ausländerbehörde in mobile view comes first */
@media (max-width: 768px) {
  .reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Used for aligning type bot on the left with our hero text */
.position-offset-left {
  position: relative;
  left: -15px;
}
/* ADMINAVI FORM STYLES (Clean Version) */

/* 1. Target the specific form container */
.waitlist-form {
    width: 100%;
    max-width: 550px;
}

/* 2. Target the specific input inside that form */
/* Using a specific path gives it high priority without !important */
.waitlist-form input.waitlist-email {
    display: block;
    width: 100%;
    height: 52px;
    background-color: #ffffff;
    border: 1px solid #78909c;
    border-radius: 6px;
    padding: 0 16px;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box;
    opacity: 1;
    visibility: visible;
    -webkit-appearance: none; /* Resets Safari/iPhone styles */
}

/* 3. Add a focus state (nice UX touch) */
.waitlist-form input.waitlist-email:focus {
    border-color: #4b61b5;
    outline: none;
    background-color: #fff;
}

.page-id-425 {
    background-color: #ffffff;
}

.page-id-425 body,
.page-id-425 .site-content,
.page-id-425 main {
    background-color: #ffffff;
}
