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

b,
strong {
        font-weight: 700;
}

header {
        padding-top: 12px;
        padding-bottom: 12px;
}

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

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

div.intro img {
        width: 100%;
}

p.intro {
        font-size: 1.5rem;
}

div.intro-headline {
        padding-top: 18px;
        padding-bottom: 18px;
}

div.intro-headline h1 {
        font-size: 2rem;
        font-weight: bold;
        transition: 0.15s;
        cursor: pointer;
}

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;
        border-radius: 16px !important;
        border: 2px solid #dfdfdf;
        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% - 14px) 5.5px no-repeat;
        background-size: 20px;
	padding: 0 15px;
	height: 33px;
}

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

.select2-dropdown {
	overflow: hidden;
        border-radius: 16px !important;
        border: 2px solid #dfdfdf !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 {
	margin-top: 10px;
}

div.title-menu h1 {
        transition: 0.25s;
}

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: #f2f2f2;
        border-radius: 6px;
        display: grid;
        transition: 0.25s;
        border: 1px solid white;
        padding: 0 15px;
}

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

div.tile-menu div.tile-inside p {
        text-transform: uppercase;
        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 {
        text-transform: uppercase;
        padding-left: 12px;
        font-size: 2rem;
        font-weight: 700;
}

div.menu-level-1-choice h2 {
        font-weight: normal;
        padding-left: 12px;
        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: #888;
        transition: 0.25s;
        padding-top: 12px;
        padding-bottom: 12px;
        width: 100%;
        display: inline-block;
}

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

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

a.menu-level-2-item-link::after {
        content: '';
        background-image: url(img/icon_menupoint.png);
        position: inherit;
        top: 8px;
        right: 16px;
        width: 16px;
        height: 16px;
        background-size: 32px 32px;
        background-size: contain;
        transition: 0.25s;
        display: inline-block;
        float: right;
}

body {
        font-family: 'Inter', sans-serif;
        font-weight: 300;
}

header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding-top: 12px;
        padding-bottom: 12px;
}

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 {
        background-color: black;

        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 {
        color: rgba(255, 255, 255, 0.5);
}

.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 {
/*        color: #fff; */
        background: #dfdfdf;
        white-space: nowrap;
        padding: 5px 15px;
        vertical-align: center;
}

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

.file1 table td,
.file2 table td,
.file3 table td {
        white-space: nowrap;
        padding: 5px 15px;
}

.overlay button {
        background: url(/img/overlay-text.svg) no-repeat;
        border: none;
        width: 40px;
        height: 40px;
}

.overlay img {
        width: 40px;
}

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

.navigation .row {
        position: relative;
}

.dropdown {
        position: static;
}

.language,
.language:hover,
.language:active,
.language:focus,
.language.show {
        background: url(/img/sprachmenue.svg) no-repeat !important;
        border: none;
        width: 30px;
        height: 30px;
}

.language:after {
        display: none;
}

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

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

.realm:after {
        display: none;
}

.realm + ul {
        width: calc(100% + 4px);
        border: none;
        border-radius: 0;
        padding: 0 15px;
        transform: translate(-2px, 65px) !important;
}

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

.realm + ul li a {
        padding-left: 50px;
        padding-right: 15px;
        display: block;
        white-space: nowrap;
        text-decoration: none;
        color: #000;
        line-height: 50px;
        background: url(../img/rechts.svg) calc(100% - 30px) center no-repeat;
        background-size: 20px;
}

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

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

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

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

.filter:after {
        display: none;
}

.back {
        background: #f2f2f2;
        display: inline-block;
        border-radius: 100%;
        padding: 5px;
        text-align: center;
}

.next {
        background: url(/img/weiter.svg) #cd0000 calc(100% - 10px) center no-repeat;
        background-size: 25px;
        display: block;
        text-decoration: none;
        border-radius: 5px;
        color: #fff;
        padding: 5px 50px 5px 15px;
}

.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: 16px;
        border: 2px solid #dfdfdf;
        height: 36px;
        line-height: 36px;
        width: 100%;
        display: flex;
        position: relative;
}

form.search input[type='text'] {
        padding-left: 10px;
        padding-right: 40px;
        width: 100%;
        border: none;
        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;
}