.setCookies {
	display: block;
    align-items: center;
    background-color: rgba(255,255,255,.9);
    /* bottom: 0px; */
	top: 60px;
    height: auto;
    justify-content: center;
	padding: 15px;
	position: fixed;
    /*width: 90%;
	border-radius: 20px;
	left:5%;*/
	width: 100%;
    z-index: 9999;
	text-align:center;
}

.text {
	font-size: 12px;
	line-height: 1.1;
	font-weight: 400;
	text-align: center;
	font-family: Open Sans, sans-serif;
	width:100%;
    color: #212735; /*rgba(255,255,255,.7);*/
    padding: 0 0 15px 0;
	
}

.textlink {
	font-size: 12px;
	line-height: 1.1;
    color: rgba(255,255,255,.85);
}

.btn-l2 {
	font-family: Open Sans, sans-serif;
	font-weight: 800;
	color: #fff;
	background-color: #3293A1;
	border: 2px solid #3293A1;
	font-size: 13px;
	padding: 8px 25px;
	margin: 5px;
	cursor: pointer;
    white-space: nowrap;
}

.btn-l2:hover, .btn-CookieInfo:hover {
	background-color: #29A8AC;
	border-color: #29A8AC;
	color: #fff;
	cursor: pointer;
}

.btn-CookieInfo {
	font-family: Open Sans, sans-serif;
	font-weight: 800;
	color: #fff;
	background-color: #212735;
	border: 2px solid #212735;
	font-size: 13px;
	padding: 10px 25px;
	margin: 5px;
	cursor: pointer;
    white-space: nowrap;
}

/*=Desktop=*/
@media only screen and (min-width: 991px) {
	.setCookies {
		display: flex;
		padding: 5px 15px;
		bottom: 0px;
		width: 100%;
		left:0px;
		border-radius: 0px;
		height:60px;
	}
	.text {
		padding: 0;
	}

	.btn-l2 {
		margin: 5px 5px 5px 35px;
	}
}