/* Removing basic margin & padding */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
a:hover {
    color: #df7a49;
}

.mT-0 {
    margin-top: 0px ! important;
}

.mT-10 {
    margin-top: 10px ! important;
}

.mT-20 {
    margin-top: 20px ! important;
}

.mT-30 {
    margin-top: 30px ! important;
}

.mT-40 {
    margin-top: 40px ! important;
}

.mT-50 {
    margin-top: 50px ! important;
}

.mT-60 {
    margin-top: 60px ! important;
}

.mT-70 {
    margin-top: 70px ! important;
}

.mT-80 {
    margin-top: 80px ! important;
}

.mT-90 {
    margin-top: 90px ! important;
}

.mT-100 {
    margin-top: 100px ! important;
}

.mB-0 {
    margin-bottom: 0px ! important;
}

.mB-3 {
    margin-bottom: 3px ! important;
}

.mB-10 {
    margin-bottom: 10px ! important;
}

.mB-20 {
    margin-bottom: 20px ! important;
}

.mB-30 {
    margin-bottom: 30px ! important;
}

.mB-40 {
    margin-bottom: 40px ! important;
}

.mB-50 {
    margin-bottom: 50px ! important;
}

.mB-60 {
    margin-bottom: 60px ! important;
}

.mB-70 {
    margin-bottom: 70px ! important;
}

.mB-80 {
    margin-bottom: 80px ! important;
}

.mB-90 {
    margin-bottom: 90px ! important;
}

.mB-100 {
    margin-bottom: 100px ! important;
}

.pB-0 {
    padding-bottom: 0px ! important;
}

.pB-10 {
    padding-bottom: 10px ! important;
}

.pB-20 {
    padding-bottom: 20px ! important;
}

.pB-30 {
    padding-bottom: 30px ! important;
}

.pB-40 {
    padding-bottom: 40px ! important;
}

.pB-50 {
    padding-bottom: 50px ! important;
}

.pB-60 {
    padding-bottom: 60px ! important;
}

.pB-70 {
    padding-bottom: 70px ! important;
}

.pB-80 {
    padding-bottom: 80px ! important;
}

.pB-90 {
    padding-bottom: 90px ! important;
}

.pB-100 {
    padding-bottom: 100px ! important;
}

.pT-0 {
    padding-top: 0px ! important;
}

.pT-10 {
    padding-top: 10px ! important;
}

.pT-20 {
    padding-top: 20px ! important;
}

.pT-30 {
    padding-top: 30px ! important;
}

.pT-40 {
    padding-top: 40px ! important;
}

.pT-50 {
    padding-top: 50px ! important;
}

.pT-60 {
    padding-top: 60px ! important;
}

.pT-70 {
    padding-top: 70px ! important;
}

.pT-80 {
    padding-top: 80px ! important;
}

.pT-90 {
    padding-top: 90px ! important;
}

.pT-100 {
    padding-top: 100px ! important;
}

.mL-0 {
    margin-left: 0px ! important;
}

.mL-10 {
    margin-left: 10px ! important;
}

.mL-20 {
    margin-left: 20px ! important;
}

.mL-30 {
    margin-left: 30px ! important;
}

.mL-40 {
    margin-left: 40px ! important;
}

.mL-50 {
    margin-left: 50px ! important;
}

.mL-60 {
    margin-left: 60px ! important;
}

.mL-70 {
    margin-left: 70px ! important;
}

.mL-80 {
    margin-left: 80px ! important;
}

.mL-90 {
    margin-left: 90px ! important;
}

.mL-100 {
    margin-left: 100px ! important;
}

.mR-0 {
    margin-right: 0px ! important;
}

.mR-10 {
    margin-right: 10px ! important;
}

.mR-20 {
    margin-right: 20px ! important;
}

.mR-30 {
    margin-right: 30px ! important;
}

.mR-40 {
    margin-right: 40px ! important;
}

.mR-50 {
    margin-right: 50px ! important;
}

.mR-60 {
    margin-right: 60px ! important;
}

.mR-70 {
    margin-right: 70px ! important;
}

.mR-80 {
    margin-right: 80px ! important;
}

.mR-90 {
    margin-right: 90px ! important;
}

.mR-100 {
    margin-right: 100px ! important;
}


/* Basic CSS */

html,
body {
    scroll-behavior: smooth;
}

body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Roboto Light', 'Sans Serif';
    letter-spacing: 1px;
}

ul {
    list-style-type: none;
}

a,
button,
input,
img {
    -webkit-transition: all .3s;
    transition: all .3s;
}


/* Header style */

header {
    padding-top: 20px;
}

.logo {
    width: 340px;
    max-width: 100%;
    margin-right: 60px;
}

.navbar-nav .nav-link {
    padding: .5rem 1.2rem !important;
    color: #66605d;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    font-family: 'Roboto Regular';
}

.navbar-nav .nav-link:hover,
#primary .dropdown-menu .dropdown-item:hover,
.nav-item .active,
.navbar-toggler {
    color: #df7a49;
}

#primary .dropdown-item.active,
#primary .dropdown-item:active {
    background: transparent;
}

.navbar {
    padding: 0px;
}

#primary .dropdown-menu {
    margin-top: 0;
    margin-left: 10px;
    background-color: #f9f9fb;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(219, 219, 219, 0.5);
    -moz-box-shadow: 5px 5px 10px 0px rgba(219, 219, 219, 0.5);
    box-shadow: 5px 5px 10px 0px rgba(219, 219, 219, 0.5);
    padding: 20px 5px;
    font-family: 'Roboto Regular';
    font-size: 16px;
}

#primary .dropdown-menu .dropdown-item {
    color: #333;
}

.nav-login .nav-link {
    color: #df7a49;
    font-family: 'Roboto Medium';
    padding: 0 1.5rem !important;
    margin-right: 20px;
}

.nav-login .nav-link:hover {
    color: #5d5a59;
    padding-right: 1.2rem !important;
}

.nav-lang .nav-link {
    padding: 0 .5rem !important;
    color: #5d5a59;
    line-height: 14px;
    font-size: 15spx;
}

.nav-lang .active {
    color: #df7a49;
    font-family: 'Roboto Medium';
}

.nav-lang .nav-item:first-child a {
    border-right: 2px solid #5d5a59;
}

.main-banner-wrapper {
    padding: 80px 20px;
}

.main-banner-wrapper h1 {
    font-size: 48px;
    color: #df7a49;
    margin-top: 50px;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
}

.main-banner-wrapper h2 {
    font-size: 24px;
    font-family: 'Roboto Light';
    color: #333;
}

.btn {
    font-family: 'Roboto Medium';
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 8px;
}

.btn-orange {
    background: #df7a49;
    color: #fff;
}

.btn-orange:hover {
    background: #5d5a59;
    color: #fff;
}

.orange {
	color: #df7a49;
}

.main-banner-wrapper .btn-orange {
    margin-top: 50px;
    padding: 15px 25px;
}

.produkte-section {
    padding: 80px 0;
    background: url(../img/produkte-bg2.png);
    background-size: cover;
    padding-top: 420px;
    margin-top: -350px;
}

.main-pordukte-wrapper {
    margin: 0 180px;
}

.heading-with-line {
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'Roboto Medium';
    color: #df7a49;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    margin-left: 20px;
}

h2.heading-with-line.smaller {
	font-size: 34px;
}

.heading-with-line:before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 70px;
    background: url(../img/heading-before.png) no-repeat;
    left: -55px;
    top: -25px;
}

.main-pordukte-wrapper h2 {
    margin-top: 10px;
}

.pro-img-wrapper a {
    text-decoration: none;
}

.pro-img-wrapper img {
    min-height: 350px;
    max-height: 351px;
    transition: .5s all ease-in-out;
}

.pro-img-wrapper:hover img {
    transform: scale(1.1);
}

.main-pordukte-wrapper h3 {
    font-size: 24px;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    background: rgba(223, 122, 73, 0.9);
    padding: 20px 0;
    padding-left: 0px;
    padding-left: 30px;
    margin-top: -69px;
    color: #fff;
    position: relative;
    text-align: left;
    width: 350px;
}

.main-pordukte-wrapper .btn-orange {
    float: left;
    margin-left: 30px;
}

.main-pordukte-wrapper .product-desc {
    margin: 30px 0;
    margin-left: 30px
}

.product-desc li {
    font-size: 16px;
    margin: 10px;
    font-family: 'Roboto Regular';
    background: url(../img/list-bg.png) no-repeat;
    display: block;
    padding-left: 50px;
    text-align: left;
    line-height: 20px;
    color: #333;
}

.callto-section {
    padding: 250px 0 100px 0;
    background: url(../img/call-to-bg.png) no-repeat;
    background-size: cover;
    margin-top: -50px;
}

.callto-wrapper h2 {
    font-size: 48px;
    font-family: 'Roboto Medium';
    color: #fff;
    text-transform: uppercase;
}

.callto-wrapper p {
    font-family: 'Roboto Light';
    font-size: 24px;
    color: #fff;
}

.callto-wrapper .btn-white {
    padding: 15px 25px;
    margin-top: 50px;
}

.btn-white {
    background: #fff;
    color: #df7a49;
}

.btn-white:hover {
    background: #5d5a59;
    color: #fff;
}

#primary .dropdown-menu {
    display: block;
    transform: scaley(0);
    transition: .3s all ease-in-out;
    transform-origin: top;
}

#primary .dropdown:hover .dropdown-menu {
    transform: scaley(1);
}

.slider-section {
    padding: 80px 0 20px 0;
}

.main-slider-wrapper {
    padding: 0 160px;
}

.main-slider-wrapper-none {
    padding: 0px;
}

.main-slider-wrapper .slick-slide,
.product-slider .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 0 30px;
}

.product-slider .slick-slide {
    padding: 0 0;
}

.main-slider-wrapper .slick-slide img {
    max-height: 120px;
}

.main-slider-wrapper .slick-dots,
.product-slider .slick-dots {
    text-align: center;
    margin: 30px 0 10px 0;
    padding: 0;
}

.product-slider .slick-dots {
    margin: 15px 0 10px 0;
}

.main-slider-wrapper .slick-track,
.product-slider .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-slider-wrapper li,
.product-slider li {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
}

.main-slider-wrapper button,
.product-slider button {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: #bebdbd;
    border: none;
    width: 10px;
    height: 10px;
}

.product-slider button {
    border-radius: 0;
    background: #bebdbd;
}

.product-slider button:hover,
.product-slider .slick-active button,
.main-slider-wrapper button:hover,
.main-slider-wrapper .slick-active button {
    background: #5d5a59;
}

.procedure-section {
    padding: 80px 0 100px 0;
    background: #f9f9fb;
}

.procedure-section img {
    max-width: 140px;
    height: auto;
}

.procedure-section p,
.procedure-cols p,
.about-section p {
    font-family: 'Roboto Light';
    font-size: 16px;
    color: #333;
}

.procedure-cols {
    margin: 30px 0 0 0;
}

.procedure-cols img {
    position: relative;
    margin-top: 30px;
    min-height: 119px;
    max-height: 120px;
}

.procedure-cols.icons img {
    max-height: 250px;
	max-width: 90%;
}

.procedure-cols .one::before,
.procedure-cols .two::before,
.procedure-cols .three::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../img/one.png) no-repeat;
    left: 100px;
    top: -10px;
}

.procedure-cols .two::before {
    background: url(../img/two.png) no-repeat;
    left: 40px;
}

.procedure-cols .three::before {
    background: url(../img/three.png) no-repeat;
    left: 40px;
}

.procedure-cols h3 {
    font-family: 'Roboto Medium';
    font-size: 24px;
    color: #df7a49;
    margin: 20px 0;
    text-transform: uppercase;
}

.about-section {
    padding: 80px 0 100px 0;
    background: #fff;
}

.about-section h2 {
    margin-bottom: 20px;
}

.about-section .btn-orange {
    padding: 15px 25px;
    margin-top: 20px;
}

.footer-top {
    background: #e7e6e5;
    padding: 50px 0 80px 0;
}

.first-col .clock-wrapper {
    margin: 40px 0 0 0;
}

.first-col a { color: #5d5a59; font-size: 14px; }


.footer-top h4 {
    font-size: 20px;
    font-family: 'Roboto Medium';
    color: #5d5a59;
    text-transform: uppercase;
    margin-top: 30px;
}

.first-col p {
    font-family: 'Roboto Regular';
    font-size: 18px;
    margin-top: 10px;
}

.second-col .bottom-links {
    padding: 20px 0;
}

.second-col .bottom-links li a {
    font-family: 'Roboto Regular';
    font-size: 16px;
    color: #5d5a59;
    text-decoration: none;
    margin: 10px 0;
    display: block
}

.second-col .bottom-links li a:hover {
    color: #df7a49;
}

.third-col h4,
.forth-col h4 {
    margin-bottom: 50px;
}

.first-col,
.second-col,
.third-col {
    position: relative;
}

.second-col::before,
.third-col::before,
.forth-col::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 110%;
    background: url(../img/column-before.png) no-repeat;
    left: -10px;
}

.footer-logo {
    width: 240px;
    margin-top: 20px;
}

.footer-link-section {
    background: #716e6d;
    padding: 0 0 80px 0;
}

.payment .sofort {
    border-radius: 10px;
}

.footer-link-section .social-links {
    padding-bottom: 50px;
}

.footer-link-section .social-links li {
    display: inline-block;
}

.social-links li img {
    margin-top: -10px;
}

.social-links li img:hover {
    margin-top: -20px;
}

.footer-link-section h4,
.footer-bottom h4 {
    font-family: 'Roboto Bold';
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #d9d7d6;
}

.footer-link-section h5,
.footer-bottom h5 {
    font-family: 'Roboto Bold';
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #d9d7d6;
}


.footer-bottom h4, .footer-bottom h5 {
    color: #939291;
	margin-top: 30px;
}

.footer-bottom h5 {
	margin-bottom: 15px;
	margin-top: 30px;
}

.footer-link-section h4 a,
.footer-bottom h4 a {
    color: #d9d7d6;
}

.footer-link-section h4 a:hover,
.footer-bottom h4 a:hover {
    color: #df7a49;
}


.footer-link-section .links-footer li a {
    font-family: 'Roboto Regular';
    font-size: 16px;
    text-decoration: none;
    color: #d9d7d6;
}

.footer-link-section .links-footer li a:hover {
    color: #df7a49;
}

.footer-bottom {
    background: #494949;
    padding: 80px 0 200px 0;
}

.footer-bottom p {
    font-family: 'Roboto Regular';
    font-size: 16px;
    color: #939291;
}

.footer-bottom .text-white,
.footer-bottom .text-orange,
.footer-bottom a {
    font-family: 'Roboto Bold';
    text-decoration: none;
}

.footer-bottom .text-grey {
	color: #939291;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom a:hover {
    color: #df7a49;
}

.footer-bottom .text-orange,
.text-orange {
    color: #df7a49;
}

.footer-bottom .text-orange:hover {
    color: #fff;
}

.footer-bottom .text-white:hover {
    color: #df7a49 !important;
}

.bredcrumb-section {
    background: url(../img/bredcrumb-bg.png) right/cover no-repeat;
    padding: 50px 0;
    margin-top: 30px;
}

.bredcrumb-section h1 {
    font-size: 48px;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    color: #df7a49;
}

.bredcrumb-section .nav {
    display: block;
    padding-top: 0;
    margin-top: -10px;
}

.bredcrumb-section .nav li {
    display: inline-block;
}

.bredcrumb-section .nav li a,
.bredcrumb-section .nav .current {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #b6b2b2;
    font-family: 'Roboto Medium';
}

.bredcrumb-section .nav li a:hover {
    color: #df7a49;
}

.paragraph-section h3, .ash3 {
    font-family: 'Roboto Medium';
    font-size: 24px;
    color: #df7a49;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
}

.paragraph-section h3:before {
    left: -50px;
    top: -30px;
}

.paragraph-section h4 {
    font-family: 'Roboto Medium';
    font-size: 21px;
    color: #df7a49;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
}

.paragraph-section h5 {
    font-family: 'Roboto Medium';
    font-size: 18px;
    color: #df7a49;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 20px;
}


.paragraph-section p,
.main-card-wrapper p {
    font-family: 'Roboto Light';
    font-size: 16px;
    color: #333;
}

.featured-section {
    margin: 50px 0;
}

.featured-main-wrapper {
    background: url(../img/order-bg.png) no-repeat;
    padding: 75px;
    background-size: cover;
}

.featured-main-wrapper h2 {
    font-family: 'Roboto Light';
    font-size: 42px;
    color: #5d5a59;
    margin-left: 30px;
}

.featured-main-wrapper .btn-orange {
    padding: 15px 25px;
}

.main-card-wrapper {
    background: #fff;
}

.text-dark-bg {
    background: url(../img/text-seite-bg.png) no-repeat;
    background-size: cover;
    padding-top: 580px;
    margin-top: -530px;
}

.text-dark-bg-straight {
    background: #f9f9fb;
	padding-top: 30px;
}


.text-white-bg {
	bakground-color: #ffffff;
}

.about-bottom-section {
    background: #f9f9fb;
}

.about-bottom-section-last {
    padding-top: 0;
}

.main-card-wrapper {
    -webkit-box-shadow: -1px 3px 5px 0px rgba(214, 211, 214, 1);
    -moz-box-shadow: -1px 3px 5px 0px rgba(214, 211, 214, 1);
    box-shadow: -1px 3px 5px 0px rgba(214, 211, 214, 1);
    position: relative;
    z-index: 999;
    max-height: 440px;
}

.main-card-wrapper .img-col {
    padding-right: 0;
}

.main-card-wrapper .left-col {
    padding-left: 80px;
}

.main-card-wrapper h3 {
    font-size: 24px;
    margin: 60px 0 30px 25px;
}

.main-card-wrapper .heading-with-line::before {
    top: -30px;
}

.main-card-wrapper .promises {
    margin: 30px 0 30px 30px;
}

.promises li {
    font-family: 'Roboto Regular';
    color: #333;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
    display: none;
}

.twentytwenty-handle {
    border: 3px solid #df7a49;
}

.twentytwenty-down-arrow {
    border-top: 6px solid #df7a49;
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid #df7a49;
}

.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after,
.twentytwenty-vertical .twentytwenty-handle::before,
.twentytwenty-vertical .twentytwenty-handle::after {
    background: #df7a49;
}

.slider-desc h2 {
    margin-top: 15px;
}

.slider-desc .promises {
    margin: 30px 0 30px 30px;
}

.slider-desc .btn-orange {
    padding: 15px 35px;
}

.tab {
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #f9f9fb;
}

.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 20px 0;
    background: #f9f9fb;
    color: #5d5a59;
    font-size: 22px;
    flex-grow: 1;
    border: 1px solid #cfcecd;
    transition: none;
    font-family: 'Roboto Regular';
}

.tab button:hover {
    color: #df7a49;
}

.tab button:focus,
.tab button:visited,
.tab button:focus-within {
    outline: none;
}

.tab button.active {
    background-color: #fff;
    font-family: 'Roboto Medium';
    border: none;
    border-top: 3px solid #df7a49;
    color: #df7a49;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}

.first-content h4,
.second-content h4,
.third-content h4,
.tc-ft h4 {
    color: #333;
    font-size: 20px;
    font-family: 'Roboto Light';
}

.tp-content-wrapper {
    padding: 30px;
    transition: .3s all ease;
}

.tp-content-wrapper>img, .tp-content-wrapper .orderdesgin img {
    width: 340px;
    max-width: 100%;
}

.tp-content-wrapper .btn-orange {
    padding: 15px 60px;
    margin-top: -110px;
    opacity: 0;
}

.tp-content-wrapper h5 {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: -10px;
    margin-bottom: 20px;
    font-family: 'Roboto Regular';
}

.tp-content-wrapper .color-select {
    transition: .5s all ease;
}

.tp-content-wrapper:hover {
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #ddd;
}

.tp-content-wrapper:hover .btn-orange,
.tp-content-wrapper:hover .color-select,
.tp-content-wrapper:hover .icon {
    opacity: 1;
}

.tp-content-wrapper.modern .btn-orange {
    margin-top: -70px;
}

.tp-content-wrapper.modern h5 {
    margin-top: 20px;
}

.tp-content-wrapper .icon {
    position: absolute;
    margin-top: -50px;
    transition: .3s all ease;
    margin-left: 10px;
}

.tp-content-wrapper .icon img {
    max-width: 25px;
}

.color-select input[type="radio"] {
    display: none;
}

.color-select label {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    background: #000;
    border-radius: 50%;
    margin-right: 8px;
    z-index: 1;
    cursor: pointer;
    user-select: none;
}

.color-select input[type="radio"]:checked+label::after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    height: 49px;
    width: 49px;
    border: solid 2px #d4d4d4;
    border-radius: 50%;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.color-select .blue {
    background: #06346d;
}

.color-select .crimson {
    background: #700144;
}

.color-select .gray,
.color-select .gray1 {
    background: #666663;
}

.color-select .white {
    background: #ffffff;
}

.color-select .cyan,
.color-select .cyan1 {
    background: #50958e;
}

.color-select .steel-blue,
.color-select .steel-blue1 {
    background: #5887ab;
}

.color-select .blue-stone,
.color-select .blue-stone1 {
    background: #274e46;
}

.color-select .ch-red,
.color-select .ch-red1 {
    background: #b86061;
}

.color-select .navy-blue,
.color-select .navy-blue1 {
    background: #0070bd;
}

.tooltip>.tooltip-inner {
    background-color: #f3f3f4;
    color: #5d5a59;
    padding: 12px 30px;
}

.next-tab-content h4 {
    font-size: 24px;
    color: #df7a49;
    margin-top: 60px;
}

.next-tab-content h4,
.next-tab-content p {
    margin-left: 90px;
    text-align: left;
    color: #333333;
}

.next-tab-content h4 {
    color: #df7a49;
    font-family: 'Roboto Regular';
}

.next-tab-content .btn-orange {
    color: #fff;
    font-family: 'Roboto Medium';
    margin: 10px 0;
    padding: 10px 30px;
    font-size: 22px;
    text-transform: none;
    text-align: center;
    font-size: 22px;
    transition: all 0.4s;
    cursor: pointer;
}

.next-tab-content .btn-orange:hover {
    background: #df7a49;
}

.next-tab-content .btn-orange span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
}

.next-tab-content .btn-orange span:after {
    content: "\f061";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.next-tab-content .btn-orange:hover span {
    padding-right: 35px;
}

.next-tab-content .btn-orange:hover span:after {
    opacity: 1;
    right: -5px;
}

.second-content .col-md-4 {
    padding: 0 40px;
    font-family: 'Roboto Light';
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: .3s all ease;
}

.checkbox-container:hover input~.checkmark {
    border: 1px solid #f2cab6;
}

.checkbox-container input:checked~.checkmark {
    border: 1px solid #ccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #df7a49;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.st-f>h4,
.st-s>h4,
.st-t>h4 {
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Regular';
}

.st-f>h4::after,
.st-s>h4::after,
.st-t>h4::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #df7a49;
    margin: 5px 0 25px 0;
}

.second-content input,
.third-content input,
.second-content select,
.third-content select,
.second-content textarea,
.third-content textarea,
.tc-ft input {
    border: 3px solid #efefee;
    padding: 15px 20px;
    display: block;
    outline: none;
    box-shadow: none;
    color: #696965;
    height: 100%;
    border-radius: .5rem;
    font-family: 'Roboto Light';
}

.second-content input:focus,
.third-content input:focus,
.second-content select:focus,
.third-content select:focus,
.second-content textarea:focus,
.third-content textarea:focus,
.tc-ft input:focus {
    border: 3px solid #f2cab6;
    box-shadow: none;
}

.second-content input[type="number"],
.third-content input[type="number"] {
	
}

.second-content select,
.third-content select {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

.second-content .option-item,
.third-content .option-item {
    color: #696965;
    font-size: 16px;
    font-family: 'Roboto Light';
    font-weight: 500;
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
}

.second-content .numb-wrapper,
.select-wrapper {
    position: relative;
}

.second-content .numb-wrapper .show-info,
.st-t .price-card .show-info {
    content: '';
    width: 30px;
    height: 30px;
    background: url(../img/info.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
    transform: scale(.8);
    cursor: help;
}

D.second-content .select-wrapper .select-arrow,
D.third-content .select-wrapper .select-arrow {
    background: url(../img/chevron-down.png) no-repeat;
    right: 27px;
    top: 25px;
    cursor: pointer;
    width: 16px;
    height: 10px;
}

.select-wrapper select {
    cursor: pointer;
}

.file-upload {
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.image-upload-wrap.uploaded {
    background: #f5f5f5;
    opacity: 0.5;
    margin-bottom: 35px;
}

.file-upload-content {
    text-align: center;
	/*
    position: absolute;
    top: 40%;
   	*/
    width: 100%;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    border: 3px dashed #999997;
    position: relative;
    border-radius: .5rem;
}

.image-dropping,
.image-upload-wrap:hover, .dz-drag-hover .image-upload-wrap {
    border: 3px dashed #f2cab6;
}

.image-title-wrap {
    color: #696965;
    display: inline;
    font-family: 'Roboto Medium';
    word-wrap: break-word;
}

.drag-text {
    text-align: center;
    padding: 25px 0px;
}

.drag-text p {
    color: #696965;
    margin-bottom: 5px;
}

.drag-text img {
    max-width: 40px;
}

.file-upload-image {
    min-height: 49px;
    max-height: 50px;
    margin: auto;
}

.preview-delete a {
    color: #df7a49;
    text-decoration: underline;
    margin: 15px 10px 0 0;
    display: inline-block;
}

.preview-delete .remove-image {
    border: none;
    outline: none;
    background: transparent;
    color: #df7a49;
}

.st-s .farbe {
    font-family: 'Roboto Light';
    font-size: 18px;
}

.st-s p,
.checkbox-container {
    color: #696965;
}

.st-t textarea {
    height: 170px;
    resize: none;
}

.small-text {
    font-size: 12px;
    text-align: justify;
    padding: 0 10px;
    margin-top: 10px;
    color: #696965;
}

.st-t .price-card {
    background: #f9f9fb;
    padding: 5px 25px;
    position: relative;
}

.st-t .price-card h4 {
    font-size: 22px;
    color: #333;
    margin-top: 20px;
    font-family: 'Roboto Regular';
}

.st-t .price-card p {
    font-size: 16px;
    font-family: 'Roboto Regular';
    color: #333;
}

.st-t .price-card span {
    font-size: 32px;
    font-family: 'Roboto Medium';
    color: #df7a49;
}

.st-t .next-tab-content {
    text-align: center;
}

.st-t .next-tab-content h4,
.st-t .next-tab-content p {
    margin-left: 80px;
}

.st-t .next-tab-content h4 {
    margin-top: 30px;
}

.twentytwenty-overlay {
    display: none;
}

.third-content .small-text {
    margin-left: 15px;
}

.third-content .checkbox-container {
    font-size: 13px;
}

.third-content .checkbox-container .orange {
    color: #df7a49;
}

.third-content .next-tab-content h4 {
    margin-top: 0;
}

.tc-wrapper>.col-md-4 {
    padding: 0 40px;
}

.tc-wrapper .next-tab-content h4,
.tc-wrapper .next-tab-content p {
    margin-left: 70px;
}

.tp-content-wrapper {
    position: relative;
}

.tp-content-wrapper.img-selected::before {
    content: '';
    width: 75px;
    height: 75px;
    position: absolute;
    background: url(../img/img-checkmark.png) no-repeat;
    right: 10px;
    transform: scale(.75);
    top: 15px;
}

.table thead th,
.table td,
.table th {
    border: none;
    padding: 10px 40px 10px 20px;
}

.table-price-card thead {
    color: #df7a49;
    text-transform: uppercase;
}

.table-price-card tbody tr {
    border: 3px solid #ececeb;
    height: 30px;
}

.table-price-card th,
.table-price-card td {
    text-align: center;
}

.table-price-card td {
    font-family: 'Roboto Light';
    font-size: 16px;
}

.table-price-card .first {
    text-align: left;
    width: 370px;
}

.table-price-card tbody td {
    vertical-align: middle;
    height: 70px;
    color: #333;
}

.table-price-card .small-text {
    margin-left: 0;
    padding: 0;
    font-size: 14px;
}
.table-price-card .posproductoptions.small-text {
/*
	display: block;
	text-align: inherit;
*/
}


.table-price-card .spacer {
    border: none;
    height: 10px;
}

.table-price-card .with-trash {
    position: relative;
}

.table-price-card .fa-trash {
    cursor: pointer;
    color: #d0d0d0;
    position: absolute;
    top: 25px;
    right: 15px;
}

.table-price-card .fa-trash:hover {
    color: #df7a49;
}

.tc-ft .btn-outline {
    background: #716f6d;
    color: #fff;
    font-size: 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.tc-ft input,
.tc-ft input:focus {
    border-right: 1px solid transparent;
    border-radius: 5px;
    padding: 15px;
}

.tc-ft .btn-outline:hover {
    background: #df7a49;
}

.tc-ft .btn-outline:focus {
    box-shadow: none;
}

.final-payment-wrapper {
    background: #f9f9fb;
    margin-top: 30px;
    padding: 30px 40px 20px 40px;
}

.final-payment-wrapper h4 {
    color: #df7a49;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto Medium';
}

.final-payment-wrapper label {
    cursor: pointer;
}

.final-payment-wrapper label img {
    max-height: 40px;
}

.final-payment-wrapper .vorkasse {
    margin-top: 0px;
}

.final-payment-wrapper .rechnung {
    padding-top: 0px;
}

.pay-check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.final-payment-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.pay-check-container .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 1px solid #c5c5c5;
    border-radius: 50%;
}

.pay-check-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.final-payment-wrapper input:checked~.checkmark:after {
    display: block;
}

.pay-check-container .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #df7a49;
}

.pay-check-container.sofort {
    margin-top: 10px;
}

.final-payment-wrapper p {
    font-family: 'Roboto Light';
    color: #696965;
    margin-bottom: 0;
}

.final-price-wrapper {
    background: #f9f9fb;
    padding: 20px 40px;
    margin-top: 20px;
}

.final-price-wrapper p {
    font-family: 'Roboto Light';
    color: #333333;
    margin-bottom: 5px;
    font-size: 18px;
}

.final-price-wrapper h4 {
    font-family: 'Roboto Medium';
    color: #333;
    margin-top: 20px;
}

.tc-ft .btn-orange {
    margin-top: 20px;
}

.forth-tab-main-content .col-md-4,
.forth-tab-main-content .col-md-8 {
    padding: 0 20px;
}

.team-main-wrapper {
    background: #f9f9fb;
    padding: 80px 0;
}

.single-member-wrapper img {
    width: 280px;
    position: relative;
}

.single-member-wrapper h4 {
    font-family: 'Roboto Medium';
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0 0 0;
}

.single-member-wrapper {
    position: relative;
}

.single-member-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    background: url('../img/member-before.png') no-repeat;
    width: 125%;
    height: 125%;
    transform: scale(.8);
    top: -65px;
    left: -85px;
}

.single-member-wrapper a {
    text-decoration: none;
}

.single-member-wrapper p {
    font-family: 'Roboto Light';
    color: #333;
}

.producte-card-section .main-pordukte-wrapper {
    margin: 0;
}

.producte-card-section h2 {
    margin-top: 20px;
}

.producte-card-main {
    background: #f9f9fb;
    padding: 30px 30px 0 30px;
}

.producte-card-main .pro-img-wrapper h3 {
    font-size: 20px;
    padding: 25px 30px 20px 30px;
    margin-bottom: 40px;
    width: 380px;
    max-width: 100%;
}

.producte-card-main .pro-img-wrapper:hover img {
    transform: scale(1.1);
}

.producte-card-main .pro-img-wrapper img {
    min-height: 320px;
    max-height: 321px;
}

.pro-img-wrapper .actual-price {
    font-size: 42px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 20px;
}

.pro-img-wrapper sup {
    font-size: 60%;
}

.prduct-feature-wrapper .tag-wrapper p {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    color: #333;
}

.prduct-feature-wrapper .tag-wrapper .btn-tag {
    background: #e4e4e5;
    color: #333;
    font-family: 'Roboto Light';
    padding: 5px 15px;
    margin: -3px 10px 0 10px;
    outline: none;
    box-shadow: none;
    text-transform: none;
    font-size: 14px;
}

.prduct-feature-wrapper .tag-wrapper .btn-tag:hover {
    background: #df7a49;
    color: #fff;
}

.product-features {
    color: #333;
}

.product-features .count {
    color: #19aa5a;
    font-family: 'Roboto Medium';
    font-size: 20px;
    margin-right: 15px;
}

.product-features li {
    margin: 3px 0;
    font-family: 'Roboto Light';
}

.product-features.green li:not(:first-child)::before,
.product-features.orange li::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 15px;
    color: #19aa5a;
}

.product-features.orange li.delivery::before {
    content: "\f017";
    font-weight: normal;
}

.product-features.orange li::before {
    color: #df7a49;
}

.product-features.orange .price {
    color: #df7a49;
    font-family: 'Roboto Medium';
}

.prduct-feature-wrapper .btn-orange {
    margin: 100px 0 0 0;
    padding: 12px 30px;
}

.prduct-feature-wrapper.second .btn-orange {
    margin-top: 180px;
}

.producte-card-main.second .btn-orange {
    margin-top: 180px;
}

.producte-card-main.third .btn-orange {
    margin-top: 140px;
}

.producte-card-main.fourth .btn-orange {
    margin-top: 160px;
}

.product-bottom-para h4,
.product-bottom-para p,
.main-floor-plan p {
    font-family: 'Roboto Medium';
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
}

.product-bottom-para p,
.main-floor-plan p {
    font-family: 'Roboto Light';
    margin-bottom: 0;
}

.bottom-para .example-price {
    float: right;
}

.floor-plan {
    background: #f9f9fb;
}

.main-floor-plan h2 {
    font-size: 32px;
    margin-top: 70px;
}

.main-floor-plan p {
    text-align: justify;
}

.main-floor-plan .preise-bottom {
    padding: 0 0 70px 0;
}

.preise-bottom h3,
.preise-bottom h4 {
    font-family: 'Roboto Medium';
    font-size: 22px;
    color: #333;
}

.preise-bottom h4 {
    text-transform: uppercase;
    color: #df7a49;
    padding-left: 45px;
    position: relative;
}

.preise-bottom .underscore {
    display: inline-block;
    font-family: 'Arial';
    margin-top: -9px;
    position: absolute;
    left: 0;
    color: #333;
    font-weight: 300;
    user-select: none;
}

.preise-bottom .unique {
    font-size: 18px;
    color: #333;
    text-transform: none;
    font-family: 'Roboto Regular';
}

.left-padding,
.main-floor-plan {
    padding-left: 30px;
}

.spacer td {
    display: none;
}

.final-payment-wrapper .rechnung-h,
.final-payment-wrapper .vorkasse-h {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    color: #333;
    text-transform: none;
    font-size: 20px;
}

.final-payment-wrapper .rechnung-h {
    margin-top: 3px;
}

.vorkasse input[type="radio"]+label span,
.rechnung input[type="radio"]+label span {
    margin-top: -5px;
}

.second-content .color-select input[type="radio"]:checked+label::after {
    border: none;
}

.second-content .color-select input[type="radio"]:checked+label::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 24px;
    top: 2px;
    left: 8px;
    color: #fff;
    position: absolute;
}

.image-upload-wrap.uploaded .drag-text {
    opacity: .5;
}

.single-member-wrapper img:hover {
    transform: scale(1.2);
}

.next-tab-content p,
.third-content .checkbox-container {
    font-family: 'Roboto Light';
}

.prduct-feature-wrapper .tag-wrapper p {
    font-family: 'Roboto Regular';
}

.dropzone { margin-bottom: 50px; }

.dropzone .file-upload {
    margin: 20px 0;
}

.image-upload-wrap.image-dropping, .dz-drag-hover .image-upload-wrap {
    background: #f9f9fb;
}

.thank-you-content {
    margin-top: 120px;
    padding-left: 100px;
    color: #333;
}

.thank-you-content h2 {
    text-transform: none;
    margin-bottom: 30px;
}

.thank-you-content p .bold {
    font-family: 'Roboto Bold';
    font-size: 22px;
}

.thank-you-content .f-para {
    font-size: 22px;
}

.thank-you-content .s-para,
.thank-you-content .l-para {
    font-size: 18px
}

.thank-you-content .customer-area {
    color: #df7a49;
    text-decoration: none;
    font-family: 'Roboto Medium';
}

.thank-you-content .customer-area:hover {
    color: #333;
}

.thank-you-bg {
    background: url(../img/thank-you-bg.png) no-repeat;
    padding-top: 620px;
    margin-top: -320px;
    background-size: cover;
}

.btn:hover,
#userbereich .user-account .dropdown-item:hover {
    box-shadow: 0 10px 10px -10px #5d5a59 !important;
}

.btn-tag:hover {
    box-shadow: none !important;
}

#primary .nav-item>.active::before {
    content: '';
    width: 115px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: -25px;
    background: url(../img/menu-before.png);
}

#primary .dropdown-menu>.active {
    color: #df7a49;
}

.impressum h2,
.impressum h3 {
    margin-top: 30px;
}

.impressum h2 {
    font-size: 1.3rem;
}

.impressum h3 {
    font-size: 1.25rem;
}


.list-style-decimal, .list-style-disc {
	margin-left: 30px;
}

/* Numeric list style */

.list-style-decimal, .list-style-number {
    list-style-type: decimal;
}


/* Circle list style */

.list-style-disc {
    list-style-type: disc;
	margin-left: 30px;
}

#floorplanetagenrows { margin-top: 35px; }

.ordererror { background: #68615e; color: #fff ! important; text-align: center; padding: 10px 30px; font-weight: bold; border-radius: 8px; display: none; }
.tab .tablinks.inactive:hover { color: #5d5a59; cursor: default; }
.checkbox-container.is-invalid { border: 2px solid #dc3545; color: #dc3545; border-radius: 8px; } 
.voucherbtn { border-top-right-radius: 5px !important; border-bottom-right-radius: 5px !important; }
.vouchershow { display: none; }

#paymentinfo p { display: none; }
#paymentinfo p.active { display: inline-block; }




/* Bottom callto action */

.bottom-callto-action {
    padding: 40px 0;
    background: url();
    background: #f78148;
}

.bottom-callto-action .row {
    align-items: center;
}

.bottom-callto-action h2 {
    font-size: 42px;
}

.bottom-callto-action .btn-white {
    width: 220px;
    margin-left: -30px;
    margin-top: 0
}

.bottom-callto-action .mouse img {
    height: 180px;
}

.bottom-callto-action .mouse::after {
    content: '';
    background: #000;
    display: block;
    width: 50px;
    box-shadow: 15px 15px 0 black;
}

@media screen and (max-width: 767px) {
    .bottom-callto-action .btn-white {
        margin-left: 0 !important;
    }
}

.producte-card-section.produkte-zeichnen .main-pordukte-wrapper {
    background: #fff;
}

.tab-setion.tab-zeichnen {
    margin-top: 80px;
}

.producte-card-section.produkte-zeichnen {
    margin-top: 30px;
}

.about-section.about-zeichnen {
    padding: 80px 0 50px 0;
}

.zeichnen-slider-right p {
    font-size: 14px;
    color: #333;
}

.zeichnen-slider-right .single-col-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f9fafb;
    padding: 15px 0;
}

.zeichnen-slider-right .single-col {
    flex-grow: 1;
    text-align: center;
}

.zeichnen-slider-right .single-col h4 {
    font-family: 'Roboto Regular';
    font-size: 18px;
    color: #333;
}

.zeichnen-slider-right .single-col img {
    max-height: 55px;
}

.cp-pp-wrapper p {
    margin-bottom: 0;
}

.cp-wrapper img {
    margin-left: 30px;
    width: 40px;
}

.cp-wrapper p {
    margin-left: 60px;
}

.pp-wrapper .last {
    margin-left: 25px;
}

.pp-wrapper .price {
    margin-left: 30px;
    font-size: 30px;
    font-family: 'Roboto Medium';
    color: #df7a49;
}

.pp-wrapper .price span {
    font-size: 24px;
}

.cp-wrapper,
.pp-wrapper {
    align-items: center;
}

.zeichnen-slider-right .btn-orange {
    margin-left: 30px;
}

.slider-section.zeichnen-slider-section {
    padding: 50px 0;
    background: linear-gradient(to bottom, rgba(250, 249, 251, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.prduct-feature-wrapper.zeichnen-feature .total-price {
    font-size: 48px;
    font-family: 'Roboto Medium';
    color: #df7a49;
    margin-left: 30px;
}

.prduct-feature-wrapper.zeichnen-feature .total-price span {
    font-size: 36px;
}

.zeichnen-callto {
    background: url(../img/zeichnen-callto-bg.jpg) center/cover no-repeat;
}

.zeichnen-callto .overlay {
    background: rgba(253, 253, 253, 0.8);
    padding: 80px 0;
}

.zeichnen-callto h2 {
    font-family: 'Roboto Regular';
    margin-bottom: 0;
    font-size: 32px;
    color: #645e5b;
    position: relative;
    display: block;
}

.zeichnen-callto h2 strong {
    font-family: 'Roboto Medium';
}

.zeichnen-callto h2::before {
    content: '';
    width: 90px;
    height: 70px;
    display: block;
    position: absolute;
    background: url(../img/shape-callto-1.png) no-repeat;
    left: 70px;
    top: -30px;
}

.zeichnen-callto h2::after {
    content: '';
    width: 90px;
    height: 70px;
    display: block;
    position: absolute;
    background: url(../img/shape-callto-1.png) no-repeat;
    right: 70px;
    top: 0px;
    transform: rotate(180deg);
}

@media screen and (max-width:991px) {
    .zeichnen-callto h2::after,
    .zeichnen-callto h2::before {
        display: none;
    }
}

.zeichnen-contact-info p {
    font-size: 20px;
    color: #5d5d59;
}

.zeichnen-contact-info a {
    font-family: 'Roboto Medium';
    font-size: 16px;
    text-decoration: none;
    margin: 0 20px;
}

.zeichnen-contact-info a:hover {
    color: #5d5a59;
}

.zeichnen-contact-info a .fa {
    margin-right: 5px;
}

.zeichnen-contact-main {
    background: url(../img/zeichnen-border.png) top/contain no-repeat;
}

.producte-card-main.hide-btn .pro-img-wrapper .actual-price {
    display: none;
}

.zeichnen-contact-info {
    margin-top: 150px;
}

.pp-wrapper .price sup {
    font-size: 24px;
}

.prduct-feature-wrapper.zeichnen-feature .total-price sup {
    font-size: 36px;
}


#produkte-section .total-price, .producte-card-main .total-price {
    font-size: 32px;
    font-family: 'Roboto Medium';
    color: #df7a49;
	margin-left: 30px;
	text-align: left;
}


/* New price card */

.price-card.new {
    position: relative;
}

.price-card.new .show-info {
    margin-bottom: 10px;
    cursor: auto !important;
}

.price-card.new .hovered-content {
    background: #f3f3f4;
    padding: 25px 15px;
    width: 350px;
    position: absolute;
    right: 8px;
    top: 55px;
    box-shadow: 0px 0px 5px #b1b1b1;
    z-index: 99;
    display: none;
}

.price-card.new .hovered-content::before {
    content: '';
    position: absolute;
    top: -10px;
    right: 17px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #f3f3f4;
    z-index: 99999;
}

.price-card.new .hovered-content hr {
    border-top: 1px solid #5d5a59;
}

.price-card.new .hovered-content p,
.price-card.new .hovered-content p .price {
    font-size: 12px;
    margin-bottom: 5px;
    color: #5d5a59;
    font-family: 'Roboto Regular';
}

.price-card.new .hovered-content p .price {
    float: right;
}

.price-card.new .hovered-content p strong {
    font-family: 'Roboto Medium';
}

.price-card.new .hovered-content p em {
	font-style: normal;
}

.design-main-section {
    margin: 50px;
}

.design-main-section h3 {
    font-family: 'Roboto Regular';
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    position: relative;
    margin-bottom: 40px;
}

.design-main-section h3::after {
    content: '';
    display: block;
    width: 90px;
    height: 2px;
    background: #df7a49;
    position: absolute;
    bottom: -6px;
}

.design-main-section .nav-pills a {
    margin: 5px;
    background: #f9f9fb;
    padding: 7px 15px;
    border-radius: 5px;
    color: #5d5a59;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

.design-main-section .nav-pills li:first-child a {
    margin-left: 0;
}

.design-main-section .nav-pills a:hover {
    border: 1px solid #5d5a59;
}

.design-main-section .nav-pills a.active {
    font-family: 'Roboto Medium';
    background: #5d5a59;
    color: #fff;
}

.design-main-section .tab-content {
    background: #f9f9fb;
    margin: 30px 0;
    padding: 30px 80px;
}

.design-main-section .design-img-wrapper {
    height: 350px;
    background: #fff;
    padding-top: 20px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .design-main-section .tab-content {
        padding: 30px 20px;
    }
    .design-main-section .design-img-wrapper {
        height: 280px;
    }
}

@media screen and (max-width:575px) {
    .design-main-section .tab-content {
        padding: 30px 10px;
    }
    .design-main-section {
        margin: 30px 0;
    }
}

.design-main-section .design-img-wrapper img {
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    padding-bottom: 20px;
}

.design-main-section .design-img-wrapper .additional-img {
    display: none;
}

.design-main-section .design-content-wrapper {
    margin: 30px 0;
}

.design-main-section .design-content-wrapper p {
    color: #333;
}

.design-main-section .design-content-wrapper p strong {
    font-family: 'Roboto Medium';
}

.design-main-section .design-content-right {
    padding-left: 50px;
}

.design-content-right .color-select input[type="radio"]:checked+label::before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 24px;
    top: 2px;
    left: 8px;
    color: #fff;
    position: absolute;
}

.design-content-right .color-select input[type="radio"]:checked+label.white::before {
    color: #000;
}

.design-content-right .select-form .form-group {
    margin-bottom: 0;
}

.design-content-right .select-form .checkbox-container {
    margin-bottom: 10px;
}

.design-content-right h4 {
    font-family: 'Roboto Regular';
    font-size: 20px;
    color: #df7a49;
}

#grundriss-zeichnen .text-section .heading-with-line {
    margin-bottom: 20px;
}

.colorsel.hide, .noshow { display: none; }



.select-wrapper label {
    margin-bottom: 0;
}

.select-wrapper select {
    -webkit-appearance: textfield;
    border: 3px solid #efefee;
    padding: 15px 20px;
    display: block;
    outline: none;
    box-shadow: none;
    color: #696965;
    height: 100%;
    border-radius: .5rem;
    font-family: 'Roboto Light';
}

.select-wrapper select:focus {
    box-shadow: none;
    border: 3px solid #f2cab6;
}

.select-wrapper .select-arrow {
    content: '';
    display: inline-block;
    position: absolute;
    transform: scale(.8);
    background: url(/img/chevron-down.png) no-repeat;
    right: 27px;
    bottom: 25px !important;
    cursor: pointer;
    width: 16px;
    height: 10px;
}


.nav-tags-faq {
    float: right;
}

.nav-tags-faq li {
    float: left;
}

.nav-tags-faq li {
    margin: 5px;
    background: #f9f9fb;
    border-radius: 5px;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 18px;
    display: block;
}

.nav-tags-faq li a {
    color: #5d5a59;
    text-decoration: none;
    padding: 7px 15px;
    display: block;
}

.nav-tags-faq li:hover {
    border: 1px solid #5d5a59;
}

.nav-tags-faq li.active {
    background: #5d5a59;
}

.nav-tags-faq li.active a {
    font-family: 'Roboto Medium';
    color: #fff;
}

.faq-section .accordion-heading {
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    font-size: 20px;
    color: #df7a59;
    margin: 0 0 20px 40px;
}

.faq-section .card {
    border: none;
    border-bottom: 1px solid #b7b7b7 !important;
    padding: 25px 10px;
    border-radius: 0;
    background: transparent;
}

.accordion .card:first-child {
    border-top: 1px solid #b7b7b7 !important;
}

.faq-section .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

.faq-section .card-header button {
    font-size: 18px;
    font-family: 'Roboto Medium';
    color: #333333;
}

.faq-section .card-header .fa {
    margin-right: 10px;
}

.faq-section .card-body {
    padding: 15px 25px 5px 30px;
}

.faq-section .card-body p {
    margin-bottom: 0;
    font-size: 14px;
    color: #333333;
}

.faq-section .card-body p:not(:first-child) {
    margin-top: 15px;
}

.faq-section .card .btn {
    padding: 0;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
}

.faq-section .card .btn:hover {
    box-shadow: none !important;
    text-decoration: none;
}

section.faq {
    margin: 50px 0;
    padding: 50px 0;
}

section.faq:nth-child(even) {
    background: #f9f9fb;
}

.ytp-cued-thumbnail-overlay .ytp-button {
    display: none !important;
}

section.faq-callto {
    margin: 80px 0;
}

.faq-main-callto {
    background: #f9f9fb;
    padding: 50px;
}

.faq-main-callto .faq-callto-heading {
    display: inline-block;
    margin-bottom: 0;
    font-size: 34px;
    color: #645e5b;
}

.faq-main-callto .faq-callto-heading strong {
    font-family: 'Roboto Medium';
}

.faq-main-callto .faq-contact {
    float: right;
    padding: 10px 35px;
}



.contact-main-section .contact-sidebar {
    font-family: 'Roboto Regular';
    font-size: 18px;
    background: #f9f9fb;
    padding: 10px 60px;
}

.contact-main-section .contact-sidebar>div:not(:last-child) {
    border-bottom: 1px solid #c2c2c2;
}

.contact-main-section .contact-sidebar>div {
    padding: 15px 0;
}

.contact-main-section .contact-sidebar p {
    color: #333;
    margin-bottom: 0;
}

.contact-main-section .contact-sidebar p .fa {
    margin-right: 5px;
}

.contact-main-section .contact-sidebar a {
    text-decoration: none;
    color: #df7a49;
}

.contact-main-section .contact-sidebar a:hover {
    color: #5d5a59;
}

.contact-sidebar .social-wrap .icon-wrap {
    margin: 10px 0 20px 0;
}

.contact-sidebar .social-wrap .icon-wrap a {
    font-size: 24px;
    margin-right: 15px;
}

.contact-main-section .form-control {
    border: 3px solid #efefee;
    padding: 15px 20px;
    display: block;
    outline: none;
    box-shadow: none;
    color: #696965;
    height: 100%;
    border-radius: .5rem;
}

.contact-main-section .form-control:focus {
    border: 3px solid #f2cab6;
    box-shadow: none;
}

.contact-main-section .select-wrapper select {
    -webkit-appearance: none;
}

.contact-main-section textarea {
    height: 160px !important;
    resize: none;
}

.contact-main-section .image-upload-wrap .drag-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px;
}

.contact-main-section .image-upload-wrap .drag-text img {
    max-width: 25px;
}

.contact-main-section .image-upload-wrap .drag-text p {
    margin: 5px 0 0 10px;
}

.contact-main-section form .btn-orange {
    float: right;
    width: 300px;
    max-width: 100%;
    padding: 15px;
}

.contact-main-section .dz-details, .contact-main-section .dz-filename, .contact-main-section .dz-success-mark, .contact-main-section .dz-error-mark { display: none; }

.contact-main-section #etgfiles { padding-bottom: 30px; }

@media screen and (max-width: 768px) {
    .contact-main-section aside {
        margin-bottom: 30px;
    }
    .contact-main-section form .pr-0 {
        padding-right: 15px !important;
        margin-bottom: 1rem;
    }
}

.contact-main-full .contact-bottom-banner {
    height: 515px;
    background: url(../img/c-bottom-banner.png) center/cover;
}

@media screen and (max-width:575px) {
    .contact-main-full .contact-bottom-banner {
        height: 200px;
    }
}

#orderform .select-wrapper select {
    -webkit-appearance: none;
}


.checkbox-container .fa-info-circle {
    color: #dcdcdd;
    margin-left: 10px;
    position: absolute;
    top: 3px;
}

.opt-img-wrap {
    padding: 25px 15px;
    box-shadow: 0px 0px 5px #b1b1b1;
    max-width: 300px;
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
}

@media screen and (max-width:575px){
   .product-slider .slick-slide {
      height: 200px;
   }
   .slick-slide img{
      max-width: 100%
   }
}



/* Angebot */
.offer-wrapper {
    border-top: 1px solid #cfcecd;
    border-bottom: 1px solid #cfcecd;
    margin-top: 25px;
    transition: .3s all ease;
}

.offer-wrapper .offer {
    border-radius: 0;
    padding: 3px 15px;
    font-family: 'Roboto Bold';
    color: #fff;
    background: #df7a49;
    padding: 3px 15px;
    display: inline-block;
    margin-bottom: 0;
}

.offer-wrapper:hover {
    box-shadow: 0 10px 10px -12px #5d5a59;
}

.checkbox-container.label-offer {
    color: #333;
    font-family: 'Roboto Medium';
}

.checkbox-container.label-offer .original-price {
    color: #696965;
    font-family: 'Roboto Light';
}

.checkbox-container.label-offer .original-price.smaller {
	font-size: 13px;
}

.checkbox-container.label-offer .discounted-price {
    color: #df7a49;
    font-family: 'Roboto Bold';
    font-size: 18px;
}

.offer-wrapper .discount-info {
    padding: 0 35px;
}

.offer-wrapper .discount-info p .dark {
    color: #333;
}

.offer-wrapper .discount-info p {
    margin-bottom: 0;
    color: #969595;
    font-size: 14px;
}

.offer-wrapper .discount-info .change {
    text-decoration: underline;
    background: transparent;
    outline: 0;
    border: none;
    color: #df7a49;
}

.offer-wrapper .discount-info .change:hover {
    color: #5d5a59;
}

#bundleDesign .modal-header {
    border-bottom: none;
    padding: 0 0;
}

#bundleDesign .modal-header .close {
    font-size: 68px;
    position: absolute;
    display: block;
    right: 30px;
    z-index: 999999;
    color: #696965;
    opacity: 1;
}

#bundleDesign .modal-header .close:hover {
    color: #df7a49;
}

#bundleDesign .modal-dialog {
    width: 1200px;
    max-width: 100%
}

#bundleDesign .modal-content {
    box-shadow: 0 0 5px #dbdada;
    border: none;
}




/* Angebot */

.threed-option-wrap {
    position: relative;
    background: url(/img/3d-views.png) no-repeat;
    background-position: center;
    padding: 0 40px;
    min-height: 175px;
    margin: 70px 0;
    max-width: 367px;
}

.cont-wrap .fa-eye {
    color: #d0d2d3;
    margin: 0 3px;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.cont-wrap .fa-eye.selected {
    color: #5d5a59;
}

.threed-option-wrap .cont-wrap {
    text-align: center;
    display: flex;
}

.one-wrap .cont-wrap,
.five-wrap .cont-wrap {
    display: block;
}

.threed-option-wrap .one-wrap .cont-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -65px;
}

.one-wrap .cont-wrap .fa-eye {
    top: 0;
}

.two-wrap .cont-wrap .fa-eye,
.three-wrap .cont-wrap .fa-eye,
.four-wrap .cont-wrap .fa-eye {
    top: -3px;
    right: 0px;
}

.six-wrap .cont-wrap .fa-eye,
.seven-wrap .cont-wrap .fa-eye,
.eight-wrap .cont-wrap .fa-eye {
    top: 0px;
    left: 0px;
}

.threed-option-wrap .cont-wrap p {
    margin-bottom: 0;
    font-family: 'Roboto Bold';
    color: #d27f53 !important;
    line-height: 10px;
    font-size: 18px;
    position: relative;
}

.threed-option-wrap .cont-wrap p::after {
    content: '';
    border: solid #d27f53;
    border-width: 0 2.5px 2.5px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 5px;
}

.threed-option-wrap .two-wrap {
    position: absolute;
    right: -10px;
    top: -35px;
}

.threed-option-wrap .two-wrap .cont-wrap p::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    top: 8px;
    left: -10px;
}

.threed-option-wrap .three-wrap {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translatey(-50%);
}

.threed-option-wrap .three-wrap .cont-wrap p::after {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    top: -2px;
    left: -12px;
}

.threed-option-wrap .four-wrap {
    position: absolute;
    right: -10px;
    bottom: -35px;
}

.threed-option-wrap .four-wrap .cont-wrap p::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    top: -8px;
    left: -10px;
}

.threed-option-wrap .five-wrap {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -65px;
}

.threed-option-wrap .five-wrap .cont-wrap p::after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: -15px;
    left: 5px;
}

.threed-option-wrap .six-wrap {
    position: absolute;
    left: -10px;
    bottom: -35px;
}

.threed-option-wrap .six-wrap .cont-wrap p::after {
    transform: rotate(-80deg);
    -webkit-transform: rotate(-80deg);
    top: -12px;
    left: 8px;
}

.threed-option-wrap .seven-wrap {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}

.threed-option-wrap .seven-wrap .cont-wrap p::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -2px;
    left: 10px;
}

.threed-option-wrap .eight-wrap {
    position: absolute;
    left: -8px;
    top: -35px;
}

.threed-option-wrap .eight-wrap .cont-wrap p::after {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    top: 8px;
    left: 10px;
}

.threed-option-wrap .nine-wrap .cont-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.nine-wrap .cont-wrap p::after {
    display: none;
}

.nine-wrap .opt-img-wrap {
    right: -120px;
    top: 50px;
}

@media screen and (max-width:991px) {
    .nine-wrap .opt-img-wrap {
        right: -100px;
    }
}


@media screen and (max-width:575px) {
    .threed-option-wrap {
        background-size: 75%;
    }
}

.checkboxes-wrap .col-md-4 {
    padding: 15px 15px;
}

.cont-wrap .opt-img-wrap {
    min-width: 230px;
}

.cont-wrap .opt-img-wrap img {
    max-height: 140px;
}

.two-wrap .opt-img-wrap,
.three-wrap .opt-img-wrap,
.four-wrap .opt-img-wrap {
    right: 0;
}

.one-wrap .opt-img-wrap {
    right: -105px;
    top: 55px;
}

.two-wrap .opt-img-wrap {
    right: 78px;
    top: 25px;
}

.three-wrap .opt-img-wrap {
    right: 93px;
    top: -91px;
}

.four-wrap .opt-img-wrap {
    right: 78px;
    top: -206px;
}

.five-wrap .opt-img-wrap {
    right: -105px;
    top: -216px;
}

.six-wrap .opt-img-wrap {
    right: -274px;
    top: -206px;
}

.seven-wrap .opt-img-wrap {
    right: -288px;
    top: -91px;
}

.eight-wrap .opt-img-wrap {
    right: -277px;
    top: 26px;
}

@media screen and (max-width:991px) {
    .two-wrap .opt-img-wrap {
        right: 66px;
    }
    .three-wrap .opt-img-wrap {
        right: 83px;
    }
    .four-wrap .opt-img-wrap {
        right: 68px;
    }
    .six-wrap .opt-img-wrap {
        right: -262px;
    }
    .seven-wrap .opt-img-wrap {
        right: -276px;
    }
    .eight-wrap .opt-img-wrap {
        right: -267px;
    }
}

@media screen and (max-width:575px) {
    .two-wrap .opt-img-wrap {
        right: 48px;
    }
    .three-wrap .opt-img-wrap {
        right: 62px;
    }
    .four-wrap .opt-img-wrap {
        right: 48px;
    }
    .six-wrap .opt-img-wrap {
        right: -244px;
    }
    .seven-wrap .opt-img-wrap {
        right: -258px;
    }
    .eight-wrap .opt-img-wrap {
        right: -250px;
    }
}

@media screen and (min-width:992px) {
    .cont-wrap .opt-img-wrap {
        min-width: 272px;
    }
    .one-wrap .opt-img-wrap {
        right: -125px;
    }
    .two-wrap .opt-img-wrap {
        right: 58px;
    }
    .three-wrap .opt-img-wrap {
        right: 72px;
    }
    .four-wrap .opt-img-wrap {
        right: 58px;
    }
    .five-wrap .opt-img-wrap {
        right: -125px;
    }
    .six-wrap .opt-img-wrap {
        right: -296px;
    }
    .seven-wrap .opt-img-wrap {
        right: -310px;
    }
    .eight-wrap .opt-img-wrap {
        right: -294px;
    }
}

.second-content select.option {
	padding: 10px 10px;
}

form-group.seloption {
	
}


.gift-label {
    display: inline-block;
    margin-bottom: 20px;
}

.gift-wrap .col-md-12,
.gift-wrap .col-md-8 {
    padding: 0 35px 0 25px;
}

.personsInfo {
    display: none
}

.design-content-right .btn-orange {
    padding: 10px 10px;
    width: 150px;
    margin-right: 30px;
}

#shareBtn .fa {
    display: inline-block;
    margin-right: 10px;
}

.tooltip-wrap {
    position: relative;
    display: inline-block;
}

.tooltip-wrap .tooltiptext {
    width: 120px;
    background-color: #df7a49;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: -35px;
    left: 16px;
    transition: opacity 0.3s;
    visibility: hidden;
    opacity: 0;
    font-size: 12px;
}

.tooltip-wrap .tooltiptext::after {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #df7a49 transparent;
}

.tooltip-wrap:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#shareUrl {
    opacity: 0;
}

.fachwissen-floorplan {
    margin: 60px 0;
}

.fachwissen-floorplan .floorplan-intro {
    background: #f9f9fb;
    padding: 30px;
}

.fachwissen-floorplan .floorplan-intro .heading {
    font-size: 24px;
    color: #df7a49;
    font-family: 'Roboto Medium';
}

.fachwissen-floorplan p {
    font-size: 14px;
    color: #333;
    text-align: justify;
    hyphens: auto;
}

.fachwissen-floorplan .read-more {
    font-family: 'Roboto Bold';
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
}

.fachwissen-floorplan .read-more:hover {
    color: #5d5a59;
    margin-left: 10px;
}

.fachwissen-floorplan .read-more .fa-arrow-right {
    transition: .3s all ease;
    padding-left: 10px;
}

.fachwissen-floorplan .read-more:hover .fa-arrow-right {
    padding-left: 5px;
}

.fachwissen-floorplan .plan-heading {
    font-size: 24px;
    font-family: 'Roboto Medium';
    color: #df7a49;
    text-transform: uppercase;
    margin-top: 15px;
}

.fachwissen-floorplan .single-plan {
    margin-bottom: 30px
}

.fachwissen-floorplan .lageplan {
    margin-top: 30px;
}

.fachwissen-floorplan .lageplan,
.fachwissen-floorplan .grundrissplan {
    background: #f9f9fb;
    padding: 20px 30px;
}

.fachwissen-floorplan .plan-right {
    align-self: center;
}

.fachwissen-floorplan .plan-pagination {
    margin: 50px 15px;
}

.fachwissen-floorplan .plan-pagination .prev,
.fachwissen-floorplan .plan-pagination .next {
    background: #df7a49;
    color: #fff;
    font-size: 9px;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    border-radius: 8px;
}

.fachwissen-floorplan .plan-pagination .prev:hover,
.fachwissen-floorplan .plan-pagination .next:hover {
    background: #5d5a59;
}

.fachwissen-floorplan .featured-article {
    padding: 0 30px;
}

.fachwissen-floorplan .featured-article .heading-with-line {
    font-size: 30px;
    margin: 30px 0 40px 20px;
}

.fachwissen-floorplan .featured-article .heading-with-line::before {
    transform: scale(.9);
    top: -30px;
}

.fachwissen-floorplan .featured-main-article .single-article {
    background: #f9f9fb;
    min-height: 100%;
    padding: 30px;
}

.fachwissen-floorplan .featured-main-article .single-article:before,
.fachwissen-floorplan .featured-main-article .single-article:after {
    content: '';
    display: block;
    clear: both;
}

.fachwissen-floorplan .article-heading {
    font-size: 24px;
    font-family: 'Roboto Medium';
    color: #df7a49;
}

.fachwissen-floorplan .featured-main-article h3.article-heading { text-transform: uppercase;}


.hint { border: 3px solid #df7a49; padding: 10px 20px; }
.hint strong { color: #df7a49; font-weight: bold; font-size: 17px; }

.download-tab-section {
    margin: 50px 0 100px 0;
}

.download-tab-link ul {
    background-color: #fff;
}

.download-tab-link li {
    display: inline-block;
    margin: 7px 25px 7px 0;
}

.download-tab-link li a {
    font-family: 'Roboto Regular';
    text-transform: uppercase;
}

.download-tab-link li a:hover {
    text-decoration: none;
}

.download-tab-link li.active a {
    text-decoration: underline;
}

.download-items-wrap {
    background: #f9f9fb;
    margin: 40px 0;
    padding: 0 20px;
}

.download-items-wrap h2 {
    background: #e2865a;
    color: #fff;
    display: inline-block;
    padding: 15px 25px;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Roboto Medium';
    margin-left: -20px;
}

.download-items-wrap .single-item {
    border-bottom: 1px solid #c2c2c2;
    padding: 15px 25px;
}

.download-items-wrap .single-item.last {
    border-bottom: 0
}

.download-items-wrap .single-item p {
    margin-bottom: 0;
}

.download-items-wrap .single-item .download-link a {
    margin-left: 25px;
}

.download-items-wrap .single-item a,
.download-items-wrap .single-item p {
    font-family: 'Roboto Regular';
}
.single-item .download-link .detail {
    color: #626262;
    text-decoration: underline;
}

.single-item .download-link .detail:hover {
    color: #df7a49;
    text-decoration: none;
}

.mehr-erfahren {
    background: #f7f5f5;
    padding: 15px 0;
    margin-top: -40px;
    font-family: 'Roboto Regular';
}

.single-item .col-md-4 p span,
.single-item p .png,
.single-item p .eps, .single-item p .xls {
    margin-right: 15px;
}

.single-item p .eps {
    color: #626262;
}

.single-item .xls {
    color: #626262;
}

.single-item p .fa {
    margin-right: 5px;
}


.fa-info-circle:hover~.opt-img-wrap {
   display: block;
}
.opt-img-wrap {
   margin-top: -15px;
}
.opt-img-wrap:hover {
   display: block;
}


.tipps-section-wrap {
    margin: 50px 0 200px 0;
}

.tipps-section-wrap .container {
    max-width: 1024px;
}

.tipps-item {
    margin: 75px 0;
}

.tipp-desc,
.tipp-hint {
    font-size: 14px;
}

.tipp-hint {
    font-family: 'Roboto Regular';
    position: relative;
}

.tipp-hint strong {
    font-weight: normal;
    font-family: 'Roboto Medium';
    color: #e48051;
}

.tipp-desc {
    color: #666;
}

.tipp-hint {
    margin-top: 50px;
    padding: 0 25px;
    color: #333;
}

.tipp1::before,
.tipp2::before {
    content: '';
    width: 100px;
    height: 70px;
    background: url(/img/tipp-before.png) no-repeat;
    position: absolute;
    display: block;
    left: -25px;
    top: -30px;
}

.tipp1::after {
    content: '';
    width: 100px;
    height: 70px;
    background: url(/img/tipp-before.png) no-repeat;
    position: absolute;
    display: block;
    transform: rotate(180deg);
    right: -25px;
    bottom: -30px;
}

.tipp3 {
    background-color: #f9f9fb;
    padding: 20px 25px;
    margin-top: 35px;
}

.tipp3.white {
    background-color: #ffffff;
}

.tipp3::before {
    content: '';
    width: 85%;
    height: 1px;
    background: url(../img/tipp3-before.png);
    position: absolute;
    top: 12px;
    left: -20px;
}

div.badge-wrap {
   position: relative;
}

a.premium-badge-link {
	background: rgba(223, 122, 73, 0.9);
	position: absolute;
	width: 45%;
	padding: 7px 10px;
	text-align: center;
	font-family: 'Roboto Medium';
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
	text-decoration: none;
	bottom: 0;
	left: 37px;
}

.nordpfeil-section-wrap {
    margin: 50px 0;
}

.nordpfeil-single-item {
    margin: 60px 0;
}

.nordpfeil-single-item img {
    padding: 0 20px;
    max-height: 197px;
}

.ausmalbild-single-item img {
    max-height: none;
}


.nordpfeil-single-item .link-wrap {
    background: #f9f9f9;
    margin-top: 15px;
    padding: 15px 5px;
}

.nordpfeil-single-item .link-wrap .fa {
    margin-right: 5px;
}

.nordpfeil-single-item .link-wrap a {
    margin: 0 8px;
}

.nordpfeil-single-item .link-wrap .eps {
    color: #626262;
}

.nordpfeil-single-item .title {
    font-family: 'Roboto Medium';
    font-size: 21px;
    color: #df7a49;
    text-transform: uppercase;
}


.top-banner {
   background: #df7a49;
   color: #fff;
   text-align: center;
   padding: 8px 10px;
   font-family: 'Roboto Regular';
   display: none;
}


.partner-banner-wrapper {
    margin: 60px 0;
}

.partner-banner-wrapper h1 {
    font-size: 48px;
    color: #df7a49;
    margin-top: 60px;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
}

.partner-banner-wrapper h2 {
    font-size: 24px;
    font-family: 'Roboto Light';
    color: #333;
}

.partner-banner-wrapper .btn-orange {
    margin-top: 30px;
}

.text-d-single-item h4 {
    margin-top: 40px;
}

.text-d-single-item p {
    margin-top: 20px;
}

.text-doc h4 {
    font-family: 'Roboto Medium';
    color: #df7a49;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.text-doc-item {
    margin: 70px -15px;
}

.text-doc-item .col-md-4>img {
    margin-bottom: 20px;
}

.text-doc-item .img-wrap {
    float: left;
	width: 30%;
    max-width: 33.33%;
}

@media screen and (max-width:767px) {
    .text-doc-item .img-wrap {
        float: none;
        max-width: 100%;
    }
}

.text-doc-item:before,
.text-doc-item:after {
    content: '';
    display: block;
    clear: both;
}

.living-space {
    padding: 50px 0;
    background: #f9f9fb;
    margin: 100px 0;
}

.living-space p {
    margin-bottom: 5px;
    color: #333;
}

.living-img-box>img {
    max-height: 280px;
    margin-top: -100px;
    float: right;
}

.living-space p strong {
    font-weight: normal;
    font-family: 'Roboto Medium';
}

.living-space li {
    color: #333;
}

.living-space .percentage {
    color: #df7a49;
    font-family: 'Roboto Bold';
    font-size: 30px;
}

.living-space .percentage.fifty {
    opacity: .75;
}

.living-space .percentage.twin-fi {
    opacity: .5;
}

.living-space .percentage.zero {
    opacity: .25;
}

.living-space .sub-h {
    font-family: 'Roboto Medium';
    color: #5d5a59;
}

.living-space .list-items li::before {
    content: '•';
    display: inline-block;
    padding-right: 5px;
}

.select-box-wrap {
	position: relative;
}

.select-box-wrap .fa-info-circle {
	position: absolute;
	right: -25px;
	bottom: 17px;
	color: #dcdcdd;
	cursor: pointer;
}

.select-box-wrap .opt-img-wrap {
	right: -30px;
}

.selectBoxWrap {
	position: relative;
}

.selectBoxWrap select {
	appearance: none !important;
	cursor: pointer;
}

.selectBoxWrap .fa-info-circle {
	position: absolute;
	right: -25px;
	bottom: 17px;
	color: #dcdcdd;
	cursor: pointer;
}

.selectBoxWrap .opt-img-wrap {
	right: -30px;
}

.selectBoxWrap .select-arrow {
	content: '';
	display: inline-block;
	position: absolute;
	transform: scale(.8);
	background: url(/img/chevron-down.png) no-repeat;
	right: 15px;
	bottom: 22px !important;
	cursor: pointer;
	width: 16px;
	height: 10px;
}

.twentytwenty-container>img{
transition: none
}

.delivery-time {
    margin: 50px 0;
}

.delivery-time .heading {
    font-size: 22px;
    color: #333333;
}

.delivery-time .delivery-single-item {
    min-width: 200px;
    display: inline-block;
    border: 3px solid #ececeb;
    padding: 10px 15px;
    border-radius: 15px;
    margin: 5px 0;
    margin-right: 5px;
    color: #333;
}

.delivery-time .delivery-single-item:hover {
    text-decoration: none;
    box-shadow: 0 10px 10px -10px #5d5a59 !important;
}

.delivery-time .delivery-single-item.active {
    border: 3px solid #f2cab6;
}

.delivery-time .delivery-single-item .title {
    text-transform: uppercase;
    font-family: 'Roboto Medium';
}

.delivery-time .delivery-single-item .time {
    color: #df7a49;
    font-family: 'Roboto Medium';
}





.twentwetySlider-wrapper {
    margin-top: 50px;
}

.twentwetySlider-wrapper .twentytwenty-overlay {
    display: none;
}

.twentwetySlider-wrapper .twentytwenty-container {
    width: 500px;
    max-width: 100%;
}

.twentwetySlider-wrapper .twentytwenty-container[data-orientation="vertical"] {
    width: 100%;
}

.twentwetySlider-wrapper .twentytwenty-container>img {
    width: 500px;
    max-width: 100%;
    height: 600px;
    transition: none;
}

.twentwetySlider-wrapper .twentytwenty-container[data-orientation="vertical"]>img {
    width: 100%;
    max-width: 100%;
    height: 600px;
}

.twentwetySlider-wrapper .twentytwenty-handle::before,
.twentwetySlider-wrapper .twentytwenty-handle::after,
.twentwetySlider-wrapper .twentytwenty-handle {
    box-shadow: none;
}

.twentwetySlider-wrapper .twentytwenty-right-arrow {
    border-left: 6px solid #df7a49;
}

.twentwetySlider-wrapper .twentytwenty-left-arrow {
    border-right: 6px solid #df7a49;
}

.twentytwenty-container.landscape-wrap {
    width: 100% !important;
}

.twentytwenty-container.landscape-wrap img {
    width: 100%;
    height: auto;
}

.twentytwenty-container>img {
    transition: none;
}

@media screen and (max-width:767px) {
    .twentwetySlider-wrapper .twentytwenty-container>img {
        height: 300px;
    }
}


.clientarea-setup .tabs li:not(:first-child) {
    margin-top: 3px;
}

.clientarea-setup {
    font-size: 15px;
}

.clientarea-setup .tabs li a {
    color: #5d5a59;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto Bold';
    display: block;
    padding: 15px;
    padding-left: 30px;
    border-left: 5px solid transparent;
    background-color: #f9f9fb;
    outline: none;
}

.clientarea-setup .tabs li a .fa {
    display: inline-block;
    margin-right: 20px;
}

.clientarea-setup .tabs li a:hover {
    color: #df7a49;
}

.clientarea-setup .tabs li.active a {
    background-color: #ececed;
    border-left: 5px solid #df7a49;
    color: #df7a49;
}

.clientarea-setup .tab-content {
    margin-bottom: 100px;
    padding: 30px 50px;
    background: #f9f9fb;
}

.clientarea-setup #tab_a label {
    font-family: 'Roboto Medium';
    color: #696965;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
}

.clientarea-setup .option-item {
    color: #696965;
    font-family: 'Roboto Light';
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 10px 20px;
    cursor: pointer;
}



.pdf-icon img {
    width: 30px;
}

@media screen and (min-width:768px) {
    .nav-login {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nav-login .login-item a {
        padding: 0 0 !important;
        width: 120px;
        text-align: center;
    }
}

.nav-login .login-item a:hover {
    padding-left: .5rem !important;
    padding-right: 0 !important;
}


/* Comparison */

.comparison-wrap a {
    text-decoration: none;
}

.comparison-wrap h3 {
    font-size: 24px;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    background: rgba(223, 122, 73, 0.9);
    padding: 20px 0;
    padding-left: 0px;
    padding-left: 30px;
    margin-top: -10px;
    color: #fff;
    position: relative;
    text-align: left;
    width: 350px;
}

.comparison-wrap a img {
    transition: .5s all ease;
}

.comparison-wrap a:hover img {
    transform: scale(1.08);
}

.comparison-wrap a img {
    min-height: 400px;
    max-height: 400.5px;
}

@media screen and (max-width:768px) {
    .comparison-wrap a img {
        min-height: auto;
    }
}

.comparison-wrap .comparison-f-col {
    display: flex;
    align-items: end;
}

.comparison-wrap .comparison-f-col img {
    min-height: 351px;
    max-height: 351.5px;
}

.comparison-wrap .comparison-f-col a:hover img {
    transform: scale(1.09);
}

.comparison-wrap h3 {
padding-left: 0;
text-align: center;
}



.projekt-group {
    position: relative;
}

.projekt-group .fa {
    color: #dcdcdd;
    position: absolute;
    right: 15px;
    bottom: 20px;
    cursor: pointer;
}

.projekt-group .opt-img-wrap {
    right: 0;
    margin-top: -20px;
}

.opt-img-wrap p {
    margin-bottom: 10px
}

.opt-img-wrap:hover {
    display: block !important;
}

@-moz-document url-prefix() {
	input[type=number] {
		padding-right: 0 !important;
	}
}



.register-form {
    max-width: 992px;
    margin: auto;
}

.register-form input {
    border: 3px solid #efefee;
    padding: 15px 20px;
    display: block;
    outline: none;
    box-shadow: none;
    color: #696965;
    height: 100%;
    border-radius: .5rem;
    font-family: 'Roboto Light';
}

.register-form input:focus {
    border: 3px solid #f2cab6;
    box-shadow: none;
}

.register-form button {
    padding: 15px 50px;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
}

.etg3dhaus .etgrow .numb-wrapper {
	display: none;
}