/* Footer */
/*-

1. Wrapper
2. Top Footer
3. Main Footer
4. Footer Brands
5. Footer Spalten
6. Zahlungsarten
7. Secure
8. SEO
9. last Line
10. Logos

-*/


/*##########   1. Wrapper   ##########*/

#footer {
	margin-bottom: 50px;
}

/*##########   2. Top Footer   ##########*/
.FooterTopWrapper {
	background: #EEEEEE;
}
#footer .topFooter {
	color: rgba(117,117,117,1);
	text-align: center;
}
#footer .topFooter .row{
	display: block;
	padding: 30px 0 0 0;
}
#footer .topFooter .topFooterContent.topFooterOne,
#footer .topFooter .topFooterContent.topFooterTwo,
#footer .topFooter .topFooterContent.topFooterThree {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
#footer .topFooter .topFooterContentWrap {
     text-align: center;
}
#footer .topFooter .row:after{
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
#footer .topFooter .topFooterIcon {
	float: none;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
}

#footer .topFooter .topFooterIcon.iconOne {
	width: 42px;
	height: 42px;
	background: url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/qualitaet-sicherheit.svg) top center no-repeat;
	position: relative;
}
#footer .topFooter .topFooterIcon.iconTwo {
	width: 42px;
	height: 42px;
	background: url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/service-support.svg) top center no-repeat;
	position: relative;
}
#footer .topFooter .topFooterIcon.iconThree {
	width: 42px;
	height: 42px;
	background: url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/schnelle-lieferung.svg) top center no-repeat;
	position: relative;
}
#footer .topFooter .topFooterCopy p {
	font-size: 1em;
	text-transform: uppercase;
	padding-left: 0px;
	line-height: 1.25em;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
#footer .topFooter .topFooterContent a:after{
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
@media screen and (min-width: 768px){
	#footer .topFooter .topFooterContent.topFooterOne,
	#footer .topFooter .topFooterContent.topFooterTwo,
	#footer .topFooter .topFooterContent.topFooterThree {
		margin: 0px 0 30px 0;
		float: left;
		width: 33%;
	}
	
}
@media screen and (min-width: 992px){
	#footer .topFooter .topFooterIcon {
		float: left;
		margin-bottom: 0;
        position: relative;
        left: 35%;
	}
    #footer .topFooter .topFooterCopy  {
        -webkit-transform: translateX(20%);
            -ms-transform: translateX(20%);
                transform: translateX(20%);
        width: 65%;
	}
	#footer .topFooter .topFooterCopy p {
		padding-left: 50px;
        text-align: left;
        position: relative;
        left: 35%;
	}
	
}


/*##########   3. Main Footer   ##########*/
#footer .wrap {
	background:#3EA130; 
	color:#fff; 
	padding:30px 0 50px 0;
}
#footer .wrap a { 
	color:#fff;
}
footer .footerHl .h1 {
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

/*##########   4. Footer Brands   ##########*/

/* Footer Brands */
/*
footer .brand_list {
	margin-bottom: 40px;
	
	display: table; 
	display: box;
	display: flexbox;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	flex-direction: row;
  	flex-wrap: wrap;
  	justify-content: space-between;
  	align-content: space-between;
  	align-items: flex-start;
	-webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;	
}
footer .brand_list a{
	font-size: 0.875em;
	line-height: 2em;
	padding-right: 15px;
}
*/

/*##########   5. Footer Spalten   ##########*/
footer .head,
footer .content_head{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.8em;
	font-style: italic;
}

#footer ul li { 
	list-style:none; 
	border:none; 
	line-height:1.25em; 
	border:none; 
	font-size:1em;
}
#footer ul li a { 
	display:block;
	display: inline-flex;
	line-height:2em; 
	color:rgba(255,255,255,0.8);
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;}
#footer ul li a:hover { 
	color: #CCC!important;
	text-decoration:none; 
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#footer ul li a:before { 
	font: normal normal normal 16px/1 'Material Icons';
	display: inline-block;
  	font-size: inherit;
  	text-rendering: auto;
	text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	padding-right: 0.375em;
	position: relative;
    top: 8px;
	content: '\e5cc';
}

footer .footerTel a {
	font-size: 1.125em;
	line-height: 2em;
}
footer .footerTel p {
	font-size: 0.875em;
	line-height: 1.5em;
	margin-bottom: 1em;
	padding-right: 0px;
}

@media screen and (min-width: 768px) {
	footer .footerTel p {
		padding-right: 30px;
	}
}
/* Auf und zuKlappen der Footer-Spalten */
footer .customerInfoWrap {
	text-align: left;
	margin-bottom: 50px;
	display: block
}
#footer .customerInfoWrap:after{
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

.customerInfoBox {
	text-align: left;
	width: 100%; 
	padding-right: 2%;
	float: none;
	height: auto;
}
.customerInfoBox {
	text-align: left;
	width: 100%; 
	padding-right: 0%;	
}

@media screen and (min-width: 768px) {
	.customerInfoBox {
		float: left;
		    min-height: 207px;
	}
	.customerInfoBox {
		width: 48%; 
		padding-right: 2%;	
	}
	
}
@media screen and (min-width: 992px) {
	
	.customerInfoBox {
		width: 23%; 
		padding-right: 2%;
		margin-bottom: 0px;
		float: left;
	}
	.customerInfoBox:nth-child(1),
	.customerInfoBox:nth-child(2) {
		margin-bottom: 0px;
	}
}
.customerInfoBox.customerInfoBoxFull {
	float: none; 
	width:100%; 
}
.customerInfo { 
	height:auto; 
	overflow: hidden; 
}
.showMore {
	color: #fff;
	font-size: 0.875em;
	display: block; 
	padding: 15px 0 0 0; 
	cursor: pointer;
		-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
footer .showMore:hover,
footer .showMore:hover:before{
	color: rgba(240,135,23,1);
		-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.footerMeinung .content_head {
	margin-bottom: 10px;
}
.footerMeinung .content {
	font-size: 1em;
	line-height: 1.5em;
}
.footerMeinung .content img {
	margin: 10px 0;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.footerMeinung .content span img {
	width: 70px;
	height: 14px;
}
.footerMeinung .content a img {
	width: 200px;
	height: 65px;
	margin-left: 0!important;
}
.footerMeinung .content a {
	display: block;
}



/*##########   6. Zahlungsarten   ##########*/

#footer .eins {
	width: 100%;
	display: block;
	margin-bottom: 5em;
}
#footer .eins:after,
#footer .eins .social_icons:after,
#footer .payment_icons:after,
#footer .secure_icons:after{
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

footer .eins .title {
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	font-size: 1.25em;
	line-height: 1.8em;
	width: 100%;
	margin: 50px 0 30px 0;
}

#footer .eins .payment_icons,
#footer .eins .social_icons{
	text-align:center;
	width: 100%;
	display: block;
}

#footer .paymentIconWrap {
	display: inline-block;
	width: 50%;
	height: 50px;
	vertical-align: middle;
    height: auto;
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	#footer .paymentIconWrap {
		width: 20%;
		margin-bottom: 30px;
	}

}
@media screen and (min-width: 992px) {
	#footer .paymentIconWrap {
		width: 20%;
		margin-bottom: 20px;
	}

}
@media screen and (min-width: 1200px) {
	#footer .paymentIconWrap {
		width: 16%;
		margin-bottom: 0px;
	}
}





#footer .eins .payment_icons .paymentIconOnce {
	height: 40px;
	text-align: center;
	width: 100%;
    max-width: 100%;
}
@media screen and (min-width: 1200px) {
	#footer .eins .payment_icons .paymentIconOnce  {
		height: 40px;
	}
}
@media screen and (min-width: 1500px) {
	#footer .eins .payment_icons .paymentIconOnce  {
		height: 40px;
	}
}
#footer .eins .payment_icons .paypal {
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/paypal.svg) center center no-repeat;
	background-position: center; 
	background-size: 80% 80%;
}
#footer .eins .payment_icons .mastercard {
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/mastercard.svg) center center no-repeat;
}
@media screen and (min-width: 768px) {
	#footer .eins .payment_icons .mastercard {
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/mastercard.svg) center center no-repeat;

}
}
@media screen and (min-width: 992px) {
	#footer .eins .payment_icons .mastercard {
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/mastercard.svg) center center no-repeat;
}
}
@media screen and (min-width: 1200px) {
	#footer .eins .payment_icons .mastercard { 
	}
}
#footer .eins .payment_icons .visa {
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/visa.svg) center center no-repeat;
	background-size: 70% 70%;
}

#footer .eins .payment_icons .sofort {
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/sofortueberweisung.svg) center center no-repeat;
	background-position: center; 
}
/*
#footer .eins .payment_icons .amazon {
	background:url(../img_aufbau/amazon-pay.png) top center no-repeat;
	background-size: cover;
	height:30px;
	width: 46px;
	margin-top: 4px;
	margin-left: 0px;
}
*/
#footer .eins .payment_icons .vorkasse {
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/vorkasse.svg) center left no-repeat;
	padding-top: 7%;
	background-size: contain;
	background-position: center!important; 
}
@media screen and (min-width: 768px) {
	#footer .eins .payment_icons .vorkasse {
		background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/vorkasse.svg) center center no-repeat;
		background-size: contain;
	}
}
@media screen and (min-width: 992px) {
	#footer .eins .payment_icons .vorkasse {
		background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/vorkasse.svg) center left no-repeat;
		background-size: contain;
	}
}
@media screen and (min-width: 1200px) {
	#footer .eins .payment_icons .vorkasse {
		background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/vorkasse.svg) center center no-repeat;
		padding-top: 7%;
		background-size: contain;
	}
}
#footer .eins .payment_icons .nachnahme {
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/nachnahme.svg) center left no-repeat;
	padding-top: 7%;
	background-size: contain;
}
@media screen and (min-width: 992px) {
	#footer .eins .payment_icons .nachnahme {
		background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/nachnahme.svg) center center no-repeat;
		padding-top: 7%;
		background-size: contain;
	}
}
#footer .eins .payment_icons .rechnung {
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/rechnung.svg) center center no-repeat;
	padding-top: 7%;
	background-size: contain;
}

#footer .eins .payment_icons .lastschrift {
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/lastschrift.svg) center center no-repeat;
	padding-top: 7%;
	background-size: contain;
	background-position: center; 
}


/*
#footer .socialIconWrap {
	float: left;
	width: 50%;
	height: 50px;
}
*/


/*##########   7. Secure   ##########*/
#footer .secureIconWrap {
	display: inline-block;
	width: 50%;
	height: 55px;
	vertical-align: middle;
    height: auto;
	margin-bottom: 20px;
}
#footer .eins .secure_icons{
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
	#footer .secureIconWrap {
		width: 30%;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 992px) {
	#footer .secureIconWrap {
		width: 25%;
	}
}
@media screen and (min-width: 1200px) {
	#footer .secureIconWrap {
		width: 12.5%;
	}
}


/*
#footer .eins .secure_icons .global {
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/secure-global.png) center center no-repeat;
	height: 55px;
}
#footer .eins .secure_icons .geprueft {
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/geprueft.png) center center no-repeat;
	height: 55px;
}
#footer .eins .secure_icons .haendler {
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/haendler.png) center center no-repeat;
	height: 55px;
}
#footer .eins .secure_icons .idealo{
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/idealo.png) center center no-repeat;
	height: 55px;
}
@media screen and (min-width: 768px) {
	#footer .eins .secure_icons .haendler {
	background:url(https://www.stefansliposhop.de/templates/mastersls/img_aufbau/haendler.png) center center no-repeat;
}
}
*/




/*
#footer .eins .social_icons .social_icon {
	float: left;
	margin: 10px 15px 15px 0;
	float: left;
}


@media screen and (min-width: 992px) {

		#footer .eins .payment_icons,
		#footer .eins .social_icons{
			width: 100%;
		}
	
	#footer .eins .payment_icons,
#footer .eins .social_icons{
	width: 100%;
	margin-top:-5px;
}
	}
	
*/


/*##########   8. SEO   ##########*/

.seoWrapper h1, .seoWrapper h2, .seoWrapper h3, .seoWrapper h4, .seoWrapper h5, .seoWrapper h6 {
	margin-top: 1em;
	font-size: 1.125em;
}
.seoWrapper  ul {
	margin-bottom: 1.5em;
}
.seoWrapper  ul li {
    list-style-position: inside;
    list-style-type: none;
    text-indent: -1em;
    padding-left: 1em;
	margin-bottom: 0.5em;
}
.seoWrapper ul li::before {
    content: "\00b7";
	font-size: 16px;
    padding-right: 0.5em;
}
.seoWrapper p {
	margin-bottom: 0.5em;
}
.seoWrapper b,
.seoWrapper strong {
	font-style: italic;
	text-transform: uppercase;
}


footer .text {
	padding: 30px 0;
	text-align: left;
}
footer .text p {
 column-count: 2;
 column-width: 565px;
 column-gap: 10px;
 }
footer p.rights  {
	font-size: 0.875em;
	padding: 0;
	text-align: left;
	margin-top: 30px;
}
@media screen and (min-width: 992px) {
	footer .rights p {
		padding: 50px;
		text-align: center;
	}
}





/*##########   9. last Line   ##########*/
#footer .footerLastLine {
	font-size: 0.875em;
	line-height: 1.25em;
}
#footer .box.last {
		margin: 20px 0 0 0;
}
#footer .left_copy,
#footer .right_copy {
	float: none;
	width: 100%;
}
#footer .left_copy {
	margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
	#footer .left_copy,
	#footer .right_copy {
		float: left;
		width: 50%;
	}
	#footer .left_copy {
		margin-bottom: 0px;
	}
}
#footer .left_copy a,
#footer .right_copy a {
	text-decoration:none;
	-moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}
#footer .left_copy a:hover,
#footer .right_copy a:hover {
	color: rgba(255,211,0,1);
	cursor: pointer;
	-moz-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}


#footer .freitextbox, #footer p.rights {
	font-size: 14px;
	text-align: center;
}


/*##########   10. Logos   ##########*/
/*
#footer .footerLogos,
#footer .footerLogos ul li a{
	color: rgba(117,117,117,1)!important;
}
#footer .footerLogos ul {
	padding-top: 20px;
	padding-bottom: 30px;  
}

#footer .footerLogos ul li {
	float: left;
	width: 100%;
	display: block;
	list-style: none;
	overflow:hidden;
}
@media screen and (min-width: 450px) {
	#footer .footerLogos ul li {
	width: 50%;
}
}
@media screen and (min-width: 768px) {
	#footer .footerLogos ul li {
	width: 33.333%;
}
}
@media screen and (min-width: 992px) {
	#footer .footerLogos ul li {
	width: 20%;
}
}
#footer .footerLogos ul:after{
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


	#footer .footerLogos a {
	margin: 0 0 16px 0;
}

@media screen and (min-width: 992px) {
	#footer .footerLogos a {
	margin: 0 auto;
}
}

*/
/* 29.12.2020 MM */
