/* Beispiel: Ultimate Member Login Formular Styling */

/* Ultimate Member Login / Form Buttons Styling */

.um-form button.um-button,
.um-form input[type="submit"] {
  background-color: transparent !important;
  color: #ff4444 !important;
  border: 2px solid #ff4444 !important;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 1rem auto 0 auto;
}

.um-form button.um-button:hover,
.um-form input[type="submit"]:hover {
  background-color: #ff4444 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
/* Blaue Buttons mit transparentem Hintergrund, blauer Schrift und Border */
.um-request-button.um-export-data-button,
.um-request-button.um-erase-data-button {
  background-color: transparent !important;
  color: #0073e6 !important; /* ein kräftiges Blau */
  border: 2px solid #0073e6 !important;
  padding: 0.5rem 1.2rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

/* Hover-Effekt: blauer Hintergrund, weiße Schrift, weißer Border */
.um-request-button.um-export-data-button:hover,
.um-request-button.um-erase-data-button:hover {
  background-color: #0073e6 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  text-decoration: none;
}
.um-button.um-alt {
  background-color: transparent !important;
  color: #0073e6 !important;  /* Blau */
  border: 2px solid #0073e6 !important;
  padding: 0.5rem 1.2rem;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.um-button.um-alt:hover {
  background-color: #0073e6 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  text-decoration: none;
}


.um-link-alt {
  color: #ffffff !important;
  border: 2px solid #ffffff !important; /* Border komplett sichtbar */
  padding: 0.5rem 1rem 0.75rem 1rem !important; /* Mehr Padding unten für Platz */
  border-radius: 4px;
  display: inline-block !important;
  line-height: 2.0 !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  margin-bottom: 4px;
  background-clip: padding-box;
  vertical-align: middle;
}

.um-link-alt:hover {
  background-color: #0073e6 !important;
  color: #ffffff !important;
  border-color: #ffffff !important; /* Border bleibt sichtbar */
  text-decoration: none !important;
}

/* Falls der Container das Problem ist: */
.um-col-alt-b {
  overflow: visible !important; /* Verhindert Abschneiden */
  padding-bottom: 1rem !important;
}
/*-login UM für Impressum shortcode======*/
.um-locked-content .um-locked-content-msg a {
    display: inline-block;
    color: red !important;
    border: 1px solid red !important;
    border-radius: 4px !important;
    padding: 6px 12px !important;
    text-decoration: none !important;
    background: transparent !important;
    transition: all 0.2s ease-in-out !important;
}


.um-locked-content-msg a:hover {
    border: 2px solid black !important;
    color: black !important;
    background: transparent;
}
