.te-rcc-all-rooms {
    width: 100%;
    max-width: 600px;
}
.custom-title {
    background: url(https://siegristmaler.te-dev.ch/wp-content/uploads/2025/03/kalkualtor-header.png);
    background-size: cover;
    padding: 150px 80px;
    color: #fff !important;
}
button.te-rcc-collapsible-toggle {
    width: 100% !important;
    max-width: 96.7%;
    outline: none;
}
.te-rcc-full .te-rcc-title h2 {
    background: transparent;
    color: #000000cc !important;
}
.te-rcc-half.te-rcc-2nd-half h3 {
    background: transparent;
    color: #000000e8 !important;
    line-height: 20px !important;
    margin-top: 0;
	font-size: 16px !important;
	text-transform: none !important;
}
.te-rcc-full .te-rcc-half.te-rcc-2nd-half h3 font {
    font-size: 16px !important;
}
.te-rcc-collapsible-container {
    width: 100%;
}
.te-rcc-arrow {
    font-size: 16px;
    float: right;
}
.te-rcc-collapsible-container {
    margin-bottom: 10px;
}
.te-rcc-collapsible-toggle {
    all: unset;
    background: #cfcfcf82 !important;
    color: #393939;
    padding: 10px;
    border: none;
    cursor: pointer;
    width: 100%;
    text-align: left;
    font-weight: bold;
}
.te-rcc-collapsible-content {
    display: none;
    padding: 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
}
.te-rcc-main {
    width: 100%;
    max-width: 500px;
    padding: 20px 0px;
}
.te-rcc-main div.te-row input , .te-rcc-main div.te-row input {
    width: 100%;
    border: 3px;
}
.te-rcc-main div.te-row {
    margin-bottom: 14px;
    width: 100%;
    display: inline-block;
	margin-bottom:0px;
}
.te-rcc-main div.te-row span {
    font-size: 16px;
    font-weight: 600;
}
input:focus-visible {
    outline: unset !important;
}
.te-rcc-footer input.te-btn-cancel {
    background: transparent !important;
    border: 1px solid #262d59 !important;
    color: #262d59;
    padding: 6px 16px;
}
.te-rcc-footer input.te-btn-add-room {
    background: #262d59 !important;
    border: 1px solid #262d59 !important;
    color: #fff !important;
    padding: 12px 30px !important;
    font-size: 16px !important;
    border-radius: 0px !important;
}
[type=button]:focus, [type=submit]:focus, button:focus {
    outline: unset !important;
}
.te-rcc-coll-name {
    width: 92%;
    display: inline-block;
}
span.te-rcc-col-dim {
    color: #651365;
    float: right;
}
.te-remove-this-feature ,
.te-rcc-btn-features .te-rcc-icon-img,
.te-rcc-btn-features .te-rcc-title {
    cursor: pointer;
}
.te-rcc-btn-features {
    width: 100%;
    max-width: 210px;
    border: 1px solid #651365;
    color: #651365;
    margin-bottom: 10px;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 14px;
}
span.te-rcc-icon {
    float: right;
	color: #000;
    font-weight: 500;
}
.te-feature-option input[type="radio"] {
    display: none;
}
.te-feature-option{
    cursor: pointer;
    width: 100%;
    max-width: 100px;
    display: inline-block;
    border: 1px solid purple;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.te-feature-option h3 {
    margin: 0;
}

.te-feature-option.active h3 {
    color: white !important;
    font-size: 16px;
    color: #800081;
}
.te-feature-option.active {
    background: #262D59;
}
.te-rcc-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.te-rcc-loading-container {
    position: relative;
    text-align: center;
}
.te-rcc-loading-spinner {
    width: 50px;
    height: 50px;
    border: 5px solid transparent;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: te-rcc-spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.te-rcc-loading-circle {
    width: 80px;
    height: 80px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: te-rcc-rotate 2s linear infinite;
}
.te-half-width{
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.te-rcc-loading-text {
    margin-top: 100px;
    font-size: 18px;
    color: #fff;
    font-family: Arial, sans-serif;
}
@keyframes te-rcc-spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes te-rcc-rotate {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(-360deg); }
}
.te-rcc-btn-center {
    width: 100%;
    text-align: center;
    padding: 20px;
}
.te-rcc-main:has(.te-rcc-full) {
    max-width: 94%;
}
.te-rcc-title h2 {
    font-weight: 600;
}
.te-rcc-full {
    width: 100%;
    padding: 0 !important;
}
.te-rcc-full .te-rcc-half {
    margin: 0;
    width: 44%;
    display: inline-block;
    vertical-align: top;
}
.te-rcc-final-list {
    padding: 6px;
}
.te-rcc-final-list h4 {
    font-weight: 600;
    margin: 0;
    font-size: 16px;
    color: white;
}
.te-rcc-final-list .te-rcc-fd-row {
    font-size: 13px;
}
.te-rcc-final-list h5 {
    font-size: 0.8rem !important;
    font-weight: 600;
    margin: 0;
    padding-top: 8px;
    line-height: 2 !important;
    color: #000 !important;
}
.te-rcc-final-price {
    margin-top: 20px;
}
.te-rcc-final-price p,
.te-rcc-final-price hr{
    margin: 0;
}
.te-rcc-final-price p {
    font-size: 28px;
    font-weight: 600;
	display: flex;
    align-items: center;
    gap: 10px;
    line-break: anywhere;
	margin-top:10px;
}
span.te-rcc-price {
    margin-bottom: -5px;
}
.te-rcc-full h3 {
    font-weight: 600;
    font-size: 16px;
}
.te-rcc-full input[type="button"] {
    border: 1px solid #800080;
    width: 100% !important;
    max-width: fit-content;
    margin-top: 9px;
    float: left;
}
.te-rcc-main input {
    border: 1px solid  rgba(40,40,40, .2)!important;
}
.te-rcc-main input[type="button"] {
    font-size: 14px;
}
input.te-btn-cancel:hover {
    background: #262d59 !important;
    color: #fff;
}
input.te-btn-add-room:hover {
    background: white !important;
    border: 1px solid #262d59 !important;
    color: #262d59 !important;
}
.te-rcc-footer input.te-btn-add-room.te-btn-add-room-1:hover {
    color: #fff !important;
}
.te-rcc-coll-name span.te-rcc-col-dim {
    text-transform: lowercase;
}
.te-rcc-body input.te-btn-cancel.te-btn-cancel-main {
    opacity: 0;
}
.te-rcc-body {
    margin: 20px 0 32px;
}
.te-display-room-size {
    text-align: center;
    padding: 15% 0;
    font-size: 24px;
    font-weight: 600;
}
input.te-btn-cancel.te-btn-cancel-main {
    max-width: fit-content;
}
.te-rcc-half.te-rcc-2nd-half {
    width: 54%;
    padding-left: 26px;
}
.te-rcc-icon img {
    width: 12px;
}
img.te-display-room-walls.te-wall-1 , 
img.te-display-room-walls.te-wall-3 {
    height: 120px;
    display: inline;
    margin: 25px 10px 19px 10px;
    vertical-align: top;
}
.te-rcc-body .te-half-width:nth-child(2) {
    position: relative;
    left: 300px;
}
.te-rcc-half.te-rcc-2nd-half h3 {
    border-bottom: unset;
}
img.te-display-room-walls.te-wall-3 {
    float: right;
	margin-left: 15px;
}
img.te-display-room-walls.te-wall-4,
img.te-display-room-walls.te-wall-2 {
    width: 120px;
    display: inline;
    margin: 10px 0 6px 40px;
}
input.te-btn-text-all {
    all: unset;
    background: transparent !important;
    border: 0 !important;
    color: purple;
    padding: 6px 16px;
    border-radius: 4px;
    margin: 6px 0;
    float: right;
}
span.te-rcc-icon img {
    display: inline-block;
}
span.te-remove-this-feature {
    padding: 0 8px;
}
button.te-btn-cancel {
    width: fit-content;
    /* float: left; */
}
button.te-btn-cancel img {
    display: inline;
    margin-left: 6px;
}
span.te-rcc-arrow img {
    height: 24px;
    width: 24px;
}
span.te-rcc-arrow {
    padding: 6px;
}
.te-rcc-half.te-rcc-left-list {
    background: #eeeeee;
    border: 4px;
    padding: 20px;
}
.te-rcc-main h2 {
    background: #282828;
    color: #fff !important;
    font-size: 20px !important;
    padding-left: 10px;
    line-height: 55px !important;
    text-transform: uppercase;
}
.te-btn-cancel {
    cursor: pointer !important;
}

.te-rcc-body.te-rcc-email-body h3 {
    border: 0;
}

.te-rcc-full-body {
    position: relative;
}
.te-rcc-full-body .te-main-row:nth-child(2) {
    position: absolute;
    right: -600px;
    top: -78px;
}
.te-rcc-full-body .te-main-row img {
    width: 75% !important;
}
.te-rcc-new-room-footer {
    display: flex !important;
    justify-content: space-between;
	flex-wrap:nowrap;
}
input.te-btn-add-room.te-btn-add-room-1, .te-btn-add-room {
    background: #262d59 !important;
    padding: 12px 30px !important;
    font-size: 16px !important;
    border-radius: 0px !important;
	color:#fff !important;
}
button.te-rcc-collapsible-toggle {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
    margin-bottom: 20px;
    background: #282828 !important;
}
.te-rcc-all-wallfooter {
    display: block !important;
}
.te-rcc-collapsible-content {
    width: 100%;
}
.te-row, .te-row.te-feature-all-paints {
    margin-bottom: 10px !important;
}
.te-rcc-coll-name {
    padding-left: 10px;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 15px;
    width: 80% !important;
    padding-bottom: 15px;
}
.te-rcc-footer {
    display: flex;
    justify-content: space-between;
}
span.te-rcc-arrow {
    padding-top: 6px;
    padding-right: 10px;
    background: #fff;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    padding-left: 10px;
    margin-right: 10px;
    margin-top: 14px;
    margin-bottom: 10px;
}
span.te-rcc-col-dim {
    color: #fff !important;
}
.te-rcc-title-cover {
    cursor: pointer;
    width: 85%;
}
.te-rcc-active-feature {
    background: #80808021;
    border: 1px solid #000 !important;
}
.te-rcc-collapsible-content {
    background: transparent !important;
    border: unset !important;
    padding: 0;
}
.te-rcc-btn-features {
    border-color: rgba(40, 40, 40, .2);
    padding: 12px;
	display:flex;
	justify-content:space-between;
}
span.te-rcc-title {
    color: #262d59 !important;
    font-weight: 600;
}
.te-btn-cancel {
    padding: 12px 20px !important;
    color: #262d59 !important;
    border-color: #262d59 !important;
    border-radius: 0px !important;
    font-size: 16px !important;
}
button.te-btn-cancel.te-btn-remove-room:hover {
    background: transparent !IMPORTANT;
}
input.te-btn-cancel.te-btn-add-new-room {
    padding: 12px 20px;
    border-radius: 0px !important;
    font-size: 18px;
    color: #262d59 !important;
}
input.te-btn-calculate, .te-rcc-footer input.te-btn-add-room.te-btn-save-feature {
    background: #262d59 !important;
    padding: 12px 20px !important;
    border-radius: 0px !important;
}
input.te-btn-calculate:hover, .te-rcc-footer input.te-btn-add-room.te-btn-save-feature:hover {
    background: #262d59 !important;
    color: #fff !important;
    border-color: #262d59 !important;
}
input.te-btn-cancel:hover {
    background: transparent !important;
}
button.te-btn-cancel.te-btn-remove-room {
    padding: 8px !important;
	font-size: 12px !important;
    color: #777777 !important;
    border-color: rgb(80 80 80 / 20%) !important;
}
.te-rcc-body h3 {
    font-size: 20px !important;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(40, 40, 40, .2);
    color: #282828 !important;
    margin-bottom: 30px;
	padding-bottom:5px;
}
.te-feature-option h3 {
    background: transparent !important;
    color: #000 !important;
    padding: 0px !important;
    line-height: 20px !important;
    font-size: 14px !important;
	border:unset !important;
	margin-bottom:0px !important;
}
.te-feature-option {
    width: fit-content !important;
    padding: 12px 15px;
    border-color: #00000066 !important;
    border-radius: 0px !important;
}

.te-rcc-footer input.te-btn-add-room.te-btn-save-feature {
    float: right;
}
input.te-btn-text-all.te-btn-save-all-same {
     color: #000000e0;
    font-size: 14px !important;
    padding: 0px !important;
    margin-right: 8px;
}
button.te-rcc-collapsible-toggle {
    padding: 0 !important;
}
.te-rcc-final-list h4{
	font-size:18px !important;
	color: #000 !important;
	margin-bottom:12px;
	margin-top:12px;
	text-transform: capitalize;
}

img.te-display-room-walls.te-wall-2 {
    padding: 0 !important;
    margin: 8px auto;
}

input.te-btn-cancel.te-btn-download-pdf,
button.te-btn-cancel.te-btn-remove-room {
    background: transparent;
}



img.te-display-room-walls.te-wall-4 {
    margin-top: 6px;
}
.te-half-width.te-half-width-square {
    text-align: center !important;
}

img.te-display-room-walls.te-wall-4 {
    margin: 10px 0;
}


/* global button style */
.te-btn-new-start {
	padding: 8px !important;
    font-size: 12px !important;
    color: #777777 !important;
    border-color: rgb(80 80 80 / 20%) !important;
	border-radius: 0 !important;
}

.te-btn-new-start:hover {
    background: #262d59 !important;
    color: #fff !important;
}

.te-rcc-footer-left {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

@media screen and (max-width: 767px) {
	.te-half-width.te-half-width-square {
		text-align: center;
	}

	.te-half-width.te-half-width-square {
		width: fit-content !important;
	}
    .te-rcc-main {
        margin: auto;
        padding: 0 12px;
    }
    .te-rcc-main div.te-row {
        margin-bottom: 20px !important;
    }
    .te-rcc-main div.te-row span {
        margin-bottom: 12px !important;
        display: block;
    }
    .te-rcc-footer {
        gap:12px;
        flex-direction:column;
    }
    input.te-btn-text-all.te-btn-save-all-same {
        float:left;
        margin-top:12px;
    }
    img.te-display-room-walls.te-wall-4, img.te-display-room-walls.te-wall-2 {
        margin: 20px 46px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    img.te-display-room-walls.te-wall-3 {
        margin-right: 90px;
    }
    .te-display-room-size {
        float: unset !important;
    }
    .te-rcc-full .te-rcc-half {
        width: 100%;
    }
    .te-half-width {
        width: 100%;
        vertical-align: top;
        align-items: center;
        justify-content:center;
    }
    button.te-rcc-collapsible-toggle {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .te-rcc-full .te-rcc-half.te-rcc-left-list {
        margin-bottom: 25px;
    }
    .te-rcc-half.te-rcc-2nd-half {
        padding: 0;
    }
    .te-rcc-half.te-rcc-2nd-half .te-row {
        margin-bottom: 10px !important;
    }
    .te-rcc-full-body .te-main-row:nth-child(2) {
        position: unset;
    }
    .te-rcc-title-cover {
        width: 70% !important;
    }
    input.te-btn-cancel.te-btn-cancel-main {
        max-width: 100%;
        text-align: center;
    }
    .te-btn-cancel {
        text-align: center !important;
    }
    .te-rcc-coll-name {
        font-size: 16px !important;
    }
    .te-rcc-full-body .te-main-row img {
        width: 100% !important;
    }	
    .te-rcc-body .te-half-width:nth-child(2){
        position:unset !important;
    }
	.te-rcc-body input.te-btn-cancel.te-btn-cancel-main {
		display: none;
	}
	.elementor-element.elementor-element-16e88176.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
		margin-top: 0;
	}
	.te-display-room-size.te-wall-size-3 {
		float: left !important;
	}

	img.te-display-room-walls.te-wall-3 {
		float: unset;
		margin-left: 16px;
	}

	.te-half-width.te-half-width-rectangle {
		width: fit-content;
		text-align: center;
	}
	img.te-display-room-walls.te-wall-4 {
		margin-top: 12px;
	}
	
	.te-rcc-footer-right,
	.te-rcc-footer-left {
		width: 100%;
	}

	.te-btn-calculate {
		width: 100% !important;
	}
}
