:root {
  --main-color: #5E8EA2;
  --sub-color: #deeafa;
}

a {
  text-decoration: underline;
  color: var(--main-color);
}

body {
  margin: 0px;
  padding: 0px;
}

input:checked + .slider {
  background-color: var(--main-color);
}

input:focus + .slider {
  //box-shadow: 0 0 1px var(--main-color);
}

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

input[type=button], INPUT[type=submit] {
  font-size: 16px;
  border-radius: 10px;
}

#bildschirm {
  background-color: #000;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: fixed;
  opacity: 0.8;
  display: none;
}

#burger {
  display: none;
}

#infofeld {
  z-index: 11;
  background-color: var(--main-color);
  width: 300px;
  height: auto;
  padding: 35px;
  text-align: center;
  position: fixed;
  box-shadow: 1px 2px 50px #444;
  left: 50%;
  margin-left: -150px;
  margin-top: 250px;
  opacity: 1;
  display: none;
}

.alert {
  background-color: #000;
  position: fixed !important;
  bottom: -69px;
  width: 100%;
  color: #fff !important;
  text-align: center;
  padding: 20px 0px;
  height: 65px;
  border-top: 4px solid #000;
  z-index: 999;
  transition: bottom 0.4s;
}

.bgcolor1 {
  background-color: #f0f0f0;
}

.bgcolor2 {
  background-color: #fff;
}

.dashboard_container {
  display: inline-block;
  vertical-align: top;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 25px;
  width: 250px;
  height: 250px;
  margin: 0 25px 25px 0;
}

.inputfield {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  width: 260px;
  padding: 10px 15px;
  color: #f00;
  margin-bottom: 7px;
  text-align: left;
  border-radius: 10px;
}

.inputselect-wert {
  -webkit-appearance: none;
  padding: 13px 20px !important;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 265px !important;
  color: #000;
  margin-bottom: 5px;
  margin-left: -4px;
  border-radius: 10px;

  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 6px),
    calc(100% - 15px) calc(1em + 6px),
    calc(100% - 2.5em) calc(.5em + 5px);
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;

}

.input-submit {
  padding: 13px 25px;
  background-color: #f0f0f0;
  border: 1px solid #fff;
  min-width: 267px;
  color: #000;
  margin-bottom: 1px;
  cursor: pointer;
}

.input-titel {
  display: inline-block;
  width: 200px;
  //padding: 13px 15px;
  background-color: #fff;
  vertical-align: top;
  padding-top: 10px;
  color: #5E8EA2;
  font-weight: bold;
}

.input-wert {
  padding: 13px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 265px;
  color: #000;
  margin-bottom: 5px;
  margin-left: 0px;
  border-radius: 10px;
  -webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none
}

.linkbezeichnerklein {
  font-size: 10px;
  text-align: center;
  margin-left: -35px;
  line-height: 14px !important;

}

.login {
  width: 400px;
  padding: 75px;
  background-color: #fff;
  box-shadow: 1px 2px 50px #bbb;
  margin: 0px auto 0px auto;
  border-radius: 0px;
  text-align: left;
  position: relative;
  top: 80px;
  border-radius: 10px;
}

.loginscreen {
  width: 100hw;
  height: 100vh;
  //background-image: linear-gradient(to right, hsla(215,30%,80%,0.4) 30%, white 50%, hsla(215,30%,80%,0.8) 70%);
  background-image: linear-gradient(45deg, white 0%, #ccc 50%);
  position: relative;
  //top: -100px;
}

.main {
  position: relative;
  width: calc(100% - 80px);
  padding-left: 350px;
  padding-top: 130px;
  z-index: 1;

}

.maingeschlossen {
  padding-left: 180px !important;
}

.menu {
  background-color: #eee;
  position: fixed;
  left: 0px;
  top: 1px;
  z-index: 2;
  padding-top: 73px;
  height: calc(100vh - 0px);
  width: 270px;
  overflow-x: hidden;
  overflow-y: auto;
}

.menugeschlossen {
  width: 100px !important;
}

.menupfeil {
  padding-left: 40px;
  padding-top: 40px;
  cursor: pointer;
  display: block;
}

.menupfeil i {
  font-size: 25px;
}

.menuinner {
  width: calc(100% - 0px);
  padding: 25px 0px 25px 35px;
  background-color: #e5e5e5;
  color: #000;
  margin-bottom: 3px;
  border-left: 10px solid #d8d8d8;
  text-decoration: none;
  transition: border-left 0.4s;
}

.menuinner:hover {
  //background-color: #ddd;
  //border-left: 10px solid #ccc;
  border-left: 10px solid var(--main-color);

}

.menuinner a {
  color: #000;
  text-decoration: none;
}

.menuinner a:hover {
  color: #000;
  text-decoration: none;
}

.menuinner_active {
  border-left: 10px solid var(--main-color);
  //background-color: var(--main-color);
  background-color: #d9d9d9;
  font-weight: bold;
}

.menusubinner {
  width: calc(100% - 10px);
  padding: 25px 0px 25px 35px;
  background-color: #e5e5e5;
  color: #000;
  margin-bottom: 3px;
  border-left: 10px solid #d8d8d8;
  text-decoration: none;
  margin-left: 10px;
  font-style: italic;
  transition: border-left 0.4s;
}

.menusubsubinner {
  width: calc(100% - 20px);
  padding: 25px 0px 25px 35px;
  background-color: #e5e5e5;
  color: #000;
  margin-bottom: 3px;
  border-left: 10px solid #d8d8d8;
  text-decoration: none;
  margin-left: 20px;
  font-style: normal;
  transition: border-left 0.4s;
}

.menusubinner:hover {
  //background-color: #ddd;
  //border-left: 10px solid #ccc;
  border-left: 10px solid var(--main-color);
}

.menusubinner_active {
  border-left: 10px solid var(--main-color);
  background-color: #d9d9d9;
}

.pwsetzen {
  position: fixed;
  display: block;
  z-index: 999;
  width: 750px;
  min-height: 250px;
  padding: 50px 25px;
  margin-top: 100px;
  margin-left: calc(50% - 375px);
  background-color: #5E8EA2;
  color: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 45px #bbb;
  text-align: center;
  background-image: linear-gradient(
  45deg,
  hsl(198deg 27% 50%) 0%,
  hsl(205deg 39% 53%) 11%,
  hsl(216deg 47% 58%) 22%,
  hsl(238deg 46% 66%) 33%,
  hsl(274deg 47% 64%) 44%,
  hsl(310deg 53% 61%) 56%,
  hsl(330deg 85% 64%) 67%,
  hsl(343deg 100% 63%) 78%,
  hsl(359deg 100% 64%) 89%,
  hsl(22deg 100% 50%) 100%
);
}

.pwsetzen input {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  border-radius: 10px;
  width: 250px;
  margin-bottom: 5px;
  font-size: 17px;
  text-align: center;
}

.row {
  width: 100%;
}

.rowHeadline {
  width: 100%;
}

.rowC {
  width: calc(100% - 250px);
}

.row:nth-child(even) { background: #f0f0f0; }
.row:nth-child(odd) { background: #fff; }

.row:hover {
  background-color: var(--sub-color);
}

.row .tooltiptext {
  visibility: hidden;
  width: 500px;
  bottom: 100%;
  left: 50%;
  margin-left: -250px;
  top: -110px;
  margin-bottom: -110px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  //border-radius: 6px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
  //box-shadow: 1px 2px 15px #000;
}

.row:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.row .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.rowinner {
  width: 170px;
  display: inline-block;
  padding: 12px 10px;
  vertical-align: top;
}

.noselection {
  user-select: none; /* standard syntax */
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}

.secondtop {
  position: fixed;
  left: 0px;
  top: 71px;
  background-color: #aaa;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 100%;
  padding: 25px 0px;
  z-index: 3;
}

.showdesktop {
  display: inline-block;
}

.showmobil {
  display: none;
}

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

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

.submitfield {
  background-color: var(--main-color);
  border: 1px solid var(--main-color);
  width: 260px;
  padding: 10px 15px;
  color: #fff !important;
  text-align: left;
}

.switch {
  position: relative;
  display: inline-block;
  width: 49px;
  height: 23px;
  margin: 15px 7px 15px 3px;

}

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

.switchFlex {
  height: 35px;
  display: flex;
  align-items: center;
}

.switchFlex2 {
  height: 23px;
  display: flex;
  align-items: center;
  margin: auto 0px;
  //border: 1px solid red;
  position: relative;
}

.text {
  font-family: arial;
  font-size: 13px;
  color: #000;
  line-height: 20px;
}

.text a {
  color: var(--main-color);
  text-decoration: none;
}

.text a:hover {
  color: var(--main-color);
  text-decoration: underline;
}

.textbig {
  font-family: arial;
  font-size: 25px;
  color: #000;
  line-height: 40px;
  margin-bottom: 75px;
}

.textmedium {
  font-family: arial;
  font-size: 20px;
  color: #000;
}

.top {
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #d9d9d9;
  width: 100%;
  padding: 25px 0px;
  z-index: 3;
}

.topinner {
  padding-left: 45px;
}

.rowinnerHeadline {
  display: none;
}

.profilbild {
  vertical-align:top; width:265px; height:auto; min-height:200px; border-radius:10px; border:1px solid #ddd; margin-top:-95px; margin-bottom:5px
}

.wegweiser {
  display:inline-block;
  float:right;
  margin-right:45px;
}

#wegweiser {
  position: fixed;
  display: none;
  right: 0;
  top: 74px;
  width: 300px;
  padding: 25px;
  height: calc(100% - 70px);
  z-index: 2;
  background-color: #eee;
  //box-shadow: 1px 2px 55px #ddd;
  border-left: 3px solid #fff;
  font-family: arial!important;
  overflow-y: auto;
}

.keineeintraege {
  margin-top: 15px;
}

@media (min-width:290px) AND (max-width:800px) {

  #wegweiser {
    top: 81px;
  }

  .showmobil {
    display: inline-block;
  }

  .showdesktop {
    display: none;
  }

  #burger {
    display: inline-block;
  }

  #burger IMG {
    height: 15px;
    margin-right: 15px;
    position: relative;
    top: 1px;
  }

  .inputfield, .submitfield {
    width: 100%;
  }

  .inputselect-wert {
    -webkit-appearance: none;
    padding: 13px 15px !important;
    background-color: #fff;
    border: 1px solid #ddd;
    width: calc(100% + 0px) !important;
    color: #000;
    margin-bottom: 2px;
    margin-left: 0px;
    border-radius: 4px;


    background-image:
      linear-gradient(45deg, transparent 50%, gray 50%),
      linear-gradient(135deg, gray 50%, transparent 50%),
      linear-gradient(to right, #ccc, #ccc);
    background-position:
      calc(100% - 20px) calc(1em + 6px),
      calc(100% - 15px) calc(1em + 6px),
      calc(100% - 2.5em) calc(.5em + 5px);
    background-size:
      5px 5px,
      5px 5px,
      1px 1.5em;
    background-repeat: no-repeat;

  }

  .menu {
    position: fixed;
    top: 81px;
    left: 0px;
    height: calc(100% - 73px);
    z-index: 2;
    display: none;
    padding-top: 0px;
  }

  .menupfeil {
    display: none;
  }

  .main {
    position: relative;
    width: calc(100% - 25px);
    padding-left: 25px;
    padding-top: 125px;
  }

  .topinner {
    padding-left: 25px;
  }

  #eingeloggtals {
    display: none;
  }

  .input-wert {
    width: 100%;
  }

  .login {
    width: calc(100% - 60px);
    padding: 45px;
    background-color: #fff;
    box-shadow: 1px 2px 50px #c3c3c3;
    margin: 0px auto 0px auto;
    border-radius: 10px;
    text-align: left;
    position: relative;
    top: 50px;
  }

  .loginscreen {
    width: 100hw;
    height: 100vh;
    background-image: linear-gradient(45deg, white 0%, #ccc 50%);
    position: relative;
  }

  .row {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: normal;
    width: calc(100% - 0px);
    padding: 15px 0!important;
    border-radius: 10px;
    margin-bottom: 25px;
  }

  .row:nth-child(even) { background: #f0f0f0; }
  .row:nth-child(odd) { background: #f9f9f9; }

  .rowHeadline {
    display: none;
  }

  .rowC {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: calc(100% - 35px);
  }

  .rowinner {
    width: auto!important;
    display: block;
    padding: 5px 20px!important;
    vertical-align: top;
    text-align: left!important;

  }

  .selectbegrenzer {
    width: 100%;
    margin-top: 2px;
    display: inline-block;
    vertical-align: top;
  }

  .switchFlex2 {
    height: 23px;
    display: flex;
    align-items: center;
    margin: 0 0 -13px 0;
    //border: 1px solid red;
    position: relative;
    top: -13px;
  }

  .text {
    font-family: arial;
    font-size: 15px;
    color: #000;
    line-height: 23px;
  }

  .dashboard_container {
    display: block;
    vertical-align: top;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 25px;
    width: calc(100% - 0px);
    height: 250px;
    margin: 0 0 25px 0;
  }

  .rowinnerHeadline {
    display: inline-block;
    font-weight: bold;
    padding-right: 5px;
  }


  .input-submit {
    padding: 13px 25px;
    background-color: #f0f0f0;
    border: 1px solid #fff;
    width: calc(100% - 0px)!important;
    min-width: 267px;
    color: #000;
    margin-bottom: 1px;
    cursor: pointer;
  }

  .profilbild {
    vertical-align:top; width:100%; height:auto; min-height:200px; border-radius:10px; border:1px solid #ddd; margin-top:30px; margin-bottom:5px
  }

  .wegweiser {
    display:inline-block;
    float:right;
    margin-right:45px;
    margin-top: 6px;
    margin-bottom: -6px;
  }

  .keineeintraege {
    margin-top: -15px;
  }

  .deinfokus {
    margin-top: -18px;
  }


  .pwsetzen {
    width: calc(100% - 50px);
    min-height: auto;
    padding: 50px 25px;
    margin: 100px auto 25px 25px;
    border-radius: 10px;
  );
  }

}
