#prefooter {
	

	.maxwidth {
		border-top: 1px solid rgba(150,150,150,0.5);
		padding-top: 30px;
		padding-bottom: 30px;
		&:after { display: block; content: ""; clear: left; }
		.col {
			width: 25%;
			float: left;

			.headline {
				font-size: 15px;
				font-weight: 600;
				margin: 0 0 10px 0;
				display: block;
				color: #111;
			}

			.text {
				font-size: 14px;

				ul {
					list-style-type: none;
					margin: 0;
					padding: 0;

					@color: #555;
					li {
						margin: 0;
						padding: 0 0 0 10px;
						border-left: 1px solid @color;

						a {
							text-decoration: none;
							color: @color;
						}
						&:hover {
							position: relative;
							left: -1px;
							@color: #000;
							border-left: 3px solid @color;
							padding-left: 9px;

							a { color: @color;}
						};
					}
				}
			}

		}
	}
}




@media all and (min-width: 768px) and (max-width:1023px) {
	#prefooter {
	

		.maxwidth {
			padding-top: 25px;
			padding-bottom: 25px;
			.col {
				width: 23%;
				margin-right: 2%;
				.headline {
					font-size: 14px;
					margin: 0 0 8px 0;
				}

				.text {
					font-size: 13px;

					ul {
					
						li {
							padding: 0 0 0 8px;

							&:hover {
								padding-left: 7px;

							};
						}
					}
				}

			}
		}
	}
}

@media all and (min-width: 568px) and (max-width: 767px) {
	#prefooter {
	

		.maxwidth {
			padding-top: 20px;
			padding-bottom: 20px;
			.col {
				width: 23%;
				margin-right: 2%;
				.headline {
					font-size: 13px;
					margin: 0 0 8px 0;
				}

				.text {
					font-size: 12px;

					ul {
					
						li {
							padding: 0 0 0 6px;

							&:hover {
								padding-left: 5px;

							};
						}
					}
				}

			}
		}
	}
}

@media all and (max-width: 567px) {
	#prefooter {
	

		.maxwidth {
			padding-top: 20px;
			padding-bottom: 20px;
			.col {
				width: 49%;
				margin-right: 1%;
				margin-bottom: 20px;
				.headline {
					font-size: 13px;
					margin: 0 0 8px 0;
				}

				.text {
					font-size: 12px;

					ul {
					
						li {
							padding: 0 0 0 6px;

							&:hover {
								padding-left: 5px;

							};
						}
					}
				}

			}
		}
	}
}

footer {
	background-color: #F1F5F5;
	color: #666;
	padding: 40px 0 10px 0;
}

footer a { color: #666; }

footer .maxwidth:after { display: block; content: ""; clear: both; }
footer .box {
	float: left;
	margin: 0 50px 0 0;
}
footer .box.rightbox {
	float: right;
}

footer .box.adresse { width: 230px; }
footer .box.newsletter { width: 350px; }
footer .box.social { width: 320px; }

footer .box.adresse .adressfooter {
	margin: 15px 0 0 0;
}

footer .box.social .socialicons {
	text-align: right;
}
footer .box.social a i {
	width: 50px;
	height: 50px;
}

footer .box.social a i svg {
	width: 50px;
	height: 50px;
}

footer .box.social .zertifikate { text-align: right; margin: 0 0 30px 0;}

footer .box.social .zertifikate .zwrapper {
	display: inline-block;
	margin: 0 0 0 10px;
}

footer .box.social .zertifikate img {
	display: inline-block !important;
	width: auto;
	height: 60px;
}

footer .box .headline {
	font-size: 16px;
	line-height: 1;
	color: #000;
	margin: 0 0 20px 0;
}

footer .box form {
	margin: 15px 0 0 0;
}
footer .box form input {
	background-color: #FFF;
	font-size: 12px;
	color: #333333;
	color: rgba(51,51,51,0.6);
	border: 1px solid #FFF;
	height: 32px;
	box-sizing: border-box;
	padding: 0 0 0 10px;
}


footer .or-family {
	background-color: #006048;
	color: #fff;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 5px 0;
}

footer .or-family a {
	color: #fff;
	border: 1px solid #FFF;
	padding: 4px 10px;
	text-decoration: none;
}

footer .or-family .maxwidth {
	display:  flex;
	align-items: center;
	min-height: 44px;
}

footer .or-family img { margin-right: 1rem; }


footer .copyright {
	padding-bottom: 5px;
	font-size: 15px;
}
footer .copyright .left {
	margin: 0 30px 0 0;
}

footer .copyright .left ul li {
	margin:  0 10px 0 0;
}

footer .copyright .right { opacity: 0.8; }
footer .copyright .right a { text-decoration: none; }
#prefooter .maxwidth {
  border-top: 1px solid rgba(150, 150, 150, 0.5);
  padding-top: 30px;
  padding-bottom: 30px;
}
#prefooter .maxwidth:after {
  display: block;
  content: "";
  clear: left;
}
#prefooter .maxwidth .col {
  width: 25%;
  float: left;
}
#prefooter .maxwidth .col .headline {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px 0;
  display: block;
  color: #111;
}
#prefooter .maxwidth .col .text {
  font-size: 14px;
}
#prefooter .maxwidth .col .text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#prefooter .maxwidth .col .text ul li {
  margin: 0;
  padding: 0 0 0 10px;
  border-left: 1px solid #555;
}
#prefooter .maxwidth .col .text ul li a {
  text-decoration: none;
  color: #555;
}
#prefooter .maxwidth .col .text ul li:hover {
  position: relative;
  left: -1px;
  border-left: 3px solid #000;
  padding-left: 9px;
}
#prefooter .maxwidth .col .text ul li:hover a {
  color: #000;
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  #prefooter .maxwidth {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #prefooter .maxwidth .col {
    width: 23%;
    margin-right: 2%;
  }
  #prefooter .maxwidth .col .headline {
    font-size: 14px;
    margin: 0 0 8px 0;
  }
  #prefooter .maxwidth .col .text {
    font-size: 13px;
  }
  #prefooter .maxwidth .col .text ul li {
    padding: 0 0 0 8px;
  }
  #prefooter .maxwidth .col .text ul li:hover {
    padding-left: 7px;
  }
}
@media all and (min-width: 568px) and (max-width: 767px) {
  #prefooter .maxwidth {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #prefooter .maxwidth .col {
    width: 23%;
    margin-right: 2%;
  }
  #prefooter .maxwidth .col .headline {
    font-size: 13px;
    margin: 0 0 8px 0;
  }
  #prefooter .maxwidth .col .text {
    font-size: 12px;
  }
  #prefooter .maxwidth .col .text ul li {
    padding: 0 0 0 6px;
  }
  #prefooter .maxwidth .col .text ul li:hover {
    padding-left: 5px;
  }
}
@media all and (max-width: 567px) {
  #prefooter .maxwidth {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #prefooter .maxwidth .col {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 20px;
  }
  #prefooter .maxwidth .col .headline {
    font-size: 13px;
    margin: 0 0 8px 0;
  }
  #prefooter .maxwidth .col .text {
    font-size: 12px;
  }
  #prefooter .maxwidth .col .text ul li {
    padding: 0 0 0 6px;
  }
  #prefooter .maxwidth .col .text ul li:hover {
    padding-left: 5px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
	footer {
		padding: 35px 0 8px 0;
	}


	footer .box {
		margin: 0 40px 0 0;
	}

	footer .box.adresse { width: 210px; }
	footer .box.newsletter { width: 320px; }
	footer .box.social { width: 300px; }

	footer .box.adresse .adressfooter { margin: 12px 0 0 0; }

	footer .box.social a i {
		width: 45px;
		height: 45px;
	}

	footer .box.social a i svg {
		width: 45px;
		height: 45px;
	}

	footer .box.social .zertifikate { margin: 0 0 25px 0;}
	footer .box.social .zertifikate img { margin: 0 0 0 8px; }

	footer .box .headline {
		font-size: 15px;
		margin: 0 0 18px 0;
	}

	footer .box form {
		margin: 12px 0 0 0;
	}



	footer .or-family {
		margin-top: 25px;
		margin-bottom: 18px;
		padding: 4px 0;
	}

	footer .or-family a {
		padding: 3px 8px;
	}



	footer .copyright { padding-bottom: 5px; font-size: 14px; }
	footer .copyright .left { margin: 0 25px 0 0; }
	footer .copyright .left ul li { margin: 0 8px 0 0; }


}

@media all and (min-width: 768px) and (max-width:1023px) {
	footer {
		padding: 30px 0 6px 0;
	}

	footer .flexelement { display: flex; }
	footer .box {
		float: none;
		margin: 0 30px 0 0;
	}

	footer .box.adresse { width: 190px; }
	footer .box.newsletter { width: 230px; }
	footer .box.social { width: auto; flex: 1; }

	footer .box.adresse .adressfooter { margin: 10px 0 0 0; }

	footer .box form input { width: 120px; }

	footer .box.social a i {
		width: 33px;
		height: 33px;
	}

	footer .box.social a i svg {
		width: 33px;
		height: 33px;
	}

	footer .box.social .zertifikate { margin: 0 0 20px 0;}
	footer .box.social .zertifikate img { margin: 0 0 0 6px; }

	footer .box .headline {
		font-size: 15px;
		margin: 0 0 18px 0;
	}

	footer .box form {
		margin: 12px 0 0 0;
	}



	footer .or-family {
		margin-top: 25px;
		margin-bottom: 18px;
		padding: 4px 0;
	}

	footer .or-family a {
		padding: 3px 8px;
	}

	footer .or-family .maxwidth {
		line-height: 1.7;
	}


	footer .copyright { padding-bottom: 5px; font-size: 14px; }
	footer .copyright .left { margin: 0 25px 0 0; }
	footer .copyright .left ul li { margin: 0 8px 0 0; }
}

@media all and (min-width: 568px) and (max-width: 767px) {
	footer {
		padding: 25px 0 4px 0;
	}

	footer .flexelement { display: flex; }
	footer .box {
		float: none;
		margin: 0 20px 0 0;
	}

	footer .box.adresse { width: 190px; }
	footer .box.newsletter { width: 210px; }
	footer .box.social { width: auto; flex: 1; }

	footer .box.adresse .adressfooter { margin: 10px 0 0 0; }

	footer .box form input { width: 100px; }

	footer .box.social a i {
		width: 30px;
		height: 30px;
	}

	footer .box.social a i svg {
		width: 30px;
		height: 30px;
	}

	footer .box.social .zertifikate { margin: 0 0 15px 0;}
	footer .box.social .zertifikate img { margin: 0 0 0 4px; }

	footer .box .headline {
		font-size: 14px;
		margin: 0 0 15px 0;
	}

	footer .box form {
		margin: 12px 0 0 0;
	}



	footer .or-family {
		margin-top: 25px;
		margin-bottom: 18px;
		padding: 4px 0;
	}

	footer .or-family a {
		padding: 3px 8px;
	}

	footer .or-family .maxwidth {
		line-height: 1.7;
	}


	footer .copyright { padding-bottom: 5px; font-size: 12px; }
	footer .copyright .left { margin: 0 15px 0 0; }
	footer .copyright .left ul li { margin: 0 5px 0 0; }
}

@media all and (max-width: 567px) {
	footer {
		padding: 20px 0 3px 0;
	}

	footer .box {
		float: none;
		margin: 0 0 15px 0;
	}

	footer .box.adresse { width: auto; }
	footer .box.newsletter { width: auto; }
	footer .box.social { width: auto; }

	footer .box.adresse .adressfooter { margin: 8px 0 0 0; }

	footer .box form input { width: 120px; }

	footer .box.social a i {
		width: 30px;
		height: 30px;
	}

	footer .box.social a i svg {
		width: 30px;
		height: 30px;
	}

	footer .box.social .zertifikate { margin: 0 0 12px 0;}
	footer .box.social .zertifikate img { margin: 0 0 0 3px; }

	footer .box .headline {
		font-size: 13px;
		margin: 0 0 12px 0;
	}

	footer .box form {
		margin: 12px 0 0 0;
	}



	footer .or-family {
		margin-top: 25px;
		margin-bottom: 18px;
		padding: 4px 0;
	}

	footer .or-family a {
		padding: 3px 8px;
	}

	footer .or-family .maxwidth {
		line-height: 1.8;
	}


	footer .copyright { padding-bottom: 5px; font-size: 12px; }
	footer .copyright .left { margin: 0 15px 0 0; }
	footer .copyright .left ul li { margin: 0 5px 0 0; }
}

