#standortkontakte p{
	line-height: 22px !important;
	margin-bottom: 12px;
}

#standortkontakte .item{
	margin-bottom: 20px;
}

#standortkontakte .mail a{
	font-size: 14px;
}

#standortkontakte .ansprechpartner-standort .item{
	background-color: #dadcde;
	border-radius: 5px;
	padding: 16px 5px 10px 20px;
}

#standortkontakte .ansprechpartner-standort .title{
	font-size: 24px;
	line-height: 1.2em;
	border-bottom: 1px solid #fff;
    padding: 0 28px 14px 0;
	font-weight: bold;
	margin-bottom: 10px;
}

#standortkontakte .vertriebsbuero .title,
#standortkontakte .vertriebspartner .title{
	background-color: #dadcde;
	padding: 7px 40px 10px 10px;
	font-size: 18px;
	font-weight: bold;
}

#standortkontakte .vertriebsbuero .item,
#standortkontakte .vertriebspartner .item{
	border: 3px solid #dadcde;
	border-radius: 5px;
}

#standortkontakte .vertriebsbuero .item .inner,
#standortkontakte .vertriebspartner .item .inner{
	padding: 10px;
	padding-right: 2px;
}

#standortkontakte .title{
	position: relative;
}

#standortkontakte .title.dualland{
/*	min-height: 61px !important;*/
}

#standortkontakte .title img:nth-child(1){
	position: absolute;
	left: auto;
	top: 8px;
	right: 10px;
}

#standortkontakte .title img:nth-child(2){
	position: absolute;
	left: auto;
	top: 26px;
	right: 10px;
}

#standortkontakte .title img:nth-child(3){
	position: absolute;
	left: auto;
	top: 44px;
	right: 10px;
}

#standortkontakte .ansprechpartner-standort .title img{
	right: 0px;
	left: auto;
	top: 5px;
}

#standortkontakte p.name, #standortkontakte p.phone, #standortkontakte p.title,
#standortkontakte .item .inner p:last-child{
	margin-bottom: 0px;
}

#component #standortkontakte img{
	border-radius: 2px;
}

@media(max-width: 980px){
	#standortkontakte [class*="span"]{
		margin-left: 0px;
		margin-right: 0px;
		width: 100%;
		float: none;
	}
	
	#standortkontakte .item-row > h4{
		font-size: 24px;
		line-height: 1.2em;
		-ms-hyphens: none;
		-webkit-hyphens: none;
		hyphens: none;
	}

	#standortkontakte .mail a {
		font-size: 14px !important;
	}
}

@media(max-width: 1310px) {
	#standortkontakte .vertriebsbuero .mail a {
		font-size: 10px;
	}

	#standortkontakte .vertriebsbuero .item .inner, #standortkontakte .vertriebspartner .item .inner {
		padding: 0;
		padding-left: 5px;
	}
}

