/* v.2026-07-01 - deduplicated & consolidated (removed duplicate stylesheet copy + overridden rules) */

:root {
	--blue: #053a66;
	--faintblue: rgba(5, 58, 102, 0.08);
	--subblue: rgba(5, 58, 102, 0.12);
	--focusblue: rgba(5, 58, 102, 0.2);
	--midblue: rgba(5, 58, 102, 0.7);
	--transblue: rgba(5, 58, 102, 0.8);
	--strongblue: rgba(5, 58, 102, 0.9);
	--darkblue: #021729;
	--aqua: #0097be;
	--subaqua: rgba(0, 151, 190, 0.3);
	--darkaqua: #007694;
	--red: #be0005;
	--faintred: rgba(190, 0, 5, 0.08);
	--darkred: #8c0005;
	--yellow: #ffb700;
	--darkyellow: #E09600;
	--green: #00BE86;
	--faintgreen: rgba(0, 190, 134, 0.08);
	--subgreen: rgba(0, 190, 134, 0.15);

	--black: #000;
	--transblack: rgba(0, 0, 0, 0.7);
	--gray: #ccc;
	--darkgray: #555;
	--shadow: rgba(0, 0, 0, 0.2);
	--darkshadow: rgba(0, 0, 0, 0.4);

	--shadow-card: 0 2px 4px rgba(0, 0, 0, .05), 0 8px 24px rgba(0, 0, 0, .09);
	--shadow-card-hover: 0 6px 12px rgba(0, 0, 0, .08), 0 12px 30px rgba(0, 0, 0, .13);
	--white: #fff;
	--subwhite: rgba(255, 255, 255, 0.25);
	--halfwhite: rgba(255, 255, 255, 0.5);
	--transwhite: rgba(255, 255, 255, 0.75);
	--nearwhite: rgba(255, 255, 255, 0.95);
	--lightgray: #f1f1f1;
	--beige: #F5F4F2;

	--radius: 10px;
	--radius-mid: 1.2rem;
	--radius-large: 2rem;
	--radius-full: 2000px;

	--limit-middle: 900px;

	--header: 50px;

	--transition-fast: 0.2s ease-in-out;
}

@media screen and (min-width: 992px) {

	:root {
		--header: 100px;
	}

}

/*************************************************************************************
Attach Google Fonts - Commissioner (variable font, weight axis 100-900)
Copyright 2020 The Commissioner Project Authors (https://github.com/googlefonts/Commissioner)
/*************************************************************************************

/* Commissioner variable - latin-ext */

@font-face {
	font-family: "Commissioner";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/commissioner/commissioner-latin-ext.woff2") format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* Commissioner variable - latin */

@font-face {
	font-family: "Commissioner";
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url("../fonts/commissioner/commissioner-latin.woff2") format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}




html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
input,
label,
textarea,
legend,
table,
caption,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Commissioner', sans-serif;
	outline: none;
}

a {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: 'Commissioner', sans-serif;
	outline: none;
	transition: color var(--transition-fast);
}

* {
	font-family: 'Commissioner', sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

body {
	height: 100%;
}

body.menu-mobile {
	/* disables body scrolling!!!*/
	overflow: hidden;
}

html {
	height: 100%;
	font-size: 16px;
	line-height: 1.6;
}

@media screen and (min-width:768px) {
	html {
		font-size: 18px;
	}
}

p {
	hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	text-align: justify;
}

p em {
	hyphens: none;
	text-align: left;
}


/* cookies */
.cc-window {
	height: 100vh;
}


/* flex slider*/

.flex-control-nav,
.flex-direction-nav {
	display: none;
}

.flex-control-nav {
	z-index: 50;
}

.flexslider .slides>li {
	position: relative;
	/*	max-height:650px; */
}

.flexslider .slides img {
	width: 100%;
	height: auto;
}

.caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.caption .wrapper {
	position: relative;
	padding: 20px;
}

.slideblock {
	display: inline-block;
	background-color: var(--strongblue);
	padding: 10px;
	margin-top: 7%;
	border-radius: var(--radius);
}

.slideblock:hover {
	display: inline-block;
	background-color: var(--blue);
}

.slideblock h1 {
	margin: 0;
	font-size: 20px;
	line-height: 22px;
}

.slideblock h2 {
	margin: 0;
	font-size: 14px;
	line-height: 16px;
}

.slideblock p {
	margin-top: 0;
	display: none;
}

.slideblock * {
	color: var(--white);
}


#home {
	min-height: calc(80vh - 100px);
	text-align: center;
}

#home p {
	text-align: center;
}

/*                      */

/*
.grid8 .col:nth-of-type(8n+1),
.grid4 .col:nth-of-type(4n+1),
.grid3 .col:nth-of-type(3n+1),
.grid2 .col:nth-of-type(2n+1)
	{
	clear: left;
}
*/

#bprozess .col-3:nth-of-type(3) {
	clear: left;
}

.gridalign {
	display: block;
}

#content {
	padding-top: var(--header);
	min-height: calc(100% - 200px);
}

#main-content {
	padding-top: var(--header);
	min-height: calc(100% - 200px);
}

#main-content .sec {
	padding-bottom: 4rem;
}

[class*="col-"] {
	float: left;
	padding: 8px;
	width: 100%;
}

img[class*="col-"] {
	padding: 0px;
}

.row {
	padding: 10px 0;
}

.row::after {
	content: "";
	clear: both;
	display: table;
}

.nextrow [class*="col-"] {
	padding-left: 0;
	padding-top: 0;
}

p,
ul,
span {
	font-weight: 300;
	color: var(--black);
	margin: 0 0 1.2rem 0;
}

ul {
	list-style: none;
}

h1,
.h1 {
	font-size: 1.9rem;
	line-height: 1.3;
	letter-spacing: -1px;
	color: var(--blue);
	margin: 10px 0 15px 0;
	font-weight: 400;
}

.title h1,
.title .icon.h1,
.title h2.h1,
.bluebox h1,
.bluebox .icon.h1,
.bluebox h2.h1 {
	color: var(--white);
}

.icon.h1 {
	width: 50px;
}

h2,
.h2 {
	font-size: 1.5rem;
	line-height: 1.3;
	letter-spacing: -0.7px;
	font-weight: 400;
	color: var(--black);
	margin: .4rem 0 1rem 0;
}

.icon.h2 {
	width: 30px;
}

h1+h2 {
	margin-bottom: 20px;
}

h3 {
	font-size: 1.2rem;
	line-height: 1.3;
	letter-spacing: -0.5px;
	margin: 8px 0 12px 0;
	font-weight: 400;
	color: var(--blue);
}

a {
	font-weight: 600;
	line-height: normal;
	color: var(--blue);
	text-decoration: none;
}

a:hover {
	color: var(--blue);
}

/*	
a img:hover
	{
	filter:brightness(80%);
	}		
*/
a.button,
span.pseudobutton,
input[type="file"],
input[type="submit"] {
	display: block;
	width: 100%;
	cursor: pointer;
	text-align: center;
	padding: 12px;
	margin: 20px auto 10px auto;
	color: var(--white);
	background: var(--blue);
	font-size: 1rem;
	font-weight: 600;


	border-radius: var(--radius);
	border: solid 1px var(--blue);
}

span.pseudobutton {
	background: transparent;
	border: solid 1px var(--white);
}

a.button.short {
	width: 100%;
}

a.button:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	background: var(--darkblue);
	border: solid 1px var(--darkblue);
}

.wrapper {
	width: 90%;
	margin: 0 auto;
}

.sec {
	background-color: var(--white);
	padding-top: 1rem;
}

.sec img {


	border-radius: var(--radius) 0 0 var(--radius);
	margin-bottom: 20px;
}

.sec li {
	padding-left: 16px;
	text-indent: -8px;
}

.sec li::before {
	font-weight: 700;
	color: var(--blue);
	padding-right: 8px;
	display: inline-block;
	content: "\2022";
	transform: translateY(-2px);

}

strong {
	font-weight: 600;
}

em {
	font-weight: 300;
	font-style: italic;
	font-size: 13px;
	line-height: normal;
	letter-spacing: -.5px;
}

em * {
	font-size: inherit !important;
	line-height: inherit !important;
}

.small {
	font-weight: 300;
	font-size: 13px;
	line-height: normal;
	letter-spacing: -.5px;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

.mehr::before {
	font-weight: 300;
	font-size: 13px;
	display: inline;
	content: "Mehr erfahren";
}

.mehr::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 13px;
	display: inline;
	padding: 0 5px;
	content: "\f103"
}

.mehr~i {
	display: block;
	font-size: 20px;
}

.cl {
	clear: both;
}

.border {
	border: 1px solid var(--black);
}

.gray {
	/*gray = light blue*/
	background-color: var(--beige);
}

.blue {
	background-color: var(--blue);
}

.blue,
.blue h2,
.blue * {
	color: var(--white);
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.aligner,
.caption {
	display: flex;
	align-items: center;
	justify-content: center;
}

.valign {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.feature,
.feature * {
	text-align: center;
}

.just p {
	text-align: justify;
}

.feature i {
	font-size: 60px;
	color: var(--blue);
	padding-bottom: 20px;
}

.feature img {
	margin: 0 auto 20px auto;
	width: 50%;
}

.send-status img {
	width: 90px;
	margin: 20px auto 40px auto;
}

.send-status h2 {
	padding-bottom: 20px;
}

.send-status h2,
.send-status img,
.send-status p {
	text-align: center;
}

.send-status .button {
	margin: 30px auto 200px auto;
}

.bluebox,
.lightbox {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1.25rem;
	margin-bottom: 1.25rem;
	border-radius: var(--radius);
}

.bluebox {
	background-color: var(--blue);
}

.lightbox {
	background-color: var(--beige);
}

/* home: unsere angebot */

.bluebox.angebot {
	padding: 0;
	box-shadow: 0 0 5px 0 var(--darkshadow);
	display: flex;
	flex-direction: column;
}

.bluebox.angebot:hover {
	background-color: var(--darkblue);
	box-shadow: 0px 1px 7px 1px var(--darkshadow);
}

.angebot-image {
	position: relative;
	width: 100%;
}

.angebot-txt {
	padding: 1.25rem 0 .5rem 0;
	height: 100%;
	line-height: 1.6;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.angebot-txt p:first-child {
	margin-bottom: 0;
}

.angebot img {
	width: 100%;
	height: auto;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	filter: brightness(90%);
}

.angebot-title {
	background: linear-gradient(180deg, transparent 30%, var(--transblack) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
}

.angebot-title .h2 {
	padding: 1.25rem;
	margin: 0;
	line-height: 1.2;
}

.bluebox.angebot:hover img {
	filter: brightness(85%);
}

.bluebox.angebot p {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.bluebox.angebot p strong,
.bluebox a,
.duobox-txt a,
p a {
	text-decoration: underline;
}

.bluebox.angebot p strong:hover,
.bluebox a:hover,
.duobox-txt a:hover {
	color: var(--beige);
}



.bluebox,
.bluebox *,
.bluebox li::before {
	color: var(--white);
}

.bluebox.imgbox h2 {
	font-weight: 300;
}

.bluebox h3 {
	color: var(--beige);
}

.bluebox sub {
	display: block;
	width: 100%;
	padding-top: 25px;
	margin-bottom: 25px;
	border-bottom: solid 1px var(--white);
}

.bluebox a {
	/*	color: var(--beige);	 */
}

.bluebox a:hover {
	color: var(--beige);
}

.bluebox a.button,
.title a.button,
.blue a.button,
a.greenbutton,
a.button.secondary {
	background-color: var(--white);
	border: solid 1px var(--blue);
	color: var(--blue);
}

.bluebox a.button:hover,
.title a.button:hover,
.blue a.button:hover,
a.greenbutton:hover,
a.button.secondary:hover {
	background-color: var(--darkblue);
	color: var(--white);
}

/* .bluebox a / .duobox-txt a / p a (above) generically underline every link in those
   contexts - without this, a.button loses its clean button look the moment it's placed
   inside a <p> (karriere.php's "Jetzt bewerben" CTA, widerspruch.php's "ZURÜCK") or inside
   a .bluebox/.duobox-txt, while identical buttons elsewhere on the page stay un-underlined. */
a.button,
a.button:hover,
a.button:focus,
a.button:visited {
	text-decoration: none;
}

.bluebox-activ:hover {
	background-color: var(--darkblue);
}

.bluebox.smallicons i {
	font-size: 25px;
	padding: 15px;
}

.bluebox .icon {
	float: left;
	padding-right: 15px;
}

.bluebox .icon+h1 {
	float: left;
}

#managementmenu .bluebox {
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#managementmenu div {
	display: inline-block;
	min-width: 60%;
	padding: 10px 15px;
	background-color: var(--strongblue);


	border-radius: var(--radius);
}

#managementmenu .bluebox:hover div {
	background-color: var(--midblue);
}

.imgbox:hover {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.imgbox:hover * {
	text-shadow: 1px 1px 2px var(--black);
}

.agb1:hover {
	background-image: url(/assets/img/services/agb1.jpg)
}

.agb2:hover {
	background-image: url(/assets/img/services/agb2.jpg)
}

.agb3:hover {
	background-image: url(/assets/img/services/agb3.jpg)
}

.agb4:hover {
	background-image: url(/assets/img/services/agb4.jpg)
}

/* single standalone AGB download acts as a compact button: shrinks to its
   content width instead of .bluebox's default 100%, and stacks two centered
   groups - [icon + title] on top, [subline] below - with no stray margins */
.agb-download-col {
	text-align: center;
}

.agb-download {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	width: auto;
	text-align: center;
}

.agb-download .agb-title {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
}

.agb-download .icon {
	float: none;
	flex: 0 0 auto;
	padding-right: 0;
}

.agb-download .h2,
.agb-download em {
	margin: 0;
}

.ds:hover {
	background-image: url(/assets/img/services/datenschutz.jpg)
}

.ang1:hover {
	background-image: url(/assets/img/services/th_parkraumbewirtschaftung.jpg)
}

.ang2:hover {
	background-image: url(/assets/img/services/th_parkraummanagement.jpg)
}

.ang3:hover {
	background-image: url(/assets/img/services/th_parkraumkontrolle.jpg)
}

.ang4:hover {
	background-image: url(/assets/img/services/th_parkraumkonzepte.jpg)
}

.manage1 {
	background-image: url(/assets/img/services/m_parkscheinautomaten.jpg)
}

.manage2 {
	background-image: url(/assets/img/services/m_emobility.jpg)
}

.manage3 {
	background-image: url(/assets/img/services/m_einzelplatzerfassung.jpg)
}

.manage4 {
	background-image: url(/assets/img/services/m_camsys.jpg)
}

.manage45 {
	background-image: url(/assets/img/services/m_parkausweis.jpg)
}

.manage5 {
	background-image: url(/assets/img/services/m_fahrradboxen.jpg)
}

.picture,
.banner {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner {
	background-color: transparent !important;
	min-height: 250px;
	vertical-align: bottom;
}

.sec.banner .wrapper span.h1 {
	display: inline-block;
	padding: .5rem 1rem;
	background: var(--transblue);
	border-radius: var(--radius);
	margin-bottom: 4rem;
}

.p404 {
	background-image: url(/assets/img/services/p_404.jpg);
}

.p1 {
	background-image: url(/assets/img/services/parkplatz-arten.jpg);
}

.p2 {
	background-image: url(/assets/img/services/parkraumservice.jpg);
}

.p2bw {
	background-image: url(/assets/img/services/parkraumservice_BW.jpg);
}

.p3 {
	background-image: url(/assets/img/services/kontakt-widerspruch.jpg);
}

.p4 {
	background-image: url(/assets/img/services/p_karriere.jpg);
}

.p5 {
	background-image: url(/assets/img/services/p_parkraumbewirtschaftung.jpg);
}

.p6 {
	background-image: url(/assets/img/services/datenschutz.jpg);
}

.p7 {
	background-image: url(/assets/img/services/p_kontaktnew.jpg);
}

.p8 {
	background-image: url(/assets/img/services/p_kontrolleure.jpg);
}

.p8bw {
	background-image: url(/assets/img/services/p_parkraumkontrolle_BW.jpg);
}

.p9 {
	background-image: url(/assets/img/services/p_parkraumkonzepte.jpg);
}

.p10 {
	background-image: url(/assets/img/services/p_parkraummanagement.jpg);
}

.p11 {
	background-image: url(/assets/img/services/p_parkraumservice-contrast.jpg);
}

.p12 {
	background-image: url(/assets/img/services/p_kundenservice.jpg);
}

.p13 {
	background-image: url(/assets/img/services/p_parkscheinautomaten.jpg);
}

.p14 {
	background-image: url(/assets/img/services/prs-emobility.jpg);
}

.p15 {
	background-image: url(/assets/img/services/p_einzelplatzerfassung.jpg);
}

.p16 {
	background-image: url(/assets/img/services/prs-parkfield.jpg);
}

.p17 {
	background-image: url(/assets/img/services/p_fahrradboxen.jpg);
}

.p18 {
	background-image: url(/assets/img/services/p_dparkausweis.jpg);
}

.picture.p2 *,
.picture.p12 * {
	color: var(--white);
}

#bprozess img {
	border: 3px solid var(--blue);
	border-radius: 100%;
}


.title {
	background-color: var(--strongblue);
	padding: 20px;


	border-radius: var(--radius);
}

.title *,
.bluebox * {
	color: var(--white);
}

.title h1 {
	text-align: center;
}


.arrowdown {
	display: block;
	margin: 0 auto;
	width: 60px;
	height: 60px;
	font-size: 30px;
	line-height: 2;
	text-align: center !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: solid 2px var(--white);
}

.arrowdown:hover {
	background: var(--transwhite);
	-ms-transform: translateY(8px);
	-webkit-transform: translateY(8px);
	transform: translateY(8px);
}


.arrowdown:after {
	display: block;
	content: "";
	min-height: 30px;
}

/* accordion */
.accordion {
	display: block;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	font-weight: 300;
	font-size: 18px;
	line-height: 20px;
	transition: background-color var(--transition-fast), color var(--transition-fast);
	border-bottom: 1px solid var(--blue);
}

.accordion.blue {
	background-color: var(--white);
}

.accordion.blue,
.accordion.blue * {
	color: var(--blue);
}

.active,
.accordion:hover {
	background-color: var(--blue);
}

/* .accordion.blue sets blue text unconditionally (no :hover-specific override), and the
   default (non-.blue) accordion inherits black/blue text from the global p/ul/span and h3
   rules — both go blue(-ish)-on-blue the moment the background above turns var(--blue) on
   hover/active, making the label unreadable. Force white text for every descendant in both
   cases; must come after .accordion.blue's own color rule to win the specificity tie. */
.active,
.accordion:hover,
.active *,
.accordion:hover * {
	color: var(--white);
}

/*
.accordion:after {
	content: '\002B';
	font-weight: 400;
	float: right;
	margin-left: 15px;
	padding-left: 30px;
	}

.active:after {
    content: "\2212";
	}
*/

.accordion br {
	display: none;
}

.accordion h3 {
	margin: 0 0 5px 0;
}



.accordion span {
	float: left;
	display: block;
	width: 90%;
	margin: 0;
}

.accordion strong {
	float: right;
	display: block;
	width: 10%;
	font-size: 22px;
}

.accordion strong:after {
	float: right;
	content: '\002B';
	font-weight: 400;
}

.accordion.active strong:after {
	content: "\2212";
}


.panel {
	background-color: var(--white);
	max-height: 0;
	overflow: hidden;
	transition: max-height var(--transition-fast);
}

#faq .panel p {
	padding: 15px;
}

.accordion.first {
	border-radius: var(--radius) var(--radius) 0 0;
}

.accordion.last,
.active+.panel.last {
	border: none;
	border-radius: 0 0 var(--radius) var(--radius);
}

.accordion.active.last {
	border-radius: 0;
}

/* karriere — jobs filter + two-accordion layout */

/* intro (left) + filter form (right); accordion results live below in their own
   width-limited wrapper — see .limit-middle utility further down this file */
.jobs-intro .ihk {
	display: table;
	margin: 1.5rem auto 1.2rem;
}

.jobs-results {
	margin-top: 1.5rem;
}

/* heading/badge stay centered while the intro+filter row is single-column
   (mobile/tablet); from the 850px col-5/col-7 breakpoint up, left-align them
   like the rest of the left column instead */
@media (min-width: 850px) {
	.jobs-intro-row .jobs-intro .center {
		text-align: left;
	}

	.jobs-intro-row .jobs-intro .ihk {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.jobs-intro-row .jobs-intro {
		margin-bottom: 1.5rem;
	}

	.jobs-filter {
		padding: 1.25rem 1rem;
	}

	.jobs-filter-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.jobs-reset-btn,
	.jobs-filter-actions .button {
		width: 100%;
		text-align: center;
	}

	.jobs-group-title {
		font-size: 1.15rem;
		margin: 2rem 0 .75rem 0;
	}

	.jobs-counter {
		font-size: .9rem;
	}
}

@media (max-width: 420px) {
	.jobs-pill {
		padding: .3rem .7rem;
		font-size: .8rem;
	}

	.jobs-filter-legend {
		font-size: .75rem;
	}
}

.jobs-filter {
	background: var(--beige);
	border: 1px solid var(--gray);
	border-radius: var(--radius);
	padding: 1.5rem;
	margin: 0 0 1.5rem 0;
}

@media (min-width: 1280px) {
	.jobs-filter {
		margin-left: 3rem;
	}
}

.jobs-filter input[type="search"] {
	width: 100%;
	padding: .65rem 1rem;
	font-size: 1rem;
	font-family: inherit;
	font-weight: 400;
	background: var(--white);
	border: 1px solid var(--gray);
	border-radius: var(--radius);
	color: var(--black);
	margin-bottom: 1.25rem;
}

.jobs-filter fieldset {
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0 0 1.25rem 0;
}

.jobs-filter-legend {
	display: block;
	color: var(--darkgray);
	font-weight: 600;
	font-size: .8rem;
	text-transform: uppercase;
	letter-spacing: .04em;
	margin: 0 0 .6rem 0;
	padding: 0;
}

.jobs-pills {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
}

.jobs-pill {
	display: inline-block;
	padding: .35rem .85rem;
	border: 1px solid var(--gray);
	background: var(--white);
	border-radius: var(--radius-full);
	cursor: pointer;
	font-size: .85rem;
	font-family: inherit;
	font-weight: 600;
	color: var(--darkgray);
	transition: background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);
}

.jobs-pill:hover {
	border-color: var(--blue);
	color: var(--blue);
}

.jobs-pill.is-active {
	background: var(--blue);
	border-color: var(--blue);
	color: var(--white);
}

.jobs-filter__radios {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.jobs-filter__radios label {
	display: inline-flex;
	align-items: center;
	gap: .35rem;
	font-size: .9rem;
	font-weight: 400;
	color: var(--black);
	cursor: pointer;
	margin: 0;
}

.jobs-filter__radios input {
	accent-color: var(--blue);
}

.jobs-filter-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	margin-top: .5rem;
}

.jobs-reset-btn {
	display: inline-block;
	padding: .5rem 1.1rem;
	background: transparent;
	border: 1px solid var(--red);
	border-radius: var(--radius-full);
	color: var(--red);
	font-size: .85rem;
	font-weight: 600;
	cursor: pointer;
	transition: background-color var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);
}

.jobs-reset-btn:hover {
	background: var(--faintred);
	border-color: var(--darkred);
	color: var(--darkred);
}

.jobs-reset-btn.is-hidden {
	display: none;
}

.jobs-counter {
	color: var(--darkgray);
	font-size: .95rem;
	margin: 0 0 1.5rem 0;
}

.jobs-group-title {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: .5rem;
	color: var(--blue);
	margin: 2.5rem 0 1rem 0;
}

.jobs-group-title:first-of-type {
	margin-top: 0;
}

.jobs-group-count {
	font-size: 1rem;
	font-weight: 400;
	color: var(--darkgray);
}

.jobs-accordion-group {
	margin-bottom: 1rem;
}

.jobs-empty {
	background: var(--lightgray);
	border-radius: var(--radius);
	padding: 2rem;
	text-align: center;
}

.jobs-empty p {
	margin: 0;
}

.jobs-meta-note {
	color: var(--darkgray);
	font-size: .85rem;
	margin-top: 1.5rem;
}

.is-hidden {
	display: none !important;
}

#datenschutz {
	padding-top: 1rem;
}

/* table of contents */
#toc {
	display: none;
}

#toc li {
	margin-bottom: .5rem;
	padding-left: 0;
	text-indent: 0;
}

#toc li:before {
	display: none;
}

#toc li a {
	display: inline-block;
	padding: .25rem 0;
}

@media screen and (min-width: 851px) {
	#toc {
		display: block;
	}
}

@media screen and (max-width: 1199px) {
	#toc li a {
		font-size: .8rem;
	}
}


/*	bonus parken	*/
#bonusparken .bluebox {
	position: relative;
	min-height: 400px;
}

#bonusparken span.pseudobutton {
	position: absolute;
	width: 90% !important;
	bottom: 20px;
	left: 5%;
}

#bonusparken .inactive a.bluebox:hover {
	background: var(--blue);
	cursor: default;
}


/*	formulars	*/

form,
input,
.checkmark,
textarea,
select {
	border-radius: var(--radius);
}

form {
	padding: 20px;
	background: var(--beige);
}

form p {
	line-height: 1.1;
}

fieldset {
	border: 1px solid var(--gray);
	border-radius: var(--radius);
	padding: 15px;
	margin-bottom: 20px;
	background: var(--lightgray);
}

legend {
	color: var(--black);
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

input,
textarea,
select {
	font-weight: 400;
	font-size: 15px;
	border: none;
	line-height: normal;
}

input:not([type="submit"]),
textarea,
select {
	color: var(--black);
	background: var(--white);
	padding: 8px;
	border: 1px solid var(--gray);
	margin-bottom: 15px;
	width: 100%;
}

input:not([type="submit"]):hover,
textarea:hover,
select:hover {
	border: 1px solid var(--blue);
}

input:not([type="submit"]):active,
textarea:active,
select:active {
	box-shadow: 0px 0px 0px 1px var(--blue);
}


textarea {
	resize: vertical;
	overflow: auto;
}

/*
input[type="file"], input[type="submit"] === .button
*/
input[type="file"],
input[type="submit"] {
	margin-top: 0;
}

input[disabled="disabled"],
input[disabled="disabled"]:hover {
	background: var(--beige);
	cursor: default;
	color: var(--blue);
	border: 1px solid var(--blue);
}

/* CUSTOM CHECKBOX */

/* Customize the label (the container) */
.checkcont {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400px;
	color: var(--blue);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.checkcont input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: var(--white);
}

/* On mouse-over & when the checkbox is checked, add a blue background */
.checkcont:hover input~.checkmark,
.checkcont input:checked~.checkmark {
	background-color: var(--blue);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.checkcont input:checked~.checkmark::after {
	display: block;
}

/* Style the checkmark/indicator */
.checkcont .checkmark::after {
	left: 9px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid var(--white);
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* END OF CUSTOM CHECKBOX */


.bluebox.head {
	margin-bottom: 0;
	border-radius: var(--radius) var(--radius) 0 0;
}

.bluebox.head+form {
	border-radius: 0 0 var(--radius) var(--radius);
}








/* go-to-top button */
/* CTA - kontakt button */

#top,
#cta a {
	/*button properties*/
	transition: box-shadow var(--transition-fast), background-color var(--transition-fast), opacity .7s, visibility .7s, bottom .2s;
	display: block;
	text-align: center;
	height: 3rem;
	width: 3rem;
	padding: .75rem;
	position: fixed;
	right: 1rem;
	bottom: -5rem;
	/* by default hidden below... */
	opacity: 0;
	/* and invisible */
	visibility: hidden;
	z-index: 200;
	border-radius: var(--radius);
	color: var(--white);
	background-color: var(--red);
	box-shadow: 0px 0px 5px 0px var(--darkshadow);
	-webkit-box-shadow: 0px 0px 5px 0px var(--darkshadow);
	-moz-box-shadow: 0px 0px 5px 0px var(--darkshadow);
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#top img,
#cta a,
#cta img {
	display: block;
}

/* hide text in mobile view */
#cta p,
#cta span,
#cta strong {
	display: none;
	color: var(--white)
}


/* show scroll-top-button after scroll down the window */
/* never show scroll-top-button in mobile view */
/* always show CTA */

body:not(.menu-mobile) #cta a {
	bottom: 1rem;
	opacity: 1;
	visibility: visible;
}

.showtop:not(.menu-mobile) #top {
	opacity: 1;
	visibility: visible;
	bottom: 1rem;
}

.showtop:not(.menu-mobile) #cta a {
	bottom: 5rem;
}



@media screen and (min-width:1200px) {

	#top:hover {
		background-color: var(--darkred);
		box-shadow: 0px 0px 7px 0px var(--darkshadow);
		-webkit-box-shadow: 0px 0px 7px 0px var(--darkshadow);
		-moz-box-shadow: 0px 0px 7px 0px var(--darkshadow);
	}

	#cta {
		position: fixed;
		padding: 1rem 1rem 1.5rem 1rem;
		top: calc(var(--header) + 1rem);
		right: 0;
		background: var(--red);
		z-index: 999;
		border-radius: var(--radius);
		opacity: 1;
		transition: background-color var(--transition-fast), opacity var(--transition-fast);
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		box-shadow: 0px 0px 7px 0px var(--darkshadow);
		-webkit-box-shadow: 0px 0px 7px 0px var(--darkshadow);
		-moz-box-shadow: 0px 0px 7px 0px var(--darkshadow);
	}

	#cta.hidecta {
		opacity: 0;
	}

	#cta:hover {
		/*	animation-duration: .5s; */
		background: var(--darkred);
	}

	#cta strong,
	#cta a {
		display: initial;
	}

	#cta span,
	#cta p {
		display: block;
		margin: 0;
	}

	#cta a {
		position: initial;
		padding: 0;
		width: auto;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		background-color: transparent;
		background-image: linear-gradient(var(--white), var(--white));
		background-size: 100% 1px;
		background-position: bottom;
		padding: 0 1px 2px 1px;
		background-repeat: no-repeat;
		transition: background-size var(--transition-fast);
		border-radius: 0;
	}

	#cta a:hover {
		background-size: 100% 2px;
		padding: 0 1px 2px 1px;
	}

	#cta a img {
		display: none;
	}

}


/* DUOBOX - splitted responsible box */

.duobox {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
	border-radius: var(--radius);
	box-shadow: 0 0 5px 0 var(--darkshadow);
}

.duobox-txt {
	background-color: var(--blue);
	color: var(--white);
	padding: 1.5rem;

}

.duobox-txt * {
	color: var(--white);
}

.sec .duobox-txt li::before {
	color: var(--white);
}

.duobox-img {
	position: relative;
	overflow: hidden;
}

#systems-menu .duobox-img {
	aspect-ratio: 2 / 1;
}

.sec .duobox-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	margin: 0;
	border-radius: 0;

}

/* Media queries */

@media (max-width: 991px) {
	.duobox {
		flex-direction: column;
	}

	#systems-menu .duobox {
		margin-bottom: 1.5rem;
	}

	.duobox-txt {
		width: 100%;
		border-radius: var(--radius) var(--radius) 0 0;
	}

	.duobox-img {
		width: 100%;
		aspect-ratio: 4 / 3;
	}

	.duobox-img,
	.duobox-img img {
		border-radius: 0 0 var(--radius) var(--radius);
	}
}

@media (min-width: 992px) {
	.duobox {
		flex-direction: row;
		margin-bottom: 1.5rem;
	}

	#systems-menu .duobox {
		margin-bottom: 2rem;
	}

	.duobox.reverse {
		flex-direction: row-reverse;
	}

	.duobox-txt {
		width: 50%;
		height: auto;
		padding: 2rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.duobox-txt,
	.duobox.reverse .duobox-img,
	.duobox.reverse .duobox-img img {
		border-radius: var(--radius) 0 0 var(--radius);
	}

	.duobox-img {
		width: 50%;
		aspect-ratio: 1 / 1;
	}

	#systems-menu .duobox-img {
		aspect-ratio: 1 / 1;
	}

	.duobox.reverse .duobox-txt,
	.duobox-img,
	.duobox-img img {
		border-radius: 0 var(--radius) var(--radius) 0;
	}
}




/* HEADER & MENU for Desktop: */


.blind {
	background: var(--black);
	width: 100%;
	height: 100%;
	position: fixed;
	display: block;
	z-index: 15;
	right: -100%;
	transition: right var(--transition-fast), background-color var(--transition-fast);
}

#header {
	background: var(--white);
	border-bottom: 1px solid var(--darkblue);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: var(--header);
	z-index: 1000;
}

#header .wrapper {
	height: 100%;
	width: 100%;
	padding: 0 2rem;
	display: flex;
	align-items: center;
}

.padd {
	padding: 0 0px;
}

#mmnavi {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#mmnavi .icon {
	display: none;
	font-size: 26px;
	font-weight: 700;
	line-height: 2;
	color: var(--blue);
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}

#logo {
	display: flex;
	align-items: center;
}

#logo img {
	width: 150px;
}

@media screen and (min-width: 1200px) {
	#logo img {
		width: 173px;
	}
}

#dropdown {
	/*	
	position: absolute;
	top: 33px;
	top: 26px;
	right: 25px;
*/
}

#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1;
}

#nav::after {
	display: table;
	content: '';
	clear: both;
}

#nav li {
	float: left;
	position: relative;
	margin-right: 1.2rem;
}

#nav li.menu-cs {
	margin-right: 0;
}

@media screen and (max-width: 1100px) {
	#nav li.menu-kontakt {
		display: none;
	}
}

#nav li a {
	font-size: 1.1rem;
	display: block;
	color: var(--darkblue);
	text-decoration: none;
	letter-spacing: -0.1px;
	padding: .5rem 0;
}

#nav li a:hover {
	color: var(--red);
}

#nav li.mobileonly {
	display: none;
}

#mmnavi:not(.responsive) #nav li.menu-cs,
#mmnavi:not(.responsive) #nav li.menu-jobs {
	border-radius: var(--radius);
}

#mmnavi:not(.responsive) #nav li.menu-cs a,
#mmnavi:not(.responsive) #nav li.menu-jobs a {
	color: var(--white);
	padding: .5rem 1rem;
}

#mmnavi:not(.responsive) #nav li.menu-jobs {
	background: var(--blue);
}

#mmnavi:not(.responsive) #nav li.menu-jobs:hover {
	background: var(--darkblue);
}

#mmnavi:not(.responsive) #nav li.menu-cs {
	background: var(--darkgray);
}

#mmnavi:not(.responsive) #nav li.menu-cs:hover {
	background: var(--black);
}




/************** GRID *******************/



@media only screen and (min-width: 600px) {
	/* TABLETS */

	.col-s-1 {
		width: 8.33%;
	}

	.col-s-2 {
		width: 16.66%;
	}

	.col-s-3 {
		width: 25%;
	}

	.col-s-4 {
		width: 33.33%;
	}

	.col-s-5 {
		width: 41.66%;
	}

	.col-s-6 {
		width: 50%;
	}

	.col-s-7 {
		width: 58.33%;
	}

	.col-s-8 {
		width: 66.66%;
	}

	.col-s-9 {
		width: 75%;
	}

	.col-s-10 {
		width: 83.33%;
	}

	.col-s-11 {
		width: 91.66%;
	}

	.col-s-12 {
		width: 100%;
	}

	/*	
	p,
	ul,
	a,
	span {
		font-size: 16px;
	}
*/

	.wrapper {
		width: 590px
	}

	.slideblock {
		min-width: 48%;
		padding: 20px;
		margin-top: 3%;
	}

	.slideblock h1 {
		font-size: 42px;
		line-height: 44px;
	}

	.slideblock h2 {
		font-size: 28px;
		line-height: 30px;
	}

	.slideblock p {
		display: block;
	}


	h1,
	.h1 {
		font-size: 2.8rem;
		letter-spacing: -2px;
		margin: 15px 0 25px 0;
	}

	.icon.h1 {
		width: 60px;
	}

	h2,
	.icon.h2,
	legend {
		font-size: 1.6rem;
	}

	.icon.h2 {
		width: 40px;
	}

	h3 {
		font-size: 22px;
		line-height: 25px;
	}

	a.button.short {
		width: 50%;
	}

	.cc-window {
		height: auto;
	}

}


@media only screen and (min-width: 768px) {
	/* DESKTOP */


	.gridalign {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.col-m-1 {
		width: 8.33%;
	}

	.col-m-2 {
		width: 16.66%;
	}

	.col-m-3 {
		width: 25%;
	}

	.col-m-4 {
		width: 33.33%;
	}

	.col-m-5 {
		width: 41.66%;
	}

	.col-m-6 {
		width: 50%;
	}

	.col-m-7 {
		width: 58.33%;
	}

	.col-m-8 {
		width: 66.66%;
	}

	.col-m-9 {
		width: 75%;
	}

	.col-m-10 {
		width: 83.33%;
	}

	.col-m-11 {
		width: 91.66%;
	}

	.col-m-12 {
		width: 100%;
	}


	[class*="col-"],
	img[class*="col-"] {
		padding: 15px;
	}

	.row {
		padding: 20px 0;
	}

	.wrapper {
		width: 750px
	}

	.banner {
		min-height: 650px;
	}

	.flex-control-nav,
	.flex-direction-nav {
		display: block;
	}

	.flexslider .slides>li {
		/*	max-height:650px; */
	}

	.flexslider .slides img {
		width: 100%;
		height: auto;
	}

	/*
#angebot-list .bluebox.imgbox
	{
	min-height: 240px;
	}	
*/
	#bonusparken .bluebox {
		min-height: 450px;
	}

}

@media only screen and (min-width: 850px) {

	#parten .col-3:nth-of-type(5) {
		clear: left;
	}

	#bprozess .col-3:nth-of-type(3) {
		clear: none;
	}

	.col-4:nth-of-type(4) {
		clear: left;
	}

	#kontakt .col-4:nth-of-type(4) {
		clear: none;
	}

	.col-1 {
		width: 8.33%;
	}

	.col-2 {
		width: 16.66%;
	}

	.col-3 {
		width: 25%;
	}

	#angebot-list .col-3 {
		width: 50%;
	}

	.col-4 {
		width: 33.33%;
	}

	.col-5 {
		width: 41.66%;
	}

	.col-6 {
		width: 50%;
	}

	.col-7 {
		width: 58.33%;
	}

	.col-8 {
		width: 66.66%;
	}

	.col-9 {
		width: 75%;
	}

	.col-10 {
		width: 83.33%;
	}

	.col-11 {
		width: 91.66%;
	}

	.col-12 {
		width: 100%;
	}

	.wrapper {
		width: 840px
	}

	/*
#angebot-list .bluebox.imgbox
	{
	min-height: 350px;
	}
*/
	#bonusparken .bluebox {
		min-height: 400px;
	}
}


@media only screen and (min-width: 992px) {
	.wrapper {
		width: 990px
	}

	#home [class*="col-"] {
		width: 70%;
		float: none;
		margin: 0 auto;
	}

}


@media only screen and (min-width: 1200px) {
	#angebot-list .col-3 {
		width: 25%;
	}

	#home [class*="col-"] {
		width: 50%;
		float: none;
		margin: 0 auto;
	}

	.wrapper {
		width: 1140px
	}

	/*	
#angebot-list .bluebox.imgbox
	{
	min-height: 300px;
	}	
*/
}

@media only screen and (min-width: 1400px) {


	.wrapper {
		width: 1400px
	}

	/*	 
#angebot-list .bluebox.imgbox
	{
	min-height: 240px;
	}	
*/
}


/* xxxl-  1400px and up)																			XXL */
@media (min-width: 1600px) {

	.wrapper {
		width: 1560px;
	}
}






.col-12.col-m-12.col-s-12 h1,
.col-12.col-m-12.col-s-12 h2,
.col-12.col-m-12.col-s-12 p,
.reduced-full {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

#jobs .col-12.col-m-12.col-s-12 h1,
#jobs .col-12.col-m-12.col-s-12 h2,
#jobs .col-12.col-m-12.col-s-12 p,
#faq .col-12.col-m-12.col-s-12 h1,
#faq .col-12.col-m-12.col-s-12 h2,
#faq .col-12.col-m-12.col-s-12 p {
	max-width: 100%;
	margin-left: initial;
	margin-right: initial;
}


.col-12.col-m-12.col-s-12 .button {
	max-width: 768px;
}

.reduced-full.center * {
	text-align: center;
}

/* narrower sibling of .reduced-full (1100px) — caps a whole block (not just
   h1/h2/p individually) at --limit-middle (900px); used by the karriere.php
   job-listing wrapper and the kundenservice.php FAQ section */
.limit-middle {
	max-width: var(--limit-middle);
	margin-left: auto;
	margin-right: auto;
}



#angebotsanforderung {
	padding-top: 4rem;
}


/**********************************************/
/***************   BLOG      ******************/
/**********************************************/

/** blog.php - posts list**/

.post-element {
	padding: 0;
	box-shadow: 0 0 5px 0 var(--darkshadow);
	display: flex;
	flex-direction: column;
}

.post-element:hover {
	background-color: var(--darkblue);
	box-shadow: 0px 1px 7px 1px var(--darkshadow);
}

.post-image {
	position: relative;
	width: 100%;
	aspect-ratio: 2 / 1;
	overflow: hidden;
	background-color: var(--darkblue);
	border-radius: var(--radius) var(--radius) 0 0;
}

.post-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: var(--radius) var(--radius) 0 0;
}

.post-element:hover .post-image img {
	opacity: 0.85;
}

.post-element-content {
	padding: 1.25rem;
	display: flex;
	flex-direction: column;
}

.post-element-content h2 {
	margin-bottom: 0.5rem;
}

.post-date {
	font-size: 0.9rem;
	color: var(--beige);
}

p.pseudolink {
	margin: 0;
}

p.pseudolink strong {
	text-decoration: underline;
}

/** post.php - template for single post**/

/* fluid hero height — deliberately taller than .sec.banner's static-page banners
   (below) for visual hierarchy; grows with viewport width, caps at 720px so
   ultra-wide screens don't keep stretching it */
.sec.hero {
	padding: 2rem 0;
	position: relative;
	min-height: 720px;
	/* fallback for browsers without clamp() support */
	min-height: clamp(320px, 34vw + 8rem, 720px);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sec.hero img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: translate(-50%, -50%);
	border-radius: 0;
}

.sec.hero .container {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	margin: 0 auto;
}

.sec.hero .container .col-s-12 {
	width: auto;
	float: none;
	text-align: center;
}

.sec.hero .container h1 {
	display: inline-block;
	color: var(--white);
	padding: 1rem 2rem;
	background-color: var(--strongblue);
	border-radius: var(--radius);
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

/** static page hero/banner - migrated from background-image to <img> (cover-fill), mirrors .sec.hero **/

.sec.banner {
	position: relative;
	overflow: hidden;
	/* clears the fixed #header (var(--header): 50px <992px, 100px >=992px) on pages where
	   .sec.banner isn't wrapped by #content (which already carries this offset) */
	padding-top: var(--header);
}

/* #content already has padding-top: var(--header), so don't offset twice here;
   0 (not var(--header) and not a leftover 1rem) keeps the visible banner height
   identical to #main-wrapped banners, which get their header clearance hidden
   behind the fixed nav instead of added to the box */
#content>.sec.banner {
	padding-top: 0;
}

#main-content>.sec.banner {
	padding-top: 0;
}

/* unified, fluid banner height across static pages — grows gently with viewport
   width, caps at 400px so ultra-wide screens don't stretch it into a thin strip;
   home (#home) keeps its own separate vh-based hero (untouched, see #home rule) */
.sec.banner:not(#home) {
	height: 400px;
	/* fallback for browsers without clamp() support */
	height: clamp(200px, 20vw + 6rem, 400px);
}

.sec.banner img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: translate(-50%, -50%);
	border-radius: 0;
	margin: 0;
	z-index: 0;
}

/* dark gradient overlay for banners whose heading now sits directly over the photo
   (no more .title bluebox) - keeps white heading text readable */
.sec.banner .banner-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, var(--transblack) 0%, transparent 55%);
	z-index: 1;
	pointer-events: none;
}

.sec.banner .wrapper.row {
	position: relative;
	z-index: 2;
}

/* heading sits bottom-aligned together with the whole .wrapper, instead of .aligner's default vertical centering */
.sec.banner.aligner-bottom {
	align-items: flex-end;
}

.sec.banner .wrapper .h1 {
	display: block;
	color: var(--white);
	padding-bottom: 1.5rem;
}

@media screen and (min-width: 600px) {
	.sec.banner .wrapper .h1 {
		white-space: nowrap;
	}
}

.post-intro {
	font-size: 1.15rem;
	font-weight: 600;
}


figure.single-image,
figure.double-image {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 2rem;
	aspect-ratio: 3 / 2;
	width: 100%;
}

@media screen and (min-width: 851px) {
	figure.double-image {
		aspect-ratio: 3 /2;
		width: calc(50% - .5rem);
		float: left;
		margin-right: 1rem;
	}

	figure.double-image+figure.double-image {
		margin-right: 0;
	}
}

figure.single-image img,
figure.double-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: translate(-50%, -50%);
}

/* Unified vertical rhythm inside blog post body content (.post-body, see
   includes/render-post.php) — every block-level element the CMS editor can
   produce gets at least the same margin-bottom as figure.single-image /
   .double-image (2rem), so spacing feels consistent no matter what comes
   before an image block (list, quote, heading, paragraph...). Scoped to
   .post-body rather than the bare tags/.col-8, which are also used
   site-wide outside blog posts. */
.post-body p,
.post-body ul,
.post-body ol,
.post-body blockquote,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body .image-pair {
	margin-bottom: 2rem;
}

/* Tighter rhythm for closely related text blocks: two consecutive
   paragraphs, or a paragraph directly introducing a list, read better
   with less air than the default block spacing above. Shrinks the
   *preceding* element's own margin-bottom instead of compensating with
   a negative margin-top on the next element — no collapsing math to
   keep in sync if the 2rem base above ever changes. */
.post-body p:has(+ p),
.post-body p:has(+ ul),
.post-body p:has(+ ol) {
	margin-bottom: 1rem;
}

.post-body .image-pair {
	/* Its only children are float:left at desktop (figure.double-image) —
	   without a new block formatting context the wrapper collapses to 0
	   height and the margin-bottom above has nothing to attach to. Harmless
	   at mobile widths too, where the figures aren't floated at all. */
	display: flow-root;
}

@media screen and (min-width: 851px) {
	.post-body .image-pair figure.double-image {
		/* Only once the figures actually float side by side: the wrapper
		   above now carries the outer spacing, so the paired figures' own
		   margin-bottom would otherwise just add contained empty space
		   inside the wrapper instead of a gap after it. At mobile widths
		   the figures stack normally in-flow and still need their own
		   margin-bottom to separate the two images from each other. */
		margin-bottom: 0;
	}
}

/* Post detail body — single centered column, no sidebar (removed —
   replaced by the "Neueste Beiträge" card section below the post),
   capped at a comfortable reading measure (80 characters). */
.post-body {
	width: 100%;
	max-width: 80ch;
	margin: 0 auto;
}

.post-body-cta {
	text-align: center;
}

.post-body-cta .button {
	display: inline-block;
	width: auto;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

/* "Neueste Beiträge" cards — same thumb+title structure as the old
   sidebar widget, restyled as standalone cards in a row
   (col-4/col-m-12/col-s-12: 3 columns desktop, 1 column otherwise). */
.recent-post-card {
	display: flex;
	align-items: stretch;
	height: 150px;
	width: auto;
	padding: 1.5rem;
	gap: 1rem;
	background: var(--blue);
	color: var(--white);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: 0 0 5px 0 var(--darkshadow);
	transition: box-shadow var(--transition-fast), background-color var(--transition-fast);
}

.recent-post-card:hover {
	background: var(--darkblue);
	box-shadow: 0px 1px 7px 1px var(--darkshadow);
}

.recent-post-thumb {
	flex: 0 0 150px;
	width: 150px;
	/* negative margins bleed the image to the card's top/bottom/left
	   edges, cancelling out the card's own 1.5rem padding on those sides */
	margin: -1.5rem 0 -1.5rem -1.5rem;
}

.recent-post-thumb picture,
.recent-post-thumb-img {
	display: block;
	width: 100%;
	height: 100%;
}

.recent-post-thumb-img {
	object-fit: cover;
	object-position: center;
	border-radius: 0;
	margin-bottom: 0;
}

.recent-post-title {
	flex: 1 1 auto;
	font-size: .88rem;
	line-height: 1.3;
	font-weight: 400;
	color: var(--white);
}

/**********************************************/
/***************   FOOTER    ******************/
/**********************************************/

#footer {
	background-color: var(--darkblue);
	color: var(--white);
	padding: 2rem 0;
	position: relative;
	z-index: 199;
}

#footer ul {
	margin-bottom: 0;
}

.ihk {
	display: block;
	margin-top: 1.5rem;
}

.ihk img {
	width: 90px;
	height: auto;
	border-radius: 0;
}

#footer .row div:last-child a {
	display: inline-block;
	margin-bottom: .75rem;
}

#footer .row div:last-child {
	margin-top: 1rem;
}

#footer a.footer-logo img {
	width: 150px;
	height: auto;
	margin: 0 auto 1.5rem auto;
	filter: grayscale(100%) brightness(1000%);
}


#footer ul.social {
	padding-top: 1.75rem
}

#footer ul.social li {
	display: inline-block;
}

#footer ul.social li a img {
	border-radius: 0;
	height: 1.25rem;
	width: auto;
}


#footer * {
	text-align: center;
	color: inherit;
}

#footer p strong {
	text-transform: uppercase;
}

#footer li a {
	display: inline-block;
	padding: .5rem;
}




@media screen and (min-width: 768px) {

	.ihk {
		margin-top: 0;
	}

	#footer a.footer-logo img {
		margin-left: 0;
		margin-right: 0;
	}

	#footer li {
		display: inline-block;
		padding-left: 1rem;
	}

	#footer ul.social {
		display: block;
		padding-top: 0;
		margin-bottom: 1rem;
	}

	#footer li a {
		display: inline;
		padding: 0;
	}

	#footer [class*="col-"]:nth-child(2) {
		float: right;
	}

	#footer [class*="col-"]:nth-child(2),
	#footer [class*="col-"]:nth-child(2) * {
		text-align: right;
	}

	#footer [class*="col-"]:nth-child(1),
	#footer [class*="col-"]:nth-child(1) * {
		text-align: left;
	}

	#footer .row div:last-child {
		margin-top: 0;
	}

}









/********************/
/* MENU on MOBILE	*/
/********************/

@media screen and (max-width:991px) {

	#header .wrapper {
		padding: 0;
	}

	#logo {
		margin-left: 1.5rem;
	}

	#mmnavi .icon {
		display: block;
		margin-right: 1.5rem;
	}

	#nav li {
		display: none;
	}

	#dropdown {
		position: absolute;
		background: var(--blue);
		top: var(--header);
		right: 0;
		width: 100%;
	}

	.blind.responsive {
		right: 0px;
		background: var(--blue);
	}

	#mmnavi.responsive {
		position: relative;
	}

	#mmnavi.responsive #dropdown {
		margin: 0 auto;
		right: 0px;
	}

	#mmnavi.responsive #nav {
		margin: 0;
	}

	#mmnavi.responsive #nav li {
		float: none;
		width: 100%;
		margin: 0 auto;
		border-bottom: 1px solid var(--blue);
	}

	#mmnavi.responsive #nav li.last {
		border-bottom: 1px solid var(--white);
	}

	#mmnavi.responsive #nav li.secondmenu {
		bottom: 0;
	}

	#mmnavi.responsive #nav li.secondmenu a {
		font-weight: 300;
		color: var(--beige);
	}

	#mmnavi.responsive #nav li {
		display: block;
	}

	#mmnavi.responsive #nav li a {
		padding: 10px 0 10px 1.5rem;
		width: 100%;
		color: var(--white);
		background: transparent;
		font-size: 15px;
		margin: 0;
		text-decoration: none;
		letter-spacing: 0;
		font-weight: 400;
		position: relative;
	}

	#mmnavi.responsive #nav li.menu-offer a:before {
		display: inline-block;
		content: "\203A";
		margin-right: 1rem;
	}

	#mmnavi.responsive #nav li a:hover {
		color: var(--darkblue);
		background: var(--white);
	}
}


@media screen and (max-width:320px) {
	#mmnavi .icon::after {
		display: none;
	}
}



.zerobot {
	padding-bottom: 0;
}

.zerobot [class*="col-"] {
	padding-bottom: 0;
}

.zerotop {
	padding-top: 0;
}

.flexboxes {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	clear: both;
}

.flexboxes img {
	margin-bottom: 0;
}

.flexboxes #managementmenu {}

.flexboxes #managementmenu a.bluebox {
	height: auto;
}

.flexboxes #managementmenu a.bluebox:last-child {
	margin-bottom: 0;
}
























































/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em
}

.fa-xs {
	font-size: .75em
}

.fa-sm {
	font-size: .875em
}

.fa-1x {
	font-size: 1em
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

.fa-8x {
	font-size: 8em
}

.fa-9x {
	font-size: 9em
}

.fa-10x {
	font-size: 10em
}

.fa-fw {
	text-align: center;
	width: 1.25em
}

.fa-ul {
	list-style-type: none;
	margin-left: 2.5em;
	padding-left: 0
}

.fa-ul>li {
	position: relative
}

.fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit
}

.fa-border {
	border: .08em solid var(--lightgray);
	border-radius: .1em;
	padding: .2em .25em .15em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
	margin-left: .3em
}

.fa-spin {
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg)
	}

	to {
		transform: rotate(1turn)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	transform: scaleX(-1)
}

.fa-flip-vertical {
	transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
	-webkit-filter: none;
	filter: none
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: var(--white)
}


.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}




.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-cogs:before {
	content: "\f085";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-fax:before {
	content: "\f1ac";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-alt:before {
	content: "\f15c";
}

.fa-file-pdf:before {
	content: "\f1c1";
}

.fa-flag:before {
	content: "\f024";
}

.fa-handshake:before {
	content: "\f2b5";
}

.fa-parking:before {
	content: "\f540";
}

.fa-pen-alt:before {
	content: "\f305";
}

.fa-phone:before {
	content: "\f095";
}

.fa-star:before {
	content: "\f005";
}

.fa-user-tie:before {
	content: "\f508";
}



.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/fa-brands-400.eot);
	src: url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-brands-400.woff2) format("woff2"),
		url(../fonts/fa-brands-400.woff) format("woff"),
		url(../fonts/fa-brands-400.ttf) format("truetype"),
		url(../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
	font-family: "Font Awesome 5 Brands"
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/fa-regular-400.eot);
	src: url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-regular-400.woff2) format("woff2"),
		url(../fonts/fa-regular-400.woff) format("woff"),
		url(../fonts/fa-regular-400.ttf) format("truetype"),
		url(../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
	font-weight: 400
}

@font-face {
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/fa-solid-900.eot);
	src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
		url(../fonts/fa-solid-900.woff2) format("woff2"),
		url(../fonts/fa-solid-900.woff) format("woff"),
		url(../fonts/fa-solid-900.ttf) format("truetype"),
		url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
	font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
	font-weight: 900
}




/*****************************************************************************/
/**            inline styl from old index.html - temporary                  **/
/*****************************************************************************/

a.red,
.red {
	padding: var(--radius);
	background: var(--red);
	border: 1px solid var(--red);
	margin-bottom: 1.5rem
}

.red * {
	color: var(--white) !important;
}

.red a {
	text-decoration: underline;
}

a.red span {
	color: var(--white);
	font-size: 20px;
	font-weight: 400;
}

.h-line::before {
	content: "";
	width: 95%;
	display: block;
	border-top: 1px solid var(--white);
	padding-bottom: 3px;
	margin: 8px auto 0 auto;
}

a.red:hover {
	background: var(--darkred);
	border: 1px solid var(--red);
}

a.red strong {
	font-size: 40px;
	font-weight: 400;
}

.blink {
	animation: blink 1s infinite;
}

@keyframes blink {
	0% {
		color: var(--white);
	}

	10% {
		color: var(--white);
	}

	50% {
		color: var(--subwhite);
	}

	90% {
		color: var(--white);
	}

	100% {
		color: var(--white);
	}
}




/*****************************************************************************/
/**            PSA-Konfigurator									                   **/
/*****************************************************************************/

#content.PSA-konfig {
	min-height: calc(100vh - 200px);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("../img/konfigurator/KonfigBack.jpg");
}

.PSA-konfig .sec {
	background: transparent;
}

/* CWT Device styles */
.PSA-frame {
	position: relative;
	min-height: calc(100vh - 200px);
	width: auto;
	margin: 0 auto;
}

/* Controls panel */
.KonfControls {
	z-index: 500;
}

/* Form styles */
.step {
	letter-spacing: -1px;
	font-weight: 300;
	font-size: 18px;
	line-height: 18px;
	margin-top: 11px;
	margin-right: 10px;
	color: var(--darkgray);
	float: right;
}

/* Hidden sections */
#otherlang,
#RAL,
#EMV,
#set2,
#set3,
#set4,
#set5,
#set6 {
	display: none;
}

/* Form layout */
.PSA-konfig form {
	margin: 0;
	position: relative;
}

.PSA-konfig fieldset {
	width: 100%;
	padding: 16px;
	background: var(--lightgray);
	border: 1px solid var(--gray);
	border-radius: var(--radius);
}


.PSA-konfig ol,
.PSA-konfig li {
	list-style: none;
}

.PSA-konfig .sec li::before {
	display: none;
}

.PSA-konfig h2 {
	color: var(--blue);
	font-size: 1.6rem;
	margin-bottom: 14px;
}

.PSA-konfig h4 {
	text-transform: uppercase;
	display: block;
	margin: 0 0 10px 0;
	background: var(--white);
	padding-left: 1rem;
	padding-bottom: 6px;
}

h4 p.small {
	margin: 0;
}

/* Text input styles */
ol.textinput {
	margin: 0 0 20px;
}

ol.textinput span {
	margin-left: 0 !important;
}

ol.textinput label {
	display: inline-block;
	width: 200px;
	font-weight: 600;
}

.PSA-konfig li {
	padding: 6px 0 0 0;
	text-indent: 0;
}

.PSA-konfig ol {
	padding: .5rem 0 .5rem 2rem;
}

.PSA-konfig input[type=text] {
	width: calc(100% - 200px - 1rem);
	margin: 0;
	padding: 6px 10px;
	background: var(--white);
	border: 1px solid var(--gray);
	border-radius: var(--radius);
	transition: border-color var(--transition-fast);
}

.PSA-konfig input[type=text]:hover {
	border-color: var(--blue);
}

.PSA-konfig input.invalid[type=text],
.PSA-konfig textarea.invalid {
	border-color: var(--red);
	background-color: var(--faintred);
}

.PSA-konfig input.valid[type=text],
.PSA-konfig textarea.valid {
	border-color: var(--green);
	background-color: var(--faintgreen);
}

/* Radio button styles */
.PSA-konfig input[type=radio],
.PSA-konfig input[type=checkbox] {
	margin: 0 1rem 0 0;
	width: auto;
}

.PSA-konfig a.button {
	display: inline-block;
	padding: 10px 20px;
	margin-right: .5rem;
	width: auto;
	background: var(--blue);
	color: var(--white);
	border-radius: var(--radius);
}

.PSA-konfig a.button:hover {
	background: var(--darkblue);
}

.PSA-konfig a.button.secondary {
	background: var(--white);
	color: var(--blue);
	border: 1px solid var(--blue);
}

.PSA-konfig a.button.secondary:hover {
	background: var(--darkblue);
	color: var(--white);
}


/* Form validation styles */
ol.textinput em {
	color: var(--darkgray);
	font-style: normal;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}

input.invalid,
textarea.invalid {
	border-color: var(--red);
	background-color: var(--faintred);
}

input.valid,
textarea.valid {
	border-color: var(--green);
	background-color: var(--faintgreen);
}

.blad {
	color: var(--red)
}

.ok {
	color: var(--green)
}

/* Accessibility improvements for forms */
label {
	display: block;
	margin-bottom: 5px;
	color: var(--black);
	font-weight: 600;
}

form[name="angebot_form"]>label:nth-of-type(1),
form[name="angebot_form"]>label:nth-of-type(2) {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
}

.checkbox-wrapper {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 20px 0;
}

.checkbox-wrapper input[type="checkbox"] {
	margin: 0;
	width: auto;
}

.checkbox-wrapper label {
	margin: 0;
	flex: 1;
}

/* Improve button accessibility */

/* Radio and checkbox improvements */
input[type="radio"],
input[type="checkbox"] {
	margin-right: 10px;
	width: auto;
}

input[type="radio"]+label,
input[type="checkbox"]+label {
	display: inline;
	margin-left: 5px;
}

/* Hidden fields for spam protection */
input[aria-label*="Spam-Schutz"] {
	position: absolute !important;
	left: -99999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* Remove asterisk styling for required fields */
label:has(+ input[required])::after,
label:has(+ textarea[required])::after {
	content: none;
}

/* Form validation messages */
.error-message {
	color: var(--red);
	font-size: 14px;
	margin-top: 5px;
}

.success-message {
	color: var(--green);
	font-size: 14px;
	margin-top: 5px;
}




/* Do not affect layout-specific classes like .center, .right, nav, carousels, etc. */

.wrapper.row.center {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: space-between;
	align-items: center;
}

.wrapper.row.center div {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

/* ACCESSIBILITY FOCUS STYLES */
:focus-visible,
[tabindex]:focus-visible,
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[role="button"]:focus-visible {
	outline: 3px solid var(--aqua);
	outline-offset: 2px;
	border-radius: 4px;
}

/* SKIP LINKS FOR ACCESSIBILITY */
.skip-links {
	position: absolute;
	top: -40px;
	left: 6px;
	z-index: 1000;
}

.skip-link {
	position: absolute;
	top: -40px;
	left: 6px;
	z-index: 1001;
	background: var(--blue);
	color: var(--white);
	padding: 8px;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
	transition: top var(--transition-fast);
}

.skip-link:focus {
	top: 6px;
	outline: 3px solid var(--aqua);
	outline-offset: 2px;
}

/* Remove outline: none from interactive elements and ensure all focusable elements have proper focus indicators */

.hidden-input {
	display: none !important;
}

input[type="hidden"] {
	display: none !important;
}


/* Contact form styles updates - october 2025 - Sarah*/
form.contact_form label {
	display: block !important;
	position: relative !important;
	left: 0px !important;
	top: 0px !important;
	width: auto !important;
	height: auto !important;
}

/* AJAX same-page form result (Widerspruch, Angebotsanforderung) */
.submit.is-loading,
input[type="submit"].is-loading {
	pointer-events: none;
	opacity: .6;
	cursor: progress;
}

/* Note: input[type="submit"] is a replaced element - ::before/::after do not
   render on it in any browser, so the spinner needs its own element. */
.btn-spinner {
	display: none;
	width: 18px;
	height: 18px;
	margin-left: 10px;
	vertical-align: middle;
	border: 2px solid var(--beige);
	border-top-color: var(--blue);
	border-radius: 50%;
	animation: form-spin .7s linear infinite;
}

.btn-spinner.is-active {
	display: inline-block;
}

@keyframes form-spin {
	to {
		transform: rotate(360deg);
	}
}

.form-result {
	text-align: center;
	padding: 20px;
	background-color: var(--white);
	border: 1px solid var(--blue);
	border-radius: 0 0 var(--radius) var(--radius);
}

.form-result img {
	width: 48px;
	height: 48px;
	margin-bottom: 10px;
}




.herobutton-container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	margin-top: 1rem;
}

a.herobutton {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	padding: 0.75rem;
	color: var(--white);
	font-weight: 600;
	font-size: 20px;
	background-color: var(--darkgray);
	border-radius: 8px;
}

.herobutton-container a:first-of-type {
	background: var(--darkred);
}

a.herobutton:hover {
	background: var(--transblue);
}

@media (min-width: 768px) {
	.herobutton-container {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
	}

	a.herobutton {
		flex: 1;
		padding: 1.1rem 0.5rem;
	}
}

/* Floating edit button (visible only to logged-in CMS admin) */
.cms-edit-fab {
	position: fixed;
	bottom: 1.5rem;
	left: 1.5rem;
	z-index: 9000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background: #000;
	color: #fff;
	border-radius: 50%;
	text-decoration: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .4);
	transition: background-color var(--transition-fast), transform var(--transition-fast);
}

.cms-edit-fab:hover {
	background: var(--blue);
	color: #fff;
	transform: scale(1.08);
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	text-wrap: balance;
}