/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../fonts/open-sans-v28-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/open-sans-v28-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('../fonts/open-sans-v28-latin-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/open-sans-v28-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
    min-height: 100%;
    /* Look, it's not fixed anymore! */
    display: flex;
    flex-direction: column;
    margin-top: 0 !important;
}

body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #6e6e6e;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tk-invisible{
    opacity: 0;
    z-index: -1;
    user-select: none;
    position: absolute;
    font-size: 0px;
}

.tk-stage {
    --tk-gray-bg: #EFEFEF;
    --tk-primary: #B51C26;
    --tk-gray: #6E6E6E;
    --tk-gray-active: #D8D8D8;
    --tk-cta-height: 70px;
    --tk-selection-width: 600px;
    display: flex;
    flex-wrap: nowrap;
    flex: 0 0 100%;
    max-height: 100vh;
    min-height: 100vh;
}

a {
    color: var(--tk-primary);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--tk-primary);
    text-decoration: underline;
}

p {
    margin-top: 0;
    margin-bottom: 30px;
}

.tk-stage__view {
    flex: 1 0 auto;
    max-width: 100%;
    position: relative;
    width: calc(100% - var(--tk-selection-width));
}

.tk-stage__view-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    transition: filter ease-in-out 300ms, transform ease-in-out 300ms;
    filter: blur(0px);
    opacity: 1;
}

.tk-stage__view-image-moved-out-right {
    transform: translate(15%, 1%);
    filter: blur(10px) opacity(0);
}

.tk-stage__view-image-hidden {
    opacity: 0;
}

.tk-stage__view-image-moved-out-left {
    transform: translate(-15%, -1%);
    filter: blur(10px) opacity(0);
}

.tk-stage__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tk-stage__progress li {
    flex: 0 1 auto;
    width: 100%;
    height: var(--tk-cta-height);
    border-bottom: 5px solid transparent;
    padding-top: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.tk-stage__progress .active {
    border-bottom-color: var(--tk-primary);
    font-weight: bold;
}

.tk-stage__progress .done {
    border-bottom-color: var(--tk-gray-active);
    cursor: pointer;
}

.tk-stage__selection {
    flex: 0 0 var(--tk-selection-width);
    max-width: var(--tk-selection-width);
    background: white;
    display: flex;
    flex-direction: column;
    border-left: var(--tk-primary) solid 5px;
    position: relative;
}

.tk-stage-scroll {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(100% - var(--tk-cta-height));
    max-height: calc(100% - var(--tk-cta-height));
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
    max-height: calc(100vh - var(--tk-cta-height));
}

.tk-step-3 {
    padding-left: 80px;
    padding-right: 80px;
}

.tk-step-1,
.tk-step-4,
.tk-step-5,
.tk-step-6,
.tk-step-7 {
    padding-left: 30px;
    padding-right: 30px;
    background-color: var(--tk-gray-bg);
}

.tk-step-5 .col-12 {
    position: unset;
}

.tk-stage-cta {
    margin-top: auto;
    flex: 0 0 var(--tk-cta-height);
    max-height: var(--tk-cta-height);
    display: flex;
    flex-wrap: nowrap;
    z-index: 10;
}

.tk-stage-cta button,
.tk-stage-cta a {
    display: block;
    background: var(--tk-primary);
    color: white;
    text-align: center;
    border: 2px solid var(--tk-primary);
    flex-grow: 1;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tk-stage-cta .tk-back {
    background: white;
    color: var(--tk-primary);
    border-left: transparent;
}


#logo {
    position: absolute;
    top: 40px;
    left: 66px;
}

#logo img {
    width: 100%;
    height: auto;
    max-width: 150px;
    max-height: 100px;
}

#menu-tischkonfigurator {
    position: absolute;
    top: 30px;
    right: 630px;
}

#menu-tischkonfigurator ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
}

#menu-tischkonfigurator a {
    color: var(--tk-gray);
    text-decoration: none;
}

#menu-tischkonfigurator li:not(:last-child) {
    margin-right: 30px
}

.tk-slider {
    display: flex;
    flex-direction: column;
}

.tk-slider__people {
    text-align: center;
}

.tk-slider__people>*+* {
    margin-top: 20px;
}

.tk-slider .rs-bg {
    background: var(--tk-primary);
    top: 13px;
    height: 5px;
}


.tk-slider img {
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-height: 150px;
}

.tk-slider .rs-container .rs-selected {
    background-color: transparent;
    border-color: transparent;
}

.tk-slider .rs-container .rs-scale {
    top: 10px;
}

.rs-container .rs-scale span::before {
    background-color: transparent;
}

.tk-slider .rs-pointer {
    background: var(--tk-primary);
    border-radius: 50%;
    box-shadow: none;
    width: 32px;
    height: 32px;
    border: 0 none;
}

.tk-slider .rs-pointer::before,
.tk-slider .rs-pointer::after {
    content: normal;
}

.tk-slider__label {
    font-family: "Open Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    color: var(--tk-primary);
    margin-top: 30px;
}

.tk-step-2 {
    display: block;
}

.tk-step-2 .tk-card {
    padding: 0 70px 0 0;
    display: flex;
    margin: 0;
}

.tk-card {
    color: var(--tk-primary);
    background: white;
    margin-bottom: 15px;
    margin-top: 15px;
    border: 0 none;
    padding: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.tk-step-5 .tk-card {
    background-color: var(--tk-gray-bg);
}

.tk-step-5 {
    flex: 0 0 calc(100% - var(--tk-cta-height) - 50px);
    max-height: calc(100% - var(--tk-cta-height) - 50px);
}

.tk-step-2 .tk-card__image,
.tk-step-2 .tk-card__content {
    flex: 0 0 50%;
    max-width: 50%;
}

.tk-step-5 .tk-card__image {
    width: 70%;
    margin: auto;
}

.tk-step-5 .tk-color-select .tk-card__image {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden
}

.tk-step-2 .tk-card__content {
    padding: 30px;
    display: flex;
    align-items: center;
}

.tk-step-4 .tk-card__content {
    padding: 10px 5px;
    text-align: center;
    color: white;
}

.tk-card__content button,
.tk-decision button {
    background-color: transparent;
    margin-right: 1rem;
    height: 32px;
    width: 32px;
    color: white;
    border-color: transparent;
    margin-right: 15px;
    display: flex;
    padding: 0;
}

.tk-card__content button svg,
.tk-decision button svg {
    height: 32px;
    width: 32px;
}

.tk-modal-content .tk-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: var(--tk-primary);
    color: white;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    opacity: 1;
    font-weight: 400;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tk-card__content button:hover,
.tk-decision button:hover,
.tk-close:hover {
    opacity: 0.8;
}

.tk-card .tk-card__image {
    transition: transform .3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.tk-card:hover .tk-card__image {
    transform: scale(1.04);
}

.tk-card__label {
    font-weight: bold;
}

.tk-step-4 .tk-card__label {
    color: var(--tk-gray);
    font-weight: 400;
}

.tk-step-5 .tk-card__label {
    text-align: center;
    padding: 10px;
    font-weight: 400;
}

.tk-card img {
    display: block;
    width: 100%;
    height: auto;
}

.tk-card--active {
    background: var(--tk-gray-active) !important;
}

.tk-checkbox {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.tk-step-6 .tk-checkbox {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 10px;
}

.tk-step-6 .tk-checkbox div:last-child {
    margin-left: 10px;
    font-weight: 400;
}

.tk-checkbox .tk-checkbox__label {
    flex-grow: 1;
    background-color: white;
    margin-right: 10px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
}

.tk-step-4~.tk-checkbox:hover .tk-checkbox__label,
.tk-step-4~.tk-checkbox:hover input[type=checkbox]:before,
.tk-accordion button:hover {
    background-color: var(--tk-gray-active);
    color: #333;
    text-decoration: none;
}

.tk-checkbox input[type=checkbox],
.tk-radio input[type=radio] {
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin: 0;
}

.tk-checkbox input[type=checkbox]:before,
.tk-radio input[type=radio]:before {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    border: 2px solid var(--tk-primary);
    background-color: white;
}

.tk-checkbox input[type=checkbox]:checked:after,
.tk-radio input[type=radio]:checked:after {
    content: "";
    display: block;
    width: 10px;
    height: 17px;
    border: solid var(--tk-primary);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 45%;
    left: 50%;
}

.tk-decision {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    cursor: pointer;
}

.tk-decision input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.tk-decision .tk-checkbox {
    width: 100%;
    flex: 0 1 auto;
    margin-bottom: 0;
}

.tk-decision .tk-checkbox__label {
    border-bottom: 5px solid rgba(110, 110, 110, 0.1);
    text-align: center;
    display: flex;
    width: 100%;
    background-color: transparent;
    padding: 25px 0;
    position: relative;
}

.tk-decision input:checked+.tk-checkbox__label {
    border-bottom-color: var(--tk-primary);
    font-weight: bold;
}

.tk-decision .tk-modal-headline {
    display: inline-block;
    font-weight: bold;
}

.tk-decision .tk-decision__modal-fix {
    margin-left: 32px;
}

.tk-checkbox__label button {
    position: absolute;
    left: 0;
}

.tk-step-2 .tk-option:not(:last-child) {
    border-bottom: solid 2px #979797;
}

.tk-step-2 .tk-option {
    overflow: hidden;
}


.tk-headline {
    font-family: "Open Sans";
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
}

.tk-step-3 .tk-headline {
    text-align: center;
    margin-bottom: 80px;
}

.tk-step-3 .tk-decision {
    margin-top: 80px;
}

.tk-step-1 .tk-headline,
.tk-step-6 .tk-headline,
.tk-step-7 .tk-headline {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1599px) {

    .tk-step-2 .modal,
    .tk-step-4 .modal {
        background-color: #00000050;
    }
}

@media only screen and (min-width: 1600px) {
    .tk-step-2 .modal {
        top: unset;
        bottom: 100px;
        right: calc(var(--tk-selection-width) + 60px);
        left: unset;
    }

    .tk-step-4 .modal {
        top: 80px;
        bottom: unset;
        right: calc(var(--tk-selection-width) + 30px);
        left: unset;
    }
}

@media only screen and (min-width: 1800px) {
    .tk-step-2 .modal {
        right: calc(var(--tk-selection-width) + 150px);
    }
}

.tk-option .tk-modal-headline {
    font-family: "Open Sans";
    font-size: 38px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 57px;
}

.tk-option button svg .fill-primary,
.tk-decision button svg .fill-primary {
    fill: var(--tk-primary);
}

.tk-modal-dialog {
    margin: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tk-modal-content {
    background-color: var(--tk-gray-bg);
    padding-top: 90px;
    padding-bottom: 60px;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
    justify-items: center;
    justify-content: space-between;
    box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
}

.tk-step-2 .tk-modal-content {
    padding-left: 0;
}

.tk-modal-image {
    max-width: 33%;
    width: 33%;
    margin-right: 20px;
}

.tk-error {
    margin-top: auto;
    color: var(--tk-primary);
    font-size: 18px;
}

.tk-modal-text {
    flex-grow: 1;
}

.tk-hidden {
    display: none;
}

.tk-accordion {
    margin-bottom: 30px;
}

.tk-accordion button {
    width: 100%;
    text-align: center;
    background-color: white;
    color: var(--tk-gray) !important;
    border-color: transparent;
    padding: 0;
    height: 32px;
    position: relative;
    outline: none !important;
    box-shadow: none !important;
}

.tk-accordion button>svg {
    position: absolute;
    stroke: var(--tk-primary);
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

.tk-accordion button>svg>* {
    stroke: var(--tk-primary);
}

.tk-textbox textarea,
.tk-textbox input {
    border: none;
    border-bottom: 2px solid var(--tk-primary);
    border-radius: 0 !important;
    resize: vertical;
    height: auto;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
}

::placeholder {
    color: var(--tk-gray) !important;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--tk-gray) !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: var(--tk-gray) !important;
}


.tk-textbox textarea:focus,
.tk-textbox input:focus {
    border-color: var(--tk-primary);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--tk-primary);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px var(--tk-primary);
}

.tk-step-6 .tk-textbox input {
    margin-bottom: 30px;
}

.tk-result {
    background-color: white;
    padding: 30px;
    margin-bottom: 30px;
}

.tk-result ul {
    margin: 0;
}

.tk-result ul li {
    margin-bottom: 15px;
}

.tk-color-container {
    margin-top: auto;
    position: absolute;
    bottom: var(--tk-cta-height);
    left: 30px;
    width: var(--tk-selection-width);
    background-color: var(--tk-gray-bg);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
    margin-right: -30px;
    z-index: 1;
}


.tk-color-select {
    display: flex;
    justify-content: center;
}

.tk-color-select>*+* {
    margin-left: 20px;
}

.tk-color-select .tk-option .tk-card {
    border-radius: 100%;
    border: 2px solid var(--tk-gray);
    height: 32px;
    width: 32px;
}

.tk-color-select .tk-option .tk-card .tk-card__content {
    display: none;
}

.tk-color-select .tk-card--active {
    transform: scale(1.3);
}

.tk-color-name {
    text-align: center;
    text-transform: capitalize;
}



@media only screen and (max-width: 991px) {
    .tk-stage {
        --tk-selection-width: 100%;
        --tk-cta-height: 60px;
        display: block;
        overflow: auto;
    }

    .tk-color-container {
        bottom: var(--tk-cta-height);
        position: fixed;
    }

    .tk-stage__progress {
        font-size: 12px !important;
        overflow-x: auto;
    }

    .tk-stage__progress li {
        min-width: 90px;
    }

    .tk-stage__selection {
        border: none;
        height: calc(100vh - 350px);
        margin-top: 350px;
        overflow-y: hidden;
    }

    .tk-stage__view {
        width: 100%;
        min-height: 350px;
        position: fixed;
        top: 0;
        z-index: 1;
        background: white;
    }

    .tk-stage-cta {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: var(--tk-cta-height);
    }

    .tk-stage-cta button {
        font-size: 20px;
    }

    .tk-stage-scroll {
        padding-top: 30px;
        padding-bottom: var(--tk-cta-height);
    }

    .tk-stage-scroll.tk-step-4 {
        padding-bottom: calc(var(--tk-cta-height) + 30px);
    }

    #menu-tischkonfigurator {
        position: fixed;
        top: 40px;
        right: 30px;
        z-index: 2;
    }

    .tk-step-2 .tk-card {
        padding: 0;
    }

    .tk-step-3 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .tk-step-3 .tk-headline {
        font-size: 28px;
        margin-bottom: 40px;
    }

    #logo {
        position: fixed;
        top: 40px;
        left: 30px;
        z-index: 2;
    }

    .tk-slider img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #logo img {
        width: 120px;
        height: auto;
        max-height: 100px;
    }

    .tk-option .tk-modal-headline {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 767px) {
    .tk-step-2 .tk-card__image {
        flex: 0 0 40%;
        max-width: 40%;
        display: flex;
        align-items: center;
    }

    .tk-step-2 .tk-card__content {
        flex: 0 0 60%;
        max-width: 60%;
    }

    #logo img {
        width: 80px;
        height: auto;
        max-height: 80px!important;
        max-width: 80px!important;
    }

    .tk-step-3 .rs-scale {
        opacity: 0;
        /* Because with display: none it would not be clickable */
    }

    .tk-slider__label {
        margin-top: 20px;
    }

    .tk-modal-dialog {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.tk-image-placeholder {
    height: 150px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.tk-filter-gray{
    /* https://codepen.io/sosuke/pen/Pjoqqp */
    filter: invert(45%) sepia(11%) saturate(0%) brightness(91%) contrast(84%);
}
.tk_dealer_information{
    display: none;
}