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

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

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

:root{
  --container: 1160px;
  --container-lg: 1318px;
  --container-xl: 1390px;
}

html {
    background-color: #2e2e2e;
}

* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; outline:none; }
body { font-family: 'Circular Std', sans-serif;  margin:0 auto; padding:0; font-weight: normal;	color: #282B3D; max-width: 1440px;  }

.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span, .heading div>span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    text-decoration: inherit;
    
}

.content ul,
.text ul{
    list-style: disc;
    padding-left: 20px;
}


/* h1 { padding:15px 0 15px; margin:0; font-size:44px; line-height:50px; color:#fff;  }
h2 { padding:0px 0 0px; margin:0;   font-size: 34px; line-height: 42px; color:#000;  }
h3 { padding:10px 0 10px; margin:0; font-size:26px; line-height:36px; color:#000000 }
h4 { padding:10px 0 10px; margin:0; font-size:24px; line-height:28px; }
h5 { padding:10px 0 10px; margin:0; font-size:14px; line-height:24px;  font-weight: 500 !important; color:#fff; }
h6 { padding:10px 0 10px; margin:0; font-size:16px; line-height:18px; }
*/



h1,h2,h3,h4,h5,h6{  font-family: 'Circular Std', sans-serif; font-weight:700;  }
h1,.h1 { line-height: 62px; font-size:60px;  }
h2,.h2 { line-height: 45px;  }
h3,.h3 { line-height: 40px;  }
h4,.h4 { line-height: 35px;  }
h5,.h5 { line-height: 30px; font-size:20px;  }
h6,.h6 { line-height: 28px;  }

.desktop-copy{ font-size: 16px; line-height: 26px; }
.desktop-big{ font-size: 20px; line-height: 30px; }

img { max-width:100%; height:auto; border:none; }
a { text-decoration:none; }



p { margin:0; }
+ h1,  + h2, * + h3 { margin-top:25px; }
+ h4,  + h5, * + h6 { margin-top:20px; }
* + p { margin-top:15px;}

ul, ol{  margin: 0px 0;  padding: 0; list-style:none; padding-left: 15px; }
ul li,ol li {  padding: 6px 0; }


.container{ max-width: var(--container); margin:0 auto; float:none; padding:0 15px;width:100%; }
.container-lg{ max-width: var(--container-lg); }
.container-xl{ max-width: var(--container-xl); }
.container_two {max-width: var(--container-xl); float:none;   margin: 0 auto;padding: 0 15px;}

/*===Button===*/
a.btn {
    min-width: 240px;
    text-align: center;
    position: relative;
    line-height: 16px;
}
a.btn:before {font-family: 'Circular Std', sans-serif !important; position: absolute; right: 0px; bottom: 0px; opacity: 0.15; content: ""; width: 0; height: 0; border-bottom: 15px solid #282B3D; border-left: 64px solid transparent; transition: all 0.4s ease-in-out; }
a.btn:hover { background: #E9511D!important; }
a.btn:hover:before { border-bottom: 16px solid #C1481F; border-left: 155px solid transparent; opacity: 1; }

a.btn.secondary { background: none!important; border: 1px solid #282b3d!important; position: static; color: #282b3d !important; }
a.btn.secondary:hover { background: none !important; border-color: #E9511D !important; color: #E9511D !important;font-family: 'Circular Std', sans-serif !important; }


a.third {font-family: 'Circular Std', sans-serif !important; border-bottom: 3px solid #282B3D; font-size: 12px; line-height: 15px; font-weight:700; letter-spacing: 2.4px; text-transform: uppercase; color: #282B3D; display: inline-block; transition: all 0.4s ease; }
a.third:hover { border-color: #E9511D; color: #E9511D; }
a.third.white {
    color: #fff;
    border-bottom-color: #fff;
}

a.third.white:hover {
    color: var(--secondary);
    border-bottom-color: var(--secondary);
}


/*==heading Bottom Border==*/
.bottom_border { border-bottom: 1px solid #282B3D; }



.header_btn {
    padding-right: 0;
    padding-left: 50px;
}
.header ul.hs-menu-children-wrapper>li>a{padding:0;}
header.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: transparent;
    padding: 30px 40px;
    margin: 0 auto;
    max-width: 1440px;
}
.menu-wrapper a.btn.btn {
    background: #fff;
    color: #282b3d;
    min-width:100px;
}
.menu-wrapper a.btn:hover:before {
    border-bottom: 16px solid #c1481f;
    border-left: 104px solid transparent;
    opacity: 1;
}
/* Hero*/
.hero_section { padding:404px 0 170px; background: #282B3D; position: relative; z-index: 1; }
.hero_section:before {
    /*     background-image: url(https://7005194.fs1.hubspotusercontent-na1.net/hubfs/7005194/Group%2011028.png); */
    background-position: 50%;
    background-repeat: no-repeat;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 54%;
    background-size: contain;
}
.hero_heading {
    text-align: left;
    text-wrap: pretty;
}
.hero_heading_cover {text-align: center;}
.hero_heading_cover {display: flex;flex-flow: wrap;justify-content: left; flex-direction: column; max-width: 1440px; margin: 0px 40px;}
.hero_bottom_thumbnail {position: absolute;right: 99px;left: auto;top: auto;bottom: -100px;z-index: 0;}
.hero_bottom_thumbnail img {width: 100%;display: block; object-fit: cover; aspect-ratio: 3 / 2;}

.hero_btn { text-align: left; padding-top: 30px; }
.hero_content { text-align: left; padding-top: 7px; font-size: 24px; }
.text_with_section { padding: 80px 0 160px; }
.text_thumbnail { margin-top: -220px; z-index: 1; position: relative; max-width: 440px; max-height: 580px; margin-right: auto;  margin-left: auto; }
.text_thumbnail img {  }
.text_row { padding: 50px 0 0; display: flex; flex-flow: wrap; }
.text_right { width: 50%; }
.text_left { width: 50%; display: flex; flex-flow: wrap; }
.text_colm { width: calc(100% / 2 - 30px); margin: 0 15px; }
.text_content { padding-bottom: 15px; }
.text_colm h5 { padding-bottom: 10px; }
.text_with_row {padding-bottom: 70px;}
.chances_heading {
    padding: 0 0 10px;
}
.text_with_btn { padding-top: 20px; }




.color\:inherit {
    color: inherit;
}


.thumbnil_slider_section .slick-arrow {top: -55px;}


/*Image With Text*/
.img_text_section {padding: 50px 0;background-repeat: no-repeat;min-height: 530px;display: flex;align-items: flex-end;}
.img_text_row {display: flex;justify-content: left;} 
.button.img_text_btn {padding-top: 16px;}


/* Heading - Title */
.title_section {padding: 50px 0;background-repeat: no-repeat;min-height: 530px;display: flex;align-items: flex-end;}
.title_row {display: flex;justify-content: left;}




/* Left-Text-Right-Image */

.chances_row { display: flex; flex-flow: wrap; align-items: center; }
.chances_left_part,.chances_right_part  { width: 50%;}
.chances_right_part {text-align: right; }
.chances_thumbnail img { width: 100%; display: inline-block; object-fit: contain; }
.chances_section { padding: 50px 0; position: relative; z-index: 1; }
.chances_section:before { position: absolute; content: ""; top: 0; right: 24%; left: 0; bottom: 0; background: #F7F7F7; z-index: -1; }
.chances_cover {max-width: 600px;}
.chances_section .contnet { padding-top: 25px; max-width:440px; font-weight: 300; }
.chances_button { padding-top: 31px; }
.chances_left_part {padding-right: 30px;}
.chances_right_part {padding-left: 30px;}
.chances_revers .chances_row { flex-direction: row-reverse; }
.chances_revers .chances_left_part { padding-left: 30px; padding-right: 0; }
.chances_revers .chances_cover { margin: 0 auto; margin-right: 0; }

.chances_revers .chances_right_part { padding-left: 0; padding-right: 30px; }

.btn\:primary.white {
    background: #fff !important;
    color: var(--primary) !important;
}


/*Author with img */
.auther_icon ul li a { width: 100%; }
.auther_icon ul li a svg { width: 20px; height: 20px; }
.auther_row { display: flex; flex-flow: wrap; align-items: center; }
.auther_left { width: 30%; }
.auther_right { width: 70%; display: flex; flex-flow: wrap; justify-content: right; gap: 75px; }
.auther_right_box {width: 30%;padding-right: 30px;}
.auther_left_box {width: 40%;padding-left: 30px;}
.author_section { padding: 83px 0px; }
.auther_thumbnail img { max-width: 550px !important; width: 100% !important; object-fit: contain; display: block; }
.auther_box { display: flex; flex-flow: wrap; align-items: center; padding: 21px 0; justify-content: flex-start; }
.auther_icon ul li { display: inline-block; padding: 0 15px; }
.auther_email a, .auther_phone a  { color: #282B3D;font-weight:700;font-size: 16px;line-height: 28px; }
.author_section { position: relative; z-index: 1; }
.author_section:before { position: absolute; content: ""; top: 0; right: 0; left: 58%; bottom: 0; background: #F7F7F7; z-index: -1; }
.auther_btn {display: none;}

/* Kompetenzen */
.kompetenzen_section { padding: 60px 0px; }
.kompetenzen_row { display: flex; flex-flow: wrap;  }
.kompetenzen_colm { width: 50%;  }
.kompetenzen_inner_row { display: flex; flex-flow: wrap; }
.kompetenzen_inner_row { }
.kompetenzen_left_colm {width: 50%;padding-right: 22px;}
.kompetenzen_righr_colm {width: 50%;padding-left: 22px;}
.kompetenzen_row { padding: 60px 40px; }
/* .kompetenzen_inner_heading { padding-bottom: 12px; } */
.kompetenzen_content {  max-width: 260px; }
.kompetenzen_righr_colm { position: relative; }
.kompetenzen_text_content_cover { padding: 0 0 56px 0; }
.kompetenzen_thumbnail img { display: block; width: 100%; object-fit: cover; }
.kompetenzen_btn { position: absolute; content: ""; top: auto; bottom: 4px; }

/* All Text Content */
.content_row { display: flex; flex-flow: wrap; align-items: flex-start; padding: 50px 0; row-gap: 30px; }
.content_colm { width: 50%; }
.conent_cover { padding: 0 50px; }
.content_colm:nth-child(1) { padding-right: 40px; }
.content_colm:nth-child(2) { padding-left: 40px; }
.content_inner_colm { max-width: 549px; color: #282B3D; }
.content_section { padding: 60px 0; }


/* Left-Heading-Right-Content */
.kambo_section { padding: 150px 0px; }
.kambo_row { display: flex; flex-flow: wrap; align-items: center; justify-content: center; }
.kambo_left { width: 50%; padding-bottom: 100px; }
.kambo_title { max-width: 440px; }
.kambo_section { background-repeat: no-repeat !important; background-position: top center !important; background-size: 100% 100% !important; }
.kambo_right { padding-bottom: 98px; width: 50%; }
.kambo_colm { width: 664px; padding-top: 100px; }



/* Managing Partner */

.managing_section { padding: 60px 0px; }
.managing_row { display: flex; flex-flow: wrap;  }
.managing_left { width: 40%;padding-right: 20px; }
.managing_right { width: 60%;padding-left: 20px; }
.managing_thumbnail img { width: 440px; height: 440px !important; display: block; object-fit: cover; }
.managing_content_top { padding-bottom: 35px; color: #282B3D; max-width: 573px; margin: 0 auto; }
.managing_content_center { color: #282B3D; padding-bottom: 29px; max-width: 785px;font-size: 30px;line-height: 44px; }
.managing_content_right { padding-bottom: 35px; text-align: right; color: #282B3D; }
.managing_content_bottom { padding-top: 20px; max-width: 573px; margin: 0 auto; color: #282B3D; }



/* Anwendung solo */
.solo_section { padding: 60px 0px; }
/* .solo_title { padding-bottom: 29px; } */
.solo_content { padding-bottom: 30px;font-size: 30px;line-height: 44px; }
.solo_author_content { text-align: right; }
.solo_box_cover { max-width: 780px; margin: 0 auto; }
.solo_box_cover {padding-top: 75px;}

/* Blurb With Heading */



.blurb_title { max-width: 590px; margin: 0 auto; text-align: center; padding-bottom: 25px; }
.blurb_row { display: flex; flex-flow: wrap; /*align-items: center;*/ margin: 0 -15px; }
.blurb_section { padding: 60px 0px; }
.blurb_colm { width: calc(100% / 3 - 20px); margin: 10px; }
.blurb_thumbnail img { width: 95px; height: 99px !important; text-align: center; margin: 0 auto; display: block; border-radius: 100%; object-fit: cover; }
.blurb_thumbnail { padding-bottom: 30px; }
.blurb_heading { text-align: center; padding-bottom: 8px; }
.blurb_contnet { text-align: center; padding-bottom: 20px; line-height: 32px;  }
.blurb_btn { text-align: center; }
.blurb_box_colm { padding: 25px 0px; }


/* Four boxes */

.slider_heading { padding-bottom: 25px; }
.slider_row,.slider_row_box { display: flex; flex-flow: wrap; align-items: center; margin: 0 -15px; }
.slider_section { padding: 60px 00px; }
.slider_colm { width: calc(100% / 2 - 30px); margin: 15px;margin-bottom: 56px; }
.slider_thumbnail img { width: 100px; height: 100px; text-align: center; margin: 0 auto; display: block; border-radius: 100%; }
.slider_title {;padding-bottom: 1px;}
.slider_content {padding-bottom: 8px;}
.slider_left {width: 175px;}
.slider_right {width: calc(100% - 175px);}
.slider_colm:nth-child(4) {margin-bottom: 15px;}
.slider_colm:nth-child(3) {margin-bottom: 15px;}



/*** ================= slick-arrow  ================= ***/>  
ul.slick-dots { padding: 0; margin: 0; list-style: none; text-align: center; margin-top: 30px; }
ul.slick-dots li { display: inline-block; margin: 0 4px; }
ul.slick-dots li button { font-size: 0; height: 9px; width: 9px; display: block; padding: 0; border: none; border-radius: 100%; background: #282B3D; transition: all 0.4s ease; opacity: 0.3; cursor: pointer; }
ul.slick-dots li.slick-active  button { background: #282B3D; transform: scale(1.2); opacity: 1; }
.slick-arrow {cursor: pointer; border: none; font-size: 0 !important; height: 35px; padding: 0; position: absolute; top: -50px; width: 35px; z-index: 1; border-radius: 0px; bottom: auto; right: auto; background: #F7F7F7; transition: all 0.4s ease; display: flex !important; align-items: center; justify-content: center; }
button.slick-next.slick-arrow { right: 0; }
button.slick-prev.slick-arrow:before { transform: rotate(180deg); background-image: url('https://7005194.fs1.hubspotusercontent-na1.net/hubfs/7005194/Vector%20%286%29.png'); width: 17px; height: 17px; content: ""; position: absolute; background-repeat: no-repeat; background-position: center; background-size: contain; }
button.slick-next.slick-arrow:before { background-image: url('https://7005194.fs1.hubspotusercontent-na1.net/hubfs/7005194/Vector%20%286%29.png'); width: 17px; height: 17px; content: ""; position: absolute; background-repeat: no-repeat; background-position: center; background-size: contain; }
button.slick-prev.slick-arrow { right: 55px; }
.slick-arrow:hover { font-size: 0; border: none; color: #000; }


.coaching__section .coaching_row { flex-direction: row-reverse; }
.coaching__section .coaching_thumbnail img { margin-left: -65px; margin-top: -156px; }
.coaching__section .coaching_left { padding-right: 0; }
.coaching__section .coaching_right { position: relative; z-index: 3; }



.footer_section { padding: 130px 0 0; position: relative; z-index: 1; }
/* .footer_container{padding:0px 40px;} */
.footer_row { display: flex; flex-flow: wrap; }
.footer_right_colm { width: 80%; display: flex; flex-flow: wrap; background-color: #282B3D; padding-left: 30px; padding: 55px 20px 34px 40px; }
.footer_left_colm { width: 10%; }
.menu_left { width: 65%; display: flex; flex-flow: wrap; padding-right: 30px; }
.logo_with_text_right { width: 30%; padding-left: 50px; }
.three_menu { width: calc(100% / 3  - 30px); margin: 0 15px; }
.footer_menu h5 { font-size: 16px; color: #C5C5C5; font-weight: 400; }
.footer_menu ul { padding: 0; }
.footer_menu ul li { padding: 3px 0; }
.footer_menu ul li a { font-size: 16px; line-height: 24px; font-weight: 300; color: #fff; display: block;transition: all 0.5s; }
/* .footer_email { padding-top: 7px; } */
.footer_email_cover { padding-bottom: 30px; }
/* .footer_phone_cover { padding-top: 25px; } */
.footer_email a { font-size: 16px; line-height: 24px; color: #fff; transition: all 0.4s ease; }
.footer_phone a { font-size: 16px; line-height: 24px; color: #fff; }
.footer_email a:hover { color: #E9511D; }
.footer_contnet { color: #fff; padding-top: 23px;font-weight: 300; }
.footer_from_row { padding-top: 110px; width: 60%; }
.footer_from form { position: relative; }
.footer_from form input.hs-button.primary.large { position: absolute; right: 0; top: 5px; bottom: auto; }
.footer_from form .hs-form-field .input input:not([type=checkbox]), form .hs-form-field .input select, form .hs-form-field .input textarea { background: transparent; border-bottom: 3px solid #fff; opacity: 0.4; border-radius: 0; padding-right: 142px; padding-left: 0; font-size: 20px; line-height: 30px; height: 65px; color: #fff; }
.footer_from form .hs-form-field .input input:not([type=checkbox])::placeholder{ color: #ffffff; opacity: 0.5; }
.footer_from .hs-button { background: transparent; border-width: 2px; border-color: #fff; opacity: 0.4; padding: 10px 12px; }
.footer_from .hs-form-field>label { display: none; }
.footer_from { padding-top: 15px; }
.bottom_content { color: #C5C5C5;font-size: 14px;line-height: 24px;}
.footer_bottom_menu ul { padding: 0; margin: 0; }
.footer_bottom_menu ul li { display: inline-block; padding: 0 16px; }
.footer_bottom_menu ul li a { color: #C5C5C5; font-size: 14px; line-height: 24px; transition: all 0.5s; }
.footer_bottom { width: 100%; display: flex; flex-flow: wrap; align-items: center; padding-top: 35px; }
.footer_thumbnail img { display: block; object-fit: cover; width: 710px; height: 519px !important; }
.footer_thumbnail { position: absolute; top: -30px; right: 0; z-index: -1; }
/* .bottom_left { width: 80%; }
.bottom_right { width: 20%; } */
.footer_email a {color: var(--secondary);}
.footer_from_row .footer_menu {color: #C5C5C5;}
.footer_bottom_menu ul li:first-child {padding-left: 0;}


/*  */

.footer__icon ul li a svg { width: 20px; height: 20px; vertical-align: middle; fill: #C5C5C5; }
.footer__icon ul { padding: 0; list-style: none; margin: 0; }
.footer__icon ul li { display: inline-block; padding-left: 16px; }
.footer__icon ul li:first-child { padding-left: 0; }
.footer__icon ul { padding: 0; list-style: none; margin: 0; }
.footer__icon ul li { display: inline-block; padding-left: 16px; }
.footer__icon ul li:first-child { padding-left: 0; }
.footer__icon ul li a:hover svg { fill: #f94f06 !important; }
.footer__icon ul li a { display: block; transition: all 0.4s ease; }
.footer_from li.hs-form-booleancheckbox { color: #fff; font-size: 14px; line-height: 20px; }
.footer_from .hs-richtext { font-size: 14px; color: var(--white); line-height: 20px; }
.bottom_left { width: 60%; display: flex; flex-flow: wrap; align-items: center; }
.bottom_right { width: 40%; text-align: center; }
.bottom_left_colm { width: 50%; }
.bottom_right_colm { width: 50%; text-align: right; }
.footer__icon ul li { padding: 0; padding-left: 30px; }
.footer_from input[type=checkbox]+span:before, input[type=radio]+span:before { margin: 0; height: 18px; width: 18px; border-radius: 3px; border: 1px solid #fff; }
.footer_from input[type=checkbox]+span:after, input[type=radio]+span:after { border-color: #fff; height: 6px; left: 5px; top: 4px; width: 9px; }
.footer_from input[type=checkbox]:checked+span:before, input[type=radio]:checked+span:before { background: #0160c4; border-color: transparent; }



@media(max-width:1230px){
    .header_btn { padding-left: 10px; }
}

@media(max-width:992px){
    .footer_right_colm { padding: 34px 15px; }
    .menu_left { width: 100%; padding-right: 0; margin-bottom: 36px; }
    .logo_with_text_right { width: 50%; }
    .three_menu { width: calc(100% / 3 - 30px); }
    .footer_thumbnail img { width: 500px; height: 400px !important; }
    .logo_with_text_right { width: 100%; padding: 15px; margin-top: 25px; }
    .footer_from_row { width: 100%; padding-top: 90px; padding:15px; }
    .footer_thumbnail {top: 40px;}
}



.footer_bottom {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    padding-top: 35px;
    padding: 15px;
}


.coaching_row { display: flex; flex-flow: wrap; }
.coaching_left { width: 500px; padding-right: 15px; }
.coaching_right { width: calc(100% - 500px); padding-left: 15px; }
.coaching_section { padding: 90px 0 536px; }
.coaching_right .coaching_cover{ padding-top: 143px; }
/* .coaching_thumbnail img { margin-top: -100px;} */
.coaching_crnter { 
    margin-left: -130px;
    padding: 25px 0 15px;
    position: relative;
    z-index: 10;
    font-size: 30px;
    line-height: 44px;
}
.coaching_right { }
.coaching__right { text-align: right; color: #282B3D; padding-bottom: 30px; }
.coaching_cover h2 { color: #282B3D; padding-bottom: 15px; }
.coaching_top { color: #282B3D; }
.coaching_bottom { color: #282B3D; padding-bottom: 22px; }
.coaching_section { 
    background-position: -60px 330px!important;
    background-repeat: no-repeat!important;
    background-size: 1325px !important;
}


/* Blog */

.blog_section { padding: 60px 0px; }
.blog_row { display: flex; flex-flow: wrap; padding: 70px 0 0 0; }
.blog_colm {width: calc(100% / 2  - 15px);margin: 0 15px 0 0;}
.blog_box {padding: 30px 20px 50px 20px;background: #F7F7F7;position: relative;z-index: 1; transition: all 0.4s ease;}

.blog_box:hover { background: #282B3D; }
.blog_box:hover .blog_ahuter_date { color: #fff; }
.blog_box:hover .blog_box_heading  { color: #fff; }
.blog_box:hover .blog_box_content { color: #fff; }
.blog_box:hover:before { border-bottom: 45px solid #E9511D; opacity: 0.3; transition: all .3s ease-in-out; }


.blog_colmm { width: calc(100% / 2 - 15px); margin: 0 15px; display: flex; flex-flow: wrap; }
.blog_colmm:nth-child(2) { margin: 0 0 0 15px; }
.blog_colmm:nth-child(1) { margin: 0 15px 0 0px; }

.blog_box:before { border-bottom: 30px solid #282B3D; border-left: 315px solid transparent; bottom: 0; content: ""; height: 0; opacity: 0.05; position: absolute; right: 0; transition: all .4s ease-in-out; width: 0; z-index: -1; }

/* Blog with Image */

.blog_section { padding: 60px 00px; }
.blog_row { display: flex; flex-flow: wrap; padding: 70px 0 0 0 ; }
.blog_left { width: calc(100% /2 - 15px); margin-right: 15px; }
.blog_right { display: flex; flex-flow: wrap; width: 50%; }
.blog_colum_box { width: calc(100% / 2  - 15px); margin: 0 15px 0 0; }
.blog_text_cover { padding: 20px 30px 34px; background: #F7F7F7; position: relative; z-index: 1; }
.blog_content_cover:hover .blog_text_cover { background: #282B3D; }
.blog_content_cover:hover .blog_ahuter_date{color: #fff;}
.blog_content_cover .blog_ahuter_date{padding-bottom:0;}
.blog_content_cover .blog_box_heading{padding-bottom:0;}
.blog_content_cover:hover .blog_box_heading{     color: #fff;}
.blog_content_cover:hover .blog_text_cover:before { border-bottom: 45px solid #E9511D; opacity: 0.3; transition: all .3s ease-in-out; }
.blog_thumbnail img { width: 100%; height: 250px !important; display: block; object-fit: cover; }
.blog_ahuter_date { font-size: 16px; padding-bottom: 8px;font-weight: 700;color:#282B3D }
.blog_box_heading { padding-bottom: 8px;font-weight: 700; color:#282B3D }
.blog_text_cover:before { border-bottom: 30px solid #282B3D; border-left: 315px solid transparent; bottom: 0; content: ""; height: 0; opacity: 0.05; position: absolute; right: 0; transition: all .4s ease-in-out; width: 0; z-index: -1; }


header.header .logo {
    line-height: 0;
}


.news_section { padding: 50px 0; position: relative; z-index: 1; }
.news_row { display: flex; flex-flow: wrap; }
.news_left_part { width: 50%; }
.news_right_part { width: 50%; }
.news_content { padding-bottom: 20px; }
.news_section:after { content: ""; position: absolute; right: 0; left: 0; top: 0; bottom: 0; background-image: url("https://7005194.fs1.hubspotusercontent-na1.net/hubfs/7005194/Group%2011032%20%281%29.png"); background-repeat: no-repeat; background-position: center; z-index: -1; opacity: 0.1; background-size: contain; width: 100%; height: 353px; }


.kontakt_section { padding: 50px 0; position: relative; z-index: 1; }
.news_row { display: flex; flex-flow: wrap; }
.news_left_part { width: 50%; }
.news_right_part { width: 50%; }
.news_content { padding-bottom: 20px; }
.kontakt_section:after { content: ""; position: absolute; right: 0; left: 0; top: 0; bottom: 0; background-image: url('https://7005194.fs1.hubspotusercontent-na1.net/hubfs/7005194/Group%2011032%20%281%29.png'); background-repeat: no-repeat; background-position: center; z-index: -1; opacity: 0.1; background-size: cover; width: 100%; }
.kontakt_section .Kontakt_form form .hs-form-field .input input:not([type=checkbox]), form .hs-form-field .input select, form .hs-form-field .input textarea { background: transparent; border-bottom: 1px solid #fff; border-radius: 0; color: #fff; font-size: 20px; height: 55px; line-height: 30px; opacity: .4;padding-left:0; }
.kontakt_section .Kontakt_form form .hs-form-field label {
    display: block;
}
.kontakt_section .Kontakt_form li.hs-form-radio:first-child {
    margin-left: 0;
}
.kontakt_section .Kontakt_form input.hs-button.primary.large { background: transparent; border-color: #fff; border-width: 2px; opacity: .4; width: 100%; padding: 14px 30px; }
.Kontakt_form .actions { padding-top: 20px; }
.Kontakt_form input[type=checkbox]+span:before { border-color: var(--white) !important; border-width: 1px; border-style: solid; border-radius: 2px; top: 2.4px; }
.Kontakt_form input[type=checkbox]+span > p { font-size: 14px; line-height: 20px; }
.Kontakt_form .hs-dependent-field { padding-top: 25px; }
.kontakt_section .Kontakt_form li.hs-form-radio span:after { content: ""; position: absolute; height: 18px; width: 18px; border: 1px solid #fff; border-radius: 100%; left: 0; top: 50%; transform: translateY(-50%); }
.kontakt_section .Kontakt_form li.hs-form-radio .hs-input { opacity: 0; display: none; }
.kontakt_section .Kontakt_form li.hs-form-radio span { padding-left: 30px; cursor: pointer; }
input[type=radio]+span:before { position: absolute; content: ""; height: 10px; width: 10px; background: #fff; left: 4px; border-radius: 100%; top: 50%; opacity: 0; transform: translateY(-50%); }
input[type=radio]:checked+span:before { opacity: 1; }
.kontakt_section .Kontakt_form li.hs-form-radio span { position: relative; cursor: pointer; }
.kontakt_section .Kontakt_form li.hs-form-radio { display: inline-block; margin: 0 15px; }
.kontakt_section .Kontakt_form input[type=checkbox]+span:after { top: 8px; }

.chances_button a.third {color: #fff;border-color: #fff;}
.chances_button a.third:hover {color: #e9511d;border-color: #e9511d;}

.thumbnil_row { display: flex; flex-flow: wrap; align-items: center; }
.thumbnil_colm {width: calc(100% / 5 - 30px);margin: 15px;}
.thumbnil_thumbnail img {}
.thumbnil_slider_section .slick-list {padding: 0 25% 0 0 !important;}
.thumbnil_slider_section {padding: 100px 0px;}
.thumbnil_slider_section .slick-slide{padding:0 15px;}
.thumbnil_thumbnail img {display:inline-block; width:100%;object-fit:cover;}
.thumbnil_heading {padding-left: 26px;}


.logo_row { display: flex; flex-flow: wrap; align-items: center; }
.logo_colm {width: calc(100% / 5 - 30px);margin: 15px;}
.logo_thumbnail img {}
.logo_slider_section .slick-list {padding: 0 5% 0 0 !important;}
.logo_thumbnail {width: 223px;height: auto;}
.logo_slider_section {padding: 100px 40px;}



.footer_menu ul li a:hover {color: #f94f06!important;}
.footer_bottom_menu ul li a:hover {color: #f94f06!important;}

.blog_content_cover {transition: all 0.4s ease;}
.blog_text_cover {    transition: all 0.4s ease;}

.thumbnil_slider_section button.slick-prev.slick-arrow {right: 90px;}
.thumbnil_slider_section button.slick-next.slick-arrow {right: 43px;}

.text_with_section .title_text {
    font-size: 24px;
    font-weight: 700;
}

.text_with_section .bottom_btn .third{
  font-size: 14px;
}
.text_with_section .chances_row.text_with_row {
    align-items: start;
}
.blog_left .blog_content_cover,
.blog_right .blog_colum_box{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog_left .blog_content_cover,
.blog_right .blog_colum_box .blog_thumbnail{
    flex-shrink: 0;
}
.blog_left .blog_content_cover .blog_text_cover,
.blog_right .blog_colum_box .blog_text_cover{
    flex-grow: 1;
}
.form-title:empty{
  display: none;
}
.kompetenzen_inner_row {
  align-items: center;
  gap: 20px;
}
.kompetenzen_inner_row .kompetenzen_left_colm {
  padding: 0;
  max-width: 95px;
  flex-shrink: 0;
}
.kompetenzen_inner_row .kompetenzen_righr_colm {
  padding: 0;
  flex-grow: 1;
}
.kompetenzen_inner_row .kompetenzen_righr_colm .kompetenzen_content {
  max-width: 90%;
  font-size: 16px;
  margin-bottom: 15px;
}
.kompetenzen_inner_row .kompetenzen_righr_colm .kompetenzen_inner_heading {
  margin-bottom: 20px;
}
.kompetenzen_inner_row .kompetenzen_righr_colm .kompetenzen_btn {
    position: static;
}
.kompetenzen_inner_row .kompetenzen_text_content_cover > *:last-child{
  margin-bottom: 0;
}
.kompetenzen_inner_row .kompetenzen_text_content_cover{
  padding-bottom: 0;
}
.kompetenzen_inner_row {
  margin-bottom: 56px;
}
.blurb_heading h5{
  font-size: 24px;
}
.coaching_right .coaching_cover > *:last-child,
.blurb_colm .blurb_box_colm > *:last-child,
.slider_row, .slider_row_box .slider_right > *:last-child{
  padding-bottom: 0;
}
.img_text_section .hero_heading {
    margin-bottom: 30px;
}
.auther_right_box{
  width: 50%;
  padding-right: 0;
  flex-shrink: 0;
  max-width: 440px;
}
.auther_left_box {
  padding-left: 0;
  /*   width: 50%; */
  flex-grow: 1;
  flex-shrink: 0;
}
.auther_name h4{
  margin-bottom: 30px;
}
.author-position{
  padding-right: 15px;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.36px;
}
.chances_cover .blurb_btn {
  text-align: left;
  padding-top: 31px;
}
.footer_section .bottom_content{
  font-weight: 300;`
}


/* ////////////////////////// */
.make_same_width_of_box .slider_row_box > div {
    width: 100%;
    flex-shrink: 0;
}

.make_same_width_of_box .slider_row_box .slider_left .slider_thumbnail img {
    width: 100%;
    border-radius: 0px;
    padding-right: 30px;
}

.make_same_width_of_box .slider_row_box {
    align-items: stretch;
}

.make_same_width_of_box .slider_row_box .slider_right .slider_content {
    flex-grow: 1;
}

.make_same_width_of_box .slider_row_box .slider_right {
    display: flex;
    flex-direction: column;
}		


/* ////////////////////////////// */




@media screen and (min-width:767px){
  .text_thumbnail {  margin-right: 0;  margin-left: auto; }
}

@media(min-width:992px){
  .kompetenzen_row .kompetenzen_colm:nth-last-child(-n + 2) .kompetenzen_inner_row {
    margin-bottom: 0;
  }
  .hero_section{
    min-height: 500px;
    display: flex;
    align-items: end;
  }
  
  .make_same_width_of_box .slider_row_box > div {
      width: 50%;
  }
}

@media(min-width:1200px){
    .gap-x\:125 {
        column-gap: 125px;
    }
    .gap-x\:80 {
      column-gap: 80px;
    }
    .gap-x\:100 {
      column-gap: 100px;
    }
}

@media(max-width:1200px){

    .hero_section {padding: 265px 0 130px;}
    
    .text_with_section { padding: 80px 0 80px; }
    .text_thumbnail { margin-top: -120px; }
    .text_with_row { padding-bottom: 90px; }
    .coaching_section { background-position: -640px 270px !important; background-size: 1630px 870px !important; padding: 100px 0 150px; }
    .footer_bottom_menu ul li {padding: 0 16px 0 0;}
    .footer__icon ul li {padding-left: 15px;}
    

}

@media(max-width:1024px){
    a.btn {min-width: 0 !important;}
    .author_section {padding: 50px 0px;}
    .auther_left_box {width: 70%;}
    .auther_right {   width: 100%;}
    .auther_left { width: 100%;}
    .author_section:before {left: 0;}
    .kompetenzen_righr_colm { padding-left: 15px; }
    .kompetenzen_left_colm { padding-right: 12px; }
    .kompetenzen_text_content_cover { padding: 0 0 15px 0; }
    .blurb_section {padding: 50px 0px;}
    .slider_section {padding: 60px 0px;}
    .slider_row {margin: 0 -0;}
    .kompetenzen_section { padding: 60px 0px; }
    .conent_cover { padding: 0 0px; }
    .kambo_section { padding: 150px 0px; }
    .managing_section { padding: 60px 0px; }
    .solo_section { padding: 60px 0px; }
    .blog_section { padding: 60px 0px; }
    .blog_box:before {border-left-width: 194px;border-bottom-width: 23px;}
    .hero_section { padding: 150px 15px; }

    .hero_section { padding: 150px 15px 50px; }
    .text_with_section { padding: 60px 0 80px; }
    .dnd_area-row-2-padding { padding-top: 100px !important; padding-bottom: 100px !important; }
    .coaching_crnter { font-size: 20px; line-height: 24px; }
    .coaching_thumbnail img { margin-top: 0; }
    .coaching_section { padding: 100px 0 90px; }
    .logo_slider_section { padding: 100px 15px 50px; }
    .solo_content {
      font-size: 20px;
      line-height: 24px;
    }
    .managing_content_center {font-size: 20px;
      line-height: 24px;}
    .author-position{
      margin-bottom: 20px;
    }
    .auther_left_box {
      width: 50%;
      padding-left: 20px;
    }
  .auther_left, .auther_right{
    justify-content: space-between;
  }
}

@media(max-width:991px){
    .mainmenu .hs-menu-flow-horizontal {
        padding: 30px 0 0 0;
    }
    body.mobile-open {
        overflow: hidden;
    }

    .arrow_down span {
        border-color: #fff;
    }
    span.child-triggerm.child-open span:after{opacity:0;}
    span.child-triggerm span {
        height: 12px;
        width: 12px;
    }

    a.mobile-trigger { background: transparent !important; }
    span.child-triggerm span:before{ display:none; }
    span.child-triggerm span, span.child-triggerm span:before { position: absolute;    /* top: 0; */ right: 0; left: 0; bottom: 0; content: ""; }
    .mainmenu .hs-menu-flow-horizontal { background: #fff !important; }
    .mainmenu .hs-menu-flow-horizontal ul li a { color: #282B3D !important; }
    .mainmenu .hs-menu-flow-horizontal ul li a:hover { color: #282B3D !important; }
/*     span.child-triggerm span:before { width: 11px; height: 11px; border: 2px solid #32557f; border-left: 0; border-top: 0; transform: rotate(0deg); transition: all 0.4s ease; } */
    span.child-triggerm span:after { display: none !important; }
    span.child-triggerm.child-open span { transform: rotate(44deg); transition: all 0.4s ease; }
    .mainmenu ul.hs-menu-children-wrapper { padding-left: 16px; }
    .mainmenu .hs-menu-flow-horizontal>ul>li a { font-size: 20px; line-height: 45px; overflow: visible; }
    header.header { background: #fff; }
    .menu-wrapper a.btn.btn { background: #282b3d; color: #fff; }
    a.btn:before { border-bottom-color: #fff; }
    .mainmenu .hs-menu-flow-horizontal, .mobile-ope a.mobile-trigger { }
    .mobile-open a.mobile-trigger, a.mobile-trigger { background: transparent !important; }
    a.mobile-trigger i, a.mobile-trigger i:after, a.mobile-trigger i:before { background: #282b3d !important; }
    a.mobile-trigger i { width: 15px !important; }
    .mobile-open a.mobile-trigger i {width: 0 !important;}

    .menu-wrapper a.btn.btn {width: auto !important;}

    .header_btn {
        padding: 17px 15px 21px !important;
    }

    span.child-triggerm span:after {background: #fff;}
    .hero_bottom_thumbnail img {display: none;}
    .hero_heading_cover {justify-content: center;}
    a.btn {min-width: 0 !important;}
    .kompetenzen_colm { width: 100%; margin-bottom: 30px; }
    .kompetenzen_colm:last-child { margin-bottom: 0; }
    .kompetenzen_section { padding: 60px 0px; }
    .conent_cover {padding: 0 15px;}
    .content_row {padding: 30px 0;}
    .kambo_section { padding: 60px 0px; }
    .kambo_right { padding-bottom: 0; }
    .kambo_left { padding-bottom: 0; }
    .kambo_colm { padding-top: 15px; }
    .managing_left { width: 50%; }
    .managing_right { width: 50%; }
    .managing_row { align-items: flex-start; }
    .blurb_colm { width: calc(100% / 2 - 30px); }
    .blurb_row { justify-content: center; }
    .slider_left {width: 100%;margin-bottom: 25px;}
    .slider_right {width: 100%;text-align: center;}
    .blog_colm {width: calc(100% - 15px);margin-bottom: 33px;}
    .blog_colm:last-child {margin-bottom: 0;}
    .blog_colum_box { width: calc(100% / 1 - 15px); margin-bottom: 20px; }
    .kontakt_section:after { display: none; }
    .news_section:after { display: none; }
    .hero_bottom_thumbnail {display: none;}

    span.child-triggerm.child-open span {
        transform: rotate(-47deg);
    }


    span.child-triggerm span {
        transform: rotate(-135deg);
    }



    .text_right { width: 40%;}
    .text_left { width: 60%;}
    .coaching_left {width: 50%;}
    .coaching_right {width: 50%;}
    a.mobile-trigger { background: var(--secondary); }
    .mobile-open a.mobile-trigger { background: var(--secondary); }
    .mainmenu .hs-menu-flow-horizontal { background: var(--secondary); }
    header.header { padding: 20px 15px; }
    a.mobile-trigger { top: 0; bottom: 0; margin: auto 0; border-radius: 0; }
    .header_btn { padding-left: 0; padding-right: 59px; }
    .menu-wrapper a.btn.btn { padding: 14px 20px; }
    .mainmenu.js-enabled .hs-menu-flow-horizontal { top: 100%; height:calc(100vh - 66px); }
    .mainmenu .hs-menu-flow-horizontal ul li a {
        padding: 0 15px;
    }

    .bottom_left { width: 100%; }
    .bottom_right { width: 100%; margin-top: 30px; }
    .coaching_right .coaching_cover{ padding-top: 0; }
    .blog_left .blog_content_cover,
    .blog_right .blog_colum_box{ height: auto; }
}

@media screen and (max-width:600px) {
  .hero_section.small_hero {
    padding: 120px 10px 20px 20px !important;
}
  a{
    word-wrap: break-word;
  }
}

@media(max-width:767px){

  
    h1,.h1 { font-size: clamp(1.5rem, -1.0625rem + 8.2vw, 4.0625rem); line-height: 60px; line-height: 44px; font-size: 30px; letter-spacing: -1px; }
    h2,.h2 { font-size:28px; line-height: 35px; }
    h3,.h3 { font-size:24px; line-height: 35px; }
    h4,.h4 { font-size:20px; line-height: 25px; }
    h5,.h5 { font-size:18px; line-height: 30px; }
    h6,.h6 { font-size:18px; line-height: 28px; }

    .hero_heading_cover {
       margin:0;
    }
  

    .desktop-copy{ font-size: 14px; line-height: 20px; }
    .desktop-big{ font-size: 18px; line-height: 26px; }


    .footer_thumbnail { display: none; }
    .footer_container { padding: 0 15px; }
    .footer_section { background: #282b3d; padding: 60px 0; }
    .footer_right_colm { padding: 0; background: transparent; }
    .footer_right_colm { width: 100%; }
    .three_menu { width: 100%; margin: 0 0 64px 0; }
    .logo_with_text_right { margin-top: 0; }
    .three_menu:last-child { margin: 0 0 0 0; }
    .footer_from_row { padding-top: 31px; }
    .footer_from form input.hs-button.primary.large { position: static; margin-top: 24px; }
    .footer_from form .hs-form-field .input input:not([type=checkbox]), form .hs-form-field .input select, form .hs-form-field .input textarea { padding-right: 10px; }
    
    .footer_bottom_menu ul li { padding: 0 11px; }
    .footer_from form .hs-form-field .input input:not([type=checkbox]), form .hs-form-field .input select, form .hs-form-field .input textarea {font-size: 13px;}


    .container {
        padding: 0 15px;
    }

    .hero_section:before {background-position: right; background-size: 90% 100%;}  
    .hero_section {padding: 210px 0px 80px;}
    a.btn {min-width: 0 !important;}
    .title_section {min-height: 180px;padding: 50px 0 14px;}


    .chances_row { flex-direction: column-reverse; }
    .chances_left_part { padding: 0; width: 100%; }
    .chances_right_part { width: 100%; padding-left: 0; text-align: center; }
    .chances_cover { max-width: 100%; }

    .chances_revers .chances_left_part { padding: 0; }
    .chances_revers .chances_right_part { padding: 0; }
    .chances_revers:before { left: 0; }
    .chances_section.chances_revers { padding: 40px 0; }
    .chances_revers .chances_row {flex-direction: column-reverse;}
    .auther_right_box { padding: 0; width: 100%; margin-bottom: 30px; }
    .auther_thumbnail img { margin: 0 auto; height:auto !important; max-width: 100% !important;object-fit: cover; }
    .auther_left_box { width: 100%; padding: 0; }
    .auther_btn { display: block; }
    .auther_email_box { width: 100%; }
    .auther_icon { width: 50%; }
    .auther_icones_box { display: flex; align-items: center; }
    .auther_btn { width: 50%; }
    .auther_box { display: block; }
    .auther_icones_box {flex-direction: row-reverse;padding: 24px 0 0;}

    .author_section:before {top: 30%;}

    .kompetenzen_left_colm { width: 100%; padding: 0; }
    .kompetenzen_righr_colm { width: 100%; padding: 0; /*margin-top: 50px;*/ }
    .kompetenzen_content { max-width: 100%; }
    .content_colm {width: 100%;}
    .content_colm:first-child {padding: 0;margin-bottom: 40px;}
    .content_colm:nth-child(2) {padding: 0;}
    .kambo_colm { width: 100%; }
    .kambo_left { width: 100%; margin-bottom: 30px; }
    .kambo_right { width: 100%; margin-bottom: 40px; }
    /*     .managing_thumbnail { display: none; } */
    .managing_left, .managing_right { width: 100%; padding: 0 0 0 0; }
    .managing_content_top { padding-bottom: 25px; }
    .managing_content_center { padding-bottom: 25px; }
    .managing_content_right { padding-bottom: 28px; }
    .managing_section { padding: 40px 0px 30px; }
    .managing_thumbnail img { display: block; height: 100% !important; object-fit: cover; width: 100%; }
    .managing_left { margin-bottom: 30px; }
    .solo_section { padding: 25px 0px; }
    .solo_title { padding: 0 0 15px; }
    .solo_box_cover { max-width: 100%; }
    .blurb_colm { width: 100%; margin: 0; margin-bottom: 31px; }
    .blurb_box_colm { padding: 0; }
    .blurb_row { margin: 0 0; }

    .slick-list { padding: 0 20% 0 0 !important; }
    .slick-slide { padding: 0 13px 0 0px; }
    ul.slick-dots { text-align: center; }
    .slider_colm {margin: 0;padding: 17px;}
    .slider_thumbnail img {margin-left: 0;}
    .slider_right {text-align: left;width: 100%;}

    .chances_row.text_with_row { padding-bottom: 0; }
    .text_right { width: 100%; margin-bottom: 20px; }
    .text_left { width: 100%; }
    .text_colm { width: 100%; margin: 0 0 40px 0; }
    .text_row { padding-top: 15px; }

    .coaching_left { width: 100%; padding-right: 0; }
    .coaching_right { width: 100%; padding-left: 0;margin-top: -75px; }
    .coaching_thumbnail img { margin: 0; margin-bottom: 00px; }
    .coaching_crnter { margin-left: 0; padding-top: 22px; }
    .coaching_top { padding-top: 20px; }
    .coaching__right { padding-top: 20px; }
    .coaching_bottom { padding-top: 20px; }
    .coaching_section { padding: 50px 0 50px; }   

    .header_btn { padding-right: 45px; }
    .menu-wrapper a.btn.btn { padding: 10px 40px;  font-size: 16px; }
    header.header { padding: 20px 16px; }
    a.mobile-trigger { width: 35px; height: 35px; top: 0; }
    a.mobile-trigger i { top: -7px; left: -2px; }
    a.mobile-trigger i, a.mobile-trigger i:after, a.mobile-trigger i:before { height: 3px; width: 19px; }
    header.header { padding: 20px 16px; }

    .text_thumbnail { margin-top: 0; }
    .chances_section { padding-top: 0; }
    .chances_section:before { width: 100% !important; top: auto !important; bottom: 0 !important; height: 80%; }
    .chances_heading { padding: 20px 0  0; }
    /*     .coaching_section { padding-top: 0; } */
    /*     .chances_section .contnet { padding-top: 0; }  */
    .coaching_section {
        background-image: none !important;
    }

    .logo_row button.slick-arrow { display: none !important; }
    .logo_colm { margin: 0; }
    .logo_colm img { margin: 0 auto !important; }
    .coaching__section .coaching_thumbnail img {margin-left: 0;margin-top: -0px; width:100%;}

    .news_left_part { width: 100%; margin-bottom: 20px; }
    .news_right_part { width: 100%; margin-top: 20px; }
    .blog_left { margin-right: 0; width: calc(100% - 0px); margin-bottom: 44px; }
    .blog_right { width: 100%; margin: 0 0; }
    .blog_colum_box { width: calc(100% / 1 - 0px); margin-bottom: 20px; margin: 0 0 20px; }
    .news_section:after { display: none; }

    .news_left_part { width: 100%; margin-bottom: 20px; }
    .news_right_part { width: 100%; margin-top: 20px; }
    .news_section:after { display: none; }
    .Kontakt_form form fieldset.form-columns-2 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
    .kontakt_section .news_right_part { margin-top: 0; }
    .kontakt_section .news_left_part { margin-bottom: 0; }

    .blog_colmm { width: 100%; margin: 0 0; }
    .blog_colmm:first-child { margin: 0 0 40px 0; }
    .blog_colm { margin: 0 0 38px 0; }
    .blog_colmm:nth-child(2) { margin: 0 0 0 0; }
    .blog_colm { width: 100%; }
    .blog_box {padding: 20px;}
    .blog_text_cover:before {border-left: 169px solid transparent;}  
    .logo_heading h2 {
        text-align: center;
    }

    .logo_row {
        justify-content: center;
    }
/*     .kompetenzen_content {
        padding-bottom: 24px;
    } */
    .thumbnil_slider_section {padding: 30px 0px 25px;}
    .thumbnil_slider_section .slick-slide{ padding:0 10px;}
    .thumbnil_thumbnail {margin: 0 auto;}
    .thumbnil_row {justify-content: center;}
    .thumbnil_slider_section .slick-list {
        padding: 0 0% 0 0 !important;       }
    .thumbnil_heading {text-align: center;}

    .logo_slider_section {padding: 50px 0px 30px;}
    .logo_slider_section .slick-slide{ padding:0 0px 0 0;}
    .logo_thumbnail {margin: 0 auto;}
    .thumbnil_heading {padding: 0px 15px;}
    .blog_section {padding: 30px 0 30px;}
    .kambo_section { padding: 30px 0px 30px; }
    .thumbnil_colm{margin:0;}
    .content_section { padding: 30px 0 30px; }
    .content_row { padding: 0; }
    .kompetenzen_section { padding: 30px 0 30px; }
    .author_section { padding: 30px 0 25px; }
    .coaching_section {padding: 50px 0;}
    .hero_bottom_thumbnail {display: none;}

    .bottom_left_colm {width: 100%;padding-bottom: 10px;text-align: center;}
    .bottom_right_colm {width: 100%;text-align: center;padding-top: 10px;}
    .blog_row { padding: 20px 0 0 0; }
    .kompetenzen_row {
      padding: 30px 0 0;
    }
    .auther_right_box{
      max-width: 300px;
    }
    .auther_right{
      gap: 0;
    }
    .auther_name h4 {
      margin-bottom: 15px;
    }
}


.header .menu ul li a {
    font-family: "Circular-Std-Light", serif;
    font-weight: 400;
}

.btn:not(.btn\:link), .btn\:primary:not(.link):not(.btn\:link) {
    font-family: 'Circular Std', sans-serif;
}

.hero_content {
    font-family: "Circular-Std-Light", serif;
    font-weight:400;
}


@media screen and (min-width:425px) and (max-width:768px) {
    .chances_row {
      gap: 3rem;
  }
}

@media screen and (max-width:425px) {
.img_text_section {
    min-height: 320px !important;
 }
}


h1, h2, h3, h4, h5, h6 {
    word-break: break-word !important;
}

@media screen and (min-width: 768px) and (max-width: 770px) {
  .chances_row {
      flex-flow: nowrap;

  }
}

@media screen and (max-width:990px) {
  header.header .logo {
      display: flex !important;
  }

}

.kontakt_section .Kontakt_form input.hs-button.primary.large {
    background: transparent;
    border-color: #fff;
    border-width: 2px;
    opacity: 1;
    width: 100%;
    padding: 14px 30px;
}

.kontakt_section .Kontakt_form form .hs-form-field .input input:not([type=checkbox]), form .hs-form-field .input select,
form .hs-form-field .input textarea {
color: #282b3d !important;
opacity: 1 !important;
}


input::placeholder {
color: #282b3d !important;
opacity: 1 !important;
}

.kontakt_section .Kontakt_form input.hs-button.primary.large {
    opacity: 1;
}

.sys_page {
  padding: 13rem 3rem;
}


.systems-page {
    margin: 0 auto;
    max-width: 700px;
    padding: 13rem 3rem;
}

.sys_page form {
    max-width: 830px;
    margin: 0 auto;
    word-break: auto-phrase;
}


@media (min-width: 992px) {
  .header .menu ul li a {
      color:#282b3d;
  }
  
  .header .menu-wrapper .hs-menu-wrapper>ul>li ul a {
    color:#282b3d;
  }
}

.header li .arrow_down span {
    border-color: #f94f06 !important;
}

@media screen and (max-width: 991px) {
  .menu-wrapper a.btn.btn {
    margin-right:3rem;
    color:#fff !important;
  }
}

.menu-wrapper a.btn.btn {
    background: #002643;
    color: #fff;
}

 .menu-wrapper a.btn.btn:not(:hover):before{
  border-bottom-color: #aaa;
}

a.btn:before {
    opacity: 0.45;
    border-bottom-color: #aaa;
}


@media screen and (max-width: 767px) {
    .kompetenzen_inner_row {
        justify-content: center;
    }

    .kompetenzen_inner_row .kompetenzen_righr_colm .kompetenzen_content {
      text-align: center;
  }
    .kompetenzen_inner_row .kompetenzen_righr_colm .kompetenzen_inner_heading {
      text-align: center;
  }
    .text_with_section .chances_row.text_with_row {
      display: flex;
      gap: 14vw !important;
  }
}

  @media screen and (max-width: 767px) {
    .auther_icones_box {
      flex-direction: row;
    }
    .auther_email_box {
      width:65%;
      max-width: 220px;
      }

      .auther_box {
      display: flex;
  }
}