

/*cookie banner styles*/
.background-wevaluprivacy {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 3px #F0D1F5;
	border-radius: 6px;
	opacity: 1;
	width: 27%;
	position: fixed;
	bottom: 0;
	padding: 1rem;
	z-index: 9999;
	margin-bottom: 0.5rem;
  }

  .close-button-popup {
	background: transparent;
	border: none;
	font-size: 1.2rem;
	cursor: pointer;
  }

  .alignment-closeicontext {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }

  .alignment-textdatasafe {
	margin: 0.3rem 0rem !important;
  }

  .optcookiesbutton {
	border: none;
	background: none;
	cursor: pointer;
	color: #A8AAAF;
	font-weight: 600;
  }
.cookie-consent {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	opacity: 1;
	color: #333;
	padding: 2rem;
	z-index: 100001;
	margin-bottom: 0.5rem;
	display: none;
	border-radius: 0.6rem;
}

.cookie-overlay {
	background: #000000;
	opacity: 0.4;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
}

.wevalue-privacy-text {
	font-size: 1.4rem;
	letter-spacing: 0.2px;
	color: #111111;
	margin-bottom: 0.5rem;
	opacity: 1;
}

.website-cookietext {
	letter-spacing: 0.38px;
	color: black;
	font-size: 1.05rem;
	line-height: 1.8;
	margin: 1.1rem 0rem;
}

.accept-button {
	border-radius: 0.3rem;
	padding: 0.5rem 1.8rem;
	cursor: pointer;
	border: none;
	color: #FC910F;
	font-size: 1rem;
	line-height: 24px;
	font-weight: 600;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #FE990C;
	margin-left: 1rem;
}

.accept-button:hover {
	background: transparent linear-gradient(101deg, #FE8A12 0%, #FED304 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #FE990C;
	color: #FFFFFF;
}

#declineCookie {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 0.3rem;
	border: 1px solid #FE990C;
	padding: 0.5rem 4.5rem;
	color: #FC910F;
	font-size: 1rem;
	cursor: pointer;
	line-height: 24px;
	font-weight: 600;
}

#declineCookie:hover {
	background: transparent linear-gradient(101deg, #FE8A12 0%, #FED304 100%) 0% 0% no-repeat padding-box;
	border: 1px solid #FE990C;
	color: #FFFFFF
}

.cookie-icon-button {
	position: fixed;
	bottom: 1rem;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 1003;
	margin-left: 0.5rem;
	display: block;
}

.cookie-icon-button img {
	max-width: 57px !important; 
	height: 57px !important;
}

.cookie-icon-button img:hover {
	opacity: 0.95;
}

.close-button {
	background: transparent;
	border: none;
	font-size: 1.2rem;
	cursor: pointer;
	position: absolute;
	top: 1rem;
	right: 1rem;
}

.text-alignment {
	text-align: center;
}

.svg-icon path {
	fill: #33475b;
	transition: fill 0.3s ease;
}

.svg-icon:hover path {
	fill: #FC4213;
}

.checkbox-wrapper input[type="checkbox"].checkbox-option {
    background-color: #ffffff;
    border: 1px solid #9D2BAE;
    width: 20px;
    height: 18.5px;
    margin: 0;
    -webkit-appearance: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
}
.checkbox-wrapper input[type="checkbox"].checkbox-option::after {
    left: 6px;
    bottom: 4px;
    width: 7px;
    height: 13px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    box-sizing: border-box;
}
.checkbox-wrapper input[type="checkbox"].checkbox-option {
  background: #FFFFFF 0% 0% no-repeat padding-box;
   border: 1px solid #707070;
    width: 20px;
    height: 18.5px;
    margin: 0;
    -webkit-appearance: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
}

.checkbox-wrapper input[type="checkbox"].checkbox-option:checked {
  background: #9D2BAE 0% 0% no-repeat padding-box;
border: 1px solid #9D2BAE;
}

.checkbox-wrapper input[type="checkbox"].checkbox-option:checked::after {
    content: "";
    position: absolute;
    left: 6px;
    bottom: 4px;
    width: 7px;
    height: 13px;
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: border-box;
}
.alignment-checkboxtext{
display: flex;
align-items: center;
}

.optout-text {
    display: inline-block;
    margin-left: 0.5rem ;
    cursor: pointer;
	font-weight: 600 !important;
}
@media (min-width:995px) and (max-width:1230px) {
	.background-wevaluprivacy{
		width: 32%;
	}
	.cookie-consent {
		width: 75%;
	}
	.website-cookietext{
		font-size:1rem;
	}

	.wevalue-privacy-text {
		font-size: 1.3rem;
	}
}

@media (min-width:1920px) and (max-width:2558px) {
	.cookie-icon-button img {
		max-width: 63px !important;
		height: 63px !important;
		margin-left: 2rem;
	}
    .optout-text{
        font-size: 1.2rem;
    }
    .cookie-consent{
        width:57%;
    }
    .optcookiesbutton{
        font-size:1.1rem
    }

	.wevalue-privacy-text {
		font-size: 1.6rem;
	}

	.website-cookietext {
		font-size: 1.25rem;
	}

	#declineCookie {
		font-size: 1.1rem;
	}

	.accept-button {
		font-size: 1.1rem;
	}
}

@media (min-width:2559px) {
	.cookie-icon-button img {
		max-width: 65px !important;
		height: 65px !important;
		margin-left: 2rem;
	}
	.background-wevaluprivacy{
		width: 21%;
	}

	.wevalue-privacy-text {
		font-size: 1.7rem;
	}

	.website-cookietext {
		font-size: 1.35rem;
	}

	#declineCookie {
		font-size: 1.2rem;
	}

	.accept-button {
		font-size: 1.2rem;
	}

}

@media (min-width:705px) and (max-width:994px) {
	.background-wevaluprivacy{
		width: 55%;
	}
	.cookie-consent {
		width: 80%;
		padding: 1.5rem;
	}

	.wevalue-privacy-text {
		font-size: 1.2rem;
	}

	.cookie-icon-button {
		margin-left: 2rem;
	}

	.cookie-icon-button img {
		max-width: 55px !important;
		height: 55px !important;
	}
}

@media (min-width:425px) and (max-width:704px) {
	.background-wevaluprivacy{
		width: 70%;
	}
	.cookie-icon-button img {
		max-width: 45px !important;
		height: 45px !important;
	}

	.website-cookietext {
		font-size: 0.95rem;
		line-height: 1.6;
		margin: 1rem 0rem;
	}

	.cookie-consent {
		width: 84%;
        padding: 1.2rem;
	}
	.wevalue-privacy-text {
		font-size: 1.2rem;
	}

	#declineCookie {
		font-size: 0.9rem;
		padding: 0.4rem 4rem;
	}

	.accept-button {
		font-size: 0.9rem;
		padding: 0.4rem 1.5rem;
		margin-left: 0;
		margin-top: 0.5rem;
		margin-left: 0.5rem;
	}
}

@media (min-width:375px) and (max-width:424px) {
	.background-wevaluprivacy{
		width: 85%;
	}
	.cookie-icon-button img {
		max-width: 45px !important;
		height: 45px !important;
	}

	.website-cookietext {
		font-size: 0.9rem;
		line-height: 1.6;
		margin: 1rem 0rem;
	}

	.cookie-consent {
		width: 82%;
        padding: 1.2rem;
	}
	.wevalue-privacy-text {
		font-size: 1.1rem;
	}

	#declineCookie {
		font-size: 0.9rem;
		padding: 0.4rem 4rem;
	}

	.accept-button {
		font-size: 0.9rem;
		padding: 0.4rem 1.5rem;
		margin-left: 0;
		margin-top: 0.5rem;
	}
}

@media (max-width:374px) {
	.background-wevaluprivacy{
		width: 85%;
	}
	.cookie-icon-button img {
		max-width: 45px !important;
		height: 45px !important; 
	}
	.website-cookietext {
		font-size: 0.85rem;
		line-height: 1.6;
		margin: 1rem 0rem;
	}

	.cookie-consent {
		width: 82%;
        padding: 1.2rem;
	}
	.wevalue-privacy-text {
		font-size: 1.1rem;
	}

	#declineCookie {
		font-size: 0.9rem;
		padding: 0.4rem 4rem;
	}

	.accept-button {
		font-size: 0.9rem;
		padding: 0.4rem 1.5rem;
		margin-left: 0;
		margin-top: 0.5rem;
	}
}

@media (min-width:1231px) and (max-width:1439px) {
	.cookie-consent {
		width: 74%;
        padding: 1.6rem;
	}
    .background-wevaluprivacy{
		width: 30%;
	}
	.wevalue-privacy-text {
		font-size: 1.3rem;
	}
}