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

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


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

html, body {
    overflow: auto;
}

html {
   min-height: 100%;
}

body {
    background-color: var(--col_login_bg) !important;
    background: url(/images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    
    background-position: center;
    height: 100%;
    padding-top: 80px;
}




#footer {
    margin-top: 50px;
    position: relative;
    bottom: 0px;
    width: 100%;
    text-align: center;
}

#footer_cnt {
    color: red;
    display: inline-block;
    margin: 0 auto;
}

#footer_cnt a {
    color: #ccc;
    margin: 0 10px;
}

#footer_cnt span {
    font-size: 1em;
}



#rfidName::placeholder {
    color: var(--col_placeholder);
}

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

#btn_logout {
    background: var(--col_gda_gold);
    color: white;
    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: 85px;
    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-toggler:focus {
    outline: none;
}

.img_logo {
    margin: 15px 15px;
}




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