@media all and (min-width: 1200px) {
    .width-bg-100.vc_section[class*="bg-"] {
        background-size: 100%
    }
    .ref-item.reference > *:first-child:not(:only-child) {
        height: 330px;
        flex: 0 0 330px;
    }
}

@media all and (max-width: 1600px) {
    .site-main {
        padding-top: 172px;
    }
    .header .container {
        padding: 0 15px;
    }
    .main-header {
        height: 120px;
    }
    .main-header .flexbox-center-between > div:first-child {
        flex-basis: 251px;
    }
    .nav-menu > li {
        margin-left: 30px;
    }
    .custom-top-slider {
        min-height: calc(100vh - 172px);
    }
    .admin-bar .custom-top-slider {
        min-height: calc(100vh - 204px);
    }
    .home .custom-top-slider {
        margin-top: -120px;
    }
    .custom-top-banner {
        min-height: 500px;
        margin-top: -150px;
    }
    .home .custom-top-slider:before,
    .home .custom-top-slider:after {
        top: 120px;
    }
    .home .custom-top-slider .text-box {
        padding: 185px 0 70px;
    }
    .provider-info-wrapper .media-box {
        height: 320px;
    }
    .provider-images {
        height: 400px;
    }
}

@media all and (max-width: 1440px) {
    .modal-content {
        padding: 40px 0;
    }
    .modal-content .container > * {
        padding-right: 40px;
        padding-left: 40px;
    }
    .nav-menu > li > a,
    .footer-menu {
        font-size: 18px;
    }
    .site-main .vc_section,
    .site-main .vc_section.vc_section-has-fill,
    .parallax-image,
    .footer {
        padding: 100px 0;
    }
    .site-main .vc_section.vc_section-has-fill + .vc_section {
        padding-top: 100px;
    }
    .events-wrapper .text-box {
        padding: 40px;
    }
    .provider-images {
        height: 350px;
    }
    .copyright {
        padding-top: 50px;
    }
}

@media all and (max-width: 1366px) {
    h1, h2, h3, h4, h5, h6,
    .event-date,
    .footer {
        letter-spacing: 0.03em;
    }
    h1,
    .custom-top-slider h2,
    .parallax-image h2.entry-title {
        margin: 0 0 20px;
        font-size: 44px;
    }
    .main-header .flexbox-center-between > div:first-child {
        flex-basis: 235px;
    }
    .nav-menu > li {
        margin-left: 20px;
    }
    .custom-content-image .flexbox > div {
        width: calc(50% - 30px);
    }
    .counter-box .main-counter {
        letter-spacing: 0.03em;
        font-size: 64px;
    }
    .counter-box .icon {
        margin: 0 auto 10px;
    }
    .events-wrapper .event {
        min-height: 400px;
    }
    .event-date .event-day,
    .event-date i {
        font-size: 55px;
    }
    .footer-menu > li {
        margin-right: 20px;
    }
}

@media all and (max-width: 1199px) {
    body.menu-open {
        overflow: hidden;
    }
    body.menu-open .main-overlay {
        opacity: 1;
        visibility: visible;
    }
    body.menu-open .main-navigation {
        width: 400px;
    }
    h1,
    .custom-top-banner h1,
    .custom-top-slider h2,
    .parallax-image h2.entry-title,
    .error404 h1,
    .search h1 {
        font-size: 40px;
    }
    .top-bar {
        font-size: 14px;
    }
    .top-bar .contact-list i {
        font-size: 18px;
    }
    .account-top-box span {
        display: none;
    }
    .home .main-header,
    .main-header.transparent {
        background-color: #005297;
    }
    .modal-content {
        padding: 30px 0;
    }
    .modal-content .container > * {
        padding-right: 30px;
        padding-left: 30px;
    }
    .main-navigation {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0;
        background-color: #80AAD0;
        transition: all 0.5s ease;
        overflow: hidden;
        overflow-y: auto;
        z-index: 110;
    }
    .admin-bar .main-navigation {
        top: 32px;
    }
    .menu-primary-container {
        position: relative;
        max-width: 400px;
        min-width: 383px;
        padding: 80px 30px 50px;
    }
    .mobile-btn,
    .main-navigation .close-btn {
        display: inline-block;
        vertical-align: middle;
    }
    .nav-menu {
        display: block;
    }
    .nav-menu a {
        font-size: inherit;
    }
    .nav-menu > li {
        margin: 0;
    }
    .nav-menu > li > a {
        display: block;
        border-bottom: 1px solid #005297;
        padding: 15px 30px 13px 15px;
        box-shadow: 0 1px rgba(255, 255, 255, .2);
    }
    .nav-menu > li.menu-item-has-children:hover > a,
    .nav-menu li.current-menu-item > a,
    .nav-menu li.current-menu-ancestor > a,
    .nav-menu a:hover,
    .nav-menu > li.menu-item-has-children.show > a {
        color: #005297;
    }
    .nav-menu > li > a[href="#"] + .sub-ctrl {
        width: 100%;
    }
    .nav-menu .sub-ctrl {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 54px;
        cursor: pointer;
    }
    .sub-ctrl:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 12px;
        width: 10px;
        height: 10px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: translateY(-50%) rotate(45deg);
        transition: all 0.3s ease;
    }
    .nav-menu li.current-menu-item > .sub-ctrl:after,
    .nav-menu li.current-menu-ancestor > .sub-ctrl:after,
    .nav-menu > li.menu-item-has-children:hover > .sub-ctrl:after,
    .nav-menu li.menu-item-has-children.show > .sub-ctrl:after {
        border-top-color: #005297;
        border-right-color: #005297;    
    }
    .nav-menu li.menu-item-has-children.show > .sub-ctrl:after {
        transform: translateY(-65%) rotate(135deg);
    }
    .nav-menu .sub-menu {
        position: static;
        display: none;
        width: auto;
        border: 0;
        padding: 11px 30px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent;
        transition: none;
        opacity: 1;
        visibility: visible;
    }
    .nav-menu .sub-menu a:hover {
        color: #E30613;
    }
    .home .custom-top-slider {
        min-height: calc(100vh - 172px);
        margin: 0;
    }
    .home.admin-bar .custom-top-slider {
        min-height: calc(100vh - 204px);
    }
    .home .custom-top-slider:before,
    .home .custom-top-slider:after {
        top: 0;
    }
    .home .custom-top-slider .text-box,
    .custom-top-banner .text-box {
        padding: 70px 0;
    }
    .custom-top-banner {
        min-height: 400px;
        margin-top: -30px;
    }
    .custom-widgets figure {
        margin-right: 15px;
    }
    .custom-widgets [class*="type-"] span,
    .event-date {
        font-size: 20px;
    }
    .custom-content-image .flexbox > div {
        height: 335px;
    }
    .parallax-image .wpb_text_column,
    .reference .wpb_text_column {
        font-size: 18px;
    }
    .news-wrapper .news-post-item figure {
        height: 310px;
    }
    .news-wrapper .inner-box-rt .news-post-item {
        margin-bottom: 50px;
    }
    .news-wrapper .custom-btn {
        margin: -90px 0 40px calc(50% + 15px);
    }
    .events-wrapper .event {
        min-height: 300px;
    }
    .events-wrapper .text-box {
        padding: 30px;
    }
    .events-wrapper .all-events[data-view="list"] .event figure {
        width: 295px;
        height: 200px;
    }
    .events-wrapper .all-events[data-view="list"] .event .text-box {
        flex-direction: column;
    }
    .events-wrapper .all-events[data-view="list"] .event .event-content {
        margin: auto 0 0;
    }
    .events-wrapper .all-events[data-view="list"] .event .event-excerpt {
        margin: 10px 0 0;
    }
    .events-wrapper .all-events[data-view="list"] .event .event-date {
        flex-basis: auto;
    }
    .accordion-box {
        max-width: 100%;
    }
    .team {
        margin: 30px -7.5px 0;
    }
    .person {
        width: calc(25% - 15px);
        margin: 35px 7.5px;
    }
    .wpum-template .acf-form > .acf-fields {
        padding: 30px 22.5px 10px;
    }
    .wpum-template .wpum-inner-box {
        padding: 30px 20px 10px;
    }
    .wpum-template .acf-fields > .acf-field,
    .wpum-template .acf-fields.-left > .acf-field {
        padding: 0 7.5px 20px;
    }
    .wpum-template .acf-checkbox-list,
    .wpum-template .acf-taxonomy-field .acf-checkbox-list {
        margin: 0 -7.5px;
    }
    .wpum-template .acf-field-checkbox[class*="width_"],
    .wpum-template .acf-field-radio[class*="width_"] {
        padding-top: 10px;
    }
    .wpum-template .acf-field-checkbox[class*="width_"] .acf-label,
    .wpum-template .acf-field-radio[class*="width_"] .acf-label {
        margin-right: 5px;
    }
    .wpum-template .acf-field-checkbox[class*="width_"] .acf-checkbox-list.acf-hl li,
    .wpum-template .acf-field-radio[class*="width_"] .acf-radio-list.acf-hl li {
        margin: 0 8px 0 0;
    }
    .wpum-template .acf-field-checkbox .acf-checkbox-list.acf-hl li,
    .wpum-template .acf-field-radio .acf-radio-list.acf-hl li,
    .wpum-template .acf-taxonomy-field .acf-checkbox-list li {
        padding: 0 7.5px;
    }
    .wpum-template .dropzone.dropzone-full-width.dropzone-file [data-uploader],
    .wpum-template .acf-field-group.acfe-field-group-layout-block .dropzone.dropzone-file [data-uploader],
    .wpum-template .acfe-field-group-layout-table .acfe-field-group-layout-block .dropzone.dropzone-file [data-uploader] {
        height: 400px;
    }
    .wpum-template .acf-table > tbody > tr > td {
        padding: 30px 7.5px;
    }
    .cpt-list img {
        margin-right: 15px;
    }
    .filter-box .flexbox {
        margin: 0 -10px 10px;
    }
    .filter-box .flexbox > * {
        margin: 15px 10px;
    }
    .letters-box {
        justify-content: flex-start;
    }
    .provider-info-wrapper .text-box img {
        max-width: 150px;
    }
    .provider-info-wrapper .media-box {
        width: 475px;
        height: 270px;
    }
    .all-providers .text-box,
    .all-offers .text-box,
    .all-press .text-box,
    .search-result .text-box {
        padding: 20px;
    }
    .provider-images {
        height: 300px;
    }
    .offer-list {
        margin: 0 -20px -20px;
    }
    .footer-content .flexbox > div:first-child {
        width: 235px;
        margin-right: 100px;
    }
}

@media all and (max-width: 991px) {
    h1,
    .custom-top-banner h1,
    .custom-top-slider h2,
    .parallax-image h2.entry-title,
    .error404 h1,
    .search h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 28px;
    }
    h3,
    .reference h3,
    .stories-slider .entry-title {
        line-height: 1.35;
        font-size: 22px;
    }
    .slick-dots {
        margin-top: 30px;
    }
    .top-bar {
        display: none;
    }
    .options-list > li {
        margin-right: 20px;
    }
    .options-list > li:last-child {
        border-color: #fff;
        padding-left: 20px;
    }
    .search-btn,
    .account-top-box {
        color: #fff;
    }
    .account-top-box:after,
    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
        border-color: #fff;
    }
    .account-top-box span {
        display: block;
    }
    .account-list > li {
        font-size: inherit;
    }
    .mobile-btn {
        display: block;
        margin: 20px 0 0 auto;
    }
    .modal-outer {
        max-width: calc(100% - 30px);
    }
    .site-main {
        padding-top: 120px;
    }
    .site-main .comment-navigation,
    .site-main .posts-navigation,
    .site-main .post-navigation {
        padding: 50px 0 0;
    }
    .site-main .vc_section,
    .site-main .vc_section.vc_section-has-fill,
    .parallax-image,
    .footer {
        padding: 70px 0;
    }
    .site-main .vc_section.vc_section-has-fill + .vc_section {
        padding-top: 70px;
    }
    .site-main .vc_section.pt-110 {
        padding-top: 70px
    }
   .vc_section .vc_row,
    .vc_section .vc_row-full-width {
        margin-bottom: 50px;
    }
    .vc_section .vc_row.vc_row-has-fill {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .vc_section .vc_row.vc_inner .vc_column_container:first-child > .vc_column-inner {
        padding-right: 0;
    }
    .vc_section .vc_row.vc_inner .vc_column_container:last-child > .vc_column-inner {
        padding-left: 0;
    }
    .vc_section .vc_row.vc_inner,
    .vc_section .wpb_content_element {
        margin-bottom: 30px;
    }
    .vc_section .vc_row.tablet-row {
        flex-direction: column;
    }
    .vc_section .vc_row.tablet-row.vertical-center {
        align-items: flex-start;
    }
    .vc_section .vc_row.tablet-row .vc_column_container {
        flex-basis: auto !important;
        width: 100%;
    }
    .vc_section .vc_row.tablet-row .vc_column_container:first-child {
        margin-bottom: 50px;
    }
    .vc_section .vc_row.tablet-row .vc_column_container:only-child {
        margin: 0;
    }
    .sidebar {
        flex-basis: auto;
        width: 50%;
        margin: 50px 0 0;
    }
    .custom-top-slider,
    .home .custom-top-slider {
        min-height: calc(100vh - 120px);
    }
    .admin-bar .custom-top-slider,
    .home.admin-bar .custom-top-slider {
        min-height: calc(100vh - 152px);
    }
    .custom-content-image,
    .custom-content-image.text-right {
        text-align: center;
    }
    .custom-top-slider .wpb_text_column,
    .custom-top-banner .wpb_text_column,
    .custom-widgets .entry-title,
    .news-wrapper .inner-box-rt .news-post-item .entry-title {
        font-size: 18px;
    }
    .custom-top-slider .btn-wrapper {
        margin: 15px -7.5px -7.5px;
    }
    .custom-top-slider .custom-btn {
        margin: 7.5px;
    }
    .custom-content-image .flexbox {
        justify-content: center;
        margin: 7.5px -7.5px -15px -7.5px;
    }
    .custom-content-image.text-right .flexbox {
        justify-content: center;
    }
    .custom-content-image .flexbox > div {
        width: 270px;
        margin: -7.5px 7.5px 15px 7.5px;
    }
    .counter-box,
    .counter-wrapper.text-right .flexbox {
        justify-content: center;
        margin: 0 auto -50px;
    }
    .accordion {
        max-width: 100%;
    }
    .accordion .img-overlay {
        right: 0;
        margin: 0;
        box-shadow: -20px -20px 80px -50px #2fb4de;
    }
    .vc_column_container.vc_col-sm-6:not(:first-child) .accordion .img-overlay {
        right: 0;
        box-shadow: 20px 20px 80px -50px #2fb4de;
    }
    .counter-box .main-counter,
    .event-date .event-day,
    .event-date i {
        font-size: 50px;
    }
    .references-slider:not(.ref-grid),
    .stories-slider:not(.news-list) {
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
    }
    .stories-slider:not(.news-list) [class*="type-"] {
        width: calc(100% - 30px);
    }
    .reference.slick-slide {
        flex-direction: column-reverse;
    }
    .reference > *,
    .news-wrapper .inner-box-lt,
    .news-wrapper .inner-box-rt {
        flex: inherit;
    }
    .news-wrapper .inner-box-lt,
    .news-wrapper .inner-box-rt {
        width: 100%;
    }
    .reference > *:first-child:not(:only-child),
    .news-wrapper .inner-box-rt {
        margin: 0;
    }
    .reference > *:last-child:not(:only-child),
    .news-wrapper .inner-box-lt:not(:only-child) {
        margin: 0 0 30px;
    }
    .news-wrapper > .entry-title {
        text-align: center;
    }
    .news-wrapper .flexbox {
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
    }
    .news-wrapper .inner-box-rt .news-post-item {
        margin-bottom: 30px;
    }
    .news-wrapper .custom-btn {
        margin: 0 auto;
    }
    .events-wrapper .event {
        width: 100%;
        min-height: 400px;
    }
    .person {
        width: calc(33.33% - 15px);
        margin: 25px 7.5px;
        padding: 20px 15px 30px;
    }
    .person figure {
        margin: -50px auto 20px;
    }
    .filter-box .flexbox {
        flex-wrap: wrap;
    }
    .filter-box .search-form {
        width: 100%;
    }
    .filter-box .canton-filter,
    .filter-box .term-filter {
        width: calc(50% - 152px);
    }
    .offers-wrapper .filter-box .term-filter:only-child {
        margin: 0 auto;
    }
    .all-providers,
    .all-offers,
    .all-press,
    .search-result {
        margin: 0 -7.5px;
    }
    .all-providers [class*="type-"],
    .all-offers [class*="type-"],
    .home .all-offers [class*="type-"],
    .all-press [class*="type-"],
    .search-result article {
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
    .all-providers[data-view="list"] [class*="type-"],
    .all-offers[data-view="list"] [class*="type-"] {
        width: calc(100% - 15px);
    }
    .all-providers[data-view="list"] .img-wrap,
    .all-offers[data-view="list"] [class*="type-"] > a {
        width: 270px;
    }
    .provider-info-wrapper > .flexbox {
        flex-direction: column;
    }
    .provider-info-wrapper .media-box {
        width: 570px;
        height: 320px;
        margin: 30px 0 0;
    }
    .provider-data-list li > span {
        padding: 10px 15px 10px 50px;
    }
    .provider-data-list i {
        width: 40px;
        height: 40px;
        line-height: 41px;
        font-size: 20px;
    }
    .provider-images {
        height: 225px;
    }
    .offers-wrapper > .text-box > div:not([class]) {
        flex-direction: column;
        align-items: center;
    }
    .offers-wrapper > .text-box > div:not([class]) .entry-title:not(:only-child) {
        margin: 0 0 10px;
    }
    .offers-wrapper > .text-box > div:not([class]) .filter-box {
        width: 100%;
        margin: 0 auto;
    }
    .wpum-template.wpum-account-page {
        display: block;
    }
    .wpum-template.wpum-account-page .wpum_one_third {
        margin: 0 0 30px;
    }
    .wpum-template.wpum-account-page .wpum_two_third {
        width: 100%;
    }
    .wpum-template .acf-form > .acf-fields {
        padding: 30px 12.5px 10px;
    }
    .wpum-template .acf-checkbox-list,
    .wpum-template .acf-taxonomy-field .acf-checkbox-list {
        columns: 2;
    }
    .wpum-template .dropzone.dropzone-file [data-uploader] {
        height: 180px;
    }
    .wpum-template .dropzone.dropzone-full-width.dropzone-file [data-uploader],
    .wpum-template .acf-field-group.acfe-field-group-layout-block .dropzone.dropzone-file [data-uploader],
    .wpum-template .acfe-field-group-layout-table .acfe-field-group-layout-block .dropzone.dropzone-file [data-uploader] {
        max-width: 370px;
        height: 180px;
    }
    .cpt-account {
        margin-top: 30px;
    }
    .wpcf7-inner-box {
        padding: 20px 20px 10px;
    }    
    .footer {
        padding: 70px 0 50px;
    }
    .footer-content .flexbox {
        flex-direction: column;
    }
    .footer-content .flexbox > div:first-child {
        margin: 0 auto 30px;
    }
    .footer-content .flexbox > div:last-child {
        width: 100%;
    }
    .footer-menu {
        margin: 0 -10px;
        text-align: center;
    }
    .footer-menu > li,
    .footer-menu > li:last-child {
        margin: 0 10px;
    }
}
@media all and (max-width: 991px) and (min-width: 768px) {
    .wrap_related_angebote .angebote-title-wrap,
    .wrap_related_angebote .description, .wrap_related_angebote .tags-wrap {
        margin-left: 10px;
        margin-right: 10px
    }
    .angebot-content {
        width: calc(65% - 30px);
    }
    .angebot-provider {
        width: calc(35% - 30px);
    }
}
@media all and (max-width: 782px) {
    .admin-bar .page-container {
        min-height: calc(100vh - 46px);
    }
    .admin-bar .header-wrapper {
        top: 46px !important;
    }
    .admin-bar .main-navigation {
        top: 46px;
    }
    .admin-bar .custom-top-slider,
    .home.admin-bar .custom-top-slider {
        min-height: calc(100vh - 166px);
    }
}

@media all and (max-width: 767px) {
    .footer {
        background-position: top right;
    }
    .vc_section.bg-3 {
        background-position: bottom left;
        background-size: 150% 100%;
    }
    .custom-top-slider:before,
    .custom-top-slider:after {
        content: none;
    }
    .custom-widgets {
        display: none;
    }
    .references-slider,
    .stories-slider {
        max-width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .ref-item.reference {
        flex-basis: 100%
    }
    .ref-item.reference > *:first-child:not(:only-child) {
        height: calc(58vw - 30px);
        flex: 0 0 calc(58vw - 30px);
    }
    .stories-slider.news-list [class*="type-"] {
        width: calc(100% - 30px);
    }
    .events-wrapper .filter-box .flexbox {
        margin-bottom: 30px;
    }
    .events-wrapper .filter-box .term-filter {
        margin: 0 auto;
    }
    .events-wrapper .all-events[data-view="list"] .event {
        min-height: 400px;
        margin-bottom: 0;
        border-radius: 0;
        padding: 0;
        color: #fff;
        box-shadow: none;
        background-color: transparent;
    }
    .events-wrapper .all-events[data-view="list"] .event a {
        display: block;
    }
    .events-wrapper .all-events[data-view="list"] .event figure {
        width: 100%;
    }
    .events-wrapper .all-events[data-view="list"] .event .text-box {
        position: absolute;
        top: 0;
        width: 100%;
        padding: 30px;
    }
    .news-wrapper .flexbox {
        max-width: 100%;
    }
    .box-toggle .head-toggle {
        padding: 20px 15px;
    }
    .content-toggle {
        padding: 0 15px 20px;
        font-size: 14px;
    }
    .person {
        width: calc(50% - 15px);
        padding: 20px 15px;
    }
    .filter-box .view-list {
        display: none;
    }
    .filter-box .canton-filter,
    .filter-box .term-filter {
        width: calc(50% - 20px);
    }
    .letters-box label span {
        width: 30px;
        height: 30px;
        line-height: 31px;
        font-size: 14px;
    }
    .all-providers .text-box,
    .all-offers .text-box,
    .home .all-providers .text-box,
    .home .all-offers .text-box,
    .all-press .text-box,
    .search-result .text-box {
        padding: 20px 15px;
    }
    .home .all-providers .text-box:before {
        width: 40px;
        height: 40px;
    }
    .all-providers[data-view="list"] [class*="type-"],
    .all-offers[data-view="list"] [class*="type-"] {
        flex-direction: column;
        width: calc(50% - 15px);
        margin: 0 7.5px 30px;
    }
    .all-providers[data-view="list"] .img-wrap,
    .all-offers[data-view="list"] [class*="type-"] > a {
        width: 100%;
        height: 200px;
    }
    .all-providers[data-view="list"] .text-box > div {
        display: block;
        margin: 0;
    }
    .all-providers[data-view="list"] .entry-title {
        padding-right: 0;
    }
    .all-providers[data-view="list"] .entry-title,
    .all-providers[data-view="list"] .post-meta {
        margin: 0 0 20px;
    }
    .all-providers .img-wrap a {
        padding: 0 15px;
    }
    .provider-info-wrapper .text-box img {
        max-width: 127px;
    }
    .provider-destinations .flexbox,
    .provider-data-list {
        flex-direction: column;
    }
    .provider-destinations .flexbox > div,
    .provider-data-list li {
        width: 100%;
    }
    .provider-destinations .flexbox > div + div {
        margin-top: 15px;
    }
    .provider-data-list li {
        margin-bottom: 15px;
    }
    .provider-data-list li:last-child {
        margin: 0;
    }
    .provider-images {
        height: 180px;
    }
    .offer-list {
        margin: 0 -15px -20px;
    }
    .offer-list li {
        padding: 10px;
    }
    .story-post-gallery.two-images > .gallery-img {
        width: 50%;
    }
    .wpum-template.wpum-account-page .wpum_one_third,
    .wpum-template .acf-field.width_1-2,
    .wpum-template .acf-field.width_1-3,
    .wpum-template .acf-field.width_2-3 {
        width: 100%;
    }
    #wpum-account-forms-tabs ul li a {
        padding: 15px;
    }
    html[lang="fr-FR"] #wpum-account-forms-tabs ul li.tab-newsticker.active a:after {
        border-top-width: 25px;
        border-bottom-width: 25px;
    }
    .wpum-template .acf-field-checkbox[class*="width_"],
    .wpum-template .acf-field-radio[class*="width_"] {
        padding-top: 0;
    }
    .wpum-template .acf-field-checkbox[class*="width_"] .acf-label,
    .wpum-template .acf-field-radio[class*="width_"] .acf-label {
        margin-right: 10px;
    }
    .wpum-template .acf-field-checkbox[class*="width_"] .acf-checkbox-list.acf-hl li,
    .wpum-template .acf-field-radio[class*="width_"] .acf-radio-list.acf-hl li {
        margin: 0 15px 0 0;
    }
    .wpum-template .acf-repeater.-block > table {
        margin: -15px 0 15px;
    }
    .wpum-template .acf-table,
    .wpum-template .acf-table > tbody,
    .wpum-template .acf-table > tbody > tr,
    .wpum-template .acf-table > tbody > tr > td {
        display: block;
    }
    .wpum-template .acf-table > tbody > tr > td {
        padding: 20px 0 10px;
    }
    .wpum-template .acf-table .dropzone.dropzone-file [data-uploader] {
        max-width: 370px;
    }
    .cpt-list .post-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-menu {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .footer-menu > li {
        flex-basis: auto;
        margin: 0 0 30px;
    }
    .footer-menu > li:last-child {
        margin: 0;
    }
    .heading-with-button {
        padding-right: 0;
        padding-bottom: 65px;
    }
    .heading-with-button .custom-btn {
        top: calc(100% - 46px);
        width: 160px;
        right: calc(50% - 80px);
    }
    .section-heading {
        text-align: center
    }
    .site-main {
        word-break: break-word;
        hyphens: auto;
    }
    .wrap_related_angebote.number-3 > *, .angebot-content, .angebot-provider {
        width: calc(100% - 30px);
    }
    .angebot-provider {
        margin-left: auto;
        margin-right: auto;
    }
}

@media all and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
    h1,
    .custom-top-banner h1,
    .custom-top-slider h2,
    .parallax-image h2.entry-title,
    .error404 h1,
    .search h1 {
        font-size: 28px;
    }
    h2 {
        font-size: 24px;
    }
    h3,
    .reference h3,
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    .custom-btn,
    .btn.vc_btn3-container .vc_general.vc_btn3,
    .wsdsgvovideo_img .wsdsgvovideo_acception.ws-default-btn,
    input[type="submit"] {
        min-width: 160px;
        padding: 13px 15px 11px;
    }
    .files-wrapper .has-password input {
        padding: 14.5px 0 11px;
    }
    .site-main {
        padding-top: 95px;
    }
    .main-header {
        height: 95px;
    }
    .main-header .flexbox-center-between {
        padding: 15px 0;
    }
    .main-header .flexbox-center-between > div:first-child {
        flex-basis: 197px;
    }
    .mobile-btn {
        margin: 15px 0 0 auto;
    }
    .options-list > li {
        margin-right: 15px;
    }
    .options-list > li:first-child {
        display: none;
    }
    .options-list > li:last-child {
        border: 0;
        padding: 0;
    }
    .account-list > li {
        font-size: 14px;
    }
    .custom-top-slider,
    .home .custom-top-slider {
        min-height: calc(100vh - 95px);
    }
    .admin-bar .custom-top-slider,
    .home.admin-bar .custom-top-slider {
        min-height: calc(100vh - 141px);
    }
    .counter-box .main-counter,
    .event-date .event-day,
    .events-wrapper .all-events[data-view="list"] .event .event-date .event-day,
    .event-date i {
        font-size: 44px;
    }
    .news-wrapper .inner-box-rt .news-post-item {
        width: 100%;
    }
    .news-wrapper .inner-box-rt .news-post-item:nth-child(odd),
    .news-wrapper .inner-box-rt .news-post-item:nth-child(even) {
        padding: 0;
    }
    .news-wrapper .inner-box-rt .news-post-item figure {
        width: 150px;
        height: 150px;
    }
    .events-wrapper .event {
        min-height: 330px;
    }
    .events-wrapper .text-box {
        padding: 30px 15px;
    }
    .event-date,
    .events-wrapper .all-events[data-view="list"] .event .event-date {
        font-size: 18px;
    }
    .accordion-box {
        padding-right: 18px;
    }
    .box-toggle .head-toggle .icon {
        right: -18px;
        width: 36px;
        height: 36px;
        margin-top: -18px;
    }
    .box-toggle .head-toggle .icon:before,
    .box-toggle .head-toggle .icon:after {
        width: 14px;
    }
    .person {
        max-width: 400px;
        width: 100%;
    }
    .providers-wrapper > .text-box,
    .offers-wrapper > .text-box,
    .press-wrapper > .text-box {
        margin-bottom: 15px;
    }
    .provider-info-wrapper .text-box img {
        max-width: 101px;
    }
    .provider-info-wrapper .media-box {
        width: 100%;
    }
    .provider-images {
        height: 130px;
    }
    .filter-box .canton-filter,
    .filter-box .term-filter {
        width: calc(100% - 20px);
    }
    .filter-box .lang-filter,
    .filter-box .count-filter {
        width: calc(50% - 20px);
    }
    .all-providers [class*="type-"],
    .all-providers[data-view="list"] [class*="type-"],
    .all-offers [class*="type-"],
    .all-offers[data-view="list"] [class*="type-"],
    .home .all-offers [class*="type-"],
    .all-press [class*="type-"],
    .search-result article {
        width: calc(100% - 15px);
    }
    .home .all-providers [class*="type-"],
    .all-offers [class*="type-"] {
        border-width: 6px;
    }
    .all-offers [class*="type-"] > a,
    .all-offers[data-view="list"] [class*="type-"] > a {
        height: 330px;
    }
    .wpum-template .acf-checkbox-list,
    .wpum-template .acf-taxonomy-field .acf-checkbox-list {
        columns: 1;
    }
    .cpt-list h5 {
        font-size: 18px;
    }
    .cpt-list a {
        font-size: 14px;
    }
    .story-post-gallery.two-images .gallery-img {
        height: 270px;
    }
    .sidebar {
        width: 100%;
    }
    .footer-content .flexbox > div:first-child {
        width: 197px;
    }
}

@media all and (max-width: 430px) {
    body.menu-open .main-navigation {
        width: 360px;
    }
    .menu-primary-container {
        max-width: 100%;
        min-width: 360px;
    }
    .account-top-box span {
        display: none;
    }
    .account-top-box img {
        width: 30px;
    }
    .custom-content-image .flexbox > div {
        height: 330px;
    }
    .counter-box .counter-item {
        padding: 0 7.5px;
    }
    .reference .img-box,
    .accordion .relative,
    .news-wrapper .news-post-item figure,
    .stories-slider [class*="type-"] > a {
        height: 230px;
    }
    .news-wrapper .news-post-item figure {
        margin: 0 0 20px;
    }
    .news-wrapper .inner-box-rt .news-post-item a,
    .news-wrapper .inner-box-rt .news-post-item .flexbox {
        display: block;
    }
    .news-wrapper .inner-box-rt .news-post-item figure {
        width: 100%;
        height: 230px;
        margin: 0 0 20px;
    }
    .provider-info-wrapper .media-box {
        height: 216px;
    }
    .provider-images {
        flex-direction: column;
        height: auto;
    }
    .provider-images div {
        width: 100%;
    }
    .story-post-gallery {
        margin: 15px 0;
    }
    .story-post-gallery.two-images .gallery-img {
        height: 170px;
    }
    .story-post-gallery.two-images > .gallery-img,
    .story-post-gallery.two-images picture {
        margin: 0;
    }
    .story-post-gallery.two-images .gallery-img + .gallery-img,
    .story-post-gallery.two-images picture + picture {
        margin: 0 0 0 15px;
    }
    .all-offers [class*="type-"] > a,
    .all-offers[data-view="list"] [class*="type-"] > a {
        height: 200px;
    }
    .wpum-template .acf-form > .acf-fields {
        padding: 20px 7.5px 0;
    }
    .wpum-template .wpum-inner-box {
        padding: 20px 15px 0;
    }
    .wpcf7-inner-box {
        padding: 20px 15px 10px;
    }
}

@media all and (max-width: 360px) {
    body.menu-open .main-navigation {
        width: 320px;
    }
    .menu-primary-container {
        min-width: 320px;
        padding: 80px 20px 50px;
    }
    .main-navigation .close-btn {
        top: 20px;
        right: 20px;
    }
    html[lang="fr-FR"] #wpum-account-forms-tabs ul li.tab-newsticker.active a:after {
        border-top-width: 35px;
        border-bottom-width: 35px;
    }
}

@media all and (min-width: 768px) {
    .wrap_related_angebote.number-3 > * {
        width: calc(33.33% - 30px);
    }
    .wrap_related_angebote > * {
        padding-bottom: 68px;
    }
    .wrap_related_angebote .conditions-wrap {
        position: absolute;
        bottom: 0;
        left: 0; 
        width: 100%;
    }
}
