.header--hero .header__menu.header__menu--show {
	background: #fff;
}
.smart-captcha.wpcf7-not-valid{
	border-color: #e62a00;
	border-radius: 10px;
	padding: 0;
	border-width: 2px;
	overflow: hidden;
}
.cookie-alert {
	position: fixed;
	z-index: 999;
	left: 30px;
	bottom: 30px;
	width: 520px;
	padding: 20px 30px 30px;
	border-radius: 10px;
	border: 4px solid #009a9f;
	background-color: #fff;
	color: #454545;
	display: none;
	-webkit-box-shadow: 0px 4px 7px rgba(0, 154, 159, .32);
	box-shadow: 0px 4px 7px rgba(0, 154, 159, .32);
}

.cookie-alert__text {
	margin-bottom: 15px
}

.cookie-alert__text-title {
	font-weight: 700
}

.cookie-alert__text p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 18px;
	padding: 0
}

.cookie-alert__text p a {
	color: #009a9f;
	text-decoration: underline
}
.cookie-alert__text p a:hover{
	text-decoration: none;
}


a.cookie-alert-close {
	padding: 0px 0;
	font-size: 14px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	text-decoration: none;
	-webkit-transition: .4s;
	transition: .4s;
}
a.cookie-alert-close:hover{
	background: #06b9bf;
  -webkit-box-shadow: inset 0px 5px 5px rgba(255, 255, 255, .25);
  box-shadow: inset 0px 5px 5px rgba(255, 255, 255, .25);
}

@media only screen and (max-width: 580px) {
	.cookie-alert {
		left:20px;
		right: 20px;
		bottom: 20px;
		width: auto;
		padding: 20px 30px 30px
	}
}