/*
Theme Name: Nidum Sempach
Author: Anid Camdzic
Version: 1.0
*/

.min-height .page .page-section{
	min-height: calc(100svh - 313px);
}
@media (min-width: 992px) {
	.min-height .page .page-section {
	min-height: calc(100svh - 385px);
}
}

table.apartements tr svg,
table.apartements tr td, 
table.apartements tr .btn-register{
	transition: all 0.2s ease-in-out;
}
.highlight > * {
    fill: #bda36e; /* Example highlight effect */
}
table.apartements tr.highlight-row {
	background-color: #ddd3c2;
}
table.apartements tr.highlight-row svg,
table.apartements tr.highlight-row td, 
table.apartements tr.highlight-row .btn-register{
	color: #5d7975;
}
.move-up > *{
    transform: translateY(-100px); /* Example lift effect */ 
}
g,
polygon,
path {
	transition: all 0.3s ease-in-out;
}

g.opacity {
	opacity: 1;
}
g.opacity-other {
	opacity: 0.5;
}
/******** WARTELISTE ********/
.warteliste-section h1 {
	display: flex; 
	align-items: center; 
	gap: 20px;
}
.warteliste-section .um,
.warteliste-section .um:not(.um-admin) {
	margin: 0 !important;
}
.warteliste-section .um-field {
	padding: 0;
}
.um-center {
	text-align: left !important;
}
.um-form {
	position: relative;
	font-family: 'Arial', sans-serif;
	
}
.um-register {
	padding-top: 15px !important;
}
.um-form #um-submit-btn {
	min-width: 100% !important;
	border-radius: 0 !important;
	font-weight: 700 !important;
	font-size: 18px;
	line-height: 1 !important;
	letter-spacing: 0.2 !important;
	text-transform: uppercase !important;
}
.um-174.um {
	max-width: 588px !important;
}

.um-col-alt {
	display: inline-block !important;
	position: absolute;
	right: 0;
	top: 80px;
	margin: 0 !important;
	width: 100% !important;
}

.um .um-form input[type="number"], .um .um-form input[type="password"], .um .um-form input[type="search"], .um .um-form input[type="tel"], .um .um-form input[type="text"],
#um-submit-btn {
	height: 80px !important;
	font-size: 18px !important;
}
#um-submit-btn {
	background: #DDD3C2;
	color: #5d7975;
}

.um .um-form input[type="text"],
.um .um-form input[type="text"]::placeholder {
	padding-left: 47px !important;
	padding-right: 47px !important;
	color: #5D7975 !important;
	font-size: 18px !important;
}
.um .um-form input[type="text"]::placeholder {
	opacity: 0.5 !important;
}
table.apartements tbody tr.d-none {
	display: none;
}
.section-padding {
	padding-top: 60px; 
	padding-bottom: 60px;
}
.um-row._um_row_1 {
	margin: 0 0 110px 0 !important;
}
.um-field-checkbox-state i {
	display: none;
}
.is-dark input[type="checkbox"] + span::before {
	background-color: #ddd3c2;
}
.is-dark input[type="checkbox"]:checked + span::before {
	
}
.um-field-checkbox-state, .um-field-radio-state {
	width: 16px !important;
	height: 16px !important;
}
.um input[type="checkbox"] + span::before {
	margin-left: 0;
}
.um-field-checkbox {
	display: flex !important;
	align-items: center;
	margin: 0 !important;
	margin-right: 5px !important;
	padding: 0;

}
.um-field-checkbox-option, .um-field-radio-option, section.is-dark .um-form a {
	margin-left: 0; 
	color: #ddd3c2 !important;
}

.um-field-checkbox-state, .um-field-radio-state {
	position: static !important;
	margin-right: 5px;
}
@media only screen and (min-width: 576px) {
	
	.um-field-checkbox-state, .um-field-radio-state {
		margin-right: 10px;
	}
	.um-col-alt {
		left: unset;
		top: 0;
		right: 0;
		width: auto !important;
	}
	.um-form #um-submit-btn {
		min-width: 207px !important;
	}
	.um .um-form input[type="text"],
	.um .um-form input[type="text"]::placeholder { 
		padding-right: 254px !important;
	}
	.um-row._um_row_1 {
		margin: 0 0 30px 0 !important;
	}
}
.is-home.customize-support header {
	margin-top: 32px;
}
.rooms-checkboxes p {
	max-width: 100%!important;
}
.rooms-checkboxes .wpcf7-list-item {
	width: 25%;
	margin: 0;
	margin-top: 5px;
}
.rooms-checkboxes .wpcf7-list-item:nth-child(2) {
	width: 75%;
}

.rooms-checkboxes .wpcf7-list-item label {
	width: 100%;
}
.rooms-checkboxes .wpcf7-list-item .wpcf7-list-item-label {
	width: max-content;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item-label {
	display: contents;
}

.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-form-control.js-btn-submit:disabled {
	opacity: 0.4;
}
table.apartements td.align-center, table.apartements th.align-center {
	text-align: center;
}
td.align-left {
	text-align: left;
}
.site-404 {
	height: calc(100svh - 150px);
	width: fit-content;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.site-404 h1{
	font-size: 72px;
	margin-bottom: 1rem;
}
.site-404 h3{
	font-size: 32px;
	margin-bottom: 1rem;
}
.site-404 p{
	font-size: 14px;
	margin-bottom: 1rem;
}



@media screen and (max-width: 768px) {
	.site-404 {
		height: calc(100svh - 70px);
	}
	.rooms-checkboxes .wpcf7-list-item {
		width: 40%!important;
	}
	
	.is-home.customize-support header {
		margin-top: 46px;
	}
}

@media screen and (max-width: 660px) {
	.rooms-checkboxes .wpcf7-list-item {
		width: 70%!important;
	}
}
