@charset "UTF-8";
/* Für Prototyp erforderlich */
.home #usecase-content {
  padding-top: 14px;
  box-shadow: none !important; }

.home #usecase::before {
  display: none; }

.home #module:before {
  box-shadow: 0 1px 0 rgba(128, 128, 128, 0.4) inset; }

@media not screen and (min-height: 600px) and (min-width: 600px) {
  .home #usecase-content,
  .home .ivupad-grid {
    padding-top: 8px; }
  .not-standalone .home #usecase {
    margin-top: 60px; }
  .not-standalone .home #usecase-content {
    margin-top: 0; } }

@media screen and (min-width: 600px) and (min-height: 600px) {
  .home #usecase-content > :last-child {
    margin-bottom: 6px; } }

/* BADGES */
.ivupad-badge {
  display: inline-block;
  min-width: calc(1.5rem + 2px);
  height: calc(1.5rem + 2px);
  line-height: 1.5rem;
  border-radius: calc(0.75rem + 1px);
  border: 1px solid #fff;
  margin: 0 2px 0 0;
  padding: 0 0.4rem;
  font-weight: 700;
  text-align: center;
  /*
	background: #0063B7;
	color: #fff;
*/ }

.ivupad-badge--important {
  background: #fff;
  color: #001D3B;
  background: #039ee6;
  color: #fff; }

#module-bar .ivupad-module-info {
  display: inline-block;
  font-size: calc(0.5rem + 7px);
  line-height: 1.25em;
  padding: 0;
  margin: 0 0 4px 4px !important;
  white-space: nowrap; }

#module-bar .ivupad-module-info i {
  font-style: normal;
  padding-right: 0.5rem; }

@media not screen and (min-width: 600px) and (min-height: 600px) {
  #module-bar .ivupad-module-info i {
    display: none; }
  #module-bar .ivupad-badge {
    margin: 0; } }

/* DASHBOARD (HOME SCREEN) */
/* grid */
.ivupad-grid {
  width: 33.3333%;
  float: left;
  height: 160px;
  box-sizing: border-box;
  padding: 6px;
  display: flex; }

#secondary .ivupad-grid {
  height: 120px; }

/* module card */
.ivupad-module-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-radius: 0.2222rem;
  background: #006ea1;
  color: #fff;
  cursor: pointer;
  min-height: 0;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.ivupad-module-card > * {
  pointer-events: none; }

#secondary .ivupad-module-card {
  background: #005d88;
  overflow: hidden; }

/* module card icon */
.ivupad-module-icon {
  position: absolute;
  color: white;
  top: 42px;
  right: 4px;
  width: 72px; }

.ivupad-module-icon i.material-icons {
  font-size: 72px; }

#featured .ivupad-module-icon {
  width: 100px;
  top: 52px;
  right: 0; }

#featured .ivupad-module-icon i.material-icons {
  font-size: 100px; }

#secondary .ivupad-module-icon {
  position: relative;
  margin: 15px auto 0;
  top: inherit;
  right: inherit;
  text-align: center;
  width: 100%; }

#secondary .ivupad-module-icon i.material-icons {
  font-size: 50px;
  width: 50px; }

/* module title */
.ivupad-module-title {
  font-size: calc(0.5rem + 14px);
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  padding: 10px 12px 8px;
  overflow: hidden;
  text-overflow: ellipsis; }

#secondary .ivupad-module-title {
  padding-top: 2px;
  text-align: center;
  font-size: calc(0.5rem + 9px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative; }

/* module info */
.ivupad-module-info {
  flex-grow: 1;
  margin: 8px 12px;
  margin-right: 72px; }

.ivupad-module-info p {
  margin: 0 0 4px 0;
  font-size: calc(0.5rem + 7px);
  line-height: 1.25em; }

/* actions */
.ivupad-module-card .actions {
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid white;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  display: none; }

.ivupad-module-card .actions .ivupad-button {
  font-size: 1rem;
  font-weight: 400;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block; }

#featured .ivupad-module-card .actions {
  display: flex;
  flex-direction: row;
  align-items: center; }

#featured .ivupad-module-card .actions button {
  flex-grow: 1; }

#featured .ivupad-module-info {
  margin-right: 100px; }

#featured {
  float: left;
  width: 66.6666%; }

#secondary {
  clear: both;
  display: inline-block;
  width: 100%; }

@media not screen and (min-height: 600px) and (min-width: 600px) {
  .ivupad-module-icon {
    position: absolute;
    color: white;
    top: 42px;
    width: 60px; }
  .ivupad-module-icon i.material-icons {
    font-size: 60px; }
  .ivupad-module-info {
    margin-right: 60px; }
  #featured .ivupad-module-icon {
    width: 80px;
    top: 52px; }
  #featured .ivupad-module-icon i.material-icons {
    font-size: 80px; }
  #featured .ivupad-module-info {
    margin-right: 80px; }
  #secondary .ivupad-module-icon {
    margin-top: 10px; }
  #secondary .ivupad-grid {
    height: 110px; } }

@media screen and (min-width: 1px) and (max-width: 479px) {
  .ivupad-grid {
    width: 100%;
    height: 140px; }
  .ivupad-module-icon {
    right: 12px; }
  #featured {
    width: 100%;
    height: initial;
    float: none; }
  #featured .ivupad-grid {
    width: 100%;
    height: 180px; }
  #featured .ivupad-grid.hero {
    height: initial;
    min-height: 240px; }
  #featured .ivupad-grid.hero.filler {
    height: 180px;
    min-height: 180px; }
  #featured .ivupad-module-icon {
    top: 42px;
    right: 8px; }
  #secondary .ivupad-module-icon {
    margin-top: 10px; }
  #secondary .ivupad-grid {
    width: 100%;
    height: 110px; } }

@media screen and (min-width: 480px) and (max-width: 599px) {
  .ivupad-grid {
    width: 50%;
    height: 140px; }
  #featured {
    width: 100%; }
  #featured .ivupad-grid {
    width: 50%;
    height: 170px; }
  #featured .ivupad-grid.hero {
    height: 340px; }
  #featured.full .ivupad-grid.hero {
    height: 170px; }
  #featured.full .ivupad-grid.hero:first-child {
    height: 340px; }
  #featured .ivupad-module-icon {
    top: 36px; }
  #secondary .ivupad-module-icon {
    margin-top: 10px; }
  #secondary .ivupad-grid {
    width: 50%;
    height: 110px; } }

@media screen and (min-width: 600px) and (max-width: 719px) {
  .ivupad-grid {
    width: 50%;
    height: 140px; }
  #featured {
    width: 100%; }
  #featured .ivupad-grid {
    width: 50%;
    height: 200px; }
  #featured .ivupad-grid.hero {
    height: 400px; }
  #featured .ivupad-grid.hero.filler {
    height: 200px; }
  #featured .ivupad-module-icon {
    top: 42px; }
  #secondary .ivupad-grid {
    width: 33.3333%; } }

@media screen and (min-width: 720px) and (max-width: 959px) {
  #featured {
    width: 100%; }
  #featured .ivupad-grid {
    width: 50%;
    height: 220px; }
  #featured .ivupad-grid.hero {
    height: 440px; }
  #featured .ivupad-grid.hero.filler {
    height: 220px; }
  #secondary .ivupad-grid {
    width: 25%; }
  .ivupad-module-icon {
    width: 60px;
    top: 52px; }
  .ivupad-module-icon i.material-icons {
    font-size: 60px; } }

@media screen and (min-width: 960px) and (max-width: 1280px) {
  #featured.full {
    width: 100%; }
  #featured .ivupad-grid {
    width: 50%;
    height: 240px; }
  #featured .ivupad-grid.hero {
    height: 480px; }
  #featured.full .ivupad-grid {
    width: 33.3333%; }
  #secondary .ivupad-grid {
    width: 25%; } }

@media screen and (min-width: 1281px) {
  .ivupad-grid {
    width: 25%; }
  #featured {
    width: 50%; }
  #featured.full {
    width: 75%; }
  #featured.full.only-3,
  #featured.full.only-4 {
    width: 100%; }
  #featured .ivupad-grid {
    width: 50%;
    height: 240px; }
  #featured .ivupad-grid.hero {
    height: 480px; }
  #featured.full .ivupad-grid {
    width: 33.3333%; }
  #featured.full.only-4 .ivupad-grid {
    width: 25%;
    height: 480px; }
  #secondary .ivupad-grid {
    width: 16.6666%; } }
