.newsletter-steps ol {
    list-style: decimal;
    padding-left: 40px;
    margin-bottom: 25px;
    line-height: 1.5rem;
}

.newsletter-steps img {
    margin-bottom: 1.5rem !important;
}

/* Sidebar - Subscribe */
.side-box input#email {
    border: 1px solid #ced4da;
    border-radius: 0;
    display: block;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
}

.side-box .newslabel {
    font-weight: 400;
    font-size: 14px;
}

.side-box .sidebar-subscribe-select {
    margin: 10px 0;
}

.side-box .to-legal-page {
    font-size: 13px;
    margin-top: 15px;
}

.side-box .to-legal-page a {
    color: #333;
}

.to-legal-page #abmeldung {
    display: block;
}

/* Article View - Subscribe */
#article-subscribe {
    background-color: #f0f2f2;
    padding-top: 45px;
    padding-bottom: 45px;
}

@media screen and (min-width: 768px) {
    #article-subscribe {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

#article-subscribe .newslabel {
    font-weight: 400;
}

#article-subscribe .newslabel:hover {
    cursor: pointer;
}

#article-subscribe #article-subscribe-bnr {
    padding: 30px;
}

#article-subscribe #article-subscribe-bnr > div {
    text-align: center;
    color: #fff;
}

#article-subscribe #article-subscribe-bnr > div span {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3;
}

#article-subscribe #article-subscribe-bnr > div > div {
    margin: 15px auto;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-align: left;
    font-size: 18px;
    width: 230px;
}

#article-subscribe #optin_form {
    background-color: #fff;
    padding: 30px;
}

#article-subscribe #optin_form .article-subscribe-select {
    margin: 15px 0;
}

#article-subscribe #optin_form .article-subscribe-input {
    margin-top: 15px;
}

#article-subscribe #optin_form .article-subscribe-input input#email {
    border: 1px solid #ced4da;
    border-radius: 0;
    display: block;
    max-width: 320px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
}

@media screen and (min-width: 768px) {
    #article-subscribe #optin_form .article-subscribe-input input#email {
        width: 100%;
    }
}

#article-subscribe #optin_form .article-subscribe-btn {
    margin-top: 15px;
}

#article-subscribe #optin_form .to-legal-page {
    font-size: 13px;
    margin-top: 15px;
}

#article-subscribe #optin_form .to-legal-page a {
    color: #333;
}

.panel {
    border: 1px solid #ccc;
}

.panel .panel-heading {
    border-bottom: 1px solid #ccc;
    padding: 10px;
    background: #ebebeb;
}

.panel .panel-heading .panel-title {
    font-weight: bold;
    font-size: 18px;
}

.panel .panel-body {
    padding: 15px;
}

.panel .panel-body p {
    margin: 0;
    font-size: 14px;
    font-weight: initial;
    text-align: initial;
}

.newsletter-content-page .newsletter-holder .panel {
    height: 100%;
}

.newsletter-input input[type="checkbox"],
.newsletter-input input[type="radio"] {
    display: none;
}

.newsletter-input input[type="checkbox"] + label,
.newsletter-input input[type="radio"] + label {
    display: block;
    position: relative;
}

.newsletter-input input[type="checkbox"] + label {
    font-weight: normal;
    /* create box */
    /* when checked */
}

.newsletter-input input[type="checkbox"] + label:before {
    content: "";
    height: 25px;
    width: 25px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    right: -18px;
    top: -7px;
}

.newsletter-input input[type="checkbox"] + label:after,
.newsletter-input input[type="checkbox"] + label:before {
    z-index: 10;
}

.newsletter-input input[type="checkbox"] + label:before {
    content: '';
    height: 25px;
    width: 25px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    right: -18px;
    top: -7px;
}

.newsletter-input input[type="checkbox"] + label:after {
    content: '\f00c';
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    top: 5px;
    right: -11px;
    transform: translate(-50%, -50%);
    text-align: center;
    visibility: hidden;
}

.newsletter-input input[type="checkbox"],
.newsletter-input input[type="radio"] {
    display: none;
}

.newsletter-input input[type="checkbox"]:checked + label:after {
    visibility: visible;
}

.newsletter-input.align-left input[type="checkbox"] + label:before {
    right: unset;
    left: 0;
}

.newsletter-input.align-left input[type="checkbox"] + label:after {
    right: unset;
    left: 13px;
}

.newsletter-input.align-left input[type="checkbox"] + label > span {
    margin-left: 35px;
    position: relative;
    top: -5px;
}

.newsletter-content-page .newsletter-holder {
    margin-top: 10px;
    margin-bottom: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsletter-content-page .newsletter-holder .newsletter-input,
.newsletter-content-page .newsletter-holder .panel,
.newsletter-content-page .newsletter-holder label {
    height: 100%;
}

.newsletter-content-page .newsletter-holder > .newsletter-item {
    width: 48%;
    margin-bottom: 30px;
}

.newsletter-content-page .newsletter-holder .panel-heading {
    display: flex;
    align-items: center;
}

.newsletter-content-page .newsletter-holder .panel-heading h3 {
    width: 60%;
}

.newsletter-content-page .newsletter-holder .panel-heading img {
    padding-left: 10px;
    width: 40%;
    margin: initial;
}

.newsletter-content-page .newsletter-holder .is-new .panel-heading {
    padding-left: 45px;
    position: relative;
}

.newsletter-content-page .newsletter-holder .is-new .panel-heading:before,
.newsletter-content-page .newsletter-holder .is-new .panel-heading:after {
    position: absolute;
}

.newsletter-content-page .newsletter-holder .is-new .panel-heading:before {
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    width: 30px;
}

.newsletter-content-page .newsletter-holder .is-new .panel-heading:after {
    content: 'NEU';
    left: -5px;
    top: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transform: rotate(-90deg);
}

.newsletter-content-page input[type="email"] {
    border-style: solid;
    border-width: 1px 1px 3px 1px !important;
    border-radius: 0;
    padding: 7px;
    outline: none;
    background-color: #ebebeb;
}

.newsletter-content-page label:hover {
    cursor: pointer;
}

label {
    font-weight: bold;
}

.gcore-form-row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 15px;
}

.gcore-label-left {
    float: left !important;
    min-width: 160px;
    max-width: 160px;
    padding-right: 7px;
    text-align: left !important;
}

.form-control {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.gcore-input input {
    max-width: 300px;
}

.gcore-input {
    width: 100% !important;
    display: inline-block;
}

input.buttonUser1:hover {
    text-decoration: none !important;
}

.sign-in {
    margin: 10px 10px 15px 0;
}

.newsletter-button {
    padding: 5px 10px !important;
    font-size: 16px !important;
    transition: .3s;
    cursor: pointer;
    font-weight: 400;
    text-align: center;
    line-height: 1.4 !important;
    color: #fff;
    display: inline-block;
}

.newsletter-registration {
    display: flex;
    flex-direction: column;
}

.newsletter-registration input {
    width: 48%;
    margin-bottom: 25px;
}

.nlBox:hover {
    opacity: 0.6;
    cursor: pointer;
}

.nlCheckbox input{
    cursor: pointer;
}

.choose-all-flex {
    display: flex;
    align-items: center;
}

#choose-all {
    margin-right: 20px;
    cursor: pointer;
}

h3.newsletter-title {
    margin-bottom: 15px;
}

.sidebar-flex {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.sidebar-flex input {
    margin-right: 20px;
}

.side-box .side-heading {
    font-weight: bold;
    margin: 10px 0 20px 0;
}

.sidebar-hidden {
    display: none;
}

@media (max-width: 767px) {
    .newsletter-content-page .button {
        display: block;
    }

    .newsletter-content-page .newsletter-holder > .newsletter-item {
        width: 100%;
    }

    .newsletter-content-page .newsletter-holder .panel-heading {
        justify-content: space-between;
    }

    .newsletter-content-page .newsletter-holder .panel-heading img {
        padding-right: 25px;
        padding-left: 15px;
    }

    .newsletter-registration input {
        width: initial;
    }

    .newsletter-steps ol {
        padding-left: 20px;
    }
}

@media (max-width: 399px) {
    .newsletter-holder .panel-heading {
        flex-wrap: wrap;
    }

    .newsletter-content-page .newsletter-holder .panel-heading h3 {
        width: 100%;
        margin-bottom: 10px;
    }

    .newsletter-content-page .newsletter-holder .panel-heading img {
        width: 80%;
        padding-right: 0;
        padding-left: 0;
    }
}
