.haendler-aktionen-list {
    font-family: "Open Sans", "Trebuchet MS", Helvetica, Arial, sans-serif;
    margin-top: 2rem;
}

.haendler-aktionen-accordion {
    font-family: inherit;
    font-size: inherit;
    margin-bottom: 24px;
    overflow: visible;
    padding: 0;
    position: relative;
}

.haendler-aktionen-accordion.col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.haendler-aktionen-toggler {
    background: none;
    border: none;
    border-bottom: 2px solid #ccc;
    color: #000;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.4em;
    font-weight: 400;
    height: auto;
    max-width: 100%;
    padding: 0 36px 10px 0;
    position: relative;
    width: 100%;
}

.haendler-aktionen-toggler::before {
    color: #ccc;
    content: "+";
    font-size: 2em;
    line-height: 1;
    padding: 0 0 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.haendler-aktionen-toggler.ui-state-active::before {
    content: "\2212";
}

.haendler-aktionen-panel {
    background: #fff;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 12px 0;
}

.haendler-aktionen-panel > div {
    padding: 14px 30px 0 30px;
}

.haendler-aktionen-row {
    margin-left: -15px;
    margin-right: -15px;
}

.haendler-aktionen-row::after {
    clear: both;
    content: "";
    display: table;
}

.haendler-aktionen-dealer {
    margin-bottom: 1rem;
}

.haendler-aktionen-dealer p {
    margin: 0 0 1rem;
}

.haendler-aktionen-dealer a {
    word-break: break-word;
}

@media screen and (max-width: 767px) {
    .haendler-aktionen-panel,
    .haendler-aktionen-panel > div {
        padding-left: 0;
        padding-right: 0;
    }
}
