:root {
    --color-1: #ff5e19 !important;
    --color-2: #000000 !important;
    --color-3: #004f9f !important;
    --color-4: #f2f2f2 !important;
}
a {
    color: var(--color-2) ;
}
.article-documents.listDocuments .entry {
    cursor: pointer;
    padding-bottom: .5rem;
    padding-left: 1.5rem;
    position: relative;
}

.featurelogo {
    text-align: center;
}

.featurelogo img {
    padding: 1em;
    max-width: 100px !important;
}

.ex-secondary {
    background-color: #f2f2f2;
}

@font-face {
    font-family: 'FoundationSans-BlackCd';
    font-display: block;
    src: local("FoundationSans"), url("//cdn.expert.de/static/resources/private/fonts/foundationsans/Webfonts/foundationsans_blackcondensed_macroman/FoundationSans-BlackCd-webfont.woff2") format("woff2"), local("FoundationSans"), url("//cdn.expert.de/static/resources/private/fonts/foundationsans/Webfonts/foundationsans_blackcondensed_macroman/FoundationSans-BlackCd-webfont.woff") format("woff");
    font-style: normal
}
@font-face {
    font-family: 'FoundationSans-BlackCd';
    font-display: block;
    src: local("FoundationSans"), url("//cdn.expert.de/static/resources/private/fonts/foundationsans/Webfonts/foundationsans_blackcondenseditalic_macroman/FontSiteSans-BlackCdIt-webfont.woff2") format("woff2"), local("FoundationSans"), url("//cdn.expert.de/static/resources/private/fonts/foundationsans/Webfonts/foundationsans_blackcondenseditalic_macroman/FontSiteSans-BlackCdIt-webfont.woff") format("woff");
    font-style: italic
}

._logo {
    max-width: 320px !important;
}

.row-logo {
    background-color: var(--color-1);
    padding-left: 1em;
}

img {
    max-width: 100%
}

.exp_richcontent_blockheadline_primary,.exp_richcontent_blockheadline {
    font-weight: 700;
}
.exp_richcontent_blockheadline_primary {
    color: var(--color-1);
}
.exp_richcontent_blockheadline {
    color: var(--color-2);
    padding-bottom: 40px;
}

.body {
    font-family: Lato, Arial, Helvetica, sans-serif;;
    background: #fff;
    color: #000000;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    max-width: 1390px;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

.feature_box > div {
    padding: 0 16px 16px 16px;
    margin-left: -16px;
    margin-right: -16px;
}

.thumbnail {
    display: inline-block !important;
}

.container {
    overflow: hidden;
}

.h3,
h3 {
    font-size: 24px;
}

div[typeof="Product"] {
    display: none;
}

div {
      /* font-size: 14px !important; */
}

hr {
    border-color: rgba(0, 0, 0, 0.1);
}

.p-4 {
    padding: 0.6rem !important;
}

.p-0 {
    padding: 0 !important;
}

.m-0 {
    margin: 0 !important;
}

.flex-row.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.flex-row.row > [class*="col-"] {
    display: flex;
}

.flex-row.row:after,
.flex-row.row:before {
    display: flex;
}

._headerlinks {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    background: var(--color-1);
    position: relative;
}

._header-shortlinks {
    margin-top: auto;
    padding: 20px 30px;
    display: inline-flex;
    background: var(--color-1);
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    transition: filter 200ms linear;
    text-transform: uppercase;
    height: 100%;
    justify-content: center;
    align-items: center;
}

._header-shortlinks:hover {
    text-decoration: none;
    color: #fff;
    background: var(--color-1);
    filter: brightness(108%);
    -webkit-filter: brightness(108%);
    margin-top: -2px;
    height: calc(100% + 2px);
}

._header-shortlinks:focus,
._header-shortlinks:visited {
    text-decoration: none;
    color: #fff;
}

._fill_header {
    flex-grow: 1;
    margin-top: auto;
    padding: 9px 9px 8px 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: var(--color-1);
    color: #fff;
    height: calc(100% - 8px);
}

._name {
    margin: 30px 0px 15px 0px;
    font-weight: normal;
    font-size: 24px;
    color: var(--color-1);
}

.logo {
    margin-bottom: 10px;
    margin-top: 10px;
}

/* banner slider */
.css-slideshow {
    position: relative;
    width: 100%;
    height: 300px;
    margin-top: 20px;
}

@-webkit-keyframes xfade {
    0% {
        opacity: 1;
    }
    30.5% {
        opacity: 1;
    }
    42.5% {
        opacity: 0;
    }
    98% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes xfade {
    0% {
        opacity: 1;
    }
    30.5% {
        opacity: 1;
    }
    42.5% {
        opacity: 0;
    }
    98% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes xfade {
    0% {
        opacity: 1;
    }
    30.5% {
        opacity: 1;
    }
    42.5% {
        opacity: 0;
    }
    98% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes xfade {
    0% {
        opacity: 1;
    }
    30.5% {
        opacity: 1;
    }
    42.5% {
        opacity: 0;
    }
    98% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.css-slideshow .banner-slider {
    margin: 0;
    width: 100%;
    height: 300px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.css-slideshow .banner-slider img {
    max-height: 300px;
    height: auto;
    width: auto;
    position: relative;
}

/* banner slider */

/* varianten start */
._variant_box {
    margin-top: 30px;
}

._variant-list {
    margin-top: 15px;
}

._variant {
    border: 1px solid var(--color-1);
    font-size: 12px;
    padding: 5px 10px;
    text-align: center;
    display: inline-block;
    margin-top: 3px;
}

._variant:hover {
    background: var(--color-1);
    color: #fff;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    ._variant-list {
        margin-top: 0px;
        padding: 15px;
    }
}

/* varianten ende */

/* buy now button start */
._buynow {
    margin: 1em;
    padding: 1em;
    background-color: #e5e7eb;
    text-align: center;
}

._buynow ._btn {
    display: inline-block;
    padding: 15px 35px;
    margin-top: 10px;
    background: var(--color-1);
    color: #fff;
    /*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);*/
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 20px;
    transition: all 200ms linear;
    text-align: center;
}

._buynow ._btn:hover {
    text-decoration: none;
    filter: brightness(107%);
}

._buynow ._price {
    margin: 0px 10px;
    font-size: 4rem !important;
    font-weight: 400;
    vertical-align: middle;
    font-family: foundationsans-blackcd, sans-serif;
    font-style: italic;
    letter-spacing: -2px;
    line-height: 1em;
    color: var(--color-3);
}

._buynow ._tax {
    font-size: 1em;
    margin-left: 1em;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    ._buynow ._btn {
        width: 100%;
    }

    ._buynow {
        text-align: center;
    }
}

/* buy now button ende */

.image-description-block {
    margin-top: 30px;
}

.image-description-block ul{
    list-style-image: url(https://cdn.expert.de/static/resources/private/neo/icons/ic-default-caret.svg);
    list-style-position: outside;
    list-style-type: disc;
    padding: 1em;
}

.font-bold {
    font-weight: 700;
}

@media only screen and (max-width: 600px) {
    .image-description-block {
        margin-top: 0px;
    }
}

/* galerie start */
.gallery {
    width: 100%;
    float: left;
    position: relative;
}

.big-picture {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: opacity 0.5s;
    margin: 0;
}

.big-picture img {
    max-height: 500px;
}

.gallery .big-picture:first-of-type {
    position: relative;
    pointer-events: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: 2;
}

._thumbnail-list {
    padding-top: 15px;
    padding-left: 0;
    text-align: center;
}

._thumbnail {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    display: inline-flex;
    margin-right: 5px;
    margin-left: 0px;
    width: 100px;
    height: 100px;
    text-align: center;
    margin-bottom: 10px;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
}

._thumbnail img {
    max-height: 65px;
}

._thumbnail:hover {
    filter: brightness(105%);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.25s;
    z-index: 99999;
}

.gallery .pic-container {
    display: none !important;
}

.gallery .pic-container:target ~ .big-picture {
    pointer-events: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    z-index: 2;
}

.gallery .pic-container:nth-of-type(1):target ~ .big-picture:nth-of-type(1),
.gallery .pic-container:nth-of-type(2):target ~ .big-picture:nth-of-type(2),
.gallery .pic-container:nth-of-type(3):target ~ .big-picture:nth-of-type(3),
.gallery .pic-container:nth-of-type(4):target ~ .big-picture:nth-of-type(4),
.gallery .pic-container:nth-of-type(5):target ~ .big-picture:nth-of-type(5),
.gallery .pic-container:nth-of-type(6):target ~ .big-picture:nth-of-type(6),
.gallery .pic-container:nth-of-type(7):target ~ .big-picture:nth-of-type(7),
.gallery .pic-container:nth-of-type(8):target ~ .big-picture:nth-of-type(8) {
    pointer-events: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    ._logo {
        text-align: center;
    }

    ._logo img {
        display: inline-block !important;
    }

    ._name {
        text-align: center;
    }

    .big-picture {
        height: 260px;
    }

    .big-picture img {
        max-height: 260px;
        display: inline-block !important;
    }

    ._thumbnail {
        width: 60px;
        height: 60px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
    .gallery {
        margin-top: 25px;
    }

    .big-picture {
        height: 400px;
    }

    .big-picture img {
        max-height: 400px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .big-picture {
        height: 500px;
    }

    .big-picture img {
        max-height: 500px;
    }

    .techData .sm\:grid {
        display: grid;
    }

    .techData .sm\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .techData .sm\:border-0 {
        border-width: 0;
    }
    .techData .sm\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .techData .sm\:col-span-3 {
        grid-column: span 3 / span 3;
    }

    .techData .sm\:striped:nth-child(2n) {
        background-color: var(--color-4);
    }
    .techData .sm\:bg-inherit {
        background-color: inherit;
    }

}

.articleDescription .exp_richcontent_blockelement_media_reverse, .articleDescription .exp_richcontent_blockelement_mediareverse {
    order: 1;
    padding-bottom: 40px;
    padding-left: 20px;
    width: 75%;
    margin: auto;
}
.articleDescription .exp_richcontent_blockelement_media_reverse, .articleDescription .exp_richcontent_blockelement_media {
    order: 1;
    padding-bottom: 40px;
    padding-left: 20px;
    width: 75%;
    margin: auto;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 991px) {
    ._logo {
        text-align: center;
    }

    ._logo img {
        display: inline-block !important;
    }
}

@media screen and (min-width: 900px) and (max-width: 991px) {
    .image-description-block {
        margin-top: 0px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .big-picture {
        height: 300px;
    }

    .big-picture img {
        max-height: 300px;
    }

    ._thumbnail:nth-child(3n) {
        margin-right: 0px;
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .big-picture {
        height: 500px;
    }

    .big-picture img {
        max-height: 500px;
    }

    ._thumbnail:nth-child(4n) {
        margin-right: 0px;
    }

    ._thumbnail:nth-child(3n) {
        margin-right: 5px;
    }
    ._buynow {
        margin: 1em 4em 1em 4em;
    }
    .articleDescription .exp_richcontent_blockelement_media {
        flex: 1 1 auto;
        order: -1;
        padding-bottom: 40px;
        padding-left: 40px;
        padding-right: 40px;
        width: 50%;
    }

    .articleDescription .exp_richcontent_blockelement {
        display: flex;
    }

    .articleDescription .exp_richcontent_blockheadline, .articleDescription .exp_richcontent_blockheadline_primary {
        font-size: 22px !important;
        line-height: 24pt;
    }
    .articleDescription .exp_richcontent_blockelement_text_subline {
        color: #000;
        font-size: 14.5px !important;
        font-weight: 700;
        padding-bottom: 20px;
    }

}

/* galerie ende */

/* pro_gallery */
.pro_gallery {
    width: 100%;
    position: relative;
    padding-top: 350px;
    text-align: center;
    padding-bottom: 20px;
}

.pro_gallery > div img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 100%;
    max-height: 100%;
}

.pro_gallery input[name="pro_gallery_switch"] {
    display: none;
}

.pro_gallery label a {
    transition: opacity 0.5s;
}

.pro_gallery label {
    position: initial !important;
    cursor: pointer;
    margin: 10px 10px 2px auto;
    overflow: hidden;
    padding: 0;
    width: 100px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pro_gallery label:hover {
    filter: brightness(105%);
    transform: scale(1.1);
    cursor: pointer;
    transition: all 0.25s linear;
    z-index: 99999;
}

.pro_gallery label img {
    display: block;
    position: absolute;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transfrom: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pro_gallery input[name="pro_gallery_switch"]:checked + label + div img {
    opacity: 1;
}

.pro_gallery input[name="pro_gallery_switch"] ~ div span {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 0;
    cursor: pointer;
}

.pro_gallery input[name="pro_gallery_switch"] ~ div img {
    opacity: 0;
}

.pro_gallery input[name="pro_gallery_switch"] ~ label a span {
    display: none;
}

.pro_gallery input[name="pro_gallery_switch"]:checked + label div img {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}

.pro_gallery input[name="pro_gallery_switch"]:checked + label a span {
    display: block;
}

.pro_gallery input[name="pro_gallery_switch"] + label + div img {
    position: absolute;
}

.pro_gallery_big_image > img {
    -webkit-transition: opacity 0.75s ease;
    transition: opacity 0.75s ease;
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto auto auto;
}

.pro_gallery_thumbnail {
    position: relative;
    height: 100px;
    margin: 2px;
}

.pro_gallery_big_image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 350px;
}

.pro_gallery label.thumbnail-no-m-r {
    margin-right: 0px;
}

@media (min-width: 0px) and (max-width: 370px) {
    .pro_gallery {
        padding-top: 300px;
    }

    .pro_gallery_thumbnail,
    .pro_gallery label {
        height: 55px;
        width: 55px;
    }

    .pro_gallery_big_image {
        height: 300px;
    }

    .pro_gallery label.thumbnail-no-m-r {
        margin-right: 10px;
    }
}

@media (min-width: 371px) and (max-width: 490px) {
    .pro_gallery {
        padding-top: 400px;
    }

    .pro_gallery_thumbnail,
    .pro_gallery label {
        height: 70px;
        width: 70px;
    }

    .pro_gallery_big_image {
        height: 400px;
    }

    .pro_gallery label.thumbnail-no-m-r {
        margin-right: 10px;
    }
}

@media (min-width: 491px) and (max-width: 590px) {
    .pro_gallery {
        padding-top: 560px;
    }

    .pro_gallery_thumbnail,
    .pro_gallery label {
        height: 80px;
        width: 80px;
    }

    .pro_gallery label.thumbnail-no-m-r {
        margin-right: 10px;
    }
}

@media (min-width: 591px) and (max-width: 768px) {
    .pro_gallery label.thumbnail-no-m-r {
        margin-right: 10px;
    }
}

@media (min-width: 591px) and (max-width: 990px) {
    .pro_gallery {
        padding-top: 550px;
    }

    .pro_gallery_thumbnail,
    .pro_gallery label {
        height: 80px;
        width: 80px;
    }
}

@media (min-width: 991px) and (max-width: 1024px) {
    .pro_gallery {
        padding-top: 550px;
    }

    .pro_gallery_thumbnail,
    .pro_gallery label {
        height: 80px;
        width: 80px;
    }
}

.pro_gallery label:has(div > img[src=""]) {
    display: none !important;
}

.pro_gallery label img[src=""] {
    display: none !important;
}

/* pro_gallery ende */

/* tab navigation start */
.tab-navigation input[type="radio"] {
    visibility: hidden;
    height: 0;
    width: 0;
    position: absolute;
    margin: 0;
    padding: 0;
}

.tab-href {
    display: inline-block;
    min-width: 150px;
    background: rgba(0, 0, 0, 0.1);
    border-bottom: none;
    color: #666;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    padding: 2px 40px;
    margin-bottom: 0px;
    margin-right: 5px;
}

.tab-href:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
}

#tab1-btn:checked + .tab-href,
#tab2-btn:checked + .tab-href,
#tab3-btn:checked + .tab-href,
#tab4-btn:checked + .tab-href,
#tab5-btn:checked + .tab-href,
#tab6-btn:checked + .tab-href,
#tab7-btn:checked + .tab-href {
    background: var(--color-1);
    color: #fff;
    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.tab-navigation {
    clear: both;
    margin-top: 35px;
}

.tab-content {
    /* padding: 0.5em; */
    padding-top: 1em;
}

#tab1-btn:checked ~ #tab2,
#tab1-btn:checked ~ #tab3,
#tab1-btn:checked ~ #tab4,
#tab1-btn:checked ~ #tab5,
#tab1-btn:checked ~ #tab6,
#tab1-btn:checked ~ #tab7,
#tab2-btn:checked ~ #tab1,
#tab2-btn:checked ~ #tab3,
#tab2-btn:checked ~ #tab4,
#tab2-btn:checked ~ #tab5,
#tab2-btn:checked ~ #tab6,
#tab2-btn:checked ~ #tab7,
#tab3-btn:checked ~ #tab1,
#tab3-btn:checked ~ #tab2,
#tab3-btn:checked ~ #tab4,
#tab3-btn:checked ~ #tab5,
#tab3-btn:checked ~ #tab6,
#tab3-btn:checked ~ #tab7,
#tab4-btn:checked ~ #tab1,
#tab4-btn:checked ~ #tab2,
#tab4-btn:checked ~ #tab3,
#tab4-btn:checked ~ #tab5,
#tab4-btn:checked ~ #tab6,
#tab4-btn:checked ~ #tab7,
#tab5-btn:checked ~ #tab1,
#tab5-btn:checked ~ #tab2,
#tab5-btn:checked ~ #tab3,
#tab5-btn:checked ~ #tab4,
#tab5-btn:checked ~ #tab6,
#tab5-btn:checked ~ #tab7,
#tab6-btn:checked ~ #tab1,
#tab6-btn:checked ~ #tab2,
#tab6-btn:checked ~ #tab3,
#tab6-btn:checked ~ #tab4,
#tab6-btn:checked ~ #tab5,
#tab6-btn:checked ~ #tab7,
#tab7-btn:checked ~ #tab1,
#tab7-btn:checked ~ #tab2,
#tab7-btn:checked ~ #tab3,
#tab7-btn:checked ~ #tab4,
#tab7-btn:checked ~ #tab5,
#tab7-btn:checked ~ #tab6 {
    display: none;
}

.animated {
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes _tabanimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes _tabanimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes _tabanimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes _tabanimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

._tabanimation {
    -webkit-animation-name: _tabanimation;
    -moz-animation-name: _tabanimation;
    -o-animation-name: _tabanimation;
    animation-name: _tabanimation;
}

@media only screen and (max-width: 768px) {
    .tab-href {
        display: block;
    }

    #tab1-btn:checked + .tab-href,
    #tab2-btn:checked + .tab-href,
    #tab3-btn:checked + .tab-href,
    #tab4-btn:checked + .tab-href,
    #tab5-btn:checked + .tab-href,
    #tab6-btn:checked + .tab-href,
    #tab7-btn:checked + .tab-href {
        display: block;
    }
}

/* tab navigation ende */

/* our features */
.our_features {
    background: var(--color-1);
    padding: 45px 0px;
    margin-top: 35px;
}

.our_features_container {
    margin: 0 auto;
    text-align: center;
}

.our_features_container h2 {
    color: #fff;
    margin: 0px 0px 70px 0px;
}

.our_feature_content {
    background-color: #ffffff;
    padding: 0px 35px 35px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    width: 100%;
}

.our_feature_content .circle {
    position: relative;
    top: -38px;
    display: block;
    margin: 0 auto;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: var(--color-1);
}

.our_feature_content .circle i {
    margin-top: 20px;
    color: #ffffff;
    font-size: 36px;
}

.our_features_content_wrapper {
    align-items: center;
    justify-content: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .our_feature_content {
        overflow: initial !important;
    }

    .our_feature_content img {
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;
    }

    .flex-row.row div:last-child .our_feature_content {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1250px) {
    .our_features_container h3 {
        font-size: 20px;
    }

    .our_feature_content {
        padding: 0px 15px;
    }
}

/* our features */

/* bestseller */
.bestseller {
    margin-top: 35px;
}

.bestseller_container {
}

.bestseller_headline {
    border-bottom: 3px solid #555;
    text-align: center;
}

.bestseller_container h2 {
    color: #555;
    display: inline-block;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: -3px;
    border-bottom: 3px solid var(--color-1);
}

.bestseller_block {
    padding: 30px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bestseller_block a {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bestseller_block img {
    max-height: 300px;
    width: auto !important;
}

.bestseller_block a:hover {
    filter: brightness(110%);
    color: var(--color-1);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .bestseller_block {
        margin-top: 0px;
    }
}

/* bestseller */

/* footer */

.newsletter {
    margin-top: 35px;
    background: var(--color-1);
    padding: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px !important;
}

.newsletter_btn {
    color: #555;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-left: 20px;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.newsletter_btn:hover {
    text-decoration: none;
    filter: brightness(120%);
    color: #555;
}

.newsletter_btn:focus,
.newsletter_btn:visited {
    text-decoration: none;
    color: #555;
}

.footer {
    background: var(--color-2);
    padding: 25px;
    color: rgba(255, 255, 255, 0.7);
}

.footer_content {
    padding: 0px 10px;
    width: 100%;
}

.footer_icons {
    margin: 2px;
}

.footer_content h3 {
    border-bottom: 1px solid var(--color-1);
    color: #fff;
    padding-bottom: 10px;
    font-size: 16px;
}

._footer_info_links,
._footer_info_links:hover,
._footer_info_links:focus,
._footer_info_links:visited {
    color: var(--color-1);
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

._footer_info_links:hover {
    color: #fff;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .footer {
        padding: 25px 0px;
    }

    .footer_icons {
        display: inline-block !important;
    }

    .footer_content {
        text-align: center;
    }

    .newsletter {
        display: block;
        text-align: center;
    }

    .newsletter_btn {
        margin-left: 0px;
        margin-top: 10px;
    }
}

/* footer */

@media screen and (min-width: 768px) and (max-width: 1250px) {
    .footer_icons {
        max-width: 82px !important;
    }
}

/* copyright */
.copyright {
    text-align: center;
    color: #000;
    padding: 10px;
}

.copyright b {
    color: #555;
}

/* copyright */

/* fixes for magnalister */
.image-description-block pre {
    white-space: normal;
    font-family: Lato, Arial, Helvetica, sans-serif;;
    line-height: 1.5em;
    font-size: 16px;
}

/* fixes for magnalister */