/* terms link that appears on skinny banner */
.skinnyBannerImageWrapDiv {
	max-width:990px;
	margin:0 auto;
	position:relative;
}

.skinnyBannerPopup {
	position: relative;
	max-width: 400px;
	padding: 50px 20px 20px 20px; 
	background: ##fff;
}

.fl-mobile .skinnyBannerTermsLink{
	width: 20vw !important;
	padding-top: 20px;
}

/* just A/B test for news letter */
/* Hide default HTML checkbox */
.NLmessage{
	font-size: 14px;
	display: inline;
	width: 100%;
	margin-left: auto;
	font-size: 1em;
	padding-left: 1%;
}

.NLswitch {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 20px;
}
.fl-mobile .NLgrid{
	padding: 0% 0 5% 0px;
	display: flex;
}
.NLswitch input {display:none;}

.NLslider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	border: 2px solid #bfbfbf;
}

.NLslider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: #bfbfbf;
	-webkit-transition: .4s;
	transition: .4s;
}
.fl-mobile .NLswitch{
	width: 43px;
	height: 25px;
}
.fl-mobile .NLslider:before{
	height: 16px;
	width: 16px;
	left: 1px;
}
#NLChkBx + .NLslider {
	border: 2px solid #bfbfbf;
}
#NLChkBx:checked + .NLslider:before {
	left: 17px;
}
.fl-mobile #NLChkBx:checked + .NLslider:before {
	left: -10px;
}
#NLChkBx:checked + .NLslider {
	 background-color: #fff;
	 border: 2px solid #2d9aac;
}

#NLChkBx:focus + .NLslider {
	 box-shadow: 0 0 1px #2196F3;
}
#NLChkBx + .NLslider:before {
	-webkit-transform: translateX(0);
	 -ms-transform: translateX(0);
	 transform: translateX(0);
}
#NLChkBx:checked + .NLslider:before {
/*	 -webkit-transform: translateX(17px);
	 -ms-transform: translateX(17px);
	 transform: translateX(17px);*/
	 background-color: #2d9aac;
}

.fl-mobile #NLChkBx:checked + .NLslider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.NLslider.round {
	border-radius: 34px;
}

.NLslider.round:before {
	border-radius: 50%;
}
.fl-mobile label.NLswitch{
	display:block !important;
}
.NLgrid{
	display: grid;
	grid-template-columns: auto auto;
}
[data-locale="de_DE"] .NLgrid {
	margin-top: 15px;
}
.fl-mobile .NLmessage{
	font-size: 1.3em;
}
.skinny-banner-terms {
	position: absolute;
	width: 100%;
	bottom: 4px;
    font-size: 10px;
}