:root
{
--schmuckfarbe1:#073e52; /*blau*/
--schmuckfarbe2:#ff7f00; /*orange*/
}


#cbox_overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
}
#cbox {
  overflow: auto;
  /*height:100%;*/
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 340px;
  max-width: 100%;
  height: 575px;
  max-height: 85vh;
  /*max-height:50vh;*/
  /*min-height: 168px;*/
  border-radius: 2px;
  padding: 10px 10px 0px 10px;
  z-index: 10000;
  background: white;
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.8);
  color: black;
  /*height:100%;*/
  /*tabelle*/

}
#cbox a
{
color:black;
}

#cbox a:hover
{
border-bottom:1px dotted #0099cc;
}


#cbox .scroll_ct {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-left: 16px;
  padding-right: 14px;
  flex: 0 1 auto;
  overflow: auto;
  /*height:100%;*/
  /*min-height:200px;
		height:400px;*/
	
}
#cbox .inner {
  width: 100%;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.5em;
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
	
}

#cbox .inner p
		{
		margin:1em 0;
		}

#cbox .item {
  margin-bottom: 10px;
	width:290px;
	max-width:100%;
}
#cbox label {
  flex: 1;
}
#cbox .more {
  display: none;
}
#cbox .arrow {
  cursor: pointer;
  
}
#cbox .arrow img {

  position: relative;
  top: 2px;
	width:15px;
	height:auto;
}

#cbox .arrow.open img{
transform:rotate(180deg);
}

#cbox .buttons {
  margin: 20px 0;
  margin-bottom: 0;
  flex: 1 0 auto;
}
#cbox .buttons button {
  display: block;
  line-height: inherit;
  margin-right: 10px;
  color: black;
  padding: 8px 18px;

margin: 0 auto 10px 17px;
text-align: center;
  border: none;
  transition: color 0.2s linear;
  border-radius: 0px;
  width: 288px;
	max-width:100%;
  background-color: white;
  transition: background 0.2s linear;
  font-weight: bold;
 background:var(--schmuckfarbe1);
color:white;
 
}

#cbox .buttons button:hover
{
background:var(--schmuckfarbe2);
}





#cbox .line {
  display: flex;
 /*
 background-color: #a6b5ac;
  border-radius: 3px;
  border: 1px solid #6a6a6a; 
	*/
}
#cbox .line > * {
  padding: 7px;
}
#cbox .line span {
  vertical-align: middle;
}
#cbox .line .text {
  padding-left: 5px;
}
#cbox .line label {
  display: inline-block;
  position: relative;
  padding-top: 10px;
  font-weight: 600;
	padding-left:0
}
#cbox .line input[type="checkbox"] {
  display: none;
}
#cbox .line .slider {
  position: relative;
  display: inline-block;
  background-color: #eee;
  border: 1px solid #6a6a6a;
  width: 40px;
  height: 16px;
  border-radius: 16px;
}
#cbox .line .slider::after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0px 3px 5px #aaa;
  outline: 1px solid #ccc;
  transition: left 0.5s linear;
}
#cbox .line input:checked + .slider:after {
  right: 0;
  transition: right 0.5s linear;
}
#cbox .line input:checked + .slider {
  background-color: #009688;
  transition: background-color 0.5s linear;
}
#cbox .tabelle.cbox {
border-collapse:collapse;
  margin-bottom: 10px;
}
#cbox .tabelle.cbox tr:nth-of-type(odd) {
  background-color: #ECECED;
}
#cbox .tabelle.cbox tr:nth-of-type(4n+0) td

{
  border-bottom: 1px solid black;
	
}
#cbox .tabelle.cbox tr:last-of-type {
  border-bottom: none;
}
#cbox .tabelle.cbox tr td {
  vertical-align: top;
  padding: 5px 3px 5px 3px;
}
#cbox .tabelle.cbox tr td:first-of-type {
  font-weight: bold;
  padding-right: 10px;
	border-right:1px solid #cececf;
}
/*#cbox*/
.cookie_hinweis {
  margin-top: 20px;
  background: #3c3c3c;
  color: white;
  font-size: 15px;
  line-height: 1.5em;
  padding: 20px;
  max-width: 95%;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid black;
  box-shadow: 1px 1px 3px #9b9696;
}
.cookie_hinweis a {
  color: #0099cc;
  font-weight: bold;
}
.cookie_hinweis a:hover {
  color: #dbdbdb;
}