/*
 * Globals
 */


/* Links */

a,
a:focus,
a:hover {
    color: #fff;
}


/* Custom default button */

.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none;
    /* Prevent inheritance from `body` */
    background-color: #fff;
    border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
    background-color: #333;
}

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
    max-width: 42em;
}


/*
 * Header
 */

.masthead {
    margin-bottom: 2rem;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link+.nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

@media (min-width: 48em) {
    .masthead-brand {
        float: left;
    }
    .nav-masthead {
        float: right;
    }
}


/*
 * Cover
 */

.cover {
    padding: 0 1.5rem;
}

.cover .btn-lg {
    padding: .75rem 1.25rem;
    font-weight: 700;
}


/*** FOOTER ***/

.mastfoot {
    color: rgba(255, 255, 255, .5);
    margin-bottom: 40px;
}


/*** KEYPAD ***/

.keypad-input {
    width: 100%;
}

.keypad-button {
    min-width: 100px;
}

.btn-primary.keypad-button {
    background-color: #b19777;
    border-color: #b19777;
}

.btn-primary.keypad-button:hover,
.btn-primary.keypad-button:focus,
.btn-primary.keypad-button:active {
    background-color: #b19777 !important;
    border-color: #b19777 !important;
    box-shadow: 0 0 0 0.2rem rgb(108 117 125 / 50%) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*** profile ***/

.profilehidden
{
    display: none;
}

/*** navigation link ***/

.linkdivinline
{
    display: inline !important;
}

.linkdivinline a
{
    color: #b19777 !important;
    text-decoration: underline;
    margin-left:20px;
}

/*** admin panel ***/

.textbox {
    height: 40px;
    width: 100%;
    border: 1px solid #B9BDC1;
    color: #797979;
    -moz-box-shadow: 0 2px 4px #bbb inset;
    -webkit-box-shadow: 0 2px 4px #BBB inset;
    box-shadow: 0 2px 4px #BBB inset;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 5px;
    margin: 7px;
    padding: 10px;
}
 .textbox:focus {
    background-color: #E7E8E7;
    outline: 0;
}

.box-shadow{
    margin-top: 70px;
} 
.box-shadow-backbutton{
/*     box-shadow: 4px 3px 8px 1px #969696;
      -webkit-box-shadow: 4px 3px 8px 1px #b19777; */
      border-radius: 50px;
      margin-top: 15px;
      padding: 10px 8px;
      width: fit-content;
      margin-bottom: 34px;
      margin-left: -50px;
      background-color: #11111110;
  }
.Registrieren
{
    width: 50%;
    height: 100%;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    background-color: #b19777;
    color: white;
    font-weight: 700;
    margin-top: 30px !important;
    border: 0px solid black;
    /*-webkit-box-shadow: 4px 3px 8px 1px #b19777*/;
}

.Pause
{
    width: 140px;
    height: 80%;
    padding: 10px;
    margin: 10px;
    margin-top: 0px!important;
    border-radius: 5px;
    background-color: #484848;
    color: white;
    font-weight: 700;
    border: 0px solid black;
    /*-webkit-box-shadow: 4px 3px 8px 1px #b19777*/;
}


.Ausloggen
{
    width: 140px;
    height: 80%;
    padding: 10px;
    margin: 10px;
    margin-top: 0px!important;
    border-radius: 5px;
    background-color: #c41823;
    color: white;
    font-weight: 700;
    border: 0px solid black;
    /*-webkit-box-shadow: 4px 3px 8px 1px #b19777;
*/}
.Ausloggen:hover{
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.Pause:hover{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
 .box_shadow_profile
{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 15px 80px 80px 80px;
    margin-top: 30px;
    background-color: white !important;
    border: 2px solid #ddd;
    text-align: left !important;
}
.box_shadow_profile1
{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 15px 80px 80px 80px;
    margin-top: 30px;
    background-color: white !important;
    border: 2px solid #ddd;
    text-align: left !important;
    width: 800px !important;
    height: 800px !important;
    overflow: scroll;
    margin-bottom: 30px;
}
.box_shadow_profile2
{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 30px 30px 30px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white !important;
    border: 2px solid #ddd;
    text-align: left !important;
    width: 1300px !important;
}
.box_shadow_profile_tracking
{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    padding: 15px 80px 80px 80px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: white !important;
    border: 2px solid #ddd;
    width: 800px !important;
    height: 800px !important;
    overflow: scroll;
    text-align: left !important;
}
/*
.trackingpadshow
{
    -webkit-box-shadow: 4px 3px 8px 1px #b19777;
    padding: 40px;
    border-radius: 25px;
}
 */
.buttonhide
{
    display: none;
}
.Einloggen
{
    width: 130px;
    height: 80%;
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
    background-color: #b19777;
    color: white;
    font-weight: 700;
    margin-top: 30px !important;
    border: 0px solid black;
}

#mitarbeitecode-error
{
    content: "Bitte geben Sie den mitarbeitecode ein." !important;
}

.main_div
{
    border: 1px solid black;
    display: inline-block !important;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;
    text-align: center !important;
}
.avatar_div
{
    background-color: white;
    padding: 10px;
}
.details_div_1
{
    margin-bottom: 5px;
}
.details_div_2
{
    margin-top: 5px;
}
.details_div_3
{
    margin-top: 5px;
}
.eingeloogtprofile_main
{
    display: inline-flex !important;
    margin-bottom: 30px;
    width: 100%;
}
.eingeloogtprofile_main_details
{
    width:80%;
    margin-left:20px;
}
.eingeloogtprofile_main_button
{
    text-align: right;
    width:20%;
}
.disable-dbl-tap-zoom {
    touch-action: manipulation;
}
.notiz
{
    width: 100%;
    margin-left: 20px;
    border-radius: 7px;
}
.Notizbutton
{
    width: 70px;
    height: 30%;
    padding: 5px;
    margin-left:20px;
    border-radius: 5px;
    background-color: #484848;
    color: white;
    font-weight: 500;
    font-size:13px;
    border: 0px solid black;
}
label#notiz-error {
    color: red;
    margin-left: 20px;
}
