* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: inherit;
    font-weight: normal;
    word-break: break-word;
    word-wrap: break-word;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

td {
    word-break: normal;
    word-wrap: normal;
    padding: 3px 5px;
}

td:first-child {
    padding-left: 0;
}

td:last-child {
    padding-right: 0;
}

img {
    border: none;
    max-width: 100%;
}

.gray {
    background-color: #e6e6e6;
    color: #4a4949;
}

.gray * {
    color: inherit;
}

.blue {
    background-color: #4d627f;
    color: #fff;
}

.blue * {
    color: inherit;
}

.orange {
    background-color: #ee7601;
    color: #fff;
}

.orange * {
    color: inherit;
}

.black {
    background-color: #4a4949;
    color: #fff;
}

.black * {
    color: inherit;
}

.white {
    background-color: #fff;
    color: #ee7601;
}

.white * {
    color: inherit;
}

.padded {
    padding: 0 15px;
}

.padded-full {
    padding: 15px;
}

.padded-full-small {
    padding: 10px 15px;
}

.padded-full-m-xl {
    padding: 15px 25px;
}

.padded-right:not(input),
div.padded-right {
    padding-right: 5px;
}

.padded-left:not(input),
div.padded-left {
    padding-left: 5px;
}

.padded-right-m:not(input),
div.padded-right-m {
    padding-right: 15px;
}

.padded-left-m:not(input),
div.padded-left-m {
    padding-left: 15px;
}

.padded-bottom-s {
    padding-bottom: 10px;
}

.padded-top-xl {
    padding-top: 25px;
}

.margin-top-l {
    margin-top: 20px;
}

.margin-top-huge {
    margin-top: 40px;
}

/*fonts*/
@font-face {
    font-family: 'SourceSans';
    src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Regular.otf') format('opentype'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amiri';
    src: url('../fonts/Amiri-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Amiri-Regular.otf') format('opentype'), url('../fonts/Amiri-Regular.woff') format('woff'), url('../fonts/Amiri-Regular.ttf') format('truetype'), url('../fonts/Amiri-Regular.svg#Amiri-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmiriItalic';
    src: url('../fonts/Amiri-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Amiri-Italic.otf') format('opentype'), url('../fonts/Amiri-Italic.woff') format('woff'), url('../fonts/Amiri-Italic.ttf') format('truetype'), url('../fonts/Amiri-Italic.svg#Amiri-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmiriBoldItalic';
    src: url('../fonts/Amiri-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Amiri-BoldItalic.otf') format('opentype'), url('../fonts/Amiri-BoldItalic.woff') format('woff'), url('../fonts/Amiri-BoldItalic.ttf') format('truetype'), url('../fonts/Amiri-BoldItalic.svg#Amiri-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansBold';
    src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Bold.otf') format('opentype'), url('../fonts/SourceSansPro-Bold.woff') format('woff'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.Amiri {
    font-family: 'Amiri', 'Times New Roman';
    font-style: normal;
    font-weight: normal;
}

.AmiriItalic {
    font-family: 'AmiriItalic', 'Times New Roman';
    font-style: normal;
    font-weight: normal;
}

.AmiriBoldItalic {
    font-family: 'AmiriBoldItalic', 'Times New Roman';
    font-style: normal;
    font-weight: normal;
}

.SourceSans {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.SourceSansBold {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
}

/*font-size*/
.p {
    font-size: 16px;
    line-height: 20px;
}

h1,
.h1 {
    font-size: 44px;
    line-height: 47px;
}

h2,
.h2 {
    font-size: 36px;
    line-height: 43px;
}

h2 .small {
    font-size: 23px;
}

h3,
.h3 {
    font-size: 32px;
    line-height: 35px;
}

/*h4,
.h4 {
  font-size: 26px;
  line-height: 29px;
}*/
h4,
.h4 {
    font-size: 25px;
    line-height: 28px;
}

h5,
h5 *,
.h5 {
    font-size: 20px;
    line-height: 23px;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 20px;
}

.small {
    font-size: 13px;
    line-height: 16px;
}

h1,
h2,
h3,
h4,
h5,
h5 *,
h6 {
    font-family: 'Amiri', 'Times New Roman';
    font-style: normal;
    font-weight: normal;
    color: #4d627f;
}

.noserif {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.noserif-bold {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.full-padding {
    padding: 15px;
}

.full-small-padding {
    padding: 10px 15px;
}

.full-xs-s-padding {
    padding: 5px 10px;
}

.full-xs-m-padding {
    padding: 5px 15px;
}

.full-s-m-padding {
    padding: 10px 15px;
}

.full-m-xl-padding {
    padding: 15px 25px;
}

.full-s-xs-padding {
    padding: 10px 5px;
}

.full-s-l-padding {
    padding: 10px 20px;
}

.tb-xs-padding {
    padding: 5px 0;
}

.l-xs-padding {
    padding-left: 5px;
}

.r-xs-padding {
    padding-right: 5px;
}

.lr-s-padding {
    padding: 0 10px;
}

.tb-s-padding {
    padding: 10px 0;
}

.t-s-padding {
    padding-top: 10px;
}

.l-s-padding {
    padding-left: 10px;
}

.lr-m-padding {
    padding: 0 15px;
}

.tb-m-padding {
    padding: 15px 0;
}

.r-m-padding {
    padding-right: 15px;
}

.l-m-padding {
    padding-left: 15px;
}

.t-m-padding {
    padding-top: 15px;
}

.tb-l-padding {
    padding: 20px 0;
}

.lr-l-padding {
    padding: 0 20px;
}

.t-l-padding {
    padding-top: 20px;
}

.lr-xl-padding {
    padding: 0 25px;
}

.btn-bottom-padding {
    padding-bottom: 40px;
}

.t-xs-margin {
    margin-top: 5px;
}

.r-xs-margin {
    margin-right: 5px;
}

.b-xs-margin {
    margin-bottom: 5px;
}

.tb-xs-margin {
    margin: 5px 0;
}

.tb-s-margin {
    margin: 10px 0;
}

.b-s-margin {
    margin-bottom: 15px;
}

.r-m-margin {
    margin-right: 15px;
}

.t-m-margin {
    margin-top: 15px;
}

.b-m-margin {
    margin-bottom: 15px;
}

.tb-m-margin {
    margin: 15px 0;
}

.lr-m-margin {
    margin: 0 15px;
}

.l-l-margin {
    margin-left: 20px;
}

.t-l-margin {
    margin-top: 20px;
}

.lr-xl-margin {
    margin: 0 25px;
}

.tb-xl-margin {
    margin: 25px 0;
}

.t-xl-margin {
    margin-top: 25px;
}

.marginTop {
    margin-top: 40px;
}

/*colors*/
@media (max-width: 799px) {
    .p {
        font-size: 16px;
        line-height: 19px;
    }

    h1,
    .h1 {
        font-size: 35px;
        line-height: 38px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 33px;
    }

    h2 .small {
        font-size: 23px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 22px;
    }

    h4,
    .h4,
    h5,
    h5 *,
    .h5 {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 430px) {
    p,
    .p {
        font-size: 13px;
        line-height: 16px;
        /*font-size: 4vw;
    line-height: 5vw;*/
    }

    h1,
    .h1 {
        font-size: 35px;
        line-height: 38px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 33px;
        /*font-size: 9.5vw;
    line-height: 10vw;*/
    }

    h2 .small {
        font-size: 23px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 22px;
        /*font-size: 5.5vw;
    line-height: 6vw;*/
    }

    h4,
    .h4,
    h5,
    h5 *,
    .h5 {
        font-size: 18px;
        line-height: 20px;
        /*font-size: 4.5vw;
    line-height: 7vw;*/
    }
}

/*-----ADBLOCK-----*/
/*-----------------*/
.quote-container .quote {
    font-family: 'AmiriBoldItalic', 'Times New Roman';
    font-style: normal;
    font-weight: normal;
    font-size: 53px;
    line-height: 53px;
}

.quote-container p.quote-author {
    font-family: 'AmiriItalic', 'Times New Roman';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
}

.grid-element.custom-bexad {
    padding: 15px 15px 0;
}

.grid-element.custom-bexad .single {
    border: 2px solid #e6e6e6;
    height: 214px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.bex-content-ad {
    position: relative;
}

.bex-content-ad a {
    text-decoration: none;
}

.bex-content-ad iframe {
    max-width: 100%;
    min-width: 100%;
    /*width: 0;*/
    width: 536px;
    height: 210px;
    overflow: hidden;
}

.bex-content-ad video {
    max-width: 100%;
    display: block;
}

.bex-content-ad .article-image {
    margin-right: 0;
    float: left;
}

.bex-content-ad .article-image img {
    display: block;
}

.bex-content-ad .bex-ad-hint {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bex-content-ad .bex-ad-hint * {
    font-size: 12px;
    line-height: 16px;
}

.bex-content-ad .ss-htmleditorfield-file.embed {
    max-width: 100%;
}

.bex-content-ad .ss-htmleditorfield-file.embed video {
    width: 90%;
    display: block;
}

.bex-content-ad .ss-htmleditorfield-file.embed.center {
    margin: 0 auto;
}

.bex-content-ad .ss-htmleditorfield-file.embed.center video {
    margin: 0 auto;
}

#video-vi-ad {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.pixel-img {
    opacity: 0;
}

.sky .impression-tracker {
    display: block;
}

/*--------------------*/
/*-----Skyscraper-----*/
.sky {
    position: absolute;
    transition: top 0.3s ease;
    /*banner-width + 10px*/
    /*content-width + 10px*/
}

.sky.sky-left {
    margin-left: -170px;
}

.sky.sky-right {
    margin-left: 1120px;
}

.sky.fixed {
    position: fixed;
    top: 10px;
}

.sky.fixed.scroll {
    top: 118px;
}

/*--------------------*/
/*******************************************************/
/********************** ABD POPUP **********************/
/*******************************************************/
.fullscreen-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.fullscreen-popup.active {
    display: block;
    opacity: 1;
}

.fullscreen-popup.active .popup-container {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.fullscreen-popup .popup-container {
    width: 800px;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 200px;
    padding: 35px 27px;
    position: relative;
    background-image: url('../images/abhint.png');
    background-repeat: no-repeat;
    background-position: right 0px bottom 13px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform 0.23s ease-out;
    transition: -webkit-transform 0.23s ease-out;
    -o-transition: transform 0.23s ease-out;
    transition: transform 0.23s ease-out;
    transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
}

.fullscreen-popup .popup-container .close-button {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.quote-container {
    width: 507px;
    background-image: url('../images/quote.png');
    background-repeat: no-repeat;
    background-position: right 59px bottom 18px;
}

.quote-container .quote {
    font-family: 'AmiriBoldItalic', 'Times New Roman';
    font-size: 53px;
    line-height: 53px;
}

.quote-container p.quote-author {
    font-family: 'AmiriItalic', 'Times New Roman';
    font-size: 18px;
    line-height: 18px;
}

.popup-container p {
    font-size: 20px;
    line-height: 22px;
    width: 470px;
}

.single-article-view.has-ads {
    padding-top: 20px;
}

.bex-content-ad .single.no-padding .article-preview {
    padding: 0;
}

.bex-content-ad .single.no-padding .article-preview iframe {
    display: block;
}

/*-----ANALYSIS-----*/
/*------------------*/
.vote-row {
    padding-bottom: 5px;
}

.positive,
.positive * {
    color: #69bc1f;
}

.positive-bar {
    background-color: #69bc1f;
}

.negative,
.negative * {
    color: #f86e53;
}

.negative-bar {
    background-color: #f86e53;
}

.neutral,
.neutral * {
    color: #4a4949;
}

.neutral-bar {
    background-color: #4a4949;
}

.positive-bar,
.neutral-bar,
.negative-bar {
    height: 22px;
}

.single-analysis-view .date {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.single-analysis-view .analysis-data {
    margin-bottom: 15px;
}

.single-analysis-view .analysis-data,
.single-analysis-view .analysis-data p {
    font-size: 20px;
}

.single-analysis-view .analysis-text {
    margin-bottom: 15px;
}

.analysis h5 em {
    color: #4a4949;
}

.analysis .btn.small {
    width: 190px;
}

/*---Grid element---*/
.single-analysis {
    padding: 15px 0;
}

.single-analysis:nth-child(2) {
    padding-top: 0;
}

.single-analysis .analysis-text {
    margin-bottom: 15px;
}

/*-----CALENDAR-----*/
/*------------------*/
table.calendar-table thead * {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}

table.calendar-table tr td.has-events * {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #ee7601;
    text-decoration: underline;
}

table.calendar-table tr td.has-events p.today,
table.calendar-table tr td.has-events p.today * {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

table.calendar-table tr td p.today {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    outline: 1px solid #ffffff;
}

table.calendar-table tr td p.today * {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

.calendar .inner {
    position: relative;
}

.calendar .current-date {
    position: absolute;
    text-align: center;
    width: 80px;
    height: 80px;
    padding: 20px 0;
    right: 25px;
}

.calendar .current-date .day {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
}

.calendar .current-date .month-year {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.calendar .gray h2 {
    color: #4d627f;
}

.calendar .event-container .event-list {
    min-height: 100px;
}

.calendar .event-container .event-list .event-row:last-child hr {
    display: none;
}

.calendar .single-event h5 {
    color: #4d627f;
}

.calendar .pagination.bot {
    margin-top: 15px;
}

.event-calendar {
    position: relative;
}

.event-calendar .left-arrow,
.event-calendar .right-arrow {
    position: absolute;
    top: 10px;
}

.event-calendar .left-arrow {
    left: 15px;
}

.event-calendar .right-arrow {
    right: 15px;
}

.event-calendar .month-select p {
    text-transform: uppercase;
    padding-bottom: 10px;
}

.event-list a {
    text-decoration: none;
}

/*-----COMPARISON-----*/
/*--------------------*/
.rating-badge {
    max-width: 110px;
    background-color: #f0f0f0;
    margin: 0 auto;
}

.rating-badge .rating-val {
    font-size: 22px;
    line-height: 24px;
    padding: 5px 0;
}

.rating-badge .rating-val ~ p {
    padding-bottom: 5px;
}

.rating-badge .spacer {
    height: 10px;
}

.rating-badge.orange {
    background-color: #ee7601;
}

.rating-badge img {
    width: 50%;
    padding: 5px 0;
    display: block;
    margin: 0 auto;
}

.rating-container .rating-badge {
    margin-left: 30px;
}

.giro-account-comparison-header,
.financial-comparison-header {
    background-image: url("../images/finanzvergleich_header_girokonto.jpg");
}

.broker-comparison-header {
    background-image: url("../images/finanzvergleich_header_broker.jpg");
}

.credit-card-comparison-header {
    background-image: url("../images/finanzvergleich_header_kreditkarte.jpg");
}

.comparison-header {
    /*header in blue*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.comparison-header h1 {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 5px;
}

.comparison-header .page-container.small-width {
    height: 100%;
}

.comparison-header .page-container.small-width .comparison-header-content {
    width: 595px;
    margin: 0 auto;
    height: 100%;
    display: table;
}

.comparison-header .btn.small {
    width: 190px;
    margin: 0 calc(2.5px);
    margin-top: 10px;
}

.best-comparison-box {
    /*top ranked item details*/
}

.best-comparison-box .rating-desc {
    font-family: 'AmiriItalic', 'Times New Roman';
    font-style: normal;
    font-weight: normal;
    color: #4d627f;
    font-size: 16px;
    line-height: 20px;
    padding-top: 40px;
}

.best-comparison-box .highlight-text p {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
}

.best-comparison-box .highlight-text strong {
    font-size: 58px;
    line-height: 66px;
    color: #4a4949;
    display: block;
}

.best-comparison-box .first-place {
    position: absolute;
    top: 25px;
    right: -50px;
    transform: rotate(45deg);
    padding: 10px 50px;
}

.best-comparison-box .first-place p {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
}

.best-comparison-box .inner {
    position: relative;
    overflow: hidden;
}

.best-comparison-box .top-logo img,
.best-comparison-box .top-awards img,
.best-comparison-box .top-logo-linkbox img {
    max-width: 240px;
    margin: 20px 0;
}

.best-comparison-box.best-credit-card-box .highlight-text strong,
.best-comparison-box.best-giro-account-box .highlight-text strong {
    display: inline-block;
}

.best-comparison-box .promotions {
    margin: 10px 0;
}

.best-comparison-box .promotions p {
    margin-bottom: 5px;
}

.best-comparison-box .promotions p::before {
    content: "» ";
}

.best-comparison-box .btn-container div:first-child {
    margin-bottom: 15px;
}

.icon-box .icon-text-container {
    /*grey box with icons & text*/
}

.icon-box .icon-text-container .table {
    width: 100%;
}

.icon-box .icon-text-container .icon-img {
    width: 40px;
}

.top-ranking {
    /*ranking table*/
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.top-ranking thead tr:first-child td {
    height: 40px;
    vertical-align: middle;
}

.top-ranking .name-row p {
    /*ranking table credit card names*/
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4d627f;
}

.top-ranking .logo-row td {
    vertical-align: middle;
    padding: 10px;
}

.top-ranking .logo-row td em {
    color: #4a4949;
}

.top-ranking .rating-row td {
    vertical-align: middle;
    padding: 10px;
    padding-top: 0;
}

.top-ranking .info-row td {
    vertical-align: top;
    padding-left: 15px;
    padding-bottom: 5px;
}

.top-ranking .info-row td em {
    color: #4a4949;
}

.top-ranking .info-row:hover {
    background-color: #ffffff;
}

.top-ranking .info-row p {
    padding-bottom: calc(2.5px);
}

.top-ranking .more-info-row td {
    vertical-align: top;
}

.top-ranking .more-info-row .more-infos-dropdown {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4d627f;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
    line-height: 40px;
}

.top-ranking .more-info-row .more-infos-dropdown .dropdown-arrow {
    position: absolute;
    top: 18px;
    right: 20px;
}

.top-ranking .more-info-row .more-infos-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}

.top-ranking .button-row td {
    vertical-align: top;
}

.top-ranking .more-info-content .wrapped-content {
    max-height: 0px;
    overflow: hidden;
}

.top-ranking .more-info-content .wrapped-content p {
    padding-bottom: 10px;
}

.top-ranking img {
    max-width: 120px;
    max-height: 80px;
    margin: 0 auto;
}

.top-ranking-mobile {
    /*ranking table mobile*/
    display: none;
}

.top-ranking-mobile .more-infos-dropdown-mobile {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.top-ranking-mobile .more-infos-dropdown-mobile p {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4d627f;
}

.top-ranking-mobile .name-row p {
    /*ranking table credit card names*/
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4d627f;
}

/*-----COMPARISON OVERVIEW PAGE-----*/
/*----------------------------------*/
.comparison-page-links * {
    text-decoration: none;
}

.comparison-page-links .item-inner {
    height: 100%;
    width: 100%;
}

.comparison-page-links .item-inner .item-content {
    outline: 2px solid #e6e6e6;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.comparison-page-links .item-inner .item-content:hover {
    background-color: #e6e6e6;
}

.comparison-page-links a {
    position: relative;
    display: block;
}

.comparison-page-links em {
    color: #4a4949;
}

.comparison-page-links img {
    height: 70px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

/*----------------------------------*/
#footer .page-container {
    padding: 15px;
}

#footer ul {
    list-style: none;
}

#footer ul li a {
    line-height: 25px;
    text-decoration: none;
}

#footer .footer-header {
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

#footer .footer-logo img {
    max-height: 27px;
    margin: 0 5px;
}

#footer .footer-finsago {
    margin-top: 20px;
}

#footer .footer-finsago-logo img {
    vertical-align: middle;
}

/*#footer .teletrader-logo img {
  max-height: 27px;
}
#footer .footer-ls-logo img {
  max-height: 36px;
}*/
#footer .footer-block {
    margin-bottom: 10px;
}

#footer .footer-block:nth-last-child(2) {
    margin-bottom: 0;
}

/*-----GRID-----*/
/*--------------*/
.grid-element {
    padding: 15px;
    position: relative;
}

.grid-btn a {
    height: 100%;
    width: 100%;
    display: block;
    padding: 0 15px;
}

/*--------------*/
/*-----ACCORDION GRID ELEMENT-----*/
/*--------------------------------*/
.grid-element.accordion-element .accordion-header {
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.grid-element.accordion-element .accordion-header:hover {
    background-color: #b3b3b3;
}

.grid-element.accordion-element .accordion-header .open-close {
    position: absolute;
    top: 6px;
    right: 25px;
}

.grid-element.accordion-element .accordion-header .open-close::before {
    content: "+";
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 35px;
}

.grid-element.accordion-element.active .accordion-header .open-close::before {
    content: "-";
}

.grid-element.accordion-element .accordion-content {
    display: none;
}

.grid-element.accordion-element.active .accordion-content {
    display: block;
}

.grid-element.accordion-element ~ .grid-element.accordion-element {
    padding-top: 0;
}

/*--------------------------------*/
/*-----ICON BOX GRID ELEMENT-----*/
/*-------------------------------*/
.grid-element.icon-box .icon-desc {
    padding-left: 10px;
}

.heading-box ~ .grid-element.icon-box {
    padding-top: 0;
}

/*-------------------------------*/
/*-----TEXT BOX GRID ELEMENT-----*/
/*------------------------------*/
.heading-box ~ .grid-element.text-box {
    padding-top: 0;
}

.grid-element.text-box ul,
.grid-element.text-box ol {
    margin-left: 25px;
}

/*------------------------------*/
#top-bar .page-container {
    padding: 0 15px;
}

.superbanner-container {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

.superbanner-container iframe {
    width: 728px;
    height: 90px;
    overflow: hidden;
    border: none;
}

.social-container {
    height: 61px;
}

.social-container ul {
    list-style: none;
    float: right;
}

.social-container ul li {
    text-transform: uppercase;
    float: left;
    line-height: 61px;
    padding-left: 25px;
}

.social-container ul li a {
    text-decoration: none;
}

.logo-container {
    width: 32%;
    float: left;
    height: 75px;
}

.search-container {
    width: 53.7693%;
    float: right;
    height: 75px;
}

.search-container .search-bar {
    position: relative;
}

.search-container .search-bar form {
    margin-top: 0;
}

.search-container .search-bar .field {
    margin: 0;
}

.search-container .search-bar input {
    width: 100%;
    height: 40px;
    border: 2px solid #949494;
    margin: 0;
}

.search-container .search-bar input:focus {
    outline: none;
}

.search-container .search-bar button {
    background-color: #ee7601;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 40px;
    height: 36px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

#nav-section {
    background-color: #4d627f;
    color: #fff;
}

.navbar-nav {
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
}

.navbar-nav ul {
    list-style: none;
}

.navbar-nav ul li {
    float: left;
}

.navbar-nav ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0 25px;
}

.navbar-nav ul li:first-child a.main-menu-link {
    padding-left: 10px;
}

.navbar-nav ul li:last-child a.main-menu-link {
    padding-right: 0;
}

.navbar-nav .comingsoon {
    position: absolute;
    font-size: 10px;
    background: #4a4949;
    color: #fff;
}

.navbar-nav .page-container {
    padding: 0;
}

.main-menu-link {
    line-height: 40px;
    display: block;
}

.main-menu-link:hover + .subnav {
    display: block;
}

.subnav {
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
    height: auto;
    min-height: 305px;
    background-color: #fff;
    z-index: 1000;
    border-bottom: 2px solid #e6e6e6;
    padding: 15px 0;
}

.subnav:hover {
    display: block;
}

.subnav ul li {
    float: none;
}

.subnav ul li:first-child {
    border-bottom: 1px solid #ee7601;
}

.subnav ul li a {
    padding: 0;
}

.subnav .sub-menu-block {
    width: 270px;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}

.subnav .sub-menu-block:first-child {
    margin-left: 0;
}

.subnav .sub-menu-block:nth-last-child(2) {
    margin-right: 0;
}

.subnav .sub-menu-block:nth-child(5) {
    margin-top: 15px;
}

.subnav .sub-menu-block a.sub-menu-main {
    color: #ee7601;
}

.subnav .sub-menu-block a.sub-menu-sub {
    color: #4a4949;
    line-height: 26px;
    display: inline-block;
}

.subnav .sub-menu-block a.sub-menu-sub:hover {
    background-color: #ee7601;
    color: #fff;
    padding: 0 15px;
}

.upper-content {
    position: relative;
}

.upper-content .page-container {
    padding: 15px;
}

.upper-content .page-container:after {
    content: '';
    display: block;
    clear: both;
}

.upper-content.auto-height {
    height: auto;
}

.header-indizes {
    padding-right: 15px;
}

.header-indizes table {
    width: 100%;
}

.header-indizes table td.time {
    font-size: 12px;
    vertical-align: middle;
    color: rgba(230, 230, 230, 0.75);
}

.header-chart-image p {
    padding-top: 10px;
}

.header-chart-image span {
    padding-right: 15px;
}

.header-chart-image span > span {
    padding-left: 15px;
}

.register {
    color: #4d627f;
}

.login {
    color: #ee7601;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: inherit;
    font-weight: normal;
    word-break: break-word;
    word-wrap: break-word;
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

td {
    word-break: normal;
    word-wrap: normal;
    padding: 3px 5px;
}

td:first-child {
    padding-left: 0;
}

td:last-child {
    padding-right: 0;
}

img {
    border: none;
    max-width: 100%;
}

.gray {
    background-color: #e6e6e6;
    color: #4a4949;
}

.gray * {
    color: inherit;
}

.blue {
    background-color: #4d627f;
    color: #fff;
}

.blue * {
    color: inherit;
}

.orange {
    background-color: #ee7601;
    color: #fff;
}

.orange * {
    color: inherit;
}

.black {
    background-color: #4a4949;
    color: #fff;
}

.black * {
    color: inherit;
}

.white {
    background-color: #fff;
    color: #ee7601;
}

.white * {
    color: inherit;
}

.padded {
    padding: 0 15px;
}

.padded-full {
    padding: 15px;
}

.padded-full-small {
    padding: 10px 15px;
}

.padded-full-m-xl {
    padding: 15px 25px;
}

.padded-right:not(input),
div.padded-right {
    padding-right: 5px;
}

.padded-left:not(input),
div.padded-left {
    padding-left: 5px;
}

.padded-right-m:not(input),
div.padded-right-m {
    padding-right: 15px;
}

.padded-left-m:not(input),
div.padded-left-m {
    padding-left: 15px;
}

.padded-bottom-s {
    padding-bottom: 10px;
}

.padded-top-xl {
    padding-top: 25px;
}

.margin-top-l {
    margin-top: 20px;
}

.margin-top-huge {
    margin-top: 40px;
}

/*fonts*/
@font-face {
    font-family: 'SourceSans';
    src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Regular.otf') format('opentype'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Amiri';
    src: url('../fonts/Amiri-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Amiri-Regular.otf') format('opentype'), url('../fonts/Amiri-Regular.woff') format('woff'), url('../fonts/Amiri-Regular.ttf') format('truetype'), url('../fonts/Amiri-Regular.svg#Amiri-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmiriItalic';
    src: url('../fonts/Amiri-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/Amiri-Italic.otf') format('opentype'), url('../fonts/Amiri-Italic.woff') format('woff'), url('../fonts/Amiri-Italic.ttf') format('truetype'), url('../fonts/Amiri-Italic.svg#Amiri-Italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmiriBoldItalic';
    src: url('../fonts/Amiri-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Amiri-BoldItalic.otf') format('opentype'), url('../fonts/Amiri-BoldItalic.woff') format('woff'), url('../fonts/Amiri-BoldItalic.ttf') format('truetype'), url('../fonts/Amiri-BoldItalic.svg#Amiri-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansBold';
    src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Bold.otf') format('opentype'), url('../fonts/SourceSansPro-Bold.woff') format('woff'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

.Amiri {
    font-family: 'Amiri', 'Times New Roman';
    font-style: normal;
    font-weight: normal;
}

.AmiriItalic {
    font-family: 'AmiriItalic', 'Times New Roman';
    font-style: normal;
    font-weight: normal;
}

.AmiriBoldItalic {
    font-family: 'AmiriBoldItalic', 'Times New Roman';
    font-style: normal;
    font-weight: normal;
}

.SourceSans {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.SourceSansBold {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
}

/*font-size*/
.p {
    font-size: 16px;
    line-height: 20px;
}

h1,
.h1 {
    font-size: 44px;
    line-height: 47px;
}

h2,
.h2 {
    font-size: 36px;
    line-height: 43px;
}

h2 .small {
    font-size: 23px;
}

h3,
.h3 {
    font-size: 32px;
    line-height: 35px;
}

/*h4,
.h4 {
  font-size: 26px;
  line-height: 29px;
}*/
h4,
.h4 {
    font-size: 25px;
    line-height: 28px;
}

h5,
h5 *,
.h5 {
    font-size: 20px;
    line-height: 23px;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 20px;
}

.small {
    font-size: 13px;
    line-height: 16px;
}

h1,
h2,
h3,
h4,
h5,
h5 *,
h6 {
    font-family: 'Amiri', 'Times New Roman';
    font-style: normal;
    font-weight: normal;
    color: #4d627f;
}

.noserif {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.noserif-bold {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.full-padding {
    padding: 15px;
}

.full-small-padding {
    padding: 10px 15px;
}

.full-xs-s-padding {
    padding: 5px 10px;
}

.full-xs-m-padding {
    padding: 5px 15px;
}

.full-s-m-padding {
    padding: 10px 15px;
}

.full-m-xl-padding {
    padding: 15px 25px;
}

.full-s-xs-padding {
    padding: 10px 5px;
}

.full-s-l-padding {
    padding: 10px 20px;
}

.tb-xs-padding {
    padding: 5px 0;
}

.l-xs-padding {
    padding-left: 5px;
}

.r-xs-padding {
    padding-right: 5px;
}

.lr-s-padding {
    padding: 0 10px;
}

.tb-s-padding {
    padding: 10px 0;
}

.t-s-padding {
    padding-top: 10px;
}

.l-s-padding {
    padding-left: 10px;
}

.lr-m-padding {
    padding: 0 15px;
}

.tb-m-padding {
    padding: 15px 0;
}

.r-m-padding {
    padding-right: 15px;
}

.l-m-padding {
    padding-left: 15px;
}

.t-m-padding {
    padding-top: 15px;
}

.tb-l-padding {
    padding: 20px 0;
}

.lr-l-padding {
    padding: 0 20px;
}

.t-l-padding {
    padding-top: 20px;
}

.lr-xl-padding {
    padding: 0 25px;
}

.btn-bottom-padding {
    padding-bottom: 40px;
}

.t-xs-margin {
    margin-top: 5px;
}

.r-xs-margin {
    margin-right: 5px;
}

.b-xs-margin {
    margin-bottom: 5px;
}

.tb-xs-margin {
    margin: 5px 0;
}

.tb-s-margin {
    margin: 10px 0;
}

.b-s-margin {
    margin-bottom: 15px;
}

.r-m-margin {
    margin-right: 15px;
}

.t-m-margin {
    margin-top: 15px;
}

.b-m-margin {
    margin-bottom: 15px;
}

.tb-m-margin {
    margin: 15px 0;
}

.lr-m-margin {
    margin: 0 15px;
}

.l-l-margin {
    margin-left: 20px;
}

.t-l-margin {
    margin-top: 20px;
}

.lr-xl-margin {
    margin: 0 25px;
}

.tb-xl-margin {
    margin: 25px 0;
}

.t-xl-margin {
    margin-top: 25px;
}

.marginTop {
    margin-top: 40px;
}

/*colors*/
@media (max-width: 799px) {
    .p {
        font-size: 16px;
        line-height: 19px;
    }

    h1,
    .h1 {
        font-size: 35px;
        line-height: 38px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 33px;
    }

    h2 .small {
        font-size: 23px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 22px;
    }

    h4,
    .h4,
    h5,
    h5 *,
    .h5 {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 430px) {
    p,
    .p {
        font-size: 13px;
        line-height: 16px;
        /*font-size: 4vw;
    line-height: 5vw;*/
    }

    h1,
    .h1 {
        font-size: 35px;
        line-height: 38px;
    }

    h2,
    .h2 {
        font-size: 30px;
        line-height: 33px;
        /*font-size: 9.5vw;
    line-height: 10vw;*/
    }

    h2 .small {
        font-size: 23px;
    }

    h3,
    .h3 {
        font-size: 20px;
        line-height: 22px;
        /*font-size: 5.5vw;
    line-height: 6vw;*/
    }

    h4,
    .h4,
    h5,
    h5 *,
    .h5 {
        font-size: 18px;
        line-height: 20px;
        /*font-size: 4.5vw;
    line-height: 7vw;*/
    }
}

/*-----ADBLOCK-----*/
/*-----------------*/
.quote-container .quote {
    font-family: 'AmiriBoldItalic', 'Times New Roman';
    font-style: normal;
    font-weight: normal;
    font-size: 53px;
    line-height: 53px;
}

.quote-container p.quote-author {
    font-family: 'AmiriItalic', 'Times New Roman';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
}

.grid-element.custom-bexad {
    padding: 15px 15px 0;
}

.grid-element.custom-bexad .single {
    border: 2px solid #e6e6e6;
    height: 214px;
    margin-top: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.bex-content-ad {
    position: relative;
}

.bex-content-ad a {
    text-decoration: none;
}

.bex-content-ad iframe {
    max-width: 100%;
    min-width: 100%;
    /*width: 0;*/
    width: 536px;
    height: 210px;
    overflow: hidden;
}

.bex-content-ad video {
    max-width: 100%;
    display: block;
}

.bex-content-ad .article-image {
    margin-right: 0;
    float: left;
}

.bex-content-ad .article-image img {
    display: block;
}

.bex-content-ad .bex-ad-hint {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.bex-content-ad .bex-ad-hint * {
    font-size: 12px;
    line-height: 16px;
}

.bex-content-ad .ss-htmleditorfield-file.embed {
    max-width: 100%;
}

.bex-content-ad .ss-htmleditorfield-file.embed video {
    width: 90%;
    display: block;
}

.bex-content-ad .ss-htmleditorfield-file.embed.center {
    margin: 0 auto;
}

.bex-content-ad .ss-htmleditorfield-file.embed.center video {
    margin: 0 auto;
}

#video-vi-ad {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.pixel-img {
    opacity: 0;
}

.sky .impression-tracker {
    display: block;
}

/*--------------------*/
/*-----Skyscraper-----*/
.sky {
    position: absolute;
    transition: top 0.3s ease;
    /*banner-width + 10px*/
    /*content-width + 10px*/
}

.sky.sky-left {
    margin-left: -170px;
}

.sky.sky-right {
    margin-left: 1120px;
}

.sky.fixed {
    position: fixed;
    top: 10px;
}

.sky.fixed.scroll {
    top: 118px;
}

/*--------------------*/
/*******************************************************/
/********************** ABD POPUP **********************/
/*******************************************************/
.fullscreen-popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999999;
    display: none;
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}

.fullscreen-popup.active {
    display: block;
    opacity: 1;
}

.fullscreen-popup.active .popup-container {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.fullscreen-popup .popup-container {
    width: 800px;
    max-width: 95%;
    margin: 0 auto;
    margin-top: 200px;
    padding: 35px 27px;
    position: relative;
    background-image: url('../images/abhint.png');
    background-repeat: no-repeat;
    background-position: right 0px bottom 13px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: -webkit-transform 0.23s ease-out;
    transition: -webkit-transform 0.23s ease-out;
    -o-transition: transform 0.23s ease-out;
    transition: transform 0.23s ease-out;
    transition: transform 0.23s ease-out, -webkit-transform 0.23s ease-out;
}

.fullscreen-popup .popup-container .close-button {
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}

.quote-container {
    width: 507px;
    background-image: url('../images/quote.png');
    background-repeat: no-repeat;
    background-position: right 59px bottom 18px;
}

.quote-container .quote {
    font-family: 'AmiriBoldItalic', 'Times New Roman';
    font-size: 53px;
    line-height: 53px;
}

.quote-container p.quote-author {
    font-family: 'AmiriItalic', 'Times New Roman';
    font-size: 18px;
    line-height: 18px;
}

.popup-container p {
    font-size: 20px;
    line-height: 22px;
    width: 470px;
}

.single-article-view.has-ads {
    padding-top: 20px;
}

.bex-content-ad .single.no-padding .article-preview {
    padding: 0;
}

.bex-content-ad .single.no-padding .article-preview iframe {
    display: block;
}

/*-----ANALYSIS-----*/
/*------------------*/
.vote-row {
    padding-bottom: 5px;
}

.positive,
.positive * {
    color: #69bc1f;
}

.positive-bar {
    background-color: #69bc1f;
}

.negative,
.negative * {
    color: #f86e53;
}

.negative-bar {
    background-color: #f86e53;
}

.neutral,
.neutral * {
    color: #4a4949;
}

.neutral-bar {
    background-color: #4a4949;
}

.positive-bar,
.neutral-bar,
.negative-bar {
    height: 22px;
}

.single-analysis-view .date {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.single-analysis-view .analysis-data {
    margin-bottom: 15px;
}

.single-analysis-view .analysis-data,
.single-analysis-view .analysis-data p {
    font-size: 20px;
}

.single-analysis-view .analysis-text {
    margin-bottom: 15px;
}

.analysis h5 em {
    color: #4a4949;
}

.analysis .btn.small {
    width: 190px;
}

/*---Grid element---*/
.single-analysis {
    padding: 15px 0;
}

.single-analysis:nth-child(2) {
    padding-top: 0;
}

.single-analysis .analysis-text {
    margin-bottom: 15px;
}

/*-----CALENDAR-----*/
/*------------------*/
table.calendar-table thead * {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}

table.calendar-table tr td.has-events * {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #ee7601;
    text-decoration: underline;
}

table.calendar-table tr td.has-events p.today,
table.calendar-table tr td.has-events p.today * {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

table.calendar-table tr td p.today {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    outline: 1px solid #ffffff;
}

table.calendar-table tr td p.today * {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

.calendar .inner {
    position: relative;
}

.calendar .current-date {
    position: absolute;
    text-align: center;
    width: 80px;
    height: 80px;
    padding: 20px 0;
    right: 25px;
}

.calendar .current-date .day {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
}

.calendar .current-date .month-year {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.calendar .gray h2 {
    color: #4d627f;
}

.calendar .event-container .event-list {
    min-height: 100px;
}

.calendar .event-container .event-list .event-row:last-child hr {
    display: none;
}

.calendar .single-event h5 {
    color: #4d627f;
}

.calendar .pagination.bot {
    margin-top: 15px;
}

.event-calendar {
    position: relative;
}

.event-calendar .left-arrow,
.event-calendar .right-arrow {
    position: absolute;
    top: 10px;
}

.event-calendar .left-arrow {
    left: 15px;
}

.event-calendar .right-arrow {
    right: 15px;
}

.event-calendar .month-select p {
    text-transform: uppercase;
    padding-bottom: 10px;
}

.event-list a {
    text-decoration: none;
}

/*-----COMPARISON-----*/
/*--------------------*/
.rating-badge {
    max-width: 110px;
    background-color: #f0f0f0;
    margin: 0 auto;
}

.rating-badge .rating-val {
    font-size: 22px;
    line-height: 24px;
    padding: 5px 0;
}

.rating-badge .rating-val ~ p {
    padding-bottom: 5px;
}

.rating-badge .spacer {
    height: 10px;
}

.rating-badge.orange {
    background-color: #ee7601;
}

.rating-badge img {
    width: 50%;
    padding: 5px 0;
    display: block;
    margin: 0 auto;
}

.rating-container .rating-badge {
    margin-left: 30px;
}

.giro-account-comparison-header,
.financial-comparison-header {
    background-image: url("../images/finanzvergleich_header_girokonto.jpg");
}

.broker-comparison-header {
    background-image: url("../images/finanzvergleich_header_broker.jpg");
}

.credit-card-comparison-header {
    background-image: url("../images/finanzvergleich_header_kreditkarte.jpg");
}

.comparison-header {
    /*header in blue*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.comparison-header h1 {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 5px;
}

.comparison-header .page-container.small-width {
    height: 100%;
}

.comparison-header .page-container.small-width .comparison-header-content {
    width: 595px;
    margin: 0 auto;
    height: 100%;
    display: table;
}

.comparison-header .btn.small {
    width: 190px;
    margin: 0 calc(2.5px);
    margin-top: 10px;
}

.best-comparison-box {
    /*top ranked item details*/
}

.best-comparison-box .rating-desc {
    font-family: 'AmiriItalic', 'Times New Roman';
    font-style: normal;
    font-weight: normal;
    color: #4d627f;
    font-size: 16px;
    line-height: 20px;
    padding-top: 40px;
}

.best-comparison-box .highlight-text p {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 26px;
}

.best-comparison-box .highlight-text strong {
    font-size: 58px;
    line-height: 66px;
    color: #4a4949;
    display: block;
}

.best-comparison-box .first-place {
    position: absolute;
    top: 25px;
    right: -50px;
    transform: rotate(45deg);
    padding: 10px 50px;
}

.best-comparison-box .first-place p {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 28px;
}

.best-comparison-box .inner {
    position: relative;
    overflow: hidden;
}

.best-comparison-box .top-logo img,
.best-comparison-box .top-awards img,
.best-comparison-box .top-logo-linkbox img {
    max-width: 240px;
    margin: 20px 0;
}

.best-comparison-box.best-credit-card-box .highlight-text strong,
.best-comparison-box.best-giro-account-box .highlight-text strong {
    display: inline-block;
}

.best-comparison-box .promotions {
    margin: 10px 0;
}

.best-comparison-box .promotions p {
    margin-bottom: 5px;
}

.best-comparison-box .promotions p::before {
    content: "» ";
}

.best-comparison-box .btn-container div:first-child {
    margin-bottom: 15px;
}

.icon-box .icon-text-container {
    /*grey box with icons & text*/
}

.icon-box .icon-text-container .table {
    width: 100%;
}

.icon-box .icon-text-container .icon-img {
    width: 40px;
}

.top-ranking {
    /*ranking table*/
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.top-ranking thead tr:first-child td {
    height: 40px;
    vertical-align: middle;
}

.top-ranking .name-row p {
    /*ranking table credit card names*/
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4d627f;
}

.top-ranking .logo-row td {
    vertical-align: middle;
    padding: 10px;
}

.top-ranking .logo-row td em {
    color: #4a4949;
}

.top-ranking .rating-row td {
    vertical-align: middle;
    padding: 10px;
    padding-top: 0;
}

.top-ranking .info-row td {
    vertical-align: top;
    padding-left: 15px;
    padding-bottom: 5px;
}

.top-ranking .info-row td em {
    color: #4a4949;
}

.top-ranking .info-row:hover {
    background-color: #ffffff;
}

.top-ranking .info-row p {
    padding-bottom: calc(2.5px);
}

.top-ranking .more-info-row td {
    vertical-align: top;
}

.top-ranking .more-info-row .more-infos-dropdown {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4d627f;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
    line-height: 40px;
}

.top-ranking .more-info-row .more-infos-dropdown .dropdown-arrow {
    position: absolute;
    top: 18px;
    right: 20px;
}

.top-ranking .more-info-row .more-infos-dropdown.active .dropdown-arrow {
    transform: rotate(180deg);
}

.top-ranking .button-row td {
    vertical-align: top;
}

.top-ranking .more-info-content .wrapped-content {
    max-height: 0px;
    overflow: hidden;
}

.top-ranking .more-info-content .wrapped-content p {
    padding-bottom: 10px;
}

.top-ranking img {
    max-width: 120px;
    max-height: 80px;
    margin: 0 auto;
}

.top-ranking-mobile {
    /*ranking table mobile*/
    display: none;
}

.top-ranking-mobile .more-infos-dropdown-mobile {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
}

.top-ranking-mobile .more-infos-dropdown-mobile p {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4d627f;
}

.top-ranking-mobile .name-row p {
    /*ranking table credit card names*/
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4d627f;
}

/*-----COMPARISON OVERVIEW PAGE-----*/
/*----------------------------------*/
.comparison-page-links * {
    text-decoration: none;
}

.comparison-page-links .item-inner {
    height: 100%;
    width: 100%;
}

.comparison-page-links .item-inner .item-content {
    outline: 2px solid #e6e6e6;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.comparison-page-links .item-inner .item-content:hover {
    background-color: #e6e6e6;
}

.comparison-page-links a {
    position: relative;
    display: block;
}

.comparison-page-links em {
    color: #4a4949;
}

.comparison-page-links img {
    height: 70px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

/*----------------------------------*/
#footer .page-container {
    padding: 15px;
}

#footer ul {
    list-style: none;
}

#footer ul li a {
    line-height: 25px;
    text-decoration: none;
}

#footer .footer-header {
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

#footer .footer-logo img {
    max-height: 27px;
    margin: 0 5px;
}

#footer .footer-finsago {
    margin-top: 20px;
}

#footer .footer-finsago-logo img {
    vertical-align: middle;
}

/*#footer .teletrader-logo img {
  max-height: 27px;
}
#footer .footer-ls-logo img {
  max-height: 36px;
}*/
#footer .footer-block {
    margin-bottom: 10px;
}

#footer .footer-block:nth-last-child(2) {
    margin-bottom: 0;
}

/*-----GRID-----*/
/*--------------*/
.grid-element {
    padding: 15px;
    position: relative;
}

.grid-btn a {
    height: 100%;
    width: 100%;
    display: block;
    padding: 0 15px;
}

/*--------------*/
/*-----ACCORDION GRID ELEMENT-----*/
/*--------------------------------*/
.grid-element.accordion-element .accordion-header {
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.grid-element.accordion-element .accordion-header:hover {
    background-color: #b3b3b3;
}

.grid-element.accordion-element .accordion-header .open-close {
    position: absolute;
    top: 6px;
    right: 25px;
}

.grid-element.accordion-element .accordion-header .open-close::before {
    content: "+";
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 35px;
}

.grid-element.accordion-element.active .accordion-header .open-close::before {
    content: "-";
}

.grid-element.accordion-element .accordion-content {
    display: none;
}

.grid-element.accordion-element.active .accordion-content {
    display: block;
}

.grid-element.accordion-element ~ .grid-element.accordion-element {
    padding-top: 0;
}

/*--------------------------------*/
/*-----ICON BOX GRID ELEMENT-----*/
/*-------------------------------*/
.grid-element.icon-box .icon-desc {
    padding-left: 10px;
}

.heading-box ~ .grid-element.icon-box {
    padding-top: 0;
}

/*-------------------------------*/
/*-----TEXT BOX GRID ELEMENT-----*/
/*------------------------------*/
.heading-box ~ .grid-element.text-box {
    padding-top: 0;
}

.grid-element.text-box ul,
.grid-element.text-box ol {
    margin-left: 25px;
}

/*------------------------------*/
#top-bar .page-container {
    padding: 0 15px;
}

.superbanner-container {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

.superbanner-container iframe {
    width: 728px;
    height: 90px;
    overflow: hidden;
    border: none;
}

.social-container {
    height: 61px;
}

.social-container ul {
    list-style: none;
    float: right;
}

.social-container ul li {
    text-transform: uppercase;
    float: left;
    line-height: 61px;
    padding-left: 25px;
}

.social-container ul li a {
    text-decoration: none;
}

.logo-container {
    width: 32%;
    float: left;
    height: 75px;
}

.search-container {
    width: 53.7693%;
    float: right;
    height: 75px;
}

.search-container .search-bar {
    position: relative;
}

.search-container .search-bar form {
    margin-top: 0;
}

.search-container .search-bar .field {
    margin: 0;
}

.search-container .search-bar input {
    width: 100%;
    height: 40px;
    border: 2px solid #949494;
    margin: 0;
}

.search-container .search-bar input:focus {
    outline: none;
}

.search-container .search-bar button {
    background-color: #ee7601;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 40px;
    height: 36px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
}

#nav-section {
    background-color: #4d627f;
    color: #fff;
}

.navbar-nav {
    border-bottom: 3px solid #fff;
    text-transform: uppercase;
}

.navbar-nav ul {
    list-style: none;
}

.navbar-nav ul li {
    float: left;
}

.navbar-nav ul li a {
    text-decoration: none;
    color: #fff;
    padding: 0 25px;
}

.navbar-nav ul li:first-child a.main-menu-link {
    padding-left: 10px;
}

.navbar-nav ul li:last-child a.main-menu-link {
    padding-right: 0;
}

.navbar-nav .comingsoon {
    position: absolute;
    font-size: 10px;
    background: #4a4949;
    color: #fff;
}

.navbar-nav .page-container {
    padding: 0;
}

.main-menu-link {
    line-height: 40px;
    display: block;
}

.main-menu-link:hover + .subnav {
    display: block;
}

.subnav {
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
    height: auto;
    min-height: 305px;
    background-color: #fff;
    z-index: 1000;
    border-bottom: 2px solid #e6e6e6;
    padding: 15px 0;
}

.subnav:hover {
    display: block;
}

.subnav ul li {
    float: none;
}

.subnav ul li:first-child {
    border-bottom: 1px solid #ee7601;
}

.subnav ul li a {
    padding: 0;
}

.subnav .sub-menu-block {
    width: 270px;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
}

.subnav .sub-menu-block:first-child {
    margin-left: 0;
}

.subnav .sub-menu-block:nth-last-child(2) {
    margin-right: 0;
}

.subnav .sub-menu-block:nth-child(5) {
    margin-top: 15px;
}

.subnav .sub-menu-block a.sub-menu-main {
    color: #ee7601;
}

.subnav .sub-menu-block a.sub-menu-sub {
    color: #4a4949;
    line-height: 26px;
    display: inline-block;
}

.subnav .sub-menu-block a.sub-menu-sub:hover {
    background-color: #ee7601;
    color: #fff;
    padding: 0 15px;
}

.upper-content {
    position: relative;
}

.upper-content .page-container {
    padding: 15px;
}

.upper-content .page-container:after {
    content: '';
    display: block;
    clear: both;
}

.upper-content.auto-height {
    height: auto;
}

.header-indizes {
    padding-right: 15px;
}

.header-indizes table {
    width: 100%;
}

.header-indizes table td.time {
    font-size: 12px;
    vertical-align: middle;
    color: rgba(230, 230, 230, 0.75);
}

.header-chart-image p {
    padding-top: 10px;
}

.header-chart-image span {
    padding-right: 15px;
}

.header-chart-image span > span {
    padding-left: 15px;
}

.register {
    color: #4d627f;
}

.login {
    color: #ee7601;
}

.header-share a {
    text-decoration: none;
}

header {
    position: relative;
}

header.sticky {
    position: fixed;
}

header.sticky .superbanner-container {
    float: none;
}

.login-page form label {
    display: inline-block;
    float: none;
}

.login-page form input[type=checkbox] {
    width: auto !important;
    display: inline-block;
}

.login-page form input {
    border: 1px solid grey;
    border-color: initial;
}

#social-share-container {
    position: fixed;
    left: 0;
    bottom: 1%;
    z-index: 999999;
}

/*-----SOCIAL SHARE ICONS SITEBAR-----*/
/*------------------------------------*/
.social-share-single {
    background-color: #e6e6e6;
    width: 125px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: background-color 150ms linear, margin 150ms ease-out;
    -ms-transition: background-color 150ms linear, margin 150ms ease-out;
    transition: background-color 150ms linear, margin 150ms ease-out;
    position: relative;
    margin-left: -85px;
}

.social-share-single a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.social-share-single a .share-text {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 5px;
}

.social-share-single a .share-text p {
    font-size: 16px;
    line-height: 20px;
}

.social-share-single a .icon-container {
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
}

.social-share-single a .icon-container .icon {
    background-image: url("/public/images/socialshare/social.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.social-share-single#social-share-facebook .icon-container .icon {
    height: 23px;
    background-position: 0 0;
}

.social-share-single#social-share-facebook:hover {
    background-color: #4267b2;
}

.social-share-single#social-share-facebook:hover .icon {
    background-position: 0 -23px;
}

.social-share-single#social-share-twitter .icon-container .icon {
    height: 18px;
    background-position: 0 -154px;
}

.social-share-single#social-share-twitter:hover {
    background-color: #00a9f1;
}

.social-share-single#social-share-twitter:hover .icon {
    background-position: 0 -172px;
}

.social-share-single#social-share-google-plus .icon-container .icon {
    height: 18px;
    background-position: 0 -46px;
}

.social-share-single#social-share-google-plus:hover {
    background-color: #DC4E41;
}

.social-share-single#social-share-google-plus:hover .icon {
    background-position: 0 -64px;
}

.social-share-single#social-share-linked-in .icon-container .icon {
    height: 20px;
    background-position: 0 -82px;
}

.social-share-single#social-share-linked-in:hover {
    background-color: #0073b1;
}

.social-share-single#social-share-linked-in:hover .icon {
    background-position: 0 -102px;
}

.social-share-single#social-share-xing .icon-container .icon {
    height: 22px;
    background-position: 0 -240px;
}

.social-share-single#social-share-xing:hover {
    background-color: #b0d400;
}

.social-share-single#social-share-xing:hover .icon {
    background-position: 0 -262px;
}

.social-share-single#social-share-mail .icon-container .icon {
    height: 16px;
    background-position: 0 -122px;
}

.social-share-single#social-share-mail:hover {
    background-color: #4a4949;
}

.social-share-single#social-share-mail:hover .icon {
    background-position: 0 -138px;
}

.social-share-single:hover {
    margin-left: 0;
}

.social-share-single:hover .share-text p {
    color: #ffffff;
}

/*------------------------------------*/
/*-----FEEDBACK-----*/
/*------------------*/
#feedback-container {
    margin-top: -40px;
    -moz-transition: margin 0.7s;
    -ms-transition: margin 0.7s;
    -o-transition: margin 0.7s;
    -webkit-transition: margin 0.7s;
    transition: margin 0.7s;
    width: 470px;
    margin-left: -430px;
}

#feedback-container.open {
    margin-left: 0;
}

#feedback-container #feedback-btn {
    background-color: #ee7601;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    display: inline-block;
    float: right;
    padding: 10px 20px;
}

#feedback-container #feedback-btn a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
}

#feedback-container #feedback-form {
    width: 430px;
    background-color: #fff;
    border-top: 2px solid #ee7601;
    border-bottom: 2px solid #ee7601;
    border-right: 2px solid #ee7601;
    float: left;
}

#feedback-container #feedback-form input,
#feedback-container #feedback-form textarea {
    width: 100%;
    border: 1px solid #949494;
}

#feedback-container #feedback-form form .cbx-field input ~ label:before,
#feedback-container #feedback-form form .cbx-field input ~ .description:before {
    border: 1px solid #949494;
}

/*------------------*/
/*-----SCROLL TOP-----*/
/*--------------------*/
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 90px;
    background-color: #ee7601;
    border: 2px solid #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 999999;
}

.scroll-top * {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}

.scroll-top i {
    margin-top: -4px;
}

.scroll-top:hover {
    background-color: #884401;
}

/*--------------------*/
/*-----DATENSCHUTZ SEITE-----*/
/*---------------------------*/
#analyticsNoticeDiv,
#facebookNoticeDiv {
    color: #ee7601;
}

/*---------------------------*/
/*-----TOOLS - RECHNER-----*/
/*-------------------------*/
.currency-calculator-form .dropdown.default .dropdown-options {
    max-height: 252px;
}

/*-------------------------*/
.ui-widget-header .ui-icon {
    background-image: url('../images/ui-icons_444444_256x240.png') !important;
}

.homepage-type .top-flop .gray,
.homepage-type .news-articles .article-container {
    min-height: 470px;
    position: relative;
    padding-bottom: 40px;
}

.stockexchangepage-type .currencies .grey-border,
.stockexchangepage-type .resources .grey-border {
    min-height: 165px;
}

.stockexchange-sharepage-type .indices-container .gray,
.stockexchange-sharepage-type .historic-container .gray {
    min-height: 216px;
}

.simple-chart-resource a,
.simple-chart-market a,
.simple-chart-currency a {
    text-decoration: none;
}

span.date {
    font-size: 13px;
    line-height: 16px;
}

/*-----GRID ELEMENTS-----*/
/*-----------------------*/
/*GridMarketNews, GridNewsArticles*/
.news-articles .single {
    position: relative;
    padding: 10px 0;
}

.news-articles .single:first-child {
    margin-top: 0;
    padding: 0;
}

.news-articles .single:nth-child(2) {
    padding-top: 0;
}

.news-articles .single .meta {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap;
}

.news-articles .single .meta p {
    font-size: 13px;
    line-height: 16px;
}

.news-articles .article-image {
    float: left;
    max-width: 25%;
    margin-right: 15px;
}

.news-articles .article-image img {
    display: block;
}

.news-articles .title a {
    text-decoration: none;
}

.news-articles.size-12 .article-image {
    max-width: 100%;
}

.news-articles.single-box .article-container {
    outline: 2px solid #e6e6e6;
}

.news-articles.multiple-boxes {
    padding-bottom: 0;
}

.news-articles.multiple-boxes .padded-box {
    position: relative;
    padding-bottom: 15px;
}

.news-articles.multiple-boxes .padded-box:nth-child(2n+3),
.news-articles.multiple-boxes .padded-box:first-child {
    padding-right: calc(7.5px);
    padding-left: 0;
}

.news-articles.multiple-boxes .padded-box:nth-child(even),
.news-articles.multiple-boxes .padded-box:nth-child(2),
.news-articles.multiple-boxes .padded-box:nth-child(3) {
    padding-left: calc(7.5px);
    padding-right: 0;
}

.news-articles.multiple-boxes .single {
    border: 2px solid #e6e6e6;
    height: 205px;
    overflow: hidden;
}

.news-articles.multiple-boxes .single.featured {
    height: 425px;
}

.news-articles.multiple-boxes .single.featured .article-image {
    float: none;
    width: 100%;
}

.news-articles.multiple-boxes .single.featured .article-image img {
    width: 100%;
}

.news-articles.multiple-boxes .single .article-preview {
    padding-top: 15px;
}

.news-articles.multiple-boxes .most-read-list {
    float: right;
}

.news-articles.multiple-boxes .most-read-list .black {
    border: none;
}

.news-articles.multiple-boxes .most-read-list .single {
    height: 700.5px;
}

/*NewsFeed*/
.news-feed .tab {
    display: block;
    float: left;
}

.news-feed .tab * {
    text-decoration: none;
}

.news-feed .tab h4 {
    border-left: 2px solid #e6e6e6;
}

.news-feed .tab.selected {
    background-color: #4d627f;
}

.news-feed .tab.selected h4 {
    color: #fff;
    border-left: none;
}

.news-feed .tab.selected + .tab h4 {
    border-left: none;
}

.news-feed .tab:first-child h4 {
    border-left: none;
}

.news-feed .single {
    margin-bottom: 15px;
}

.news-feed .current-tab-content {
    position: relative;
}

.news-feed .current-tab-content.loading::after {
    content: "";
    background-color: #ffffff;
    background-image: url('https://boerse-express.com/assets/4676b93f01/Wedges-3.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news-feed .article-image {
    border: 2px solid #e6e6e6;
    float: left;
    max-width: 25%;
}

.news-feed .article-image img {
    display: block;
}

.news-feed .article-preview {
    height: 88px;
    padding-right: 15px;
    padding-left: 10px;
}

.news-feed .title a {
    text-decoration: none;
}

.news-feed .next-prev-pagination.side-navigation .prev-page-nav {
    left: 5px;
}

.news-feed .next-prev-pagination.side-navigation .next-page-nav {
    right: 5px;
}

/*-----------------------*/
/*-----SINGLE ARTICLE PAGE-----*/
/*-----------------------------*/
.single-article-view em,
.single-article-view strong,
.single-article-view em a,
.single-article-view strong a {
    color: #4a4949;
}

.single-article-view table {
    margin: 0 auto;
    background-color: #e6e6e6;
    max-width: 100%;
    height: auto;
    width: auto;
    border: none;
}

.single-article-view table * {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.single-article-view table table thead *,
.single-article-view table table th,
.single-article-view table table th *,
.single-article-view table table strong,
.single-article-view table table strong *,
.single-article-view table table b,
.single-article-view table table b * {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #ee7601;
    text-transform: uppercase;
}

.single-article-view table table tr td,
.single-article-view table table tr th {
    text-align: left;
    max-width: 100%;
    height: auto;
    width: auto;
    border: none;
}

.single-article-view .article-img {
    padding-left: 15px;
    padding-bottom: 15px;
    max-width: 500px;
}

@media (max-width: 767px) {
    .single-article-view .article-img {
        padding-left: 0;
        padding-bottom: 0;
        max-width: 100%;
    }
}

.single-article-view .intro,
.single-article-view .intro p,
.single-article-view .article-text p,
.single-article-view .article-text ol,
.single-article-view .article-text ul,
.single-article-view .article-text pre {
    margin-bottom: 10px;
}

.single-article-view .intro {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
}

.single-article-view .intro * {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.single-article-view .article-text {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
    margin-top:1rem;
}

.single-article-view .article-text ul,
.single-article-view .article-text ol {
    margin-left: 25px;
}

.single-article-view.external-article .article-text img {
    display: block;
    margin: 0 auto;
    float: none;
}

.single-article-view.external-article .article-text a p {
    text-decoration: none;
}

.single-article-view .related-articles {
    padding-left: 20px;
}

.single-article-view .related-articles .pagination {
    padding-bottom: 20px;
}

.single-article-view .related-articles .news-linkbox {
    margin-top: 15px;
}

/*-----------------------------*/
.article-list {
    height: 100%;
}

.article-list a {
    text-decoration: none;
}

.news-linkbox {
    text-align: center;
}

.most-read {
    height: 100%;
    position: relative;
}

.most-read .pagination.bot {
    position: absolute;
}

.apa-table {
    white-space: pre;
    font-family: monospace;
}

/*-----NEWSLETTER-----*/
/*--------------------*/
form .optionset .newsletter-cbx label {
    display: inline-block;
}

form .optionset .newsletter-cbx label:before {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4d627f;
    font-size: 20px;
    line-height: 23px;
    content: '';
    cursor: pointer;
    background-color: white;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: -30%;
}

form .optionset .newsletter-cbx input:checked ~ label:before {
    content: '\2713';
    vertical-align: -5%;
}

.newsletter-single form [class*="size-"].field {
    width: 100%;
}

.newsletter-single input {
    color: #4a4949;
}

.newsletter-single ::-webkit-input-placeholder {
    color: #949494;
}

.newsletter-single :-moz-placeholder {
    color: #949494;
}

.newsletter-single ::-moz-placeholder {
    color: #949494;
}

.newsletter-single :-ms-input-placeholder {
    color: #949494;
}

.newsletter-single.orange .btn.blue {
    background-color: #fff;
}

.newsletter-single.orange .btn.blue * {
    color: #ee7601;
}

.newsletter-single.blue .btn.blue {
    background-color: #fff;
}

.newsletter-single.blue .btn.blue * {
    color: #4d627f;
}

.extended-newsletter-form label,
.single-newsletter-form label {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
}

.extended-newsletter-form .newsletter-cbx input[type="checkbox"],
.single-newsletter-form .newsletter-cbx input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.single-newsletter-form input {
    color: #4a4949;
}

.single-newsletter-form ::-webkit-input-placeholder {
    color: #949494;
}

.single-newsletter-form :-moz-placeholder {
    color: #949494;
}

.single-newsletter-form ::-moz-placeholder {
    color: #949494;
}

.single-newsletter-form :-ms-input-placeholder {
    color: #949494;
}

.subject-field {
    display: none;
}

.pdf-preview a {
    display: block;
}

.pdf-preview img {
    width: 12%;
    vertical-align: middle;
}

.newsletter-box {
    border: 2px solid #e6e6e6;
    position: relative;
    min-height: 182px;
}

#premiumNS .newsletter-box {
    min-height: 282px;
}

.newsletter-box p ~ a {
    position: absolute;
}

.newsletterform .field.size-6 {
    width: 100%;
}

/*-----PARTNER OVERVIEW PAGE-----*/
/*-------------------------------*/
.square-grid .item-inner {
    height: 100%;
    width: 100%;
    padding: 10px;
}

.square-grid .item-inner .item-content {
    outline: 2px solid #e6e6e6;
    text-align: center;
}

.square-grid .item-inner .item-content a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.square-grid .item-inner .item-content img {
    padding: 15px;
    display: block;
    margin: 0 auto;
}

.square-grid .size-3:nth-child(4n+4) .item-inner {
    padding-right: 0;
}

.square-grid .size-3:nth-child(4n+1) .item-inner {
    padding-left: 0;
}

.partner-list .title {
    padding: 0 15px;
}

/*-------------------------------*/
/*-----SINGLE PARTNER PAGE-----*/
/*-----------------------------*/
/*-----------------------------*/
.result-section-heading {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
}

.result-section-heading .time-column {
    min-width: 170px;
}

.result-section-heading .source-column {
    min-width: 170px;
}

.search-result-excerpt {
    font-size: 12px;
}

.result-section table tr td {
    border-bottom: 1px solid #e6e6e6;
}

/*-----SOCIALFEED-----*/
/*--------------------*/
.two_cols .SocialFeed {
    width: 50%;
    float: left;
}

.SocialFeedLink {
    text-decoration: none;
    display: table;
    width: 100%;
}

.SocialFeedLink .SocialFeedPic {
    width: 70px;
}

.SocialFeedLink .SocialFeedPic img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
}

.SocialFeedLink .SocialFeedText {
    border: 2px solid #e6e6e6;
    width: 100%;
    padding: 5px;
}

.SocialFeedLink .SocialFeedText .social-channel-time img {
    width: 15.5px;
    height: 14.5px;
}

/*-----GRID ELEMENT-----*/
/*----------------------*/
.social-news .SocialFeed {
    margin-bottom: 15px;
}

/*-----TABS & CHART TABS-----*/
/*---------------------------*/
.tab {
    display: block;
}

.tabs-navigation div {
    float: left;
    border-bottom: 1px solid #4a4949;
    padding: 10px 0;
}

.tabs-navigation div.selected {
    background-color: #4a4949;
}

.tabs-navigation div.selected a {
    color: #fff;
}

.tabs-navigation div.commingsoon {
    cursor: default;
    position: relative;
    border-bottom: 1px solid #b3b3b3;
}

.tabs-navigation div.commingsoon a {
    color: #b3b3b3;
    border-left: 1px solid #b3b3b3;
}

.tabs-navigation div.commingsoon a:before {
    position: absolute;
    border: none;
    color: #e6e6e6;
    content: 'Coming soon';
    font-size: 12px;
    bottom: -5px;
    left: -10%;
    width: 120%;
    text-align: center;
}

.tabs-navigation a {
    text-decoration: none;
    border-left: 1px solid #4a4949;
    text-transform: uppercase;
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    padding: 0 15px;
}

.chart-info .l-text span {
    margin-right: 5px;
}

.chart-info .l-text span.tts-push-fid-change,
.chart-info .l-text span.tts-push-fid-last {
    margin-right: 0;
}

.chart-nav {
    margin-top: 5px;
}

.chart-nav div {
    float: left;
    padding: 5px 0;
}

.chart-nav div.selected {
    background-color: #ee7601;
}

.chart-nav div.selected a {
    color: #fff;
}

.chart-nav a {
    text-decoration: none;
    border-left: 1px solid #4a4949;
    padding: 0 15px;
}

.tabs-navigation div.selected + div a,
.tabs-navigation div:first-child a,
.chart-nav div.selected + div a,
.chart-nav div.selected > a,
.chart-nav div:first-child a {
    border: none;
}

/*---------------------------*/
.market-shares-table .time,
.grid-element.resources .time,
.grid-element.currencies .time {
    min-width: 140px;
}

.chart-single-info span {
    margin-right: 15px;
}

.chart-single-info span:last-child {
    margin-right: 0;
}

.chart-image {
    display: none;
    /*&.loading {

    }*/
}

.chart-image.selected {
    display: block;
}

.loading {
    content: "";
    background-image: url('http://boerse-express.com/assets/4676b93f01/Wedges-3.gif');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 200px;
    top: 0;
    left: 0;
}

/*.single-chart-image.loading {
    content: "";
    background-image: url('http://boerse-express.com/assets/4676b93f01/Wedges-3.gif');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 200px;
    top: 0;
    left: 0;
}*/
.upper-content span {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.upper-content span.header-price {
    font-size: 36px;
    line-height: 43px;
}

.upper-content span.header-change {
    font-size: 32px;
    line-height: 35px;
}

.upper-content span.header-bid,
.upper-content span.header-ask {
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
}

.upper-content div.exchange-info {
    float: left;
    margin: 15px 0;
}

.upper-content div.exchange-info .header-currency {
    margin-right: 15px;
}

.upper-content div.bid-ask-info .bid-mobile {
    float: left;
    margin-right: 20px;
}

.upper-content div.bid-ask-info .description {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 28px;
}

.upper-content div.exchange-select {
    margin-top: 15px;
    margin-left: 20px;
}

.exchange-select a.padded {
    height: 100%;
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 44px;
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.dropdown.bordered {
    border: 1px solid #fff;
}

.header-chart-image img {
    max-height: 190px;
}

.details-container .padded-full {
    border: 3px solid #e6e6e6;
}

/*News-Tab*/
.sharenews-container {
    position: relative;
}

table.sharenews {
    margin: 0 10px;
}

table.sharenews td.leftcol {
    min-width: 160px;
    vertical-align: top;
}

table.sharenews a {
    text-decoration: none;
}

/*-----PUSH DATA-----*/
/*-------------------*/
@-moz-keyframes pushPositive {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(105, 188, 31, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

@-webkit-keyframes pushPositive {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(105, 188, 31, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

@-o-keyframes pushPositive {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(105, 188, 31, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

@keyframes pushPositive {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(105, 188, 31, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

@-moz-keyframes pushNegative {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(248, 110, 83, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

@-webkit-keyframes pushNegative {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(248, 110, 83, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

@-o-keyframes pushNegative {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(248, 110, 83, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

@keyframes pushNegative {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(248, 110, 83, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

.push-positive {
    -moz-animation: pushPositive 0.3s ease-in-out;
    -webkit-animation: pushPositive 0.3s ease-in-out;
    -o-animation: pushPositive 0.3s ease-in-out;
    animation: pushPositive 0.3s ease-in-out;
}

.push-negative {
    -moz-animation: pushNegative 0.3s ease-in-out;
    -webkit-animation: pushNegative 0.3s ease-in-out;
    -o-animation: pushNegative 0.3s ease-in-out;
    animation: pushNegative 0.3s ease-in-out;
}

/*-------------------*/
#Form_RegisterForm,
#Form_ProfileForm,
#LostPasswordForm_lostPasswordForm,
#ChangePasswordForm_ChangePasswordForm,
#MemberLoginForm_LoginForm {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

#Form_RegisterForm label,
#Form_ProfileForm label,
#Form_RegisterForm span.description {
    position: absolute;
    left: 30px;
    top: 15px;
    transition: transform 0.25s ease-out;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transform-origin: left;
    z-index: 1;
    color: #949494;
}

#Form_RegisterForm .hide-label label {
    display: none;
}

#Form_RegisterForm span.description {
    font-family: 'SourceSans', Tahoma;
    font-size: 16px;
    line-height: 20px;
}

#Form_RegisterForm .password,
#Form_ProfileForm .password {
    position: relative;
    float: none;
}

span.readonly {
    background-color: white;
    width: 100%;
    display: block;
    padding: 15px;
    padding-top: 22px;
    padding-bottom: 8px;
    font-family: 'SourceSans', Tahoma;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #949494;
}

#Form_ProfileForm_Nickname_Holder label {
    transform: translateY(-13px) scale(0.85);
}

#Form_RegisterForm label.inactive,
#Form_ProfileForm label.inactive {
    transform: translateY(-13px) scale(0.85);
}

#Form_RegisterForm .hidden-check input.checkbox,
#Form_ProfileForm .hidden-check input.checkbox {
    display: none;
}

.visibility-check,
.visibility-label {
    float: left;
}

.visibility-check {
    margin-top: 4px;
    margin-right: 7px;
}

#Form_RegisterForm input[type=file],
#Form_ProfileForm input[type=file] {
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 229px;
}

#Form_RegisterForm .file-upload-field,
#Form_ProfileForm .file-upload-field {
    position: relative;
    margin-bottom: 50px;
}

#Form_RegisterForm .file-upload-field input,
#Form_ProfileForm .file-upload-field input {
    margin-bottom: 0;
}

#Form_RegisterForm .file-upload-field .middleColumn,
#Form_ProfileForm .file-upload-field .middleColumn {
    border: 1px dashed #4a4949;
}

#Form_RegisterForm .file-upload-field label,
#Form_ProfileForm .file-upload-field label {
    position: absolute;
    top: 49%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

#Form_RegisterForm fieldset > div,
#Form_ProfileForm fieldset > div {
    padding: 0 15px;
    position: relative;
}

#Form_RegisterForm.padded,
#Form_ProfileForm.padded {
    padding: 35px 20px 75px;
}

#Form_RegisterForm input,
#Form_ProfileForm input,
#LostPasswordForm_lostPasswordForm input[type=submit],
#ChangePasswordForm_ChangePasswordForm input[type=submit],
#MemberLoginForm_LoginForm input[type=submit] {
    border: none;
    outline: none;
    padding-top: 22px;
    padding-bottom: 8px;
    float: none;
}

#LostPasswordForm_lostPasswordForm input[type=submit],
#ChangePasswordForm_ChangePasswordForm input[type=submit],
#MemberLoginForm_LoginForm input[type=submit] {
    background-color: #4d627f;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 53px;
    display: block;
    z-index: 10;
}

#LostPasswordForm_lostPasswordForm input[type=submit]:hover,
#ChangePasswordForm_ChangePasswordForm input[type=submit]:hover,
#MemberLoginForm_LoginForm input[type=submit]:hover {
    background-color: #3a495e;
}

#LostPasswordForm_lostPasswordForm input[type=submit],
#ChangePasswordForm_ChangePasswordForm input[type=submit],
#MemberLoginForm_LoginForm input[type=submit],
#Form_RegisterForm input[type=submit],
#Form_ProfileForm input[type=submit] {
    padding: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'SourceSansBold';
}

#Form_RegisterForm .form-header,
#Form_ProfileForm .form-header {
    padding: 0 15px;
    margin-top: 30px;
}

#Form_RegisterForm .checkablevisibility + label,
#Form_ProfileForm .checkablevisibility + label {
    position: relative;
    padding-left: 43px;
    padding-top: 14px;
    left: 0;
    top: 0;
}

#Form_RegisterForm .checkablevisibility input[type=checkbox],
#Form_ProfileForm .checkablevisibility input[type=checkbox] {
    position: absolute;
    right: -40px;
    top: 15px;
    z-index: 10;
}

#Form_RegisterForm .confirmedpassword {
    margin-bottom: 20px;
}

#Form_ProfileForm .confirmedpassword {
    margin-bottom: 25px;
    margin-top: 15px;
}

#Form_RegisterForm .confirmedpassword label,
#Form_ProfileForm .confirmedpassword label {
    left: 15px;
}

#Form_RegisterForm .checkbox-row label,
#Form_ProfileForm .checkbox-row label,
#Form_RegisterForm .checkbox-row span.description {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 10px;
}

#Form_RegisterForm .checkbox-row input,
#Form_ProfileForm .checkbox-row input {
    margin-top: 14px;
    margin-right: 10px;
}

#LostPasswordForm_lostPasswordForm .btn,
#ChangePasswordForm_ChangePasswordForm .btn,
#MemberLoginForm_LoginForm .btn,
#Form_RegisterForm .btn,
#Form_ProfileForm .btn {
    margin-bottom: 0;
}

#Form_RegisterForm > p.message,
#Form_ProfileForm > p.message {
    margin: 0px 15px 10px;
}

#Form_ProfileForm .showOnClick {
    display: block;
    margin: 0 auto;
    width: 42%;
}

#Form_ProfileForm .showOnClick > a {
    width: 100%;
    display: block;
    background-color: #ee7601;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    height: 53px;
    line-height: 53px;
    padding: 0 25px;
}

#Form_ProfileForm .showOnClickContainer > div:first-child {
    margin-top: 10px;
}

#Form_ProfileForm .confirmedpassword .message {
    width: 42%;
    display: block;
    margin: 10px auto 0;
}

/**** forum ****/
.forum-type tbody strong {
    font-family: 'SourceSansBold';
    color: #4a4949;
    text-transform: uppercase;
}

.forum-type .slick-list {
    margin-bottom: 35px;
}

.forum-overview-table,
.forum-last-posts-table,
.forum-thread-table {
    table-layout: fixed;
}

.forum-overview-table tr td:first-child {
    width: 150px;
}

.forum-overview-table tr td:nth-child(2) {
    width: auto;
}

.forum-overview-table tr td:nth-child(3) {
    width: 220px;
}

.forum-overview-table tr td:last-child {
    width: 120px;
}

.forum-last-posts-table tr td:first-child {
    width: 150px;
}

.forum-last-posts-table tr td:nth-child(2) {
    width: auto;
}

.forum-last-posts-table tr td:nth-child(3) {
    width: 120px;
}

.forum-last-posts-table tr td:nth-child(4) {
    width: 120px;
}

.forum-last-posts-table tr td:last-child {
    width: 175px;
}

.forum-thread-table tr td:first-child {
    width: auto;
}

.forum-thread-table tr td:nth-child(2) {
    width: 120px;
}

.forum-thread-table tr td:nth-child(3) {
    width: 120px;
}

.forum-thread-table tr td:last-child {
    width: 175px;
}

.forum-type .dropdown {
    margin-bottom: 15px;
}

ul.dropdown-options {
    padding-left: 0;
}

.forum-type .dropdown.padded {
    padding-right: 0;
}

.forum-type input,
.forum-type textarea {
    padding: 15px 25px;
    margin-bottom: 15px;
    border: none;
    font-family: 'SourceSans', Tahoma;
}

.forum-type textarea {
    width: 100%;
    height: 200px;
    resize: none;
}

.forum-type .answer-form-container textarea {
    height: 120px;
}

.answer-form-container {
    margin-bottom: 10px;
    margin-top: 5px;
}

.breadcrumbs {
    margin-bottom: 25px;
}

.breadcrumbs span {
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumbs span:first-child {
    margin-left: 0px;
}

.breadcrumbs span:last-child {
    margin-right: 0px;
}

.no-posts {
    margin-top: 10px;
}

.thread-title h4 em,
.post-title em {
    color: #4a4949;
}

.thread-title,
.thread-stats,
.title-btn-wrapper .title,
.title-btn-wrapper .btn {
    display: inline-block;
    vertical-align: bottom;
}

.thread-title {
    width: 80%;
    width: calc(100% - 140px);
}

.title-btn-wrapper .title {
    width: 70%;
    width: calc(100% - 240px);
}

.thread-stats {
    width: 20%;
    width: calc(140px + 0px);
    padding-top: 10px;
    padding-bottom: 10px;
}

.title-btn-wrapper .btn {
    width: 30%;
    width: calc(240px + 0px);
}

.thread-stats .stat-count {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 5px;
}

.thread-stats .stat-title {
    padding-top: 5px;
}

.post-content {
    margin-bottom: 30px;
    margin-top: 30px;
}

.post {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 20px;
}

.post .post-content {
    margin-top: 10px;
    margin-bottom: 20px;
}

.forum-thread-type .padded-left {
    padding: 0 0 0 0;
}

.forum-thread-type .post-list > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left {
    padding: 0 0 0 25px;
}

.post .answer-link {
    margin-right: 20px;
}

.post .answer-link em {
    color: #4d627f;
}

.post .report-link em {
    color: #4a4949;
}

.post .answer-link,
.post .report-link {
    text-decoration: none;
}

.forum-type table tbody em {
    color: #4a4949;
}

.forum-container-type table tr td:first-child {
    max-width: none;
}

.forum-type a.title {
    text-decoration: none;
}

.report-loading-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url('http://boerse-express.com/assets/4676b93f01/Wedges-3.gif');
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.report-loading-overlay.active {
    display: block;
}

.report-post-check {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 999999;
}

.report-post-check .window {
    position: absolute;
    top: 35%;
    height: 22%;
    background-color: white;
    border: 4px solid #4d627f;
    width: 40%;
    left: 30%;
    text-align: center;
    padding: 40px 20px;
}

.report-post-check .window p {
    margin-bottom: 20px;
}

.report-post-check.active {
    display: block;
}

.table-slider .slick-prev,
.table-slider .slick-next {
    bottom: -25px;
    top: auto;
}

.table-slider .slick-prev {
    right: 55%;
    left: auto;
}

.table-slider .slick-prev::before {
    background-image: url('../images/left_orange.png');
}

.table-slider .slick-next {
    left: 55%;
    right: auto;
}

.table-slider .slick-next::before {
    background-image: url('../images/right_orange.png');
}

.table-slider .slick-dots li {
    display: none;
    cursor: pointer;
    position: absolute;
    bottom: -23px;
    top: auto;
}

.table-slider .slick-dots li button {
    opacity: 0;
}

.table-slider .slick-dots li:first-child,
.table-slider .slick-dots li:last-child {
    display: block;
}

.table-slider .slick-dots li:first-child {
    right: 60%;
    left: auto;
}

.table-slider .slick-dots li:last-child::before,
.table-slider .slick-dots li:last-child::after,
.table-slider .slick-dots li:first-child::before,
.table-slider .slick-dots li:first-child::after {
    position: absolute;
    width: 10px;
    height: 26px;
    content: '';
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.table-slider .slick-dots li:first-child::before {
    background-image: url('../images/left_orange.png');
}

.table-slider .slick-dots li:first-child::after {
    background-image: url('../images/left_orange.png');
    left: 5px;
}

.table-slider .slick-dots li:last-child {
    left: 60%;
    right: auto;
}

.table-slider .slick-dots li:last-child::before {
    background-image: url('../images/right_orange.png');
    left: -5px;
}

.table-slider .slick-dots li:last-child::after {
    background-image: url('../images/right_orange.png');
}

.thread-title h4 {
    font-size: 32px;
    line-height: 35px;
}

.standard-page p,
.standard-page ul {
    margin-bottom: 10px;
}

.image-loading-placeholder {
    min-height: 200px;
}

::-webkit-input-placeholder {
    color: #949494;
}

:-moz-placeholder {
    color: #949494;
}

::-moz-placeholder {
    color: #949494;
}

:-ms-input-placeholder {
    color: #949494;
}

[class*="size-"] {
    float: left;
    display: block;
}

#main-content {
    position: relative;
}

.page-content {
    position: relative;
}

.page-container {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 15px 0;
}

/*-!-*/
p,
ul,
a,
button,
td {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
}

em,
strong,
em a,
strong a {
    color: #ee7601;
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.full-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*!*/
.mobile-only {
    text-align: center;
}

button.btn {
    width: 100%;
}

.btn {
    cursor: pointer;
    text-align: center;
    height: 40px;
    display: block;
    outline: none;
    border: none;
    z-index: 10;
    position: relative;
    /*&.more-btn {
      position: relative;
    }*/
}

.btn * {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn.full-size-link a {
    display: block;
}

.btn.small {
    display: inline-block;
}

.btn.small.more-btn {
    margin-top: -20px;
}

.btn.blue {
    background-color: #4d627f;
}

.btn.blue * {
    color: #fff;
}

.btn.blue:hover {
    background-color: #273140;
}

.btn.blue.border {
    border: 1px solid #fff;
}

.btn.white {
    background-color: #fff;
}

.btn.white:hover {
    background-color: #e6e6e6;
}

.btn.white.onorange * {
    color: #ee7601;
}

.btn.orange:hover {
    background-color: #884401;
}

.btn.table-btn {
    height: 30px;
}

.btn.table-btn * {
    line-height: 30px;
    font-size: 14px;
}

.btn.stick-to-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn.stick-to-bottom.grid-btn {
    width: 100%;
}

h5 a,
table a {
    text-decoration: none;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid #4d627f;
    margin: 15px 0;
}

hr.black {
    border-color: #fff;
}

hr.gray {
    border-color: #4a4949;
}

/*-----FORM-----*/
/*--------------*/
fieldset {
    border: none;
    outline: none;
}

p.error {
    background-color: #f86e53;
    color: #fff;
    display: block;
}

form {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}

.gray-search-container form {
    margin-top: 0;
}

form input,
form textarea {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    padding: 10px 15px;
    border: none;
}

form div[class*="size-"] input[type="text"],
form div[class*="size-"] input[type="email"] {
    width: 100%;
}

form label {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
    display: none;
}

form label.error {
    background-color: #f86e53;
    color: #fff;
}

form .optionset li {
    list-style: none;
}

form .cbx-field input {
    display: inline;
    position: absolute;
    opacity: 0;
    width: 25px;
    height: 25px;
}

form .cbx-field input ~ .description p {
    display: inline;
    vertical-align: middle;
}

form .cbx-field input ~ label:before,
form .cbx-field input ~ .description:before {
    display: inline-block;
    content: '';
    width: 25px;
    height: 25px;
    background-color: white;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
    color: #4d627f;
    font-size: 20px;
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

form .cbx-field input:checked ~ label:before,
form .cbx-field input:checked ~ .description:before {
    content: '\2713';
}

form .cbx-field li {
    padding: calc(2.5px) 0;
}

form .cbx-field li:first-child {
    padding-top: 0;
}

form .cbx-field li:last-child {
    padding-bottom: 0;
}

form .cbx-field a {
    font-size: 1em;
}

form .cbx-field p {
    font-size: 0.8em;
}

form .message {
    display: block;
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
}

form .message .good {
    background-color: #69bc1f;
    color: #fff;
}

.orange form input.border {
    border: 2px solid #fff;
    background-color: #ee7601;
}

form .field {
    margin: 5px 0;
}

form .subject-field {
    display: none;
}

/*--------------*/
/*-----NAVIGATION & PAGINATION-----*/
/*---------------------------------*/
.pagination.bot,
.pagination-search.bot {
    position: relative;
}

.pagination.bot.bottom-navigation,
.pagination-search.bot.bottom-navigation {
    width: 100%;
    margin-top: 25px;
}

.pagination ul,
.pagination-search ul {
    list-style-type: none;
    text-align: center;
}

.pagination ul li,
.pagination-search ul li {
    display: inline-block;
}

.pagination ul li a,
.pagination-search ul li a {
    height: 15px;
    width: 15px;
    border-radius: 15px;
    background-color: #e6e6e6;
    display: block;
}

.pagination ul li.active a,
.pagination-search ul li.active a {
    background-color: #ee7601;
    cursor: default;
}

.bottom-navigation .next-page-nav {
    position: absolute;
    top: -10px;
    right: 5px;
}

.bottom-navigation .prev-page-nav {
    position: absolute;
    top: -10px;
    left: 5px;
}

.next-prev-pagination.side-navigation .arrow-nav {
    position: absolute;
    top: 40%;
}

.next-prev-pagination.side-navigation .prev-page-nav {
    left: 10px;
}

.next-prev-pagination.side-navigation .next-page-nav {
    right: 10px;
}

/*.gray .pagination ul li:not(.active) a,
.gray .pagination-search ul li:not(.active) a {
    border: 1px solid #4a4949;
}*/
/*---------------------------------*/
/*-----TABLE-----*/
/*---------------*/
.padded-full table thead td {
    padding-top: 0;
    line-height: 1;
}

.padded-full table tbody tr:last-child td {
    padding-bottom: 0;
}

table.default-table {
    width: 100%;
}

table.default-table * {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
}

table.default-table em {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
}

table.default-table b {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
}

table.default-table b.nobreak {
    word-break: keep-all;
}

table.default-table thead * {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #ee7601;
    text-transform: uppercase;
}

table.even-odd-table {
    border-collapse: collapse;
}

table.even-odd-table tbody tr.orange {
    background-color: #ee7601;
}

table.even-odd-table tbody tr:nth-child(odd):not(.orange) {
    background-color: #e6e6e6;
}

table.even-odd-table td {
    padding: 5px;
}

table.hover-table tbody tr:hover td {
    background: #e6e6e6;
}

/*---------------*/
/*-----TABLE TABS-----*/
/*--------------------*/
.table-tab-container .table-tab {
    cursor: pointer;
}

.table-tab-container .table-tab-table {
    display: none;
}

.table-tab-container .table-tab-table.four-columns td {
    width: 25%;
}

.table-tab-container .table-tab-table.visible {
    display: table;
}

/*--------------------*/
/*-----DROPDOWN-----*/
/*------------------*/
.dropdown {
    width: 100%;
    height: 40px;
    position: relative;
}

.dropdown h4 {
    font-size: 20px;
    line-height: 23px;
}

.dropdown ul {
    list-style: none;
}

.dropdown h4,
.dropdown p {
    line-height: 40px;
    display: inline-block;
}

.dropdown .last,
.dropdown .changePerc {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-left: 10px;
}

.dropdown .dropdown-options {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 650px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown .dropdown-options li {
    width: 100%;
    height: 40px;
    cursor: pointer;
}

.dropdown .dropdown-options li:hover,
.dropdown .dropdown-options li.selected {
    background-color: #ee7601;
    color: #fff;
}

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

.dropdown .current-selected {
    position: relative;
    cursor: pointer;
}

.dropdown .dropdown-arrow {
    position: absolute;
    top: 18px;
    right: 0px;
}

/*------------------*/
/*-----SEARCH CONTAINER-----*/
/*--------------------------*/
.gray-search-container input {
    border: none;
}

.gray-search-container .dropdown.default.size-8 {
    width: calc(66.6666% - 5px);
}

.gray-search-container .dropdown.default .dropdown {
    width: 100%;
    padding: 0 15px;
}

.gray-search-container button.btn {
    float: right;
    z-index: 0;
    margin: 5px 0;
}

.gray-search-container button.btn.size-4 {
    width: calc(33.3333% - 5px);
}

.gray-search-container ::-webkit-input-placeholder {
    text-transform: uppercase;
}

.gray-search-container :-ms-input-placeholder {
    text-transform: uppercase;
}

.gray-search-container .dropdown {
    color: #4a4949;
}

.gray-search-container .dropdown .dropdown.white {
    background-color: #fff;
}

.gray-search-container div.date-input .middleColumn {
    position: relative;
}

.gray-search-container div.date-input .middleColumn::after {
    content: "";
    background-image: url('/public/images/calendar_icon.png');
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

/*--------------------------*/
.relative {
    position: relative;
}

.inline {
    display: inline-block;
}

.table {
    display: table;
}

.table-row {
    display: table-row;
}

.uppercase {
    text-transform: uppercase;
}

.no-float {
    float: none;
}

.clear {
    clear: both;
}

.no-display {
    opacity: 0;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.l-text {
    text-align: left;
}

.r-text {
    text-align: right;
}

.c-text {
    text-align: center;
}

.vert-top {
    display: table-cell;
    vertical-align: top;
}

.vert-center {
    display: table-cell;
    vertical-align: middle;
}

.vert-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.vert-baseline {
    display: table-cell;
    vertical-align: baseline;
}

.grey-border {
    border: 3px solid #e6e6e6;
}

table.collapsed {
    border-collapse: collapse;
}

.device-small {
    display: none;
}

.device-medium {
    display: none;
}

.device-large {
    display: block;
}

.hidden {
    display: none;
}

.break-all {
    word-break: break-all;
}

#etffinder {
    height: 1210px;
}

@media (min-width: 800px) {
    .mobile-banner {
        display: none;
    }

    .mobile-only {
        height: auto !important;
    }

    .size-12 {
        width: 100%;
    }

    .size-11 {
        width: 91.6666%;
    }

    .size-10 {
        width: 83.3333%;
    }

    .size-9 {
        width: 75%;
    }

    .size-8 {
        width: 66.6666%;
    }

    .size-7 {
        width: 58.3333%;
    }

    .size-6 {
        width: 50%;
    }

    .size-5 {
        width: 41.6666%;
    }

    .size-4 {
        width: 33.3333%;
    }

    .size-3 {
        width: 25%;
    }

    .size-2 {
        width: 16.6666%;
    }

    .size-1 {
        width: 8.3333%;
    }

    header {
        width: 100%;
        background: white;
        z-index: 9999;
    }

    header.sticky .device-large .clear.not-sticky {
        display: none;
    }

    .social-container ul li header.sticky.hide-on-scroll i {
        color: #ee7601;
    }

    .social-container ul li header.sticky.hide-on-scroll.hidden i {
        font-size: 0;
    }

    header.sticky .search-container {
        overflow: hidden;
        clear: both;
    }

    header.sticky .search-container.hidden {
        height: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    header .superbanner-container.hidden {
        height: 0 !important;
        float: none;
    }
}

@media (max-width: 1465px) {
    .sky {
        display: none;
    }
}

@media (max-width: 1226px) {
    .page-container {
        padding-left: 45px !important;
    }

    .navbar-nav .page-container {
        padding-left: 35px !important;
    }

    .page-container#main-content {
        padding-left: 30px !important;
    }

    .grid-element.custom-bexad .single {
        height: auto;
    }

    .grid-element.custom-bexad .bex-content-ad .article-image img {
        margin-bottom: 0;
    }

    .grid-element.custom-bexad .asmbannerimg {
        width: 100% !important;
        height: 100% !important;
    }

    .upper-content {
        /*remove fixed menu height*/
        height: auto;
    }

    .upper-content .subnav .sub-menu-block {
        /*change menu to 3 columns*/
        width: 33%;
    }

    .upper-content .subnav .sub-menu-block:nth-child(4n) {
        margin-top: 20px;
    }
}

@media (max-width: 1100px) {
    .size-12.news-articles .single:not(.featured) .article-image {
        width: 20%;
    }
}

@media (max-width: 1010px) {
    .upper-content .size-7,
    .upper-content .size-5 {
        width: 50%;
    }

    .upper-content .size-6 {
        width: 100%;
    }

    .homepage-type .top-flop .gray,
    .homepage-type .news-articles .article-container {
        min-height: auto;
        padding-bottom: 0;
    }

    /*---------------------------*/
    /*----------TopFlop----------*/
    .grid-element.top-flop {
        float: none;
        width: 100%;
    }

    .grid-element.top-flop .top-flop-container hr {
        display: none;
    }

    .grid-element.top-flop .top-flop-container .table:first-of-type {
        padding-right: 15px;
    }

    .grid-element.top-flop .top-flop-container .table:last-of-type {
        padding-left: 15px;
    }

    .grid-element.top-flop .top-flop-container .table.top-flop-table {
        width: 50%;
    }

    .grid-element.top-flop .top-flop-container .table.top-flop-table:first-child {
        float: left;
        border-right: 1px solid #4a4949;
    }

    .grid-element.news-articles:not(.multiple-boxes) .single {
        padding: 5px 0;
    }

    .grid-element.news-articles:not(.multiple-boxes) .single:not(.featured) {
        padding-left: 15px;
    }

    .grid-element.news-articles:not(.multiple-boxes) .single.featured {
        padding-right: 15px;
        padding-top: 0;
    }

    .grid-element.news-articles:not(.multiple-boxes) .single.featured .article-image {
        padding-bottom: 5px;
    }

    .grid-element.single-article-view {
        float: none;
    }

    .grid-element.single-article-view .article-img {
        float: none;
        padding-left: 0;
    }

    .grid-element.single-article-view .size-8 {
        width: 100%;
    }

    .page-container {
        padding-left: 15px !important;
    }

    .navbar-nav .page-container {
        padding-left: 5px !important;
    }

    .page-container#main-content {
        padding-left: 0 !important;
    }

    #social-share-container {
        bottom: 0px;
        left: 45px;
    }

    #social-share-container .social-share-single {
        display: inline-block;
        width: 42px;
        height: 125px;
        margin-left: 0;
        vertical-align: bottom;
        margin-bottom: -89px;
    }

    #social-share-container .social-share-single:hover {
        margin-bottom: 0;
    }

    #social-share-container .social-share-single .icon-container {
        position: absolute;
        top: 0;
        width: 42px;
        padding-top: 8px;
        padding-left: 9px;
    }

    #social-share-container .social-share-single#social-share-facebook .icon-container {
        padding-left: 8px;
        padding-top: 7px;
    }

    #social-share-container .social-share-single#social-share-twitter .icon-container {
        padding-top: 10px;
    }

    #social-share-container .social-share-single#social-share-google-plus .icon-container {
        padding-left: 10px;
        padding-top: 10px;
    }

    #social-share-container .social-share-single#social-share-mail .icon-container {
        padding-top: 11px;
    }

    #social-share-container .social-share-single .share-text {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        position: absolute;
        left: 0;
        bottom: -25px;
        padding-left: 0;
    }

    #social-share-container #feedback-container {
        margin-left: 0;
        margin-top: 0;
        display: inline-block;
        vertical-align: bottom;
        width: 280px;
        margin-bottom: -500px;
    }

    #social-share-container #feedback-container.open {
        margin-bottom: 0;
    }

    #social-share-container #feedback-container #feedback-form {
        border-bottom: none;
        border-left: 2px solid #ee7601;
        width: 100%;
    }

    #social-share-container #feedback-container #feedback-btn {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        float: none;
    }

    .scroll-top {
        bottom: 0;
        border-bottom: none;
        width: 45px;
        height: 43px;
        right: 45px;
    }

    .scroll-top i {
        margin-top: -7px;
    }

    /*----------RELATED ARTICLES----------*/
    /*------------------------------------*/
    .related-articles.device-medium {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 15px;
    }

    .related-articles.device-medium hr {
        margin: 5px 0;
    }

    /*------------------------------------*/
    /*----------FOOTER----------*/
    /*--------------------------*/
    #footer .footer-block:nth-last-child(2) {
        margin-bottom: 50px;
    }

    /*--------------------------*/
    /*----------STOCK EXCHANGE PAGE & SHARE PAGE----------*/
    /*----------------------------------------------------*/
    .tabs-navigation div {
        margin-bottom: 10px;
    }

    /*----------------------------------------------------*/
    /*----------CALENDAR PAGE----------*/
    /*---------------------------------*/
    .event-calendar {
        display: none;
    }

    /*---------------------------------*/
    /*----------NEWSLETTER----------*/
    /*------------------------------*/
    .newsletter-box,
    #premiumNS .newsletter-box {
        min-height: auto;
    }

    .newsletter-box .btn.stick-to-bottom,
    #premiumNS .newsletter-box .btn.stick-to-bottom {
        margin-top: 5px;
    }

    /*------------------------------*/
}

@media (min-width: 800px) and (max-width: 1010px) {
    .device-large {
        display: none;
    }

    .device-medium {
        display: block;
    }

    .btn.stick-to-bottom {
        position: relative;
    }

    /*---------------------------*/
    /*------------------------*/
    /*----------NEWS----------*/
    .grid-element.news-articles {
        width: 100%;
    }

    .grid-element.news-articles .single.clear:not(.featured) {
        clear: none;
        float: right;
        width: 50%;
    }

    .grid-element.news-articles:not(.multiple-boxes) .single.featured {
        margin-bottom: 0;
        float: left;
        width: 50%;
        border-right: 1px solid #4a4949;
    }

    .grid-element.news-articles .single.featured .article-image {
        display: block;
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .grid-element.news-articles .single.featured hr {
        display: none;
    }

    .grid-element.news-articles .single.featured .vert-bottom {
        vertical-align: middle;
    }

    .grid-element.news-articles .single.featured .btn.stick-to-bottom {
        position: absolute;
    }

    .grid-element.news-articles .btn {
        clear: both;
    }

    /*------------------------*/
    /*----------STOCK EXCHANGE PAGE----------*/
    .stockexchange-market-chart {
        float: none;
        width: 100%;
    }

    /*---------------------------------------*/
    /*----------STOCKEXCHANGE PAGE ANALYSIS TAB----------*/
    .analysis-list .btn.table-btn {
        position: relative;
    }

    .analysis-list .btn.table-btn:after {
        content: '>';
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .analysis-list .btn.table-btn a {
        opacity: 0;
        font-size: 0;
    }

    /*---------------------------------------------------*/
}

/*!-CHECK-!*/
@media (max-width: 950px) {
    .top-table {
        display: none;
    }

    .top-divs {
        display: block;
    }

    .upper-content .top-divs .size-6 {
        width: 50%;
        float: left;
    }

    .upper-content .top-divs .size-3 {
        width: 25%;
        float: left;
    }

    .comparison-table-select-box .input-container {
        width: 100%;
    }

    /*----------ANALYSIS----------*/
    .analysis.grid-element {
        width: 100%;
    }

    /*----------------------------*/
    /*----------CONTENT ADS----------*/
    .bex-content-ad img,
    .bex-content-ad iframe {
        display: block;
    }

    /*-------------------------------*/
}

/*!-CHECK-!*/
@media (max-width: 900px) {
    .grid-element.newsletter,
    .grid-element.social-news {
        width: 100%;
    }

    .subnav .sub-menu-block {
        width: 50%;
    }

    .subnav .sub-menu-block:nth-child(1n+3) {
        padding-top: 10px;
    }

    /*---COMPARISON PAGES---*/
    /*----------------------*/
    .top-ranking {
        display: none;
    }

    .top-ranking-mobile {
        display: block;
    }

    .top-ranking-mobile .single:not(:first-child) {
        margin-top: 15px;
    }

    .top-ranking-mobile .size-12.blue {
        margin-bottom: 10px;
    }

    .top-ranking-mobile .size-12.blue p {
        line-height: 40px;
    }

    .top-ranking-mobile .size-12.content {
        margin-bottom: 10px;
    }

    .top-ranking-mobile .info em {
        color: #4a4949;
    }

    .top-ranking-mobile .logo-col .c-text {
        padding-left: 0;
    }

    .top-ranking-mobile .more-btn-col {
        min-height: 40px;
        background: #e6e6e6;
        padding-top: 5px;
    }

    .top-ranking-mobile .more-btn-col img {
        margin-top: calc(2.5px);
    }

    .top-ranking-mobile .more-info-content .wrapped-content {
        max-height: 0px;
        overflow: hidden;
    }

    .top-ranking-mobile .more-info-content .wrapped-content p {
        margin-bottom: 5px;
    }

    .top-ranking-mobile .more-infos-dropdown-mobile {
        color: #4d627f;
        position: relative;
    }

    .top-ranking-mobile .more-infos-dropdown-mobile .dropdown-arrow {
        position: absolute;
    }

    .top-ranking-mobile .more-infos-dropdown-mobile.active .dropdown-arrow {
        transform: rotate(180deg);
    }

    /*----------------------*/
    /*---PREMIUM PARTNER IN HEADER---*/
    /*-------------------------------*/
    .upper-content .page-container > .size-8 {
        width: 60%;
    }

    .upper-content .page-container > .size-4 {
        width: 40%;
    }

    .upper-content .page-container .exchange-select {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 15px;
        min-width: 70%;
    }

    /*-------------------------------*/
}

/*!-CHECK-!*/
@media (max-width: 850px) {
    .fullscreen-popup .popup-container {
        background-size: 30%;
    }

    .forum-last-posts-table tr td:last-child,
    .forum-thread-table tr td:last-child {
        width: 135px;
    }
}

@media (max-width: 799px) {
    .hide-m {
        display: none;
    }

    /*---ADBLOCK---*/
    /*-------------*/
    .fullscreen-popup .popup-container {
        margin-top: 100px;
    }

    .fullscreen-popup .popup-container p {
        width: 70%;
    }

    .fullscreen-popup .popup-container .quote-container {
        background-size: 17%;
        width: 100%;
    }

    /*-------------*/
    .superbanner-container,
    .custom-ad {
        display: none;
    }

    /*-----general-----*/
    .td-hide-mobile {
        display: none;
    }

    .page-container.grid-element-container {
        width: 100%;
    }

    [class*="size-"] {
        float: none;
    }

    .page-container {
        width: 100%;
    }

    .device-large {
        display: none;
    }

    .device-small {
        display: block;
    }

    .s-size-6 {
        width: 50%;
    }

    .btn.small.more-btn {
        margin-top: 15px;
    }

    .next-prev-pagination.side-navigation .arrow-nav {
        top: auto;
        bottom: 10px;
    }

    /*--------------------------*/
    /*----------header----------*/
    header {
        top: 0;
        left: 0;
        position: relative;
        width: 100%;
        z-index: 99999;
        background-color: white;
        padding: 15px;
    }

    header .logo-container {
        width: 20%;
        height: auto;
    }

    header .top-buttons {
        text-align: right;
    }

    header .top-buttons .user-container li {
        display: inline-block;
        padding: 0 0 15px 20px;
    }

    header .top-buttons .user-container li a {
        text-decoration: none;
        text-transform: uppercase;
    }

    header .top-buttons .social-container {
        height: auto;
    }

    header .top-buttons .social-container ul {
        float: none;
    }

    header .top-buttons .social-container ul li {
        float: none;
        line-height: inherit;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
    }

    header .top-buttons .social-container ul li > * {
        padding: 0 10px;
        cursor: pointer;
    }

    header .top-buttons .social-container ul li:first-child > * {
        padding-left: 0;
    }

    header .top-buttons .social-container ul li:last-child > * {
        padding-right: 0;
    }

    header .top-buttons .social-container ul li i.opensearch {
        color: #ee7601;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button {
        display: block;
        position: relative;
        overflow: hidden;
        margin-left: 10px;
        width: 20px;
        height: 20px;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border: none;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
        background: none;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button:focus {
        outline: none;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button span {
        position: absolute;
        left: 0;
        right: 0;
        top: 8px;
        height: 3px;
        background: #4d627f;
        border-radius: 25%;
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-property: background, -webkit-transform;
        transition-property: background, transform;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button span::before,
    header .top-buttons .social-container ul li button.mobile-menu-button span::after {
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        background-color: #4d627f;
        border-radius: 25%;
        content: "";
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button span::before {
        top: -7px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button span::after {
        bottom: -7px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button.close span {
        transform: rotate(45deg);
        background: #ee7601;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button.close span::before {
        top: 0px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        visibility: hidden;
        background-color: #ee7601;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button.close span::after {
        bottom: 0px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        visibility: visible;
        background-color: #ee7601;
    }

    .upper-content .page-container [class*="size-"] {
        width: 100%;
    }

    .upper-content .page-container .header-charts {
        margin-top: 10px;
    }

    .upper-content .page-container .size-8 .exchange-info {
        float: none;
    }

    .upper-content .page-container .size-4 .logoplacements-container {
        margin-top: 20px;
        max-width: 400px;
        padding: 0;
    }

    .upper-content .page-container .size-4 .logoplacements-container .slick-prev,
    .upper-content .page-container .size-4 .logoplacements-container .slick-next {
        display: none !important;
    }

    .upper-content .page-container .padded-left:not(input),
    .upper-content .page-container div.padded-left {
        padding: 0;
    }

    /*-----search-----*/
    .search-container {
        position: relative;
        display: block;
        float: none;
        width: 100%;
        height: auto;
        transition: all 0.3s ease;
        margin-top: 5px;
        opacity: 1;
        z-index: 1;
    }

    .search-container .search-bar input {
        border: 2px solid #ee7601;
    }

    .search-container .search-bar button {
        right: 0;
        top: 2px;
        width: 40px;
    }

    .search-container.hidden {
        display: block;
        margin-top: -40px;
        opacity: 0;
        z-index: -999;
    }

    .gray-search-container form .field.padded-right,
    .gray-search-container form .field.padded-left {
        padding: 0;
    }

    .gray-search-container form .field.dropdown.default,
    .gray-search-container form button.btn.blue {
        width: 100%;
    }

    /*-----menu-----*/
    #nav-section {
        background-color: transparent;
        color: #ee7601;
    }

    #nav-section .mobile-hidden {
        display: none;
    }

    .nav div.comingsoon {
        background: transparent;
    }

    #top-bar .page-container {
        padding: 0 !important;
    }

    .navbar-nav {
        height: auto;
        border-bottom: none;
    }

    .navbar-nav ul li {
        float: none;
        position: relative;
    }

    .navbar-nav ul li a {
        color: #ee7601;
        padding: 0 10px;
    }

    .navbar-nav ul li.mobile-main {
        border-bottom: 1px solid #ee7601;
        position: relative;
    }

    .navbar-nav ul.navbar-nav ul:first-child li ul li {
        position: relative;
    }

    .main-menu-link {
        display: inline-block;
    }

    .sub-menu-plus,
    .main-menu-plus {
        height: 40px;
        width: 20px;
        top: 0;
        right: 0;
        position: absolute;
    }

    .sub-menu-plus:before,
    .main-menu-plus:before,
    .sub-menu-plus:after,
    .main-menu-plus:after {
        background-color: #4a4949;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        position: absolute;
        content: "";
    }

    .sub-menu-plus:before,
    .main-menu-plus:before {
        width: 2px;
        height: 14px;
        top: 12px;
        right: 6px;
        transform: rotate(0deg);
        transition: transform 0.3s ease;
    }

    .sub-menu-plus:after,
    .main-menu-plus:after {
        width: 14px;
        height: 2px;
        top: 18px;
        right: 0;
    }

    .sub-menu-plus.minus:before,
    .main-menu-plus.minus:before {
        transform: rotate(90deg);
    }

    .subnav {
        position: relative;
        display: block;
        height: auto;
        background-color: transparent;
        min-height: auto;
        border-bottom: none;
        padding-top: 0;
    }

    .subnav ul li:first-child {
        border-bottom: 1px solid #4a4949;
    }

    .subnav .sub-menu-block {
        width: 100%;
        display: block;
        padding-top: 0 !important;
    }

    .subnav .sub-menu-block a.sub-menu-main {
        color: #4a4949;
        display: block;
        padding: 10px 0;
    }

    /*----------------------------------*/
    /*----------Main Container----------*/
    .btn.stick-to-bottom {
        position: relative;
    }

    .grid-element.top-flop .top-flop-container .table.top-flop-table {
        width: 100%;
    }

    .grid-element.top-flop .top-flop-container .table.top-flop-table:first-child {
        float: none;
        border-right: none;
    }

    .grid-element.top-flop .top-flop-container .table.top-flop-table:first-of-type {
        padding-right: 0;
    }

    .grid-element.top-flop .top-flop-container .table.top-flop-table:last-of-type {
        padding-left: 0;
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px solid #4a4949;
    }

    .grid-element.custom-bexad,
    .grid-element.image-bexad {
        width: 570px;
        max-width: 100%;
        margin: 0 auto;
    }

    .grid-element.news-articles.single-box .single.featured .article-preview {
        height: auto;
    }

    .grid-element.news-articles.single-box .single.featured .article-image {
        width: 30%;
        float: none;
        margin-right: 0;
    }

    .grid-element.news-articles.single-box .single.featured hr {
        margin: 15px 0 5px;
    }

    .grid-element.news-articles.single-box .single:not(.featured) {
        padding-left: 0;
    }

    .grid-element.news-articles.multiple-boxes .padded-box {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-element.news-articles.multiple-boxes .padded-box .article-preview.padded {
        padding: 15px;
    }

    .grid-element.calendar .inner {
        min-height: auto;
        padding-bottom: 0;
    }

    .grid-element.calendar .current-date {
        right: 25px;
        top: 15px;
    }

    .grid-element.calendar .more-btn {
        position: relative;
        width: calc(100% + 25px * 2);
        left: 25px;
    }

    .grid-element.calendar .event-container .event-list {
        min-height: auto;
    }

    .grid-element.calendar .next-prev-pagination.side-navigation .arrow-nav {
        bottom: 40px;
    }

    .grid-element.newsletter .inner {
        min-height: auto;
    }

    .grid-element.newsletter .padded-right:not(input),
    .grid-element.newsletter .padded-left:not(input) {
        padding-right: 0;
        padding-left: 0;
    }

    .grid-element.newsletter .marginTop {
        margin-top: 5px;
    }

    .grid-element.news-feed .single {
        min-height: 80px;
    }

    .grid-element.news-feed .article-preview {
        height: auto;
    }

    .grid-element.news-feed .next-prev-pagination.side-navigation .arrow-nav {
        bottom: 60px;
    }

    .grid-element.news-feed .article-image.article-image {
        width: 20%;
        max-width: 93px;
    }

    .grid-element.details-container {
        width: 100%;
    }

    .grid-element.historic-container,
    .grid-element.indices-container {
        width: 100%;
    }

    .grid-element.historic-container .gray,
    .grid-element.indices-container .gray {
        min-height: auto;
    }

    .grid-element.single-analysis-view .padded-right:not(input),
    .grid-element.single-analysis-view .padded-left:not(input) {
        padding-right: 0;
        padding-left: 0;
    }

    .grid-element .SocialFeed .SocialFeedPic {
        width: 70px;
        transition: width 0.3s ease;
    }

    .grid-element .SocialFeed .SocialFeedPic img {
        width: 100%;
        height: auto;
    }

    .grid-element .pagination .prev-page-nav,
    .grid-element .pagination-search .prev-page-nav {
        left: 15vw;
    }

    .grid-element .pagination .next-page-nav,
    .grid-element .pagination-search .next-page-nav {
        right: 15vw;
    }

    /*----------------------------------*/
    /*-------------------------*/
    /*----------Börse----------*/
    .chart-info .l-text,
    .chart-info .r-text {
        float: none;
        text-align: left;
    }

    .stockexchangepage-type .currencies .grey-border,
    .stockexchangepage-type .resources .grey-border {
        min-height: auto;
    }

    .market-shares-table .time,
    .grid-element.resources .time,
    .grid-element.currencies .time {
        min-width: auto;
    }

    table.mobile-table {
        border-collapse: collapse;
    }

    table .fa {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 20px;
        margin-right: 10px;
        display: inline;
    }

    table .tr-mobile-accordion td {
        background-color: #e6e6e6;
    }

    table .tr-mobile-accordion.hidden {
        display: none;
    }

    table td {
        padding: 5px;
    }

    .toggle-mobile-columns {
        transition: transform 0.3s ease;
    }

    .toggle-mobile-columns.active:before {
        content: "\f106";
    }

    /*-------------------------*/
    /*------------------------*/
    /*----------News----------*/
    .news-articles.multiple-boxes .single {
        height: auto;
    }

    .news-articles.multiple-boxes .single.featured {
        height: auto;
    }

    .news-articles .bex-content-ad .article-image {
        display: block;
        position: relative;
        max-width: 100%;
        float: none;
    }

    .news-articles .single:not(.featured) .article-image {
        display: none;
    }

    .article-list .most-read a {
        display: block;
    }

    .default-news-container .sharenews {
        width: 100%;
    }

    .default-news-container .sharenews td.rightcol {
        padding-left: 0;
    }

    /*------------------------*/
    /*----------------------------*/
    /*----------Analysen----------*/
    .analysis-list tbody tr:not(.tr-mobile-accordion) {
        border-bottom: 1px solid #e6e6e6;
    }

    tr.tr-mobile-accordion .r-text {
        text-align: left;
    }

    .btn.table-btn {
        height: auto;
    }

    /*----------------------------*/
    /*----------------------------*/
    /*----------Feedback, Social, ScrollTop----------*/
    #social-share-container {
        right: 70px;
        left: auto;
    }

    #social-share-container #feedback-container {
        display: none;
    }

    .scroll-top {
        right: 15px;
        border: none;
        height: 36px;
        width: 42px;
    }

    .scroll-top * {
        font-size: 44px;
        line-height: 46px;
    }

    /*----------------------------*/
    /*-------------------------*/
    /*----------Markt----------*/
    .market-shares-table tbody tr:not(.tr-mobile-accordion) {
        border-bottom: 1px solid #e6e6e6;
    }

    table.sharenews td {
        display: block;
    }

    table.sharenews td.rightcol {
        border-bottom: 1px solid #e6e6e6;
    }

    .calendar .event-container .event-list .event-row:last-child hr {
        display: block;
    }

    /*-------------------------*/
    /*-------------------------*/
    /*----------Aktie----------*/
    .vote-row {
        border-bottom: 1px solid #e6e6e6;
    }

    .vote-row .r-text {
        text-align: left;
    }

    /*-------------------------*/
    /*-------------------------------------------------------*/
    /*----------Analyse, News-Artikel, Partnerseite----------*/
    .image-loading-placeholder {
        min-height: auto;
    }

    .partner-logo {
        float: none;
    }

    .partner-logo img {
        display: block;
    }

    .single-article-view .article-img {
        margin: 0 auto;
        display: block;
    }

    .single-article-view table {
        display: block;
        overflow-x: auto;
    }

    .single-analysis-view .tts-push-fid-dateTime.right {
        float: none;
    }

    /*-------------------------------------------------------*/
    /*------------------------------*/
    /*----------Newsletter----------*/
    .newsletter-intro ~ .size-6 {
        padding: 0;
    }

    .newsletter-intro ~ .size-6.padded-right {
        margin-bottom: 10px;
    }

    [class*="size-"].cbx-field {
        float: left;
    }

    .newsletter-type .size-6 {
        padding: 0;
        margin-bottom: 10px;
    }

    .newsletter-box p ~ a {
        position: relative;
        bottom: auto;
        display: block;
    }

    .pdf-preview img {
        width: auto;
        height: 40px;
    }

    #premiumNSSub .field.padded-right,
    #freeNSSub .field.padded-right,
    #premiumNSSub .field.padded-left,
    #freeNSSub .field.padded-left {
        padding: 0;
    }

    /*------------------------------*/
    /*---COMPARISON PAGES---*/
    /*----------------------*/
    .comparison-header .page-container.small-width .comparison-header-content {
        display: block;
        max-width: 100%;
    }

    .best-comparison-box .btn.small {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .best-comparison-box .info-img {
        display: none;
    }

    .best-comparison-box .top-info {
        padding-left: 0;
    }

    .rating-container .rating-badge {
        margin: 15px auto 0;
    }

    .top-ranking-mobile .logo-col .c-text {
        padding-right: 0;
    }

    .top-ranking-mobile .logo-col img {
        max-width: 200px;
        max-height: 100px;
    }

    .top-ranking-mobile .logo-col.size-4 {
        margin-bottom: 5px;
    }

    /*----------------------*/
    /*----------PARTNER PAGE----------*/
    /*--------------------------------*/
    .square-grid .item-inner {
        padding: 10px 0;
    }

    /*--------------------------------*/
    /*----------ADS----------*/
    #sas_22375, #sas_22374, #sas_22373, #sas_23175, #sas_23170, #sas_23176 {
        display: none;
    }

    /*-----------------------*/
}

@media (max-width: 767.98px) {
    /* COMMUNITY START */
    .social-container ul li:first-child {
        text-align: right;
        line-height: 12px;
    }

    #Form_RegisterForm .checkablevisibility input[type=checkbox],
    #Form_ProfileForm .checkablevisibility input[type=checkbox] {
        left: 15px;
        bottom: -33px;
        top: auto;
        right: auto;
    }

    #Form_RegisterForm .checkablevisibility.holder-required input[type=checkbox],
    #Form_ProfileForm .checkablevisibility.holder-required input[type=checkbox] {
        bottom: -42px;
    }

    #Form_RegisterForm .checkablevisibility + label,
    #Form_ProfileForm .checkablevisibility + label {
        padding-top: 7px;
        padding-bottom: 23px;
    }

    #Form_RegisterForm label,
    #Form_ProfileForm label,
    #Form_RegisterForm span.description {
        left: 26px;
    }

    #Form_ProfileForm .showOnClick {
        width: 100%;
    }

    .forum-overview-table tr td:first-child {
        width: 120px;
    }

    .forum-overview-table tr td:nth-child(3) {
        width: 165px;
    }

    .forum-overview-table tr td:last-child {
        display: none;
    }

    .forum-last-posts-table tr td:first-child {
        width: 120px;
    }

    .forum-last-posts-table tr td:nth-child(3),
    .forum-thread-table tr td:nth-child(2) {
        display: none;
    }

    .forum-last-posts-table tr td:nth-child(4),
    .forum-thread-table tr td:nth-child(3) {
        display: none;
    }

    .forum-last-posts-table tr td:last-child,
    .forum-thread-table tr td:last-child {
        width: 100px;
    }

    .report-post-check .window {
        top: 20%;
        height: 60%;
        width: 80%;
        left: 10%;
        padding: 100px 20px;
    }

    .forum-thread-type .post-list > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left {
        padding: 0 0 0 20px;
    }

    /* COMMUNITY END */
    .bex-content-ad .single.no-padding .article-preview {
        padding-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .fullscreen-popup .popup-container {
        background-position: right 0px top 170px;
        margin-top: 20px;
    }

    .fullscreen-popup .popup-container .quote-container {
        background-size: 80px;
    }

    .upper-content .top-divs .size-6,
    .upper-content .top-divs .size-3 {
        width: 100%;
        float: none;
    }

    .upper-content .top-divs .l-text {
        text-align: center;
    }

    .upper-content .top-divs > div:nth-child(2),
    .upper-content .top-divs > div:nth-child(3) {
        display: none;
    }

    .btn-container {
        width: 100%;
    }

    .best-comparison-box .btn.small {
        max-width: 100%;
        height: auto;
    }

    .best-comparison-box .rating-container {
        width: 100%;
        text-align: center;
    }

    .best-comparison-box.linkbox .msg {
        width: 100%;
    }

    .best-comparison-box.linkbox .bank {
        width: 100%;
    }

    /* COMMUNITY START */
    .table-slider .slick-prev,
    .table-slider .slick-next {
        bottom: -30px;
    }

    .forum-overview-table tr td:first-child {
        width: 90px;
    }

    .forum-last-posts-table tr td:first-child {
        width: 90px;
    }

    .forum-overview-table tr td:nth-child(3) {
        width: 125px;
    }

    .forum-last-posts-table tr td:last-child,
    .forum-thread-table tr td:last-child {
        width: 70px;
    }

    .title-btn-wrapper .btn {
        width: 30%;
        width: calc(160px + 0px);
    }

    .title-btn-wrapper .title {
        width: 70%;
        width: calc(100% - 160px);
    }

    .forum-thread-type .post-list > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left {
        padding: 0 0 0 15px;
    }

    /* COMMUNITY END */
}

@media (max-width: 469px) {
    .hide-s {
        display: none;
    }

    table.default-table b.nobreak {
        word-break: break-all;
    }

    table.mobile-fixed-table {
        table-layout: fixed;
    }

    table.mobile-fixed-table td {
        width: 50%;
    }
}

@media (max-width: 430px) {
    .upper-content {
        /*h3 { display: none; }*/
    }

    .upper-content span.header-change {
        display: block;
    }

    .fullscreen-popup .popup-container {
        background-image: none;
        padding: 35px 20px;
    }

    .fullscreen-popup .popup-container p {
        width: 100%;
        margin-bottom: 12px;
    }

    .fullscreen-popup .popup-container .quote-container {
        background-size: 70px;
        background-position: right 15px bottom 18px;
    }

    .fullscreen-popup .popup-container .quote-container .quote {
        font-size: 30px;
        line-height: 33px;
    }

    .fullscreen-popup .popup-container .quote-container p.quote-author {
        margin-bottom: 20px;
    }

    .grid-element.analysis .more-btn {
        width: 100%;
    }

    .grid-element.social-news .SocialFeedPic {
        display: none;
    }

    .grid-element.news-feed .article-image {
        border: none;
    }

    .grid-element.news-feed .article-image.article-image {
        width: 0;
        display: none;
    }

    .grid-element.news-feed .article-preview {
        padding: 0 0 10px;
    }

    .grid-element.calendar .size-10 {
        padding-top: 60px;
    }

    .grid-element.calendar .current-date {
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        padding: 10px 0;
    }

    .grid-element.calendar .current-date .day {
        font-size: 20px;
        line-height: 23px;
    }

    .best-comparison-box .top-logo,
    .best-comparison-box .top-awards {
        margin: 0 auto;
        display: block;
        float: none;
    }

    .bid-mobile {
        float: none;
    }

    /* COMMUNITY START */
    #Form_RegisterForm fieldset > div,
    #Form_ProfileForm fieldset > div {
        padding: 0 0;
    }

    #Form_RegisterForm label,
    #Form_ProfileForm label,
    #Form_RegisterForm span.description {
        left: 11px;
    }

    .title-btn-wrapper .title,
    .title-btn-wrapper .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .forum-type table td,
    .forum-type table td a {
        font-size: 12px;
        line-height: 15px;
    }

    .table-slider .slick-dots li {
        bottom: -29px;
    }

    .table-slider .slick-dots li:last-child {
        left: 65%;
    }

    .table-slider .slick-dots li:first-child {
        right: 65%;
    }

    .forum-overview-table tr td:first-child {
        width: 55px;
    }

    .forum-last-posts-table tr td:first-child {
        width: 55px;
    }

    .forum-overview-table tr td:nth-child(3) {
        width: 75px;
    }

    .report-post-check .window {
        top: 10%;
        height: 80%;
        width: 90%;
        left: 5%;
        padding: 90px 20px;
    }

    .post-list.padded {
        padding: 0;
    }

    .thread-stats {
        display: none;
    }

    .thread-title {
        width: 100%;
    }

    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left {
        padding: 0 0 0 0px;
    }
}

@media (max-width: 399px) {
    /* COMMUNITY START */
    .table-slider .slick-prev,
    .table-slider .slick-next {
        bottom: -32px;
    }

    /* COMMUNITY END */
}

@media (max-width: 370px) {
    #social-share-container {
        display: none;
    }
}

@media (max-width: 365px) {
    .social-container .icon {
        margin-right: 9px;
    }
}

@media (max-width: 350px) {
    /* COMMUNITY START */
    .table-slider .slick-prev,
    .table-slider .slick-next {
        bottom: -34px;
    }

    /* COMMUNITY END */
}


/*Änderungen 20.03.23*/
.single-article-view img {
    height: auto;
}

@media (max-width: 1465px) {
    .page-container {
        margin-left: auto;
    }
}

.header-share a {
    text-decoration: none;
}

header {
    position: relative;
}

header.sticky {
    position: fixed;
}

header.sticky .superbanner-container {
    float: none;
}

.login-page form label {
    display: inline-block;
    float: none;
}

.login-page form input[type=checkbox] {
    width: auto !important;
    display: inline-block;
}

.login-page form input {
    border: 1px solid grey;
    border-color: initial;
}

#social-share-container {
    position: fixed;
    left: 0;
    bottom: 1%;
    z-index: 999999;
}

/*-----SOCIAL SHARE ICONS SITEBAR-----*/
/*------------------------------------*/
.social-share-single {
    background-color: #e6e6e6;
    width: 125px;
    height: 40px;
    cursor: pointer;
    -webkit-transition: background-color 150ms linear, margin 150ms ease-out;
    -ms-transition: background-color 150ms linear, margin 150ms ease-out;
    transition: background-color 150ms linear, margin 150ms ease-out;
    position: relative;
    margin-left: -85px;
}

.social-share-single a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.social-share-single a .share-text {
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 5px;
}

.social-share-single a .share-text p {
    font-size: 16px;
    line-height: 20px;
}

.social-share-single a .icon-container {
    padding-left: 15px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
}

.social-share-single a .icon-container .icon {
    background-image: url("/public/images/socialshare/social.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.social-share-single#social-share-facebook .icon-container .icon {
    height: 23px;
    background-position: 0 0;
}

.social-share-single#social-share-facebook:hover {
    background-color: #4267b2;
}

.social-share-single#social-share-facebook:hover .icon {
    background-position: 0 -23px;
}

.social-share-single#social-share-twitter .icon-container .icon {
    height: 18px;
    background-position: 0 -154px;
}

.social-share-single#social-share-twitter:hover {
    background-color: #00a9f1;
}

.social-share-single#social-share-twitter:hover .icon {
    background-position: 0 -172px;
}

.social-share-single#social-share-google-plus .icon-container .icon {
    height: 18px;
    background-position: 0 -46px;
}

.social-share-single#social-share-google-plus:hover {
    background-color: #DC4E41;
}

.social-share-single#social-share-google-plus:hover .icon {
    background-position: 0 -64px;
}

.social-share-single#social-share-linked-in .icon-container .icon {
    height: 20px;
    background-position: 0 -82px;
}

.social-share-single#social-share-linked-in:hover {
    background-color: #0073b1;
}

.social-share-single#social-share-linked-in:hover .icon {
    background-position: 0 -102px;
}

.social-share-single#social-share-xing .icon-container .icon {
    height: 22px;
    background-position: 0 -240px;
}

.social-share-single#social-share-xing:hover {
    background-color: #b0d400;
}

.social-share-single#social-share-xing:hover .icon {
    background-position: 0 -262px;
}

.social-share-single#social-share-mail .icon-container .icon {
    height: 16px;
    background-position: 0 -122px;
}

.social-share-single#social-share-mail:hover {
    background-color: #4a4949;
}

.social-share-single#social-share-mail:hover .icon {
    background-position: 0 -138px;
}

.social-share-single:hover {
    margin-left: 0;
}

.social-share-single:hover .share-text p {
    color: #ffffff;
}

/*------------------------------------*/
/*-----FEEDBACK-----*/
/*------------------*/
#feedback-container {
    margin-top: -40px;
    -moz-transition: margin 0.7s;
    -ms-transition: margin 0.7s;
    -o-transition: margin 0.7s;
    -webkit-transition: margin 0.7s;
    transition: margin 0.7s;
    width: 470px;
    margin-left: -430px;
}

#feedback-container.open {
    margin-left: 0;
}

#feedback-container #feedback-btn {
    background-color: #ee7601;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    display: inline-block;
    float: right;
    padding: 10px 20px;
}

#feedback-container #feedback-btn a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
}

#feedback-container #feedback-form {
    width: 430px;
    background-color: #fff;
    border-top: 2px solid #ee7601;
    border-bottom: 2px solid #ee7601;
    border-right: 2px solid #ee7601;
    float: left;
}

#feedback-container #feedback-form input,
#feedback-container #feedback-form textarea {
    width: 100%;
    border: 1px solid #949494;
}

#feedback-container #feedback-form form .cbx-field input ~ label:before,
#feedback-container #feedback-form form .cbx-field input ~ .description:before {
    border: 1px solid #949494;
}

/*------------------*/
/*-----SCROLL TOP-----*/
/*--------------------*/
.scroll-top {
    position: fixed;
    bottom: 20px;
    right: 90px;
    background-color: #ee7601;
    border: 2px solid #fff;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 999999;
}

.scroll-top * {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}

.scroll-top i {
    margin-top: -4px;
}

.scroll-top:hover {
    background-color: #884401;
}

/*--------------------*/
/*-----DATENSCHUTZ SEITE-----*/
/*---------------------------*/
#analyticsNoticeDiv,
#facebookNoticeDiv {
    color: #ee7601;
}

/*---------------------------*/
/*-----TOOLS - RECHNER-----*/
/*-------------------------*/
.currency-calculator-form .dropdown.default .dropdown-options {
    max-height: 252px;
}

/*-------------------------*/
.ui-widget-header .ui-icon {
    background-image: url('../images/ui-icons_444444_256x240.png') !important;
}

.homepage-type .top-flop .gray,
.homepage-type .news-articles .article-container {
    min-height: 470px;
    position: relative;
    padding-bottom: 40px;
}

.stockexchangepage-type .currencies .grey-border,
.stockexchangepage-type .resources .grey-border {
    min-height: 165px;
}

.stockexchange-sharepage-type .indices-container .gray,
.stockexchange-sharepage-type .historic-container .gray {
    min-height: 216px;
}

.simple-chart-resource a,
.simple-chart-market a,
.simple-chart-currency a {
    text-decoration: none;
}

span.date {
    font-size: 13px;
    line-height: 16px;
}

/*-----GRID ELEMENTS-----*/
/*-----------------------*/
/*GridMarketNews, GridNewsArticles*/
.news-articles .single {
    position: relative;
    padding: 10px 0;
}

.news-articles .single:first-child {
    margin-top: 0;
    padding: 0;
}

.news-articles .single:nth-child(2) {
    padding-top: 0;
}

.news-articles .single .meta {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 15px;
    line-height: 20px;
    white-space: nowrap;
}

.news-articles .single .meta p {
    font-size: 13px;
    line-height: 16px;
}

.news-articles .article-image {
    float: left;
    max-width: 25%;
    margin-right: 15px;
}

.news-articles .article-image img {
    display: block;
}

.news-articles .title a {
    text-decoration: none;
}

.news-articles.size-12 .article-image {
    max-width: 100%;
}

.news-articles.single-box .article-container {
    outline: 2px solid #e6e6e6;
}

.news-articles.multiple-boxes {
    padding-bottom: 0;
}

.news-articles.multiple-boxes .padded-box {
    position: relative;
    padding-bottom: 15px;
}

.news-articles.multiple-boxes .padded-box:nth-child(2n+3),
.news-articles.multiple-boxes .padded-box:first-child {
    padding-right: calc(7.5px);
    padding-left: 0;
}

.news-articles.multiple-boxes .padded-box:nth-child(even),
.news-articles.multiple-boxes .padded-box:nth-child(2),
.news-articles.multiple-boxes .padded-box:nth-child(3) {
    padding-left: calc(7.5px);
    padding-right: 0;
}

.news-articles.multiple-boxes .single {
    border: 2px solid #e6e6e6;
    height: 205px;
    overflow: hidden;
}

.news-articles.multiple-boxes .single.featured {
    height: 425px;
}

.news-articles.multiple-boxes .single.featured .article-image {
    float: none;
    width: 100%;
}

.news-articles.multiple-boxes .single.featured .article-image img {
    width: 100%;
}

.news-articles.multiple-boxes .single .article-preview {
    padding-top: 15px;
}

.news-articles.multiple-boxes .most-read-list {
    float: right;
}

.news-articles.multiple-boxes .most-read-list .black {
    border: none;
}

.news-articles.multiple-boxes .most-read-list .single {
    height: 700.5px;
}

/*NewsFeed*/
.news-feed .tab {
    display: block;
    float: left;
}

.news-feed .tab * {
    text-decoration: none;
}

.news-feed .tab h4 {
    border-left: 2px solid #e6e6e6;
}

.news-feed .tab.selected {
    background-color: #4d627f;
}

.news-feed .tab.selected h4 {
    color: #fff;
    border-left: none;
}

.news-feed .tab.selected + .tab h4 {
    border-left: none;
}

.news-feed .tab:first-child h4 {
    border-left: none;
}

.news-feed .single {
    margin-bottom: 15px;
}

.news-feed .current-tab-content {
    position: relative;
}

.news-feed .current-tab-content.loading::after {
    content: "";
    background-color: #ffffff;
    background-image: url('https://boerse-express.com/assets/4676b93f01/Wedges-3.gif');
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news-feed .article-image {
    border: 2px solid #e6e6e6;
    float: left;
    max-width: 25%;
}

.news-feed .article-image img {
    display: block;
}

.news-feed .article-preview {
    height: 88px;
    padding-right: 15px;
    padding-left: 10px;
}

.news-feed .title a {
    text-decoration: none;
}

.news-feed .next-prev-pagination.side-navigation .prev-page-nav {
    left: 5px;
}

.news-feed .next-prev-pagination.side-navigation .next-page-nav {
    right: 5px;
}

/*-----------------------*/
/*-----SINGLE ARTICLE PAGE-----*/
/*-----------------------------*/
.single-article-view em,
.single-article-view strong,
.single-article-view em a,
.single-article-view strong a {
    color: #4a4949;
}

.single-article-view table {
    margin: 0 auto;
    background-color: #e6e6e6;
    max-width: 100%;
    height: auto;
    width: auto;
    border: none;
}

.single-article-view table * {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.single-article-view table table thead *,
.single-article-view table table th,
.single-article-view table table th *,
.single-article-view table table strong,
.single-article-view table table strong *,
.single-article-view table table b,
.single-article-view table table b * {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #ee7601;
    text-transform: uppercase;
}

.single-article-view table table tr td,
.single-article-view table table tr th {
    text-align: left;
    max-width: 100%;
    height: auto;
    width: auto;
    border: none;
}

.single-article-view .article-img {
    padding-left: 15px;
    padding-bottom: 15px;
    max-width: 500px;
}

@media (max-width: 767px) {
    .single-article-view .article-img {
        padding-left: 0;
        padding-bottom: 0;
        max-width: 100%;
    }
}

.single-article-view .intro,
.single-article-view .intro p,
.single-article-view .article-text p,
.single-article-view .article-text ol,
.single-article-view .article-text ul,
.single-article-view .article-text pre {
    margin-bottom: 10px;
}

.single-article-view .intro {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
}

.single-article-view .intro * {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.single-article-view .article-text {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
}

.single-article-view .article-text ul,
.single-article-view .article-text ol {
    margin-left: 25px;
}

.single-article-view.external-article .article-text img {
    display: block;
    margin: 0 auto;
    float: none;
}

.single-article-view.external-article .article-text a p {
    text-decoration: none;
}

.single-article-view .related-articles {
    padding-left: 20px;
}

.single-article-view .related-articles .pagination {
    padding-bottom: 20px;
}

.single-article-view .related-articles .news-linkbox {
    margin-top: 15px;
}

/*-----------------------------*/
.article-list {
    height: 100%;
}

.article-list a {
    text-decoration: none;
}

.news-linkbox {
    text-align: center;
}

.most-read {
    height: 100%;
    position: relative;
}

.most-read .pagination.bot {
    position: absolute;
}

.apa-table {
    white-space: pre;
    font-family: monospace;
}

/*-----NEWSLETTER-----*/
/*--------------------*/
form .optionset .newsletter-cbx label {
    display: inline-block;
}

form .optionset .newsletter-cbx label:before {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4d627f;
    font-size: 20px;
    line-height: 23px;
    content: '';
    cursor: pointer;
    background-color: white;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: -30%;
}

form .optionset .newsletter-cbx input:checked ~ label:before {
    content: '\2713';
    vertical-align: -5%;
}

.newsletter-single form [class*="size-"].field {
    width: 100%;
}

.newsletter-single input {
    color: #4a4949;
}

.newsletter-single ::-webkit-input-placeholder {
    color: #949494;
}

.newsletter-single :-moz-placeholder {
    color: #949494;
}

.newsletter-single ::-moz-placeholder {
    color: #949494;
}

.newsletter-single :-ms-input-placeholder {
    color: #949494;
}

.newsletter-single.orange .btn.blue {
    background-color: #fff;
}

.newsletter-single.orange .btn.blue * {
    color: #ee7601;
}

.newsletter-single.blue .btn.blue {
    background-color: #fff;
}

.newsletter-single.blue .btn.blue * {
    color: #4d627f;
}

.extended-newsletter-form label,
.single-newsletter-form label {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
}

.extended-newsletter-form .newsletter-cbx input[type="checkbox"],
.single-newsletter-form .newsletter-cbx input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.single-newsletter-form input {
    color: #4a4949;
}

.single-newsletter-form ::-webkit-input-placeholder {
    color: #949494;
}

.single-newsletter-form :-moz-placeholder {
    color: #949494;
}

.single-newsletter-form ::-moz-placeholder {
    color: #949494;
}

.single-newsletter-form :-ms-input-placeholder {
    color: #949494;
}

.subject-field {
    display: none;
}

.pdf-preview a {
    display: block;
}

.pdf-preview img {
    width: 12%;
    vertical-align: middle;
}

.newsletter-box {
    border: 2px solid #e6e6e6;
    position: relative;
    min-height: 182px;
}

#premiumNS .newsletter-box {
    min-height: 282px;
}

.newsletter-box p ~ a {
    position: absolute;
}

.newsletterform .field.size-6 {
    width: 100%;
}

/*-----PARTNER OVERVIEW PAGE-----*/
/*-------------------------------*/
.square-grid .item-inner {
    height: 100%;
    width: 100%;
    padding: 10px;
}

.square-grid .item-inner .item-content {
    outline: 2px solid #e6e6e6;
    text-align: center;
}

.square-grid .item-inner .item-content a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.square-grid .item-inner .item-content img {
    padding: 15px;
    display: block;
    margin: 0 auto;
}

.square-grid .size-3:nth-child(4n+4) .item-inner {
    padding-right: 0;
}

.square-grid .size-3:nth-child(4n+1) .item-inner {
    padding-left: 0;
}

.partner-list .title {
    padding: 0 15px;
}

/*-------------------------------*/
/*-----SINGLE PARTNER PAGE-----*/
/*-----------------------------*/
/*-----------------------------*/
.result-section-heading {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 33px;
    text-transform: uppercase;
}

.result-section-heading .time-column {
    min-width: 170px;
}

.result-section-heading .source-column {
    min-width: 170px;
}

.search-result-excerpt {
    font-size: 12px;
}

.result-section table tr td {
    border-bottom: 1px solid #e6e6e6;
}

/*-----SOCIALFEED-----*/
/*--------------------*/
.two_cols .SocialFeed {
    width: 50%;
    float: left;
}

.SocialFeedLink {
    text-decoration: none;
    display: table;
    width: 100%;
}

.SocialFeedLink .SocialFeedPic {
    width: 70px;
}

.SocialFeedLink .SocialFeedPic img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
}

.SocialFeedLink .SocialFeedText {
    border: 2px solid #e6e6e6;
    width: 100%;
    padding: 5px;
}

.SocialFeedLink .SocialFeedText .social-channel-time img {
    width: 15.5px;
    height: 14.5px;
}

/*-----GRID ELEMENT-----*/
/*----------------------*/
.social-news .SocialFeed {
    margin-bottom: 15px;
}

/*-----TABS & CHART TABS-----*/
/*---------------------------*/
.tab {
    display: block;
}

.tabs-navigation div {
    float: left;
    border-bottom: 1px solid #4a4949;
    padding: 10px 0;
}

.tabs-navigation div.selected {
    background-color: #4a4949;
}

.tabs-navigation div.selected a {
    color: #fff;
}

.tabs-navigation div.commingsoon {
    cursor: default;
    position: relative;
    border-bottom: 1px solid #b3b3b3;
}

.tabs-navigation div.commingsoon a {
    color: #b3b3b3;
    border-left: 1px solid #b3b3b3;
}

.tabs-navigation div.commingsoon a:before {
    position: absolute;
    border: none;
    color: #e6e6e6;
    content: 'Coming soon';
    font-size: 12px;
    bottom: -5px;
    left: -10%;
    width: 120%;
    text-align: center;
}

.tabs-navigation a {
    text-decoration: none;
    border-left: 1px solid #4a4949;
    text-transform: uppercase;
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    padding: 0 15px;
}

.chart-info .l-text span {
    margin-right: 5px;
}

.chart-info .l-text span.tts-push-fid-change,
.chart-info .l-text span.tts-push-fid-last {
    margin-right: 0;
}

.chart-nav {
    margin-top: 5px;
}

.chart-nav div {
    float: left;
    padding: 5px 0;
}

.chart-nav div.selected {
    background-color: #ee7601;
}

.chart-nav div.selected a {
    color: #fff;
}

.chart-nav a {
    text-decoration: none;
    border-left: 1px solid #4a4949;
    padding: 0 15px;
}

.tabs-navigation div.selected + div a,
.tabs-navigation div:first-child a,
.chart-nav div.selected + div a,
.chart-nav div.selected > a,
.chart-nav div:first-child a {
    border: none;
}

/*---------------------------*/
.market-shares-table .time,
.grid-element.resources .time,
.grid-element.currencies .time {
    min-width: 140px;
}

.chart-single-info span {
    margin-right: 15px;
}

.chart-single-info span:last-child {
    margin-right: 0;
}

.chart-image {
    display: none;
    /*&.loading {

    }*/
}

.chart-image.selected {
    display: block;
}

.loading {
    content: "";
    background-image: url('http://boerse-express.com/assets/4676b93f01/Wedges-3.gif');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 200px;
    top: 0;
    left: 0;
}

/*.single-chart-image.loading {
    content: "";
    background-image: url('http://boerse-express.com/assets/4676b93f01/Wedges-3.gif');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 200px;
    top: 0;
    left: 0;
}*/
.upper-content span {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.upper-content span.header-price {
    font-size: 36px;
    line-height: 43px;
}

.upper-content span.header-change {
    font-size: 32px;
    line-height: 35px;
}

.upper-content span.header-bid,
.upper-content span.header-ask {
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
}

.upper-content div.exchange-info {
    float: left;
    margin: 15px 0;
}

.upper-content div.exchange-info .header-currency {
    margin-right: 15px;
}

.upper-content div.bid-ask-info .bid-mobile {
    float: left;
    margin-right: 20px;
}

.upper-content div.bid-ask-info .description {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 28px;
}

.upper-content div.exchange-select {
    margin-top: 15px;
    margin-left: 20px;
}

.exchange-select a.padded {
    height: 100%;
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 44px;
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.dropdown.bordered {
    border: 1px solid #fff;
}

.header-chart-image img {
    max-height: 190px;
}

.details-container .padded-full {
    border: 3px solid #e6e6e6;
}

/*News-Tab*/
.sharenews-container {
    position: relative;
}

table.sharenews {
    margin: 0 10px;
}

table.sharenews td.leftcol {
    min-width: 160px;
    vertical-align: top;
}

table.sharenews a {
    text-decoration: none;
}

/*-----PUSH DATA-----*/
/*-------------------*/
@-moz-keyframes pushPositive {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(105, 188, 31, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

@-webkit-keyframes pushPositive {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(105, 188, 31, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

@-o-keyframes pushPositive {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(105, 188, 31, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

@keyframes pushPositive {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(105, 188, 31, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

@-moz-keyframes pushNegative {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(248, 110, 83, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

@-webkit-keyframes pushNegative {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(248, 110, 83, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

@-o-keyframes pushNegative {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(248, 110, 83, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

@keyframes pushNegative {
    0% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(248, 110, 83, 0.35);
    }
    100% {
        background-color: transparent;
    }
}

.push-positive {
    -moz-animation: pushPositive 0.3s ease-in-out;
    -webkit-animation: pushPositive 0.3s ease-in-out;
    -o-animation: pushPositive 0.3s ease-in-out;
    animation: pushPositive 0.3s ease-in-out;
}

.push-negative {
    -moz-animation: pushNegative 0.3s ease-in-out;
    -webkit-animation: pushNegative 0.3s ease-in-out;
    -o-animation: pushNegative 0.3s ease-in-out;
    animation: pushNegative 0.3s ease-in-out;
}

/*-------------------*/
#Form_RegisterForm,
#Form_ProfileForm,
#LostPasswordForm_lostPasswordForm,
#ChangePasswordForm_ChangePasswordForm,
#MemberLoginForm_LoginForm {
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

#Form_RegisterForm label,
#Form_ProfileForm label,
#Form_RegisterForm span.description {
    position: absolute;
    left: 30px;
    top: 15px;
    transition: transform 0.25s ease-out;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transform-origin: left;
    z-index: 1;
    color: #949494;
}

#Form_RegisterForm .hide-label label {
    display: none;
}

#Form_RegisterForm span.description {
    font-family: 'SourceSans', Tahoma;
    font-size: 16px;
    line-height: 20px;
}

#Form_RegisterForm .password,
#Form_ProfileForm .password {
    position: relative;
    float: none;
}

span.readonly {
    background-color: white;
    width: 100%;
    display: block;
    padding: 15px;
    padding-top: 22px;
    padding-bottom: 8px;
    font-family: 'SourceSans', Tahoma;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #949494;
}

#Form_ProfileForm_Nickname_Holder label {
    transform: translateY(-13px) scale(0.85);
}

#Form_RegisterForm label.inactive,
#Form_ProfileForm label.inactive {
    transform: translateY(-13px) scale(0.85);
}

#Form_RegisterForm .hidden-check input.checkbox,
#Form_ProfileForm .hidden-check input.checkbox {
    display: none;
}

.visibility-check,
.visibility-label {
    float: left;
}

.visibility-check {
    margin-top: 4px;
    margin-right: 7px;
}

#Form_RegisterForm input[type=file],
#Form_ProfileForm input[type=file] {
    cursor: pointer;
    opacity: 0;
    width: 100%;
    height: 229px;
}

#Form_RegisterForm .file-upload-field,
#Form_ProfileForm .file-upload-field {
    position: relative;
    margin-bottom: 50px;
}

#Form_RegisterForm .file-upload-field input,
#Form_ProfileForm .file-upload-field input {
    margin-bottom: 0;
}

#Form_RegisterForm .file-upload-field .middleColumn,
#Form_ProfileForm .file-upload-field .middleColumn {
    border: 1px dashed #4a4949;
}

#Form_RegisterForm .file-upload-field label,
#Form_ProfileForm .file-upload-field label {
    position: absolute;
    top: 49%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

#Form_RegisterForm fieldset > div,
#Form_ProfileForm fieldset > div {
    padding: 0 15px;
    position: relative;
}

#Form_RegisterForm.padded,
#Form_ProfileForm.padded {
    padding: 35px 20px 75px;
}

#Form_RegisterForm input,
#Form_ProfileForm input,
#LostPasswordForm_lostPasswordForm input[type=submit],
#ChangePasswordForm_ChangePasswordForm input[type=submit],
#MemberLoginForm_LoginForm input[type=submit] {
    border: none;
    outline: none;
    padding-top: 22px;
    padding-bottom: 8px;
    float: none;
}

#LostPasswordForm_lostPasswordForm input[type=submit],
#ChangePasswordForm_ChangePasswordForm input[type=submit],
#MemberLoginForm_LoginForm input[type=submit] {
    background-color: #4d627f;
    color: #fff;
    cursor: pointer;
    text-align: center;
    height: 53px;
    display: block;
    z-index: 10;
}

#LostPasswordForm_lostPasswordForm input[type=submit]:hover,
#ChangePasswordForm_ChangePasswordForm input[type=submit]:hover,
#MemberLoginForm_LoginForm input[type=submit]:hover {
    background-color: #3a495e;
}

#LostPasswordForm_lostPasswordForm input[type=submit],
#ChangePasswordForm_ChangePasswordForm input[type=submit],
#MemberLoginForm_LoginForm input[type=submit],
#Form_RegisterForm input[type=submit],
#Form_ProfileForm input[type=submit] {
    padding: 15px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'SourceSansBold';
}

#Form_RegisterForm .form-header,
#Form_ProfileForm .form-header {
    padding: 0 15px;
    margin-top: 30px;
}

#Form_RegisterForm .checkablevisibility + label,
#Form_ProfileForm .checkablevisibility + label {
    position: relative;
    padding-left: 43px;
    padding-top: 14px;
    left: 0;
    top: 0;
}

#Form_RegisterForm .checkablevisibility input[type=checkbox],
#Form_ProfileForm .checkablevisibility input[type=checkbox] {
    position: absolute;
    right: -40px;
    top: 15px;
    z-index: 10;
}

#Form_RegisterForm .confirmedpassword {
    margin-bottom: 20px;
}

#Form_ProfileForm .confirmedpassword {
    margin-bottom: 25px;
    margin-top: 15px;
}

#Form_RegisterForm .confirmedpassword label,
#Form_ProfileForm .confirmedpassword label {
    left: 15px;
}

#Form_RegisterForm .checkbox-row label,
#Form_ProfileForm .checkbox-row label,
#Form_RegisterForm .checkbox-row span.description {
    position: relative;
    left: 0;
    top: 0;
    margin-top: 10px;
}

#Form_RegisterForm .checkbox-row input,
#Form_ProfileForm .checkbox-row input {
    margin-top: 14px;
    margin-right: 10px;
}

#LostPasswordForm_lostPasswordForm .btn,
#ChangePasswordForm_ChangePasswordForm .btn,
#MemberLoginForm_LoginForm .btn,
#Form_RegisterForm .btn,
#Form_ProfileForm .btn {
    margin-bottom: 0;
}

#Form_RegisterForm > p.message,
#Form_ProfileForm > p.message {
    margin: 0px 15px 10px;
}

#Form_ProfileForm .showOnClick {
    display: block;
    margin: 0 auto;
    width: 42%;
}

#Form_ProfileForm .showOnClick > a {
    width: 100%;
    display: block;
    background-color: #ee7601;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    height: 53px;
    line-height: 53px;
    padding: 0 25px;
}

#Form_ProfileForm .showOnClickContainer > div:first-child {
    margin-top: 10px;
}

#Form_ProfileForm .confirmedpassword .message {
    width: 42%;
    display: block;
    margin: 10px auto 0;
}

/**** forum ****/
.forum-type tbody strong {
    font-family: 'SourceSansBold';
    color: #4a4949;
    text-transform: uppercase;
}

.forum-type .slick-list {
    margin-bottom: 35px;
}

.forum-overview-table,
.forum-last-posts-table,
.forum-thread-table {
    table-layout: fixed;
}

.forum-overview-table tr td:first-child {
    width: 150px;
}

.forum-overview-table tr td:nth-child(2) {
    width: auto;
}

.forum-overview-table tr td:nth-child(3) {
    width: 220px;
}

.forum-overview-table tr td:last-child {
    width: 120px;
}

.forum-last-posts-table tr td:first-child {
    width: 150px;
}

.forum-last-posts-table tr td:nth-child(2) {
    width: auto;
}

.forum-last-posts-table tr td:nth-child(3) {
    width: 120px;
}

.forum-last-posts-table tr td:nth-child(4) {
    width: 120px;
}

.forum-last-posts-table tr td:last-child {
    width: 175px;
}

.forum-thread-table tr td:first-child {
    width: auto;
}

.forum-thread-table tr td:nth-child(2) {
    width: 120px;
}

.forum-thread-table tr td:nth-child(3) {
    width: 120px;
}

.forum-thread-table tr td:last-child {
    width: 175px;
}

.forum-type .dropdown {
    margin-bottom: 15px;
}

ul.dropdown-options {
    padding-left: 0;
}

.forum-type .dropdown.padded {
    padding-right: 0;
}

.forum-type input,
.forum-type textarea {
    padding: 15px 25px;
    margin-bottom: 15px;
    border: none;
    font-family: 'SourceSans', Tahoma;
}

.forum-type textarea {
    width: 100%;
    height: 200px;
    resize: none;
}

.forum-type .answer-form-container textarea {
    height: 120px;
}

.answer-form-container {
    margin-bottom: 10px;
    margin-top: 5px;
}

.breadcrumbs {
    margin-bottom: 25px;
}

.breadcrumbs span {
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumbs span:first-child {
    margin-left: 0px;
}

.breadcrumbs span:last-child {
    margin-right: 0px;
}

.no-posts {
    margin-top: 10px;
}

.thread-title h4 em,
.post-title em {
    color: #4a4949;
}

.thread-title,
.thread-stats,
.title-btn-wrapper .title,
.title-btn-wrapper .btn {
    display: inline-block;
    vertical-align: bottom;
}

.thread-title {
    width: 80%;
    width: calc(100% - 140px);
}

.title-btn-wrapper .title {
    width: 70%;
    width: calc(100% - 240px);
}

.thread-stats {
    width: 20%;
    width: calc(140px + 0px);
    padding-top: 10px;
    padding-bottom: 10px;
}

.title-btn-wrapper .btn {
    width: 30%;
    width: calc(240px + 0px);
}

.thread-stats .stat-count {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 5px;
}

.thread-stats .stat-title {
    padding-top: 5px;
}

.post-content {
    margin-bottom: 30px;
    margin-top: 30px;
}

.post {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 20px;
}

.post .post-content {
    margin-top: 10px;
    margin-bottom: 20px;
}

.forum-thread-type .padded-left {
    padding: 0 0 0 0;
}

.forum-thread-type .post-list > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
.forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left {
    padding: 0 0 0 25px;
}

.post .answer-link {
    margin-right: 20px;
}

.post .answer-link em {
    color: #4d627f;
}

.post .report-link em {
    color: #4a4949;
}

.post .answer-link,
.post .report-link {
    text-decoration: none;
}

.forum-type table tbody em {
    color: #4a4949;
}

.forum-container-type table tr td:first-child {
    max-width: none;
}

.forum-type a.title {
    text-decoration: none;
}

.report-loading-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    background-image: url('http://boerse-express.com/assets/4676b93f01/Wedges-3.gif');
    background-repeat: no-repeat;
    background-position: center;
    display: none;
}

.report-loading-overlay.active {
    display: block;
}

.report-post-check {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 999999;
}

.report-post-check .window {
    position: absolute;
    top: 35%;
    height: 22%;
    background-color: white;
    border: 4px solid #4d627f;
    width: 40%;
    left: 30%;
    text-align: center;
    padding: 40px 20px;
}

.report-post-check .window p {
    margin-bottom: 20px;
}

.report-post-check.active {
    display: block;
}

.table-slider .slick-prev,
.table-slider .slick-next {
    bottom: -25px;
    top: auto;
}

.table-slider .slick-prev {
    right: 55%;
    left: auto;
}

.table-slider .slick-prev::before {
    background-image: url('../images/left_orange.png');
}

.table-slider .slick-next {
    left: 55%;
    right: auto;
}

.table-slider .slick-next::before {
    background-image: url('../images/right_orange.png');
}

.table-slider .slick-dots li {
    display: none;
    cursor: pointer;
    position: absolute;
    bottom: -23px;
    top: auto;
}

.table-slider .slick-dots li button {
    opacity: 0;
}

.table-slider .slick-dots li:first-child,
.table-slider .slick-dots li:last-child {
    display: block;
}

.table-slider .slick-dots li:first-child {
    right: 60%;
    left: auto;
}

.table-slider .slick-dots li:last-child::before,
.table-slider .slick-dots li:last-child::after,
.table-slider .slick-dots li:first-child::before,
.table-slider .slick-dots li:first-child::after {
    position: absolute;
    width: 10px;
    height: 26px;
    content: '';
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.table-slider .slick-dots li:first-child::before {
    background-image: url('../images/left_orange.png');
}

.table-slider .slick-dots li:first-child::after {
    background-image: url('../images/left_orange.png');
    left: 5px;
}

.table-slider .slick-dots li:last-child {
    left: 60%;
    right: auto;
}

.table-slider .slick-dots li:last-child::before {
    background-image: url('../images/right_orange.png');
    left: -5px;
}

.table-slider .slick-dots li:last-child::after {
    background-image: url('../images/right_orange.png');
}

.thread-title h4 {
    font-size: 32px;
    line-height: 35px;
}

.standard-page p,
.standard-page ul {
    margin-bottom: 10px;
}

.image-loading-placeholder {
    min-height: 200px;
}

::-webkit-input-placeholder {
    color: #949494;
}

:-moz-placeholder {
    color: #949494;
}

::-moz-placeholder {
    color: #949494;
}

:-ms-input-placeholder {
    color: #949494;
}

[class*="size-"] {
    float: left;
    display: block;
}

#main-content {
    position: relative;
}

.page-content {
    position: relative;
}

.page-container {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    padding: 15px 0;
}

/*-!-*/
p,
ul,
a,
button,
td {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
}

em,
strong,
em a,
strong a {
    color: #ee7601;
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
}

.full-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*!*/
.mobile-only {
    text-align: center;
}

button.btn {
    width: 100%;
}

.btn {
    cursor: pointer;
    text-align: center;
    height: 40px;
    display: block;
    outline: none;
    border: none;
    z-index: 10;
    position: relative;
    /*&.more-btn {
      position: relative;
    }*/
}

.btn * {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
}

.btn.full-size-link a {
    display: block;
}

.btn.small {
    display: inline-block;
}

.btn.small.more-btn {
    margin-top: -20px;
}

.btn.blue {
    background-color: #4d627f;
}

.btn.blue * {
    color: #fff;
}

.btn.blue:hover {
    background-color: #273140;
}

.btn.blue.border {
    border: 1px solid #fff;
}

.btn.white {
    background-color: #fff;
}

.btn.white:hover {
    background-color: #e6e6e6;
}

.btn.white.onorange * {
    color: #ee7601;
}

.btn.orange:hover {
    background-color: #884401;
}

.btn.table-btn {
    height: 30px;
}

.btn.table-btn * {
    line-height: 30px;
    font-size: 14px;
}

.btn.stick-to-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.btn.stick-to-bottom.grid-btn {
    width: 100%;
}

h5 a,
table a {
    text-decoration: none;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid #4d627f;
    margin: 15px 0;
}

hr.black {
    border-color: #fff;
}

hr.gray {
    border-color: #4a4949;
}

/*-----FORM-----*/
/*--------------*/
fieldset {
    border: none;
    outline: none;
}

p.error {
    background-color: #f86e53;
    color: #fff;
    display: block;
}

form {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}

.gray-search-container form {
    margin-top: 0;
}

form input,
form textarea {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    padding: 10px 15px;
    border: none;
}

form div[class*="size-"] input[type="text"],
form div[class*="size-"] input[type="email"] {
    width: 100%;
}

form label {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
    display: none;
}

form label.error {
    background-color: #f86e53;
    color: #fff;
}

form .optionset li {
    list-style: none;
}

form .cbx-field input {
    display: inline;
    position: absolute;
    opacity: 0;
    width: 25px;
    height: 25px;
}

form .cbx-field input ~ .description p {
    display: inline;
    vertical-align: middle;
}

form .cbx-field input ~ label:before,
form .cbx-field input ~ .description:before {
    display: inline-block;
    content: '';
    width: 25px;
    height: 25px;
    background-color: white;
    vertical-align: middle;
    margin-right: 5px;
    cursor: pointer;
    color: #4d627f;
    font-size: 20px;
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

form .cbx-field input:checked ~ label:before,
form .cbx-field input:checked ~ .description:before {
    content: '\2713';
}

form .cbx-field li {
    padding: calc(2.5px) 0;
}

form .cbx-field li:first-child {
    padding-top: 0;
}

form .cbx-field li:last-child {
    padding-bottom: 0;
}

form .cbx-field a {
    font-size: 1em;
}

form .cbx-field p {
    font-size: 0.8em;
}

form .message {
    display: block;
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #4a4949;
    font-size: 16px;
    line-height: 20px;
}

form .message .good {
    background-color: #69bc1f;
    color: #fff;
}

.orange form input.border {
    border: 2px solid #fff;
    background-color: #ee7601;
}

form .field {
    margin: 5px 0;
}

form .subject-field {
    display: none;
}

/*--------------*/
/*-----NAVIGATION & PAGINATION-----*/
/*---------------------------------*/
.pagination.bot,
.pagination-search.bot {
    position: relative;
}

.pagination.bot.bottom-navigation,
.pagination-search.bot.bottom-navigation {
    width: 100%;
    margin-top: 25px;
}

.pagination ul,
.pagination-search ul {
    list-style-type: none;
    text-align: center;
}

.pagination ul li,
.pagination-search ul li {
    display: inline-block;
}

.pagination ul li a,
.pagination-search ul li a {
    height: 15px;
    width: 15px;
    border-radius: 15px;
    background-color: #e6e6e6;
    display: block;
}

.pagination ul li.active a,
.pagination-search ul li.active a {
    background-color: #ee7601;
    cursor: default;
}

.bottom-navigation .next-page-nav {
    position: absolute;
    top: -10px;
    right: 5px;
}

.bottom-navigation .prev-page-nav {
    position: absolute;
    top: -10px;
    left: 5px;
}

.next-prev-pagination.side-navigation .arrow-nav {
    position: absolute;
    top: 40%;
}

.next-prev-pagination.side-navigation .prev-page-nav {
    left: 10px;
}

.next-prev-pagination.side-navigation .next-page-nav {
    right: 10px;
}

/*.gray .pagination ul li:not(.active) a,
.gray .pagination-search ul li:not(.active) a {
    border: 1px solid #4a4949;
}*/
/*---------------------------------*/
/*-----TABLE-----*/
/*---------------*/
.padded-full table thead td {
    padding-top: 0;
    line-height: 1;
}

.padded-full table tbody tr:last-child td {
    padding-bottom: 0;
}

table.default-table {
    width: 100%;
}

table.default-table * {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
}

table.default-table em {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
}

table.default-table b {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
}

table.default-table b.nobreak {
    word-break: keep-all;
}

table.default-table thead * {
    font-family: 'SourceSansBold', Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #ee7601;
    text-transform: uppercase;
}

table.even-odd-table {
    border-collapse: collapse;
}

table.even-odd-table tbody tr.orange {
    background-color: #ee7601;
}

table.even-odd-table tbody tr:nth-child(odd):not(.orange) {
    background-color: #e6e6e6;
}

table.even-odd-table td {
    padding: 5px;
}

table.hover-table tbody tr:hover td {
    background: #e6e6e6;
}

/*---------------*/
/*-----TABLE TABS-----*/
/*--------------------*/
.table-tab-container .table-tab {
    cursor: pointer;
}

.table-tab-container .table-tab-table {
    display: none;
}

.table-tab-container .table-tab-table.four-columns td {
    width: 25%;
}

.table-tab-container .table-tab-table.visible {
    display: table;
}

/*--------------------*/
/*-----DROPDOWN-----*/
/*------------------*/
.dropdown {
    width: 100%;
    height: 40px;
    position: relative;
}

.dropdown h4 {
    font-size: 20px;
    line-height: 23px;
}

.dropdown ul {
    list-style: none;
}

.dropdown h4,
.dropdown p {
    line-height: 40px;
    display: inline-block;
}

.dropdown .last,
.dropdown .changePerc {
    font-family: 'SourceSans', Tahoma;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    margin-left: 10px;
}

.dropdown .dropdown-options {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 650px;
    overflow-x: hidden;
    overflow-y: auto;
}

.dropdown .dropdown-options li {
    width: 100%;
    height: 40px;
    cursor: pointer;
}

.dropdown .dropdown-options li:hover,
.dropdown .dropdown-options li.selected {
    background-color: #ee7601;
    color: #fff;
}

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

.dropdown .current-selected {
    position: relative;
    cursor: pointer;
}

.dropdown .dropdown-arrow {
    position: absolute;
    top: 18px;
    right: 0px;
}

/*------------------*/
/*-----SEARCH CONTAINER-----*/
/*--------------------------*/
.gray-search-container input {
    border: none;
}

.gray-search-container .dropdown.default.size-8 {
    width: calc(66.6666% - 5px);
}

.gray-search-container .dropdown.default .dropdown {
    width: 100%;
    padding: 0 15px;
}

.gray-search-container button.btn {
    float: right;
    z-index: 0;
    margin: 5px 0;
}

.gray-search-container button.btn.size-4 {
    width: calc(33.3333% - 5px);
}

.gray-search-container ::-webkit-input-placeholder {
    text-transform: uppercase;
}

.gray-search-container {
    text-transform: uppercase;
}

.gray-search-container {
    text-transform: uppercase;
}

.gray-search-container :-ms-input-placeholder {
    text-transform: uppercase;
}

.gray-search-container .dropdown {
    color: #4a4949;
}

.gray-search-container .dropdown .dropdown.white {
    background-color: #fff;
}

.gray-search-container div.date-input .middleColumn {
    position: relative;
}

.gray-search-container div.date-input .middleColumn::after {
    content: "";
    background-image: url('/public/images/calendar_icon.png');
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-size: 27px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

/*--------------------------*/
.relative {
    position: relative;
}

.inline {
    display: inline-block;
}

.table {
    display: table;
}

.table-row {
    display: table-row;
}

.uppercase {
    text-transform: uppercase;
}

.no-float {
    float: none;
}

.clear {
    clear: both;
}

.no-display {
    opacity: 0;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

.right {
    float: right;
}

.left {
    float: left;
}

.l-text {
    text-align: left;
}

.r-text {
    text-align: right;
}

.c-text {
    text-align: center;
}

.vert-top {
    display: table-cell;
    vertical-align: top;
}

.vert-center {
    display: table-cell;
    vertical-align: middle;
}

.vert-bottom {
    display: table-cell;
    vertical-align: bottom;
}

.vert-baseline {
    display: table-cell;
    vertical-align: baseline;
}

.grey-border {
    border: 3px solid #e6e6e6;
}

table.collapsed {
    border-collapse: collapse;
}

.device-small {
    display: none;
}

.device-medium {
    display: none;
}

.device-large {
    display: block;
}

.hidden {
    display: none;
}

.break-all {
    word-break: break-all;
}

#etffinder {
    height: 1210px;
}

@media (min-width: 800px) {
    .mobile-banner {
        display: none;
    }

    .mobile-only {
        height: auto !important;
    }

    .size-12 {
        width: 100%;
    }

    .size-11 {
        width: 91.6666%;
    }

    .size-10 {
        width: 83.3333%;
    }

    .size-9 {
        width: 75%;
    }

    .size-8 {
        width: 66.6666%;
    }

    .size-7 {
        width: 58.3333%;
    }

    .size-6 {
        width: 50%;
    }

    .size-5 {
        width: 41.6666%;
    }

    .size-4 {
        width: 33.3333%;
    }

    .size-3 {
        width: 25%;
    }

    .size-2 {
        width: 16.6666%;
    }

    .size-1 {
        width: 8.3333%;
    }

    header {
        width: 100%;
        background: white;
        z-index: 9999;
    }

    header.sticky .device-large .clear.not-sticky {
        display: none;
    }

    .social-container ul li header.sticky.hide-on-scroll i {
        color: #ee7601;
    }

    .social-container ul li header.sticky.hide-on-scroll.hidden i {
        font-size: 0;
    }

    header.sticky .search-container {
        overflow: hidden;
        clear: both;
    }

    header.sticky .search-container.hidden {
        height: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    header .superbanner-container.hidden {
        height: 0 !important;
        float: none;
    }
}

@media (max-width: 1465px) {
    .sky {
        display: none;
    }
}

@media (max-width: 1226px) {
    .page-container {
        padding-left: 45px !important;
    }

    .navbar-nav .page-container {
        padding-left: 35px !important;
    }

    .page-container#main-content {
        padding-left: 30px !important;
    }

    .grid-element.custom-bexad .single {
        height: auto;
    }

    .grid-element.custom-bexad .bex-content-ad .article-image img {
        margin-bottom: 0;
    }

    .grid-element.custom-bexad .asmbannerimg {
        width: 100% !important;
        height: 100% !important;
    }

    .upper-content {
        /*remove fixed menu height*/
        height: auto;
    }

    .upper-content .subnav .sub-menu-block {
        /*change menu to 3 columns*/
        width: 33%;
    }

    .upper-content .subnav .sub-menu-block:nth-child(4n) {
        margin-top: 20px;
    }
}

@media (max-width: 1100px) {
    .size-12.news-articles .single:not(.featured) .article-image {
        width: 20%;
    }
}

@media (max-width: 1010px) {
    .upper-content .size-7,
    .upper-content .size-5 {
        width: 50%;
    }

    .upper-content .size-6 {
        width: 100%;
    }

    .homepage-type .top-flop .gray,
    .homepage-type .news-articles .article-container {
        min-height: auto;
        padding-bottom: 0;
    }

    /*---------------------------*/
    /*----------TopFlop----------*/
    .grid-element.top-flop {
        float: none;
        width: 100%;
    }

    .grid-element.top-flop .top-flop-container hr {
        display: none;
    }

    .grid-element.top-flop .top-flop-container .table:first-of-type {
        padding-right: 15px;
    }

    .grid-element.top-flop .top-flop-container .table:last-of-type {
        padding-left: 15px;
    }

    .grid-element.top-flop .top-flop-container .table.top-flop-table {
        width: 50%;
    }

    .grid-element.top-flop .top-flop-container .table.top-flop-table:first-child {
        float: left;
        border-right: 1px solid #4a4949;
    }

    .grid-element.news-articles:not(.multiple-boxes) .single {
        padding: 5px 0;
    }

    .grid-element.news-articles:not(.multiple-boxes) .single:not(.featured) {
        padding-left: 15px;
    }

    .grid-element.news-articles:not(.multiple-boxes) .single.featured {
        padding-right: 15px;
        padding-top: 0;
    }

    .grid-element.news-articles:not(.multiple-boxes) .single.featured .article-image {
        padding-bottom: 5px;
    }

    .grid-element.single-article-view {
        float: none;
    }

    .grid-element.single-article-view .article-img {
        float: none;
        padding-left: 0;
    }

    .grid-element.single-article-view .size-8 {
        width: 100%;
    }

    .page-container {
        padding-left: 15px !important;
    }

    .navbar-nav .page-container {
        padding-left: 5px !important;
    }

    .page-container#main-content {
        padding-left: 0 !important;
    }

    #social-share-container {
        bottom: 0px;
        left: 45px;
    }

    #social-share-container .social-share-single {
        display: inline-block;
        width: 42px;
        height: 125px;
        margin-left: 0;
        vertical-align: bottom;
        margin-bottom: -89px;
    }

    #social-share-container .social-share-single:hover {
        margin-bottom: 0;
    }

    #social-share-container .social-share-single .icon-container {
        position: absolute;
        top: 0;
        width: 42px;
        padding-top: 8px;
        padding-left: 9px;
    }

    #social-share-container .social-share-single#social-share-facebook .icon-container {
        padding-left: 8px;
        padding-top: 7px;
    }

    #social-share-container .social-share-single#social-share-twitter .icon-container {
        padding-top: 10px;
    }

    #social-share-container .social-share-single#social-share-google-plus .icon-container {
        padding-left: 10px;
        padding-top: 10px;
    }

    #social-share-container .social-share-single#social-share-mail .icon-container {
        padding-top: 11px;
    }

    #social-share-container .social-share-single .share-text {
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        position: absolute;
        left: 0;
        bottom: -25px;
        padding-left: 0;
    }

    #social-share-container #feedback-container {
        margin-left: 0;
        margin-top: 0;
        display: inline-block;
        vertical-align: bottom;
        width: 280px;
        margin-bottom: -500px;
    }

    #social-share-container #feedback-container.open {
        margin-bottom: 0;
    }

    #social-share-container #feedback-container #feedback-form {
        border-bottom: none;
        border-left: 2px solid #ee7601;
        width: 100%;
    }

    #social-share-container #feedback-container #feedback-btn {
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        float: none;
    }

    .scroll-top {
        bottom: 0;
        border-bottom: none;
        width: 45px;
        height: 43px;
        right: 45px;
    }

    .scroll-top i {
        margin-top: -7px;
    }

    /*----------RELATED ARTICLES----------*/
    /*------------------------------------*/
    .related-articles.device-medium {
        width: 100%;
        float: none;
        padding-left: 0;
        margin-top: 15px;
    }

    .related-articles.device-medium hr {
        margin: 5px 0;
    }

    /*------------------------------------*/
    /*----------FOOTER----------*/
    /*--------------------------*/
    #footer .footer-block:nth-last-child(2) {
        margin-bottom: 50px;
    }

    /*--------------------------*/
    /*----------STOCK EXCHANGE PAGE & SHARE PAGE----------*/
    /*----------------------------------------------------*/
    .tabs-navigation div {
        margin-bottom: 10px;
    }

    /*----------------------------------------------------*/
    /*----------CALENDAR PAGE----------*/
    /*---------------------------------*/
    .event-calendar {
        display: none;
    }

    /*---------------------------------*/
    /*----------NEWSLETTER----------*/
    /*------------------------------*/
    .newsletter-box,
    #premiumNS .newsletter-box {
        min-height: auto;
    }

    .newsletter-box .btn.stick-to-bottom,
    #premiumNS .newsletter-box .btn.stick-to-bottom {
        margin-top: 5px;
    }

    /*------------------------------*/
}

@media (min-width: 800px) and (max-width: 1010px) {
    .device-large {
        display: none;
    }

    .device-medium {
        display: block;
    }

    .btn.stick-to-bottom {
        position: relative;
    }

    /*---------------------------*/
    /*------------------------*/
    /*----------NEWS----------*/
    .grid-element.news-articles {
        width: 100%;
    }

    .grid-element.news-articles .single.clear:not(.featured) {
        clear: none;
        float: right;
        width: 50%;
    }

    .grid-element.news-articles:not(.multiple-boxes) .single.featured {
        margin-bottom: 0;
        float: left;
        width: 50%;
        border-right: 1px solid #4a4949;
    }

    .grid-element.news-articles .single.featured .article-image {
        display: block;
        width: 100%;
        margin: 0;
        max-width: 100%;
    }

    .grid-element.news-articles .single.featured hr {
        display: none;
    }

    .grid-element.news-articles .single.featured .vert-bottom {
        vertical-align: middle;
    }

    .grid-element.news-articles .single.featured .btn.stick-to-bottom {
        position: absolute;
    }

    .grid-element.news-articles .btn {
        clear: both;
    }

    /*------------------------*/
    /*----------STOCK EXCHANGE PAGE----------*/
    .stockexchange-market-chart {
        float: none;
        width: 100%;
    }

    /*---------------------------------------*/
    /*----------STOCKEXCHANGE PAGE ANALYSIS TAB----------*/
    .analysis-list .btn.table-btn {
        position: relative;
    }

    .analysis-list .btn.table-btn:after {
        content: '>';
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .analysis-list .btn.table-btn a {
        opacity: 0;
        font-size: 0;
    }

    /*---------------------------------------------------*/
}

/*!-CHECK-!*/
@media (max-width: 950px) {
    .top-table {
        display: none;
    }

    .top-divs {
        display: block;
    }

    .upper-content .top-divs .size-6 {
        width: 50%;
        float: left;
    }

    .upper-content .top-divs .size-3 {
        width: 25%;
        float: left;
    }

    .comparison-table-select-box .input-container {
        width: 100%;
    }

    /*----------ANALYSIS----------*/
    .analysis.grid-element {
        width: 100%;
    }

    /*----------------------------*/
    /*----------CONTENT ADS----------*/
    .bex-content-ad img,
    .bex-content-ad iframe {
        display: block;
    }

    /*-------------------------------*/
}

/*!-CHECK-!*/
@media (max-width: 900px) {
    .grid-element.newsletter,
    .grid-element.social-news {
        width: 100%;
    }

    .subnav .sub-menu-block {
        width: 50%;
    }

    .subnav .sub-menu-block:nth-child(1n+3) {
        padding-top: 10px;
    }

    /*---COMPARISON PAGES---*/
    /*----------------------*/
    .top-ranking {
        display: none;
    }

    .top-ranking-mobile {
        display: block;
    }

    .top-ranking-mobile .single:not(:first-child) {
        margin-top: 15px;
    }

    .top-ranking-mobile .size-12.blue {
        margin-bottom: 10px;
    }

    .top-ranking-mobile .size-12.blue p {
        line-height: 40px;
    }

    .top-ranking-mobile .size-12.content {
        margin-bottom: 10px;
    }

    .top-ranking-mobile .info em {
        color: #4a4949;
    }

    .top-ranking-mobile .logo-col .c-text {
        padding-left: 0;
    }

    .top-ranking-mobile .more-btn-col {
        min-height: 40px;
        background: #e6e6e6;
        padding-top: 5px;
    }

    .top-ranking-mobile .more-btn-col img {
        margin-top: calc(2.5px);
    }

    .top-ranking-mobile .more-info-content .wrapped-content {
        max-height: 0px;
        overflow: hidden;
    }

    .top-ranking-mobile .more-info-content .wrapped-content p {
        margin-bottom: 5px;
    }

    .top-ranking-mobile .more-infos-dropdown-mobile {
        color: #4d627f;
        position: relative;
    }

    .top-ranking-mobile .more-infos-dropdown-mobile .dropdown-arrow {
        position: absolute;
    }

    .top-ranking-mobile .more-infos-dropdown-mobile.active .dropdown-arrow {
        transform: rotate(180deg);
    }

    /*----------------------*/
    /*---PREMIUM PARTNER IN HEADER---*/
    /*-------------------------------*/
    .upper-content .page-container > .size-8 {
        width: 60%;
    }

    .upper-content .page-container > .size-4 {
        width: 40%;
    }

    .upper-content .page-container .exchange-select {
        margin-top: 0;
        margin-left: 0;
        margin-bottom: 15px;
        min-width: 70%;
    }

    /*-------------------------------*/
}

/*!-CHECK-!*/
@media (max-width: 850px) {
    .fullscreen-popup .popup-container {
        background-size: 30%;
    }

    .forum-last-posts-table tr td:last-child,
    .forum-thread-table tr td:last-child {
        width: 135px;
    }
}

@media (max-width: 799px) {
    .hide-m {
        display: none;
    }

    /*---ADBLOCK---*/
    /*-------------*/
    .fullscreen-popup .popup-container {
        margin-top: 100px;
    }

    .fullscreen-popup .popup-container p {
        width: 70%;
    }

    .fullscreen-popup .popup-container .quote-container {
        background-size: 17%;
        width: 100%;
    }

    /*-------------*/
    .superbanner-container,
    .custom-ad {
        display: none;
    }

    /*-----general-----*/
    .td-hide-mobile {
        display: none;
    }

    .page-container.grid-element-container {
        width: 100%;
    }

    [class*="size-"] {
        float: none;
    }

    .page-container {
        width: 100%;
    }

    .device-large {
        display: none;
    }

    .device-small {
        display: block;
    }

    .s-size-6 {
        width: 50%;
    }

    .btn.small.more-btn {
        margin-top: 15px;
    }

    .next-prev-pagination.side-navigation .arrow-nav {
        top: auto;
        bottom: 10px;
    }

    /*--------------------------*/
    /*----------header----------*/
    header {
        top: 0;
        left: 0;
        position: relative;
        width: 100%;
        z-index: 99999;
        background-color: white;
        padding: 15px;
    }

    header .logo-container {
        width: 20%;
        height: auto;
    }

    header .top-buttons {
        text-align: right;
    }

    header .top-buttons .user-container li {
        display: inline-block;
        padding: 0 0 15px 20px;
    }

    header .top-buttons .user-container li a {
        text-decoration: none;
        text-transform: uppercase;
    }

    header .top-buttons .social-container {
        height: auto;
    }

    header .top-buttons .social-container ul {
        float: none;
    }

    header .top-buttons .social-container ul li {
        float: none;
        line-height: inherit;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
    }

    header .top-buttons .social-container ul li > * {
        padding: 0 10px;
        cursor: pointer;
    }

    header .top-buttons .social-container ul li:first-child > * {
        padding-left: 0;
    }

    header .top-buttons .social-container ul li:last-child > * {
        padding-right: 0;
    }

    header .top-buttons .social-container ul li i.opensearch {
        color: #ee7601;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button {
        display: block;
        position: relative;
        overflow: hidden;
        margin-left: 10px;
        width: 20px;
        height: 20px;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border: none;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
        background: none;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button:focus {
        outline: none;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button span {
        position: absolute;
        left: 0;
        right: 0;
        top: 8px;
        height: 3px;
        background: #4d627f;
        border-radius: 25%;
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-property: background, -webkit-transform;
        transition-property: background, transform;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button span::before,
    header .top-buttons .social-container ul li button.mobile-menu-button span::after {
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        background-color: #4d627f;
        border-radius: 25%;
        content: "";
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button span::before {
        top: -7px;
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button span::after {
        bottom: -7px;
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button.close span {
        transform: rotate(45deg);
        background: #ee7601;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button.close span::before {
        top: 0px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        visibility: hidden;
        background-color: #ee7601;
    }

    header .top-buttons .social-container ul li button.mobile-menu-button.close span::after {
        bottom: 0px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        visibility: visible;
        background-color: #ee7601;
    }

    .upper-content .page-container [class*="size-"] {
        width: 100%;
    }

    .upper-content .page-container .header-charts {
        margin-top: 10px;
    }

    .upper-content .page-container .size-8 .exchange-info {
        float: none;
    }

    .upper-content .page-container .size-4 .logoplacements-container {
        margin-top: 20px;
        max-width: 400px;
        padding: 0;
    }

    .upper-content .page-container .size-4 .logoplacements-container .slick-prev,
    .upper-content .page-container .size-4 .logoplacements-container .slick-next {
        display: none !important;
    }

    .upper-content .page-container .padded-left:not(input),
    .upper-content .page-container div.padded-left {
        padding: 0;
    }

    /*-----search-----*/
    .search-container {
        position: relative;
        display: block;
        float: none;
        width: 100%;
        height: auto;
        transition: all 0.3s ease;
        margin-top: 5px;
        opacity: 1;
        z-index: 1;
    }

    .search-container .search-bar input {
        border: 2px solid #ee7601;
    }

    .search-container .search-bar button {
        right: 0;
        top: 2px;
        width: 40px;
    }

    .search-container.hidden {
        display: block;
        margin-top: -40px;
        opacity: 0;
        z-index: -999;
    }

    .gray-search-container form .field.padded-right,
    .gray-search-container form .field.padded-left {
        padding: 0;
    }

    .gray-search-container form .field.dropdown.default,
    .gray-search-container form button.btn.blue {
        width: 100%;
    }

    /*-----menu-----*/
    #nav-section {
        background-color: transparent;
        color: #ee7601;
    }

    #nav-section .mobile-hidden {
        display: none;
    }

    .nav div.comingsoon {
        background: transparent;
    }

    #top-bar .page-container {
        padding: 0 !important;
    }

    .navbar-nav {
        height: auto;
        border-bottom: none;
    }

    .navbar-nav ul li {
        float: none;
        position: relative;
    }

    .navbar-nav ul li a {
        color: #ee7601;
        padding: 0 10px;
    }

    .navbar-nav ul li.mobile-main {
        border-bottom: 1px solid #ee7601;
        position: relative;
    }

    .navbar-nav ul.navbar-nav ul:first-child li ul li {
        position: relative;
    }

    .main-menu-link {
        display: inline-block;
    }

    .sub-menu-plus,
    .main-menu-plus {
        height: 40px;
        width: 20px;
        top: 0;
        right: 0;
        position: absolute;
    }

    .sub-menu-plus:before,
    .main-menu-plus:before,
    .sub-menu-plus:after,
    .main-menu-plus:after {
        background-color: #4a4949;
        border-radius: 1px;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        position: absolute;
        content: "";
    }

    .sub-menu-plus:before,
    .main-menu-plus:before {
        width: 2px;
        height: 14px;
        top: 12px;
        right: 6px;
        transform: rotate(0deg);
        transition: transform 0.3s ease;
    }

    .sub-menu-plus:after,
    .main-menu-plus:after {
        width: 14px;
        height: 2px;
        top: 18px;
        right: 0;
    }

    .sub-menu-plus.minus:before,
    .main-menu-plus.minus:before {
        transform: rotate(90deg);
    }

    .subnav {
        position: relative;
        display: block;
        height: auto;
        background-color: transparent;
        min-height: auto;
        border-bottom: none;
        padding-top: 0;
    }

    .subnav ul li:first-child {
        border-bottom: 1px solid #4a4949;
    }

    .subnav .sub-menu-block {
        width: 100%;
        display: block;
        padding-top: 0 !important;
    }

    .subnav .sub-menu-block a.sub-menu-main {
        color: #4a4949;
        display: block;
        padding: 10px 0;
    }

    /*----------------------------------*/
    /*----------Main Container----------*/
    .btn.stick-to-bottom {
        position: relative;
    }

    .grid-element.top-flop .top-flop-container .table.top-flop-table {
        width: 100%;
    }

    .grid-element.top-flop .top-flop-container .table.top-flop-table:first-child {
        float: none;
        border-right: none;
    }

    .grid-element.top-flop .top-flop-container .table.top-flop-table:first-of-type {
        padding-right: 0;
    }

    .grid-element.top-flop .top-flop-container .table.top-flop-table:last-of-type {
        padding-left: 0;
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px solid #4a4949;
    }

    .grid-element.custom-bexad,
    .grid-element.image-bexad {
        width: 570px;
        max-width: 100%;
        margin: 0 auto;
    }

    .grid-element.news-articles.single-box .single.featured .article-preview {
        height: auto;
    }

    .grid-element.news-articles.single-box .single.featured .article-image {
        width: 30%;
        float: none;
        margin-right: 0;
    }

    .grid-element.news-articles.single-box .single.featured hr {
        margin: 15px 0 5px;
    }

    .grid-element.news-articles.single-box .single:not(.featured) {
        padding-left: 0;
    }

    .grid-element.news-articles.multiple-boxes .padded-box {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-element.news-articles.multiple-boxes .padded-box .article-preview.padded {
        padding: 15px;
    }

    .grid-element.calendar .inner {
        min-height: auto;
        padding-bottom: 0;
    }

    .grid-element.calendar .current-date {
        right: 25px;
        top: 15px;
    }

    .grid-element.calendar .more-btn {
        position: relative;
        width: calc(100% + 25px * 2);
        left: 25px;
    }

    .grid-element.calendar .event-container .event-list {
        min-height: auto;
    }

    .grid-element.calendar .next-prev-pagination.side-navigation .arrow-nav {
        bottom: 40px;
    }

    .grid-element.newsletter .inner {
        min-height: auto;
    }

    .grid-element.newsletter .padded-right:not(input),
    .grid-element.newsletter .padded-left:not(input) {
        padding-right: 0;
        padding-left: 0;
    }

    .grid-element.newsletter .marginTop {
        margin-top: 5px;
    }

    .grid-element.news-feed .single {
        min-height: 80px;
    }

    .grid-element.news-feed .article-preview {
        height: auto;
    }

    .grid-element.news-feed .next-prev-pagination.side-navigation .arrow-nav {
        bottom: 60px;
    }

    .grid-element.news-feed .article-image.article-image {
        width: 20%;
        max-width: 93px;
    }

    .grid-element.details-container {
        width: 100%;
    }

    .grid-element.historic-container,
    .grid-element.indices-container {
        width: 100%;
    }

    .grid-element.historic-container .gray,
    .grid-element.indices-container .gray {
        min-height: auto;
    }

    .grid-element.single-analysis-view .padded-right:not(input),
    .grid-element.single-analysis-view .padded-left:not(input) {
        padding-right: 0;
        padding-left: 0;
    }

    .grid-element .SocialFeed .SocialFeedPic {
        width: 70px;
        transition: width 0.3s ease;
    }

    .grid-element .SocialFeed .SocialFeedPic img {
        width: 100%;
        height: auto;
    }

    .grid-element .pagination .prev-page-nav,
    .grid-element .pagination-search .prev-page-nav {
        left: 15vw;
    }

    .grid-element .pagination .next-page-nav,
    .grid-element .pagination-search .next-page-nav {
        right: 15vw;
    }

    /*----------------------------------*/
    /*-------------------------*/
    /*----------Börse----------*/
    .chart-info .l-text,
    .chart-info .r-text {
        float: none;
        text-align: left;
    }

    .stockexchangepage-type .currencies .grey-border,
    .stockexchangepage-type .resources .grey-border {
        min-height: auto;
    }

    .market-shares-table .time,
    .grid-element.resources .time,
    .grid-element.currencies .time {
        min-width: auto;
    }

    table.mobile-table {
        border-collapse: collapse;
    }

    table .fa {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 20px;
        margin-right: 10px;
        display: inline;
    }

    table .tr-mobile-accordion td {
        background-color: #e6e6e6;
    }

    table .tr-mobile-accordion.hidden {
        display: none;
    }

    table td {
        padding: 5px;
    }

    .toggle-mobile-columns {
        transition: transform 0.3s ease;
    }

    .toggle-mobile-columns.active:before {
        content: "\f106";
    }

    /*-------------------------*/
    /*------------------------*/
    /*----------News----------*/
    .news-articles.multiple-boxes .single {
        height: auto;
    }

    .news-articles.multiple-boxes .single.featured {
        height: auto;
    }

    .news-articles .bex-content-ad .article-image {
        display: block;
        position: relative;
        max-width: 100%;
        float: none;
    }

    .news-articles .single:not(.featured) .article-image {
        display: none;
    }

    .article-list .most-read a {
        display: block;
    }

    .default-news-container .sharenews {
        width: 100%;
    }

    .default-news-container .sharenews td.rightcol {
        padding-left: 0;
    }

    /*------------------------*/
    /*----------------------------*/
    /*----------Analysen----------*/
    .analysis-list tbody tr:not(.tr-mobile-accordion) {
        border-bottom: 1px solid #e6e6e6;
    }

    tr.tr-mobile-accordion .r-text {
        text-align: left;
    }

    .btn.table-btn {
        height: auto;
    }

    /*----------------------------*/
    /*----------------------------*/
    /*----------Feedback, Social, ScrollTop----------*/
    #social-share-container {
        right: 70px;
        left: auto;
    }

    #social-share-container #feedback-container {
        display: none;
    }

    .scroll-top {
        right: 15px;
        border: none;
        height: 36px;
        width: 42px;
    }

    .scroll-top * {
        font-size: 44px;
        line-height: 46px;
    }

    /*----------------------------*/
    /*-------------------------*/
    /*----------Markt----------*/
    .market-shares-table tbody tr:not(.tr-mobile-accordion) {
        border-bottom: 1px solid #e6e6e6;
    }

    table.sharenews td {
        display: block;
    }

    table.sharenews td.rightcol {
        border-bottom: 1px solid #e6e6e6;
    }

    .calendar .event-container .event-list .event-row:last-child hr {
        display: block;
    }

    /*-------------------------*/
    /*-------------------------*/
    /*----------Aktie----------*/
    .vote-row {
        border-bottom: 1px solid #e6e6e6;
    }

    .vote-row .r-text {
        text-align: left;
    }

    /*-------------------------*/
    /*-------------------------------------------------------*/
    /*----------Analyse, News-Artikel, Partnerseite----------*/
    .image-loading-placeholder {
        min-height: auto;
    }

    .partner-logo {
        float: none;
    }

    .partner-logo img {
        display: block;
    }

    .single-article-view .article-img {
        margin: 0 auto 20px;
        display: block;
    }

    .single-article-view table {
        display: block;
        overflow-x: auto;
    }

    .single-analysis-view .tts-push-fid-dateTime.right {
        float: none;
    }

    /*-------------------------------------------------------*/
    /*------------------------------*/
    /*----------Newsletter----------*/
    .newsletter-intro ~ .size-6 {
        padding: 0;
    }

    .newsletter-intro ~ .size-6.padded-right {
        margin-bottom: 10px;
    }

    [class*="size-"].cbx-field {
        float: left;
    }

    .newsletter-type .size-6 {
        padding: 0;
        margin-bottom: 10px;
    }

    .newsletter-box p ~ a {
        position: relative;
        bottom: auto;
        display: block;
    }

    .pdf-preview img {
        width: auto;
        height: 40px;
    }

    #premiumNSSub .field.padded-right,
    #freeNSSub .field.padded-right,
    #premiumNSSub .field.padded-left,
    #freeNSSub .field.padded-left {
        padding: 0;
    }

    /*------------------------------*/
    /*---COMPARISON PAGES---*/
    /*----------------------*/
    .comparison-header .page-container.small-width .comparison-header-content {
        display: block;
        max-width: 100%;
    }

    .best-comparison-box .btn.small {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .best-comparison-box .info-img {
        display: none;
    }

    .best-comparison-box .top-info {
        padding-left: 0;
    }

    .rating-container .rating-badge {
        margin: 15px auto 0;
    }

    .top-ranking-mobile .logo-col .c-text {
        padding-right: 0;
    }

    .top-ranking-mobile .logo-col img {
        max-width: 200px;
        max-height: 100px;
    }

    .top-ranking-mobile .logo-col.size-4 {
        margin-bottom: 5px;
    }

    /*----------------------*/
    /*----------PARTNER PAGE----------*/
    /*--------------------------------*/
    .square-grid .item-inner {
        padding: 10px 0;
    }

    /*--------------------------------*/
    /*----------ADS----------*/
    #sas_22375, #sas_22374, #sas_22373, #sas_23175, #sas_23170, #sas_23176 {
        display: none;
    }

    /*-----------------------*/
}

@media (max-width: 767.98px) {
    /* COMMUNITY START */
    .social-container ul li:first-child {
        text-align: right;
        line-height: 12px;
    }

    #Form_RegisterForm .checkablevisibility input[type=checkbox],
    #Form_ProfileForm .checkablevisibility input[type=checkbox] {
        left: 15px;
        bottom: -33px;
        top: auto;
        right: auto;
    }

    #Form_RegisterForm .checkablevisibility.holder-required input[type=checkbox],
    #Form_ProfileForm .checkablevisibility.holder-required input[type=checkbox] {
        bottom: -42px;
    }

    #Form_RegisterForm .checkablevisibility + label,
    #Form_ProfileForm .checkablevisibility + label {
        padding-top: 7px;
        padding-bottom: 23px;
    }

    #Form_RegisterForm label,
    #Form_ProfileForm label,
    #Form_RegisterForm span.description {
        left: 26px;
    }

    #Form_ProfileForm .showOnClick {
        width: 100%;
    }

    .forum-overview-table tr td:first-child {
        width: 120px;
    }

    .forum-overview-table tr td:nth-child(3) {
        width: 165px;
    }

    .forum-overview-table tr td:last-child {
        display: none;
    }

    .forum-last-posts-table tr td:first-child {
        width: 120px;
    }

    .forum-last-posts-table tr td:nth-child(3),
    .forum-thread-table tr td:nth-child(2) {
        display: none;
    }

    .forum-last-posts-table tr td:nth-child(4),
    .forum-thread-table tr td:nth-child(3) {
        display: none;
    }

    .forum-last-posts-table tr td:last-child,
    .forum-thread-table tr td:last-child {
        width: 100px;
    }

    .report-post-check .window {
        top: 20%;
        height: 60%;
        width: 80%;
        left: 10%;
        padding: 100px 20px;
    }

    .forum-thread-type .post-list > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left {
        padding: 0 0 0 20px;
    }

    /* COMMUNITY END */
    .bex-content-ad .single.no-padding .article-preview {
        padding-bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .fullscreen-popup .popup-container {
        background-position: right 0px top 170px;
        margin-top: 20px;
    }

    .fullscreen-popup .popup-container .quote-container {
        background-size: 80px;
    }

    .upper-content .top-divs .size-6,
    .upper-content .top-divs .size-3 {
        width: 100%;
        float: none;
    }

    .upper-content .top-divs .l-text {
        text-align: center;
    }

    .upper-content .top-divs > div:nth-child(2),
    .upper-content .top-divs > div:nth-child(3) {
        display: none;
    }

    .btn-container {
        width: 100%;
    }

    .best-comparison-box .btn.small {
        max-width: 100%;
        height: auto;
    }

    .best-comparison-box .rating-container {
        width: 100%;
        text-align: center;
    }

    .best-comparison-box.linkbox .msg {
        width: 100%;
    }

    .best-comparison-box.linkbox .bank {
        width: 100%;
    }

    /* COMMUNITY START */
    .table-slider .slick-prev,
    .table-slider .slick-next {
        bottom: -30px;
    }

    .forum-overview-table tr td:first-child {
        width: 90px;
    }

    .forum-last-posts-table tr td:first-child {
        width: 90px;
    }

    .forum-overview-table tr td:nth-child(3) {
        width: 125px;
    }

    .forum-last-posts-table tr td:last-child,
    .forum-thread-table tr td:last-child {
        width: 70px;
    }

    .title-btn-wrapper .btn {
        width: 30%;
        width: calc(160px + 0px);
    }

    .title-btn-wrapper .title {
        width: 70%;
        width: calc(100% - 160px);
    }

    .forum-thread-type .post-list > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left {
        padding: 0 0 0 15px;
    }

    /* COMMUNITY END */
}

@media (max-width: 469px) {
    .hide-s {
        display: none;
    }

    table.default-table b.nobreak {
        word-break: break-all;
    }

    table.mobile-fixed-table {
        table-layout: fixed;
    }

    table.mobile-fixed-table td {
        width: 50%;
    }
}

@media (max-width: 430px) {
    .upper-content {
        /*h3 { display: none; }*/
    }

    .upper-content span.header-change {
        display: block;
    }

    .fullscreen-popup .popup-container {
        background-image: none;
        padding: 35px 20px;
    }

    .fullscreen-popup .popup-container p {
        width: 100%;
        margin-bottom: 12px;
    }

    .fullscreen-popup .popup-container .quote-container {
        background-size: 70px;
        background-position: right 15px bottom 18px;
    }

    .fullscreen-popup .popup-container .quote-container .quote {
        font-size: 30px;
        line-height: 33px;
    }

    .fullscreen-popup .popup-container .quote-container p.quote-author {
        margin-bottom: 20px;
    }

    .grid-element.analysis .more-btn {
        width: 100%;
    }

    .grid-element.social-news .SocialFeedPic {
        display: none;
    }

    .grid-element.news-feed .article-image {
        border: none;
    }

    .grid-element.news-feed .article-image.article-image {
        width: 0;
        display: none;
    }

    .grid-element.news-feed .article-preview {
        padding: 0 0 10px;
    }

    .grid-element.calendar .size-10 {
        padding-top: 60px;
    }

    .grid-element.calendar .current-date {
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        padding: 10px 0;
    }

    .grid-element.calendar .current-date .day {
        font-size: 20px;
        line-height: 23px;
    }

    .best-comparison-box .top-logo,
    .best-comparison-box .top-awards {
        margin: 0 auto;
        display: block;
        float: none;
    }

    .bid-mobile {
        float: none;
    }

    /* COMMUNITY START */
    #Form_RegisterForm fieldset > div,
    #Form_ProfileForm fieldset > div {
        padding: 0 0;
    }

    #Form_RegisterForm label,
    #Form_ProfileForm label,
    #Form_RegisterForm span.description {
        left: 11px;
    }

    .title-btn-wrapper .title,
    .title-btn-wrapper .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .forum-type table td,
    .forum-type table td a {
        font-size: 12px;
        line-height: 15px;
    }

    .table-slider .slick-dots li {
        bottom: -29px;
    }

    .table-slider .slick-dots li:last-child {
        left: 65%;
    }

    .table-slider .slick-dots li:first-child {
        right: 65%;
    }

    .forum-overview-table tr td:first-child {
        width: 55px;
    }

    .forum-last-posts-table tr td:first-child {
        width: 55px;
    }

    .forum-overview-table tr td:nth-child(3) {
        width: 75px;
    }

    .report-post-check .window {
        top: 10%;
        height: 80%;
        width: 90%;
        left: 5%;
        padding: 90px 20px;
    }

    .post-list.padded {
        padding: 0;
    }

    .thread-stats {
        display: none;
    }

    .thread-title {
        width: 100%;
    }

    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left,
    .forum-thread-type .post-list > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left > .padded-left {
        padding: 0 0 0 0px;
    }
}

@media (max-width: 399px) {
    /* COMMUNITY START */
    .table-slider .slick-prev,
    .table-slider .slick-next {
        bottom: -32px;
    }

    /* COMMUNITY END */
}

@media (max-width: 370px) {
    #social-share-container {
        display: none;
    }
}

@media (max-width: 365px) {
    .social-container .icon {
        margin-right: 9px;
    }
}

@media (max-width: 350px) {
    /* COMMUNITY START */
    .table-slider .slick-prev,
    .table-slider .slick-next {
        bottom: -34px;
    }

    /* COMMUNITY END */
}


/*Änderungen 20.03.23*/
.single-article-view img {
    height: auto;
}


@media (max-width: 1465px) {
    .page-container {
        margin-left: auto;
    }
}
@media (max-width: 1465px) {
    .page-container {
        margin-left: auto;
    }
}

.modern-search {
  position: relative;
  width: 100%;
  transition: all 0.3s ease;
}
.modern-search .search-form {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.modern-search .search-form .search-input {
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 24px;
  padding: 0 50px 0 20px;
  font-size: 15px;
  background-color: #f5f5f5;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  margin: 0;
}
.modern-search .search-form .search-input:focus {
  outline: none;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.modern-search .search-form .search-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
  border: none;
  border-radius: 50%;
  background-color: #ee7601;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.modern-search .search-form .search-btn:hover {
  background-color: #d86c01;
  transform: scale(1.05);
}
.modern-search .search-form .search-btn .fa-search {
  font-size: 15px;
}
.modern-search .search-form .search-btn span {
  display: none;
}
@media (max-width: 799px) {
  .modern-search .search-form .search-input {
    height: 40px;
    border: 2px solid #ee7601;
    border-radius: 20px;
  }
  .modern-search .search-form .search-btn {
    right: 3px;
    top: 3px;
    width: 34px;
    height: 34px;
  }
}
@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-5px); }
  40%, 80% { transform: translateX(5px); }
}
.shake-animation {
  animation: shake 0.5s ease;
}

/* Modern Header Indizes Styles - Updated 2024 */
.header-indizes-modern {
    width: 100%;
    padding: 12px 0;
}

.indizes-container {
    width: 100%;
}

.indizes-grid {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 12px;
    width: 100%;
}

.indizes-grid.single-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.indizes-grid.single-row::-webkit-scrollbar {
    display: none;
}

.index-item {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 14px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
    min-width: 140px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.index-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #ee7601 0%, #ff9a3c 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.index-item.currency-item::before {
    background: linear-gradient(90deg, #4FC3F7 0%, #29B6F6 100%);
}

.index-item.resource-item::before {
    background: linear-gradient(90deg, #FFB74D 0%, #FFA726 100%);
}

.index-item:hover {
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
    border-color: #d1d5db;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.index-item:hover::before {
    opacity: 1;
}


.index-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.index-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
}

.index-name {
    font-size: 10px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}

.index-time {
    font-size: 10px;
    color: #9ca3af;
    font-weight: 500;
    margin-left: 8px;
    flex-shrink: 0;
}

.index-value {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 2px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.index-change {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
}

.index-change.positive {
    color: #10b981;
}

.index-change.negative {
    color: #ef4444;
}

.index-change.neutral {
    color: #9ca3af;
}

.change-icon {
    font-size: 11px;
    margin-right: 4px;
    font-weight: 700;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .indizes-grid {
        gap: 8px;
        padding: 0 10px;
    }
    
    .index-item {
        padding: 8px 12px;
        min-width: 120px;
        border-radius: 8px;
    }
    
    .index-value {
        font-size: 16px;
    }
    
    .index-name {
        font-size: 9px;
    }
    
    .index-change {
        font-size: 12px;
    }
    
    .index-time {
        font-size: 9px;
    }
}

/* Live update animation */
.header-indizes-modern .tts-push-data {
    transition: color 0.3s ease;
}

.header-indizes-modern .tts-push-data.updated {
    animation: pulse 0.5s ease;
}

@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.6; }
    100% { opacity: 1; }
}
