@font-face {
  font-family: helveticaNeueLight;
  src: url("../fonts/helvetica/HelveticaNeue-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: helveticaNeueLight, Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0;
}

body.adb {
  --primary-color: #00a99d;
  --primary-background: linear-gradient(105deg, #001689 0%, #00a99d 40%, #001689 60%) 0% 0% no-repeat padding-box;
  --primary-color-hover: #67cac4;
  --primary-color-pressed: #01857b;
  --secondary-background: #00a99d;
  --secondary-background-hover: #67cac4;
  --secondary-background-pressed: #01857b;
  --on-focus-color: #001689;
}

body.mai {
  --primary-color: #e5358b;
  --primary-background: #e5358b;
  --primary-flat-hover: #f090bf;
  --primary-color-hover: #f090bf;
  --primary-color-pressed: #921f64;
  --primary-flat-pressed: #921f64;
  --secondary-background: #e5358b;
  --secondary-background-hover: #f090bf;
  --secondary-background-pressed: #921f64;
  --on-focus-color: #921f64;
}

body.ssp {
  --primary-color: #345f57;
  --secondary-background: #345f57;
}

body.dmp {
  --primary-color: #204c60;
  --secondary-background: #204c60;
}

.container-loading {
  height: 100vh;
}

.adb .container-loading {
  background: linear-gradient(119deg, #00a99d 0%, #001689 100%);
}

.mai .container-loading {
  background-color: #921f64;
}

.ssp .container-loading {
  background: linear-gradient(45deg, #345f57 0%, #3aa497 100%);
}

.dmp .container-loading {
  background: linear-gradient(45deg, #204c60 0%, #79afbb 100%);
}

.loading-modal {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  background-color: white;
  border-radius: 20px;
  width: 400px;
  height: 608px;
}

.login-logo {
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.adb .login-logo {
  background-image: url("../img/logo_hoch_farbe.png");
  width: 200px;
  height: 220px;
}

.mai .login-logo {
  background-image: url("../img/mai_logo_full.png");
  width: 170px;
  height: 240px;
}

.ssp .login-logo {
  background-image: url("../img/SSP.png");
  width: 200px;
  height: 220px;
}

.dmp .login-logo {
  background-image: url("../img/dmp_logo.png");
  width: 200px;
  height: 220px;
}

.spinner-box {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.application-text {
  text-align: center;
}

.footer-loading {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-left: 16px;
  height: 45px;
  z-index: 9999;
}

a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
  color: white;
}

@media screen and (width <= 767px) and (width >= 320px) {
  .loading-modal {
    width: 395px;
  }

  .footer-loading {
    display: none;
  }
}

@media (width <= 475px) {
  .loading-modal {
    width: 300px;
  }
}
