/*
Weideglueck
creation Date: 2022-04-27
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

/* transitions */
#footer-wrapper, #footer-wrapper *,
.footer_social_links *{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

#footer-wrapper{
	font-size: 16px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: 300;
}
#footer-wrapper a.current{
	text-decoration: underline;
}
#footer-wrapper a:hover{
	text-decoration: underline;
}

.footer_social_links{
	display: block;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}
.footer_social_links a{
	position: relative;
}
.footer_social_links img{
	height: 35px;
	display: inline-block;
	position: relative;
	margin-right: 20px;
}
.footer_social_links img:hover{
	-webkit-filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .7));
}
.footer_end{
	height: 30px;
	margin-top: 20px;
}
.footer_inline_link{
	padding-left: 30px;
}
.footer_slogan{
	font-size: 20px;
}

@media (max-width: 1570px){
}

@media (max-width: 1200px){
	#footer-wrapper .flexbox,
	.footer_social_links{
		width: 100%;
		text-align: center;
	}
	.footer_social_links img{
		height: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.footer_inline_link{
		display: block;
		padding: 0px;
	}
	.footer_slogan{
		font-size: 14px;
	}
}