@font-face {
    font-family: "Arial";
}

:root {
    --col_login_bg: #0c0c0c;
    --col_mainCol: #b08e44;
    --col_gda_gold: #aa9340;
    --col_placeholder: #ffffff88;
}


#errorMsg {
    color: indianred;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

html, body {
    overflow: auto;
}

html {
    height: 100%;
 }
 
 body {
     background-color: var(--col_login_bg) !important;
     background: url(/images/bg.jpg);
     background-repeat: no-repeat;
     background-size: cover;
     background-attachment: fixed;
     background-position: center top;
    /* height: 100%;
     padding-top: 80px;*/
     padding-top: 80px;
     min-height:100vh; margin:0; position:relative;
   -o-background-size: cover;
   -moz-background-size: cover;
   -webkit-background-size: cover; 
}
 
 
 body::after {
     content: '';
     display: block;
     height: 40px; /* Set same as footer's height */
   }
 
 
 
 #footer {
     /*margin-top: auto;*/
     width: 100%;
     text-align: center;
     position: absolute;
     bottom: 0;
     height: 40px;
     color: white;
 }
 
 #footer a {
     color:white;
     margin: 0 10px;
     text-shadow: 0px 0px 3px black;
 }
 
 #footer span {
     font-size: 1em;
     color: white;
 }



#rfidName::placeholder {
    color: var(--col_placeholder);
    font-size: clamp( 6px, 3vw, 20px);
}

/* WebKit, Blink, Edge */
#rfidName::-webkit-input-placeholder {
    color: var(--col_placeholder);
}

/* Mozilla Firefox 4 to 18 */
#rfidName:-moz-placeholder {
    color: var(--col_placeholder);
}

/* Mozilla Firefox 19+ */
#rfidName::-moz-placeholder {
    color: var(--col_placeholder);
}

/* Internet Explorer 10-11 */
#rfidName:-ms-input-placeholder {
    color: var(--col_placeholder);
}

/* Microsoft Edge */
#rfidName::-ms-input-placeholder {
    color: var(--col_placeholder);
}


#rfidName {
    max-width: 90%;
    text-align: center;
    width: 300px;
    padding: 5px;
    margin-bottom: 20px;
    outline: none;
    color: white;
    background: #414141;
    border: 1px;
    border-color: white;
    font-family: Arial;
    font-size: 20px;
}

#rfidName:focus {
    color: white;
    background: #414141;
    border-color: var(--col_mainCol);
    box-shadow: 0 0 0 0.1rem var(--col_mainCol);
}


.loginButton{
    background: var(--col_mainCol);
    color: white !important;
    outline: none;
    /* border: 1px solid white; */
    font-family: Arial;
    font-size: 24px;
    padding: 5px 20px;
    border-radius: 0;
}

/* head - main */
#headline {
    margin: 50px;
    font-family: 'Arial Black', 'Arial Bold', Arial;
    font-weight: bold;
    font-size: 40px;
    color: white;
    text-shadow: 0px 0px 10px black;

}

#btn_logout {
    background: #232323;
    color: #888888;
    outline: none;
    border: 0;
    font-family: Arial;
    font-size: 1.4em;
    padding: 5px 15px;
    border-radius: 0;
}

#lang a, span {
    color: #8c8c8c;
    font-size: 24px;
    font-family: Arial;
}


#lang a.active {
    color: white;
}


/* form */
.form-label {
    color: white;
    font-size: 16px;
    font-family: Arial;
    margin-bottom: 0px;
}

.form-control {
    outline: none;
    color: white;
    background: #414141;
    border: 1px;
    border-color: white;
    border-radius: 0;
    font-family: Arial;
}

.form-control:focus {
    color: white;
    background: #414141;
    border-color: var(--col_mainCol);
    box-shadow: 0 0 0 0.1rem var(--col_mainCol);
}



/* navbar */
.navbar {
    height: 55px;
    background-color: #414141 !important;
    padding: 0px 50px;
}

.navbar-fixed-top {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.navbar-toggler {
    border: 0px !important;
    outline: none;
}

.navbar-nav {
    width: max-content;
    background: #414141;
    padding: 0px;
}

.navbar-toggler:focus {
    outline: none;
}

.img_logo {
    margin: 0px 15px;
}

.img_logo2 {
    position: absolute;
    right: 65px;
}



/* head - suchleiste */
#head_search {
    background-color: var(--col_gda_gold);
    width: 100%;
    height: 70px;
}

#searchbar {
    margin-top: 15px;
    margin-right: 40px;
    float:right;
    border-bottom: 1px solid white;
    height: 60%;
    width: 300px;
    padding: 5px;
}

#inp_search {
    background-color: var(--col_gda_gold);
    border: 0px;
    outline: none;
    caret-color: white;
    color: white;
    font-size: 1.4em;
}

#pageTitle {
    font-family: Arial;
    color: white;
    font-size: 1.7em;
}


#img_lupe {
    margin-bottom: 5px;
    margin-right: -20px;
    margin-left: -20px;
}



/* content */
.infoText {
    color: white;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
}

.infoText a {
    color:  var(--col_mainCol);
}

.tmx-container {
    width: 87%;
    margin: 0 auto;
    background: #ececec;
}



.tmx-icn-white {
    color: white;
    margin-right: -15px;
}

.tmx-mg5 {
    margin: -5px;
}

.box {
    margin: 15px 5px;
    background: black;
    position: relative;
    width: 100%; /* desired width */
}

.box:before {
    content: "";
    display: block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.box-bottom {
    line-height: 110%;
    font-size: 0.8em;
    padding: 10px;
    color: white;
    background: var(--col_gda_gold);
    position: absolute;
    margin: -40px 0;
    width: 100%;
    height: 40px;
    font-family: Arial;
}



#tmx-bg {
    background: red;
    height: 500px;
}


.btn:focus, .btn:active:focus, .btn.active:focus,
.btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    box-shadow: none;
}

.clearfix {
    overflow: hidden;
}
