@font-face {
  font-family: "CircularXXWeb-Book";
  src: url("/css/fonts/CircularXXWeb-Book.woff") format("woff");
}
@font-face {
  font-family: "CircularXXWeb-Book";
  src: url("/css/fonts/CircularXXWeb-Book.woff2") format("woff2");
}
@font-face {
  font-family: "CircularXXWeb-Bold";
  src: url("/css/fonts/CircularXXWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "CircularXXWeb-Bold";
  src: url("/css/fonts/CircularXXWeb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "CircularXXWeb-Black";
  src: url("/css/fonts/CircularXXWeb-Black.woff") format("woff");
}
@font-face {
  font-family: "CircularXXWeb-Black";
  src: url("/css/fonts/CircularXXWeb-Black.woff2") format("woff2");
}
@font-face {
  font-family: "CircularXXWeb-Book";
  src: url("/css/fonts/CircularXXWeb-Book.woff") format("woff");
}
@font-face {
  font-family: "CircularXXWeb-Book";
  src: url("/css/fonts/CircularXXWeb-Book.woff2") format("woff2");
}
@font-face {
  font-family: "CircularXXWeb-Bold";
  src: url("/css/fonts/CircularXXWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "CircularXXWeb-Bold";
  src: url("/css/fonts/CircularXXWeb-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "CircularXXWeb-Black";
  src: url("/css/fonts/CircularXXWeb-Black.woff") format("woff");
}
@font-face {
  font-family: "CircularXXWeb-Black";
  src: url("/css/fonts/CircularXXWeb-Black.woff2") format("woff2");
}
/* subset */
@font-face {
  font-family: "CircularXXSub-Book";
  src: url("/css/fonts/CircularXXSub-Book.woff") format("woff");
}
@font-face {
  font-family: "CircularXXSub-Book";
  src: url("/css/fonts/CircularXXSub-Book.woff2") format("woff2");
}
@font-face {
  font-family: "CircularXXSub-Bold";
  src: url("/css/fonts/CircularXXSub-Bold.woff") format("woff");
}
@font-face {
  font-family: "CircularXXSub-Bold";
  src: url("/css/fonts/CircularXXSub-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "CircularXXSub-Black";
  src: url("/css/fonts/CircularXXSub-Black.woff") format("woff");
}
@font-face {
  font-family: "CircularXXSub-Black";
  src: url("/css/fonts/CircularXXSub-Black.woff2") format("woff2");
}
@font-face {
  font-family: "CircularXXSub-Book";
  src: url("/css/fonts/CircularXXSub-Book.woff") format("woff");
}
@font-face {
  font-family: "CircularXXSub-Book";
  src: url("/css/fonts/CircularXXSub-Book.woff2") format("woff2");
}
@font-face {
  font-family: "CircularXXSub-Bold";
  src: url("/css/fonts/CircularXXSub-Bold.woff") format("woff");
}
@font-face {
  font-family: "CircularXXSub-Bold";
  src: url("/css/fonts/CircularXXSub-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "CircularXXSub-Black";
  src: url("/css/fonts/CircularXXSub-Black.woff") format("woff");
}
@font-face {
  font-family: "CircularXXSub-Black";
  src: url("/css/fonts/CircularXXSub-Black.woff2") format("woff2");
}
:root {
  font-size: 62.5%;
}

body {
  font-family: "CircularXXWeb-Book", Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal !important;
  color: #473280;
}

.text-left {
  text-align: left;
}

.text-center, .ce-headline-center {
  text-align: center;
}

.ce-headline-center {
  font-size: 2.4em;
  font-weight: 700 !important;
}

.text-right {
  text-align: right;
}

.img-fluid {
  width: 100%;
  height: auto;
}

img {
  border-style: none;
  width: 100%;
  height: auto;
}

.contact-form .field-validation-error {
  color: var(--bs-red);
}

/*-----------------------------
    header
*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 80%;
}

* {
  color: inherit;
  line-height: inherit;
  text-decoration: inherit;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  margin: 0;
}

p {
  font-size: 2rem;
  line-height: 1.35;
  font-weight: normal !important;
  margin-bottom: 1.6rem;
}

/*-----------------------------
    title
*/
.page-title {
  color: #00A2A5;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 26px;
}

.page-title::after {
  content: "";
  display: block;
  width: 42px;
  height: 4px;
  margin-top: 8px;
  background-color: #00A2A5;
}

/*-----------------------------
    p / li
*/
p > a, p > a:hover, li > a, li > a:hover {
  color: #473280;
}

/*-----------------------------
    form container
*/
#application-form-container {
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}

/*-----------------------------
    labels
*/
label {
  font-family: "CircularXXWeb-Black", Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2739;
  font-weight: normal !important;
  margin: 1rem 0;
}

/*-----------------------------
    fieldset / legends
*/
fieldset {
  margin-bottom: 40px;
}

legend {
  border-bottom: 2px solid #473280;
  color: #473280;
  margin-bottom: 20px;
  font-family: "CircularXXWeb-Black", Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 1.2739;
  font-weight: normal !important;
}

fieldset > .row {
  margin-right: -5px !important;
  margin-left: -5px !important;
}

p, ul {
  font-family: "CircularXXWeb-Book", Helvetica, sans-serif;
  font-size: 2.4rem;
  line-height: 1.35;
  font-weight: normal !important;
  margin-bottom: 1.7rem;
}

p.lead {
  font-family: "CircularXXWeb-Bold", Helvetica, sans-serif;
  font-size: 3.8rem !important;
  line-height: 1.26 !important;
  font-weight: normal !important;
  padding: 0 0 6rem !important;
}

a.link-extern::after {
  background-image: url(../SVG-Icons/link-extern.svg);
  padding-right: 1em;
  margin-left: 0.3em;
  content: "";
  background-repeat: no-repeat;
  background-size: 1em;
  position: relative;
  top: 0.1em;
}

a.link-download::after, .ce-uploads a::after {
  background-image: url(../SVG-Icons/link-download.svg);
  padding-right: 1em;
  margin-left: 0.3em;
  content: "";
  background-repeat: no-repeat;
  background-size: 1em;
  position: relative;
  top: 0;
}

a.link-intern::after {
  background-image: url(../SVG-Icons/link-intern.svg);
  padding-right: 1em;
  margin-left: 0.3em;
  content: "";
  background-repeat: no-repeat;
  background-size: 1em;
  position: relative;
  top: 0.1em;
}

main a, .contact-form a, .ce-uploads a {
  border-bottom: 2px solid #473280;
}

.media-list a.media > .media-body > .text-muted {
  font-size: unset !important;
}

h1, h2.size-h1 {
  font-size: 5.4rem !important;
  font-family: CircularXXWeb-Bold, Helvetica, sans-serif;
  line-height: 1.2739;
  font-weight: 400;
  margin: 0 0 3.5rem;
}

.hero-wrapper h1 {
  margin: 0;
}

h1.linie-davor::before {
  content: "";
  display: inline-block;
  width: 98px;
  height: 6px;
  background-color: #473280;
  margin-right: 0.6rem;
  margin-bottom: 1.2rem;
}

h2 {
  font-size: 3rem;
  line-height: 1.2739;
  font-weight: normal !important;
  margin: 1rem 0;
}

h2.linie-davor {
  font-size: 4rem;
  line-height: 2;
  font-weight: 700;
  margin: 0 0 3.5rem;
}

h2.linie-davor::before {
  content: "";
  display: inline-block;
  width: 98px;
  height: 6px;
  background-color: #473280;
  margin-right: 0.6rem;
  margin-bottom: 1.2rem;
}

div.linie-davor {
  font-size: 3.4rem;
  line-height: 1.2739;
  font-weight: 700;
}

div.linie-davor::before {
  content: "";
  display: inline-block;
  width: 98px;
  height: 6px;
  background-color: #473280;
  margin-right: 0.6rem;
  margin-bottom: 1.2rem;
}

h3 {
  font-size: 2.4rem;
  line-height: 1.2739;
  font-weight: normal !important;
  margin: 1rem 0;
}

h4 {
  font-size: 1.6rem;
  line-height: 1.2739;
  font-weight: normal !important;
  margin: 1rem 0;
}

p.lauftext-s {
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: normal !important;
}

div.linie-davor {
  font-family: "CircularXXWeb-Bold", Helvetica, sans-serif;
  font-size: 5.4rem;
  line-height: 1.2739;
  font-weight: normal !important;
}

@media (max-width: 820px) {
  .hero-wrapper div.linie-davor {
    font-family: "CircularXXWeb-Bold", Helvetica, sans-serif;
    font-size: 5.4rem;
    line-height: 1.2739;
    font-weight: normal !important;
  }
  .hero-wrapper div.linie-davor::before {
    width: 43px;
    height: 3px;
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 820px) and (max-height: 820px), (max-width: 820px) and (max-width: 1201px) {
  .hero-wrapper div.linie-davor {
    font-size: 4rem;
  }
}
@media (max-width: 820px) and (max-width: 820px) {
  .hero-wrapper div.linie-davor {
    font-size: 2.7rem;
  }
}
@media screen and (max-height: 820px), (max-width: 1201px) {
  .hero-wrapper div.linie-davor {
    font-family: "CircularXXWeb-Bold", Helvetica, sans-serif;
    font-size: 5.4rem;
    line-height: 1.2739;
    font-weight: normal !important;
  }
  .hero-wrapper div.linie-davor::before {
    width: 75px;
    height: 4px;
    margin-bottom: 1.1rem;
  }
}
@media screen and (max-height: 820px) and (max-height: 820px), screen and (max-height: 820px) and (max-width: 1201px), screen and (max-width: 1201px) and (max-height: 820px), (max-width: 1201px) and (max-width: 1201px) {
  .hero-wrapper div.linie-davor {
    font-size: 4rem;
  }
}
@media screen and (max-height: 820px) and (max-width: 820px), (max-width: 1201px) and (max-width: 820px) {
  .hero-wrapper div.linie-davor {
    font-size: 2.7rem;
  }
}
@media (max-width: 767px) {
  .hero-wrapper div.linie-davor {
    font-family: "CircularXXWeb-Bold", Helvetica, sans-serif;
    font-size: 5.4rem;
    line-height: 1.2739;
    font-weight: normal !important;
  }
  .hero-wrapper div.linie-davor::before {
    width: 43px;
    height: 3px;
    margin-bottom: 0.6rem;
  }
}
@media screen and (max-width: 767px) and (max-height: 820px), (max-width: 767px) and (max-width: 1201px) {
  .hero-wrapper div.linie-davor {
    font-size: 4rem;
  }
}
@media (max-width: 767px) and (max-width: 820px) {
  .hero-wrapper div.linie-davor {
    font-size: 2.1rem;
  }
}
#c1337 {
  margin-top: 40px;
}

input[type=checkbox] {
  transform: scale(1.5);
}

.text-aside p, .text-aside ul {
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: normal !important;
}

.text-aside div:first-child h3 {
  margin-top: 0;
}

p.lauftext-s {
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: normal !important;
}

.text-aside p, .text-aside ul {
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: normal !important;
}

.text-aside div:first-child h3 {
  margin-top: 0;
}

p.legende {
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: normal !important;
}

.border-top {
  height: 40px;
  background: #473280;
}

.border-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 4rem;
  background: #473280;
  padding-right: 6rem;
  align-items: center;
  z-index: 11;
  position: relative;
}

.logo {
  position: absolute;
  top: 10.5rem;
  left: 6rem;
  z-index: 3;
}

.logo img {
  width: 205px;
}

.content-width {
  max-width: 1320px;
  margin: 0 auto;
}

.content-narrow-left {
  padding-right: 16.666%;
}

.hero-wrapper {
  position: relative;
  aspect-ratio: 2.5;
  background-size: 25%;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #EAF0F4;
}

.hero-wrapper .titel-wrapper {
  position: absolute;
  bottom: 5rem;
  right: 6rem;
  display: flex;
  align-items: center;
}

.hero-wrapper-bild {
  background-size: cover;
}

.hero-wrapper-ohne-bild {
  aspect-ratio: 5;
}

.bg-color {
  background-color: #EAF0F4;
  padding: 6rem 0;
}

.footer-wrapper {
  margin-top: 20px;
  background-color: #473280;
  position: relative;
}
.footer-wrapper a {
  color: white;
  text-decoration: none;
}

.footer-content {
  max-width: 1320px;
  margin: 0 auto;
  padding: 6rem 0;
  color: #fff !important;
}
.footer-content a:hover {
  color: white !important;
}

.footer-content .inside {
  display: grid;
  grid-template-columns: 22.9451% auto 31.5067%;
}

.footer-content .inside .adress-socials {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-content .inside .adress-socials .adress {
  font-size: 1.6rem;
  line-height: 1.4rem;
}

.footer-content .inside .adress-socials .adress p {
  font-family: "CircularXXWeb-Book", Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal !important;
}

.footer-content .inside .nav ul {
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: normal !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

.socials {
  display: flex;
  gap: 2.2rem;
  justify-content: flex-start;
}

ul {
  list-style-type: none;
}

a {
  background-color: transparent;
  text-decoration: none;
}

.socials a {
  border: none;
}

.socials a img {
  height: 2rem;
  width: auto;
}

#totop {
  position: fixed;
  width: 75px;
  height: 75px;
  right: 6rem;
  bottom: 10rem;
}

#totop.scroll {
  position: absolute;
  top: -17.3rem;
  bottom: 0;
}

.totop-icon {
  width: 75px;
}

/*-----------------------------
    inputs
*/
.input-age, .input-age:focus {
  border: none;
  font-size: 26px;
  /*border-bottom: 1px solid #000;*/
  border-radius: unset;
  box-shadow: none;
}

.btn-age {
  color: rgb(0, 0, 0);
  text-decoration: underline;
  padding: 10px 0;
  font-weight: bold;
  color: #473280;
}

.k-button.age-green {
  background-color: #00A2A5 !important;
  border-color: #00A2A5 !important;
}

.form-control {
  color: #000 !important;
  background-color: #e6e6e6;
}

.form-control:focus {
  background-color: rgba(230, 230, 230, 0.5);
}

.kendo-form-control, .kendo-form-control:hover, .kendo-form-control:focus {
  color: #000 !important;
  background-color: #e6e6e6 !important;
  width: 100% !important;
  border-radius: unset !important;
  border-color: #e6e6e6 !important;
}
.kendo-form-control .k-button, .kendo-form-control:hover .k-button, .kendo-form-control:focus .k-button {
  background-color: transparent !important;
}

/*-----------------------------
    messages
*/
.response-success-container, .response-error-container {
  display: flex;
  align-items: center;
  justify-content: left;
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.26;
  font-weight: normal !important;
}

.submit-group {
  font-size: 2.4rem;
  line-height: 1.2739;
  font-weight: normal !important;
  margin: 1rem 0;
}

.submit-group > .error {
  color: red;
}

.submit-group > .success {
  color: #00A2A5;
}

/*-----------------------------
    kendo override
*/
.k-dropdown-wrap, .k-numeric-wrap {
  background-color: unset !important;
  border-color: #e6e6e6 !important;
  border-radius: 0 !important;
  color: #000 !important;
}

.k-button {
  background-color: #473280 !important;
  border-radius: 0 !important;
  text-align: inherit;
  -webkit-appearance: button;
  cursor: pointer;
  border: none;
  border-radius: 0;
}

.k-chip {
  background-color: #473280 !important;
  border-radius: 0 !important;
}

.k-numerictextbox .k-numeric-wrap .k-select {
  border-color: unset !important;
  color: #000 !important;
  background-color: unset !important;
}

.k-dropdown, .k-numerictextbox {
  height: unset !important;
  border: unset !important;
}

.kendo-form-control:focus {
  box-shadow: 0 0 1px 2px #aba7bf !important;
}

.k-dropdown .k-dropdown-wrap.k-state-focused, .k-dropdowntree .k-dropdown-wrap.k-state-focused {
  border-color: #e6e6e6 !important;
  color: #ffffff;
  background-color: #e6e6e6 !important;
  box-shadow: 0 0 1px 2px #aba7bf !important;
}

/*-----------------------------
footer
*/
.footer {
  background-color: #473280;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  padding: 15px;
  width: 100%;
}

.footer > .row {
  width: 50%;
  margin: 0 auto;
}

.footer * a, .footer * p {
  color: #fff;
  text-decoration: none;
}

.footer * a:hover {
  color: #fff;
}

.arrow-container {
  display: flex;
  justify-content: space-between;
}

.footer-socialicons {
  font-size: 24px;
  margin-bottom: 25px;
}

.footer-socialicons * i {
  font-size: inherit;
}

/*-----------------------------
invalid request
*/
.application-invalid-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: red;
  text-align: center;
}

.media {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
}

.media.card-body, .media:first-child {
  margin-top: 0;
}

.media-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.media-title {
  margin-bottom: 0.125rem;
}

.img-preview {
  max-height: 5rem;
}

.media-list-bordered .media {
  margin-top: 0;
  padding: 1rem 1.25rem;
  border-top: 1px solid #ddd;
}

.media-list-linked .media {
  padding: 1rem 1.25rem;
}

.media-list-linked li.media {
  margin-top: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.media-list-linked.media-list-bordered li.media {
  border-bottom: 0;
}

.media-list-linked a.media {
  color: inherit;
  transition: all ease-in-out 0.15s;
}

@media (prefers-reduced-motion: reduce) {
  .media-list-linked a.media {
    transition: none;
  }
}
.media-list-linked a.media:hover {
  background-color: rgba(0, 0, 0, 0.04);
  text-decoration: none;
}

.font-weight-semibold {
  font-weight: bold;
}

.media-list a.media > .media-body > .text-muted {
  font-size: 0.8rem;
}

.media-list.uploaded-documents a.media > div > i:hover {
  text-decoration: underline;
  cursor: pointer;
}

.marked-file-for-deletion {
  text-decoration: line-through;
  color: red;
}

#introduction a {
  text-decoration: none;
}

.popover {
  border-radius: 0px !important;
}

.k-upload-actions {
  color: white !important;
}
/*# sourceMappingURL=age-gesad-external-application.css.map */
