/* v.2025-07-18 */

:root {
  --white: #fefefe;
  --black: #000000;
  --blue: #021729;
  --darkblue: #003159;
  /* --lightblue: #dce5f0; */
  --lightblue: #f5f6f7;
  --beige: #f5f4f2;
  --gray: #666666;
  --red: #a10000;
  --red-accent: #be0005;
  --darkred: #860000;
  --green: #00823e;
  --transblue: rgba(0, 66, 120, 0.9);
  --transbluemore: rgba(0, 66, 120, 0.7);
  --transwhite: rgba(255, 255, 255, 0.4);
  --shadow: rgba(0, 0, 0, 0.4);
  --rad: 10px;
  --header: 50px;
}

@media screen and (min-width: 992px) {
  :root {
    --header: 100px;
  }
}

/*************************************************************************************
Attach Google Fonts - Nunito
Copyright 2014 The Nunito Project Authors (https://github.com/googlefonts/NunitoFont)
/*************************************************************************************

/* Nunito light */

@font-face {
  font-family: "Nunito";
  src: url("fonts/Nunito-Light.eot");
  src:
    url("fonts/Nunito-Light.eot?#iefix") format("embedded-opentype"),
    url("fonts/Nunito-Light.woff2") format("woff2"),
    url("fonts/Nunito-Light.woff") format("woff"),
    url("fonts/Nunito-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Nunito light italic */

@font-face {
  font-family: "Nunito";
  src: url("fonts/Nunito-LightItalic.eot");
  src:
    url("fonts/Nunito-LightItalic?#iefix") format("embedded-opentype"),
    url("fonts/Nunito-LightItalic.woff2") format("woff2"),
    url("fonts/Nunito-LightItalic.woff") format("woff"),
    url("fonts/Nunito-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

/* Nunito regular */

@font-face {
  font-family: "Nunito";
  src: url("fonts/Nunito-Regular.eot");
  src:
    url("fonts/Nunito-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Nunito-Regular.woff2") format("woff2"),
    url("fonts/Nunito-Regular.woff") format("woff"),
    url("fonts/Nunito-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Nunito regular italic */

@font-face {
  font-family: "Nunito";
  src: url("fonts/Nunito-Italic.eot");
  src:
    url("fonts/Nunito-Italic.eot?#iefix") format("embedded-opentype"),
    url("fonts/Nunito-Italic.woff2") format("woff2"),
    url("fonts/Nunito-Italic.woff") format("woff"),
    url("fonts/Nunito-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

/* Nunito semibold */

@font-face {
  font-family: "Nunito";
  src: url("fonts/Nunito-SemiBold.eot");
  src:
    url("fonts/Nunito-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Nunito-SemiBold.woff2") format("woff2"),
    url("fonts/Nunito-SemiBold.woff") format("woff"),
    url("fonts/Nunito-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Nunito semibold italic */

@font-face {
  font-family: "Nunito";
  src: url("fonts/Nunito-SemiBold.eot");
  src:
    url("fonts/Nunito-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Nunito-SemiBold.woff2") format("woff2"),
    url("fonts/Nunito-SemiBold.woff") format("woff"),
    url("fonts/Nunito-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
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;
  transition: all 0.3s ease;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Nunito", sans-serif;
  outline: none;
}

* {
  font-family: "Nunito", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  height: 100%;
  padding-top: var(--header);
  font-family: "Nunito", sans-serif;
}

body.menu-mobile {
  /* disables body scrolling!!!*/
  overflow: hidden;
}

html {
  height: 100%;
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 17px;
  }
}

p {
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

p em {
  hyphens: none;
}

/* 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(--transblue);
  padding: 10px;
  margin-top: 7%;
  border-radius: var(--rad);
}

.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: 0;
  min-height: calc(100% - 200px);
}

[class*="col-"] {
  float: left;
  padding: 8px;
}

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;
}

p {
  text-align: justify;
}

p em {
  text-align: left;
}

h1,
.icon.h1,
h2.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,
.icon.h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: -0.7px;
  font-weight: 400;
  color: var(--black);
  margin: 0.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%);
	}		
*/
button 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(--rad);
  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;
}

.section {
  background-color: var(--white);
  padding-top: 1rem;
}

.light{
  background-color: var(--beige);
}

.sec img {
  border-radius: var(--rad);
  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: -0.5px;
}

em * {
  font-size: inherit !important;
  line-height: inherit !important;
}

.small {
  font-weight: 300;
  font-size: 13px;
  line-height: normal;
  letter-spacing: -0.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(--lightblue);
}

.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(--rad);
}

.bluebox {
  background-color: var(--blue);
}

.lightbox {
  background-color: var(--lightblue);
}

/* home: unsere angebot */

.bluebox.angebot {
  padding: 0;
  box-shadow: 0 0 5px 0 var(--shadow);
  display: flex;
  flex-direction: column;
}

.bluebox.angebot:hover {
  background-color: var(--darkblue);
  box-shadow: 0px 1px 7px 1px var(--shadow);
}

.angebot-image {
  position: relative;
  width: 100%;
}

.angebot-txt {
  padding: 1.25rem 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.angebot img {
  width: 100%;
  height: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.angebot-title {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.65) 50%
  );
  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;
}

.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(--lightblue);
}

.bluebox,
.bluebox *,
.bluebox li::before {
  color: var(--white);
}

.bluebox.imgbox h2 {
  font-weight: 300;
}

.bluebox h3 {
  color: var(--lightblue);
}

.bluebox sub {
  display: block;
  width: 100%;
  padding-top: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px var(--white);
}

.bluebox a {
  /*	color: var(--lightblue);	 */
}

.bluebox a:hover {
  color: var(--lightblue);
}

.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-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;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#managementmenu div {
  display: inline-block;
  min-width: 60%;
  padding: 10px 15px;
  background-color: var(--transblue);

  border-radius: var(--rad);
}

#managementmenu .bluebox:hover div {
  background-color: var(--transbluemore);
}

.imgbox:hover {
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.imgbox:hover * {
  text-shadow: 1px 1px 2px #000000;
}

.agb1:hover {
  background-image: url(../media/agb1.jpg);
}

.agb2:hover {
  background-image: url(../media/agb2.jpg);
}

.agb3:hover {
  background-image: url(../media/agb3.jpg);
}

.agb4:hover {
  background-image: url(../media/agb4.jpg);
}

.ds:hover {
  background-image: url(../media/datenschutz.jpg);
}

.ang1:hover {
  background-image: url(../media/th_parkraumbewirtschaftung.jpg);
}

.ang2:hover {
  background-image: url(../media/th_parkraummanagement.jpg);
}

.ang3:hover {
  background-image: url(../media/th_parkraumkontrolle.jpg);
}

.ang4:hover {
  background-image: url(../media/th_parkraumkonzepte.jpg);
}

.manage1 {
  background-image: url(../media/m_parkscheinautomaten.jpg);
}

.manage2 {
  background-image: url(../media/m_emobility.jpg);
}

.manage3 {
  background-image: url(../media/m_einzelplatzerfassung.jpg);
}

.manage4 {
  background-image: url(../media/m_camsys.jpg);
}

.manage45 {
  background-image: url(../media/m_parkausweis.jpg);
}

.manage5 {
  background-image: url(../media/m_fahrradboxen.jpg);
}

.picture,
.banner,
.low {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner {
  background-color: transparent !important;
}

.faded {
  opacity: 0;
  filter: alpha(opacity=100);
  /*	
	background-size: 0% 0%;
*/
}

.fadeout {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  /*
	background-size: cover;
*/
}

.p404 {
  background-image: url(../media/p_404.jpg);
}

.p1 {
  background-image: url(../media/parkplatz-arten.jpg);
}

.p2 {
  background-image: url(../media/parkraumservice.jpg);
}

.p2bw {
  background-image: url(../media/parkraumservice_BW.jpg);
}

.p3 {
  background-image: url(../media/kontakt-widerspruch.jpg);
}

.low3 {
  background-image: url(../media/kontakt-widerspruch_low.jpg);
}

.p4 {
  background-image: url(../media/p_karriere.jpg);
}

.low4 {
  background-image: url(../media/p_karriere_low.jpg);
}

.p5 {
  background-image: url(../media/p_parkraumbewirtschaftung.jpg);
}

.low5 {
  background-image: url(../media/p_parkraumbewirtschaftung_low.jpg);
}

.p6 {
  background-image: url(../media/p_datenschutz.jpg);
}

.p7 {
  background-image: url(../media/p_kontaktnew.jpg);
}

.low7 {
  background-image: url(../media/p_kontaktnew_low.jpg);
}

.p8 {
  background-image: url(../media/p_kontrolleure.jpg);
}

.low8 {
  background-image: url(../media/p_kontrolleure_low.jpg);
}

.p8bw {
  background-image: url(../media/p_parkraumkontrolle_BW.jpg);
}

.p9 {
  background-image: url(../media/p_parkraumkonzepte.jpg);
}

.low9 {
  background-image: url(../media/p_parkraumkonzepte_low.jpg);
}

.p10 {
  background-image: url(../media/p_parkraummanagement.jpg);
}

.low10 {
  background-image: url(../media/p_parkraummanagement_low.jpg);
}

.p11 {
  background-image: url(../media/p_parkraumservice-contrast.jpg);
}

.low11 {
  background-image: url(../media/p_parkraumservice_low.jpg);
}

.p12 {
  background-image: url(../media/kundenservice.jpg);
}

.p13 {
  background-image: url(../media/header-image.jpg);
}

.p14 {
  background-image: url(../media/prs-emobility.jpg);
}

.p15 {
  background-image: url(../media/p_einzelplatzerfassung.jpg);
}

.p16 {
  background-image: url(../media/prs-parkfield.jpg);
}

.p17 {
  background-image: url(../media/p_fahrradboxen.jpg);
}

.p18 {
  background-image: url(../media/p_dparkausweis.jpg);
}

.picture.p2 *,
.picture.p12 * {
  color: var(--white);
}

#bprozess img {
  border: 3px solid var(--blue);
  border-radius: 100%;
}

.banner {
  min-height: 250px;
  vertical-align: bottom;
}

.title {
  background-color: var(--blue);
  padding: 20px;

  border-radius: var(--rad);
}

.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 #fff;
}

.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: 0.5s;
  border-bottom: 1px solid var(--white);
}

.accordion.blue {
  background-color: var(--blue);
}

.accordion.blue,
.accordion.blue * {
  color: var(--white);
}

.active,
.accordion:hover {
  background-color: var(--darkblue);
}

/*
.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 0.2s ease-out;
}

#faq .panel p {
  padding: 15px;
}

.accordion.first {
  border-radius: var(--rad) var(--rad) 0 0;
}

.accordion.last,
.active + .panel.last {
  border: none;
  border-radius: 0 0 var(--rad) var(--rad);
}

.accordion.active.last {
  border-radius: 0;
}

#datenschutz {
  padding-top: 1rem;
}

/* table of contents */
#toc {
  display: none;
}

#toc li {
  margin-bottom: 0.5rem;
  padding-left: 0;
  text-indent: 0;
}

#toc li:before {
  display: none;
}

#toc li a {
  display: inline-block;
  padding: 0.25rem 0;
}

@media screen and (min-width: 851px) {
  #toc {
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  #toc li a {
    font-size: 0.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	*/
#jobs form {
  width: 50%;
  padding: 15px;
  border: 1px solid var(--blue);
  border-radius: var(--rad);
}

form,
input,
.checkmark,
textarea,
select {
  border-radius: var(--rad);
}

form {
  padding: 20px;
  background: var(--white);
}

form p {
  line-height: 1.1;
}

fieldset {
  border: none;
  margin-bottom: 15px;
}

legend {
  font-size: 20px;
  line-height: 18px;
  font-weight: 400;
  color: var(--gray);
  margin: 0px 0 10px 0;
}

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(--lightblue);
  margin-bottom: 15px;
  width: 100%;
}

input:not([type="submit"]):hover,
textarea:hover,
select:hover {
  border: 1px solid var(--blue);
}

input:not([type="submit"]):focus,
textarea:focus,
select:focus,
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(--lightblue);
  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(--rad) var(--rad) 0 0;
}

.bluebox.head + form {
  border-radius: 0 0 var(--rad) var(--rad);
}

/* one column for mobile phones: */
[class*="col-"] {
  width: 100%;
}

/* go-to-top button */
/* CTA - kontakt button */

#top,
#cta a {
  /*button properties*/
  transition:
    box-shadow 0.2s,
    background-color 0.2s,
    opacity 0.7s,
    visibility 0.7s,
    bottom 0.2s;
  display: block;
  text-align: center;
  height: 3rem;
  width: 3rem;
  padding: 0.75rem;
  position: fixed;
  right: 1rem;
  bottom: -5rem;
  /* by default hidden below... */
  opacity: 0;
  /* and invisible */
  visibility: hidden;
  z-index: 200;
  border-radius: var(--rad);
  color: var(--white);
  background-color: var(--red);
  box-shadow: 0px 0px 5px 0px var(--shadow);
  -webkit-box-shadow: 0px 0px 5px 0px var(--shadow);
  -moz-box-shadow: 0px 0px 5px 0px var(--shadow);
  -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(--shadow);
    -webkit-box-shadow: 0px 0px 7px 0px var(--shadow);
    -moz-box-shadow: 0px 0px 7px 0px var(--shadow);
  }

  #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(--rad);
    opacity: 1;
    transition:
      background 2s,
      opacity 0.3s;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0px 0px 7px 0px var(--shadow);
    -webkit-box-shadow: 0px 0px 7px 0px var(--shadow);
    -moz-box-shadow: 0px 0px 7px 0px var(--shadow);
  }

  #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 0.1s,
      padding 0.2s;
    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-left: auto;
  margin-right: auto;
  border-radius: var(--rad);
  box-shadow: 0 0 5px 0 var(--shadow);
}

.duobox.fullwidth {
  max-width: none;
  width: 100%;
}

.duobox.fullwidth .duobox-txt {
  justify-content: flex-start;
  gap: 1rem;
}

.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(--rad) var(--rad) 0 0;
  }

  .duobox-img {
    width: 100%;
    aspect-ratio: 4 / 3;
  }

  .duobox-img,
  .duobox-img img {
    border-radius: 0 0 var(--rad) var(--rad);
  }
}

@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(--rad) 0 0 var(--rad);
  }

  .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(--rad) var(--rad) 0;
  }
}

/* HEADER & MENU for Desktop: */

.blind {
  position: fixed;
  inset: 0; /* replaces width/height */
  background: var(--black); /* FIXED */
  display: none; /* IMPORTANT */
  z-index: 15;
  transition: all 0.1s ease;
}

.blind.responsive {
  display: block;
  background: var(--blue);
}

#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);
}

#logo {
  display: flex;
  align-items: center;
}

#logo img {
  width: 150px;
}

@media screen and (min-width: 1200px) {
  #logo img {
    width: 230px;
  }
}

#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: 0.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(--rad);
}

#mmnavi:not(.responsive) #nav li.menu-cs a,
#mmnavi:not(.responsive) #nav li.menu-jobs a {
  color: var(--white);
  padding: 0.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(--gray);
}

#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,
  .icon.h1,
  h2.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;
}

#angebotsanforderung {
  padding-top: 4rem;
}

/**********************************************/
/***************   BLOG      ******************/
/**********************************************/

/** blog.php - posts list**/

.post-element {
  padding: 0;
  box-shadow: 0 0 5px 0 var(--shadow);
  display: flex;
  flex-direction: column;
}

.post-element:hover {
  background-color: var(--darkblue);
  box-shadow: 0px 1px 7px 1px var(--shadow);
}

.post-image {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  background-color: var(--darkblue);
  border-radius: var(--rad) var(--rad) 0 0;
}

.post-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: var(--rad) var(--rad) 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(--lightblue);
}

p.pseudolink {
  margin: 0;
}

p.pseudolink strong {
  text-decoration: underline;
}

/** post.php - template for single post**/

.sec.hero {
  padding: 2rem 0;
  position: relative;
  min-height: 320px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 851px) {
  .sec.hero {
    min-height: 550px;
  }
}

.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(--transblue);
  border-radius: var(--rad);
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.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;
}

figure.single-image,
figure.double-image {
  aspect-ratio: 2 / 1;
  width: 100%;
}

@media screen and (min-width: 851px) {
  figure.double-image {
    aspect-ratio: 3 /2;
    width: calc(50% - 0.5rem);
    float: right;
  }

  figure.double-image:nth-of-type(1) {
    float: left;
    margin-right: 1rem;
  }
}

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%);
}

.sidebar {
  padding: 2rem 0;
  border-top: 1px solid var(--blue);
  margin-top: 2rem;
}

@media screen and (min-width: 851px) {
  .sidebar {
    background-color: var(--white);
    padding: 2rem;
    border-radius: var(--rad);
    height: 100%;
    border: none;
    margin: 0;
  }
}

.sidebar .button {
  margin: 0 auto;
}

.sidebar h3,
.sidebar ul {
  margin: 0 0 1rem 0;
  padding-bottom: 1rem;
}

.sidebar ul {
  list-style: none;
  margin-bottom: 1.5rem;
}

.sidebar ul li a {
  line-height: 1.2;
  font-weight: 300;
}

.sec .sidebar ul li {
  padding: 0.5rem 0;
  text-indent: 0;
  line-height: 1.2;
  border-bottom: 2px solid var(--lightblue);
}

.sec .sidebar ul li::before {
  display: none;
}

/**********************************************/
/***************   FOOTER    ******************/
/**********************************************/

#footer {
  background-color: var(--blue);
  color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
  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: 0.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 li a {
  display: inline-block;
}

#footer ul.social li a img {
  border-radius: 0;
  height: 1.25rem;
  width: auto;
}

#footer * {
  text-align: center;
}

#footer * {
  color: inherit;
}

#footer p strong {
  text-transform: uppercase;
}

#footer li a {
  display: inline-block;
  padding: 0.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%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  #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 #36619a;
  }

  #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(--lightblue);
  }

  #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: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.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: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.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: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.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: #fff;
}

.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(--rad);
  background: var(--red);
  border: 1px solid var(--red);
  margin-bottom: 1.5rem;
}

.red * {
  color: white !important;
}

.red a {
  text-decoration: underline;
}

a.red span {
  color: white;
  font-size: 20px;
  font-weight: 400;
}

.h-line::before {
  content: "";
  width: 95%;
  display: block;
  border-top: 1px solid 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: rgba(255, 255, 255, 1);
  }

  10% {
    color: rgba(255, 255, 255, 1);
  }

  50% {
    color: rgba(255, 255, 255, 0.2);
  }

  90% {
    color: rgba(255, 255, 255, 1);
  }

  100% {
    color: rgba(255, 255, 255, 1);
  }
}

/*****************************************************************************/
/**            PSA-Konfigurator									                   **/
/*****************************************************************************/

#content.PSA-konfig {
  min-height: calc(100vh - 200px);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/KonfigBack.jpg");
}

.PSA-konfig .sec {
  background: transparent;
}

/* CWT Device styles */
.PSA-frame {
  position: relative;
  min-height: calc(100vh - 200px);
  width: auto;
  margin: 0 auto;
}

.KonfCWT {
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  bottom: -10rem;
  left: 0;
}

.KonfCWT img {
  height: 100vh;
}

/* CWT Device layers */
#KonfCWTGray {
  z-index: 100;
  background-image: url("../images/S5_grau_neutral.png");
}

#KonfCWTBlue {
  z-index: 110;
  background-image: url("../images/S5_blau_neutral.png");
  display: none;
}

#KonfCWTDisplayBW {
  z-index: 120;
  background-image: url("../images/KonfCWTDisplayBW.png");
}

#KonfCWTKeyboard {
  z-index: 130;
  background-image: url("../images/KonfCWTKeyboard.png");
  display: none;
}

#KonfCWTTophat360 {
  z-index: 135;
  background-image: url("../images/S5_Solarpanel.png");
  display: none;
}

#KonfCWTTophat {
  z-index: 140;
  background-image: url("../images/S5_Tophat.png");
  display: none;
}

#KonfCWTEMV1 {
  z-index: 150;
  background-image: url("../images/S5_Cip-PIN.png");
  display: none;
}

#KonfCWTEMV2 {
  z-index: 160;
  background-image: url("../images/KonfCWTEMV2.png");
  display: none;
}

#KonfCWTEMV3 {
  z-index: 170;
  background-image: url("../images/S5_Cip-PIN.png");
  display: none;
}

#KonfCWTnoCoins {
  z-index: 180;
  background-image: url("../images/S5_Muenzschlitz.png");
  display: none;
}

#KonfCWTTicket {
  display: none;
  background-image: url("../images/KonfCWTTicket.png");
}

/* Touch device styles */
#KonfTouchGray {
  z-index: 100;
  background-image: url("../images/KonfTouchGray.png");
}

#KonfTouchBlue {
  z-index: 110;
  background-image: url("../images/KonfTouchBlue.png");
  display: none;
}

#KonfTouchTophat360 {
  z-index: 135;
  background-image: url("../images/S5_Solarpanel.png");
}

#KonfTouchTophat {
  z-index: 140;
  background-image: url("../images/S5_Tophat.png");
}

#KonfTouchTicket {
  z-index: 120;
  background-image: url("../images/KonfTouchTicket.png");
  display: none;
}

#KonfTouchCoins {
  z-index: 180;
  background-image: url("../images/S5_Muenzschlitz.png");
}

#KonfTouchCHIP {
  z-index: 150;
  background-image: url("../images/KonfTouchCHIP.png");
  display: none;
}

#KonfTouchPIN {
  z-index: 160;
  background-image: url("../images/S5_Cip-PIN.png");
  display: none;
}

#KonfTouchRFID {
  z-index: 170;
  background-image: url("../images/KonfTouchRFID.png");
}

/* 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: #777;
  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%;
  background: var(--lightblue);
  border-radius: var(--rad);
}

.PSA-konfig ol,
.PSA-konfig li {
  list-style: none;
}

.PSA-konfig .sec li::before {
  display: none;
}

.PSA-konfig h2 {
  color: var(--blue);
}

.PSA-konfig h4 {
  text-transform: uppercase;
  display: block;
  margin: 0;
  background: var(--white);
  padding-left: 1rem;
}

h4 p.small {
  margin: 0;
}

/* Text input styles */
ol.textinput {
  margin-left: 0;
  margin-bottom: 20px;
}

ol.textinput span {
  margin-left: 0 !important;
}

ol.textinput label {
  display: inline-block;
  width: 200px;
  font-weight: 400;
}

.PSA-konfig li {
  padding: 0;
  text-indent: 0;
}

.PSA-konfig ol {
  padding: 0.5rem 0 0.5rem 2rem;
}

.PSA-konfig input[type="text"] {
  width: calc(100% - 200px - 1rem);
  margin: 0;
}

/* 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-left: 3rem;
  padding-right: 3rem;
  margin-right: 0.5rem;
  width: auto;
}

/* Form validation styles */
ol.textinput em {
  color: #999;
  font-style: normal;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

input.invalid,
textarea.invalid {
  border-color: var(--red);
}

input.valid,
textarea.valid {
  border-color: var(--green);
}

.blad {
  color: var(--red);
}

.ok {
  color: var(--green);
}

/* Accessibility improvements for forms */
label {
  display: block;
  margin-bottom: 5px;
  color: #222;
  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;
}

fieldset {
  border: 1px solid #ddd;
  border-radius: var(--rad);
  padding: 15px;
  margin-bottom: 20px;
  background: #f9f9f9;
}

legend {
  color: #222;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 10px 0;
  padding: 0 10px;
}

.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;
}

/* Ensure proper contrast for form elements */
input:not([type="submit"]),
textarea,
select {
  color: #222;
  background: #fff;
  border: 1px solid #ccc;
}

input:not([type="submit"]):focus,
textarea:focus,
select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 2px rgba(0, 66, 120, 0.2);
  outline: none;
}

/* Improve button accessibility */

input[type="submit"]:focus,
button:focus {
  outline: 2px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px var(--blue);
}

/* 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;
}

/* Ensure proper label styling */
label {
  display: block;
  margin-bottom: 5px;
  color: #222;
  font-weight: 600;
}

/* Error states */
input.invalid,
textarea.invalid {
  border-color: #d32f2f;
  background-color: #ffebee;
}

input.valid,
textarea.valid {
  border-color: #388e3c;
  background-color: #e8f5e8;
}

/* Form validation messages */
.error-message {
  color: #d32f2f;
  font-size: 14px;
  margin-top: 5px;
}

.success-message {
  color: #388e3c;
  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 #005fcc;
  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;
  background: #005fcc;
  color: white;
  padding: 8px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: top 0.3s;
}

.skip-link:focus {
  top: 6px;
  outline: 3px solid #005fcc;
  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;
}

.accordion.blue {
  background-color: #002e5414;
}

.accordion.blue,
.accordion.blue * {
  color: #004278;
}

/* 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;
}

.flexboxes img {
  max-height: 500px;
  min-height: 500px;
}
.topbox .duobox, .duobox {
  display: flex;
  flex-wrap: nowrap;
  max-width: 2100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: var(--rad);
  box-shadow: none;
  gap: 2rem;
  max-height: 400px;
  height: 300px;
}
@media (min-width: 992px) {
  .topbox .duobox-txt {
      width: 70%;
      height: auto;
      padding: 2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .topbox  .duobox-img {
      width: 40%;
      aspect-ratio: 1 / 1;
  }
}
.duobox.fullwidth.secbox {
    /* display: flex; */
    height: 1500px;
    min-height: 700px !important;

}
.duobox.fullwidth.secbox .duobox-txt {
  background: none;
}.duobox.fullwidth.secbox .duobox-txt p{
  color: var(--blue)!important;
}
.duobox.fullwidth.secbox .duobox-txt h2{
    color: var(--darkblue)!important;
}
.duobox.fullwidth.secbox .duobox-txt a:hover{
    color: var(--darkblue)!important;

}
body{
  background-color: var(--beige);
}
#content .sec {
  background-color: var(--beige);
}
a.button-konfig {
  width:auto;
  color:#fff !important;
}