.team_menu {
}

.team_puzzle {
    display: inline-flex;
    width:290px;
}

.team_puzzle a {
    font-size: 16px;
    font-weight: 700;
    left: -27px;
    position: relative;
    top: 16px;
    height: fit-content;
    background: var(--blue);
    color: white;
    padding: 7px 7px 7px 30px;
    width: 100%;
    min-width: 187px;
}

.team_puzzle a:hover{
    background-color: var(--green);
}

.team_puzzle a:link, .team_puzzle a:visited, .team_puzzle a:active, .team_puzzle a:focus{
    color: var(--weiss);
    text-decoration: none;
}

.team_puzzle::before {
    content:url("../image/puzzle_o.png") !important;
    z-index:2;
}

