/* cookiehinweis */

.cookiehinweis{
	display:block;
	position:fixed;
	bottom:0 !important;
	padding-bottom:10px;
	margin-bottom:0 !important;
	width:100vw;
	min-height:120px;
	z-index:9999;
	background-color: #ffffff;
	/* background-color: red; */
	color:rgb(53,53,53);
    box-shadow: #121212 2px 2px 14px 2px;
}

.cookiehinweis h1{
	margin: .3rem 0 .1rem 0;
	padding:0;
	font-size:1.4rem;
}
.cookiehinweis p{
	margin: .1rem 0;
	padding:0;
	font-size:.9rem;
}

.cookiehinweis table{
	width: 100%;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-spacing: 0;
    border-collapse: collapse;
	font-size:.9rem;
}
.cookiehinweis tr{
	border-left: 1px solid #000000;
	border-bottom: 1px solid #cccccc;
	vertical-align:top;
}
.cookiehinweis tr:last-child{
	border-bottom: 1px solid #000000;
}
.cookiehinweis td{
	border-right: 1px solid #cccccc;
	padding: 1px 3px;
}
.cookiehinweis td:last-child{
	border-right: 1px solid #000000;
}



.cookiehinweisDSE table{
	width: 100%;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    border-spacing: 0;
    border-collapse: collapse;
	font-size:.9rem;
	margin-bottom:15px;
}
.cookiehinweisDSE tr{
	border-left: 1px solid #000000;
	border-bottom: 1px solid #cccccc;
	vertical-align:top;
}
.cookiehinweisDSE tr:last-child{
	border-bottom: 1px solid #000000;
}
.cookiehinweisDSE td{
	border-right: 1px solid #cccccc;
	padding: 1px 3px;
}
.cookiehinweisDSE td:last-child{
	border-right: 1px solid #000000;
}
.cookiehinweisDSE th{
	background: #cccccc;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
}


.cookiehinweis .form-check-label, .cookiehinweisDSE .form-check-label{
	display:inline-block;
	width:auto;
	font-size:.9rem;
}
#cookieinfos{
	display:none;
	padding:5px;
	border:1px solid #000000;
	font-size:.9rem;
	line-height:1rem;
	margin-top:10px;
height: 100px;
overflow: auto;
}
.pillink{
	display:block;
	margin: 0 0 5px 0;
	font-size:.8rem
}
.scrollbox{
	padding-right:0;
}
#fortxtwc{
	background-color:rgb(204,204,204);
	cursor:default;
}
#txtwc, #txtwcDSE{
	display:block;
}
#fortxtpc{
	background-color:transparent;
	cursor:pointer;
	white-space:nowrap;
}
#txtpc, #txtpcDSE{
	display:none;
}
#fortxtsc{
	background-color:transparent;
	cursor:pointer;
}
#txtsc, #txtscDSE{
	display:none;
}
.cookiehinweis input[type=checkbox], .cookiehinweisDSE input[type=checkbox] {
    width: 13px;
    height: 13px;
}