@font-face {
    font-family: 'clarendon_textitalic';
    src: url('../_fonts/clarendon-text-italic-webfont.eot');
    src: url('../_fonts/clarendon-text-italic-webfont.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/clarendon-text-italic-webfont.woff2') format('woff2'),
        url('../_fonts/clarendon-text-italic-webfont.woff') format('woff'),
        url('../_fonts/clarendon-text-italic-webfont.ttf') format('truetype'),
        url('../_fonts/clarendon-text-italic-webfont.svg#clarendon_textitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Frutiger-Roman';
    src: url('../_fonts/Frutiger-Roman.eot');
    src: url('../_fonts/Frutiger-Roman.eot?#iefix') format('embedded-opentype'),
        url('../_fonts/Frutiger-Roman.woff2') format('woff2'),
        url('../_fonts/Frutiger-Roman.woff') format('woff'),
        url('../_fonts/Frutiger-Roman.ttf') format('truetype'),
        url('../_fonts/Frutiger-Roman.svg#Frutiger-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger-Bold';
    src: url('../_fonts/FrutigerLTCom-Bold.woff2') format('woff2'),
        url('../_fonts/FrutigerLTCom-Bold.woff') format('woff'),
        url('../_fonts/FrutigerLTCom-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Frutiger-Light';
    src: url('../_fonts/FrutigerLTCom-Light.woff2') format('woff2'),
        url('../_fonts/FrutigerLTCom-Light.woff') format('woff'),
        url('../_fonts/FrutigerLTCom-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    font-family: 'Frutiger-Roman', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    font-style: normal;
    font-weight: normal;
    width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    body {
        height: auto;
    }
}

.section-content {
    flex: 1 0 auto;
    min-height: 400px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

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

img {
    max-width: 100%;
}

a,
input,
select,
textarea,
button,
.slick-slide {
    text-decoration: none !important;
    outline: none !important;
}

/*menu button*/
.menu-button {
    position: relative;
    width: 50px;
    height: 30px;
    z-index: 100;
    margin-right: 40px;
    margin-bottom: 13px;
}

.menu-button:hover {
    cursor: pointer;
}

.menu-button span {
    width: 50px;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
    -webkit-transition: background 0s 0.3s;
    -o-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.menu-button span:after,
.menu-button span:before {
    content: '';
    -ms-flex-line-pack: justify;
    align-content: space-between;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    -webkit-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    -o-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
    border-radius: 5px;
}

.menu-button span:after {
    top: -12px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
}

.menu-button span:before {
    bottom: -12px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
}

.menu-button.open span:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-button.open span {
    background: transparent;
}

.menu-button.open span:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-button.open span:after,
.menu-button.open span:before {
    -webkit-transition-delay: 0s, 0.3s;
    -o-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
}

/*template general styles*/
.aqua-p {
    color: #00c4c4 !important;
    font-family: 'Frutiger-Bold', sans-serif !important;
}

.list li {
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Frutiger-Roman', sans-serif;
    padding-left: 28px;
    color: #000;
    position: relative;
    margin-bottom: 5px;
}


.list li:before {
    content: '';
    width: 12px;
    height: 2px;
    background: #ff0033;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.full-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

body {
    padding-top: 80px;
    overflow-x: hidden;
}

.container {
    width: 96%;
    margin: auto !important;
    max-width: 1690px;
}

.no-padding {
    padding: 0;
}

.main-header {
    height: 80px;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 102;
}

.main-header .main-nav-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 15px;
}

.main-header .main-nav-wrapper .icon-menu {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: 0;
    margin-right: auto;
}

.main-header .main-nav-wrapper .icon-menu li {
    margin-right: 40px;
}

.main-header .main-nav-wrapper .icon-menu li .search-field {
    display: none;
}

.main-header .main-nav-wrapper .icon-menu li>a {
    display: flex;
    width: 40px;
    height: 100%;
    align-items: center;
    position: relative;
}

.main-header .main-nav-wrapper .icon-menu li a svg {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 35px;
    height: 28px;
}

.main-header .main-nav-wrapper .icon-menu li.search-wrapper svg {
    height: 30px;
}

.main-header .main-nav-wrapper .icon-menu li a svg .st0 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    stroke: #000;
}

.main-header .main-nav-wrapper .icon-menu li a:hover svg {
    fill: #ff0033;
}

.main-header .main-nav-wrapper .icon-menu li a:hover svg .st0 {
    stroke: #ff0033;
}

.main-header .main-nav-wrapper .icon-menu li:last-child {
    margin-right: 0;
}

.main-header .main-nav-wrapper .icon-menu img {
    width: 39px;
}

.main-header .navbar-brand {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.main-header .navbar-header {
    position: absolute;
    right: 15px;
    top: 0;
    left: 120px;
    right: unset;
}

.main-header .main-nav-inner {
    position: fixed;
    z-index: 103;
    top: 80px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 460px;
    background: #fff;
    height: 100%;
    padding-top: 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
}


.admin-bar .main-header .main-nav-inner {
    top: 112px;
}


.main-header .main-nav-inner.menu-open {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.main-header .main-nav-inner .main-nav li {
    position: relative;
    height: 8vh;
}

.main-header .main-nav-inner .main-nav li a {
    font-size: 22px;
    color: #000;
    padding-left: 77px;
    font-family: 'clarendon_textitalic', sans-serif;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    vertical-align: middle;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main-header .main-nav-inner .main-nav li a:after {
    content: '';
    position: absolute;
    right: 24px;
    background: url('../_imgs/right-arrow.svg') no-repeat center center;
    -webkit-background-size: 32px;
    background-size: 32px;
    display: block;
    width: 32px;
    height: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-header .main-nav-inner .main-nav li:hover>a {
    background: #ff0033;
    color: #fff;
}

.main-header .main-nav-inner .main-nav li .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    background: #f6f6f6;
    width: 110%;
    display: none;
}

.main-header .main-nav-inner .main-nav li .sub-menu .back-btn {
    display: none;
}

.main-header .main-nav-inner .main-nav li .sub-menu:after {
    content: '';
    position: absolute;
    top: -200%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2000px;
    background: #f6f6f6;
}

.main-header .main-nav-inner .main-nav li .sub-menu li {
    position: relative;
    z-index: 10;
}

.main-header .main-nav-inner .main-nav li .sub-menu li a {
    padding-left: 60px;
    vertical-align: middle;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main-header .main-nav-inner .main-nav li .sub-menu li.bls a {
    padding-left: 50px;
}

.main-header .main-nav-inner .main-nav li .sub-menu li a:hover {
    background: #e6e6e6;
    color: #000;
}

.main-header .main-nav-inner .main-nav li .sub-menu li a:after {
    display: none;
}

.main-header .main-nav-inner .main-nav li .sub-menu li a span.menu-image {
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.main-header .main-nav-inner .main-nav li .sub-menu li.bls a span.menu-image {
    width: 75px;
    height: 75px;
    margin-right: 14px;
}


.main-header .main-nav-inner .main-nav li .sub-menu li a img {
    order: 1;
    width: 60px;
    height: 60px;
    display: none;
}

.main-header .main-nav-inner .nav-contact {
    position: absolute;
    bottom: 96px;
    left: 68px;
    width: calc(100% - 68px);
}

.main-header .main-nav-inner .nav-contact li {
    margin-bottom: 24px;
}

.main-header .main-nav-inner .nav-contact li a {
    font-size: 17px;
    line-height: 23px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    display: inline-block;
    display: block;
}

.main-header .main-nav-inner .nav-contact li a img {
    max-width: 24px;
    display: inline-block;
    vertical-align: middle;
}

.main-header .main-nav-inner .nav-contact li a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}


/********** buttons **********/

.template-btn {
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    height: 68px;
    width: 100%;
    max-width: 260px;
    background: #ff0033;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 68px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    white-space: nowrap;
}

.template-btn.small {
    height: 49px;
    max-width: 220px;
    line-height: 48px;
}

.template-btn.white {
    border-color: #fff;
    background: #fff;
    color: #ff0033 !important;
    height: 49px;
    line-height: 48px;
    max-width: 220px;
}

.blog-post-products .woocommerce.columns-2 ul.products li.product a.add_to_cart_button,
.return-to-shop .button.wc-backward,
.woocommerce-ResetPassword.lost_reset_password button.button,
.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-account .woocommerce-MyAccount-content button.button,
.woocommerce-order-received .woocommerce-order .btn,
.woocommerce-form-register button.button,
.woocommerce .woocommerce-checkout-payment button.button.alt,
.wpmc-nav-wrapper button.button.alt,
.woocommerce a.button.alt.checkout-button,
.sp-back-button a,
.related.products .add_to_cart_button,
.up-sells.products .add_to_cart_button,
.woocommerce ul.products.columns-3 li.product a.add_to_cart_button,
.single_add_to_cart_button,
.cross-sells a.add_to_cart_button {
    font-size: 16px !important;
    letter-spacing: 1px;
    color: #fff !important;
    font-family: 'Frutiger-Roman', sans-serif;
    font-weight: normal;
    height: 60px;
    width: 100%;
    max-width: 260px;
    background: #ff0033 !important;
    display: inline-block;
    border-radius: 50px !important;
    text-align: center;
    transition: all 0.3s ease;
    border: none !important;
    padding: 0 !important;
    line-height: 60px;
    white-space: nowrap;
}

.sp-back-button a {
    max-width: 300px;
    font-size: 16px;
    letter-spacing: 1px;
}

.single-product .sp-back-button {
    position: relative;
}

.single-product .sp-back-button a {
    max-width: 150px;
    transform: translate(0, -10px) !important;
    left: calc(50% - 75px);
    margin: 0;
    position: absolute;
    top: 50%;
}

.third-part.first .single_add_to_cart_button {
    height: 49px !important;
    line-height: 45px !important;
    position: absolute;
    left: 150px;
    bottom: 0;
    opacity: 1 !important;
    max-width: 220px !important;
}

.blog-post-products .woocommerce.columns-2 ul.products li.product a.add_to_cart_button,
.related.products .add_to_cart_button,
.up-sells.products .add_to_cart_button,
.woocommerce ul.products.columns-3 li.product a.add_to_cart_button,
.cross-sells a.add_to_cart_button {
    font-size: 16px;
    padding-left: 57px !important;
    padding-right: 15px !important;
    box-shadow: 0 0 13px rgba(102, 102, 102, 0.35);
    letter-spacing: 1px;
    white-space: nowrap;
    max-width: 264px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.woocommerce a.button.alt.checkout-button {
    max-width: 100%;
    margin-bottom: 0;
}

.woocommerce-order-received .woocommerce-order .btn {
    float: none;
    margin: 50px 0 0 0;
}

.template-btn.white:hover {
    color: #fff;
}

.return-to-shop .button.wc-backward:hover,
.woocommerce-ResetPassword.lost_reset_password button.button:hover,
.woocommerce-button.button.woocommerce-form-login__submit:hover,
.woocommerce-account .woocommerce-MyAccount-content button.button:hover,
.woocommerce-order-received .woocommerce-order .btn:hover,
.woocommerce-form-register button.button:hover,
.woocommerce .woocommerce-checkout-payment button.button.alt:hover,
.woocommerce .wpmc-footer-right button.button.alt:hover,
.woocommerce a.button.alt.checkout-button:hover,
.sp-back-button a:hover,
.related.products .add_to_cart_button:hover,
.up-sells.products .add_to_cart_button:hover,
.woocommerce ul.products.columns-3 li.product a.add_to_cart_button:hover,
.template-btn:hover,
.template-btn:focus,
.third-part.first .single_add_to_cart_button:hover,
.single_add_to_cart_button:hover,
.single_add_to_cart_button:focus {
    color: #fff !important;
    background: #d00f26 !important;
}

.blog-post-products .woocommerce.columns-2 ul.products li.product a.add_to_cart_button:before,
.related.products .add_to_cart_button:before,
.up-sells.products .add_to_cart_button:before,
.woocommerce ul.products.columns-3 li.product a.add_to_cart_button:before,
.cross-sells .add_to_cart_button:before {
    content: '';
    width: 30px;
    height: 30px;
    display: block;
    background: url(../_imgs/shopping-cart.svg) no-repeat center center;
    position: absolute;
    top: 17px;
    left: 30px;
    background-size: contain;
}

.blog-post-inner .woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 50%;
    border-right: none;
}


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

.custom-container {
    width: 100%;
    padding-left: 6.25vw;
    padding-right: 6.25vw;
}

.hero-section {
    position: relative;
}

.hero-section .slide-item {
    height: calc(100vh - 80px);
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-left: 6.25vw;
    padding-top: 17vh;
}

.hero-section .slide-item .slide-text h2,
.hero-section .slide-item .slide-text .div-h2 {
    font-size: 61px;
    line-height: 1.1;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.hero-section .slide-item .slide-text p {
    font-family: 'Frutiger-Roman', sans-serif;
    font-size: 22px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 60px;
    letter-spacing: 1px;
}

.hero-section .hero-slider {
    margin: 0;
}

.hero-section .slick-dots {
    bottom: 0;
    width: 100%;
    padding-left: 58.333vw;
    height: 83px;
    text-align: left;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-section .slick-dots li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-section .slick-dots li button {
    border-radius: 50%;
    border: 1px solid gray;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hero-section .slick-dots li.slick-active button {
    background: gray;
}

.hero-section .bottom-red-line {
    background: #ff0033;
    height: 83px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 55vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 6.25vw;
    cursor: pointer;
    /*max-width: 1076px;*/
}

.hero-section .bottom-red-line .div-h3 {
    font-size: 22px;
    color: #fff;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-left: 17px;
}

.hero-section .bottom-red-line img {
    width: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hero-section .bottom-red-line:hover img {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}

.hero-contact-icons {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.hero-contact-icons li {
    text-align: right;
}

.hero-contact-icons li a {
    width: 78px;
    height: 78px;
    background: #ff0033;
    display: block;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: right;
    margin-left: auto;
    margin-right: 0;
}

.hero-contact-icons li a:hover {
    width: 88px;
}

.hero-contact-icons li a img {
    max-width: 33px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hero-contact-icons li.lang-icon a {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: 'Frutiger-Bold', sans-serif;
    line-height: 55px;
    background: #00c4c4;
}

.post-type-archive-team .hero-contact-icons {
    display: none;
}

.section-title {
    font-size: 38px;
    line-height: 55px;
    color: #fff;
    font-family: 'clarendon_textitalic', sans-serif;
    font-weight: 400;
}

.red-section-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.red-section-wrapper .left-side {
    width: 55vw;
    -ms-flex-preferred-size: 56.563vw;
    flex-basis: 55vw;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-left: 6.25vw;
    padding-top: 60px;
    padding-bottom: 128px;
    max-width: 1076px;
    padding-right: 6.25vw;
}

.red-section-wrapper .left-side h3,
.red-section-wrapper .left-side .div-h3 {
    font-size: 38px;
    line-height: 55px;
    color: #fff;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 40px;
    font-weight: 400;
}

.red-section-wrapper .left-side p {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 90px;
}

.red-section-wrapper .left-side .left-side-text {
    max-width: 671px;
}

.red-section-wrapper .right-side {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    /*width: 43.437vw;
    -ms-flex-preferred-size: 43.437vw;
    flex-basis: 43.437vw;*/
    width: 50vw;
    -ms-flex-preferred-size: 50vw;
    flex-basis: 50vw;
}

.home-half-section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
}

.home-half-section .left-side {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
}

.home-half-section .right-side {
    padding-top: 86px;
    padding-left: 80px;
    max-width: 700px;
    padding-right: 75px;
    padding-bottom: 186px;
}

.home-half-section .right-side .section-title,
.home-half-section .right-side .div-h2.section-title {
    color: #000;
    margin-bottom: 20px;
}

.home-half-section .right-side p {
    font-size: 18px;
    line-height: 32px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    padding-bottom: 120px;
}

.curses-section {
    background: #f3f1f1;
    /*padding-bottom: 175px;
    padding-top: 165px;*/
    padding-bottom: 90px;
    padding-top: 90px;
}

.page-template-kurse_page_tpl .curses-section {
    padding-bottom: 90px;
}

.curses-section .curses-title {
    max-width: 800px;
    /*margin: 0 auto 165px;*/
    margin: 0 auto 90px;
    text-align: center;
}

.curses-section .curses-title .wpb_content_element {
    margin-bottom: 0 !important;
}

.curses-section .curses-title h2,
.curses-section .curses-title .div-h2 {
    font-size: 36px;
    line-height: 1.5;
    font-family: 'clarendon_textitalic', sans-serif;
    color: #000;
}

.curses-section .curses-title p {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
}

.curses-section .item-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 275px;
}

.curses-section .curses-list .col-md-3 {
    padding-right: 20px;
    padding-left: 20px;
}

.curses-section .curses-list a {
    display: block;
}

.curses-col {
    padding-left: 20px;
    padding-right: 20px;
}

.curses-section .curses-item {

    background: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.curses-section .curses-item .item-title {
    padding: 40px 25px 58px 33px;
}

.curses-section .curses-item:hover {
    -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.curses-section .curses-item h2,
.curses-section .curses-item .div-h2 {
    color: #ff0033;
    font-family: 'clarendon_textitalic', sans-serif;
    line-height: 1.2;
    margin-bottom: 50px;
    padding-right: 60px;
}

.curses-section .curses-item p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 25px;
}

.curses-section .curses-item .list li {
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Frutiger-Roman', sans-serif;
    padding-left: 28px;
    color: #000;
    position: relative;
}

.curses-section .curses-item .list li:before {
    content: '';
    width: 12px;
    height: 2px;
    background: #ff0033;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.curses-section .curses-list .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.curses-section .curses-item {
    height: 100%;
    position: relative;
}

.single-product .curses-section .curses-item {
    height: auto;
}

.curses-section .curses-item .new-label {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    background: #00c4c4;
}

.curses-section .curses-item .new-label span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: #fff;
    font-family: 'Frutiger-Roman', sans-serif;
}

.curses-section .template-btn.small {
    height: 49px;
    max-width: unset;
    width: 100%;
    line-height: 48px;
}

.lang-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 55px;
}

.lang-list .lang-icon {
    width: 47px;
    height: 47px;
    background: #ff0033;
    position: relative;
    margin-right: 18px;
    -ms-flex-preferred-size: 47px;
    flex-basis: 47px;

}

.lang-list .lang-icon span,
.lang-list .lang-icon strong {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Frutiger-Roman', sans-serif;
    font-weight: 400 !important;
}

.lang-list .lang-description {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    width: calc(100% - 65px);
}

.thank-you-section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.thank-you-section .left-side {
    max-width: calc(100% - 270px);
    -ms-flex-preferred-size: calc(100% - 270px);
    flex-basis: calc(100% - 270px);
    padding-top: 105px;
    padding-bottom: 128px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.thank-you-section .left-side .thank-title {
    max-width: 90%;
}

.thank-you-section .left-side h2,
.thank-you-section .left-side .div-h2 {
    font-size: 61px;
    color: #fff;
    line-height: 73px;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 40px;
}

.thank-you-section .left-side p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-family: 'Frutiger-Roman', sans-serif;
    max-width: 450px;
    margin-bottom: 60px;
}

.thank-you-section .left-side .container {
    max-width: 1200px;
}

.thank-you-section .right-side {
    width: 100%;
    max-width: 270px;
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
}

.thank-you-section .right-side .side-block-wrapper {
    height: 100%;
}

.thank-you-section .right-side .side-block-wrapper .block-item {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: calc(100% / 3);
    padding-top: 25px;
    padding-left: 30px;
}

.thank-you-section .right-side .side-block-wrapper .block-item.contact:first-child {
    padding-top: 43px;
}

.thank-you-section .right-side .side-block-wrapper .block-item.contact h3,
.thank-you-section .right-side .side-block-wrapper .block-item.contact .div-h3 {
    color: #ff0033;
    font-family: 'Frutiger-Roman', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 50px;
}

.thank-you-section .right-side .side-block-wrapper .block-item.contact:first-child h3,
.thank-you-section .right-side .side-block-wrapper .block-item.contact:first-child .div-h3 {
    color: #fff;
    font-size: 26px;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 35px;
    letter-spacing: 1px;
}

.thank-you-section .right-side .side-block-wrapper .block-item.contact .icon {
    padding-left: 13px;
    text-align: left;
}

.thank-you-section .right-side .side-block-wrapper .block-item.contact:first-child .icon img {
    max-width: 79px;
}

.thank-you-section .right-side .side-block-wrapper .block-item.contact:nth-child(2) .icon,
.thank-you-section .right-side .side-block-wrapper .block-item.contact:nth-child(3) .icon {
    max-width: 130px;
    margin: 0;
}

.slider-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 190px;
    padding-bottom: 260px;
}

.slider-wrapper .slider-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.slider-wrapper .slide-icon {
    max-width: 360px;
    margin-bottom: 50px;
}

.slider-wrapper .slide-icon img {
    max-width: 100%;
}

.slider-wrapper .slide-text {
    margin-bottom: 40px;
}

.slider-wrapper .slide-text p {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
}

.slider-wrapper .slide-author {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-wrapper .slide-author .author-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-right: 30px;
}

.slider-wrapper .slide-author .author-meta {
    font-size: 18px;
    color: #000;
    font-family: 'Frutiger-Light', sans-serif;
    font-weight: 300;
}

.slider-wrapper .slide-author .author-meta span {
    font-family: 'Frutiger-Bold', sans-serif;
    font-weight: 700;
}

.slider-wrapper .slick-dots {
    bottom: 0;
    width: 100%;
    height: 20px;
    text-align: left;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: -100px;
}

.slider-wrapper .slick-dots li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-wrapper .slick-dots li button {
    border-radius: 50%;
    border: 1px solid gray;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slider-wrapper .slick-dots li.slick-active button {
    background: gray;
}

.shop-section {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-section .left-side {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -ms-flex-preferred-size: 30.104vw;
    flex-basis: 30.104vw;
    padding-top: 80px;
    padding-left: 65px;
    position: relative;
}

.shop-section .left-side:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.29);
}

.shop-section .left-side .left-side-text {
    position: relative;
    z-index: 10;
}

.shop-section .left-side h2,
.shop-section .left-side .div-h2 {
    font-size: 50px;
    color: #fff;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 70px;
    line-height: 1.4;

}

.shop-section .right-side {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 90px;
    padding-left: 4vw;
    padding-right: 70px;
    background: #f3f1f1;
    /*padding-bottom: 68px;*/
    padding-bottom: 90px;
    -ms-flex-preferred-size: 68.896vw;
    flex-basis: 68.896vw;

}

.shop-section.aed-product .right-side {
    display: inline-flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 0;
    padding-bottom: 0;
}

.shop-section .right-side h2 {
    font-size: 38px;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    /*margin-bottom: 65px;*/
    margin-bottom: 70px;
}

.shop-section .right-side .item-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.shop-section .right-side .item-wrapper .item {
    width: calc(100% / 3);
    background-color: white;
    margin: 20px;
    padding: 20px;
}

.shop-section .right-side .item-wrapper .item:hover {
    -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.2);
}

.shop-section .right-side .item-wrapper .item:nth-child(2) .item-image {
    max-width: 100%;
    /*background-position: left center;*/
}

.shop-section .right-side .item-wrapper .item .item-image {
    margin-bottom: 55px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 100%;
    padding-top: 51%;
    /*max-width: 225px;*/
    display: block;
    transition: all 0.3s ease-in-out;
}

.shop-section .right-side .item-wrapper .item h3 a {
    font-size: 25px;
    line-height: 33px;
    color: #ff0033;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 30px;
    display: block;
}

.shop-section .right-side .item-wrapper .item .list {
    max-width: 90%;
}

.shop-section .right-side .item-wrapper .item .list li:before {
    top: 18px;
}

.blog-section {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 50px;
}

.blog-section .template-btn-wrapper {
    margin-top: 100px;
    text-align: center;
}

.blog-section .container {
    max-width: 1500px;
}

.blog-section .container .d-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-section h2 {
    font-size: 37px;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 150px;
}

.blog-section .left-side {
    -ms-flex-preferred-size: 450px;
    flex-basis: 450px;
    width: 450px;
}

.blog-section .right-side {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(100% - 450px);
}

.blog-section .blog-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 57px;
    transition: all 0.3s ease;
}

.blog-section .blog-item .blog-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 123px;
    height: 123px;
    -ms-flex-preferred-size: 123px;
    flex-basis: 123px;
    margin-right: 30px;
}

.blog-section .blog-item .blog-title {
    width: calc(100% - 153px);
}

.blog-section .blog-item .blog-title h3 {
    font-size: 18px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    line-height: 25px;
}

.blog-section .blog-item-big {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-left: 100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    align-items: stretch;
}

.blog-section .blog-item-big>div {
    display: flex;
}

.blog-section .blog-item:hover,
.blog-section .blog-item-big:hover {
    -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.blog-section .blog-item-big .item-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 100%;
    height: 100%;
    width: 100%;
}

.blog-section .blog-item-big .template-btn {
    position: relative;
    z-index: 11;
}

.blog-section .blog-item-big .item-description {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    padding: 10px 40px;
}

.blog-section .blog-item-big .item-description h3 {
    font-size: 22px;
    color: #000;
    font-family: 'Frutiger-Bold', sans-serif;
    margin-bottom: 60px;
}

.blog-section .blog-item-big .item-description p {
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 45px;
}

.blog-section .blog-item-big .new-label {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: block;
    background: #00c4c4;
}

.blog-section .blog-item-big .new-label span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #fff;
    font-family: 'Frutiger-Roman', sans-serif;
}

.logos-section {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #f3f1f1), to(#fff));
    background: -webkit-linear-gradient(top, #f3f1f1 70%, #fff);
    background: -o-linear-gradient(top, #f3f1f1 70%, #fff);
    background: linear-gradient(to bottom, #f3f1f1 70%, #fff);
    padding-top: 100px;
    padding-bottom: 120px;
}

.logos-section .logos-title h2,
.logos-section .logos-title .div-h2 {
    font-size: 37px;
    line-height: 54px;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
}

.logos-section .logos-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logos-section .logos-wrapper .logo-item {
    width: calc(100% / 5 - 100px);
    margin: 0 50px;
    margin-bottom: 80px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.logos-section .logos-wrapper .logo-item:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.logos-section .logos-wrapper .logo-item img {
    max-width: 100%;
}

.newsletter-section {
    background: #ededee;
}

.newsletter-section .newsletter-wrap {
    display: flex;
    align-items: center;
}

.newsletter-section .newsletter-wrap .col-md-6 {
    padding: 0;
}

.newsletter-section .newsletter-wrap .nl-t {
    max-width: 600px;
    padding-left: 60px;
    padding-right: 60px;
}

.newsletter-section .newsletter-wrap .div-h2 {
    color: #000;
    font-size: 37px;
    line-height: 54px;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 35px;
}

.newsletter-section .wpcf7 {
    position: relative;
    margin-top: 40px;
}

.newsletter-section .wpcf7 input[type="email"],
.newsletter-section .wpcf7 input[type="text"] {
    background: #fff;
    border: 0;
    padding: 10px;
    height: 49px;
    font-size: 16px;
}

.newsletter-section .wpcf7 .your-email input[type="email"] {
    padding-left: 55px;
}

.newsletter-section .wpcf7 .your-email {
    position: relative;
}

.newsletter-section .wpcf7 .your-email:before {
    position: absolute;
    display: block;
    content: '';
    top: calc(50% - 10.5px);
    left: 5px;
    width: 33px;
    height: 21px;
    background: url('../_imgs/mail-icon-grey.png') no-repeat;
}

.newsletter-section .wpcf7 input[type="submit"] {
    position: absolute;
    top: 0;
    right: -25px;
}

.newsletter-section .wpcf7-form.sent p {
    display: none;
}

.newsletter-section .wpcf7 span.wpcf7-not-valid-tip {
    top: -3px;
    right: 106px;
}

.newsletter-section .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    margin-left: 0 !important;
}

.main-footer {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 90px;
    flex-shrink: 0;

}

.main-footer .container {
    max-width: 1690px;
}

.main-footer h2,
.main-footer .div-h2 {
    font-size: 34px;
    color: #fff;
    letter-spacing: 0.02em;
    line-height: 53px;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 70px;
    margin-left: 50px;
}

.main-footer .footer-scroll-top {
    background: #f60436;
    width: 88px;
    height: 44px;
    display: block;
    position: absolute;
    top: -22px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    z-index: 99;
}

.main-footer .footer-scroll-top:before {
    content: '';
    position: absolute;
    top: 28px;
    left: 50%;
    width: 22px;
    height: 22px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
    margin-left: -11px;
}

.main-footer .footer-scroll-top:hover:before {
    top: 23px;
}

.main-footer .footer-contact {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 50px;
    padding-right: 50px;
}

.main-footer .footer-contact .contact-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 3);
    align-items: center;
}

.main-footer .footer-contact .contact-item .icon.location,
.main-footer .footer-contact .contact-item .icon {
    max-width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    margin-right: 30px;
    width: 100%;
}

.main-footer .footer-contact .contact-item .icon img {
    max-width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main-footer .footer-contact .contact-item .text li,
.main-footer .footer-contact .contact-item .text a {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: 'Frutiger-Roman', sans-serif;
}

.main-footer .footer-contact .contact-item .text li:last-child {
    letter-spacing: -0.02em;
}

.main-footer .footer-links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 100px;
    margin-top: 100px;
    border-top: 1px solid #fff;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #fff;
    padding-bottom: 50px;
}

.footer-menu-block .div-h3 {
    font-size: 34px;
    line-height: 63px;
    color: #fff;
    font-family: 'clarendon_textitalic', sans-serif;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}

.main-footer .footer-links .links-item li a {
    font-size: 18px;
    line-height: 29px;
    color: #fff;
    font-family: 'Frutiger-Roman', sans-serif;
}

.main-footer .footer-description {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}

body:not(.home) .main-footer .footer-description {
    display: none;
}

.main-footer .footer-description .description-item {
    width: calc(100% / 3 - 100px);
}

.main-footer .footer-description .description-item .div-h3 {
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 35px;
}

.main-footer .footer-description .description-item p a,
.main-footer .footer-description .description-item p {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 30px;
}

.main-footer .footer-description .description-item.question-block p {
    margin-bottom: 21px;
}

.main-footer .footer-description .description-item.question-block p a {
    margin-bottom: 0;
}

.main-footer a:hover {
    opacity: 0.9;
}

.main-footer .footer-social {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 85px;
}

.main-footer .footer-social li {
    margin: 0 13px;
}

.main-footer .footer-social li a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-footer .footer-social li a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 20px;
    fill: #fff;
}

.main-footer .footer-social li:nth-child(2) a svg,
.main-footer .footer-social li:last-child a svg {
    width: 60px;
    height: 60px;
}

.main-footer .footer-social li a:hover {
    opacity: 0.8;
}

.curses-section .curses-list .curses-item .mobile-btn {
    display: none;
}

.shop-section .right-side .item-wrapper .item .mobile-btn {
    display: none;
}

.blog-section h2.mobile-title {
    display: none;
}

.subpage-header {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.subpage-header .container {
    position: relative;
}

.subpage-header .subpage-title {
    padding: 40px 0 40px;
}

.kurse-header .subpage-title {
    width: 100%;
    max-width: 1690px;
    margin: 0 auto !important;
}

.kurse-header h1,
.subpage-header .subpage-title h1,
.subpage-header .subpage-title .div-h1 {
    font-size: 61px;
    color: #fff;
    font-family: 'clarendon_textitalic', sans-serif;
    letter-spacing: -0.025em;
}

.subpage-header .hero-contact-icons li a {
    -webkit-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.3);
}

.subpage-menu-wrapper {
    background: #f3f1f1;
}

.subpage-menu-wrapper .vc_wp_custommenu.wpb_content_element {
    margin-bottom: 0;
}

#menu-courses_menu,
.subpage-menu-wrapper .subpage-menu {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
}

#menu-courses_menu li,
.subpage-menu-wrapper .subpage-menu li {
    margin-right: 95px;
}

#menu-courses_menu li a,
.subpage-menu-wrapper .subpage-menu li a {
    color: #000;
    font-size: 19px;
    font-family: 'Frutiger-Roman', sans-serif;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu-courses_menu li a:hover,
.subpage-menu-wrapper .subpage-menu li a:hover {
    color: rgba(0, 0, 0, 0.4);
}

#menu-courses_menu li:last-child,
.subpage-menu-wrapper .subpage-menu li:last-child {
    margin-right: 0;
}

#menu-courses_menu li.current-menu-item a,
.subpage-menu-wrapper .subpage-menu li.current-menu-item a {
    color: rgba(0, 0, 0, 0.4);
}

.subpage-hero {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 92px;
    padding-bottom: 150px;
    padding-right: 78px;
}

.subpage-hero .title {
    max-width: 580px;
    margin-left: auto;
}

.subpage-hero .title h2,
.subpage-hero .title .div-h2 {
    font-size: 61px;
    line-height: 1.2;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 33px;
}

.subpage-hero .title p {
    font-size: 22px;
    line-height: 32px;
    font-family: 'Frutiger-Roman', sans-serif;
}

.qoute-section {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 180px;
    padding-bottom: 180px;
    position: relative;
}

.qoute-section:before {
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    left: 0;
    position: absolute;
    z-index: 1;
}


.qoute-section .qoute-content {
    max-width: 1150px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.qoute-section p {
    font-size: 38px;
    color: #fff;
    font-family: 'clarendon_textitalic', sans-serif;
    line-height: 60px;
}

.qoute-section .author-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
}

.qoute-section .author-wrapper .div-h3 {
    font-size: 18px;
    color: #fff;
    font-family: 'Frutiger-Bold', sans-serif;
    line-height: 30px;
    position: relative;
    margin-right: 18px;
}

.qoute-section .author-wrapper .div-h3:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -9px;
    height: 17px;
    width: 1px;
    background: #fff;
}

.qoute-section .author-wrapper .div-h4 {
    font-size: 18px;
    color: #fff;
    font-family: 'Frutiger-Light', sans-serif;
    line-height: 30px;
}

.right-rea-section {
    /*padding-bottom: 325px;*/
    padding-bottom: 180px;
    padding-top: 180px;
}

.right-rea-section .container {
    max-width: 1260px;
}

.right-rea-section p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 25px;
}

.right-rea-section p.aqua-p {
    color: #00c4c4;
    font-family: 'Frutiger-Bold', sans-serif;
}

.right-rea-section .btn-wrapper {
    margin-top: 55px;
}

.right-rea-section .btn-wrapper a img {
    max-width: 24px;
}

.right-rea-section .template-btn {
    margin-right: 40px;
    margin-bottom: 15px;
}

.right-rea-section .template-btn:last-child {
    margin-right: 0;
}

.right-rea-section .template-btn img {
    margin-right: 10px;
}

.right-rea-section .template-btn:hover {
    background: #d00f26;
    border-color: #d00f26;
    color: #fff;
}

.right-rea-section h2 {
    font-size: 38px;
    line-height: 1.5;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
}

.video-section {
    background: #f3f1f1;
    padding-top: 168px;
    padding-bottom: 250px;
    padding-right: 78px;
}

.video-section .video-container,
.video-shortcode .video-container {
    position: relative;
    max-height: 450px;
}

.video-section .video-container .video-thumb-container,
.video-shortcode .video-container .video-thumb-container {
    position: relative;
    height: 450px;
    z-index: 10;
    width: 100%;
    max-width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.video-section .video-container .video-thumb-container:after,
.video-shortcode .video-container .video-thumb-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}

.video-section .video-container .video-thumb-container .play-button,
.video-shortcode .video-container .video-thumb-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
    width: 153px;
    height: 68px;
    line-height: 68px;
    border-radius: 45px;
    background: #ff0033;
    text-align: center;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: 'Frutiger-Bold', sans-serif;
}

.video-section .video-container .video-thumb-container .play-button:hover,
.video-shortcode .video-container .video-thumb-container .play-button:hover {
    background: #d00f26;
}

.video-section .video-container iframe {
    display: none;
    max-width: 100%;
    height: 450px;
}

.wpb_video_widget.video-shortcode .wpb_wrapper .video-container iframe {
    display: none;
    max-width: 100%;
    /*position:absolute !important;*/
}

.video-shortcode .video-container .wpb_video_shortcode_wrapper {
    padding-top: 56.25%;
    width: 100%;
    position: relative;
}

.page-template-kurse_page_tpl .video-section .video-container iframe {
    width: calc(50vw - 9vw);
    height: calc(100vw - 76.95vw);
}

.video-section .text-side {
    padding-left: 90px;
}

.video-section .text-side h2 {
    font-size: 37px;
    line-height: 54px;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 30px;
}

.video-section .text-side p {
    font-size: 22px;
    line-height: 32px;
    font-family: 'Frutiger-Roman', sans-serif;
    color: #000;
}

.video-section .video-section-container {
    max-width: 940px;
    margin: 0 auto;
}

.video-section .video-section-container h2 {
    font-size: 38px;
    line-height: 1.5;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 80px;
}

.video-section.white-bg {
    background: #fff;
    padding-bottom: 0;
}

.subpage-top-section {
    position: relative;
}

.subpage-top-section .text-wrapper {
    padding-right: 87.5px;
    padding-top: 100px;
    padding-bottom: 30px;
}

.subpage-top-section .text-wrapper h2 {
    font-size: 37px;
    line-height: 54px;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 35px;
    letter-spacing: -0.01em;
}

.subpage-top-section .text-wrapper p {
    font-size: 22px;
    line-height: 32px;
    font-family: 'Frutiger-Roman', sans-serif;
    color: #000;
    margin-bottom: 55px;
}

.subpage-top-section .image-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(50% - 87.5px);
}

.kurs-info .mobile-title {
    display: none;
}

.kurs-info .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.kurs-info h2 {
    font-size: 37px;
    line-height: 1;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 35px;
}

.kurs-info .lang-list {
    max-width: 354px;
    margin-top: 20px;
}

.kurs-info .lang-list.single {
    max-width: 285px;
    box-shadow: 15px 6px 30px -5px rgb(0 0 0 / 15%);
    border-radius: 0 25px 25px 0;
}

.kurs-info .lang-list.single .lang-icon {
    border-radius: 25px 0 0 25px;
}

.kurs-info .lang-list.single .gt-lcourses {
    font-weight: bold;
}

.kurs-info .template-btn {
    margin-top: 150px;
}

.kurs-info .list {
    margin-top: 20px;
}

.product-options .check-list>li,
.kurs-info .check-list>li {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    color: #000;
    line-height: 36px;
    margin-bottom: 10px;
}

.product-options .check-list>li:before,
.kurs-info .check-list>li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    background: url('../_imgs/check-icon.png') no-repeat center center;
    -webkit-background-size: 19px;
    background-size: 19px;
    width: 19px;
    height: 19px;
}

.kurs-info .check-list>li.non-check:before {
    content: none;
}

.kurs-info .check-list>li.non-check {
    line-height: 1;
}

.kurs-info .check-list>li span:first-child {
    /*margin-right: 35px;*/
    min-width: 107px;
    display: inline-block;
}

.kurs-info .check-list .checkbox-list {
    display: inline-block;
    vertical-align: top;
}

.kurs-info .check-list .checkbox-list li {
    position: relative;
}

.kurs-info .check-list .checkbox-list li:before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    border: 2px solid #7c7c7b;
    margin-right: 19px;
    position: relative;
    top: 3px;
}

.kurs-info .check-list .checkbox-list li.disabled {
    color: rgba(0, 0, 0, 0.2);
}

.kurs-info .check-list .checkbox-list li.disabled:before {
    border-color: rgba(0, 0, 0, 0.2);
}

.kurs-info .check-list .checkbox-list li.checked:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 2px;
    width: 17px;
    height: 17px;
    background: url('../_imgs/checkbox-icon.png') no-repeat center center;
    -webkit-background-size: 17px;
    background-size: 17px;
    z-index: 10;
    display: block;
}

.kurs-info .mobile-right-side {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 66%;
}

.kurs-info .mobile-right-side .third-part {
    width: calc(100% / 2);
    margin-right: 0;
}

.kurs-info .mobile-right-side .third-part {
    width: calc(100% / 2);
    margin-right: 0;
}

.kurs-info .mobile-right-side .third-part:first-child {
    padding-right: 120px;
}

.kurs-info .third-part.first {
    width: 33%;
}

.kursinformationen h3,
.kurs-info .third-part h3 {
    font-size: 18px;
    color: #ff0033;
    line-height: 1.4;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 20px;
}

.kurs-info .third-part p {
    font-size: 18px;
    line-height: 25px;
    font-family: 'Frutiger-Roman', sans-serif;
    color: #000;
}

.kurs-info .third-part h4 {
    font-size: 18px;
    color: #000;
    font-family: 'Frutiger-Bold', sans-serif;
    margin-bottom: 23px;
}

.kurs-info .third-part .logo-list {
    margin-top: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.kurs-info .third-part .logo-list li:first-child {
    -ms-flex-preferred-size: 82px;
    flex-basis: 82px;
    width: 82px;
    width: 100%;
}

.kurs-info .third-part .logo-list li:last-child {
    width: calc(100% - 117px);
    margin-left: 34px;
    font-size: 18px;
    line-height: 25px;
    font-family: 'Frutiger-Roman', sans-serif;
    color: #000;
}

.half-section {
    position: relative;
    margin-top: 375px !important;
}

.course-content .half-section {
    margin-top: 175px !important;
}

.half-section .text-wrapper {
    padding-left: 135px;
    max-width: 730px;
    padding-top: 50px;
    padding-bottom: 94px;
}

.half-section .text-wrapper h2 {
    font-size: 37px;
    line-height: 54px;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 35px;
}

.half-section .text-wrapper p {
    font-size: 22px;
    line-height: 34px;
    font-family: 'Frutiger-Roman', sans-serif;
    color: #000;
}

.half-section .image-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% - 60px);
    height: 100%;
}

.half-section.short-half-section .text-wrapper {
    max-width: 800px;
}

.short-curses .container {
    max-width: 1400px;
    margin: 0 auto;
    float: none !important;
}

.short-curses .curses-item {
    margin: 0 35px;
    width: calc(100% / 3 - 70px);
}

.short-curses .curses-item .vc_column-inner {
    padding: 0 !important;
}

.short-curses .wpb_row.vc_inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.right-red-section {
    position: relative;
}

.right-red-section .left-side {
    padding-top: 155px;
    padding-bottom: 40px;
    padding-right: 135px;
}

.right-red-section .left-side h2 {
    font-size: 38px;
    line-height: 54px;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 35px;
}

.right-red-section .left-side p {
    font-size: 22px;
    line-height: 34px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 30px;
}

.right-red-section .left-side .aqua-p {
    color: #00c4c4;
    font-family: 'Frutiger-Bold', sans-serif;
}

.right-red-section .left-side .lang-list .lang-description p {
    margin-bottom: 0;
}

.right-red-section .right-side {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-size: 0;
    background-size: 0;
}

.right-red-section .right-side .vc_column-inner {
    padding-top: 117px;
    padding-left: 110px;
}

.right-red-section .right-side h3 {
    font-size: 37px;
    color: #fff;
    line-height: 57px;
    font-family: 'clarendon_textitalic', sans-serif;
    width: 100%;
}

.right-red-section:after {
    content: '' !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../_imgs/subpage-header-bg.jpg') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 50%;
    height: 100%;
    z-index: -1;
    display: block !important;
}

.right-red-section:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 19px;
    border-color: transparent transparent transparent #fff;
    z-index: 10;
}

.arrow-list {
    columns: 2;
}

.arrow-list li {
    color: #fff;
    font-size: 18px;
    line-height: 37px;
    font-family: 'Frutiger-Light', sans-serif;
    position: relative;
    padding-left: 36px;
}

.arrow-list li:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    background: url('../_imgs/list-arrow.png') no-repeat center center;
    -webkit-background-size: 18px;
    background-size: 18px;
}

.form-section {
    padding-bottom: 100px;
    padding-top: 150px;
}

.form-section .div-h2 {
    color: #000;
    font-size: 37px;
    line-height: 54px;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 35px;
}

.form-section p {
    font-size: 18px;
    line-height: 1.7;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
}

.form-section .contact-side-list {
    margin-top: 40px;
}

.form-section .contact-side-list li {
    margin-bottom: 15px;
}

.form-section .contact-side-list li a {
    font-size: 18px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-section .contact-side-list li a strong {
    font-weight: 400 !important;
}

.form-section .contact-side-list li a img {
    max-width: 22px;
    margin-right: 32px;
}

.form-section .contact-side {
    padding-left: 30px;
}

.form-section .f-sent {
    padding-left: 90px;
    display: none;
}

.form-section .f-sent .div-h3 {
    color: #000;
    font-size: 37px;
    line-height: 54px;
    font-family: 'clarendon_textitalic', sans-serif;
}

.form-section .f-sent span {
    content: 'Vorname';
    font-size: 14px;
    line-height: 2;
    margin-bottom: 5px;
    font-weight: 700;
    display: block;
}

.form-side {
    padding-right: 30px;
}

.form-side form p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 90px;
}

div.wpcf7-response-output {
    margin-left: 90px;
}

.form-side input:not(.submit-btn),
.form-side textarea {
    width: 100%;
    background: rgba(0, 0, 0, 0.03);
    border: none;
    height: 80px;
    font-size: 21px;
    color: rgba(0, 0, 0, 0.73);
    font-family: 'Frutiger-Roman', sans-serif;
    padding: 0 45px;
}

.form-side textarea {
    height: 125px;
    padding-top: 30px;
}

.form-side input:not(.submit-btn) {
    margin-bottom: 26px;
}

.form-side select {
    width: 100%;
    max-width: calc(50% - 10px);
    display: inline-block;
    margin-bottom: 26px;
    height: 80px;
    background-color: #f2f2f2;
    border: none;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../_imgs/down-arrow.png);
    background-position: 95% center;
    background-repeat: no-repeat;
}

.form-side .wpcf7-form-control-wrap {
    width: 100%;
    margin: 0;
}

.form-side .wpcf7-form-control-wrap:first-child {
    margin-right: 10px;
}

.form-side .colf-2.cfr {
    margin-left: 20px;
}

.form-side .colf-2 {
    width: calc(50% - 10px);
}

.form-side p {
    font-size: 14px;
}

.form-side p label {
    width: 100%;
    line-height: 2;
}

.form-side p label.required {
    color: #ff0033;
}

.form-side p abbr {
    color: #ff0033;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    margin-left: 5px;
}

.form-side .submit-btn {
    margin-top: 70px;
}

.form-side .wpcf7-form.sent .submit-btn,
.wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    display: none !important;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    display: block !important;
    display: block !important;
    border: 0;
    margin-left: 90px;
    font-weight: bold;
    padding: 0;
}

.wpcf7 form .visible-successful-if-sent {
    display: none;
    padding-left: 90px;
    margin-top: 15px;
}

.wpcf7 form .visible-successful-if-sent h3 {
    color: #000;
    font-size: 37px;
    line-height: 54px;
    font-family: 'clarendon_textitalic', sans-serif;
}

.wpcf7 form .visible-successful-if-sent p {
    padding-left: 0;
}

.wpcf7 form.sent .visible-successful-if-sent {
    display: block;
}

.subpage-cta {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 160px;
    padding-bottom: 150px;
    position: relative;
}

.subpage-cta:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

.subpage-cta h2 {
    font-size: 61px;
    line-height: 91px;
    letter-spacing: -0.01em;
    color: #fff;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 50px;
}

.subpage-cta .subpage-cta-inner {
    position: relative;
    z-index: 10;
}

.btn-wrapper {
    margin-top: 55px;
}

.btn-wrapper a {
    margin-right: 40px;
}

.btn-wrapper a:last-child {
    margin-right: 0;
}

.btn-wrapper a img {
    width: 24px;
    margin-right: 20px;
}

.aed-hero {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 80px;
    padding-right: 78px;
}

.aed-hero .container {
    max-width: 1200px;
    margin: 0 auto;
}

.aed-hero h2 {
    font-size: 61px;
    line-height: 1.2;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    letter-spacing: -0.02em;
    margin-bottom: 50px;
}

.aed-hero p {
    font-size: 22px;
    line-height: 32px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 50px;
}

.aed-hero .text-wrapper {
    padding-left: 60px;
}

.aed-hero .aed-hero-text {
    padding-top: 50px;
}

.aed-hero .aed-hero-text h2 {
    font-size: 38px;
    line-height: 1.4;
}

.aed-product-section {
    background: #f3f1f1;
    /*padding-bottom: 315px;*/
    padding-bottom: 160px;
}

.aed-product-section .aed-product-title {
    max-width: 850px;
    margin: 0 auto;
    padding-bottom: 120px;
    padding-top: 120px;
}

.aed-product-section .aed-product-title h2 {
    font-size: 37px;
    line-height: 54px;
    color: #000;
    letter-spacing: -0.03em;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 70px;
}

.aed-product-section .aed-product-title p {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
}

.aed-product-section .aed-product-list {
    max-width: 1420px;
    margin: 60px auto 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aed-product-section .aed-product-list .aed-product-item {
    width: calc(100% / 3 - 80px);
    margin: 0 40px;
    display: block;

}

.aed-product-section .aed-product-list .aed-product-item .product-image {
    margin: 0 auto 60px;
    text-align: center;
    height: 35%;
}

.aed-product-section .aed-product-list .aed-product-item .product-image img {
    max-width: 100%;
}

.aed-product-section .aed-product-list .product-description {
    background: #fff;
    padding: 40px 30px 30px 30px;
    transition: all 0.3s ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.aed-product-section .aed-product-list .aed-product-item:hover .product-description {
    -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.2);
}

.aed-product-section .aed-product-list .product-description h3 {
    font-size: 25px;
    line-height: 28px;
    color: #ff0033;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 75px;
}

.aed-product-section .aed-product-list .product-description p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
}

.aed-cta-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 190px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.aed-cta-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

.aed-cta-section .aed-cta-title {
    position: relative;
    z-index: 10;
}

.aed-cta-section .aed-cta-title h2 {
    font-size: 75px;
    line-height: 112px;
    color: #fff;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 75px;
}

.aed-hero-main-slider {
    width: 100%;
    height: 100%;
    margin-bottom: 80px;
}

.aed-hero-main-slider .slick-slide {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.aed-hero-main-slider .slick-slide img {
    max-width: 400px;
    margin: 0 auto;
}

.aed-hero-nav-slider {
    max-width: 250px;
    margin: 0 auto;
}

.aed-hero-nav-slider .slick-slide {
    margin: 0 10px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 70px;
    cursor: pointer;
}

.featured-section {
    padding-bottom: 270px;
    padding-right: 70px;
}

.featured-section .featured-title h2 {
    font-size: 34px;
    line-height: 53px;
    letter-spacing: -0.02em;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
}

.featured-section .main-featured-list-wrapper {
    margin-bottom: 100px;
}

.featured-section .main-featured-list-wrapper:last-child {
    margin-bottom: 0;
}

.featured-section .featured-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}

.featured-section .featured-list .featured-item {
    width: 47%;
    margin-bottom: 50px;
}

.featured-section .featured-list .featured-item:nth-child(even) {
    margin-left: auto;
}

.featured-section .featured-list .featured-item h3 {
    font-size: 18px;
    line-height: 27px;
    color: #ff0033;
    letter-spacing: 0.09em;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 7px;
}

.featured-section .featured-list .featured-item p {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    letter-spacing: 0.06em;
    font-family: 'Frutiger-Roman', sans-serif;
}

.featured-section .featured-list .featured-item .featured-item-icon {
    text-align: center;
    width: 46px;
}

.pdf-section {
    position: relative;
}

.pdf-section .pdf-section-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pdf-section .pdf-content-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding-bottom: 140px;
}

.pdf-section .pdf-content-wrapper h2 {
    font-size: 37px;
    line-height: 54px;
    letter-spacing: -0.02em;
    font-family: 'clarendon_textitalic', sans-serif;
    color: #000;
    margin-bottom: 73px;
}

.pdf-section .pdf-content-wrapper p {
    font-size: 22px;
    line-height: 34px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
}

.pdf-content-wrapper .pdf-link-list {
    margin-top: 140px;
}

.pdf-link-list li a {
    font-size: 17px;
    line-height: 28px;
    font-family: 'Frutiger-Roman', sans-serif;
    color: #ff0033;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pdf-link-list li a span {
    vertical-align: middle;
    display: inline-block;
}

.pdf-link-list li a img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pdf-link-list li a:hover img {
    -webkit-animation: pdfAnim 0.5s ease-in-out;
    animation: pdfAnim 0.5s ease-in-out;
}

@-webkit-keyframes pdfAnim {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@keyframes pdfAnim {
    50% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

.aed-contact-section {
    background: #f6f6f6;
    padding-top: 220px;
    padding-bottom: 270px;
    display: flex;
    flex: 0 0 auto;
}


.aed-contact-section .aed-contact-section-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.aed-contact-section .aed-contact-section-wrapper h2 {
    font-size: 38px;
    line-height: 1.4;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 70px;
}

.aed-contact-section .aed-contact-section-wrapper p {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-family: 'Frutiger-Roman', sans-serif;
    color: #000;
    margin-bottom: 70px;
}

.shop-section {
    position: relative;
    flex: 0 0 auto;
}

.shop-section .content-text {
    max-width: 640px;
    padding-bottom: 200px;
    padding-top: 20px;
}

.shop-section .content-text h2 {
    font-size: 38px;
    line-height: 1.4;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
}

.shop-section .content-text p {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
}

.shop-section .section-image {
    max-width: 44%;
}

.blog-archive-section {
    padding-top: 170px;
}

.blog-archive-section .blog-posts-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1500px;
    margin: auto;
}

.blog-archive-section .blog-post-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% / 3 - 60px);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 30px 165px 30px;
}

.blog-archive-section .blog-post-item:hover {
    -webkit-box-shadow: 1px 0.5px 18px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 1px 0.5px 18px 0 rgba(0, 0, 0, 0.26);
}

.blog-archive-section .blog-post-item .template-btn {
    z-index: 12;
    position: relative;
}

.blog-archive-section .blog-post-item .blog-post-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 365px;
    width: 100%;
    position: relative;
}

.blog-archive-section .blog-post-item .blog-post-image .new-label {
    position: absolute;
    top: 0;
    right: 0;
    width: 92px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: 'Frutiger-Bold', sans-serif;
    background: #00c4c4;
}

.blog-archive-section .blog-post-item .blog-post-description {
    background: #fff;
    padding: 40px 30px 30px 30px;
}

.blog-archive-section .blog-post-item .blog-post-description h2 {
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-family: 'Frutiger-Bold', sans-serif;
    margin-bottom: 20px;
}

.blog-archive-section .blog-post-item .blog-post-description p {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 40px;
}

.blog-archive-section .blog-post-item:first-child {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 150px;
}

.blog-archive-section .blog-post-item:first-child .blog-post-image {
    width: 50%;
    padding-top: 0;
    height: auto;
}

.blog-archive-section .blog-post-item:first-child .blog-post-description {
    width: 50%;
    background: #fff;
    padding: 63px 100px 63px 60px;

}

.blog-archive-section .blog-post-item:first-child .blog-post-description h2 {
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    font-family: 'Frutiger-Bold', sans-serif;
    margin-bottom: 40px;
}

.blog-archive-section .blog-post-item:first-child .blog-post-description p {
    font-size: 22px;
    line-height: 1.5;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 95px;
}

.pagination {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 220px;
}

.pagination li a,
.pagination li span {
    background: transparent;
    border: none;
    color: rgba(0, 0, 0, 0.14);
    font-size: 18px;
    font-family: 'Frutiger-Roman', sans-serif;
    border-right: 2px solid;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination li a:hover,
.pagination li span:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}

.pagination li a.prev,
.pagination li span.prev,
.pagination li a.next,
.pagination li span.next {
    border: none;
}

.pagination li a:last-child a,
.pagination li span:last-child a {
    border: none;
}

.pagination li span {
    color: #000;
}

.single-label {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 20px;
    display: block;
}

.blog-single .blog-single-thumb {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 730px;
}

.blog-single .blog-single-container {
    width: 100%;
    max-width: 1450px;
    /*margin: 0 auto 200px;*/
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
    background: #fff;
}


.blog-single .blog-post-inner {
    padding: 50px 0 80px 0;
    max-width: 960px;
    margin: auto;
}

.blog-single .blog-post-inner p {
    font-size: 22px;
    line-height: 34px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
}

.blog-single .blog-post-inner h3 {
    font-size: 25px;
    line-height: 28px;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-top: 65px;
    margin-bottom: 65px;
}

.blog-single .post-date {
    font-size: 18px;
    line-height: 1.2;
    color: #ff0033;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 0px;
}

.blog-single .blog-post-title {
    font-size: 56px;
    line-height: 1.4;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 50px;
    margin-top: 20px;
}

.blog-single .top-paragraph {
    margin-bottom: 100px;
}

.blog-single .top-paragraph p {
    font-size: 22px;
    line-height: 37px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
}

.blog-single .blog-post-products {
    max-width: 960px;
    margin: 0 auto 100px;
}

.blog-post-products h2 {
    font-size: 38px;
    line-height: 55px;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 80px;
}

.blog-post-products .woocommerce.columns-2 ul.products li.product {
    width: 35%;
    margin-right: 15%;
}

.blog-single .available-products {
    padding: 0 230px;
}

.available-products h2 {
    font-size: 38px;
    line-height: 55px;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
}

.available-products .available-products-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -66px;
    margin-top: 50px;
}

.available-products .available-products-list .available-products-slider {
    width: 100%;
}

.available-products .available-products-list .available-products-slider .slick-track {
    margin-left: 0;
}

.available-products .available-products-list .product-item {
    width: calc(100% / 3 - 133px);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 66px;
}

.available-products .available-products-list .product-item .product-thumb {
    text-align: center;
    background: #f6f6f6;
    padding: 50px 0;
}

.available-products .available-products-list .product-item .product-thumb img {
    max-width: 295px;
    margin: 0 auto;
}

.available-products .available-products-list .product-caption {
    padding-top: 25px;
}

.available-products .available-products-list .product-caption span,
.available-products .available-products-list .product-caption p {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
}

.available-products .available-products-list .product-caption span {
    margin-bottom: 18px;
}

.available-products .available-products-list .product-caption h3 {
    font-size: 28px;
    line-height: 39px;
    color: #ff0033;
    font-family: 'clarendon_textitalic', sans-serif;
    letter-spacing: -0.01em;
}

.available-products .btn-wrapper {
    text-align: center;
    margin-top: 320px;
    margin-bottom: 228px;
}

.new-label {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    display: block;
    background: #00c4c4;
}

.new-label span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 15px;
    color: #fff;
    font-family: 'Frutiger-Roman', sans-serif;
}

.related-blog-posts {
    background: rgba(0, 0, 0, 0.1);
    padding-top: 98px;
    padding-bottom: 165px;
}

.related-blog-posts h2 {
    font-size: 37px;
    line-height: 54px;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 90px;
}

.related-blog-posts .related-slider-wrapper {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 166px;
}

.related-blog-posts .related-slider .slide-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    margin: 0 5px;
}

.related-blog-posts .related-slider .slide-inner .left-side {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    width: 50%;
}

.related-blog-posts .related-slider .slide-inner .right-side {
    width: 50%;
    padding: 44px 74px 104px 40px;
}

.related-blog-posts .related-slider .slide-inner .right-side h3 {
    font-size: 24px;
    line-height: 1.5;
    color: #000;
    font-family: 'Frutiger-Bold', sans-serif;
    margin-bottom: 44px;
}

.related-blog-posts .related-slider .slide-inner .right-side p {
    font-size: 22px;
    line-height: 1.5;
    font-family: 'Frutiger-Roman', sans-serif;
    color: #000;
    margin-bottom: 50px;
}

.related-blog-posts .related-slider .slick-prev {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    left: -166px;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.related-blog-posts .related-slider .slick-prev:before {
    content: '';
    width: 23px;
    height: 23px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    top: 27px;
    left: 30px;
    transform: rotate(-135deg);
    font-size: 50px;
    opacity: 1;
}

.related-blog-posts .related-slider .slick-next {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    right: -166px;
    z-index: 10;
    transition: all 0.3s ease-in-out;
}

.related-blog-posts .related-slider .slick-prev:hover,
.related-blog-posts .related-slider .slick-next:hover {
    background: #ff0033;
}


.related-blog-posts .related-slider .slick-next:before {
    content: '';
    width: 23px;
    height: 23px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    position: absolute;
    top: 27px;
    left: 25px;
    transform: rotate(45deg);
    font-size: 50px;
    opacity: 1;
}

/*****************************/
.team-nav {
    width: 100%;
}

.team-nav li {
    width: 50%;
    float: left;
    margin: 0;
    max-width: 50%;
}

.team-nav li img {
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in-out;
}

.team-nav li a:hover img {
    transform: scale(1.1);
}


.team-nav li span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: 'clarendon_textitalic', sans-serif;
    color: #000;
}

.team-nav.nav>li>a {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-right: 0;
    overflow: hidden;
}

.team-nav.nav-tabs>li.active>a,
.team-nav.nav-tabs>li.active>a:focus,
.team-nav.nav-tabs>li.active>a:hover {
    border: none;
}

.tab-content-wrapper {
    position: sticky;
}

.team-tab-content {
    margin-top: 50px;
}

.team-tab-content .big-image {
    display: none;
}


.team-section .team-list .team-item .team-item-image .mail-icon {
    position: absolute;
    right: 23px;
    bottom: 16px;
    z-index: 12;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-section .team-list .team-item .team-item-image .mail-icon img {
    width: 44px;
    height: 32px;
}

.team-section .team-list .team-item .team-item-image .mail-icon:hover {
    bottom: 22px;
}

.team-section .team-list .team-item .team-description {
    margin-top: 22px;
}

.team-section .team-list .team-item .team-description h3 {
    font-size: 25px;
    line-height: 28px;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 22px;
}

.team-section .team-list .team-item .team-description ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
}

.team-section .team-list .team-item .team-description ul li {
    font-size: 21px;
    line-height: 25px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    position: relative;
    margin-right: 16px;
}

.team-section .team-list .team-item .team-description ul li:after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 21px;
    width: 2px;
    background: #000;
}

.team-section .team-list .team-item .team-description ul li:last-child {
    margin-right: 0;
}

.team-section .team-list .team-item .team-description ul li:last-child:after {
    display: none;
}

.team-section .team-list .team-item .team-description p {
    font-size: 21px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.5);
    font-family: 'Frutiger-Roman', sans-serif;
}

.team-item-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4px;
}

.team-item-info li {
    font-size: 21px;
    line-height: 25px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    position: relative;
    margin-right: 16px;
}

.team-item-info li:after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 21px;
    width: 2px;
    background: #000;
}

.team-item-info li:last-child {
    margin-right: 0;
}

.team-item-info li:last-child:after {
    display: none;
}

.team-single-section {
    padding-bottom: 415px;
}

.team-single-section .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team-item-info li {
    font-size: 18px;
}

.team-single-header {
    padding-bottom: 130px;
}

.team-single-header h2 {
    font-size: 38px;
    margin-top: 60px;
    margin-bottom: 20px;
    font-family: 'clarendon_textitalic', sans-serif;
    color: #000;
}

.team-single-header p {
    font-size: 18px;
    line-height: 25px;
    font-family: 'Frutiger-Roman', sans-serif;
    color: rgba(0, 0, 0, 0.5);
}

.team-single-section .team-single-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    position: relative;
}

.team-single-section .team-single-text blockquote {
    padding: 0;
    border: none;
    font-family: 'Frutiger-Roman', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}

.team-single-description {

    padding-bottom: 110px;

    max-width: 600px;
}

.team-single-section .btn-wrapper {
    text-align: center;
    margin-top: 216px;
    width: 100%;
}

.team-single-section .team-single-contact {
    position: absolute;
    bottom: 0;
    right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.team-single-section .team-single-contact li {
    margin-right: 10px;
}

.team-single-section .team-single-contact li:last-child {
    margin-right: 0;
}

.team-single-section .team-single-contact li a {
    width: 98px;
    height: 98px;
    display: block;
    background: #ff0033;
    position: relative;
}

.team-single-section .team-single-contact li a .fa {
    font-size: 38px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.team-single-section .team-single-contact li a img {
    max-width: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lexikon-section {
    padding-top: 120px;
    padding-bottom: 340px;
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 123;
}

.sticky+.letters-wrapper {
    padding-top: 60px;
}

.lexikon-section .lexikon-filter-wrapper {
    padding: 80px 0 0 0;
}

.lexikon-section .lexikon-filter-wrapper .lexikon-filter {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
    background: #fff;
    padding-bottom: 30px;
}

.lexikon-section .lexikon-filter-wrapper .lexikon-filter li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.lexikon-section .lexikon-filter-wrapper .lexikon-filter li a {
    font-size: 34px;
    color: #000;
    font-family: 'Frutiger-Bold', sans-serif;
    text-transform: uppercase;
    padding: 0 10px 0 9px;
    position: relative;
    line-height: 65px;
    display: block;
    padding-top: 5px;
}

.lexikon-section .lexikon-filter-wrapper .lexikon-filter li a:hover {
    color: #ff0033;
}

.lexikon-section .lexikon-filter-wrapper .lexikon-filter li a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    width: 1px;
    height: 65px;
    background: rgba(0, 0, 0, 0.5);
}

.lexikon-section .lexikon-filter-wrapper .lexikon-filter li.unactive a {
    color: rgba(0, 0, 0, 0.25);
}

.lexikon-section .letters-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.lexikon-section .letters-wrapper .letter-terms {
    padding-top: 20px;
}

.lexikon-section .letters-wrapper .letter-inner {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-right: 220px;
    padding-left: 40px;
    margin-bottom: 40px;
}

.lexikon-section .letters-wrapper .letter-inner:last-child {
    border: none;
    margin: 0;
}

.lexikon-section .letters-wrapper .letter-inner h2 {
    font-size: 60px;
    color: #ff0033;
    font-family: 'Frutiger-Bold', sans-serif;
}

.lexikon-section .letters-wrapper .letter-inner .letter-terms-item {
    margin-bottom: 115px;
    padding-left: 80px;
}

.lexikon-section .letters-wrapper .letter-inner .letter-terms-item h3 {
    font-size: 28px;
    line-height: 28px;
    color: #ff0033;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 40px;
}

.lexikon-section .letters-wrapper .letter-inner .letter-terms-item p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 25px;
}

.lexikon-section .letters-wrapper .letter-inner .letter-terms-item img {
    margin: 40px 0;
}

.lexikon-section .letters-wrapper .letter-inner .letter-terms-item .pdf-link-list {
    margin-top: 20px;
}

.lexikon-section .letters-wrapper .letter-inner .letter-terms-item .pdf-link-list li:before {
    content: none;
}

.lexikon-section .letters-wrapper .letter-inner .letter-terms-item .pdf-link-list li a {
    line-height: 43px;
}

.lexikon-section .letters-wrapper .letter-inner .letter-terms-item .pdf-link-list li a img {
    margin: 0;
}

.lexikon-section .btn-wrapper {
    text-align: center;
    padding-top: 65px;
}

.faq-section {
    padding-top: 130px;
    padding-bottom: 115px;
}

.faq-section .small-container {
    max-width: 1200px;
    margin: 0 auto;
}

.faq-section .faq-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    margin-bottom: 70px;
}

.faq-section .faq-item:last-child {
    border: none;
    margin-bottom: 0;
}

.faq-section .faq-item h2 {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Frutiger-Roman', sans-serif;
    color: #ff0033;
    padding-right: 90px;
}

.faq-section .faq-item .faq-content-item {
    margin-bottom: 160px;
}

.faq-section .faq-item .faq-content-item:last-child {
    margin-bottom: 0;
    padding-bottom: 140px;
}

.faq-section .faq-item .faq-content-item .faq-title {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.faq-section .faq-item .faq-content-item .faq-title .faq-icon {
    display: inline-block;
    width: 100%;
    max-width: 25px;
    height: 25px;
    -ms-flex-preferred-size: 25px;
    flex-basis: 25px;
    background: #ff0033;
    border-radius: 50%;
    position: relative;
    margin-right: 16px;
    margin-top: 12px;
    text-align: center;
    color: #fff;
}

.faq-section .faq-item .faq-content-item .faq-title .faq-icon span {
    width: 11px;
    height: 3px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.faq-section .faq-item .faq-content-item .faq-title .faq-icon span:after {
    content: '';
    width: 11px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-section .faq-item .faq-content-item .faq-title h3 {
    font-size: 34px;
    line-height: 1.5;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    width: calc(100% - 43px);
    padding-top: 80px;
    margin-top: -80px;
    hyphens: auto;
}

.faq-section .faq-item .faq-content-item .faq-text {
    padding-left: 43px;
}

.faq-section .faq-item .faq-content-item .faq-text p {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 25px;
}

.faq-section .faq-item .faq-content-item .faq-text p a:hover {
    text-decoration: underline !important;
}

.faq-section .faq-item .faq-content-item .faq-text .circle-list {
    padding-left: 87px;
}

.faq-section .faq-item .faq-content-item .faq-text .faq-img-wrapper {
    padding-top: 60px;
}

.faq-section .faq-item .faq-content-item .faq-text .faq-img-wrapper p {
    margin-bottom: 10px;
}

.circle-list {
    counter-reset: my-awesome-counter;
    list-style: none;
}

.circle-list li {
    counter-increment: my-awesome-counter;
    position: relative;
    vertical-align: middle;
    margin-bottom: 29px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    padding-left: 50px;
}

.circle-list li strong {
    font-family: 'Frutiger-Bold', sans-serif;
}

.circle-list li span {
    display: inline-block;
    width: calc(100% - 47px);
}

.circle-list li:before {
    content: counter(my-awesome-counter);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #00c4c4;
    text-align: center;
    line-height: 37px;
    color: #fff;
    font-size: 19px;
    font-family: 'Frutiger-Bold', sans-serif;
    margin-right: 13px;
    position: absolute;
    top: -4px;
    left: 0;
}

.faq-cta {
    background-image: -webkit-gradient(linear, left top, right top, from(#c8cbce), to(#d6d9db));
    background-image: -webkit-linear-gradient(left, #c8cbce, #d6d9db);
    background-image: -o-linear-gradient(left, #c8cbce, #d6d9db);
    background-image: linear-gradient(to right, #c8cbce, #d6d9db);
    /*overflow: hidden;*/
}

.faq-cta .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.faq-cta .faq-cta-text {
    padding-top: 150px;
    padding-bottom: 190px;
    margin-left: -70px;
}

.faq-cta .faq-cta-text .div-h2 {
    font-size: 38px;
    line-height: 1.5;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 92px;
    hyphens: auto;
}

.faq-cta .faq-cta-text p {
    font-size: 20px;
    line-height: 1.6;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
}

.faq-cta .faq-cta-img {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.top-banner {
    font-size: 15px;
    line-height: 19px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    padding: 56px 32px;
    max-width: 300px;
    background: #00ffff;
}

.impressum-section {
    padding-top: 30px;
}

.impressum-text {
    padding-top: 140px;
    padding-bottom: 175px;
}

.impressum-text .text-item {
    margin-bottom: 110px;
}

.impressum-text .text-item h2 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 25px;
    line-height: 28px;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 25px;
}

.impressum-text .text-item p {
    font-size: 18px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Frutiger-Roman', sans-serif;
}

.agb-section {
    padding-top: 90px;
}

.agb-section .container {
    max-width: 1200px;
}

.agb-section .agb-list-wrapper {
    padding-bottom: 110px;
}

.agb-section .agb-list-wrapper h2 {
    font-size: 38px;
    line-height: 84px;
    color: #000;
    letter-spacing: -0.015em;
    margin-bottom: 50px;
    font-family: 'clarendon_textitalic', sans-serif;
}

.agb-section .agb-list-wrapper ol {
    padding: 0;
    counter-reset: my-awesome-counter;
    list-style: none;
    margin-bottom: 130px;
}

.agb-section .agb-list-wrapper ol li {
    font-size: 21px;
    line-height: 25px;
    color: #000;
    counter-increment: my-awesome-counter;
    position: relative;
}

.agb-section .agb-list-wrapper ol li:before {
    margin-right: 28px;
    content: counter(my-awesome-counter) '.';
}

.agb-section .agb-text-wrapper {
    background: rgba(0, 0, 0, 0.05);
    padding-top: 120px;
    padding-bottom: 100px;
}

.agb-ol .agb-text-list {
    list-style: none;
}

.agb-section .agb-text-wrapper .agb-text-list {
    padding: 0;
    counter-reset: my-awesome-counter;
    list-style: none;
    margin-bottom: 130px;
}

.agb-section .agb-text-wrapper .agb-text-list .agb-text-item {
    counter-increment: my-awesome-counter;
    position: relative;
    margin-bottom: 80px;
}

.agb-section .agb-text-wrapper .agb-text-list .agb-text-item:before {
    content: counter(my-awesome-counter) '.';
    display: inline-block;
    font-size: 25px;
    line-height: 28px;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-right: 55px;
}

.agb-section .agb-text-wrapper .agb-text-list .agb-text-item h3 {
    display: inline-block;
    font-size: 25px;
    line-height: 28px;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 20px;
}

.agb-section .agb-text-wrapper .agb-text-list .agb-text-item p {
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-bottom: 15px;
}

.agb-section .agb-text-wrapper .agb-text-list .agb-text-item ol,
.agb-section .agb-text-wrapper .agb-text-list .agb-text-item ol.letter-list {
    list-style-type: lower-alpha;
    padding-left: 50px;
    list-style: none;
    counter-reset: my-sec-counter;
}

.agb-section .agb-text-wrapper .agb-text-list .agb-text-item ol>li,
.agb-section .agb-text-wrapper .agb-text-list .agb-text-item ol.letter-list>li {
    counter-increment: my-sec-counter;
}

.agb-section .agb-text-wrapper .agb-text-list .agb-text-item ol>li p:first-child,
.agb-section .agb-text-wrapper .agb-text-list .agb-text-item ol.letter-list>li p:first-child {
    display: inline-block;
    width: calc(100% - 45px);
    vertical-align: top;
}

.agb-section .agb-text-wrapper .agb-text-list .agb-text-item ol>li p:not(:first-child),
.agb-section .agb-text-wrapper .agb-text-list .agb-text-item ol.letter-list>li p:not(:first-child) {
    padding-left: 37px;
}

.agb-section .agb-text-wrapper .agb-text-list .agb-text-item ol>li:before,
.agb-section .agb-text-wrapper .agb-text-list .agb-text-item ol.letter-list>li:before {
    content: counter(my-sec-counter, lower-alpha) ')';
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    margin-right: 20px;
}

.mobile-team-image,
.mobile-kurs-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    display: none;
}

.single-product {
    position: relative;
    overflow-x: hidden;
}

.third-part.first>.vc_column-inner>.wpb_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.third-part.first .wpb_raw_html {
    order: 2;
    width: 100%;
}

.third-part.first .check-list {
    order: 1;
    width: 100%;
}

.third-part.first.unternehmen .quantity {
    display: none;
}

.right-red-section .vc_column_container {
    float: none !important;
}

.vc-form-section .form-side {
    padding: 0 15px;
}

.vc-form-section .contact-side {
    padding: 0 15px;
}

.contact-side .div-h2 {
    font-family: 'clarendon_textitalic', sans-serif;
    font-size: 37px;
    color: #000;
}

.subpage-header.vc-sub-header .subpage-title {
    left: 30px;
}

.kurs-info>.wpb_column>.vc_column-inner>.wpb_wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}


/************ 01.08.19 *******************/


body.admin-bar .main-header {
    top: 32px;
}


.wp-pagenavi {
    text-align: center;
    margin-bottom: 100px;
}


.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
    border-right: 2px solid #BFBFBF;
    padding: 0 9px 0 0;
    margin: 0 11px 0 0;
    font-size: 25px;
    color: #BFBFBF;
}

.wp-pagenavi>*:last-child {
    border-right: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    color: #000;
    border-color: #000;
}

.course-content .variations {
    margin-bottom: 20px;
}

.course-content .variations td.value label[for="kursdatum-input1"],
.course-content .variations td.value label[for="kursart-input1"],
.course-content .variations td.value label[for="kurszeit-input1"],
.course-content .variations td.value label[for="kursort-input1"],
.course-content .variations td.value label[for="kursdaten-input1"],
.course-content .variations input[type=radio],
.course-content .variations select {
    display: none;
}

.course-content .variations .label label {
    font-size: 18px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.65);
    line-height: 36px;
    min-width: 80px;
    text-align: left;
}

.course-content .variations .label {
    position: relative;
    padding-left: 40px;
}

.course-content .variations .label:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    background: url(../_imgs/check-icon.png) no-repeat center center;
    -webkit-background-size: 19px;
    background-size: 19px;
    width: 19px;
    height: 19px;
}

.course-content .variations td.value {
    position: relative;
    padding: 7px 0 0 0;
}

.course-content .variations td.value label {
    display: flex;
    font-size: 18px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.65);
    padding-left: 20px;
    white-space: nowrap;
    margin-bottom: 11px;
}

.course-content .variations td.value label .inp-icon {
    width: 20px;
    height: 20px;
    border: 2px solid #666;
    position: relative;
    margin-right: 10px;
    margin-top: 3px;
}

.course-content .variations input[type=radio]:checked+label>span.inp-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    background: url(../_imgs/plus.png) no-repeat center center;
}

.course-content .reset_variations {
    position: absolute;
    bottom: -23px;
    color: #666;
}


h2 {
    font-family: 'clarendon_textitalic', sans-serif;
    font-size: 37px;
    color: #000;
}


.parallax-bottom-section>div:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    display: block;
}

.course-content .quantity,
.stock.in-stock {
    display: none !important;
}

/*
.impressum-content h2 {
    font-family: 'clarendon_textitalic', sans-serif;
    font-size: 38px;
    line-height: 1.5;
}
*/
.impressum-content h2 {
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 30px;
    font-size: 24px;
}

.impressum-content a img {
    margin-right: 10px;
}

.agb-list li {
    font-size: 20px;
    margin-bottom: 10px;
}

.agb-ol ol>li.agb-text-item {
    margin-bottom: 35px !important;
    font-size: 16px;
}

.impressum-content .line-list {
    margin: 10px 0;
}

.impressum-content .line-list li {
    font-size: 16px;
    color: #000;
    font-family: 'Frutiger-Roman', sans-serif;
    position: relative;
}

.impressum-content .line-list li:before {
    content: '';
    width: 11px;
    height: 2px;
    background: #ff0033;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 21px;
}

/********** shop **************/
.product-main-content,
.shop-main-content {
    margin-top: 50px;
}


.shop-sidebar {
    width: 21%;
    padding-left: 0;
    float: left;
}

.shop-sidebar-widget h3 {
    font-size: 38px;
    line-height: 1.4;
    font-family: 'clarendon_textitalic', sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
}

.shop-sidebar-widget ul li a {
    color: #000;
    padding: 3px 50px 3px 0;
    display: inline-block;
}

.shop-sidebar-widget ul .children {
    margin-left: 32px;
    margin-top: 13px;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 50px;
    text-align: left;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers a,
.woocommerce nav.woocommerce-pagination ul.page-numbers span {
    border: none;
    border-right: 2px solid #BFBFBF;
    padding: 0 9px 0 0;
    margin: 0 11px 0 0;
    font-size: 25px;
    color: #BFBFBF;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li a:focus,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
    background: transparent;
    color: #333;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li .prev,
.woocommerce nav.woocommerce-pagination ul.page-numbers li .next {
    display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #000;
    line-height: 1.4;
    margin-bottom: 6px;
    font-size: 22px;
    text-transform: capitalize;
    padding-bottom: 0;
    padding-top: 0;
    font-family: 'Frutiger-Bold', sans-serif;
    min-height: 75px;
}

.woocommerce ul.products li.product .loop-product-sub-headline {
    min-height: 56px;
}

.woocommerce ul.products.columns-3 li.product {
    position: relative;
}

.woocommerce ul.products li.product .price {
    color: #000;
    font-size: 20px;
    font-family: 'Frutiger-Bold', sans-serif;
}

.cart-popup .woocommerce-price-suffix,
.woocommerce ul.products li.product .price .woocommerce-price-suffix {
    display: none;
}

.woocommerce div.product div.images img,
.woocommerce ul.products li.product a img {
    background: #f6f6f6;
    margin: 0 0 25px;
    transition: all 0.3s ease-in-out;
}

.woocommerce div.product div.images.woocommerce-product-gallery img {
    transition: none;
}

.woocommerce ul.products li.product a:hover img {
    opacity: 0.85;
}


.label-group {
    color: #000;
    margin-bottom: 10px;
    font-size: 14px;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: calc(33% - 40px);
    padding: 0 40px 30px 0;
    border-right: 1px solid #BFBFBF;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 40px 2.992em 0;
}

.woocommerce.tax-product_cat ul.products li.last,
.woocommerce-page.tax-product_cat ul.products li.last {
    margin-right: 0;
    border-right: none !important;
}

.product-main-content .product-section,
.shop-main-content .shop-content {
    padding: 0 30px 0 60px;
    margin-bottom: 120px;
    width: 78%;
    float: left;
    border-left: 1px solid #BFBFBF;
}

.product-main-content .product-section {
    padding: 0 15px;
}


.product-categories>li {
    padding: 9px 0;
}

.product-categories>li>a {
    font-size: 18px;
}

.product-categories>li>a:hover {
    color: #ff0033;
}

.product-categories>li.cat-parent {
    cursor: pointer;
    position: relative;
}

.product-categories>li.cat-parent:after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 13px;
    right: 25px;
}

.product-categories>li.cat-parent:hover:after {
    border-top: 2px solid #ff0033;
    border-right: 2px solid #ff0033;
}

.product-categories>li.cat-parent .children {
    display: none;
}

.product-categories>li.cat-parent.current-cat .children,
.product-categories>li.cat-parent.current-cat-parent .children {
    display: block;
}

.product-categories>li.cat-parent .children li a:hover {
    color: #757575;
}

.searchform-shop input[type=submit],
.searchform-shop .screen-reader-text,
.searchform-shop .screen-reader-text {
    display: none;
}

.searchform-shop {
    margin-bottom: 50px;
}

.error-404 .page-content input[type=text],
.searchform-shop input {
    font-size: 24px;
    line-height: 1;
    font-family: 'clarendon_textitalic', sans-serif;
    font-weight: 400;
    padding: 5px 0 5px 40px;
    background: url(../_imgs/search-icon.svg) no-repeat 8px center;
    background-size: 21px 21px;
    border: 0;
    border-bottom: 1px solid #000;
    color: #afafaf;
    width: 96%;
}

.error-404 .page-content input:placeholder,
.searchform-shop input:placeholder {
    font-size: 38px;
    line-height: 1.4;
    font-family: 'clarendon_textitalic', sans-serif;
    color: #afafaf;
    font-weight: 400;
}

.archive.woocommerce .sp-back-button {
    display: none;
}

/************ product *************/

.woocommerce div.product h1.product_title {
    font-size: 32px;
    line-height: 1.4;
    font-family: 'clarendon_textitalic', sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: -20px auto 50px;
    color: #000;
    font-size: 18px;
}

.woocommerce .woocommerce-breadcrumb a {
    color: #000;
}

.single-product .product-sku,
.single-product .product_meta {
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
}


.single-product .woocommerce-product-details__short-description {
    font-size: 22px;
    line-height: 1.5;
    color: #000;
}

.woocommerce-page.single-product div.product div.images {
    width: 42%;
}

.woocommerce-page.single-product div.product div.summary {
    width: 52%;
}


.single-product.woocommerce div.product form.cart .variations td.label {
    display: none;
}

.sp-back-button {
    margin-bottom: 180px;
}

.check-mark-list li {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;

}

.check-mark-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    background: url(../_imgs/check-icon.png) no-repeat center center;
    background-size: 19px;
    width: 19px;
    height: 19px;
}

.single-product .woocommerce-product-details__short-description {
    margin: 30px 0;
}

.single-product.woocommerce div.product span.price {
    color: #000;
    font-size: 35px;
}

.single-product .woocommerce-variation-price {
    margin-bottom: 30px;
}

.single-product.woocommerce div.product form.cart .variations select {
    width: 380px;
    min-width: auto;
    display: inline-block;
    margin-right: 1em;
    height: 80px;
    background-color: #f2f2f2;
    border: none;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../_imgs/down-arrow.png');
    background-position: 95% center;
    background-repeat: no-repeat;
}

.single-product.woocommerce div.product form.cart .variations select option:hover {
    background-color: #ff0033;
}

.upsells.products,
.related.products {
    width: 96%;
    margin: 30px auto 130px !important;
    max-width: 1690px;
}

.woocommerce .upsells.products ul.products li.first,
.woocommerce .related.products ul.products li.first {
    clear: inherit;
}

.woocommerce .upsells.products ul.products li,
.woocommerce .related.products ul.products li {
    margin: 0 24px;
}

.single-product.woocommerce div.product .upsells span.price span,
.single-product.woocommerce div.product .related.products span.price {
    font-size: 22px;
}

.single-product.woocommerce div.product .related.products .woocommerce-price-suffix {
    display: none;
}

.upsells h2,
.related.products h2 {
    margin-bottom: 50px;
    font-size: 32px;
    color: #000;
}

.related.products h2 {
    padding-left: 20px;
}

.upsells.products .slick-next,
.upsells.products .slick-prev,
.related.products .slick-prev,
.related.products .slick-next {
    top: 37%;
    width: 41px;
    height: 41px;
    background: #999999;
    border-radius: 50%;
}

.upsells.products .slick-next:before,
.upsells.products .slick-prev:before,
.related.products .slick-prev:before,
.related.products .slick-next:before {
    content: '';
    position: absolute;
    top: 14px;
    left: 23px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    margin-left: -11px;
    opacity: 1;
}

.upsells.products .slick-prev:before,
.related.products .slick-prev:before {
    transform: rotate(-135deg);
    left: 27px;
}

.related.products .slick-prev:hover,
.related.products .slick-next:hover {
    background: #b1b1b1;
}

.product.type-product .product-descr h2.vc_custom_heading {
    font-size: 32px;
    color: #000;
}

.product-descr {
    overflow: hidden;
    padding: 100px 0 !important;
}

.product-descr p {
    color: #000;
}

.product-descr>.vc_row {
    margin-bottom: 80px;
}

/***********  checkout **********/

div.quantity {
    background: #f2f2f2;
    height: 60px;
    border: none;
    position: relative;
    margin-right: 20px !important;
    width: 87px;
}


.quantity .qty {
    background: transparent;
    border: none;
    height: 60px;
    max-width: 60px;
    font-size: 30px !important;
    text-align: center;
    border-right: 3px solid #fff !important;
    font-size: 20px;
    padding: 5px 10px;
    border-radius: 0;
    outline: none;
}

.qty_button.minus,
.qty_button.plus {
    cursor: pointer;
    padding: 5px 12px;
    width: 27px;

    box-sizing: border-box;
    border-radius: 4px;
    outline: none;
    position: absolute;
    background: transparent;
    border: none;
    right: 0px;
}

.qty_button.plus {
    top: 0px;
    height: 32px;
    border-bottom: 3px solid #fff !important;
}

.qty_button.minus {
    bottom: 0;
    height: 30px;
}


.qty_button.plus input {
    background: transparent;
    border: none;
    position: absolute;
    top: 10px;
    left: 7px;
    width: 11px;
    height: 11px;
    padding: 0;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

.qty_button.minus input {
    background: transparent;
    border: none;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 11px;
    height: 11px;
    padding: 0;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;

}


/************/
.cart_totals #wc-stripe-payment-request-button-separator {
    margin-bottom: 1.5em;
}

.woocommerce-cart .woocommerce .woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #000;
    font-size: 40px;
}


.woocommerce-cart .woocommerce {
    padding: 115px 0 100px;
    background: #f7f7f7;
    height: 100%;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce-cart .woocommerce-cart-form {
    background: #fff;
    padding: 40px 40px 0;
}

.woocommerce-cart .cart-collaterals {
    background: #fff;
    padding: 40px 40px 20px;
}

.woocommerce table.shop_table {
    border: none;
    margin-top: 50px;
}

.woocommerce .cart-collaterals table.shop_table {
    border: none;
    margin-top: 83px;
}

.woocommerce-cart .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead {
    display: none;
}

.woocommerce table.shop_table td {
    border-top: 2px solid rgba(0, 0, 0, .1);
    padding: 49px 12px;
}

.woocommerce table.shop_table .head td {
    border: 0;
}

.woocommerce table.shop_table .head td {
    padding: 0;
}

.woocommerce table.shop_table .variation_list td {
    border-top: 0;
}

.woocommerce table.shop_table td.product-remove {
    padding-top: 37px;
}

.woocommerce table.shop_table tr:first-child td {
    border-top: none;
}

.woocommerce-cart table.cart img {
    width: 160px;
    background: #f6f6f6;
}

.woocommerce table.shop_table td.product-name a {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
}

.woocommerce .woocommerce-cart-form__cart-item a.remove {
    position: relative;
    width: 28px;
    height: 28px;
    margin-top: 10px;
    text-indent: -5000px;
}

.woocommerce .woocommerce-cart-form__cart-item a.remove:hover {
    background: transparent;
}

.woocommerce .woocommerce-cart-form__cart-item a.remove:before,
.woocommerce .woocommerce-cart-form__cart-item a.remove:after {
    content: '';
    -ms-flex-line-pack: justify;
    align-content: space-between;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #909090;
    border-radius: 5px;
    top: 12px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.woocommerce .woocommerce-cart-form__cart-item a.remove:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.woocommerce .woocommerce-cart-form__cart-item a.remove:hover:before,
.woocommerce .woocommerce-cart-form__cart-item a.remove:hover:after {
    background: #ff0033;
}

.woocommerce table.shop_table .product-price {
    display: flex;
    font-size: 26px;
    margin-top: 100px;
    color: #000;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
}

.woocommerce table.shop_table .product-price .woocommerce-Price-amount {
    margin-right: 10px;
}

.woocommerce table.shop_table .product-price .woocommerce-price-suffix {
    font-size: 14px;
    line-height: 1.5;
}


.woocommerce-cart table.cart td {
    vertical-align: top;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
    padding: 5px 12px;
}

.woocommerce-cart .cart-collaterals tr.shipping td {
    padding: 5px 12px 20px;
}

.woocommerce-cart tr.cart-subtotal th,
.woocommerce-cart tr.shipping th {
    padding: 5px 12px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: none;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td,
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th {
    border-top: 2px solid rgba(0, 0, 0, .1);
    padding-top: 15px;
    font-size: 24px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals th,
.woocommerce-cart .cart-collaterals .cart_totals tr.woocommerce-shipping-totals td {
    padding-bottom: 50px;
}

.woocommerce-cart .cart-collaterals .woocommerce-Price-amount,
.woocommerce-cart .cart-collaterals th {
    font-size: 24px;
    line-height: 27px;
    white-space: nowrap;
}

.woocommerce-cart .cart-collaterals .order-total td,
.woocommerce-cart .cart-collaterals .cart-subtotal td,
.woocommerce-cart .cart-collaterals .shipping td {
    text-align: right;
}

.woocommerce-cart .cart-collaterals .order-total th,
.woocommerce-cart .cart-collaterals .cart-subtotal th,
.woocommerce-cart .cart-collaterals .shipping th {
    padding-left: 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 60%;
}

.woocommerce-cart .cart-collaterals .cart-subtotal th,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals th,
.woocommerce-cart .cart-collaterals .shipping th {
    font-weight: 400;
}

.woocommerce-cart .cross-sells ul.products.columns-2 li.product {
    width: calc(50% - 20px);
    max-width: 306px;
}

.woocommerce-cart .cross-sells ul.products.columns-2 li.product:last-child {
    margin-right: 0;
}

.woocommerce-shipping-methods label {
    font-weight: 400;
}

.woocommerce-coupon-form {
    display: none;
    margin-top: 30px;
}

.js-coupon {
    margin: 50px 0 0;
    font-size: 22px;
    display: block;
    cursor: pointer;
    position: relative;
}

.js-coupon:after {
    content: '';
    position: absolute;
    top: 7px;
    right: 8px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    transition: all 0.3s ease-in-out;
}

.js-coupon span {
    color: #777;
    display: block;
}

.coupon.under-proceed {
    display: flex;
}

.coupon.under-proceed .input-text {
    padding: 15px 15px;
    background: #f2f2f2;
    border: none;
}

.coupon.under-proceed button {
    padding: 0;
    overflow: hidden;
}

.order-total .includes_tax span.woocommerce-Price-amount.amount,
.order-total .includes_tax {
    font-size: 14px;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    justify-content: center;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 0 5px;
    width: auto;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    max-width: 70px;
}

.woocommerce-price-suffix {
    color: #bdbdbd;
    font-size: 18px;
}

.woocommerce table.shop_table tbody .cart-discount th,
.woocommerce button.button.single_add_to_cart_button {
    font-weight: 400;
}

.woocommerce-remove-coupon {
    color: #909090;
    font-size: 18px;
}

.custom-shipping-block,
.woocommerce-cart .cross-sells {
    background: #fff;
    padding: 40px;
    margin-bottom: 25px;
}

.available-payments-block h2,
.custom-shipping-block h2,
.woocommerce-cart .cross-sells h2 {
    margin-bottom: 40px;
}

.woocommerce-cart h2 {
    font-size: 38px;
}

.custom-shipping-block table {
    margin-top: 40px;
}

.custom-shipping-block table .woocommerce-shipping-totals.shipping th {
    display: none;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity {
    position: relative;
    min-width: 180px;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity div.quantity {
    float: right;
    margin: 0 !important;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .price {
    position: absolute;
    right: 0;
    bottom: 40px;
    font-size: 24px;
    line-height: 27px;
    white-space: nowrap;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .price small {
    color: #767676;
    font-size: 12px;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity {
    position: relative;
    min-width: 180px;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity div.quantity {
    float: right;
    margin: 0 !important;
    height: 40px;
    width: 70px;
}

.woocommerce-cart .woocommerce-cart-form .product-quantity .price {
    position: absolute;
    right: 0;
    bottom: 40px;
    font-size: 24px;
    line-height: 27px;
    white-space: nowrap;
}

.woocommerce-cart .qty_button.minus,
.woocommerce-cart .qty_button.plus {
    padding: 4px 10px;
    width: 20px;
}

.woocommerce-cart .quantity .qty {
    height: 40px;
    width: 49px;
    font-size: 25px !important;
}

.woocommerce-cart .qty_button.plus {
    height: 22px;
}

.woocommerce-cart .qty_button.minus {
    height: 20px;
}

.woocommerce-cart .qty_button.plus input {
    top: 8px;
    left: 6px;
    width: 9px;
    height: 9px;
}

.woocommerce-cart .qty_button.minus input {
    top: 5px;
    left: 6px;
    width: 9px;
    height: 9px;
    padding: 0;
}

.shipping-calculator-button {
    color: #333;
    display: block;
    margin: 20px 0;
}

ul.woocommerce-shipping-methods li input[type=radio] {
    display: none;
}

ul.woocommerce-shipping-methods li input[type=radio]+label {
    padding-left: 30px;
    position: relative;
}

ul.woocommerce-shipping-methods li input[type=radio]+label:before {
    width: 20px;
    content: '';
    height: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    border: 2px solid #666;
}

ul.woocommerce-shipping-methods li input[type=radio]:checked+label:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    background: url(../_imgs/../_imgs/plus.png) no-repeat center center;
}

.available-payments-block {
    background-color: white;
    padding: 40px;
    margin-bottom: 25px;
}

.available-payments-block li {
    display: inline-block;
    width: 80px;
    margin: 5px;
}

/***** woocommerce-checkout  ******/

.woocommerce-checkout h2 {
    font-size: 38px;
    margin-bottom: 50px;
    max-width: 1200px;
    margin: 0 auto 35px;
}

.woocommerce-checkout h3 {
    margin-bottom: 30px;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
    color: #fff;
    background: #f03;
}

@media screen and (min-width: 767px) {
    .wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
        margin-top: -22px;
    }

}

@media screen and (max-width: 992px) {

    .main-header .main-nav-inner .main-nav li .sub-menu li a span.menu-image {
        margin-right: 30px;
    }

    .main-header .main-nav-inner .main-nav li .sub-menu li.bls a span.menu-image {
        margin-right: 15px;
    }

}

.woocommerce-shipping-fields h2 {
    font-size: 38px;
    margin-bottom: 30px;
}

.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
    line-height: 43px;
    width: 46px;
    height: 46px;
    margin-top: -22px;
    font-size: 18px;
}

form.checkout.woocommerce-checkout {
    width: 1200px;
    margin: 100px auto;
}

#error_block {
    width: 1200px;
    margin: 10px auto;

}

.stripe-source-errors .woocommerce-error,
#error_block .woocommerce-error {
    border: 0;
    margin: 0;
    background-color: #f11c1cbd;
    padding: 20px 20px 20px 54px;
    border-radius: 20px;
    color: white;
}

.stripe-source-errors .woocommerce-error::before,
#error_block .woocommerce-error::before {
    color: white;
}

.stripe-source-errors .woocommerce-error li:first-child,
.stripe-source-errors .woocommerce-error li {
    border: 0;
    padding: 0;
}

.stripe-source-errors .woocommerce-error::before {
    top: 24px;
}

.wpmc-tabs-wrapper {
    width: 935px;
    display: block;
    margin: 40px auto 100px;
    padding: 50px 0;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background: #f7f7f7;
    border: none;
    padding: 28px 15px 28px 34px;
    margin-bottom: 10px;
}

.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
    font-size: 0px;
}

.wpmc-steps-wrapper {
    margin-bottom: 150px;
}

.wpmc-nav-buttons {
    text-align: left;
}

.wpmc-footer-right {
    width: 100%;
    float: none;
}

.wpmc-nav-buttons #wpmc-prev {
    margin-right: 20px;
}

.wpmc-footer-left {
    display: none;
}

.wpmc-nav-wrapper {
    width: 935px;
    margin: 0 auto 150px;
}

.woocommerce-shipping-fields {
    margin-top: 0;
}

#ship-to-different-address {
    margin-bottom: 20px;
}

#ship-to-different-address label {
    font-weight: 400;
    margin-top: 0;
}

#wc-stripe-new-payment-method,
#ship-to-different-address input {
    display: none;
}

.woocommerce-SavedPaymentMethods-saveNew label,
#ship-to-different-address label span {
    position: relative;
    padding-left: 40px;
}

.woocommerce-SavedPaymentMethods-saveNew label:before,
#ship-to-different-address label span:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #000;
}

.woocommerce-SavedPaymentMethods-saveNew input[type=checkbox]:checked+label:after,
#ship-to-different-address input[type=checkbox]:checked+span:after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0px;
    background: url(../_imgs/plus.png) no-repeat center center;
}

#customer_details .col-1 {
    margin-bottom: 30px;
}

.woocommerce-checkout .address {
    max-width: 780px;
    float: none;
    padding-top: 0px;
    margin: 0 auto;
}


.woocommerce-checkout-review-order {
    width: 32%;
    background: #f7f7f7;
    padding: 30px;
}


.wpmc-step-item.wpmc-step-login {
    max-width: 935px;
    margin: auto;
}

.woocommerce form.login,
.woocommerce form.register {
    border: none;
}

.woocommerce .wpmc-step-item.wpmc-step-login form .form-row-first,
.woocommerce .wpmc-step-item.wpmc-step-login form .form-row-last {
    float: none;
    width: 60%;
}

.lost_password a {
    color: #333;
}

.woocommerce-button.button.woocommerce-form-login__submit {
    margin: 30px 0;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table {
    border-collapse: collapse;
    margin-bottom: 0;
}


.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot th {
    border-top: none;
    padding: 5px 0;
    font-weight: 400;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr.shipping th {
    padding: 5px 0 20px;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .order-total th {
    font-weight: 700;
    padding-top: 15px;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot td {
    padding: 5px 12px;
    font-size: 12px;
    text-align: right;
    border-top: none;
    vertical-align: middle;
    font-weight: 400;
    line-height: inherit;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr.shipping td {
    padding: 5px 12px 20px;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .order-total {
    border-top: 1px solid rgba(0, 0, 0, .3);
    vertical-align: top;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .order-total td small {
    display: block;
    font-size: 12px;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tr.shipping {}

/********* cart-popup **********/

.cart-popup {
    display: none;
    position: absolute;
    width: 350px;
    left: 30px;
    top: 80px;
    background: #fff;
    padding: 15px 0 15px 15px;
    box-shadow: -1px 2px 7px rgba(0, 0, 0, 0.3);
}

.cart-products-number {
    position: absolute;
    background: #ff0033;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    display: none;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    top: -10px;
    right: 0;
}

.cart-products-number.show-count {
    display: block;
}

.cart-popup>div {
    padding-right: 15px;
    max-height: calc(100vh - 130px);
    overflow-y: scroll;
}

.cart-popup:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -14px;
    right: 145px;
    box-shadow: -3px -4px 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    transform: rotate(45deg);
    z-index: 1;
}

.cart-popup h3,
.cart-popup span.popup-title {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    line-height: 1.1;
}

.cart-popup .cart-product-block .cart-product-item {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    flex-wrap: wrap;
}

.cart-popup .cart-product-block .cart-product-item a.remove {
    position: absolute;
    width: 15px;
    height: 15px;
    margin-top: 0;
    text-indent: -5000px;
    display: block;
    right: 0;
    top: -5px;
}

.cart-popup .cart-product-block .cart-product-item a.remove:after,
.cart-popup .cart-product-block .cart-product-item a.remove:before {
    content: '';
    -ms-flex-line-pack: justify;
    align-content: space-between;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #909090;
    border-radius: 5px;
    top: 12px;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cart-popup .cart-product-block .cart-product-item a.remove:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.cart-popup .cart-product-block .cart-product-item a.remove:hover:before,
.cart-popup .cart-product-block .cart-product-item a.remove:hover:after {
    background: #ff0033;
}

.cart-popup .cart-product-block .cart-product-item a.remove:hover {
    background: transparent;
}

.cart-popup .cart-product-block .cart-product-item:last-child {
    border-bottom: 2px solid #e6e6e6;
}

.cart-popup .cart-product-item .item-image {
    width: 30%;
    margin-right: 4%;
    display: flex;
    align-items: center;
}


.main-header .main-nav-wrapper .icon-menu {
    margin-right: 0px;
    margin-left: auto;
}

.main-header .main-nav-wrapper .icon-menu .cart-product-item .item-image img {
    width: 100px;
    height: auto;
    background: #f6f6f6;
}

.cart-popup .cart-product-item .item-details {
    width: 65%;
    display: flex;
    flex-wrap: wrap;
}

.cart-popup .cart-product-item .item-details h4,
.cart-popup .cart-product-item .item-details .cart-product-title {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    padding-right: 20px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.1;
}

.cart-popup .cart-product-item .item-details .variation {
    margin-top: 10px;
    font-size: 12px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}

.cart-popup .cart-product-item .item-details .variation dt {
    margin-right: 5px;
}

.cart-popup .cart-product-item .item-details .variation dd {
    margin-right: 15px;
}

.cart-popup .cart-titles strong {
    font-size: 18px;
    line-height: 1.3;
}

.cart-popup .cart-titles small {
    font-size: 12px;
    color: #b3b3b3;
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
}

.woocommerce-notices-wrapper,
.cart-popup a.remove {
    display: none;
}

.woocommerce-account .woocommerce-notices-wrapper {
    display: block;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    display: block;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.cart-popup .cart-titles,
.cart-popup .cart-values {
    width: 50%;
}

.cart-popup .cart-values {
    text-align: right;
    font-weight: 700;
    font-size: 18px;
}

.cart-popup .mini-cart-shiping-wrap {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 15px;
}

.cart-popup .mini-cart-total-wrap {
    padding-top: 15px;
}

.cart-popup .mini-cart-shiping-wrap .cart-values,
.cart-popup .mini-cart-subtotal-wrap .cart-values {
    font-weight: 400;
}

.cart-popup .cart-titles {
    line-height: 1;
}

.login-form-popup .login-submit input[type="submit"],
.cart-popup .to-checkout {
    font-size: 18px;
    color: #fff;
    font-family: 'Frutiger-Roman', sans-serif;
    font-weight: normal;
    height: 52px;
    width: 100%;
    border: none;
    background: #ff0033;
    display: inline-block;
    border-radius: 40px;
    text-align: center;
    transition: all 0.3s ease;
    line-height: 52px;
    margin: 30px 0 15px;
    padding: 0;
}

.login-form-popup .login-submit input[type="submit"]:hover,
.cart-popup .to-checkout:hover {
    background: #d00f26;
}

.cart-popup .to-cart {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.cart-popup .cart-product-item .item-details .qty-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    line-height: 15px;
    align-self: flex-end;
}

.qty-price>span:first-child {
    font-size: 10px;
    color: #b3b3b3;
}

.cart-popup .cart-product-item .item-details .qty-price .woocommerce-Price-amount {
    line-height: 1;
    font-size: 18px;
}

.cart-popup del {
    text-decoration: none;
    display: block;
}

.cart-popup .cart-product-item .item-details .qty-price del .woocommerce-Price-amount {
    font-size: 14px;
    opacity: 0.6;
}

/*
   Step Checkout
*/
.step_checkout .login-password.error,
.step_checkout .login-username.error {
    position: relative;
}

.step_checkout .login-password.error input,
.step_checkout .login-username.error input {
    border: 1px solid #ff0033 !important;
    padding-right: 116px !important;
}

.step_checkout .login-password.error:after,
.step_checkout .login-username.error:after {
    content: "!";
    width: 30px;
    height: 30px;
    display: block;
    right: -36px;
    top: 14px;
    border-radius: 16px;
    color: #ff0033;
    border: 1px solid #ff0033;
    position: absolute;
    text-align: center;
    line-height: 29px;
    font-size: 18px;
}

.step_checkout .login-username .error_text,
.step_checkout .login-password .error_text {
    position: absolute;
    right: 11px;
    top: 19px;
    font-size: 14px;
    color: #ff0033;
    display: none;
}

.step_checkout .login-username.error .error_text,
.step_checkout .login-password.error .error_text {
    display: block;
}

.step_checkout .order {
    padding: 30px;
    background-color: #f7f7f7;
}

.step_checkout .woocommerce-checkout-review-order {
    width: 100%;
    padding: 0;
}

.woocommerce-checkout .step_content {
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
}

.step_block {
    max-width: 1000px;
    margin: 40px auto;
    position: relative;
}

.step_block .steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.step_block .steps li {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.step_block .steps li:last-child .r_line,
.step_block .steps li:first-child .l_line {
    visibility: hidden;
}

.step_block .steps li .l_line,
.step_block .steps li .r_line {
    flex-grow: 1;
    height: 1px;
    background: #dddddd;
    margin-top: 20px;
}

.step_block .steps .step_num {
    background: white;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
    border-radius: 20px;
    line-height: 40px;
    color: #dddddd;
    margin: auto auto 35px;
}

.step_block .steps li a {
    color: #dddddd;
    display: block;
    width: 100%;
    font-size: 16px;
}

.step_block .steps li a.step-link {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
}

.woocommerce-checkout form .form-row.woocommerce-invalid input.input-text {
    border: 1px solid #ff0033;
    background: rgba(255, 0, 0, 0.03);
}

.woocommerce-checkout form .form-row.woocommerce-invalid span {
    position: relative;
}

.woocommerce-checkout form .form-row.woocommerce-invalid span:after {
    content: 'Bitte ausfüllen';
    position: absolute;
    font-size: 0.8em;
    top: calc(50% - 10px);
    right: 10px;
    color: #ff0033;
}

.woocommerce-checkout form .form-row#billing_salutation_field.woocommerce-invalid span.select2-selection__arrow {
    position: absolute;
}

.woocommerce-checkout form .form-row#billing_salutation_field.woocommerce-invalid .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #ff0033;
}

.woocommerce-checkout form .form-row#billing_salutation_field.woocommerce-invalid span:after {
    display: none;
}

.woocommerce-checkout form .form-row#billing_salutation_field.woocommerce-invalid .select2-selection {
    border: 1px solid #ff0033;
}

.woocommerce-checkout form .form-row.woocommerce-invalid.email-invalid span:after {
    content: 'Die eingegebene Email Adresse hat ein ungültiges Format';
}

.step_checkout.step_4 li.step_point_4 a,
.step_checkout.step_4 li.step_point_3 a,
.step_checkout.step_4 li.step_point_2 a,
.step_checkout.step_4 li.step_point_1 a,
.step_checkout.step_3 li.step_point_3 a,
.step_checkout.step_3 li.step_point_2 a,
.step_checkout.step_3 li.step_point_1 a,
.step_checkout.step_2 li.step_point_2 a,
.step_checkout.step_2 li.step_point_1 a,
.step_checkout.step_5 li a {
    color: black;
}

.step_checkout.step_5 li.step_point_5 .l_line,
.step_checkout.step_4 li.step_point_4 .l_line,
.step_checkout.step_3 li.step_point_3 .l_line,
.step_checkout.step_2 li.step_point_2 .l_line,
.step_checkout.step_4 li.step_point_2 .l_line,
.step_checkout.step_4 li.step_point_2 .r_line,
.step_checkout.step_4 li.step_point_3 .l_line,
.step_checkout.step_4 li.step_point_3 .r_line,
.step_checkout.step_4 li.step_point_1 .r_line,
.step_checkout.step_3 li.step_point_2 .r_line,
.step_checkout.step_3 li.step_point_2 .l_line,
.step_checkout.step_3 li.step_point_1 .r_line,
.step_checkout.step_2 li.step_point_1 .r_line,
.step_checkout.step_5 li .r_line,
.step_checkout.step_5 li .l_line {
    background-color: #ff0033;
}

.step_checkout.step_5 li.step_point_5 .step_num,
.step_checkout.step_4 li.step_point_4 .step_num,
.step_checkout.step_3 li.step_point_3 .step_num,
.step_checkout.step_2 li.step_point_2 .step_num,
.step_checkout.step_1 li.step_point_1 .step_num {
    border-color: #ff0033;
    color: white;
    background-color: #ff0033;
}


.step_checkout.step_5 li.step_point_4 .step_num,
.step_checkout.step_5 li.step_point_3 .step_num,
.step_checkout.step_5 li.step_point_2 .step_num,
.step_checkout.step_5 li.step_point_1 .step_num,
.step_checkout.step_4 li.step_point_3 .step_num,
.step_checkout.step_4 li.step_point_2 .step_num,
.step_checkout.step_4 li.step_point_1 .step_num,
.step_checkout.step_3 li.step_point_2 .step_num,
.step_checkout.step_3 li.step_point_1 .step_num,
.step_checkout.step_2 li.step_point_1 .step_num {
    color: #ff0033;
    border-color: #ff0033;
}

.step_checkout.step_5 li.step_point_4 .step_num span,
.step_checkout.step_5 li.step_point_3 .step_num span,
.step_checkout.step_5 li.step_point_2 .step_num span,
.step_checkout.step_5 li.step_point_1 .step_num span,
.step_checkout.step_4 li.step_point_3 .step_num span,
.step_checkout.step_4 li.step_point_2 .step_num span,
.step_checkout.step_4 li.step_point_1 .step_num span,
.step_checkout.step_3 li.step_point_2 .step_num span,
.step_checkout.step_3 li.step_point_1 .step_num span,
.step_checkout.step_2 li.step_point_1 .step_num span {
    display: none;
}

.step_checkout.step_5 li.step_point_4 .step_num:before,
.step_checkout.step_5 li.step_point_3 .step_num:before,
.step_checkout.step_5 li.step_point_2 .step_num:before,
.step_checkout.step_5 li.step_point_1 .step_num:before,
.step_checkout.step_4 li.step_point_3 .step_num:before,
.step_checkout.step_4 li.step_point_2 .step_num:before,
.step_checkout.step_4 li.step_point_1 .step_num:before,
.step_checkout.step_3 li.step_point_2 .step_num:before,
.step_checkout.step_3 li.step_point_1 .step_num:before,
.step_checkout.step_2 li.step_point_1 .step_num:before {
    content: "\f147";
    display: inline-block;
    font-family: dashicons;
    font-size: 30px;
}

.woocommerce-checkout .login_step .button,
.woocommerce form.woocommerce-checkout a.button,
.woocommerce-checkout .button {
    border-radius: 45px;
    background: #FE0032;
    color: white;
    padding: 18px 40px;
    font-size: 16px;
    min-width: 170px;
    text-align: center;
    box-shadow: 0 0 13px rgba(102, 102, 102, 0.35);
    transition: all 0.3s ease-in-out;
    margin-top: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

.woocommerce form.woocommerce-checkout a.button.disabled {
    background-color: #848484;
    color: #ffffff;
}

.woocommerce form.woocommerce-checkout a.button.disabled:hover {
    color: white;
    background-color: #727272;
}

.woocommerce-checkout .login_step .button:hover,
form.woocommerce-checkout a.button:hover,
.woocommerce-checkout .button:hover {
    color: white;
    background-color: #d00f26
}

.wc-stripe-elements-field,
.woocommerce-checkout .login_step input[type='password'],
.woocommerce-checkout .login_step input[type='text'] {
    background-color: #F7F7F7;
    border: 0;
    padding: 15px;
    color: black;
    margin-bottom: 10px;
    width: 100%;
}

#shipping_company_field,
#billing_company_field {
    display: none;
}

.woocommerce-edit-address #shipping_company_field,
.woocommerce-edit-address #billing_company_field {
    display: block !important;
}

/*
    Step login
*/

.woocommerce-checkout .step_content.login_step>div {
    flex-grow: 1;
    width: 100%;
    padding: 0 30px;

}

.woocommerce-checkout .step_content .login_block a {
    color: black;
    margin-bottom: 20px;
    display: inline-block;
}

.woocommerce-checkout .login_step h2 {
    margin-left: 0;
}

.woocommerce-checkout .login_step .register_block,
.woocommerce-checkout .login_step .no_register_block {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce-checkout .login_step .button {
    margin-top: auto;

}

/*
    Step Login
*/
.step_checkout .shiping,
.step_checkout .cart_list,
.step_checkout .address,
.step_checkout .payment,
.step_checkout .order {
    display: none;
}

.step_checkout.step_2 .address {
    display: block;
}

.step_checkout.step_4 .content_step_4 {
    display: block;
}

.woocommerce-checkout #customer_details h2 {
    margin-bottom: 5px;
}

.woocommerce-checkout .buyer_type_block {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;

}

.woocommerce-checkout .buyer_type_block>p {

    display: inline-block;
}

.woocommerce-checkout .buyer_type_block>p:first-child {
    margin-right: 80px;
}

.woocommerce-checkout .thwcfd-field-country {
    display: none;
}

.woocommerce-checkout .woocommerce-shipping-fields {
    margin-top: 35px;
}

@media screen and (min-width: 1200px) {
    .woocommerce-checkout .woocommerce-shipping-fields #shipping_postcode_field {
        float: left;
        width: 47%;
    }

    .woocommerce-checkout .woocommerce-shipping-fields #shipping_city_field {
        width: 47%;
        float: right;
        clear: right;
    }
}

.woocommerce-checkout button.next_step {
    padding: 10px 40px;
    border-radius: 40px;
}

/*
    step 3 Payment
*/
.step_checkout.hideCod .payment_method_cod,
.step_checkout.hideCod .payment_method_wallee_2,
.step_checkout.hidebacs .payment_method_bacs {
    display: none !important;
}

.order-total th small {
    display: block;
    color: #cccccc;
    font-size: 12px;
    font-weight: normal;
    margin-top: -9px;
}

.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot .order-total td small {
    display: none;
}

.step_checkout.step_3 .order,
.step_checkout.step_3 .payment {
    display: block;
}

.step_checkout.step_3 .order {
    width: 360px;
    min-width: 360px;
    max-width: 360px;
    float: right;
}

.step_checkout.step_3 .woocommerce-checkout #payment {
    width: 100%;
}

.step_checkout.step_3 .payment {
    width: 100%;
    max-width: 65%;
    float: left;
}

.step_checkout.step_3 .woocommerce-checkout>div:last-child {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#stripe-cvc-element {
    position: relative;
}

#stripe-cvc-element:before {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    background-image: url("../_imgs/cvv-50.png");
    width: 30px;
    height: 30px;
    background-size: cover;
    opacity: 0.5;
    top: 9px;
}

#stripe-cvc-element.StripeElement--complete:before {
    opacity: 1;
}

.wc_payment_methods li {
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 0;
}

.wc_payment_methods li:first-child {
    border-top: 1px solid #f7f7f7;
}

.wc_payment_method.payment_method_stripe label {
    width: calc(100% - 40px);
}

.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    float: right;
    width: 60px;
    max-width: none;
    margin-left: 5px;
}

.step_checkout.step_3 .place-order {
    display: none;
}

.step_checkout.step_3 .next_step {
    width: 100%;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    padding: 0 30px;
}

.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0;
    padding: 0;
}

.woocommerce-checkout #payment div.payment_box .form-row label {
    display: none;
}

/*
    Step4
*/
.step_checkout.step_4 .address h2,
.step_checkout.step_4 .buyer_type_block,
.step_checkout.step_4 .next_step,
.step_4_title {
    display: none;
}

.step_checkout.step_4 .address {
    margin-top: 74px;
}

.step_checkout.step_4 .cart_list,
.step_checkout.step_4 .step_4_title,
.step_checkout.step_4 .address,
.step_checkout.step_4 .shiping {
    display: block;
}

.woocommerce .step_checkout.step_4 ul#shipping_method li label {
    display: flex;
    justify-content: space-between;
}

.step_checkout.step_4 form.woocommerce-checkout {
    display: flex;
}

.step_checkout.step_4 form.woocommerce-checkout>div:first-child {
    flex-grow: 1;
}

.step_checkout.step_4 form.woocommerce-checkout>div:last-child {
    width: 40%;
    padding-left: 30px;
}

.step_checkout.step_4 h3 {
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    font-family: 'clarendon_textitalic', sans-serif;
}

.step_checkout.step_4 .head h3 {
    border: 0;
    margin-bottom: 10px;
    margin-top: 40px;
}

.step_checkout.step_4 .payment .edit,
.step_checkout.step_4 .woocommerce-shipping-fields .edit,
.step_checkout.step_4 .woocommerce-billing-fields .edit {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    cursor: pointer;
}

.step_checkout.step_4 .payment.save .edit,
.step_checkout.step_4 .save .woocommerce-shipping-fields .edit,
.step_checkout.step_4 .save .woocommerce-billing-fields .edit {
    background-image: url("../_imgs/save-26.png");
    background-size: contain;

}

.step_checkout.step_4 .save.save-error .edit {
    pointer-events: none;
}

.step_checkout.step_4 .payment.save .edit:hover,
.step_checkout.step_4 .woocommerce-shipping-fields.save .edit:hover,
.step_checkout.step_4 .woocommerce-billing-fields.save .edit:hover {
    opacity: 0.8;
}

.step_checkout.step_4 .woocommerce-checkout-payment,
.step_checkout.step_4 #ship-to-different-address,
.step_checkout.step_4 .woocommerce-shipping-fields__field-wrapper,
.step_checkout.step_4 .woocommerce-billing-fields__field-wrapper {
    display: none;
}

.step_checkout.step_4 .biling_info,
.step_checkout.step_4 .shipping_info,
.step_checkout.step_4 .payment .info,
.step_checkout.step_4 .payment>h3,
.step_checkout.step_4 .save .woocommerce-checkout-payment,
.step_checkout.step_4 .save #ship-to-different-address,
.step_checkout.step_4 .save .woocommerce-shipping-fields__field-wrapper,
.step_checkout.step_4 .save .woocommerce-billing-fields__field-wrapper {
    display: block;
}

.biling_info,
.shipping_info,
.payment .info,
.payment>h3,
.step_checkout.step_4 .save .biling_info,
.step_checkout.step_4 .save .shipping_info,
.step_checkout.step_4 .save.payment .info {
    display: none;
}

.step_checkout.step_4 .payment {
    display: block;
    margin-top: 35px;
}

.step_checkout.step_4 .payment h3 {
    display: block;
}

.step_checkout.step_4 .payment h2 {
    display: none;
}

.step_checkout.step_4 .woocommerce-checkout #payment {
    width: 100%;
}

.step_checkout.step_4 .order {
    display: block;
}

.step_checkout.step_4 .stripe-source-errors {
    display: none;
}

table.shop_table .woocommerce-shipping-totals td>span {
    display: none;
}

table.shop_table .woocommerce-shipping-totals li label {
    color: transparent;
    font-size: 0 !important;
}

table.shop_table .woocommerce-shipping-totals li label .amount {
    color: rgb(51, 51, 51);
    font-weight: 400 !important;
    line-height: inherit;
    vertical-align: middle;
}

.step_checkout.step_4 .order {
    margin-top: 35px;
}

.step_checkout.step_4 #order_review .woocommerce-Price-amount.amount {
    color: rgb(51, 51, 51);
    width: 130px;
    display: flex;
    justify-content: flex-end;
    float: right;
}

.step_checkout.step_4 #order_review .includes_tax {
    display: none;
}

#place_order {
    background: #ff0033;
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    padding: 16px;
    margin-top: 20px;
}

#place_order:hover {
    background-color: #d00f26
}

.step_checkout.step_4 table.cart {

    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    ;
    border-radius: 0;
}

.step_checkout.step_4 table.cart td {
    vertical-align: top;
}

.step_checkout.step_4 .product-thumbnail {
    max-width: 150px;
}

.step_checkout.step_4 .product-thumbnail img {
    width: 100%;
}

.step_checkout.step_4 table.cart td.product-quantity {
    vertical-align: bottom;
    font-weight: bold;
    text-align: right;
}

.woocommerce table.shop_table .variation_list td {
    padding: 0px 12px 20px;
}

.woocommerce table.shop_table .variation_list h4 {
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 20px;
}

/***** search *********/

.search-wrapper {
    position: relative;
}

.search-div {
    display: none;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    z-index: 999;
}

.search-div .searchform {
    width: 500px;

}

.search-div .searchform>div {
    display: flex;
    border-bottom: 1px solid #000;
}

.search-div .searchform input[type=text] {
    width: calc(100% - 125px);
    border: none;
    padding: 5px 15px;
    font-weight: 400;
    color: #afafaf;
}

.search-div .searchform input[type=submit] {
    background: transparent;
    border: none;
    font-family: 'clarendon_textitalic', sans-serif;
    padding: 5px 35px;
}

.search-div .screen-reader-text {
    display: none;
}

#ajaxsearchlite1 {
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #000 !important;
    width: 500px;
}

#ajaxsearchlite1 form {
    width: 100%;
}

#ajaxsearchlite1 .probox,
div.asl_w .probox {
    height: 35px !important;
}

div.asl_w .probox .promagnifier {
    height: 35px !important;
    width: 123px !important;
}

#ajaxsearchlite1 .probox .proinput input[type=search],
#ajaxsearchlite1 .probox .proinput input[type=text],
div.asl_w .probox .proinput input {
    border: none !important;
    font-weight: 400 !important;
    color: #afafaf !important;
    font-size: 18px !important;
}

#ajaxsearchlite1 .proclose {
    display: none !important;
}

div.asl_w .probox .promagnifier .innericon svg {
    display: none !important;
    position: relative;
}

div.asl_w .probox .promagnifier .innericon:after {
    background: transparent;
    border: none;
    font-family: 'clarendon_textitalic', sans-serif;
    padding: 5px 35px;
    content: "Suche";
    position: absolute;
    right: 0;
    height: 100%;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
    color: #ff0033 !important;
}

@media screen and (max-width: 767px) {
    #ajaxsearchlite1 {
        width: calc(100vw - 155px);
    }

    #ajaxsearchlite1 .probox .proinput input[type=search],
    #ajaxsearchlite1 .probox .proinput input[type=text],
    div.asl_w .probox .proinput input {
        width: 100px !important;
    }
}

.search-result {
    padding: 100px 0;
}

.search-result .post-block {
    margin-bottom: 45px;
}

.search-result .post-block h3 a {
    color: #000;
    text-decoration: underline !important;
}

.search-result .post-block h3 a:hover {
    color: #000;
    text-decoration: none !important;
}

/***** login-form popup********/

.login-form-popup {
    display: none;
    position: absolute;
    width: 350px;
    right: 15px;
    top: 80px;
    background: #fff;
    padding: 15px;
    box-shadow: -1px 2px 7px rgba(0, 0, 0, 0.3);
}

.login-form-popup:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -14px;
    right: 22px;
    box-shadow: -3px -4px 4px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    transform: rotate(45deg);
    z-index: 1;
}

.login-form-popup h3,
.login-form-popup span.popup-title {
    font-size: 26px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
    line-height: 1.1;
}

.login-form-popup form label {
    display: none;
}

.login-form-popup input[type="text"],
.login-form-popup input[type="password"] {
    background: #f7f7f7;
    border: none;
    padding: 15px 15px 15px 34px;
    margin-bottom: 10px;
    width: 100%;
}

.login-form-popup a,
.login-form-popup .btn {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

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

.woocommerce_checkout_login h2 {
    padding: 0 20px;
    margin-bottom: 50px;
}

.login-page-blocks {
    margin-top: 100px;
    align-items: stretch;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
}

.login-page-blocks .block {
    padding-right: 50px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-page-blocks .block p {
    padding: 0 20px;
}

.login-page-blocks .block button.button,
.login-page-blocks .block .btn {
    width: 262px;
    background: #ff0033;
    border-radius: 40px;
    color: #fff;
    font-size: 16px;
    line-height: 58px;
    padding: 0;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    font-weight: 400;
    text-align: center;
    float: none;
    margin: 60px 0 0 20px;
    height: 60px;
}

.login-page-blocks .block button.button:hover,
.login-page-blocks .block .btn:hover {
    color: #fff;
    background: #d00f26;
}

.wpmc-footer-right.wpmc-nav-buttons #wpmc-skip-login.button.current {
    display: none !important;
}

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

.checkout-footer-links {
    background: #e6e4e4;
    padding: 5px 0;
}

.checkout-footer-links span a {
    color: #909090;
}

.checkout-footer-links span a:hover {
    color: #ff0033;
}

.checkout-footer-links .d-flex {
    padding: 0 50px;
    justify-content: space-between;
}

/****** account  ****/

.add_button {
    width: 32px;
    height: 32px;
    display: block;
    background: #ff0033;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.add_button:hover {
    background: #d00f26;
}

.add_button:before {
    content: "\f543";
    color: white;
    font-family: dashicons;
    position: absolute;
    display: block;
    left: 7px;
    top: 1px;
    font-size: 19px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
}

.container.acc-content {
    padding-top: 100px;
    min-height: 800px;
}

.acc-content .user_info>div,
.acc-content .u-columns>div {
    padding: 35px;
    background: #f2f2f2;
}

.acc-content .user_info>div h3,
.acc-content .u-columns>div header {
    border-bottom: 1px solid #cccbcb;
    padding-bottom: 20px;
    margin-bottom: 15px;
    width: 100%;
    align-self: flex-start;
    position: relative;
}

.acc-content .user_info>div h3 a {
    display: inline-block;
    position: absolute;
    right: 0;
}

.acc-content .user_info li.default {
    font-weight: bold;
}

.acc-content .u-columns>div header h3 {
    font-size: 26px;
}

.acc-content .user_info,
.acc-content .u-columns.woocommerce-Addresses {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1005px;
    margin-top: 60px;
}

.acc-content .user_info {
    margin-top: 30px;
}

.acc-content .user_info>div,
.u-columns.woocommerce-Addresses>div {
    display: flex;
    flex-wrap: wrap;
    width: 48%;
}

.acc-descr {
    font-size: 24px;
    color: #000;
}

.acc-content address {
    line-height: 1.6;
    font-size: 20px;
}

.edit {
    text-indent: -5000px;
    width: 22px;
    height: 22px;
    background: url('../_imgs/edit.png') no-repeat center center;
}

.edit:hover {
    opacity: 0.8;
}

.woocommerce-account .woocommerce-MyAccount-content {
    margin-bottom: 200px;
}

.woocommerce-account h3 {
    font-family: 'clarendon_textitalic';
}

.woocommerce-account h4.nav-title {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    margin-bottom: 30px;
}

.woocommerce-MyAccount-navigation li a {
    color: #000;
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 15px;
    display: block;
}

.woocommerce-MyAccount-navigation li.is-active a {
    font-weight: 700;
}

.woocommerce-MyAccount-content .woocommerce-error {
    display: none;
}

.woocommerce-MyAccount-content form .form-row.woocommerce-invalid input.input-text {
    border: 1px solid #ff0033;
    background: rgba(255, 0, 0, 0.03);
}

.woocommerce-MyAccount-content form .form-row.woocommerce-invalid label {
    color: #ff0033 !important;
}

.woocommerce-MyAccount-content form .form-row.woocommerce-invalid span {
    position: relative;
}

.woocommerce-MyAccount-content form .form-row.woocommerce-invalid span:after {
    content: 'Bitte ausfüllen';
    position: absolute;
    font-size: 0.8em;
    top: calc(50% - 10px);
    right: 10px;
    color: #ff0033;
}

.woocommerce-MyAccount-content form .form-row.woocommerce-invalid.email-invalid span:after {
    content: 'Die eingegebene Email Adresse hat ein ungültiges Format';
}

.woocommerce-MyAccount-content mark {
    background: transparent;
}

.woocommerce-MyAccount-content .woocommerce-order-details {
    margin-top: 30px;
}

.woocommerce-MyAccount-content .woocommerce-order-details table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin-top: 30px;
}

.woocommerce-MyAccount-content .woocommerce-order-details table.shop_table td {
    padding: 9px 12px;
}

.woocommerce-MyAccount-content .woocommerce-order-details table.shop_table td.product-name {
    display: flex;
}

.woocommerce-MyAccount-content .woocommerce-order-details table.shop_table td.product-name a {
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 0;
}

.woocommerce-MyAccount-content .woocommerce-order-details table.shop_table tr:first-child td {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .woocommerce-account .woocommerce-MyAccount-content.col-md-9 {
        float: left;
        width: 75%;
    }

}

.woocommerce table.shop_table.woocommerce-orders-table.woocommerce-MyAccount-orders td {
    border-top: none;
    padding: 15px 12px;
    font-size: 20px;
    border-bottom: 20px solid #fff;
    background: #f7f7f7;
}

.woocommerce table.my_account_orders th {
    font-family: 'clarendon_textitalic';
    font-size: 20px;
    padding: 20px 8px;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-number a {
    font-weight: 700;
    color: #000;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button.pay,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button.view,
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button.cancel {
    display: none;
}

.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button.order-again {
    background-color: transparent;
    font-weight: 400;
    color: #000;
    padding-right: 48px;
    background: url(../_imgs/right-arrow-order) no-repeat right center;
    background-size: 30px;
}

.woocommerce table.shop_table.woocommerce-orders-table.woocommerce-MyAccount-orders td {
    color: #000;
}

.woocommerce-order-received .woocommerce-order {
    margin: 150px auto 200px;
    width: 96%;
    max-width: 935px;
}

.woocommerce-order-received .woocommerce-order p {
    font-size: 22px;
    margin-bottom: 50px;
    color: #000;
}

.woocommerce-checkout-review-order-table .product-name {
    font-size: 22px;
    font-weight: 700;
}

.woocommerce-checkout-review-order-table .product-name .variation dt,
.woocommerce-checkout-review-order-table .product-name .variation {
    font-weight: 400;
    font-size: 18px;
}

.woocommerce-checkout-review-order-table .woocommerce-Price-amount {
    font-size: 18px;
}

.woocommerce-MyAccount-content .orders-message {
    font-size: 22px;
}

.woocommerce-checkout #payment {
    background: #fff;
    width: 65%;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields {
    margin-top: 30px;
}


.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    margin-bottom: 30px;
}

#customer_login.u-columns.col2-set {
    max-width: 935px;
    margin: auto;
    padding: 80px 15px 150px;
}

.woocommerce #customer_login.u-columns.col2-set form.register,
.woocommerce #customer_login.u-columns.col2-set form.login {
    padding: 0;
}

.woocommerce-privacy-policy-text p {
    font-size: 14px;
    margin-bottom: 50px;
}

.woocommerce-privacy-policy-text a {
    color: rgb(190, 0, 51);
}

.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account button.button {
    margin-top: 50px;
}

.reset_variations {
    color: #666;
    display: none !important;
}

.woocommerce-lost-password .woocommerce-ResetPassword.lost_reset_password,
.woocommerce-checkout.woocommerce-page.woocommerce-order-pay .order_details {
    margin: 100px auto;
    max-width: 935px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}

.return-to-shop {
    text-align: center;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td {
    line-height: 16px;
}

.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td strong {
    display: block;
    margin-bottom: 5px;
}


.form-row#billing_salutation_field {
    float: none;
}

.form-row#billing_salutation_field .select2-selection__rendered {
    padding: 0;
}

.form-row#billing_salutation_field .select2-selection__rendered .select2-selection__clear {
    display: none;
}

.form-row.address-field .select2-container--default .select2-selection--single,
.form-row#billing_salutation_field .select2-container--default .select2-selection--single {
    background-color: #f7f7f7;
    border: none;
    border-radius: 0;
    height: 77px;
    padding: 28px 15px 28px 34px;
    margin-bottom: 10px;
}

.form-row#billing_salutation_field .select2-container--default .select2-selection--single:focus {
    border: 0;
    outline: none;
}

.form-row#billing_salutation_field .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url('../_imgs/down-arrow.png');
    width: 24px;
    height: 24px;
    border: 0;
    margin: 0;
    top: calc(50% - 12px);
    left: -10px;
}

.form-row.address-field .select2-container--default .select2-selection--single .select2-selection__arrow,
.form-row#billing_salutation_field .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 77px;
    width: 34px;
}

.acc-title {
    margin-bottom: 60px;
    font-size: 38px;
}

.wpmc-step-item.wpmc-step-payment label.checkbox {
    padding-left: 25px;


}

.wpmc-step-item.wpmc-step-payment .input-checkbox {
    left: 0;
    top: 7px;
}

.woocommerce .acc-content form .form-row select {
    cursor: pointer;
    margin: 0;
    background-color: #f7f7f7;
    border: none;
    border-radius: 0;
    height: 77px;
    padding: 28px 15px 28px 34px;
    margin-bottom: 10px;
}

.woocommerce .acc-content table.shop_table_responsive tr td {
    text-align: left !important;
}

.curses-list .col-md-3 {
    width: 24.5%;
}

.big-image {
    position: relative;
    width: 100%;
}

.big-image span.big-name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: 'clarendon_textitalic', sans-serif;
    color: #000;
}

.team-nav li.active {
    display: none;
}

.team-section .container {
    max-width: 1450px;
}

.woocommerce-checkout .subpage-header,
.woocommerce-cart .subpage-header {
    padding-top: 80px;
    padding-bottom: 40px;
    background-image: url('../_imgs/background4.jpg') !important;
}

.woocommerce-checkout .footer-scroll-top,
.woocommerce-cart .footer-scroll-top,
.woocommerce-cart .main-footer .footer-social,
.woocommerce-checkout .main-footer .footer-social,
.woocommerce-checkout .main-footer .footer-links,
.woocommerce-cart .main-footer .footer-links {
    display: none;
}


.woocommerce-cart .main-footer h2,
.woocommerce-checkout .main-footer h2,
.woocommerce-cart .main-footer .div-h2,
.woocommerce-checkout .main-footer .div-h2 {
    margin-bottom: 40px;
}

.woocommerce-cart .main-footer,
.woocommerce-checkout .main-footer {
    padding-bottom: 60px;
}

.woocommerce-cart .main-footer .footer-contact .contact-item .icon img,
.woocommerce-checkout .main-footer .footer-contact .contact-item .icon img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.new-banner {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;

}

.new-banner .container {
    position: relative;
    padding-top: 135px;
    padding-bottom: 150px;
}


.new-banner-fachpersonal {
    margin-top: 50px;
}

.new-banner-fachpersonal h2,
.new-banner h2,
.new-banner .div-h2 {
    font-size: 61px;
    line-height: 1.1;
    color: #000;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.new-banner-fachpersonal p,
.new-banner p {
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.neu-box {
    background: #00c4c4;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 20px 16px;
}


div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: none !important;
}

div.wpcf7-mail-sent-ok {
    background-color: #cf2c3b;
    color: white;
    text-align: center;
    border-color: transparent;
    border-radius: 4px;
    margin-right: 0;
}

.add-to-cart-cell {
    position: relative;
}

.add-to-cart-cell .minus,
.add-to-cart-cell .plus {
    cursor: pointer;
}

.add-to-cart-cell .plus_product:before {
    content: "\f543";
    font-family: dashicons;
    box-shadow: 1px 1px 2px 1px #00000047;
    border-radius: 15px;
    cursor: pointer;
}

.add-to-cart-cell .minus_product:before {
    content: "\f460";
    font-family: dashicons;
    box-shadow: 1px 1px 2px 1px #00000047;
    border-radius: 15px;
    cursor: pointer;
}

.add-to-cart-cell .template-btn.small {
    max-width: none;
    width: auto;
    padding-left: 60px;
    padding-right: 20px;
}

.add-to-cart-cell .qty_block {
    position: absolute;
    background: white;
    height: 49px;
    border-radius: 25px;
    padding: 10px 15px;
    box-shadow: 2px 2px 3px 1px #00000061;
    width: 180px;
    display: flex;
    justify-content: space-between;
    right: 115px;
}

.add-to-cart-cell .qty_block .content {
    /*font-weight: bold;*/
    font-family: 'Frutiger-Roman', sans-serif;
    font-size: 18px;
}

.add-to-cart-cell .qty_block>span {
    vertical-align: middle;
}

.wpcf7 span.wpcf7-not-valid-tip {
    /* font-size: 0.8em; */
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    color: #ff0033;
}

.form-side input:not(.submit-btn).wpcf7-not-valid {
    outline: 1px solid #ff0033 !important;
    background: rgba(255, 0, 0, 0.03);
}

.wpcf7-form.invalid .wpcf7-response-output {
    display: none !important;
}

#cookie-notice {
    position: fixed;
    min-width: 10%;
    left: auto;
    text-align: left;
    right: 0;
    width: 450px;
    padding: 0;
    font-size: 12px;
}

#cookie-notice.cn-bottom {
    bottom: 20px;
}

#cookie-notice b {
    display: block;
    font-size: 25px;
    font-weight: normal;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 15px;
}

#cookie-notice a {
    color: #fff;
}

#cookie-notice a.cookie-btn {
    font-size: 13px;
    color: #000;
    height: 25px;
    width: 100%;
    width: 100px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    line-height: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
    white-space: nowrap;
    margin: 15px 0 0 0;
}

#cookie-notice a:hover {
    opacity: 0.8;
}

#cookie-notice .cookie-notice-container {
    text-align: left;
    padding: 40px 55px;
}

.letter-terms-item ul {
    margin: 10px 0;
}

.letter-terms-item ul li {
    position: relative;
    padding-left: 28px;
}

.letter-terms-item ul li:before {
    content: '';
    width: 12px;
    height: 2px;
    background: #ff0033;
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.error-404 {
    background: url('../_imgs/Error-404_EDIT.jpg') no-repeat right 0;
    background-size: cover;
    min-height: calc(100vh - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0 200px 0;
}

.error-404 span.error-title {
    font-size: 110px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: 'clarendon_textitalic', sans-serif;
    margin-bottom: 70px;
    display: block;
    color: #000;
}

.error-404 p {
    margin-bottom: 90px;
    font-size: 28px;
}

.woocommerce ul.products li.product .label-group a {
    color: #000;
}

.woocommerce ul.products li.product .label-group a:hover {
    color: #ff0033;
}

.woocommerce-checkout-payment a,
.impressum-content .wpb_wrapper a,
.page-template-default .wpb_wrapper a {
    color: rgb(190, 0, 51);
}

#wpmc-back-to-cart {
    display: none;
}

.wpmc-nav-wrapper {
    justify-content: space-between;
}


.cart-empty.woocommerce-info {
    display: none;
}

.return-to-shop h2 {
    . form-row . woocommerce-invalid label margin-bottom: 30 px;
    position: relative;
    width: fit-content;
    margin: 0 auto 30px;
}

.return-to-shop h2:before {
    position: absolute;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../_imgs/information.png);
    left: -30px;
    bottom: 7px;
}

.return-to-shop h2 img {
    margin-bottom: 13px;
}

.return-to-shop p {
    margin-bottom: 30px;
}


.woocommerce-checkout .wpmc-nav-wrapper #wpmc-skip-login {
    display: none !important;
}

.product-categories .cat-item.cat-item-15 {
    display: none;
}

.shop-content .woocommerce-loop-category__title .count {
    display: none;
}

.shop-content .woocommerce-loop-category__title {
    color: #000;
    line-height: 1.4;
    font-size: 22px !important;
    padding: 0 !important;
    font-family: 'Frutiger-Bold', sans-serif;
}

.woocommerce ul.products li.product a:hover .woocommerce-loop-category__title {
    color: #ff0033;
}


.woocommerce:not(.tax-product_cat) .shop-content ul.products.columns-3 li.product:first-child,
.woocommerce:not(.tax-product_cat) .shop-content ul.products.columns-3 li.product:nth-child(2) {
    width: calc(50% - 40px);
}

.woocommerce:not(.tax-product_cat) .shop-content ul.products {
    display: flex;
    flex-wrap: wrap;
}

.woocommerce:not(.tax-product_cat) .shop-content ul.products.columns-3 li.product.first {
    clear: none;
}

.woocommerce.post-type-archive-product:not(.tax-product_cat) ul.products li.product:nth-child(5),
.woocommerce.post-type-archive-product:not(.tax-product_cat) ul.products li.product:nth-child(2),
.woocommerce.post-type-archive-product:not(.tax-product_cat) ul.products li.product:last-child {
    margin-right: 0;
    border-right: none !important;
}

.woocommerce:not(.tax-product_cat) .shop-content ul.products.columns-3 li.product:first-child .category-image-wraper,
.woocommerce:not(.tax-product_cat) .shop-content ul.products.columns-3 li.product:nth-child(2) .category-image-wraper {
    max-height: 393px;
    background-color: #F6F6F6;
    overflow: hidden;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-loop-category__description {
    color: #000;
}

.refresherkurse-banner {
    max-width: 1300px;
}

.refresherkurse-banner h3,
.refresherkurse-banner p {
    color: #fff;
}

.refresherkurse-banner h3 {
    margin-bottom: 25px;
}

.product-variations-block {
    padding-left: 105px;
}

.varaition-row {
    max-width: 1300px;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.varaition-row .variation-attibute-cell {
    width: 20%;
    padding: 0 8px 0 0;
}

.varaition-row .variation-attibute-cell:nth-child(1) {
    order: 1;
}

.varaition-row .variation-attibute-cell:nth-child(2) {
    order: 2;
}

.varaition-row .variation-attibute-cell:nth-child(3) {
    order: 3;
}

.varaition-row .variation-attibute-cell:nth-child(4) {
    order: 4;
}

.varaition-row.change-order .variation-attibute-cell:nth-child(2) {
    order: 3;
}

.varaition-row.change-order .variation-attibute-cell:nth-child(3) {
    order: 2;
}

.varaition-row .add-to-cart-cell {
    width: 330px;
    min-width: 330px;
    text-align: right;
    order: 5;
}

.varaition-row .variation-attibute-cell:nth-child(2) {
    font-weight: bold;
}

.varaition-row .variation-attibute-cell a {
    background: url('../_imgs/place.png') no-repeat 0 center;
    padding-left: 22px;
    color: #000;
}

.varaition-row .variation-attibute-cell a:hover {
    color: #f03;
}

.variations-spacer {
    height: 30px;
}

.shop-sidebar-widget h3 a {
    color: #1c1c1c;
}


.lexicon-single {
    padding: 100px 0;
}

.lexicon-post-title {
    margin-bottom: 30px;
}


#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
}


#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: none;
}


.woocommerce-checkout .wpmc-step-item.wpmc-step-payment h2 {
    margin-bottom: 0px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
    padding: 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    padding: 0;
    margin: 0;
    padding-left: 36px;
}

.woocommerce-terms-and-conditions-wrapper {
    display: none;
}

.woocommerce span.onsale {
    top: 0;
    right: auto;
    left: 0;
    margin: 0;
    min-height: 40px;
    min-width: 105px;
    padding: 0 .202em;
    font-weight: normal;
    line-height: 40px;
    border-radius: 0;
    color: #fff;
    background: #00c4c4;
    text-transform: uppercase;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: auto;
    left: 0;
    margin: 0;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce ul.products li.product .price del {
    text-decoration: none;
    font-size: 0.7em;
}

.container.product-product>.row {
    position: relative;
}


.container.product-product>.row .onsale {
    top: 58px;
}

.woocommerce a {
    color: rgb(164, 0, 51);
}

.template-btn {
    color: white !important;
}

.woocommerce a:hover {
    text-decoration: underline;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login.login {
    max-width: 1200px;
    margin: auto;
}

.woocommerce-info {
    border-top-color: #ff0033;
}

.woocommerce-info::before {
    color: #ff0033;
}

.woocommerce-message::before {
    color: #ff0033;
    position: static;
    margin-right: 10px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    font-family: 'Frutiger-Roman', sans-serif;
    font-size: 18px;
    line-height: 1.6;
    border-top: none;
    border-top-color: none;
    padding: 40px 40px 0;
}

.pwd-reset-msg {
    padding: 0 12% 0 40px;
}

.woocommerce-checkout .woocommerce-error {
    display: none !important;
}

.woocommerce-form-login-toggle .woocommerce-info {
    border-top-color: transparent;
    max-width: 1200px;
    margin: 50px auto 0;
    background-color: transparent;
    padding: 1em 2em 1em 0;
    font-size: 24px;
    color: #000000;
}

.woocommerce-form-login-toggle .woocommerce-info a {
    color: #000000;
    text-decoration: underline !important;
}

.woocommerce-form-login-toggle .woocommerce-info a:hover {
    color: #ff0033;
}


.woocommerce-form-login-toggle .woocommerce-info::before {
    content: none;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login {
    padding: 0;
}

.woocommerce-checkout .woocommerce-form.woocommerce-form-login .form-row-first,
.woocommerce-checkout .woocommerce-form.woocommerce-form-login .form-row-last {
    float: none;
}

form.checkout.woocommerce-checkout .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.faq-section .faq-item .faq-content-item .faq-text p a,
.blog-post-inner a {
    color: rgb(164, 0, 51);
}

.woocommerce-account #add_payment_method #payment {
    max-width: 600px;
    background-color: white;
}

.woocommerce-account #add_payment_method #payment li>label {
    width: 90%;
}

.woocommerce-account #add_payment_method #payment #stripe-payment-data>p {
    font-size: 14px;
    color: #9d9d9e;
}

.woocommerce-account #stripe-cvc-element:before {
    top: -2px;
}

.woocommerce-account #add_payment_method #payment #place_order {
    float: none;
    padding: 0px 20px !important;
    height: auto;
    width: auto;
    display: inline-block;
    max-width: none;
}

.woocommerce-account #add_payment_method #payment>.form-row {
    text-align: center;
}

.woocommerce-account #add_payment_method #payment div.form-row {
    padding: 0;
}

.logged-in.woocommerce-checkout #billing_email {
    display: none;
}

@media print {
    .single-product .shop-sidebar {
        display: none;
    }

    .product-main-content .product-section,
    .shop-main-content .shop-content {
        padding: 0 30px 0 60px;
        margin-bottom: 180px;
        width: 100%;
        float: left;
        border-left: initial;
    }

    .single-product .main-footer {
        display: none;
    }

    .hero-contact-icons {
        display: none;
    }

    .menu-button {
        display: none;
    }

    .icon-menu li {
        display: none;
    }

    .search-wrapper {
        display: none;
    }

    .js-toggle-cart {
        display: none;
    }

    .woocommerce-breadcrumb {
        display: none;
    }

}

/*Checkout Coupon*/

.woocommerce .step_checkout form.checkout_coupon {
    display: none;
}

.woocommerce form.checkout_coupon {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
}

.woocommerce form.checkout_coupon p {
    padding: 3px 0;
}

.woocommerce form.checkout_coupon input.input-text {
    background: #fff;
    border: none;
    padding: 15px;
    margin-bottom: 0;
}

.woocommerce form.checkout_coupon button.button {
    background: #ff0033;
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
    width: 100%;
    padding: 16px;
    margin-top: 0;
}

.woocommerce .step_checkout.step_3 .cart-discount {
    display: none;
}

.woocommerce .step_checkout.step_4 .cart-discount td {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex-direction: column;
    font-size: 0;
    align-items: flex-end;
}

.woocommerce .step_checkout.step_4 .cart-discount td span,
.woocommerce .step_checkout.step_4 .cart-discount td a {
    font-size: 18px;
}

.woocommerce .step_checkout.step_4 .woocommerce-checkout-review-order table.shop_table {
    margin-top: 20px;
}

.woocommerce .step_checkout.step_4 .woocommerce-checkout-review-order .woocommerce-error,
.woocommerce .step_checkout.step_4 .woocommerce-checkout-review-order .woocommerce-message {
    padding: 0;
}

.woocommerce .step_checkout.step_4 .woocommerce-checkout-review-order .woocommerce-error li {
    padding-left: 30px !important;
}

.woocommerce .step_checkout.step_4 .woocommerce-checkout-review-order .woocommerce-error:before,
.woocommerce .step_checkout.step_4 .woocommerce-checkout-review-order .woocommerce-message:before {
    top: 0;
    left: 0;
}

.step_checkout.step_4 .checkout_coupon {
    display: block !important;
}

/*Customize*/

div:target {
    padding-top: 65px;
    margin-top: -65px;
}

.page-id-8 .section-content {
    min-height: 480px;
}

.page-id-8 h2 {
    font-size: 30px;
}

.page-id-8 .woocommerce-error::before {
    top: 0 !important;
}

.page-id-8 .woocommerce-error {
    background: transparent;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background-color: unset;
}

.woocommerce-error::before {
    color: #ff0033;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #ff0033;
}

#billing_name_zweiter_field.thwcfe-optional .required,
#billing_phone_field.thwcfe-optional .required {
    display: inline-block;
}

.woocommerce a.added_to_cart {
    display: none;
}

.woocommerce-edit-address #billing_country_field,
.woocommerce-edit-address #shipping_country_field {
    display: none !important;
}

.woocommerce-checkout .screen-reader-text {
    clip: auto;
    height: 26px;
    position: initial !important;
    width: auto !important;
    font-size: 14px;
}

.woocommerce-account .woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    font-size: 14px;
}

.woocommerce-error {
    padding-top: 0;
}

.woocommerce-error li {
    padding-left: 20px !important;
}

.woocommerce ul.products li.product .price ins {
    text-decoration: unset;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: unset;
    color: black;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 12px
}

.woocommerce-Price-amount .amount {
    font-size: 26px
}

ins {
    text-decoration: unset;
}

.woocommerce-checkout .subpage-header,
.woocommerce-cart .subpage-header {
    padding-top: 0px;
    padding-bottom: 0px;
}

.woocommerce-password-strength.short {
    background-color: #bc0033;
    color: white;
}

.woocommerce-password-strength.bad {
    background-color: #bc0033;
    color: white;
}

.woocommerce-password-strength.good {
    background-color: #FCCE18;
}

.woocommerce-password-strength.strong {
    background-color: #50CC30;
}

.lexikon-section .lexikon-filter-wrapper {
    padding: 90px 0 0 0;
}

.anchor {
    display: block;
    position: relative;
    top: -200px;
    visibility: hidden;
}

.product-categories>li.cat-parent .children li a:hover {
    color: #ff0033;
}

.product-categories .current-cat>a {
    color: #ff0033;
}

.single-blog .single-label {
    margin-bottom: 0px;
}

.woocommerce ul.products li.product .loop-product-sub-headline {
    min-height: 56px;
    font-size: 16px;
    color: rgb(80, 80, 80);
}

.checkout-footer-links {
    display: none;
}

.lexikon-section .lexikon-filter-wrapper {
    z-index: 1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {

    text-transform: inherit;

}

.woocommerce-cart .woocommerce-notices-wrapper {
    display: block;
    width: 96%;
    margin: auto !important;
    max-width: 1690px;
    padding: 0px 15px;
}

.woocommerce .shiping ul#shipping_method .amount {
    padding-right: 80px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #ff0033;

}

.slider-wrapper div.slide-text p {
    -ms-word-break: inherit;
    word-break: inherit;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.stripe-source-errors .woocommerce-error,
#error_block .woocommerce-error {
    background-color: #ff0033;
}

input::-webkit-contacts-auto-fill-button {
    display: none !important
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: auto;
    overflow: hidden;
    position: inherit;
    width: auto;
    word-wrap: normal !important;
}

.quantity .screen-reader-text {
    display: none;
}

/*Customize <HEAD> PAGE SECTION INJECTION*/

.clr {
    clear: both;
}

section.aed-hero {
    min-height: unset;
}

section.home-half-section.home-section-2 {
    display: block;
}

.home-section-2-col1 .left-side {
    /*padding: 50%;*/
    height: 550px;
    padding: inherit;
}

section.home-half-section.home-section-2 .right-side {
    padding-bottom: 70px;
}

section#thank-you-section {
    display: block;
    flex-wrap: unset;
    width: auto;
    margin: 0;
    padding: 0;
}

section#thank-you-section .plus-display-table {
    display: table;
    min-height: 651px;
}

section#thank-you-section .plus-display-table .plus-display-td {
    display: table-cell;
    min-height: 651px;
    vertical-align: middle;
}

section#thank-you-section .left-side {
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
    float: left;
    flex-basis: unset;
    margin: 0;
    padding: 0;
    min-height: 651px;
}

section#thank-you-section .right-side {
    width: 300px;
    max-width: 300px;
    float: left;
    flex-basis: unset;
    margin: 0;
    padding: 0;
}

section#thank-you-section .right-side .side-block-wrapper {
    display: block;
    flex-wrap: unset;
}

section#thank-you-section .right-side .side-block-wrapper a {
    display: block;
    width: 100%;
    height: 217px;
}

section#thank-you-section .right-side .side-block-wrapper .block-item {
    height: 217px;
}

section#thank-you-section .right-side .side-block-wrapper .block-item.contact {
    display: block;
    width: 100%;
}

section#shop-section {
    display: flex;
}

section#shop-section .left-side {
    flex-basis: unset;
    float: left;
    min-height: 710px;
    width: 390px;
}

section#shop-section .right-side {
    flex-basis: unset;
    float: left;
    min-height: 710px;
    width: calc(100% - 390px);
}

.shop-section .right-side .item-wrapper .item a.item-image {
    padding-top: unset;
    height: 150px;
}

#main .course-content .vc_row {
    margin: 0px;
}

.mini_cart_wrapper {
    position: relative;
}

.mini_cart_close,
.login_close {
    position: absolute;
    top: 1px;
    right: 10px;
    width: 22px;
    height: 22px;
    border: 1px solid #FF0033;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #FF0033;
    line-height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.login_close {
    top: 18px;
}

.woocommerce-checkout .step_checkout.step_4 ul.woocommerce-error {
    display: block !important;
}

@media print {
    .product-template-default.single.single-product .product-main-content {
        margin-top: 0px !important;
    }

    .product-template-default.single.single-product a::after {
        content: '' !important;
    }

    .product-section {
        padding-left: 0px !important;
    }

    .product-section .container {
        padding-left: 0px !important;
    }

    .main-header .navbar-header {
        left: 30px !important;
    }

    .product-template-default.single.single-product .subpage-header {
        display: none !important;
    }

    .product-template-default.single.single-product .woocommerce-product-gallery__trigger {
        display: none !important;
    }

    .product-template-default.single.single-product .cart {
        display: none !important;
    }

    .product-template-default.single.single-product .woocommerce-product-gallery {
        margin-bottom: 0px !important;
    }

    .product-template-default.single.single-product .summary {
        margin-bottom: 0px !important;
    }

    .product-template-default.single.single-product .vc_section.product-descr {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .product-template-default.single.single-product .woocommerce-product-details__short-description {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
    }

    .product-template-default.single.single-product .product_title.entry-title {
        margin-bottom: 10px !important;
    }

    .product-template-default.single.single-product .vc_section.product-descr .toggle-content.wpb_column .vc_column-inner {
        padding-top: !important;
    }

    .check-mark-list ul li {
        position: relative;
        padding-left: 25px;
    }

    .check-mark-list ul li:after {
        position: absolute;
        left: 0px;
        top: 0px;
        content: '-';
    }

    .product-template-default.single.single-product .vc_section.product-descr .toggle-content.wpb_column.vc_column_container .vc_column-inner.vc_custom_1567689894493 {
        padding-top: 0px !important;
    }

    .product-template-default.single.single-product .main-header,
    .navbar-brand {
        display: table !important;
        padding-bottom: 30px;
    }

    @page :first {
        position: fixed;
    }

    .product-template-default.single.single-product .wpb_column.vc_column_container .wpb_text_column {
        margin-bottom: 10px !important;
    }

    .product-template-default.single.single-product .toggle-content .vc_column-inner {
        padding-top: 0px !important;
    }

    .logos-section .logos-wrapper a.logo-item {
        width: calc(100% / 3 - 10px);
        text-align: center;
    }
}

.vc_section.product-descr .vc_row.vc_row-fluid figure .vc_single_image-wrapper.vc_box_border_grey img {
    display: none;
}

.vc_section.product-descr .vc_row.vc_row-fluid figure .vc_single_image-wrapper.vc_box_border_grey:before {
    content: "";
    width: 27px;
    height: 28px;
    background: url('../_imgs/shape.svg');
    display: inline-block;
    fill: #e00b47;
    background-size: 27px 28px;
}

.vc_section.product-descr .vc_row.vc_row-fluid.vc_row-has-fill figure .vc_single_image-wrapper.vc_box_border_grey:before {
    background: url('../_imgs/vech-1.svg');
    width: 33px;
    height: 23px;
    background-size: 33px 23px;
}

div.woocommerce-message.updated {
    display: none;
}

#billing_country_field {
    display: none;
}

.curses-section .curses-item div.item-title {
    margin-bottom: 110px;
}

.curses-section .curses-item div.item-title .lang-list {
    margin-top: 45px;
}

.curses-section .curses-item div.item-title .curses-btn {
    position: absolute;
    width: calc(100% - 50px);
    bottom: 60px;
}

/*Kalender*/

.page-id-3032 .hero-contact-icons {
    display: none;
}


/*Details Product Section*/


.details-product-section {
    background-color: #f7f7f7;
}

.details-row {
    display: flex;
    margin-bottom: 70px;
    align-items: flex-start;
}

.details-row:last-child {
    margin-bottom: 0;
}

.details-toggle-col {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px;
    position: relative;
    cursor: pointer;
}

.details-content-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    overflow: hidden;
}

.details-toggle-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.details-icon {
    margin-right: 15px;
    flex-shrink: 0;
}

.details-icon img {
    max-width: 100%;
    height: auto;
}

.details-heading {
    font-family: 'clarendon_textitalic', sans-serif;
    font-size: 32px;
    color: #000;
}

.details-title {
    font-family: 'Frutiger-Roman', sans-serif;
    font-size: 18px;
    color: #ff0033;
    margin-bottom: 20px;
    line-height: 1.3;
}


.details-content-col .check-mark-list {
    list-style: none;
    padding: 0;
    margin: 0;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.pdf-link-list {
    list-style: none;
    padding: 0;
    margin: 35px 0 0 0;
}

.pdf-link-list li {
    margin-bottom: 5px;
}

.pdf-link-list a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.pdf-link-list a:hover {
    color: #ff0033;
}

.pdf-link-list img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}

.pdf-link-list span {
    font-size: 16px;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 1500px) {
    .details-heading {
        font-size: 24px;
    }

    .details-content-col .check-mark-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
}

@media (max-width: 992px) {
    .details-row {
        flex-direction: column;
    }

    .details-toggle-col,
    .details-content-col {
        flex: 1;
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .details-features {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .details-product-section {
        padding: 50px 0 !important;
    }

    .details-toggle-header {
        flex-direction: row;
        align-items: center;
        text-align: left;
        gap: 20px;
        margin-bottom: 0;
        padding: 20px 0;
    }

    .details-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .details-heading {
        font-size: 20px;
    }

    .details-row {
        margin-bottom: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .details-product-section {
        margin: 0 auto;
        width: 100dvw;
        margin-left: calc(50% - 50dvw);
    }

    .details-toggle-col {
        padding: 0 25px;
        margin-bottom: 0;
        width: 100%;
    }

    .details-content-col {
        padding: 0 25px;
    }

    .details-row {
        border-bottom: 1px solid #b2b2b2;
    }

    .details-toggle-col:after {
        content: '';
        position: absolute;
        top: calc(50% - 5px);
        right: 30px;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #000;
        border-left: 2px solid #000;
        transform: rotate(-45deg);
        transition: all 0.3s ease-in-out;
    }
}


/*Woocommerce Tabs*/
.woocommerce-tabs.details-product-section .tabs {
    display: none;
}

.woocommerce-tabs.product-descr {
    padding: 40px 0 !important
}

.woocommerce-tabs.product-descr .woocommerce-Tabs-panel {
    display: block !important;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    margin-bottom: 70px;
    position: relative;
}

.woocommerce-tabs.product-descr .woocommerce-Tabs-panel h2 {
    font-family: 'clarendon_textitalic', sans-serif;
    font-size: 32px;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.woocommerce-tabs.product-descr .woocommerce-Tabs-panel h2:before {
    content: "";
    width: 27px;
    height: 28px;
    background: url(../_imgs/info.png);
    display: inline-block;
    fill: #e00b47;
    background-size: 27px 28px;
}

.woocommerce-tabs.product-descr .woocommerce-Tabs-panel#tab-additional_information h2:before {
    background: url(../_imgs/vech-1.svg);
    background-size: 27px 28px;
}

.woocommerce-tabs.product-descr .woocommerce-Tabs-panel#tab-stampfli_downloads h2:before {
    background: url(../_imgs/download.png);
    background-size: 27px 28px;
}

.woocommerce-tabs.product-descr .woocommerce-Tabs-panel#tab-stampfli_downloads a {
    color: #ff0033;
}

.woocommerce-tabs.product-descr .woocommerce-Tabs-panel#tab-stampfli_downloads a:before {
    content: "";
    width: 17px;
    height: 18px;
    background: url(../_imgs/pdf-icon.png);
    display: inline-block;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.woocommerce-tabs.product-descr .woocommerce-Tabs-panel#tab-stampfli_downloads a:hover:before {
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .woocommerce-tabs.product-descr {
        padding: 0 !important;
    }

    .woocommerce div.product .woocommerce-tabs .panel:after {
        content: '';
        position: absolute;
        top: calc(50% - 5px);
        right: 30px;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #000;
        border-left: 2px solid #000;
        transform: rotate(-45deg);
        transition: all 0.3s ease-in-out;
    }



    .woocommerce div.product .woocommerce-tabs .panel {
        border-bottom: 1px solid #b2b2b2;
        padding: 20px;
        margin: 0;
        cursor: pointer;
    }

    .woocommerce div.product .woocommerce-tabs .panel>* {
        opacity: 0;
        overflow: hidden;
        height: 0;
        transition: all 0.3s ease-in-out;
    }

    .woocommerce div.product .woocommerce-tabs .panel table {
        display: none;
        margin: 0 !important;
    }

    .woocommerce div.product .woocommerce-tabs .panel.active>* {
        opacity: 1;
        overflow: visible;
        height: auto;
    }

    .woocommerce div.product .woocommerce-tabs .panel h2,
    .woocommerce div.product .woocommerce-tabs .panel.active h2 {
        opacity: 1;
        overflow: visible;
        height: auto;
        font-weight: 700;
        font-size: 20px;
        font-family: 'Frutiger-Roman', sans-serif;
        margin: 0;
    }

    .woocommerce div.product .woocommerce-tabs .panel.active table {
        display: table;
    }

    .woocommerce div.product .woocommerce-tabs .panel.active h2 {
        margin-bottom: 20px;
    }
}