@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  word-break: break-word;
  hyphens: auto;
}

.theme-adnexo {
  --font-highlight: #00A1DE;
  --interaction-color: #00A1DE;
  --interaction-color-darker: #003761;
}

.theme-axroad {
  --font-highlight: #48CFBE;
  --interaction-color: #48CFBE;
  --interaction-color-darker: #297F70;
}

.theme-axtrack {
  --font-highlight: #E3573A;
  --interaction-color: #E3573A;
  --interaction-color-darker: #801C0F;
}

a {
  text-decoration: none;
  color: #ffffff;
}
a:hover {
  color: var(--interaction-color, #00A1DE);
}

h1 {
  font-family: "Inter", sans-serif;
  font-size: 37px;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (min-width: 750px) {
  h1 {
    font-family: "Inter", sans-serif;
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: 0em;
    color: #ffffff;
  }
}

h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 34px;
  color: #ffffff;
}
@media (min-width: 750px) {
  h2 {
    font-family: "Inter", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    color: #ffffff;
  }
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (min-width: 750px) {
  h3 {
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #ffffff;
  }
}

h4 {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (min-width: 750px) {
  h4 {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0em;
    color: #ffffff;
  }
}

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
  color: var(--font-highlight, #00A1DE);
  font-style: normal;
}

hr {
  margin: 20px 0;
  border: 1px solid #333333;
}

img {
  width: 100%;
  height: auto;
  background-color: transparent;
}

address {
  font-style: normal;
}

a.underlined {
  text-decoration-line: underline;
  color: var(--interaction-color-darker, #003761);
}

a.pdf-link::before {
  content: "";
  display: inline-block;
  margin-right: 13px;
  width: auto;
  height: 1.2em;
  aspect-ratio: 20/26;
  margin-top: -2px;
  vertical-align: middle;
  background-image: url("../icon/icon_doc.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

button, a.button {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: var(--interaction-color, #00A1DE);
  transition: all 0.2s ease-in;
  border: none;
  padding: 14px 25px;
  border-radius: 25px;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
@media (min-width: 750px) {
  button, a.button {
    padding: 14px 76px;
  }
}
button:hover, a.button:hover {
  background-color: var(--interaction-color-darker, #003761);
}
button.button-small, a.button.button-small {
  padding: 14px 25px;
}
button.button-primary-inverted, a.button.button-primary-inverted {
  color: var(--interaction-color, #00A1DE);
  background-color: #ffffff;
}
button.button-secondary, a.button.button-secondary {
  color: var(--interaction-color, #00A1DE);
  background-color: transparent;
  box-shadow: inset 0 0 0 2px var(--interaction-color, #00A1DE);
}
button.button-secondary:hover, a.button.button-secondary:hover {
  background-color: var(--interaction-color-darker, #003761);
  box-shadow: inset 0 0 0 2px var(--interaction-color-darker, #003761);
  color: #ffffff;
}
button.button-teaser, a.button.button-teaser {
  color: #ffffff;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #747474;
}
button.button-teaser:hover, a.button.button-teaser:hover {
  background-color: #747474;
}

form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
form .inputs-inline {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: stretch;
  gap: 16px;
}
@media (min-width: 750px) {
  form .inputs-inline {
    flex-direction: row;
  }
}
form .inputs-inline input {
  flex-grow: 1;
}
form input[type=text], form input[type=email], form input[type=tel], form input[type=date], form input[type=number], form input[type=password], form input[type=time], form textarea {
  background: rgba(255, 255, 255, 0.15);
  padding: 15px 20px;
  border: none;
  color: #ffffff;
}
form input[type=text]::placeholder, form input[type=email]::placeholder, form input[type=tel]::placeholder, form input[type=date]::placeholder, form input[type=number]::placeholder, form input[type=password]::placeholder, form input[type=time]::placeholder, form textarea::placeholder {
  color: #B2B2B2;
}
form textarea {
  min-height: 240px;
  width: 100%;
}
form input[type=checkbox], form input[type=radio] {
  accent-color: #00A1DE;
}
form .submit-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 33px;
}
form .submit-center a {
  color: #00A1DE;
}

.logo-carousel {
  display: flex;
  gap: 20px;
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
.logo-carousel ul {
  display: flex;
  justify-content: space-around;
  gap: 20px;
  margin: 0;
  padding: 0;
  flex: 1 0 100%;
  animation: logo-carousel-scroll 30s infinite linear;
}
.logo-carousel li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  width: 140px;
  height: 70px;
  border-radius: 5px;
  background-color: #ffffff;
  list-style: none;
}
.logo-carousel li > a {
  width: 100%;
  height: 100%;
}
.logo-carousel li img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
@media (min-width: 750px) {
  .logo-carousel li {
    width: 200px;
    height: 100px;
  }
}
.logo-carousel:hover ul {
  animation-play-state: paused;
}
@keyframes logo-carousel-scroll {
  from {
    transform: translateX(20px);
  }
  to {
    transform: translateX(-100%);
  }
}

ul.checkmark-list {
  padding-left: 0;
}
ul.checkmark-list li {
  padding: 20px 0;
  color: #cccccc;
  list-style: none;
}
ul.checkmark-list li::before {
  content: "";
  display: inline-block;
  margin-right: 20px;
  height: 1em;
  width: 1em;
  margin-top: -2px;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512px' height='512px' viewBox='0 0 512 512'%3E%3Cpath d='m0 274.226 176.549 176.886L515.556 112.44l-48.67-47.997-290.337 290L47.996 225.891z' fill='%23499fda' /%3E%3C/svg%3E");
}
.theme-axroad ul.checkmark-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512px' height='512px' viewBox='0 0 512 512'%3E%3Cpath d='m0 274.226 176.549 176.886L515.556 112.44l-48.67-47.997-290.337 290L47.996 225.891z' fill='%2348CFBE' /%3E%3C/svg%3E");
}
.theme-axtrack ul.checkmark-list li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512px' height='512px' viewBox='0 0 512 512'%3E%3Cpath d='m0 274.226 176.549 176.886L515.556 112.44l-48.67-47.997-290.337 290L47.996 225.891z' fill='%23E3573A' /%3E%3C/svg%3E");
}
ul.checkmark-list li + li {
  border-top: 1px solid #333333;
}

.article-list, .team-article-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 70px 20px;
  margin-bottom: 2em;
}
.article-list.image-style-bubble, .team-article-list.image-style-bubble {
  grid-template-columns: repeat(3, minmax(auto, 1fr));
  gap: 15px;
  margin-bottom: 0;
}
.article-list.image-style-bubble img, .team-article-list.image-style-bubble img {
  aspect-ratio: 1/1;
  border-radius: 100%;
}
@media (min-width: 750px) {
  .article-list.image-style-bubble, .team-article-list.image-style-bubble {
    grid-template-columns: repeat(6, minmax(auto, 1fr));
    margin-bottom: 20px;
  }
}
.article-list img, .team-article-list img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  background-color: transparent;
  border-radius: 8px;
}
.article-list h3, .team-article-list h3 {
  margin: 30px 0;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (min-width: 750px) {
  .article-list h3, .team-article-list h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
  }
}
.article-list p, .team-article-list p {
  margin: 0;
  color: #cccccc;
}

.cta-banner {
  padding-top: 60px;
  background-color: var(--interaction-color, #00A1DE);
  color: #ffffff;
  text-align: center;
}
.cta-banner__inner {
  position: relative;
}
.cta-banner__inner > img {
  display: block;
  margin-top: 30px;
  background-color: transparent;
}
.cta-banner__content a:not(.button):hover {
  color: var(--interaction-color-darker, #003761);
}
.cta-banner__content .button {
  color: var(--interaction-color, #00A1DE);
  background-color: #ffffff;
}
.cta-banner__content > *:first-child {
  margin-top: 0;
}
.cta-banner__content > *:not(:first-child) {
  margin-top: 30px;
  margin-bottom: 0;
}
.cta-banner__contact {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media (min-width: 750px) {
  .cta-banner {
    padding-bottom: 60px;
    text-align: left;
  }
  .cta-banner__inner > img {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -60px;
    max-width: 30%;
  }
  .cta-banner__content {
    max-width: 60% !important;
  }
  .cta-banner__contact {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
}

.grey-banner {
  background-color: #2e2e2e;
  padding: 60px 0;
}

.languageswitch {
  white-space: nowrap;
}
.languageswitch .active {
  color: rgba(255, 255, 255, 0.5);
}

.main_navigation {
  flex-grow: 0;
}
@media (min-width: 1050px) {
  .main_navigation {
    flex-grow: 10;
  }
}
.main_navigation #checkbox_menu {
  /* this checkbox is just there to hold state if the navigation is shown or not */
  display: none;
}
.main_navigation .main_navigation-content {
  display: flex;
  flex-direction: column;
  z-index: 100;
}
@media (min-width: 1050px) {
  .main_navigation .main_navigation-content {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
    align-items: baseline;
  }
  .main_navigation .main_navigation-content > ul {
    width: 100%;
  }
  .main_navigation .main_navigation-content > ul :first-child {
    margin-left: auto;
  }
  .main_navigation .main_navigation-content > ul > .navigation_right {
    margin-left: auto;
  }
}
.main_navigation .main_navigation-content > .contact-button {
  margin-top: auto;
  display: none;
}
.main_navigation .main_navigation-content > .contact-button a {
  margin: auto;
}
@media (min-width: 1050px) {
  .main_navigation .main_navigation-content > .contact-button {
    margin-top: unset;
    justify-content: flex-end;
    display: flex;
  }
  .main_navigation .main_navigation-content > .contact-button a {
    font-size: 20px;
    margin: unset;
  }
}
@media (max-width: 1050px) {
  .main_navigation .main_navigation-content > ul > .languageswitch {
    text-align: center;
    padding-top: 30px;
  }
  .main_navigation .main_navigation-content > ul > li:has(ul) > a {
    position: relative;
  }
  .main_navigation .main_navigation-content > ul > li:has(ul) > a::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 20px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512px' height='512px' viewBox='0 0 512 512'%3E%3Cpath d='M511.999 356.291 256.002 100.289.001 356.291l55.41 55.42L256.002 211.12l200.587 200.591 55.41-55.42Z' fill='%23499fda'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-origin: content-box;
    transform: translateY(-50%) rotate(180deg);
    transition: transform 0.2s ease-in-out;
  }
  .theme-axroad .main_navigation .main_navigation-content > ul > li:has(ul) > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512px' height='512px' viewBox='0 0 512 512'%3E%3Cpath d='M511.999 356.291 256.002 100.289.001 356.291l55.41 55.42L256.002 211.12l200.587 200.591 55.41-55.42Z' fill='%2348CFBE'/%3E%3C/svg%3E");
  }
  .theme-axtrack .main_navigation .main_navigation-content > ul > li:has(ul) > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512px' height='512px' viewBox='0 0 512 512'%3E%3Cpath d='M511.999 356.291 256.002 100.289.001 356.291l55.41 55.42L256.002 211.12l200.587 200.591 55.41-55.42Z' fill='%23E3573A'/%3E%3C/svg%3E");
  }
}
.main_navigation .main_navigation-content > ul {
  display: none;
}
@media (min-width: 1050px) {
  .main_navigation .main_navigation-content > ul {
    display: flex;
    flex-direction: row;
    gap: 35px;
    /* To activate hover effect on navigation uncomment following lines
    li:hover ul {
        max-height: 500px;
        opacity: 1;
        transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
    }*/
  }
}
.main_navigation .main_navigation-content > ul li ul {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.main_navigation .main_navigation-content > ul li ul.active {
  opacity: 1;
}
.main_navigation .main_navigation-content > ul li ul.active, .main_navigation .main_navigation-content > ul li ul.open {
  max-height: 500px;
}
.main_navigation .main_navigation-content .navigation_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main_navigation .main_navigation-content .navigation_header .navigation_logo {
  display: none;
}
@media (min-width: 1050px) {
  .main_navigation .main_navigation-content .navigation_header {
    display: none;
  }
}
.main_navigation .main_navigation-content ul {
  padding: 0;
}
.main_navigation .main_navigation-content ul .active_link.active_link {
  color: #00A1DE;
}
.main_navigation .main_navigation-content ul li {
  list-style: none;
}
.main_navigation .main_navigation-content ul li a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
  color: #ffffff;
}
@media (min-width: 1050px) {
  .main_navigation .main_navigation-content ul li a {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
  }
  .main_navigation .main_navigation-content ul li a:hover {
    color: #00A1DE !important;
  }
}
.main_navigation .main_navigation-content ul li ul a {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0em;
  color: #ffffff;
  padding-left: 40px;
}
@media (min-width: 1050px) {
  .main_navigation .main_navigation-content ul li ul a {
    padding-left: 0;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
  }
}
.main_navigation .main_navigation-content ul li a:visited {
  color: #ffffff;
}
.main_navigation .main_navigation-content .menu_button {
  cursor: pointer;
  min-width: 23px;
  margin-left: 20px;
}
.main_navigation .main_navigation-content .menu_button .icon_navigation_exit {
  display: none;
}
.main_navigation #checkbox_menu ~ .main_navigation-content .menu_button {
  display: inline-block;
  padding: 0;
  background-image: url('data:image/svg+xml,<svg width="28" height="13" viewBox="0 0 28 13" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="28" height="3" fill="%2300A1DE"/><rect y="10" width="28" height="3" fill="%2300A1DE"/></svg>');
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
}
.main_navigation #checkbox_menu:checked ~ .main_navigation-content {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #000000;
}
.main_navigation #checkbox_menu:checked ~ .main_navigation-content .navigation_logo {
  display: block;
  max-width: 60%;
}
.main_navigation #checkbox_menu:checked ~ .main_navigation-content .menu_button {
  background-image: url('data:image/svg+xml,<svg width="23" height="22" viewBox="0 0 23 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect y="19.7988" width="28" height="3" transform="rotate(-45 0 19.7988)" fill="%2300A1DE"/><rect x="2.82812" width="28" height="3" transform="rotate(45 2.82812 0)" fill="%2300A1DE"/></svg>');
}
.main_navigation #checkbox_menu:checked ~ .main_navigation-content > .contact-button {
  display: flex;
  justify-content: center;
}
.main_navigation #checkbox_menu:checked ~ .main_navigation-content > ul {
  display: block;
}

.page-title-box {
  margin: 0 auto 50px auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 988px;
}
@media (min-width: 750px) {
  .page-title-box {
    margin-bottom: 80px;
  }
}
.page-title-box :nth-last-child(3) {
  margin-bottom: 0;
}
.page-title-box p, .page-title-box a, .page-title-box .page-title-box-content {
  font-size: 28px;
  line-height: 36px;
}
@media (min-width: 750px) {
  .page-title-box p, .page-title-box a, .page-title-box .page-title-box-content {
    max-width: 90%;
  }
}
@media (min-width: 1050px) {
  .page-title-box p, .page-title-box a, .page-title-box .page-title-box-content {
    max-width: 75%;
  }
}
@media (min-width: 750px) {
  .page-title-box h1, .page-title-box .page-title-box-title {
    max-width: 80%;
  }
}
@media (min-width: 1050px) {
  .page-title-box h1, .page-title-box .page-title-box-title {
    max-width: 65%;
  }
}
.page-title-box .title-full-width h1 {
  max-width: 100%;
}

.side-by-side-box.side-by-side-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  column-gap: 20px;
}
.side-by-side-box.side-by-side-box > * {
  margin-top: 0;
}
.side-by-side-box.side-by-side-box > * :first-child {
  margin-top: 0;
}

@media (min-width: 750px) {
  .content-box-holder-startpage .content-box {
    height: 100vh;
  }
}
.content-box-holder {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
.content-box-holder .content-box_dots {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding-top: 100px;
}
.content-box-holder .content-box_dots .dot {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.5);
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.content-box-holder .content-box_dots .dot.active {
  transform: scale(2);
  background-color: #00A1DE;
}
.content-box-holder .content-box_dots_replacer {
  width: 20px;
}
.content-box-holder .content-box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 750px) {
  .content-box-holder .content-box {
    flex-direction: row;
  }
}
.content-box-holder .content-box .content-box_text {
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.content-box-holder .content-box .content-box_text p, .content-box-holder .content-box .content-box_text h1, .content-box-holder .content-box .content-box_text h2, .content-box-holder .content-box .content-box_text h3, .content-box-holder .content-box .content-box_text h4 {
  margin-top: 1em;
  margin-bottom: 0;
}
.content-box-holder .content-box .content-box_image {
  width: 100%;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 750px) {
  .content-box-holder .content-box .content-box_image {
    width: 60%;
    padding-left: 0;
  }
}
.content-box-holder .content-box .content-box_image img {
  object-fit: contain;
  object-position: top center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transform: scale(1.2);
  transition: transform 0.5s ease;
}
@media (min-width: 750px) {
  .content-box-holder .content-box .content-box_image img {
    transform: scale(1);
  }
}
.content-box-holder .content-box .content-box_image img.in-view {
  transform: scale(1);
}
.content-box-holder .content-box .content-box_dots-holder {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
  padding-left: 20px;
  padding-right: 20px;
}
.content-box-holder .content-box .content-box_dots-holder .content-box_text {
  padding-left: 0;
  padding-right: 0;
}

.carousel-holder {
  display: flex;
  align-items: stretch;
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
}
.carousel-holder::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
.carousel-holder .carousel-item {
  min-width: 100%;
  scroll-snap-align: center;
  flex: 1 1 100px;
  position: relative;
  word-break: break-word;
}
.carousel-holder .carousel-item .arrow-buttons-solid {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.carousel-holder .carousel-item .arrow-buttons-overlay {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
}
@media (max-width: 1050px) {
  .carousel-holder .carousel-item .arrow-buttons-overlay {
    width: 20px;
  }
}
.carousel-holder .carousel-item .arrow-buttons-overlay.previous {
  left: 0;
}
.carousel-holder .carousel-item .arrow-buttons-overlay.next {
  right: 0;
}

.separator {
  border: 1.5px solid #333333;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-bottom: 2em;
}
.feature-list figure {
  margin: 0;
}
.feature-list figure img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 96px;
  background-color: transparent;
  object-fit: contain;
}
.feature-list h3 {
  margin: 20px 0;
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (min-width: 750px) {
  .feature-list h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
  }
}
.feature-list p {
  margin: 0;
  color: #cccccc;
}
.feature-list--with-backdrop figure {
  background-color: #2e2e2e;
  border-radius: 8px;
  padding: 40px;
}
.feature-list--with-backdrop figure img {
  margin: 0 auto;
}
.feature-list--with-backdrop h3 {
  margin: 20px 0 30px;
}
.feature-list--with-backdrop p {
  margin: 0 0 10px;
}

.slide {
  display: grid;
  column-gap: 20px;
  justify-items: center;
  align-items: center;
  grid-template-areas: "title" "picture" "text";
}

.slide-picture {
  grid-area: picture;
  position: relative;
  width: 100%;
  padding: 0 1px 0 1px;
}

.slide-title {
  grid-area: title;
  margin-bottom: 0.2em;
}

.slide-text {
  grid-area: text;
}
.slide-text :first-child {
  margin-top: 0;
}

.arrow-buttons {
  display: flex;
}
.arrow-buttons a {
  display: grid;
  align-items: center;
}
.arrow-buttons.arrow-buttons-overlay {
  justify-content: space-between;
  align-items: stretch;
}
.arrow-buttons.arrow-buttons-overlay a {
  background-color: transparent;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}
.arrow-buttons.arrow-buttons-overlay a img {
  filter: drop-shadow(0 0 1px rgb(0, 0, 0)) drop-shadow(0 0 3px rgb(0, 0, 0)) opacity(90%);
  background-color: transparent;
  transform-origin: center center;
}
.arrow-buttons.arrow-buttons-overlay a.next img {
  transform: rotate(90deg);
}
.arrow-buttons.arrow-buttons-overlay a.next:hover {
  transform: translateX(5px);
}
.arrow-buttons.arrow-buttons-overlay a.previous img {
  transform: rotate(-90deg);
}
.arrow-buttons.arrow-buttons-overlay a.previous:hover {
  transform: translateX(-5px);
}
.arrow-buttons.arrow-buttons-solid {
  gap: 20px;
}
.arrow-buttons.arrow-buttons-solid a {
  background-color: #00A1DE;
  border-radius: 50%;
  padding: 10px;
  aspect-ratio: 1/1;
  width: 44px;
  height: 44px;
}
.arrow-buttons.arrow-buttons-solid a img {
  transition: transform 0.3s ease-in-out;
  background-color: transparent;
  transform-origin: center center;
}
.arrow-buttons.arrow-buttons-solid a.next {
  transform: rotate(90deg);
}
.arrow-buttons.arrow-buttons-solid a.previous {
  transform: rotate(-90deg);
}
.arrow-buttons.arrow-buttons-solid a:hover img {
  transform: translateY(-5px);
}
.arrow-buttons.arrow-buttons-solid a.inactive {
  background-color: var(--interaction-color-darker, #003761);
}

.quote-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.quote-header .quote-sign {
  align-self: flex-end;
  font-size: 95px;
  font-weight: 600;
  line-height: 75px;
  height: 25px;
}

.quotes-holder .quote {
  display: grid;
  align-content: start;
  grid-template-columns: min-content 1fr;
  grid-template-areas: "text text" "picture picture" "author author" "authordescription authordescription";
}
@media (min-width: 750px) {
  .quotes-holder .quote {
    grid-template-areas: "text text" "picture author" "picture authordescription";
  }
}
.quotes-holder .quote .quote-text {
  grid-area: text;
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  color: #ffffff;
  width: 100%;
  flex: 1;
}
.quotes-holder .quote .quote-text:after {
  content: "";
  display: block;
  width: 30%;
  border-bottom: 2px solid white;
  height: 40px;
}
.quotes-holder .quote .quote-author {
  grid-area: author;
  margin-bottom: 0;
}
@media (min-width: 750px) {
  .quotes-holder .quote .quote-author {
    margin: 0;
  }
}
.quotes-holder .quote .quote-author-description {
  grid-area: authordescription;
  margin: 0;
}
.quotes-holder .quote .quote-author-picture {
  grid-area: picture;
  display: grid;
  align-content: center;
  margin-right: 35px;
}
.quotes-holder .quote .quote-author-picture img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.contact-box_holder {
  display: flex;
  flex-direction: column;
  margin-top: 230px;
  padding-bottom: 190px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 750px) {
  .contact-box_holder {
    flex-direction: row;
    gap: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 750px) {
  .contact-box_holder .contact-box_text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
  }
  .contact-box_holder .contact-box_text h1 {
    width: 80%;
    margin: 0;
    max-width: 450px;
  }
}
.contact-box_holder .contact-box_buttons {
  display: flex;
  flex-direction: column;
  gap: 30px;
  flex-grow: 1;
  padding-right: 20px;
}
.contact-box_holder .contact-box_buttons .contact-button {
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background-color 0.3s ease-in-out;
}
@media (min-width: 750px) and (hover: hover) {
  .contact-box_holder .contact-box_buttons .contact-button {
    background-color: #343434;
  }
}
.contact-box_holder .contact-box_buttons .contact-button_icon {
  background-color: #00A1DE;
  height: 88px;
  width: 88px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-box_holder .contact-box_buttons .contact-button_icon img {
  filter: invert(1);
  width: auto;
  background-color: transparent;
  transition: transform 0.3s ease-in-out;
}
.contact-box_holder .contact-box_buttons .contact-button_text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (min-width: 750px) {
  .contact-box_holder .contact-box_buttons .contact-button_text {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
  }
}
@media (min-width: 750px) {
  .contact-box_holder .contact-box_buttons .contact-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.contact-box_holder .contact-box_buttons .contact-button:hover .contact-button_icon {
  background-color: #00A1DE;
}
.contact-box_holder .contact-box_buttons .contact-button:hover .contact-button_icon img {
  filter: invert(1);
  transform: rotate(-15deg);
}

.quick-access-navigation {
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 750px) {
  .quick-access-navigation {
    flex-direction: row;
  }
}
.quick-access-navigation .overview {
  flex-grow: 1;
}
.quick-access-navigation .overview::before {
  content: "";
  background-image: url("../icon/icon_overview.svg");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  width: 44px;
  height: 44px;
}
@media (min-width: 750px) {
  .quick-access-navigation .overview::before {
    width: 75px;
    height: 75px;
  }
}
.quick-access-navigation .empty {
  flex-grow: 2;
  flex-basis: 100px;
}
.quick-access-navigation a {
  text-align: center;
  line-height: 1.2em;
  flex-grow: 2;
  flex-basis: 100px;
  color: #ffffff;
  font-size: 30px;
  min-height: 150px;
  background-color: #343434;
  transition: background-color 0.4s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 750px) {
  .quick-access-navigation a {
    min-height: 230px;
  }
}
@media (min-width: 750px) {
  .quick-access-navigation a {
    gap: 25px;
  }
}
.quick-access-navigation a:hover {
  background-color: rgba(0, 161, 222, 0.4);
}

.content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 750px) {
  .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 740px;
  }
}

.content-split-media {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  gap: 30px;
}
.content-split-media--aligned {
  align-items: center;
}
.content-split-media > img, .content-split-media iframe {
  display: block;
  background-color: transparent;
}
.content-split-media > *:not(img, iframe) {
  padding-left: 20px;
  padding-right: 20px;
}
.content-split-media--hidden {
  position: relative;
}
.content-split-media--hidden .question-image,
.content-split-media--hidden .answer-image {
  grid-column: 1;
  width: 100%;
}
.content-split-media--hidden .question-image img,
.content-split-media--hidden .answer-image img {
  width: 100%;
  height: auto;
  display: block;
}
.content-split-media--hidden .answer-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.content-split-media--hidden .answer-image.active {
  opacity: 1;
  visibility: visible;
}
.content-split-media--hidden .question-image {
  position: relative;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.content-split-media--hidden .question-image.inactive {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 1050px) {
  .content-split-media:not(.content-split-media--hidden) {
    grid-auto-flow: column;
  }
  .content-split-media:not(.content-split-media--hidden) > *:not(img, iframe) {
    width: 100%;
    max-width: 640px;
  }
  .content-split-media:not(.content-split-media--hidden) > *:not(img, iframe):first-child {
    margin-left: auto;
  }
  .content-split-media:not(.content-split-media--hidden) > *:not(img, iframe):last-child {
    margin-right: auto;
  }
}

.content-split {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.content-split > * {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
@media (min-width: 1050px) {
  .content-split {
    flex-direction: row;
  }
}

.text-content p, .text-content h1, .text-content h2, .text-content h3, .text-content h4 {
  margin-top: 1em;
  margin-bottom: 0;
}

.broad-content {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 750px) {
  .broad-content {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1500px;
  }
}

.flex-col {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
@media (min-width: 750px) {
  .flex-row {
    gap: 40px;
  }
}

.grid-cols-1-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px 40px;
  margin: 40px 0;
}
@media (min-width: 750px) {
  .grid-cols-1-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.logo-holder {
  max-width: min(20%, 200px);
  aspect-ratio: 1/1;
}
.logo-holder .logo {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
  background-color: white;
  padding: 10%;
  border-radius: 8%;
}

.content-left-shifted {
  padding-right: 20px;
}
@media (min-width: 750px) {
  .content-left-shifted {
    padding-right: unset;
    width: 75%;
  }
}

.content-right-shifted {
  padding-left: 20px;
}
@media (min-width: 750px) {
  .content-right-shifted {
    padding-left: unset;
    margin-left: auto;
    width: 75%;
  }
}

.accordion > summary {
  list-style-type: none;
  cursor: pointer;
}
.accordion > summary::marker {
  display: none;
}
.accordion > summary::-webkit-details-marker {
  display: none;
}
.accordion > summary h3 {
  margin: 0;
  position: relative;
  padding-right: 31px;
  transition: color 0.2s ease-in-out;
}
.accordion > summary h3::after {
  display: block;
  content: "";
  background-image: url("../icon/icon_arrow_up.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
  padding: 5px;
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
  border-radius: 50%;
}
.accordion > summary:hover h3::after {
  background-color: var(--interaction-color-darker, #003761);
}
.accordion > summary:focus {
  outline: none;
}
.accordion > summary:focus h3::after {
  box-shadow: 0 0 0 1px white;
  background-color: var(--interaction-color-darker, #003761);
}
.accordion[open] summary h3 {
  color: var(--interaction-color-darker, #003761);
}
.accordion[open] summary h3::after {
  transform: rotate(0deg);
}

.adnexo-accordion {
  margin: 0 auto 4em;
  padding: 0 20px;
  max-width: 988px;
}
.adnexo-accordion .accordion > summary {
  position: relative;
  padding: 20px 56px 20px 20px;
  background-color: #2e2e2e;
  color: #ffffff;
  cursor: pointer;
}
.adnexo-accordion .accordion > summary::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512px' height='512px' viewBox='0 0 512 512'%3E%3Cpath d='M511.999 356.291 256.002 100.289.001 356.291l55.41 55.42L256.002 211.12l200.587 200.591 55.41-55.42Z' fill='%23499fda'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
.theme-axroad .adnexo-accordion .accordion > summary::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512px' height='512px' viewBox='0 0 512 512'%3E%3Cpath d='M511.999 356.291 256.002 100.289.001 356.291l55.41 55.42L256.002 211.12l200.587 200.591 55.41-55.42Z' fill='%2348CFBE'/%3E%3C/svg%3E");
}
.theme-axtrack .adnexo-accordion .accordion > summary::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512px' height='512px' viewBox='0 0 512 512'%3E%3Cpath d='M511.999 356.291 256.002 100.289.001 356.291l55.41 55.42L256.002 211.12l200.587 200.591 55.41-55.42Z' fill='%23E3573A'/%3E%3C/svg%3E");
}
.adnexo-accordion .accordion-content {
  padding: 20px;
  color: #cccccc;
}
@media (min-width: 750px) {
  .adnexo-accordion .accordion-content {
    padding: 24px 20px;
  }
}
.adnexo-accordion .accordion[open] > summary::before {
  transform: translateY(-50%) rotate(0deg);
}
.adnexo-accordion .accordion + .accordion {
  margin-top: 2px;
}

.kurse {
  max-width: 1300px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.kurse details {
  padding: 20px;
  background-color: #343434;
}
.kurse details .button {
  align-self: center;
}
.kurse details .kurs_date {
  color: #00A1DE;
}
.kurse details .kurs_description_files {
  padding-left: 0;
}
.kurse details .kurs_description_files a {
  color: #00A1DE;
}
.kurse details .kurs_description_files a:hover {
  text-decoration: underline;
}
.kurse details .kurs_description_files li {
  display: flex;
  gap: 13px;
  align-items: center;
  list-style: none;
}
.kurse details .kurs_description_files li::before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 18px;
  aspect-ratio: 20/26;
  background-image: url("../icon/icon_doc.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.kurse details .kurs_description:after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 30px;
}
.kurse details .kurs_person {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 750px) {
  .kurse details .kurs_person {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
  }
}
.kurse details .kurs_person img {
  border-radius: 50%;
}
.kurse details .kurs_person_contact {
  display: flex;
  flex-direction: column;
}
@media (min-width: 750px) {
  .kurse details .kurs_person_contact {
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
  }
}
.kurse details .kurs_person_contact h4 {
  margin: 0;
}
.kurse details .kurs_person_contact p {
  margin: 0 0 10px;
}

.team-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.social_links {
  display: flex;
  flex-direction: row;
  gap: 13px;
}
.social_links a {
  background-color: #ffffff;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  transition: transform 0.3s ease-in-out;
}
.social_links a img {
  width: auto;
  background-color: transparent;
}
.social_links a:hover {
  transform: scale(1.2) rotate(15deg);
}

.picture-overview {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media (min-width: 750px) {
  .picture-overview {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.picture-overview_card {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  aspect-ratio: 4/5;
}
.picture-overview_card > * {
  grid-column: 1/2;
  grid-row: 1/2;
}
.picture-overview_content {
  transition: background-color 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
  padding: 5%;
}
@media (hover: hover) {
  .picture-overview_content {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.picture-overview_content h2 {
  margin: 0;
  margin-bottom: 0.15em;
  font-size: 3.5vw;
  line-height: 4vw;
}
.picture-overview_content p {
  font-size: 2vw;
  line-height: 2.5vw;
  margin: 0;
}
@media (hover: hover) {
  .picture-overview_content p {
    transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
}
.picture-overview_content:hover {
  background-color: unset;
  color: #ffffff;
}
.picture-overview_content:hover p {
  opacity: 1;
  max-height: 150px;
}
.picture-overview img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hardware_wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 104px;
  gap: 16px;
}
@media (min-width: 750px) {
  .hardware_wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 160px;
  }
}
.hardware_wrapper .hardware .hardware_description {
  margin-top: 20px;
}
.hardware_wrapper .hardware .hardware_description_files a {
  color: #00A1DE;
}
.hardware_wrapper .hardware .hardware_description_files a:hover {
  text-decoration: underline;
}
.hardware_wrapper .hardware .hardware_description_files li {
  display: flex;
  gap: 13px;
  align-items: center;
  list-style: none;
}
.hardware_wrapper .hardware .hardware_description_files li::before {
  content: "";
  display: inline-block;
  height: 24px;
  width: 18px;
  aspect-ratio: 20/26;
  background-image: url("../icon/icon_doc.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.hardware_wrapper .hardware > summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  transition: background-color 0.2s ease-in-out;
}
@media (min-width: 750px) {
  .hardware_wrapper .hardware > summary {
    padding: 60px;
  }
}
.hardware_wrapper .hardware > summary::marker {
  display: none;
}
.hardware_wrapper .hardware > summary::-webkit-details-marker {
  display: none;
}
.hardware_wrapper .hardware > summary:hover, .hardware_wrapper .hardware > summary:focus {
  background-color: #343434;
}
.hardware_wrapper .hardware > summary:hover h3, .hardware_wrapper .hardware > summary:hover p, .hardware_wrapper .hardware > summary:focus h3, .hardware_wrapper .hardware > summary:focus p {
  color: #00A1DE;
}
.hardware_wrapper .hardware h3, .hardware_wrapper .hardware p {
  margin: 0;
}
.hardware_wrapper .hardware-picture {
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  transition: opacity 0.2s ease-in-out;
}
.hardware_wrapper .hardware-picture img {
  width: 100%;
  height: auto;
  max-width: 400px;
  background-color: transparent;
}
@media (min-width: 750px) {
  .hardware_wrapper .hardware-picture {
    opacity: 0.6;
  }
}
.hardware_wrapper .hardware .hardware_details {
  margin-top: 20px;
}
@media (min-width: 750px) {
  .hardware_wrapper .hardware .hardware_details {
    margin-top: 80px;
    position: relative;
    width: calc(200% + 16px);
  }
}
@media (min-width: 750px) {
  .hardware_wrapper .hardware:nth-child(2n) .hardware_details {
    left: calc(-100% - 16px);
  }
}
.hardware_wrapper .hardware[open] > summary, .hardware_wrapper .hardware:hover > summary {
  background-color: #343434;
}
.hardware_wrapper .hardware[open] > summary h3, .hardware_wrapper .hardware[open] > summary p, .hardware_wrapper .hardware:hover > summary h3, .hardware_wrapper .hardware:hover > summary p {
  color: #00A1DE;
}
.hardware_wrapper .hardware[open] .hardware-picture, .hardware_wrapper .hardware:hover .hardware-picture {
  opacity: 1;
}

.hardware_details {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.hardware_details details {
  padding: 20px;
  background-color: #343434;
}

.text-AGB > p {
  margin-top: 43px;
  font-size: 16px;
  line-height: 1.5em;
  color: #B2B2B2;
}
@media (min-width: 750px) {
  .text-AGB > p {
    text-align: center;
  }
}

.alert-message-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.alert-message {
  bottom: 100%;
  transition: bottom 0.5s;
  -webkit-transition: bottom 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  min-width: 40%;
  max-width: 90%;
  border-radius: 5px;
  line-height: 25px;
  box-sizing: border-box;
  color: #ffffff;
  box-shadow: 5px 10px 50px rgba(0, 0, 0, 0.6);
  background: #00A1DE;
  padding: 0 12px;
  gap: 20px;
}
.alert-message.error {
  background: #a63232;
}
@media (min-width: 750px) {
  .alert-message {
    padding: 0 20px;
    gap: 30px;
  }
}
.alert-message .alert-message-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.alert-message .close {
  font-size: 25px;
  margin: 0;
}
.alert-message .close:hover {
  cursor: pointer;
}

.alert-message.show {
  -webkit-animation: slide 0.5s forwards;
  animation: slide 0.5s forwards;
}

@-webkit-keyframes slide {
  100% {
    bottom: 80%;
  }
}
@keyframes slide {
  100% {
    bottom: 80%;
  }
}
#cookieNotice {
  position: sticky;
  bottom: 0;
}

.cookie-wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 20px;
  gap: 20px;
  background-color: #343434;
  font-size: 18px;
}
.cookie-wrap p {
  margin: 0;
}
@media (min-width: 750px) {
  .cookie-wrap {
    flex-flow: row;
  }
}

.cookie-msg {
  flex: 1 2 0;
}

.cookie-btn {
  flex: 0 1 content;
}

.video-full-width {
  width: 100%;
  aspect-ratio: 16/9;
}

.pricing {
  width: 100%;
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.pricing .pricing-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
  box-shadow: 0 8px 16px 0px rgba(0, 0, 0, 0.4);
  background-color: #343434;
}
@media (max-width: 750px) {
  .pricing .pricing-card {
    margin-top: 0 !important;
  }
}
.pricing .pricing-card h3 {
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
  align-self: center;
}
.pricing .pricing-card .pricing-feature {
  border-bottom: 3px solid #212121;
  padding-top: 8px;
  padding-bottom: 8px;
}
.pricing .pricing-card .pricing-feature .pricing-feature-description {
  margin: 0;
}
.pricing .pricing-card .pricing-feature-no-mark {
  width: 100%;
  text-align: center;
  align-self: center;
}
.pricing .pricing-card .pricing-feature-with-mark {
  padding-left: 5px;
  display: flex;
  flex-direction: row;
}
.pricing .pricing-card .pricing-feature-with-mark .pricing-feature-negative {
  color: #B2B2B2;
}
.pricing .pricing-card .pricing-feature-with-mark .icon-yes::before {
  content: "✔";
  padding-right: 10px;
  color: #00A1DE;
}
.pricing .pricing-card .pricing-feature-with-mark .icon-no::before {
  content: "✗";
  padding-right: 10px;
  color: #B2B2B2;
}
.pricing .pricing-card .pricing-price {
  margin-top: 0;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
}
.pricing .pricing-card .pricing-price:first-of-type {
  margin-top: 2em;
}
.pricing .pricing-card .pricing-price .pricing-price-tag {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
}

.align-center {
  align-self: center;
}

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

.adnexo-grey-box {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 1em 2em;
  background-color: #343434;
  text-align: justify;
}

.blog_navigation {
  padding: 20px;
}
.blog_navigation .blog_navigation-content .blog-categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 10px;
  padding: 0;
}
.blog_navigation .blog_navigation-content .blog-categories li {
  list-style: none;
}

.button.blog-category-button {
  display: flex;
  background-color: #000000;
  justify-content: center;
}
@media (max-width: 1050px) {
  .button.blog-category-button {
    padding: 8px 10px 8px 14px !important;
    font-size: 18px;
    font-weight: 400;
  }
}
.button.blog-category-button:hover {
  background-color: #003761;
}
.button.blog-category-button.active {
  background-color: #003761;
}

.blog-categories .menu-item {
  list-style: none;
  position: relative;
}

.menu-dropdown {
  top: 100%;
  left: 0;
  background-color: #212121;
  padding: 10px;
  min-width: 100px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.menu-dropdown a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  white-space: nowrap;
}
@media (min-width: 750px) {
  .menu-dropdown a {
    padding: 8px 12px;
  }
}
@media (max-width: 1050px) {
  .menu-dropdown a {
    white-space: normal;
  }
}

.menu-dropdown a:hover {
  color: #00A1DE;
}

.menu-item:hover .menu-dropdown {
  display: block;
  max-height: 500px;
}

.blog-count-pill {
  margin-left: 0.5em;
  background-color: #00A1DE;
  border-radius: 50%;
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: 700;
}

.app-blog a:hover {
  color: #00A1DE;
}
.app-blog a.blog-category-pill {
  background-color: #343434;
  transition: background-color 0.2s ease-in;
  padding: 0 5px;
  margin-left: 0.5em;
  border-radius: 3px;
  display: inline-block;
}
.app-blog a.blog-category-pill:hover {
  background-color: #00A1DE;
  color: #ffffff;
}
.app-blog article {
  background-color: #000000;
  padding: 20px;
}
@media (min-width: 1050px) {
  .app-blog article {
    padding: 50px;
  }
}
.app-blog article header :first-child {
  margin: 0;
}
.app-blog article .post-detail {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "post-infos post-tags";
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 1050px) {
  .app-blog article .post-detail {
    grid-template-areas: "post-infos" "post-tags";
    grid-template-columns: 1fr;
  }
}
.app-blog article .post-detail .post-infos {
  display: inline-block;
  grid-area: post-infos;
  margin-top: 0.5em;
}
.app-blog article .post-detail .post-tags {
  grid-area: post-tags;
  justify-self: end;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1050px) {
  .app-blog article .post-detail .post-tags {
    justify-self: start;
    flex-direction: column;
    align-items: flex-start;
  }
  .app-blog article .post-detail .post-tags a.blog-category-pill {
    margin-left: 0;
  }
}
.app-blog article footer {
  padding: 0;
  margin: 1.5em 0 0 0;
}
.app-blog .blog-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.blog-visual {
  margin-top: 20px;
}
.blog-visual img {
  max-height: 400px;
  width: auto;
  float: left;
  margin: 0 1em 0.55em 0;
}

.blog-content img {
  padding: 0;
}
@media (min-width: 750px) {
  .blog-content img {
    padding: 0 40px 0 40px;
  }
}
@media (min-width: 1050px) {
  .blog-content img {
    padding: 0 80px 0 80px;
  }
}
.blog-content .slide .slide-picture img {
  padding: 0;
}

.centered-picture {
  display: flex;
  flex-direction: column;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.centered-picture p {
  text-align: center;
}

.data-privacy div[class^=KFaIpG], .data-privacy li[class^=KFaIpG] {
  color: #ffffff !important;
}
.data-privacy a[class^=KFaIpG] {
  color: #00A1DE !important;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback background color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}
.modal .modal-content {
  background-color: #212121;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  width: 100%;
}
@media (min-width: 750px) {
  .modal .modal-content {
    width: 80%;
    max-width: 1200px;
  }
}
.modal .modal-content h3 {
  margin-top: 0;
}
.modal .modal-content .close {
  color: #ffffff;
  float: right;
  font-size: 32px;
  font-weight: 600;
}
.modal .modal-content .close:hover {
  cursor: pointer;
}

.btn-open-contact-modal {
  cursor: pointer;
  font-size: inherit;
}
.btn-open-contact-modal :first-child {
  margin-top: 0;
  line-height: unset;
}
.btn-open-contact-modal :last-child {
  margin-bottom: 0;
  line-height: unset;
}

.navigation_placeholder {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 750px) {
  .navigation_placeholder {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.navigation-baseline-align {
  align-items: baseline;
}

.article-list-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.article-list-item img {
  width: 100%;
  object-fit: cover;
}

.article-list-item h3 {
  flex-grow: 1;
  margin: 30px 0;
}

.article-list-item p {
  flex-grow: 1;
  margin: 0;
}

.article-list-item .button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.background-image-text-container {
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.background-image-text-container__background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.background-image-text-container__text-content {
  position: relative;
  padding: 40px;
}

.blue-check > li {
  list-style: none;
  position: relative;
  padding-left: 2em;
}

.blue-check > li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512px' height='512px' viewBox='0 0 512 512'%3E%3Cpath d='m0 274.226 176.549 176.886L515.556 112.44l-48.67-47.997-290.337 290L47.996 225.891z' fill='%23499fda' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1em 1em;
  color: var(--interaction-color, #00A1DE);
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.theme-axroad .blue-check > li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512px' height='512px' viewBox='0 0 512 512'%3E%3Cpath d='m0 274.226 176.549 176.886L515.556 112.44l-48.67-47.997-290.337 290L47.996 225.891z' fill='%2348CFBE' /%3E%3C/svg%3E");
}
.theme-axtrack .blue-check > li::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512px' height='512px' viewBox='0 0 512 512'%3E%3Cpath d='m0 274.226 176.549 176.886L515.556 112.44l-48.67-47.997-290.337 290L47.996 225.891z' fill='%2348CFBE' /%3E%3C/svg%3E");
}

.check-button-container {
  text-align: center;
  margin-top: 20px;
}

.result {
  min-height: 20px;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  visibility: hidden;
}

.result.visible {
  visibility: visible;
}

.quiz-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.quiz-result {
  margin-right: 50px;
  margin-left: 50px;
}

.quiz-start {
  max-width: 100vw;
}

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  width: 100%;
  display: grid;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  color: #ffffff;
}
@media (min-width: 750px) {
  body {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    color: #ffffff;
  }
}

.container {
  margin: auto;
}
@media (min-width: 750px) {
  .container {
    max-width: 988px;
  }
}

.layout {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template: auto 1fr auto/auto;
}
.layout header {
  background-color: #000000;
}
@media (min-width: 750px) {
  .layout header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }
}
.layout header .navigation {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
@media (min-width: 1050px) {
  .layout header .navigation {
    align-items: baseline;
  }
}
.layout header .navigation .header_logo {
  height: 22px;
}
@media (min-width: 750px) {
  .layout header .navigation .header_logo {
    height: 35px;
  }
}
.layout main {
  background-color: #212121;
  width: 100%;
  max-width: 100vw;
}
@media (min-width: 750px) {
  .layout main {
    padding-top: 50px;
  }
}
.layout main > .padded {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 750px) {
  .layout main > .padded {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 750px) {
  .layout main.blog {
    padding-top: unset;
  }
}
.layout footer {
  background-color: #000000;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.layout footer > * {
  flex: 1;
}
@media (min-width: 750px) {
  .layout footer {
    gap: 70px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
    text-align: left;
  }
}
.layout footer .footer_newsletter {
  text-align: center;
}
.layout footer .footer_newsletter h4 {
  margin-top: 0;
}
@media (min-width: 750px) {
  .layout footer .footer_newsletter {
    order: 4;
  }
}
.layout footer .footer_languageswitch {
  white-space: nowrap;
}
.layout footer .footer_languageswitch .languageswitch {
  display: flex;
  justify-content: center;
}
@media (min-width: 750px) {
  .layout footer .footer_languageswitch {
    order: 3;
  }
}
@media (min-width: 750px) {
  .layout footer .footer_navigation {
    order: 2;
  }
}
.layout footer .footer_navigation ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
@media (min-width: 750px) {
  .layout footer .footer_navigation ul {
    display: grid;
    column-gap: 40px;
    grid-template-rows: repeat(2, max-content);
    grid-auto-columns: max-content;
    grid-auto-flow: column dense;
  }
}
.layout footer .footer_navigation ul li {
  list-style: none;
}
.layout footer .footer_navigation ul li a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.layout footer .footer_navigation ul li a:hover {
  color: #00A1DE;
}
.layout footer .footer_copyright {
  white-space: nowrap;
}
@media (min-width: 750px) {
  .layout footer .footer_copyright {
    order: 1;
  }
}
.layout footer .footer_copyright p {
  margin: 0;
}

.no-top-margin {
  margin-top: 0;
}
.no-top-margin :first-child {
  margin-top: 0;
}

.space-before {
  margin-top: 70px;
}

.space-before-big {
  margin-top: 140px;
}
@media (min-width: 750px) {
  .space-before-big {
    margin-top: 240px;
  }
}

.padded {
  padding-left: 20px;
  padding-right: 20px;
}

.centered {
  text-align: center;
}

.no_gap {
  gap: 0;
}

@media (min-width: 750px) {
  .lg-no_gap {
    gap: 0;
  }
}

.inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.inline.wrap {
  flex-wrap: wrap;
}

.stack {
  display: flex;
  flex-direction: column;
}

@media (max-width: 751px) {
  .desktop-only {
    display: none !important;
  }
}
@media (min-width: 750px) {
  .mobile-only {
    display: none !important;
  }
}