/* frontend.v2.start.css */


/* section: text */
#text {
    background: #fdf5dd;
}
#text p {
    margin: 15px 0 0;
    font-size: 0.95rem;
}

/* section: selling-points */
#selling-points {
    background: #fdf5dd;
}
#selling-points h3 {
    font-weight: 700;
    margin: 25px 0 10px;
    font-size: 1.35rem !important;
}
#selling-points p {
    margin: 15px 0 0;
    font-size: 0.95rem;
}

/* section: steps */
#steps {
    
}
#steps h4 {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    color: #212529;
    font-weight: 700;;
    font-size: 1.4rem;
    border: 1px solid #f9b169;
    background: #fdf5dd;
}
#steps p {
    font-size: 0.95rem;
}
#steps img {
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, .2));
}
@media (max-width: 575.98px) {
    #steps img {
        height: 175px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    #steps img {
        height: 175px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    #steps img {
        height: 175px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    #steps img {
        height: 200px;
    }
}
@media (min-width: 1200px) {
    #steps img {
        height: 200px;
    }
}

/* section: header: typewriter */
.typed-wrapper {
    overflow: hidden;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.typed-wrapper span.orange-background {
    padding: 0 5px;
    font-weight: 700;
    text-shadow: none;
}
@media (max-width: 767.98px) {
    .typed-wrapper {
        font-size: 1.3rem;
        line-height: 1.35;
        height: 65px;
        min-width: 290px;
    }
    .typed-wrapper span.orange-background {
        font-size: 1.6rem;
    }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
    .typed-wrapper {
        font-size: 1.6rem;
        height: 96px;
    }
}
@media (min-width: 1200px) {
    .typed-wrapper {
        font-size: 1.9rem;
        height: 96px;
    }
}
.typed-cursor {
    color: #f9b169;
    font-size: 2.7rem;
    display: none;
}
.orange-background {
    background: #fdf5dd;
    border-bottom: 1px solid #f9b169;
    border-radius: 5px 5px 0 0;
}
header.masthead .typewriter {
    height: 27px;
    overflow: hidden;
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
    font-size: 18px;
    width: 300px;
}
header.masthead .img-fluid-wrapper-column {
    /*min-height: 250px;*/
    overflow: hidden;
}
header.masthead .img-fluid-wrapper-column.se_kreditzon {
    overflow: visible;
}
header.masthead .img-fluid-wrapper {
    width: 250px;
    height: 250px;
    z-index: 0;
    margin-top: -15px;
}
header.masthead .img-fluid-wrapper img {
    position: relative;
    right: 55px;
    top: 50px;
    width: 200px;
    height: 200px;
}
@media (max-width: 320px) {
    header.masthead .img-fluid-wrapper img {
        
    }
}
@media (min-width: 750px) {
    header.masthead .img-fluid-wrapper img {
        display: none;
    }
}
header.masthead .img-fluid-wrapper-column.se_kreditzon img {
    width: 267px;
    right: 40px;
}

/* header: amount */
header.masthead .amount {
    margin-bottom: 15px;
}
header.masthead .amount span {
    background: #fdf5dd;
    border-bottom: 1px solid #f9b169 !important;
    font-weight: 600;
    padding: 0 5px;
    font-size: 1.6rem;
}

/* header: selling-points */
header .selling-points ul {
    margin: 0;
    list-style: none;
    font-size: 0.9rem;
    line-height: 1.3;
}
header .selling-points li {
    margin-top: 10px;
}
header .selling-points li img {
    position: relative;
    bottom: 2px;
}
.article-plugin {
    
}
.article-plugin-inline img {
    width: 100px !important;
    margin: 10px 20px 10px 0;
}
.article-plugin-inline-toggle {
    
}
.article-plugin-inline-toggle-hidden {
    display: none;
}
/* frontend.v2.widget.products.css */
#widget-products .card {
    border-radius: 0;
    box-shadow: 0;
    transition: box-shadow 0.3s ease;
    min-height: 145px;
}
#widget-products .card:hover {
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: box-shadow 0.3s ease;
}
#widget-products .card-image {
    height: 160px;
    overflow: hidden;
}
#widget-products .card-body {
    min-height: 50px;
}
#widget-products a {
    color: rgb(33, 37, 41);
}
#widget-products a:hover {
    text-decoration: none;
    color: rgb(33, 37, 41);
}
#widget-products .card h3 {
    font-size: 1.2rem;
    font-weight: 600;
}
#widget-products .card p {
    font-size: 0.8rem;
}
/* CTA */
#cta-bottom-reassure {
    color: #c1c1c1;
    text-align: center;
    line-height: 1;
    margin-top: 5px;
}