/*
Theme Name: bukowski.ch
Author: LEXO GmbH
Author URI: https://www.lexo.ch/
Version: 1.0
*/

/*
RESIZE BOOTSTRAP CONTAINER
 */

@media (min-width: 1280px) {
    .container {
        width: 1280px;
    }
}

body
{
    background: #fff;
}

body.iphone input,
body.iphone textarea {
    -webkit-border-radius:0;
    border-radius:0;
    box-shadow: none;
    background-clip: padding-box;
}

.leaflet-map,
.team-image,
.wp_gallery_advanced_slider_wrapper img
{
    border: #D6D3C7 1px solid;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.post_content_block img
{
    width: 100%;
}

/*
IMAGES NOT DRAGGABLE
 */
img, .img {
    user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-drag: none;
    -moz-user-select: none;
}

/*
SLICK SLIDER
 */

.slide_prev,
.slide_next
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 24px) !important;
    background: #fff;
    border: #4C4136 2px solid;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin: 0 15px;
    font-size: 48px;
    z-index: 1;
    cursor: pointer;
    transition: all .25s;
}
.slide_prev:focus,
.slide_prev:hover,
.slide_next:focus,
.slide_next:hover
{
    background: #ddd;
}
.slide_prev:focus span:before,
.slide_prev:hover span:before,
.slide_next:focus span:before,
.slide_next:hover span:before
{
    color: #fff !important;
    transition: all .25s;
}
.slide_prev span:before,
.slide_next span:before
{
    color: #01DC23 !important;
}
.slide_prev
{
    left: 0;
}
.slide_next
{
    right: 0;
}
.slide_prev:before
{
    padding-right: 6px;
}
.slide_next:before
{
    padding-left: 6px;
}


/*
TOP IMAGE STYLES
 */
#top-image {
    height: 450px;
    width: 100%;
}

#no-top-image {
    height: 100px;
}

/*
MAIN TITLE
 */
.main-title {
    padding-bottom: 25px !important;
    margin-bottom: 0;
}

/*
HEADER STYLES
 */

header
{
    position: fixed;
    top: 0;
    color: #fff;
    border-top: #E5354E 4px solid;
    width: 100%;
    z-index: 9999;
}

#header-background
{
    background: rgba(0,0,0,0.7);
    height: 86px;
    transition: background-color .25s;
}

header.compact #header-background
{
    background: rgba(0,0,0,0.8);
}

#header-wrapper
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: rgba(255, 255, 255, 0.25) 1px solid;
    height: 100%;
}

.header-left
{
    padding-left: 30px;
}

.header-center
{
    justify-content: center;
    width: 100%;
    max-width: 900px;
    height: 100%;
}

.header-right
{
    justify-content: flex-end;
    padding-right: 30px;
}

.header-left,
.header-right
{
    width: 100%;
    max-width: 350px;
}

.header-left,
.header-center,
.header-right
{
    display: flex;
}

.icon-mouse
{
    margin-left: 1em;
}

#header-image
{
    background: #000;
    height: 100vh;
}

#header-image-layer
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.header-image-info-container
{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    max-width: 900px;
    text-align: center;
}

.header-image-info
{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    overflow: hidden;
}

body:not(.page-template-template-home) .header-image-info
{
    justify-content: center;
}

body.ie .header-image-info p
{
    display: inline-block;
    width: 100%;
}

.header-image-info h1,
.header-image-info p
{
    color: #fff;
}

.header-image-icon-container
{
    display: flex;
    align-items: flex-end;
    height: calc(50vh + 75px);
}

.header-image-scroll-button
{
    position: relative;
    background: none;
    border: none;
    width: 64px;
    margin: auto;
    padding: 0 0 55px;
    font-size: 64px;
}

.header-image-scroll-button > span
{
    display: flex;
    justify-content: center;
}

.header-image-scroll-button span:before
{
    color: #fff !important;
    transition: all .25s;
}

.header-image-scroll-button:focus span:before,
.header-image-scroll-button:hover span:before
{
    color: #E5354E !important;
}

.header-image-scroll-button .path1:before
{
    position: absolute;
    top: 0;
    left: 0;
    transition: top .25s;
}

.header-image-scroll-button:focus .path1:before,
.header-image-scroll-button:hover .path1:before
{
    top: 4px;
}

.header-menu-item
{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    width: 100%;
    max-width: 200px;
    height: 100%;
    padding: 0 15px;
    font-size: 14px;
    font-family: 'Montserrat-Medium', sans-serif;
    text-transform: uppercase;
    transition: background-color .25s;
}

.header-menu-item:hover,
.header-menu-item:focus
{
    background: #E5354E;
}

.header-menu-item > span:first-of-type
{
    display: flex;
    height: 24px;
    margin-bottom: 6px;
    font-size: 24px;
    transform-origin: center;
    transition: transform .35s;
}

.header-menu-item > span:first-of-type img
{
    filter: invert(1);
}

.header-menu-item:hover > span:first-of-type,
.header-menu-item:focus > span:first-of-type
{
    transform: rotateY(180deg);
}

/* REMOTE STYLES */

.remote-button
{
    width: max-content;
}

.remote-button-container
{
    display: flex;
    background: #A3172B;
    border-bottom: #A3172B 3px solid;
    height: 45px;
    border-radius: 4px;
}

.remote-button span
{
    color: #FFF;
}

.remote-icon-container
{
    background: #D0233B;
    border-right: #AF1D31 1px solid;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 8px 0 12px;
    font-size: 43px;
}

.remote-text-container
{
    flex-direction: column;
    background: #E5354E;
    border-left: #F4576E 1px solid;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0 15px 0 10px;
    font-size: 12px;
    transition: background-color .25s;
}

.remote-button-container:hover .remote-text-container,
.remote-button-container:focus .remote-text-container
{
    background: #D0233B;
}

.remote-icon-container,
.remote-text-container
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.remote-title
{
    font-size: 14px;
}

/* SIDEBAR STYLES */

#sidebar
{
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 10;
}

#sidebar-container
{
    display: flex;
    flex-direction: column;
}

#sidebar-container > button,
#sidebar-container > a
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #000;
    background: #fff;
    border: none;
    width: 48px;
    height: 48px;
    font-size: 26px;
    cursor: pointer;
    transition: background-color .25s;
}

#sidebar-container > button > span:not(.sidebar-message-container),
#sidebar-container > a > span
{
    transform-origin: center;
    transition: transform .35s;
}

#sidebar-container > button:focus-within,
#sidebar-container > a:focus-within
{
    background: #eee;
}

#sidebar-container > button:focus-within > span:not(.sidebar-message-container),
#sidebar-container > a:focus-within > span
{
    transform: rotateY(180deg);
}

/* Internet Explorer does not support 'Focus-Within' */
#sidebar-container > button:focus,
#sidebar-container > a:focus,
#sidebar-container > button:hover,
#sidebar-container > a:hover
{
    background: #eee;
}

#sidebar-container > button:focus > span:not(.sidebar-message-container),
#sidebar-container > a:focus > span,
#sidebar-container > button:hover > span:not(.sidebar-message-container),
#sidebar-container > a:hover > span
{
    transform: rotateY(180deg);
}

#sidebar-container > button:first-child,
#sidebar-container > a:first-child
{
    border-top-right-radius: 10px;
}

#sidebar-container > button:last-child,
#sidebar-container > a:last-child
{
    border-bottom-right-radius: 10px;
}

.sidebar-message-container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 48px;
    background: #fff;
    border-radius: 4px;
    filter: drop-shadow(0px 6px 6px #00000025);
    padding: 8px 15px;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    cursor: auto;
    transition: opacity .25s, left .25s;
}

#sidebar-container > button:focus-within .sidebar-message-container,
#sidebar-container > a:focus-within .sidebar-message-container
{
    left: 64px;
    opacity: 1;
    pointer-events: auto;
}

/* Internet Explorer does not support 'Focus-Within' */
#sidebar-container > button:focus .sidebar-message-container,
#sidebar-container > a:focus .sidebar-message-container
{
    left: 64px;
    opacity: 1;
    pointer-events: auto;
}

body.ie .sidebar-message-container
{
    top: 6px;
}

.sidebar-message-container:before
{
    content: '';
    position: absolute;
    left: -3px;
    background: #fff;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

body.ie .sidebar-message-container:before
{
    top: 13px;
}

.sidebar-message-container a
{
    color: #000;
}

/*
FOOTER STYLES
*/

footer
{
    background: #242424;
}

footer,
footer a
{
    color: #fff;
}

#footer-wrapper
{
    height: 100%;
}

.footer-background-image
{
    background: #000;
}

.footer-background-image-layer
{
    display: flex;
    justify-content: center;
}

.footer-solid
{
    background: #3C3B3C;
    padding: 60px 0;
}

.footer-background-image-layer
{
    padding: 95px 0;
}

.footer-lower
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 70px;
    max-width: 1280px;
    margin: auto;
    padding: 0 16px;
}

.footer-left
{
    display: flex;
}

.footer-left span:not(:first-child):before
{
    content: ' ';
    white-space: pre;
}

.copyright-text:before,
.common-nav-link:not(:first-of-type):before
{
    content: ' | ' !important;
}

.footer-copyright,
.footer-nav-links
{
    margin-right: 10px;
}

.footer-copyright,
.footer-nav-links,
.footer-right
{
    display: flex;
    align-items: center;
    height: 70px;
}

.footer-right .social-media-icon:not(:last-of-type)
{
    margin-right: 10px;
}

.footer-menu-items-container
{
    display: flex;
    justify-content: center;
    margin: -115px 24px 0 30px;
}

.footer-menu-item
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: none;
    width: calc(100% - 6px);
    max-width: 460px;
    height: 240px;
    margin-right: 6px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat-Medium';
}

.footer-menu-item
{
    background: #AF2236;
}

.footer-menu-item:nth-child(3)
{
    background: #C92940;
}

.footer-menu-item:nth-child(2)
{
    background: #E5354E;
}

.footer-menu-item:nth-child(1)
{
    background: #EA6679;
}

.footer-menu-item > span:first-of-type
{
    display: flex;
    height: 74px;
    margin-bottom: 45px;
    font-size: 74px;
    transform-origin: center;
    transition: transform .35s;
}

.footer-menu-item > span:first-of-type img
{
    filter: invert(1);
}

.footer-menu-item:hover > span:first-of-type,
.footer-menu-item:focus > span:first-of-type
{

    transform: rotateY(180deg);
}

/* COPYRIGHT STYLES */

.copyright-name,
.copyright-text
{
    text-transform: uppercase;
}

/* SEPARATOR LINE */

.separator-line
{
    display: flex;
    width: 100%;
    height: 12px;
}

.separator-line-inner
{
    width: 25%;
    height: 100%;
}

.separator-line-inner:nth-child(1)
{
    background: #EA6679;
}

.separator-line-inner:nth-child(2)
{
    background: #E5354E;
}

.separator-line-inner:nth-child(3)
{
    background: #C92940;
}

.separator-line-inner:nth-child(4)
{
    background: #AF2236;
}

/* SOCIAL MEDIA ICONS */

.social-media-icon
{
    color: #a7a7a7;
    font-size: 36px;
    transition: color .25s;
}

.social-media-icon:focus,
.social-media-icon:hover
{
    color: #fff;
}

/*
SECTIONS
*/

#page-content-inner.force-white p,
#page-content-inner.force-white a,
#page-content-inner.force-white span,
#page-content-inner.force-white h1,
#page-content-inner.force-white h2
{
    color: #FFF;
}

.section-background-image
{
    background: #000;
}

.section-background-image-layer
{
    display: flex;
    justify-content: center;
}

.section-info
{
    width: 100%;
    max-width: 900px;
    padding: 0 16px;
    text-align: center;
    overflow: hidden;
}

.section-info h2
{
    margin-top: 0;
}

.section-info p
{
    margin: 0;
}

.section-info h2,
.section-info p
{
    color: #fff;
}

.section-info .title_underline:after
{
    background: #fff;
    width: 131px;
    margin: 35px auto;
}

.section-background-image-layer
{
    padding: 95px 0 180px;
}

.section-content-body
{
    position: relative;
    background: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    min-height: 200px;
    margin-top: -85px;
    padding: 55px 30px 75px;
}

.section-content-body:before,
.section-content-body:after
{
    position: absolute;
    top: 85px;
    content: '';
    border-style: solid;
}

.section-content-body:before
{
    left: -14px;
    border-width: 0 14px 90px 0;
    border-color: transparent #ebebeb transparent transparent;
}

.section-content-body:after
{
    right: -14px;
    border-width: 90px 14px 0 0;
    border-color: #ebebeb transparent transparent transparent;
}

.section-content-multi-wrapper,
.section-content-imagestandard-wrapper
{
    display: flex;
}

.section-content-multi-tabs,
.section-content-imagestandard-image
{
    position: relative;
    z-index: 1;
}

.section-content-multi-tabs:after,
.section-content-imagestandard-image:after
{
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background: #e6e6e6;
    width: 1px;
    height: 100%;
}

.section-content-imagestandard-image:before
{
    position: absolute;
    top: 36px;
    right: -10px;
    content: '';
    background: #fff;
    border: #e6e6e6 1px solid;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 1;
}

.section-content-imagestandard-image img
{
    border-radius: 4px;
    width: 100%;
}

.section-content-multi-tab-select-switcher
{
    background: transparent;
    border: #dadada 1px solid;
    width: 100%;
    height: auto;
    padding: 13px 40px 12px 13px;
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: normal;
    white-space: initial;
}

.nice-select:after
{
    display: none;
}

.nice-select:before
{
    position: absolute;
    top: 50%;
    right: 15px;
    content: '\e924';
    color: #090909;
    margin-top: -5px;
    font-family: 'icomoon';
    font-size: 10px;
    line-height: 10px;
}

.nice-select .list
{
    width: 100%;
}

.nice-select .list li:before
{
    display: none;
}

.nice-select .list li
{
    margin-bottom: 0;
    padding: 13px 13px 12px;
    line-height: normal;
    min-height: auto;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus
{
    background-color: #dadada;
}

.section-content-multi-tab-switcher
{
    display: flex;
    align-items: center;
    position: relative;
    color: #000;
    background: #F5F5F5;
    border: none;
    border-bottom: #E0E0E0 2px solid;
    border-radius: 4px;
    width: 100%;
    height: 72px;
    margin-bottom: 4px;
    padding: 0 25px;
    font-family: 'Montserrat-Regular';
    font-size: 16px;
    text-transform: uppercase;
    user-select: none;
    transition: color .25s, background-color .25s, border .25s;
}

.section-content-multi-tab-switcher img
{
    transition: filter .25s;
}

.section-content-multi-tab-switcher.active,
.section-content-multi-tab-switcher:hover,
.section-content-multi-tab-switcher:focus
{
    color: #fff;
    background-color: #E5354E;
    border-bottom-color: #A3172B;
}

.section-content-multi-tab-switcher.active img,
.section-content-multi-tab-switcher:hover img,
.section-content-multi-tab-switcher:focus img
{
    filter: invert(1);
}

.section-content-multi-tab-switcher > span:first-of-type
{
    width: 64px;
    text-align: left;
    font-size: 36px;
}

.section-content-multi-tab-switcher:after
{
    position: absolute;
    top: 50%;
    right: -50px;
    content: '';
    background: #fff;
    border: #e6e6e6 1px solid;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    transform: rotate(45deg);
    pointer-events: none;
    z-index: 1;
    transition: right .25s;
}

.section-content-multi-tab-switcher.active:after,
.section-content-multi-tab-switcher:hover:after,
.section-content-multi-tab-switcher:focus:after
{
    right: -40px;
}

.section-content-gallery-container
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -115px 0 0 30px;
}

.section-content-gallery-item
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    border: none;
    margin: 0 30px 30px 0;
    padding: 0;
    cursor: auto;
    overflow: hidden;
}

.section-content-gallery-item img
{
    width: 100%;
}

.section-content-gallery-item-info-container
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    padding: 64px;
    transition: top .25s;
}

.section-content-gallery-item:hover .section-content-gallery-item-info-container,
.section-content-gallery-item:focus .section-content-gallery-item-info-container
{
    top: 0;
}

.section-content-gallery-item .section-content-gallery-item-info-container:focus-within
{
    top: 0;
}

.section-content-gallery-item-info-container *
{
    z-index: 20;
}

.section-content-gallery-item-info-container *:not(:last-child)
{
    margin-bottom: 4px;
}

.section-content-gallery-item-info-container span:last-of-type
{
    font-family: 'Montserrat-Medium';
}

.section-gallery
{
    z-index: 10;
}

/* GENERAL FORM */

form em
{
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.form-input
{
    width: 100%;
    height: 48px;
    padding: 15px 32px 15px 12px;
    margin-bottom: 8px;
    border: #D3D3D3 1px solid;
    border-radius: 4px;
    font-size: 16px;
}

.form-input:focus::placeholder
{
    color: transparent;
}

.form-field-wrap.field-required
{
    position: relative;
}

.form-field-wrap.field-required:after
{
    position: absolute;
    top: 20px;
    right: 14px;
    content: '*';
    color: #9C9C9C;
    font-size: 16px;
    font-family: 'Montserrat-Light';
    line-height: 1;
}

textarea.form-input
{
    height: 165px;
    resize: none;
}

.form-submit-button
{
    min-width: 155px;
}

#contact-form .submit-col
{
    text-align: center;
}

input#securityCode
{
    padding: 10px 15px;
    border: #D3D3D3 1px solid;
    border-radius: 4px;
}

#l-notify
{
    position: fixed;
    bottom: 0;
    z-index: 1100;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(1, 220, 35, 0.8);
    border-top: 1px solid #fff;
    padding: 25px 15px;
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.3em;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transition: transform .25s, opacity .25s, visibility .25s;
    -moz-transition: transform .25s, opacity .25s, visibility .25s;
    -o-transition: transform .25s, opacity .25s, visibility .25s;
    transition: transform .25s, opacity .25s, visibility .25s;
}


#l-notify.l-error
{
    border-top: 1px solid #fff;
    background-color: rgba(255, 0, 0, 0.8);
}

#l-notify.active
{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

/* CONTACT INFO */

.contact-info-wrapper
{
    margin-bottom: 25px;
}

.contact-info-container,
.contact-info-details
{
    display: flex;
}

.contact-info-container:not(:last-of-type)
{
    margin-bottom: 20px;
}

.contact-info-details
{
    flex-direction: column;
}

.contact-info-container > span
{
    margin-right: 20px;
    font-size: 32px;
}

/* CUSTOM GALLERY */
.custom_gallery_columns > div {
    width: 33.333%;
    overflow: hidden;
}
.custom_gallery_columns .wp_gallery_advanced_image {
    background-size: cover;
    background-position: center;
}

.custom_gallery_columns .wp_gallery_advanced_image {
    transition: transform 2s cubic-bezier(.39,.575,.565,1);
}
.custom_gallery_columns .wp_gallery_advanced_image:hover {
    transform: scale(1.02);
}
.wp_custom_gallery_wrapper {
    padding-top: 34px;
}

@media (max-width: 900px) {
    .custom_gallery_columns > div {
        width: 50%;
    }
}
@media (max-width: 575px) {
    .custom_gallery_columns > div {
        width: 100%;
    }
}


/*
 *
 * Accordion
 *
 */

.accordion
{
    border-bottom: 2px solid #E0E0E0;
    padding: 15px 0;
}

.accordion:first-of-type
{
    border-top: 2px solid #E0E0E0;
}

.accordion-wrapper
{
    margin-bottom: 15px;
}

.accordion-header
{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.accordion-title
{
    font-size: 2rem;
    color: #4C4136;
}

.accordion-content
{
    display: none;
    padding-top: 15px;
}

.accordion-button
{
    position: relative;
    color: #4C4136;
    font-size: 32px;
    transform-origin: 16px 16px;
    transform: rotate(0);
    transition: all .25s;
    pointer-events: none;
}

.accordion-button span:before
{
    transition: color .25s;
}

.accordion:not(.open) .accordion-button span:before
{
    color: #4C4136 !important;
}

.accordion.open .accordion-button
{
    transform: rotate(45deg);
}

@media (max-width: 1200px) {

    /* FONT SIZES*/

    .ts_72
    {
        font-size: 6rem;
        line-height: 1.24em;
    }

    h2, .h2, h1, .h1, .ts_48 {
        font-size: 4rem;
        line-height: 1.24em;
    }

    h3, .h3, .ts_40 {
        font-size: 3.2rem;
        line-height: 1.24em;
    }

    h4, .h4, .ts_30  {
        font-size: 2.5rem;
        line-height: 1.24em;
    }

    h5,.h5, .ts_25  {
        font-size: 2rem;
        line-height: 1.27em;
    }

    .ts_20, p, .p {
        font-size: 1.6rem;
        line-height: 1.26em;
    }

    .ts_37 {
        font-size: 3.2rem;
        line-height: 1.23em;
    }

    .ts_35 {
        font-size: 3rem;
        line-height: 1.27em;
    }

    .ts_23 {
        font-size: 1.9rem;
        line-height: 1.22em;
    }

    .ts_21 {
        font-size: 1.8rem;
        line-height: 1.35em;
    }

    .ts_16 {
        font-size: 1.4rem;
        line-height: 1.3em;
    }

    .ts_15 {
        font-size: 1.3rem;
        line-height: 1.3em;
    }

    .ts_14 {
        font-size: 1.3rem;
        line-height: 1.3em;
    }

    .row_container {
        padding-top: 65px;
    }

    .footer-icons
    {
        font-size: 7.5rem;
    }
}

@media (max-width: 992px) {
    body {
        font-size: 1.2rem;
    }

    /* FONT SIZES */

    .ts_72
    {
        font-size: 4.8rem;
        line-height: 1.24em;
    }

    h2, .h2, h1, .h1, .ts_48 {
        font-size: 3.8rem;
        line-height: 1.24em;
    }

    h3, .h3, .ts_40 {
        font-size: 2.4rem;
        line-height: 1.24em;
    }

    h4, .h4, .ts_30  {
        font-size: 1.8rem;
        line-height: 1.24em;
    }

    h5,.h5, .ts_25  {
        font-size: 1.8rem;
        line-height: 1.27em;
    }

    .ts_20, p, .p {
        font-size: 1.4rem;
        line-height: 1.26em;
    }

    .ts_37 {
        font-size: 2.8rem;
        line-height: 1.23em;
    }

    .ts_35 {
        font-size: 2.5rem;
        line-height: 1.27em;
    }

    .ts_23 {
        font-size: 1.6rem;
        line-height: 1.22em;
    }

    .ts_21 {
        font-size: 1.5rem;
        line-height: 1.35em;
    }

    .ts_16 {
        font-size: 1.3rem;
        line-height: 1.3em;
    }

    .ts_15 {
        font-size: 1.2rem;
        line-height: 1.3em;
    }

    .ts_14 {
        font-size: 1.2rem;
    }

    .footer-icons
    {
        font-size: 6.5rem;
    }
}

@media (max-width: 768px) {
    body {
        font-size: 1.2rem;
    }

    /* FONT SIZES */

    .ts_72
    {
        font-size: 4rem;
        line-height: 1.24em;
    }

    h2, .h2, h1, .h1, .ts_48 {
        font-size: 2.8rem;
        line-height: 1.24em;
    }

    h3, .h3, .ts_40 {
        font-size: 2rem;
        line-height: 1.24em;
    }

    h4, .h4, .ts_30  {
        font-size: 1.5rem;
        line-height: 1.24em;
    }

    h5,.h5, .ts_25  {
        font-size: 1.5rem;
        line-height: 1.27em;
    }

    .ts_20, p, .p {
        font-size: 1.4rem;
        line-height: 1.26em;
    }

    .ts_37 {
        font-size: 2.8rem;
        line-height: 1.23em;
    }

    .ts_35 {
        font-size: 2.5rem;
        line-height: 1.27em;
    }

    .ts_23 {
        font-size: 1.6rem;
        line-height: 1.22em;
    }

    .ts_21 {
        font-size: 1.5rem;
        line-height: 1.35em;
    }

    .ts_16 {
        font-size: 1.3rem;
        line-height: 1.3em;
    }

    .ts_15 {
        font-size: 1.2rem;
        line-height: 1.3em;
    }

    .ts_14 {
        font-size: 1.2rem;
        line-height: 1.3em;
    }

    .footer-icons
    {
        font-size: 6.5rem;
    }
}

/* QUEUED ANIMATIONS */

.animaClassDownUp
{
    opacity: 0;
    position: relative;
    -webkit-transform: translate3d(0,20%,0);
    -moz-transform: translate3d(0,20%,0);
    -ms-transform: translate3d(0,20%,0);
    -o-transform: translate3d(0,20%,0);
    transform: translate3d(0,20%,0);
    -webkit-transition: transform 1s, opacity 1s, visibility 1s;
    -moz-transition: transform 1s, opacity 1s, visibility 1s;
    -o-transition: transform 1s, opacity 1s, visibility 1s;
    transition: transform 1s, opacity 1s, visibility 1s;
}

.animaClassDownUp.fixedtransition
{
    -webkit-transform: translate3d(0,25px,0);
    -moz-transform: translate3d(0,25px,0);
    -ms-transform: translate3d(0,25px,0);
    -o-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
}

.animaClassLeftRight
{
    opacity: 0;
    position: relative;
    -webkit-transform: translate3d(-20%,0,0);
    -moz-transform: translate3d(-20%,0,0);
    -ms-transform: translate3d(-20%,0,0);
    -o-transform: translate3d(-20%,0,0);
    transform: translate3d(-20%,0,0);
    -webkit-transition: transform 1s, opacity 1s, visibility 1s;
    -moz-transition: transform 1s, opacity 1s, visibility 1s;
    -o-transition: transform 1s, opacity 1s, visibility 1s;
    transition: transform 1s, opacity 1s, visibility 1s;
}

.animaClassLeftRight.fixedtransition
{
    -webkit-transform: translate3d(-25px,0,0);
    -moz-transform: translate3d(-25px,0,0);
    -ms-transform: translate3d(-25px,0,0);
    -o-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
}

.animaClassRightLeft
{
    opacity: 0;
    position: relative;
    -webkit-transform: translate3d(20%,0,0);
    -moz-transform: translate3d(20%,0,0);
    -ms-transform: translate3d(20%,0,0);
    -o-transform: translate3d(20%,0,0);
    transform: translate3d(20%,0,0);
    -webkit-transition: transform 1s, opacity 1s, visibility 1s;
    -moz-transition: transform 1s, opacity 1s, visibility 1s;
    -o-transition: transform 1s, opacity 1s, visibility 1s;
    transition: transform 1s, opacity 1s, visibility 1s;
}

.animaClassRightLeft.fixedtransition
{
    -webkit-transform: translate3d(25px,0,0);
    -moz-transform: translate3d(25px,0,0);
    -ms-transform: translate3d(25px,0,0);
    -o-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
}

.animaClassUpDown
{
    opacity: 0;
    position: relative;
    -webkit-transform: translate3d(0,-20%,0);
    -moz-transform: translate3d(0,-20%,0);
    -ms-transform: translate3d(0,-20%,0);
    -o-transform: translate3d(0,-20%,0);
    transform: translate3d(0,-20%,0);
    -webkit-transition: transform 1s, opacity 1s, visibility 1s;
    -moz-transition: transform 1s, opacity 1s, visibility 1s;
    -o-transition: transform 1s, opacity 1s, visibility 1s;
    transition: transform 1s, opacity 1s, visibility 1s;
}

.animaClassUpDown.fixedtransition
{
    -webkit-transform: translate3d(0,-25px,0);
    -moz-transform: translate3d(0,-25px,0);
    -ms-transform: translate3d(0,-25px,0);
    -o-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
}

.queued_anim.animaClassActive
{
    opacity: 1 !important;
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    -ms-transform: translate3d(0,0,0) !important;
    -o-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
    -webkit-transition: transform 1s, opacity 1s, visibility 1s;
    -moz-transition: transform 1s, opacity 1s, visibility 1s;
    -o-transition: transform 1s, opacity 1s, visibility 1s;
    transition: transform 1s, opacity 1s, visibility 1s;
}


/*
MEDIA QUERIES
 */

@media (max-width: 1600px)
{
    .header-center
    {
        display: none;
    }
}

@media (max-width: 1246px)
{
    .section-content-gallery-item
    {
        margin-right: 0;
    }
}

@media (min-width: 1201px)
{
    .submenu-opener,
    .show-only-mobile
    {
        display: none !important;
    }
}

@media (max-width: 1200px)
{
    .footer-menu-item
    {
        width: calc(33% - 6px);
        margin-bottom: 6px;
    }

    .section-content-gallery-container,
    .footer-menu-items-container
    {
        flex-wrap: wrap;
    }

    .hide-on-mobile
    {
        display: none !important;
    }
}

.scrollbar-lock
{
    overflow-y: hidden;
    touch-action: none;
    -ms-touch-action: none;
}

@media (min-width: 993px)
{
    .section-content-multi-tabs,
    .section-content-imagestandard-image
    {
        width: 37%;
        margin-right: 30px;
        padding-right: 30px;
        padding-bottom: 3px;
        overflow: hidden;
    }

    .section-content-multi-body,
    .section-content-imagestandard-body
    {
        width: 63%;
    }

    .section-content-multi-tab-select-switcher
    {
        display: none;
    }
}

@media (max-width: 992px)
{
    .section-content-gallery-item-info-container
    {
        top: 0;
    }

    .section-content-gallery-item
    {
        width: calc(100% - 30px);
    }

    .section-content-gallery-item:last-of-type
    {
        margin-bottom: 0;
    }

    .section-content-imagestandard-image,
    .section-content-multi-tabs
    {
        margin-bottom: 24px;
    }

    .section-content-imagestandard-image
    {
        text-align: center;
    }

    .section-content-imagestandard-image img
    {
        width: 50%;
    }

    .section-content-multi-wrapper,
    .section-content-imagestandard-wrapper
    {
        flex-direction: column;
    }

    .section-content-multi-tabs:after,
    .section-content-imagestandard-image:before,
    .section-content-imagestandard-image:after,
    .section-content-multi-tab-switcher
    {
        display: none;
    }

    .header-left
    {
        padding-left: 15px;
    }

    .header-right
    {
        padding-right: 15px;
    }

    .section-content-body
    {
        margin-top: 0;
        padding: 24px 0 30px;
    }

    .section-content-body:before,
    .section-content-body:after
    {
        display: none;
    }

    .section-background-image-layer,
    .footer-background-image-layer,
    .footer-solid,
    .section-solid
    {
        padding: 35px 0;
    }

    .section-content-gallery-container
    {
        margin: 0;
    }

    .footer-menu-items-container
    {
        display: flex;
        justify-content: center;
        margin: 0 9px 0 15px;
    }

    .footer-lower
    {
        justify-content: center;
        padding: 0 8px;
    }
}

@media (min-width: 768px)
{
    #contact-form .submit-col
    {
        text-align: right;
    }

    #contact-form div.col-xs-6:nth-child(odd),
    #contact-form div.col-sm-6:nth-child(odd),
    #contact-form div.col-md-6:nth-child(odd),
    #contact-form div.col-lg-6:nth-child(odd)
    {
        padding-right: 4px;
    }

    #contact-form div.col-xs-6:nth-child(even),
    #contact-form div.col-sm-6:nth-child(even),
    #contact-form div.col-md-6:nth-child(even),
    #contact-form div.col-lg-6:nth-child(even)
    {
        padding-left: 4px;
    }
}

@media (max-width: 768px)
{
    .footer-menu-item
    {
        width: calc(50% - 6px);
    }

    .section-background-image-layer,
    .footer-background-image-layer,
    .footer-solid,
    .section-solid
    {
        padding: 25px 0;
    }

    .footer-copyright,
    .footer-nav-links,
    .footer-right
    {
        height: auto;
    }

    .footer-lower,
    .footer-left,
    .footer-copyright
    {
        padding-bottom: 25px;
    }

    .footer-left
    {
        flex-direction: column;
        align-items: center;
    }

    .footer-lower
    {
        flex-direction: column;
        padding-top: 25px;
    }

    #sidebar,
    .remote-button,
    .header-image-scroll-button
    {
        display: none;
    }
}

@media (max-width: 425px)
{
    .footer-menu-item
    {
        width: calc(100% - 6px);
    }

    .copyright-text:before
    {
        content: none !important;
    }

    .footer-copyright
    {
        flex-direction: column;
    }
}