@media screen {

	/* cookie bar codefog/contao-cookiebar */
	.cookiebar {
		background: #101010 !important;
		color: #fff !important;
		z-index: 2;
		position: fixed;
		bottom: 0;

	}
	#cookiebar-text {
		margin: 1rem auto;
		font-size: 1em;
		text-align: center;
	}
	
	.cookiebar__message {
		margin: 0;
	}

	#cookiebar-text a{
		color: #fff !important;
		text-decoration: none !important;
		border-bottom-style: solid;	
	}

	.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: #83b817;
		letter-spacing: 0.1rem;
		padding: 0.5rem 1rem 0.1rem;
	}

	.cookiebar__button:hover,
	.cookiebar button:hover {
		color: #fff;
		background-color: #484848;
	}

	.cookbar_wrap {
		display: block !important;
		margin-bottom: 2rem !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) {
}
