:root {
  --main-color: #245da3;
  --sub-color: #dae2eb;
}

fieldset {
  border-radius: 10px;
  max-width: 600px;
}

.rowLightbox {
  //border: 1px solid red;
  border-radius: 10px;
  padding: 20px;
  background-color: #f0f0f0;
  max-width: 1200px;
}

.rowLightbox > .column {
  padding: 0 8px;

}

.rowLightbox:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  //border: 1px solid red;
  float: left;
  width: 20%;
}

.column IMG {
  max-width: 200px;
  border-radius: 10px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;

}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000 !important;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 55px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

.mySlides IMG {
  border-radius: 10px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #000;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
}

.prev a,
.next a {
  color: #000;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  //background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #fff;
  font-size: 35px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#burger {
  display: none;
}

.suchergebnis_container {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 270px;
  height: 370px;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 25px;

}

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

}

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

INPUT[type=date] {



}

INPUT[type=date]::-webkit-calendar-picker-indicator {

}

// ---

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;
  overflow-x: hidden;
}

.alert {
  background-color: #000;
  position: fixed;
  bottom: -69px;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 20px 0px;
  height: 25px;
  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;
}

.bgcolor1 {
  background-color: #f0f0f0;
}

.bgcolor2 {
  background-color: #fff;
}

#containerStammdaten {
  display: none;
}

#containerErfassungBearbeiten {
  display: none;
}

.emailcounter {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  //background-color: #ef901a;
  border-radius: 5px;
  width: 20px;
  height: 16px;
  padding-bottom: 8px;
  //padding: 0 5px;
  position: relative;
  //top: -7px;
  text-align: center;

}

.emailcountermobil {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  //background-color: #ef901a;
  border-radius: 5px;
  width: 20px;
  height: 16px;
  padding-bottom: 8px;
  //padding: 0 5px;
  position: relative;
  top: -3px;
  margin-left: -15px;
  margin-right: 15px;
  text-align: center;

}

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

.geb {
  width: 100%;
  text-align: center;
  //border: 1px solid red;
}

.gebetszeiten_oben {
  width: 500px;
  height: 350px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;
  font-family: arial;
  font-size: 14px;
  background-image: url('bilder/kaaba.jpeg?p=3');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.gebetszeiten_mitte {
  width: calc(500px - 0px);
  height: auto;
  padding: 30px 0;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
  font-family: arial;
  margin: 0 auto;
}

.gebetszeiten_container {
  width: calc(100% - 0px);
  padding: 13px 0px;
  //border: 1px solid blue;
  font-family: arial;
}

.gebetszeiten_container:nth-child(even){
  background-color: #f0f0f0;
}

.gebetszeiten_titel {
  display: inline-block;
  vertical-align: top;
  width: calc(49% - 20px);
  text-align: left;
  padding-left: 20px;
  //border: 1px solid red;
  font-family: arial;
  font-size: 14px;
}

.gebetszeiten_zeit {
  display: inline-block;
  vertical-align: top;
  width: calc(49% - 20px);
  padding-right: 20px;
  text-align: right;
  font-family: arial;
  font-size: 14px;
}

.gebetszeiten_unten {
  width: 500px;
  height: 350px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #f0f0f0;
  font-family: arial;
  font-size: 14px;
  margin: 0 auto;
}

.gebetszeiten_einstellungen {
  max-width: calc(100% - 66px);
  margin: 15px auto 40px auto;
  text-align: center;
  font-family: arial;
}

.gebetszeiten_next {
  background-color: #79b5cd;
  border: 2px solid #9bcae4;
  opacity: 0.95;
  text-align: center;
  width: 200px;
  padding: 35px;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  margin: 50px auto 0 auto;
  font-family: arial;
}

.gebetszeiten_next_zaehler {
  font-size: 50px;
  font-weight: bold;
  margin-top: 15px;
  color: #fff;
  font-family: arial;
}

.gebetszeiten_kalenderhinweis {
  margin-top:-20px;
  margin-bottom:20px;
  color: red;
  animation: animate 9s linear infinite;
}

@keyframes animate {
  0%
  {
    transform: translateX(120px);
  }
  50%
  {
    transform: translateX(-120px);
  }
  100%
  {
    transform: translateX(120px);
  }
}

.incentive {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  border-radius: 4px;
  //box-shadow: 1px 2px 10px #eee;
  background-color: #f0f0f0;
  margin-right: 35px;
  margin-bottom: 40px;
  transition: background-color 0.4s;
}

.incentive:hover {
  background-color: #e3e3e3;
}

.incentive_inner {
  padding: 25px;
}

.incentiv_bearbeiten {
  margin-top: 15px;
  margin-bottom: 10px;
}

.incentive_bezeichnung {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  height: 55px;
}

.incentive_beschreibung {
  margin-top: -15px;
  height: 100px;
}

.incentive .incentive_bild IMG {
  position:relative;
  left: -25px;
  width: calc(100% + 50px);
  height: 210px;
  margin: 25px 0;

}

.incentive_preis {
  position:relative;
  display: inline-block;
  top: -40px;
  padding: 10px 15px;
  color: #fff;
  border-radius: 4px;
  background-color: #888;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 1px 2px 10px #ccc;
}

#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: 4px;
  appearance: none;
  -webkit-appearance: none;
}

.inputfield {
  padding: 13px 15px;
  width: 240px;
  font-size: 16px;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #000;
  margin-bottom: 7px;
  text-align: left;
  border-radius: 4px;
}

.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: #f0f0f0;
  border: 1px solid #fff;;
  width: 269px;
  color: #000;
  margin-bottom: 1px;
  margin-left: -4px;
  margin-top: 2px;
  border-radius: 4px;
  display: inline-block;

}

.inputGebet-wert {
  padding: 11px 15px 11px 15px;
  background-color: #f0f0f0;
  border: 1px solid #fff;;
  width: 269px;
  color: #245da3 !important;
  margin-bottom: 1px;
  margin-left: -4px;
  margin-top: 2px;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  text-align: left !important;

}

.inputselect-wert {
  -webkit-appearance: none;
  padding: 13px 15px !important;
  background-color: #f0f0f0;
  border: 1px solid #fff;;
  width: 301px !important;
  color: #000;
  margin-bottom: 1px;
  margin-left: -4px;
  border-radius: 4px;


}

.inputselectGebet-wert {
  -webkit-appearance: none;
  padding: 15px 15px !important;
  background-color: #f0f0f0;
  border: 1px solid #fff;;
  width: 301px !important;
  margin-bottom: 1px;
  margin-left: -4px;
  border-radius: 4px;
  color: #245da3 !important;
  font-weight: bold;
  text-align: left !important;


  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 15px;
  background-color: #f0f0f0;
  border: 1px solid #fff;;
  width: 300px;
  color: #000;
  margin-bottom: 1px;
  cursor: pointer;
}

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

#kundenAnlegenBearbeiten {
  display: none;
}

.login {
  width: 260px;
  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% - 350px);
  padding-left: 350px;
  padding-top: 120px;

}

.mobilaus {
  display:inline-block; width:60px; margin-right:5px; text-align:right; vertical-align:top; padding-top:17px; padding-right:5px;
}

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

.menuinner {
  width: calc(100% - 45px);
  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% - 55px);
  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: normal;
  transition: border-left 0.4s;
}

.menusubsubinner {
  width: calc(100% - 65px);
  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: 1000px;
}

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

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

.sucheemail {
  width: 500px;
  height: 300px;
  padding: 35px;
  border-radius: 4px;
}

.switchFlex {
  height: 47px;
  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: 25px;
}

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

.white {
  color: #fff;
}

.logoutmobil {
  display: none;
}

.emailbild {
  display: none;
  width: 1200px;
  top: 200px

}

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

  @keyframes animate {
    0%
    {
      transform: translateX(40px);
    }
    50%
    {
      transform: translateX(-40px);
    }
    100%
    {
      transform: translateX(40px);
    }
  }

  fieldset {
    width: calc(100% - 50px) !important;
    margin-right: 25px;
  }

  .rowLightbox {

    border-radius: 10px;
    padding: 20px;
    width: calc(100% - 65px) !important;
  }

  .rowLightbox > .column {
    padding: 0 8px;
    //border: 1px solid red;

  }

  .rowLightbox:after {
    content: "";
    display: table;
    clear: both;
  }

  .column {
    //border: 1px solid red;
    float: left;
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }

  .column IMG {
    max-width: 100%;
    display: block;
    border-radius: 10px;
  }

  .logoutmobil {
    display: block;
  }

  .suchergebnis_container {
    display: block;
    margin-right: 0px;
    width: calc(100% - 75px);
    height: auto;

  }

  .emailbild {
    width: calc(100% - 60px);
    top: 60px;
    display: none;
  }

  #burger {
    display: inline-block;
  }

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

  .input-submit {
    padding: 13px 15px;
    width: calc(100% - 25px) !important;
  }

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

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

  }

  .mobilaus {
    display: none;
  }

  .topinner {
    padding-left: 25px;
  }

  #eingeloggtals {
    display: none;
  }

  .geb {
    width: calc(100% - 2px);
  }

  .gebetszeiten_oben {
    width: calc(100% - 0px);
    height: 180px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 4px;
    background-image: url('bilder/kaaba.jpeg?p=3');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .gebetszeiten_mitte {
    width: calc(100% - 0px);
    height: auto;
    padding: 35px 0 30px 0;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
  }

  .gebetszeiten_padding1 {
    padding-top: 40px !important;
  }

  .gebetszeiten_padding2 {
    padding-top: 0px !important;
  }

  .gebetszeiten_padding3 {
    padding-top: 0px !important;
  }

  .gebetszeiten_padding4 {
    padding-top: 35px !important;
  }

  .gebetszeiten_container {
    width: calc(100% - 0px);
    padding: 10px 0px;
  }

  .gebetszeiten_container:nth-child(even){
    background-color: #f0f0f0;
  }

  .gebetszeiten_titel {
    display: inline-block;
    vertical-align: top;
    width: calc(49% - 20px);
    text-align: left;
    padding-left: 20px;
    //border: 1px solid red;
  }

  .gebetszeiten_zeit {
    display: inline-block;
    vertical-align: top;
    width: calc(49% - 20px);
    padding-right: 20px;
    text-align: right;
  }

  .gebetszeiten_unten {
    width: calc(100% - 0px);
    padding-bottom: 75px;
    height: auto;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #f0f0f0;
  }

  .gebetszeiten_einstellungen {
    max-width: calc(100% - 70px);
    width: calc(100% - 70px);
    margin: 0 auto 35px auto;
  }

  .gebetszeiten_einstellungen_margin1 {
    margin-top: -55px !important;
    border: 1px solid red;
  }

  .gebetszeiten_einstellungen_margin2 {
    margin-top: -15px !important;
  }

  .gebetszeiten_einstellungen_margin3 {
    margin-top: -85px !important;
  }

  .gebetszeiten_next {
    width: calc(100% - 110px);
    padding: 0px 35px 15px 35px;
    margin-top: 20px;
    font-size: 25px;


  }

  .gebetszeiten_next_zaehler {
    display: inline-block;
    //font-size: 35px;
    //margin-top: 10px;
    font-size: 25px;
    color: #fff;
    font-family: arial;
  }

  .gebetszeiten_kalenderhinweis {
    width: 250px;
    margin: 25px auto 20px auto;
    animation: animate 5s linear infinite;
  }

  .input-wert {
    width: calc(100% - 25px) !important;

  }

  .inputGebet-wert {
    width: 110px !important;
    padding: 15px 30px 15px 0 !important;
    text-align: left !important;
    vertical-align: middle;
    color: #245da3 !important;
    appearance: none;
    -webkit-appearance: none;
    display: inline-block;
  }

  INPUT[type=date] {
    //padding-top: 20px !important;
    text-align: left !important;
    appearance: none;
    -webkit-appearance: none;

    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;

  }

  .inputselect-wert {
    width: calc(100% - 25px) !important;
    text-align: left !important;

  }

  .inputselectGebet-wert {
    appearance: none;
    -webkit-appearance: none;
    width: 140px !important;
    margin-left: -4px !important;
    text-align: left !important;
    padding: 15px 30px 15px 30px !important;
    color: #245da3 !important;
    display: inline-block;
  }

  .inputfield {
    padding: 13px 15px;
    width: calc(100% - 45px);
  }

  .submitfield {
    padding: 13px 15px;
    width: calc(100% - 13px);
  }

  .sucheemail {
    width: calc(100% - 60px);
  }

  .login {
    width: 260px;
    padding: 45px 35px 45px 55px;
    background-color: #fff;
    box-shadow: 1px 2px 50px #c3c3c3;
    border-radius: 10px;
    margin: 0px auto 0px auto;
    text-align: left;
    position: relative;
    top: 50px;
  }

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

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

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

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

}
