.search-block .wrapper:before {
    position: absolute;
    top: -40px;
    left: 50%;
    width: 100%;
    height: 108px;
    background-image: url(../img/grafiken/swosh-mobile-whiteanders.svg);
    background-size: 3000px 135px;
    background-repeat: no-repeat;
    content: "";
    z-index: 4;
    background-size: 755px 88px;
    height: 88px;
    background-position: center;
    width: 755px;
    transform: translateX(-50%);
}
.search-wrapper{
   display:flex; 
   flex-direction: column;
   gap: 10px;
}
.search-input-wrapper {
    border: 1px solid #DADADA;
    flex: 50%;
    border-radius: 5px;
    position: relative;
}

/* .section-startheader .search-input-wrapper {
    border: none;
} */
.search-block .MicrosoftMap .Infobox .infobox-actions {
    height: auto;
}

.search-block {
    position: relative;
    z-index: 26;
}

.search-block-inner {
    display: flex;
    position: relative;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search-icon svg {
    width: 20px;
    height: 20px;
}

.search-icon {    
    padding: 0 7px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
}

.search-input, .search-input-name {
    padding: .6rem 1.2rem;
    padding-left: 2rem;
    z-index: 1;
    align-items: center;
    background-color: transparent;
    width: 100%;
    border: none;
    outline: none;
    font-family: Rubik, sans-serif;
    font-size: 1rem;
}
.search-input{
   
}
.search-input-name{
    border-radius: 5px 0 0 5px;
    border-right: 0px !important;
}
.search-input::placeholder,
.search-input-name::placeholder  {
    color: #E0E0E0;
}

.search-input:focus {
    outline: none;
}

.search-block-main-title {
    color: #515151;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    max-height: 0;
}
.search-block-main-title.loaded {
    max-height: 150px;
}
.search-button {
    background-color: #DA5C57;
    color: #fff;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    padding: 0 1.5rem;    
}
.search-button-second {
    flex: 100%;
    height: 38px;
    font-weight: 600;
}
.search-image {
    position: absolute;
    top: -130px;
    right: 120px;
    z-index:111;
    width: 90px;
    height: 130px;
}
.search-image svg{
    width: 90px;
    height: 130px;
}

.search-item {
    padding: 100px 0;
}

.search-item-img {
    /* width: 70px;
    height: 70px; */
    border-radius: 50%;
    flex: 0 0 50px;
    
}

.search-item-img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
}

.search-block-list-col {
    display: flex;
    gap: 1.5rem;
    width: 100%;
}
.search-block-item-content-phone a {
    color: #515151;
}
.search-block-item-content-phone:hover a {
    text-decoration: underline;
}
.search-block-item-content-phone .phone-label {
    font-weight: 600;
    color: #dc5d58;
}
.search-block-list-item {
    display: flex;
    justify-content: space-between;
}
.search-block-list-item>span{
    flex: 0 0 80px;
    text-align: end;
}
.search-block-list-btn {
    border-radius: 8px;
    background-color: #DA5C57;
    width: 100%;
    max-width: 300px;
    text-align: center;
    color: #fff;
    padding: 0.5rem 1.5rem;
    font-weight:600;
}
/* .search-block-list-btn:first-child {
    display: none;
} */
.search-block-list-btn.white {
    background-color: white;
    color: #515151;
    border: 1px solid #515151;
    font-weight:400;
}

.search-block-list-btns {
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    gap: 1rem;
}

.poiload-line {
  background: linear-gradient(100deg, #eeeeee 30%, #dddddd 50%, #eeeeee 70%);
  background-size: 200% 100%;
  animation: shimmer 1.2s ease-in-out infinite;
  border-radius: 8px;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

/* Примеры блоков */
.poiload-line {
  height: 16px;
  margin: 10px 0;
  width: 100%;
}

.poiload {
  height: 120px;
  width: 100%;
  margin-bottom: 20px;
}
.search-list-container {
    display: grid;
    margin-top: 1.5rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #DADADA;
    gap: 4rem;
    grid-template-columns: 100%;
}
.search-list-container:last-child {
    border-bottom: 0;
}

.search-list-dropdown-title {
    position: relative;
    display: block;
    padding-right: 2rem;
    cursor: pointer;
    font-weight:600;
    color:#515151;
}

.search-list-dropdown-items {
    display: flex;
    flex-direction: column;
    max-height: 0;
    margin-top: 1rem;
    overflow: hidden;
    transition: all 0.3s;
}
.search-list-dropdown-item .week-day{
    font-size: 0.85rem;
    color:#515151;
}
.search-list-dropdown-item .working-time{
    font-weight:500;
    color:#515151;
}
.search-list-dropdown-title .open-state.state-open{
    color:#48A399;
    font-weight:400;
}
.search-list-dropdown-title .open-state.state-close{
    color:#DC5D58;
    font-weight:400;
}
.search-list-dropdown-items.active {
    max-height: 1000px;
}

.search-list-dropdown-item:nth-child(1n) {
    background-color: #F5F5F5;
    padding: 10px 12px;
    border-radius: 5px;
}
.search-list-dropdown-item:nth-child(2n) {
    background-color: #ffffff;
   padding: 10px 12px;
}

.search-popup {
    position: fixed;
    display: none;
    background-color: #fff;

}

.search-popup.active {
    display: block;
}

.actuelle-pos {
    margin-top: 1rem;
    color: #5C5C5C;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
}

.actuelle-pos::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('../img/gps-marker.svg');
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.search-list-dropdown-title::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url('../img/search-arrow.png');
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}

.search-list-dropdown-title.active::after {
    transform: scaleX(-1);
}

.search-map {
    margin: 30px 0 60px 0;    
}

.search-map img {
    width: 100%;
}
.search-error-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
   justify-content: center;
    align-items: center;
    z-index: 9999;
}
.search-error-overlay .err-text {
    color: #515151;
    font-size: 1.25rem;
    text-align: center;
    max-width: 600px;
    padding-inline: 20px;
}
.range-slider {
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.range-slider__range {
    -webkit-appearance: none;
    background: transparent;
    width: calc(100% - (60px + 13px));
    height: 20px;
    /* height: 2px;
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 0;
    background: linear-gradient(to right, #48A399 0%, #48A399 50%, #eee 50%, #eee 100%);
    background-size: 100% 100%;
    background-repeat: no-repeat;     */
}
.range-slider__range::-webkit-slider-runnable-track {
  /* -webkit-appearance: none; */
    width: 100%;
    height: 2px;
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 0;
    background: var(--gradient);
    background-size: 100% 100%;
    background-repeat: no-repeat;    
}

.range-slider__range::-moz-range-track {
    width: 100%;
    height: 2px;
    border-radius: 5px;
    outline: none;
    padding: 0;
    margin: 0;
    background: var(--gradient);
    background-size: 100% 100%;
    background-repeat: no-repeat;   
}
.range-slider__range[disabled] {
    opacity: 0.5;
}

.range-slider__range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #48A399;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
    transform: translateY(-9px);
}
.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #48A399;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}

.range-slider__value {
    position: relative;
    width: 60px;
    line-height: 20px;
    text-align: center;
    padding: 5px 10px;
    padding-right: 0;
}

::-moz-range-track {
    background: #eee;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
    border: 0;
}

.section-startheader .wrapper .startheader-text.left-text {
    font-family: MarvinRound, sans-serif;
}

.startheader-text.left-text+.startheader-storebuttons {
    pointer-events: none;
}

.search-start-block {
    background-color: white;
    padding: 1rem;
    border-radius: 8px;
    max-width: 500px;
    margin: 0 auto;
    margin-top: 1rem;
    z-index: 10;
    position: relative;
}

.search-start-block input {
    width: 100%;
    outline: none;
    font-size: 1rem;
}
.search-item .search-wrapper{
    width:100%;
}
.search-start-block .search-block-inner {
    flex-direction: column;
    gap: 10px;
    margin-top: 5px;
}

.search-start-block .search-block-inner button {
    font-family: Rubik, sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 0.5rem 6.5rem;
    cursor: pointer;
}

.search-start-block-title {
    font-family: Open-Sans, sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
}

.map-wrapper {
    height: 450px;
    width: 100%;
    position: relative;
}
.search-pagination {

}
.search-pagination .pagination-item {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    border-radius: 5px;
    background-color: #F5F5F5;
    color: #515151;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.search-pagination .pagination-item.active {
    background-color: #DA5C57;
    color: #ffffff;
}
#myMap {
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    z-index: 99;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.ui-autocomplete .ui-menu-item-wrapper {
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 13px;
    color: #515151;
    font-family: Rubik, sans-serif;
}
.ui-autocomplete .ui-menu-item-wrapper:hover,
.ui-autocomplete .ui-menu-item-wrapper:focus {
    background-color: #f0f0f0;
    border: none;
}
.ui-helper-hidden-accessible {
    display: none;
}
/* Get rid of error */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: none;    
}
/* .map-pin {
    width: 30px;
    height: 30px;
    background-image: url('../img/pin.svg');
    background-size: cover;
    background-position: center; 
    cursor: pointer;  
}

.map-pin.selected {
    background-color: red;
    border: 2px solid white;
} */

/* .map-pin::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 3px;
    background-color: red;
    border-radius: 50%;
    transform: translate(-50%, -50%);
} */
.pin-popup {
    max-width: 300px;
}
.popup-title {
    font-size: 16px;
    font-weight: 600;
    color: #515151;
    padding-block: 10px;
    padding-right: 20px;
    border-bottom: 1px solid #515151;
}
.atlas-map .popup-close  {
    top: 3px;
    right: 3px;
    color: #ffffff;
    background-color: #515151;
    border-radius: 50%;
}
.atlas-map .popup-close:hover {
    color: #ffffff;
}
.atlas-map .popup-content-container  {
    white-space: inherit;
}
.atlas-map .popup-content-container {
    box-shadow: none;
}
.popup-link {
    font-size: 16px;
    padding-block: 10px;
    font-weight: 600;
}
.search-block-item-content-title {
    font-weight: 600;
    color:#515151;
}

.section-startheader {
    height: 600px;
}

.section-startheader .wrapper .startheader-storebuttons.left-text {
    padding-left: 0;
    padding-top: 1rem;
    text-align: center;
    pointer-events: auto;
}

.section-startheader .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.section-startheader .wrapper .startheader-text.left-text {
    padding-top: 100px;
    margin-bottom: 11.5rem;
}

.section-startheader .wrapper .startheader-storebuttons.left-text {
    padding-top: 20px;
}


/************************************************************************************/

.subnav-block {
    background-color: #DC5D58;
    z-index: 26;
    position: relative;
}

.subnav-inner {
    padding-bottom: 0;
}

.subnav-header {
    color: #fff;
    text-align: center;
    width: 100%;
    margin-bottom: 72px;
    padding-top: 150px;
}

.subnav-file-content svg {
    aspect-ratio: 3 / 2.45;
}

.subnav-file-content {
    display: none;
}

.subnav-file-content-mobile {
    display: block;
}

.subnav-title {
    color: #fff;
}

#link_1,
#link_2,
#link_3,
#link_4,
#link_5,
#link_6,
#link_7,
#link_8,
#link_9 {
    cursor: pointer;
}

.subnav-title {
    font-size: 33px;
}

.subnav-block .wrapper .swoosh {
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    height: 108px;
    background-image: url(../img/grafiken/swosh-mobile-white.svg);
    background-size: 755px 88px;
    background-repeat: no-repeat;
    content: "";
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    width: 755px;
    height: 88px;
}

.subnav-block .wrapper:before {
    position: absolute;
    top: -51px;
    left: 0;
    width: 100%;
    height: 108px;
    background-image: url(../img/grafiken/swosh-mobile-white.svg);
    background-size: 755px 88px;
    background-repeat: no-repeat;
    content: "";
    z-index: 4;
    width: 3000px;
    height: 135px;
    left: 50%;
    transform: translateX(-50%);
    width: 755px;
    height: 88px;
    background-image: url(../img/grafiken/swoosh-white.svg);
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 3000px;
    height: 88px;
    background-size: 3000px 88px;

}



.subnav-block .wrapper:after {
    position: absolute;
    bottom: 52px;
    left: 0;
    width: 100%;
    height: 108px;
    background-size: 755px 88px;
    background-repeat: no-repeat;
    content: none; 
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    width: 755px;
    height: 88px;
}

/*****************************************************************************************/
.section-articles .articles-content .articles-content__list .articles-inner .articles-item {
    margin-bottom: 3.5rem;
}
.article-head {
    background-color: #F9F6F4;
    padding-top: 200px;
}

.article-block-image {
    width: 100%;
    aspect-ratio: 16/9;
    margin-top: 26px;
    object-fit: cover;
    border-radius: 20px;
    position: relative;
    z-index: 99;
}

.aricle-top-prev {
    color: #515151;
    cursor: pointer;
}

.article-top {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.aricle-top-tags-item {
    padding: 6px 18px;
    border-radius: 50px;
}
.aricle-top-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.article-recommendations-item-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical; 
}
.aricle-top-tags-item.species {
    background-color: #D5E7E5;
    color: #3D8A82;
}

.aricle-top-tags-item.category {
    background-color: #E5E5E5;
    color: #7F7F7F;
}
.article-body{
    padding-top: 50px;
    padding-bottom: 120px;
}
.article-body-title {
    text-align: center;
    margin-top: 40px;
    font-size: 33px;
    color: #515151;
    margin-bottom: 26px;
}


.article-body-text {
    font-size: 1.25rem;
    color: #515151;
}

.article-links {
    background-color: #F9F6F4;
    padding: 35px 38px;
    margin-bottom: 50px;
}

.article-links-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
}

.article-links-title {
    color: #515151;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.article-links-item {
    color: #515151;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #70707080;
    font-size: 22px;
    position: relative;
    padding-right: 15px;
}

.article-links-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.article-links-item::after {
    content: '';
    position: absolute;
    right: 0;
    top: 8px;
    background-image: url(../img/article-arrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 12px;
    height: 15px;
}

.article-chapters-item {
    margin-bottom: 4rem;
    font-size: 1.25rem;   
}

.article-chapters-item ul {
    list-style: disc;
    padding-left: 2rem;
    font-size: 1.25rem;
}
.set-caption-text {
    font-size: 1rem;
    color: #7f7f7f;
}
.articles-item-content-info {
    font-size: 1.25rem;
}
.article-chapters-item mark {
    font-weight: 600;
    color: #dc5d58;
    background-color: inherit;
}
.article-chapters-item h3 strong {
    font-size: 1.4rem;
   
}

.article-chapters-item-title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #515151;
}

.article-chapters-image {
    aspect-ratio: 1 / 1;
    width: 300px;
    object-fit: contain;
    margin: 0 auto;
    display: flex;
    margin-top: 4rem;
}
[data-template="type2"] .article-chapters-image {
    aspect-ratio: inherit;
    width: 100%;
    object-fit: contain;
    display: flex;
    margin: 0 auto;
    margin-top: 4rem;
}
[data-template="type3"] .article-chapters-image {
    aspect-ratio: inherit;
    width: 65%;
    margin-bottom: 1rem;
}
.article-author {
    font-size: 1rem;
}
.article-chapters-item-text {
    font-size: 22px;
    color: #515151;
}
.article-recommendations{
    background-color: #F9F6F4;
    padding-bottom: 3rem;
}
.article-recommendations .wrapper{
    padding-top: 70px;
}
.article-recommendations .wrapper:before, .article-head .wrapper:after  {
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 108px;
    background-image: url(../img/grafiken/bege_top_wave.svg);
    background-size: 3000px 135px;
    background-repeat: no-repeat;
    content: "";
    z-index: 4;
    width: 3000px;
    height: 135px;
    background-size: 755px 88px;
    left: 50%;
    transform: translateX(-50%);
    width: 755px;
    height: 88px;
}
.article-head .wrapper:after {
    top: auto;
    bottom: -65px;
    background-image: url(../img/grafiken/swoosh-whiteother.svg);   
}
.article-recommendations .wrapper:after {
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 100%;
    height: 108px;
    background-image: url(../img/grafiken/bege_bottom_wave.svg);
    background-size: 3000px 135px;
    background-repeat: no-repeat;
    content: "";
    z-index: 2;
    width: 3000px;
    height: 135px;
    background-size: 755px 88px;
    left: 50%;
    transform: translateX(-50%);
    width: 755px;
    height: 88px;
}

.article-recommendations-title{
    text-align: center;
    font-size: 33px;
    margin-bottom: 32px;
    color: #515151;
}
.article-recommendations-item-title{
    font-size: 26px;
    margin-bottom: 45px;
    margin-top: 30px;
}

.article-recommendations-item .aricle-top-tags{
    margin-top: 30px;
}
.article-recommendations-item a {
    color: #000000;
    text-decoration: none;
}
.articles-found-posts {
    text-align: left;
    padding: 1rem;
}
.slick-recommendations .slick-list{
    margin: 0 -20px;
}
.slick-recommendations .slick-slide{
    margin: 0 30px;
}
.slick-recommendations .slick-next {
    background-image: url("../img/arrow-right-black.svg");
    right: -15px;
}
.slick-recommendations .slick-prev {
    background-image: url("../img/arrow-left-black.svg");
    left: -15px;
}

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader {
    font-size: 10px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.1s infinite ease;
    transform: translateZ(0);
  }
  @keyframes mulShdSpin {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.5), -1.8em -1.8em 0 0em rgba(255,255,255, 0.7);
    }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.5);
    }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.5), 1.8em -1.8em 0 0em rgba(255,255,255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.5), 2.5em 0em 0 0em rgba(255,255,255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.5), 1.75em 1.75em 0 0em rgba(255,255,255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255,255,255, 0.2), -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.5), 0em 2.5em 0 0em rgba(255,255,255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255,255,255, 0.2), -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.5), -1.8em 1.8em 0 0em rgba(255,255,255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255,255,255, 0.2);
    }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(255,255,255, 0.2), 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(255,255,255, 0.2), 1.75em 1.75em 0 0em rgba(255,255,255, 0.2), 0em 2.5em 0 0em rgba(255,255,255, 0.2), -1.8em 1.8em 0 0em rgba(255,255,255, 0.5), -2.6em 0em 0 0em rgba(255,255,255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
  }

@media (min-width: 640px) {
   
    .search-block .wrapper:before {
        background-image: url(../img/grafiken/swoosh-white.svg);
        background-size: 3000px 135px;
        top: -45px;
        left: 50%;
        transform: translateX(-50%);
        width: 3000px;
        height: 135px;
    }

    .subnav-block .wrapper .swoosh {
        background-image: url(../img/grafiken/swoosh-white.svg);
        left: 50%;
        transform: translateX(-50%);
        width: 3000px;
        height: 135px;
        bottom: -50px;
        background-size: 3000px 135px;

    }



    .subnav-block .wrapper:after {
        content: "";        
        background-image: url(../img/grafiken/wave-green.svg);
        left: 50%;
        transform: translateX(-50%);
        width: 3000px;
        height: 135px;
        bottom: -65px;
        background-size: 3000px 135px;
    }

    .subnav-header {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 72px;
    }

    .subnav-file-content-mobile {
        display: none;
    }

    .subnav-file-content {
        display: block;
    }

    .subnav-inner {
        padding-bottom: 43px;
    }
    .article-recommendations .wrapper:before {
        background-image: url(../img/grafiken/bege_top_wave.svg);
        top: -65px;
        left: 50%;
        transform: translateX(-50%);
        width: 3000px;
        height: 135px;
        background-size: 3000px 135px;
    }
    .article-recommendations .wrapper:after,.article-head .wrapper:after{
        background-image: url(../img/grafiken/bege_bottom_wave.svg);
        bottom: -100px;
        left: 50%;
        transform: translateX(-50%);
        width: 3000px;
        height: 135px;
        background-size: 3000px 135px;
    }
    .article-head .wrapper:after {
        background-image: url(../img/grafiken/swoosh-whiteother.svg);
        bottom: -64px;
    }
    .section-articles .articles-content .articles-content__list .articles-inner .articles-item {
    margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .search-block-list-btns {
        flex-direction: row;
    }

    .search-list-container {
        grid-template-columns: 2fr 1fr;
    }
    .search-block-inner {
        flex-wrap: nowrap;
    }
    .search-button-second {
        flex: auto;
    }
}


@media (min-width: 992px) {
    .subnav-header {
        padding-top: 116px;
    }
    .search-wrapper{
        flex-direction: row;
        gap: 0;
    }
    .search-input-wrapper:first-child {
        /* border-right: none; */
        border-radius: 5px;
        /* border-bottom-left-radius: 5px;
        border-top-left-radius: 5px; */
    }
    /* .search-input-wrapper:last-child {
        border-radius: 0;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;    
    } */
    /* #rechnungen .slider {
        width: 350px;
    } */
    .search-start-block {
        width: 45%;
        margin: 0;
        margin-top: 1rem;
    }

    .section-startheader .wrapper .startheader-text.left-text {
        width: 40.6779661017%;
        float: left;
        margin-right: 0;
        text-align: left;
        padding-top: 110px;
        margin-bottom: 0;
    }

    .section-startheader .wrapper .startheader-storebuttons.left-text {
        text-align: left;

    }

    .subnav-block .wrapper:before {
        background-image: url(../img/grafiken/swoosh-white.svg);
        top: -65px;
        left: 50%;
        transform: translateX(-50%);
        width: 3000px;
        height: 135px;
        background-size: 3000px 135px;
    }

    .search-start-block .search-block-inner button {
        padding: 0.5rem 1.5rem;
    }
    .section-beige-block-left .wrapper {
        height: 520px;
    }
    .heigh_illustration.section-beige-block-left .wrapper {
        height: 640px;
    }
    .heigh_illustration.section-beige-block-left .wrapper:after {
        background-image: url(../img/grafiken/swoosh-white.svg);
        bottom: -64px;                
    }
    .search-item-img {
        flex: 0 0 70px;
    }
}

@media (min-width: 1050px) {


    /* .section-startheader .wrapper .startheader-storebuttons.left-text{
        padding-left: 0;
        padding-top: 320px;
    } */
     .slick-recommendations .slick-next {
        right: -30px;
    }
    .slick-recommendations .slick-prev {
        left: -30px;
    }
}
@media (min-width: 1200px) {

     .slick-recommendations .slick-next {
        right: -80px;
    }
    .slick-recommendations .slick-prev {
        left: -80px;
    }
}
@media (max-width: 576px) {
    .search-image{
        display:none;
    }
}