:root {
    --ci-blue--1: #005787;
    --ci-blue-0: #0b8dd4;
    --ci-blue-1: #78bfe5;
    --ci-blue-2: #abd2ea;
    --ci-blue-3: #d1e7f3;
    --ci-green--1: #6b8d01;
    --ci-green-0: #9acb00;
    --ci-green-1: #c4e55b;
    --ci-green-2: #d4eb8d;
    --ci-green-3: #e5f1c1;
    --ci-orange--1: #bd6b00;
    --ci-orange-0: #ff9000;
    --ci-orange-1: #ffb85d;
    --ci-orange-2: #ffd6a2;
    --ci-orange-3: #ffebd2;
    --ci-yellow--1: #ba9b00;
    --ci-yellow-0: #fdd926;
    --ci-yellow-1: #ffe668;
    --ci-yellow-2: #fdf0b1;
    --ci-yellow-3: #fff9dd;
    --ci-red--1: #990e00;
    --ci-red-0: #fd3a26;
}

.language-switch {
    padding-left: 0px;
}
.language-switch.active {
    font-weight: 700;
}
.language-switch:first-of-type {
    padding-left: 16px !important;
}
.nav-link {
    --bs-nav-link-hover-color: white;
    color: white;
    --bs-nav-link-padding-x: 10px;
    --bs-nav-link-font-size: 20px;
    display: inline-block;
}
.dropdown-item {
    font-size: 20px;
    padding: 20px 30px;
    font-weight: 200;
}
.dropdown-menu {
    --bs-dropdown-bg: #2f3235;
    --bs-dropdown-link-color: white;
    padding: 14px 0px;
    margin-left: -20px;
    box-shadow: none !important;
    border: none !important;
}

.dropdown-toggle:focus,.dropdown-toggle:active {
    outline: none !important;
    box-shadow: none;
}
.desktop-menu {
    margin-top: 0px;
}

.offcanvas.offcanvas-end {
    --bs-offcanvas-width: 100%;
}
.offcanvas {
    --bs-offcanvas-bg:#2f3235 !important;
}
/* navbar */
.navbar {
    background-color: #2f3235;
    height: 90px;
    font-size: 20px;
    padding: 0px 120px;
}
.container-fluid {
    padding-left: 0px !important;
    padding-right: 0px;
}
.mobile-menu {
    display: none;
}
.mobile-menu-dropdown {
    background-color: rgba(0, 0, 0, 0.2);
}
.mobile-menu-wrapper {
    max-width: 450px;
}
/* global */
@font-face {
    font-family: "Raleway";
    src: url("font/Raleway-VariableFont_wght.ttf");
    font-weight: 100 900;
}

body {
    background-color: #000000 !important; 
    color: #ffffff;
    font-family: Raleway !important;
    font-weight: 200;
}
.standard-section {
    padding: 0px 120px;
    max-width: 1400px;
    margin: auto;
    overflow: hidden;
}
.standard-text-section {
    padding: 50px 120px 0px 120px;
    max-width: 1400px;
    margin: auto;
}
.standard-text {
    font-size: 20px;
    line-height: 160%;
    font-weight: 300;
}
.standard-text-block {
    display: block;
}
.h2-standard-size {
    font-size: 38px;
    font-weight: 800;
}
.h2-ci-square {
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #005787;
    padding: 8px 20px;
    width: fit-content;
    overflow-wrap: break-word;
}
.h2-with-textblock {
    background-color: #005787;
    width: fit-content;
    display: block;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 38px;
    margin-top: 0px;
}


.h3-with-textblock {
    width: fit-content;
    display: block;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 800;
    font-size: 20px;
}
.h3-with-ci-square {
    background-color: #ff9000;
    width: fit-content;
    display: block;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 800;
    font-size: 20px;
}
.h3-with-textblock-small {
    background-color: #ff9000;
    width: fit-content;
    display: block;
    padding: 5px 10px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 800;
    font-size: 20px;
}
.h3-standard-size {
    font-size: 20px;
}
.h3-big-ci-square {
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #005787;
    padding: 8px 15px;
    width: fit-content;
    overflow-wrap: break-word;
}
.h3-with-textblock-top {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #005787;
    padding: 8px 15px;
    width: fit-content;
    overflow-wrap: break-word;
}

.h1-with-textblock {
    background-color: #005787;
    width: auto;
    display: inline-block;
    padding: 10px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 38px;
}
.ci-square {
    width: 40px;
    height: 40px;
    background-color: #0b8dd4;
    margin-left: -40px;
}

.standard-input-label {
    display: flex;
}
.standard-input {
    padding: 5px;
    color: white;
    border: solid 2px white;
    margin-top: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    width: 100%;
}
.standard-button {
    padding: 5px 10px;
    background-color: transparent;
    color: white;
    border: solid 2px white;
}
.standard-button:hover {
    background-color: white;
    color: black;
}
.standard-button > a {
    color: white;
    text-decoration: none;
}
.standard-button:hover > a {
    color: black;
    text-decoration: none;
}
.standard-white-link {
    color: white;
    text-decoration: none;
}
.standard-white-link:hover {
    color: #78bfe5;
}
.standard-blue-link {
    color: #78bfe5;
    text-decoration: none;
}
.standard-blue-link:hover {
    color: #0b8dd4;
}
.inline {
    display: inline !important;
}
.centered {
    margin: auto;
    text-align: center;
}
.block {
    display: block !important;
}
@media only screen and (max-width: 1249px) {
    .standard-section {
        padding: 0px 60px;
        max-width: 1400px;
    }
    .ci-square {
        width: 30px;
        height: 30px;
        background-color: #0b8dd4;
        margin-left: -30px;
    }
    .navbar {
        padding: 0px 60px;
        font-size: 19px;
    }
    #navbar-logo {
        height: 36px;
    }
    .standard-text-section {
        padding: 50px 60px 0px 60px;
        max-width: 1400px;
    }
    .h2-with-textblock {
        font-size: 34px;
    }
    .h2-standard-size {
        font-size: 34px;
    }
    
}
@media only screen and (max-width: 1080px) {
    .desktop-menu {
        display: none;
    }
    .mobile-menu {
        display: inline-flex;
    }
    .standard-text {
        font-size: 18px;
    }
    .nav-link {
        --bs-nav-link-hover-color: white;
        color: white;
        --bs-nav-link-padding-x: 10px;
        --bs-nav-link-font-size: 25px;
    }
    .navbar {
        height: 80px;
    }
    .h2-with-textblock {
        padding: 8px;
        font-size: 30px;
    }
    .h2-standard-size { 
        font-size: 30px;
    }
    .h2-ci-square {
        padding: 6px 12px;
    }
    .h3-with-textblock {
        padding: 5px;
        font-size: 18px;
    }
    .h3-with-ci-square {
        padding: 5px;
        font-size: 18px;
    }
    .h3-with-textblock-small {
        padding: 3px 6px;
        font-size: 18px;
    }
    .h3-standard-size {
        font-size: 18px;
    }
    .h3-big-ci-square {
        padding: 6px 12px;
    }
    .h3-with-textblock-top {
        padding: 6px 12px;
    }
}
@media only screen and (max-width: 759px) {
    .standard-section {
        padding: 0px 40px;
    }
    .navbar {
        padding: 0px 40px;
        font-size: 19px;
    }
    .standard-text {
        font-size: 15px;
    }
    .standard-text-section {
        padding: 30px 30px 0px 30px;
        max-width: 1400px;
    }
    .nav-link {
        --bs-nav-link-font-size: 20px;
    }
    .h2-with-textblock {
        padding: 5px 10px;
        font-size: 25px;
    }
    .h2-standard-size {
        font-size: 25px;
    }
    .h2-ci-square {
        padding: 5px 10px;
    }
    .h3-with-textblock {
        padding: 5px 10px;
        font-size: 17px;
    }
    .h3-with-ci-square {
        padding: 5px 10px;
        font-size: 17px;
    }
    .h3-with-textblock-small {
        padding: 2px 4px;
        font-size: 17px;
    }
    .h3-standard-size {
        font-size: 17px;
    }
    .h3-big-ci-square {
        padding: 5px 10px;
    }
    .h3-with-textblock-top {
        padding: 5px 10px;
    }
    .ci-square {
        width: 25px;
        height: 25px;
        margin-left: -25px;
    }
}
@media only screen and (max-width: 500px) {
    .nav-link {
        --bs-nav-link-font-size: 17px;
    }
    
}
@media only screen and (max-width: 479px) {
    .standard-section {
        padding: 0px 30px;
    }
    .navbar {
        padding: 0px 30px;
        font-size: 19px;
    }
    .standard-text {
        font-size: 15px;
    }
    .standard-text-section {
        padding: 30px 30px 0px 30px;
        max-width: 1400px;
    }
    .nav-link {
        --bs-nav-link-font-size: 20px;
    }
    .h2-with-textblock {
        font-size: 22px;
    }
    .h2-standard-size {
        font-size: 22px;
    }
    .h3-with-textblock {
        font-size: 15px;
    }
    .h3-with-textblock-small {
        font-size: 15px;
    }
    .h3-standard-size {
        font-size: 15px;
    }
    .ci-square {
        width: 20px;
        height: 20px;
        margin-left: -20px;
    }
}

/* standard modal */
.modal-content {
    --bs-modal-bg: #2f3235;
}

/* standard form cards */
.form-section {
    padding-top: 50px;
    padding-bottom: 20px;
}
.submit-button {
    background-color: #0b8dd4;
    padding: 6px 10px;
    color: white;
    border: none;
    margin-top: 20px;
    margin-right: 20px;
    text-decoration: none;
}
.submit-button-white-border {
    background-color: transparent;
    padding: 6px 10px;
    color: white;
    border: solid 2px white;
    margin-top: 20px;
    margin-right: 20px;
    text-decoration: none;
}
.form-card {
    margin-bottom: 30px;
    background-color: #2f3235;
}
.card-title {
    width: auto;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 600;
}
.card-spacer {
    width: 100%;
    height: 2px;
    background-color: white;
    display: flex;
    margin: 20px 0px;
}
.cards-wrapper {
    margin-right: -30px;
    align-items:flex-start;
    display: flex;
    flex-wrap: wrap;
}
.form-column {
    display: block;
    flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
	flex-grow: 0;
	flex-shrink: 0;
    margin-right: 30px;
}
.card-title-wrapper {
    padding: 25px 25px 0px 25px;
}
.card-mid-wrapper {
    padding: 0px 25px 0px 25px;
}
.card-content-wrapper {
    padding: 0px 25px 25px 25px;
}
.error-label {
    color: red;
}
.selector {
    margin-top: 10px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1000px) {
    .form-column {
        display: block;
        flex-basis: 100%;
        max-width: 100%;
    }
    .cards-wrapper {
        margin-right: 0px;
    }
}

.bootstrap-select > .dropdown-menu {
    background-color: grey !important;
    box-shadow: 0px 0px 10px black !important;
}
.bootstrap-select > .dropdown-menu > div > ul {
    background-color: grey !important;
}
.bootstrap-select .no-results {
    background-color: transparent;
    color: white;
}
.bootstrap-select > button {
    padding: 5px;
    color: white;
    border: solid 2px white;
    background-color: transparent;
    border-radius: 0px;
    font-size: 20px;
    width: 100%;
    margin-top: 10px;
}
.filter-option-inner-inner {
    white-space: break-spaces !important;
    overflow-wrap: break-word !important;
}

.bootstrap-select > .dropdown-menu > div > ul > li > span {
    color: white !important;
    font-weight: 700;
    font-size: 20px;
}
.bootstrap-select {
    width: 100% !important;
}
.bootstrap-select > .dropdown-menu {
    max-width: 100% !important;
}
.form-select { /* bootstrap class */
    border-radius: 0px;
    background-color: transparent;
    color: white;
    border: solid 2px white;
}

.checkbox-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.standard-checkbox {
    display: none;
    color: #000000;
    background-color: #000000;
    border: 2px solid #fff;
}
.standard-checkbox-span {
    border: 3px solid rgb(255, 255, 255);
    display: inline-block;
    background: url("") no-repeat left center; 
    width: 25px;
    height: 25px;
}
.standard-checkbox-span:hover{
    cursor: pointer;
}
.standard-checkbox:checked + .standard-checkbox-span {
    background: url("/static/icons/check-lg-weiß.svg") no-repeat left center; 
    /* background-image: url("checked.png"); */
}

/* Admin Buttons etc */
.admin-button {
    margin-top: 20px;
    background-color: rgb(0, 0, 0, 0);
    border: solid 2px white;
    color: white;
    padding: 0px 5px;
    text-decoration: none;
    max-width: 100%;
    width: fit-content;
}
.hidden {
    display: none;
}
.admin-button:hover {
    color: #78bfe5;
    cursor: pointer;
}
.admin-create-links {
    display: none;
}
.create-button {
    display: inline-block !important;
    margin-right: 10px;
}
#admin-create-links {
    display: none;
    margin-bottom: 50px;
}