/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.24.2.1711445160
Updated: 2024-03-26 10:26:00
*/

body {
	font-weight: 400;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-style: normal;
}

@media (max-width: 1480px) {
	.et_pb_menu .et_pb_menu__menu {
		display: none;
	}

	.et_pb_menu .et_mobile_nav_menu {
		float: none;
		margin: 0 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.et_pb_menu_1_tb_header .et_pb_menu_inner_container > .et_pb_menu__logo-wrap .et_pb_menu__logo img {
	padding: 15px 0;
}

.menu-item {
	list-style: none;
}

.footer-menu ul {
	padding-left: 16px;
	padding-bottom: 16px;
}

.footer-menu li {
	list-style: none;
	position: relative;
	padding-bottom: 8px
}

.footer-menu li::before {
	content: "›";
	top: -.1em;
	left: -16px;
	font-size: 1.75em;
	color: #cd1619;
	font-weight: bold;
	position: absolute;
}


.ul-check {
	padding-left: 16px;
	padding-bottom: 16px;
}

.ul-check li {
	list-style: none;
	position: relative;
	padding-bottom: 8px
}

.ul-check li::before {
	content: "✓";
	top: 0;
	left: -22px;
	font-size: 1em;
	color: #cd1619;
	font-weight: bold;
	position: absolute;
}

.bilder-trenner .et_pb_column {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.themen-grid {
	display: grid;
	grid-template-columns: repeat(1, minmax(0,1fr));
	grid-template-rows: repeat(9, max-content);
	padding: 70px calc(max(10%, calc(50vw - 600px)) - 20px) !important;
}

.themen-grid .et_pb_row {
	padding: 20px;
	width: 100%;
	margin: 0;
}

.themen-grid .et_pb_row:first-child {
	width: 80%;
	max-width: 220px;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	margin: auto;
}

@media all and (min-width: 480px) {
	.themen-grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
		grid-template-rows: repeat(5, max-content);
	}

	.themen-grid .et_pb_row:first-child {
		grid-column: 1 / -1;
		grid-row: 1 / 2;
	}
}

@media all and (min-width: 981px) {
	.themen-grid {
		grid-template-columns: repeat(3, minmax(0,1fr));
		grid-template-rows: repeat(4, max-content);
	}

	.themen-grid .et_pb_row:first-child {
		grid-column: 2 / 3;
		grid-row: 1 / -1;
	}
}

.testimonial-slider.ui-sortable {
	display: flex;
	flex-wrap: wrap;
}

.testimonial-slider.ui-sortable .et_pb_row {
	margin-bottom: 20px;
}

.testimonial-slider:not(.ui-sortable) {
	width: 100%;
	overflow: none;
	padding: 0 !important;
}

.testimonial-slider:not(.ui-sortable) .slide-container {
	padding: 45px;
	display: flex;
	overflow: auto;
	align-items: stretch;
	position: relative;
}

.testimonial-slider:not(.ui-sortable) .et_pb_row {
	margin: 0;
	min-width: min(390px, calc(100vw - 90px));
	padding: 15px;
}

.testimonial-slider:not(.ui-sortable) .et_pb_column {
	height: 100%;
	display: flex;
	flex-direction: column;
}

.testimonial-slider:not(.ui-sortable) .et_pb_column .et_pb_module:nth-last-child(2) {
	flex-grow: 1;
}

.testimonial-slider .prev-btn,
.testimonial-slider .next-btn {
	position: absolute;
	left: 0;
	top: 50%;
	top: calc(50% - 40px);
	width: 60px;
	height: 90px;
	background: rgba(0,0,0,.2);
	z-index: 2;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.testimonial-slider .prev-btn,
.testimonial-slider .next-btn {
	position: absolute;
	left: 0;
	top: 50%;
	top: calc(50% - 40px);
	width: 60px;
	height: 90px;
	background: rgba(0,0,0,.2);
	z-index: 2;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background-color .05s linear 0s;
}

.testimonial-slider .prev-btn:hover,
.testimonial-slider .next-btn:hover {
	background: rgba(0,0,0,.4);
}

.testimonial-slider .next-btn {
	left: initial;
	right: 0;
}

.testimonial-slider .prev-btn::before,
.testimonial-slider .next-btn::before {
	padding-top: 8.5px;
	color: #FFF;
}


.testimonial-slider .prev-btn::before {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 46' width='30' height='46'><polygon points='18 0 30 0 12 23 30 46 18 46 0 23' style='fill: %23fff;'/></svg>");
}

.testimonial-slider .next-btn::before {
	content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 46' width='30' height='46'><polygon points='12 0 0 0 18 23 0 46 12 46 30 23' style='fill: %23fff;'/></svg>");    
}

.footer-newsletter-anmeldung {
	display: flex;
	width: 100%;
}

.footer-newsletter-anmeldung input {
	font-size: 1rem;
	max-width: calc(100% - 125px);
	flex: 1 0 0;
	padding: 0 12px;
}

.newsletter-anmeldung-seite {
	display: flex;
	margin: 0 -15px;
}

@media all and (max-width: 799px) {
	.newsletter-anmeldung-seite {
		flex-direction: column;
	}
}

.newsletter-anmeldung-seite__col {
	flex: 1 0 0;
	padding: 15px;
}

.newsletter-anmeldung-seite__col input {-webkit-appearance: none;
	background-color: #eee;
	width: 100%;
	border-width: 0;
	border-radius: 0;
	color: #999;
	font-size: 14px;
	padding: 16px;
}

.newsletter-anmeldung-seite__btn {
	display: block;
	margin-left: auto;
}

.wpcf7-list-item {
	display: block;
	margin: 0;
}

.wpcf7-form .et_pb_row.et_pb_row.et_pb_row {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin-bottom: 0 !important;
}

.wpcf7-form .et_pb_column {
	margin-bottom: 1.25em !important;
}

body #page-container .et_pb_section .dvppl_cf7_styler .wpcf7-form input[type="submit"][disabled] {
	background: #888 !important;
	border-color: #888 !important;
}

.has--emblem {
    position: relative;
    padding-left: 70px !important;
    padding-top: 20px !important;
}

.has--emblem::before {
    position: absolute;
    top: 25px;
    left: 15px;
    content: "";
    background-image: url('/wp-content/uploads/2024/03/staendige-vertretung-des-deutschen-weines-ev-logo-simpel.png');
    background-size: 80%;
    background-position: top left;
    background-repeat: no-repeat;
    border-right: 1px solid #000;
    padding-right: 5px;
    display: block;
    width: 40px;
    height: 40px;
}

.blog-post-preview {
    background: #FFF;
}

.blog-post-preview .entry-title,
.blog-post-preview .post-content {
    position: relative;
    padding-left: 70px;
    padding-right: 20px;
}

.blog-post-preview .entry-title {
    font-size: 20px;    
}

.blog-post-preview .entry-title::before {
    position: absolute;
    top: 5px;
    left: 15px;
    content: "";
    background-image: url('/wp-content/uploads/2024/03/staendige-vertretung-des-deutschen-weines-ev-logo-simpel.png');
    background-size: 80%;
    background-position: top left;
    background-repeat: no-repeat;
    border-right: 1px solid #000;
    padding-right: 5px;
    display: block;
    width: 40px;
    height: 40px;
}

.blog-post-preview .post-content,
.blog-post-preview .post-content .post-content-inner p{
    font-size: 16px;
    line-height: 1.4em;
}

.blog-post-preview .post-content .more-link {
    margin-top: 20px;
}

.blog-post-preview .post-content .more-link::after {
    content: " ➔";
}

.blog-post-preview .post-content {
    padding-bottom: 25px;
}

.ankerlink-sammlung {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ankerlink-sammlung a {
    display: block;
    padding: 6px 12px;
    margin: 0 12px 12px 0;
    background: #e41f25;
    color: #FFF;
    transition: background-color .15s linear 0s;
}

.ankerlink-sammlung a:hover {
    background: #a00308;
}

.wp-block-archives-dropdown select,
.wp-block-categories-dropdown select {
    border: none;
    border-bottom: 2px solid #f8d100;
    background: #FFF;
    padding: 0 12px;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}