
#cookie-bar {

    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,0.7);
    height: auto;
    color: #fff;
    text-align: left;
    padding: 15px 0px 10px 15px;

}
#cookie-bar p{
    /*padding: 9px 0px;*/
    font-size: 1em;
	line-height: 1.2em;
}
#cookie-bar strong{
    font-size:1em;
    font-weight:bold;
}
#cookie-bar a {
	color:#77B73A;
	
    color: var(--alfarbe);

    font-size:1em;
    font-weight:bold;
}

#cookie-bar a:hover {
    color: #FFF;
    text-decoration: none;
}




.inner {
	width: 58%;
	float:left;
	/*border:solid 1px red;*/
}
.cb-enable {

	/*
    color: #ffffff;
    display: block;
    margin-left: 3px;
    text-decoration: none;
    background-color:#1689CE;

    padding:10px;
    */
}
.button2box {
	width: 42%;
	float:left;
	/*	
	border:solid 1px red;
	position:absolute;
	top:10px;
	right:10px;
	*/
	text-align:right;
}

.button2 {
	/*
	position:relative;
	z-index:10000;
	*/
    color: #ffffff;
    display: block;
    display:inline-block;
    margin-right: 10px;
    margin-bottom: 3px;
    text-decoration: none;
    background-color:#1689CE;
   /* #77B73A;*/
    background-color:var(--alfarbe);
    
    
    
    /*#77B73A*/
    padding:5px 10px;
    border:solid 3px transparent;
}
.button2:hover {
    border:solid 3px #FFF;
}

Element {
  transition-duration: 366ms;
}

.cookiebox { border-top:solid 1px grey; border-right:solid 1px grey; margin:1em 0px 2em 0px;}
.hiddencontent {
	/*
	background-color:#000;
	border:solid 1px #77B73A;
	*/
	width:600px;
}
.katc {
	display:block;
	width:100%;
	
	border:solid 1px red;
}
.katcti{
	position: relative;
	padding:1px;
	/*
	border:solid 1px red;
	*/
}
.katcte{
	/*
	border:solid 1px red;
	*/
}

.keine {
	  position: absolute;
  top:10px;
  right:-8px;
  display: inline-block;
  width: 60px;
  /*height: 34px;*/
  color:red;
 /* 
  border:solid 1px red;
*/
}

.katc0 .switch {
  position: relative;
  position: absolute;
  top:2px;
  right:2px;
  display: inline-block;
  width: 60px;
  height: 34px;
 /* 
  border:solid 1px red;
*/
}

.katc0 .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}


.katc0 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
   height: 100%;
}

.katc0 .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.katc0 .slider.aktiv {
  background-color: #2196F3;
  background-color:#77B73A;
}

.katc0 .slider.aktiv:before {
  background-color: #2196F3;
  background-color: #FFF;
  /**/
    -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
   left: 4px;
   
}

.katc0 input:checked + .slider {
  background-color: #2196F3;
  background-color:#77B73A;
}

.katc0 input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
    box-shadow: 0 0 1px #77B73A;
}

.katc0 input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/**/

/* Rounded sliders */
.katc0 .slider.round {
  border-radius: 34px;
}

.katc0 .slider.round:before {
  border-radius: 50%;
}


.resp-table {
	width: 100%;
	display: table;
	border-top:solid 1px lightgrey; 
	border-right:solid 1px lightgrey; 
	margin:1em 0px 2em 0px;
	/*max-width: 900px;*/
}
.resp-table-body {
	display: table-row-group;
}

.resp-table-header {
	display: table-header-group;
	background-color:lightgrey;
	
	/*background-color:#77B73A;*/
	font-weight: bold;
}
.table-header-cell {
	display: table-cell;
	text-align: left;
	border-left:solid 1px lightgrey; 
	border-bottom:solid 1px lightgrey; 
	padding:1px 3px;
}
.resp-table-row {
	display: table-row;
	width:100%;
}
.table-body-cell {
	display: table-cell;
	border-left:solid 1px lightgrey; 
	border-bottom:solid 1px lightgrey; 
	padding:1px 3px;
}
.resp-table-footer {
	display: table-header-group;
	background-color:lightgrey;
	background-color:#77B73A;
	font-weight: bold;
}
.table-footer-cell {
	display: table-cell;
	text-align: justify;
	border-left:solid 1px grey; 
	border-bottom:solid 1px grey; 
	padding:1px 3px;
}

.t1 { width:20%; }
.t2 { width:60%; }
.t3 { width:20%; }


.auswertung {
	border:solid 1px red;
	width:400px;
}

.t33 { width:auto; background-color:pink; background-color:#FFF; background-color:transparent;}
.t33a { width:auto; width:25%; background-color:pink; background-color:#ADC9E0;}
.t33b { width:auto; width:50%; background-color:pink; background-color:#ADC9E0;}
.t33c { width:auto; width:25%; background-color:pink; background-color:#ADC9E0;}
.t100 { width:100%; background-color:pink;}


.cti { 
	font-weight:bold; 
    border-left: solid 1px grey;
    border-bottom: solid 1px grey;
    padding: 1px 3px;
	display:none;
	
	
}



@media screen and (max-width: 1024px) {
	.button2box { position: static; }
	.inner { width: 70%;}
	.button2box { width: 30%; /*border:solid 1px gold;*/ }
	.button2 {width: 230px; text-align:center; }
	
	
	
	
}
@media screen and (max-width: 768px) {
	.button2box { position: static; }
	.inner { width: 100%;}
	.button2box { width: 100%; }
}



@media screen and (max-width: 600px) {

	  
	.table-body-cell {/**/ display: block; }  
	  
	.cti{ font-weight:bold; display:block;}
	
	.table-header-cell, .tx1, .tx3 { display:none;} 
	
	.t1 { width:100%; }
	.t2 { width:100%; }
	.t3 { width:100%; } 
	.t33 { width:auto; width:100%;} 




}
@media screen and (max-width: 460px) {
	.keine { position: static;}
	.katc0 .switch { position: relative;}
	
}
