@charset "UTF-8";
/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

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

img,
embed,
iframe,
object,
video {
  height: auto;
  max-width: 100%;
}

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

@font-face {
  font-family: "noigrotesk";
  src: url(../fonts/NoiGrotesk-Regular.eot?70137deb88687531400ce1bca3967357);
  src: url(../fonts/NoiGrotesk-Regular.eot?70137deb88687531400ce1bca3967357) format("embedded-opentype"), url(../fonts/NoiGrotesk-Regular.woff2?a2d46673744a4b101166aeedca84f5a8) format("woff2"), url(../fonts/NoiGrotesk-Regular.woff?cf4b805c5cda6f4d5464ca96a271cd17) format("woff"), url(../fonts/NoiGrotesk-Regular.ttf?5a8f35d6b83aa172dd62c5619f21480a) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "noigrotesk-semibold";
  src: url(../fonts/NoiGrotesk-Semibold.eot?c493bb98cb62ecc8e3eae1e01a634c5b);
  src: url(../fonts/NoiGrotesk-Semibold.eot?c493bb98cb62ecc8e3eae1e01a634c5b) format("embedded-opentype"), url(../fonts/NoiGrotesk-Semibold.woff2?55be886f8ddf4aa2b0c989baf4fcdced) format("woff2"), url(../fonts/NoiGrotesk-Semibold.woff?94beb5f6b76b4ec5200a6a7ad46ef224) format("woff"), url(../fonts/NoiGrotesk-Semibold.ttf?4e67e8d3b504a0d55448182e212ce942) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "studiofeixen";
  src: url(../fonts/StudioFeixenSerif-Medium.eot?d836c1802e958075292b92274d14718f);
  src: url(../fonts/StudioFeixenSerif-Medium.eot?d836c1802e958075292b92274d14718f) format("embedded-opentype"), url(../fonts/StudioFeixenSerif-Medium.woff2?a5ec6dfef04e7d2dd460f343991be024) format("woff2"), url(../fonts/StudioFeixenSerif-Medium.woff?bb8ce172b6d730b2f5f7faa2cbd9b293) format("woff"), url(../fonts/StudioFeixenSerif-Medium.ttf?99b7600e6f7cd503c78b3d0419df98c9) format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  -webkit-text-size-adjust: 100%;
}

html {
  box-sizing: border-box;
}

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

article {
  z-index: 1;
}

body {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "noigrotesk", Arial, sans-serif;
  font-style: normal;
  font-stretch: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
  color: #000;
  background: #fff;
}

h1 {
  font-size: 56px;
  line-height: 1.2;
  font-family: "studiofeixen";
  letter-spacing: -0.015em;
  word-spacing: -0.1em;
}

h2 {
  margin-top: 1.5em;
  font-size: 32px;
  line-height: 1.2;
  font-family: "studiofeixen";
  letter-spacing: -0.005em;
  word-spacing: -0.03em;
}

h2:first-child {
  margin-top: 0;
}

h3 {
  font-family: "noigrotesk-semibold";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin-bottom: 0.5em;
}

ul,
p {
  list-style-type: none;
  margin-bottom: 1em;
}

strong {
  font-family: "noigrotesk-semibold";
  font-weight: normal;
  font-style: normal;
}

.text-content li {
  margin-left: 1.1em;
  margin-bottom: 0.5em;
}

.text-content li:before {
  content: "–";
  /* en dash here */
  position: absolute;
  margin-left: -1.1em;
}

table {
  margin-top: 2em;
}

td {
  padding-right: 1.5em;
  padding-bottom: 0.5em;
  vertical-align: top;
}
td:nth-child(1) {
  white-space: nowrap;
}

td a {
  margin-right: 1em;
}

a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: border 100ms ease;
}

a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

nav {
  background-color: #ffff00;
  display: flex;
  width: 100%;
}

.navi {
  text-align: center;
  padding-top: 1.2em;
  width: 60%;
  margin: 0 auto;
}
.navi a {
  border-bottom: none;
  text-decoration: none;
}
.navi a:hover {
  text-decoration: none;
  color: #000;
}
.navi ul {
  padding: 0px;
}

.navi ul li {
  display: inline-block;
  margin: 0 0.75em;
  position: relative;
  padding-bottom: 3px;
  cursor: pointer;
}
.navi ul li.wpml-mobile {
  display: none;
}
.navi ul li.wpml-mobile .wpml-ls-legacy-list-horizontal {
  float: none;
  margin: 0px;
}
.navi ul li.wpml-mobile .wpml-ls-legacy-list-horizontal ul li::after {
  content: none;
}
.navi ul li.wpml-mobile::after {
  content: none;
}

.navi li::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #f8cae0;
  transform-origin: bottom right;
  transition: transform 0.2s ease-out;
  border: 2px solid #f8cae0;
  border-radius: 4px;
}

.navi li:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.wpml-ls-legacy-list-horizontal {
  float: right;
  margin-top: 1.2em;
  margin-right: 2em;
  clear: none;
  padding: 0px;
  border: none;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal {
  margin-right: 10px;
  padding: 0 3px 0.05em;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal a {
  border: none;
  padding: 0px;
  line-height: 1.5;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal a::first-letter {
  visibility: visible;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal a span {
  vertical-align: baseline;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal.wpml-ls-last-item {
  margin-right: 0px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal.wpml-ls-current-language {
  position: relative;
  display: inline-block;
  z-index: 0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal.wpml-ls-current-language:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 0;
  border: 0.12em solid #f8cae0;
  border-radius: 0.12em;
  background: #f8cae0;
}

.back-to-main-btn,
.mobile-nav-btn {
  cursor: pointer;
  width: 18px;
  height: 18px;
  float: right;
  margin-top: 1.7em;
  margin-right: 6vw;
  background-image: url(../images/icon-menu.svg?9f9942db837e1816b3401219f20de5d3);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
.back-to-main-btn.open,
.mobile-nav-btn.open {
  background-image: url(../images/icon-x.svg?0bfdb3ab692add26e466fae1890d5cae);
}
.back-to-main-btn:hover,
.mobile-nav-btn:hover {
  opacity: 0.7;
}

.back-to-main-btn {
  width: 30px;
  height: 30px;
  margin-right: 2em;
  display: block;
  background-image: url(../images/icon-x.svg?0bfdb3ab692add26e466fae1890d5cae);
}

.logo {
  z-index: 100;
  width: 146px;
  height: 50px;
  min-width: 146px;
  min-height: 50px;
  float: left;
  margin-top: 1.7em;
  margin-left: 2em;
  background-image: url(../images/logo.svg?55f51d53a9cdcccef9b871d6791ae177);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.cookies-wrapper {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cookies-wrapper .cookies-info a {
  color: #fff !important;
}
.cookies-wrapper .cookies-info a:hover {
  text-decoration: none;
}
.cookies-wrapper .btn-cookies a {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  color: #000 !important;
  background-color: #f8cae0 !important;
  margin: 0px;
  margin-left: 10px;
  width: 55px;
  height: 40px;
  border-radius: 52px;
  border: 1px solid #f8cae0;
  transition: 0.3s;
}
.cookies-wrapper .btn-cookies a:hover {
  cursor: pointer;
  background-color: transparent !important;
  border-color: #fff;
  color: #fff !important;
}

section {
  width: 100%;
}

.menu-wrapper {
  z-index: 100;
}

.hero-image-wrapper {
  margin: 0 auto;
  transform: translateY(50%);
  max-width: 1280px;
  margin-top: -19em;
}

.hero-image {
  background-image: url(../images/hero-image.png?77908178097fe94da318e44af3188c7a);
  background-size: contain;
  height: 585px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.text-content {
  max-width: 850px;
  margin: 0 auto;
  padding: 5em 6vw;
  box-sizing: content-box;
  transition: 0.4s;
}

.nav-bar {
  z-index: 100;
}

.hero-1 {
  background: #ffff00;
  position: relative;
}

.hero-1 h1 {
  text-align: center;
}

.hero-1 .circle-wrapper {
  width: 8.3em;
  height: 8.3em;
  transform: translateX(580px);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-1 .circle-button {
  width: 100%;
  height: 100%;
  background-image: url(../images/circle-big.svg?f1a43c1afbc252fdff6844c52b470270);
  background-size: contain;
  transition: transform ease 200ms;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform ease 200ms;
}

.hero-1 .circle-button span {
  line-height: 1.2;
  width: 100%;
  height: auto;
}

.hero-1 .circle-button:hover {
  transform: rotate(-10deg);
}

.intro-2 {
  background: linear-gradient(180deg, #e7f0ff 24.05%, #f8e7ef 100%);
}

.intro-2 h2:first-child {
  margin-top: 2.5em;
}

.alumni-template {
  min-height: 100vh;
}

.body-privacy-policy {
  background: linear-gradient(#e7f0ff 24.05%, #f8e7ef 100%);
}
.body-privacy-policy.alumni-template {
  background: linear-gradient(#E9F0FE 24.05%, #ECEDF8 100%);
}
.body-privacy-policy nav {
  background-color: transparent;
}
.body-privacy-policy .hero-1 {
  background-color: transparent;
}
.body-privacy-policy .text-content h1:not(:first-child) {
  padding-top: 2em;
}
.body-privacy-policy .text-content {
  padding-bottom: 400px;
}

.body-form {
  background: #f5f5f8;
}
.body-form nav {
  background-color: transparent;
}
.body-form .hero-1 {
  background-color: transparent;
}
.body-form .text-content h1:not(:first-child) {
  padding-top: 2em;
}

.bewerben-3 {
  background: #f5f5f8;
  overflow: hidden;
}

.jetzt-bewerben-4 {
  background: #ffff00;
  position: relative;
}

.jetzt-bewerben-4 .illu-wrapper {
  position: absolute;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  transform: translateX(25vw);
  background-image: url(../images/bewerben-image.png?52ae5d97de3dba8aef2e5084a78dc999);
  background-size: contain;
  height: 390px;
  width: 341px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: -68px;
}

.jetzt-bewerben-4 .fragen {
  max-width: 400px;
  margin-top: 2.5em;
  margin-bottom: 4em;
}

.about-5 {
  background: #fafafb;
}

.about-5-dark {
  background: #f5f5f8;
}

.alumni-yearly-block {
  margin-top: 80px;
}

.alumni-yearly-block .profile,
.about-5 .profile {
  margin: 1.5em 0;
  display: flex;
  align-items: flex-start;
}

.alumni-yearly-block .profile-img,
.about-5 .profile-img {
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background: #fff;
  margin-right: 2em;
  margin-top: 0.2em;
  overflow: hidden;
  align-self: flex-start;
}

.alumni-yearly-block .profile-img {
  margin-right: 1.5em;
  width: 4em;
  height: 4em;
}

.alumni-yearly-block .profile-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 4em;
  width: 4em;
}

.about-5 .profile-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 4em;
  width: 4em;
}

.alumni-yearly-block .profile-txt {
  width: 73%;
}

.about-5 .profile-txt {
  width: 80%;
}
.about-5 .profile-txt .profile-info {
  margin-top: 5px;
  font-size: 0.8em;
}

.partner-6 {
  background: #fafafb;
}

.partner-6 .text-content {
  padding-bottom: 3em;
}

.kontakt-7 {
  background: linear-gradient(180deg, #e7f0ff 24.05%, #f8e7ef 100%);
}

.logo-wrapper {
  width: 100%;
  max-width: 1600px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 6em;
  padding-left: 6vw;
  padding-right: 6vw;
}

.logo-wrapper .img-wrapper {
  width: 20%;
  height: auto;
  align-self: center;
  border: 0.5px solid #fafafb;
  line-height: 0;
  overflow: hidden;
}

.img-wrapper img {
  transition: transform 300ms ease;
  cursor: pointer;
}

.logo-wrapper .img-wrapper img:hover {
  transform: scale(1.04);
}

.primary-underline {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.primary-underline:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 0;
  border: 0.05em solid #f8cae0;
  border-radius: 0.05em;
  background: #f8cae0;
}

.go-to-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 45px;
}
.go-to-top .btn-top {
  cursor: pointer;
  border-radius: 52px;
  width: 110px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  transition: 0.3s;
  border-color: transparent;
}
.go-to-top .btn-top:hover {
  color: #000;
  border-color: transparent;
  background-color: #ffff00;
}
.go-to-top .btn-top img {
  max-height: 25px;
  margin-right: 10px;
}

.steps {
  display: flex;
  flex-direction: row;
}
.steps .numeration {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "studiofeixen";
  font-size: 32px;
  font-weight: 400;
  min-width: 48px;
  min-height: 48px;
  height: 48px;
  width: 48px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/circle-small.svg?c513d14ef5444d3b5c68c40cd6d3103e);
  padding-right: 29px;
}

.btn-wrapper {
  display: flex;
  justify-content: start;
  align-items: flex-end;
}
.btn-wrapper .a-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8cae0;
  width: 232px;
  height: 60px;
  border-radius: 52px;
  border-bottom: 0px;
  border: #f8cae0 solid 2px;
  border-radius: 50px;
  position: relative;
  transition: 0.3s;
}
.btn-wrapper .a-btn:hover {
  background-color: transparent;
}
.btn-wrapper .a-btn:focus {
  box-shadow: none;
}
.cos .btn-wrapper .a-btn::before {
  background-image: url(../images/arrow.svg?2b92838a6530c058600c7fa3a3b78aad);
  position: absolute;
  left: -50%;
  top: -70%;
  content: "";
  display: inline-block;
  z-index: 100;
  width: 125px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-wrapper .arrow {
  margin-left: -125px;
  background-image: url(../images/arrow.svg?2b92838a6530c058600c7fa3a3b78aad);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 125px;
  height: 100px;
}

.linkedin-a div,
.linkedin-a img {
  display: inline-block;
  vertical-align: middle;
}

.linkedin-a {
  border-bottom: none;
}
.linkedin-a:hover {
  border-bottom: 1px solid #000;
}
.linkedin-a img {
  margin-top: 2px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
}

.form-wrapper textarea {
  resize: none;
}
.form-wrapper .form-label {
  margin-bottom: 15px;
}
.form-wrapper .form-label label.gfield_label {
  font-size: inherit;
  font-weight: inherit;
}
.form-wrapper .form-label label.gfield_label .gfield_required {
  padding: 0px;
}
.form-wrapper .form-label .textarea,
.form-wrapper .form-label input {
  border-color: #fff;
  border: none;
  font-family: inherit;
  font-size: inherit !important;
  font-weight: inherit;
}
.form-wrapper .form-label .gfield_validation_message {
  border: none;
  margin-top: 0px;
  padding: 0px !important;
  background-color: transparent;
  text-align: right;
}
.form-wrapper .form-label .gfield_description {
  padding-top: 0px !important;
  font-size: inherit !important;
  font-weight: inherit;
}
.form-wrapper .form-label .gfield_description.gfield_validation_message {
  font-size: 0.8em !important;
  line-height: 2;
}
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice {
  margin-bottom: 20px;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox],
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio],
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox],
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio] {
    --active: #f8cae0;
    --active-inner: #fff;
    --focus: 1px #f8cae0;
    --border: transparent;
    --border-hover: #f8cae0;
    --background: #fff;
    --disabled: #f6f8ff;
    --disabled-inner: #e1e6f9;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 30px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 0px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox]:after,
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio]:after,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox]:after,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox]:checked,
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio]:checked,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox]:checked,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox]:disabled,
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio]:disabled,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox]:disabled,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox]:disabled:checked,
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio]:disabled:checked,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox]:disabled:checked,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox]:disabled + label,
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio]:disabled + label,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox]:disabled + label,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox]:hover:not(:checked):not(:disabled),
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio]:hover:not(:checked):not(:disabled),
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox]:hover:not(:checked):not(:disabled),
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox]:focus,
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio]:focus,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox]:focus,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio]:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox]:not(.switch),
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio]:not(.switch),
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox]:not(.switch),
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio]:not(.switch) {
    width: 30px;
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox]:not(.switch):after,
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio]:not(.switch):after,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox]:not(.switch):after,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox]:not(.switch):checked,
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio]:not(.switch):checked,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox]:not(.switch):checked,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox] + label,
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio] + label,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox] + label,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio] + label {
    font-size: inherit;
    line-height: 30px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox]:not(.switch):after,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox]:not(.switch):after {
    width: 10px;
    height: 18px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(var(--r, 20deg));
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox]:not(.switch):checked,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox].switch,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox].switch {
    width: 38px;
    border-radius: 11px;
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox].switch:after,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox].switch:after {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox].switch:checked,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox].switch:disabled:not(:checked):after,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio],
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio] {
    border-radius: 50%;
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio]:after,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio]:after {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio]:checked,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio]:checked {
    --s: 0.5;
  }
}
.form-wrapper .gform_footer input[type=submit].button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  font-size: inherit;
  font-weight: inherit;
  color: #000;
  margin-bottom: 0px;
  background: #f8cae0;
  border-color: #f8cae0;
  border-radius: 52px;
  border-width: 2px;
  border-style: solid;
  width: 296px;
  height: 60px;
  transition: 0.2s;
}
.form-wrapper .gform_footer input[type=submit].button:hover {
  background-color: transparent;
}

.back-to-home-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #f8cae0;
  border-radius: 52px;
  border: 2px solid #f8cae0;
  width: 294px;
  height: 58px;
  margin-top: 1em;
  transition: 0.3s;
}
.back-to-home-btn:hover {
  background-color: transparent;
}

.cleared {
  border: none;
}

.gform_wrapper .gform_validation_errors {
  margin-bottom: 25px !important;
}

.alumni-columns {
  display: grid;
  grid-template-columns: auto auto;
  -moz-column-gap: 15px;
       column-gap: 15px;
}

@media screen and (max-width: 1350px) {
  .hero-image-wrapper {
    margin-top: -16em;
  }

  .hero-image {
    height: 468px;
  }

  .jetzt-bewerben-4 .illu-wrapper {
    height: 320px;
    width: 280px;
    margin-bottom: -55px;
  }

  .hero-1 .circle-wrapper {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 25px;
  }

  .hero-image {
    height: 390px;
  }

  .logo-wrapper .img-wrapper {
    width: 25%;
  }

  .jetzt-bewerben-4 .illu-wrapper {
    height: 260px;
    width: 228px;
    margin-bottom: -45px;
  }

  .logo {
    min-width: 116px;
    min-height: 40px;
    width: 116px;
    height: 40px;
  }

  .go-to-top {
    padding: 30px 20px;
  }
  .go-to-top .btn-top {
    width: 80px;
    height: 40px;
  }
  .go-to-top .btn-top img {
    max-height: 16px;
    width: auto;
    margin-right: 5px;
  }

  .btn-wrapper {
    padding-top: 45px;
  }
  .btn-wrapper .a-btn {
    width: 159px;
    height: 40px;
    font-size: 13px;
  }
  .btn-wrapper .arrow {
    background-position: left;
    margin-left: 0px;
    width: 85px;
    height: 75px;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 20px;
  }

  td {
    width: 100%;
    display: inline-block;
    padding-bottom: 0;
  }

  td:nth-child(2) {
    padding-bottom: 1.5em;
  }

  .hero-image {
    background-size: 700px 320px;
    height: 320px;
  }

  .jetzt-bewerben-4 .illu-wrapper {
    height: 190px;
    width: 166px;
    margin-bottom: -33px;
  }

  .logo {
    min-width: 102px;
    height: 35px;
    width: 102px;
    height: 35px;
    margin-left: 6vw;
  }

  .back-to-main-btn {
    width: 20px;
    height: 20px;
    margin-right: 6vw;
  }

  .alumni-yearly-block {
    margin-top: 50px;
  }
  .alumni-yearly-block .alumni-columns {
    display: grid;
    grid-template-columns: auto;
  }

  .mobile-nav-btn {
    display: block;
  }

  .nav-language {
    display: none;
  }

  .steps .numeration {
    font-size: 18px;
    min-width: 35px;
    min-height: 35px;
    height: 35px;
    width: 35px;
    padding-right: 15px;
  }

  .navi {
    justify-content: flex-end;
    width: 100%;
    display: flex;
    text-align: right;
    margin-bottom: 0px;
    padding-top: 0px;
    transition: 0.2s;
  }
  .navi ul {
    margin-right: 6vw;
    display: flex;
    flex-direction: column;
  }
  .navi ul li {
    align-self: flex-end;
    margin-left: auto;
    margin: 0px;
    line-height: 30px;
  }
  .navi ul li.wpml-mobile {
    display: inline-block;
  }
  .navi ul li.wpml-mobile .wpml-ls-legacy-list-horizontal {
    display: flex;
  }
  .navi ul li.wpml-mobile .wpml-ls-legacy-list-horizontal ul {
    flex-direction: row;
  }
  .navi ul li .wpml-mobile::after {
    height: 0px;
  }
  .navi.hidden {
    display: flex;
  }
  .navi.hidden ul {
    opacity: 0;
  }

  .linkedin-a img {
    width: 10px;
    height: 10px;
  }

  .wpml-ls-legacy-list-horizontal {
    display: none;
  }

  .shrink {
    transition: 0.2s;
    padding-top: 2em !important;
  }

  .form-wrapper .gform_footer input[type=submit].button {
    width: 168px;
    height: 40px;
  }
  .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice {
    margin-bottom: 15px;
  }
  @supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox],
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio],
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox],
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio] {
      height: 20px;
    }
    .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox]:not(.switch),
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio]:not(.switch),
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox]:not(.switch),
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio]:not(.switch) {
      width: 20px;
    }
    .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox] + label,
.form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio] + label,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox] + label,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio] + label {
      line-height: 20px;
    }
    .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=checkbox]:not(.switch):after,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=checkbox]:not(.switch):after {
      width: 7px;
      height: 10px;
    }
    .form-wrapper .form-radio-checkbox .gfield_checkbox .gchoice input[type=radio]:after,
.form-wrapper .form-radio-checkbox .gfield_radio .gchoice input[type=radio]:after {
      width: 10px;
      height: 10px;
    }
  }

  .back-to-home-btn {
    margin-top: 1em;
    width: 168px;
    height: 40px;
  }

  .menu-class {
    overflow: hidden;
    max-height: 0px;
    transition: 0.4s;
  }
  .menu-class.open {
    transition: 0.4s;
    max-height: 250px;
  }
}
@media screen and (max-width: 500px) {
  body {
    font-size: 13px;
  }

  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 18px;
  }

  .logo-wrapper .img-wrapper {
    width: 50%;
  }

  .jetzt-bewerben-4 .illu-wrapper {
    transform: translateX(20vw);
  }

  .jetzt-bewerben-4 .fragen {
    margin-bottom: 9em;
  }

  .logo {
    min-width: 87px;
    min-height: 30px;
    width: 87px;
    height: 30px;
  }
}
