@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url("OpenSans-CondensedBold.ttf") format("truetype");
}

.d-flex {
    display: flex;
}

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

.flex-row {
    flex-direction: row;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-row-end {
    justify-content: flex-end;
}

.display-inline {
    display: inline-block;
}

.clear {
    clear: both;
}

.shadow {
    box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.75);
}

.c-gray {
    color: #777777;
}

.c-white {
    color: white;
}

.w-20 {
    width: 20%;
}

.w-15 {
    width: 13%;
}

.w-65 {
    width: 63%;
}

.p-relative {
    position: relative;
}

html, body {
    padding: 0;
    margin: 0;
    font-family: "Open Sans", "sans-serif";
    font-weight: 400;
    color: #777777;
}

body {
    padding: 20px;
}

header {
    display: flex;
    flex-direction: column;
    font-size: 1.8em;
}

header .logo {
    height: 78px;
}

header .logo img {
    height: 100%;
}

header .box {
    width: 78px;
    height: 78px;
    display: none;
    margin-left: 10px;
}

header .box--active {
    display: block;
}


header .step-number {
    display: none;
}

header .step-number.show {
    display: inline-block;
}

header .step-title {
    text-transform: uppercase;
}

header h1 {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: inherit;
}

header .menu-button {
    width: 78px;
    height: 78px;
}

header .menu-button img {
    width: 100%;
    height: 100%;
}

.step {
    display: none;
}

.step.step-current {
    display: block;
    padding-bottom:90px;
}

.form-container {
    height: 50%;
}

.frontenwechseler-container {
    height: 60%;
}

.price-container {
    display: none;
    text-transform: uppercase;
}

.price-container.show {
    display: block;
    padding:45px 120px 0 0;
}

.btn-next {
    border: 0;
    padding: 10px 16px;
    height: 100%;
    max-height:85px;
    display: inline-flex;
    /* keep the inline nature of buttons */
    align-items: flex-start;
}

.btn-prev {
    border: 0;
    padding: 10px 16px;
    height: 100%;
    max-height:85px;
    display: inline-flex;
    /* keep the inline nature of buttons */
    align-items: flex-start;
    max-width: 83px;
    background: #FFF;
    margin-right: 20px;
}


.btn-next img,.btn-prev img {
    margin-right: 10px;
}
.btn-prev img {
    transform:rotate(180deg);
}
.btn-next span,.btn-prev span {
    width: 100%;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1em;
}

.btn-next .next-step-number {
    font-size: 1.5em;
    font-weight: bold;
    margin-left: 5px;
    padding-bottom: 5px;
}

.btn-next.big {
    width: 83px;
}

.btn-next.full {
    width: 83px;
}

.btn-next.small {
    width: 120px;
}

.btn-next.small img {
    width: 40px;
}

.step[data-step="0"] .btn-container {
    width: calc(20% - 10px);
}

.step[data-step="0"] .image-box {
    width: calc(20% - 10px);
    border: 1px solid black;
    border-radius: 1px;
}

.step[data-step="0"] .image-box img {
    width: 100%;
}

.step[data-step="0"] .start-text {
    text-transform: uppercase;
    text-align: right;
    font-size: 2.5em;
    line-height: 40px;
    color: #777777;
    margin-right: 20px;
}

.step[data-step="0"] .image-row {
    margin-bottom: 20px;
}

.step[data-step="1"] .form-container {

    margin: 30px;
    flex-wrap: wrap;
    height:230px;
}

.step[data-step="1"] .form-box {
    padding: 10px;
    width: 18%;
}

.step[data-step="1"] .form-box.form-box--btn {
    width: 120px;
    padding: 0;
    max-height:85px;
    margin-top:150px;
    min-width:200px;
}

.step[data-step="1"] .form-box.form-box--btn img {
    width: 40px;
}

.step[data-step="1"] .form-box:first-of-type {
    margin: 0;
}

.step[data-step="1"] .form-box img {
    width: 100%;
    margin-top: 5px;
}

.step[data-step="1"] .form-box label {

    text-transform: uppercase;
}

.step[data-step="1"] .form-box input[type=radio] {
    -moz-appearance: None;
    -webkit-appearance: none;
    background-image: url("../img/option.png");
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin-top: -2px;
}

.step[data-step="1"] .form-box input[type=radio]:checked {
    background-image: url("../img/option-selected.png");
}

.step[data-step="2"] .size-selector-row {
    width: 100%;
}

.step[data-step="2"] .size-selector-row .size-first {
    width: 18%;
    height: 200px;
    padding: 15px;
}

.step[data-step="2"] .size-selector-row .size-first h2 {
    text-transform: uppercase;
}

.step[data-step="2"] .size-selector-row .size-first .description {
    margin-top: 10px;
    font-size: 0.8em;
}

.step[data-step="2"] .size-selector-row .size-middle {
    padding: 15px;
    max-height: 200px;
    overflow: hidden
}

.step[data-step="2"] .size-selector-row .size-middle .arrow-small {
    width: 15px;
}

.step[data-step="2"] .size-selector-row .size-right {
    height: 200px;
}

.step[data-step="2"] .size-selector-row.slided {
    position: absolute;
    top: 20px;
    background: rgba(245, 245, 245, 0.9);
    height: calc(130% - 10px);
}

.step[data-step="2"] .size-selector-row.slided .arrow {
    transform: rotate(180deg);
}

.step[data-step="2"] .size-selector-button {
    margin-top: -15px;
    margin-right: -15px;
    position: relative;
    padding: 10px;
    height: 35px;
}

.step[data-step="2"] .size-selector-button img {
    height: 100%;
}

.step[data-step="2"] .size-selector-button .arrow {
    position: absolute;
    bottom: 10px;
    left: 50%;
    height: 15px;
}

.step[data-step="2"] .size-selector-button .arrow .to-bottom {
    transform: rotate(180deg);
}

.step[data-step="2"] .form-size {
    display: flex;
    align-items: flex-start;
    height: 40px;
    margin-bottom: 15px;
}

.step[data-step="2"] .form-size .length {
    font-size: 0.8em;
    margin-left: 5px;
    margin-right: 5px;
}

.step[data-step="2"] .form-size .arrow-small {
    margin-right: 5px;
}

.step[data-step="2"] .length-sum {
    margin-top: 1em;
}

.step[data-step="2"] .length-input {
    margin-right: 1em;
    margin-left: 1em;
}

.step[data-step="2"] .length-input input {
    width: 100%;
    max-width: 75px;
}

.step[data-step="2"] .form-subtitle {
    font-size: .8em;
    max-width: 100px;
    margin-right: 30px;
}


.step[data-step="2"] .btn-next {
    margin-top: 15px;
    margin-left:15px;
}


.step[data-step="2"] .w-15 {
    width: 222px;
    margin-right:0;
    right:89px;
    position: absolute;
    bottom:20px;
}

.step[data-step="2"] .w-65 {
    width: 69%;
}

.step[data-step="3"] .option-container {
    margin-bottom: 10px;
    flex-wrap: wrap;
    padding-bottom:80px;
}

.step[data-step="3"] .option-container .option {
    width: calc(25% - 50px);
    padding: 15px;
    margin: 10px 20px 10px 0;
    max-width:320px;
    min-height:320px;
}

.step[data-step="3"] .option-container .option .option-head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 52px;
}

.step[data-step="3"] .option-container .option .option-head label {

    font-size: 20px;
    text-transform: uppercase;
}

.step[data-step="3"] .option-container .option .option-head input {
    padding: 0;
    margin: 4px 0 0;
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background: #f5f5f5 no-repeat 2px;
}

.step[data-step="3"] .option-container .option .option-head input:checked {
    background: #f5f5f5 url("../img/option-selected-2.png") no-repeat 2px;
}

.step[data-step="3"] .option-container .option img {
    margin-top: 5px;
    width: 100%;
}

.step[data-step="3"] div.flex-row-end{
    position: absolute;
    bottom: 80px;
    right: 89px;
    width: 320px;
}

.step[data-step="3"] #option_subtitle{font-size:14px}
#nextonoptions{width: 83px;min-width: 83px;display:none;position: absolute;right: 2px;bottom: 13px;height: 80px;}
#nextonoptions span{}
#nextonoptions img{width: unset;margin: unset;}
.step[data-step="3"] .btn-next,.step[data-step="3"] .btn-prev{max-width:83px;margin:-120px 30px 0 0;}

.step[data-step="4"] .btn-next,.step[data-step="4"] .btn-prev{max-width:83px;margin:-120px 122px 0 0;}
.step[data-step="5"] .btn-next,.step[data-step="5"] .btn-prev{max-width:83px;margin:-120px 122px 0 0;}

.title{
    padding:40px 12px;
}
#kitchenback{
    z-index: 5;
}
/*# sourceMappingURL=main.css.map */

#whatsincluded,#pricemeters{font-size:14px;font-weight:bold}
#whatsincluded{margin-top: 10px;}
.finalcolumn img#r-griff-image{margin:unset;}
#alllength{font-size:14px;}
.instore_websumbmit_fieldset{margin-right: 20px;margin-top: 30px;}
#websubmit_instore{padding-bottom:200px}