#cookie-law{
	width: 100vw;
    background-color: #f3cb22;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    text-align: center;
    font-family: "Arial";
}

#cookie-law p {
	font-size: 14px;
    line-height: 27px;
    padding: 14px;
    color: #000;
}

#cookie-law p a {
	font-size: 14px;
    line-height: 27px;
	color: #000;
	text-decoration: underline;
		
}

.close-cookie-banner {
    background: #fff;
    border-radius: 6px;
    color: #000 !important;
    padding: 8px;
    text-decoration: none !important;
    font-weight: bold;
}

@media (max-width: 960px) {
	#cookie-law{
		text-align: left;
		margin: 0;
	}	
	
	#cookie-law p {
		font-size: 3.5vw;
		line-height: 5vw;
		color: #000;
		width: 85vw;
		text-align: left;
		padding: 3vw;
		margin: 0;
	}

	#cookie-law p a {

		font-size: 3.5vw;
		line-height: 5vw;
		color: #000;		
		text-decoration: underline;

	}

	.close-cookie-banner {
		background: #000;
		border-radius: 2vw;
		color: #fff !important;
		padding: 2vw 4vw;
		text-decoration: none !important;
		font-weight: bold;
		position: absolute;
		right: 4vw;
		top: 4vw;
	}
}