* {
    outline: 0;
    box-sizing: border-box;
    word-wrap: break-word !important;
    /*word-break: break-word;*/
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    /*background-color: #1565C0;*/
}

/*@media screen and (min-width: 63.9376em) {*/
/*body {*/
/*font-size: 0.9rem;*/
/*}*/
/*}*/

@media screen and (max-width: 63.9375em) and (min-width: 0em) {
    /*Middle und Small-Screen*/
    .menu-eigen {
        position: absolute;
        left: -100%;
        width: 20rem;
        max-width: 90%;
        z-index: 9;
        /*opacity: 0.99;*/
        transition: left .65s ease;
        min-height: 100%;
        overflow-y: auto;
    }
}

@media print {
    * {
        display: none;
    }

    .drucken {
        display: block !important;
    }
}

/*Foundation überschreiben*/
fieldset legend:first-child {
    font-weight: bold;
}

.jqplot-target table {
    width: auto;
}

/*Foundation überschreiben Ende*/

.fett {
    font-weight: bold;
}

.text-alert {
    color: red;
}

.text-success {
    color: #4CAF50;
}

.background-red {
    background-color: rgb(255, 152, 0) !important;
}

.background-transparent {
    background-color: transparent !important;
}

.marin-ohne {
    margin: 0!important;
}

.max-width {
    width: 100%;
}

.hauptbereich {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.word-break {
    word-break: break-all;
}

.icon-eigen {
    height: 1em !important;
}

.special-color-1 {
    background-color: #D1C4E9 !important;
}

.special-color-2 {
    background-color: #81D4FA !important;
}

.special-color-3 {
    background-color: #fa94af !important;
}

.impotant-o-c {
    font-weight: bold;
    color: blue;
}

.background-second {
    background-color: #f1f1f1;
}

.background-white {
    background-color: white;
}

input[required] {
    border: 1px solid #ffc849;
}

/*Menu*/
.menu-title-eigen {
    position: relative;
    padding-left: 2rem;
}

.menu-title-eigen img {
    position: absolute;
    left: 0;
    top: -0.25rem;
    height: 1.5rem;
    vertical-align: text-bottom
}

.menu-eigen {
    /*background-color: rgba(255, 255, 255, 0.95);*/
    background-color: rgba(129, 212, 250, 0.95);
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-eigen ul {
    list-style: none;
    margin: 0;
}

.menu-eigen .menu-kategorie {
    /*background-color: #e6e6e6;*/
    background-color: rgba(21, 101, 192, 0.95);
    color: whitesmoke;
    text-align: center;
    font-weight: bold;
    font-size: 0.85rem;
    padding: 0.3rem;
    cursor: pointer;
}

.menu-eigen .menu-kategorie + ul li {
    font-size: 0.8rem;
    font-weight: bold;
    padding: 0.25rem 0.5rem;
}

.menu-eigen a:hover {
    /*color: #1565C0;*/
    color: black;
}

.menu-eigen .menu-kategorie + ul li:not(:last-child) {
    border-bottom: 1px solid gray;
}

.menu-eigen a {
    /*color: #222222;*/
    color: rgba(21, 72, 133, 0.95);
    display: block;
}

.menu-links-toggle-button {
    color: white;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
}

/*Menu Ende*/

/*Systemnachricht*/
.system-nachricht {
    position: fixed;
    width: 90%;
    max-width: 30rem;
    right: 1rem;
    top: 5%;
    z-index: 100;
}

.system-nachricht [class^="system-nachricht-s-"] {
    position: relative;
    padding: 0.5rem 1rem;
    margin: 0 auto 1rem;
    max-width: 30rem;
    border-radius: 0.25rem;
    box-shadow: 0 0 5px 1px gray;
    overflow: hidden;
    font-size: 0.9rem;
}

.system-nachricht-s-alert {
    background-color: rgba(211, 47, 47, 0.95);
}

.system-nachricht-s-warnung {
    background-color: rgba(250, 135, 0, 0.95);
}

.system-nachricht-s-info {
    background-color: yellow;
}

.system-nachricht-s-success {
    background-color: #4CAF50;
}

.system-nachricht .system-nachricht-titel {
    font-weight: bold;
    font-size: 1.2em;
}

.system-nachricht .system-nachricht-close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0.25rem;
    font-weight: bold;
    font-size: 2rem;
}

/*Systemnachricht Ende*/

/*Lost 404*/
.lost {
    text-align: center;
    text-shadow: 2px 2px 5px #1565C0;
}

.lost img {
    width: 80%;
    display: block;
    margin: auto;
}

.overline {
    text-decoration: overline;
}

/*Lost 404 Ende*/

.welcome-logo {
    display: block;
    margin: 1rem auto;
    width: 75%;
    opacity: 0;
    transition: all 10s;
}

.blend-in {
    opacity: 1;
}

table.table-first-big tr:not(.tr-normal) td:first-child {
    font-weight: bold;
}

table.table-last-right tr:not(.tr-normal) td:last-child {
    text-align: right;
}

tr.tr-border-bottom td {
    border-bottom: 1px solid #222222;
}

.opa-75 {
    opacity: 0.75;
}

.opa-50 {
    opacity: 0.50;
}

.opa-25 {
    opacity: 0.25;
}

.order-list-einzel {
    padding: 1rem 0;
}

.order-list-einzel img:not([data-img]):not(.order-list-image) {
    vertical-align: unset;
    height: 1em;
}

.order-list-einzel img.condition-icon {
    height: 1.5em !important;
    vertical-align: text-bottom !important;
}

.order-list-einzel:not(:last-child) {
    border-bottom: 1px solid #e9e9e9;
}

.order-list-einzel:nth-child(odd) {
    background-color: #fafafa;
}

.order-list-image {
    display: block;
    margin: auto;
    max-width: 95%;
}

.order-list-color-block, .color-block {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 1px solid black;
    border-radius: 3px;
}

.order-list-note {
    width: 100%;
    border: 1px solid #e9e9e9;
    padding: 0.25em 0.5em;
    margin: 0.25em 0;
    border-radius: 3px;
    font-size: 0.85em;
}

.order-list-note span {
    font-weight: bold;
    margin-right: 1em;
    color: rgba(255, 0, 0, 0.5);
}

.order-list-missing {
    font-size: 0.8em;
    padding: 0.25em;
    text-align: center;
    display: inline-block;
    margin: 0.5em auto;
    width: auto;
    min-width: 3rem !important;
    height: auto;
    color: red;
    font-weight: bold;
}

.message {
    width: 95%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 0.3em;
    border: 1px solid #EEEEEE;
    display: block;
    font-size: 0.8em;
}

.message-head {
    border-bottom: 1px solid #EEEEEE;
    padding: 0.5rem;
    font-weight: bold;
}

.message-body {
    padding: 0.5rem;
}

.message-date {
    float: right;
}

.message-received {
    background-color: rgba(250, 135, 0, 0.95);
}

.message-send {
    background-color: #4CAF50;
    margin-left: auto;
    margin-right: 0;
}

[data-direct-change-id] {
    border-radius: 2px;
}

[data-direct-change-edit] {
    margin: 0 !important;
}

.order-same-packer {
    border: 5px solid #1565C0 !important;
    border-radius: 5px;
}

.border-bottom {
    padding: 0.25rem;
    border-bottom: 1px solid #e9e9e9;
    margin: 0.25rem;
}

input:disabled {
    color: black;
}

.delete-parent {
    background-color: red;
    color: whitesmoke;
    position: absolute;
    top: 1rem;
    right: 1.25rem;
}

.position-relative {
    position: relative!important;
}