.powermail_frontend .row {
    padding-bottom: 2rem;
}

.powermail_frontend .row +  .row {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 2.5rem;
}

.bdrg-art-description {
    margin-bottom: 3.25rem;
}

.btn.btn-primary {
    /*background-color: #006c52;*/
    /*border: none;*/
}

.btn {
    /*margin-bottom: .75rem;*/
}

.form-usernotes {
    margin-bottom: 3.5rem;
}

header.header-3 {
    margin-bottom: 3rem;
}

.powermail_frontend hr {
    margin-bottom: 4rem;
}
/*
img.offer-detail-img {
    height: auto;
    max-width: 300px;
    max-height: 250px;
    width: 100%;
}*/

img.offer-img {
    height: 100%;
    max-width: 230px;
    max-height: 160px;
    width: auto;
}

.offer-cat {
    color: rgba(0,0,0,0.6);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.offer-detail-image {
    margin-top: 5rem;
    padding-left: 1.5rem;
}

.offer-headline {
    font-weight: bold;
    font-size: 1.3rem;
}

.offer-headline a {
    color: #006c52 !important;
}

.offer-image {
    /*padding-left: 2rem;*/
}



.powermail_frontend ul.pagination {
    justify-content: space-around;
}


.powermail_frontend .pagination li a {
    color: #006c52 !important;
    font-weight: 600;
}

.powermail_frontend .pagination li.disabled a {
    color: rgba(0,0,0,0.45) !important;
    font-weight: 500;
}

.powermail_fieldwrap_senden input {
    margin-top: 2rem;
}

.powermail_form h3, .powermail_form fieldset legend {
    display: none;
}

.powermail_form label {
    max-width: 80%;
}

.powermail_frontend .control-label {
    max-width: 30%;
}

.powermail_frontend.list form {
    display: flex;
    margin-bottom: 3rem;
}

.powermail_frontend.list form .form-group {
    flex-grow: 1;
}

.powermail_frontend.list form .form-group:last-of-type div {
    position: relative;
    top: 2rem;
}

.table td, .table th {
    padding: 1.25rem;
}
