
  

#contact-results-wrapper {
    display: none;
     padding: 50px;
     padding-bottom: 1px;
    background-color: #e1e1e1;
}

#contact-results {
    margin-bottom: 0rem;
}

#contact-title {
    text-transform: none;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

p.company{
    font-weight: bold;
}

.single-contact {
    
    padding-bottom: 4rem;
    /*margin-bottom: 4rem;
border-bottom: 1px solid #ededed;
    */
}

.single-contact .wrapper {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.single-contact .contact-info-wrapper.info-wrapper {
    width: 50%;
    float: left;
}

   
.single-contact .title {
    font-weight: bold;
    color: #000;
    font-size: 30px;
}

img.icon {
    width: 25px;
    height: 25px;
}

.single-contact a {
    text-decoration: none;
    color: #2c2c2c;
}

#zip-wrapper {
    display: none;
}

#ansprechpartner-form{
    padding: 50px;
    background-color: #e1e1e1;
}

#ansprechpartner-form > .row {
	align-items: flex-end; 
}

#ansprechpartner-form label {
    display: block;
    color: #003d8f;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 5px;
}

#ansprechpartner-form input,
#ansprechpartner-form select {
    width: 100%;
    font-size: 16px;
    color: #003d8f;
    border: 2px solid #003d8f;
    padding: 5px;
    box-sizing: border-box;
    height: 33px;
}

.single-contact img {
    max-width: 100%;
    height: auto;
}

.image-wrapper a {
    display: block;
}

.single-contact .text-wrapper .col-sm-6{
        flex: 1;
    display: flex;
    justify-content: end;
    flex-direction: column;
    margin: 0;
}
.single-contact .vcard {
    color: #009634;
}

.vcard img {
    float: left;
    margin-right: 5px;
    position: relative;
	top: 3px;
}

.info-wrapper {
    margin-bottom: 1.25rem;
}

.icon-bar {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    text-align: center;
}

.icon-bar .icon-item img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1320px) {
    #ansprechpartner-wrapper {
        max-width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 800px) {
    #ansprechpartner-form {
        margin-bottom: 3rem;
    }

    .single-contact {
        overflow: hidden;
    }

    .single-contact .text-wrapper {
        padding-left: 25px;
        display: flex;
    }
}
@media screen and (max-width: 1000px){
    .single-contact .text-wrapper .col-sm-6{
        max-width: 100%;
        flex: 0 0 100%;
    }
}
@media screen and (max-width: 800px) {
    #ansprechpartner-form .field-wrapper {
        margin-bottom: 1rem;
    }

    .icon-bar {
        flex-wrap: wrap;
    }

    .icon-bar .icon-item {
        flex-shrink: 0;
        width: 33.333%;
    }
}

@media screen and (max-width: 500px) {
    .icon-bar .icon-item {
        width: 50%;
    }
}