:root {
  --main-color: #455770;
  --sub-color: #deeafa;
}

#burger {
  display: none;
}

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

}

.skillgrau { display: inline-block; padding: 8px 15px; background-color: #f7f7f7; color: #000; border-radius:10px; margin-right: 1px; margin-bottom: 5px; }

.showmobil {
  display: none;
}

.showdesktop {
  display: inline-block;
}

.accordion {
	background-color: #eee;
	color: #000;
	cursor: pointer;
	padding: 10px 15px;
	width: 100%;
	text-align: left;
	border: none;
	border-radius:10px;
	outline: none;
	transition: 0.4s;
	font-weight: normal;
	margin-bottom:4px;
}

.active, .accordion:hover {
	background-color: #ddd;
}

.accordion:after {
	content: '+';
	font-size: 25px;
	color: #777;
	float: right;
	margin-left: 5px;
}

.active:after {
	content: '-';
}

.panel {
	padding: 0px 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	border-radius:10px;
}

.panel p {
  padding: 20px 0 30px 0;
}

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

.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;
}

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);
}

// ---

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

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

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

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

.anlegenRVcontainerStyle {
  width: 500px;
  padding: 35px;
  box-shadow: 1px 2px 45px #555;
  position: fixed;
  top: 200px;
  left: 50%;
  margin-left: -250px;
  background-color: #fff;
  text-align: left;
  z-index: 90;
  display: none;

}

.anlegenKundeContainerStyle {
  width: 500px;
  padding: 35px;
  box-shadow: 1px 2px 45px #555;
  position: fixed;
  top: 200px;
  left: 50%;
  margin-left: -250px;
  background-color: #fff;
  text-align: left;
  z-index: 90;
  display: none;
}

.auftragsdetails {
  padding: 10px 0 25px 184px;
  //border-left: 3px solid var(--main-color);
}

.bgcolor1 {
  background-color: #f0f0f0;
}

.bgcolor2 {
  background-color: #fff;
}

#containerStammdaten {
  display: none;
}

#containerErfassungBearbeiten {
  display: none;
}

.dashboardcanvas {
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
  margin-bottom: 35px;
  width: 500px;
  height: 550px;
  max-width: 500px;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 45px;
}

.erfassungInfo {
  font-family: arial;
  font-size: 18px;
  font-weight: bold;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  width: 268px;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 3px;
}

#kundenprofileAnlegenForm > div:nth-child(3) > div.ql-toolbar.ql-snow {
  border-radius: 10px;
  border: 1px solid #e5e5e5 !important;
}

#editor > div.ql-editor.ql-blank {
  border-radius: 10px;
  border: 1px solid #e5e5e5 !important;  
}

#kundenprofileBearbeitenForm > div:nth-child(3) > div.ql-toolbar.ql-snow {
  border-radius: 10px;
  border: 1px solid #e5e5e5 !important;
}

fieldset {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}

.gesamtbetrag_container {
  width: 1400px;
  text-align: right;
}

.gesamtbetrag {

  display: inline-block;
  padding: 5px 25px;
  font-size: 19px;
  font-weight: bold;
  background-color: #f0faf3;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 15px;
}

#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;
}

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

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

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

.input-wert {
  padding: 13px 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 265px;
  color: #000;
  margin-bottom: 2px;
  margin-left: 0px;
  border-radius: 10px;

}

.inputAuftrag-wert {
  padding: 5px 10px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 265px;
  color: #000;
  margin-bottom: 2px;
  margin-left: 0px;
  border-radius: 4px;

}

.inputselect-wert {
  -webkit-appearance: none;
  padding: 13px 15px !important;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 265px !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;

}

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

}

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

.kampagne_kasten {
  display: inline-block;
  background-color: #bbb;
  color: #fff;
  padding: 0 15px;
  border-radius: 10px;
  margin-right: 5px;
  margin-bottom: 5px;


}

#kontaktbanner {
  position: fixed;
  display: none;
  bottom: 90px;
  right: 5px;
  width: 320px;
  padding: 25px;
  border-radius: 10px;
  background-color: #555;
  color: #fff;
  //background-image: linear-gradient(to bottom right, #f6f3eb , #ef901a);
  box-shadow: 1px 2px 10px #bbb;
  text-align: center;
  z-index: 999;

}

#kundenAnlegen {
  display: none;
  //transition: display 0.4s;
  //height: 25px;
  //margin-bottom: 25px;
}

#kundenAnlegenBearbeiten {
  display: none;
}

.linkbezeichnerklein {
  font-size: 10px;
  text-align: center;
  margin-left: -35px;
}

.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;
}

.row {
  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+ */
}

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

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

.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;

}

.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;

}

.topinner {
  padding-left: 45px;
}

.white {
  color: #fff;
}

.zweispaltig {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  max-width: 500px;
  margin-right: 20px;
}

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

  .showmobil {
    display: inline-block;
  }

  .showdesktop {
    display: none;
  }

  #burger {
    display: inline-block;
  }

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

  .dashboardcanvas {
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    margin-bottom: 25px;
    width: calc(100% - 0px);
    height: auto;
    max-width: 500px;
    background-color: #f7f7f7;
    border-radius: 10px;
    padding: 25px;
  }

  .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: 79px;
    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%;

  }


  #kontaktbanner {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    bottom: 90px;
    right: auto;
    left: calc(50% - 160px);
    width: 320px;
    padding: 25px;
    border-radius: 10px;
    background-color: #555;
    color: #fff;
    //background-image: linear-gradient(to bottom right, #f6f3eb , #ef901a);
    box-shadow: 1px 2px 30px #888;
    text-align: center;
    z-index: 999;
    margin: auto !important;
  }

  .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: nowrap;
    width: calc(100% - 0px);
  }

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

  .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: 16px;
    color: #000;
    line-height: 25px;
  }

}
