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

tr[id^="fahrzeuganker-"] {
  scroll-margin-top: 100px; /* optionaler visueller Abstand */
}

.highlight {
  background-color: #fffbcc;
  transition: background-color 1s ease;
}
fieldset {
  border-radius: 10px;
  max-width: 600px;
}

.cardeluxe {
  width: calc(100% - 100px);
  border-bottom: 3px solid #ccc;
  padding: 12px 0 12px 0;
  background-color: #fff;
  //border-top-left-radius: 10px;
  //border-top-right-radius: 10px;
}

.cardeluxe:hover {
  //background-color: #fcfbc5;
}

.cardeluxe_gelesen {
  background-color: #e9e9e9;
}

.cardeluxe_aktiv {
  background-color: #fcfbc5 !important;
}

.cardeluxe_balken {
  position: relative;
  width: 20px;
  height: 150px;
  background-color: #ccc;
  display: inline-block;
  margin-right: -15px;
  margin-left: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.cardeluxe_balken_aktiv {
  background-color: #245da3 !important;
}

.cardeluxe_links {
  display: inline-block;
  width: calc(15% - 20px);
  padding-left: 20px;
  vertical-align: top;
}

.cardeluxe_links IMG {
  position: relative;
  width: 100%;
  max-height: 150px;
  border-radius: 5px;
}

.cardeluxe_mitte {
  display: inline-block;
  width: calc(65% - 20px);
  vertical-align: top;
  padding-left: 20px;
}

.cardeluxe_rechts {
  display: inline-block;
  width: 15%;
  vertical-align: top;
}

.cardeluxe_oben {

}

.cardeluxe_unten {
  height: 90px;
  vertical-align: bottom;
}

.cardeluxe_privat_haendler {
  display: inline-block;
  padding: 0 3px;
  border-radius: 5px;
  background-color: blue;
  color: #fff;
}



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

.gebetszeiten_wechsel {
  width: 80%;
  padding: 7px 0;
}

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

#burger {
  display: none;
}

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

}

.suchergebnis_container_breit {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 615px;
  height: auto;
  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);
}

// ---

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

.gebetszeiten_oben {
  width: 500px;
  height: 350px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;

  background-image: url('bilder/kaaba.jpeg?p=2');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

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

.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: 500px;
  height: 350px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #f0f0f0;
}

.gebetszeiten_einstellungen {
  max-width: calc(100% - 66px);
  margin:0 auto;
  text-align: center;
}

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

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

.gebetszeiten_iframe {
  width: 650px;
  height: 1200px;
}

.gebetszeiten_kalenderhinweis {
  margin-top:-25px;
  margin-bottom:20px;
}

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

}

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

}

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

.kaufbestaetigung_rechts {
  display: inline-block;
  vertical-align: top;
  width: 500px;
  margin-right: 50px;
}

.kaufbestaetigung_mitte {
  display: inline-block;
  vertical-align: top;
  width: 400px;
}

.kaufbestaetigung_links {
  display: inline-block;
  vertical-align: top;
  width: 400px;
}

#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: 255px;
  padding-top: 90px;

}

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

.menuinner {
  width: calc(100% - 25px);
  padding: 10px 0px 10px 15px;
  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% - 35px);
  padding: 10px 0px 10px 15px;
  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% - 45px);
  padding: 15px 0px 15px 15px;
  background-color: #e5e5e5;
  color: #000;
  margin-bottom: 3px;
  border-left: 10px solid #d8d8d8;
  text-decoration: none;
  margin-left: 20px;
  font-style: italic;
  transition: border-left 0.4s;
}

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

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

.row {
  width: 1000px;
  //border: 1px solid red;
}

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

.showdesktop {
  display: block;
}

.showdesktopinline {
  display: inline-block;
}

.showmobil, .showmobilinline {
  display: none;
}

.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

}

#table_id_filter {
  //display: inline-block!important; 
  //position: relative!important; 
  //top: -100px!important; 
  //left: 1330px!important; 
  //width: 250px!important; 
  //margin-bottom: -100px!important

}

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

  #generierenButton {
    display: block;
    margin: 0 auto;
  }

  #table_id_filter {
    //display: block!important; 
    //position: relative!important; 
    //top: 0px!important; 
    //left: 0px!important; 
    //width: 100%!important; 
    //margin-bottom: 30px!important;
  
  }

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

  .showdesktop {
    display: none;
  }

  .showdesktopinline {
    display: none;
  }

  .showmobil {
    display: block;
  }

  .showmobilinline {
    display: inline-block;
  }

  .suchergebnis_container,
  .suchergebnis_container_breit {
    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;
  }


  .cardeluxe {
    width: calc(100% - 65px);
    border-bottom: 3px solid #ccc;
    padding: 50px 20px 10px 20px;
    background-color: #fff;
    margin-bottom: 30px;
    //border-top-left-radius: 10px;
    //border-top-right-radius: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
  }

  .cardeluxe:hover {
    //background-color: #fcfbc5;
  }

  .cardeluxe_gelesen {
    background-color: #e9e9e9;
  }

  .cardeluxe_aktiv {
    background-color: #fcfbc5 !important;
  }

  .cardeluxe_balken {
    position: relative;
    width: 20px;
    height: 150px;
    background-color: #ccc;
    display: inline-block;
    margin-right: -15px;
    margin-left: 0px;
    border-radius: 5px;
    cursor: pointer;
  }

  .cardeluxe_balken_aktiv {
    background-color: #245da3 !important;
  }

  .cardeluxe_links {
    display: inline-block;
    width: calc(100% - 30px);
    padding-left: 20px;
    vertical-align: top;
  }

  .cardeluxe_links IMG {
    position: relative;
    width: calc(100% - 0px);
    max-height: 150px;
    border-radius: 5px;
  }

  .cardeluxe_mitte {
    display: block;
    width: calc(100% - 30px);
    vertical-align: top;
    padding-top: 30px;
    padding-left: 0px;
  }

  .cardeluxe_rechts {
    display: block;
    width: calc(100% - 30px);
    vertical-align: top;
    padding-top: 30px;
    padding-left: 0px;
  }

  .cardeluxe_oben {

  }

  .cardeluxe_unten {
    height: 90px;
    vertical-align: bottom;
  }

  .cardeluxe_privat_haendler {
    display: inline-block;
    padding: 0 3px;
    border-radius: 5px;
    background-color: blue;
    color: #fff;
  }

  .cardeluxe_preis {
    display: block;
    margin: 10px 0;
  }

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

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

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

  }

  .topinner {
    padding-left: 25px;
  }

  #eingeloggtals {
    display: none;
  }


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

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

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

  .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% - 25px);
    height: 350px;
    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;
  }

  .gebetszeiten_kalenderhinweis {
    margin-top:-5px;
    margin-bottom:20px;
  }

  .gebetszeiten_next {
    width: calc(100% - 120px);
  }

  .gebetszeiten_iframe {
    width: calc(100% - 25px);
    height: 1200px;
  }

  .input-wert {
    width: calc(100% - 25px) !important;
    max-width: 238px;
    margin-bottom: 6px!important;
  }

  .inputGebet-wert {
    width: 140px !important;
    padding: 15px 15px !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;
  }

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

  }

  .inputselectGebet-wert {
    appearance: none;
    -webkit-appearance: none;
    width: 172px !important;
    margin-left: -4px !important;
    text-align: center !important;
    padding: 15px 15px !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;
  }

  .row {
    width: 1000px;
    height: auto !important;
    //border: 1px solid blue;
    padding-bottom: 0 !important;
  }


  [id^="fahrzeuganker-"] {
    scroll-margin-top: -265px;
  }

}

#table_id > thead > tr {
  cursor: pointer;
}

