/**
 * Theme Name: twentytwentyfour child
 * Template:   twentytwentyfour
 * ...other header fields
 */

/*body {*/
/*	border: 5px dotted red;*/
/*}*/

/*.wp-block-table table tr td {*/
/*	vertical-align: top;*/
/*}*/
/*.wp-block-table table tr td:first-child {*/
/*	white-space: nowrap !important;*/
/*}*/

.google-map {
	//border: 1px solid red !important;
	width: 100% !important;
}

.terminbuchung-trigger {
	position: absolute;
	left: 50000px;
}

.modal-window__content-wrapper .wp-block-button__link {
	display: block;
	line-height : 1.3em !important;
	hyphens: auto;
}

ul.custom-latest-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.custom-latest-posts li p {
	margin: 0;
	padding: 0;
}
ul.custom-latest-posts li h3 {
	color: var(--wp--preset--color--contrast-2);
}
ul.custom-latest-posts li a {
	color: var(--wp--preset--color--contrast-2) !important;
}

ul.custom-latest-posts table {
	border: 0;
	padding: 0;
}
ul.custom-latest-posts table td {
	border: 0;
	padding: 0;
}

button.wp-block-button__link {
	background-color: var(--wp--preset--color--base-2) !important;
	color: var(--wp--preset--color--contrast) !important;
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
}
.wp-block-button__link {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	word-break: break-word;
	background-color: var(--wp--preset--color--base-2);
	border-radius: 0px;
	color: var(--wp--preset--color--contrast);
	font-family: var(--wp--preset--font-family--poppins);
	font-size: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 0.125), 1.2rem);
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: none;
	color: var(--wp--preset--color--contrast) !important;
}
.wpforms-field-label {
	font-weight: 400 !important;
}
.wpforms-field-container * {
	color: var(--wpforms-label-sublabel-color) !important;
}

a.wp-block-latest-posts__post-title {
	text-decoration: none !important;
	cursor: initial !important;
}

@media (max-width: 768px) {
	.modal-window__content {
		width: 90% !important;
		left: 50%;
		transform: translate(-50%,0);
	}
	.modal-window__content-wrapper .modal-window__content-main blockquote {
		padding: 0;
		margin: 0;
	}

	/* Grundlegender Stil für die Tabelle */
	.modal-window__content table {
		width: 100%;
		border-collapse: collapse;
	}
	.modal-window__content table thead {
		display: none;
	}
	.modal-window__content table, .modal-window__content table tbody, .modal-window__content table tr, .modal-window__content table td {
		display: block;
		width: 100%;
	}
	.modal-window__content table tr {
		margin-bottom: 15px;
	}
	.modal-window__content table td {
		text-align: right;
		position: relative;
		width: auto !important;
	}
	.modal-window__content table td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		width: 50%;
		padding-left: 15px;
		font-weight: bold;
		text-align: left;
	}
	.wpforms-container {
		margin: 15px !important;
	}
}