:root {
    --cnvs-themecolor: #1c85e8;
    --cnvs-themecolor-rgb: 28, 133, 232;
    /* --cnvs-body-font: 'Rubik', sans-serif;
    --cnvs-primary-font: 'Rubik', sans-serif;
    --cnvs-secondary-font: 'Playfair Display', serif */
    --cnvs-input-focus-box-shadow: 0 0 0 0.25rem hsla(8, 100%, 64%, 0.4) !important;
    --cnvs-input-focus-border-color: #1c85e8 !important;
}

.bg-confi{
    background:#000000;
    padding:0px;
}

.no-display{
    display:none;
}

.zindex5{ 
    z-index: 5;
    font-family:Open Sans;
    background:linear-gradient(90deg, rgba(41,112,255,0.75) 0%, rgba(46,216,163,0.75) 100%);
}
.zindex6{
    z-index: 6; 
    white-space: nowrap; 
    font-size: 80px; 
    line-height: 80px; 
    font-weight: 400; 
    color: #ffffff; 
    letter-spacing: 0px;
    font-family:Source Sans Pro;
}
.zindex7{
    z-index: 7; 
    min-width: 260px; 
    max-width: 260px; 
    white-space: normal; 
    font-size: 90px; 
    line-height: 90px; 
    font-weight: 900; 
    color: rgba(255,255,255,1); 
    letter-spacing: -5px;
    font-family:Source Sans Pro;
}
.zindex8{
    z-index: 8; 
    min-width: 640px; 
    max-width: 640px; 
    white-space: normal; 
    font-size: 26px; 
    line-height: 35px; 
    font-weight: 400; 
    color: #ffffff; 
    letter-spacing: px;
    font-family:Source Sans Pro;
}
.zindex10{
    z-index: 10; 
    min-width: 50px; 
    max-width: 50px; 
    max-width: 50px; 
    max-width: 50px; 
    color: #ffffff;
    font-family:Open Sans;
    border-color:rgb(255,255,255);
    border-style:solid;
    border-width:2px 2px 2px 2px;
    border-radius:40px 40px 40px 40px;
    cursor:pointer;
}

.font-weight{
    font-weight: 400;
}

.visibility{
    visibility: hidden !important;
}

.bg-leistungen{
    background: linear-gradient(0deg, /* #003f89 */ #FFF 78%, #FFF 78%);
}

.text-left{
    text-align: left;
}

.display-flex-config{
    display: flex; 
    justify-content: center; 
    flex-wrap: wrap; 
    gap: 20px;
}

.display-flex-center{
    display: flex; 
    justify-content: center; 
}

.bg-col4{
    background-color: #515875;
}
.bg-col1{
    background-color: #88C3D8;
}
.bg-col2{
    background-color: #6697B9;
}
.bg-col3{
    background-color: #576F9E;
}


p {
    font-weight: 300
}


#side-panel {
    --cnvs-side-panel-bg: #FFF
}

body.side-panel-open #side-panel {
    -webkit-box-shadow: -5px 0 20px -6px rgba(0, 0, 0, .15);
    -moz-box-shadow: -5px 0 20px -6px rgba(0, 0, 0, .15);
    box-shadow: -5px 0 20px -6px rgba(0, 0, 0, .15)
}

.emphasis-title h2 {
    font-size: 48px
}

.emphasis-title p {
    font-size: 18px;
    font-weight: 400;
    color: #525975
}

#widget-subscribe-form {
    display: block;
    padding: 8px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 3px;
    box-shadow: 0 0 30px 4px rgba(0, 0, 0, .15);
    transition: box-shadow .4s linear
}

#widget-subscribe-form:hover {
    box-shadow: 0 0 42px 4px rgba(0, 0, 0, .3) !important
}

.input-lg {
    height: 50px
}

/* @media(min-width:992px) {
    .sub-menu-container:not(.mega-menu-column) {
        width: 260px;
        padding: 20px;
        border: transparent !important;
        box-shadow: 0 20px 41px 1px rgba(0, 0, 0, .1)
    }

    .toggle-bg .toggle-icon i {
        width: 1.25rem;
        font-size: 1.25rem
    }

    .toggle-bg .toggle-header {
        background-color: #f2f6fa;
        padding: 1rem 1.5rem;
        align-items: center
    }

    .toggle-bg .toggle-content {
        background-color: #f2f6fa;
        font-weight: 400;
        font-size: 1rem;
        padding: 0 1.5rem 1.5rem;
        color: #888;
        line-height: 1.7
    }

    .toggle-bg .toggle-header .toggle-icon {
        -webkit-transition: transform .25s ease;
        -o-transition: transform .25s ease;
        transition: transform .25s ease
    }

    .toggle-bg.toggle-active .toggle-header .toggle-icon {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        color: var(--cnvs-themecolor)
    }
} */

.portfolio.gutter-interior-design {
    margin-right: -8px;
    margin-left: -8px;
    margin-bottom: -16px
}

.portfolio.gutter-interior-design>.col,
.portfolio.gutter-interior-design>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 16px
}

.customers-count {
    border-right: 1px solid rgba(0, 0, 0, .1)
}

.customers-count .counter {
    font-family: var(--cnvs-secondary-font);
    font-weight: 700;
    color: #1d2c4c;
    font-size: 64px;
    line-height: 1.2
}

.customers-count p {
    font-size: 20px;
    margin: 8px 0 0
}

.quote p {
    font-size: 20px
}

.heading-block h2+span {
    font-size: 18px;
    color: #999 !important
}

.story-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer
}

.story-box .story-box-image {
    width: 70%;
    height: 500px;
    z-index: 2;
    overflow: hidden;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.story-box .story-box-image img {
    display: block;
    height: auto;
    width: 100%;
    opacity: 1;
    transition: opacity .3s ease
}

.story-box:hover .story-box-image img {
    opacity: .9
}

.story-box .story-box-info {
    box-sizing: border-box;
    width: 50%;
    height: 430px;
    padding: 60px;
    margin: 35px 0 0 -20%;
    background: #fff;
    z-index: 4;
    box-shadow: 0 10px 45px rgba(0, 0, 0, .1);
    transition: all ease-in .3s;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.story-box.description-left .story-box-info {
    -ms-flex-order: -1;
    order: -1;
    margin: 35px -20% 0 0
}

.story-box .story-box-info .story-title {
    font-family: var(--cnvs-secondary-font);
    font-size: 26px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0;
    color: #1d2c4c
}

.story-box .story-box-info .story-box-content p {
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 16px
}

.story-box .story-box-info .story-box-content a {
    font-size: 16px;
    text-decoration: underline !important
}

@media(max-width:991px) {
    .story-box .story-box-image {
        height: auto;
        width: 100%;
        height: 400px;
        -ms-flex-order: -1;
        order: -1
    }

    .story-box.description-left .story-box-info {
        -ms-flex-order: -1;
        order: -1;
        margin: 35px -20% 0 0
    }

    .story-box.description-left .story-box-info {
        margin: -40px 5% 0
    }

    .story-box .story-box-info {
        max-width: 90%;
        height: auto;
        -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
        margin: -40px 5% 0
    }
}

@media(max-width:767px) {
    .story-box.description-left .story-box-info {
        margin: -100px 5% 0
    }

    .story-box .story-box-info {
        padding: 35px;
        text-align: center;
        margin: -100px 5% 0
    }

    .customers-count {
        border-right: none
    }
}

@media(max-width:479px) {
    .story-box .story-box-info {
        width: 100%;
        padding: 15px;
        text-align: center;
        margin: -200px 5% 0
    }

    .story-box.description-left .story-box-info {
        margin: -200px 5% 0
    }

    ul.tab-nav:not(.tab-nav-lg) li a i {
        display: none
    }
}

#demo-interior-tab.nav-tabs {
    --bs-nav-tabs-border-width: 0px;
    --bs-nav-link-color: #111;
    --bs-nav-link-hover-color: var(--cnvs-themecolor)
}

#demo-interior-tab.nav-tabs .nav-item .nav-link {
    position: relative;
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 20px
}

#demo-interior-tab.nav-tabs .nav-item .nav-link i {
    display: block;
    font-size: 38px;
    margin: 0 0 10px;
    color: var(--bs-nav-link-hover-color)
}

#demo-interior-tab.nav-tabs .nav-item .nav-link.active {
    top: 0
}

#demo-interior-tab.nav-tabs .nav-item .nav-link.active i {
    color: var(--bs-nav-link-hover-color)
}

#demo-interior-tab.nav-tabs .nav-item .nav-link.active::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 50%;
    background: var(--bs-nav-link-hover-color)
}

.review-row {
    padding-bottom: 24px;
    border-bottom: 1px solid #eee
}

.review-row h6 {
    font-size: 18px;
    font-weight: 400;
    color: #1d2c4c;
    margin-bottom: 0
}

.review {
    border-bottom: 1px solid hsla(60, 1%, 75%, .3);
    padding-bottom: 52px;
    padding-top: 52px
}

.review-company {
    display: block;
    font-size: 17px;
    font-weight: 500;
    color: #1d2c4c
}

.review-id {
    color: #aaa;
    font-weight: 300;
    font-size: 16px
}

.rating-stars {
    margin: 20px 0
}

.rating-stars i {
    font-size: 24px;
    margin: 0 2px;
    color: gold
}

.review-date {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 10px
}

.review-title h3::before {
    content: "\F6B0";
    font-family: bootstrap-icons;
    position: absolute;
    top: -5px;
    left: -70px;
    height: 60px;
    font-size: 60px;
    color: #525975;
    line-height: 60px;
    opacity: .1
}

.review-title h3 {
    font-family: var(--cnvs-secondary-font);
    font-size: 28px;
    color: #1d2c4c;
    margin-bottom: 20px
}

.owl-item .review-content {
    position: relative;
    max-height: 140px;
    overflow: hidden;
    transition: all 1s linear
}

.owl-item .review-content::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 50px;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all .3s linear;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) -1%, hsla(0, 0%, 100%, .01) 0, #fff)
}

.owl-item .review-content:hover {
    max-height: 500px
}

.owl-item .review-content:hover::after {
    background: 0 0
}

.review-content p {
    margin: 0;
    color: #888;
    font-size: 16px;
    white-space: pre-line
}

.widget h4 {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    text-transform: none
}

.widget_links li,
.widget_links li a {
    background-image: none !important;
    color: #ffffff;
    opacity: .9;
    padding-top: 5px
}

.app-links::before {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    border-top: 2px solid #ddd
}

.app-links p {
    margin: 20px 0 5px
}

.app-links a span {
    color: #888;
    margin-left: 2px;
    font-weight: 300;
    font-size: 14px
}

.app-links a i {
    position: relative;
    top: 1px;
    font-size: 16px
}

.app-links a:not(:first-child) {
    margin-top: 5px
}

#copyrights span {
    font-weight: 300;
    color: #bbb
}

#svg_form_time {
    height: 15px;
    max-width: 80%;
    margin: 40px auto 20px;
    display: block;
}

#svg_form_time circle,
#svg_form_time rect {
    fill: white;
}

.button {
    background: #1c85e8;
    border-radius: 5px;
    padding: 15px 25px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

.disabled {
    display: none;
}

.form-section {
    padding: 50px;
    max-width: auto;
    margin: 30px auto;
    background: white;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    transition: transform 0.2s ease-in-out;
}


.form-input {
    width: 100%;
    margin: 7px 0px;
    display: inline-block;
    padding: 12px 25px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid lightgrey;
    font-size: 1em;
    font-family: inherit;
    background: white;
}

.paragraph-form {
    text-align: justify;
    margin-top: 0;
}

.it-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.it-form-item {
    border: 2px solid rgb(230, 230, 230);
    border-radius: 5px;
    width: 118px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 12px;
}


.input-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.input-group-double {
    justify-content: center;
    gap: 30px;
}

.input-size-multistep-form {
    width: 300px;
}

.input-multistep-form {
    width: 400px;
}
.it-form-item:hover {
    border: 3px solid rgb(230, 230, 230);
    background-color: #f5f5f5;
    cursor: pointer;
}

.it-form-input {
    width: 570px;
}


.height-20pro {
    height: auto;
}
.it-stats {
    display: flex;
    flex-wrap: wrap;
}

.it-stats-item {
    width: 100%;
}
.it-mobile-button {
    font-size: 14px;
}


@media only screen and (min-width: 768px) {

    .it-stats-item {
        width: 50%;
    }
    .it-form-item {
        border: 2px solid rgb(230, 230, 230);
        border-radius: 5px;
        width: 170px;
        height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 16px;
    }
    .input-group-double {
        display: flex;
        justify-content: center;
        gap: 30px;
    }
}


@media only screen and (min-width: 1024px) {

    .height-20pro {
        height: 400px;
    }

    .it-stats-item {
        width: 25%;
    }
    .it-mobile-button  {
        font-size: medium;
    }

}

.formular-icons {
    width: 64px;
    height: 64px;
}

input[type='radio']:after {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #1c85e8;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.phonebuttonspace{
    margin-top: 10%;
}

.buttonit{
    font-size: 14px;
    color: whitesmoke;
    border: 1px solid black;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-radius: 15px;
    background-color: #1c85e8;
    transform: translateX(-75%);
    visibility: visible;
  }
  .buttonit:hover{
    background-color: #1c85e8;
    opacity: 0.9;
    color: black;
  }
  .angebot-button {
    background-color: #1c85e8;
    color: #fff;
    padding: 17px;
    font-size: 12px;
    margin-right: 10px;
}

.angebot-button:hover {
    color: #000;
    -webkit-transition: all 1s ease;
    transition: all 0.2s ease;
}

.parent-width{
    width: 100%;
}


@media (min-width: 0px) and (max-width: 768px) {
    .angebot-button {
        background-color: #1c85e8;
        color: #fff;
        padding: 7px;
        font-size: 12px;
    }
  }

  @media (min-width: 768px) and (max-width: 996px) {
    .angebot-button {
        background-color: #1c85e8;
        color: #fff;
        padding: 9px;
        font-size: 14px;
       
    }
  }


@media only screen and (min-width: 764px) {
    .parent-width{
        width: 50%;
    }

}