

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b {
    font-weight: bold;
}

option {
    color: #634fc4;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    box-shadow: inset 0 0 20px 20px white;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    box-shadow: inset 0 0 20px 20px white;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 12px;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- LogIn
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
               
 body.login {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    display: block;
    overflow-y: scroll;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;

    color: #49626c;
    
    background-color: #eaf2fb;
    background: radial-gradient(circle at top, #ffffff 20%, #eaf2fb 50%, #e0efff 70%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
page-login{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    display: block;
    overflow-y: scroll;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;

    color: #49626c;
    
    background-color: #eaf2fb;
    background: radial-gradient(circle at top, #ffffff 20%, #eaf2fb 50%, #e0efff 70%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

page-login h3 { 
    color:#617a84;
}

footer.login {
    padding: .5em;
    font-size: 16px;
    color: #617a84;
    box-sizing: border-box;
    text-align: center;
}

footer.login a {
    padding: .5em;
    font-size: 16px;
    color: #617a84;
    text-decoration: none;
}

footer.login p {
    font-size: 16px;
    color: #617a84;
}


.logo {
    margin: 5em auto;
    display: block;
    max-width: 125px;
    height: auto;
}
@media only screen and (max-height:700px) {
    .logo {
        max-width: 80px
    }
}

@media only screen and (max-height:600px) {
    .logo {
        max-width: 50px
    }
}

@media (max-height:450px) {
    .logo {
        width: auto;
        max-height: 64px;
        position: absolute;
        top: 1em;
        left: 1em
    }
}

.form-signin-wrapper {
    width: 100%
}

.form-signin {
    margin: auto;
    max-width: 260px;
    padding: 0 15px 15px;
}


.form-signin-heading {
    margin: 0px;
    margin-bottom: 5px;
    font-size: 1.5em;
}

.form-signin-subheading {
    margin-bottom: 5px;
    font-size: 1.2em;
    color: #617a84;
    padding-left: 2px;
}

.form-signin input {
    margin-bottom: -1px;
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #c7d4d9;
    background-color: #fefefe;
}

.form-signin input[type=password] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.form-signin .mat-raised-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
    background-color: #A7D7A5 !important;
    background-image: linear-gradient(195deg,#A7D7A5, #90CD8D, #ABD946);
    cursor: pointer;
    color: #1c323a !important;
    box-shadow: 0 2px 1px -1px #c7d4d9, 0 1px 1px 0 rgba(73, 98, 108, .14), 0 1px 3px 0 rgba(73, 98, 108, .12);
    transform: translate3d(0, 0, 0);
    transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1)
}

.mat-raised-button:hover {
    background-color: #a7d7a6 !important;
    color: #1c323a !important;
    box-shadow: 0 2px 1px -1px #c7d4d9, 0 1px 1px 0 rgba(73, 98, 108, .14), 0 1px 3px 0 rgba(73, 98, 108, .12);
}

.password-lost {
    display: block;
    text-align: right;
    font-size: .8em;
    margin-bottom: 1em
}

.password-lost a {
    text-decoration: none;
    color: #617a84;
    font-size: 12px;
}

.password-lost a:hover {
    color: #bcd126;
    text-decoration: underline
}

.logout-button {
    color: #bcd126;
    font-size: 1.5em;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    line-height: 36px;
    text-decoration: none;
}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- noscript
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

noscript footer {
    padding: .5em;
    font-size: 16px;
    color: #c7d4d9;
    text-decoration: none;
    border-radius: 50px;
    box-sizing: border-box;
    text-align: center;
}

noscript footer a {
    padding: .5em;
    font-size: 16px;
    color: #c7d4d9;
    text-decoration: none;
}

noscript footer p {
    font-size: 16px;
    color: #c7d4d9;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- Tool
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

 body,
 html {
     font-family: 'Trebuchet MS', sans-serif;
     margin: 0;
     padding: 0;
     height: 100%;
     color: #4b3c93;
     background: #fefefe;
     position: relative;
     overflow-wrap: break-word;
     word-wrap: break-word;
 }
 
 .homepage {
     width: 100%;
     height: 100%;
     position: relative;
     background: #fefefe;
     box-sizing: border-box;
 }
 
 .mat-drawer-container {
     position: absolute;
     top: 0px;
     left: 0px;
     z-index: 3;
     height: 100%;
     box-sizing: border-box;
     -webkit-overflow-scrolling: touch;
     display: inline-block;
     overflow: hidden;
     background-color: #eaf2fb;
     color: #4b3c93;
     visibility: visible;
 }
 
 @media (max-width:1100px) {
     .mat-drawer-container {
         display: none;
     }
 }
 
 .mat-sidenav-container,
 .mat-sidenav {
     box-shadow: 0 0 10px 0 #c7d4d9;
     border-right: none;
     width: 320px;
     position: fixed;
 }
 
 .mat-drawer {
     display: block;
     position: absolute;
     top: 0px;
     left: 320px;
     z-index: 3;
     height: 100%;
     outline: 0;
     box-sizing: border-box;
     overflow: hidden;
     transform: translate3d(-100%, 0, 0);
     background-color: #fefefe;
     color: #4b3c93;
     width: 320px;
 }
 
 .mat-drawer-transition .mat-drawer-content {
     transition-duration: .4s;
     transition-timing-function: cubic-bezier(.25, .8, .25, 1);
     transition-property: transform, margin-left, margin-right
 }
 
 .mat-drawer-inner-container {
     position: absolute;
     top: 0px;
     left: 0px;
     width: 100%;
     height: 100%;
     overflow: auto;
     box-sizing: border-box;
 }
 
 .mat-sidenav .sidenav-wrapper {
     width: 320px;
     height: 100%;
     display: flex;
     flex-direction: column;
     box-sizing: border-box;
 }
 
 .mat-sidenav .mat-toolbar {
     background-color: #fefefe;
     box-shadow: 0 0 3px 0 #c7d4d9;
     flex-shrink: 0;
 }
 
 .mat-toolbar-row,
 .mat-toolbar-single-row {
     height: 64px;
 }
 
 .mat-toolbar-row,
 .mat-toolbar-single-row {
     height: 64px;
 }
 
 .mat-toolbar-row,
 .mat-toolbar-single-row {
     display: flex;
     box-sizing: border-box;
     padding: 0 5px;
     width: 100%;
     flex-direction: row;
     align-items: center;
     white-space: nowrap;
 }
 
 .mat-toolbar {
     background: #634fc3;
     color: #fefefe;
     white-space: pre-wrap;
 }
 
 .mat-button-wrapper {
     margin: 0px;
     height: 104px;
     background-color: transparent !important;
 }

.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
    font: 500 20px/32px 'Trebuchet MS', sans-serif;
    margin: 0;
}

.mat-sidenav .mat-toolbar .title-first {
    color: #634fc3;
    font-family: monospace;
    white-space: nowrap;
    font: 500 20px/32px 'Trebuchet MS', sans-serif;
}

.mat-sidenav .mat-toolbar .title-second {
    font-weight: 700;
    color: #fefefe;
    white-space: nowrap;
    margin-right: 40px;
}

.logo img {
    margin-top: 8px;
    width: 33px;
    height: 48px;
}

.context-title {
    margin: 10px;
    line-height: 18px;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */
.navigation {
    width: 320px;
    padding-top: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e4eaef #ffffff;
}

.navigation hr {
    width: 80%;
    border: 0;
    border-bottom: 1px dashed #634fc3;
    margin-left: 0px;
}

.navigation span {
    display: block;
    padding: 8px;
    font-size: 16px;
    color: #634fc3;
    outline: 0;
}

.navigation a {
    display: block;
    margin-bottom: 5px;
    padding: 8px;
    border-radius: 0 175px 175px 0;
    background: #fefefe;
    font-size: 16px;
    color: #634fc3;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    box-sizing: border-box;
    -webkit-border-radius: 0 175px 175px 0;
    -moz-border-radius: 0 175px 175px 0;
    -ms-border-radius: 0 175px 175px 0;
    -o-border-radius: 0 175px 175px 0;
}

.navigation a.activerlink {
    background-color: rgba(99,79,196,0.15);
    text-decoration: underline;
    color: #634fc3;
}

.navigation a:hover {
    text-decoration: none;
    background-color: rgba(28,50,58,0.1);
    color: #1c323a;
}

.navigation a:active {
    background-color: rgba(99,79,196,0.15);
    text-decoration: underline;
    color: #634fc3;
}

.navigation a:focus {
    text-decoration: underline
}

.navigation a span {
    padding-left: 24px
}

.navigation a span.fa {
    float: left;
    padding: 4px
}

.navigation-footer {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px
}

.navigation-footer a {
    padding: .5em;
    color: #634fc3;
    text-decoration: none;
    border-radius: 50px
}

.navigation-footer a.active {
    color: #40347e;
    background-color: rgba(0, 0, 100, .08)
}

.navigation-footer a:hover {
    text-decoration: none;
    color: #1c323a
}

.spacer {
    flex: 1 1 auto;
    background-color: transparent;
}

.mat-icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ */

.wrapper {
    padding-top: 25px;
}

.mat-drawer-content {
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    overflow: auto;
}

.mat-sidenav-content {
    margin-left: 320px;
}

@media (max-width:1100px) {
    .mat-sidenav-content {
        margin-left: 0px;
    }
}

@media (max-width:1100px) {
    #mat-toolbar {
        display: inline-block;
        margin: 1px 25px;
    }
}

#mat-toolbar {
    display: none;
    margin: 1px 25px;
    cursor: pointer;
}

@media (max-width:1100px) {
    #mat-toolbar {
        display: inline-block;
    }
}


/* Radiobox */

.rounded {
    display: inline-block;
    cursor: pointer;
    margin: 2px 7px 2px 5px;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 20px 20px 20px 20px;
}

.rounded {
    padding: 3px;
    border: 10px solid rgba(152, 152, 152, 0);
}

.rounded:hover {
    border: 10px solid #c7d4d9;
    background-color: #a7d7a5;
}

.rounded label {
    padding: 3px;
    border: 1px solid #c7d4d9;
    border-radius: 20px;
}

.rounded label {
    background-color: #fefefe;
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.rounded label:hover {
    border: 1px solid #c7d4d9;
    background-color: #a7d7a5 !important;
    opacity: 0.5;
}

.rounded label:after {
    content: "\2713";
    color: #fefefe;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 0;
    border: none;
}

.rounded label:hover:after {
    color: #fefefe;
    opacity: 0.65;
}

.rounded input[type="radio"] {
    z-index: -100;
}

.rounded input[type="radio"]:checked+label {
    border: 1px solid #c7d4d9;
}

.rounded input[type="radio"]:checked+label {
    cursor: pointer;
    height: 20px;
    width: 20px;
    opacity: 1;
    background: #a7d7a5 !important;
}

.rounded input[type="radio"]:checked+label:after {
    opacity: 1;
}

.rounded input[type='radio'] {
    visibility: hidden;
}


/* Checkbox */

.squared {
    display: inline-block;
    cursor: pointer;
    margin: 2px 7px 2px 5px;
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
}

.squared {
    padding: 3px;
    border: 10px solid rgba(152, 152, 152, 0);
}

.squared:hover {
    border: 10px solid #c7d4d9;
    background-color: #a7d7a5;
}

.squared label {
    padding: 3px;
    border: 1px solid #c7d4d9;
    border-radius: 3px;
}

.squared label {
    background-color: #fefefe;
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    top: -1px;
    left: -1px;
}

.squared label:hover {
    border: 1px solid #c7d4d9;
    background-color: #a7d7a5 !important;
    opacity: 0.5;
}

.squared label:after {
    content: "\2713";
    color: #fefefe;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 0;
    border: none;
}

.squared input[type="checkbox"]:checked+label {
    cursor: pointer;
    height: 20px;
    width: 20px;
    opacity: 1;
    background: #a7d7a5 !important;
}

.squared input[type="checkbox"]:checked+label {
    border: 1px solid #c7d4d9;
    border-radius: 3px;
}

.squared label:hover:after {
    color: #ffffff;
    opacity: 0.65;
}

.squared input[type="checkbox"] {
    z-index: -100;
}

.squared input[type="checkbox"]:checked+label:after {
    opacity: 1;
}

.squared input[type='checkbox'] {
    visibility: hidden;
}


/* Validator    Error-Meldungen*/

form label.error,
label.error {
    display: none;
    color: #df0070;
    font-style: italic;
    font-size: 10px;
}

div.error {
    display: none;
}

form input.error {
    border: 1px #df0070 solid;
    background: #f192b4;
    background: -moz-linear-gradient(center top, #ffe8e8 0%, #f192b4 90%, #f192b4 100%) repeat scroll 0 0 transparent;
}

form select.error {
    border: 1px #df0070 solid;
    background: #f192b4;
    background: -moz-linear-gradient(center top, #ffe8e8 0%, #f192b4 90%, #f192b4 100%) repeat scroll 0 0 transparent;
}

form input[type="radio"].error+label {
    border: 1px #df0070 solid;
    background: #f192b4;
    background: -moz-linear-gradient(center top, #ffe8e8 0%, #f192b4 60%, #f192b4 100%) repeat scroll 0 0 transparent;
}

form input[type="checkbox"].error+label {
    border: 1px #df0070 solid;
    background: #f192b4;
    background: -moz-linear-gradient(center top, #ffe8e8 0%, #f192b4 60%, #f192b4 100%) repeat scroll 0 0 transparent;
}

form textarea.error {
    border: 1px #df0070 solid;
    background: #f192b4;
    background: -moz-linear-gradient(center top, #ffe8e8 0%, #f192b4 60%, #f192b4 100%) repeat scroll 0 0 transparent;
}

span#seiten_weckseln12,
span#seiten_weckseln21 {
    cursor: pointer;
}

form fieldset {
    display: block;
    position: relative;
    width: 95%;
    color: #634fc3;
    text-align: left;
    margin: 5px;
    background-color: transparent;
}

form fieldset {
    padding: 10px;
    border: 1px dashed #634fc3;
}


.main_center {
    height: 90%;
    width: 97%;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 10px;
    padding: 15px;
    
    color: #1c323a;
    
    
    background: #fff;
    box-shadow: 0 -10px 0 -5px #f3f7f8, 0 -10px 1px -4px rgba(73, 98, 108, 0.125), 0 -20px 0 -10px #e2e9eb, 0 -20px 1px -9px rgba(73, 98, 108, 0.15);
    box-sizing: border-box;
    border: 1px solid rgba(73, 98, 108, 0.1);
    margin: 10px;
    width: 95%;
    min-height: calc(97.5vh - 90px);
}

a {
    color: #1c323a;
    cursor: pointer;
    text-decoration: none;
}

p {
    padding-bottom: 5px;
}

p.titel1 {
    text-align: center;
    color: #634fc4;
    font-size: 20px;
    font-weight: bold;
}

p.titel2 {
    text-align: center;
    color: #634fc4;
    font-size: 16px;
    font-weight: bold;
}

p.titel22 {
    text-align: left;
    color: #634fc4;
    font-size: 16px;
    font-weight: bold;
}

p.titel23 {
    text-align: left;
    color: #634fc4;
    font-size: 14px;
    font-weight: bold;
}

span.px10 {
    font-size: 10px;
}

span.px12 {
    font-size: 12px;
}

span.px14 {
    font-size: 14px;
}

span.px16 {
    font-size: 16px;
}

#heute {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-flow: row wrap;
    margin: 5px;
    position: relative;
    width: 98%;
    min-height: 10px;
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
    overflow-y: visible;
}

#heute * {
    flex: 1 1 0;
    -webkit-flex: 1 1 0;
    /* Safari 6.1+ */
    -ms-flex: 1 10;
    /* IE 10 */
}

.heute_rot {
    background-color: #f192b4;
    margin: 5px;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}

.heute_blau {
    background-color: #8686d1;
    margin: 5px;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}

.heute_gruen {
    background-color: #a7d7a5;
    margin: 5px;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}

.dashboard {
    color: #ffffff;
}

.dashboard:hover {
    color: #df0070
}

input,
select,
textarea {
    padding: 5px;
    background: #FCFFF4;
    border: 1px solid #634fc4;
    border-radius: 3px;
    color: #1c323a;
    font-size: 11px;
}

.blue_submit {
    padding: 5px 15px;
    background-color: #634fc4;
    overflow-y: visible;
    border: 1px solid #634fc4;
    color: #ffffff !important;
    text-align: left;
    cursor: pointer;
    box-shadow: 0 3px 1px -2px rgba(73, 98, 108, .2), 0 2px 2px 0 rgba(73, 98, 108, .14), 0 1px 5px 0 rgba(73, 98, 108, .12);
    transform: translate3d(0, 0, 0);
    transition: background .4s cubic-bezier(.25, .8, .25, 1), box-shadow 280ms cubic-bezier(.4, 0, .2, 1)
}

.blue_submit:hover {
    background-color: #8686d1;
    color: #1c323a;
    box-shadow: 0 3px 1px -2px rgba(73, 98, 108, .25), 0 2px 2px 0 rgba(73, 98, 108, .14), 0 1px 5px 0 rgba(73, 98, 108, .17);
}

input[readonly] {
    color: #1c323a !important;
}


/* Kontatkdaten */

fieldset.benutzerdaten_fs {
    width: 90%;
    height: auto;
    padding: 2px;
    text-align: center;
    overflow-y: visible;
    color: #1c323a !important;
    font-size: 12px;
    text-align: center;
    line-height: normal;
}

fieldset.projektdaten_fs {
    width: 90%;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    overflow-y: visible;
    border-top: 1px dashed #1c323a;
    border-bottom: 1px dashed #1c323a;
    color: #1c323a !important;
    text-align: left;
    line-height: normal;
}

.projekt_name {
    width: 300px;
    text-align: left;
}

.projekt_time {
    width: 300px;
    text-align: right;
}

.projekt_time img {
    position: relative;
    top: 3px;
}

fieldset {
    border: 1px solid #FFFFFF;
    line-height: normal;
    font-size: 11px;
}

fieldset.geraetedaten_fs {
    width: 90%;
    height: auto;
    margin: 5px auto;
    padding: 5px;
    overflow-y: visible;
    border: 1px solid #FFFFFF;
    border-top: 1px dashed #1c323a;
    border-bottom: 1px dashed #1c323a;
    color: #1c323a !important;
    text-align: left;
    line-height: normal;
    font-size: 11px;
}

fieldset.geraetedaten_fs div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.equipmentliste {
    margin: 1em 20px;
    display: inline-block;
    box-sizing: inherit;
    border: 1px solid #fafafa;
    border-radius: 4px;
    padding: 5px;
    width: auto;
    text-align: center;
}

.equipmentliste:hover {
    box-shadow: 0 0 2px 1px rgba(150,192,232, 0.5);
}

.equipmentliste figcaption {
    font-size: 115%;
    padding: 5px;
    margin: 5px auto;
}

.equipmentliste img {
    object-fit: cover;
    image-rendering: auto;
    width: auto;
    height: auto;
    max-width: 125px;
    max-height: 125px;
    border-radius: 4px;
}

.equipmentliste img.minus {
    margin: 5px;
    width: 35px !important;
    height: 35px !important;
}

table.daten_tab {
    width: 98%;
}

table.daten_tab td {
    padding: 3px 1px;
    vertical-align: text-top;
}

table.daten_tab td:nth-child(1) {
    width: 25%;
    border-right: 0.1em solid #ffffff;
    padding-right: .5em;
    text-align: right;
    vertical-align: bottom;
}

table.daten_tab td:nth-child(2) {
    width: 75%;
    padding-left: .5em;
    text-align: left;
    font-weight: 600;
    vertical-align: bottom;
}

#device_img {
    width: 145px;
    min-width: 145px;
    height: auto;
    max-height: 225px;
    min-height: 145px;
    border: 2px solid #c7d4d9;
    border-radius: 3px;
}

#add_device {
    cursor: pointer;
    border: 1px solid #1c323a;
    border-radius: 3px;
    color: #ffffff;
    font-size: 11px;
    background: #1c323a !important;
    padding: 5px 10px;
}

#noadd_device {
    cursor: pointer;
    border: 1px solid #1c323a;
    border-radius: 3px;
    color: #ffffff;
    font-size: 11px;
    background: #1c323a !important;
    padding: 5px 10px;
}

#div_reservierungdaten {
    position: relative;
    float: left;
    width: 95%;
    margin: 10px;
    padding: 5px;
    padding-top: 25px;
    padding-left: 25px;
    box-shadow: 0em 0em 3px #c7d4d9;
    text-align: left;
    color: #1c323a;
    background-color: #fefefe;
}

.ausleihe_div {
    position: relative;
    float: left;
    width: 95%;
    margin: 5px;
    padding: 5px;
    padding-left: 25px;
    box-shadow: 0em 0em 3px #c7d4d9;
    text-align: left;
}

.ausleihe_div:hover {
    box-shadow: 0 0 2px 1px rgba(150,192,232, 0.5);
}

.ausleihe_div_noedit {
    position: relative;
    float: left;
    width: 95%;
    margin: 5px;
    padding: 5px;
    padding-left: 25px;
    box-shadow: 0em 0em 3px #c7d4d9;
    text-align: left;
}

.ausleihe_div_noedit:hover {
    box-shadow: 0 0 2px 1px rgba(223,0,112, 0.5);
}

.ausleihe_div p {
    margin: 0;
    padding: 3px;
    font-size: 11px;
}

@keyframes myanimation1 {
    0% {
        opacity: 0.25;
    }
    45% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes myanimation2 {
    0% {
        opacity: 0.25;
        color: #FFFFFF;
    }
    45% {
        opacity: 1;
        color: #df0070;
    }
    100% {
        opacity: 1;
        color: #df0070;
    }
}

.blinck {
    animation: myanimation1 3s;
    -webkit-animation: myanimation1 3s;
    animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.blinck_red {
    animation: myanimation2 3s;
    -webkit-animation: myanimation2 3s;
    animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}


/*      Terminkalender        */

.help {
    color: #df0070;
}


/* Tabelle 'Reservierungen'*/

div.tabelle_reserviert_gross {
    display: table;
    position: relative;
    width: 98%;
    color: #634fc4 !important;
    z-index: 1;
}

div.theader {
    position: relative;
    display: table-row;
    z-index: 1;
}

div.tr {
    display: table-row;
    background: #f9f9f9;
    border: 1px solid #634fc4 !important;
    z-index: 1;
}

div.td {
    display: table-cell;
    position: relative;
    border-left: 1px solid #634fc4 !important;
    border-bottom: 1px solid #634fc4 !important;
    font-size: 9px;
    text-align: right;
    z-index: 1;
}

div.th {
    display: table-cell;
    position: relative;
    border: 1px solid #ffffff !important;
    font-size: 11px;
    padding: 3px;
    text-align: center;
    color: #ffffff !important;
    background-color: #634fc4 !important;
    z-index: 1;
}

div.th_curentdate {
    display: table-cell;
    position: relative;
    background-color: #96c0e8 !important;
    color: #1c323a !important;
    z-index: 1;
}

div.td_green {
    display: table-cell;
    position: relative;
    background-color: #abd946;
    padding: 0;
    border-left: 1px solid #634fc4 !important;
    border-bottom: 1px solid #634fc4 !important;
    width: 19px !important;
    z-index: 1;
}

div.td_green_curentdate {
    display: table-cell;
    position: relative;
    background-color: #a7d7a5 !important;
    border-left: 1px solid #634fc4 !important;
    border-bottom: 1px solid #634fc4 !important;
    width: 19px !important;
    z-index: 1;
}

.reserviert {
    display: block;
    position: relative;
    font-size: 9px;
    color: #1c323a;
    background-color: #ffc107;
    margin: 2px;
    height: 12px;
    width: 100%;
    overflow: visible;
    z-index: 999 !important;
}

.borrowed {
    display: block;
    position: relative;
    font-size: 9px;
    color: #1c323a;
    background-color: #df0070;
    margin: 2px;
    padding: 1px;
    height: 12px;
    width: 100%;
    overflow: visible;
    z-index: 999 !important;
}


/*
.tabelle_reserviert_gross {
 width : 94%;
 color:#634fc4 !important;   
}
.tabelle_reserviert_gross theader { 
    border: 1px solid #634fc4 !important;
}
.tabelle_reserviert_gross th { 
    border: 1px solid #ffffff !important;
    font-size: 9px;
    color:#ffffff !important;
    background-color: #634fc4 !important;
}
.tabelle_reserviert_gross th.curentdate  {
        background-color: #96c0e8 !important;
        color:#1c323a !important;
}
.tabelle_reserviert_gross td { 
    border: 1px solid #634fc4 !important;
    font-size: 9px; text-align:right; 
}
.tabelle_reserviert_gross td.green {
         background-color: #abd946; padding:0;
}
.tabelle_reserviert_gross td.green_curentdate {
         background-color: #a7d7a5 !important;
}
*/

.tabelle_reserviert_gross td.red {
    background-color: #df0070;
    padding: 0;
    box-shadow: 0em 0em 3px #df0070 inset;
}

.tabelle_reserviert_gross td.yellow {
    background-color: #ffc107;
    padding: 0;
    box-shadow: 0em 0em 3px #ffc107 inset;
}

#div_search_form {
    display: block;
    width: 98%;
    height: auto;
    box-sizing: border-box;
}


/* Verwaltungsseiten */

#u_menu {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    margin-top: 10px;
    position: relative;
    width: 98%;
    min-height: 10px;
    padding: .5em;
    text-align: center;
    background-color: #ffffff;
    overflow-y: visible;
}

#u_menu * {
    flex: 1 1 0;
    -webkit-flex: 1 1 0;
    /* Safari 6.1+ */
    -ms-flex: 1 10;
    /* IE 10 */
}

#u_menu1 {
    text-align: left;
}

#u_menu2 {
    text-align: center;
}

#u_menu3 {
    text-align: right;
}

#heute {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    flex-flow: row wrap;
    margin: 5px;
    position: relative;
    width: 98%;
    min-height: 10px;
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
    overflow-y: visible;
}

#heute * {
    flex: 1 1 0;
    -webkit-flex: 1 1 0;
    /* Safari 6.1+ */
    -ms-flex: 1 10;
    /* IE 10 */
}

.heute_rot {
    background-color: #f192b4;
    margin: 5px;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}

.heute_blau {
    background-color: #8686d1;
    margin: 5px;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}

.heute_gruen {
    background-color: #a7d7a5;
    margin: 5px;
    padding: 5px;
    color: #ffffff;
    font-weight: bold;
}

.dashboard {
    color: #ffffff;
}

.dashboard:hover {
    color: #df0070
}

.devcat_verwalten_fs {
    width: 90%;
    height: auto;
    margin: 10px 45px;
    padding: 10px;
    background-color: #FFFFFF;
    overflow-y: visible;
    border: 1px solid #FFFFFF;
    border-top: 1px dashed #1c323a;
    border-bottom: 1px dashed #1c323a;
    color: #1c323a !important;
    text-align: left;
    line-height: normal;
}

.div_verwalten {
    position: relative;
    float: left;
    display: inline;
    width: 98%;
    min-width: 18.75em;
    height: auto;
    margin: 5px;
    padding: 5px;
    background-color: #ffffff;
    overflow-y: visible;
    border: 1px solid #1c323a;
    border-radius: 3px;
    font-family: 'Arial Standard', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    color: #1c323a !important;
    text-align: center;
    line-height: normal;
}

table.daten_tab_weiss {
    width: 98%;
    color: #634fc4 !important;
    font-size: 11px;
}

table.daten_tab_weiss th:nth-child(1) {
    width: 25%;
    border-right: 1px dashed #634fc4;
    border-bottom: 1px dashed #634fc4;
    padding-right: 5px;
    text-align: right;
    vertical-align: bottom;
}

table.daten_tab_weiss th:nth-child(2) {
    width: 75%;
    border-bottom: 1px dashed #634fc4;
    padding-left: 5px;
    text-align: left;
    vertical-align: bottom;
}

table.daten_tab_weiss td:nth-child(1) {
    width: 25%;
    border-right: 1px dashed #634fc4;
    padding-right: 5px;
    text-align: right;
    vertical-align: bottom;
}

table.daten_tab_weiss td:nth-child(2) {
    width: 75%;
    padding-left: 5px;
    text-align: left;
    font-weight: 500;
    vertical-align: bottom;
}

.weiss {
    background-color: #f9f9f9;
    border: 0.1em solid #eaf2fb;
    border-bottom: 0.1em solid #634fc4;
    color: #634fc4 !important;
    display: inline-block;
    margin: 0.15em;
    padding: 0.25em;
    text-decoration: none;
    box-shadow: none;
    background-image: none;
}

.device_img {
    width: 100px;
    min-width: 100px;
    height: auto;
    max-height: 200px;
    min-height: 100px;
    border: 3px solid #c7d4d9;
    border-radius: 3px;
}

.device_tab_div {
    width: 865px;
    height: 465px;
    overflow: auto;
}

.benutzerdaten_div,
.device_details_form {
    width: 98%;
    height: auto;
    margin: 2px 5px;
    padding: 5px;
    background-color: #FFFFFF;
    overflow-y: visible;
    border: 1px solid #FFFFFF;
    border-top: 1px dashed #1c323a;
    border-bottom: 1px dashed #1c323a;
    color: #1c323a !important;
    text-align: left;
    line-height: normal;
    font-size: 10px;
}

#benutzer_tabs {
    width: 95%;
    height: auto;
    margin: 5px;
    padding: 5px;
    text-align: center;
    background-color: #ffffff;
    border: 2px solid #1c323a;
    border-radius: 3px;
    font-family: 'Arial Standard', 'Arial';
    font-weight: 400;
    font-style: normal;
    font-size: 11px !important;
    color: #1c323a !important;
    text-align: center;
    line-height: normal;
}

.projektdaten_div {
    width: 99%;
    height: auto;
    margin: 2px 5px;
    padding: 5px;
    background-color: #FFFFFF;
    overflow-y: visible;
    border: 1px solid #FFFFFF;
    border-top: 1px dashed #1c323a;
    border-bottom: 1px dashed #1c323a;
    color: #1c323a !important;
    text-align: left;
    line-height: normal;
    font-size: 10px;
}

.projektinfo_div {
    display: none;
}

.projektinfo_div:target {
    display: inline-block;
}

.detailsselector {
    text-decoration: none;
    color: #1c323a;
    font-weight: 700;
    font-size: 12px;
}

table.daten_tab_4 {
    width: 98%;
    color: #1c323a;
}

table.daten_tab_4 td {
    padding-left: .5em;
    text-align: left;
    font-weight: 600;
    vertical-align: bottom;
    color: #1c323a;
}

table.daten_tab_4 td:nth-child(1) {
    width: 5%;
    border-right: 1px dashed #1c323a;
    padding-right: 5px;
    text-align: right;
    vertical-align: bottom;
}

table.daten_tab_4 td:nth-child(2) {
    width: 43%;
    padding-left: 5px;
    text-align: left;
    font-weight: 600;
    vertical-align: bottom;
}

table.daten_tab_4 td:nth-child(3) {
    width: 5%;
    border-right: 1px dashed #1c323a;
    padding-right: 5px;
    text-align: right;
    vertical-align: bottom;
}

table.daten_tab_4 td:nth-child(4) {
    width: 43%;
    padding-left: .5em;
    text-align: left;
    font-weight: 600;
    vertical-align: bottom;
}

table.daten_tab_4 td:last-child {
    padding-right: 5px;
    text-align: right;
    vertical-align: bottom;
}

table.daten_tab_2 {
    width: 98%;
    color: #1c323a;
    border-top: 1px dashed #1c323a;
    border-bottom: 1px dashed #1c323a;
}

table.daten_tab_2 td {
    padding-left: .5em;
    text-align: left;
    font-weight: 600;
    vertical-align: top;
    color: #1c323a;
}

table.daten_tab_2 td:nth-child(1) {
    width: 30%;
    padding-right: 5px;
    text-align: right;
}

table.daten_tab_2 td:nth-child(2) {
    width: 70%;
    padding-left: 5px;
    text-align: left;
}

.table-scrollable {
    width: 95%;
    overflow-y: auto;
    margin: 0 0 1em;
}

.tabelle_reserviert {
    width: 98%;
    color: #1c323a;
}

.tabelle_reserviert td {
    border: 1px solid #1c323a;
    font-size: 10px;
    text-align: right;
}

.tabelle_reserviert td.red {
    background-color: rgba(241,146,180, 0.5);
    padding: 0;
    box-shadow: 0em 0em .25em #df0070 inset;
}

.tabelle_reserviert td.yellow {
    background-color: #ffc10762;
    padding: 0;
    box-shadow: 0em 0em .25em #ffc107 inset;
}

.tabelle_reserviert td.green {
    background-color: #a7d7a5;
    padding: 0;
}

.benutzerdaten_tab,
.projektdaten_tab {
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
}

.benutzerdaten_tab th,
.benutzerdaten_tab td,
.projektdaten_tab th,
.projektdaten_tab td,
.device_tab td {
    padding: 3px;
    text-align: left;
}

.benutzerdaten_tab thead,
.projektdaten_tab thead {
    width: 842px;
    table-layout: fixed;
    border-collapse: collapse;
}

.benutzerdaten_tab thead,
.projektdaten_tab thead {
    display: block;
    position: relative;
}

.benutzerdaten_tab tbody,
.projektdaten_tab tbody {
    display: block;
    overflow-y: scroll;
    overflow-x: hidden;
    table-layout: fixed;
    width: 860px;
    height: 360px;
}

.benutzerdaten_tab th,
.projektdaten_tab th {
    height: 32px;
    border-left: 1px solid #c7d4d9;
    border-bottom: 1px solid #c7d4d9;
    color: #634fc4;
    background-color: #e2e9eb;
    text-align: center;
    font-size: 10px;
}

.benutzerdaten_tab td,
.projektdaten_tab td {
    font-size: 10px;
    color: #617a84;
    text-align: left;
    border-bottom: 1px solid #c7d4d9;
    border-left: 1px solid #c7d4d9;
}

.benutzerdaten_tab tr:nth-child(odd),
.projektdaten_tab tr:nth-child(odd) {
    background-color: #e2e9eb;
}

.benutzerdaten_tab tr:nth-child(even),
.projektdaten_tab tr:nth-child(even) {
    background-color: #ffffff;
}

.benutzerdaten_tab th:nth-child(1),
.benutzerdaten_tab td:nth-child(1) {
    width: 33px;
    text-align: center;
}

.benutzerdaten_tab th:nth-child(2) {
    width: 222px;
    text-align: center;
}

.benutzerdaten_tab th:nth-child(3) {
    width: 303px;
    text-align: center;
}

.benutzerdaten_tab th:nth-child(4) {
    width: 244px;
    text-align: center;
}

.benutzerdaten_tab td:nth-child(2) {
    width: 222px;
    text-align: left;
}

.benutzerdaten_tab td:nth-child(3) {
    width: 303px;
    text-align: left;
}

.benutzerdaten_tab td:nth-child(4) {
    width: 244px;
    text-align: left;
}

.benutzerdaten_tab th:nth-child(5),
.benutzerdaten_tab td:nth-child(5) {
    width: 40px;
    text-align: center;
}

.projektdaten_tab th:nth-child(1),
.projektdaten_tab td:nth-child(1) {
    width: 66px;
    text-align: center;
}

.projektdaten_tab th:nth-child(2) {
    width: 320px;
    text-align: center;
}

.projektdaten_tab td:nth-child(2) {
    width: 320px;
    text-align: left;
}

.projektdaten_tab th:nth-child(3) {
    width: 160px;
    text-align: center;
}

.projektdaten_tab td:nth-child(3) {
    width: 160px;
    text-align: left;
}

.projektdaten_tab th:nth-child(4) {
    width: 232px;
    text-align: center;
}

.projektdaten_tab td:nth-child(4) {
    width: 232px;
    text-align: left;
}

.projektdaten_tab th:nth-child(5),
.projektdaten_tab td:nth-child(5) {
    width: 40px;
    text-align: center;
}

.device_tab {
    table-layout: initial;
    border-collapse: collapse;
    width: 100%;
}

.device_tab body {
    display: block;
    width: 95%;
    height: auto;
}

.device_tab tr:nth-child(odd) {
    background-color: #ffffff;
}

.device_tab tr:nth-child(even) {
    background-color: #e2e9eb;
}

.device_tab td:nth-child(1) {
    width: 120px;
    text-align: right;
    padding-right: 20px;
}
.device_tab h4 {
    padding: 3px;
    font-size: 135%;
    color: #4f419f;
    font-weight: bold;
}

.ph4 {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: normal;
    color: #df0070;
}

#devopener {
    cursor: pointer;
}

#geraete_auswaehlen {
    display: none;
}

hr.trennlinie {
    margin: 32px;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(99, 79, 196, 0) 0%, rgba(99, 79, 196, 1) 15%, rgba(99, 79, 196, 1) 85%, rgba(99, 79, 196, 0) 100%);
}

hr.red {
    border: 0;
    height: 1px;
    background: #df0070;
    background-image: linear-gradient(to right, #df00706d, #df0070, #df00706d);
}

hr.blue {
    border: 0;
    height: 1px;
    background: #634fc4;
    background-image: linear-gradient(to right, #8686d1, #634fc4, #8686d1);
}

#willkommen p,
#willkommen table {
    font-size: 1vw;
}

#willkommen a {
    text-decoration: underline;
}

@media (max-width:1100px) {
    #willkommen p,
    #willkommen table {
        font-size: 12px;
    }
}

#corona {
    color: #df0070;
}

#corona a {
    color: #df0070 !important;
}