
.cookiebanner{
	position:fixed;
	bottom:0;
	width:100%;
	z-index:99999;
	left:0;
	right:0;
	background: rgba(0, 0, 0, 0.4);
	height:100%;
    top:0	
}
.nk-cookie-banner{
	display:none
}

.bannerinner{
	padding:15px 30px;
	width:1200px;
	margin:0 auto;
	border-radius:4px;
	background:#fff;
	position:fixed;
	bottom:0;
	left: 50%;
    transform: translate(-50%, 0);
	height:470px;
	overflow: auto;
}
.toptext p{
	font-size:18px
}
.allcheck, .disablecheck{
	font-size:16px
}
.bannerinner h2{
	padding-bottom:12px;
}
.bannerinner p{
	padding-bottom:12px;
}
.bannerbtn{
	text-align:right;
	padding:8px 0px;
}
.bannerbtn button{
	padding: 10px 18px;
    background: #cfa670;
    font-weight: bold;
    color: #fff;
    border: none;
    border-radius: 5px;
	font-size: 14px;
	cursor:pointer
}
.Nurcookies{
	margin:0px 8px;
}
.bannerlink{
	padding:8px 0px;
	text-align:right;
}
.bannerlink a{
    text-decoration: blink;
    color: #000;
    font-weight: bold;
    border-bottom: 1px dotted;
    margin: 0px 8px;
}
.disablecheckboxinner{
	width: 33.3%;
    float: left;
    padding: 10px 0px;
}

.notallowd{
	margin: 0;
    width: 30px;
    height: 21px;
    vertical-align: sub;
	cursor:not-allowed
}
.allowedcheck{
	margin: 0;
    width: 30px;
    height: 21px;
    vertical-align: sub;
}
.disablecheck{
	padding:6px 0px;
}
.AnalyseundStatistik .disablecheckp{
	padding:12px 0px;
}

.arrowdown{
	width: 48px;
   /* background: grey;*/
    height: 38px;
    text-align: center;
    line-height: 34px;
    color:#cfa670;
    font-size: 22px;
    margin: 20px auto;
	cursor:pointer;
	transition:ease 0.5s
}
.arrowdowninner{
	width: 48px;
    height: 38px;
    text-align: center;
    line-height: 34px;
    color:#cfa670;
    font-size: 22px;
    margin: 20px auto;
	cursor:pointer;
	transition:ease 0.5s
}
.arrowdown:hover{
	background:#8080802b
}

.checklist{
	padding:12px 0px
}
.maincontentcookie{
	display:none
}
.singlecheck{
	padding-bottom:10px
}
.AnalyseundStatistikselect{
	display:none
}

.marketingkselect{
	display:none
}

.Verwendungselect{
	display:none
}
.disablecheckp{
	padding:0px 6px;
	font-size:16px;
}
.arrowrotate{
	transform: rotate(-180deg);
	transition: 300ms ease all;
}

.maincontenthide{
	padding:10px 0px;
	text-align:center
}
.maincontenthide button{
	color: #cfa670;
    padding: 10px 20px;
    font-size: 16px;
    background: transparent;
    border: none;
    border: 1px solid #cfa670;
}

















.clear{
	clear:both
}

.cookiebanner input[type='checkbox'] {
    accent-color: #cfa670;
}

@media screen and (max-width: 768px) {
.bannerinner{
	padding:12px;
	width:88%;
	margin:0 auto;
	
}
.bannerinner h2 {
    font-size: 19px;
    font-weight: bold !important;
}
.bannerbtn button {
    width: 100%;
    margin: 0;
    margin: 10px 0px;
}
.disablecheckboxinner {
    width: 100%;
}



	

}/*************/