/**
 * 70-theme.css
**/

body {
    /*min-width: 1400px;*/
}

.medium {
    float: left;
    width: 48%;
    padding: 0 2% 0 0;
}

.small {
    float: left;
    width: 22%;
    padding: 0 1% 0 0;
}

/**
* Layout
**/

.section_wrapper {
    min-width: 960px;
    max-width: none;
}

.section_navigation {
    position: fixed;
    top: 25px;
    width: 100%;
    z-index: 11;
}

.section_login {
    position: fixed;
    width: 100%;
    z-index: 12;
}

.section_header .inside,
.section_main .inside,
.section_footer .inside {
    padding: 0;
}
.section_header,
.section_main,
.section_sidebar,
.section_footer {
    margin: 0;
}

.section_container .inside {
    z-index: 1;
}

.section_subheader,
.section_main,
.section_footer {
    position: relative;
    top: 115px;
    z-index: 1;
}

.section_subheader,
.section_footer {
    z-index: 2;
}

.section_login .inside,
.section_navigation .inside,
.section_main .article_wrapper,
.section_footer .inside  {
    width: 64%;
    margin: 0 auto;
}

.section_main .section_services .article_wrapper {
    width: 100%;
    padding-bottom: 150px;
    overflow: hidden;
}

.section_main .section_services .article_inside,
.section_main .section_contact .article_inside {
    width: 64%;
    margin: 0 auto;
}

.section_main {
    padding-top: 25px;
    background: #FFF;
    z-index: 2;
}

.section_main .mod_article,
.section_services_contact {
    margin-bottom: 25px;
}

.section_main .mod_article.section_company,
.section_main .mod_article.section_method {
    margin-bottom: 0;
}

.section_main .mod_article.section_profit,
.section_main .mod_article.section_method {
    padding-bottom: 80px;
}

.section_main .section_contact {
    background: #eaeaea;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0;
}

.section_footer .inside {
    padding: 25px 0;
}

.section_container .mod_article {
    overflow: hidden;
}

.section_container .mod_article:before {
    content: '';
    display: block;
    margin: -91px 0 0;
    height: 91px;

    margin: -116px 0 0;
    height: 113px;
}

/**
* Elements
**/

body, input, textarea, select {
    /*font-family: 'KlavikaRegular', Tahoma, Arial, Helvetiva, sans-serif;*/
    font-family: Arial, Helvetiva, sans-serif;
}

nav, h1, h2, h3, h4, h5, h6 {
    font-family: 'KlavikaRegular', Tahoma, Arial, Helvetiva, sans-serif;
}

body.lightbox_open {
    overflow: hidden;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

strong {
    font-family: 'KlavikaMedium';
}

.section_main h3 {
    font-size: 15px;
    font-family: 'KlavikaMedium';
    color: #666;
    line-height: 22px;
}

.section_main h4 {
    font-size: 15px;
    font-family: 'KlavikaMedium';
    color: #252525;
    text-transform: none;
}

.section_main h5 {
    font-size: 13px;
    text-transform: none;
}

.section_login {
    overflow: visible;
    max-height: 25px;
    background-color: #000;
    font-family: 'KlavikaMedium', Helevetica, Arial, sans-serif;
}

.section_login p {
    margin: 3px 0;
    color: #FFF;
    font-size: 13px;
}

.section_login a {
    color: #FFF;
    font-size: 13px;
}

.asset_login p,
.asset_login a,
.asset_login li,
.asset_login li a,
.asset_login li span,
.asset_login span,
.asset_login label {
    color: #FFF;
    font-family: 'KlavikaMedium', Helevetica, Arial, sans-serif;
    font-size: 11px;
}

.asset_login {
    position: absolute;
    right: 0;
    top: -220px;
    width: 190px;
    height: auto;
    padding: 25px 15px;
    margin-right: 10px;
    z-index: 30;
    overflow: visible;
    background: #000;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}

.asset_login.error p.error {
    display: none;
}

.asset_login.active.error p.error {
    display: block;
}

.section_login .asset_login.active {
    top: 0;
}

.asset_login .inside {
    width: auto;
    margin: 0;
}

.asset_login ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.asset_login .ce_text {
    overflow: visible;
}

.mod_login_button a {
    position: relative;
    display: block;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;

    z-index: 10;
}

.mod_login_button {
    height: 52px;
    width: 120px;
    position: absolute;
    bottom: -77px;
    right: 8px;

    background-color: #000;
}

.mod_login_button * {
    height: 100%;
}

.mod_login_button a {
    padding: 20px 0 0 0;
    height: 32px;
    text-align: center;
}

.mod_login_button a:hover,
.mod_login_button a:focus,
.mod_login_button a:active {
    text-decoration: none;
}

.mod_login_button a:before,
.mod_login_button a:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    background: url('../img/sprite.png') no-repeat scroll transparent;
    width: 23px;
    height: 52px;
}

.mod_login_button a:before {
    left: -23px;
    background-position: -400px 0;
}

.mod_login_button a:after {
    right: -23px;
    background-position: -450px 0;
}

.mod_login input {
    border: none;
    margin-bottom: 10px;
}

.asset_login .submit_container {
    float: right;
}

.asset_login .mod_user {
    position: absolute;
    bottom: 15px;
    left: 0;
}

.asset_login .checkbox_container {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 100%;
}

.asset_login .checkbox_container label,
.asset_login .checkbox_container input {
    display: inline;
    margin: 0;
}

.asset_login .checkbox_container input {
    margin-right: 3px;
}

.asset_login .checkbox_container label{
    width: 80%;
}

.section_login .logout .submit_container {
    display: none;
}

.section_login .logout {
    width: 80%;
}

/* logged in */
.section_login .logout + .asset_login {
    top: -112px;
}

.section_login .login_info {
    max-height: 19px;
    overflow: hidden;
    width: 70%;
}

.asset_login .login_info {
    max-height: none;
    width: auto;
}

.asset_login .error {
    color: #ac1c2f;
}

.login_info br {
    display: none;
}

.section_navigation {
    height: 91px;
    background: #ebebeb;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMWIxYjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(177,177,177,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(177,177,177,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(177,177,177,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(177,177,177,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(177,177,177,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(177,177,177,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b1b1b1',GradientType=0 ); /* IE6-8 */
}

.video .image_container {
    margin: 0;
}

.video_button {
    position: absolute;
    display: block;
    top: 200px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.video_button a,
.video_button a:hover,
.video_button a:focus,
.video_button a:active {
    font-size: 18px;
    font-family: 'KlavikaRegular', sans-serif;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, .5);
    color: #FFF;
}

.video_button a img {
    margin: 0 auto;
}

.video_button.active {
    display:none;
}

.asset_subheader_video {
    position: relative;
    z-index: 1;
    background: url('../../../content/hro-teaser-2543-text-_0005_start.jpg');
    background-size: cover;
    background-position: -285px 0;
    height: 700px !important;
}

.video .image_container {
    margin: 0em auto;
    width: 300px;
    z-index: 5;
}

.video .image_container a {
    margin: 0 auto;
    width: 96px;
}

.video .image_container figcaption {
    font-family: 'KlavikaRegular', sans-serif;
    font-size: 18px;
    color: #FFF;
    font-style: normal;
}

.page_module .section_video {
    position: relative;
    padding: 10px 10px 11px 10px;
    margin-bottom: 15px;
    background: url('../img/video-mask.png') no-repeat scroll transparent;
    overflow: visible;
    background-size: cover;
}

.page_module .section_video a:before,
.page_module .section_video a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: url('../img/reflection.png') no-repeat scroll transparent;
    width: 191px;
    height: 261px;
}

.page_module .section_video a:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 99px;
    height: 99px;
    margin-top: -50px;
    margin-left: -50px;
    background: url('../img/sprite.png') no-repeat scroll transparent;
    background-position: -500px -300px;
}

.page_module .section_video:after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -222px;
    background: url('../img/sprite.png') no-repeat scroll transparent;
    background-position: 0 -300px;
    width: 444px;
    height: 18px;
}

.page_module .section_video:after {
    bottom: inherit;
    top: 275px;
}

.page_module .section_video {
    padding-top: 0;
    height: 263px;
}

.asset_subheader_elements {
    position: absolute;
    top: 41%;
    width: 940px;
    left: 0;
    right: 0;
    margin-top: -217px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 2;
}

.asset_subheader_elements.active {
    display: none;
}

.asset_subheader_elements h1,
.section_subheader p {
    font-size: 50px;
    color: #FFF;
    line-height: 1.25;
    text-align: center;
}

.asset_subheader_elements h1,
.asset_subheader_elements p {
    text-shadow: 1px 1px 8px rgba(0, 0, 0, .7);
    font-family: 'KlavikaMedium';
    text-transform: none;
}

.asset_subheader_elements p {
    font-family: 'KlavikaRegular', sans-serif;
}

.asset_subheader_elements h2,
.asset_subheader_elements h2 a {
    font-size: 13px;
    color: #FFF;
    text-align: center;
}
.asset_subheader_elements p {
    font-size: 18px;
    margin-bottom: 20px;
}

.asset_subheader_video p {
    font-size: 14px;
}

.distributor {
    position: relative;
    float: left;
    overflow: visible;
}

.teaser_wrapper {
    display: inline-block;
    margin-top: 2em;
}

.distributor_teaser {
    width: 127px;
    margin: 0 5px 0 5px;
    padding-top: 18px;
    border: 4px solid #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0,0,0,.5);
}

.distributor_teaser:hover {
    cursor: pointer;
}

.distributor_teaser h2 a:after {
    content: '';
    display: block;
    background: url('../img/sprite.png') no-repeat scroll transparent;
    width: 54px;
    height: 54px;
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 15px;
}

.distributor_teaser h2 strong {
    font-family: 'KlavikaMedium';
    font-weight: normal;
}

.distributor_teaser.jobprofile h2 a:after {
    background-position: 0 0;
}

.distributor_teaser.classification h2 a:after {
    background-position: -100px 0;
}

.distributor_teaser.competency h2 a:after {
    background-position: -200px 0;
}

.distributor_teaser.compensation h2 a:after {
    background-position: -300px 0;
}

.numbering {
    position: absolute;
    top: -12px;
    left: 7px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #3e3e3e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
}

.section_subheader .opener {
    position: absolute;
    bottom: 0;
    height: 110px;
    width: 100%;
    background: rgba(241,239,239,.8);
    text-align: center;

    z-index: 3;
}

.section_subheader .opener a {

    display: inline-block;
    margin-top: 30px;
    padding: 13px 50px;
    font-size: 16px;
    font-family: 'KlavikaMedium', sans-serif;
    text-transform: uppercase;

    color: #FFF;
    background: #af182c;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.section_subheader .opener a:hover,
.section_subheader .opener a:focus,
.section_subheader .opener a:active {
    color: #a71e04;
    text-shadow: none;
    background: rgb(239,239,239);
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(203,203,203,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(203,203,203,1)));
    background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cbcbcb',GradientType=0 );
    -webkit-box-shadow: 0px 1px 0px 0px rgba(120, 120, 120, 0.6);
    -moz-box-shadow: 0px 1px 0px 0px rgba(120, 120, 120, 0.6);
    box-shadow: 0px 1px 0px 0px rgba(120, 120, 120, 0.6);
}

.sm_xing,
.sm_linkedin {
    margin: 6px 0 0;
    display: inline-block;
    background: transparent url("../img/sprite.png") scroll no-repeat 0 -400px;
    height: 30px;
    width: 30px;
    text-indent: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.sm_linkedin {
    background-position: -30px -400px;
}

.sm_xing:hover,
.sm_xing:focus,
.sm_xing:active {
    background-position: 0 -430px;
}

.sm_linkedin:hover,
.sm_linkedin:focus,
.sm_linkedin:active {
    background-position: -30px -430px;
}

.distributor_teaser:hover {
    border: 4px solid #FFF;
    padding-top: 18px;


    background: rgb(230,230,230); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWI1YjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(181,181,181,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(181,181,181,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(181,181,181,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(181,181,181,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(181,181,181,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(230,230,230,1) 0%,rgba(181,181,181,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#b5b5b5',GradientType=0 ); /* IE6-8 */

    -webkit-box-shadow: 0px 1px 0px 0px rgba(120, 120, 120, 1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(120, 120, 120, 1);
    box-shadow:         0px 1px 0px 0px rgba(120, 120, 120, 1);
}

.distributor_teaser:hover .numbering {
    left: 9px;
    top: -10px;
    color: #dedede;
    border-color: #dedede;
}

.distributor_teaser:hover h2 a {
    color: #3e3e3e;
}

.distributor_teaser.jobprofile:hover h2 a:after {
    background-position: 0 -100px;
}

.distributor_teaser.classification:hover h2 a:after {
    background-position: -100px -100px;
}

.distributor_teaser.competency:hover h2 a:after {
    background-position: -200px -100px;
}

.distributor_teaser.compensation:hover h2 a:after {
    background-position: -300px -100px;
}

.page_blog .ce_hyperlink a,
.call_to_action a:hover,
.call_to_action a:focus,
.call_to_action a:active,
.section_subheader a:hover,
.section_subheader a:focus,
.section_subheader a:active,
.asset_services a:hover,
.asset_services a:focus,
.asset_services a:active,
.section_services_products a:hover,
.section_services_products a:focus,
.section_services_products a:active
.page_module .ce_hyperlink a:hover,
.page_module .ce_hyperlink a:focus,
.page_module .ce_hyperlink a:active{
    text-decoration: none;
}

.section_services .ce_hyperlink {
    overflow: visible;
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    padding-bottom: 8px;
}

.page_blog .ce_hyperlink a,
.page_module .ce_hyperlink a,
.page_contactsuccess .ce_hyperlink a,
.section_services_booklet a,
.section_services .ce_hyperlink a,
.submit_container .submit {
    position: relative;
    float: left;
    left: -50%;
    display: block;
    padding: 8px 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;

    background: rgb(167,30,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3MWUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZDFjMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(167,30,0,1) 0%, rgba(173,28,47,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,30,0,1)), color-stop(100%,rgba(173,28,47,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(167,30,0,1) 0%,rgba(173,28,47,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(167,30,0,1) 0%,rgba(173,28,47,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(167,30,0,1) 0%,rgba(173,28,47,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(167,30,0,1) 0%,rgba(173,28,47,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a71e00', endColorstr='#ad1c2f',GradientType=0 ); /* IE6-8 */

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.44);

    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 1);
}

.distributor_profit {
    position: relative;
    float: left;
    width: 31%;
    min-height: 410px;
    margin-bottom: .5em;
    text-align: center;
    font-family: 'KlavikaRegular', sans-serif;
    box-shadow: 0px 1px 4px rgba(0,0,0,.5);
    border-radius: 5px;
}

.distributor_profit.first {
    margin-right: 3.5%;
}

.distributor_profit.last {
    margin-left: 3.5%;
}

.distributor_profit h3 {
    display: table-cell;
    height: 94px;
    margin-bottom: 1em;
    width: 31%;
    background: #f6f5f5;
    vertical-align: middle;

}

.distributor_profit .text_container p {
    padding: 0 14px;
}
.distributor_profit .text_container p a {
    position: absolute;
    bottom: .3em;
    left: 0;
    right: 0;
    padding: 1em 2em;
}

.distributor_profit .image_container {
    height: 70px;
}

.distributor_profit img {
    margin: 2em auto 0 auto;
}

.distributor_profit .text_container p a,
.distributor_services .text_container p a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'KlavikaMedium', sans-serif;
}

.distributor_services .text_container p a:after,
.distributor_profit .text_container p a:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 12px;
    margin-right: 5px;
    background: transparent no-repeat scroll center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFDQTUxNTFCQkU5RjExRTQ5QUM5OEVBRDgwNjg4NUYyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFDQTUxNTFDQkU5RjExRTQ5QUM5OEVBRDgwNjg4NUYyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUNBNTE1MTlCRTlGMTFFNDlBQzk4RUFEODA2ODg1RjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUNBNTE1MUFCRTlGMTFFNDlBQzk4RUFEODA2ODg1RjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4W/Jd3AAAApElEQVR42mL4//8/Ay68XkKHBZs4EwMOsEFS1xBI/QbSAehyODUBwQ0gfgjE64EaVZAlGEHW4bENpPg2VLNmwPPL3wnZxABUdAdIBQKxPBBfBxrCCLYJ6NkKIC3OgB8UQOmVQBzJAiS8gdiGgQSA109IoXgO2V+EAkIASL2HcgWBGj7gDQigBpDTL0C5qjANhEJPFxpqKdBQRAACyUgAmzhAgAEAewt7xB4qwgkAAAAASUVORK5CYII=');
}

.distributor_services .text_container p a:after {
    position: absolute;
    bottom: 21px;
    margin-left: -140px;
}

.section_subheader .asset_subheader_elements a {
    display: block;
    font-size: 15px;
    font-family: 'KlavikaRegular';
    color: #FFF;
    text-shadow: 1px 0px 1px rgba(0, 0, 0, .5);
    text-transform: uppercase;
}

.section_subheader .asset_subheader_elements .image_container {
    width: 100%;
}

.section_subheader .asset_subheader_elements .image_container img {
    margin: 0 auto;
}

.page_blog .ce_hyperlink a,
.section_services .ce_hyperlink a,
.page_module .ce_hyperlink a,
.page_contactsuccess .ce_hyperlink a,
.section_services_booklet a  {
    float: none;
    left: 0;
    font-size: 15px;
    padding: 11px 0;
    /**text-align: center;**/
    font-family: 'KlavikaMedium';

    -webkit-box-shadow: 0px 1px 0px 0px rgba(204, 204, 204, 1);
    -moz-box-shadow:    0px 1px 0px 0px rgba(204, 204, 204, 1);
    box-shadow:         0px 1px 0px 0px rgba(204, 204, 204, 1);
}

.page_blog .ce_hyperlink a,
.page_module .ce_hyperlink a,
.page_contactsuccess .ce_hyperlink a,
.section_services_booklet a {
    display: inline-block;
    padding: 15px 45px;
    text-decoration: none;
}

.page_contactsuccess .ce_hyperlink a {
    margin-top: .5em;
    padding: 8px 30px;
}

.submit_container .submit {
    float: none;
    left: 0;
    font-size: 15px;
    text-align: center;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    padding: 8px 15px;
}


.section_services .ce_hyperlink a:before,
.distributor_services .text_container p a:before,
.submit_container .submit:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.22);
    -moz-box-shadow:    inset 0px 1px 0px 0px rgba(255, 255, 255, 0.22);
    box-shadow:         inset 0px 1px 0px 0px rgba(255, 255, 255, 0.22);
}

.page_blog .ce_hyperlink a:hover,
.page_blog .ce_hyperlink a:active,
.page_blog .ce_hyperlink a:focus,
.section_services .ce_hyperlink a:hover,
.section_services .ce_hyperlink a:focus,
.section_services .ce_hyperlink a:active,
.page_module .ce_hyperlink a:hover,
.page_module .ce_hyperlink a:focus,
.page_module .ce_hyperlink a:active,
.page_contactsuccess .ce_hyperlink a:hover,
.page_contactsuccess .ce_hyperlink a:focus,
.page_contactsuccess .ce_hyperlink a:active,
.section_services_booklet a:hover,
.section_services_booklet a:active,
.section_services_booklet a:focus,
.submit_container .submit:hover {
    color: #a71e04;
    text-shadow: none;

    background: rgb(239,239,239); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYmNiY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(203,203,203,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(203,203,203,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-8 */

    -webkit-box-shadow: 0px 1px 0px 0px rgba(120, 120, 120, 0.6);
    -moz-box-shadow:    0px 1px 0px 0px rgba(120, 120, 120, 0.6);
    box-shadow:         0px 1px 0px 0px rgba(120, 120, 120, 0.6);
}

.page_blog .ce_hyperlink a {
    left: 0;
    margin-top: 2em;
}

.submit_container .submit:hover {
    background-position: 0 !important;
}

.section_services_contact,
.section_main .article_inside {
    padding: 30px 0;
}

.section_services_products {
    display: inline-block;
    margin-bottom: 60px;
}

.section_services .medium {
    width: 46%;
    padding: 0 4% 0 0;
}

.section_services strong {
    font-weight: normal;
}

.section_services:after,
 {
    content: '';
    display: block;

    height: 2px;
    width: 1200px;
    background-color: #e0dfe0;
    margin: 0 auto;
}

.section_services .medium.last {
    width: 49%;
    padding: 0 0 0 1%;

}

.section_services .medium p {
    font-family: 'KlavikaRegular', sans-serif;
    font-size: 20px;
    line-height: 28px;
}

.section_contact .article_inside {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
}

.section_services .article_inside {
    padding: 0;
    border: none;
    background: none;
}

.section_services_links {
	position: relative;
	top: 2em;
}

.section_main h2 {
    margin-bottom: 20px;
    font-family: 'KlavikaMedium';
    font-size: 24px;
    color: #2c2c2c;
}

.section_main p,
.section_main li {
    font-size: 15px;
    color: #313131;
    line-height: 20px;
    margin: 0;
}

.section_main li {
    font-family: 'KlavikaRegular';
}

.section_main p + p {
    margin-top: 20px;
}

.section_main p a {
    color: #ac1c2f;
}

.section_services_contact > .ce_text.first {
    float: left;
    width: 50%;
}

.section_services_contact > .ce_text.first .text_container {
    padding-left: 10px;
    padding-right: 30px;
}

.section_services_contact .asset_services,
.distributor_services .text_container {
    position: relative;
    float: left;
    width: 177px;
    padding: 25px 10px 63px 10px;
    background-color: #FFF;

    border: 1px solid #ececec;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    -webkit-box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:-1px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 2px 5px 0px rgba(0, 0, 0, 0.2);
}

.distributor_services .text_container {
    box-shadow: 0px 1px 4px rgba(0,0,0,.4);
}

.section_services_contact .asset_services + .asset_services {
    margin-left: 30px;
}

.section_services_contact .asset_services_customer {
    margin-left: 15px;
}

.asset_services h3 {
    font-size: 15px;
    text-transform: uppercase;
    color: #3e3e3e;
    font-family: 'KlavikaMedium';
    text-align: center;
}

.asset_services h3:after {
    content: '';
    display: block;
    background: url('../img/sprite.png') no-repeat scroll transparent;
    background-position: -400px -100px;
    width: 54px;
    height: 54px;
    margin: 15px auto;
}

.asset_services_hotline h3:after {
    background-position: -400px -200px;
}

.asset_services p {
    text-align: center;
    font-size: 13px;
    color: #333;
    line-height: 15px;
}

.asset_services p + p {
    margin: 0;
}

.asset_services p strong {
    display: block;
    margin-bottom: 3px;
    font-family: 'KlavikaMedium';
    font-size: 18px;
}

.distributor_services {
    width: 216px;
    text-align: center;
}

.distributor_services .text_container {
    background-color: #FFF;
    padding: 0;
    width: 216px;
    border: none;
}

.distributor_services + .distributor_services {
    margin-left: 25px;
}

.distributor_services .image_container {
    overflow: hidden;
}

.distributor_services img {
    float: right;
}

.distributor_services h3,
.distributor_services h3 a {
    display: block;
    padding: 20px 0;
    color: #FFF;
    font-size: 18px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.distributor_services h3 {
    padding: 0;
}

.distributor_services.jobprofile h3 a {
    background-color: #0e7188;
}

.distributor_services.jobevaluation h3 a {
    background-color: #434E55;
}



.distributor_services.classification h3 a {
    background-color: #183052;
}

.distributor_services.competency h3 a {
    background-color: #561415;
}

.distributor_services.compensation h3 a {
    background-color: #41320b;
}

.distributor_services h3:after {
    content: '';
    display: block;
    background: url('../img/sprite.png') no-repeat scroll transparent;
    width: 54px;
    height: 54px;
    margin: 20px auto 0;
}

.distributor_services.jobprofile h3:after {
    background-position: 0 -200px;
}

.distributor_services.jobevaluation h3:after {
    background-image: url('../img/icon-tool-1a-new.png');
}

.distributor_services.classification h3:after {
    background-position: -100px -200px;
}

.distributor_services.competency h3:after {
    background-position: -200px -200px;
}

.distributor_services.compensation h3:after {
    background-position: -300px -200px;
}
.distributor_services.compensationplus h3:after {
	 background-image: url('../img/icon-tool-6-farbig.png');
	 width: 54px;
    height: 54px;
    margin: 20px auto 0;
}

.distributor_services p + p {
    margin-top: 0;
}

.section_main .float_left,
.section_main .float_right {
    margin: 0;
}

.section_main .float_right {
    float: right;
    width: 443px;
}

.section_usage .article_inside {
    position: relative;
    overflow: visible;
    z-index: 0;
}

.section_usage .first .text_container {
    float: left;
    width: 45%;
    padding-right: 5%;
}

.section_usage .image_container {
    position: absolute;
    top: -1px;
    z-index: 10;
    right: 25px;
    width: 428px;
    padding: 55px 0;
    background-color: #FFF;
    border: 1px solid #ececec;
    border-top: none;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -o-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -o-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.section_usage .image_container:before,
.section_usage .image_container:after {
    content: '';
    position: absolute;
    top: 1px;
    display: block;
    background: url('../img/sprite.png') no-repeat scroll transparent;
    width: 90px;
    height: 41px;
}

.section_usage .image_container:before {
    left: -91px;
    background-position: -200px -350px;
}

.section_usage .image_container:after {
    right: -21px;
    width: 20px;
    background-position: -300px -350px;
}

.section_usage img {
    margin: 0 auto;
}

.section_main .mod_article.section_method {
    padding-bottom: 0;
}

.section_method .article_wrapper {
    width: 100%;
    margin: 0;
    padding: 0 0 80px;
    background: #f5f5f5;
    border-top: 1px solid #ebebeb;
}

.section_method .article_inside {
    overflow: hidden;
    width: 940px;
    margin: 0 auto;
}

.section_method .image_container {
    display: block;
    float: left;
    padding: 20px;
    width: 407px;
    height: 366px;
    border: 1px solid #dcdcdc;

    background: #FFF;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.section_method img {
    padding: 0;
}

.section_method .text_container {
    float: right;
    width: 49%;
    margin-left: 1%;
    margin-top: 25px;
}

.section_method .ce_text.full .text_container {
	float: none;
	width: 100%;
	margin: 0;
}

.section_method .ce_text.full .text_container p {	
    font-family: 'KlavikaRegular', sans-serif;
    font-size: 20px;
    line-height: 28px;	
}

.section_usage .ce_text.last {
    clear: both;
    margin-top: 70px;
}

.section_usage ul {
    -webkit-column-gap: 29px; /* Chrome, Safari, Opera */
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-gap: 29px; /* Firefox */
    -moz-column-count: 2; /* Firefox */
    column-gap: 29px;
    column-count: 2;
    padding: 0;
    margin: 0;
}

.section_usage li {
    position: relative;
    padding-left: 15px;
    list-style-type: none;
}

.section_usage li:before {
    content: '';
    position: absolute;
    display: block;
    background: url('../img/sprite.png') no-repeat scroll transparent;
    background-position: -550px 0;
    width: 4px;
    height: 4px;
    top: 7px;
    left: 0;
}

.section_method h3 {
    margin-bottom: 20px;
    font-size: 21px;
    text-transform: none;
}

.section_method p {
    font-family: 'KlavikaRegular', sans-serif;
    font-size: 16px;
    color: #717171;
}

.section_company .article_wrapper {
    position: relative;
    width: 100%;
    background: transparent url('../img/unternehmen.jpg') no-repeat scroll center center;
    min-height: 520px;
    background-size: cover;
}

.section_company .article_inside {
    width: 940px;
    margin: 0 auto;
}

.section_company h2 {
    color: #FFF;
    text-shadow: 0 1px 1px rgba(0,0,0,.75)
}

.section_company .text_container p {
    padding: 30px 30px;
    font-family: 'KlavikaRegular', sans-serif;
    font-size: 20px;
    line-height: 35px;
    color: #FFF;
    background: rgba(0,0,0,.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.section_company .article_inside .picture_caption {
    width: 940px;
    margin: 0 auto;

}

.section_company .picture_caption {
    display: block;

}

.section_company .picture_caption p {
    position: absolute;
    bottom: 0;
    padding: 0;
    font-size: 15px;
    background: none;
}

.ce_gallery {
    margin-top: 30px;
    float: left;
    left: 50%;
    position: relative;
    overflow: visible;
}

.ce_gallery ul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    float: left;
    left: -50%;
    position: relative;
}

.mod_article .ce_gallery li {
    float: left;
    width: 176px;
    height: 176px;
}

.mod_article .ce_gallery .image_container {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.mod_article .ce_gallery img {
    max-width: none;
    width: auto;
    height: 100%;
}

.ce_gallery li + li {
    margin-left: 30px;
}

.section_footer {
    background-color: #252525;
}

.distributor_services p {
    padding: 15px 13px;
}

.distributor_services p:not(*:root) {
    padding: 15px 40px;
}

.section_contact a,
.section_contact span,
.section_contact p,
.section_contact li {
    font-size: 14px;
    font-family: 'KlavikaRegular', sans-serif;
    color: #252525;
}

.section_contact ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.section_main .section_contact p,
.section_main .section_contact li {
    line-height: 22px;
}

.section_contact .small {
    float: left;
    width: 25%;
    padding: 0;
}

.section_contact li {
    list-style-type: none;
}


.section_contact .ce_text h5 {
    margin-top: 15px;
}

.section_contact .ce_text p {
    font-size: 14px;
}

.section_contact .ce_text li {
    float: left;
}

.section_contact .ce_text li + li {
    margin-left: 10px;
}


.mod_navigation_sitemap .navgroup {
    float: left;

}

.mod_navigation_sitemap a,
.mod_navigation_sitemap span {
    float: left;
    display: block;
}

.mod_navigation_sitemap li {
    overflow: hidden;
}

.mod_navigation_sitemap li a:hover,
.mod_navigation_sitemap li a:focus,
.mod_navigation_sitemap li a:active {
    color: #a71e04;
}

.section_footer p,
.section_footer a,
.section_footer span {
    color: #FFF;
    font-size: 13px;
    margin: 0;
    display: block;
    line-height: 1.3
}

.section_footer .mod_branding {
    float: left;
}

.section_footer .mod_copyright,
.section_footer .mod_customnav {
    float: right;
    margin-top: 3px;
}

.section_footer .mod_customnav li {
    float: left;
}

.section_footer .mod_copyright {
    margin-right: 5px;
}

.section_footer .mod_copyright p:after {
    content:'\2022';
    margin-left: 5px;
}

.section_footer .mod_customnav ul {
    overflow: hidden;
    margin: 0;
}

.section_footer .mod_customnav li + li:before {
    content:'\2F';
    float: left;
    font-size: 12px;
    line-height: 19px;
    color: #FFF;
}

.section_footer .mod_customnav li + li {
    padding-left: 3px;
}

.section_footer .mod_customnav li + li a,
.section_footer .mod_customnav li + li span {
    margin-left: 3px;
    float: left;
}

.section_footer .mod_customnav li a {
    border-bottom: 1px solid #FFF;
}

.section_footer .mod_customnav li a:hover {
    color: #a71e04;
    border-bottom-color: #a71e04;
}

/**
* Modules
**/

.section_header .mod_branding {
    float: left;
    margin: 25px 0;
}

.mod_branding .image_container {
    margin: 0;
}

.mod_navigation_main {
    float: right;
    margin-top: 30px;
	padding-right: 5em;
}

.mod_navigation_main ul {
    margin: 0;
}

.mod_navigation_main li {
    float: left;
}

.mod_navigation_main li:hover a {
    color: #a71e04;
}

.mod_changelanguage {
    position: absolute;
    right: 0;
    top: 38px;
    float: right;
}

.mod_changelanguage ul {
    display: flex;
    padding: 0 .4em;
    width: 2.7em;
}

.mod_changelanguage li.lang-en a {
    overflow: hidden;
    display: inline-block;
    width: 25px;
    height: 15px;
    text-indent: 28px;
    white-space: nowrap;
    background: url(../img/icon-en.png) no-repeat scroll center;
    background-size: 25px 15px;
}

.mod_changelanguage li.lang-de a {
    overflow: hidden;
    display: inline-block;
    width: 25px;
    height: 15px;
    text-indent: 28px;
    white-space: nowrap;
    background: url(../img/icon-de.png) no-repeat scroll center;
    background-size: 25px 15px;
}

.mod_navigation_main li a,
.mod_navigation_main li span,
.mod_changelanguage li a {
    font-size: 17px;
    text-transform: uppercase;
    color: #000;
    font-family: 'KlavikaRegular', sans-serif;
    font-weight: 600;
}

.mod_navigation_main li a:hover,
.mod_navigation_main li a:active,
.mod_navigation_main li a:focus {
    text-decoration: none;
}

.mod_navigation_main li.last a {
    padding-right: 0;
}

.mod_navigation_login {
    position: absolute;
    bottom: -27px;
    left: 0;
}

.mod_navigation_login ul {
    margin: 0;
}

.mod_navigation_login li {
    display: inline;
    display: inline-block;
    margin: 0 40px 0 16px;
}

.mod_navigation_login a,
.mod_navigation_login span.active {
    color: #FFF;
}

.mod_navigation_login span.active {
    text-decoration: underline;
}

.ce_form {
    overflow: visible;
}

.mod_email_form,
.mod_contact_form {
    margin: 0;
}

.mod_email_form input,
.mod_contact_form input {
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

.mod_email_form label,
.mod_contact_form label {
    float: left;
    width: 90%;
}

.mod_email_form .fieldset_selection,
.mod_contact_form .fieldset_selection {
    overflow: hidden;
    /*margin-bottom: 10px;*/
}

.mod_email_form .fieldset_selection span,
.mod_contact_form .fieldset_selection span,
.mod_contact_form .fieldset_contactdata div {
    width: 46%;
    margin-left: 4%;
    float: left;
    margin-bottom: 5px;
    overflow: hidden;
}
.mod_email_form .fieldset_selection span,
.mod_contact_form .fieldset_selection span {
    min-height: 42px;
}

.mod_contact_form .checkbox_container,
.mod_contact_form .fieldset_contactdata {
    margin-left: -4%;
}

.mod_email_form .fieldset_selection input,
.mod_email_form .fieldset_selection label,
.mod_contact_form .fieldset_selection input,
.mod_contact_form .fieldset_selection label {
    display: inline;
    font-size: 14px;
    color: #111;
}

.mod_email_form .fieldset_contactdata label,
.mod_contact_form .fieldset_contactdata label {
    display: none;
}

.mod_contact_form .fieldset_contactdata .explanation {
    float: right;
}

.mod_contact_form .fieldset_contactdata input.email {
    width: 400px;
}

.mod_contact_form .fieldset_contactdata div.email {
    width: 100%;
}

.mod_contact_form .explanation p {
    font-size: 11px;
    color: #111;
    text-align: right;
}

.mod_contact_form .email + .explanation p {
    text-align: left;
    color: #AAA;
}

.mod_contact_form .fieldset_contactdata .email + .explanation {
    width: 100%;
    float: none;
}

.ce_form .submit_container .submit {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

#colorbox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    overflow: visible;
    background: none;
}

#colorbox h2 {
    text-transform: inherit;
}

#colorbox .section_main {
    position: relative;
    top: 0;
}

#colorbox .section_login,
#colorbox .section_header,
#colorbox .section_footer,
#cboxTitle {
    display: none !important;
}

#colorbox .section_container {
    padding: 10px;
}

#colorbox .section_login .inside,
#colorbox .section_navigation .inside,
#colorbox .section_main .article_wrapper,
#colorbox .section_footer .inside {
    width: auto;
}

#colorbox .section_main {
    padding: 0;
}

#colorbox .submit_container .submit {
    padding: 8px 60px;
}

#cboxContent {
    margin: 0;
    background: none;
}

#cboxLoadedContent {
    border: none;
    width: 100% !important;
    background: none;
}

#colorbox .mod_article {
    margin: 0;
    padding: 10px;
    background: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

#colorbox .article_inside {
    padding: 15px 30px;
}

#colorbox .section_main,
.section_sidebar {
    min-height: inherit;
}

#cboxClose {
    top: -28px;
    right: -28px;
    background: url("../img/sprite.png") no-repeat scroll transparent;
    width: 28px;
    height: 28px;
    background-position: -550px -50px;
}

#cboxClose:hover {
    background-position: -550px -50px;
}

#cboxWrapper {
    overflow: visible;
}

.video_container {
    position: relative;
    padding-bottom: 55%;
    padding-top: 16px;
    height: 0;
    overflow: hidden;
}

.video_container iframe {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.asset_subheader_video .video_container,
.asset_subheader_video .video_container iframe {
    height: 100%;
    padding: 0;
}

.asset_subheader_video .video_container iframe {
    left: 50%;
}

#colorbox .section_video {
    margin: 0;
}

#colorbox .section_video .article_inside {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

/**
 *  Tools Unterseiten
 **/

.page_module .section_main .mod_article.jobs .article_inside,
.page_module .section_main .mod_article.invitation .article_inside{
    padding: 0;
    margin: 0;
    border: none;
    background: #FFF;
}

.page_module .section_main .float_right {
    width: 250px;
}

.section_services_booklet .image_container {
    float: left;
}

.section_services_booklet figure.float_left,
.section_services_booklet figure.float_right {
    width: 30%;
}

.section_services_booklet img {
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}

.page_module .invitation {
    text-align: center;
}

.page_module .invitation a {
    font-size: 14pt;
    padding: 8px 25px;
}

.page_module .jobs h2 {
    margin-left: 1em;
    padding-right: 0;
    height: 1.5em;
}

.page_module .jobs h2 + h2 {
    margin-left: 0;
}

.page_module .jobs .offer {
    margin-right: 1em;
    padding-right: 0;
    height: 270px;
    /*max-width: 47%;*/
    background: #FAFAFA;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    overflow: visible;
}

.page_module .jobs ul {

    max-height: 200px;
    margin-left: 10px;
    margin-right: 10px;
    background: #FFF;
    list-style-type: none;
    overflow: scroll;
    overflow-x: hidden;
}

.page_module .jobs ul ul {
    padding: 0 0 0 .5em;
    max-height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.page_module .jobs h3 {
    padding: 18px 0 6px 1em ;
}

.page_module .jobs li {
    padding: 9px 0;
    border-bottom: 1px solid #EEE;
}

.page_module .jobs li li:last-child {
    padding-bottom: 0;
    border: none;
}

.page_module .jobs p {
    font-size: 8pt;
    font-style: italic;
    color: #707070;
}

.page_module .jobs .offer {
    position: relative;
    overflow: visible;
}


.page_module .jobs .offer:after {
    position: absolute;
    top: -20px;
    right: 10px;
    content: url('../img/offer.png');
}

.section_services .article_wrapper {
    position: relative;
    overflow: visible;
}


.section_services.first .article_wrapper:after {
    content: none;
}

.page_module .section_video {
    padding: 10px 11px 2px 10px;
    background: #EAEAEA;
}

.page_personalinformation label,
.page_personalinformation .submit_container {
    margin: .5em 0;
}

/**
 *  Breadcrumb
 **/

.wrapper_breadcrumb {
    position: relative;
    background: transparent;
    top: 140px;
    height: 50px;
    border-bottom: 1px solid #EEE;
    z-index: 1;
}

.mod_breadcrumb {
    width: 1200px;
    margin: 0 auto;
    padding-top: 6px;
    text-transform: uppercase;
}

.mod_breadcrumb li.active {
    font-weight: bolder;
}

.mod_breadcrumb a {
    color: #444;
}

.mod_breadcrumb li,
.mod_breadcrumb a {
    line-height: 3em;
    font-family: 'KlavikaMedium', Helvetica, Arial, sans-serif;
    font-size: 9pt;

}

.mod_breadcrumb li.first {
    display: none;
}

.mod_breadcrumb li:after {
    font-size: 12pt;
}

/**
 *  Fixes
 **/

.page_blog #colorbox .section_main .article_inside,
.page_module #colorbox .section_main .article_inside {
    padding: 15px 20px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

.page_blog #colorbox .section_main .article_inside h2 {
    font-size: 20px;
}

.section_services_booklet p a {
    color: #FFF;
    padding: 8px 25px;
}

.ce_form .submit_container .submit,
#colorbox .submit_container .submit {
    margin-top: 1em;
}

.fieldset_contactdata p.error {
    display: none;
}

.mod_contact_form .explanation p.warning {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    margin-top: 1em;
    font-size: .9375em;
    text-align: left;
    color: #FAFAFA;
}

.mod_contact_form.warning .explanation p.warning {
    visibility: visible;
    opacity: 1;
    color: #A91E10;
    -webkit-transition: all .4s ease-out .2s;
    -moz-transition: all .4s ease-out .2s;
    -o-transition: all .4s ease-out .2s;
    transition: all .4s ease-out .2s;
}

.mod_contact_form.submited .explanation p.warning {
    visibility: hidden;
    opacity: 0;
}

.submit_container .submit {
    font-family: 'KlavikaMedium', Helvetica, Arial, sans-serif;
}

.page_tools .ce_hyperlink .page_tools_video a {
    background: none;
    padding: 0;
    margin: 0;
}

.form_message {
    width: 100%;
}

.form_message label {
    display: none;

}

/**
 *
**/
.page_tool_one .mod_article h2 {
    font-size: 20px;
    color: #027d98;
}

.page_tool_one.second .mod_article h2 {
    font-size: 20px;
    color: #434E55;
}

.page_tool_two .mod_article h2 {
    color: #1D3A64;
}

.page_tool_three .mod_article h2 {
    color: #6A1A1B;
}

.page_tool_four .mod_article h2 {
    color: #634F1C;
}

.page_tool_one .mod_article.section_contact  h2,
.page_tool_two .mod_article.section_contact  h2,
.page_tool_three .mod_article.section_contact  h2,
.page_tool_four .mod_article.section_contact  h2,
.page_tool_six .mod_article.section_contact  h2 {
    color: #333;
}



.page_tool_four .jobs .offer:after {
    content: none;
}

.mod_callback {
    position: fixed;
    top: 300px;
    right: -235px;
    width: 235px;
    height: 225px;
    background: #af182c;
    color: #FFF;

    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: right .2s ease-in-out 0;
    -moz-transition: right .2s ease-in-out 0;
    -o-transition: right .2s ease-in-out 0;
    transition: right .2s ease-in-out 0;

    z-index: 99;
}

.mod_callback.active {
    right: 0;
}

.mod_callback:before {
    position: absolute;
    top: 0;
    left: -32px;
    content: url('../img/hotline.png');
}

.mod_callback:hover:before {
    position: absolute;
    top: 0;
    left: -32px;
    content: url('../img/hotline-active.png');
    cursor: pointer;
}

.mod_callback.active:hover:before {
    position: absolute;
    top: 0;
    left: -32px;
    content: url('../img/hotline.png');
    cursor: pointer;
}

.callback_wrapper {
    padding: 1.5em;
}

.mod_callback p {
    font-size: 15px;
    font-family: 'KlavikaRegular', sans-serif;
    text-align: left;
}

.mod_callback a,
.mod_callback a:hover,
.mod_callback a:active,
.mod_callback a:focus {
    color: #FFF;
    font-size: 15px;
    font-family: 'KlavikaRegular', sans-serif;
    text-transform: uppercase;
}

.mod_callback .ce_hyperlink a:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 12px;
    background: transparent url(../img/arrow-white.png) no-repeat scroll center;
}

.ce_hyperlink a {
    margin: 5px 0;
}

.mod_callback .tel {
    margin-top: .75em;
}

.mod_callback .ce_text {
    margin-bottom: .75em;
}

.mod_callback .ce_hyperlink {
    margin-bottom: .35em;
}

/* Subheader Page_tools */

.page_tool_one .section_main,
.page_tool_two .section_main,
.page_tool_three .section_main,
.page_tool_four .section_main,
.page_tool_six .section_main {
    padding-top: 0;
}

.page_tool_one .tools_teaser {
    background: #0e7188 no-repeat scroll top center;
}

.page_tool_one.second .tools_teaser {
    background: #434E55 no-repeat scroll top center;
}

.page_tool_two .tools_teaser {
    background: #183052 no-repeat scroll top center;
}

.page_tool_three .tools_teaser {
    background: #561415 no-repeat scroll top center;
}

.page_tool_four .tools_teaser {
    background: #41320b no-repeat scroll top center;
}

.page_tool_one .tools_teaser,
.page_tool_one.second .tools_teaser {
    height: 508px;
    background-image: url('../img/tools-background.png');
    background-size: cover;
	background-position: 0 40%;
}
.page_tool_two .tools_teaser {
	height: 508px;
	background-image: url('../img/eingruppierung-background.png');
	background-size: cover;
	background-position: 0 30%;
}
.page_tool_three .tools_teaser {
	height: 508px;
	background-image: url('../img/competency-background.png');
	background-size: cover;
	background-position: 0 30%;
}
.page_tool_four .tools_teaser {
	height: 508px;
	background-image: url('../img/compensation-background.png');
	background-size: cover;
	background-position: 0 15%;
}
.page_tool_six .tools_teaser {
	height: auto;
	background-image: url('../img/compensation-background.png');
	background-size: cover;
	background-position: 0 15%;
}
.page_module .section_main .tools_teaser .article_inside {
    padding-top: 0;
}

.mod_navigation_page_tools {
    display: block;
    width: 100%;
    margin-bottom: 55px;
}

.mod_navigation_page_tools li {
    display: block;
    float: left;
    width: 20%;
    height: 60px;
    padding: 0;
    margin: 0;
}

.mod_navigation_page_tools li a,
.mod_navigation_page_tools li span {
    display: inline-block;
    height: 60px;
    font-size: 15px;
    font-family: 'KlavikaMedium', sans-serif;
    color: #FFF;
    text-transform: uppercase;
    vertical-align: top;
}

.mod_navigation_page_tools li.page_tool_one {
    background: #0e7188;
}

.mod_navigation_page_tools li.page_tool_one.second {
    background: #434E55;
}


.mod_navigation_page_tools li.active.page_tool_one .icon,
.mod_navigation_page_tools li.active.page_tool_two .icon,
.mod_navigation_page_tools li.active.page_tool_three .icon,
.mod_navigation_page_tools li.active.page_tool_four .icon,
.mod_navigation_page_tools li.active.page_tool_six .icon,
.mod_navigation_page_tools li.page_tool_one a .icon,
.mod_navigation_page_tools li.page_tool_two a .icon,
.mod_navigation_page_tools li.page_tool_three a .icon ,
.mod_navigation_page_tools li.page_tool_four a .icon,
.mod_navigation_page_tools li.page_tool_six a .icon {
    display: inline-block;
    width: 40px;
    height: 60px;
    margin: 0 10px;
    background: no-repeat scroll center;
    background-image: url('../img/icon-tool-1.png');
}

.mod_navigation_page_tools li.active.page_tool_one.second .icon,
.mod_navigation_page_tools li.page_tool_one.second a .icon {
    background-image: url('../img/icon-tool-1a.png');
}


.mod_navigation_page_tools li.active.page_tool_two .icon,
.mod_navigation_page_tools li.page_tool_two a .icon {
    background-image: url('../img/icon-tool-2.png');
}

.mod_navigation_page_tools li.active.page_tool_three .icon,
.mod_navigation_page_tools li.page_tool_three a .icon {
    background-image: url('../img/icon-tool-3.png');
}

.mod_navigation_page_tools li.active.page_tool_four .icon,
.mod_navigation_page_tools li.page_tool_four a .icon {
    background-image: url('../img/icon-tool-4.png');
}
.mod_navigation_page_tools li.active.page_tool_six .icon,
.mod_navigation_page_tools li.page_tool_six a .icon {
    background-image: url('../img/icon-tool-6.png');
}

.mod_navigation_page_tools li.active.page_tool_one .icon {
    background-image: url('../img/icon-tool-1.png');
    opacity: .5;
}

.mod_navigation_page_tools li.active.page_tool_one.second .icon {
    background-image: url('../img/icon-tool-1a.png');
    opacity: .5;
}


.mod_navigation_page_tools li.active.page_tool_two .icon {
    background-image: url('../img/icon-tool-2.png');
    opacity: .5;
}
.mod_navigation_page_tools li.active.page_tool_three .icon {
    background-image: url('../img/icon-tool-3.png');
    opacity: .5;
}
.mod_navigation_page_tools li.active.page_tool_four .icon {
    background-image: url('../img/icon-tool-4.png');
    opacity: .5;
}
.mod_navigation_page_tools li.active.page_tool_six .icon {
    background-image: url('../img/icon-tool-6.png');
    opacity: .5;
}

.mod_navigation_page_tools li a span + span,
.mod_navigation_page_tools li.active span + span {
    height: 30px;
    margin: 15px 0 0 0;
    line-height: 1;
    max-width: 125px;
    overflow: hidden;
}

.mod_navigation_page_tools li.page_tool_one a span + span,
.mod_navigation_page_tools li.active span + span.page_tool_one {
    max-width: 165px;
}

.mod_navigation_page_tools li.page_tool_two {
    background: #183052;
}

.mod_navigation_page_tools li.page_tool_three {
    background: #561415;
}

.mod_navigation_page_tools li.page_tool_four {
    background: #41320b;
}

.mod_navigation_page_tools li.second.active,
.mod_navigation_page_tools li.active {
    background: none;
}

.mod_navigation_page_tools li.active span {
    color: rgba(255,255,255,.5);
}

h2.tools {
    margin-left: 1em;
    text-transform: none;

}

.tools_teaser .small {
    width: 33%;
}

.tools_teaser h1 {
    margin-bottom: 5px;
    line-height: 1;
    font-family: 'KlavikaMedium', sans-serif;
    font-size: 50px;
    font-weight: 600;
    text-transform: none;
    color: #FFF;
}

.tools_teaser .text_container p em {
    font-size: 18px;
    font-style: normal;
    color: rgba(255,255,255,.5);
}

.tools_teaser .text_container p em:after {
    content: '';
    display: block;
    width: 96px;
    height: 3px;
    margin: 1em 0;
    background: #FFF;
}

.tools_teaser .text_container p {
    line-height: 1.5;
    font-family: 'KlavikaRegular', sans-serif;
    font-size: 18px;
    color: #FFF;
}

.tools_teaser .register,
.tools_teaser .opener {
    margin: 1em 0 1em 34%;
    padding: 0 0 1em 0;

}

.tools_teaser .register a,
.tools_teaser .opener a {
    padding: 5px 30px;
    font-size: 24px;
    text-transform: none;
    border-top: 1px solid #bc3f50;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.tools_teaser .register a:hover,
.tools_teaser .opener a:hover {
    border-top: 1px solid rgba(239,239,239,1);
}

.page_module h2 {
    font-size: 20px;
}

.page_module .mod_article .profits {
    overflow: visible;
}

.page_module .mod_article .profits li {
    position: relative;
    list-style-type: none;
    line-height: 1.25em;
    margin-bottom: 1.5em;
    padding-left: 35px;
    font-family: 'KlavikaRegular', sans-serif;
    font-size: 20px;
}

.page_tool_one .mod_article .profits li:before,
.page_tool_two .mod_article .profits li:before,
.page_tool_three .mod_article .profits li:before,
.page_tool_four .mod_article .profits li:before,
.page_tool_six .mod_article .profits li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;

    background: url(../img/check.png) no-repeat scroll center;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.page_tool_one .mod_article .profits li:before {
    background-color: #0e7188;
}

.page_tool_one.second .mod_article .profits li:before {
    background-color: #434E55;
}

.page_tool_two .mod_article .profits li:before {
    background-color: #183052;
}

.page_tool_three .mod_article .profits li:before {
    background-color: #561415;
}

.page_tool_four .mod_article .profits li:before {
    background-color: #41320b;
}

.page_tool_six .mod_article .profits li:before {
    background-color: var(--compensationplus_color) !important;
}



.page_module .mod_article .profits li li {
    list-style-type: disc;
    margin-bottom: 0;
    padding-left: 0;
}

.page_module .mod_article .profits li li:before {
    content: none;
    position: static;
}

.page_module .tools_highlight {
    width: 1200px;
    margin: 4em auto 2em auto;
    background: #ececed;
    min-height: 288px;

    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
}

.page_tool_four .section_main .tools_highlight .article_inside {
    padding: 34px 34px 0 34px;
}

.page_tool_four .tools_highlight h3 {
    font-size: 20px;
    color: #3D3119;

}

.workflow_circles {
    width: 100%;
    text-align: center;
}

.workflow_progress .small,
.workflow_circles .small {
    position: relative;
    display: block;
    width: 33%;
    padding: 0;
}

.workflow_squares .small {
    width: 32.4%;
    padding: 0;
}

.workflow_circles .small:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background: transparent no-repeat scroll center;
    background-image: url('../img/icon-workflow');
}

.workflow_circles .small.last:after {
    content: none;
}

.workflow_circles .small span {
    display: block;
    width: 255px;
    height: 255px;
    margin: 0 auto;
    line-height: 1;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;

    border-radius: 50%;
}

.workflow_circles .small span p {
    display: table-cell;
    width: 255px;
    height: 255px;
    padding: 0 1em;
    color: #FFF;
    font-size: 16pt;
    font-family: 'KlavikaRegular', sans-serif;
    text-align: center;
    font-weight: 300;
    vertical-align: middle;
}

.page_tool_one.second .workflow_circles .small span {
    border-radius: 20px;
    background: #434E55;
}

.page_tool_three .workflow_circles .small span {
    background: #9f736e;
}

.page_tool_three .workflow_circles .small.first span {
    background: #54151d;
}

.page_tool_two .workflow_circles .small span {
    background: #7e8195;
}

.page_tool_two .workflow_circles .small.first span {
    background: #04324f;
}

.page_tool_four .workflow_squares {
    margin-top: 1em;
}

.page_tool_four .workflow_squares ul {
    list-style-type: none;
    margin-right: 12px;
}

.page_tool_four .workflow_squares ul.last {
    margin-right: 0;
}

.page_tool_four .workflow_squares li {
    width: 362px;
    margin-bottom: .5em;
    padding: 15px 0;
    text-align: center;
    font-size: 16pt;
    font-family: 'KlavikaRegular', sans-serif;
    color: #FFF;
    background: #3D3119;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
}

.page_tool_four .workflow_squares ul li {
    background: #3D3119;
}

.page_tool_four .workflow_squares ul.last li {
    background: #918470;
}

.page_tool_one .workflow_progress .small {
    text-align: center;
}

.page_tool_one .tools_highlight h2 {
    padding-left: 1em;
}

.section_main .tools_highlight .article_inside {
    padding: 2em 0;
}

.page_tool_one .section_main .tools_highlight .article_inside {
    padding: 1em 0;
}

.page_tool_one .workflow_progress p {
    margin-top: 1em;
    padding: 0 20px 30px 0;
    font-family: 'KlavikaRegular', sans-serif;
    font-weight: 300;
    font-size: 16pt;
}

.section_services_booklet {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

.section_services_booklet .article_wrapper {
    padding: 0 0 1em 1em;
}

.section_main .section_services_booklet .article_inside {
    padding: 1em 0;
}

.offer ul, ol, dl {
    padding: 0 0 0 .5em;
}

.offer li strong {
    display: block;
    padding: 9px 0;
    border-bottom: 1px solid #EEE;
}

nav a:hover,
nav a:focus,
nav a:active {
    color: #ac1c2f;
}


/**
 *  Dev
 **/

video#bgvid {
    position: fixed; right: 0; bottom: 0;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto; z-index: -100;
    /*background: url('files/content/start.jpg') no-repeat;*/
    background-size: cover;
}

.mejs-container {
    background: transparent;
}

.mejs-container .mejs-video {
}

.mejs-controls {
    /*display: none !important;*/
}

.section_container .mod_article.ticker {
    overflow: inherit;
}

.layout_onepage .section_main .mod_article .article_wrapper {
    overflow: hidden;
}

.layout_onepage .section_profit .article_wrapper {
    width: 100%;
    margin: 0;
}

.layout_onepage .section_profit .article_inside {
    width: 1200px;
    margin: 0 auto;
}

.section_container .section_services:before {
    margin-top: -140px;
    height: 140px;
}

.mod_callback .ce_hyperlink a {
    padding: 0;
    font-family: 'KlavikaRegular', sans-serif;
    background: none;
    box-shadow: none;

}

.mod_callback .ce_hyperlink a:hover {
    background: none;
    color: #FFF;
    text-decoration: underline;
    box-shadow: none;
}

#cboxCurrent {
    display: none !important;
}

.call_to_action {
    margin-top: -148px;
    background: rgba(255,255,255,.7);
    text-align: center;
}

.section_main .first .article_inside {
    padding: 40px 0;
}

.section_main .mod_article.first:before {
    content: none;
}

.register a,
.call_to_action a {
    display: inline-block;
    padding: 8px 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'KlavikaMedium', sans-serif;
    background: rgb(167,30,0); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E3MWUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhZDFjMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(167,30,0,1) 0%, rgba(173,28,47,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,30,0,1)), color-stop(100%,rgba(173,28,47,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(167,30,0,1) 0%,rgba(173,28,47,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(167,30,0,1) 0%,rgba(173,28,47,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(167,30,0,1) 0%,rgba(173,28,47,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(167,30,0,1) 0%,rgba(173,28,47,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a71e00', endColorstr='#ad1c2f',GradientType=0 ); /* IE6-8 */

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;

    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.44);
}

.register a:hover,
.register a:focus,
.register a:active,
.call_to_action a:hover,
.call_to_action a:focus,
.call_to_action a:active {
    color: #a71e04;
    text-shadow: none;
    background: rgb(239,239,239);
    background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
    background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(203,203,203,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(203,203,203,1)));
    background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cbcbcb',GradientType=0 );
    text-decoration: none;

}

.agb .section_main h1 {
    margin-bottom: 1em;
}

.agb .section_main h2 {
    margin-top: 1em;
}

.agb  p strong {
    font-weight: 500;
}

.agb .small h1,
.agb .small h2 {
    margin-top: 0;
    margin-bottom: 0;
}

body.ios .asset_subheader_video {
    background: transparent url("../../../content/start-2.jpg") no-repeat scroll;
    background-size: cover;
}

body.ios .asset_subheader_video {
    min-height: 750px;
}

.area_highlight {
    background: transparent url('../../../content/start-2.jpg') no-repeat fixed;
    background-size: cover;
}

.area_highlight .section_main {
    background: none;
    min-height: 860px;
}

.highlightbox {

    width: 980px;
    margin: 2em auto 0 auto;
    background: #FFF;

    -webkit-box-shadow:  0 0 5px rgba(0,0,0,.3);
    -moz-box-shadow:  0 0 5px rgba(0,0,0,.3);
    -o-box-shadow:  0 0 5px rgba(0,0,0,.3);
    box-shadow:  0 0 5px rgba(0,0,0,.3);

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.ce_image.section_video .image_container,
.ce_image.section_video .video_container {
    margin: 0;
    padding: 0;
    max-height: 254px;
}

.ce_image.section_video .video_container {
    width: 100%;
    height: 100%;	
}

.ce_image.section_video .video_container iframe {
    position: absolute;
}

.form_message textarea {
    margin-top: 9px;
}

.mod_partner {
    display: none;
}

.page_landingpage .mod_partner {
    display: block;
}

.mod_partner img {
    width: 75px;
    float: left;
    display: inline;
    margin: 1.5em 1em 0;
}

.mod_partner.block {
    overflow: visible;
}

.mod_partner .image_container {
    margin: 0;
}

.section_main .mod_article.blog {
    margin-bottom: 0;
}

.mod_newslist a:hover,
.mod_newslist a:active,
.mod_newslist a:focus,
.mod_newslist h2 a:hover,
.mod_newslist h2 a:active,
.mod_newslist h2 a:focus {
    text-decoration: none;
}

.mod_newslist .layout_latest {
    margin-top: .5em;
    margin-bottom: 1em;
    padding: 1em;
    font-family: 'KlavikaRegular', sans-serif;
    color: #313131;
    background-color: #fafafa;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    overflow: visible;


}

.layout_latest .teaser {
    min-height: 100px;
}

.mod_newslist .more {
    margin-top: .5em;
}

.mod_newslist .pagination {
    border: 0;
    font-family: 'KlavikaRegular', sans-serif;
}

.mod_newslist .pagination a {
    color: #313131;
}

.mod_newslist .pagination p {
    padding-top: .5em;
}

.page_tool_one .mod_newslist h2 a {
    color: #634F1C;
}

.page_tool_two .mod_newslist h2 a {
    color: #634F1C;
}

.page_tool_three .mod_newslist h2 a {
    color: #634F1C;
}

.page_tool_four .mod_newslist h2 a {
    color: #634F1C;
}

/**
 *  Newsreader
 **/

.mod_newsreader .layout_full h1 {
    margin-bottom: .5em;
}

.mod_newsreader .layout_full p {
    font-family: 'KlavikaRegular', sans-serif;
    color: #313131;
}

.mod_newsreader .layout_full img {
    margin: 0 auto;
}

.layout_latest {
    position: relative;
}

.layout_latest img {
    margin-bottom: 3em;
}

.layout_latest h2,
.layout_latest .teaser {
    width: 85%;
    position: relative;
}

.layout_latest .teaser .opener .fa,
.layout_latest .teaser .opener-newpage .fa {
    display: block;
    text-align: center;
    font-size: 5em;
}

.layout_latest .teaser .opener .fa,
.layout_latest .teaser .opener-newpage {
    position: absolute;
    right: -125px;
    top: -24px;
}

.layout_latest .teaser .opener span + span,
.layout_latest .teaser .opener-newpage span + span {
    position: absolute;
    right: -120px;
    bottom: -14px;
}

.newslist_tool_1,
.newslist_tool_2,
.newslist_tool_3,
.newslist_tool_4 {
    padding: 1em;
    margin-top: 2em;
    border: 1px solid rgba(0,0,0,.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #FAFAFA;
}

.newslist_tool_1 .pagination,
.newslist_tool_2 .pagination,
.newslist_tool_3 .pagination,
.newslist_tool_4 .pagination {
    padding: .5em 0;
    font-family: 'KlavikaRegular', sans-serif;
    color: #313131;
}

.newslist_tool_1 .pagination a,
.newslist_tool_2 .pagination a,
.newslist_tool_3 .pagination a,
.newslist_tool_4 .pagination a {
    color: #313131;
}

.newslist_tool_1 .layout_latest,
.newslist_tool_2 .layout_latest,
.newslist_tool_3 .layout_latest,
.newslist_tool_4 .layout_latest {
    margin-bottom: 2em;
    padding: 0;
    border: 0;
}

.newslist_tool_1 .layout_latest:hover,
.newslist_tool_1 .layout_latest:active,
.newslist_tool_1 .layout_latest:focus,
.newslist_tool_2 .layout_latest:hover,
.newslist_tool_2 .layout_latest:active,
.newslist_tool_2 .layout_latest:focus,
.newslist_tool_3 .layout_latest:hover,
.newslist_tool_3 .layout_latest:active,
.newslist_tool_3 .layout_latest:focus,
.newslist_tool_4 .layout_latest:hover,
.newslist_tool_4 .layout_latest:active,
.newslist_tool_4 .layout_latest:focus {

}

.newslist_tool_1 h2 a {
    color: #027d98;
}

.newslist_tool_2 h2 a {
    color: #183052;
}

.newslist_tool_3 h2 a {
    color: #561415;
}

.newslist_tool_4 h2 a {
    color: #41320B;
}

.mod_newslist + h3 {
    margin-top: 2em;
}

.download p a {
    display: inline-block;
    margin-top: 1em;
    padding: 8px 20px;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFF;
    font-family: 'KlavikaMedium', sans-serif;
    background: rgb(167,30,0);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(167,30,0,1) 0%, rgba(173,28,47,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,30,0,1)), color-stop(100%,rgba(173,28,47,1)));
    background: -webkit-linear-gradient(top, rgba(167,30,0,1) 0%,rgba(173,28,47,1) 100%);
    background: -o-linear-gradient(top, rgba(167,30,0,1) 0%,rgba(173,28,47,1) 100%);
    background: -ms-linear-gradient(top, rgba(167,30,0,1) 0%,rgba(173,28,47,1) 100%);
    background: linear-gradient(to bottom, rgba(167,30,0,1) 0%,rgba(173,28,47,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a71e00', endColorstr='#ad1c2f',GradientType=0 );
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.44);
}

.section_main .download p a:hover,
.section_main .download p a:focus,
.section_main .download p a:active {
    color: #a71e04;
    text-shadow: none;
    background: rgb(239,239,239);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJo…iIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(203,203,203,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(203,203,203,1)));
    background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cbcbcb',GradientType=0 );
    text-decoration: none;
}

.section_main .mod_newslist .image_container.float_right {
    width: 10%;
    margin-top: 10px;
    margin-left: 40px;
}

.mod_newslist img {
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    -moz-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    -o-box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}

.ce_text ol {
    padding-left: 2em;
}

.ce_download a {
    color: #A71E04;
    text-decoration: none;
}
.customer .article_wrapper {
    width: 100%;
}

.customer .article_wrapper div.wrapper {
    margin: 0 auto;
    width: 100%;
}

.section_main .customer .article_inside {
    padding: 0;
}
.columnset .ce_image {
    float: left;
    margin-left: 2%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);

    opacity: .3;
    width: 12.111111111%;
    -webkit-transition: .2s ease-in-out 0s;
    -moz-transition: .2s ease-in-out 0s;
    -o-transition: .2s ease-in-out 0s;
    transition: .2s ease-in-out 0s;
}

.columnset .ce_image:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.columnset .ce_image img {
    /*max-width: 163px;*/
}

.customer .ce_text p {
    font-family: 'KlavikaMedium', sans-serif;
    font-size: 1em;
    color: #888;
}

/**
 *  Distributor Benefits
 **/

.distributor_benefit {
    position: relative;
    float: left;
    width: 48%;

    /*min-height: 410px;*/
    margin-bottom: 1.5em;
    text-align: center;
    font-family: 'KlavikaRegular', sans-serif;
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0,.5);
    -o-box-shadow: 0px 1px 4px rgba(0,0,0,.5);
    box-shadow: 0px 1px 4px rgba(0,0,0,.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-right: 4%;
}

.distributor_benefit:nth-of-type(2n+2) {
    margin-right: 0;
}

.distributor_benefit:hover {
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.3);
    -o-box-shadow: 0px 1px 1px rgba(0,0,0,.3);
    box-shadow: 0px 1px 1px rgba(0,0,0,.3);
}


.distributor_benefit h3 {
    display: table-cell;
    padding: 1em 2em;
    height: 64px;
    margin-bottom: 1em;
    width: 31%;
    background: #f6f5f5;
    vertical-align: middle;

}

.distributor_benefit:hover h3 {
    background: #fAfAfA;
}

.distributor_benefit h3 a {
    display: block;
    color: #666
}

a.pricing-table-link,
.distributor_link .text_container p a {
    font-size: 28px;
    text-transform: none;
    font-weight: normal;
    font-family: 'KlavikaMedium', sans-serif;
}

a.pricing-table-link:before,
.distributor_link .text_container p a:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 12px;
    margin-right: 5px;
    background: transparent no-repeat scroll center center;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAMCAYAAAC5tzfZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkFDQTUxNTFCQkU5RjExRTQ5QUM5OEVBRDgwNjg4NUYyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkFDQTUxNTFDQkU5RjExRTQ5QUM5OEVBRDgwNjg4NUYyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QUNBNTE1MTlCRTlGMTFFNDlBQzk4RUFEODA2ODg1RjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QUNBNTE1MUFCRTlGMTFFNDlBQzk4RUFEODA2ODg1RjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4W/Jd3AAAApElEQVR42mL4//8/Ay68XkKHBZs4EwMOsEFS1xBI/QbSAehyODUBwQ0gfgjE64EaVZAlGEHW4bENpPg2VLNmwPPL3wnZxABUdAdIBQKxPBBfBxrCCLYJ6NkKIC3OgB8UQOmVQBzJAiS8gdiGgQSA109IoXgO2V+EAkIASL2HcgWBGj7gDQigBpDTL0C5qjANhEJPFxpqKdBQRAACyUgAmzhAgAEAewt7xB4qwgkAAAAASUVORK5CYII=');
}

.small.distributor_link {
    width: 30%;
    padding: 0;
    text-align: center;
}

.margin-top-s {
    margin-top: 25px;
}

.area_benefits .section_main a strong {
    color: #ac1c2f;
}

.ce_download a,
.area_benefits p {
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
    font-family: 'KlavikaRegular', sans-serif;
}

.distributor_benefit h3 a {
    display: block;
    color: #666;
    padding-left: 70px;
}

.distributor_benefit h3 a:hover,
.distributor_benefit h3 a:focus,
.distributor_benefit h3 a:active {
    text-decoration: none;
}


.ce_text.distributor_benefit.tool-1:before {
    /*content: url(../img/arrow-white.png);*/
    content: url('../img/icon-tool-1.png');
    width: 70px;
    height: 100%;
    background-color: #0e7188;
    display: inline;
    position: absolute;
    left: 0;
    padding-top: 27px;
}

.ce_text.distributor_benefit.tool-2:before {
    content: url(../img/icon-tool-2.png);
    width: 70px;
    height: 100%;
    background-color: #183052;
    display: inline;
    position: absolute;
    left: 0;
    padding-top: 27px;
}

.ce_text.distributor_benefit.tool-3:before {
    content: url(../img/icon-tool-3.png);
    width: 70px;
    height: 100%;
    background-color: #561415;
    display: inline;
    position: absolute;
    left: 0;
    padding-top: 27px;
}

.ce_text.distributor_benefit.tool-4:before {
    content: url(../img/icon-tool-4.png);
    width: 70px;
    height: 100%;
    background-color: #41320b;
    display: inline;
    position: absolute;
    left: 0;
    padding-top: 27px;
}


.ce_text.distributor_benefit:hover,
.ce_text.distributor_benefit:active,
.ce_text.distributor_benefit:focus {
    cursor: pointer;
}

.mod_download {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 2em;
    background-color: #fafafa;
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.mod_download:nth-of-type(2n+2) {
    margin-right: 0;
}

.mod_download:nth-of-type(10) {
    margin-left: 0;
}

.mod_download:nth-of-type(11) {
    margin-left: 0;
    margin-right: 4%;
}

.mod_download:nth-of-type(12) {
    margin-left: 0;
    margin-right: 0;
}

.mod_download + h2 {
    clear:both;
}

.mod_download .image_container {
    float: left;
    max-width: 90px;
    margin-right: 10px;
    padding: 1em;
}

.mod_download img {
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}

.mod_download .text_container {
    padding-top: 2em;
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
    font-family: 'KlavikaRegular', sans-serif;
}

.area_downloadcenter .medium {
    padding-right: 4%;
    margin-bottom: 2em;
}

.area_downloadcenter .medium:nth-of-type(2n+2) {
    padding-right: 0;
}

.mod_contact_form .checkbox_container.consent {
    margin-left: 0;
}

.consent label {
    font-size: 11px;
    color: #888;
}
.consent + .explanation {
    display: none;
}

/* Tools Distributor */

.mod_tools_distributor {
    position: relative;
    width: 750px;
    height: 248px;
    margin: 0 auto;
    background: url('../img/tools-distributor-background') no-repeat scroll center;
    background-size: 750px 248px;
}

.mod_tools_distributor .tool {
    text-align: center;
    width: 150px;
    display: inline-block;
}

.mod_tools_distributor .tool_wrapper {
    width: 680px;
    margin: 0 auto;
}


.mod_tools_distributor .tool a {
    position: absolute;
    color: #FFF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    width: 120px;
    line-height: 1.25;

}

.mod_tools_distributor .tool a.tool1 {
    top: 102px;
    left: 34px;
}

.mod_tools_distributor .tool a.tool2 {
    top: 20px;
    left: 174px;
}

.mod_tools_distributor .tool a.tool3 {
    top: 102px;
    left: 314px;
}

.mod_tools_distributor .tool a.tool4 {
    top: 20px;
    left: 456px;
}

.mod_tools_distributor .tool a.tool5 {
    top: 102px;
    left: 597px;
}



.mod_tools_distributor .tool a.tool1:before {
    content: '';
    display: block;
    margin-bottom: 8px;
    width: 100%;
    height: 60px;
    background: url('../img/tool-1-new.png') no-repeat scroll center;
    background-size: 60px 60px;
    text-align: center;
}

.mod_tools_distributor .tool a.tool2:before {
    content: '';
    display: block;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
    height: 60px;
    background: url('../img/tool-2-new.png') no-repeat scroll center;
    background-size: 60px 60px;
}

.mod_tools_distributor .tool a.tool3:before {
    content: '';
    display: block;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
    height: 60px;
    background: url('../img/tool-3-new.png') no-repeat scroll center;
    background-size: 60px 60px;
}

.mod_tools_distributor .tool a.tool4:before {
    content: '';
    display: block;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
    height: 60px;
    background: url('../img/tool-4-new.png') no-repeat scroll center;
    background-size: 60px 60px;
}

.mod_tools_distributor .tool a.tool5:before {
    content: '';
    display: block;
    margin-bottom: 8px;
    width: 100%;
    height: 60px;
    text-align: center;
    background: url('../img/tool-5-new.png') no-repeat scroll center;
    background-size: 60px 60px;
}

.mod_download_new {
    width: 48%;
    margin-right: 4%;
    float: left;
    margin-bottom: 2em;
}

.mod_download_new:nth-of-type(2n+2) {
    margin-right: 0; 
}

/**
 *  Slider
 **/

.slide-tool {
    text-align: center;
    height: 100%;
}

.slide-tool-1 {
    /*background: #027d98;
    background: rgb(117,194,214);
    background: -moz-radial-gradient(center, ellipse cover, rgba(117,194,214,1) 0%, rgba(2,125,152,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(117,194,214,1) 0%,rgba(2,125,152,1) 100%);
    background: radial-gradient(ellipse at center, rgba(117,194,214,1) 0%,rgba(2,125,152,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75c2d6', endColorstr='#027d98',GradientType=1 );*/

    position: relative;
    z-index: 1;
    background: url('../../../content/hro-teaser-2543-text-_0002_Stellenbeschreibung.jpg') no-repeat fixed;
    background-size: cover;
    background-position: 0;

}

.slide-tool-2 {
    /*background: rgb(170,170,170);
    background: -moz-radial-gradient(center, ellipse cover, rgba(170,170,170,1) 0%, rgba(67,78,85,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(170,170,170,1) 0%,rgba(67,78,85,1) 100%);
    background: radial-gradient(ellipse at center, rgba(170,170,170,1) 0%,rgba(67,78,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#434e55',GradientType=1 );*/

    	position: relative;
    	z-index: 1;
    	background: url('../../../content/hro-teaser-2543-text-_0004_stellenbewertung.jpg') no-repeat fixed;
    	background-size: cover;
    	background-position: 0;
}

.slide-tool-3 {
    /*background: rgb(62,99,209);
    background: -moz-radial-gradient(center, ellipse cover, rgba(62,99,209,1) 0%, rgba(24,48,82,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(62,99,209,1) 0%,rgba(24,48,82,1) 100%);
    background: radial-gradient(ellipse at center, rgba(62,99,209,1) 0%,rgba(24,48,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e63d1', endColorstr='#183052',GradientType=1 );*/

	position: relative;
    	z-index: 1;    
	background: url('../../../content/hro-teaser-2543-text-_0000_eingruppierung.jpg') no-repeat fixed;
    	background-size: cover;
    	background-position: 0;
}

.slide-tool-4 {
    /*background: rgb(127,103,75);
    background: -moz-radial-gradient(center, ellipse cover, rgba(127,103,75,1) 1%, rgba(86,20,21,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(127,103,75,1) 1%,rgba(86,20,21,1) 100%);
    background: radial-gradient(ellipse at center, rgba(127,103,75,1) 1%,rgba(86,20,21,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f674b', endColorstr='#561415',GradientType=1 );*/

	position: relative;
    	z-index: 1;    
	background: url('../../../content/hro-teaser-2543-text-_0001_competency.jpg') no-repeat fixed;
    	background-size: cover;
    	background-position: 0;
}

.slide-tool-5 {
    /*background: rgb(127,103,75);
    background: -moz-radial-gradient(center, ellipse cover, rgba(127,103,75,1) 1%, rgba(65,50,11,1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(127,103,75,1) 1%,rgba(65,50,11,1) 100%);
    background: radial-gradient(ellipse at center, rgba(127,103,75,1) 1%,rgba(65,50,11,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f674b', endColorstr='#41320b',GradientType=1 );*/

    	position: relative;
   	z-index: 1;
	background: url('../../../content/hro-teaser-2543-text-_0003_compensation.jpg') no-repeat fixed;
    	background-size: cover;
    	background-position: 0;
}

.slide-tool .rs-columns {
    max-width: 1200px;
    margin: 0 auto;
}

.section_subheader .slide-tool h1 {
    margin: 0 auto;
    padding-top: 75px;
    padding-bottom: 75px;
    max-width: 1200px;
    height: 250px;
    font-size: 48px;
    color: #FFF;
    text-transform: none;
    font-family: 'KlavikaMedium';
    line-height: 52px;
    -webkit-text-shadow: 1px 1px 8px rgba(0, 0, 0, .7);
    -moz-text-shadow: 1px 1px 8px rgba(0, 0, 0, .7);
    -o-text-shadow: 1px 1px 8px rgba(0, 0, 0, .7);
    text-shadow: 1px 1px 8px rgba(0, 0, 0, .7);


}

.section_subheader .slide-tool p {
    font-size: 18px;
    margin-bottom: 2em;
}

.section_subheader .slide-tool .image_container {
    margin-bottom: 2em;
}

.section_subheader .slide-tool img {
    width: 350px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
}

.mod_rocksolid_slider {
    width: 100%;
    max-height: calc(80vh - 82px);
    min-height: 700px;
}

.mod_rocksolid_slider .asset_subheader_elements {
    top: 40%;
}

.mod_rocksolid_slider .rsts-next,
.mod_rocksolid_slider .rsts-prev {
    top: 45%;
    bottom: inherit;
    right: 55px;
    height: 50px;
    width: 50px;
}

.mod_rocksolid_slider .rsts-prev {
    left: 55px;
    right: inherit;
}

.mod_rocksolid_slider .padding-right-m {
    padding-right: 50px;
}

.mod_rocksolid_slider .padding-left-m {
    padding-left: 50px;
}

.mod_rocksolid_slider .padding-right-l {
    padding-right: 100px;
}

.mod_rocksolid_slider .padding-left-l {
    padding-left: 100px;
}

.padding-top-l {
    padding-top: 40px;
}

.section_main a.more {
    background: rgb(167,30,0);
    color: #FFF;
    padding: 8px 20px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-family: 'KlavikaMedium', Helvetica, Arial, sans-serif;
}

.section_main a.more:hover,
.section_main a.more:active,
.section_main a.more:focus {
    text-decoration: none;
    color: #a71e04;
    text-shadow: none;
    background: rgb(239,239,239);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(203,203,203,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(100%,rgba(203,203,203,1)));
    background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    background: -o-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    background: linear-gradient(to bottom, rgba(239,239,239,1) 0%,rgba(203,203,203,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cbcbcb',GradientType=0 );
    -webkit-box-shadow: 0px 1px 0px 0px rgba(120, 120, 120, 0.6);
    -moz-box-shadow: 0px 1px 0px 0px rgba(120, 120, 120, 0.6);
    box-shadow: 0px 1px 0px 0px rgba(120, 120, 120, 0.6);
}

.mod_contact_job div.mandatory {
    width: 48%;
    float: left;
    margin-bottom: .5em;
}

.mod_contact_job div.mandatory:nth-of-type(2n+2){
    float: right;
}

.mod_contact_job div.consent.mandatory {
    width: 100%;
    float: none;
}

.mod_contact_job label {
    display: none;
}

.mod_contact_job .widget-dropzone label {
    display: block;
}

.mod_contact_job .checkbox_container input {
    float: left;
    margin-right: 10px;
}

.mod_contact_job .checkbox_container label {
    width: 90%;
    display: block;
    float: left;
}

.mod_contact_job .upload {
    margin-top: 1em;
}

@-webkit-keyframes bounce {
    0%   { -webkit-transform: scale(1);  }
    50%  { -webkit-transform: scale(1.075);  }
    100% { -webkit-transform: scale(1); }
}
@keyframes bounce {
    0%   { transform: scale(1);  }
    50%  { transform: scale(1.075);  }
    100% { transform: scale(1); }
}

.bounce {
    /*animation: bounce 2s;*/ 
    animation-name: bounce;
    animation-duration: .77s;
    animation-delay: .5s;
    animation-iteration-count: 1;
}

@-webkit-keyframes bounce1 {
    0%   { -webkit-transform: scale(1);  }
    50%  { -webkit-transform: scale(1.075);  }
    100% { -webkit-transform: scale(1); }
}
@keyframes bounce1 {
    0%   { transform: scale(1);  }
    50%  { transform: scale(1.075);  }
    100% { transform: scale(1); }
}

.bounce1 {
    /*animation: bounce 2s;*/ 
    animation-name: bounce1;
    animation-duration: .77s;
    animation-delay: .6s;
    animation-iteration-count: 1;
}
@-webkit-keyframes bounce2 {
    0%   { -webkit-transform: scale(1);  }
    50%  { -webkit-transform: scale(1.075);  }
    100% { -webkit-transform: scale(1); }
}
@keyframes bounce2 {
    0%   { transform: scale(1);  }
    50%  { transform: scale(1.075);  }
    100% { transform: scale(1); }
}

.bounce2 {
    /*animation: bounce 2s;*/ 
    animation-name: bounce2;
    animation-duration: .77s;
    animation-delay: .7s;
    animation-iteration-count: 1;
}
@-webkit-keyframes bounce3 {
    0%   { -webkit-transform: scale(1);  }
    50%  { -webkit-transform: scale(1.075);  }
    100% { -webkit-transform: scale(1); }
}
@keyframes bounce3 {
    0%   { transform: scale(1);  }
    50%  { transform: scale(1.075);  }
    100% { transform: scale(1); }
}

.bounce3 {
    /*animation: bounce 2s;*/ 
    animation-name: bounce3;
    animation-duration: .77s;
    animation-delay: .8s;
    animation-iteration-count: 1;
}
@-webkit-keyframes bounce4 {
    0%   { -webkit-transform: scale(1);  }
    50%  { -webkit-transform: scale(1.075);  }
    100% { -webkit-transform: scale(1); }
}
@keyframes bounce4 {
    0%   { transform: scale(1);  }
    50%  { transform: scale(1.075);  }
    100% { transform: scale(1); }
}

.bounce4 {
    /*animation: bounce 2s;*/ 
    animation-name: bounce4;
    animation-duration: .77s;
    animation-delay: .9s;
    animation-iteration-count: 1;
}

/* Anpassungen vorerst für kleine Bildschirme */

.mod_rocksolid_slider {
    width: 100%;
    max-height: calc(60vh - 82px);
    min-height: 610px;
}


.teaser_wrapper {
    margin-top: 0;
}

.section_main .first .article_inside {
    padding: 20px 0;

}

.mod_article.call_to_action .article_inside {
    padding: 15px 0;
}

.mod_article.call_to_action {
    margin-bottom: 0;
    margin-top: -23px;
}

.customer .ce_text p {
    margin-top: 2em;
}

.section_subheader .slide-tool h1 {
    height: auto;
    padding: 30px 0;
}

.section_subheader .slide-tool img {
    width: 235px;
    height: 235px;
    margin-top: -75px;
}

.section_subheader .slide-tool p {
    margin-bottom: 1.5em;
}

.section_subheader .slide-tool h1 {
	font-size: 30px;
	margin-bottom: 0;
}
.asset_subheader_elements h1 {
    font-size: 36px;
    margin-bottom: 1.5em;
}

.asset_subheader_elements h1 {
    margin-top: .5em;
}

.section_subheader .slide-tool h1 {
    line-height: 1.25;

}

.mod_navigation_main .toggle { 
    display: none;
}

.section_video .image_container {
    text-align: center;
}

.section_video .image_container a {
    display: inline-block;
}

/* salary ticker */
.mod_article.ticker .article_wrapper {
    width: 100%;
}
.mod_article.ticker .article_inside {
    padding: 0;
}

.telex, .telex > div, .tickerhead a, .tickerend a {
    line-height: 2;
}
.mod_ticker {
    position: relative;
}
.tickerhead, .tickerend {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    color: #FFF;
    background: #c10e22;
    text-align: center;	
}
.tickerhead a, .tickerend a {
    display: block;
    color: #FFF;
    margin: 0 0.5em;
}

.tickerend a:before {
    content: "\f201";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.tickertext {
    margin-left: 10em;
    font-weight: 700;
    color: #FFF;
    background: #191919;
}

.tickertext > div:before {
    content: "+++";
    display: inline-block;
    padding: 0 3em 0 0;
    font-weight: 300;	
}
.tickerend {
    left: inherit;
    right: 0;
    width: 2em;
}

/* video fix*/
.medium.section_video {
    padding: 0;
    margin-right: 4%;
}

.area_downloadcenter .medium:nth-of-type(2n+2) {
    padding-right: 0;
    margin-right: 0;
}


.video_container {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}
.video_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ce_tool_contact {
    text-align: center;
    margin-bottom: 2em;
}

.customer .ce_text.ce_tool_contact a {
    color: #000;
}

.ce_rsce_oneo_counter_boxes p {
    font-family: 'KlavikaRegular', sans-serif;
    font-size: 4em;
    font-weight: 600;
    text-align: center;
    line-height: normal;
    color: rgb(167,30,0);
}

.ce_rsce_oneo_counter_boxes h1 {
    font-family: 'KlavikaRegular', sans-serif;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: .5em;
    text-transform: inherit;
}

.section_main .mod_ce_berater .article_inside{
	margin-bottom: 0;
	padding-bottom: 0;
}

.section_autocomplete {
	background: #ebebeb;
}

.youtubecss {
	text-align: center
}