body {
    box-sizing: border-box;
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    color: #444;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

h3 {
    text-align: center;
    letter-spacing: .1rem;
    color: whitesmoke;
    background: #0b5988;
    margin: 0 -1rem 1rem;
    padding: .5rem 0;
}

.header {
    background: #1f81bd;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    height: 5vh;
}

.header a.menu-btn {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0.5rem 1rem 0.5rem 0;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    color: whitesmoke;
}

.header a.btn span.icon {
    display: none;
}

a.btn {
    box-sizing: border-box;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    border: 1px solid lightgray;
    border-radius: 5px;
    font-size: 1.2rem;
    padding: 0.7rem 1rem;
    background: whitesmoke;
    color: #444;
}

a.btn:hover {
    background-color: #444;
    color: whitesmoke;
}

a.btn.status {
    font-size: 1rem;
}

a.btn.status[data-status="Offline"],
a.btn.intern .status[data-status="Offline"] {
    background: whitesmoke;
    /*Offline*/
}

a.btn.status[data-status="Anwesend Büro"],
a.btn.intern .status[data-status="Anwesend Büro"] {
    background: #339933;
    /*Anwesend*/
}

a.btn.status[data-status="Home-Office"],
a.btn.intern .status[data-status="Home-Office"] {
    background: #81C081;
    /*Home-Office*/
}

a.btn.status[data-status="Abwesend"],
a.btn.intern .status[data-status="Abwesend"] {
    background: #FF3333;
    /*Abwesend*/
}

a.btn.status[data-status="Pause"],
a.btn.intern .status[data-status="Pause"] {
    background: #FF69FF;
    /*Pause*/
}

a.btn.status[data-status="Kundenbesuch"],
a.btn.intern .status[data-status="Kundenbesuch"] {
    background: #3366CC;
    /*Kundenbesuch*/
}

a.btn.status[data-status="Dienstreise"],
a.btn.intern .status[data-status="Dienstreise"] {
    background: #8DEEEE;
    /*Dienstreise*/
}

a.btn.status[data-status="Besprechung"],
a.btn.intern .status[data-status="Besprechung"] {
    background: #FFA50F;
    /*Besrepchung*/
}

a.btn.status[data-status="Arztbesuch"],
a.btn.status[data-status="Behördenbesuch"],
a.btn.intern .status[data-status="Arztbesuch"],
a.btn.intern .status[data-status="Behördenbesuch"] {
    background: #dddd10;
    /*Arztbesuch oder Behördenbesuch*/
}

a.btn.status[data-status="Anwesend"] div span,
a.btn.status[data-status="Abwesend"] div span,
a.btn.status[data-status="Pause"] div span,
a.btn.status[data-status="Kundenbesuch"] div span,
a.btn.status[data-status="Besprechung"] div span {
    color: whitesmoke;
}

a.dvd {
    color: #08A9D7;
}

a.bema {
    color: #C32630;
}

.disabled {
    opacity: 0.5;
}

.content {
    background: #dfdfdf;
    padding: 0 1rem;
    display: inherit;
    flex-flow: column;
    height: calc(95vh - 2rem);
    box-sizing: border-box;
    overflow: hidden;
}

div.menu {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
}

.menu-item {
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: center;
}

div.container {
    display: grid;
    grid-template-areas: "title""innerContent";
    grid-template-rows: 0.1fr auto;
    height: 100%;
}

input.searchfield[type=text] {
    font-size: 1.3rem;
    border: 1px solid #777;
    border-radius: 5px;
    padding: 0 0.7rem;
    display: flex;
    height: 7vh;
    height: 3.3rem;
}

.searchresult-container {
    display: flex;
    flex-flow: column;
    overflow: auto;
    box-sizing: border-box;
    padding: 1rem 0.3rem 0;
}

.searchresult-container a.btn {
    margin-bottom: 1rem;
}

.address-container {
    margin: 1rem 0 .5rem;
    padding: 0 .5rem;
    font-size: 1.1rem;
}

.address-container .city {
    margin-bottom: 1.7rem;
}

.address-container .tel,
.address-container .mobil {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: .7rem;
}

.address-container .email {
    font-size: .9rem;
}

.address-container .email span {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: baseline;
    font-size: 1.1rem;
}

/* Bewerbersuche */
.filter {
    display: flex;
    flex-flow: row wrap;
    margin: 1rem 0;
}

.filter label {
    width: auto;
    min-width: 50%;
    font-size: 20px;
    line-height: 2rem;
    margin-bottom: .5rem;
}

div.login-container {
    display: flex;
    flex-flow: column;
}

div.login-container a.forget__code {
    color: #777;
    font-size: 90%;
    margin: auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin-top: 1rem;
}

div.login-container a.forget__code span {
    color: #cb8083;
    font-weight: bold;
}

div.login-container form {
    padding: 1rem 0.5rem;
    width: 90vw;
    margin: auto;
    max-width: 500px;
}

form .form-control {
    font-family: "Roboto", sans-serif;
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

form .btn.btn-login {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}
