/** Payment Tabs setting **/
.tab_container {
	width: 100%;
	margin: 0 auto;
	padding-top: 70px;
	position: relative;
}
.tab_container.payments {
	min-height: 440px;
	padding-top: 0;
	padding-bottom: 70px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.payments-bg-image {
	background-image: url('/documents/products/Statisch/contentseiten/karriere/background-kreis.png');
	background-repeat: no-repeat;
	background-position: -20px 30px;
	background-size: cover;

}
.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,
label.payment-type {
	font-weight: 500;
	font-size: 18px;
	display: block;
	float: left;
	width: 20%;
	padding: 1.1em;
	color: #757575;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	background: #89898942;
	border-right: 2px solid #f7f7f7;
}
label.payment-type img {
	width: 60%;
}
label.e-recipe-fact {
	width: 33%;
	text-align: left;
	background: transparent;
}
label.e-recipe-fact img {
	width: 20%;
}

.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 ~ #replaced,
#tab3-erecipe:checked ~ #when,
#tab4-erecipe:checked ~ #process,
#tab5-erecipe:checked ~ #secure,
#tab6-erecipe:checked ~ #advantages,
#tab1:checked ~ #invoice,
#tab2:checked ~ #debit,
#tab3:checked ~ #paypal,
#tab4:checked ~ #creditCard,
#tab5:checked ~ #klarna,
#tab6:checked ~ #vorauskasse {
	display: block;
	padding: 20px;
}

.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: #ee7202 ;
box-shadow: unset;
}

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

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


@media only screen and (min-width: 768px) and (max-width: 920px) {
	label.payment-type img {
		width: 85%;
	}
}

@media screen and (min-width: 425px) and (max-width: 760px) {
	label.payment-type {
		width: 25%;
	}
	label.payment-type img {
		width: 100%;
	}
}
@media screen and (min-width: 360px) and (max-width: 420px) {
	label.payment-type {
		width: 25%;
	}
	label.payment-type img {
		width: 100%;
	}
}

/*Media query*/
@media only screen and (max-width: 900px) {

	label.e-recipe-fact span {
		display: block;
	}
	label.e-recipe-fact {
		width: 50%;
	}
	label.e-recipe-fact img  {
		width: 100%;
	}
	.tab_container.facts {
		width: 98%;
		padding-top: 0px;
	}

	.tab_container {
		width: 98%;
	}
}

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

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


/** SETTINGS CAREER ACCORDION **/
#aspect-content * {
	box-sizing: border-box;
}
.aspect-tab {
	position: relative;
	width: 100%;
	margin: 0 auto 20px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0 0 0 1px #ececec;
	opacity: 1;
	transition: box-shadow .2s, opacity .4s;
}
.aspect-tab:hover {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.11);
}

.aspect-input {
	display: none;
}

.aspect-input:checked ~ .aspect-content + .aspect-tab-content {
	max-height: 3000px;
}

.aspect-input:checked ~ .aspect-content:after {
	transform: rotate(180deg);
}

.aspect-input:checked ~ .aspect-content .aspect-stat {
	display: none;
}

.aspect-label {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	max-height: 80px;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 0;
	z-index: 1;
	cursor: pointer;
}
.aspect-label-img {
	max-height: 150px;
	width: 15%;
}

.aspect-content {
	position: relative;
	display: block;
	height: 80px;
	margin: 0;
	padding: 0 87px 0 30px;
	font-size: 0;
	white-space: nowrap;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
}
.with-image{
	height: 165px;
	padding: 0 5px 8px 10px;
}

.aspect-content:before, .aspect-content:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
}
.aspect-content:before {
	height: 100%;
}
/*
.aspect-content:after {
	position: absolute;
	right: 15px;
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #ee7202;
	font-size: 25px;
	top: 22px;
}
 */

.job-title {
	display: inline-block;
	width: 100%;
	margin-left: 15px;
	font-weight: 500;
	white-space: normal;
	text-align: left;
	vertical-align: middle;
	font-size: 20px;
	line-height: 25px;
}
.faq-question-title {
	display: inline-block;
	width: 100%;
	margin-left: 16px;
	font-weight: 500;
	white-space: normal;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	line-height: 22px;
}

.aspect-stat {
	width: 38%;
	text-align: right;
}

div.position-title > span  {
	font-size:1.5rem;
}
div.position-title > span i {
	font-size:1.95rem;
}
.title-container {
	/*background: #1B81B2;*/
}
.all-opinions.customized {
	width: 90%;
	margin-left: 14px;
	font-weight: 400;
	white-space: normal;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
	line-height: 22px;
	hyphens: auto;
}
.all-opinions {
	font-size: 14px;
	line-height: 22px;
}

.all-opinions {
	color: #5d5d5d;
	text-align: left;
}

.aspect-content + .aspect-tab-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s;
}

.aspect-content > div,
.aspect-stat > div {
	display: inline-block;
}

.aspect-content > div {
	vertical-align: middle;
}

.aspect-info {
	width: 60%;
	white-space: nowrap;
	font-size: 0;
}
.aspect-info-with-image{
	width: 77%;
}

.aspect-info.cus-faq {
	width: 80%;
}
.aspect-info:before {
	content: '';
	display: inline-block;
	height: 44px;
	vertical-align: middle;
}

.user-container {
	position: relative;
	display: inline-block;
	height: 50px;
	width: 50px;
	vertical-align: middle;
}
.incl-image {
	height: 130px;
	width: 130px;

}
.user-icon {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 30px;
	/* font-weight: 500; */
	line-height: 44px;
	/* color: #242a32; */
	text-align: center;
	z-index: 1;
}

.aspect-tab-content {
	/*background-color: #f9f9f9;*/
	font-size: 0;
	text-align: justify;
}

.sentiment-wrapper {
	padding: 10px 10px 10px;
}

.sentiment-wrapper > div {
	display: inline-block;
	width: 100%;
	padding: 0 5px;
	margin-bottom: 15px;
	box-sizing: border-box;
	vertical-align: top;
	cursor: default;
}

.sentiment-wrapper > div > div {
	width: 100%;
	padding: 5px 5px 5px;
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #fff;
	/*border: 1px solid #ececec;*/
	text-align: left;
}

.opinion-header {
	position: relative;
	width: 100%;
	line-height: 20px;
	color: #242a32;
	text-transform: uppercase;
}
.opinion-title span {
	position: relative;
	width: 100%;
	line-height: 20px;
	/*color: #474747;*/
}

.opinion-header > span:nth-child(2) {
	position: absolute;
	right: 0;
}

.opinion-header + div > span, .opinion-header + div > ul,
.opinion-header + div > div {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 5px 0 5px;
	color: #474747;
}

div.bullet-points > span {
	display: block
}
.custom-txt {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 5px 0 5px;
}
.fa-benefits {
	font-size: 7px;
	vertical-align: middle;
}
span.inner-text {
	display: inline-flex;
	width: 89%;
}
span.inner-text.third {
	width: 81%;
}

.job-offer-action-btn {
	border-radius: 5px;
	width: 100%;
	padding: 13px 13px;
}

@media screen and (max-width: 1024px) {
	.aspect-info-with-image {
		width: 70%;
	}
}
@media screen and (max-width: 800px) {
	.aspect-label {
		max-height: 102px;
	}
	.aspect-label-img {
		max-height: 150px;
	}

	.aspect-content {
		height: auto;
		padding: 10px 87px 10px 30px;
	}
	.with-image {
		padding: 10px 10px 10px 10px;
	}
	.aspect-content:before {
		display: none;
	}
	.aspect-content:after {
		top: 10px;
	}

	.aspect-content > div {
		display: flex;
		width: 100%;
	}

	.aspect-stat {
		margin-top: 10px;
		text-align: left;
	}
}
@media screen and (max-width: 750px) {
	.sentiment-wrapper > div {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.sentiment-wrapper > div:not(:first-child) {
		margin-top: 10px;
	}
}
@media screen and (max-width: 500px) {
	.aspect-label {
		max-height: 140px;
	}

	.aspect-stat > div {
		display: block;
		width: 100%;
	}
	.user-container {
		margin-left: 6px;
	}

	.all-opinions {
		margin-bottom: 10px;
	}

	.all-opinions + div > span:first-child {
		margin: 0;
	}
}
/*** END career settings ***/


/*** SLIDER ***/
@keyframes scroll {
	0% { transform: translateX(0); }
	100% { transform: translateX(calc(-250px * 6))}
}

.custom-career-slider {
   background: white;
   box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
   height: 150px;
   margin: auto;
   overflow: hidden;
   position: relative;
}
.custom-career-slider::before,
.custom-career-slider::after {
	 background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	 content: "";
	 height: 150px;
	 position: absolute;
	 width: 120px;
	 z-index: 2;
 }

.custom-career-slider::after {
	 right: 0;
	 top: 0;
	 transform: rotateZ(180deg);
 }

.custom-career-slider::before {
	 left: 0;
	 top: 0;
 }

.custom-slide-track {
	animation: scroll 80s linear infinite;
	display: flex;
	width: calc(250px * 11);
}

.custom-slide {
	height: 150px;
	width: 250px;
}

/*** END SLIDER ***/


/** PALLIATIV **/
.info-box {
	height: 245px;
	-webkit-box-shadow: 7px 7px 14px -2px rgba(71,71,71,0.20);
	box-shadow: 7px 7px 14px -2px rgba(71,71,71,0.20);
}
/** END PALLIATIV SETTINGS**/


/** E-REZEPT SEITE **/

.info-e-recipe-handling {
	cursor: pointer;
	color: #6f2283;
}
.info-e-recipe-handling:hover {
	color: #ee7202;
}

input#start-erecipe-scan {
	display: none;
}
label.start-erecipe-scan {
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	border: 1px solid;
	border-radius: 4px;
	background: #336600;
	color: #FFF;
	font-family: arial;
	-webkit-transition: background-color 0.1s, color 0.1s;
}
label.start-erecipe-scan:hover {
	background: #33CC00;
	color: #000;
}

.erecipe-slide {
	-webkit-transition: height .3s ease;
	height: 0;
	overflow: hidden;
	width: 200px;
	background: red;
	margin-top: 10px;
}

input#start-erecipe-scan:checked + .erecipe-slide {
	height: 200px;
}
.background-image-scan {
	background-image: url('/documents/products/Statisch/erezept/erezept-big-code-scan_wirLeben_300x200.png');
	height: 160px;
	background-repeat: no-repeat;
	background-position: 275px 4px;
	background-size: contain;
}
.background-image-upload {
	background-image: url('/documents/products/Statisch/erezept/erezept-all-codes-scan_wirLeben_300x200.png');
	height: 160px;
	background-repeat: no-repeat;
	background-position: 270px 11px;
	background-size: contain;
}

@media screen and (max-width: 500px) {
	.background-image-upload,
	.background-image-scan {
		background-image: unset;
	}
}
	/* Box Startseite*/
	.fs-16 { font-size: 16px; line-height: 1.25em;}
	.fs40 { font-size: 40px; }
	.fs70 { font-size: 70px; line-height: 1em;}
	.recipe-image {
		width: 250px;
		height: auto;
	}
	@media screen and (min-width: 768px) and (max-width: 1024px) {
		.recipe-image {
			padding-bottom: 0;
		}
		.mobile-h-65 {
			height: 65px;
		}
		.mobile-fs30 {
			font-size: 30px;
		}
		.mobile-fs55 {
			font-size: 55px;
		}
		.mobile-pb20 {
			padding-bottom: 20px;
		}
	}

	@media (max-width: 768px) {
		.mobile-fs {
			font-size: 21px;
		}
		.recipe-image {
			width: 240px;
			height: auto;
			padding-bottom: 70px;
		}
	}
	@media screen and (min-width: 320px) and (max-width: 425px) {
		.mobile-fs {
			font-size: 17px;
		}
		.recipe-image {
			padding-bottom: 40px;
		}
	}
	/* END*/

/*** END E-Rezept ***/

/* DIFFERENT CUSTOM SETTINGS */
.custom-bg-image {
	background-image: url('/documents/products/Statisch/kreis-background.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% -10%;
}
.custom-btn-fontsize {
	letter-spacing: 0.5px;
	font-size: 1.5rem;
	font-weight: 500;
}
.custom-border-grey {
	border: 1px solid #77777717;
}
.custom-shadow {
	-webkit-box-shadow: 7px 7px 14px -2px rgba(71,71,71,0.20);
	box-shadow: 7px 7px 14px -2px rgba(71,71,71,0.20);
}
.custom-separator {
	border-bottom: 2px solid #f7f7f7;
}
.custom-p-trb {
	padding: 3px 0px 4px;
}
.custom-p-trb-30 {
	padding: 3px 0px 30px;
}
.br-3 {
	border-radius: 3px;
}
.ul-circle {
	list-style-type: circle;
}
.ul-disc {
	list-style-type: disc;
}
.ul-square {
	list-style-type: square;
}
.fs120px {
	font-size: 120px;
}
.fs135px {
	font-size: clamp(6rem, 5.5vw + 1.8rem, 9.5rem);
	line-height: 1.1;
	/* font-size: 135px; */
}
.fs138px {
	font-size: 138px;
}
.fs150px {
	font-size: 150px;
}
.fs250 {
	font-size: 2.5rem;
}
.background-color-secondary-light {
	background-color: #d2b9d9;
}

/* END CUSTOM SETTINGS*/

/* FROM THUMB TO BIG IMAGE */
.fx-gal-item {
	width: 20%;
	margin: 5px;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	left: 40%;
	display: inline-flex;
}
.fx-gal-item.e-recipe-img {
	width: 40%;
	left: 55%;
}

.fx-gal-image-thumb img {
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.fx-gal-image-thumb:hover img {
	width: 100%;
	cursor: pointer;
	transform: scale(1.2);
	transition: all 0.5s ease;
}

.fx-gal-image-thumb:focus + .fx-gal-image-big {
	display: block;
}

.fx-gal-image-big {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(5, 10, 15, 0.8);
	overflow: hidden;
	height: 100vh;
	width: 100vw;
	z-index: 999;
	transition: all 0.3s ease;
}

.fx-gal-image-big img {
	max-height: 95vh;
	max-width: 90vw;
	position: absolute;
	box-shadow: 0px 0px 800px 40px rgba(0, 0, 0, 0.9);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.fx-gal-item {
		width: 50%;
		left: 23%;
	}
}
/* END THUMB IMAGE*/


/* CAREER PAGE */

/* JOBS */
/*
.custom-chevron::before {
	border-style: solid;
	border-width: 0.15em 0.15em 0 0;
	content: '';
	display: inline-block;
	height: 0.55em;
	left: 0.15em;
	position: relative;
	top: 0.45em;
	transform: rotate(-45deg);
	vertical-align: top;
	width: 0.55em;
}
.custom-chevron.chevRight:before {
	left: 0;
	transform: rotate(45deg);
}
.special-headline {
	font-size: 100px;
	line-height: 92px;
	font-weight: 800;
	letter-spacing: .02em;
}
.special-subHeadline {
	font-size: 30px;skandinavische sängerin mit m
	line-height: 40px;
	color: #f18e35;
}
.special-subHeadline-1 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 800;
	letter-spacing: .02em;
}
.custom-text-quick {
	font-size: 60px;
	line-height: 70px;
}
.btn-outline--custom {
	color: #fde1c7;
}
.btn-outline--custom:hover {
	color: #ee7202;
}
*/
/* END JOBS */

.career-bg-image {
	background-image: url('/documents/products/Statisch/contentseiten/karriere/background-circle.png');
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
}
.career-bg-image.more-orange {
	height: 300px;
	background-position: 1px -65px;
	background-size: cover;
	margin-top: -16%;
}
.career-bg-image.benefits,
.career-bg-image.jobs {
	height: 400px;
	background-position: 1px 4px;
	background-size: cover;
	margin-top: -12%;
}

.-mrt50px {
	margin-top: -50px;
}
.-mrt78px {
	margin-top: -68px;
}
.fs184 {
	font-size: 1.84rem;
}
.fs235 {
	font-size: 2.35rem;
	font-weight: 600;
}
.fs275 {
	font-size: 2.75rem;
}
.letter-spacing1 {
	letter-spacing: 0.13px;
}

/* CUSTOM CAREER SLIDER HEADER */

#career-header-slider {
	width:100%;
	height: auto; /*500px;*/
	position:relative;
	overflow:hidden;
}
@keyframes load {
	from { left:-100%; }
	to { left:0; }
}
.career-slides {
	width:715%;
	height:100%;
	position:relative;
	-webkit-animation:slide 40s infinite;
	-moz-animation:slide 40s infinite;
	animation:slide 40s infinite;
}
.career-slider {
	width: 13.99%;
	height:100%;
	float:left;
	position:relative;
	z-index:1;
	overflow:hidden;
}
.slide img {
	width:100%;
	height:100%;
}
.image{
	width:100%;
	height:100%;
}
.image img{
	width:100%;
	height:100%;
}

@media screen and (max-width: 768px) {
	#career-header-slider {

	}
}

/* Animation */
@-webkit-keyframes slide {
	0%,100%{
		margin-left:0%;
	}
	12.5%{
		margin-left:0%;
	}
	18.5%{
		margin-left:0%;
	}
	25%{
		margin-left:-100%;
	}
	31%{
		margin-left:-100%;
	}

	37.5%{
		margin-left:-200%;
	}
	43.5%{
		margin-left:-200%;
	}
	50%{
		margin-left: -300%;
	}
	56%{
		margin-left:-300%;
	}
	62.5%{
		margin-left:-400%;
	}
	68.5%{
		margin-left:-400%;
	}
	75%{
		margin-left:-500%;
	}
	81%{
		margin-left:-500%;
	}
	87.5%{
		margin-left:-600%;
	}
	93.5%{
		margin-left:-600%;
	}
}
@-moz-keyframes slide{
	0%,100%{
		margin-left:0%;
	}
	12.5%{
		margin-left:0%;
	}
	18.5%{
		margin-left:0%;
	}
	25%{
		margin-left:-100%;
	}
	31%{
		margin-left:-100%;
	}

	37.5%{
		margin-left:-200%;
	}
	43.5%{
		margin-left:-200%;
	}
	50%{
		margin-left: -300%;
	}
	56%{
		margin-left:-300%;
	}
	62.5%{
		margin-left:-400%;
	}
	68.5%{
		margin-left:-400%;
	}
	75%{
		margin-left:-500%;
	}
	81%{
		margin-left:-500%;
	}
	87.5%{
		margin-left:-600%;
	}
	93.5%{
		margin-left:-600%;
	}
}
@keyframes slide {
	0%,100%{
		margin-left:0%;
	}
	12.5%{
		margin-left:0%;
	}
	18.5%{
		margin-left:0%;
	}
	25%{
		margin-left:-100%;
	}
	31%{
		margin-left:-100%;
	}

	37.5%{
		margin-left:-200%;
	}
	43.5%{
		margin-left:-200%;
	}
	50%{
		margin-left: -300%;
	}
	56%{
		margin-left:-300%;
	}
	62.5%{
		margin-left:-400%;
	}
	68.5%{
		margin-left:-400%;
	}
	75%{
		margin-left:-500%;
	}
	81%{
		margin-left:-500%;
	}
	87.5%{
		margin-left:-600%;
	}
	93.5%{
		margin-left:-600%;
	}
}


/* FLIP CARDS */
.flip-card {
	background-color: transparent;
	width: 300px;
	height: 300px;
	perspective: 1000px;
	border-radius: 10px;
	cursor: pointer;
}

.vertical-lg {
	width: 420px;
	height: 550px;
}
.vertical-sm {
	width: 340px;
	height: 410px;
}
.horizontal-lg {
	width: 700px;
	height: 300px;
}
.horizontal-sm {
	width: 630px;
	height: 230px;
}
.square-lg {
	width: 470px;
	height: 470px;
}
.square-md {
	width: 350px;
	height: 350px;
}
.square-sm {
	width: 245px;
	height: 245px;
}

.overlay-square-front,
.overlay-square-back {
	width: 400px;
	height: 140px;
	position: absolute;
	left: 30px;
	top: -13px;
	border-radius: 10px;
	transform: rotate(174deg);
	line-height: normal;
}
.overlay-square-front {
	background: white;
	transform: rotate(174deg);
	border: 1px solid #e8e4e4; /*#f0efef*/
	box-shadow: rgba(71, 71, 71, 0.45) -8px -10px 8px 0px;
}
.overlay-square-front span {
	transform: rotate(180deg);
}
.overlay-square-back {
	z-index: -1;
	transform: rotate(-174deg);
	background: #fde1c7;
}
.overlay-text-one {
	font-size: 56px;
}
.overlay-text-two {
	font-size: 45px;
}

.mt4pct {
	margin-top: 4%;
}
.-mt4pct {
	margin-top: -4%;
}

.mt5pct {
	margin-top: 5%;
}
.mt8 {
	margin-top: 8%;
}
.-mt8,
.-mt8pct,
.-mt-storeimg {
	margin-top: -8%;
}
.mt20 {
	 margin-top: 20%;
}
.mt33pct {
	 margin-top: 33%;
 }
.p25px {
	padding: 25px;
}
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	border-radius: 10px;
}

.flip-card-title {
	color: #fff;
	font-size: 47px;
	position: absolute;
	padding: 20px;
	text-align: left;
	line-height: 1.15em;
	font-weight: 600;
}
.flip-card-title.vert-sm {
	top: 190px;
}
.flip-card-title.vert-lg {
	top: 370px;
}
.flip-card-title.horiz-lg {
	top: 90px;
}
.flip-card-title.sq-lg {
	font-size: 38px;
	bottom: 4%;
	padding-left: 20%;
}
.flip-card-title.sq-md {
	font-size: 38px;
	bottom: 5%;
	padding-left: 10%;
}
.flip-card-title.sq-sm {
	font-size: 38px;
	bottom: 5%;
	padding-left: 10%;
 }


.flip-card-content {
	padding: 70px 30px 30px;
	font-size: 18px;
}
.flip-card-content.square,
.flip-card-content.vert-lg {
	padding: 30px 30px 30px;
}
.flip-card-content.horiz-sm {
	padding: 60px 30px 30px;
}
.flip-card-content.pd-square-xlg,
.flip-card-content.pd-horiz-xlg {
	padding: 100px 60px 50px;
}

.flip-card-content.pd-square-lg {
	padding: 30px
}
.flip-card-content.pd-square-md {
	padding: 35px 35px 0px;
	line-height: 1.35em;
}
.flip-card-content.pd-square-sm {
	padding: 5px;
}


.flip-card:hover .flip-card-inner.rotateY  {
	transform: rotateY(180deg);
}
.flip-card:hover .flip-card-inner.rotateX  {
	transform: rotateX(-180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-front {
	background-color: rgba(238, 114, 2, 1);
	border-radius: 10px;
}
.flip-card-back {
	border-radius: 10px;
	color: white;
}
.flip-card-back.rotateY {
	transform: rotateY(180deg);
}
.flip-card-back.rotateX {
	transform: rotateX(180deg);
}

img.flip-card-image {
	border-radius: 10px;
	opacity: 0.29;
	width: 100%;
	height: 100%;
}

.btn-career-custom {
	color: #ee7202;
	width: 100%;
	font-size: 39px;
	box-shadow: rgb(71 71 71 / 20%) 7px 7px 14px -2px;
	border-radius: 10px;
	background: #fff;
	padding: 5px 5px 0;
	vertical-align: middle;
}

.btn-career-custom:hover {
	color: #6f2283;
}

.cc-lg {
	font-size: 39px;
	padding: 30px 20px 20px;
}
.cc-sm {
	font-size: 39px;
	padding: 5px 5px 0;
}
.cc-ty {
	font-size: 27px;;
	padding: 5px 5px 0;
}

.cc-lg .content {
	width: 100%;
}

.text-first{
	font-size: 8rem;
	line-height: .95em;
	letter-spacing: 2.2px;
}
.text-first-md,
.text-second-md {
	line-height: .95em;
	letter-spacing: 2.2px;
}
.text-first-md {
	font-size: 57px;
}
.text-second-md {
	font-size: 47px;
}
.text-second {
	font-size: 5rem;
}
#card2 {
	margin-top: 8%;
}
#card3 .flip-card-title {
	top: 20%;
	width: 50%;
	left: 27%;
}
/* FLIP CARDS END */

/* END */


.circle-image-small {
	left: 13%;
	top: 37%;
}
.circle-image-small.more-orange-pos {
	left: 10%;
	top: 23%;
}
.circle-image-small.benefits-pos {
	left: 16%;
	top: 37%;
}
.custom-career-mt {
	position:relative;
	top: -100px;
}
.custom-career-mt-text {
	position: absolute;
	bottom: 25%;
	left:25%;
}
.pd-l10pct,
.pd-l15pct{
	padding-left: 0;
}
.xs-pt12pct {
	padding-top:0;
}

.xs-mb7 {
	margin-bottom: 0px;
}
.lg-mb7 {
	margin-bottom: 70px;
}
@media screen and  (min-width: 1024px) and (max-width: 1180px) {
	#career-title.fs150px {
		font-size: 18rem;
		text-align: left;
		padding-left: 3%;
	}
	#benefits-title.fs138px {
		font-size: 144px;
	}
	.flip-card#card1 {
		width: 350px;
		height: 450px;
	}

	.flip-card#card2,
	.flip-card#card3 {
		width: 530px;
		height: 300px;
	}

	.flip-card#card4 {
		width: 350px;
		height: 540px;
		margin-top: -24%;
	}


	.flip-card-back .flip-card-content {
		font-size: 16px;
	}
	#card3 .flip-card-title {
		top: 37%;
		width: 80%;
		left: 0;
	}
	.flip-card-title.horiz-lg,
	.flip-card-title.vert-lg,
	.flip-card-title.horiz-sm,
	.flip-card-title.vert-sm {
		top: 110px;
		width: 80%;

	}
	.flip-card-back {
		text-align: left;
	}
	.-mt8 {
		margin-top: 5%;
	}
	.-mt8pct {
		margin-top: 0;
	}
	.mt20 {
		margin-top: 5%;
	}
	.mt33pct {
		margin-top: -20%;
	}
	.-mrt50px,
	.-mrt78px {
		margin-top: 0;
	}
	.-mt4pct {
		margin-top: 6%;
	}
	.pd-l10pct {
		padding-left: 10%;
	}
	.pd-l15pct {
		padding-left: 15%;
	}
	.sm-pl18pct {
		padding-left: 25%;
	}
	.text-first {
		font-size: 6rem;
		line-height: .95em;
		letter-spacing: 2.95px;
	}
	.text-second {
		font-size: 4rem;
	}

	.circle-image-small {
		top: 40%;
		left: 10%;
	}
	.circle-image-small.more-orange-pos {
		left: 10%;
		top: 35%;
	}
	.career-bg-image {
		background-position: 0% 7px;
		height: 350px;
	}
	.career-bg-image.more-orange {
		background-position: 1px 5px;
		margin-top: -5%;
	}
	.custom-career-mt {
		position:relative;
		top: -90px;
	}
	.custom-career-mt-text {
		position: absolute;
		bottom: 25%;
		left: 28%;;
	}
	.-mt-storeimg {
		margin-top: -5%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 920px) {
	#career-title.fs150px {
		font-size: 136px;
		text-align: center;
	}
	#job-title.fs120px {
		font-size: 85px;
		margin-top: 3%;
	}
	#benefits-title.fs138px {
		font-size: 109px;
	}
	.flip-card#card1,
	.flip-card#card2 {
		width: 340px;
		height: 410px;
	}
	.flip-card#card3,
	.flip-card#card4 {
		width: 700px;
		height: 300px;
	}
	.flip-card#card4 {
		margin-top:5%;
	}

	#card2 {
		margin-top: 0%;
	}
	.flip-card-back .flip-card-content {
		font-size: 16px;
	}
	.flip-card-title.horiz-lg,
	.flip-card-title.vert-lg,
	.flip-card-title.horiz-sm,
	.flip-card-title.vert-sm {
		top: 190px;
		width: 100%;
	}
	.flip-card-back {
		text-align: left;
	}
	.mt5pct {
		margin-top: 5%;
	}
	.-mt8 {
		margin-top: 5%;
	}
	.-mt8pct {
		margin-top: 0;
	}
	.-mrt50px,
	.-mrt78px {
		margin-top: 0;
	}
	.mt20 {
		margin-top: 12%;
	}
	.sm-mt30pct {
		margin-top: 30%;
	}
	.pd-l10pct{
		padding-left: 0;
	}
	.pd-l15pct {
		padding-left: 0%;
	}
	.sm-pl18pct {
		padding-left: 18%;
	}
	.lg-mb7 {
		margin-bottom: 20px;
	}
	.text-first {
		font-size: 8rem;
		line-height: .95em;
		letter-spacing: 2.95px;
	}
	.text-second {
		font-size: 5rem;
	}
	.text-first-md {
		font-size: 54px;
	}
	.text-second-md {
		font-size: 45px;
	}
	.circle-image-small {
		top: 35%;
		left: 15%
	}
	.circle-image-small.more-orange-pos {
		left: 10%;
		top: 25%;
	}
	.career-bg-image {
		background-position: 10% 10px;
		margin-top: -10%;
	}
	.career-bg-image.more-orange {
		background-position: 1px -52px;
		margin-top: 2%;
	}
	.cc-sm {
		width: 50%;
		font-size: 39px;
		padding: 5px 5px 0;
		vertical-align: middle;
	}
	.custom-career-mt {
		position:relative;
		top: -70px;
	}
	.custom-career-mt-text {
		position: absolute;
		bottom: 25%;
		left: 36%;;
	}
	.-mt-storeimg {
		margin-top: 0%;
	}
}

@media screen and (max-width: 430px) {
	#career-title.fs150px {
		font-size: 69px;
		text-align: center;
	}
	#info-title.fs120px,
	#benefits-title.fs120px,
	#job-title.fs135px {
		/* font-size: 70px;
		line-height: 75px; */

		font-size: clamp(4.5rem, 10.5vw + 1.6rem, 6rem);
		line-height: 1.1;

	}
	#info-title.fs120px {
		margin-top: 10%;
	}
	#job-title.fs120px{
		margin-top: 3%;
	}
	#benefits-title.fs138px {
		font-size: 52px;
	}
	.flip-card#card4 {
		margin-top: 5%;
	}
	.flip-card#card1,
	.flip-card#card2,
	.flip-card#card3,
	.flip-card#card4 {
		width: 350px;
		height: 450px;
	}
	#card3 .flip-card-title {
		top: 50%;
		width: 85%;
		left: 0;
	}
	.flip-card-back .flip-card-content {
		font-size: 14px;
	}
	.flip-card-title.horiz-lg,
	.flip-card-title.vert-lg,
	.flip-card-title.horiz-sm,
	.flip-card-title.vert-sm {
		top: 190px;
		width: 100%;
	}
	.flip-card-back {
		text-align: left;
	}
	.-mt8 {
		margin-top: 5%;
	}
	.-mt8pct {
		margin-top: 0;
	}
	.lg-mb7 {
		margin-bottom: 25px;
	}
	.-mrt50px,
	.-mrt78px {
		margin-top: 0;
	}
	.sm-pl18pct {
		padding-left: 0%;
	}
	.mt4pct{
		margin-top: 14%;
	}
	.text-first {
		font-size: 52px;
		line-height: .95em;
		letter-spacing: 2.95px;
	}
	.text-second {
		font-size: 35px;
	}
	.text-first-md {
		font-size: 36px;
	}
	.text-second-md {
		font-size: 30px;
	}
	.circle-image-small {
		position: relative;
		top: 47%;
		left: 0%
	}
	.circle-image-small.more-orange-pos {
		left: 12%;
		top: 38%;
	}
	.career-bg-image {
		background-position: 15% 11px;
		margin-top: -20%;
	}
	.career-bg-image.more-orange {
		background-position: 1px 3px;
		margin-top: -5%;
	}
	.career-bg-image.jobs {
		height: 300px;
		background-position: 1px 4px;
		margin-top: -12%;
	}
	.custom-career-mt {
		position:relative;
		top: -50px;
	}
	.custom-career-mt-text {
		position: absolute;
		bottom: 5%;
		left: 0%;
	}
	.square-lg {
		width: 380px;
		height: 400px;
	}
	.flip-card-title.sq-lg {
		padding-left: 13%;
	}
	.overlay-square-front,
	.overlay-square-back {
		width: 320px;
		height: 110px;
	}
	.overlay-text-one {
		font-size: 40px;
	}
	.overlay-text-two {
		font-size: 32px;
	}
	.overlay-square-front{
		box-shadow: rgba(71, 71, 71, 0.40) -5px -8px 9px -1px;
	}
	.xs-pl0 {
		padding-left: 0;
	}
	.mt20 {
		margin-top: 15%;
	}
	.pd-l10pct {
		padding-left: 0%;
	}
	.xs-pt12pct {
		padding-top: 12%;
	}
	.-mt-storeimg {
		margin-top: -2%;
	}
	
}

@media screen and (min-width: 360px) and (max-width: 395px) {
	#career-title.fs150px {
		font-size: 57px;
	}
	#benefits-title.fs120px {
		font-size: 50px;
		line-height: 75px;
	}
	#job-title.fs120px{
		font-size: 70px;
		margin-top: 3%;
	}
	.flip-card#card1,
	.flip-card#card2,
	.flip-card#card3,
	.flip-card#card4 {
		width: 330px;
		height: 450px;
	}
	#card3.flip-card-title {
		top: 0;
		width: 0;
		left: 0;
	}
	.flip-card-content.pd-square-xlg,
	.flip-card-content.pd-horiz-xlg {
		padding: 90px 20px 50px;
	}
	.flip-card-back .flip-card-content {
		font-size: 14px;
	}
	.flip-card#card4 {
		margin-top: 8%;
	}
	.pd-l10pct {
		padding-left: 0%;
	}
	.xs-mb7 {
		margin-bottom: 70px;
	}
	.lg-mb7 {
		margin-bottom: 15px;
	}
	.xs-pt12pct {
		padding-top: 12%;
	}
	.cc-sm,
	.cc-md {
		font-size: 35px;
	}
	.square-lg {
		width: 350px;
		height: 350px;
	}
	.overlay-square-front,
	.overlay-square-back {
		width: 290px;
		height: 110px;
	}
	.overlay-text-one {
		font-size: 38px;
	}
	.overlay-text-two {
		font-size: 31px;
	}
	.career-bg-image.jobs {
		height: 270px;
		background-position: 1px 4px;
		background-size: cover;
		margin-top: -12%;
	}
	.flip-card-content.pd-square-lg {
		padding: 10px;
	}
	.text-first {
		font-size: 49px;
	}
	.text-second {
		font-size: 33px;
	}
	.text-first-md {
		font-size: 34px;
	}
	.text-second-md {
		font-size: 28px;
	}
	.-mt-storeimg {
		margin-top: 5%;
	}
}


/* ACTIVE FONT */
.font-active-reg {
	font-family: "active", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font-active-reg-one {
	font-family: "active-one",  sans-serif;
	font-weight: 400;
	font-style: normal;
}
.font-active-reg-two {
	font-family: "active-two", sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* END */
.btn,
.btn-outline {
	border-radius: 3px;
}
.product-box {
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-shadow: 0 4px 10px 0 rgb(0 0 0 / 11%);
	padding: 15px;
}
.product-box__title a {
	color: #474747;
	font-weight: 700;
}
.product-box__title a:hover {
	color: #ee7202;
}
.product-box a.btn,
.product-box a.btn-outline {
	color: #ee7202;
}
.product-box a.btn:hover,
.product-box a.btn-outline:hover {
	color: #6f2283;
}
.btn-prescription-order {
	background: #ffcfa5;
	color: #ee7202;
}
.btn-prescription-order:hover {
	background: #ee7202;
	color: #fff!important;
}

/** WHATS APP**/
.spn-whatsApp {
	padding-top: 6px;
	display: block;
}
/** END **/

a.package-size-container:hover > div {
	background: #f7f7f7;
}
.starRating{
	display        : inline-block;
	position       : relative;
	height         : 16px;
	background     : url('/assets/master/img/design/icons/star_off.gif');
	vertical-align : bottom;
}

.starRating div{
	float    : left;
	position : relative;
	height   : 16px;
}

.starRating input{
	position : relative;
	z-index  : 1;
	width    : 16px;
	height   : 16px;
	margin   : 0;
	padding  : 0;
	opacity  : 0;
}

.starRating label{
	position : absolute;
	top      : 0;
	left     : 0;
	width    : 100%;
	height   : 16px;
}

.starRating span{
	display : none;
}

.starRating       input:checked       + label,
.starRating:hover input:checked:hover + label{
	background : url('/assets/master/img/design/icons/star_on.gif');
}

.starRating:hover input:checked + label{
	background : transparent;
}

.starRating:hover input:hover + label{
	background : url('/assets/master/img/design/icons/star_on.gif');
}

.popover-rating {
	margin-left: 150px;
}

.popover-rating-link a, a:hover {
	text-decoration: none;
}
.popover {
	color: #1B81B2;
}
.popover-ratingbar-wrapper {
	clear: both;
	padding: 10px;
	font-weight: normal !important;
}
.popover-ratingbar-label-starinfo {
	float: left;
	font-size: 12px;
	margin-right: 10px;
	height: 12px;
	width: 50px;
}
.popover-ratingbar-label-ratinginfo {
	float: left;
	font-size: 12px;
	margin-left: 10px;
	height: 12px;
}
.popover-progress-wrapper {
	width: 120px;
	float: left;
}
.popover-rating-footer {
	clear: both;
	text-align: center;
	padding-top: 10px;
	font-size: 10px;
}
.progress {
	height: 12px;
	margin: 3px;
}
.progress-bar-warning {
	background-color: #83AD2E;
}

.ratingbar {
	clear: both;
}

.rating-bars {
	float: left;
	width: 300px;
}

.ratingbar-label1 {
	float: left;
	font-size: 12px;
	height: 12px;
	margin-right: 10px;
	width: 50px;
}

.ratingbar-label2 {
	float: left;
	font-size: 12px;
	height: 12px;
}

.progress-wrapper {
	float: left;
	width: 120px;
}

.progress {
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	overflow: hidden;
	height: 12px;
	margin: 3px;
}

.progress-bar-warning {
	background-color: #83AD2E;
}

.progress-bar {
	background-color: #83AD2E;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
	color: #ffffff;
	float: left;
	font-size: 12px;
	height: 100%;
	line-height: 20px;
	text-align: center;
	transition: width 0.6s ease 0s;
	width: 0;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-size: 14px;
	line-height: 1.42857143;
	text-align: left;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.dropzone .dz-preview .dz-details .dz-filename,.mm-divider>span,.mm-navbar .mm-breadcrumbs,div.DTS tbody td,div.DTS tbody th,table.dataTable tbody td.dt-body-nowrap,table.dataTable tbody th.dt-body-nowrap,table.dataTable td.dt-nowrap,table.dataTable tfoot td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable th.dt-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable thead th.dt-head-nowrap,table.dataTable.nowrap td,table.dataTable.nowrap th {
	white-space: nowrap
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.carousel,.carousel-inner {
	position: relative
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.left>.arrow:after,.popover.right>.arrow:after {
	bottom: -10px;
	content: " "
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	left: 1px;
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25)
}

.popover.left>.arrow:after {
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff
}
.cus-container {
	min-height: 23px;
}

.h-110 {
	height: 110px;
}
.h-75 {
	height: 75px;
}
.h-95 {
	height: 95px;
}

/* END */

/* Fix for images in product box */
.product-box__image > a > img {
	min-width: 170px;
}
/* Atropin Page */
.cus-fa-circle {
	position: relative;
	bottom: 1px;
	right: 3px;
	font-size: 6px;
}
.cus-fa-map-marker {
	position: relative;
	bottom: 2px;
	right: 3px;
	font-size: 16px;
}
/* END */

/* DETAIL PRODUCT INFO NAV TABS */
.product-detail .nav-tabs > li > a {
	color: #1d1d1b;
	border: 1px solid #ededed;
	border-radius: 0;
	padding: 7px 10px;
	text-transform: none;
	font-size: 16px;
	margin-right: 8px;
	margin-bottom: 5px;
	background: #f7f7f7;
	border-radius: 3px;
}
.product-detail .nav-tabs > li.active > a,
.product-detail .nav-tabs > li.active > a:hover,
.product-detail .nav-tabs > li.active > a:focus {
	color: #ee7202;
	border: none;
	border: 1px solid #ee7202;
	cursor: default;
}
.product-detail .nav-tabs > li > a:hover {
	color: #ee7202;
}
/* END */

/* CARE AID*/

.cus-circle-imgbg {
	height: 40px; 
	align-items: center; 
	font-size: 1.15em;
	background-image: url('/documents/products/Statisch/Pflegehilfsmittel/nr_bg_50x50.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: initial;
	background-position: 50% 50%;
}

.cap-info-image {
	top:56%; 
	width:23%; 
	right:5%; 
	position:absolute;
}

.cap-image-right {
	width:55%; 
	top:-79%; 
	left:73%; 
	position:absolute; 
}
.cap-image-left {
	width:21%; 
	top:20%; 
	left:21%; 
	position:absolute; 
}
.list-cover-img {
	width: 7%;
}

@media only screen and (width: 1280px) {
	.cap-image-left {
		width: 35%;
		top: 27%;
		left: 0%;
		position: absolute;
	}

	.cap-image-right {
		width: 55%;
		top: -95%;
		left: 65%;
	}
	.list-cover-img {
		width: 5%;
	}
}
@media only screen and (min-width: 921px) and (max-width: 1180px) { 
	.cap-image-left {
		width: 35%;
		top: 36%;
		left: 0%;
		position: absolute;
	}

	.cap-image-right {
		width: 100%;
		top: -5%;
		left: 100%;
	}
	.list-cover-img {
		width: 15%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 920px) { 
	.cap-info-image {
		top: 28%;
		width: 35%;
		right: 2%;
	}
	.cap-image-right {
		width: 94%;
		top: 0%;
		left: 99%;
	}
	.cap-image-left {
		width: 55%;
		top: 74%;
		left: -13%;
		position: absolute;
	}
	.list-cover-img {
		width: 11%;
		margin-top: 3%;
	}
}
@media screen and (max-width: 428px)  { 
	.cap-info-image {
		top: 17%;
		width: 39%;
		right: -2%
	}
	.cap-image-right {
		width: 95%;
		top: -12%;
		left: 53%;
		position: absolute;
	}
	.cap-image-left {
		width: 55%;
		top: 74%;
		left: -13%;
		position: absolute;
	}
	.list-cover-img {
		width: 11%;
		margin-top: 3%;
	}
	
}
/* END */

.sf-bundle>.search input[type=search] {
	padding: 12px !important;
	background-color: #f2f2f2 !important;
}

.sf-bundle>.search > a {
	background: #6f2283;
	width: 115px;
	height: 50px !important;
	flex: auto;
	justify-content: center;
}
.modal {
	z-index: 105000 !important;
}

form[name="newsletter-form"]{
	div{
		input{
			width: 100%;
		}
	}
}
