#header {
    /*height: calc(80vh - 165px);*/
    height: auto;
    background-color: #272727;
    position: relative;
    background-size: contain
}

#header .logo-container {
    padding-top: 60px;
    height: 120px
}

#header .nav {
    padding-top: 23px;
    height: 100px
}

#header .text-wrapper {
    width: 85%
}

#header #bg-container {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-position: center;
    overflow: hidden;
    background-size: cover
}

#header #bg-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden
}

#header #bg-container .gradient-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 11, 18, 0.5)
}

#header #bg-container .design-element {
    background: url(../img/scb_grid.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: contain
}

#header .button-link-box {
    width: 50%
}

#header p {
    font-size: 20px
}

@media (max-width:1200px) {
    #header .button-link-box .text-wrapper {
        width: 100%
    }
}

@media (max-width:54rem) {

    #header,
    .homepage #header {
        min-height: 450px;
        padding-top: 4.4rem;
    }

    #header .button-link-box,
    .homepage #header .button-link-box {
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto
    }

    #header .text-wrapper,
    .homepage #header .text-wrapper {
        width: 100%
    }

    #header .text-wrapper p,
    .homepage #header .text-wrapper p {
        font-size: 17px
    }

    #header #bg-container .design-element,
    .homepage #header #bg-container .design-element {
        display: none
    }

    #header .button-link-box,
    .homepage #header .button-link-box {
        width: 80%
    }
}

@media (max-width:950px) {
    #header {
        margin-top: 0
    }

    #main-menu {
        display: none
    }
}

@media (max-width:34rem) {

    #header,
    .homepage #header {
        height: auto;
        margin-top: 53px;
        padding: 30px 0;
        min-height: 360px
    }

    #header .button-link-box,
    .homepage #header .button-link-box {
        width: 320px
    }

    .single-article .article-header {
        margin-top: 35px;
    }
}

@media (max-width:380px) {

    #header .button-link-box,
    .homepage #header .button-link-box {
        width: 90%
    }
}

.search-highlight {
    font-weight: 700
}

#ElementSearchForm_SearchForm {
    position: relative
}

#ElementSearchForm_SearchForm label {
    display: none
}

#ElementSearchForm_SearchForm input[type=submit] {
    position: absolute;
    right: 0;
    top: 0
}

#ElementSearchForm_SearchForm input {
    margin-bottom: 0
}

#ElementSearchForm_SearchForm fieldset {
    margin-bottom: 0
}

#search-results {
    list-style: none;
    padding-left: 0;
    margin-top: 25px
}

#search-results li {
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #20201E
}

#search-results li:last-child {
    border-bottom: none
}

#search-results li p {
    padding-left: 15px
}

.menu ul {
    list-style: none;
    list-style-type: none;
    padding-left: 0
}

.menu ul li a {
    position: relative
}

.menu ul li:hover .subnav {
    visibility: visible;
    opacity: 1
}

.menu ul li .subnav {
    position: absolute;
    right: 0;
    padding-top: 25px;
    max-width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: visibility .15s, opacity .15s linear
}

.menu ul li .subnav .subnav-content {
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 30px 0;
}

.menu ul li .subnav .subnav-content .sub-nav {
    display: flex;
}

.menu ul li .subnav .subnav-content .sub-nav .menu-block {
    padding: 0 20px;
}

.menu ul li .subnav .subnav-content .sub-nav .menu-block {
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.menu ul li .subnav .subnav-content .sub-nav .menu-block:first-child {
    border-left: none;
}

.menu ul li .subnav .subnav-content .sub-nav .menu-block:last-child {
    border-right: none;
}

#main-menu ul li .subnav .subnav-content .sub-nav .menu-block>a {
    color: #D31220;
    font-weight: bold;
}

.menu ul li .subnav .subnav-content .content-size {
    height: 100%;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines
}

.menu ul li .subnav .subnav-content .content-size.long-menu-header .menu-block {
    max-width: 24%
}

.menu ul li .subnav .subnav-content .content-size.no-justify {
    text-align: left
}

.menu ul li .subnav .subnav-content .content-size.no-justify .menu-block {
    margin-right: 60px
}

.menu ul li .subnav .subnav-content .content-size.multiple-block .menu-block.from-end-2 h4 .bottom-border {
    width: 100%
}

.menu ul li .subnav .subnav-content .menu-block h4 {
    text-align: left;
    padding-bottom: 17px;
    position: relative;
    margin-bottom: 9px
}

.menu ul li .subnav .subnav-content .menu-block h4:hover .bottom-border {
    height: 5px
}

.menu ul li .subnav .subnav-content .menu-block h4 .bottom-border {
    height: 1px;
    transition: height .1s ease-out;
    width: 200%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0
}

.menu ul li .subnav .subnav-content .menu-block h4+h4 {
    margin-top: 17px
}

.menu ul li .subnav .subnav-content .menu-block .fa-long-arrow-alt-right {
    font-size: 22px;
    margin-left: 15px
}

.menu ul li .subnav .subnav-content .menu-block.last h4 .bottom-border {
    width: 100%
}

.menu ul li .subnav .subnav-content .menu-block p {
    text-align: left;
    position: relative;
    transition: transform .2s ease-out
}

.menu ul li .subnav .subnav-content .menu-block p a::after {
    content: "";
    width: 100%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 3px;
    position: absolute;
    display: block;
    left: 0;
    bottom: -6px;
    transition: transform .2s ease-out;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.menu ul li .subnav .subnav-content .menu-block p a:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.menu ul li .subnav .subnav-content .menu-block p a.current:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.menu ul li .subnav .subnav-content .menu-block a::after {
    content: none
}

.menu ul li .subnav .subnav-content .stretch {
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0
}

.menu ul li .nav-img {
    width: 227px
}

.menu a {
    text-decoration: none
}

.menu .svg-sticky {
    max-width: 56px;
    height: 56px
}

.menu .svg-mobile {
    max-width: 36px;
    height: 36px
}

#top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    background: #D0D2AD;
    font-size: 14px
}

#top-bar a:hover .menu-title {
    border-bottom: 2px solid #20201E;
}

#top-bar a:hover {
    text-decoration: none;
}

#top-bar a[href^="mailto:"] {
    text-transform: none;
}

#top-bar .icon {
    margin-right: 5px;
}

.top-bar {
    height: 54px
}

.top-bar .menu-list {
    text-align: right
}

.top-bar .menu-list::after {
    content: "";
    height: 100%;
    position: relative;
    width: 0;
    vertical-align: middle;
    display: inline-block
}

.top-bar .menu-list .menu-list-item {
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: 0;
    max-height: 54px;
    padding-top: 0;
    padding-bottom: 0
}

.top-bar .menu-list .menu-list-item.search-container,
.top-bar .menu-list .menu-list-item.social-container {
    margin-left: 0;
    margin-right: 0;
    position: relative
}

.top-bar .menu-list .menu-list-item.highlight:hover a {
    filter: brightness(88%)
}

.top-bar .menu-list .menu-list-item.highlight a,
.top-bar .menu-list .menu-list-item.icon a,
.top-bar .menu-list .menu-list-item.search {
    transition: filter .5s
}

.top-bar .menu-list .menu-list-item.highlight a::after,
.top-bar .menu-list .menu-list-item.icon a::after,
.top-bar .menu-list .menu-list-item.search::after {
    content: none
}

.top-bar .menu-list .menu-list-item.search .search-form {
    position: absolute;
    right: 44px;
    top: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .2s ease-in-out
}

.top-bar .menu-list .menu-list-item.search .search-form.open {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.top-bar .menu-list .menu-list-item.search .search-form.open+i {
    width: 24px;
    text-align: center
}

.top-bar .menu-list .menu-list-item.search .search-form.open+i::before {
    content: "\f00d"
}

.top-bar .menu-list .menu-list-item.search .search-form form {
    height: 100%
}

.top-bar .menu-list .menu-list-item.search .search-form form fieldset {
    height: 100%
}

.top-bar .menu-list .menu-list-item.search .search-form form fieldset>div {
    height: 100%
}

.top-bar .menu-list .menu-list-item.search .search-form form fieldset>div .middleColumn {
    height: 100%
}

.top-bar .menu-list .menu-list-item.search .search-form form fieldset>div .middleColumn input {
    height: 100%
}

.top-bar .menu-list .menu-list-item.search .search-form form fieldset input {
    height: 100%
}

.top-bar .menu-list .menu-list-item.search .search-form input[type=submit],
.top-bar .menu-list .menu-list-item.search .search-form input[type=text] {
    padding-top: 0;
    padding-bottom: 0
}

.top-bar .menu-list .menu-list-item.icon {
    margin-left: 15px;
    margin-right: 15px
}

.top-bar .menu-list .menu-list-item.img {
    min-height: 40px;
    min-width: 40px
}

.top-bar .menu-list .menu-list-item:hover {
    cursor: pointer
}

.top-bar .menu-list .menu-list-item.hover a:hover img:first-child {
    display: none
}

.top-bar .menu-list .menu-list-item.hover a:hover img:nth-child(2) {
    display: block
}

.top-bar .menu-list .menu-list-item a {
    text-transform: uppercase;
    display: block;
    transition: background-color .2s
}

.top-bar .menu-list .menu-list-item a img {
    display: none
}

.top-bar .menu-list .menu-list-item a img:first-child {
    display: block
}

.top-bar .menu-list .menu-list-item a::after {
    bottom: -7px
}

.top-bar .menu-list .menu-list-item .menu-title {
    display: inline-block;
    vertical-align: middle
}

.top-bar .menu-list .menu-list-item .icon {
    display: inline-block;
    vertical-align: middle
}

.main-menu {
    position: relative
}

.main-menu ul {
    width: 100%;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines
}

.main-menu ul li {
    display: inline-block;
    *display: inline
}

.main-menu ul li.stretch {
    display: inline-block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0
}

.main-menu ul li.stretch::after {
    content: none
}

.main-menu ul li.currentParent~i,
.main-menu ul li.currentParent>.fa-circle {
    color: #D31220 !important
}

.main-menu ul li a.currentParent,
.main-menu ul li a.current {
    color: #D31220 !important
}

.main-menu ul li a.currentParent~i,
.main-menu ul li a.current~i {
    color: #D31220 !important
}

#main-menu {
    margin-top: 54px;
    padding: 5px 0;
}

#main-menu .menu-wrapper {
    display: flex;
    align-items: center
}

#main-menu .logo-container {
    flex: 1;
    flex-basis: 150px
}
#main-menu .logo-container a {
    outline-offset: 0 !important;
    max-width: 300px;
    display: block;
    width: 100%;
}

#main-menu .logo-container a img {
    max-width: 300px;
    display: block;
}

#main-menu .nav {
    display: flex;
    align-items: center
}

#main-menu ul {
    display: flex;
    align-items: center
}

#main-menu ul li {
    padding: 0 25px;
    margin-bottom: 0;
    text-align: left
}

#main-menu ul li:last-child {
    padding-right: 0
}

#main-menu ul li a {
    color: #20201E
}

#main-menu ul li a:hover {
    color: #D31220
}

#main-menu ul li a:hover~i {
    color: #D31220
}

#main-menu .subsubnav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

#main-menu .subsubnav li {
    margin-bottom: .3em;
    padding: 0;
}

#main-menu .subsubnav .fa-caret-right {
    font-size: 5px;
    margin-right: 5px;
    font-size: 1.2em;
    vertical-align: middle;
    color: #D31220;
}

#main-menu .nav>ul>li>a:hover,
#sticky-menu .nav>ul>li>a:hover {
    text-decoration: none;
    border-bottom: 2px solid #D31220;
    color: #D31220;
}

#sticky-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 0 20px 10px rgba(77, 74, 71, 0.1);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform .2s ease-out
}

#sticky-menu.show {
    -webkit-transform: translateY(54px);
    transform: translateY(54px)
}

#sticky-menu .menu-wrapper {
    display: flex;
    align-items: center
}

#sticky-menu .top-bar ul li {
    padding-top: 10px;
    padding-bottom: 5px;
    vertical-align: middle
}

#sticky-menu .logo-container {
    flex: 1
}

#sticky-menu .nav {
    display: flex;
    align-items: center
}

#sticky-menu ul li {
    margin-bottom: 0;
    padding: 0 25px;
}

#sticky-menu ul li .subnav {
    padding-top: 1em;
    height: auto
}

#sticky-menu ul li:last-child {
    padding-right: 0
}

#sticky-menu .logo {
    padding-right: 10px;
    padding-top: 0
}

#sticky-menu .logo img {
    display: block
}

#sticky-menu .logo a:hover::after {
    content: none
}

#sticky-menu .subsubnav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
}

#sticky-menu .subsubnav li {
    margin-bottom: 0.3em;
    padding: 0;
}

#sticky-menu .subsubnav .fa-caret-right {
    margin-right: 5px;
    font-size: 1.2em;
    vertical-align: middle;
    color: #D31220;
}

#sticky-menu ul li .subnav .subnav-content .sub-nav .menu-block>a {
    color: #D31220;
    font-weight: bold;
}

#mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

#mobile-menu .search .search-form {
    position: absolute;
    right: 51px;
    top: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .2s ease-in-out;
    padding-left: 60px
}

#mobile-menu .search .search-form form {
    height: 100%
}

#mobile-menu .search .search-form form fieldset {
    height: 100%
}

#mobile-menu .search .search-form form fieldset>div {
    height: 100%
}

#mobile-menu .search .search-form form fieldset>div .middleColumn {
    height: 100%
}

#mobile-menu .search .search-form form fieldset>div .middleColumn input {
    height: 100%
}

#mobile-menu .search .search-form form fieldset input {
    height: 100%
}

#mobile-menu .search .search-form input[type=submit],
#mobile-menu .search .search-form input[type=text] {
    padding-top: 0;
    padding-bottom: 0
}

#mobile-menu .search .search-form.open {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

#mobile-menu .search .search-form.open+i {
    width: 24px;
    text-align: center
}

#mobile-menu .search .search-form.open+i::before {
    content: "\f00d"
}

#mobile-menu .menu-items {
    display: none;
    overflow: auto;
    border-bottom: 1px solid #20201E
}

#mobile-menu .menu-items .sub {
    display: none;
    margin-top: 15px;
    padding-left: 8px
}

#mobile-menu .menu-items .sub>div {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #20201E;
    padding-left: 8px;
    position: relative
}

#mobile-menu .menu-items .subsub {
    display: none
}

#mobile-menu .menu-items .open-sub {
    transition: transform .2s ease-out
}

#mobile-menu .menu-items .open-sub.show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#mobile-menu .menu-items .open-sub.show+.sub {
    display: block
}

#mobile-menu .menu-items li a::after {
    content: none
}

#mobile-menu .menu-items .content-size {
    padding-top: 8px;
    padding-bottom: 8px
}

#mobile-menu ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #20201E;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer
}

#mobile-menu ul li:last-child {
    border-bottom: none
}

#mobile-menu ul li i.open-sub {
    position: absolute;
    right: 0;
    top: 0;
    padding: 12px 13px
}

#mobile-menu ul li.icons {
    padding-bottom: 0
}

#mobile-menu ul li.icons a {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle
}

#mobile-menu ul li.icons a i {
    font-size: 20px
}

#mobile-menu ul li.icons a img {
    display: none
}

#mobile-menu ul li.icons a img:first-child {
    display: inline-block
}

#mobile-menu ul li.icons a:hover img:first-child {
    display: none
}

#mobile-menu ul li.icons a:hover img:nth-child(2) {
    display: inline-block
}

#mobile-menu.show .menu-items {
    display: block
}

#mobile-menu .navbar {
    border-bottom: 1px solid #20201E;
    padding-top: 8px;
    padding-bottom: 8px
}

#mobile-menu .navbar>.content-size {
    position: relative
}

#mobile-menu .logo-container,
#mobile-menu .menu-button,
#mobile-menu .search-button {
    width: 50%;
    display: inline-block;
    vertical-align: middle
}

#mobile-menu .logo-container {
    text-align: left;
    flex: 1;
    flex-basis: 60px
}

#mobile-menu .logo-container .logo.mobile {
    display: none
}

#mobile-menu .logo-container img {
    display: block
}

#mobile-menu .menu-button span {
    padding-right: 5px
}

#mobile-menu .menu-button .mobile-menu-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer
}

#mobile-menu .search-button {
    text-align: right
}

#mobile-menu .search-button .search {
    display: inline-block;
    cursor: pointer
}

#mobile-menu .highlight * {
    color: #ffffff;
    font-size: 18px
}

#mobile-menu .highlight a {
    display: block;
    padding: 11px
}

#scroll-menu {
    padding: 10px 0;
}

#scroll-menu .menu-size {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 15px;
}

#scroll-menu .icon {
    display: inline-block;
    margin-right: 10px;
    max-width: 40px;
}

#scroll-menu .icon img {
    vertical-align: middle;
}

#scroll-menu h2 {
    width: 370px;
    font-weight: 400;
    margin-bottom: 6px;
}

#scroll-menu h2 em {
    font-size: inherit;
    font-family: inherit;
}

#scroll-menu>div>a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none
}

#scroll-menu a:hover span {
    border-bottom: 2px solid white;
}

#scroll-menu span {
    font-size: 24px;
    display: inline;
    vertical-align: middle;
}

#scroll-menu i {
    font-size: 35px
}

.footer-menu>div {
    padding-right: 10px
}

.footer-menu>div:nth-child(odd) {
    clear: both
}

.footer-menu>div>div {
    margin-bottom: 15px
}

@media (max-width:1120px) {
    #sticky-menu .logo {
        padding-right: 0
    }
}

@media (max-width:1020px) {
    #sticky-menu .logo img {
        max-width: 45px
    }

    #sticky-menu .nav {
        height: 64px
    }
}

@media (max-width:950px) {

  #header .logo-container,
  #header .nav,
  #sticky-menu,
  #top-bar,
  #scroll-menu {
        display: none
    }

    #mobile-menu {
        display: block
    }

    #mobile-menu .logo img {
        max-height: 36px
    }

    #scroll-menu img {
        max-width: 35px
    }

    #scroll-menu .spacer {
        width: 5px
    }

    #scroll-menu>div {
        height: 60px;
        -webkit-transform: translate(-60px, 0);
        transform: translate(-60px, 0)
    }
}

@media (max-width:750px) {
    #mobile-menu .logo-container {
        text-align: left
    }

    #mobile-menu .logo-container .logo {
        display: none
    }

    #mobile-menu .logo-container .logo.mobile {
        display: block
    }

    #mobile-menu .highlight a {
        padding: 8px
    }
}

@media (max-width:550px) {
    #mobile-menu .logo-container {
        text-align: left
    }

    #mobile-menu .logo-container .logo img {
        max-height: 36px
    }
}

@media (max-width:500px) {
    #scroll-menu {
        right: -40px
    }

    #scroll-menu img {
        max-width: 25px
    }

    #scroll-menu .spacer {
        width: 0
    }

    #scroll-menu>div {
        height: 45px;
        -webkit-transform: translate(-45px, 0);
        transform: translate(-45px, 0)
    }
}

.content-size {
    width: 1170px;
    margin: 0 auto;
    max-width: 100%
}

.menu-size {
    margin: 0 45px
}

.page-content-size {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%
}

.full-size {
    width: 100%;
    max-width: 100%
}

@media (max-width:1220px) {
    .content-size {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .menu-size {
        margin: 0 15px
    }
}

.colored-bg.has-triangle:after {
    content: '';
    background: #ffffff;
    width: 20px;
    height: 40px;
    display: block;
    position: absolute;
    right: 8px;
    bottom: 4px;
    transform: rotate(37deg)
}

.bg-red,
.colored-bg .bg-red,
.colored-bg .colored-bg .bg-red {
    background-color: #D31220;
    color: #ffffff
}

.bg-red *,
.colored-bg .bg-red *,
.colored-bg .colored-bg .bg-red * {
    color: inherit
}

.bg-red a,
.colored-bg .bg-red a,
.colored-bg .colored-bg .bg-red a,
.bg-red a:hover,
.colored-bg .bg-red a:hover,
.colored-bg .colored-bg .bg-red a:hover,
.bg-red h1,
.colored-bg .bg-red h1,
.colored-bg .colored-bg .bg-red h1,
.bg-red h2,
.colored-bg .bg-red h2,
.colored-bg .colored-bg .bg-red h2,
.bg-red h3,
.colored-bg .bg-red h3,
.colored-bg .colored-bg .bg-red h3,
.bg-red h4,
.colored-bg .bg-red h4,
.colored-bg .colored-bg .bg-red h4,
.bg-red h5,
.colored-bg .bg-red h5,
.colored-bg .colored-bg .bg-red h5,
.bg-red h6,
.colored-bg .bg-red h6,
.colored-bg .colored-bg .bg-red h6 {
    color: #ffffff
}

.bg-red table,
.colored-bg .bg-red table,
.colored-bg .colored-bg .bg-red table {
    border-color: #fff;
    border-width: 0;
    color: #20201E
}

.bg-red.menu ul li a::after,
.colored-bg .bg-red.menu ul li a::after,
.colored-bg .colored-bg .bg-red.menu ul li a::after,
.bg-red .dash,
.colored-bg .bg-red .dash,
.colored-bg .colored-bg .bg-red .dash {
    background-color: #ffffff
}

/*.bg-red.btn:hover,
.colored-bg .bg-red.btn:hover,
.colored-bg .colored-bg .bg-red.btn:hover {
    background-color: #ffffff
}

.bg-red.btn:hover a,
.colored-bg .bg-red.btn:hover a,
.colored-bg .colored-bg .bg-red.btn:hover a {
    color: #D31220
}

.bg-red.btn:hover:before,
.colored-bg .bg-red.btn:hover:before,
.colored-bg .colored-bg .bg-red.btn:hover:before,
.bg-red.btn:hover:after,
.colored-bg .bg-red.btn:hover:after,
.colored-bg .colored-bg .bg-red.btn:hover:after {
    background: #fff
}*/

.bg-red+.content a,
.colored-bg .bg-red+.content a,
.colored-bg .colored-bg .bg-red+.content a,
.bg-red+.content h1,
.colored-bg .bg-red+.content h1,
.colored-bg .colored-bg .bg-red+.content h1,
.bg-red+.content h2,
.colored-bg .bg-red+.content h2,
.colored-bg .colored-bg .bg-red+.content h2,
.bg-red+.content h3,
.colored-bg .bg-red+.content h3,
.colored-bg .colored-bg .bg-red+.content h3,
.bg-red+.content h4,
.colored-bg .bg-red+.content h4,
.colored-bg .colored-bg .bg-red+.content h4,
.bg-red+.content h5,
.colored-bg .bg-red+.content h5,
.colored-bg .colored-bg .bg-red+.content h5,
.bg-red+.content h6,
.colored-bg .bg-red+.content h6,
.colored-bg .colored-bg .bg-red+.content h6 {
    color: #ffffff
}

.bg-red+.content .dash,
.colored-bg .bg-red+.content .dash,
.colored-bg .colored-bg .bg-red+.content .dash {
    background-color: #ffffff
}

.bg-dark-gray,
.colored-bg .bg-dark-gray,
.colored-bg .colored-bg .bg-dark-gray {
    background-color: #20201E;
    color: #ffffff
}

.bg-dark-gray *,
.colored-bg .bg-dark-gray *,
.colored-bg .colored-bg .bg-dark-gray * {
    color: inherit
}

.bg-dark-gray a,
.colored-bg .bg-dark-gray a,
.colored-bg .colored-bg .bg-dark-gray a,
.bg-dark-gray h1,
.colored-bg .bg-dark-gray h1,
.colored-bg .colored-bg .bg-dark-gray h1,
.bg-dark-gray h2,
.colored-bg .bg-dark-gray h2,
.colored-bg .colored-bg .bg-dark-gray h2,
.bg-dark-gray h3,
.colored-bg .bg-dark-gray h3,
.colored-bg .colored-bg .bg-dark-gray h3,
.bg-dark-gray h4,
.colored-bg .bg-dark-gray h4,
.colored-bg .colored-bg .bg-dark-gray h4,
.bg-dark-gray h5,
.colored-bg .bg-dark-gray h5,
.colored-bg .colored-bg .bg-dark-gray h5,
.bg-dark-gray h6,
.colored-bg .bg-dark-gray h6,
.colored-bg .colored-bg .bg-dark-gray h6 {
    color: #ffffff
}

.bg-dark-gray table,
.colored-bg .bg-dark-gray table,
.colored-bg .colored-bg .bg-dark-gray table {
    border-color: rgba(77, 74, 71, 0.1);
    border-width: 0;
    color: #20201E
}

.bg-dark-gray.menu li.icon:hover a,
.colored-bg .bg-dark-gray.menu li.icon:hover a,
.colored-bg .colored-bg .bg-dark-gray.menu li.icon:hover a,
.bg-dark-gray.menu li.search:hover,
.colored-bg .bg-dark-gray.menu li.search:hover,
.colored-bg .colored-bg .bg-dark-gray.menu li.search:hover {
    color: #D31220
}

.bg-dark-gray.menu ul li a::after,
.colored-bg .bg-dark-gray.menu ul li a::after,
.colored-bg .colored-bg .bg-dark-gray.menu ul li a::after,
.bg-dark-gray .dash,
.colored-bg .bg-dark-gray .dash,
.colored-bg .colored-bg .bg-dark-gray .dash {
    background-color: #ffffff
}

.bg-dark-gray-transparent,
.colored-bg .bg-dark-gray-transparent,
.colored-bg .colored-bg .bg-dark-gray-transparent {
    background-color: rgba(1, 11, 18, 0.5);
    color: #ffffff
}

.bg-dark-gray-transparent *,
.colored-bg .bg-dark-gray-transparent *,
.colored-bg .colored-bg .bg-dark-gray-transparent * {
    color: inherit
}

.bg-dark-gray-transparent a,
.colored-bg .bg-dark-gray-transparent a,
.colored-bg .colored-bg .bg-dark-gray-transparent a,
.bg-dark-gray-transparent h1,
.colored-bg .bg-dark-gray-transparent h1,
.colored-bg .colored-bg .bg-dark-gray-transparent h1,
.bg-dark-gray-transparent h2,
.colored-bg .bg-dark-gray-transparent h2,
.colored-bg .colored-bg .bg-dark-gray-transparent h2,
.bg-dark-gray-transparent h3,
.colored-bg .bg-dark-gray-transparent h3,
.colored-bg .colored-bg .bg-dark-gray-transparent h3,
.bg-dark-gray-transparent h4,
.colored-bg .bg-dark-gray-transparent h4,
.colored-bg .colored-bg .bg-dark-gray-transparent h4,
.bg-dark-gray-transparent h5,
.colored-bg .bg-dark-gray-transparent h5,
.colored-bg .colored-bg .bg-dark-gray-transparent h5,
.bg-dark-gray-transparent h6,
.colored-bg .bg-dark-gray-transparent h6,
.colored-bg .colored-bg .bg-dark-gray-transparent h6 {
    color: #ffffff
}

.bg-dark-gray-transparent table,
.colored-bg .bg-dark-gray-transparent table,
.colored-bg .colored-bg .bg-dark-gray-transparent table {
    border-color: rgba(77, 74, 71, 0.1);
    border-width: 0;
    color: #20201E
}

.bg-dark-gray-transparent.menu li.icon:hover a,
.colored-bg .bg-dark-gray-transparent.menu li.icon:hover a,
.colored-bg .colored-bg .bg-dark-gray-transparent.menu li.icon:hover a,
.bg-dark-gray-transparent.menu li.search:hover,
.colored-bg .bg-dark-gray-transparent.menu li.search:hover,
.colored-bg .colored-bg .bg-dark-gray-transparent.menu li.search:hover {
    color: #D31220
}

.bg-dark-gray-transparent.menu ul li a::after,
.colored-bg .bg-dark-gray-transparent.menu ul li a::after,
.colored-bg .colored-bg .bg-dark-gray-transparent.menu ul li a::after,
.bg-dark-gray-transparent .dash,
.colored-bg .bg-dark-gray-transparent .dash,
.colored-bg .colored-bg .bg-dark-gray-transparent .dash {
    background-color: #ffffff
}

.bg-white,
.colored-bg .bg-white,
.colored-bg .colored-bg .bg-white {
    background-color: #fff;
    color: #20201E
}

.bg-white *,
.colored-bg .bg-white *,
.colored-bg .colored-bg .bg-white * {
    color: inherit
}

.bg-white a:hover,
.colored-bg .bg-white a:hover,
.colored-bg .colored-bg .bg-white a:hover,
.bg-white h6,
.colored-bg .bg-white h6,
.colored-bg .colored-bg .bg-white h6 {
    color: #D31220
}

.bg-white h3,
.colored-bg .bg-white h3,
.colored-bg .colored-bg .bg-white h3,
.bg-white h4,
.colored-bg .bg-white h4,
.colored-bg .colored-bg .bg-white h4,
.bg-white h5,
.colored-bg .bg-white h5,
.colored-bg .colored-bg .bg-white h5 {
    color: #20201E
}

.bg-white table,
.colored-bg .bg-white table,
.colored-bg .colored-bg .bg-white table {
    border-color: #fff
}

/*.bg-white.btn:hover,
.colored-bg .bg-white.btn:hover,
.colored-bg .colored-bg .bg-white.btn:hover {
    background-color: #D31220
}

.bg-white.btn:hover a,
.colored-bg .bg-white.btn:hover a,
.colored-bg .colored-bg .bg-white.btn:hover a {
    color: #ffffff
}*/

.bg-white.menu a,
.colored-bg .bg-white.menu a,
.colored-bg .colored-bg .bg-white.menu a,
.bg-white.menu h1,
.colored-bg .bg-white.menu h1,
.colored-bg .colored-bg .bg-white.menu h1,
.bg-white.menu h2,
.colored-bg .bg-white.menu h2,
.colored-bg .colored-bg .bg-white.menu h2,
.bg-white.menu h3,
.colored-bg .bg-white.menu h3,
.colored-bg .colored-bg .bg-white.menu h3,
.bg-white.menu h4,
.colored-bg .bg-white.menu h4,
.colored-bg .colored-bg .bg-white.menu h4,
.bg-white.menu h5,
.colored-bg .bg-white.menu h5,
.colored-bg .colored-bg .bg-white.menu h5,
.bg-white.menu h6,
.colored-bg .bg-white.menu h6,
.colored-bg .colored-bg .bg-white.menu h6 {
    color: #20201E
}

.bg-white.menu li.highlight a,
.colored-bg .bg-white.menu li.highlight a,
.colored-bg .colored-bg .bg-white.menu li.highlight a,
.bg-white.menu .menu-list-item.highlight a,
.colored-bg .bg-white.menu .menu-list-item.highlight a,
.colored-bg .colored-bg .bg-white.menu .menu-list-item.highlight a,
.bg-white.menu li.highlight h1,
.colored-bg .bg-white.menu li.highlight h1,
.colored-bg .colored-bg .bg-white.menu li.highlight h1,
.bg-white.menu .menu-list-item.highlight h1,
.colored-bg .bg-white.menu .menu-list-item.highlight h1,
.colored-bg .colored-bg .bg-white.menu .menu-list-item.highlight h1,
.bg-white.menu li.highlight h2,
.colored-bg .bg-white.menu li.highlight h2,
.colored-bg .colored-bg .bg-white.menu li.highlight h2,
.bg-white.menu .menu-list-item.highlight h2,
.colored-bg .bg-white.menu .menu-list-item.highlight h2,
.colored-bg .colored-bg .bg-white.menu .menu-list-item.highlight h2,
.bg-white.menu li.highlight h3,
.colored-bg .bg-white.menu li.highlight h3,
.colored-bg .colored-bg .bg-white.menu li.highlight h3,
.bg-white.menu .menu-list-item.highlight h3,
.colored-bg .bg-white.menu .menu-list-item.highlight h3,
.colored-bg .colored-bg .bg-white.menu .menu-list-item.highlight h3,
.bg-white.menu li.highlight h4,
.colored-bg .bg-white.menu li.highlight h4,
.colored-bg .colored-bg .bg-white.menu li.highlight h4,
.bg-white.menu .menu-list-item.highlight h4,
.colored-bg .bg-white.menu .menu-list-item.highlight h4,
.colored-bg .colored-bg .bg-white.menu .menu-list-item.highlight h4,
.bg-white.menu li.highlight h5,
.colored-bg .bg-white.menu li.highlight h5,
.colored-bg .colored-bg .bg-white.menu li.highlight h5,
.bg-white.menu .menu-list-item.highlight h5,
.colored-bg .bg-white.menu .menu-list-item.highlight h5,
.colored-bg .colored-bg .bg-white.menu .menu-list-item.highlight h5,
.bg-white.menu li.highlight h6,
.colored-bg .bg-white.menu li.highlight h6,
.colored-bg .colored-bg .bg-white.menu li.highlight h6,
.bg-white.menu .menu-list-item.highlight h6,
.colored-bg .bg-white.menu .menu-list-item.highlight h6,
.colored-bg .colored-bg .bg-white.menu .menu-list-item.highlight h6 {
    color: #ffffff
}

.bg-white.menu .icon:hover a,
.colored-bg .bg-white.menu .icon:hover a,
.colored-bg .colored-bg .bg-white.menu .icon:hover a,
.bg-white.menu .search i:hover,
.colored-bg .bg-white.menu .search i:hover,
.colored-bg .colored-bg .bg-white.menu .search i:hover,
.bg-white.menu .mobile-menu-toggle:hover,
.colored-bg .bg-white.menu .mobile-menu-toggle:hover,
.colored-bg .colored-bg .bg-white.menu .mobile-menu-toggle:hover {
    color: #D31220
}

.bg-white .dash,
.colored-bg .bg-white .dash,
.colored-bg .colored-bg .bg-white .dash {
    background-color: #20201E
}

.bg-white input[type=submit],
.colored-bg .bg-white input[type=submit],
.colored-bg .colored-bg .bg-white input[type=submit] {
    color: #D31220
}

.bg-white input[type=submit]:hover,
.colored-bg .bg-white input[type=submit]:hover,
.colored-bg .colored-bg .bg-white input[type=submit]:hover {
    color: #ffffff
}

.bg-white input[type=submit].bg-red,
.colored-bg .bg-white input[type=submit].bg-red,
.colored-bg .colored-bg .bg-white input[type=submit].bg-red {
    color: #ffffff
}

.bg-white input[type=submit].bg-red:hover,
.colored-bg .bg-white input[type=submit].bg-red:hover,
.colored-bg .colored-bg .bg-white input[type=submit].bg-red:hover {
    color: #D31220;
    background-color: #fff
}

.bg-white .form-complete-msg,
.colored-bg .bg-white .form-complete-msg,
.colored-bg .colored-bg .bg-white .form-complete-msg {
    background-color: #1b8d1b;
    color: #fff
}

.bg-light-gray,
.colored-bg .bg-light-gray,
.colored-bg .colored-bg .bg-light-gray {
    background-color: rgba(77, 74, 71, 0.1);
    color: #20201E
}

.bg-light-gray *:not(a),
.colored-bg .bg-light-gray *:not(a),
.colored-bg .colored-bg .bg-light-gray *:not(a) {
    color: inherit
}

/*.bg-light-gray a,
.colored-bg .bg-light-gray a,
.colored-bg .colored-bg .bg-light-gray a,*/
.bg-light-gray h1,
.colored-bg .bg-light-gray h1,
.colored-bg .colored-bg .bg-light-gray h1,
.bg-light-gray h2,
.colored-bg .bg-light-gray h2,
.colored-bg .colored-bg .bg-light-gray h2,
.bg-light-gray h3,
.colored-bg .bg-light-gray h3,
.colored-bg .colored-bg .bg-light-gray h3,
.bg-light-gray h4,
.colored-bg .bg-light-gray h4,
.colored-bg .colored-bg .bg-light-gray h4,
.bg-light-gray h5,
.colored-bg .bg-light-gray h5,
.colored-bg .colored-bg .bg-light-gray h5,
.bg-light-gray h6,
.colored-bg .bg-light-gray h6,
.colored-bg .colored-bg .bg-light-gray h6 {
    color: #20201E
}

.bg-light-gray table,
.colored-bg .bg-light-gray table,
.colored-bg .colored-bg .bg-light-gray table {
    border-color: #fff;
    border-width: 0
}

.bg-light-gray .icon:hover a,
.colored-bg .bg-light-gray .icon:hover a,
.colored-bg .colored-bg .bg-light-gray .icon:hover a,
.bg-light-gray a:hover,
.colored-bg .bg-light-gray a:hover,
.colored-bg .colored-bg .bg-light-gray a:hover {
    color: #D31220
}

.bg-light-gray input[type=submit],
.colored-bg .bg-light-gray input[type=submit],
.colored-bg .colored-bg .bg-light-gray input[type=submit] {
    color: #D31220
}

.bg-light-gray input[type=submit]:hover,
.colored-bg .bg-light-gray input[type=submit]:hover,
.colored-bg .colored-bg .bg-light-gray input[type=submit]:hover {
    color: #ffffff
}

.bg-light-gray .dropdown.default .dropdown-options li:hover,
.colored-bg .bg-light-gray .dropdown.default .dropdown-options li:hover,
.colored-bg .colored-bg .bg-light-gray .dropdown.default .dropdown-options li:hover,
.bg-light-gray .dropdown.default .dropdown-options li.selected,
.colored-bg .bg-light-gray .dropdown.default .dropdown-options li.selected,
.colored-bg .colored-bg .bg-light-gray .dropdown.default .dropdown-options li.selected {
    background-color: #20201E;
    color: #fff
}

.bg-light-gray .form-complete-msg,
.colored-bg .bg-light-gray .form-complete-msg,
.colored-bg .colored-bg .bg-light-gray .form-complete-msg {
    background-color: #1b8d1b;
    color: #fff
}

.slider-element__team-slide-content-inner {
    background-color: rgba(77, 74, 71, 0.1)
}

.absolute-bg.bg-light-gray~.has-absolute-bg .slider-element__team-slide-content-inner {
    background-color: #fff
}

.border.border-red {
    border-color: #D31220
}

.border.border-white {
    border-color: #ffffff
}

.border.border-gray {
    border-color: #20201E
}

.accordion-element__accordion .border .open-close::before,
.accordion-element__accordion .border .open-close::before,
.accordion-element__accordion .border .open-close::after,
.accordion-element__accordion .border .open-close::after {
    background-color: #20201E
}

.accordion-element__accordion .border h4,
.accordion-element__accordion .border h4 {
    color: #20201E
}

.accordion-element__accordion .border:hover .open-close::before,
.accordion-element__accordion .border:hover .open-close::before,
.accordion-element__accordion .border:hover .open-close::after,
.accordion-element__accordion .border:hover .open-close::after {
    background-color: #D31220
}

.accordion-element__accordion .border:hover h4,
.accordion-element__accordion .border:hover h4 {
    color: #D31220
}

.accordion-element__accordion.open .border h4 {
    color: #D31220
}

.accordion-element__accordion.open .border .open-close::before,
.accordion-element__accordion.open .border .open-close::after {
    background-color: #D31220
}

p.red,
a.red,
i.red,
h1.red,
h2.red,
h3.red,
h4.red,
h5.red,
h6.red {
    color: #D31220
}

.multiply-bg {
    mix-blend-mode: multiply
}

a,
.menu li {
    transition: color .2s
}

.menu ul li a::after {
    background-color: #ffffff
}

* {
    font-family: 'marine', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 140%
}

p,
ul li,
a {
    font-family: 'marine', sans-serif;
    font-size: 17px;
    line-height: 140%;
    font-weight: 400
}

p {
    margin-bottom: 15px
}

p:last-child {
    margin-bottom: 0
}

h1,
h1 a,
h1 span {
    font-family: 'demos-next', serif;
    font-size: 70px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 15px
}

h2,
h2 a,
h2 span {
    font-family: 'demos-next', serif;
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 15px
}

h3,
h3 a,
h3 span,
form legend {
    font-family: 'demos-next', serif;
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 15px
}

h4,
h4 a,
h4 span,
table thead td h4 {
    font-family: 'demos-next', serif;
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 15px
}

table thead td,
table thead td p,
table thead td h1,
table thead td h2,
table thead td h3,
table thead td h5,
table thead td h6 {
    font-family: 'marine', sans-serif;
    font-size: 22px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px
}

h5,
h5 a,
h5 span {
    font-family: 'demos-next', serif;
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
    margin-bottom: 15px
}

h6,
h6 a,
h6 span {
    font-family: 'demos-next', serif;
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
    margin-bottom: 18px
}

ul {
    padding-left: 25px
}

ul.no-list-styling {
    list-style: none;
    padding-left: 0
}

ul li {
    margin: 0 0 10px 0
}

ol {
    padding-left: 25px
}

ol.no-list-styling {
    list-style: none;
    padding-left: 0
}

ol li {
    margin: 0 0 10px 0
}

span.small {
    font-size: .8em
}

.btn a {
  text-decoration: none;
  font-weight: 700;
}

.button-link-box h1 {
    margin-bottom: 25px
}

.top-bar i,
.icon.social i {
    font-size: 20px
}

footer .newsletter-row h4 {
    font-size: 45px
}

.double-line-height {
    line-height: 200%
}

.double-line-height h1,
.double-line-height h2,
.double-line-height h3,
.double-line-height h4,
.double-line-height h5,
.double-line-height h6,
.double-line-height p,
.double-line-height a {
    line-height: 200%
}

.wide-letter-spacing {
    letter-spacing: 16px
}

a {
    text-decoration: underline
}

strong {
    font-weight: 700
}

.main-menu ul li,
.main-menu ul li>a {
    font-size: 20px
}

.main-menu ul.subsubnav li,
.main-menu ul.subsubnav li>a {
    font-size: 18px
}

.main-menu .menu-block a,
.main-menu .menu-block ul li a {
    font-size: 18px
}

#main-menu-sticky .logo-container a {
    display: block;
    max-width: 56px;
    width: 100%;
    max-height: 56px;
    height: auto;
    outline-offset: 0px !important;
    margin: 3px 0;
}

#main-menu-sticky ul li,
#main-menu-sticky ul li>a {
    font-size: 18px
}

#main-menu-sticky .nav-img {
    width: 169px
}

.menu ul li .subnav .subnav-content .menu-block p,
.menu ul li .subnav .subnav-content .menu-block p a {
    letter-spacing: 2px;
    font-weight: 700
}

#mobile-menu .navbar i {
    font-size: 26px
}

input[type=submit] {
    text-transform: uppercase;
    font-weight: 700
}

i.icon {
    font-size: 48px
}

@media (max-width:1220px) {

  .main-menu ul li,
  .main-menu ul li>a {
        font-size: 17px
    }

    .menu ul li .nav-img {
        width: 140px
    }

  .menu h4,
  .menu h4 a {
        font-size: 17px;
        letter-spacing: 2px
    }
}

@media (max-width:1120px) {

  .main-menu .menu-block a,
  .main-menu .menu-block ul li a,
  .main-menu ul.subsubnav li,
  .main-menu ul.subsubnav li>a {
        font-size: 16px
    }

  .menu h4,
  .menu h4 a {
        letter-spacing: 1px
    }

  .menu ul li .subnav .subnav-content .menu-block p,
  .menu ul li .subnav .subnav-content .menu-block p a {
        letter-spacing: 1px
    }

  #main-menu-sticky.main-menu ul li,
  #main-menu-sticky.main-menu ul li>a {
        font-size: 16px
    }

    #main-menu-sticky .nav-img {
        width: 110px
    }
}

@media (max-width:1020px) {

  .main-menu ul li,
  .main-menu ul li>a {
        font-size: 16px
    }

  .menu h4,
  .menu h4 a {
        font-size: 16px
    }

  .menu ul li .subnav .subnav-content .menu-block p,
  .menu ul li .subnav .subnav-content .menu-block p a {
        font-size: 15px
    }

  #main-menu-sticky.main-menu ul li,
  #main-menu-sticky.main-menu ul li>a,
  #main-menu-sticky.main-menu .menu-block a,
  #main-menu-sticky.main-menu .menu-block ul li a,
  #main-menu-sticky.main-menu ul.subsubnav li,
  #main-menu-sticky.main-menu ul.subsubnav li>a {
        font-size: 15px
    }

    .wide-letter-spacing {
        letter-spacing: 13px
    }
}

@media (max-width:950px) {

  h1,
  h1 a,
  h1 span {
        font-size: 50px
    }

    #scroll-menu i {
        font-size: 30px
    }

    footer .newsletter-row h4 {
        font-size: 38px
    }
}

@media (max-width:34rem) {
    footer .newsletter-row h4 {
        font-size: 26px
    }

    .wide-letter-spacing {
        letter-spacing: 5px
    }

    * {
        word-wrap: break-word;
        word-break: break-word
    }

  h1,
  h1 a,
  h1 span {
        font-size: 24px
    }

  h2,
  h2 a,
  h2 span {
        font-size: 20px
    }

  h3,
  h3 a,
  h3 span,
  form legend {
        font-size: 20px
    }

  h4,
  h4 a,
  h4 span,
  table thead td,
  table thead td p,
  table thead td h1,
  table thead td h2,
  table thead td h3,
  table thead td h4,
  table thead td h5,
  table thead td h6 {
        font-size: 16px
    }

  h5,
  h5 a,
  h5 span {
        font-size: 22px
    }

  h6,
  h6 a,
  h6 span {
        font-size: 16px
    }
}

@media (max-width:500px) {
    #scroll-menu p {
        font-size: 16px
    }

    #scroll-menu i {
        font-size: 24px
    }
}

@media (max-width:30rem) {

  #header .button-link-box h3,
  .homepage #header .button-link-box h3 {
        font-size: 22px;
        letter-spacing: 8px
    }

  #header .button-link-box h1,
  .homepage #header .button-link-box h1 {
        font-size: 28px
    }
}

footer {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

footer .newsletter-row>div:first-child,
footer .info-text {
    padding-right: 14%
}

footer .info-text {
    margin-bottom: 30px
}

footer .newsletter-row {
    margin-bottom: 75px
}

footer .newsletter-row p {
    margin-bottom: 20px
}

footer .content-size {
    position: relative
}

#footer-design {
    background: url('../img/bgimgfooter.png');
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 100% 50%;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none
}

#footer-design~.content-size {
    padding: 55px 0 45px 0
}

@media (max-width:1220px) {

  footer .newsletter-row>div:first-child,
  footer .info-text {
        padding-right: 105px
    }
}

@media (max-width:1100px) {

  footer .newsletter-row>div:first-child,
  footer .info-text {
        padding-right: 30px
    }

    .top-bar .menu-list .menu-list-item {
        margin-left: 5px;
        margin-right: 5px;
    }

    .top-bar .menu-list .menu-list-item a {
        padding: 0;
    }

    .top-bar .menu-list .menu-list-item a span {
        font-size: 15px;
    }
}

@media (max-width:54rem) {
    footer {
        background-image: none !important
    }

    footer .newsletter-row>div:first-child {
        padding-right: 0
    }

    #footer-design {
        display: none
    }
    #footer-design~.content-size {
      padding: 20px 15px 5px 15px;
    }
}

@media (max-width:34rem) {
    footer {
        padding: 0 0 30px 0
    }
}

form.userform .field.entry-content-field {
    display: none
}
form.userform .left {
    font-size: 17px;
}

fieldset {
    border: none;
    outline: none;
    margin-bottom: 10px
}

textarea {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 12px 15px;
    border: 2px solid #20201E;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    resize: none
}

input {
    background-color: transparent;
    border: none;
    outline: none
}

  input[type=text],
  input[type=email],
  input[type=password],
  select {
    padding: 12px 15px;
    border: 2px solid #20201E;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 0
}

input[type=submit] {
    border: 2px solid #D31220;
    padding: 12px 15px;
    cursor: pointer;
    margin-bottom: 15px;
    -webkit-appearance: none;
    border-radius: 0
}

input[type=submit]:hover {
    background-color: #D31220
}

input[type=checkbox] {
    display: none
}

input[type=checkbox]+label:not(.error) {
    background: url(../img/check.png) 0 0 no-repeat;
    padding: 0 0 0 25px;
    height: 16px;
    display: inline-block
}

input[type=checkbox]+label:not(.error) p {
    display: inline
}

input[type=checkbox]:checked+label:not(.error) {
    background-position: 0 -16px
}

input[type=checkbox][disabled]+label {
    background: url(../img/check_disabled.png) 0 0 no-repeat;
    color: #9ba1a5
}

.checkbox {
    margin-top: 18px
}

.custom-dropdown select {
    display: none
}

.custom-dropdown .dropdown.default {
    border: 2px solid #20201E;
    position: relative;
    margin-bottom: 5px
}

.custom-dropdown .dropdown.default .current-selected {
    position: relative;
    padding: 12px 15px;
    cursor: pointer
}

.custom-dropdown .dropdown.default .current-selected p {
    margin-bottom: 0;
    position: relative
}

.custom-dropdown .dropdown.default .dropdown-arrow {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform-origin: 50% 59%;
    transform-origin: 50% 59%;
    transition: transform .35s
}

.custom-dropdown .dropdown.default ul {
    list-style: none;
    padding-left: 0
}

.custom-dropdown .dropdown.default .dropdown-options {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    max-height: 650px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    outline: 2px solid #20201E
}

.custom-dropdown .dropdown.default .dropdown-options li {
    width: 100%;
    cursor: pointer;
    margin-bottom: 0;
    padding: 12px 15px
}

.custom-dropdown .dropdown.default .dropdown-options li p {
    margin-bottom: 0
}

.custom-dropdown .dropdown.default.open .dropdown-options {
    display: block;
    z-index: 100
}

.custom-dropdown .dropdown.default.open .dropdown-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

  form.userform .userform-fields .form-step .field label.error,
  form.userform .userform-fields .form-step .field span.message {
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
    background-color: #D31220;
    color: #fff;
    padding: 2px 5px
}

form.userform .userform-fields .form-step .middleColumn .FormHeading:first-child {
    padding-top: 0
}

form.userform .FormHeading {
    display: block;
    width: 100%;
    clear: both;
    padding-top: 30px
}

form+.form-complete-msg {
    display: block;
    width: 100%;
    clear: both;
    padding: 2px 5px
}

form+.form-complete-msg p {
    margin-bottom: 0
}

form.userform .userform-fields .form-step div.field.composite {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    clear: both;
    margin-top: 30px
}

form.userform .userform-fields .form-step div.field.composite:first-child {
    margin-top: 0
}

form.userform .userform-fields .form-step .field {
    width: 50%;
    float: left;
    margin-bottom: 15px
}
form.userform .userform-fields .form-step .field.full-width {
  width: 100%;
  padding: 0 !important;
}

form.userform .userform-fields .form-step .field.even {
    padding-left: 15px
}

form.userform .userform-fields .form-step .field.odd {
    padding-right: 15px;
    clear: both
}

form.userform .userform-fields .form-step .field.checkbox label {
    display: inline-block
}

form.userform .userform-fields .form-step .field.checkbox label.error {
    display: block
}

form.userform .btn-toolbar {
    /*width: 50%;
    float: right*/
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
}

/*form.userform .btn-toolbar:nth-child(even) {
    padding-right: 15px
}

form.userform .btn-toolbar:nth-child(odd) {
    padding-left: 15px
}*/

form.userform .btn-toolbar input {
    width: 100%
}

form.userform .btn-toolbar * {
    flex: 0 0 calc(50% - 15px);
}

	.main-content.single-news-article-page {
		padding-top: 0;
	}

@media (max-width:34rem) {
    form.userform .userform-fields .form-step div.field {
        width: 100%
    }

    form.userform .userform-fields .form-step div.field:nth-child(even) {
        padding-left: 0
    }

    form.userform .userform-fields .form-step div.field:nth-child(odd) {
        padding-right: 0;
        clear: both
    }

    form.userform .btn-toolbar {
        margin-top: 25px;
        width: 100%;
        flex-wrap: wrap;
    }

    form.userform .btn-toolbar * {
        flex: 0 0 100%;
    }

    form.userform .btn-toolbar:nth-child(even) {
        padding-right: 0
    }

    form.userform .btn-toolbar:nth-child(odd) {
        padding-left: 0
    }
}

.single-news-article-page {
    margin-top: 0;
}

.articles .article-image+div .article-category {
    padding-top: 70px
}

	.single-article #scroll-menu .menu-size {
		padding: 0 30px;
	}

.article-header {
    position: relative;
    color: #fff
}

  .article-header h1 {
    font-size: 35px;
  }

.article-header i {
    color: #fff;
    padding-right: 10px
}

.article-header p {
    margin-right: 15px;
    display: inline-block
}

  .article-header .has-absolute-bg {
    padding: 230px 0 0;
  }

div.article-row {
    padding-bottom: 200px;
    margin-top: 80px
}

div.article-row .article-image {
    height: 380px;
    background-size: cover;
    background-position: center;
    position: relative
}

div.article-row .article-image .button-link-box .content {
    word-wrap: break-word;
    word-break: break-word
}

  div.article-row~.cloned-prev-last,
  div.article-row~.cloned-last {
    display: none
}

.publication-list {
    margin-top: 25px
}

.publication-list li {
    margin-bottom: 25px
}

.publication-list li a {
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px
}

.publication-list li .li-icon {
    width: 14%;
    width: calc(60px + 0px)
}

.publication-list li .li-content {
    width: 86%;
    width: calc(100% - 60px)
}

  .publication-list li .li-icon,
  .publication-list li .li-content {
    display: inline-block;
    vertical-align: middle
}

@media (max-width:1500px) {
    div.article-row>div[class^="size"] {
        width: 25%
    }

    div.article-row .last {
        display: none
    }

    div.article-row~.cloned-last {
        display: block
    }
}

@media (max-width:1250px) {
    div.article-row>div[class^="size"] {
        width: 33.3333%
    }

    div.article-row .prev-last {
        display: none
    }

    div.article-row~.cloned-prev-last {
        display: block
    }
}

@media (max-width:54rem) {
    .articles .article-image {
        text-align: center
    }

    .articles .article-image img {
        max-height: 470px
    }

    .articles .article-image+div .article-category {
        padding-top: 0
    }

    div.article-row {
        margin-top: 50px;
        padding-bottom: 50px
    }

    div.article-row>div[class^="size"] {
        width: 100%
    }

    div.article-row .last {
        display: block
    }

    div.article-row .prev-last {
        display: block
    }

    div.article-row~.cloned-prev-last,
    div.article-row~.cloned-last {
        display: none
    }

    div.article-row .article-image {
        height: auto !important;
        background-image: none !important;
        padding: 15px
    }

    div.article-row .article-image .button-link-box .content {
        display: block
    }
}

@media (max-width:34rem) {
    .article-header .has-absolute-bg {
        padding: 0
    }

    .article-header .padded-box-regular {
      background: rgba(0, 0, 0, 0.6)
    }
}

.size-l-12 {
    width: 100%;
    float: left
}

.size-l-11 {
    width: 91.66666667%;
    float: left
}

.size-l-10 {
    width: 83.33333333%;
    float: left
}

.size-l-9 {
    width: 75%;
    float: left
}

.size-l-8 {
    width: 66.66666667%;
    float: left
}

.size-l-7 {
    width: 58.33333333%;
    float: left
}

.size-l-6 {
    width: 50%;
    float: left
}

.size-l-5 {
    width: 41.66666667%;
    float: left
}

.size-l-4 {
    width: 33.33333333%;
    float: left
}

.size-l-3 {
    width: 25%;
    float: left
}

.size-l-2 {
    width: 16.66666667%;
    float: left
}

.size-l-1 {
    width: 8.33333333%;
    float: left
}

.size-l-4-5 {
    width: 80%;
    float: left
}

.size-l-3-5 {
    width: 60%;
    float: left
}

.size-l-2-5 {
    width: 40%;
    float: left
}

.size-l-1-5 {
    width: 20%;
    float: left
}

@media (max-width:1170px) {
    .size-l-m-12 {
        width: 100%;
        float: left
    }
}

@media (max-width:1170px) {
    .size-l-m-11 {
        width: 91.66666667%;
        float: left
    }
}

@media (max-width:1170px) {
    .size-l-m-10 {
        width: 83.33333333%;
        float: left
    }
}

@media (max-width:1170px) {
    .size-l-m-9 {
        width: 75%;
        float: left
    }
}

@media (max-width:1170px) {
    .size-l-m-8 {
        width: 66.66666667%;
        float: left
    }
}

@media (max-width:1170px) {
    .size-l-m-7 {
        width: 58.33333333%;
        float: left
    }
}

@media (max-width:1170px) {
    .size-l-m-6 {
        width: 50%;
        float: left
    }
}

@media (max-width:1170px) {
    .size-l-m-5 {
        width: 41.66666667%;
        float: left
    }
}

@media (max-width:1170px) {
    .size-l-m-4 {
        width: 33.33333333%;
        float: left
    }
}

@media (max-width:1170px) {
    .size-l-m-3 {
        width: 25%;
        float: left
    }
}

@media (max-width:1170px) {
    .size-l-m-2 {
        width: 16.66666667%;
        float: left
    }
}

@media (max-width:1170px) {
    .size-l-m-1 {
        width: 8.33333333%;
        float: left
    }
}

@media (max-width:54rem) {
    .size-l-m-4-5 {
        width: 80%;
        float: left
    }

    .size-l-m-3-5 {
        width: 60%;
        float: left
    }

    .size-l-m-2-5 {
        width: 40%;
        float: left
    }

    .size-l-m-1-5 {
        width: 20%;
        float: left
    }
}

@media (max-width:54rem) {
    .size-m-12 {
        width: 100%;
        float: left
    }
}

@media (max-width:54rem) {
    .size-m-11 {
        width: 91.66666667%;
        float: left
    }
}

@media (max-width:54rem) {
    .size-m-10 {
        width: 83.33333333%;
        float: left
    }
}

@media (max-width:54rem) {
    .size-m-9 {
        width: 75%;
        float: left
    }
}

@media (max-width:54rem) {
    .size-m-8 {
        width: 66.66666667%;
        float: left
    }
}

@media (max-width:54rem) {
    .size-m-7 {
        width: 58.33333333%;
        float: left
    }
}

@media (max-width:54rem) {
    .size-m-6 {
        width: 50%;
        float: left
    }
}

@media (max-width:54rem) {
    .size-m-5 {
        width: 41.66666667%;
        float: left
    }
}

@media (max-width:54rem) {
    .size-m-4 {
        width: 33.33333333%;
        float: left
    }
}

@media (max-width:54rem) {
    .size-m-3 {
        width: 25%;
        float: left
    }
}

@media (max-width:54rem) {
    .size-m-2 {
        width: 16.66666667%;
        float: left
    }
}

@media (max-width:54rem) {
    .size-m-1 {
        width: 8.33333333%;
        float: left
    }
}

@media (max-width:54rem) {
    .size-m-4-5 {
        width: 80%;
        float: left
    }

    .size-m-3-5 {
        width: 60%;
        float: left
    }

    .size-m-2-5 {
        width: 40%;
        float: left
    }

    .size-m-1-5 {
        width: 20%;
        float: left
    }
}

@media (max-width:34rem) {
    .size-s-12 {
        width: 100%;
        float: left
    }
}

@media (max-width:34rem) {
    .size-s-11 {
        width: 91.66666667%;
        float: left
    }
}

@media (max-width:34rem) {
    .size-s-10 {
        width: 83.33333333%;
        float: left
    }
}

@media (max-width:34rem) {
    .size-s-9 {
        width: 75%;
        float: left
    }
}

@media (max-width:34rem) {
    .size-s-8 {
        width: 66.66666667%;
        float: left
    }
}

@media (max-width:34rem) {
    .size-s-7 {
        width: 58.33333333%;
        float: left
    }
}

@media (max-width:34rem) {
    .size-s-6 {
        width: 50%;
        float: left
    }
}

@media (max-width:34rem) {
    .size-s-5 {
        width: 41.66666667%;
        float: left
    }
}

@media (max-width:34rem) {
    .size-s-4 {
        width: 33.33333333%;
        float: left
    }
}

@media (max-width:34rem) {
    .size-s-3 {
        width: 25%;
        float: left
    }
}

@media (max-width:34rem) {
    .size-s-2 {
        width: 16.66666667%;
        float: left
    }
}

@media (max-width:34rem) {
    .size-s-1 {
        width: 8.33333333%;
        float: left
    }
}

@media (max-width:34rem) {
    .size-s-4-5 {
        width: 80%;
        float: left
    }

    .size-s-3-5 {
        width: 60%;
        float: left
    }

    .size-s-2-5 {
        width: 40%;
        float: left
    }

    .size-s-1-5 {
        width: 20%;
        float: left
    }
}

@media (min-width:54.001rem) {
    .visible-large {
        display: block
    }

    .hidden-large {
        display: none
    }
}

@media (max-width:54rem) {
    .visible-medium {
        display: block
    }

    .hidden-medium {
        display: none
    }
}

@media (max-width:34rem) {
    .visible-small {
        display: block
    }

    .hidden-small {
        display: none
    }
}

@media (min-width:54.001rem) {
    .clear-l {
        clear: both
    }
}

@media (max-width:54rem) and (min-width:34.001rem) {
    .clear-m {
        clear: both
    }
}

@media (max-width:34rem) {
    .clear-s {
        clear: both
    }
}

table * {
    word-break: normal;
}

table {
    width: 100% !important;
    border-collapse: collapse
}

table tr {
    height: auto !important;
    width: auto !important;
    transition: background-color .2s
}

table tr:not(.empty):hover {
    background-color: rgba(77, 74, 71, 0.1)
}

table tr th {
    text-align: left;
    padding: 7px 15px;
    border-bottom: 1px solid #20201E
}

table tr td {
    border-bottom: 1px solid rgba(77, 74, 71, 0.1);
    padding: 7px 15px;
    height: auto !important;
    width: auto !important
}

table thead tr:hover {
    background-color: transparent !important
}

table tbody tr:last-child td {
    border-bottom: none
}

.table-wrapper {
    max-width: 100%;
    overflow-x: auto
}

#browser-notice-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 5%;
    z-index: 10000;
    background-color: rgba(1, 11, 18, 0.5);
    display: none
}

#browser-notice-overlay.active {
    display: block
}

#browser-notice-overlay .inner {
    display: block;
    overflow-x: auto;
    background-color: #fff;
    margin: 0 auto;
    max-width: 1000px;
    max-height: 100%
}

#browser-notice-overlay .btn {
    margin-bottom: 10px
}

#browser-notice-overlay .btn.fixed-width {
    margin-right: 30px
}

.scb__elements__htmlcontentelement .ss-htmleditorfield-file.embed {
    max-width: 100%
}

.scb__elements__htmlcontentelement .ss-htmleditorfield-file.embed iframe {
    max-width: 100%
}

.iconbox-element__iconbox>div {
    height: 100%
}

.iconbox-element__iconbox:not(.square-box) .iconbox-element__content {
    padding: 0 10px
}

.iconbox-element__iconbox .iconbox-element__content {
    width: 100%;
    height: 100%;
    display: block;
    padding: 30px
}

.iconbox-element__iconbox a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block
}

  .iconbox-element__iconbox h1,
  .iconbox-element__iconbox h2,
  .iconbox-element__iconbox h3,
  .iconbox-element__iconbox h4,
  .iconbox-element__iconbox h5,
  .iconbox-element__iconbox h6 {
    font-weight: 400;
    letter-spacing: 1px
}

.iconbox-element__iconbox .table {
    width: 100%;
    height: 100%
}

  .iconbox-element__iconbox img,
  .iconbox-element__iconbox i {
    margin-bottom: 30px;
    margin-right: 15px;
    max-width: 60px
}

@media (max-width:1100px) and (min-width:54rem) {
    .iconbox-element__iconbox .iconbox-element__content {
        padding: 10px 10px
    }

    .iconbox-element__iconbox h1,
    .iconbox-element__iconbox h2,
    .iconbox-element__iconbox h3,
    .iconbox-element__iconbox h4,
    .iconbox-element__iconbox h5,
    .iconbox-element__iconbox h6 {
        font-size: 17px;
        letter-spacing: 0
    }

    .iconbox-element__iconbox img,
    .iconbox-element__iconbox i {
        margin-bottom: 10px
    }
}

@media (max-width:54rem) and (min-width:0) {
    .iconbox-element__iconbox .iconbox-element__content {
        padding: 15px
    }
}

@media (max-width:54rem) {
    .iconbox-element__iconbox img {
        max-height: 60px
    }

    .iconbox-element__iconbox i {
        font-size: 60px !important
    }
}

@media (max-width:34rem) {
    .iconbox-element__iconbox.last {
        padding-bottom: 0
    }

    .iconbox-element__iconbox.square-box {
        height: auto !important
    }

    .iconbox-element__iconbox.square-box .iconbox-element__content {
        padding: 20px 15px
    }

    .iconbox-element__iconbox.square-box img,
    .iconbox-element__iconbox.square-box i {
        margin-bottom: 15px
    }
}

.fondslist-element__fondsbox>div {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.fondslist-element__fondsbox .fondslist-element__content {
    width: 100%;
    height: 100%;
    display: block;
    padding: 20px
}

.fondslist-element__fondsbox .fondslist-element__content ul li a {
    text-decoration: none
}

.fondslist-element__fondsbox .fondslist-element__content ul li i {
    width: 12%;
    width: calc(20px + 0px);
    display: inline-block;
    vertical-align: top
}

.fondslist-element__fondsbox .fondslist-element__content ul li p {
    width: 88%;
    width: calc(100% - 20px);
    display: inline-block;
    margin-bottom: 0;
    vertical-align: top
}

.fondslist-element__fondsbox .fondslist-element__content-front h4 {
    letter-spacing: 7px;
    margin-bottom: 0
}

  .fondslist-element__fondsbox .fondslist-element__content-front,
  .fondslist-element__fondsbox .fondslist-element__content-back {
    width: 100%;
    height: 100%;
    transition: transform .3s ease-in-out
}

  .fondslist-element__fondsbox .fondslist-element__content-front>div,
  .fondslist-element__fondsbox .fondslist-element__content-back>div {
    width: 100%;
    height: 100%
}

.fondslist-element__fondsbox .fondslist-element__content-back h4 {
    font-size: 17px;
    letter-spacing: 1px
}

.fondslist-element__fondsbox .table {
    width: 100%;
    height: 100%
}

@media (max-width:600px) and (min-width:34rem) {
    .fondslist-element__fondsbox .fondslist-element__content {
        padding: 10px
    }

    .fondslist-element__content-back li {
        margin-bottom: 5px
    }
}

.newsarticles-element__article h4 {
    word-wrap: break-word;
    word-break: break-word
}

.newsarticles-element__article .newarticles-element__article-image {
    height: 270px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 25px
}

.newsarticles-element__article .newarticles-element__article-image a {
    display: block;
    position: relative
}

.newsarticles-element__article .newarticles-element__article-image a:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    position: absolute;
    right: -35px;
    bottom: -6px;
    transform: rotate(-60deg);
    border-top: 35px solid #fff
}

.colored-bg.bg-light-gray .newsarticles-element__article .newarticles-element__article-image a:after {
    border-color: rgb(237 237 236);
}
.colored-bg.bg-dark-gray .newsarticles-element__article .newarticles-element__article-image a:after {
    border-color: #20201e;
}
.colored-bg.bg-red .newsarticles-element__article .newarticles-element__article-image a:after {
    border-color: #D31220;
}

.absolute-bg + .has-absolute-bg .newsarticles-element__article .newarticles-element__article-image a:after,
.absolute-bg + .has-absolute-bg .content-element__content:after {
    border-color: transparent;
    background: transparent;
}


.newsarticles-element__article a {
    text-decoration: none
}

.newsarticles-element__article h3 {
    margin-top: 15px
}

  .newsarticles-element__article .article-meta i,
  .newsarticles-element__article .article-category i {
    color: rgba(32, 32, 30, 0.5);
    padding-right: 10px
}

.newsarticles-element__publications {
    overflow: hidden
}

.scb__elements__newsarticleselement .relative {
    min-height: 450px
}

@media (min-width:54.001rem) {
    .newsarticles-element__publications {
        position: absolute;
        top: 0;
        right: 0
    }
}

@media (max-width:34rem) {
    .size-s-12 .newarticles-element__article-image {
        height: 200px !important
    }

    div:not(.showAll)>.newsarticles-element__article:not(:first-child) {
        display: none
    }
}

.scb__elements__newspageelement .newspage-element__article {
    margin-bottom: 25px
}

.scb__elements__newspageelement .newspage-element__article .btn {
    margin-top: 20px
}

.scb__elements__newspageelement .newspage-element__article a {
    text-decoration: none
}

.scb__elements__newspageelement .article-row {
    margin-top: 25px
}

@media (max-width:1220px) {
    .scb__elements__newspageelement .article-row.padded-box-regular {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:34rem) {
    .scb__elements__newspageelement .newspage-element__article-image {
        display: none
    }
}

.publications-element__publications .publication-list {
    margin-top: 0
}

.scb__elements__textimageboxelement h5 {
    letter-spacing: 7px;
    word-wrap: break-word;
    word-break: break-word;
    text-align: left
}

.scb__elements__textimageboxelement .img-top img {
    margin-bottom: 25px
}

.scb__elements__textimageboxelement .img-bottom img {
    margin-top: 25px
}

.scb__elements__textimageboxelement .text-img-element__html-content {
    margin-bottom: 45px
}

@media (max-width:54rem) {
    .scb__elements__textimageboxelement .text-img-element__html-content {
        margin-bottom: 25px
    }
}

@media (max-width:34rem) {
    .scb__elements__textimageboxelement h5 {
        letter-spacing: 2px
    }
}

.slider.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

#header .slider {
    white-space: nowrap;
    overflow: hidden
}

#header .slider .single {
    display: inline-block;
    white-space: normal
}

#header .slider .slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#header .slider .slick-track,
#header .slider .slick-slide {
    max-width: 100%; 
}

#header .slider .slick-slide * {
    word-break: break-word;
}

#header .slider.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: bottom
}

.slick-dots {
    list-style: none;
    margin-top: 20px
}

.slick-dots li {
    display: inline-block;
    margin-right: 3px;
    margin-left: 3px
}

.slick-dots li button {
    background-color: transparent;
    outline: none;
    border-radius: 0;
    color: transparent;
    font-size: 0;
    width: 20px;
    height: 20px;
    border: 3px solid #20201E;
    transition: background-color .1s ease-in
}

.slick-dots li button:hover {
    background-color: #20201E;
    cursor: pointer
}

.slick-dots li.slick-active button {
    border-color: #D31220
}

.slick-dots li.slick-active button:hover {
    background-color: transparent;
    cursor: auto
}

.scb__elements__sliderelement .slider-element__slide.html-content img {
    margin: 0 auto;
    display: block
}

.scb__elements__sliderelement .slider-element__slide.team-member-slide {
    outline: none
}

.scb__elements__sliderelement .slider-element__slide.team-member-slide.compact .slider-element__team-slide-content {
    max-width: 600px;
    margin: 0 auto
}

.scb__elements__sliderelement .slider-element__slide.team-member-slide.compact .slider-element__team-slide-content .team-member-img {
    float: right;
    margin-top: -19%;
    position: relative;
    z-index: -1;
    max-width: 60%
}

.scb__elements__sliderelement .slider-element__slide.team-member-slide.multiple .slider-element__team-slide-content .team-member-info {
    padding-bottom: 67.5px
}

.scb__elements__sliderelement .slider-element__slide.team-member-slide.multiple .slider-element__team-slide-content .team-member-img {
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.scb__elements__sliderelement .slider-element__slide.team-member-slide.multiple .slider-element__team-slide-content .btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 15px)
}

@media (min-width:1000px) and (max-width:1100px) {
    .scb__elements__sliderelement .slider-element__slide.team-member-slide.multiple .mail-link {
        font-size: 14px
    }
}

@media (max-width:999.999px) {
    .scb__elements__sliderelement .slider-element__slide.team-member-slide.multiple .slider-element__team-slide-content {
        width: 100%
    }

    .scb__elements__sliderelement .slider-element__slide.team-member-slide.multiple .slider-element__team-slide-content .btn.full-width {
        width: auto
    }

    .scb__elements__sliderelement .slider-element__slide.team-member-slide.multiple .slider-element__team-slide-content .slider-element__team-slide-content-inner {
        display: table;
        width: 100%
    }

    .scb__elements__sliderelement .slider-element__slide.team-member-slide.multiple .slider-element__team-slide-content .team-member-img {
        width: auto;
        float: none;
        display: table-cell;
        vertical-align: top;
        border-width: 13px
    }

    .scb__elements__sliderelement .slider-element__slide.team-member-slide.multiple .slider-element__team-slide-content .team-member-info-container {
        width: 75%;
        float: none;
        display: table-cell;
        vertical-align: top
    }

    .scb__elements__sliderelement .slider-element__slide.team-member-slide.multiple .slider-element__team-slide-content .team-member-info {
        height: auto !important
    }

    .scb__elements__sliderelement .slider-element__slide.team-member-slide.multiple .mail-link {
        font-size: 17px
    }
}

@media (max-width:800px) {
    .scb__elements__sliderelement .slider-element__slide.team-member-slide.multiple .slider-element__team-slide-content .team-member-img {
        width: 190px;
        min-width: 190px
    }
}

@media (max-width:600px) {
    .scb__elements__sliderelement .slider-element__slide.team-member-slide.multiple .slider-element__team-slide-content .team-member-img {
        display: none
    }

    .scb__elements__sliderelement .slider-element__slide.team-member-slide.multiple .slider-element__team-slide-content .team-member-info-container {
        width: 100%
    }
}

@media (max-width:34rem) {
    .scb__elements__sliderelement .slider-element__slide.team-member-slide.compact .slider-element__team-slide-content .team-member-img {
        float: none;
        margin: 0 auto;
        margin-top: 0;
        max-width: 90%
    }

    #header .slider.slick-initialized .slick-slide {
        text-align: center
    }
}

  .element.scb__elements__newlineelement,
  .element.scb__elements__spacerelement {
    margin-bottom: 0
}

.accordion-element__accordion {
    margin-bottom: 10px
}

.accordion-element__accordion .accordion-element__accordion-header {
    transition: color .2s, background-color .2s;
    padding: 15px 60px 15px 30px;
    cursor: pointer;
    position: relative
}

.accordion-element__accordion .accordion-element__accordion-header.border {
    border-style: solid;
    border-width: 2px;
    border-top: none;
    border-left: none;
    border-right: none
}

.accordion-element__accordion .accordion-element__accordion-header h4 {
    margin-bottom: 0
}

.accordion-element__accordion .accordion-element__accordion-header .open-close {
    position: absolute;
    right: 30px;
    top: 50%
}

.accordion-element__accordion .accordion-element__accordion-header .open-close::after {
    transition: transform .2s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

  .accordion-element__accordion .accordion-element__accordion-header .open-close::after,
  .accordion-element__accordion .accordion-element__accordion-header .open-close::before {
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0
}

.accordion-element__accordion.open .open-close::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion-element__accordion.open .accordion-element__accordion-content {
    max-height: 3000px;
    transition: max-height 1s ease-in-out
}

.accordion-element__accordion .accordion-element__accordion-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height .5s cubic-bezier(0, 1, 0, 1)
}

.accordion-element__accordion .accordion-element__accordion-content .container {
    padding: 15px
}

@media (max-width:54rem) {
    .accordion-element__accordion .accordion-element__accordion-content img {
        max-width: 50%
    }
}

@media (max-width:34rem) {
    .accordion-element__accordion .accordion-element__accordion-header {
        padding: 15px 30px 15px 15px
    }

    .accordion-element__accordion .accordion-element__accordion-content img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        float: none
    }
}

.timeline-element__content .timeline-element__events {
    padding-top: 30px
}

.timeline-element__content .timeline-element__event {
    margin-bottom: 20px
}

.timeline-element__content .timeline-element__event h5 {
    margin-bottom: 0;
    text-align: center
}

  .timeline-element__content .timeline-element__event .timeline-element__year,
  .timeline-element__content .timeline-element__event .timeline-element__text {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.timeline-element__content .timeline-line {
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 8.3%;
    background-image: url('../img/dotted_bg.png');
    background-repeat: repeat-y
}

.timeline-element__content .timeline-element__box {
    position: relative
}

.timeline-element__content .timeline-element__box:after {
    content: '';
    display: block;
    width: 16px;
    height: 40px;
    bottom: -12px;
    right: -5px;
    position: absolute;
    background: white;
    transform: rotate(37deg)
}

@media (max-width:54rem) {
    .timeline-element__content .timeline-line {
        left: 12.5%
    }
}

@media (max-width:34rem) {
    .timeline-element__content .timeline-line {
        display: none
    }

    .timeline-element__content .timeline-element__year .square-box {
        height: auto !important
    }

    .timeline-element__content .timeline-element__year h5 {
        padding: 10px
    }

    .timeline-element__content .timeline-element__year .padded-box-regular {
        padding-bottom: 0
    }
}

.map-element__map-container {
    min-height: 500px
}

.map-element__map-container .map-marker img {
    max-width: 50px
}

.map-element__map-container .map-marker .marker-text {
    display: none
}

.map-element__map-container .mapboxgl-popup {
    max-width: 400px !important
}

.map-element__map-container .mapboxgl-popup-content {
    background: #D31220;
    color: #ffffff
}

.map-element__map-container .mapboxgl-popup-content p {
    margin-bottom: 0
}

.map-element__map-container .mapboxgl-popup-content p:first-child {
    margin-bottom: 5px
}

.map-element__map-container .mapboxgl-popup-content .mapboxgl-popup-close-button {
    font-size: 20px;
    line-height: 11px;
    right: 5px;
    top: 5px
}

.map-element__map-container .mapboxgl-popup-content .mapboxgl-popup-close-button:focus-visible {
    outline: none
}

.map-element__map-container .mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
    border-bottom-color: #D31220
}

.map-element__map-container .mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
    border-top-color: #D31220
}

.map-element__map-container .mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
    border-left-color: #D31220
}

.map-element__map-container .mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
    border-right-color: #D31220
}

@media (max-width:54rem) {
    .map-element__map-container {
        min-height: 450px
    }
}

@media (max-width:34rem) {
    .map-element__map-container {
        min-height: 350px
    }
}

.exclusion-criteria-element__content .tolerance-filter-list {
    margin-bottom: 10px
}

.exclusion-criteria-element__content .tolerance-filter-list .filterable-filter {
    border: 1px solid #20201E;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 7px;
    height: 60px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.exclusion-criteria-element__content .tolerance-filter-list .filterable-filter::before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

  .exclusion-criteria-element__content .tolerance-filter-list .filterable-filter img,
  .exclusion-criteria-element__content .tolerance-filter-list .filterable-filter p {
    display: inline-block;
    vertical-align: middle
}

.exclusion-criteria-element__content .tolerance-filter-list .filterable-filter img {
    margin-right: 7px
}

.exclusion-criteria-element__content .tolerance-filter-list .filterable-filter .title {
    overflow: hidden
}

.exclusion-criteria-element__content .tolerance-filter-list .filterable-filter .title .extended {
    max-width: 0;
    transition: max-width .5s cubic-bezier(0, 1, 0, 1);
    display: inline-block;
    white-space: nowrap
}

.exclusion-criteria-element__content .tolerance-filter-list .filterable-filter.active {
    border: 2px solid #D31220
}

.exclusion-criteria-element__content .tolerance-filter-list .filterable-filter.active .title .extended {
    max-width: 3000px;
    transition: max-width 1s ease-in-out
}

.exclusion-criteria-element__content .filterable {
    max-height: 3000px;
    transition: max-height 1s ease-in-out;
    overflow: hidden
}

.exclusion-criteria-element__content .filterable.hidden {
    max-height: 0;
    transition: max-height .5s cubic-bezier(0, 1, 0, 1)
}

.exclusion-criteria-element__content .criteria-list .table-wrapper {
    margin-bottom: 45px
}

.exclusion-criteria-element__content .criteria-list .table-wrapper table {
    table-layout: fixed;
    word-wrap: break-word;
    word-break: break-word
}

.exclusion-criteria-element__content .criteria-list .table-wrapper table img {
    max-width: 50px
}

.exclusion-criteria-element__content .criteria-list .table-wrapper table tbody tr:last-child td {
    border-bottom: 1px solid #20201E
}

.exclusion-criteria-element__content .criteria-list .table-wrapper table tr.no-border-bot td {
    border-bottom: none
}

.exclusion-criteria-element__content .criteria-list .table-wrapper table td:first-child {
    width: 100px !important
}

.exclusion-criteria-element__content .criteria-list .table-wrapper table td:last-child {
    width: 65px !important
}

.exclusion-criteria-element__content .criteria-list .table-wrapper table td:nth-child(2) {
    width: 27% !important
}

.exclusion-criteria-element__content .criteria-list h4 {
    margin-top: 50px;
    margin-bottom: 20px
}

.exclusion-criteria-element__content .criteria-list .compact-view .title-with-icon {
    margin-top: 25px;
    margin-bottom: 10px
}

.exclusion-criteria-element__content .criteria-list .compact-view .title-with-icon img {
    margin-right: 20px;
    max-width: 50px
}

  .exclusion-criteria-element__content .criteria-list .compact-view .title-with-icon strong,
  .exclusion-criteria-element__content .criteria-list .compact-view .title-with-icon img {
    display: inline-block;
    vertical-align: middle
}

.exclusion-criteria-element__content .criteria-list .compact-view .description {
    width: 88%;
    width: calc(100% - 40px);
    padding-right: 20px
}

.exclusion-criteria-element__content .criteria-list .compact-view .tolerance-icon {
    width: 12%;
    width: calc(40px + 0%)
}

  .exclusion-criteria-element__content .criteria-list .compact-view .tolerance-icon,
  .exclusion-criteria-element__content .criteria-list .compact-view .description {
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 15px
}

.exclusion-criteria-element__content .criteria-list .compact-view .subcriteria {
    border-bottom: 1px solid #20201E;
    margin-bottom: 15px
}

.exclusion-criteria-element__content .criteria-list .desktop-view .border-bottom {
    border-bottom: 1px solid #20201E
}

.exclusion-criteria-element__content .criteria-list .desktop-view .title-with-icon {
    display: inline-block;
    vertical-align: top;
    width: 34%;
    width: calc(400px + 0%);
    margin-bottom: 10px;
    margin-top: 10px
}

.exclusion-criteria-element__content .criteria-list .desktop-view .title-with-icon .icon {
    width: 15%;
    width: calc(100px + 0%);
    display: inline-block;
    vertical-align: middle;
    padding-right: 50px
}

.exclusion-criteria-element__content .criteria-list .desktop-view .title-with-icon .title {
    width: 85%;
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle
}

.exclusion-criteria-element__content .criteria-list .desktop-view .subcriteria-list {
    display: inline-block;
    vertical-align: top;
    width: 66%;
    width: calc(100% - 400px);
    margin-bottom: 11px;
    margin-top: 11px
}

.exclusion-criteria-element__content .criteria-list .desktop-view .description {
    width: 88%;
    width: calc(100% - 40px);
    padding-right: 40px;
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle
}

.exclusion-criteria-element__content .criteria-list .desktop-view .tolerance-icon {
    width: 12%;
    width: calc(40px + 0%);
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px
}

.exclusion-criteria-element__content .criteria-list .desktop-view .tolerance-icon img {
    display: block
}

@media (max-width:1100px) {
    .exclusion-criteria-element__content .criteria-list .table-wrapper table td:nth-child(2) {
        width: 34% !important
    }
}

@media (max-width:900px) {
    .exclusion-criteria-element__content .criteria-list .table-wrapper table td:nth-child(2) {
        width: 38% !important
    }

    .exclusion-criteria-element__content .criteria-list h4 {
        margin-top: 30px;
        margin-bottom: 0
    }
}

@media (max-width:54rem) {
    .exclusion-criteria-element__content .tolerance-filter-list .filter-divider {
        display: none
    }
}

@media (max-width:34rem) {
    .exclusion-criteria-element__content .tolerance-filter-list .filterable-filter {
        height: 50px
    }

    .exclusion-criteria-element__content .tolerance-filter-list .filterable-filter .title .extended {
        display: none
    }
}

.scb__elements__stockexchangeelement .iframe-search {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 60px
}

.scb__elements__stockexchangeelement .iframe-search label {
    display: block;
}

.scb__elements__stockexchangeelement .iframe-search input {
    display: inline-block;
    margin-right: -100px;
    padding-right: 104px;
    vertical-align: top;
    float: left
}

.scb__elements__stockexchangeelement .iframe-search button[type=submit] {
    display: inline-block;
    width: 100px;
    vertical-align: top;
    border: 2px solid #20201E;
    position: relative;
    height: 47px;
    text-align: center
}

.scb__elements__stockexchangeelement .iframe-search button[type=submit] i {
    font-size: 26px
}

@media (max-width:54rem) {
    .scb__elements__stockexchangeelement .iframe-search {
        width: 100%
    }
}

@media (max-width:34rem) {
    .scb__elements__stockexchangeelement .iframe-search input {
        margin-right: -50px;
        padding-right: 54px
    }

    .scb__elements__stockexchangeelement .iframe-search button[type=submit] {
        width: 50px
    }

    .scb__elements__stockexchangeelement .iframe-search button[type=submit] i {
        font-size: 22px
    }
}

.scb__elements__pricetableelement h3:not(:first-of-type) {
    margin-top: 25px;
    margin-bottom: 0;
}

.scb__elements__pricetableelement table tbody tr.heading:hover {
    background-color: transparent
}

.scb__elements__pricetableelement table tbody tr.heading td {
    font-weight: 700;
    border-bottom: none
}

.scb__elements__pricetableelement table tr td {
    text-align: right
}

.scb__elements__pricetableelement table tr td:first-child {
    text-align: left
}

.scb__elements__pricetableelement table tr.empty td {
    border-bottom: none
}

.scb__elements__pricetableelement table.json-table td {
    padding: 5px 15px 3px;
}
.scb__elements__pricetableelement table.json-table thead td {
    font-size: 1em;
    letter-spacing: 1px;
}
.scb__elements__pricetableelement table.json-table tbody .th {
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;
}
.scb__elements__pricetableelement table.json-table tr td:first-child {
    width: 50% !important;
    padding-left: 0;
}
.scb__elements__pricetableelement table.json-table tr td:last-child {
    padding-right: 0;
}

.scb__elements__pricetableelement table.json-table td:nth-child(2) {
    background: #ededec;
}

.scb__elements__pricetableelement table.json-table.single-table h3 {
    font-size: 1em;
    margin-bottom: 0;
}
.scb__elements__pricetableelement table.json-table.single-table tr.big-border-bottom:not(:last-child) td {
    border-bottom: 3px solid rgba(77, 74, 71, 0.1);
}
/*.scb__elements__pricetableelement table.json-table.single-table tr td:first-child {
    border-right: 1px solid rgba(77, 74, 71, 0.1);
}*/
.scb__elements__pricetableelement table.json-table.single-table tr td.no-border-right {
    border-right: none;
}

.scb__elements__resourcepriceelement .element-title {
    margin-bottom: 50px
}

.scb__elements__resourcepriceelement .resource-price-element__cur-price {
    margin-bottom: 40px
}

.scb__elements__resourcepriceelement .resource-price-element__cur-price>span {
    margin-right: 10px
}

.scb__elements__resourcepriceelement .resource-price-element__cur-price>span:last-child {
    margin-right: 0
}

  .scb__elements__resourcepriceelement .change.positive,
  .scb__elements__resourcepriceelement .change-percent.positive {
    color: #1b8d1b
}

  .scb__elements__resourcepriceelement .change.negative,
  .scb__elements__resourcepriceelement .change-percent.negative {
    color: #D31220
}

.scb__elements__resourcepriceelement table.default {
    background-color: transparent
}

.scb__elements__resourcepriceelement table.default tr td {
    border-bottom: none;
    padding: 7px 0
}

.scb__elements__resourcepriceelement table.default tr td:first-child {
    padding-right: 5px
}

.scb__elements__resourcepriceelement table.default tr td:last-child {
    padding-left: 5px
}

@media (max-width:54rem) {
    .scb__elements__resourcepriceelement .square-box {
        height: auto !important
    }

    .scb__elements__resourcepriceelement .element-title {
        margin-bottom: 30px
    }

    .scb__elements__resourcepriceelement .resource-price-element__cur-price {
        margin-bottom: 25px
    }
}

@media (max-width:34rem) {
    .scb__elements__resourcepriceelement .resource-price-element__cur-price .cur-price {
        display: block
    }
}

.real-estate-element__content .zipcode-filter-list {
    margin-bottom: 10px
}

.real-estate-element__content .zipcode-filter-list .filterable-filter {
    border: 1px solid #20201E;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 7px;
    height: 50px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.real-estate-element__content .zipcode-filter-list .filterable-filter::before {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.real-estate-element__content .zipcode-filter-list .filterable-filter p {
    display: inline-block;
    vertical-align: middle
}

.real-estate-element__content .zipcode-filter-list .filterable-filter.active {
    border: 2px solid #D31220
}

.real-estate-element__content .filterable {
    max-height: 3000px;
    transition: max-height 1s ease-in-out;
    overflow: hidden
}

.real-estate-element__content .filterable.hidden {
    max-height: 0;
    transition: max-height .5s cubic-bezier(0, 1, 0, 1)
}

.real-estate-element__content .real-estate-list .compact-view .border-bottom {
    border-bottom: 1px solid #20201E
}

.real-estate-element__content .real-estate-list .compact-view .real-estate-entry {
    margin-bottom: 10px;
    margin-top: 10px
}

.real-estate-element__content .real-estate-list .compact-view .real-estate-entry>div {
    display: inline-block
}

.real-estate-element__content .real-estate-list .compact-view .real-estate-entry .real-estate-img {
    width: 28%;
    width: calc(230px + 0%);
    padding-right: 40px;
    vertical-align: top
}

.real-estate-element__content .real-estate-list .compact-view .real-estate-entry .real-estate-img img {
    display: block
}

.real-estate-element__content .real-estate-list .compact-view .real-estate-entry .description {
    width: 72%;
    width: calc(100% - 230px);
    vertical-align: top
}

.real-estate-element__content .real-estate-list .compact-view .real-estate-entry .description h4 {
    margin-bottom: 0
}

.real-estate-element__content .real-estate-list .compact-view .real-estate-entry .description h4+p {
    margin-top: 15px
}

.real-estate-element__content .real-estate-list .desktop-view .border-bottom {
    border-bottom: 1px solid #20201E
}

.real-estate-element__content .real-estate-list .desktop-view .real-estate-entry {
    margin-bottom: 10px;
    margin-top: 10px
}

.real-estate-element__content .real-estate-list .desktop-view .real-estate-entry>div {
    display: inline-block
}

.real-estate-element__content .real-estate-list .desktop-view .real-estate-entry .real-estate-img {
    width: 30%;
    width: calc(350px + 0%);
    padding-right: 50px;
    vertical-align: middle
}

.real-estate-element__content .real-estate-list .desktop-view .real-estate-entry .real-estate-img img {
    display: block
}

.real-estate-element__content .real-estate-list .desktop-view .real-estate-entry .description {
    width: 54%;
    padding-right: 20px;
    width: calc(100% - 540px);
    vertical-align: middle
}

.real-estate-element__content .real-estate-list .desktop-view .real-estate-entry .description h4 {
    margin-bottom: 0
}

.real-estate-element__content .real-estate-list .desktop-view .real-estate-entry .description h4+p {
    margin-top: 15px
}

.real-estate-element__content .real-estate-list .desktop-view .real-estate-entry .town {
    width: 16%;
    width: calc(190px + 0%);
    vertical-align: middle
}

@media (max-width:34rem) {
    .real-estate-element__content .real-estate-list .compact-view .real-estate-entry {
        margin-bottom: 20px;
        margin-top: 20px
    }

    .real-estate-element__content .real-estate-list .compact-view .real-estate-entry .real-estate-img {
        padding-right: 0;
        display: block;
        width: 100%;
        margin-bottom: 10px
    }

    .real-estate-element__content .real-estate-list .compact-view .real-estate-entry .description {
        display: block;
        width: 100%
    }
}

.scb__elements__resourcelistelement .element-title {
    margin-bottom: 50px
}

  .scb__elements__resourcelistelement .change.positive,
  .scb__elements__resourcelistelement .change-percent.positive {
    color: #1b8d1b
}

  .scb__elements__resourcelistelement .change.negative,
  .scb__elements__resourcelistelement .change-percent.negative {
    color: #D31220
}

.scb__elements__resourcelistelement table.default {
    background-color: transparent
}

.scb__elements__resourcelistelement table.default tr td {
    border-bottom: none;
    padding: 7px 5px
}

.scb__elements__resourcelistelement table.default tr td:first-child {
    padding-left: 0
}

.scb__elements__resourcelistelement table.default tr td:last-child {
    padding-right: 0
}

@media (max-width:54rem) {
    .scb__elements__resourcelistelement .square-box {
        height: auto !important
    }

    .scb__elements__resourcelistelement .element-title {
        margin-bottom: 30px
    }
}

.scb__elements__decisiontreeelement .has-absolute-bg {
    padding-bottom: 40px
}

.decisiontree-element__navigation {
    display: flex;
    padding: 30px 0
}

.decisiontree-element__navigation.single {
    display: none
}

.decisiontree-element__navigation.single~.decisiontree-element__content .decisiontree-element__element {
    margin-top: 30px
}

.decisiontree-element__tab__content {
    display: none
}

.decisiontree-element__tab__content.active {
    display: flex;
    flex-wrap: wrap
}

.decisiontree-element__tab__content .decisiontree-element__element {
    padding: 0 15px;
    margin-bottom: 30px
}

.decisiontree-element__tab__content .decisiontree-element__element:nth-child(3n+1) {
    padding-left: 0
}

.decisiontree-element__tab__content .decisiontree-element__element:nth-child(3n) {
    padding-right: 0
}

.decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: 50%
}

.decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image a {
    display: block;
    width: 100%;
    height: 100%
}

.decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    background: #fff;
    padding: 30px;
    height: calc(100% - 200px)
}

.decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content h2 a {
    text-decoration: none
}

.decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content h2 a:hover {
    color: #D31220
}

.decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content .btn {
    margin-top: 15px
}

.decisiontree-element__tab__heading {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    background: #fff;
    cursor: pointer;
    transition: background .2s ease
}

.decisiontree-element__tab__heading h2 {
    color: #D31220;
    font-size: 22px;
    padding: 15px;
    margin-bottom: 0;
    transition: color .2s ease;
}

  .decisiontree-element__tab__heading:hover,
  .decisiontree-element__tab__heading.active {
    background: #D31220
}

  .decisiontree-element__tab__heading:hover h2,
  .decisiontree-element__tab__heading.active h2 {
    color: #ffffff
}

.absolute-bg.bg-white~.decisiontree-element__navigation .decisiontree-element__tab__heading {
    background: rgba(77, 74, 71, 0.1)
}

.absolute-bg.bg-white~.decisiontree-element__navigation .decisiontree-element__tab__heading.active {
    background: #D31220
}

@media (max-width:54rem) {
    .decisiontree-element__tab__content .decisiontree-element__element:nth-child(even) {
        padding-left: 15px;
        padding-right: 0
    }

    .decisiontree-element__tab__content .decisiontree-element__element:nth-child(odd) {
        padding-right: 15px;
        padding-left: 0
    }
}

@media (max-width:34rem) {
    .decisiontree-element__navigation {
        flex-direction: column;
        padding-top: 0
    }

    .decisiontree-element__navigation.single~.decisiontree-element__content .decisiontree-element__element {
        margin-top: 0
    }

    .decisiontree-element__tab__content .decisiontree-element__element {
        margin-bottom: 15px
    }

    .decisiontree-element__tab__content .decisiontree-element__element.last {
        margin-bottom: 0
    }

    .decisiontree-element__tab__content .decisiontree-element__element:nth-child(even) {
        padding-left: 0
    }

    .decisiontree-element__tab__content .decisiontree-element__element:nth-child(odd) {
        padding-right: 0
    }

    .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content {
        padding: 15px
    }
}

.scb__elements__ctaboxelement,
.scb__news__elements__newsctaelement,
.scb__news__elements__newsterminctaelement,
.scb__news__elements__newsnewsletterctaelement {
    box-shadow: 0 0 20px 0 #c1c1c1;
    overflow: hidden
}

.scb__elements__ctaboxelement:after,
.scb__news__elements__newsctaelement:after,
.scb__news__elements__newsterminctaelement:after,
.scb__news__elements__newsnewsletterctaelement:after {
    content: '';
    background: #D31220;
    position: absolute;
    width: 35px;
    height: 80px;
    bottom: -20px;
    right: -10px;
    transform: rotate(37deg)
}

.element {
    margin-bottom: 55px;
    position: relative
}

.element.no-margin-bottom {
    margin-bottom: 0
}

.element.margin-top {
    margin-top: 70px
}

.has-absolute-bg {
    padding: 55px 0
}

.absolute-bg {
    width: 100vw;
    height: 100%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    z-index: -1
}

  .article-header .absolute-bg {
    width: 100vw;
    height: 100%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    z-index: -1;
    background-size: 100% !important;
  }

.absolute-bg.bg-type-image {
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none
}

  .absolute-bg.bg-type-image.element-left-gray~.has-absolute-bg .element:not(.scb__elements__spacerelement),
  .absolute-bg.bg-type-image.element-right-gray~.has-absolute-bg .element:not(.scb__elements__spacerelement) {
    background: rgba(237, 237, 236, 0.75)
}

.absolute-bg.bg-type-image.element-triangle-left-white~.has-absolute-bg .element:not(.scb__elements__spacerelement) {
    background: rgba(255, 255, 255, 0.6)
}

.absolute-bg.bg-type-image .bg-type-image__image {
    width: 100%;
    height: 100%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none
}

.absolute-bg.bg-type-image .bg-type-image__image.bg-element-triangle-left-white {
    background-image: url('../img/triangle_left_white.png')
}

.absolute-bg.bg-type-image .bg-type-image__image.bg-element-left-gray {
    background-image: url('../img/img_left_gray.png')
}

.absolute-bg.bg-type-image .bg-type-image__image.bg-element-right-gray {
    background-image: url('../img/img_right_gray.png');
    background-position: 100% 50%
}

.article-page .element {
    margin-bottom: 20px
}

@media (max-width:1300px) {
    .absolute-bg.bg-type-image {
        background-size: cover !important
    }

    #scroll-menu span {
        font-size: 18px;
    }

    #scroll-menu h2 {
        font-size: 24px;
        width: 280px;
    }
}

@media (max-width:54rem) {
    .element.margin-top {
        margin-top: 0
    }
}

@media (max-width:34rem) {
    .element {
        margin-bottom: 15px
    }

    .has-absolute-bg {
        padding: 15px 0
    }

    .absolute-bg.bg-type-image .bg-type-image__image {
        display: none
    }

    .absolute-bg.bg-type-image.element-triangle-left-white {
        display: none
    }

    .absolute-bg.bg-type-image.element-left-gray, .absolute-bg.bg-type-image.element-right-gray {
        background: rgba(77, 74, 71, 0.1) !important
    }

    .bg-type-image~.has-absolute-bg {
        padding-top: 0
    }

    .bg-type-image~.has-absolute-bg .bg-img-mobile {
        width: 100%;
        height: 200px;
        background-size: cover;
        background-position: 50%
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html, body {
    overflow-x: hidden
}

.clear {
    clear: both
}

img {
    border: none;
    max-width: 100%;
    height: auto
}

.noselect, .slider.slick-slider.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.icon.social {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.l-text, .text-left {
    text-align: left
}

.r-text, .text-right {
    text-align: right
}

.c-text, .text-center {
    text-align: center
}

.c-text .dash, .text-center .dash {
    margin-left: auto;
    margin-right: auto
}

.f-right {
    float: right
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.right {
    float: right
}

img.left {
    float: left
}

.centered {
    margin-left: auto;
    margin-right: auto
}

.uppercase {
    text-transform: uppercase
}

.no-break {
    white-space: nowrap
}

.relative {
    position: relative
}

.padded-full-width-content {
    margin-left: -15px;
    margin-right: -15px
}

.padded-box-small {
    padding: 7.5px
}

.padded-box-regular {
    padding: 15px
}

.padded-box-large {
    padding: 30px
}

.padded-box-regular-horizontal {
    padding-left: 15px;
    padding-right: 15px
}

.padded-box-regular-left {
    padding-left: 15px
}

.padded-box-regular-vertical {
    padding-top: 15px;
    padding-bottom: 15px
}

.padded-box-regular-top {
    padding-top: 15px
}

.spacer {
    height: 1px
}

.table {
    display: table
}

.vert-top {
    display: table-cell;
    vertical-align: top
}

.vert-center {
    display: table-cell;
    vertical-align: middle
}

.vert-bottom {
    display: table-cell;
    vertical-align: bottom
}

.main-content {
    padding-bottom: 30px;
    padding-top: 30px
}

.stretch-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

iframe {
    border: none;
    width: 100%
}

.dash {
    display: block;
    width: 30px;
    height: 4px;
    margin-top: 20px
}

.dash.small {
    width: 12px;
    height: 3px
}

.full-width {
    width: 100%
}

.full-height {
    height: 100%
}

.flex {
    display: flex
}

.flex.flex-centered {
    align-items: center
}

.flex.flex-wrap {
    flex-wrap: wrap
}

.btn {
    display: inline-block;
    position: relative
}

.btn a {
    display: block;
    padding: 11px;
    cursor: pointer;
    background-image: url('../img/button_rot.svg');
    border: none;
    background-color: transparent;
    padding: 9px 30px;
    color: #fff !important;
    text-decoration: none !important;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.btn:hover a {
    background-image: url('../img/button_rahmen.svg');
    color: #D31220 !important;
}

.btn.fixed-width {
    width: 300px;
    max-width: 100%
}

/*.btn.padded {
    padding: 0 15px 0 30px
}*/

/*.btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
    height: 20px;
    background: #D31220
}

.btn:after {
    content: '';
    display: block;
    position: absolute;
    right: -9px;
    bottom: 2px;
    width: 16px;
    height: 26px;
    background: #D31220;
    transform: rotate(37deg)
}

.btn:hover:after {
    background: white
}

.btn.border {
    border-width: 2px;
    border-style: solid;
    border-right: none
}

.btn.border a {
    padding: 9px
}

.btn.border.border-red:before {
    top: -2px;
    right: -16px;
    width: 15px;
    height: 21px;
    border-right: 2px solid #D31220;
    border-top: 2px solid #D31220
}

.btn.border.border-red:after {
    right: -10px;
    bottom: 2px;
    width: 17px;
    height: 26px;
    border-right: 2px solid #D31220;
    transform: rotate(37deg)
}

.btn.border.border-red.bg-white:before, .btn.border.border-red.bg-white:after {
    background: transparent
}

.btn.border.border-red.bg-white:hover:before, .btn.border.border-red.bg-white:hover:after {
    background: #D31220
}

.btn.border.border-red.bg-red:hover:after {
    background: #fff;
    border-right: 2px solid #D31220
}*/

hr {
    margin-top: 150px;
    margin-bottom: 10px
}

.button-link-box .content {
    position: relative
}

.background-parallax {
    position: absolute;
    z-index: -1
}

.background-parallax.top {
    top: -60px
}

.background-parallax.left {
    left: -60px
}

.background-parallax.right {
    right: -60px
}

.background-parallax.bottom {
    bottom: -60px
}

.background-mobile {
    position: absolute;
    z-index: -1;
    top: -30px;
    bottom: -30px;
    left: -15px;
    right: -15px
}

@-webkit-keyframes loading-spinner {
    0% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(5px)
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes loading-spinner {
    0% {
        -moz-transform: translateY(0)
    }

    50% {
        -moz-transform: translateY(5px)
    }

    100% {
        -moz-transform: translateY(0)
    }
}

@-o-keyframes loading-spinner {
    0% {
        -o-transform: translateY(0)
    }

    50% {
        -o-transform: translateY(5px)
    }

    100% {
        -o-transform: translateY(0)
    }
}

@keyframes loading-spinner {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(5px)
    }

    100% {
        transform: translateY(0)
    }
}

.loading-spinner .rect {
    background-color: #D31220;
    width: 10px;
    height: 10px;
    display: inline-block;
    -webkit-animation: loading-spinner 1.5s ease-in-out 0s infinite;
    -moz-animation: loading-spinner 1.5s ease-in-out 0s infinite;
    -o-animation: loading-spinner 1.5s ease-in-out 0s infinite;
    animation: loading-spinner 1.5s ease-in-out 0s infinite
}

.loading-spinner .rect:nth-child(2) {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s
}

.loading-spinner .rect:nth-child(3) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.loading-spinner.hidden {
    display: none
}

@media (min-width:54.001rem) {
    .hover-box:hover .back {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media (max-width:54rem) {
    .hover-box {
        cursor: pointer
    }

    .hover-box.active .back {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .size-m-12>.button-element__content>div {
        text-align: left
    }
}

@media (max-width:34rem) {
    .main-content {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .padded-box-large {
        padding: 15px
    }

    .padded-box-regular-left {
        padding-left: 0
    }

    .btn.fixed-width {
        width: calc(100% - 15px)
    }

    .size-m-12>.button-element__content>div {
        text-align: center
    }
}

/*fixes: 6.12.21*/
.bg-white a,
.bg-light-gray~.has-absolute-bg a {
    color: #D31220;
    text-decoration: none;
}

  .article-header .absolute-bg.bg-type-image .bg-type-image__image.bg-element-triangle-left-white {
    background-image: none;
    /*fixes: 6.12.21*/
  }

.bg-white a:hover,
.bg-light-gray~.has-absolute-bg a:hover {
    text-decoration: underline;
}

.bg-red a,
.bg-light-gray~.has-absolute-bg .bg-red a {
    color: white;
}

.bg-red a:hover,
.bg-light-gray~.has-absolute-bg .bg-red a:hover {
    color: #D31220;
    text-decoration: none;
}

.bg-white h3 a,
.bg-light-gray~.has-absolute-bg h3 a,
.newsarticles-element__article a {
    color: inherit;
}

.bg-white h3 a:hover,
.bg-light-gray~.has-absolute-bg h3 a:hover,
.newsarticles-element__article a:hover {
    color: #D31220;
    text-decoration: none;
}

/*Wichtige Hinweise*/
#emergencyNotice {
  background: #fff;
  position: fixed;
  bottom: 30px;
  right: 40px;
  width: auto;
  height: auto;
  display: none;
  align-items: center;
  padding: 25px;
  flex-direction: column;
  border: 4px solid #d31220;
}
#emergencyNotice h2 {
  margin-bottom: 5px;
  color: #d31220;
}
#emergencyNotice strong {
  margin-bottom: 15px;
}
#emergencyNoticeClose {
   position: absolute;
   right: 8px;
   top: -26px;
   font-size: 4rem;
   transform: rotate(45deg);
   cursor: pointer;
 }
@media (max-width: 600px) {
    #emergencyNotice {
        right: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: auto !important;
        padding-bottom: 35px !important;
    }

    #emergencyNotice h1 {
        font-size: 3rem !important;
    }
}

/*FormularÄnderungen noch nicht im less*/
.range__container {
    position: relative;
}

/*slider track*/
input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    height: 30px;
    background: transparent;
    cursor: pointer;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    cursor: pointer;
}

input[type=range]::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
    cursor: pointer;
}

input[type=range]::-ms-fill-lower {
    background: transparent;
}

input[type=range]::-ms-fill-upper {
    background: transparent;
}

/*slider thumb*/
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #D31220;
    cursor: pointer;
    border: none;
    /*margin-top: -14px;*/
    /* maybe in chrome needed */
}

input[type=range]::-moz-range-thumb {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #D31220;
    cursor: pointer;
    border: none;
}

input[type=range]::-ms-thumb {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #D31220;
    cursor: pointer;
    border: none;
}

/*slider steps*/
.range__steps {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}

.range__steps--step {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #20201e;
}

/*slider styles*/
form.userform .userform-fields .form-step .field.range {
    width: 100%;
    padding: 0;
    float: none;
}

.field.range>label {
    display: none;
}

/*.range--container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
  border-bottom: 2px solid #c8c8c8;
  padding-bottom: 30px;
}
.range--text {
  flex: 1 1 0px;
}
.range--slider {
  flex: 1 1 0px;
  align-self: stretch;
  max-width: 500px;
}*/
.range--container {
    margin-bottom: 30px;
    border-bottom: 2px solid #c8c8c8;
    padding-bottom: 30px;
}

.range--text p {
    display: flex;
}

.range--text p .range--text--count {
    padding-right: 15px;
    font-weight: bold;
    font-size: 1.25em;
    white-space: nowrap;
}

.range--slider {
    max-width: 500px;
    margin: 0 auto;
}

.field.range .descContainer {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    margin-top: 15px;
}

.field.range .descContainer span {
    font-weight: bold;
}

@media (max-width: 830px) {
    #step-navigation {
        text-align: center;
    }

    #step-navigation .step-buttons {
        padding-left: 0;
        margin-left: -15px;
    }
}

/*form progress*/
#userform-progress .step-button-wrapper {
    color: #c8c8c8;
}

#userform-progress .step-button-wrapper.viewed {
    color: #20201E;
}

#userform-progress .step-button-wrapper.current {
    color: #D31220;
}

#userform-progress .step-button-wrapper button:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #c8c8c8;
    background: #ffffff;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -35px;
}

#userform-progress .step-button-wrapper.viewed button:before {
    background: #20201e;
    border-color: #20201e;
}

#userform-progress>p:first-child {
    display: none;
}

#userform-progress nav {
    margin-top: 15px;
}

#userform-progress .progress {
    height: 2px;
    background: #e7e7e7;
}

#userform-progress .progress-bar {
    height: 2px;
    background: #d31220;
}

#userform-progress .step-button-jump {
    opacity: 1;
    -webkit-appearance: none;
    border: none;
    background: none;
}

.progress-title {
    margin-top: 20px;
}

.step-button-next,
.step-button-prev {
    border-width: 2px;
    border-style: solid;
    border-right: none;
    padding: 9px 15px 9px 30px;
    border-color: #D31220;
    background-color: #D31220;
    color: #ffffff;
    display: inline-block;
    position: relative;
    -webkit-appearance: none;
    cursor: pointer;
}

.step-button-next:before,
.step-button-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    right: -16px;
    width: 15px;
    height: 23px;
    border-right: 2px solid #D31220;
    border-top: 2px solid #D31220;
    background: #D31220;
}

.step-button-next:after,
.step-button-prev:after {
    content: '';
    display: block;
    position: absolute;
    right: -9px;
    bottom: 1px;
    width: 16px;
    height: 26px;
    border-right: 2px solid #D31220;
    background: #D31220;
    transform: rotate(37deg);
}

.step-button-prev {
    margin-right: 25px;
}

.step-button-next {
    margin-left: 25px;
}

.step-button-prev,
.step-button-prev:before,
.step-button-prev:after {
    background: #c2c2c2;
    border-color: #c2c2c2;
}

@media (max-width: 510px) {
    #userform-progress nav {
        opacity: 0;
    }
}


.article-header {
  margin-bottom: 15px;
}
.single-article .sidebar-author > div {
  display: flex;
  align-items: center;
}
.single-article .sidebar-author img {
  margin-right: 10px;
}
.single-article .sidebar-author i {
    font-size: 0.9em;
}
.single-article .sidebar-author .author-description {
    margin-top: 10px;
    font-style: italic;
}
.sidebar-elements .element {
  margin-bottom: 30px;
}
.quote-element__content {
  display: flex;
  justify-content: center;
}
.quote-element__content * {
  font-family: 'demos-next', serif;
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
}
.quote-element__content i {
  margin-right: 15px;
  font-size: 40px;
  color: #d31220;
  font-family: "Font Awesome 5 Free";
}
.quote-element__author {
  text-align: right;
}

a.social-share-single {
  margin-right: 15px;
}
a.social-share-single i {
  font-size: 25px;
  margin-left: 5px;
  vertical-align: middle;
  color: #20201E;
}

.printHeader {
  display: none;
}

/*Neue CSS Änderungen - Lightbox Blog*/

#lightbox {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  cursor: pointer;
  overflow: auto;
}

#lightbox p {
  text-align:right;
  color:#fff;
  margin-right:20px;
  font-size:12px;
}

#lightbox img {
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.scb__news__elements__newshtmlcontentelement .padded-box-regular .content-element__content p img:first-child{
  position: relative;
}

.lupeicon{
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.lupeicon:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9;
    top: 0;
    left: 0;
    background-image: url('/assets/blogimg_overlay.png');
    background-size: 100px;
    background-color: rgba(255,255,255,0);
    background-repeat: no-repeat;
    background-position: 50%;
    pointer-events: none;
    transition: 0.3s ease;
    opacity: 0;
}
.lupeicon:hover:after {
  opacity: 0.85;
  background-color: rgba(255,255,255,0.5);
}
/*.lupeicon img:first-child {
  max-width: calc(100% - (5% + 5px));
}*/

img.lupeoverlay{
  width: 5%;
  position: relative;
  margin-left: 5px;
}
@media (max-width: 950px) {
  .lupeicon:after {
    opacity: 0.2;
    background-size: 70px;
  }
}


@media (max-width: 480px){
  #lightbox img {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
  }
}

/*Änderungen 28.9.2022*/
.menu ul li .subnav {
  min-width: 900px;
}
@media (max-width: 1220px) {
  .menu ul li .subnav {
    min-width: 760px;
  }
  #footer-design~.content-size {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*fix 4.11.2022*/
.single-article .captionImage {
  width: 100% !important;
}

/*Änderung 16.11.2022*/
.iconbox-element__iconbox strong {
  font-weight: 400;
  letter-spacing: 1px;
  font-family: 'demos-next', serif;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 15px;
}

.h4 {
  font-family: 'demos-next', serif;
  font-size: 22px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 15px;
}

/*Änderung 12.05.2023*/
.size-l-12.size-m-12.size-s-12.scb__elements__htmlcontentelement .embed {
    width: 100% !important;
}
.embed video {
    width: 100%;
}

/*Änderung 14.06.2023*/
.p-0 {
  padding: 0;
}

/*Änderungen 18.09.2023*/
/*VIDEO*/
iframe[src*="https://player.vimeo.com"] {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}

/*Breadcrumbs*/
#breadcrumbs {
  padding-top: 0;
}
.single-article #breadcrumbs,
.single-tag-page #breadcrumbs {
  padding-top: 15px;
}
#breadcrumbs-content {
  background: #ededec;
  display: inline-block;
  padding: 10px 20px;
}

/*Änderung 26.09.2023*/
/*sub-sub-sub-nav*/
.subsubsubnav {
  margin-left: 0.8em;
}
#main-menu .subsubsubnav .fa-caret-right,
#sticky-menu .subsubsubnav .fa-caret-right {
  color: #20201e;
}

/*Änderung 27.09.2023*/
/*Button Hintergrundfarbe*/
.button-element__content > .red {
  background-color: #d31220;
}
.button-element__content > .red > .btn {
  width: 100%;
}

/*Änderung 05.10.2023*/
/*Newsartikel Disclaimer höher*/
.single-news-article-page ~ #upper-footer #disclaimer {
  display: none;
}

/*ZEIT VERGOLDEN 12.2023*/
/*general*/
.zeit-vergolden #scroll-menu,
.zeit-vergolden #header #bg-container .gradient-bg {
    display: none;
}
.zeit-vergolden span.red {
    color: #D31220;
}
/*Header*/
.zeit-vergolden #main-menu .logo-container img {
    max-width: 240px;
}
.zeit-vergolden #header .single h1 {
    margin-bottom: 10px;
}
.zeit-vergolden #header .single .text-wrapper.f-right {
    float: left;
    width: 100%;
}
.zeit-vergolden #header .single .text-wrapper.f-right p {
    font-family: 'demos-next', serif;
    font-style: italic;
    font-size: 27px;
    line-height: 29px;
    margin-bottom: 30px;
}
/*Footer*/
.zeit-vergolden footer .colored-bg.bg-light-gray {
    position: relative;
}
.zeit-vergolden #footer-design {
    background-image: url('https://schelhammer.at/assets/Zeit-vergolden/Hintergrund-Linien_Footer-v2.png');
    background-position: 100% 100%;
    background-size: 23%;
}
/*erster Textblock*/
.zeit-vergolden #e2718 h2,
.zeit-vergolden #e2755 h2,
.zeit-vergolden #e2768 h2,
.zeit-vergolden #e2781 h2 {
    color: #d31220;
}
/*Geschichten*/
.zeit-vergolden #e2720 .btn a,
.zeit-vergolden #e2749 .btn a,
.zeit-vergolden #e2762 .btn a,
.zeit-vergolden #e2775 .btn a {
    background-image: url('../img/button_rahmen_grau.svg');
    color: #D31220 !important;
}
.zeit-vergolden #e2720 .btn:hover a,
.zeit-vergolden #e2749 .btn:hover a,
.zeit-vergolden #e2762 .btn:hover a,
.zeit-vergolden #e2775 .btn:hover a {
    background-image: url('../img/button_rot.svg');
    color: white !important;
}
.zeit-vergolden #e2720 .decisiontree-element__tab__content,
.zeit-vergolden #e2749 .decisiontree-element__tab__content,
.zeit-vergolden #e2762 .decisiontree-element__tab__content,
.zeit-vergolden #e2775 .decisiontree-element__tab__content {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
}
.zeit-vergolden #e2720 .decisiontree-element__tab__content .decisiontree-element__element,
.zeit-vergolden #e2749 .decisiontree-element__tab__content .decisiontree-element__element,
.zeit-vergolden #e2762 .decisiontree-element__tab__content .decisiontree-element__element,
.zeit-vergolden #e2775 .decisiontree-element__tab__content .decisiontree-element__element {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.zeit-vergolden #e2720 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image,
.zeit-vergolden #e2749 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image,
.zeit-vergolden #e2762 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image,
.zeit-vergolden #e2775 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image {
    height: 373px;
    position: relative;
}
.zeit-vergolden #e2720 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2,
.zeit-vergolden #e2749 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2,
.zeit-vergolden #e2762 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2,
.zeit-vergolden #e2775 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2 {
    color: white;
    position: absolute;
    bottom: 0;
    padding: 7px 50px 10px;
    background: rgb(0 0 0 / 50%);
    margin: 0;
    width: 100%;
}
.zeit-vergolden #e2720 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2:before,
.zeit-vergolden #e2749 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2:before,
.zeit-vergolden #e2762 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2:before,
.zeit-vergolden #e2775 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    background: white;
    height: 83px;
    left: -2px;
    transform-origin: top left;
    bottom: 57px;
    transform: rotate(-32deg);
}
.zeit-vergolden #e2720 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2:after,
.zeit-vergolden #e2749 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2:after,
.zeit-vergolden #e2762 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2:after,
.zeit-vergolden #e2775 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2:after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 83px;
    background: white;
    bottom: 0;
    left: -2px;
    transform: rotate(32deg);
    transform-origin: bottom left;
}
.zeit-vergolden #e2720 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2 a,
.zeit-vergolden #e2749 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2 a,
.zeit-vergolden #e2762 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2 a,
.zeit-vergolden #e2775 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2 a {
    margin: 0;
    max-width: 280px;
    transition: padding-left 0.3s ease;
}
.zeit-vergolden #e2720 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2 a:hover,
.zeit-vergolden #e2749 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2 a:hover,
.zeit-vergolden #e2762 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2 a:hover,
.zeit-vergolden #e2775 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image h2 a:hover {
    color: inherit;
    padding-left: 5px;
}
.zeit-vergolden #e2720 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content,
.zeit-vergolden #e2749 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content,
.zeit-vergolden #e2762 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content,
.zeit-vergolden #e2775 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content {
    background: transparent;
    padding-left: 0;
    padding-right: 0;
    height: auto;
    padding-top: 15px;
    padding-bottom: 0;
    justify-content: space-between;
    flex-grow: 1;
}
.zeit-vergolden #e2720 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content .flex-helper,
.zeit-vergolden #e2749 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content .flex-helper,
.zeit-vergolden #e2762 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content .flex-helper,
.zeit-vergolden #e2775 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content .flex-helper {
    z-index: 1;
}
.zeit-vergolden #e2720 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content .edge,
.zeit-vergolden #e2749 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content .edge,
.zeit-vergolden #e2762 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content .edge,
.zeit-vergolden #e2775 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__content .edge {
    position: absolute;
    top: -60px;
    right: -35px;
    background: #ededec;
    width: 66px;
    height: 89px;
    transform: rotate(35deg);
}
/*Leistungen*/
.zeit-vergolden #e2723 .absolute-bg .bg-type-image__image,
.zeit-vergolden #e2758 .absolute-bg .bg-type-image__image,
.zeit-vergolden #e2771 .absolute-bg .bg-type-image__image,
.zeit-vergolden #e2784 .absolute-bg .bg-type-image__image {
    background-repeat: repeat-y;
}
.zeit-vergolden #e2723 .grid-container,
.zeit-vergolden #e2758 .grid-container,
.zeit-vergolden #e2771 .grid-container,
.zeit-vergolden #e2784 .grid-container {
    display: grid;
    grid-auto-rows: 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}
.zeit-vergolden #e2723 .grid-container .element,
.zeit-vergolden #e2758 .grid-container .element,
.zeit-vergolden #e2771 .grid-container .element,
.zeit-vergolden #e2784 .grid-container .element {
    display: flex;
    align-items: flex-end;
    background: white;
    overflow: hidden;
}
.zeit-vergolden #e2723 .grid-container .element:nth-child(odd) .padded-box-regular,
.zeit-vergolden #e2758 .grid-container .element:nth-child(odd) .padded-box-regular,
.zeit-vergolden #e2771 .grid-container .element:nth-child(odd) .padded-box-regular,
.zeit-vergolden #e2784 .grid-container .element:nth-child(odd) .padded-box-regular {
    display: flex;
    justify-content: flex-start;
}
.zeit-vergolden #e2723 .grid-container .element:nth-child(even) .padded-box-regular,
.zeit-vergolden #e2758 .grid-container .element:nth-child(even) .padded-box-regular,
.zeit-vergolden #e2771 .grid-container .element:nth-child(even) .padded-box-regular,
.zeit-vergolden #e2784 .grid-container .element:nth-child(even) .padded-box-regular {
    display: flex;
    justify-content: flex-end;
}
.zeit-vergolden #e2723 .grid-container .element .content-element__content,
.zeit-vergolden #e2758 .grid-container .element .content-element__content,
.zeit-vergolden #e2771 .grid-container .element .content-element__content,
.zeit-vergolden #e2784 .grid-container .element .content-element__content {
    width: 58%;
}
.zeit-vergolden #e2723 .grid-container .element .content-element__content > *,
.zeit-vergolden #e2758 .grid-container .element .content-element__content > *,
.zeit-vergolden #e2771 .grid-container .element .content-element__content > *,
.zeit-vergolden #e2784 .grid-container .element .content-element__content > * {
    z-index: 1;
    position: relative;
}
.zeit-vergolden #e2723 .grid-container .element .content-element__content > h4,
.zeit-vergolden #e2758 .grid-container .element .content-element__content > h4,
.zeit-vergolden #e2771 .grid-container .element .content-element__content > h4,
.zeit-vergolden #e2784 .grid-container .element .content-element__content > h4 {
    margin-top: 10px;
}
.zeit-vergolden #e2723 .grid-container .element .content-element__content > h4 + p,
.zeit-vergolden #e2758 .grid-container .element .content-element__content > h4 + p,
.zeit-vergolden #e2771 .grid-container .element .content-element__content > h4 + p,
.zeit-vergolden #e2784 .grid-container .element .content-element__content > h4 + p {
    margin-bottom: 60px;
}
.zeit-vergolden #e2723 .grid-container .element .content-element__content > p:first-child,
.zeit-vergolden #e2758 .grid-container .element .content-element__content > p:first-child,
.zeit-vergolden #e2771 .grid-container .element .content-element__content > p:first-child,
.zeit-vergolden #e2784 .grid-container .element .content-element__content > p:first-child {
    position: absolute;
    z-index: 0;
    margin-bottom: 0;
}
.zeit-vergolden #e2723 .grid-container .element .content-element__content > p:nth-child(2),
.zeit-vergolden #e2758 .grid-container .element .content-element__content > p:nth-child(2),
.zeit-vergolden #e2771 .grid-container .element .content-element__content > p:nth-child(2),
.zeit-vergolden #e2784 .grid-container .element .content-element__content > p:nth-child(2) {
    display: none;
}
.zeit-vergolden #e2723 .grid-container .element:nth-child(odd) .content-element__content > p:first-child,
.zeit-vergolden #e2758 .grid-container .element:nth-child(odd) .content-element__content > p:first-child,
.zeit-vergolden #e2771 .grid-container .element:nth-child(odd) .content-element__content > p:first-child,
.zeit-vergolden #e2784 .grid-container .element:nth-child(odd) .content-element__content > p:first-child {
    text-align: right;
}
.zeit-vergolden #e2723 .grid-container .element:nth-child(1) .content-element__content > p:first-child,
.zeit-vergolden #e2758 .grid-container .element:nth-child(1) .content-element__content > p:first-child,
.zeit-vergolden #e2771 .grid-container .element:nth-child(1) .content-element__content > p:first-child,
.zeit-vergolden #e2784 .grid-container .element:nth-child(1) .content-element__content > p:first-child {
    top: 0;
    right: 0;
}
.zeit-vergolden #e2723 .grid-container .element:nth-child(2) .content-element__content > p:first-child,
.zeit-vergolden #e2758 .grid-container .element:nth-child(2) .content-element__content > p:first-child,
.zeit-vergolden #e2771 .grid-container .element:nth-child(2) .content-element__content > p:first-child,
.zeit-vergolden #e2784 .grid-container .element:nth-child(2) .content-element__content > p:first-child {
    top: 0;
    left: 0;
}
.zeit-vergolden #e2723 .grid-container .element:nth-child(3) .content-element__content > p:first-child,
.zeit-vergolden #e2758 .grid-container .element:nth-child(3) .content-element__content > p:first-child,
.zeit-vergolden #e2771 .grid-container .element:nth-child(3) .content-element__content > p:first-child,
.zeit-vergolden #e2784 .grid-container .element:nth-child(3) .content-element__content > p:first-child {
    bottom: -7px;
    right: 0;
}
.zeit-vergolden #e2723 .grid-container .element:nth-child(4) .content-element__content > p:first-child,
.zeit-vergolden #e2758 .grid-container .element:nth-child(4) .content-element__content > p:first-child,
.zeit-vergolden #e2771 .grid-container .element:nth-child(4) .content-element__content > p:first-child,
.zeit-vergolden #e2784 .grid-container .element:nth-child(4) .content-element__content > p:first-child {
    bottom: -7px;
    left: 0;
}

/*Perfekter Berater*/
.zeit-vergolden #e2724 .absolute-bg.bg-type-image .bg-type-image__image,
.zeit-vergolden #e2759 .absolute-bg.bg-type-image .bg-type-image__image,
.zeit-vergolden #e2772 .absolute-bg.bg-type-image .bg-type-image__image,
.zeit-vergolden #e2785 .absolute-bg.bg-type-image .bg-type-image__image {
    background: rgb(0 0 0 / 50%);
}
.zeit-vergolden #e2724 .has-absolute-bg #e2725,
.zeit-vergolden #e2759 .has-absolute-bg #e2754,
.zeit-vergolden #e2772 .has-absolute-bg #e2767,
.zeit-vergolden #e2785 .has-absolute-bg #e2780 {
    background: none;
    color: white;
}
/*Responsive*/
@media (min-width: 768px) {
    .zeit-vergolden #e2720 .decisiontree-element__tab__content,
    .zeit-vergolden #e2749 .decisiontree-element__tab__content,
    .zeit-vergolden #e2762 .decisiontree-element__tab__content,
    .zeit-vergolden #e2775 .decisiontree-element__tab__content {
        grid-auto-rows: 1fr;
    }
}
@media (max-width: 1000px) {
    .zeit-vergolden #e2723 .grid-container .element,
    .zeit-vergolden #e2758 .grid-container .element,
    .zeit-vergolden #e2771 .grid-container .element,
    .zeit-vergolden #e2784 .grid-container .element {
        align-items: normal;
    }
    .zeit-vergolden #e2723 .grid-container .element .padded-box-regular,
    .zeit-vergolden #e2758 .grid-container .element .padded-box-regular,
    .zeit-vergolden #e2771 .grid-container .element .padded-box-regular,
    .zeit-vergolden #e2784 .grid-container .element .padded-box-regular {
        padding: 0;
    }
    .zeit-vergolden #e2723 .grid-container .element .content-element__content,
    .zeit-vergolden #e2758 .grid-container .element .content-element__content,
    .zeit-vergolden #e2771 .grid-container .element .content-element__content,
    .zeit-vergolden #e2784 .grid-container .element .content-element__content {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .zeit-vergolden #e2723 .grid-container .element .content-element__content > p:first-child,
    .zeit-vergolden #e2758 .grid-container .element .content-element__content > p:first-child,
    .zeit-vergolden #e2771 .grid-container .element .content-element__content > p:first-child,
    .zeit-vergolden #e2784 .grid-container .element .content-element__content > p:first-child {
        display: none;
    }
    .zeit-vergolden #e2723 .grid-container .element .content-element__content > p:nth-child(2),
    .zeit-vergolden #e2758 .grid-container .element .content-element__content > p:nth-child(2),
    .zeit-vergolden #e2771 .grid-container .element .content-element__content > p:nth-child(2),
    .zeit-vergolden #e2784 .grid-container .element .content-element__content > p:nth-child(2) {
        display: block;
    }
    .zeit-vergolden #e2723 .grid-container .element .content-element__content > h4,
    .zeit-vergolden #e2758 .grid-container .element .content-element__content > h4,
    .zeit-vergolden #e2771 .grid-container .element .content-element__content > h4,
    .zeit-vergolden #e2784 .grid-container .element .content-element__content > h4 {
        background: rgb(255 255 255 / 80%);
        margin-top: 0;
        margin-bottom: 0;
        padding: 10px 15px 15px 15px;
        text-align: left;
    }
    .zeit-vergolden #e2723 .grid-container .element .content-element__content > h4 + p,
    .zeit-vergolden #e2758 .grid-container .element .content-element__content > h4 + p,
    .zeit-vergolden #e2771 .grid-container .element .content-element__content > h4 + p,
    .zeit-vergolden #e2784 .grid-container .element .content-element__content > h4 + p {
        background: rgb(255 255 255 / 80%);
        margin-bottom: 0;
        padding: 0 15px 15px 15px;
        text-align: left;
    }
    .zeit-vergolden #e2723 .grid-container .element .content-element__content > h4 + p + div,
    .zeit-vergolden #e2758 .grid-container .element .content-element__content > h4 + p + div,
    .zeit-vergolden #e2771 .grid-container .element .content-element__content > h4 + p + div,
    .zeit-vergolden #e2784 .grid-container .element .content-element__content > h4 + p + div {
        background: rgb(255 255 255 / 80%);
        padding: 15px;
        display: flex;
        flex-grow: 1;
        align-items: flex-end;
    }
}
@media (max-width: 767px) {
    .zeit-vergolden #e2720 .decisiontree-element__tab__content,
    .zeit-vergolden #e2749 .decisiontree-element__tab__content,
    .zeit-vergolden #e2762 .decisiontree-element__tab__content,
    .zeit-vergolden #e2775 .decisiontree-element__tab__content {
        grid-template-columns: repeat(1, 1fr);
    }
    .zeit-vergolden #e2723 .grid-container,
    .zeit-vergolden #e2758 .grid-container,
    .zeit-vergolden #e2771 .grid-container,
    .zeit-vergolden #e2784 .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 499px) {
    .zeit-vergolden #e2720 .decisiontree-element__tab__content,
    .zeit-vergolden #e2749 .decisiontree-element__tab__content,
    .zeit-vergolden #e2762 .decisiontree-element__tab__content,
    .zeit-vergolden #e2775 .decisiontree-element__tab__content {
        grid-row-gap: 40px;
    }
    .zeit-vergolden #e2720 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image,
    .zeit-vergolden #e2749 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image,
    .zeit-vergolden #e2762 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image,
    .zeit-vergolden #e2775 .decisiontree-element__tab__content .decisiontree-element__element .decisiontree-element__element__image {
        height: 200px;
    }
    .zeit-vergolden #e2720 .decisiontree-element__tab__content .decisiontree-element__element:nth-child(2) .decisiontree-element__element__image,
    .zeit-vergolden #e2749 .decisiontree-element__tab__content .decisiontree-element__element:nth-child(2) .decisiontree-element__element__image,
    .zeit-vergolden #e2762 .decisiontree-element__tab__content .decisiontree-element__element:nth-child(2) .decisiontree-element__element__image,
    .zeit-vergolden #e2775 .decisiontree-element__tab__content .decisiontree-element__element:nth-child(2) .decisiontree-element__element__image,
    .zeit-vergolden #e2720 .decisiontree-element__tab__content .decisiontree-element__element:nth-child(3) .decisiontree-element__element__image,
    .zeit-vergolden #e2749 .decisiontree-element__tab__content .decisiontree-element__element:nth-child(3) .decisiontree-element__element__image,
    .zeit-vergolden #e2762 .decisiontree-element__tab__content .decisiontree-element__element:nth-child(3) .decisiontree-element__element__image,
    .zeit-vergolden #e2775 .decisiontree-element__tab__content .decisiontree-element__element:nth-child(3) .decisiontree-element__element__image {
        background-position: 50% 0;
    }
}

@media (max-width: 54rem) {
    .zeit-vergolden #header #bg-container .gradient-bg {
        display: inherit;
    }
    .zeit-vergolden footer .bg-light-gray > .content-size > .size-l-3:first-child {
        text-align: center;
    }
    .zeit-vergolden footer .bg-light-gray > .content-size > .size-l-3:first-child img {
        max-width: 200px !important;
    }
    .zeit-vergolden footer .bg-light-gray > .content-size > .size-l-6:nth-child(3) {
        text-align: right;
    }
    .zeit-vergolden footer .bg-dark-gray > .content-size {
        flex-direction: column;
    }
    .zeit-vergolden footer .bg-dark-gray > .content-size > div {
        display: flex;
        justify-content: center !important;
        flex-wrap: wrap;
    }
    .zeit-vergolden footer .bg-dark-gray > .content-size > div:first-child {
        margin-bottom: 15px;
    }
}
@media (max-width: 34rem) {
    .zeit-vergolden #header {
        min-height: 300px;
        padding-top: 0;
        background: #20201e;
    }
    .zeit-vergolden #header #bg-container {
        height: 300px;
        position: relative;
    }
    .zeit-vergolden #header #bg-container .gradient-bg {
        display: none;
    }
    .zeit-vergolden #header .button-link-box {
        width: 100%;
    }
    .zeit-vergolden #header .button-link-box .single {
        padding-top: 20px;
    }
    .zeit-vergolden #header .button-link-box .single h1 {
        font-size: 1.7rem;
    }
    .zeit-vergolden #header .button-link-box .single p {
        font-size: 1.3rem !important;
        margin-bottom: 20px !important;
    }
    .zeit-vergolden #e2723 .grid-container,
    .zeit-vergolden #e2758 .grid-container,
    .zeit-vergolden #e2771 .grid-container,
    .zeit-vergolden #e2784 .grid-container {
        grid-auto-rows: auto;
    }
    .zeit-vergolden #e2723 .absolute-bg .bg-type-image__image,
    .zeit-vergolden #e2758 .absolute-bg .bg-type-image__image,
    .zeit-vergolden #e2771 .absolute-bg .bg-type-image__image,
    .zeit-vergolden #e2784 .absolute-bg .bg-type-image__image {
        display: inherit;
    }
    .zeit-vergolden #e2723 .bg-img-mobile,
    .zeit-vergolden #e2758 .bg-img-mobile,
    .zeit-vergolden #e2771 .bg-img-mobile,
    .zeit-vergolden #e2784 .bg-img-mobile {
        display: none;
    }
    .zeit-vergolden #e2724 .absolute-bg,
    .zeit-vergolden #e2759 .absolute-bg,
    .zeit-vergolden #e2772 .absolute-bg,
    .zeit-vergolden #e2785 .absolute-bg {
        background: none !important;
    }
    .zeit-vergolden #e2724 .has-absolute-bg #e2725,
    .zeit-vergolden #e2759 .has-absolute-bg #e2754,
    .zeit-vergolden #e2772 .has-absolute-bg #e2767,
    .zeit-vergolden #e2785 .has-absolute-bg #e2780 {
        color: #20201E;
    }
    .zeit-vergolden footer {
        padding-bottom: 0;
    }
    .zeit-vergolden footer .bg-light-gray > .content-size > div {
        text-align: left !important;
        margin-bottom: 10px;
    }
    .zeit-vergolden footer .bg-light-gray > .content-size > div:nth-child(2) {
        margin-bottom: 20px;
    }
    
}

@media (min-width: 54.1rem) {
    #header {
        min-height: 520px;
        padding: 4.4rem 0;
    }
}
/*----------------------*/

#disclaimer-pe {
    padding-bottom: 30px;
}
.single-article #disclaimer-pe {
    padding-bottom: 15px;
}