.actiontile {
    height: 750px;
    width: 100%;
    background-size: 102%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    background-color: #d7e6f6;
}

.aktionskachel .so-panel {
    position: relative;
}

.actiontile-image {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    transition: transform 0.7s ease-in-out;
}

.aktionskachel {
    transition: all 0.8s ease-in-out;
}
.aktionskachel:hover {
    box-shadow: 0 0 1rem hsla(204, 56%, 36%, 0.5);
}

.actiontile:hover {
    cursor: pointer;
}

#shop .actiontile>.actiontile-content {
    z-index: 1;
    margin: 50px;
}

#shop .actiontile>.actiontile-content>h3 {
    font-size: 40px;
}

#shop .actiontile>.actiontile-content a,
#shop .actiontile>.actiontile-content span.dummylink {
    font-size: 25px;
    text-decoration: underline;
}

#shop .actiontile>.actiontile-content span.dummylink,
#shop .actiontile>.actiontile-content span.dummylink:focus,
#shop .actiontile>.actiontile-content span.dummylink:hover {
    color: white;
    outline: none !important;
}

#shop .actiontile .actionTileTag {
    background-color: #006eb8;
    display: inline-block;
    color: white;
    padding: 03px 20px;
    font-size: 20px;
    margin: 0;
}

.actiontile a,
.actiontile h3 {
    margin-top: 0;
}

.actiontile:hover .actiontile-image {
    transform: scale(1.05);
}