@charset "utf-8";
:root
{
    --primary-font: Antic, sans-serif;
    --secondary-font: "Antic Didone", "Times New Roman", sans-serif;
    --tertiary-font: "Proxima Nova", "Times New Roman", sans-serif;
}

body.mceContentBody
{
    overflow: auto;
    background-color: #fff;
}

.art_focus:focus
{
    outline: none;
}

.content
{
    font: 400 1.063rem/160% var(--tertiary-font);
    color: #3F5D6A;
    letter-spacing: .06em;
}

.content ul
{
    margin: 0;
    padding: 0;
    display: table;
    list-style: none;
    position: relative;
}

.content ol
{
    margin: 0;
    padding: 0 0 0 20px;
    position: relative;
}

.content li
{
    padding-left: 26px;
    padding-bottom: 3px;
    position: relative;
}

.content ol li
{
    padding-left: 0;
    list-style-position: outside !important;
}

.content ul li::before
{
    width: 4px;
    height: 4px;
    position: absolute;
    top: 12px;
    left: 10px;
    border-radius: 50%;
    background-color: #3F5D6A;
    content: '';
}

.content a
{
    color: inherit;
    text-decoration: underline;
}

.content a:hover
{
    text-decoration: none;
}

a.art_anchor,
.content a.art_anchor
{
    position: absolute;
    top: 0;
    margin-top: 0;
    text-decoration: none;
    width: 10px;
    height: 1px;
}

.content strong
{
    font-weight: 700;
}

.art_element img[data-src]
{
    transition: opacity .3s ease-in;
}

.art_element img[src='img/px.webp']
{
    opacity: 0;
}

.art_element
{
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: visible;
}

h1,h2,h3,h4,h5,h6
{
    margin: 0;
}

/*Headlines*/
.art_element .art_headline h1
{
    font: 400 4.375rem/110% var(--secondary-font);
    letter-spacing: -0.01em;
}

.art_element .art_headline h2
{
    font: 400 1.875rem/120% var(--primary-font);
    letter-spacing: .05em;
}

.art_element .art_headline h3
{
    font: 400 3.125rem/110% var(--secondary-font);
    letter-spacing: -0.01em;
}

.art_element .art_headline h4,
.art_element .art_headline span.h4,
.art_element.art_cols .art_col h4.coltitle
{
    font: 400 4.798rem/110% var(--primary-font);
    letter-spacing: -0.01em;
}

.art_element .art_headline h5,
.art_element .art_headline span.h5
{
    font: 400 3.125rem/110% var(--secondary-font);
    letter-spacing: -0.01em;
}

.art_element .art_headline h6,
.art_element .art_headline span.h6
{

}

.art_element.art_cols .art_col h4.coltitle
{
    margin-bottom: 10px;
}

.art_element.line_before_titles > .art_element_c > .art_headline:not(.sub) > * > span
{
    padding-top: 76px;
    position: relative;
}

.art_element.line_before_titles > .art_element_c > .art_headline:not(.sub) > * > span::before
{
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 210px;
    height: 1px;
    background-color: #56889B;
}

.art_element.line_before_titles.ta_center > .art_element_c > .art_headline:not(.sub) > * > span::before
{
    left: 50%;
    transform: translateX(-50%);
}

.art_element.line_between_titles .art_headline > .sub > span
{
    padding-top: 40px;
    position: relative;
}

.art_element.line_between_titles .art_headline > .sub > span::before
{
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3F5D6A;
}

.art_element.line_after_titles .art_headline > .sub > span
{
    padding-bottom: 50px;
    position: relative;
}

.art_element.line_after_titles .art_headline > .sub > span::before
{
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #3F5D6A;
}

/*Button Element*/
.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,
.art_element.art_video_with_text .art_video_with_text_btn
{
    padding-top: 45px;
    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,
.art_element.art_video_with_text .art_video_with_text_btn a,
.ae-infos-button /* MOD: IB @ 2026.01.13 */
{
    display: inline-block;
    padding: 8px 22px;
    font: 400 1.25rem/120% var(--secondary-font);
    text-decoration: none;
    text-align: center;
    color: #3F5D6A;
    position: relative;
    transition: all ease .5s;
}

.art_element.art_button a:hover,
.art_element.art_packages .art_pack_link a:hover,
.art_element.art_text .art_text_btn a:hover,
.art_element.art_texti .art_texti_btn a:hover,
.art_element.art_text_gallery .art_text_gallery_btn a:hover,
.art_element.art_tip .art_tip_btn a:hover,
.art_element.art_room .art_room_package_btn a:hover,
.art_element.art_room .art_room_table_btn a:hover,
.art_element.art_box .art_box_btn div:hover,
.art_element.art_video_with_text .art_video_with_text_btn a:hover,
.art_element.art_button a:focus,
.art_element.art_packages .art_pack_link a:focus,
.art_element.art_text .art_text_btn a:focus,
.art_element.art_texti .art_texti_btn a:focus,
.art_element.art_text_gallery .art_text_gallery_btn a:focus,
.art_element.art_tip .art_tip_btn a:focus,
.art_element.art_room .art_room_package_btn a:focus,
.art_element.art_room .art_room_table_btn a:focus,
.art_element.art_video_with_text .art_video_with_text_btn a:focus,
.ae-infos-button:hover /* MOD: IB @ 2026.01.13 */
{
    color: #6A9BAD;
}

.button_borders
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.button_borders > *
{
    position: absolute;
    background-color: #3F5D6A;
    transition: all ease .5s;
}

.button_borders > *::after
{
    content: "";
    position: absolute;
    background-color: #6A9BAD;
}

.button_borders .top
{
    top: 0;
    left: 0;
    width: 19.8%;
    height: 1px;
}

.button_borders:hover .top,
a:focus .button_borders .top
{
    width: 5.83%;
}

.button_borders .top::after
{
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all ease .4s;
    transition-delay: .2s;
}

.button_borders:hover .top::after,
a:focus .button_borders .top::after
{
    width: 100%;
    transition-delay: 0;
}

.button_borders .top2
{
    top: 0;
    right: 0;
    width: 59.46%;
    height: 1px;
}

.button_borders:hover .top2,
a:focus .button_borders .top2
{
    width: 69.83%;
}

.button_borders .top2::after
{
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all ease .4s;
    transition-delay: .2s;
}

.button_borders:hover .top2::after,
a:focus .button_borders .top2::after
{
    width: 100%;
}

.button_borders .right
{
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
}

.button_borders:hover .right,
a:focus .button_borders .right
{
    height: 21%;
}

.button_borders .right::after
{
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all ease .2s;
}

.button_borders:hover .right::after,
a:focus .button_borders .right::after
{
    height: 100%;
    transition-delay: .4s;
}

.button_borders .bottom
{
    bottom: 0;
    left: 0;
    width: 77.9%;
    height: 1px;
}

.button_borders:hover .bottom,
a:focus .button_borders .bottom
{
    width: 87.5%;
}

.button_borders .bottom::after
{
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    transition: all ease .4s;
    transition-delay: .2s;
}

.button_borders:hover .bottom::after,
a:focus .button_borders .bottom::after
{
    width: 100%;
}

.button_borders .left
{
    bottom: 0;
    left: 0;
    width: 1px;
    height: 55.26%;
}

.button_borders:hover .left,
a:focus .button_borders .left
{
    height: 0;
}

.button_borders .left::after
{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all ease .2s;
}

.button_borders:hover .left::after,
a:focus .button_borders .left::after
{
    height: 100%;
    transition-delay: .4s;
}

.button_borders .left2
{
    top: 0;
    left: 0;
    width: 1px;
    height: 18.42%;
}

.button_borders:hover .left2,
a:focus .button_borders .left2
{
    height: 71%;
}

.button_borders .left2::after
{
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all ease .2s;
}

.button_borders:hover .left2::after,
a:focus .button_borders .left2::after
{
    height: 100%;
    transition-delay: .4s;
}

/*Table Element*/
.art_element.art_table table
{
    width: 100%;
    border-collapse: collapse;
}

.art_element.art_table th,
.art_element.art_table table.mobile_table td.trtitle
{
    padding: 6px 8px;
    background-color: #f2f2f2;
    font: 700 .875rem/120% Mulish, Arial, sans-serif;
    letter-spacing: 0;
    color: #303030;
    text-align: center;
    text-transform: none;
}

.art_element.art_table th:first-child,
.art_element.art_table table.mobile_table td.trtitle:first-child
{
    text-align: left;
}

.art_element.art_table td,
.art_element.art_table table.mobile_table th
{
    padding: 19px 8px;
    border-bottom: 1px dashed rgba(128, 128, 128, .5);
    text-align: center;
    font: 700 .875rem/120% Mulish, Arial, sans-serif;
    letter-spacing: 0;
    color: #303030;
    background-color: transparent;
}

.art_element.art_table td:first-child
{
    text-align: left;
}

.art_element.art_table td:first-child em
{
    font-weight: 300;
    font-style: normal;
    padding-top: 5px;
    display: inline-block;
}

/*Highlight Element*/
.art_element.highlight
{
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #F5F3F1;
}

.art_element.highlight .art_headline h4,
.art_element.art_element.highlight .art_headline span.h4
{
    color: #56889B;
}

/* Tip Element */
.art_element.art_tip > .art_element_c
{
    min-height: 100vh;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
}

.art_element.art_tip .art_tip_cont
{
    width: 100%;
    padding: 150px 160px 150px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: 2;
}

.art_element.art_tip .art_tip_cont::after
{
    content: "";
    position: absolute;
    top: 150px;
    left: 50%;
    width: 1px;
    height: calc(100% - 300px);
    background-color: #FFF;
}

.art_element.art_tip .art_tip_cont > *
{
    width: 50%;
    padding-left: 90px;
}

.art_element.art_tip .art_tip_image_c::after
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(86, 136, 155, 0.40);
}

.art_element.art_tip .svg_c
{
    margin-top: 285px;
    position: relative;
    z-index: 3;
    transition: all ease .5s;
}

.art_element.art_tip .svg_c::before
{
    content: "";
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateY(-100%);
    width: 1px;
    height: 100vh;
    background-color: #FFF;
}

.art_element.art_tip .svg_c svg path
{
    opacity: 0;
}

/* Most browsers */
@keyframes svg-text-anim {
   40% {
      stroke-dashoffset: 0;
      fill: transparent;
      opacity: 1;
    }
    60% {
      stroke-dashoffset: 0;
      fill: transparent;
    }
    100% {
      stroke-dashoffset: 0;
      fill: transparent;
      opacity: 1;
    }

}

/* Keeps words intact (no mid-word line breaks) */
.art_headline .word {
    display: inline-block;
    white-space: nowrap;
}

/* Space between words (törhető hely) */
.art_headline .ws {
    display: inline-block;
    width: 0.28em; /* finomhangolható */
}

/* Character reveal animation for headlines */
.art_element .art_headline .char {
    display: inline-block;
    opacity: 0;
    transform: translateY(18px) rotateX(55deg);
    transform-origin: 50% 100%;
    will-change: transform, opacity;
}

/* When the parent gets algo-animate, play */
.art_element .art_headline.algo-animate .char
{
    animation: artCharIn 0.7s cubic-bezier(.2,.8,.2,1) forwards;
}

/* Keyframes */
@keyframes artCharIn {
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

.art_element .art_inner em
{
    font: 400 1.063rem/160% var(--secondary-font);
    letter-spacing: .06em;
    font-style: normal;
}

/* Text with Image Element */
.art_element.art_texti .dv_image_left
{
    width: 36%;
}

.art_element.art_texti .dv_image_right
{
    width: 36%;
}

.art_element.art_texti.image_right .art_texti_cont,
.art_element.art_texti.image_left .art_texti_cont
{
    width: 64%;
}

.art_element.art_texti.image_right .art_texti_cont
{
    padding-right: 120px;
}

.art_element.art_texti.image_left .art_texti_cont
{
    padding-left: 120px;
}

.art_element.art_texti.inner_width_full_width
{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.art_element.art_texti.inner_width_full_width .art_element_c
{
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
}

.art_element.art_texti.inner_width_full_width .dv_image_left
{
    width: 50%;
}

.art_element.art_texti.inner_width_full_width .dv_image_right
{
    width: 50%;
}

.art_element.art_texti.image_right.inner_width_full_width .art_texti_cont,
.art_element.art_texti.image_left.inner_width_full_width .art_texti_cont
{
    width: 50%;
}

.art_element.art_texti.inner_width_full_width .dv_image_right .img_c,
.art_element.art_texti.inner_width_full_width .dv_image_left .img_c
{
    position: relative;
    top: unset;
    left: unset;
    height: unset;
    padding-bottom: 159.56%;
}

.art_element.art_texti.inner_width_full_width .image_item
{
    position: relative;
    width: 69.56%;
}

.art_element.art_texti.inner_width_full_width .image_item::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(86, 136, 155, 0.20);
}

.art_element.art_texti.inner_width_full_width .image_item + .image_item
{
    position: absolute;
    top: 50%;
    left: 69.56%;
    transform: translate(-50%, -50%);
    width: 41.78%;
    z-index: 2;
}

.art_element.art_texti.inner_width_full_width .image_item + .image_item::after
{
    content: none;
}

.art_element.art_texti.inner_width_full_width .art_texti_cont
{
    min-height: unset;
    padding: 0 90px;
    position: relative;
}

.art_element.art_texti.inner_width_full_width .art_texti_cont::before
{
    content: "";
    position: absolute;
    top: -90px;
    left: 0;
    width: 1px;
    height: calc(100% + 80px);
    background-color: #56889B;
}

/* The square is positioned inside the section and moved via transform */
.art_element.art_texti.inner_width_full_width .scroll-square
{
    position: absolute;
    left: calc(50% - 2px);
    top: 0;
    width: 4px;
    height: 60px;
    background: #fff;
    will-change: transform;
    z-index: 2;
}

/* Text Element */
.art_element.art_text.aligned_right
{
    padding-left: calc(35vw + 83px);
}

.art_element.art_text.aligned_right > .art_element_c
{
    margin: 0;
    float: left;
    max-width: 850px;
    position: relative;
    padding: 60px 0 30px 75px;
}

.art_element.art_text.aligned_right > .art_element_c::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 180px;
    transform: translateX(-100%);
    width: 0;
    height: 1px;
    background-color: #56889B;
    transition: width ease .5s;
}

.art_element.art_text.aligned_right.gsap_visible > .art_element_c::before
{
    width: 180px;
}

.art_element.art_text.aligned_right > .art_element_c::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #56889B;
    transition: height ease 1s;
    transition-delay: .5s;
}

.art_element.art_text.aligned_right.gsap_visible > .art_element_c::after
{
    height: calc(100% + 10px);
}

.art_element.art_text.narrow > .art_element_c
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.art_element.art_text.narrow > .art_element_c > *
{
    max-width: 588px;
}

.art_element.art_texti.special .dv_image_left .img_c::after,
.art_element.art_texti.special .dv_image_right .img_c::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #56889B;
    opacity: .6;
}

.art_element.art_texti.image_left.special .art_texti_cont
{
    padding-left: 40px;
}

.art_element.art_texti.image_right.special .art_texti_cont
{
    padding-right: 40px;
}

.art_element.art_texti.special .art_texti_cont .image_item
{
    max-width: 285px;
    margin-bottom: 50px;
}

.art_element.art_texti.special .art_texti_cont > *
{
    max-width: 500px;
}

.art_element.art_text.quote
{
    font: 400 3.125rem/110% var(--secondary-font);
    letter-spacing: -0.01em;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 1110px;
    background-color: rgba(238,235,231,.7);
}

.art_element.art_text.quote::before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 172px;
    height: 762px;
    background-size: 100% 100%;
}

.art_element.art_text.quote.visible::before
{
    background-image: url(../img/icons/brand.svg);
}

.art_element.art_text.quote::after
{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 195px;
    height: 753px;
    background-size: 100% 100%;
}

.art_element.art_text.quote.visible::after
{
    background-image: url(../img/icons/story.svg);
}

.art_element.art_text.quote > .art_element_c
{
    max-width: 780px;
    margin: 0;
    position: relative;
    padding: 55px 62px 45px;
    z-index: 2;
}

.art_element.art_text.quote > .art_element_c::before
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 1px solid #56889B;
    border-right: 1px solid #56889B;
    transition: all ease .5s;
}

.art_element.art_text.quote.gsap_visible > .art_element_c::before
{
    width: 39.87%;
    height: 30.65%;
}

.art_element.art_text.quote > .art_element_c::after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 1px solid #56889B;
    border-left: 1px solid #56889B;
    transition: all ease .5s;
    transition-delay: .5s;
}

.art_element.art_text.quote.gsap_visible > .art_element_c::after
{
    width: 39.87%;
    height: 30.65%;
}

.art_element.art_text.quote .art_inner
{
    position: static;
}

.art_element.art_text.quote .art_inner::before
{
    content: "";
    position: absolute;
    top: 98px;
    left: 0;
    width: 48px;
    height: 49px;
    background-size: 100% 100%;
}

.art_element.art_text.quote.visible .art_inner::before
{
    background-image: url(../img/icons/quote_begin.svg);
}

.art_element.art_text.quote .art_inner::after
{
    content: "";
    position: absolute;
    bottom: 37px;
    right: 0;
    width: 48px;
    height: 49px;
    background-size: 100% 100%;
}

.art_element.art_text.quote.visible .art_inner::after
{
    background-image: url(../img/icons/quote_end.svg);
}

.art_element.art_text.house_box
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.art_element.art_text.house_box > .art_element_c
{
    margin: 0;
    position: relative;
    margin-top: 206px;
    margin-bottom: 165px;
    padding: 60px 200px 50px 80px;
}

.art_element.art_text.house_box > .art_element_c::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 54%;
    height: 18.05%;
    border-top: 1px solid #6A9BAD;
    border-left: 1px solid #6A9BAD;
    transition: all ease .5s;
}

.art_element.art_text.house_box.gsap_visible > .art_element_c::before
{
    height: 35.62%;
}

.art_element.art_text.house_box > .art_element_c::after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 247px);
    height: 67.41%;
    border-bottom: 1px solid #6A9BAD;
    border-left: 1px solid #6A9BAD;
    transition: all ease .5s;
}

.art_element.art_text.house_box.gsap_visible > .art_element_c::after
{
    height: 49.87%;
}

.art_element.art_text.house_box .box
{
    position: absolute;
    bottom: -164px;
    right: 0;
    width: 247px;
    height: 180px;
    background-size: 100% 100%;
}
/*
.art_element.art_text.house_box.visible .box
{
    background-image: url(../img/icons/box.svg);
}
*/

.art_element.art_text.house_box .box svg
{
    width: 100%;
    height: 100%;
}

.art_element.art_text.house_box .house
{
    position: absolute;
    top: 0;
    left: 54%;
    transform: translate(-80%, -100%);
    width: 150px;
    height: 206px;
    background-size: 100% 100%;
}

/*
.art_element.art_text.house_box.visible .house
{
    background-image: url(../img/icons/house.svg);
}  */

.art_element.art_text.house_box .house svg
{
    width: 100%;
    height: 100%;
}

.art_element.art_text.house_box .house::before
{
    content: "";
    position: absolute;
    top: 69px;
    left: 0;
    width: 1px;
    height: 74px;
    background-color: #6A9BAD;
    transition: height ease .7s;
}

.art_element.art_text.house_box.gsap_visible .house::before
{
    height: 14px;
}

.art_element.art_text.house_box .house::after
{
    content: "";
    position: absolute;
    top: 14px;
    left: 60px;
    width: 1px;
    height: 192px;
    background-color: #6A9BAD;
    transition: height ease .7s;
}

.art_element.art_text.house_box.gsap_visible .house::after
{
    height: 132px;
}

.art_element.art_text.house_box .house span::after
{
    content: "";
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 1px;
    height: 137px;
    background-color: #6A9BAD;
    transition: height ease .7s;
}

.art_element.art_text.house_box.gsap_visible .house span::after
{
    height: 77px;
}

.art_element.art_text:has(.accord) .art_inner
{

}

.art_element.art_text.closed:has(.accord) > .art_element_c > .art_inner
{
    display: none;
}

.art_element:has(.acc) .art_headline
{
    position: static;
    cursor: pointer;
}

.art_element .acc
{
    display: block;
    top: 15px;
    right: auto;
    left: 0;
    transform: none;
    width: 52px;
    height: 52px;
    border: 1px solid #56889B;
    border-radius: 100%;
}

.art_element .acc::before
{
    content: none !important;
}

.art_element .acc::after
{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    width: 26px;
    height: 15px;
    background-size: 100% 100%;
    transition: all ease .5s;
}

.art_element.visible .acc::after
{
    background-image: url(../img/icons/angle_down.png);
}

.art_element.closed .acc::after
{
    transform: translate(-50%, -50%);
    opacity: 1;
}

.art_element.moved_to_top
{
    margin-top: -150px !important;
}

/* Container with 3 elements in line */
.art_element.art_group.elements_in_line_container > .art_element_c > .art_inner
{
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 60px;
}

.art_element.art_group.elements_in_line_container .art_element
{
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.art_element.art_group.elements_in_line_container .art_element:nth-child(2n+1)
{
    width: calc(37% - 60px);
}

.art_element.art_group.elements_in_line_container .art_element:nth-child(2n)
{
    width: 26%;
    padding-bottom: 150px;
}

.art_element.art_group.elements_in_line_container .art_element:first-child
{
    display: flex;
    justify-content: flex-end;
}

.art_element.art_group.elements_in_line_container .art_element:first-child > .art_element_c
{
    max-width: 320px;
    margin: 0;
}

.art_element.art_group.elements_in_line_container .art_element:last-child
{
    align-self: flex-end;
}

/* Images in Line **/
.art_element.art_imageline.house_anim .art_image
{
    position: relative;
}

.art_element.art_imageline.house_anim .art_image::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 45px;
    background-color: #FFF;
    z-index: 2;
}

.art_element.art_imageline.house_anim .art_image::after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 45px;
    background-color: #FFF;
    z-index: 3;
}

.art_element.art_imageline.house_anim .art_image .img_c::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #56889B;
    opacity: .4;
}

.art_element.art_imageline.house_anim .art_image .house
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94px;
    height: 130px;
    background-size: 100% 100%;
    z-index: 4;
}
/*
.art_element.art_imageline.house_anim.visible .art_image .house
{
    background-image: url(../img/icons/house_white.svg);
}
*/
.art_element.art_imageline.house_anim .art_image .house svg
{
    width: 100%;
    height: 100%
}

.art_element.art_imageline.house_anim .art_image .house::before
{
    content: "";
    position: absolute;
    bottom: 1px;
    left: 19px;
    width: 1px;
    height: 0;
    background-color: #FFF;
    transition: all ease 1s;
    transition-delay: .3s;
}

.art_element.art_imageline.house_anim.gsap_visible .art_image .house::before
{
    height: 101px;
}

.art_element.art_imageline.house_anim .art_image .house::after
{
    content: "";
    position: absolute;
    bottom: 1px;
    left: 38px;
    width: 1px;
    height: 0;
    background-color: #FFF;
    transition: all ease 1s;
    transition-delay: .2s;
}

.art_element.art_imageline.house_anim.gsap_visible .art_image .house::after
{
    height: 120px;
}

.art_element.art_imageline.house_anim .art_image .house span::before
{
    content: "";
    position: absolute;
    bottom: 1px;
    right: 19px;
    width: 1px;
    height: 0;
    background-color: #FFF;
    transition: all ease 1s;
    transition-delay: .1s;
}

.art_element.art_imageline.house_anim.gsap_visible .art_image .house span::before
{
    height: 101px;
}

.art_element.art_imageline.house_anim .art_image .house span::after
{
    content: "";
    position: absolute;
    bottom: 1px;
    right: 38px;
    width: 1px;
    height: 0;
    background-color: #FFF;
    transition: all ease 1s;
}

.art_element.art_imageline.house_anim.gsap_visible .art_image .house span::after
{
    height: 120px;
}

.art_element.art_imageline.special.vs_no_space
{
    margin-top: -40px !important;
}

.art_element.art_imageline.special .art_image
{
    padding: 0 !important;
}

.art_element.art_imageline.special .art_image:first-child
{
    width: 100%;
}

.art_element.art_imageline.special .art_image:first-child .img_c
{
    padding-bottom: 64.64%;
    min-height: 1200px;
}

.art_element.art_imageline.special .art_image:first-child .img_c::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(233, 227, 220, 0.00) 0%, rgba(233, 227, 220, 0.30) 100%), linear-gradient(0deg, rgba(86, 136, 155, 0.50) 0%, rgba(86, 136, 155, 0.50) 100%);
}

.art_element.art_imageline.special .art_image:nth-child(2)
{
    position: absolute;
    top: 20.95%;
    left: 10%;
    width: 39.7%;
    z-index: 2;
}

.art_element.art_imageline.special .art_image:nth-child(2) .img_c
{
    padding-bottom: 79%;
}

.art_element.art_imageline.special .art_image:nth-child(3)
{
    position: absolute;
    bottom: 0;
    left: 54.8%;
    transform: translateY(26%);
    width: 31.37%;
    z-index: 2;
}

.art_element.art_imageline.special .svg_c
{
    position: absolute;
    top: 520px;
    right: -440px;
    transition: all ease .5s;
    transform: rotate(90deg);
    transform-origin: center;
    z-index: 4;
}

.art_element.art_imageline.special .svg_c svg path
{
    opacity: 0;
}

/* Packages */
.art_element.art_group.pkgslider > .art_element_c > .art_inner
{
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 76px;
    padding-top: 120px;
    padding-bottom: 75px;
}

.art_element.art_group.pkgslider .pkg_c
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 76px;
    padding-left: 0;
    padding-right: 0;
}

.art_element.art_group.pkgslider .art_element.art_packages
{
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: calc(33.33% - 51px);
}

.art_element.art_packages .art_pack_image .img_c
{
    overflow: hidden;
}

.art_element.art_packages .art_pack_image .img_c::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(86, 136, 155, 0.00) 0%, rgba(86, 136, 155, 0.60) 100%), linear-gradient(0deg, rgba(86, 136, 155, 0.30) 0%, rgba(86, 136, 155, 0.30) 100%);
    transition: all ease .5s;
}

.art_element.art_packages .art_pack_image:hover .img_c::after,
.art_element.art_packages .art_pack_image a:focus .img_c::after
{

}


.art_element.art_packages .art_pack_image .img_c a
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.art_element.art_packages .art_pack_image picture img
{
    transition: all ease .7s;
}

.art_element.art_packages .art_pack_image:hover picture img,
.art_element.art_packages .art_pack_image a:focus picture img
{
    transform: scale(1.1);
}

.art_element.art_packages .art_pack_image .art_pack_image_cont
{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    color: #FFF;
}

.art_element.art_packages .art_headline h3
{
    font: 400 1.625rem/120% var(--primary-font);
    letter-spacing: .05em;
    text-transform: uppercase;
}

.art_element.art_packages .art_pack_link
{
    padding-top: 0;
}

.art_element.art_packages .art_pack_link a
{
    color: #FFF;
}

.art_element.art_packages .art_pack_link a:hover,
.art_element.art_packages .art_pack_link a:focus
{
    Color: #FFF;
}

.art_element.art_packages .art_pack_link a .button_borders > *
{
    background-color: #FFF;
}

.art_element.art_packages .art_pack_link a .button_borders > ::after
{
    background-color: #FFF;
}

.art_element.art_packages .art_inner
{
    padding-top: 30px;
}

.art_element.art_packages::after
{
    content: "";
    position: absolute;
    top: -57px;
    right: -38px;
    width: 1px;
    height: calc(100% + 130px);
    background-color: #56889B;
}

/* Card HTML Widget */
.art_element .card
{
    width: 100%;
    display: flex;
    align-items: stretch;
    color: #FFF;
}

.art_element .card .side_left
{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 80px;
    padding: 120px 48px;
    background-size: 100% 100%;
    position: relative;
    overflow: hidden;
}

.art_element.visible .card .side_left
{
    background-image: url(../img/content/card_bg.jpg);
}

.art_element .card .side_left .image_item
{
    position: relative;
    padding: 45px;
    font: 400 1.25rem/120% var(--primary-font);
    letter-spacing: .05em;
    text-transform: uppercase;
}

.art_element .card .side_left .image_item .text
{
    position: absolute;
    white-space: nowrap;
}

.art_element .card .side_left .image_item .top
{
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.art_element .card .side_left .image_item .right
{
    top: 50%;
    right: -120px;
    transform: rotate(90deg) translateY(-50%);
}

.art_element .card .side_left .image_item .bottom
{
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.art_element .card .side_left .image_item .left
{
    top: 50%;
    left: -128px;
    transform: rotate(-90deg) translateY(-50%);
}

.art_element .card .card_btn a
{
    display: inline-block;
    padding: 8px 22px;
    font: 400 1.25rem/120% var(--secondary-font);
    text-decoration: none;
    text-align: center;
    color: #FFF;
    position: relative;
    transition: all ease .5s;
}

.art_element .card .card_btn a:hover,
.art_element .card .card_btn a:focus
{

}

.art_element .card .card_btn a .button_borders > *
{
    background-color: #FFF;
}

.art_element .card .card_btn a .button_borders > *::after
{
    background-color: #FFF;
}

.art_element .card .side_left .card_logo
{
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
}

.art_element .card img
{
    max-width: 100%;
}

.art_element .card .side_right
{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 120px 48px;
    background-color: #4F7D8E;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.art_element .card .side_right > *
{
    max-width: 536px;
}

.art_element .card .side_right .title
{
    font: 400 2.5rem/110% var(--secondary-font);
    letter-spacing: -0.01em;
}

.art_element .card .side_right .subtitle
{
    font: 400 1.625rem/110% var(--primary-font);
    letter-spacing: .05em;
    margin-top: 25px;
}

.art_element .card .side_right .image_item
{
    margin-top: 30px;
    margin-bottom: 50px;
}

/* Text with Video */
.art_element.art_video_with_text .art_element_c
{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.art_element.art_video_with_text .art_video_with_text_img_c
{
    width: 47%;
    padding: 0;
    position: relative;
    order: 2;
}

.art_element.art_video_with_text .video_inner img.video-poster
{
    z-index: 2;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.art_element.art_video_with_text .play_btn
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.art_element.art_video_with_text .video_inner
{
    padding-bottom: 126.56%;
    position: relative;
    z-index: 2;
}

.art_element.art_video_with_text .video_inner.landscape
{
    padding-bottom: 72.98%;
}

.art_element.art_video_with_text .video_inner.square
{
    padding-bottom: 100%;
}

.art_element.art_video_with_text .art_video_with_text_c
{
    width: 53%;
    padding-right: 85px;
    order: 1;
}

.video_inner img.video-button
{
    width: 110px;
    height: auto;
    margin: 0;
    transform: translate(-50%,-50%);
    z-index: 4;
}

.video_inner .video-poster-layer,
.video_inner embed,
.video_inner iframe,
.video_inner object
{
    overflow: hidden;
}

.art_element.podcast
{
    padding-top: 167px;
    padding-bottom: 167px;
}

.art_element.podcast::before
{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 169px;
    height: calc(100% - 120px);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
}

.art_element.podcast.visible::before
{
    background-image: url(../img/icons/podcast_left.svg);
}

.art_element.podcast::after
{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 169px;
    height: calc(100% - 120px);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}

.art_element.podcast.visible::after
{
    background-image: url(../img/icons/podcast_right.svg);
}

.art_element.podcast > .art_element_c::before
{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 136px;
    background-color: #56889B;
}

.art_element.podcast > .art_element_c::after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 136px;
    background-color: #56889B;
}

/* Slick Slider */

.art_element .slick-arrow
{
    width: 70px;
    height: 70px;
    background-size: 19px auto;
}

.art_element.visible .slick-arrow
{
    background-image: url(../img/icons/content_slick_arrow.png);
}

.art_element .slick-list
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Quote Element */
.art_element.art_quote
{
    padding-top: 10px;
    padding-bottom: 10px;
}

.art_element.art_quote .art_quote_cont
{
    max-width: 620px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.art_element.art_quote .art_headline > *,
.art_element.art_quote .art_inner
{
    text-align: unset !important;
}

.art_element.art_quote .art_quote_cont .art_inner
{
    font: 400 1.586rem/120% var(--secondary-font);
    letter-spacing: .02em;
    padding: 54px 25px 47px 75px;
}

.art_element.art_quote .art_quote_cont .art_inner::before
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    transition: all ease 1.5s;
}

.art_element.art_quote.gsap_visible .art_quote_cont .art_inner::before,
.art_element.art_quote.slick-active .art_quote_cont .art_inner::before
{
    width: 38%;
    height: 28%;
}

.art_element.art_quote .art_quote_cont .art_inner::after
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    transition: all ease 1.5s;
}

.art_element.art_quote.gsap_visible .art_quote_cont .art_inner::after,
.art_element.art_quote.slick-active .art_quote_cont .art_inner::after
{
    width: 38%;
    height: 28%;
}

.art_element.art_quote .art_quote_cont p::before
{
    content: "";
    position: absolute;
    top: 19px;
    left: 0;
    margin: 0;
    width: 36px;
    height: 37px;
    background-size: 100% 100%;
}

.art_element.art_quote.visible .art_quote_cont p::before
{
    background-image: url(../img/icons/quote_begin_white.svg);
}

.art_element.art_quote .art_quote_cont p::after
{
    content: "";
    position: absolute;
    bottom: 19px;
    right: 0;
    margin: 0;
    width: 36px;
    height: 37px;
    background-size: 100% 100%;
}

.art_element.art_quote.visible .art_quote_cont p::after
{
    background-image: url(../img/icons/quote_end_white.svg);
}

.art_element.art_quote .art_quote_author
{
    margin-top: 20px;
    font: 300 1.125rem/160% var(--tertiary-font);
    letter-spacing: .07em;
}

/* Anything Slider */
.art_element.art_group.anything_slider
{
    background-size: cover;
    padding-top: 290px;
    padding-bottom: 400px;
    color: #FFF;
}

.art_element.art_group.anything_slider.visible
{
    background-image: url(../img/bgs/anything_slider.jpg);
}

.art_element.art_group.anything_slider > .art_element_c > .art_inner
{
    margin-top: 0 !important;
}

.art_element.art_group.anything_slider .art_element
{
    margin-top: 0;
    opacity: 0;
    transition: all ease .5s;
}

.art_element.art_group.anything_slider .art_element.slick-active
{
    opacity: 1;
}

.art_element.art_group.anything_slider .slick-arrow
{
    border: 1px solid #FFF;
    background-color: transparent;
}

.art_element.art_group.anything_slider .slick-arrow.slick-prev
{
    left: 0;
}

.art_element.art_group.anything_slider .slick-arrow.slick-next
{
    right: 0;
}

.art_element.art_group.anything_slider .anything_sl_c
{
    padding-left: 100px;
    padding-right: 100px;
}

.art_element.performance
{
    overflow: hidden;
}

.art_element.performance::after
{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 100px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.art_element.performance.visible::after
{
    background-image: url(../img/icons/performance_stories.svg);
}

/* FAQs */
.art_element.faqs
{
    padding-top: 85px;
    padding-bottom: 75px;
}

.content > .art_element.faqs:last-child
{
    margin-bottom: -60px;
}

.art_element.faqs::after
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 290px;
    height: 100%;
    background: linear-gradient(270deg, #74A4B6 0%, rgba(233, 195, 245, 0.00) 100%);
    opacity: .3;
}


.art_element.faqs::before
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #DDD6CE 59.13%, rgba(221, 214, 206, 0.00) 100%);
    opacity: .3;
}

.art_element.faqs > .art_element_c::after
{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 12.15%;
    max-width: 210px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}

.art_element.faqs.visible > .art_element_c::after
{
    background-image: url(../img/icons/faqs.svg);
}

.art_element.faqs .art_element
{
    padding-left: 110px;
    padding-right: 110px;
    border-top: 1px solid #56889B;
}

.art_element.faqs .art_element:last-child
{
    border-bottom: 1px solid #56889B;
}

/* Press Setion */
.art_element.art_group.press > .art_element_c > .art_inner
{
    margin-top: 0 !important;
}

.art_element.art_group.press .press_section
{
    width: 100%;
    position: relative;
    padding-bottom: 100px;
}

.art_element.art_group.press .press_section .left_part
{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 30px;
}

.art_element.art_group.press .press_section .left_part::after
{
    content: "";
    position: absolute;
    bottom: 0;
    right: 120px;
    width: 380px;
    height: 1px;
    background-color: #56889B;
}

.art_element.art_group.press .press_section .left_part .art_element
{
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.art_element.art_group.press .press_section .right_part
{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.art_element.art_group.press .press_section .right_part .slick-list
{
    width: 100%;
    overflow: visible;
}

.art_element.art_group.press .press_section .right_part .slick-list .art_element
{
    opacity: 0;
    transition: all ease .5s;
}

.art_element.art_group.press .press_section .right_part .slick-list .art_element.slick-active
{
    opacity: 1;
}

.art_element.art_group.press .slick-arrow
{
    width: 24px;
    height: 42px;
    background-color: transparent;
    background-size: 100% 100%;
}

.art_element.art_group.press.visible .slick-arrow
{
    background-image: url(../img/icons/content_slick_arrow_blue.png);
}

.art_element.art_group.press .slick-arrow.slick-prev
{
    left: 0;
}

.art_element.art_group.press .slick-arrow.slick-next
{
    right: 0;
}

.art_element.art_group.press .press_section .right_part .art_element
{
    width: 100%;
    margin: 0;
    padding-left: 120px;
    padding-right: 120px;
}

.art_element.art_group.press .art_element.art_texti .art_element_c
{
    align-items: flex-end;
}

.art_element.art_group.press .art_element.art_texti .dv_image_right,
.art_element.art_group.press .art_element.art_texti .dv_image_left
{
    width: 50%;
    overflow: visible;
}

.art_element.art_group.press .art_element.art_texti.image_right .art_texti_cont,
.art_element.art_group.press .art_element.art_texti.image_left .art_texti_cont
{
    width: 50%;
}

.art_element.art_group.press .art_element.art_texti .image_item:nth-child(2)
{
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(50%, 30%);
    width: 50%;
    z-index: 2;
}

/*---------------------------------------*/
/* Magazine articles - Loading animation */
@keyframes articleLoading {
    from {opacity:0; /*transform:translate(0px, 125px); -webkit-transform:translate(0px, 125px);*/}
    to   {opacity:1; /*transform:translate(0px, 0px); -webkit-transform:translate(0px, 0px);*/}
}

/* Magazine articles - Common styles */
.art_magazine .article-list:not(.col-1) {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}
.art_magazine .article-entry {
    opacity:0; 
    display: inline-flex;
    position: relative;
    vertical-align: top;
}
.art_magazine .col-1 .article-entry {
    width: 100%;
}
.visible .art_magazine .article-entry,
.visible.art_magazine .article-entry {
    -webkit-animation:articleLoading 0.7s ease forwards; 
    -moz-animation:articleLoading 0.7s ease forwards; 
    animation:articleLoading 0.7s ease forwards;
}
.art_magazine .ae-infos-content * {
    text-decoration: none;
}
/*Every 2.*/
.article-list .article-entry:nth-child(4n-6) {
       -moz-animation-delay: 250ms;
    -webkit-animation-delay: 250ms;
         -o-animation-delay: 250ms;
            animation-delay: 250ms;
}
/*Every 3.*/
.article-list .article-entry:nth-child(4n-5) {
       -moz-animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
         -o-animation-delay: 500ms;
            animation-delay: 500ms;
}
/*Every 4.*/
.article-list .article-entry:nth-child(4n-4) {
       -moz-animation-delay: 750ms;
    -webkit-animation-delay: 750ms;
         -o-animation-delay: 750ms;
            animation-delay: 750ms;
}
/*Every 5.*/
.article-list .article-entry:nth-child(5n-5) {
       -moz-animation-delay: 1000ms;
    -webkit-animation-delay: 1000ms;
         -o-animation-delay: 1000ms;
            animation-delay: 1000ms;
}
/*Every 6.*/
.article-list .article-entry:nth-child(6n-6) {
       -moz-animation-delay: 1250ms;
    -webkit-animation-delay: 1250ms;
         -o-animation-delay: 1250ms;
            animation-delay: 1250ms;
}
.art_magazine .ae-content {
    background-color:#EBE6E2; 
    /*text-align:left;*/
    width:100%; 
    padding:0; 
    margin:0; 
    overflow:hidden;
    text-decoration: none;
}
.art_magazine .ae-image {
    overflow: hidden;
}
.article-entry.default .ae-image {
    background:transparent url(/assets/images/blog/head_image.jpg) center center no-repeat;
}
.article-entry .ae-image img {
    -webkit-transition: all 8s ease;
    -moz-transition: all 8s ease;
    -o-transition: all 8s ease;
    -ms-transition: all 8s ease;
    transition: all 8s ease;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}
.art_magazine .article-entry:hover .ae-image img {
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -ms-transform:scale(1.1); 
    -o-transform:scale(1.1); 
    transform:scale(1.1);
}
.art_magazine .ae-infos-date {
    font-family: var(--primary-font);
    font-size: 1rem;
}
.art_magazine .ae-infos-title {
    font-family: var(--secondary-font);
    font-size: 1.25rem;
    padding-top: 1rem;
    line-height: 115%;
    font-weight: 400;
}
.art_magazine .ae-infos-text {
    display:inline-block;
    margin: 1.5rem 0;
}

/* Magazine articles - Templates */
.art_magazine .article-list:not(.template-1) .article-entry:nth-child(n+2) {
    margin-top: 30px;
}
.art_magazine .template-1 .ae-content {
    display:inline-block; 
}
.art_magazine .article-list:not(.template-1) .ae-content {
    display:flex;
}
.art_magazine .template-1.col-1 .ae-image {
    height: 45vw;
    max-height: 600px;
}
.art_magazine .template-1.col-2 .ae-image {
    height: 350px;
}
.art_magazine .template-1.col-3 .ae-image {
    height: 270px;
}
/*.art_magazine .article-list:not(.template-2) .ae-infos-date {
    right: 30px;
}
.art_magazine .template-2 .ae-infos-date {
    left: 30px;
}*/

@media(max-width: 1600px)
{
    .art_element.moved_to_top
    {
        margin-top: -60px !important;
    }
}

@media(min-width: 1301px) {
    /* Magazine */
    .art_magazine .art_headline::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 112px;
        height: 89px;
        left: -165px;
        top: 0;
    }
    .art_magazine.visible .art_headline::before {
        background: transparent url("/img/icons/blog_blue.svg") left center no-repeat;
    }
}

@media(max-width: 1400px)
{
    .art_element.moved_to_top
    {
        margin-top: 0 !important;
    }

    .art_element.art_text.quote
    {
        min-height: 730px;
    }

    .art_element.art_text.quote::before
    {
        width: 113px;
        height: 500px;
    }

    .art_element.art_text.quote::after
    {
        width: 130px;
        height: 500px;
    }

    .art_element.art_imageline.special .art_image:first-child .img_c
    {
        min-height: 875px;
    }

    .art_element.art_imageline.special .svg_c
    {
        top: 390px;
        right: -324px;
    }

    .art_element.art_imageline.special .svg_c svg.retreat
    {
        width: 800px;
        height: 125px;
    }

    .art_element.podcast::before
    {
        width: 120px;
    }

    .art_element.podcast::after
    {
        width: 120px;
    }
}

@media(max-width: 1200px)
{
    .art_element.art_tip .svg_c svg.about
    {
        width: 800px;
        height: 188px;
    }

    .art_element.art_group.anything_slider
    {
        padding-top: 120px;
        padding-bottom: 200px;
    }

    .art_element.art_group.press .press_section .left_part
    {
        padding-left: 60px;
        padding-right: 60px;
    }

    .art_element.art_group.press .press_section .left_part::after
    {
        right: 60px;
    }

    .art_element.art_group.press .art_element.art_texti.image_right .art_texti_cont
    {
        padding-right: 60px;
    }

    .art_element.art_group.press .art_element.art_texti.image_left .art_texti_cont
    {
        padding-left: 60px;
    }

}

@media(min-width: 1026px) {
    /* Magazine */
    .art_magazine .template-1.col-2 .article-entry {
        width: calc(50% - 20px);
    }
    .art_magazine .template-1.col-3 .article-entry {
        width: calc(33.33% - 20px);
    }
    .art_magazine .ae-infos-content {
        padding:50px;
    }
}

@media( max-width: 1025px)
{
    .content
    {
        font-size: 1rem;
    }

    .art_element .art_headline h1
    {
        font-size: 3.125rem;
    }

    .art_element .art_headline h2
    {
        font-size: 1.5rem;
    }

    .art_element .art_headline h3
    {
        font-size: 2.25rem;
    }

    .art_element .art_headline h4,
    .art_element .art_headline span.h4,
    .art_element.art_cols .art_col h4.coltitle
    {
        font-size: 3.5rem;
    }

    .art_element .art_headline h5,
    .art_element .art_headline span.h5
    {
        font-size: 2.25rem;
    }

    .art_element.line_before_titles > .art_element_c > .art_headline:not(.sub) > * > span
    {
        padding-top: 45px;
    }

    .art_element.art_tip .svg_c
    {
        margin-top: 180px;
    }

    .art_element.art_tip .svg_c svg.about
    {
        width: 600px;
        height: 141px;
    }

    .art_element.art_tip .svg_c::before
    {
        top: -80px;
    }

    .art_element.art_tip .art_tip_cont
    {
        padding: 80px;
    }

    .art_element.art_tip .art_tip_cont::after
    {
        height: calc(100% - 160px);
        top: 80px;
    }

    .art_element.art_texti.inner_width_full_width .art_texti_cont::before
    {
        top: -70px;
        height: calc(100% + 20px);
    }

    .art_element.art_text.aligned_right > .art_element_c
    {
        padding: 40px 0 30px 40px;
    }

    .art_element.art_text.aligned_right
    {
        padding-left: 80px;
    }

    .art_element.art_text.quote
    {
        min-height: 540px;
        font-size: 2.125rem;
    }

    .art_element.art_text.quote > .art_element_c
    {
        max-width: 600px;
        padding: 40px 35px 35px;
    }

    .art_element.art_text.quote::before
    {
        width: 90px;
        height: 400px;
    }

    .art_element.art_text.quote::after
    {
        width: 104px;
        height: 400px;
    }

    .art_element.art_text.quote .art_inner::before
    {
        top: 20px;
        width: 35px;
        height: 35px;
    }

    .art_element.art_text.quote .art_inner::after
    {
        bottom: 20px;
        width: 35px;
        height: 36px;
    }

    .art_element.art_imageline.house_anim.visible .art_image .house::before
    {
        height: 101px;
    }

    .art_element.art_imageline.house_anim.visible .art_image .house::after
    {
        height: 120px;
    }

    .art_element.art_imageline.house_anim.visible .art_image .house span::before
    {
        height: 101px;
    }

    .art_element.art_imageline.house_anim.visible .art_image .house span::after
    {
        height: 120px;
    }

    .art_element.art_texti.image_right .art_texti_cont
    {
        padding-right: 60px;
    }

    .art_element.art_texti.image_left .art_texti_cont
    {
        padding-left: 60px;
    }

    .art_element.art_group.elements_in_line_container > .art_element_c > .art_inner
    {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 30px 50px;
    }

    .art_element.art_group.elements_in_line_container .art_element:nth-child(2n)
    {
        width: 40%;
        padding-bottom: 10px;
    }

    .art_element.art_group.elements_in_line_container .art_element:first-child
    {
        width: calc(60% - 50px);
    }

    .art_element.art_group.elements_in_line_container .art_element:nth-child(3n)
    {
        width: 100%;
    }

    .art_element.art_group.elements_in_line_container .art_element:first-child > .art_element_c
    {
        max-width: unset;
    }

    .art_element.highlight
    {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .art_element.art_group.pkgslider > .art_element_c > .art_inner
    {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .art_element.art_group.pkgslider .slick-track
    {
        display: flex;
        gap: 30px;
        padding-top: 30px;
    }

    .art_element.art_packages::after
    {
        left: -15px;
        right: auto;
    }

    .art_element.art_packages:last-child::after
    {
        content: "";
    }

    .art_element.art_group.pkgslider .slick-arrow.slick-prev
    {
        left: -60px;
    }

    .art_element.art_group.pkgslider .slick-arrow.slick-next
    {
        right: -60px;
    }

    .art_element .slick-arrow
    {
        width: 50px;
        height: 50px;
        background-size: 13px auto;
    }

    .art_element.art_imageline.special .art_image:first-child .img_c
    {
        min-height: 660px
    }

    .art_element.art_imageline.special .svg_c
    {
        top: 310px;
        right: -200px;
    }

    .art_element.art_imageline.special .svg_c svg.retreat
    {
        width: 500px;
        height: 78px;
    }

    .art_element .card .side_left
    {
        padding: 50px 30px;
        gap: 40px;
    }

    .art_element .card .side_right
    {
        padding: 50px 30px;
    }

    .art_element .card .side_right .title
    {
        font-size: 1.75rem;
    }

    .art_element .card .side_right .subtitle
    {
        font-size: 1.25rem;
        margin-top: 15px;
    }

    .art_element .card .side_right .image_item
    {
        margin-bottom: 25px;
    }

    .art_element.art_video_with_text .art_video_with_text_c
    {
        padding-right: 60px;
    }

    .art_element.podcast > .art_element_c::before
    {
        height: 77px;
    }

    .art_element.podcast > .art_element_c::after
    {
        height: 77px;
    }

    .art_element .acc
    {
        width: 36px;
        height: 36px;
    }

    .art_element .acc::after
    {
        width: 20px;
        height: 12px;
    }

    .art_element.faqs .art_element
    {
        padding-left: 80px;
        padding-right: 80px;
    }

    .art_element.art_text.house_box > .art_element_c
    {
    padding: 35px 50px 50px 50px;
    }

    .art_element .art_inner em
    {
        font-size: 1rem;
    }

    .art_element.art_group.press .press_section .left_part
    {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .art_element.art_group.press .press_section .left_part::after
    {
        width: calc(100% - 120px);
    }

    .art_element.art_group.press .press_section .right_part
    {
        padding-top: 20px;
    }

    .art_element.art_group.press .press_section .right_part .art_element
    {
        padding-left: 60px;
        padding-right: 60px;
    }

    .art_element.art_group.press .art_element.art_texti .art_texti_cont
    {
        padding-top: 0 !important;
    }

}

@media(max-width: 850px)
{
    .art_element.art_texti .dv_image_right
    {
        width: 100%;
    }
    /*
    .art_element.art_texti .dv_image_left
    {
        width: 50%;
        max-width: 200px;
    }
    */

    .art_element.art_texti.image_right .art_texti_cont,
    .art_element.art_texti.image_left .art_texti_cont
    {
        width: 100%;
    }

    .art_element.art_texti.inner_width_full_width .dv_image_left
    {
        width: 100%;
    }

    .art_element.art_texti.image_right.inner_width_full_width .art_texti_cont,
    .art_element.art_texti.image_left.inner_width_full_width .art_texti_cont
    {
        width: 100%;
    }

    .art_element.art_texti.inner_width_full_width .art_texti_cont
    {
        padding: 50px 48px 10px !important;
    }

    .art_element.art_texti.inner_width_full_width .art_texti_cont::before
    {
        content: none;
    }

    .art_element.art_texti.inner_width_full_width .scroll-square
    {
        display: none;
    }

    .art_element.art_texti.special .dv_image_left
    {
        display: none;
    }

    .art_element.art_texti.image_left.special .art_texti_cont
    {
        padding-left: 0;
    }

    .art_element.art_texti.special .art_texti_cont > *
    {
        max-width: unset;
    }

    .art_element.art_texti.special .art_texti_cont .image_item
    {
        max-width: unset;
        margin-bottom: 30px;
    }

    .art_element.art_video_with_text,
    .art_element.art_video_with_text .art_headline > *
    {
        text-align: left !important;
    }

    .art_element.art_video_with_text .art_video_with_text_img_c
    {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        order: 1;
    }

    .art_element.art_video_with_text .art_video_with_text_c
    {
        width: 100%;
        padding: 30px 0 30px;
        order: 2;
    }

    .art_element.art_text.aligned_right
    {
        padding-left: 48px;
    }

    .art_element.art_tip .art_tip_cont > *
    {
        padding-left: 40px;
    }

    .art_element.art_group.pkgslider .pkg_c
    {
        padding-left: 30px;
        padding-right: 30px;
    }

    .art_element.art_group.press .press_section .left_part
    {
        padding-left: 0;
        padding-right: 0;
    }

    .art_element.art_group.press .press_section .left_part::after
    {
        right: 0;
        width: 100%;
    }

    .art_element.art_group.pkgslider .slick-arrow.slick-prev
    {
        left: -30px;
    }

    .art_element.art_group.pkgslider .slick-arrow.slick-next
    {
        right: -30px;
    }

    .art_element.art_group.press .press_section .right_part
    {
        padding-bottom: 40px;
    }

    .art_element.art_group.press .slick-arrow.slick-prev
    {
        top: auto;
        bottom: 0;
        left: calc(50% - 10px);
        transform: translateX(-100%);
    }

    .art_element.art_group.press .slick-arrow.slick-next
    {
        top: auto;
        bottom: 0;
        right: calc(50% - 10px);
        transform: translateX(100%) rotate(180deg);
    }

    .art_element.art_group.press .press_section .right_part .art_element
    {
        padding-left: 0;
        padding-right: 0;
    }

    .art_element.art_group.press .art_element.art_texti.image_right .art_texti_cont,
    .art_element.art_group.press .art_element.art_texti.image_left .art_texti_cont
    {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px !important;
    }

    .art_element.art_group.press .art_element.art_texti .dv_image_right,
    .art_element.art_group.press .art_element.art_texti .dv_image_left
    {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
    }

    .art_element.art_group.press .art_element.art_texti .image_item
    {
        width: 100%;
    }

    .art_element.art_group.press .art_element.art_texti .image_item:nth-child(2)
    {
        position: relative;
        bottom: unset;
        right: unset;
        transform: none;
        margin-top: 20px;
    }

}

@media(max-width: 750px)
{
    .art_element .card
    {
        flex-wrap: wrap;
    }

    .art_element .card .side_left
    {
        width: 100%;
        padding-bottom: 100px;
    }

    .art_element .card .side_right
    {
        width: 100%;
    }

    .art_element.art_packages::after
    {
        content: none;
    }

    .art_element.art_group.pkgslider .slick-track
    {
        gap: 0;
    }

}

@media(min-width:651px) and (max-width:1025px) {
    /* Magazine */
    .art_magazine .ae-infos-content {
        padding: 35px;
    }
    .art_magazine.cols_twelve .template-1:not(.col-1) .article-entry {
        width: calc(50% - 20px);
    }
    .art_magazine .template-1.col-3 .article-entry:nth-child(4n-5) { /* Every 3. */
        width: 100%;
    }
    .art_magazine .template-1.col-3 .article-entry:nth-child(4n-5) .ae-image {
        height: 38vw;
    }
}

@media(min-width:651px) {
    /* Magazine */
    .art_magazine .article-list:not(.template-1) .ae-content {
        flex-direction: row;
    }
    .art_magazine .article-list:not(.template-1) .ae-content > div {
        width: 50%;
    }
    .art_magazine .template-3 .ae-image {
        order: 2;
    }
    .art_magazine .template-3 .ae-infos {
        order: 1;
    }
}

@media( max-width: 650px)
{
    .content
    {
        font-size: .938rem;
    }

    .content ul li::before
    {
        top: 10px;
    }

    .art_element .art_headline h1
    {
        font-size: 2.25rem;
    }

    .art_element .art_headline h2
    {
        font-size: 1.125rem;
    }

    .art_element .art_headline h3
    {
        font-size: 1.5rem;
    }

    .art_element .art_headline h4,
    .art_element .art_headline span.h4,
    .art_element.art_cols .art_col h4.coltitle
    {
        font-size: 2rem;
    }

    .art_element .art_headline h5,
    .art_element .art_headline span.h5
    {
        font-size: 1.5rem;
    }

    .art_element.line_between_titles .art_headline > .sub > span
    {
        padding-top: 20px;
    }

    .art_element.line_between_titles .art_headline > .sub > span::before
    {
        top: 5px;
    }

    .art_element.line_after_titles .art_headline > .sub > span
    {
        padding-bottom: 20px;
    }

    .art_element.line_after_titles .art_headline > .sub > span::before
    {
        bottom: 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,
    .art_element.art_video_with_text .art_video_with_text_btn a
    {
        font-size: 1rem;
    }

    .art_element.art_texti.inner_width_full_width .art_texti_cont
    {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .art_element.art_text.aligned_right > .art_element_c
    {
        padding: 15px 0 20px 25px;
    }

    .art_element.art_text.quote
    {
        padding-top: 115px;
        padding-bottom: 145px;
        min-height: unset;
        font-size: 1.5rem;
    }

    .art_element.art_text.quote::before
    {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 263px;
        height: 61px;
    }

    .art_element.art_text.quote.visible::before
    {
        background-image: url(../img/icons/brand_horizontal.svg);
    }

    .art_element.art_text.quote::after
    {
        top: unset;
        bottom: 0;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        width: 260px;
        height: 69px;
    }

    .art_element.art_text.quote.visible::after
    {
        background-image: url(../img/icons/story_horizontal.svg);
    }

    .art_element.art_text.quote .art_inner::before
    {
        width: 25px;
        height: 25px;
    }

    .art_element.art_text.quote .art_inner::after
    {
        width: 25px;
        height: 25px;
    }

    .art_element.art_text.house_box .house
    {
        width: 75px;
        height: 103px;
    }

    .art_element.art_text.house_box .house::before
    {
        top: 35px;
        height: 37px;
    }

    .art_element.art_text.house_box.gsap_visible .house::before,
    .art_element.art_text.house_box.visible .house::before
    {
        height: 7px;
    }

    .art_element.art_text.house_box .house::after
    {
        top: 7px;
        left: 30px;
        height: 96px;
    }

    .art_element.art_text.house_box.gsap_visible .house::after,
    .art_element.art_text.house_box.visible .house::after
    {
        height: 66px;
    }

    .art_element.art_text.house_box .house span::after
    {
        right: 15px;
        height: 69px;
    }

    .art_element.art_text.house_box.gsap_visible .house span::after,
    .art_element.art_text.house_box.visible .house span::after
    {
        height: 39px;
    }

    .art_element.art_text.house_box > .art_element_c
    {
        padding: 15px 0 35px 25px;
        margin-top: 103px;
        margin-bottom: 83px;
    }

    .art_element.art_text.house_box > .art_element_c::after
    {
        width: calc(100% - 124px);
    }

    .art_element.art_text.house_box .box
    {
        bottom: -82px;
        width: 124px;
        height: 90px;
    }

    .art_element.highlight
    {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .art_element.art_group.elements_in_line_container .art_element:first-child
    {
        width: 100%;
    }

    .art_element.art_group.elements_in_line_container .art_element:nth-child(2n)
    {
        width: 100%;
    }

    .art_element .art_inner em
    {
        font-size: .875rem;
    }

    .art_element.art_group.pkgslider .pkg_c
    {
        padding-left: 40px;
        padding-right: 40px;
    }

    .art_element.art_group.pkgslider .slick-arrow
    {
        border: 1px solid #56889B;
        background-color: transparent;
    }

    .art_element.art_group.pkgslider.visible .slick-arrow
    {
        background-image: url(../img/icons/content_slick_arrow_blue.png);
    }

    .art_element.art_group.pkgslider .slick-arrow.slick-prev
    {
        left: -20px;
    }

    .art_element.art_group.pkgslider .slick-arrow.slick-next
    {
        right: -20px;
    }

    .art_element.art_imageline.special
    {
        margin-bottom: 40px;
    }

    .art_element.art_imageline.special .svg_c svg.retreat
    {
        width: 350px;
        height: 55px;
    }

    .art_element.art_imageline.special .svg_c
    {
        top: 175px;
        right: -141px;
    }

    .art_element.art_imageline.special .art_image:first-child .img_c
    {
        min-height: 380px;
    }

    .art_element.podcast
    {
        padding-top: 140px;
    }

    .art_element.podcast::before
    {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 337px;
        height: 62px;
    }

    .art_element.podcast.visible::before
    {
        background-image: url(../img/icons/podcast_horizontal.svg);
    }

    .art_element.podcast::after
    {
        content: none;
    }

    .art_element.podcast > .art_element_c::before
    {
        top: 90px;
        height: 50px;
    }

    .art_element.podcast > .art_element_c::after
    {
        height: 50px;
    }

    .art_element.art_group.anything_slider
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .art_element.art_group.anything_slider .anything_sl_c
    {
        padding-left: 55px;
        padding-right: 55px;
    }

    .art_element.art_group.anything_slider .slick-arrow.slick-prev
    {
        left: -15px;
    }

    .art_element.art_group.anything_slider .slick-arrow.slick-next
    {
        right: -15px;
    }

    .art_element.art_quote .art_quote_cont .art_inner
    {
        padding: 40px 25px 40px 25px;
        font-size: 1rem;
    }

    .art_element.art_quote .art_quote_cont p::before
    {
        width: 25px;
        height: 25px;
    }

    .art_element.art_quote .art_quote_cont p::after
    {
        width: 25px;
        height: 25px;
    }

    .art_element.art_quote .art_quote_author
    {
        font-size: .875rem;
    }

    .art_element.faqs
    {
        padding-top: 110px;
    }

    .art_element.faqs > .art_element_c::after
    {
        top: -5px;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        width: 224px;
        max-width: unset;
        height: 86px;
        background-size: 100% 100%;
    }

    .art_element.faqs.visible > .art_element_c::after
    {
        background-image: url(../img/icons/faqs_horizontal.svg);
    }

    .art_element.faqs .art_element
    {
        padding-left: 50px;
        padding-right: 0;
    }

    .art_element.art_text.aligned_right
    {
        padding-left: 30px;
    }

    .art_element.art_tip .svg_c
    {
        margin-top: 110px;
    }

    .art_element.art_tip > .art_element_c
    {
        min-height: unset;
    }

    .art_element.art_tip .art_tip_cont
    {
        padding: 50px 30px;
    }

    .art_element.art_tip .art_tip_cont > *
    {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }

    .art_element.art_tip .art_tip_cont .art_headline > *
    {
        text-align: center;
    }

    .art_element.art_tip .art_tip_cont::after
    {
        content: none;
    }

    .art_element.art_tip .svg_c::before
    {
        top: -40px;
    }

    .art_element.art_tip .svg_c svg.about
    {
        width: 300px;
        height: 71px;
    }

    .art_element.art_imageline.special .art_image:nth-child(2)
    {
        min-width: 200px;
    }

    .art_element.art_imageline.special .art_image:nth-child(3)
    {
        min-width: 155px;
    }

    .art_element .card .side_left .image_item
    {
        padding: 20px;
        font-size: .875rem;
    }

    .art_element .card .side_left .image_item .right
    {
        right: -95px;
    }

    .art_element .card .side_left .image_item .left
    {
        left: -95px;
    }

    .art_element .card .side_right .title
    {
        font-size: 1.375rem;
    }

    .art_element .card .side_right .subtitle
    {
        font-size: 1rem;
    }

    .art_element .svg_c svg path
    {
        stroke-width: 1px !important;
    }

    /* Magazine */
    .art_magazine .article-list .article-entry:first-child {
        margin-top: 15px;
    }
    .art_magazine .article-list:not(.template-1) .ae-content {
        flex-direction: column;
    }
    .art_magazine .ae-image {
        height: 60vw !important;
    }
    .art_magazine .ae-infos-content {
        padding: 30px 25px;
    }
    .art_magazine .ae-infos-title,
    .art_magazine .ae-infos-button {
        font-size:1.25rem;
    }

    .art_element.art_texti.inner_width_full_width .image_item
    {
        width: 60%;
    }

    .art_element.art_texti.inner_width_full_width .image_item + .image_item
    {
        left: 50%;
        transform: translate(-50%, -50%);
        width: 47%;
        z-index: 2;
    }

}

@media(max-width: 500px)
{
    .art_element.art_packages .art_headline h3
    {
        font-size: 1.25rem;
    }

    .art_element.art_imageline.special .art_image:nth-child(3)
    {
        left: 40%;
    }


    .art_element.art_group.anything_slider .anything_sl_c
    {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 70px;
    }

    .art_element.art_group.anything_slider .slick-arrow.slick-prev
    {
        top: auto;
        bottom: 0;
        left: calc(50% - 10px);
        transform: translateX(-100%);
    }

    .art_element.art_group.anything_slider .slick-arrow.slick-next
    {
        top: auto;
        bottom: 0;
        right: calc(50% - 10px);
        transform: translateX(100%) rotate(180deg);
    }

    .art_element.art_group.pkgslider .pkg_c
    {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 30px;
    }

    .art_element.art_group.pkgslider .slick-arrow.slick-prev
    {
        top: auto;
        bottom: 0;
        left: calc(50% - 10px);
        transform: translateX(-100%);
    }

    .art_element.art_group.pkgslider .slick-arrow.slick-next
    {
        top: auto;
        bottom: 0;
        right: calc(50% - 10px);
        transform: translateX(100%) rotate(180deg);
    }

}

@media(max-width: 400px)
{
    .art_element .art_headline h1
    {
        font-size: 1.75rem;
    }

}

/*Wetter*/
.wetter_c
{
    color: #525261;
    overflow: hidden;
    width: 96%;
    margin: 0 2%;
}

.wetter_c .wetter_day
{
    float: left;
    margin: 35px 0 0;
    padding: 0 10% 0 0;
    width: 40%;
}

.wetter_c .wetter_desc
{
    float: left;
    margin: 35px 0 0;
    width: 100%;
}

.wetter_c p.wetter_title
{
    color: #333;
    font-family: 'Raleway',Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 150%;
    text-transform: uppercase;
}

.wetter_c p.wetter_stitle
{
    font-weight: bold;
    padding: 3px 0;
}

.wetter_c p.wetter_stitle.spacer
{
    margin: 8px 0 0;
}

.wetter_c .wetter_spacer
{
    margin: 15px 0 0;
}

.wetter_c .wetter_day_data
{
    float: left;
    margin: 10px 0 0;
    max-width: 460px;
    min-width: 280px;
}

.wetter_c .wetter_day_data .wetter_icon
{
    padding: 0 10% 0 0;
    width: 30%;
}

.wetter_c .wetter_day_data .wetter_icon img
{
    vertical-align: middle;
}

.wetter_c .wetter_day_data .wetter_label
{
    font-weight: bold;
    padding: 0 5% 0 0;
    width: 35%;
}

.wetter_c .wetter_day_data .wetter_data
{
    width: 20%;
}

.wetter_c .wetter_sepline
{
    border-top: 1px solid #ccc;
    float: left;
    margin: 35px 0 0;
    width: 100%;
}

@media only screen and (max-width: 1000px)
{
    .wetter_c .wetter_day
    {
        width: 100%;
    }

    .wetter_c .wetter_day
    {
        width: 100%;
    }

    .wetter_c .wetter_day_data .wetter_label
    {
        font-size: 13px;
    }

    .wetter_c .wetter_icon img
    {
        width: 50px;
    }

    .wetter_c .wetter_day_data td
    {
        padding: 0;
    }

    .wetter_c .wetter_icon
    {
        padding: 0 5% 0 0;
        width: 25%;
    }

    .wetter_c .wetter_day_data .wetter_label
    {
        width: 45%;
    }
}

/*GOOGLE-MAPS*/

#maprahmen
{
    border: 1px solid #fff;
    width: 100%;
    text-align: left;
}

#karte
{
    width: 100%;
    height: 400px;
}

#input-hintergrund
{
    background: #f0eeee;
    padding: 5px;
    border: 1px solid #f0eeee;
}

#inputaddress
{
    width: 300px;
    padding: 1px;
    height: 30px;
    border: 1px solid #fff;
    background-color: #fff;
    font-family: 'PT Sans', 'Trebuchet MS', Verdana, 'Lucida Sans', 'sans-serif';
    font-size: 1em;
    color: #65594c;
    margin-right: 15px;
}

#mapsButton
{
    background: #ae8c4d;
    color: #fff;
    font: 400 1.063em/110% Lato, Arial, Helvetica, 'sans-serif';
    padding: 7px 25px;
    border: 2px solid #ae8c4d;
    transition: all .5s;
    text-decoration: none;
    border-radius: 20px;
    cursor: pointer;
}

.mapposition
{
    color: #65594c;
    font-size: 1em;
}

.marker
{
    height: 120px;
    text-align: left;
    width: 300px;
}
