/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* 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;}


@font-face { 
	font-family: 'Avenir light';
	src: url('https://info.all-for-one.com/hubfs/Allgemeines/AllForOneBlogNew/afob_new__fonts/AvenirLTPro-Light.otf') format('opentype');
	font-display: swap;
} 
@font-face { 
	font-family: 'Avenir normal'; 
	src: url('https://info.all-for-one.com/hubfs/AllForOneBlogNew/afob_new__fonts/AvenirLTPro-Medium.otf') format('opentype');
	font-display: swap;
}
@font-face { 
	font-family: 'Avenir bold';
	src: url('https://info.all-for-one.com/hubfs/AllForOneBlogNew/afob_new__fonts/AvenirLTPro-Black.otf') format('opentype');
	font-display: swap;
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body{
	font-family: 'Avenir light',helvetica,arial,sans-serif !important;  
}
a{
	color: #34495e !important;
}
.afob-post_content a {
	color: #FF6900 !important;

}
.blog-section .blog-post-wrapper em{
	color: #666 !important;
}
.afob-font-light{
	font-family: 'Avenir light',helvetica,arial,sans-serif !important; 
}
.afob-font-normal{
	font-family: 'Avenir normal',helvetica,arial,sans-serif !important; 
}
.afob-font-bold{
	font-family: 'Avenir bold',helvetica,arial,sans-serif !important; 
	font-weight: bold !important;
}

.blog-listing-wrapper{
	margin-top: 80px;  
}
@media(max-width: 992px){
	.hidden-mobile{
		display:none;
	}
}
@media(min-width: 991px){
	.hidden-desktop{
		display:none;
	}
}
.afob-post_content .afob-content__body {
	max-width: 900px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}

.header-container-wrapper{
	position: relative; 
}
.header-container{
	padding: 0 !important;
}
.afob-header{
	border-bottom: 2px solid;
}
.afob-header .row-fluid-wrapper .row-fluid{
	max-width: 1319px;
	margin: 0 auto; 
	text-align: center;
}
.afob-header .hs_cos_wrapper_type_logo img{
	width: 250px !important; 
}
.afob-header .hs-menu-wrapper {
}
.afob-header .hs-menu-wrapper .hs-menu-item.active a{
	color: #ff6900 !important;
}
.afob-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a, .afob_new__menu .widget-type-menu .search a{
	max-width: unset;
	text-transform: uppercase;
	font-size: auto; 
	font-family: 'Avenir light',helvetica,arial,sans-serif;
	font-size: 16px; 
}
.afob-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover, .afob_new__menu .widget-type-menu .search a:hover{
	color: #ff6900 !important;    
}
.afob_new__menu .widget-type-menu{
	max-width: 1320px;
	margin: 0 auto; 
	position: relative;
}

@media(min-width: 767px) {
	.afob-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul {

	}
	.afob_new__menu .widget-type-menu .search{

	}
}




.afob-footer {
	background: #F3F3F3; 
	padding: 30px 0 0;
	margin-top: 30px;
}
.afob-footer .hs-menu-wrapper {
	background: black; 
	padding: 7.5px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.afob-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li{
	line-height: 1; 
}
.afob-footer .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
	max-width: unset;
	text-transform: uppercase;
	font-size: 12px;
	color: lightgrey !important;
	padding: 0 15px;
	font-family:'Avenir light',helvetica,arial,sans-serif;
	padding: 6px 20px;
}



.afob-wrapper .row-fluid-wrapper .row-fluid {
	max-width: 1319px;
	margin: 0 auto;
	padding: 0 15px;
}


.afob-blog_img{
	position: absolute;
	bottom: 50px;
	right: 50px;
}
.afob-blog_flex{
	display: flex;
	flex-flow: wrap;
	margin-left: -42px;
	margin-bottom: 70px;
}
.afob-blog_flex.small{
	margin-bottom: 30px; 
}
@media(max-width: 768px){
	.afob-blog_flex.small{
		margin-left: -15px; 
	}
}
.afob-blog_big {
	flex: 1 450px;
	padding-left: 42px;
	margin-bottom: 30px;
}
.afob-blog_big.main .afob-blog_big__item{
	height: 100%; 
}
.afob-blog_big.secondary .afob-blog_big__item:first-child{
	padding-bottom: 50px;
}
.afob-blog_big .afob-blog_big__item .afob-blog_big__background_image{
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.afob-blog_big .afob-blog_big__item .afob-blog_big__background_image > div{
	height: 100%;
	background: #0009;
	padding: 30px 25px 200px;
	position: relative
}

.afob-blog_big .afob-blog_big__item .afob-blog_big__background_image > div h2{
	color: white; 
	font-weight: normal;
	text-transform: uppercase;
	font-size: 24px;;
	font-family: 'Avenir light',helvetica,arial,sans-serif;
}  
.afob-blog_big .afob-blog_big__item .afob-blog_big__background_image:hover > div h2{
	text-decoration: underline;
}
.afob-blog_big a .afob-blog_img path{
	fill: white;
}
.afob-blog_small:hover .afob-blog_img path, .afob-blog_big a:hover .afob-blog_img path{
	fill:#ff6900;
}
.afob-blog_small{
	padding-left: 42px;
	margin-bottom: 70px;
	flex: 1 350px;
} 
@media(min-width: 768px){
	.afob-blog_small{
		max-width: 443px;
	}
}
@media(max-width: 768px){
	.afob-blog_small{
		max-width: 100%;
	}
	.afob-blog_small .afob-blog_small__inner .afob-blog_small__inner__content h2{
		hyphens: auto;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
	}
}
@media (max-width:1153px){
	.afob-blog_small{
		padding-left: 20px;
		margin-bottom: 20px;
	}}
.afob-blog_flex.tagsite{
	flex-basis: 33.33%;
	margin: 0;
} 
@media(max-width: 991px){
	.afob-blog_flex.tagsite{
		flex-basis: 100%;
	}
}
.afob-blog_flex.tagsite .afob-blog_small{
	margin-bottom: 30px; 
}
.afob-blog_small a:hover{
	text-decoration: none;
}
.afob-blog_small .afob-blog_small__inner{
	border: 1px solid black;
	height: 100%; 
	position: relative;
}
.afob-blog_small .afob-blog_small__inner .afob-blog_small__inner__image{
	padding-bottom: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.afob-blog_small .afob-blog_small__inner .afob-blog_small__inner__content{
	padding: 30px 40px;
}
.afob-blog_small .afob-blog_small__inner .afob-blog_small__inner__content .afob-timestamp{
	font-size: 11px; 
	color:#999999
}
.afob-blog_small .afob-blog_small__inner .afob-blog_img{
	bottom: 20px;
	right: 20px;
}
.afob-blog_small .afob-blog_small__inner .afob-blog_small__inner__content h2{
	font-weight: normal;
	font-size: 24px;
	color:black;
} 
.afob-blog_small .afob-blog_small__inner:hover .afob-blog_small__inner__content h2{
	text-decoration: underline;
}
.afob-most_read{
	margin: 0 0 84px 0; 
}
.afob-most_read h3{
	color: white;
	text-align: center;
	margin-bottom: 30px;
}
.afob-most_read h3:after{
	content:'meistgelesen';
	text-transform: uppercase;
	color: black;
	margin-left: -200px;

}
.afob-most_read ul{
	padding: 0;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.afob-most_read ul li{  
	display: flex;
	flex-flow: wrap;
	position: relative;
	list-style: none;
	overflow: hidden;
	width: calc(50% - 20px);
	border: 1px solid;
	display: flex;
	align-items: center;
	font-size: 24px;
	max-height: 200px;
	min-height: 150px;
	padding: 20px 40px 20px 175px;
	margin-bottom: 30px;
}

.afob-most_read__title{
	letter-spacing: 1.5px;
	font-weight: 600 !important;
	text-align: center;
	color: black;

}
@media(max-width: 991px){
	.afob-most_read ul li{  
		width: 100%; 
		margin-bottom: 20px;
	}
}
.hs-postlisting-item:after{
	content: '';
	background-image: url(https://static.hsappstatic.net/content_shared_assets/static-1.4038/img/sample_blog.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	position: absolute;
	left: 0px;
	height: 130px;
	width: 130px;
	top: 50%;
	transform: translate(0%, -50%);
}
@media(max-width: 540px){
	.afob-most_read ul li{
		padding-left: 70px;
	}
	.hs-postlisting-item:after{
		width: 50px;
	}
}
.hs-postlisting-item:nth-child(1):after{
	background-image: url(https://info.all-for-one.com/hubfs/AllForOneBlogNew/afob_mostread1.png);
}
.hs-postlisting-item:nth-child(2):after{
	background-image: url(https://info.all-for-one.com/hubfs/AllForOneBlogNew/afob_mostread2.png);
}
.hs-postlisting-item:nth-child(3):after{
	background-image: url(https://info.all-for-one.com/hubfs/AllForOneBlogNew/afob_mostread3.png);
}
.hs-postlisting-item:nth-child(4):after{
	background-image: url(https://info.all-for-one.com/hubfs/AllForOneBlogNew/afob_mostread4.png);
}
.hs-postlisting-item a {
	max-height: 150px;
	overflow: hidden; 
	line-height: 1.3;
	color: black !important; 
	hyphens: auto;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
}
.blogpost .afob-cta_container{
	margin-bottom: 143px; 
	margin-top:80px;
}
@media(max-width: 960px){
	.blogpost .afob-cta_container{
		margin-top:45px;
	}
}
@media(max-width: 640px){
	.blogpost .afob-cta_container{
		margin-top:25px;
	}
}

.afob-cta_container{
	padding: 100px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 100px 0;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;

}
@media(max-width: 768px){
	.afob-cta_container{
		padding: 15px;
	}
}
.afob-cta_container h2{
	margin-bottom: 30px;
	font-family: 'Avenir bold',helvetica,arial,sans-serif;
	font-size: 32px;
	line-height: 1.1;

}
@media(max-width:640px){
	.afob-cta_container h2{font-size: 18px;
		line-height: 1.4;
	}
}

.afob-cta_container .hs-cta-wrapper a{
	padding: 15px 75px !important;
	font-size: 16px !important;
	letter-spacing: 2.5px;
	font-family: 'Avenir medium',helvetica,arial,sans-serif !important;
	line-height: 1.15 !important;
}
@media(max-width: 768px){
	.afob-cta_container .hs-cta-wrapper a{
		padding: 15px  !important;
	}
}

.afob-cta_container .hs-cta-wrapper a:hover{
	color: black !important; 
	background: transparent !important;
}


.afob-timestamp{
	color: lightgrey;
	font-size: 14px;
	font-family: 'Avenir light',helvetica,arial,sans-serif;
}







.afob-post_header {
	text-align: center;
	margin: -150px auto 50px;
	background: white;
	padding: 25px; 
	max-width: 1320px; 
	position: relative;
}
@media(max-width: 991px){

	.afob-post_header p,	.afob-post_header {
		margin-bottom: 0 !important;
	}
	.afob-post_header h1{
		font-size: 28px !important;
		margin-top: 15px !important; 
	}
}
.afob-post_header .hs_cos_wrapper_type_inline_rich_text > *{
	color: black !important;
}
.afob-post_header h1 {
	color: black; 
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'Avenir bold',helvetica,arial,sans-serif;
	margin: 0 0 19px;
	hyphens: auto;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
}
.afob-post_header h1 span{
	hyphens: auto;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
}
.afob-post_header p {
	color: grey;
	font-size: 14px;
	margin: 0 0 50px;
	font-family: 'Avenir light',helvetica,arial,sans-serif;
}
.afob-post_header .hs_cos_wrapper p {
	font-size: 21px;
	margin: 0 0 37px;
	color: black; 
	font-family: 'Avenir light',helvetica,arial,sans-serif;
}
.afob-post_featuredImage {
	width: 150%;
	margin-left: -25%;
	position: relative;
	overflow: hidden;
	max-height: 600px;
	display: flex;
	align-items: center; 
	justify-content: center;
}
.afob-post_featuredImage  img{
	width: 100%;
}
.afob-container__wrapper{
	max-width: 1289px;
	margin: 0 auto;
}
@media(max-width:992px){
	.afob-container__post_content{
		flex-flow: column-reverse;
	}	
}


.afob-post_content {
	max-width: 75%;
	margin: 75px 0 125px; 
}
.afob-post_content .hs_cos_wrapper_type_rich_text a{
	color: #FF6900 !important;
}
.afob-post_author {
	padding: 20px 0;
	margin: 15px 0 35px;
	border: 1px solid;
	text-transform: uppercase;
	border-left: none;
	border-right: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.afob-post_author p{
	margin:0; 
	font-size:14px;
}
.afob-post_author a{
	text-decoration: underline;
	color: #34495e !important;
}
.afob-post_author a img{
	margin: 0 10px;
}
.afob-post_tags > div{
	display: flex;
	flex-flow: wrap;
}
.afob-post_tags a{
	padding: 8px 10px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Avenir light',helvetica,arial,sans-serif;
	color:  #34495e !important;
}
@media(max-width: 650px){
	.afob-post_tags a{
		width: 100%;	
	}
}

.afob-author{
	text-align: center; 
	max-width: 864px;
	margin: 0 auto;
	padding-bottom: 50px; 
}
.afob-author h1{
	font-size: 40px;
	color: black;
	font-family: 'Avenir bold';
	margin-bottom: 27px;
}
.afob-author p {
	color: black;
	font-family:'Avenir light',helvetica,arial,sans-serif;
	font-size: 21px;
	margin: 0 0 43px;
}
.hs-author-social-section {
	margin-bottom: 45px; 
}
.hs-author-social-section .hs-author-social-links a svg{
	margin: 0 10px;
}
.afob-author .hs-author-avatar{
	position: relative;
	padding-bottom: 56%;
	overflow: hidden; 
	max-width: 100%;
	margin: 0 auto;
}
.afob-author .hs-author-avatar img{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* Numbered Pagination */
.blog-pagination {
	display: block;
	text-align: center;

}
.blog-pagination > div {
	display: inline-block;
}
.blog-pagination-left {
	text-align: right;
}
.blog-pagination-right {
	text-align: left;
}
.blog-pagination a {
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	padding: 5px 10px;
}
.blog-pagination a:hover,
.blog-pagination a:focus { 
	background-color: #c8ecff;
	text-decoration: none;
}
.blog-pagination a.elipses {
	border: 0;
}
.blog-pagination a.active {
	font-weight: bold;
	color: black;
	pointer-events: none;
	cursor: default;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
	background-color: #666;
	color: #fff;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {
	background-color: #008cd4;
	color: #fff;
}

.body-container-wrapper{
	padding: 0; 
}

.white-popup .hs_cos_wrapper{
	fill: #fff;
	position: absolute;
	right: 20px;
	width: 40px;
	height: 40px;
	top: 20px;
}

.anchor_border{
	padding: 5px;
	border:1px solid black;
	box-sizing: border-box;

}
@media(max-width: 992px){
	.anchor_border{
		margin-bottom: 15px;
	}
}
#anchor{
	border:1px solid black;
	padding: 30px 15px;
	box-sizing: border-box;
}
#anchor p{
	font-weight:bold;
		word-break: break-word;
}

.anchor_border.uk-accordion .uk-accordion-title:before{
	width: 24px;
	height: 24px;
	background-size: cover;
}
@media(min-width: 768px){
	.anchor_border .uk-accordion-content{
		display: flex;
		flex-flow: wrap;

	}
	.anchor_border .uk-accordion-content a{
		width: 50%;
	}
}
#anchor a:last-child p{
	margin: 0;
}
.afob-post_content h2{
	position: relative;
	line-height: 1;
	text-transform: uppercase;
	font-size: 1.6rem;
	letter-spacing: 1px;
}
.afob-post_content h3, .afob-container__post_content .hs_cos_wrapper_type_rich_text h3 span{
	font-family: 'Avenir bold',helvetica,arial,sans-serif!important;
	font-weight:900;
}
.afob-post_content h2 span.scrollItem{
	position: absolute;
	top: -150px;
	left: 0;
}
.afob-container__post_content .hs_cos_wrapper_type_rich_text ul li{
	position:relative;
	padding-left: 10px;
}

.afob-container__post_content .hs_cos_wrapper_type_rich_text ul li:before {
	content: '\005F' !important;
	color: grey !important;
	position: absolute;
	left: -10px;
	top: -6px;
	font-size: 18px !important;
}
.afob-container__post_content .hs_cos_wrapper_type_rich_text{
	hyphens: auto;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
}
.afob-container__post_content .hs_cos_wrapper_type_rich_text p strong span {
	font-family:  'Avenir bold',helvetica,arial,sans-serif !important;
}
.afob-container__post_content .hs_cos_wrapper_type_rich_text p span, .afob-container__post_content .hs_cos_wrapper_type_rich_text p  {
	font-family: 'Avenir light',helvetica,arial,sans-serif!important;
}
.afob-container__post_content .hs_cos_wrapper_type_rich_text h2 span, .afob-container__post_content .hs_cos_wrapper_type_rich_text h2 {
	font-family: 'Avenir light',helvetica,arial,sans-serif !important;
}
.afob-container__post_content .hs_cos_wrapper_type_rich_text span, .afob-container__post_content .hs_cos_wrapper_type_rich_text h4 span, .afob-container__post_content .hs_cos_wrapper_type_rich_text h4{
	font-family:'Avenir light',helvetica,arial,sans-serif!important;
}
.afob-container__post_content .hs_cos_wrapper_type_rich_text strong span {
	font-family: 'Avenir light',helvetica,arial,sans-serif!important;
}
.afob-container__post_content .hs_cos_wrapper_type_rich_text ul li span, .afob-container__post_content .hs_cos_wrapper_type_rich_text ul li {
	font-family: 'Avenir light',helvetica,arial,sans-serif!important;
}
.afob-container__post_content .hs_cos_wrapper_type_rich_text p, .afob-container__post_content .hs_cos_wrapper_type_rich_text h2, .afob-container__post_content .hs_cos_wrapper_type_rich_text h3{
	text-align: left !important;
}
.afob-post_content h1, .afob-post_content h2, .afob-post_content h3, .afob-post_content h4, .afob-post_content h5, .afob-post_content h6 {
	margin: 40px 0 20px 0;
}
#manage-cookies #ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings{
	display: block;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    min-height: 50px;
    padding: 12px 30px 9px 30px;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    background-color: #0000;
    transition: color 200ms,border-color 200ms,background-color 200ms;
}
#manage-cookies #ot-sdk-btn.ot-sdk-show-settings:hover, #ot-sdk-btn.optanon-show-settings:hover{
    border-color: #ff7f00;
    color: #ff6900;
    background-color: #0000;
}
.ot-sdk-show-settings {

             border-color: #000 !important;

             color: #000 !important;

             width: 60% !important;

            margin-left: 20% !important;

            margin-right: 20% !important;

            background-color: #fff !important;

}

 

 

.ot-sdk-show-settings:hover{

             border-color: #ff7f00 !important;

             color: #ff6900 !important;

             background-color: rgba(0,0,0,0) !important;

}

 

#ot-sdk-cookie-policy-v2{
   width: 100%;
   margin-right: 0;
   margin-left: 0;
}
.atom-copytext #ot-sdk-cookie-policy{
	margin: 0;
}
.atom-copytext #ot-sdk-cookie-policy #ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy{
	    margin: 0;
    width: 100%;
}