/* =======================
   Allgemeines Querformat (Tablets & kleinere Laptops)
   ======================= */
@media (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    .login-container {
        width: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 30px;
        max-width: 500px;
        top: 16%;
        background-color: rgba(0, 0, 0, 0);
    }

    .logo {
        width: 70px;
        margin-top: 0;
    }

    .logo-text-container {
        top: 6%;
        left: 47%;
        transform: translateX(-50%);
        text-align: center;
    }

    .logo-text {
        font-size: 50px;
        line-height: 1;
        margin-left: -15px;
        margin-top: 0;
        text-align: left;
    }

    .form-group {
        margin-bottom: 15px;
    }

    .links {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }

    .register-link,
    .forgot-password,
    .footer-links,
    .footer-links a {
        font-size: 18px;
        color: #fff !important;
    }
}

/* =======================
   iPad Mini Querformat (1024px Breite)
   ======================= */
@media only screen and (device-width: 1024px) and (orientation: landscape) {
    .login-container {
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        z-index: 5;
        padding: 20px;
        background: none;
        border-radius: 10px;
    }

    .logo-text-container {
        top: 17%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .register-link,
    .forgot-password,
    .footer-links,
    .footer-links a {
        font-size: 16px;
        color: #fff !important;
    }
}

/* =======================
   Surface Pro 7 – Landscape (1366x912px)
   ======================= */
@media only screen 
  and (min-width: 1360px) and (max-width: 1370px)
  and (min-height: 910px) and (max-height: 920px)
  and (orientation: landscape) {

    body::before {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .logo-link {
        top: 10px;
        right: 50px;
        left: auto;
    }

    .logo-text {
        font-size: 38px;
        line-height: 1.0;
        text-align: left;
    }

    .logo-text .chat {
        font-size: 26px;
    }

    .logo-text .ch {
        font-size: 18px;
    }

    .login-container {
        top: -55px;
    }

    .footer-links,
    .footer-links a {
        display: block;
        font-size: 20px;
        color: #ffffff;
        text-align: center;
        margin-top: 20px;
    }
}

/* =======================
   Surface Duo (Landscape)
   ======================= */
@media only screen 
  and (device-width: 720px) 
  and (device-height: 540px) 
  and (orientation: landscape) {

    .footer-links,
    .footer-links a {
        display: block;
        font-size: 40px;
        color: #ffffff;
        text-align: center;
        margin-top: 20px;
    }

    .logo-link {
        left: 5px;
    }

    .logo-text {
        left: 75px;
    }
}

/* =======================
   iPad Air – Querformat (1180x820px)
   ======================= */
@media only screen 
  and (min-width: 1170px) and (max-width: 1190px)
  and (orientation: landscape) {

    .logo-text-container {
        top: 170px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        text-align: center;
    }

    .footer-links,
    .footer-links a {
        display: block;
        font-size: 18px;
        color: #fff !important;
        text-align: center;
        margin-top: 20px;
    }
}

/* =======================
   iPad Pro 12.9 – Querformat (1366x1024)
   ======================= */
@media only screen 
  and (device-width: 1366px)
  and (device-height: 1024px)
  and (orientation: landscape) {

    .logo-text-container {
        top: 220px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        text-align: center;
    }

    .footer-links,
    .footer-links a {
        display: block;
        font-size: 18px;
        color: #fff !important;
        text-align: center;
        margin-top: 20px;
    }
}

/* =======================
   Google Nest Hub – Landscape (1024x600)
   ======================= */
@media only screen
  and (device-width: 1024px)
  and (device-height: 600px)
  and (orientation: landscape) {

    body::before {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .logo-link {
        top: 80px;
        right: 70px;
        left: auto;
    }

    .logo-text-container {
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        text-align: center;
    }

    .logo-text {
        font-size: 50px;
        line-height: 1.1;
    }

    .logo-text .chat {
        font-size: 24px;
    }

    .logo-text .ch {
        font-size: 18px;
    }

    .login-container {
        top: 30px;
    }

    .footer-links,
    .footer-links a {
        display: block;
        font-size: 15px;
        color: #fff !important;
        text-align: center;
        margin-top: 20px;
    }
}

/* =======================
   Google Nest Hub Max – Landscape (1280x800)
   ======================= */
@media only screen
  and (device-width: 1280px)
  and (device-height: 800px)
  and (orientation: landscape) {

    body::before {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .logo-link {
        top: 80px;
        right: 70px;
        left: auto;
    }

    .logo-text-container {
        top: 240px;
        left: 23%;
        transform: translateX(-50%);
        position: absolute;
        text-align: center;
    }

    .logo-text {
        font-size: 50px;
        line-height: 1.1;
    }

    .logo-text .chat {
        font-size: 24px;
    }

    .logo-text .ch {
        font-size: 18px;
    }

    .login-container {
        top: 400px;
    }

    .footer-links,
    .footer-links a {
        display: block;
        font-size: 15px;
        color: #fff !important;
        text-align: center;
        margin-top: 20px;
    }
}
