@import url("ClanOT_NarrowBook/stylesheet.css");
@import url("ClanOT_NarrowBold/stylesheet.css");
@import url("webfonts/ClanOT_NarrowBold/stylesheet.css");
.cookieConsentContainer {

	z-index: 999;

	width: 350px;

	min-height: 20px;

	box-sizing: border-box;

	padding: 30px 30px 30px 30px;

	background: #071B4C;

	overflow: hidden;

	position: fixed;

    bottom: 30px;

	right: 30px;

	display: none;

}

.cookieConsentContainer .cookieTitle a {
	font-family: "ClanOT NarrowBold";
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24px;
	display: block;
}

.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: "ClanOT NarrowBook";
	color: #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
} .cookieConsentContainer .cookieDesc a {
	font-family: "ClanOT NarrowBook";
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: "ClanOT NarrowBold";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #EB5E40;
	box-sizing: border-box;
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}

.cookieConsentContainer .cookieButton a:hover {
	cursor: pointer;
	background-color: #FF4500;
	font-size: medium;
}



@media (max-width: 834px) {

	.cookieConsentContainer {

		bottom: 0px !important;

		left: 0px !important;

		width: 100%  !important;

	}

}