:root {
    --focus-color: #cf0000;
    --focus-color-opacity20: #cf000042;
    --fancybox-opacity: 0.8;
}

b,
strong {
    font-weight: 700;
}

h2 {
    @media (max-width: 991px) {
        font-size: 28px;
    }

    @media (min-width: 992px) {
        font-size: 48.55px;
    }
}

h3 {
    @media (max-width: 991px) {
        font-size: 28px;
    }

    @media (min-width: 992px) {
        font-size: 48.55px;
    }

    font-weight: 300;
}

header {
    padding-top: 32px;
    padding-bottom: 32px;
    background: #414148;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

header .row {
    justify-content: space-between;
}

.logo {
    width: 100%;
    max-width: 200px;
    transition: 0.15s;
}

p.intro {
    @media (max-width: 991px) {
        font-size: 18px;
    }

    @media (min-width: 992px) {
        font-size: 20px;
    }
}

div.version {
    margin-top: 10px;
    padding-bottom: 25px;
}

div.version .form-select {
    border-radius: 0;
    border-top: 2px solid #000;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    font-size: 20px;
    font-weight: 400;
    color: #6f7071;
}

div.intro {
    background: #414148;
    color: #fff;
    padding-top: 32px;
    padding-bottom: 32px;
}

div.intro h1 {
    font-weight: bold;
    letter-spacing: -1.5px;
    transition: 0.15s;
    cursor: pointer;

    @media (max-width: 991px) {
        font-size: 36px;
    }

    @media (min-width: 992px) {
        font-size: 62.55px;
    }
}

div.search {
    padding-top: 50px;
}

div.help {
    padding-top: 50px;
    padding-bottom: 100px;
}

div.tile-menu {
    padding-top: 25px;
    padding-bottom: 25px;
}

div.menu-level-1-choice {
    padding-top: 75px;
    padding-bottom: 50px;
}

div.search img {
    margin-bottom: 12px;
}

div.search img.slider {
    width: 100%;
}

div.search label {
    width: 100%;
    position: relative;
}

div.search .select2-container .select2-selection--single {
    border: none;
    background: none;
    border-radius: 0 !important;
    border-bottom: 2px solid #000;
    height: 36px;
    padding: 2px 0 0 10px;
}

div.search .select2 .select2-selection__arrow {
    top: 7px;
    right: 15px;
}

div.search .select2 .select2-selection__arrow b {
    border: none;
    background-image: url(/img/suchfeld.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    margin: 0;
    left: 0;
    top: 0;
}

.select2-container--open .select2-dropdown {
    top: -36px;
}

.select2-container--open .select2-dropdown.select2-dropdown--above {
    top: auto;
    margin-top: 36px;
}

.select2-container .select2-search--dropdown {
    padding: 0;
}

.select2-container .select2-search--dropdown .select2-search__field,
.select2-container .select2-search--dropdown .select2-search__field:focus-visible {
    border: none !important;
    outline: none !important;
    background: url(/img/suchfeld.svg) calc(100% - 13px) 5px no-repeat;
    background-size: 20px;
    padding: 0 15px;
    height: 33px;
}

.select2-container--default
    .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5f6069;
}

/*
.select2-container .select2-results > .select2-results__options > li:last-child {
        display: none;
}
*/

.select2-dropdown {
    overflow: hidden;
    border-radius: 0px !important;
    border: 2px solid #000 !important;
}

div.search label::after:focus-visible {
    scale: 1.2;
}

div.search input:focus-visible {
    outline: none;
}

span.active {
    background-color: red;
    border: 2px solid red;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
}

span.inactive {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    display: inline-block;
    border: 2px solid #aaa;
    margin-right: 8px;
    margin-left: 8px;
}

div.title-menu {
    color: #fff;
    background: #414148;
    padding: 75px 0;
}

div.title-menu h1 {
    transition: 0.25s;
    letter-spacing: -1.5px;

    @media (max-width: 991px) {
        font-size: 36px;
    }

    @media (min-width: 992px) {
        font-size: 62.55px;
    }
}

div.title-menu img {
    width: 100%;
    overflow: hidden;
    max-width: 800px;
}

div.help-wrapper-background {
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(239, 239, 239, 1) 100%
    );
}

div.tile-menu div.tile-inside {
    background-color: #414148;
    color: #fff;
    border-radius: 6px;
    display: grid;
    transition: 0.25s;
    border: 1px solid white;
    padding: 0 15px;
    border-radius: 0;
}

div.tile-menu div.tile-inside:hover {
    background-color: #000;
    color: #fff;
}

div.tile-menu div.tile-inside p {
    padding-top: 10px;
    height: 60px;
}

div.tile-inside {
    min-height: 120px;
    background-color: #f2f2f2;
    border-radius: 12px;
    padding-bottom: 25px;
    margin: 15px 0;
}

div.tile-menu a {
    text-decoration: none;
    color: black;
}

div.tile-menu div.tile-inside img {
    max-width: 48px;
    padding-top: 12px;
}

div.tile-menu div.tile-inside img:hover {
    scale: 1.1;
    transition: 0.15s;
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

div.tile-menu div.col-md-3 {
    transition: 0.25s;
}

div.search label {
    width: 100%;
}

div.search label input {
    width: 100%;
    border-radius: 16px;
    border: 2px solid #dfdfdf;
    padding-left: 12px;
    height: 36px;
    padding-right: 42px;
    transition: 0.25s;
}

div.menu-level-1-choice img {
    max-width: 32px;
    margin-left: 12px;
    margin-top: 24px;
    margin-bottom: 16px;
}

div.menu-level-1-choice h1 {
    font-weight: 700;
    letter-spacing: -1.5px;

    @media (max-width: 991px) {
        font-size: 28px;
    }

    @media (min-width: 992px) {
        font-size: 48.55px;
    }
}

div.menu-level-1-choice h2 {
    font-weight: normal;
    font-size: 1.5rem;
    font-weight: 300;
}

div.menu-level-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 100px;
}

div.menu-level-2:hover {
}

div.menu-level-2 hr {
    border-width: 2px;
    margin: 0px;
}

div.menu-level-2-item {
    padding-top: 12px;
    padding-bottom: 12px;
}

div.menu-level-2-item a {
    text-decoration: none;
    color: #000;
    transition: 0.25s;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    display: inline-block;
}

div.menu-level-2-item:hover a {
    color: #5f6069;
}

a.menu-level-2-item-link {
    padding-top: 12px;
    padding-bottom: 12px;
}

a.menu-level-2-item-link::after {
    content: '';
    background-image: url(/img/rechts_black.svg);
    position: inherit;
    width: 27px;
    height: 27px;
    transition: 0.25s;
    display: inline-block;
    float: right;
}

body {
    font-family: 'Klavika', sans-serif;
    font-weight: 300;
    background: #f3f5f7;

    @media (max-width: 991px) {
        font-size: 18px;
    }

    @media (min-width: 992px) {
        font-size: 20px;
    }
}

header > img {
    margin-top: 16px;

    padding-right: 16px;
}

header div.company-logo {
    width: 50%;
}

header div.company-logo img {
    width: 100%;

    object-fit: contain;
}

header div.operators {
    width: 50%;

    display: flex;

    flex-direction: row;

    margin-top: 10px;

    margin-left: 64px;
}

header div.operators img {
    width: 32px;

    height: 32px;

    margin-left: 12px;

    margin-right: 12px;
}

header > a {
    margin-left: auto;
}

aside.environment {
    background: linear-gradient(
        45deg,
        rgba(69, 152, 10, 1) 0%,
        rgba(173, 227, 55, 1) 100%
    );

    color: white;

    line-height: 1.66;

    font-size: 1.25rem;

    padding: 20px 0;
}

aside.environment h1,
aside.environment h2 {
    font-weight: bold;
    text-transform: uppercase;
}

footer {
    margin-top: 25px;
    background: #414148;

    color: white;

    text-align: center;

    line-height: 1.6;

    padding-top: 18px;

    padding-bottom: 12px;
}

footer a {
    color: white;

    padding-right: 8px;

    padding-left: 8px;

    text-decoration: none;
}

footer p.codo-footer-powered {
    color: rgba(255, 255, 255, 0.5);
}

.file .row > div {
	margin-bottom: 30px;
}

.file .row > div:last-of-type {
	margin-bottom: 0;
}

.file a {
    color: #212529;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    display: inline-block;
}

.file a:hover {
    color: #5f6069;
}

.file a.no-background,
.file a.no-background:hover {
    background: none;
    padding: 10px 0;
}

.file a.no-background img {
    max-width: 100%;
}

.file img {
        max-width: 100%;
        height: auto;
}

.file1,
.file2 {
    margin: 10px 0;
}

.file3 {
    margin: 25px 0 10px;
}

.file1 img,
.file2 img,
.file3 img {
    max-width: 100%;
}

.file1 .col-2 img,
.file2 .col-2 img,
.file3 .col-2 img {
    width: 100%;
}

.file1 table,
.file2 table,
.file3 table {
    width: 100%;
}

.file1 table p,
.file2 table p,
.file3 table p {
    margin: 0;
}

.file1 table th,
.file2 table th,
.file3 table th {
    font-size: 19px;
    background: #D3D4D7;
    padding: 5px 15px;
    vertical-align: top;
    border-bottom: 1px solid #000;
}

.file1 table tr,
.file2 table tr,
.file3 table tr {
    border-bottom: 1px solid #5f6069;
}

.file1 table td,
.file2 table td,
.file3 table td {
    padding: 5px 15px;
    vertical-align: top;
}

.file1 table tr:nth-child(odd) td,
.file2 table tr:nth-child(odd) td,
.file3 table tr:nth-child(odd) td {
    background: #fff;
}

.overlay button {
    background: #000;
    border-radius: 0;
    border: none;
    padding: 10px 15px;
    margin: 15px auto;
    width: 50px;
    color: #fff;
}

.overlay button:hover {
    background: #5f6069;
}

.menu {
    margin-top: 10px;
    display: flex;
}

.dropdown {
    position: static;
}

.language,
.language:hover,
.language:active,
.language:focus,
.language.show {
    background: none;
    border: none;
    color: #fff;
    padding: 11px 0;

    @media (max-width: 991px) {
        font-size: 18px;
    }

    @media (min-width: 992px) {
        font-size: 20px;
    }
}

.realm,
.realm:hover,
.realm:active,
.realm:focus {
    background: url(/img/menu.svg) no-repeat !important;
    border: none;
    width: 30px;
    height: 30px;
    margin-left: 30px;
    margin-top: 2px;
}

.realm.show,
.realm.show:hover,
.realm.show:active,
.realm.show:focus {
    background: url(/img/close.svg) no-repeat !important;
}

.realm:after {
    display: none;
}

.realm + ul {
    width: calc(100% + 4px);
    border: none;
    border-radius: 0;
    background-color: #414148;
    padding: 0 15px 50px;
    transform: translate(-2px, 115px) !important;
    counter-reset: menuchapter 0;
    overflow-y: auto;
}

.realm + ul li {
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 25px center;
}

.realm + ul li a {
    padding: 0 15px;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    line-height: 50px;
    background: url(../img/rechts.svg) calc(100% - 30px) center no-repeat;
    background-size: 27px;
    border-bottom: 1px solid #888;
}

.realm + ul li a:before {
    counter-increment: menuchapter;
    content: counter(menuchapter, pad);
    font-weight: bold;
    width: 40px;
    display: inline-block;
}

.realm + ul li:first-child a {
    border-top: 1px solid #888;
}

.realm + ul li a.btn-home,
.realm + ul li a.btn-extern {
    border: none;
    border-radius: 0;
    background: #FFF;
    color: #414148;
}

.realm + ul li a.btn-home:before,
.realm + ul li a.btn-extern:before {
    display: none;
}

.back a, .next a, .start a {
    border-radius: 0;
    border: none;
    padding: 10px 15px;
    margin: 15px 0;
    width: 100%;
    max-width: 150px;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.back a, .start a {
    color: #FFF;
    background: #000;
}

.back a:hover, .start a:hover {
    color: #FFF !important;
    background: #5f6069 !important;
}

.start {
    text-align: center;
}

.next {
    text-align: right;
}

.next a {
    background: rgb(255, 237, 0);
    color: var(--bs-body-color);
}

.next a:hover {
    color: #000 !important;
    background: #f7ca00 !important;
}

.flex-direction-nav a {
    bottom: -40px;
    top: auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.flex-direction-nav a.flex-prev {
    background: url(/img/links.svg);
    left: 0 !important;
    opacity: 1;
}

.flex-direction-nav a.flex-next {
    background: url(/img/rechts.svg);
    right: 0 !important;
    opacity: 1;
}

.flex-direction-nav a::before {
    display: none;
}

.flex-control-paging li a {
    background: #f2f2f2;
}

.flex-control-paging li a.flex-active {
    background: #cd0000;
}

.step {
    font-size: 1.5rem;
}

.fancybox__container .has-image .fancybox__content {
    width: 90% !important;
    height: 90% !important;
}

form.search {
    border-radius: 0;
    border-bottom: 2px solid #000;
    height: 36px;
    line-height: 36px;
    width: 100%;
    display: flex;
    position: relative;
}

form.search input[type='text'] {
    padding-left: 10px;
    padding-right: 40px;
    border: none;
    width: 100%;
    background: none;
}

form.search input[type='submit'] {
    background: url(/img/suchfeld.svg) center no-repeat;
    border: none;
    background-size: 20px;
    width: 20px;
    position: absolute;
    right: 10px;
    top: 0;
    height: 32px;
}

.container-xxl {
    --bs-gutter-x: 2.5rem;
}

.chapter {
    counter-reset: chapter 0;
}

.chapter > div p:before {
    counter-increment: chapter;
    content: counter(chapter, pad);
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-primary {
    background: rgb(255, 237, 0);
    border-radius: 0;
    border: none;
    color: var(--bs-body-color);
    padding: 10px 15px;
    margin: 15px 0;
    width: 100%;
    max-width: 150px;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #000 !important;
    background: #f7ca00 !important;
}

.btn-wait {
    cursor: wait;
    opacity: 0.5;
}

.btn-export {
    background: #000;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 10px 15px;
    margin: -30px auto 60px;
    display: block;
    text-decoration: none;
}

.btn-export:hover {
    background: #5f6069;
}

.btn-dark {
    background: #000;
    border-radius: 0;
    border: none;
    padding: 10px 15px;
    margin: 15px auto;
    width: 100%;
    max-width: 150px;
}

.btn-dark:hover {
    background: #5f6069;
}

.dropdown-menu {
    border-radius: 0;

    @media (max-width: 991px) {
        font-size: 18px;
    }

    @media (min-width: 992px) {
        font-size: 20px;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    background: #5f6069;
}

.export h1,
.support h1 {
    margin: 15px 0;
    font-size: 20px;
}

.export p,
.support p {
    margin-bottom: 15px;
    font-size: 18px;
}

.export ul,
.support ul {
    list-style: none;
    padding: 0;
}

.export a,
.support a {
    color: #414148;
    font-size: 14px;
    text-decoration: none;
    line-height: 25px;
}

.export .mail,
.support .mail {
    background: url(../img/mail.svg) left center no-repeat;
    padding-left: 30px;
}

.export .telefon,
.support .telefon {
    background: url(../img/telefon.svg) left center no-repeat;
    padding-left: 30px;
}

.scroll-top {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1020;
    background-color: #494949;
    color: #ffffff;
    bottom: 15px;
    right: 15px;
    position: fixed;
    opacity: 0;
    width: 3em;
    height: 3em;
    border-radius: 4px;
}

.scroll-top.scroll-top-visible {
    opacity: 1;
}

.scroll-top .scroll-top-icon {
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.scroll-top .scroll-top-icon::before {
    content: "";
    position: absolute;
    height: 30%;
    width: 30%;
    border-top: 1px solid;
    border-left: 1px solid;
    top: 55%;
    left: 55%;
    transform: translate(-50%,-50%);
}

@counter-style pad {
    system: extends decimal;
    pad: 2 '0';
}