* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    background: #ffffff;
    color: #000000;
    font: 20px gt_walsheim, Arial, Helvetica, Sans-Serif;
    min-width: 270px;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

input,
select,
textarea {
    border: 1px solid #EE5A00;
    border-radius: 21px;
    color: #C9C3B7;
    font: 500 20px gt_walsheim, Arial, Helvetica, sans-serif;
    height: 42px;
    padding: 0 20px;
    outline: none;
}

*:focus {
    outline: none;
}

li {
    list-style: none;
}

h1 {
    color: #EE5A00;
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 150px;
}

h2,
h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 20px;
    font-weight: 500;
}

h5,
h6 {
    font-size: 20px;
    font-weight: normal;
}

p {
    line-height: 1.4em;
    padding: 0 0 1.6em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
}

.page-container,
.page-header,
.page-footer {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 30px;
}

.page-frame {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-container {
    flex: 1 1 auto;
    min-height: 100vh;
    padding-bottom: 110px;
    padding-top: 230px;
}

.home-page .page-container {
    padding-bottom: 100px;
}

.page-top-bar {
    background: #fff;
    border-bottom: 1px solid #dedede;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1005;
}

.page-bottom-bar {
    background: url(/images/bottom-bg.svg) #B7B0A2 repeat-x top;
    margin-top: -75px;
}

.home-page .page-bottom-bar {
    background: none;
}

.page-header {
    align-items: center;
    display: flex;
    height: 76px;
    justify-content: space-between;
    position: relative;
    padding-top: 7px;
}

.header-logo {
    flex: 1 1 auto;
    margin-bottom: 13px;
}

.header-banner {
    background: #EE5A00;
    border-radius: 0 0 13px 13px;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    right: 30px;
    top: 100%;
    width: 230px;
}

.header-banner a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.header-banner strong {
    display: block;
    font-weight: 500;
}

.sub-heading {
    display: inline-block;
    margin-bottom: 75px;
    position: relative;
}

.sub-heading:after {
    background: url(../images/headline-bg.svg) repeat-x left bottom;
    bottom: -25px;
    content: '';
    height: 17px;
    left: 0;
    position: absolute;
    right: 0;
}

.sub-text {
    display: none;
}

.sub-heading2 {
    border-bottom: 4px solid #EE5A00;
    color: #EE5A00;
    margin-bottom: 15px;
    padding-bottom: 16px;
}

.title-row {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}

.title-headline {
    flex: 0 1 865px;
    padding-right: 40px;
}

.title-headline h1 {
    color: #fff;
    line-height: 1.5;
    text-shadow: 0 0 10px rgba(0, 0, 0, .7);
}

.title-boxes {
    flex: 0 0 574px;
}

.bgvideo {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
    width: auto;
    z-index: -100;
}

.nav1 {
    flex: 0 1 auto;
    padding-left: 50px;
    width: 1070px;
}

.nav-main {
    align-items: flex-end;
    display: flex;
    font-size: 20px;
    justify-content: space-between;
}

.nav-main li {
    margin: 0 0 0 15px;
    position: relative;
}

.nav-main a {
    display: inline-block;
    text-decoration: none;
}

.nav-main a:hover {
    color: #EE5A00;
}

.nav-main .active a {
    color: #EE5A00;
    font-weight: 500;
}

.nav2 {
    border-bottom: 2px solid #E0DCD3;
    line-height: 1;
    margin: 0 0 80px;
    padding-bottom: 25px;
}

.nav2 ul {
    display: flex;
    justify-content: space-between;
}

.nav2 li {
    display: flex;
    flex: 1 1 25%;
    position: relative;
}

.nav2 li:before {
    background: url(../images/ico-arrow-right.svg) no-repeat center;
    content: '';
    flex: 1 1 auto;
    left: 33%;
    width: 46px;
}

.nav2 li:first-child {
    flex: 0 1 auto;
}

.nav2 li:first-child::before {
    display: none;
}

.nav2 a {
    color: #000000;
    display: block;
    text-decoration: none;
}

.nav2 a:hover,
.nav2 .active,
.nav2 .active a {
    color: #EE5A00;
    font-weight: 500;
}

.nav2 li.active:before {
    background: url(../images/ico-arrow-right-o.svg) no-repeat center;
}

.nav3 {
    border-top: 2px solid #E0DCD3;
    font-weight: 500;
    margin: 20px 0;
}

.nav3-link {
    align-items: center;
    border-bottom: 2px solid #E0DCD3;
    color: #EE5A00;
    display: flex;
    height: 47px;
    padding: 0 25px 0 0
}

.nav3-link:hover {
    color: #EE5A00;
    text-decoration: none;
}

.nav3-item {
    flex: 1 1 100%;
}

.content-columns [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px
}

.content-columns .row {
    margin: 0 -40px 40px;
}

.row-flex,
.box-flex {
    display: flex;
    justify-content: space-between;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
}

.row-dimmed {
    opacity: .5;
}

.center-col {
    flex: 0 1 1050px;
    padding-right: 40px;
}

.right-col {
    flex: 0 0 490px;
}

.box-calendar {
    background: rgba(0, 0, 0, .6);
    border-radius: 15px;
    color: #fff;
    margin-bottom: 95px;
    padding: 40px;
}

.right-col .box-calendar {
    background: none;
    color: #000;
    padding: 0;
}

.right-col .box-calendar {
    padding-top: 100px;
}

.box-calendar .field-incrementer .ui-widget-content {
    border: none;
}

.right-col .field-incrementer .ui-widget-content {
    border: 1px solid #EE5A00;
}

.box-calendar .row {
    margin: 0 -7px;
}

.box-calendar [class*="col-"] {
    margin-bottom: 14px;
    padding: 0 7px;
}

.caledar-notice {
    font-size: 15px;
}

.caledar-notice h4 {
    font-size: 15px;
}

.right-col .caledar-notice {
    text-align: right;
}

.box-promo {
    background: #B3BF94;
    border-radius: 13px;
    color: #fff;
    padding: 25px 30px 15px 40px;
}

.box-promo p,
.caledar-notice p {
    padding: 0
}

.box-promo {
    animation: title-animation 5s ease-in-out;
}

@keyframes title-animation {
    0% {
        opacity: 0;
    }
    20%,
    70% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.car-info-box {
    display: flex;
    height: 345px;
    margin-bottom: 70px;
    position: relative;
}

.car-info-box-price {
    background: #F7F5F5;
    margin-bottom: 40px;
    padding: 30px 35px 15px;
}

.car-info-box-price p {
    padding-bottom: .5em;
}

.car-info-box-details .car-info-box {
    display: block;
    height: auto;
}

.car-info-box-details .car-info-specs {
    background: none;
    padding: 0;
}

.car-info-box-details .specs-icon-text {
    font-size: 17px;
}

.car-info-overlay {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000
}

.car-info-datepicker {
    background: #EE5A00;
    border-radius: 25px;
    bottom: 30px;
    padding-right: 20px;
    position: absolute;
    right: 30px;
    z-index: 1001;
}

.car-info-datepicker .ui-datepicker-trigger {
    margin-top: 7px;
    position: absolute;
    right: 20px;
}

.car-info-datepicker ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.car-info-datepicker ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.datepicker-small {
    background: none;
    color: #fff;
    font-size: 15px;
    padding-right: 0;
    width: 17em;
}

.car-info-specs {
    background: #F7F5F5;
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 40px;
}

.car-info-specs-inner {
    align-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.info-specs-icon {
    align-items: center;
    display: flex;
    flex: 1 0 130px;
    margin-bottom: 45px;
}

.specs-icon {
    align-items: center;
    display: flex;
    flex: 0 0 55%;
    height: 60px;
    justify-content: center;
}

.specs-icon-text {
    flex: 0 0 50%;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.car-info-pricing {
    display: flex;
}

.btn-price {
    background: #fff;
    border-radius: 25px;
    clear: both;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font: 500 25px/50px gt_walsheim, Arial, Helvetica, Sans-Serif;
    height: 50px;
    margin: 0 20px 0 0;
    padding: 0 25px;
    white-space: nowrap;
}

.btn-details {
    position: absolute;
    z-index: 1001
}

.btn-details a {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    display: block;
    font-weight: 500;
    line-height: 42px;
    padding: 0 40px 0 10px;
    text-decoration: none;
}

.btn-details a:after {
    background: url(../images/ico+w.svg) no-repeat center;
    content: '';
    height: 19px;
    margin-top: -9px;
    position: absolute;
    right: 10px;
    top: 50%;
    width: 19px;
}

.btn-details a:hover {
    opacity: .8
}

.car-info-pricing {
    align-self: flex-end;
}

.car-info-slider {
    flex: 1 0 490px;
    position: relative;
}

.car-info-slider .cycle-slideshow {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.car-info-box-details .car-info-slider .cycle-slideshow {
    bottom: auto;
    left: auto;
    margin-bottom: 40px;
    position: relative;
    right: auto;
    top: auto;
}

.car-info-box-details .car-info-slider .slide {
    height: 700px;
}

.car-info-slider .slide {
    height: 100%;
    width: 100%;
}

.car-info-carousel {
    margin: 0 0 50px;
    margin-right: -36px;
}

.car-info-carousel .slide {
    border-right: 36px solid #fff;
    height: 215px;
}

.car-description-slider {
    margin-bottom: 40px;
    position: relative;
}

.car-description-slider .slide {
    height: 545px;
    width: 100%
}

.car-description-slider .btn-left-slide {
    left: 45px;
}

.car-description-slider .btn-right-slide {
    right: 45px;
}

.btn-left-slide,
.btn-right-slide {
    cursor: pointer;
    left: 20px;
    margin-top: -12px;
    opacity: 1;
    position: absolute;
    top: 50%;
    z-index: 100;
}

.btn-left-slide:before {
    background: url(../images/ico-arrow-left.svg) no-repeat center;
    content: '';
    display: block;
    height: 24px;
    width: 48px;
}

.btn-right-slide {
    left: auto;
    right: 20px;
}

.btn-right-slide:before {
    background: url(../images/ico-arrow-right.svg) no-repeat center;
    content: '';
    display: block;
    height: 24px;
    width: 48px;
}

.list-car-features {
    margin-bottom: 30px;
}

.list-car-features h2 {
    border-bottom: 3px solid #EE5A00;
    color: #EE5A0E;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.list-car-features dl,
.list-car-features li {
    display: flex;
    margin-bottom: .4em;
}

.list-car-features dt {
    flex: 0 0 45%;
    font-weight: 500;
}

.list-car-pricing {
    display: flex;
    font-size: 25px;
    justify-content: space-between;
    margin-bottom: 10px;
}

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

.list-car-pricing-bold {
    font-weight: 500;
}

.table-options {
    margin-bottom: 45px;
}

.table-options th:nth-child(1) {
    color: #EE5A00;
    text-align: left;
}

.table-options td:nth-child(1) {
    text-align: left
}

.table-options th {
    border-bottom: 3px solid #EE5A00;
    font-weight: 500;
    padding: 5px 5px 18px 0;
    vertical-align: top;
}

.table-options td {
    border-top: 2px solid #E0DCD3;
    padding: 10px 5px 10px 0;
    text-align: center;
}

.table-options tbody tr:last-child td {
    border-bottom: 2px solid #E0DCD3;
}

.col-material {
    border-right: 2px solid #E0DCD3;
    width: 40%;
}

.col-ubernahme {
    border-right: 2px solid #E0DCD3;
    width: 30%;
}

.col-preis {
    text-align: center;
    width: 30%;
}

.form {
    margin-bottom: 40px;
}

.form input,
.form select,
.form textarea {
    border: 21px;
    width: 100%;
}

.form .form-textarea {
    border: 1px solid #EE5A00;
    color: #C9C3B7;
    height: 170px;
    overflow: hidden;
    padding: 10px 20px;
}

.form .form-input {
    border: 1px solid #EE5A00;
    color: #C9C3B7;
    width: 100%;
}

.form .form-input.error {
    border: 2px solid #ff0000;
}

.form .form-input::-webkit-input-placeholder,
.form .form-textarea::-webkit-input-placeholder {
    opacity: .5;
}

.form .form-input::-moz-placeholder,
.form .form-textarea::-moz-placeholder {
    opacity: .5;
}

.field-group {
    margin-bottom: 40px;
}

.field-group .row .form-field {
    margin-bottom: 0;
}

.form-field {
    margin-bottom: 13px;
}

.field-date {
    background: #fff;
    border-radius: 14px;
    color: #000;
    font-size: 15px;
    overflow: hidden;
    padding: 13px 20px 10px;
}

.right-col .field-date {
    border: 1px solid #EE5A00;
}

.field-date label {
    display: block;
}

.datepicker {
    height: auto;
    margin-top: 5px;
    padding: 0;
    width: 70% !important;
}

.form-btn-wrap {
    margin-left: 30px;
}

.form-btn {
    background: #EE5A00;
    border: 0;
    border-radius: 25px;
    clear: both;
    color: #fff;
    cursor: pointer;
    font: 500 25px/50px gt_walsheim, Arial, Helvetica, Sans-Serif;
    margin: 0;
    min-height: 50px;
    overflow: hidden;
    padding: 0 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.form-btn-with-spacing {
    margin-bottom: 40px;
}

.checkbox-container {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin-bottom: 12px;
    padding: 3px 0;
    position: relative;
    user-select: none;
    width: 25px;
}

.checkbox-container-with-text {
    padding-left: 40px;
    width: 100% !important;
}

.checkbox-container input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.checkmark {
    border: 2px solid #E0DCD3;
    border-radius: 50%;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}

.checkbox-container:hover input~.checkmark {
    background-color: #fff;
}

.checkbox-container input:checked~.checkmark {
    border: 3px solid #EE5A00;
}

/* .checkbox-container input.error~.checkmark {
    border: 3px solid #ff0000;
} */

.slidinput-wrapper {
    display: inline-block;
    position: relative;
}

.slidinput-placeholder {
    position: absolute;
    transform-origin: 0% 0%;
    transition: transform 300ms ease, color 300ms ease, opacity 100ms ease;
}

.slidinput-inited,
.slidinput-wrapper {
    width: 100% !important;
}

label.error {
    font-size: 0;
}

.slidinput-wrapper.focused .slidinput-placeholder,
.slidinput-wrapper.filled .slidinput-placeholder {
    transform: scale(var(--scaling)) translate(var(--sliding-x), var(--sliding-y));
}

.slidinput-wrapper.mode-regular.filled .slidinput-placeholder {
    opacity: 0;
}

.input-box {
    line-height: 42px;
    position: relative;
}

.inputfile {
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0.1px;
    z-index: -1;
}

.input-label {
    background: #fff;
    border: 1px solid #EE5A00;
    border-radius: 21px;
    color: #C9C3B7;
    cursor: pointer;
    display: flex;
    font: 500 20px gt_walsheim, Arial, Helvetica, sans-serif;
    height: 42px;
    line-height: 42px;
}

.inputfile:focus+.input-label,
.inputfile.has-focus+.input-label {
    border-color: #EE5A00;
    outline: none;
    outline: -webkit-focus-ring-color auto 1px;
}

.inputfile-name {
    margin-right: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input-button {
    overflow: hidden;
    padding: 0 10px 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input-button:after {
    background: url(../images/ico-pic.svg) no-repeat top;
    content: '';
    height: 22px;
    position: absolute;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
}

.rating {
    margin-bottom: 45px;
}

.jq-ry-container {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    cursor: pointer;
    direction: ltr;
    display: block;
    line-height: 0;
    padding: 0 5px;
    position: relative;
}

.jq-ry-container[readonly="readonly"] {
    cursor: default;
}

.jq-ry-container>.jq-ry-group-wrapper {
    position: relative;
    width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
    line-height: 0;
    position: relative;
    white-space: nowrap;
    z-index: 10;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    display: inline-block;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
    width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 11;
}

.page-footer {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 15px;
    height: 75px;
    justify-content: space-between;
}

.page-footer a {
    color: #fff;
    text-decoration: none;
}

.page-footer a:hover {
    text-decoration: underline;
}

.copyright-info {
    padding-right: 20px;
}

.footer-links {
    display: flex;
}

.nav-footer {
    align-items: center;
    display: flex;
}

.nav-footer li {
    display: inline-block;
}

.nav-footer li:after {
    content: "/";
    padding: 0 5px;
}

.nav-footer li:last-child:after {
    display: none;
}

.nav-soclinks {
    display: flex;
}

.nav-soclinks li {
    margin-left: 25px;
}

hr {
    border: 0;
    border-top: 2px solid #E0DCD3;
    margin-bottom: 30px;
    margin-top: 10px;
}

.hr-separator {
    margin: 0 0 40px;
}

.hr-row {
    margin: 0;
}

.pic-responsive img {
    height: auto;
    margin: 0 0 40px;
    width: 100%;
}

.menu-label {
    font-size: 14px;
    margin: 0 5px 0 0;
    position: relative;
    text-transform: uppercase;
    top: -4px;
    visibility: hidden;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: none;
    outline: none;
    overflow: visible;
    padding: 0;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
    z-index: 1001
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-box {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 30px
}

.hamburger-inner {
    display: block;
    top: 50%
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #000000;
    border-radius: 0;
    height: 3px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 30px
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-duration: 0.2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
}

.hamburger--slider .hamburger-inner::after {
    top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
    background: #fff;
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    background: #fff;
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger--slider.is-active .hamburger-inner::after {
    background: #fff;
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}