﻿/*
Schaefer Template
creation Date: 2018-07-04
Author: Sebastian Osinski
http://www.sebbi.net
*/

#footer-wrapper,
#footer-wrapper *{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#footer-wrapper{
	line-height: 60px;
	font-size: 12px;
}
#footer-wrapper a{
	font-weight: bold;
}
#footer-wrapper a:hover{
	text-decoration: underline;
}
#footer-wrapper p{
}
#footer-wrapper .content-tworow{
}

.content-sevenrow > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(11) > h3:nth-child(1):before{
	content: url('/images/grafiken/Schaefer_T_Shop_weiss.svg');
	position: absolute;
	top: 2px;
	left: -5px;
	width: 20px;
}
.content-sevenrow > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(11) > h3{
	padding-left: 30px;
}

@media (max-width: 1270px){
	#footer-wrapper td{
		text-align: center !important;
	}
	.content-sevenrow > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(11) > h3:nth-child(1):before{
		display: none;
	}
	.content-sevenrow > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(11) > h3{
		padding-left: 0px;
	}
}