/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Base */

.hidden {
    display: none;
}

p a {
    color: #0073e6 !important;
}

.fusion-tb-header > div {
    padding: 0 !important;
}

.hovered {
    transform: translateX(113px);
}

main {
    max-height: 100% !important;
    overflow-y: auto;
    overflow-x: hidden;
}


html {
    scroll-behavior: auto;
  }

@media only screen and (min-width: 2000px) {
    .hovered {
        transform: translateX(90px);
    }
}

/* Menü */

@media only screen and (min-width: 1326px) { 
    html {
        scroll-behavior: smooth !important;
      }
    

}



@media only screen and (min-width: 1026px) {


.mobile {
    display: none;
}

.main-menu ul li:not(.awb-menu__sub-li) {
    width: 200px;
}
.main-menu ul li:not(.awb-menu__sub-li) a{
    width: 200px;
}
.main-menu ul li:not(.awb-menu__sub-li):nth-child(1) a{
    background-color: #D89E30;
}
.main-menu ul li:not(.awb-menu__sub-li):nth-child(2) a{
    background-color: #A4C715;
    width: 250px !important;
}
.main-menu ul li:not(.awb-menu__sub-li):nth-child(3) a{
    background-color: #00B8F1;
}
.main-menu ul li:not(.awb-menu__sub-li):nth-child(4) a{
    background-color: #FB5CAB;
}

.main-menu ul li:not(.awb-menu__sub-li) a:not(.awb-menu__sub-a):before {
    content: '';
    position: absolute !important;
    display: block;
    border-top: 17.5px solid;
    border-right: 0px;
    border-bottom: 17px solid;
    border-left: 17px solid transparent;
    position: relative;
    bottom: 0.5px;
    left: -16px;
    z-index: 2;
}
.main-menu ul li:not(.awb-menu__sub-li):nth-child(1) a:not(.awb-menu__sub-a):before {
    color: #D89E30;
}
.main-menu ul li:not(.awb-menu__sub-li):nth-child(2) a:not(.awb-menu__sub-a):before {
    color: #A4C715;
}
.main-menu ul li:not(.awb-menu__sub-li):nth-child(3) a:not(.awb-menu__sub-a):before {
    color: #00B8F1;
}
.main-menu ul li:not(.awb-menu__sub-li):nth-child(4) a:not(.awb-menu__sub-a):before {
    color: #FB5CAB;
}

.main-menu .awb-menu__sub-ul {
    transform: translateY(10px);
    left: -15px !important;
}

.main-menu * .awb-menu__sub-li {
    border-bottom: 0px !important;
    width: 214px;
}

.main-menu .awb-menu__main-li_with-main-arrow:after {
    display: none;
}

.main-menu * .awb-menu__sub-ul_main{
    top: 23px !important;
    border-top: 10px solid transparent;
}

.main-menu .awb-menu__sub-ul {
    z-index: 20 !important;
}

.current-menu-item *, .current-menu-parent {
    color: white !important;
    font-weight: 700 !important;
}

.current-menu-parent * {
    color: white !important;
}

.current-menu-item::after {
    content: "";
    width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent white;
  position: absolute;
  z-index: 5;
  top: calc(50% - 15px);
}

.mobile-only {
    display: none !important;
}

}

/* @media only screen and (max-width: 1025px) {

    .main-menu a:nth-child(1) {
        background-color: #D89E30 !important;
    }
    .main-menu ul li:not(.awb-menu__sub-li):nth-child(2) a{
        background-color: #A4C715;
    }
    .main-menu ul li:not(.awb-menu__sub-li):nth-child(3) a{
        background-color: #00B8F1;
    }
    .main-menu ul li:not(.awb-menu__sub-li):nth-child(4) a{
        background-color: #FB5CAB;
    }

} */

/* header */

.header::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: bottom center;
    bottom: 0;
    z-index: 2;
}

@media only screen and (min-width: 891px) {

.header.blue::after {
    background-image: url('https://web3.sputnik-agentur.de/wp-content/uploads/2023/09/Header-Element-Blau.png');
}

.header.green::after {
    background-image: url('https://web3.sputnik-agentur.de/wp-content/uploads/2023/09/Header-Element-Gruen.png');
}

.header.pink::after {
    background-image: url('https://web3.sputnik-agentur.de/wp-content/uploads/2023/09/Header-Element-Pink.png');
}

.header.orange::after {
    background-image: url('https://web3.sputnik-agentur.de/wp-content/uploads/2023/09/Header-Element-Orange.png');
}

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

.header.blue::after {
    background-image: url('https://web3.sputnik-agentur.de/wp-content/uploads/2023/11/SEG-Header-mobil-blau.png');
}

.header.green::after {
    background-image: url('https://web3.sputnik-agentur.de/wp-content/uploads/2023/11/SEG-Header-mobil-gruen.png');
}

.header.pink::after {
    background-image: url('https://web3.sputnik-agentur.de/wp-content/uploads/2023/11/SEG-Header-mobil-pink.png');
}

.header.orange::after {
    background-image: url('https://web3.sputnik-agentur.de/wp-content/uploads/2023/11/SEG-Header-mobil-orange.png');
}
}
/* Sub menu */

#menu-sub-menue-kategorien {
    justify-content: flex-start !important;
}

.sub-menu-bottom ul li {
    width: 180px !important;
}

.sub-menu-bottom ul li:not(:last-child) {
    border-right: 2px dashed #000;
}

/*  underline Element */

.expanding-line {
    position: relative;
}

.expanding-line h2 {
    margin-bottom: 0px !important;
}

.expanding-line::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 10%;
    height: 4px; /* Adjust the thickness of the line as needed */
    background-color: #0073e6; /* Adjust the line color as needed */
    transition: width 1s ease-in-out; /* Adjust the transition duration as needed */
}

.expanding-line.expanded::after {
    width: 100%; /* Set to 100% when expanded */
}

.expanding-line.orange::after {
    background-color: #D89E30 !important;
}

.expanding-line.green::after {
    background-color: #A4C715 !important;
}

.expanding-line.blue::after {
    background-color: #00b8f1 !important;
}

.expanding-line.pink::after {
    background-color: #FB5CAB !important;
}

.expanding-line.gray::after {
    background-color: #686868 !important;
}

/* Startseite Projekte Slider */

.projekte-post-card .fusion-column-has-bg-image::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #88A512;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.5s ease !important;
}

.projekte-post-card .fusion-column-has-bg-image:hover::before {
    opacity: .8;
}

/* List Remove Icon */

.no-icon li span {
    display: none !important;
}

/* Presse Datei Download */

.download-wrapper {
    display: flex;
    gap: 40px;
}

.download-wrapper .download-container svg {
    scale: 0.8;
}

.download-wrapper .download-container p {
    text-align: center;
}

.download-wrapper .download-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Schlwörter Element */

.schlagwoerter-container {
    display: flex;
    position: relative;
    height: 700px;
}

.schlagwoerter-container  * {
    transition: all .3s ease-in-out;
}

.schlagwoerter-container::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 1;
    opacity: 0.4;
}



.schlagwoerter-element {
    width: 0;
    flex: 1 1 0;
    position: relative;
    z-index: 2;
    padding: 2%;
    color: white;

    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.orange .schlagwoerter-container .active {
    background-color: #D89E30 !important;
}
.schlagwoerter-container .active {
    background-color: #A4C715;

}

.schlagwoerter-element p {
    height: 0;
    opacity: 0;
    margin-bottom: 0;
}

.schlagwoerter-container .active p {
    height: 80%;
    opacity: 1;
}

.schlagwoerter-container .visible img {
    opacity: 1;

}

.schlagwoerter-element h3 {
    color: white !important;
    text-transform: uppercase;
}

.image-element {
    position: absolute;
    height: 700px;
    width: 100%;
    z-index: 0;
    top: 0;
    overflow: hidden;
}

.image-element img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;

}


/* Steckbrief */

.steckbrief {
    padding: 40px;
    min-width: 300px;

}

.steckbrief svg {
    max-width: 400px;
}

.steckbrief-element-wrapper {
    margin-block: 30px;
}

.steckbrief-element-wrapper .steckbrief-element {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.steckbrief p {
    font-size: 18px;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
}

.steckbrief .bold {
    font-weight: 700;
}

/* Meilensteine Timeline */

/* 
meilenstein-container
meilenstein
meilenstein-top
img h4 p
*/

.meilenstein-container {
    display: flex;
    gap: 10px;
    overflow: auto;
    height: 500px;
    position: relative;
    width: 100%;
    justify-content: space-between;
}

.meilenstein-container::after {
    width: 100%;
    height: 2px;
    background-color: #d8dde7;
    content: "";
    position: absolute;
    left: 0;
    top: 220px;
    z-index: 2;
}

.meilenstein {
    position: relative;
}

.meilenstein * {
    cursor: pointer;
}

.meilenstein-container .meilenstein img {
    object-fit: cover;
    width: 176px;
    height: 161px;
    max-width: none;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='176.974' height='161.223' viewBox='0 0 176.974 161.223'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rechteck_499' data-name='Rechteck 499' width='161.223' height='176.974' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Gruppe_1161' data-name='Gruppe 1161' transform='translate(0 161.223) rotate(-90)'%3E%3Cg id='Gruppe_1125' data-name='Gruppe 1125' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Pfad_80971' data-name='Pfad 80971' d='M138.014,0h-100A23.21,23.21,0,0,0,14.809,23.209V79.935L0,88.489l14.809,8.551v56.726a23.21,23.21,0,0,0,23.209,23.209h100a23.208,23.208,0,0,0,23.209-23.209V23.209A23.208,23.208,0,0,0,138.014,0' transform='translate(0 0)' fill='%23e3e3e3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='176.974' height='161.223' viewBox='0 0 176.974 161.223'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rechteck_499' data-name='Rechteck 499' width='161.223' height='176.974' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Gruppe_1161' data-name='Gruppe 1161' transform='translate(0 161.223) rotate(-90)'%3E%3Cg id='Gruppe_1125' data-name='Gruppe 1125' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='Pfad_80971' data-name='Pfad 80971' d='M138.014,0h-100A23.21,23.21,0,0,0,14.809,23.209V79.935L0,88.489l14.809,8.551v56.726a23.21,23.21,0,0,0,23.209,23.209h100a23.208,23.208,0,0,0,23.209-23.209V23.209A23.208,23.208,0,0,0,138.014,0' transform='translate(0 0)' fill='%23e3e3e3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    mask-mode: alpha;
}

.meilenstein-container .meilenstein-top::after {
    width: 16px;
    height: 16px;
    background-color: #A4C715;
    border: 2px white solid;
    position: absolute;
    content: "";
    top: 210px;
    left: calc(50% - 8px);
    z-index: 3;
    border-radius: 50%;
    opacity: 0;
}

.meilenstein-container .meilenstein h4 {
    line-height: 1;
    margin-block: 10px;
    text-align: center;
}

.meilenstein-container .meilenstein:not(:last-child) p {
    position: absolute;
    width: 200%;
    top: 246px;
}

.meilenstein-container .meilenstein:last-child p {
    position: absolute;
    width: calc(100% + 20px);
    top: 246px;
    left: -20px;
}

.meilenstein-container .meilenstein p {
    opacity: 0;
    transition: all .3s;
}

.meilenstein-container .active p {
    opacity: 1;
}

.meilenstein-container .active .meilenstein-top::after {
    opacity: 1;
}



/* side menu */

.sub-menu-side-wrapper {
    pointer-events: none;
}

.side-menu-element {
    pointer-events: initial !important;
}

/* dokumentenarchiv projekte */

.dokumentenarchiv {
    display: flex;
    gap: 40px;
}

.dokumentenarchiv a .download-container svg {
    scale: 0.8;
}

.dokumentenarchiv a .download-container p {
    text-align: center;
}

.dokumentenarchiv a:hover {
    color: #A4C715;
}

.dokumentenarchiv a .download-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* pseudoelement farbe */

.download-background::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 110%;
    height: 100%;
    background-color: #F4F8E2; /* Background color of the rotated rectangle */
    transform: rotate(-2deg); /* Rotate the rectangle by 5 degrees */
    transform-origin: bottom left; /* Rotate around the top-left corner */
    z-index: 0; /* Place the pseudo-element below the content */
}

/* zerverband lange galerie für logos */

.gallery-long {
    display: flex;
    flex-wrap: nowrap;
}

.gallery-long div {
    position: relative !important;
    left: 0 !important;
}

/* zweckverband testimonials custom deisign */

.zweckverband-zitate .avatar-image .testimonial-thumbnail{
    margin: 30px 0 0 0 !important;
    width: 250px !important;
}

.zweckverband-zitate .reviews .review{
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
}


.zweckverband-zitate .reviews .review .author {
    grid-column: 2;
    grid-row: 2;
    padding-left: 20px;
}

.zweckverband-zitate *:not(.testimonial-pagination){
    text-align: left !important;
}

.zweckverband-zitate * img {
    width: 250px !important;
}

.zweckverband-zitate {
    min-height: 500px !important;
}

/* zweckverband meilensteine slider */

.zweckverband-slider .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
    border-color: #D89E30 !important;
    background: #D89E30 !important;
}

.zweckverband-slider.pink .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
    border-color: #FB5CAB !important;
    background: #FB5CAB !important;
}

.zweckverband-slider.green .wpostahs-slider-nav .slick-current .wpostahs-main-title button {
    border-color: #A4C715 !important;
    background: #A4C715 !important;
}

.zweckverband-slider .wpostahs-slider-nav .slick-current {
    color: #D89E30 !important;
}

.zweckverband-slider.pink .wpostahs-slider-nav .slick-current {
    color: #FB5CAB !important;
}

.zweckverband-slider.green .wpostahs-slider-nav .slick-current {
    color: #A4C715 !important;
}
.wpostahs-slick-slider span.slick-arrow {
    border: transparent !important;
}
.wpostahs-slick-slider span.slick-arrow:hover {
    border: transparent !important;
}

.zweckverband-slider h2 {
    font-size: 30px !important;
}

.slick-dots {
    opacity: 0.8 !important;
}

/* aktuelles archiv */

.nachrichten-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px;
  }
  
  .nachricht-link-container {
    width: 350px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column; 
    position: relative;
  }


  .nachricht-link-container .nachricht {
    flex: 1; /* Make this div expand to fill the available space */
    border: 1px solid #ccc; /* Add a border for separation */
    background-color: #fff; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 430px;
    margin: 10px;
  }

  .nachricht-link-container .nachricht p {
    margin-top: auto;
    font-size: 16px;
    padding-inline: 10px;
  }

  .nachricht-link-container .nachricht h3 {
    font-size: 20px;
    /* text-transform: uppercase; */
    font-weight: 700;
    padding-inline: 10px;
  }

  .nachricht-link-container .nachricht * {
    overflow-wrap: break-word; 
  }

  .nachricht-link-container .nachricht .img-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }

  .load-more {
    position: relative;
    z-index: 999;
    text-align: center !important;
  }

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


  /* Aktuelles Archiv Sortier Menü */

  .nachrichten-menu .custom-sorting-menu {
    margin-left: 10px;    
}


  .nachrichten-menu .custom-sorting-menu select {
    margin-right: 40px;
    border-radius: 0;
    border-color: #686868;
    padding-left: 10px;
    padding-right: 50px;
    /* text-transform: uppercase; */
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg id='Gruppe_1219' data-name='Gruppe 1219' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='29.047' height='17.081' viewBox='0 0 29.047 17.081'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rechteck_176' data-name='Rechteck 176' width='29.047' height='17.081' fill='%2300b8f1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Gruppe_341' data-name='Gruppe 341' clip-path='url(%23clip-path)'%3E%3Cpath id='Pfad_113' data-name='Pfad 113' d='M28.524.615h0a1.779,1.779,0,0,0-2.514,0L14.567,12.053,3.122.615A1.777,1.777,0,1,0,.615,3.122L14.567,17.081,28.526,3.122a1.777,1.777,0,0,0,0-2.514h0' transform='translate(0 0)' fill='%2300b8f1'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px auto; 
    margin-top: 40px;
}

/* Presse Archiv Darstellung */

.presse-container {
    margin-block: 30px !important;
}

.presse-link-container {
    margin-inline: 10px;
    width: 100%;

}

.pressemitteilung {
    border: 1px solid #686868;
    width: 100%;
    margin-block: 10px;
}

.presse-link-container .pressemitteilung{
    display: flex;
}


.pressemitteilung .img-container{
    padding-right: 20px;
}

.pressemitteilung .img-container img {
    width: 141px;
    height: 125px;
    object-fit: cover;
    max-width: none;
    vertical-align: middle;
}

.pressemitteilung h4 {
    margin: 0;
    padding-top: 10px;
    color: #00B8F1 !important;
    transition: color 0.5s ease;
    line-height: 1 !important;
    font-weight: 700 !important;
}

.pressemitteilung p {
    padding-bottom: 5px;
    color: #00B8F1;
    transition: color 0.5s ease;
    margin: 0 !important;
}

.pressemitteilung:hover * {
    color: #686868 !important;
}

.pressemitteilung .presse-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 20px;
}

/* overrides */

.nachricht-datum {
    color: var(--cmplz_hyperlink_color);
}
.slick-current {
    display: none !important;
}

.zweckverband-slider .slick-current {
    display: initial !important;
}
.gallery-masonry {
    min-height: 220px !important;
}


.header-slider * {
font-family: var(--body_typography-font-family) !important;
}

/* Ansprechpartner */

.ansprechpartner-container img {
    border-radius: 50%;
    max-width: 250px !important;
    height: 250px !important;
    object-fit: cover !important;
}

.ansprechpartner-container * a{
    color: #686868;
    word-wrap: break-word;
    width: 300px;
    font-size: 17px;
}

.ansprechpartner-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 300px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.ansprechpartner-text h3 {
    font-weight: 700 !important;
    margin-bottom: 0 !important;
}

.ansprechpartner-text .light {
    color: #9D9D9C !important;
    opacity: .8 !important;
}

.ansprechpartner-text .inline {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

.ansprechpartner-text .phone svg {
    scale: 1.5;
    margin-left: 4px;
    margin-right: 5px;
}

.ansprechpartner-text .inline p {
    margin: 0 !important;
    font-size: 17px;
}

.alle-ansprechpartner-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.alle-ansprechpartner-container * svg {
    overflow: visible !important;
}

.alle-ansprechpartner-container * svg * {
    overflow: visible !important;
}

.gallery-contain * img{
    object-fit: contain !important;
}

/* Passwort Protection */

.post-password-form {
    max-width: 1400px;
    margin-inline: auto;
    padding-left: 10%;
    padding-right: 15%;
}

.post-password-form input {
    font-size: 20px !important;
    text-transform: uppercase !important;
    padding: 13px 29px !important;
    line-height: 1 !important;
}

/* Intern */

.toggle {
    border-bottom: 1px #686868 solid;
}

.toggle-title {
    margin: 0;
    padding-block: 20px;
    cursor: pointer;
    line-height: 1 !important;
}

.fusion-toggle-no-divider * {
    border: 0px !important;
}

/* Sprungmarke */

.sprungmarke::before {
    content: "";
    height: 37px;
    width: 35px;
    left: 35px;
}

.sprungmarke.blue::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='37.002' viewBox='0 0 35 37.002'%3E%3Cpath id='Vereinigungsmenge_13' data-name='Vereinigungsmenge 13' d='M-11421.163-1251H-11431l7.452-17.574L-11431-1288h35v37Z' transform='translate(11431.001 1288.001)' fill='%2300b8f1'/%3E%3C/svg%3E%0A");   
    position: absolute;
}

.sprungmarke.pink::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='37.002' viewBox='0 0 36 37.002'%3E%3Cpath id='Vereinigungsmenge_13' data-name='Vereinigungsmenge 13' d='M-11420.883-1251H-11431l7.665-17.574L-11431-1288h36v37Z' transform='translate(11431.002 1288.001)' fill='%23fb5cab'/%3E%3C/svg%3E%0A");
    position: absolute;
}
.sprungmarke.orange::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='37.002' viewBox='0 0 36 37.002'%3E%3Cpath id='Vereinigungsmenge_13' data-name='Vereinigungsmenge 13' d='M-11420.883-1251H-11431l7.665-17.574L-11431-1288h36v37Z' transform='translate(11431.002 1288.001)' fill='%23d89e30'/%3E%3C/svg%3E%0A");
    position: absolute;
}
.sprungmarke.gray::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='37.002' viewBox='0 0 36 37.002'%3E%3Cpath id='Vereinigungsmenge_13' data-name='Vereinigungsmenge 13' d='M-11420.883-1251H-11431l7.665-17.574L-11431-1288h36v37Z' transform='translate(11431.002 1288.001)' fill='%23686868'/%3E%3C/svg%3E%0A");
    position: absolute;
}
.sprungmarke.green::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='37.002' viewBox='0 0 36 37.002'%3E%3Cpath id='Vereinigungsmenge_13' data-name='Vereinigungsmenge 13' d='M-11420.883-1251H-11431l7.665-17.574L-11431-1288h36v37Z' transform='translate(11431.002 1288.001)' fill='%23bbd54f'/%3E%3C/svg%3E%0A");
    position: absolute;
}

.sprungmarke::after {
    content: "";
    height: 100%;
    width: 0%;
    position: absolute;
    transition: width .3s ease-in-out;
    z-index: 0;
    pointer-events: none;
}

.sprungmarke.blue::after {
    background-color: #00B8F1;
}
.sprungmarke.pink::after {
    background-color: #FB5CAB;
}
.sprungmarke.orange::after {
    background-color: #D89E30;
}
.sprungmarke.gray::after {
    background-color: #686868;
}
.sprungmarke.green::after {
    background-color: #BBD54F;
}

.sprungmarke {
    padding-left: 65px;
    height: 37px;
}

.sprungmarke * {
    transition: color .1s ease;
}

.sprungmarke:hover::after {
    width: 85%;
}

.sprungmarke:hover *{
    color: white;
}

.fusion-post-cards-grid-column * h3 {
    word-wrap: break-word !important;
}

@media only screen and (max-width: 1640px){
    .steckbrief-element {
        display: grid;
        grid-template-columns: 1fr !important;
    }
    
}

@media only screen and (max-width: 1240px) {
    .schlagwoerter-container * p {
        font-size: 18px !important;
        line-height: 1 !important;
    }
    .schlagwoerter-element h3 {
        font-size: 22px !important;
    }
}


/* Tablet */
@media only screen and (max-width: 1025px) {
    .schlagwoerter-container {
        flex-direction: column;
        height: fit-content;
    }
    .schlagwoerter-element {
        width: 100%;
    }
    .schlagwoerter-container .active p {
        height: 100%;
    }
    .schlagwoerter-container p {
        height: 100%;
    }

    .schlagwoerter-element * img {
        height: 100%;
        width: auto;
    }
    .schlagwoerter-container .image-element {
        height: 100%;
        width: auto;
    }
    .image-element img {
        height: 100% !important;
    }
    .desktop {
        display: none;
    }

    .fusion-post-cards-grid-column * h3 {
        font-size: 20px !important;
    }
}
/* Mobile */
@media only screen and (max-width: 640px) {
    h2 {
        line-height: 1 !important;
    }

    /* Zweckverband Zitate Mobile */

    .zweckverband-zitate {
        margin: 0 !important;
    }

    .zweckverband-zitate * q {
        padding: 0 !important;
    }
    .zweckverband-zitate .avatar-image .testimonial-thumbnail{
        margin: 30px auto 30px auto !important;
        display: flex;
    }
    
    .zweckverband-zitate .reviews .review{
        display: initial;
    }  
    
    .zweckverband-zitate .reviews .review .author {
        padding-left: 0px !important;
    }

    .header * h1 {
        font-size: 30px !important;
    }

    .sprungmarke {
        padding-left: 30px;
        height: 37px;
    }

    .sprungmarke * p {
        font-size: 18px !important;
    }

    .sprungmarke::before {
        left: 0px;
    }

    .custom-sorting-menu #projekt {
        width: 200px !important;
    }

    .nonhundred-percent-fullwidth:not(.hundred-percent-fullwidth) {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .nachricht-link-container {
        width: 100%;
    }

    .steckbrief-element-wrapper .steckbrief-element {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
    }
}