/*
Theme Name: SPD Espelkamp
Theme URI: https://wordpress.org/themes/spdespelkamp/
Author: the WordPress team
Author URI: https://wordpress.org
Description: SPD Espelkamp is designed to be flexible, versatile and applicable to any website.
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spdespelkamp
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


/* Allgemein */

#selection {
	display: block;
}

#read-more {
	scroll-margin-top: 250px;
}


/* ACF Layouts */

.acf-layout {
	display: block;
}

.acf-layout * {
	color: #000;
}

.acf-layout__titel {
	margin-bottom: 0;
}

.acf-layout__titel2 {
	margin-top: 0;
	margin-bottom: 0;
}

.acf-layout__verffentlichungsdatum {
	margin-bottom: 20px;
}

.acf-layout__hervorgehobenes-bild {
	position: relative;
	left: -100px;
	float: left;
	width: 60%;
	height: 450px;
	margin-right: -50px;
	object-fit: cover;
}


/* Blog-Teaser */

.blog-content-teaser {
	min-height: 450px !important;
	margin-bottom: 150px;
}

.blog-content-teaser *,
.blog-content-teaser .acf-layout__titel {
	color: #fff !important;
}


/* Termine */

.termine-item {
	margin-top: 1.33em;
}

.termine-item,
.termine-item * {
	color: #fff;
}

.termine-item h3 {
	margin-top: 0;
}


/* Magazin-Teaser Startseite */

.magazin-teaser-wrapper {
	width: 100%;
	margin-top: 20px;
}

.magazin-teaser-wrapper .acf-layout {
	display: block;
	min-height: 400px;
}

.magazin-teaser-wrapper .acf-layout *,
.magazin-teaser-wrapper .acf-layout h2 {
	color: #000;
}

.magazin-teaser-wrapper .acf-layout__titel2 {
	margin-top: 0;
	margin-bottom: 0;
}

.magazin-thumbnail {
	position: relative;
	right: -100px;
	top: -40px;
	float: right;
	height: 400px;
	margin-left: -60px;
	margin-bottom: -40px;
}


/* Magazin-Übersicht */

.magazin-grid-entry {
	display: flex;
	align-items: flex-start;
	gap: 40px;
	margin-bottom: 80px;
}

.magazin-grid-entry .magazin-teaser-wrapper {
	flex: 1;
	margin-top: 0;
}

.magazin-grid-entry .magazin-thumbnail {
	order: 2;
	flex: 0 0 320px;
	width: 320px;
	height: auto;
	margin: 0;
	position: static;
	float: none;
}


/* Buttons */

.wp-block-button-inverted {
	margin-top: 20px;
	background-color: #000;
	color: #fff;
}


/* Responsive */

@media (max-width: 1260px) {
	.magazin-thumbnail {
		position: relative;
		right: 0;
		top: 0;
		float: none;
		width: 100%;
		height: auto;
		margin-top: 20px;
		margin-left: 0;
		margin-bottom: 0;
	}
}

@media (max-width: 782px) {
	.acf-layout__hervorgehobenes-bild {
		float: none;
		width: calc(100% - 40px);
		height: 250px;
		padding: 0 20px;
		left: 0;
	}

	.blog-content-teaser {
		margin-bottom: 50px;
	}

	.magazin-grid-entry {
		display: block;
		margin-bottom: 50px;
	}

	.magazin-grid-entry .magazin-thumbnail {
		width: 100%;
		margin-top: 20px;
	}
	
	.home .entry-content {
		padding:0;
	}
	
	.home .termine-list, .home .magazin-teaser-wrapper {
		padding: 0 20px 20px 20px;
	}
	
	.home .blog-content-teaser {
		padding: 0 20px;
	}
	
	.home .wp-block-group {
		margin-top:0!important;
		margin-bottom:0!important;
	}
	
	.home .wp-block-group h5 {
		padding: 20px 20px 0 20px;
	}
	
	.wp-container-core-column-is-layout-e19879d3 {
		border: none;
	}

}