@media screen {

	/* cookie bar codefog/contao-cookiebar */
	.cookiebar {
		background: var(--elair-blue) !important;
		color: #fff !important;
		z-index: 5;
		position: fixed;
		bottom: 0;
	}
	#cookiebar-text {
		margin: 1rem auto !important;
		font-size: 1rem;
		text-align: left;
	}

	.cookiebar__message {
		margin: 0;
	}

	#cookiebar-text a{
		color: #fff !important;
		text-decoration: none !important;
	}

	.cookiebar__button,
	.cookiebar button,
	.cookiebar button.big-btn {
		float: right;
		width: auto;
		color: #fff;
		border-radius: 0;
		text-transform: uppercase;
		font-size: 0.95rem;
		font-weight: 700;
		background-color: red;
	}
	.cookiebar__button:hover,
	.cookiebar button:hover {

	}

	.cookbar_wrap {
		display: block !important;
	}


}



/* Media Query
---------------------*/

/* Mobile-landscape (and larger) lansacape */
@media only screen and (min-width: 480px) {
}


/* min-width:768px Tablet-portrait (and larger) */
@media only screen and (min-width: 768px) {
}


/* Tablet-landscape (and larger) for width 960px */
@media only screen and (min-width: 992px) {
}

/* min-width:1100 */
@media only screen and (min-width:1100px) {
}

/* min-width:1300 Laptops (and langer) for width 1200px */
@media only screen and (min-width:1300px) {
}
