/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/* WPML Development site message */
.otgs-development-site-front-end {display:none}


/*
    ========================
            VARIABLES
    ========================
*/

@font-face {
    font-family: 'soehne-buch';
    src:url('../fonts/soehne-buch.woff2') format('woff2'),
        url('../fonts/soehne-buch.ttf') format('truetype');
}

@font-face {
    font-family: 'soehne-halbfett';
    src:url('../fonts/soehne-halbfett.woff2') format('woff2'),
        url('../fonts/soehne-halbfett.ttf') format('truetype');
}

@font-face {
    font-family: 'soehne-kraftig';
    src:url('../fonts/soehne-kraftig.woff2') format('woff2'),
        url('../fonts/soehne-kraftig.ttf') format('truetype');
}

@font-face {
    font-family: 'tiempos-fine-medium'; /* Tiempos Fine Medium */
    src:url('../fonts/tiempos-fine-medium.woff2') format('woff2'),
        url('../fonts/tiempos-fine-medium.ttf') format('truetype');
    font-weight: 500; 
}

@font-face {
    font-family: 'tiempos-fine-regular'; /* Tiempos Fine Regular Italic */
    src:url('../fonts/tiempos-fine-regular-italic.woff2') format('woff2'),
        url('../fonts/tiempos-fine-regular-italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}


:root {

    /* COLORS */
    --black: #353535;
    --carcoal: #353535;
    
    --white: #FFFFFF;
    --gray: #F7F7F7;
    --gray-dark: #696969;

    --red: #7E1918;
    --gold-dark: #837639;
    --gold-main: #A29555;
    --gold-light: #C6BC8A;
    
    --forest: #19473D;
    --peach: #E49782;
    

    /* ICONS */
    --arrow-white: url(/wp-content/uploads/arrow_white.svg);
    --arrow-gold: url(/wp-content/uploads/arrow_gold.svg);
    --arrow-gold-light: url(/wp-content/uploads/arrow_gold_light.svg);
    --arrow-red: url(/wp-content/uploads/arrow_red.svg);

}




/*
    ========================
            SPACING
    ========================
*/

.fl-row:not(.nopadding) >.fl-row-content-wrap >.fl-row-content {
    padding-left: 70px;
    padding-right: 70px;
}




/*
    ========================
             SETUP
    ========================
*/

html, body { 
    overflow-x: hidden;
}

/* deactivate accordion outines */
.fl-accordion .fl-accordion-button-label {
    outline: none;
}

.fl-accordion .fl-accordion-button-icon {
    outline: none;
}

.mobile_only {display:none}

.fl-builder-edit header.fl-page-header {display:none !important}



/*
    ========================
            TYPOGRAPHY
    ========================
*/



html, body { 
    font-size: 16px !important;
    color: var(--black);
    font-family: "soehne-buch";
}

strong, b, .fl-builder-content .fl-rich-text strong {
    /* font-weight: initial; */
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

h1, .h1, .h1 p, .h1 .fl-heading {
    font-family: "tiempos-fine-medium";
    font-size: 68px;
    font-size: 4.25rem;
    line-height: 78px;
    line-height: 4.88rem;
}

h1.large, h1 .large, .large h1 {
    font-size: 80px;
    font-size: 5rem;
    line-height: 99px;
    line-height: 6.19rem;
}

h2, .h2, .h2 p, .h2 .fl-heading {
    font-family: "tiempos-fine-medium";
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 68px;
    line-height: 4.25rem;
}
.h2_subheadline p, p.h2_subheadline {
    font-family: "soehne-halbfett";
    font-weight: normal;
    font-size: 19px;
    font-size: 1.19rem;
    letter-spacing: 0.15em;
    line-height: 30px;
    line-height: 1.88rem;
    text-transform:uppercase;
}

h3, .h3, .h3 p, .h3 .fl-heading {
    font-family: "tiempos-fine-medium";
    font-size: 42px;
    font-size: 2.63rem;
    line-height: 46px;
    line-height: 2.88rem;
}

h4, .h4, .h4 p, .h4 .fl-heading {
    font-family: "tiempos-fine-medium";
    font-size: 22px;
    font-size: 1.38rem;
    line-height: 46px;
    line-height: 2.88rem;
}


p, .p, ul, ol {
    font-family: "soehne-buch";
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.63rem;
    margin-bottom: 26px;

}

.large, p.large, p .large, .large p,
.large ol, ol.large, .large ul, ul.large {
    font-family: "soehne-buch";
    font-weight: normal;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
}

.small, p.small, p .small, .small p,
.small ol, ol.small, .small ul, ul.small {
    font-size: 14px;
    font-size: 0.88rem;
    line-height: 28px;
    line-height: 1.75rem;
        margin-bottom: 4px;
}

li:not(.mainmenu_item) a:not(.arrowlink):not(.btn-round):not(.btn-square), 
p a:not(.arrowlink):not(.btn-round):not(.btn-square) {
    color: var(--black);
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(var(--gold-main), var(--gold-main));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size 250ms ease-in-out;
    display:inline;
}


ul, ol {
    padding-inline-start: 21px;
}

/* .fl-rich-text a, */
a.arrowlink,
.fl-module-button.arrowlink  a.fl-button, 
.fl-module-button-group.arrowlink a.fl-button
 {
  text-decoration: none;
  background-image: linear-gradient(var(--gold-main), var(--gold-main));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  transition: background-size 250ms ease-in-out;
  display:inline;
}



/* a[target="_blank"]:not(.uabb-ss-grid-button-link):not(.arrowlink):not(.button_white):after,
a[target="_blank"]:not(.uabb-ss-grid-button-link):not(.arrowlink):not(.button_white):hover:after { */


a.external_link_icon:after,
a.external_link_icon:hover:after,
.external_link_icon a:after,
.external_link_icon a:hover:after {
    content: "";
    margin: 0 3px 0 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    opacity: 0.75;
    margin-left: -20px;
    transform: translateX(30px);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xNCA0aC0xM3YxOGgyMHYtMTFoMXYxMmgtMjJ2LTIwaDE0djF6bTEwIDVoLTF2LTYuMjkzbC0xMS42NDYgMTEuNjQ3LS43MDgtLjcwOCAxMS42NDctMTEuNjQ2aC02LjI5M3YtMWg4djh6Ii8+PC9zdmc+) !important;
}





li a:not(.arrowlink):not(.btn-round):not(.btn-square):hover,
p a:not(.arrowlink):not(.btn-round):not(.btn-square):hover,
a.arrowlink:hover,
.fl-module-button.arrowlink a.fl-button:hover, 
.fl-module-button-group.arrowlink a.fl-button:hover,
.posts .post h3 a:hover  {
  animation: .6s underline;
}



@keyframes underline {
    from {background-size: 0% 1px;}
    to {background-size: 100% 1px;}
}


/* a.arrowlink,
.arrowlink a {
    padding-left: 15px;
    transition: all .5s ease;
}

a:hover.arrowlink,
.arrowlink a:hover {
    padding-left:25px;
} */

strong {font-family:'soehne-kraftig'}


.alignnone {
    margin: 0px;
    margin-left: 10px;
    margin-bottom: 3px;
}



.number_stat p {
    font-family: "tiempos-fine-medium";
    font-size: 70px;
    font-size: 4.38rem;
    line-height: 85px;
    line-height: 5.31rem;
}

blockquote p:before {
    content:"";
    width:43px;
    height:32px;
    background:url(/wp-content/uploads/quote_gold.svg) center center / contain no-repeat;
    display:block;
    margin-right:46px;
    position:relative;
    top:10px;
}

blockquote  {
    padding: 0;
    margin: 0;
    border-left: 0;
}
blockquote p {
    display: grid;
    grid-template-columns: 90px auto;
    font-family: "tiempos-fine-regular";
    font-style: italic;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 52px;
    line-height: 3.25rem;
    color:var(--red);
}

blockquote + p {
    padding-left: 90px;
    font-family: soehne-halbfett;
    font-style: italic;
    /* font-weight: bold; */
}


.search_for {
    text-align: center;
    color: var(--gold-light);
    font-size: 20px;
    margin-top: 10px;
    margin-bottom:0
}



/*
    ========================
             ASSETS
    ========================
*/



/* Accessibility: External link new window */
a, a.acc_external_link, .acc_external_link a {position:relative;}

a.acc_external_link .acc_external, 
.acc_external_link a .acc_external, 
a .acc_external, 
.acc_external {
    position: fixed;
    background: var(--gold-main);
    color: var(--white) !important;
    padding: 11px 20px 13px;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    font-family: 'soehne-kraftig';
    transform: scale(1.07) translate(60px,10px);
    visibility: hidden;
    /* text-transform: uppercase; */
    opacity: 0 !important;
    left: -99999px;
    z-index: 999;
    margin: 6px;
    border-radius: 34px;
    text-align: center;
    font-style: normal;
}
.slider_readmore .acc_external {transform: scale(1.07) translate(-50px,25px);}

a.acc_external_link:hover .acc_external, 
.acc_external_link a:hover .acc_external,
a:hover .acc_external
{
    visibility: visible;
    opacity: 1;
    
}

a.acc_external_link:focus .acc_external, 
.acc_external_link a:focus .acc_external,
a:focus .acc_external
{
    top:35px !important;
    left:-10px !important;
    position:absolute;
    visibility: visible;
    opacity: 1;
    transform:initial !important;
    
    
}

a .acc_external_icon
{
    position: relative;
    top: 1px;
    margin-left: 5px;
}


.fa-solid.fa-arrow-up-long:before {
    content: "\f176";
    font-family: "Font Awesome 5 Pro";
    font-style: initial;
    display: inline-block;
    transform: rotate(45deg) translate(2px, -6px);
    background: var(--white);
    border-radius: 100px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    color: var(--gold-main);
    line-height: 0;
    padding: 7px 1px 3px 5px;
}

.fa-solid.fa-arrow-up-long.background_blue:before {background:var(--gold-main)}
.fa-solid.fa-arrow-up-long.color_white:before {color:var(--white)}




/*============
    BUTTONS
=============*/


/* Buttons General Style */
    .fl-module-button a.fl-button,
    .fl-module-button-group a.fl-button,
    div.wpforms-container-full button.wpforms-submit,
    a.arrowlink {
        font-family: "soehne-kraftig";
        font-size: 19px;
        font-size: 1.19rem;
        line-height: 28px;
        line-height: 1.75rem;
        color: #fff;
        border:0;
        padding:10px 20px;
        border-radius:0;
        position:relative;
    }

/* Button Gold */
    .fl-module-button.button_gold a.fl-button,
    .fl-module-button-group.button_gold a.fl-button,
    a.arrowlink.button_gold,
    div.wpforms-container-full button.wpforms-submit{
        background:var(--gold-main);
        padding: 7px 24px;
    }

/* Button Trans */
    .fl-module-button.button_trans a.fl-button,
    .fl-module-button-group.button_trans a.fl-button,
    a.arrowlink.button_trans {    
        background:transparent;
        padding: 15px 24px;
        border:2px solid var(--gold-light);
    }    

/* Button White */
    .fl-module-button.button_white a.fl-button,
    .fl-module-button-group.button_white a.fl-button,
    a.arrowlink.button_white,
    div.wpforms-container-full button.wpforms-submit{
        border:2px solid var(--gold-main);
        padding: 15px 24px;
            min-width: 170px;
    }

    .fl-module-button.button_white a.fl-button:hover,
    .fl-module-button.button_white a.fl-button:focus,
    .fl-module-button-group.button_white a.fl-button:hover,
    .fl-module-button-group.button_white a.fl-button:focus,
    a.arrowlink.button_white:hover,
    a.arrowlink.button_white:focus,
    div.wpforms-container-full button.wpforms-submit:hover{
        background:var(--gold-main);
        color:var(--white);
    }

    .fl-module-button.button_white a.fl-button:after,
    .fl-module-button-group.button_white a.fl-button:after,
    a.arrowlink.button_white:after,
    .fl-module-button.button_trans a.fl-button:after,
    .fl-module-button-group.button_trans a.fl-button:after,
    a.arrowlink.button_trans:after,
    .fl-module-button.button_black a.fl-button:after,
    .fl-module-button-group.button_black a.fl-button:after,
    a.arrowlink.button_black:after,
    a.arrowlink.arrow_gold:after,
    div.wpforms-container-full button.wpforms-submit:after {
        content:"";
        background-image:var(--arrow-gold);
        background-size:contain;
        width:22px;
        height:18px;
        margin-left:20px;
        display:inline-block;
        position:relative;
        transition: all 0.75s ease;
            top: 3px;
    }
    div.wpforms-container-full button.wpforms-submit:after {background-image:none;}

    .fl-module-button.button_white.button_white_override a.fl-button:after,
    .fl-module-button.button_white.button_white_override:hover a.fl-button:after {
        background-image:var(--arrow-white) !important;
    }


    .fl-module-button.button_white.back a.fl-button:after {display:none}
    .fl-module-button.button_white.back a.fl-button:before {
        content:"";
        background-image:var(--arrow-gold);
        background-size:contain;
        width:22px;
        height:18px;
        margin-right:20px;
        display:inline-block;
        position:relative;
        transition: all 0.75s ease;
        transform:rotate(180deg);
    }
    .fl-module-button.button_white.back a.fl-button:hover:before,
    .fl-module-button.button_white.back a.fl-button:focus:before {
        background-image:var(--arrow-white);
    }



    .fl-module-button.button_trans.arrow_gold_light a.fl-button:after,
    .fl-module-button-group.button_trans.arrow_gold_light a.fl-button:after,
    a.arrowlink.button_trans.arrow_gold_light:after,
    .fl-module-button.button_white.arrow_gold_light a.fl-button:after,
    .fl-module-button-group.button_white.arrow_gold_light a.fl-button:after,
    a.arrowlink.button_white.arrow_gold_light:after,
    .fl-module-button.button_black.arrow_gold_light a.fl-button:after,
    .fl-module-button-group.button_black.arrow_gold_light a.fl-button:after,
    a.arrowlink.button_black.arrow_gold_light:after {
        background-image:var(--arrow-gold-light);
    }

    .fl-module-button.button_trans a.fl-button:hover:after,
    .fl-module-button.button_trans a.fl-button:focus:after,
    .fl-module-button-group.button_trans a.fl-button:hover:after,
    .fl-module-button-group.button_trans a.fl-button:focus:after,
    a.arrowlink.button_trans:after,
    a.arrowlink.button_trans:focus,
    .fl-module-button.button_white a.fl-button:hover:after,
    .fl-module-button.button_white a.fl-button:focus:after,
    .fl-module-button-group.button_white a.fl-button:hover:after,
    .fl-module-button-group.button_white a.fl-button:focus:after,
    a.arrowlink.button_white:after,
    a.arrowlink.button_white:focus,
    .fl-module-button.button_black a.fl-button:hover:after,
    .fl-module-button.button_black a.fl-button:focus:after,
    .fl-module-button-group.button_black a.fl-button:hover:after,
    .fl-module-button-group.button_black a.fl-button:focus:after,
    a.arrowlink.button_black:after,
    a.arrowlink.button_black:focus,
    .fl-module-button.button_red a.fl-button:hover:after,
    .fl-module-button.button_red a.fl-button:focus:after,
    .fl-module-button-group.button_red a.fl-button:hover:after,
    .fl-module-button-group.button_red a.fl-button:focus:after,
    a.arrowlink.button_red:after,
    a.arrowlink.button_red:focus {
        background-image:var(--arrow-white);
    }


/* Button Black */
    .fl-module-button.button_black a.fl-button span {color:var(--white);}
    .fl-module-button.button_black a.fl-button,
    .fl-module-button-group.button_black a.fl-button,
    a.arrowlink.button_black {
        border:2px solid var(--gold-main);
        background:var(--black);
        color:var(--white);
        padding: 7px 24px;
    }

    .fl-module-button.button_black a.fl-button:focus span,
    .fl-module-button.button_black a.fl-button:hover span 
    {color:var(--white);}

    .fl-module-button.button_trans a.fl-button:hover,
    .fl-module-button.button_trans a.fl-button:focus,
    .fl-module-button-group.button_trans a.fl-button:hover,
    .fl-module-button-group.button_trans a.fl-button:focus,
    a.arrowlink.button_trans:hover,
    a.arrowlink.button_trans:focus,
    .fl-module-button.button_black a.fl-button:hover,
    .fl-module-button.button_black a.fl-button:focus,
    .fl-module-button-group.button_black a.fl-button:hover,
    .fl-module-button-group.button_black a.fl-button:focus,
    a.arrowlink.button_black:hover,
    a.arrowlink.button_black:focus {
        background:var(--gold-main);
        color:var(--white);
        border-color:var(--gold-main)
    }

/* Button Red */
    .fl-module-button.button_red a.fl-button span {color:var(--red);}
    .fl-module-button.button_red a.fl-button,
    .fl-module-button-group.button_red a.fl-button,
    a.arrowlink.button_red {
        border:2px solid var(--red);
        background:var(--white);
        color:var(--red);
        padding: 7px 24px;
    }

    .fl-module-button.button_red a.fl-button:focus span,
    .fl-module-button.button_red a.fl-button:hover span 
    {color:var(--white);}

    .fl-module-button.button_red a.fl-button:hover,
    .fl-module-button.button_red a.fl-button:focus,
    .fl-module-button-group.button_red a.fl-button:hover,
    .fl-module-button-group.button_red a.fl-button:focus,
    a.arrowlink.button_red:hover,
    a.arrowlink.button_red:focus {
        background:var(--red);
        color:var(--white);
    }    

    .fl-module-button.button_red a.fl-button:after,
    .fl-module-button-group.button_red a.fl-button:after,
    a.arrowlink.button_red:after{
        content:"";
        background-image:var(--arrow-red);
        background-size:contain;
        width:22px;
        height:18px;
        margin-left:20px;
        display:inline-block;
        position:relative;
        transition: all 0.75s ease;
    }   

/* Black and White no-border underlined buttons */
    .fl-module-button.button_white.underline a.fl-button,
    .fl-module-button.button_black.underline a.fl-button,
    .fl-module-button-group.button_white.underline a.fl-button,
    .fl-module-button-group.button_black.underline a.fl-button,
    a.arrowlink.button_white.underline, 
    a.arrowlink.button_black.underline {
        border:0;
        text-decoration: none;
        background-image: linear-gradient(var(--gold-main), var(--gold-main));
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100% 1px;
        transition: background-size 250ms ease-in-out;
        display:inline;
        padding:5px 2px;
        background-color:none;
    }
    .fl-module-button.button_white.button_white_override.underline a.fl-button {
        background-image: linear-gradient(var(--white), var(--white));
    }

    .fl-module-button.button_white.arrow_gold_light.underline a.fl-button,
    .fl-module-button.button_black.arrow_gold_light.underline a.fl-button,
    .fl-module-button-group.button_white.arrow_gold_light.underline a.fl-button,
    .fl-module-button-group.button_black.arrow_gold_light.underline a.fl-button,
    a.arrowlink.button_white.arrow_gold_light.underline, 
    a.arrowlink.button_black.arrow_gold_light.underline {
        background-image: linear-gradient(var(--gold-light), var(--gold-light));
    }

    .fl-module-button.button_white.underline a.fl-button:hover,
    .fl-module-button.button_white.underline a.fl-button:focus,
    .fl-module-button-group.button_white.underline a.fl-button:hover,
    .fl-module-button-group.button_white.underline a.fl-button:focus,
    a.arrowlink.button_white.underline:hover,
    a.arrowlink.button_white.underline:focus{
        animation: 0.25s underline;
        color:var(--black);
        background-color:initial;
    }

    .fl-module-button.button_white.underline.txt_white a.fl-button:focus {color:var(--white);}

    .fl-module-button.button_black.underline a.fl-button:hover,
    .fl-module-button.button_black.underline a.fl-button:focus,
    .fl-module-button-group.button_black.underline a.fl-button:hover,
    .fl-module-button-group.button_black.underline a.fl-button:focus,
    a.arrowlink.button_black.underline:hover,
    a.arrowlink.button_black.underline:focus{
        animation: 0.25s underline;
        color:var(--white);
        background-color:initial;
    }

    .fl-module-button.button_black.underline a.fl-button:hover span,
    .fl-module-button.button_black.underline a.fl-button:focus span,
    .fl-module-button-group.button_black.underline a.fl-button:hover span,
    .fl-module-button-group.button_black.underline a.fl-button:focus span,
    a.arrowlink.button_black.underline:hover span,
    a.arrowlink.button_black.underline:focus span{
        color:var(--white);
    }

    .fl-module-button.button_white.underline a.fl-button:hover:after,
    .fl-module-button.button_white.underline a.fl-button:focus:after,
    .fl-module-button-group.button_white.underline a.fl-button:hover:after,
    .fl-module-button-group.button_white.underline a.fl-button:focus:after,
    a.arrowlink.button_white.underline:after,
    a.arrowlink.button_white.underline:focus,
    .fl-module-button.button_black.underline a.fl-button:hover:after,
    .fl-module-button.button_black.underline a.fl-button:focus:after,
    .fl-module-button-group.button_black.underline a.fl-button:hover:after,
    .fl-module-button-group.button_black.underline a.fl-button:focus:after,
    a.arrowlink.button_black.underline:after,
    a.arrowlink.button_black.underline:focus {
        background-image:var(--arrow-gold);
    }

    
    .fl-module-button.button_white.arrow_gold_light.underline a.fl-button:hover:after,
    .fl-module-button.button_white.arrow_gold_light.underline a.fl-button:focus:after,
    .fl-module-button-group.button_white.arrow_gold_light.underline a.fl-button:hover:after,
    .fl-module-button-group.button_white.arrow_gold_light.underline a.fl-button:focus:after,
    a.arrowlink.button_white.arrow_gold_light.underline:after,
    a.arrowlink.button_white.arrow_gold_light.underline:focus,
    .fl-module-button.button_black.arrow_gold_light.underline a.fl-button:hover:after,
    .fl-module-button.button_black.arrow_gold_light.underline a.fl-button:focus:after,
    .fl-module-button-group.button_black.arrow_gold_light.underline a.fl-button:hover:after,
    .fl-module-button-group.button_black.arrow_gold_light.underline a.fl-button:focus:after,
    a.arrowlink.button_black.arrow_gold_light.underline:after,
    a.arrowlink.button_black.arrow_gold_light.underline:focus {
        background-image:var(--arrow-gold-light);
    }

    


.fl-module-button:not(.noarrow) a.fl-button:hover::after,
.fl-module-button-group.arrowlink a.fl-button:hover::after,
a.arrowlink:hover::after,
div.wpforms-container-full button.wpforms-submit:not(.noarrow):hover::after {
    transform: translateX(10px);
}

.fl-module-button a.fl-button::after,
.fl-module-button a.fl-button,
.fl-module-button a.fl-button span,
a.arrowlink,
div.wpforms-container-full button.wpforms-submit {
    transition: all .25s ease;
}

.fl-module-button.blue a.fl-button span,
.fl-module-button.white a.fl-button:hover span,
div.wpforms-container-full button.wpforms-submit.blue {
    color: var(--white);
}

.fl-module-button.white a.fl-button span,
.fl-module-button-group.arrowlink a.fl-button span,
.fl-module-button.arrowlink a.fl-button span,
a.arrowlink,
div.wpforms-container-full button.wpforms-submit.white {
    color: var(--gold-main);
}



/*  BUTTONS */

.fl-module-button:not(.arrowlink) a.fl-button:hover,
.fl-module-button:not(.arrowlink) a.fl-button:focus,
div.wpforms-container-full button.wpforms-submit:hover {
    transform: scale(1.1);
    border-radius:0;
}

/* bordered button colors */
.fl-module-button.white a.fl-button,
div.wpforms-container-full button.wpforms-submit.white {
    background-color: transparent;
    border: 1px solid var(--gold-main);
}
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:focus, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:focus, 
div.wpforms-container-full .wpforms-form button[type=submit]:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:focus {
    background-color: var(--black);
}

.fl-module-button.blue a.fl-button,
.fl-module-button.white a.fl-button:hover,
div.wpforms-container-full button.wpforms-submit.blue,
div.wpforms-container-full button.wpforms-submit.white:hover {
    background-color: var(--gold-main);
    border: 1px solid var(--gold-main);
}

.fl-module-button.white a.fl-button::after,
div.wpforms-container-full button.wpforms-submit.white::after,
a.arrowlink:after,
.arrowlink a:after {
    content: var(--arrow-white);
}


.fl-module-button.blue a.fl-button::after,
.fl-module-button.white a.fl-button:hover::after,
div.wpforms-container-full button.wpforms-submit.blue::after,
div.wpforms-container-full button.wpforms-submit.white:hover::after {
    content: var(--arrow-white);
}

.fl-module-button.blue a.fl-button:hover,
div.wpforms-container-full button.wpforms-submit.blue:hover {
    background-color: var(--black);
    border: 1px solid var(--black);
}

.fl-module-button a.fl-button:focus span {color:inherit !important}


/* UNDERLINED BUTTONS */
.fl-module-button.arrowlink a.fl-button,
.fl-module-button-group.arrowlink a.fl-button,
a.arrowlink {
    padding: 0 30px 3px 0;
    background-color: transparent;
    border: none;
}

.fl-module-button-group.arrowlink .fl-button-group:not(.fl-button-group-layout-vertical) .fl-button-group-button:not(:first-of-type) {
    transform: translateX(-18.46px);
}

a.arrowlink {
    margin-left: -18.46px;
}

.fl-module-button.arrowlink a.fl-button::after,
.fl-module-button-group.arrowlink a.fl-button::after,
a.arrowlink::after {
    position: absolute;
}

.fl-module-button-group.arrowlink .fl-button-group-buttons {
    justify-content: space-between;
}

.fl-builder-content .arrowlink .fl-button-group:not(.fl-button-group-layout-vertical) .fl-button-group-buttons .fl-button-group-button {
    padding: 0px;
}

/* button underline decoration */
.fl-module-button-group.arrowlink a,
.fl-module-button.arrowlink a,
a.arrowlink {
    position: relative;
    text-decoration: none;
}

/*============
    IMAGES
=============*/
.fl-post .mediumheight img {
    max-height: 460px;
    height: 30vw;
    object-fit: cover;
    object-position: center bottom;
}

.fl-post .largeheight img {
    max-height: 520px;
    height: 38vw;
    object-fit: cover;
    object-position: center bottom;
}




/*
    =================================================
                      ITEM STYLING
    =================================================
*/

/*
    ========================
            COUNTER
    ========================
*/

.counter-row .fl-col-group:last-of-type {
    display: flex;
    justify-content: space-between;
}

.counter-row .fl-col-group:last-of-type::before,
.counter-row .fl-col-group:last-of-type::after {
    display: none;
}

.fl-content .fl-number .fl-number-text .fl-number-after-text {
    font-family: "soehne-buch";
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.63rem;
}
.fl-content .fl-number .fl-number-text .fl-number-string,
.fl-content .fl-number .fl-number-text .fl-number-string span {
    font-family: "tiempos-fine-medium";
    font-weight: 500;
    font-size: 70px;
    font-size: 4.38rem;
    line-height: 85px;
    line-height: 5.31rem;
}




/*
    ========================
              TEAM
    ========================
*/

ul.team-list {
    display: grid;
    grid-template-columns: calc(50% - 40px) calc(50% - 40px);
    grid-column-gap: 78px;
    grid-row-gap: 36px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.team-list_item {
    background-color: var(--white);
    text-align: center;
    padding: 44px 46px;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
}

.team-list_item .item--details {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

li.team-list_item div.item--logo {
    height: 47.36px;
    margin-bottom: 44px;
    display: flex;
    justify-content: center;
}

li.team-list_item div.item--logo img {
    max-width: 161px;
}

li.team-list_item div.item--details > div {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: space-between;
}

li.team-list_item div.item--details .h4 {
    margin-bottom: 26px;
}

li.team-list_item div.item--details p {
    margin-bottom: 36px;
}

li.team-list_item div.item--details a.morelink {
    font-family: "soehne-buch";
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.25rem;
    color: black;
    text-decoration: underline;
}

li.team-list_item div.item--details a.morelink:hover {
    color: var(--gold-main);
    text-decoration: underline;
}

.morecontent span {
	display: none;
}





/*
    ========================
      IMG + ICON DESCRIPTOR
    ========================
*/

.fl-module.icon-list .uabb-info-list-description p {
    font-family: "soehne-buch";
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
}
.icon-list .uabb-info-list-content-wrapper {display:flex}
.icon-list .uabb-info-list-content-wrapper.uabb-info-list-left .uabb-info-list-icon {
    margin-right:44px;
    min-width: 32px;
    margin-top: 10px;
}

.icon-list {
    border-top: 1px dashed var(--white);
    border-bottom: 1px dashed var(--white);
    padding: 16px 0;
}

.icon-list li:not(:last-of-type) {
    border-bottom: 1px dashed var(--white);
}

.icon-list li:not(:first-of-type) {
    padding-top: 16px;
}

.icon-list.border-gold {
    border-top: 1px dashed var(--gold-main);
    border-bottom: 1px dashed var(--gold-main);
}

.icon-list.border-gold li:not(:last-of-type) {
    border-bottom: 1px dashed var(--gold-main);
}




/*
    ========================
          HOTSPOT MAP
    ========================
*/
.hotspot_map_module .uabb-hotspot button.uabb-imgicon-wrap {
    background: transparent;
    border: 0;
    padding: 0;
    padding: 5px;
    width: 28px;
    height: 29px;
}

.hotspot_map_module .uabb-hotspot .uabb-hotspot-container .uabb-hotspot-items .uabb-hotspot-item.uabb-hotspot-hover .uabb-hotspot-tooltip {
    transform:initial
}
.fl-builder-edit .hotspot_map_module .uabb-hotspot-container img {width:initial !important}

.hotspot_map_module .hotspot_marker {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 6px;
    position: relative;
    top: 2px;
}
.hotspot_map_module .uabb-hotspot-tooltip-content a {
    font-family: "soehne-buch";
    font-size: 14px;
    font-size: 0.88rem;
    line-height: 26px;
    line-height: 1.63rem;
    text-align: left;
    color: var(--black);
}
.hotspot_map_module .uabb-hotspot-tooltip-content p {margin:0}
.hotspot_map_module .uabb-hotspot-tooltip-content p strong {
    font-family: "tiempos-fine";
    font-size: 19px !important;
    font-size: 1.19rem !important;
    line-height: 31px !important;
    line-height: 1.94rem !important;
    color:var(--black);
}
.hotspot_map_module .uabb-hotspot .uabb-hotspot-tooltip-content {
    background-color: var(--white);
    padding: 10px 18px 18px;
    max-width: 240px;
    width: 1000px;
    text-align: left;
    box-shadow: 0px 4px 15px rgba(131,118,57,0.5);
}
.hotspot_map_module .uabb-hotspot .uabb-hotspot-tooltip-content h4 { margin-bottom: 10px; }

.hotspot_map_module .uabb-tooltip-style-classic.uabb-tooltip-right .uabb-hotspot-tooltip-content::after {border-right-color: var(--white) !important;}
.hotspot_map_module .uabb-tooltip-style-classic.uabb-tooltip-top .uabb-hotspot-tooltip-content::after   {border-top-color: var(--white) !important;}
.hotspot_map_module .uabb-tooltip-style-classic.uabb-tooltip-bottom .uabb-hotspot-tooltip-content::after   {border-bottom-color: var(--white) !important;}
.hotspot_map_module .uabb-tooltip-style-classic.uabb-tooltip-left .uabb-hotspot-tooltip-content::after   {border-left-color: var(--white) !important;}

.drag_element.tips { cursor: pointer; }

img.pins_image.ihotspot_hastooltop {
    transform: scale(.8);
    transition: all .2s ease-in;
}

img.pins_image.ihotspot_hastooltop:hover {
    transform: scale(1);
}

.hotspot-icon {
    display: flex;
    justify-content: flex-end;
}
/*
.row_hotspotmap  {    
    overflow-x: clip;
    overflow-y: visible;
}
*/


.chapter_map_legend_wrapper {display: flex;align-items: flex-end;}
.chapter_map_intro {    padding-right: 40px;}
.chapter_map_legend {display: flex;}
.chapter_map_item {padding-right:25px;}





/*
    ========================
              TABS
    ========================
*/

.fl-tabs .fl-tabs-label {
    font-family: var(--sora-thin);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 2.1875rem;
    color: var(--navy-fade);
    background:transparent;
    margin-right: 30px;
}
.fl-tabs .fl-tabs-label.fl-tab-active {
    text-decoration: underline;
    color: var(--white);
}

.fl-tabs .fl-tabs-panels {
    border:0;
    overflow: hidden;
    min-height: initial !important;
}

.fl-tabs .fl-tabs-panel-content {
    padding:0;
    background: var(--white);
    color: var(--navy);
}
.fl-tabs .fl-tabs-panel-content-wrapper {
    display: flex;
}

.fl-tabs .fl-tabs-panel-content-col2 {
    padding: 27px 67px 67px 67px;
    flex: 1 1 0;
}
.fl-tabs .fl-tabs-panel-content-col1 {flex: 1 1 0;}

.fl-tabs .fl-tabs-panel-content-col1.onlyimg {
	max-height:500px
}
.fl-tabs .fl-tabs-panel-content-col1 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.fl-tabs .fl-tabs-panel-content-col2 h3 {
    color: var(--navy)
}

.fl-tabs .fl-tabs-panel-content-col2 p {
    margin-top:26px;
    font-family: var(--sora-thin);
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: left;
}

.fl-tabs .tabs-content-icon {margin-bottom:10px;}

.fl-tabs .fl-tabs-panel-content {
    display: block;
    opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;
    transition: opacity .25s ease;
}

.fl-tabs .fl-tabs-panel-content.fl-tab-active {
    display: block;
    opacity: 1;
    visibility: visible;
    height: 100%;
    width: 100%;
}

/*
    ========================
        fixing in firefox
    ========================
*/
.bx-wrapper .bx-loading{
    display:none;
}
.fl-slide[aria-hidden=false], .fl-slide[aria-hidden=false] .fl-slide-foreground{
    visibility:visible;
}
.image_slider1 .bx-viewport, .image_slider1  .fl-content-slider-wrapper{
    height: 700px;
}
.image_slider3 .bx-viewport{
    height: 550px;
}

/*
    ========================
            SLIDER #1
    ========================
*/

.image_slider1 .fl-slide,
.image_slider2 .fl-slide,
.image_slider3 .fl-slide {
    border-left:10px solid transparent;
    border-right:10px solid transparent;
}
.image_slider1 .bx-wrapper,
.image_slider2 .bx-wrapper,
.image_slider3 .bx-wrapper
{max-width:90% !important}

.image_slider1 .fl-content-slider .fl-slide-bg-photo,
.image_slider2 .fl-content-slider .fl-slide-bg-photo,
.image_slider3 .fl-content-slider .fl-slide-bg-photo {
    height: 80%;
    margin: auto;
    border-radius: 6px;
}

.image_slider1 .fl-slide-foreground p,
.image_slider2 .fl-slide-foreground p,
.image_slider3 .fl-slide-foreground p {
    font-family: "Open Sans";
    font-size: 0.82rem;
    line-height: 1.36rem;
    font-size: 1rem;
}
.image_slider1 .fl-slide-foreground,
.image_slider2 .fl-slide-foreground,
.image_slider3 .fl-slide-foreground {
    position: absolute;
    height:100%;
    width:100%;
    max-width: initial;
    top: 0;
}
.image_slider1 .fl-slide-content-wrap {
    padding-left: 90px;
    top: calc(100% - 49px);
    position: relative;
    text-align: right;
}
.image_slider1 .fl-slide-content-wrap {
    position: absolute;
    right: 0;
    width: initial !important;
}
.image_slider1 .fl-slide-photo-wrap {
    height:100%;
    width:100% !important;
    display:block;
}
.image_slider1 .fl-slide-photo {
    height:90%;
    overflow: hidden;
    border-radius: 6px;
    display:flex;
}
.image_slider1 .slide-counter,
.image_slider2 .slide-counter,
.image_slider3 .slide-counter {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 0.82rem;
    line-height: 1.36rem;
    color: var(--gold-main);
    position: absolute;
    bottom: 24px;
    left: 0;
    z-index: 9;
    transition: all 0.25s linear;
}

.image_slider3 .slide-counter { 
    bottom: -6px;
    left: 12px;
 }



.image_slider1 .fl-slide-photo img,
.image_slider2 .fl-slide-photo img {
    height: 100%;
    max-width: initial;
    border-radius: 6px;
    width: auto;
    margin: auto;
}

.image_slider1 .fl-content-slider-navigation .slider-prev, .image_slider1 .fl-content-slider-navigation .slider-next,
.image_slider2 .fl-content-slider-navigation .slider-prev, .image_slider2 .fl-content-slider-navigation .slider-next, 
.image_slider3 .fl-content-slider-navigation .slider-prev, .image_slider3 .fl-content-slider-navigation .slider-next 
{opacity:1}

.image_slider1 .fl-content-slider-navigation .slider-prev:before, .image_slider1 .fl-content-slider-navigation .slider-next:before,
.image_slider2 .fl-content-slider-navigation .slider-prev:before, .image_slider2 .fl-content-slider-navigation .slider-next:before,
.image_slider3 .fl-content-slider-navigation .slider-prev:before, .image_slider3 .fl-content-slider-navigation .slider-next:before {
    content:"";
    background:url(/wp-content/uploads/arrow-right-blue.svg) center center / cover no-repeat;
    width: 35px;
    height: 27px;
    display:block;
    margin:auto;
}
.image_slider1 .fl-content-slider-navigation .slider-prev:before,
.image_slider2 .fl-content-slider-navigation .slider-prev:before, 
.image_slider3 .fl-content-slider-navigation .slider-prev:before 
{transform:rotate(180deg);}

.image_slider1 .fl-content-slider-navigation .slider-prev:after, .image_slider1 .fl-content-slider-navigation .slider-next:after, 
.image_slider2 .fl-content-slider-navigation .slider-prev:after, .image_slider2 .fl-content-slider-navigation .slider-next:after,
.image_slider3 .fl-content-slider-navigation .slider-prev:after, .image_slider3 .fl-content-slider-navigation .slider-next:after {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    line-height: 37px;
    text-align: center;
    color: var(--gold-main);
}

.image_slider1 .fl-content-slider-navigation .slider-prev:after,
.image_slider2 .fl-content-slider-navigation .slider-prev:after,
.image_slider3 .fl-content-slider-navigation .slider-prev:after
{content:"Back";}

.image_slider1 .fl-content-slider-navigation .slider-next:after,
.image_slider2 .fl-content-slider-navigation .slider-next:after,
.image_slider3 .fl-content-slider-navigation .slider-next:after
{content:"Next";}
    
.image_slider1 .fl-content-slider-navigation .fl-content-slider-svg-container,
.image_slider2 .fl-content-slider-navigation .fl-content-slider-svg-container,
.image_slider3 .fl-content-slider-navigation .fl-content-slider-svg-container
{display:none}




/*
    ========================
            SLIDER #2
    ========================
*/

.image_slider2 .fl-slide-photo {
    overflow: hidden;
    height: 100%;
}
.image_slider2 .fl-slide-photo-wrap {
    width: 100% !important;
    display: block;
    position: absolute;
    bottom: 0;
        height: 100%;
}
.image_slider2 .bx-wrapper {
    max-width: 100% !important;
}
.image_slider2 .fl-content-slider-navigation {
    top:initial;
    bottom: 0;
    left: 0;
    display: flex;
    max-width:300px;
}
.image_slider2 .slider-prev,
.image_slider2 .slider-next {
    left: 0;
    right: 0;
}
.image_slider2 .fl-content-slider-navigation .slider-prev:before, 
.image_slider2 .fl-content-slider-navigation .slider-next:before {
    display: inline-block;
    background:url(/wp-content/uploads/Arrow-right-white.svg) center center / cover no-repeat;
    width:30px;
    height:23px;
    position: relative;
    top: 4px;
}
.image_slider2 .fl-content-slider-navigation .slider-prev:hover,
.image_slider2 .fl-content-slider-navigation .slider-next:hover {
    background: var(--black);
}


.image_slider2 .fl-content-slider-navigation .slider-prev:before {
    left:-10px;
}
.image_slider2 .fl-content-slider-navigation .slider-next:before {
    float: right;
    right:-10px;
    top: 7px;
}

.image_slider2 .fl-content-slider-navigation .slider-prev, 
.image_slider2 .fl-content-slider-navigation .slider-next {
    background: var(--gold-main);
    padding: 14px 32px;
}

.image_slider2 .fl-content-slider-navigation .slider-next {border-left: 1px solid rgba(255,255,255,0.25);}

.image_slider2 .fl-content-slider-navigation .slider-prev:after,
.image_slider2 .fl-content-slider-navigation .slider-next:after {
    font-size: 20px;
    color: var(--white);
}

.image_slider2 .fl-content-slider-navigation .slider-prev,
.image_slider2 .fl-content-slider-navigation .slider-next {
    background:var(--gold-main);
    padding: 14px 32px;
    position: relative;
}

.image_slider2 .fl-slide-photo img {
    height: 100%;
    border-radius: 0;
}

.image_slider2 .fl-content-slider .fl-slide-bg-photo {
    height: 100%;
    min-height:280px;
    border-radius: 0;
}

.image_slider2 .slide-counter {
    font-size: 0.91rem;
    bottom: 0;
    left: 320px;
    padding: 20px 0;
    height: 65px;
}

.image_slider2 .fl-slide-content-wrap {
    bottom: 0;
    right: initial;
    left: 0;
    width: 100%!important;
    background: var(--white);
    z-index: 9;
    padding-left: 383px;
    height: 65px;
    display: flex;
    align-items: center;
        position: absolute;
}
.image_slider2 .fl-slide {
    border-left: 0;
    border-right: 0;
}




/*
    ========================
            SLIDER #3
    ========================
*/

.bx-wrapper .bx-loading{
    display:none;
}
.image_slider3 .fl-slide[aria-hidden=false], .image_slider3 .fl-slide[aria-hidden=false] .fl-slide-foreground{
    visibility:visible;
}

.image_slider3 .fl-slide-content-wrap {
    padding-right:28px;
    padding-left: 12px;
}

.image_slider3 .fl-slide-photo-wrap,
.image_slider3 .fl-slide-photo {
    height: 100%;
    padding-right: 8px;
}
.image_slider3 .fl-content-slider .fl-slide-photo img {
    object-fit:cover;
    border-radius: 6px;
    height: 100%;
}

.image_slider3 .fl-slide {
    border-left: 0;
    border-right: 0;
}

.image_slider3 .bx-wrapper .bx-pager {
    text-align: left;
    bottom: 0;
    left: 100px;
}
.image_slider3 .bx-wrapper .bx-pager a {
    background: var(--gold-main);
    opacity:0.5;
    transform:scale(1);
    padding-right:10px;
}
.image_slider3 .bx-wrapper .bx-pager-item { margin-right:8px;}
.image_slider3 .bx-wrapper .bx-pager.bx-default-pager a.active {
    opacity:1;
    transform:scale(1.8);
    background: var(--gold-main);
}

.image_slider3 .fl-slide-content-wrap {height:100%}
.image_slider3 .fl-slide-content{
    height:90%;
    overflow-y:auto;
    padding-right: 40px;
}





/*
    ========================
      BEFORE AFTER SLIDER
    ========================
*/

.fl-row-content-wrap .uabb-before-after-slider {
    border-radius:6px;
    overflow: hidden;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-handle {
    background: var(--gold-main);
    border: 0;
    padding: 34px 90px;
    margin-left: -90px;
    top: 80%;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-handle {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 18px;
    line-height: 37px;
    text-align: left;
    color: #fff;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-left-arrow,
.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-right-arrow {
    border:0;
}
.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-left-arrow:after,
.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-right-arrow:after {
    content:"";
    background:url(/wp-content/uploads/Arrow-right-white.svg) center center / cover no-repeat;
    width:16px;
    height:12px;
    display:inline-block;
    position: absolute;
    top: 29px;
    
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-left-arrow:after {
    transform:rotate(180deg);
    left: 31px;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-right-arrow:after {    
    right: 29px;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-handle:before {    
    width: 3px;
    margin-bottom: 34px;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-handle:after {    
    width: 3px;
    margin-top: 34px;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-before-label, 
.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-after-label {
    padding: 10px;
}

.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-before-label:before, 
.fl-row-content-wrap .uabb-before-after-slider .twentytwenty-after-label:before {
    padding: 5px 10px;
    border-radius: 3px;
}




/*
    ========================
            TIMELINE
    ========================
*/

/*============
    GENERAL
=============*/

.timeline-list .item--arrow .cls-1 {
    fill: var(--white);
    transition: all .25s;
}

.timeline-list .item--arrow {
    height: 19px;
    width: 16px;
    position: absolute;
}

.timeline-list .timeline-list_item .item--details:hover .item--arrow .cls-1 {
    fill: var(--gold-main);
}

.timeline-list .timeline-list_item .item--details {
    background-color: var(--white);
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding: 36px;
    border-radius: 6px;
    width: 100%;
    transition: all .25s;
}

.timeline-list .timeline-list_item .item--details:hover {
    background-color: var(--gold-main);
}

.timeline-list .timeline-list_item .item--details p {
    width: 100%;
    color: var(--black);
    transition: all .25s;
}

.timeline-list .timeline-list_item .item--details p:not(.h4) {
    margin-top: 16px;
}

.timeline-list .timeline-list_item .item--details p.item--desc {
    width: 100%;
    margin-bottom: 0;
    color: var(--black);
    transition: all .25s;
}

.timeline-list .timeline-list_item .item--details a {
    margin-top: 16px;
    cursor: pointer;
    margin-left: 0;
}

.timeline-list .timeline-list_item:hover .item--details a {
    color: var(--white);
}

.timeline-list .timeline-list_item:hover .item--details a::after {
    content:url(/wp-content/uploads/Arrow-right-white.svg);
}

.timeline-list .timeline-list_item:hover .item--details a::before {
    background-color: var(--white);
}

.timeline-list .timeline-list_item .item--details:hover a,
.timeline-list .timeline-list_item .item--details:hover .h4,
.timeline-list .timeline-list_item .item--details:hover p {
    color: var(--white);
}




/*============
    ALIGNED
=============*/

.timeline-list.aligned .item--arrow {
    left: -15px;
}

.timeline-list.aligned .timeline-list_item .item--details {
    margin-left: 5%;
}

.timeline-list.aligned li.timeline-list_item {
    position: relative;
    margin-bottom: 36px;
    display: flex;
    align-items: center;
}

.timeline-list.aligned li.timeline-list_item::before {
    position: absolute;
    left: -52px;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background-color: var(--gold-main);
    content: '';
}

.timeline-list.aligned li.timeline-list_item:not(:first-of-type, :last-of-type)::after {
    position: absolute;
    left: -43.5px;
    height: calc(100% + 36px);
    width: 3px;
    border-radius: 50px;
    background-color: var(--gold-main);
    content: '';
    top: 0;
}

.timeline-list.aligned li.timeline-list_item:first-of-type::after {
    position: absolute;
    left: -43.5px;
    height: calc(50% + 36px);
    width: 3px;
    border-radius: 50px;
    background-color: var(--gold-main);
    content: '';
    bottom: -36px;
}

.timeline-list.aligned li.timeline-list_item:last-of-type::after {
    position: absolute;
    left: -43.5px;
    height: 50%;
    width: 3px;
    border-radius: 50px;
    background-color: var(--gold-main);
    content: '';
    top: 0;
}

/* Uncomment for full height timeline chain with border */
/*ul.timeline-list.aligned {
     border-left: 3px solid var(--gold-main);
    list-style-type: none;

}

ul.timeline-list.aligned:before {
    position: absolute;
    transform: translateX(-48.5px);
    height: 1px;
    width: 16px;
    background-color: var(--gold-main);
    content: '';
} */




/*============
  ALTERNATING
=============*/

ul.timeline-list.alt {
    list-style-type: none;
    position: relative;
    padding-inline-start: 0;
}

.timeline-list.alt li.timeline-list_item {
    max-width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}

.timeline-list.alt li.timeline-list_item:nth-child(even) {
    margin: auto 0 auto auto;
    padding-left: 9%;
}

.timeline-list.alt li.timeline-list_item:nth-child(odd) {
    padding-right: 9%;
}

.timeline-list.alt li.timeline-list_item:nth-child(even) .item--arrow {
    left: -15px;
}

.timeline-list.alt li.timeline-list_item:nth-child(odd) .item--arrow {
    right: -15px;
    transform: rotate(180deg);
}

.timeline-list.alt li.timeline-list_item::before,
.timeline-list.alt li.timeline-list_item::after {
    position: absolute;
    background-color: var(--gold-main);
    content: '';
}

.timeline-list.alt li.timeline-list_item::before {
    height: 20px;
    width: 20px;
    border-radius: 50px;
    display: flex;
}

.timeline-list.alt li.timeline-list_item:nth-child(even)::before {
    left: -10px;
}

.timeline-list.alt li.timeline-list_item:nth-child(odd)::before {
    right: -10px;
}

.timeline-list.alt li.timeline-list_item::after {
    width: 3px;
}

.timeline-list.alt li.timeline-list_item:nth-child(even)::after {
    left: -1.5px;
    top: 0;
}

.timeline-list.alt li.timeline-list_item:nth-child(even):not(:first-of-type, :last-of-type)::after {
    height: calc(100% + 36px);
}

.timeline-list.alt li.timeline-list_item:last-of-type:nth-child(even)::after {
    height: 50%;
}

.timeline-list.alt li.timeline-list_item:nth-child(odd):not(:first-of-type, :last-of-type)::after {
    right: -1.5px;
    height: calc(100% + 36px);
    top: 0;
}

.timeline-list.alt li.timeline-list_item:first-of-type::after {
    right: -1.5px;
    height: calc(50% + 36px);
    bottom: -36px;
}

.timeline-list.alt li.timeline-list_item:last-of-type:nth-child(odd)::after {
    right: -1.5px;
    height: 50%;
    top: 0;
}




/*
    ========================
              FAQ
    ========================
*/

.fl-builder-content .fl-accordion-button .fl-accordion-button-label {
    font-family: "soehne-kraftig";
    font-size: 22px;
    font-size: 1.38rem;
    line-height: 28px;
    line-height: 1.75rem;
}

.fl-builder-content .fl-accordion-button .fl-accordion-button-icon {
    padding-right: 44px;
    opacity: 1;
}

.ua-icon-plus:before {
    width: 20px;
    transform: scale(1.5);
    color: var(--gold-main);
    display: block;
    padding-left: 4px;
    transition: all .25s ease;
        transform-origin: 8px 12px;
}

.ua-icon-minus:before {
    transform: scale(1.5) rotate(180deg);
    color: var(--gold-main);
    display: block;
    padding-left: 0;
    transition: all .25s ease;
        /* transform-origin: 7px 7px; */
    width: 20px;
}









/*
    ========================
           MATERIALS
    ========================
*/

/*============
  CATEGORIES
=============*/
.materials-cats_btngroup {
    margin: -8px;
}

button.materials-cats_btn {
    padding: 10px;
    color: var(--gold-main);
    font-family: "soehne-buch";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6667rem;
    background-color: var(--white);
    border: 0;
    border-radius: 6px;
    transition: all .25s ease;
    margin: 8px;
    text-align: left;
}

button.materials-cats_btn:hover,
button.materials-cats_btn.active {
    background-color: var(--gold-main);
    color: var(--white);
}

button.materials-cats_btn.active {
    font-weight: 700;
}




/*============
     GRID
=============*/
.materials-list.cards {
    display: grid;
    grid-template-columns: calc(50% - 37px) calc(50% - 37px);
    grid-column-gap: 74px;
    grid-row-gap: 36px;
}

.materials-list.cards a {
    background-color: var(--white);
    border-radius: 6px;
    color: var(--black);
    transition: all .25s ease;
}

.materials-list.cards a:hover {
    text-decoration: none;
    color: var(--white);
    background-color: var(--gold-main);
}

.materials-list.cards .item--desc {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 36px;
}

.materials-list.cards .item--desc p.h4 {
    max-width: 350px;
    margin-bottom: 26px;
}

.materials-list.cards .item--desc p:not(.h4) {
    font-family: "soehne-buch";
    font-weight: 700;
    font-size: 1.1111rem;
    line-height: 2.0556rem;
    color: var(--gold-main);
    border-bottom: 1px solid var(--gold-main);
    transition: all .25s ease;
    width: fit-content;
}

.materials-list.cards .materials-list_item:hover .item--desc p:not(.h4) {
    color: var(--white);
    border-bottom: 1px solid var(--white);
}

.materials-list.cards .materials-list_item {
    height: 100%;
    position: relative;
}

.materials-list.cards span.item--tag {
    color: var(--white);
    background-color: var(--black);
    padding: 2px 7px;
    border-radius: 6px;
    font-family: "soehne-buch";
    font-weight: 400;
    font-size: 0.6667rem;
    line-height: 1.5rem;
    display: inline-block;
    position: absolute;
    margin: 8px;
    right: 0;
}




/*============
     LIST
=============*/
.materials-list.list {
    border-top: 1px solid var(--gray-light);
}

.materials-list.list a {
    display: block;
    color: var(--black);
    border-bottom: 1px solid var(--gray-light);
    padding: 8px 0px 8px 26px;
    transition: all .25s ease;
}

.materials-list.list a:hover {
    text-decoration: none;
}

.materials-list.list .item--desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.materials-list.list .item--desc p.h4 {
    margin-right: 26px;
    font-size: 1.2222rem;
    position: relative;
    max-width: 450px;
}

.materials-list.list .item--desc p:not(.h4) {
    font-family: "soehne-buch";
    font-weight: 700;
    font-size: 0.9444rem;
    line-height: 2.0556rem;
    color: var(--white);
    background-color: var(--gold-main);
    padding: 18px 39px;
    border-radius: 100px;
    transition: all .25s ease;
    width: fit-content;
    min-width: fit-content;
}

.materials-list.list .item--desc:hover p:not(.h4) {
    background-color: var(--black);
}

.materials-list.list span.item--tag {
    color: var(--white);
    background-color: var(--black);
    padding: 2px 7px;
    border-radius: 6px;
    font-family: "soehne-buch";
    font-weight: 400;
    font-size: 0.6667rem;
    line-height: 1.5rem;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(calc(100% + 16px));
}




/*
    ========================
              FORM
    ========================
*/

/* Section titles */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: "soehne-buch";
    font-weight: normal;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-bottom: 16px;
}

/* Remove asterisk from required fields */
div.wpforms-container-full .wpforms-form .wpforms-required-label {
    display: none;
}

div.wpforms-container-full .wpforms-form .wpforms-field,
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    padding: 0;
}

/* Text fields */
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form textarea {
    border: 1px solid var(--gold-main);
    padding: 25px;
    resize: none;
    font-family: "soehne-buch";
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6667rem;
    color: var(--black);
}

div.wpforms-container-full .wpforms-form input::placeholder,
div.wpforms-container-full .wpforms-form textarea::placeholder {
    font-family: "soehne-buch";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6667rem;
    color: var(--gray-dark);
}

/* Padding for each section */
/* div.wpforms-container-full .wpforms-form .wpforms-field:not(:last-of-type, :nth-last-of-type(2)) { */
div.wpforms-container-full .wpforms-form .wpforms-field {
    margin-bottom: 44px;
}

/* Padding for last section */
div.wpforms-container-full .wpforms-form .wpforms-field:last-of-type {
    margin-bottom: 44px;
}

/* Error Message */
.fl-content .fl-module form div.wpforms-field-checkbox label.wpforms-error {
    position: absolute;
    font-family: "soehne-buch";
    margin-left: 56px;
    transform: translateY(-15px);
}

.fl-content .fl-module form div:not(.wpforms-field-checkbox) label.wpforms-error {
    position: absolute;
    font-family: "soehne-buch";
}




/*==============
  Radio/Checkbox
===============*/

/* Labels */
div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
    font-family: "soehne-buch";
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6667rem;
    color: #2e2e2e;
    padding-left: 56px;
    display: inline-block;
    cursor:pointer;
}

/* Padding between items */
.fl-post div.wpforms-container-full .wpforms-form ul li:not(:last-of-type),
.fl-post div.wpforms-container-full .wpforms-form div.last-of-type-exception ul li {
    margin-bottom: 13px !important;
}

div.wpforms-container-full .wpforms-form ul li {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide default input */
div.wpforms-container-full .wpforms-form input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=radio] {
    position: absolute;
    cursor: pointer;
    height: 0;
    width: 0;
    border: 0px;
}

/* Hide error label for iOS */
div.wpforms-container-full .wpforms-form .wpforms-field-checkbox input.wpforms-error {
    border: 0px;
}

/* Custom input */
div.wpforms-container-full .wpforms-form input[type=checkbox]::after,
div.wpforms-container-full .wpforms-form input[type=radio]::after {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--white);
    border: 1px solid var(--black);
}

div.wpforms-container-full .wpforms-form input[type=checkbox]::after {
    border-radius: 6px;
}

div.wpforms-container-full .wpforms-form input[type=radio]::after {
    border-radius: 100px;
}


div.wpforms-container-full .wpforms-form input[type=checkbox]:checked:after {
    background-image: url(/wp-content/uploads/checkmark.svg);
    background-color: var(--gold-main);
    border: 3px solid transparent;
    
}
div.wpforms-container-full .wpforms-form input[type=checkbox]:after {
    
    background-image: url(/wp-content/uploads/checkmark.svg);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 3px 5px;
}

div.wpforms-container-full .wpforms-form input[type=radio]:checked::before {
    position: absolute;
    content: "";
    top: 9px;
    left: 5.5px;
    height: 13px;
    width: 13px;
    background-color: var(--gold-main);
    border-radius: 100px;
    z-index: 1;
}

/*=============
    Success
==============*/

.fl-post .wpforms-confirmation-container-full,
.fl-post  div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: var(--white);
    border: 1px solid var(--gray-light);
    border-radius: 6px;
    color: #333333;
}




/*
    =================================================
                      SHORTCODES
    =================================================
*/
.flexstart .fl-col-content {display: flex;flex-direction: column;align-items: flex-start !important;}
/* photo icon size */
.fl-post .icon92px img {height: 92px;max-width: fit-content;}
.fl-post .icon106px img {height:106px; max-width:fit-content;}
.topright0 {top:0; right:0;}
.topmarginauto {margin: auto 0 0;}
.flexend {display:flex; justify-content:flex-end;}
.rightmargin26 {margin-right: 26px;}
.bottommargin10 {margin-bottom: 10px;}
.maxwidth80percent {max-width: 80%;}

/*********fire fox*********/
@supports (-moz-transform: translate(0, 0)) {
    div.wpforms-container-full .wpforms-form input[type=checkbox], div.wpforms-container-full .wpforms-form input[type=radio] {
        position: unset;
        cursor: unset;
        height: unset;
        width: unset;
        border: unset;
    }
    div.wpforms-container-full .wpforms-form input[type=checkbox]:checked{
        background-color:var(--black);
    }
    div.wpforms-container-full .wpforms-form .wpforms-field-label-inline{
        padding-left:0!important;
    }
}
/*********Safari*********/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.wpforms-container-full .wpforms-form input[type=checkbox], 
    div.wpforms-container-full .wpforms-form input[type=radio] {
        height: 14px;
        border: 1000px;
    }
    div.wpforms-container-full .wpforms-form input[type=checkbox]::after {
        left:-2px;
        border:1px solid var(--gold-main);
    }
    div.wpforms-container-full .wpforms-form input[type=radio]{
        top:3px;
        border:1px solid var(--gold-main);
    }
    div.wpforms-container-full .wpforms-form input[type=radio]:after{
        top:-3px;
        border:1px solid var(--gold-main);
    }

    div.wpforms-container-full .wpforms-form input[type=checkbox]:hover::after, 
    div.wpforms-container-full .wpforms-form input[type=checkbox]:focus::after, 
    div.wpforms-container-full .wpforms-form input[type=radio]:hover::after,
    div.wpforms-container-full .wpforms-form input[type=radio]:focus::after {
        border:3px solid var(--gold-main);
    }
}















.image_slider3 .fl-slide-content{
    position: absolute;
    background: var(--gray-lighter);
    height: calc(100% - 72px);
    top: 36px;
    padding: 44px;
    box-sizing: border-box;
    overflow-y: hidden;
    border-radius: 6px;
    width: calc(100% + 200px);
    left: -200px;
    z-index: 3;
    display: flex;
    flex-direction: column;
}
.image_slider3 .fl-slide-cta-button{
    margin-top: auto;
}
.image_slider3 .fl-slide-text{
    overflow: auto;
    overflow-y: auto;
    max-height: calc(100% - 180px);
    padding: 2px;
}
.image_slider3 .fl-slide-foreground{
    display:flex;
    flex-direction: row-reverse;
}
.image_slider3 .fl-slide-content-wrap{
    padding:0;
    flex:1;
    position: relative;
}
.image_slider3 .fl-slide-photo-wrap {
    padding:0;
    flex:2;
}
.image_slider3 .fl-content-slider .fl-slide-photo img{
    width:100%;
}
.image_slider3 .fl-content-slider-navigation {
    top: initial;
    bottom: -26px;
    left: 0;
    display: flex;
    max-width: 230px;
}
.image_slider3 .fl-content-slider-navigation .slider-prev:before, .image_slider3 .fl-content-slider-navigation .slider-next:before {
    display: inline-block;
    background: url(/wp-content/uploads/right_arrow.svg) center center / cover no-repeat;
    width: 70px;
    height: 70px;
    position: relative;
    top: 4px;
}
.image_slider3 .fl-content-slider-navigation .slider-prev:after, 
.image_slider3 .fl-content-slider-navigation .slider-next:after {
    display:none;
}
.image_slider1 .bx-wrapper, .image_slider2 .bx-wrapper, .image_slider3 .bx-wrapper {
    max-width: 100% !important;
}
.image_slider3 .bx-wrapper .bx-pager{
    display:none!important;
}
.image_slider3 .bx-viewport{
    overflow: inherit!important;
}
.image_slider3 .slide-counter {
    bottom: -76px;
    left: 96px;
    z-index: 99;
    position: absolute;
    color:var(--black);
}
.image_slider3.fl-module-content-slider .bx-wrapper {
    margin: 0 auto 100px;
}
.image_slider3 a.fl-button, .image_slider3 a.fl-button:hover, 
.image_slider3 a.fl-button:focus{
    border: none;
    background-color:transparent;
    padding:0 0 6px;
    color:var(--gold-main);
    text-decoration: none;
    background-image: linear-gradient(var(--gold-main), var(--gold-main));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size 500ms ease-in-out;
    display:inline;
    font-size:1.1rem;
    font-family: "soehne-buch";
    font-weight: 600;
}
.image_slider3 a.fl-button span{
    color:var(--gold-main);
}
.image_slider3 .fl-button:hover, .image_slider3 .fl-button:focus {
    animation: 0.5s underline2;
}
@keyframes underline2 {
    from {background-size: 0% 1px;}
    to {background-size: 100% 1px;}
}

.image_slider3 a.fl-button .a_arrow
{
    display: inline-block;
    padding-left:15px;
    transition:all .5s ease;
}
.image_slider3 a.fl-button .a_arrow img{
    display: block;
}
.image_slider3 a.fl-button:hover .a_arrow
{
    padding-left:25px;
}
.image_slider1 .fl-slide{
    width: calc(100% - 90px)!important;
    margin: 0px 45px;
}
.image_slider1 .fl-slide-photo img.horizontal{
    height: auto;
    width:100%;
}
/*****************/
/***Three Image***/
/*****************/
.threeImgRow .uabb-masonary-item.transformDown:nth-child(3){
transform: translateY(400px);
}
.threeImgRow .uabb-masonary-item.transformUp:nth-child(4){
transform: translateY(-400px);
}
.threeImgRow .uabb-masonary{
    position: relative;
    height:unset!important;
}
.threeImgRow .uabb-masonary-content{
    position: static!important;
    height: auto!important;
    display: block!important;
    width: 100%!important;
}
.threeImgRow .uabb-masonary-item:nth-child(3){
    position: absolute!important;
    left: 0px!important;
    top: 0px!important;
    height: 400px;
    width: auto;
    transform: translate(0, 0);
    transition: transform 0.05s ease-in-out!important;
}
.threeImgRow .uabb-masonary-content .uabb-gallery-img{
    display: block;
    border-radius: 6px;
}
.threeImgRow .uabb-masonary-item:nth-child(2){
    position: relative!important;
    left:unset!important;
    top:unset!important;
    margin: 0 auto;
    display: block;
    margin-top: 120px;
    height: 600px;
    margin-bottom: 120px;
}
.threeImgRow .uabb-masonary-item:nth-child(2) .uabb-photo-gallery-content,
.threeImgRow .uabb-masonary-item:nth-child(2) .uabb-gallery-img{
    height:600px;
    max-width: 900px;
    margin: auto;
    object-fit: cover;
    border-radius: 6px;
}
.threeImgRow .uabb-masonary-item:nth-child(4){
    position: absolute!important;
    left: unset!important;
    top: unset!important;
    right: 0px;
    bottom: 0;
    width: auto;
    height: 360px;
    border-radius:6px;
    transform: translate(0, 0);
    transition: transform 0.05s ease-in-out!important;
}
/*****video*****/
.uabb-video__play-icon {
    background-color: rgba(23,89,214, 0.65);
    border-radius: 500px;
    width: 100px!important;
    height: 100px!important;
}
.uabb-video__play-icon:before {
    font-size: 26px!important;
    line-height: 100px!important;
}
.full-width .uabb-video .uabb-video__outer-wrap {
    padding-bottom: 700px;
    border-radius: 6px;
}
.conner .uabb-video__play-icon {
    left: 144px;
    bottom: 44px;
    top:unset!important;
}
.half-width .uabb-video .uabb-video__outer-wrap {
    padding-bottom: 480px;
    border-radius: 6px;
}
.fl-row.immersive-row .fl-row-content-wrap {
    padding-left: 0px;
    padding-right: 0px;
}
.immersive-text{
    padding-left:70px;
    padding-right:70px;
}
.immersive-text .fl-col-content{
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
.immersive .uabb-video__outer-wrap {
    background:transparent;
}
.immersive {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding:0 18px;
}
.immersive-row .uabb-video__outer-wrap .uabb-video__play img{
    display:none!important;
}
.uabb-video__outer-wrap img{
    height: 100%!important;
    object-fit: cover;
}
.immersive-row .uabb-video__outer-wrap{
    padding-bottom:640px;
}
.fl-builder-content .fl-accordion-button .fl-accordion-button-label {
    color: var(--black);
    padding: 0;
    background-color: transparent!important;
    border: none;
}
.fl-builder-content .white .fl-accordion-button .fl-accordion-button-label{
    color: var(--white);
}
body:not(.fl-builder-edit) .fl-accordion-button:focus{
    /* box-shadow:none!important; */
}

.fl-accordion-item {
    overflow: initial;
}

/********photo********/
.image_caption p{
    color:var(--white);
    display: inline-block;
    padding: 10px;
    background-color: rgba(19,16,17,0.8);
    float:right;
    border-radius:6px;
    font-size: 0.66rem;
    line-height:1.2;
    margin-bottom:16px;
}
.sub-image{
    position:absolute;
    bottom:-120px;
}
.sub-image img{
    height:600px;
    width:auto;
    object-fit: cover;
    border-radius: 6px;
}

/*****FLEXIBLE POST GRID MIXED MEDIA*****/
.post-grid.fmm{
    display: flex;
    gap: unset;
    flex-direction: row;
}
.post-grid.fmm .post-row:not(.post0) img, .post-grid.fmm .post-row:not(.post0) .defaultImg{
    display:none!important;
}
.external_post .fl-module-button:not(.noarrow) a.fl-button::after{
    transform: rotate(-45deg) translate(0px, 10px);
}
.external_post .fl-module-button:not(.noarrow) a.fl-button:hover::after{
    transform: rotate(-45deg) translate(10px, 20px);
}
.post-grid.fmm .post-row{
    display:block;
}
.post-grid.fmm .post0 .tags{
    position:absolute;
    top:16px;
    left:16px;
}
.post-grid.fmm .imgBox{
    position:relative;
}
.post-grid.fmm .tags{
    display: inline-block;
    padding: 8px 18px;
    font-size: 0.6364rem;
    line-height: 1.2;
    border-radius: 4px;
    background-color: var(--white);
    color: var(--black);
    margin-right:5px;
}
.post-grid.fmm .post0.post-row .post-col.title-col {
    margin-right: 0;
    width: calc(100% - 100px);
    float: unset;
    position:relative;
    background-color: #F5F5F5;
    padding-top:36px;
    padding-right:90px;
    min-height:88px;
}
.post-grid.fmm .post0.post-row .post-col {
    width: 100%;
    float: unset;
}
.post-grid.fmm .post-row{
    height:unset;
}
.post-grid.fmm>div{
    float:left;
    width:50%;
}
.post-grid.fmm .firstCol{
    padding-right: 66px;
    border-right: 1px solid #C1BFBB;
    padding-bottom:36px;
}
.post-grid.fmm .secondCol .imgBox{
    margin-bottom:16px;
}
.post-grid.fmm .secondCol .post-row{
    margin-top:0px;
}
.post-grid.fmm .secondCol{
    padding-left: 66px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post-grid.fmm .post0 .post-desc {
    margin-bottom: 26px;
    margin-top: 16px;
}
.post-grid.fmm .post0 img{
    margin-bottom:-88px;
    height:400px;
}
/*****post grid*****/
.post-grid{
    display:grid;
    grid-template-areas: 'post0 post0' 
    'post1 post2';
    gap:88px 54px;
}
.post0.post-row{
    grid-area: post0; 
}
.post1.post-row{
    grid-area: post1; 
    height: 100%;
    display: flex;
    flex-direction: column;
}
.post2.post-row{
    grid-area: post2; 
    height: 100%;
    display: flex;
    flex-direction: column;
}
.post2.post-row .desc-col, .post1.post-row .desc-col{
    margin-top: auto;
}
.post0.post-row .post-col{
    width:calc(50% - 54px);
    float:left;
}
.post0.post-row .post-col.title-col{
    margin-right:108px;
}
.post0 img{
    margin-bottom:44px;
    border-radius:6px;
    overflow:hidden;
    display:block;
    width:100%;
    height:548px;
    object-fit: cover;
}
.post0 .defaultImg{
    margin-bottom:44px;
    border-radius:6px;
    overflow:hidden;
    display:block;
    width:100%;
    height:548px;
    background-color:#727271;
}
.post-row .post-desc{
    margin-bottom:16px;
}
.post0 .post-desc{
    margin-bottom:26px;
    margin-top:8px;
}
.post2 img, .post1 img{
    margin-bottom:36px;
    border-radius:6px;
    overflow:hidden;
    display:block;
    width:100%;
    height: 260px;
    object-fit:cover;
}
.post2 .defaultImg, .post1 .defaultImg{
    margin-bottom:36px;
    border-radius:6px;
    overflow:hidden;
    display:block;
    width:100%;
    height:260px;
    background-color:#727271;
}

.post2 p, .post1 p{
    display:none;
}
.fmm .post2 p, .fmm .post1 p{
    display:block;
}
/******POST WEDGE******/
.post-wedge .post-col.img-col{
    border-radius: 6px;
    overflow: hidden;
}
.post-wedge .post-col.img-col img{
    height:100%;
    width: 100%;
    object-fit: cover;
}
.post-wedge .post .post-col.title-col h3{
    font-size: 1.3333rem;
    line-height: 2.0556rem;
}

/******POST WEDGE (FLEX LAYOUT)******/
.post-wedge.flex{
    display: grid;
    grid-template-areas:
        'top top'
        'left right';
    gap: 88px 54px;
}
.post-wedge.flex .post:first-child{
    grid-area: top;
}
.post-wedge.flex .post:nth-child(2){
    grid-area: left;
}
.post-wedge.flex .post:nth-child(3){
    grid-area: right;
}
.post-wedge.flex .post-col.img-col{
    height:260px;
    margin-bottom:36px;
}
.post-wedge.flex .post:first-child .post-col.img-col{
    height:540px;
}
.post-wedge.flex .post:first-child .post-col.title-col{
    margin-right:108px;
    width:calc(50% -54px);
}
.post-wedge.flex .post:first-child .post-col.desc-col{
    width:calc(50% -54px);
}
.post-wedge.flex .post:nth-child(2) .post-col.desc-col .post-desc, .post-wedge.flex .post:nth-child(3) .post-col.desc-col .post-desc{
    display:none;
}
.post-wedge.flex .post:nth-child(1) .post-col.title-col h3{
    font-size: 1.9444rem;
    line-height: 2.5rem;
}
.post-wedge.flex .tags{
    display:none;
}
/******POST WEDGE (MEDIA LAYOUT)******/
.post-wedge.media {
    display: grid;
    grid-template-areas:
        'left top'
        'left bottom';
    gap: 36px 0;
    align-items: stretch;
}
.post-wedge.media .post:first-child{
    grid-area: left;
    padding-right:44px;
    border-right: 1px solid #B9B7B3;
}
.post-wedge.media .post:nth-child(2){
    grid-area: top;
    padding-left:44px;
}
.post-wedge.media .post:nth-child(3){
    grid-area: bottom;
    padding-left:44px;
}
.post-wedge.media .post:first-child .post-col.img-col{
    margin-bottom: -88px;
    height: 400px;
}
.post-wedge.media .post .post-col.img-col{
    position: relative;
}
.post-wedge.media .post:nth-child(2) .post-col.img-col img,
.post-wedge.media .post:nth-child(3) .post-col.img-col img{
    display: none;
}
.post-wedge.media .post:nth-child(2) .tags,
.post-wedge.media .post:nth-child(3) .tags{
    position: static;
}
.post-wedge.media .tags {
    position: absolute;
    top: 16px;
    left: 16px;
    display: inline-block;
    padding: 8px 18px;
    font-size: 0.6364rem;
    line-height: 1.2;
    border-radius: 4px;
    background-color: var(--gold-main);
    color: var(--white);
    margin-right: 5px;
}
.post-wedge.media .post:nth-child(1) .post-col.title-col {
    margin-right: 0;
    width: calc(100% - 100px);
    float: unset;
    position: relative;
    background-color: #F5F5F5;
    padding-top: 36px;
    padding-right: 90px;
    min-height: 88px;
}
/******POST WEDGE (TWO COLUMN LAYOUT)******/
.post-wedge.two-column{
    display: flex;
    gap:66px;
}
.post-wedge.two-column .post{
    flex:1;
}
.post-wedge.two-column .post-col.img-col{
    height:400px;
    margin-bottom: -88px;
}
.post-wedge.two-column .tags {
    display: inline-block;
    padding: 8px 18px;
    font-size: 0.6364rem;
    line-height: 1.2;
    border-radius: 4px;
    background-color: var(--gold-main);
    color: var(--white);
    margin-right: 13px;
}
.post-wedge.two-column .post-col:not(.img-col){
    width: calc(100% - 100px);
    background-color: #F5F5F5;
    padding-right: 90px;
    padding-top: 0px;
    position:relative;
    z-index: 5;
}
.post-wedge.two-column .post-col.title-col, .post-wedge.media .post-col.title-col{
    padding-top: 36px;
    padding-bottom:26px;
}
/******POST GRID (GRID LAYOUT)******/

.postBottom{
    padding:0 15px;
    margin-top: auto;
}
.imgBox .defaultImg{
    height:280px;
    width:100%;
    background-color:#727271;
}
.posts{
    margin-top:66px;
}
.infoPost{
    font-family: "soehne-kraftig";
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.63rem;
}
.post-wedget, .posts{
    display: grid;
    flex-wrap: initial;
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
    gap: 57px;
    width: 100%;
}
.post-wedget .post .tags, .posts .post .tags, .post-carrousel .tags{
    display: inline-block;
    padding: 8px 18px;
    font-size: 0.6364rem;
    line-height: 1.2;
    border-radius: 4px;
    background-color: var(--white);
    color: var(--black);
    margin-right:13px;
}
.posts .post .tags, .post-carrousel:not(.list) .tags
{
    position: absolute;
    top: 13px;
    left: 13px;
}
/* .post {    cursor:pointer;} */

/******POST CARROUSEL*****/
.post-carrousel.grid .post{
    padding:0 44px 0 0;
}
.post-carrousel.list .post{
    padding:0 26px 0 0;
}
.post-carrousel.list .post .postBox{
    padding:0 26px 0 0;
    border-right:1px solid #C1BFBB;
}

.post-carrousel.card .postBox {    width:600px;}
.post-carrousel.card .postBox.with_img,
.slidermanual_slide >.fl-col-content {
    width: 100%;
    max-width: 1000px;
    /* height: 446px; */
    margin-left: auto;
    margin-right: auto;
}

.post-carrousel .post .postBox a.arrowlink{
    margin-left:0;
}



.post-carrousel .post .postBox .slider_readmore {margin-top:26px;}

.slick-initialized .slick-slide {
    display: flex!important;
    height: auto;
    flex-direction: column;
}
.slick-initialized .slick-slide>div{
    height:100%;
}
.slick-initialized .post .postBox {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.post-carrousel .post{    height:100%;}


.post-carrousel-wrapper {position:relative;}

.slider_manual >.fl-row-content-wrap >.fl-row-content >.slick-list:after,
.post-carrousel-wrapper:after {
    content: "";
    position: absolute;
    top: -5px;
    right: 0;
    width: 250px;
    background: linear-gradient(to left, var(--red) 0%,rgba(126,25,24,0) 50%);
    z-index: 9;
    /* height: 105%; */
    height: 100%;
    pointer-events: none;
}

.slider_manual.gray >.fl-row-content-wrap >.fl-row-content >.slick-list:after {
    background: linear-gradient(to left, var(--gray) 0%,rgba(126,25,24,0) 50%);
}

.slider_manual.white >.fl-row-content-wrap >.fl-row-content >.slick-list:after {
    background: linear-gradient(to left, var(--white) 0%,rgba(126,25,24,0) 50%);
}

.slider_manual >.fl-row-content-wrap {display:block;}



.slick-arrow {
    background-color: transparent;
    padding: 0;
    width: 62px;
    height: 62px;
    border: 1px solid var(--gold-light);
    border-radius: 100px;
    transition:all .25s ease;
}
.slick-arrow.slick-disabled {opacity:0.2}

.slick-arrow:hover, .slick-arrow:focus {    
    border: 2px solid var(--gold-main);
    background-color:var(--gold-main);
}
.slick-prev {transform:rotate(180deg)}
.slider-ctl{
    display:flex;
    gap:11px;
    justify-content:flex-end;
    margin-bottom:16px;
}
.slider_manual .slider-header{
        padding: 0 70px;
    max-width: 1366px;
    box-sizing: border-box;
    margin: 44px auto 0;

}
.slider-header{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 44px;
    position: relative;
    z-index: 99;
}
.slick-dots{
    margin-bottom:0!important;
    margin: auto;
        padding: 0;
}
.slick-dots li.slick-active {
    display: block;
}
.slick-dots li {
    display: none;
    line-height: 1;
}
.slick-active button, 
.slick-active button:hover, 
.slick-active button:focus {
    font-family:"soehne-buch";
    background-color: transparent;
    color: var(--white);
    padding: 0;
    border: 1px solid transparent;
    pointer-events: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.63rem;

}

.gray .slick-active button, 
.gray .slick-active button:hover, 
.gray .slick-active button:focus,
.white .slick-active button, 
.white .slick-active button:hover, 
.white .slick-active button:focus {    
    color: var(--black);
}


.slider-dot{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
        min-width: 63px;
}
.slick-slider .post .infoBox h3 {margin-top:36px;}
.slick-slider .post .infoBox .post-desc {margin-top:26px;}
.slidermanual_slide_date p,
.slick-slider .post .infoBox .date {
    font-family: "soehne-kraftig";
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.63rem;
    margin-bottom: 0;
}
.slick-slider .post .postBox.with_img .infoBox {padding-right: 40px;}
.slick-slider .post .infoBox{
    padding:0;
}
.slick-slider .post .postBottom{
    padding: 0;
}
/******POST CARROUSEL (GRID LAYOUT)******/
.post-carrousel.list .postBox .imgBox{
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 6px;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.post-carrousel.list .postBox .imgBox .date{
    font-size: 0.777rem;
    font-weight: 600;
    color: #727271;
    line-height: 1;
}

.carrousel-two-column.post-carrousel .post .postBox{
    width:calc(100% - 33px);
}
.carrousel-two-column.post-carrousel .post .infoBox, .carrousel-two-column.post-carrousel .post .postBottom{
    width: calc(100% - 100px);
    background-color: #F5F5F5;
    padding-right: 90px;
    padding-top: 10px;
}
.carrousel-two-column.post-carrousel .post .imgBox{
    height: 400px;
    margin-bottom: -88px;
}
.carrousel-two-column.post-carrousel .post .infoBox{
    position:relative;
}
.carrousel-two-column.post-carrousel .post .imgBox img{
    height: 400px;
}
.carrousel-two-column.post-carrousel .slick-active:not(.slick-current) .postBox{
    float:right;
}
/******POST CARROUSEL (LIST LAYOUT)******/
.post-carrousel.list .slick-slide img{
    display:none!important;
}

/******POST CARROUSEL (CARD LAYOUT)******/

.post-carrousel.card .slick-track {    display: flex;}
.post-carrousel.card .postTop {
    display: grid;
    height: 100%;
    grid-template-columns: auto;
}
.post-carrousel.card .postBox.with_img .postTop {grid-template-columns: auto 350px;}


.post-carrousel.card .post{
    /* padding:0 46px 0 0; */
}
.slidermanual_slide >.fl-col-content,
.post-carrousel.card .postBox{
    padding: 44px;
    background-color: var(--white);
    transition: all 0.5s ease;
    border-left: 16px solid var(--peach);
    /* margin-right:40px; */
}

.slider_manual .slick-slide,
.post-carrousel.card .slick-slide {margin-right:40px;}



.posts .post h3 a, 
.post-wedget .post h3 a {
  text-decoration: none;
  background-image: linear-gradient(var(--gold-main), var(--gold-main));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  transition: background-size 250ms ease-in-out;
  display:inline;
}
.posts .post:hover h3 a, 
.post-row h3:hover a, 
.post-list:hover h3 a, 
.posts .post:focus h3 a, 
.post-wedget .post:hover h3 a, 
.post-wedget .post:focus h3 a{
    background-size: 100% 1px;
    color:var(--black);
}
.posts .post .infopost{
    font-size:0.6364rem;
    line-height:1.5rem;
}
.postBox .imgBox{
    position: relative;
    overflow: hidden;
    min-width: 40%;
    width: 100%;
    max-height: 325px;
}
.post .postBox{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.post img{
    width: 100%;
    object-fit: cover;
    transition: all 1s ease;
    height: 100%;
}
.post h4{
    margin:26px 0 16px;
}

.slidermanual_slide:hover .slidermanual_slide_image img,
.post:hover img{
    transform: scale(1.05);
}

.slidermanual_slide .slidermanual_slide_image img {transition:all 1s ease;}
.slidermanual_slide .slidermanual_slide_image .fl-photo-content {overflow:hidden}

.slidermanual_slide .arrow_bg_gray {display:none}
.slider_manual.gray .arrow_bg_gray {display:black}
.slider_manual.gray .arrow_bg_red {display:none}

.post-carrousel-wrapper .arrow_bg_gray {display:none}



/******POST GRID (CARD LAYOUT)******/
.posts.card .post{
    padding: 16px 16px 36px;
    background-color: var(--white);
    border-radius: 30px;
    transition: all 0.5s ease;
}
.posts.card .tags {
    position:static;
    color: var(--gold-main);
    display: inline-block;
    border: 1px solid var(--gold-main);
    padding: 12px 14px;
    text-transform: capitalize;
    border-radius: 30px;
}
.posts.card .post:hover .infoBox .h4, .posts .post:hover .infoBox .excerpt{
    color:var(--white);
}
.posts.card .post:hover .tags {
    color: var(--white);
    background-color:var(--gold-main);
    border: 1px solid var(--white);
}
.posts.card .post:hover a.arrowlink{
    color:white;
    background-image:linear-gradient(var(--white), var(--white))
}
.posts.card .post:hover a.arrowlink::after{
    filter:grayscale(100%) brightness(100);
    transform: translateX(10px);
}
.posts.card .post:hover {
    transform: scale(1.05);
    background-color: var(--gold-main);
    position:relative;
}
.posts.card .infoBox h3{
    color:var(--gold-main);
}
.posts.card .infoBox{
    padding:0 0;
}
.posts.card .postBottom{
    padding:0 0;
}
.posts.card a.arrowlink{
    margin-left:0;
}
/******POST GRID (LIST LAYOUT)******/
.posts.list {
    display: block;
}
.posts.list .tags{
    font-family: "soehne-buch";
    font-size: 14px;
    font-size: 0.88rem;
    line-height: 28px;
    line-height: 1.75rem;
    position:static;
    display: inline-block;
    padding: 0px 15px;
    word-break: break-word;
    border-radius: 100px;
    border:1px solid var(--gold-main);
    color: var(--black);
    margin-bottom:5px;
    margin-right:0;
}
.posts.list .postBox{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.posts.list .postTop{
        display: grid;
    grid-template-columns: auto 366px;
    /* justify-content: space-between; */
    align-items: flex-start;
    flex:7;
    order:2;
}
.posts.list .postBottom{
    margin-top:0;
    flex:1;
    order:1;
    padding:0;
    padding-left: 36px;
    padding-top: 44px;
}
.posts.list .postBox .imgBox{
    flex:1;
    order:2;
    text-align: right;
    height: 100%;
    max-height: 240px;
    width: 100%;
    max-width: 330px;
    margin-right:36px;    
    
}
.posts.list .postBox .infoBox{
    flex: 2;
    order:1;
}

.posts.list .infoBox h3{
    font-size: 22px;
    font-size: 1.38rem;
    line-height: 31px;
    line-height: 1.94rem;
    color: var(--black);
}
.posts.list img {
    height: 100%;
    width: 100%;
}
.posts.list .post .infoBox {
    padding-right:70px;
    padding-top: 44px;
}
.posts.list .post .infoBox .excerpt{
    color:var(--black);
    font-family: "soehne-buch";
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    margin-top:20px;
}
.posts.list .defaultImg{
    height:240px;
    background-color:#727271;
}
.posts.list .post{
    border-top: 1px dashed var(--gold-main);
    padding:16px 0;
}
.posts.list .post:last-child{
    border-bottom: 1px solid #B9B7B3;
}

.post-carrousel.card a.arrowlink {    
    color:var(--black);
    padding-right: 37px;
}
.post-carrousel.card a.arrowlink:hover {padding-right:48px;}
.post-carrousel.card a.arrowlink:after {    
    content:var(--arrow-gold);
    transition:all .25s ease;
    padding-left:15px;
}





/*********post filter*********/


.archive-info, .archive-filter{
    background-color:#FEFAF8;
}
.fl-archive--filter-clear button:hover {animation: 0.25s underline;}
.fl-archive--filter-clear button {
    background: transparent;
    border: 0;
    background-image: linear-gradient(var(--gold-main), var(--gold-main));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    transition: background-size 250ms ease-in-out;
    border-radius: 0;
    padding: 0;
    font-family: "soehne-kraftig";
    font-size: 19px;
    font-size: 1.19rem;
    line-height: 37px;
    line-height: 2.31rem;

}

.fl-archive--header .fl-archive--header-img {
    width: 38.4%;
    float: right;
}

.fl-archive--header .fl-archive--header-title {
    width: 100%;
    margin-top: 73px;
    margin-bottom: 23px;
}

.fl-archive--header .fl-archive--header-title h1 {
    color: var(--black);
    margin: 0;
    text-align:center;
}

.fl-archive--header .fl-archive--header-description{
    text-align: center;
    max-width: 830px;
    margin: 0 auto 0px;
    padding-bottom: 63px;
}

.filter-form--content.hidden {
    max-height: 1px;
    opacity:0;
}

.filter-form--header {
    display:flex;
    align-items: center;
}
.filter-form--content  {
    transition: all 0.25s linear;
    clear: both;
    display: flex;
    overflow: hidden;
    align-content: flex-start;
    opacity:0;
    max-height: 0px;
}
.filter-form--content.visible{
    padding-top: 30px;
    opacity:1;
    max-height: 1000px;
    overflow: inherit;
}

.fl-archive--filter.closed{
    background-color: var(--white);

}

.fl-archive--filter {
    background-color: var(--white);
    width: 100%;
    clear: both;
    padding: 21px 52px;
}

.visiblefilters{
    margin-bottom:1px;
    transition:all .15s ease;
    opacity:0;
    visibility:hidden;
    position:absolute;
        top: 7px;
        transform:rotate(90deg);
}
.hiddenfilters{    
    margin-bottom: 3px;
    transition:all .15s ease;
    opacity:0;
    visibility:hidden;
    position:absolute;
        top: 13px;
}

.visiblefilters.active,
.hiddenfilters.active {
    transform:rotate(-180deg);
    opacity:1;
    visibility:visible;
}

.fl-archive--filter-refine {
    width: 50%;
    float: left;
    cursor: pointer;
    position:relative;
}

.fl-archive--filter-refine span{
    font-family: "soehne-buch";
    color: var(--black);
}
.fl-archive--filter-clear span {
    font-family: "soehne-buch";
    color: var(--gold-main);
    text-decoration: underline;
    font-weight: 700;
}
.fl-archive--filter.closed .fl-archive--filter-clear {
    /* display:none!important; */
}
.fl-archive--filter-clear

.fl-archive--filter-items {
    float: left;
    width: 60%;
    vertical-align: text-top;
    display: flex;
    flex-wrap: wrap;
}

div.filter-item {
    list-style-type: none;
    margin: 0;
    padding: 0px 50px 14px 0;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    width: 50%;
}

div.filter-item.theme {
    padding: 14px 30px 14px 7px;
}

.fl-archive--filter-refine span{
    color: var(--black);
    font-family: "soehne-kraftig";
    font-size: 29px;
    font-size: 1.81rem;
    line-height: 28px;
    line-height: 1.75rem;
    padding-left: 40px;
}
.fl-archive--filter-clear {
    width: 50%;
    float: right;
    text-align: right;
}

.fl-archive--filter-items {
    float: left;
    width: 60%;
    vertical-align: text-top;
    display: flex;
    flex-wrap: wrap;
}

div.filter-item {
    list-style-type: none;
    margin: 0;
    padding: 0px 50px 14px 0;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    width: 33.3%;
}

div.filter-item.theme {
    padding: 14px 30px 14px 7px;
}

div.filter-item .filter-item--label-title, 
div.fl-archive--filter-search .filter-item--label-title {
    margin: 0;
    color: var(--gold-main);
    font-family: "soehne-halbfett";
    font-size: 19px;
    font-size: 1.19rem;
    letter-spacing: 0.15em;
    line-height: 30px;
    line-height: 1.88rem;
    position: relative;
    width: 100%;
    text-transform:uppercase;
}

.fl-module-button.white.arrowlink a.fl-button:hover{
    background-color:transparent;
}
.fl-module-button.white.arrowlink a.fl-button:hover span{
    color:var(--gold-main);
}
.fl-module-button.white.arrowlink a.fl-button::after{
    content: var(--arrow-blue);
}

div.filter-item .filter-item--label-title.visible {
    z-index: 15;
}

.filter-item--label-title img {
    float: right;
}
.fl-archive--filter-search > div{
    position:relative;
}
.fl-archive--filter-search > div:not(.category-filters--go):after{
    content:url(/wp-content/uploads/icon_magni.svg);
    display:block;
    position:absolute;
    bottom:-2px;
    left:0;
}



.filter-item ul {
    list-style-type: none;
    margin: 0;
    padding: 7px 0 17px;
    z-index: 5;
}

.filter-item ul li {
    padding: 0px 0;
    font-size: 0.888rem;
    line-height: 1.55rem;
    cursor: pointer;
    font-family: "soehne-buch";
    color:var(--black);
    margin-bottom: 6px;
}
.filter-item ul li label{
    font-weight:400!important;
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
}
.filter-item ul li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.filter-item ul li label .checkmark {
    position: absolute;
    top: 4px;
    left: 5px;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border:solid 1px var(--gold-main);
    border-radius:2px;
  }
  .filter-item ul li label input:checked ~ .checkmark {
    background-color: var(--gold-main);
    border:solid 1px var(--gold-main);
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .filter-item ul li label input:checked ~ .checkmark:after {
    display: block;
  }
  .filter-item ul li label .checkmark:after {
    left: 4px;
    top: 2px;
    width: 5px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
.category-filters--go {
    display: inline-block;
}

.category-filters--go button {
    background-color: transparent;
    color: var(--black);
    border: 1px solid var(--gold-main);
    background-color: var(--white);
    padding: 12px 31px;
    min-width: inherit!important;
    transition:0.2s all;
    transform:scale(1);
    border-radius:0;
    font-family: "soehne-kraftig";
    font-size: 19px;
    font-size: 1.19rem;
    line-height: 37px;
    line-height: 2.31rem;
}
.loadMore_btn:after {
            content:"";
        background-image:var(--arrow-gold);
        background-size:contain;
        width:22px;
        height:18px;
        margin-left:20px;
        display:inline-block;
        position:relative;
        transition: all 0.75s ease;
        transform:rotate(90deg);
}
.loadMore_btn:hover:after,
.loadMore_btn:focus:after {
        background-image:var(--arrow-white);
}

div.loadMore button, 
div.loadMore button:focus {
    margin:36px auto 0;
    display: block;
    border-radius:0;
    background-color: transparent;
    color: var(--black);
    border: 1px solid var(--gold-main);
    background-color: var(--white);
    padding: 23px 37px 23px 37px;
    font-family: "soehne-buch";
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    min-width: inherit!important;
    transition:0.2s all;
    transform:scale(1);
}
div.loadMore button.page_btn{
    margin:36px 0 0;
    padding: 23px 30px;
}
div.loadMore {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.category-filters--go button:hover,
.category-filters--go button:focus,
div.loadMore button:hover,
div.loadMore button:focus {
    transform:scale(1.15);
    border: 1px solid var(--gold-main);
    color:var(--white);
    background:var(--gold-main);
}
.category-filters--go button .a_arrow{
    padding-left:39px;
}

div.loadMore button:hover {
    border-color: var(--gold-main);
    background-color: var(--gold-main);
    color: #fff;
}

.category-filters--go button:active,
.category-filters--go button:focus {
    outline: var(--gold-main) solid 2px;
}

.fl-archive--filter-search {
    width: 40%;
    float: left;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.fl-archive--filter-search input::placeholder{
    color:#727271;
    font-family:"soehne-buch";
}

.fl-archive--filter-search input {
    height: 32px;
    border: none;
    font-family: "soehne-buch";
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
    border-bottom: 1px solid var(--gold-main);
    border-radius: 0;
    background-color: transparent;
    color: var(--black);
    padding-left: 30px;
    max-width: 320px;

}

.fl-archive--filter-search input[type=text]:focus {
    background-color: transparent;
    border-bottom: 1px solid "soehne-buch";
    outline: #275dc5 solid 2px;
}


.fl-archive--filter-items ul li label {
    margin: 0;
    padding-left: 25px;
    position: relative;
}

.fl-archive--filter-items ul li label input {
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 5px;
    position: absolute;
    height: 15px;
    width: 15px;
    left: -25px;
    top: -1px;
}
.container input:checked ~ .checkmark {
    background-color: var(--gold-main);
  }
.post-type-archive .fl-archive--content {
    margin: 72px -2.5% 95px;
    display: flex;
    flex-flow: wrap;
}
.fl-archive .fl-archive--content {
    margin-top:66px;
    margin-bottom:110px;
}
.fl-archive--content .posts{
    margin-bottom:0;
    border-bottom: 1px dashed var(--gold-main);
}
.fl-archive--content .post {
    display: none;
}

.fl-archive--content .post a {
    text-decoration: none;
}

.fl-archive--content .post a:hover,
.fl-archive--content .post a:focus {
    text-decoration: none;
}
.post-list{
    padding: 16px 32px;
    border-top: 1px solid #B9B7B3;
    display:none;
}
.active.post-list, .active.post{
    display:block;
}
.posts-list{
    padding: 66px 0;
    cursor:pointer;
}

/*****hotspot map*****/
.gm-style-iw-d{
    overflow: auto;
    max-height: unset;
    background-color: var(--red);
    max-width: unset;
    padding: 0;
    color: var(--white);
}
.dialog{
    background-color: var(--red);
    padding: 20px 30px;
    max-width: 350px;
    max-height:unset;
}
/******slider******/
.image_slider3 .fl-slide-foreground p {
    line-height: 1.6667rem;
}
/***background size***/
/*
.background-120vh .fl-row-content-wrap{
    height:120vh;
}

.background-75vh .fl-row-content-wrap{
    height:75vh;
}
*/
/*****form****/
body:not(.fl-builder-edit) div.wpforms-container-full .wpforms-form input[type=checkbox]:focus, body:not(.fl-builder-edit) div.wpforms-container-full .wpforms-form input[type=radio]:focus{
    box-shadow:none!important;
}
div.wpforms-container-full .wpforms-form input[type=radio]:checked::before{
    top: 3px;
    left: 6px;
}
/*************tab***********/

.fl-tabs .fl-tabs-label.fl-tab-active {
    text-decoration: underline;
    color: var(--gold-main);
}
.fl-tabs .fl-tabs-panel-content-col2 p, .fl-tabs .fl-tabs-label{
    font-size:"soehne-buch";
}














body:not(.fl-builder-edit) .photo-overlap {
    position: absolute;
}

.photo-overlap {
    bottom: -66px;
    width: calc(100% - 140px);
    max-width: 1366px;
}

.photo-overlap.top {
    top: -37px;
}

.margin0auto {margin: 0 auto;}

.stats .fl-number .fl-number-text .fl-number-string span {
    font-family: "soehne-buch";
    font-size: 5.5556rem;
    font-weight: 700;
    line-height: 2.7778rem;
}

.stats.small .fl-number .fl-number-text .fl-number-string span {
    font-size: 2.7778rem;
}

.stats .fl-number .fl-number-text .fl-number-string {
    font-size: 5.5556rem;
    white-space: initial;
    text-align: left;
}

.scaleonhover .fl-col-content {
    transition: all .25s ease;
}

.scaleonhover .fl-col-content:hover {
    transform: scale(1.05);
}

button:hover, input[type=button]:hover, input[type=submit]:hover {
    background-color: none;
    border: 0;
}

.floating-img {
    position: relative;
    transition: all .5s cubic-bezier(0.235, 0.615, 0.185, 0.995);
}

.floating-txt {
    position: absolute;
    /* top: calc(100% - 200px); */
    bottom: -120px;
    transition: all .75s cubic-bezier(0.235, 0.615, 0.185, 0.995);
}

.floating-txt .fl-col-content {
    position: relative;
}

.floating-img .fl-photo-content {
    overflow: hidden;
    border-radius: 6px;
}

.fl-post .floating-img img {
    height: 45vw;
    width: 44vw;
    object-fit: cover;
    object-position: 0 0%;
    transform: scale(1.5);
    transition: all .5s cubic-bezier(0.235, 0.615, 0.185, 0.995);
}

.fl-module-photo-gallery.partners .uabb-photo-gallery-content {
    height: 10vw;
    background-color: white;
    padding: 24px 18px;
    border-radius: 6px;
    position: relative;
}

.fl-module-photo-gallery.partners .uabb-photo-gallery-content a {
    height: 100%;
    display: flex;
        justify-content: space-evenly;
}

.fl-module-photo-gallery.partners .uabb-photo-gallery-content a::after {
    content: url(/wp-content/uploads/Icon-feather-external-link.svg);
    position: absolute;
    bottom: 0;
    left: 0;
    padding-right: 17px;
    width: 100%;
    text-align: right;
}

.fl-module-photo-gallery.partners .uabb-photo-gallery-content img {
    object-fit: contain;
    max-height: 100%;
    width:200px !important;
}

.ticker-banner--wrapper {
    height: 180px;
    max-height: 180px;
    padding: 17px 0;
}

/*
.ticker-banner--wrapper .slick-list,
.ticker-banner--wrapper .slick-track,
.ticker-banner--wrapper .slick-slide,
.ticker-banner--wrapper .slick-slide div,
*/
.ticker-banner--wrapper img {
    height: 80px;
    margin-right:44px;
    width: 100%;
    width: 240px;
    object-fit: contain;
    object-position: left;
}

.ticker-banner--wrapper .sponsors_title {
    font-family: "soehne-buch";
    font-style:italic;
    font-size: 14px;
    font-size: 0.88rem;
    line-height: 28px;
    line-height: 1.75rem;
    color: var(--black);
    font-weight: initial;
    letter-spacing: -0.01em;
}

.ticker-banner--wrapper .sponsors_wrap {    display: flex;align-items: center;}
.ticker-banner--wrapper .slick-track {    
    display: flex;
        align-items: center;
}

.ticker-banner--wrapper .ticker-icon--item,
.ticker-banner--wrapper .ticker-text--item {
    /*
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    */
    padding-right: 88px;
    border-left:1px solid var(--gold-main);
    padding-left:26px;
    height: 100%;
}

.ticker-banner--wrapper .ticker-text--item {
    font-family: "soehne-buch";
    font-weight: 700;
    font-size: 3.3333rem;
/*     white-space: nowrap; */
}

/* accordion centered */
.fl-builder-content .centered .fl-accordion-button .fl-accordion-button-icon {
    padding-right: 92px;
}

.fl-builder-content .fl-module.centered .fl-accordion-content p {
    max-width: 850px;
}


/***************/
/* Testimonial */
/***************/
.testimonail_text p{
    font-family: "tiempos-fine-regular";
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 52px;
    line-height: 3.25rem;
    font-style: italic;
}
.testimonial_column_left >.fl-col-content {position:relative;}
.testimonial_photo {
    position:absolute;
    bottom:0;
    right:39px;
}


/********************/
/* Membership Cards */
/********************/
.fl-content .membership_cards .membership_cost p {
    font-family: "soehne-buch";
    font-size: 58px;
    font-size: 3.63rem;
    line-height: 72px;
    line-height: 4.5rem;
}
.fl-content .membership_cards .membership_cost p sub {
    font-family: "soehne-buch";
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.63rem;
    margin-left:5px;
    top: 0px;
}

.fl-content .membership_cards .membership_cost p sub {
        top: -10px;
}

.fl-content .membership_cards .fl-accordion-button-label {
    font-family: "soehne-halbfett";
    font-size: 19px;
    font-size: 1.19rem;
    letter-spacing: 0.15em;
    line-height: 30px;
    line-height: 1.88rem;
    color: var(--gold-main);
}

.fl-content .membership_cards .fl-accordion-button .fl-accordion-button-icon {
    padding-right: 3px;
    position: relative;
    top: 1px;
    /* padding-top: 0px; */
}

.fl-content .membership_cards .ua-icon-plus:before, 
.fl-content .membership_cards .ua-icon-minus:before {
    width: 20px;
    height: 20px;
    transform: scale(0.5);
    color: var(--gold-main);
    display: inherit;
    padding-left: 4px;
    transition: all .25s ease;
    line-height: 0;
    position: relative;
    transform-origin: 32px -4px;
    top: 10px;
    font-size: 40px;
}
.fl-content .membership_cards .ua-icon-minus:before {
    transform: scale(0.5) rotate(180deg);
    transform-origin: 27px -1px;
}

.fl-content .membership_cards .fl-accordion-content ul {padding: 0 5px;}
.fl-content .membership_cards .fl-accordion-content li {
    list-style-image:url(/wp-content/uploads/Icon-feather-check.svg);
    margin-bottom: 10px;
        padding-left: 15px;
}


/********/
/* Hero */
/********/

body:not(.fl-builder-edit) .fl-content .hero >.fl-row-content-wrap {background-size:0}
body:not(.fl-builder-edit) .fl-content .hero {
    overflow:hidden;
    position: relative;
    background:var(--red);
}

body:not(.fl-builder-edit) .fl-content .green {
    background:var(--forest);
}

body:not(.fl-builder-edit) .hero.bgalign_top .hero_mobile_img {background-position-y: top;}
body:not(.fl-builder-edit) .hero.bgalign_bottom .hero_mobile_img {background-position-y: bottom;}
body:not(.fl-builder-edit) .hero.bgalign_left .hero_mobile_img {background-position-x: left;}
body:not(.fl-builder-edit) .hero.bgalign_right .hero_mobile_img {background-position-x: right;}
body:not(.fl-builder-edit) .hero_mobile_img {
    width: 66vw;
    height: calc(100% + 20px);
    background-position: center;
    position: absolute;
    top: -10px;
    /* right: -10px; */
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.fl-content .hero:not(.simple):not(.compact) >.fl-row-content-wrap{
    position:relative;
 
}

body:not(.fl-builder-edit) .hero >.fl-row-content-wrap >.fl-row-content {
    position: relative;
    z-index: 3;
}
body:not(.fl-builder-edit) .hero .bgrojo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--red);
    box-shadow: 0px 0px 300px 100px rgba(0,0,0,1);
    z-index: 2;
}

body:not(.fl-builder-edit) .hero.green .bgrojo {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--forest);
    box-shadow: 0px 0px 300px 100px rgba(0,0,0,1);
    z-index: 2;
}

body:not(.fl-builder-edit) .hero.simple {overflow:hidden}
body:not(.fl-builder-edit) .hero:after {
    content: "";
    position: absolute;
    top: -500px;
    left: 0;
    height: 500px;
    width: 100%;
    box-shadow: 0px 0px 300px 100px rgba(0,0,0,1);
    z-index: 1;
}

.hero >.fl-row-content-wrap {
    background-position: 120% 0%;
    background-size: 70vw;
    position:relative;
}

body:not(.fl-builder-edit) .hero.dark >.fl-row-content-wrap:before,
body:not(.fl-builder-edit) .hero.dark_light >.fl-row-content-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}

body:not(.fl-builder-edit) .hero.dark_light >.fl-row-content-wrap:before {    opacity: 0.1;}

body:not(.fl-builder-edit) .hero.darker >.fl-row-content-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    opacity: 0.75;
    z-index: 1;
}

.hero .hero_title {width:815px}

.hero_bottom_pattern {
    position: relative;
    z-index: 2;
}

.hero .col_onethird {
    max-width:33%;
    min-width:455px;
}

.hero:not(.simple):not(.compact) .col_onethird >.fl-col-content {
    padding-bottom:15vh;
}

.arrow_animated img.fl-photo-img {
    transform: rotate(90deg);
    animation: arrow_down 3s ease infinite;
}
@keyframes arrow_down {
    0% {transform: translateY(20px) rotate(90deg);}
    30% {transform: translateY(20px) rotate(90deg);}
    40% {transform: translateY(0px) rotate(90deg);}
    50% {transform: translateY(20px) rotate(90deg);}
    60% {transform: translateY(0px) rotate(90deg);}
    70% {transform: translateY(20px) rotate(90deg);}
    100% {transform: translateY(20px) rotate(90deg);}
  }


.cpt_news_date,
.cpt_news_tag {
  font-family: "soehne-buch";
  font-size: 14px;
  font-size: 0.88rem;
  line-height: 28px;
  line-height: 1.75rem;
  color:var(--white);
  margin-right:16px;
}
.cpt_news_tag {
    border:1px solid var(--gold-light);
    border-radius:100px;
    padding:6px 19px;
}
.hero_cptnews p {margin:0;}

.cpt_leadership_share .uabb-ss-icon {margin-left:20px;}
.cpt_sponsor p {margin-bottom:10px;}

body.single .fa-twitter:before {
    content: url(/wp-content/uploads/icon-social-x-gold.svg);
}

body.single blockquote {margin:50px 0 30px;}



/*****people*****/
.people{
    display: grid;
    flex-wrap: initial;
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
        gap: 45px 110px;
    width: 100%;
}
.peopleBox {
    /* margin-bottom: 50px; */
}

.peopleBox .h4.peopleName{
    margin-top:26px;
    color:var(--black);
    line-height: 26px;
    margin-bottom: 10px;
}
.peopleBox .peoplePosition{
    font-family: "soehne-kraftig";
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.63rem;
    margin-bottom: 0;
}
.peopleBox button {
    width: 100%;
    font-family: "soehne-kraftig";
    font-size: 19px;
    font-size: 1.19rem;
    line-height: 37px;
    line-height: 2.31rem;
    color: var(--gold-dark);
    border: none;
    border-radius: 0;
    border-bottom: 2px solid var(--gold-dark);
    background-color: transparent;
    padding: 0;
    display: block;
    text-align: left;
    margin-top: 6px;
}
.peopleBox .button_more:after{
        width: 20px;
    transform: scale(1.5);
    color: var(--gold-main);
    display: block;
    padding-left: 4px;
    transition: all .25s ease;
    transform-origin: center;
    content: "\e96b";
    font-family: 'Ultimate-Icons' !important;
    float: right;
    font-size: 12px;
    position: relative;
    top: 2px;
}
.peopleBox .button_less:after{
        width: 20px;
    transform: scale(1.5);
    color: var(--gold-main);
    display: block;
    padding-left: 4px;
    transition: all .25s ease;
    transform-origin: center;
    content: "\e966";
    font-family: 'Ultimate-Icons' !important;
    float: right;
    font-size: 12px;
    position: relative;
    top: 2px;
    
}
.peopleBox .peopleImage {
    /* margin-left: 13px; */
    background-color: var(--gold-light);
}
.peopleBox .peopleImage,
.peopleBox img {
    border-radius: 500px;
    height: 180px;
    width: 180px;
    max-height: 180px;
    max-width: 180px;
    object-fit: cover;
}
.peopleBox .moreDetails{
    font-family: "soehne-buch";
    font-size: 16px;
    font-size: 0.89rem;
    line-height: 26px;
    line-height: 1.44rem;
    display:none;
    padding-top:16px;
    margin-bottom:10px; 
    color:var(--black);
}

/********************/
/* Horizontal Cards */
/********************/
.horcards_image,
.horcards_image >.fl-module-content,
.horcards_image >.fl-module-content >.fl-photo,
.horcards_image >.fl-module-content >.fl-photo >.fl-photo-content,
.horcards_image >.fl-module-content >.fl-photo >.fl-photo-content >img { 
    height: 100%;
    max-height:520px;
    object-fit: cover;
}




/*****************/
/* Sponsor Cards */
/*****************/

.sponsorcards_wrapper {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    gap: 36px 44px;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
}

.sponsorcards_item {
    width: 33%;
    margin: 0;
    flex: 1;
    flex-basis: calc(50% - 22px);
    flex-grow: 0;
    flex-shrink: 1;
}
.sponsorcards_image {
    height:100px;
    display: flex;
    align-items: end;
}
.sponsorcards_image img {
    margin: 0 auto;
    width: 100%;
    max-height: 100%;
    max-width: 300px;
}
.sponsorcards_name {
    margin-top:44px;
    line-height: 2rem;
}
.sponsorcards_description p {margin:0;}
.sponsorcards_description {
    margin-top:26px;
    position:relative;
}
.sponsorcards_link {
    margin-top:36px;
    margin-bottom: 0;
}

.sponsorcards_wrapper .arrowlink {
    padding:0;
    padding-bottom:3px;
    color:var(--black);
    margin-left: 38px;
}

img[src*="https://womencorporate.wpengine.com/wp-content/uploads/logo-spencer-stuart.svg"] {
    transform:translateY(11px)
}


.read-more, .read-less { 
    font-family: "soehne-buch";
    text-decoration: underline !important;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.63rem;
    color: var(--black);
    margin-left:10px;
    background: initial !important;
    border: initial !important;
    display: inline-block;
    padding: 0 !important;

}
.read-more, .read-less, .second-section, .dotdotdot { display:none; }
.read-more.active, .read-less.active,.second-section.active, .dotdotdot.active { display:initial; }



/************/
/* CHAPTERS */
/************/
.chapter_main.boardnext .chapter_wrapper,
.chapter_main.usa .chapter_wrapper { column-count: 4;}
.chapter_main.international .chapter_wrapper { column-count: 4;}
.chapter_main.international .chapter_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.chapter_main.international .chapter_region {margin-left:25px}

.chapters_tabs {
    display: flex;
    justify-content: center;
}
.chapters_tabs_item {
    font-family: 'soehne-kraftig';
    font-size: 26px;
    font-size: 1.63rem;
    line-height: 31px;
    line-height: 1.94rem;
    color: #696969;
    padding:25px;
    background:transparent;
    border:0;
}

.chapters_tabs_item:hover,
.chapters_tabs_item:focus,
.chapters_tabs_item.active {
    color: #353535;
    text-decoration:underline;
    background:none;
    border:none;
}

.chapter_wrapper {    
    margin:0;
    padding:0;
    list-style:none;
    margin-top: 44px;
}
.chapter_continent_items,
.chapter_region {    
    margin:0;
    padding:0;
    list-style:none;
}
.chapter_description {    
    text-align:center;
    margin-bottom:20px;
}

.chapter_main {    
    
    opacity:0;
    visibility:hidden;
    height:0;
    
}

.chapter_main.active {    
    opacity:1;
    visibility:visible;
    height:initial;
    transition:all .5s ease;
}

.continent_title {
    font-family: 'soehne-halbfett';
    font-size: 19px;
    font-size: 1.19rem;
    letter-spacing: 0.15em;
    line-height: 30px;
    line-height: 1.88rem;
    color: var(--gold-dark);
    text-transform: uppercase;
}

.chapter_item,
.chapter_region  {
    font-size: 19px;
    font-size: 1.19rem;
    line-height: 37px;
    line-height: 2.31rem;
    color: #696969;
    margin:0;
    font-family: 'soehne-kraftig';
}
.chapter_item a,
.chapter_region a {
    color: #353535;
}

.search_archive div[itemprop="interactionStatistic"] {background: var(--gold-light);opacity:0.25}
.search_archive .search-post-image {    width: 280px;}
.search_archive .search-post-image img {
    width: 280px !important;
    height: 180px !important;
    object-fit: cover;
}

.search_archive .fl-post-feed-image-beside .fl-post-feed-text {
    margin-left: 300px;
}

.search_archive .fl-post-feed-post {
    display: grid;
    grid-template-columns: 280px auto;
}
.fl-post-feed-post {
    border: 0;
    margin-bottom: 40px;
}

.search-post-title {    line-height: 36px;}
.search-post-title a,
.search-post-title a:hover {
    text-decoration: underline;
    text-decoration-thickness:2px;
    color: var(--gold-dark);
        font-size: 32px;
}

.search-post-text {padding-left:50px;    min-height: 180px;}
.search-post-excerpt {    margin-top: 16px;}




/* PASSWORD PROTECT PAGE */
body article.post-password-required {
    background: var(--red);
}

body article.post-password-required {
    padding-top: 150px;
}

body article.post-password-required h1 {
    text-align: center;
    color: var(--white);
}

body article.post-password-required p {
    color: var(--white);
}

/* slider update */

.slidermanual_slide_category p{
    margin-bottom: 0;
}

.small h3, .small.h3, .h3.small p, .h3.small .fl-heading {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    line-height: 2.5rem;
}
.slidermanual_slide_txt p img{
    margin-top:-26px;
    margin-bottom:10px;
}

.slidermanual_slide  .fl-col-content .fl-module-button{
    margin-top:auto;
}

.slider_manual .slick-slide{
    display: block!important;
    height: inherit!important;
}
.slider_manual .slick-track {
    display: flex;
}

.slider_manual .slick-slide > div > .fl-col-group, 
.slider_manual .slick-slide > div > .fl-col-group > .fl-col, 
.slider_manual .slick-slide > div > .fl-col-group > .fl-col > .fl-col-group,
.slider_manual .slick-slide > div > .fl-col-group > .fl-col > .fl-col-content > .fl-col-group,
.slider_manual .slick-slide > div > .fl-col-group > .fl-col > .fl-col-content > .fl-col-group > .fl-col,
.slider_manual .slick-slide > div > .fl-col-group > .fl-col > .fl-col-content > .fl-col-group > .fl-col > .fl-col-content{
    height: 100%;
}
.slider_manual .slick-slide > div > .fl-col-group > .fl-col > .fl-col-content{
    height:auto;
}
.slider_manual .slick-slide > div > .fl-col-group > .fl-col{
    display: flex;
}
.slider_manual >.fl-row-content-wrap >.fl-row-content >.slick-list:after, 
.post-carrousel-wrapper:after{
    top:0;
}

/***new rows***/

body:not(.fl-builder-edit) .bottom-svg{
    position: absolute;
    bottom: 48px;
    right: 28px;
        pointer-events: none;
}

.fl-module-photo-gallery.partners .uabb-photo-gallery-content a::after{
    display: none;
}
.fl-module-photo-gallery.partners .uabb-photo-gallery-content{
    padding:16px;
}
.uabb-photo-gallery-caption{
    text-overflow: clip;
    white-space: normal;
    font-size:14px;
    line-height: 20px;
}
.uabb-photo-gallery-caption-below{
    padding:0;
    max-width:180px;
    margin: auto;
        margin-top: 16px;
}
.sponsor-logo-row .fl-module-photo-gallery.partners .uabb-photo-gallery-content{
    padding:0;
    border-radius:0;
}
.sponsor-logo-row .fl-module-photo-gallery.partners .uabb-photo-gallery-content a{
    max-height:10vw;
}
.sponsor-logo-row .fl-module-photo-gallery .uabb-photo-gallery-item{
    padding:18px 27px;
}
.speaker{
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr);
    gap:45px 110px;
}
.speaker .peopleBox{
    display: flex;
    flex-direction: column;
}
.speaker .peopleBox{
    display: flex;
    flex-direction: column;
}
.speaker .peopleBox .peoplePosition{
    height:auto;
}
.speaker .peopleBox .peopleLogos{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:16px;
    margin-top: 20px;
}
.speaker .peopleBox .peopleLogos img{
    width: 100%;
    max-width:160px;
    height:60px;
    padding:10px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(162, 149, 58, 0.35);
    object-fit: contain;
}
.speaker .peopleBox .peopleImage, .speaker .peopleBox img{
    height: 143px;
    width: 143px;
}
.speaker .peopleBox button{
    /* margin-top:16px; */
}
.speaker .peopleBox .moreDetails p{
    margin-bottom:0;
}

.speaker .Keynote .speaker_info {
        /* height: 100%; */
}

.speaker .peopleBox .socialGrid a{
    height:24px;
    width:24px;
    max-height: 24px;
    max-width: 24px;
}
.speaker .peopleBox .socialGrid a img{
    border-radius: 0!important;
    height:24px;
    width:24px;
    object-fit: contain;
    max-height: 24px;
    max-width: 24px;
    margin-left:20px;
}
.speaker .peopleBox .socialGrid a:first-child img{
    margin-left:0px;
}
.speaker .socialGrid{
    margin-top: 16px;
    margin-bottom:0px;
    min-height: 26px;
}
.Keynote.peopleBox button{
color: var(--red);
border-bottom: 2px solid var(--red);
}

.Keynote.peopleBox .button_more:after{
    color: var(--red);
}
.peopleBox .button_less:after{
    color: var(--red);
}
.speaker .peopleBox{
    display: none;
}
.speaker .peopleBox.active{
    display: flex;
        /* justify-content: space-between; */
}
.nobio.peopleBox .button_more{
    color:transparent;
    pointer-events: none;
    user-select: none;
    moz-user-select:none;
    webkit-text-select:none;
}
.nobio.peopleBox .button_more:after{
    display: none;
}
.people-container .loadMore_people{
    display: flex;
    justify-content: center;
        margin-top: 66px;
}


.people-container p a {
    background-image: linear-gradient(var(--red), var(--red)) !important;
}

.people-container .loadMore_people_btn{
    color:var(--white);
    background-color: var(--gold-main);
    font-family: "soehne-kraftig";
    font-size: 19px;
    line-height:37px;
    padding: 16px 30px;
    border-radius: 0;
    border: 0px solid transparent;
}
.fl-post .map-img .fl-photo-content{
    width:100%;
}
.fl-post .map-img img {
    height: 440px;
    object-fit: cover;
    object-position: center bottom;
    width:100%;
    position:relative;
    top:88px;
}
.map-row >.fl-row-content-wrap >.fl-row-content .fl-col-group:first-child {
    z-index:1;
}
.map-row .fl-col-group >.fl-row-content-wrap >.fl-row-content .fl-col-group {
    position:relative;
}

.map-row .fl-col-group .fl-col-group{
    max-width: 1366px;
    padding:0 70px;
    margin:0 auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}


.uabb-photo-gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}



/**********/
/* AGENDA */
/**********/


.agenda-tabs {position:relative;}
.agenda-tabs:after {
    content:"";
    position:absolute;
    top:100%;
    height:75vh;
    width:100%;
    background:var(--gray);
}


body:not(.fl-builder-edit) .agenda_day {
    display:none;
}
body:not(.fl-builder-edit) .welcome_day {
    display:none;
}
body.fl-builder-edit .agenda_day {
    border:1px solid #900;
}
body.fl-builder-edit .welcome_day {
    border:1px solid #900;
}
.agenda_buttontabs .fl-button-group-button a,
.agenda_buttontabs .fl-button-group-button a span,
.welcome_buttontabs .fl-button-group-button a,
.welcome_buttontabs .fl-button-group-button a span {
    font-family: "soehne-kraftig";
    font-weight: normal;
    font-size: 26px;
    line-height: 31px;
    color: #696969;
    background:transparent;
}
.agenda_buttontabs .fl-button-group-button a:hover,
.welcome_buttontabs .fl-button-group-button a:hover {
    background:transparent;
    text-decoration:underline;
    text-decoration-color:#696969;
}
.agenda_buttontabs .fl-button-group-button.active a ,
.agenda_buttontabs .fl-button-group-button.active a span ,
.welcome_buttontabs .fl-button-group-button.active a ,
.welcome_buttontabs .fl-button-group-button.active a span {
    color:#353535;
    text-decoration:underline;
}

.fl-content .agenda_accordion .fl-accordion-button .fl-accordion-button-icon {
    padding-right: 3px;
    position: relative;
    top: 1px;
        padding: 0;
            padding-top: 3px;
}
.fl-content .agenda_accordion .ua-icon-plus:before, 
.fl-content .agenda_accordion .ua-icon-minus:before {
    width: 20px;
    height: 20px;
    transform: scale(0.5);
    color: var(--gold-main);
    display: inherit;
    padding-left: 4px;
    transition: all .25s ease;
    line-height: 0;
    position: relative;
    transform-origin: 32px -4px;
    top: 10px;
    font-size: 40px;
}
.fl-content .agenda_accordion .ua-icon-minus:before {
    transform: scale(0.5) rotate(180deg);
    transform-origin: 27px -1px;
}

.agenda_day .agenda_sessiontype p,
.welcome_day .agenda_sessiontype p {
    font-family: "soehne-buch";
    font-size: 14px;
    line-height: 28px;
    color: #353535;
    border:1px solid #BFB382;
    border-radius:100px;
    padding:0px 15px;
    display:inline-block;
    margin:0;

}
.agenda_day .agenda_presentedby {}
.agenda_day .agenda_accordion {}
.agenda_day .agenda_venue p,
.welcome_day .agenda_venue p {
    font-family: "soehne-kraftig";
    font-size: 16px;
    line-height: 26px;
    color: #696969;

}
.agenda_day .agenda_presentedby p,
.welcome_day .agenda_presentedby p {
    font-family: "soehne-buch";
    font-size: 18px;
    line-height: 28px;
    color: #837639;
}
.agenda_day .agenda_time p,
.welcome_day .agenda_time p {
    font-family: "soehne-halbfett";
    font-size: 18px;
    line-height: 28px;
    color: #353535;
}

.fl-builder-content .agenda_accordion .fl-accordion-button .fl-accordion-button-label {
    font-family: "tiempos-fine-medium";
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #353535;
        padding-right: 6px;

}

.fl-builder-content .agenda_accordion .fl-accordion-button-icon {
    vertical-align: top;
}




body:not(.fl-builder-edit) .fl-builder-content .agenda_accordion.noexpand .fl-accordion-button-icon {display:none;}
body:not(.fl-builder-edit) .fl-builder-content .agenda_accordion.noexpand {
        pointer-events: none;
}




.fl-builder-content .video_transcript .fl-accordion-button .fl-accordion-button-icon {
    padding-right: 22px;
    opacity: 1;
    color:#A29555;
        transition: all .25s ease;
}

.fl-builder-content .video_transcript .fl-accordion-button .fl-accordion-button-icon .ua-icon-minus:before {
    transform: scale(0.5) rotate(180deg);
    transform-origin: 27px -1px;
}
.uabb-modal-parent-wrapper .uabb-overlay {
    z-index: 10000;
    background: rgba(0,0,0,0.87);
}
.uabb-close-icon {
    background: var(--gold-light);
    margin: 0;
    position: absolute;
    top: 15px;
    right: -25px;
    left: auto;
}

.immersive-text {
    max-width:1366px;
    margin:auto;
    padding:0 70px;
    float: none;
}

/****************/
/* Jump To Menu */
/****************/

body:not(.fl-builder-edit) .jumpto_row {
    position:absolute;
    z-index:9;
    width:100%;
}
body:not(.fl-builder-edit) .jumpto_row .fl-row-content-wrap{
    box-shadow: 0px 10px 10px rgba(53, 53, 53, 0.2);
	padding-top:0;
}
.red-bg{
    background-color: var(--red);
}
body.jumpto_sticky .jumpto_row >.fl-row-content-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:9999;
}
.jumpto_row .fl-col-group-equal-height .fl-col-content{
    flex-direction: row;
    justify-content: space-between;
}
.jumpto_row .fl-col-group-equal-height .fl-col-content:after{
    flex-basis: 145px;
    flex-shrink: 0;
    content:'';
    display: block;
}
.jumpto_row .fl-button-group-layout-horizontal .fl-button-group-buttons{
    justify-content: space-around;
}
body:not(.fl-builder-edit) .jumpto_row .jumpto_title {
    
}
.jumpto_row .jumpto_title {
    flex-basis: 145px;
    flex-shrink: 0;
}
body:not(.fl-builder-edit) .jumpto_row .anchorlinks{
    flex-grow:0;
}
body:not(.fl-builder-edit) .jumpto_row .fl-module-content{
    
}
body:not(.fl-builder-edit) .jumpto_row .anchorlinks .fl-button-group-buttons{
    gap:40px
}
.jumpto_row .jumpto_title .fl-button {
    font-family: "soehne-halbfett";
    font-weight: normal;
    font-size: 19px;
    font-size: 1.19rem;
    letter-spacing: 0.15em;
    line-height: 30px;
    line-height: 1.88rem;
}
.jumpto_title .fl-button-wrap{
    display: flex;
    gap:15px;
    align-items: center;
}

.jumpto_title .fl-button-wrap a{
    pointer-events: none;
}


.jumpto_row .jumpto_title .fl-button,
.jumpto_row .jumpto_title .fl-button:hover span,
.jumpto_row .jumpto_title .fl-button:focus span{
    color:var(--gold-light)!important;
}
.jumpto_row .jumpto_title .fl-button:hover {transform:initial !important;}
.jumpto_row .jumpto_title .dashicons-arrow-down-alt:before {
    font-size: 22px;
    padding: 5px 0;
}

.fl-builder-content .jumpto_row .fl-module-button-group a.fl-button {
    text-transform: initial;
    font-family: "soehne-buch";
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.63rem;
    text-decoration: none;
    background-image: linear-gradient(var(--gold-light), var(--gold-light));
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 1px;
    background-color: transparent;
    transition: background-size .5s ease-in-out;
    border:0; 
}

.fl-builder-content .jumpto_row .fl-module-button-group a.fl-button:hover {
      animation: 0.25s jumpto_underline ease-in-out;
}

@keyframes jumpto_underline {
    from {background-size: 0% 1px;}
    to {background-size: 100% 1px;}
}

.uabb-photo-gallery{
	margin:0!important;
}