﻿@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 1em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

fieldset {
  border: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

ul {
  margin: 0.3em 0;
}
ul li {
  line-height: 1.2em;
}

form {
  display: contents;
}

ul {
  margin: 0;
}

/*--------------------------------------------------------------------------------*/
/*Colors*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*Backgrounds*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*Mesurements*/
/*--------------------------------------------------------------------------------*/
/*
$mesurement_sidepanel_width: 15vw;

$mesurement_topspaceing: 2vh;
$mesurement_bottomspaceing: (($mesurement_topspaceing *0.5 )*3);

$mesurement_header_hight: 6vh;
$mesurement_header_contantactionpanel_gap:($mesurement_header_hight * 0.3);
$mesurement_contentActionsPanel_hight: ($mesurement_header_hight * 0.8);
$mesurement_footer_height: ($mesurement_header_hight * 0.5);

$mesurement_main_to_navi_offset: ($mesurement_header_contantactionpanel_gap * 0.3333333);
$messurement_main_top_spaceing: (($mesurement_main_to_navi_offset *2)  + $mesurement_contentActionsPanel_hight);
$mesurement_main_footer_overlap: ($mesurement_bottomspaceing*0.33333333);
$mesurement_main_bottom_spaceing: (($mesurement_bottomspaceing - $mesurement_main_footer_overlap )*0.7);

$messurement_offset_horizontal_contentActionsPanel: 3vw;*/
/*--------------------------------------------------------------------------------*/
/*Icons*/
/*--------------------------------------------------------------------------------*/
/*.material-icons {
    &.culture::after {
        content: "translate";
    }

    &.user::after {
        content: "person";
    }

    &.tenant::after {
        content: "business";
    }

    &.admin::after {
        content: "cloud";
    }
}*/
#loading .obscureBackground {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  animation-name: darkenbackground;
  background-color: transparetalize(#888888, 0.3);
  animation-duration: 1.5s;
}
@keyframes darkenbackground {
  from {
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    background-color: transparetalize(#888888, 0.3);
  }
}
#loading .loadingMessage {
  box-shadow: 0 0.4vw 0.8vw 0 rgba(0, 0, 0, 0.2), 0 0.6vw 2vw 0 rgba(0, 0, 0, 0.19);
  grid-area: modal-small;
  background-color: #ffffff;
  justify-content: center;
  align-items: center;
  height: 4vh;
  border-radius: 2vh;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
  width: 10vw;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-weight: bold;
  animation: pulse 2s linear infinite;
}
#loading .loadingMessage .lds-dual-ring {
  display: inline-block;
  position: absolute;
}
#loading .loadingMessage .lds-dual-ring.blue {
  width: 9vh;
  height: 9vh;
}
#loading .loadingMessage .lds-dual-ring.black {
  width: 12.6vh;
  height: 12.6vh;
}
#loading .loadingMessage .lds-dual-ring:after {
  content: " ";
  display: block;
  border-radius: 50%;
  border: 5px solid #000000;
  width: 100%;
  height: 100%;
}
#loading .loadingMessage .lds-dual-ring.blue:after {
  border-color: #008ccc transparent #008ccc transparent;
  animation: lds-dual-ring 2s linear infinite;
}
#loading .loadingMessage .lds-dual-ring.black:after {
  border-color: #000000 transparent #000000 transparent;
  animation: lds-dual-ring 5s linear infinite;
  border-width: 7.5px;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
    opacity: 0.7;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0.7;
  }
}
@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.6;
  }
}
#loading .loadingMessage .text {
  align-content: center;
  margin-left: 5px;
}

#fixedLayout {
  grid-template-rows: [header-start] 4vh [topnavi-start header-end] 4vh [topnavi-end content-start panel-start] 1fr [panel-end content-end content-end footer-start footerbackground-start] 3.5vh [footerbackground-end footer-end];
}

#fixedLayout {
  grid-template-columns: [header-start footerbackground-start] 0vw [footer-start content-start contentActionsPanel-start] 1vw 1fr 20vw 1fr 1vw [contentActionsPanel-end footer-end content-end] 0vw [header-end footerbackground-end];
}

#app #fixedLayout {
  width: 100%;
  height: 100%;
  position: fixed;
  pointer-events: none;
  overflow: hidden;
  display: grid;
}
#app #fixedLayout > * {
  pointer-events: initial;
}
#app #fixedLayout header {
  grid-area: header;
}
#app #fixedLayout .contentActionsPanel {
  grid-area: contentActionsPanel;
}
#app #fixedLayout .sidepanel {
  grid-row: panel;
  position: absolute;
  z-index: 2;
}
#app #fixedLayout div#topnavi {
  grid-row: topnavi;
  grid-column: content;
}
#app #fixedLayout main {
  grid-area: content;
  overflow-y: scroll;
}
#app #fixedLayout main .spacer.footerspacer {
  width: 100%;
  height: 7vh;
}
#app #fixedLayout .footerbackground {
  grid-area: footerbackground;
}
#app #fixedLayout footer {
  grid-area: footer;
  z-index: 5;
}
#app #modalLayout {
  width: 100%;
  height: 100%;
}

.screenBlanker {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: #008ccc rgba(136, 136, 136, 0.9);
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 0.2em;
  height: 0.2em;
}

*::-webkit-scrollbar-track {
  background: #ababab;
}

*::-webkit-scrollbar-thumb {
  background-color: #008ccc;
  border: 0px none #ffffff;
}

#topnavi {
  background-color: lightgray;
  padding: 0 2em;
  position: relative;
  z-index: 15;
}
#topnavi a {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 0.5em 1em;
}
#topnavi > ul {
  height: 100%;
}
#topnavi ul {
  display: flex;
}
#topnavi ul li {
  transition-duration: 0.5s;
  display: flex;
  position: relative;
}
#topnavi ul li:hover {
  cursor: pointer;
  background-color: #a0a0a0;
}
#topnavi ul li:hover:hover > ul, #topnavi ul li:hover ul:hover {
  visibility: visible;
  opacity: 1;
}
#topnavi ul li ul {
  border: 1px solid lightgrey;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  top: 100%;
  left: 0;
  display: none;
  background-color: white;
  display: flex;
  flex-direction: column;
}
header {
  background-color: var(--standard-box-background);
  box-shadow: var(--standard-box-shadow);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.2em 2em;
  gap: 2em;
  z-index: 100000;
}
header .logo {
  background: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  aspect-ratio: 2.5/1;
  background-position: center;
}
header .right {
  display: flex;
  justify-content: right;
  align-content: center;
  gap: 1em;
  height: 100%;
}
header .systemMessagesPanelButton {
  position: relative;
  height: 100%;
  aspect-ratio: 1/1;
}
header .systemMessagesPanelButton .icononly.button {
  font-size: 2.2em;
}
header .systemMessagesPanelButton .counter {
  background-color: var(--color-hover-icon);
  font-size: 0.8em;
  padding: 0.2em;
  color: white;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-content: center;
  border-radius: 0.7em;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.4em;
}

#modalLayout .modulenavigation:not(.open) {
  display: none;
}

div#panelleft {
  /*grid-column: panel-l;*/
  width: 15vw;
  left: -15vw;
}
div#panelleft > *:not(.hidden) {
  left: 15vw;
  width: 15vw;
}

div#panelright {
  /*grid-column: panel-r;*/
  width: 20em;
  right: -20em;
}
div#panelright > *:not(.hidden) {
  right: 20em;
  width: 20em;
}

.sidepanel {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  display: flex;
  gap: 1em;
  padding: 1em 0;
}
.sidepanel > * li a:hover {
  background-color: rgba(136, 136, 136, 0.9);
}
.sidepanel .titel {
  color: currentColor;
  display: block;
  font-weight: bold;
}

div#panelleft {
  justify-content: space-between;
}
div#panelleft > * {
  box-shadow: 0 0.4vw 0.8vw 0 rgba(0, 0, 0, 0.2), 0 0.6vw 2vw 0 rgba(0, 0, 0, 0.19);
  background: rgba(255, 255, 255, 0.95);
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 1em;
}
div#panelleft > .navi {
  min-height: 10vh;
}
div#panelleft > .tenantSelector {
  margin-top: auto;
}
div#panelleft > .tenantSelector select {
  width: 100%;
}
div#panelleft li li {
  margin-left: 1.5vw;
}

div#panelright .systemMessages, div#panelright .responseMessages, div#panelright .issueNotifications {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  transition: right 1s;
  position: relative;
}
div#panelright .systemMessages.hidden, div#panelright .responseMessages.hidden, div#panelright .issueNotifications.hidden {
  right: -200%;
}

@keyframes pop {
  0% {
    font-size: 1em;
  }
  50% {
    font-size: 1.5em;
  }
  100% {
    font-size: 1em;
  }
}
.contentActionsPanel {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  box-shadow: 0 0.4vw 0.8vw 0 rgba(0, 0, 0, 0.2), 0 0.6vw 2vw 0 rgba(0, 0, 0, 0.19);
  background: #ffffff;
}
.contentActionsPanel > * {
  display: flex;
  flex-direction: row;
  align-self: center;
  margin-left: 1em;
  margin-right: 1em;
  gap: 0.5em;
}
.contentActionsPanel .left {
  justify-content: flex-start;
}
.contentActionsPanel .left h1 {
  font-size: 3.5vmin;
}
.contentActionsPanel .right {
  justify-content: flex-end;
}

main {
  box-shadow: 0 0.4vw 0.8vw 0 rgba(0, 0, 0, 0.2), 0 0.6vw 2vw 0 rgba(0, 0, 0, 0.19);
  background: rgba(255, 255, 255, 0.95);
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  padding-bottom: 1em;
}
main #content {
  display: flex;
  flex-direction: column;
  padding-top: 1em;
}

.versionnumber {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0.1em;
  font-size: 0.5em;
}

#app #fixedLayout .footerbackground {
  border-top: 1vw solid grey;
  background-color: white;
}
#app #fixedLayout footer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 1em;
}
#app #fixedLayout footer > * {
  display: flex;
  column-gap: 1vw;
}
#app #fixedLayout footer .left .navi {
  margin-left: 0vw;
  margin-right: 1vw;
}
#app #fixedLayout footer .left .navi ul {
  left: 0;
}
#app #fixedLayout footer .left .navi ul li {
  float: left;
  text-align: left;
  align-self: flex-start;
  display: flex;
}
#app #fixedLayout footer .left .navi ul li .flag {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  aspect-ratio: 1.4;
  margin-right: 0.5em;
  height: 1em;
}
#app #fixedLayout footer .left .navi ul li .flag.language-de {
  background-image: url(../images/flags/de.png);
}
#app #fixedLayout footer .left .navi ul li .flag.language-en {
  background-image: url(../images/flags/en.png);
}
#app #fixedLayout footer .left .navi ul li .flag.language-it {
  background-image: url(../images/flags/it.png);
}
#app #fixedLayout footer .left .navi ul li .flag.language-fr {
  background-image: url(../images/flags/fr.png);
}
#app #fixedLayout footer .navi {
  box-shadow: 0 0.4vw 0.8vw 0 rgba(0, 0, 0, 0.2), 0 0.6vw 2vw 0 rgba(0, 0, 0, 0.19);
  width: 3.5vh;
  height: 3.5vh;
  background-color: #888888;
  color: #ffffff;
  border-radius: 0.7vh;
  position: relative;
  top: -0.7vh;
}
#app #fixedLayout footer .navi .material-icons {
  font-size: 2.5vh;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15%;
}
#app #fixedLayout footer .navi > ul {
  opacity: 0;
  position: absolute;
  padding-bottom: 0.5em;
  margin-bottom: 0;
  transition: all 0.4s linear;
  bottom: 100%;
  right: 0;
  pointer-events: none;
  z-index: -1;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
#app #fixedLayout footer .navi > ul li {
  white-space: nowrap;
  transition: all 0.4s linear;
  background-color: #ffffff;
  border-radius: 0.3em;
  color: #000000;
  padding: 0.5vh 1vh;
  cursor: pointer;
  text-align: right;
  align-self: flex-end;
  box-shadow: 0 0.4vw 0.8vw 0 rgba(0, 0, 0, 0.2), 0 0.6vw 2vw 0 rgba(0, 0, 0, 0.19);
  background: #ffffff;
}
#app #fixedLayout footer .navi > ul li:hover {
  background-color: rgb(229.5, 229.5, 229.5);
}
#app #fixedLayout footer .navi > ul li.useraccount img, #app #fixedLayout footer .navi > ul li.tenantaccount img {
  max-height: 10vmax;
  max-width: 10vmax;
}
#app #fixedLayout footer .navi:hover {
  background-color: rgb(110.5, 110.5, 110.5);
  z-index: 1;
}
#app #fixedLayout footer .navi:hover > ul {
  opacity: 1;
  pointer-events: initial;
}
#app #fixedLayout footer .navi:hover > ul li {
  position: relative;
  margin-bottom: 0;
}

#modalLayout {
  display: flex;
  align-content: center;
  justify-content: center;
  padding: 3em;
  pointer-events: none;
}
#modalLayout > * {
  pointer-events: initial;
}
#modalLayout .modalInstance {
  position: absolute;
  padding: 1em;
}
#modalLayout .modalInstance .modal-content .responseMessages {
  top: 0;
  width: 20em;
}
#modalLayout .modalInstance .modal-content .responseMessages .message {
  background-color: #ffffff;
}
#modalLayout .modalInstance.large .modal-content {
  margin: 12vh auto 3.999996vh;
  width: 60vw;
  min-width: 20em; /*
min-height: $mesasurement_layout_modal_large_height;*/
}
#modalLayout .modalInstance.large .modal-content .responseMessages {
  left: 60vw;
}
#modalLayout .modalInstance.medium .modal-content {
  margin: 14vh auto 3.999996vh;
  min-width: 20em;
  width: 40vw;
}
#modalLayout .modalInstance.medium .modal-content .responseMessages {
  left: 40vw;
}
#modalLayout .modalInstance.small .modal-content {
  margin: 16vh auto 3.999996vh;
  width: 20vw;
  min-width: 20em;
}
#modalLayout .modalInstance.small .modal-content .responseMessages {
  left: 20vw;
}
#modalLayout .modalInstance {
  display: flex;
}
#modalLayout .modalInstance .modal-content {
  min-width: 150px;
  box-shadow: 0 0.4vw 0.8vw 0 rgba(0, 0, 0, 0.2), 0 0.6vw 2vw 0 rgba(0, 0, 0, 0.19);
  background: #ffffff;
  position: relative;
  animation-name: expand-and-rise;
  animation-duration: 0.5s;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  padding: 0.5em;
}
#modalLayout .modalInstance .modal-content .responseMessages {
  position: absolute;
  top: 0;
  width: 20em;
}
#modalLayout .modalInstance .modal-content .responseMessages .message {
  background-color: #ffffff;
}
#modalLayout .modalInstance .modal-content .modal-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#modalLayout .modalInstance:not(:last-child) .screenBlanker {
  display: none;
}
#modalLayout .modulenavi .modal-content {
  box-shadow: none;
  background: transparent;
  /*.modules {
      display: grid;
      align-content: space-between;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 2em;
      grid-template-columns: 1fr 1fr 1fr 1fr;

      & > div {
          @include box3d_solid;
          width: 9em;
          height: 12em;
          align-items: center;
          display: flex;
          flex-direction: column;
          padding: 1em;

          &:hover {
              color: $color_tecnolution_blue;
              box-shadow: $color_tecnolution_blue;
              @include box3d_blue;

              .icononly {
                  color: $color_tecnolution_blue;
              }
          }

          .icononly.button {
              font-size: 5em;
          }

          label {
              padding: 2em 0;
              text-align: center;
          }
      }
  }*/
}
#modalLayout .modulenavi .modal-content .modal-header {
  visibility: hidden;
}

@keyframes expand-and-rise {
  from {
    top: 100%;
    left: 100%;
  }
  to {
    top: 0%;
    left: 0%;
  }
}
#background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url(../images/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -500;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*
@import "ComponentStyles/_InputText.scss";*/
* {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  list-style: none;
}

a,
a:hover,
a:active,
a:visited {
  text-decoration: none;
  color: inherit;
}

/*@mixin material-icon {
    font-family: 'Material Icons';
    font-feature-settings: 'liga';
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    vertical-align: top;
    display: inline-block;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;

}*/
/*.icon {
    @include material-icon;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
.modal-content .highlightcontainer,
#content .highlightcontainer {
  padding: 0.5em;
}
.modal-content .highlightcontainer.draft,
#content .highlightcontainer.draft {
  border: 1px solid orange;
  background-color: lightyellow;
}
.modal-content .highlightcontainer.archive,
#content .highlightcontainer.archive {
  border: 1px solid green;
  background-color: lightgreen;
}
.modal-content .highlightcontainer .entityhead,
#content .highlightcontainer .entityhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-content .highlightcontainer .entityhead .title,
#content .highlightcontainer .entityhead .title {
  display: flex;
  align-items: flex-end;
}
.modal-content .highlightcontainer .entityhead .title .status,
#content .highlightcontainer .entityhead .title .status {
  font-style: italic;
}
.modal-content .highlightcontainer .entityhead .centerinfo,
#content .highlightcontainer .entityhead .centerinfo {
  font-size: 0.6em;
}
.modal-content form .readonly input,
.modal-content form .readonly button,
.modal-content form .readonly .inputcontainer,
#content form .readonly input,
#content form .readonly button,
#content form .readonly .inputcontainer {
  pointer-events: none;
}
.modal-content form .readonly .inputicon,
.modal-content form .readonly .dropdown,
#content form .readonly .inputicon,
#content form .readonly .dropdown {
  display: none;
}
.modal-content form .readonly button,
.modal-content form .readonly input[type=file],
#content form .readonly button,
#content form .readonly input[type=file] {
  display: none;
}
.modal-content form .readonly button + label,
.modal-content form .readonly input[type=file] + label,
#content form .readonly button + label,
#content form .readonly input[type=file] + label {
  display: none;
}
.modal-content form > .form-group,
#content form > .form-group {
  padding: 0 0.5em;
  display: flex;
  justify-content: flex-end;
}
.modal-content form .disable .section > *,
#content form .disable .section > * {
  opacity: 0.5;
  pointer-events: none;
}

.hastooltip {
  position: relative; /*
display:none;*/
}
.hastooltip .tooltiptext {
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  padding: 0.2vmax 0.5vmax;
  font-weight: normal;
  font-size: initial;
  pointer-events: none;
}
.hastooltip .tooltiptext::after {
  visibility: hidden;
  border-width: 0.3vmax;
  border-style: solid;
}
.hastooltip:hover .tooltiptext {
  visibility: visible;
  animation-duration: 1.5s;
}
.hastooltip:hover .tooltiptext::after {
  visibility: visible;
}
.hastooltip.tttop:hover .tooltiptext {
  animation-name: tooltip_bump_up;
}
.hastooltip.tttop .tooltiptext {
  bottom: 100%;
}
.hastooltip.tttop .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}
.hastooltip.tttop.toleft .tooltiptext {
  right: 50%;
  margin-right: -1vmax;
}
.hastooltip.tttop.toleft .tooltiptext::after {
  right: 16px;
  margin-left: -0.3vmax;
}
.hastooltip.tttop.toright .tooltiptext {
  left: 50%;
  margin-left: -1vmax;
}
.hastooltip.tttop.toright .tooltiptext::after {
  left: 16px;
  margin-right: -0.3vmax;
}
.hastooltip.ttright:hover .tooltiptext {
  animation-name: tooltip_bump_side_up;
}
.hastooltip.ttright .tooltiptext {
  top: 40%;
  left: 90%;
}
.hastooltip.ttright .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 6px;
  right: 100%;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
}
.hastooltip.ttbottom:hover .tooltiptext {
  animation-name: tooltip_bump_down;
}
.hastooltip.ttbottom .tooltiptext {
  top: 90%;
}
.hastooltip.ttbottom .tooltiptext::after {
  content: " ";
  position: absolute;
  bottom: 100%;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}
.hastooltip.ttbottom.toleft .tooltiptext {
  right: 50%;
  margin-right: -1vmax;
}
.hastooltip.ttbottom.toleft .tooltiptext::after {
  right: 16px;
  margin-left: -0.3vmax;
}
.hastooltip.ttbottom.toright .tooltiptext {
  left: 50%;
  margin-left: -1vmax;
}
.hastooltip.ttbottom.toright .tooltiptext::after {
  left: 16px;
  margin-right: -0.3vmax;
}
.hastooltip.ttleft:hover .tooltiptext {
  animation-name: tooltip_bump_side_up;
}
.hastooltip.ttleft .tooltiptext {
  top: 40%;
  right: 90%;
}
.hastooltip.ttleft .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 6px;
  left: 100%;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
}

@keyframes tooltip_bump_down {
  0% {
    top: 40%;
    opacity: 0;
  }
  60% {
    top: 40%;
    opacity: 0;
  }
  80% {
    top: 110%;
    opacity: 1;
  }
  100% {
    top: 90%;
  }
}
@keyframes tooltip_bump_up {
  0% {
    bottom: 40%;
    opacity: 0;
  }
  60% {
    bottom: 40%;
    opacity: 0;
  }
  80% {
    bottom: 110%;
    opacity: 1;
  }
  100% {
    bottom: 90%;
  }
}
@keyframes tooltip_bump_side_up {
  0% {
    top: 30%;
    opacity: 0;
  }
  60% {
    top: 30%;
    opacity: 0;
  }
  80% {
    top: 20%;
    opacity: 1;
  }
  100% {
    top: 40%;
  }
}
/*Ausblenden von Nicht benötigten Elementen*/
body.account.login #app #fixedLayout header {
  display: none;
}
body.account.login #app #fixedLayout .footerbackground {
  display: none;
}
body.account.login #app #fixedLayout main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40em;
  max-width: 70vw;
  height: initial;
  overflow: hidden;
  min-width: 250px;
  /*Stylen von Login*/
}
body.account.login #app #fixedLayout main .loginportrait {
  flex: 0 3 12em;
}
body.account.login #app #fixedLayout main .loginfields {
  flex: 3 1 15em;
}
body.account.login #app #fixedLayout main .Portrait {
  aspect-ratio: 1/1;
  max-width: 12em;
  max-height: 12em;
  min-height: 5em;
  min-width: 5em;
  background-color: grey;
  border-radius: 1em;
}
body.account.login #app #fixedLayout main .topoptions {
  height: 0;
}
body.account.login #app #fixedLayout main form .chapter {
  justify-content: center;
}
body.account.login #app #fixedLayout main form .chapter .section {
  align-content: end;
  flex-wrap: wrap; /*
flex: initial;*/
}
body.account.login #app #fixedLayout main form .chapter .section > div {
  width: 100%;
}
body.account.login #app #fixedLayout main form .chapter .section > div.form-group {
  flex: 1 1 100%;
}

.tooltiptext {
  display: none;
  color: red;
}

body.account.login #app main,
body.preapp #app main {
  background-color: #ffffff;
}
body.account.login #app main .placeholderPortrait,
body.preapp #app main .placeholderPortrait {
  background-color: #888888;
  border-radius: 10%;
  margin: 0 auto;
}
body.account.login #app main .placeholderPortrait:after,
body.preapp #app main .placeholderPortrait:after {
  /*@include material-icon;*/
  content: "person";
  color: #ffffff;
  height: 14vmax;
  width: 14vmax;
  line-height: 14vmax;
  font-size: 14vmax;
}

body.sitemap li {
  margin-left: 1em;
}
body.sitemap li li:before {
  content: "∟";
  position: relative;
  top: -0.3em;
}

.portrait {
  background-image: url(../images/portrait.jpg);
  height: 10vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10vw;
  border-radius: 0.5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
