.mnm-review-form,
.mnm-reviews-list {
    margin: 1rem 0;
}

.mnm-review-form label {
    display: block;
    margin-bottom: .5rem;
}

.mnm-review-form input[type="text"],
.mnm-review-form input[type="email"],
.mnm-review-form textarea,
.mnm-review-form select {
    width: 100%;
    max-width: 600px;
}

.mnm-review-form button {
    margin-top: .5rem;
}

.mnm-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.mnm-review {
    padding: 1rem;
    margin-bottom: 1rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-radius: .5rem;
    background: #fff;
}

.mnm-stars {
    font-size: 1.1rem;
    line-height: 1;
    margin-bottom: .25rem;
}

.mnm-meta {
    color: #666;
    font-size: .9rem;
    margin-bottom: .5rem;
}

.mnm-title {
    margin: .25rem 0 .5rem;
}

.mnm-pagination a {
    display: inline-block;
    padding: .25rem .5rem;
    margin-right: .25rem;
    border: 1px solid #ddd;
    text-decoration: none;
}

.mnm-pagination a.current {
    background: #2271b1;
    color: #fff;
    border-color: #1d5f8b;
}

.mnm-review .mnm-content> :first-child {
    margin-top: 0;
}

.mnm-review .mnm-content> :last-child {
    margin-bottom: 0;
}

.mnm-review {
    font-family: "Lato", sans-serif;
    padding: .5rem;
    margin: .25rem;
    background-color: rgba(72, 66, 102, 0.1);
    border-radius: .25rem;
}

.mnm-review .mnm-stars {
    color: #eb8fb3;
}

.mnm-review .mnm-title {
    display: block;
    color: rgba(72, 66, 102, 0.85);
    padding: .25rem 0;
    font-size: 1.5em;
}

.mnm-review .mnm-content {
    font-size: 1em;
    font-weight: 400;
}

.mnm-review-form {
    font-family: "Lato", sans-serif;
    padding: .5rem;
    margin: .25rem;
    background-color: rgba(72, 66, 102, 0.1);
    border-radius: .25rem;
}

.mnm-review-form>h3 {
    margin-top: 0;
}

.mnm-review-form input,
.mnm-review-form select,
.mnm-review-form textarea {
    border: 0.125rem solid rgba(163, 37, 0, 0.15);
    border-radius: .25em;
    display: block;
    padding: .5em;
    width: 100%;
}


.mnm-review-form [type="submit"] {
    appearance: none;
    border: none;
    display: flex;
    justify-content: center;
    color: #484266;
    align-items: center;
    text-transform: uppercase;
    min-height: 2rem;
    padding: .5rem;
    background-color: #eb8fb3;
    border-radius: .25rem;
    cursor: pointer;
}

.mnm-review-form [type="submit"]:hover {
    color: #eb8fb3;
    background-color: white;
}


/** theme **/
/* hero */
@media screen and (min-width:900px) {
    .sd-phone-full-block {
        min-width: 26.1rem;
    }
}

/** berater plugin **/
@media screen and (min-width: 981px) {
    .mnm-wrapper {
        padding: 0 1.5rem;
        max-width: calc(1000px);
    }
}

.agent--detail {
    border: 0.125rem solid rgba(163, 37, 0, 0.15);
    padding: .5rem;
    border-radius: .25rem;
    margin-bottom: .5rem;
    background-color: transparent;
}

.agent__name {
    color: #a32500;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

.btn--prepaid {
    appearance: none;
    border: none;
    display: flex;
    justify-content: center;
    color: #484266;
    align-items: center;
    min-height: 2rem;
    padding: .5rem;
    border: 1px solid #eb8fb3;
    background-color: #eb8fb3;
    border-radius: .25rem;
    cursor: pointer;
}

.btn--prepaid:hover {
    color: #eb8fb3;
    background-color: white;
}


.cta-call--4\/6 h3, h3.agent__call {
    border-top: 0.125rem solid rgba(163, 37, 0, 0.15);
    border-bottom: 0.125rem solid rgba(163, 37, 0, 0.15);
}

.cta-call__number>a>span,
.agent__call>a>span, .agent__call>a>strong {
    color: #eb8fb3;
}


/** Beraterübersicht **/
.sd-main > .sd-consultants-full__block > .mnm-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.agent--detail {
    border: 0.125rem solid rgba(163, 37, 0, 0.15);
    padding: 0;
    border-radius: .25rem;
    margin-bottom: .5rem;
    background-color: white;
}

.agent__status {
    margin-bottom: 0;
}

.pagination-container {
    background-color: rgba(72, 66, 102, 0.1);
}

.pagination-container a {
    background-color: #fff;
    color: #eb8fb3;
    border: 1px solid #eb8fb3;
}


.pagination-container a:hover {
    background-color: #eb8fb3;
    color: #484266;
}