/* CSS Document */
/*Breakpoints*/
* {
  outline: none; }

html, body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #003366;
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  background-image: linear-gradient(to right, #c8c8a9 0%, #3787a0 100%); }

a {
  text-decoration: none; }

.wide {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0; }

.inner {
  position: relative;
  width: 920px;
  display: block;
  margin: 0 auto;
  padding: 0; }

/* STARTSCREEN */
.bgImageStart {
  background-image: url("../img/img_hg_startscreen.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  min-height: 100vh; }

.bgImageSub {
  background-image: url("../img/img_hg_subpages.jpg");
  background-size: cover;
  min-height: 100vh;
  background-attachment: fixed; }

.lgoPeFinder {
  margin: 0 auto;
  padding: 1%; }
  @media only screen and (max-width: 500px) {
    .lgoPeFinder {
      width: 150px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .lgoPeFinder {
      width: 250px; } }
  @media only screen and (min-width: 801px) and (max-width: 1400px) {
    .lgoPeFinder {
      width: 280px; } }
  @media only screen and (min-width: 1401px) {
    .lgoPeFinder {
      width: 320px; } }

.lgoPeSystemsContainer {
  position: relative; }

.lgoPeSystemsItems {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right; }
  .lgoPeSystemsItems img {
    width: 160px;
    margin-right: 3%; }

/* Login Box */
.raute {
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/img_raute_glas.png") no-repeat center center;
  background-size: contain; }
  @media only screen and (max-width: 500px) {
    .raute {
      width: 100%;
      min-height: 400px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .raute {
      width: 500px;
      height: 500px; } }
  @media only screen and (min-width: 801px) and (max-width: 1400px) {
    .raute {
      width: 550px;
      height: 550px; } }
  @media only screen and (min-width: 1401px) {
    .raute {
      width: 700px;
      height: 700px; } }

.rauteItems {
  text-align: center;
  display: block;
  width: 60%;
  height: auto; }

.rauteHeadline {
  text-align: center;
  line-height: 1em;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 500px) {
    .rauteHeadline {
      font-size: 28px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .rauteHeadline {
      font-size: 35px; } }
  @media only screen and (min-width: 801px) and (max-width: 1400px) {
    .rauteHeadline {
      font-size: 40px; } }
  @media only screen and (min-width: 1401px) {
    .rauteHeadline {
      font-size: 50px; } }

.rauteText {
  text-align: center; }
  @media only screen and (max-width: 500px) {
    .rauteText {
      padding: 0;
      font-size: 12px;
      line-height: 1.4em; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .rauteText {
      padding: 0; } }
  @media only screen and (min-width: 801px) and (max-width: 1400px) {
    .rauteText {
      padding: 50px 0 0 0; } }
  @media only screen and (min-width: 1401px) {
    .rauteText {
      padding: 60px 0 0 0; } }

.btnHellblau {
  width: 60%;
  margin: 0 auto;
  padding: 8px 10px 8px 10px;
  color: #ffffff;
  border: 0px;
  outline: none;
  border-radius: 7px;
  background-image: linear-gradient(to bottom, #c6e8f5 0%, #86afbf 100%);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center; }

.btnHellblau:hover {
  background-image: linear-gradient(to bottom, #003366 0%, #001a33 100%); }

/* Farben */
.blau {
  color: #003366; }

.weiss {
  color: #ffffff; }

.hintergrundfarbeBlau,
.bgcolorblue {
  background-color: rgba(134, 175, 191, 0.5); }

.rahmen {
  border: solid thin #002266; }

.register {
  display: inline-block;
  border: solid thin #002266;
  background-color: rgba(134, 175, 191, 0.5);
  padding: 20px;
  text-transform: uppercase;
  border-bottom: 0; }
  .register:hover {
    color: #002266; }
  .register.activePe {
    display: inline-block;
    background-color: #003366;
    color: #ffffff; }

/* SUBPAGES */
.topleiste {
  width: 100%;
  background-color: #003366;
  color: #ffffff;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 500px) {
    .topleiste {
      flex-wrap: wrap; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .topleiste {
      flex-wrap: wrap; } }

.peexplorer .topleiste {
  border-bottom: 4px solid #acd5e8; }

.topologysimulator .topleiste {
  border-bottom: 4px solid #f5b558; }

.digitaldatasheet .topleiste {
  border-bottom: 4px solid #787571; }

.switchingcellsimulator .topleiste {
  border-bottom: 4px solid #882527; }

.topleisteNavigation {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 0;
  padding: 0;
  border-right: 1px solid #ffffff; }
  @media only screen and (max-width: 500px) {
    .topleisteNavigation {
      order: 2;
      width: 100%;
      border-right: none;
      border-top: 1px solid #ffffff;
      justify-content: space-between;
      padding: 15px 0; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .topleisteNavigation {
      order: 2;
      width: 100%;
      border-right: none;
      border-top: 1px solid #ffffff;
      justify-content: space-between;
      padding: 15px 0; } }

.topLogo {
  width: 120px;
  margin: 0px 40px 0px 30px;
  padding: 0; }
  .topLogo a {
    display: block; }

.topText {
  font-size: 24px;
  font-weight: 100;
  padding: 25px 0px 30px 30px; }

.topText img {
  width: 18px;
  margin: -8px 10px 0px 30px;
  vertical-align: middle; }

#upper_estimated_simulation_number,
#lower_estimated_simulation_number {
  text-align: right;
  padding: 5px 15px 5px 10px;
  font-style: italic;
  background-color: rgba(134, 175, 191, 0.8);
  margin: 5px 5px 15px 5px; }

#lower_estimated_simulation_number {
  margin-top: 15px;
  margin-bottom: 5px; }

#upper_estimated_simulation_number {
  position: fixed;
  right: -20px;
  padding-right: 30px;
  top: 20%;
  border: 1px solid #fff;
  border-radius: 7px;
  max-width: 30%;
  z-index: 99; }

.showExplanation {
  margin-top: 30px; }

/* Dropdown Menu */
.topImgMenu {
  display: inline-block;
  cursor: pointer;
  margin: 0px 10px 0px 0px;
  padding: 0px 0px 0px 80px;
  background-color: #003366;
  border: none;
  outline: none; }
  @media only screen and (max-width: 500px) {
    .topImgMenu {
      margin: 0px 20px 0px 0px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .topImgMenu {
      margin: 0px 20px 0px 0px; } }

.topImgMenu img {
  position: relative;
  top: 2px;
  width: 20px;
  /*height: 90px;*/ }

.topleisteIconsContainer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 20px; }
  @media only screen and (max-width: 500px) {
    .topleisteIconsContainer {
      order: 1;
      width: 100%;
      margin-right: 0;
      justify-content: space-around; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .topleisteIconsContainer {
      order: 1;
      width: 100%;
      margin-right: 0;
      justify-content: flex-start; } }

.topleisteIcons {
  padding: 20px 15px; }

.topleisteIcons img {
  width: 19px;
  height: auto;
  padding-right: 10px;
  position: relative;
  top: 3px; }

a {
  text-decoration: none;
  color: #ffffff;
  outline: none; }

a:hover {
  margin: 0;
  color: #707070;
  outline: none; }

.menu {
  position: absolute;
  left: 0px;
  top: 64px;
  width: 97%;
  height: auto;
  padding: 5px 0px 0px 3%;
  background-color: #003366;
  color: #ffffff;
  z-index: 999;
  display: none;
  outline: none; }
  @media only screen and (max-width: 500px) {
    .menu {
      top: 77px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .menu {
      top: 77px; } }

.activePe {
  display: block;
  outline: none; }

.menu ul {
  list-style-type: none;
  margin: 20px 0px 25px 0px;
  padding: 0; }

.menu ul li {
  margin: 10px 20px 10px 20px;
  padding-bottom: 10px;
  border-bottom: solid thin; }

.menu ul li a {
  text-decoration: none;
  color: #ffffff;
  outline: none; }

.menu ul li a:hover {
  margin: 0;
  color: #707070;
  outline: none; }

li img {
  vertical-align: middle;
  margin-right: 5px; }

/* Seiteninhalt */
.content {
  width: 90%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 60px 5% 90px; }

h1, #lnk {
  font-size: 35px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 50px; }

/* Rauten */
.rautenOverflow {
  overflow: hidden;
  position: relative;
  right: 0;
  top: -140px; }
  @media only screen and (max-width: 500px) {
    .rautenOverflow {
      top: -100px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .rautenOverflow {
      top: -100px; } }

.rautenContainer {
  display: grid;
  justify-content: flex-end;
  padding-bottom: 50px;
  margin: 0px -140px 0px 0px; }

.rautenZeile1, .rautenZeile2, .rautenZeile3 {
  display: flex;
  align-items: flex-end; }

@media only screen and (max-width: 500px) {
  .rautenZeile1 {
    margin: 0px 0px -95px 130px; } }
@media only screen and (min-width: 501px) and (max-width: 800px) {
  .rautenZeile1 {
    margin: 0px 0px -95px 130px; } }
@media only screen and (min-width: 801px) and (max-width: 1400px) {
  .rautenZeile1 {
    margin: 0px 0px -38px 150px; } }
@media only screen and (min-width: 1401px) {
  .rautenZeile1 {
    margin: 0px 0px -38px 195px; } }

@media only screen and (max-width: 500px) {
  .rautenZeile2 {
    margin: 0px 0px -95px 65px; } }
@media only screen and (min-width: 501px) and (max-width: 800px) {
  .rautenZeile2 {
    margin: 0px 0px -95px 65px; } }
@media only screen and (min-width: 801px) and (max-width: 1400px) {
  .rautenZeile2 {
    margin: 0px 0px -38px 75px; } }
@media only screen and (min-width: 1401px) {
  .rautenZeile2 {
    margin: 0px 0px -38px 95px; } }

@media only screen and (max-width: 500px) {
  .rautenZeile3 {
    margin: 0px 0px -95px 0; } }
@media only screen and (min-width: 501px) and (max-width: 800px) {
  .rautenZeile3 {
    margin: 0px 0px -95px 0; } }
@media only screen and (min-width: 801px) and (max-width: 1400px) {
  .rautenZeile3 {
    margin: 0px 0px -38px 0; } }
@media only screen and (min-width: 1401px) {
  .rautenZeile3 {
    margin: 0px 0px -38px 0; } }

.rautenItems, .rautenItemsPeExplorer, .rautenItemsTopologySimulator, .rautenItemsSwitchingCell, .rautenItemsInteractiveDatasheet {
  background-repeat: no-repeat;
  outline: none;
  content: url("../img/ico_tool_pe_explorer_sel.svg") url("../img/ico_tool_topology_simulator_sel.svg") url("../img/ico_tool_switching_cell_sel.svg") url("../img/ico_tool_interactive_datasheet_sel.svg"); }
  @media only screen and (max-width: 500px) {
    .rautenItems, .rautenItemsPeExplorer, .rautenItemsTopologySimulator, .rautenItemsSwitchingCell, .rautenItemsInteractiveDatasheet {
      width: 120px;
      height: 209px;
      margin-right: 10px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .rautenItems, .rautenItemsPeExplorer, .rautenItemsTopologySimulator, .rautenItemsSwitchingCell, .rautenItemsInteractiveDatasheet {
      width: 120px;
      height: 209px;
      margin-right: 10px; } }
  @media only screen and (min-width: 801px) and (max-width: 1400px) {
    .rautenItems, .rautenItemsPeExplorer, .rautenItemsTopologySimulator, .rautenItemsSwitchingCell, .rautenItemsInteractiveDatasheet {
      width: 140px;
      height: 170px;
      margin-right: 10px; } }
  @media only screen and (min-width: 1401px) {
    .rautenItems, .rautenItemsPeExplorer, .rautenItemsTopologySimulator, .rautenItemsSwitchingCell, .rautenItemsInteractiveDatasheet {
      width: 180px;
      height: 209px;
      margin-right: 20px; } }
  @media only screen and (max-width: 500px) {
    .rautenItems:hover, .rautenItemsPeExplorer:hover, .rautenItemsTopologySimulator:hover, .rautenItemsSwitchingCell:hover, .rautenItemsInteractiveDatasheet:hover {
      margin-right: 10px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .rautenItems:hover, .rautenItemsPeExplorer:hover, .rautenItemsTopologySimulator:hover, .rautenItemsSwitchingCell:hover, .rautenItemsInteractiveDatasheet:hover {
      margin-right: 10px; } }
  @media only screen and (min-width: 801px) and (max-width: 1400px) {
    .rautenItems:hover, .rautenItemsPeExplorer:hover, .rautenItemsTopologySimulator:hover, .rautenItemsSwitchingCell:hover, .rautenItemsInteractiveDatasheet:hover {
      margin-right: 10px; } }
  @media only screen and (min-width: 1401px) {
    .rautenItems:hover, .rautenItemsPeExplorer:hover, .rautenItemsTopologySimulator:hover, .rautenItemsSwitchingCell:hover, .rautenItemsInteractiveDatasheet:hover {
      margin-right: 20px; } }

.rautenItemsPeExplorer {
  background-image: url("../img/ico_tool_pe_explorer.svg"); }

.rautenItemsPeExplorer:hover {
  background-image: url("../img/ico_tool_pe_explorer_sel.svg"); }

.rautenItemsTopologySimulator {
  background-image: url("../img/ico_tool_topology_simulator.svg"); }

.rautenItemsTopologySimulator:hover {
  background-image: url("../img/ico_tool_topology_simulator_sel.svg"); }

.rautenItemsSwitchingCell {
  background-image: url("../img/ico_tool_switching_cell.svg"); }

.rautenItemsSwitchingCell:hover {
  background-image: url("../img/ico_tool_switching_cell_sel.svg"); }

.rautenItemsInteractiveDatasheet {
  background-image: url("../img/ico_tool_interactive_datasheet.svg"); }

.rautenItemsInteractiveDatasheet:hover {
  background-image: url("../img/ico_tool_interactive_datasheet_sel.svg"); }

.rautenItems {
  background-image: url("../img/ico_tool_nonselect.svg"); }
  .rautenItems img {
    display: none; }

/* SUCHMASKE */
.sucheTopleisteWrapper {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  width: 95%;
  margin: 10px 0px 10px 30px;
  padding: 0; }

form .sucheTopleisteWrapper {
  display: block; }

form .sucheTopleisteWrapper h2 {
  text-align: left;
  width: 90%;
  display: block;
  margin: 15px auto 15px; }

.sucheTopleisteTextHell {
  background-image: linear-gradient(to bottom, #a2d6ea 0%, #86afbf 100%);
  height: 34px;
  padding: 8px 0px 0px 6px; }

.sucheTopleisteTextDunkel {
  background-color: #003366;
  height: 34px;
  padding: 8px 0px 0px 6px; }

.sucheHGBoxHellblau {
  background-color: #86AFBF;
  border: solid thin #002266;
  width: 95%;
  margin: 20px 0px 20px 30px;
  padding: 0; }

label {
  display: block;
  cursor: pointer;
  margin: 0px 0px 10px 0px;
  padding: 8px 5px 8px 0px; }

.btnNext {
  display: block;
  margin: 22px 0px 0px 0px;
  line-height: 2em; }

h3 {
  font-size: 20px;
  font-weight: 100;
  color: #ffffff;
  line-height: 1em;
  margin: 15px 0px 5px 30px; }

/* Formular */
input[type="text"],
input[type="number"],
input[type="password"],
.custom-select select {
  width: 230px;
  margin: 0px 10px 10px 0px;
  padding: 5px 15px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.8em;
  text-align: left;
  color: #003366;
  border: 1px solid transparent;
  outline: none;
  border-radius: 7px;
  background: #f3f3f3;
  /* Old browsers */
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: textfield; }
  input[type="text"] -webkit-inner-spin-button,
  input[type="text"] -webkit-outer-spin-button,
  input[type="number"] -webkit-inner-spin-button,
  input[type="number"] -webkit-outer-spin-button,
  input[type="password"] -webkit-inner-spin-button,
  input[type="password"] -webkit-outer-spin-button,
  .custom-select select -webkit-inner-spin-button,
  .custom-select select -webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  input[type="text"].sliderInputField,
  input[type="number"].sliderInputField,
  input[type="password"].sliderInputField,
  .custom-select select.sliderInputField {
    width: 68px !important;
    text-align: center !important;
    padding: 5px !important; }
    input[type="text"].sliderInputField:nth-child(4),
    input[type="number"].sliderInputField:nth-child(4),
    input[type="password"].sliderInputField:nth-child(4),
    .custom-select select.sliderInputField:nth-child(4) {
      margin: 0; }

textarea {
  width: 100%;
  margin: 0px 10px 10px 0px;
  padding: 5px 15px;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 100;
  text-align: left;
  color: #003366;
  border: 1px solid transparent;
  outline: none;
  border-radius: 7px;
  background: #f3f3f3;
  /* Old browsers */
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: textfield; }
  textarea -webkit-inner-spin-button,
  textarea -webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

input[type="file"]::-webkit-file-upload-button {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 100;
  text-align: left;
  color: #003366;
  border: 1px solid transparent;
  outline: none;
  border-radius: 7px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0; }

/*Plots*/
.plots {
  width: 100%;
  border-radius: 20px; }
  .plots .plot {
    width: 100%;
    height: 200px;
    margin: 10px 0;
    border-radius: 10px;
    overflow: hidden; }

.plots-container {
  width: auto !important;
  justify-content: space-between !important;
  align-content: flex-start; }
  .plots-container .sweep-plot {
    background: rgba(255, 255, 255, 0.3);
    padding: 10px;
    width: 45%;
    min-width: 450px !important; }
    @media only screen and (max-width: 500px) {
      .plots-container .sweep-plot {
        width: 100%; } }
    @media only screen and (min-width: 501px) and (max-width: 800px) {
      .plots-container .sweep-plot {
        width: 45%; } }

.plot-container {
  border-radius: 10px; }

.plot-container .svg-container {
  width: 450px;
  height: 300px;
  border-radius: 10px; }

.react-root svg.css-19bqh2r {
  display: none; }

.react-root button {
  border-radius: 3px !important;
  border: 1px solid #fff !important;
  background: #003366;
  background-image: linear-gradient(to bottom, #fdd79c 0%, #de8609 100%);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  color: #ffffff !important;
  cursor: pointer;
  overflow: hidden;
  margin-left: 10px !important;
  margin-bottom: 20px !important; }

.react-root table {
  overflow-x: auto; }
  .react-root table tr th {
    padding: 3px !important;
    position: relative; }
    .react-root table tr th div span {
      top: inherit !important;
      left: inherit !important;
      right: -50px !important;
      bottom: 4px !important; }
    .react-root table tr th div button {
      background: none !important;
      white-space: nowrap;
      border: none !important;
      box-shadow: none !important;
      margin: 0 !important;
      display: inline !important; }
  .react-root table tr td {
    padding: 3px !important;
    min-width: 150px;
    text-align: center; }
    .react-root table tr td div {
      text-align: center; }
  .react-root table tr td:nth-child(1) {
    min-width: 10px !important; }
  .react-root table tr td:nth-child(2) {
    min-width: 30px !important; }

/*Checkbox*/
.switch {
  position: absolute;
  left: 240px;
  display: inline-block;
  width: 20px;
  height: 4px;
  margin: 0;
  padding: 5px 2.5px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #0052a3; }

input:focus + .slider {
  box-shadow: 0 0 1px #0052a3; }

input:checked + .slider:before {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

table tr td {
  position: relative; }
  table tr td .switch {
    left: 10px;
    top: 4px;
    right: inherit; }

.loginInput {
  width: 90% !important;
  margin: 0 auto 10px !important;
  padding: 8px 10px 8px 10px !important;
  font-family: 'Lato', sans-serif;
  font-size: 20px !important;
  font-weight: 200 !important;
  color: #003366 !important;
  border: 0px !important;
  outline: none !important;
  border-radius: 8px !important;
  background-color: #ffffff !important;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center !important; }
  @media only screen and (max-width: 500px) {
    .loginInput {
      width: 70%;
      padding: 3px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .loginInput {
      width: 70%;
      padding: 5px; } }

.loginSubmit input[type="submit"],
.loginSubmit {
  width: 60%;
  margin: 15px auto;
  font-size: 1.1em;
  color: #ffffff;
  border: none;
  outline: none;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, #003366 0%, #001a33 100%);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: pointer; }
  .loginSubmit input[type="submit"]:hover,
  .loginSubmit:hover {
    background-image: linear-gradient(to bottom, #fdd79c 0%, #de8609 100%);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2); }
  @media only screen and (max-width: 500px) {
    .loginSubmit input[type="submit"],
    .loginSubmit {
      width: 50%;
      padding: 8px 5px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .loginSubmit input[type="submit"],
    .loginSubmit {
      width: 50%;
      padding: 8px 5px; } }
  @media only screen and (min-width: 801px) and (max-width: 1400px) {
    .loginSubmit input[type="submit"],
    .loginSubmit {
      width: 60%;
      padding: 8px 10px; } }
  @media only screen and (min-width: 1401px) {
    .loginSubmit input[type="submit"],
    .loginSubmit {
      width: 60%;
      padding: 8px 10px; } }

.btnHellblauWeiss {
  width: auto;
  margin: 0;
  padding: 8px 10px 8px 10px;
  color: #002266;
  border: 0px;
  outline: none;
  border-radius: 7px;
  background-image: linear-gradient(to bottom, white 0%, #c6e8f5 100%);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center; }

.btnHellblauWeissCenter, .center {
  margin: 0 auto; }

.btnHellblauWeiss:hover {
  background-image: linear-gradient(to bottom, #003366 0%, #001a33 100%);
  color: #ffffff; }

/*Button-Klasse*/
.button {
  border: 1px solid transparent;
  border-radius: 7px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  background: #f3f3f3;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e5e5e5 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  /* W3C */ }

/* Select Feld */
.custom-select {
  width: 230px !important;
  position: relative; }

.custom-select select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  overflow: visible; }
  .custom-select select option {
    width: 200px; }

.custom-select::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 21px;
  top: 20%;
  right: 5px;
  background-image: url("../img/ico_feld_select.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  z-index: 0;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none; }

.custom-select.multiple::after {
  display: none; }

/* Change Device Feld */
.deviceInput input[type="text"],
.deviceInput {
  width: 180px;
  margin: 0px 10px 10px 0px;
  padding: 11px 5px 11px 10px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #003366;
  border: 0px;
  outline: none;
  border-radius: 7px;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: left; }

.changeDevice select {
  width: 100%;
  margin: 0;
  background: none;
  border: 1px solid transparent;
  outline: none;
  /* Prefixed box-sizing rules necessary for older browsers */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Remove select styling */
  appearance: none;
  -webkit-appearance: none;
  /* Font size must the 16px or larger to prevent iOS page zoom on focus */
  font-size: 16px;
  /* General select styles: change as needed */
  font-family: 'Lato', sans-serif;
  font-weight: 100;
  color: #003366;
  padding: .8em 3em .7em .5em;
  line-height: 1.3; }

/* Range Feld */
.rangeInput input[type="text"],
.rangeInput {
  width: 3em;
  margin: 0;
  padding: 11px 5px 11px 10px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: #003366;
  border: 0px;
  outline: none;
  border-radius: 7px;
  background-color: #ffffff;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center; }

.rangeInputLeft {
  margin: 0px 40px 10px 0px; }

.rangeInputRight {
  margin: 0px 0px 10px 0px; }

.rangeWrapper {
  width: 90%;
  margin: 10px 0px 10px 30px;
  padding: 0; }

.FormItems {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start; }
  .FormItems div {
    position: relative;
    width: 32%;
    min-width: 280px !important; }
    .FormItems div div {
      min-width: 0 !important;
      width: inherit; }
  .FormItems div.onecol {
    width: 100%; }
  .FormItems table {
    overflow-x: auto; }

.compact-form h3 {
  margin-left: 1%; }

.compact-form .FormItems {
  width: 98%; }
  .compact-form .FormItems div {
    min-width: 115px !important; }
    .compact-form .FormItems div input {
      width: 82% !important;
      min-width: 125px; }
    .compact-form .FormItems div .custom-select {
      width: 90% !important;
      min-width: 149px !important; }
    .compact-form .FormItems div select {
      width: 90% !important;
      min-width: 125px; }
    @media only screen and (max-width: 500px) {
      .compact-form .FormItems div .custom-select::after {
        right: 25px; } }
    @media only screen and (min-width: 501px) and (max-width: 800px) {
      .compact-form .FormItems div .custom-select::after {
        right: 25px; } }
    @media only screen and (min-width: 801px) and (max-width: 1400px) {
      .compact-form .FormItems div .custom-select::after {
        right: 25px; } }
    @media only screen and (min-width: 1401px) {
      .compact-form .FormItems div .custom-select::after {
        right: 35px; } }

/*Slider generell*/
.ui-widget.ui-widget-content {
  width: 230px; }

input[type=range].sweepRange, input[type=range].range, .ui-slider {
  width: 95%;
  margin: 7px 0;
  background-color: transparent;
  -webkit-appearance: none;
  z-index: 0 !important; }

input[type=range].sweepRange:focus, input[type=range].range:focus {
  outline: none; }

input[type=range].sweepRange::-webkit-slider-runnable-track, input[type=range].range::-webkit-slider-runnable-track, .ui-slider {
  background: linear-gradient(to bottom, #003366 0%, #001a33 100%);
  border: 1px solid #ffffff;
  border-radius: 7px;
  width: 95%;
  height: 16px;
  cursor: pointer; }

input[type=range].sweepRange:focus::-webkit-slider-runnable-track, input[type=range].range:focus::-webkit-slider-runnable-track, .ui-slider {
  background: #0052a3; }

input[type=range].sweepRange::-moz-range-track, input[type=range].range::-moz-range-track, .ui-slider {
  background: linear-gradient(to bottom, #003366 0%, #001a33 100%);
  border: 1px solid #ffffff;
  border-radius: 7px;
  width: 95%;
  height: 16px;
  cursor: pointer; }

input[type=range].sweepRange::-ms-track, .ui-slider, input[type=range].range::-ms-track, .ui-slider {
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
  width: 220px;
  height: 16px;
  cursor: pointer;
  z-index: 1 !important; }

/*Handle*/
input[type=range].sweepRange::-webkit-slider-thumb, input[type=range].range::-webkit-slider-thumb, .ui-slider .ui-slider-handle {
  margin-top: -4px;
  width: 14px;
  height: 30px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #003366;
  border-radius: 7px;
  cursor: pointer;
  z-index: 1 !important;
  -webkit-appearance: none; }

input[type=range].sweepRange::-moz-range-thumb, input[type=range].range::-moz-range-thumb, .ui-slider .ui-slider-handle {
  width: 14px;
  height: 30px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #003366;
  border-radius: 7px;
  z-index: 1 !important;
  cursor: pointer; }

input[type=range].sweepRange::-ms-thumb, input[type=range].range::-ms-thumb, .ui-slider .ui-slider-handle {
  width: 14px;
  height: 30px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #003366;
  border-radius: 7px;
  cursor: pointer;
  z-index: 1 !important;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/ }

/*Tabelle*/
table {
  width: 100%;
  margin-bottom: 40px;
  display: block; }

th .ui-widget.ui-widget-content {
  width: 190px !important; }

/*Tooltip*/
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: None;
  width: 22px !important;
  text-indent: -5000px;
  background: url(../img/ico_settings.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
  top: -27px;
  left: 240px; }

.tooltip .tooltiptext {
  display: block;
  text-indent: 0 !important;
  visibility: hidden;
  width: 200px !important;
  margin-left: -100px !important;
  border-radius: 7px;
  border: 1px solid #fff;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  background-color: rgba(134, 175, 191, 0.8) !important;
  color: #fff;
  text-align: center;
  z-index: 99999;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1; }
  .tooltip .tooltiptext input {
    display: block;
    width: 120px !important;
    text-align: center;
    margin: 0 auto; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

/*Sidenav Filter*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  left: 5%;
  background-color: #ffffff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
  overflow: auto;
  height: 70vh;
  border-top: 1px solid #003366;
  border-left: 1px solid #003366;
  border-bottom: 10px solid #ffffff; }
  @media only screen and (max-width: 500px) {
    .sidenav {
      top: 207px; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .sidenav {
      top: 207px; } }
  @media only screen and (min-width: 801px) and (max-width: 1400px) {
    .sidenav {
      top: 129px; } }
  @media only screen and (min-width: 1401px) {
    .sidenav {
      top: 129px; } }
  .sidenav .rs-picker-input {
    z-index: 0; }
  .sidenav div {
    margin-left: 20px;
    margin-top: 10px; }
  .sidenav a div, .sidenav div div, .sidenav h3 div {
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    margin-top: 0 !important; }
  .sidenav h3 {
    margin-top: 20px !important;
    margin-left: 20px !important; }

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
  text-align: right; }

.sidenav a:hover {
  color: #f1f1f1;
  text-decoration: none; }

.sidenav button {
  position: absolute;
  background: transparent;
  box-shadow: none !important;
  color: #003366 !important;
  top: 5px;
  right: 5px;
  font-size: 26px !important; }

.filter-element {
  margin-top: 20px; }

#main {
  transition: margin-left .5s;
  padding: 36px 16px 16px 16px;
  position: relative; }
  #main span {
    position: absolute;
    top: 10px;
    left: 15px;
    cursor: pointer;
    margin-right: 50px; }

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
/*Track*/
input[type=range].sweepRange::-ms-fill-lower {
  background: #001429;
  border: 1px solid #ffffff;
  border-radius: 14px; }

input[type=range].sweepRange:focus::-ms-fill-lower {
  background: #003366; }

input[type=range].sweepRange::-ms-fill-upper {
  background: #003366;
  border: 1px solid #ffffff;
  border-radius: 14px; }

input[type=range].sweepRange:focus::-ms-fill-upper {
  background: #0052a3; }

.ui-slider-horizontal .ui-slider-range {
  background: #2465a5; }

/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/
@supports (-ms-ime-align: auto) {
  /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
  input[type=range].sweepRange, .ui-slider-range {
    margin: 0;
    /*Edge starts the margin from the thumb, not the track as other browsers do*/ } }
a.selector-clearall, a.selector-clearall:hover, a.selector-clearall:visited, a.selector-clearall:active,
a.selector-chooseall, a.selector-chooseall:hover, a.selector-chooseall:visited, a.selector-chooseall:active {
  color: #ffffff !important;
  background-size: 15px;
  margin: inherit;
  background-position: right -150px !important; }

a.selector-clearall, a.selector-clearall:hover, a.selector-clearall:visited, a.selector-clearall:active {
  background-position: 0 -120px !important; }

.selector .selector-chosen h2,
.selector .selector-available h2 {
  background-color: #2465a5;
  line-height: inherit;
  padding: 15px;
  text-align: center !important;
  margin: 0;
  color: #ffffff;
  width: 91.7%; }

.selector .selector-available h2 {
  background-color: #003366; }

.selector .selector-filter label {
  margin-top: 4px; }

.selector .selector-filter input:focus {
  border-style: double;
  border-color: #003366; }

.selector select {
  padding-top: 10px; }

.selector .selector-filter, .selector select {
  border: none; }

.selector ul.selector-chooser {
  background-color: #2465a5; }

.selector-add, .selector-remove {
  background-size: 16px; }

/* TEST MULTI RANGE SLIDER */
/*.wrap {(role='group' aria-labelledby='multi-lbl' style=`--a: ${-30}; --b: ${20}; --min: ${-50}; --max: ${50}`)
  #multi-lbl Multi thumb slider:
  label.sr-only(for='a') Value A:
  input#a(type='range' min=-min value=a max=max)
  label.sr-only(for='b') Value B:
  input#b(type='range' min=min value=b max=max)
    } FIX IT!!!!!!*/
.wrap {
  display: grid;
  grid-template-rows: max-content 1em;
  margin: 1em auto;
  width: 20em;
  overflow: hidden;
  position: relative; }

.sr-only {
  position: absolute;
  clip-path: inset(50%); }

input[type=range] {
  grid-column: 1;
  grid-row: 2; }

/* Generated Sweeps Liste*/
h2 {
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
  line-height: 1.3em;
  padding: 20px 5px 0px 5px;
  margin: 20px auto;
  width: 85%; }

.sweepBox, .overviewBox, .box {
  width: 100%;
  margin: 0;
  padding: 0; }

.sweepOutputWrapper, .outputWrapper {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  align-items: center;
  width: 85%;
  padding: 0px 5%;
  margin: 0px auto;
  /*Cols*/ }
  @media only screen and (max-width: 500px) {
    .sweepOutputWrapper, .outputWrapper {
      flex-wrap: wrap; } }
  @media only screen and (min-width: 501px) and (max-width: 800px) {
    .sweepOutputWrapper, .outputWrapper {
      flex-wrap: wrap; } }
  .sweepOutputWrapper .col30, .outputWrapper .col30 {
    width: 30px; }
  .sweepOutputWrapper .col82, .outputWrapper .col82 {
    width: 82px; }
  .sweepOutputWrapper .col96, .outputWrapper .col96 {
    width: 96px; }
  .sweepOutputWrapper .col97, .outputWrapper .col97 {
    width: 97px; }
  .sweepOutputWrapper .col105, .outputWrapper .col105 {
    width: 105px; }
  .sweepOutputWrapper .col120, .outputWrapper .col120 {
    width: 120px; }
  .sweepOutputWrapper .col160, .outputWrapper .col160 {
    width: 160px; }
  .sweepOutputWrapper h2, .outputWrapper h2 {
    text-align: center;
    padding: 20px 0 0 0;
    margin-left: 0;
    margin-right: 0; }
    .sweepOutputWrapper h2.col30, .outputWrapper h2.col30 {
      width: 40px; }
    .sweepOutputWrapper h2.col82, .outputWrapper h2.col82 {
      width: 92px; }
    .sweepOutputWrapper h2.col97, .outputWrapper h2.col97 {
      width: 106px; }
    .sweepOutputWrapper h2.col96, .outputWrapper h2.col96 {
      width: 107px; }
    .sweepOutputWrapper h2.col105, .outputWrapper h2.col105 {
      width: 115px; }
    .sweepOutputWrapper h2.col120, .outputWrapper h2.col120 {
      width: 130px; }
    .sweepOutputWrapper h2.col160, .outputWrapper h2.col160 {
      width: 170px; }
  .sweepOutputWrapper .tools, .outputWrapper .tools {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 5px;
    min-width: 24px;
    min-height: 24px;
    width: auto !important;
    height: auto !important; }
    @media only screen and (max-width: 500px) {
      .sweepOutputWrapper .tools, .outputWrapper .tools {
        padding-left: 0; } }
    @media only screen and (min-width: 501px) and (max-width: 800px) {
      .sweepOutputWrapper .tools, .outputWrapper .tools {
        padding-left: 0; } }

form .sweepOutputWrapper,
form .outputWrapper {
  border-bottom: 1px solid #ffffff;
  width: 100%;
  padding: 0;
  margin: 0px auto; }

.sweepBox form,
.box form {
  border-top: 1px solid #ffffff;
  width: 85%;
  margin: 0px auto; }

.sweepOutput,
.output {
  text-align: center;
  padding: 8px 5px;
  margin: 0; }

.btnSweep, .btnDetails, .btnSweepCalculate, .btnCalc, .btnSweepExport, .btnExport {
  width: 24px;
  height: 24px;
  padding: 3px 0;
  margin: 0px 5px; }

a.btnSweep,
a.btnDetails {
  margin: 0px 5px; }

.btnSweepCalculate, .btnCalc, .btnSweepExport, .btnExport {
  display: block;
  background-image: url(../img/ico_sweep_calculate.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  height: 24px;
  border: 0;
  border-radius: 0;
  outline: none;
  padding: 0;
  cursor: pointer;
  text-indent: -5000px; }

.btnSweepExport, .btnExport {
  background-image: url(../img/ico_sweep_export.svg); }

.noFunc {
  opacity: 0.5;
  cursor: default; }

/*.btnSweep:hover, .btnSweepExport:hover, .btnSweepCalculate:hover{
    box-shadow: 0 0 8px #de8609;
    }*/
.btnGenerateSweep {
  color: #ffffff;
  border: solid 1px #ffffff;
  outline: none;
  border-radius: 8px;
  background-image: linear-gradient(to bottom, #fdd79c 0%, #de8609 100%);
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  margin: 10px 5px 10px 5px;
  padding: 5px 15px 5px 15px;
  cursor: pointer; }

a.btnGenerateSweep, .btnGenerateSweep {
  margin: 30px 5px 30px 5px;
  padding: 5px 15px 5px 15px; }

a:hover.btnGenerateSweep, .btnGenerateSweep:hover {
  color: #003366; }

/*Zweispaltig*/
.grid-container {
  display: flex !important; }
  .grid-container div {
    width: 50%; }

/* Footer */
.footerleiste {
  width: 100%;
  height: auto;
  font-size: 14px;
  border-top: solid thin;
  color: #ffffff; }

.footerleisteContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px 20px 30px; }

.footerLogo {
  width: 150px;
  margin: 0; }

.footerLogo img {
  width: 100%;
  margin: 0; }

.footerText {
  width: 80%;
  text-align: start;
  margin: 0; }

.footerLinks {
  width: 30%;
  text-align: end; }
  .footerLinks a:hover {
    color: #ffffff;
    text-decoration: underline; }
