 /* Regular */
@font-face {
    font-family: "BechtlePro";
    src: url("../fonts/WOFF2/BechtlePro.woff2") format("woff2"),
    url("../fonts/WOFF/BechtlePro.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Italic */
@font-face {
    font-family: "BechtlePro";
    src: url("../fonts/WOFF2/BechtlePro-Italic.woff2") format("woff2"),
    url("../fonts/WOFF/BechtlePro-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Light */
@font-face {
    font-family: "BechtlePro";
    src: url("../fonts/WOFF2/BechtlePro-Light.woff2") format("woff2"),
    url("../fonts/WOFF/BechtlePro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Light Italic */
@font-face {
    font-family: "BechtlePro";
    src: url("../fonts/WOFF2/BechtlePro-LightItalic.woff2") format("woff2"),
    url("../fonts/WOFF/BechtlePro-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Bold */
@font-face {
    font-family: "BechtlePro";
    src: url("../fonts/WOFF2/BechtlePro-Bold.woff2") format("woff2"),
    url("../fonts/WOFF/BechtlePro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Bold Italic */
@font-face {
    font-family: "BechtlePro";
    src: url("../fonts/WOFF2/BechtlePro-BoldItalic.woff2") format("woff2"),
    url("../fonts/WOFF/BechtlePro-BoldItalic.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

.float-right {
    float: right;
}

/* Vollbild-Video als Hintergrund */
.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(6px) brightness(0.7);
    z-index: -1;
}

/* Auth-Seite zentriert */
body.auth-body {
    margin: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "BechtlePro", sans-serif;
}

body.auth-body > main.container {
    width: 100%;
    max-width: 430px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Login-Maske */
.login-container {
    background: url("../images/BackgroundGrey.jpg") no-repeat center center;
    background-size: cover; /* oder: 100% 100%; */
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    width: 350px;
    max-width: 100%;
    text-align: left;
}

/* Logo oben */
.imgcontainer {
    text-align: right;
    margin-bottom: 20px;
}

.imgcontainer img {
    width: 150px;
}

/* Inputs */
input[type=text],
input[type=password],
select.login-form-element {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Button */
.login-container > button.login-form-element {
    background-color: #2ffb95;
    color: #075033;
    font-weight: bold;
    font-size: 15px;
    padding: 14px 20px;
    margin: 10px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
}

.login-container > button.login-form-element:hover {
    opacity: 0.8;
}

.imgcontainer {
    text-align: center;
    margin-bottom: 25px;
}

.imgcontainer img.avatar {
    width: 100px;
    border-radius: 50%;
    margin-bottom: 12px;
}

/* Trennlinie */
.divider {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, #05c97a, #0aa06a);
    border-radius: 2px;
    margin: 8px auto 12px auto;
    box-shadow: 0 0 8px rgba(47, 251, 149, 0.6);
}

/* Produktname */
.product-short {
    font-size: 40px;
    font-weight: 800;
    color: #05c97a;
    letter-spacing: 3px;
    margin: 0;
    text-shadow: 0 0 10px rgba(47, 251, 149, 0.5);
    font-family: "BechtlePro", sans-serif;
}

.product-full {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #064f36;
    margin: 4px 0 0;
    letter-spacing: 2px;
    font-weight: 500;
    opacity: 0.9;
    text-decoration: none;
}

.product-full:hover {
    color: #05c97a;
    text-decoration: underline;
}

.product-name {
    text-align: left;
}

.standby-container {
    color: #064f36;
}

.standby-status-label {
    color: #064f36;
    font-size: 1rem;
    margin-top: 1rem;
}

/* Responsive */
@media screen and (max-width: 400px) {
    .login-container {
        width: 90%;
        padding: 20px;
    }

    .imgcontainer img {
        width: 80px;
    }
}

.be-login-logo {
    max-width:90px;
    height: auto;
}

.login-public-nav {
    margin-top: 12px;
    text-align: left;
}

.login-public-links {
    list-style: disc;
    margin: 0;
    padding-left: 22px;
}

.login-public-links li {
    color: #075033;
    line-height: 1.45;
}

.login-public-links a {
    color: #064f36;
    font-size: 14px;
    text-decoration: none;
}

.login-public-links a:hover,
.login-public-links a:focus {
    color: #05a86a;
    text-decoration: underline;
}

#publicContentModal .modal-content {
    border-radius: 8px;
}

#publicContentModal .modal-body {
    color: #24352e;
    text-align: left;
}

.impressum-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-family: "BechtlePro", sans-serif;
}

.impressum-table th,
.impressum-table td {
    padding: 10px 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.impressum-table th {
    color: #05c97a;
    font-weight: 600;
    width: 35%;
}

.impressum-table td {
    color: #064f36;
    font-weight: 500;
}

.impressum-table tr:hover {
    background-color: rgba(5, 201, 122, 0.1);
}
