.productbox {
    text-align: center;
    min-height: 500px;
    /*background-image: url("/typo3conf/ext/abis2021/Resources/Public/Images/p_bg2.jpg");*/
    /*background-image: url("/fileadmin/Redaktion/Angebot/abis-angebot.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: local;
    background-position: top left;
    position: relative;
    padding: 0 25px 25px 25px;
}
.productbox:after {
    content: "x";
    display: block;
    clear: both;
}
.productbox h3 {
    color: #222;
    text-align: center;
    position: relative;
}
.productbox a {
    text-decoration: none;
}
.productbox hr {
    padding: 0;
    margin: 0;
}
.productbox .wrapper {
    width: 90%;
    max-width: 1200px;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr;
}
.productbox .cover {
    background-color: #fff;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.productbox__container {
    width: 100%;
    margin: 25px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.productbox__group {
    display: flex;
    flex-direction: column;
}
h2.productbox__title {
    width: 80%;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1em;
    padding: 30px 0 40px;
    font-weight: 700;
    margin: 0.1em auto;
}
.productbox__overlay,
.productbox__item {
    border-radius: 50px;
    background-color: #fff;
    position: relative;
    flex: 1;
    flex-direction: column;
    padding: 15px;
    color: #222;
    max-width: 25%;
    width: calc(25% - 30px);
    margin: 20px 20px 20px 0;
    box-shadow: 2px 2px 8px 0 rgba(255,255,255,0);
}
.productbox__overlay h3,
.productbox__item h3 {
    line-height: 1.4rem;
    font-size: 20px;
    position: relative;
    text-align: center;
    margin: 7px auto 15px auto;
    color: #222;
}
.productbox__item {
    height: 185px;
}
.productbox__overlay {
    min-height: 400px;
    position: absolute;
    top: 170px;
    left: 26vw;
    width: calc(33% - 30px);
    max-width: 33%;
    z-index: 12;
    display: none;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.25);
}
.productbox__dachzeile {
    text-transform: uppercase;
    color: #222;
    line-height: 1.2em;
    font-size: 0.8rem;
    font-weight: 400;
}
.productbox__icon {
    text-align: center;
    width: 50px;
    margin: 10px auto;
}
.productbox__button {
    background-color: #f7502d;
    font-weight: 400;
    color: #fff;
    width: 80%;
    text-transform: uppercase;
    font-size: 0.8rem;
    height: 35px;
    padding: 10px 10px 15px 10px;
    border-radius: 35px;
    margin: 15px auto;
    transition: transform 0.2s;
}
.productbox__button:hover {
    transform: scale(1.1);
}
.productbox {
    min-height: 500px;
    /*background: url("/fileadmin/Redaktion/Images/bg_app.jpg") repeat local left top;*/
    /*background: url("/typo3conf/ext/abis2021/Resources/Public/Images/p_bg2.jpg") repeat left 0;*/
    filter: blur(50%);
    background-size: 100%;
    padding: 10px 0 25px 0;
    position: relative;
    text-decoration: none;
}
.productbox h3 {
    color: #222;
    text-align: left;
}

.productbox .wrapper{
    display: block;
    width: 90%;
    max-width: 1200px;
}

.productbox__group {
    display:flex;
    flex-direction: column;
    /*flex-direction: row;*/
}

.productbox__title {
    text-align: center;
    color:#ffffff;
    padding: 3rem 0;
}
/*items*/
.productbox__item {
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    flex: 1;
    display:flex;
    gap: 1rem;
    flex-direction: column;
    /*flex-direction: row;*/
    padding: 10px;
    color: #fff;
    height: 100px;
    margin: 20px 20px 20px 0;
    box-shadow: 2px 2px 8px 0 rgba(255,255,255,0);
    transition: background-color 0.2s, box-shadow 0.3s;
    max-width:30%;
    width: calc(30% - 30px);
}
.productbox__dachzeile {
    text-transform: uppercase;
    line-height:1.2em;
}
.productbox__item h3 {
    line-height: 1.4rem;
    font-size: 24px;
    top: 10px;
    left:0px;
    color: #222;
    text-align: center;
    margin: 1rem 0 3rem 0;
    position:relative!important;
}
.productbox__item p {
    line-height: 1.2rem;
    top: 10px;
    left: 0px;
    color: #222;
}
.productbox__item:hover .prodbox__detail {
    display: block;
}
.productbox__item:hover .prodbox__label {
    display: block;
}

.productbox__icon {
    text-align: center;
    margin: 10px auto;
    width: 75px;
}

/*//item end*/

/*helper start*/
.productbox:after {
    content: "";
    display: block;
    clear: both;
}
.productbox hr{
    padding: 0;
    margin: 0;
}




/*//helper end*/


