#cookie-bar {
	background:#ddd9d1;
	height:auto;
	line-height: 1.2;
	color:#2c4677;
	padding:3px 0;
	z-index:1000;
	font-size:15px;
	font-family: 'TTNorms-Regular', sans-serif;
	height:40px;
}
#cookie-bar.fixed {
	position:fixed;

	top:0;
	left:0;
	width:100%;
}
#cookie-bar.fixed.bottom {
	bottom:0; 
	top:auto;
}
#cookie-bar p {
	margin:0;
	padding:8px 60px 8px 20px;
}
#cookie-bar a {
	color:#2c4677;
	display:inline-block;
	text-decoration:underline;
	font-weight:normal;
}
#cookie-bar .cb-disable {
	background:#990000;
}
#cookie-bar .cb-disable:hover {
	background:#bb0000;
}
#cookie-bar .cb-policy {
	background:#0033bb;
}
#cookie-bar .cb-policy:hover {
	background:#0055dd;
}


.dh_cb_enable_container {
	position:absolute;
	right:0;
	top:0;
	background-color:#ddd9d1;
	width:70px;
	height:100%;
}


#cookie-bar .cb-enable::before {
    color: #2c4677;
    content: "×";
    font-family: Verdana,Geneva,sans-serif;
	/*
    font-size: 42px;
    line-height: 44px;
	*/
    font-size: 29px;
    line-height: 22px;	
	
    left: 0;
    position: absolute;
    text-align: center;
    top: 17%;
    width: 100%;
}
#cookie-bar .cb-enable:hover {
	color:#de5688;
}

@media (max-width: 1300px) {
	#cookie-bar {
		font-size:12px;
	}
	#cookie-bar p {
		padding:11px 70px 11px 20px;
	}
	
}

@media (max-width: 992px) {
	#cookie-bar {
		line-height: 1.4;
		height: 90px;	
	}
	#cookie-bar p {		
		position: absolute;
		left: 0;
		top: 50%;
		
		-webkit-transform: translate(0px, -50%);
		-moz-transform: translate(0px, -50%);
		transform: translate(0px, -50%);		
	}
	#cookie-bar .cb-enable::before {
		line-height: 56px;		
	}
	
	
}

/*
@media (max-width: 767px) {
	#cookie-bar {
		font-size:11px;
	}	
	.dh_cb_enable_container {
		width:50px;
		height:50px;
	}
	#cookie-bar .cb-enable::before {
		font-size: 34px;
		line-height: 37px;		
	}

		
}
@media (max-width: 600px) {
	#cookie-bar {
		height: 75px;
	}
	#cookie-bar p {
		padding: 11px 60px 11px 20px;
	}
	
}
	*/	


