/*!
Theme Name: Möbel Märki
Theme URI: http://underscores.me/
Author: IN4OUT
Author URI: https://www.in4out.ch/
Description: Custom WordPress Theme for Möbel Märki
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mobelmarki
*/


@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-Regular.eot');
    src: url('fonts/PTSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/PTSans-Regular.woff2') format('woff2'),
        url('fonts/PTSans-Regular.woff') format('woff'),
        url('fonts/PTSans-Regular.ttf') format('truetype'),
        url('fonts/PTSans-Regular.svg#PTSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-BoldItalic.eot');
    src: url('fonts/PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/PTSans-BoldItalic.woff2') format('woff2'),
        url('fonts/PTSans-BoldItalic.woff') format('woff'),
        url('fonts/PTSans-BoldItalic.ttf') format('truetype'),
        url('fonts/PTSans-BoldItalic.svg#PTSans-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-Bold.eot');
    src: url('fonts/PTSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/PTSans-Bold.woff2') format('woff2'),
        url('fonts/PTSans-Bold.woff') format('woff'),
        url('fonts/PTSans-Bold.ttf') format('truetype'),
        url('fonts/PTSans-Bold.svg#PTSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PT Sans';
    src: url('fonts/PTSans-Italic.eot');
    src: url('fonts/PTSans-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/PTSans-Italic.woff2') format('woff2'),
        url('fonts/PTSans-Italic.woff') format('woff'),
        url('fonts/PTSans-Italic.ttf') format('truetype'),
        url('fonts/PTSans-Italic.svg#PTSans-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

html {
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    scroll-behavior: smooth;
    font-weight: 400;
    color: #393939;
}

body {
    margin: 0;
    outline: 0;
    width: 100%;
}

.site {
    overflow: hidden;
    padding-top: 67px;
    padding-bottom: 50px;
    line-height: 100%;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0;
}

figure {
    margin: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1d1d1b;
    font-weight: 700;
    margin-top: 0;
}

h1 {
    font-size: 26px;
    line-height: 140%;
    margin-bottom: 12px;
}

h2 {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 15px;
}

h3 {
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 16px;
}

h4 {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 10px;
}

h5 {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 11px;
}

p {
    margin: 0;
}

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

.content p,
.content ul,
.content ol,
.jobs p,
.jobs ul,
.jobs ol,
.sidebar p,
.sidebar ul,
.sidebar ol {
    line-height: 160%;
    margin-bottom: 20px;
}

.content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

.content ul.lead li {
    padding-left: 30px;
    margin-bottom: 10px;
}

.content ol li {
    list-style-type: decimal;
    text-indent: 15px;
    margin-left: 15px;
    margin-bottom: 8px;
}

.content ul li::before {
    display: block;
    content: " ";
    width: 5px;
    height: 5px;
    background: #c1292e;
    position: absolute;
    left: 0;
    top: 10px;
}

.content ul.lead li::before {
    width: 8px;
    height: 8px;
    top: 12px;
}

.split-screen.background_red .content ul li::before {
    background: #ffffff;
}

.content *:last-child,
.jobs *:last-child {
    margin-bottom: 0;
}

.content .lead {
    font-size: 150%;
    line-height: 140%;
    margin-bottom: 26px;
}

.wrap {
    width: 90%;
    margin: 0 auto;
    max-width: 1230px;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 67px;
    z-index: 10;
    transition: 0.3s linear;
    background: #ffffff;
}

.site-header>.wrap {
    position: relative;
    max-width: none;
    width: calc(100% - 40px);
}

.site-header .logo {
    width: 222px;
    margin-top: 17px;
    display: inline-block;
}

.main-navigation,
.top-navigation {
    display: none;
}

.menu-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(101, 71, 72, 0.5);
    z-index: 9;
    display: none;
}

.menu-icon {
    width: 34px;
    height: 21px;
    transition: 0.4s;
    z-index: 5;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 21px;
}

.menu-icon span {
    display: block;
    width: 34px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    transition: 0.3s linear;
    z-index: 5;
    background: #1d1d1b;
}

.menu-icon span:first-child {
    top: 0;
}

.menu-icon span:nth-child(2) {
    top: 9px;
}

.menu-icon span:last-child {
    bottom: 0;
    top: auto;
}

.menu-open {
    overflow: hidden;
}

.menu-open .menu-icon span:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
}

.menu-open .menu-icon span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.menu-open .menu-icon span:last-child {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    bottom: auto;
}

.mobile-navigation {
    background: #ffffff;
    position: fixed;
    right: 0;
    width: 100%;
    overflow: hidden;
    height: calc(100vh - 67px);
    top: 67px;
    max-width: 414px;
    transition: 0.3s linear;
    transform: translateX(100%);
    z-index: 5;
}

.menu-open .mobile-navigation {
    transform: translateX(0);
}

.mobile-navigation .wrapper {
    height: 100%;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    scrollbar-width: none;
}

.mobile-navigation .wrapper::-webkit-scrollbar {
    display: none;
}

.mobile-navigation .inner {
    position: relative;
    padding-top: 20px;
    min-height: calc(100% - 20px);
}

.mobile-navigation .menu-haupt-navigation-container .menu>li>a {
    font-size: 22px;
    font-weight: 700;
    background-image: url(inc/img/arrow-right-black.svg);
    background-size: 19px 12px;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    padding: 20px 0 20px 20px;
    margin-right: 20px;
    border-bottom: 4px solid #f4f4f4;
    color: #1d1d1b;
}

.mobile-navigation .sub-menu .introduction {
    font-size: 18px;
    line-height: 28px;
}

.mobile-navigation .sub-menu a .introduction {
	display: none;
	visibility: hidden;
}

.mobile-navigation .menu-sub-navigation-container .menu {
    margin: 25px 0 25px 20px;
}

.mobile-navigation .menu-sub-navigation-container .icon {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    text-align: center;
    margin-right: 7px;
}

.mobile-navigation .menu-sub-navigation-container .menu>li>a {
    color: #c1292e;
    margin: 7px 0;
    display: table;
    line-height: 30px;
}

.mobile-navigation .sub-menu {
    background: #f4f4f4;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(100%);
    transition: 0.3s linear;
    z-index: 2;
}

.mobile-navigation .sub-menu .sub-menu {
	top: 0;
	bottom: auto;
	min-height: 100%;
	padding: 25px 20px 35px;
    background: #f4f4f4;
	box-sizing: border-box;
}

.mobile-navigation .sub-menu .sub-menu .container a {
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 4px;
	display: table;
	margin-left: 33px;
}

.mobile-navigation .sub-menu .title {
    font-size: 22px;
    font-weight: 700;
    background-image: url(inc/img/arrow-left-black.svg);
    background-size: 19px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding-left: 31px;
    margin-bottom: 30px;
    color: #1d1d1b;
}

.mobile-navigation .sub-menu .sub-menu .parent-link {
    background-image: url(inc/img/arrow-left-black.svg);
    background-size: 19px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    padding-left: 31px;
    margin-bottom: 4px;
}

.mobile-navigation .sub-menu .text {
    padding: 0 20px 35px;
    background: #ffffff;
}

.mobile-navigation .sub-menu .links {
    padding: 25px 20px 35px;
    background: #f4f4f4;
	position: relative;
}

.mobile-navigation li.button {
    display: none;
}

.mobile-navigation .sub-menu:not(.sub-menu-parent) .links::before {
    display: block;
    content: 'Direkt zu';
    line-height: 30px;
    margin-bottom: 17px;
}

.mobile-navigation .sub-menu .links a {
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}

.mobile-navigation .sub-menu .links .menu-item-has-children > a {
    display: block;
    background-image: url(inc/img/arrow-right-black.svg);
    background-size: 19px 12px;
    background-position: right center;
    background-repeat: no-repeat;
}

.mobile-navigation .sub-menu .text .button {
    margin-top: 12px;
}

.button {
    display: table;
    line-height: 30px;
    padding: 7px 40px 8px 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    position: relative;
    transition: background 0.3s linear;
    font-size: 16px;
    cursor: pointer;
    border: 0;
}

.button::after {
    display: block;
    content: " ";
    width: 19px;
    height: 12px;
    background-image: url(inc/img/arrow-right-white.svg);
    background-size: 19px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.button.red {
    background-color: #c1292e;
}

.button.black,
.background_red .form .button.red {
    background-color: #1d1d1b;
}

.site-footer .main {
    padding: 35px 0 40px;
    background: #1d1d1b;
    color: #ffffff;
}

.site-footer .logo {
    width: 160px;
    margin-bottom: 45px;
}

.site-footer .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.site-footer .columns li:not(.title) {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
}

.site-footer .columns {
    display: flex;
}

.site-footer .columns ul {
    margin-bottom: 32px;
    width: 50%;
}

.newsletter {
    max-width: 390px;
}

.newsletter label span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 7px;
}

.form {
    max-width: 730px;
}

input,
textarea {
    -webkit-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
}

input:not([type=submit]):not([type=radio]):not([type=checkbox]),
textarea {
    background: #ffffff;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    padding: 10px 12px 11px;
    line-height: 24px;
    width: calc(100% - 24px);
}

.contact-form.background_white input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.contact-form.background_white textarea,
.consulting-form.background_white input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.consulting-form.background_white textarea {
    background: #f4f4f4;
}

.background_red .form input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.background_red .form textarea, 
.background_red .form input[type="button"]#mfcf7_zl_add_file {
    border: 2px solid #ffffff;
}

.form input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.form textarea {
    border: 2px solid #afafaf;
    width: calc(100% - 28px);
}

.form input[type=checkbox],
.form input[type=radio] {
    background: #FFFFFF;
    border: 2px solid #afafaf;
    margin: 0;
    position: relative;
    cursor: pointer;
}

.form input[type=checkbox] {
    width: 16px;
    height: 16px;
}

.form input[type=radio] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.background_red .form input[type=checkbox],
.background_red .form input[type=radio] {
    border: 2px solid #ffffff;
}

.form input[type=checkbox]:checked::after,
.form input[type=radio]:checked::after {
    display: block;
    content: " ";
    background: #c1292e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.form input[type=checkbox]:checked::after {
    width: 8px;
    height: 8px;
}

.form input[type=radio]:checked::after {
    width: 10px;
    height: 10px;
}

.background_red .form input[type=checkbox]:checked::after,
.background_red .form input[type=radio]:checked::after {
    background: #1d1d1b;
}

.form input[type=radio],
.form input[type=radio]:checked::after {
    border-radius: 50%;
}

.form a {
    color: #c1292e;
    font-weight: 700;
}

.background_red .form a {
    color: #1d1d1b;
}

.form .acceptance {
    position: relative;
    padding-left: 25px;
}

.form .acceptance .text {
    line-height: 160%;
    cursor: pointer;
}

.form .acceptance .wpcf7-form-control-wrap {
    position: absolute;
    left: 0;
    top: 3px;
}

.form .button:not(#mfcf7_zl_add_file) {
    margin-left: auto;
}

.form #mfcf7_zl_multifilecontainer img.emoji {
    height: 16px !important;
    width: 16px !important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.form label,
.form ul {
    margin-bottom: 15px;
    display: block;
}

.form label:last-child {
    margin-bottom: 0;
}

.wpcf7-not-valid-tip {
    margin: 6px 0 10px;
}

.form sub {
    display: block;
    margin: 20px 0;
    line-height: 140%;
    font-size: 12px;
}

.background_red .wpcf7-not-valid-tip,
.background_red .form,
.background_red .form h3,
.background_red .form h4,
.contact-form.background_red .sidebar *,
.business-hours.background_red,
.business-hours.background_black {
    color: #ffffff;
}

.dropdown {
    background: #ffffff;
    border: 2px solid #afafaf;
    position: relative;
}

.background_white .dropdown {
    background: #f4f4f4;
}

.dropdown::after {
    display: block;
    content: " ";
    width: 12px;
    height: 7px;
    background-image: url(inc/img/chevron-down-black.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 20px;
    right: 12px;
    transition: 0.2s linear;
}

.dropdown.open::after {
    transform: rotate(-180deg);
}

.dropdown li {
    line-height: 160%;
    padding: 10px 12px 9px;
    color: #afafaf;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: color 0.3s linear;
}

.dropdown li:hover {
    color: #393939;
}

.dropdown li.selected {
    color: #393939;
}

.dropdown li:not(:first-child) {
    display: none;
}

.form .hidden,
.branches.hidden {
    display: none;
    visibility: hidden;
}

.background_white .dropwdown {
    background: #f4f4f4;
}

.background_red .dropdown,
.background_black .dropdown {
    border: 2px solid #ffffff;
}

.newsletter input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
    font-size: 14px;
    font-weight: 700;
    margin: 0!important;
}

.newsletter ::-moz-placeholder {
    color: #a0a0a0;
}

 ::-webkit-input-placeholder {
    color: #a0a0a0;
}

 :-ms-input-placeholder {
    color: #a0a0a0;
}

.mc4wp-form-fields {
    position: relative;
}

.newsletter label {
    width: calc(100% - 45px);
    display: block;
    margin: 0!important;
}

.newsletter input[type=submit] {
    background-color: #c1292e;
    border: 0;
    width: 45px;
    height: 45px;
    overflow: hidden;
    text-indent: -999px;
    display: block;
    background-image: url(inc/img/arrow-right-white.svg);
    background-size: 24px auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s linear;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}

.newsletter input[type=submit]:hover,
.social a:hover {
    background-color: #a52327;
    background-position: center right 5px;
}

.social {
    margin-top: 44px;
}

.social a {
    width: 45px;
    height: 45px;
    background: #c1292e;
    transition: 0.3s linear;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 15px;
    position: relative;
}

.social a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.footer-links {
    background: #ffffff;
    padding: 32px 0 26px;
}

.footer-links a {
    font-size: 14px;
    line-height: 15px;
    color: #1d1d1b;
    display: table;
    transition: 0.3s linear;
}

.footer-links a:hover {
    opacity: 0.6;
}

.footer-links li:not(:last-of-type) {
    margin-bottom: 15px;
}

.site-footer .mobile-links {
    background: #c1292e;
    color: #ffffff;
    padding: 13px 0 11px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    z-index: 8;
}

.site-footer .mobile-links a {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    background-image: url(inc/img/arrow-right-white.svg);
    background-size: 19px auto;
    background-position: right top 8px;
    background-repeat: no-repeat;
    padding-right: 22px;
}

.site-footer .mobile-links a:nth-child(2) {
    float: right;
}

.site-footer .columns li a {
    transition: 0.3s linear;
    display: table;
}

.site-footer .columns li a:hover {
    opacity: 0.6;
    transform: translateX(10px);
}

.hero-slider {
    position: relative;
}

.hero-slider figure {
    height: 310px;
    position: relative;
    display: block;
    overflow: hidden;
}

.hero-slider figure::after {
    display: block;
    content: " ";
    background: linear-gradient(to bottom, rgba(244, 244, 244, 0), #f4f4f4);
    width: 100%;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hero-slider figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s linear;
}

.hero-slider .swiper-slide-active img,
.hero-slider .swiper-slide-duplicate-active img {
    transform: scale(1.075, 1.075);
    transition: 6s linear;
}

.hero-slider .content {
    font-weight: 700;
    font-size: 32px;
    background: #f4f4f4;
    padding: 26px 0 60px;
}

.hero-slider .content .wrapper {
    background: #1d1d1b;
    color: #ffffff;
    line-height: 157%;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 1px 8px 2px;
}

.hero-dots {
    display: none;
}

.home .breadcrumbs {
    display: none;
}

.hero-slider .down {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #c1292e;
    background-image: url(inc/img/arrow-down-white.svg);
    background-size: 15px auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 3px;
}

.hero-slider .slide-content br {
    display: none;
}

.teaser-buttons {
    position: fixed;
    z-index: 5;
    top: 67px;
    overflow: scroll;
    max-height: calc(100vh - 87px);
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 20px 8px 8px;
}

.teaser-buttons::-webkit-scrollbar {
    display: none;
}

.teaser-buttons a {
    display: block;
    width: 80px;
    margin-bottom: 15px;
    transition: 0.3s linear;
    border-radius: 50%;
    overflow: hidden;
}

.teaser-buttons a:hover {
    transform: scale(1.075, 1.075);
}

.teaser-buttons img {
    display: block;
}

.teaser-buttons.mobile_hide {
    display: none;
}

.teaser-buttons.mobile_right {
    right: 7px;
}

.teaser-buttons.mobile_left {
    left: 7px;
}

.teaser-buttons.mobile_right.page_scroll {
    transform: translateX(150%);
}

.teaser-buttons.mobile_left.page_scroll {
    transform: translateX(-150%);
}

.scrolled .teaser-buttons {
    transform: translateX(0)!important;
    transition: 0.3s ease-out;
}

.scrolled .teaser-buttons.mobile_right.page_load_scrollhide {
    transform: translateX(150%)!important;
    transition: 0.3s ease-out;
}

.scrolled .teaser-buttons.mobile_left.page_load_scrollhide {
    transform: translateX(-150%)!important;
    transition: 0.3s ease-out;
}



.padding_top_small,
.padding_top_medium,
.padding_top_large {
    padding-top: 35px;
}

.padding_bottom_small,
.padding_bottom_medium,
.padding_bottom_large {
    padding-bottom: 35px;
}

.background_red {
    background: #c1292e;
}

.background_white {
    background: #ffffff;
}

.background_grey {
    background: #f4f4f4;
}

.background_black {
    background: #1d1d1b;
}

.portraits {
    text-align: center;
}

.portraits h3 {
    margin-bottom: 20px;
    margin-top: -12px;
}

.portraits.background_red h3 {
    color: #ffffff;
}

.portraits figure {
    border-radius: 50%;
    width: 80px;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
}

.portraits figure img {
    display: block;
    width: 100%;
}

.portraits .slider {
    margin: 0 auto;
    width: calc(100% - 32px);
    overflow: hidden;
    max-width: 900px;
    position: relative;
}

.portraits.centered .swiper-wrapper {
    justify-content: center;
}

.brands {
    position: relative;
}

.portraits .slider::before,
.portraits .slider::after,
.brands::before,
.brands::after {
    display: block;
    content: " ";
    height: 100%;
    position: absolute;
    top: 0;
    background-size: 100%;
    z-index: 3;
}

.portraits .slider::before,
.portraits .slider::after {
    width: 30px;
}

.brands::before,
.brands::after {
    width: 40px;
}

.portraits.background_red .slider::before,
.portraits.background_red .slider::after,
.brands.background_red::before,
.brands.background_red::after {
    background-image: linear-gradient(to right, #c1292e, rgba(255, 255, 255, 0));
}

.portraits.background_white .slider::before,
.portraits.background_white .slider::after,
.brands.background_white::before,
.brands.background_white::after {
    background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}

.portraits.background_grey .slider::before,
.portraits.background_grey .slider::after,
.brands.background_grey::before,
.brands.background_grey::after {
    background-image: linear-gradient(to right, #f4f4f4, rgba(255, 255, 255, 0));
}

.portraits .slider::before,
.brands::before {
    left: 0;
}

.portraits .slider::after,
.brands::after {
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.portraits .wrap {
    position: relative;
}

.portraits .next,
.portraits .prev {
    position: absolute;
    width: 16px;
    height: 25px;
    bottom: 32px;
    background-size: 16px auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.portraits .next {
    right: -10px;
}

.portraits .prev {
    left: -10px;
}

.portraits.background_grey .next,
.portraits.background_white .next {
    background-image: url(inc/img/chevron-right-red.svg);
}

.portraits.background_red .next {
    background-image: url(inc/img/chevron-right-black.svg);
}

.portraits.background_grey .prev,
.portraits.background_white .prev {
    background-image: url(inc/img/chevron-left-red.svg);
}

.portraits.background_red .prev {
    background-image: url(inc/img/chevron-left-black.svg);
}

.two-columns-card .thumb,
.split-element-small .thumb,
.split-element-small .thumb .image,
.teaser-card,
.teaser-card .thumb {
    position: relative;
    overflow: hidden;
}

.two-columns-card .thumb,
.split-element-small .thumb {
    z-index: 2;
}

.split-element-small .thumb {
    max-width: 600px;
}

.two-columns-card .thumb img,
.split-element-small .thumb img,
.teaser-card .thumb img {
    display: block;
    width: 100%;
}

.two-columns-card .text-card .thumb img,
.split-element-small .thumb img,
.teaser-card .thumb img {
    transition: 0.3s linear;
}

.two-columns-card .column,
.split-element-small .wrap {
    max-width: 440px;
    margin: 0 auto;
}

.two-columns-card.both-visible .column:first-child {
    margin-bottom: 35px;
}

.two-columns-card .column:hover .text-card .thumb img,
.split-element-small .wrap:hover .thumb img {
    transform: scale(1.07, 1.07);
}

.teaser-card:hover .thumb img {
    transform: scale(1.05, 1.05);
}

.two-columns-card .content,
.split-element-small .content {
    padding: 50px 20px 30px;
    margin-top: -30px;
    position: relative;
}

.two-columns-card .column:first-child .content,
.two-columns-card .column:last-child .text-card .thumb,
.two-columns-card.both-text .column:last-child .content,
.split-element-small.align_right .content,
.split-element-small.align_left .thumb {
    margin-left: 9%;
}

.two-columns-card .column:last-child .content,
.two-columns-card .column:first-child .text-card .thumb,
.two-columns-card.both-text .column:last-child .text-card .thumb,
.split-element-small.align_left .content,
.split-element-small.align_right .thumb {
    margin-right: 9%;
}

.two-columns-card.both-text .column:last-child .content {
    margin-right: 0;
}

.two-columns-card.both-text .column:last-child .text-card .thumb {
    margin-left: 0;
}

.two-columns-card.background_grey .content,
.two-columns-card.background_red .content,
.split-element-small.background_grey .content,
.split-element-small.background_red .content {
    background: #ffffff;
}

.two-columns-card.background_white .content,
.split-element-small.background_white .content {
    background: #f4f4f4;
}

.two-columns-card .content::after,
.split-element-small.show-line .content::after,
.branch-card .data::after {
    display: block;
    content: " ";
    position: absolute;
    height: 100px;
    width: 4px;
    top: 0;
    transition: 0.3s linear;
}

.two-columns-card .column:hover .content::after,
.split-element-small.show-line .wrap:hover .content::after {
    height: 210px;
}

.two-columns-card .column:first-child .content::after,
.two-columns-card.both-text .column:last-child .content::after,
.split-element-small.show-line.align_right .content::after,
.branch-card .data::after {
    left: 0;
    transform: translateX(-100%);
}

.two-columns-card:not(.both-text) .column:last-child .content::after,
.split-element-small.show-line.align_left .content::after {
    right: 0;
    transform: translateX(100%);
}

.two-columns-card.color_red .content::after,
.split-element-small.show-line.color_red .content::after,
.branches.background_grey .branch-card .data::after,
.branches.background_white .branch-card .data::after {
    background: #c1292e;
}

.two-columns-card.color_black .content::after,
.split-element-small.show-line.color_black .content::after,
.branches.background_red .branch-card .data::after {
    background: #1d1d1b;
}

.two-columns-card.hover_red .column:hover .content::after,
.split-element-small.show-line.hover_red .wrap:hover .content::after {
    background: #a52327;
}

.two-columns-card.hover_black .column:hover .content::after,
.split-element-small.show-line.hover_black .wrap:hover .content::after {
    background: #393939;
}

.two-columns-card .mobile-hide {
    display: none;
}

.teaser-card {
    position: relative;
    margin-bottom: 35px;
    max-width: 480px;
}

.teaser-card:last-of-type {
    margin-bottom: 0;
}

.teaser-card .button {
    font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.brands .slider {
    width: 150px;
    margin: 0 auto;
}

.brand figure {
    width: 150px;
    padding-top: 49%;
    position: relative;
}

.brands.background_grey figure,
.brands.background_red figure {
    background: #ffffff;
}

.brands.background_white figure {
    background: #f4f4f4;
}

.brands img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(0.55, 0.55);
    transition: 0.3s linear;
}

.brands a:hover img {
    transform: translateX(-50%) translateY(-50%) scale(0.6, 0.6);
}

.breadcrumbs {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 14px;
    line-height: 36px;
    color: #1d1d1b;
    width: 100%;
}

.breadcrumbs a::after {
    display: inline-block;
    content: " ";
    width: 6px;
    height: 9px;
    background-image: url(inc/img/chevron-right-black.svg);
    background-size: 6px auto;
    background-repeat: no-repeat;
    margin: 0 3px 0 8px;
}

.scrolldown {
    font-weight: 700;
    font-size: 16px;
    color: #c1292e;
    width: 180px;
    display: block;
    line-height: 160%;
    transition: 0.3s linear;
}

.scrolldown::before {
    display: block;
    content: " ";
    width: 12px;
    height: 19px;
    background-image: url(inc/img/arrow-down-red.svg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    margin-bottom: 7px;
    transition: 0.3s linear;
}

.background_red .scrolldown::before {
    background-image: url(inc/img/arrow-down-black.svg);
}

.split-screen.background_red .scrolldown::before {
    background-image: url(inc/img/arrow-down-white.svg);
}

.scrolldown:hover {
    color: #a52327;
}

.background_red .scrolldown:hover {
    color: #393939;
}

.split-screen.background_red .scrolldown:hover {
    color: #1d1d1b;
}

.scrolldown:hover::before {
    transform: translateY(-50%);
    background-image: url(inc/img/arrow-down-dark-red.svg);
}

.background_red .scrolldown:hover::before {
    background-image: url(inc/img/arrow-down-grey.svg);
}

.split-screen.background_red .scrolldown:hover::before {
    background-image: url(inc/img/arrow-down-black.svg);
}

.split-screen .slider {
    display: none;
}

.background_red .scrolldown {
    color: #1d1d1b;
}

.split-screen.background_red .content,
.split-screen.background_red h1,
.split-screen.background_red h2,
.split-screen.background_red h3,
.split-screen.background_red h4,
.split-screen.background_red h5,
.split-screen.background_red h6,
.split-screen.background_red .breadcrumbs,
.split-screen.background_red .scrolldown {
    color: #ffffff;
}

.quote {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.quotes.align_right .quote {
    flex-direction: row-reverse;
}

.quote::before {
    display: block;
    content: " ";
    width: 33px;
    height: 25px;
    background-image: url(inc/img/quote-red.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -13px;
}

.quotes.background_red .quote::before {
    background-image: url(inc/img/quote-white.svg);
}

.quotes.align_right .quote::before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.quote figure {
    overflow: hidden;
    border-radius: 50%;
    display: table;
    width: 80px;
    height: 80px;
    position: relative;
}

.quote figure img {
    display: block;
    width: 100%;
}

.quote .name {
    font-weight: 700;
    color: #c1292e;
    line-height: 140%;
}

.quotes.background_red .quote .name {
    color: #1d1d1b;
}

.quote h3 {
    margin-bottom: 6px;
}

.quotes.background_red .quote h3,
.business-hours.background_red h3,
.business-hours.background_black h3 {
    color: #ffffff;
}

.quote .text {
    width: calc(100% - 123px);
    margin-left: 10px;
    position: relative;
    margin-top: 6px;
    max-width: 730px;
}

.quotes.align_right .text {
    margin-left: 0;
    margin-right: 10px;
    text-align: right;
}

.site .quotes .quote-dots {
    display: table;
    position: relative;
    z-index: 2;
    margin-top: 34px;
    margin-left: 118px;
    width: auto;
}

.site .quotes.align_right .quote-dots {
    margin-left: auto;
    margin-right: 118px;
}

.site .quote-dots span {
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    width: 20px;
    height: 4px;
    display: inline-block;
    border-radius: 0;
    overflow: hidden;
    text-indent: -999px;
    opacity: 1;
    margin: 0 5px!important;
    position: relative;
}

.site .quote-dots span::before {
    display: block;
    content: " ";
    background: #c1292e;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
}

.site .quote-dots span {
    background: #1d1d1b;
}

.site .quotes.background_red .quote-dots span::before {
    background: #ffffff;
}

.quotes .quote-dots span.swiper-pagination-bullet-active::before {
    animation: fillbar 6s linear;
}

.quote-dots:empty {
    display: none!important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.text-block.narrow_width .content {
    margin: 0 auto;
    max-width: 730px;
}

.text-block.normal_width .content {
    max-width: 1024px;
}

.text-block.medium_width .content {
    max-width: 800px;
}

.text-block.narrow_width h1,
.text-block.medium_width h1 {
    max-width: 700px;
}

@keyframes fillbar {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}

.jobs.background_grey .job-card h4,
.jobs.background_white .job-card h4 {
    color: #c1292e;
}

.jobs.background_red h4,
.jobs.background_red {
    color: #ffffff;
}

.jobs-wrapper {
    max-width: 730px;
}

.job-card {
    font-size: 18px;
}

.job-card:not(:last-of-type) {
    padding-bottom: 27px;
    border-bottom: 2px solid #afafaf;
}

.jobs.background_red .job-card:not(:last-of-type) {
    border-bottom: 2px solid #ffffff;
}

.job-card:not(:first-of-type) {
    padding-top: 27px;
}

.sidebar {
    margin-top: 35px;
}

.jobs .sidebar {
    display: none;
}

.sidebar a {
    color: #c1292e;
    font-weight: 700;
}

.background_red .sidebar a,
.accordions.background_red * {
    color: #ffffff;
}

.accordion-block .lead {
    font-size: 18px;
    line-height: 160%;
}

.content .lead:last-child {
    margin-bottom: 0;
}

.accordion-block>h4 {
    cursor: pointer;
}

.accordion-block {
    margin-bottom: 11px;
}

.accordion-block:last-child {
    margin-bottom: 0;
}

.accordion-block {
    padding-left: 20px;
    max-width: 830px;
    position: relative;
}

.accordion-block::before {
    display: block;
    content: " ";
    width: 10px;
    height: 15px;
    background-image: url(inc/img/chevron-right-black.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: 0;
    transition: 0.2s linear;
}

.accordion-block.open::before {
    transform: rotate(-90deg)
}

.accordion-block .content {
    display: none;
}

.accordions.background_red .accordion-block::before {
    background-image: url(inc/img/chevron-right-white.svg);
}

.form b,
.business-hours .label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.form br {
    display: none;
}

.form input:not([type=submit]):not([type=radio]):not([type=checkbox]),
.form textarea {
    padding: 8px 12px 9px;
}

.form textarea {
    height: 131px;
}

.form .file,
.form span:has(input[type="button"]#mfcf7_zl_add_file) {
    display: block;
    position: relative;
}

.form .file .icon,
.form span:has(input[type="button"]#mfcf7_zl_add_file)::after {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #c1292e;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(inc/img/upload.svg);
    background-size: 25px auto;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: 0.3s linear;
    z-index: 2;
}

.form span:has(input[type="button"]#mfcf7_zl_add_file)::after {
	content: " ";
	bottom: auto;
	top: 0;
}

.background_red .form .file .icon,
.background_red .form span:has(input[type="button"]#mfcf7_zl_add_file)::after{
    background-color: #1d1d1b;
}

.form .file .icon:hover, 
.form span:has(input[type="button"]#mfcf7_zl_add_file):hover::after {
    background-color: #a52327;
}

.background_red .form .file .icon:hover, 
.background_red .form span:has(input[type="button"]#mfcf7_zl_add_file):hover::after {
    background-color: #393939;
}

.form input[type=file] {
    display: none;
    visibility: hidden;
}

.form .file .text, 
.form input[type="button"]#mfcf7_zl_add_file {
    color: #afafaf;
    position: relative;
    bottom: 0;
    left: 0;
    padding-left: 12px;
    line-height: 41px;
    background: #ffffff;
    display: block;
    border: 2px solid #afafaf;
}

.form input[type="button"]#mfcf7_zl_add_file {
	width: 100%;
	margin-top: 0;
	font-weight: 400;
	font-size: 18px;
	text-align: left;
	letter-spacing: 0;
	height: 45px;
	padding: 0 0 0 12px;
}

.background_white .form .file .text, 
.background_white .form input[type="button"]#mfcf7_zl_add_file {
    background: #f4f4f4;
    border: 2px solid #ffffff;
}

.contact-form .form:last-child,
.consulting-form .form:last-child {
    margin: 0 auto;
}

.form .button:not(#mfcf7_zl_add_file) {
    filter: grayscale(100%);
    opacity: 0.35;
    cursor: default;
}

.business-hours .wrap {
    max-width: 730px;
}

.business-hours .info-wrapper .info {
    display: none;
}

.business-hours .info-wrapper ul {
    line-height: 160%;
    margin-top: 28px;
}

.business-hours .info-wrapper b,
.business-hours .info-wrapper li {
    display: block;
}

.business-hours .info-wrapper li {
    display: block;
    margin-top: 15px;
}

.branch-card {
    max-width: 420px;
    margin: 0 auto;
}

.branch-card .button {
    margin-top: -52px;
    z-index: 2;
}

.branch-card:not(:last-child) {
    margin-bottom: 35px;
}

.branch-card .thumb {
    margin-right: 30px;
    position: relative;
    z-index: 2;
}

.branch-card .data {
    margin-left: 30px;
    padding: 55px 20px 30px;
    margin-top: -30px;
    position: relative;
}

.branches.background_grey .branch-card .data,
.branches.background_red .branch-card .data {
    background: #ffffff;
}

.branches.background_white .branch-card .data {
    background: #f4f4f4;
}

.branch-card ul {
    margin-bottom: 10px;
    line-height: 160%;
}

.branch-card li a {
    color: #c1292e;
    transition: 0.3s linear;
    padding-left: 19px;
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: left top 5px;
}

.branch-card li a:hover {
    color: #a52327;
}

.branch-card li.phone a {
    background-image: url(inc/img/phone.svg);
}

.branch-card li.mail a {
    background-image: url(inc/img/email.svg);
}

.branch-card .branch-manager {
    display: flex;
    align-items: center;
    margin-top: 20px;
    line-height: 150%;
}

.branch-card .branch-manager figure {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.branch-card .branch-manager figure img,
.branch-card .thumb img {
    display: block;
    width: 100%;
}

.branch-card .info {
    width: calc(100% - 90px);
    margin-left: 20px;
}

.branch-card .branch-manager b {
    display: block;
}

.photo-gallery .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 8px;
}

.photo-gallery figure {
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.photo-gallery picture {
    overflow: hidden;
    display: block;
}

.photo-gallery .wrap figure:nth-of-type(5n+1),
.photo-gallery .wrap figure:nth-of-type(5n+4) {
    width: calc(60% - 4px);
}

.photo-gallery .wrap figure:nth-of-type(5n+1) {
    margin-bottom: auto;
}

.photo-gallery .wrap figure:nth-of-type(5n+4) {
    margin-top: auto;
}

.photo-gallery .wrap figure:nth-of-type(5n+2),
.photo-gallery .wrap figure:nth-of-type(5n+3) {
    width: calc(40% - 4px);
}

.photo-gallery .wrap figure:nth-of-type(5n) {
    width: 100%;
    margin: 8% 0;
}

.photo-gallery .wrap figure:nth-of-type(5n):last-of-type {
    margin-bottom: 0;
}

.photo-gallery .photo img, 
.photo-gallery .gallery-slider img {
    display: block;
    width: 100%;
}

.photo-gallery .photo img {
    transition: 0.3s linear;
}

.photo-gallery .photo:hover img {
    transform: scale(1.07, 1.07);
}

.gallery-slider .next,
.gallery-slider .prev {
    font-weight: 700;
    color: #c1292e;
    position: relative;
    line-height: 160%;
    display: block;
    position: relative;
    margin-top: 25px;
    margin-bottom: 40px;
    cursor: pointer;
}

.gallery-slider.background_black .next,
.gallery-slider.background_black .prev,
.gallery-slider.background_red .next,
.gallery-slider.background_red .prev {
    color: #ffffff;
}

.gallery-slider .swiper-button-disabled {
    display: none;
}

.gallery-slider .prev {
    padding-left: 16px;
    float: left;
}

.gallery-slider .next {
    padding-right: 16px;
    float: right;
    margin-right: -35px;
}

.gallery-slider .prev::before,
.gallery-slider .next::after {
    display: block;
    content: " ";
    width: 6px;
    height: 9px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.gallery-slider .prev::before {
    left: 0;
    background-image: url(inc/img/chevron-left-red.svg);
}

.gallery-slider .next::after {
    right: 0;
    background-image: url(inc/img/chevron-right-red.svg);
}

.gallery-slider.background_black .prev::before,
.gallery-slider.background_red .prev::before {
    background-image: url(inc/img/chevron-left-white.svg);
}

.gallery-slider.background_black .next::after,
.gallery-slider.background_red .next::after {
    background-image: url(inc/img/chevron-right-white.svg);
}

.gallery-slider {
    display: none;
    position: fixed;
    top: 67px;
    z-index: 5;
    height: calc(100vh - 67px);
    width: 100vw;
    overflow: hidden;
}

.gallery-slider.background_white {
    background: #ffffff;
}

.gallery-slider.background_grey {
    background: #f4f4f4;
}

.gallery-slider.background_red {
    background: #c1292e;
}

.gallery-slider.background_black {
    background: #1d1d1b;
}

.gallery-slider .inner::-webkit-scrollbar {
    display: none;
}

.gallery-slider .inner {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

.gallery-slider .wrapper {
    width: 90%;
    max-width: 1230px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.gallery-slider .close {
    display: block;
    font-weight: 700;
    padding-left: 21px;
    background-image: url(inc/img/close-black.svg);
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 35px 0 35px;
    cursor: pointer;
}

.gallery-slider.background_black .close,
.gallery-slider.background_red .close {
    background-image: url(inc/img/close-white.svg);
    color: #ffffff;
}

.gallery-slider .slider {
    width: calc(100% - 35px);
    margin-bottom: 50px;
}

.gallery-slider .slider::after {
    display: block;
    content: " ";
    clear: both;
}

.gallery-slider-open {
    overflow: hidden;
}

.wpcf7-radio .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.form .description {
    margin-bottom: 20px;
    line-height: 160%;
}

.wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.wpcf7-checkbox .wpcf7-list-item input {
    position: absolute;
    top: 4px;
    left: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label {
    line-height: 160%;
    cursor: pointer;
}

.form .step {
    position: relative;
}

.form .back {
    color: #c1292e;
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 18px;
    cursor: pointer;
}

.background_red .back {
    color: #1d1d1b;
}

.track {
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0 calc(50% - 112px);
    max-width: 730px;
    margin: 0 auto 25px;
}

.track-item {
    width: 75px;
    flex-shrink: 0;
    opacity: 0.3;
}

.track-item:nth-child(2) .count::before,
.track-item:nth-child(2) .count::after {
    display: block;
    content: " ";
    background: #1d1d1b;
    height: 2px;
    width: calc(45vw - 116px);
    position: absolute;
    top: 14px;
}

.background_red .track-item:nth-child(2) .count::before,
.background_red .track-item:nth-child(2) .count::after,
.background_red .track-item.active:nth-child(2) .count::before,
.background_red .track-item.active:nth-child(2) .count::after,
.background_red .track-item .count {
    background: #ffffff;
}

.track-item.active:nth-child(2) .count::before,
.track-item.active:nth-child(2) .count::after {
    background: #afafaf;
}

.track-item:nth-child(2) .count::before {
    right: 100%;
    transform: translateX(-27px);
}

.track-item:nth-child(2) .count::after {
    left: 100%;
    transform: translateX(27px);
}

.track-item.active {
    opacity: 1;
}

.track-item .count {
    border-radius: 50%;
    background: #1d1d1b;
    color: #ffffff;
    display: table;
    width: 30px;
    height: 30px;
    margin: 0 auto 8px;
    position: relative;
}

.background_red .track-item .count {
    color: #1d1d1b;
}

.background_red .track-item .name {
    color: #ffffff;
}

.track-item .count i {
    font-style: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.track-item .name {
    font-weight: 700;
    line-height: 140%;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.consulting-form .step:not(:first-child) {
    display: none;
}

.wpcf7-list-item-label {
    cursor: pointer;
}

.content .red-container {
    color: #ffffff;
    padding: 20px 25px 25px;
    background: #c1292e;
    margin-top: 35px;
}

.content .red-container * {
    color: #ffffff;
}

.content p a:not(.button):not(.scrolldown),
.content li a:not(.button):not(.scrolldown) {
    color: #c1292e;
    font-weight: 700;
}

.split-screen.background_red .content a:not(.button):not(.scrolldown) {
    color: #1d1d1b;
}

span .wpcf7-not-valid:not(.wpcf7-checkbox) {
    border: 2px solid #c1292e !important;
}

span .wpcf7-not-valid input[type="checkbox"] {
    border: 2px solid #c1292e !important;
}

.background_red span .wpcf7-not-valid:not(.wpcf7-checkbox) {
    border: 2px solid #000000 !important;
}

.background_red span .wpcf7-not-valid input[type="checkbox"] {
    border: 2px solid #000000 !important;
}

span.wpcf7-not-valid-tip {
    display: none;
}

#mfcf7_zl_add_file + span.wpcf7-not-valid-tip {
	display: block;
	font-size: 14px;margin-top: 10px;
}

.will-animate {
    opacity: 0;
    transform: translateY(100px);
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 0;
    line-height: 160%;
    padding: 0;
    margin: 0;
}

.mc4wp-response {
    margin-top: 5px;
    line-height: 150%;
}

.photo-gallery figcaption {
    display: block;
    background: #ffffff;
    padding: 23px 18px;
}

.photo-gallery.background_white .photo figcaption,
.gallery-slider.background_white figcaption {
    background: #f4f4f4;
}

.photo-gallery .photo figcaption {
    display: none;
}

.photo-gallery figcaption p {
    max-width: 620px;
}

.gallery-slider figcaption {
    margin-bottom: 20px;
}

.site .split-element-small .small-split-dots, 
.site .text-overlay-slider .overlay-slider-dots {
	display: table;
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translateX(-50%);
	z-index: 2;
	width: auto;
}

.site .text-overlay-slider .overlay-slider-dots {
	bottom: 30px;
}
    
.site .small-split-dots span, 
.site .overlay-slider-dots span {
	-webkit-appearance: none;
	appearance: none;
	background: #ffffff;
	width: 30px;
	height: 5px;
	display: inline-block;
	border-radius: 0;
	overflow: hidden;
	text-indent: -999px;
	opacity: 1;
	margin: 0 8px!important;
	position: relative;
}
    
.site .small-split-dots span::before,
.site .overlay-slider-dots span::before{
	display: block;
	content: " ";
	background: #c1292e;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform: translateX(-100%);
}

.split-element-small .small-split-dots span.swiper-pagination-bullet-active::before {
	animation: fillbar 6s linear;
}

.text-overlay-slider .overlay-slider-dots span.swiper-pagination-bullet-active::before {
	animation: fillbar 10s linear;
}

.overlay-slider {
	position: relative;
}

.overlay-slide {
	position: relative;
	width: 100%;
}

.overlay-slide .content {
	display:none;
}

.lightbox-toggle {
	width: 36px;
	height: 36px;
	background-image: url(inc/img/magnify.svg);
	background-size: 100%;
	cursor: pointer;
}

.overlay-slide .lightbox-toggle {
	position: absolute;
	bottom: 0;
	left: 0;
}

.overlay-slide figure {
	overflow: hidden;
}

.overlay-slide img {
	display: block;
	width: 100%;
	transition: 1s linear;
}

.overlay-slide.swiper-slide-active img,
.overlay-slide.swiper-slide-duplicate-active img {
    transform: scale(1.075, 1.075);
    transition: 10s linear;
}

.fullscreen-lightbox {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow: scroll;
    scrollbar-width: none;
    display: none;
	flex-wrap: wrap;
	align-items: center;
}

.fullscreen-lightbox::-webkit-scrollbar {
    display: none;
}

.fullscreen-lightbox .background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
}

.fullscreen-lightbox .wrapper {
    position: relative;
    width: calc(100% - 150px);
    max-width: 1020px;
    margin: 0 auto;
    padding: 20px 0;
    z-index: 2;
}

.slider-wrapper {
    position: relative;
    max-width: 1020px;
	width: 90%;
    margin: 0 auto;
}

.lightbox-image-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.slider-container {	
	position: relative;
}

.fullscreen-lightbox img {
	display: block;
    width: auto;
    height: auto;
	max-width: calc(100vw - 100px);
    max-height: calc(100vh - 100px);
}

.fullscreen-lightbox .wrapper .content {
    color: #393939;
	margin-top: 18px;
	max-width: 810px;
}

.fullscreen-lightbox .next,
.fullscreen-lightbox .prev {
    position: absolute;
    display: block;
    width: 10px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

.fullscreen-lightbox .next {
    background-image: url(inc/img/chevron-right-black.svg);
    right: -30px;
}

.fullscreen-lightbox .prev {
    background-image: url(inc/img/chevron-left-black.svg);
    left: -30px;
}

.fullscreen-lightbox .swiper-button-disabled {
    opacity: 0.3;
}

.fullscreen-lightbox .close {
    display: table;
    position: relative;
    font-weight: 700;
    cursor: pointer;
	background-image: url(inc/img/close-black.svg);
	background-size: 10px;
    background-position: left top 4px;
	background-repeat: no-repeat;
	padding-left: 17px;
	margin-bottom: 30px;
}

body.lightbox-open {
    overflow: hidden;
}

.fullscreen-lightbox .content p,
.fullscreen-lightbox .content ul,
.fullscreen-lightbox .content ol {
	line-height: 150%;
	margin-bottom: 15px;
}

.card-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 35px 30px;
	justify-content: center;
}
.card-grid .card {
	max-width: 390px;
	display: none;
	flex-direction: column;
	position: relative;
}
.card-grid .card:nth-child(-n + 6) {
	display: flex;
}
.card-grid .card .content {
    margin-left: 30px;
    padding: 50px 20px 40px;
    margin-top: -30px;
    position: relative;
	flex-grow: 1;
}

.background_grey .card-grid .card .content {
    background: #ffffff;
}

.background_white .card-grid .card .content {
    background: #f4f4f4;
}

.card-grid .card .thumbnail {
    margin-right: 30px;
    position: relative;
    z-index: 2;
}
.card-grid .card .content::after {
    display: block;
    content: " ";
    position: absolute;
    height: 75px;
    width: 5px;
    top: 0;
	left: 0;
    transform: translateX(-100%);
	transition: 0.3s linear;
	background: #c1292e;
}

.card .content .lightbox-toggle {
	position: absolute;
	bottom: 0;
	right: 0;
}

.card-grid + .button {
	margin: 60px auto 0;
}

.card-slider .card .thumbnail {
	position: relative;
}
.card-slider .card .lightbox-toggle {
	position: absolute;
	bottom: 0;
	left: 0;
}

.card-slider .card .thumbnail img {
	display: block;
	width: 100%;
}

.card-slider .card .content {
	padding-top: 15px;
}

.card-slider {
	position: relative;
	max-width: 390px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 40px);
}

.card-slider .card {
	transition: opacity 0.3s linear;
	opacity: 0;
}

.card-slider .card.swiper-slide-active {
	opacity: 1;
}

.card-slider .next, .card-slider .prev {
	position: absolute;
	width: 10px;
	height: 16px;
	background-size: 100%;
	z-index: 2;
	transform: translateY(-50%);
	cursor: pointer;
	top: 32vw;
	transition: opacity 0.2s linear;
}

.card-slider .prev {
	background-image: url(inc/img/chevron-left-red.svg);
	left: -30px;
}

.card-slider .next {
	background-image: url(inc/img/chevron-right-red.svg);
	right: -30px;
}

.card-slider .swiper-button-disabled {
	opacity: 0.4;
}

.tooltips-container {
	position: relative;
}

.tooltips-container .background-image img {
	display: block;
	width:100%;
}

.tooltips-container .tooltips {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.tooltips-container .tooltip {
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 2;
	transform: translateX(-50%) translateY(-50%);
}

.tooltips-container .tooltip.open {
	z-index: 3;
}

.tooltips-container .tooltip .icon {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(inc/img/magnify.svg);
	background-size: 100%;
	cursor: pointer;
	position: relative;
	z-index: 2;
}

.tooltips-container .tooltip.open .icon {
	background-image: url(inc/img/close-tooltip.svg);
}

.tooltips-container .tooltip .text {
	background: #ffffff;
	padding: 14px 18px 14px;
	display: none;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 55vw;
	max-width: 360px;
	font-size: 14px;
	line-height: 150%;
	box-sizing: border-box;
}

.tooltips-container .tooltip .text.open-top {
	padding-bottom: 32px;
}

.tooltips-container .tooltip .text.open-bottom {
	padding-top: 32px;
}

.tooltips-container .tooltip .text.open-right {
	left: 0;
	right: auto;
}

.tooltips-container .tooltip .text.open-bottom {
	top: 0;
	bottom: auto;
}

.tooltips-container .tooltip .text p:not(:last-child), .tooltips-container .tooltip .text ul:not(:last-child), .tooltips-container .tooltip .text ol:not(:last-child) {
	margin-bottom: 10px;
}

.product-label {
	position: absolute;
	font-size: 16px;
	z-index: 2;
}

.product-label span {
	display: table;
	color: #ffffff;
	font-weight: 700;
	padding: 0 10px;
	margin-left: auto;
}

.product-label span:nth-child(2) {
	margin-top: 3px;
}

.product-label span.red {
	background: #c1292e;
}

.product-label span.black {
	background: #1d1d1b;
}

.overlay-slide .product-label {
	line-height: 182%;
	top: 16px;
	right: 10px;
	transform: translateY(-100%);
}

.overlay-slide .product-label span {
	padding: 3px 10px;	
}

.card .product-label {
	line-height: 165%;
	top: -13px;
}

.card.swiper-slide .product-label {
	right: 10px;
}

.card-grid .card .product-label {
	right: 0;
}

.codedropz-upload-handler {
	border-radius: 0;
	background: #ffffff;
}

.codedropz-upload-container {
    padding: 12px 15px;
	height: 135px;
	box-sizing: border-box;
}

.codedropz-upload-inner {
	text-align: left;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	font-size: 16px;
	line-height: 120%;
}

.codedropz-upload-inner span:first-child {
	font-size: 16px;
	line-height: 160%;
	display: block;
    font-weight: 400;
    margin-bottom: 10px;
	color: #afafaf;
}

.dnd-upload-status .dnd-upload-details .name em {
	color: #afafaf;
	font-style: normal;
}

.dnd-upload-status {
    padding: 0;
    align-items: flex-end;
	margin-top: 20px;
	max-width: 100%;
}

.codedropz-upload-inner span:nth-of-type(2) {
	display: none;
}

.dnd-upload-status .dnd-upload-details .name span {
	color: #393939;
	font-weight: 700;
}

.dnd-upload-status .dnd-upload-details .remove-file {
    top: 9px;
}

.codedropz-upload-inner .codedropz-btn-wrap  {
	 margin-top: 10px;
}

.dnd-upload-status .dnd-upload-details .remove-file span:after {
    width: 12px;
    height: 12px;
    background-size: 100%;
    background-image: url(inc/img/close-black.svg);
}

.dnd-upload-status .dnd-upload-details .name {
	margin-bottom: 3px;
	font-size: 14px;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar {
    height: 15px;
	border-radius: 0;
	background: #afafaf;
}

.dnd-upload-status .dnd-upload-image {
	position: relative;
	flex-shrink: 0;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {   
    font-size: 10px;
	line-height: 15px;
	font-weight: 700;
	background: #c2bf29;
	padding-right: 5px;
	box-sizing: border-box;
	max-width: 100%;
}

.dnd-upload-counter {
    right: 10px;
    bottom: 6px;
    font-size: 12px;
    font-weight: 700;
    color: #afafaf;
}

.dnd-upload-status .dnd-upload-image {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 0;
}

.dnd-upload-status .dnd-upload-details {
	padding-left: 12px;
	box-sizing: border-box;
}

.dnd-upload-status .dnd-upload-image span.file {
	background-image: url(inc/img/upload.svg);
	width: 17px;
	height: 17px;
}

.dnd-upload-status .dnd-upload-image {
	background-color: #c1292e;
	border: 0;
}

.dnd-icon-remove.deleting {	
    font-size: 16px;
    font-weight: 700;
    color: #afafaf;
}

.dnd-upload-details {
	position: relative;
}

.dnd-upload-status .dnd-upload-details span.has-error {
    font-size: 12px;
}

.dnd-icon-remove.deleting {
	display: none;
}

.h-captcha {
	margin: 20px 0 20px auto;
}

@media screen and (min-width:480px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h4 {
        font-size: 22px;
    }
    h5 {
        font-size: 20px;
    }
    .site-footer .main {
        padding: 50px 0;
    }
    .site-footer .logo {
        width: 180px;
    }
    .hero-slider .content {
        font-size: 34px;
        padding: 30px 0 60px;
    }
    .hero-slider .content .wrapper {
        line-height: 164%;
        padding: 2px 10px 3px;
    }
    .hero-slider .slide-content {
        max-width: 480px;
    }
    .hero-slider .slide-content br {
        display: block;
    }
    .padding_top_medium,
    .padding_top_large {
        padding-top: 50px;
    }
    .padding_bottom_medium,
    .padding_bottom_large {
        padding-bottom: 50px;
    }
    .two-columns-card.both-visible .column:first-child {
        margin-bottom: 50px;
    }
    h3 {
        font-size: 24px;
        margin-bottom: 26px;
    }
    .brands .slider {
        width: 200px;
    }
    .brand figure {
        width: 200px;
    }
    .brands img {
        transform: translateX(-50%) translateY(-50%) scale(0.7, 0.7);
    }
    .brands a:hover img {
        transform: translateX(-50%) translateY(-50%) scale(0.77, 0.77);
    }
    .split-screen .content {
        width: 80%;
    }
    .job-card:not(:last-of-type) {
        padding-bottom: 34px;
    }
    .job-card:not(:first-of-type) {
        padding-top: 34px;
    }
    .accordion-block {
        margin-bottom: 20px;
    }
    .accordion-block::before {
        top: 8px;
    }
    .photo-gallery .wrap {
        gap: 0 12px;
    }
    .photo-gallery .wrap figure:nth-of-type(5n+1),
    .photo-gallery .wrap figure:nth-of-type(5n+4) {
        width: calc(60% - 6px);
    }
    .photo-gallery .wrap figure:nth-of-type(5n+2),
    .photo-gallery .wrap figure:nth-of-type(5n+3) {
        width: calc(40% - 6px);
    }
    .photo-gallery .wrap figure:nth-of-type(5n) {
        margin: 7.5% 0;
    }
    .gallery-slider .slider {
        width: calc(100% - 50px);
    }
    .gallery-slider .next {
        margin-right: -50px;
    }
    .wpcf7-checkbox .wpcf7-list-item {
        display: inline-block;
        width: calc(50% - 30px);
        vertical-align: top;
    }
    .track-item:nth-child(2) .count::before,
    .track-item:nth-child(2) .count::after {
        width: calc(45vw - 134px);
    }
    .track-item:nth-child(2) .count::before {
        transform: translateX(-35px);
    }
    .track-item:nth-child(2) .count::after {
        transform: translateX(35px);
    }
    .content .red-container {
        padding: 30px 35px 35px;
    }
    .photo-gallery figcaption {
        padding: 25px;
    }
	.card-slider {
		width: calc(100% - 60px);
		box-sizing: border-box;
	}
	.card-slider .next, .card-slider .prev {
		width: 13px;
		height: 20px;
		top: 146px;
	}
	.card-slider .next {
		right: -40px;
	}
	.card-slider .prev {
		left: -40px;
	}
	.tooltips-container .tooltip {
		width: 36px;
		height: 36px;
	}
	.tooltips-container .tooltip .text {
		padding: 18px 24px 18px;
		font-size: 16px;
	}

	.tooltips-container .tooltip .text.open-top {
		padding-bottom: 40px;
	}

	.tooltips-container .tooltip .text.open-bottom {
		padding-top: 40px;
	}
	.overlay-slide .product-label {
		font-size: 18px;
		right: 15px;
		top: 19px;
	}
	.overlay-slide .product-label span {
		padding: 3px 14px;
	}
}
@media screen and (min-width:480px) and (orientation: landscape) {

    .gallery-slider .close {
        margin-top: 10px;
    }
  
}

@media screen and (min-width:768px) {
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 30px;
    }
    h4 {
        font-size: 24px;
    }
    .site-footer .main {
        padding: 70px 0;
    }
    .site-footer .logo {
        width: 200px;
        margin-right: 40%;
    }
    .site-footer .main .wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .site-footer .columns {
        width: 62%;
    }
    .newsletter {
        width: 38%;
    }
    .footer-links {
        padding: 20px 0;
    }
    .footer-links li {
        display: inline-block;
        vertical-align: top;
    }
    .footer-links li:not(:last-of-type) {
        margin-right: 30px;
        margin-bottom: 0;
    }
    .hero-slider figure {
        height: 460px;
    }
    .hero-slider figure::after,
    .hero-slider .down {
        display: none;
    }
    .hero-slide {
        position: relative;
    }
    .hero-slider .content {
        font-size: 38px;
        padding: 0;
        position: absolute;
        background: none;
        left: 0;
        right: 0;
        top: 20%;
        transition: opacity 0.6s linear;
        opacity: 0;
    }
    .hero-slider .slide-content {
        max-width: 560px;
    }
    .hero-slider .swiper-slide-active .content,
    .hero-slider .swiper-slide-duplicate-active .content {
        opacity: 1;
    }
    .hero-slider .content .wrapper {
        line-height: 168%;
        padding: 3px 14px 6px;
    }
    .site .hero-slider .hero-dots,
    .site .split-screen .split-dots, 
	.site .text-overlay-slider .overlay-slider-dots {
        display: table;
        position: absolute;
        left: 50%;
        bottom: 10%;
        transform: translateX(-50%);
        z-index: 2;
        width: auto;
    }
    .site .hero-dots span,
    .site .split-dots span, 
	.site .overlay-slider-dots span {
        -webkit-appearance: none;
        appearance: none;
        background: #ffffff;
        width: 30px;
        height: 5px;
        display: inline-block;
        border-radius: 0;
        overflow: hidden;
        text-indent: -999px;
        opacity: 1;
        margin: 0 8px!important;
        position: relative;
    }
    .site .quote-dots span {
        width: 30px;
        height: 5px;
        margin: 0 8px!important;
    }
    .site .hero-dots span::before,
    .site .split-dots span::before, 
	.site .overlay-slider-dots span::before {
        display: block;
        content: " ";
        background: #c1292e;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        transform: translateX(-100%);
    }
    .hero-slider .hero-dots span.swiper-pagination-bullet-active::before,
    .split-screen .split-dots span.swiper-pagination-bullet-active::before {
        animation: fillbar 6s linear;
    }
    .teaser-buttons.mobile_left,
    .teaser-buttons.mobile_right {
        left: auto;
        right: auto;
    }
    .teaser-buttons.mobile_left.page_scroll,
    .teaser-buttons.mobile_right.page_scroll {
        transform: translateX(0);
    }
    .teaser-buttons.mobile_hide:not(.desktop_hide) {
        display: block;
    }
    .teaser-buttons.desktop_hide {
        display: none;
    }
    .teaser-buttons.desktop_right {
        right: 7px;
    }
    .teaser-buttons.desktop_left {
        left: 7px;
    }
    .teaser-buttons.desktop_right.page_scroll {
        transform: translateX(150%);
    }
    .teaser-buttons.desktop_left.page_scroll {
        transform: translateX(-150%);
    }

    .scrolled .teaser-buttons.desktop_right.page_load_scrollhide {
        transform: translateX(150%)!important;
        transition: 0.3s ease-out;
    }
    
    .scrolled .teaser-buttons.desktop_left.page_load_scrollhide {
        transform: translateX(-150%)!important;
        transition: 0.3s ease-out;
    }

    .padding_top_medium,
    .padding_top_large {
        padding-top: 70px;
    }
    .padding_bottom_medium,
    .padding_bottom_large {
        padding-bottom: 70px;
    }
    .two-columns-card .column {
        max-width: 600px;
    }
    .two-columns-card .column.mobile-hide {
        display: block;
    }
    .two-columns-card .wrap,
    .teaser .wrap,
    .split-screen .wrap,
    .split-element-small .wrap,
    .jobs .wrap,
    .has-sidebar .wrap,
    .contact-form .wrap,
    .branches .wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .split-screen.align_right .wrap,
    .split-element-small.align_left .wrap {
        flex-direction: row-reverse;
    }
    .split-element-small .wrap {
        max-width: 1230px;
    }
    .teaser .wrap {
        gap: 50px 20px;
    }
    .branches .wrap {
        gap: 50px 30px;
        justify-content: center;
    }
    .two-columns-card .column,
    .teaser-card {
        width: calc(50% - 10px);
        flex-shrink: 0;
        max-width: 600px;
    }
    .two-columns-card .column:first-child {
        margin-right: 20px;
    }
    .two-columns-card.both-visible .column:first-child {
        margin-bottom: 0;
    }
    .teaser-card {
        margin-bottom: 0;
    }
    .portraits .slider {
        width: calc(100% - 50px);
    }
    .portraits figure {
        width: 100px;
    }
    .portraits .next,
    .portraits .prev {
        bottom: 35px;
    }
    .portraits .next {
        right: 0;
    }
    .portraits .prev {
        left: 0;
    }
    h3 {
        font-size: 30px;
    }
    .portraits h3 {
        margin-bottom: 30px;
    }
    .brand figure {
        width: 100%;
    }
    .brands img {
        transform: translateX(-50%) translateY(-50%) scale(0.55, 0.55);
    }
    .brands a:hover img {
        transform: translateX(-50%) translateY(-50%) scale(0.6, 0.6);
    }
    .breadcrumbs {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .split-screen .content {
        width: 50%;
    }
    .split-screen .slider {
        display: block;
        position: relative;
        width: calc(60% - 35px);
        flex-shrink: 0;
    }
    .split-screen.align_left .slider {
        margin-right: -10%;
    }
    .split-screen.align_left .content {
        margin-right: 35px;
    }
    .split-screen.align_right .slider {
        margin-left: -10%;
    }
    .split-screen.align_right .content {
        margin-left: 35px;
    }
    .split-screen.padding_top_small .slider {
        margin-top: -35px;
    }
    .split-screen.padding_top_medium .slider,
    .split-screen.padding_top_large .slider {
        margin-top: -70px;
    }
    .split-screen .slider img {
        width: 100%;
        display: block;
    }
    .scrolldown {
        font-size: 18px;
    }
    .split-element-small .content {
        margin-top: 40px;
        padding: 30px;
        position: relative;
    }
    .split-element-small .content {
        min-height: calc(35vw - 60px);
    }
    .split-element-small.larger_thumbnail .content {
        min-height: calc(44vw - 60px);
    }
    .split-element-small.show-line .content {
        margin-top: 30px;
    }
    .split-element-small.has-button .content {
        padding-bottom: 75px;
        min-height: calc(35vw - 135px);
    }
    .split-element-small.larger_thumbnail.has-button .content {
        min-height: calc(44vw - 135px);
    }
    .split-element-small.has-scrolldown .content {
        padding-bottom: 120px;
        min-height: calc(35vw - 180px);
    }
    .split-element-small.larger_thumbnail.has-scrolldown .content {
        min-height: calc(44vw - 180px);
    }
    .split-element-small .button,
    .split-element-small .scrolldown {
        position: absolute;
        bottom: 30px;
    }
    .split-element-small .thumb,
    .split-element-small .content {
        width: calc(50% - 30px);
        flex-shrink: 0;
    }
    .split-element-small.align_left .content {
        padding-right: 60px;
        margin-right: 0;
    }
    .split-element-small.align_right .content {
        padding-left: 60px;
        margin-left: 0;
    }
    .split-element-small.align_right .thumb {
        margin-right: -30px;
    }
    .split-element-small.align_left .thumb {
        margin-left: -30px;
    }
    .split-element-small.show-line.align_left .content::after {
        right: auto;
        left: 0;
        transform: translateX(-100%);
    }
    .split-element-small.show-line.align_right .content::after {
        left: auto;
        right: 0;
        transform: translateX(100%);
    }
    .split-element-small.show-line .content::after {
        height: 80px;
    }
    .two-columns-card .column:hover .content::after,
    .split-element-small.show-line .wrap:hover .content::after {
        height: 130px;
    }
    .brands .slider {
        width: 100%;
    }
    .brands .swiper-wrapper {
        flex-wrap: wrap;
        gap: 20px;
    }
    .brands .brand {
        width: calc(25% - 15px);
    }
    .quote figure {
        width: 100px;
        height: 100px;
    }
    .quotes.image_large .quote figure {
        width: 160px;
        height: 160px;
    }
    .quote::before {
        width: 50px;
        height: 39px;
        margin-top: -13px;
        margin-right: 10px;
    }
    .quotes.image_large .quote::before {
        width: 70px;
        height: 54px;
    }
    .quotes.align_right .quote::before {
        margin-right: 0;
        margin-left: 10px;
    }
    .quote .text {
        width: calc(100% - 175px);
        margin-left: 15px;
        margin-top: 6px;
    }
    .quotes.image_large .quote .text {
        width: calc(100% - 280px);
        margin-left: 40px;
    }
    .quotes.image_large.align_right .quote .text {
        margin-left: 0;
        margin-right: 40px;
    }
    .quotes.align_right .quote .text {
        margin-right: 15px;
    }
    .site .quotes .quote-dots {
        margin-top: 50px;
        margin-left: 168px;
    }
    .site .quotes.align_right .quote-dots {
        margin-right: 168px;
    }
    .site .quotes.image_large.align_right .quote-dots {
        margin-right: 273px;
    }
    .quote .name {
        font-size: 20px;
    }
    .quote h3 {
        margin-bottom: 10px;
    }
    .quotes.image_large .quote::before {
        margin-top: 0;
    }
    .quotes.image_large figure,
    .quotes.image_large .quote .text {
        margin-top: 27px;
    }
    .quotes.image_large .quote {
        max-width: 800px;
    }
    .quotes.align_center .slider {
        margin: 0 auto;
        max-width: 820px;
    }
    .jobs .sidebar {
        display: block;
    }
    .sidebar {
        width: 250px;
        margin-top: 0;
    }
    .jobs-wrapper,
    .has-sidebar .content,
    .contact-form .form {
        width: calc(100% - 280px);
        margin-right: 30px;
    }
    .job-card {
        font-size: 20px;
    }
    .accordion-block::before {
        top: 10px;
    }
    .accordion-block .lead {
        font-size: 20px;
    }
    .branch-card {
        width: calc(50% - 15px);
        margin: 0;
    }
    .branch-card:not(:last-child) {
        margin-bottom: 0;
    }
    .photo-gallery .wrap {
        gap: 0 20px;
    }
    .photo-gallery .wrap figure:nth-of-type(5n+1),
    .photo-gallery .wrap figure:nth-of-type(5n+4) {
        width: calc(60% - 10px);
    }
    .photo-gallery .wrap figure:nth-of-type(5n+2),
    .photo-gallery .wrap figure:nth-of-type(5n+3) {
        width: calc(40% - 10px);
    }
    .gallery-slider .slider {
        width: calc(100% - 75px);
    }
    .gallery-slider .next,
    .gallery-slider .prev {
        margin-top: 35px;
    }
    .track {
        gap: 0 calc(50% - 198px);
        margin: 0 auto 30px;
    }
    .track-item {
        width: 141px;
    }
    .track-item:nth-child(2) .count::before,
    .track-item:nth-child(2) .count::after {
        width: 177px;
    }
    .track-item:nth-child(2) .count::before {
        transform: translateX(-50px);
    }
    .track-item:nth-child(2) .count::after {
        transform: translateX(50px);
    }
    .content .red-container {
        margin-top: 50px;
        padding: 40px 50px 45px;
    }
    .portraits .slider::before,
    .portraits .slider::after {
        width: 40px;
    }
    .gallery-slider .close {
        margin: 50px 0;
    }
    .photo-gallery figcaption {
        padding: 25px 30px;
    }
    .ti-widget{
        transform: scale(2) !important;
        transform-origin: top !important;
        margin-top: 40px !important;
        margin-bottom: 40px !important;
        min-height: 164px;
    }
	.lightbox-toggle  {
		width: 50px;
		height: 50px;
	}
	.fullscreen-lightbox img {
    	max-width: calc(100vw - 150px);
    	max-height: calc(100vh - 150px);
	}
	.fullscreen-lightbox .next,
	.fullscreen-lightbox .prev {
		width: 14px;
		height: 21px;
	}
	.fullscreen-lightbox .next {
		right: -50px;
	}
	.fullscreen-lightbox .prev {
		left: -50px;
	}
	.card-grid {
		justify-content: flex-start;
		gap: 50px 30px;
	}
	.card-grid .card {
		width:calc(50% - 15px);
	}
	.card-grid .card .content {
		padding: 55px 20px 50px;
	}
	.card-slider {
		max-width: 810px;
	}
	.card-slider .card.swiper-slide-next {
		opacity: 1;
	}
	.card-slider .next, .card-slider .prev {
		width: 16px;
		height: 25px;
	}
	.card-slider .next, .card-slider .prev {
		top: 15vw;
	}
	.tooltips-container .tooltip {
		width: 42px;
		height: 42px;
	}
	.tooltips-container .tooltip .text.open-top {
		padding-bottom: 50px;
	}

	.tooltips-container .tooltip .text.open-bottom {
		padding-top: 50px;
	}	
	.fullscreen-lightbox .wrapper {
		padding: 30px 0;
	}
	.overlay-slide .product-label {
		font-size: 20px;
		right: 20px;
		top: 22px;
	}
	.overlay-slide .product-label span {
		padding: 4px 16px;
	}
}

@media screen and (min-width:960px) {
	.card-slider .next, .card-slider .prev {
		top: 146px;
	}
}

@media screen and (min-width:1024px) {
    h1 {
        font-size: 42px;
        line-height: 125%;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 36px;
        margin-bottom: 25px;
        line-height: 130%;
    }
    h4 {
        font-size: 26px;
    }
    h5 {
        font-size: 22px;
    }
    .site-footer .main {
        padding: 85px 0;
    }
    .site-footer .logo {
        width: 220px;
    }
    .site-footer .columns {
        width: 66.6%;
    }
    .newsletter {
        width: 33.3%;
    }
    .footer-links {
        padding: 19px 0;
    }
    .footer-links a {
        font-size: 16px;
        line-height: 30px;
    }
    .footer-links li:not(:last-of-type) {
        margin-right: 40px;
    }
    .site-footer .title {
        font-size: 16px;
        line-height: 15px;
        margin-bottom: 28px;
    }
    .site-footer .columns li:not(.title) {
        font-size: 16px;
        line-height: 15px;
        margin-bottom: 15px;
    }
    .newsletter label span {
        display: block;
        font-size: 16px;
        line-height: 15px;
        margin-bottom: 10px;
    }
    input:not([type=submit]):not([type=radio]):not([type=checkbox]),
    textarea {
        padding: 10px 12px 10px;
        line-height: 30px;
    }
    .newsletter input:not([type=submit]):not([type=radio]):not([type=checkbox]) {
        font-size: 16px;
    }
    .newsletter label {
        width: calc(100% - 50px);
    }
    .newsletter input[type=submit] {
        width: 50px;
        height: 50px;
    }
    .site-footer .social .title {
        margin-bottom: 10px;
    }
    .social a {
        width: 50px;
        height: 50px;
    }
    .hero-slider .content {
        font-size: 44px;
        top: 120px;
    }
    .hero-slider .slide-content {
        max-width: 600px;
    }
    .hero-slider .content .wrapper {
        line-height: 172%;
        padding: 4px 16px 8px;
    }
    .hero-slider figure {
        height: 580px;
    }
    .site .hero-slider .hero-dots {
        bottom: 60px;
    }
    .teaser-buttons {
        max-height: calc(100vh - 100px);
        padding: 33px 10px 10px;
    }
    .teaser-buttons a {
        width: 100px;
        margin-bottom: 20px;
    }
    .teaser-buttons.desktop_right {
        right: 10px;
    }
    .teaser-buttons.desktop_left {
        left: 10px;
    }
    .padding_top_large {
        padding-top: 85px;
    }
    .padding_bottom_large {
        padding-bottom: 85px;
    }
    .two-columns-card .column,
    .teaser-card {
        width: calc(50% - 15px);
    }
    .two-columns-card .column:first-child {
        margin-right: 30px;
    }
    .two-columns-card .content {
        padding: 70px 30px 40px;
        margin-top: -40px;
    }
    .content,
    .sidebar,
    input:not([type=submit]):not([type=radio]):not([type=checkbox]),
    textarea,
    .dropdown,
    .form,
    .business-hours,
    .branch-card ul:first-of-type,
    .gallery-slider {
        font-size: 18px;
    }
    .content p,
    .content ul,
    .content ol {
        margin-bottom: 30px;
    }
    .two-columns-card .content::after {
        height: 120px;
        width: 5px;
    }
    .two-columns-card .column:hover .content::after {
        height: 250px;
    }
    .teaser.three_columns .teaser-card {
        width: calc(33.33% - 20px);
    }
    h3 {
        font-size: 36px;
    }
    .portraits h3 {
        margin-bottom: 36px;
    }
    .portraits .next,
    .portraits .prev {
        width: 19px;
        height: 30px;
        background-size: 19px auto;
    }
    .portraits .next {
        right: 0;
    }
    .portraits .prev {
        left: 0;
    }
    .split-screen.align_left .content {
        margin-right: 50px;
    }
    .split-screen.align_right .content {
        margin-left: 50px;
    }
    .split-screen .slider {
        width: calc(60% - 50px);
    }
    .split-screen.padding_top_large .slider {
        margin-top: -85px;
    }
    .site .split-screen .split-dots,
	.site .split-element-small .small-split-dots {
        bottom: 50px;
    }
    .split-element-small .thumb,
    .split-element-small .content {
        width: calc(50% - 40px);
    }
    .split-element-small .content {
        padding: 40px;
    }
    .split-element-small .content {
        min-height: calc(35vw - 80px);
    }
    .split-element-small.has-button .content {
        padding-bottom: 80px;
        min-height: calc(35vw - 140px);
    }
    .split-element-small.has-scrolldown .content {
        padding-bottom: 140px;
        min-height: calc(35vw - 200px);
    }
    .split-element-small.has-scrolldown.larger_thumbnail .content {
        min-height: calc(44vw - 200px);
    }
    .split-element-small.align_right .content {
        padding-left: 80px;
    }
    .split-element-small.align_left .content {
        padding-right: 80px;
    }
    .split-element-small.align_right .thumb {
        margin-right: -40px;
    }
    .split-element-small.align_left .thumb {
        margin-left: -40px;
    }
    .split-element-small .button,
    .split-element-small .scrolldown {
        bottom: 40px;
    }
    .split-element-small.show-line .content::after {
        height: 90px;
        width: 5px;
    }
    .split-element-small.show-line .wrap:hover .content::after {
        height: 150px;
    }
    .brands .swiper-wrapper {
        gap: 30px;
    }
    .brands .brand {
        width: calc(25% - (90px/4));
    }
    .brands img {
        transform: translateX(-50%) translateY(-50%) scale(0.7, 0.7);
    }
    .brands a:hover img {
        transform: translateX(-50%) translateY(-50%) scale(0.77, 0.77);
    }
    .quotes.image_large .quote figure {
        width: 190px;
        height: 190px;
    }
    .quotes.image_large .quote::before {
        margin-right: 0;
    }
    .quotes.image_large.align_right .quote::before {
        margin-left: 0;
    }
    .quotes.image_large .quote .text {
        width: calc(100% - 310px);
        margin-left: 50px;
    }
    .quotes.image_large.align_right .quote .text {
        margin-right: 50px;
    }
    .site .quotes.image_large .quote-dots {
        margin-left: 302px;
    }
    .site .quotes.image_large.align_right .quote-dots {
        margin-right: 302px;
    }
    .quote .text {
        margin-top: 0;
    }
    .quote::before {
        margin-top: -20px;
    }
    .job-card {
        font-size: 22px;
    }
    .sidebar {
        width: 300px;
    }
    .jobs-wrapper,
    .contact-form .form {
        width: calc(100% - 350px);
        margin-right: 50px;
    }
    .has-sidebar .content {
        width: calc(100% - 366px);
        margin-right: 36px;
    }
    .job-card:not(:last-of-type) {
        padding-bottom: 40px;
    }
    .job-card:not(:first-of-type) {
        padding-top: 40px;
    }
    .accordion-block .lead {
        font-size: 24px;
    }
    .accordion-block {
        margin-bottom: 26px;
        padding-left: 30px;
    }
    .accordion-block::before {
        width: 13px;
        height: 21px;
    }
    .accordion-block .content {
        padding-bottom: 10px;
    }
    .form input:not([type=submit]):not([type=radio]):not([type=checkbox]),
    .form textarea {
        padding: 6px 12px 5px;
    }
    .form label,
    .form ul {
        margin-bottom: 20px;
    }
    .form .acceptance .wpcf7-form-control-wrap {
        top: 4px;
    }
    .acceptance {
        margin-top: 30px;
    }
    .form .button:not(#mfcf7_zl_add_file) {
        margin-top: 40px;
    }
    .contact-form .sidebar {
        margin-top: 15px;
    }
    .dropdown li {
        padding: 8px 12px 8px;
    }
    .business-hours h3 {
        margin-bottom: 28px;
    }
    .branch-card .data::after {
        width: 5px;
        height: 80px;
    }
    .branch-card ul:first-of-type {
        margin-bottom: 15px;
    }
    .branch-card .branch-manager {
        margin-top: 25px;
    }
    .photo-gallery .wrap {
        gap: 0 24px;
    }
    .photo-gallery .wrap figure:nth-of-type(5n+1),
    .photo-gallery .wrap figure:nth-of-type(5n+4) {
        width: calc(60% - 12px);
    }
    .photo-gallery .wrap figure:nth-of-type(5n+2),
    .photo-gallery .wrap figure:nth-of-type(5n+3) {
        width: calc(40% - 12px);
    }
    .gallery-slider .prev::before,
    .gallery-slider .next::after {
        width: 8px;
        height: 13px;
    }
    .gallery-slider .next {
        padding-right: 35px;
    }
    .gallery-slider .prev {
        padding-left: 35px;
    }
    .form input[type=radio] {
        top: 3px;
        margin-right: 2px;
    }
    .wpcf7-radio .wpcf7-list-item {
        margin-bottom: 15px;
    }
    .form .description {
        margin-bottom: 25px;
    }
    .wpcf7-checkbox .wpcf7-list-item input {
        top: 6px;
    }
    .track {
        margin: 0 auto 40px;
    }
    .content ul li {
        padding-left: 25px;
    }
    .content ul li::before {
        top: 12px;
    }
    .content ul li,
    .content ol li {
        margin-bottom: 10px;
    }
    .content ul.lead li {
        padding-left: 36px;
    }
    .content ul.lead li::before {
        top: 14px;
    }
    .content ol li {
        text-indent: 20px;
        margin-left: 20px;
    }
    .gallery-slider .slider {
        position: relative;
    }
    .gallery-slider .next,
    .gallery-slider .prev {
        margin-top: 0;
        margin-bottom: 0;
        position: absolute;
        top: 30%;
        z-index: 3;
    }
    .gallery-slider .prev {
        left: 0;
        padding: 10px 15px 10px 30px;
        transform: translateY(-50%) translateX(-100%);
    }
    .gallery-slider .next {
        right: 0;
        margin-right: 0;
        padding: 10px 30px 10px 15px;
        transform: translateY(-50%) translateX(100%);
    }
    .gallery-slider .prev::before {
        left: 10px;
    }
    .gallery-slider .next::after {
        right: 10px;
    }
    .gallery-slider.background_white .prev,
    .gallery-slider.background_white .next {
        background: #ffffff;
    }
    .gallery-slider.background_grey .prev,
    .gallery-slider.background_grey .next {
        background: #f4f4f4;
    }
    .gallery-slider.background_red .prev,
    .gallery-slider.background_red .next {
        background: #c1292e;
    }
    .gallery-slider.background_black .prev,
    .gallery-slider.background_black .next {
        background: #1d1d1b;
    }
    .gallery-slider .wrapper {
        width: 85%;
        transform: translateX(30px);
    }
    .photo-gallery .photo figcaption {
        display: block;
    }
    .photo-gallery figcaption {
        padding: 30px 36px;
    }
    .photo-gallery .wrap figure:nth-of-type(5n+4) {
        margin-top: 7.5%;
    }
    .photo-gallery .wrap figure:nth-of-type(5n+1) {
        margin-bottom: 7.5%;
    }
    .gallery-slider figcaption {
        margin-bottom: 50px;
    }
	.overlay-slide .content:not(.hidden) {
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 320px;
		box-sizing: border-box;
		padding: 25px 40px 25px 30px;
	}
	.overlay-slide .content.light_text {
		color: #363636;
		background-image: linear-gradient(to right, #f4f4f4, rgba(244,244,244,0));
	}
	.overlay-slide .content.dark_text {
		color: #ffffff;
		background-image: linear-gradient(to right, #000000, rgba(0,0,0,0));
	}
	.overlay-slide .content:not(.hidden) + .lightbox-toggle {
		display: none;
	}
	.overlay-slide .content p, 
	.overlay-slide .content ul, 
	.overlay-slide .content ol {
		line-height: 150%;
		margin-bottom: 20px;
	}
	
	.fullscreen-lightbox .close {
        background-size: 12px;
        background-position: left top 2px;
        padding-left: 21px;
        font-size: 18px;
		margin-bottom: 40px;
    }	
	.card-grid .card {
        width: calc(33.33% - 20px);
    }	
	.card-grid + .button {
		margin: 80px auto 0;
	}	
	.card-grid .card .content {
        padding: 53px 30px 50px;
    }
	.card-slider .card .content {
		padding-top: 20px;
	}
	.card-slider {
		max-width: 1230px;
	}
	.card-slider .card.swiper-slide-next + .card {
		opacity: 1;
	}
	.card-slider .prev {
        left: -60px;
    }
	.card-slider .next {
        right: -60px;
    }
	.card-slider .next, .card-slider .prev {
		top: 11vw;
	}
	.tooltips-container .tooltip {
		width: 50px;
		height: 50px;
	}
	.tooltips-container .tooltip .text.open-top {
		padding-bottom: 60px;
	}
	.tooltips-container .tooltip .text.open-bottom {
		padding-top: 60px;
	}	
	.tooltips-container .tooltip .text {
		padding: 25px 30px 21px;
        font-size: 18px;
    }
	.overlay-slide .product-label {
		font-size: 24px;
		right: 30px;
		top: 27px;
	}
	.overlay-slide .product-label span {
		padding: 5px 18px;
	}
	.card .product-label {
		top: -15px;
		font-size: 18px;
	}
	.card.swiper-slide .product-label {
		right: 20px;		
	}
	.dnd-upload-status .dnd-upload-details span.has-error {
		color: #ffffff;
		position: absolute;
		bottom: 0;
		left: 24px;
	}
	.codedropz-upload-inner span:first-child, 
	.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
		font-size: 18px;
	}
	.dnd-upload-counter {
		font-size: 14px;
	}
	.dnd-upload-status .dnd-upload-details .name {
		margin-bottom: 7px;
		font-size: 16px;
	}	
	.dnd-upload-status .dnd-upload-image {
		width: 45px;
		height: 45px;
	}
	.dnd-upload-status .dnd-upload-image span.file {
		width: 25px;
		height: 25px;
	}
	.dnd-upload-status .dnd-upload-details {
		padding-left: 20px;
		width: calc(100% - 45px);
	}
	.dnd-upload-status .dnd-upload-details .name em {
		margin-left: 44px;
	}
	.dnd-icon-remove.deleting {
		display: block;
	}
}

@media screen and (min-width:1280px) {
    .site-header>.wrap {
        width: calc(100% - 80px);
        height: 100%;
        margin-bottom: 40px;
    }
    .site-header {
        height: 120px;
        border-bottom: 5px solid #f4f4f4;
    }
    .site {
        padding-top: 125px;
    }
    .site-header .logo {
        width: 280px;
        margin-top: 50px;
    }
    .mobile-navigation,
    .menu-icon {
        display: none;
    }
    .menu-open {
        overflow: initial;
    }
    .top-navigation {
        display: block;
        position: absolute;
        top: 12px;
        right: 0;
    }
    .top-navigation>div,
    .top-navigation .logo-small {
        display: inline-block;
        vertical-align: middle;
    }
    .top-navigation .icon {
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        text-align: center;
        margin-right: 7px;
    }
    .top-navigation .menu>li {
        display: inline-block;
        margin-left: 32px;
    }
    .top-navigation .menu>li>a {
        color: #c1292e;
        line-height: 30px;
        transition: 0.3s linear;
    }
    .top-navigation .menu>li>a:hover {
        color: #a52327;
    }
    .top-navigation .logo-small {
        display: inline-block;
        margin-left: 56px;
    }
    .main-navigation {
        display: block;
        position: absolute;
        bottom: 18px;
        right: 0;
    }
    .main-navigation .menu>li {
        display: inline-block;
        margin-left: 30px;
    }
    .main-navigation .menu>li.button {
        margin-left: 25px;
    }
    .main-navigation .menu>li>a {
        font-size: 18px;
        font-weight: 700;
        color: #1d1d1b;
        position: relative;
        display: block;
        transition: color 0.3s linear;
    }
    .main-navigation .menu>li:not(.button)>a:hover,
    .main-navigation .menu>li:not(.button).current-menu-item>a,
    .main-navigation .menu>li:not(.button).current-menu-ancestor>a,
    .main-navigation .menu>li:not(.button)>a.active {
        color: #c1292e;
    }
    .main-navigation .menu>li>a>.introduction,
    .main-navigation .menu>li>.button {
        display: none;
    }
    .main-navigation .menu>li:not(.button)>a::before {
        display: block;
        content: " ";
        position: absolute;
        width: 0;
        height: 5px;
        background: #c1292e;
        bottom: -39px;
        left: 0;
        transition: 0.3s linear;
    }
    .main-navigation .menu>li:not(.button)>a:hover::before,
    .main-navigation .menu>li.current-menu-item>a::before,
    .main-navigation .menu>li.current-menu-ancestor>a::before,
    .main-navigation .menu>li:not(.button)>a.active::before {
        width: 100%;
    }
    .main-navigation .menu>li.menu-item-has-children:not(.button)>a::after {
        display: block;
        content: " ";
        width: 12px;
        height: 7px;
        background-image: url(inc/img/chevron-down-black.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        top: 6px;
        right: 0;
        position: absolute;
        transition: 0.15s linear;
    }
    .main-navigation .menu>li.menu-item-has-children:not(.button)>a:hover::after,
    .main-navigation .menu>li.current-menu-item.menu-item-has-children:not(.button)>a::after,
    .main-navigation .menu>li.current-menu-ancestor.menu-item-has-children:not(.button)>a::after,
    .main-navigation .menu>li:not(.button)>a.active::after {
        background-image: url(inc/img/chevron-down-red.svg);
    }
    .main-navigation .menu>li:not(.button)>a.active::after {
        transform: rotate(180deg);
    }
    .main-navigation .menu>li.menu-item-has-children:not(.button)>a {
        padding-right: 17px;
    }
    .main-navigation .menu>li:first-child,
    .top-navigation .menu>li:first-child {
        margin-left: 0;
    }
    .main-navigation li.button {
        padding: 0;
    }
    .main-navigation li.button a {
        display: block;
        padding: 7px 20px 8px;
        line-height: 30px;
        position: relative;
        color: #ffffff;
    }
    .button.red:hover {
        background-color: #a52327;
    }
    .button.black:hover,
    .background_red .form .button.red:hover {
        background-color: #393939;
    }
    .main-navigation .menu > li > .sub-menu {
        position: fixed;
        top: 124px;
        left: 0;
        right: 0;
        background: #ffffff;
        padding: 50px 0 50px;
        display: none;
    }
	.main-navigation .sub-menu .links {
		position: relative;
	}
	.main-navigation .sub-menu .sub-menu {
		display: none;
		position: absolute;
		height: 100%;
		top: 32px;
		left: 100%;
		border-left: 1px solid #f4f4f4;
		padding: 15px 0 10px 46px;
		margin-left: 46px;
		box-sizing: border-box;
	}
	.main-navigation .sub-menu .container {	
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		height: calc(100% - 70px);
		gap: 0 70px;
	}
	.main-navigation .sub-menu .links > li {
		transition: opacity 0.3s linear;
	}
	.main-navigation .sub-menu li.menu-item-has-children > a {
		background-image: url(inc/img/chevron-right-black.svg);
		background-repeat: no-repeat;
		background-size: 7px 12px;
		background-position: right center;
	}
	.main-navigation .sub-menu .sub-menu a {		
        display: block;
		font-weight: 400;
		font-size: 16px;
		line-height: 30px;
        margin-bottom: 5px;
		transition: 0.3s linear;
	}
	.main-navigation .sub-menu .sub-menu a:hover {
		color: #c1292e;
	}
    .main-navigation .menu > li > .sub-menu .title {
        font-size: 26px;
        line-height: 36px;
        font-weight: 700;
        display: block;
        color: #1d1d1b;
    }
    .main-navigation .menu > li > .sub-menu .text {
        width: 300px;
        margin-right: 150px;
    }
    .main-navigation .introduction {
        font-size: 23px;
        line-height: 33px;
        margin: 16px 0 28px;
        display: block;
		width: 100%;
    }
	.main-navigation .sub-menu a .introduction {
		display: none;
		visibility: hidden;
	}
	.main-navigation .sub-menu .sub-menu .parent-link {
		display: block;
		font-weight: 700;
		font-size: 20px;
		line-height: 36px;
		margin: 0 0 35px;
		white-space: nowrap;
	}
    .main-navigation .menu > li > .sub-menu .button {
        font-size: 18px;
        padding: 7px 20px 8px 20px;
    }
    .main-navigation .menu > li > .sub-menu .links::before {
        display: block;
        content: "Direkt zu";
        margin-bottom: 17px;
        line-height: 30px;
		white-space: nowrap;
    }
    .main-navigation .menu > li > .sub-menu .links > li > a {
        font-weight: 700;
        font-size: 20px;
        line-height: 36px;
        color: #1d1d1b;
        display: block;
		padding-right: 36px;
        transition: 0.3s linear;
    }
	.main-navigation .menu > li > .sub-menu .links > li.current-menu-ancestor > a,
	.main-navigation .menu > li > .sub-menu .links > li.current-menu-item.menu-item-has-children > a {
		color: #c1292e;
		background-image: url(inc/img/chevron-right-red.svg);
	}
	.main-navigation .menu > li > .sub-menu .links > li.greyed {
		opacity: 0.4;
	}
	.main-navigation .menu > li > .sub-menu .links > li.current-menu-item > a, 
	.main-navigation .sub-menu .sub-menu li.current-menu-item > a {
		color: #c1292e;
	}
	.main-navigation .menu > li > .sub-menu .links > li > a:hover {
		color: #c1292e;
        transform: translateX(10px);
    }
    .button {
        padding: 11px 25px;
        position: relative;
        letter-spacing: 1px;
    }
    .button::after {
        display: block;
        width: 25px;
        height: 15px;
        background-size: 100% auto;
        right: auto;
        left: 100%;
        opacity: 0;
        transform: translateX(-100%) translateY(-50%);
    }
    .button::before {
        display: block;
        content: " ";
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 100%;
    }
    .button::before,
    .button::after {
        transition: 0.3s linear;
    }
    .button.red::before {
        background: #c1292e;
    }
    .button.red:hover::before {
        background: #a52327;
    }
    .button.black::before,
    .background_red .form .button.red::before {
        background: #1d1d1b;
    }
    .button.black:hover::before,
    .background_red .form .button.red:hover::before {
        background: #393939;
    }
    .button:hover::before,
    .teaser-card:hover .button::before {
        width: 40px;
    }
    .button:hover::after,
    .teaser-card:hover .button::after {
        opacity: 1;
        transform: translateX(0) translateY(-50%);
    }
    .main-navigation .menu > li > .sub-menu .wrap {
        display: flex;
    }
    .main-navigation .close {
        position: absolute;
        right: 252px;
        top: 50px;
        color: #c1292e;
        line-height: 30px;
        cursor: pointer;
        transition: 0.3s linear;
    }
    .main-navigation .close:hover {
        color: #a52327;
    }
    .main-navigation .close::before {
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: 10px;
        content: " ";
        width: 12px;
        height: 12px;
        background-image: url(inc/img/close.svg);
        margin-right: 7px;
    }
    .site-footer .main {
        padding: 100px 0 74px;
    }
    .site-footer .logo {
        width: 250px;
        margin-bottom: 48px;
    }
    .site-footer .mobile-links {
        display: none;
    }
    .site {
        padding-bottom: 0;
    }
    .hero-slider figure {
        height: 720px;
    }
    .hero-slider .content {
        font-size: 48px;
        top: 150px;
    }
    .hero-slider .slide-content {
        max-width: 700px;
    }
    .site .hero-slider .hero-dots {
        bottom: 90px;
    }
    .hero-slider .content .wrapper {
        line-height: 185%;
        padding: 8px 22px 12px;
    }
    .hero-slider .wrapper img {
        width: 26px;
    }
    .teaser-buttons {
        top: 125px;
        max-height: calc(100vh - 185px);
        padding: 60px 12px 12px;
    }
    .teaser-buttons.desktop_right {
        right: 13px;
    }
    .teaser-buttons.desktop_left {
        left: 13px;
    }
    .teaser-buttons a {
        width: 120px;
        margin-bottom: 30px;
    }
    .padding_top_large {
        padding-top: 100px;
    }
    .padding_bottom_large {
        padding-bottom: 100px;
    }
    h1 {
        font-size: 48px;
    }
    h2 {
        font-size: 42px;
        margin-bottom: 30px;
    }
    h3 {
        font-size: 38px;
    }
    h4 {
        font-size: 30px;
    }
    h5 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .content,
    .sidebar,
    input:not([type=submit]):not([type=radio]):not([type=checkbox]),
    textarea,
    .dropdown,
    .form,
    .business-hours,
    .branch-card ul:first-of-type,
    .gallery-slider,
	.form input[type="button"]#mfcf7_zl_add_file {
        font-size: 20px;
    }
    .two-columns-card .content {
        padding: 100px 50px 50px;
        margin-top: -50px;
    }
    .two-columns-card .content .button {
        margin-top: 50px;
    }
    .content p,
    .content ul,
    .content ol,
    .jobs p,
    .jobs ul,
    .jobs ol,
    .sidebar p,
    .sidebar ul,
    .sidebar ol {
        line-height: 150%;
    }
    .two-columns-card .content::after {
        height: 160px;
    }
    .two-columns-card .column:hover .content::after {
        height: 270px;
    }
    .two-columns-card .column:first-child .content,
    .two-columns-card .column:last-child .text-card .thumb,
    .two-columns-card.both-text .column:last-child .content {
        margin-left: 50px;
    }
    .two-columns-card .column:last-child .content,
    .two-columns-card .column:first-child .text-card .thumb,
    .two-columns-card.both-text .column:last-child .text-card .thumb {
        margin-right: 50px;
    }
    .teaser .wrap {
        gap: 80px 30px;
    }
    .portraits .next {
        right: 70px;
    }
    .portraits .prev {
        left: 70px;
    }
    .portraits h3 {
        margin-bottom: 41px;
        margin-top: -15px;
    }
    .breadcrumbs {
        font-size: 20px;
        margin-bottom: 57px;
    }
    .breadcrumbs a::after {
        width: 10px;
        height: 15px;
        background-size: 10px auto;
        margin: 0 8px 0 14px;
    }
    .split-screen .wrap {
        flex-wrap: nowrap;
    }
    .split-screen .slider {
        width: calc(50vw - 50px);
    }
    .split-screen.padding_top_large .slider {
        margin-top: -100px;
    }
    .split-screen .content {
        width: calc(50% - 50px);
        flex-shrink: 0;
    }
    .split-screen.align_left .content {
        margin-right: 100px;
    }
    .split-screen.align_right .content {
        margin-left: 100px;
    }
    .scrolldown {
        font-size: 20px;
    }
    .scrolldown::before {
        width: 15px;
        height: 24px;
        background-size: 15px auto;
    }
    .split-screen .scrolldown,
    .split-element-small .scrolldown {
        margin-top: 50px;
    }
    .site .split-screen .split-dots {
        bottom: 60px;
    }
    .split-element-small.align_right .content {
        padding-left: 108px;
    }
    .split-element-small.align_left .content {
        padding-right: 108px;
    }
    .split-element-small .content {
        padding: 45px 50px 50px;
    }
    .split-element-small .content {
        min-height: 390px;
    }
    .split-element-small.has-button .content {
        padding-bottom: 120px;
        min-height: 320px;
    }
    .split-element-small.align_right .thumb {
        margin-right: -58px;
    }
    .split-element-small.align_left .thumb {
        margin-left: -58px;
    }
    .split-element-small .thumb {
        width: calc(53% - 50px);
    }
    .split-element-small .content {
        width: calc(47% - 50px);
    }
    .split-element-small .button,
    .split-element-small .scrolldown {
        bottom: 50px;
    }
    .split-element-small.show-line .content::after {
        height: 97px;
    }
    .split-element-small.show-line .wrap:hover .content::after {
        height: 160px;
    }
    .split-element-small .content {
        margin-top: 50px;
    }
    .brands .swiper-wrapper {
        gap: 50px 30px;
    }
    .brands img {
        transform: translateX(-50%) translateY(-50%) scale(1, 1);
    }
    .brands a:hover img {
        transform: translateX(-50%) translateY(-50%) scale(1.07, 1.07);
    }
    .quotes.image_large .quote figure {
        width: 228px;
        height: 228px;
    }
    .quotes.image_large .quote .text {
        width: calc(100% - 358px);
        margin-left: 60px;
    }
    .quotes.image_large.align_right .quote .text {
        margin-right: 60px;
    }
    .site .quotes.image_large .quote-dots {
        margin-left: 350px;
    }
    .site .quotes.image_large.align_right .quote-dots {
        margin-right: 350px;
    }
    .quotes.image_small.align_left .slider {
        margin-left: -60px;
    }
    .quotes.image_small.align_right .slider {
        margin-right: -60px;
    }
    .quotes.image_large.align_left .slider {
        margin-left: -70px;
    }
    .quotes.image_large.align_right .slider {
        margin-right: -70px;
    }
    .quotes.image_large.align_center .slider {
        transform: translateX(-140px);
    }
    .sidebar {
        width: 330px;
    }
    .jobs-wrapper,
    .contact-form .form {
        width: calc(100% - 430px);
        margin-right: 100px;
    }
    .job-card {
        font-size: 28px;
    }
    .job-card:not(:last-of-type) {
        padding-bottom: 48px;
    }
    .job-card:not(:first-of-type) {
        padding-top: 48px;
    }
    .accordion-block .lead {
        font-size: 28px;
    }
    .accordion-block::before {
        top: 14px;
    }
    .form input:not([type=submit]):not([type=radio]):not([type=checkbox]),
    .form textarea {
        padding: 6px 12px 5px;
    }
    .form label,
    .form ul {
        margin-bottom: 23px;
    }
    .form .acceptance .wpcf7-form-control-wrap {
        top: 6px;
    }
    .acceptance {
        margin-top: 50px;
    }
    .form sub {
        margin-top: 30px;
    }
    .form .button:not(#mfcf7_zl_add_file) {
        margin-top: 55px;
    }
    .contact-form .sidebar {
        margin-top: 20px;
    }
    .dropdown li {
        padding: 7px 12px 6px;
    }
    .business-hours h3 {
        margin-bottom: 38px;
    }
    .business-hours .info-wrapper ul {
        margin-top: 35px;
    }
    .branches .wrap {
        gap: 64px 30px;
        justify-content: left;
    }
    .branch-card {
        width: calc(33.33% - 20px);
    }
    .photo-gallery .wrap {
        gap: 0 30px;
    }
    .photo-gallery .wrap figure:nth-of-type(5n+1),
    .photo-gallery .wrap figure:nth-of-type(5n+4) {
        width: calc(60% - 15px);
    }
    .photo-gallery .wrap figure:nth-of-type(5n+2),
    .photo-gallery .wrap figure:nth-of-type(5n+3) {
        width: calc(40% - 15px);
    }
    .gallery-slider .slider {
        width: calc(100% - 100px);
    }
    .gallery-slider .next,
    .gallery-slider .prev {
        margin-top: 50px;
    }
    .gallery-slider .prev::before,
    .gallery-slider .next::after {
        width: 10px;
        height: 15px;
    }
    .gallery-slider .next {
        padding-right: 40px;
    }
    .gallery-slider .prev {
        padding-left: 40px;
    }
    .gallery-slider {
        top: 125px;
        height: calc(100vh - 125px);
    }
    .form input[type=radio] {
        margin-right: 5px;
    }
    .wpcf7-radio .wpcf7-list-item {
        margin-bottom: 18px;
    }
    .form .description {
        margin-bottom: 30px;
    }
    .wpcf7-checkbox .wpcf7-list-item input {
        top: 8px;
    }
    .wpcf7-checkbox .wpcf7-list-item {
        width: calc(50% - 32px);
        padding-left: 27px;
    }
    .track {
        margin: 0 auto 45px;
    }
    .content ul li::before {
        top: 13px;
    }
    .content ul.lead li::before {
        top: 17px;
    }
    .content .red-container {
        margin-top: 65px;
    }
    .split-element-small.has-scrolldown .content {
        padding-bottom: 160px;
        min-height: 240px;
    }
    .split-element-small.larger_thumbnail .content {
        min-height: 540px;
    }
    .split-element-small.has-button.larger_thumbnail .content {
        min-height: 465px;
    }
    .split-element-small.has-scrolldown.larger_thumbnail .content {
        min-height: 465px;
    }
    .photo-gallery figcaption {
        padding: 35px 42px;
    }
    .ti-widget{
        transform: scale(3.36) !important;
        transform-origin: top !important;
        margin-top: 60px !important;
        margin-bottom: 60px !important;
        min-height: 275px;
    }
	.overlay-slide .content:not(.hidden) {
		padding: 33px 53px 33px 41px;
		width: 360px;
	}
	.fullscreen-lightbox .close {
        background-size: 13px;
        background-position: left top 2px;
        font-size: 20px;
		margin-bottom: 48px;
    }
	.fullscreen-lightbox .next,
	.fullscreen-lightbox .prev {
		width: 19px;
		height: 30px;
	}
	.fullscreen-lightbox .next {
		right: -75px;
	}
	.fullscreen-lightbox .prev {
		left: -75px;
	}
	.card-grid {
        gap: 65px 30px;
    }
	.card-grid + .button {
        margin: 100px auto 0;
    }
	.card-slider .card .content {
		padding-top: 23px;
	}
	.tooltips-container .tooltip .text {
		font-size: 20px;
	}
	.overlay-slide .product-label {
		font-size: 28px;
		right: 40px;
		top: 31px;
	}
	.overlay-slide .product-label span {
		padding: 6px 20px;
	}
	.card .product-label {
		top: -17px;
		font-size: 20px;
	}
	.card.swiper-slide .product-label {
		right: 30px;		
	}
	.codedropz-upload-inner span:first-child, 
	.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
		font-size: 20px;
	}
	.dnd-upload-counter {
		font-size: 16px;
	}	
	.h-captcha {
		margin: 25px 0 25px auto;
	}
}

@media screen and (min-width:1380px) {
	.card-slider .next, .card-slider .prev {
		top: 146px;
	}
}

@media screen and (min-width:1560px) {
    .main-navigation .close {
        right: 280px;
        top: 75px;
    }
    .site {
        padding-top: 150px;
    }
    .site-header>.wrap {
        width: calc(100% - 100px);
    }
    .site-header {
        height: 150px;
    }
    .site-header .logo {
        width: 400px;
        margin-top: 60px;
    }
    .top-navigation {
        top: 30px;
    }
    .top-navigation .menu>li {
        margin-left: 40px;
    }
    .top-navigation .logo-small {
        margin-left: 73px;
    }
    .main-navigation {
        bottom: 25px;
    }
    .main-navigation .menu>li {
        margin-left: 40px;
    }
    .main-navigation .menu>li.button {
        margin-left: 27px;
    }
    .main-navigation .menu>li:not(.button)>a::before {
        bottom: -45px;
    }
    .main-navigation .menu>li.menu-item-has-children:not(.button)>a::after {
        top: 6px;
    }
    .main-navigation .menu>li>a {
        font-size: 20px;
    }
    .main-navigation .menu > li > .sub-menu {
        top: 154px;
        padding: 75px 0 68px;
    }
    .main-navigation .menu > li > .sub-menu .text {
        margin-right: 200px;
    }
    .button:hover::before {
        width: 50px;
    }
    .hero-slider figure {
        height: 934px;
    }
    .site .hero-slider .hero-dots {
        bottom: 115px;
    }
    .teaser-buttons {
        top: 150px;
        padding: 80px 15px 15px;
        max-height: calc(100vh - 230px);
    }
    .teaser-buttons.desktop_right {
        right: 35px;
    }
    .teaser-buttons.desktop_left {
        left: 35px;
    }
    .teaser-buttons a {
        width: 145px;
        margin-bottom: 35px;
    }
    .split-screen .scrolldown {
        margin-top: 100px;
    }
    .site .split-screen .split-dots {
        bottom: 70px;
    }
    .gallery-slider {
        top: 155px;
        height: calc(100vh - 155px);
    }
    .gallery-slider .close {
        margin: 70px 0 50px;
    }
    .gallery-slider .prev {
        left: -70px;
    }
    .gallery-slider .next {
        right: -70px;
    }
    .gallery-slider .wrapper {
        transform: translateX(40px);
    }
    .photo-gallery figcaption {
        padding: 40px 50px;
    }
	.fullscreen-lightbox .next {
		right: -124px;
	}
	.fullscreen-lightbox .prev {
		left: -124px;
	}
	.card-slider {
        width: 100%;
    }
	.card-slider .prev {
        left: -70px;
    }
	.card-slider .next {
        right: -70px;
    }
}

.siegel {
    position: fixed;
    right: 0;
    bottom: -2px;
    z-index: 99;
    transition: transform 0.3s ease;
    transform-origin: bottom right;
}

.siegel img {
    width:248px;
    height:auto;
}

.siegel:hover {
    transform: scale(1.1);
}

@media screen and (max-width:768px) {
    .siegel {
        position: fixed;
        right: unset;
        bottom: unset;
        top: 67px;
        left: 19.3px;
        z-index: 99;
        transform-origin: top left;
        transition: transform 0.3s ease, opacity 0.3s ease;
        opacity: 1;
        transform: scale(1);
    }
    
    .siegel--small {
        opacity: 0;
        transform: scale(0.7);
        pointer-events: none;
    }
}

.ti-widget {
    transform: scale(1.2) !important;
}

.wrap .content:has(.elfsight-app-921f1526-09af-44b0-a995-a4b1b68f802a),
.wrap .content:has(.elfsight-app-92c7a099-1f0e-4c9f-9e2b-7b34852111f9),
.wrap .content:has(.elfsight-app-a0445924-1686-421a-a7eb-2f0d577c8068),
.wrap .content:has(.elfsight-app-fb47c2ee-7bd9-468f-ac97-b71590fcee0e),
.wrap .content:has(.elfsight-app-bfaa5b8f-84e2-4553-a118-2776958fca0f),
.wrap .content:has(.elfsight-app-03f06ac2-fec1-43a2-817e-86d14166e4ac){
    margin: 0 auto;
}


