@charset "UTF-8";
/* ------------------------------
Farben:
#0e85cd "Consic-Blau", v. a. für Links
------------------------------ */

/* ------------------------------
Grundlegendes
------------------------------ */
@font-face {
	font-family: "FrutigerNext";
	font-weight: 400;
	src: url(/static/fonts/1122764/91b5b76e-ba4e-474e-8700-32e53fcb0d9f.woff2) format("woff2"),
	url(/static/fonts/1122764/3e592d9b-a7d5-444e-92c0-e685acab8302.woff) format("woff"),
	url(/static/fonts/1122764/0ffe6cce-d570-42c2-9583-267dc8436dae.ttf) format("truetype");
}

@font-face {
	font-family: "FrutigerNext";
	font-weight: 700;
	src: url(/static/fonts/1122770/e794d874-5ccf-4331-951c-75274a0d2453.woff2) format("woff2"),
	url(/static/fonts/1122770/9ae151d0-a0b8-42e6-892f-e74588d13661.woff) format("woff"),
	url(/static/fonts/1122770/9776366d-d2bd-4d0a-9bda-6b2fe6ef0825.ttf) format("truetype");
}

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body {
	margin: 0;
	font-family: 'FrutigerNext', sans-serif, Verdana, Tahoma, 'DejaVu Sans', sans-serif;
	font-size: 22px;
	color: #444444;
	counter-reset: linkItem;
}

a,
a:visited {
	color: #0e85cd;
	text-decoration: none;
}

p, li, h1, h2, h3 {
	margin: 0.5em 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
td,
th {
	line-height: 1.2em;
}

h1 {
	hyphens: auto;
	color: #111111;
	font-size: 36px;
}

@media (min-width: 768px) {
	h1 {
		font-size: 42px;
		hyphens: manual;
	}
}

@media (min-width: 980px) {
	h1 {
		font-size: 48px;
	}
}

h2 {
	hyphens: auto;
	color: #222222;
}

h3 {
	color: #333333;
	font-size: 22px;
	margin-top: 0.8em;
}


ul, ol {
	margin: 0;
	padding: 0;
}

embed,
img,
object,
video {
	max-width: 100%;
	height: auto;
	border: 0;
}

img.bordered {
	border: 1px dotted #bbbbbb;
}

div.highlight {
	overflow: hidden;
	padding-left: 3em;
	background-image: url('/static/images/symbole/lightbulb-green.svg');
	background-repeat: no-repeat;
	background-size: 2em 2em;
	background-position: 0 0;
}

div.highlight > h3:first-child {
	margin-top: 0.5em;
}


/* ------------------------------
Seitenkopf
------------------------------ */

/* Link zum Seiteninhalt ausblenden, ist nur für Screenreader da */
body > a:first-child {
	display: none;
}

header {
	background-color: #f4f8fb;
}

#header .inner {
	max-width: 980px;
	margin: 0 auto;
	line-height: normal;
}

#headerblock {
	padding: 12px 24px 14px;
}

#headerblock a {
	display: inline-block;
}

a.pagelink-mail,
a.pagelink-phone {
	padding: 1px 5px 0 40px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px;
	line-height: 28px;
	white-space: nowrap;
}

a.pagelink-mail {
	background-image: url(/static/images/mail.svg);
}

a.pagelink-phone {
	background-image: url(/static/images/classicphone.svg);
}

#header a.pagelink-mail, #header a.pagelink-phone {
	display: none;
}

/* Consic-Logo */
#logo {
	margin: 0;
	display: block;
}

#logo img {
	width: 160px;
}

#headerimage-container {
	display: flex;
	justify-content: center;
}

/*  Großes Bild (Personen etc.) im Seitenkopf */
#headerimage {
	width: 100%;
	max-height: 160px;
	object-fit: cover;
	object-position: center top;
}

@media (min-width: 600px) {
	#header div.gutter {
		padding-inline: 1.2em;
	}

	#headerblock {
		float: left;
		padding: 28px 24px 24px 0;
	}

	#logo {
		margin: 0 0 8px;
	}

	#logo img {
		width: 220px;
	}

	#headerimage-container {
		float: right;
	}

	#headerimage {
		max-height: 180px;
	}

	#header a.pagelink-mail, #header a.pagelink-phone {
		display: block;
		margin-top: 8px;
		padding-left: 32px;
		font-size: 0.9em;
		line-height: 1.2;
		background-size: 24px;
	}

	#header a.pagelink-mail:hover, #header a.pagelink-phone:hover {
		background-color: #0e85cd;
		color: #ffffff;
	}

}

/* ------------------------------
Meta-Menü im Seitenkopf
Links zu Startseite, Downloads, Unternehmen etc.
------------------------------ */

#meta-menu {
	display: flex;
	justify-content: flex-end;
}

#meta-menu ul {
	padding: 0.35rem 0.75rem 0.15rem;
	margin: 0;
	text-align: right;
}

#meta-menu li {
	margin-block: 0;
	margin-left: -0.25em;
	padding: 0;
	display: inline-block;
}

#meta-menu a {
	color: #0e85cd;
	font-size: 18px;
	font-weight: bold;
	padding: 4px 10px;
}

#meta-menu a:hover {
	background-color: #0e85cd;
	color: #ffffff;
}

#meta-menu li#fernwartung {
	display: none;
}

@media (min-width: 768px) {
	#meta-menu ul {
		padding: 0.5rem 0 0.5rem 1rem;
	}

	#meta-menu a {
		padding: 0.5rem 1rem;
		font-size: 18px;
	}
	
	#meta-menu li#fernwartung {
		display: inline-block;
	}
}


}

@media (min-width: 980px) {
	#meta-menu a {
		padding: 0.55rem 1.1rem;
	}

}

/* ------------------------------
Hauptnavigation
------------------------------ */

header nav {
	clear: both;
}

/* navigationToggleHeader: Menü-Element "Unsere Produkte", nur auf schmalen Anzeigen zu sehen */
#navigationToggleHeader {
	padding: 16px 24px;
	background-color: #0e85cd;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#navigationToggleHeader:before {
	background: transparent url('/static/images/navigation.png') center center no-repeat;
	background-size: 100%;
	content: '';
	display: inline-block;
	height: 1em;
	margin: -3px 10px 0 0;
	position: relative;
	top: 4px;
	width: 1em;
}

@media (min-width: 768px) {
	#navigationToggleHeader {
		display: none;
	}
}

#block-system-main-menu {
	transition: max-height 0.5s;
	transition-delay: 0s;
	transition-timing-function: linear;
	background-color: #0e85cd;
	background-image: linear-gradient(0deg, #0e85cd, #109bef);
	max-height: 0;
	overflow: hidden;
}

#navigationToggle:active #block-system-main-menu,
#navigationToggle:hover #block-system-main-menu,
#navigationToggle:focus #block-system-main-menu {
	max-height: 500px;
}

@media (min-width: 768px) {
	#block-system-main-menu {
		max-height: 999px;
		overflow: visible;
	}
}

#navigationToggle > div > ul {
	margin: 0 auto;
	max-width: 980px;
}

#navigationToggle ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigationToggle li {
	position: relative;
	margin: 0;
	padding: 0;
}

#navigationToggle li:hover {
	background-color: #5bbbf4;
}

#navigationToggle li ul {
	background-color: #109bef;
	display: none;
	position: absolute;
	width: 100%;
}

@media (min-width: 768px) {
	#navigationToggle li:hover ul {
		display: block;
		z-index: 20;
	}

	#navigationToggle > div > ul > li {
		display: inline-block;
		margin-right: -0.25em;
		width: 25%;
	}
}

#navigationToggle li li {
	display: block;
}

#navigationToggle li li a {
	padding: 8px 11px;
	border-top: 1px solid #fff;
	font-size: 20px;
}

#navigationToggle a {
	padding: 8px 0 6px;
	border: none;
	font-size: 28px;
	line-height: 1.1;
	color: #fff;
	display: block;
	font-weight: bold;
}

#navigationToggle a.active {
	background-color: #5bbbf4;
}

#navigationToggle li li a.active {
	background-color: #5bbbf4;
}

#navigationToggle ul li a:hover {
	background-color: #095380;
}

#navigationToggle ul li a span {
	display: block;
	margin-top: 2px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.1;
}

/* ------------------------------
Navigation im Seiteninhalts-Bereich
z. B. zu Geschwister-Seiten
------------------------------ */

main nav {
	font-size: 18px;
	margin-top: 0;
	padding: 0;
	text-align: center;
}

@media (min-width: 768px) {
	main nav {
		margin: 0.5em 0 1.5em;
	}
}

main nav ul {
	margin: 0;
	padding-inline-start: 0;
}

main nav li {
	display: inline-block;
	list-style: none;
	margin: 0.1em 0.25em;
	margin-right: -0.25em;
	padding: 0;
	position: relative;
	z-index: 1;
}

main nav li a {
	padding: 10px 20px;
	border: 1px solid transparent;
	box-sizing: border-box;
	display: inline-block;
	font-weight: bold;
}

main nav li a.active,
main nav li a:hover {
	background-color: #0e85cd;
	border: 1px solid #0e85cd;
	color: #ffffff;
}

main nav li a.highlighted {
	border: 1px dotted #109bef;
}

/* Link mit abschließendem Pfeil nach rechts */
a.arrow-link {
	display: inline-block !important;
	font-weight: bold;
}

a.arrow-link:after {
	content: '\23F5';
}

/* Link mit abschließendem Pfeil nach unten */
a.referring-downward:after, .referring-downward a:after {
	content: '\00A0\1F853'; /* Non-breaking Space, 🡓 Downwards Sans-Serif Arrow */
}

/* ------------------------------
Footer
------------------------------ */

#footer {
	background-color: #0e85cd;
	color: #ffffff;
	padding: 60px 70px 10px;
}

/* Footer-Sitemap auf Mobilgeräten ausblenden */
#footer nav ul {
	display: none;
}

#footer nav li {
	margin-block: 0;
}

@media (min-width: 980px) {
	#footer nav ul {
		display: block;
	}
}

/* Weil mit der Footer-Sitemap auf Mobilgeräten auch Links zu Impressum und Datenschutzerklärung ausgeblendet werden,
das aber Pflichtangaben sind, separate DIV mit diesen beiden Links nur auf Mobilgeräten einblenden */
.mobile_only {
	display: none;
}

@media (max-width: 980px) {
	.mobile_only {
		display: block;
	}
}

/* Logo im Footer invertiert anzeigen */
.footer-logo {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(300%);
	max-width: 200px;
}

#footer a {
	color: #ffffff;
	display: block;
}

#footer nav a:hover, #footer a.pagelink-mail:hover, #footer a.pagelink-phone:hover {
	background-color: #ffffff;
	color: #0e85cd;
}

@media (min-width: 980px) {
	#footer-container {
		display: flex;
		min-height: 20rem;
		margin: 0 auto;
		max-width: 980px;
		overflow: hidden;
	}
}

@media print {
	#footer-container {
		display: none;
	}
	
	#footer {
		padding: 0;
		background-color: transparent;
	}
	footer div.onlyprint {
		color: #444444;
		text-align: center;
	}

}

#footer nav {
	flex: 1;
	display: block;
	margin-right: 5%;
}

#footer nav ul {
	list-style: none;
	padding-inline-start: 40px;
}

#footer nav > ul {
	padding: 0;
}

#footer nav > ul > li {
	margin-bottom: 40px;
}

#footer nav ul li a {
	padding: 4px 8px;
	display: block;
}

#footer nav > ul > li > a {
	font-weight: bold;
	white-space: nowrap;
}

#footer nav > ul > li > a:only-child {
	font-weight: normal;
}


/*  HR erscheint nur in schmaler Ansicht und trennt im Footer die Links zu Impressum und Datenschutzerklärung ab */
hr {
	background-color: transparent;
	border: none;
	border-bottom: 1px dotted #bbbbbb;
	height: 1px;
	margin: 1em 0;
}

/* ------------------------------
Seiteninhalt
section: Teilt den Seiteninhalt in einzelne Blöcke, die auch bis zum rechte und linken Bildschirmrand farbig hinterlegt sein können
main > section > div: Setzt innerhalb eines Blocks den horizontal richtigen Rand für den Text

	nth-of-type(even)
------------------------------ */

main section {
	padding: 1.2em;
}

@media screen {
	section:nth-child(even of section:not(.skipBgColor)) {
		background-color: #f6f6f6;
	}
}

main > section > div {
	margin: 0 auto;
	max-width: 980px;
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
}

main > section.wide > div {
	max-width: 1280px;
}

@media (min-width: 768px) {

	main > section.submenu {
		padding: 30px 0 0 0;
	}

	main > section.wide {
		padding: 50px 0;
	}
}

@media print {
	main > section {
		padding: 0 !important;
	}

	main > section > div {
		max-width: 100% !important;
	}
}

section > div > *:first-child {
	margin-top: 0;
}

section > div > *:last-child {
	margin-bottom: 0;
}



/* ------------------------------
Aufzählungen im Seiteninhalt
------------------------------ */

ul, ol {
	list-style: none;
	counter-reset: item;
	display: flow-root;
}

main section ul li, main section ol li {
	padding-left: 1.2em;
	position: relative;
	background-image: url('/static/images/symbole/bullet-round.svg');
	background-repeat: no-repeat;
	background-size: 0.88em 0.88em;
	background-position: 1px 3px;
}

main section ul li {
	background-size: 0.65em;
	background-position: 0.2em 0.3em;
}

main section ol li {
	counter-increment: item;
}

main section ol li::before {
	content: counter(item);
	position: absolute;
	left: 7px;
	font-size: 0.7em;
	color: #ffffff;
}

/* Mehrspaltige Aufzählungen, wenn Seite breit genug */
main section ul.columns {
	column-width: 15em;
}

main section ul.columns li {
	break-inside: avoid;
}

main section ul.columns li:first-child {
	margin-block-start: 0;
}

/* ------------------------------
Hervorgehobene Aufzählungen im Seiteninhalt, z. B. für Vorteile oder Probleme
------------------------------ */

/* Basis-Layout: Mobile (<768px) */
ul.cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0 1em;
}

ul.cards li {
	border-radius: 8px;
	padding: 1em 1em 1em 3.2em;
	text-indent: 0;
	position: relative;
	hyphens: auto;
	overflow-wrap: break-word;
	background-image: none;
}

/* Tablet (768px–979px): Zwei Spalten */
@media (min-width: 768px) and (max-width: 979px) {
	ul.cards {
		grid-template-columns: repeat(2, 1fr);
	}
}

/* Desktop (≥980px): Drei Spalten */
@media (min-width: 980px) {
	ul.cards {
		grid-template-columns: repeat(3, 1fr);
	}
}

ul.cards li {
 background-color: #EEEEEE;
}

ul.cards li::before {
	content: "";
	position: absolute;
	left: 1em;
	top: 1.5em;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-image: url('/static/images/symbole/check-incircle-green.svg');
	background-repeat: no-repeat;
	background-size: contain;
}


ul.cards.problem li::before {
	background-image: url('/static/images/symbole/x-in-circle-red.svg');
}

ul.cards.solution li::before {
	background-image: url('/static/images/symbole/check-in-circle-green.svg');
}

ul.cards li > b:first-child {
	display: block;
	margin-bottom: 0.3em;
}

/* ------------------------------
Abbildungen im Seiteninhalt
------------------------------ */

figure {
	margin-inline: 0;
	margin-block: 2em;
}

figcaption {
	margin-top: 0.2em;
	color: #888;
	font-size: 18px;
	line-height: 1.1em;
}

a.button-link,
button,
input[type='submit'],
input[type='reset'],
input[type='button'] {
	margin: 0 0 20px 0;
	padding: 15px 20px;
	background-color: #0e85cd;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	white-space: nowrap;
}

/* Primärer CtA-Button = erster CtA-Button in einem Element */
a.button-link:first-of-type {
	margin-right: 1.5em;
}

/* Alle weiteren CtA-Buttons in einem Element sind sekundäre CtA-Buttons */
a.button-link:not(:first-of-type) {
	margin-left: 1.5em;
	background-color: #5BBBF4; /* schwächere Hintergrundfarbe als der primäre CtA-Button */
}

a.button-link:hover {
	background-color: #109bef;
	color: #ffffff;
}

/* ------------------------------
Downloads/Links mit Icons
------------------------------ */

div.itemLink {
	margin-bottom: 20px;
	padding-left: 4.4em;
	counter-increment: linkItem;
	position: relative;
	background-image: url('/static/images/symbole/pdf-icon.svg');
	background-repeat: no-repeat;
	background-size: 1.5em 1.5em;
	background-position: 2em 0.2em;
}

div.itemLink::before {
	content: counter(linkItem);
	position: absolute;
	left: 0.6em;
	top: 0.4em;
}

div.itemLink.noNumber {
	padding-left: 2.4em;
	background-position: 0 0.2em;
}

div.itemLink.noNumber::before {
	content: none;
}

div.itemLink > p > b {
	display: block;
}

div.itemLink p {
	margin-block: 0;
}

div.itemLink p:nth-child(2) {
	color: #bbbbbb;
}

div.itemLink.linkTypePmm {
	background-image: url('/static/images/produkte/pmm-icon.svg');
}

div.itemLink.linkTypeMeter {
	background-image: url('/static/images/produkte/meter-icon.svg');
}

div.itemLink.linkTypeCaps {
	background-image: url('/static/images/produkte/caps-icon.svg');
}

div.itemLink.linkTypeFbadmin {
	background-image: url('/static/images/symbole/fbadmin-icon.svg');
}

div.itemLink.linkTypeFirebird {
	background-image: url('/static/images/symbole/firebird-icon.svg');
}

div.itemLink.linkTypeRemoteSupport {
	background-image: url('/static/images/symbole/remote-support-icon.svg');
}

div.itemLink.linkTypeRuler {
	background-image: url('/static/images/symbole/ruler-icon.svg');
}

div.itemLink.linkTypeComportTester {
	background-image: url('/static/images/symbole/comporttester-icon.svg');
}

div.itemLink.linkTypeSmtpMail {
	background-image: url('/static/images/symbole/smtpmail-icon.svg');
}

div.itemLink.linkTypeUdpLogger {
	background-image: url('/static/images/symbole/udplogger-icon.svg');
}

div.itemLink.linkTypeInfradatKonfigurator {
	background-image: url('/static/images/symbole/infradatconfig-icon.svg');
}

div.itemLink.linkTypeBrotate {
	background-image: url('/static/images/symbole/brotate-icon.svg');
}

/* ------------------------------
Spalten im Seiteninhalt
Hinweis: Mehrspaltige Aufzählungen siehe ul.columns
------------------------------ */

div.columns {
	margin-top: 30px;
}

div.columns > div.column {
	margin-top: 0;
	margin-bottom: 30px;
	width: 100%;
}

div.columns > div.column h3 {
	padding: 0;
	margin: 0 0 20px;
	color: #0e85cd;
	line-height: 32px;
}

div.columns > div.column img.product-symbol {
	float: left;
	margin-right: 15px;
	width: 32px;
	height: 32px;
}

div.columns > div.column .subtitle {
	margin-bottom: 20px;
	font-weight: bold;
}

@media (min-width: 768px) {
	div.columns {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		gap: 60px;
	}

	div.columns > div.column {
		margin: 0;
	}
}

.reference-logo-previews img {
	margin: 14px;
	display: inline-block;
	width: 150px;
	height: 60px;
	vertical-align: middle;
}

section > div.reference-logo-previews > img:first-child {
	margin-top: 14px;
}

section > div.reference-logo-previews > img:last-child {
	margin-bottom: 14px;
}

.reference-logos {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 0.5em 1em;
}

.reference-logos img {
	display: block;
	width: 150px;
	height: 60px;
	object-fit: contain;
	box-sizing: border-box;
	justify-self: right;
}

section > div.reference-logos > img:first-child {
	margin-top: 0.7em;
}

section > div.reference-logos > img:last-child {
	margin-bottom: 0.7em;
}

.reference-logos h2 {
	grid-column: 1 / -1;
	margin-top: 2.5em;
	margin-bottom: 0;
}

/*
.reference-logos img {
	margin: 30px 42px;
	display: inline-block;
	vertical-align: middle;
}

*/

.center {
	text-align: center;
}

/* ------------------------------
Tabelle
------------------------------ */

table {
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
}

table th, table td {
	font-weight: normal;
	padding: 4px;
	font-size: 0.82em;
	border: 1px dotted #bbbbbb;
	min-width: 1%;
	text-align: left;
}

table.features {
	width: 100%;
}

table.features td, table.features thead th {
	text-align: center;
}

table.topaligned td, table.topaligned th {
	vertical-align: top;
}

table.features thead th {
	font-weight: bold;
	background: none;
	text-align: center;
	vertical-align: bottom;
	border-bottom: 2px solid #999999;
	padding-top: 14px;
	padding-bottom: 12px;
}
table.features tbody th[scope="colgroup"] {
	padding-block: 10px;
	font-weight: bold;
	text-align: left;
	border-top: 2px solid #bbbbbb;
}

@media (min-width: 600px) {
	table th, table td {
		padding: 10px 15px;
		font-size: 1em;
	}
	
	table.features tbody th[scope="colgroup"] {
		padding-inline: 15px;
		padding-top: 14px;
	}
}


/* ------------------------------
Zitat
------------------------------ */
blockquote {
  padding: 0.2em 2em;
  margin: 1em 0;
  position: relative;
}

blockquote::before {
  content: '„';
  font-size: 4rem;
  color: #0E85CD;
  position: absolute;
  top: -0.25em;
  left: 0;
  font-family: "Times New Roman", serif;
}


/* ------------------------------
Formular
------------------------------ */

label {
	margin-top: 0.5em;
	display: block;
}

label.option {
	display: inline;
}

label.element-invisible, p.element-invisible {
	display: none;
}

.form-type-radio {
	margin-right: 20px;
}

input[type='email'],
input[type='text'],
textarea {
	width: 100%;
}

input,
button,
select,
textarea {
	padding: 13px 18px;
	margin-block: 0.3em;
	border: 1px solid #bbbbbb;
	font-family: 'FrutigerNext', sans-serif;
	font-size: 21px;
}


label:has(input){
	background-color: #B8E1FA;
	padding: 0.4em;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: start;
}

label:has(input:checked) {
	background-color: #5BBBF4;
}

label:has(input) input {
	margin-inline: 0 0.4em;
}

label:has(input) p {
	margin-block: 0;
}

.marginBottom10 {
	margin-bottom: 10px;
}

.extraMarginTop {
	margin-top: 2em;
}
	
p.extraMarginBottom {
	margin-bottom: 2em;
}

/* ------------------------------
Nur für Bildschirm / Nur für Ausdrucke
------------------------------ */

.onlyprint {
	display: none;
}

@media print {
	body {
		font-size: 12pt;
	}
	
	.nonprint, nav {
		display: none;
	}

	.onlyprint {
		display: block;
	}

	@page {
		margin: 12mm 12mm 20mm 20mm;
		width: 100%;
	}

	a[href]:after {
		content: " [" attr(href) "]";
		font-size: 80%;
		font-weight: normal;
	}

	a[href].no-href-on-print:after, a[href^="#"]:after {
		content: none;
	}

	h1, h2, h3 {
		page-break-after: avoid;
	}

}

.desktop-only {
	display: none !important;
}

@media (min-width: 768px) {
	.desktop-only {
		display: block;
	}
}

.desktop-flex .fifty {
	margin-bottom: 10px;
}

@media (min-width: 768px), print {
	.desktop-flex {
		display: flex;
		justify-content: space-between;
		gap: 30px;
	}

	.desktop-flex .fifty {
		width: 50%;
	}

	.responsive-float-right {
		float: right;
		margin-left: 1em;
	}

	.responsive-float-left {
		float: left;
		margin-right: 1em;
	}

	img.responsive-float-right, img.responsive-float-left {
		max-width: 40%;
		margin-top: 4px; /* An Oberlängen-Linie des Texts angleichen */
	}

	figure.responsive-float-right, figure.responsive-float-left {
		max-width: 40%;
		margin-top: 4px; /* An Oberlängen-Linie des Texts angleichen */
	}

}

/* ------------------------------
Bilder mit Click-to-Zoom - siehe consic.js
------------------------------ */
figure.zoomable {
	position: relative; /* notwendig für Zoom-Icon */
	margin-right: 10px;
	margin-top: 10px;
}

@media (min-width: 768px), print {
	figure.zoomable.responsive-float-left {
		margin-right: 1em;
	}
}

figure.zoomable img {
	display: block;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

figure.zoomable::after {
	content: '';
	position: absolute;
	top: -10px;
	right: -10px;
	width: 35px;
	height: 35px;
	background-image: url('/static/images/symbole/expand-icon.svg');
	background-size: 70%;     /* SVG füllt den Container */
	background-repeat: no-repeat; /* Keine Wiederholung */
	background-position: center;  /* Zentriert */
	background-color: rgba(68, 68, 68, 0.8);
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
}

div#popupOverlay {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	place-items: center;
	background-color: rgba(0, 0, 0, 0.7);
}

div#popupOverlay > figure {
	position: fixed;
	z-index: 1001;
	margin: 0;
	max-width: calc(100vw - 80px);
	max-height: 90vh;
}

div#popupOverlay > figure > div {
	position: absolute;
	top: 0;
	right: -40px;
	width: 40px;
	height: 40px;
	padding: 4px 12px 8px 12px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	background-color: #C80000;
	color: #FFFFFF;
}

div#popupOverlay > figure > img {
	display: block;
	max-height: 80vh;
	background-color: #ffffff;
}

div#popupOverlay > figure > figcaption {
	color: #444444;
	background-color: #ffffff;
	margin-top: 1em;
	padding: 0.4em;
}
