* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.color{
  color: #05519D;
}

.colorLight{
  color: #009FE3;
}

.bgcolor-light{
  background-color: #F6F6F6;
}

.bgcolor-dark{
  background-color: #eeeeee;
}

.content-border-top{
  border-top: 3px solid #fff;
}

.content-border-bottom{
  border-bottom: 3px solid #fff;
}

hr.color{
  border-top: 1px solid #05519D;
}

.readonly{
  pointer-events:none;
  opacity: 0.7;
}

b{
  font-weight: 600;
}

html, body{
  font-size: 14px;
  font-family: "Poppins";
  margin: 0;
  padding: 0;
  color: #727272;
  background-color: #fff;
  height: 100vh;
}

#header {
  padding-top: 15pt;
  padding-top: constant(safe-area-inset-top, 15pt) !important;
  padding-top: env(safe-area-inset-top, 15pt) !important;
}

.menue-unten-row{
  padding-bottom: constant(safe-area-inset-bottom, 0px) !important;
  padding-bottom: env(safe-area-inset-bottom, 0px) !important;
}

.fancybox-infobar, .fancybox-toolbar{
  margin-top: 15pt !important;
  margin-top: constant(safe-area-inset-top, 15pt) !important;
  margin-top: env(safe-area-inset-top, 15pt) !important;
}

.fancybox-container{
  height: calc(100% - 70px) !important;
  top: 70px !important;
  z-index: 9999999 !important;
}

a, a:active, a:hover, a:focus, a:visited{
  color: #444;
  outline: 0 !important;
}

.black{
  color: #444 !important;
}

#content{
  position: relative;
  height: calc(100% - 70px - 15pt);
  height: calc(100% - 70px - constant(safe-area-inset-top, 15pt));
  height: calc(100% - 70px - env(safe-area-inset-top, 15pt));
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding-bottom: constant(safe-area-inset-bottom, 15pt);
  padding-bottom: env(safe-area-inset-bottom, 15pt);
}

#content.withFooter{
  height: calc(100% - 70px - 15pt - 70px);
  height: calc(100% - 70px - constant(safe-area-inset-top, 15pt) - 70px - constant(safe-area-inset-bottom, 15pt));
  height: calc(100% - 70px - env(safe-area-inset-top, 15pt) - 70px - env(safe-area-inset-bottom, 15pt));
  padding-bottom: 0;
}

#content.login{
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}

#content-0{
  display: block !important;
}

.content-inner{
  visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}

#header-wrapper{
  position: relative;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: url('../img/header.jpg');
  background-size: cover;
  background-position: center;
}

#header-hg{
  /*background-image: linear-gradient(to right, rgba(5, 81, 157, 0.7) 0%, rgba(0, 159, 227, 0.7) 100%);*/
  position: absolute;
  height: 100%;
  width: 100%;
}

#header{
  height: calc(70px + 15pt);
  height: calc(70px + constant(safe-area-inset-top, 15pt));
  height: calc(70px + env(safe-area-inset-top, 15pt));
  overflow: hidden;
  transition: height 0.5s;
  position: relative;
  z-index: 1;
}

#header-logo-wrapper{
  text-align: center;
  height: 70px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header-logo-wrapper img{
  height: 40px;
}

#header-logo{
  margin-left: -10px;
}

#header-menue-button-wrapper{
  width: 50px;
  height: 70px;
  position: absolute;
  display: flex;
  align-items: center;
}

#back-button{
  width: 50px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#back-button svg{
  width: 20px;
}


#header-logo-title{
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  margin-left: 10px;
}


#menue-button{
  height: 70px;
  width: 50px;
  text-align: center;
}

#header-right{
  width: 50px;
  height: 70px;
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  top: 15pt;
  top: constant(safe-area-inset-top, 15pt) !important;
  top: env(safe-area-inset-top, 15pt) !important;
}

#header-right svg{
  height: 25px;
}

/*HEADER ENDE*/



#menue-unten{
  overflow: hidden;
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  display: flex;
  box-shadow: 0px 0px 10px -2px rgba(30,30,30,0.5);
}

.menue-unten-row{
  text-align: center;
  width: 100%;
  position: relative;
}

.menue-unten-row.disabled, .icon-disabled{
  filter: grayscale(1);
  opacity: 0.8;
}

.badge{
  background-color: #009FE3;
  width: 17px;
  height: 17px;
  font-size: 10px;
  color: #fff;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.badge.info{
  background-color: #999999;
}

.menue-unten-badge{
  top: 4px;
  left: calc(50% + 6px);
}

.artikelRow-badge{
  top: -6px;
  left: calc(50% + 3px);
}

.artikelRowHistorie-badge{
  top: -10px;
  left: calc(50% + 7px);
}

.fotoAddButton-badge{
  top: -7px;
  right: -7px; 
}

.badge[data-badge=""], .badge[data-badge="0"], .badge[data-badge="{{badge}}"]{
  display: none;
}

.menue-unten-row-inner{
  padding-top: 12px;
  font-size: 11px; 
  position: relative;
  text-align: center;
  height: 70px;
}

.menue-unten-row img, .menue-unten-row svg{
  height: 27px;
  padding-bottom: 2px;
}

#header-wrapper.login, #menue-unten.login{
  display: none;
}

#header-wrapper.webseite #header-right{
  display: none;
}

.button{
  color: #fff;
  background-image: linear-gradient(to right, rgba(5, 81, 157, 0.7) 0%, rgba(0, 159, 227, 0.7) 100%);
  font-weight: 500;
  padding: 10px 25px;
  display: inline-block;
  text-align: center;
  position: relative;
}

.button.secoundary{
  filter: grayscale(1);
}

.button-sm{
  font-weight: 400;
  padding: 5px 10px;
}

.button svg{
  height: 15px;
  position: relative;
  top: 2px;
  left: -2px;
}

.button.disabled{
  filter: grayscale(1);
  opacity: 0.4;
}

.button input{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.menueRow{
  display: flex;
}

.menueRow.unterpunkt{
  background-color: transparent !important;
  display: none;
  width: 100% !important;
}

.menueRow.unterpunkt.i0 .menueRowRight{
  background-color: #eeeeee;
  padding: 15px 20px;
  font-weight: 500;
}

.menueRow.unterpunkt.i1 .menueRowRight{
  background-color: #F6F6F6;
  padding: 15px 20px;
  font-weight: 500;
}

.menueRowLeft{
  float: left;
  width: 35%;
  max-width: 200px;
  padding: 15px 5px 15px 25px;
}

.menueRowLeft img{
  width: 100%;
}

.menueRowRight{
  float: left;
  width: 65%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-weight: 700;
  color: #05519D;
  font-size: 20px;
  justify-content: space-between;
}

#startseite{
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: fixed;
}

#startseite-top{
  width: 100%;
  text-align: center;
  opacity: 1;
  height: 240px;

  font-size: 38px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}

#startseite-top img{
  width: 250px;
  margin-top: 50px;
}

#startseite-bottom{
  position: fixed;
  bottom: 40px;
  width: 100%;
  text-align: center;
}

.startseite-button{
  color: #05519D;
  background-color: #fff;
  display: inline-block;
  width: 200px;
  font-weight: 600;
  padding: 15px 0;
  margin-bottom: 50px;
}

.login-button{
  color: #fff;
  background-image: linear-gradient(to right, rgba(5, 81, 157, 1) 0%, rgba(0, 159, 227, 1) 100%);
  font-weight: 400;
  padding: 6px 25px;
  display: inline-block;
  text-align: center;
  position: relative;
  width: 270px;
  font-size: 24px;
  margin-top: 35px;
}

#loginseite{
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  position: relative;
  z-index: 1;
}

#loginseite-content, #startseite-content{
  position: relative;
  z-index: 1;
}

#loginseite-hg, #loginseite-hg2{
  /*background-image: linear-gradient(to bottom, rgba(5, 81, 157, 0.8) 0%, rgba(0, 159, 227, 0.8) 100%);*/
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

#loginseite-hg2{
  background-image: url('../img/hintergrund_neu.jpg');
  z-index: -2;
}

#loginseite-hg img{
  width: 155%;
  position: absolute;
  left: -20%;
}

#loginseite-top{
  width: 100%;
  text-align: center;
  opacity: 1;
  height: 270px;
  /*transition: height 0.5s, opacity 0.5s;*/
  font-size: 38px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
}

#loginseite-top img{
  width: 200px;
  margin-top: 30px;
}

#loginseite-title{
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  margin-bottom: 30px;
  margin-top: 15px;
}

#loginseite-formular{
  width: 270px;
  margin: 0 auto;
}

#loginseite-formular input{
  width: 270px;
}

#loginseite-formular .input-title{
  color: #fff !important;
}

#loginseite-formular-buttom svg{
  width: 30px;
}

#loginseite-formular-buttom svg *{
  stroke: #05519D;
}

.datenschutz{
  margin-top: 50px;
}

.d-none-submit{
  position: relative;
  left: -2000px;
}




.auftraegeRow{
  min-height: 100px;
  display: flex;
}

.listRow{
  margin-top: 3px;
}

.auftraegeRow.i0, .listRow.i0{
  background-color: #eeeeee;
}

.auftraegeRow.i1, .listRow.i1{
  background-color: #F6F6F6;
}

.auftraegeRowLeftWrapperRow{
  display: flex;
  align-items: center;
}

.auftraegeRowLeft{
  /*height: 100px;*/
  float: left;
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.auftraegeRowLeftWrapper{
  text-align: center;
}

.auftraegeRowLeftDate{
  font-weight: 500;
}

.auftraegeRowRight{
  min-height: 100px;
  float: left;
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 0;
}

.auftraegeRowRight.packliste{
  width: 100%;
  padding-left: 15px;
}

.auftraegeRowRightWrapper{
  width: 100%;
}

.auftraegeRowRightKunde{
  font-size: 16px;
  font-weight: 500;
  position: relative;
  width: calc(100% - 25px);
}

.auftraegeRowRightAnsprechpartner{
  margin: 5px 0;
  display: flex;
  align-items: center;
  padding-right: 10px;
}

.auftraegeRowRightAnsprechpartner svg{
  height: 14px;
  margin-right: 7px;
}

.auftraegeRowRightAnsprechpartner.first svg{
  margin-left: 2px;
  margin-right: 9px;
}

.auftraegeRowRightAnsprechpartner:not(.nostroke) svg *{
  fill: #05519D;
}

.auftraegeRowRightArbeitsbeschreibung{
  padding-right: 10px;
  margin-top: 5px;
}

.auftraegeRowRightArbeitsbeschreibung .ab{
  max-height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.auftraegeRowRightArbeitsbeschreibung.open .ab{
  white-space: pre-line;
  max-height: none;
}

.auftraegeRowRightArbeitsbeschreibung.open .mehr{
  display: none;
}


.auftrag{
  padding-bottom: 30px;
}

.artikelArtikelTitleWrapper{
  text-align: left;
  padding-left: 10px;
}

.artikelArtikelTitle{
  display: inline-block;
  margin: 5px 0;
  padding: 1px 5px;
  color: #009FE3;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  font-size: 16px;
}

.auftragArtikel{
  margin-top: 20px;
}

.auftragArtikelRow{
  background-color: #F6F6F6;
  display: flex;
  min-height: 95px;
}

.auftragArtikelRow.lagerbewegung-filled{
  background-color: #ADE6B4;
}

.auftragKopf2{
  padding: 15px;
  background-color: #F6F6F6;
}

.auftragKopf{
  display: flex;
  height: 70px;
  border-bottom: 3px solid #fff;
  background-color: #F6F6F6;
}

.auftragKopf .col{
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auftragKopf .col.i1{
  width: 110px;
  border-right: 3px solid #fff;
}

.auftragKopf .col.i2{
  width: calc(100% - 220px);
  text-align: center;
  border-right: 3px solid #fff;
}

.auftragKopf .col.i3{
  width: 110px;
}

.packlisteKopf{
  display: flex;
  height: 70px;
  border-bottom: 3px solid #fff;
  background-color: #F6F6F6;
}

.packlisteKopf .col{
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.packlisteKopf .col.i1{
  width: calc(100% - 110px);
  border-right: 3px solid #fff;
}

.packlisteKopf .col.i2{
  width: 110px;
}

.status-cirle{
  width: 27px;
  height: 27px;
  border-radius: 50px;
  margin: 5px auto;
}

.status-cirle.auftragList{
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 5px;
}

.status-cirle.green{
  background-color: #6EB706;
}

.status-cirle.orange{
  background-color: #FFCF02;
}

.status-cirle.red{
  background-color: #D11317;
}

.status-text{
  font-size: 11px;
  text-align: center;
  margin-top: 5px;
}

.auftragContent{
  padding: 15px 0;
}


.auftragArtikelLeft{
  float: left;
  width: calc(100% - 50px);
  padding: 15px;
}

.auftragArtikelLeft.large{
  width: calc(100% - 2px);
}

.auftragArtikelRowLeftNr{
  font-weight: 600;
  display: flex;
  justify-content: space-between;
}


.auftragArtikelRight{
  float: left;
  width: 50px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

.auftragArtikelRightIcon{
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.auftragArtikelRightIcon.i1 svg{
  width: 37px;
  position: relative;
  top: 3px;
}

.auftragArtikelRightIcon.i2 svg{
  width: 35px;
}

.auftragArtikelRightIcon.i3 svg{
  width: 35px;
}

.auftragArtikelContent{
  padding: 15px;
}

.auftragArtikelContent>div{
  margin-top: 8px;
}

.auftragArtikelContent span{
  min-width: 140px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.checklistenRow{
  padding: 20px;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.checklistenRow.disabled{
  filter: grayscale(1);
}

.checklistenRowKategorie{
  color: #727272;
  font-size: 12px;
  font-weight: 400;
}

.checklistVortschritt{
  position: absolute;
  background-color: #05519D;
  height: 2px;
  bottom: 0;
  left: 0;
}

.trenner{
  height: 1px;
  width: 150px;
  background-color: #05519D;
  margin: 15px auto;
}

.checklisteTrenner{
  height: 1px;
  background-color: #ccc;
  margin: 5px 0px;
}

.checklisteRow{
  display: flex;
  align-items: center;
  height: 52px;
  opacity: 1;
  transition: height 0.3s, opacity 0.2s;
}

.checklisteRowTextWrapper{
  display: flex;
  align-items: center;
  width: calc(100% - 52px);
}

.checklisteRowText{
  width: 100%;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.checklisteTitle{
  background-color: #eeeeee;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  color: #05519D;
}

.checklisteErweitertButton{
  padding: 0 10px;
}

.checklisteRowCheckbox{
  height: 22px;
  width: 22px;
  border: 1px solid #05519D;
  border-radius: 50px;
  margin: 15px;
  position: relative;
}

.checklisteErledigt .checklisteRowCheckbox, .checklisteRow .checked .checklisteRowCheckbox{
  background-color: #05519D;
}

.checklisteRowCheckbox .haken{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  display: none;
}

.checklisteRowCheckbox .haken:after {
  left: 8px;
  top: 4px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  position: absolute;
}


.checklisteErledigt .checklisteRowCheckbox .haken, .checklisteRow .checked .checklisteRowCheckbox .haken{
  display: block;
}


.form-col{
  padding: 0 15px;
}

.formBox{
  margin: 25px 15px;
  /*box-shadow: 0px 0px 10px 2px rgba(209,19,22,1);*/
  box-shadow: 0px 0px 6px 1px rgba(128,128,128,0.75);
  padding-bottom: 15px;
  padding-top: 1px;
  transition: box-shadow 0.5s;
}

.formBox.erledigt{
  box-shadow: 0px 0px 6px 1px rgba(109,183,6,1);
}


.serviceberichtFotoSpeichern{
  display: flex;
  padding: 10px 30px 30px 30px;
}

.serviceberichtFotoSpeichernLeft{
  float: left;
  width: 40%;
  display: flex;
  align-items: center;
}

.serviceberichtFotoSpeichernRight{
  float: left;
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.serviceberichtFotoSpeichernRight .saveIcon svg *{
  stroke: #fff;
}

.fotoAddButton{
  width: 80%;
  background-color: #F7F7F7;
  padding: 20%;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.3);
  position: relative;
  margin: 0 auto;
}

.fotoAddButton input, .fotoAddButton .androidInput{
  position: absolute;
  height: 100%;
  width: calc(100% - 20px);
  opacity: 0;
  top: 0;
  left: 0;
}

.fileChooser input{
  position: absolute;
  height: 40px;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
}



.fileChooser svg *{
  stroke: #fff;
  stroke-width: 3 !important;
}

.serviceberichtWrapper.disabled .serviceBerichtArtikelAddButton{
  display: none;
}

.serviceBerichtArtikelAddButton{
  width: 33.3333333333%;
  float: left;
  text-align: center;
}

.serviceBerichtArtikelAddButtonKreis{
  width: 35px;
  height: 35px;
  border: 1px solid #05519D;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009FE3;
  font-size: 30px;
  font-weight: 700;
  /*padding-bottom: 4px;*/
  margin: 15px auto;
}

.overlayArtikelRow, .listRowStyle{
  padding: 10px 10px;
  color: #05519D;
}

.overlayArtikelSuche{
  padding: 0 15px;
}

.serviceBerichtartikel, .serviceBerichtressourcen{
  display: none;
  margin-bottom: 10px;
}

.serviceBerichtArtikelTitle{
  font-weight: 600;
  color: #05519D;
  padding-left: 15px;
  padding-top: 10px;
}

.serviceberichtArtikelRowLeft{
  width: calc(100% - 180px);
  float: left;
  padding: 10px 15px;
  height: 38px;
}

.serviceberichtArtikelRowRight{
  width: 180px;
  float: left;
  text-align: center;
  display: flex;
  align-items: center; 
  height: 38px;
  justify-content: center;
}

.serviceberichtArtikelRowLeft.ressource{
  width: calc(100% - 120px);
}

.serviceberichtArtikelRowRight.ressource{
  width: 120px;
}

.serviceberichtArtikelRowRight svg{
  width: 20px;
}


.serviceberichtBilderAnsichtCol, .checklistenErweitertBildAnsichtCol{
  float: left;
  width: 33.3333333%;
  padding: 5px;
}

.imgWrapper{
  position: relative;
  overflow: hidden;
}

#unterschrift-wrapper{
  position: relative;
}

.unterschrift-inner canvas {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  border-bottom: 1px solid #a9a9a9;
}   

#unterschrift-reset-icon{
  width: 20px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
} 

#unterschrift-complete-icon{
  width: 20px;
  position: absolute;
  right: 8px;
  bottom: 6px;
  z-index: 1;
} 


.fotoAdd-reset-icon{
  position: absolute;
  right: -15px;
  bottom: -15px;
  background-color: #fff;
  height: 30px;
  width: 30px;
  padding: 6px 7px 5px 7px;
  border-radius: 50px;
  box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.3);
  display: none;
}

.serviceberichtUebersichtRow {
  padding: 15px;
  color: #05519D;
}

.abbrechen-icon svg *{
  stroke: #fff;
}

.historieRowCol1{
  float: left;
  width: 125px;
  padding: 16px 5px;
  display: flex;
}

.historieRowCol2{
  float: left;
  width: calc(100% - 125px);
  padding: 15px 10px;
}

.historieRowCol1Bild{
  width: 25px;
}

.historieRowCol1Datum{
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.historieRowCol1Zeit{
  text-align: center;
}

.historieRowCol1DatumWrapper{
  padding-left: 10px;
}

.historieRowCol1BildWrapper{
  display: flex;
  align-items: center;
  padding-left: 15px;
  justify-content: center;
}

.sendenIconColor svg *{
  stroke: #05519D;
}

.autolern-complete-icon{
  position: absolute;
  right: 0;
  top: 2px;
}

@media(min-width:900px){/*xs*/
 
}

@media(max-width:900px){/*xs*/
 
}


@media(max-width:600px){/*xs*/

}


@media(max-width:500px){/*xs*/
 
}

@media(max-width:419px){/*xs*/
 
}

@media(max-width:409px){/*xs*/
 
}

@media(max-width:389px){/*xs*/

}

@media(max-width:359px){/*xs*/
  
}

@media(max-width:349px){/*xs*/
 
}


@media(max-width:330px){/*xs*/
  
}


/* OVERLAY START */

.overlay-wrapper{
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 15pt;
  padding-top: constant(safe-area-inset-top, 15pt) !important;
  padding-top: env(safe-area-inset-top, 15pt) !important;
  transition: opacity 1s;
}

.overlay{
  background-color: #fff;
  box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2);
  max-width: 500px;
  z-index: 99999;
  max-height: calc( 100% - 30px);
  width: calc(100% - 30px);
  position: relative;
  display: flex;
}

.overlay-inner{
  padding: 15px 0;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 50%;
  position: relative;
  width: 100%;
}

.overlay-title{
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #05519D;
  margin-left: -15px; 
  margin-right: -15px; 
  color: #05519D;
}

.overlay-scroll{
  overflow: auto;
  padding: 35px;
  background-color: #fff;
}


.overlay-scroll .title{
  font-size: 16px;
}

.overlay-close{
  position: absolute;
  right: -10px;
  top: -10px;
  background-color: #fff;
  border-radius: 50px;
  height: 28px;
  width: 28px;
  padding: 2px;
  box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
  cursor: pointer;
  z-index: 999999;
}


/* OVERLEY END*/



/* ### Loading Start ### */

#loader{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #EFEFEF;
  z-index: 9999;
  top: 0;
  left: 0;
}

#loader-inner{
  background-image: url('../img/loading.png');
  background-size: 70px;
  background-repeat: no-repeat;
  height: 70px;
  width: 70px;
  z-index: 100000000;
  position: fixed;
  margin: calc(50% - 35px) calc(50% - 35px);
  top: 0;
  
  -webkit-animation:spin 1.5s linear infinite;
  -moz-animation:spin 1.5s linear infinite;
  animation:spin 1.5s linear infinite;
}

#loader-text{
  margin-top: calc(50% + 45px);
  text-align: center;
}

@-moz-keyframes spin { 100% { 
	-moz-transform:rotate(360deg); 
	}
}
@-webkit-keyframes spin { 100% { 
	-webkit-transform:rotate(360deg); 
	}
}
@keyframes spin { 100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
	}
}


/* ### Loading Ende ### */

.input{
  position: relative;
}

.input-title{
  margin-bottom: 5px;
  margin-top: 15px;
  color: #05519D;
  font-size: 13px;
}

input, textarea, select{
  background-color: #F7F7F7;
  border: 0;
  outline: 0;
  color: #727272;
  padding: 5px;
  font-size: 14px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Poppins";
  border-radius: 0 !important;
  text-decoration: none !important;
  margin: 0;
  border-bottom: 1px solid #a9a9a9;
}

input:disabled, textarea:disabled, select:disabled{
  opacity: 0.7;
}


input.small-placeholder::placeholder{
  font-size: 11px !important;
}

.input-animation{
  width: 0%;
  height: 1px;
  background-color: #05519D;
  position: relative;
  transition: width 0.5s;
  top: -1px;
}

.input-einheit{
  position: absolute;
  top: 30px;
  right: 6px;
}

.input.textarea .input-animation{
  top: -7px;
}

.input:not(.disabled):hover .input-animation, .input:not(.disabled):active .input-animation{
  width: 100%;
} 


.login-input input{
  /*background-color: rgba(255,255,255,0);*/
  background-color: #fff;
  border-bottom: 0;
  padding: 7px;
  font-size: 24px;
  font-weight: 500;
  margin-top: 35px;
}

.login-input input::placeholder{
  color: rgba(0,0,0,0.4);
}

/*
.login-input .input-title{
  color: #727272;
}*/

.input.warning input{
  border-color: #D11317;
  color: #D11317;
}

.input.warning .input-animation{
  background-color: #D11317;
}









/* Customize the label (the checkboxContainer) */
.checkboxContainer {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 13px;
  color: #05519D;
  padding-top: 1px;
}

/* Hide the browser's default checkbox */
.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkboxChecker {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50px;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkboxChecker {
  background-color: #05519D;
}

/* When the checkbox is checked, add a blue background */
.checkboxContainer input:disabled ~ .checkboxChecker {
  opacity: 0.7;
}

/* Create the checkboxChecker/indicator (hidden when not checked) */
.checkboxChecker:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkboxChecker when checked */
.checkboxContainer input:checked ~ .checkboxChecker:after {
  display: block;

}

/* Style the checkboxChecker/indicator */
.checkboxContainer .checkboxChecker:after {
  left: 8px;
  top: 4px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.acc-wrapper{
  background-color: #eeeeee;
  margin-top: 2px;
}

.acc-title:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.acc-title{
  display: flex;
  cursor: pointer;
}

.acc-title-left{
  float: left;
  width: calc(100% - 30px);
  padding: 12px 15px;
}

.acc-title-arrow{
  float: left;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acc-content{
  background-color: #F6F6F6;
  /*transition: max-height 0.5s ease-out;*/
  max-height: 0px;
  overflow: hidden;
}

.acc-content.light{
  background-color: #fff;
}

.acc-content.active{
  /*transition: max-height 0.5s ease-in;*/
  max-height: none;
}

.acc-content-inner{
  padding: 15px;
}


.form-title{
  margin: 15px 15px -5px 15px;
  color: #009FE3;
  border-bottom: 1px solid #ccc;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  padding: 0 5px;
}

.input-icon{
  position: absolute;
  right: 0;
  top: 25px;
  background-color: #eee;
  padding-left: 7px;
  height: 31px;
  width: 35px;
  padding-right: 7px;
  border-left: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input-icon.left{
  right: auto;
  left: 0;
}

.input-icon.nolabel{
  top: 0;
}

.input-icon svg{
  width: 100%;
}


.meinkonto-arrow{
  font-size: 20px !important;
  margin: 3px;
  color: #05519D;
}

.menue-unten-row-inner .ionicon{
  height: 33px;
  padding-bottom: 0px;
  margin-top: -4px;
  color: #05519D;
  margin-bottom: -2px;
}

.menue-unten-title{
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}

.technischeInfoRow{
  padding: 13px;
  display: flex;
  justify-content: space-between;
}

.serviceberichtZusatzDropdownAddIcon, .serviceberichtZusatzDropdownDeleteIcon{
  width: 24px;
}

.serviceberichtZusatzDropdownAddIcon svg, .serviceberichtZusatzDropdownDeleteIcon svg{
  display: block;
}

.serviceberichtZusatzDropdownDeleteIcon svg{
  width: 20px;
  margin: 0 auto;
}

.serviceberichtZusatzDropdownRow{
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: space-between;
}

.customerListSuche{
  padding: 10px 10px 0 10px;
}

.retoureMengenInput{
  float: right;
  margin-right: 15px;
  width: 150px;
  margin-top: -5px;
  box-shadow: 0px 0px 6px rgb(50 50 50 / 10%);
}

.retoure-checkliste-row-left{
  float: left;
  width: calc(100% - 165px);
  display: flex;
}

.retoure-checkliste-row-left-checkbox{
  width: 22px;
  float: left;
}

.retoure-checkliste-row-left-title{
  float: left;
  width: calc(100% - 52px);
}

#tooltip{
  background-color: #fff;
  box-shadow: 0px 0px 30px 7px rgba(0,0,0,0.2);
  padding: 10px;
  z-index: 99999;
  position: fixed;
  /*width: auto;
  white-space: nowrap;*/
  max-width: calc( 100% - 40px );
  color: #000 !important;
  font-size: 14px !important;
  text-align: center;
  line-height: 1.7;
}

#tooltip-corner{
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 12px solid #fff;
  position: absolute;
  bottom: -12px;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  left: calc( 50% - 12px );
  z-index: 0;
}

.checklisteRowInfo{
  display: flex;
  align-items: center;
}

.checklisteRowInfo svg{
  width: 22px;
  margin: 15px 7px;
}

.auftragMitarbeiterDispoRemove{
  display: flex;
  width: 20px;
}

.auftragMitarbeiterDispoRemove svg{
  width: 20px;
  height: 20px;
}

.meldung{
  padding: 15px;
  margin: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.checklisteRow.oberpunkt .oberpunkt-dnone{
  display: none;
}

.checklisteRow.oberpunkt{
  font-weight: bold;
  padding-left: 15px;
}

.checklisteRow.oberpunkt .checklisteRowTextWrapper{
  width: calc(100% - 15px);
}

input[type="datetime-local"]{
  min-height: 35px;
}

/*.artikel-lagerbestaende-lagerplatz{
  padding-left: 20px;
}*/

.packliste-lagerbewegungen-inputs{
  display: flex;
  justify-content: space-between;
}

.packliste-lagerbewegungen-inputs .input{
  width: calc(33.33333% - 6px);
}

.packlistenKatFilterWrapper{
  width: 100px;
  width: 200px;
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #727272;
}

.packlistenKatFilterWrapper select{
  border: 0 !important;
  margin-left: 5px;
}

.packlistenArtikelTitleWrapper{
  display: flex;
  justify-content: space-between;
}

.pauseIconsServicebericht svg {
  fill: #fff !important;
}