/*
Theme Name: PepperShop
Author: LEXO GmbH
Author URI: https://www.lexo.ch/
Version: 1.0
*/

/*
 *
 * Import rte
 *
 */

@import url("rte.css");


/*
*
*
* border for div-Modul_Shortcut
*
*
 */

.modul-erwerben {
    border-width: 0;
    border-style: solid;
    border-color: rgba(0,0,0,0.4);
    margin-top: 20px;
    margin-bottom: 40px;
}

.interface-container {
    border: 1px #DDDDDD solid;
    padding: 20px 10px;
    margin: 20px 0px;
    text-align: center;
}
.interface-container .interface-img-wrap {
    height: 50px;
    margin-bottom: 20px;
}
.interface-img-wrap img {
    max-height: 100%;
}

.interface-name {
    height: 44px;
}

.interface-page .col-sm-6:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
/*
.interface-page .col-sm-6:nth-child(2) {
    display: flex;
}
*/


    /*
     *
     * Clearfix
     *
     */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
img.img100 {
    width: 100% !important;
    height: auto !important;
}

/*
 *
 * General
 *
 */

div#page_container img {
    width: auto;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

body {
    color: #232323;
    position: relative;
    min-height: 100vh;
    padding-top: 93px;
}

/* Header */

/* LANGUAGE SWITCHER */

.wpml-ls-legacy-dropdown-click,
.wpml-ls-legacy-dropdown {
    width: 60px;
    float: right;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    padding-right: 0;
    border: 0;
    line-height: 1;
    height: 30px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag,
.wpml-ls-legacy-dropdown .wpml-ls-flag {
    width: 15px;
    vertical-align: top;
    position: absolute;
    top: calc(50% - .175em);
    left: 10px;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag+span,
.wpml-ls-legacy-dropdown .wpml-ls-flag+span {
    font-weight: 400;
    font-family: 'SourceSansPro-Regular';
    color: #232323;
    margin: 0;
}

/* END LANGUAGE SWITCHER */

header {
    padding: 21px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
}

header::after {
    content: '';
    width: 100%;
    height: 9px;
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    bottom: -9px;
}

.hdr_elem {
    float: left;
}

.mci_elem {
    float: left;
}

.logo_container {
    width: 265px;
}

.menu_container {
    width: calc(100% - 265px);
    position: relative;
    z-index: 2;
}

.menu_container_inner {
    float: right;
    margin-top: 3px;
}

#logo {
    display: block;
}

#logo img {
    width: 100%;
    height: auto;
}

.menu_wrapper {
    margin: 10px 0;
}

.search_wrapper {
    margin: 12px 20px 12px 10px;
}

.section {
    padding: 73px 0;
}

.section .section {
    margin-top: 33px;
    padding: 0;
}
.section.section_remove_spacing {
    padding: 0;
    margin-top: 0;
}

.section + hr {
    margin: 33px 0 54px;
}

.page_title + .section {
    padding-top: 0;
}

.section > *:last-child {
    margin-bottom: 0;
}

.section_regular:nth-child(even) {
    background-color: #f9f9f9;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-image: url('images/static/logo_bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 615px;
}

#page_container {
    position: relative;
    padding: 93px 0 100px;
    overflow: hidden;
}

.page-template-default #page_container,
.tax-referenzen-kategorie #page_container,
.page-template-template-faq #page_container,
.tax-functions-kategorie #page_container {
    background-image: url('images/static/logo_bg.png');
    background-repeat: no-repeat;
    background-position: right 140px;
    background-size: 615px;
}

.page-template-template-home #page_container {
    padding: 0;
}

#page_container.page_list {
    padding-bottom: 0;
}

body:not(.page-template-template-home) #page_container #fl_wrapper > .section:first-child {
    padding-top: 0;
}

body:not(.page-template-template-home) #page_container #fl_wrapper > .section:last-child {
    padding-bottom: 0;
}

#page_container::before {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#page_container::after {
    content: '';
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    background: rgba(236,237,237,1);
    background: -moz-linear-gradient(top, rgba(236,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(236,237,237,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(236,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(236,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(236,237,237,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(236,237,237,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceded', endColorstr='#ffffff', GradientType=0 );
}



/* Search */

.search_trigger {
    position: relative;
    color: inherit;
    cursor: pointer;
    width: 17px;
    height: 17px;
}

.search_trigger::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e900';
    font-size: 16px;
    position: relative;
    top: -2px;
}

.search_trigger:hover {
    color: #d9002b;
}


/* Jetz testen */

.test_trigger {
    font-family: 'SourceSansPro-SemiBold';
    font-weight: normal;
    cursor: pointer;
}

.button.test_trigger {
    padding: 8px 28px 10px;
    width: 177px;
}
.button.test_trigger a:hover {
    color: #FFFFFF;
}

/* Main menu */

.menu {
    padding: 0;
    margin: 0;
}

#main_menu > li {
    float: left;
    padding: 0;
    margin: 0 11px;
}

.menu > li a {
    font-family: 'SourceSansPro-Regular';
    color: #232323;
    position: relative;
}

#main_menu > li > a::before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #d9002b;
    position: absolute;
    left: 0;
    bottom: -30px;
    -webkit-transition: width .25s;
    -moz-transition: width .25s;
    -ms-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s;
}

.menu > li:hover > a,
.menu > li.current_menu_item > a,
.menu > li.current_page_parent > a {
    color: #d9002b;
}

#main_menu > li:hover > a::before,
#main_menu > li.current_menu_item > a::before,
#main_menu > li.current_page_parent > a::before {
    width: 100%;
}

#main_menu > li.menu-item-has-children > a::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e902';
    font-size: 9px;
    position: relative;
    top: -1px;
    margin-left: 4px;
}

/* LANGUAGE SWITCHER */

.lang_switcher_container {
    display: inline-block;
    float: left;
    margin-right: 15px;
    display: none;
}
.lang_switcher_container .nice-select {
    width: auto;
    padding: 7px 25px 7px 22px;
    border: 0;
    background: transparent;
    border-left: 1px solid #e4e4e4;
}
.lang_switcher_container .nice-select:before {
    top: 14px;
    right: 9px;
    color: #232323;
}
.nice-select img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    margin-top: -2px;
}

/* Burger button */

.burger_wrapper {
    margin: 10px 0;
    position: relative;
}

#burger {
    width: 33px;
    height: 24px;
    position: relative;
    display: none;
}

#burger:hover {
    cursor: pointer;
}

#burger .bb_1,
#burger .bb_2,
#burger .bb_3 {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #ec1c23;
    left: 0;
    -webkit-transition: opacity .25s, transform .25s;
    -moz-transition: opacity .25s, transform .25s;
    -ms-transition: opacity .25s, transform .25s;
    -o-transition: opacity .25s, transform .25s;
    transition: opacity .25s, transform .25s;
    -webkit-border-radius: 75px / 50px;
    -moz-border-radius: 75px / 50px;
    border-radius: 75px / 50px;
}

#burger .bb_1 {
    top: 0;
}

#burger .bb_2 {
    top: 9px;
}

#burger .bb_3 {
    top: 19px;
}

#burger.active .bb_1 {
    -webkit-transform: translate(0px, 9px) rotate(45deg);
    -moz-transform: translate(0px, 9px) rotate(45deg);
    -ms-transform: translate(0px, 9px) rotate(45deg);
    -o-transform: translate(0px, 9px) rotate(45deg);
    transform: translate(0px, 9px) rotate(45deg);
}

#burger.active .bb_2 {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
}

#burger.active .bb_3  {
    -webkit-transform: translate(0px, -10px) rotate(-45deg);
    -moz-transform: translate(0px, -10px) rotate(-45deg);
    -ms-transform: translate(0px, -10px) rotate(-45deg);
    -o-transform: translate(0px, -10px) rotate(-45deg);
    transform: translate(0px, -10px) rotate(-45deg);
}

/* Menu dropdown */

#main_menu .drop_menu_wrapper {
    width: 395px;
    position: absolute;
    top: 20px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding-top: 90px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility .25s, padding-top .25s;
    -moz-transition: opacity .25s, visibility .25s, padding-top .25s;
    -ms-transition: opacity .25s, visibility .25s, padding-top .25s;
    -o-transition: opacity .25s, visibility .25s, padding-top .25s;
    transition: opacity .25s, visibility .25s, padding-top .25s;
    pointer-events: none;
}

#main_menu > li.menu-item-has-children > a:hover + .drop_menu_wrapper,
#main_menu .drop_menu_wrapper:hover {
    padding-top: 60px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.drop_menu {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f1f1f1;
    position: relative;
}

#main_menu .drop_menu {
    -webkit-box-shadow: 0px 5px 13px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 13px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 13px -6px rgba(0,0,0,0.75);
}

.drop_menu::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 11px 8px 11px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -11px;
}

.drop_menu_wrapper li {
    padding: 0;
    margin: 0;
}

.sub_wrapper {
    padding-left: 37px;
    display: none;
}

.submenu_opener {
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 16px;
    font-size: 22px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: transform .25s, color .25s;
    -moz-transition: transform .25s, color .25s;
    -ms-transition: transform .25s, color .25s;
    -o-transition: transform .25s, color .25s;
    transition: transform .25s, color .25s;
}

.submenu_opener::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e905';
}

.drop_menu_lvl1,
.drop_menu_lvl2 {
    margin: 0;
}

.drop_menu_lvl1 > li {
    background-color: transparent;
    padding: 7px 45px 7px 23px;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.drop_menu_lvl1 > li:first-child {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 15px;
}

.drop_menu_lvl1 > li:first-child .submenu_opener {
    top: 15px;
}
.drop_menu_lvl1 > li:last-child {
    padding-bottom: 11px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.drop_menu_lvl1 > li > a {
    font-family: 'SourceSansPro-SemiBold';
    font-weight: normal;
    color: #727272;
    padding-left: 36px;
    display: inline-block;
    -webkit-transition: font-size .25s, color .25s;
    -moz-transition: font-size .25s, color .25s;
    -ms-transition: font-size .25s, color .25s;
    -o-transition: font-size .25s, color .25s;
    transition: font-size .25s, color .25s;
}

.drop_menu_lvl2 {
    padding: 15px 0 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity .25s, visibility .25s, transform .25s;
    -moz-transition: opacity .25s, visibility .25s, transform .25s;
    -ms-transition: opacity .25s, visibility .25s, transform .25s;
    -o-transition: opacity .25s, visibility .25s, transform .25s;
    transition: opacity .25s, visibility .25s, transform .25s;
}

.drop_menu_lvl2 > li {
    padding-bottom: 8px;
}

.drop_menu_lvl2 > li:last-child {
    padding-bottom: 0;
}

.drop_menu_lvl2 > li > a {
    font-size: 1.6rem;
    color: #232323;
    position: relative;
    padding-left: 15px;
}

.drop_menu_lvl2 > li > a::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e904';
    font-size: 10px;
    position: absolute;
    top: 6px;
    left: 0;
}

.drop_icon {
    font-size: 22px;
    position: absolute;
    top: 0;
    left: 11px;
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-transition: font-size .25s, margin-right .25s, transform .25s;
    -moz-transition: font-size .25s, margin-right .25s, transform .25s;
    -ms-transition: font-size .25s, margin-right .25s, transform .25s;
    -o-transition: font-size .25s, margin-right .25s, transform .25s;
    transition: font-size .25s, margin-right .25s, transform .25s;
}

.page_title_text {
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform-origin: left;
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
}

.sub_description {
    font-size: 1.4rem;
    margin-top: -1px;
    color: #727272;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity .25s, visibility .25s, transform .25s;
    -moz-transition: opacity .25s, visibility .25s, transform .25s;
    -ms-transition: opacity .25s, visibility .25s, transform .25s;
    -o-transition: opacity .25s, visibility .25s, transform .25s;
    transition: opacity .25s, visibility .25s, transform .25s;
}

.drop_menu a:hover,
.drop_menu li.current-menu-item > a,
.drop_menu li.current_page_parent > a {
    color: #d9002b;
}

/* Drop active states */

.submenu_opener.active {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #d9002b;
}

.drop_menu li.active {
    background-color: #fff;;
}

.drop_menu li.active > a {
    color: #d9002b;
}

.drop_menu li.active > a > .page_title_text {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.drop_menu li.active .drop_icon {
    -webkit-transform: translateX(-50%) scale(1.2);
    -moz-transform: translateX(-50%) scale(1.2);
    -ms-transform: translateX(-50%) scale(1.2);
    -o-transform: translateX(-50%) scale(1.2);
    transform: translateX(-50%) scale(1.2);
}

.drop_menu li.active .sub_description,
.drop_menu li.active .drop_menu_lvl2 {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.drop_menu li.current_menu_item .sub_wrapper,
.drop_menu li.current_page_parent .sub_wrapper  {
    display: block;
}

/*
 *
 * Search
 *
 */

 #search_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility .25s;
    -moz-transition: opacity .25s, visibility .25s;
    -ms-transition: opacity .25s, visibility .25s;
    -o-transition: opacity .25s, visibility .25s;
    transition: opacity .25s, visibility .25s;
}

#search_wrapper.active {
    opacity: 1;
    visibility: visible;
}

#search_container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    width: 100%;
    max-width: 1050px;
    margin-top: -50px;
}

#main-search-form {
    position: relative;
    padding: 0 15px;
}

#main-search-form .search-field {
    font-size: 2.6rem;
    padding: 34px 140px 34px 42px;
    width: 100%;
    border-radius: 100px;
    border: none;
    box-sizing: border-box;
}

.ie #main-search-form .search-field {
    padding: 30px 140px 38px 42px;
}

#main-search-form .search-submit {
    width: 73px;
    height: 100%;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3rem;
    position: absolute;
    top: 0;
    right: 42px;
    z-index: 1;
    background: none;
    border: none;
}

/*
 *
 * Form
 *
 */

form.form {
    margin-top: -17px;
}

#registration_form {
    margin-top: -13px;
}

/* Breadcrumps */

.posts_section.breadcrumps_wrapper span.icon-arrow-right {
    font-size: 9px;
    position: relative;
    top: -1px;
}
.posts_section.breadcrumps_wrapper {
    font-size: 1.6rem;
}

/* Wrappers */

.form_field {
    margin-top: 17px;
}

.required_field {
    position: relative;
}

.required_field::after {
    content: '*';
    position: absolute;
    top: 16px;
    right: 22px;
    font-size: 25px;
    color: #a2a2a2;
}

.submit_container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.register_arrow {
    margin-left: 12px;
    position: relative;
    top: 2px;
    font-size: 19px;
}

.register_submit {
    width: 300px;
    padding: 21px 28px 21px;
}

.req_message {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

/* Nice select */

.nice-select {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    padding: 14px 21px 17px;
    border-radius: 0;
    font-size: 1.8rem;
    line-height: normal;
    height: auto;
}

.ie .nice-select {
    padding: 14px 21px 15px;
}

.nice-select .list {
    width: 100%;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0px 5px 13px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 13px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 13px -6px rgba(0,0,0,0.75);
    max-height: 300px;
    overflow-y: auto;
}

.nice-select .list > li {
    margin-bottom: 0;
}

.nice-select .list > li::before {
    display: none;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #dbdbdb;
}

.nice-select::after {
    display: none;
}

.nice-select::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e902';
    font-size: 11px;
    position: absolute;
    top: 22px;
    right: 19px;
    color: #a2a2a2;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
}

.nice-select.open::before {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

/* Fields */

label {
    display: block;
    width: 100%;
    color: #000;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-family: 'SourceSansPro-SemiBold';
    margin-bottom: 9px;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    padding: 14px 54px 15px 21px;
}

.ie input[type="text"],
.ie input[type="email"] {
    padding: 12px 54px 17px 21px;
}

textarea {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    resize: none;
    overflow-y: auto;
    padding: 14px 21px 15px;
    height: 150px;
}

select {
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #dbdbdb;
    padding: 14px 21px 15px;
}

form button,
form input[type=submit] {
    border: 2px solid #d9002b;
    background-color: #d9002b;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 13px 28px 15px;
    font-family: 'SourceSansPro-SemiBold';
    -webkit-transition: color .25s, background-color .25s;
    -moz-transition: color .25s, background-color .25s;
    -ms-transition: color .25s, background-color .25s;
    -o-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s;
}

form button:hover,
form input[type=submit]:hover {
    border: 2px solid #d9002b;
    background-color: #fff;
    color: #d9002b;
}

/* Placeholders */

input::-webkit-input-placeholder { 
    color: #a2a2a2 !important;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
}

input:-moz-placeholder { 
    color: #a2a2a2 !important;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
} /* FF 4-18 */

input::-moz-placeholder { 
    color: #a2a2a2 !important;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
} /* FF 19+ */

input:-ms-input-placeholder { 
    color: #a2a2a2 !important;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
} /* IE 10+ */

textarea::-webkit-input-placeholder { 
    color: #a2a2a2 !important;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
}

textarea:-moz-placeholder { 
    color: #a2a2a2 !important;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
} /* FF 4-18 */

textarea::-moz-placeholder { 
    color: #a2a2a2 !important;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
} /* FF 19+ */



textarea:-ms-input-placeholder { 
    color: #a2a2a2 !important;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
} /* IE 10+ */

input:focus::-webkit-input-placeholder { 
    color:transparent !important;
}

input:focus:-moz-placeholder {
    color:transparent !important;
} /* FF 4-18 */

input:focus::-moz-placeholder {
    color:transparent !important;
} /* FF 19+ */

input:focus:-ms-input-placeholder {
    color:transparent !important;
} /* IE 10+ */


textarea:focus::-webkit-input-placeholder {
    color:transparent !important;
}

textarea:focus:-moz-placeholder {
    color:transparent !important;
} /* FF 4-18 */

textarea:focus::-moz-placeholder {
    color:transparent !important;
} /* FF 19+ */

textarea:focus:-ms-input-placeholder {
    color:transparent !important;
} /* IE 10+ */

/*GOOGLE CAPTCHA*/

.submit_wrapper {
    position: relative;
}

.googlecaptcha_wrapper {
    position: absolute;
    top: 11px;
    right: 50%;
    opacity: 0.0001;
    visibility: hidden;
    -webkit-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -webkit-transform: translate(50%,-150%);
    -moz-transform: translate(50%,-150%);
    -ms-transform: translate(50%,-150%);
    -o-transform: translate(50%,-150%);
    transform: translate(50%,-150%);
}

.googlecaptcha_wrapper.active {
    opacity: 0.9999;
    visibility: visible;
    -webkit-transform: translate(50%,-110px);
    -moz-transform: translate(50%,-110px);
    -ms-transform: translate(50%,-110px);
    -o-transform: translate(50%,-110px);
    transform: translate(50%,-110px);
}

.googlecaptcha_wrapper:after {
    content: "";
    position: absolute;
    bottom: -7px;
    margin-left: -11px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 11px 0 11px;
    border-color: #d3d3d3 transparent transparent transparent;
}

#l-notify {
    position: fixed;
    bottom: 0;
    z-index: 11;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #d9002b;
    padding: 25px 15px;
    color: #fff;
    font-size: 3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    transform: translate(0,100%);
    -webkit-transition: transform .25s, opacity .25s, visibility .25s;
    -moz-transition: transform .25s, opacity .25s, visibility .25s;
    -ms-transition: transform .25s, opacity .25s, visibility .25s;
    -o-transition: transform .25s, opacity .25s, visibility .25s;
    transition: transform .25s, opacity .25s, visibility .25s;
}

#l-notify.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

/*FORM ERROR*/

span.error {
    max-height: 0px !important;
    max-width: 0px !important;
    overflow: hidden;
    display: inline-block !important;
    border: 0px !important;
    white-space: nowrap;
}
form em {
    position: absolute;
    top: 8px;
    right: 7px;
    z-index: 1;
    font-style: normal;
}
form em:before {
    content: "\f06a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #ffffff;
    color: red;
    font-weight: 700;
    font-size: 22px;
    width: 20px;
    height: 16px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    border-radius: 100%;
    cursor: pointer;
    margin: 10px 10px 10px 0px;
}
span.error.hover-active {
    max-height: none !important;
    max-width: 300px !important;
    position: absolute;
    top: 7px;
    right: 40px;
    background: #ededed;
    padding: 6px 10px !important;
    line-height: 15px;
    border: 0px;
    z-index: 100;
    display: inline-block !important;
    font-size: 13px;
    color: #f90106;
    font-weight: 700;
    overflow: visible;
}
form em.hover-active {
    width: 90%;
    text-align: right;
}
span.error.hover-active:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 16px;
    background: url(images/static/hover_error_form.png);
    position: absolute;
    top: 5px;
    right: -6px;
}

/*
 *
 * MODAL
 *
 */

 #modal_overlay {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    overflow-y: scroll;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 60px 15px;
    justify-content: center;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
}

#modal_overlay.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
    transition: opacity .25s ease-in-out, visibility .25s ease-in-out;
}

#modal_container {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 12px solid rgba(0,0,0,0.1);
    max-width: 1010px;
    width: 100%;
}

#modal {
    position: relative;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

}

#modal_header {
    background-color: #d9002b;
    min-height: 90px;
    padding: 0 28px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#modal_title {
    font-size: 3.2rem;
    color: #fff;
    font-family: 'SourceSansPro-SemiBold';
    padding: 22px 50px 22px 0;
}

#modal_close {
    position: absolute;
    right: 27px;
    top: 23px;
    cursor: pointer;
    color: #fff;
    font-size: 34px;
}

#modal_close::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e906';  
}

#modal_body {
    padding: 23px;
}

.bodyFix {
    position: relative;
    overflow: hidden;
}

body:not(.ie):not(.tablet):not(.mobile).bodyFix {
    padding-right: 17px;
}

/*
 *
 * MOBILE MENU
 *
 */

#mobile_menu_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.85);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    -webkit-transition: opacity 0.25s, visibility 0.25s;
    -moz-transition: opacity 0.25s, visibility 0.25s;
    -ms-transition: opacity 0.25s, visibility 0.25s;
    -o-transition: opacity 0.25s, visibility 0.25s;
    transition: opacity 0.25s, visibility 0.25s;
}

#mobile_menu_overlay.active {
    opacity: 1;
    visibility: visible;
}

#mobile_menu_container {
    position: absolute;
    z-index: 1;
    top: 70px;
    right: 0;
    background: #fff;
    width: 296px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    -moz-transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    -ms-transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    -o-transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
    pointer-events: none;
}

#mobile_menu_container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}

#mobile_menu_container::after {
    content: '';
    position: absolute;
    top: -5px;
    right: 11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 5px 6px;
    border-color: transparent transparent #ffffff transparent;
}

#mobile_menu > li {
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 0;
    padding-left: 0;
}

#mobile_menu > li > a {
    text-transform: uppercase;
    padding: 8px 14px 7px;
    display: inline-block;
}

#mobile_menu > li > .drop_menu_wrapper {
    display: none;
}

#mobile_menu > li.current-menu-item > .drop_menu_wrapper,
#mobile_menu > li.current_page_parent > .drop_menu_wrapper {
    display: block;
}

#mobile_menu .drop_menu_lvl1 > li {
    padding: 7px 45px 7px 12px;
}

#mobile_menu .drop_menu_lvl1 > li:first-child .submenu_opener,
#mobile_menu .submenu_opener {
    top: 8px;
    right: 12px;
}

#mobile_menu .page_title_text {
    font-size: 1.6rem;
}

#mobile_menu .drop_menu li.active > a > .page_title_text {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#mobile_menu .drop_menu li.active .drop_icon {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

#mobile_test_wrapper {
    background-color: #fff;
}

#mobile_test_wrapper > .button {
    width: 100%;
}

#mobile_search_wrapper {
    background-color: #d9002b;
}

#mobile_test_wrapper,
#mobile_search_wrapper {
    padding: 17px 14px;
}

#mobile-search-form {
    position: relative;
}

#mobile-search-form .search-field {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 9px 40px 9px 14px;
    box-sizing: border-box;
    font-size: 1.4rem;
}

#mobile-search-form .search-submit {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    right: 2px;
    z-index: 1;
    background: none;
    border: none;
    width: 38px;
    height: 38px;
}

.mobile-submenu-opener {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 36px;
    cursor: pointer;
}

.current_page_parent .mobile-submenu-opener {
    color: #d9002b;
}

.mobile-submenu-opener::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e902';
    font-size: 9px;
    position: absolute;
    top: 14px;
    left: 14px;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
}

.mobile-submenu-opener.active::after {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

/*
 *
 * FOOTER
 *
 */

/* Tricolori separator */
.tricolori_separator {
    height: 14px;
    position: relative;
    background-color: #d9002b;
}

.tricolori_separator::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 33.33%;
    background-color: #f44265;
}

.tricolori_separator::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 33.33%;
    background-color: #b10b2c;
}

/* Footer */

footer {
    background-color: #232323;
    color: #ededed;
    overflow: hidden;
}

#upper_footer {
    padding: 69px 0 43px;
    border-bottom: 2px solid #535353;
}

#upper_footer_inner {
    position: relative;
    margin: 0 -26px;
}

.boxes_container {
    width: 66.66%;
    padding-bottom: 50px;
}

.contact_container {
    width: 33.33%;
}

.contact_container .footer_box_wrapper {
    width: 100%;
}

/* Footer boxes */
.footer_box_wrapper {
    padding: 0 26px;
}

[data-box-count="3"] .footer_box_wrapper {
    width: 33.33%;
}

[data-box-count="2"] .footer_box_wrapper {
    width: 50%;
}

[data-box-count="1"] .footer_box_wrapper {
    width: 100%;
}

.footer_box_title {
    color: #fff;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
    border-bottom: 1px solid #3f3f3f;
    padding-bottom: 18px;
    margin: 0 0 28px 0;
}

.footer_box_page_list {
    margin: 0;
}

.footer_box_page a {
    color: #ededed;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
}

.footer_box_page a:hover {
    color: #d9002b;
}

/* Footer contact data */

.footer_box_contact_data {
    flex-direction: column;
}

.company_name {
    color: #fff;
    font-family: 'SourceSansPro-SemiBold';
    font-weight: normal;
}

.company_location_data,
.company_contact_data {
    margin-bottom: 23px;
}

.company_contact_data 

.ccd_label,
.ccd_value {
    float: left;
}

.ccd_label {
    margin-right: 8px;
}

.ccd_value a {
    color: #ededed;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
}

.ccd_value a:hover {
    color: #d9002b;
}

.hour_elem {
    float: left;
}

.hour_elem::before {
    content: '|';
    position: relative;
    top: -1px;
    margin: 0 8px;
}

.hour_elem:first-child::before {
    display: none;
}

/* Social networks */

#footer_social_networks {
    position: absolute;
    bottom: 1px;
    left: 26px;
}

.social_element {
    display: inline-block;
    vertical-align: top;
    margin-right: 11px;
}

.social_element::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 44px;
    color: #656565;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.social_element:hover::after {
    color: #d9002b;
}

.social_element[data-network="facebook"]::after {
    content: '\e923';
}

.social_element[data-network="twitter"]::after {
    content: '\e924';
}

.social_element[data-network="youtube"]::after {
    content: '\e925';
}

.social_element[data-network="linkedin"]::after {
    content: '\e926';
}

/* Lower footer */

#lower_footer {
    justify-content: space-between;
    height: 128px;
}

#swissnes {
    align-items: center;
    justify-content: flex-start;
}

#swissflag {
    width: 80%;
}

#copyright {
    align-items: center;
    justify-content: flex-end;
}

/*
 *
 * HOME
 *
 */

/* Header Slider */

#home_slider_wrapper {
    position: relative;
}

#home_slider {
    margin: 0;
    background-color: #353535;
}

#home_slider .slide {
    height: calc(100vh - 93px);
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
}

.slide_content {
    color: #fff;
    width: 100%;
    max-width: 600px;
    position: absolute;
    top: 30%;
    left: 0;
    padding: 124px 15px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.slide_suptitle {
    font-size: 6.2rem;
    font-family: 'SourceSansPro-Light';
    margin-bottom: -6px;
}

.slide_title {
    color: #fff;
    margin: 0;
    font-size: 6.2rem;
    text-transform: uppercase;
}

.slide_title + .slide_description {
    margin-top: 4px;
}

.slide_description {
    font-size: 2rem;
}

.slide_description p:last-child {
    margin-bottom: 0;
}

.slide .slide_container {
    height: 100%;
    position: relative;
    z-index: 3;
}

.slide_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 1;
    background-repeat: no-repeat;
}

#home_slider .slide_nav {
    width: 62px;
    height: 62px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    top: 50%;
    margin-top: -31px;
    cursor: pointer;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
    z-index: 2;
}

#home_slider .slide_nav:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    display: inline-block;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

#home_slider .slide_nav:hover {
    background-color: #fff;
}

#home_slider .slide_nav:hover:after {
    color: #d8002b;
}

#home_slider .slide_nav.slide_next {
    right: calc((((100% - 1400px) / 2) / 2) - 31px);
}

#home_slider .slide_nav.slide_next::after {
    content: '\e904';
}

#home_slider .slide_nav.slide_prev {
    left: calc((((100% - 1400px) / 2) / 2) - 31px);
}

#home_slider .slide_nav.slide_prev:after {
    content: '\e903';
}

.slide_circle {
    background-color: #d9002b;
    position: absolute;
    top: 4%;
    border-radius: 50%;
    z-index: 2;
    width: 130vh;
    height: 130vh;
	left: 0;
	transform: translate(-20%,-50%);
}

.slide_circle.blendIt {
    mix-blend-mode: multiply;
}

.slide_circle.noBlend,
.ie .slide_circle.blendIt,
.edge .slide_circle.blendIt {
    opacity: 0.7;
}

/* Slick dots */

#home_slider .slick-dots {
    position: absolute;
    bottom: 48px;
}

#home_slider .slick-dots li button {
    display: none;
}

#home_slider .slick-dots li {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    margin: 0px 12px;
    position: relative;
    -webkit-transition: border .25s, background-color .25s;
    -moz-transition: border .25s, background-color .25s;
    -ms-transition: border .25s, background-color .25s;
    -o-transition: border .25s, background-color .25s;
    transition: border .25s, background-color .25s;
}

#home_slider .slick-dots li::after {
    content: '';
    width: 24px;
    height: 2px;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    right: -1px;
    top: 50%;
    -webkit-transform: translate(100%, -1px);
    -moz-transform: translate(100%, -1px);
    -ms-transform: translate(100%, -1px);
    -o-transform: translate(100%, -1px);
    transform: translate(100%, -1px);
}

#home_slider .slick-dots li:last-child::after {
    display: none;
}

#home_slider .slick-dots li::before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .25s;
    -moz-transition: transform .25s;
    -ms-transition: transform .25s;
    -o-transition: transform .25s;
    transition: transform .25s;
}

#home_slider .slick-dots li:hover::before,
#home_slider .slick-dots li.slick-active::before {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}

#home_slider .slick-dots li:hover {
    background-color: #fff;
}

#home_slider .slick-dots li.slick-active {
    background-color: #fff;
}

/* Loader */

#slider-loading {

    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 8;
}

.loader,
.loader:before,
.loader:after {
    background: #d9002b;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}
.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}
.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader {
    color: #d9002b;
    text-indent: -9999em;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}
@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

#slider-loading span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*
 *
 * HOME SECTIONS
 *
 */

/* Text image section */

/* General ti styles */

.ti_section {
    padding: 140px 0 140px;
}

.ti_section[data-offset="true"] + .ti_section {
    padding: 174px 0 140px;
}

.ti_section[data-bgc="gray"] {
    background-color: #f7f7f7;
    border-top: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
}

.ti_section[data-bgc="white"] {
    background-color: #fff;
    background-image: url('images/static/logo_bg.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 47%;
}

.ti_image_container {
    width: calc(50% + 15px);
}

.ti_text_container {
    width: calc(50% - 15px);
    align-items: center;
}

.ti_section[data-direction="rl"] .ti_inner_wrapper {
    flex-direction: row-reverse;
    text-align: right;
}

.ti_section[data-direction="rl"] .ti_text_container {
    padding-right: calc((100% - 1400px) / 2 - 15px);
}

.ti_section[data-direction="rl"] .ti_text_inner {
    padding: 0 15px 0 100px;
}

.ti_section[data-direction="lr"] .ti_text_container {
    padding-left: calc((100% - 1400px) / 2 - 15px);
}

.ti_section[data-direction="lr"] .ti_text_inner {
    padding: 0 100px 0 15px;
}

.ti_inner_wrapper.container {
    width: 100%;
    padding: 0;
}

/*Content ti styles */

.ti_title_container {
    margin-top: 0;
    margin-bottom: 0.435em;
}

.ti_suptitle {
    font-size: 2.4rem;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    padding-left: 53px;
    line-height: 1.4em;
    margin-bottom: 1px;
}

.ti_suptitle::before {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #d9002b;
    position: absolute;
    left: 0;
    top: 15px;
}

.ti_title {
    text-align: left;
}

.ti_section[data-direction="rl"] .ti_suptitle,
.ti_section[data-direction="rl"] .ti_title {
    text-align: right;
}

.ti_section[data-direction="rl"] .ti_suptitle {
    padding-right: 53px;
}

.ti_section[data-direction="rl"] .ti_suptitle::before {
    left: auto;
    right: 0;
}

/* Offset ti styles */

.ti_section[data-offset="true"] {
    padding-bottom: 0;
    padding-top: 70px;
}

.ti_section[data-offset="true"] .ti_image_container {
    position: relative;
    top: 115px;
}

/*
COLOURED SECTIONS
*/
#functions_wrapper .functions_section_elem #fl_wrapper > section:first-child {
  margin-top: 0;
  padding-top: 0;
}
#page_container #fl_wrapper > section:first-child {
  margin-top: -93px;
}
#page_container #fl_wrapper > section:last-child {
  margin-bottom: -100px;
}
.red_section,
.white_section,
.grey_section {
    position: relative;
    padding: 55px 0 63px;
}
.red_section.with_img,
.white_section.with_img {
    background-color: #ffffff;
}
section .section_regular:nth-child(even) {
    background-color: transparent;
    border: none;
    background-image: none;
}
.red_section .pepper_title::before {
    color: white;
}
.red_section .red_section_content .button_arrow.white:hover {
    border: 1px solid white;
}

.red_section[data-type="white"] .pepper_title::after,
.red_section[data-type="red"] .pepper_title::after
{
    background-image: url('images/svg/title_line_white.svg');
}

.red_section[data-type="white"],
.red_section[data-type="red"]{
    border-top: 2px solid #eaeaea;
}

.red_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.red_section[data-type="white"] .red_background,
.red_section[data-type="red"] .red_background{
    opacity: 0.1;
}

.red_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(217,0,43,1);
    mix-blend-mode: multiply;
}

.red_section[data-type="white"] .red_overlay,
.red_section[data-type="red"] .red_overlay{
    background-color: rgba(217,0,43,1);
}

.ie .red_background,
.edge .red_background {
    opacity: 1;
}

.ie .red_overlay,
.edge .red_overlay {
    background-color: rgba(217,0,43,0.85);
    mix-blend-mode: normal;
}

.ie .red_section[data-type="white"] .red_overlay,
.edge .red_section[data-type="white"] .red_overlay,
.ie .red_section[data-type="red"] .red_overlay,
.edge .red_section[data-type="red"] .red_overlay {
    background-color: rgba(247,247,247,0.85);
    mix-blend-mode: normal;
}

.red_section_content {
    position: relative;
    z-index: 1;
}

.red_section[data-type="white"] .red_section_content *:not(.button):not(.button_arrow),
.red_section[data-type="red"] .red_section_content *:not(.button):not(.button_arrow){
    color: #fff;
}

.red_section_content *:first-child {
    margin-top: 0;
}

.red_section_content *:last-child {
    margin-bottom: 0;
}

/* Red section */

.red_section {
    position: relative;
    padding: 55px 0 63px;
}
.coloured_section .red_section_content .h1,
.coloured_section .red_section_content .h1::before,
.coloured_section .red_section_content p
{
    color: white;
}
.coloured_section .red_section_content .button_arrow.white:hover {
    border: 1px solid white;
}
.coloured_section[data-type="red"] .pepper_title::after {
    background-image: url('images/svg/title_line_white.svg');
}

.coloured_section[data-type="red"] {
    border-top: 2px solid #eaeaea;
}

.red_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.coloured_section[data-type="red"] .red_background {
    opacity: 0.1;
}

.coloured_section[data-type="red"] .red_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(217,0,43,1);
    mix-blend-mode: multiply;
}

.coloured_section[data-type="red"] .red_overlay {
    background-color: rgba(217,0,43,1);
}

.ie .red_background,
.edge .red_background {
    opacity: 1;
}

.ie .coloured_section[data-type="red"] .red_overlay,
.edge .coloured_section[data-type="red"] .red_overlay {
    background-color: rgba(217,0,43,0.85);
    mix-blend-mode: normal;
}

.ie .coloured_section[data-type="red"] .red_overlay,
.edge .coloured_section[data-type="red"] .red_overlay {
    background-color: rgba(217,0,43,0.85);
    mix-blend-mode: normal;
}

.red_section_content {
    position: relative;
    z-index: 1;
}

.coloured_section[data-type="red"] .red_section_content *:not(.button):not(.button_arrow) {
    color: #fff;
}

.red_section_content *:first-child {
    margin-top: 0;
}

.red_section_content *:last-child {
    margin-bottom: 0;
}

/* GREY SECTION */
.coloured_section {
    position: relative;
    padding: 55px 0 63px;
}

.coloured_section[data-type="grey"] {
    border-top: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
}

.grey_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.coloured_section[data-type="grey"] .grey_background {
    opacity: 0.1;
}

.grey_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247, 247, 247, 1);
    mix-blend-mode: multiply;
}

.coloured_section[data-type="grey"] .grey_overlay {
    background-color: rgba(247,247,247,1);
}

.ie .grey_background,
.edge .grey_background {
    opacity: 1;
}

.ie .grey_overlay,
.edge .grey_overlay {
    background-color: rgba(247, 247, 247, 0.85);
    mix-blend-mode: normal;
}

.ie .coloured_section[data-type="grey"] .grey_overlay,
.edge .coloured_section[data-type="grey"] .grey_overlay {
    background-color: rgba(247,247,247,0.85);
    mix-blend-mode: normal;
}

.coloured_section_content {
    position: relative;
    z-index: 1;
}

.coloured_section[data-type="grey"] .coloured_section_content *:not(.button):not(.button_arrow) {
    color: #232323;
}

.coloured_section_content *:first-child {
    margin-top: 0;
}

.coloured_section_content *:last-child {
    margin-bottom: 0;
}
/* White Section */
.coloured_section[data-type="white"] {
    /*border-top: 2px solid #eaeaea;*/
    /*border-bottom: 2px solid #eaeaea;*/
}

.white_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.coloured_section[data-type="white"] .white_background {
    opacity: 0.1;
}

.white_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    mix-blend-mode: multiply;
}

.coloured_section[data-type="white"] .white_overlay {
    background-color: white;
}

.ie .white_background,
.edge .white_background {
    opacity: 1;
}

.ie .white_overlay,
.edge .white_overlay {
    background-color: rgba(255, 255, 255, 0.85);
    mix-blend-mode: normal;
}

.ie .coloured_section[data-type="white"] .white_overlay,
.edge .coloured_section[data-type="white"] .white_overlay {
    background-color: rgba(255, 255, 255, 0.85);
    mix-blend-mode: normal;
}

.coloured_section_content {
    position: relative;
    z-index: 1;
}

.coloured_section[data-type="white"] .coloured_section_content *:not(.button):not(.button_arrow) {
    color: #232323;
}

.coloured_section_content *:first-child {
    margin-top: 0;
}

.coloured_section_content *:last-child {
    margin-bottom: 0;
}


/* USP section */

.usp_section {
    padding: 41px 0 104px;
}

.usp_container {
    margin-top: 36px;
}

.usp_box {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    padding: 30px;
    margin-top: 30px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.usp_box[href="javascript:void(0)"] {
    cursor: default;
}
.new_mark {
    font-family: 'SourceSansPro-SemiBold';
    font-weight: normal;
    position: absolute;
    top: 31px;
    right: -28px;
    background-color: #d9002b;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    width: 140px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: background-color .25s, color .25s;
    -moz-transition: background-color .25s, color .25s;
    -ms-transition: background-color .25s, color .25s;
    -o-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
}

.usp_icon {
    font-size: 90px;
    color: #d9002b;
}

.usp_title {
    margin: 0.875em 0 0.525em;
}

.usp_description {
    color: #232323;
    font-weight: normal;
    font-family: 'SourceSansPro-Regular';
}

.usp_icon,
.usp_title,
.usp_description {
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.usp_box:hover {
    background-color: #d9002b;
}

.usp_box:hover .new_mark {
    color: #d9002b;
    background-color: #fff;
}

.usp_box:hover .usp_icon,
.usp_box:hover .usp_title,
.usp_box:hover .usp_description {
    color: #fff;
}

/* News section */

.news_section {
    position: relative;
    padding: 41px 0 104px;
}

.news_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(247,247,247,0.94);
}

.news_section_content,
.news_container {
    position: relative;
    z-index: 1;
}

.news_container {
    margin: 63px -15px 0;
}

.news_container[data-count="1"] {
    justify-content: center;
}

.news_section_inner {
    padding: 0 15px;
    width: 50%;
}

.more_news_button_wrapper {
    margin-top: 52px;
    text-align: center;
}

/* Blog boxes */

.news_section .blog_box {
    background-color: #fff;
    margin-bottom: 0;
}

.blog_box {
    background-color: #f7f7f7;
    margin-bottom: 47px;
    display: block;
    position: relative;
    z-index: 1;
}

.blog_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.25);
    opacity: 0;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -ms-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
    z-index: -1;
}

.blog_box:hover::before {
    opacity: 1;
}

.blog_box.compact {
    margin-top: 30px;
}

.blog_box.compact:first-child {
    margin-top: 0;
}

.news_section .blog_box.full {
    height: 100%;
}

.bb_body {
    padding: 28px 34px 28px;
}

.compact .bb_body {
    padding: 24px 34px 21px;
}

.bb_title {
    margin: 0 0 0.655em;
}

.bb_description {
    color: #232323;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
}

.compact .bb_title {
    font-size: 2.2rem;
    margin: 0 0 0.455em;
}

.bb_date {
    color: #8b8b8b;
    position: relative;
    margin-top: 0.935em;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
}

.compact .bb_date {
    margin-top: 0.435em;
}

.bb_date::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e922';
    font-size: 15px;
    position: relative;
    margin-right: 8px;
}
#blog_image + #blog_content #fl_wrapper section {
    padding-top: 0;
    margin-top: 0;
}

/* Partner section */

.partner_slider {
    padding: 97px 0 93px;
}

.partner_box {
    height: 60px;
    position: relative;
}

.partner_logo {
    max-width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: auto;
}

.slide_nav {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    cursor: pointer;
}

.slide_nav::after {
    content: '';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 66px;
    color: #d6d6d6;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.slide_prev {
    left: -140px;
}

.slide_prev::after {
    content: '\e909';
}

.slide_next {
    right: -140px;
}

.slide_next::after {
    content: '\e908';
}

.slide_nav:hover::after {
    color: #d9002b;
}

/* Page header */

#page_header {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
	background-position: center;
}

#page_header .container {
    position: relative;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
}

#page_header_title,
.page_header_title {
    color: #fff;
    margin: 0;
    font-size: 6.2rem;
    text-transform: uppercase;
}

#page_header_circle {
    background-color: #d9002b;
    position: absolute;
    top: -25vh;
    border-radius: 50%;
    z-index: 1;
    width: 180vh;
    height: 180vh;
    left: -37vh;
    mix-blend-mode: multiply;
}

.ie #page_header_circle,
.edge #page_header_circle {
    mix-blend-mode: normal;
    opacity: 0.7;
}

/*
 *
 * BLOG
 *
 */

.blog_tool_container {
    margin-bottom: 40px;
}

.blog_container_elem {
    padding: 0 15px;
}

.blog_content {
    width: 66.66%;
}

.blog_tools {
    width: 33.33%;
}

.blog_content .bb_body {
    border: 1px solid #eaeaea;
}

/* Blog Search */

.blog_search {
    background-color: #f6f6f6;
    padding: 13px 22px 22px;
}

.search_title {
    color: #cd1432;
    font-size: 2.2rem;
    text-transform: uppercase;
    font-family: 'SourceSansPro-SemiBold';
    font-weight: normal;
    margin-bottom: 13px;
}

.blog_search_form {
    position: relative;
}

.blog-s {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 13px 49px 13px 13px;
    box-sizing: border-box !important;
}

.blog-s-submit {
    width: 51px;
    height: 100%;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: none;
    border: none;
}

/* Blog categories */

.blog_tool_title {
    margin: 0;
    color: #d9002b;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 11px;
}

.blog_tool_title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #d9002b;
}

.blog_categories_list {
    margin: 0;
    padding: 0;
}

.blog_category {
    padding: 17px 0;
    margin: 0;
    border-bottom: 1px solid #d0d0d0;
}

.blog_category::before {
    display: none;
}

.blog_category > a {
    text-transform: uppercase;
    color: #232323;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
    display: block;
    position: relative;
}

.blog_category a::after {
    content: '';
    content: '\e904';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 12px;
    font-size: 11px;
    top: 7px;
}

.blog_category a:hover,
.blog_category a.active {
    color: #d9002b;
}

/* Blog tag cloud */

.blog_tags_wrapper {
    margin-right: -7px;
    margin-top: 39px;
}

.blog_tag {
    font-size: 1.6rem;
    display: inline-block;
    background-color: #e7e7e7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000000;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
    padding: 6px 14px;
    margin-bottom: 12px;
    margin-right: 7px;
    -webkit-transition: background-color .25s, color .25s;
    -moz-transition: background-color .25s, color .25s;
    -ms-transition: background-color .25s, color .25s;
    -o-transition: background-color .25s, color .25s;
    transition: background-color .25s, color .25s;
}

.blog_tag:hover,
.blog_tag.active {
    color: #fff;
    background-color: #d9002b;;
}

/* Blog recent */

.blog_recent {
    border-bottom: 1px solid #d0d0d0;
    padding: 14px 0 19px;
}

.blog_recent:first-child {
    padding: 18px 0 19px;
}

.br_left {
    width: 95px;
    margin-top: 5px;
}

.br_left img {
    width: 100%;
    height: auto;
}

.br_right {
    width: calc(100% - 95px);
    padding-left: 23px;
    flex-direction: column;
    justify-content: space-between;
}

.br_recent_title {
    font-size: 2rem;
    margin: 0;
    line-height: 1.05em;
    text-transform: uppercase;
}

.br_date {
    color: #8b8b8b;
    position: relative;
    margin-top: 0.535em;
    bottom: -4px;
}

.br_date::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e922';
    font-size: 15px;
    position: relative;
    margin-right: 8px;
}

.blog_mobile_search {
    margin-bottom: 40px;
}

.blog_mobile_pannel {
    display: none;
}

/* Category accordion */

.blog_categories_accordion  {
    margin-bottom: 40px;
}

.blog_accordion_title.aeh_title {
    font-size: 3.2rem;
    font-family: 'SourceSansPro-SemiBold';
    font-weight: normal;
    line-height: 1.125em;
}

.blog_categories_accordion .blog_category:last-child {
    border-bottom: none;
}

/* Pagination links */

#pagination-links {
    text-align: center;
    border-top: 3px solid #e3e3e3;
    padding-top: 40px;
}

.page-numbers {
    border: 1px solid #bdbfc0;
    width: 30px;
    height: 30px;
    display: inline-block;
    color: #bdbfc0;
    background-color: #fff;
    padding-top: 1px;
    -webkit-transition: background-color .25s, color .25s, border .25s;
    -moz-transition: background-color .25s, color .25s, border .25s;
    -ms-transition: background-color .25s, color .25s, border .25s;
    -o-transition: background-color .25s, color .25s, border .25s;
    transition: background-color .25s, color .25s, border .25s;
    margin-right: 9px;
}

.page-numbers:last-child {
    margin-right: 0;
}

.page-numbers:hover,
.page-numbers.current {
    background-color: #d9002b;
    color: #fff;
    border: 1px solid #d9002b;
}

.page-numbers.next > span,
.page-numbers.prev > span {
    font-size: 10px;
    position: relative;
}

.page-numbers.next > span {
    top: -1px;
    right: -1px;
}

.page-numbers.prev > span {
    top: -1px;
    left: -1px;
}

/* Blog single */

#blog_content {
    margin: 0 -15px;
}

#blog_content .container {
    width: 100% !important;
}

#blog_content .section.section_full {
    padding: 0 15px;
}

#blog_single_title {
    text-align: left;
    margin: -11px 0 23px;
}

#blog_single_date {
    color: #8b8b8b;
    position: relative;
    margin-bottom: 32px;
}

#blog_single_date::before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e922';
    font-size: 15px;
    position: relative;
    margin-right: 8px;
}

#blog_image {
    margin-bottom: 47px;
}

/* Blog related posts */

#blog_related_posts {
    margin-top: 41px;
}

.blog_related_list {
    margin-top: 19px;
}

#blog_related_posts .blog_box {
    margin-bottom: 0;
}

#blog_related_posts .blog_box {
    margin-top: 30px;
}

/*
 *
 * Accordian
 *
 */

 .accordian_elem {
    position: relative;
    border-bottom: 3px solid #e3e3e3;
}

.aeh_icon {
    font-size: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 0;
    color: #989898;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform .25s, color .25s;
    -moz-transition: transform .25s, color .25s;
    -ms-transition: transform .25s, color .25s;
    -o-transition: transform .25s, color .25s;
    transition: transform .25s, color .25s;
}

.accactive .aeh_icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.aeh_title {
    font-family: 'SourceSansPro-SemiBold';
    font-weight: normal;
    padding: 23px 35px 23px 0;
    position: relative;
    font-size: 2.6rem;
    color: #d9002b;
}

.ae_header {
    cursor: pointer;
    position: relative;
}

.ae_body {
    display: none;
}

/*
 *
 * Kontakt
 *
 */

.kontakt_subtitles {
    margin: 0;
}

.contactinformation .company_name {
    color: #d9002b;
    font-size: 2rem;
}

.contactinformation .ccd_elem  {
    margin-bottom: 23px;
}

.contactinformation .ccd_label {
    width: 86px;
}

.contactinformation .ccd_value a {
    color: #232323;
}

.contactinformation .ccd_value a:hover {
    color: #d9002b;
}

.contactinformation .hour_elem {
    float: none;
}

.contactinformation .hour_elem::before {
    display: none;
}

#contact_social_networks {
    margin-top: 14px;
}

#contact_social_networks a {
    margin-right: 16px;
}

#contact_social_networks a::after {
    color: #bbbbbb;
}

#contact_social_networks a:hover::after {
    color: #d9002b;
}

#contact_form {
    margin-top: -9px;
}

#contact_form > .row {
    margin: 0 -8px;
}

#contact_form > .row > div {
    padding: 0 8px;
}

#contact_form .form_field {
    margin-top: 16px;
}

#contact_form textarea {
    height: 133px;
}

#submit_contact {
    width: 145px;
}

.acf-map {
    margin-top: 85px;
    height: 530px;
    position: relative;
}

#contact_form .googlecaptcha_wrapper {

    right: 0;
    -webkit-transform: translate(0%,-150%);
    -moz-transform: translate(0%,-150%);
    -ms-transform: translate(0%,-150%);
    -o-transform: translate(0%,-150%);
    transform: translate(0%,-150%);
}

#contact_form .googlecaptcha_wrapper:after {
    left: 77%;
}

/*
 *
 * Regular content
 *
 */

/* Gallery */

.content_gallery__wrap {
    padding-top: 16px;
}

.content_gallery {
    margin: 0 -15px 30px;
    position: relative;
}

.content_gallery[data-section="full"] {
    margin: 0 0 30px;
}

.content_gallery[data-section="full"].general_slider {
    margin: 0 0 30px;
    padding: 0 70px;
}

.content_gallery[data-section="full"][data-amount="1"].general_slider {
    margin: 0 0 30px;
    padding: 0;
}

.content_gallery .content_gallery__single {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}

.content_gallery.general_slider .content_gallery__single {
    margin-top: 0;
}

.content_gallery[data-amount="2"] .content_gallery__single {
    width: 50%;
    float: left;
}

.content_gallery[data-amount="3"] .content_gallery__single {
    width: 33.333%;
    float: left;
}

.content_gallery__single a {
    position: relative;
    background-color: #353535;
    display: inline-block;
    color: transparent;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.content_gallery__single a:hover {
    color: #fff;
}

.content_gallery__single a:after {
    content: "\e905";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 69px;
}

.content_gallery__single img {
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    -webkit-transition: opacity .25s;
    -moz-transition: opacity .25s;
    -ms-transition: opacity .25s;
    -o-transition: opacity .25s;
    transition: opacity .25s;
}

.content_gallery__single a:hover img {
    opacity: 0.5;
}



/* General slider */
.general_slider li::before,
.general_slider button::before {
    display: none;
}

.general_slider .slick-dots {
    bottom: 0;
}

.general_slider .slick-dots li {
    width: 70px;
    height: 7px;
    background-color: #bdbdbd;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
    margin: 0 7px;
}

.general_slider .slick-dots li button {
    display: none;
}

.general_slider .slick-dots li.slick-active,
.general_slider .slick-dots li:hover {
    background-color: #d9002b;
}

.general_slider.slick-dotted.slick-slider {
    padding-bottom: 52px !important;
    margin-bottom: 83px;
}

.general_slider[data-amount="1"] .content_gallery__img {
    border: 2px solid #f0f0f0;
}

.general_nav {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    cursor: pointer;
    z-index: 2;
}

.general_nav::after {
    content: '';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 66px;
    color: #d6d6d6;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.general_prev {
    left: -140px;
}

.content_gallery[data-section="full"] .general_prev {
    left: 0 !important;
}

.general_prev::after {
    content: '\e909';
}

.general_next {
    right: -140px;
}

.content_gallery[data-section="full"] .general_next {
    right: 0 !important;
}

.general_next::after {
    content: '\e908';
}

.general_nav:hover::after {
    color: #d9002b;
}

/* Boxes */

.fc_box_container {
    margin:  0 -15px 1.35em;
}

.fc_box {
    padding: 0 15px;
}

.fc_box__inner {
    background-color: #f7f7f7;
}

.fc_box__header img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.fc_box__body {
    border: 1px solid #eaeaea;
    padding: 28px 34px 28px;
}

.fc_box__title > h4 {
    margin: 0 0 0.655em;
}

/* Video */

.section + .youtube_container {
    margin: 51px 0 69px;
}

.youtube_container {
    margin: 6px 0 1.35em;
}

/*
 *
 * FAQ
 *
 */

.accordion_block {
    margin-bottom: 69px;
}

.accordion_block:last-child {
    margin-bottom: 0;
}

.ab_title {
    margin: 0;
}

.ab_container {
    margin-top: 6px;
}

.faq_accordions,
.faq_quicklinks {
    padding: 0 15px;
}

.faq_accordions {
    flex: 1 1 66%;
}
#faq_container {
  width: 100%;
}
.faq_quicklinks {
    width: 33.33%;
}

.fq_tool_title {
    margin: 0;
    color: #d9002b;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 11px;
}

.fq_tool_title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #d9002b;
}

.fq_link {
    padding: 17px 0;
    margin: 0;
    border-bottom: 1px solid #d0d0d0;
}

.fq_link::before {
    display: none;
}

.fq_link > a {
    text-transform: uppercase;
    color: #232323;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
    display: block;
    position: relative;
}

.fq_link > a:hover {
    color: #d9002b;
}

.fq_link a::after {
    content: '';
    content: '\e904';
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 12px;
    font-size: 11px;
    top: 7px;
}

/* FAQ accordion */
.faq_title {
    color: #232323;
    font-size: 2.4rem;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
    padding: 15px 35px 15px 0;
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
}

.accactive .faq_title,
.faq_title:hover {
    color: #d9002b;
}

.accactive .faq_title + .aeh_icon {
    color: #d9002b;
}

.faq_accordion {
    border-bottom: none;
}

.faq_accordion .ae_header {
    border-bottom: 2px solid #e3e3e3;
}

.faq_accordion .ae_header::after {
    content: '';
    height: 2px;
    width: 0;
    background-color: #cd1432;
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transition: width .25s;
    -moz-transition: width .25s;
    -ms-transition: width .25s;
    -o-transition: width .25s;
    transition: width .25s;
}

.faq_accordion .ae_header.accactive::after {
    width: 150px;
}

.faq_accordion .ae_content_container {
    padding: 34px 0 19px;
}

.faq_accordion .ae_content_container > *:last-child {
    margin-bottom: 0;
}


/*
 *
 * Page list template
 *
 */

.sub_page_block_inner {
    margin: 0 -15px;
}

.sub_page_content,
.sub_page_image {
    width: 50%;
    padding: 0 15px;
}

.sub_page_block_inner[data-image='false'] .sub_page_content {
    width: 100%;
}

.sub_page_content > *:last-child {
    margin-bottom: 0;
}

.sub_page_block {
    padding: 105px 0 111px;
}

.sub_page_block:first-child {
    padding-top: 0;
}

.sub_page_block:nth-child(even) {
    background-color: #f9f9f9;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.sub_page_block:nth-child(even) .sub_page_block_inner {
    flex-direction: row-reverse;
}

.sub_page_image {
    margin-top: 6px;
}

.sub_page_image > img {
    border: 2px solid #f0f0f0;
}

/*
 *
 * Inline nav
 *
 */


.inline_nav_container {
    text-align: center;
    border-bottom: 2px solid #d8d8d8;
    position: relative;
    z-index: 1;
}

.inline_nav_row {
    margin: 0 -36px;
}

.inline_nav_wrapper {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 36px;
}

.inline_nav_elem {
    padding-bottom: 18px;
    display: block;
    color: #232323;
    font-family: 'SourceSansPro-SemiBold';
    font-weight: normal;
    cursor: pointer;
    position: relative;
    -webkit-transition: color .25s;
    -moz-transition: color .25s;
    -ms-transition: color .25s;
    -o-transition: color .25s;
    transition: color .25s;
}

.inline_nav_elem::after {
    content: '';
    height: 3px;
    width: 0;
    background-color: #d9002b;
    position: absolute;
    bottom: -2px;
    left: 50%;
    -webkit-transition: width .25s, left .25s;
    -moz-transition: width .25s, left .25s;
    -ms-transition: width .25s, left .25s;
    -o-transition: width .25s, left .25s;
    transition: width .25s, left .25s;
}

.inline_nav_elem:hover,
.inline_nav_elem.active {
    color: #d9002b;
}

.inline_nav_elem:hover::after,
.inline_nav_elem.active::after {
    width: 100%;
    left: 0;
}

.inline_nav_dropdown_container {
    display: none;
    z-index: 1;
}

#page_inline_nav {
    margin-top: -52px;
    margin-bottom: 45px;
}

#page_inline_nav .inline_nav_wrapper {
    text-transform: none;
    margin: 0 21px;
    font-size: 2rem;
}

#page_inline_nav .inline_nav_elem {
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
}

#page_inline_nav .inline_nav_elem::after {
    height: 2px;
}



/*
 *
 * References template
 *
 */

#references_wrapper {
    margin-top: 68px;
}

#references_container {
    margin-top: -23px;
}

/* Referenc box */

.reference_box {
    text-align: center;
    margin-top: 109px;
}

.rb_body {
    margin-top: 38px;
}

.reference_preview_image_container {
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    display: block;
    max-width: 406px;
    margin: 0 auto;
}

.reference_preview_image_container > * {
    pointer-events: none;
}

.reference_preview_image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(10,19,34,0.6);
    z-index: 1;
    color: #fff;
    justify-content: center;
    align-items: center;
    -webkit-transition: background-color .25s;
    -moz-transition: background-color .25s;
    -ms-transition: background-color .25s;
    -o-transition: background-color .25s;
    transition: background-color .25s;
}

.reference_preview_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
}

.reference_preview_image_container:hover .reference_preview_image_overlay {
    background-color: rgba(205,20,50,0.8);
}

.reference_name {
    color: #fff;
    margin: 0;
}

.reference_url {
    text-transform: uppercase;
    font-size: 1.6rem;
    margin-top: 5px;
}

.rb_description {
    margin-bottom: 23px;
    padding: 0 15px;
}

/*
 *
 * Jobs
 *
 */

.jobs_container {
    margin-top: 86px;
}

.job_category_title {
    margin: 0.625em 0;
}

.job_block {
    border-bottom: 3px solid #e3e3e3;
    padding-bottom: 50px;
    margin-bottom: 44px;
}

.job {
    padding: 11px 11px 11px 33px;
    flex-wrap: wrap;
}

.job:nth-child(odd) {
    background-color: #f2f6f9;
}

.job_elems {
    align-items: center;
    margin-bottom: 0;
}

.job_data {
    width: 85%;
}

.job_link {
    width: 15%;
}

.job_link > a {
    width: 100%;
}

.job_name {
    width: 50%;
}

.job_position,
.job_type {
    width: 25%;
}

/*
 *
 * Story
 *
 */

#story_accordion_wrapper {
    margin-top: 28px;
}

.story_accordian {
    border-bottom: 3px solid #e3e3e3;
    padding-bottom: 43px;
    padding-top: 25px;
}

.saeh_title {
    font-size: 2.8rem;
    color: #d9002b;
    padding-right: 35px;
    margin-bottom: 14px;
    position: relative;
}

.saeh_icon {
    font-size: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 0;
    color: #db0f37;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform .25s, color .25s;
    -moz-transition: transform .25s, color .25s;
    -ms-transition: transform .25s, color .25s;
    -o-transition: transform .25s, color .25s;
    transition: transform .25s, color .25s;
    cursor: pointer;
}

.accactive .saeh_icon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #58585a;
}

.sae_body {
    display: none;
}

.saeh_more {
    display: inline-block;
    margin-top: 23px;
    pointer-events: auto;
}

.accactive .saeh_more {
    pointer-events: none;
}

.sae_content_container > *:last-child {
    margin-bottom: 0;
}

/*
 * Image set
 */

 .imageset_container {
    margin: 2.8em -15px;
}

.imgset_elem {
    padding: 0 15px;
}

.imgset_elem:empty {
    display: none;
}

.img-imageset {
    max-width: 100%;
    width: 100%;
    height: auto;
    border: 2px solid #f0f0f0;
}

/*
 * People
 */

.people_wrapper {
    margin-top: -54px;
}

.people_box {
    margin-top: 91px;
}

.pb_head {
    max-width: 305px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #d8d8d8;
}

.people_preview_image {
    background-position: center;
	background-size: cover;
    background-repeat: no-repeat;
}

.pb_body {
    text-align: center;
    margin-top: 57px;
}

.people_name {
    margin: 0;
}

.pople_position {
    font-size: 2.2rem;
}

/* Module Shortcode */
.flex_module_wrapper {
    display: flex;
    align-items: flex-end;
	justify-content: flex-start;
    text-align: left;
	flex-wrap: wrap;
  	max-width: 100%;
	width: max(500px,50%);
}

.modul-erwerben .flex_module_wrapper a,
.modul-erwerben .flex_module_wrapper > h4 {
	width: 100%;
}
.modul-erwerben .flex_module_wrapper > h4 {
  font-size: 2.3rem;
}
.modul-erwerben .flex_module_wrapper .module_sc_column:not(:last-child) {
	margin-right: 10px;
}
.modul-erwerben .flex_module_wrapper .module_sc_column:nth-child(4) {
	max-width: 100%;
}
.modul-erwerben .flex_module_wrapper .module_sc_column {
	width: calc(100% - 10px);
	max-width: calc(50% - 10px);
}
.modul-erwerben .flex_module_wrapper .module_sc_column hr {
	display: none;
    margin: 10px 0;
	border-width: 2px;
}
.modul-erwerben .flex_module_wrapper .module_sc_column:nth-child(4) hr {
	display: block;
}
.modul-erwerben .flex_module_wrapper a {
	padding: 10px 5px;
}
.modul-erwerben .flex_module_wrapper.red {
	background-color: #d9002b;
}


/* Package shortcode */
.package_container {
    margin-top: 67px;
}

.package_box {
    margin-top: 70px;
}

.package_image {
    margin: 0 auto 44px;
    max-width: 442px;
}

.package_title {
    margin: 0 0 31px 0;
    text-align: center;
}
.geeignet_fur {
    text-align: center;
    margin-top: -20px;
    font-family: 'SourceSansPro-SemiBold';
}

.package_price_wrapper {
    text-align: center;
}

.package_price_wrapper.gray {
    background-color: #dfe6eb;
}

.package_price_wrapper.red {
    background-color: #cd1432;
    color: #fff;
}

.package_option {
    align-items: center;
    padding: 10px 28px;
}

.package_option:nth-child(odd) {
    background-color: #f2f6f9;
}

.package_option.dummy_option {
    background-color: transparent;
    display: none;
}

.pcro-label {
    margin-bottom: 13px;
}

.package_price_prefix {
    margin: 0 12px 0 0;
}

.package_price {
    font-size: 7.2rem;
    font-family: 'SourceSansPro-SemiBold';
    font-weight: normal;
    line-height: 1em;
    position: relative;
    top: -2px;
}

.package_price_wrapper {
    justify-content: center;
    align-items: center;
    height: 91px;
}

.option_availability .icon-check {
    color: #d9002b;
    font-size: 1.6rem;
}

.option_availability .icon-x {
    color: #adb0b3;
    font-size: 1.6rem;
}
.option_availability .icon-radio-unchecked {
    color: #d9002b;
    font-size: 1.6rem;
}

.option_availability {
    margin-right: 12px;
}

.package_button {
    text-align: center;
    margin-top: 37px;
}

.package_bottom_link {
    text-align: center;
    margin-top: 20px;
}

.package_bottom_link a {
    text-decoration: underline;
}

.package_container[data-packages="1"] .package_box_wrapper {
    margin: 0 auto;
    float: none;
}

/* Package currency selector */
.package_currency {
    justify-content: center;
}

.package_currency_selector {
    background-color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 100px;
}

/* All functions template */

#functions_wrapper {
    margin: 0 -15px;
}

.functions_section_elem {
    padding: 0 15px;
}

.categories_section {
    width: 300px;
    z-index: 1;
}

.posts_section {
    width: calc(100% - 300px);
}

.posts_section #fl_wrapper {
    margin: 0 -15px;
}

.posts_section #fl_wrapper .container {
    width: 100%;
}

.single-cpt-functions .functions_categories {
    margin-top: 15px;
}

.functions_categories {
    border-left: 1px solid #d0d0d0;
    position: absolute;
}

.functions_category {
    padding: 10px 0 10px 26px;
    text-transform: uppercase;
    margin-bottom: 7px;
    position: relative;
}

.functions_category a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -2px;
    width: 3px;
    height: 0;
    background-color: #d9002b;
    -webkit-transition: height .25s, top .25s;
    -moz-transition: height .25s, top .25s;
    -ms-transition: height .25s, top .25s;
    -o-transition: height .25s, top .25s;
    transition: height .25s, top .25s;
}

.functions_category a {
    font-family: 'SourceSansPro-Regular';
    font-weight: normal;
    color: #232323;
}

.functions_category a:hover,
.functions_category a.active {
    color: #d9002b;
}

.functions_category a:hover::before,
.functions_category a.active::before {
    top: 0;
    height: 100%;
}
.functions_subcategory {
    font-size: 15px;
    margin: 5px 0 0 13px;
}
.functions_subcategory_single {
    padding: 3px 0;
}
.functions_subcategory_single.active a {
    color: #d9002b;
}

.function_block {
    border-bottom: 2px solid #d0d0d0;
    overflow: hidden;
    padding:  60px 0;
}

.function_block:first-child {
    padding-top: 0;
}

.function_block:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.function_block_inner {
    margin: 0 -15px;
}

.function_block:nth-child(even) .function_block_inner {
    flex-direction: row-reverse;
}

.function_content,
.function_image {
    width: 50%;
    padding: 0 15px;
}
.function_image {
    text-align: center;
}

.function_title {
    margin-top: 0;
    margin-bottom: 0.725em;
}

.function_image img {
    margin-top: 5px;
    /*border: 2px solid #f0f0f0;*/
}

.function_image img[src$=".svg"] {
    width: 100% !important;
}
.function_image img[alt$="-icon"] {
    width: 50% !important;
}

.function_button {
    margin-top: 44px;
}

.function_category_title {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0.4em;
}

.function_category_title + .function_title {
    color: #232323;
    font-size: 2.4rem;
}

.functions_nav_dropdown {
    display: none;
}

/*
 *
 * Template onlineshop
 *
 */

#block_wrapper {
    margin-top: 48px;
}

.online_block_container {
    margin: 0 -15px;
    padding: 99px 0;
}

.online_block_wrapper:first-child .online_block_container {
    padding-top: 0;
}

.online_block_content_container,
.online_block_image_container {
    width: 50%;
    padding: 0 15px;
}
.online_block_image_container {
	width: 60%;
}
.online_block_yt_container iframe {
    max-width: 100% !important;
    width: 100% !important;
}
.online_block_wrapper:nth-child(even) {
    background-color: #f7f7f7;
    border-top: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea;
}

.online_block_wrapper:nth-child(even) .online_block_container {
    flex-direction: row-reverse;
}

.online_block_image_container img {
    margin-top: 4px;
	border: 0;
	border-radius: 6px;
}

.online_block_title {
    text-align: left;
    margin: 0;
    margin-bottom: 0.435em;
}

.online_block_bottom {
    margin-bottom: 76px;
}


/*
 * SEARCH
 */

.search_header {
    margin-bottom: 19px;
}

.search_group_title {
    color: #fff;
    background-color: #da291c;
    padding: 15px;
    margin: 37px 0 0;
}

.search_group_title > h3 {
    margin: 0;
    color: #fff;
}

.search_section_title {
    margin-top: 0;
    color: #231f20;
}

.search_result_elem {
    margin-bottom: 18px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 18px;
}

.search_result_elem:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.search_section {
    padding: 37px 0 20px;
}

.search_section:last-child {
    padding-bottom: 0;
}

.search_result {
    padding: 10px 0;
}

.search_title {
    margin-bottom: 0.7em;
}

.search_excerpt {
    margin-bottom: 19px;
}


/*
 *
 * MEDIA QUERY
 *
 */

@media (min-width: 1460px) {
    .container {
        width: 1430px;
    }
}

@media (max-width: 1700px) {
    /* Partner slider */
    .slide_next {
        right: -66px;
    }

    .slide_prev {
        left: -66px;
    }

    /* General slider */
    .general_next {
        right: -66px;
    }

    .general_prev {
        left: -66px;
    }
}

@media (max-width: 1560px) {

    /* Home slider */

    #home_slider .slide_nav {
        display: none !important;
    }

    /* Text image section */
    .ti_section[data-offset="true"] .ti_image_container {
        position: relative;
        top: 80px;
    }

    /* Partner slider */

    .partner_slider {
        padding: 97px 66px 93px;
    }

    .slide_next {
        right: 0;
    }

    .slide_prev {
        left: 0;
    }

    /* General slider */

    .general_slider[data-amount="2"].arrows-visible,
    .general_slider[data-amount="3"].arrows-visible {
        padding: 0 70px;
    }

    .general_next {
        right: 0;
    }

    .general_prev {
        left: 0;
    }

    /* Jobs template */
    .job_data {
        width: 80%;
    }
    
    .job_link {
        width: 20%;
    }
}

@media (max-width: 1460px) {
    .logo_container {
        width: 200px;
        margin-top: 5px;
    }
    .menu_container {
        width: calc(100% - 200px);
    }
}

@media (max-width: 1200px) {
    .lang_switcher_container {
        margin-top: 7px;
    }
    /* Define font sizes on phone */
    body {
        font-size: 1.7rem;
    }

    h1, .h1 {
        font-size: 4.7rem;
    }

    h2, .h2,
    h3, .h3 {
        font-size: 2.9rem;
    }

    h4, .h4 {
        font-size: 2.5rem;
    }

    #page_header_title {
        font-size: 5.1rem;
    }

    .ts20 {
        font-size: 1.9rem;
    }

    .ts24 {
        font-size: 2.2rem;
    }

    hr {
        margin: 46px 0 43px;
    }

    blockquote {
        font-size: 2.1rem;
        margin: 1.591em 0 1.682em 1.273em;
    }

    /* General */

    body {
        padding-top: 0;
    }

    /* Header */

    header {
        padding: 12px 0;
        position: relative;
    }

    .burger_wrapper {
        margin: 12px 0 10px;
    }

    .logo_container {
        width: 240px;
    }

    .menu_container {
        width: calc(100% - 240px);
    }

    .menu_container_inner {
        margin-top: 0;
    }

    #burger {
        display: block;
    }

    .mci_elem:not(.burger_wrapper) {
        display: none;
    }

    .nice-select {
        font-size: 17px;
    }

    /* Footer */

    #upper_footer_inner {
        flex-direction: column;
    }

    .boxes_container,
    .contact_container {
        width: 100%;
    }

    .contact_container {
        margin-bottom: 17px;
    }

    .footer_box_contact_data {
        flex-direction: row;
        justify-content: space-between;
    }

    .company_contact_data,
    .company_working_data {
        margin-top: 24px;
    }

    #footer_social_networks {
        position: relative;
    }

    /* Home slider */

    .slide_suptitle,
    .slide_title {
        font-size: 4.7rem;
    }

    .slide_description {
        font-size: 1.9rem;
    }

    /* Text image section */
    .ti_inner_wrapper,
    .ti_section[data-direction="rl"] .ti_inner_wrapper {
        flex-direction: column;
    }

    .ti_image_container {
        width: 100%;
    }

    .ti_text_container,
    .ti_section[data-direction="rl"] .ti_text_container {
        padding: 0;
        width: 100%;
    }

    .ti_section[data-direction="lr"] .ti_text_inner,
    .ti_section[data-direction="rl"] .ti_text_inner {
        padding: 0;
    }

    .ti_section[data-offset="true"] .ti_image_container {
        position: relative;
        top: 80px;
        margin-top: -60px;
    }

    .ti_section[data-offset="false"] .ti_image_container {
        margin-top: 21px;
    }

    .ti_inner_wrapper {
        width: 970px;
        padding: 0 15px;
        margin: 0 auto;
    }

    .ti_suptitle {
        font-size: 2.2rem;;
    }

    /* News section */
    .news_container {
        flex-direction: column;
    }

    .news_section_inner {
        width: 100%;
    }

    .blog_box.compact:first-child {
        margin-top: 30px;
    }

    /* Page header */

    #page_header {
        height: 300px;
    }

    #page_header_circle {
        left: -90vh;
    }

    /* Blog page */
    .blog_accordion_title.aeh_title {
        font-size: 2.9rem;
    }

    /* Regular page */
    .content_gallery[data-amount="3"] .content_gallery__single {
        width: 50%;
        float: left;
    }

    .section + .youtube_container {
        margin: 51px 0 69px;
    }

    /* Inline nav */
    .inline_nav_dropdown_container {
        display: block;
    }

    .inline_nav_container {
        display: none;
    }

    /* Jobs template */

    .job {
        padding: 11px;
    }

    .job_data {
        width: 75%;
    }
    
    .job_link {
        width: 25%;
    }

    .job_data {
        flex-direction: column;
    }

    .job_data > .job_elems {
        width: 100%;
    }

    .job_name {
        font-family: 'SourceSansPro-SemiBold';
        font-weight: normal;
    }

    /* Packages shortcode */
    .package_container.more.odd .package_box_wrapper:last-child {
        width: 100%;
    }

    /* All functions template */

    .function_block_inner {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .function_content, .function_image {
        width: 100%;
    }

    .function_image {
        margin-top: 44px;
    }

}

@media (max-width: 992px) {
    .posts_section {
        width: 100%;
        text-align: left;
        max-width: 100%;
    }
    .flex.breadcrumps_wrapper_flex {
        flex-direction: column;
        margin-bottom: 15px;
    }
    .flex.breadcrumps_wrapper_flex .categories_section {
        display: none;
    }
    /* Text image section */
    .ti_inner_wrapper {
        width: 750px;
    }

    /* Blog page */

    #blog_container {
        flex-direction: column;
    }

    .blog_container_elem {
        width: 100%;
        margin-bottom: 40px;
    }

    .blog_tools {
        margin-bottom: 0;
    }

    #blog_image {
        margin-bottom: 33px;
    }

    .blog_search_container,
    .blog_category_container  {
        display: none;
    }

    .blog_mobile_pannel {
        display: block;
    }

    .blog_tags_container {
        margin-bottom: 0;
    }

    /* Contact page */
    .contact_left {
        margin-bottom: 35px;
    }

    .company_location_data,
    .company_contact_data {
        float: none;
        width: 33.33%;
    }

    .contactinformation .ccd_elem {
        margin-bottom: 1px;
    }

    .company_contact_data,
    .company_working_data {
        margin-top: 3px;
    }

    .hour_elem::before {
        display: none;
    }

    #contact_social_networks {
        text-align: center;
    }

    /* FAQ page */
    #faq_container.flex {
        flex-direction: column;
        width: 100%;
    }

    .faq_accordions,
    .faq_quicklinks {
        width: 100%;
    }

    .accordion_block:last-child {
        margin-bottom: 69px;
    }

    .faq_title {
        font-size: 2rem;
    }

    /* Page list template */
    .sub_page_block_inner,
    .sub_page_block:nth-child(even) .sub_page_block_inner {
        flex-direction: column;
    }

    .sub_page_content,
    .sub_page_image {
        width: 100%;
    }

    .sub_page_block {
        padding: 68px 0 51px;
    }

    .sub_page_content > *:last-child {
        margin: 0 0 1.35em;
    }

    .sub_page_image  img {
        margin: 0 0 1.35em;
    }

    /* Jobs template */
    .job_data {
        width: 70%;
    }
    
    .job_link {
        width: 30%;
    }

    /* All functions template */
    #functions_wrapper {
        flex-direction: column;
    }

    .functions_section_elem {
        width: 100%;
    }

    .functions_categories {
        display: none;
    }

    .functions_nav_dropdown {
        display: block;
    }

    .categories_section {
        margin-bottom: 50px;
    }

    /* Onlineshop template */
    .online_block_container {
        flex-direction: column !important;
        padding: 65px 0 72px;
    }

    .online_block_content_container,
    .online_block_image_container {
        width: 100%;
    }

}

@media (max-width: 768px) {
    /* Define font sizes on phone */
    body {
        font-size: 1.6rem;
    }

    h1, .h1 {
        font-size: 3.5rem;
    }

    h2, .h2,
    h3, .h3 {
        font-size: 2.5rem;
    }

    h4, .h4 {
        font-size: 2.2rem;
    }

    #page_header_title {
        font-size: 3.9rem;
    }

    .ts20 {
        font-size: 1.8rem;
    }

    .ts24 {
        font-size: 2rem;
    }

    hr {
        margin: 35px 0 32px;
    }

    blockquote {
        font-size: 1.9rem;
        margin: 1.591em 0 1.682em 1.273em;
    }

    ul li:before {
        top: 6px;
    }

    .button_arrow {
        padding: 13px 23px 17px 28px;
    }

    .hide_on_mobile {
        display: none !important;
    }

    /* Registration form */
    .submit_container {
        flex-direction: column;
    }

    .req_message {
        margin-bottom: 22px;
    }

    .register_submit {
        width: 100%;
    }

    #modal_title {
        font-size: 2.6rem;
        padding: 26px 50px 27px 0;
    }

    #modal_body {
        padding: 23px 15px;
    }

    #modal_header {
        padding: 0 15px;
    }

    /* Footer */
    .boxes_container {
        flex-direction: column;
    }

    .footer_box_wrapper {
        padding: 0;
    }

    [data-box-count="3"] .footer_box_wrapper,
    [data-box-count="2"] .footer_box_wrapper,
    [data-box-count="1"] .footer_box_wrapper {
        width: 100%;
    }

    #upper_footer_inner {
        margin: -40px 0 0;
    }

    .footer_box_contact_data {
        flex-direction: column;
        justify-content: normal;
    }

    .company_contact_data,
    .company_working_data {
        margin-top: 0;
    }

    .contact_container {
        margin-bottom: 40px;
    }

    .footer_box_wrapper {
        margin-top: 40px;
    }

    .boxes_container {
        padding-bottom: 0;
    }

    #footer_social_networks {
        position: static;
    }

    #lower_footer {
        justify-content: normal;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #swissnes {
        margin-bottom: 25px;
    }

    #copyright {
        text-align: center;
    }

    /* Home slider */

    .slide_suptitle,
    .slide_title {
        font-size: 3.5rem;
    }

    .slide_description {
        font-size: 1.8rem;
    }

    .slide_content {
        text-align: center;
        max-width: none;
        top: 40%;
    }

    .slide_circle {
        width: 200vh;
        height: 200vh;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    /* Text image section */

    .ti_section[data-offset="true"] {
        padding-bottom: 0;
        padding-top: 92px;
    }

    .ti_section {
        padding: 92px 0;
    }

    .ti_inner_wrapper {
        width: 100%;
    }

    .ti_suptitle {
        font-size: 2rem;;
    }

    .bseparator {
        display: block;
        padding: 15px 0;
        text-align: center;
    }

    .ti_content .button,
    .ti_content .button_arrow {
        width: 100%;
    }

    /* Play link */
    .play_link::after {
        content: '';
        width: 100px;
        height: 100px;
        -webkit-transform: translate(-50px, -50px) scale(1) rotate(0deg);
        -moz-transform: translate(-50px, -50px) scale(1) rotate(0deg);
        -ms-transform: translate(-50px, -50px) scale(1) rotate(0deg);
        -o-transform: translate(-50px, -50px) scale(1) rotate(0deg);
        transform: translate(-50px, -50px) scale(1) rotate(0deg);

    }
    
    .play_link:hover::after {
        -webkit-transform: translate(-50px, -50px) scale(1.1) rotate(125deg);
        -moz-transform: translate(-50px, -50px) scale(1.1) rotate(125deg);
        -ms-transform: translate(-50px, -50px) scale(1.1) rotate(125deg);
        -o-transform: translate(-50px, -50px) scale(1.1) rotate(125deg);
        transform: translate(-50px, -50px) scale(1.1) rotate(125deg);
    }

    /* News block */
    .bb_body {
        padding: 28px 15px 28px;
    }

    .compact .bb_body {
        padding: 24px 15px 21px;
    }

    /* Page header */
    #page_header {
        height: 200px;
    }

    #page_header_circle {
        left: -120vh;
    }

    #page_header .container {
        justify-content: center;
    }

    /* Blog page */
    .blog_accordion_title.aeh_title {
        font-size: 2.5rem;
    }

    /* Contact page */

    .company_location_data,
    .company_contact_data {
        float: none;
        width: 100%;
    }

    .contactinformation .ccd_elem {
        margin-bottom: 23px;
    }

    .company_contact_data {
        margin-top: 0;
    }

    #contact_social_networks {
        text-align: left;
    }

    #submit_contact {
        width: 100%;
    }

    #contact_form .googlecaptcha_wrapper {
        right: 50%;
        -webkit-transform: translate(50%,-150%);
        -moz-transform: translate(50%,-150%);
        -ms-transform: translate(50%,-150%);
        -o-transform: translate(50%,-150%);
        transform: translate(50%,-150%);
    }

    #contact_form .googlecaptcha_wrapper:after {
        left: 50%;
    }

    /* Regular page */
    .general_slider[data-amount="2"].arrows-visible,
    .general_slider[data-amount="3"].arrows-visible,
    .content_gallery[data-section="full"].general_slider {
        padding: 0 20px;
    }

    .general_nav {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }

    .general_nav::after {
        font-size: 30px;
    }

    .general_slider[data-amount="2"]::after,
    .general_slider[data-amount="3"]::after,
    .general_slider[data-amount="2"]::before,
    .general_slider[data-amount="3"]::before {
        content: '';
        width: 15px;
        height: 100%;
        position: absolute;
        top: 0;
        background-color: #fff;
        z-index: 1;
    }

    .general_slider[data-amount="2"]::after,
    .general_slider[data-amount="3"]::after {
        right: 20px;
    }

    .general_slider[data-amount="2"]::before,
    .general_slider[data-amount="3"]::before {
        left: 20px;
    }

    .section + .youtube_container {
        margin: 15px 0 34px;
    }

    /* FAQ page */
    .faq_title {
        font-size: 1.8rem;
    }

    /* Page list template */
    .sub_page_block {
        padding: 55px 0 49px;
    }

    /* References */
    .reference_box {
        margin-top: 95px;
    }

    .rb_description {
        padding: 0;
    }

    /* Jobs template */

    .job_data {
        width: 100%;
    }
    
    .job_link {
        width: 100%;
        margin-top: 15px;
    }
    
    /* Image set */
    .imageset_container {
        flex-direction: column;
        margin: 0 -15px;
        padding: 0 15px;
    }
 
    .imgset_elem {
        padding: 0;
        margin-bottom: 15px;
    }

    /* Package shortcode */
    .package_price {
        font-size: 5.4rem;
    }

    /* Online shop template */
    #block_wrapper {
        margin-top: 0;
    }

    .online_block_container {
        padding: 52px 0 59px;
    }

    /* All functions template */
    .function_block {
        padding: 53px 0 59px;
    }

    .flex.breadcrumps_wrapper_flex {
        display: none;
    }
    .online_block_yt_container iframe {
        height: 350px;
    }
}

@media (max-width: 640px) {

}

@media (max-width: 480px) {
  
    /* Regular page */
    .content_gallery[data-amount="2"] .content_gallery__single,
    .content_gallery[data-amount="3"] .content_gallery__single {
        width: 100%;
        float: none;
    }

}

@media (max-width: 430px) {
    .lang_switcher_container .nice-select {
        padding: 7px 20px 7px 10px;
    }
    .lang_switcher_container {
        margin-right: 10px;
    }
    .lang_switcher_container .nice-select:before {
        right: 4px;
    }
    .logo_container {
        width: 200px;
    }
    .menu_container {
        width: calc(100% - 200px);
    }

    /* Blog page */

    .blog_recent {
        flex-direction: column;
    }

    .br_right {
        margin-top: 15px;
        padding-left: 0;
        flex-direction: column;
        justify-content: normal;
    }

    .br_left,
    .br_right {
        width: 100%;
    }

}

@media (max-width: 380px) {
    .logo_container {
        width: 160px;
    }
    .menu_container {
        width: calc(100% - 160px);
    }
    .lang_switcher_container {
        margin-top: 0px;
    }
    .burger_wrapper {
        margin: 5px 0 10px;
    }
}


/* 404 Page */
img.not_found {
	margin: auto;
}

h1.not_found {
	color: #333333;
	font-size: 30px;
	text-align: center;
}
p.not_found {
	text-align: center;
	font-size: 20px;
}
a.not_found {
	width: 100%;
  max-width: 720px;
}





/*
 *
 * ANIMATIONS
 *
 */

.animaClassDownUp {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(0,25px,0);
    -moz-transform: translate3d(0,25px,0);
    -ms-transform: translate3d(0,25px,0);
    -o-transform: translate3d(0,25px,0);
    transform: translate3d(0,25px,0);
    -webkit-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -moz-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -ms-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -o-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
}


.animaClassLeftRight {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(-25px,0,0);
    -moz-transform: translate3d(-25px,0,0);
    -ms-transform: translate3d(-25px,0,0);
    -o-transform: translate3d(-25px,0,0);
    transform: translate3d(-25px,0,0);
    -webkit-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -moz-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -ms-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -o-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
}

.animaClassRightLeft {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(25px,0,0);
    -moz-transform: translate3d(25px,0,0);
    -ms-transform: translate3d(25px,0,0);
    -o-transform: translate3d(25px,0,0);
    transform: translate3d(25px,0,0);
    -webkit-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -moz-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -ms-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -o-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
}

.animaClassUpDown {
    opacity: 0;
    visibility: hidden;
    position: relative;
    -webkit-transform: translate3d(0,-25px,0);
    -moz-transform: translate3d(0,-25px,0);
    -ms-transform: translate3d(0,-25px,0);
    -o-transform: translate3d(0,-25px,0);
    transform: translate3d(0,-25px,0);
    -webkit-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -moz-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -ms-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -o-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
}

.animaClassActive {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -moz-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -ms-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    -o-transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
    transition: transform 0.35s, opacity 0.55s, visibility 0.55s;
}

.popup_button
{
    cursor: pointer;
}

.popup_page_content_background
{
    background: rgba(0,0,0,0.8);
    width: 100vw;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 100;
    display: flex;
}

.popup_page_content_window_wrapper
{
    z-index: 1000;
    width: 50%;
    height: auto;
    max-height: 75%;
    margin: auto;
}

.popup_page_content_window_content
{
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 70vh;
}

.popup_page_content_window_header
{
    background: #d9002b;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px;
    color: #ffffff;
}

.popup_page_content_window_content.popup_page_content_loading
{
    display: flex;
    align-items: center;
}

.popup_page_content_window_content.popup_page_content_loading div
{
    margin: auto;
}

#popup_page_content_close
{
    -webkit-transition: filter .25s;
    -moz-transition: filter .25s;
    -ms-transition: filter .25s;
    -o-transition: filter .25s;
    transition: filter .25s;
}

#popup_page_content_close:after
{
    font-family: 'icomoon' !important;
    content: '\e906';
    float: right;
    cursor: pointer;
}

#popup_page_content_close:hover
{
    filter: invert(1);
}

@media (max-width: 1200px) {
    .popup_page_content_window_wrapper
    {
        width: 85%;
    }
}
.no-scrollbar
{
    overflow-y: hidden;
}


/* AVV */
.avv_container > div > label, .avv_container > div > div > label {
    text-transform: inherit;
}
.avv_container > div > .vertrags-nr {
    margin-left: 30px;
    margin-bottom: 15px;
}
.avv_container > div > .vertrags-nr > label {
    display: inline;
}
.avv_container > div > .vertrags-nr > input, input[name="weitere_daten_wer_text"], input[name="weitere_daten_was_text"] {
    width: auto;
}
div.checkboxen > label > input[type="checkbox"] {
    margin-right: 5px;
}
div.checkboxen > label {
    display: flex;
    align-items: center;
}
div.avv_container > div > label, div.checkboxen > label, div.avv_container > div > div > label {
    font-family: SourceSansPro-Regular;
}
div.checkboxen > label > .icon-Sortimentsinfo {
    margin: 0 5px;
}
div.checkboxen > label > .tooltip {
    position: unset !important;
}
div.avv_form_error {
    text-align: center;
}
div.avv_container > div > .vertrags-nr > input[type="text"], div.checkboxen > label > input[type="text"] {
    padding: 10px;
}
@media (max-width: 960px) {
    div.checkboxen > label {
        display: block;
    }
    div.checkboxen > label > .icon-Sortimentsinfo {
        display: none;
    }
    div.checkboxen > label > .tooltip {
        font-style: italic;
        font-size: 14px;
    }
}
