@charset "UTF-8";
/**** Webapps Imports ****/
/**** Global Vars ****/
::selection {
  background: #FF9800;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #FF9800;
  /* Gecko Browsers */ }

/* Responsive Media Queries */
/* uikit breakpoints:
$breakpoint-small: 640px !default;
$breakpoint-medium: 960px !default;
$breakpoint-large: 1200px !default;
$breakpoint-xlarge: 1600px !default;
$breakpoint-xsmall-max: ($breakpoint-small - 1) !default;
$breakpoint-small-max: ($breakpoint-medium - 1) !default;
$breakpoint-medium-max: ($breakpoint-large - 1) !default;
$breakpoint-large-max: ($breakpoint-xlarge - 1) !default;
*/
/* Lato Font (Global) */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("../../appdata/common/css/Lato-Bold.woff2") format("woff2"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("../../appdata/common/css/Lato-Regular.woff2") format("woff2"); }

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local("Lato Italic"), local("Lato-Italic"), url("../../appdata/common/css/Lato-Italic.woff2") format("woff2"); }

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url("../../appdata/common/css/Lato-Black.woff2") format("woff2"); }

/* Scrollbars */
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

/* Track */
::-webkit-scrollbar-track {
  border-radius: 15px;
  margin: 10px 0; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(111, 116, 125, 0.5);
  border-radius: 15px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(111, 116, 125, 0.7); }

::-webkit-scrollbar-track:hover {
  background: rgba(228, 233, 236, 0.7); }

/* ****** Navigation ****** */
@media (max-height: 450px) {
  .he-modal-center-content {
    height: calc(100vh - 85px); } }

.he-modal-footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 20px 0px;
  /*color: $dhd-bright-grey;
	background-color: rgba(111,116,125.8);*/
  height: 45px; }
  @media (max-height: 450px) {
    .he-modal-footer {
      position: relative; } }
.he-footer-left {
  text-align: left;
  position: absolute;
  left: 0px;
  padding: 0 0 0 25px; }

.he-footer-center {
  text-align: center;
  position: absolute;
  margin-left: calc(50% - 47px); }

.he-footer-right {
  text-align: right;
  position: absolute;
  right: 0px;
  padding: 0 25px 0 0; }

.he-modal-overlay-state {
  margin: 65px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border-radius: 8px;
  border: 1px solid #efe9ec;
  box-shadow: 0px 0px 80px 40px rgba(51, 51, 51, 0.3); }

#he-blur-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px); }

#he-logo {
  position: relative;
  height: 120px;
  margin: 30px 10px 40px 35px; }
  @media (max-width: 375px) {
    #he-logo {
      height: 60px;
      margin: 25px 5px 10px 20px; } }
  @media (min-width: 376px) and (max-width: 768px) {
    #he-logo {
      height: 90px; } }
  @media (max-height: 450px) {
    #he-logo {
      height: 60px; } }
#he-footer-logo {
  padding-top: 14px;
  width: 94px; }
  @media (max-width: 375px) {
    #he-footer-logo {
      display: none; } }
/***** no connection & loading gray out *****/
#grayout {
  display: block;
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(240, 240, 240, 0.8);
  text-align: center; }

.blur {
  -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s; }

.blurActive {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  -webkit-transition: .5s;
  transition: .5s; }

#noConnection {
  color: #000000;
  font-weight: 800;
  letter-spacing: -0.2px; }

/*********
* App-Style - WebApps Container
*********/
.he-app-container {
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  left: 50%; }

.dhd-app-content-container {
  width: 100%; }

/***** Startseite (globaler background) *****/
html body {
  background: #F6F9FB;
  background-size: cover;
  height: 100% !important;
  font-size: 16px; }
  @media (max-width: 375px) {
    html body {
      font-size: 12px; } }
  @media (min-width: 376px) and (max-width: 768px) {
    html body {
      font-size: 14px; } }
  @media (min-width: 769px) and (max-width: 1024px) {
    html body {
      font-size: 16px; } }
  @media (min-width: 376px) and (max-width: 768px) {
    html body {
      font-size: 20px; } }
.he-top-bar {
  border-top: 3px solid #FF9800;
  position: fixed;
  width: 100%;
  z-index: 9999; }

.he-webapps-logo-overlay {
  width: 45px;
  position: fixed;
  top: 20px;
  left: 25px;
  z-index: 1000; }

.dhd-menu-container {
  display: grid;
  width: var(--grid-width);
  grid-template-columns: repeat(auto-fit, minmax(100px, 140px));
  grid-auto-rows: auto;
  grid-gap: 10px;
  justify-content: center; }

.dhd-menu-item {
  display: flex;
  align-items: center;
  justify-content: center; }

.dhd-main-connect-dialog {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0.5em; }

.dhd-main-adminkilled-dlg {
  position: absolute;
  top: 45%;
  left: 50%;
  width: min-content;
  transform: translate(-50%, -50%);
  color: #000000;
  font-size: 1.3rem;
  font-weight: 600;
  background-color: #ffffff;
  padding: 30px 40px;
  line-height: 1; }
  .dhd-main-adminkilled-dlg span.uk-icon {
    color: #E02020;
    clear: both;
    margin-bottom: 15px; }
  .dhd-main-adminkilled-dlg button {
    clear: both;
    margin-top: 15px;
    background-color: #F6F9FB;
    color: #333;
    border: 0px solid #000000;
    padding: 7px 12px;
    font-size: 1.0rem;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    .dhd-main-adminkilled-dlg button:hover {
      color: #333;
      background: #d3e1eb; }

/**** Buttons ****/
.he-round-button {
  border-radius: 100%;
  height: 45px;
  width: 45px;
  border: none;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  padding: 0; }
  .he-round-button:hover {
    color: #FF9800; }

.he-menu-button {
  border-radius: 100%;
  height: 45px;
  width: 45px;
  color: #6F747D;
  border: 1px solid #6F747D;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }
  .he-menu-button:hover {
    color: #FF9800;
    border: 1px solid #FF9800; }

.he-footer-button {
  border-radius: 100%;
  height: 45px;
  width: 45px;
  color: #6F747D;
  border: 1px solid #6F747D;
  transition: 0.4s;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }
  .he-footer-button:hover {
    color: #FF9800;
    border: 1px solid #FF9800; }

.he-device {
  border-radius: 20px;
  height: 45px;
  width: auto;
  min-width: 45px;
  color: #000000;
  margin: 0 10px 10px 0;
  font-size: 14px;
  padding: 0 25px;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease; }

.he-device > .he-device-icon {
  margin: 0 8px 0 0; }

.he-login-button {
  border-radius: 20px;
  height: 45px;
  min-width: 45px;
  text-align: center;
  background-color: transparent;
  color: #6F747D;
  border: 1px solid #6F747D;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  margin: 0 10px 10px 0;
  font-size: 14px;
  cursor: pointer; }
  .he-login-button:hover {
    color: #FF9800;
    border: 1px solid #FF9800; }

.he-loginout-uid {
  font-size: 1.15em;
  margin-right: 8px; }

.he-loginout-icon {
  margin: 0 0px 0 6px; }

.he-app-switch {
  border-radius: 100%;
  height: 45px;
  width: 45px;
  color: #6F747D;
  border: 1px solid #6F747D;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  margin: 0 20px 10px 20px;
  padding-right: 2px;
  vertical-align: center; }
  .he-app-switch:hover {
    color: #FF9800;
    border: 1px solid #FF9800; }

.he-login-ok {
  border-radius: 100%;
  height: 45px;
  width: 45px;
  color: #6F747D;
  border: 1px solid #6F747D;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  transition: 0.4s ease;
  margin: 0 10px 10px 0;
  padding-right: 2px; }
  .he-login-ok:hover {
    color: #FF9800;
    border: 1px solid #FF9800; }

.he-btn-active {
  color: #FF9800 !important;
  border: 1px solid #FF9800 !important; }

.he-modal-toggle {
  position: fixed;
  right: 25px;
  top: 20px;
  background-color: rgba(246, 249, 251, 0.83);
  margin: 0px !important;
  padding: 0px !important;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
  .he-modal-toggle:hover {
    cursor: pointer;
    box-shadow: 0px 0px 20px 7px rgba(51, 51, 51, 0.3);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }

.he-callmenu-appicon {
  width: 45px; }

#he-menu-close {
  position: absolute;
  right: 25px;
  top: 20px; }

#dhd-modal-close {
  background-color: #e4e9ec;
  right: 90px;
  top: 85px; }

.he-app-switch-autohome {
  position: relative;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 45px;
  transform: translate(-50%, -50%); }

#he-app-switch-autohome-circ {
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  fill: none;
  stroke: #efe9ec;
  animation: draw 7s linear forwards; }

@keyframes draw {
  to {
    stroke-dashoffset: 0; } }

.he-modal-contents {
  z-index: 100; }

.he-invisible {
  display: none; }

body {
  touch-action: none; }

/**** Main Menu ****/
.he-appicon {
  width: 120px;
  padding: 10px;
  cursor: pointer; }
  @media (max-width: 375px) {
    .he-appicon {
      width: 80px; } }
  @media (min-width: 376px) and (max-width: 768px) {
    .he-appicon {
      width: 100px; } }
/**** Subnav ****/
.he-submenu {
  width: 100%;
  text-align: center; }

.he-selected-appicon {
  width: 90px;
  height: 90px; }

.he-app-selected {
  margin: 0 0 20px 0; }

.he-sublist-container {
  align-items: center;
  justify-content: center; }

.he-sublist {
  display: grid;
  width: var(--grid-width);
  grid-template-columns: repeat(auto-fit, minmax(100px, 310px));
  grid-auto-rows: auto;
  grid-gap: 10px;
  justify-content: center; }
  .he-sublist div {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000000;
    padding: 10px 5px;
    border-radius: 10px;
    border: 1px solid #efe9ec;
    box-shadow: 0 8px 12px 0 rgba(192, 192, 192, 0.64);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 280px;
    height: 60px;
    background-color: #F6F9FB;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 60px;
    margin: 10px;
    cursor: pointer; }
    .he-sublist div:hover  {
      box-shadow: 0 8px 12px 0 rgba(192, 192, 192, 0.9);
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -ms-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      cursor: pointer; }
  .he-sublist a {
    color: #000000;
    display: inline-block;
    line-height: 1.5; }
    .he-sublist a:hover {
      color: #000000;
      text-decoration: none; }

.he-flex-content {
  width: 100%;
  text-align: center; }

/**** Login ****/
#inputPIN, #inputUID {
  background-color: transparent !important;
  border: 1px solid #6F747D; }

#labelPIN, #labelUID {
  background-color: transparent !important;
  margin-right: 15px; }

#loginBack {
  margin: 0 10px 10px 10px !important; }

#enterPIN {
  margin: 0 10px 10px 14px !important; }

.he-uid {
  margin-bottom: 10px; }

#pinicon {
  color: #000000; }

.he-auth-failed {
  color: #E02020 !important; }

.he-auth-success {
  border-radius: 100%;
  border: 3px solid #6DD400;
  width: 90px;
  height: 90px;
  margin: 0px auto; }
  .he-auth-success > span {
    color: #6DD400;
    margin: 17px 17px; }

.he-present-username {
  font-size: 1.6rem;
  color: #000000; }

.he-welcome-message {
  margin-top: 23px;
  margin-bottom: 9px;
  color: #000000; }

/**** About ****/
.he-logoimg {
  width: 200px; }

.he-dhdlogo {
  margin: 0 0 20px 0; }

/**** Legal Information ****/
.he-legal-information {
  margin: 30px auto;
  text-align: left;
  overflow-y: scroll; }
  .he-legal-information-maxi {
    width: 700px;
    height: 500px; }
  .he-legal-information-midi {
    width: 500px;
    height: 450px; }
  .he-legal-information-mini {
    width: 350px;
    height: 350px; }

.he-legal-text {
  white-space: pre-line; }
