/* Röhrle – EU-Gewährleistungshinweis. Die Mitteilung selbst ist eine unveränderte Grafik der EU-Kommission. */

.rm-eu-gw__sr {
	position: absolute !important;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}

/* Die Mitteilung wird nie unter 600 px breit gezeigt (Leitlinien: bei Standardgröße lesbar);
   auf schmalen Bildschirmen scrollt der Rahmen, statt die Grafik zu verkleinern. */
.rm-eu-gw__scroll {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #fff;
}

.rm-eu-gw__bild {
	display: block;
	width: 100%;
	min-width: 600px;
	max-width: none;
	height: auto;
	margin: 0;
}

.rm-eu-gw__links {
	margin: 0;
	padding: 12px 16px;
	font-size: 15px;
	line-height: 1.5;
	color: #242424;
	background: #fff;
}

.rm-eu-gw__links a {
	color: #009ac9;
	text-decoration: underline;
}

/* Leiste vor dem Footer */
.rm-eu-gw-leiste {
	background: #121211;
	color: #fff;
	border-top: 3px solid #009ac9;
}

.rm-eu-gw-leiste__innen {
	box-sizing: border-box;
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 24px;
}

.rm-eu-gw-leiste__text {
	margin: 0;
	flex: 1 1 420px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #fff;
}

.rm-eu-gw-leiste__text strong {
	font-weight: 500;
}

a.rm-eu-gw-leiste__knopf,
a.rm-eu-gw-leiste__knopf:visited {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 100px;
	background: #009ac9;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

a.rm-eu-gw-leiste__knopf:hover,
a.rm-eu-gw-leiste__knopf:focus-visible {
	background: #00c3fd;
	color: #fff;
}

/* Hinweislink für Shortcode [eu_gewaehrleistung_link] – erbt Farbe und Schrift der Umgebung */
a.rm-eu-gw-hinweis__link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 3px;
}

a.rm-eu-gw-hinweis__link::before {
	content: "§ ";
}

/* Vollständige Mitteilung auf der Seite */
.rm-eu-gw-mitteilung {
	max-width: 760px;
	margin: 0 auto;
	border: 1px solid #d6d6d6;
}

/* Dialog */
.rm-eu-gw-dialog {
	box-sizing: border-box;
	width: min(92vw, 760px);
	max-width: 760px;
	max-height: 92vh;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: #fff;
	color: #242424;
	overflow: hidden;
}

.rm-eu-gw-dialog[open] {
	display: flex;
	flex-direction: column;
}

.rm-eu-gw-dialog::backdrop {
	background: rgba(0, 0, 0, 0.7);
}

.rm-eu-gw-dialog__kopf {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 12px 16px;
	border-bottom: 1px solid #d6d6d6;
}

.rm-eu-gw-dialog__titel {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	text-transform: none;
	color: #242424;
}

.rm-eu-gw-dialog .rm-eu-gw-dialog__schliessen {
	flex: none;
	box-shadow: none;
	text-transform: none;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 100px;
	background: #e7e5e1;
	color: #242424;
	font-size: 26px;
	line-height: 40px;
	cursor: pointer;
}

.rm-eu-gw-dialog .rm-eu-gw-dialog__schliessen:hover,
.rm-eu-gw-dialog .rm-eu-gw-dialog__schliessen:focus-visible {
	background: #d6d6d6;
	color: #000;
}

.rm-eu-gw-dialog .rm-eu-gw__scroll {
	flex: 1 1 auto;
	min-height: 0;
}

.rm-eu-gw-dialog .rm-eu-gw__links {
	border-top: 1px solid #d6d6d6;
}

/* Nur auf schmalen Bildschirmen: Hinweis, dass die Mitteilung seitlich scrollt */
.rm-eu-gw__wischen {
	display: none;
	margin: 0;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 1.4;
	color: #6d6e71;
	background: #fff;
}

@media (max-width: 640px) {
	.rm-eu-gw__wischen {
		display: block;
	}
}

html.rm-eu-gw-offen {
	overflow: hidden;
}
