@import url('variables.css');

.article .lead-container .breadcrumbs {
    margin: 46px 0 12px;
}

.article .lead-container .breadcrumbs a {
    font-size: 14px;
    color: var(--leadingColor-5);
    text-decoration: none;
}

.article .lead-container .breadcrumbs a:not(:last-child)::after {
    content: "▸";
    display: inline-block;
    margin-left: 5px;
}

.article .lead-container .breadcrumbs a:last-child {
    /* font-weight: 700; */
}

.article .lead-container .post-info {
    margin-bottom: 30px;
    font-size: 12px;
}

.article .container .lead-container .post-info div {
    font-size: 18px;
    color: #9e9e9e;
}

.article .lead-container .content {
    width: 100%;
    font-size: 16px;
    /* font-weight: 400; */
    color: #3d3d3d;
    padding-bottom: 32px;
}

.article .lead-container .content h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    padding: 0 !important;
    font-size: 42px;
    /* font-weight: 700; */
    line-height: 1.33;
    max-width: 800px;
    color: var(--leadingColor-5);
}

.content-description p {
    margin: 0;
}

.content-description h2 {
    color: var(--leadingColor-5);
    margin-bottom: 20px;
}

.content-description h2:not(:first-child) {
    margin-top: 30px;
}

.article .lead-container .content.headline {
    height: 250px;
    position: relative;
}

.article .lead-container .content.headline .thumbnail {
    background-color: var(--leadingColor-5);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.35;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.article .lead-container .content.description {
    margin-top: 50px;
}

.article .lead-container .content.description .additional-information {
    border-top: 1px solid rgba(151,151,151,.5);
    margin-top: 50px;
    margin-bottom: 50px;
}

.article .lead-container .content.description .difficult-concepts {
    margin-top: 30px;
}

.article .lead-container .content.description .difficult-concepts p {
    margin: 30px 0 20px;
    font-size: 16px;
    /* font-weight: 600; */
    color: #9e9e9e;
    margin-top: 0;
    margin-bottom: 10px;
}

.article .lead-container .content.description .difficult-concepts .difficult-concepts-list a:not(:last-of-type) {
    margin: 7px 7px 0 0;
}

.article .lead-container .content.description .difficult-concepts .difficult-concepts-list a {
    display: inline-block;
    padding: 14px 15px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    font-size: 15px;
    /* font-weight: 400; */
    color: var(--leadingColor-5);
    margin: 7px 0 0;
    transition: background-color .5s ease-out;
}

.article .lead-container .content.description .difficult-concepts .difficult-concepts-list a:hover {
    background-color: rgba(230,230,230,.3);
}

.article .lead-container .content.description .author-info {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f8f8f8;
    padding: 35px 25px;
    border-radius: 5px;
    margin-top: 50px;
}

.article .lead-container .content.description .author-info .author-avatar img {
    border-radius: 50%;
}

.article .lead-container .content.description .author-info .author-description {
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 17px;
    line-height: 1.41;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}

.article .lead-container .content.description .author-info .author-description span:nth-child(1) {
    font-size: 14px;
    color: #676767;
}

.article .lead-container .content.description .author-info .author-description span:nth-child(2) a {
    font-weight: 700;
    line-height: 1.95;
    color: #3d3d3d;
    text-decoration: none;
}

@media screen and (max-width: 700px) {

    .article .lead-container .content.headline {
        height: 130px;
    }

    .article .lead-container .content h1 {
        font-size: 26px;
    }

    .article .lead-container .content.description {
        margin-top: 30px;
    }

    .article .lead-container .content.description .author-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        border-radius: 5px;
    }

    .article .lead-container .content.description .author-info .author-avatar {
        margin: 0 auto;
    }

    .article .lead-container .content.description .author-info .author-description {
        padding-left: 0;
    }

    .article .lead-container .content.description .author-info .author-description span:nth-child(1) {
        margin-top: 15px;
    }

    .article .lead-container .content.description .author-info .author-description p {
        font-size: 14px;
        text-align: justify;
    }

}

.content-description .insurer-advice.list {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-bottom: 1px solid rgba(151,151,151,.5);
    border-radius: 0;
    padding: 40px 0 50px;
    margin-bottom: 16px;
}

.content-description .insurer-advice.list h2 {
    font-size: 18px;
    /* font-weight: 700; */
}

.content-description .insurer-advice.list ul {
    margin: 16px 0 0;
    padding-left: 23px;
    list-style: none;
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    word-break: break-word;
}

.content-description .insurer-advice.list ul li {
    position: relative;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1.78;
}

.content-description .insurer-advice.list ul li svg {
    position: absolute;
    left: -30px;
    top: 5px;
    text-align: center;
    display: inline-block;
    width: 22px;
    height: 22px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    color: var(--button-backround);
}

.content-description .insurer-advice.list a {
    font-style: normal;
    color: #3d3d3d;
    text-decoration: none !important;
    font-size: 18px;
    /* font-weight: 500; */
    line-height: 1.78;
}

.content.description .tags {
    margin-top: 30px;
}

.content.description .tags p {
    margin: 30px 0 20px;
    font-size: 16px;
    /* font-weight: 600; */
    color: #9e9e9e;
    margin-top: 0;
    margin-bottom: 10px;
}

.content.description .tags .tags-list a:not(:last-of-type) {
    margin: 7px 7px 0 0;
}

.content.description .tags .tags-list a {
    display: inline-block;
    padding: 8px 10px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    font-size: 15px;
    /* font-weight: 400; */
    color: #3d3d3d;
    margin: 7px 0 0;
    transition: background-color .5s ease-out;
}

.content.description .tags .tags-list a:hover {
    background-color: rgba(230,230,230,.3);
}