@font-face {
  font-family: "univia-pro";
  src: url("../fonts/univia-pro/Univia-Pro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "univia-pro";
  src: url("../fonts/univia-pro/Univia-Pro-Regular-Italic.otf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "univia-pro-light";
  src: url("../fonts/univia-pro/Univia-Pro-Light.otf") format("opentype");
}
@font-face {
  font-family: "univia-pro-light";
  src: url("../fonts/univia-pro/Univia-Pro-Light-Italic.otf") format("opentype");
  font-style: italic;
}
:root {
  --gkn-pm-dark-blue: #1a2d44;
  --gkn-pm-yellow: #fbba00;
  --gkn-pm-light-blue: #2b5689;
  --gkn-pm-light-grey: #f3f3ee;
  --main-text-color: #373a3c;
}

body {
  color: var(--main-text-color);
  background-color: #fff;
  font-family: univia-pro, serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

div {
  box-sizing: border-box;
}

a,
a:visited {
  color: #369;
  text-decoration: underline;
  transition: color 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
}

.headline {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--main-text-color);
}

.text {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: var(--main-text-color);
}

.page-wrapper {
  max-width: 1680px;
  margin: 0 auto;
  padding: 0;
}

.inactive {
  cursor: not-allowed !important;
  color: #8d8d8d;
}

.modal {
  box-sizing: border-box;
  position: fixed;
  top: 10%;
  width: 70%;
  height: 70%;
  background: #fff;
  border: 1px solid #999;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
  left: 50%;
  margin-left: -35%;
}
.modal .inner {
  box-sizing: border-box;
  height: 100%;
  padding: 40px;
  overflow-y: scroll;
}
.modal .close {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #999;
  font-size: 24px;
}
.modal .close:hover {
  cursor: pointer;
  color: #666;
}

.impressum, .datenschutz, .anprechpartner {
  font-family: Arial, sans-serif;
}

/*------------------------------------------------------------*/
/*header*/
/*------------------------------------------------------------*/
.hero {
  position: relative;
}

.hero-img {
  width: 100%;
  height: auto;
}

/*------------------------------------------------------------*/
/*section-general-block*/
/*------------------------------------------------------------*/
section {
  margin: 0;
  padding: 60px 0;
  box-sizing: border-box;
}

section:nth-of-type(2n) {
  background-color: var(--gkn-pm-dark-blue);
}

.general-block {
  position: relative;
  width: 70%;
  margin: 20px auto;
}

.general-description {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.general-text {
  width: 46%;
}

.general-img {
  width: 45%;
  height: 10%;
}

.divisions {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.heading {
  text-align: center;
}

.button {
  width: 100%;
  margin-top: 25px;
  padding: 15px;
  text-align: center;
  border: none;
  background-color: #999999;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background-color 0.3s;
}

.button:hover {
  background-color: var(--gkn-pm-yellow);
}

/*------------------------------------------------------------*/
/*section-application-block*/
/*------------------------------------------------------------*/
.application-block {
  width: 100%;
  margin-bottom: 0;
}

.form {
  padding: 40px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.formular {
  max-width: 700px;
  margin: 50px auto;
}

.form-argument {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}

.form-argument-row {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

select {
  border: none;
}

.form-field {
  display: flex;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 5px;
  font-size: 14px;
  color: #333333;
}

.form-field-small {
  display: flex;
  width: 280px;
  padding: 5px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border-radius: 5px;
  font-size: 14px;
  color: #333333;
}

.form-label {
  display: inline-block;
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: normal;
  color: var(--gkn-pm-dark-blue);
}

.addition {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: lighter;
  color: #999999;
}

.checkbox {
  margin-top: 5%;
}

.application-send-spinner {
  display: none;
  padding: 20px;
}
.application-send-spinner .flex-center {
  padding: 10px;
}

.application-send {
  display: none;
  padding: 20px 40px;
  background: #fff;
  box-shadow: -3px 4px 10px #d4d4d4;
}

.application-error {
  display: none;
  margin-top: 20px;
  padding: 20px 40px;
  color: #d41a26;
  background: #ffdfd2;
  border: 1px solid #d41a26;
}

input.error,
select.error {
  background: #ffdfd2;
}

.input-error {
  color: #d41a26;
  margin-top: 10px;
}

/*------------------------------------------------------------*/
/*section-footer-block*/
/*------------------------------------------------------------*/
.footer-block {
  display: flex;
  padding: 40px;
  justify-content: space-between;
  align-items: flex-end;
  background-color: var(--gkn-pm-dark-blue);
}

.footer-adress {
  flex: 1 0 300px;
}

.address {
  flex-basis: 400px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height: 24px;
  color: #ffffff;
}

.links, .links:visited {
  padding-right: 10px;
  font-size: 11px;
  font-weight: normal;
  letter-spacing: 0.025em;
  line-height: 24px;
  color: var(--gkn-pm-yellow);
  text-decoration: none;
  cursor: pointer;
}

.links:hover {
  text-decoration: underline;
}

.social-media {
  text-align: right;
}

.socialMedia-icon {
  width: 20px;
  padding: 10px;
  border: 2px solid #ffffff;
  cursor: pointer;
  transition: width 0.25s;
}

.logo {
  flex: 1 1 50%;
  text-align: center;
}

.logo-img {
  width: 50%;
}

.show-mobile {
  display: none;
}

div.jfilestyle label {
  border: 1px solid #999999;
  background: var(--gkn-pm-dark-blue);
  color: #fff;
  width: 120px;
}

div.jfilestyle label:hover {
  background: var(--gkn-pm-light-blue);
}

div.jfilestyle input {
  background: #fff;
  border: 1px solid #999999;
}

.flex-center {
  display: flex;
  justify-content: center;
}

a.website-link {
  display: block;
  background-color: var(--gkn-pm-yellow);
  font-size: 16px;
  text-decoration: none;
  color: var(--gkn-pm-dark-blue);
  border-radius: 2px;
  width: 100px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .formular {
    width: 80%;
  }
}
/*medium devices (tablets)*/
@media (min-width: 768px) and (max-width: 991px) {
  .general-description {
    display: block;
  }
  .general-text {
    width: 100%;
  }
  .general-img {
    width: 100%;
    margin: 10% 0;
  }
  .formular {
    width: 100%;
  }
  .footer-block {
    position: relative;
    padding: 5%;
  }
  .footer-adress {
    padding-top: 25px;
  }
  .logo {
    position: absolute;
    top: 5%;
    left: 3%;
  }
}
/* Small devices (phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
  .general-block {
    margin: 10% auto;
    width: 100%;
    padding: 0 5%;
  }
  .general-description {
    display: block;
    margin: 0;
    padding: 0 5%;
  }
  .general-text {
    width: 100%;
  }
  .general-img {
    width: 100%;
    margin: 5% 0;
  }
  .divisions {
    width: 100%;
    margin: 10% 0;
  }
  .bg {
    width: 130%;
  }
  .application-block {
    width: 100%;
  }
  .formular {
    width: 100%;
  }
  .form-field-small {
    width: 208px;
  }
  .footer-block {
    position: relative;
    padding: 5%;
  }
  .footer-adress {
    padding-top: 25px;
  }
  .logo {
    position: absolute;
    top: 5%;
    left: 3%;
  }
}
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
  .headline {
    text-align: center;
    margin: 10%;
  }
  .general-block {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }
  .general-description {
    display: block;
  }
  .general-text {
    width: 100%;
  }
  .general-img {
    width: 100%;
    margin: 5% 0 0 0;
  }
  .divisions {
    width: 100%;
    margin: 10% 0;
  }
  .bg {
    width: 130%;
  }
  .application-block {
    width: 100%;
  }
  .form {
    margin-top: 50px;
    padding: 15px;
  }
  .formular {
    width: 100%;
  }
  .form-argument-row {
    flex-direction: column;
  }
  .form-field {
    width: 100%;
  }
  .form-field-small {
    width: 100%;
  }
  .form-field-small-row {
    width: 80px;
  }
  .footer-block {
    position: relative;
    padding: 5%;
  }
  .footer-adress {
    padding-top: 25px;
  }
  .logo {
    position: absolute;
    top: 5%;
    left: 3%;
  }
  .social-media {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  div.jfilestyle input {
    box-sizing: border-box;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  section {
    margin: 20px 0;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .modal {
    width: 90%;
    margin-left: -45%;
  }
  .modal .inner {
    padding: 20px;
  }
}

/*# sourceMappingURL=style.css.map */
