﻿@charset "UTF-8";
/* finde breiten in Prozent*/
.findesW0 {
  width: 0px;
}

.findesW20 {
  width: 20%;
}

.findesW30 {
  width: 30%;
}

.findesW40 {
  width: 40%;
}

.findesW50 {
  width: 50%;
}

.findesW60 {
  width: 60%;
}

.findesW70 {
  width: 70%;
}

.findesW80 {
  width: 80%;
}

.findesW100 {
  width: 100%;
}

.findesW33 {
  width: 33%;
}

.findesW66 {
  width: 66%;
}

@media (max-height: 580px) {
  /* bei kleinen displays den Fuß ausblenden*/
  #wrapper {
    /*display: inline;*/
    grid-template-rows: var(--findesHeaderSize) 1fr 0px;
  }
  .findesMainContent0 {
    height: calc(100vh - (var(--findesHeaderSize) + 1px));
  }
  .footer-wrapper {
    position: inherit;
  }
  .footer {
    position: inherit;
  }
  .fixed-top {
    /*position: sticky;*/
  }
}
/* findes grid höhen für popups (Report und Notepad) */
.findesgrid80 {
  height: calc(100vh - 80px);
}

@media (max-height: 580px) {
  .findesgrid80 {
    height: calc(100vh - 80px + var(--findesHeaderSize));
  }
}
.findesgrid466 {
  height: calc(100vh - 466px);
}

@media (max-height: 580px) {
  .findesgrid466 {
    height: calc(100vh - 466px + 106px);
  }
}
.iframe-container {
  width: 100%;
  /*height: 100%;*/
  height: calc(100% - 120px);
}
.iframe-container iframe {
  margin-top: 10px;
  width: 100%;
  /*height: calc(100vh - 430px);*/
  height: 100%;
  background-color: white;
}
.iframe-container iframe body, .iframe-container iframe html {
  height: 100%;
  overflow: hidden;
}
