/* 
 ==========================================================================
   DOCUMENT INFORMATION            
 ========================================================================== 
 *
 * Document: MAKI Main Stylesheet
 * Version:  1.0.0
 * Client:   Hubspot Marketplace
 * Author:   Struto Ltd - www.struto.co.uk
 *
 * 
 ==========================================================================
   INDEX            
 ==========================================================================  
 * 1) =IMPORTS
 
   2) =VARIABLES
    
 * 2) =COS BASE
    *) Core
    *) Typography

 * 3) =MAKI THEME
    *) Default COS Modules
    *) Template Styles
    *) Media Queries

 * 4) =MENU NAVIGATION
    *) Menu Header Structure
    *) Desktop Menu
    *) Mobile Menu
    
 * 5) =FORMS
    *) Global Forms(Default)
    *) Footer Subscription Form
    *) Multi Column Form
    *) Contact Us / Blog Comments

 ==========================================================================  */

/* ==========================================================================
   1) ==IMPORTS
   ========================================================================== */


/* Fonts */
@import url("//fonts.googleapis.com/css?family=Montserrat:200,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic");
/* Font Icons */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
/*Slick Slider*/
@import url("//cdn2.hubspot.net/hub/2555354/hub_generated/template_assets/55632955063/1671446987722/Vorlufig_bis_LP-Umstellung/CREM_Landingpages_2021/plugins/slick-v2.min.css");
@import url("//cdn2.hubspot.net/hub/2555354/hub_generated/template_assets/55633965612/1671446980505/Vorlufig_bis_LP-Umstellung/CREM_Landingpages_2021/plugins/slick-theme-v2.min.css");
/* COS Core */
/* 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;}


/* ==========================================================================
   2) ==WEBSITE VARIABLES
   ========================================================================== */




/* Website font */   


/* Primary font color */


/* Section Headings font color */


/* Section Sub-Heading font color */


/* Rich-Text Heading font color */


/* Link Color */



/* Brand Color  */







/* ==========================================================================
   3. ==COS BASE                                             
   ========================================================================== */


/* ==========================================================================
   Core                                                    
   ========================================================================== */

*, 
*:before, 
*:after {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

html, 
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
} 

body {
    background: #fff;
    color: #808285;
    font-family: Montserrat, sans-serif;;
    font-size: 100%;
    line-height: 20px;
}

.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 960px;
    margin: 0 auto;
}

.container-fluid .row-fluid .page-center.page-center-offset {
    max-width: 980px;
}

a { 
    color: #00B3BC;
    text-decoration: none;
}
a:hover { 
    color: #676e82;
}
hr {
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    border: none;
}

/* Highlighted Text */
::-moz-selection {
    color: #fff;
    background: #767b86;
    text-shadow: none;
}
::selection {
    color: #fff;
    background: #767b86;
    text-shadow: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img {
    max-width: initial;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
video {
    max-width: none;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 800px;
  color: white;
}

.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  right: -100%;
  bottom: -100%;
 top: -100%;
  /*top: -123%;*/
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -100;
  /*object-fit: cover;*/
}

.hs_cos_wrapper_type_rich_text ul {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
.hs_cos_wrapper_type_rich_text li {
    padding-bottom: 0px;
    line-height: 1.55em;
}

/* ==========================================================================
   Typography
   ========================================================================== */


/* Basic text */
p {
    line-height: 1.6;
    display: block;
    margin: 0;
    font-size: 14px;
}

sup, 
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { 
    top: -0.5em;
}

sub { 
    bottom: -0.25em;
}

/* Headings */
h1 {
    font-size:3.2em; 
    margin:0; 
    text-transform: none;
}

h2 {
    font-size:2.5em; 
    margin:0; 
    text-transform: none;
}

h3 {
    font-size:1.5em; 
    margin:0;
    text-transform: none;
    line-height: 1.3em;
}

h4 {
    font-size:1em;
    line-height:1.2em; 
    margin:0;
}

h5 {
    font-size:.8em; 
    margin:0;
}

h6 {
    font-size:.5em;
    margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height:1.2;
}

.hs_cos_wrapper_type_rich_text h1,
.hs_cos_wrapper_type_rich_text h2,
.hs_cos_wrapper_type_rich_text h3,
.hs_cos_wrapper_type_rich_text h4,
.hs_cos_wrapper_type_rich_text h5,
.hs_cos_wrapper_type_rich_text h6{
	color: #676e82;
}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5 {
  color: #676e82;
  font-family: Montserrat, sans-serif;;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0.5em;
  padding-top: 1.2em;
}

/* ==========================================================================
   2. ==MAKI THEME                                            
   ========================================================================== */
 .content-section.model-one {
     position: relative;
     padding: 90px 40px 110px;
     background-image: -webkit-linear-gradient(270deg, rgba(42, 47, 59, .47), rgba(42, 47, 59, .47)), url('//2555354.fs1.hubspotusercontent-na1.net/hub/2555354/hubfs/thepowercouple-FAhAg0aT6ro-unsplash_Zuschnitt.jpg');
     background-image: linear-gradient(180deg, rgba(0, 47, 59, .47), rgba(0, 47, 59, .47)), url('//cdn2.hubspot.net/hub/2555354/thepowercouple-FAhAg0aT6ro-unsplash_Zuschnitt.jpg');
     background-position: 0px 0px, 50% 50%;
     background-size: auto, cover;
     background-repeat: repeat, no-repeat;
     background-attachment: scroll;
}
 .content-section.model-one.v1.events {
     position: relative;
     padding: 90px 40px;
     background-position: 0px 0px, 50% 50%;
     background-size: auto, cover;
     background-repeat: repeat, no-repeat;
     background-attachment: scroll, fixed;
}
 .content-section.model-one.v1 {
     padding-bottom: 30px;
}
 .content-section.model-two {
     display: block;
     margin-bottom: -30px;
     padding-top: 0px;
     padding-bottom: -30px;
     background-color: #fff;
     font-family: 'Montserrat', sans-serif;
     color: #676e82;
}
 .content-section.model-three {
     padding: 50px;
     background-color: #fff;
     font-size: 48px;
}
 .content-section.model-three.v1 {
     background-color: transparent;
}
 .content-section.model-three.v2 {
     padding-bottom: 300px;
     background-color: #fafafa;
}
 .content-section.model-three.v3 {
     margin-bottom: 0px;
     padding-top: 100px;
     padding-bottom: 100px;
     background-color: #f7f7f7;
}
 .content-section.model-three.v4 {
     padding-bottom: 180px;
     background-color: rgba(103, 110, 130, .1);
}
 .content-section.model-four {
     padding-top: 30px;
     padding-bottom: 100px;
}
 .h1.model-one {
     display: block;
     margin: 15px auto;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
     font-family: 'Montserrat', sans-serif;
     color: #fff;
     font-size: 50px;
     line-height: 56px;
     text-align: center;
     text-transform: uppercase;
}
 .p-big {
     display: block;
     margin-right: auto;
     margin-bottom: 30px;
     margin-left: auto;
     padding-right: 50px;
     padding-left: 50px;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
     font-family: 'Montserrat', sans-serif;
     color: #fff;
     font-size: 18px;
     line-height: 24px;
     font-weight: 300;
     text-align: center;
}
 .p-big.model-one {
     margin-top: 10px;
     margin-bottom: 10px;
     color: #fff;
     font-size: 27px;
     line-height: 27px;
     font-weight: 600;
}
 .p-big.model-one.v1 {
     color: #555;
     font-size: 18px;
}
 .p-big.model-two {
     margin-bottom: 30px;
}
 .p-big.model-three {
     margin-bottom: 0px;
     padding-right: 0px;
     padding-left: 0px;
     color: #555;
     font-weight: 700;
     text-align: left;
}
 .p-big.model-four {
     margin-bottom: 5px;
     padding-right: 0px;
     padding-left: 0px;
     color: #555;
     font-weight: 700;
     text-align: left;
}
 .content-container {
     position: relative;
}
 .content-container.v2 {
     top: -100px;
     margin-bottom: 0px;
     padding-right: 0px;
     padding-left: 35px;
     border-bottom: 5px none #c2ce7b;
     border-radius: 10px;
     background-color: #fff;
     box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, .11);
}
 .content-container.v4{
     top: -100px;
     margin-bottom: 0px;
     padding: 60px 35px;
     border-bottom: 5px none #c2ce7b;
     border-radius: 10px;
     background-color: #fff;
     box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, .11);
}
 .content-container.model-two {
     margin-top: 0px;
     padding-right: 180px;
     padding-left: 180px;
}
 .content-container.model-two.v1 {
     top: -180px;
     padding-right: 340px;
     padding-left: 340px;
     background-color: transparent;
}
 .content-container.model-one {
     margin-bottom: 0px;
}
 .content-container.hero-spacer {
     margin-bottom: 46px !important;
}
 .content-container.model-one.v1 {
     margin-bottom: 0px;
}
 .content-row {
     margin-top: 0px;
}
 .content-row.model-one {
     position: relative;
     margin-bottom: 0px;
}
 .content-row.model-one.v2{
     display: block;
     margin-top: 50px;
     margin-right: auto;
     margin-left: auto;
}
 .content-row.module-one {
     display: block;
     margin-right: auto;
     margin-left: auto;
}
 .content-row.model-two {
     margin-top: 50px;
}
 .content-row.model-two.v1 {
     margin-top: 30px;
}
 .content-column {
     padding-right: 0px;
     padding-left: 0px;
}
 .content-column.model-two {
     padding: 40px 20px 20px;
}
 .content-column.model-two.v1 {
     padding-top: 0px;
     padding-right: 0px;
     padding-left: 0px;
}
 .content-column.model-one {
     padding-right: 20px;
     padding-bottom: 0px;
     padding-left: 175px;
}
 .content-column.model-one.v1 {
     padding-right: 150px;
     padding-left: 0px;
}
 .content-column.model-three {
     padding-right: 150px;
     padding-left: 0px;
}
 .heading {
     margin-top: 0px;
     margin-bottom: 30px;
     font-family: 'Montserrat', sans-serif;
     color: #676e82;
}
 .heading.v2 {
     color: #fff;
}
 .heading.model-one {
     display: block;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
 .heading.model-one.v1 {
     margin-bottom: 0px;
}
 .body {
     display: block;
     margin-right: auto;
     margin-left: auto;
     font-weight: 700;
}
 .p-medium {
     margin-bottom: 20px;
     font-family: 'Montserrat', sans-serif;
     color: #808285;
     font-size: 14px;
     line-height: 25px;
     font-weight: 400;
}
 .p-medium.model-two{
     margin-bottom: 0px;
     padding-left: 0px;
     float: none;
     font-family: 'Montserrat', sans-serif;
     color: #808285;
     font-size: 14px;
     line-height: 25px;
     font-weight: 400;
     text-align: left;
}
 .p-medium.v3 p {
     color: #fff;
     font-size: 14px;
     text-align:left;
     margin-top: 10px;
}
 .p-medium.v1 {
     color: #555;
     text-align: center;
}
 .p-medium.v2 {
     margin-bottom: 0px;
     color: #555;
     font-size: 16px;
     font-weight: 400;
     text-align: center;
     margin-top: -10px;
}
 .p-medium.model-one {
     color: #676e82;
}
 .p-medium.model-one.v3{
     position: relative;
     margin-bottom: 0px;
     padding-left: 60px;
     float: right;
     color: #808285;
     text-align: left;
}
 h1.heading {
     display: block;
     margin: 15px auto;
     -webkit-box-flex: 0;
     -webkit-flex: 0 auto;
     -ms-flex: 0 auto;
     flex: 0 auto;
     font-family: Montserrat, sans-serif;
     font-size: 50px;
     text-align: center;
     text-transform: uppercase;
}
 h2.heading {
     margin-top: 20px;
     margin-right: 5px;
     margin-bottom: 10px;
     padding-top: 0px;
     font-family: 'Montserrat', sans-serif;
     color: #676e82;
     font-size: 42px;
     font-weight: 700;
}
 h3.heading {
     margin-top: 20px;
     margin-right: 5px;
     margin-bottom: 10px;
     padding-top: 0px;
     font-family: 'Montserrat', sans-serif;
     color: #676e82;
     font-size: 36px;
     font-weight: 700;
     hyphens: auto;  
}
 h4.heading {
     margin-top: 20px;
     margin-right: 5px;
     margin-bottom: 10px;
     padding-top: 0px;
     font-family: 'Montserrat', sans-serif;
     color: #676e82;
     font-size: 32px;
     font-weight: 700;
}
 h5.heading {
     margin-top: 20px;
     margin-right: 5px;
     margin-bottom: 10px;
     padding-top: 0px;
     font-family: 'Montserrat', sans-serif;
     color: #00B3BC;
     font-size: 28px;
     font-weight: 700;
}
 h6.heading {
     margin-top: 20px;
     margin-right: 5px;
     margin-bottom: 10px;
     padding-top: 0px;
     font-family: 'Montserrat', sans-serif;
     color: #676e82;
     font-size: 24px;
     font-weight: 700;
}
 .heading.v2 {
     color: #fff;
}
 .h4.social {
     position: relative;
     bottom: 20px;
     padding-top: 0px;
}
 .h4.v2 {
     color: #fff;
}
 .content-list {
     margin-bottom: 30px;
     padding-left: 17px;
     font-family: 'Open Sans', sans-serif;
     color: #808285;
     font-size: 16px;
     line-height: 25px;
     font-weight: 400;
}
 .content-list.v2 {
     color: #fff;
}
 .img-container {
     width: 100%;
     min-height: 350px;
}
 .inner-content-column {
     padding: 40px 36px 100px;
     border-bottom: 8px none #8395a6;
     border-radius: 0px 0px 10px;
     background-color: #fafafa;
}
 .inner-content-column.v2 {
     padding-top: 12px;
     padding-bottom: 0px;
     background-color: transparent;
}
 .inner-content-column.module-one {
     height: auto;
     padding: 0px;
     background-color: transparent;
}
 .inner-content-column.model-one {
     display: block;
     padding: 36px;
     border-radius: 10px;
     background-color: #fff;
}
 .inner-content-column.model-one.v1 {
     border-radius: 10px;
}
 .inner-content-column.model-two {
     background-color: #fff;
}
 .inner-content-column.model-three {
     padding-top: 40px;
}
 .text-field {
     min-height: 50px;
     margin-bottom: 20px;
     padding-left: 12px;
     border: 2px solid #cfcfcf;
     border-radius: 5px;
     font-family: 'Open Sans', sans-serif;
     color: #555;
     font-weight: 400;
}
 .text-field:focus {
     border-color: #676e82;
     box-shadow: 2px 0 20px -1px rgba(0, 0, 0, .09);
     color: #676e82;
     font-weight: 600;
}
 .center{
    text-align:center;
}
 .btn-model-one {
     display: block;
     width: 220px;
     margin-top: 0px;
     margin-right: auto;
     margin-left: auto;
     padding: 12px 20px;
     border: 0px solid #b3c15c;
     border-radius: 5px;
     background-color: #b3c15c;
     -webkit-transition: background-color 500ms ease, box-shadow 500ms ease, color 500ms ease;
     transition: background-color 500ms ease, box-shadow 500ms ease, color 500ms ease;
     font-family: Montserrat, sans-serif;
     font-size: 16px;
     font-weight: 600;
     text-align: center;
     text-transform: uppercase;
     color: white;
     -webkit-appearance: none;
}
 .btn-model-one:hover {
     border-color: #676e82;
     background-color: #fff;
     box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, .3);
     color: #676e82;
}
 .btn-model-one:active {
     background-color: #555;
     box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, .3);
     color: #fff;
}
 .btn-model-one.model-one {
     display: block;
     width: 30%;
     margin-right: auto;
     margin-left: auto;
     float: none;
     text-align: center;
}
 .btn-model-one.model-one:hover {
     border-color: #c7d667;
     background-color: #c7d667;
}
 .btn-model-one.model-one.v2 {
     transition: background-color 0.5s ease 0s, box-shadow 0.5s ease 0s, color 0.5s ease 0s;
     display: block;
     width: 30%;
     margin-right: auto;
     margin-left: auto;
     float: none;
     text-align: center;
     margin-top: 0px;
     padding: 12px 20px;
     border: 2px solid #b3c15c;
     border-radius: 5px;
     background-color: #b3c15c;
     font-family: Montserrat, sans-serif;
     color: #fff;
     font-size: 16px;
     text-transform: uppercase;
     -webkit-appearance: none;
}
 .btn-model-one.model-one.v2:hover{
     transition: background-color 0.5s ease 0s, box-shadow 0.5s ease 0s, color 0.5s ease 0s;
     border-color: #a1ad51;
     background-color: #a1ad51;
     cursor:pointer;
}
 .btn-model-one.v3 {
     display: block;
     width: 150px;
     margin-top: 20px;
     margin-right: auto;
     margin-left: auto;
     padding: 7px 10px;
     float: none;
     border-color: #8395a6;
     background-color: #8395a6;
     -webkit-transition: box-shadow 500ms ease;
     transition: box-shadow 500ms ease;
     color: #fff;
     font-size: 14px;
     text-decoration: none;
     text-transform: none;
     -webkit-appearance: none;
}
 .btn-model-one.v3:hover {
     border-color: #676e82;
     background-color: #676e82;
     box-shadow: 4px 4px 13px 0 rgba(0, 0, 0, .11);
     color: #fff;
}
 .icon.v6 {
     width: 60%;
     max-width: 60%;
}
 .image {
     display: block;
     max-height: 60%;
     max-width: 25%;
     margin-right: auto;
     margin-left: auto;
}
 .div-block {
     padding-bottom: 20px;
}
 .thank-you-hero{
    margin-bottom:60px !important;
}
 .text-span {
     color: #b3c15c;
}
 .image-2 {
     display: block;
     max-width: 100%;
     margin-right: auto;
     margin-left: auto;
     padding-top: 0px;
     border-top-right-radius: 10px;
}
 .footer {
     height: auto;
     background-color: #00B3BC;
}
 .text-block {
     display: block;
     margin: 25px auto;
     font-family: 'Montserrat', sans-serif;
     color: #fff;
     font-weight: 400;
     text-align: center;
     font-size: 14px;
     line-height: 20px;
}
 .form {
     margin-bottom: 20px;
     padding-bottom: 40px;
     border-bottom: 1px dotted #8395a6;
}
 .form.module-one {
     padding-bottom: 0px;
     border-style: none;
}
 .div-block-2 {
     display: inline-block;
     margin-top: 0px;
}
 .image-3 {
     margin-bottom: 9px;
     margin-left: 14px;
     padding-bottom: 0px;
     padding-left: 0px;
}
 .image-3:hover {
     background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hub/2040891/hubfs/Marketplace/MAKI/icon-twitter-white-1-1.svg');
     background-position: 50% 50%;
     background-size: 75px;
}
 .div-block-3 {
     display: inline-block;
     width: 60px;
     height: 60px;
     background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hub/2040891/hubfs/Marketplace/MAKI/icon-twitter-white-1-1.svg');
     background-position: 50% 50%;
     background-size: 50px;
     background-repeat: no-repeat;
}
 .div-block-3.twitter {
     margin-right: 10px;
     background-size: 55px;
}
 .div-block-3.twitter:hover {
     -webkit-transform: perspective(1500px);
     transform: perspective(1500px);
}
 .div-block-3.linkedin {
     margin-right: 10px;
     background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hub/2040891/hubfs/Marketplace/MAKI/icon-linkedin-white-1.svg');
     background-size: 55px;
}
 .div-block-3.facebook {
     padding-left: 5px;
     background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hub/2040891/hubfs/Marketplace/MAKI/icon-facebook-white-1.svg');
     background-size: 55px;
}
 .div-block-4 {
     margin-top: 47px;
}
 .content-image {
     width: 40px;
     height: 40px;
     margin-right: 10px;
     padding-right: 0px;
     background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hub/2040891/hubfs/Marketplace/MAKI/twitter.svg');
     background-position: 50% 50%;
     background-size: 40px;
     background-repeat: no-repeat;
     opacity: 0.8;
     -webkit-transition: opacity 300ms ease;
     transition: opacity 300ms ease;
}
 .content-image:hover {
     opacity: 1;
}
 .content-image.v2 {
     width: 40px;
     height: 40px;
     margin-right: 10px;
     padding-right: 0px;
     background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hub/2040891/hubfs/Marketplace/MAKI/linkedin.svg');
     background-size: 40px;
     opacity: 0.8;
}
 .content-image.v3 {
     width: 40px;
     height: 40px;
     background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hub/2040891/hubfs/Marketplace/MAKI/google-plus.svg');
     background-size: 40px;
     opacity: 0.8;
}
 .content-image.v1 {
     background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hub/2040891/hubfs/Marketplace/MAKI/facebook.svg');
     background-size: 40px;
}
 .content-image.v4 {
     background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hub/2040891/hubfs/Marketplace/MAKI/facebook.svg');
     background-size: 40px;
}
 .div-block-5 {
     height: auto;
     max-width: 100%;
}
 .div-block-5.v2 {
     height: 500px;
     background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hub/2040891/hubfs/Marketplace/MAKI/pexels-photo-60626.jpeg');
     background-position: 0px 0px;
     background-size: 1000px;
     margin-top:37px;
}
 .logo-v2 {
     max-width: 299px;
     margin-top:20px;
}
 .widget-type-logo.{
     margin:0 auto !important;
     float: none;
}
 .widget-type-logo.image.v2{
     margin:0 auto 60px !important;
     float: none;
}
 .widget-type-logo.image.v3{
     margin:0 auto 20px !important;
     float: none;
}
 .div-block-6 {
     height: 30px;
}
 .section {
     padding: 90px 40px;
     background-color: #f7f7f7;
}
 .image-4 {
     background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hub/2040891/hubfs/Marketplace/MAKI/fashion-person-woman-hand.jpg');
     background-position: 0px 0px;
     background-size: 1300px;
}
 .bold-text {
     padding-bottom: 0px;
}
 h1.heading-2 {
     font-family: 'Montserrat', sans-serif;
     color: #676e82;
     font-size: 36px;
     line-height: 42px;
     text-align: center;
     margin-top: 20px;
     margin-bottom: 10px;
}
 .heading-2 {
     margin-top: 30px;
     margin-bottom: 30px;
     color: #676e82;
     text-align: left;
}
 .heading-2.module-one {
     margin-top: 0px;
     margin-bottom: 15px;
}
 .heading-2.model-one {
     margin-bottom: 0px;
     text-align: center;
}
 .heading-3 {
     margin-top: 30px;
     margin-bottom: 10px;
     font-size: 20px;
     font-weight: 600;
     text-align: center;
     text-transform: none;
}
 .pop-up-wrapper {
     position: fixed;
     left: 0px;
     top: 0px;
     right: 0px;
     bottom: 0px;
     z-index: 9999;
     display: none;
     height: 100%;
     padding-top: 90px;
     background-color: rgba(0, 0, 0, .7);
     text-align: center;
}
 .close-link {
     display: block;
     color: #333;
     font-weight: 700;
     text-align: center;
     text-decoration: none;
}
 .text-block-2 {
     text-decoration: none;
}
 .text-block-2 {
     font-family: 'Montserrat', sans-serif;
     font-size: 18px;
     line-height: 24px;
     font-weight: 400;
     text-align: center;
}
 .text-block-3 {
     color: rgba(51, 51, 51, .5);
     font-weight: 400;
     text-align: right;
}
 .clock {
     display: block;
     width: 100%;
     margin-right: auto;
     margin-left: auto;
}
 .time {
     display: block;
     width: 100%;
     margin-right: auto;
     margin-left: auto;
}
 .number {
     display: block;
     width: 100%;
     margin-right: auto;
     margin-left: auto;
     padding-top: 20px;
     padding-bottom: 10px;
     border-radius: 10px;
     background-color: #f3f3f3;
}
 .paragraph-block {
     padding-right: 20px;
     padding-left: 20px;
     font-family: 'Montserrat',sans-serif;
     font-size: 14px;
     font-weight: 300;
     text-align: center;
     line-height: 20px;
     padding-top: 10px;
}
 .paragraph {
     padding-top: 10px;
     font-size: 20px;
     text-align: center;
}
 .paragraph-2 {
     padding-top: 10px;
     text-align: center;
}
 .paragraph-3 {
     padding-top: 10px;
     text-align: center;
}
 .paragraph-4 {
     padding-top: 10px;
     text-align: center;
}
 .paragraph-5 {
     padding-top: 10px;
     text-align: center;
}
 .slider {
     background-color: transparent;
     color: #555;
}
 .content-wrapper {
     display: block;
     width: 90%;
     margin-right: auto;
     margin-left: auto;
}
 .content-wrapper.model-one.v1 {
     width: auto;
}
 .mask {
     padding: 50px;
     color: #555;
}
 .icon {
     color: #cfcfcf;
}
 .icon-2 {
     color: #cfcfcf;
}
 .icon {
     display: block;
     width: 30%;
     max-width: 30%;
     margin-right: auto;
     margin-left: auto;
}
 .icon-grid-cell {
     margin-bottom: 30px;
     margin-top: 35px;
}
 .paragraph-6 {
     font-size: 16px;
     font-weight: 400;
     text-align: center;
}
 .slide-nav {
     display: none;
}
 .image-5 {
     display: block;
     margin-right: auto;
     margin-left: auto;
     border-radius: 150px;
}
 .image-6 {
     display: block;
     margin-right: auto;
     margin-left: auto;
     border-radius: 150px;
}
 .image-7 {
     display: block;
     margin-right: auto;
     margin-left: auto;
     border-radius: 150px;
}
 .icon-wrapper {
     display: block;
     margin-right: auto;
     margin-left: auto;
     float: none;
}
 .icon-wrapper.v2 {
     position: static;
     display: block;
     padding-right: 20px;
     float: left;
}
 .image-8 {
     text-align: center;
}
 .img {
     display: block;
     margin-right: auto;
     margin-left: auto;
     float: none;
}
 .img.meet-and-greet {
     float: none;
}
 .img.model-one{
     border-radius: 100px;
     box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, .11);
}
 .img.presentation {
     float: none;
}
 .img.discussion {
     float: none;
}
 .img.networking {
     float: none;
}
 .div-block-7 {
     padding-left: 20px;
}
 .image-right img{
     border-top-right-radius: 10px;
}
 .slide {
     background-image: url('//2040891.fs1.hubspotusercontent-na1.net/hub/2040891/hubfs/Marketplace/MAKI/neonbrand-509131-unsplash.jpg');
     background-position: 50% 50%;
     background-size: contain;
}
 .slider-wrap {
     padding: 70px 70px 0;
}
 .slick-arrow {
     height: 60px;
     width: 30px;
}
 .slick-prev.slick-arrow:before {
     font-family: FontAwesome;
     content: "\f104";
     font-size: 60px;
     color: #b8b8b8;
}
 .slick-next.slick-arrow:before {
     font-family: FontAwesome;
     content: "\f105";
     font-size: 60px;
     color: #b8b8b8;
}
 .slick-dots li.slick-active button:before {
     display:none;
}
 .slick-dots li button:before {
     display:none;
}
 .slick-dots li button:hover:before, .slick-dots li button:focus:before {
     display:none;
}
 .slick-dots {
     display:none;
}
 html.w-mod-js *[data-ix="popup-interaction"] {
     display: none;
     opacity: 0;
     -webkit-transform: scale(1.1, 1.1);
     -ms-transform: scale(1.1, 1.1);
     transform: scale(1.1, 1.1);
}
 .inner-content-column.model-four {
     padding: 20px;
     background-color: transparent;
}
 .inner-content-column.model-four.v3{
     padding-left:0px;
     display: inline-block;
}
/* ----- Popup form Modal ----- */
/* The Modal (background) */
 .modal {
     display: none;
    /* Hidden by default */
     position: fixed;
    /* Stay in place */
     z-index: 1;
    /* Sit on top */
     padding-top: 100px;
    /* Location of the box */
     left: 0;
     top: 0;
     width: 100%;
    /* Full width */
     height: 100%;
    /* Full height */
     overflow: auto;
    /* Enable scroll if needed */
     background-color: rgb(0,0,0);
    /* Fallback color */
     background-color: rgba(0,0,0,0.4);
    /* Black w/ opacity */
}
/* Modal Content */
 .modal-content {
     display: block;
     width: 450px;
     margin-right: auto;
     margin-left: auto;
     padding: 30px 40px;
     border-radius: 10px;
     background-color: #fff;
}
/* The Close Button */
 .close {
     color: #aaaaaa;
     float: right;
     font-size: 28px;
     font-weight: bold;
}
 .close:hover, .close:focus {
     color: #000;
     text-decoration: none;
     cursor: pointer;
}
 ul{
     padding-left:20px !important;
}
 ul li{
     margin-bottom: 15px;
}
@media (min-width: 768px) {
   .equal-col .row-fluid-wrapper .row-fluid{
      display:flex;
}
  
 .grey-bg{
    background:#fafafa;
    padding-right: 0px;
    flex:1;
    border-radius: 10px;
}
/* ----- Social Icons ----- */
 .fa {
     display: inline-block;
     font: normal normal normal 20px/1 FontAwesome;
     font-size: 20px;
     font-size: inherit;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     color: #fff;
     background:#666;
     padding: 9px 0px;
     margin: 1px;
     border-radius: 50px;
     width: 40px;
     height: 40px;
     text-align: center;
     font-size: 22px;
}
 .fa.fa-facebook{
    background: #627aad;
    opacity: 0.8;
}
 .fa.fa-twitter{
    background: #77bdf1;
    opacity: 0.8;
}
 .fa.fa-linkedin{
    background: #3395c7;
    opacity: 0.8;
}
 .fa.fa-google-plus{
    background: #e37167;
    opacity: 0.8;
}
 .fa.fa-facebook:hover, .fa.fa-twitter:hover, .fa.fa-linkedin:hover, .fa.fa-google-plus:hover{
    opacity: 1;
}
 @media (max-width: 991px) {
     .content-section.model-three.v3 {
         margin-bottom: 0px;
         padding-top: 70px;
         padding-bottom: 30px;
         background-color: #f7f7f7;
    }
     .p-big.model-one {
         font-size: 20px;
    }
     .content-section.model-two {
         margin-bottom:-30px;
         padding-right: 40px;
         padding-left: 40px;
    }
     .content-container.v2 {
         padding-left: 35px;
    }
     .content-column.model-two {
         padding-top: 10px;
    }
     .h4 {
         margin-top: auto;
    }
     .h4.social {
         position: relative;
         display: block;
         margin-top: 45px;
         margin-bottom: 19px;
    }
     .img-container {
         display: block;
         min-height: 250px;
         margin-right: auto;
         margin-left: auto;
         padding-bottom: 0px;
         background-image: none;
    }
     .inner-content-column {
         padding: 40px 20px 250px;
    }
     .inner-content-column.v2 {
         background-color: transparent;
    }
     .inner-content-column.model-three {
         padding-bottom: 528px;
    }
     .image {
         max-width: 30%;
    }
     .div-block-3.twitter {
         width: 45px;
         height: 45px;
         margin-right: 10px;
         background-size: 45px 45px;
    }
     .div-block-3.linkedin {
         width: 45px;
         height: 45px;
         margin-top: 10px;
         margin-right: 10px;
         background-size: 45px 45px;
    }
     .div-block-3.facebook {
         width: 45px;
         height: 45px;
         background-size: 45px 45px;
    }
     .div-block-4 {
         display: block;
         margin-bottom: -32px;
    }
     .content-section.model-three.v3 {
         padding-right: 30px;
         padding-left: 30px;
    }
     .content-container.v4 {
         padding-top: 60px;
         padding-right: 30px;
         padding-left: 30px;
    }
}
/* Silbentrennung Ueberschriften*/
    h1, h2, h3, h4, h5, h6 {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}
 @media (max-width: 767px) {
     .widget-type-logo.image.v2{
         margin:50px auto 60px !important;
    }
     .widget-type-logo.image {
         margin: 40px auto 0 !important;
    }
     .h1.model-one {
         font-size: 40px;
         line-height: 45px;
    }
     .content-container.v2 {
         padding-left: 0px;
    }
     .content-column {
         padding-right: 0px;
         padding-left: 0px;
    }
     .content-column.model-two {
         padding-right: 30px;
         padding-left: 30px;
    }
     .inner-content-column {
         height: auto;
         padding: 40px 30px;
         border-radius: 0px 0px 10px 10px;
    }
     .inner-content-column.v2 {
         padding-right: 0px;
         padding-left: 0px;
    }
     .inner-content-column.model-three {
         padding-top: 40px;
         padding-bottom: 40px;
    }
     .btn-model-one {
         width: 220px;
    }
     .image {
         max-width: 45%;
         padding-bottom: 15px;
    }
     .div-block {
         padding-bottom: 0px;
    }
     .div-block-5.v2 {
         margin-bottom: 20px;
    }
     .icon.v6 {
         width: 25%;
         max-width: 25%;
    }
     .icon{
         margin-top: 20px;
         margin-bottom: 20px;
    }
     .icon-grid-cell {
         margin-top: 70px;
    }
     .content-container.v4 {
         padding-top: 60px;
         padding-left: 30px;
    }
     .div-block-5.image-right {
         display:none !important;
    }
     .btn-model-one.model-one.v2{
         width:70%;
    }
     h1.heading {
         font-size: 36px;
    }
     h2.heading {
         font-size: 32px;
    }
     h3.heading {
         font-size: 28px;
    }
     h4.heading {
         font-size: 24px;
    }
     h5.heading {
         font-size: 20px;
    }
     h6.heading {
         font-size: 16px;
    }
     .content-section.model-three.v4 {
         padding-bottom: 100px;
         background-color: rgba(103, 110, 130, .1);
    }
     .section {
         padding: 40px;
    }
     .content-section.model-one {
         padding: 0px 40px 70px;
    }
     .logo.v4.image{
        margin-top:20px;
    }
}
 @media (max-width: 479px) {
     .content-wrapper {
         width: 80%;
    }
     .content-section.model-three{
         padding:30px 50px;
    }
     .content-section.model-three.v3 {
         padding-top: 40px;
    }
     body .hs-button.primary, 
     body input[type="submit"], 
     body input[type="button"] {
        font-size: 14px !important;
    }
     .content-section.model-one {
        padding: 30px 30px 60px !important;
    }
     .content-column.model-two {
        padding-top:0px !important;
    }
     .inner-content-column.model-one {
        padding: 16px 36px !important;
    }
     h4.heading {
        font-size: 20px !important;
    }
     .content-column.image-none{
        display:none !important;
    }
     .slick-prev {
        left: -100px;
    }
     .slick-next {
        right: -100px;
    }
     .p-medium.model-one.v3{
         float: none;
    }
     .icon-wrapper.v2 {
         padding-bottom:30px;
    }
     .modal-content {
         width: 100%;
    }
     .inner-content-column.model-four {
         padding: 20px 0;
         background-color: transparent;
    }
     .content-section.model-two {
         padding-right: 30px;
         padding-bottom: 0px;
         padding-left: 30px;
    }
     .h1.model-one {
         margin-top: 10px;
         margin-bottom: 30px;
         font-size: 40px;
         line-height: 45px;
    }
     .p-big {
         padding-right: 10px;
         padding-left: 10px;
    }
     .content-container {
         position: relative;
         top: -4px;
         display: block;
         margin-bottom: 50px;
    }
     .content-container.v2 {
         top: -78px;
         padding-top: 0px;
         padding-right: 0px;
         padding-left: 0px;
    }
     .content-column {
         padding-right: 0px;
         padding-left: 0px;
    }
     .content-column.model-two {
         padding-right: 20px;
         padding-left: 20px;
    }
     .inner-content-column {
         padding: 30px;
         border-radius: 10px;
         background-color: #f7f7f7;
         color: #fff;
    }
     .inner-content-column.model-three {
         border-top-left-radius: 0px;
         border-top-right-radius: 0px;
    }
     .btn-model-one {
         width: 100%;
         padding-right: 5px;
         padding-left: 5px;
         float: left;
    }
     .image {
         max-width: 70%;
    }
     .content-image {
         width: 40px;
         height: 40px;
    }
     .div-block-5.v2 {
         display: none;
    }
     .section {
         padding-top: 20px;
         padding-bottom: 20px;
    }
     .icon.v6 {
         width: 35%;
         max-width: 35%;
    }
     .icon {
         margin-top: 20px;
         margin-bottom: 20px;
    }
     .icon-grid-cell {
         margin-bottom: 30px;
    }
     .content-container.v4 {
         top: -78px;
         padding-top: 45px;
         padding-right: 30px;
         padding-left: 30px;
    }
     .btn-model-one.model-one.v2{
         width:80%;
    }
}


/* ==========================================================================
   Default COS Modules                                               
   ========================================================================== */

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}
.hs-blog-social-share {
  padding: 10px 0 0 0;
  height: auto;
}
.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: normal;
}
/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */
#toggleComments {
  background-color: #fff;
  border-color: #dfdfdf;
  color: #676e82;
}
#toggleComments:hover {
  background-color: #676e82;
  border-color: #676e82;
  color: #fff;
}
#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}
.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}
.comment-date { 
    font-size: 13px;
    text-align: right;
}
.comment-from {
    font-weight: bold;
}
.comment-body {
    padding: 10px 0;
}
.header-container-wrapper {
    position: absolute;
}


/* ==========================================================================
   Template Styles                                                 
   ========================================================================== */
   


/* ==========================================================================
   Media Queries
   ========================================================================== */



/* ==========================================================================
   Grid Styles
   ========================================================================== */
   
   .container-fluid .row-fluid .page-center {
    float: none;
    max-width: 940px;
    margin: 0 auto;
}

@media screen and (min-width: 1200px) {
    .w-container,
    .container-fluid .row-fluid .page-center {
        max-width: 940px;
    }
}
@media (max-width: 991px) {  
    .w-container,
    .container-fluid .row-fluid .page-center {
        max-width: 728px;
    }
}
@media (max-width: 479px) {
    .w-container,
    .container-fluid .row-fluid .page-center,
    .container-fluid .row-fluid .page-center.page-center-offset {
        max-width: none;
    }
}

/* ==========================================================================
   Forms
   ========================================================================== */


/* Global Forms(Default)
   ========================================================================== */

/* Labels */
body label {}
body .hs-form-field > label {
    display:none;
}

/* Thank You Label */
.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_form {
    /*background-color: #676e82;*/
    /*border-radius: 20px;*/
    color: #676e82;
    /*padding: 10px 20px;*/
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    font-family: Montserrat, sans-serif;;
    background-color: white;
    font-size: 14px;
    height: 50px;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
    display: block;
    font-weight: 300;
    margin-bottom: 17px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border-color: #676e82;
    outline: 0 none;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    height: auto;
    min-height: 100px;
}

/* Submit button */
.hs_submit {
    text-align: left;
}
body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom:30px;
  padding: 14px 20px;
  border: 0px solid #b3c15c;
  border-radius: 5px;
  background-color: #b3c15c;
  -webkit-transition: background-color 500ms ease, box-shadow 500ms ease, color 500ms ease;
  transition: background-color 500ms ease, box-shadow 500ms ease, color 500ms ease;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-appearance: none;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  border-color: #676e82;
  background-color: #676e82;
  box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, .3);
  color: #fff;
}

body .hs-button.primary:active,
body input[type="submit"]:active,
body input[type="button"]:active {
  background-color: #555;
  box-shadow: 6px 6px 25px 0 rgba(0, 0, 0, .3);
  color: #fff;
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #999;
   opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
   color: #999;
   opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #999;
   opacity: 1;
}
:-ms-input-placeholder { /* IE10 */
   color: #999;
   opacity: 1;
}
:focus {
    outline: none;
}
.hs-form-required {
    display: none;
}

.hs-error-msgs {
  font-size: 14px;
  font-weight: 300;
  padding-left: 0;
}

.hs-error-msgs li{list-style-type:none;}


/* Footer Subscription Form
   ========================================================================== */

#hs_form_target_blog_subscription input[type="radio"], 
#hs_form_target_blog_subscription input[type="checkbox"],
body input[type="radio"],
body form.hs-form fieldset[class*="form-columns"] input[type="radio"] {
    width: auto;
    margin-left: 0;
    margin-bottom: 10px;
}

.footer-subscribe input {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;    
}

body .footer-subscribe input {
    background-color: #393e49;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 4px;
    display: block;
    font-family: Montserrat, sans-serif;;
    font-size: 1em;
    font-weight: 300;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    height: 38px;
    line-height: 1.42857;
}

body .footer-subscribe input[type="submit"] {
    background-color: #676e82;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    padding-bottom: 28px;
    padding-top: 13px;
    text-transform: uppercase;
}

body .footer-subscribe input[type="submit"]:hover {
    background-color: #676e82;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

body .footer-subscribe .hs-form-field > label {
    display: none;
}

/* Multi Column Form
   ========================================================================== */

body form.hs-form fieldset { 
    max-width: none;
}

body form.hs-form fieldset .hs-form-field {
    padding: 0 10px 0 0;
}

body form.hs-form fieldset[class*="form-columns"] .input {
    margin-right: 0;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input {
    width: 100%;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto;
}

body form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%;
}

/*Blog subscribe*/
.widget-type-blog_subscribe {
    /*height: 50px;*/
}
.widget-type-blog_subscribe .hs_submit {
    position: absolute;
    right: 0;
    top: 0;
}
.widget-type-blog_subscribe form {
    position: relative;
}
.widget-type-blog_subscribe .hs_email label > span {
    display: none
}
.hs-form-radio {
  margin-bottom: 5px;
}
.hs-form-checkbox {
  margin-bottom: 5px;
}
.widget-type-blog_subscribe .hs-form-radio {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
}
.widget-type-blog_subscribe input[type="submit"] {
    border-color: #676e82;
    border-radius: 0 4px 4px 0;
    border-style: solid none;
    border-width: 2px medium;
    height: 50px;
}
.widget-type-blog_subscribe input[type="submit"]:hover {
    border-color: #676e82;    
}
.widget-type-blog_subscribe .hs-form-field ul.inputs-list {
    margin: 0;
}
.widget-type-blog_subscribe input[type="email"] {
    margin-bottom: 8px;
    padding-right: 130px;
    background-color: #fff;
}

.widget-type-form{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #8395a6;
}

/* Contact Us / Blog Comments
   ========================================================================== */
body .contact-us-form input,
body .contact-us-form textarea,
body .comments-section input,
body .comments-section textarea,
body .comments-section select,
body .contact-us-form select {
    border-left: medium none;
    border-radius: 0;
    border-right: medium none;
    border-top: medium none;
}

body .contact-us-form input[type="submit"] {
    margin-bottom: 30px;
}

body .comments-section input[type="submit"] {
    margin-top: 10px;
}
.contact-us-form .hs_submit {
    text-align: center;
}
#comments-listing {
    border-bottom: medium none;
}
.inputs-list label {
    color: #999;
    font-size: 14px;
    font-weight: 300;
}
.inputs-list.hs-error-msgs label {
    color: #676e82;
}
.recaptcha_theme_blackglass #recaptcha_response_field,
.recaptcha_theme_white #recaptcha_response_field {
    border: medium none !important;
}
body .comments-sectiono-comments__styling-block label {
    color: #999;
    font-size: 14px;
    font-weight: 300;
}

@media (max-width: 767px) {
    body form.hs-form fieldset .hs-form-field { 
        padding: 0; 
    }
    body fieldset.form-columns-2 .hs-form-field,
    body form.hs-form fieldset.form-columns-3 .hs-form-field,
    body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
    body form.hs-form .form-columns-3 .hs-form-field .hs-input {
        width: 100% !important;
    }
    body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] {
        width: auto 100% !important;
    }
}

/* Upload CV button 
   ========================================================================== */
.hs_upload_cv.hs-form-field input {
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 0.1px;
	z-index: -1;
}
.hs_upload_cv.hs-form-field > label {
	border: 2px solid #676e82;
	border-radius: 100px;
	color: #676e82;
	cursor: pointer;
	display: block;
	position: relative;
	text-align: center;
	width: 150px;
	line-height: 33px;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	height: 46px;
	padding-top: 5px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hs_upload_cv.hs-form-field > label:hover {
    background-color: #676e82;
    border-color: #676e82;
    box-shadow: 7px 8px 27px -4px rgba(0, 0, 0, .3);
    color: #fff;
    -webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}
body .cv-form input[type="submit"] {
    float: right;
    /*border-color: transparent;*/
    /*background-color: #ed1c24;*/
    /*color: #fff;*/
}

body .cv-form input[type="submit"]:hover {
    /*background-color: #d31920;*/
}