.tab_container.facts {
    

        width: 100%;
        margin: 0 auto;
        padding-top: 70px;
        position: relative;
    
        label {
            padding: 20px 0 30px 40px;
			border: unset;

            span.fatcs-tab-title {
                background: #f18e34;
                padding: 15px 20px;
                border-radius: 5px;
                text-align: end;
                position: relative;
                display: block;
                font-size: 16px;
                
                &::before{
                    content: '';
                    pointer-events: none;
                    display: block;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    transform: translate(-50%, -50%);
                    width: 33%;
                    aspect-ratio: 1/1;
					max-width: 110px;
					margin-left:30px;
                    
                    background-size: contain;
                    background-repeat: no-repeat;
                    transition: 0.2s ease-in-out all;
                }
                .whatIs&::before {
                    background-image: url('/documents/products/Statisch/gfx/prescription/Icons_Facts_WhatIs.png');
                }
                .security&::before {
                    background-image: url('/documents/products/Statisch/gfx/prescription/Icons_Facts_Security.png');
                }
                .advantages&::before {
                    background-image: url('/documents/products/Statisch/gfx/prescription/Icons_Facts_Advantages.png');
                }

            }

        }

        section.tab-content {
			
           .tab-container {
                
				background-color: #fff;
				border-radius: 10px;
				position: relative;
				z-index: 1;

				&::before{
					content: '';
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background-color: rgba(255,255,255,0.4);
					z-index: 1;
					pointer-events: none;
					border-radius: 10px;

				}

				&::after{
					content: '';
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					/* min-height: 310px; */
					background-image: url('/documents/products/Statisch/gfx/prescription/Icon_Tab_Background.png');
					background-position: left center;
					background-repeat: no-repeat;
					background-size: 110%;
					/* background-size: 390px auto; */
					background-position: -12% 33%;
					z-index: -1;
					pointer-events: none;

				}

				& > div{
					z-index: 2;
				}

                .content-left {
                    background-color: transparent;
                    align-items: start;
					align-self: flex-start;
                    img {
                        display: flex;
                        justify-content: center;
                        position: relative;
                        width: 80%;
                        left: 10%;
                        top: 10%;
                    }
                }
                .content-middle {
                    background-color: transparent;
					align-items: center;

					.tab-title{
						color:#702283;
						border-bottom: 2px solid #ee7202;
  						padding-bottom: 10px;
					}
                }
                .content-right{
					background-color: transparent;
                    align-items: center;

                    .fx-gal-item.e-recipe-img {
                        width: 100%;
                        left: 0%;
                    }
                }
            }        
        }
        
    
}



.tab_container.facts {
	padding-top: 0;
}
input.e-recipe-fact,
input.payment-type, section.tab-content {
	clear: both;
	padding-top: 10px;
	display: none;
}

label.e-recipe-fact {
	font-weight: 500;
	font-size: 18px;
	display: block;
	float: left;
	width: 20%;
	padding: 1.1em;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	background: #89898942;
	border-right: 2px solid #f7f7f7;
}

label.e-recipe-fact {
	width: 33%;
	text-align: left;
	background: transparent;
}

.left-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 545px;
}
.left-content img.tab-icon {
	height: 55%;
}

#tab1-erecipe:checked ~ #what,
#tab2-erecipe:checked ~ #secure,
#tab3-erecipe:checked ~ #advantages{
	display: block;
	padding: 0;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
-webkit-animation: fadeInScale 0.7s ease-in-out;
-moz-animation: fadeInScale 0.7s ease-in-out;
animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3  {
text-align: center;
}

.tab_container.facts [id^="tab"]:checked + label {
	background: transparent;
	color: #702283 ;
	box-shadow: unset;
}

.tab_container [id^="tab"]:checked + label {
background: transparent;
box-shadow: inset 0 2px #702283 ;
}

.tab_container [id^="tab"]:checked + label .fa {
color: #ee7202;
}

@media only screen and (max-width: 991px) {

	.prescription-box {

		.fs40 {
			font-size: 31px;
		}
	}
}


@media only screen and (min-width: 768px) and (max-width: 900px) {

	.tab_container.facts {
		width: 99%;
		padding-top: 0px;
		label {
			span.fatcs-tab-title {
				text-align: center;

				.whatIs&::before,
			  	.security&::before,
			  	.advantages&::before {
					top: 50%;
					left: 0;
				}
			}
		}
	}
	
}

@media screen and (min-width: 425px) and (max-width: 760px) {
	.headline70 {
		font-size: 40px;
	}
	.prescription-box {
		padding: 14px;

		.fs40 {
			font-size: 31px;
		}
	}

	.aspect-content > div {
		width: 40%;
	}
		
	.prescriptions_accordion {
		.aspect-content {
			.aspect-info {
				width: 75%;
				h3 {
					font-size: 21px;
  					letter-spacing: 1px;
				}
			}

			.aspect-stat {
				width: 28%;

				.position-title {
			  		&::before {
						width: 120%;
						top: 24%;
          				left: 52%;
			  		}
				}
			}	
		}
	}
}
/*NEWSLETTER*/
form{
	div{
		input{
			width: 100%;
		}
	}
}

/*CONTACT CARDS*/
/* CSS Fix */
@media (min-width: 992px) {

	.contact-cards{
		.btn{
			padding: 13px;
	
		}
	}
}

/*FACTS*/
@media screen and (min-width: 320px) and (max-width: 767px) {
	
	.tab_container.facts {

		section.tab-content {
			
			.tab-container {
				justify-content: flex-start !important;

				&::after{
				
					background-position: 125% -30vw;
					background-size: 180%;

				}

			}
		}
	}
}
@media screen and (min-width: 768px){
		
	.tab_container.facts {

		section.tab-content {
			
			.tab-container {

				&::after{
				
					background-position: -50% -5vw;
					background-size: 70%;

				}

			}
		}
	}
}

@media screen and (min-width: 1023px){
		
	.tab_container.facts {

		section.tab-content {
			
			.tab-container {

				&::after{
				
					background-position: -25% 45%;
					background-size: 50%;

				}

			}
		}
	}
}

@media screen and (min-width: 1200px){
		
	.tab_container.facts {

		section.tab-content {
			
			.tab-container {

				&::after{
				
					background-position: -7% 45%;
					background-size: 33%;

				}

			}
		}
	}
}

@media screen and (min-width: 360px) and (max-width: 430px) {
	.headline70 {
		font-size: 35px;
	}
	
	.aspect-content > div {
		width: 40%;
	}
		
	.prescriptions_accordion {
		.aspect-content {
			.aspect-info {
				width: 80%;
				h3 {
					font-size: 18px;
  					letter-spacing: 1px;
				}
			}

			.aspect-stat {
				width: 28%;

				.position-title {
			  		&::before {
						width: 130%;
						top: 24%;
          				left: 52%;
			  		}
				}
			}	
		}
	}

}

/*Media query*/
@media only screen and (max-width: 900px) {
	.tab_container.facts label {
		padding: 20px 0 30px 20px;

		.prescriptions_accordion {
			background: red;
			.aspect-content {

				.aspect-info {
					width: 70%;
				}
			}
		}
	}	
		
	label.e-recipe-fact span {
		display: block;
	}
	label.e-recipe-fact {
		width: 100%;
	}
	label.e-recipe-fact img  {
		width: 100%;
	}
	

	.tab_container {
		width: 98%;
	}
}

@media screen and (min-width: 901px) and (max-width: 1023px) {

	.tab_container.facts {
		label {
			span.fatcs-tab-title {
				width: 95%;
				font-size: 13px;

				&::before{
					width: 40%;
					margin-left: 0;
				}
			
			}
		}
	}


}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
	.tab_container.facts {
		label {
			span.fatcs-tab-title {
				font-size: 13px;

				&::before{
				
				}
			
			}
		}
	}
}

/*Content Animation*/
@keyframes fadeInScale {
	0% {
		transform: scale(0.9);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}
/** END payment tab settings **/