@import url('satoshi.css');

/* Reset */

* ,html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
vertical-align: top;

-moz-hyphens: auto 5;
-o-hyphens: auto 5;
-webkit-hyphens: auto 5;
-ms-hyphens: auto 5;
hyphens: auto 5;

font-family: sans-serif, Arial, Helvetica, "Satoshi-Regular";
box-sizing: border-box;
}

/* basic structure*/

body {
  background-color:#e4f9cf;
  background-image:url("/images/wood-dark.png");
  background-repeat:repeat;

  padding:0;
  margin:0;
  height:100vh;
}

h1 { color: #353535; font-family: sans-serif, Arial, Helvetica, "Satoshi-Regular"; font-size: 25px; font-weight: bold; text-align: left; }

h2 { color: #353535; font-family: "Satoshi-Regular", Arial, Helvetica, sans-serif; font-size: 19px; font-weight: bold; text-align: left; }


header {
  text-align: left;
}

.overview_table {
  border: 1px solid;
}

.overview_table_tr_odd {
  background-color: #ddd;
}

.overview_table_tr_even {
  background-color: #c2d4dd;
}

/* .overview_table_td {
  border: 1px solid;
} */



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

.box {
  float: left;
  padding-left: 10px;
  padding-top: 20px;
}

.box a {
  height: 40px;
  vertical-align: middle;
  text-decoration:none;
  color: #353535;
  font-size: 14px;
}

.box_left {
  text-align: left;
  padding-bottom: 30px;
}

.box_left p {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}

.box_left img {
  margin-right: 10px; 
}

.l_left {
float: left;
}

.l_right {
float: left;
}

.l_right::after {
clear: both;
}


/* Create two columns/boxes that floats next to each other */

/* main {} */

area_left {
  float: left;
  width: 14em;
}

article {
  float: left;
  padding-left: 30px;
  padding-right: 30px;
  width: calc(100% - 14em);
}

/* Clear floats after the columns */
section::after {
  content: "";
  display: table;
  clear: both;
}

/* Style the footer */
footer {
  text-align: center;
  color: #353535;
}

textarea {
  padding: 0;
  /* box-sizing: border-box; */
  border: 2px solid #ccc;
  /* border-radius: 4px; */
  background-color: #f8f8f8;
  /* font-size: 16px; */
  resize: none;
  /* font-family: "Satoshi-Regular", Arial, Helvetica, sans-serif; */
}

/* .editable_textarea_outer {
} */

.editable_textarea_label {
  width: fit-content;
  block-size: fit-content;
}

.editable_textarea {
  /* display: flex; */
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.editable_textarea_fehlerausgabe {
  background: rgb(237, 150, 150);
  width: fit-content;
  block-size: fit-content;
}

.editable_techniker_rows_outer {
  border-bottom: 2px solid #ccc;
}

.editable_techniker_outer {
  border-top: 2px solid #ccc;
}

.left1 {
  float: left;
}

.editable_techniker {

}

.editable_techniker_inputarea {
  /* background: rgb(237, 150, 150); */
}

.img_nothing_to_do {
  /* background: url("/images/check.svg") no-repeat; */
  width: 0px; /* Width of new image */
  height: 0px; /* Height of new image */
  padding-left: 0px; /* Equal to width of new image */
  margin-left: 0px; /* Equal to width of new image */
  cursor: auto;
} 

.img_saved {
  background: url("/images/check.svg") no-repeat;
  width: 40px; /* Width of new image */
  height: 40px; /* Height of new image */
  margin-left: 10px; /* Equal to width of new image */
  cursor: auto;
} 

.img_press_me {
  background: url("/images/diskette-save.svg") no-repeat;
  width: 40px; /* Width of new image */
  height: 40px; /* Height of new image */
  margin-left: 10px; /* Equal to width of new image */
  cursor: pointer;
}

.img_undo {
  background: url("/images/undo.svg") no-repeat;
  width: 40px; /* Width of new image */
  height: 40px; /* Height of new image */
  margin-left: 10px; /* Equal to width of new image */
  cursor: pointer;
} 

.img_nothing_to_do_medium {
  /* background: url("/images/check.svg") no-repeat; */
  width: 0px; /* Width of new image */
  height: 0px; /* Height of new image */
  padding-left: 0px; /* Equal to width of new image */
  margin-left: 0px; /* Equal to width of new image */
  cursor: auto;
} 

.img_saved_medium {
  background: url("/images/check.svg") no-repeat;
  width: 30px; /* Width of new image */
  height: 30px; /* Height of new image */
  margin-left: 10px; /* Equal to width of new image */
  cursor: auto;
} 

.img_press_me_medium {
  background: url("/images/diskette-save.svg") no-repeat;
  width: 20px; /* Width of new image */
  height: 20px; /* Height of new image */
  margin-left: 6px; /* Equal to width of new image */
  cursor: pointer;
}

.img_undo_medium {
  background: url("/images/undo.svg") no-repeat;
  width: 30px; /* Width of new image */
  height: 30px; /* Height of new image */
  margin-left: 10px; /* Equal to width of new image */
  cursor: pointer;
} 

.img_nothing_to_do_small {
  /* background: url("/images/check.svg") no-repeat; */
  width: 0px; /* Width of new image */
  height: 0px; /* Height of new image */
  padding-left: 0px; /* Equal to width of new image */
  margin-left: 0px; /* Equal to width of new image */
  cursor: auto;
} 

.img_saved_small {
  background: url("/images/check.svg") no-repeat;
  width: 20px; /* Width of new image */
  height: 20px; /* Height of new image */
  margin-left: 10px; /* Equal to width of new image */
  cursor: auto;
} 

.img_press_me_small {
  background: url("/images/diskette-save.svg") no-repeat;
  width: 20px; /* Width of new image */
  height: 20px; /* Height of new image */
  margin-left: 10px; /* Equal to width of new image */
  cursor: pointer;
}

.img_undo_small {
  background: url("/images/undo.svg") no-repeat;
  width: 20px; /* Width of new image */
  height: 20px; /* Height of new image */
  margin-left: 10px; /* Equal to width of new image */
  cursor: pointer;
} 

textfield {
  padding: 0;
  /* box-sizing: border-box; */
  border: 2px solid #ccc;
  /* border-radius: 4px; */
  background-color: #f8f8f8;
  /* font-size: 16px; */
  resize: none;
  /* font-family: "Satoshi-Regular", Arial, Helvetica, sans-serif; */
}

/* .editable_textfield_outer {
  width: 220px;
} */

.editable_textfield_label {
  width: fit-content;
  block-size: fit-content;
}

.editable_textfield {
  /* display: flex; */
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.editable_textfield_fehlerausgabe {
  background: rgb(237, 150, 150);
  width: fit-content;
  block-size: fit-content;
}

/* Checkbox Slider */
.editable_checkbox_slider_outer {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 6px;
  border: 1px solid #d7dbe0;
  border-radius: 6px;
  background: #f8f9fb;
}

.editable_checkbox_slider_label {
  width: fit-content;
  block-size: fit-content;
  font-size: 11px;
  color: #333;
  margin-right: 2px;
}

.editable_checkbox_slider {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: nowrap;
}

.editable_checkbox_slider_fehlerausgabe {
  background: #f7d6d6;
  border: 1px solid #e2a8a8;
  border-radius: 4px;
  padding: 1px 4px;
  width: fit-content;
  block-size: fit-content;
}

/* .editable_select_outer {
} */

.editable_select_label {
  width: fit-content;
  block-size: fit-content;
}

.editable_select {
  /* display: flex; */
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.editable_select_fehlerausgabe {
  background: rgb(237, 150, 150);
  width: fit-content;
  block-size: fit-content;
}

.editable_select_buttons_spacer {
  /* background: url("/images/check.svg") no-repeat; */
  width: 50px; /* Width of new image */
  height: 30px; /* Height of new image */
  padding-left: 0px; /* Equal to width of new image */
  margin-left: 0px; /* Equal to width of new image */
  cursor: auto;
} 

/* Slider-Toggle */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 17px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}


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

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

input:checked + .slider_round {
  background-color: #2196F3;
}

input:focus + .slider_round {
  box-shadow: 0 0 1px #2196F3;
}

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

/* Rounded sliders */
.slider_round {
  border-radius: 17px;
}

.slider_round:before {
  border-radius: 50%;
}

/* Navi */
  pre span { color:firebrick}
  .rowflex { width: 240px;  margin-left:auto; margin-right: auto; background: #D9D9D9}
  input#hamburg { display: none; }
  label.hamburg {
    display: block;
    background: #333;
    width: 75px; 
    height: 50px;
    position: relative; 
    margin-left: auto; 
    margin-right: auto;
    border-radius: 4px; 
  }
  
  .line { 
    position: absolute; 
    height: 4px; 
    background: var(--secondary);
    border-radius: 2px;
    width: 55px; 
    display: block; 
    left:10px;
    transition: 0.5s; 
    transform-origin: center; 
  }
  
  .line:nth-child(1) { top: 12px; background: #fff}
  .line:nth-child(2) { top: 24px; background: #fff}
  .line:nth-child(3) { top: 36px; background: #fff}
  
    
  #hamburg:checked + .hamburg .line:nth-child(1){
    transform: translateY(12px) rotate(-45deg);
  }
  
  #hamburg:checked + .hamburg .line:nth-child(2){
    opacity:0;
  }
  
  #hamburg:checked + .hamburg .line:nth-child(3){
    transform: translateY(-12px) rotate(45deg);
  }
    
  #hamburg:checked + .hamburg { background: #333}
  
  #header,
  #nav {
    background: #dce7ec;
  }

  #nav {
    box-shadow: 0.25em 0 1.25em rgba(31, 41, 51, 0.18);
  }

  .topmenu { height: auto; max-height:0; overflow: hidden; transition: all 0.5s; background-color:#dce7ec;}
  
  #hamburg:checked + .hamburg  + .topmenu { height: auto; max-height: 1000px; }
  



  
  /* .topmenu {  } */
  .topmenu ul { padding-left: 1em;}
  .topmenu ul li { list-style-type: none; border-bottom: 1px dotted white; padding-top: 0ex; padding-bottom: 0.5ex;  }
  .topmenu ul li:last-child{border-bottom: 0;}
  

  


  .topmenu ul li a { color: #000; text-decoration: none; display: block; }
  .topmenu ul li a.active { background-color: #284B63; color: #D9D9D9; text-decoration: none; display: block }
  .topmenu ul li a:hover:not(.active) { background-color: #D9D9D9; color: #353535; }

  .topmenu ul li.nav-account {
    padding-right: 1em;
    text-align: right;
  }

  .topmenu ul li.nav-account ul {
    padding-left: 0;
  }

  .topmenu ul li.nav-account p {
    margin: 0;
  }


  .topmenu ul .hassub:before { content: " ֎ "; float: right; padding-right: 1em }
  .topmenu ul .nav-collapsible:before { content: none; }
  .topmenu ul li.nav-collapsible {
    padding-bottom: 0;
  }
  .topmenu ul li.nav-collapsible details {
    display: block;
  }
  .topmenu ul li.nav-collapsible summary.nav_li_p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 0.55em 0.75em;
    color: #1f2933;
    background: #eef2f6;
    border: 1px solid #d8dde4;
    border-radius: 6px;
    list-style: none;
    user-select: none;
  }
  .topmenu ul li.nav-smarthome summary.nav_li_p {
    background: #1f7a63;
    border-color: #17624f;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(31, 122, 99, 0.28);
  }
  .topmenu ul li.nav-smarthome summary.nav_li_p:hover {
    background: #17624f;
    color: #ffffff;
  }
  .topmenu ul li.nav-collapsible summary.nav_li_p::-webkit-details-marker {
    display: none;
  }
  .topmenu ul li.nav-collapsible summary.nav_li_p:after {
    content: "+";
    font-weight: 700;
    margin-left: 0.75em;
  }
  .topmenu ul li.nav-collapsible details[open] summary.nav_li_p:after {
    content: "-";
  }
  .topmenu ul li.nav-collapsible details > ul {
    padding-left: 0.65em;
    margin-top: 0.35em;
  }
  .topmenu ul li.nav-collapsible details > ul > li:first-child {
    border-top: 0;
  }
  .hassub li:nth-child(1) { border-top: 1px solid black; }

  #header {
    background: #f4f4f1;
    border-right: 1px solid #deded9;
    box-shadow: none;
    color: #1f2328;
    text-align: left;
  }

  #header .top {
    align-items: stretch;
    width: 100%;
  }

  #header .top > div {
    width: 100%;
    padding: 0.75em 0.75em 0.35em 0.75em;
  }

  #header h1,
  #header p {
    color: #1f2328;
    text-align: left;
  }

  #header h1 {
    font-size: 1em;
    line-height: 1.2;
    margin: 0;
  }

  #header p {
    font-size: 0.78em;
    margin: 0.15em 0 0 0;
  }

  #headerToggle {
    background: #2f3a44;
    border: 0;
    border-radius: 8px;
    color: #f4f4f1;
    font-size: 1.05em;
    height: 34px;
    left: 0.65em;
    padding: 0;
    top: 0.65em;
    width: 34px;
  }

  #headerToggle:hover {
    background: #1f2933;
    color: #ffffff;
  }

  #header .wkx-sidebar-user {
    padding-top: 3.1em;
  }

  #nav {
    width: 100%;
    padding: 0.35em 0.55em 1.25em 0.55em;
    background: #f4f4f1;
    box-shadow: none;
  }

  #nav > ul,
  #nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #nav ul li {
    border: 0;
    list-style: none;
    margin: 0.05em 0;
    padding: 0;
  }

  #nav hr {
    border: 0;
    border-top: 1px solid #deded9;
    margin: 0.65em 0;
  }

  #nav .menu-search-li {
    margin: 0.25em 0 0.65em 0;
    padding: 0 !important;
  }

  #nav .menu-search-li form {
    background: #e8e8e3 !important;
    border: 0 !important;
    border-radius: 9px !important;
    box-shadow: none !important;
    padding: 0.45em 0.55em !important;
  }

  #nav .menu-search-li input {
    color: #2b3035 !important;
    font-size: 0.78em !important;
  }

  #nav .menu-search-li button {
    background: transparent !important;
    border: 0 !important;
    color: #555b61 !important;
    min-width: 24px !important;
    padding: 0 !important;
  }

  #nav ul li a {
    align-items: center;
    border: 0;
    border-radius: 8px;
    color: #202124;
    display: block;
    font-size: 0.84em;
    line-height: 1.25;
    min-height: 30px;
    outline: 0;
    padding: 0.45em 0.55em 0.45em 2.25em;
    position: relative;
    text-align: left;
    text-decoration: none;
  }

  #nav ul li a:hover {
    background: #e8e8e3;
    color: #111318;
  }

  #nav ul li a.active {
    background: #e0e0db;
    box-shadow: none;
    color: #111318;
    font-weight: 600;
  }

  #nav ul li a span {
    display: block;
    font-size: 1em;
    line-height: 1.25;
    position: relative;
  }

  #nav ul li a span:before {
    color: #5f6368;
    left: -1.7em;
    line-height: 1.25;
    position: absolute;
    text-align: center;
    top: 0.05em;
    width: 1em;
  }

  #nav ul li.nav-collapsible {
    margin: 0.45em 0 0.1em 0;
  }

  #nav ul li.nav-collapsible:before,
  #nav ul .hassub:before {
    content: none;
  }

  #nav ul li.nav-collapsible details {
    display: block;
  }

  #nav ul li.nav-collapsible summary.nav_li_p {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 8px;
    color: #646970;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    font-size: 0.76em;
    font-weight: 700;
    justify-content: flex-start;
    letter-spacing: 0.01em;
    line-height: 1.2;
    list-style: none;
    padding: 0.45em 0.55em;
    text-align: left;
    user-select: none;
  }

  #nav ul li.nav-collapsible summary.nav_li_p::-webkit-details-marker {
    display: none;
  }

  #nav ul li.nav-collapsible summary.nav_li_p:before {
    content: ">";
    display: inline-block;
    font-size: 0.9em;
    margin-right: 0.45em;
    width: 0.75em;
  }

  #nav ul li.nav-collapsible summary.nav_li_p:after {
    content: none;
  }

  #nav ul li.nav-collapsible details[open] summary.nav_li_p:before {
    content: "v";
  }

  #nav ul li.nav-collapsible summary.nav_li_p:hover {
    background: #e8e8e3;
  }

  #nav ul li.nav-smarthome summary.nav_li_p {
    background: #1f7a63;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(31, 122, 99, 0.28);
  }

  #nav ul li.nav-smarthome summary.nav_li_p:hover {
    background: #17624f;
    color: #ffffff;
  }

  #nav ul li.nav-collapsible details > ul {
    margin: 0;
    padding: 0;
  }

  #nav ul li.nav-collapsible details > ul > li:first-child {
    border-top: 0;
  }

  body.logged-out #header,
  body.logged-out #headerToggle {
    display: none;
  }

  body.logged-out #main {
    margin-left: 0 !important;
  }

  body.logged-out section#top.one {
    min-height: 100vh;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wkx-login-container {
    width: min(460px, calc(100vw - 32px));
    margin: 0 auto;
  }

  .wkx-login-card {
    background: rgba(244, 244, 241, 0.96);
    border: 1px solid #d8ddd4;
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(31, 41, 51, 0.18);
    padding: 2.1rem;
  }

  .wkx-login-kicker {
    color: #6a7470;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
  }

  .wkx-login-card h2 {
    color: #1f2933;
    font-size: 1.85rem;
    line-height: 1.1;
    margin: 0 0 0.6rem 0;
  }

  .wkx-login-copy {
    color: #46515a;
    font-size: 0.96rem;
    line-height: 1.45;
    margin: 0 0 1.4rem 0;
  }

  .wkx-login-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
  }

  .wkx-login-field {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .wkx-login-field span {
    color: #2f3a44;
    font-size: 0.86rem;
    font-weight: 700;
  }

  .wkx-login-field input {
    width: 100%;
    border: 1px solid #cbd3d1;
    border-radius: 10px;
    background: #ffffff;
    color: #1f2933;
    font-size: 1rem;
    min-height: 44px;
    padding: 0.75rem 0.85rem;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
  }

  .wkx-login-field input:focus {
    border-color: #718690;
    box-shadow: 0 0 0 3px rgba(113, 134, 144, 0.22);
    outline: 0;
  }

  .wkx-login-submit {
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: #2f3a44;
    color: #ffffff;
    cursor: pointer;
    font-size: 0.98rem;
    font-weight: 700;
    min-height: 44px;
    padding: 0.75rem 1rem;
  }

  .wkx-login-submit:hover {
    background: #1f2933;
  }

  .wkx-login-alt-link {
    display: inline-block;
    color: #2f3a44;
    font-size: 0.9rem;
    font-weight: 700;
    margin-top: 1.2rem;
    text-decoration: none;
  }

  .wkx-login-alt-link:hover {
    text-decoration: underline;
  }

  /* Navi */



  /* flexbox style 1*/
  .flexbox-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.flexbox-item {
    flex: 0 1 auto;
}

.flexbox-item:nth-child(1) {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto; 
}

.flexbox-item:nth-child(2) {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto; 
}

.flexbox-item:nth-child(3) {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto; 
}

.flexbox-item:nth-child(4) {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto; 
}

.flexbox-item:nth-child(5) {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto; 
}

.flexbox-item:nth-child(6) {
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto; 
}


  /* flexbox style 2 - used at create_customer */
.flex2-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: normal;
  gap: 1rem;
}

.flex2-items:nth-child(1) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex2-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}



.object_ort_td {
  padding-left:3px;
  padding-right:3px;
  border:1px solid #6a6a6a;
  border-collapse:collapse;

}

.object_ausstehende_aufgabe_td {
  background-color:#f3f2f2;
  border:1px solid #f3f2f2;
  border-collapse:collapse;
}

.ortsauswahlbereich {
  padding-left:3px;
  padding-right:3px;
  vertical-align: top;
  border:1px solid #000000;
  border-collapse:collapse;
}


/* der kleine - to top go button - unten rechts*/

#go_to_top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#go_to_top:hover {
  background-color: #555;
}























/* .object_td {
  background-color:#D9D9D9;
} */



.t_obj {
  border-collapse: collapse;
}

.tr_obj_gerade {
  border-left:5px solid #c2d4dd;
  border-right:5px solid #c2d4dd;
  background-color:#c2d4dd;
}

.tr_obj_ungerade {
  border-left:5px solid #deeaee;
  border-right:5px solid #deeaee;
  background-color:#deeaee;
}



.tr_obj_gerade {
  border-left:5px solid #c2d4dd;
  border-right:5px solid #c2d4dd;
  background-color:#c2d4dd;
}

.tr_obj_ungerade {
  border-left:5px solid #deeaee;
  border-right:5px solid #deeaee;
  background-color:#deeaee;
}



.tr_obj_gerade_zuletzt_vor_ort {
  border-left:5px solid #c2d4dd;
  border-right:5px solid #c2d4dd;
  background-color:#c2d4dd;
}

.tr_obj_ungerade_zuletzt_vor_ort {
  border-left:5px solid #deeaee;
  border-right:5px solid #deeaee;
  background-color:#deeaee;
}


.tr_obj_gerade_ausstehende_aufgabe {
  padding-right: 5px;
  border-left:5px solid #c2d4dd;
  background-color:#c2d4dd;
  text-align:right;
}

.tr_obj_ungerade_ausstehende_aufgabe {
  padding-right: 5px;
  border-left:5px solid #deeaee;
  background-color:#deeaee;
  text-align:right;
}


.tr_obj_gerade_ausstehende_aufgabe_hinweise {
  border-right:5px solid #c2d4dd;
  background-color:#c2d4dd;
}

.tr_obj_ungerade_ausstehende_aufgabe_hinweise {
  border-right:5px solid #deeaee;
  background-color:#deeaee;
}

.p_hinweis_1 {
  background-color:#d4e68c;
}

.int_mark_1 {
  font-size: 1.5em;
  background-color:rgba(255,255,255,0) ;
}

.ag_mark_1 {
  font-size: 1.5em;
  background-color:rgba(255,255,255,0) ;
}

.aa_hinweis_1 {
  background-color:#d4e68c;
}


.orte_links_innerhalb_der_seite {
  background-color:#D9D9D9;
  width: 100%;
  font-size: 1.3em;
  font-weight: bold;
}

.orte_links_innerhalb_der_seite a {
  color: rgb(0, 0, 0);
  text-decoration: none;
  cursor: pointer;
}

.orte_links_innerhalb_der_seite a:hover {
  text-decoration: underline;
}

.excel_extern_links {
  background-color:#D9D9D9;
  font-size: 1.3em;
  font-weight: bold;
}

.excel_extern_links a {
  color: rgb(50, 48, 48);
  text-decoration: none;
}
.excel_extern_links a:hover {
  text-decoration: underline;
}

.tr_sortierauswahl {
  background-color:#D9D9D9;
}
.tr_sortierauswahl a {
  color: rgb(50, 48, 48);
  text-decoration: none;
}

.tr_sortierauswahl a:hover {
  text-decoration: underline;
}










.search-bar {
	display: flex;
}

.search-bar button {
	font: 1em Hind, sans-serif;
	line-height: 1em;
	font-size: calc(16px + (24 - 16)*(100vw - 320px)/(1920 - 320));
	color: #171717;
}

.search-bar input {
	font: 1em Hind, sans-serif;
	line-height: 1em;
	font-size: calc(16px + (24 - 16)*(100vw - 320px)/(1920 - 320));
	color: #171717;
}

.search-bar input,
.search-btn, 
.search-btn:before, 
.search-btn:after {
	transition: all 0.25s ease-out;
}
.search-bar input,
.search-btn {
	width: 3em;
	height: 3em;
}
.search-bar input:invalid:not(:focus),
.search-btn {
	cursor: pointer;
}

.search-bar,
.search-bar input:focus,
.search-bar input:valid  {
	width: 100%;
}
.search-bar input:focus,
.search-bar input:not(:focus) + .search-btn:focus {
	outline: transparent;
}
.search-bar {
	margin: auto;
	padding: 0.25em;
	justify-content: center;
	max-width: 30em;
}

.search-btn {
background: #f1f1f1;
}
.search-bar input {
  color: #f1f1f1;
	padding: 0.25em;
	transform-origin: 100% 0;
	appearance: none;
}

.search-bar input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.search-bar input:focus,
.search-bar input:valid {
	border-radius: 0.375em 0 0 0.375em;
	transform: scale(1);
}

.search-btn {
	background: #171717;
	border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
	padding: 0.25em;
	position: relative;
	transform: translate(0.25em,0.25em) rotate(45deg) scale(0.25,0.125);
	transform-origin: 0 50%;
}
.search-btn:before, 
.search-btn:after {
	content: "";
	display: block;
	opacity: 0;
	position: absolute;
}
.search-btn:before {
	border-radius: 50%;
	box-shadow: 0 0 0 0.2em #f1f1f1 inset;
	top: 0.75em;
	left: 0.75em;
	width: 1.2em;
	height: 1.2em;
}
.search-btn:after {
	background: #f1f1f1;
	border-radius: 0 0.25em 0.25em 0;
	top: 51%;
	left: 51%;
	width: 0.75em;
	height: 0.25em;
	transform: translate(0.2em,0) rotate(45deg);
	transform-origin: 0 50%;
}
.search-btn span {
	display: inline-block;
	overflow: hidden;
	width: 1px;
	height: 1px;
}

/* Active state */
.search-bar input:focus + .search-btn,
.search-bar input:valid + .search-btn {
	background: #2762f3;
	border-radius: 0 0.375em 0.375em 0;
	transform: scale(1);
}
.search-bar input:focus + .search-btn:before, 
.search-bar input:focus + .search-btn:after,
.search-bar input:valid + .search-btn:before, 
.search-bar input:valid + .search-btn:after {
	opacity: 1;
}
.search-bar input:focus + .search-btn:hover,
.search-bar input:valid + .search-btn:hover,
.search-bar input:valid:not(:focus) + .search-btn:focus {
	background: #0c48db;
}

.search-bar input:focus,
.search-bar input:valid {
background: #3d3d3d;
box-shadow: 0 0 0 0.1em #3d3d3d inset;
}







/* Tabbed - part: edit_top_1*/
.tabbed {
  overflow-x: hidden; /* so we could easily hide the radio inputs */
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}

.tabbed [type="radio"] {
  /* hiding the inputs */
  display: none;
}

.tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.tab > label {
  display: block;
  margin-bottom: -1px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #eee;
  color: #666;
  font-size: 12px; 
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;	
  transition: all 0.3s;
}
.tab:hover label {
  border-top-color: #333;
  color: #333;
}

.tab-content {
  display: none;
  padding-left: 12px;
  color: #000;
  background-color: #d0d0d0;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label,
.tabbed [type="radio"]:nth-of-type(6):checked ~ .tabs .tab:nth-of-type(6) label,
.tabbed [type="radio"]:nth-of-type(7):checked ~ .tabs .tab:nth-of-type(7) label,
.tabbed [type="radio"]:nth-of-type(8):checked ~ .tabs .tab:nth-of-type(8) label,
.tabbed [type="radio"]:nth-of-type(9):checked ~ .tabs .tab:nth-of-type(9) label,
.tabbed [type="radio"]:nth-of-type(10):checked ~ .tabs .tab:nth-of-type(10) label,
.tabbed [type="radio"]:nth-of-type(11):checked ~ .tabs .tab:nth-of-type(11) label,
.tabbed [type="radio"]:nth-of-type(12):checked ~ .tabs .tab:nth-of-type(12) label,
.tabbed [type="radio"]:nth-of-type(13):checked ~ .tabs .tab:nth-of-type(13) label,
.tabbed [type="radio"]:nth-of-type(14):checked ~ .tabs .tab:nth-of-type(14) label,
.tabbed [type="radio"]:nth-of-type(15):checked ~ .tabs .tab:nth-of-type(15) label,
.tabbed [type="radio"]:nth-of-type(16):checked ~ .tabs .tab:nth-of-type(16) label,
.tabbed [type="radio"]:nth-of-type(17):checked ~ .tabs .tab:nth-of-type(17) label,
.tabbed [type="radio"]:nth-of-type(18):checked ~ .tabs .tab:nth-of-type(18) label,
.tabbed [type="radio"]:nth-of-type(19):checked ~ .tabs .tab:nth-of-type(19) label,
.tabbed [type="radio"]:nth-of-type(20):checked ~ .tabs .tab:nth-of-type(20) label,
.tabbed [type="radio"]:nth-of-type(21):checked ~ .tabs .tab:nth-of-type(21) label,
.tabbed [type="radio"]:nth-of-type(22):checked ~ .tabs .tab:nth-of-type(22) label,
.tabbed [type="radio"]:nth-of-type(23):checked ~ .tabs .tab:nth-of-type(23) label,
.tabbed [type="radio"]:nth-of-type(24):checked ~ .tabs .tab:nth-of-type(24) label,
.tabbed [type="radio"]:nth-of-type(25):checked ~ .tabs .tab:nth-of-type(25) label,
.tabbed [type="radio"]:nth-of-type(26):checked ~ .tabs .tab:nth-of-type(26) label,
.tabbed [type="radio"]:nth-of-type(27):checked ~ .tabs .tab:nth-of-type(27) label,
.tabbed [type="radio"]:nth-of-type(28):checked ~ .tabs .tab:nth-of-type(28) label,
.tabbed [type="radio"]:nth-of-type(29):checked ~ .tabs .tab:nth-of-type(29) label {
  border-bottom-color: #d0d0d0;
  border-top-color: #d0d0d0;
  background-color: #d0d0d0;
  color: #222;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4),
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content:nth-of-type(5),
.tabbed [type="radio"]:nth-of-type(6):checked ~ .tab-content:nth-of-type(6),
.tabbed [type="radio"]:nth-of-type(7):checked ~ .tab-content:nth-of-type(7),
.tabbed [type="radio"]:nth-of-type(8):checked ~ .tab-content:nth-of-type(8),
.tabbed [type="radio"]:nth-of-type(9):checked ~ .tab-content:nth-of-type(9),
.tabbed [type="radio"]:nth-of-type(10):checked ~ .tab-content:nth-of-type(10),
.tabbed [type="radio"]:nth-of-type(11):checked ~ .tab-content:nth-of-type(11),
.tabbed [type="radio"]:nth-of-type(12):checked ~ .tab-content:nth-of-type(12),
.tabbed [type="radio"]:nth-of-type(13):checked ~ .tab-content:nth-of-type(13),
.tabbed [type="radio"]:nth-of-type(14):checked ~ .tab-content:nth-of-type(14),
.tabbed [type="radio"]:nth-of-type(15):checked ~ .tab-content:nth-of-type(15),
.tabbed [type="radio"]:nth-of-type(16):checked ~ .tab-content:nth-of-type(16),
.tabbed [type="radio"]:nth-of-type(17):checked ~ .tab-content:nth-of-type(17),
.tabbed [type="radio"]:nth-of-type(18):checked ~ .tab-content:nth-of-type(18),
.tabbed [type="radio"]:nth-of-type(19):checked ~ .tab-content:nth-of-type(19),
.tabbed [type="radio"]:nth-of-type(20):checked ~ .tab-content:nth-of-type(20),
.tabbed [type="radio"]:nth-of-type(21):checked ~ .tab-content:nth-of-type(21),
.tabbed [type="radio"]:nth-of-type(22):checked ~ .tab-content:nth-of-type(22),
.tabbed [type="radio"]:nth-of-type(23):checked ~ .tab-content:nth-of-type(23),
.tabbed [type="radio"]:nth-of-type(24):checked ~ .tab-content:nth-of-type(24),
.tabbed [type="radio"]:nth-of-type(25):checked ~ .tab-content:nth-of-type(25),
.tabbed [type="radio"]:nth-of-type(26):checked ~ .tab-content:nth-of-type(26),
.tabbed [type="radio"]:nth-of-type(27):checked ~ .tab-content:nth-of-type(27),
.tabbed [type="radio"]:nth-of-type(28):checked ~ .tab-content:nth-of-type(28),
.tabbed [type="radio"]:nth-of-type(29):checked ~ .tab-content:nth-of-type(29) {
  display: block;
}

.wkx-zusatzaufgabe-tooltiptext {
  background: #10233a;
  color: #f7fbff;
  border: 1px solid #2e4d6b;
  border-radius: 8px;
  padding: 10px 12px;
  line-height: 1.45;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.wkx-zusatzaufgabe-tooltiptext .wkx-zusatzaufgabe-tooltip-title {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 700;
  color: #ffffff;
}




/* h1 { color: #353535; font-family: "Satoshi-Regular", Arial, Helvetica, sans-serif; font-size: 25px; font-weight: bold; text-align: left; } */


/* tabbed-termine - part: edit_top_1*/
.tabbed-termine {
  font-family: sans-serif, Arial, Helvetica, "Satoshi-Regular";
  overflow-x: hidden; /* so we could easily hide the radio inputs */
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}

.tabbed-termine [type="radio"] {
  /* hiding the inputs */
  display: none;
}

.tabs-termine {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
.tab-termine > label {
  display: block;
  margin-bottom: -1px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #eee;
  color: #666;
  font-size: 12px; 
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;	
  transition: all 0.3s;
}
.tab-termine:hover label {
  border-top-color: #333;
  color: #333;
}

.tab-content-termine {
  display: none;
  padding-left: 12px;
  color: #000;
  background-color: #d0d0d0;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed-termine [type="radio"]:nth-of-type(1):checked ~ .tabs-termine .tab:nth-of-type(1) label,
.tabbed-termine [type="radio"]:nth-of-type(2):checked ~ .tabs-termine .tab:nth-of-type(2) label,
.tabbed-termine [type="radio"]:nth-of-type(3):checked ~ .tabs-termine .tab:nth-of-type(3) label,
.tabbed-termine [type="radio"]:nth-of-type(4):checked ~ .tabs-termine .tab:nth-of-type(4) label,
.tabbed-termine [type="radio"]:nth-of-type(5):checked ~ .tabs-termine .tab:nth-of-type(5) label,
.tabbed-termine [type="radio"]:nth-of-type(6):checked ~ .tabs-termine .tab:nth-of-type(6) label,
.tabbed-termine [type="radio"]:nth-of-type(7):checked ~ .tabs-termine .tab:nth-of-type(7) label,
.tabbed-termine [type="radio"]:nth-of-type(8):checked ~ .tabs-termine .tab:nth-of-type(8) label,
.tabbed-termine [type="radio"]:nth-of-type(9):checked ~ .tabs-termine .tab:nth-of-type(9) label,
.tabbed-termine [type="radio"]:nth-of-type(10):checked ~ .tabs-termine .tab:nth-of-type(10) label,
.tabbed-termine [type="radio"]:nth-of-type(11):checked ~ .tabs-termine .tab:nth-of-type(11) label,
.tabbed-termine [type="radio"]:nth-of-type(12):checked ~ .tabs-termine .tab:nth-of-type(12) label,
.tabbed-termine [type="radio"]:nth-of-type(13):checked ~ .tabs-termine .tab:nth-of-type(13) label,
.tabbed-termine [type="radio"]:nth-of-type(14):checked ~ .tabs-termine .tab:nth-of-type(14) label,
.tabbed-termine [type="radio"]:nth-of-type(15):checked ~ .tabs-termine .tab:nth-of-type(15) label,
.tabbed-termine [type="radio"]:nth-of-type(16):checked ~ .tabs-termine .tab:nth-of-type(16) label,
.tabbed-termine [type="radio"]:nth-of-type(17):checked ~ .tabs-termine .tab:nth-of-type(17) label,
.tabbed-termine [type="radio"]:nth-of-type(18):checked ~ .tabs-termine .tab:nth-of-type(18) label,
.tabbed-termine [type="radio"]:nth-of-type(19):checked ~ .tabs-termine .tab:nth-of-type(19) label,
.tabbed-termine [type="radio"]:nth-of-type(20):checked ~ .tabs-termine .tab:nth-of-type(20) label,
.tabbed-termine [type="radio"]:nth-of-type(21):checked ~ .tabs-termine .tab:nth-of-type(21) label,
.tabbed-termine [type="radio"]:nth-of-type(22):checked ~ .tabs-termine .tab:nth-of-type(22) label,
.tabbed-termine [type="radio"]:nth-of-type(23):checked ~ .tabs-termine .tab:nth-of-type(23) label,
.tabbed-termine [type="radio"]:nth-of-type(24):checked ~ .tabs-termine .tab:nth-of-type(24) label,
.tabbed-termine [type="radio"]:nth-of-type(25):checked ~ .tabs-termine .tab:nth-of-type(25) label,
.tabbed-termine [type="radio"]:nth-of-type(26):checked ~ .tabs-termine .tab:nth-of-type(26) label,
.tabbed-termine [type="radio"]:nth-of-type(27):checked ~ .tabs-termine .tab:nth-of-type(27) label,
.tabbed-termine [type="radio"]:nth-of-type(28):checked ~ .tabs-termine .tab:nth-of-type(28) label,
.tabbed-termine [type="radio"]:nth-of-type(29):checked ~ .tabs-termine .tab:nth-of-type(29) label {
  border-bottom-color: #d0d0d0;
  border-top-color: #d0d0d0;
  background-color: #d0d0d0;
  color: #222;
}

.tabbed-termine [type="radio"]:nth-of-type(1):checked ~ .tab-content-termine:nth-of-type(1),
.tabbed-termine [type="radio"]:nth-of-type(2):checked ~ .tab-content-termine:nth-of-type(2),
.tabbed-termine [type="radio"]:nth-of-type(3):checked ~ .tab-content-termine:nth-of-type(3),
.tabbed-termine [type="radio"]:nth-of-type(4):checked ~ .tab-content-termine:nth-of-type(4),
.tabbed-termine [type="radio"]:nth-of-type(5):checked ~ .tab-content-termine:nth-of-type(5),
.tabbed-termine [type="radio"]:nth-of-type(6):checked ~ .tab-content-termine:nth-of-type(6),
.tabbed-termine [type="radio"]:nth-of-type(7):checked ~ .tab-content-termine:nth-of-type(7),
.tabbed-termine [type="radio"]:nth-of-type(8):checked ~ .tab-content-termine:nth-of-type(8),
.tabbed-termine [type="radio"]:nth-of-type(9):checked ~ .tab-content-termine:nth-of-type(9),
.tabbed-termine [type="radio"]:nth-of-type(10):checked ~ .tab-content-termine:nth-of-type(10),
.tabbed-termine [type="radio"]:nth-of-type(11):checked ~ .tab-content-termine:nth-of-type(11),
.tabbed-termine [type="radio"]:nth-of-type(12):checked ~ .tab-content-termine:nth-of-type(12),
.tabbed-termine [type="radio"]:nth-of-type(13):checked ~ .tab-content-termine:nth-of-type(13),
.tabbed-termine [type="radio"]:nth-of-type(14):checked ~ .tab-content-termine:nth-of-type(14),
.tabbed-termine [type="radio"]:nth-of-type(15):checked ~ .tab-content-termine:nth-of-type(15),
.tabbed-termine [type="radio"]:nth-of-type(16):checked ~ .tab-content-termine:nth-of-type(16),
.tabbed-termine [type="radio"]:nth-of-type(17):checked ~ .tab-content-termine:nth-of-type(17),
.tabbed-termine [type="radio"]:nth-of-type(18):checked ~ .tab-content-termine:nth-of-type(18),
.tabbed-termine [type="radio"]:nth-of-type(19):checked ~ .tab-content-termine:nth-of-type(19),
.tabbed-termine [type="radio"]:nth-of-type(20):checked ~ .tab-content-termine:nth-of-type(20),
.tabbed-termine [type="radio"]:nth-of-type(21):checked ~ .tab-content-termine:nth-of-type(21),
.tabbed-termine [type="radio"]:nth-of-type(22):checked ~ .tab-content-termine:nth-of-type(22),
.tabbed-termine [type="radio"]:nth-of-type(23):checked ~ .tab-content-termine:nth-of-type(23),
.tabbed-termine [type="radio"]:nth-of-type(24):checked ~ .tab-content-termine:nth-of-type(24),
.tabbed-termine [type="radio"]:nth-of-type(25):checked ~ .tab-content-termine:nth-of-type(25),
.tabbed-termine [type="radio"]:nth-of-type(26):checked ~ .tab-content-termine:nth-of-type(26),
.tabbed-termine [type="radio"]:nth-of-type(27):checked ~ .tab-content-termine:nth-of-type(27),
.tabbed-termine [type="radio"]:nth-of-type(28):checked ~ .tab-content-termine:nth-of-type(28),
.tabbed-termine [type="radio"]:nth-of-type(29):checked ~ .tab-content-termine:nth-of-type(29) {
  display: block;
}







.plan_tr_0 {
  background-color: #FED;
}


.plan_tr_1 {
  background-color: #58b0eb;
}











  
/* Style the button that is used to open and close the collapsible bereiche_content */
.bereiche_collapsible {
  background-color: #04AA6D;
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* .active, .bereiche_collapsible:hover {*/
/* background-color: #A9A9A9;*/
/* }*/

/* Style the collapsible bereiche_content. Note: hidden by default */
.bereiche_content {
padding: 0 18px;
display: none;
overflow: hidden;
}    




.obsolete_table {
  background-color: #605d5d;
}





























.test_editable_textarea_outer {
    margin: 0;
    font-family: Arial, sans-serif;
    min-width: 220px;
}

.test_editable_textarea textarea {
    width: 400px;
    min-width: 200px;
    box-sizing: border-box;
    padding: 0.5em;
    border-radius: 6px;
    border: 1px solid #aaa;
    transition: background-color 0.4s, border-color 0.4s;
    font-size: 14px;
    resize: vertical;
}

/* Standardmäßig ist der Button unsichtbar */
.test_editable_save_button {
    display: none;
    background-color: #007acc;
    color: white;
    border: none;
    padding: 0.4em 0.8em;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 0.3em;
}
.test_editable_save_button:hover {
    background-color: #005fa3;
}

.test_editable_textarea_buttons {
    display: flex;
    align-items: center;
    gap: 0.6em;
    margin-top: 0.3em;
}

.test_editable_status {
    font-size: 0.9em;
}

.test_unsaved { color: #b26a00; }
.test_saving  { color: #888; }
.test_saved   { color: #0a0; }
.test_error   { color: #c00; }

.test_saved_flash {
    background-color: #c8facc !important;
    border-color: #0a0 !important;
}
.test_error_flash {
    background-color: #ffd8d8 !important;
    border-color: #c00 !important;
}
.nav_li_p {
  font-weight: 700;
}
