.showcasse {
    padding: 0px 0px 0px 0px;
}

.showcasse .invtheme-inner {
    max-width: 1250px;
}

.showcasse .mt-prefix {
    justify-content: center;
}

.showcase-container {
    display: grid;
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    margin-top: 30px;
}

.showcase-image {
    display: flex;
    height: 68px;
    justify-content: center;
}

.showcase-image img {
    width: auto;
}

.showcase-item.haslink:hover {
    background: #facc2f;
}

.showcase-item.haslink a {
    padding: 40px 25px;
    display: block;
}

.showcase-item.haslink {
    padding: 0px !important;
}

.showcase-item {
    margin-bottom: 14px;
    margin-left: 7px;
    margin-right: 7px;
    background: #FFFFFF;
    box-shadow: 0px 7px 27px #0000001A;
    padding: 40px 25px;
    text-align: center;
    transition: background 0.3s;
}

.showcase-image {
    margin-bottom: 10px;
}

.showcase-top {
    font-family: var(--main-sub-font);
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 20px;
    margin-top: 25px;
}

.showcase-bot.subkop {

    /*    min-height: 90px;
*/
    display: flex;
    align-items: center;
}

.showcasse {
    margin-top: -5px;
}

@media (min-width: 601px) and (max-width: 767px) {
    .showcase-container {
        display: flex !important;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr) !important;
        max-width: 100%;
        margin: 80px auto 0px auto;
        position: relative;
        flex-wrap: wrap;
    }

    .showcase-item {
        width: 46% !important;
        max-width: 46% !important;
    }

    .showcase-bot {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 1170px) {
    .showcase-container {
        display: grid !important;
        justify-content: center;
        grid-template-columns: repeat(2, 1fr) !important;
        max-width: 100%;
        margin: 80px auto 0px auto;
        position: relative;
        flex-wrap: wrap;
    }

    .showcase-bot {
        justify-content: center;
    }

    .showcase-item {
        width: 100% !important;
        max-width: 100% !important;
    }

    .showcase-item:nth-child(5) {
        width: calc(200% + 25px);
        max-width: 300%;
    }
}

@media (max-width: 600px) {
    .showcase-item {
        /*width: 48% !important;
		max-width: 48% !important;*/
    }

    .showcase-container {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .showcase-image {
        margin-bottom: 20px !important;
    }

    .showcase-bot.subkop {
        min-height: 30px;
        text-align: center;
        justify-content: center;
    }

    .showcase-item {
        width: 300px;
        max-width: 300px;
        margin: 0 auto;
    }

    .showcase-item {
        padding: 30px 40px;
    }

    .showcase-item .showcase-top {
        line-height: 24pt !important;
    }

    .showcase-bot.subkop {
        line-height: 18pt !important;
        margin-top: 5px !important;
    }

    .showcase-item:nth-child(5) {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .showcase-item {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .showcase-container {
        margin-top: 40px !important;
    }

    .showcase-item {
        padding: 30px 40px;
    }

    .showcase-item .showcase-top {
        line-height: 24pt !important;
    }
}

.showcasse.extendbottom {
    padding-bottom: 522px;
}

.colorwhite .showcase-title .showcase-text,
.colorwhite .showcase-title h2 {
    color: #fff !important;
}