.mainContent, body#layout1 .mainContent {
    padding-bottom: 0;
}

.grid-item .no-padding {
    padding: 0;
    position: absolute;
    right: 0;
    height: 100%;
}

.apfel-signet {
    width: 60px;
}

.signet-betrieb {
    font-weight: bold;
    line-height: 0.8;
    margin-top: 10px;
}

.grid-item .contact-info {
    padding: 20px;
    min-height: 450px;
}

#dealerSearchWrap {
    transition: all 0.5s ease;
}

.country-select-label {
    margin-bottom: 20px;
}

.filter-button-group {
    display: flex;
}

.filter-button {
    background: #a4044c;
    color: #fff;
    font-family: 'TriviaSerifRegular', Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    opacity: 0.7;
    flex-basis: 33%;
    text-align: center;
    border: 0;
    box-shadow: none;
    padding: 7px 0;
    display: block;
    float: left;
    cursor: pointer;
}

#plz-warn{
    opacity: 0;
    height: 0;
    padding: 20px 10px;
    transition: .33s ease;
    transition-property: opacity, height, transform;
    transform: translateX(-10%);
    color: #c53e7a;
    font-weight: bold;
}

#plz-warn.active{
    opacity: 1;
    display: block;
    transform: translateX(0);
}

.filter-button:not(:first-child):not(:last-child){
    margin: 0 10px;
}

.filter-button.active-filter, .filter-button:hover {
    opacity: 1;
}

.filter-button:focus, .filter-button:visited {
    outline: none;
}


.matchesWrap a {
    text-decoration: none;
    color: #a4044c;
    display: inline-block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
}

a .linktext {
    padding-top: 8px;
    border-top: dotted 2px #a4044c;
}

.info-link {
    margin-top: 30px;
}

.matchesWrap {
    /*margin:50px -30px 0 -30px;*/
    padding: 30px 0;
    /*clear: both;*/
    /*width:calc(100% + 60px);*/
    /*transition: all 0.5s ease;*/
    background: #f2f2f2;
    font-size: 1.025rem;
}

.matchesWrap .row .col {
    padding: 0;
}

.matchesWrap .countryWrap {
    clear: both;
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
    font-size: 24px;
    border: solid blue 0;
}

.matchWrap {
    position: relative;
    background: #fff;
}

.matchWrap h3,
.matchWrap .text3 b {
    margin: 50px 0 0;
    background: transparent;
    text-transform: none;
    color: #000;
    padding: 0;
    font-size: 15px;
    padding-left: 0;
    font-weight: bold;
    line-height: inherit;
}

 .matchWrap .imagewrap {
    height: 100%;
    background: #e5e5e5;
    background-position: top center;
    background-size: cover;
}

.matchWrap .text1 {
}

.matchWrap .text2 {
}

.matchWrap .text3 {
}

.searchFormWrap {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 0;
    float: none;
    visibility: hidden;
    height: 0;
    opacity: 0;
    transition: all 0.5s ease;
}

#dealerSearchWrap.show-zip .searchFormWrap {
    visibility: visible;
    opacity: 1;
    margin-top: 30px;
    padding-bottom: 50px;
    height: auto;
}

.searchFormWrap .zip-search-label {
    padding: 0 10px;
}

.searchFormWrap form {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 50px;
}

.searchFormWrap input {
    width: calc(33% - 16.2px);
    margin: 0 10px;
    float: left;
    border: none;
    background: #f2f2f2;
    padding: 7px 15px;
    font-size: 16px;
}

.searchFormWrap input.button {
    color: #000;
    font-size: 15px;
    cursor: pointer;
}

.zip-results {
    display: none;
}

.filter-results {
    display: block;
}

.matchesWrap.show-zip-results .zip-results {
    display: block;
}

.matchesWrap.show-zip-results .filter-results {
    display: none;
}

.showAll {
    margin: 0 0 5px 0;
    padding: 7px 0 0 0;
    background: #c33569;
    /*  width:444px;*/
    height: 35px;
    text-align: center;
}

.showAll a {
    color: #fff;
}

.control {
    font-size: 11px;
}

.loading, .loadingMail {
    visibility: hidden;
    opacity: 0;
    width: 80px;
    height: 0;
    background: transparent url("/typo3conf/ext/cyc_gaertnersuche/Resources/Public/Images/launcher-loader.gif") center center no-repeat;
    background-size: contain;
    margin: 0 auto;
    transition: all 0.5s ease;
}

.loadingMail {
    position: absolute;
    top: 30%;
    text-align: center;
    width: 100%;
}

.loading.active, .loadingMail.active {
    height: 80px;
    opacity: 1;
    visibility: visible;
}

/* SVG */
#Gve-map {
    max-width: 100%;
}

/* Länder */
#laender {
    position: relative;
}

#laender a path {
    transition: all .2s ease;
    fill: rgba(100, 100, 100, 0.8);
}

#laender a:hover #deutschland {
    fill: rgba(255, 255, 255, 0.6);
}

#laender a:hover #schweiz {
    fill: rgba(255, 255, 255, 0.6);
}

#laender a:hover #austria {
    fill: rgba(255, 255, 255, 0.6);
}

/* Standorte */
#laender path.dot {
    transition: all .2s ease;
}

#laender a path.dot {
    fill: #98C14A;
}

#laender a:hover path.dot {
    fill: #98C14A;
}

/* End SVG */


/* No matches Seite */

.no-results {
    display: none;
}

.grid-contact h4 {
    margin-bottom: 20px;
}

.matchesWrap .formWrap {
    padding: 0;
    background: none;
}

.info-contact-gve h4.contact-form-phone {
    color: #a4044c;
}

.info-contact-gve a, .info-contact-gve b, .info-contact-gve span {
    display: block;
}

.info-contact-gve span {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact-form-gve {
    display: block;
}

.matchesWrap > .contact-form-gve {
    display: none;
}

.contactformWrap .container,
.contactformWrap .row,
.contactformWrap .col {
    margin: 0 !important;
    padding: 0 !important;
}

.contactformWrap .tx-powermail .container-fluid {
    padding: 0;
}

/* End no matches */

.grid-contact .row {
    /*margin-left:-15px;*/
    /*margin-right:-15px;*/
}

.grid-contact h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.grid-zip {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.grid-item.grid-width-full {
    width: calc(100% - 20px);
    margin: 10px;
}

/* 3 columns by default */
.grid-sizer {
    width: calc(50% - 20px);
    margin: 10px;
}

 .grid-item {
	width: calc(50% - 20px);
	margin: 10px; 
}
/* MAP */

.container-address {
    position: relative;
}

.container-address .row {
    height: 100%;
}

.container-address #address {
    position: relative;
    width: 255px;
    z-index: 20;
    margin-top: 2rem;
    color: #424649;
    font-weight: 600;
}

.container-address #address img {
    margin-bottom: 1rem;
}

.container-address #address a {
    text-decoration: none;
    margin-top: 30px;
}

.container-address #address a:hover {
    color: inherit;
    text-decoration: underline;
}

.container-address #map {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 300px;
    background-color: #dadee0;
}

.container-address #map h4 {
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.container-address #map .map-links a {
    color: #a4044c;
    text-decoration: none;
}

@media (min-width: 768px) {
    .container-address {
        height: 490px;
    }

    .container-address #address {
        margin-top: 4rem;
    }

    .container-address #map {
        position: absolute !important;
        height: 100%;
    }
}

.container-address .container {
    position: static;
}

.container-address .container .gaertner-suche-map {
    position: absolute;
    z-index: 99;
    margin-left: 0;
    top: 20%;
    background: #fff;
    color: #000;
    padding: 30px 50px;
    width: auto;
}

@media (max-width: 767px) {
    .container-address .container .gaertner-suche-map {
        position: relative;
    }
}

.container-address .container .gaertner-suche-map a {
    margin-top: 30px;
    display: block;
}

.container-address .container .gaertner-suche-map h3 {
    background: none;
    color: #000;
    padding: 0;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}

.container-address .container .gaertner-suche-map h4 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-style: normal;
    margin: 0;
}

/* End MAP */

@media (min-width: 992px) and (max-width: 1199px) {
    a.linkclass {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    /* 5 columns for larger screens */
    .filter-button-group{
        padding: 0 10px;
    }
    .grid-sizer, .grid-item {
        width: 100%;
        margin: 20px 0;
    }

    .searchFormWrap input {
        width: calc(50% - 23.5px);
        margin: 0 10px;
    }
    #plz-warn{
        height: auto;
    }
}

@media (max-width: 620px) {
    .matchesWrap > .row {
        margin-left: 0;
        margin-right: 0;
    }

    .matchesWrap {
        padding: 0 10px;
        width: calc(100% + 20px);
    }

    .country-select-label {
        margin-bottom: 10px;
    }
}

@media (max-width: 575px) {
    .matchWrap .contact-info {
        height: auto !important;
        min-height: auto !important;
    }

    .matchWrap .contact-image {
        width: 100%;
        position: relative !important;
        background-color: #e5e5e5;
        height: 300px;
        margin: 0 10px;
    }

     .matchWrap .contact-image .imagewrap {
        max-width: 300px;
    }
}


@media (max-width: 450px) {
    .contact-info {
        width: 60%;
    }

    .contact-image {
        width: 40%;
    }

    .searchFormWrap input {
        width: calc(100% - 20px);
        margin: 10px 10px;
    }

    .searchFormWrap form {
        margin-top: 10px;
        margin-bottom: 50px;
    }
}

@media (max-width: 400px) {
    .formWrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    a.linkclass {
        font-size: 14px;
    }
}
