@charset "utf-8";
/* CSS Document */

#BE{border-left: 1px solid #eee;border-right: 1px solid #eee; padding-bottom: 16px}
#BE, #FE , .navbar.fixed-bottom{max-width: 480px; margin: 0 auto; width: 100%; }

#msg{margin: 0 16px;}

img.magnetic{padding-right: 32px; position: absolute; max-width: 480px; z-index: -1}
.navbar.sticky-top{min-height: 90px; display: block; background: #fff}

main{margin: 16px 0 20px 0; padding-bottom: 160px}

.hover:hover{ cursor: pointer}
.btnP{
    display: inline-block;
    min-width: 38px ;
    margin-bottom: 4px;
}

.kunde, .vorgang , .termin, .posten{padding: 4px 0; border-top: 1px solid #bbb;  color: #999}
.kunde:hover, .vorgang:hover, .termin:hover, .posten:hover{color: #000; background: #efefef;}

.kunde .hili{background: lawngreen}


.btn-lg .oi{font-size: 64px}

form .screen{min-height:  364px}


.navbar.fixed-bottom .btn{margin: 0 8px 0 0; width: 81px; height: 66px; vertical-align: top; line-height: .8 }

.navbar.fixed-bottom .oi{font-size: 24px; margin-bottom: 8px; display: block}

.btn-lg:hover *,
.navbar.fixed-bottom .btn:hover *,
.oi:hover{color: #fff!important;}

/*form{background: #eee;}*/

#col1{padding-top: 8px; padding-bottom: 8px}

.post{padding: 0 20px ; background: rgba(103, 167, 71, 0.1); border-radius: 20px }

/* switch */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #28A745;
}

input:focus + .slider {
    box-shadow: 0 0 1px #28a745;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media (max-width: 767px){

}
