/**************************************/
/* MPR Gutenberg Styles / Headlines   */
/**************************************/
.is-style-underline-headline {
    margin-bottom: 35px;
    text-decoration: underline #3e8bca;
    text-decoration-thickness: 2px;
    text-underline-offset: 8px;
}

.is-style-border-left-headline {
    border-left: 3px solid #3e8bca;
    padding: 7px 0 7px 20px;
    margin-bottom: 22px;
    margin-left: 10px;
}

h1.is-style-border-left-headline,
h3.is-style-border-left-headline {
    border-left: 3px solid #3e8bca;
    padding: 7px 0 7px 20px !important;
    margin-bottom: 22px;
    margin-left: 10px;
}

.is-style-subheadline {
    font-size: 20px;
    margin-top: 15px;
}

.is-style-underline-headline,
.is-style-border-left-headline  {
    font-family: "Rubik", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.is-style-header-headline,
.is-style-header-headline-white {
    font-family: "Syncopate", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 0 10px 0 10px;
    text-transform: lowercase;
}

.is-style-header-headline-white {
    color: #ffffff;
}

.is-style-border-left-headline strong,
.is-style-underline-headline strong {
    font-weight: 500;
}

.is-style-h1-headline-content {
    font-family: "Rubik", sans-serif;
    font-size: 26px;
    font-weight: 200;
    padding: 0 10px 0 10px;
    text-transform: none;
    max-width: 1400px;
}

.is-style-subline-claim {
    font-family: "Syncopate", sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: lowercase;
}

.is-style-see-more {
    margin-top: 5px;
}

@media screen and (min-width: 468px) {
    .is-style-h1-headline-content {
        font-size: 34px;
    }
}

@media screen and (min-width: 768px) {
    .is-style-border-left-headline {
        margin-left: 20px;
    }

    h1.is-style-border-left-headline,
    h3.is-style-border-left-headline {
        margin-left: 20px;
    }
}

@media screen and (min-width: 768px) {
    .is-style-header-headline,
    .is-style-header-headline-white {
        font-size: 24px;
    }
}

@media screen and (min-width: 1024px) {
    .is-style-header-headline,
    .is-style-header-headline-white {
        font-size: 32px;
    }
}

@media screen and (min-width: 1080px) {
    .is-style-header-headline,
    .is-style-header-headline-white {
        font-size: 40px;
    }

    .is-style-h1-headline-content {
        font-size: 40px;
    }

    .is-style-subline-claim {
        text-align: center;
    }
}

@media screen and (min-width: 1440px) {
    .is-style-border-left-headline {
        margin-left: 0;
        margin: 0px auto;
        margin-bottom: 45px;
    }

    h1.is-style-border-left-headline,
    h3.is-style-border-left-headline {
        margin-left: 0;
        margin: 0px auto;
        margin-bottom: 45px;
    }

    .is-style-header-headline,
    .is-style-header-headline-white {
        font-size: 40px;
    }

    .is-style-header-headline,
    .is-style-header-headline-white {
        padding: 0;
    }

    .is-style-header-headline-white {
        color: #ffffff;
    }

    .is-style-h1-headline-content {
        padding: 0;
    }
}

/****************************************/
/* MPR Gutenberg Styles / List Elements */
/****************************************/
ul.is-style-background-list{
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin: 0px auto;
    max-width: 1400px;
}

.is-style-background-list li {
    border-radius: 2px;
    list-style-type: none;
    font-size: 20px;
    margin: 0px auto !important;
    margin-bottom: 12px !important;
    padding: 20px 20px 30px 20px;
}

.is-style-background-list li:before {
    content:"\2022";
    color: #233c61;
    font-size: 40px;
    padding-right:25px;
    position: relative;
    top: 5px;
}


.is-style-background-list li:nth-of-type(odd) {
    background-color: #dee0e5;
}

.is-style-background-list li:nth-of-type(odd)::marker {
    background-color: #dee0e5;
}

.is-style-background-list li:nth-of-type(even) {
    background-color: #eeeff2;
}

@media screen and (min-width: 768px) {
    ul.is-style-background-list{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

    @media screen and (min-width: 1440px) {
    ul.is-style-background-list{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/*******************************/
/* MPR Gutenberg Styles / Info */
/*******************************/
.is-style-icon-info {
    background-image: url("img/icon-info.png");
    background-repeat: no-repeat;
    background-position: 2% 50%;
    margin: 0px auto;
    max-width: 1340px;
    padding-left: 65px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

@media screen and (min-width: 1440px) {
    .is-style-icon-info {
        background-position: 0% 50%;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
}

/*********************************/
/* MPR Gutenberg Styles / Rahmen */
/*********************************/
.wp-block-columns.rahmen {
    border: 1px solid #c9cfd7;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (min-width: 768px) {
    .wp-block-columns.rahmen {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 810px) {
    .wp-block-column.linie {
        border-left: 1px solid #c9cfd7;
        padding-left: 50px;
    }
}

@media screen and (min-width: 810px) {
    .wp-block-columns.rahmen {
       margin: 0px auto;
    }
}

