@charset "UTF-8";

@media (min-width:576px){}
@media (max-width:768px){
	body#body footer a.footerlinelink {
		font-size: 1rem;
		display: block!important;
	}
	
	#body footer .legal a + a {
		margin: auto;
	}

	#body footer .legal a + a {
		margin: auto!important;
	}
}
@media (min-width:992px){}
@media (min-width:1200px){}
@media (min-width:1400px){}


.sharebox {
	position: relative;
	padding-bottom:1rem;
	padding-top:0;
	margin:0;
	padding-top: 7rem;
	clear:both; /* compatible with old styles*/
}

.sharebox a,
.sharebox a:hover {
	margin:1rem;
	padding:0;
	border:0;
}

.sharebox .totop{
	position: absolute;
    bottom: -2rem;
    text-align: center;
    width: 100%;
    background: #fff;
}


.sharebox img {
	width:2rem;
}


@media (min-width:576px){
	.sharebox a,
	.sharebox a:hover {
		padding:1rem;
	}
	.sharebox .totop{
		bottom:3rem;
		right:2rem;
		width: auto;
		position:absolute;
	}

}


footer{
	color: rgb(226, 135, 135);
	padding-bottom:3rem;
	padding-top:0;
	margin:0;
 margin-top: 1rem; /*auskommentiert für Produktseite */
}

/* footer is boxed auf nichtstartseiten, wegen wrapper*/
footer{
	background-color:rgba(250,247,245,1);
	color: rgba(100,100,100,1);
}

footer ul,
footer li {
	list-style-type: none;
	margin:0;
	padding:0;
}

body#body footer a,
body#body footer h2 {
	font-size:1.125rem;
	line-height: 2.19rem;
	padding:0;
	margin:0;
	color: #2d2d2d;
}
body#body footer h2 {
	margin:3rem 0 1rem 0;
	display: inline-block;
	border-bottom: 2px solid #2d2d2d;
}

/* footer entwurf */
body#body footer .row {
	padding:3rem 0 1rem 0;
}
/** **/

body#body footer div div a:not(:last-of-type) {
	margin-right: 1rem;
}

body#body footer li{
	border:0;
}

body#body footer a{
	border-bottom:0;
	text-decoration: none;
	background:none;
}

body#body footer a:hover{
	text-decoration: underline;
	background:none;
}

body#body footer hr {
	margin-top: 1rem;
}

body#body footer a.footerlinelink {
	font-size: 1rem;
	display: inline;
}

#body footer .legal a + a {
	margin-left:1rem;
}

#body footer a.socIcon {
	float:left;
	margin-right: 1rem;
}