/**
 * Theme Name:   bundesweit.digital Child
 * Template:     bundesweitdigital
 * Description:  Child theme of bundesweit.digital
 * Author:       Pflege Weingarten
 * Version:      1.0.0
 */

/* Add overrides below. Parent loads css/main.css and other assets automatically. */

/*Contact Form 7 Anpassungen*/

.inch-form-wpcf7 {
	max-width: 100%;
}

.inch-form-wpcf7 .center-formular,
.wpcf7 input[type="file"] {
	max-width: 100%;
}

.tiles-table-wrap .tile h3 {
	text-align: center;
}

.floating-submenu {
	display: none;
}

/* Blog posts row (layout-2): keep each row full width regardless of title/content length */
.posts-table .posts-row.layout-2 {
	display: flex;
	width: 50%;
	max-width: 50%;
	flex: 0 0 50%;
	box-sizing: border-box;
}

.posts-table .posts-row.layout-2>div:nth-child(1) {
	flex: 0 0 50%;
	max-width: 50%;
}

.posts-table .posts-row.layout-2>div:nth-child(2) {
	flex: 1 1 auto;
	min-width: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	.posts-table .posts-row.layout-2 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
}

@media only screen and (max-width: 767px) {
	.posts-table .posts-row.layout-2 {
		display: block;
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
		margin: 0;
	}

	.posts-table .posts-row.layout-2>div:nth-child(1),
	.posts-table .posts-row.layout-2>div:nth-child(2) {
		max-width: 100%;
	}
}