/* Add Font Family  */

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,400i,600,700,700i');

@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');*/

/*
 * https://cdn2.hubspot.net/hubfs/4791288/fonts/calibri-italic.woff2
 * calibri-italic
 * calibri-bold-italic
 * calibri-regular
 * calibri-italic
 * calibri-bold
 * trio-grotesk-normal
 */


@font-face {
    font-family: Calibri Web;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local("Calibri"), local("Calibri"), url(https://4791288.fs1.hubspotusercontent-na1.net/hubfs/4791288/fonts/calibri-regular.woff2) format("woff2"), url(https://4791288.fs1.hubspotusercontent-na1.net/hubfs/4791288/fonts/calibri-regular.woff) format("woff")
}

@font-face {
    font-family: Calibri Web;
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: local("Calibri Italic"), local("Calibri-Italic"), url(https://4791288.fs1.hubspotusercontent-na1.net/hubfs/4791288/fonts/calibri-italic.woff2) format("woff2"), url(https://4791288.fs1.hubspotusercontent-na1.net/hubfs/4791288/fonts/calibri-italic.woff) format("woff")
}

@font-face {
    font-family: Calibri Web;
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: local("Calibri Bold"), local("Calibri-Bold"), url(https://4791288.fs1.hubspotusercontent-na1.net/hubfs/4791288/fonts/calibri-bold.woff2) format("woff2"), url(https://4791288.fs1.hubspotusercontent-na1.net/hubfs/4791288/fonts/calibri-bold.woff) format("woff")
}

@font-face {
    font-family: Calibri Web;
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: local("Calibri Bold Italic"), local("Calibri-BoldItalic"), url(https://4791288.fs1.hubspotusercontent-na1.net/hubfs/4791288/fonts/calibri-bold-italic.woff2) format("woff2"), url(https://4791288.fs1.hubspotusercontent-na1.net/hubfs/4791288/fonts/calibri-bold-italic.woff) format("woff")
}

@font-face {
    font-family: Trio Grotesk Web;
    font-weight: 400;
    font-style: normal;
    src: url(https://4791288.fs1.hubspotusercontent-na1.net/hubfs/4791288/fonts/trio-grotesk-normal.woff2) format("woff2"), url(https://4791288.fs1.hubspotusercontent-na1.net/hubfs/4791288/fonts/trio-grotesk-normal.woff) format("woff")
}






/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}






/***** Theme Adjustments *****/

 
{}
 
 
 
 






















* {
  box-sizing: border-box;
}

html {
    background-color: #dee5e8;
    color: #1b1b32;
    font-family:  'Calibri Web', -apple-system, BlinkMacSystemFont, sans-serif; ;
    font-size: 1em;
    line-height: 1.45 !important;
    letter-spacing: 0.025em;
    font-variant: no-common-ligatures;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body{
    padding:0;
    overflow-x:hidden;
    width:100%;
    margin:0 auto;
}

a {
  color: currentColor;
  text-decoration: none;
}

.site-header {
  padding: 4rem 0;/*48*/
}
.site-branding {
  display: block;
  width: 100px;
  height: auto;
  -webkit-print-color-adjust: exact;
}
@media (min-width: 30em) {
   .site-branding {
     width: 120px;
  }
}
.site-branding > span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.header-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.enomyc-link {
  color: #6A6A6A;
  opacity: .66;
  transition: opacity .2s cubic-bezier(0,0,.2,1);
}
.enomyc-link:hover {
  opacity: 1;
}

.container {
  width: calc(100% - 2rem) !important;
  /* max-width: 1600px !important; */
  max-width: 1536px !important;
  margin: 0 auto !important;
}
.container-s,
/*.widget-type-blog_comments,*/
.enomyc-form {
  width: calc(100% - 2rem) !important;
  max-width: 760px;
  margin: 0 auto;
}

.container-s--without-padding {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.enomyc-form-title{
  font-family:  'Trio Grotesk Web', Arial, sans-serif; ;
  font-size: 32px;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.section {
  width: 100%;
  margin: 0 0 4rem;
}
@media (min-width: 30em) {
  .section {
    margin: 0 0 6rem;
  }
}


.site-header {
  width: 100%;
}


/*
.page-header {
  margin: 0 0 4rem;
}
@media (min-width: 30em) {
  .page-header {
    margin: 0 0 6rem;
  }
}
*/

.header--bg-color {
  width: 100%;
  min-height: 37.5vh;
  background-color: #ff5c60;
  margin: 0 0 3rem;
  padding: 6rem .75rem 6rem;
}
@media (min-width: 30em) {
  .header--bg-color {
    margin: 0 0 6rem;
    padding: 12rem 3rem 6rem;
  }
}

.header--bg-color--dunkelblau {
   background-color: #1b1b32;
}
.header--bg-color--kontrastblau {
   background-color: #32beff;
}
.header--bg-color--kontrastrot {
   background-color: #ff5c60;
}
.header--bg-color--lichtgrau {
   background-color: #dee5e8;
}

.page-thumb {
  position: relative;
  margin: 0 0 3rem;
}
@media (min-width: 30em) {
  .page-thumb {
    margin: 0 0 6rem;
  }
}

.thumb-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.thumb-icon::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  -webkit-transform:rotate(360deg);
  border-style: solid;
  border-width: 6rem 6rem 0 0;
  border-color: #32beff transparent transparent transparent;
  z-index: 99;
}
.thumb-icon svg {
  position: absolute;
  transform: translate(1.125rem, 1.125rem);
  width: 1.5rem;
  height: 1.5rem;
  fill: #fff;
  z-index: 999;
}



.podcast-box {
  margin-bottom: 3rem; 
}

.podcast-box__buttons {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 45em) {
  .podcast-box__buttons {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.btn--podcast {
  display: inline-flex;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  background: none !important;
  background-color: #32beff !important;
  color: #fff;
  border-color: #32beff;
  font-size: 16px;
  font-family:  'Calibri Web', -apple-system, BlinkMacSystemFont, sans-serif; ;
  cursor: pointer;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  padding: 12px 24px;
}
.btn--podcast svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  fill: currentColor;
}


.article-featured {
}

.article-featured-wrapper{
  position: relative;
  margin-bottom: 2rem;
}

.article-featured-image {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 37.5vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ff5c60;
  /*padding: 1rem 2rem;*/
}
@media (min-width: 45em) {
  .article-featured-image {
    /*padding: 2rem 4rem;*/
  }
}
/*
.article-featured-header {
  padding: 24px 0 24px;
}
*/

@media (min-width: 45em) {
  .article-featured-header {
    /*padding: 48px 32px;*/
    /*position: absolute;
    top: 0;*/
    z-index: 2;
  }
}

/*
.article-featured-title {
  margin: 1rem 0 2rem;
  font-family:  'Trio Grotesk Web', Arial, sans-serif; ;
  font-size: 28px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
*/
.article-featured-title {
  margin: 1rem 0 2rem;
  font-family:  'Trio Grotesk Web', Arial, sans-serif; ;
  font-size: 28px;
  letter-spacing: -0.025em;
  line-height: 1.4;
}
@media (min-width: 45em) {
  .article-featured-title {
    font-size: 36px;
  }
}
@media (min-width: 75em) {
  .article-featured-title {
    font-size: 42px;
  }
}

/*
.article-featured-subtitle {
  display: block;
  font-family:  'Trio Grotesk Web', Arial, sans-serif; ;
  font-size: 22px;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-top: 3rem;
}
*/
.article-featured-subtitle {
  display: block;
  margin: 1rem 0 2rem;
  font-family:  'Trio Grotesk Web', Arial, sans-serif; ;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.025em;
  line-height: 1.4;
}
@media (min-width: 45em) {
  .article-featured-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 75em) {
  .article-featured-subtitle {
    font-size: 24px;
  }
}

@media (min-width: 45em) {
  
  .Weiß .article-featured-title{
    color: white;
  }
  
  .article-featured-header.Weiß .article-topics a {
    color: white;
  }
}

@media (min-width: 45em) {
  .article-featured-title {
    font-size: 32px;
  }
}
@media (min-width: 75em) {
  .article-featured-title {
    font-size: 42px;
  }
}
/*
@media (min-width: 45em) {
  .article-featured-subtitle {
    font-size: 24px;
  }
}
@media (min-width: 75em) {
  .article-featured-subtitle {
    font-size: 26px;
  }
}
*/
/*@media (min-width: 30em) {*/
  .a11y {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
/*}*/
.article-featured-content {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  /*margin: 0 -16px;
  width: calc(100% + 32px);*/
  line-height: 1.45;
}
/*
.article-featured-content > div {
  width: calc(100% - 32px);
  margin: 0 16px;
}
*/
.article-featured-content > footer {
  width: calc(100% - 32px);
  margin: 0 16px;
}

@media (min-width: 30em) {
  /*
  .article-featured-content > div {
    width: calc(100% / 1.5 - 32px);
  }
  */
  .article-featured-content > footer {
    width: calc(100% / 3 - 32px);
  }
}

.article-items {
 display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 -1rem;
  width: calc(100% + 2rem);
}
.article-item {
  width: calc(100% - 2rem);
  margin: 0 1rem 96px;
}
@media (min-width: 45em) {
  .article-item {
    width: calc(100% / 2 - 2rem);
  }
}
@media (min-width: 75em) {
  .article-item {
    width: calc(100% / 3 - 2rem);
  }
}

.article-header {
}
.article-thumb {
  position: relative;
  width: 100%;
  margin: 0 0 24px;
  padding: 0;
}
.article-topics {
  margin: 0 0 16px;
}
.article-topic {
  font-family:  'Calibri Web', -apple-system, BlinkMacSystemFont, sans-serif; ;
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: 0.07em;
  word-spacing: .1em;
  color: #1b1b32;
}
.article-title {
  margin: 0 0 .5rem;
  font-family:  'Trio Grotesk Web', Arial, sans-serif; ;
  font-size: 22px;
  letter-spacing: -0.025em;
  line-height: 1.2
}
.article-excerpt {
  margin: 0 0 24px;
  font-size: 19px;
  line-height: 1.45;
}
.article-excerpt::after {
  content: '…';
}


.article-footer {
}
.article-more {
  color: #4B4B5A;
  /*border-bottom: 1.5px solid currentColor;*/
  position: relative;
  display: inline-block;
  transition: transform .3s cubic-bezier(.25,.5,0,1),opacity .2s cubic-bezier(0,0,.2,1);
  transform-origin: bottom;
  opacity: .66;
}
.article-more:focus,
.article-more:hover {
opacity: 1;
}
.article-more::before {
  content: "";
  width: 100%;
  height: .125em;
  background-color: currentColor;
  position: absolute;
  bottom: .0625em;
  transform-origin: top;
  transition: opacity .2s cubic-bezier(0,0,.2,1),transform .3s cubic-bezier(.25,.5,0,1);
  transform: translateY(0) scaleY(.75);
  opacity: 1;
}
.article-more::after {
  content: "";
  width: 100%;
  height: 100%;
  padding: .375rem 0;
  box-sizing: content-box;
  position: absolute;
  top: -.375rem;
  left: 0;
}


.article-item-l-b {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  min-height: 60vh;
  background-color: #ff5c60;
  overflow: hidden;
}
.article-item-l-b-header {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (forced-colors: active) {
  .article-item-l-b-header {
    display: block;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
  }
}
.article-item-l-b-topics {
  margin: 0 0 3rem;
  text-align: center;
}
.article-item-l-b-topic {
  font-family:  'Calibri Web', -apple-system, BlinkMacSystemFont, sans-serif; ;
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: 0.07em;
  word-spacing: .1em;
  color: #1b1b32;
}
.article-item-l-b-title {
  margin: 0 0 3rem;
  font-family:  'Trio Grotesk Web', Arial, sans-serif; ;
  font-size: 28px;
  letter-spacing: -0.025em;
  text-align: center;
  line-height: 1.2;
}
.article-item-l-b-subtitle {
  margin: 0 0 3rem;
  /*font-size: 16px;*/
  font-size: 19px;
  line-height: 1.45;
  font-weight: normal;
  text-align: center;
}
.article-item-l-b-more {
  color: #4B4B5A;
  border-bottom: 1.5px solid currentColor;
}



.article-item-l-c {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 32px;
  min-height: 60vh;
  background-color: #32beff;
}
.article-item-l-c-header {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
/*
.article-item-l-c-header.dunkelblau {
  color: #1b1b32; 
}
*/
.article-item-l-c-topics {
  margin: 0 0 3rem;
  text-align: center;
}
.article-item-l-c-topic {
  font-family:  'Calibri Web', -apple-system, BlinkMacSystemFont, sans-serif; ;
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: 0.07em;
  word-spacing: .1em;
  color: #32BEFF;
}
.article-item-l-c-title {
  margin: 0 0 2rem;
  font-family:  'Trio Grotesk Web', Arial, sans-serif; ;
  font-size: 28px;
  letter-spacing: -0.025em;
  text-align: center;
  color: #1b1b32;
  line-height: 1.2;
}
.article-item-l-c-more {
  color: #1b1b32;
  border-bottom: 1.5px solid currentColor;
}


.page-thumb {
  width: 100%;
}
.page-title {
  margin: 1rem 0 2rem;
  font-family:  'Trio Grotesk Web', Arial, sans-serif; ;
  font-size: 28px;
  letter-spacing: -0.025em;
  line-height: 1.4;
}
@media (min-width: 45em) {
  .page-title {
    font-size: 36px;
  }
}
@media (min-width: 75em) {
  .page-title {
    font-size: 42px;
  }
}
.page-subtitle {
  margin: 1rem 0 2rem;
  font-family:  'Trio Grotesk Web', Arial, sans-serif; ;
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 1.4;
}
@media (min-width: 45em) {
  .page-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 75em) {
  .page-subtitle {
    font-size: 24px;
  }
}

.page-meta {
  margin-bottom: 2rem;
}
.page-meta > p {
  margin-bottom: 0.25rem;
}
  

.page-intro {
  margin: 0 0 2rem;
  font-size: 1.25rem;
}
@media (min-width: 45em) {
  .page-intro {
    font-size: 1.625rem;
  }
}
.page-body {
  font-size: 19px;
  line-height: 1.45;
}
.page-body p,
.page-body ul,
.page-body ol,
.page-body blockquote,
.page-body img {
  margin-bottom: 2rem;
}
/*
@media (min-width: 30em) {
  .page-body p,
  .page-body ul,
  .page-body ol,
  .page-body blockquote,
  .page-body img {
    margin-bottom: 2.5rem;
  }
}
*/
.page-body h1,
.page-body h2,
.page-body h3,
.page-body h4 {
  font-weight: bold;
  font-size: 19px;
  margin-bottom 1.25rem;
}
.page-body ul,
.page-body ol {
  margin-left: 1.75rem;
}
.page-body ul {
  list-style-type: disc;
}
.page-body ol {
  list-style-type: decimal;
}
/*
.page-body h1 {
  font-size: 42px;
}
.page-body h2 {
  font-size: 36px;
}
.page-body h3 {
  font-size: 28px;
}
.page-body h4 {
  font-size: 24px;
}
*/
.page-body blockquote {
  font-size: 1.25rem;
}
@media (min-width: 45em) {
  .page-body blockquote {
    font-size: 1.625rem;
  }
}
.page-body blockquote:before {
  content: '»';
}
.page-body blockquote:after {
  content: '«';
}
.page-body a:not(a[href$=".png"]):not(a[href$=".jpg"]):not(.btn) {
  background-image: linear-gradient(180deg,currentColor 0,currentColor);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 1.0625em;
  transition: opacity .2s cubic-bezier(0,0,.2,1);
}

.page-body a:hover,
.page-body a:focus {
  opacity: .66;
}



.topic-link-items {
}
.topic-link-items .topic-link-item {
  font-family:  'Calibri Web', -apple-system, BlinkMacSystemFont, sans-serif; ;
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: 0.07em;
  word-spacing: .1em;
  color: #1b1b32;
}
/*
@media (min-width: 30em) {
  .topic-link-items .topic-link-item {
    font-size: 1rem;
  }
}
*/






.topic-links {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: calc(100% + 1rem);
  margin: 0 -.5rem;
}
.topic-links .topic-link {
  /*display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: calc(100% - 1rem);*/
  margin: 0 .5rem 1rem;
  font-family:  'Calibri Web', -apple-system, BlinkMacSystemFont, sans-serif; ;
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: 0.07em;
  word-spacing: .1em;
  color: #1b1b32;
  color: #4B4B5A;
  background: #CBD5D9;
  padding: .25rem 1rem;
  transition: all .2s cubic-bezier(0,0,.2,1);
}
@media (min-width: 30em) {
  .topic-links .topic-link {
    font-size: 1rem;
    /*width: calc(20% - 1rem);*/
  }
}
.topic-links .topic-link.topic-link-active,
.topic-links .topic-link:hover {
  background: #1B1B32;
  color: #DEE5E8;
}




.pagination-links {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.pagination-links .pagination-link {
  margin: 0 8px;
  font-size: 19px;
  border-bottom: 1.5px solid transparent;
  opacity: 1;
}
.pagination-links .pagination-link:hover {
  opacity: .66;
}
.pagination-links .pagination-link.pagination-link-active {
  color: #1b1b32;
  border-bottom-color: currentColor;
}
.pagination-links .pagination-link.pagination-link-elipses {
  pointer-events: none;
}


.enomyc-author {
  margin-bottom: 6rem;
}

.enomyc-author h3 {
  font-family:  'Calibri Web', -apple-system, BlinkMacSystemFont, sans-serif; ;
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: 0.07em;
  word-spacing: .1em;
  color: #1b1b32;
  margin-bottom: 1rem;
}

.enomyc-author img {
  /*max-width: 300px;*/
  display: block;
}

.enomyc-author p {
  margin-top: 0.75rem;
  line-height: 1.25;
}

/*
.enomyc-author p:first-of-type {
  font-weight: bold;
}
*/

.enomyc-author p + p{
  margin-top: 0.5rem;
}

.enomyc-author p a:hover {
  opacity: 0.66;
}

.author-items {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% + 2rem);
  margin-right: -1rem;
  margin-left: -1rem;
}
.author-item {
  width: calc(100% - 2rem);
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 15em) {
  .author-item {
    width: calc(50% - 2rem);
  }
}


.sharing {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
/*
@media (min-width: 30em) {
  .sharing {
    flex-flow: row;
  }
}
*/
.sharing-title {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  font-family: 'Calibri Web',-apple-system,BlinkMacSystemFont,sans-serif;
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: .07em;
  word-spacing: .1em;
  color: #1b1b32;
}
.sharing-items {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.sharing-item {
  display: inline-flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
  padding: 0.5rem;
  background-color:  #1b1b32;
  background-color:  #32beff;
  background-color: #6a6a6a;
  opacity: 0.66;
  color: #fff;
  border-radius: 3px;
  transform: scale(1.0);
  transition: transform .5s cubic-bezier(.25,.5,0,1);
}
.sharing-item:not(:first-of-type) {
  margin-left: 0.25rem;
}
.sharing-item:hover {
  transform: scale(1.1);
  opacity: 1;
}
.sharing-item > svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}


.site-footer {
  margin: 2rem 0 4rem;
  width: 100%;
}
.footer-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
}
.footer-nav a {
  color: #6a6a6a;
  opacity: .66;
  transition: opacity .2s cubic-bezier(0,0,.2,1);
  line-height: 1.45;
}
.footer-nav a:hover {
  opacity: 1;
}
.social-links {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.social-links .social-link {
  padding: .5rem; 
}
.social-links .social-link:hover {
  transform: scale(1.1);
}




h1, h2, h3, h4 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}




form {
  width: 100%;
}
fieldset {
  width: 100%;
  max-width: 100% !important;
  margin: 0;
}
.field {
  margin-bottom: 18px;
}
label {
  display: inline-block;
  color: #1b1b32;
  font-family:  'Calibri Web', -apple-system, BlinkMacSystemFont, sans-serif; ;
  font-size: 14px;
  margin-bottom: 4px;
}
.hs-input:not([type="checkbox"]),
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  width: 100% !important;
  display: inline-block;
  height: 40px;
  padding: 9px 10px;
  font-family:  'Calibri Web', -apple-system, BlinkMacSystemFont, sans-serif; ;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  height: 90px !important; 
}
input[type="submit"],
button {
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  border: none;
  background: #32beff;
  border-color: #32beff;
  color: #ffffff;
  font-size: 16px;
  font-family:  'Calibri Web', -apple-system, BlinkMacSystemFont, sans-serif; ;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
}

input[type="radio"] {
  width: auto;
  float: left;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
select {
  -webkit-appearance: menulist;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}
.legal-consent-container {
  margin-bottom: 2rem; 
}
.legal-consent-container label {
  font-family:  'Calibri Web', -apple-system, BlinkMacSystemFont, sans-serif; ;
  color: #1b1b32;
  font-size: 14px;
  word-break: break-word;
  line-height: 24px;
}
.legal-consent-container strong {
  color: #1b1b32;
}
.inputs-list label {
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
strong, b {
  font-weight: bold;
}
.hs-form-required {
  color: red;
}
.hs-error-msgs label {
  display: inline-block;
  margin: 4px 0 0 0;
  color: #f2545b;
}
@media (min-width: 30em) {
  .form-columns-3 .hs-form-field {
    width: 33.33% !important;
  }
}
.hs-richtext {
  margin: 0 0 1rem; 
}



/* Helper classes */
.dunkelblau {
  color: #1b1b32;
}
.kontrastblau {
  color: #32beff;
}
.kontrastrot {
  color: #ff5c60;
}
.lichtgrau {
  color: #dee5e8;
}




/* Language Switch */
/*
.c-nav__lang {
  position: relative;
  color: #1b1b32;
  margin-left: 3rem;
  color: #ffff;
}

.c-nav__lang__toggle {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.c-nav__lang__toggle > span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14/16 * 1em;
  margin-right: 0.5rem;
}

.c-nav__lang__toggle__icon {
  display: block;
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
  stroke: currentColor;
  cursor: pointer;
}
.c-nav__lang__toggle__icon::after {
  content: '';
  display: block;
  width: 3rem;
  height: 50px;
}

.c-nav__lang__toggle__icon:hover + .c-nav__lang__list {
  visibility: visible;
}

.c-nav__lang__list {
  display: flex;
  flex-flow: column;
  padding: .75rem;
  position: absolute;
  left: 50%;
  top: 1.5rem;
  transform: translate(-50%, .75rem);
  background-color: #fff;
  color: #1b1b32;
  border-radius: 3px;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  z-index: 999;
}
.c-nav__lang__list:hover {
  visibility: visible;
}
.c-nav__lang__list *:not(:last-of-type) {
  margin-bottom: .75rem;
}
*/


/*
----
*/

.c-nav--items {
  display:flex;
  flex-flow:row;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:center;
}
.c-nav__lang {
  position:relative;
  /*color:rgba(27,27,50,.6);*/
  color: #6A6A6A;
  /*opacity: .66;*/
  margin-left:1.5rem;
}
.c-nav__lang__toggle {
  display:flex;
  flex-flow:row;
  flex-wrap:wrap;
  justify-content:flex-start;
  align-items:center
}
.c-nav__lang__toggle > span {
  display:inline-block;
  text-transform:uppercase;
  font-size:.875em;
  margin-right:.5rem;
  color: #6A6A6A;
  opacity: .66;
}
.c-nav__lang__toggle__icon {
  display:block;
  position:relative;
  width:1.5rem;
  height:1.5rem;
  fill:currentColor;
  stroke:currentColor;
  cursor:pointer;
  color: #6A6A6A;
  opacity: .66;
}
.c-nav__lang__toggle__icon::after{
  content:"";
  display:block;
  width:3rem;
  height:50px
}
.c-nav__lang__toggle:hover + .c-nav__lang__list {
  visibility:visible;
}
.c-nav__lang__list {
  display:flex;
  flex-flow:column;
  padding:.75rem;
  position:absolute;
  left:50%;
  top:1.5rem;
  transform:translate(-50%,.75rem);
  background-color:#1b1b32;
  color:#fff;
  border-radius:3px;
  visibility:hidden;
  transition:all .3s cubic-bezier(0,0,.2,1);
  z-index:99999;
}
.c-nav__lang__list:hover {
  visibility:visible;
}
.c-nav__lang__list * {
  color: #fff; 
}
.c-nav__lang__list *:not(:last-of-type){
  margin-bottom:.75rem;
}





.o-nav-link {
  position:relative;
  display:inline-block;
  transition:transform .3s cubic-bezier(.25,.5,0,1), color .2s cubic-bezier(0,0,.2,1);
  line-height: 1.5;
}
.o-nav-link::before {
  content:"";
  width:100%;
  height:.125em;
  background-color:currentColor;
  position:absolute;
  bottom:.0625em;
  transform-origin:top;
  transition:opacity .2s cubic-bezier(0,0,.2,1),transform .3s cubic-bezier(.25,.5,0,1);
  transform:translateY(.0625em) scaleY(.75);
  opacity:0
}
@media (min-width:60em) {
  .o-nav-link--active,
  .o-nav-link:focus,
  .o-nav-link:hover{
    color:#fff;
  }
}
.o-nav-link--active::before,
.o-nav-link:focus::before,
.o-nav-link:hover::before {
  transform:translateY(0) scaleY(.75);
  opacity:1
}
.o-nav-link:active{
  transform:scale(.95)
}
.o-nav-link::after{
  content:"";
  width:100%;
  height:100%;
  padding:.375rem 0;
  box-sizing:content-box;
  position:absolute;
  top:-.375rem;
  left:0
}
.o-nav-link--narrow::after {
  padding:.1875rem 0;
  top:-.1875rem
}
.o-nav-link--lang {
  letter-spacing:.07em;
  text-transform:uppercase
}
.o-nav-link--lang::after{
  top:-.375rem;
  left:-.375rem;
  padding:.375rem
}
@media (min-width:60em) {
  .o-nav-link--lang--active,
  .o-nav-link--lang:focus,
  .o-nav-link--lang:hover {
    color:#fff;
  }
}
.o-nav-link--lang--active::before,
.o-nav-link--lang:focus::before,
.o-nav-link--lang:hover::before {
  transform:translateY(0) scaleY(.75);
  opacity:1
}




.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}



/* Figcaption */

.page-body figure {
  margin-bottom: 2rem;
}
@media (min-width: 30em) {
  .page-body figure {
    margin-bottom: 2.5rem;
  }
}
.page-body figure > img {
  margin-bottom: 0;
}
.page-body figure figcaption {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #666666;
}



@media print {
  html {
    background-color: #fff;
    font-size: 12px;
  }
  .c-nav--items,
  .topic-link-items,
  .l-fixed__cta,
  .sharing,
  .podcast-box,
  .topic-links,
  .enomyc-form,
  .site-footer {
    display: none;
  }
  img {
    max-width: 300px;
    /*
    margin-right: auto;
    margin-left: auto;
    */
  }
  
  .site-header {
    padding-top: 0;
    padding-bottom: 1.5rem;
  }
  .page-thumb {
    margin-bottom: 1.5rem;
  }
  .page-title {
    font-size: 16px;
  }
  .page-subtitle {
    font-size: 14px;
  }
  .page-body {
    font-size: 12px;
  }
  
  a[href^=http]:after {
    content:" < " attr(href) "> ";
  }
  .hs-responsive-embed {
    display: none;
  }
  iframe[src]:after {
    content:" < " attr(src) "> ";
  }
}




.related-blog-items__title {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  font-family: 'Calibri Web',-apple-system,BlinkMacSystemFont,sans-serif;
  text-transform: uppercase;
  font-size: .875rem;
  letter-spacing: .07em;
  word-spacing: .1em;
  color: #1b1b32;
}
.related-blog-items {
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  gap: 15px;
  width: 100%;
}
@media (min-width: 30em) {
  .related-blog-items {
    grid-auto-flow: column;
    grid-auto-columns: minmax(0, 1fr);
  }
}
.related-blog-item {
  display: block;
  position: relative;
}
.related-blog-item:hover > .related-blog-item__title {
  opacity: 0.66;
}
.related-blog-item__image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(650 / 900 * 100%);
}
.related-blog-item__image-container div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #32beff;
  
}
.related-blog-item__image-container img {
  display: block;
  object-fit: cover;
  object-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.related-blog-item__image {
  
}
.related-blog-item__title {
  margin: 0.5rem 0;
  /*
  font-family: 'Trio Grotesk Web',Arial,sans-serif;
  letter-spacing: -0.025em;
  */
  line-height: 1.2;
}





.btn {
  display: inline-block !important;
  position: relative !important;
  background-color: #32beff !important;
  color: #fff !important;
  padding: .6875rem 1.5rem .5rem !important;
  font-weight: 700 !important;
  border-radius: 3px !important;
  transition: transform .3s cubic-bezier(.25,.5,0,1),background-color .15s cubic-bezier(0,0,.2,1) !important;
}
.btn:hover {
  color: #1b1b32 !important;
  background-color: #fff !important;
}



#hbspt-form-1607955720835-6863276671 {
  background-color: blue;
}
#hbspt-form-1607955720835-6863276671 .inputs-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
#hbspt-form-1607955720835-6863276671 .hs-form-radio {
  width: 33.33%;
}
#hbspt-form-1607955720835-6863276671 .hs-form-radio-display {
  background-color: #ff5c60;
}



/* SEARCH */

.site-header__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4rem;
}

button.search-toggle {
  border-color: transparent;
  background-color: transparent;
  color: #6a6a6a;
  opacity: 0.66;
  padding: 0;
}

button.search-toggle > svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}



/* CTA BAR */
.l-fixed__cta {
  display:flex;
  flex-flow:row;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  position:fixed;
  z-index:999999
}
@media (max-width:29.9375em) {
  .l-fixed__cta {
    bottom:0;
    left:0;
    width:100%;
    padding:.75rem 1.125rem;
    background-color:#1b1b32;
    border-top:1px solid #32beff
  }
}
@media (max-width:29.9375em) and (min-width:30em) {
  .l-fixed__cta {
    padding-left:2.5rem;
    padding-right:2.5rem
  }
}
@media (max-width:29.9375em) and (min-width:75em ) {
  .l-fixed__cta {
    padding-left:4rem;
    padding-right:4rem
  }
}
@media (min-width:30em) {
  .l-fixed__cta {
    right:0;
    top:50%;
    transform:translate(-1rem,-50%);
    width:auto;
    flex-flow:column;
    background-color:transparent;
    border:none
  }
}


.o-cta-link {
  display:block;
  box-sizing:border-box;
  width:3rem;
  height:3rem;
  padding:.25rem;
  margin:-.5rem;
  transition:transform .5s cubic-bezier(.25,.5,0,1);
  color: #fff;
}
@media (min-width:30em) {
  .o-cta-link {
    background-color:#32beff;
    color: #dee5e8;
    border-radius:50%;
    margin:.5rem 0
  }
  .o-cta-link:active,
  .o-cta-link:hover {
    transform:scale(1.1);
  }
}
.o-cta-link svg {
  width:100%;
  height:auto;
  display:block;
  fill:currentColor;
  transition:fill .2s cubic-bezier(0,0,.2,1);
}
.o-cta-link:active svg,
.o-cta-link:hover svg {
  fill:#fff;
}
@media (max-width:29.9375em) {
  .o-cta-link:active svg,
  .o-cta-link:hover svg {
    fill:#32beff;
  }
}
@media (min-width:30em) {
  .o-cta-link--hidden-on-desktop {
    display:none;
  }
}



.email-prefs {
  
}
.email-prefs .item {
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.email-prefs .item .item-inner {
  font-size: 1rem;
}
.email-prefs .item .item-inner .fakelabel {
  font-weight: bold;
}
.email-prefs .item .item-inner .fakelabel > input {
  
}
.email-prefs .item .item-inner .fakelabel > input:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.email-prefs .item .item-inner p {
  margin-bottom: 0;
}



.hs-audio-player {
  margin-bottom: 1.5rem; 
}