@font-face {
  font-family: rajdhani;
  src: url("../fonts/rajdhani_medium.ttf");
}
@font-face {
  font-family: rajdhani;
  src: url("../fonts/rajdhani_bold.ttf");
  font-weight: 500 900;
}

div {
  font-family: rajdhani;
}
.green-alert {
  background-color: rgb(31, 105, 31);
  color: white;
}
.red-alert {
  background-color: #fd0001;
  color: white;
}
.is-blue {
  color: #0f304e !important;
}
.text-responsive {
  font-size: calc(100% + 1vw + 1vh);
}
body {
}
.navbar {
  background-color: #0f304e;
  height: 20vh;
  box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.5);
}
.heading-main {
  font-weight: 700;
}

.arguments-container {
  background-color: #0f304e;
  background-size: 100% 100%;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  padding: 50px;
  position: relative;
  top: -50px;
  margin-top: 5rem;
}

.inner-arguments-container {
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
  color: white;
}

.form-container {
  scroll-margin-top: 20vh;
  background-color: white;
  background-size: 100% 100%;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  padding: 50px;
  position: relative;
  top: -50px;
}

.inner-form-container {
  -webkit-transform: skewY(2deg);
  -moz-transform: skewY(2deg);
  -ms-transform: skewY(2deg);
  -o-transform: skewY(2deg);
  transform: skewY(2deg);
}

.footer-container {
  background-color: #0f304e;

  padding: 40px;
}

.center-footer {
  margin: auto;
  display: block;
}

.footer-fix-container {
  background-color: #0f304e;
  background-size: 100% 100%;
  z-index: 0;
}
.disable-border-button {
  border: none;
  cursor: pointer;
}
.disable-border-background {
  border: none;
  background: none;
}
.text-shadow-arguments {
  text-shadow: 0 0 0.5rem black;
}
@media (min-width: 991.98px) {
  .team-image-container {
    margin-top: 20vh;
    height: 570px;
  }
  .team-image {
    background: url(../images/solo_desktop.png);
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 700px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
  .text-shadow {
    text-shadow: 0 0 0.5rem white;
  }
}
@media (max-width: 991.98px) {
  .team-image-container {
    margin-top: 20vh;
    min-height: 1300px;
    background-color: white;
  }
  .text-position-team {
    margin-top: 720px;
    position: absolute;
  }
  .team-image {
    background: url(../images/solo_mobile.png);
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    height: 700px;
    width: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  }
}

.impressum-container {
  background-color: white;
  background-size: 100% 100%;
  margin-top: 20vh;
  padding: 50px;
  position: relative;
  top: -50px;
}

.inner-impressum-container {
  color: white;
}

.stellen-heading-color {
  color: #fd0001;
}

.circle {
  background-color: #fd0001;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 auto;
}
.submit-button:hover {
  content: url("../images/submit2.png");
}

.stellen-button {
  cursor: pointer;
}
.stellen-button:hover {
  content: url("../images/button_stellen_hover.png");
}

.aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  text-align: center;
}

.impressum {
  color: black;
}

ul.no-bullets {
  list-style-type: none; /* Remove bullets */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

.btn-back {
  border-radius: 10px;
  background-color: #fd0001;
  border-color: green;
  color: white;
  border-style: none;
}
.btn-back:hover {
  color: #0f304e;
}

.btn-back-link {
  color: white;
  text-decoration: none;
}

.btn-back-link:hover {
  color: #0f304e;
}
