:root {

    --clr-primary-dark: #222222;
    --clr-primary-white: #fff;
    --clr-primary-light: #f5f7fb;

    --bbg: #35312d;

    --fc-primary: #c4c4c4;
    --fc-dark: #000;

    --ff-primary: 'Lora', 'Source Sans Pro', sans-serif;

    --ff-body: var(--ff-primary);
    --ff-heading: var(--ff-primary);

    --fw-regular: 400;
    --fw-bold: 700;

    --fs-300: 0.8125rem;
    --fs-400: 0.875rem;
    --fs-500: 0.9375rem;
    --fs-600: 1rem;
    --fs-650: 1.3rem;
    --fs-700: 1.875rem;
    --fs-800: 1.9rem;
    --fs-900: 2.7rem;

    --br-primary: 15px;
    --br-button: 8px;

    --fs-body: var(--fs-400);
    --fs-primary-heading: var(--fs-800);
    --fs-secondary-heading: var(--fs-700);
    --fs-nav: var(--fs-500);
    --fs-button: var(--fs-300);

    --shadow: 0px 0px 14px rgb(0 0 0 / 15%);

    --height-header: 100px;
    --fc-nav: #000000;
    --p-button: 10px 15px;
    --clr-border: #818181;
    --fc-white: #ffffff;
    --fc-black: #000000;
    --fc-grey: grey;

}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul {
    padding-left: 18px;
}

/* Reset */

/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

.collection_list.col25 {
    width: calc(25% - 15px);
}

.collection_list.col50 {
    width: calc(50% - 10px);
}

.collection_list.col100 {
    width: calc(100% - 10px);
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
}

/*set scroll margin for main-elements*/
#content,
#area-2,
#area-3,
#area-4,
#area-5,
#area-6,
#area-7,
#area-8,
#area-9 {
    scroll-margin-top: 120px;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
    list-style: none;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* max-width classes */
.max1000 {
    max-width: 1000px;
}

.max800 {
    max-width: 800px;
}

.max600 {
    max-width: 600px;
}

.max500 {
    max-width: 500px;
}


* {
    scrollbar-width: thin;
    scrollbar-color: #cccccc #ffffff00;
}

*::-webkit-scrollbar {
    width: 7px;
}

*::-webkit-scrollbar-track {
    background: #ffffff00;
}

*::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
    border: 0px solid #ffffff00;
}



/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* Reset */

@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Regular.ttf');
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Bold.ttf');
}

@font-face {
    font-family: 'SourceSansPro-Black';
    src: url('/layout/frontend/b2c/dist/fonts/SourceSansPro-Black.ttf');
}

@font-face {
    font-family: 'Lora';
    src: url('/layout/frontend/b2c/dist/fonts/Lora.ttf');
}

@font-face {
    font-family: 'Lora-Italic';
    src: url('/layout/frontend/b2c/dist/fonts/Lora-Italic.ttf');
}

body {
    font-size: var(--fs-600);
    font-weight: var(--fw-regular);
    line-height: 1.42857143;
    font-family: var(--ff-body);
    color: var(--fc-primary);
    overflow-x: hidden;
    margin: 0;
    background-image: url(/userdata/06_Bausteine/noise_dark.png);
    background-repeat: repeat;
    background-color: var(--bbg);
}

body.verfahren.full_preview::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/userdata/02_Kollektionen/Assets/Verfahren_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    filter: blur(2px) brightness(0.4) grayscale(0);
    z-index: -1;
}

body.verfahren.full_preview .back_to_overview {
    display: none;
}

body.verfahren.full_preview div#content {
    padding-top: 1rem;
}

body.verfahren.full_preview div#content .container {
    rotate: 0deg;
    min-height: 100vh;
}

.collection_full.verfahren {
  rotate: -1deg;
}

.collection_full.verfahren .collection_content.beschuldigte_im_verfahren .collection_content.beruf {
    text-align: right;
}

.verfahren.full_preview .group.search-group-hide {
    display: none;
}

header {
    height: var(--height-header);
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

div#header_3:empty {
    display: none;
}

header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

nav a {
    text-decoration: none;
    color: var(--fc-nav);
}

nav a:hover {
    text-decoration: underline;
    color: var(--fc-nav);
}

ul.level_1 {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.5rem;
    align-items: center;
}



.filter_display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 15px;
    flex-wrap: wrap;
    margin: 0 0 0.5rem;
}

button, input.button, .component.button_navigation a {
    background: var(--primary-accent);
    color: var(--clr-primary-white);
    padding: var(--p-button);
    border-radius: var(--br-button);
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: auto;
}

button:active,
input.button:active,
input.button:focus,
.component.button_navigation a:active,
.component.button_navigation a:focus,
button:focus {
    outline: 1px dashed var(--primary-accent);
    outline-offset: 2px;
}

button:hover,
input.button:hover,
.component.button_navigation a:hover {
    opacity: .95;
}

input, select, textarea {
    padding: 10px;
    width: 100%;
    border: 1px solid var(--clr-border);
    font-family: inherit;
    border-radius: var(--br-button);
    color: var(--fc-white);
}

.collection_list.verfahren {
    width: 50%;
    padding: 40px;
    /* rotate: -2deg; */
}

.collection_list.verfahren {
    margin-top: 0;
    height: 470px;
}

.collection_list.verfahren h3.collection_content.verfahren__title.title.custom {
    font-size: var(--fs-650);
    font-weight: bold;
    border: 1px solid var(--primary-accent);
    padding: 10px;
    margin: 0;
    height: 90px;
    overflow: hidden;
}

.collection_list.verfahren .verfahren_title {
    width: 75%;
    float: left;
}

.collection_list.verfahren .collection_content.beschuldigte_im_verfahren {
    border: 1px solid var(--primary-accent);
    border-top: 0;
    padding: 10px;
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 68px;
    overflow-y: scroll;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.collection_list.verfahren .collection_content.beschuldigte_im_verfahren::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.collection_list.verfahren .collection_content.beschuldigte_im_verfahren {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.collection_list.verfahren .collection_content.datum_urteil,
.collection_list.verfahren .collection_content.anklage_datum {
    border-top: 1px solid var(--primary-accent);
    font-size: var(--fs-300);
    text-align: center;
    position: relative;
    padding-block-start: 70px;
    margin-top: 7px;
}

.collection_list.verfahren .collection_content.beschreibung_der_angelasteten_tat {
    float: left;
    margin-top: 1rem;
}



.collection_list.verfahren .collection_content.datum_urteil:before {
    content: '';
    background-image: url(/userdata/02_Kollektionen/Assets/fingerprint.png);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
    width: 33px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.collection_list.verfahren .collection_link a {
    font-weight: 600;
}

.collection_list.verfahren h3.collection_content.beschuldigte__title.title.custom {
    font-size: inherit;
    margin: 0 0 5px;
}

.collection_list.verfahren h3.collection_content.beschuldigte__title.title.custom:before {
    content: 'Name ';
    font-weight: bold;
}

.collection_list.verfahren .collection_content.sg_code {
    padding-inline: 10px;
}

.collection_list.verfahren .verfahren_codes {
    float: left;
    width: 25%;
    border: 1px solid var(--primary-accent);
    border-left: 0;
    padding-block: 10px;
    font-size: var(--fs-300);
    text-align: center;
    height: 158px;
    overflow: hidden;
    white-space: nowrap;
}

span.field_description_title {
    font-weight: bold;
    margin-right: 5px;
}

.group {
    width: 100%;
    float: left;
    margin-bottom: 3rem;
}

.collection_list.verfahren>.collection_container:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    transition: 300ms;
    /* rotate: -.5deg; */

}

.tab_button_group {
    max-width: 1150px;
    margin: 0 auto;
    padding-inline: 4rem;
    margin-bottom: -1px;
    white-space: nowrap;
    overflow-y: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.tab_button_group::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tab_button_group {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

button.tab_button {
    background: #c1b19e;
    color: var(--fc-dark);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 0;
    padding: 6px 20px;
    position: relative;
}

button.tab_button:last-child {
    border-top-right-radius: var(--br-primary);
}

button.tab_button:first-child {
    border-top-left-radius: var(--br-primary);
}

button.tab_button:hover,
button.tab_button.active {
    background-color: var(--secondary-accent);
    background-image: url(/userdata/06_Bausteine/noise.png);
    background-repeat: repeat;
    font-weight: bold;
    color: var(--primary-accent);
    border-top-left-radius: var(--br-primary);
    border-top-right-radius: var(--br-primary);
    z-index: 2;
    scale: 1.12;
}

button.tab_button:focus,
button.tab_button:hover {
    opacity: 1;
    outline: none;
}

button.tab_button:hover:before,
button.tab_button.active:before {
    content: '';
    background-image: url(/userdata/02_Kollektionen/Assets/tab.png);
    background-repeat: repeat;
    background-size: cover;
    position: absolute;
    left: -27px;
    height: 28px;
    width: 40px;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: -1;
}

.collection_full.verfahren h3.collection_content.verfahren__title.title.custom {
    position: absolute;
    right: 50px;
    bottom: 50px;
    font-size: var(--fs-800);
    max-width: 800px;
    text-align: right;
    color: var(--primary-accent);
    font-weight: bold;
    margin: 0;
    -webkit-line-clamp: 6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
    width: auto;
}

.tab_content.beschuldigte.current {
    padding-bottom: 11rem;
}

.collection_full.verfahren h3.collection_content.beschuldigte__title.title.custom {
    border-top: 1px solid var(--primary-accent);
}

.collection_full.verfahren .collection_content.beschuldigte_im_verfahren h3.collection_content.beschuldigte__title.title.custom, 
.collection_full.verfahren .collection_content.beschuldigte_im_verfahren .collection_content.wohnort, 
.collection_full.verfahren .collection_content.beschuldigte_im_verfahren .collection_content.geburtstag, 
.collection_full.verfahren .collection_content.beschuldigte_im_verfahren .collection_content.beruf, 
.collection_full.verfahren .collection_content.beschuldigte_im_verfahren .collection_content.familie {
    padding: 10px;
    border-bottom: 1px solid var(--primary-accent);
    border-left: 1px solid var(--primary-accent);
    border-right: 1px solid var(--primary-accent);
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.collection_full.verfahren .collection_content.beschuldigte_im_verfahren .collection_content.wohnort {
    text-align: right;
}

.collection_full.verfahren .collection_content.beschuldigte_im_verfahren .collection_content.geburtstag {
    text-align: right;
}

.collection_full.verfahren .collection_content.sg_code {
    font-size: var(--fs-400);
    display: inline-block;
    margin-bottom: 5px;
}

.collection_full.verfahren .sg_code:nth-child(2), .collection_full.verfahren .sg_code:nth-child(3) {
    margin-right: 10px;
    border-right: 1px solid var(--primary-accent);
    padding-right: 10px;
    line-height: 1;
}

.collection_full.verfahren .collection_content.beschuldigte_im_verfahren .collection_content.portrait img {
    position: absolute;
    height: auto ! Important;
    right: 30px;
    top: 30px;
    aspect-ratio: 4 / 5;
    max-width: 190px;
    rotate: 5deg;
    border-radius: var(--br-primary);
}

button.tab_button:hover:after,
button.tab_button.active:after {
    content: '';
    background-image: url(/userdata/02_Kollektionen/Assets/tab.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: right;
    position: absolute;
    right: -27px;
    height: 28px;
    width: 40px;
    background-repeat: no-repeat;
    bottom: 0;
    z-index: -1;
}

.tab_content {
    display: none;
    height: 589px;
    overflow-y: scroll;
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.tab_content.current {
    display: block;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.tab_content::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tab_content {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.collection_list.verfahren>.collection_container {
    background-color: var(--secondary-accent);
    color: var(--fc-dark);
    padding: 30px;
    border-radius: var(--br-primary);
    background-image: url(/userdata/02_Kollektionen/Assets/folder_background.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 45%;
    float: left;
    padding-left: 270px;
    transition: 300ms;
}

.collection_full.verfahren>.collection_container {
    background-color: var(--secondary-accent);
    color: var(--fc-dark);
    padding: 50px;
    border-radius: var(--br-primary);
    box-shadow: rgba(0, 0, 0, 0.75) -20px 17px 25px;
    max-width: 1150px;
    margin: 0 auto;
    height: 640px;
    background-image: url(/userdata/02_Kollektionen/Assets/building_opacity.png);
    background-repeat: no-repeat;
    background-position: 0 80px;
    background-size: cover;
}

.collection_full.verfahren .collection_content.vollstreckung span.field_description_title, .collection_full.verfahren .collection_content.dokumente span.field_description_title, .collection_full.verfahren .collection_content.beschreibung_der_angelasteten_tat span.field_description_title, .collection_full.verfahren .collection_content.urteil span.field_description_title {
    font-size: var(--fs-800);
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid var(--primary-accent);
    padding-block-end: 5px;
}

.field_description_title_div {
    font-size: var(--fs-800);
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid var(--primary-accent);
    padding-block-end: 5px;
    font-weight: bold;
    width: 100%;
}

.collection_content.staatsanwaelte_im_verfahren,
.collection_content.richter_im_verfahren {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1rem;
}


#fileOverlay {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999999;
    transform: translate(-50%, -50%);
    justify-content: center;
    align-items: center;
}

embed#fileEmbed {
    max-width: 1500px;
    border-radius: var(--br-primary);
    width: 100%;
    height: 90vh;
    object-fit: contain;
}

.collection_full.verfahren .tab_content.staatsanwalt .collection_list.staatsanwaelte,
.collection_full.verfahren .tab_content.richter .collection_list.richter {
    padding: 1rem 0;
    width: calc(25% - 1rem);
}

.collection_full.verfahren ol li {
    list-style: decimal;
}

.collection_full.verfahren ul li {
    list-style: disc;
}



.collection_full.verfahren .collection_list.beschuldigte .collection_content.portrait:after {
    content: '';
    background-image: url(/userdata/02_Kollektionen/Assets/clip.png);
    position: absolute;
    top: -10px;
    right: 100px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    transition: 300ms;
    rotate: 5deg;
}

.collection_full.verfahren {
    margin-top: 2rem;
}

.collection_list.verfahren .collection_content.wohnort,
.collection_list.verfahren .collection_content.beruf {
    display: none;
}

.collection_list.verfahren>.collection_container:after {
    content: '';
    background-image: url(/userdata/02_Kollektionen/Assets/clip.png);
    position: absolute;
    top: -11px;
    left: 30px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    transition: 300ms;

}

.collection_list.verfahren>.collection_container:before {
    content: '';
    background-image: url(/userdata/01_Basis/sondergericht-img.jpg);
    position: absolute;
    top: -11px;
    left: 42px;
    width: 190px;
    height: 280px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    transition: 300ms;
    rotate: -8deg;
}

.collection_list.verfahren>.collection_container.Volksgerichtshof:before {
    content: '';
    background-image: url(/userdata/01_Basis/richter-vgh.jpg);
}

.collection_list.verfahren .verfahren_info {
    margin-bottom: 1rem;
    display: block;
    float: left;
    max-width: 346px;
}

.collection_list.verfahren .verfahren_title:before {
    content: '';
    background-image: url(/userdata/06_Bausteine/noise.png);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.collection_full.verfahren>.collection_container:before {
    content: '';
    background-image: url(/userdata/06_Bausteine/noise.png);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-attachment: fixed;

    pointer-events: none;
}

.collection_list.verfahren .verfahren_title:after {
    content: '';
    background-image: url(/userdata/02_Kollektionen/Assets/tab.png);
    background-repeat: repeat;
    background-size: contain;
    position: absolute;
    right: 13px;
    top: -27px;
    width: 250px;
    height: 28px;
    z-index: -1;
    pointer-events: none;
    filter: brightness(0.9);
}

/* .collection_list.verfahren h3.collection_content.verfahren__title.title.custom,
.collection_list.verfahren .collection_content.beschreibung_der_angelasteten_tat {
    float: right;
    width: 60%;
}

.collection_list.verfahren .collection_content.beschuldigte_im_verfahren {
    float: left;
    width: 40%;
} */

.collection_list.verfahren .collection_content.beschuldigte_im_verfahren .collection_content.portrait img {
    position: absolute;
    top: 15px;
    left: 10px;
    max-width: 32%;
    height: 230px !important;
    object-fit: contain;
    rotate: -5deg;
    z-index: 2;
    transition: 300ms;

}

.collection_list.verfahren .collection_container:hover .collection_content.beschuldigte_im_verfahren .collection_content.portrait img {
    rotate: 0deg;
    transition: 300ms;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}


.collection_list.verfahren>.collection_container:hover:before {
    rotate: -12deg;
    transition: 300ms;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

}

.collection_list.verfahren>.collection_container:hover:after {
    rotate: 5deg;
    transition: 300ms;
}

.collection_list.verfahren .collection_content.beschuldigte_im_verfahren .collection_list.beschuldigte,
.collection_list.verfahren .collection_content.beschuldigte_im_verfahren .collection_list.beschuldigte .collection_container {
    width: 100%;
    padding: 0;
    position: unset;
}

.collection_full.verfahren .collection_content.beschuldigte_im_verfahren .collection_list.beschuldigte,
.collection_full.verfahren .collection_content.beschuldigte_im_verfahren .collection_list.beschuldigte .collection_container {
    width: 100%;
    padding: 0;
    position: unset;
}



.collection_full.verfahren .collection_content.beschuldigte_im_verfahren .collection_list.beschuldigte {
    width: 50% !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
}


.collection_content.beschuldigte_im_verfahren {
    max-width: 840px;
    display: flex;
    flex-wrap: wrap;
}

.collection_list.verfahren .collection_content.beschreibung_der_angelasteten_tat .textcontent {
    -webkit-line-clamp: 5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.collection_container h1,
.collection_container h2,
.collection_container h3,
.collection_container h4,
.collection_container h5,
.collection_container h6,
.collection_container a {
    color: inherit;
    text-decoration: none;
}

input[type="search"] {
    background: transparent;
    border-radius: 999px;
    padding: 10px 20px;
}

input[type="checkbox"] {
    width: auto;
}

.owl-item img {
    height: 450px !Important;
    width: 100% !Important;
    border-radius: var(--br-primary);
}

.owl-item {
    scale: 1;
}

.owl-item.center {
    scale: 1;
}

.owl-item a {
    width: 100% !Important;
}

figure.mz-figure.mz-hover-zoom.mz-no-zoom.mz-ready {
    width: 100%;
    height: 100%;
}

.back_to_overview a {
    background: var(--primary-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    border-radius: var(--br-primary);
    border: none;
    cursor: pointer;
}

.full_preview .filter_display {
    display: none;
}

a.button_filter.a-filter {
    background: var(--primary-accent);
    color: var(--clr-primary-white);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
}

a.button_filter.o-filter {
    background: var(--clr-primary-light);
    color: var(--primary-accent);
    padding: 10px 15px;
    float: left;
    border-radius: var(--br-primary);
    border: 1px solid var(--primary-accent-light);
}

* {
    accent-color: var(--secondary-accent)
}



div#overlaycrumb.collection input {
    max-width: 50%;
}




li.level_1.levels ul {
    display: none;
}

a {
    color: var(--fc-white);
}

main {
    width: 100%;
    float: left;
}

main.no-slider {
    padding-block-start: var(--height-header);
}

.dark-theme #header_1 img {
    filter: invert(1);
}

.dark-theme nav a {
    color: var(--fc-white);
}

.component.copyright .textcontent:last-child {
    float: right;
}

.component.copyright .textcontent:first-child {
    float: left;
}






.row {
    float: left;
    width: 100%;
}

#cookie-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    z-index: 200;
    min-width: 320px;
}

#cookie-bar #cookie-bar-button {
    float: right;
    margin-left: 20px;
    display: inline-block;
    padding: 8px 10px;
    min-width: 150px;
    text-transform: uppercase;
    border: 1px solid #ff6532;
    color: var(--clr-primary-white);
    cursor: pointer;
    background-color: #ff6532;
    text-align: center;
}

#cookie-bar #cookie-bar-button:hover {
    background-color: #e43900;
    border-color: #e43900;
}

#cookie-bar #cookie-bar-button:active {
    background-color: #b22c00;
    border-color: #b22c00;
}

#cookie-bar #cookie-bar-prompt-button {
    white-space: nowrap;
}



#cookie-bar>p {
    float: left;
    margin: 0;
    line-height: 40px;
}

#cookie-bar:after {
    clear: both;
    display: block;
    content: " ";
}

nav {
    font-family: 'Lora-Italic';
}

.header-wrapper.fixed-header {
    position: fixed;
    top: 0;
    z-index: 999;
}

/* Modal */


.fade {
    opacity: 1;
}

.modal {
    display: block;
}



.modal.success .modal-header {
    border-color: var(--main-color);
    background-color: var(--main-color);
    color: var(--clr-primary-white);
}

div#requestbox {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 999;
    height: 100%;
    transform: translate(-50%, -50%);
}

.modal-dialog {
    position: fixed;
    width: 100%;
    max-width: 350px;
    top: 50%;
    left: 50%;
    z-index: 999999;
    background: var(--clr-primary-light);
    text-align: center;
    padding: 2rem;
    color: var(--primary-accent);
    border-radius: var(--br-primary);
    box-shadow: var(--bs-primary);
    transform: translate(-50%, -50%);
    border: 1px solid var(--primary-accent);
}

div#requestbox:after {
    content: '';
    background: #00000075;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

div#filter-element {
    position: absolute;
    margin-top: -200px;
}



button.close {
    margin: 0 0 1rem;
}

/* Modal */



/* Extra Module */
html {
    scroll-behavior: smooth;
}

/* FAQ */

.faq_group_container .faq_question_box {
    padding: 5px 15px 8px 15px;
    border: none;
    background: var(--primary-accent);
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
}

.faq_question_box {
    cursor: pointer;
}

.faq_group_container .faq_answer_box {
    margin-bottom: 30px;
    padding: 0.7rem 1rem;
    background: rgb(245 247 251);
    margin-top: -10px;
    border-radius: 0 0 5px 5px;
    color: var(--clr-primary-dark);
}

.faq_question_box.active {
    border-radius: 5px 5px 0 0;
}

.faq_question_box:after {
    content: '+';
    position: absolute;
    right: 16px;
    color: var(--clr-primary-white);
    top: 50%;
    font-size: 20px;
    transform: translateY(-50%);
}

.faq_question_box.active:after {
    content: '-';
    position: absolute;
    right: 16px;
    color: var(--clr-primary-white);
    bottom: unset;
    font-size: 25px;
}

.faq_group_container .faq_answer_box {
    display: none;
}

.faq h3 {
    font-size: 18px;
    font-weight: 400 !Important;
    border: none;
    color: var(--clr-primary-white);
    line-height: 1;
    margin-bottom: 0px;
    padding: 0.7rem 0 0.5rem 0;
}

.faq-search input[type="text"] {
    width: 250px;
    height: 30px;
    color: var(--clr-primary-white);
    background: rgba(9, 0, 0, 0.9);
    border: 0;
    padding: 20px;
    position: relative;
}

.collection_list.history.olg-praesi .collection_content.history-image img {
    width: auto !important;
}

header ol li, header ul li {
    list-style: none;
}

div#content,
.main-screen {
    padding: 2rem 0;
    position: relative;
    float: left;
    width: 100%;
}

.main-screen.grey {
    background-color: transparent;
}

.text_bild .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.text_bild .textcontent a {
    background: #ffffff1f;
    color: var(--fc-white);
    border: 1px solid transparent;
    padding: 9px 19px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
}

.text_bild .imgcontent {
    border-radius: var(--br-primary);
    box-shadow: rgb(255 255 255 / 28%) 0px 5px 100px;
    border: 19px solid var(--secondary-accent);
    rotate: 2deg;
    border-bottom: 100px solid var(--secondary-accent);
    position: relative;
}

.high .imgcontent {
    border-bottom: 19px solid var(--secondary-accent);
}

.high {
    display: flex;
    justify-content: center;
}

.text_bild .imgcontent:after {
    content: '';
    background-image: url(/userdata/06_Bausteine/noise_strong.png);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.text_bild .imgcontent:before {
    content: '';
    background-image: url(/userdata/02_Kollektionen/Assets/clip.png);
    position: absolute;
    top: -30px;
    left: 30px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}

.bild_text .row {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.bild_text .textcontent a {
    background: #ffffff1f;
    color: var(--fc-white);
    border: 1px solid transparent;
    padding: 9px 19px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
}

.bild_text .imgcontent {
    border-radius: var(--br-primary);
    box-shadow: rgb(255 255 255 / 28%) 0px 5px 100px;
    border: 19px solid var(--secondary-accent);
    rotate: -i2deg;
    border-bottom: 100px solid var(--secondary-accent);
    position: relative;
}

.bild_text .imgcontent:after {
    content: '';
    background-image: url(/userdata/06_Bausteine/noise_strong.png);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.bild_text .imgcontent:before {
    content: '';
    background-image: url(/userdata/02_Kollektionen/Assets/clip.png);
    position: absolute;
    top: -30px;
    left: 30px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
}


.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.pop-up-element .row {
    z-index: 1;
    padding: 40px !important;
    background: rgb(4 4 4 / 20%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 15px;
    border: 2px solid var(--akzentfarbe);
    max-width: 1440px;
    margin: 0 auto;
    color: var(--clr-primary-white);
    display: -webkit-box;
}



.pop-up-element .row :is(li, p, a, span, strong, b, em, ul, li, h2, h1, h3) {
    color: var(--clr-primary-white) !important;
}

.pop-up-element {
    z-index: 1;
    padding: 30px;
}

.pop-up-element {
    display: none;
}

.pop-up-element:first-child {
    display: block;
}

.pop-up-button-group .row {
    display: flex;
    justify-content: center;
}

.pop-up-element .row {
    cursor: pointer;
}

.pop-up-element.current {
    display: block;
}

.pop-up-button {
    cursor: pointer;
}

.pop-up-button.current {
    background: var(--primary-accent);
    color: var(--clr-primary-white);
    border: 1px solid var(--primary-accent);
}

div#cookiewarnung a {
    color: inherit;
}

.faq_nearest_search {
    display: none;
}

.header-text a {
    background: var(--primary-accent);
    color: var(--clr-primary-white);
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: rgb(48 98 120 / 48%) 0px 7px 29px 0px;
}

.header-text a:hover {
    color: var(--clr-primary-white);
    box-shadow: rgb(48 98 120 / 82%) 0px 7px 29px 0px;
}

#header>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header>.container:before {
    display: none;
}

/* Header Kollektion */

iframe {
    width: 100%;
    height: 75vh;
    border-radius: var(--br-primary);
}

div#footer-header {
    float: left;
    width: 100%;
}

#header>.container:before {
    display: none;
}

#header_1 img {
    padding: 1px;
}

#header>.container:after {
    display: none;
}

.collection_link a {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 2;
}


.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt100 {
    margin-top: 100px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb100 {
    margin-bottom: 100px;
}

.slideshow_box {
    margin-bottom: 30px;
}

.slideshow_box .slideshow_content {
    width: 100%;
}

.slideshow_box .slideshow_content .slideshow_content_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    text-align: center;
}

.slideshow_box .slideshow_content .slideshow_headline {
    font-size: 45px;
    line-height: 1;
    color: var(--clr-primary-white);
    margin-top: 0;
    font-weight: 600;
}

.slideshow_box .slideshow_content .slideshow_text {
    font-weight: 600;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
}

.slideshow_box .slideshow_content .slideshow_button .button {
    color: #222222;
    text-transform: uppercase;
}

.slideshow_box .owl-carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slideshow_box .owl-carousel-item>a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider-title-content-subtitle .textcontent a {
    background: var(--primary-accent);
    color: var(--fc-white);
    border: 1px solid transparent;
    padding: 9px 19px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
}

#body:not(.volksgerichtshof) .slider-title-content-subtitle .textcontent a:last-child {
    background: transparent;
    color: var(--primary-accent);
    border: 1px solid var(--primary-accent);
    padding: 9px 19px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-block;
}

.collection_list {
    width: 33.33%;
    float: left;
    padding: 15px;
}

img {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    max-width: 100%;
}

.header-text h1 img {
    width: 50px !important;
}

.d-none {
    display: none !Important;
}

#slider img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    object-position: right;
    filter: drop-shadow(-8px 4px 46px #00000073);
    animation: fadeFromRight 1.5s forwards;
}

#slider h1,
#slider h2,
#slider h3,
#slider h4,
#slider h5,
#slider h6 {
    color: var(--fc-black);
}

/* Schriften */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    clear: both;
    color: var(--fc-white);
    margin: 0 0 15px;
    font-family: var(--ff-heading) !important;
    font-weight: 400;
}

h1 {
    font-size: var(--fs-900);
}

h2 {
    font-size: var(--fs-800);
    border-bottom: 1px solid var(--clr-border);
    padding-block-end: 1rem;
    margin-bottom: 1rem;
}


h3 {
    font-size: var(--fs-700);
}

h4,
h5 {
    font-size: var(--fs-600);
}

h6 {
    font-size: var(--fs-500);
}


a:hover {
    opacity: .95;
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
}

.hide {
    display: none;
}

.collection_link a:hover {
    opacity: 0;
}


.full_preview .collection_full {
    display: block;
}

.full_preview .collection_full.verfahren {
    display: none;
}


.collection_list,
.collection_container {
    position: relative;
}

.fade {
    opacity: 1;
}

li.level_1.levels {
    position: relative;
}

#header ul.level_2 {
    display: none;
}

li.level_1.levels:hover ul.level_2 {
    display: block !important;
}

ul.level_2 {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    background: var(--clr-primary-white);
    padding: 15px;
    border-radius: var(--br-primary);
}

ul.level_2 a p.level_2_title {
    color: var(--primary-accent) !important;
}

li.level_2 {
    margin-bottom: 5px;
}

.modal.success .modal-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.owl-stage-outer {
    width: 100%;
}

div#cookiewarnung {
    position: fixed;
    bottom: 0;
    background: var(--secondary-accent);
    color: #000;
    z-index: 99999999;
    width: 100%;
    padding: 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    border: 1px solid var(--secondary-accent);
    box-shadow: rgb(100 100 111 / 50%) 0px -30px 70px 0px;
}

.cookie-option-container {
    margin-top: 10px;
}

.cookie-option {
    cursor: pointer;
    border: 1px solid var(--primary-accent);
    display: inline-block;
    padding: 7px !important;
    color: var(--fc-white);
    border-radius: 5px;
    background: var(--primary-accent);
}


div#cookie-config {
    display: none;
    left: -100%;
    transition: 1s;
}

div#cookie-config.show {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--clr-primary-white);
    max-width: 300px;
    z-index: 99999999999;
    overflow-y: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#cookie-config .cookie-config-close {
    background: #f2f6ff;
    color: #000;
    padding: 10px;
    position: relative;
    cursor: pointer;
}

#cookie-config input {
    margin-right: 10px;
}

#cookie-config label {
    font-weight: normal;
    color: #000;
}

.cookie-config-close:after,
.cookie-arrow {
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    box-shadow: -2px 2px 0 rgba(90, 156, 157, 0.5);
    content: "";
    right: 20px;
    top: 20px;
    transition: 0.1s;
}

.cookie-config-options.open .cookie-arrow {
    transform: rotate(315deg) !important;
}

.cookie-config-options {
    background: #f2f6ff;
    padding: 10px;
    cursor: pointer;
    position: relative;
}

input#required {
    width: auto;
}

input#tracking {
    width: auto;
}

.cookie-config-configuration .cookie-config-options:nth-child(2) {
    border-bottom: 1px solid #d5d5d5;
}

.config-child {
    display: none;
    background: var(--clr-primary-white);
    padding: 10px;
}

.cookie-config-save {
    padding: 10px;
    text-align: center;
    background: #68c567;
    cursor: pointer;
    margin: 20px 15px;
    color: var(--clr-primary-white);
    border-radius: 5px;
}

.cookie-config-configuration {
    margin-top: 10px;
}

.cookie-config-configuration>p {
    padding: 10px;
    font-weight: bold;
}

.cookie-config-description {
    padding: 10px;
    font-size: 15px;
}

.cookie_conflict_youtube {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border: 2px solid #f07474;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0px;
    border-radius: 10px;
    background: var(--clr-primary-white);
    font-size: 17px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cookie_conflict_youtube a {
    text-decoration: underline;
    font-weight: 500;
}


.form-group {
    float: left;
    width: 100%;
    padding: 10px 0;
}



button:hover {
    opacity: 0.8;
}

div#submit_button {
    float: left;
    width: auto;
    margin: 1rem 0;
}

#header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
}

.header-wrapper {
    position: relative;
}

#header ul.level_1 {
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    gap: 2rem;
}

#header div#header_3 li {
    display: inline-block;
    float: left;
}

#header .active_tree {
    font-weight: var(--fw-bold);
}

#header .component.logo,
#header .component.logo .textcontent {
    height: 100%;
}

#header_1 img {
    width: 100% ! Important;
    height: 100% !important;
    object-fit: contain;
    max-width: 181px;
}



.sticky-active {
    position: relative;
}

#toggle_navigation,
.hamburger-menu {
    display: none;
}

div#toggle_navigation {
    float: right;
    width: auto;
    padding: 0 !important;
    height: auto;
    background: transparent;
}

.hamburger-menu {
    background: var(--primary-accent);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
}



#header .hamburger-menu li.level_1 {
    padding: 0;
    border-bottom: 1px solid var(--clr-primary-white);
}

#header .hamburger-menu a {
    padding: 15px 20px !important;
    display: block;
}

#header .hamburger-menu li.level_1:last-child {
    border-bottom: 0 !important;
}

#header .hamburger-menu li.level_2 {
    padding: 20px 0px;
    color: var(--clr-primary-white);
}

#header .hamburger-menu li.level_1 {
    list-style-type: none;
}

#toggle_navigation label.hamburg {
    display: block;
    background: transparent;
    width: 55px;
    height: 50px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
}

.line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 35px;
    background: var(--primary-accent);
    border-radius: 2px;
    display: block;
    transition: 0.5s;
    transform-origin: center;
}

.line:nth-child(1) {
    top: 12px;
}

.line:nth-child(2) {
    top: 24px;
}

.line:nth-child(3) {
    top: 36px;
}

div#toggle_navigation.active>.hamburg .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
}

div#toggle_navigation.active>.hamburg .line:nth-child(2) {
    opacity: 0;
}

div#toggle_navigation.active>.hamburg .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
}


/* end* Header */

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

#slider-wrapper {
    position: relative;
    height: 96vh;
    background-color: var(--secondary-accent);
    padding-top: var(--height-header);
    overflow: hidden;
}

#slider-wrapper:after {
    content: '';
    background-image: url(/userdata/06_Bausteine/noise.png);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

div#slider {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

div#slider-title .container {
    width: 100%;
}

div#slider>.container {
    width: 100%;
}

#slider #slider-title {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 640px;
    margin-top: -15%;
    z-index: 2;
    color: var(--primary-accent);
    animation: fadeUp 1s forwards;
}

.collection_content.richter_im_verfahren .collection_list,
.collection_content.staatsanwaelte_im_verfahren .collection_list {
    width: 25%;
}

.collection_content.richter_im_verfahren h3,
.collection_content.staatsanwaelte_im_verfahren h3 {
    font-size: var(--fs-650);
    padding: 10px;
    margin: 0;
    border: 1px solid var(--primary-accent);
}

.collection_list.richter .collection_content.portrait,
.collection_list.staatsanwaelte .collection_content.portrait {
    border: 1px solid var(--secondary-accent);
    padding: 10px;
    border-bottom: 0;
    height: 280px;
}


.collection_list.richter .collection_content.portrait img,
.collection_list.staatsanwaelte .collection_content.portrait img {
    aspect-ratio: 4/5;
}

.filegallery_content_file:first-child a {
    border-top: 1px solid var(--primary-accent);
}

.filegallery_content_file a {
    border: 1px solid var(--primary-accent);
    border-top: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.filegallery_content_file a:hover {
    text-decoration: underline;
}

.filegallery_content_file svg {
    width: 18px;
    height: 18px;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeFromBottom {

    /* Anfangszustand der Animation */
    0% {
        transform: translateY(100%);
    }

    /* Endzustand der Animation */
    100% {
        transform: translateY(0);
    }
}

@keyframes fadeFromRight {
    from {
        opacity: 0;
        transform: translateX(100px);
    }

    to {
        opacity: .8;
        transform: translateX(0);
    }
}

.slider-title-content-subtitle {
    max-width: 500px;
}



#footer {
    clear: both;
    padding: 70px 0 25px 0;
    background: transparent;
    font-size: 15px;
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid var(--secondary-accent);
}

.footer-sitemap {
    height: auto;
    clear: both;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: left;
    margin-bottom: 40px;
}

.footer-sitemap ul {
    padding: 0 15px;
    margin: 0;
    width: 100%;
    display: flex;
}


#footer li {
    list-style-type: none;
}

.footer-sitemap li.level_1 {
    font-weight: 500;
    font-size: 20px;
    width: auto;
    float: left;

}

.component.privacy_policy {
    display: flex;
    justify-content: center;
}

#footer li.level_1 a {
    margin-bottom: 7px;
    display: inline-block;
    color: var(--clr-primary-white);
    text-decoration: none;
    font-size: 1rem;
}

.component.footer-1 img {
    filter: invert(1);
    width: 195px !important;
}

.row.seo {
    margin-bottom: 2rem;
    padding-inline: 15px;
}

.component.footer-1 {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.component.footer-1 .imgcontent {
    flex-shrink: 0;
}

.footer-sitemap li.level_2 {
    font-weight: normal;
    font-size: 15px;
    text-transform: initial;
}

div#privacy-policy {
    padding: 15px 0;
    clear: both;
    text-align: right;
    position: relative;
    float: left;
    width: 100%;
    background: #00000040;
    color: var(--fc-white);
}

div#privacy-policy a {
    color: inherit;
}





#privacy-policy .footer-1 {
    text-align: left;
}

div#privacy-policy ul li {
    display: inline-block;
    padding: 0 10px;
}

#footer .footer-seo {
    clear: both;
    color: var(--clr-primary-white);
}

.seo .footer-1 {
    padding-right: 50px;
}

.seo .footer-2 {
    padding-left: 50px;
}

.owl-dots {
    height: 10px;
}

.owl-dots {
    position: relative;
    float: left;
    width: 100%;
    height: 20px;
}

.owl-dot span {
    height: 10px;
    width: 10px;
    background: #ccc;
    position: relative;
    float: left;
    border-radius: 500px;
    margin: 0 2px;
}

.owl-dot.active span {
    position: relative;
    float: left;
    height: 10px;
    width: 10px;
    background: #7f7f7f;
    border-radius: 500px;
}

.owl-dots {
    position: absolute;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slidecontent_content_container {
    display: none;
}

.slidecontent_headline:after {
    content: "";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid var(--light-grey);
    border-right: 2px solid var(--light-grey);
    transform: rotate(45deg);
    transition: 300ms;
}

.slidecontent_headline.active:after {
    transform: rotate(-135deg);
    transition: 300ms;
    margin-top: 5px;
}

.slidecontent_headline {
    padding: 10px 40px 8px 0px;
    cursor: pointer;
}

.g-recaptcha iframe {
    border-radius: 0;
}

.flex-coll {
    display: flex;
    flex-wrap: wrap;
    float: left;
    width: 100%;
}

.collection_list.staatsanwaelte {
    width: 20%;
}

.back_to_overview {
    display: none;
}

.text-person-wrap {
    width: 66.666%;
    padding-right: 3rem;
    max-width: 1040px;
    float: left;
}

.text-person-wrap .toggle .filegallery_content,
.text-person-wrap .toggle .textcontent {
    display: none;
    padding: 0rem 2rem 2rem 2rem;
}

.text-person-wrap .toggle.active .filegallery_content,
.text-person-wrap .toggle.active .textcontent {
    display: block;
}

.collection_full.richter .collection_content.portrait,
.collection_full.staatsanwaelte .collection_content.portrait {
    width: 33.333%;
    max-width: 400px;
    float: right;
    max-height: 500px;
}

.collection_list_container #backButton {
    top: -40px;
    position: relative;
}

.collection_content.titel-cross-cases {
    float: left;
    width: 100%;
    font-size: 30px;
    margin-top: 5rem;
    margin-bottom: 1rem;
}

.collection_list.richter {
    width: 20%;
}

.text-person-wrap .title {
    font-size: var(--fs-900);
}

.collection_list.verfahren .collection_link a {
    opacity: 1;
    left: unset !important;
    top: -25px;
    right: 97px;
    width: auto;
    height: auto;
}

.main-text-wrap.toggle h4 {
    font-size: 1.5rem;
    margin-bottom: 0rem;
    transition: 800ms;
    padding: 1rem 2rem;
}

.main-text-wrap.toggle {
    border: 1px solid var(--fc-primary);
    margin-top: 1rem;
    transition: 800ms;
    cursor: pointer;
}

.main-text-wrap.toggle.active {
    transition: 800ms;
    cursor: auto;
    max-height: 500px;
    overflow-y: scroll;
}

body#body.faelle-detail {
    background: url(/userdata/04_Seiteninhalte/richter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.main-text-wrap.toggle.active::-webkit-scrollbar-button {
    display: none;
}

.personal-wrap {
    display: flex;
    flex-wrap: wrap;
}

.collection_content.portrait img {
    object-fit: contain;
    object-position: top;
}

.personal-wrap .collection_content.portrait {
    position: sticky;
    top: 100px;
}

.main-text-wrap.toggle.active h4 {
    padding-top: 2rem;
}

.text-person-wrap .filegallery_content_file svg {
    display: none;
}

.text-person-wrap .toggle.active .filegallery_content .filegallery_content_file {
    margin-bottom: 0.2rem;
}

.text-person-wrap .toggle {
    position: relative;
}

.text-person-wrap .toggle:after {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: var(--fw-bold);
    font-size: 1.4rem;
}

.text-person-wrap .toggle.active:after {
    content: '';
}

.collection_full.staatsanwaelte.richt {
    width: 100%;
}

.collection_list.verfahren .archivnummer {
    display: none;
}

body#body.richter-detail.full_preview,
body#body.staatsanwalt-detail.full_preview {
    background: url(/userdata/04_Seiteninhalte/richter-anwaelte.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.main-text-wrap.toggle {
    background-image: url(/userdata/02_Kollektionen/Assets/building_opacity.png);
    background-color: var(--secondary-accent);
    border-radius: var(--br-primary);
    color: var(--fc-dark);
}

.involve main-text-wrap.toggle:before {
    content: '';
    background-image: url(/userdata/06_Bausteine/noise.png);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-attachment: fixed;
    pointer-events: none;
}

.personal-wrap .portrait {
    position: relative;
}

.personal-wrap .portrait:before {
    content: '';
    background-image: url(/userdata/02_Kollektionen/Assets/placeholder_scan.png);
    position: absolute;
    top: -11px;
    left: 42px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    transition: 300ms;
    rotate: -8deg;
    z-index: -1;
}

.richter-detail .personal-wrap .portrait:before {
    content: '';
    background-image: url(/userdata/01_Basis/richter-sondergericht-img.jpg);
}

.staatsanwalt-detail .personal-wrap .portrait:before {
    content: '';
    background-image: url(/userdata/01_Basis/spacer-anwalt.jpg);
}

.collection_full.richter .collection_content.portrait img,
.collection_full.staatsanwaelte .collection_content.portrait img {
    rotate: 2deg;
}

.personal-wrap .portrait:after {
    content: '';
    background-image: url(/userdata/02_Kollektionen/Assets/clip.png);
    position: absolute;
    top: -18px;
    left: calc(50% - 20px);
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 3;
    transition: 300ms;
}

.collection_full.staatsanwaelte.richt {
    color: var(--clr-primary-white);
}

.collection_content.titel-cross-cases {
    color: var(--clr-primary-white);
}

.text-person-wrap {
    color: var(--clr-primary-white);
}

.component.footer-1 {
    color: var(--clr-primary-white);
}

/*high contrast*/
#body.contrast {
    --clr-primary-dark: #000000;
    --clr-primary-white: #fff;
    --clr-primary-light: #ffffff;
    --fc-primary: #ffffff;
    --fc-dark: #000;
    --fc-nav: #000000;
    --clr-border: #818181;
    --fc-white: #ffffff;
    --fc-black: #000000;
    --fc-grey: grey;
    --primary-accent: #1a1610;
    --secondary-accent: #ffffff;
    --bg-white: #ffffff;
    --bg-black: #000000;
    --bg-grey: #ffffff;
    --bg-header: #ffffff;
    --bbg: #20201f;
}

.contrast .collection_list.verfahren .verfahren_title:after {
    filter: brightness(0.95);
}

button#toggleClassButton {
    position: fixed;
    right: 0;
    padding: 0.3rem 1rem 0.3rem 0.6rem;
    border-radius: 0 0 0 10px;
    font-size: 0.9rem;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 14%);
}

button#toggleClassButton.active {
    color: var(--fc-black);
    background-color: #fff;
}

button#toggleClassButton:before {
    content: '';
    background: url(/userdata/01_Basis/contrast.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    margin-right: 0.5rem;
}

button#toggleClassButton.active:before {
    background: url(/userdata/01_Basis/contrast-reverse.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.contrast button.tab_button:hover:before, button.tab_button.active:before,
.contrast button.tab_button:hover:after, button.tab_button.active:after {
    display: none;
}

.contrast .collection_full .collection_content.main-text:after,
.contrast #slider-wrapper:after,
.contrast .collection_full.verfahren>.collection_container:before {
    background: unset;
}

.contrast .collection_full .collection_content.main-text,
.contrast .main-text-wrap.toggle:before,
.contrast .collection_list.verfahren .verfahren_title:before,
.contrast .main-text-wrap.toggle, .contrast button.tab_button:hover,
button.tab_button.active,
.contrast .collection_full.verfahren>.collection_container {
    background-image: unset;
}

.contrast button.tab_button {
    background: #e6e1dc;
}

.contrast button.tab_button.active {
    background-color: var(--secondary-accent);
}

/*END high contrast*/

li a .glossar-word,
h1 .glossar-word,
h2 .glossar-word,
h3 .glossar-word,
h4 .glossar-word {
    text-decoration: none;
}

.glossar-word {
    cursor: pointer;
    text-decoration: underline;
}

.popup:before {
    content: '';
    background-image: url(/userdata/06_Bausteine/noise.png);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-attachment: fixed;
    pointer-events: none;
    background-repeat: repeat;
}

.popup {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    padding: 20px;
    background: white;
    border-radius: var(--br-primary);
    border: 1px solid var(--bg-black);
    box-shadow: 0px 0px 0px 5000px rgba(0, 0, 0, 0.6);
    z-index: 91000;
    background-color: var(--secondary-accent);
    border-radius: var(--br-primary);
    color: var(--fc-dark);
    max-height: 90vh;
    overflow-y: scroll;
    min-height: 200px;
}

.popup.active {
    display: block;
}

.popup-close {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    font-size: 1.5rem;
}

li.level_1 a span {
    pointer-events: none;
}

div#popup-content h2 {
    color: var(--fc-dark);
}

.filter_display {
    width: 100%;
}

.collection_list.special-cases .collection_container .img {
    border: 1px solid var(--secondary-accent);
    border-bottom: none;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    height: 240px;
}

.collection_list.special-cases .collection_content.teaser {
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

a.button_filter {
    text-decoration: unset;
}

.coll-right-wrap {
    grid-area: right;
    position: sticky;
    top: 100px;
}

.coll-left-wrap {
    grid-area: left;
}

.collection_full.special-cases .collection_container {
    gap: 4rem;
    display: grid;
    grid-template-areas: "left right";
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 30px 15px;
    align-items: start;
}

.collection_full.special-cases .owl-item img {
    height: 170px !important;
    object-fit: cover !important;
}

.collection_full .collection_content.img.right img {
    border-radius: var(--br-primary);
    overflow: hidden;
}

.collection_full .collection_content.img.right {
    padding: 0 10px;
}

.collection_full .collection_content.main-text {
    background-image: url(/userdata/02_Kollektionen/Assets/building_opacity.png);
    background-color: var(--secondary-accent);
    border-radius: var(--br-primary);
    color: var(--fc-dark);
    padding: 2rem;
    position: relative;
}

.collection_full.special-cases .title {
    color: #fff;
    font-size: var(--fs-900);
}

.collection_full .teaser,
.collection_full .reading-time,
.collection_full .date {
    color: #fff;
}

.collection_full .collection_content.teaser.left,
.collection_full .collection_content.reading-time.left {
    margin-bottom: 1rem;
}

.collection_full .collection_content.main-text:after {
    content: '';
    background-image: url(/userdata/06_Bausteine/noise.png);
    background-repeat: repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-attachment: fixed;
    pointer-events: none;
}

.collection_content.data-gallery.left {
    margin-top: 1rem;
}

.collection_full.special-cases .collection_content.data-gallery .filegallery_content_file a {
    border: 1px solid var(--fc-primary);
}

.collection_full.special-cases .collection_content.data-gallery .filegallery_content_file a svg {
    fill: var(--fc-primary);
}

.filegallery_content_file {
    margin-bottom: 5px;
}

.collection_list.beschuldigte .collection_content {
    white-space: break-spaces;
}

div#popup-content a {
    color: var(--main);
}

.muster-gallery {
    padding: 0 5px;
    position: relative;
    float: left;
    width: 100%;
}

.muster-gallery .owl-item img {
    max-height: 300px !important;
}

.muster-gallery {
    padding: 4rem 0;
}

.owl-nav img {
    height: 30px !important;
}

.text_mit_bilder.text_bild .row {
    display: block;
}

.text_bild .img-description {
    font-size: 0.8rem;
    padding-top: 1.5rem;
}

.img-center .imgcontent {
    max-height: 600px;
    width: auto !important;
}

.img-center.text_bild .row {
    display: block;
}

.img-center .imgcontent {
    max-height: 600px;
    width: auto !important;
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 3rem;
}

.nur_text_element.toggle-nur-text {
    margin-top: 0;
}

.collection_list.history {
    width: 100%;
}

.collection_list.history .collection_content.time {
    font-size: 2rem;
    font-weight: 600;
}

.collection_list.history .collection_content.history-text {
    max-width: 1000px;
}

.collection_list.history .collection_content.history-optional-image img, 
.collection_list.history .collection_content.optional-image-2 img,
.collection_list.history .collection_content.history-image img {
    max-width: 100%;
    max-height: 600px;
    object-fit: contain;
    margin-top: 2rem;
}

.collection_content.history-image-description1.img-description, 
.collection_content.img-description.history-image-description2,
.collection_content.img-description.history-image-description3 {
    font-size: 0.8rem;
    margin-top: 5px;
}

.collection_list.history .collection_content.history-optional-image, 
.collection_list.history .collection_content.optional-image-2, 
.collection_list.history .collection_content.history-image {
    position: relative;
    float: unset;
    clear: both;
    margin: 0 auto;
}

.collection_list.history .collection_content.history-text {
    max-width: 1000px;
    margin: 0 auto;
}

.collection_list.history .collection_container {
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid var(--clr-border);
}

.history .collection_content.quellen {
    font-size: 0.8rem;
    margin-bottom: 2rem;
}

.history .collection_content.quellen .textcontent {
    margin-top: 0.5rem;
}

.collection_list.verfahren .hide {
    display: none;
}

.olg-praesi .collection_content.history-text {
    FLOAT: LEFT;
    TEXT-ALIGN: LEFT;
    margin: 0;
    max-width: unset !important;
}

.collection_content.olg-datum {
    float: left;
    text-align: left;
}
.collection_content.olg-name {
    float: left;
    text-align: left;
    font-size: var(--fs-700);
    width: auto;
    cursor: pointer;
}

.olg-praesi .collection_content.quellen {
    text-align: left;
    margin-bottom: 0;
}

.history.olg-praesi img {
    margin: 0 auto;
}

/* fariz */

.col-xs-12.show-more .textcontent {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.col-xs-12.show-more .textcontent.hidden {
    max-height: 240px !important;
}

.col-xs-12.show-more .textcontent::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: transparent;
    transition: background 0.5s ease;
    pointer-events: none;
}

.col-xs-12.show-more .textcontent.hidden::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgb(53, 49, 45, 0.7), rgb(53, 49, 45));
}

.show-more-btn {
    background-color: transparent;
    color: white;
    border: none;
    padding: 0px 0px;
    cursor: pointer;
    margin-top: 10px;
    font-size: 16px;
}

.show-more-btn:hover {
    text-decoration: underline;
}

/* fariz */
.img-center img {
    margin: 0 auto;
    margin-bottom: 1rem;
}

.quelle-text {
    font-size: 0.8rem;
}

/* fairz */

.text_bild .imgcontent, .nur_text_element {
    margin-top: 2rem;
}

div#redaktion {
    padding-top: 3rem;
}

/* .text_mit_bilder.text_bild {
    margin-top: 3rem;
} */

.collection_full.verfahren .collection_content.beschuldigte_im_verfahren h3.collection_content.beschuldigte__title.title.custom {
    display: block;
}

h3.collection_content.staatsanwaelte__title.title.custom {
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.anwaelte.collection_list_container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

/*Mittige Zentrierung der Textelemente auf den Inhaltsseiten*/
.container.center-container {
    display: flex;
    align-items: center;
}

/*h2 Überschriften mit Autor*/
.beteiligte  div#content h2,
.projekt div#content h2 {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0.5rem;
}

.collection_content.umgang-name {
    font-size: var(--fs-700);
}

.collection_list.umgang {
    width: 100%;
    border-bottom: 1px solid;
}

.collection_content.umgang-image img {
    width: auto !important;
    margin: 2rem 0 0 0;
}

.collection_list.umgang .collection_container .collection_content {
    display: none;
}

.collection_list.umgang .collection_container .collection_content.umgang-name {
    display: block;
}

.collection_list.umgang .collection_container .collection_content.umgang-name {
    display: block;
    cursor: pointer;
    margin: 1rem 0 0 0;
}

.collection_content.umgang-text {
    margin-top: 1rem;
}

.col-xs-12.text_bild.high.bild-1 .imgcontent img {
    width: 600px !important;
    height: auto; 
}

.col-xs-12.text_bild.high.bild-1 {
    padding-bottom: 1rem;
}

.col-xs-12.toggle-positiv-2-2 {
    cursor: pointer;
}

.col-xs-12.toggle-positiv {
    cursor: pointer;
}

.toggle-sonder-1-1 {
    cursor: pointer;
}

.col-xs-12.toggle-sonder-2-2 {
    cursor: pointer;
}

.col-xs-12.toggle-sonder-3 {
    cursor: pointer;
}

.collection_content.umgang-text .textcontent a {
    text-decoration: underline;
}

.collection_content.umgang-image img,
.collection_content.history-optional-image img, 
.collection_content.optional-image-2 img, 
.collection_content.optional-image-3 img {
    max-height: 600px;
    width: auto !important;
}

/* .collection_content.img-description.history-image-description2, 
.collection_content.img-description.history-image-description3, 
.collection_content.img-description.history-image-description {
    margin-bottom: 2rem;
} */

.no-m {
    margin: 0 !important;
}

.nur_text_element.toggle-nur-text h2 {
    cursor: pointer;
    padding-top: 1rem;
}

.olg-praesi li {
    margin-bottom: 0.6rem;
}

#popup-content h3 {
    color: var(--fc-dark);
    font-size: var(--fs-650);
}

.contrast .popup:before {
    background: #fff;
    z-index: -1;
}

.collection_content.olg-name span.glossar-word {
    text-decoration: none;
}

.collection_list.verfahren:nth-child(2n) .collection_container.hide {
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
}

.collection_full.special-cases .collection_content.teaser.left {
    display: none;
}

.collection_full.special-cases .collection_content.main-text.left {
    max-height: 60vh;
    overflow-y: scroll;
}

.collection_content.umgang-image, 
.collection_content.history-optional-image, 
.collection_content.optional-image-2,
.collection_list.umgang .collection_content.bild {
    margin-top: 2rem;
}

.collection_content.umgang-image img, 
.collection_content.history-optional-image img, 
.collection_content.optional-image-2 img,
.collection_list.umgang .collection_content.bild {
    margin: 0 auto !important;
    max-width: 600px !important;
}

.collection_list.umgang .img-description {
    text-align: center;
}

.mb3 {
    margin-bottom: 3rem;
}

.full-view .imgcontent {
    max-height: unset;
    max-width: 700px;
}

.innenansicht img {
    max-height: 600px;
    width: auto !important;
    margin-bottom: 0;
}

.innenansicht .imgcontent {
    width: auto !important;
    min-width: unset;
    float: left;
    height: auto;
    min-height: unset;
}

.mb1 {
    margin-bottom: 1rem;
}

.collection_content.umgang-name .glossar-word {
    pointer-events: none;
    text-decoration: unset;
}

.collection_list .collection_content.beschreibung_der_angelasteten_tat {
    height: 150px;
    overflow: hidden;
}

.collection_full.verfahren h2,
.collection_full.verfahren h3,
.collection_full.verfahren p,
.collection_full.verfahren strong,
.collection_full.verfahren a,
.collection_full.verfahren,
.collection_full.verfahren span,
.collection_list.verfahren h2,
.collection_list.verfahren h3,
.collection_list.verfahren p,
.collection_list.verfahren strong,
.collection_list.verfahren a,
.collection_list.verfahren,
.collection_list.verfahren span {
    font-family: var(--ff-body) !important;
    color: var(--fc-black) !important;
}

.col-xs-12.img-description {
    font-size: 0.8rem;
}

.oranges-plakat .imgcontent:before {
    display: none;
}

.oranges-plakat .imgcontent {
    width: 70%;
    max-width: 500px;
}

.plakativ {
    font-size: 1.2rem;
}

.further-img {
    animation: hop 2s infinite;
}
  
@keyframes hop {
    0%, 100%   { transform: translateY(0); }
    10%        { transform: translateY(-10px); }
    20%        { transform: translateY(0); }
    30%        { transform: translateY(-8px); }
    40%        { transform: translateY(0); }
    50%        { transform: translateY(-6px); }
    60%        { transform: translateY(0); }
    /* 60%-100%: Pause */
}

.further-img img {
    width: 100% !important;
    height: auto !important;
    float: left;
}

.further-img {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    width: auto;
    display: block;
    width: 100px;
}

.hamburger-menu ul.level_1 {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
    padding: 1rem;
}

.hamburger-menu li.level_1 a {
    text-decoration: none;
    width: 100%;
    float: left;
    padding-top: 0.5rem;
}

.hamburger-menu li.level_1 {
    border-bottom: 1px solid;
    width: 100%;
}

.ccm-settings-summoner.ccm-show {
    left: unset;
    right: 1rem;
    bottom: 1rem;
    float: left;
    display: block;
    min-width: unset !important;
    min-height: unset !important;
    height: 30px !important;
    max-height: 30px !important;
    width: 30px;
}

.ccm-settings-summoner.ccm-show button.ccm-settings-summoner--link.ccm--ctrl-init {
    width: 30px !important;
    height: 30px !important;
    box-shadow: unset !important;
}

.ccm-settings-summoner.ccm-show img {
    width: 30px !important;
    height: 30px !important;
    object-fit: contain !important;
}

.img800 img {
    max-width: 800px;
}

.mb3.mt3.img800 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important;
}

.quelle-text.mt3 {
    margin-top: 3rem;
}

.database-bt .imgcontent:after,
.database-bt .imgcontent:before {
    display: none;
}

.database-bt .imgcontent {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0;
    rotate: 0deg !important;
}

.quelle-text.mt3.no-link span {
    pointer-events: none;
    text-decoration: none !important;
}

.copyright-uni-bt:after {
    content: "© Universität Bayreuth";
    position: absolute;
    bottom: 70px;
    z-index: 12;
    width: auto;
    height: auto;
    color: var(--fc-black);
    transform: rotate(2deg);
    right: 42px;
    font-size: 0.8rem;
}


/*RESPONSIVE*/

@media (max-width: 1600px) {
    #slider #slider-title {
        margin-top: -6%;
    }

    :root {
       --fs-900: 2.4rem; 
    }

    html  {
        font-size: 15px;
    }
}

@media (max-width: 1249px) {

    .copyright-uni-bt:after {
        bottom: 65px;
        right: 46px;
    }

    #slider img {
        /* position: relative;
        right: unset;
        bottom: unset; */
        object-fit: contain;
        /* object-position: center; */
        bottom: -9px;
    }

    .collection_list.verfahren {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .collection_list.verfahren>.collection_container:before {
        width: 140px;
        height: 210px;
    }

    .collection_list.verfahren .collection_content.beschuldigte_im_verfahren .collection_content.portrait img {
        top: -19px;
        left: 20px;
        max-width: 24%;
        height: 208px !important;
    }

    .collection_list.verfahren>.collection_container {
        padding-left: 220px;
        margin-top: 80px;
    }



    #slider-wrapper {
        height: auto;
    }

    #slider #slider-title {
        flex-direction: column;
        max-width: unset;
        margin-top: unset;
        text-align: left;
        justify-content: left;
    }

    .slider-title-content-subtitle {
        max-width: 500px;
        margin: 0 auto;
    }

    div#slider {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }



    div#toggle_navigation {
        display: block !important;
    }

    #header ul.level_1 {
        gap: 0;
        flex-direction: column;
    }

    div#header_2 {
        display: none;
    }

    div#toggle_navigation:hover,
    div#toggle_navigation:active,
    div#toggle_navigation:focus {
        background: transparent;
    }

    #cookie-bar>p {
        line-height: 20px;
    }

    .further-img {
        display: none;
    }

}
/*END 1249px*/


@media (max-width: 1024px) {

    .collection_list {
        width: 50%;
    }

    .collection_list.verfahren {
        width: 100%;
        rotate: unset;
        padding: 10px;
        margin-top: 0;
        padding-bottom: 30px;
    }

    .collection_list.verfahren .verfahren_info {
        margin-bottom: 10px;
        max-width: 286px;
    }

    .collection_list.verfahren:nth-child(2n) {
        margin-top: 0;
        rotate: unset;
    }


}

/*END 1024px*/

@media only screen and (max-width: 992px) {

    .copyright-uni-bt:after {
        bottom: 75px;
        right: 40px;
    }

    #slider img {
        opacity: 0.1 !important;
    }

    .footer-sitemap ul {
        flex-wrap: wrap;
    }

    div#cookiewarnung {
        width: 90%;
    }

    button.tab_button {
        font-size: 14px;
        padding-right: 5px;
        padding-left: 5px;
    }

    #header #header_1 {
        width: auto;
    }
}

/*END 992px*/

@media (max-width: 768px) {

    :root {
        --fs-900: 2rem;
    }

    .text_bild .row {
        flex-wrap: wrap;
        gap: 2rem;
    }

    .collection_list.verfahren .collection_link a {
        top: -20px;
        right: 49px;
    }

    .collection_list.verfahren .collection_content.beschuldigte_im_verfahren .collection_content.portrait img {
        max-width: 146px;
    }

    .collection_list.verfahren .verfahren_codes {
        width: 100%;
        border: 1px solid var(--primary-accent);
        border-left: 1px solid var(--primary-accent);
        border-top: 0;
        height: auto;
    }

    .collection_list.verfahren .verfahren_title:after {
        background-repeat: no-repeat;
        top: -16px;
        width: 150px;
    }

    .collection_list.verfahren .verfahren_title {
        width: 100%;
    }

    .component.copyright {
        display: flex;
        flex-direction: column;
    }

    #cookie-bar {
        text-align: center;
    }

    #cookie-bar #cookie-bar-button {
        float: none;
        margin-left: 0;
        margin-top: 10px;
    }

    #cookie-bar>p {
        float: none;
    }

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .row {
        flex-wrap: wrap;
    }

    .pop-up-button {
        margin-top: 1rem;
    }

    .pop-up-button-group .row {
        flex-wrap: wrap;
        margin-left: 7px;
    }

    #slider div#slider-title {
        padding: 0 20px;
    }

    #footer .footer-1,
    #footer .footer-2,
    #footer .footer-3,
    #footer .footer-4 {
        text-align: center;
        margin-bottom: 25px;
    }

    .footer-sitemap li.level_1 {
        width: 50%;
        margin-bottom: 30px;
    }

    .seo .footer-1 {
        padding: 0 20px;
        border: 0;
    }

    .seo .footer-2 {
        padding: 0;
    }

    #privacy-policy .footer-1,
    div#privacy-policy {
        text-align: center !important;
    }

    div#privacy-policy ul {
        padding: 0 !important;
        margin: 0 !important;
    }

    .component.privacy_policy {
        padding: 20px 0 0 0;
    }

    div#cookiewarnung {
        font-size: 13px !important;
    }



}

/*END 768px*/

@media (max-width:600px) {
    .collection_list {
        width: 100%;
    }





    .pop-up-button {
        width: 40% !important;
        float: left !important;
    }

    .pop-up-button .textcontent {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

}

/*END 600px*/
@media (max-width: 548px) {
    .collection_list.verfahren>.collection_container {
        padding: 15px;
        padding-left: 15px;
        padding-top: 220px;
    }
}

@media (max-width: 500px) {

    div#content, .main-screen {
        padding: 30px 0 !important;
    }

    .pop-up-element {
        padding: 30px 10px !important;
    }

    .container {
        min-width: 250px;
    }

    div#slider-wrapper {
        height: auto !important;
    }

    #slider div#slider-title {
        padding: 0 20px !important;
    }

    .footer-sitemap li.level_1 {
        width: 100%;
        text-align: center;
    }
}

/*END 500px*/



@media (max-width: 350px) {
    .collection_list.verfahren .verfahren_info {
        max-width: 200px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px;
    }

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {

    .container {
        max-width: 100%;
    }

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    .container {
        max-width: 1420px;
    }


}

@media (min-width: 1500px) {
    .container {
        max-width: 1500px;
    }
}



