@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.vdb {
  --primary-color: #627ed1;
  --primary-background: #627ed1;
  --primary-color-hover: #273273;
  --primary-color-pressed: #03005b;
  --secondary-background: #627ed1;
  --secondary-background-hover: #273273;
  --secondary-background-pressed: #03005b;
  --on-focus-color: #001689;
}

.container-loading {
  height: 100vh;
}

.adb .container-loading {
  background: linear-gradient(119deg, #00a99d 0%, #001689 100%);
}

.vdb .container-loading {
  background: linear-gradient(150deg, #99b7f9 0%, #03005b 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;
  width: 200px;
  height: 220px;
}

.adb .login-logo {
  background-image: url("../img/logo_hoch_farbe.png");
}

.vdb .login-logo {
  background-image: url('/img/videobays/220x220_Login_Page.png');
}


.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;
  }
}
