@import url("https://fonts.verwaltungsportal.de/import/?family=Source+Sans+3:400,400i,700,700i");

html {
    max-width: 1930px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
    scrollbar-color: #636363 #ffffff;
    scrollbar-width: thin;
}

body {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    color: #636363;
    background: #ffffff;
    font-size: 1rem;
    /* 1rem = 16px */
    line-height: 1.5;
}

html,
body {
    height: 100vh;
}

a {
    color: #3750a0;
}

a:is(:hover, :focus) {
    color: #c34213;
    text-decoration: underline;
}

b,
strong {
    font-weight: 700;
}

/* ------------------------------------------------ content ----------------------------------------------- */

#content {
    padding: clamp(30px, 4vw, 60px) 0;
}

/* ------------------------------------------------ eventsWrapper ----------------------------------------------- */

#eventsWrapper :is(h1, h2, h3, h4, h5, h6) {
    font-weight: 700;
    color: #3750a0;
    margin: 0;
}

/* ------------------------------------------------ @26tab ----------------------------------------------- */

#eventsWrapper {
    margin: auto;
    width: 100%;
    max-width: 1200px;
    padding-top: clamp(40px, 5vw, 80px);
}

#eventsWrapper .noPadding {
    padding: 0;
}

#eventsWrapper .tab_link_entries {
    opacity: 0 !important;
    transition: opacity 150ms linear;
}

#eventsWrapper .tab_link_entries.slick-initialized {
    opacity: 1 !important;
}

#eventsWrapper .specialHeadline {
    margin-bottom: 20px;
}

#eventsWrapper .specialHeadline :is(h2, h3) {
    line-height: 1;
}

#eventsWrapper .row-1 {
    align-items: center;
}


@media (max-width: 767px) {
    #eventsWrapper .row-1>div:nth-child(2) {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    #eventsWrapper .row-1>div:nth-child(2) {
        text-align: right;
    }
}

#eventsWrapper h3 {
    margin: 0;
    font-size: clamp(1rem, 2vw, 1.75rem);
    color: #636363;
}

#eventsWrapper h2 {
    font-size: clamp(1.5625rem, 3vw, 2.5rem);
}

#eventsWrapper .tab_link_entry {
    font-size: 1rem;
    padding: 20px;
    background: #ffffff;
    padding-top: 160px;
    border-radius: 15px;
    border: 4px solid #e8e8e8 !important;
    position: relative;
    min-height: 100%;
    display: flex !important;
    flex-direction: column !important;
    transition: border-color 300ms linear;
}

#eventsWrapper .tab_link_entry:hover {
    border-color: #fce5dd !important;
}

#eventsWrapper .tab_link_title a {
    font-size: 1.25rem;
    font-weight: 700;
}

#eventsWrapper .tab_link_entry::before,
#eventsWrapper .tab_preview_picture {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    height: 134px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden;
}

#eventsWrapper .tab_preview_picture img {
    position: absolute;
    margin: 0 !important;
    left: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    max-width: 350px;
    width: auto;
    height: auto;
    -ms-interpolation-mode: bicubic;
    transform: translateX(-50%) translateY(-50%);
}

#eventsWrapper .tab_link_entry::before {
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ----------------------- @26tab slider arrows + dots ------- DO NOT DELETE ----------------------- */

#eventsWrapper .slick-slide {
    padding: 15px;
    height: unset;
    display: grid;
}

#eventsWrapper .slick-track {
    display: flex;
    align-items: stretch;
}

#eventsWrapper .slick-dots button,
#eventsWrapper .slick-button {
    background: transparent;
    border: none;
    padding: 5px;
}

#eventsWrapper .slick-button {
    font-size: 0px;
    position: relative;
    top: 7px;
}

#eventsWrapper .slick-prev {
    margin-left: 14px;
}

@media (max-width: 767px) {
    #eventsWrapper .slick-next {
        margin-left: 14px;
    }
}

#eventsWrapper .slick-button::before {
    display: block;
    line-height: 9px;
    height: 20px;
    font-size: 40px;
    color: #000000;
}

#eventsWrapper .slick-button::after {
    content: "";
    position: absolute;
    pointer-events: none;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.05);
    transition: width 200ms linear, height 200ms linear;
    z-index: -1;
}

#eventsWrapper .slick-button:focus::after,
#eventsWrapper .slick-button:hover::after {
    width: 28px;
    height: 28px;
}

@media (max-width: 767px) {

    #eventsWrapper .slick-button::after,
    #eventsWrapper .slick-button::after {
        width: 28px;
        height: 28px;
    }
}

#eventsWrapper .slick-dots {
    padding: 0 15px;
    list-style: none;
}

#eventsWrapper .slick-dots>li {
    display: inline-block;
    position: relative;
    top: 50%;
    font-size: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #253a7b;
    transform: translateY(-50%);
}

#eventsWrapper .slick-dots,
#eventsWrapper .slick-button {
    display: inline-block !important;
}

@media (max-width: 767px) {
    #eventsWrapper .slick-dots {
        display: none !important;
    }
}

#eventsWrapper .slick-dots>li.slick-active {
    background: #c34213;
    border-color: #c34213;
    transition: background 200ms linear;
}

#eventsWrapper .slick-dots>li+li {
    margin-left: 10px;
}

#eventsWrapper .slick-prev::before {
    content: "\2039";
}

#eventsWrapper .slick-next::before {
    content: "\203A";
}

/* ------------ @26tab slider 1 stop/play button for accessibility ------- DO NOT DELETE ------------ */

#eventsWrapper .slick-animate-control {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    top: 0;
    left: 10px;
    border: 1px solid #ffffff;
    background-color: #000;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M12 36V12h24v24Z' fill='%23fff'/%3E%3C/svg%3E");
}

#eventsWrapper .slick-animate-control.slick-pause {
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M16 37.85v-28l22 14Z' fill='%23fff'/%3E%3C/svg%3E");
}

/* #region --------------------------------------- buttons -------------------------------------- */

.tab_link_mehr {
    font-size: 0;
    margin-top: auto;
}

.tab_link_mehr a,
.buttonStyle a {
    display: inline-block;
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 700;
    background: #3750a0;
    padding: 9px 60px 9px 20px;
    border-radius: 30px;
    position: relative;
    text-decoration: none !important;
}


.tab_link_mehr a {
    font-size: 0.875rem;
}

.tab_link_mehr a::after,
.buttonStyle a::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    width: 40px;
    background: rgba(0, 0, 0, 0.2) url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M27 34.85q-.45-.45-.45-1.075t.4-1.025l7.35-7.35H9.5q-.65 0-1.075-.425Q8 24.55 8 23.9q0-.65.425-1.075Q8.85 22.4 9.5 22.4h24.8L26.9 15q-.45-.45-.425-1.05.025-.6.475-1.05.45-.4 1.075-.4t1.025.4L39 22.85q.25.25.35.5.1.25.1.55 0 .3-.1.55-.1.25-.35.5l-9.9 9.9q-.45.45-1.05.45-.6 0-1.05-.45Z' fill='%23fff'/%3E%3C/svg%3E") center / 24px auto no-repeat;
    border-radius: 50%;
    transition: background 300ms linear;
}

.tab_link_mehr a::after {
    width: 31px;
}

@media (max-width: 991px) {
    .buttonStyle a {
        font-size: 0.875rem;

    }

    .buttonStyle a::after {
        width: 31px;
    }
}

.tab_link_mehr a:hover,
.tab_link_mehr a:focus,
.buttonStyle a:hover,
.buttonStyle a:focus {
    background-color: #c34213;
}

.tab_link_mehr a:hover:after,
.tab_link_mehr a:focus:after,
.buttonStyle a:hover::after,
.buttonStyle a:focus::after {
    background-color: rgba(0, 0, 0, 0.9);
}

/* #endregion ------------------------------------ buttons -------------------------------------- */

#nw23 {
    max-width: 1200px;
    width: 100%;
    margin: auto;
}

#nw23 .tab_link_entry {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
    padding: 30px 35px;
    font-size: 1rem;
    border-bottom: none !important;
}

#nw23 .tab_link_entry {
    padding-left: 385px;
    min-height: 285px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    color: #444444;
    font-size: 1rem;
    height: 100%;
}

#nw23 .tab_link_entry #nw23 .tab_preview_picture {
    background: #fff;
}

#nw23 .tab_link_title a::before,
#nw23 .tab_preview_picture {
    max-width: 350px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

@media (max-width: 767px) {
    #nw23 .tab_link_entry {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 280px;
    }

    #nw23 .tab_link_title a::before,
    #nw23 .tab_preview_picture {
        max-width: 100%;
        max-height: 250px;
    }
}

#nw23 .tab_date {
    font-style: italic;
    margin-bottom: clamp(20px, 3vw, 40px);
}

#nw23 .tab_preview_picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#nw23 .tab_link_title a::before {
    content: "";
    background: no-repeat center / cover;
}

#nw23 .tab_link_title {
    order: -1;
}

#nw23 .tab_spacer {
    display: none;
}

#nw23 .tab_link_title a {
    font-size: clamp(1.25rem, 2vw, 1.6875rem);
    font-weight: 700;
    color: #0c5c82;
    line-height: 1.2;
}

#nw23 .tab_link_mehr {
    font-size: 0px;
}

#nw23 .tab_link_mehr a {
    background: #ccdc65;
    color: #444;
    padding: 7px 15px;
    font-size: 1rem;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

#nw23 .tab_link_mehr a:hover,
#nw23 .tab_link_mehr a:focus {
    background: #444;
    color: #fff;
}

#nw23 .slick-slide {
    padding: 15px;
    display: flex;
    align-items: stretch;
}

#nw23 .noPadding {
    padding: 0px;
}

#nw23 .slick-track {
    display: flex;
}

#nw23 .slick-track>.slick-slide {
    height: auto;
    display: flex;
}

#nw23 .slick-dots button,
#nw23 .slick-button {
    background: transparent;
    border: none;
    padding: 5px;
}

#nw23 .slick-button {
    font-size: 0px;
    position: relative;
    top: 4px;
}

#nw23 .slick-prev {
    margin-left: 14px;
}

@media (max-width: 767px) {
    #nw23 .slick-next {
        margin-left: 14px;
    }
}

#nw23 .slick-button::before {
    font-size: 40px;
    line-height: 9px;
    height: 20px;
    display: block;
    color: #000000;
}

#nw23 .slick-button::after {
    content: "";
    pointer-events: none;
    width: 0;
    height: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.05);
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    transition: width 200ms linear, height 200ms linear;
}

#nw23 .slick-button:focus::after,
#nw23 .slick-button:hover::after {
    width: 28px;
    height: 28px;
}

@media (max-width: 767px) {

    #nw23 .slick-button::after,
    #nw23 .slick-button::after {
        width: 28px;
        height: 28px;
    }
}

#nw23 .slick-dots {
    padding: 0 15px;
    list-style: none;
}

#nw23 .slick-dots>li {
    font-size: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #aaaaaa;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    position: relative;
}

#nw23 .slick-dots,
#nw23 .slick-button {
    display: inline-block !important;
}

@media (max-width: 767px) {
    #nw23 .slick-dots {
        display: none !important;
    }
}

#nw23 .slick-dots>li.slick-active {
    background: #ccdc65;
    transition: background 200ms linear;
}

#nw23 .slick-dots>li+li {
    margin-left: 10px;
}

#nw23 .slick-prev::before {
    content: "\2039";
}

#nw23 .slick-next::before {
    content: "\203A";
}

/* slider 1 stop/play button for accessibility -------------------- */

#nw23 .slick-animate-control {
    position: relative;
    z-index: 2;
    border-radius: 50%;
    border: 1px solid #ffffff;
    width: 30px;
    height: 30px;
    top: -5px;
    left: 10px;
    background-color: #000;
    background-size: 16px 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M12 36V12h24v24Z' fill='%23fff'/%3E%3C/svg%3E");
}

#nw23 .slick-animate-control.slick-pause {
    background-size: 20px 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='48' width='48'%3E%3Cpath d='M16 37.85v-28l22 14Z' fill='%23fff'/%3E%3C/svg%3E");
}