/*
Bareiss Prüfgerätebau GmbH
creation Date: 2023-03-16
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

/* transitions */
#footer-wrapper, #footer-wrapper *{
	-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: 14px;
	text-transform: uppercase;
}
#footer-wrapper .pad{
	padding-left: 30px;
	padding-right: 30px;
}
#footer-wrapper ul.nav{
	display: block;
	position: relative;
	margin: 0px;
	text-indent: 0px;
	padding: 0px;
}
#footer-wrapper ul.nav li{
	display: inline-block;
	list-style-type: none;
	padding-left: 10px;
	padding-right: 10px;
}

#kontaktblock{
	
}
.kontaktblock_social_wrap{
	position: absolute;
	left: 100%;
	top: 5%;
}
.kontaktblock_social_wrap img{
	display: block;
	position: relative;
	height: 40px;
	margin-bottom: 10px;
}
.kontaktblock_social_wrap img:hover{
	filter: drop-shadow(0px 0px 2px rgb(255 255 255 / 0.4));
}
#kontaktblock ul.nav{
	display: block;
	position: relative;
	margin: 0px;
}
#kontaktblock ul.nav li{
	list-style-type: none;
	display: block;
	position: relative;
	font-size: 18px;
}
#kontaktblock ul.nav li a.current{
	font-weight: bold;
}

.footer_ueberuns_flexbox{
	width: 49%;
	overflow: hidden;
	margin-bottom: 40px;
}
.footer_ueberuns_flexbox img{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.footer_ueberuns_flexbox img:hover{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.4);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.4);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0, 0.4);
}
.footer_ueberuns_flexbox h5{
	line-height: 20px;
}
.footer_ueberuns_flexbox p{
	margin: 0px;
}

#ddm_newsletter_inputcatcher{
	display: block;
	width: 100%;
	max-width: 300px;
	line-height: 40px;
	text-indent: 20px;
	border: none;
}

@media (max-width: 1500px){
}

@media (max-width: 1210px){
	#footer-wrapper,
	#footer-wrapper .right{
		text-align: center;
	}
	
	#kontaktblock ul.nav li{
		display: inline-block;
		padding: 10px;
		margin: 0px;
	}
	.kontaktblock_social_wrap{
		position: relative;
		display: block;
		top: auto;
		left: auto;
		width: 100%;
		text-align: center;
		margin-top: 40px;
	}
	.kontaktblock_social_wrap img{
		display: inline-block;
		margin: 5px;
		height: 20px;
	}
	
	#ddm_newsletter_inputcatcher{
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 800px){
	#kontaktblock ul.nav li{
		font-size: 14px;
	}
	.footer_ueberuns_flexbox{
		width: 100%;
	}
	.footer_ueberuns_flexbox img{
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}