﻿
#etwebInt, #launcher, .pe-pro-seal, #sBanner {
  display: none !important;
}

/* =========================
     BACKGROUND
  ========================= */

#loginModal {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255,255,255,.72) 0%, rgba(255,255,255,.35) 100%), /* vorher ::before */
  radial-gradient(1200px 420px at 50% 0%, rgba(0,163,255,.10) 0%, rgba(0,163,255,0) 70%), linear-gradient(180deg, #f7f9fc 0%, #ffffff 320px);
}

  /* =========================
     MODAL / CARD
  ========================= */

  #loginModal .etermin-modal {
    max-width: 1280px;
  }

    #loginModal .etermin-modal .modal-content {
      border: 0;
      border-radius: 28px;
      overflow: hidden;
      background: #ffffff;
      box-shadow: 0 60px 120px rgba(13,47,111,0.18), 0 20px 40px rgba(13,47,111,0.08);
    }

    #loginModal .etermin-modal .modal-body.loginregister {
      padding: 0;
    }

/* =========================
     LOGIN (FORM)
  ========================= */

.etermin-login {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
  padding: 40px 56px;
}

.h1Smaller {
  font-size: 22px;
  line-height: inherit;
}

/* =========================
     REGISTER
  ========================= */

.etermin-reg {
  background: linear-gradient(145deg, #0d2f6f 0%, #1f5fb8 100%);
  position: relative;
  overflow: hidden;
}

  .etermin-reg::before {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(255,255,255,.06) 0%, rgba(255,255,255,.02) 100%);
    border: 1px solid rgba(255,255,255,.08);
  }

.modal-infobox {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 56px 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

  .modal-infobox p {
    max-width: 320px;
    margin: 18px auto 26px;
    font-size: 17px;
    line-height: 1.65;
    color: rgba(255,255,255,.92);
  }

/* =========================
     ICONS
  ========================= */

.login-icon {
  max-width: 92px;
  margin-bottom: 16px;
}

/* =========================
     FORM
  ========================= */

.etermin-form {
  margin-top: 26px;
}

  .etermin-form .form-control {
    height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(18,35,61,.10);
    background: #f7f9fc;
    padding: 0 18px;
    font-size: 17px;
    color: #12233d;
    transition: all .2s ease;
    box-shadow: 0 4px 12px rgba(13,47,111,0.06);
  }

    .etermin-form .form-control:focus {
      background: #ffffff;
      border-color: rgba(0,163,255,.55);
      box-shadow: 0 0 0 4px rgba(0,163,255,.10);
      outline: none;
    }

  .etermin-form input.form-control {
    margin-bottom: 12px;
  }

  .etermin-form select.form-control {
    margin-top: 6px;
    margin-bottom: 18px;
  }

  /* =========================
     CHECKBOX / TEXT
  ========================= */

  .checkbox.mb-3,
  .etermin-form label {
    color: #4f5f78;
  }

.checkbox input[type="checkbox"] {
  margin-right: 8px;
}

/* =========================
     BUTTONS
  ========================= */

.btn-lg {
  border-radius: 16px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.btn-orange {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #ff6417 0%, #ff7e35 100%);
  box-shadow: 0 14px 30px rgba(255,100,23,.24);
}

  .btn-orange:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(255,100,23,.30);
  }

.btn-blue2 {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #0d2f6f 0%, #184a9a 100%);
  box-shadow: 0 14px 30px rgba(13,47,111,.18);
}

  .btn-blue2:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(13,47,111,.24);
  }


/* =========================
     TRUST PILLS (REGISTER)
  ========================= */

.reg-trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-right: 15px;
  padding-left: 15px;
}

.reg-trust-pill {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  backdrop-filter: blur(10px);
  font-size: 12.5px;
  color: #5f6f86;
  transition: all .2s ease;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  font-weight: 600;
  border: 1px solid rgba(13,47,111,.08);
  min-width: 150px;
  background: #f8fafc;
}

  .reg-trust-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 26px rgba(13,47,111,0.12), inset 0 1px 0 rgba(255,255,255,0.7);
  }

  .reg-trust-pill::before {
    content: "✓";
    margin-right: 7px;
    font-weight: 700;
    color: #2b6cb0;
    font-size: 14px;
  }

  /* ganz dezente Farb-Codierung */
  .reg-trust-pill.free::before {
    color: #16a34a; /* grün */
  }

  .reg-trust-pill.gdpr::before {
    color: #2563eb; /* blau */
  }

  .reg-trust-pill.eu::before {
    color: #7c3aed; /* violett */
  }

.reg-trust-pill-strong::before {
  color: #ea580c; /* orange */
}

.reg-trust-pill-strong {
  color: #0d2f6f;
  border-color: rgba(0,163,255,0.16);
}

/* =========================
     MESSAGES
  ========================= */

.validation-summary-errors,
.validation-summary-ok {
  border-radius: 14px;
  padding: 14px;
  margin-bottom: 14px;
}

.validation-summary-errors {
  background: #fff4f2;
  border: 1px solid rgba(255,100,23,.2);
  color: #b64517 !important;
  padding-bottom: 0px;
}

.validation-summary-ok {
  background: #f1fbf6;
  border: 1px solid rgba(21,156,89,.18);
  color: #19744b;
}

/* =========================
     MOBILE
  ========================= */

@media (max-width: 991px) {
  .etermin-login {
    padding: 34px;
  }

  .modal-infobox {
    padding: 36px 24px;
  }
}

@media (max-width: 767px) {


  .etermin-form .form-control {
    height: 52px;
    font-size: 16px;
  }

  .btn-lg {
    min-height: 50px;
  }

  .reg-trust-pill {
    font-size: 12px;
  }
}




/* =========================
     REGISTER FLOW / 2 STEPS
  ========================= */

.reg-flow {
  margin-top: 26px;
}

.reg-step {
  animation: regFadeIn .18s ease;
}

@@keyframes regFadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.reg-step-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

.reg-step-badge {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0d2f6f 0%, #1b4fa3 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  flex: 0 0 34px;
}

.reg-step-title {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  color: #12233d;
}

.reg-step-subtitle {
  margin-top: 2px;
  font-size: 14px;
  line-height: 1.5;
  color: #6d7b90;
}

.reg-helper {
  margin-top: -2px;
  margin-bottom: 16px;
  font-size: 13px;
  color: #7d8aa0;
}

.reg-inline-note {
  margin-top: 12px;
  font-size: 13px;
  color: #8a97ab;
  text-align: center;
}

.reg-field-label {
  margin: 4px 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: #4f5f78;
}

.reg-actions {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.reg-actions-double .btn-blue2 {
  max-width: 170px;
}

.reg-actions-double .btn-orange {
  flex: 1 1 auto;
}

.reg-step .form-control + .form-control {
  margin-top: 12px;
}

.reg-step select.form-control {
  margin-top: 0;
}

@media (max-width: 767px) {
  .reg-step-head {
    gap: 12px;
  }

  .reg-step-title {
    font-size: 17px;
  }

  .reg-step-subtitle {
    font-size: 13px;
  }

  .reg-actions,
  .reg-actions-double {
    flex-direction: column;
  }

    .reg-actions-double .btn-blue2 {
      max-width: none;
    }
}

#registerForm {
  padding-right: 15px;
  padding-left: 15px;
}
