.ea-notice-wrap, .ea-attention-wrap, .ea-praxis-wrap, .ea-cta-wrap {
    padding: 25px;
    margin: 35px 0;
    min-height: 100px;
}
.ea-notice-wrap .ea-notice-text {
    position: relative;
    padding-left: 0px;
    font-style: italic;
}
.ea-notice-wrap .ea-notice-text *:first-child, 
.ea-praxis-wrap .ea-praxis-text *:first-child,
.ea-attention-wrap .ea-attention-text *:first-child {
    margin-top: 0;
    padding-top: 0;
}
.ea-notice-wrap .ea-notice-text *:last-child, 
.ea-praxis-wrap .ea-praxis-text *:last-child,
.ea-attention-wrap .ea-attention-text *:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.ea-notice-wrap .ea-notice-text::before {
    content: ' ';
    left: 0;
    top: 0;
    position: absolute;
}
.ea-notice-wrap.ea-notice-dark .ea-notice-text h2,
.ea-notice-wrap.ea-notice-dark .ea-notice-text h3,
.ea-notice-wrap.ea-notice-dark .ea-notice-text h4 {
    color:#ffffff !important;    
}

.ea-notice-wrap {
    border-left: 2px solid #66BFE8;
    background-color: #66BFE810;
}

.ea-notice-wrap.ea-notice-dark {
    background-color: #004059;
}

.ea-notice-wrap .ea-notice-quote {
    color:#66BFE8;
}


.ea-notice-wrap.ea-notice-right {
    float: right;
    width: 50%;
    padding-left: 25px;
    margin-left: 55px;
}

.ea-notice-wrap.ea-notice-left {
    float: left;
    width: 50%;
    padding-right: 25px;
    margin-right:25px;
}

.ea-notice-wrap .ea-notice-text {
    color: #444444;
}

/* .ea-notice-wrap .ea-notice-text::before {
    background: url("../images/quote.svg");
    width: 50px;
    height: 50px;
}
 */
.ea-notice-wrap.ea-notice-dark a {
    color: #5DE8C1;
}

.ea-notice-wrap.ea-notice-dark a:hover, .ea-notice-wrap.ea-notice-dark a:focus {
    color: #3DC6EF;
}

.ea-notice-wrap.ea-notice-dark .ea-notice-text, .ea-notice-wrap.ea-notice-dark .ea-notice-name
{
    color: #ffffff;
}

.ea-notice-wrap .ea-notice-author-wrap {
    display: flex;
    align-items: center;
}

.ea-notice-wrap .ea-notice-photo {
    display: inline-block;
    margin-left: 0px;
    margin-top: 0;
    width: 66px;
    height: 66px;
}

.ea-notice-wrap .ea-notice-photo a {
    display: block;
}

.ea-notice-wrap .ea-notice-photo img {
    height: 100px;
    width: 100px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 0px;
    max-width: 66px;
    max-height: 66px;
}

.ea-notice-wrap .ea-notice-data {
    line-height: 1.4444;
    margin-left: 15px;
    display: inline-block;
    font-size: 14px;
}

.ea-notice-wrap .ea-notice-name {
    display: inline; 
}
    
.ea-notice-wrap .ea-notice-name::after {
    content: ', ';
}

.ea-notice-wrap p:first-child::before {
    content:'“';
    color:#66BFE8;
    font-weight: 900;
    font-size: 24px;
}

.ea-notice-wrap p:last-child::after {
    content:'”';
    color:#66BFE8;
    font-weight: 900;
    font-size: 24px;
}


/* ***************************
achtung
****************************** */
.ea-attention-wrap {
    margin-left:25px;
}

.ea-attention-wrap .ea-attention-text {
    position: relative;
    padding-left: 0px;
}

.ea-attention-wrap .ea-attention-text::before {
    content: ' ';
    left: -50px;
    top: -50px;
    position: absolute;
    background: url(../images/attention.svg) top left no-repeat;
    width: 50px;
    height: 50px;    
}


.ea-attention-wrap .ea-attention-text h2,
.ea-attention-wrap .ea-attention-text h3,
.ea-attention-wrap .ea-attention-text h4 {
    color:#F57655 !important;    
    /* text-transform: uppercase; */
    font-weight: 700;
}

.ea-attention-wrap .ea-attention-text a {
    color: #F57655;
}

.ea-attention-wrap .ea-attention-text a:hover, .ea-attention-wrap .ea-attention-text a:focus {
    color: #056688;
}

.ea-attention-wrap, .ea-cta-wrap {
    background: #F5765520;
}

.ea-attention-text {
    color:#444444;
}



/* ***************************
Praxis-Tipp
****************************** */

.ea-praxis-wrap {
    background-color: #66BFE810;
    margin-left:25px;
    position:relative;
}

.ea-praxis-wrap .ea-praxis-inner {
    position: relative;
    padding-left: 0px;
}

.ea-praxis-wrap .ea-praxis-text h2,
.ea-praxis-wrap .ea-praxis-text h3,
.ea-praxis-wrap .ea-praxis-text h4
{
    color:#0094D8 !important;
    /* text-transform: uppercase; */
    font-weight: 700;
}

.ea-praxis-wrap .ea-praxis-inner a {
    color: #0094D8;
    padding-left:0;
}

.ea-praxis-wrap .ea-praxis-inner a:hover, .ea-praxis-wrap .ea-praxis-inner a:focus {
    color: #056688;
}

.ea-praxis-wrap .ea-praxis-text {
    color: #444444;
    margin-bottom: 12px;
}

.ea-praxis-wrap .ea-praxis-text:last-child {
    margin-bottom: 0px;
}


.ea-praxis-inner::before {
    content: ' ';
    position: absolute;
    background: url(../images/idee.svg) top left no-repeat;
    width: 50px;
    height: 50px;
    top: -50px;
    left: -50px;
}

.ea-praxis-wrap .ea-praxis-button {
    background-color: #0094d8;
    border: 2px solid transparent;
    border-radius: 2px;
    webkit-border-radius: 2px;
    moz-border-radius: 2px;    
    color: #ffffff;
    margin: 20px 0 10px 0;
    padding: 12px 30px;
    text-align: center;
    display: inline-block;
    font-weight: 900;
    font-size:16px;
    letter-spacing: 1px;
}

.ea-praxis-wrap:hover .ea-praxis-button,
.ea-praxis-wrap .ea-praxis-button:hover, 
.ea-praxis-wrap .ea-praxis-button:focus {
    background-color: transparent;
    border-color: #0094d8;
    color: #0094d8;
}

.ea-cta-wrap {
    position:relative;
    text-align:center;
}

.ea-cta-wrap > a, .ea-praxis-wrap > a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    z-index:1;
}

.ea-cta-wrap > a > span, .ea-praxis-wrap > a > span {
    position:absolute;
    left:10000px;
}

.ea-cta-wrap .ea-cta-headline {
    color:#fff;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.2em;
    margin-bottom:10px;
}

.ea-cta-wrap .ea-cta-text {
    font-size: 18px;
    line-height: 1.4444em;
    color:#fff;
    margin-bottom:10px;
}

.ea-cta-wrap .ea-cta-button {
    background-color: #fff;
    border: 2px solid transparent;
    border-radius: 2px;
    webkit-border-radius: 2px;
    moz-border-radius: 2px;    
    color: #F57655;
    margin: 20px 0 15px 0;
    padding: 12px 30px;
    text-align: center;
    display: inline-block;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 1px;
}

.ea-cta-wrap:hover .ea-cta-button,
.ea-cta-wrap .ea-cta-button:hover, 
.ea-cta-wrap .ea-cta-button:focus {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

/* ***************************
Tools-Box
****************************** */

.ea-tool-wrap {
    background-color: #f1f8ff;
    margin:30px 0 10px 25px;
    position:relative;
    font-size: 18px;
    line-height: 24px;
    color:#444444;
    padding: 1px;
}

.ea-tool-wrap > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;    
}

.ea-tool-wrap > a > span {
    position: absolute;
    left: 10000px;
}
.ea-tool-wrap .ea-tool-inner {
    position: relative;
    padding: 24px;
}

.ea-tool-wrap .ea-tool-inner h2,
.ea-tool-wrap .ea-tool-inner h3,
.ea-tool-wrap .ea-tool-inner h4
{
    color:#004059 !important;
    font-weight:700;
    line-height:24px;
    margin-bottom:16px;
}

.ea-tool-wrap .ea-tool-inner a {
    color: #0094D8;
    padding:24px;
}

.ea-tool-wrap .ea-tool-inner a:hover, .ea-tool-wrap .ea-tool-inner a:focus {
    color: #056688;
}

.ea-tool-wrap .ea-tool-text {
    color: #444444;
    margin-bottom: 12px;
}

.ea-tool-wrap .ea-tool-text:last-child {
    margin-bottom: 0px;
}


.ea-tool-inner::before {
    content: ' ';
    position: absolute;
    background: url(../images/tools-icon.svg) top left no-repeat;
    width: 50px;
    height: 50px;
    top: -25px;
    left: -25px;
}

.ea-tool-wrap .ea-tool-button {
    background-color: #0094d8;
    border: 2px solid transparent;
    border-radius: 2px;
    webkit-border-radius: 2px;
    moz-border-radius: 2px;    
    color: #ffffff;
    margin: 20px 0 10px 0;
    padding: 12px 30px;
    text-align: center;
    display: inline-block;
    font-weight: 900;
    font-size:16px;
    letter-spacing: 1px;
}

.ea-tool-wrap:hover .ea-tool-button,
.ea-tool-wrap .ea-tool-button:hover, 
.ea-tool-wrap .ea-tool-button:focus {
    background-color: transparent;
    border-color: #0094d8;
    color: #0094d8;
}

.ea-tool-ig {
    width: 100%;
/*     background:  url(../images/tool-ig.svg) 97% center no-repeat;
    background-size: 32%;
 */}

.ea-tool-ws {
    width: 100%;
/*     background:  url(../images/tool-ws.svg) 97% center no-repeat;
    background-size: 32%;
 */}

.ea-tool-dsg {
    width: 100%;
/*     background:  url(../images/tool-dsg.svg) 97% center no-repeat;
    background-size: 32%;
 */}
.ea-tool-fbig {
    width: 100%;
/*     background:  url(../images/tool-fbig.svg) 97% center no-repeat;
    background-size: 32%;
 */}
.ea-tool-standard {
    width: 100%;
/*     background:  url(../images/tool-standard.svg) 97% center no-repeat;
    background-size: 32%;
 */}



/* Premium-Box */
.ea-premium-wrap {
    position:relative;
    background-image:  url(../images/dark-bg-lines.svg);
    background-size: cover;
    font-size: 18px;
    line-height: 1.4444em;
    color:#fff;
    margin-bottom:10px;
    padding: 1px;
}

.ea-premium-wrap > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;    
}

.ea-premium-wrap > a > span {
    position: absolute;
    left: 10000px;
}

.ea-premium-default {
    width: 100%;
    background:  url(../images/premium.svg) no-repeat;
    background-size: 44%;
    background-position: center right 24px;
}

.ea-premium-standard {
    width: 100%;
    background:  url(../images/premium.svg) no-repeat;
    background-size: 44%;
    background-position: center right 24px;
}


.ea-premium-shop {
    width: 100%;
    background:  url(../images/premium-shop.svg) no-repeat;
    background-size: 44%;
    background-position: center right 24px;
}

.ea-premium-agb, .ea-premium-agbwebsite, .ea-premium-agbshop, .ea-premium-agbagentur {
    width: 100%;
    background:  url(../images/premium-agb.svg) no-repeat;
    background-size: 44%;
    background-position: center right 24px;
}

.ea-premium-website {
    width: 100%;
    background:  url(../images/premium-website.svg) no-repeat;
    background-size: 44%;
    background-position: center right 24px;
}

.ea-premium-agentur {
    width: 100%;
    background:  url(../images/premium-agentur.svg) no-repeat;
    background-size: 44%;
    background-position: center right 24px;
}

.ea-premium-kanzlei {
    width: 100%;
    background:  url(https://www.e-recht24.de/mitglieder/wp-content/uploads/Erstberatung-500x500-dark.jpg) no-repeat;
    background-size: 33%;
    background-position: center right 24px;
}

.ea-premium-kanzlei-marke {
    width: 100%;
    background:  url(https://www.e-recht24.de/mitglieder/wp-content/uploads/Marken-500x500-dark.png) no-repeat;
    background-size: 43%;
    background-position: center right 24px;
}

.ea-premium-datenschutzpro {
    width: 100%;
    background:  url(../images/premium.svg) no-repeat;
    background-size: 44%;
    background-position: center right 24px;
}

.ea-premium-ki-schulung {
    width: 100%;
    background:  url(https://www.e-recht24.de/mitglieder/wp-content/uploads/AI-light.png) no-repeat;
    background-size: 44%;
    background-position: center right 24px;
}

.ea-premium-legal-trust {
    width: 100%;
    background:  url(https://www.e-recht24.de/mitglieder/wp-content/uploads/Datenschutzbeauftragter-500x500-dark.jpg) no-repeat;
    background-size: 44%;
    background-position: center right 24px;
}


.ea-premium-default::before, .ea-premium-shop::before {
    content: ' ';
    left: 0;
    top: 0;
    position: absolute;
}

.ea-premium-text {
    max-width: 70%;
    border-radius: 10px;
    background: linear-gradient(139deg, rgba(9, 112, 155, 0.10) 0%, rgba(11, 102, 138, 0.50) 100%);
    backdrop-filter: blur(4px);    
    margin: 36px 0 36px 36px;
    padding: 16px 32px 40px 32px;
}
.ea-premium-wrap  .ea-premium-text h2,
.ea-premium-wrap  .ea-premium-text h3,
.ea-premium-wrap .ea-premium-text h4 {
    color:#ffffff !important;    
    font-size: 28px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
}

.ea-premium-wrap .ea-premium-text ul li::before {
    content: '' !important;
    background: url("../images/list-elem.png");
    margin: -5px 5px -5px -10px;
    background-size: cover;
    display: inline-block;
    height: 15px;
    width: 15px;
}

.ea-premium-wrap .ea-premium-text ul {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 0 -12px;
}

.ea-premium-wrap .ea-premium-button {
    background-color: #5DE8C1;
    border: 2px solid transparent;
    border-radius: 2px;
    webkit-border-radius: 2px;
    moz-border-radius: 2px;    
    color: #0a4768;
    margin: 20px 0 0px 0;
    padding: 12px 30px;
    text-align: center;
    display: inline-block;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 1px;
}

.ea-premium-wrap:hover .ea-premium-button,
.ea-premium-wrap .ea-premium-button:hover, 
.ea-premium-wrap .ea-premium-button:focus {
    background-color: transparent;
    border-color: #5DE8C1;
    color: #5DE8C1;
}




/* Check & FAQ */
.ea-check, .ea-faq {
    margin-top: 20px;
}

.ea-check ul {
    padding-bottom: 1em;
    margin: 0 !important;
}

.ea-check li {
    margin-bottom: 10px;
    background: none !important;
    padding-left: 38px !important;
    position: relative;
}

.ea-check li::before {
    content: '\f061';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}

.ea-check-head, .ea-faq-head {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em;
    margin: -1px -1px 3px -1px;
    padding: 10px 20px;
}

.ea-check-head {
    font-weight: 700;
    padding-top: 25px;
}

.ea-check-ok {
    padding: 0 20px 20px 20px;
    margin-bottom: 3px;
}

.ea-check-ok li::before {
    content: '' !important;
    width: 25px;
    height: 25px;
    background: url(../images/check.svg) top left no-repeat;
    top: 0px !important;
}

.ea-check-wrong, .ea-faq-topic {
    padding: 0 20px 20px 20px;
    position: relative;
}

.ea-faq-topic-answer {
    padding: 0 0 0 20px;
}

.ea-faq-topic-answer::before {
    content: '\f0a9';
    font-family: 'FontAwesome';
    position: absolute;
    left: 20px;
    color: #0971b2;
}

.ea-check-wrong li::before {
    content: '' !important;
    width: 25px;
    height: 25px;
    background: url(../images/attention.svg) top left no-repeat;
    top: 0px !important;
}

.ea-check-wrong-head, .ea-check-ok-head, .ea-faq-topic-head {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    padding: 20px 0 20px 0;
}

.ea-check-notice, .ea-faq-notice {
    text-align: center;
    background: #f8f8f8 url(/images/soeren-siebert-praxis-tipp.png) left 10px no-repeat;
    padding: 0 20px 20px 185px;
}

.ea-check-notice-head, .ea-faq-notice-head {
    font-size: 21px;
    line-height: 1.5em;
    font-weight: 400;
    padding: 40px 0 20px 0;
}


@media only screen and (max-width: 767px) {
    .ea-notice-wrap.ea-notice-right, .ea-notice-wrap.ea-notice-left {
        width: auto;
        float: none;
        padding: 0;
        margin-left:0;
        margin-right:0;
    }
}

@media all and (max-width: 479.98px) {
    .ea-notice-wrap .ea-notice-text {
        padding: 75px 0px 0px 0px;
    }

    .ea-praxis-inner::before {
        left: -25px;
    }    
    .ea-praxis-wrap {
        margin-left:0;
    }


    .ea-attention-wrap .ea-attention-text {
        padding: 0px 0px 0px 0px;
    }
    .ea-attention-wrap .ea-attention-text::before {
        left: 0;
    }    
    .ea-attention-wrap {
        margin-left:0;
    }


    .ea-notice-wrap .ea-notice-photo {
        margin-left: 0px;
    }

    .ea-tool-wrap {    
        margin-left: 0px;
    }
    .ea-tool-ig, .ea-tool-ws, .ea-tool-dsg {
        background:none;
    }
    .ea-tool-wrap .ea-tool-inner::before {
        left:25px;
    }


    .ea-premium-standard, .ea-premium-agentur, .ea-premium-shop, .ea-premium-website {
        background: none;
    }

    .ea-premium-text {
        max-width: 100%;
        margin:36px;
    }


}