@charset "utf-8";

body.mceContentBody {
    overflow: auto;
    background-color: #fff;
}


/* Global variables */
:root {
    --primary-font: "Titillium Web", "Trebuchet MS", sans-serif;
    --primary-color: #05371C;
    --secondary-font: "Urbanist", "Trebuchet MS", sans-serif;
    --secondary-color: #E6474E;
    --white-color: #F7F6F2;
    --green-dark-color: #D2E4D6;
    --green-medium-color: #DFEFE1;
    --green-light-color: #E7EFE8;
    --animation-duration: 0.5s;
}


/* Common settings */
* {
    outline: none;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
::-moz-selection { /* Code for Firefox */
    background-color: var(--primary-color);
    color: #FFF;
}
::selection {
    background-color: var(--primary-color);
    color: #FFF;
}
footer ::-moz-selection, /* Code for Firefox */
.art_tip ::-moz-selection,
.highlight.dark ::-moz-selection { /* Code for Firefox */
    background-color: var(--white-color);
    color: var(--primary-color);
}
footer ::selection,
.art_tip ::selection,
.highlight.dark ::selection {
    background-color: var(--white-color);
    color: var(--primary-color);
}
:-moz-placeholder,
::-moz-placeholder {
    opacity: 1;
}
.art_focus:focus {
    outline: none;
}
.content {
    font-weight: 300;
    line-height: 1.5em;
    color: var(--primary-color);
    letter-spacing: 2px;
}
.content.mce-content-body {
    font-size: 1rem;
}
.content strong {
    font-weight: 700;
}
.art_element {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: visible;
}
.art_element.vs_no_space,
.art_element.vs_no_space > .art_element_c > .art_inner {
    padding-top: 0;
    padding-bottom: 0;
}
div.art_inner:empty {
    display: none !important;
}
.uppercase .art_inner {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 120%;
}


/* Common transitions */
.acc::before,
.art_element:where(.art_box, .art_gallery) :where(.img_c, .img_c img),
.art_gallery .gal_item {
    transition: all var(--animation-duration) ease !important;
}


/* Slick overrides */
.art_element .slick-list {
    padding: 0 !important;
}
.art_element .slick-dots {
    padding-top: 15px;
}
.art_element .slick-dots li {
    background-color: var(--primary-color);
}


/* Paragraph */
.content p {
    padding: 0;
}


/* Lists */
.content ul {
    margin: 0;
    display: table;
    list-style: none;
    position: relative;
}
.content li {
    padding-left: 23px;
    position: relative;
}
.content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    border-radius: 0 50%;
    background-color: var(--secondary-color);
}
.content.mce-content-body ul li::before {
    top: 6px;
}


/* Anchors */
.content a {
    color: inherit;
    font-weight: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.content a:hover {
    text-decoration: none;
}
.content a:where(:hover, :focus) {
    color: var(--secondary-color);
}
a.art_anchor,
.content a.art_anchor {
    position: absolute;
    /*top: 0;*/
    margin-top: 0;
    text-decoration: none;
    width: 10px;
    height: 1px;
}
.anchors a {
    font-weight: 300;
    font-size: 1.125rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}


/* Images */
.art_element img[data-src] {
    transition: opacity .3s ease-in;
}
.art_element img[src='img/px.webp'] {
    opacity: 0;
}


/* Headings */
.title,
.anything_slider .art_text .art_headline > *,
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-family: var(--primary-font);
}
.art_headline h1 {
    line-height: 140%;
    letter-spacing: 0.25em;
    font-weight: 600;
}
.art_headline > *:not(h1) {
    line-height: 120%;
}
.art_headline :where(h2, h3, h4)/*,
.art_group .art_headline h4*/ {
    font-weight: 400;
}
.art_headline :where(h2, h3, h5) {
    letter-spacing: 0.15em;
}
.art_headline h4 {
    letter-spacing: 0.1em;
}
.art_headline h5/*,
.content > .art_element:not(.art_group) .art_headline h4*/ {
    font-weight: 300;
}
.art_headline h5 span > span:first-child {
    font-weight: 600;
}
.art_headline h6 {
    letter-spacing: 0.2em;
    font-weight: 700;
    text-transform: uppercase;
}


/* Headings - Text with gallery */
.art_text_gallery.image_full .art_headline > * > span,
.art_group.leaf_team .art_headline span {
    padding-bottom: 0;
}


/* Headings - Box container */
.box_container .art_box .art_headline {
    width: auto;
}
.box_container .art_box .art_headline > * {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--white-color);
}
.box_container .art_box .art_headline span {
    padding-bottom: unset;
}

/* Headings - Leaf slider container */
.art_group.leaf_slider .art_text:not(.cols_twelve) .art_headline {
    overflow-wrap: anywhere;
}
.art_group.leaf_slider .art_headline > * > span > span:nth-of-type(2) {
    letter-spacing: 1px;
}


/* Headings with icon */
.art_headline h1::before,
.art_element.icon .art_headline > *::before,
.art_element.last .art_headline > *::before {
    content: '';
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.visible .art_headline h1::before,
.art_element.icon.visible .art_headline > *::before {
    background-image: url(/img/icons/blumen_green.svg);
}
.art_element.last.visible .art_headline > *::before {
    background-image: url(/img/icons/gollner_green.svg);
}


/* Buttons */
.art_element.art_button,
.art_element.art_packages .art_pack_link,
.art_element.art_text .art_text_btn,
.art_element.art_texti .art_texti_btn,
.art_element.art_text_gallery .art_text_gallery_btn,
.art_element.art_tip .art_tip_btn,
/*.art_element.art_room .art_room_package_btn,
.art_element.art_room .art_room_table_btn,*/
.art_element.art_box .art_box_btn {
    margin-top: 0;
}
.art_element.art_button a,
.art_element.art_packages .art_pack_link a,
.art_element.art_text .art_text_btn a,
.art_element.art_texti .art_texti_btn a,
.art_element.art_text_gallery .art_text_gallery_btn a,
.art_element.art_tip .art_tip_btn a,
/*.art_element.art_room .art_room_package_btn a,
.art_element.art_room .art_room_table_btn a,*/
.art_element.art_box .art_box_btn div {
    display: inline-block;
    /*transition: background-color 1s ease;*/
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background-color: var(--secondary-color);
    color: var(--white-color);
    position: relative;
}
.art_element.art_button a:where(:hover, :focus),
.art_element.art_packages .art_pack_link a:where(:hover, :focus),
.art_element.art_text .art_text_btn a:where(:hover, :focus),
.art_element.art_texti .art_texti_btn a:where(:hover, :focus),
.art_element.art_text_gallery .art_text_gallery_btn a:where(:hover, :focus),
.art_element.art_tip .art_tip_btn a:where(:hover, :focus)/*,
.art_element.art_room .art_room_package_btn a:where(:hover, :focus),
.art_element.art_room .art_room_table_btn a:where(:hover, :focus)*/ {
    background-color: var(--primary-color);
}
.art_element.art_tip .art_tip_btn a:where(:hover, :focus),
.art_element.highlight.dark .art_text_btn a:where(:hover, :focus),
.art_group:not(.icons) .art_texti.cols_four .art_texti_btn a:where(:hover, :focus) {
    background-color: var(--green-dark-color);
    color: var(--primary-color);
}


/* Text with image */
.art_texti .img_c.portrait {
    overflow: hidden;
}
.art_texti_btn {
    justify-content: center;
}


/* Text with image - 3 columns */
.art_group:not(.icons) .art_texti.cols_four .art_element_c {
    background-color: var(--primary-color);
    color: var(--white-color);
    overflow: hidden;
    padding: 0;
}
.art_group:not(.icons) .art_texti.cols_four .art_headline > * {
    text-align: center;
    font-weight: 600;
}
.art_group:not(.icons) .art_texti.cols_four :where(.art_headline, .dv_image_full) {
    padding: 0;
}
.art_group:not(.icons) .art_texti.cols_four .art_texti_btn a {
    padding-left: 40px;
    padding-right: 40px;
}


/* Text with gallery */
.art_text_gallery.image_full > .art_element_c {
    flex-direction: column-reverse;
}
.art_element.art_text_gallery.cols_six {
    margin-top: 0;
    display: flex;
    align-items: center;
}


/* Standard gallery - standard ratio */
.art_element.art_gallery .std .galc.gal_std {
    display: flex;
    /*justify-content: space-between;*/
    align-items: stretch;
    flex-wrap: wrap;
}
.art_element.art_gallery .std .col {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.art_element.art_gallery .std .col .gal_item {
    width: 100%;
}
.art_element.art_gallery .std :where(.col:nth-child(odd) .gal_item:nth-child(2n+1), .col:nth-child(even) .gal_item:nth-child(2n)) .img_c {
    padding-bottom: 133.35%;
}
.art_element.art_gallery .std :where(.col:nth-child(odd) .gal_item:nth-child(2n), .col:nth-child(even) .gal_item:nth-child(2n+1)) .img_c {
    padding-bottom: 68%;
}


/* Gallery slider */
.art_element.art_gallery .gal_slider .gal_item {
    position: relative;
}
.art_element.art_gallery .gal_slider .slick-list {
    padding: 10px 0 !important;
}
.art_element.art_gallery .gal_slider .gal_item.slick-current {
    z-index: 1;
}
.art_element.art_gallery .gal_slider .gal_item.slick-current .img_c {
    margin-left: -36.6%;
    margin-right: -36.6%;
    padding-bottom: 116.45%;
    width: 173.2%;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);
}
.art_element.art_gallery .gal_slider .gal_item:not(.slick-current) {
    transform: translateY(25%);
    z-index: 0;
}
.art_element.art_gallery .gal_slider .gal_item:not(.slick-current) .img_c {
    padding-bottom: 77%;
}


/* Image line */
.art_element.art_imageline .art_image.cols_twelve .img_c.landscape {
    padding-bottom: 53.415%;
}
.content > .art_element.art_imageline :where(.art_image.cols_twelve, .art_image.cols_twelve img) {
    /*max-height: 1200px;*/
    max-height: 923px;
}


/* Image line - Leaf */
.art_imageline.leaf .art_image::before,
.art_imageline.leaf .art_image::after {
    content: '';
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.art_imageline.leaf .art_image::before {
    background-color: #F0F3ED;
}
.art_imageline.leaf .art_image::after {
    content: '';
    background-color: var(--secondary-color);
    background-position: center 45%;
    background-repeat: no-repeat;
    box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.2);
}
.art_imageline.leaf.green .art_image::after {
    background-color: var(--primary-color);
}
.art_imageline.leaf.visible .art_image::after {
    background-image: url(/img/icons/leaf_white.svg);
}


/* Table */
.art_element.art_table table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.art_element.art_table :where(th, td) {
    border-left: 2px solid var(--primary-color);
}
.art_element.art_table th,
.art_element.art_table table.mobile_table td.trtitle {
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0.1em;
}
.art_element.art_table th:first-child,
.art_element.art_table table.mobile_table td.trtitle:first-child,
.art_element.art_table td:first-child {
    border-left: unset;
}


/* Accordeon */
.acc::before {
    content: "";
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}
.visible .acc::before {
    background-image: url(/img/icons/angle_down_green.svg);
}
.accitem.closed .acc::before {
    transform: rotate(180deg);
}
.art_group.accitem + .art_group.accitem {
    margin-top: 0;
}
.art_group.accitem {
    padding-top: 0;
    padding-bottom: 0;
}
.art_group.accitem > .art_element_c > .art_headline,
.art_group.accitem > .art_element_c > .art_inner {
    padding-left: 15px !important;
}
.art_headline.accord {
    padding-top: 16px;
    padding-bottom: 16px;
}
.art_headline.accord > * > span {
    padding-bottom: 0;
}
.art_group.accitem > .art_element_c {
    display: grid;
    border-bottom: 1px solid var(--primary-color);
}
.art_group.accitem > .art_element_c > .art_inner {
    padding: 0;
}
.art_group.accitem .art_element {
    padding: 0;
    margin: 0;
}
.art_group.accitem .art_element .art_inner {
    padding-top: 0;
    padding-bottom: 15px;
}


/* Tip */
.art_element.art_tip {
    padding: 0;
}
.art_element.art_tip > .art_element_c {
    position: relative;
    overflow: hidden;
}
.art_element.art_tip .art_tip_image_c {
    overflow: hidden;
}
.art_element.art_tip:not(.image_left) .art_tip_image_c {
    border-radius: 100% 0 0 100%;
}
.art_element.art_tip.image_left .art_tip_image_c {
    border-radius: 0 100% 100% 0;
}
.art_element.art_tip.image_left img {
    transform: scaleX(-1);
}
.art_element.art_tip .art_tip_cont {
    max-width: 800px;
    width: 35vw;
    display: inline-block;
}
.art_element.art_tip .art_tip_cont > *,
.art_element.art_group.highlight.dark .art_element_c > * {
    color: var(--white-color);
}


/* Highlighted containers */
.art_element.highlight:not(.dark) {
    background-color: var(--green-dark-color);
}
.art_element.highlight.dark,
.art_element.art_tip {
    background-color: var(--primary-color);
}
.art_element.highlight:where(.half, .green_wave) {
    background-repeat: no-repeat;
}
.art_element.highlight.half {
    background-position: left top;
    background-size: cover;
}
.art_element.highlight.half.visible {
    background-image: url(/img/backgrounds/wave_vertical.svg);
}
.art_element.highlight.green_wave.visible {
    background-image: url(/img/backgrounds/green_wave.svg);
}
.art_element.highlight.green_wave {
    background-position: right top;
    margin-top: 0;
}
.art_element.highlight.wave :where(.art_imageline, .art_imageline .art_inner) {
    padding-top: 0;
    margin-top: 0;
}
.art_element.highlight.wave .art_imageline .art_inner::after {
    background-size: 100% auto;
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.art_element.highlight.wave.visible .art_imageline .art_inner::after {
    background-image: url(/img/backgrounds/wave_horizontal.svg);
}
.art_element.highlight.wave .art_imageline + .art_element {
    padding-top: 0;
}


/* Leaf on left and right */
.art_element:where(.leaf_left,.leaf_right)::before {
    content: "";
    display: inline-block;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
}
.art_element.leaf_left::before {
    background-position: left top;
    left: 0;
}
.art_element.leaf_right::before {
    right: 0;
}
.art_element:not(.green_wave).leaf_right::before {
    background-position: right top;
    transform: scaleX(-1);
}
.art_element:not(.green_wave):where(.leaf_left, .leaf_right).visible::before {
    background-image: url(/img/backgrounds/leaf_left.png);
}
.art_element.green_wave.leaf_right.visible::before {
    background-image: url(/img/backgrounds/leaf_right_flipped.png);
}


/* Icons container */
.art_group.icons .art_texti .img_c {
    display: inline-block;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
}
.art_group.icons .art_texti .img_c picture {
    display: flex;
    justify-content: center;
    align-items: center;
}
.icons .art_texti .img_c picture img {
    float: unset;
}


/* Box container */
.box_container .art_element.art_box .art_element_c {
    position: relative;
}
.box_container .art_element.art_box > a:where(:hover, :focus) img {
    transform: scale(1.1);
}
.box_container .art_element.art_box .art_box_cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
}
.box_container.highlight .art_element.art_box.vs_no_space {
    margin-bottom: 0;
}
.art_element.art_box .art_box_image_c {
    overflow: hidden;
}
.box_container .art_element.art_box .art_box_image_c .img_c.landscape {
    padding-bottom: 65.582%;
}
.box_container .art_element.art_box .art_box_image_c .img_c.portrait {
    padding-bottom: 133.5%;
}


/* Leaf slider container */
.art_group.leaf_slider .art_text:not(.cols_twelve) .art_element_c {
    background-color: var(--green-dark-color);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
}


/* Leaf team container */
.art_group.leaf_team > .art_element_c > .art_inner::before,
.art_group.leaf_team > .art_element_c > .art_inner::after {
    content: '';
    display: inline-block;
    width: 36px;
    height: 100%;
    position: absolute;
    top: 280px;
    background-color: var(--green-dark-color);
}
.art_group.leaf_team .art_texti .art_element_c {
    background-color: var(--green-dark-color);
    overflow: hidden;
}
.art_group.leaf_team .art_texti .dv_image_full {
    padding-bottom: 0;
}
.art_group.leaf_team .art_texti .img_c {
    overflow: hidden;
    margin: auto;
}
.art_group.leaf_team .art_texti.green .img_c {
    background-color: var(--primary-color);
}
.art_group.leaf_team .art_texti.green .img_c img {
    object-fit: none;
    width: 75%;
    max-width: 187px;
    margin-left: 12.5%;
}
.art_group.leaf_team .art_texti .img_c.portrait {
    padding-bottom: 108%;
}
.art_group.leaf_team .art_texti .art_headline {
    padding-bottom: 0;
}
.art_group.leaf_team .art_texti .art_inner {
    line-height: 1.5em;
    font-weight: 400;
}
.art_group.leaf_team .art_texti .art_inner strong {
    font-weight: 500;
    padding-bottom: 10px;
    display: inline-block;
}


/* Donut chart */
.donut-chart-container {
    display: flex;
}
.donut-chart-container > * {
    position: relative;
}
.donut-left * {
    text-align: left !important;
}
.donut-left .description {
    margin-top: 1rem;
    float: left;
}
.donut-left .detail:not(.active) {
    display: none;
}
.donut-left .art_element.art_button a {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    text-align: center !important;
}
.donut-chart {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
    overflow: visible;
}
.donut-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
    pointer-events: none;
}
.slice {
    fill: none;
    stroke-width: 6;
    cursor: pointer;
    transition: stroke 0.3s;
    z-index: 1;
}
.slice:hover {
    stroke: var(--secondary-color);
}


/* Last content element before footer */
.art_element.last {
    background-color: var(--green-light-color);
    background-size: cover;
    margin-top: 0;
}
.art_element.last.visible {
    background-image: url(/img/backgrounds/leafs.png);
}
.art_element.last p {
    max-width: 1000px;
}


/*------------------------- Responsivity - Height ------------------------*/
@media(min-width:651px) and (max-height:1000px) {

}


/*------------------------- Responsivity - Width -------------------------*/
@media(min-width:1367px) and (max-width:2100px) {
    /* Tip */
    .art_element.art_tip:not(.image_left) .art_tip_cont {
        margin-left: -600px;
    }
    .art_element.art_tip.image_left .art_tip_cont {
        margin-right: -600px;
    }
    .art_element.art_tip .art_tip_btn a {
        padding-left: 44px !important;
        padding-right: 44px !important;
    }
}

@media(min-width:1367px) {
    /* Headings - Box container */
    .box_container .art_box .art_headline > * {
        font-size: 2.5rem;
        letter-spacing: 0.14em;
    }

    /* Buttons */
    .art_element.art_button,
    .art_element.art_packages .art_pack_link,
    .art_element.art_text .art_text_btn,
    .art_element.art_texti .art_texti_btn,
    .art_element.art_text_gallery .art_text_gallery_btn,
    .art_element.art_tip .art_tip_btn,
    /*.art_element.art_room .art_room_package_btn,
    .art_element.art_room .art_room_table_btn,*/
    .art_element.art_box .art_box_btn {
        padding-top: 70px;
    }

    /* Buttons - Text in 2 columns */
    .art_group .art_text.cols_six .art_text_btn a {
        padding-left: 40px;
        padding-right: 40px;
    }

    /* Text with image */
    .art_texti .dv_image_left .img_c.portrait {
        border-radius: 300px 0;
    }
    .art_texti .dv_image_right .img_c.portrait {
        border-radius: 0 300px;
    }

    /* Text with image - 3 columns */
    .art_group:not(.icons) .art_texti.cols_four .art_texti_cont {
        padding: 50px;
    }

    /* Text with gallery */
    .art_text_gallery.image_full .dv_image_full {
        padding: 40px 0 0 0;
    }

    /* Gallery slider */
    .art_element.art_gallery .gal_slider .slick-list {
        min-height: 413px;
    }

    /* Image line - Leaf */
    .art_imageline.leaf .art_image::before {
        width: 220px;
        height: 195px;
        bottom: -110px;
        border-radius: 0 80px;
    }
    .art_imageline.leaf .art_image::after {
        width: 180px;
        height: 155px;
        bottom: -90px;
        border-radius: 0 70px;
    }

    /* Tip */
    .art_element.art_tip .art_tip_image_c {
        top: -80px;
    }
    .art_element.art_tip:not(.image_left) .art_tip_image_c {
        right: -300px;
    }
    .art_element.art_tip.image_left .art_tip_image_c {
        left: -300px;
    }

    /* Highlighted containers */
    .art_element.highlight.wave .art_imageline + .art_element {
        margin-top: -12vw;
    }

    /* Highlighted containers - Green wave */
    .art_element.green_wave.leaf_right::before {
        top: 41%;
    }

    /* Leaf slider container */
    .art_group.leaf_slider .art_text:not(.cols_twelve) .art_element_c {
        padding: 70px 50px;
    }
    .art_group.leaf_slider .art_text:not(.cols_twelve):nth-of-type(even) .art_element_c {
        border-radius: 100px 0;
    }
    .art_group.leaf_slider .art_text:not(.cols_twelve):nth-of-type(odd) .art_element_c {
        border-radius: 0 100px;
    }
}

@media(max-width:1366px) {
    /* Tip */
    .art_element.art_tip .art_tip_btn a {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Image line - Leaf */
    .art_imageline.leaf .art_image::before {
        width: 16vw;
        height: 14.3vw;
        bottom: -6vw;
        border-radius: 0 6vw;
    }
    .art_imageline.leaf .art_image::after {
        width: 13.2vw;
        height: 11.3vw;
        bottom: -4.6vw;
        border-radius: 0 5vw;
        background-size: 6vw;
    }
}

@media(min-width:1201px) and (max-width:1366px) {
    /* Highlighted containers - Green wave */
    .art_element.green_wave.leaf_right::before {
        top: 42%;
    }
}

@media(min-width:1026px) and (max-width:1366px) {
    /* Headings - Text with image */
    .art_texti .art_headline h2 {
        font-size: 2rem;
    }

    /* Headings - Box container */
    .box_container .art_box .art_headline > * {
        font-size: 2rem;
        letter-spacing: 0.05em;
    }

    /* Buttons - Text with image */
    .art_texti_btn a {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Buttons - Text in 2 columns */
    .art_group .art_text.cols_six .art_text_btn a {
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }

    /* Text in 2 columns */
    .art_group .art_text.cols_six:nth-of-type(1) {
        padding-left: 0;
        padding-right: 40px;
    }
    .art_group .art_text.cols_six:nth-of-type(2) {
        padding-left: 40px;
        padding-right: 0;
    }

    /* Text with image */
    .art_texti .dv_image_left .img_c.portrait {
        border-radius: 20vw 0;
    }
    .art_texti .dv_image_right .img_c.portrait {
        border-radius: 0 20vw;
    }
    .art_element.art_texti .img_c.portrait {
        padding-bottom: 133%;
    }

    /* Text with image - 3 columns */
    .art_group:not(.icons) .art_texti.cols_four {
        padding-left: 15px;
        padding-right: 15px;
    }
    .art_group:not(.icons) .art_texti.cols_four .art_headline > * {
        overflow-wrap: anywhere;
    }
    .art_group:not(.icons) .art_texti.cols_four .art_texti_cont {
        padding: 30px;
    }

    /* Text with gallery */
    .art_text_gallery.cols_six, 
    .art_text_gallery.cols_six > .art_element_c {
        padding-bottom: 0;
    }
    .art_text_gallery.cols_six .art_headline > * {
        font-size: 1.5rem;
    }
    .art_text_gallery.image_full .dv_image_full {
        padding: 20px 0 0 0;
    }
    .art_text_gallery.cols_six .art_inner {
        font-size: 1.125rem;
        line-height: 1.2em;
    }
    .art_text_gallery.cols_six .slick-dots {
        padding-top: 15px;
    }

    /* Gallery slider */
    .art_element.art_gallery .gal_slider .slick-list {
        height: 34vw;
    }

    /* Tip */
    .art_element.art_tip .art_tip_image_c {
        top: -30px;
    }
    .art_element.art_tip:not(.image_left) .art_tip_image_c {
        right: -500px;
    }
    .art_element.art_tip.image_left .art_tip_image_c {
        left: -500px;
    }
    .art_element.art_tip:not(.image_left) .art_tip_cont {
        margin-left: -470px;
    }
    .art_element.art_tip.image_left .art_tip_cont {
        margin-right: -470px;
    }

    /* Highlighted containers */
    .art_element.highlight.wave .art_imageline + .art_element {
        margin-top: -8vw;
    }

    /* Leaf slider container */
    .art_group.leaf_slider .art_headline > * > span > span:nth-of-type(2) {
        font-size: 1.8vw;
    }
    .art_group.leaf_slider .art_text:not(.cols_twelve) .art_element_c {
        padding: 40px 30px;
    }
    .art_group.leaf_slider .art_text:not(.cols_twelve):nth-of-type(even) .art_element_c {
        border-radius: 85px 0;
    }
    .art_group.leaf_slider .art_text:not(.cols_twelve):nth-of-type(odd) .art_element_c {
        border-radius: 0 85px;
    }
}

@media(min-width:1201px) {
    /* Text with gallery */
    .art_text_gallery.image_full.cols_six.inner_width_narrow > .art_element_c {
        width: 35vw;
    }

    /* Highlighted containers - Green wave */
    .art_element.highlight.green_wave {
        background-size: 100% 105%;
    }
}

@media(min-width:1026px) and (max-width:1200px) {
    /* Text with gallery */
    .art_text_gallery.image_full.cols_six.inner_width_narrow > .art_element_c {
        width: 29vw;
    }
    .art_text_gallery.cols_six .art_inner {
        padding: 0;
        margin-left: -50px;
        margin-right: -50px;
        width: calc(100% + 100px);
    }

    /* Highlighted containers - Green wave */
    .art_element.highlight.green_wave {
        background-size: 100% 100%;
    }
    .art_element.green_wave.leaf_right::before {
        top: 41%;
    }
}

@media(min-width:1026px) {
    /* Headings */
    .art_headline h1 {
        font-size: 3.125rem;
    }
    .art_headline h2 {
        font-size: 2.625rem;
    }
    .art_headline h3 {
        font-size: 2.25rem;
    }
    .art_headline h4 {
        font-size: 1.875rem;
    }
    .art_headline h5 {
        font-size: 1.563rem;
    }
    .art_headline h6 {
        font-size: 1.25rem;
    }

    /* Headings - Box container */
    .box_container .art_box .art_headline > * {
        font-size: 1.75rem;
    }

    /* Buttons */
    .art_element.art_button a,
    .art_element.art_packages .art_pack_link a,
    .art_element.art_text .art_text_btn a,
    .art_element.art_texti .art_texti_btn a,
    .art_element.art_text_gallery .art_text_gallery_btn a,
    .art_element.art_tip .art_tip_btn a,
    /*.art_element.art_room .art_room_package_btn a,
    .art_element.art_room .art_room_table_btn a,*/
    .art_element.art_box .art_box_btn div {
        font-size: 1.25rem;
        padding: 20px 65px;
        border-radius: 64px 0;
    }

    /* Lists */
    .content ul li::before {
        top: 9px;
    }

    /* Table */
    .art_element.art_table th,
    .art_element.art_table table.mobile_table td.trtitle {
        font-size: 1.688rem;
    }
    .art_element.art_table :where(th, td) {
        padding: 19px 27px;
    }

    /* Text with image */
    .art_texti .img_c.portrait {
        max-width: 600px;
    }
    .art_texti.cols_twelve .art_texti_cont {
        width: 52% !important;
    }
    .art_texti.cols_twelve :where(.dv_image_left, .dv_image_right) {
        width: 48% !important;
    }

    /* Text with image - 3 columns */
    .art_group:not(.icons) .art_texti.cols_four .art_texti_btn {
        padding-top: 55px;
    }

    /* Text with gallery */
    .art_text_gallery.image_full.cols_six.inner_width_narrow > .art_element_c {
        min-width: 380px;
    }
    .art_element.art_text_gallery.cols_six {
        height: calc(50vw - 30px);
        padding-left: 45px;
        padding-right: 45px;
    }
    .art_text_gallery/*.cols_six*/ .slick-list {
        border-radius: 7vw 0;
    }

    /* Standard gallery - NOT standard ratio */
    .art_element.art_gallery .art_inner:not(.std) .gal_std .gal_item {
        padding: 20px;
    }

    /* Standard gallery - standard ratio */
    .art_element.art_gallery .std :where(.galc.gal_std, .col) {
        gap: 40px;
    }
    .art_element.art_gallery .std .col {
        width: calc(33.33% - 27px);
    }
    .art_element.art_gallery .std .galc.gal_std .col:nth-child(odd) {
        padding-top: 105px;
    }

    /* Highlighted containers */
    .art_element.highlight .art_element.vs_no_space {
        margin-bottom: -20px;
    }

    /* Highlighted containers - Green wave */
    .art_element.highlight.green_wave {
        padding-top: 170px;
    }

    /* Leaf left and right */
    .art_element:not(.green_wave):where(.leaf_left,.leaf_right)::before {
        width: 380px;
        height: 620px;
    }
    .art_element.green_wave:where(.leaf_left,.leaf_right)::before {
        width: 420px;
        height: 460px;
    }
    .art_element:not(.green_wave):where(.leaf_left,.leaf_right)::before {
        top: -280px;
    }

    /* Icons container */
    .icons .art_texti .art_inner {
        padding-top: 30px;
    }
    .icons .art_texti .img_c {
        width: 200px;
        padding-bottom: 198px;
    }

    /* Box container */
    .box_container .art_element.art_box {
        padding: 8px;
    }
    .box_container .art_element.art_box.double {
        clear: left;
    }
    .box_container .art_element.art_box.vs_small {
        padding-top: 25px;
    }
    .box_container .art_element.art_box.double .art_box_image_c .img_c.portrait {
        padding-bottom: calc(267% + 16px);
    }

    /* Tip */
    .art_element.art_tip .art_tip_image_c {
        width: 1000px;
        height: 1000px;
    }

    /* Leaf slider container */
    .art_group.leaf_slider .art_text:not(.cols_twelve) {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Leaf team container */
    .art_group.leaf_team {
        margin-top: 100px;
    }
    .art_group.leaf_team .art_texti .art_element_c {
        padding: 40px 70px;
    }
    .art_group.leaf_team .art_texti:nth-of-type(odd) .art_element_c {
        border-radius: 0 150px;
    }
    .art_group.leaf_team .art_texti:nth-of-type(even) .art_element_c {
        border-radius: 150px 0;
    }

    /* Donut chart */
    .donut-chart-container {
        margin-top: -60px;
    }
    .donut-left {
        min-width: 380px;
        width: 44%;
    }
    .donut-left .description {
        font-size: 1.125rem;
    }
    .donut-right {
        width: 47%;
    }

    /* Last content element before footer */
    .art_element.last {
        padding-top: 135px;
        padding-bottom: 135px;
    }
}

@media(max-width:1025px) {
    /* Text with image */
    .art_texti .dv_image_left .img_c.portrait {
        border-radius: 40vw 0;
    }
    .art_texti .dv_image_right .img_c.portrait {
        border-radius: 0 40vw;
    }

    /* Text with image - 3 columns */
    .art_group:not(.icons) .art_texti.cols_four {
        width: 100%;
    }
    .art_group:not(.icons) .art_texti.cols_four .art_headline > * {
        padding-bottom: 20px;
    }

    /* Text with gallery */
    .art_text_gallery .slick-list {
        border-radius: 25vw 0;
    }

    /* Icons container */
    .icons .art_texti.image_full .art_texti_cont {
        padding-top: 0;
    }

    /* Box container */
    .box_container .art_element.art_text.spl.spr {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 25px;
    }
    .box_container .art_element.art_box.vs_small {
        margin-top: 0 !important;
    }

    /* Leaf slider container  */
    .art_group.leaf_slider .art_text:not(.cols_twelve) .art_element_c {
        border-radius: 0 100px;
    }

    /* Tip */
    .art_element.art_tip .art_tip_cont {
        text-align: left;
        max-width: unset;
        width: auto;
    }
    .art_element.art_tip:not(.image_left) .art_tip_cont {
        float: left;
    }
    .art_element.art_tip.image_left .art_tip_cont {
        float: right;
    }
    .art_element.art_tip.ta_center .art_headline > * {
        text-align: left;
    }
    .art_element.art_tip .art_tip_image_c {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media(min-width:769px) and (max-width:1025px) {
    /* Buttons - Text in 2 columns */
    .art_group .art_text.cols_six .art_text_btn a {
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }

    /* Text in 2 columns */
    .art_group .art_text.cols_six {
        margin-top: 75px;
    }
    .art_group .art_text.cols_six:nth-of-type(1) {
        padding-left: 0;
        padding-right: 25px;
    }
    .art_group .art_text.cols_six:nth-of-type(2) {
        padding-left: 25px;
        padding-right: 0;
    }

    /* Text with image */
    .content > .art_texti > .art_element_c > * {
        width: 100% !important;
    }
    .art_element.art_texti.cols_twelve.image_left .art_texti_cont {
        padding: 20px 0 0 0 !important;
    }
    .art_element.art_texti.cols_twelve.image_right .art_texti_cont {
        padding: 0 0 50px 0 !important;
    }

    /* Text with gallery */
    .art_text_gallery.cols_six .art_text_gallery_cont {
        padding: 55px 0 70px 0 !important;
    }

    /* Highlighted containers - Green wave */
    .art_element.highlight.green_wave {
        padding-top: 110px;
        background-size: 100% 97%;
    }
    .art_element.green_wave.leaf_right::before {
        top: 43.5%;
    }

    /* Gallery slider */
    .art_element.art_gallery .gal_slider .slick-list {
        height: 33.4vw;
    }

    /* Tip */
    .art_element.art_tip:not(.image_left) .art_tip_cont {
        padding-left: 95px;
    }
    .art_element.art_tip.image_left .art_tip_cont {
        padding-right: 95px;
    }

    /* Donut chart */
    .donut-left {
        width: 54%;
    }
    .donut-right {
        width: 41%;
    }
    .donut-center {
        font-size: 1.125rem;
        letter-spacing: 0;
    }
}

@media(min-width:769px) {
    /* Headings - Text in 2 columns */
    .art_group .art_text.cols_six .art_headline {
        text-align: center;
    }

    /* Highlighted containers */
    .art_element.highlight.wave .art_imageline .art_inner::after {
        height: 31vw;
    }

    /* Donut chart */
    .donut-chart-container {
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media(max-width:768px) {
    /* Text in 2 columns */
    .art_group .art_text.cols_six {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    /* Text with gallery */
    .art_text_gallery.cols_six .art_text_gallery_cont {
        padding: 25px 0 40px 0 !important;
    }

    /* Highlighted containers */
    .art_element.highlight.wave .art_imageline .art_inner::after {
        height: 34vw;
    }

    /* Donut chart */
    .donut-chart-container {
        flex-direction: column;
    }
    .donut-right {
        order: 1;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 30px auto;
    }
    .donut-left {
        order: 2;
    }
}

@media(min-width:651px) and (max-width:1366px) {
    /* Buttons */
    .art_element.art_button,
    .art_element.art_packages .art_pack_link,
    .art_element.art_text .art_text_btn,
    .art_element.art_texti .art_texti_btn,
    .art_element.art_text_gallery .art_text_gallery_btn,
    .art_element.art_tip .art_tip_btn,
    /*.art_element.art_room .art_room_package_btn,
    .art_element.art_room .art_room_table_btn,*/
    .art_element.art_box .art_box_btn {
        padding-top: 50px;
    }
}

@media(min-width:651px) and (max-width:1025px) {
    /* Headings */
    .art_headline h1 {
        font-size: 2.5rem;
        letter-spacing: 0.2em
    }
    .art_headline h2 {
        font-size: 1.875rem;
    }
    .art_headline h3 {
        font-size: 1.75rem;
    }
    .art_headline h4 {
        font-size: 1.5rem;
    }
    .art_headline h5 {
        font-size: 1.25rem;
    }
    .art_headline h6 {
        font-size: 1rem;
    }

    /* Buttons */
    .art_element.art_button a,
    .art_element.art_packages .art_pack_link a,
    .art_element.art_text .art_text_btn a,
    .art_element.art_texti .art_texti_btn a,
    .art_element.art_text_gallery .art_text_gallery_btn a,
    .art_element.art_tip .art_tip_btn a,
    /*.art_element.art_room .art_room_package_btn a,
    .art_element.art_room .art_room_table_btn a,*/
    .art_element.art_box .art_box_btn div {
        font-size: 1rem;
        padding: 17px 45px;
        border-radius: 53px 0;
    }

    /* Lists */
    .content ul li::before {
        top: 6px;
    }

    /* Table */
    .art_element.art_table th,
    .art_element.art_table table.mobile_table td.trtitle {
        font-size: 1.375rem;
    }
    .art_element.art_table :where(th, td) {
        padding: 15px 22px;
    }

    /* Highlighted containers */
    .art_element.highlight .cols_six {
        width: 100%;
    }

    /* Icons container */
    .icons .cols_four {
        width: 50% !important;
    }
    .icons .cols_four:nth-child(2n) {
        clear: left;
    }
    .icons .cols_four:nth-child(n+4) {
        margin-top: 0;
    }
    .icons .art_texti .img_c {
        width: 160px;
        padding-bottom: 158px;
    }

    /* Box container */
    .box_container .art_element.art_box {
        padding: 5px;
    }
    .box_container .art_box.cols_eight {
        width: 100%;
    }
    .box_container .art_box.cols_four {
        width: 50%;
    }

    /* Text with image */
    .art_texti > .art_element_c {
        flex-direction: column;
    }

    /* Text with image - 3 columns */
    .art_group:not(.icons) .art_texti.cols_four {
        margin-top: 70px;
    }
    .art_group:not(.icons) .art_texti.cols_four .art_texti_cont {
        padding: 35px;
    }
    .art_group:not(.icons) .art_texti.cols_four .art_texti_btn {
        padding-top: 35px;
    }

    /* Gallery slider */
    .art_element.art_gallery + .art_button {
        padding-top: 30px;
    }

    /* Tip */
    .art_element.art_tip .art_tip_cont {
        width: 55%;
    }
    .art_element.art_tip .art_tip_image_c {
        width: 600px;
        height: 600px;
    }
    .art_element.art_tip:not(.image_left) .art_tip_image_c {
        left: 60vw;
    }
    .art_element.art_tip.image_left .art_tip_image_c {
        right: 60vw;
    }

    /* Standard gallery - NOT standard ratio */
    .art_element.art_gallery .art_inner:not(.std) .gal_std .gal_item {
        padding: 10px;
    }

    /* Standard gallery - standard ratio */
    .art_element.art_gallery .std :where(.galc.gal_std, .col) {
        gap: 20px;
    }
    .art_element.art_gallery .std .col {
        width: calc(33.33% - 14px);
    }
    .art_element.art_gallery .std .galc.gal_std .col:nth-child(odd) {
        padding-top: 55px;
    }

    /* Highlighted containers */
    .art_element.highlight.wave .art_imageline + .art_element {
        margin-top: -5vw;
    }

    /* Leaf left and right */
    .art_element:where(.leaf_left,.leaf_right)::before {
        width: 200px;
        height: 330px;
    }
    .art_element:not(.green_wave):where(.leaf_left,.leaf_right)::before {
        top: -150px;
    }

    /* Leaf slider container */
    .art_group.leaf_slider .art_text:not(.cols_twelve) {
        padding-left: 10px;
        padding-right: 10px;
    }
    .art_group.leaf_slider .art_text:not(.cols_twelve) .art_element_c {
        padding: 35px 28px;
    }

    /* Leaf team container */
    .art_group.leaf_team {
        margin-top: 70px;
    }
    .art_group.leaf_team .art_texti .art_element_c {
        padding: 30px 40px;
    }
    .art_group.leaf_team .art_texti:nth-of-type(odd) .art_element_c {
        border-radius: 0 100px;
    }
    .art_group.leaf_team .art_texti:nth-of-type(even) .art_element_c {
        border-radius: 100px 0;
    }

    /* Donut chart */
    .donut-chart-container {
        margin-top: -45px;
    }

    /* Last content element before footer */
    .art_element.last {
        padding-top: 95px;
        padding-bottom: 95px;
    }
}

@media(min-width:651px) and (max-width:768px) {
    /* Text in 2 columns */
    .art_group .art_text.cols_six {
        margin-top: 50px;
    }

    /* Gallery slider */
    .art_element.art_gallery .gal_slider .slick-list {
        height: 34vw;
    }

    /* Highlighted containers - Green wave */
    .art_element.highlight.green_wave {
        padding-top: 140px;
        background-size: 100% 93%;
    }
    .art_element.green_wave.leaf_right::before {
        top: 42%;
    }

    /* Tip */
    .art_element.art_tip:not(.image_left) .art_tip_cont {
        padding-left: 70px;
    }
    .art_element.art_tip.image_left .art_tip_cont {
        padding-right: 70px;
    }
}

@media(min-width:651px) {
    /* Lists */
    .content ul {
        padding: 30px 0 0 0;
    }
    .content ul li::before {
        width: 13px;
        height: 12px;
    }

    /* Headings - Leaf team container */
    .art_group.leaf_team .art_texti .art_headline {
        padding-top: 20px;
    }

    /* Headings with icon */
    .art_headline h1::before,
    .art_element:where(.icon,.last) .art_headline > *::before {
        margin-bottom: 20px;
    }
    .art_headline h1::before,
    .art_element.icon .art_headline > *::before {
        height: 66px;
    }
    .art_element.last .art_headline > *::before {
        height: 73px;
    }

    /* Table */
    .art_element.art_table th {
        border-bottom: 2px solid var(--primary-color);
    }
    .art_element.art_table td {
        border-top: 1px solid var(--primary-color);
    }

    /* Text with image - 3 columns */
    .art_group:not(.icons) .art_texti.cols_four .art_element_c {
        border-radius: 150px 0;
    }

    /* Icons container */
    .icons .art_texti .img_c picture img {
        width: unset;
        height: unset;
    }

    /* Tip */
    .art_element.art_tip .art_tip_cont {
        padding-top: 75px;
        padding-bottom: 55px;
    }

    /* Leaf team container */
    .art_group.leaf_team > .art_element_c > .art_inner::before {
        left: calc(50% - 56px);
    }
    .art_group.leaf_team > .art_element_c > .art_inner::after {
        right: calc(50% - 56px);
    }
    .art_group.leaf_team .art_texti:first-child {
        padding-top: 115px;
    }
    .art_group.leaf_team .art_texti:nth-of-type(odd) {
        padding-right: 20px;
        clear: left;
    }
    .art_group.leaf_team .art_texti:nth-of-type(even) {
        margin-top: -55px;
        padding-left: 20px;
    }
    .art_group.leaf_team .art_texti:nth-of-type(odd) .img_c {
        border-radius: 0 100px;
    }
    .art_group.leaf_team .art_texti:nth-of-type(even) .img_c {
        border-radius: 100px 0;
    }
    .art_group.leaf_team .art_texti .img_c {
        max-width: 250px;
    }
    .art_group.leaf_team .art_texti .art_inner {
        font-size: 0.938rem;
    }
    .art_group.leaf_team .art_texti .art_inner strong {
        font-size: 1.125rem;
    }
}

@media(max-width:650px) {
    /* Lists */
    .content ul {
        padding: 15px 0 0 0;
    }
    .content ul li::before {
        top: 5px;
        width: 12px;
        height: 11px;
    }

    /* Headings */
    .art_headline h1 {
        font-size: 1.875rem;
        letter-spacing: 2px;
    }
    .art_headline h2 {
        font-size: 1.5rem;
    }
    .art_headline h3 {
        font-size: 1.313rem;
    }
    .art_headline h4 {
        font-size: 1.125rem;
    }
    .art_headline h5 {
        font-size: 1rem;
    }
    .art_headline h6 {
        font-size: 0.875rem;
    }
    .leaf_team .art_headline h6 {
        font-size: 0.938rem;
    }

    /* Headings with icon */
    .art_headline h1::before,
    .art_element.icon .art_headline > *::before {
        height: 52px;
    }
    .art_element.last .art_headline > *::before {
        height: 48px;
    }

    /* Headings - Box container */
    .box_container .art_box .art_headline > * {
        font-size: 1.5rem;
    }

    /* Buttons */
    .art_element.art_button,
    .art_element.art_packages .art_pack_link,
    .art_element.art_text .art_text_btn,
    .art_element.art_texti .art_texti_btn,
    .art_element.art_text_gallery .art_text_gallery_btn,
    .art_element.art_tip .art_tip_btn,
    /*.art_element.art_room .art_room_package_btn,
    .art_element.art_room .art_room_table_btn,*/
    .art_element.art_box .art_box_btn {
        padding-top: 30px;
        flex-direction: column;
        gap: 20px;
    }
    .art_element.art_button a,
    .art_element.art_packages .art_pack_link a,
    .art_element.art_text .art_text_btn a,
    .art_element.art_texti .art_texti_btn a,
    .art_element.art_text_gallery .art_text_gallery_btn a,
    .art_element.art_tip .art_tip_btn a,
    /*.art_element.art_room .art_room_package_btn a,
    .art_element.art_room .art_room_table_btn a,*/
    .art_element.art_box .art_box_btn div {
        font-size: 0.688rem;
        padding: 15px 30px;
        border-radius: 43px 0;
        min-width: 220px;
    }
    .art_element.art_button a.second,
    .art_element.art_packages .art_pack_link a.second,
    .art_element.art_text .art_text_btn a.second,
    .art_element.art_texti .art_texti_btn a.second,
    .art_element.art_text_gallery .art_text_gallery_btn a.second,
    .art_element.art_tip .art_tip_btn a.second,
    .art_element.art_box .art_box_btn div.second {
        border-radius: 0 43px;
    }

    /* Slick slider dots */
    .art_element .slick-dots li {
        width: 14px;
        height: 14px;
    }

    /* Table */
    .art_element.art_table table.mobile_table td.trtitle {
        font-size: 1.25rem;
    }
    .art_element.art_table th {
        font-size: 1rem;
    }
    .art_element.art_table :where(th, td) {
        padding: 10px 16px;
        border-top: 1px solid var(--primary-color);
    }
    .art_element.art_table table.mobile_table td.trtitle {
        background-color: var(--green-dark-color);
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .art_element.art_table table.mobile_table tr:first-child td.trtitle:first-child {
        border-top: unset;
    }

    /* Left align at the text elements */
    .content > .art_text:not(:first-child):not(.last) :where(.art_headline > *, .art_inner),
    .art_group .art_text :where(.art_headline > *, .art_inner),
    .art_group .art_title .art_headline > * {
        text-align: left !important;
    }

    /* Text in 2 columns */
    .art_group .art_text.cols_six {
        margin-top: 30px;
    }

    /* Text with image - 3 columns */
    .art_group:not(.icons) .art_texti.cols_four .art_element_c {
        border-radius: 100px 0;
    }

    /* Gallery slider */
    .art_element.art_gallery .gal_slider .slick-list {
        height: 36vw;
    }
    .art_element.art_gallery + .art_button {
        padding-top: 10px;
    }

    /* Gallery slider - Square */
    .art_element.art_gallery .square .gal_item {
        width: 50%;
    }

    /* Icons container */
    .art_element.icons:where(.spl, .sspl, .spr, .sspr) {
        padding-left: 0;
        padding-right: 0;
    }
    .icons .art_text {
        padding-bottom: 10px;
    }
    .icons .art_texti {
        margin-top: 5px !important;
    }
    .icons .art_texti .art_inner,
    .icons .art_texti > .art_element_c,
    .icons .art_texti .dv_image_full {
        padding-top: 0;
        padding-bottom: 0;
    }
    .icons .art_texti > .art_element_c {
        flex-direction: row;
        flex-wrap: nowrap;
        text-align: left;
    }
    .icons .art_texti .img_c {
        width: 50px;
        padding-bottom: 48px;
    }
    .icons .art_texti .img_c picture img {
        width: 50%;
        height: auto;
    }
    .icons .art_texti .dv_image_full {
        width: 65px;
    }
    .icons .art_element.art_texti.image_full .art_texti_cont {
        width: calc(100% - 65px);
        text-align: left;
    }

    /* Box container */
    .box_container .art_element.art_box {
        padding: 3px;
    }

    /* Image line - full width image */
    .art_element.art_imageline .art_image.cols_twelve {
        padding: 0;
    }

    /* Tip */
    .art_element.art_tip .art_tip_cont {
        width: 60%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .art_element.art_tip .art_tip_image_c {
        width: 300px;
        height: 300px;
    }
    .art_element.art_tip:not(.image_left) .art_tip_image_c {
        left: 64vw;
    }
    .art_element.art_tip.image_left .art_tip_image_c {
        right: 64vw;
    }
    .art_element.art_tip:not(.image_left) .art_tip_cont {
        padding-left: 40px;
    }
    .art_element.art_tip.image_left .art_tip_cont {
        padding-right: 40px;
    }

    /* Standard gallery - standard ratio */
    .art_element.art_gallery .std :where(.galc.gal_std, .col) {
        gap: 7px;
    }
    .art_element.art_gallery .std .col {
        width: calc(33.33% - 5px);
    }
    .art_element.art_gallery .std .galc.gal_std .col:nth-child(odd) {
        padding-top: 30px;
    }

    /* Text with image - 3 columns */
    .art_group:not(.icons) .art_texti.cols_four {
        margin-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }
    .art_group:not(.icons) .art_texti.cols_four .art_texti_cont {
        padding: 30px 25px;
    }
    .art_group:not(.icons) .art_texti.cols_four .art_texti_btn {
        padding-top: 20px;
    }

    /* Highlighted containers */
    .art_element.highlight.wave .art_imageline + .art_element {
        margin-top: -8vw;
    }

    /* Leaf left and right */
    .art_element:where(.leaf_left,.leaf_right)::before {
        width: 100px;
        height: 165px;
    }
    .art_element:not(.green_wave):where(.leaf_left,.leaf_right)::before {
        top: -75px;
    }

    /* Leaf slider container */
    .art_group.leaf_slider .art_text:not(.cols_twelve) {
        padding-left: 5px;
        padding-right: 5px;
    }
    .art_group.leaf_slider .art_text:not(.cols_twelve) .art_element_c {
        padding: 40px 25px;
    }

    /* Leaf team container */
    .art_group.leaf_team {
        margin-top: 0;
        padding-top: 0;
    }
    .art_group.leaf_team .art_texti {
        margin-top: 55px !important;
        padding-top: 0;
        padding-bottom: 0;
    }
    .art_group.leaf_team .art_texti .art_element_c {
        padding: 20px 30px;
    }
    .art_group.leaf_team > .art_element_c > .art_inner {
        padding-top: 0;
    }
    .art_group.leaf_team > .art_element_c > .art_inner::before {
        left: 40px;
    }
    .art_group.leaf_team > .art_element_c > .art_inner::after {
        display: none;
    }
    .art_group.leaf_team .art_texti :where(.art_element_c, .img_c) {
        border-radius: 100px 0;
    }
    .art_group.leaf_team .art_texti .img_c {
        width: 90%;
    }
    .art_group.leaf_team .art_texti_cont > * {
        padding-top: 0;
    }
    .art_group.leaf_team .art_texti .art_inner {
        font-size: 0.875rem;
    }
    .art_group.leaf_team .art_texti .art_inner strong {
        font-size: 0.938rem;
    }

    /* Donut chart */
    .donut-chart-container {
        margin-top: -30px;
    }
    .donut-center {
        font-size: 4.5vw;
    }

    /* Last content element before footer */
    .art_element.last {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media(min-width:426px) and (max-width:650px) {
    /* Highlighted containers - Green wave */
    .art_element.highlight.green_wave {
        padding-top: 100px;
        background-size: 100% 90%;
    }
    .art_element.green_wave.leaf_right::before {
        top: 42%;
    }
}

@media(max-width:425px) {
    /* Table */
    .art_element.art_table th {
        width: 50%;
    }
    .art_element.art_table :where(th, td) {
        overflow-wrap: anywhere;
    }

    /* Highlighted containers - Green wave */
    .art_element.highlight.green_wave {
        padding-top: 80px;
        background-size: 100% 85%;
    }
    .art_element.green_wave.leaf_right::before {
        top: 48%;
    }
}