/* main format*/
:root {
    --container-max-width: 1296px;
    --header-height: 82px;
    --carousel-item-height: 500px;
    --color-bif-main: #D3C6A6;
    --color-bif-main-darker: #A98D51;
    --color-dark: #3B3D3D;
    --color-white: #FFFFFF;
    --white: #FFFFFF;
    --color-blue: #52708A;
    --color-blue-darker: #364A5C;
    --color-roi-red: #A72022;
    --color-roi-green: #318133;
    --color-roi-beige: var(--color-bif-main-darker);
    --color-roi-blue: var(--color-blue);
    --color-roi-black: var(--color-dark);
    --color-roi-orange: #C65130;
    --color-bg-body: #F7F7F7;
    --color-footer-grey: #676767;
    --frame-link-color: var(--color-bif-main-darker);
}

.navbar-header-main .navbar-brand:hover {
    opacity: 1;
}

.navbar-header-main {
    position: relative;
}

::selection {
    background-color: #3B4F57;
    color: var(--color-white);
}

body {
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    color: #04161D;
    font-size: 16px;
    background-color: var(--color-bg-body);
}

body .aimeos-spinner {
    background-image: url(../Images/spinner.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    z-index: 10000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.bg-light-grey{
    background-color: var(--color-bg-body);
    border-radius: 40px 40px 0px 0px;
    padding-top: 24px;
}

.frame.frame-none {
    padding: 0 !important;
}

.btn-link:hover {
    text-decoration: none
}

a.btn:hover {
    background-color: var(--color-bif-main-darker);
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    background: #3C4F57;
    border: none;
}

.btn:focus, .btn:focus, .cc-btn:focus, .btn.focus, .focus.cc-btn {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle {
    background: var(--color-bif-main);
    border: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(169 141 81 / 25%);
}

h1, .newFaqBox h2,.issues .detail h1, .articles .detail h1, .tx-felogin-pi1 h3, h2.abo-headline, .products h2.abo-headline, .product-right-menu span, .issues .detail .articleBox h2, .articles .detail .articleBox h2, .issues .rightLink span, .articles .rightLink span {
    color: var(--color-dark);
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 50px;
    font-family: 'Exo 2', sans-serif;
    text-align: left;
    display: block;
}

.products h2.abo-headline, .issues .detail h1, .issue_content h1, .issues .detail h1, .issues .rightLink span, .articles .detail .articleBox h2, .articles .detail h1, .articles .rightLink span, h2.abo-headline {
    margin-bottom: 30px;
}

h2.abo-headline {
    padding-top: 26px;
}

@media (max-width: 991px) {
    h1, .newFaqBox h2,.issues .detail h1, .articles .detail h1, .tx-felogin-pi1 h3, h2.abo-headline, .products h2.abo-headline, .product-right-menu span, .issues .detail .articleBox h2, .articles .detail .articleBox h2, .issues .rightLink span, .articles .rightLink span {
        margin: 0 0 30px;
    }
}

h2 {
    color: var(--color-bif-main-darker);
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 2rem;
}

.startsite-test-now h2  {
    margin-bottom: 20px !important;
}

@media (max-width: 991px) {
    h2, .issues h2, .articles h2, .products h2 {
        margin-bottom: 20px !important;
    }
}


h3 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: var(--color-dark);
    font-weight: bold;
}

.startsite-test-now h3 {
    margin-bottom: 20px;
}

a, a:hover {
    color: var(--color-bif-main-darker);
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

strong {
    font-weight: 700;
}

.header-container {
    background-color: var(--color-white);
    padding: 0;
    height: var(--header-height);
    width: 100%;
    box-shadow: 0px 3px 9px #00000026;
}

.header-container .container {
    position: relative;
}

.header-container > div {
    height: var(--header-height);
    width: 100%;
}

.header-container > div > div {
    height: var(--header-height);
}

p {
    font-size: 16px;
    line-height: 24px;
    color: var(--color-darker);
    margin-bottom: 2rem;
}

@media (max-width: 991px) {
    p {
        margin-bottom: 20px;
    }
}

ul {
    margin-bottom: 26px;
    padding-left: 18px;
}

ul li {
    position: relative;
}

ol li::marker {
    color: var(--color-bif-main-darker);
}

.carousel .carousel-backgroundimage,
.carousel .item {
    background-size: cover;
    /*height: var(--carousel-item-height);*/
    border-radius: 0px 0px 40px 40px;
}

/*anpassung fix styling for update*/

.frame {
    padding-top: 1em;
    padding-bottom: 1em;
}

@media (min-width: 992px) {
    .frame {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    #page-1 .slider .carousel-text {
        /*max-width: 100% !important;*/
    }
}

@media (min-width: 768px) {
    .frame {
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }
}

/*@media (min-width: 576px) and (max-width: 768px) {
	.container {
	    width: 100%;
	    max-width: 100%;
	}
}*/


/*
 * Ausblenden der weißen Hintergrundfläche - 06/2017
 */

#page-1 #content section > .container {
    background-color: transparent;
}

#page-1 #content section > .container .slider, #page-205 #content section > .container .slider, .slider .frame {
    padding: 0;
    position: unset;
    margin: 0;
}

.slider {
    margin: 0 9px;
}

/* .fullpage entfernt - 06/2017*/

.subcontent-wrap, main {
    padding-top: 26px;
}
@media (min-width: 992px) {
    .subnav-wrap {
        padding-top: 50px;
    }
}


.headerimage img {
    width: 100%;
    height: auto;
    padding: 0;
}

.frame {
    margin-top: 0;
}

/*product overview site*/

.products .overview .frame.default {
    padding-top: 0;
}

.products .overview .more {
    margin: 0 20px 20px 20px;
}

.products .overview .col-md-6 > div {
    text-align: center;
    box-shadow: 0px 7px 12px #0000001f;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 18px;
    position: relative;
}

.products .overview {
    padding-bottom: 50px;
}


.products .overview .btn {
    width: 100%;
    margin-bottom: 20px;
    min-width: auto;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .products .overview .product-1, .products .overview .product-9 {
        padding: 70px 18px 0 18px;
    }

    .products .overview .btn {
        font-size: 13px;
    }

    .products .overview h2 {
        line-height: 1.2;
        font-size: 25px;
    }

    .products .overview .product-2, .products .overview .product-11, .products .overview .product-3, .products .overview .product-4 {
        padding: 20px 18px 0 18px;
    }

    .products .overview .product-2 h2:before,
    .products .overview .product-11 h2:before,
    .products .overview .product-3 h2:before,
    .products .overview .product-4 h2:before {
        height: 75px;
    }

}

@media (max-width: 768px) {


    .products .overview h2 {
        line-height: 1.2;
        font-size: 20px;
    }

    .products .overview .btn {
        font-size: 14px;
        padding: 10px 0;
        margin-bottom: 11px;
    }

    .products .overview .product-1, .products .overview .product-9 {
        padding: 18px 18px 0 18px
    }

    .products .overview .product-2, .products .overview .product-11, .products .overview .product-3, .products .overview .product-4 {
        padding: 20px 18px 0 18px;
    }
}


/*FaQ*/

.faq-answer p {
    word-break: break-word;
}

/*
 * Page Layouts
 */

.slider {
    margin-bottom: 18px;
}

#content > section > .slider .frame {
    padding: 0;
}

.rahmen  {
    padding: 10px 14px;
    margin-bottom: 20px;
    padding: 30px 40px;
}

.startsite-test-now {
    padding: 30px 40px;
    padding-left:0;
}

.rahmen p:last-of-type {
    margin: 0;
}

.rahmen .image {
    margin: 0;
}
.abos.rahmen {
    text-align: center;
    padding: 18px 0 26px 0;
}

.abos .btn:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(../Images/bif-icon-shopping-cart-white.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    margin-left: 21px;
}

.abos .abo-product.col-md-6 {
    width: 50%;
}

/*Best Performer*/

.abos .btn {
    padding: 20px 0;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    text-transform: none;
    border-radius: 0px 5px 5px 0px;
    min-width: auto;
    min-height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.btn:hover,
.abos .btn:hover {
    text-decoration: none;
}

.startsite-test-now .row > div:last-child,
.info-mainsite {
    position: relative;
}

.info-mainsite a.btn {
    position: absolute;
    left: 30px;
    bottom: 30px;
}

/*Neuer Container 03/2018 zw. Best Performer & Musterdepot & Unternehmens und Produktteaser*/
.info-mainsite {
    background-color: var(--color-white);
    padding: 30px;
    height: 381px;
}

.info-mainsite h2 {
    text-transform: uppercase;
    color: #05161D;
    line-height: 24px;
    font-size: 18px;
    font-weight: 900;
}

.teaser-product-teaser-company h2 {
    letter-spacing: 3px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Lato',sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: var(--color-white);
    margin-bottom: 0;
}

.teaser-product-teaser-company strong {
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    color: var(--color-white);
    font-family: 'Lato',sans-serif;
    margin-top: 0px;
    text-transform: uppercase;
}


.teaser-product-teaser-company p, .teaser-product-teaser-company a {
    color: var(--color-white);
}

.teaser-product-teaser-company {
    padding: 30px 40px;
    margin-bottom: 18px;
    background: url(../Images/Headerbilder/Guilloche_20prozent.png)rgba(5,22,29,1);
}

@media (max-width: 1200px) and (min-width: 992px) {


    .info-mainsite, .musterdepot h2, .musterdepot p {
        padding: 20px;
    }

    .startsite-test-now h2,
    .info-mainsite h2 {
        letter-spacing: 1px;
        line-height: 22px;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .info-mainsite.frame {
        height: auto;
        padding-top: 30px;
        padding:30px;
    }
}

/*Musterdepot*/

.musterdepot {
    background-image:url(../Images/Musterdepot.jpg);
    background-size: cover;
    min-height: 381px;
    padding:0;
}

.musterdepot h2, .musterdepot p {
    margin:0;
    padding: 0px 30px;
    background-color:rgba(5,22,29,0.75);
}

.musterdepot h2 a, .musterdepot p a  {
    color: var(--color-white);
}

.musterdepot h2 a:hover, .musterdepot p a:hover {
    cursor:pointer;
}

.musterdepot h2 {
    padding-top: 30px;
    letter-spacing: 2px;
    line-height: 24px;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

.musterdepot p  {
    padding-bottom: 15px;
}

/*Productdetail incl. Issues*/
.products .tx-felogin-pi1,
.issues .tx-felogin-pi1,
.articles .tx-felogin-pi1 {
    display: none;
}

#content .products .detail li {
    padding-left: 0px;
}

.products .detail .rightLink a:not(.btn), .issues .detail .rightLink a:not(.btn), .articles .detail .rightLink a:not(.btn), .issues .detail .rightLink p, .products .detail .rightLink p, .articles .detail .rightLink p,
.subcontent-wrap .tx-powermail    {

}


.issues .detail .rightLink p, .products .detail .rightLink p, .articles .detail .rightLink p  {
    padding:8px;
}

.products .detail .rightLink .pricebox p {
    padding:0;
    margin:0;
}


.issues .detail .rightLink p a:not(.btn), .products .detail .rightLink p a:not(.btn), .articles .detail .rightLink p a:not(.btn) {
    background-color: transparent;
    padding: 0px;
    margin-bottom: 0;
}

.products .detail .paypalbuy,
.issues .detail .paypalbuy,
.articles .detail .paypalbuy {
    background-color: rgba(60,79,87,0.4);
}
.products .detail .rightLink .paypalbuy a,
.issues .detail .rightLink .paypalbuy a,
.articles .detail .rightLink .paypalbuy a {
    background-color: transparent;
}

.products .detail .paypalbuy form,
.issues .detail .paypalbuy form,
.articles .detail .paypalbuy form {
    text-align: center;
    margin-top: -15px;
    padding-bottom: 20px;
}

.products .detail .rightLink a:hover, .issues .detail .rightLink a:hover, .articles .detail .rightLink a:hover {
    text-decoration: none;
}

.issues .detail .col-sm-9 h2 {
    margin-top: 35px;
}

.issue-image, .article-image {
    width: 100%;
    height: auto;
    text-align:center;
}

.issues .detail .rightLink a:hover {
    text-decoration: none;
}

.issues .detail .issue_createdate,
.articles .detail .issue_createdate {
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: var(--color-bif-main-darker);
}


.issues .list .issue_createdate {
    font-size: 14px;
    line-height: 17px;
    color: var(--color-bif-main-darker);
}

main > div,
main > div.frame {
    margin-bottom: 26px;
}

section#p73 main > div {
    background-color: transparent;
}

.products .detail .rightLink a,
.issues .detail .rightLink a {
    color: var(--color-white);
    text-align: center;

}
.issues .detail .rightLink .btn-primary, .articles .detail .rightLink .btn-primary{
    background-color: var(--color-bif-main-darker);
}

#content .issues .detail ul.acutally_themes li:before,
#content .articles .detail ul.acutally_themes li:before   {
    content: " ";
    display: block;
    height: 100%;
    width: 10px;
    border-radius: 5px 0 0 5px;
    background-color: var(--color-bif-main-darker);
    position: absolute;
    left: 0;
    top: 0;
}

.acutally_themes {
    display: inline-block;
    width:100%;
    padding-left:0;
    text-align: left;
}

.products .detail .rightLink h2 {
    margin-top: 15px;
}

/*abos*/
.abos h3 {
    float: left;
    color: var(--color-bif-main-darker);
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 0;
}

.abo-product-info {
    background: var(--white);
    padding: 19px;
    border-radius: 5px 0px 0px 5px;
}

.abos h3 span {
    padding-left: 5px;
    font-size: 12px;
    color: var(--color-dark);
}

.abos p {
    font-size: 18px;
    font-family: 'Exo 2', sans-serif;
}

.abo-product {
    display: inline-block;
    width: 100%;
}

.abo-product-info, .abo-product-price {
    width: 70%;
    float: left;
    box-shadow: 0px 7px 12px #0000001F;
}

.abo-product-price{
    width: 30%;
}

@media (max-width: 992px) {
    .abo-product.col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
}

.pakete .abos p euro {
    font-size: 18px;
}

.pakete .abos {
    padding: 0;
}


/**AG: neue Product sites 06/2017 **/


#content .products .product-information a {
    font-weight: bold;
}

.startseinten-inhalte {
    margin-bottom: 30px;
}

.startseinten-inhalte .articles {
    margin-top: 0px;
}

.startseinten-inhalte .articles .box {
    padding-bottom: 81px;
}

.startseinten-inhalte #c499 {
    height: 100%;
}

.product-right-menu  {
    text-align: center;
}

.rightLink a.btn {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
}

.product-right-menu .imagebox p:first-of-type {
    background-color: var(--color-bg-body);
}

.product-right-menu .imagebox .btn, .product-right-menu .order .btn, .issues .rightLink .btn, .articles .rightLink .btn{
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
}

.product-right-menu .btn-red {
    background-color: #a6181e;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: bold;
    padding: 18px 0px;
}

.container.products {
    padding: 0;
}

.container.products .image {
    margin-bottom: 0;
}

.slider {
    margin:0 -9px;
}

.backendlayout-pagets__special_start .frame {
    margin-bottom: 25px;
}

.backendlayout-pagets__special_start h3 {
    font-size: 16px;
    color: #bd2716;
    line-height: 19px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px
}


@media (min-width: 992px) {
    .carousel-inner > .item {
        /*height: var(--carousel-item-height);*/
    }

    .navbar-main > li > .navbar-text{
        padding: 0 10px;
    }

    .navbar-main > li > a {
        padding-left: 0px;
        margin-left: 40px;
    }
}
.articles, .products, .issues {
    padding-top: 50px;
}

.issue_actual_themes .articles {
    padding-top: 20px;
}

.issues .products, .articles .products  {
    padding-top: 0;
}

.startseinten-inhalte .articles {
    padding-top:0;
}

.issues .rightLink, .articles .rightLink {
    margin-top: 14px;
}

/*aktuelle Themen -- Newsticker*/

.frame .aktuelle_themen  {
    font-family: 'Exo 2', sans-serif;
    position: relative;
    color: var(--color-dark);
}

.frame .aktuelle_themen h2 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Exo 2', sans-serif;
}

.frame .aktuelle_themen h2 a {
    color: var(--color-dark);
    font-weight: bold;
}

.frame .aktuelle_themen .datepicker {
    border-bottom: 1px solid var(--color-dark);
    line-height: 17px;
    font-family: 'Lato', sans-serif;
    display: block;
    margin-bottom: 22px;
    padding-bottom: 21px;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
}

.icon-arrow-right:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
}

.icon-arrow-right.arrow-black:after {
    background-image: url(../Images/arrow-right-extended-black.svg);
}
.icon-arrow-right.arrow-white:after {
    background-image: url(../Images/arrow-right-extended-white.svg);
}

.aktuelle_themen p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
    font-weight: 400;
}

.aktuelle_themen .btn-more {
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    color: var(--color-dark);
}

/*rechte Box*/
.backendlayout-pagets__default_2_columns .subcontent-wrap > div {
    padding: 4px 10px;
    border: 1px solid #c8c8c8;
}

.backendlayout-pagets__default_2_columns .subcontent-wrap h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 5px 0;
    font-family: 'Lato', sans-serif;
}

.backendlayout-pagets__default_2_columns .subcontent-wrap h2:after {
    background-image: url(../Images/boxh.png);
    display: block;
    content: " ";
    width: 100%;
    height: 18px;
}

/*Accordion*/

[id^=accordion-] .panel-title,
.panel-title,
.faq .panel-title {
    margin-bottom:0;
}

[id^=accordion-].panel-group .panel,
.panel-group .panel,
.faq .panel-group .panel {
    background-color: var(--color-white);
}

[id^=accordion-] .panel-title > a,
.panel-title > a,
.faq .panel-title > a {
    font-size: 12px;
    text-decoration: none;
    color: #454545;
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-bottom:0;
}

/*Header*/

.dropdown-menu {
    box-shadow: none;
    border: none;
    color: #2b2b2b;
}

.navbar-default {
    background: var(--color-white) !important;
    padding: 0 !important;
    height: 72px !important;
    min-height: 72px !important;
}

.navbar-header-main .navbar-brand {
    line-height: 120px;
    height: 120px;
}


.navbar .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand.navbar-brand-image {
    display: inline-block;
    padding-top: 0;
    text-align: center;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 0;
    line-height: inherit;
    height: 100%;
    white-space: nowrap;
    width: 100%;
}

@media (max-width: 991px) {
    .navbar-header-main .navbar-brand {
        height: auto;
    }

    .navbar-header-main .navbar-brand.navbar-brand-image {
        padding-bottom: 5px;
        padding-top: 5px;
        width: auto;
    }

    .navbar-header-main .navbar-brand.navbar-brand-image > img {
        max-height: 60px;
        width: auto;
    }
}

@media (min-width: 992px) {
    .navbar-main > li > a {
        line-height: 30px;
    }

    .left .navbar-nav {
        margin-bottom:0;
        float: right !important;
    }

    .right .navbar-nav {
        margin-top:0;
        float: left !important;
    }
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default-transition .navbar-nav > .open > a, .navbar-default-transition .navbar-nav > .open > a:hover, .navbar-default-transition .navbar-nav > .open > a:focus, .navbar-default-transition.navbar-transition .navbar-nav > .open > a, .navbar-default-transition.navbar-transition .navbar-nav > .open > a:hover, .navbar-default-transition.navbar-transition .navbar-nav > .open > a:focus {
    color: #04161D;
}

.navbar-toggle {
    z-index: 99999;
    margin-top: 30px;
    cursor: pointer;
    position: absolute;
    right: 15px;
}

/*Alle Themen*/

.issues .list h3 {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    font-weight: bold;
    font-family: 'Exo 2', sans-serif;
    margin-bottom: 15px;
}

/*issues*/
/*ungerade*/
.issues .list .issue_actual_themes {
    padding: 20px;
    background-color: var(--color-white);
    margin-bottom: 20px;
}

.issues .list .articles a {
    color: var(--color-dark);
}

.issues .list .articles a:hover {
    color: var(--color-bif-main-darker);
}

.issues .list .articles ul {
    margin-bottom:0;
}

.issues .detail .articleBox a, .articles .detail .articleBox a {
    color: var(--color-dark);
    font-weight: bold;
    padding:20px;
    line-height: 19px;
}

.issues .detail .articleBox a:hover, .articles .detail .articleBox a:hover {
    text-decoration: none;
    color: var(--color-dark);
}

.issues .detail .rahmen, .products .detail .rahmen, .articles .detail .rahmen {
    padding: 0;
}

.issues .detail .articleBox li, .articles .detail .articleBox li {
    list-style-type: none;
    background: var(--color-bif-main);
    margin-bottom: 10px;
}

.issues .list a {
    text-decoration: none;
    display: block;
    font-family: 'Lato', sans-serif;
    padding:0;
}


.issues .tx-felogin-pi1, .articles .tx-felogin-pi1 {
    margin-top: 32px;
}

@media (max-width: 992px) {
    .issues .list a {
        padding-left: 30px;
        text-indent: -14px;
    }

    .issues .detail .articleBox  ul.acutally_themes li, .articles .detail .articleBox  ul.acutally_themes li {
        width: 100%;
    }

    .carousel-control.left, .carousel-control.right{
        background: none;
    }


}

@media (max-width: 992px) and (min-width:768px) {
    .footer-section .equal-height-columns > div img  {
        max-width: 160px;
    }


}

/*Footer*/

footer {
    background-color: var(--color-bg-body) !important;
    padding: 0 !important;
}

.footer-section {
    border-top: none;
    color: var(--color-white)fff;
    font-family: 'Exo 2', sans-serif;
    padding-bottom: 0;
    border-radius: 40px 40px 0px 0px;
    background-color: var(--color-footer-grey);
}

.footer-section > .container {
    color: var(--color-white);
    padding: 30px 0 30px 0;
    border-bottom:  1px solid var(--color-white);
    margin-bottom: 0;
}

.footer-section h3 {
    font-family: 'Exo 2', sans-serif;
    margin: 0;
    line-height: 19px;
    color: var(--color-bif-main);
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-section ul {
    margin: 0;
    padding: 0;
}

.footer-section li:not(.sociallinks-item) {
    list-style-type: none;
    padding-bottom: 3px;
    position: relative;
    padding-left: 0;
    font-family: 'Exo 2', sans-serif;
}

.footer-section a, .footer-section li a:hover, .footer-section a:hover, .footer-section a:focus {
    color: var(--color-white);
}

.footer-section li:not(.sociallinks-item) a {
    display: inline-block;
    padding-left:0;
}

.footer-section li:not(.sociallinks-item) a:before {
    content: " ";
    background-image: url(../Images/arrow-white.svg);
    background-repeat: no-repeat;
    width: 7px;
    height: 12px;
    display: inline-block;
    padding-right: 17px;
}

.footer-section p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--color-white);
}

.footer-section .equal-height-column p:last-of-type {
    margin-bottom: 30px;
}

.footer-icons a i {
    height: 40px;
    text-align: center;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    margin-right: 29px;
    font-size: 36px;
    margin-bottom: 26px;
}

.footer-section .sociallinks-link-label {
    display: none;
}

.footer-section .sociallinks-item {
    display: inline-block;
}

.footer-icons.sociallinks {
    text-align: right;
}

.footer-meta-section {
    padding: 23px 0;
}

.footer-meta-section .copyright p {
    margin-bottom:0;
}

.footer-icons a:hover {
    text-decoration: none;
}

.letter-test-bewertng {
    text-align: right;
}

@media (max-width: 767px) {

    .footer-section > .container {
        padding: 20px 10px;
    }

    .footer-section .equal-height-column:not(:last-child) {
        margin-bottom: 25px;
    }

}

/****/


ul li a {
    padding-left: 15px;
    display: inline-block;
}

#p378 .pakete .product-information ul li a {
    padding: 0;
    color: rgb(75,109,211);
    display: inline;
}

/*products*/


.products .list li a  {
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    color: var(--color-white);
    font-size: 18px;
    line-height: 11px;
    font-weight: bold;
    padding: 24px 20px 24px 70px;
    overflow: hidden;
    background-image: url(../Images/products/abb.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 30px;
    min-height: 70px;
}

.products .list li a span {
    display: none;
}

.products .list li.product-1 a {
    background-image: url(../Images/products/abb.svg);
}
.products .list li.product-9 a {
    background-image: url(../Images/products/hbb.svg);
}
.products .list li.product-2 a {
    background-image: url(../Images/products/aktienspezialwerte.svg);
}
.products .list li.product-11 a {
    background-image: url(../Images/products/derinternationale.svg);
}
.products .list li.product-3 a {
    background-image: url(../Images/products/meingeldplus.svg);
}
.products .list li.product-4 a {
    background-image: url(../Images/products/moneymail.svg);
}

.products .list li.active a {
    padding: 24px 20px 24px 80px;
}

.products .list ul li {
    padding: 0;
    text-indent: 0;
    text-align:center;
    list-style-type: none;
    border-radius: 0px 5px 5px 0px;
    width: 70px;
    height: 70px;
    overflow: hidden;
}

.products .list ul {
    padding-left:0;
}

.products .list  {
    position: fixed;
    left: 0;
    z-index: 99999;
    top: 38%;
}

@media (max-width: 1500px) {
    .products .list {
        display: none;
    }
}

.products .list .frame {
    padding:0;
}

.issues .products .list a {
    margin:0;
}

.products .list li a:hover, .products .list li:hover a, .products .list li.active a, .subnav-wrap .nav.nav-sidebar li a:hover, .subnav-wrap .nav.nav-sidebar li:hover a, .subnav-wrap .nav.nav-sidebar li.active a:hover, .subnav-wrap .nav.nav-sidebar li.active:hover a, .subnav-wrap .nav.nav-sidebar li.active a {
    color: var(--color-white);
    text-decoration: none;
}

.products .list li:hover, .products .list li.active:hover {
    width: auto;
}

.products .list li.active, .subnav-wrap .nav.nav-sidebar li:hover, .subnav-wrap .nav.nav-sidebar li.active {
    width: 80px;

}

.products .list li.active {
    box-shadow: 0px 6px 16px #00000042;
}

.products .list li.active:before, .subnav-wrap .nav.nav-sidebar li.active:before {
    color: var(--color-white);
}

/*Submenu*/

.subnav-wrap .nav.nav-sidebar li a, aside.tx-blog-widget:last-of-type li a {
    border: none;
    transition: none;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.subnav-wrap .nav.nav-sidebar li a span, aside.tx-blog-widget:last-of-type li a span {
    width: 100%;
}
.subnav-wrap .nav.nav-sidebar li a:hover, #page-73 .category-item-73 a, .blogwidgetlist__item--active a, .nav.nav-sidebar li a:active, .nav.nav-sidebar li a:hover, .nav.nav-sidebar li a:focus, .subnav-wrap .nav.nav-sidebar li a.active, .subnav-wrap .nav.nav-sidebar li.active {
    background-color: var(--color-bif-main-darker);
    border-radius: 5px 5px 0px 0px;
    transition: none;
}

.subnav-wrap .nav.nav-sidebar li.active a {
    font-weight: bold;
}

.subnav-wrap ul.nav.nav-sidebar {
    display: flex;
    flex-wrap: wrap;
}

aside.tx-blog-widget li a,
.subnav-wrap .nav.nav-sidebar li a {
    text-decoration: none;
    color: var(--color-white) !important;
    font-size: 16px;
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    height: 100%;

}

#content ul.nav-sidebar li:before {
    content:" ";
}

.subnav-wrap .nav.nav-sidebar li, aside.tx-blog-widget:last-of-type li {
    background-color: var(--color-dark);
    border-radius: 5px 5px 0px 0px;
    flex: 0 1 19%;
    margin: 5px;
}

#page-78 .subnav-wrap .nav.nav-sidebar li, #c433 aside.tx-blog-widget:last-of-type li, #c958 aside.tx-blog-widget:last-of-type li, #c960 aside.tx-blog-widget:last-of-type li  {
    /*flex: 0 1 24%;*/
}
#page-78 .subnav-wrap .nav.nav-sidebar li:last-of-type, #c433 aside.tx-blog-widget:last-of-type li:last-of-type, #c958 aside.tx-blog-widget:last-of-type li:last-of-type, #c960 aside.tx-blog-widget:last-of-type li:last-of-type {
    margin-right:0;
}

aside.tx-blog-widget:last-of-type li:nth-child(5), .subnav-wrap .nav.nav-sidebar li:nth-child(5), aside.tx-blog-widget:last-of-type li:nth-child(10), .subnav-wrap .nav.nav-sidebar li:nth-child(10)  {
    margin-right:0;
}

aside.tx-blog-widget:last-of-type li:first-of-type, .subnav-wrap .nav.nav-sidebar li:first-of-type, aside.tx-blog-widget:last-of-type li:nth-child(6), .subnav-wrap .nav.nav-sidebar li:nth-child(6),
aside.tx-blog-widget:last-of-type li:nth-child(11), .subnav-wrap .nav.nav-sidebar li:nth-child(11) {
    margin-left: 0;
}

@media (max-width: 991px) {
    .subnav-wrap ul.nav.nav-sidebar {
        display: none;
    }
}

/*Main Menu*/

.navbar-nav{
    flex-direction: row;
    vertical-align:bottom;
}

.navbar-main .nav-item:last-of-type {
    display: none;
}

.navbar-main .nav-item:nth-child(7n) {
    margin-bottom: 15px;
}

@media (min-width: 991px) {
    .navbar-main .nav-item {
        margin-top: 36px;
    }
    .navbar-main .nav-item:nth-child(7n),.navbar-main .nav-item:last-of-type {
        margin-top: 26px;
        margin-bottom: 0;
    }

    .navbar-main .nav-item:last-of-type {
        display: block;
    }
}

.navbar-nav.navbar-main .nav-item.dropdown a {
    padding-right: 10px;
}

.navbar-main .nav-item:nth-child(7n) a {
    background-color: var(--color-dark);
    border-radius: 5px;
    color: white;
    padding: 10px 30px;
}

.navbar-main .nav-item:nth-child(7n) a:hover {
    color: white !important;
}

.navbar-main .nav-item.active > a, .dropdown-menu li.active a,
#page-1 .navbar-main .nav-item:first-of-type a,
#page-73 .navbar-main .nav-item:nth-of-type(4) a,
#page-141 .navbar-main .nav-item:nth-of-type(4) a {
    color: var(--color-bif-main-darker);
}

#page-73 .navbar-main .nav-item.active > a {
    color: var(--color-dark);
}

.navbar-main > li > a .bar {
    display: none;
}

.dropdown.open .dropdown-menu {
    display: block;
    position: absolute;
    margin: 0;
    top: 20px;
}


.navbar-main > li > a, .navbar-default .navbar-nav > li > a {
    color: var(--color-dark);
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Exo 2', sans-serif;
    letter-spacing: 0px;
    line-height: 19px;
}

@media (max-width: 1200px) {
    .navbar-main > li > a, .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }
}

.dropdown-menu li a {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-dark);
    width: 100%;
}

.navbar-main a:hover {
    text-decoration: none;
    color: #04161D !important;
}

.navbar-main .dropdown-menu a:hover {
    color: var(--color-white);
}

.navbar-main .dropdown-menu li:hover,.navbar-main .dropdown-menu > li > a:hover, .navbar-main .dropdown-menu > li > a:focus {
    background-color: var(--color-bif-main-darker);
    color: var(--color-white) !important;
}

.dropdown-menu {
    padding: 0 0 0;
    text-align: left;
    z-index: 50;
    background-color: transparent !important;
    border: none !important;
}

.dropdown-menu {
    min-width: 12rem !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: var(--color-bif-main-darker);
    color: var(--color-white);
    outline: 0 none;
    text-decoration: none;
}

.articleBox img, .newFaqBox img{
    display: none;
}

.newFaqBox {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}


/*
.carousel-inner h1, .carousel-inner span {
	background-color: rgba(5,22,29,0.75);
	border: 1px solid var(--color-white);
	display: inline;
	font-weight: 100;
	line-height: 40px;
	padding: 3px 14px;
	text-align: center;
	width: auto;
	font-family: 'Lato', sans-serif;
	margin: 0 67px 150px 0;
	font-size: 35px;
	letter-spacing: 3px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	text-transform:uppercase;
	color: var(--color-white)FFF;
}

@media (max-width: 768px) {
	.carousel-inner h1, .carousel-inner span {
		font-size: 18px;
		line-height: 33px;
		padding: 3px 9px;
		margin: 0 0px 0px 0;
	}
}
*/


/*
.carousel-inner p, .headerimage span:last-of-type {
	margin-top: 20px;
	background-color: rgba(5,22,29,0.75);
    border: 1px solid var(--color-white);
    padding: 3px 14px;
    color: var(--color-white);
    font-size: 25px;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: table;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.carousel-inner a:hover {
	text-decoration: none;
}
*/

@media (max-width: 768px) {
    .container .carousel-inner .valign {
        display: block;
        position: relative;
    }

    .footer-meta-section .copyright p {
        margin-bottom: 10px;
    }

    .footer-icons.sociallinks {
        text-align:left;
    }

    .footer-icons.sociallinks  li:first-of-type a{
        padding-left: 0;
    }
}


/*Hipster Slider*/
.carousel-item-type[data-itemno="3"]  .vcontainer {
    position: absolute;
    left: 110px;
    top: 95px;
}

/*
.carousel-item-type[data-itemno="3"] p {
	margin-left:38px;
}
*/

@media (max-width: 768px) {
    .carousel-item-type[data-itemno="3"] .vcontainer {
        position: absolute;
        left: 0px;
        right: 80px;
        top: 15px;
    }
    /*
    .carousel-item-type[data-itemno="1"] .vcontainer p {
        margin-left: 40px;
    }
    */
}

/*Anzug Jubler Handy*/
.carousel-item-type[data-itemno="2"]  .vcontainer {
    position: absolute;
    bottom: 15px;
    left: 90px;
}

/*.carousel-item-type[data-itemno="2"] p {
	margin-left:38px;
	margin-bottom: 5px;
}

.carousel-item-type[data-itemno="2"] p:last-of-type {
	margin-left: 0;
}*/

@media (max-width: 992px) {
    .carousel-item-type[data-itemno="2"] .vcontainer {
        position: absolute;
        left:10px;
        width:100%;
        margin-bottom:0;
    }
}


/*Boersenmaedls*/
.carousel-item-type[data-itemno="1"]  .vcontainer {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    width: 100%;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 50px;
    padding-top: 40px;
}

/*
.carousel-item-type[data-itemno="1"] p {
	margin-left:38px;
}
*/

@media (max-width: 1200px) and (min-width:992px){
    .carousel-item-type[data-itemno="1"] .vcontainer {
        padding-left: 0;
        width: 580px;
    }

    .nav-third .navbar-main {
        float: right !important;
    }
}

@media (max-width: 992px) {
    .carousel-item-type[data-itemno="1"] .vcontainer {
        position: absolute;
        padding-left: 0;
    }
    .carousel-item-type[data-itemno="3"] .vcontainer p {
        margin-left: 0;
    }

    .carousel-inner p, .carousel-inner h1, .carousel-inner span  {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .slider {
        margin-bottom:0;
    }

}

@media (max-width: 650px) {


    /*.carousel-item-type[data-itemno="3"] .vcontainer p {
        margin-top:0;
    }

    .carousel-item-type[data-itemno="1"] .vcontainer {
        left: 0px;
        right: 1px;
        top: 79px;
    }

    .carousel-item-type[data-itemno="3"] .vcontainer {
        padding-left: 0;
        right: 10px;
    }*/
}

@media (max-width: 590px) {
    .carousel-item-type[data-itemno="0"] .vcontainer img {
        margin-bottom: 174px;
        width: 150px;
    }
}

.carousel-image.vcontainer {
    display: none;
}

.carousel-indicators li[data-bs-target],
.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0.5;
    margin: 0 5px;
}

.carousel-indicators li.active {
    opacity: 1;
}

.carousel-control {
    display: none;
}

@media (min-width: 992px) {

    .navbar-nav.navbar-main .nav-item.dropdown:after {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        transform: rotate(90deg);
        background-image: url(../Images/arrow-right.svg);
        background-repeat: no-repeat;
        background-position-x: 3px;
    }

    .navbar .nav.navbar-nav.navbar-main {
        display: inline-flex;
        float: right;
    }

    .dropdown-menu li {
        background-color: var(--color-bg-body);
        margin-bottom: 2px;
    }

    .dropdown-menu li.active a{
        background: var(--color-bif-main-darker);
        color: var(--color-white);
    }

    .dropdown-menu li a {
        padding: 5px 10px;
        color: var(--color-dark);
    }

    .dropdown-menu li:first-of-type {
        margin-top: 17px;
    }

    .navbar-top {
        height: var(--header-height);
    }

    .navbar-brand > img {
        margin-top: 10px;
    }
}

/*header text*/

.headerimage {
    max-height: 360px;
    overflow: hidden;
    border-radius: 0px 0px 40px 40px;
}

.headerimage .headline {
    text-align: left;
}

.headerimage span:first-of-type {
    text-transform: uppercase;
}

@media (min-width: 992px) {


    .headerimage .headline span {
        text-align: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .headerimage .headline span {
        font-size: 18px;
        letter-spacing: 2px;
        line-height: 30px;
    }
}

@media (max-width: 991px) {
    .headerimage span {
        font-size: 15px;
    }

    .headerimage span:last-of-type {
        font-size: 12px;
        margin-top: 9px;
    }

    .headerimage {
        position:relative;
    }

    .headerimage .headline {
        position: absolute;
        left: 20px;
        max-width: calc(100% - 40px);
    }

    .headerimage .headline span {
        text-align: left;
    }

    .headerimage .headline {
        top: 50% !important;
        transform: translateY(-50%);
        left: unset;
    }

    .headerimage img {
        width: auto;
        height: 250px;
        margin: 0 auto;
        border-radius: 0px 0px 40px 40px;
    }

}

@media (max-width: 767px) {
    .headerimage img {
        height: 250px;
        border-radius: 0;
    }
}

@media (max-width: 600px) {
    .headerimage .headline, .headerimage {
        display: none;
    }

    .headerimage {
        margin-top: 0;
    }

}

/*Startseite container media Query*/


@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-main > li > a, .navbar-default .navbar-nav > li > a {
        padding-left: 0;
        margin-left: 20px !important;
    }
}

.jump-to-letter-box {
    margin-bottom:15px;
}

.stock .header {
    font-weight: bold;
    background: #3B4F57;
    margin: 0;
    padding: 4px 0 10px 0;
    border-bottom: none;
    color: var(--color-white);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.stock .stock-list .stock-list-issue {
    display: block;
}

.stock .stock-list .row {
    margin: 0;
    padding:10px;
}

.stock .stock-list > .row:nth-child(odd) {
    background-color: rgba(255,255,255,0.5);
}

.stock .stock-list > .row:nth-child(even) {
    background-color: rgba(60,79,87,0.2);
}

.stock .stock-collapse {
    overflow: hidden;
    height: 0;
    transition: height 250ms ease-in-out;
}

.stock .stock-collaps-toggle:before {
    display: inline-block;
    content: '\f0d7';
    font-family: FontAwesome, 'sans-serif';
    margin: 0 5px;
}

.stock .stock-collaps-toggle.active:before {
    transform: rotate(180deg);
}

.stock .jump-to-letter-box a {
    font-size: 1.2em;
    padding: 0 5px;
}

/*red box*/
.red-box {
    background-color: #B3242E;
    color: #fff;
    padding: 0;
    margin: 0;
}

.red-box p, .red-box h2 a {
    color: #fff;
}

.red-box .btn {
    display: none;
}

.startsite-test-now {
    background-color: var(--color-white);
    box-shadow: 0px 7px 12px #0000001F;
    min-height:330px;
}

.quotation {
    background-image:url("../Images/Spruch.jpg");
    background-size: cover;
    margin-bottom: 18px;
}

.quotation blockquote {
    padding:0;
    margin:0;
    border: none;
}

.quotation blockquote p {
    color: #DCDCDC;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 24px;
}

.quotation p {
    color: var(--color-white);
    letter-spacing:3px;
    font-size: 14px;
    line-height: 24px;
}

/*Pannel --> Links*/

.panel-default {
    border: none;
}

.panel-default > .panel-heading {
    background-color: var(--color-bif-main-darker);
    border: none;
    padding: 15px 20px;
    color: var(--color-white);
    font-family: 'Exo 2', sans-serif;
}

[id^=accordion-] .panel-title > a,
.faq .panel-title > a,
.panel-title > a {
    color: var(--color-white);
    font-size:16px;
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

[id^=accordion-] .panel .panel-title > a:hover,
.faq .panel .panel-title > a:hover {
    color: var(--color-white);
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    background:var(--color-bg-body);
    background: var(--color-white);
    padding: 15px;
    padding-bottom: 30px;
}

@media (max-width: 991px) {
    .products .list {
        display: none;
    }

    .teaser-product-teaser-company {
        margin-top: 15px;
        padding-top: 30px !important;
        padding: 30px;
    }

    .letter-test-bewertng {
        text-align:left;
    }

    .navbar-collapse.right {
        border-top:0;
    }

    .left .navbar-nav {
        margin-bottom:0;
    }

    .right .navbar-nav {
        margin-top:0;
    }

    .nav-root .navbar-collapse {
        height: 0;
        width: 100%;
        overflow: hidden;
    }

    .nav-root .navbar-collapse.container.collapse.show {
        height: auto;
        overflow: visible;
    }

    .frame.quotation {
        margin-top: 18px;
    }

    .startsite-test-now p {

    }

    .aktuelle_themen {
        min-height: auto;
    }

    .col-md-3 .tx-blog-widget:last-of-type {
        display: none;
    }

    .frame {
        padding-top: 0;
    }

    .musterdepot  {
        margin-top: 18px;
    }

    .startsite-test-now {
        margin-bottom: 18px;
        padding: 20px;
    }

    .navbar-main .open .dropdown-menu {
        border-left: 4px solid rgba(60,79,87,0.4);
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default-transition .navbar-nav .open .dropdown-menu > li > a, .navbar-default-transition.navbar-transition .navbar-nav .open .dropdown-menu > li > a {
        color: #04161D;
    }

}

@media (min-width: 576px) and (max-width: 991px) {
    .startsite-test-now {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {

    .footer-section .equal-height-columns > div {
        border-right: none;
    }

    .quotation blockquote {
        padding-top:10px;
    }

    #page-37 .products .frame, #page-205 .products .frame {
        margin-bottom: 15px;
    }

    .issue-image, .article-image, .product-image, .products .detail img.product-image {
        width: auto;
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }


    .products .c-image {
        margin: 0 auto;
    }

    .issue-image img, .article-image img, .product-image img {
        max-width: 100%;
    }

    .article-image img,
    .issue-image img {
        height: auto;
    }


    .footer-section img {
        margin-bottom: 15px;
    }


    .footer-section .container .col-sm-3, .footer-section .container .col-sm-2 {
        border: none;
        margin-bottom: 25px;
    }


    #page-1 .bg-color-white .col-md-6.col-sm-6 {
        margin-bottom: 20px;
    }

    .footer-section h3 {
        padding-bottom: 10px;
    }


    .carousel-item-type[data-itemno="0"] .vcontainer img {
        margin-bottom: 5px;
        margin-right: 18px;
    }

    #page-1 .carousel-indicators {
        display: flex;
        opacity: 1;
    }
    #page-1 .carousel-control > *,
    #page-1 .carousel-control {
        display: none;
        opacity: 0;
    }
}
@media (max-width: 590px) {
    .carousel-item-type[data-itemno="0"] .vcontainer img {
        margin-bottom: 175px;
        margin-right: auto;
        margin-left: 0;
    }

    .quotation blockquote p {
        font-size: 15px;
    }
}



/*cookies*/

#cc-notification a, #cc-notification a:visited {
    color: var(--color-white) !important;
    font-size:14px;
}

#cc-notification .headline-cookie span, #cc-notification .headline-cookie {
    font-size: 14px;
    letter-spacing:0;
    margin-bottom: 20px !important;
}

#cc-notification a, #cc-notification a:visited {
    font-size: 14px !important;
}

#cc-notification a:hover {
    color: var(--color-white);
}

#cc-notification .headline-cookie a {
    letter-spacing:0;
}

#cc-tag, .facebook-pixel .image_off {
    display: none !important;
}

#cc-modal, #cc-settingsmodal, #cc-tag, #cc-notification, #cc-modal div, #cc-modal span, #cc-modal iframe, #cc-modal h1, #cc-modal h2, #cc-modal h3, #cc-modal h4, #cc-modal h5, #cc-modal h6, #cc-modal p, #cc-modal pre, #cc-modal a, #cc-modal code, #cc-modal em, #cc-modal img, #cc-modal s, #cc-modal small, #cc-modal strong, #cc-modal b, #cc-modal u, #cc-modal i, #cc-modal dl, #cc-modal dt, #cc-modal dd, #cc-modal ol, #cc-modal ul, #cc-modal li, #cc-modal form, #cc-modal label, #cc-settingsmodal div, #cc-settingsmodal span, #cc-settingsmodal iframe, #cc-settingsmodal h1, #cc-settingsmodal h2, #cc-settingsmodal h3, #cc-settingsmodal h4, #cc-settingsmodal h5, #cc-settingsmodal h6, #cc-settingsmodal p, #cc-settingsmodal pre, #cc-settingsmodal a, #cc-settingsmodal code, #cc-settingsmodal em, #cc-settingsmodal img, #cc-settingsmodal s, #cc-settingsmodal small, #cc-settingsmodal strong, #cc-settingsmodal b, #cc-settingsmodal u, #cc-settingsmodal i, #cc-settingsmodal dl, #cc-settingsmodal dt, #cc-settingsmodal dd, #cc-settingsmodal ol, #cc-settingsmodal ul, #cc-settingsmodal li, #cc-settingsmodal form, #cc-settingsmodal label, #cc-tag div, #cc-tag span, #cc-tag iframe, #cc-tag h1, #cc-tag h2, #cc-tag h3, #cc-tag h4, #cc-tag h5, #cc-tag h6, #cc-tag p, #cc-tag pre, #cc-tag a, #cc-tag code, #cc-tag em, #cc-tag img, #cc-tag s, #cc-tag small, #cc-tag strong, #cc-tag b, #cc-tag u, #cc-tag i, #cc-tag dl, #cc-tag dt, #cc-tag dd, #cc-tag ol, #cc-tag ul, #cc-tag li, #cc-tag form, #cc-tag label, #cc-notification div, #cc-notification span, #cc-notification iframe, #cc-notification h1, #cc-notification h2, #cc-notification h3, #cc-notification h4, #cc-notification h5, #cc-notification h6, #cc-notification p, #cc-notification pre, #cc-notification a, #cc-notification code, #cc-notification em, #cc-notification img, #cc-notification s, #cc-notification small, #cc-notification strong, #cc-notification b, #cc-notification u, #cc-notification i, #cc-notification dl, #cc-notification dt, #cc-notification dd, #cc-notification ol, #cc-notification ul, #cc-notification li, #cc-notification form, #cc-notification label {
    font-size:14px;
    font-family: 'Lato',sans-serif !important;
}

#cc-notification ul.cc-notification-buttons li a, #cc-notification ul.cc-notification-buttons li a:visited {
    display: inline-block;
    font-family: 'Lato',sans-serif !important;
    border-bottom: none;
    border-right: none;
    color: white !important;
    font-size: 15px !important;
    background-color: #3C4F57 !important;
    letter-spacing: 1px;
    border: none;
    font-weight: normal;
    -webkit-transition: none;
    -webkit-border-radius: 0 !important;
}

#cc-notification ul.cc-notification-buttons li a:hover {
    background-color: #c9302c !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


#cc-notification #cc-notification-permissions li strong {
    font-size: 14px !important;
    color: var(--color-white) !important;
    letter-spacing:0;
}

#cc-notification #cc-notification-permissions li label {
    font-size: 12px !important;
    color: var(--color-white) !important;
    letter-spacing:0;
}

#cc-notification #cc-notification-permissions li.cc-notification-permissions-inactive strong {
    color: #f2f2f2 !important;
}


@media (max-width: 991px) {
    #cc-notification #cc-notification-wrapper {
        width: calc(100% - 140px);
        padding: 15px 15px !important;
    }

    #cc-notification-wrapper .headline-cookie {
        display: table-row;
    }
}


/*Kampagne - Einzelausgaben bestellen*/

#page-279 .red-box,
#page-280 .red-box {
    padding: 30px 40px;
}

#page-280 .red-box {
    min-height: 354px;
}

#content .red-box ul li:before {
    color: var(--color-white);
}

#content .red-box ul li {
    text-indent: -20px;
    padding-left: 20px;

}

#page-279 .red-box h2,
#page-280 .red-box h2 {
    border-bottom: 1px solid var(--color-white);
    color: var(--color-white);
    font-family: 'Lato',sans-serif;
    line-height: 1.3em;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
    font-size: 18px;
    font-weight: 300;
    font-size: 14px;
}

#page-279 .red-box h3,
#page-280 .red-box h3 {
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.3em;
    font-family: 'Lato',sans-serif;
    letter-spacing: 3px;
    line-height: 24px;
    font-weight: 900;
    color:var(--color-white);
    text-transform: uppercase;
}

#page-280 #c630 img, #page-279 #c617 img  {
    margin-top: -20px;
}




#page-279 .startsite-test-now,
#page-280 .startsite-test-now {
    background-color: var(--color-white);
    min-height: 330px;
    margin-bottom: 30px;
    padding-bottom: 0;
}

#page-280 .startsite-test-now {
    min-height: 370px;
    margin-bottom: 18px;
}

#c619.startsite-test-now, #c621.startsite-test-now,
#c632.startsite-test-now, #c633.startsite-test-now,
#c636.startsite-test-now, #c638.startsite-test-now   {
    padding-left: 40px;
}


#page-279 .carousel-inner h1, #page-279 .carousel-inner span,
#page-280 .carousel-inner h1, #page-280 .carousel-inner span  {
    text-transform: none;
}

#page-279 .carousel-inner p,
#page-280 .carousel-inner p {
    text-transform: none;
    margin-left: 0 !important;
}


/*.carousel .carousel-text p.btn-wrapper {
	padding: 0 !important;
	background: transparent;
	border: 0;
}

.carousel .carousel-text p a.btn {
	background-color: var(--color-white);
	color: #060606 !important;
	letter-spacing: 0;
	font-weight: bold;
	text-transform: none;
	padding: 8px 24px;
}

.carousel .carousel-text p a.btn:hover {
	color: var(--color-white) !important;
	background-color: #c82333;
	border-color: #bd2130;
}*/

/* 2.nd & 3.rd slider text over image */
/*#page-1 .carousel .carousel-item[data-itemno="1"] .carousel-text,
#page-1 .carousel .carousel-item[data-itemno="2"] .carousel-text {
	position: absolute;
	bottom: 0;
	padding: 40px 90px 60px !important;
}*/

/*#page-1 .carousel .carousel-item[data-itemno="1"] .carousel-text p {
	margin-left: 0;
}*/

@media (min-width: 992px) {
    #page-279 .carousel-inner > .item,
    #page-280 .carousel-inner > .item {
        height: 391px;
    }

    #c637 {
        padding-bottom: 35px !important;
    }

    #page-1 .carousel .carousel-item .valign {
        max-width: 100%;
    }

    /*#page-1 .carousel .carousel-item[data-itemno] .carousel-text {
        padding: 40px 90px 60px !important;
    }*/
}

@media (max-width: 1200px) {
    #page-279 .startsite-test-now, #page-280 .startsite-test-now {
        padding-bottom: 30px;
    }
}

@media (max-width: 992px) {
    #page-279 .red-box,
    #page-280 .red-box {
        margin: 30px 0;
    }

    #c619.startsite-test-now, #c621.startsite-test-now, #c632.startsite-test-now, #c633.startsite-test-now,
    #c636.startsite-test-now, #c638.startsite-test-now {
        padding-left: 20px;
        padding-bottom: 20px;
        min-height: auto;
    }

    #page-279 .red-box, #page-280 .red-box {
        padding: 20px;
    }

    #page-280 .red-box {
        min-height: auto;
    }

    #page-279 .vcontainer, #page-280 .vcontainer {
        text-align:left;
    }

    #page-279 .carousel .item, #page-280 .carousel .item {
        height: 155px;
    }

    #page-1 .startsite-test-now img {
        max-width: 300px;
    }

}

@media (max-width: 768px) {
    #page-1 .startsite-test-now img {
        max-width: 240px;
    }

    /* 2.nd & 3.rd slider text over image */
    /*	#page-1 .carousel .carousel-item[data-itemno="1"] .carousel-text,
        #page-1 .carousel .carousel-item[data-itemno="2"] .carousel-text{
            position: absolute;
            bottom: 0;
            padding: 20px 20px 40px!important;
            display: -moz-inline-table;
            display: inline-table;
            top: unset;
        }*/
}

@media (max-width: 576px) {
    #page-1 .startsite-test-now img {
        max-width: 75%;
    }
}


/*quickfix*/
ul.theme-color.orientation-horizontal {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}

/*submenu*/

#page-78 main > div, #page-176 main > div {
    background-color: transparent;
}

.nav .dropdown-toggle::after {
    content: unset!important;
}

@media (max-width: 1024px) {
    .navbar-top {
        height: 82px;
    }

    .header-container {
        height: 82px;
        margin: 0 auto;
    }

    .header-container > div {
        height: 82px;
    }

    .header-login {
        /*bottom: -1em;*/
    }

    .navbar-brand-image {
        height: 60px!important;
    }
}


/*changes 12/2020 */

/*startseite*/
#page-1 .main-section h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1b2930;
    border-bottom: 4px solid white;
    padding-bottom: 15px;
    margin-top:40px;

}
/*Productdetail page*/


.product-information ul, .issue_content ul{
    margin-bottom: 30px;
}

.issue_content p+ul {
    margin-top: -20px;
}
#page-37 {background: var(--color-white)}

/*new package sites*/


body#page-378 {
    background-color: var(--color-white);
}

section > .pakete {
    background-color: #fff;
    border-radius: 0px 0px 40px 40px;
}

.pakete .headerimage .carousel .carousel-item .valign {
    height: 384px;
}

@media (min-width: 992px) {
    .pakete .headerimage .carousel-inner > .item {
        height: 384px;
    }
}

@media (min-width: 1200px) {
    .pakete .headerimage .carousel .carousel-item .valign {
        max-width: 1218px;
    }
}

.pakete .product-information .carousel .carousel-item .valign, .pakete .product-information .carousel-inner > .item {
    height: 120px;
}

.pakete .product-information .carousel-item-type-text .carousel-text-inner {
    width: 100%;
}

.pakete .product-information  .carousel-item-type[data-itemno="0"], .pakete .product-information  .vcontainer, .carousel-item-type[data-itemno="1"] .vcontainer {
    padding: 0 !important;
}

.pakete .product-information .carousel-indicators {
    display: flex;
    margin-top: 25px;
}

.pakete .carousel-inner h3 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.pakete .carousel-inner p {
    background-color: transparent;
    color: #1b2930;
    border: none;
    margin:0;
    padding-left: 0;
    text-transform: none;
    font-size: 16px;
    font-style: italic;
}

.pakete .pricebox p {
    font-family: 'Exo 2', sans-serif;
    background-color: white;
    align-self: center;
    font-size: 90px;
    padding: 32px 21px 34px 23px;
    box-shadow: 0px 7px 12px #0000001f;
    border-radius: 5px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 0;
}

.pakete .pricebox p span {
    font-size: 57px;
    display: inline;
}

#page-378 .pricebox p, #page-378 .pakete .pricebox p span{
    color: #4b6dd3;
}

#page-425 .pakete .pricebox p, #page-425 .pakete .pricebox p span {
    color: var(--color-roi-red);
}

#page-377 .pricebox p, #page-377 .pakete .pricebox p span {
    color: var(--color-roi-green);
}


/* pakete carousel-small */
.pakete .carousel-small .carousel-content {
    max-width: 100%;
    margin: 0 auto;
}
.pakete .carousel-small  .carousel-item-type[data-itemno="2"] .vcontainer {
    position: static;
}

.pakete .carousel-small .carousel-inner > .item {
    margin-bottom: 0;
    background-color: rgba(0,0,0,0)  !important;
}

.pakete .carousel-small .valign {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-direction: row-reverse;
}

.pakete .carousel-small .carousel-text {
    text-align: left;
}

.pakete .carousel-small .carousel-text span {
    background-color: transparent;
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #04161D;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: none;
}

.pakete .carousel-small .carousel-image {
    width: 120px;
    height: auto;
    margin-right: 20px;
    display: block;
    align-self: center;
}

.pakete .carousel-small .carousel-indicators {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    opacity: 1;
    height: 35px;
}

.pakete .carousel-small .carousel-indicators li {
    background-color: rgb(75,109,211);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
}

.pakete .carousel-small .carousel-control {
    width: 35px;
    opacity: 1;
}

.pakete .carousel-small .carousel-control-prev .carousel-control-icon {
    left: 0;
}

.pakete .carousel-small .carousel-control-next .carousel-control-icon {
    right: 0;
}

.pakete .carousel-small .carousel-control-icon {
    top: 100%;
    transform: translateY(-100%);
}

.pakete .carousel-small .carousel-control-icon:before {
    border-top: 1px solid rgb(75,109,211);
    border-right: 1px solid rgb(75,109,211);
    border-top: 1px solid var(--color-dark);
    border-right: 1px solid var(--color-dark);
}

/* depot check colors*/
.pakete #carousel-877.carousel-small .carousel-indicators li {
    background-color: #70BE77;
}

.pakete #carousel-877.carousel-small .carousel-control-icon:before {
    border-top: 1px solid #70BE77;
    border-right: 1px solid #70BE77;
}

@media (max-width: 1199px) {
    .pakete .carousel-small .valign {
        flex-direction: column-reverse;
        height: auto !important;
    }

    .pakete .carousel-small .carousel-inner > .item {
        height: auto !important;
        margin-bottom: 15px;
    }

    .pakete .carousel-small .carousel-text,
    .pakete .carousel-small .carousel-image {
        position: relative;
    }

    .pakete .carousel-small .carousel-text p {
        margin: 0 auto;
    }

    .pakete .carousel-small .carousel-text {
        width: auto !important;
        text-align: center;
    }

    .pakete .carousel-small .carousel-image img {
        margin-bottom: 20px !important;
    }
}

@media (max-width: 767px) {
    .pakete .carousel-small .carousel-control {
        display: none;
        opacity: 0;
    }
}
/*menu*/
@media (max-width: 991px) {
    .pakete .carousel-small {
        margin-bottom: 20px;
    }

    .navbar-toggle {
        height: 34px;
        width: 34px;
        padding: 0;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 9px;
        padding: 9px 10px;
        margin-top: 30px;
        margin-bottom: 18px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-toggle .icon-bar {
        position: absolute;
        top: 50%;
        left: 5px;
        margin-top: -1px;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .navbar-default .navbar-toggle .icon-bar,
    .navbar-default-transition .navbar-toggle .icon-bar,
    .navbar-default-transition.navbar-transition .navbar-toggle .icon-bar {
        background-color: #8c8c8c;
    }

    .navbar-toggle .icon-bar:nth-child(2) {
        margin-top: -1px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .navbar-toggle.collapsed .icon-bar:nth-child(2) {
        margin-top: -7px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .navbar-toggle:hover .icon-bar:nth-child(3) {
        margin-left: 2px;
    }

    .navbar-toggle.collapsed .icon-bar:nth-child(3) {
        opacity: 1;
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        margin-top: -1px;
        opacity: 0;
    }

    .navbar-toggle:hover .icon-bar:nth-child(3) {
        margin-left: 2px;
    }

    .navbar-toggle .icon-bar:nth-child(3) {
        margin-top: -1px;
        opacity: 0;
    }

    .navbar-toggle.collapsed .icon-bar:nth-child(4) {
        margin-top: 5px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .navbar-toggle .icon-bar:nth-child(4) {
        margin-top: -1px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .navbar-toggle.collapsed .icon-bar:nth-child(4) {
        margin-top: 5px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .nav-root,
    .nav-first,
    .nav-second,
    .nav-third {
        background-color: white;
        z-index: 1;
        max-width: 100%;
        flex: 0 0 100%;
        height: auto !important;
    }

    .nav-second {
        display: none
    }

    .nav-first .navbar-nav,
    .nav-third .navbar-nav {
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .nav-root .navbar-collapse {
        display: block;
    }
}

.navbar-header-main .navbar-header-border-bottom {
    display: none;
    left: 50%;
    bottom: -1px;
    position: absolute;
    margin-left: -100%;
    width: 200%;
    background-color: #eeeeee;
    height: 1px;
}

.caret {
    margin-left: 5px;
}

.caret {
    display: none;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

@media (min-width: 992px) {
    .header-container .wrapper {
        max-width: 960px;
        margin: 0 auto;
        position: relative;
    }
}

@media (min-width: 1200px) {
    .header-container .wrapper {
        max-width: var(--container-max-width);
        margin: 0 auto;
        position: relative;
        padding-right: 9px;
        padding-left: 9px;
    }
}

@media (max-width: 991px) {

    .navbar-main .nav-item:last-of-type a {
        background-color: transparent;
        color: var(--color-dark);
        padding: 10px 0;
    }

    .navbar-main .nav-item:last-of-type a:hover {
        color: var(--color-bif-main-darker) !important;
    }

    .nav-root {
        margin: 0 auto;
    }

    .nav-root .navbar-header-border {
        display: block;
        width: 100%;
        height: 1px;
        z-index: 1;
        background-color: #eeeeee;
    }

    .nav-root .nav-first ul,
    .nav-root .nav-third ul {
        width: 100%;
    }

    .header-container .wrapper {
        max-width: 100%;
        position: relative;
    }

    .navbar-header-main .navbar-header-border-bottom {
        display: block;
    }

    .navbar-main > li.dropdown > a > .caret {
        display: inline-block;
        position: absolute;
        right: 20px;
        margin-top: -3px;
        display: block;
        -webkit-transition: -webkit-transform 250ms ease-out 0s;
        -moz-transition: -moz-transform 250ms ease-out 0s;
        -o-transition: -o-transform 250ms ease-out 0s;
        transition: transform 250ms ease-out 0s;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .navbar-main > li.dropdown.show > a > .caret {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .dropdown-menu.show {
        border-left: 1px solid var(--color-bif-main-darker) !important;
    }

    .dropdown-menu.show li {
        background-color: white;
        color: #333333;
        margin-top: 0;
    }

    .dropdown-menu.show li a {
        padding: 5px 15px 5px 25px;
    }

    .dropdown-menu.show li.active a {
        color: var(--color-white);
    }

    .nav-root .navbar-main > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
    }
}

/*  carousel*/
.headerimage .carousel-item-type[data-itemno] .carousel-text-box,
.slider .carousel-item-type[data-itemno] .carousel-text-box,
.headerimage .headline {
    padding: 30px;
    background: var(--color-bif-main) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    backdrop-filter: blur(40px);
    -webkit-backdrop-filter: blur(40px);
    background-color: rgba(255,255,255,0.3);
    width: min-content;
    min-width: 30%;
    max-width: 50%;
}

@media only screen and (max-width: 1199px) {
    .headerimage .carousel-item-type[data-itemno] .carousel-text-box,
    .slider .carousel-item-type[data-itemno] .carousel-text-box,
    .headerimage .headline {
        min-width: 50%;
    }
}

@media only screen and (max-width: 991px) {
    .headerimage .carousel-item-type[data-itemno] .carousel-text-box,
    .slider .carousel-item-type[data-itemno] .carousel-text-box,
    .headerimage .headline {
        min-width: 75%;
        max-width: 75%;
    }

    #page-1 .carousel-item-type[data-itemno] .carousel-text {
        padding: 0;
    }

    .headerimage .carousel-text,
    .slider .carousel-text  {
        position: relative;
        text-align: left;
    }
}

.headerimage .headline {
    position: absolute;
    top: 171px;
    max-width: 414px;
    min-width: auto;
    width: 414px;
}

#page-377 .headerimage .headline {
    max-width: 451px;
    width: 451px;
}

#page-37 .headerimage .headline {
    max-width: 500px;
    width: 500px;
}


.headerimage .carousel-item-type[data-itemno] .carousel-text,
.slider .carousel-item-type[data-itemno] .carousel-text  {
    display: block;
    text-align: left;
    width: auto;
}
.slider .carousel-item-type[data-itemno] .carousel-text span {
    text-align: left;
}

.headerimage .carousel-item-type[data-itemno] .carousel-text > :first-child,
.slider .carousel-item-type[data-itemno] .carousel-text > :first-child {
    margin-top: 0;
}


.headerimage .carousel-item,
.slider .carousel-item {
    background-position: center;
}

.headerimage .carousel-text p,
.slider .carousel-text p:not(.btn-wrapper),
.headerimage .headline span:last-of-type {
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 0;
    color: var(--color-white);
    font-style: normal;
    text-transform: uppercase;
    margin-top: 12px;
    display: inline-block;
}

.slider .carousel-text p:not(.btn-wrapper) {
    line-height: 42px;
}

.slider .carousel-text p.btn-wrapper {
    margin: 0;
    padding: 0;
}

.slider .carousel-text p.btn-wrapper .btn {
    background: #A98D51 0% 0% no-repeat padding-box;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
    color: var(--color-white);
    padding: 10px 30px;
}

.headerimage .carousel-text p a.order-now,
.slider .carousel-text p a.order-now,
.pakete .headerimage .carousel-text p a {
    background-color: white;
    color: #333333;
    padding: 8px 24px;;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-left: -24px;
}

.headerimage .carousel-text p a:empty {
    display: none;
}

.headerimage .carousel-text span,
.slider .carousel-text span,
.headerimage .carousel-text .carousel-subheader,
.slider .carousel-text .carousel-subheader,
.headerimage span {
    color: var(--color-white);
    letter-spacing: 0;
    font-size: 20px;
    text-transform: uppercase;
}

.headerimage .carousel-text span,
.slider .carousel-text span,
.headerimage .carousel-text p,
.headerimage span,
.slider .carousel-text p,
.headerimage .carousel-text .carousel-subheader,
.slider .carousel-text .carousel-subheader {
    font-family: 'Exo 2',sans-serif;
    font-weight: 400;
}

.headerimage .carousel-text span,
.slider .carousel-text span,
.headerimage span {
    font-size: 20px;
    line-height: 40px;
}
/* HEADER */
.headerimage .carousel-text span,
.slider .carousel-text span {
    margin-top: 0;
}

.headerimage .carousel-text .carousel-subheader,
.slider .carousel-text .carousel-subheader {
    font-size: 24px;
    line-height: 30px;
}

.headerimage .carousel-image,
.slider .carousel-image  {
    width: auto !important;
}

@media (max-width: 991px) {
    #page-1 .slider .carousel-text { max-width: 100%; }

    .headerimage .carousel-item-type[data-itemno] .carousel-text {
        padding: 0px 9px 9px !important;
    }

    /* HEADER */
    .headerimage .carousel-text span,
    .headerimage span,
    .slider .carousel-text span {
        font-size: 20px;
        line-height: 30px;
    }

    .headerimage .carousel-text .carousel-subheader,
    .slider .carousel-text .carousel-subheader {

        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {

    .abo-product-info, .abo-product-price {
        width: 100%;
    }

    .abo-product.col-md-6{
        margin-bottom: 15px;
    }

    .abo-product-info {
        border-radius: 5px 5px 0px 0px;
    }

    .abos .btn {
        border-radius: 0px 0px 5px 5px;
    }


    .product-right-menu .imagebox {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .headerimage .carousel-item-type[data-itemno] .carousel-text {
        padding: 0px 9px 9px !important;
    }

    .headerimage .carousel-item-type[data-itemno] .carousel-text-box,
    .slider .carousel-item-type[data-itemno] .carousel-text-box {
        min-width: 100%;
        max-width: 100%;
    }

    /* HEADER */
    .headerimage .carousel-text span,
    .headerimage span,
    .slider .carousel-text span {
        font-size: 16px;
        line-height: 24px;
    }

    .headerimage .carousel-text .carousel-subheader,
    .slider .carousel-text .carousel-subheader {
        font-size: 14px;
        line-height: 22px;
    }
}


@media (max-width: 576px) {

    .pakete .headerimage .carousel-text p a {
        margin-left:-12px;
    }

    .headerimage .carousel-item-type[data-itemno] .carousel-text {
        padding: 0px 9px 9px !important;
    }

    #page-1 .carousel-item-type[data-itemno] .carousel-text p {
        font-size: 20px;
        line-height: 28px;
    }

}

/* Start page */
#page-1 .current,
#page-1 .boersenbrief {
    margin-top: 20px;
}

.startseinten-inhalte .frame:not(.info-mainsite) > h2 {
    margin-top: 30px;
}

.startseinten-inhalte  .info-mainsite {
    min-height: 330px;
    height: auto;
}


/* services & packages */
.white-wrapper {
    background-color: var(--color-white);
    border-radius: 40px;
    padding: 50px 0;
}

.white-wrapper .services h2,
.white-wrapper .packages h2 {
    color: var(--color-dark);
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
}

.services .btn-wrapper,
.services .card-group-element {
    background-color: white;
    margin: 0 !important;
}

.services .btn-wrapper {
    padding-bottom: 70px;
}

.btn-gray {
    background: #3C4F57;
    color: var(--color-white);
    width: calc(100% / 3);
    display: block;
    font-size: 16px;
    size: 16px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

.btn-gray:hover {
    text-decoration: none;
    color: var(--color-white);
    background-color: #c82333;
    border-color: #bd2130;
}

.services .card-group-element {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services .card-group-element-item{
    width: calc((100% - 36px) / 3);
    text-align: center;
    box-shadow: 0px 7px 12px #0000001F;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 18px;
}

.services .card-group-element-item .card {
    border: 0;
    border-radius: 5px;
}

.services .card-group-element-item .card:hover {
    cursor: pointer;
    border-radius: 5px;
}

.services .card-group-element-item .card:focus {
    outline: none;
    border-radius: 5px;
}

.services .card-group-element-item .card {
    height: 307px;
}

.services .card-group-element-item .card .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.services .card-group-element-item .card .card-footer {
    padding: 0 20px 20px 20px;
}

.services .card-group-element-item .card .card-img-top a:before {
    content: " ";
    height: 100px;
    position: relative;
    overflow: visible;
    margin-bottom: 75px;
    display: block;
    border-radius: 5px;
    width: 100%;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    filter: grayscale(100%) blur(2px);
}

.products .overview div[class*="product-"]:before {
    content: "";
    width: 100%;
    height: 100px;
    display: inline-block;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    filter: grayscale(100%) blur(2px);
}

.products .overview div[class*="product-"] h2:before {
    content: "";
    height: 110px;
    display: block;
    text-align: center;
    width: 110px;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 7px 12px #0000001f;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate(-50%,-50%);
    background-color: white;
    border: 10px solid white;
}

.products .overview p {
    padding: 0 15px;
}

.products .overview h2 {
    padding-top: 65px;
}

.services .card-group-element-item .card .card-img-top a[href*="/austria-boersenbrief"]:before, .products .overview .product-1:before {
    background: url('../Images/products/boersenbrief-new.jpg') no-repeat center / cover;
}
.services .card-group-element-item .card .card-img-top a[href*="/hanseatischer-boersendienst"]:before, .products .overview .product-9:before {
    background: url('../Images/products/boersendienst-new.jpg') no-repeat center / cover;
}
.services .card-group-element-item .card .card-img-top a[href*="/aktien-spezialwerte"]:before, .products .overview .product-2:before {
    background: url('../Images/products/aktien-spezialwerte-new.jpg') no-repeat center / cover;
}
.services .card-group-element-item .card .card-img-top a[href*="/der-internationale"]:before, .products .overview .product-11:before {
    background: url('../Images/products/der-internationale-new.jpg') no-repeat center / cover;
}
.services .card-group-element-item .card .card-img-top a[href*="/money-mail"]:before, .products .overview .product-3:before {
    background: url('../Images/products/money-mail-new.jpg') no-repeat center / cover;
}
.services .card-group-element-item .card .card-img-top a[href*="/mein-geldplus"]:before, .products .overview .product-4:before {
    background: url('../Images/products/mein-geldplus-new.jpg') no-repeat center / cover;
}

.products .overview .product-1 h2:before {
    background: url('/fileadmin/user_upload/austria-boersenbrief-2022.svg') no-repeat center / cover;
}

.products .overview .product-9 h2:before {
    background: url('/fileadmin/user_upload/hanseatischer-boersendienst-2022.svg') no-repeat center / cover;
}

.products .overview .product-2 h2:before {
    background: url('/fileadmin/user_upload/aktien-spezialwerte-2022.svg') no-repeat center / cover;
}

.products .overview .product-11 h2:before {
    background: url('/fileadmin/user_upload/der-internationale-2022.svg') no-repeat center / cover;
}

.products .overview .product-3 h2:before {
    background: url('/fileadmin/user_upload/mein-geldplus-2022.svg') no-repeat center / cover;
}

.products .overview .product-4 h2:before {
    background: url('/fileadmin/user_upload/money-mail-2022.svg') no-repeat center / cover;
}

.services .card-group-element-item .card .card-img-top img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px 7px 12px #0000001F;
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translate(-50%,-50%);
    background-color: white;
}

.services .card-group-element-item .card-title, .products .overview h2 {
    font-family: 'Exo 2', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.services .card-group-element-item .card .card-title a[href*="/austria-boersenbrief"], .products .overview .product-1 h2{
    text-decoration: none;
    color: var(--color-roi-red);
}
.services .card-group-element-item .card .card-title a[href*="/hanseatischer-boersendienst"], .products .overview .product-9 h2 {
    text-decoration: none;
    color: var(--color-roi-green);
}
.services .card-group-element-item .card .card-title a[href*="/aktien-spezialwerte"], .products .overview .product-2 h2 {
    text-decoration: none;
    color: var(--color-roi-beige);
}
.services .card-group-element-item .card .card-title a[href*="/der-internationale"], .products .overview .product-11 h2 {
    text-decoration: none;
    color: var(--color-roi-blue);
}
.services .card-group-element-item .card .card-title a[href*="/money-mail"], .products .overview .product-4 h2 {
    text-decoration: none;
    color: var(--color-roi-black);
}
.services .card-group-element-item .card .card-title a[href*="/mein-geldplus"], .products .overview .product-3 h2 {
    text-decoration: none;
    color: var(--color-roi-orange);
}



.services .card-group-element-item .card-subtitle, .products .overview p {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: var(--color-dark);
}

.services .card-group-element-item .card-footer a {
    width: 100%;
    border: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    border-radius: 5px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: normal;
    color: var(--color-white) !important;
}

.services .card-group-element-item .card .card-footer a[href*="/austria-boersenbrief"], .products .list ul li.product-1, .product-detail-1 .ai-add-to-basket, .products .overview .product-1 .btn, .product-detail-1 .product-right-menu .imagebox .btn, .issue-from-product-1 .rightLink .btn, .article-from-product-1 .rightLink .btn, .abo-detail-1 .btn {
    background-color: var(--color-roi-red);
}
.services .card-group-element-item .card .card-footer a[href*="/hanseatischer-boersendienst"],.products .list ul li.product-9, .product-detail-9 .ai-add-to-basket, .products .overview .product-9 .btn, .product-detail-9 .product-right-menu .imagebox .btn, .issue-from-product-9 .rightLink .btn, .article-from-product-9 .rightLink .btn, .abo-detail-9 .btn {
    background-color: var(--color-roi-green);
}
.services .card-group-element-item .card .card-footer a[href*="/aktien-spezialwerte"],.products .list ul li.product-2, .product-detail-2.ai-add-to-basket, .products .overview .product-2 .btn, .product-detail-2 .product-right-menu .imagebox .btn, .issue-from-product-2 .rightLink .btn, .article-from-product-2 .rightLink .btn, .abo-detail-2 .btn {
    background-color: var(--color-roi-beige);
}
.services .card-group-element-item .card .card-footer a[href*="/der-internationale"],.products .list ul li.product-11, .product-detail-11 .ai-add-to-basket, .products .overview .product-11 .btn, .product-detail-11 .product-right-menu .imagebox .btn, .issue-from-product-11 .rightLink .btn, .article-from-product-11 .rightLink .btn, .abo-detail-11 .btn {
    background-color: var(--color-roi-blue);
}
.services .card-group-element-item .card .card-footer a[href*="/money-mail"],.products .list ul li.product-4, .product-detail-4 .ai-add-to-basket , .products .overview .product-4 .btn, .product-detail-4 .product-right-menu .imagebox .btn, .issue-from-product-4 .rightLink .btn, .article-from-product-4 .rightLink .btn, .abo-detail-4 .btn {
    background-color: var(--color-roi-black);
}
.services .card-group-element-item .card .card-footer a[href*="/mein-geldplus"],.products .list ul li.product-3, .product-detail-3 .ai-add-to-basket,  .products .overview .product-3 .btn, .product-detail-3 .product-right-menu .imagebox .btn, .issue-from-product-3 .rightLink .btn, .article-from-product-3 .rightLink .btn, .abo-detail-3 .btn {
    background-color: var(--color-roi-orange);
}

.navbar {
    z-index: 100;
}

@media (max-width: 1199px) {
    .startseinten-inhalte  .info-mainsite {
        min-height: 390px;
        height: auto;
    }

    .startsite-test-now .row > div:last-child a.btn {
        position: absolute;
        bottom: -48px;
        left: 9px;
    }
}

@media (max-width: 991px) {
    .services .card-group-element-item {
        width: calc(100% / 2);
    }

    .btn-gray {
        width: calc(100% / 2);
    }

    #page-1 .startseinten-inhalte  .info-mainsite {
        min-height: 285px;
        height: auto;
    }

    .startsite-test-now .row > div:last-child a.btn {
        position: absolute;
        bottom: 10px;
        left: 9px;
    }

    .info-mainsite a.btn {
        position: absolute;
        left: 30px;
        bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #page-1 .boersenbrief > div:not(:first-child):nth-of-type(2) > div,
    #page-1 .boersenbrief > div:not(:first-child):nth-of-type(3) > div {
        height: 100%;
    }
}

@media (max-width: 768px) {
    .services .card-group-element-item .card-body {
        padding-left: 8px;
        padding-right: 8px;
    }

    .services .card-group-element-item .card-subtitle {
        margin-bottom:0;
    }

    .services .card-group-element-item .card-title {
        width: auto;
    }

    .startsite-test-now .row > div:last-child a.btn {
        position: initial;
        float: left;
    }

    .info-mainsite a.btn {
        position: initial;
        float: left;
    }

    .startsite-test-now .row > div:last-child .text-right:after,
    .info-mainsite .text-right:after {
        content: "";
        clear: both;
        display: table;
    }
}

@media (max-width: 767px) {
    .services .card-group-element-item {
        width: 100%;
    }

    .services .card-group-element-item .card-body {
        max-width: 350px;
        margin: 0 auto;
        padding-bottom:0;
    }

    .abos .abo-product-info h3 {
        margin-bottom: 0;
    }

    .abos .abo-product-price .btn:after {
        width: 18px;
        height: 18px;
        background-size: 18px;
        margin-top: 0;
    }

    .pakete .abos .abo-product-info h3 {
        margin-bottom: 20px;
        padding: 9px;
    }

    .pakete .abos .abo-product-info p {
        padding: 0 5px 0 0;
        line-height: 53px;
    }
}

@media (max-width: 575px) {
    .btn-gray {
        width: 70%;
    }
}


/* new logo - 2022-04-13 */

@media (min-width: 1200px) {
    .navbar-brand.navbar-brand-image img {
        margin-top: 25px;
    }

    .navbar .nav.navbar-nav.navbar-main {
        /*margin-top: 36px;*/
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .navbar-brand.navbar-brand-image img {
        margin-top: 25px !important;
        width: 144px;
    }

    .navbar-top, .header-container {
        height: var(--header-height);
    }

    .navbar .nav.navbar-nav.navbar-main {
    //margin-top: 36px;
    }
}

@media (max-width: 992px) {
    .navbar-header-main .navbar-brand.navbar-brand-image > img {
        max-height: 33px;
        width: auto;
        margin-top: 10px;
    }
}

@media (max-width: 540px) {
    .navbar-header-main .navbar-brand.navbar-brand-image > img {
        max-height: 26px;
        margin-top: 21px;
        height: inherit;
    }
}


/*
	fix for flex update in bootstrap4 theme
	from flex: 1 1 0% -> 1 1 auto (now it is set back)
*/

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
    flex: 1 1 0%;
}

/* NEW 2022.07.06 */
.box {
    padding: 20px;
    box-shadow: 0px 7px 12px #0000001F;
    border-radius: 5px;
    height: 100%;
    position: relative;
}

.box.box-before:before {
    content: " ";
    display: block;
    height: 100%;
    width: 10px;
    border-radius: 5px 0 0 5px;
    background-color: #A98D51;
    position: absolute;
    left: 0;
    top: 0;
}

.box.box-before-bif-dark.box-before:before {
    background-color: var(--color-bif-main-darker);
}

.box.box-before-blue-dark.box-before:before {
    background-color: var(--color-blue-darker);
}

.bg-bif {
    background-color: var(--color-bif-main);
}

.bg-blue {
    background-color: var(--color-blue);
}

.br-5 {
    border-radius: 5px;
}

/*Best Performer*/

.best-performer {
    padding: 0;
    margin: 0;
    color: var(--color-white);
    margin-bottom: 20px;
}

.best-performer:last-of-type {
    margin-bottom: 0;
}

.best-performer .best-performer-content {
    position: relative;
}

.best-performer .best-performer-content * {
    color: var(--color-white);
}

.best-performer .best-performer-content h2 {
    border-bottom: 1px solid var(--color-white);
    margin-bottom: 22px;
    padding-bottom: 21px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
}

.best-performer .best-performer-content h2 a {
    color: var(--color-white);
}

.best-performer h2 a:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../Images/arrow-right-extended-white.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
}

.best-performer .best-performer-content h3 {
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 10px;
}

.best-performer .best-performer-text {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.best-performer .best-performer-text p:not(:nth-last-child(-n+2)) {
    flex: 0 0 100%;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 1rem;
}

.best-performer .best-performer-content p:last-of-type {
    padding: 0;
    margin: 0;
}

.best-performer .best-performer-text p:nth-last-child(-n+2) {
    flex: 0 0 50%;
    padding: 0;
    color: var(--color-bif-main);
    margin: 0;
    font-size: 14px;
    line-height: 17px;
}

.best-performer .best-performer-text p:last-of-type {
    text-align: right;
}

.best-performer .best-performer-text p:last-of-type:before {
    content: " ";
    display: inline-block;
    width: auto;
    height: 1px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(169,141,81,0.5) 50%, rgba(169,141,81,1) 100%);;
    position: absolute;
    left: 40px;
    right: 55px;
    bottom: 9px;
}

.startsite-test-now {
    border-radius: 5px;
    padding: 0;
    height: 100%;
}

.startsite-test-now .image,
.startsite-test-now .image img {
    border-radius: 5px;
    margin: 0;
    max-width: 100% !important;
    max-height: 373px;
}

.startsite-test-now .image img {
    object-fit: cover;
    margin-right: 0;
    width: 100%;
}

.startsite-test-now .image figcaption {
    display: none;
}

.startsite-test-now h2,
.startsite-test-now h2 a {
    color: var(--color-bif-main-darker);
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
}

.startsite-test-now h3,
.startsite-test-now h3 a {
    color: var(--color-dark);
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
}

.startsite-test-now > .row > div:last-of-type {
    padding: 20px 20px 20px 9px;
}

.startsite-test-now p {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0;
    color: var(--color-dark);
    margin-bottom: 20px;
}

.startsite-test-now > .row > div:last-of-type p:last-of-type {
    margin: 0;
}

.startsite-test-now .btn {
    background-color: var(--color-bif-main-darker);
    width: 100%;
    border-radius: 5px;
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
    letter-spacing: 0;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--color-white) !important;
}

.femanager_note, .tx-femanager {
    border: none;
    background: var(--color-dark);
    color: var(--color-white);
    border-radius: 5px;
}

.tx-femanager {
    padding:0!important;
    background-color: transparent!important;
    border: none!important;
}

/* startpage - was andere sagen carousel */
#page-1 .carousel-small {
    overflow: visible;
}

#page-1 .carousel-small .carousel-inner {
    width: calc(100% - 216px);
    margin-left: 108px;
    overflow: visible;
}

#page-1 .carousel-small .testimonial {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    height: 100%;
    max-height: 153px;
}

#page-1 .carousel-small .testimonial .image-box {
    padding: 0;
    margin: 0;
}

#page-1 .carousel-small .testimonial .image-box img {
    width: auto;
    height: 100%;
    object-fit: cover;
    max-height: 153px;
    min-height: 153px;
    border-radius: 5px;
    max-width: 121px;
}

#page-1 .carousel-small .testimonial .text-box {
    padding: 20px;
}

#page-1 .carousel-small .testimonial .text-box .text {
    font-family: 'Exo 2', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    letter-spacing: 0;
}

#page-1 .carousel-small .testimonial .text-box .user {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
}

#page-1 .carousel-small .item {
    height: auto;
    border: none;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 7px 12px #0000001F;
    border-radius: 5px;
    /*max-width: 49%;*/
}

#page-1 .carousel-fade .carousel-item.active-past {
    opacity: 1;
    display: block;
    z-index: 1;
}


#page-1 .carousel-small .carousel-indicators {
    display: none;
}
#page-1 .carousel-small .carousel-control {
    display: block;
    opacity: 1;
    min-width: 45px;
    width: 45px;
    height: 60px;
    background: var(--color-white) 0% 0% no-repeat padding-box;
    box-shadow: 0px 7px 12px #0000001F;
    border-radius: 5px;
    top: 50%;
    transform: translateY(-50%);
}
#page-1 .carousel-small .carousel-control.carousel-control-prev .carousel-control-icon {
    left: 0;
    padding: 0;
    padding-left: 21px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='000'><path d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");

}

#page-1 .carousel-small .carousel-control.carousel-control-next .carousel-control-icon {
    right: 0;
    padding: 0;
    padding-right: 21px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='000'><path d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
}

#page-1 .carousel-small .carousel-control .carousel-control-icon::before {
    border-top: 1px solid var(--color-dark);
    border-right: 1px solid var(--color-dark);
}

@media only screen and (max-width: 767px) {
    #page-1 .carousel-small .item {
        padding: 0;
    }

    #page-1 .carousel-small .testimonial .image-box {
        display: none;
    }

    #page-1 .carousel-small .testimonial {
        flex-direction: column;
        max-height: unset;
    }

    #page-1 .carousel-small .testimonial .text-box {
        text-align: center;
    }

    #page-1 .carousel-small .testimonial .text-box .user {
        margin-bottom: 0;
    }

    #page-1 .carousel-small .carousel-control {
        width: 30px;
    }

    #page-1 .carousel-small .carousel-control.carousel-control-prev .carousel-control-icon {
        padding-left: 14px;
    }

    #page-1 .carousel-small .carousel-control.carousel-control-next .carousel-control-icon {
        padding-right: 14px;
    }

    #page-1 .carousel-small .carousel-control > * {
        display: block;
        opacity: 1;
    }
    #page-1 .carousel-small .carousel-inner {
        width: calc(100% - 100px);
        margin-left: 50px;
    }

    .startseinten-inhalte {
        margin-bottom: 50px;
    }

    .startseinten-inhalte .aktuelle_themen,
    .startseinten-inhalte .best-performer:last-of-type {
        margin-bottom: 20px;
    }

    .white-wrapper {
        border-radius: 10px;
    }

    .footer-section, .bg-light-grey {
        border-radius: 10px 10px 0px 0px;
    }

    .carousel .item, .headerimage, .carousel .carousel-backgroundimage {
        border-radius: 0px 0px 10px 10px;
    }

    .startseinten-inhalte .frame:not(.info-mainsite) > h2 {
        margin-top: 0;
    }
}

.services .card-group-element {
    margin-bottom: 32px !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .services .card-group-element-item {
        width: calc((100% / 2) - 9px);
    }

    .best-performer-content h2 {
        padding-bottom: 16px;
        margin-bottom: 15px !important;
    }
    .aktuelle_themen .datepicker {
        padding-bottom: 16px;
    }

    .startseinten-inhalte .articles .box {
        padding-bottom: 84px;
    }

    .best-performer:last-of-type {
        margin-bottom: 20px;
    }

    .carousel .carousel-backgroundimage,
    .carousel .item {
        height: 400px;
    }
}

@media only screen and  (min-width: 992px) and (max-width: 1199px) {
    .startsite-test-now > .row,
    .startsite-test-now .row > div:first-child .row {
        height: 100%;
    }

    .startsite-test-now .image {
        max-height: 100%;
    }

    .startsite-test-now .image picture {
        max-width: 222px;
    }

    .startsite-test-now .image picture img {
        position: absolute;
        left: 9px;
        top: 0;
        width: calc(100% - 9px);
        max-height: 100%;
        height: 100%;
    }
}

@media only screen and  (min-width: 768px) and (max-width: 1199px) {
    .products .overview h2,
    .services .card-group-element-item .card-title {
        font-size: 16px;
    }

    .startsite-test-now .btn {
        width: calc(100% - 36px);
    }

    .startsite-test-now .row > div:last-child a.btn {
        position: relative;
        width: 100%;
        bottom: unset;
        left: unset;
    }
}

@media only screen and  (min-width: 1200px) {
    #page-37 .headerimage .headline {
        max-width: 650px;
        width: 100%;
        margin-left: 9px;
    }
}

@media only screen and  (min-width: 1200px) and (max-width: 1350px) {
    #page-37 .headerimage .headline {
        top: 110px;
    }
}

@media only screen and  (max-width: 1199px) {
    #page-37 .headerimage .headline {
        padding: 20px;
        max-width: 50%;
        width: 100%;
        top: 107px;
    }

    .headerimage .headline span:last-of-type {
        font-size: 28px;
        line-height: 29px;
    }
}

@media only screen and (max-width: 991px) {
    #page-37 .headerimage .headline {
        top: 56px !important;
        transform: none;
        left: unset;
    }
}

@media only screen and (max-width: 767px) {
    #page-37 .headerimage .headline {
        min-width: unset;
        max-width: 75%;
    }
}


@media only screen and (min-width: 992px) {
    .carousel .item {
        height: 500px;
    }
}

@media only screen and (max-width: 575px) {
    .startsite-test-now h2,
    .startsite-test-now h3,
    .startsite-test-now p {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.newsletter-box {
    position:fixed;
    top: 300px;
    right: 0;
    background: #A98D51;
    padding: 20px;
    border-radius: 5px 0 0 5px;
    transition: all .3s ease;
    cursor: pointer;
    width: 70px;
    height: 64px;
    z-index: 999;
}

.newsletter-box * {
    font: normal normal normal 16px/19px Lato;
    letter-spacing: 0px;
    color: #3B3D3D;
}

.newsletter-box .icon-wrapper {
    width: 30px;
    height: 24px;
}

.newsletter-box .icon-wrapper .newsletter-icon {
    display: block;
    width: 30px;
    height: 24px;
    background: url(../Images/icon-newsletter-white.svg) no-repeat center;
}

.newsletter-box .content {
    padding-top: 20px;
}

.newsletter-box .close-icon {
    display: none;
}

.newsletter-box .content iframe, .newsletter-box .content > div {
    transition: all .3s ease;
    height: 0!important;
}

.newsletter-box.open {
    top: 85px;
    background: #fff;
    width: 253px;
    height: 447px;
    box-shadow: 0px 7px 12px #0000001F;
    cursor: unset;
    transition: width .3s ease, height .3s ease-in-out;
}

.newsletter-box.open .content iframe, .newsletter-box.open .content > div {
    height: 364px!important;
}

.newsletter-box .content > div {
    margin-top: -30px;
}


.newsletter-box.open .icon-wrapper .newsletter-icon {
    width: 20px;
    height: 16px;
    background: #A98D51;
    -webkit-mask: url(../Images/icon-newsletter-white.svg) no-repeat center;
    -webkit-mask-size: contain;
    mask: url(../Images/icon-newsletter-white.svg) no-repeat center;
    mask-size: contain;
}

.newsletter-box.open .close-icon {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 14px;
    height: 14px;
    background: url(../Images/close-bif.svg) no-repeat center;
    cursor: pointer;
}

.newsletter-box .cookie-panel__blocked-info {
    display: none;
}

.newsletter-box.open .cookie-panel__blocked-info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}


/* override new bootstrap_package v12 */
.carousel .carousel-item .valign {
    margin:0 auto;
    height:100%;
    display: flex;
    width: 100%;
    align-items: center;
}

.frame a[class=""]:hover, .frame a:not([class]):hover {
    color: var(--color-bif-main-darker);
}

@media (max-width: 991px) {
    /*.nav-root.show  .navbar-collapse {
        height: 100%;
    }*/
    .nav-root .navbar-collapse {
        height: 0;
        width: 100%;
        overflow: hidden;
    }
    .nav-root .navbar-collapse.show,
    .nav-root .navbar-collapse.collapsing {
        background-color: white !important;
    }
    li.nav-item {
        cursor: pointer;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .navbar-header-border {
        display: none;
    }
    .row.nav-root {
        --bs-gutter-x: 0px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: var(--container-max-width);
    }
}

.form-control {
    box-shadow: none;
}

.sociallinks-list {
    flex-wrap: initial;
    gap: 0;
    list-style: none;
    justify-content: flex-end;
}

.sociallinks-item {
    width: auto;
}

figure .caption {
    padding-top: 0.5rem;
    font-size: 0.85rem;
    word-wrap: break-word;
    opacity: 0.8;
    text-align: center;
}

.sociallinks-link-icon {
    font-size: 24px;
    height: 24px;
    width: 24px;
}

.powermail_fieldset_2 .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding-right: 9px;
    padding-left: 9px;
}

.frame>*:last-child {
    margin-bottom:0;
}
.frame-inner>*:last-child {
    margin-bottom:0
}

/* musterexemplar */
.grid-wrapper {
    display: grid;
    grid-template-columns: 66.666% 33.333%;
    margin-bottom: 65px;
    align-content: center;
}
.musterexemplar {
    padding: 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #676767;
    border-radius: 5px;
    box-shadow: 0px 6px 8px #00000029;
    margin-left: 16px;
}
.musterexemplar .musterexemplar__title .musterexemplar__title-header {
    font-family: "Exo 2";
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
}
.musterexemplar .musterexemplar__content-images {
    flex: 1;
    display: grid;
    grid-template-columns: auto auto auto;
    align-content: center;
}

.musterexemplar .musterexemplar__content-images .img-wrapper {
    margin-bottom: 36px;
}

.musterexemplar .musterexemplar__content-images img {
    background: white;
    border-radius: 50%;
    border: 8px solid white;
    width: 78px;
    height: 78px;
}

.musterexemplar .musterexemplar__content-text {
    font-family: "Exo 2";
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.musterexemplar .musterexemplar__action a {
    background: var(--color-bif-main-darker);
    min-width: 160px;
    display: inline-block;
    font-family: 'Exo 2', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    background: var(--color-bif-main-darker);
    line-height: 19px;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    height: auto;
}

.musterexemplar .musterexemplar__action a:hover {
    text-decoration: none;
}

@media (min-width: 992px ) {
    .aktuelle_themen iframe {
        height: 724px !important;
    }
    .grid-wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
        margin-bottom: 65px;
    }

    .musterexemplar {
        padding-bottom: 40px;
    }

    .musterexemplar .musterexemplar__content-images img {
        width: 108px;
        height: 108px;
    }
}

@media (min-width: 1200px ) {
    .grid-wrapper {
        grid-template-columns: 66.667% 33.333%;
    }
    .aktuelle_themen iframe {
        height: 510px !important;
    }
    .musterexemplar .musterexemplar__content-images img {
        width: 78px;
        height: 78px;
    }
}

@media (min-width: 1400px) {
    .aktuelle_themen iframe {
        height: 492px !important;
    }
}

@media (max-width: 991px ) {
    .grid-wrapper {
        display: grid;
        grid-template-columns: 100%;
        margin-bottom: 65px;
    }

    .musterexemplar .musterexemplar__content-images img {
        width: 138px;
        height: 138px;
    }

    .musterexemplar .musterexemplar__title-header {
        line-height: 24px;
        padding-top: 16px;
        margin-bottom: 30px !important;
    }

    .musterexemplar {
        margin-top: 26px;
        padding: 20px;
        margin-left: 0;
        padding-bottom: 40px;
    }
}

@media (max-width: 767px ) {
    .musterexemplar .musterexemplar__content-images img {
        width: 108px;
        height: 108px;
    }
}

@media (max-width: 575px ) {
    .musterexemplar .musterexemplar__content-images img {
        width: 98px;
        height: 98px;
    }
}

@media (max-width: 451px ) {
    .musterexemplar .musterexemplar__content-images img {
        width: 78px;
        height: 78px;
    }
}

.indexed-search {
    margin-bottom: 5rem !important;
}

.indexed-search article.card {
    box-shadow: 0px 7px 12px #0000001F;
    border-radius: 5px;
    margin-bottom: 20px;
    border: none;
}

.indexed-search h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
}

.indexed-search h4 a {
    color: var(--color-dark) !important;
}
