.btn.btn-secondary {
    background-color: #ffffff;
    color: #11807d;
    border-color: #11807d;
}

.btn.btn-secondary:hover {
    background-color: #11807d;
    color: #ffffff;
    border-color: #11807d;
    opacity: 1;
}

.button-wrap {
    margin-top: 10px;
}

/* -- Location slider -- */
.slick-slider {
    overflow-x: hidden;
}

.slick-slider img {
    border-radius: 20px;
}

.slick-slider .slick-slide {
    margin: 0 10px;
}

.slick-list {
    margin: 0 -10px;
}

.site-banner__search.layout-02 .search-suggestions {
    max-height: 300px;
    overflow-y: scroll;
}

.site-banner.layout-02 .site-banner-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.single-01 .place__left {
    margin-top: 30px;
}

.single .breadcrumbs a {
    color: #8d8d8d;
}

.single .place__box--npd h1 {
    color: #2d2d2d;
}

/* Location included/excluded */
.place__included_excluded_wrap  .list-group-item {
    border: none;
    padding: .5rem 0;
}

.site__brand {
    padding: 11px;
    border-radius: 10px;
    /*position: absolute;*/
    /*top: 0;*/
    /*top: 25px;*/
}

.site__brand__logo img {
    max-width: 50px;
    max-width: 150px;
}

.site-header {
    padding: 5px 0;
}

.site-header .row {
    align-items: center;
}

.site__search.layout-02 {
    /*margin-left: 165px;*/
    /*margin-left: 190px;*/
}

.main-menu ul:first-child > li {
    margin-right: 10px;
    background: #11807d;
    padding: 0 15px;
    border-radius: 25px;
}

.main-menu ul:first-child > li > a {
    color:#ffffff;
}

.blog-article-container {
    border-top: 1px solid #eeeeee;
    padding-top: 40px;
}

.blog-back a i {
    color: #11807d;
    font-size: 45px;
}

.blog-banner {
    width: 70%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}


.place-item.layout-02 .place-thumb {
    max-width: 100%;
}

.place-item.layout-02 .place-thumb img {
    border-radius: 0;
}

.place-item .entry-bottom .place-tables {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.place-item .entry-bottom .place-tables i {
    font-size: 14px;
    color: #11807d;
}

#places-mobil-indicator { display: none }

.location-slider .slick-prev {
    left: 10px;
}

.location-slider .slick-next {
    right: 25px;
}

.location-slider .slick-prev, .slick-next {
    z-index: 999;
}

.location-slider .slick-prev:before, .location-slider .slick-next:before {
    font-size: 30px;
}

.place-item.layout-02 .entry-category {
    width: auto;
    border-radius: 16px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    padding: 0 10px;
}

.place-item.layout-02 .entry-category span {
    display: inline-block;
}

.intro__content .intro__text {
    max-width: 100%;
    width: 70%;
    margin: 0 auto;
}

.intro__content .intro__text p {
    font-size: 20px;
    color: #2d2d2d;
    text-align: justify;
    font-weight: normal;
}

.site-banner .site-banner__content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.site-banner.site-banner__content > p {
    text-align: center;
}

.site-banner__search .site-banner__search__input {
    font-size: 16px;
    color:#5d5d5d
}

.site__search.layout-02 {
    max-width: unset;
}
.site-banner__search.site-banner__search_header {
    max-width: 50%;
}
#location_name::placeholder { opacity: 1;}

@media  screen and (max-width: 1500px) {
    .site-banner__search.site-banner__search_header {
        max-width: 75%;
    }
    .site__search.layout-02 .site-banner__search.layout-02 .field-input label {
         display: block !important;
    }
}

.site-banner__search.layout-02 .field-input:nth-child(1),
.site-banner__search.layout-02 .field-input:nth-child(2) {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 28%;
}

.site-banner__search.layout-02 .field-input.field-input-header {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 100%
}

.review-form .field-input {
    padding: 0 10px;
    border: solid 1px #eeeeee;
    margin-bottom: 10px;
}

.review-form .field-input input {
    width: 100%;
    border-color: transparent;
}

.review-form .field-textarea {
    padding: 10px;
}

.reservation-box {
    text-align: center;
}

.reservation-box h2 {
    margin-bottom: 10px;
}

.reservation-box-headline {
    margin-bottom: 15px;
    display: block;
}

.reservation-box #box_calendar {
    margin-bottom: 35px;
}

.reservation-box #box_calendar td.disabled {
    cursor: not-allowed;
    color: #ddd;
}

.reservation-box .hours-content {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.reservation-box .hours-content span, .table_calendar td a {
    cursor: pointer;
    border-radius: 10px;
    padding: 2px 5px;
    padding-top: 3px;
    line-height: 19px;
}

.reservation-box .hours-content span:hover, .table_calendar td a.selected, .table_calendar td:not(.disabled) a:hover {
    background: #11807d;
    color: white
}

.reservation-box-minutes {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.reservation-box-minutes a {
    width: 50%;
}

img.slider-image-blured {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.single .hightlight-grid .place__amenities span.material-symbols-outlined {
    /*font-size: 45px;*/
    font-size: 35px;
    margin-top: 0;
}

.stars a.active, .place__author__star .la-star.active {
    color: #11807d
}

/* #reservation-form {
    height: auto;
    min-height: auto;
    position: relative;
} */

#reservation-form #loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .9);
    display: none;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 18px;
}

#formular .field_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

#formular .field_box .form-line {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

#formular .field_box .form-line label {
    width: 40%;
}

#formular .field_box .form-line input {
    width: 100%;
}

.features-item {
    display: flex;
    align-items: flex-start;
}

.features-item .features-item-icon {
    width: 80px;
    fill: #11807d;
}

.features-item .features-item-icon.features-item-icon-options {
    width: 100px;
}

.features-item .features-item-icon.features-item-icon-user-friendly {
    width: 95px;
}


.list-working-remote-options .working-remote-option-item {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    width: 100%;
}

.list-working-remote-options .working-remote-option-item .working-remote-option-item-title {
    background-color: rgba(17, 128, 125, .75);
}

.list-working-remote-options .working-remote-option-item-community .working-remote-option-item-title {
    background-color: rgba(224, 90, 90, .75);
}
.list-working-remote-options .working-remote-option-item-costsaving .working-remote-option-item-title {
    background-color: rgba(150, 96, 190, .75);
}
.list-working-remote-options .working-remote-option-item-flexibility .working-remote-option-item-title {
    background-color: rgba(246, 154, 53, .75);
}

.list-working-remote-options .working-remote-option-item .working-remote-option-item-title {
    padding: 100px 0;
    text-align: center;
    color: white;
    font-size: 28px;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.list-working-remote-options .working-remote-option-item .working-remote-option-item-content {
    background: #11807d;
    padding: 50px;
    border-radius: 0 0 10px 10px;
    color: white;
    text-align: center;
    font-size: 18px;
}

.list-working-remote-options .working-remote-option-item-community .working-remote-option-item-content {
    background: #e05a5a;
}
.list-working-remote-options .working-remote-option-item-costsaving .working-remote-option-item-content {
    background: #9660be;
}
.list-working-remote-options .working-remote-option-item-flexibility .working-remote-option-item-content {
    background: #f69a35;
}

.working-remote-parallax {
    position: relative;
}

.working-remote-parallax .first-working-remote-options {
    position: sticky;
    top: 10%;
}

.working-remote-parallax .first-working-remote-options .row {
    display: flex;
    align-items: center;
}

.working-remote-parallax .second-working-remote-options {
    margin-top: -200px;
}


.parallax-container {
    position: relative;
}

.parallax-container .phone-section {
    position: sticky;
    top: 0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.parallax-container .phone img {
    width: 100%;
    max-width: 300px;
    height: auto;
    transform: scale(1);
    transition: transform 1s ease-in-out;
}

.parallax-container .text-section {
    margin-top: -15%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.parallax-container .text {
    font-size: 1.5rem;
    color: #333;
    transform: translateY(50px);
    transition: transform 1s ease, opacity 1s ease;
    padding: 0 5%;
    display: flex;
    flex-direction: column;
}

.parallax-container .text.left {
    text-align: left;
}

.parallax-container .text.right {
    text-align: right;
    align-items: end;
}

.parallax-container .text-section:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    background: transparent;
}


.parallax-container .parallax-text-spacer {
    margin: 10%  0;
}

.parallax-container .parallax-text-container {
    max-width: 80%;
    box-shadow: 0 0 10px 0 #dddddd;
    padding: 15px;
    border-radius: 25px;
}

.banner-wrap .banner-inner p,
.banner-wrap .banner-inner h2 {
    color: #ffffff
}

.banner-wrap .banner-inner a.btn {
    background-color: white;
    color: #11807d;
}

.banner-wrap .banner-inner a.btn:hover {
    opacity: 1;
}

.supplier-facilities {
    /*margin: 50px auto;*/
}

.supplier-facilities ul {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    align-items: self-start;
    list-style: none;
    flex-wrap: nowrap;
}

.supplier-facilities ul li {
    width: 33.33%;
}

.supplier-facilities.supplier-facilities-grid {
    background: rgba(17, 128, 125, .1);
    border-radius: 30px;
    padding: 10px;
}

.supplier-facilities.supplier-facilities-grid ul {
    padding: 35px;
}

.supplier-facilities.supplier-facilities-cards ul li {
    background: rgba(17, 128, 125, .1);
    border-radius: 30px;
    padding: 50px 30px;
    min-height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.supplier-facilities.supplier-facilities-cards ul {
    align-items: stretch;
}

.supplier-facilities.supplier-facilities-grid h3.title {
    color: #11807d
}

.city-slider {
    margin: 50px auto;
}

.footer {
    background-color: #f6f6f6;
}

.footer__anpc_links {
    margin-top: 15px;
}

.footer__anpc_links ul {
    display: flex;
    flex-direction: column;
}

.footer__newsletter__container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer__newsletter__container form {
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.footer__newsletter__container form  input[type=text] {
    border-radius: 25px;
    padding-right: 45px;
    width: 60%;
}

.footer__newsletter__container form  input[type=submit] {
    border-radius: 25px;
    margin-left: -35px;
    z-index: 1;
    padding: 0 15px;
}

.footer__newsletter__container form  input[type=submit]:hover {
    opacity: 1;
}


.footer__top__info {
    display: flex;
    gap: 40px;
}

.footer__social_links h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer__social_links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}

.footer__social_links ul li {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: #11807d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__social_links ul li a {
    line-height: 0;
}

.footer__social_links ul li a i {
    color: white;
}

.blogs-wrap.layout-02 .post .post__info a {
    font-size: 22px;
}

.title-wrap h2 {
    font-size: 32px;
    text-align: center;
}

.post__info .post__title {
    line-height: 1;
}

#request-space-add {
    width: calc(100% / 2);
    margin: 0 auto;
}

#request-space-add .input-group {
    gap: 15px;
}

#request-space-add input, #request-space-add select, #request-space-add textarea {
    border: 1px solid #5d5d5d;
    border-radius: 15px;
}

#request-space-add form .btn {
    width: 200px;
}

#city-faq {
    width: 70%;
    margin: 0 auto;
}

#city-faq h2 {
    margin-bottom: 40px;
    text-align: center;
}

.field-submit-desktop {
    display: block;
}

.field-submit-mobile {
    display: none;
}

.site-banner.layout-02 .site-banner__content > p {
    text-align: center;
}

.page-title.page-title-location {
    height: 700px;
}

.popup-wrap .popup-middle {
    transform: translateY(-50%);
}

.entry-desc {
    font-size: 19px;
}

@media screen and (max-width: 1024px) {
    .parallax-container .phone-section {
        position: relative;
        height: auto;
    }

    .parallax-container .text-section {
        height: auto;
        flex-direction: column;
    }

    .parallax-container .parallax-text-container {
        max-width: 100%;
        text-align: center;
        font-size: 22px;
    }

    .parallax-container .parallax-text-spacer {
        margin: 20px auto;
    }

}

@media screen and (max-width: 992px) {
    .widget.open {
        max-width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .site-header {
        height: 60px;
    }

    .site-header .row {
        align-items: center;
    }

    .site-header .right-header {
        margin-top: 8px;
    }

    .site-header .site {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .site-header .site__brand {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .site__brand__logo img {
        max-width: 100px;
    }

    .site-banner.layout-03, .site-banner.layout-02 {
        background-image: url("/static/frontend/images/colleagues-working-together-office-space_748571-7929.jpg") !important;
        height: calc(100% - 60px);
        padding: 60px 0 60px;
    }


    .site-banner .site-banner__content {
        align-items: flex-start;
    }

    .site-banner.layout-03 .site-banner__content h1, .site-banner.layout-02 .site-banner__title,
    .site-banner.layout-02 .site-banner__content > p {
        padding: 0 20px;
    }

    .banner-wrap {
        margin-top: 50px;
    }

    .features-item .features-item-icon {
        width: 50px !important;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .working-remote-parallax .first-working-remote-options {
        position: relative;
    }

    .working-remote-parallax .second-working-remote-options {
        margin-top: 0;
    }

    .list-working-remote-options .working-remote-option-item {
        margin-bottom: 30px;
    }

    .parallax-container .text-section {
        margin-top: 0;
    }

    .site-banner.layout-02 .site-banner__search {
        flex-direction: column;
        gap: 10px;
        background: transparent !important;
    }

    .site-banner__search.layout-02 .site-banner__search__input {
        text-align: center;
        padding-right: 0 !important;
    }

    .site-banner__search.layout-02 .field-input:nth-child(1):after, .site-banner__search.layout-02 .field-input:nth-child(2):after {
        display: none;
    }

    .site-banner__search.layout-02 .field-input input:focus {
        background-color: white !important;
        border-radius: 30px !important;
    }

    .site-banner__search.layout-02 .field-input:nth-child(1), .site-banner__search.layout-02 .field-input:nth-child(2) {
        width: 100%;
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
    }

    .site-banner__search .site-banner__search__input {
        line-height: 50px;
    }

    .site-banner__search.layout-02 .field-submit {
        position: relative;
    }

    .site-banner__search.layout-02 .field-input {
        position: relative !important;
        width: 100%;
        text-align: center;
    }

    .parallax-container .phone-section {
        margin-bottom: 50px;
    }

    .parallax-container .text {
        transform: translateY(0px);
    }

    .field-submit-desktop {
        display: none;
    }

    .field-submit-mobile {
        display: block;
    }

    .field-submit-mobile button {
        display: flex;
        width: 100% !important;
        border-radius: 35px !important;
        padding: 0 30px;
        gap: 10px;
        justify-content: center;
        align-items: center;
        font-size: 17px;
        color: white;
    }

    .field-submit-mobile button i {
        font-size: 20px !important;
    }

    #request-space-add {
        width: 100%;
    }

    .footer__newsletter__container form {
        flex-wrap: nowrap;
        margin-bottom: 25px;
    }

    .footer__newsletter__container form input[type=text] {
        width: 100%;
    }

    .footer .footer__top__info .footer__top__info__logo img {
        margin-bottom: 0;
    }

    .list-working-remote-options .working-remote-option-item .working-remote-option-item-title {
        padding: 50px 0;
    }

    .supplier-facilities ul {
        flex-direction: column;
    }

    .supplier-facilities ul li {
        width: 100%;
        text-align: center;
    }


    #explore-page {
        flex-direction: column;
    }

    #explore-page #places-list {
       /*  position: fixed;
        bottom: -75%; */
        width: 100%;
        z-index: 9999;
        background: white;
        /*height: 85%;*/
        border-radius: 30px 30px 0 0;
        overflow: hidden;
        transition: bottom 0.5s ease-in-out;
    }

    #explore-page #places-list.opened {
        bottom: 0;
        overflow-y: scroll;
    }

    #explore-page #places-list #places-mobil-indicator { display: block }

    #explore-page #places-list #places-mobil-indicator .fa-chevron-up { display: none }
    #explore-page #places-list.opened #places-mobil-indicator .fa-chevron-up { display: block }
    #explore-page #places-list #places-mobil-indicator .fa-chevron-down { display: block }
    #explore-page #places-list.opened #places-mobil-indicator .fa-chevron-down { display: none }

    .main-primary .top-area .result-count {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .archive-city .filter-mobile {
        display: none;
    }

    .main-primary .top-area-filter {
        justify-content: center;
    }
}

.site-banner.layout-02 .site-banner__search {
    max-width: 600px !important;
}
.site-banner__search.layout-02 .field-input:nth-child(1) {
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}

.site-banner__search.layout-02 .field-input:nth-child(2) {
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  max-width: 55%;
}

@media (max-width: 768px) {
    .site-header {
        z-index: 99999999;
    }
    .site-banner__search.site-banner__search_header.layout-02,
    .site-banner__search.site-banner__search_header.layout-02.open {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px;
        padding: 32px 16px;
        width: 100vw;
        max-width: 100vw;
    }
    .site-banner__search.site-banner__search_header.layout-02 .field-input,
    .site-banner__search.site-banner__search_header.layout-02.open .field-input {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 18px 0;
        display: flex;
        flex-direction: column;
    }
    .site-banner__search.site-banner__search_header.layout-02.open .close-filter {
        position: absolute;
        top: 18px;
        right: 18px;
        font-size: 28px;
        color: #11807d;
        background: none;
        border: none;
        z-index: 100000;
    }

    .site-banner__search.site-banner__search_header.layout-02 .field-input input,
    .site-banner__search.site-banner__search_header.layout-02 .field-input select {
        border-radius: 30px !important;
        background: #fff !important;
        padding: 6px 8px !important;
        font-size: 1em;
        color: #222;
        text-align: left !important;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
        border: solid 1px #eeeeee;
    }
     .site__search.open .search__close {
        display: block;
        top: 10%;
    }
}

