/* nunito-sans-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Nunito Sans', Roboto, "Segoe UI",
        -apple-system, BlinkMacSystemFont,
        "Helvetica Neue", Arial, sans-serif;
    ;
    font-style: normal;
    font-weight: 400;
    src: url('/wp-content/themes/kk-relaunch/vendors/fonts/nunito-sans/nunito-sans-v19-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
    --kk-base-color: #6bb7a5;
    --kk-akzent-color: #3ed69f;
}


/*
 ------------------------------------------------------------------------------------------
 ALLGEMEINES
 ------------------------------------------------------------------------------------------
 */
html {
    font-size: 62.5%;
    font-display: swap;
    min-height: 100vh;
    position: relative;
}

body {
    background: transparent;
    font-size: 18px !important;

    font-family: 'Nunito Sans', Avenir, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000 !important;
    margin: 0;
    overflow-x: hidden;

    --swiper-pagination-bullet-size: 16px;
}

strong,
b {
    /*font-family: 'Nunito', sans-serif;*/
    font-weight: 600;
}

.bgc-white {
    background: #FFF;
}

.bgc-white-transparent {
    background: rgba(255, 255, 255, 0.95);
}

h1 {
    /* font-family: 'PT Serif', serif; */
    font-size: 46.39px !important;
    font-weight: 600;
    color: #000;
}

h2 {
    font-size: 29.69px;
    color: #000;
    font-weight: 600;
}

.text-start h2 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}

.text-start .wp-block-image {
    margin-bottom: 3rem;
}


h3 {
    font-size: 21.75px;
    font-weight: 600;
    color: #000;
}

.look-h4,
h4 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

#branding {
    width: 220px;
}

strong {
    color: #000;
}

input,
select {
    font-size: 1.7rem !important;
    border-radius: 3px !important;
}

#main-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    background: #f9f9f9;
}

#content {
    margin-bottom: 4.5rem;
}

.front-page-container {
    background-color: #FFF;
}

#main-wrapper footer {
    margin-top: auto;
}

.single-post .single-header h1 {
    /* font-family: 'PT Serif', serif; */
    font-size: 4rem;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

}

.single-post .text-preview {
    color: #28724F;
    /* font-size: 23.75px; */
    font-weight: 600;
}


article a,
.kommune-text-content a,
a.auto-link,
.article-content a,
a[data-type="link"],
a[data-type="URL"] {
    /* color: #28724F !important; */
    text-decoration: underline 0.2em #28724F !important;
    transition: all 0.15s ease-in-out;
}

.article-content a:hover,
article a:hover,
a.auto-link:hover,
a[data-type="link"]:hover,
a[data-type="URL"]:hover {
    color: #000 !important;
    text-decoration: underline 0.2em #3ed69f !important;
}

article a:hover span.article-count {
    display: inline-block !important;
    float: right;
    color: #d1d1d1;
    font-size: 15px !important;
}

.wp-block-image figcaption,
.single-article-image figcaption {
    color: rgba(0, 0, 0, 0.45);
}

.page-template-page-imprint .content-area a,
.link-list a,
.single .post a {
    text-decoration: underline 0.2em #3ed69f !important;
    transition: all 0.15s ease-in-out;
}

.link-list a:hover,
.page-template-page-imprint .content-area a:hover,
.single .post a:hover {
    color: #000;
    text-decoration: underline 0.2em #000 !important;
    transition: all 0.15s ease-in-out;
}

#site-title h1,
#site-title a {
    /* font-family: 'PT Serif', serif; */
    font-size: 3rem;
    text-decoration: none;
    color: #000;
    display: inline-block;
    line-height: 3.5rem;
}

p {
    margin-bottom: 2.25rem;
}

.bgc-podcast {
    background: #6BB7A5 !important;
}

.bgc-grey {
    background: rgba(70, 70, 70, 0.05);
}

.bgc-light-grey {
    background: rgba(70, 70, 70, 0.05);
}

.bgc-green {
    background: #c9dcd3;
    color: #000;
}

.lable-grey {
    color: #313131;
    font-size: 1.2rem;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.color-grey {
    color: #606060;
}

.color-white {
    color: #FFF;
}

.color-lighergrey {
    color: rgba(0, 0, 0, 0.2);
}

.color-lighgrey {
    color: rgba(0, 0, 0, 0.07);
}

.color-light {
    color: #d1d1d1;
}

.bg-none {
    background: #fafafa !important;
}

.page-header-bgc {
    background: rgba(40, 114, 79, 0.25);
    background: -moz-linear-gradient(left, rgba(40, 114, 79, 0.25) 0%, rgba(40, 114, 79, 0.25) 50%, white 50%);
    background: -webkit-linear-gradient(left, rgba(40, 114, 79, 0.25) 0%, rgba(40, 114, 79, 0.25) 50%, white 50%);
    background: linear-gradient(to right, rgba(40, 114, 79, 0.25) 0%, rgba(40, 114, 79, 0.25) 50%, white 50%);
    /* margin-bottom: 7.5rem; */
    margin-top: 7.5rem;
}

.page-header-bgc {
    margin-top: 0rem;
    background: linear-gradient(61deg, #3ed69f, #327c6f);
    background: rgba(62, 214, 159, 0.5);

}

.page-header-bgc h1 {
    /*color: #FFF; */
}

.filter-bar .form-group label.ppf-label {
    color: #707070;
    display: block;
    text-transform: uppercase !important;
    font-weight: 800;
    font-size: 12.16px !important;
    color: #606060;
    margin-bottom: 5px;
}

a {
    color: #000;
    text-decoration: none;
}

/*
 ------------------------------------------------------------------------------------------
 HEADER
 ------------------------------------------------------------------------------------------
 */
#wrapper.on-scroll header {
    /*position: fixed; */
    top: 0px;
    width: 100%;
    background: #FFF;
    z-index: 201;
    border-bottom: 0 solid #e7c7d6 !important;
    box-shadow: 0 1px 15px rgb(0 0 0 / 10%);
}

.on-scroll #top-bar {
    display: none !important;
    transition: all 0.15s ease-in-out;
}

#wrapper.on-scroll header .input_search {
    margin-top: 15px !important;
}

.search-open .search-btn {
    padding-top: 3rem !important;
}

/*
 ------------------------------------------------------------------------------------------
 MAPBOX
 ------------------------------------------------------------------------------------------
 */
.mapbox-container {
    background: #FFF;
    height: 750px;
}

.mapbox-container #map {
    min-height: 750px;
}

.mapboxgl-popup {
    z-index: 15;
}


.mapboxgl-popup-content {
    min-width: 240px;
    text-align: center;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.9);
}

.mapboxgl-popup-content h3 {
    /*font-family: 'PT Serif', serif; */
    font-size: 2rem;
    margin-bottom: .5rem;
    color: #000;
}

.mapboxgl-popup-content h3.map-title {
    font-size: 1.7rem;
    color: #000;
    text-align: left;
}

.mapboxgl-popup-content .map-kommunen-count {
    color: #c4c4c4;
    display: block;
    text-align: left !important;
}

.mapboxgl-popup-content ul li {
    color: #c4c4c4 !important;
    text-align: left !important;
    margin-bottom: 3px;
}

.mapbox-list .cat-point,
.mapboxgl-popup-content .cat-point {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    position: relative;
    top: 5px;
    margin-right: 0.75rem;
}

.mapbox-list .cat-point {
    height: 15px;
    width: 15px;
    border-radius: 15px;
    top: 0px;
    border: 2px solid #FFF;
    margin-right: -5px;
}

.rounded-rect {
    background: white;
}

.flex-center {
    position: absolute;
    display: flex;
    /* justify-content: center;
    align-items: center; */
    flex-direction: column;
}

.flex-center.left {
    left: 0px;
}

.flex-center.right {
    right: 0px;
}

.sidebar-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.sidebar-content span {
    color: #707070;
    font-size: 1.7rem;
}

.sidebar-content h2 {
    color: #000;
    font-size: 3rem;
    margin-bottom: 1.5rem;
    /*font-family: 'PT Serif', serif; */
}

.sidebar-toggle {
    position: absolute;
    width: 1.3em;
    height: 1.3em;
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-toggle.left {
    right: -1.5em;
}

.sidebar-toggle.right {
    left: -1.5em;
}

.sidebar-toggle:hover {
    color: #0aa1cf;
    cursor: pointer;
}

.sidebar {
    transition: transform 1s;
    z-index: 1;
    width: 400px;
    height: 100%;
}

/*
The sidebar styling has them "expanded" by default, we use CSS transforms to push them offscreen
The toggleSidebar() function removes this class from the element in order to expand it.
*/
.left.collapsed {
    transform: translateX(-400px);
}

.right.collapsed {
    transform: translateX(395px);
}

.kommune_post {
    border-top: 2px solid rgba(0, 0, 0, 0.07);
}

.kommune_post ul {
    padding: 0;
    list-style: none;
}

.kommune_post ul li a {
    text-decoration: none;
    color: #000;
    font-size: 1.7rem;
    text-decoration: underline 0.15em rgba(255, 255, 255, 0);
    transition: text-decoration-color 150ms;
}

.kommune_post ul li a:hover {
    text-decoration: underline 0.15em rgba(0, 0, 0, 1);
    color: #000;
    font-size: 1.7rem;
}

.kommune_post ul li {
    margin-bottom: 0.75rem;
}

.mapbox-search {
    border-bottom: 1px solid #f0f0f0;
}

.mapbox-list-container {
    overflow-y: scroll;
}

.mapbox-list {
    list-style: none;
    padding: 0px;
}

.mapbox-list li {
    border-bottom: 1px solid #f0f0f0;
    padding: 15px;

}

.mapbox-list li.hovered-element,
.mapbox-list li:hover {
    background: #f9f9f9;
}

.mapbox-list li h4 {
    font-size: 1.7rem;
    font-weight: 800;
}

/*
 ------------------------------------------------------------------------------------------
 NAVIGATION
 ------------------------------------------------------------------------------------------
 */
#top-bar {
    background: rgba(40, 114, 79, .25);
    transition: all 0.15s ease-in-out;
}

.on-scroll #top-bar {
    height: 0px !important;
}

#top-bar li.menu-item a {
    color: rgba(0, 0, 0, 0.55);
    font-size: 1.6rem;
}

#top-bar li.menu-item {
    padding: 0.25rem 1.5rem;
}

#menu-hauptmenue-neu,
#menu-hauptmenue {
    padding-top: 5px;
}

#menu-hauptmenue-neu .menu-item,
#menu-hauptmenue .menu-item {
    padding: 0.75rem 1.5rem;
}

#menu-hauptmenue-neu .menu-item a,
#menu-hauptmenue .menu-item a {
    color: #000;
    text-decoration: none;
    /* font-size: 1.9rem; */
    font-weight: 600;
    transition: all 0.15s ease-in-out;
    position: relative;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

#menu-hauptmenue-neu .menu-item:not(.current-menu-item) a:after,
#menu-hauptmenue .menu-item:not(.current-menu-item) a:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 4px;
    bottom: 1px;
    display: block;
    background: #d1d1d1;
    transition: all 0.2s ease-in-out;
}

#menu-hauptmenue .menu-item:not(.current-menu-item) a:hover,
#menu-hauptmenue .menu-item:not(.current-menu-item) a:hover {
    /* color: #d1d1d1; */
}

#menu-hauptmenue-neu .menu-item:not(.current-menu-item) a:hover:after,
#menu-hauptmenue .menu-item:not(.current-menu-item) a:hover:after {
    width: 100%;
}

.post-preview-list {
    color: #000;
    text-align: left;
    list-style: none;
    padding: 0px;
}

.post-preview-list li {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

/*
 ------------------------------------------------------------------------------------------
 WIDGETS
 ------------------------------------------------------------------------------------------
 */

.person-widget {
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: white;
}

.person-widget h2,
#widget-kommune h2 {
    /*font-family: 'PT Serif', serif; */
    font-size: 5rem;
    line-height: 5.8rem;
}

#widget-kommune .info-row {
    margin-bottom: 0.75rem;
}

.info-row {
    margin-bottom: 0.75rem;
}

.mapbox {
    background: #AAF1AD;
    /* min-height: 540px; */
    min-height: 320px;
}

.theme-map .mapbox {
    min-height: 700px;
}

h3.own-marker,
h3.foreign-marker {
    position: relative;
}

h3.foreign-marker:before,
h3.own-marker:before {
    position: absolute;
    content: "";
    background: #28724F;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    left: 0px;
    top: 2px;
}

h3.foreign-marker:before {
    background: #FF9366;
}

.person-image {
    width: 240px;
    height: 240px;
    background: rgba(0, 0, 0, 0.07);
    border-radius: 100%;
    overflow: hidden;
    display: flex;
}

.person-image img {
    margin-left: auto;
    margin-right: auto;
}

.widget-kommune a {
    color: #000;
    text-decoration: none;
}

/*
 ------------------------------------------------------------------------------------------
HAMBURGER
 ------------------------------------------------------------------------------------------
 */
.navbar-toggler .icon-bar {
    background-color: #707070;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    transition: opacity, transform;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 0.75rem;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
    background-color: #707070;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transform: translateX(-100%);
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
    background-color: #707070;
}

/*
 ------------------------------------------------------------------------------------------
SQUARE GALLERY
 ------------------------------------------------------------------------------------------
 */
.gallery-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
    justify-content: space-around;
    line-height: 30px;
}

/*
 ------------------------------------------------------------------------------------------
 STARTSEITE
 ------------------------------------------------------------------------------------------
 */

.look-h2,
.category-desc .look-h2,
.category-desc h2 {
    font-size: 37.11px !important;
    font-weight: 600;
    margin-bottom: 3rem;
}

.category-desc .look-h2 a,
.category-desc h2 a {
    color: inherit;
    text-decoration: none;
    /* font-size: 46.39px !important; */
    font-size: 37.11px !important;
}

.category-desc h2 .smaller,
.category-desc h2 a .smaller {
    font-size: 19.00px !important;
    display: block;
    margin-bottom: 7.5px;
}

.topic-main-content {
    margin-top: -120px;
    cursor: pointer;
    position: relative;
}

.topic-main-content h2 {
    font-size: 29.69px;
    font-weight: 600;
}

.topic-main-content p {
    color: #606060;
}

.topic-main .image-wrapper {
    position: relative;
}

.topic-main .image.interview {
    min-height: 100%;
}

.topic-main .image:not(.interview) {
    min-height: 600px;
}

.topic-main .image:not(.interview) img {
    max-width: 90% !important;
}

.topic-main .wp-post-image {
    z-index: -1;
}

.sub-topic .image-interview {
    border-radius: 100%;
    overflow: hidden;
    border: 0px solid #FFF;
    transition: all .3s ease-in-out;
}

.sub-topic:hover .image-interview {
    border: 7px solid #d1d1d1;
}

.topic-main .article-image,
.sub-topic .article-image .sub-topic .image-interview img,
.kommunen-news .article-image {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

}

.topic-main:hover .article-image,
.sub-topic:hover .article-image,
.sub-topic:hover .image-interview img,
.kommunen-news:hover .article-image {
    -webkit-transform: scale(1.025);
    transform: scale(1.025);
    opacity: 0.95;
}

.topic-main h2,
.sub-topic h3,
.kommunen-news h3 {
    text-decoration: underline 0.15em #FFF !important;
    transition: all .15s ease-in-out;
}


.topic-main:hover h2,
.sub-topic:hover h3,
.kommunen-news:hover h3 {
    text-decoration: underline 0.15em #d1d1d1 !important;
}

.kommunen-news:hover {
    cursor: pointer;
}

.topic-main .image-wrapper .image {
    transition: all 0.15s ease-in-out;
}

.topic-main:hover .image-wrapper .image {
    /* background: #AAF1AD !important; */
}

.topic-main .image-wrapper .image {
    min-height: 600px;
    overflow: hidden;
}

.topic-main .sub-topic .image {
    min-height: inherit !important;
}

.topic-main .image::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    box-shadow: inset 0 0 1em rgba(0, 0, 0, 0);
    z-index: 99;
    transition: all 0.15s ease-in-out;
}

.image::before {
    box-shadow: inset 0 0 1em rgba(0, 0, 0, 0.1);
}

.border-right-grey {
    border-right: 1px solid #D1D1D1;
}

.border-top-grey {
    border-top: 1px solid #D1D1D1;
}

.border-top-grey-large {
    border-top: 7.5px solid #f9f9f9;
}


.border-bottom-grey {
    border-bottom: 1px solid #D1D1D1;
}

.topic-main .main-category-label {
    color: #707070;
    transition: all 0.15s ease-in-out;
}

.topic-main:hover .main-category-label {
    color: #707070;
}

.category-label {
    padding: .5rem 1rem;
    text-transform: uppercase;
    color: #000;
    font-size: 15.20px;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
}

.sub-topic .sub-topic-image .image {
    width: 100%;
    /*
    min-height: 520px;
    max-height: 520px;
	*/
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.sub-topic .sub-topic-image.trend-article .image {
    height: 520px;
}

.sub-topic,
.sub-topic img {
    transition: all 330ms ease-in-out;
}

.sub-topic img {
    min-width: 100%;
    max-height: 305px;
}

.sub-topic .sub-topic-content {
    margin-top: 1.5rem;
}

.sub-topic .sub-topic-content .look-h2,
.sub-topic .sub-topic-content h2 {
    /*font-family: 'PT Serif', serif; */
    font-size: 2.75rem;
    margin-bottom: 3rem;
    text-decoration: underline 0.15em rgba(255, 255, 255, 0);
    transition: text-decoration-color 150ms;
}

.sub-topic:hover .sub-topic-content h2 {
    text-decoration-color: rgba(0, 0, 0, 1);
}

.sub-topic-small h2 {
    text-decoration: underline 0.15em rgba(255, 255, 255, 0);
    transition: text-decoration-color 150ms;
}

.sub-topic-small:hover h2 {
    text-decoration-color: rgba(0, 0, 0, 1);
}

.sub-topic:hover {
    cursor: pointer;
}

.sub-topic .image .category {
    transition: all 330ms ease-in-out;
}

.sub-topic .image {
    position: relative;
    transition: all 0.15s ease-in-out;
}

.sub-topic-small .image img,
.sub-topic .image img {
    /*filter: grayscale(0.35); */
    opacity: 0.95;
}

.sub-topic .category {
    position: absolute;
    bottom: 0px;
    color: #FFF;
    padding: 1.5rem;
    /*font-family: 'PT Serif', serif; */
    font-style: italic;
    font-weight: normal;
    background: linear-gradient(to top, rgba(167, 85, 85, 0.35) 0%, rgba(0, 0, 0, 0) 85%);
    width: 100%;
}

.content-separator {
    background: rgba(40, 114, 79, 0.25);
    color: #FFF;
}

.content-separator h2 {
    /*font-family: 'PT Serif', serif; */
    font-size: 5rem;
    margin-bottom: 3rem;
    color: #FFF;
}

.content-separator.newsletter-container {
    color: rgba(0, 0, 0, .55);
}

.content-separator.newsletter-container h2 {
    color: rgba(0, 0, 0, .55);
}

.newsletter-container {
    /* background: linear-gradient(to bottom,#3ed69f,#31AB7F); */
    background: url('../images/newsletter-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -120px;
    padding-bottom: 9rem !important;
}

.newsletter-container .look-h2 {
    color: #000;
}

.sub-topic-small-new:hover,
.sub-topic-small:hover {
    cursor: pointer;
}

.sub-topic-small-new .look-h2,
.sub-topic-small-new h2,
.sub-topic-small .look-h2,
.sub-topic-small h2 {
    /*font-family: 'PT Serif', serif; */
    font-size: 2.2rem;
    margin-bottom: 0.75rem;
}

.sub-topic-small-new .look-h2,
.sub-topic-small-new h2 {
    font-size: 3rem;
}

.sub-topic-small .image {
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.07);
    position: relative;
    transition: all 0.15s ease-in-out;
}

.sub-topic-small-new .image {
    background: rgba(0, 0, 0, 0.07);
    position: relative;
    transition: all 0.15s ease-in-out;
}

.sub-topic-small-content p {
    margin-bottom: 0.75rem;
}

.sub-topic-small-new .image:after,
.sub-topic-small .image:after {
    transition: all 0.15s ease-in-out;
}

.sub-topic-small-new:hover .image:after,
.sub-topic-small:hover .image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0px;
    border: 3px solid #aaf1ad;
    transform: scale(1) translate(-5px, 5px);
    transition: all 0.15s ease-in-out;
}

.sub-topic-small:hover .image {
    background: transparent;
    transition: all 0.15s ease-in-out;
}

.sub-topic-small-new:hover .image img,
.sub-topic-small:hover .image img {
    transform: scale(1) translate(2.5px, -2.5px);
    opacity: 1 !important;
    transition: all 0.15s ease-in-out;
}

.without-bgc {
    background: none !important;
    position: relative;
    overflow: hidden;
}

.color-overlay {
    transform: rotate(4deg);
    background: #ff8279;
    z-index: 138;
    position: absolute;
    height: 820px;
    display: block;
    top: -120px;
    left: -48%;
    width: 100%;
}

h2 .arrow {
    transition: all 0.15s ease-in-out;
}

h2:hover .arrow {
    left: 10px;
}

.content-overlay {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 100;
}

.content-overlay h2 {
    font-size: 5rem;
    /* font-family: 'PT Serif', serif; */
    color: #FFF;
}

.content-overlay h2 .arrow {
    color: #FFF !important;
}

.content-overlay .arrow::before,
.content-overlay .arrow .arrow::before {
    background-color: #FFF !important;
}

.kommunen-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.kommunen-list li {
    background: rgba(0, 0, 0, 0.05);
    color: #FFF;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.7rem;
}

.kommunen-list li a {
    color: #FFF;
    text-decoration: none;
}

.kommunen-list li:hover {
    background: rgba(0, 0, 0, 0.15);
}

.topic-main a.stretched-link:after,
.sub-topic-small a.stretched-link:after,
.sub-topic a.stretched-link:after {
    z-index: 100 !important;
    cursor: pointer;
}

.newsletter-container input {
    background: #f0f0f0;
    color: #555;
    padding: 0.75rem 1.5rem;
    font-size: 2rem;
    transition: all 0.15s ease-in-out;
    width: 100%;
    border: 0px;
}

.newsletter-container .cricle {
    background: #f0f0f0;
    height: 175px;
    width: 175px;
    border-radius: 175px;
}

.newsletter-container button {
    border: 1px solid #FFF;
    color: #FFF;
    padding: 0.75rem 1.5rem;
    font-size: 2rem;
}

.tag-list {
    list-style: none;
}

.tag-list li {
    color: #707070;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    background: rgba(70, 70, 70, 0.05);
    font-size: 1.7rem;
    transition: all 0.15s ease-in-out;
    margin-bottom: 1.5rem;
}

.tag-list li a {
    color: #707070;
}

.tag-list li:hover {
    background: rgba(70, 70, 70, 0.15);
}

.tag-list li span {
    background: #FFF;
    border-radius: 100%;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    text-align: center;
    top: 1px;
    margin-right: 0.75rem;
}

.tag-list li.place-tag {
    padding-left: 0.75rem;
}

.page-template-page-newsletter a {
    text-decoration: underline;
}

/*
 ------------------------------------------------------------------------------------------
 ARROW
 ------------------------------------------------------------------------------------------
 */
.arrow {
    margin: 25px;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
}

.arrow.is-right {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.arrow.arrow-bar::before {
    bottom: 1px;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    transform-origin: bottom;
    width: 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}

.arrow::before,
.arrow .arrow::before {
    background-color: black;
}

.content-separator .arrow.arrow-bar::before {
    background: #FFF;
}

.look-h2 .arrow,
h2 .arrow {
    top: 15px;
}

/*
 ------------------------------------------------------------------------------------------
 LEXIKON
 ------------------------------------------------------------------------------------------
 */
.categories-menu ul {
    list-style: none;
}

.categories-menu ul li {
    padding: 0.75rem 1.5rem;
}

.categories-menu ul li span {
    /* font-family: 'PT Serif', serif; */
    font-size: 2.8rem;
    line-height: 3.2rem;
    display: inline-block;
    border: 2px solid #555;
    border-radius: 100%;
    padding: 0.75rem;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    margin-right: 1.5rem;
    color: rgba(85, 85, 85, 0.95);
    transition: all 0.15S ease-in-out;
}

.categories-menu ul li span:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, .15);
}

.categories-menu ul li a {
    /* color: #FFF;  */
    text-decoration: none;
    line-height: 6.5rem;
    transition: all 0.15S ease-in-out;
}

.categories-menu ul li a:hover {
    background: rgba(255, 255, 255, .15);
}

.lexikon-content-entry h2 {
    /* font-family: 'PT Serif', serif; */
    font-size: 29.69px;
    position: relative;
}

.lexikon-letter {
    /* font-family: 'PT Serif', serif; */
    font-size: 7rem;
    display: block;
}

.with-border {
    border-top: 1px solid rgba(206, 202, 194, 0.7);
}

.main-category-label {
    font-weight: normal;
    font-size: 1.7rem;
}

.sub-topic-category .main-category-label {
    font-size: 1.9rem;
}

.smaller {
    font-size: 1.7rem !important;
}

.small {
    font-size: 1.5rem !important;
    line-height: 1.3;
}

.lexikon-link {
    display: inline-block;
    margin-top: 1.5rem;
    color: #c9dcd3;
    text-decoration: underline 0.15em rgba(255, 255, 255, 0);
    transition: all 150ms;
}

.lexikon-link:hover {
    color: #000;
    text-decoration: underline 0.15em rgba(0, 0, 0, 1);
    transition: text-decoration-color 150ms;
}

#wiki-container {
    /* border-top: 7px solid rgba(0, 0, 0, 0.07); */
}

.archive-headline {
    /* font-family: 'PT Serif', serif; */
    font-size: 5rem;
}

.letter-list li span {
    cursor: pointer;
}

.letter-list li.current-letter span {
    cursor: pointer;
    color: #707070;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: rgba(0, 0, 0, 0.07);
}

/*
 ------------------------------------------------------------------------------------------
 THEMEN-SEITE
 ------------------------------------------------------------------------------------------
 */
.theme-menu {
    list-style: none;
}

.theme-menu li {}

.theme-menu li a {
    color: #000;
    text-decoration: none;
    padding: 0.75rem 3rem;
    border: 1px solid #000;
    border-radius: 30px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    display: block;
}

.theme-menu li a:hover {
    color: #707070;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: rgba(0, 0, 0, 0.07);
}

/*
 ------------------------------------------------------------------------------------------
 FOOTER
 ------------------------------------------------------------------------------------------
 */
#footer {
    padding-bottom: 6rem;
    background: #F5F5F5;
}

#footer ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#footer ul li {
    padding: 0.5rem 0.75rem;
}

#footer ul li a {
    color: #000;
    text-decoration: none;
}

/*
 ------------------------------------------------------------------------------------------
 SINGLE
 ------------------------------------------------------------------------------------------
 */
.sources {
    list-style: none;
    padding-left: 35px;
}

.sources li {
    margin-bottom: 1rem;
    position: relative;
    color: #606060;
}

.sources li:before {
    left: -35px;
    position: absolute;
    display: inline-block;
    color: #000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='currentColor'><path d='M432 320H400a16 16 0 0 0-16 16V448H64V128H208a16 16 0 0 0 16-16V80a16 16 0 0 0-16-16H48A48 48 0 0 0 0 112V464a48 48 0 0 0 48 48H400a48 48 0 0 0 48-48V336a16 16 0 0 0-16-16ZM488 0H360c-21.37 0-32.05 25.91-17 41l35.73 35.73L135 320.37a24 24 0 0 0 0 34L157.67 377a24 24 0 0 0 34 0L435.28 133.32 471 169c15 15 41 4.5 41-17V24a24 24 0 0 0-24-24Z'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
}

.sources li a {
    color: #606060;
    text-decoration: underline 0.1em rgba(255, 255, 255, 0);
    transition: text-decoration-color 150ms;
}

.sources li a:hover {
    text-decoration-color: #28724f;
}

.source-container {
    position: relative;
    border: 3px solid #28724f;
}

.source-container:after {
    content: "";
    border: 3px solid #28724f;
    position: absolute;
    width: calc(100% + 1.5rem);
    height: calc(100% + 1.5rem);
    top: -0.75rem;
    left: -0.75rem;
    z-index: -1;
}

.source-container::before {
    content: "Quellen";
    color: #28724f;
    text-transform: uppercase;
    background: #fff;
    padding: 0 15px;
    position: absolute;
    top: -15px;
    left: 15px;
}

.source-container h3 {
    font-size: 2.5rem;
}

.wp-block-heading.look-h2,
h2.wp-block-heading {
    font-size: 23.75px;
    font-weight: 600;
    margin-bottom: 2rem;
    margin-top: 1rem;
}

h3.wp-block-heading {
    font-size: 2.1rem;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

.wp-block-image figcaption,
.single-article-image figcaption {
    background: rgba(70, 70, 70, 0.05);
    padding: 0.75rem 1.5rem;
    font-size: 1.5rem;
    margin: 0px;
    margin-bottom: 3rem;
}

.block-summary {
    background: #c9dcd3;
    position: relative;
}

.block-summary:after {
    content: "";
    background: #c9dcd3;
    position: absolute;
    width: calc(100% + 4.5rem);
    height: calc(100% + 4.5rem);
    top: -2.25rem;
    left: -2.25rem;
    z-index: -1;
}

.block-summary h2 {
    font-size: 2.5rem;
    /* font-family: 'PT Serif', serif; */
    color: #707070;
}

.block-summary ul li {
    margin-bottom: 1.5rem;
    color: #707070;
}

.block-summary ul {
    text-align: left;
    list-style-type: square;
}

.infobox-summary {
    border: 5px solid #36bba3;
    position: relative;
}

.infobox-summary:after {
    content: attr(data-headline);
    color: #36bba3;
    text-transform: uppercase;
    background: #fff;
    padding: 0 15px;
    position: absolute;
    top: -15px;
    left: 15px;
}

.infobox-summary h2 {
    font-size: 2.5rem;
    /* font-family: 'PT Serif', serif; */
    color: #707070;
}

.infobox-summary ul {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.infobox-summary {
    color: #000;
}

.single-image-wrapper {
    position: relative;
}

.single-image-wrapper img {
    background-size: contain;
}

.bildnachweis {
    position: absolute;
    bottom: 125px;
    text-align: right;
    right: 55px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 1.4rem;
    z-index: 10;
    pointer-events: none;
}

.social-links ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: row;
}

.social-links ul li {
    padding: 12px 7.5px;
}

.social-links ul li svg {
    height: 20px;
    width: 20px;
}

.social-links ul li a {
    transition: all 0.15s ease-in-out;
}

.social-links ul li a:hover svg {
    fill: #3ed69f;
}

/*
 ------------------------------------------------------------------------------------------
 FAQ
 ------------------------------------------------------------------------------------------
 */
.content-area h2 {
    font-size: 3rem;
}

.accordion.faq .accordion-header {
    background: transparent;
    border-bottom: none !important;
    padding: 1.5rem 0 1.5rem 3.5rem;
    position: relative;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.accordion.faq .accordion-item:first-of-type .accordion-header {
    border-top: 1px solid rgba(0, 0, 0, 0);
}

.accordion.faq .accordion-header:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    position: absolute;
    left: 0.5rem;
    top: 1.6rem;
    font-size: 1.9rem;
    color: rgba(40, 114, 79, 0.25);
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.accordion.faq .accordion-header:hover:before {
    content: "";
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.accordion.faq .active .accordion-header:before {
    content: "";
}

.accordion.faq .accordion-header.active:hover:before {
    content: "";
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.accordion.faq .accordion-header .accordion-button {
    color: #000;
    text-decoration: none;
    font-size: 1.9rem;
    padding: 0;
    text-align: left;
    background: transparent;
    border: none;
}

.accordion.faq .accordion-header .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion.faq .accordion-header .accordion-button:after {
    content: "\f067";
    font-weight: 900;
    background-image: none;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: -3rem;
    top: 0rem;
    font-size: 1.9rem;
    color: #3ed69f;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.accordion.faq .accordion-header .accordion-button:not(.collapsed):after {
    content: "\f068";
}

.accordion.faq .accordion-button:not(.collapsed)::after {
    transform: none;
}

.accordion.faq .accordion-collapse,
.accordion.faq .accordion-item {
    border: none !important;
}

.accordion.faq .accordion-body {
    padding: 0.5rem 3rem 1.5rem 3.5rem;
    border: none !important;
    color: #555;
}

.accordion-button::after {
    width: 2rem;
    height: 2rem;
    background-size: 2rem;
}

.accordion-button {
    font-size: 2rem;
    color: #000;
    font-weight: normal;
    padding: 1.5rem 3rem;
    border: 1px solid rgba(0, 0, 0, .075)
}

.accordion-header .accordion-button:focus {
    outline: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, .075);
}

.accordion-body {
    padding: 1.5rem 3rem 3rem 3rem;
}

.accordion-button::after {
    position: absolute;
    left: 0px;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
}

/*
 ------------------------------------------------------------------------------------------
 SEARCH BTN
 ------------------------------------------------------------------------------------------
 */
.search-btn {
    cursor: pointer;
    z-index: 5;
}

.search-btn:hover svg {
    stroke: #AAF1AD;
}

.input_search {
    width: 100%;
    background: #f2f2f2;
    height: 40px;
    position: absolute;
    margin-top: 15px;
    border-radius: 3px;
    right: -100%;
}

.input_search input {
    padding: 20px 15px;
    background: white;
    border: none;
    width: 100%;
    border: 1px solid #D1D1D1;
}

.input_search input:focus {
    outline: none;
}

.search-open .input_search {
    right: 0px;
}

.sub-topic-search-image .image {
    width: 250px !important;
    height: 250px !important;
}

.sub-topic-search-image .image img {
    max-width: 100%;
    height: auto;
}

/*
 ------------------------------------------------------------------------------------------
 MENU MOBIL
 ------------------------------------------------------------------------------------------
 */
.menu-overlay {
    background: #FFF;
    position: absolute;
    top: 0px;
    height: 100%;
    z-index: 110;
    width: 100%;
    left: 100%;
    height: 100vh;
    overflow: hidden;
    border-left: 20px solid #3ed69f;
    border-left-width: 15px;
    border-left-style: solid;
    border-image: linear-gradient(to bottom, #3ed69f, #2d7251) 1 100%;
    transition: all 0.3s ease-in-out;
    padding: 7.5rem 3rem 3rem 3rem;
}

.menu-open .menu-overlay {
    left: 0px;
    box-shadow: 15px 0 15px 5px #333
}

.menu-overlay li a {
    font-size: 2.5rem;
    transition: all 0.15s ease-in-out;
}

.menu-overlay li a:hover {
    color: #000 !important;
    text-decoration: underline 0.2em #28724F !important;
}

.menu-overlay li {
    padding: 1.5rem 0.75rem;
}

.menu-overlay li ul {
    margin-top: 0.75rem;
}


.menu-overlay li ul li a {
    color: #555;
}

.menu-overlay #menu-footer li {
    padding: 0.75rem;
}

.menu-overlay #menu-footer li a {
    font-size: 2rem;
}

.menu-open .navbar-toggler {
    z-index: 999;
}

.menu-open .navbar-toggler .icon-bar {
    background-color: #c9dcd3 !important;
}

button.navbar-toggler:focus {
    outline: none;
    box-shadow: none !important;
}

body.menu-open {
    overflow-y: hidden;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
}

/*
 ------------------------------------------------------------------------------------------
 FORMULAR
 ------------------------------------------------------------------------------------------
 */

.btn-primary {
    border-radius: 30px;
    border: 2px solid #f0f0f0;
    background: #FFF;
    color: #000;
    font-weight: 600;
    display: inline-block;
    padding: 5px 15px;
    transition: all 0.15s ease-in-outs;
}

.btn-primary:hover {
    background: #2d7251;
    border: 2px solid #2d7251;
    color: #FFF;
}

/*
 ------------------------------------------------------------------------------------------
 CAPTCHA
 ------------------------------------------------------------------------------------------
 */

.simular-marker {
    display: inline-block;
    position: absolute;
    background: #ff8279;
    right: 15px;
    top: 15px;
    font-size: 1.5rem;
    padding: 0px 5px;
    border-radius: 3px;
    color: #FFF;
}

/*
 ------------------------------------------------------------------------------------------
 KLARO
 ------------------------------------------------------------------------------------------
 */
.klaro .cookie-modal .cm-modal .cm-header h1 {
    font-size: 3rem;
}

/*
 ------------------------------------------------------------------------------------------
Arrow
 ------------------------------------------------------------------------------------------
 */
.arrow-right {
    display: inline-block;
    margin: 30px auto;
    width: 20px;
    position: absolute;
    top: -20px;
    right: 0px;
    height: 20px;
    border-top: 2px solid #323232;
    border-left: 2px solid #323232;
}

.arrow-right {
    transform: rotate(135deg);
}

/*
 ------------------------------------------------------------------------------------------
 RELAUNCH
 ------------------------------------------------------------------------------------------
 */

.meta-bar span {
    text-transform: uppercase !important;
    font-weight: 600;
    font-size: 12.16px !important;
    color: #606060;
    display: inline-flex;
    align-items: self-end;
    border-radius: 3px;
}

.meta-bar .category-label {
    color: #000;
}

#menu-sub-menu-top-kategoriemenue li,
#menu-kategorie-menue li,
#menu-sub-menu-top li {
    background: #F0F0F0;
    border-radius: 15px;
    margin: 0.75rem 0.75rem;
    transition: all 0.15s ease-in-out;
}

#menu-sub-menu-top-kategoriemenue li a,
#menu-kategorie-menue li a,
#menu-sub-menu-top li a {
    padding: 0.25rem 1.5rem;
    display: inline-block;
    border-radius: 15px;
    font-size: 1.7rem;
}

#menu-sub-menu-top-kategoriemenue li:hover,
#menu-kategorie-menue li:hover,
#menu-sub-menu-top li:hover {
    background: #327C6F;
    /* background: linear-gradient(to top,#327C6F 0%, #38EBCC 95%); */
    color: #FFF;
}

#menu-sub-menu-top-kategoriemenue li:hover a,
#menu-kategorie-menue li:hover a,
#menu-sub-menu-top li:hover a {
    color: #FFF;
}

.sub-topic .sub-topic-image .image-interview {
    max-width: 275px;
}

.sub-topic-swiper,
.swiper-category-container {
    overflow: hidden;
}

.person-widget {
    border: 3px solid #f0f0f0;
    position: relative;
    border-radius: 3px;
}

.person-widget::before {
    content: "Zur Person";
    text-transform: uppercase;
    display: inline-block;
    color: #c4c4c4;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    font-size: 17px;
    padding: 0px 10px;
    top: -15px;
    left: 10px;
    /* transform: translateX(-50%); */
}

#widget-kommune-small {
    border: 3px solid #28724f;
    position: relative;
    border-radius: 3px;
}

#widget-kommune-small::before {
    content: "Zur Kommune";
    text-transform: uppercase;
    display: inline-block;
    color: #28724f;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    font-size: 17px;
    padding: 0px 10px;
    top: -15px;
    left: 10px;
    z-index: 1;
    /* transform: translateX(-50%); */
}

#widget-kommune-small .info-row {
    font-size: 1.7rem;
    margin-bottom: 0.75rem;
}

#widget-kommune-small .mapbox {
    overflow-x: hidden;
}

.details-wrapper .info-row {
    font-size: 1.7rem;
    margin-bottom: 0.75rem;
    color: rgba(49, 49, 49, 0.85);
}

.details-wrapper .info-row-end{
    border-bottom: 1px solid #efefef;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
}

.share-wrapper {
    border: 3px solid #f0f0f0;
    position: relative;
    border-radius: 3px;
}

.share-wrapper::before {
    content: "Artikel teilen";
    text-transform: uppercase;
    display: inline-block;
    color: #c4c4c4;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    font-size: 17px;
    padding: 0 10px;
    top: -15px;
    left: 10px;
    width: fit-content;
}

.details-wrapper {
    border: 3px solid var(--kk-akzent-color);
    position: relative;
    border-radius: 3px;
}

.details-wrapper::before {
    content: "Artikeldetails";
    text-transform: uppercase;
    display: inline-block;
    color: var(--kk-akzent-color);
    margin: 0 auto;
    background: #fff;
    position: absolute;
    font-size: 17px;
    padding: 0 10px;
    top: -15px;
    left: 10px;
    width: fit-content;
}

.gespraechspartner-wrapper {
    border: 3px solid #f0f0f0;
    position: relative;
    border-radius: 3px;
}

.gespraechspartner-wrapper::before {
    content: "Gesprächspartner";
    text-transform: uppercase;
    display: inline-block;
    color: #c4c4c4;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    font-size: 17px;
    padding: 0px 15px;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.gp-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 1.7rem !important;
}

.gp-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    filter: grayscale(1);
}

.gespraechspartner .gp-item:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.tag-wrapper {
    border: 3px solid #f0f0f0;
    position: relative;
    border-radius: 3px;
}

.tag-wrapper::before {
    content: "Mehr zum Thema";
    text-transform: uppercase;
    display: inline-block;
    color: #c4c4c4;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    font-size: 17px;
    padding: 0px 10px;
    top: -15px;
    left: 10px;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    width: fit-content;
}

.tag-wrapper.with-title {
    border-color: #3ed69f !important;
}

.tag-wrapper.with-title::before {
    content: attr(data-title) !important;
    color: #3ed69f !important;
}

.tag-wrapper span {
    background: #f0f0f0;
    padding: 0.25rem 1.5rem;
    display: inline-block;
    border-radius: 15px;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    transition: all .15s ease-in-out;
    font-size: 1.7rem;
    transition: all 0.3s ease-in-out;
}

.tag-wrapper.with-title span {
    border: 2px solid #3ed69f !important;
    color: #3ed69f !important;
}

.tag-wrapper.with-title span a {
    color: #3ed69f !important;
}

.tag-wrapper span a {
    transition: all 0.3s ease-in-out;
}

.tag-wrapper span:hover {
    background: #28724f;
    color: #FFF !important;
}

.tag-wrapper span:hover a {
    color: #FFF !important;
}

#header {
    /* box-shadow: 0 1px 15px rgb(0 0 0/10%); */
    z-index: 2;
}

#kommunen-map {
    min-height: 500px;
}

.map-menu {
    list-style: none;
    padding: 0px;
}

.map-menu li {
    margin: 0px 7.5px;
    border-radius: 30px;
    background: #f0f0f0;
    padding: 5px 15px;
    font-size: 1.7rem;
}

.sub-label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.7rem;
    padding: 5px 15px;
}

#kommunen-map input {
    background: #f0f0f0;
    border: none;
    padding: 5px 15px;

}

#termine input[type='checkbox'],
#kommunen-map input[type='checkbox'] {
    display: none;
}

#termine input[type='checkbox']+label,
#kommunen-map input[type='checkbox']+label {
    margin: 0px 7.5px;
    border-radius: 30px;
    background: #f0f0f0;
    padding: 5px 15px;
    font-size: 1.7rem;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

#kommunen-map input[type='checkbox']+label:hover,
#kommunen-map input[type='checkbox']:checked+label {
    /* background-color: #4ea0da; */
}

#termine input[type='checkbox']+label:hover,
#termine input[type='checkbox']:checked+label {
    background-color: #327c6f;
    color: #FFF !important;
}

#termine input[type='checkbox']+label:hover span,
#termine input[type='checkbox']:checked+label span {
    background-color: #FFF;
    color: #327c6f !important;
}

#kommunen-map input[type='checkbox']:checked+label {
    color: #FFF;
}

#kommunen-map input[type='checkbox']:checked+label:before {
    content: '';
}

.abc-small ul li span {
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: inherit;
    width: 4rem;
    height: 4rem;
    margin-right: 0px;
}

.abc-small ul {
    padding-left: 0px !important;
}

.abc-small ul li {
    padding-left: 0px;
}

.abc-small ul li span {
    border: none !important;
    background: #FFF;
    transition: all 0.15s ease-in-out;
}

.abc-small ul li span:hover {
    background: #338A7B;
    color: #FFF;
    cursor: pointer;
}

.abc-small ul li span a {
    line-height: 2.5rem;
}

.abc-small ul li span:hover a {
    color: #FFF;
}


.link-list {
    list-style: none;
    padding-left: 0px;
}

.link-list li {
    margin-bottom: 0.25rem;
}

.kommunen-liste-bundesland {
    list-style: none;
    padding-left: 45px !important;
}

.kommunen-liste-bundesland li a {
    text-decoration: underline .2em #FFF !important;
}

.kommunen-liste-bundesland li a:hover {
    text-decoration: underline .2em #3ed69f !important;
}


.bundesland-headline {
    position: relative;
    padding-left: 45px !important;
}

.tag-list-transparent {
    list-style: none;
    padding: 0;
    display: flex;
}

.tag-list-transparent li {
    background: rgba(0, 0, 0, .15);
    padding: 5px 15px;
    margin-right: 10px;
    border-radius: 15px;
    color: #FFF;
}

.buergerinformationen-container,
.map-archiv-container,
.interview-container {
    border: 3px solid #f0f0f0;
    position: relative;
    border-radius: 3px;
    padding-top: 6rem !important;
}

.buergerinformationen-container {
    padding-top: 4.5rem !important;
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
}

.map-archiv-container {
    padding-top: 3rem !important;
    /* border: 3px solid rgb(109, 208, 204); */
}


.buergerinformationen-container::before,
.map-archiv-container::before,
.interview-container::before {
    content: "Interviews";
    text-transform: uppercase;
    display: inline-block;
    color: #c4c4c4;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    font-size: 23.75px;
    padding: 0px 15px;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.newsletter-container {}



.map-archiv-container::before {
    content: "Kommunen";
    /* color: rgb(109, 208, 204) !important; */
}

.buergerinformationen-container::before {
    content: "Bürgerinformationen";
    color: #c4c4c4 !important;
}

.interview-container .post-item:nth-child(2) {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.btn-switch {
    border-color: #f0f0f0;
    top: 60px;
    right: 60px;
    position: relative;
    z-index: 2;
}

.btn-switch label {
    font-size: 1.5rem;
    padding: 5px 15px;
}

.btn-switch .btn-check:active+.btn-outline-primary,
.btn-switch .btn-check:checked+.btn-outline-primary,
.btn-switch .btn-outline-primary.active,
.btn-switch .btn-outline-primary.dropdown-toggle.show,
.btn-switch .btn-outline-primary:active {
    color: #FFF;
    background: #3ed69f;
    border-color: #3ed69f;
}

.btn-switch .btn-outline-primary {
    border-color: #3ed69f;
    color: #555;
    background: #FFF;
}

.mapbox-kommune {
    position: absolute !important;
    top: 0px;
    width: 100%;
    z-index: 0;
}

.mapbox-kommune-new {
    height: 600px;
}

.image-kommune {
    z-index: 1;
    position: relative;
}

.sub-topic-slider-menu {
    min-height: 55px;
    border-top: 3px solid #f0f0f0;
}

.sub-topic-slider-menu .swiper-button-prev,
.sub-topic-slider-menu .swiper-button-next {
    height: 30px;
    width: 40px;
    padding: 5px 15px;
    top: 65%;
    font-size: 20px;
}

.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: rgba(62, 214, 159, 1);
}


.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
    display: block;
    /* width: 16px;
    height: 16px;
    border-top: 3px solid currentColor;
    border-right: 3px solid currentColor; */
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 3rem !important;
}

/* .swiper-button-prev::after {
    transform: rotate(-135deg);
}

.swiper-button-next::after {
    transform: rotate(45deg);
} */

.ppp-button,
.select-button {
    margin: 0 7.5px;
    border-radius: 30px;
    border: 2px solid #f0f0f0;
    padding: 5px 15px;
    font-size: 1.7rem;
    cursor: pointer;
    height: 41px;
    transition: all 0.15s ease-in-out;
}

.ppp-button:hover,
.select-button:hover {
    color: #2D7251;
    border: 2px solid #2D7251;
    background: #f9f9f9;
}

.ppp-button.ppp-shown,
.select-button.list-shown {
    background: #2D7251;
    color: #FFF;
}

.kommunen-search {
    width: 100%;
    padding: 10px 15px;
}

.kommune-des-monats-container {
    background: linear-gradient(180deg, #FFF 0%, #FFF 15%, #F0F0F0 15%, #F0F0F0 100%);
    margin-top: -3rem
}

.kommune-des-monats-post {}

.has-ppp {
    font-size: 1.2rem !important;
    background: linear-gradient(61deg, #3ed69f, #327c6f);
    color: #FFF !important;
    padding: 0.5px 7.5px;
    border-radius: 15px;
}

.ppp-headline {
    font-weight: 600;
    color: #000;
}

.ppp-block {
    color: #c4c4c4;
}

.ppp-names .cat-point {
    top: 0px;
    border: 2px solid #fff;
    width: 13px;
    height: 13px;
    margin-right: -5px;
    top: 2px;
    display: inline-block;
}

.ppp-names-large.ppp-names .cat-point {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: relative;
}

.kommunen-map-bilder {
    min-height: 525px;
}

.check-row {
    position: relative;
    padding-left: 4.5rem !important;
}

.check-row::before {
    background: url("../images/check.svg");
    display: inline-block;
    content: "";
    height: 21px;
    width: 21px;
    position: absolute;
    left: 0.75rem;
    top: 3px;
}

.remove-underline {
    text-decoration: none !important
}

.btn-round-removed {
    font-weight: 600;
    display: inline-block;
    text-align: left;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.15s ease-in-out;
}

.btn-round-removed::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 3px;
    position: relative;
}

ul.check-list {
    list-style: none;
    padding-left: 0px;
}

ul.check-list li {
    position: relative;
    padding-left: 4rem;
    margin-bottom: 0.75rem;
}

ul.check-list li::before {
    background: url("../images/check.svg");
    display: inline-block;
    content: "";
    height: 21px;
    width: 21px;
    position: absolute;
    left: 0.75rem;
    top: 3px;
}

.date-row {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.15s ease-in-out;
}

.date-row:hover {
    background-color: #F5F5F5;
}

.category-label {
    text-transform: uppercase !important;
    font-weight: 600;
    font-size: 12.16px !important;
    color: #fff;
    display: inline-flex;
    align-items: self-end;
    border-radius: 3px;
}

.termin-label {
    background: #f0f0f0 !important;
    color: #555;
}

.termin-ort {
    text-transform: uppercase !important;
    font-weight: 600;
    font-size: 12.16px !important;
    color: #606060;
    display: inline-flex;
    align-items: self-end;
    border-radius: 3px;
}

.swiper-category-container {
    position: relative;
}

.swiper-category-container .swiper-button-prev,
.swiper-category-container .swiper-button-next {
    --swiper-navigation-color: #FFF !important;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E);
}

.single-header-kommune .image-container-inner {

    width: 100%;
    background: #f0f0f0;
    position: relative;
}

.single-header-kommune .image-container-inner.has-map {
    display: flex;
    min-height: 500px;
    height: 500px;
}

.single-header-kommune .image-container-inner.has-map img {
    height: fit-content;
    margin-top: 6rem;
}


.kommune-text-content {
    overflow: hidden;
    position: relative;
    mask-image: linear-gradient(black 20%, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(black 20%, black 60%, transparent 100%);
}

.kommune-text-content h2 {
    margin-bottom: 1.5rem;
}

.kommune-text-content.no-transparency {
    mask-image: none !important;
    -webkit-mask-image: none !important;
}


.kommune-text-content.unfold {
    overflow: inherit !important;
    max-height: fit-content;
    mask-image: none;
    -webkit-mask-image: none;
}

.category-text-content {
    overflow: hidden;
    position: relative;
    max-height: 150px;
    mask-image: linear-gradient(black 20%, black 60%, transparent 100%);
    -webkit-mask-image: linear-gradient(black 20%, black 60%, transparent 100%);
}

.category-text-content.unfold {
    overflow: inherit !important;
    max-height: fit-content;
    mask-image: none;
    -webkit-mask-image: none;
}

.folded-read-more {
    bottom: 0;
    z-index: 2;
    /* background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.5) 15%, #FFF 40%, #fff 100%); */
    width: 100%;
    padding: 1.5rem 0rem 1.5rem;
    text-align: left;
    position: relative;
}

.portal-header .container {
    font-size: 1.7rem;
    color: #555;
    background: #FFF;
}

.on-scroll .portal-header {
    display: none !important;
}

.more-btn {
    padding: 0.75rem 1.5rem;
    border: 2px solid #000;
    background: rgba(255, 255, 255, .15);
    color: #000;
    transition: all .15s ease-in-out;
    border-radius: 0.25rem;
    cursor: pointer;
    border-radius: 35px;
}

.more-btn:hover {
    background: rgba(255, 255, 255, .5);
    color: #000;
}

.kommune-text-content.unfold .folded-read-more {
    display: none;
}

.bgc-transparent {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0.5rem;
}

.data-card {
    font-size: 1.5rem !important;
}

.data-card span {
    display: block;
    line-height: 1.3;
}

.data-card span.number {
    font-size: 2.3rem;
    font-weight: 600;
}

.data-card .look-h4,
.data-card h4 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
}

.data-card svg {
    color: #ababab;
}

.color-abfall {
    color: #3ed69f;
    border: 1px solid #3ed69f;
}

.color-energie {
    color: rgba(255, 102, 196, 1);
    border: 1px solid rgba(255, 102, 196, 1);
}

.color-digitalisierung {
    color: rgba(109, 208, 204, 1);
    border: 1px solid rgba(109, 208, 204, 1);
}

.color-wasser {
    color: #52b4e8;
    border: 1px solid #52b4e8;
}

.color-verkehr {
    color: #aa83d8;
    border: 1px solid #aa83d8;
}

.data-container-top {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgba(51, 51, 60, 0.10)
}

.compare-list {
    list-style: none;
    padding: 0px;
    margin-bottom: 0px;
}

.compare-list li {
    display: flex;
    padding: 0.25rem 0rem;
    border-bottom: 1px solid rgba(51, 51, 60, 0.05);
}

.compare-list li:last-child {
    border-bottom: none !important;
}

.compare-list li .city-list {
    color: #555;
}

.compare-list li .number-list {
    text-align: right;
}

.cat-count {
    background: #327c6f;
    color: #FFF;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 25px;
    margin-left: 5px;
    font-size: 1.5rem;
}

.marker-kommune-des-monats {
    background: #347d70;
    width: fit-content;
    color: #fff;
    padding: 5px 15px;
    font-size: 1.7rem;
    border-radius: 30px;
}

.swiper-category-container-menu {
    --swiper-navigation-color: rgba(255, 255, 255, 0.7) !important;
}

.breadcrump-header {
    /*background: #f0f0f0; */
    transition: all 0.15s ease-in-out;
}

.swiper-category-container .swiper-slide {
    min-height: 540px;
}

.breadcrump-header .container {
    background: #FFF;
}


.on-scroll .breadcrump-header {
    background: #f0f0f0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.on-scroll .breadcrump-header .container {
    background: #f0f0f0;
}

.bundesland-svg {
    width: 100px;
}

.image-container-inner .bundesland-svg {
    width: 250px;
}

.bundesland-box {
    position: relative;
}

.bundesland-box .bundesland-svg {
    width: 60px;
    top: -15px;
    left: 0px;
    position: absolute;
}

.border-bottom-grey {
    border-bottom: 1px solid #D1D1D1;
}

.on-scroll .border-bottom-grey {
    border-bottom: none;
}

.on-scroll #menu-bar {
    padding-top: 0.75rem !important;
}

.category-image-container {
    transition: all 0.15s ease-in-out;
}

.link-btn {
    border: 2px solid #000;
    padding: 5px 15px;
    border-radius: 30px;
    margin-top: 0.75rem;
    display: inline-block;
}

.screen-reader-text {
    display: none;
}

.page-header-search label {
    display: block;
}

.page-header-search input.search-field {
    padding: 20px 15px;
    background: white;
    border: none;
    width: 100%;
    border: 1px solid #D1D1D1;
}

.page-header-search form {
    position: relative;
}

.page-header-search .search-submit {
    position: absolute;
    right: 15px;
    top: 17px;
    border: none;
    background: #2d7251;
    padding: 0.5rem 2.5rem;
    color: #FFF;
}

.kommunen-label {
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 120px;
    text-transform: uppercase !important;
    font-weight: 600;
    font-size: 12.16px !important;
    color: #606060;
}

.kommunen-label.projekt-name {
    width: inherit;
}

/*
 ------------------------------------------------------------------------------------------
 LINKTREE
 ------------------------------------------------------------------------------------------
 */
.bgc-lightgrey {
    background: #f9f9f9;
}

.border-top-colored {
    border-top: 7px solid #327c6f;
}

.linktree-list {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

.linktree-list li {
    padding: 10px 10px 10px 0px;
    background: #FFF;
    font-size: 17px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 10%);
    border-radius: 3px;
    margin-bottom: 12.5px;
}

.linktree-list li span.smaller {
    font-size: 15px;
    color: #606060;
}

.linktree-list li .img-box {
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 15px;
    margin-left: 10px;
    color: #606060;
}

.date-box {
    background: #F0F0F0;
    width: 128px;
    height: 128px;
    color: #999;
    font-weight: bold;
}

.bg-grey-top {
    background: #F0F0F0 !important;
}

/*
 ------------------------------------------------------------------------------------------
 FLOATING BUTTON
 ------------------------------------------------------------------------------------------
 */

.floating-btn-container {
    display: block;
    position: fixed;
    bottom: 45px;
    right: 45px;
    z-index: 9999;
}

.floating-btn-container a {
    background: #2d7251;
    color: #FFF;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 25px;
    display: inline-block;
    border: 2px solid #FFF;
}


/*
 ------------------------------------------------------------------------------------------
 MOBIL
 ------------------------------------------------------------------------------------------
 */
.md-box {
    background: #ff8279;
    height: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    color: #FFF;
    /* font-family: 'PT Serif'; */
    font-style: italic;
}

.o-bottom {
    margin-bottom: 6rem;
}

/*
 ------------------------------------------------------------------------------------------
 PODCAST
 ------------------------------------------------------------------------------------------
 */

.podcast-image {
    position: relative;
}

.podcast-image-large img,
.podcast-image img {
    filter: grayscale(1);
}

.podcast-image:after {
    content: "";
    height: 100px;
    width: 100px;
    background: #6BB7A5;
    position: absolute;
    z-index: 2;
    bottom: 15px;
    right: 15px;
    border-radius: 3px;
    background-image: var(--background);
    background-size: 100px;
    background-position: center;
}

.podcast-list {
    margin-left: 0.5rem;
}

.podcast-list li {
    margin-left: 1rem;
    margin-right: 1rem;
}

.podcast-list li a {
    font-size: 2rem;
}

.podcast-list li a i {
    color: #6BB7A5;
    transition: all 0.15s ease-in-out;
}

.podcast-list li a:hover i {
    color: #000;
}

.podcast-subscribe-large .podcast-list li {
    margin-left: 2rem;
    margin-right: 2rem;
}

.podcast-subscribe-large .podcast-list>li:first-of-type {
    margin-left: 0rem !important;
}

.podcast-subscribe-large .podcast-list li a {
    font-size: 4rem;
}

.podcast-subscribe-large .podcast-list li a i {
    color: #FFF;
}

.podcast-subscribe-large .podcast-list li a:hover i {
    color: #000;
}

.bgc-podcast {
    background: #6BB7A5;
}

.meta-subscribe span {
    font-weight: 600;
    font-size: 12.16px !important;
    color: #606060;
    text-transform: uppercase;
}

.podcastplayer {
    margin-bottom: 6rem !important;
}

.podcastplayer .podlove-web-player {
    background: #e2f1f0 !important;
    min-height: 300px;
}

.single-podcast-subscribe-bar .podcast-list {
    justify-content: center !important;
}

.single-podcast-subscribe-bar .podcast-list li a {
    font-size: 3rem;
}

.single-podcast-subscribe-bar .podcast-list li {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}


@media (min-width: 1200px) {
    .topic-main .image-wrapper .image {
        /* height:600px; */
    }
}

@media (max-width: 991.98px) {
    h1 {
        font-size: 4rem;
    }

    .color-overlay {
        transform: rotate(4deg);
        background: #ff8279;
        z-index: 138;
        position: absolute;
        height: 65%;
        display: block;
        top: -145px;
        left: -2% !important;
        width: 110%;
    }

    .single-post .single-header h1 {
        font-size: 5rem;
    }

    .content-separator {
        margin-top: 4.5rem;
        margin-bottom: 6rem;
    }

    .sub-topic-search-image .image {
        width: 200px !important;
        height: 200px !important;
    }

    #branding {
        width: 180px !important;
    }
}

@media (max-width: 575.98px) {
    body {
        /* background: transparent; */
        font-size: 17px !important;
        line-height: 24px;
    }

    .sub-topic-content {
        margin-top: 0px !important;
    }

    #site-title a,
    #site-title a h1 {
        font-size: 2.5rem !important;

    }

    #site-title svg {
        width: 155px;
    }

    .border-top-grey,
    .border-right-grey {
        border: none !important;
    }

    .category-desc h2 {
        font-size: 3.5rem;
    }

    .topic-main-content {
        margin-top: -90px;
    }

    h1 {
        font-size: 27px !important;
    }

    h2 .arrow {
        top: 2px;
        margin: 5px;
    }

    h2 {
        font-size: 27px !important;
    }

    .category-desc .look-h2 a,
    .category-desc h2 a {
        font-size: 29.69px !important;
        line-height: 1;
    }

    .content-separator h2 {
        font-size: 4.25rem;
    }

    .sub-topic .sub-topic-image .image {
        min-height: 400px;
    }

    html {
        font-size: 52.5% !important;
    }

    .content-separator {
        margin-top: 4.5rem;
        margin-bottom: 3em;
    }

    .color-overlay {
        transform: rotate(4deg);
        background: #ff8279;
        z-index: 138;
        position: absolute;
        height: 65%;
        display: block;
        top: -120px;
        left: -5%;
        width: 110%;
    }

    .meta-bar span {
        font-size: 11px !important;
    }

    .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

    .single-post .single-header h1 {
        font-size: 4rem;
    }

    .single-post .text-preview {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 1.5rem;
    }

    .lable-grey {
        display: block;
    }

    .person-widget h2,
    #widget-kommune h2 {
        font-size: 3rem;
        line-height: 3.8rem;
    }

    .sub-topic .sub-topic-content h2 {
        font-size: 2.6rem;
    }

    .sub-topic .sub-topic-image .image {
        min-height: inherit !important;
    }

    .sub-topic-content h3 {
        font-size: 19px;
    }

    .bildnachweis {
        right: 20px;
        bottom: 95px;
    }

    .person-container h3 {
        font-size: 19px;
    }

    .person-container img {
        width: 120px;
    }

    .kommune-des-monats-post {
        top: 0px;
        position: relative;
        margin-top: -9rem;
    }

    .btn-switch {
        border-color: #f0f0f0;
        top: 30px !important;
        right: 30px !important;
    }

    .newsletter-container {
        background-position: center -75px;
        padding-bottom: 10rem !important;
    }

    .border-bottom-grey {
        border-bottom: none;
    }

    #branding {
        width: 160px !important;
    }

    .on-scroll #menu-bar {
        padding-bottom: 0.75rem !important;
    }

    .wp-block-heading.look-h2,
    h2.wp-block-heading {
        font-size: 2.4rem !important;
        line-height: 2.8rem !important;
    }

    .look-h2,
    .category-desc .look-h2,
    .category-desc h2 {
        font-size: 27px !important;
    }

    .category-desc h2 .smaller,
    .category-desc h2 a .smaller {
        font-size: 17px !important;
    }

    .kommune-des-monats-container {
        border-bottom: 7px solid #f9f9f9;
    }
}


.searchwp-live-search-result .searchwp-live-search-result--title a {
    font-size: inherit;
}

.searchwp-live-search-result--info {
    padding: 5px 10px;
}

.kdm-container {
    display: flex;
}

.kdm-container img {
    border-radius: 50%;
    max-width: 100px;
}

.kdm-container .category-label {
    background: #6bb7a5;
}

.kommune-des-monats-post .large-label {
    background: #6bb7a5;
    display: inline-block;
    font-size: 12.16px !important;
}

.pagination {
    justify-content: end;
}

.page-numbers {
    display: inline-block;
    /* width: 28px; */
    text-align: center;
    background: rgba(70, 70, 70, .05);
    border: 1px solid rgba(70, 70, 70, .05);
    padding: 5px 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.page-numbers.current {
    color: #FFF;
    background: #2d7251;
    border-color: #2d7251;
}

/*
 ------------------------------------------------------------------------------------------
 PROJEKTPOOL
 ------------------------------------------------------------------------------------------
 */

.page-template-page-projektpool .page-header-bgc {
    background: linear-gradient(180deg, #3ed69f, #327c6f);
    background: rgba(62, 214, 159, 1) !important;
}

.page-template-page-projektpool h1 {
    color: #FFF;
}

.projektpool-term-list {
    list-style: none;
    display: flex;
    margin: 0px;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: center;

}

.projektpool-term-list li {
    background: rgba(0, 0, 0, 0.075);
    padding: 5px 15px;
    margin: 0px 15px 15px 0px;
    border-radius: 25px;
    color: #FFF;
}

.pp-item {
    border-bottom: 1px solid #f0f0f0;
}

.pp-item:last-child {
    border-bottom: 0px solid #fff;
}

.projektpool-term-list li a {
    color: #FFF;
}

.projektpool-label {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #f0f0f0;
    text-transform: uppercase !important;
    font-weight: 600;
    font-size: 12.16px !important;
    color: #606060;
    display: inline-flex;
    align-items: self-end;
    border-radius: 3px;
    padding: 5px 10px;
}

.filter-bar {
    background: #f5f5f5;
}

.filter-bar button[type="submit"] {
    background: #2d7251;
    color: #FFF;
    font-weight: 400;
    display: inline-block;
    border: 1px solid #FFF;
    padding: 0.75rem 3rem;
    border-radius: 3px;
    font-size: 2rem;
}

#projektpool-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

#projektpool-filter .choices {
    min-width: 300px;
}

.search-input {
    flex: 1 1 100%;
    padding: 0.5rem;
    font-size: 1rem;
}

.choices {
    margin-bottom: 0px !important;
}

.d-admin {
    display: none;
}

.filter-bar input[type="text"] {
    border: 2px solid #000;
    width: 400px;
    height: 46px;
    padding: 5px 15px;
}

.logged-in .d-admin {
    display: inline-block;

}

.logged-in .d-admin.tag-wrapper {
    display: block;
}

.fa,
.fas,
.fab,
.far {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.125em;
}

.wp-block-list li {
    margin-bottom: 1.5rem;
    position: relative;
}

.wp-block-list li::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    background: #2d7251;
    border-radius: 3px;
    position: absolute;
    left: -20px;
    top: 7px;
}

.wp-block-list {
    margin-bottom: 3rem;
}

/*
*
*   SEGMENTE
*
*/

.podcast-preview-container {
    border-bottom: 15px solid #f9f9f9;
}

.swiper-podcast .swiper-slide:not(:last-child) {
    border-right: 1px solid #D1D1D1;
}

.swiper-podcast .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.swiper-podcast .swiper-slide {
    height: auto;
    display: flex;
}

.swiper-podcast .swiper-slide>a {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.kk-table-of-contents {}

.kk-toc-list {
    margin: 0;
    padding-left: 20px;
    list-style: none;
}

.kk-toc-list li {
    margin: 6px 0;
    position: relative;
}

.kk-toc-list li::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: var(--kk-akzent-color);
    border-radius: 3px;
    position: absolute;
    left: -20px;
    top: 7px;
}

.kk-toc-list li.kk-toc-subitem::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid var(--kk-akzent-color);
    background: #FFF;
    border-radius: 3px;
    position: absolute;
    left: -20px;
    top: 7px;
}

.kk-table-of-contents a {
    text-decoration: none;
}

.kk-table-of-contents a:hover {
    text-decoration: underline;
}

.anzeige {
    background: rgba(70, 70, 70, 0.05)
}

.anzeige .red {
    color: rgb(227,5,27);
    font-weight: bold;
}

.anzeige .bold {
    font-weight: bold;
}

.anzeige .smaler-label {
   font-size: 12.16px !important;
   color: rgb(102,102,102);
}

.anzeige .font-larger {
   font-size: 2rem;
}


.anzeige__wrapper {
    background-color: rgb(227,5,27);
    border-radius: 0px 40px 40px 0px;
}

.anzeige__wrapper h2{
    text-transform: uppercase;
    font-size: 6rem;
    font-weight: 300;
}

.anzeige__wrapper h2,
.anzeige__wrapper span,
.anzeige__wrapper p {
    color: #FFF !important;
}

.round-btn{
    transition: all 0.15 ease-in-out;
    cursor: pointer;
}

.round-btn:hover {
    transform: scale(1.15);
}
