/* 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-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;
}

.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;
}

.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 .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 .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;
}

.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-bottom h4 {
    color: #939291;
}

.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 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 {
    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 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;
}

.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 {
    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;
}

.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::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 {
    display: none;
}

.numb-wrapper .show-info {
    display: none !important;
}

.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;
}


/* Headlines css */

.new-h1,
.new-h2,
.new-h3,
.new-h4,
.new-h5,
.new-h6 {
    margin-bottom: .5rem !important;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
}

.new-h1 {
    font-size: 48px;
}

.new-h2 {
    font-size: 42px;
    color: #df7a49;
}

.new-h3 {
    font-size: 30px;
    color: #df7a49;
}

.new-h4 {
    font-size: 24px;
    color: #df7a49;
}

.new-h5 {
    font-size: 24px;
    color: #333;
}

.new-h6 {
    font-size: 42px;
    color: #5d5a59;
    font-family: 'Roboto Light';
    text-transform: capitalize;
}