 /* 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;
}

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

/* 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: 90%;
    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 */
button {
    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;
}

button: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);
}

/* NOKO */
.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: "Segoe UI", Helvetica, Arial, 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;
}

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

    .imgcontainer img {
        width: 80px;
    }
}

/* Modal Hintergrund */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Modal Inhalt */
.modal-content {
    background-color: rgba(255, 255, 255, 0.95);
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Schließen Button */
.close {
    color: #064f36;
    float: right;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

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

.close:hover {
    color: #05c97a;
}

.impressum-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-family: Arial, Helvetica, 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);
}
