html[lang^=en-GB] .info-container {
    display: none;
}
html[lang^=en-GB] .mapcontainer h2 {
    display: none;
}

.tx-bmcontact .contact-search .select-console {
    margin-bottom: 37px;
    /*min-height: 115px;*/
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.tx-bmcontact .contact-search .select-console > div {
    width: 200px;
}

@media(max-width: 680px) {
    .tx-bmcontact .contact-search .select-console {
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
    }
}
.tx-bmcontact .contact-search .select-console span.table-lable {
	margin-top: 20px;
}

.tx-bmcontact .contact-search .select-console span.ui-selectmenu-button {
	margin-top: 10px;
}

.tx-bmcontact .contact-search input {
    padding: 12px 15px;
    vertical-align: text-top;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 20px;
}

.tx-bmcontact .contact-search .submit {
    background-color: #c51718;
    vertical-align: text-top;
    color: white;
    font-weight: normal;
    padding: 12px 11px;
    margin-left: -4px;
    cursor: pointer;
}

.tx-bmcontact .searchField {
    width: 70px;
}



.contact-person-list {
	margin:0 -14px;
        display: flex;
        flex-wrap: wrap;
}
.tx-bmcontact .contact-person {
    width: 304px;
    padding: 0 14px;
    border-right: 1px solid #f0f0f0;
    float: left;
    margin-bottom: 30px;
}

.tx-bmcontact .contact-person:last-child {
	padding-right: 0px;
	border-right: none;
}

.tx-bmcontact .contact-person-title {
    margin: 26px 0 4px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    min-height: 54px;
}
.tx-bmcontact .contact-person-name {
    margin: 0 0 20px 0;
    font-weight: normal;
    font-size: 22px;
}

.tx-bmcontact .contact-person-contactinfo {
    line-height: 22px;
}
.tx-bmcontact .contact-person-contactinfo .plz{
   margin: 20px 0;
}
.tx-bmcontact .contact-person-contactinfo a {
    text-decoration: none;
}
.tx-bmcontact .contact-person-contactinfo a:hover {
    color: #888382;
}

.contact-image {
    width: 275px;
    height: 275px;
    overflow: hidden;
}


.tx-bmcontact .contact-person .contact-image img {
    width: auto;
}

.contact-image-placeholder {
    width: 275px;
    height: 275px;
    border: 1px solid #f0f0f0;
}

.contact-person-detail .contact-image-placeholder  {
	width: 1px;
	border: none;
}


.tx-bmcontact .search-label {
    margin: 10px 30px 0 0;
    font-size: 14px;
}

.tx-bmcontact select {
    font-family: DINCompPro, sans-serif;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position: right 0px top 15px;
    background-size: 16px 16px;
    padding: 11px 12px 0 12px;
    width: 120px;
    max-width: 120px;
    font-size: 20px;
    text-align:center;
    -webkit-appearance: none;
    border:0;
    outline:0;
    -webkit-transition:0.3s ease all;
    -moz-transition:0.3s ease all;
    -ms-transition:0.3s ease all;
     -o-transition:0.3s ease all;
    transition:0.3s ease all;
    
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

.tx-bmcontact select:focus, select:active {
  border:0;
  outline:0;
}

.tx-bmcontact.single-contact {
    background: #ebeae9;
    padding: 45px 0 10px;
}

.contact-person-detail .contact-image-placeholder,
.contact-person-detail .contact-image {
	margin: 0 45px 25px 0;
}

.contact-person-detail .contact-person-name {
	font-size: 40px;
	line-height: 38px;
	padding: 10px 0 28px 0;
}

.contact-person-detail .contact-image-placeholder,
.contact-person-detail .contact-image {
	float: left;
}

.contact-person-detail .contact-person-title {
	margin-top: 0;
}