﻿html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

img {
    border: 0;
    vertical-align: middle;
}

button {
    font: inherit;
    margin: 0;
}

input,
select,
textarea {
    max-width: 280px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.body-content {
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.zeBackground {
    background-color: #cce3ff;
}

.img-logo {
    width: auto;
    max-height: 60px;
    display: block;
}

.leiste-oben {
    background-color: #0078d7;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
    margin: 0;
    height: 60px;
    display: flex;
    align-items: center;
}

.leiste-oben > div {
    width: 100%;
    display: flex;
    align-items: center;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

p {
    margin: 0 0 10px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.form-horizontal { /* no-op wrapper */
}

.form-group {
    margin-bottom: 15px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.btn:focus {
    outline: none;
}

.btn:disabled,
.btn[disabled] {
    opacity: 0.65;
    cursor: not-allowed;
}

.btn-primary {
    color: #fff;
    background-color: #0078d7;
    border-color: #0078d7;
}

.nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-nav {
    display: flex;
    align-items: center;
}

.navbar-right {
    justify-content: flex-end;
    margin-left: auto;
}

.navbar-nav .button-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.control-label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

.form-control::placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 15px;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
}

/* ---------- Shared utility classes ---------- */
.hide {
    display: none !important;
}

.error {
    color: #b00020;
    margin-top: 6px;
}

.hint {
    opacity: 0.75;
    font-size: 0.9em;
    margin-top: 6px;
}

.datetime {
    color: #0078d7;
}

.statistics {
    color: #0078d7;
}

.headline {
    font-size: 18px;
    font-weight: bold;
}

.fullname {
    font-size: 22px;
}

.buchungsstatus {
    font-weight: bold;
}

.greeting {
    font-size: 14px;
}
