﻿/* tops */
/*  LOGO farbe #f07b2a */
/* auflösung golfsim QSize(1772, 890)*/

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    min-width: 960px;
    font-size: 1rem;
    -webkit-user-select: none;
}

.vwfont {
    font-size: 2vw;
    font-size: 2vh;
}

.vwfont_num {
    font-size: 2vw;
    font-size: 2vh;
}

a {
    margin: 0;
    transition: all .3s;
}

a:focus {
    outline: none !important;
}

a:link,
a:visited {
    text-decoration: none;
    color: rgb(230, 230, 230);
    font-weight: 400;
}

a:hover {
    color: #f07b2a;
    text-shadow: 0px 0px 10px #492109;
}

input {
    background-color: rgba(0, 0, 0, 0.219);
    border-radius: 4px;
}

.header {
    padding: 10px;
    text-align: center;
    background: #000000;
    font-size: 20px;
}

.background-image {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../imgs/hintergrund_blured_small.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.background-image > .container-fluid {
    flex: 1 1 auto;
    display: flex;
    min-height: 100%;
}

.backgroundBlur {
    flex: 1 1 auto;
    display: flex;
    width: 100%;
    min-height: 100%;
}

.main {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.font {
    font-family: 'Krub', sans-serif;
}

.backgroundBild {
    display: block;
}

.backgroundBild > .container-fluid {
    display: block;
    min-height: 100%;
    width: 100%;
}

.backgroundBild .backgroundBlur {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    width: 100%;
}

.login-header {
    background: rgba(0, 0, 0, 0.9);
    padding: 2rem 0;
    text-align: center;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
}

.login-panel {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3rem 1.5rem;
}

.login-form-card {
    width: min(420px, 100%);
    padding: 2.5rem 2.25rem 3rem;
    background: rgba(0, 0, 0, 0.45);
    border-radius: 18px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.login-form-card .form-control {
    background-color: rgba(0, 0, 0, 0.3);
}

.login-form-card button[type="submit"] {
    width: 100%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.95rem 1rem;
}

.login-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.95rem;
}

.login-error {
    color: #ff8989;
    text-align: center;
    font-weight: 600;
}

.footerstyle {
    background-color: rgb(0, 0, 0);
    border: 0;
    box-shadow: 0;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 5vh;
}

.sidenav {
    width: 24vh;
    padding-top: 10px;
    background-color: #0000002c;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

.sidenav a {
    padding: 1vh;
    text-decoration: none;
    font-size: 1.3vw;
    color: #ffffff;
    display: block;
}

.sidenav_a_active {
    color: #f07b2a;
    font-weight: 600;
    font-size: 1.3vw;
}

.sidenav a:hover {
    color: #f07b2a;
    box-shadow: 0px 0px 10px #f07b2a;
}

.sidebar-last {
    text-align: left;
    width: 24vh;
    margin-top: auto;
}

.icon {
    width: 3.0vw;
    padding-right: 10%;
}

.userdesc {
    text-decoration: none;
    font-size: 10px;
    color: #ffffff;
    display: block;
}

.fancy {
    border-color: rgba(136, 136, 136, 0.534);
    background-color: rgba(0, 0, 0, 0.308);
    border-radius: 4px;
    box-shadow: 1px 1px 15px 4px rgba(29, 29, 29, 0.322);
}

.fancy:focus {
    border-color: rgba(233, 141, 65, 0.753);
    background-color: rgba(0, 0, 0, 0.308);
    border-radius: 4px;
    box-shadow: 1px 1px 7px 4px rgba(255, 136, 0, 0.322);
}

.bn_pw_falsch_text {
    text-align: center;
    color: red;
    font-weight: 700;
}

.senter {
    text-align: center;
}
