@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400&family=Ubuntu:ital,wght@0,300;0,500;0,700;1,300;1,400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Zen+Loop&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Koulen&display=swap');
* {
    margin: 0px;
    padding: 0px;
}

body {
    /*background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%);*/
    font-family: "Source Sans Pro", sans-serif;
}

.center {
    text-align: center;
}


/* Header */

.spacer {
    font-size: 20px;
    font-weight: 500;
    float: left;
    margin-right: auto;
    cursor: pointer;
}

li,
a,
.button {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 10%;
    /*background-color: #4e8397;*/
    background-color: #bdbdbd;
}

header ul {
    list-style-type: none;
}

.header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 10%;
    /*background-color: #4e8397;*/
    border-bottom: 2.5px solid black;
    background-color: #7c7b7a;
}

.header2 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #7c7b7a;
}

.header3 {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
    background-color: black;
}

.header4 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #3b3a39;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

.header5 {
    display: flex;
    justify-content: center;
}

.header5 a {
    color: #1D1688;
    font-size: 25px;
    margin-right: 10px;
}

.name {
    margin-right: 25px;
    font-size: 25px;
    color: white;
    /*font-family: 'Zen Loop', cursive;*/
    /*font-family: 'Koulen', cursive;*/
    font-family: Segoe UI;
    letter-spacing: 3px;
}

.name h4 {
    display: inline;
}

.name a {
    margin-left: 50px;
    font-size: 25px;
    display: inline;
    color: #1D1688;
}

.name2 {
    margin-right: auto;
    margin-left: auto;
    font-size: 25px;
    color: white;
    /*font-family: 'Zen Loop', cursive;*/
    /*font-family: 'Koulen', cursive;*/
    font-family: Segoe UI;
    letter-spacing: 3px;
    text-align: center;
}

.button {
    font-family: "Source Sans Pro", sans-serif;
    padding: 9px 15px;
    border-radius: 20px;
    border: none;
    background-color: #1D1688;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    margin-left: 5px;
    color: white;
}

.button:hover {
    background-color: #fff;
    color: #1D1688;
}

.button2 {
    font-family: "Source Sans Pro", sans-serif;
    padding: 9px 15px;
    border-radius: 20px;
    border: none;
    background-color: #1D1688;
    cursor: pointer;
    transition: all 0.4s ease 0s;
    margin-left: 5px;
    color: white;
    font-size: 10px !important;
}

.button2:hover {
    background-color: #fff;
    color: #1D1688;
}

nav ul li {
    display: inline-block;
    padding: 10px;
}

nav ul li a {
    text-decoration: none;
    color: #1D1688;
    font-size: 25px;
    font-weight: bold;
    transition: all 0.4s ease 0s;
}

nav ul li a:hover {
    color: #fff;
    transform: scale(1.5);
}

nav ul li .active {
    color: #fff;
}


/* END Header */


/* Main */

.main {
    /*background-color: #bdbdbd;*/
    background-color: #7c7b7a;
    border-top: 2.5px solid black;
    border-bottom: 2.5px solid black;
}

.anstehend {
    text-align: center;
}

.anstehend p {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
}

.anstehend table {
    background-color: #444444;
    border: none;
}

.anstehend table tr {
    background-color: #818181;
    color: #ffffff;
    border: none;
}

.anstehend table tr td {
    border: none;
}

.anstehend table .spacer {
    height: 15px;
}


/* END Main */


/* Footer */

.footer {
    background: #3b3a39;
    padding: 30px 0px;
    font-family: 'Play', sans-serif;
    text-align: center;
    margin-top: 0px;
}

.footer .row {
    width: 100%;
    margin: 1% 0%;
    padding: 0.6% 0%;
    color: lightgray;
    font-size: 15px;
}

.footer .row2 {
    width: 100%;
    margin: 1% 0%;
    padding: 0.6% 0%;
    color: lightgray;
    font-size: 15px;
}

.footer .row a {
    text-decoration: none;
    color: lightgray;
    transition: 0.5s;
}

.footer .row a:hover {
    color: #fff;
}

.footer .row ul {
    width: 100%;
}

.footer .row ul li {
    display: inline-block;
    margin: 0px 30px;
}

.footer .row a i {
    font-size: 2em;
    margin: 0% 1%;
}

.hover-underline-animation a {
    display: inline-block;
    position: relative;
    color: #0087ca;
}

.hover-underline-animation a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.hover-underline-animation a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


/* END Footer */


/* Grid */

.grid {
    background-color: #7c7b7a;
    padding-bottom: 20px;
}

#grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

#grid>div {
    /*background: #afafaf;*/
    background: #444444;
    /* width: 240px; */
    width: auto;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    margin-top: 10px;
}

.text1 {
    font-size: 30px;
    text-align: center;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-break: normal;
}

.text2 {
    font-size: 20px;
    text-align: center;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
}

.text3 {
    font-size: 20px;
    text-align: center;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: lime;
}

.text4 {
    font-size: 20px;
    text-align: center;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: red;
}

.text5 {
    font-size: 25px;
    text-align: center;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
}

.text6 {
    font-size: 25px;
    text-align: center;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: yellow;
}

.text7 {
    font-size: 20px;
    text-align: center;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: yellow;
}

.grid a {
    color: #1D1688;
    font-size: 20px;
}

.erledigt {
    background: linear-gradient(0deg, #00ff000d, #00ff000d), #444444 !important;
}

.abgelehnt {
    background: linear-gradient(0deg, #ff00000d, #ff00000d), #444444 !important;
}


/* END Grid */


/* Back */

.back-to-home {
    height: 40px;
    background-color: #7c7b7a;
    margin: 10px;
}

.back-to-home a {
    text-decoration: none;
    font-size: 15px;
    font-family: Segoe UI;
    color: #fff;
    background-color: #1D1688;
    padding: 9px 15px;
    border-radius: 20px;
    border: none;
}

.back-to-home .a-spacer {
    margin-left: 20px;
    float: right;
}

.back-to-home .a-aktiv {
    background-color: #fff;
    color: #1D1688;
}

.back-to-home a:hover {
    background-color: #fff;
    color: #1D1688;
}


/* END Back */


/* Form */

.login {
    /*background-color: black;*/
    background-color: #7c7b7a;
}

.login2 {
    /*width: 360px;*/
    width: 360px;
    /*padding: 8% 0 0;*/
    padding-top: 5%;
    margin: auto;
    font-family: Segoe UI;
    padding-bottom: 20px;
}

.form {
    position: relative;
    z-index: 1;
    /*background: #afafaf;*/
    background: #444444;
    border-radius: 10px;
    max-width: 360px;
    margin: 0;
    padding: 45px;
    text-align: center;
}

.form input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Segoe UI;
}

.chosen-container {
    outline: 0 !important;
    background: #f2f2f2 !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 5px !important;
    margin: 0 0 15px !important;
    padding: 15px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    font-family: Segoe UI !important;
}

.chosen-container span {
    font-size: 15px !important;
    color: #000 !important;
}

.form .input:focus {
    background: #dbdbdb;
}

.form .input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    border-radius: 5px;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Segoe UI;
}

.form input:focus {
    background: #dbdbdb;
}

.form button {
    font-family: Segoe UI;
    text-transform: uppercase;
    outline: 0;
    background: #4b6cb7;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form button:active {
    background: #395591;
}

.form span {
    font-size: 25px;
    color: #fff;
}

.form span img {
    margin-left: 5px;
    margin-right: 5px;
}

.form span hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.Fehler {
    color: #ff0000;
    text-align: center;
    text-shadow: #FC0 0px 0px 10px;
    font-size: 30px;
}

.Fehler2 {
    color: yellow;
    text-align: center;
}


/* END Form */


/* Tabelle */

.table {
    background-color: #7c7b7a;
    padding-bottom: 10px;
}

table {
    border-collapse: collapse;
    color: black;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: #afafaf;
}

table a {
    text-decoration: none;
    color: #1D1688;
    font-size: 15px !important;
    font-weight: bold;
    transition: all 0.4s ease 0s;
}

table a:hover {
    color: #fff;
    transform: scale(1.5);
}


/* Zebra striping */

tr:nth-of-type(odd) {
    background: #525252;
    color: white;
}

th {
    background: #3498db;
    color: white;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
}

td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
}


/* END Tabelle */


/* Ladebalken */

.loadingbar-box {
    width: 100%;
    background-color: #525252;
    position: sticky;
    top: 5px;
}

.loadingbar {
    width: 0%;
    height: 5px;
    background-color: #04AA6D;
}


/* END Ladebalken */


/* Cookie */

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    box-sizing: border-box;
    width: 100%;
    background-color: #F1F6F4;
}

.cookie-consent-banner__inner {
    max-width: 960px;
    margin: auto;
    padding: 32px 0;
}

.cookie-consent-banner__copy {
    margin-bottom: 16px;
}

.cookie-consent-banner__header {
    margin-bottom: 8px;
    font-family: "CeraPRO-Bold", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__description {
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    color: #838F93;
    font-size: 16px;
    line-height: 24px;
}

.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 2px;
    background-color: #1D1688;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-family: "CeraPRO-Regular", sans-serif, arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.cookie-consent-banner__cta--secondary {
    padding: 9px 13px;
    border: 2px solid #3A4649;
    background-color: transparent;
    color: #1D1688;
}

.cookie-consent-banner__cta:hover {
    background-color: #1D1688;
}

.cookie-consent-banner__cta--secondary:hover {
    border-color: #838F93;
    background-color: transparent;
    color: #1D1688;
}

.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}


/* END Cookie */


/* Rotate */

@media screen and (orientation: portrait) {
    .rotate {
        background: #1a1a1a;
        height: 100%;
        width: 100%;
        z-index: 100;
        position: fixed;
        display: block !important;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }
}


/* END Rotate */