#cbox {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 340px;
  max-width: 100%;
  height: 500px;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 5px;
  padding: 20px 10px 0px 10px;
  z-index: 3;
  background: white;
  box-shadow: 0px -2px 3px 1px rgba(0, 0, 0, 0.4);
  color: black;
}
#cbox .scroll_ct {
  height: 335px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 16px;
  padding-right: 14px;
}
#cbox h2 {
  font-size: 25px;
  margin-bottom: 0.3em;
}
#cbox .more {
  display: none;
  width: 270px;
  padding: 10px 0;
}
#cbox .inner {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.5em;
  text-align: left;
  /*checkboxen*/
  /* /checkboxen*/
}
#cbox .inner a {
  color: black;
  text-decoration: underline;
}
#cbox .inner p {
  margin-bottom: 10px;
}
#cbox .inner .arr_ct {
  font-weight: bold;
  background-color: #a6b5ac;
  border-radius: 5px;
  padding: 0 3px 0 7px;
  height: 33px;
  width: 270px;
  margin-bottom: 10px;
  top: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cbox .inner .arr_ct .t {
  position: relative;
  padding-right: 6px;
  top: -9px;
  width: 235px;
}
#cbox .inner .arr_ct .t:after {
  content: '';
  border-right: 1px solid grey;
  height: 31px;
  position: absolute;
  right: 0;
  top: 17px;
}
#cbox .inner .arr_ct .c {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  top: -2px;
  right: 6px;
}
#cbox .inner .arr_ct .c img {
  margin-top: 9px;
}
#cbox .inner .more input[type="checkbox"] + label {
  padding-left: 39px;
}
#cbox .inner .more input[type="checkbox"] + label:before {
  width: 30px;
}
#cbox .inner .more input[type="checkbox"]:checked + label:after {
  left: -5px;
}
#cbox .inner .more .arr_ct {
  width: 228px;
}
#cbox .inner .more .arr_ct .t {
  width: 195px;
}
#cbox .inner .buttons {
  margin: 20px 14px;
  width: 285px;
}
#cbox .inner .buttons button {
  display: block;
  margin-right: 10px;
  background: green;
  color: white;
  padding: 8px 18px;
  margin-bottom: 10px;
  text-align: center;
  border: none;
  transition: background-color 0.5s linear;
  border-radius: 5px;
  width: 100%;
}
#cbox .inner .buttons button#speichern {
  background: #55555a;
}
#cbox .inner .buttons button#ablehnen {
  background: #e30016;
}
#cbox .inner [type="checkbox"] {
  position: relative;
  left: 30px;
  top: 0px;
  z-index: 0;
  -webkit-appearance: none;
}
#cbox .inner [type="checkbox"] + label {
  display: block;
  cursor: pointer;
  padding-left: 50px;
  text-align: left;
  position: relative;
}
#cbox .inner [type="checkbox"] + label span {
  font-weight: bold;
}
#cbox .inner [type="checkbox"] + label:before {
  width: 41px;
  height: 12px;
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: #EEE;
  content: "";
  margin-right: 20px;
  transition: background-color 0.5s linear;
  z-index: 5;
  position: absolute;
  left: 0px;
  top: px;
}
#cbox .inner [type="checkbox"] + label:after {
  width: 12px;
  height: 12px;
  border-radius: 20px;
  background-color: #fff;
  content: "";
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
  position: absolute;
  left: 0px;
  top: 2px;
  z-index: 10;
}
#cbox .inner [type="checkbox"]:checked + label:before {
  background-color: green;
}
#cbox .inner [type="checkbox"]:checked + label:after {
  margin: 0 0 0 30px;
}
#cbox .inner input[name="c_essentiell"] + label:before {
  background: #98bb91 !important;
}
#cbox .tabelle.cbox {
  margin-bottom: 10px;
}
#cbox .tabelle.cbox tr:nth-of-type(4n+0) {
  border-bottom: 1px solid black;
}
#cbox .tabelle.cbox tr:last-of-type {
  border-bottom: none;
}
#cbox .tabelle.cbox td {
  vertical-align: top;
}
#cbox .tabelle.cbox td:first-of-type {
  font-weight: bold;
  padding-right: 10px;
}
#cbox .del img {
  width: 20px;
  height: auto;
  cursor: pointer;
}
#cbox_decker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.map_decker_ct {
  display: none;
}
.map_decker {
  background-size: cover;
  background: black;
  width: 94%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  /*
width:500px;
height:350px;
*/
  position: relative;
  border-radius: 5px;
  padding: 10px;
  color: white;
}
.map_decker .cbox_show {
  cursor: pointer;
  text-decoration: underline;
}
