.searchH1 {
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.customLogoContainer {
    position: inherit;
    bottom: unset;
    margin-left: unset;
    margin-top: -45px;
    text-align: right;
    min-height: 120px;
}
.customLogo {
    max-height: 180px;
    max-width: fill-available;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 0;
}

.buttonMore {
    background-color: #10F4DB;
    padding: 10px 15px;
    border-radius: 15px;
    cursor: pointer;
}
.buttonMore:hover {
    background-color: #67ffeb;
    padding: 10px 15px;
    border-radius: 15px;
    cursor: pointer;
}
.buttonMore:disabled {
    opacity: 0;
}

.searchH2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 0;
    margin-top: 0;
}
.resultContainer {
    display: grid;
    grid-template-columns: 100%/*33% 33% 33%;*/
}

.resultItemContainer {
    margin: 10px 0; border-radius: 10px; overflow: hidden; background-color: var(--white-color);padding: 15px 20px 0;
}
.resultImage {
    height: 188px; overflow: hidden;
}
.resultTextContainer {
    display: grid;
    grid-template-columns: 40% 40% 20%;
    margin-top: 10px;
}
.resultHeader{
    font-size: 24px; margin-bottom: 0; margin-top: 5px; font-weight: 800; line-height: 32px;    z-index: 5;position: relative;
}
.resultKeyword{
    font-size: 16px;font-weight: 400; color: #787878;
}
.resultAdress{
    font-size: 16px;margin-top: 5px; margin-bottom: 5px;
}
.open{
    color: #00df22;
}

.openState {
    color: #40a600;
    font-size: 16px;
}
.openState:after {
    /*content:"Geöffnet";*/
    color: #40a600;
}

.bannerContainer {
    position: absolute;
    top: 355px;
    right: 50px;
}
.bannerQ {
    width: 250px;
}


.openButton {
    /*background: var(--active-text-color); padding: 10px; border-radius: 8px; display: inline-block;*/
    display: inline-flex;
    color: #109a97;
}
.openButton:hover {
    color: var(--active-text-color);
    cursor: pointer;
}
.openButtonText {
    margin-top: 3px;
    margin-left: 5px;
}

.adFlag {
    color: #787878;
    display: inline-block;
    margin-bottom: 5px;
}
.linkContainer {
    position: absolute;
    top: 170px;
    z-index: 999;
    left: 0;
    text-align: center;
    right: 0;
}

.today {
    color: #40a600;/*#6C0;*/
}
.openOrClosed {
    font-size: 16px;
    font-weight: 800;
}
.openContainer {
    border-radius: 8px;
    display: inline-block
}
.posRel {
    position: relative
}
.disFlex {
    display:flex;
}
.disNone {
    display: none
}
.otherSearch {
    width: 32%;
    display:inline-block;
}
.phoneLinkContainer {
    padding-top: 2px;
    padding-left: 10px;
}

.keywords {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 79%;
}

.borderAd {
    border: solid 2px #8c5ffd;
}

@media screen and (max-width: 992px) {
    .customLogo {
        max-height: 200px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: unset;
        margin-top: 10px;
    }
    .customLogoContainer {
        position: inherit;
        bottom: unset;
        margin-left: unset;
        margin-top: unset;
        text-align: center;
        min-height: 120px;
    }

    .desktopOnly {
        display: none;
    }
    .keywords {
        width: 100%;
    }
}
