* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
a:hover {
    color: #48c0e5;
}

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

.mT-m10 {
    margin-top: -10px ! important;
}

.iHeight-300{
    height: 300px
}



.bold {
    font-weight: bold;
}


/* 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: #48c0e5;
}

#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: #48c0e5;
    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: #48c0e5;
    font-family: 'Roboto Medium';
}

.nav-lang .nav-item:first-child a {
    border-right: 2px solid #5d5a59;
}

#primary .dropdown-submenu{
    position: relative;
}
#primary .dropdown-menu{
    padding: 20px 0;
}
#primary .dropdown-menu .dropdown-submenu a.clicked{
    color: #48c0e5;
}
#primary .dropdown-submenu .dropdown-menu {
	background: #f6f5f5;
    margin-left: 0;
	box-shadow: none;
	position: relative;
	margin-top: 0;
    padding: 0 0 0 15px;
    transition: .3s all;
    transform: scaleY(0) !important;
    height: 0;
}
#primary .dropdown-menu .dropdown-item.active{
    color: #48c0e5;
}
#primary .dropdown-submenu .dropdown-item{
    padding-bottom: 0;
}
#primary .dropdown-submenu .dropdown-item:hover{
    background-color: transparent;
}
.dropdown-submenu>.dropdown-item .fa-plus{
    margin-top: 3px;
    float: right;
}
.dropdown-submenu>.dropdown-item .fa-plus.rotate{
    transform: rotate(45deg);
}
#primary .dropdown-submenu .dropdown-menu.show{
    transform: scaleY(1) !important;
    height: 100%;
    padding: 5px 0 10px 15px;
	margin-top: 5px;
}
#primary .dropdown-menu,
#primary .megamenu .nav-link {
	font-family: 'Roboto Light';
}

.main-banner-wrapper {
    padding: 80px 20px;
}

.main-banner-wrapper h1 {
    font-size: 48px;
    color: #48c0e5;
    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: #48c0e5;
    color: #fff;
}

.btn-orange.active,
.btn-orange:hover {
    background: #5d5a59;
    color: #fff;
}

.orange {
    color: #48c0e5;
}

.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: #48c0e5;
    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(72, 192, 229, .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: #48c0e5;
}

.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: '1';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'PTSans Regular';
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    background: #48c0e5;
    left: 100px;
    top: -10px;
}

.procedure-cols .two::before {
    content: '2';
    left: 40px;
}

.procedure-cols .three::before {
    content: '3';
    left: 40px;
}

.procedure-cols h3 {
    font-family: 'Roboto Medium';
    font-size: 24px;
    color: #48c0e5;
    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: #48c0e5;
}

.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-link-section h6,
.footer-bottom h6 {
    font-family: 'Roboto Bold';
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #939291;
}

.footer-bottom h3,
.footer-bottom h4,
.footer-bottom h5,
.footer-bottom h6 {
    color: #939291;
    margin-top: 30px;
}

.footer-bottom h5 {
    margin-bottom: 15px;
    margin-top: 30px;
}

.footer-bottom h6 {
    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: #48c0e5;
}

.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: #48c0e5;
}

.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: #48c0e5;
}

.footer-bottom .text-orange,
.text-orange {
    color: #48c0e5;
}

.footer-bottom .text-orange:hover {
    color: #fff;
}

.footer-bottom .text-white:hover {
    color: #48c0e5 !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: #48c0e5;
}

.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: #48c0e5;
}

.paragraph-section h3,
.ash3 {
    font-family: 'Roboto Medium';
    font-size: 20px;
    color: #48c0e5;
    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: 18px;
    color: #48c0e5;
    text-transform: uppercase;
}

.paragraph-section h5 {
    font-family: 'Roboto Medium';
    font-size: 16px;
    color: #48c0e5;
    text-transform: uppercase;
}

.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 #48c0e5;
}

.twentytwenty-down-arrow {
    border-top: 6px solid #48c0e5;
}

.twentytwenty-up-arrow {
    border-bottom: 6px solid #48c0e5;
}

.twentytwenty-horizontal .twentytwenty-handle::before,
.twentytwenty-horizontal .twentytwenty-handle::after,
.twentytwenty-vertical .twentytwenty-handle::before,
.twentytwenty-vertical .twentytwenty-handle::after {
    background: #48c0e5;
}

.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: #48c0e5;
}

.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 #48c0e5;
    color: #48c0e5;
}

.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: #48c0e5;
    margin-top: 60px;
}

.next-tab-content h4,
.next-tab-content p {
    margin-left: 90px;
    text-align: left;
    color: #333333;
}

.next-tab-content h4 {
    color: #48c0e5;
    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: #48c0e5;
}

.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 #85d5ee;
}

.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 #48c0e5;
    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: #48c0e5;
    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 #85d5ee;
    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 #85d5ee;
}

.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: #48c0e5;
    text-decoration: underline;
    margin: 15px 10px 0 0;
    display: inline-block;
}

.preview-delete .remove-image {
    border: none;
    outline: none;
    background: transparent;
    color: #48c0e5;
}

.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: #48c0e5;
}

.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: #48c0e5;
}

.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: #48c0e5;
    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;
	margin-top: 0px;
    /*
*/
}

.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: #48c0e5;
}

.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: #48c0e5;
}

.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: #48c0e5;
    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: #48c0e5;
}

.pay-check-container.paypal img {
	width: 80%;
}

img.paypalsmaller {
	width: 80%;
}


.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: #48c0e5;
    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: #48c0e5;
}

.product-features.orange .price {
    color: #48c0e5;
    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: #48c0e5;
    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: #48c0e5;
    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: #48c0e5;
}

.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, .errormsg {
    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: #48c0e5;
}

.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: #48c0e5;
    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: #48c0e5;
    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: #48c0e5;
    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: #48c0e5;
}

#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 #85d5ee;
}

.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: #48c0e5;
}

.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 #85d5ee;
    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, .form-group .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: 100%;
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff;
    top: 18px;
}

@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: #48c0e5;
    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: #48c0e5;
    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: #48c0e5;
}

.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: #48c0e5;
}

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

.gift-wrap .col-md-2, .gift-wrap .col-md-3 {
	padding: 0px 6px;
}

.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: #48c0e5;
    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 #48c0e5 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: #48c0e5;
    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: #48c0e5;
    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: #48c0e5;
    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: #48c0e5;
}

.fachwissen-floorplan .featured-main-article h3.article-heading {
    text-transform: uppercase;
}

.hint {
    border: 3px solid #48c0e5;
    padding: 10px 20px;
}

.hint strong {
    color: #48c0e5;
    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;
}

.single-item:last-child,
.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: #48c0e5;
    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 .xlsx,
.single-item p .xls {
    margin-right: 15px;
}
.single-item p .eps {
    color: #626262;
}
.single-item .xlsx,
.single-item .xls {
    color: #626262;
}
.single-item p .fa {
    margin-right: 5px;
}
.fa-info-circle:hover~.opt-img-wrap {
    display: block;
}
.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: #48c0e5;
}

.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: #48c0e5;
    text-transform: uppercase;
}

.top-banner {
    background: #48c0e5;
    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: #48c0e5;
    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: #48c0e5;
    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: #48c0e5;
    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 #85d5ee;
}

.delivery-time .delivery-single-item .title {
    text-transform: uppercase;
    font-family: 'Roboto Medium';
}

.delivery-time .delivery-single-item .time {
    color: #48c0e5;
    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 #48c0e5;
}

.twentwetySlider-wrapper .twentytwenty-left-arrow {
    border-right: 6px solid #48c0e5;
}

.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: #48c0e5;
}

.clientarea-setup .tabs li.active a {
    background-color: #ececed;
    border-left: 5px solid #48c0e5;
    color: #48c0e5;
}

.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 #85d5ee;
    box-shadow: none;
}

.register-form button {
    padding: 15px 50px;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
}

.etg3dhaus .etgrow .numb-wrapper {
    display: none;
}

.table-vergleich {
    color: #333;
}

.table-vergleich th,
.table-vergleich td {
    padding: 10px 20px !important;
}

.table-vergleich th {
    color: #48c0e5;
    font-family: 'Roboto Medium';
    font-weight: normal;
    text-align: center;
    width: 16.65%;
    border-right: 1px solid #e1e1e1 !important;
}

.table-vergleich th:last-child {
    border-right: none !important;
}

.table-vergleich td {
    text-align: center;
    width: 16.65%;
}

.table-vergleich .kategorie-row {
    cursor: pointer;
    user-select: none;
    background: #f9f9fb;
}

.table-vergleich .kategorie-name {
    font-family: 'Roboto Bold';
    color: #48c0e5;
    text-align: left;
}

.table-vergleich .feature-name {
    font-family: 'Roboto Medium';
    text-align: left;
}

.table-vergleich tbody td {
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

.table-vergleich tbody td:last-child {
    border-right: 1px solid transparent;
}

.table-vergleich .kategorie-row td {
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    vertical-align: middle;
}

.table-vergleich td.arrow {
    text-align: right;
    font-size: 18px;
}

.table-vergleich .fa-check {
    color: #19aa5a;
}

.table-vergleich .fa-times {
    color: #f10e4e;
}

.table-vergleich .checkmark-price .fa {
    color: #48c0e5;
    margin-right: 8px;
}

.table-vergleich .feature-row .fa {
    font-size: 14px;
}

.table-vergleich tbody tr:last-child td {
    border-bottom: 1px solid transparent;
}

.table-vergleich tbody+tbody {
    border-top: none;
}

.table-vergleich .bottom-row {
    background: #ececec;
}

.table-vergleich .bottom-row td {
    border-bottom: none !important;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.table-vergleich .bottom-row strong {
    font-weight: normal;
    font-family: 'Roboto Bold';
}

.table-vergleich .preis .feature-name {
    color: #333;
}

.table-vergleich .preis td {
    font-family: 'Roboto Medium';
    color: #48c0e5;
}

.verleich-btn .btn {
    margin: 10px 0;
    padding: 8px 20px;
    font-size: 12px;
}

tr.verleich-btn td {
    border-right: none !important;
}

.vergleich-section {
    margin-bottom: 150px;
}

.feature-row.closed {
    display: none;
}

@media screen and (min-width:770px) {
    .vergleich-section .table-responsive {
        overflow-x: hidden !important;
    }
}

.unit-convert-section {
    margin: 50px 0 150px 0;
    color: #333;
}

.unit-convert-section h2.heading-with-line {
    font-size: 28px;
    margin-bottom: 30px;
}

.unit-convert-section h2.heading-with-line::before {
    top: -30px;
}

.scale-caculator-wrap {
    background-color: #f9f9fb;
    padding: 50px 25px;
}

.scale-caculator-wrap label {
    font-family: 'Roboto Medium';
    color: #656560;
}

.scale-caculator-wrap input,
.scale-caculator-wrap select {
    border: 3px solid #efefee;
    padding: 10px;
    outline: none;
    box-shadow: none;
    color: #696965;
    border-radius: .5rem;
}

.scale-caculator-wrap input:focus {
    border: 3px solid #85d5ee;
    box-shadow: none;
}

.distance-all-wrap {
    margin-top: 25px;
}

.distance-all-wrap label {
    display: block;
}

.scale-caculator-wrap input[type="number"] {
    appearance: textfield;
    -webkit-appearance: textfield;
}

.distance-all-wrap .select-wrapper select {
    appearance: none;
    -webkit-appearance: none !important;
}

.distance-all-wrap input {
    width: 68%;
}

.distance-all-wrap .select-wrapper {
    width: 28%;
    float: right;
}

.distance-all-wrap .select-wrapper .select-arrow {
    transform: scale(.7);
    right: 10px;
    bottom: 18px !important;
}

.distance-all-wrap .form-group {
    margin-bottom: 0;
}

.distance-all-wrap .left-col-wrap::after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(/img/arrow-alt.png);
    position: absolute;
    right: -12px;
    bottom: 12px;
    transform: scale(.75);
}

.unit-convert-section h3 {
    color: #48c0e5;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    font-size: 22px;
}

.size-chart-row {
    width: 1200px;
    max-width: 100%;
    margin: 30px auto;
}

.size-chart-row .chart-head {
    font-size: 18px;
    font-family: 'Roboto Medium';
    color: #656560;
    text-align: center;
}

table.size-chart {
    width: 100%;
    text-align: center;
}

table.size-chart th {
    color: #48c0e5;
    font-family: 'Roboto Medium';
    width: 50%;
    background-color: #f9f9fb;
    border: 1px solid #f9f9fb;
    padding: 10px;
}

table.size-chart td {
    width: 50%;
    border: 1px solid #e1e1e1;
    padding: 10px;
}

@media screen and (max-width:767px) {
    .distance-all-wrap .left-col-wrap {
        margin-bottom: 55px;
    }
    .distance-all-wrap .left-col-wrap::after {
        right: auto;
        bottom: -43px;
        left: 50%;
        transform: translateX(-50%) rotate(-90deg) scale(.75);
    }
}

.unit-convert-section h4 {
    color: #48c0e5;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    font-size: 20px;
}

.projektname {
    margin-bottom: 30px;
    margin-top: 70px;
}

.projektname .main-contents img {
    width: 100%;
    height: 100%;
}

.main-contents .side-card .card-head {
    background-color: #5d5a59;
    color: #ffff;
    padding: 10px 20px;
}

.main-contents .side-card h5 {
    font-size: 16px;
    font-family: 'Roboto Bold';
    margin-bottom: 0;
}

.side-card .card-head .sub-head {
    font-size: 14px;
    font-family: 'Roboto Medium';
}

.main-contents .side-card .side-card-text {
    background-color: #f9f9fb;
    padding: 10px;
    margin-bottom: 10px;
}

.main-contents .side-card .side-card-text p {
    font-family: 'Roboto Light';
    font-size: 14px;
}

.main-contents .side-card .side-card-text a {
    font-family: 'Roboto Light';
    font-size: 13px;
    color: #333;
    transition: all .3s;
}

.main-contents .side-card .side-card-text a:hover {
    color: #d27f53;
}

.side-card .side-card-text h5 {
    margin-bottom: 5px;
    color: #333;
}

.bes-sect {
    padding: 25px 0px;
}

.bes-sect .bes-inner h3 {
    font-size: 20px;
    font-family: 'Roboto Regular';
    text-transform: uppercase;
}

.bes-sect .bes-inner p {
    font-size: 15px;
    font-family: 'Roboto Light';
}

.bes-sect .orange-line {
    border: 1px solid #48c0e5;
    margin-top: 10px;
}

.slider .slider-inner {
    padding: 50px;
    background-color: #f9f9fb;
    margin-bottom: 50px;
}

.slider .heading-with-line {
    font-size: 28px;
    margin-bottom: 8px;
    margin-left: 8px;
}

.slider .heading-with-line::before {
    transform: scale(.9);
}

.slider .slider-content img {
    height: auto;
    width: 100%;
}

.slider .slider-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
}

.slider .slider-content .slide-items {
    padding: 10px;
    position: relative;
}

.tabs {
    padding: 20px 25px;
}

.inner-tabs hr {
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #cccc;
}

.inner-tabs .left_side_txt p {
    font-size: 14px;
    color: #333;
    font-family: 'Roboto Light';
    margin-top: 5px;
}

.tab {
    overflow: hidden;
}

.tabis .tab button {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding-left: 0;
    padding-right: 33px;
    padding-bottom: 10px;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}

.tabis .tab button:hover {
    color: #d27f53;
}

.tabis .tab button.active {
    color: #d27f53;
    font-family: 'Roboto Medium';
}

.tabcontent {
    display: none;
}

.tabcontent.tabAnim {
    animation: tabAnim cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.5s;
}

@keyframes tabAnim {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes sliderAnim {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.inner-tabs .tab_imgs .img_text h6 {
    font-size: 18px;
    color: #333;
    font-family: 'Roboto Medium';
    margin-bottom: 0;
}

.tab_imgs .img_text .Etage {
    font-family: 'Roboto Regular';
    color: #48c0e5;
}

.tab_imgs .img_text .Etage:hover {
    color: #48c0e5;
}

.img_text .img_text_icon i:hover,
.img_text .img_text_icon i.active {
    color: #d27f53;
    cursor: pointer;
}

.fa-heart.active {
    color: #d27f53;
}

.inner-tabs .tab_imgs img:hover {
    cursor: pointer;
}

.inner-tabs .tab_imgs .imgs {
    position: relative;
}

.inner-tabs .tab_imgs .imgs .overlay {
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #d27f53ba;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    transition: all .3s;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.inner-tabs .tab_imgs .imgs:hover .overlay {
    opacity: 1;
    transform: scale(1.1);
}

.inner-tabs .tab_imgs {
    animation: scale-up-tl 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

@-webkit-keyframes scale-up-tl {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}

@keyframes scale-up-tl {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }
}

.slide_container {
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    overflow-y: auto;
}

.first_tab_slide_container,
.second_tab_slide_container,
.third_tab_slide_container,
.fourth_tab_slide_container,
.fifth_tab_slide_container,
.sixth_tab_slide_container {
    display: none;
}

.slide_container .slides.anim {
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-left {
    from {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.slide_container .slides.anim2 {
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.slide_container .slides.fadesIn {
    animation: tabAnim cubic-bezier(0.175, 0.885, 0.32, 1.275) 2s;
}

@keyframes fadesIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.slide_container .slider {
    position: relative;
    width: 95vw;
    max-width: 100%;
    height: auto;
    overflow-x: hidden;
    animation: sliderAnim .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.slide_container .close_btn {
    background-color: #5d5a59;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 300;
    cursor: pointer;
    transition: .3s;
    width: 35px;
    height: 35px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}

.controls {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 0;
}

.controls button {
    background-color: #5d5a59;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    margin: 15px;
    transition: all .3s;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.controls button:hover,
.slide_container .close_btn:hover {
    background-color: #d27f53;
}

.desc>.col-lg-8 {
    padding-left: 0;
    padding-right: 0;
}

.desc {
    height: 100%;
    width: 100%;
}

.desc img {
    object-fit: cover;
    max-height: 100%;
    min-width: 95vw;
}

.desc.row {
    margin-left: 0;
}

.desc .desc-text {
    padding: 2rem;
    width: 55%;
    display: inline-block;
    width: 100%;
    padding: 50px 50px 15px;
    background-color: black;
}

.desc .desc-text h3,
.desc .desc-text .icons {
    color: #fff;
}

.desc .desc-text .icons>i {
    transition: all .3s;
    cursor: pointer;
}

.desc .desc-text .icons>i:hover {
    color: #d27f53;
}

.desc .desc-text h3 {
    margin-bottom: 2rem;
    font-family: 'Roboto Medium';
}

.desc .desc-text .user img {
    border-radius: 50%;
    margin-right: 10px;
}

.desc a:hover {
    color: #5d5a59;
    text-decoration: none;
}

.desc .desc-text .user a {
    color: #fff;
    font-family: 'Roboto Medium';
    text-decoration: none;
    transition: .3s;
}

.desc .desc-text .user a:hover {
    color: #d27f53;
}

.desc .desc-text p {
    margin: 25px 0;
    letter-spacing: 1px;
    color: #c8c8c8;
    display: block;
    font-size: 14px;
    font-family: 'Roboto Light';
}

.portfolio-tab-section {
    margin-bottom: 50px;
}

.tab_imgs>.imgs {
    height: 180px
}

.tab_imgs>.imgs>img {
    height: inherit;
    width: 100%;
    object-fit: cover;
}

.tab_imgs .img_text {
    padding-left: 0 !important;
}

.tns-controls {
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    z-index: 1;
    height: 0;
}

.tns-controls button {
    background: #f9f9fbe8;
    color: #cbcbcb;
    border: 1px solid #cbcbcb;
    height: 50px;
    width: 50px;
    font-size: 20px;
    border-radius: 50%;
    transition: all .3s;
    margin: -18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tns-controls button:hover {
    background-color: #48c0e5;
    color: #fff;
    border-color: #fff;
}

.slider .slide-items .slide-img-text {
    background-color: #48c0e5;
    position: absolute;
    bottom: 0%;
    min-height: 60px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    left: 10px;
    width: 85%;
}

.slider .slide-items .slide-img-text h5 {
    font-family: 'Roboto Medium';
    font-size: 16px;
    color: #fff;
    padding: 15px;
    margin-bottom: 0;
}

#slider-content>.slide-items img {
    transition: .5s all ease-in-out;
}

#slider-content>.slide-items:hover img {
    transform: scale(1.1);
}

.slider.overview .slider-inner {
    padding: 30px 0;
    background-color: transparent;
    margin-bottom: 50px;
}

.slider.overview .slider-content .slide-items {
    padding: 10px;
    position: relative;
    margin-bottom: 25px;
}

.slider.overview .slide-img-text {
    bottom: -12px;
}

.slider.overview #slider-content>.slide-items:hover img {
    transform: scale(1.08);
}


/*/main */

@media (max-width:767px) {
    .headline h1 {
        font-size: 25px;
    }
    .headline a {
        font-size: .7rem;
    }
    .slider .slider-inner {
        padding: 20px;
    }
    .slider .slide-items .slide-img-text h5 {
        font-size: 14px;
    }
}

@media(max-width:575px) {
    .headline h1 {
        font-size: 20px;
    }
    .headline {
        padding: 50px 15px;
    }
}

.tabis .tab {
    display: block;
    background: transparent;
}

.tabis .tab button.active {
    border-top: none;
}

.bes-inner h4 {
    font-size: 18px;
    color: #48c0e5;
    text-transform: uppercase;
    font-family: 'Roboto Medium';
}

.orderarlaminfo {
    margin-bottom: 30px;
}

.orderarlaminfo .alarm-text-orange {
    background: #48c0e5;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.orderchecklist {
    margin-bottom: 40px;
}

.orderchecklist a img {
    margin-right: 5px;
}

.orderchecklist h3 {
    font-size: 18px;
    color: #48c0e5;
    text-transform: uppercase;
    font-family: 'Roboto Medium';
    margin-bottom: 15px;
}






















.heading-result {
    font-family: 'LemonTuesday';
    color: #4486c7;
    font-size: 28px;
    margin: 30px;
}

.configure-tab-wrap {
    background-color: #f9f9fb;
}

#msform {
    width: 100%;
    text-align: center;
    position: relative;
    min-height: 630px;
    margin-bottom: 100px;
}

#msform #progressbar {
    padding: 30px 0;
    overflow: hidden;
    counter-reset: step;
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
}

#msform #progressbar li {
    display: inline-block;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    background: #f8dbc9;
    border-radius: 50%;
    padding: 5px 10px;
    font-family: 'Roboto Bold';
    color: #f26400;
    margin: 0 8px;
}

#progressbar li.active:before {
    color: white;
    background: #f26400;
}

.fieldset-heading {
    font-family: 'Roboto Regular';
    font-size: 30px;
    text-transform: uppercase;
    color: #48c0e5;
    margin-bottom: 20px;
}

#msform fieldset {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    padding: 0 100px;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

.property-items-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.property-items-wrap:before,
.property-items-wrap:after {
    content: '';
    display: block;
    clear: both;
}

.property-item {
    -webkit-box-shadow: 0 0 5px #bbb;
    box-shadow: 0 0 5px #bbb;
    padding: 40px 0;
    margin: 15px 30px;
    display: block;
    float: left;
    min-width: 220px;
    min-height: 218px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .3s all ease;
}

.property-item:hover,
.property-item.active {
    border: 1px solid #48c0e5;
}

.property-item>img {
    max-height: 130px;
}

.property-item p {
    margin-bottom: 0;
    font-family: 'Roboto Bold';
    color: #333333;
    margin-top: 15px;
}

fieldset .choose {
    color: #333;
    text-align: center;
    font-family: 'Roboto Regular';
    margin-top: 20px;
}

fieldset .btn-orange {
    padding: 10px 30px;
    transition: .3s all ease;
    margin-top: -10px;
    width: 180px;
}

fieldset .btn-orange.previous {
    background-color: transparent;
    border: 1px solid #48c0e5;
    color: #48c0e5;
}

fieldset .btn-orange.previous:hover {
    border: 1px solid #5d5a59;
    color: #fff;
}

fieldset .next {
    float: right;
}

fieldset .btn-orange:hover {
    background-color: #5d5a59;
}

fieldset .btn-orange .fa {
    transition: .3s all ease;
}

fieldset .btn-orange:hover .fa-arrow-right {
    padding-left: 10px;
}

fieldset .btn-orange:hover .fa-arrow-left {
    padding-right: 10px;
}

.selected-item>img {
    max-height: 130px;
}

.selected-item p {
    margin-bottom: 0;
    font-family: 'Roboto Bold';
    color: #333333;
    margin-top: 15px;
}

fieldset .numb-wrap {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

fieldset .numb-wrap .numb-item {
    background: #fff;
    color: #d4d4d4;
    box-shadow: 0 0 5px #bbb;
    border: 1px solid transparent;
    padding: 15px;
    font-size: 32px;
    margin: 10px;
    min-width: 85px;
    font-family: 'Roboto Bold';
    cursor: pointer;
    transition: .3s all ease;
}

fieldset .numb-wrap .numb-item:hover,
fieldset .numb-wrap .numb-item.active {
    border: 1px solid #48c0e5;
    color: #48c0e5;
}

fieldset .previous {
    float: left;
}

fieldset .next,
fieldset .previous {
    margin-bottom: 30px;
}

fieldset:after,
fieldset:before {
    content: '';
    display: block;
    clear: both;
}

.floor-tab button.tablinks {
    all: unset;
    padding: 0 15px;
    border-bottom: 1px solid #8d8d8d;
    cursor: pointer;
    font-family: 'Roboto Regular';
    color: #8d8d8d;
}

.floor-tab button.tablinks.active {
    border-bottom: 3px solid #f26400;
    color: #f26400;
}

.tabcontent .floor-name,
.tabcontent .floor-total {
    font-family: 'Roboto Bold';
    color: #000;
    margin: 15px 0;
}

.tabcontent .floor-input {
    background: #fff;
    color: #888888;
    font-family: 'Roboto Regular';
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 7px 15px;
    display: block;
    margin-bottom: 15px;
}

.tabcontent .floor-input:focus {
    border: 1px solid #888;
    box-shadow: none;
}

.tabcontent #total {
    font-size: 75px;
    color: #48c0e5;
    font-family: 'Roboto Regular';
    margin-top: -30px;
    margin-bottom: 0;
}

.room-items-wrap .quantity-field {
    width: 20px;
    appearance: textfield;
    text-align: center;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Roboto Regular';
    color: #333;
}

.room-items-wrap input[type="button"] {
    background: #f4e0d7;
    font-family: 'Roboto Regular';
    color: #333;
    border: none;
    outline: none;
    min-width: 20px;
}

.room-items-wrap input[type="button"]:hover {
    background-color: #f26400;
    color: #fff;
}

.inc-dec-wrap {
    width: 70px;
    float: right;
}

.room-single-item .room-item {
    width: 70%;
}

.room-single-item p {
    font-family: 'Roboto Regular';
    color: #333;
}

.room-single-item p img {
    max-width: 30px;
    margin-right: 5px;
}

.paid-option p {
    font-family: 'Roboto Bold';
    color: #000;
}

.fifth-step .product-item {
    -webkit-box-shadow: 0 0 5px #bbb;
    box-shadow: 0 0 5px #bbb;
    padding: 40px 0;
    margin: 15px 30px;
    display: block;
    float: left;
    min-width: 220px;
    min-height: 225px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: .3s all ease;
}

.fifth-step .product-item.active,
.fifth-step .product-item:hover {
    border: 1px solid #48c0e5;
}

.fifth-step .product-item img {
    max-height: 90px;
}

.product-item.td-grundrisse img {
    transform: scale(.8);
}

.fifth-step .product-item p {
    margin-bottom: 0;
    font-family: 'Roboto Bold';
    color: #333333;
    margin-top: 15px;
}

.fifth-step .product-item .extra {
    font-family: 'Roboto Medium';
    color: #48c0e5;
    font-size: 10px;
    margin-top: 0;
}

.paid-option .checkbox-container {
    color: #333;
    font-family: 'Roboto Regular';
    line-height: 16px;
}

.paid-option .checkbox-container .small {
    font-family: 'Roboto Medium';
    font-size: 10px;
    color: #48c0e5;
}

.fifth-step .done-wrap {
    background: #f4f4f2;
    padding: 20px 30px;
}

.fifth-step .done-wrap h3 {
    font-family: 'LemonTuesday';
    color: #4486c7;
    font-size: 28px;
    margin-bottom: 25px;
}

.fifth-step .done-wrap p {
    margin-bottom: 0;
    color: #333;
    font-size: 14px;
    font-family: 'Roboto Regular';
}

.done-wrap .title {
    width: 135px;
    display: inline-block;
}

.done-wrap .price {
    float: right;
}

.fifth-step .total-wrap {
    position: relative;
    margin-top: 15px;
}

.total-wrap p.gross-total {
    font-family: 'Roboto Bold';
    color: #000;
}

.done-wrap .total-wrap .fa-info-circle {
    padding-left: 20px;
    color: #888888;
    cursor: pointer;
}

.fifth-step .hovered-content {
    background: #f3f3f4;
    padding: 25px 15px;
    position: absolute;
    top: 30px;
    box-shadow: 0px 0px 5px #b1b1b1;
    z-index: 99;
    width: 260px;
    left: -95px;
    top: 35px;
    display: none;
}

.done-wrap .total-wrap p {
    margin: 5px 0;
}

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

.fa-info-circle:hover~.hovered-content {
    display: block;
}

.total-wrap .hovered-content p {
    font-size: 12px;
}

.total-wrap .hovered-content .price {
    font-family: 'Roboto Medium';
}

.total-wrap .hovered-content .heading {
    font-family: 'Roboto Bold';
    margin-bottom: 10px;
}

.total-wrap .hovered-content hr {
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.hovered-content .grand-total .title {
    font-family: 'Roboto Bold';
}

.total-wrap p.total-price {
    font-size: 28px;
    font-family: 'Roboto Medium';
    color: #48c0e5;
}

.total-wrap .pdf-link {
    font-size: 12px;
    color: #999999;
    font-family: 'Roboto Regular';
    text-align: left;
    text-decoration: none;
}

.total-wrap .pdf-link:hover {
    color: #48c0e5;
}

.last-step .form-control {
    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';
}

.last-step .form-control:focus {
    border: 3px solid #85d5ee;
    box-shadow: none;
}

.last-step .btn-submit {
    margin: 10px 0 30px 0;
    width: 240px;
}

@media screen and (max-width:767px) {
    #msform fieldset {
        padding: 0 15px;
    }
    #progressbar li::before {
        padding: 0 4px;
    }
    .fieldset-heading {
        font-size: 24px;
    }
    #msform #progressbar {
        padding-bottom: 10px;
    }
    #msform .pr-0 {
        padding-right: 15px !important;
        margin-bottom: 1rem;
    }
    #msform .pl-0 {
        padding-left: 15px !important;
    }
    h1,
    h2,
    h3 {
        word-wrap: break-word;
    }
    fieldset .next,
    fieldset .previous {
        float: none;
    }
    fieldset .numb-wrap {
        flex-wrap: wrap;
        justify-content: center;
    }
    .done-wrap .total-wrap .fa-info-circle {
        padding-left: 65px;
    }
    .fifth-step .hovered-content {
        left: -50px;
    }
    .fifth-step a.btn-take {
        margin-bottom: 30px;
        float: none !important;
    }
}

.fifth-step a.next {
    width: 200px;
}

.fifth-step a.btn-take {
    font-size: 13px;
    text-transform: none;
    width: 260px;
    border: 1px solid #ebebeb;
    background: #ebebeb;
    color: #333333;
    float: right;
    margin-right: 15px;
}

.fifth-step a.btn-take:hover {
    background: #5d5a59;
    color: #fff;
    box-shadow: none !important;
}

.floor-tab .etage {
    margin-bottom: 0;
    font-family: 'Roboto Bold';
    margin-right: 10px;
}

.select-wrapper select {
    appearance: none;
}

.fourth-step .property-item {
    padding: 15px 10px;
    margin: 15px 20px;
    min-width: 180px;
    min-height: 200px;
}

.fourth-step .property-item p {
    margin-top: 0px;
}

#msform #progressbar li:last-child {
    display: none;
}

.fifth-step a.takeBtn {
    width: 200px;
    float: right;
}

@media screen and (max-width:767px) {
    #msform {
        min-height: 1350px;
    }
    .fifth-step a.takeBtn {
        float: none;
    }
    .fifth-step a.btn-take {
        margin-top: 20px;
    }
}

.ordererror[data-show], .errormsg[data-show] {
    display: block;
    max-width: 200px;
    margin-left: auto;
}

.error-border {
    border-color: #dc3545 !important;
}

.checkbox-container .fa-info-circle,
.selectBoxWrap .fa-info-circle {
    z-index: 1;
}

.opt-img-wrap {
    font-family: 'Roboto Light';
    font-weight: 400;
    line-height: 1.5;
}


.heading-with-line.l-head::before{
left: 0 !important;
}
.roof_items_wrapper li{
display: inline-block;
margin: 7px 25px 7px 0;
text-transform: uppercase;
font-family: 'Roboto Regular'
}
.roof_items_wrapper a:hover{
color: #5d5a59;
text-decoration: none
}


.slide_container,
.light_box_container {
z-index: 99999999 !important;
}



input[list]+div[list] {
    display: none;
    overflow-y: auto;
    background: #fff;
    border-top: none;
    z-index: 100;
    padding: 0 25px;
    margin-bottom: 30px;

    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;

}

input[list]+div[list] span {
    display: block;
    padding: 10px 20px;
    color: #696965;
    text-decoration: none;
    cursor: pointer;
    height: 100%;
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #efefef;
}

input[list]+div[list] span:hover {
    color: #48c0e5;
    border-bottom: 1px solid #48c0e5
}

.checklist_for_order {
    background: #f9f9fb;
    padding: 25px 30px;
    margin-bottom: 15px;
}

.checklist_for_order .checklist_heading {
    font-family: 'Roboto Medium';
    color: #48c0e5;
    text-transform: uppercase;
}

.checklist_for_order>ul {
    padding-left: 15px;
    margin-bottom: 0;
}

.checklist_for_order .checklist_item:not(:last-child) {
    margin-bottom: 15px;
}

.checklist_for_order .checklist_item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
}

.checklist_for_order .checklist_item a:hover {
    color: #48c0e5;
}

.checklist_for_order .checklist_item a img {
    max-width: 20px;
    margin-right: 10px;
    margin-top: -2px;
	vertical-align: top;
}

.checklist_for_order .checklist_item p {
    margin-bottom: 0;
}

.delivery_caution {
    background: #fcdccd;
    color: #333;
    padding: 20px 15px;
    font-size: 12px;
    margin-bottom: 15px;
}

.delivery_caution .caution_head {
    font-family: 'Roboto Bold';
}

.delivery_caution p {
    margin-bottom: 0;
}

.price-card .delivery_date_hint,
.price-card .delivery_date_hint>span {
    font-size: 12px !important;
    color: #48c0e5 !important;
    font-family: 'Roboto Bold' !important;
}

/* select section */

.select_sect {
    padding: 0px 50px;
    margin: 70px 0 50px 0;
}

.select_sect .select-headline {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 100px;
}

.select_sect .bemaster {
    padding: 0px 15px;
    color: #696965;
}

.select_sect .bemaster h4 {
    margin-bottom: 25px;
}

.select_sect .bemaster .checkbox-group {
    background-color: #f9f9fb;
    padding: 15px;
}

.select_sect .checkbox-group .checkbox-container {
    margin-bottom: 0;
}

.select_sect .bemaster .form-control option {
    padding: 0px 20px;
}

.select_sect .bemaster .options {
    width: 50%;
    margin: 0 0 0 auto;
    display: none;
    transform-origin: top;
    -webkit-animation: scale-in-ver-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-ver-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.select_sect select {
    appearance: none;
    -webkit-appearance: none;
    padding: 12px 20px;
}

.select_sect .select-wrapper .select-arrow {
    bottom: 22px !important;
}

@keyframes scale-in-ver-center {
    0% {
        -webkit-transform: scaleY(0);
        transform-origin: top;
        transform: scaleY(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scaleY(1);
        transform-origin: top;
        transform: scaleY(1);
        opacity: 1;
    }
}

.select_sect .das-bekomme h4,
.select_sect .bemaster h4 {
    font-size: 20px;
    font-family: 'Roboto Medium';
    color: #48c0e5;
    text-transform: uppercase;
}

.select_sect .das-bekomme {
    padding: 50px 70px;
    background-color: #f9f9fb;
    height: 100%;
    width: 100%;
}

.select_sect .das-bekomme h4 {
    margin-bottom: 40px;
}

.das-bekomme .das-bekomme-links a {
    display: block;
    margin-bottom: 20px;
    color: #333;
    font-family: 'Roboto Medium';
    position: relative;
    padding-left: 40px;
}

.das-bekomme .das-bekomme-links a:hover {
    text-decoration: none;
    color: #48c0e5;
}

.das-bekomme .das-bekomme-links a.noshow {
	display: none;
}


.das-bekomme-links a span {
    position: absolute;
    top: -4px;
    left: 0;
}

.das-bekomme .das-bekomme-links img {
    height: 30px;
}

.price_tag_wrap {
    font-family: 'Roboto Medium';
    color: #48c0e5;
    font-size: 18px;
}

.beispiele_blog_sect {
    background: #eeeded;
    margin-bottom: 70px;
    position: relative;
    color: #333;
}

.beispiele_blog_sect>.blog_fluid {
    padding: 0 100px;
}

.beispiele_blog_sect .blog_fluid>.row {
    align-items: center;
    padding: 0 100px;
}

.beispiele_blog_sect .left_col {
    padding: 0 50px;
}

.beispiele_blog_sect .single_blog_wrap {
    margin-bottom: 20px;
}

.single_blog_wrap .blog_title {
    font-family: 'Roboto Medium';
    color: #48c0e5;
    font-size: 22px;
    text-transform: uppercase;
}

.single_blog_wrap .blog_title strong {
    font-family: 'Roboto Bold';
    font-weight: normal;
}

.single_blog_wrap .blog_excerpt {
    font-size: 14px;
    margin-bottom: 5px;
}

.single_blog_wrap .blog_more {
    font-family: 'Roboto Regular';
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}

.single_blog_wrap .blog_more:hover {
    color: #48c0e5;
    text-decoration: none;
}

.single_blog_wrap .blog_more i {
    transition: all .3s;
}

.single_blog_wrap .blog_more:hover i {
    padding-left: 5px;
}

.beispiele_blog_sect .right_col img {
    width: 50vw;
    min-height: 680px;
}

.beispiele_blog_sect::after {
    content: '';
    width: 200px;
    height: 270px;
    background: url(/img/plant.png) center/cover no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width:767px) {
    .select_sect .select-headline {
        padding: 0 0;
    }
    .select_sect .bemaster,
    .select_sect {
        padding: 0 15px;
    }
    .select_sect .das-bekomme {
        padding: 30px 30px;
    }
    .select_sect .bemaster .options {
        width: 75%;
    }
}

@media screen and (max-width:991px) {
    .beispiele_blog_sect>.blog_fluid {
        padding: 0 0;
    }
    .beispiele_blog_sect .blog_fluid>.row {
        padding: 0 15px;
    }
}

@media screen and (max-width:1199px) {
    .beispiele_blog_sect .right_col img {
        min-height: auto !important;
        width: 100%;
    }
    .beispiele_blog_sect {
        padding: 50px 0;
    }
    .beispiele_blog_sect::after {
        display: none;
    }
}

#msform .btn-orange{
-webkit-appearance: none
}

.heading-with-line.big_heading{
    display: inline !important
}


.desing-fachsheet-content {
    padding: 30px 40px !important;
}

.desing-fachsheet-content .design-img-wrapper {
    height: 480px;
    background: transparent;
    padding-top: 0;
}

.desing-fachsheet-content .tab-pane {
    padding-top: 20px;
}

.desing-fachsheet-content .btn_wrap .btn {
    background: #ebebeb;
    font-size: 12px;
    padding: 25px 15px;
    border-radius: 0;
    width: 105px;
}

.desing-fachsheet-content .btn_wrap .btn:hover {
    box-shadow: none !important;
    border: 1px solid #cecece;
}

.desing-fachsheet-content .btn_wrap .fa {
    font-size: 18px;
    margin-bottom: 10px;
    display: block;
}

.desing-fachsheet-content .nav-pills a {
    margin: 0;
    margin-right: 5px;
    margin-bottom: 5px;
}

.desing-fachsheet-content .tabs {
    padding: 0 0;
}

.etgfactsheets .etgrow:not(:first-child) {
	display: none;
}


.extra-label-wrap {
    background-color: #f9f9fb;
    padding: 30px 20px;
}

.extra-label-wrap label {
    display: flex;
    align-items: center;
}

.extra-label-wrap label>div {
    flex-grow: 1;
}

.extra-label-wrap .img img {
    height: 35px;
}

.extra-label-wrap .text .label {
    color: #333;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    font-size: 14px;
}

.extra-label-wrap .text .small {
    font-family: 'Roboto Light';
    color: #696965;
}

.extra-label-wrap .price p {
    color: #48c0e5;
    font-family: 'Roboto Regular';
}

.extra-label-wrap .price strong {
    font-family: 'Roboto Bold';
    font-weight: normal;
}

.extra-label-wrap p {
    margin-bottom: 0;
}

.extra-label-wrap .select-wrapper {
    margin-left: 30px;
}

.extra-label-wrap select {
    padding: 10px 15px;
}

.extra-label-wrap select,
.extra-label-wrap select:focus {
    background: #f9f9fb;
}

.extra-label-wrap select.white,
.extra-label-wrap select.white:focus {
    background: #fff;
}

.extra-label-wrap .select-wrapper .select-arrow {
    right: 20px;
    bottom: 20px !important;
}

.haus_schnitt_content .checkbox-container {
    display: inline-block;
    padding-left: 30px;
}

.haus_schnitt_content .checkbox-container {
    margin-right: 20px;
}

.haus_schnitt_content label .checkmark {
    top: 2px;
    left: 0;
}

.haus_schnitt_content {
    color: #696965;
}

.roboto-light {
    font-family: 'Roboto Light';
}

.roboto-regular {
    font-family: 'Roboto Regular';
}

.roboto-medium {
    font-family: 'Roboto Medium';
}

.roboto-bold {
    font-family: 'Roboto Bold';
}

.extra_number {
    background: #48c0e5;
    color: #fff;
    border-radius: 30px;
    font-family: 'Roboto Bold';
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.haus_schnitt_content .file-upload-content {
/*
    display: none;
*/
}


.coupon_code_col {
    align-items: center;
    display: flex;
}

.percent_success_wrap {
    background-color: #f9f9fb;
    padding: 10px 15px;
    text-transform: uppercase;
}

.percent_success_wrap>img {
    width: 38px;
    margin-right: 5px;
}

.percent_success_wrap .coupon_code_wrap {
    color: #48c0e5;
    font-family: 'Roboto Medium';
}


.bungalow_sect h4 {
    font-size: 20px;
    font-family: 'Roboto Medium';
    color: #48c0e5;
    text-transform: uppercase;
}

.bungalow_sect .bungalow_item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.bungalow_sect .bungalow_item {
    position: relative;
    height: 200px;
}

.bungalow_sect .bungalow_item .overlay {
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #d27f53ba;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    transition: all .3s;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.bungalow_sect .bungalow_item:hover .overlay {
    opacity: 1;
    transform: scale(1.03);
}


/* second row */

.bungalow_sect .hidden_row {
    display: none;
    animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-top {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.hidden_row.show {
    display: flex;
}


/* light box */

.light_box_container {
    height: 100vh;
    width: 100vw;
    position: fixed;
    z-index: 1020;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
    flex-direction: column;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.light_box_container .light_inner {
    position: relative;
    width: 95vw;
    max-width: 100%;
    text-align: center;
    height: auto;
    overflow-x: hidden;
    animation: scale-up-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


/* light box animation */

@-webkit-keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-up-center {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.light_box_container .light_inner .light_box img {
    object-fit: cover;
    max-height: 100%;
    min-width: 95vw;
}

.light_box_container .light_inner .light_box {
    display: none;
}

.light_box_container .light_inner #closeBtn {
    background-color: #5d5a59;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: 300;
    cursor: pointer;
    transition: .3s;
    width: 35px;
    height: 35px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* filter section stylings */

.filter_sect {
    margin-top: 88px;
}

.filter_sect .filter_head {
    display: flex;
}

.filter_sect .filter_head>div {
    flex-basis: 50%;
    align-items: center;
    display: flex;
    padding: 8px 10px;
}

.filter_sect .filter_head .filter_text {
    background-color: #f9f9fb;
    font-size: 18px;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    color: #48c0e5;
}

.filter_sect .filter_head .head_btn {
    background-color: #ebebeb;
    font-size: 12px;
    font-family: 'Roboto Medium';
}

.filter_sect .filter_head .head_btn a {
    transition: all .3s;
    color: #555555;
}

.filter_sect .filter_head .head_btn a:hover {
    color: #48c0e5;
    text-decoration: none;
}

.filter_sect .etagen_head_text,
.Schlafzimmer_head_text,
.grobe_head_text,
.Besonderheiten_head_text,
.treppenart_head_text {
    font-family: 'Roboto Regular';
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 10px 0 10px;
    color: #333;
}

.filter_sect hr {
    margin: 10px 0px 15px 0;
    border-color: #48c0e5;
}

.filter_sect .etagen_pagination,
.Schlafzimmer_pagination {
    display: flex;
}

.filter_sect .nums {
    margin-right: 10px;
    border-radius: 50%;
    padding: 5px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #cccccc;
    transition: all .3s;
    font-family: 'Roboto Light';
}

.filter_sect .nums:hover {
    background-color: #48c0e5;
    color: #fff !important;
    font-family: 'Roboto Bold';
}

.filter_sect .nums.active {
    border-color: #48c0e5;
    font-family: 'Roboto Bold';
    color: #48c0e5;
}

.filter_sect .select-form .form-group,
.filter_sect .select-form .checkbox-container {
    margin-bottom: 10px;
}

.inc-dec-wrap {
width: 85px;
}
.room-items-wrap .quantity-field {
width: 25px;
margin-left: 10px;
}
@-moz-document url-prefix() {
.room-items-wrap .quantity-field {
margin-left: 0;
}
}






.order-reason-wrap {
    background-color: #f9f9fb;
    padding: 40px 25px;
    margin-bottom: 30px;
}

.order-reason-wrap h4 {
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    color: #696965;
    font-size: 16px;
}

.order-reason-wrap .btn-wrap {
    display: flex;
    text-align: center;
    margin-top: 30px;
}

.order-reason-wrap .btn-wrap a {
    flex: 1 1 0px;
    margin: 0 5px;
    padding: 12px 5px;
    font-size: 12px;
    color: #333;
    font-family: 'Roboto Medium';
    border: 1px solid transparent;
    border-radius: 3px;
    outline: 0;
    box-shadow: none;
}

.order-reason-wrap .btn-wrap a:hover{
    text-decoration: none;
    border: 1px solid #777;
}

.order-reason-wrap .btn-wrap a.active{
    background: #fff;
    border: 1px solid #48c0e5;
}

.order-reason-wrap .btn-wrap img {
    max-height: 35px;
    margin-bottom: 8px;
}

.newsletter-col .newsletter-checkbox strong{
    font-family: 'Roboto Medium';
    font-weight: normal;
}
@media screen and (max-width:991px) {
    .personsInfo {
        display: none;
        padding: 25px 0px 0 15px;
    }
}

@media screen and (min-width:992px) {
    .giftwrap-row{
/*        margin-top: -80px; */
    }
}

.personsInfo {
    display: none;
    padding: 25px 0px 0 35px;
}

.gift-wrap {
    margin: 0 25px;
    border-bottom: 1px solid #efefee;
    border-top: 1px solid #efefee;
    padding: 25px;
}

.gift-wrap:last-child {
    border-top: none;
}

.gift-wrap .checkbox-container {
    margin-bottom: 0;
}

.gift-wrap .form-control, .gift-wrap select {
    padding: 11px 11px;
    font-size: 14px;
    line-height: 1.1;
}

.select-wrapper .select-arrow {
    transform: scale(.7);
    right: 17px;
    bottom: 17px !important;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
}












.select-form .options{
    display: none;
    padding-left: 30px;
}

.options .selectBoxWrap select{
    padding: 10px 10px !important;
}

.pop-btn-wrap a{
    font-size: 14px;
    font-family: 'Roboto Medium';
}
.pop-btn-wrap a strong{
    font-family: 'Roboto Bold';
    color: #3b75e0;
    text-transform: uppercase;
    font-weight: normal;
}

.pop-btn-wrap a:hover, .pop-btn-wrap a .fa-pen{
    color: #5d5a49;
    text-decoration: none;
}

.pop-btn-wrap a:hover .fa-exclamation, .pop-btn-wrap a:hover .fa-pen{
    color: #48c0e5;
}

.frag-popup .modal-dialog{
    max-width: 1090px;
    box-shadow: 0 0 3px 3px #5d5a79;
}

.frag-popup .modal-content{
    padding: 70px 80px;
    border: none;
}

.frag-popup .modal-content p, .frag-popup .modal-content li, .frag-popup .modal-content .checkbox-container, .frag-popup .modal-content ul, .frag-popup .modal-content .form-group{
    margin-bottom: 0;
}

.frag-popup .modal-content>h3{
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.font-light{
    font-family: 'Roboto Light';
}

.font-regular{
    font-family: 'Roboto Regular';
}

.font-medium{
    font-family: 'Roboto Medium';
}

.font-bold{
    font-family: 'Roboto Bold';
}

.frag-popup .modal-content .fragpop-row-wrap{
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
}

.frag-popup .modal-content .fragpop-row-wrap.border-0 {
	padding-bottom: 0px;
}

.frag-popup .modal-content .fragpop-row-wrap.pT-0 {
	padding-top: 0px;
}


.frag-popup .fragpop-main-cont, .frag-popup .fragpop-btn-wrap {
/*    width: 550px;*/
    max-width: 100%;
    margin: 0 auto;
}

.frag-popup .modal-content .font-regular{
    color: #67605d
}

.frag-popup .fragpop-main-cont.deckenhohe-cont input,
.frag-popup .fragpop-main-cont input.fragInput,
.frag-popup .fragpop-main-cont.punkt-fur-cont select,
.frag-popup .fragpop-main-cont select.fragSelect {
    padding: 0px 10px;
/*    width: 65px;*/
    border-radius: 3px;
    font-size: 15px;
    border-width: 1px;
}

.frag-popup .fragpop-main-cont.punkt-fur-cont select,
.frag-popup .fragpop-main-cont select.fragSelect
{
    width: 156px;
    padding: 1px 10px;
}

.frag-popup .wohnfleche-cont .frag-sublevel, .frag-popup .wohnfleche-cont .question p
{
    border-left: 2px solid #48c0e5;
    margin-left: 15px;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.frag-popup .fragpop-main-cont.wohnfleche-cont{
    margin: 15px auto;
    margin-bottom: 5px;
}

.frag-popup .subrow-bottom-wrap{
    width: 550px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.frag-popup .subrow-bottom-wrap::before {
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	border-left: 2px solid #48c0e5;
	position: absolute;
	z-index: 999;
	left: 60px;
}

.frag-popup .subrow-bottom-wrap .frag-sublevel{
    padding-left: 60px;
}

.frag-popup .subrow-bottom-wrap .frag-subrow{
    margin: 15px 0;
}

.frag-popup .fragpop-btn-wrap{
    margin: 30px auto;
    padding-left: 75px;
}

.frag-popup .fragpop-btn-wrap .btn-close{
    color: #959494;
}

.frag-popup .fragpop-btn-wrap .btn-close:hover{
    color: #5d5a49;
    text-decoration: none;
}

.frag-popup .fragpop-btn-wrap .btn-green{
    background: #38b549;
    color: #fff;
    padding: 15px 40px;
    border: 1px solid #38b549;
}

.frag-popup .fragpop-btn-wrap .btn-green:hover{
    background: transparent;
    border: 1px solid #38b549;
    color: #38b549;
}

.fragPopOpener .fa-check{
    color: #38b549;
}

a.fragPopOpener.done {
	color: #696965;
}

div.fragOpener a.done { display: none; }
div.fragOpener.done a { display: none; }
div.fragOpener.done a.done { display: block; }

.frag-popup .modal-content .fragpop-row-wrap.pT-0 .frag-subrow {
	margin-top: 0px;
	margin-bottom: 0px;
}

.frag-popup .modal-content .fragpop-row-wrap.pT-0 .frag-subrow:first-child {
	margin-top: 15px;
}

.frag-popup .modal-content .fragpop-row-wrap.pT-0 .frag-subrow .question p {
	padding-top: 10px;
	padding-bottom: 10px;
}


.table_bordered th, .table_bordered td{
    border: 1px solid #dfdfdd !important;
    height: 55px;
    vertical-align: middle !important
}


.roof_items_wrapper li {
display: inline-block;
margin: 7px 15px 7px 0;
text-transform: uppercase;
font-family: 'Roboto Regular'
}

.roof_items_wrapper a:hover {
color: #5d5a59;
text-decoration: none
}

.heading-with-line.big_heading {
display: inline !important
}

.h4_sm {
font-size: 18px !important;
}

.formin_check input {
	max-height: 50px;
	padding: 10px 15px !important;
}

.room-single-item .room-item {
width: 64%;
}
.inc-dec-wrap {
width: 95px;
}
.room-items-wrap .quantity-field {
width: 35px;
}

#zimmerPopup .modal-dialog{
    max-width: 1090px;
    margin: 20px auto;
    margin-bottom: 150px;
    box-shadow: 0 0 3px 3px #5d5a79;
}

#zimmerPopup .modal-content{
    padding: 50px 20px;
    border: none;
}

.zimmer_option_wrapper .zimmer_heading{
    font-size: 36px;
    color: #48c0e5;
    text-transform: uppercase;
    font-family: 'Roboto Medium';
    text-align: center;
    margin-bottom: 30px;
}

.zimmer_option_wrapper .zimmer_nav_tabs{
    display: block;
    border: none;
}

.zimmer_option_wrapper .zimmer_nav_tabs .nav-link{
    font-family: 'Roboto Regular';
    color: #5d5a59;
    background: #f9f9fb;
    padding: 7px 30px;
    margin-bottom: 4px;
    font-size: 14px;
    border-radius: 0;
    transition: none;
}

.zimmer_option_wrapper .zimmer_nav_tabs .nav-link:hover{
    color: #48c0e5;
}

.zimmer_option_wrapper .zimmer_nav_tabs .nav-link.active{
    border-right: 3px solid #48c0e5 !important;
    background: #ececed;
}

.zimmer_option_wrapper .zimmer_nav_tabs .nav-link:link, .zimmer_option_wrapper .zimmer_nav_tabs .nav-link:focus, .zimmer_option_wrapper .zimmer_nav_tabs .nav-link:hover{
    border: none;
}

.zimmer_option_wrapper .tabcont_heading{
    font-size: 18px;
    color: #5d5a59;
    font-family: 'Roboto Regular';
}

.zimmer_option_wrapper .tabcont_subheading{
    font-size: 14px;
    color: #5d5a59;
    font-family: 'Roboto Regular';
    margin-bottom: 25px;
}

.zimmer_option_wrapper .tabcont_subheading a{
    font-family: 'Roboto Bold';
    text-transform: uppercase;
}

.zimmer_option_wrapper .tabcont_subheading a:hover{
    text-decoration: none;
    color: #5d5a59;
}

.zimmer_option_wrapper .zimmer_room_row{
    font-family: 'Roboto Regular';
    color: #5d5a59;
    font-size: 14px;
}

.zimmer_option_wrapper .zimmer_btn_wrap{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 720px;
    margin: 0 auto;
}

.zimmer_option_wrapper .zimmer_btn_wrap .btn-close{
    color: #959494;
    font-family: 'Roboto Bold';
    text-transform: uppercase;
}

.zimmer_option_wrapper .zimmer_btn_wrap .btn-close:hover{
    color: #5d5a49;
    text-decoration: none;

}

.zimmer_option_wrapper .zimmer_btn_wrap .btn-gray{
    background: #ececed;
    color: #48c0e5;
    padding: 15px 40px;
    font-family: 'Roboto Bold';
}

div.zimmer_select_wrap {
	margin-top: 25px;
}

.zimmer_select_wrap select{
    padding: 10px 10px !important;
}

.zimmer_option_wrapper .zimmer_btn_wrap .btn-gray:hover{
    background: #48c0e5;
    color: #fff;
}

.zimmer_select_wrap .zimmer_popup_opener{
    padding-left: 17px;
    color: #5d5a49;
    font-size: 14px;
}

.zimmer_select_wrap .zimmer_popup_opener:hover{
    color: #48c0e5;
    text-decoration: none;
}


.nordfeil_popup .modal-dialog {
	max-width: 1090px;
	margin: 20px auto;
	margin-bottom: 150px;
	box-shadow: 0 0 3px 3px .5d5a79;
}

.nordfeil_popup .modal-content {
	padding: 70px 50px;
	border: none;
}

.nordfeil_popup .nordfeilpop_heading {
	font-size: 36px;
	color: #48c0e5;
	text-transform: uppercase;
	font-family: 'Roboto Medium';
	text-align: center;
	margin-bottom: 50px;
}

.nordfeil_popup .nordfeil_single_item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #cdcdcd;
    padding: 20px 15px;
    position: relative;
}

.nordfeil_single_item.nordfeil_selected::before{
    content: '';
    width: 75px;
    height: 75px;
    position: absolute;
    background: url(../img/img-checkmark.png) no-repeat;
    right: -35px;
    transform: scale(.55);
    top: -35px;
}

.nordfeil_popup .nordfeil_single_item:hover,
.nordfeil_single_item.nordfeil_selected{
    border: 1px solid #48c0e5;
    text-decoration: none;
}

.nordfeil_single_item>p{
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 10px;
    color: #67605d;
    font-family: 'Roboto Medium';
    font-size: 14px;
}

.nordfeil_select_wrap{
/*    padding-left: 35px;
    display: none; */
}

/*
.nordfeil_select_wrap>p{
    font-size: 14px;
}
*/

.nordfeil_select_wrap .font-medium { font-size: 14px; }


.nordfeil_popup_opener{
    color: #5d5a49;
}

.nordfeil_popup_opener:hover{
    text-decoration: none;
    color: #48c0e5;
}

.nordfeil_popup .nordfeil_btn_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
}

.nordfeil_popup .nordfeil_btn_wrap a{
    margin: 0 60px;
}

.nordfeil_popup .btn-green{
    background: #38b549;
    color: #fff;
    padding: 15px 40px;
    border: 1px solid #38b549;
}

.nordfeil_popup .btn-green:hover{
    background-color: transparent;
    color: #38b549;
}

.nordfeil_popup .btn-close{
    color: #959494;
    font-family: 'Roboto Bold';
    text-transform: uppercase;

}

.nordfeil_popup .btn-close:hover{
    color: #5d5a49;
    text-decoration: none;
}


.zimmer_option_wrapper .zimmer_nav_tabs .nav-link.active{
color: #48c0e5;
}
.zimmer_option_wrapper .zimmer_nav_tabs .nav-link{
padding: 14px 30px !important;
}
.zimmer_option_wrapper .zimmer_btn_wrap .btn-green{
background: #38b549;
color: #fff;
padding: 15px 40px;
border: 1px solid #38b549;
}
.zimmer_option_wrapper .zimmer_btn_wrap .btn-green:hover{
background: transparent;
color: #38b549;
}

.radio-container {
display: inline-block;
position: relative;
padding-left: 20px;
margin-bottom: 0;
cursor: pointer;
font-size: 16px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-top: 3px;
margin-right: 5px;
}

.radio-container input {
position: absolute;
opacity: 0;
cursor: pointer;
}

.radio-container .checkmark {
position: absolute;
top: 8px;
left: 0;
height: 15px;
width: 15px;
background-color: transparent;
border: 1px solid #c5c5c5;
border-radius: 50%;
}

.radio-container .checkmark::after {
top: 2.7px;
left: 2.7px;
width: 8px;
height: 8px;
border-radius: 50%;
background: #48c0e5;
}

.radio-container input:checked ~ .checkmark::after {
display: block;
}


.frag-popup .col-md-2 {
display: flex;
align-items: center;
}

.info_box .info_box_main{
    background: #f9f9fb;
    padding: 10px 40px;
    display: flex;
    width: 980px;
    margin: 0 auto;
    color: #333;
	margin-top: 40px;
	margin-bottom: 80px;
}

.info_box .info_box_main .icon{
    width: 170px;
    position: relative;
}

.info_box .info_box_main .icon img{
    height: 60px;
    position: absolute;
    top: -30px;
}

.info_box .info_box_main .text strong.into {
    color: #48c0e5;
}

.info_box .info_box_main .text strong{
    font-family: 'Roboto Bold';
    font-weight: normal;
}

.info_box .info_box_main .text a{
    color: #333;
}

.info_box .info_box_main .text a:hover{
    color: #48c0e5;
    text-decoration: none;
}


.mini_sticky_nav{
    position: fixed;
    right: 25px;
    top: 33px;
    font-size: 20px;
    display: none;
    z-index: 9999999;
    background: #fff;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #ddd;
}

.mini_sticky_nav.show{
    display: flex;
}

header.stickToTop{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: #fff;
    padding-bottom: 20px;
}

@media screen and (max-width:991px){
    .mini_sticky_nav{
        display: none !important;
    }
}

.dropdown-menu.megamenu h4 {
    font-family: 'Roboto Medium';
    color: #48c0e5;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #afacac;
    padding-bottom: 5px;
}

.dropdown-menu.megamenu .not-bordered {
    border-bottom: none;
}

.nav-item.has-megamenu .nav-link {
    position: relative;
}

.nav-item.has-megamenu .nav-link::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f9f9fb;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translatex(-50%);
    display: none;
}

.nav-item.has-megamenu .nav-link:hover::after {
    display: block;
}

.dropdown-menu.megamenu p {
    font-family: 'Roboto Light';
}

.dropdown-menu.megamenu .nav-link {
    padding: 0 0 !important;
    text-transform: none;
    margin-bottom: 5px;
    font-size: 14px;
}

.dropdown-menu.megamenu .nav-link.mehr {
    color: #48c0e5;
}

.dropdown-menu.megamenu .nav-link.more {
    color: #333;
}

.dropdown-menu.megamenu .nav-link:hover {
    padding-left: 5px !important;
}

.dropdown-menu.megamenu .col-sm-12 img {
    min-height: 180px;
    max-height: 180.1px;
}

.megamenu .mmenu-img-wrap img:hover {
    box-shadow: 0px 0px 5px 3px rgba(219, 219, 219, 0.5) !important;
}

@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static!important;
    }
    .navbar .dropdown-menu.megamenu {
        left: 50%;
        right: 0;
        transform: translatex(-50%) scaley(0) !important;
        width: 1320px;
        max-width: 100%;
        padding: 40px 60px !important;
        margin-left: 0 !important;
        box-shadow: 2px 2px 3px 2px rgba(219, 219, 219, 0.5) !important;
    }
    #primary .dropdown:hover .dropdown-menu.megamenu {
        transform: translatex(-50%) scaley(1) !important;
    }
}

@media(max-width: 991px) {
    .navbar .dropdown-menu.megamenu {
        padding-left: 25px !important;
    }
    .dropdown-menu.megamenu h4 {
        font-size: 18px;
        margin-bottom: 15px;
        margin-top: 25px;
    }
}



.table_bordered th, .table_bordered td{
border: 1px solid #dfdfdd !important;
height: 55px;
vertical-align: middle !important
}


.sticky-top {
	z-index:800;
}


.konfigurations_popup_text{
    color: #8b8b8b;
}

.konfigurations_popup_opener:hover{
    text-decoration: none;
    color: #5d5a49;
}

.konfigurations_popup .modal-dialog {
	max-width: 700px;
	margin: 20px auto;
	box-shadow: 0 0 3px 3px #5d5a59;
}

.konfigurations_popup .modal-content {
	padding: 50px 120px;
	border: none;
}

.konfigurations_popup .konfigurationspop_heading {
	font-size: 36px;
	color: #48c0e5;
	text-transform: uppercase;
	font-family: 'Roboto Medium';
	text-align: center;
	margin-bottom: 30px;
}

.konfigurations_popup .btn-orange{
    display: block;
    font-family: 'Roboto Bold';
    padding: 13px 20px;
    background: #48c0e5;
    font-size: 22px;
}

.konfigurations_popup .btn-orange:hover{
    background: #5d5a59;
}

.konfigurations_popup .btn-close{
    font-size: 22px;
    margin-top: 15px;
    color: #716e6d;
    text-align: center;
    font-family: 'Roboto Regular';
    display: block;
}

.konfigurations_popup .btn-close:hover{
    color: #333;
    text-decoration: none;
}

.konfigurations_popup .far.fa-check-circle.orange {
	font-size: 50px;
	margin-top: 26px;
	margin-bottom: 26px;
}

.anschrift_wrap {
    padding: 10px 15px;
    margin-bottom: 10px;
}

.anschrift_wrap .objtakeover { display: none; }

.anschrift_wrap.active {
    background-color: #f9f9fb;
}

.anschrift_wrap.active .objtakeover { display: block; }
.anschrift_wrap.active .noinfo { display: none; }


.login_popup_text{
    margin-bottom: 10px;
    padding: 10px 0;
}

.anschrift_wrap p{
    margin-bottom: 0;
}

.login_popup_opener, .anschrift_wrap .anschrift_link{
    text-decoration: underline;
}

.login_popup_opener:hover, .anschrift_wrap .anschrift_link:hover{
    text-decoration: none;
    color: #5d5a79;
}

.login_popup .modal-dialog {
	max-width: 700px;
	margin: 20px auto;
	box-shadow: 0 0 3px 3px #5d5a59;
}

.login_popup .modal-content {
	padding: 50px 120px;
	border: none;
}

.login_popup .loginpop_heading {
	font-size: 36px;
	color: #48c0e5;
	text-transform: uppercase;
	font-family: 'Roboto Medium';
	text-align: center;
	margin-bottom: 30px;
}

.login_popup .form-group{
    position: relative;
}

.login_popup .popupd_form .fa-eye {
	position: absolute;
	right: 20px;
	top: 23px;
	color: #b1afae;
	cursor: pointer;
}

.login_popup .popupd_form .checkbox-container {
	display: inline-block;
    font-size: 16px;
}

.login_popup .popupd_form .forgotten-pw {
	font-family: 'Roboto Bold';
	float: right;
	color: #48c0e5;
	text-decoration: none;
}

.login_popup .popupd_form .forgotten-pw:hover{
    color: #5d5a49;
}

.login_popup .popupd_form .btn-orange{
    display: block;
    font-family: 'Roboto Bold';
    padding: 13px 20px;
    background: #48c0e5;
    font-size: 22px;
}

.login_popup .popupd_form .btn-orange:hover{
    background: #5d5a59;
}

.login_popup .btn-close{
    font-size: 22px;
    margin-top: 15px;
    color: #716e6d;
    text-align: center;
    font-family: 'Roboto Regular';
    display: block;
}

.login_popup .btn-close:hover{
    color: #333;
    text-decoration: none;
}



.checkbox-container.disclaimer_checkbox{
    margin-bottom: 5px;
}

.disclaimer_content_wrap{
    font-size: 14px;
}

.disclaimer_content_wrap .form-control,
.disclaimer_content_wrap .checkbox-container,
.disclaimer_content_wrap select option{
    font-size: 14px !important;
}

.disclaimer_content_wrap .disclaimer_popup_opener{
    color: #5d5a49;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
}

.disclaimer_content_wrap .disclaimer_popup_opener:hover{
    color: #48c0e5;
    text-decoration: none;
}

.vorlage_wrap .form-group{
    margin-bottom: 7px;
}
.form-group{
    position: relative;
}

.vorlage_wrap .vorlage_link, .speichern_wrap .speichern_link{
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
}

.vorlage_wrap .vorlage_link:hover, .speichern_wrap .speichern_link:hover{
    text-decoration: none;
    color: #5d5a49;
}

.disclaimer_content_wrap .form-control {
	padding: 10px 10px !important;
}

.disclaimer_content_wrap .select-wrapper .select-arrow{
    bottom: 20px !important;
}

.speichern_cont_wrap .speichern_checkbox_wrap, .speichern_cont_wrap .speicher_input_wrap{
    margin-bottom: 7px;
}

.speichern_checkbox_wrap .checkbox-container{
    margin-bottom: 0;
    padding-left: 30px;
}

.vorlage_cont_wrap, .speichern_cont_wrap{
    display: none;
    margin-top: 15px;
}

#disclaimerPopup .modal-dialog{
    max-width: 1090px;
    margin: 20px auto;
    margin-bottom: 150px;
    box-shadow: 0 0 3px 3px #5d5a79;
}

#disclaimerPopup .modal-content{
    padding: 50px;
    border: none;
}

#disclaimerPopup .disc_pop_heading{
    font-size: 36px;
    color: #48c0e5;
    text-transform: uppercase;
    font-family: 'Roboto Medium';
    text-align: center;
    margin-bottom: 30px;
}

#discAccordion .disc_accord_btn{
    display: block;
    border: none;
    font-family: 'Roboto Regular';
    color: #5d5a59;
    background: #f9f9fb;
    margin-bottom: 4px;
    font-size: 14px;
    border-radius: 0;
    transition: none;
    padding: 14px 20px;
    width: 100%;
    text-align: left;
    border-left: 3px solid #f9f9fb;
    outline: 0;
}

#discAccordion .disc_accord_btn:hover{
    color: #48c0e5;
}

#discAccordion .disc_accord_btn.active{
    border-left: 3px solid #48c0e5;
    background: #ececed;
}

#discAccordion .disc_accord_btn>.fa-check{
    opacity: 0;
    padding-right: 5px;
}

#discAccordion .accord_item .accord_main_cont{
    padding: 5px 20px 0 20px;
}

#discAccordion .accord_item .next_accord_link{
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
}

#discAccordion .accord_item .next_accord_link:hover{
    color: #5d5a49;
    text-decoration: none;
}

#discAccordion .accord_item .checkmark {
	top: 2px;
	height: 17px;
	width: 17px;
}

#discAccordion .accord_item .checkbox-container{
    padding-left: 30px;
    font-family: 'Roboto Regular';
    margin-bottom: 5px;
}

#discAccordion .checkbox-container .checkmark::after {
	left: 4px;
	top: 1px;
	width: 6px;
	height: 11px;
    border-width: 0 3px 3px 0;
}

#disclaimerPopup .disc_popbtn_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

#disclaimerPopup .disc_popbtn_wrap .btn-close{
    color: #959494;
    font-family: 'Roboto Bold';
    text-transform: uppercase;
}

#disclaimerPopup .disc_popbtn_wrap .btn-close:hover{
    color: #5d5a49;
    text-decoration: none;
}

#disclaimerPopup .disc_popbtn_wrap .btn-green{
    background: #38b549;
    color: #fff;
    padding: 15px 40px;
    border: 1px solid #38b549;
}

#disclaimerPopup .disc_popbtn_wrap .btn-green:hover{
    background: transparent;
    color: #38b549;
}

#disclaimerPopup .disc_popbtn_wrap>a{
    margin: 0 25px;
}

.disclaimer_content_wrap textarea.form-control{
    height: 120px;
    resize: none;
}

.accord_item .balkone_loggia_wrap{
    margin-bottom: 15px;
    text-align: right;
}

.balkone_loggia_wrap .select-wrapper .select-arrow {
	bottom: 18px !important;
	right: 15px;
}

.balkone_loggia_wrap .checkbox-container{
    display: inline-block;
    padding-left: 22px !important;
    margin-left: 10px;
}

#discAccordion .balkone_loggia_wrap .checkbox-container .checkmark::after {
	left: 5px;
	top: 1px;
	width: 6px;
	height: 11px;
	border-width: 0 3px 3px 0;
}

#discAccordion .balkone_loggia_wrap select,
#discAccordion .balkone_loggia_wrap input{
    padding: 4px 4px !important;
    border-radius: 5px;
}

.numb_circle{
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #48c0e5;
    border-radius: 50%;
    color: #fff;
}


.info_box .info_box_main{
max-width: 100%;
}


@media screen and (max-width:767px){
	.modal-content{
	padding: 30px 20px !important;
	}
}

.table_bordered th, .table_bordered td{
    border: 1px solid #dfdfdd !important;
    height: 55px;
    vertical-align: middle !important
}


@media screen and (max-width:767px) {
.modal-dialog {
margin-left: 15px !important;
margin-right: 15px !important;
}
.tabcontent .pr-0 {
padding-right: 15px !important;
margin-bottom: 1rem;
}
.tabcontent .pl-0 {
padding-left: 15px !important;
margin-bottom: 1rem;
}
.konfigurations_popup .btn-orange {
font-size: 16px;
}
.konfigurations_popup .btn-close {
font-size: 16px;
margin-top: 0;
}
.personsInfo {
padding: 25px 0 0 0;
}
.fragInput, .fragSelect {
width: 90px !important;
margin-left: -25px;
}
.frag-popup .fragpop-btn-wrap {
padding-left: 0;
}
.fragpop-btn-wrap .close-col,
.fragpop-btn-wrap .success-col {
max-width: 50%;
}
.zeichnen-slider-right .single-col{
flex-grow: 0;
width: 33.33%;
}
.zeichnen-slider-right .single-col h4{
font-size: 14px;
}
.zeichnen-slider-right .single-col img{
max-height: 45px;
}
.beispiele_blog_sect > .blog_fluid{
padding-right: 15px !important;
padding-left: 15px !important;
}
.info_box .info_box_main .icon img{
left: -45px;
}
}


#toc-items-wrapper{
    padding: 50px 0;
}

.toc h3{
    color: #48c0e5;
    text-transform: uppercase;
    font-family: 'Roboto Medium';
    font-size: 20px;
    padding-left: 50px;
}

.toc{
    background: #f9f9fb;
    padding: 50px 70px;
}

.toc-items-main .right-col{
    background: #f9f9fb;
    padding: 50px 70px;
    position: relative;
    text-align: right
}

.toc-items-main .right-col::after{
    content: '';
    display: block;
    background: #fff;
    width: 230px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.toc-items-main .right-col img{
    position: relative;
    z-index: 1;
}

.toc ul{
    padding-left: 50px;
}

.toc ul li a{
    color: #5d5a59;
    font-family: 'Roboto Regular';
    text-decoration: none;
    text-transform: uppercase;
    margin: 7px 0;
    display: inline-block;
}

.toc ul li a:hover{
    font-family: 'Roboto Bold';
}

.toc ul li a .number{
    background: #48c0e5;
    color: #fff;
    width: 28px;
    height: 28px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-family: 'Roboto Bold';
    margin-right: 7px;
}

.iHeight-330{
height: 330px
}


.glosar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px auto;
    max-width: 600px;
    flex-wrap: wrap;
}

.glosar-nav li a {
    background-color: #48c0e5;
    color: #fff;
    font-family: 'Roboto Medium';
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px;
    width: 27px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    user-select: none;
}

.glosar-nav li a.active,
.glosar-nav li a:hover {
    background-color: #5d5a49;
}

.glosar-nav li a.disabled {
    background-color: #e47f5177;
    cursor: default;
}

.glosar-sidebar {
    background-color: #f9f9fb;
    padding: 40px;
}

.glosar-item-head,
.glosar-grid-head {
    font-size: 36px;
    color: #48c0e5;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
}

.glosar-toc li a {
    color: #5d5a49;
    text-decoration: none;
}

.glosar-toc li a.active,
.glosar-toc li a:hover {
    font-family: 'Roboto Bold';
    margin-left: 7px;
}

.glosar-content-item {
    margin-bottom: 30px;
    padding-top: 30px;
}

.glosar-content-item .heading-with-line {
    margin-bottom: 10px;
    font-size: 24px;
}

.glosar-content-item .heading-with-line::before {
    transform: scale(.8);
    top: -28px;
}

.glosar-content-item .link-info {
    color: #626262;
    text-decoration: underline;
    font-family: 'Roboto Medium';
    margin-right: 20px;
}

.glosar-content-item .link-info:hover {
    text-decoration: none;
}

.glosar-content-item .link-pdf {
    color: #48c0e5;
    font-family: 'Roboto Medium';
    text-decoration: none;
}

.glosar-content-item .link-pdf:hover {
    color: #626262;
}

.glosar-grid {
    column-count: 5;
    column-gap: 20px;
}

@media screen and (max-width: 991.98px) {
    .glosar-grid {
        column-count: 3;
    }
}

@media screen and (max-width: 767.98px) {
    .glosar-grid {
        column-count: 2;
    }
}

@media (max-width: 575.98px) {
    .glosar-grid {
        column-count: 1;
    }
}

.grid-item-wrap {
    display: inline-block;
    width: 100%;
}

.glosar-grid-item {
    background-color: #f9f9fb;
    margin-bottom: 20px;
    padding: 30px 20px 15px 20px;
    break-inside: avoid;
    page-break-inside: avoid;
    page-break-before: avoid;
}

.glosar-grid-link a {
    color: #5d5a49;
    text-decoration: none;
}

.glosar-grid-link a:hover {
    color: #48c0e5;
}

.glosar-grid-head {
    margin-left: 10px;
}

.glosar-content-wrap {
    margin-bottom: 100px;
}

.cards-sect {
    padding: 50px 0px;
}

.cards-sect .bredcrumb-bottom-txt {
    margin: 20px 0px 70px 0px;
    font-family: 'Roboto Light';
    font-size: 16px;
    padding: 0px 36px;
    color: #333;
}

.cards-sect .cards-main {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 4px;
}

.cards-sect .cards-main .cols {
    -ms-flex: 33%;
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;

}

.cards-sect .cards-main .card {
    text-align: center;
    position: relative;
    font-size: 18px;
    height: auto;
    width: 100%;
    background-color: #f9f9fb;
    margin-bottom: 25px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.cards-sect .card p,
.cards-sect .card span {
    font-family: 'Roboto Regular';
    color: #333;
}

.cards-sect .card .card-icon {
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    border-radius: 50%;
    background-color: #e2865a;
    padding: 10px;
    font-size: 20px;
}

.cards-sect .card .card-content {
    padding: 50px 10px 10px 10px;
}

.cards-sect .card .card-content .stars {
    margin-bottom: 17px;
}

.cards-sect .card .card-content .stars>i {
    color: #f2ad09;
}

.cards-main .cols .mb-4 {
    margin-bottom: 35px !important;
}

.cards-sect .card .bottom-content {
    font-size: 13px;
}

.cards-sect .card .bottom-content strong {
    font-family: 'Roboto Medium';
    font-weight: normal;
}

.cards-sect .card .bottom-content a {
    text-decoration: underline;
    transition: .3s;
}

.cards-sect .card .bottom-content a:hover {
    color: #5d5a59;
    text-decoration: none;
}

.cards-sect .card .icon-white {
    background-color: #dad7d2;
}

.cards-sect .cards-main .lightBox-img img {
    height: 100%;
    width: 100%;
}

.hide {
    display: none;
    -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}


/* lighbox */

#mkLightboxContainer {
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100vh;
    min-width: 100vw;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scaleUP .5s ease-in-out;
    transform-origin: center;
}

@keyframes scaleUP {
    from {
        transform: scale(.5);
    }
    to {
        transform: scale(1);
    }
}

#mkLightboxContainer>* {
    z-index: 9999;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .9);
    z-index: 0;
}

#mkLightboxContainer #mklbInner {
    position: relative;
    height: 100vh;
    transition: all .4s ease-in-out;
    margin-left: 0;
}

#mkLightboxContainer img {
    background: #fff;
    box-shadow: 0 0 30px #333;
    max-height: 95vh;
    max-width: 95vw;
    width: auto;
    height: auto;
}

.mklbItem:hover {
    cursor: pointer;
    font-style: italic;
}

#closeIconContainer {
    width: 25px;
    height: 25px;
    position: fixed;
    top: 25px;
    right: 25px;
    transition: transform .2s linear;
}

#closeIconContainer:hover {
    cursor: pointer;
    transform: rotate(90deg);
}

#closeIconContainer svg:hover {
    fill: #48c0e5;
}

#closeIconContainer svg {
    fill: white;
    transition: .3s;
}

@media(max-width:767px) {
    .cards-sect {
        padding: 30px 0;
    }
    .cards-sect .cards-main .cols {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}


.back-to-toc{
background: #ebebeb;
color: #555;
font-family: 'Roboto Medium';
padding: 15px 20px;
font-size: 14px;
text-decoration: none;
float: right;
}

.back-to-toc:hover{
color: #48c0e5;
text-decoration: none;
}

.top-banner .btn-ok{
    display: inline-block;
    margin-left: 10px;
    margin-top: 5px;
    font-family: 'Roboto Medium';
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 8px;
    border: 1px solid #fff;
    color: #fff;
}

.top-banner .btn-ok:hover{
    text-decoration: none;
    background-color: #fff;
    color: #48c0e5;
}

.toc ul li a {
padding-left: 40px;
position: relative;
}
.toc ul li a .number {
position: absolute;
left: 0;
}


.toc ul li a .number {
letter-spacing: -1px;
}

.toc .subhead {
font-family: 'Roboto Medium';
margin-bottom: 5px;
margin-top: 15px;
color: #48c0e5;
text-transform: uppercase;
font-size: 18px;
}



.number-circled {
background: #48c0e5;
color: #fff;
width: 30px;
height: 30px;
display: inline-flex;
justify-content: center;
align-items: center;
border-radius: 50%;
font-family: 'Roboto Bold';
letter-spacing: -1px;
}

h4 .number-circled{
width: 30px;
height: 30px;
letter-spacing: -0.5px;
}


.counselor-section {
    margin: 50px 0;
}

.baufi-checkboxes {
    margin: 15px 20px;
}

.baufi-checkboxes>p {
    font-family: 'Roboto Medium';
    color: #48c0e5;
    text-transform: uppercase;
}

.baufi-price-input {
    opacity: 1 !important;
    display: inline-block !important;
    border: 1px solid #ccc !important;
    padding: 0 5px !important;
    width: 35px !important;
    position: relative !important;
}

.counselor-general-knowledge {
    margin-bottom: 30px;
    padding-right: 30px;
}

.counselor-general-knowledge .head {
    background-color: #f9f9fb;
    padding-left: 20px;
    display: flex;
    align-items: center;
    font-family: 'Roboto Medium';
}

.counselor-general-knowledge h2 {
    color: #48c0e5;
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 0;
    flex-grow: 1;
    padding: 10px 0;
}

.counselor-general-knowledge .btn-more {
    background-color: #e6e6eb;
    color: #66605d;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 17px;
}

.counselor-general-knowledge .btn-more:hover {
    color: #fff;
    background-color: #48c0e5;
    text-decoration: none;
}

.counselor-general-knowledge .body {
    padding: 15px 0 0 5px;
}

.counselor-general-knowledge .links {
    font-family: 'Roboto Medium';
}

.counselor-sidebar {
    background-color: #f9f9fb;
    padding: 30px;
}


.counselor-sidebar h2 {
    font-size: 30px;
    color: #48c0e5;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    margin-bottom: 30px;
}

.counselor-sidebar .article-item {
    border-bottom: 1px solid #d0d0d1;
    margin-bottom: 15px;
}

.counselor-sidebar .article-item:last-child {
    border: none;
}

.counselor-sidebar .article-item a {
    display: flex;
    color: #333;
}

.counselor-sidebar .article-item a:hover {
    text-decoration: none;
}

.counselor-sidebar .article-item a:hover .title {
    color: #48c0e5;
}

.counselor-sidebar .article-item .thumbnail {
    min-width: 130px;
    max-width: 20%;
    margin-right: 20px;
}

.counselor-sidebar .article-item .content {
    font-size: 14px;
}

.counselor-sidebar .article-item .title {
    font-size: 19px;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    color: #5d5a59;
    margin-bottom: 5px;
}

.counselor-sidebar .article-item:hover > *, .counselor-sidebar .article-item:hover .title, .counselor-sidebar .article-item:hover .title a {
    color: #48c0e5;
}

.counselorall-article-link {
    background-color: #e6e6eb;
    padding: 14px 20px;
    text-align: right;
}

.counselorall-article-link a {
    color: #66605d;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Roboto Medium';
    font-size: 14px;
}

.counselorall-article-link a:hover {
    color: #48c0e5;
}

.thematiccomplex-head {
    display: flex;
    margin-bottom: 30px;
}

.thematiccomplex-head h2 {
    font-size: 30px;
    margin-right: 85px;
}

.thematiccomplex-head > p {
    text-align: justify;
}

.thematiccomplex-item {
    display: flex;
    background-color: #f9f9fb;
    margin-bottom: 30px;
}

.thematiccomplex-item .img-box {
    max-width: 280px;
}

.thematiccomplex-item img {
    min-height: 100%;
    object-fit: cover;
}

.thematiccomplex-item .content {
    font-size: 14px;
    padding: 30px;
}

.thematiccomplex-item h3 {
    font-size: 19px;
    color: #5d5a59;
    text-transform: uppercase;
    font-family: 'Roboto Medium';
}

.thematiccomplex-item a {
    font-family: 'Roboto Medium';
}

.thematiccomplex-item .linksto-all {
    text-align: right;
}

.thematiccomplex-item .linksto-all a {
    color: #66605d;
    text-transform: uppercase;
    text-decoration: none;
}

.thematiccomplex-item .linksto-all a:hover {
    color: #48c0e5;
}

@media screen and (max-width: 767px) {
    .thematiccomplex-head {
        display: block;
    }

    .thematiccomplex-head h2 {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .thematiccomplex-item {
        flex-wrap: wrap;
    }

    .thematiccomplex-item .img-box {
        min-width: 100%;
    }
}


.articlelanding-section {
    margin: 70px 0 120px 0;
}

.articlelanding-headcat h2 {
    font-size: 30px;
}

.articlelanding-headcat.hascat h2 {
    margin-bottom: 0 !important;
}

.articlelanding-headcat.hascat h2::before {
    height: 80px !important;
}

.themenkomplexe-section .articlelanding-headcat h2::before {
    height: 65px;
}

.themenkomplexe-section .articlelanding-headcat h2 {
    margin-bottom: 15px;
}

.articlelanding-headcat.hascat p {
    margin-left: 25px;
    font-family: 'Roboto Regular';
}

.articlelanding-headcat p {
    color: #333;
}

.articlelanding-headcat p a {
    font-family: 'Roboto Bold';
    color: #333;
}

.articlelanding-headcat p a:hover {
    color: #48c0e5;
    text-decoration: none;
}

.articlelanding-headcat p a {
    font-family: 'Roboto Bold';
}

.article-read-more {
    font-family: 'Roboto Bold';
    color: #48c0e5;
    text-transform: uppercase;
    float: right;
    margin-right: 5px;
    width: 230px;
}

.article-read-more .fa {
    transition: .3s all;
}

.article-read-more:hover .fa {
    padding-left: 7px;
}

.article-read-more:hover {
    color: #5a5a49;
    text-decoration: none;
}

.articlelanding-sidebar {
    background-color: #f9f9fb;
    padding: 50px 40px;
    min-height: 240px;
}

.articlelanding-sidebar h3 {
    font-size: 24px;
    font-family: 'Roboto Medium';
    color: #48c0e5;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.articlelanding-sidebar .sidebarlink-item {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.articlelanding-sidebar .sidebarlink-item::after {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 1px solid #bbb;
    width: 104%;
    left: -2%;
    bottom: -15px;
}

.articlelanding-sidebar .sidebarlink-item:last-child {
    margin-bottom: 0;
}

.articlelanding-sidebar .sidebarlink-item:last-child::after {
    display: none
}

.articlelanding-sidebar .sidebarlink-item:hover {
    text-decoration: none;
    opacity: .75;
}

.sidebarlink-item .text p {
    margin-bottom: 0;
}

.sidebarlink-item .icon {
    width: 22px;
    margin-right: 25px;
}

.sidebarlink-item .artname {
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    color: #333;
    font-size: 18px;
}

.sidebarlink-item .artno {
    color: #7c7c7c;
    margin-top: -5px;
}

.articlelanding-section .stair-heading {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Roboto Medium';
    color: #48c0e5;
}

.article-item-wrap::before,
.article-item-wrap::after {
    content: '';
    display: block;
    clear: both;
}

.articlelanding-section .article-item-wrap {
    margin-top: 70px;
    margin-bottom: 70px;
}

.articlelanding-cta {
    background: url(../img/articlecta-bg.png) center/cover no-repeat;
    padding: 90px 0;
    margin-top: 40px;
}

.articlelanding-cta .cta-content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.articlelanding-cta .cta-content h2 {
    color: #5d5a49;
    font-size: 32px;
    margin-bottom: 20px;
}

.articlelanding-cta .cta-content .btn {
    padding: 13px 30px;
}

.checkbox-container .fa-info-circle{
position: relative;
margin-left: 5px;
top: 0;
}

.footer-rating a { font-family: 'Roboto Regular'; font-weight: normal; }


.quiz_section {
    background: url(../img/quiz-bg.png) center/cover no-repeat;
	margin: 50px 0 50px 0;
    padding: 50px 0 100px 0;
}

.quiz_main_wrap {
    background-color: #f9f9fb;
    border: 1px solid #dbdbdb;
    width: 1020px;
    max-width: 100%;
    margin: auto;
}

.quiz_main_wrap .quiz_progress {
    height: 10px;
    position: relative;
}

.quiz_progress .progress_inactive {
    width: 100%;
    height: 100%;
    background-color: #f3d4c8;
    display: block;
    position: absolute;
}

.quiz_progress .progress_active {
    height: 100%;
    background-color: #48c0e5;
    display: block;
    position: absolute;
    z-index: 99;
}

.quiz_progress.pa10-10 .progress_active {
    width: 100%;
}

.quiz_main_wrap .step_count {
    font-family: 'Roboto Bold';
    font-size: 36px;
    color: #48c0e5;
    text-align: center;
    margin-top: 10px;
}

.quiz_main_wrap .quiz_content {
    margin: 50px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

.quiz_content .quiz_icon {
    width: 400px;
    margin-right: 50px;
}

.quiz_text .quiz_heading {
    font-size: 24px;
    font-family: 'Roboto Regular';
}

.quiz_text .quizzes li {
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 8px;
    box-shadow: 1px 2px 1px #dbdbdb;
    font-size: 18px;
    font-family: 'Roboto Medium';
    margin-bottom: 10px;
    cursor: pointer;
    transition: .3s all;
}

.quiz_text .quizzes li:hover,
.quiz_text .quizzes li.active {
    background-color: #5E5A59;
    color: #fff;
}

.quiz_main_wrap .quiz_btn_wrap {
    margin-bottom: 50px;
    text-align: center;
}

.quiz_btn_wrap .btn:hover {
    box-shadow: none !important;
}

.quiz_btn_wrap .btn_next {
    border: 1px solid #48c0e5;
    color: #48c0e5;
    padding: 15px 30px;
    font-size: 16px;
}

.quiz_btn_wrap .btn_next:hover {
    background-color: #48c0e5;
    color: #fff;
}

.quiz_btn_wrap .btn_prev {
    color: #838385;
    font-size: 16px;
}

.quiz_btn_wrap .btn_prev:hover {
    color: #5d5a49;
}

.quiz_result_hint {
    text-align: center;
    font-family: 'Roboto Medium';
    font-size: 20px;
    color: #484848;
    margin-top: 15px;

}

.quiz_result_hint .quiz_count {
    color: #48c0e5;
    margin-bottom: 5px;
}

.quiz_count .count_numb {
    background-color: #48c0e5;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    display: inline-block;
    padding: 0 10px;
}

.quiz_result_hint .quizzer_status {
    text-transform: uppercase;
}

.quiz_main_wrap .quiz_result {
    padding: 35px 50px 50px 50px;
}

.quiz_result .result_item {
    margin-bottom: 20px;
    font-size: 16px;
    color: #333;
}

.quiz_result .result_item img {
    margin-bottom: 15px;
}

.result_item .result_item_head {
    font-family: 'Roboto Regular';
    margin-bottom: 10px;
}

.result_item .result_list_items {
    padding-left: 10px;
}

.result_list_items li {
    font-family: 'Roboto Medium';
}

.result_list_items li.red {
    color: #ec1b1b;
}

.result_list_items li.green {
    color: #15b559;
}

.quiz_main_wrap .linkto_quiz_page {
    width: 560px;
    max-width: 100%;
    background-color: #fff;
    padding: 10px;
    margin: 0 auto 50px auto;
    text-align: center;
    font-size: 18px;
}

.linkto_quiz_page p {
    margin-bottom: 0;
}

.linkto_quiz_page .head {
    font-family: 'Roboto Medium';
}

.linkto_quiz_page a {
    font-family: 'Roboto Medium';
    text-decoration: underline;
}

.linkto_quiz_page a:hover {
    color: #5d5a49;
}

@media screen and (max-width: 575px) {
    .quiz_main_wrap .quiz_content {
        display: block;
        padding: 0 25px;
        margin: 50px 0;
    }

    .quiz_content .quiz_icon {
        margin-right: 0;
        margin-bottom: 15px;
        width: 100%;
    }
}

.design-content-wrapper .previewimages { margin-bottom: 20px; }

.newsletter_Section{
    background: url(/img/zeichnen-callto-bg.jpg) center/cover no-repeat;
}

.newsletter_Section .overlay {
	background: rgba(253, 253, 253, 0.8);
	padding: 70px 0 150px 0;
}

.newsletter_Section .newsletter_cont{
    background-color: #fff;
    padding: 50px 70px 50px 30px;
    max-width: 1120px;
    margin: 0 auto;
    border: 3px solid #f1f1f1;
}

.newsletter_cont>.row{
    align-items: center;
}

.newsletter_cont .row .col-md-6:last-child{
    padding-left: 40px;
}

.newsletter_cont h2{
    font-size: 32px;
    font-family: 'Roboto Medium';
    color: #48c0e5;
    text-transform: uppercase;
}

.newsletter_cont .newsletter_form{
    padding-right: 100px;
}

.newsletter_Section .newsletter_cont p{
    font-size: 12px;
}

.form-control {
	border: 3px solid #efefee;
	padding: 15px 20px;
	color: #696965;
	height: 100%;
	border-radius: .5rem;
	font-family: 'Roboto Light';
}

input.form-control:focus {
	box-shadow: none;
	border: 3px solid #85d5ee;
}

.newsletter_form .btn-orange{
    display: block;
    padding: 13px 20px;
}

.newsletter_form .para_l{
    margin-top: 30px;
    margin-bottom: 8px;
}

.newsletter_modal .modal-content{
    text-align: center;
    padding: 50px;
    border: 2px solid #e8f7f0;
    color: #333;
}

.newsletter_modal .icon img{
    width: 90px;
}

.newsletter_modal .modal-content .heading{
    font-size: 42px;
    text-transform: none;
    margin: 20px 0;
}

.newsletter_modal .modal-content p{
    font-size: 16px
}

.newsletter_modal.error .modal-content {
    background-color: #f0e2e4;
    color: #5d5a59;
}

.newsletter_modal.error .modal-content h2 {
    color: #a5737a;
}

.newsletter_modal.error .modal-content {
    background-color: #f0e2e4;
}

.newsletter_modal.error .modal-content h2 {
    color: #a5737a;
}

.newsletter_modal.success .modal-content {
    background-color: #e8f7f0;
}

.newsletter_modal.success .modal-content h2 {
    color: #73a58d;
}

.newsletter_modal.signout .modal-content {
    background-color: #f9f4f2;
}

.newsletter_modal.signout .modal-content h2 {
    color: #48c0e5;
}


.bestellablauf_slider_sect{
    margin: 70px 0;
}

.bestellablauf_slider .slick-slide{
    padding: 60px 20px 50px 20px;
    margin-right: 20px;
    min-height: 321px;
    background-color: #f9f9fb;
    display: flex;
    justify-content: center;
    color: #333;
}

.bestellablauf_slider .slick-slide>div{
    width: 50%;
}

.bestellablauf_slider .slide_text{
    padding-right: 10px;
    margin-top: 50px;
}

.bestellablauf_slider .slide_text strong{
    font-family: 'Roboto Medium';
    font-weight: normal;
}

.bestellablauf_slider .slide_icon{
    padding-right: 10px;
}

.bestellablauf_slider .slick-slide img{
    max-width: 100%;
}

.bestellablauf_slider_wrap{
    position: relative;
}

.bestellablauf_slider_wrap .slider_heading{
    position: absolute;
    z-index: 99999;
    top: -50px;
    left: 150px;
}

.bestellablauf_slider_wrap .slider_heading h2{
    font-family: 'Roboto Bold';
    font-size: 75px;
    color: #e0dfe1;
    text-transform: uppercase;
}

.bestellablauf_slider .slide_text h3{
    font-family: 'Roboto Regular';
    font-size: 22px;
    color: #48c0e5;
    position: relative;
    padding-left: 30px;
    z-index: 9;
    word-wrap: break-word;
    height: 53px;
}

.bestellablauf_slider .slide_text h3 span{
    position: absolute;
    left: -5px;
    top: -70px;
    font-family: 'Amperzand', sans-serif;
    color: #e0dfe1;
    font-size: 130px;
    z-index: -1;
}

.bestellablauf_slider .slide_text p{
    font-size: 14px;
}

.bestellablauf_slider_control .slick-control{
    position: absolute;
    left: 30px;
    top: -20px;
    background-color: #fff;
    border: 2px solid #ddd;
    color: #b4a49e;
    font-size: 22px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.bestellablauf_slider_control .slick-control:hover{
    color: #48c0e5;
}

.bestellablauf_slider_control .slick-next{
    left: auto;
    right: 30px;
}

.bestellablauf_sect .container{
    max-width: 1140px;
}

.bestellablauf_single_item .text h3 {
	font-family: 'Roboto Regular';
	font-size: 36px;
	color: #48c0e5;
	position: relative;
	padding-left: 30px;
	z-index: 9;
	margin-top: 150px;
	margin-bottom: 25px;
}

.bestellablauf_single_item .text h3 span {
	position: absolute;
	left: -35px;
	top: -160px;
	font-family: 'Amperzand', sans-serif;
	color: #e0dfe1;
	font-size: 250px;
	z-index: -1;
    letter-spacing: -25px;
}

.bestellablauf_items_wrap{
    margin: 50px 0 70px 0;
}

.bestellablauf_single_item .col-md-6{
    padding-right: 50px;
    padding-left: 50px;
    margin-bottom: 50px;
}

.bestellablauf_single_item .col-md-6{
    position: relative
}

.bestellablauf_single_item:nth-child(2n+1) .col-md-6:last-child::after {
	content: '';
	display: block;
	position: absolute;
	width: 150px;
	height: 120px;
	background: url(/img/arrow_icon.png) center/cover no-repeat;
	left: -130px;
	bottom: -80px;
}

.bestellablauf_single_item:nth-child(2n) .col-md-6:first-child::after {
	content: '';
	display: block;
	position: absolute;
	width: 150px;
	height: 130px;
	background: url(/img/arrow_icon2.png) center/cover no-repeat;
	right: -50px;
	bottom: -165px;
}

.bestellablauf_single_item:nth-child(6) .col-md-6:first-child::after{
	right: -50px;
	bottom: -100px;
}

.bestellablauf_single_item.last .text h3{
    padding-left: 100px;
}

.bestellablauf_single_item.last .text h3 span{
    top: -100px;
    left: -110px;
}

.bestellablauf_single_item.last .text p{
    padding-left: 100px;
    margin-bottom: 35px;
}

.bestellablauf_single_item.last .text strong{
    font-family: 'Roboto Medium';
    font-weight: normal;
}

.bestellablauf_single_item:nth-child(10) .col-md-6:first-child::after{
    right: 0;
}

@media screen and (max-width:767px){
    .bestellablauf_slider .slick-list{
        padding: 0 0 !important;
    }
    .bestellablauf_slider_wrap .slider_heading{
        left: 20px;
        top: -25px;
    }
    .bestellablauf_slider_wrap .slider_heading h2{
        font-size: 32px !important;
    }
    .bestellablauf_slider .slick-slide{
        margin-right: 10px;
        margin-left: 10px;
    }
    .bestellablauf_slider_control .slick-control{
        top: 50%;
        transform: translateY(-50%);
        left: -15px;
    }
    .bestellablauf_slider_control .slick-next{
        right: -15px;
        left: auto;
    }
    .bestellablauf_slider .slide_text h3 span{
        font-size: 100px;
    }
    .bestellablauf_slider .slide_text h3 {
        font-size: 18px;
    }
    .bestellablauf_single_item .col-md-6::after{
        display: none !important;
    }
    .bestellablauf_slider .slick-slide{
        display: block;
    }
    .bestellablauf_slider .slick-slide > div{
        width: 100%;
    }
}


.adress_popup_opener{
    font-size: 12px;
    color: #5d5a49;
    display: inline-block;
    margin-bottom: 5px;
    font-family: 'Roboto Medium';
}

.adress_popup_opener:hover{
    text-decoration: none;
}

.personsInfo {
	padding: 15px 80px 0 35px;
}

.adressbuch_popup .modal-dialog {
	max-width: 700px;
	margin: 20px auto;
	box-shadow: 0 0 3px 3px #5d5a59;
}

.adressbuch_popup .modal-content {
	padding: 50px;
	border: none;
}

.adressbuch_popup .modal_head .heading {
	font-size: 36px;
	color: #48c0e5;
	text-transform: uppercase;
	font-family: 'Roboto Medium';
	text-align: center;
    margin-bottom: 20px;
}

.adressbuch_popup .modal_footer{
    padding: 0 45px;
    margin-top: 50px;
    text-align: center;
}

.adressbuch_popup .modal_footer .btn-orange {
	font-family: 'Roboto Bold';
	padding: 13px 20px;
	background: #48c0e5;
	font-size: 22px;
	margin-bottom: 20px;
    display: block;
}

.adressbuch_popup .modal_footer .btn-close {
	font-size: 22px;
	color: #716e6d;
	text-decoration: none;
	font-family: 'Roboto Regular';
}

.adressbuch_popup .modal_footer .btn-close:hover {
	color: #333;
}

.adressbuch_popup .contact_items_wrap{
    display: flex;
    flex-wrap: wrap;
}

.adressbuch_popup .contact_single_item{
    width: 48%;
    margin: 1% 1%;
}

.adressbuch_popup .contact_single_item .name{
    font-family: 'Roboto Medium';
    display: block;
}

.adressbuch_popup .contact_single_item .checkbox-container {
	font-size: 16px;
	line-height: 1.2;
	min-height: 100%;
	padding: 15px 10px 15px 45px;
    transition: .3s all;
}

.contact_single_item .checkbox-container:hover,
.contact_single_item .checkbox-container.active{
	background-color: #f9f9fb;
}

.adressbuch_popup .contact_single_item .checkmark {
	top: 15px;
	left: 10px;
}

.abos_pakete_sect{
    margin: 100px 0;
}

.products_btns_wrap ul{
    text-align: center;
    margin: 30px 0;
}

.products_btns_wrap li {
	display: inline-block;
    margin-right: 10px;
    margin-bottom: 15px;
}

.products_btns_wrap a {
	font-family: 'Roboto Regular';
	color: #5d5a59;
	background-color: #f9f9fb;
	display: block;
	padding: 8px 17px;
	border-radius: 7px;
	text-decoration: none;
	border: 1px solid transparent;
    text-transform: uppercase;
}

.products_btns_wrap a:hover {
	border: 1px solid #5d5a59;
}

.products_btns_wrap a.active {
	background-color: #5d5a59;
	font-family: 'Roboto Bold';
	color: #fff;
}

.plans_package_wrap .change_plan{
    background-color: #f9f9fb;
    border: 1px solid #ddd;
    color: #333333;
    font-family: 'Roboto Regular';
    padding: 7px 20px;
    text-decoration: none;
}

.plans_package_wrap .change_plan.active{
    background-color: #d18052;
    border: 1px solid #d18052;
    color: #fff;
    font-family: 'Roboto Bold';
}

.plans_package_wrap .tab-content{
    margin: 50px 0 100px 0;
}

.plans_all_wrap .plan{
    text-align: center;
    box-shadow: 0 0 5px #ddd;
    background-color: #f9f9fb;
    color: #5d5a59;
    transition: .3s all;
    height: 100%;
}

.plans_all_wrap .plan:hover{
    box-shadow: 0 0 5px #5d5a59;
}

.plans_all_wrap .plan_heading{
    font-family: 'Roboto Regular';
    font-size: 32px;
    text-transform: uppercase;
    padding: 20px 15px;
    margin-bottom: 0;
}

.plan_basic .plan_heading{
    background-color: #d8d5d5;
    color: #5d5a59;
}

.plan_standard .plan_heading{
    background-color: #b4a49e;
    color: #fff;
}

.plan_premium .plan_heading{
    background-color: #5d5a59;
    color: #fff;
}

.plans_all_wrap .plan_price{
    padding: 25px 15px;
    background-color: #eaeaec;
    color: #5d5a59;
    font-family: 'Roboto Regular';
    font-size: 42px;
}

.plans_all_wrap .plan_price sup{
    font-size: 22px;
    top: -0.75em;
}

.plans_all_wrap .plan_price .slash{
    font-size: 28px;
}

.plans_all_wrap .plan_price .duration{
    font-size: 16px;
}

.plan_features{
    margin: 15px 0 25px 0;
}

.plan_features li{
    border-bottom: 1px solid #ddd;
    padding: 8px 30px;
    font-family: 'Roboto Regular';
}

.plan_features li:last-child{
    border-bottom: 0;
}

.plan .btn-orange{
    margin-bottom: 40px;
    width: 250px;
}

.plan strong{
    font-family: 'Roboto Bold';
    font-weight: normal;
    font-style: italic;
}

.plans_notice{
    border: 1px solid #ddd;
    margin-top: 40px;
    padding: 20px;
    font-family: 'Roboto Regular';
    color: #5d5a59;
    font-size: 14px;
}

.plans_notice .head{
    font-family: 'Roboto Bold';
    text-transform: uppercase;
    margin-bottom: 5px;
}

.plans_notice ul{
    margin-bottom: 0;
}

.plans_notice ul li{
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.plans_notice ul li::after{
    content: '|';
    line-height: 14px;
    margin-left: 5px
}

.plans_notice ul li:last-child::after{
    content: '';
}

.plans_all_wrap .plan_price .regular_price{
    display: block;
    font-size: 14px;
    color: #959190;
    margin-top: 5px;
}

.plan .checkbox-container{
    margin-bottom: 0;
    text-align: left;
    padding-left: 45px;
}

.plan .checkbox-container .checkmark{
    top: 3px;
    left: 20px;
}

.plan .total_price{
    font-family: 'Roboto Regular';
    margin-bottom: 30px;
}

.plan .total_price p{
    margin-bottom: 5px;
}

.plan .total_price h3{
    font-size: 32px;
}

.plan .total_price h3 sup{
    font-size: 22px;
    top: -0.75em;
}

.plan .btn.shift_b{
    margin-top: 100px;
}

.package_corrections_wrap{
    background-color: #f9f9fb;
    margin-top: 70px;
    padding: 70px 0 30px 0;
}

.package_corrections_wrap .headling_text{
    text-align: center;
    padding: 0 3rem;
}
.package_corrections_wrap .headling_text h2 {
	font-size: 42px;
	text-transform: uppercase;
	font-family: 'Roboto Medium';
	color: #48c0e5;
}
.package_corrections_wrap .plan,
.package_corrections_wrap .plan:hover{
    box-shadow: none;
    
}
.corrections_all_wrap .plan_heading{
    position: relative;
}
.corrections_all_wrap .plan_heading::after{
    content: '';
    display: block;
    position: absolute;
    width: 250px;
    height: 1px;
    border-bottom: 1px solid #bbb9ba;
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
}
.plan .corrections_loop{
    margin: 25px 0;
    font-size: 22px;
}
.corrections_all_wrap .plan .plan_price{
    background-color: transparent;
    padding: 0 15px;
}
.plan .c_total_price {
    font-size: 18px;
    margin: 15px 0 25px 0;
}

.plan .c_total_price strong{
    font-style: normal;
}
.plans_all_wrap.tab_plan .plan{
    height: auto;
    box-shadow: none;
    background-color: transparent;
}
.plans_all_wrap.tab_plan .plan:hover{
    box-shadow: none;
}

.plans_all_wrap.tab_plan .plan_features{
    margin: 0 30px;
    text-align: left;
}

.plans_all_wrap.tab_plan .plans_notice{
    margin-top: 0;
    text-align: left;
    padding: 20px 30px;
}

.tab_plan .plans_notice li{
    position: relative;
    padding-left: 15px;
    margin: 5px 0;
}

.tab_plan .plans_notice li::before {
	content: '\2022';
	color: #d18052;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: -7px;
}

.tab_plan .plans_notice li::after{
    content: '';
}

.tab_plan .next-tab-content h4{
    margin-left: 30px;
    margin-top: 40px;
}

.order_additional_info{
    margin: 40px 0;
    color: #333;
}

.order_additional_info .col-md-4{
    padding: 0 15px;
}

.order_additional_info h4{
    font-size: 22px;
    margin-bottom: 20px;
    font-family: 'Roboto Regular';
    text-transform: uppercase;
}

.order_additional_info h5{
    font-family: 'Roboto Regular';
    font-size: 18px;
}

.order_additional_info .fa{
    color: #48c0e5;
}

.h5_sm {
font-size: 16px !important;
}

.paragraph-section h2 {
font-size: 24px;
font-family: 'Roboto Medium';
color: #48c0e5;
text-transform: uppercase;
}

.paragraph-section .heading-with-line{
    font-size: 42px;
}

.number-circled.n3 {
font-size: 14px;
}

#orderreasonselection {
	margin: 0px 15px;
}

.individual_designs_wrap{
    border-bottom: 2px solid #ededed;
}

.individual_designs_wrap h4,
.tabcontent h4.deasign_n_headline{
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    color: #333333;
    font-size: 18px;
    margin-bottom: 20px;
}

.individual_designs_wrap .tp-content-wrapper > img{
    height: 254px;
}

.individual_designs_wrap .tp-content-wrapper .btn-orange{
    margin-top: -70px;
}

.tp-content-wrapper .ribbon_wrapper {
	width: 108px;
	height: 108px;
	overflow: hidden;
	position: absolute;
	top: 33px;
	right: 45px;
}

.tp-content-wrapper .ribbon {
    font-family: 'Roboto Bold';
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -4px;
    top: 26px;
    width: 150px;
    background-color: #e99a76;
}
  
.tp-content-wrapper .ribbon:before, 
.tp-content-wrapper .ribbon:after {
    content: "";
    border-top: 4px solid #b97974;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px; 
}
  
.tp-content-wrapper .ribbon:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 4px solid #b97974;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #b97974; 
}
  
.tp-content-wrapper .ribbon:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 100%;
    z-index: -1;
    border-left: 4px solid transparent;
    border-right: 4px solid #b97974;
    border-bottom: 4px solid transparent;
    border-top: 4px solid #b97974;
}
  
.tp-content-wrapper.img-selected::before {
	z-index: 9;
}

@media screen and (max-width: 575px){
    .paragraph-section h3 {
        margin-left: 0 !important;
    }
}

h2 .number-circled {
	font-size: 24px;
}

h3 .number-circled {
	font-size: 20px;
}

h4 .number-circled {
	font-size: 14px;
    letter-spacing: -1px;
}

.svg_sect_full {
    margin: 50px 0;
}

.heading_dark_h3 {
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Regular';
}

.heading_b_line::after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #48c0e5;
    margin: 5px 0 15px 0;
}

.tooltip-wrap #shareBtn {
    position: relative
}

.tooltip-wrap .tooltiptext {
    left: 50%;
    transform: translatex(-50%);
}

.btn.btn-outline {
    background: transparent;
    color: #48c0e5;
    border: 1px solid #48c0e5;
}

.btn.btn-outline:hover {
    background-color: #5d5a49;
    color: #fff;
    border: 1px solid #5d5a49;
}

section.bottom_lightbox_sect {
    background-color: #f9f9fb;
    padding: 50px 0;
    margin: 70px 0;
}

.heading-with-line.ash3::before {
    left: -50px;
    top: -30px;
}

.gallery_all_wrap .gallery_s_item {
    position: relative;
    height: 200px;
}

.gallery_all_wrap .gallery_s_item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery_s_item .overlay {
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #d27f53ba;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    transition: all .3s;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
}

.gallery_s_item:hover .overlay {
    opacity: 1;
    transform: scale(1.03);
}

.configure-tab-wrap .tabcontent .floor-input {
	height: auto;
}

.order_addi_info{
    margin: 30px 0 0 30px;
    display: flex;
    align-items: center;
}
.order_addi_info img{
    min-width: 35px;
    height: 100%;
    margin-right: 15px;
}
.order_addi_info a{
    font-family: 'Roboto Regular';
}


.desing-fachsheet-content .pay-check-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.desing-fachsheet-content .pay-check-container {
    font-size: 16px;
}

.desing-fachsheet-content .pay-check-container .checkmark {
    top: 3px;
}

.desing-fachsheet-content .pay-check-container input:checked~.checkmark::after {
    display: block;
}

.roboto-bold strong {
    font-weight: normal;
}

.design_list_items li {
    font-size: 18px;
    position: relative;
    display: inline;
}

.design_list_items li.hide {
	display: none;
}


.design_list_items li:first-child::after {
    content: '|';
    padding-left: 5px;
    padding-right: 5px;
}

.desing-fachsheet-content .arrow_wrap {
    display: flex;
    justify-content: right;
}

.desing-fachsheet-content .arrow_wrap .btn_arrow {
    color: #333;
    background-color: #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 40px;
    margin: 5px;
    border: 1px solid transparent;
}

.desing-fachsheet-content .arrow_wrap .btn_arrow:hover {
    border: 1px solid #cecece;
    text-decoration: none;
}

.desing-fachsheet-content .threed-option-wrap {
    margin-top: 100px;
}

.dim_group label.disabled {
    cursor: not-allowed;
}

label.disabled .checkmark {
    background: #d5d5d5;
}

label.disabled .opt-img-wrap {
    display: none !important;
}

.custom_tooltip {
    position:absolute;
    top: 23px;
    left: 35px;
    opacity: 1;
    z-index: 9999;
    padding: 25px 15px;
    width: 100%;
    max-width: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px #b1b1b1;
    display: none;
}

.custom_tooltip.hide{
    opacity: 0;
    left: -5000px;
}

.header_top{
    background-color: #5d5a59;
    padding: 10px 0;
}

.header_top .right{
    text-align: right;
}

.header_top ul{
    display: inline-flex;
    margin-bottom: 0;
}

.header_top li{
    font-family: 'Roboto Regular';
    color: #fff;
}

.header_top li strong{
    font-family: 'Roboto Bold';
    font-weight: normal;
}

.header_top li:not(:first-child){
    padding-left: 7px;
}

.header_top li:not(:last-child):after{
    content: '|';
    padding-left: 7px;
    position: relative;
    top: -1px;
}

.header_top li a{
    font-family: 'Roboto Bold';
    color: #fff;
    text-decoration: none;
}

.header_top li a:hover,
.header_top li .active{
    color: #48c0e5;
}

.header_top .lang{
    margin-left: 50px;
}

.header_top .lang a{
    text-transform: uppercase;
}

@media screen and (max-width:768px){
    .header_top .left{
        border-bottom: 1px solid #6a6a6a;
        text-align: center;
        padding-bottom: 9px;
    }
    .header_top .right{
        text-align: left;
        padding-top: 7px;
    }
    .header_top .login_download{
        width: 50%;
        float: left;
    }
    .header_top .lang{
        float: right;
    }
    .header_top li, .header_top a{
        font-size: 14px;
    }
}

nav .nav-with-search {
    align-items: center;
    position: relative;
}

.nav-with-search > li {
    opacity: 1;
    transition: transform 0.3s, opacity 0.2s 0.1s;
}

.nav-with-search.show .nav-search-box {
    transform: scaleX(1);
    opacity: 1;
}

.nav-search-box .search-input {
    border: none;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #8f8d8c;
    color: #8f8d8c;
    font-size: 20px;
    padding: 10px 20px;
    width: 100%;
    font-family: 'Roboto Regular';
}

.nav-with-search .search-btn-wrap {
    position: absolute;
    right: -30px;
    top: 7px;
}

.nav-with-search .search-btn {
    font-size: 18px;
    color: #66605d;
    background-color: transparent;
    border: none;
    outline: 0;
}

.nav-with-search.show > li {
    transform: scale(0.8);
    opacity: 0;
}

.nav-with-search > li:nth-child(1) {
    transition-delay: 0.2s;
}

.nav-with-search > li:nth-child(2) {
    transition-delay: 0.3s;
}

.nav-with-search > li:nth-child(3) {
    transition-delay: 0.4s;
}

.nav-with-search > li:nth-child(4) {
    transition-delay: 0.5s;
}

.nav-with-search > li:nth-child(5) {
    transition-delay: 0.6s;
}

.nav-with-search > li:nth-child(6) {
    transition-delay: 0.7s;
}

.nav-with-search > li:nth-child(7) {
    transition-delay: .8s;
}

@media screen and (max-width: 991px) {
    .nav-with-search .search-btn-wrap {
        top: 100%;
        right: 50%;
    }

    nav .nav-with-search {
        margin-bottom: 30px;
    }

    .nav-with-search .nav-search-box {
        width: 90%;
        left: 5%;
    }
}

.search-result-sec {
    margin: 50px 0;
}

.search-result-form .search-button {
    position: absolute;
    right: 20px;
    top: 17px;
    background-color: #fff;
    color: #696965;
    border: none;
    font-size: 21px;
    outline: 0;
}

.search-result-form .search-input {
    width: 100%;
    border: 3px solid #ddd;
}

.search-result-form .search-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 Medium';
    font-size: 20px;
}

.search-result-form .search-input:focus {
    border: 3px solid #85d5ee;
    box-shadow: none;
}

.search-result-form .search-tags {
    margin: 15px 0 10px 15px;
}

.search-result-form .search-tags li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.search-result-form .search-tags a {
    font-family: 'Roboto Regular';
    color: #5d5a59;
    background-color: #f9f9fb;
    display: block;
    padding: 8px 17px;
    border-radius: 7px;
    text-decoration: none;
    border: 1px solid transparent;
}

.search-result-form .search-tags a:hover {
    border: 1px solid #5d5a59;
}

.search-result-form .search-tags a.active {
    background-color: #5d5a59;
    font-family: 'Roboto Bold';
    color: #fff;
}

.sresult-count-wrap .result-count {
    text-align: right;
}

.sresult-count-wrap .result-count span {
    font-family: 'Roboto Black';
}

.sresult-block-wrap {
    margin: 30px 0 50px 0;
}

.sresult-block-wrap .sresult-single-block {
    margin-bottom: 40px;
}

.sresult-single-block h2 {
    font-family: 'Roboto Regular';
    font-size: 22px;
    color: #48c0e5;
    background-color: #f9f9fb;
    display: inline;
    padding: 7px 15px;
    line-height: 1.4;
    transition: .3s;
    box-decoration-break: clone;
}

.sresult-single-block:hover h2 {
    background-color: #eeeeef;
}

.sresult-single-block h2 strong {
    font-family: 'Roboto Bold';
    font-weight: normal;
    text-decoration: underline;
}

.sresult-single-block ul {
    display: flex;
    flex-wrap: wrap;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 8px;
}

.sresult-single-block ul li {
    font-size: 13px;
    font-family: 'Roboto Regular';
    position: relative;
    margin-right: 10px;
}

.sresult-single-block ul li:not(:first-child)::before {
    content: '|';
    position: absolute;
    left: -7px;
    top: 0;
    font-family: 'Roboto Regular';
}

.sresult-single-block ul a {
    font-family: 'Roboto Bold';
    color: #333333;
}

.sresult-single-block a {
    text-decoration: none;
}

.sresult-single-block a p {
    color: #333;
}

.sresult-single-block a:hover p {
    color: #5d5a49;
}

.sresult-single-block ul a:hover {
    color: #48c0e5;
}

.sresult-single-block p {
    margin-bottom: 0;
    font-size: 13px;
}

.sresult-single-block p strong {
    font-weight: normal;
    font-family: 'Roboto Bold';
    text-decoration: underline;
}

.sresult-cont-wrap {
    margin: 0 15px;
}

.sresult-pagination {
    padding-left: 0;
}

.sresult-pagination li {
    display: inline-block;
}

.sresult-pagination a {
    color: #48c0e5;
    font-family: 'Roboto Bold';
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    letter-spacing: 0;
}

.sresult-pagination a:hover,
.sresult-pagination a.active {
    background-color: #fce0cc;
}

nav .nav-with-search{
    align-items: center;
    position: relative;
}

.nav-with-search>li{
    opacity: 1;
    transition: transform 0.3s, opacity 0.2s 0.1s;
}

.nav-with-search .nav-search-box{
    position: absolute;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    opacity: 0;
    width: calc(100% + 3em);
    transition: all 0.3s 0.1s;
}

.nav-with-search.show .nav-search-box{
    transform: scaleX(1);
    opacity: 1;
}
 
.nav-search-box .search-input{
    border: none;
    outline: 0;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #8f8d8c;
    color: #8f8d8c;
    font-size: 20px;
    padding: 10px 20px;
    width: 100%;
    font-family: 'Roboto Regular';
}

.nav-with-search .search-btn-wrap{
    position: absolute;
    right: -30px;
    top: 7px;
}

.nav-with-search .search-btn{
    font-size: 18px;
    color: #66605d;
    background-color: transparent;
    border: none;
    outline: 0;
}

.nav-with-search.show>li{
    transform: scale(0.8);
    opacity: 0;
}

.nav-with-search>li:nth-child(1){
    transition-delay: 0.2s;
}

.nav-with-search>li:nth-child(2){
    transition-delay: 0.3s;
}

.nav-with-search>li:nth-child(3){
    transition-delay: 0.4s;
}

.nav-with-search>li:nth-child(4){
    transition-delay: 0.5s;
}

.nav-with-search>li:nth-child(5){
    transition-delay: 0.6s;
}

.nav-with-search>li:nth-child(6){
    transition-delay: 0.7s;
}

.nav-with-search>li:nth-child(7){
    transition-delay: .8s;
}

@media screen and (max-width: 991px){
    .nav-with-search .search-btn-wrap{
        top: 100%;
        right: 50%;
    }
    nav .nav-with-search{
        margin-bottom: 30px;
    }
    .nav-with-search .nav-search-box{
        width: 90%;
        left: 5%;
    }
}

.search-result-sec{
    margin: 50px 0;
}

.search-result-form .search-button{
    position: absolute;
    right: 20px;
    top: 17px;
    background-color: #fff;
    color: #696965;
    border: none;
    font-size: 21px;
    outline: 0;
}

.search-result-form .search-input{
    width: 100%;
    border: 3px solid #ddd;
}

.search-result-form .search-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 Medium';
    font-size: 20px;
}

.search-result-form .search-input:focus{
	border: 3px solid #85d5ee;
	box-shadow: none;
}

.search-result-form .search-tags{
    margin: 15px 0 10px 15px;
}

.search-result-form .search-tags li{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

.search-result-form .search-tags a{
    font-family: 'Roboto Regular';
    color: #5d5a59;
    background-color: #f9f9fb;
    display: block;
    padding: 8px 17px;
    border-radius: 7px;
    text-decoration: none;
    border: 1px solid transparent;
}

.search-result-form .search-tags a:hover{
    border: 1px solid #5d5a59;
}

.search-result-form .search-tags a.active{
    background-color: #5d5a59;
    font-family: 'Roboto Bold';
    color: #fff;
}

.sresult-count-wrap .result-count{
    text-align: right;
}

.sresult-count-wrap .result-count span{
    font-family: 'Roboto Black';
}

.sresult-block-wrap{
    margin: 30px 0 50px 0;
}

.sresult-block-wrap .sresult-single-block{
    margin-bottom: 40px;
}

.sresult-single-block h2{
    font-family: 'Roboto Regular';
    font-size: 22px;
    color: #48c0e5;
    background-color: #f9f9fb;
    display: inline;
    padding: 7px 15px;
    line-height: 1.4;
    transition: .3s;
    box-decoration-break: clone;
}

.sresult-single-block:hover h2{
    background-color: #eeeeef;
}

.sresult-single-block h2 strong{
    font-family: 'Roboto Bold';
    font-weight: normal;
    text-decoration: underline;
}

.sresult-single-block ul{
    display: flex;
    flex-wrap: wrap;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 8px;
}

.sresult-single-block ul li{
    font-size: 13px;
    font-family: 'Roboto Regular';
    position: relative;
    margin-right: 10px;
}

.sresult-single-block ul li:not(:first-child)::before{
    content: '|';
    position: absolute;
    left: -7px;
    top: 0;
    font-family: 'Roboto Regular';
}

.sresult-single-block ul a{
    font-family: 'Roboto Bold';
    color: #333333;
}

.sresult-single-block a{
    text-decoration: none;
}

.sresult-single-block a p{
    color: #333;
}

.sresult-single-block a:hover p{
    color: #5d5a49;
}

.sresult-single-block ul a:hover{
    color: #48c0e5;
}

.sresult-single-block p{
    margin-bottom: 0;
    font-size: 13px;
}

.sresult-single-block p strong{
    font-weight: normal;
    font-family: 'Roboto Bold';
    text-decoration: underline;
}

.sresult-cont-wrap{
    margin: 0 15px;
}

.sresult-pagination{
    padding-left: 0;
}

.sresult-pagination li{
    display: inline-block;
}

.sresult-pagination a{
    color: #48c0e5;
    font-family: 'Roboto Bold';
    width: 23px;
    height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    letter-spacing: 0;
}

.sresult-pagination a:hover,
.sresult-pagination a.active{
    background-color: #fce0cc;
}

.srch_sugstn_wrap{
    border: 1px solid #8f8d8c;
    position: absolute;
    border-top: 0;
    width: calc(100% + 3em);
    padding: 25px;
    background-color: #fff;
    z-index: 9999;
    top: 100px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: .3s all;
    transition-delay: .2s;
}

.srch_sugstn_wrap.show{
    top: 47px;
    opacity: 1;
    transform: scaleY(1);
}

.srch_sugstn_wrap .srch_itm_count{
    text-align: right;
    color: #5d5a49;
    margin-bottom: 5px;
}

.srch_sugstn_wrap .srch_itm_count span{
    font-family: 'Roboto Black';
}

.srch_sugstn_wrap .sresult-single-block h2{
    background-color: transparent;
    font-size: 18px;
    padding: 0;
}

.srch_sugstn_wrap .sresult-single-block h2:hover{
    text-decoration: underline;
}

.srch_sugstn_wrap .sresult-single-block h2 span{
    font-family: 'Roboto Bold';
    border-bottom: 1px solid;
}

.srch_sugstn_wrap .sresult-single-block ul {
    margin-top: 0;
}

.srch_sugstn_wrap .sresult-single-block{
    margin-bottom: 15px;
}

.srch_sugstn_wrap .view_all_btn{
    font-family: 'Roboto Medium';
    text-decoration: underline;
    margin-top: 15px;
    display: inline-block;
}

.srch_sugstn_wrap .view_all_btn:hover{
    text-decoration: none;
}

.sresult-single-block .img_box:hover{
    background-color: #eeeeef;
}

.search-result-form .search-button:hover,
.nav-with-search .search-btn:hover{
    color: #48c0e5;
}

.srchform_sugstn_wrap{
    border: 3px solid #efefee;
    position: absolute;
    width: 600px;
    max-width: 80vw;
    padding: 15px 0;
    border-radius: 5px;
    background: #fff;
    z-index: 9999;
    top: 180px;
    opacity: 0;
    transform: scaley(0);
    transform-origin: top;
    transition: .3s all
}

.srchform_sugstn_wrap.show{
    top: 80px;
    opacity: 1;
    transform: scaley(1);
}

.srchform_sugstn_wrap a{
    display: block;
    color: #5d5a49;
    padding: 10px 20px;
    font-size: 18px;
}

.srchform_sugstn_wrap a:hover{
    background: #f9f9fb;
    font-family: 'Roboto Medium';
    text-decoration: none;
}

@media screen and (max-width:992px){
    .srch_sugstn_wrap .sresult-single-block h2{
        font-size: 18px !important;
    }
    .srch_sugstn_wrap.show{
        width: 90%;
        top: 51px;
    }
}

.navbar .has-megamenu {
    position: static !important;
}
.navbar .dropdown-menu.megamenu{
    min-width: 1320px;
    max-width: 100%;
    left: 37%;
    top: 55px;
    margin-left: -10px !important;
}
@media screen and (max-width:1319px){
    .navbar .dropdown-menu.megamenu{
        min-width: 1080px;
    }
}
@media screen and (max-width:992px){
    .navbar .dropdown-menu.megamenu{
        min-width: 100%;
        left: 0%;
        top: auto;
        margin-left: 0 !important;
    }
}

.butlerplus_label_wrap{
    background-color: #f3f3f3;
    border: 1px solid #bfbbbb;
    margin: 20px 0;
}

.butlerplus_label_wrap .price span{
    font-size: 11px;
    color: #6f6f6b;
    margin-top: -5px;
    display: block;
    font-family: 'Roboto Regular';
}

.butlerplus_label_wrap .price,
.extra-label-wrap .price{
    text-align: center;
}

.butlerplus_label_wrap .text .label span{
    font-family: 'Roboto Light';
}

.butlerplus_cont_wrap{
    padding: 0 20px 0 40px;
    margin-top: 15px;
}

.butlerplus_cont_wrap .feature_head{
    font-size: 13px;
    text-transform: capitalize;
    font-family: 'Roboto Medium';
    color: #696965;
    margin-bottom: 5px;
}

.butlerplus_cont_wrap .features{
    margin-bottom: 0;
}

.butlerplus_cont_wrap .features li{
    color: #48c0e5;
    font-size: 13px;
    font-family: 'Roboto Regular';
}

.butlerplus_cont_wrap .more_info{
    font-size: 11px;
    color: #959b95;
    text-decoration: underline;
    font-family: 'Roboto Regular';
    margin-left: 20px;
    position: relative;
    top: -5px;
}

.butlerplus_cont_wrap .more_info:hover{
    text-decoration: none;
}

.butlerplus_meet_wrap{
    margin-top: 15px;
}

.butlerplus_meet_wrap .meet_nav{
    border-bottom: none;
    box-shadow: 0 0 3px #e5e5e5;
}

.butlerplus_meet_wrap .meet_nav li{
    width: 50%;
}

.butlerplus_meet_wrap .meet_nav a{
    background-color: #fff;
    padding: 10px;
    font-size: 12px;
    font-family: 'Roboto Regular';
    text-decoration: none;
    display: block;
    text-align: center;
    color: #696965;
}

.butlerplus_meet_wrap .meet_nav a:hover{
    font-family: 'Roboto Bold';
}

.butlerplus_meet_wrap .meet_nav .active{
    background-color: #48c0e5;
    color: #fff;
    font-family: 'Roboto Bold';
}

.butlerplus_meet_wrap .meet_content{
    margin-top: 10px;
}

.meet_content .meet_hint{
    font-size: 11px;
    color: #959b95;
    text-align: center;
    line-height: 1.1;
    font-family: 'Roboto Regular';
    margin-bottom: 15px;
}

.kickoff_nav{
    border-bottom: 0;
}

.kickoff_nav li{
    width: 100%;
}

.kickoff_nav li a{
    font-size: 12px;
    color: #696965;
    text-decoration: none;
    padding: 7px;
    display: block;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: left;
    position: relative;
	letter-spacing: 0.6px;
}

.kickoff_nav li a:hover{
    font-family: 'Roboto Medium';
    color: #48c0e5;
}

.kickoff_nav li .active::after {
	content: '';
	display: block;
	position: absolute;
	width: 10px;
	height: 31px;
	right: -5px;
	background: #f3f3f3;
	top: .5px;
	z-index: 99999;
}

.kickoff_nav li .active{
    font-family: 'Roboto Bold';
    box-shadow: 0 0 5px #999;
}

.kickoff_meet .col{
    padding-right: 0;
}

.kickoff_meet .col-6{
    padding-left: 0;
    padding-right: 0;
}

.kickoff_time{
    box-shadow: 0 0 5px #999;
    padding: 15px;
    border-radius: 5px;
    margin-right: 0;
}

#kickoff_1 .kickoff_time{
    border-top-left-radius: 0;
}

.kickoff_time .radio-container{
    font-size: 11px;
    padding-left: 15px;
}

.kickoff_time .radio-container .checkmark{
    width: 12px;
    height: 12px;
}

.kickoff_time .radio-container .checkmark::after{
    width: 6px;
    height: 6px;
}

.kickoff_time .radio-container .checkmark::after{
    top: 2.5px;
    left: 2px;
}

.kickoff_time .radio-container .checkmark{
    top: 6px;
}

.kickoff_meet .suggest_time{
    /* height: 180px; */
}

.kickoff_meet .suggest_time .col{
    padding: 0;
}

.suggest_time label{
    font-size: 12px;
    font-family: 'Roboto Regular';
    line-height: 1.25;
}

.suggest_time .input_time {
	height: 90px;
	width: 100%;
	padding: 10px;
	border: 1px solid #e5e5ee;
	resize: none;
	font-size: 11px;
	line-height: 1.25;
}

.suggest_time .input_time:focus{
    border: 1px solid #48c0e5;
}

.butlerplus_meet_wrap{
    display: none;
}

.suggest_time .suggest_t_hint {
	font-family: 'Roboto Regular';
	color: #959b95;
	font-size: 10px;
	margin-top: 8px;
}

.balcon_select_wrap{
    font-size: 14px;
    margin-top: -10px;
    display: none;
}

.modal_common .modal-dialog {
	max-width: 1090px;
	margin: 20px auto;
	margin-bottom: 150px;
	box-shadow: 0 0 3px 3px .5d5a79;
}

.modal_common .modal-content {
	padding: 70px 50px;
	border: none;
}

.modal_common .modal_heading {
	font-size: 36px;
	color: #48c0e5;
	text-transform: uppercase;
	font-family: 'Roboto Medium';
	text-align: center;
	margin-bottom: 50px;
}

.modal_common .modal_btns {
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal_common .btn-close {
	color: #959494;
	font-family: 'Roboto Bold';
	text-transform: uppercase;
    text-decoration: none;
}

.modal_common .btn-close:hover {
	color: #5d5a49;
	text-decoration: none;
}

.modal_common .btn-save {
	background: #38b549;
	color: #fff;
	padding: 15px 40px;
	border: 1px solid #38b549;
}

.modal_common .btn-save:hover {
	background-color: transparent;
	color: #38b549;
}

.modal_common .modal_btns a {
	margin: 0 60px;
}

.modal_balcon h3{
    font-family: 'Roboto Regular';
    text-transform: uppercase;
    font-size: 16px;
    color: #5d5a59;
    margin-bottom: 15px;
}

.modal_balcon .select_percentage {
	display: inline-flex;
	box-shadow: 0 0 3px #e5e5e5;
}

.modal_balcon .select_percentage li{
    background-color: #f9f9fb;
    padding: 6px;
    width: 100px;
    font-size: 12px;
    font-family: 'Roboto Regular';
    display: block;
    text-align: center;
    color: #696965;
    cursor: pointer;
}

.select_percentage li.active{
    background-color: #48c0e5;
    color: #fff;
    font-family: 'Roboto Bold';
}

.select_percentage li:hover{
    font-family: 'Roboto Bold';
}

.modal_balcon .percentage_wrap{
    padding-left: 25px;
    margin-bottom: 30px;
}

.modal_balcon .space_heading{
    padding-left: 25px;
}

.modal_balcon .select_space{
    display: flex;
    flex-wrap: wrap;
    max-height: 285px;
    overflow-y: scroll;
    padding-top: 15px;
}

.modal_balcon .select_space li{
    min-width: 46%;
    max-width: 46%;
    margin-right: 2%;
    border: 1px solid #d4d4d4;
    padding: 5px 15px;
    margin-bottom: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 13px;
    font-family: 'Roboto Regular';
    color: #5d5a59;
    border-radius: 3px;
    line-height: 1.3;
    padding-bottom: 8px;
    height: 48px;
    position: relative;
    cursor: pointer;
    transition: .3s all;
}

.select_space li.active,
.select_space li:hover{
    border: 1px solid #48c0e5;
}

.select_space li.active::after {
	content: '';
	display: block;
	position: absolute;
	right: -12px;
	top: -10px;
	width: 25px;
	height: 25px;
	background: url(../img/checkmark_sm.png) center/cover no-repeat;
}

.select_space li span{
    font-size: 15px;
    font-family: 'Roboto Medium';
}

.select_space li.active span{
    font-family: 'Roboto Bold';
}

.modal_balcon .balcon_img_wrap{
    position: relative;
    margin-top: 45px;
    margin-bottom: 25px;
}

.balcon_img_wrap .selected_space{
    position: absolute;
    width: 200px;
    left: 35%;
    top: 60%;
    margin-bottom: 0;
    font-family: 'Open Sans';
    color: #5d5a59;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 42px;
}

.balcon_img_wrap .selected_space span{
    display: block;
}

.modal_balcon .space_hint{
    font-family: 'Roboto Regular';
}

.space_hint span{
    text-transform: uppercase;
    box-shadow: 0 0 3px #e5e5e5;
}

.livingspace_Wrap{
    margin-top: 15px;
}

.livingspace_Btns{
    display: flex;
}

.livingspace_Btns a {
	background-color: #f9f9fb;
	padding: 7px;
	font-size: 12px;
	font-family: 'Roboto Regular';
	text-decoration: none;
	display: block;
	text-align: center;
	color: #696965;
	width: 70px;
}

.livingspace_Btns a:hover {
	font-family: 'Roboto Bold';
}

.livingspace_Btns a.active {
	background-color: #5d5a59;
	color: #fff;
	font-family: 'Roboto Bold';
}

.download_started_wrap,
.download_error_wrap{
    margin: 80px auto 120px auto;
    text-align: center;
    font-family: 'Roboto Regular';
    color: #5d5a59;
}

.download_started_wrap .icon img,
.download_error_wrap .icon img{
    max-height: 150px;
}

.download_started_wrap .heading,
.download_error_wrap .heading{
    margin-top: 50px;
}

.download_started_wrap .heading h2,
.download_error_wrap .heading h2{
    margin-bottom: 30px;
    font-size: 36px;
}

.download_started_wrap .link{
    margin-bottom: 10px;
}

.download_started_wrap .link a{
    text-decoration: underline;
}

.download_started_wrap .link a:hover{
    text-decoration: none;
}

.download_error_wrap .error_content{
    font-family: 'Roboto Light';
    color: #333;
    font-size: 18px;
}

.download_error_wrap .error_content .sorry{
    font-family: 'Roboto Medium';
    margin-bottom: 0;
    color: #5d5a59;
}

.download_error_wrap .error_content .link_hint{
    margin: 20px 0 40px 0;
}

.download_error_wrap .guide_links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1160px;
	margin: auto;
}

.download_error_wrap .guide_links li{
    min-width: 25%;
    max-width: 25%;
    padding: 4px 8px;
}

.download_error_wrap .guide_links a {
	display: flex;
    justify-content: space-between;
	align-items: center;
	text-decoration: none;
	background: #f9f9fb;
	color: #48c0e5;
	padding: 10px 20px;
	text-align: left;
	border-radius: 5px;
	font-family: 'Roboto Medium';
}

.download_error_wrap .guide_links a:hover{
    background: #48c0e5;
    color: #fff;
    font-family: 'Roboto BOld';
}

.heading-with-line span{
    font-style: italic;
    color: #5d5a49;
    text-transform: none;
}

.butlerplus_contbox_itm{
    box-shadow: 0 0 8px #bbb;
    border-radius: 5px;
    padding: 40px 40px 30px 40px;
    height: max-content;
    margin-bottom: 30px;
    font-size: 14px;
    transition: .3s all;
}

.butlerplus_contbox_itm:hover{
    box-shadow: 0 0 16px #bbb;
}

.butlerplus_contbox_itm .head{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.butlerplus_contbox_itm .head h3{
    margin-bottom: 0;
    font-size: 23px;
    font-family: 'Roboto Medium';
    color: #48c0e5;
    margin-left: 25px;
    line-height: 1;
}

.butlerplus_contbox_itm .head img{
    width: 60px;
}

.butlerplus_contbox_itm a{
    font-family: 'Roboto Medium';
}

.butlerplus_ctasect{
    background: url(../img/butlerplus_cta.png) center/cover no-repeat;
    padding: 80px 0 65px 0;
    color: #333333;
}

.butlerplus_ctasect p{
    font-family: 'Roboto Regular';
}

.butlerplus_ctasect .heading-with-line span{
    color: #fff;
}

.butlerplus2_darkbg{
    padding-top: 0;
    margin-top: 50px;
}

.tsprtl_lgtbx .slick-track, .tsprtl_lgtbx .slick-slide { width: 100% !important; }

.prcwrng_modal .modal-dialog{
    max-width: 800px;
}

.prcwrng_modal .modal-content{
    padding: 30px 50px;
    background-color: #f7ddd0;
    border: 1px solid #48c0e5;
    box-shadow: none;
    color: #605c5b;
}

.prcwrng_modal .prcwrng_content{
    text-align: center;
}

.prcwrng_content h3{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Bold';
}

.prcwrng_content h3 i{
    margin-bottom: 1rem;
}

.prcwrng_content .prc_comparison{
    font-family: 'Roboto Regular';
    font-size: 18px;
}

.prcwrng_content .prc_comparison strong{
    font-weight: normal;
    font-family: 'Roboto Bold';
}

.rangeWraper {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.rangeslider__tooltip {
  display: block;
  margin-top: 2.5em;
  font-size: 12px;
  color: #a59eb5;
}
.rangeslider, input[type='range'] {
  max-width: 100%;
}
.rangeslider__handle {
  border-radius: 22px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  transition: .3s all;
}
.rangeslider__handle:after {
  background: 0;
}
.rangeslider__handle::before{
  content: "\f164";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  top: -6px;
  position: relative;
}
.rangeslider, .rangeslider__fill {
  display: block;
  border-radius: 10px;
}
.rangeslider {
  background: #e6e5ea;
  background-image: linear-gradient(to right, #db8324 30%, #fbcb07 45%, #50c77c 99%);
  position: relative;
}
.rangeslider--horizontal {
  height: 10px;
  width: 100%;
  pointer-events: none;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__fill {
  position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider__handle {
  background: white;
  border: 6px solid #4bc67d;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider__handle.js-low {
  border-color: #db8324;
}
.rangeslider__handle.js-med {
  border-color: #fbcb07;
}
.rangeslider__handle.js-high {
  border-color: #50c77c;
  left: calc(100% - 69px) !important
}
.rangeslider__handle.approved{
  left: calc(100% - 39px) !important;
  border-color: #50c77c;
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -20px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 3px #5d5a49;
  -webkit-box-shadow: 0 0 3px #5d5a49;
  box-shadow: 0 0 3px #5d5a49;
}
.rangeWraper .rangeHeading{
  font-family: 'Roboto Medium';
  color: #5d5a59;
  text-transform: uppercase;
  font-size: 18px;
}

.rangeWraper .rangeHeading span{
  font-family: 'Roboto Light';
  font-size: 14px;
}


.rangeWraper .modalOpener{
  font-family: 'Roboto Medium';
  color: #48c0e5;
  font-size: 14px;
  margin-bottom: 25px;
  display: inline-block;
  text-decoration: underline;
}
.rangeWraper .modalOpener:hover{
  color: #5d5a59;
}
.rangeWraper .rangeHint{
  font-size: 12px;
  font-family: 'Roboto Bold';
  color: #5d5a59;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  line-height: 14px;
  margin-top: 15px;
  user-select: none;
  -webkit-user-select: none;
}
.rangeHint div:nth-child(2){
  margin-left: -05px;
}
.rangeslider__handle.js-low::before{
  color: #db8324;
  top: -8px;
}
.rangeslider__handle.js-med::before{
  color: #fbcb07;
  top: -8px;
}
.rangeslider__handle.js-high::before{
  color: #50c77c;
}
.rangeslider__handle.approved::before{
  color: #50c77c;
}
.rangeslider__handle.js-low{
  transform: rotate(-180deg);
}
.rangeslider__handle.js-med{
  transform: rotate(-90deg);
}
.rangeWraper .checkbox-wrapper{
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.rangeWraper .checkbox-wrapper .checkbox-container{
  padding-left: 30px;
}
.rangeWraper .checkbox-wrapper .disabled{
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: noe;
  opacity: .5;
}
.rangeslider-tooltip{
  margin-top: 15px;
  font-size: 14px;
  color: #666;
  text-align: left;
}

#rangeSetupModal.modal_balcon .select_space{
    overflow-y: auto;
}

#orderform .select-wrapper .select-arrow {
	bottom: 25px !important;
}



.loadingModal div { text-align: center; }

.loadingModal .modal-dialog {
	max-width: 800px;
	margin: 20px auto;
	box-shadow: 0 0 3px 3px #5d5a59;
}

.loadingModal .modal-content {
	padding: 50px;
	border: none;
}

.loadingModal .heading{
	font-size: 36px;
	color: #48c0e5;
	text-transform: uppercase;
	font-family: 'Roboto Medium';
	text-align: center;
}

.loadingModal .loading{
	height: 150px;
	user-select: none;
}

.loadingModal .message{
  font-size: 18px;
  color: #333;
  margin-top: 30px;
}

.loadingModal .success i{
  color: #19aa5a;
}

.loadingModal .success span{
  font-family: 'Roboto Medium';
}

.loadingModal .error i{
  color: #48c0e5;
}

.loadingModal .modal-content p { margin-bottom: 0px; }
.loadingModal .modal-content p.loadingmoreinfo { margin-bottom: 1rem; }



.prcwrng_modal .footer .btn {
	min-width: 150px;
	padding: 12px 30px;
	font-size: 16px;
	margin-top: 30px;
}



.icon_box_gray{
    background: #f9f9fb;
    text-align: center;
    padding: 30px 40px;
}
.icon_box_gray h3{
    font-size: 24px;
    margin: 0;
}
.icon_box_gray img{
    max-width: 150px;
    display: block;
    margin: 20px auto;
}











.product_extra_wrap{
    cursor: pointer;
}
.product_extra_wrap .checkbox-container{
    padding-left: 0;
}
.product_extra_wrap .icon_box{
    min-width: 40px;
    height: 40px;
    background: transparent;
    border: 3px solid #48c0e5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #48c0e5;
    transition: .3s all;
    margin-right: 20px;
} 
.product_extra_wrap:hover .icon_box{
    background: #48c0e5;
    color: #fff;
}
.product_extra_wrap .show_more{
    position: absolute;
    bottom: -25px;
    right: 0;
    color: #696965;
    font-size: 80%;
    text-decoration: none;
}
.product_extra_wrap .show_more span{
    display: none;
}
.product_extra_wrap:hover .show_more,
.product_extra_wrap:hover .small{
    color: #48c0e5;
}
.product_extra_wrap:hover .show_more span{
    display: inline-block;
}
.product_extra_items .extra-label-wrap::before {
	content: '';
	display: block;
	position: absolute;
	width: 326px;
	height: 1px;
	background: #cfcecd;
	left: 20px;
	top: 0;
}
.product_extra_items{
    display: none;
}

.section-splitter{
    padding: 50px 0;
    height: 180px;
    margin: 70px 0;
}

.orange-splitter-full{
    background: url(/img/splitter-full.png) center/cover no-repeat;
}

.orange-splitter-right{
    background: url(/img/splitter-right.png) center/cover no-repeat;
}

.orange-splitter-left{
    background: url(/img/splitter-left.png) center/cover no-repeat;
}

.mistake-section{
    margin: 70px 0;
}

.mistake-section .headline-wrap{
    text-align: center;
}

.mistake-section .headline-wrap .date{
    font-family: 'Roboto Regular';
    color: #333;
    margin-top: -10px;
}

.mistake-section .delay-col{
    background-color: #f9f9fb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 200px;
    border-radius: 5px;
    padding: 20px 50px;
    margin: 20px 0;
}

.delay-col .delay-badge{
    background-color: #48c0e5;
    color: #fff;
    font-family: 'Roboto Bold';
    text-transform: uppercase;
    font-size: 18px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    letter-spacing: 0;
}

.delay-col p, .delay-col h3{
    text-align: center;
}

.delay-col .delay-reason{
    font-family: 'Roboto Medium';
    font-size: 18px;
    color: #333;
    line-height: 1.2;
    margin-bottom: 8px;
}

.delay-col .delay-percent{
    font-size: 42px;
    color: #48c0e5;
    letter-spacing: 0;
    margin-bottom: 0;
}

.delay-col .counter-percent{
    font-size: 65px;
}

.mistake-section .bottom-checklist{
    max-width: 1000px;
    margin: auto;
    color: #333
}

.bottom-checklist .delay-hint{
    font-size: 20px;
    font-family: 'Roboto Regular';
    text-align: center;
}

.bottom-checklist .delay-hint .number-bg{
    background-color: #f9f9fb;
    color: #48c0e5;
    font-size: 30px;
    padding: 0 10px;
}

.bottom-checklist .single-checklist p{
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'Roboto Regular';
    color: #333;
}

.single-checklist .p-link a{
    font-family: 'Roboto Bold';
    color: #333;
    text-decoration: none;
    font-size: 16px;
    margin-right: 7px;
}

.single-checklist .p-link a:hover{
    color: #48c0e5;
}

.bottom-checklist .single-checklist{
    padding: 0 70px;
    margin-bottom: 30px;
}

.bottom-checklist .single-checklist .p-link{
    position: relative;
    padding-left: 25px;
}

.single-checklist .p-link .check{
    position: absolute;
    left: 0;
    color: #48c0e5;
}

.single-checklist .reason{
    font-size: 14px;
    display: flex;
    color: #333;
    padding-left: 35px;
}

.single-checklist .reason p{
    font-size: 14px;
}

.single-checklist .reason ul{
    margin-left: 10px;
    margin-bottom: 0;
}

.single-checklist .reason li{
    display: inline-block;
    font-family: 'Roboto Bold';
    color: #48c0e5;
    position: relative;
    padding-right: 6px;
}

.single-checklist .reason li:not(:last-child):after{
    content: '|';
    color: #333;
    position: absolute;
    top: -1px;
    right: -1px;
}


.quick_nav_toc{
	position: fixed;
	top: 50%;
	left: 20px;
	transform: translatey(-50%);
	z-index: 9999;
	margin-bottom: 0;
}
.quick_nav_toc li {
	margin-bottom: 5px;
	max-height: 36.05px;
	min-height: 36.05px;
    overflow: hidden;
}
.quick_nav_toc a {
	text-decoration: none;
	background: #5d5a49;
	padding: 4px 10px 3px 10px;
	display: inline-block;
	color: #fff;
	position: relative;
	font-size: 14px;
	height: 30px;
	width: 20px;
	border-radius: 5px;
}
.quick_nav_toc a:hover{
	background: #48c0e5;
	width: auto;
}
.quick_nav_toc a.active{
	background: #48c0e5;
}
.quick_nav_toc a .text{
	display: inline-block;
	width: 0;
	opacity: 0;
}
.quick_nav_toc a:hover .text{
	width: 100%;
	opacity: 1;
}
@media screen and (max-width:600px){
	.quick_nav_toc{
		left: 5px;
	}
}

.orderstatus_search_wrap{
	background: #f9f9fb;
	padding: 40px 50px;
	color: #333333;
}
.orderstatus_search_form .heading {
	padding-left: 20px;
	font-family: 'Roboto Medium';
	text-transform: uppercase;
	margin-bottom: 25px;
}
.orderstatus_search_form input,
.orderstatus_search_form input:focus{
	padding: 10px 20px;
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	font-family: 'Roboto Medium';
}
.orderstatus_search_form .input-group .btn{
	padding: 10px 20px;
	border-radius: 8px;
	z-index: 999;
	margin-left: -3px;
}
.orderstatus_search_form .link_wrap a,
.orderstatus_search_result .link_wrap a{
	margin-top: 25px;
	font-family: 'Roboto Medium';
	display: inline-block;
}
.orderstatus_search_form .link_wrap a:hover,
.orderstatus_search_result .link_wrap a:hover{
	text-decoration: none;
	color: #5d5a49;
}
.orderstatus_message{
	background: #ffddce;
	color: #333333;
	padding: 20px 30px;
	font-size: 14px;
	margin-top: 10px;
	display: none;
}
.orderstatus_search_result,
.check_another_order{
	display: none;
}
.orderstatus_search_result .order_id>div,
.orderstatus_search_result .order_date>div,
.orderstatus_search_result .order_status>div{
	display: inline-block;
	margin-bottom: 7px;
	font-family: 'Roboto Medium';
}
.orderstatus_search_result .left,
.orderstatus_search_result .right{
	width: 49%;
}
.orderstatus_search_result .right {
	background: #fff;
	padding: 1px 8px;
	border-radius: 6px;
}
.orderstatus_search_result .order_id .right,
.orderstatus_search_result .right .fa,
.orderstatus_search_form .heading .fa,
.orderstatus_search_result .right .far,
.orderstatus_search_form .heading .far,
.orderstatus_search_result .right .fas,
.orderstatus_search_form .heading .fas {
	color: #48c0e5;
}
.info_card{
	background: #f9f9fb;
	padding: 30px;
	color: #333;
}
.info_card::before, 
.info_card::after{
	content: '';
	display: table;
	clear: both;
}
.info_card h3 {
	font-size: 19px;
	color: #48c0e5;
	text-transform: uppercase;
	font-family: 'Roboto Bold';
}
.info_card p{
	color: #696965;
}
.info_card a{
	font-family: 'Roboto Bold';
	text-decoration: none;
	text-transform: uppercase;
}
.info_card.link_right a{
	float: right;
}
.info_card a:hover{
	color: #5d5a49;
}
.info_card a .fa{
	padding-left: 10px;
	transition: .3s all;
}
.info_card a:hover .fa{
	padding-left: 5px;
}
.orderstatus_search_form .link_wrap .fa,
.orderstatus_search_result .link_wrap .fa{
	padding-left: 5px;
	transition: .3s all;
}
.orderstatus_search_form .link_wrap a:hover .fa,
.orderstatus_search_result .link_wrap a:hover .fa{
	padding-left: 10px;
}
@media screen and (max-width:768px){
	.header_top .orderstatus_marklist{
		display: none;
	}
}

.author_marklist_wrp{
    margin: 70px 0;
}

.author_marklist_wrp .author_wrp{
    background: #f9f9fb;
    padding: 50px;
    display: flex;
    padding-bottom: 101px;
}

.author_wrp .img_box{
    margin-right: 30px;
    min-width: 150px;
    border-radius: 50%;
}

.author_wrp .img_box img{
    border-radius: 50%;
	max-width: 160px;
}

.author_wrp p{
    margin-bottom: 0;
}

.author_wrp .author{
    font-family: 'Roboto Medium';
    color: #48c0e5;
    text-transform: uppercase;
}

.author_wrp .author_ttl{
    font-family: 'Roboto Medium';
    text-transform: uppercase;
    color: #333333;
    font-size: 22px;
    margin-bottom: 0;
}

.author_wrp .author_dsgn{
    font-size: 14px;
    color: #7c7c7c;
}

.author_wrp .author_bio{
    font-size: 14px;
    color: #7c7c7c;
    margin-top: 20px;
}

.author_marklist_wrp .marklist_wrp{
    background: #f9f9fb;
    padding: 50px;
}

.artcl_no_mark .head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.artcl_no_mark .arcl_no_hint{
    color: #666666;
    font-family: 'Roboto Regular';
}

.artcl_no_mark .arcl_no_hint span{
    display: block;
    text-transform: uppercase;
    color: #333;
    font-family: 'Roboto Medium';
}

.artcl_no_mark .artcl_no{
    background: #fff;
    font-family: 'Roboto Medium';
    font-size: 32px;
    color: #48c0e5;
    border-radius: 5px;
    padding: 5px 15px;
    min-width: 160px;
}

.artcl_no_mark .tooltip_wrp{
    position: relative;
    top: -8px;
    min-width: 105px;
}

.artcl_no_mark .tooltip_wrp a{
    color: #999999;
    font-family: 'Roboto Bold';
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

.artcl_no_mark .tooltip_wrp a:hover{
    color: #666;
}

.artcl_no_mark .tooltip_wrp a:hover .fa{
    color: #48c0e5;
}

.tooltip_wrp .artcl_tooltip{
    position: absolute;
    top: -50px;
    width: 210px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    font-family: 'Roboto Regular';
    font-size: 14px;
    color: #5d5a59;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 0 3px #ddd;
    display: none;
}

.tooltip_wrp .artcl_tooltip::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #fff;
	position: absolute;
	left: 50%;
	bottom: -11px;
	transform: translateX(-50%);
}

.tooltip_wrp:hover .artcl_tooltip{
    display: block;
}

.tooltip_wrp .artcl_tooltip span{
    font-family: 'Roboto Bold';
}

.artcl_no_mark .tooltip_wrp .fav2{
    display: none;
}

.marklist_wrp .similar_artcl{
    margin-top: 20px;
    color: #666666
}

.similar_artcl .head{
    font-family: 'Roboto Regular';
    margin-bottom: 5px;
}

.similar_artcl ul{
    margin-bottom: 0;
}

.similar_artcl li{
    position: relative;
    margin-left: 20px;
}

.similar_artcl li a{
    font-family: 'Roboto Medium';
}

.similar_artcl li span{
    text-transform: uppercase;
    font-size: 12px;
    color: #666666;
    font-family: 'Roboto Light';
    letter-spacing: 0.5px;
}

.similar_artcl a .fa{
    position: absolute;
    left: 0;
    top: 5px;
    left: -20px;
}

.marklist_wrp .modal .modal-content{
    padding: 80px 60px 60px 60px;
    box-shadow: 0 0 5px #555;
    border: none;
    text-align: center;
}

.marklist_wrp .modal .modal-close{
    position: absolute;
    right: 30px;
    top: 22px;
    color: #a9a8a8;
    font-size: 22px;
}

.marklist_wrp .modal .modal-close:hover{
    color: #333;
}

.marklist_wrp .modal .heading{
    font-size: 20px;
    font-family: 'Roboto Bold';
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.marklist_wrp .modal .sub-heading{
    font-family: 'Roboto Medium';
    color: #48c0e5;
    font-size: 18px;
    margin-bottom: 20px;
}

.marklist_wrp .modal input{
    border: 1px solid #bbb;
    padding: 10px 20px;
    font-family: 'Roboto Regular';
}

.marklist_wrp .modal input:focus{
    border: 1px solid #48c0e5;
}

.marklist_wrp .modal .btn{
    padding: 15px 30px;
    font-family: 'Roboto Bold';
    font-size: 16px;
}

.marklist_wrp .modal .btn_2nd{
    font-family: 'Roboto Medium';
    color: #5d5a59;
    text-decoration: none;
    margin-top: 15px;
}

.marklist_wrp .modal .btn_2nd:hover{
    color: #48c0e5;
}

.marklist_wrp .createdList, .header_top .marklist_wrp .createdList{
    max-height: 180px;
    overflow-y: scroll;
    text-align: left;
    font-family: 'Roboto Regular';
    color: #5d5a59;
    border: 1px solid #bbb;
    border-radius: 5px;
    margin-bottom: 30px;
} 

.marklist_wrp .createdList li, .header_top .marklist_wrp .createdList li{
    cursor: pointer;
    padding: 7px 15px;
    position: relative;
    border-bottom: 1px solid transparent;
    user-select: none;
    color: #5d5a59;
}

.marklist_wrp .createdList li.selected::after {
	content: "\f00c";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	right: 25px;
	color: #15cb51;
}

.marklist_wrp .createdList li:hover,
.marklist_wrp .createdList li.selected{
    background-color: #eaebec;
    border-bottom: 1px solid #ddd;
}

.header_top .modal .heading{
    margin-bottom: 30px;
}

.header_top .createdList li::after,
.header_top .createdList li.selected::after{
    content: '';
}

.header_top .createdList li span{
    position: absolute;
    right: 25px;
    top: 8px;
    font-size: 14px;
    font-family: 'Roboto Medium';
}

.header_top .createdList li:hover span,
.header_top .createdList li.selected span{
    color: #48c0e5;
}

.header_top .modal_opnr{
    color: #fff;
    font-family: 'Roboto Medium';
    text-decoration: none;
}

.header_top .modal_opnr:hover{
    color: #48c0e5;
}


.select-wrapper .select-arrow{
  display: none
}
.select-wrapper select {
  background: url(/img/chevron-down.png) no-repeat;
  background-position: calc(100% - 15px);
  background-size: 12px;
}

#step4 .top-banner .btn-ok { display: none; }



.megamenu_slider_wrap{
    margin-top: 30px;
}
.megamenu_slider .slider_item{
    padding: 0 15px
}
.megamenu_slider .title {
	font-family: 'Roboto Medium';
	color: #48c0e5;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 20px;
    border-bottom: 1px solid #afacac;
    padding-bottom: 5px;
}
.megamenu_slider a{
    text-decoration: none;
}
.megamenu_slider img{
    max-width: 100%;
    transition: .3s all;
    min-height: 180px;
    max-height: 180px;
    object-fit: cover;
    margin-bottom: 5px;
}
.megamenu_slider .slider_item:hover img {
    box-shadow: 0px 0px 5px 3px rgba(219, 219, 219, 0.5);
}
.megamenu_slider_control .slick-control {
	position: absolute;
	top: 55%;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #b4a49e;
	font-size: 22px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.megamenu_slider_control .slick-control:hover{
    color: #48c0e5;
}
.megamenu_slider_control .slick-prev{
    left: 15px;
}
.megamenu_slider_control .slick-next{
    right: 15px;
}
@media screen and (max-width:560px){
    .megamenu_slider .title{
        font-size: 10px;
    }
    .megamenu_slider img{
        max-width: 100%;
        transition: .3s all;
        min-height: 130px;
        max-height: 130px;
        object-fit: cover;
        margin-bottom: 5px;
    }
}



.filledin_address {
	margin-bottom: 20px;
}

.filledin_link{
    background: #f9f6cd;
    border-radius: 5px;
    padding: 7px 20px;
    color: #5b5b5c;
    font-family: 'Roboto Regular';
    font-size: 14px;
	display: block;
}
.filledin_link:hover{
    color: #5b5b5c;
    text-decoration: none;
}

.filledin_link span{
    color: #5d5a49;
    font-family: 'Roboto Medium';
    text-transform: uppercase;
}
.filledin_link .fa-exclamation{
    color: #48c0e5;
}
.filledin_link .fa-pen {
    color: #606060;
    margin-left: 15px;
}
.filledin_link:hover .fa-pen{
    color: #333;
}

.filledin_link.yellow{
    background: #f9f6cd;
}
.filledin_link .fa-lightbulb {
	color: #d4cb4f;
}
.filledin_link.red{
    background: #f9e4db;
}
.filledin_link.green{
    background: #e5f7eb;
}
.filledin_link.green .fa-check{
    color: #53c77a;
}

.filledin_address .modal-dialog{
    max-width: 860px;
    margin-bottom: 0;
}
.filledin_address .modal-content{
    text-align: center;
    background: #f9f9fb;
    padding: 50px 50px 35px 50px;
}
.filledin_address .modal h2{
    color: #48c0e5;
    font-size: 32px;
    font-family: 'Roboto Medium';
    margin-bottom: 0;
}
.filledin_address .modal .order_number{
    color: #aaa0a0;
}
.filledin_address .nav-tabs{
    margin-top: 40px;
    justify-content: center;
}
.filledin_address .nav-tabs a {
	font-family: 'Roboto Regular';
	text-transform: uppercase;
	color: #5d5a59;
	border-bottom: 3px solid transparent;
	text-decoration: none;
	margin: 0 15px;
	font-size: 16px;
	padding: 5px 20px;
	display: inline-block;
}
.filledin_address .nav-tabs a.active {
	border-bottom-color: #48c0e5;
	font-family: 'Roboto Bold';
	color: #48c0e5;
}
.filledin_address .inputs_wrap{
    width: 320px;
    margin: 40px auto 20px auto;
    min-height: 259px;
}
.filledin_address .inputs_wrap .form-group{
    margin-bottom: 7px;
}
.filledin_address .inputs_wrap select{
    background-color: #fff;
}
.filledin_address .btns_wrap a {
	margin: 0 5px;
	width: 160px;
	position: relative;
	padding: 13px;
	border-radius: 8px;
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
}
.filledin_address .btns_wrap .btn-orange .fa {
	position: absolute;
	top: 16px;
	right: 20px;
}
.filledin_address .btns_wrap .btn-close{
    border: 1px solid transparent;
}
.filledin_address .btns_wrap .btn-close:hover{
    border: 1px solid #5d5a59;
}
.filledin_address .filledin_hint{
    color: #aaa0a0;
    margin-top: 20px;
    margin-bottom: 0;
}
.filledin_address .tab-pane:last-child .btns_wrap .btn-orange{
    margin-left: 178.883px;
    margin-top: 1.7337px;
}

.filledin_link.yellow .fa-check, .filledin_link.yellow .fa-exclamation,
.filledin_link.red .fa-check, .filledin_link.red .fa-lightbulb,
.filledin_link.green .fa-exclamation, .filledin_link.green .fa-lightbulb
 {
	display: none;
}

.filledin_link.green .fa-check,
.filledin_link.red .fa-exclamation {
	display: inline-block;
}

.filledin_link.green .fa-exclamation { display: none; }

.filledin_link i.lightbulb, .filledin_link i.exclamation, .filledin_link i.check {
	font-style: normal;
}

.filledin_link i.exclamation, .filledin_link i.check { display: none; }
.filledin_link.red i.exclamation { display: inline-block; }
.filledin_link.red i.lightbulb, .filledin_link.red i.check { display: none; }
.filledin_link.green i.check { display: inline-block; }
.filledin_link.green i.lightbulb, .filledin_link.green i.exclamation { display: none; }

.price-card.orange{
    background: #48c0e5;
}
.price-card.orange h4,
.price-card.orange p,
.price-card.orange span,
.price-card.orange div{
    color: #fff;
}
.price-card.orange .delivery_date_hint, .price-card.orange .deliverytime{
    color: #f5f5f5 !important;
}

.preismodel-tabs .nav-pills {
	display: block;
}

.preismodel-tabs .nav-pills li{
	margin-bottom: -1px;
}

.preismodel-tabs .nav-pills li a {
	padding: 14px 30px;
  font-family: 'Roboto Regular';
  color: #5d5a59;
  background: #f9f9fb;
  margin-bottom: 4px;
  font-size: 14px;
  border-radius: 0;
  transition: none;
  border: none;
}

.preismodel-tabs .nav-pills li a:hover{
  border: none;
  color: #48c0e5;
}

.preismodel-tabs .nav-pills li a.active {
	border-right: 3px solid #48c0e5;
	background: #ececed;
  color: #48c0e5;
}

.desing-fachsheet-content .design-img-wrapper {
  height: 590px;
}

.designDetails .roomCount{
  font-size: 78px;
  font-family: 'Roboto Medium';
  color: #48c0e5;
  background: #fff;
  display: inline-block;
  padding: 5px 40px 25px 40px;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.designDetails .roomCount .counter{
  position: static;
  font-size: 78px;
  font-family: 'Roboto Medium';
  color: #48c0e5;
}

.designDetails .roomCount span{
  font-size: 14px;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translatex(-50%);
  color: #5d5a59;
  font-family: 'Roboto Regular';
}

.preisbeispiele_content div.design-img-wrapper{
  all: unset;
}
.preisbeispiele_content div.design-img-wrapper img{
  all: unset;
  max-width: 100%;
  padding-bottom: 20px;
  max-height: 450px;
}

.anfragenr {
	font-size: 20px;
}

#maindesigninfo>div{
    background-color: #f9f9fb;
	padding: 20px;
    margin-bottom: 30px;
    color: #333;
    display: none;
}
#maindesigninfo>div strong{
    font-weight: normal;
    font-family: 'Roboto Bold';
}
#maindesigninfo.design5>div:nth-child(1){
    display: block;
}
#maindesigninfo.design16>div:nth-child(2){
    display: block;
}
#maindesigninfo.design6>div:nth-child(3){
    display: block;
}

#maindesigninfo>div.plaininfo {
    display: block;
}

.threed_d_overview{
    text-align: left;
}
.threed_d_overview .threed_d_dots{
    margin-top: 10px;
    user-select: none;
    text-align: center;
}
.threed_d_dots .dots_wrap{
    display: inline-block;
}
.threed_d_dots .dots_wrap span{
    width: 30px;
    height: 12px;
    background: #ccc;
    margin: 0 3px;
    display: inline-flex;
}
.classic .dots_wrap span:nth-child(1){
    background: #48c0e5;
}
.compact .dots_wrap span:nth-child(1),
.compact .dots_wrap span:nth-child(2){
    background: #48c0e5;
}
.premium .dots_wrap span{
    background: #48c0e5;
}










.immobilie-modal-opener {
	border: 3px solid #efefee;
	padding: 5px 20px;
	outline: none;
	box-shadow: none;
	color: #696965;
	border-radius: .5rem;
	font-family: 'Roboto Light';
    height: 59.5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.immobilie-modal-opener:hover{
    color: #696965;
    text-decoration: none;
}
.immobilie-modal-opener:focus{
    border: 3px solid #85d5ee;
}
.immobilie-modal-opener>img{
    height: 35px;
}
.immobilie-modal-opener>p{
    margin: 0 0 0 10px
}
.immobilie-modal-opener>span{
    position: absolute;
    right: 20px;
    color: #696965;
}
.immobilie-modal-opener:hover>span{
    color: #48c0e5;
}
.immobilie-modal .sub-heading{
    font-size: 18px;
    font-family: 'Roboto Medium';
    color: #5d5a59;
    margin-bottom: 25px;
}
.immobilie-modal .col-md-5 .sub-heading{
    margin-bottom: 35px;
}
.immobilie-items-wrap{
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 30px;
    padding-top: 10px;
    scrollbar-color: #48c0e5 #fff;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .immobilie-items-wrap{
        scrollbar-width: thin;
    }
}
@-moz-document url-prefix() {
    .immobilie-items-wrap{
        scrollbar-width: auto;
    }
}
.immobilie-items-wrap .col-md-4{
    padding: 0 15px;
}
.immobilie-items-wrap .immobilie-item {
	border: 1px solid #cdcdcd;
	padding: 15px 15px;
	position: relative;
	margin-bottom: 10px;
	border-radius: 3px;
	font-family: 'Roboto Medium';
    font-size: 14px;
    text-align: center;
    color: #5d5a59;
    cursor: pointer;
    min-height: 148.5px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.immobilie-items-wrap .immobilie-item:hover,
.immobilie-items-wrap .immobilie-item.selected{
    border: 1px solid #48c0e5;
}
.immobilie-item.selected::before{
	content: '';
	width: 75px;
	height: 75px;
	position: absolute;
	background: url(../img/img-checkmark.png) no-repeat;
	right: -35px;
	transform: scale(.35);
	top: -35px;
}
.immobilie-item img{
    height: 70px;
    object-fit: cover;
}
.immobilie-item p{
    margin: 10px 0 0 0;
    line-height: 1.2;
}
.immobilie-item p.descr { display: none; }
.immobilie-preview h4{
    font-size: 16px;
    font-family: 'Roboto Bold';
    color: #5d5a59;
    margin: 15px 0 5px 0;
}
.immobilie-preview p{
    font-family: 'Roboto Regular';
    color: #5d5a59;
}

@media screen and (max-width:767px){
    .immobilie-modal .col-md-5 .sub-heading {
        margin-top: 30px;
    }
}

.ja_neim_hint_wrap{
    padding-left: 0;
}
.ja_neim_hint_wrap>.fa{
    margin-left: 0;
}

.delivery_date_hint{
    position: relative;
    padding-left: 50px;
    line-height: 1.3;
}
.delivery_date_hint span, .delivery_date_hint strong{
    font-family: 'Roboto Bold' !important;
    font-weight: normal;
    font-size: 14px !important;
}
.truck_deliery_icon{
    width: 40px;
    position: absolute;
    left: 0;
}

.textarea_with_link{
    position: relative;
}
.textarea_with_link>p{
    position: absolute;
    top: 43px;
    font-size: 13px;
    line-height: 1.4;
    color: #696965;
    padding: 0 20px;
    user-select: none;
    cursor: text;
}
.textarea_with_link a:hover em{
    transition: .3s all;
}
.textarea_with_link a:hover em{
    text-decoration: underline;
}

.comment_box_client{
    background: #f9f2ef;
    padding: 15px 15px 20px 15px;
    margin: 15px 0 0 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #333;
}
.comment_box_client.deactivated{
    opacity: .5;
}
.comment_box_client>div{
    position: relative;
}
.comment_box_client .client_comment_heading{
    font-family: 'Roboto Medium';
    margin-bottom: 5px;
}
.comment_box_client .client_comment_heading a{
    position: absolute;
    right: 0;
    color: #333;
}
.comment_box_client .client_comment_heading a:hover{
    color: #48c0e5;
}
.comment_box_client .client_main_comment{
    display: unset;
}
.comment_box_client .client_comment_hint{
    font-size: 12px;
    font-family: 'Roboto Regular';
    color: #807c7c;
    font-style: italic;
    margin-top: 5px;
}
.comment_box_client .client_comment_hint a{
    font-family: 'Roboto Medium';
}