/*	Footer		---------------------------------------------------------------------------------------------------- */


footer {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background: #FFF;
    border-top: 1px solid #CDCDCD;
	overflow: auto;
	z-index: 99;
}
footer div {
	display:block;
	width:100%;
    max-width: 1920px;
	height:auto;
	padding: 50px 100px 50px 50px;
    margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
footer span {
	display:block;
    float: left;
	width: 33.3333%;
	padding:0 40px;
	margin:0 0 40px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align: left;
}
footer span:first-of-type {
	padding:0 40px 0 0;
}
footer span:last-of-type {
	padding:0 0 0 40px;
}
footer h1 {
	font-family: 'latoheavy', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 16px;
    text-transform: uppercase;
	color: #CDCDCD;
	padding: 0 0 20px;
	margin: 0 auto 40px;
    border-bottom: 1px dotted #CDCDCD;
	text-align: left;
}
footer p {
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
	color: #A7A7A7;
	font-size: 15px;
}
footer p.pre {
	-moz-tab-size:10; 
	-ms-tab-size:10;
	tab-size:10; 
	white-space: pre;
}
footer p.pre br {
    display: none;
}
footer span.links div {
    width: 100%;
    height: 60px;
    display: block;
    padding: 0;
    margin: 0;
    overflow: visible;
    clear:left;
}
footer span.links p {
    width: auto;
    max-width: 50%;
    height:auto;
    float: left;
    margin:20px 0;
    padding:0 0 0 20px;
    border-left: 1px solid #A7A7A7;
    -webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
footer span.links img {
    float: left;
    width: 120px;
    height: auto;
}
footer strong {
	font-family: 'latobold', Helvetica Neue, Arial, Helvetica, sans-serif;
}
footer a {
	color: #898989;
}
footer a:hover {
	color: #BB2A22;
}

footer nav {
    position:relative;
    display: block;
	width:100%;
	font-family: 'latoregular', Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CDCDCD;
	border-top: 1px dotted #CDCDCD;
    padding:30px 0 0;
	margin:0;
    overflow: hidden;
    text-align: left;
}
footer nav em {
	font-family: 'latolight', Helvetica Neue, Arial, Helvetica, sans-serif;
    padding:0 40px 0 0;
}
footer nav p {
	color: #CDCDCD;
    padding:0;
}
footer nav a {
    padding:0 40px 0 0;
}
footer nav a i {
    font-size: 20px;
    vertical-align: -2px;
}


/****************************************************************************************************/

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

footer div {
    max-width: 100%;
	padding: 50px 400px 50px 50px;
    margin:0;
}
    
}

/****************************************************************************************************/

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

/*	Footer		---------------------------------------------------------------------------------------------------- */

footer h1 {
	margin: 0 auto 30px;
}
footer span {
	padding:0 30px;
	margin:0 0 30px;
}
footer span:first-of-type {
	padding:0 30px 0 0;
}
footer span:last-of-type {
	padding:0 0 0 30px;
}

footer span.links div {
    height: 50px;
}
footer span.links p {
    margin:15px 0;
}
footer span.links img {
    width: 100px;
}
footer nav {
    padding:30px 0 0;
}
footer nav a {
    padding:0 30px 0 0;
}
	
}


/****************************************************************************************************/

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

/*	Footer		---------------------------------------------------------------------------------------------------- */


footer div {
	padding: 30px 310px 30px 30px;
}
footer span {
	padding:0 20px;
	margin:0 0 20px;
}
footer span:first-of-type {
	padding:0 20px 0 0;
}
footer span:last-of-type {
	padding:0 0 0 20px;
}
footer h1 {
	font-size: 15px;
	margin: 0 auto 20px;
}
footer p {
	font-size: 13px;
} 
footer span.links div {
    height: 40px;
}
footer span.links p {
    margin:10px 0;
    padding-left: 10px;
}
footer span.links img {
    width: 80px;
}
footer nav {
	font-size: 13px;
    padding:20px 0 0;
}
footer nav a {
    padding:0 20px 0 0;
}
footer nav a i {
    font-size: 18px;
}

}


/****************************************************************************************************/

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

	
/*	Footer		---------------------------------------------------------------------------------------------------- */

footer div {
	padding: 20px;
}
footer span {
	padding:0 20px;
	margin:0 0 20px;
}
footer span:first-of-type {
	padding:0 20px 0 0;
}
footer span:last-of-type {
	padding:0 0 0 20px;
}
footer h1 {
	font-size: 15px;
	padding: 0 0 20px;
}
footer p {
	font-size: 14px;
} 
footer nav {
    position: relative;
    display: block;
	font-size: 14px;
    padding:20px 0 0;
    top:auto;
    right:auto;
    width:100%;
    height:auto;
	background:transparent;
	opacity:1;
}
footer nav a {
    padding:0 20px 0 0;
}

}


/****************************************************************************************************/

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

	
/*	Footer		---------------------------------------------------------------------------------------------------- */


footer p {
	font-size: 13px;
}
footer p.pre {
	-moz-tab-size:0; 
	-ms-tab-size:0;
	tab-size:0; 
}
footer p.pre br {
    display: block;
}
footer nav {
	font-size: 13px;
    padding:20px 0 0;
}
	
	
}


/****************************************************************************************************/

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

	
/*	Footer		---------------------------------------------------------------------------------------------------- */


footer span,
footer span:first-of-type,
footer span:last-of-type {
    float: none;
	width: 100%;
	padding:0;
	margin:0 auto 20px;
	border: none;    
    border-bottom: 1px dotted #CDCDCD;
}
footer h1 {
    border-bottom: none;
}
footer span.links div:last-of-type {
	margin: 0 0 40px;
}
footer nav {
    border-top: none;
    padding:0;
}
footer nav a {
    padding:0 10px 0 0;
}
footer nav em {
    display: block;
    padding:20px 0 0;
}
    

}



/****************************************************************************************************/

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

	
/*	Footer		---------------------------------------------------------------------------------------------------- */

footer div {
	padding: 20px 10px;
}

}



/*
Farben

Rot: #BB2A22
Orange: #D7812C
Dunkelgrau: #898989
Grau: #A7A7A7
Hellgrau: #CDCDCD

*/