/*---- cookiehint ----*/

footer {
    padding-bottom: 20vh !important;
}

#cookiehint {
	width: 100%;
	padding: 0.75% 0 0.75% 0;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(165, 167, 168, 0.9);
	border-top: 1px solid #a5a7a9;
	z-index: 9999999;
}
#cookiehint.hidden{
	display: none;
	visibility: hidden;
}

#cookiehint .cookiecontent {
	color: #ffffff;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 5vw;	
}
#cookiehint .cookiecontent p {
	margin: 0;
	padding: 0;
}

#cookiehint a {
}
#cookiehint a:hover {
	color: #ffffff;
}

#cookiehint .cookiebuttons {
	float: right;
	margin: 8px 0 0 20px;
}

#cookiesubmit {
	display: inline-block;
	font-family: 'Font Awesome 5 Pro';
	overflow: hidden;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 32px;
	line-height: 30px;
	font-weight: 300;
	padding: 1px 0 0 1px;
	margin: 0;
	border-radius: 200px;
	border: 0px solid transparent;
	background: rgb(255, 255, 255);
	color: rgb(90, 90, 90);
	cursor: pointer;
	-webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
}
#cookiesubmit:hover {
  background: #b00304;
  color: #ffffff;
}