/* Cookie Banner */

.cookieBanner {
		     /*display: none;*/
		     background-color: #e1e3e7;
		     padding: 20px;
		     color: #444957 !important;
			 font-family:Arial, Helvetica, sans-serif !important;
			 font-size:13px !important;
			 margin-bottom: 10px !important;
			 margin-left: 10px !important;
		     bottom:0;
			 top:auto;
			 position:fixed;
		     z-index: 10000;
			 width:20%;
		 }
.cookieBanner .close {
		     opacity: 1
		 }
.cookieBanner .access-link {
		     right: 5px;
		     color: #565c6b
		 }
.cookieBanner a.close {
		     float: right;
		     margin-left: 5px;
		 }
.cookieBanner p {
		     margin: 0 0 10px;
		     color: #444957;
			 font-family:Arial, Helvetica, sans-serif !important;
			 font-size:13px !important;
			 line-height: 18px !important;
		 }
#cookieBanner.stick {
		     margin-bottom: 10px !important;
			 margin-left: 10px !important;
		     bottom:0;
			 top:auto;
			 position:fixed;
		     z-index: 10000;
			 width:20%;
		 }
@media (min-width: 1142px) {
		     body.modal-open .navbar-fixed-top.cookieBanner {
		         padding-right: 36px !important
		     }
		 }
@media (max-width: 800px) {
	.cookieBanner {
		     /*display: none;*/
			 position:relative;
		     z-index: 10000;
			 width:inherit;
			 bottom:auto;
			 margin-bottom: 0px !important;
			 margin-left: 0px !important;
		 }
	#cookieBanner.stick {
		     top:0;
			 position:fixed;
		     z-index: 10000;
			 width:inherit;
			 bottom:auto;
			 margin-bottom: 0px !important;
			 margin-left: 0px !important;
	}
}