/*fonts*/
@font-face {
    font-family: "SourceSans";
    src:
        url("../fonts/SourceSansPro-Regular.woff2") format("woff2"),
        url("../fonts/SourceSansPro-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Amiri";
    src:
        url("../fonts/Amiri-Regular.woff2") format("woff2"),
        url("../fonts/Amiri-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AmiriItalic";
    src:
        url("../fonts/Amiri-Italic.woff2") format("woff2"),
        url("../fonts/Amiri-Italic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "AmiriBoldItalic";
    src:
        url("../fonts/Amiri-BoldItalic.woff2") format("woff2"),
        url("../fonts/Amiri-BoldItalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "SourceSansBold";
    src:
        url("../fonts/SourceSansPro-Bold.woff2") format("woff2"),
        url("../fonts/SourceSansPro-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.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 {
        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;
        font-size: 9.5vw;
        line-height: 33px;
        line-height: 10vw;
    }
    h2 .small {
        font-size: 23px;
    }
    h3,
    .h3 {
        font-size: 20px;
        font-size: 5.5vw;
        line-height: 22px;
        line-height: 6vw;
    }
    h4,
    .h4,
    h5,
    h5 *,
    .h5 {
        font-size: 18px;
        font-size: 4.5vw;
        line-height: 20px;
        line-height: 7vw;
    }
}
.upper-content.ls-style {
    padding-top: 0;
    background-image: url("../images/tc-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.upper-content.ls-style .page-container {
    padding-top: 20px;
}
.upper-content.ls-style h1 {
    background-color: #7d0000;
    display: inline-block;
    margin-bottom: 30px;
    padding: 12px 20px 5px;
}
.upper-content.ls-style h2 {
    font-family: "SourceSansBold", Tahoma;
    font-style: normal;
    font-weight: normal;
    padding: 5px 20px;
    margin-bottom: 10px;
    color: #7d0000;
    background-color: #fff;
    display: inline-block;
}
.upper-content.ls-style .ls-facts {
    color: #7d0000;
    background-color: #fff;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 10px;
}
.upper-content.ls-style .opening-hours {
    margin-right: 10px;
}
.upper-content.ls-style .ls-logo {
    position: absolute;
    right: 15px;
    top: 15px;
    max-width: 250px;
}
.btn.ls-style {
    background-color: #7d0000;
    color: #fff;
    margin-top: 15px;
    min-width: 325px;
}
.btn.ls-style:first-child {
    margin-top: 0;
}
/*---LOGO "handeln bei DADAT"---*/
.logo-coop {
    position: absolute;
    top: 20px;
    right: 15px;
}
.logo-coop p {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}
.logo-coop img {
    display: inline-block;
    vertical-align: middle;
}
/*------------------------------*/
.tradecenter-page .gray {
    background-color: #f3f4f8;
}
.tradecenter-page .ls-market-chart .gray {
    position: relative;
    min-height: 410px;
}
.tradecenter-page .top-flop .gray {
    min-height: 410px;
}
.tradecenter-page .simple-chart-resource strong,
.tradecenter-page .simple-chart-currency strong,
.tradecenter-page .simple-chart-market strong {
    color: #7d0000;
}
.tradecenter-page a {
    color: #7d0000;
    text-decoration: none;
    cursor: pointer;
}
.tradecenter-page table a {
    font-family: "SourceSansBold", Tahoma;
    font-style: normal;
    font-weight: normal;
}
.tradecenter-page .market-news-articles table a {
    font-family: "SourceSans", Tahoma;
    font-style: normal;
    font-weight: normal;
}
.tradecenter-page p,
.tradecenter-page span,
.tradecenter-page input,
.tradecenter-page button,
.tradecenter-page form .message,
.tradecenter-page label.error,
.tradecenter-page .single-article-view .article-text,
.tradecenter-page .single-article-view .intro,
.tradecenter-page td {
    color: #333;
}
.tradecenter-page h1,
.tradecenter-page h2,
.tradecenter-page h3,
.tradecenter-page h4,
.tradecenter-page h5,
.tradecenter-page h6,
.tradecenter-page h5 a {
    color: #1e525f;
}
.tradecenter-page .black h4 {
    color: #fff;
}
.tradecenter-page .btn *,
.tradecenter-page .noserif-bold {
    font-family: "SourceSans", Tahoma;
    font-style: normal;
    font-weight: normal;
}
.tradecenter-page .top-flop-table tr td:first-child a {
    font-family: "SourceSansBold", Tahoma;
    font-style: normal;
    font-weight: normal;
    color: #7d0000;
}
.tradecenter-page .table.default-table thead * {
    color: #4a4949;
    text-transform: none;
}
.tradecenter-page .dropdown.default .dropdown-options li:hover,
.tradecenter-page .dropdown.default .dropdown-options li.selected {
    background-color: #560100;
}
.tradecenter-page .market-news-articles strong {
    font-family: "SourceSans", Tahoma;
    font-style: normal;
    font-weight: normal;
}
.tradecenter-page table thead tr {
    border-bottom: 2px solid #7d0000;
}
.tradecenter-page table tbody tr {
    border-top: 1px solid rgba(125, 0, 0, 0.3);
}
.tradecenter-page table.hover-table tbody tr:hover td {
    background-color: #f9f9f9;
}
.tradecenter-page table.sharenews a,
.tradecenter-page .negative {
    color: #7d0000;
}
.tradecenter-page .btn.blue,
.tradecenter-page .black,
.tradecenter-page .pagination ul li.active a,
.tradecenter-page .pagination-search ul li.active {
    background-color: #7d0000;
}
.tradecenter-page .positive {
    color: #2ba278;
}
.tradecenter-page .positive a {
    color: #2ba278;
}
.mobile-btn {
    position: relative;
    display: none;
}
.mobile-btn a {
    color: #fff !important;
    padding: 6px;
    text-align: center;
    position: absolute;
    top: -13px;
    left: 0;
    width: 93%;
}
.mobile-btn.buy a {
    background-color: #2ba278;
}
.mobile-btn.sell a {
    background-color: #7d0000;
}
/*---BOX "Außerbörslicher Handel für Privatanleger"---*/
.tradecenter-page .text-box .inner {
    background-color: #f3f4f8;
    padding: 15px;
}
.tradecenter-page .text-box .inner h2 {
    padding: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 35px;
}
.tradecenter-page .text-box .inner p {
    margin-bottom: 15px;
}
.tradecenter-page .text-box .inner strong {
    color: #4a4949;
}
/*----------------------------------------------------*/
@media (max-width: 1000px) {
    .tradecenter-page .size-6.grid-element {
        width: 100%;
        float: none;
    }
    .top-flop .gray,
    .tradecenter-page .gray,
    .tradecenter-page .top-flop .gray,
    .tradecenter-page .text-box .inner {
        min-height: auto;
    }
    .tradecenter-page .btn.stick-to-bottom {
        position: absolute;
    }
    .logo-coop.sm {
        top: 5px;
        max-width: 90px;
    }
    .logo-coop.sm p {
        margin-right: 0;
    }
}
@media (max-width: 950px) {
    .upper-content.ls-style .page-container {
        padding-top: 50px;
    }
    .ls-facts {
        margin-bottom: 0;
    }
}
@media (max-width: 799px) {
    .logo-coop {
        top: 10px;
    }
}
@media (max-width: 767.98px) {
    .tradecenter-page .grid-element {
        margin-bottom: 10px;
    }
    .upper-content .btn {
        height: 40px;
        line-height: 40px;
    }
    .btn.ls-style {
        padding: 0 35px;
        min-width: 320px;
    }
    .btn.ls-style:first-child {
        margin-top: 15px;
    }
}
@media (max-width: 680px) {
    .upper-content.ls-style .page-container {
        padding-top: 70px;
    }
    .upper-content.ls-style .ls-logo {
        max-width: 200px;
    }
    .upper-content.ls-style .btn.ls-style {
        width: 100%;
        min-width: auto;
        display: inline-block;
        padding: 0 5px;
    }
}
@media (max-width: 500px) {
    .upper-content.ls-style .ls-logo {
        right: -131px;
    }
}
@media (max-width: 466px) {
    .mobile-btn {
        display: block;
    }
    .desktop-btn {
        display: none;
    }
    .mobile-btn-container {
        height: 48px;
    }
}
@media (max-width: 430px) {
    .mobile-btn-container {
        height: 54px;
    }
    .logo-space {
        max-width: 72%;
    }
    .logo-coop {
        top: -15px;
        max-width: 90px;
    }
    .logo-coop p {
        margin-right: 0;
    }
    .logo-coop.sm {
        top: -5px;
    }
    .tradecenter-page h2,
    .tradecenter-page .h2,
    .tradecenter-page .text-box .inner h2 {
        font-size: 26px;
        line-height: 29px;
    }
}
@media (max-width: 400px) {
    .btn.ls-style {
        width: 100%;
    }
}
