@charset "UTF-8";
.color-1 {
  color: #004567;
}

.color-2 {
  color: #8cad40;
}

.color-3 {
  color: #fff;
}

.color-4 {
  color: #0f1113;
}

.tiny-font {
  font-size: clamp(0.65rem, 0.75vw, 0.75rem) !important;
}

.small-font {
  font-size: clamp(0.8rem, 0.875vw, 0.9rem) !important;
}

.standard-font {
  font-size: clamp(1rem, 1vw, 1rem) !important;
}

.regular-font {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem) !important;
}

.medium-font {
  font-size: clamp(1.25rem, 1.5vw, 1.5rem) !important;
}

.intermediate-font {
  font-size: clamp(1.5rem, 1.875vw, 1.875rem) !important;
}

.large-font {
  font-size: clamp(1.75rem, 2.25vw, 2.25rem) !important;
}

.extra-large-font {
  font-size: clamp(2rem, 2.75vw, 2.75rem) !important;
}

.huge-font {
  font-size: clamp(2.25rem, 3.25vw, 3.5rem) !important;
}

.extra-huge-font {
  font-size: clamp(2.75rem, 4vw, 4.5rem) !important;
}

.extreme-huge-font {
  font-size: clamp(3rem, 5vw, 6rem) !important;
}

.heavy-font {
  font-size: clamp(3.25rem, 6vw, 7rem) !important;
}

.extra-heavy-font {
  font-size: clamp(3.5rem, 7vw, 8rem) !important;
}

.extreme-heavy-font {
  font-size: clamp(3.75rem, 8vw, 10rem) !important;
}

.super-extreme-heavy-font {
  font-size: clamp(4rem, 9vw, 12rem) !important;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation-delay-2 {
  animation-delay: 0.2s;
}

.animation-delay-4 {
  animation-delay: 0.4s;
}

.animation-delay-6 {
  animation-delay: 0.6s;
}

.animation-delay-8 {
  animation-delay: 0.8s;
}

.animation-delay-10 {
  animation-delay: 1s;
}

.animation-delay-15 {
  animation-delay: 1.5s;
}

.animation-delay-20 {
  animation-delay: 2s;
}

.animation-delay-25 {
  animation-delay: 2.5s;
}

.animation-delay-30 {
  animation-delay: 3s;
}

.animation-delay-40 {
  animation-delay: 4s;
}

.animation-delay-50 {
  animation-delay: 5s;
}

.animation-delay-60 {
  animation-delay: 6s;
}

.fadescroll {
  opacity: 0;
}

.fade {
  opacity: 1;
}

.wrapper {
  margin: 0 auto;
  width: min(100%, 80vw);
}

.wrapper-small {
  margin: 0 auto;
  width: min(960px, 85vw);
}

.wrapper-medium {
  margin: 0 auto;
  width: min(1180px, 85vw);
}

.wrapper-full {
  margin: 0 auto;
  width: 100%;
}

.main {
  flex: 1;
}

ol,
ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  color: #0f1113;
  list-style-type: none;
}
ol li,
ul li {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  list-style-type: none;
}

hr {
  border: 1px solid #ddd;
  margin: 2rem 0;
}

.btn-success {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  color: #0f1113;
}

.parallax,
.section-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
  width: 100%;
}
@media (max-width: 768px) {
  .parallax,
  .section-parallax {
    background-attachment: scroll;
    height: auto;
  }
}
@media (max-width: 576px) {
  .parallax,
  .section-parallax {
    background-attachment: scroll;
    min-height: 25rem;
  }
}

.full-cover-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: 50% 50%;
  height: 60vh;
}

blockquote {
  border-left: 3px solid #004567;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
}
blockquote p {
  color: #333;
  line-height: 1.9rem;
}

.disclaimer {
  margin: 0 auto;
  width: min(100%, 80vw);
  margin-bottom: 10rem;
}
.disclaimer .wp-block-columns {
  margin-top: 2rem;
  gap: 5vw;
}
.disclaimer h1,
.disclaimer .h1 {
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
  color: #004567;
  font-weight: 500;
  margin-bottom: 0.2em;
}
.disclaimer h2,
.disclaimer .h2 {
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  color: #004567;
  font-weight: 500;
  margin: 1em auto 0.2em;
}
.disclaimer h3,
.disclaimer .h3 {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  color: #333;
  font-weight: 500;
  margin: 1.1em auto 0.4em;
}
.disclaimer h4,
.disclaimer .h4 {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  color: #666;
  font-weight: 400;
  margin: 0 0 0.5rem;
}
.disclaimer p,
.disclaimer li {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  color: #666;
  font-weight: 400;
  margin: 0 0 0.8em;
  line-height: 1.4em;
}
.disclaimer .address {
  line-height: 1.2em;
  margin: 1em auto 0.2em;
}
.disclaimer .wp-block-separator {
  border: 2px solid;
  border-left: none;
  border-right: none;
  display: list-item;
}
.disclaimer ul {
  margin: 2rem 0;
}
.disclaimer ul li {
  color: #333;
  font-weight: 400;
  list-style-type: disc;
  margin: 0 0 0.5rem 1rem;
}

@media (max-width: 576px) {
  .wp-block-gallery {
    padding: 0 30px;
  }
}

.wp-block-image img {
  height: auto;
  width: 100%;
}

@media (max-width: 768px) {
  .wp-block-columns {
    display: block;
  }
}
@media (max-width: 768px) {
  .wp-block-columns img {
    padding: 0;
    width: 100%;
  }
}

.site404 {
  margin: 0 auto;
  width: min(100%, 80vw);
  margin: 0 auto 5rem;
}
.site404 h1,
.site404 .h1 {
  font-size: clamp(3.5rem, 7vw, 8rem);
  font-weight: 800;
  line-height: 1em;
}
.site404 h1 small,
.site404 .h1 small {
  font-size: clamp(2.25rem, 3.25vw, 3.5rem);
  display: block;
  font-weight: 600;
  line-height: 1em;
}
.site404 h2,
.site404 .h2 {
  margin-top: 1.3em;
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  line-height: 1.4em;
}
.site404 .btn {
  margin: 3rem auto;
}

input,
select,
textarea {
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  font-family: "Source Sans 3";
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  margin-bottom: 0.8rem;
  padding: 1.2rem;
  width: 100%;
}

textarea {
  height: 8rem;
}

input[type=checkbox] {
  margin: 0.7rem;
  padding: 0;
  transform: scale(1.2);
  zoom: 2;
}
input[type=checkbox]:hover {
  cursor: pointer;
}
@media (max-width: 576px) {
  input[type=checkbox] {
    transform: scale(1);
    width: 1.6rem !important;
    height: 1.6rem !important;
  }
}
input[type=submit] {
  background: #13002C;
  border: 0;
  color: #fff;
  width: 100%;
}
input[type=submit]:hover {
  transition: 0.2s;
  background: #8cad40;
  border: 0;
  color: #fff;
  cursor: pointer;
}

.datenschutz-checkbox {
  margin-bottom: 1rem;
  text-align: left;
}
.datenschutz-checkbox input,
.datenschutz-checkbox select,
.datenschutz-checkbox textarea {
  border: 0;
  margin: 0;
  padding: 0;
  margin: 0.15rem 0.5rem 0 0;
  width: auto;
}
.datenschutz-checkbox span {
  color: #666;
  font-size: clamp(0.65rem, 0.75vw, 0.75rem);
}
.datenschutz-checkbox a {
  color: #8cad40;
  font-weight: 400;
}
.datenschutz-checkbox .wpcf7-list-item {
  margin-bottom: 1.3rem;
  width: 100% !important;
}
.datenschutz-checkbox .wpcf7-form-control-wrap .wpcf7-list-item label {
  display: flex;
  flex-direction: row;
}

.datenschutz-info {
  color: #999;
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  margin-bottom: 1rem;
}

.wpcf7-not-valid-tip {
  margin: -0.6rem 0 0.5rem;
}

.search .wrapper {
  margin: 0 auto;
  width: min(100%, 80vw);
  padding-bottom: 5rem;
}
.search input {
  border: 2px solid #0f1113;
  border-radius: 4px;
  color: #0f1113;
  display: block;
  margin-top: 20px;
  padding: 15px 20px;
  text-align: left;
  width: 90%;
}
.search input[type~=submit]:hover {
  transition: 0.2s;
  background: #0f1113;
  border: 2px solid #0f1113;
  color: #0f1113;
  cursor: pointer;
}
.search label {
  display: none;
}
.search h2 {
  letter-spacing: 0.2px;
  margin-bottom: 5px;
}
.search .search-post-excerpt {
  letter-spacing: 0.8px;
  line-height: 15px;
}
.search hr {
  margin: 2rem 0;
}
.search hr:last-of-type {
  display: none;
}
.search form {
  margin-bottom: 4rem;
}
.search form div {
  display: flex;
}
.search form input[type=text] {
  margin-right: 1%;
  width: 89%;
}
.search form input[type=submit] {
  width: min-content;
}
.search .h2-ergebnis {
  color: #004567;
  margin: 0 0 0.1rem;
}
.search .txt-ergebnis {
  margin-bottom: 3rem;
}

@media (max-width: 768px) {
  .website-info {
    flex-direction: column;
  }
}

.roboro-link {
  color: #fff;
  margin: 0 0.2rem;
}
@media (max-width: 768px) {
  .roboro-link .byroboro {
    display: block;
  }
}
.roboro-link .byroboro:hover {
  color: #999;
}
.roboro-link .byroboro:hover strong {
  color: #999;
}
.roboro-link .byroboro::before {
  color: #fff;
  content: "|";
  font-weight: 600;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
@media (max-width: 768px) {
  .roboro-link .byroboro::before {
    content: none;
  }
}
.roboro-link .byroboro strong {
  color: #fff;
  font-weight: 500;
}
.roboro-link .roboro-heart {
  color: #8cad40;
  margin: 0.1rem 0.2rem 0;
}
@media (max-width: 576px) {
  .roboro-link .roboro-heart {
    display: inline-block;
    margin-top: 0.3rem;
  }
}

@media print {
  header,
  footer,
  .single-blogsite-print {
    display: none;
  }
  .single-blogsite {
    margin: 5rem 0 20rem;
  }
}
@media all and (-ms-high-contrast:none) {
  body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }
  header,
  footer {
    flex-shrink: 0;
  }
  .main {
    flex: 1 0 auto;
  }
}
* {
  border: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
  height: 100%;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  font-family: "Source Sans 3", "Source Sans 3", "Source Sans 3";
  min-height: 100vh;
}

header {
  position: fixed;
  z-index: 999;
  width: 100%;
}
@media (max-width: 768px) {
  header nav {
    width: 100%;
    position: fixed;
    margin-top: 5.5rem;
    display: none;
    padding-left: 7vw;
    padding-right: 3vw;
  }
}
header nav ul {
  display: flex;
}
@media (max-width: 768px) {
  header nav ul {
    display: block;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  header nav li {
    background: #fff;
    text-transform: lowercase;
  }
  header nav li:nth-child(odd) {
    background: #f7f7f7;
  }
  header nav li:hover {
    transition: 0.3s;
    background: #dbdbdb;
    cursor: pointer;
  }
}
@media (max-width: 768px) {
  header nav li {
    background: #fff;
    text-transform: lowercase;
  }
  header nav li:nth-child(odd) {
    background: #f7f7f7;
  }
  header nav li:hover {
    transition: 0.3s;
    background: #dbdbdb;
    cursor: pointer;
  }
}
header nav a:hover {
  transition: 0.3s;
  color: #E6007E;
  cursor: pointer;
}
@media (max-width: 768px) {
  header nav a {
    border-bottom: 1px solid #999;
    display: block;
    margin-bottom: 0;
    padding: 1rem 1rem 1rem 2rem;
  }
  header nav a:last-child a {
    border-bottom: 0;
  }
}
@media (max-width: 768px) {
  header nav a {
    border-bottom: 1px solid #999;
    display: block;
    margin-bottom: 0;
    padding: 1rem 1rem 1rem 2rem;
  }
  header nav a:last-child a {
    border-bottom: 0;
  }
}
header .menu-toggle {
  display: none;
}
@media (max-width: 768px) {
  header .menu-toggle {
    transition: 2s;
    background: rgba(255, 255, 255, 0.9);
    align-items: flex-end;
    display: flex;
    font-size: clamp(2.75rem, 4vw, 4.5rem);
    height: 3rem;
    color: #0f1113;
    cursor: pointer;
    font-size: clamp(2rem, 2.75vw, 2.75rem);
  }
  header .menu-toggle span {
    background: rgba(255, 255, 255, 0.5);
    padding: 0.05em;
    border-radius: 0.1em;
  }
}
header .menu-toggle:hover {
  transition: 0.2s;
  color: #E6007E;
}
header .active a {
  color: #8cad40;
}
header .active a:hover {
  transition: 0.2s;
  color: #E6007E;
  cursor: pointer;
}

header {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(1rem);
  height: 5.5rem;
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  border-bottom: 0.1rem solid #ddd;
}
@media (max-width: 768px) {
  header {
    align-items: normal;
    padding-left: 0;
  }
  header .company-brand {
    padding-left: 5vw;
  }
}
header .company-brand {
  cursor: pointer;
  transition: all 0.3s;
  height: 5.5rem;
}
header .company-brand a {
  display: block;
  height: 100%;
}
header .company-brand img {
  width: auto;
  height: 5.5rem;
  padding: 1em 1em 1em 0;
}
header li {
  margin-right: 0.5em;
}
header li:last-of-type {
  margin-right: 0;
}
header li a {
  display: inline-flex;
  align-items: center;
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 600;
  color: #666;
  padding: 0.55em 0.65em;
  border-radius: 0;
}
@media (max-width: 1099px) {
  header li a {
    padding: 0.55em 0.4em;
  }
}
header li a:hover {
  transition: 0.2s;
  color: #004567;
}
header li.current-menu-item > a, header li.current_page_item > a, header li.current-menu-ancestor > a, header li.current-page-ancestor > a {
  color: #004567;
  box-shadow: inset 0 -0.18rem 0 #9AC43A;
}
header li.menu-item-has-children {
  position: relative;
}
header li.menu-item-has-children > a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}
header li.menu-item-has-children > a::after {
  content: "\eefb";
  font-family: "lineicons";
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: currentColor;
  -webkit-font-smoothing: antialiased;
  flex: none;
}
@media (max-width: 768px) {
  header li.menu-item-has-children > a::after {
    margin-left: auto;
  }
}
header li.menu-item-has-children:hover > a, header li.menu-item-has-children:focus-within > a, header li.menu-item-has-children.open > a {
  color: #004567;
}
header li.menu-item-has-children:hover > .sub-menu, header li.menu-item-has-children:focus-within > .sub-menu, header li.menu-item-has-children.open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
@media (max-width: 768px) {
  header li.menu-item-has-children:hover > .sub-menu, header li.menu-item-has-children:focus-within > .sub-menu, header li.menu-item-has-children.open > .sub-menu {
    transform: none;
    transition: none;
  }
}
header .sub-menu {
  position: fixed;
  top: 5.5rem;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) 20rem;
  gap: 0 2.5rem;
  margin: 0;
  padding: 2.5rem calc((100vw - min(100vw - 3rem, max(77.5rem, 80vw), 100rem)) / 2) 1.5rem;
  background: #fff;
  border-bottom: 0.1rem solid #ddd;
  box-shadow: 0 1.4rem 2.8rem -1.4rem rgba(15, 17, 19, 0.25);
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.6rem);
  z-index: 5;
  transition: opacity 0.18s ease 0.25s, transform 0.18s ease 0.25s, visibility 0s linear 0.43s;
}
header .sub-menu li {
  margin-right: 0;
  padding-right: 2.5rem;
  border-right: 0.1rem solid #ddd;
}
header .sub-menu li:nth-child(4), header .sub-menu li.mega-teaser, header .sub-menu li.mega-trust {
  border-right: 0;
}
header .sub-menu li > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.35rem;
  margin: 0 -0.9rem;
  padding: 0.5rem 0.9rem;
  border-radius: 0.6rem;
  white-space: normal;
}
header .sub-menu li > a:hover {
  transition: 0.2s;
  background: rgb(244.65, 249.55, 251.85);
}
header .sub-menu li > a:hover .menu-head {
  color: #004567;
}
header .sub-menu .menu-head {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0f1113;
}
header .sub-menu .menu-head::after {
  content: "\eeff";
  font-family: "lineicons";
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: #8cad40;
  -webkit-font-smoothing: antialiased;
  flex: none;
}
header .sub-menu .menu-desc {
  display: block;
  font-size: clamp(1rem, 1vw, 1rem);
  font-style: italic;
  font-weight: 300;
  color: #666;
  line-height: 1.4;
  white-space: normal;
}
header .sub-menu .mega-teaser {
  grid-column: 5;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: rgb(244.65, 249.55, 251.85);
  border-radius: 1.2rem;
  margin-top: -1.5rem;
}
header .sub-menu .mega-teaser img {
  width: 100%;
  max-height: 11rem;
  object-fit: contain;
  margin-inline: auto;
}
header .sub-menu .mega-teaser .mega-teaser-title {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 700;
  color: #0f1113;
  margin-top: 0.5rem;
}
header .sub-menu .mega-teaser .mega-teaser-text {
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  color: #666;
  line-height: 1.4;
}
header .sub-menu .mega-teaser .btn {
  margin-top: 0.4rem;
}
header .sub-menu .mega-teaser .btn a {
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
}
header .sub-menu .mega-trust {
  grid-column: 1/5;
  grid-row: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem 2.5rem;
  margin-top: 2rem;
  padding: 1.2rem 2.5rem 0 0;
  border-top: 0.1rem solid #ddd;
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  color: #666;
}
header .sub-menu .mega-trust span {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 0.55rem;
  line-height: 1.4;
}
header .sub-menu .mega-trust .lni {
  color: #8cad40;
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  line-height: 1.4;
}
@media (max-width: 768px) {
  header .sub-menu {
    position: static;
    transform: none;
    display: none;
    grid-template-columns: 1fr;
    padding: 0;
    background: rgb(244.65, 249.55, 251.85);
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
  header .sub-menu li {
    padding-right: 0;
    border-right: 0;
    border-bottom: 0;
  }
  header .sub-menu li a {
    align-items: flex-start;
    text-align: left;
    padding: 0.8rem 1rem 0.8rem 2.4rem;
  }
  header .sub-menu .menu-head {
    text-transform: none;
    letter-spacing: 0;
  }
  header .sub-menu .mega-teaser,
  header .sub-menu .mega-trust {
    display: none;
  }
}
header nav {
  display: flex;
  align-items: center;
  gap: 2.5em;
}
@media (max-width: 1099px) {
  header nav {
    gap: 1em;
  }
}
header nav .header-main-menu > ul {
  gap: 1em;
}
@media (max-width: 1099px) {
  header nav .header-main-menu > ul {
    gap: 0.4em;
  }
}
@media (max-width: 768px) {
  header nav {
    display: none;
    align-items: stretch;
    gap: 0;
    background: #fff;
    border-bottom: 0.1rem solid #ddd;
    box-shadow: 0 1.6rem 2rem -1.4rem rgba(15, 17, 19, 0.3);
    max-height: calc(100vh - 5.5rem);
    overflow-y: auto;
    padding-bottom: 1.2rem;
  }
  header nav li {
    background: transparent;
    text-transform: none;
    border-bottom: 0.1rem solid #ddd;
  }
  header nav li:nth-child(odd), header nav li:hover {
    background: transparent;
  }
  header nav li.current-menu-item > a, header nav li.current_page_item > a, header nav li.current-menu-ancestor > a, header nav li.current-page-ancestor > a {
    box-shadow: none;
    background: rgb(244.65, 249.55, 251.85);
    margin: 0 -7vw;
    padding-left: 7vw;
    padding-right: 7vw;
  }
  header nav li > a {
    display: flex;
    width: 100%;
    align-items: center;
    font-size: clamp(1.125rem, 1.25vw, 1.25rem);
    color: #004567;
    padding: 1.1rem 0;
    border-bottom: 0;
  }
  header nav .sub-menu li {
    border-bottom: 0;
  }
  header nav .language {
    float: left;
    padding: 1.2rem 0 0;
  }
  header nav .login {
    float: right;
    padding: 1.2rem 0 0;
  }
}
header nav .language,
header nav .login {
  display: flex;
  align-items: center;
}
header nav .language {
  gap: 0.5em;
  font-weight: 600;
  height: 2.5rem;
  align-items: flex-start;
}
header nav .language .gt_float_switcher {
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  background: transparent;
  box-shadow: none;
  border-radius: 2em;
}
header nav .language .gt_float_switcher .gt-current-lang {
  gap: 0.4rem;
  height: 2.5rem;
  box-sizing: border-box;
  padding: 0 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #ddd;
  border-radius: 2em;
}
header nav .language .gt_float_switcher .gt-lang-code {
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  font-weight: 600;
  color: #004567;
  line-height: 1;
}
header nav .language .gt_float_switcher .gt-lang-code.gt-lang-code {
  top: 0;
}
header nav .language .gt_float_switcher img {
  width: 1.1rem;
  height: auto;
}
header nav .language .gt_float_switcher .gt_float_switcher-arrow {
  width: 0.8rem;
  height: 0.8rem;
  background-size: contain;
}
header nav .login {
  gap: 0.7em;
}
header nav .login .btn-primary:first-of-type {
  order: 2;
}
header nav .login .btn-primary:first-of-type a {
  background: #004567;
  box-shadow: 0 0.7rem 1.6rem -0.5rem rgba(0, 69, 103, 0.5);
}
header nav .login .btn-primary:first-of-type a:hover {
  background: #E6007E;
  box-shadow: 0 0.7rem 1.6rem -0.5rem rgba(230, 0, 126, 0.5);
}
header nav .login .btn-primary:last-of-type a {
  background: transparent;
  color: #004567;
  border-color: #ddd;
  box-shadow: none;
}
header nav .login .btn-primary:last-of-type a:hover {
  background: transparent;
  border-color: #004567;
  color: #004567;
}

.menu-toggle {
  display: none;
  appearance: none;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
}
@media (max-width: 768px) {
  .menu-toggle {
    height: 4rem !important;
    min-width: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4vw !important;
  }
  .menu-toggle .lni {
    font-size: clamp(2.25rem, 3.25vw, 3.5rem) !important;
  }
}

header.nav-responsive {
  background: rgba(19, 0, 44, 0.4);
  border-bottom: 0.15rem solid rgba(255, 255, 255, 0.2);
}
header.nav-responsive .header-main-menu a {
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1rem, 1vw, 1rem);
}
header.nav-responsive .header-main-menu a:hover {
  transition: 0.2s;
  color: #fff;
}
header.nav-responsive .header-main-menu .active > a {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0.5rem;
  border-bottom: none;
  box-shadow: none;
}
header.nav-responsive .header-main-menu .active > a::before, header.nav-responsive .header-main-menu .active > a::after {
  content: none;
}
header.nav-responsive .header-main-menu a:hover {
  box-shadow: none;
}
@media (max-width: 768px) {
  header.nav-responsive .header-main-menu a,
  header.nav-responsive .header-main-menu a:hover,
  header.nav-responsive .header-main-menu .active > a {
    color: #0f1113;
  }
  header.nav-responsive .header-main-menu .active > a {
    background: rgba(15, 17, 19, 0.06);
  }
}
header.nav-responsive .language .gt_float_switcher .gt-selected {
  background: transparent;
}
header.nav-responsive .language .gt_float_switcher .gt-current-lang {
  border-color: rgba(255, 255, 255, 0.3);
}
header.nav-responsive .language .gt_float_switcher .gt-lang-code {
  color: #fff;
}
header.nav-responsive .language .gt_float_switcher .gt_float_switcher-arrow {
  filter: invert(1);
}
@media (max-width: 768px) {
  header.nav-responsive .language .gt_float_switcher .gt-current-lang {
    border-color: #ddd;
  }
  header.nav-responsive .language .gt_float_switcher .gt-lang-code {
    color: #004567;
  }
  header.nav-responsive .language .gt_float_switcher .gt_float_switcher-arrow {
    filter: none;
  }
}
header.nav-responsive .login .btn-primary a {
  background: linear-gradient(135deg, #3092C0 0%, #004567 100%);
  box-shadow: none;
}
header.nav-responsive .login .btn-secondary a {
  color: #fff;
  background: transparent;
  box-shadow: inset 0 0 0 0.1rem rgba(255, 255, 255, 0.3);
}
header.nav-responsive .login .btn-secondary a:hover {
  background: #fff;
  color: #004567;
  box-shadow: inset 0 0 0 0.1rem #fff;
}
@media (max-width: 768px) {
  header.nav-responsive .login .btn-secondary a {
    color: #004567;
    box-shadow: inset 0 0 0 0.1rem rgba(0, 69, 103, 0.35);
  }
  header.nav-responsive .login .btn-secondary a:hover {
    background: #004567;
    color: #fff;
    box-shadow: inset 0 0 0 0.1rem #004567;
  }
}
header.nav-responsive .menu-toggle {
  color: #fff;
}

header.nav-responsive .company-brand a {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

footer {
  padding: 3rem 0 0;
}
footer .container {
  display: flex;
}
footer .container-section-1 {
  display: flex;
  flex-direction: row;
}
@media (max-width: 576px) {
  footer .container-section-1 {
    flex-direction: column;
  }
}
footer .footer-box-1,
footer .footer-box-2,
footer .footer-box-3,
footer .footer-box-4 {
  display: flex;
}
footer .footer-box-copyright {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-right: 3rem;
}
@media (max-width: 576px) {
  footer .footer-box-copyright {
    display: block;
    margin: 1rem auto;
    padding-right: 0;
    align-items: flex-start;
  }
}
footer .footer-box-disclaimer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  footer .footer-box-disclaimer {
    border: 0;
    margin: 0;
    padding: 0;
    justify-content: center;
    text-align: center;
    align-items: flex-start;
  }
}
footer .footer-box-disclaimer ul {
  display: flex;
  flex-direction: row;
}
footer .footer-box-disclaimer ul li {
  font-size: clamp(0.65rem, 0.75vw, 0.75rem);
  margin-right: 1rem;
}
@media (max-width: 576px) {
  footer .footer-box-disclaimer ul li {
    align-items: center;
    display: flex;
    line-height: 1.1rem;
  }
  footer .footer-box-disclaimer ul li:last-child {
    margin: 0;
  }
}
footer .website-info {
  color: #fff;
}
footer .website-info a,
footer .website-info strong,
footer .website-info .website-info-date {
  color: #fff;
}
@media (max-width: 576px) {
  footer .website-info a,
  footer .website-info strong,
  footer .website-info .website-info-date {
    font-size: clamp(1rem, 2.5vw, 1rem);
  }
}
footer .website-info .byroboro::before {
  color: #fff !important;
}
footer .roboro-heart {
  color: #F39200 !important;
}
footer .website-info-txt {
  display: inline-block;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  footer .roboro-link {
    margin: 0;
  }
}

footer {
  background: linear-gradient(150deg, #13002C 0%, rgb(10.45, 31.05, 70.55) 46%, #004567 100%);
  color: #fff;
  padding-top: 0;
}
footer .container-section-1 {
  margin: 0 auto;
  width: min(100%, 80vw);
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr;
  gap: 4rem;
  padding: 5rem 0 3.5rem;
}
@media (max-width: 768px) {
  footer .container-section-1 {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding: 3.5rem 0 2.5rem;
  }
}
footer .footer-box {
  max-width: 100%;
}
footer .footer-box p,
footer .footer-box li,
footer .footer-box a {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1vw, 1rem);
  line-height: 1.4em;
}
footer .footer-box a:hover {
  transition: 0.2s;
  color: #fff;
}
footer .footer-box .headline {
  color: #fff;
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.2rem;
}
footer .footer-box li {
  margin-bottom: 0.2rem;
}
footer .footer-box li a {
  display: inline-flex;
  align-items: center;
  padding-block: 0.3rem;
}
footer .footer-box .footer-issuer-note {
  margin: 1.4rem 0 0;
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.5em;
}
footer .footer-box-1 .wp-block-image {
  margin: 0 0 1.5rem;
}
footer .footer-box-1 img {
  width: auto;
  max-width: 100%;
  height: 4.5rem;
}
footer .container-section-2 .container-section-2-wrapper {
  margin: 0 auto;
  width: min(100%, 80vw);
  border-top: 0.1rem solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.75rem 0;
}
footer .container-section-2 .footer-box-copyright span {
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
}
footer .container-section-2 .footer-rechtliches-liste {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
footer .container-section-2 .footer-rechtliches-liste li {
  margin: 0;
}
footer .container-section-2 .footer-rechtliches-liste a {
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
}
footer .container-section-2 .footer-rechtliches-liste a:hover {
  transition: 0.2s;
  color: #fff;
}

.title {
  display: block;
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  font-weight: 800;
  color: #3092C0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  line-height: 1.3em;
  margin-bottom: 1.2em;
  white-space: normal;
  hyphens: auto;
  overflow-wrap: break-word;
  max-width: 100%;
}
@media (max-width: 1280px) {
  .title {
    margin-bottom: 1em;
  }
}

.front-page .section > .wp-block-group__inner-container,
.pages .section > .wp-block-group__inner-container {
  margin: 0 auto;
  width: min(100%, 80vw);
  position: relative;
  z-index: 1;
  padding: 6rem 0;
}
@media (max-width: 768px) {
  .front-page .section > .wp-block-group__inner-container,
  .pages .section > .wp-block-group__inner-container {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .front-page .section .wp-block-columns,
  .pages .section .wp-block-columns {
    flex-wrap: wrap;
  }
}
.front-page .section .wp-block-columns > .wp-block-column,
.pages .section .wp-block-columns > .wp-block-column {
  min-width: 0;
}
@media (max-width: 768px) {
  .front-page .section .wp-block-columns > .wp-block-column,
  .pages .section .wp-block-columns > .wp-block-column {
    flex-basis: 100% !important;
  }
}
.front-page h2,
.front-page .h2,
.pages h2,
.pages .h2 {
  margin-bottom: 1.4rem;
}
.front-page h3,
.front-page .h3,
.pages h3,
.pages .h3 {
  margin-bottom: 0.7rem;
}
.front-page .lead,
.pages .lead {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  max-width: 46rem;
  margin-bottom: 3rem;
}
.front-page .wp-block-columns,
.pages .wp-block-columns {
  margin-top: 3rem;
}
.front-page .wp-block-list,
.pages .wp-block-list {
  margin-top: 2rem;
}
.front-page .s-cta,
.pages .s-cta {
  background: rgb(238.44, 246.28, 249.96);
  padding: 2rem 0;
}
.front-page .s-cta > .wp-block-group__inner-container,
.pages .s-cta > .wp-block-group__inner-container {
  position: relative;
  isolation: isolate;
  color: #fff;
  background: radial-gradient(44rem 28rem at 84% 8%, rgba(154, 196, 58, 0.2), transparent 60%), radial-gradient(40rem 27rem at 10% 92%, rgba(230, 0, 126, 0.24), transparent 62%), linear-gradient(150deg, #13002C 0%, rgb(11.4, 27.6, 67.6) 44%, #004567 100%);
  margin: 0 auto;
  width: min(960px, 85vw);
  border-radius: 1.4rem;
  padding: 5rem 3.5rem;
  text-align: center;
}
.front-page .s-cta > .wp-block-group__inner-container h1,
.front-page .s-cta > .wp-block-group__inner-container .h1,
.front-page .s-cta > .wp-block-group__inner-container h2:where(:not(.title)),
.front-page .s-cta > .wp-block-group__inner-container .h2,
.front-page .s-cta > .wp-block-group__inner-container h3,
.front-page .s-cta > .wp-block-group__inner-container .h3,
.front-page .s-cta > .wp-block-group__inner-container h4,
.front-page .s-cta > .wp-block-group__inner-container .h4,
.front-page .s-cta > .wp-block-group__inner-container p:where(:not(.title)),
.front-page .s-cta > .wp-block-group__inner-container li,
.pages .s-cta > .wp-block-group__inner-container h1,
.pages .s-cta > .wp-block-group__inner-container .h1,
.pages .s-cta > .wp-block-group__inner-container h2:where(:not(.title)),
.pages .s-cta > .wp-block-group__inner-container .h2,
.pages .s-cta > .wp-block-group__inner-container h3,
.pages .s-cta > .wp-block-group__inner-container .h3,
.pages .s-cta > .wp-block-group__inner-container h4,
.pages .s-cta > .wp-block-group__inner-container .h4,
.pages .s-cta > .wp-block-group__inner-container p:where(:not(.title)),
.pages .s-cta > .wp-block-group__inner-container li {
  color: #fff;
}
.front-page .s-cta > .wp-block-group__inner-container h2:where(:not(.title)),
.front-page .s-cta > .wp-block-group__inner-container .h2,
.pages .s-cta > .wp-block-group__inner-container h2:where(:not(.title)),
.pages .s-cta > .wp-block-group__inner-container .h2 {
  font-size: clamp(2.1rem, 4.1vw, 3.7rem);
}
.front-page .s-cta > .wp-block-group__inner-container .title,
.pages .s-cta > .wp-block-group__inner-container .title {
  color: #9AC43A;
}
@media (max-width: 768px) {
  .front-page .s-cta > .wp-block-group__inner-container,
  .pages .s-cta > .wp-block-group__inner-container {
    padding: 3rem 1.75rem;
  }
}
.front-page .s-cta h2,
.front-page .s-cta .h2,
.pages .s-cta h2,
.pages .s-cta .h2 {
  margin-bottom: 0.8rem;
}
.front-page .s-cta .lead,
.pages .s-cta .lead {
  margin-bottom: 2rem;
}
.front-page .s-cta .lead,
.pages .s-cta .lead {
  margin-left: auto;
  margin-right: auto;
  max-width: 34rem;
}
.front-page .s-cta .btn,
.pages .s-cta .btn {
  justify-content: center;
}

.front-page .s-hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  background: radial-gradient(44rem 28rem at 84% 8%, rgba(154, 196, 58, 0.2), transparent 60%), radial-gradient(40rem 27rem at 10% 92%, rgba(230, 0, 126, 0.24), transparent 62%), linear-gradient(150deg, #13002C 0%, rgb(11.4, 27.6, 67.6) 44%, #004567 100%);
}
.front-page .s-hero h1,
.front-page .s-hero .h1,
.front-page .s-hero h2:where(:not(.title)),
.front-page .s-hero .h2,
.front-page .s-hero h3,
.front-page .s-hero .h3,
.front-page .s-hero h4,
.front-page .s-hero .h4,
.front-page .s-hero p:where(:not(.title)),
.front-page .s-hero li {
  color: #fff;
}
.front-page .s-hero h2:where(:not(.title)),
.front-page .s-hero .h2 {
  font-size: clamp(2.1rem, 4.1vw, 3.7rem);
}
.front-page .s-hero .title {
  color: #9AC43A;
}
.front-page .s-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 0.1rem, transparent 0.1rem), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0.1rem, transparent 0.1rem);
  background-size: 4rem 4rem;
}
.front-page .s-hero > .wp-block-group__inner-container {
  padding: 12rem 0 5rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 4rem;
  align-items: center;
}
@media (max-width: 992px) {
  .front-page .s-hero > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 5rem 0 4rem;
  }
}
.front-page .s-hero > .wp-block-group__inner-container > * {
  min-width: 0;
}
.front-page .s-hero .title {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  width: fit-content;
  max-width: 100%;
  margin: 0 0 2rem 0;
  padding: 0.6rem 1.2rem;
  border-radius: 2rem;
  background: #fff;
  border: 0.1rem solid rgba(154, 196, 58, 0.45);
  box-shadow: 0 0.7rem 1.6rem -0.7rem rgba(15, 17, 19, 0.3);
  color: #8cad40;
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1.2em;
  color: #3092C0;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(48, 146, 192, 0.5);
  box-shadow: none;
}
.front-page .s-hero .title::before {
  content: "";
  flex: none;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #9AC43A;
  box-shadow: 0 0 0 0.3rem rgba(154, 196, 58, 0.25);
}
.front-page .s-hero .title::before {
  background: #3092C0;
  box-shadow: 0 0 0 0.3rem rgba(48, 146, 192, 0.22);
}
.front-page .s-hero h1,
.front-page .s-hero .h1 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #fff;
  line-height: 0.9em;
}
.front-page .s-hero h1 strong,
.front-page .s-hero .h1 strong {
  font-weight: 800;
  color: #fff;
}
.front-page .s-hero .lead {
  margin-bottom: 2.5rem;
  max-width: 38rem;
}
.front-page .s-hero .btn {
  display: inline-flex;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.front-page .s-hero .btn-secondary a {
  color: #fff;
  box-shadow: inset 0 0 0 0.1rem rgba(255, 255, 255, 0.55);
}
.front-page .s-hero .btn-secondary a:hover {
  background: #fff;
  color: #004567;
  box-shadow: inset 0 0 0 0.1rem #fff;
}
.front-page .s-hero .kennzahlen {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.18);
}
@media (max-width: 415px) {
  .front-page .s-hero .kennzahlen {
    gap: 1.4rem;
  }
}
.front-page .s-hero .kennzahlen li {
  margin: 0;
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.7);
}
.front-page .s-hero .kennzahlen li strong {
  display: block;
  font-size: clamp(2rem, 2.75vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #3092C0;
  margin-bottom: 0.6rem;
}
.front-page .s-hero .credential {
  align-self: center;
  background: rgba(255, 255, 255, 0.06);
  border: 0.1rem solid rgba(255, 255, 255, 0.14);
  border-radius: 1.4rem;
  padding: 2.4rem;
}
.front-page .s-hero .credential h2,
.front-page .s-hero .credential .h2 {
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
  margin-bottom: 1rem;
}
.front-page .s-hero .credential p {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
}
.front-page .s-hero .credential li {
  position: relative;
  padding-left: calc(1.5rem + 1rem);
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  margin: 0 0 1rem 1rem;
}
.front-page .s-hero .credential li::before {
  content: "\eee9";
  font-family: "lineicons";
  font-size: 1.5rem;
  font-weight: 300;
  font-style: normal;
  line-height: inherit;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
}
.front-page .s-ablauf,
.front-page .s-faq {
  background: rgb(244.65, 249.55, 251.85);
}
.front-page .s-relevanz .wp-block-columns {
  margin-bottom: 2.5rem;
}
.front-page .s-relevanz .wp-block-column {
  background: #fff;
  border: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-radius: 1rem;
  padding: 2rem;
}
.front-page .s-relevanz .wp-block-column::before {
  content: "\eb6a";
  font-family: "lineicons";
  font-size: 2.4rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: #3092C0;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin-bottom: 1.2rem;
}
.front-page .s-relevanz .wp-block-column:nth-child(2)::before {
  content: "\effa";
}
.front-page .s-relevanz .wp-block-column:nth-child(3)::before {
  content: "\ef30";
}
.front-page .s-relevanz .wp-block-column h3,
.front-page .s-relevanz .wp-block-column .h3 {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  margin-bottom: 0.75rem;
}
.front-page .s-relevanz .wp-block-column p {
  color: #666;
  margin: 0;
}
.front-page .s-relevanz .lernziele {
  background: #fff;
  border: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-radius: 1rem;
  padding: 2rem 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 3rem;
}
@media (max-width: 768px) {
  .front-page .s-relevanz .lernziele {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
}
.front-page .s-relevanz .lernziele li {
  position: relative;
  padding-left: calc(1.7rem + 1rem);
  margin: 0;
  font-size: clamp(1rem, 1vw, 1rem);
}
.front-page .s-relevanz .lernziele li::before {
  content: "\eee9";
  font-family: "lineicons";
  font-size: 1.7rem;
  font-weight: 300;
  font-style: normal;
  line-height: inherit;
  color: #3092C0;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
}
.front-page .s-ablauf .wp-block-columns {
  margin-bottom: 2rem;
}
.front-page .s-ablauf .wp-block-columns:first-of-type {
  margin-top: 3rem;
}
.front-page .s-ablauf .wp-block-column {
  position: relative;
  counter-increment: schritt;
  background: #fff;
  border: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-radius: 1rem;
  padding: 2rem;
}
.front-page .s-ablauf .wp-block-column::before {
  content: counter(schritt, decimal-leading-zero);
  position: absolute;
  top: 1.6rem;
  right: 1.8rem;
  font-size: clamp(1rem, 1vw, 1rem);
  font-weight: 800;
  color: #999;
}
.front-page .s-ablauf .wp-block-column h3,
.front-page .s-ablauf .wp-block-column .h3 {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  margin-bottom: 0.6rem;
  padding-right: 2.5rem;
}
.front-page .s-ablauf .wp-block-column p {
  color: #666;
  margin: 0;
}
.front-page .s-ablauf > .wp-block-group__inner-container {
  counter-reset: schritt;
}
.front-page .s-lehrplan > .wp-block-group__inner-container {
  counter-reset: modul;
}
.front-page .s-lehrplan .lehrplan-kopf > .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.front-page .s-lehrplan .lehrplan-kopf h2,
.front-page .s-lehrplan .lehrplan-kopf .h2 {
  margin: 0;
  max-width: 46rem;
  text-wrap: balance;
}
.front-page .s-lehrplan .lehrplan-kopf .btn {
  margin: 0;
}
.front-page .s-lehrplan .wp-block-columns {
  display: block;
  margin: 0;
}
.front-page .s-lehrplan .wp-block-columns:last-of-type {
  border-radius: 0 0 1rem 1rem;
}
.front-page .s-lehrplan .lehrplan-kopf + .wp-block-columns {
  border-top: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-radius: 1rem 1rem 0 0;
}
.front-page .s-lehrplan .wp-block-column {
  counter-increment: modul;
  position: relative;
  background: #fff;
  border: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-top: none;
  padding: 1.6rem 2rem 1.6rem 5rem;
  flex-basis: auto !important;
}
.front-page .s-lehrplan .wp-block-column::before {
  content: counter(modul, decimal-leading-zero);
  position: absolute;
  left: 2rem;
  top: 1.75rem;
  font-size: clamp(1rem, 1vw, 1rem);
  font-weight: 800;
  color: #3092C0;
}
.front-page .s-lehrplan .wp-block-column h3,
.front-page .s-lehrplan .wp-block-column .h3 {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  margin-bottom: 0.35rem;
}
.front-page .s-lehrplan .wp-block-column p {
  color: #666;
  margin: 0;
  font-size: clamp(1rem, 1vw, 1rem);
}
.front-page .s-faq > .wp-block-group__inner-container {
  max-width: 52rem;
}
.front-page .s-faq .wp-block-details {
  background: #fff;
  border: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-radius: 0.8rem;
  margin-bottom: 0.75rem;
  padding: 1.1rem 1.5rem;
}
.front-page .s-faq .wp-block-details summary {
  position: relative;
  cursor: pointer;
  padding-right: 2rem;
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 700;
  color: #004567;
  list-style: none;
}
.front-page .s-faq .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.front-page .s-faq .wp-block-details summary::after {
  content: "\eefb";
  font-family: "lineicons";
  font-size: clamp(1rem, 1vw, 1rem);
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: #999;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  top: 0.15em;
  transition: transform 0.2s ease;
}
.front-page .s-faq .wp-block-details[open] summary::after {
  transform: rotate(180deg);
}
.front-page .s-faq .wp-block-details p {
  margin: 1rem 0 0;
  color: #666;
}
.front-page .s-faq .wp-block-details + p {
  margin-top: 2.5rem;
}

.btn {
  display: flex;
  align-items: center;
}

.wp-block-columns + .btn,
.wp-block-list + .btn,
ul + .btn,
ol + .btn,
.wp-block-details + .btn,
figure + .btn {
  margin-top: 2.5rem;
}

.btn-primary a {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 700;
  background: linear-gradient(135deg, #3092C0 0%, #004567 100%);
  color: #fff;
  padding: 0.95em 1.9em;
  border-radius: 0.6rem;
  cursor: pointer;
  width: fit-content;
  max-width: 100%;
  text-wrap: wrap;
  box-shadow: 0 0.9rem 2.2rem -0.6rem rgba(0, 69, 103, 0.55);
}
.btn-primary a:hover {
  transition: 0.3s;
  background: #004567;
  color: #fff;
  box-shadow: 0 0.9rem 2.2rem -0.6rem rgba(48, 146, 192, 0.6);
}

.btn-secondary a {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 700;
  background: transparent;
  color: #004567;
  padding: 0.95em 1.9em;
  border-radius: 0.6rem;
  cursor: pointer;
  width: fit-content;
  max-width: 100%;
  text-wrap: wrap;
  box-shadow: inset 0 0 0 0.1rem rgba(0, 69, 103, 0.35);
}
.btn-secondary a:hover {
  transition: 0.3s;
  background: #004567;
  color: #fff;
  box-shadow: inset 0 0 0 0.1rem #004567;
}

.c-white .btn-secondary a {
  color: #fff;
  box-shadow: inset 0 0 0 0.1rem rgba(255, 255, 255, 0.55);
}
.c-white .btn-secondary a:hover {
  background: #fff;
  color: #004567;
  box-shadow: inset 0 0 0 0.1rem #fff;
}

.pages > .entry {
  margin: 0 auto;
  width: min(100%, 80vw);
  padding: 10rem 0 6rem;
}
@media (max-width: 768px) {
  .pages > .entry {
    padding: 8rem 0 4rem;
  }
}
.pages > .entry:has(.section) {
  width: 100%;
  max-width: none;
  padding: 0;
}
.pages > .entry > .section:first-child {
  background: rgb(244.65, 249.55, 251.85);
}
.pages > .entry > .section:first-child > .wp-block-group__inner-container {
  padding: 13rem 0 10rem;
}
@media (max-width: 992px) {
  .pages > .entry > .section:first-child > .wp-block-group__inner-container {
    padding: 5rem 0 4rem;
  }
}
@media (max-width: 768px) {
  .pages > .entry > .section:first-child > .wp-block-group__inner-container {
    padding: 4rem 0 3rem;
  }
}
.pages h1,
.pages .h1 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1em;
}
.pages .lead {
  max-width: 42rem;
  margin-bottom: 0;
}
.pages .kennzahlen li strong {
  line-height: 1.1;
  margin-bottom: 0.6rem;
}
.pages .kennzahlen {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 0.1rem solid rgb(209.46, 231.02, 241.14);
}
@media (max-width: 415px) {
  .pages .kennzahlen {
    gap: 1.4rem;
  }
}
.pages .kennzahlen li {
  margin: 0;
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666;
}
.pages .kennzahlen li strong {
  display: block;
  font-size: clamp(2rem, 2.75vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #004567;
  margin-bottom: 0.3rem;
}

.pages.lehrplan .s-lehrplan-module {
  counter-reset: modul;
}
.pages.lehrplan .s-lehrplan-module > .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: start;
}
@media (max-width: 992px) {
  .pages.lehrplan .s-lehrplan-module > .wp-block-group__inner-container {
    grid-template-columns: 1fr;
  }
}
.pages.lehrplan .lehrplan-module > .wp-block-group__inner-container {
  display: grid;
  gap: 1.75rem;
}
.pages.lehrplan .lehrplan-sidebar {
  position: sticky;
  top: 7rem;
}
@media (max-width: 992px) {
  .pages.lehrplan .lehrplan-sidebar {
    position: static;
  }
}
.pages.lehrplan .lehrplan-sidebar > .wp-block-group__inner-container {
  display: grid;
  gap: 1.5rem;
}
.pages.lehrplan .sidebar-box {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 1.4rem;
  padding: 1.8rem;
  box-shadow: 0 0.2rem 0.4rem rgba(15, 17, 19, 0.03), 0 1.6rem 3.2rem -1.8rem rgba(15, 17, 19, 0.28);
}
.pages.lehrplan .sidebar-box li {
  position: relative;
  padding-left: calc(1.5rem + 0.9rem);
  margin-bottom: 0.7rem;
  font-size: clamp(1rem, 1vw, 1rem);
}
.pages.lehrplan .sidebar-box li::before {
  content: "\eee9";
  font-family: "lineicons";
  font-size: 1.5rem;
  font-weight: 300;
  font-style: normal;
  line-height: inherit;
  color: #3092C0;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
}
.pages.lehrplan .sidebar-box-dunkel {
  position: relative;
  isolation: isolate;
  color: #fff;
  background: radial-gradient(44rem 28rem at 84% 8%, rgba(154, 196, 58, 0.2), transparent 60%), radial-gradient(40rem 27rem at 10% 92%, rgba(230, 0, 126, 0.24), transparent 62%), linear-gradient(150deg, #13002C 0%, rgb(11.4, 27.6, 67.6) 44%, #004567 100%);
  border: none;
}
.pages.lehrplan .sidebar-box-dunkel h1,
.pages.lehrplan .sidebar-box-dunkel .h1,
.pages.lehrplan .sidebar-box-dunkel h2:where(:not(.title)),
.pages.lehrplan .sidebar-box-dunkel .h2,
.pages.lehrplan .sidebar-box-dunkel h3,
.pages.lehrplan .sidebar-box-dunkel .h3,
.pages.lehrplan .sidebar-box-dunkel h4,
.pages.lehrplan .sidebar-box-dunkel .h4,
.pages.lehrplan .sidebar-box-dunkel p:where(:not(.title)),
.pages.lehrplan .sidebar-box-dunkel li {
  color: #fff;
}
.pages.lehrplan .sidebar-box-dunkel h2:where(:not(.title)),
.pages.lehrplan .sidebar-box-dunkel .h2 {
  font-size: clamp(2.1rem, 4.1vw, 3.7rem);
}
.pages.lehrplan .sidebar-box-dunkel .title {
  color: #9AC43A;
}
.pages.lehrplan .sidebar-box-dunkel p {
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(1rem, 1vw, 1rem);
}
.pages.lehrplan .sidebar-box-dunkel .btn {
  margin-top: 1.2rem;
}
.pages.lehrplan .modul {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 1.4rem;
  padding: 2rem;
  box-shadow: 0 0.2rem 0.4rem rgba(15, 17, 19, 0.03), 0 1.6rem 3.2rem -1.8rem rgba(15, 17, 19, 0.28);
  counter-increment: modul;
}
.pages.lehrplan .modul h2,
.pages.lehrplan .modul .h2 {
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
  margin-bottom: 0.75rem;
}
.pages.lehrplan .modul h2::before,
.pages.lehrplan .modul .h2::before {
  content: counter(modul, decimal-leading-zero);
  display: block;
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  color: #3092C0;
  margin-bottom: 0.4rem;
}
.pages.lehrplan .lektionen {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 0.1rem solid #ddd;
}
.pages.lehrplan .lektionen li {
  position: relative;
  padding-left: calc(1.1rem + 0.7rem);
  margin-bottom: 0.6rem;
  font-size: clamp(1rem, 1vw, 1rem);
}
.pages.lehrplan .lektionen li::before {
  content: "\eeff";
  font-family: "lineicons";
  font-size: 1.1rem;
  font-weight: 300;
  font-style: normal;
  line-height: inherit;
  color: #3092C0;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
}
.pages.lehrplan .lektionen li strong {
  color: #666;
  font-weight: 400;
}

.pages.faq .s-faq-liste > .wp-block-group__inner-container {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .pages.faq .s-faq-liste > .wp-block-group__inner-container {
    padding: 3rem 0;
  }
}
.pages.faq .s-faq-liste .wp-block-details {
  max-width: 52rem;
}
.pages.faq .wp-block-details {
  background: #fff;
  border: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-radius: 0.8rem;
  margin-bottom: 0.75rem;
  padding: 1.1rem 1.5rem;
}
.pages.faq .wp-block-details summary {
  position: relative;
  cursor: pointer;
  padding-right: 2rem;
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 700;
  color: #004567;
  list-style: none;
}
.pages.faq .wp-block-details summary::-webkit-details-marker {
  display: none;
}
.pages.faq .wp-block-details summary::after {
  content: "\eefb";
  font-family: "lineicons";
  font-size: clamp(1rem, 1vw, 1rem);
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: #999;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: 0;
  top: 0.15em;
  transition: transform 0.2s ease;
}
.pages.faq .wp-block-details[open] summary::after {
  transform: rotate(180deg);
}
.pages.faq .wp-block-details p {
  margin: 1rem 0 0;
  color: #666;
}

.caap-academy header.nav-responsive,
body:has(.pages.impressum) header.nav-responsive,
body:has(.pages.teilnahmebedingungen) header.nav-responsive {
  background: #13002C;
}

.caap-academy .caap {
  --caap-navy: #13002C;
  --caap-navy-soft: rgb(36.6181818182, 0, 84.8);
  --caap-accent: #3092C0;
  --caap-petrol: #9AC43A;
  --caap-ink: #0f1113;
  --caap-muted: #666;
  --caap-line: #ddd;
  --caap-surface: #fff;
  --caap-surface-muted: rgb(244.65, 249.55, 251.85);
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
}
.caap-academy .caap a:where(:not(.caap-button):not(.caap-button--ghost)) {
  color: #3092C0;
  font-size: inherit;
  font-weight: 300;
}
.caap-academy .caap a:where(:not(.caap-button):not(.caap-button--ghost)):hover {
  transition: 0.2s;
  color: #004567;
}
.caap-academy .caap > .caap-alert {
  margin: 0 auto;
  width: min(100%, 80vw);
  margin-top: 2.5rem;
}
.caap-academy .caap-container {
  margin: 0 auto;
  width: min(100%, 80vw);
  max-width: none;
  padding: 0;
}
.caap-academy .caap:where(:not(:has(.caap-hero))) {
  padding: 4rem 0 5rem;
}
@media (max-width: 768px) {
  .caap-academy .caap:where(:not(:has(.caap-hero))) {
    padding: 3rem 0 4rem;
  }
}
.caap-academy .caap-hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  background: radial-gradient(44rem 28rem at 84% 8%, rgba(154, 196, 58, 0.2), transparent 60%), radial-gradient(40rem 27rem at 10% 92%, rgba(230, 0, 126, 0.24), transparent 62%), linear-gradient(150deg, #13002C 0%, rgb(11.4, 27.6, 67.6) 44%, #004567 100%);
  padding: 7rem 0 5rem;
}
.caap-academy .caap-hero h1,
.caap-academy .caap-hero .h1,
.caap-academy .caap-hero h2:where(:not(.title)),
.caap-academy .caap-hero .h2,
.caap-academy .caap-hero h3,
.caap-academy .caap-hero .h3,
.caap-academy .caap-hero h4,
.caap-academy .caap-hero .h4,
.caap-academy .caap-hero p:where(:not(.title)),
.caap-academy .caap-hero li {
  color: #fff;
}
.caap-academy .caap-hero h2:where(:not(.title)),
.caap-academy .caap-hero .h2 {
  font-size: clamp(2.1rem, 4.1vw, 3.7rem);
}
.caap-academy .caap-hero .title {
  color: #9AC43A;
}
@media (max-width: 768px) {
  .caap-academy .caap-hero {
    padding: 5rem 0 4rem;
  }
}
.caap-academy .caap-section {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .caap-academy .caap-section {
    padding: 3.5rem 0;
  }
}
.caap-academy h1,
.caap-academy .h1 {
  font-size: clamp(2.25rem, 3.25vw, 3.5rem);
  margin-bottom: 1.5rem;
}
.caap-academy h2,
.caap-academy .h2 {
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
}
.caap-academy .caap-eyebrow {
  display: block;
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  font-weight: 800;
  color: #8cad40;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
.caap-academy .caap-button {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 700;
  background: linear-gradient(135deg, #3092C0 0%, #004567 100%);
  color: #fff;
  padding: 0.95em 1.9em;
  border: none;
  border-radius: 0.6rem;
  width: fit-content;
  max-width: 100%;
  box-shadow: 0 0.9rem 2.2rem -0.6rem rgba(0, 69, 103, 0.55);
}
.caap-academy .caap-button:hover, .caap-academy .caap-button:focus-visible {
  transition: 0.3s;
  background: #004567;
  color: #fff;
  transform: none;
  opacity: 1;
}
.caap-academy .caap-button--ghost {
  background: transparent;
  color: #004567;
  box-shadow: inset 0 0 0 0.1rem rgba(0, 69, 103, 0.35);
}
.caap-academy .caap-button--ghost:hover, .caap-academy .caap-button--ghost:focus-visible {
  background: #004567;
  color: #fff;
  box-shadow: inset 0 0 0 0.1rem #004567;
}
.caap-academy .caap-hero .caap-button--ghost {
  color: #fff;
  box-shadow: inset 0 0 0 0.1rem rgba(255, 255, 255, 0.55);
}
.caap-academy .caap-hero .caap-button--ghost:hover, .caap-academy .caap-hero .caap-button--ghost:focus-visible {
  background: #fff;
  color: #004567;
  box-shadow: inset 0 0 0 0.1rem #fff;
}
.caap-academy .caap-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 1.4rem;
  padding: 2rem;
  box-shadow: 0 0.2rem 0.4rem rgba(15, 17, 19, 0.03), 0 1.6rem 3.2rem -1.8rem rgba(15, 17, 19, 0.28);
  margin-bottom: 1.75rem;
}
.caap-academy .caap-card h2,
.caap-academy .caap-card .h2,
.caap-academy .caap-card h3,
.caap-academy .caap-card .h3 {
  font-size: clamp(1.5rem, 1.875vw, 1.875rem);
}
.caap-academy .caap-card .caap-muted {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
}
.caap-academy .caap-checklist li {
  position: relative;
  padding-left: calc(1.3rem + 0.9rem);
}
.caap-academy .caap-checklist li::before {
  content: "\eee9";
  font-family: "lineicons";
  font-size: 1.3rem;
  font-weight: 300;
  font-style: normal;
  line-height: inherit;
  color: #3092C0;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
}
.caap-academy .caap-checklist li::before {
  margin-right: 0;
}
.caap-academy .caap-lesson-list li {
  padding: 0.8rem 0;
}
.caap-academy .caap-lesson-list li:last-child {
  border-bottom: none;
}
.caap-academy .caap-lesson-list a {
  color: #0f1113;
  font-weight: 400;
}
.caap-academy .caap-lesson-list li.is-done > a {
  position: relative;
  padding-left: calc(1.2rem + 0.6rem);
  display: inline-block;
}
.caap-academy .caap-lesson-list li.is-done > a::before {
  content: "\eee9";
  font-family: "lineicons";
  font-size: 1.2rem;
  font-weight: 300;
  font-style: normal;
  line-height: inherit;
  color: #8cad40;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
  top: 0;
}
.caap-academy .caap-formula {
  margin-top: 2.5rem;
}
.caap-academy .caap-formula pre {
  margin: 0.8rem 0 1rem;
}
.caap-academy .caap-alert {
  background: rgb(244.65, 249.55, 251.85);
  border-left: 0.3rem solid #3092C0;
  border-radius: 0.6rem;
  padding: 1rem 1.4rem;
  font-size: clamp(1rem, 1vw, 1rem);
  color: #004567;
}
.caap-academy .caap-alert--success {
  border-left-color: #8cad40;
  background: rgba(154, 196, 58, 0.14);
  color: rgb(95.2496062992, 121.2267716535, 35.8732283465);
}
.caap-academy .caap-alert--error {
  border-left-color: #E6007E;
  background: rgba(230, 0, 126, 0.07);
  color: rgb(168.8, 0, 92.4730434783);
}
.caap-academy .caap-form label > span {
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  font-weight: 700;
  color: #004567;
  margin-bottom: 0.4rem;
}
.caap-academy .caap-form input[type=text],
.caap-academy .caap-form input[type=email],
.caap-academy .caap-form input[type=url] {
  width: 100%;
  min-width: 0;
  padding: 0.8em 1em;
  border: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-radius: 0.5rem;
  font-family: "Source Sans 3";
  font-size: clamp(1rem, 1vw, 1rem);
  background: #fff;
}
.caap-academy .caap-form input[type=text]:focus-visible,
.caap-academy .caap-form input[type=email]:focus-visible,
.caap-academy .caap-form input[type=url]:focus-visible {
  outline: 0.2rem solid #3092C0;
  outline-offset: 0.1rem;
}
.caap-academy .caap-form input:disabled {
  background: #f7f7f7;
  color: #666;
  cursor: not-allowed;
}
.caap-academy .caap-form input[type=checkbox] {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.15rem 0 0;
  transform: none;
  zoom: 1;
  accent-color: #3092C0;
}
.caap-academy .caap-check {
  min-width: 0;
  font-size: clamp(1rem, 1vw, 1rem);
  color: #666;
  text-align: left;
}
.caap-academy .caap-form-row {
  grid-template-columns: repeat(auto-fit, minmax(min(13.75rem, 100%), 1fr));
}
.caap-academy .caap-grid--2 {
  grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
}
.caap-academy .caap-grid--3 {
  grid-template-columns: repeat(auto-fit, minmax(min(16.25rem, 100%), 1fr));
}
.caap-academy .caap code {
  font-family: "Source Sans 3";
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  color: #666;
  background: rgb(244.65, 249.55, 251.85);
  padding: 0.2em 0.6em;
  border-radius: 0.3rem;
}
.caap-academy .caap-dl dt {
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  font-weight: 800;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.caap-academy .caap-dl dd {
  font-size: clamp(1rem, 1vw, 1rem);
  margin: 0.2rem 0 1rem;
}
.caap-academy .caap-progress {
  margin-top: 2.5rem;
}
.caap-academy .caap-progress > em {
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  color: #666;
}
.caap-academy .caap-video video {
  border-radius: 1rem;
  box-shadow: 0 1.6rem 3.2rem -1.8rem rgba(15, 17, 19, 0.28);
}
.caap-academy .caap-video-speed {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.2rem;
}
.caap-academy .caap-video-speed span {
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  color: #666;
  margin-right: 0.5rem;
}
.caap-academy .caap-video-speed button {
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  color: #004567;
  background: transparent;
  border: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-radius: 2rem;
  padding: 0.35em 1em;
  cursor: pointer;
}
.caap-academy .caap-video-speed button:hover {
  transition: 0.2s;
  border-color: #3092C0;
  color: #3092C0;
}
.caap-academy .caap-video-speed button.is-active {
  background: #004567;
  border-color: #004567;
  color: #fff;
}
.caap-academy .caap-check-question {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 1.4rem;
  padding: 2rem;
  box-shadow: 0 0.2rem 0.4rem rgba(15, 17, 19, 0.03), 0 1.6rem 3.2rem -1.8rem rgba(15, 17, 19, 0.28);
  margin-top: 2.5rem;
}
.caap-academy .caap-check-question ul {
  list-style: none;
  display: grid;
  gap: 0.6rem;
  margin: 1.2rem 0 0;
  padding: 0;
}
.caap-academy .caap-check-question li button {
  width: 100%;
  text-align: left;
  font-size: clamp(1rem, 1vw, 1rem);
  font-family: "Source Sans 3";
  color: #0f1113;
  background: #fff;
  border: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-radius: 0.6rem;
  padding: 0.8em 1.2em;
  cursor: pointer;
}
.caap-academy .caap-check-question li button:hover {
  transition: 0.2s;
  border-color: #3092C0;
  background: rgb(244.65, 249.55, 251.85);
}
.caap-academy .caap-check-question li button.is-correct {
  border-color: #8cad40;
  background: rgba(154, 196, 58, 0.14);
}
.caap-academy .caap-check-question li button.is-wrong {
  border-color: #E6007E;
  background: rgba(230, 0, 126, 0.07);
}
.caap-academy .caap-check-feedback {
  margin-top: 1rem;
  font-size: clamp(1rem, 1vw, 1rem);
  font-weight: 700;
  color: #004567;
}
.caap-academy .caap-lesson-nav {
  border-top-color: rgb(209.46, 231.02, 241.14);
}
.caap-academy .caap-question {
  background: #fff;
  border: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-radius: 1rem;
  padding: 1.75rem 2rem;
  margin-bottom: 1.75rem;
}
.caap-academy .caap-question legend {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  color: #004567;
}
.caap-academy .caap-question-number {
  background: #004567;
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
}
.caap-academy .caap-option {
  font-size: clamp(1rem, 1vw, 1rem);
  padding: 0.6em 0.9em;
  border: 0.1rem solid transparent;
  border-radius: 0.6rem;
}
.caap-academy .caap-option:hover {
  transition: 0.2s;
  background: rgb(244.65, 249.55, 251.85);
  border-color: rgb(209.46, 231.02, 241.14);
}
.caap-academy .caap-option input {
  flex: none;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0.25rem 0 0;
  padding: 0;
  transform: none;
  zoom: 1;
  accent-color: #3092C0;
}
.caap-academy .caap-score strong {
  color: #026629;
}
.caap-academy .caap-result.is-failed .caap-score strong {
  color: #E6007E;
}
.caap-academy .caap-badge-status {
  display: inline-block;
  font-size: clamp(0.65rem, 0.75vw, 0.75rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.3em 0.9em;
  border-radius: 2rem;
  background: rgb(244.65, 249.55, 251.85);
  color: #666;
}
.caap-academy .caap-badge-status.is-ok {
  background: rgba(154, 196, 58, 0.18);
  color: rgb(95.2496062992, 121.2267716535, 35.8732283465);
}
.caap-academy .caap-embed {
  width: 100%;
  font-family: "Source Sans 3";
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  color: #666;
  background: rgb(244.65, 249.55, 251.85);
  border: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-radius: 0.5rem;
  padding: 0.8em 1em;
}
.caap-academy .caap-module-list {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 1.4rem;
  padding: 0;
  box-shadow: 0 0.2rem 0.4rem rgba(15, 17, 19, 0.03), 0 1.6rem 3.2rem -1.8rem rgba(15, 17, 19, 0.28);
  gap: 0;
}
.caap-academy .caap-module-list > li {
  min-width: 0;
  border: none;
  border-bottom: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-radius: 0;
  padding: 1.75rem 2rem;
}
@media (max-width: 768px) {
  .caap-academy .caap-module-list > li {
    padding: 1.4rem 1.2rem;
  }
}
.caap-academy .caap-module-list > li:last-child {
  border-bottom: none;
}
.caap-academy .caap-module-list > li h2,
.caap-academy .caap-module-list > li .h2,
.caap-academy .caap-module-list > li h3,
.caap-academy .caap-module-list > li .h3 {
  font-size: clamp(1.5rem, 1.875vw, 1.875rem);
  margin-bottom: 0.3rem;
}

.front-page .s-hero .btn-primary a::after,
.front-page .caap-hero .btn-primary a::after,
.pages .s-hero .btn-primary a::after,
.pages .caap-hero .btn-primary a::after {
  content: "\eeff";
  font-family: "lineicons";
  font-size: clamp(1rem, 1vw, 1rem);
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: currentColor;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-left: 0.7rem;
  vertical-align: middle;
}

.pages .section > .wp-block-group__inner-container {
  margin: 0 auto;
  width: min(1180px, 85vw);
}

.pages.verifizierung .caap,
.caap-page-anmelden .caap,
.caap-page-registrieren .caap,
.caap-page-profil .caap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 22rem);
  padding: 13rem 0 11rem;
}
.pages.verifizierung .caap > .caap-alert,
.caap-page-anmelden .caap > .caap-alert,
.caap-page-registrieren .caap > .caap-alert,
.caap-page-profil .caap > .caap-alert {
  max-width: 32rem;
  margin: 0 0 1.6rem;
}
.pages.verifizierung .caap-section,
.caap-page-anmelden .caap-section,
.caap-page-registrieren .caap-section,
.caap-page-profil .caap-section {
  width: 100%;
  padding: 0;
}
.pages.verifizierung .caap-narrow,
.caap-page-anmelden .caap-narrow,
.caap-page-registrieren .caap-narrow,
.caap-page-profil .caap-narrow {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 1.4rem;
  padding: 2.5rem;
  box-shadow: 0 0.2rem 0.4rem rgba(15, 17, 19, 0.03), 0 1.6rem 3.2rem -1.8rem rgba(15, 17, 19, 0.28);
  margin-left: auto;
  margin-right: auto;
}
.pages.verifizierung .caap-narrow::before,
.caap-page-anmelden .caap-narrow::before,
.caap-page-registrieren .caap-narrow::before,
.caap-page-profil .caap-narrow::before {
  content: "ﬆ";
  font-family: "lineicons";
  font-size: 2.4rem;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  color: #3092C0;
  -webkit-font-smoothing: antialiased;
  display: block;
  margin: 0 auto 1.4rem;
}
.pages.verifizierung h1,
.pages.verifizierung .h1,
.caap-page-anmelden h1,
.caap-page-anmelden .h1,
.caap-page-registrieren h1,
.caap-page-registrieren .h1,
.caap-page-profil h1,
.caap-page-profil .h1 {
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
  max-width: none;
  margin-bottom: 0.8rem;
}
.pages.verifizierung .caap-lead,
.caap-page-anmelden .caap-lead,
.caap-page-registrieren .caap-lead,
.caap-page-profil .caap-lead {
  font-size: clamp(1rem, 1vw, 1rem);
  color: #666;
}
.pages.verifizierung .caap-search,
.caap-page-anmelden .caap-search,
.caap-page-registrieren .caap-search,
.caap-page-profil .caap-search {
  margin-top: 1.8rem;
  text-align: left;
}
.pages.verifizierung .caap-search label,
.caap-page-anmelden .caap-search label,
.caap-page-registrieren .caap-search label,
.caap-page-profil .caap-search label {
  display: block;
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  font-weight: 700;
  color: #004567;
  margin-bottom: 0.4rem;
}
.pages.verifizierung .caap-search input[type=text],
.pages.verifizierung .caap-search input[type=search],
.caap-page-anmelden .caap-search input[type=text],
.caap-page-anmelden .caap-search input[type=search],
.caap-page-registrieren .caap-search input[type=text],
.caap-page-registrieren .caap-search input[type=search],
.caap-page-profil .caap-search input[type=text],
.caap-page-profil .caap-search input[type=search] {
  width: 100%;
  padding: 0.8em 1em;
  margin-bottom: 1rem;
  border: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-radius: 0.5rem;
  font-family: "Source Sans 3";
  font-size: clamp(1rem, 1vw, 1rem);
}
.pages.verifizierung .caap-muted,
.pages.verifizierung p:last-child,
.caap-page-anmelden .caap-muted,
.caap-page-anmelden p:last-child,
.caap-page-registrieren .caap-muted,
.caap-page-registrieren p:last-child,
.caap-page-profil .caap-muted,
.caap-page-profil p:last-child {
  margin-top: 1.4rem;
  margin-bottom: 0;
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
}
.pages.verifizierung button.caap-button,
.pages.verifizierung .caap-button,
.caap-page-anmelden button.caap-button,
.caap-page-anmelden .caap-button,
.caap-page-registrieren button.caap-button,
.caap-page-registrieren .caap-button,
.caap-page-profil button.caap-button,
.caap-page-profil .caap-button {
  display: block;
  width: 100%;
  border: none;
  text-align: center;
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 700;
  padding: 0.95em 1.9em;
  border-radius: 0.6rem;
  cursor: pointer;
}
.pages.verifizierung button.caap-button:where(:not(.caap-button--ghost)),
.pages.verifizierung .caap-button:where(:not(.caap-button--ghost)),
.caap-page-anmelden button.caap-button:where(:not(.caap-button--ghost)),
.caap-page-anmelden .caap-button:where(:not(.caap-button--ghost)),
.caap-page-registrieren button.caap-button:where(:not(.caap-button--ghost)),
.caap-page-registrieren .caap-button:where(:not(.caap-button--ghost)),
.caap-page-profil button.caap-button:where(:not(.caap-button--ghost)),
.caap-page-profil .caap-button:where(:not(.caap-button--ghost)) {
  background: linear-gradient(135deg, #3092C0 0%, #004567 100%);
  color: #fff;
  box-shadow: 0 0.9rem 2.2rem -0.6rem rgba(0, 69, 103, 0.55);
}
.pages.verifizierung button.caap-button:where(:not(.caap-button--ghost)):hover,
.pages.verifizierung .caap-button:where(:not(.caap-button--ghost)):hover,
.caap-page-anmelden button.caap-button:where(:not(.caap-button--ghost)):hover,
.caap-page-anmelden .caap-button:where(:not(.caap-button--ghost)):hover,
.caap-page-registrieren button.caap-button:where(:not(.caap-button--ghost)):hover,
.caap-page-registrieren .caap-button:where(:not(.caap-button--ghost)):hover,
.caap-page-profil button.caap-button:where(:not(.caap-button--ghost)):hover,
.caap-page-profil .caap-button:where(:not(.caap-button--ghost)):hover {
  transition: 0.3s;
  background: #004567;
  color: #fff;
}

.pages.verifizierung .caap-narrow,
.caap-page-anmelden .caap-narrow {
  max-width: 32rem;
  text-align: center;
}
.pages.verifizierung .caap-form,
.caap-page-anmelden .caap-form {
  text-align: left;
}

.caap-page-registrieren .caap-narrow,
.caap-page-profil .caap-narrow {
  max-width: 44rem;
}
.caap-page-registrieren .caap > .caap-alert,
.caap-page-profil .caap > .caap-alert {
  max-width: 44rem;
}

.pages.verzeichnis .screen-reader-text {
  position: absolute !important;
  width: 0.1rem;
  height: 0.1rem;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.pages.verzeichnis .caap {
  padding: 10rem 0 6rem;
}
@media (max-width: 768px) {
  .pages.verzeichnis .caap {
    padding: 8rem 0 4rem;
  }
}
.pages.verzeichnis .caap-container {
  margin: 0 auto;
  width: min(1180px, 85vw);
}
.pages.verzeichnis .caap-section {
  padding: 0;
}
.pages.verzeichnis h1,
.pages.verzeichnis .h1 {
  font-size: clamp(1.75rem, 2.25vw, 2.25rem);
  margin-bottom: 0.8rem;
}
.pages.verzeichnis .caap-lead {
  font-size: clamp(1rem, 1vw, 1rem);
  color: #666;
  max-width: 46rem;
  margin-bottom: 2rem;
}
.pages.verzeichnis .caap-search {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0.8rem;
  margin-bottom: 2.5rem;
}
.pages.verzeichnis .caap-search label {
  flex: 1 1 22rem;
}
.pages.verzeichnis .caap-search input[type=search] {
  width: 100%;
  height: 100%;
  padding: 0.8em 1em;
  border: 0.1rem solid rgb(209.46, 231.02, 241.14);
  border-radius: 0.5rem;
  font-family: "Source Sans 3";
  font-size: clamp(1rem, 1vw, 1rem);
  background: #fff;
}
.pages.verzeichnis .caap-search input[type=search]:focus-visible {
  outline: 0.2rem solid #3092C0;
  outline-offset: 0.1rem;
}
.pages.verzeichnis .caap-button {
  border: none;
  font-size: clamp(1rem, 1vw, 1rem);
  font-weight: 700;
  background: linear-gradient(135deg, #3092C0 0%, #004567 100%);
  color: #fff;
  padding: 0.8em 1.8em;
  border-radius: 0.5rem;
  cursor: pointer;
  box-shadow: 0 0.9rem 2.2rem -0.6rem rgba(0, 69, 103, 0.55);
}
.pages.verzeichnis .caap-button:hover, .pages.verzeichnis .caap-button:focus-visible {
  transition: 0.3s;
  background: #004567;
  color: #fff;
  transform: none;
  opacity: 1;
}
.pages.verzeichnis .caap-table {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 0.1rem solid #ddd;
  border-radius: 1.4rem;
  padding: 0;
  box-shadow: 0 0.2rem 0.4rem rgba(15, 17, 19, 0.03), 0 1.6rem 3.2rem -1.8rem rgba(15, 17, 19, 0.28);
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}
.pages.verzeichnis .caap-table th {
  background: rgb(244.65, 249.55, 251.85);
  font-size: clamp(0.8rem, 0.875vw, 0.9rem);
  font-weight: 800;
  color: #004567;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-align: left;
  padding: 1rem 1.4rem;
  border-bottom: 0.1rem solid rgb(209.46, 231.02, 241.14);
}
.pages.verzeichnis .caap-table td {
  padding: 1.1rem 1.4rem;
  border-bottom: 0.1rem solid rgb(209.46, 231.02, 241.14);
  font-size: clamp(1rem, 1vw, 1rem);
  vertical-align: middle;
}
.pages.verzeichnis .caap-table tr:last-child td {
  border-bottom: none;
}
.pages.verzeichnis .caap-table tbody tr:hover {
  background: rgb(244.65, 249.55, 251.85);
}
.pages.verzeichnis .caap-table a {
  color: #3092C0;
  font-weight: 400;
}
.pages.verzeichnis .caap-table a:hover {
  transition: 0.2s;
  color: #004567;
}
.pages.verzeichnis .caap-table code {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .pages.verzeichnis .caap-table {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 0.1rem solid #ddd;
    border-radius: 1.4rem;
    padding: 1.2rem;
    box-shadow: 0 0.2rem 0.4rem rgba(15, 17, 19, 0.03), 0 1.6rem 3.2rem -1.8rem rgba(15, 17, 19, 0.28);
    display: block;
  }
  .pages.verzeichnis .caap-table thead {
    display: none;
  }
  .pages.verzeichnis .caap-table tbody,
  .pages.verzeichnis .caap-table tr,
  .pages.verzeichnis .caap-table td {
    display: block;
  }
  .pages.verzeichnis .caap-table tr {
    padding: 1rem 0;
    border-bottom: 0.1rem solid rgb(209.46, 231.02, 241.14);
  }
  .pages.verzeichnis .caap-table tr:last-child {
    border-bottom: none;
  }
  .pages.verzeichnis .caap-table td {
    padding: 0.2rem 0;
    border-bottom: none;
  }
  .pages.verzeichnis .caap-table td::before {
    display: block;
    font-size: clamp(0.65rem, 0.75vw, 0.75rem);
    font-weight: 800;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.1rem;
  }
  .pages.verzeichnis .caap-table td:nth-child(1)::before {
    content: "Name";
  }
  .pages.verzeichnis .caap-table td:nth-child(2)::before {
    content: "Organisation";
  }
  .pages.verzeichnis .caap-table td:nth-child(3)::before {
    content: "Zertifiziert seit";
  }
  .pages.verzeichnis .caap-table td:nth-child(4)::before {
    content: "Credential-ID";
  }
  .pages.verzeichnis .caap-table td:empty {
    display: none;
  }
}
.pages.verzeichnis .caap-muted {
  color: #666;
  font-size: clamp(1rem, 1vw, 1rem);
}
.pages.verzeichnis .caap-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}
.pages.verzeichnis .caap-button--ghost {
  background: transparent;
  color: #004567;
  box-shadow: inset 0 0 0 0.1rem rgba(0, 69, 103, 0.35);
}
.pages.verzeichnis .caap-button--ghost:hover, .pages.verzeichnis .caap-button--ghost:focus-visible {
  background: #004567;
  color: #fff;
  box-shadow: inset 0 0 0 0.1rem #004567;
}

body {
  width: 100%;
  font-size-adjust: 0.5;
  overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
li {
  border: 0;
  margin: 0;
  padding: 0;
  color: #0f1113;
  font-size-adjust: 0.5;
  line-height: 1.4em;
}

h1,
.h1 {
  font-size: clamp(2.4rem, 5.7vw, 5.2rem);
  font-weight: 600;
  color: #004567;
  line-height: 1.04em;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
@media (max-width: 415px) {
  h1,
  .h1 {
    hyphens: auto;
    overflow-wrap: break-word;
  }
}

h2,
.h2 {
  font-size: clamp(2rem, 3.9vw, 3.4rem);
  font-weight: 800;
  color: #004567;
  line-height: 1.08em;
  letter-spacing: -0.035em;
}

h3,
.h3 {
  font-size: clamp(1.25rem, 1.5vw, 1.5rem);
  font-weight: 700;
  color: #004567;
  letter-spacing: -0.02em;
}

h1 strong,
h1 b,
h1 em,
.h1 strong,
.h1 b,
.h1 em,
h2 strong,
h2 b,
h2 em,
.h2 strong,
.h2 b,
.h2 em,
h3 strong,
h3 b,
h3 em,
.h3 strong,
.h3 b,
.h3 em,
h4 strong,
h4 b,
h4 em,
.h4 strong,
.h4 b,
.h4 em {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-style: inherit;
}

h4,
.h4 {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
}

h5,
.h5 {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  color: #004567;
}

h6,
.h6 {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  color: #004567;
}

p,
li {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 1.2em;
  letter-spacing: -0.01em;
}

a {
  font-size: clamp(1.125rem, 1.25vw, 1.25rem);
  font-weight: 400;
  line-height: 1em;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  transition: 0.2s;
  color: #E6007E;
}
a:active {
  transition: 0.2s;
  color: #8cad40;
}

ol,
ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  color: #0f1113;
  list-style-type: none;
}
ol li,
ul li {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
  text-decoration: none;
  list-style-type: none;
}

hr {
  margin: 2em 0;
  border: 0.03em solid #c4c4c4;
}

.display-none,
.inhalt-verstecken {
  display: none;
  visibility: hidden;
}

.pages p:not([class*=btn]) a,
.pages li:not([class*=btn]) a,
.pages summary a,
.front-page p:not([class*=btn]) a,
.front-page li:not([class*=btn]) a,
.front-page summary a {
  color: currentColor;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, currentColor 55%, transparent);
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
  transition: text-decoration-color 0.18s ease, text-decoration-thickness 0.18s ease;
}
.pages p:not([class*=btn]) a:hover, .pages p:not([class*=btn]) a:focus-visible,
.pages li:not([class*=btn]) a:hover,
.pages li:not([class*=btn]) a:focus-visible,
.pages summary a:hover,
.pages summary a:focus-visible,
.front-page p:not([class*=btn]) a:hover,
.front-page p:not([class*=btn]) a:focus-visible,
.front-page li:not([class*=btn]) a:hover,
.front-page li:not([class*=btn]) a:focus-visible,
.front-page summary a:hover,
.front-page summary a:focus-visible {
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.14em;
}
