header {
  position: relative;
  max-height: 360px;
  overflow: hidden;
}
header h1 {
  position: absolute;
  top: 50%;
  z-index: 1;
  line-height: 4rem;
  font-size: 4rem;
  font-family: all-round-gothic, sans-serif;
  color: #FFF;
  padding: 15px;
  transform: translateY(-25%);
  text-align: center;
}
header > img {
  width: 100%;
  position: relative;
  z-index: 0;
  margin-top: 25px;
}
header .logo {
  background: #FFF;
  padding-bottom: 15px;
  padding-right: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 1;
}
header .logo img {
  max-width: 350px;
  width: 100%;
}

.companies h2 {
  line-height: 3rem;
  font-size: 3rem;
  font-family: all-round-gothic, sans-serif;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  margin-top: 40px;
}

body {
  padding: 15px;
  font-family: din-2014, sans-serif;
  font-weight: 400;
}
body p {
  margin-bottom: 5px;
}

.hl {
  font-family: all-round-gothic, sans-serif;
  font-weight: 400;
  font-size: calc(1.375em + 1vw);
  line-height: 0.9em;
}
.hl b {
  font-weight: 800;
}

.question {
  position: relative;
}
.question:after {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f00d";
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  pointer-events: none;
}
.question.collapsed:after {
  content: "+";
}

#intro {
  background: #FFF;
  padding-top: 15px;
  padding-left: 15px;
  position: relative;
  top: -25px;
}
#intro .intro-part {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#intro .intro-part:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

.company-intro {
  margin-top: 40px;
}
.company-intro.odd .company-text {
  padding-right: 15px;
}
.company-intro.even .company-text {
  padding-left: 15px;
  margin-left: auto;
}
.company-intro .company-logo {
  background: #EEE;
  text-align: center;
  display: flex;
  justify-items: center;
  justify-content: center;
  padding: 40px 25px 40px 25px;
}
.company-intro .company-logo img {
  width: auto;
  max-height: 80px;
  max-width: 100%;
  margin-top: -20px;
}
.company-intro .company-text {
  position: relative;
  top: -25px;
  background: #FFF;
  width: 85%;
  padding-top: 15px;
}
.company-intro .company-text a {
  color: #000;
  font-weight: bold;
  display: block;
  text-align: right;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.company-intro .company-text a:before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f061";
  color: #000;
  margin-right: 5px;
}

html, body, .layout-qr {
  height: 100%;
}

.layout-qr {
  display: flex;
  align-items: center;
}

.button {
  all: unset;
  box-sizing: border-box;
  border: none;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 50px;
  border-radius: 25px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  padding: 0 12.5px;
  display: inline-flex;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background: #000;
  color: #FFF;
}
.button:hover {
  color: #FFF;
}

.qr-employee {
  display: flex;
  align-content: center;
  justify-content: center;
}
.qr-employee .qr-info {
  border: 1px solid #000;
}
.qr-employee .qr-info .headline {
  font-size: 1.8em;
  text-transform: uppercase;
  text-align: center;
  background: #000;
  color: #FFF;
  padding: 5px;
}
.qr-employee .qr-info .logo {
  display: flex;
  justify-content: center;
  justify-items: center;
  height: 100%;
  border: 1px solid #000;
}
.qr-employee .qr-info .logo img {
  width: 75%;
  max-width: 200px;
}
.qr-employee .qr-info .data {
  padding: 25px;
}
.qr-employee .qr-info .name {
  font-size: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1em;
}
.qr-employee .qr-info .title {
  font-size: 0.9em;
  font-style: italic;
}
.qr-employee .qr-info .button {
  margin-top: 10px;
}
.qr-employee .qr-info p {
  white-space: nowrap;
  margin: 0;
}

footer {
  padding-bottom: 50px;
}
footer .container > div {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
footer #footer-imprint-trigger, footer #footer-privacy-trigger {
  cursor: pointer;
}
footer .hl {
  font-size: calc(0.6em + 1vw);
  margin-bottom: 10px;
}
footer div.imprint .hl, footer div.privacy .hl {
  font-size: calc(0.3em + 1vw);
  margin-top: 30px;
}

.container {
  max-width: 800px !important;
}

/*# sourceMappingURL=az.custom.theme.css.map */
