﻿/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

body {
    -ms-overflow-style: scrollbar;
}

.highlight1 {
    color: red !important;
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('fonts/OpenSans-Regular.eot');
    src: url('fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype'), url('fonts/OpenSans-Regular.svg#opensansregular') format('svg');
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('fonts/OpenSans-Semibold.eot');
    src: url('fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Semibold.woff') format('woff'), url('fonts/OpenSans-Semibold.ttf') format('truetype'), url('fonts/OpenSans-Semibold.svg#opensanssemibold') format('svg');
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('fonts/OpenSans-Bold.eot');
    src: url('fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Bold.woff') format('woff'), url('fonts/OpenSans-Bold.ttf') format('truetype'), url('fonts/OpenSans-Bold.svg#opensansbold') format('svg');
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url('fonts/OpenSans-Light.eot');
    src: url('fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light.woff') format('woff'), url('fonts/OpenSans-Light.ttf') format('truetype'), url('fonts/OpenSans-Light.svg#opensanslight') format('svg');
}

@font-face {
    font-family: 'Domine-Bold';
    src: url('fonts/Domine-Bold.ttf') format('truetype');
}

body {
    color: #4b4b4b;
    font-family: OpenSans-Regular;
    font-size: 14px;
    line-height: 1.42857;
}

.h4, .h5, .h6, h4, h5, h6 {
    color: #4b4b4b;
}

.h1, h1 {
    font-size: 44px;
    font-family: OpenSans-Light;
    margin-bottom: 10px;
    margin-top: 20px;
}

.h3, h3 {
    font-family: OpenSans-regular;
    font-size: 21px;
}

h4, .h4 {
    line-height: 1.4;
    font-family: OpenSans-Regular;
}

.regular {
    font-family: OpenSans-Regular;
}

.light {
    font-family: OpenSans-Light;
}

.bold {
    font-family: OpenSans-Bold;
}

.boldfont {
    font-family: OpenSans-Bold;
}

.semibold {
    font-family: OpenSans-Semibold;
}

/*Special Headings*/
h1, h2, h3 {
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 1.42857;
}

h1 {
    font-family: OpenSans-Bold;
    font-size: 18px !important;
}

h2 {
    color: #4b4b4b;
    font-family: OpenSans-Regular;
    font-size: 17px !important;
}

h3 {
    font-family: OpenSans-Semibold;
    font-size: 17px !important;
}
/*Disclaimer*/
h5, h6 {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 13px !important;
}

h5 {
    font-family: OpenSans-Light;
}

h6 {
    font-family: OpenSans-Light;
}

/*ImagePool Meta*/
.meta-title {
    text-transform: uppercase;
    color: #5390c5;
    font-family: OpenSans-Regular;
    font-size: 15px !important;
    line-height: 1;
    margin: 0;
    margin-bottom: 6px;
}

.content .meta-title {
    margin-bottom: 0px;
}

.meta-subtitle {
    font-size: 14px !important;
    font-family: OpenSans-Regular;
    line-height: 1;
    margin-bottom: 7px;
}

.content .meta-subtitle {
    margin-bottom: 0px;
}

.meta-graffic-subtitle {
    font-size: 13px !important;
    font-family: OpenSans-Light;
    margin-bottom: 4px;
    margin-top: 4px;
    line-height: 1.32857;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* CUSTOM DIVIDERS */
.ip-divider-0 {
    width: 100%;
    padding: 5px 0;
}

.ip-divider-5 {
    width: 100%;
    padding: 5px 0;
}

.ip-divider-10 {
    width: 100%;
    padding: 10px 0;
}

.ip-divider-15 {
    width: 100%;
    padding: 15px 0;
}

.ip-divider-20 {
    width: 100%;
    padding: 20px 0;
}

.ip-divider-25 {
    width: 100%;
    padding: 25px 0;
}

.ip-divider-30 {
    width: 100%;
    padding: 30px 0;
}

/* CUSTOM COLORS */
.clr-red {
    color: #ee1c25;
}

.clr-grey {
    color: #4b4b4b;
}

.clr-dark-grey {
    color: #4b4b4b;
}

.clr-grey-light {
    color: #999999;
}

.clr-green {
    color: #5f8e38;
}

.clr-red-intense {
    color: #b12b35;
}

.clr-grey-intense {
    color: #646466;
}

.clr-blue-light {
    color: #5390c5;
}

.light-blue {
    color: #5390c5 !important;
}

.light-blue:hover, .light-blue:focus {
    color: #5390c5 !important;
}

.light-blue-bold {
    color: #5390c5 !important;
    font-family: OpenSans-Bold;
}

/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px;
}

.p-xs {
    padding: 10px;
}

.p-sm {
    padding: 15px;
}

.p-sm0 {
    padding: 15px 0;
}

.p-m-18 {
    padding: 18px;
}

.p-m {
    padding: 20px;
}

.p-md {
    padding: 25px;
}

.p-lg {
    padding: 30px;
}

.p-xl {
    padding: 40px;
}

.p-r-none {
    padding-right: 0px;
}

.p-r-xs {
    padding-right: 5px;
}

.p-r-sm {
    padding-right: 10px;
}

.p-r-sm {
    padding-right: 10px;
}

.p-r {
    padding-right: 15px;
}

.p-r-md {
    padding-right: 20px;
}

.p-r-l {
    padding-right: 25px;
}

.p-r-lg {
    padding-right: 30px;
}

.p-r-xl {
    padding-right: 35px;
}

.p-r-xxl {
    padding-right: 48px;
}

.p-l-none {
    padding-left: 0px;
}

.p-l-xs {
    padding-left: 5px;
}

.p-l-sm {
    padding-left: 10px;
}

.p-l {
    padding-left: 15px;
}

.p-l-md {
    padding-left: 20px;
}

.p-l-lg {
    padding-left: 30px;
}

.p-l-xxl {
    padding-left: 48px;
}

.p-l-xl {
    padding-left: 35px;
}

.p-b-xs {
    padding-bottom: 5px;
}

.p-b-sm {
    padding-bottom: 10px;
}

.p-b {
    padding-bottom: 15px;
}

.p-b-lg,
table > thead > tr > th.p-b-lg {
    padding-bottom: 20px;
}

.p-t-xs {
    padding-top: 5px;
}

.p-t-sm {
    padding-top: 10px;
}

.p-t {
    padding-top: 15px;
}

.p-t-lg {
    padding-top: 20px;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-l {
    margin-top: 25px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-x {
    margin-top: 35px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-3xl {
    margin-top: 60px;
}

.m-t-4xl {
    margin-top: 70px;
}

.m-t-5xl {
    margin-top: 100px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xxs-2 {
    margin-top: -2px;
}

.m-t-n-xxs-3 {
    margin-top: -3px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-xxl {
    margin-right: 50px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-l {
    margin-bottom: 25px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-x {
    margin-bottom: 35px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-xxl {
    margin-bottom: 50px;
}

.m-b-3xl {
    margin-bottom: 60px;
}

.m-b-4xl {
    margin-bottom: 70px;
}

.m-b-5xl {
    margin-bottom: 80px;
}

.m-b-6xl {
    margin-bottom: 90px;
}

.m-b-7xl {
    margin-bottom: 100px;
}

.m-b-8xl {
    margin-bottom: 110px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-4 {
    margin-bottom: -4px;
}

.m-b-n-3 {
    margin-bottom: 6px;
    line-height: 1.2285;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

.m-top-none {
    margin-top: 0px !important;
}

.m-top-5 {
    margin-top: 5px;
}

.m-top-10 {
    margin-top: 10px;
}

.m-top-15 {
    margin-top: 15px;
}

.m-top-20 {
    margin-top: 20px;
}

.m-top-25 {
    margin-top: 25px;
}

.m-top-30 {
    margin-top: 30px;
}

.m-top-45 {
    margin-top: 45px;
}

.m-top-50 {
    margin-top: 50px;
}

.m-top-56 {
    margin-top: 56px;
}

.m-top-60 {
    margin-top: 60px;
}

.m-top-70 {
    margin-top: 70px;
}

.m-top-100 {
    margin-top: 100px;
}

.m-top-116 {
    margin-top: 116px;
}

.m-top-122 {
    margin-top: 122px;
}

.m-top-148 {
    margin-top: 148px;
}

.m-top-162 {
    margin-top: 162px;
}

.m-bottom-15 {
    margin-bottom: 15px;
}

.m-bottom-20 {
    margin-bottom: 20px;
}

.m-bottom-25 {
    margin-bottom: 25px;
}

.m-bottom-30 {
    margin-bottom: 30px;
}

.m-bottom-35 {
    margin-bottom: 35px;
}

.m-bottom-70 {
    margin-bottom: 70px;
}

.m-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-capital {
    text-transform: uppercase;
}

/* ALIGNMENTS */
.v-align-top {
    vertical-align: top;
}

.v-align-mid {
    vertical-align: middle !important;
}

.v-align-bottom {
    vertical-align: bottom;
}

/* FONTS */
.ft-13 {
    font-size: 13px !important;
}

.ft-size-46 {
    font-size: 46px !important;
}

.ft-size-42 {
    font-size: 42px !important;
}

.ft-size-44 {
    font-size: 44px !important;
}

.ft-size-40 {
    font-size: 40px !important;
}

.ft-size-38 {
    font-size: 38px !important;
}

.ft-size-36 {
    font-size: 36px !important;
}

.ft-size-34 {
    font-size: 34px !important;
}

.ft-size-30 {
    font-size: 30px !important;
}

.ft-size-28 {
    font-size: 28px !important;
}

.ft-size-26 {
    font-size: 26px !important;
}

.ft-size-24 {
    font-size: 24px !important;
}

.ft-size-23 {
    font-size: 23px !important;
}

.ft-size-22 {
    font-size: 22px !important;
}

.ft-size-21 {
    font-size: 21px !important;
}

.ft-size-20 {
    font-size: 20px !important;
}

.ft-size-19 {
    font-size: 19px !important;
}

.ft-size-18 {
    font-size: 18px !important;
}

.ft-size-17 {
    font-size: 17px !important;
}

.ft-size-16 {
    font-size: 16px !important;
}

.ft-size-15 {
    font-size: 15px !important;
}

.ft-size-14 {
    font-size: 14px !important;
}

.ft-size-13 {
    font-size: 13px !important;
}

.ft-size-12 {
    font-size: 12px !important;
}

.ft-size-11 {
    font-size: 11px !important;
}

.ft-size-10 {
    font-size: 10px !important;
}

.ft-size-9 {
    font-size: 9px !important;
}

.ft-size-8 {
    font-size: 8px !important;
}

.ft-size-7 {
    font-size: 7px !important;
}

/* FLOATS */

.pull-none {
    float: none !important;
}

.text-center-must {
    text-align: center !important;
}
/* LINE HEIGHT */

.line-1 {
    line-height: 1em;
}

.line-1_2 {
    line-height: 1.2em;
}

.line-1_3 {
    line-height: 1.3em;
}

.line-1_5 {
    line-height: 1.5em;
}

/* WIDTH'S & HEIGHT'S */

.full-width {
    width: 100%;
}

.full-max-width {
    max-width: 100%;
}


.width-24 {
    width: 24px;
}

.width-48 {
    width: 48px;
}

.width-146 {
    width: 146px;
}

.width-186 {
    width: 186px;
}

.width-190 {
    width: 190px !important;
}

.width-200 {
    width: 200px !important;
}

.width-210 {
    width: 210px !important;
}

.w-26-p {
    width: 33%;
}

.w-33-p {
    width: 33%;
}

.w-47-p {
    width: 33%;
}

.width-70-p {
    width: 70%;
}

.width-80-p {
    width: 80%;
}

.width-96-p {
    width: 96%;
}

.width-98-p {
    width: 98%;
}

.max-width-155 {
    max-width: 155px !important;
}

.height-28 {
    height: 28px;
}

.height-24 {
    height: 24px;
}

.height-26 {
    height: 26px;
}

.height-60 {
    height: 60px;
}

.height-70 {
    height: 70px;
}

.height-100 {
    height: 100px;
}

.height-102 {
    height: 102px;
}


.height-200 {
    height: 200px;
}

/* BORDERS */

table.table-b-none {
    border: none !important;
}

table td.b-t-none {
    border-top: none !important;
}

table td.b-b-none {
    border-bottom: none !important;
}

/* HIDE / DISPLAY */

.overflow-h {
    overflow: hidden;
}

/* Menu */

.top-menu li {
    color: #ffffff;
    list-style: outside none none;
}

.top-menu > li > a {
    display: block;
    padding: 16px 6px 0;
    position: relative;
    text-align: center;
    color: #4d4d4b !important;
    font-size: 11px !important;
    font-family: OpenSans-Light;
}

.top-menu > li > a:hover {
    text-decoration: none;
}

.top-menu .util-img {
    height: 24px;
}

.navbar {
    background-color: #4d4d4f;
    color: #4d4d4b;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

#main-nav.sub-menu {
    background: #f2f2f2;
}

#main-nav .nav > li > a {
    color: #ffffff;
    padding-left: 8px;
    padding-right: 58px;
    font-size: 16px;
    font-family: OpenSans-Light;
}

#main-nav .nav > li > a:focus, #main-nav .nav > li > a:hover {
    background: transparent;
    color: #FFFFFF;
}

#main-nav .nav > li.active > a {
    background: transparent;
    color: #999999;
}

#menu li a {
    padding: 8px 40px;
}

#menu .menu-border-bottom::after {
    width: 100%;
    border: 1px solid #e5e5e5;
    position: relative;
    top: 2px;
}

/*submeu*/
#sub-menu {
    display: inline-block;
    width: 100%;
}

#sub-menu ul {
    list-style: outside none none;
    margin-bottom: -4px;
    margin-left: -46px;
    display: inline-block;
    width: 100%;
    font-family: OpenSans-Light;
    font-size: 16px;
    margin-top: 4px;
}

#sub-menu li {
    margin-right: 34px;
}

#sub-menu li {
    float: left;
}

#sub-menu li {
    display: block;
    position: relative;
}

#sub-menu li a {
    color: #4b4b4b;
}

#sub-menu li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}

#sub-menu li > a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#sub-menu li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

#sub-menu li > a:hover {
    color: #4b4b4b;
    text-decoration: none;
}

/*#sub-menu li.active {
    font-weight: bold;
}*/

#sub-menu li.active a {
    color: #999999;
}

#sub-menu.abc li {
    margin-right: 0px;
}
/* Sprites */
.emphelen, .zuruck, .drucken, .arrow-right, .arrow-down, .arrow-up, .search, .arrow-down-chk, .arrow-up-chk, .arrow-down-fond, .arrow-up-fond {
    background-image: url('images/sprites2.png');
    background-repeat: no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.emphelen {
    height: 14px;
    width: 18px;
    background-position: 0 0;
    vertical-align: sub;
}

.zuruck {
    height: 14px;
    width: 18px;
    background-position: 0 -18px;
    vertical-align: sub;
}

.drucken {
    background-position: -2px -130px;
    height: 16px;
    width: 18px;
    vertical-align: sub;
}

.arrow-right {
    height: 14px;
    vertical-align: middle;
    width: 12px;
    background-position: -6px -108px;
}

.arrow-up {
    background-position: -1px -57px;
    height: 14px;
    vertical-align: sub;
    width: 18px;
    display: block;
}

.arrow-down {
    background-position: -1px -68px;
    height: 14px;
    vertical-align: sub;
    width: 18px;
    display: block;
}


.arrow-up-chk {
    background-position: -1px -57px;
    height: 14px;
    vertical-align: sub;
    width: 18px;
}

.arrow-down-chk {
    background-position: -1px -68px;
    height: 14px;
    vertical-align: sub;
    width: 18px;
}

.arrow-up-fond {
    background-position: -1px -58px;
    height: 14px;
    vertical-align: sub;
    width: 18px;
    cursor: pointer;
}

.arrow-down-fond {
    background-position: -1px -70px;
    height: 14px;
    vertical-align: middle;
    width: 18px;
    cursor: pointer;
}


.search {
    background-position: -1px -86px;
    display: block;
    height: 14px;
    vertical-align: sub;
    width: 18px;
    cursor: pointer;
}

.circle-up, .circle-equal, .circle-down, .circle-plus {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 17px;
    width: 18px;
    vertical-align: middle;
    float: right;
    margin-top: 4px;
}

.circle-up {
    background-image: url('images/circle_up.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.circle-equal {
    background-image: url('images/circle_equal.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.circle-down {
    background-image: url('images/circle_down.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.circle-plus {
    background-image: url('images/circle_plus.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.DG, .ETF, .SP, .VL, .AUS, .THE, .NA, .SPFlag, .VLFlag {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    height: 18px;
    width: 36px;
    vertical-align: sub;
}

.NA {
    background-image: url('images/fond-ico/na.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.color-NA {
    color: #89A322;
}

.DG {
    background-image: url('images/fond-ico/dg.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.color-DG {
    color: #507933;
}

.ETF {
    background-image: url('images/fond-ico/etf.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.color-ETF {
    color: #9a0d15;
}


.AUS {
    background-image: url('images/fond-ico/aus.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.color-AUS {
    color: #d46a24;
}

.SP {
    background-image: url('images/fond-ico/sp.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.color-SP {
    color: #f8e17e;
}

.SPFlag {
    background-image: url('images/fond-ico/spflag.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.color-SPFlag {
    color: #f8e17e;
}

.VLFlag {
    background-image: url('images/fond-ico/vlflag.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.color-VLFlag {
    color: #f8e17e;
}

.THE {
    background-image: url('images/fond-ico/the.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.color-THE {
    color: #e2001a;
}

.VL {
    background-image: url('images/fond-ico/vl.png');
    background-repeat: no-repeat;
    background-position: 0 0;
}

.color-VL {
    color: #9dcbe8;
}

.color-ImFokus {
    color: #003366;
}

.color-PAnlagethemen {
    color: #8b0000;
}

.color-RZ-AUS {
    color: #336600;  
}

.color-RZ-NA {
    color: #92d050;
}

.color-RZ-KS {
    color: #5390c5;
}

.color-RZ-OKS {
    color: #737373;
}

.color-FOND-DG {
    color: #336600;
}

.color-FOND-NA {
    color: #92d059;
}

.color-FOND-SP {
    color: #ffac33;
}

.color-FOND-AUS {
    color: #FF6600;
}

.color-FOND-THE {
    color: #ff0000;
}

.color-FOND-ETF {
    color: #00284a;
}

.color-FOND-UBK {
    color: #5291c7;
}

.color-FOND-PBK {
    color: #5291c7;
}

.label-etf {
    position: absolute;
}

.label-nonetf {
    position: absolute;
    left: 98px;
}
/*.color-aus {
    color:#ffffff
}*/
a, a:hover, a:focus, a:hover {
    color: #5390c5;
    text-decoration: none;
}
/*table*/

.table > thead > tr > th {
    border-bottom: 0px solid #ddd;
    vertical-align: bottom;
}

.no-hover > th {
    border-top: 0px solid #ddd !important;
}

.sub {
    vertical-align: sub;
}

/*Form*/
.no-border {
    border: 0px solid #ccc;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
}

.no-hover:hover {
    background-color: #ffffff !important;
}

.no-margin {
    margin: 0px;
}

/**************
    Pre-footer links
***************/

#pre-footer {
    background-color: #e6eff9;
    padding: 18px;
}

.pre-footer-links {
    border-width: 1px 0;
    color: inherit;
    padding: 10px;
}

.pre-footer-links ul {
    list-style: outside none none;
    margin-left: -30px;
}

.pre-footer-links ul li {
    padding: 2px 0;
}

.pre-footer-links ul li a {
    color: #4b4b4b;
    text-decoration: none;
    line-height: 24px;
}

/**************
    Footer
***************/

#footer {
    padding: 6px;
    color: #999999;
    font-size: 13px;
}

/**************
    Sidebar
***************/

#sidebar-wrapper {
    left: 250px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background: #f2f7fc;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.sidebar-block .sidebar-arrow {
    position: absolute;
    cursor: pointer;
    margin-top: 6px;
    left: 36px;
}

.sidebar-block .sidebar-date {
    min-width: 48px;
    width: 48px;
}
/**************
    Sidebar Styles
***************/

.sidebar-nav {
    top: 0;
    /*margin: 20px 0 0 30px;*/
    padding: 0;
    list-style: none;
}

.sidebar-block ul {
    list-style: none;
    text-indent: 39px;
}

.sidebar-nav li {
}

.sidebar-nav li a {
    color: #4b4b4b;
    line-height: 24px;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #4b4b4b;
    background: #f2f7fc;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/**************
    Home
***************/
#startsite .home-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 550px;
}

#startsite .home-header-content {
    background: rgba(255,255,255,0.6);
    padding: 15px 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    max-width: 720px;
    max-height: 484px;
    display: block;
    overflow-y: auto;
}
#startsite .date {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: #EA5C4D;
}

#startsite .headline {
    font-style: normal;
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    /* iPortal Grau 2 */
    color: #4B4B4B;
    margin-top: 0px;
    font-family: OpenSans-Light;
}

#startsite .subheadline {
    font-style: normal;
    font-weight: normal;
    font-family: OpenSans-Regular;
    font-size: 20px;
    line-height: 27px;
    /* iPortal Grau 2 */
    color: #4B4B4B;
}

#startsite .content-text {
    font-weight: 300;
    font-family: OpenSans-Light;
    font-size: 18px;
    line-height: 25px;
    /* iPortal Grau 2 */
    color: #4B4B4B;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

#startsite .content-link span {
    font-weight: 300;
    font-family: OpenSans-Light;
}

#startsite .tile-cards {
    font-weight: 300;
    font-family: OpenSans-Light;
    height: 544px;
}

#startsite .tile-cards.bkgcolor-blau {
    background-color: #F5FCFC;
}

#startsite .tile-cards.bkgcolor-gelb {
    background-color: #FEF1CC;
}

#startsite .tile-cards.bkgcolor-grau-hell {
    background-color: #F5F5F5;
}

#startsite .tile-cards.bkgcolor-grau-dunkel {
    background-color: #CCCCCC;
}

#startsite .tile-cards .tile-cards-shell {
    padding: 30px 25px 50px 25px;
    height: 544px;
    width: 100%;
}

#startsite .tile-cards .tile-cards-shell.tile-table {
    display:table
}

#startsite .tile-cards .tile-cards-shell.tile-block {
    display: block;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#startsite .tile-cards .tile-cards-shell.tile-table .tile-cards-shell-row {
    display: table-row;
}

#startsite .tile-cards .tile-cards-shell.tile-block .tile-cards-shell-row {
    display: inline;
}

#startsite .tile-cards .tile-cards-shell .tile-cards-shell-cell {
    display: table-cell;
}

#startsite .tile-cards .tile-cards-shell .tile-cards-shell-cell .cell-image {
    max-width: 350px;
    width: 100%;
}

#startsite .tile-cards.back-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

#startsite .tile-cards-content {
    background: rgba(255,255,255,0.6);
    padding: 15px 25px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/*#startsite .tile-cards .tile-cards-shell .content-text {
    max-width: 300px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}*/

/**************
    Konjunktur
***************/
    .konjunktur-title::before {
        background: #428bca none repeat scroll 0 0;
        content: "";
        height: 5px;
        margin-top: -12px;
        position: absolute;
        width: 164px;
    }

.region-title {
    padding-bottom: 30px;
    padding-top: 20px;
}

/**************
    Publication
***************/

#publication .publikation-title > p {
    margin: 0;
}

#publication .publikation-img {
    width: 142px;
    height: 200px;
}

/**************
    Preview
***************/
.preview-mode {
    border: 2px dashed #ee1c25;
}

/*Konjunktur thumbnails img*/
.thumbnail > a > img {
    margin-left: auto;
    margin-right: auto;
}

.thumbnail > a > img {
    display: block;
    height: 232px;
    max-width: 100%;
}
/*read-more*/
.read-more a {
    text-decoration: none;
}

.collapse-table span.expandedIco {
    background-image: url(/Content/images/plus.png);
    background-repeat: no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 11px;
    height: 11px;
}

.collapse-table .v-data-table__expanded span.expandedIco {
    background-image: url(/Content/images/minus.png);
}

.collapse-table span.plus,
.collapse-table span.minus {
    background-repeat: no-repeat;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 11px;
    height: 11px;
}

.collapse-table span.plus {
 background-image: url(/Content/images/plus.png);
}

.collapse-table span.minus {
    background-image: url(/Content/images/minus.png);
}


/**************
   IPORTAL - specific elements
***************/

/* IPORTAL Category table */

.iPort-multi-table .activated {
    background: #d0d0d0;
}

.iPort-multi-table .expand-child div:first-child:before {
    /*content: url(/Content/images/arrow-up.png);*/
    left: 341px;
    position: absolute;
    top: -14px;
}

.iPort-multi-table .table-hover > tbody > tr.expand-child:hover > td,
.iPort-multi-table .table-hover > tbody > tr.expand-child:hover > th {
    background-color: #FFFFFF;
}

.iPort-multi-table .table {
    table-layout: fixed;
}

.iPort-multi-table .hiddenRow {
    padding: 0 !important;
    border-top: 0px solid #ddd !important;
}

.iPort-multi-table .column-search {
    padding: 0;
}

.iPort-multi-table .column-search .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    height: 28px;
    width: 100%;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: OpenSans-light;
    font-weight: normal;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
}

.iPort-multi-table .column-search .search-query:focus {
    border: 1px solid #ccc !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.iPort-multi-table .column-search button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #5390c5;
}

.iPort-multi-table .column-search button:hover,
.iPort-multi-table .column-search button:active,
.iPort-multi-table .column-search button:focus {
    color: #5390c5;
    background: none;
}


/* modal */

.iPort-modal {
    width: 1000px;
    padding: 20px;
}

.iPort-modal .modal-body {
    padding: 10px 70px 50px;
}

.iPort-modal .modal-header {
    border: none;
}

.iPort-modal .close {
    color: #000;
    font-size: 70px;
    font-weight: normal;
    opacity: 1;
    margin-top: -15px;
    font-family: OpenSans-Light;
}
/* TODO */
/*.iPort-modal-info....*/

/**************
    Fonds, Renten und Zertifikate, Archive
***************/

/*Fonds*/

#wertpapiere-table .activated {
    background: #d0d0d0;
}

#wertpapiere-table .expand-child div:first-child:before {
    /*content: url(/Content/images/arrow-up.png);*/
    left: 341px;
    position: absolute;
    top: -14px;
}

#fonds-table .animate-table {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

#wertpapiere-table .table-hover > tbody > tr.expand-child:hover > td,
#wertpapiere-table .table-hover > tbody > tr.expand-child:hover > th,
.collapse-table .v-data-table__wrapper > table-hover > tbody > tr.expand-child:hover > td,
.collapse-table .v-data-table__wrapper > table-hover > tbody > tr.expand-child:hover > th {
    background-color: #FFFFFF;
}

.collapse-table .v-data-table__wrapper > table > thead > tr > td,
.collapse-table .v-data-table__wrapper > table > tbody > tr:hover {
    background-color: #f5f5f5;
}

.collapse-table .v-data-table__wrapper .v-data-table__expanded.v-data-table__expanded__row,
.collapse-table .v-data-table__wrapper .v-data-table__expanded.v-data-table__expanded__row:hover {
    background: #d0d0d0 !important;
}

#wertpapiere-table .table,
.collapse-table .v-data-table__wrapper > table {
    table-layout: fixed;
}

#wertpapiere-table .hiddenRow {
    padding: 0 !important;
    border-top: 0px solid #ddd !important;
}


#wertpapiere-table .wertpapiere-search {
    padding: 0;
}

#wertpapiere-table .wertpapiere-search .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    height: 28px;
    width: 100%;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: OpenSans-light;
    font-weight: normal;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
}

#wertpapiere-table .wertpapiere-search .search-query:focus {
    border: 1px solid #ccc !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#wertpapiere-table .wertpapiere-search button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #5390c5;
}

#wertpapiere-table .wertpapiere-search button:hover,
#wertpapiere-table .wertpapiere-search button:active,
#wertpapiere-table .wertpapiere-search button:focus {
    color: #5390c5;
    background: none;
}

#Assetklassen .checkbox label,
#Beraterkompetenz .checkbox label,
#Risikoklasse .checkbox label,
#Fondseigenschaften .checkbox label,
#wertpapiere-filters .wertpapiere-filter .checkbox label {
    font-size: 16px;
}

#wertpapiere-filters #partner-title {
    float: left;
    padding: 61px 0 0 0;
    height: 159px;
}

#wertpapiere-filters input[type="radio"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
}

#product-config .my-onemarkets {
    width: 130px;
    height: 38px;
}

#Fondseigenschaften .checkbox.checkbox-gap {
    margin-bottom: 18px;
}

#wertpapiere-filters .select-keyword {
    background-repeat: no-repeat;
    background-position: right;
    color: #999999;
    -webkit-appearance: none;
    -moz-appearance: none;
    overflow: hidden;
    max-width: 226px;
    width: 226px;
}

#wertpapiere-filters .select-keyword option {
    background-color: red;
    font-family: OpenSans-Light;
    font-size: 13px !important;
    color: #4b4b4b;
}

#wertpapiere-filters .select-keyword.down {
    background-image: url('images/arrow-down-keyword.png');
}

#wertpapiere-filters .select-keyword.up {
    background-image: url('images/arrow-up-keyword.png');
}

#wertpapiere-filters .keyword-select-container {
    width: 300px;
}

#wertpapiere-filters .iPortal-dropdown {
    /* Size and position */
    position: relative;
    max-width: 346px;
    width: 346px;
    height: 30px;
    padding: 4px 6px;
    /* Styles */
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right;
    background-position: 306px 6px;
    background-image: url('/Content/images/arrow-down-keyword.png');
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    cursor: pointer;
    outline: none;
    z-index: 4;
    /* Font settings */
    color: #999999;
}

#wertpapiere-filters .iPortal-dropdown.active {
    background-image: url('/Content/images/arrow-up-keyword.png');
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0 solid #ccc;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#wertpapiere-filters .iPortal-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

#wertpapiere-filters .iPortal-dropdown .dropdown {
    /* Size & position */
    position: relative;
    top: 2px;
    left: -7px;
    right: 0;
    /* Styles */
    background: white;
    border-radius: inherit;
    border-left: 1px solid rgba(0,0,0,0.17);
    border-right: 1px solid rgba(0,0,0,0.17);
    border-bottom: 1px solid rgba(0,0,0,0.17);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    list-style: none;
    padding: 0;
    width: 346px;
    /* Hiding */
    opacity: 0;
    pointer-events: none;
}

#wertpapiere-filters .iPortal-dropdown .dropdown li a {
    display: block;
    padding: 2px 6px;
    text-decoration: none;
    color: #999999;
    /*border-bottom: 1px solid #e6e8ea;*/
    box-shadow: inset 0 1px 0 rgba(255,255,255,1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#wertpapiere-filters .iPortal-dropdown .dropdown li i {
    float: right;
    color: inherit;
}

#wertpapiere-filters .iPortal-dropdown .dropdown li:hover a {
    background: #f2f2f2;
}

#wertpapiere-filters .iPortal-dropdown.active .dropdown,
#wertpapiere-filters .iPortal-dropdown:focus .dropdown {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 0 solid #ccc;
    box-shadow: 0 0 0 rgba(0,0,0,0.1);
}

.collapse-table .v-data-table__wrapper > table > tbody > tr > td,
.collapse-table .v-data-table__wrapper > table > tbody > tr > th,
.collapse-table .v-data-table__wrapper > table > tfoot > tr > td,
.collapse-table .v-data-table__wrapper > table > tfoot > tr > th,
.collapse-table .v-data-table__wrapper > table > thead > tr > td,
.collapse-table .v-data-table__wrapper > table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.collapse-table .v-data-table__wrapper > table > tbody > tr.v-data-table__expanded__content > td {
    background: #fff;
}

.collapse-table .v-data-table__wrapper > table > thead > tr:first-child > th {
    border-top: 0;
}

table .table {
    margin: 0 auto;
    width: 98%;
    max-width: 98%;
}

/* No CSS3 support */

#wertpapiere-filters .no-opacity .iPortal-dropdown .dropdown,
#wertpapiere-filters .no-pointerevents .iPortal-dropdown .dropdown {
    display: none;
    opacity: 1; /* If opacity support but no pointer-events support */
    pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

#wertpapiere-filters .no-opacity .iPortal-dropdown.active .dropdown,
#wertpapiere-filters .no-pointerevents .iPortal-dropdown.active .dropdown {
    display: block;
}

#wertpapiere-filters .iPortal-cancel-keyword {
    text-align: right;
    cursor: pointer;
    top: 4px;
    left: 362px;
    width: 18px;
    position: absolute;
    z-index: 5;
}

#wertpapiere-filters .checkbox-ETF {
    margin-bottom: 40px;
}

/*R&Z*/

#wertpapiere-table .table.rz > thead > tr > th,
.collapse-table .table.rz > thead > tr > th,
#wertpapiere-table .table.archive > thead > tr > th,
.collapse-table .table.archive > thead > tr > th {
    vertical-align: top;
}

#wertpapiere-table .data-light,
.collapse-table .data-light {
    width: 20px;
}

#wertpapiere-table .data-special,
.collapse-table .data-special {
    width: 54px;
}

.search-query:focus + button {
    z-index: 3;
}

.collapse {
    float: left;
}

.collapse.in {
    display: block !important;
    visibility: visible;
    float: none;
}

.right-sidebar {
    border-left: 1px solid #ddd;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01);
    box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01);
}

.right-pub-sidebar,
.right-graffic-sidebar {
    border-right: 1px solid #efefef;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01);
    box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01);
}
/*.right-pub-sidebar:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  border: 1px solid black;
  top: 0;
  right: 0px;
}*/

.left-sidebar {
    border-right: 1px solid #d9d9d9;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01);
    box-shadow: inset 1px 0 0 0 rgba(0,0,0,.01);
}


/*Tabs Style*/

div.v-tabs-bar__content {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

div.v-tab {
    float: left;
    width: 160px;
    height: 26px;
    border: 0.5px solid #999999;
    box-sizing: border-box;
    border-radius: 4px 4px 0px 0px;
    margin-left: 2px;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
}

div.v-tab:hover {
    background-color: #f5f5f5;
}

div.v-tab.v-tab--active {
    background: #999999;
    border-radius: 4px 4px 0px 0px;
    color: #fff;
}

/**************
    Gloassar
***************/

.glossar-table {
    display: table;
}

.glossar-table-cell {
    display: table-cell;
    float: none;
}

.glossar-table .glossar-table-cell:last-child {
    border-right: 0px solid #efefef !important;
    -webkit-box-shadow: inset 0px 0 0 0 rgba(0,0,0,.01) !important;
    box-shadow: inset 0px 0 0 0 rgba(0,0,0,.01) !important;
}

.break-word {
    word-wrap: break-word;
}

.break-all {
    word-break: break-all;
}

.hyphens-auto {
    /*hyphens: auto;
    -webkit-hyphens: auto; 
    -moz-hyphens: auto; 
    -ms-hyphens: auto; 
    -o-hyphens: auto;*/
    /* overflow-wrap: break-word;
    word-wrap: break-word;*/
    /*-ms-word-break: break-all;*/
    /*word-break: break-word;*/
    /*-ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;*/
}

.nowrap {
    white-space: nowrap;
}

.ico-button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}

.active-thema > a {
    color: #999999;
}

.active-glossar > a {
    color: #5390c5 !important;
}

.active-pagination > a {
    color: #5390c5 !important;
}

@media(max-width:1200px) {

    #wertpapiere-table .table thead > tr > th,
    #wertpapiere-table .table tbody > tr > th,
    #wertpapiere-table .table tfoot > tr > th,
    #wertpapiere-table .table thead > tr > td,
    #wertpapiere-table .table tbody > tr > td,
    #wertpapiere-table .table tfoot > tr > td {
        word-wrap: break-word;
    }
}

/**************
    Assetclassen
***************/
.mod-middle {
    margin: 0 auto !important;
    float: none !important;
}

.child-hide {
    visibility: hidden;
    height: 0px;
}

.child-show {
    visibility: visible;
    height: auto;
}

/*BJQS Partner Slider*/
/* Basic jQuery Slider essential styles */

ul.bjqs {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: none;
}

li.bjqs-slide {
    position: absolute;
    display: none;
}

ul.bjqs-controls {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 9999;
}

ul.bjqs-controls.v-centered li a {
    position: absolute;
}

ul.bjqs-controls.v-centered li.bjqs-next a {
    right: 0;
}

ul.bjqs-controls.v-centered li.bjqs-prev a {
    left: 0;
}

ol.bjqs-markers {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

ol.bjqs-markers.h-centered {
    text-align: center;
}

ol.bjqs-markers li {
    display: inline;
}

ol.bjqs-markers li a {
    display: inline-block;
}

p.bjqs-caption {
    display: block;
    width: 96%;
    margin: 0;
    padding: 2%;
    position: absolute;
    bottom: 0;
}

/*Slide up*/
.slide-up {
    background: url(/Content/images/slide-up.png);
    width: 45px;
    height: 45px;
}

.thumbnail {
    margin-bottom: 0px;
    padding: 4px;
}

/*graffiken cards*/

.ui.card, .ui.cards > .card {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 0.285714rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    -moz-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    -webkit-box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 0;
    padding: 0;
    position: relative;
    -moz-box-transition: box-shadow 0.1s ease 0s, transform 0.1s ease 0s;
    -webkit-transition: box-shadow 0.1s ease 0s, transform 0.1s ease 0s;
    transition: box-shadow 0.1s ease 0s, transform 0.1s ease 0s;
    /*width: 290px;*/
    width: 480px;
}

.ui.card > *:first-child, .ui.cards > .card > *:first-child {
    border-radius: 0.285714rem 0.285714rem 0 0 !important;
    border-top: medium none !important;
}

.ui.card > .image, .ui.cards > .card > .image {
    background: rgba(0, 0, 0, 0.05) none repeat scroll 0 0;
    display: block;
    flex: 0 0 auto;
    padding: 0;
    position: relative;
    border-top: 1px solid rgba(34, 36, 38, 0.1);
}

.ui.card > .image > a > img, .ui.cards > .card > .image > a > img {
    border-radius: inherit;
    display: block;
    height: auto;
    max-width: 100%;
    /*height:200px;*/
    /*height: 331px;*/
    margin: 0 auto;
}

.ui.card > .image:not(.ui) > img, .ui.cards > .card > .image:not(.ui) > img {
    border: medium none;
}

.ui.card > .content, .ui.cards > .card > .content {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: rgba(34, 36, 38, 0.1);
    border-image: none;
    border-radius: 0;
    border-style: solid none none;
    border-width: 1px medium medium;
    box-shadow: none;
    flex-grow: 1;
    font-size: 1em;
    margin: 0;
    padding: 1em;
}

.ui.card > .content > .header:not(.ui), .ui.cards > .card > .content > .header:not(.ui) {
    font-size: 1.28571em;
    line-height: 1.2857em;
}

.ui.card > .content > a.header, .ui.cards > .card > .content > a.header {
}

.ui.card > .content a:not(.ui), .ui.cards > .card > .content a:not(.ui) {
    transition: color 0.1s ease 0s;
}

.ui.card > .content > .header, .ui.cards > .card > .content > .header {
    display: block;
}

.ui.card .meta *:last-child, .ui.cards > .card .meta *:last-child {
    margin-right: 0;
}

.ui.card > .content > .header + .description, .ui.card > .content > .meta + .description, .ui.cards > .card > .content > .header + .description, .ui.cards > .card > .content > .meta + .description {
    margin-top: 0.5em;
}

.ui.card > .content > .description, .ui.cards > .card > .content > .description {
    clear: both;
    color: rgba(0, 0, 0, 0.68);
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**************
    Suche style
***************/


.pagination-container {
    display: inline-block;
    width: 100%;
}

.pagination-container ul {
    list-style: outside none none;
    margin-bottom: -4px;
    margin-left: -46px;
    display: inline-block;
    width: 100%;
    font-family: OpenSans-Light;
    font-size: 16px;
    margin-top: 4px;
}

.pagination-container li {
    float: left;
}

.pagination-container li {
    display: block;
    position: relative;
}

.pagination-container li a {
    color: #4b4b4b;
}

.pagination-container li > a {
    padding-bottom: 15px;
    padding-top: 15px;
}

.pagination-container li > a {
    line-height: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.pagination-container li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.pagination-container li > a:hover {
    color: #4b4b4b;
    text-decoration: none;
}

.pagination-container ul li {
    font-size: 22px !important;
}

.pagination-container {
    display: inline-block;
    width: 100%;
}

#criteria {
    padding: 0 12px !important;
}

.fixed-table {
    table-layout: fixed;
    width: 100%;
}

/**************
    LightBox style
***************/

.light-box-element {
    /*opacity: 1;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 0;*/
    width: 800px;
    margin: 0 auto 10px auto;
}

.subheadline, .caption, .disclaimer, .disclaimer2, .quelle, .stand,
.subheadline *, .caption *, .disclaimer *, .disclaimer2 *, .quelle *, .stand * {
    color: #fff;
}


.slide-middle {
    overflow: scroll;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
}

.bottomMeta {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 820px !important;
}

.bottomMeta, .expand-content {
    margin: 0 auto;
}

.bottomMeta, .expand-content {
    max-width: 820px;
    max-height: 300px;
}

.expand {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
}

.expand-content {
    background: rgba(121, 121, 121, 0.80) none repeat scroll 0 0;
    display: none;
    overflow-y: scroll;
    text-align: left;
}

.arrow-up-container {
    background-color: rgba(0, 0, 0, 0);
    padding: 10px 10px 0;
    text-align: center;
}

.arrow-collor-grey {
    background-color: rgba(121, 121, 121, 0.8) !important;
}

.arrow-up-lightbox {
    background: rgba(121, 121, 121, 0) url("images/arrow-up-lightbox.png") repeat scroll 0 0;
    height: 11px;
    width: 34px;
    margin: 0 auto;
    cursor: pointer;
}

.arrow-down-lightbox {
    background: rgba(121, 121, 121, 0) url("images/arrow-down-lightbox.png") repeat scroll 0 0 !important;
    height: 11px;
    width: 34px;
    margin: 0 auto;
    cursor: pointer;
}

.arrow-text {
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}


.headline {
    margin-top: 8%;
}

@media (min-width:768px) and (max-width: 1400px) {
    .headline {
        margin-top: 5%;
    }
}

/*set stand an quelle beside eachother*/
.stand-label, .quelle-label {
    font-family: OpenSans-Light;
    font-size: 13px !important;
    color: #4b4b4b;
    display: inline;
}

.description h6 {
    display: inline;
}

.stand .stand-label, .quelle .quelle-label {
    color: #ffffff !important;
}

.cursor-point {
    cursor: pointer;
}

.cursor-disabled {
    cursor: not-allowed;
}

/**************
    Modal's
***************/

.datum-modal,
.info-modal,
.branche-modal,
.qualitat-modal,
.prefferedPartner-modal {
    width: 1000px;
    padding: 20px;
}

.info-icon {
    margin-top: -5px;
    margin-left: 7px;
    width: 19px;
    height: 17px;
}

.info-icon-ml8 {
    margin-top: -5px;
    margin-left: 8px;
    width: 19px;
    height: 17px;
}

.info-icon-ml0 {
    margin-top: -5px;
    margin-left: 0px;
    width: 19px;
    height: 17px;
}

.info-icon-mlm2 {
    margin-top: -5px;
    margin-left: -2px;
    width: 19px;
    height: 17px;
}

.qa-modal {
    width: 620px;
    top: 50%;
    margin-top: -280px;
}

.isin-modal {
    width: 400px;
}

.datum-modal .modal-body,
.branche-modal .modal-body,
.isin-modal .modal-body,
.qualitat-modal .modal-body,
.prefferedPartner-modal .modal-body,
.qa-modal .modal-body {
    padding: 10px 70px 50px;
}

.info-modal .modal-body {
    padding: 10px 70px 50px;
    text-align: left;
}

.datum-modal .modal-header,
.info-modal .modal-header,
.branche-modal .modal-header,
.isin-modal .modal-header,
.qualitat-modal .modal-header,
.prefferedPartner-modal .modal-header,
.qa-modal .modal-header {
    border: none;
}

.datum-modal .modal-header .close,
.info-modal .modal-header .close,
.branche-modal .modal-header .close,
.isin-modal .modal-header .close,
.qualitat-modal .modal-header .close,
.prefferedPartner-modal .modal-header .close,
.qa-modal .modal-header .close {
    color: #000;
    font-size: 70px;
    font-weight: normal;
    opacity: 1;
    margin-top: -15px;
    font-family: OpenSans-Light;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.color-datum {
    color: #e2001a;
}

/**************
    Toolips
***************/

.tooltip-inner {
    text-align: left;
    max-width: 600px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    color: #4b4b4b;
    font-family: OpenSans-Regular;
    padding: 20px 20px;
}

.tooltip-inner .m-t-md,
.tooltip-inner .m-b-md {
    margin: 0px !important;
}


.tooltip-inner img {
    max-width: 100%;
}

.tooltip-elem {
    color: #5390c5 !important;
    font-family: opensans-bold;
}

.tooltip.in {
    filter: alpha(opacity=100);
    opacity: 1;
}


/**************
    TinyMce Custom design
***************/

.grey-text-block {
    display: block;
    background-color: #F5F5F5;
    color: #4b4b4b;
    font-family: OpenSans-Regular;
    padding: 20px;
}

.quote-text-block {
    display: block;
    background: url(../Content/images/double-quote.svg) no-repeat center 5px;
    color: #999;
    font-family: OpenSans-Regular;
    padding: 55px 15px 10px 15px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}


/**************
    FancyBox Extensions
***************/

.fancybox-skin {
    background: #fff none repeat scroll 0 0 !important;
}

.fancybox-close {
    background-image: url('plugins/fancybox/css/close2.png') !important;
}

.fancybox-close {
    top: 18px !important;
    right: 18px !important;
}
/*disable bootstrap modal drop froom above*/
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.content-above,
.content-below {
    font-family: OpenSans-Light;
    font-size: 13px !important;
}

.isFancybox {
    cursor: pointer;
}

/**************
    FancyBox2 custom override
***************/

.fancybox-nav span {
    visibility: visible !important;
}

.fancybox-prev span {
    left: -55px !important;
}

.fancybox-next {
    right: -65px !important;
}

/**************
    Ratings
***************/

.rating-container {
    margin-top: 60px;
}

/**************
    Survey's
***************/


.survey-checkbox {
    position: absolute;
    left: -9999px;
}

.survey-checkbox + label {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.survey-checkbox + label {
    position: relative;
    padding-left: 30px;
    margin-right: 16px;
    cursor: pointer;
}

/* checkbox aspect */
.survey-checkbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border: 2px solid #5390c5;
    background-color: #FFFFFF;
    border-radius: 2%;
}

/* checked mark aspect */
.survey-checkbox + label:after {
    content: '';
    display: table;
    height: 11px;
    width: 11px;
    background-color: #5390c5;
    border-radius: 2%;
    position: absolute;
    top: 6px;
    left: 6px;
    transition: all .15s;
}

/* checked mark aspect changes */
.survey-checkbox:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.survey-checkbox:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
.survey-checkbox:disabled + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.survey-checkbox:disabled:checked + label:after {
    color: #999;
}

.survey-checkbox:disabled + label {
    color: #aaa;
}

/* accessibility */
.survey-checkbox:focus + label:before,
.survey-checkbox:hover + label:before {
    background-color: #E5EFF2;
}

/* hover style just for information */
.survey-checkbox + label:hover:before {
    background-color: #E5EFF2;
}

/*Survey radio buttons*/
.survey-radio {
    position: absolute;
    left: -9999px;
}

.survey-radio + label {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.survey-radio + label {
    position: relative;
    padding-left: 30px;
    margin-right: 16px;
    cursor: pointer;
}

/* checkbox aspect */
.survey-radio + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border: 2px solid #5390c5;
    background-color: #FFFFFF;
    border-radius: 50%;
}

/* checked mark aspect */
.survey-radio + label:after {
    content: '';
    display: table;
    height: 13px;
    width: 13px;
    background-color: #5390c5;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
    transition: all .15s;
}

/* checked mark aspect changes */
.survey-radio:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.survey-radio:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
.survey-radio:disabled + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

.survey-radio:disabled:checked + label:after {
    color: #999;
}

.survey-radio:disabled + label {
    color: #aaa;
}

/* accessibility */
.survey-radio:focus + label:before,
.survey-radio:hover + label:before {
    background-color: #E5EFF2;
}

/* hover style just for information */
.survey-radio + label:hover:before {
    background-color: #E5EFF2;
}

.survey-answers {
    /*display:table-cell;*/
    font-weight: normal;
    /*padding-left: 10px;*/
    margin-bottom: 4px;
}

.survey-question {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1.3;
    height: 30px;
}

.survey-row {
    /*display: table-cell;*/
    /*padding-right: 6px;*/
    width: 100%;
}

.survey-row-elem {
    display: block;
    margin-bottom: 10px;
}

.survey-row-elem:last-child {
    display: block;
    margin-bottom: 0px;
}


.survey-row-elem .progress {
    background-color: #e1e1e1;
    border-radius: 0;
    height: 9px;
    margin: 0;
    text-align: right;
    width: 340px;
    margin: 6px 0 0 14px;
}

.survey-row-elem .progress .progress-bar {
    background-color: #5390c5;
}

.survey-count {
    /*display:table-cell;*/
    /*color: #868686;
    font-size: 14px !important;*/
    font-weight: normal;
    padding-left: 10px;
}

#survey-front .vote-error {
    color: #e21014;
}


#survey-front .btn-vote {
    background-color: #fff;
    border-color: #5390c5;
}

#survey-front .btn-vote:hover,
#survey-front .btn-vote:focus {
    background-color: #5390c5;
    border-color: #5390c5;
    color: #fff;
}

#survey-front .umfrage {
    color: #5390c5;
    font-family: OpenSans-Semibold;
    font-size: 18px;
    text-transform: uppercase;
}


/**************
    Blocks
***************/

.flex-block {
    display: flex;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-direction: row; /* Safari 6.1+ */
    flex-direction: row;
}

.table-block {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

table-layout-fixed {
    table-layout: fixed;
}

/**************
    Q&A
***************/

.trends-table cell {
    vertical-align: top;
}

#qa {
    font-size: 16px;
}

#qa-modal .sweet-alert {
    display: inline-block !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    margin-left: auto !important;
    margin-top: auto !important;
}

#qa-trends .trends-table .cell {
    padding: 8px 8px 0px 8px;
}

#qa-trends .trends-table .cell.ico,
#qa-trends .trends-table .cell,
#qa-trends .trends-table .cell.name {
    vertical-align: top;
}

#qa-trends .trends-table .cell.ico {
    padding-left: 0px;
    padding-right: 4px;
}

#qa-trends .trends-table .cell.name {
    max-width: 300px;
    overflow-wrap: break-word;
}


#qa-trends .trends-table .cell.name a {
    padding-right: 50px;
    min-width: 150px;
    /*color:#4b4b4b;*/
}

#qa-trends .trends-table .cell.percent {
    text-align: right;
}

#qa-chatbot .chatbot-size {
    line-height: 20px;
    vertical-align: sub;
}

#qa-area .qa-table {
    table-layout: fixed;
}

#qa-area .qa-content .qa-content-ico {
    font-size: 30px;
    position: absolute;
    margin: 4px 0px 0px 0px;
    cursor: pointer;
}

#qa-area .qa-content .qa-content-ico {
    display: inline;
}


#qa-area .qa-collapse {
    margin-top: -10px;
}

#qa-area .get-answers {
    font-size: 30px;
    cursor: pointer;
    display: block;
    height: 30px;
}

#qa-area .qa-row .qa-img-ico,
#qa-area .qa-row .qa-row-elem {
    vertical-align: top;
}

#qa-area .qa-row .qa-arrows {
    margin-top: 5px;
}


#qa-area .qa-row .qa-row-elem {
    padding-bottom: 12px;
    width: 100%;
}

#qa-area .qa-row .qa-row-elem .qa-title {
    margin-top: 2px;
    padding-right: 30px;
    /*white-space:nowrap;*/
    cursor: default;
    max-width: 380px;
}

#qa-area .qa-row .qa-row-elem .qa-question {
    padding: 4px;
    width: 99%;
}

#qa-area .qa-row .qa-row-elem .qa-title,
#qa-area .qa-row .qa-row-elem .qa-question,
#qa-area .qa-row .qa-row-elem .qa-arrows {
    cursor: pointer;
}

#qa-area .qa-row .qa-row-elem:first-child {
    hyphens: auto;
    max-width: 150px;
    min-width: 150px;
    width: 150px;
}

#qa-area .qa-row .circular-img {
    border-radius: 44px;
    -moz-border-radius: 44px;
    -webkit-border-radius: 44px;
    height: 44px;
    /*margin-left: 20px;*/
    margin-right: 10px;
    width: 44px;
    max-width: 44px;
}

#qa-init .qa-init-btn {
    background-color: #5390c5;
    -moz-border: 1px solid #5390c5;
    -webkit-border: 1px solid #5390c5;
    -o-border: 1px solid #5390c5;
    border: 1px solid #5390c5;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 20px 100px;
    outline: 0;
}

#qa-init .qa-init-btn.active,
#qa-init .qa-init-btn.focus,
#qa-init .qa-init-btn:active,
#qa-init .qa-init-btn:focus,
#qa-init .qa-init-btn:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    outline: 0;
}

#qa #seachTrend {
    height: 36px;
}

#qa .ico-button {
    position: absolute;
    margin-left: -62px;
    margin-top: 8px;
}

#qa .ico-button img {
    vertical-align: text-top;
    width: 32px;
}

#qa #searchTerm {
    /*border: 1px solid #5390c5;*/
    max-width: 100%;
    height: 48px;
    line-height: 20px;
    font-size: 17px;
    font-family: OpenSans-Light;
    color: #969696;
}

#qa-chatbot,
#qa-chatbot .form-body textarea,
#qa-chatbot .chatbot-trends {
    color: #969696;
}

#qa-chatbot textarea.chatbot-text {
    resize: none;
}

#qa-chatbot .chatbot-ico {
    position: fixed;
    z-index: 1000;
    background-color: #FFFFFF;
    box-sizing: border-box;
    width: 56px;
    min-height: 56px;
    top: 320px;
    right: 10px;
}

#qa-chatbot .chatbot-ico img {
    border-radius: 8px;
    border: 1px solid #ccc;
    z-index: 102;
    padding: 4px;
}

#qa-chatbot .form-ico img {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -ms-border-radius: 50px;
    border: 0px solid #ccc;
    z-index: 102;
    padding: 4px;
}

#qa-chatbot > #chatbot-body {
    background-color: #FFFFFF;
    border-radius: 8px 0 8px 8px;
    border-top: 0 none;
    margin-top: 0;
    min-height: 270px;
    padding: 10px 12px 18px;
    position: fixed;
    right: 58px;
    top: 320px;
    width: 250px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    z-index: 101;
    margin-right: 7px;
}

#qa-chatbot textarea {
    min-height: 180px;
}

#qa-chatbot .chatbox-active img {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-left: 0px solid #ccc;
    z-index: 102;
}

/**************
    Autocomplete
***************/

.autocomplete-suggestions {
    background: #fff;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/**************
    Button's
***************/

.btn-primary {
    background-color: #5390c5;
    border-color: #5390c5;
    color: #fff;
}

/**************
    Anlagestrategie
***************/

#anlagenTable {
    padding: 14px;
    background-color: #f2f2f2;
}

#anlagenTable table {
    margin-bottom: 0px;
}

#anlagenTable table td {
    border: none;
}

#anlagenTable table thead img {
    margin-top: 6px;
}

#anlagenTable table tbody p:last-child {
    margin: 0px;
}

#anlagenSubTable table thead td {
    vertical-align: top;
}

#anlagenSubTable table thead td,
#anlagenSubTable table tbody tr:last-child td {
    border-bottom: 3px solid #ddd;
}

#anlagenIcoTab .ico-detail {
    padding: 2px 0px;
}

#anlageSection .anlage-section .collapse.in {
    overflow: hidden;
}

#anlageSection .anlage-arrow {
    cursor: pointer;
    margin-top: -22px;
    position: absolute;
    right: 30px;
}

#anlageSection .anlage-title {
    cursor: pointer;
    display: inline-block;
    width: 100%;
}
/**************
    Anlagestrategie PDF 
***************/
.bold-helper {
    font-family: OpenSans-Bold;
    font-size: 10px;
}

/**************
    Thema features and list items
***************/

.themas-featured .highlighted {
    position: relative;
    width: 100%;
    max-width: 800px;
    min-height: 210px;
    margin-left: auto;
    margin-right: auto;
}

.themas-featured .highlighted img {
    width: 100%;
}

.themas-featured .highlighted .hg-content {
    background: rgba(255,255,255,0.6);
    position: absolute;
    top: 18px;
    width: 764px;
    margin: 0 18px;
    padding: 22px 12px 22px 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.themas-featured .highlighted .hg-content.neu-hg:before {
    background: transparent url('images/anlagethemen/neu.svg') no-repeat;
}

.themas-featured .highlighted .hg-content.update-hg:before {
    background: transparent url('images/anlagethemen/update.svg') no-repeat;
}

.themas-featured .highlighted .hg-content.neu-hg:before,
.themas-featured .highlighted .hg-content.update-hg:before {
    display: block;
    content: "";
    background-size: 58px;
    width: 58px;
    height: 58px;
    top: -10px;
    right: -10px;
    position: absolute;
}


.themas-list .thema .th-img {
    margin-left: auto;
    margin-right: auto;
}

.themas-list .thema .th-img,
.themas-list .thema .th-img img {
    width: 210px;
}

.themas-list .thema .th-img .neu::before {
    background: transparent url('images/anlagethemen/neu.svg') no-repeat;
}

.themas-list .thema .th-img .update::before {
    background: transparent url('images/anlagethemen/update.svg') no-repeat;
}

.themas-list .thema .th-img .neu::before,
.themas-list .thema .th-img .update::before {
    display: block;
    content: "";
    background-size: 58px;
    width: 58px;
    height: 58px;
    top: 48px;
    right: -160px;
    margin-top: -58px;
    position: relative;
    z-index: 1;
}

.themas-list .thema .th-title {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
}


.themas-list .row-flex {
    display: flex;
    flex-flow: row wrap;
}

.themas-list .col-flex-item {
    display: flex;
    flex-flow: column;
}

/**************
    Anlagelösungen(Investment)
***************/
#section-depot-global .section-media {
    background-image: url(images/anlagelosungen/depot/DepotGlobal_Small.jpg);
}

#section-premium .section-media {
    background-image: url(images/anlagelosungen/premium/Premium_Small.jpg);
}

#section-mandat .section-media {
    background-image: url(images/anlagelosungen/mandat/Mandate_Small.jpg);
}

#section-vermogensverwaltung .section-media {
    background-image: url(images/anlagelosungen/vermoegensverwaltung/vermogensverwaltung.png);
}

#section-vermogensportfolio .section-media {
    background-image: url(images/anlagelosungen/vermoegensportfolio/vermogensportfolio.png);
}

#section-onewealth .section-media {
    background-image: url(images/anlagelosungen/onewealth/onewealth.png);
}

.section-media {
    background-size: cover;
    /*width: 400px;*/
    width: 100%;
    height: 168px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.section-media .title {
    font-family: OpenSans-Bold;
    font-size: 16px;
    color: #fff;
    padding: 10px 0 0 10px;
}

.section-media .description {
    background-color: #fff;
    font-family: OpenSans-Regular;
    font-size: 8px;
    padding: 9px 0 0 10px;
    width: 165px;
    height: 48px;
    margin: 75px 8px 0 0;
    float: right;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    color: #4b4b4b;
}

.section-media .description p:nth-child(1) {
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 0px;
}

.section-media .description p:nth-child(2) {
    font-size: 8px;
    margin-top: 5px;
}

.section-teaser .teaser-text {
    font-size: 10px;
    margin-bottom: 2px;
    min-height: 14px;
}

.section-teaser .teaser-arrow .arrow {
    margin-top: 0px;
    margin-bottom: 0px;
}

.section-teaser .teaser-arrow .dots {
    float: right;
    font-size: 10px;
    margin: 0 2px 0 2px;
}

.section-teaser .teaser-text.intro {
    overflow: hidden;
    height: 14px;
}

.section-tables .title {
    text-align: center;
}

.section-tables .title .t-left {
    font-size: 13px;
    font-family: OpenSans-Bold;
    color: #4b4b4b;
}

.section-tables .title .t-center {
    /*content: "\2193";
    font-size: 18px;
    font-family: OpenSans-Bold;
    background: #4b4b4b;*/
    color: #4b4b4b;
    margin: 0 3px 0 3px;
}

.section-tables .title .t-center img {
    margin-top: -4px;
    width: 1px;
    height: 18px;
    color: #4b4b4b;
    background: #8F908F;
}

.section-tables .title .t-right {
    font-size: 14px;
    font-family: OpenSans-Light;
    color: #4b4b4b;
}

.section-tables table {
    table-layout: fixed;
}

.section-tables .section-table td {
    vertical-align: top;
    text-align: center;
    padding-right:5px;
    padding-left:5px;
}

.section-tables .section-table td img {
    width: 44px;
    height: 44px;
}

/**************
    Mandatslösungen
***************/

/*Vermögensverwaltung*/

.vv-txt-100 {
    color: rgba(108, 133, 65, 1);
}

.vv-txt-5 {
    color: rgba(108, 133, 65, .05);
}

.vv-txt-60 {
    color: rgba(108, 133, 65, .6);
}

.vv-bg-100 {
    background-color: rgba(108, 133, 65, 1);
}

.vv-bg-5 {
    background-color: rgba(108, 133, 65, .05);
}

.vv-bg-60 {
    background-color: rgba(108, 133, 65, .6);
}

.mandat-vv-content .content-title {
    display: block;
}

.mandat-vv-content .content-title .titl {
    display: inline-block;
    font-size: 24px;
    font-family: OpenSans-Light;
}

.mandat-vv-content .content-title .titl.active {
    font-family: OpenSans-Bold;
}

/* Table - Content-title  */
.mandat-vv-content .content-title td:nth-child(n+2):before {
    content: "";
    background-image: url(images/anlagelosungen/common/vertical-line-portfolioloesungen.svg);
    background-size: 3px 30px;
    background-color: #8F908F;
    width: 2px;
    height: 26px;
    margin-top: 6px;
    float: left;
    display: inline-block;
}

.mandat-vv-content .content-title table td {
    text-align: center;
}

.mandat-vv-content .content-title .t-center {
    margin: 0 24px 0 24px;
}

.mandat-vv-content .content-title .separator {
    margin-top: -10px;
    width: 2.5px;
}

.mandat-vv-content .content-products {
    display: block;
    text-align: center;
}

.mandat-vv-content .content-products .c-product {
    display: inline-block;
    /*float: left;*/
    margin-right: 16px;
    padding: 5px 30px;
    color: rgba(108, 133, 65, .6);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.mandat-vv-content .content-products .c-product p {
    margin-bottom: -4px;
    text-align: center;
    font-size: 16px;
}

.mandat-vv-content .content-products .c-product:hover,
.mandat-vv-content .content-products .c-product:hover,
.mandat-vv-content .content-products .c-product:hover,
.mandat-vv-content .content-products .c-product:hover,
.mandat-vv-content .content-products .c-product:hover {
    color: #fff;
    background-color: rgba(108, 133, 65, .6);
}

.mandat-vv-content .content-products .c-product.max_0,
.mandat-vv-content .content-products .c-product.max_30,
.mandat-vv-content .content-products .c-product.max_50,
.mandat-vv-content .content-products .c-product.max_70,
.mandat-vv-content .content-products .c-product.max_100 {
    color: #fff;
    background-color: rgba(108, 133, 65, 1);
}

/*Vermögensportfolio*/

.vp-txt-100 {
    color: rgba(0, 94, 44, 1);
}

.vp-txt-5 {
    color: rgba(0, 94, 44, .05);
}

.vp-txt-60 {
    color: rgba(0, 94, 44, .6);
}

.vp-bg-100 {
    background-color: rgba(0, 94, 44, 1);
}

.vp-bg-5 {
    background-color: rgba(0, 94, 44, .05);
}

.vp-bg-60 {
    background-color: rgba(0, 94, 44, .6);
}


.mandat-vp-content .content-title {
    display: block;
}

.mandat-vp-content .content-title .titl {
    display: inline-block;
    font-size: 24px;
    font-family: OpenSans-Light;
}

.mandat-vp-content .content-title .titl.active {
    font-family: OpenSans-Bold;
}

/* Table - Content-title  */
.mandat-vp-content .content-title td:nth-child(n+2):before {
    content: "";
    background-image: url(images/anlagelosungen/common/vertical-line-portfolioloesungen.svg);
    background-size: 3px 30px;
    background-color: #8F908F;
    width: 2px;
    height: 26px;
    margin-top: 6px;
    float: left;
    display: inline-block;
}

.mandat-vp-content .content-title table td {
    text-align: center;
}

.mandat-vp-content .content-title .t-center {
    margin: 0 24px 0 24px;
}

.mandat-vp-content .content-title .separator {
    margin-top: -10px;
    width: 2.5px;
}

.mandat-vp-content .content-products {
    display: block;
    text-align: center;
}

.mandat-vp-content .content-products .c-product {
    display: inline-block;
    /*float: left;*/
    margin-right: 16px;
    padding: 5px 30px;
    color: rgba(0, 94, 44, .6);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.mandat-vp-content .content-products .c-product p {
    margin-bottom: -4px;
    text-align: center;
    font-size: 16px;
}

.mandat-vp-content .content-products .c-product:hover,
.mandat-vp-content .content-products .c-product:hover,
.mandat-vp-content .content-products .c-product:hover,
.mandat-vp-content .content-products .c-product:hover,
.mandat-vp-content .content-products .c-product:hover {
    color: #fff;
    background-color: rgba(0, 94, 44, .6);
}

.mandat-vp-content .content-products .c-product.max_0,
.mandat-vp-content .content-products .c-product.max_30,
.mandat-vp-content .content-products .c-product.max_50,
.mandat-vp-content .content-products .c-product.max_70,
.mandat-vp-content .content-products .c-product.max_100 {
    color: #fff;
    background-color: rgba(0, 94, 44, 1);
}

.development-vp .separator {
    background-color: #8F908F;
    width: 2px;
    height: 26px;
}

.development-vp {
    text-align: center;
}

.development-vp .dev-nav {
    display: inline-block;
}

.development-vp .dev-nav .dev-nav-item + .dev-nav-item {
    margin-left: 2px;
}

.development-vp .dev-nav .dev-nav-item {
    float: left;
    position: relative;
    display: block;
    margin-left: 2px;
}

.development-vp .dev-nav > .dev-nav-item > a {
    background-color: transparent;
    color: rgba(0, 94, 44, 0.6);
    font-size: 17px;
    display: block;
    position: relative;
    padding: 0px;
}

.development-vp .dev-nav > .dev-nav-item > a:focus,
.development-vp .dev-nav > .dev-nav-item > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.development-vp .dev-nav > .dev-nav-item.active > a,
.development-vp .dev-nav > .dev-nav-item.active > a:focus,
.development-vp .dev-nav > .dev-nav-item.active > a:hover {
    background-color: transparent;
    color: rgba(0, 94, 44, 1);
    font-family: OpenSans-Semibold;
    padding: 0px;
}

.development-vp .dev-wkn-nav {
    display: inline-block;
}

.development-vp .dev-wkn-nav .dev-wkn-nav-item + .dev-wkn-nav-item {
    margin-left: 46px;
}

.development-vp .dev-wkn-nav .dev-wkn-nav-item a {
    background-color: rgba(0, 94, 44, .05);
    color: rgba(0, 94, 44, 1);
    font-size: 14px;
}

.development-vp .dev-wkn-nav .dev-wkn-nav-item:hover a {
    background-color: rgba(0, 94, 44, .6);
    color: #fff;
    font-size: 14px;
}

.development-vp .dev-wkn-nav .dev-wkn-nav-item.active a {
    background-color: rgba(0, 94, 44, 1);
    color: #fff;
    font-size: 14px;
}

.development-vp .dev-wkn-content .wkn-title {
    font-family: OpenSans-Bold;
    font-size: 16px;
}

.chart-legend ul {
    padding-left: 12px;
    padding-top: 12px;
}

.chart-legend li {
    font-size: 11px;
    list-style: none;
    margin-bottom: 4px;
}

.chart-legend li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
    vertical-align: sub;
}

/**************
    Gespraechsansaetze
***************/


#gespraechsansaetze-table .activated {
    background: #d0d0d0;
}

#gespraechsansaetze-table .wkn-name-highlight {
    background-color: rgb(198, 214, 236);
}

/**************
    Premium
***************/

.pp-txt-100 {
    color: #006375;
}

.pp-bg-5 {
    color: #fff;
    /*background-color: rgba(179, 179, 179, 1);*/
    background-color: rgba(0, 99, 117, 0.5);
}

.roman {
    font-family: Domine-Bold;
}

.premium-content .content-title .t-left,
.premium-content .content-title .t-right {
    display: inline-block;
    font-size: 24px;
    font-family: OpenSans-Light;
}

.premium-content .content-title .t-left-active,
.premium-content .content-title .t-right-active {
    font-size: 24px;
    font-family: OpenSans-Bold;
}

.premium-indiv-sub {
    font-size: 24px;
    color: rgba(102, 102, 102, 1);
    font-family: OpenSans-Bold;
}

.premium-content .content-title .t-center {
    margin: 0 24px 0 24px;
}

.premium-content .content-title .separator {
    margin-top: -10px;
    background-color: #8F908F;
    width: 2px;
    height: 26px;
}

.premium-content .content-products {
    display: block;
    text-align: center;
}

.premium-content .content-products .c-product {
    display: inline-block;
    /*float: left;*/
    margin-right: 16px;
    padding: 5px 8px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.premium-content .content-products .c-sub-product {
    display: inline-block;
    /*float: left;*/
    margin-right: 16px;
    padding: 0px 0px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height:46px;
    width:160px;
    line-height:46px;
}

.premium-content .content-products .c-sub-product p {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
}

.premium-content .content-products .c-product p {
    margin-bottom: -4px;
    text-align: center;
    font-size: 16px;
}

.premium-content .content-products .c-product:hover,
.premium-content .content-products .c-sub-product:hover {
    color: #fff;
    /*background-color: rgba(102, 102, 102, 1);*/
    background-color: #006375;
}

.premium-content .content-products .c-product.selected,
.premium-content .content-products .c-sub-product.selected {
    color: #fff;
    /*background-color: rgba(102, 102, 102, 1);*/
    background-color: #006375;
}

/**************
    Depot Global
***************/

.dp-txt-100 {
    color: rgba(236, 102, 8, 1);
}

.dp-txt-5 {
    color: rgba(236, 102, 8, .5);
}

.dp-txt-60 {
    color: #FFFFFF;
}

.dp-bg-100 {
    background-color: rgba(236, 102, 8, 1);
}

.dp-bg-5 {
    background-color: rgba(236, 102, 8, .5);
}

.dp-bg-60 {
    background-color: rgba(236, 102, 8, .6);
}

.depot-content .content-title .t-left,
.depot-content .content-title .t-right {
    display: inline-block;
    font-size: 24px;
    font-family: OpenSans-Light;
}

.depot-content .content-title .t-left-active,
.depot-content .content-title .t-right-active {
    font-size: 24px;
    font-family: OpenSans-Bold;
}

.depot-content .content-title .t-center {
    margin: 0 24px 0 24px;
}

.depot-content .content-title .separator {
    margin-top: -10px;
    background-color: #8F908F;
    width: 2px;
    height: 26px;
}

.depot-content .content-products {
    display: block;
    text-align: center;
}

.depot-content .content-products .c-product {
    display: inline-block;
    /*float: left;*/
    margin-right: 16px;
    padding: 5px 30px;
    color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.depot-content .content-products .c-product p {
    margin-bottom: -4px;
    text-align: center;
    font-size: 16px;
}

.depot-content .content-products .c-product:hover,
.depot-content .content-products .c-product:hover,
.depot-content .content-products .c-product:hover,
.depot-content .content-products .c-product:hover,
.depot-content .content-products .c-product:hover {
    color: #fff;
    background-color: rgba(236, 102, 8, .6);
}

.depot-content .content-products .c-product.max_0,
.depot-content .content-products .c-product.max_30,
.depot-content .content-products .c-product.max_50,
.depot-content .content-products .c-product.max_70,
.depot-content .content-products .c-product.max_100 {
    color: #fff;
    background-color: rgba(236, 102, 8, 1);
}

.notes .note-header-title {
    font-family: OpenSans-Bold;
    font-size: 24px;
}

.notes .note .note-arrow {
    cursor: pointer;
    margin-top: -22px;
    position: absolute;
    right: 30px;
}

.notes .note .note-title {
    font-family: OpenSans-Regular;
    font-size: 24px;
}

.notes .note .note-subtitle {
    font-family: OpenSans-Regular;
    font-size: 15px;
}

.notes .note .note-allokation-link {
    font-family: OpenSans-Regular;
    font-size: 15px;
}

.notes .note .note-section-text {
    font-family: OpenSans-Light;
    font-size: 13px;
}

.notes .note .note-chart-title {
    font-family: OpenSans-bold;
    font-size: 12px;
}

.notes .note .note-chart-title-wertentwicklung {
    font-family: OpenSans-Regular;
    font-size: 14px;
}

.notes .note .note-disclaimer {
    font-family: OpenSans-Regular;
    font-size: 9px;
}

.notes .note .note-graphic-text {
    font-family: OpenSans-Regular;
    font-size: 12px;
}

.notes .note .note-table table.group_same_values {
    border-collapse: initial;
}

.notes .note .note-table thead tr td,
.notes .note .note-table tbody tr td {
    vertical-align: top;
    padding: 2px 6px;
}

.notes .note .note-table thead tr td {
    font-family: OpenSans-Bold;
    font-size: 12px;
    padding-bottom: 14px;
}

#position .note-table thead tr td,
#position .note-table tbody tr td {
    padding: 8px 6px;
}

.notes .note .note-table tbody tr td {
    font-size: 13px;
    border-top: 1px solid rgba(75, 75, 75, 0.5);
}

.notes .note .note-table.alocation-table tbody tr:last-child td {
    border-bottom: 1px solid rgba(75, 75, 75, 0.5);
}

.notes .note .note-table.position-table tbody tr:last-child td {
    border-bottom: 1px solid rgba(75, 75, 75, 0.5);
}

.notes .note .note-table .months12-table tbody tr:nth-last-child(-n+2) td {
    font-family: OpenSans-Bold;
    font-size: 12px;
}

.notes .note .note-table .months12-wertenwichlung-vv-table tbody tr:nth-last-child(-n+3) td {
    font-family: OpenSans-Bold;
    font-size: 12px;
}

.notes .note .note-table .months12-wertenwichlung-vp-table tbody tr:nth-last-child(-n+2) td {
    font-family: OpenSans-Bold;
    font-size: 12px;
}

.notes .note .note-table .calendar-table tbody tr:last-child td {
    font-family: OpenSans-Bold;
    font-size: 12px;
}

/* Percent table - Gattungen, Wharunghen*/
.notes .note .note-table.percent-table tbody .progress.simple-progress {
    height: 14px;
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
}

.notes .note .note-table.percent-table tbody .progress.simple-progress .progress-bar {
    background-color: rgba(76, 77, 79,1);
    line-height: 14px;
}

.notes .note .note-table.percent-table tbody .progress.neg .progress-bar {
    float: right;
}

.notes .note .note-table.percent-table tbody .progress.pos .progress-bar {
    float: left;
}

.notes .note .note-table.percent-table thead tr td,
.notes .note .note-table.percent-table tbody tr td {
    padding: 4px 6px;
}

.notes .note .note-table.percent-table tbody tr:last-child td {
    border-bottom: 1px solid rgba(75, 75, 75, 0.5);
}
/* Percent table - END */

/* Allokation table */
.notes .note .note-table.allokation-table thead tr td,
.notes .note .note-table.allokation-table tbody tr td {
    padding: 4px 6px;
}

.notes .note .note-table.allokation-table tbody tr td {
    border-top: 1px solid rgba(75, 75, 75, 0.3);
}

.notes .note .note-table.allokation-table .top-10-rest {
    display: none;
}

.notes .note .note-table.allokation-table #allokation-table thead tr th {
    vertical-align: sub;
    padding: 4px 0;
}
/* Allokation table - END */

.notes .note .note-subtable table .ico-detail {
    padding: 2px 0;
    vertical-align: middle;
}

.notes .note .note-subtable table .table-row:nth-child(2) .ico-detail {
    padding: 8px 0 2px 0;
    vertical-align: middle;
}

.clr-0-1 {
    background-color: rgb(0, 161, 151);
    color: #fff;
}

.clr-0-2 {
    background-color: rgb(98, 142, 56);
    color: #fff;
}

.clr-0-3 {
    background-color: rgb(0, 79, 64);
    color: #fff;
}

.clr-0-4 {
    background-color: rgb(87, 146,201);
    color: #fff;
}

.clr-0-5 {
    background-color: rgb(74, 74, 73);
    color: #fff;
}

.notLink {
    cursor: text;
}


/*for testing - to be removed*/
.section {
    padding-top: 20px;
}

/**************
    iPrint
***************/

.iPrint-title {
    top: 0;
    position: absolute;
}

.iPrint-title img {
    width: 14px;
}



/* iPrint main container */

.iPrint-categories .cat-elem,
.iPrint-categories-disabled .cat-elem {
    cursor: pointer;
    width: 175px;
    height: 175px;
    position: relative;
    background-position: 0 center;
    background-size: cover;
}


.iPrint-categories .cat-elem.inactive,
.iPrint-categories-disabled .cat-elem.inactive {
    opacity: 0.3;
}

.iPrint-categories .cat-elem.inactive:hover,
.iPrint-categories-disabled .cat-elem.inactive:hover {
    opacity: 1;
}

.iPrint-categories .cat-elem:active,
.iPrint-categories-disabled .cat-elem:active {
}

.iPrint-categories .cat-elem.konjunktur,
.iPrint-categories-disabled .cat-elem.konjunktur {
    background-image: url('images/iPrint/categories/konjunktur.jpg');
}

.iPrint-categories .cat-elem.anlagestrategie,
.iPrint-categories-disabled .cat-elem.anlagestrategie {
    background-image: url('images/iPrint/categories/anlagestrategie.jpg');
}

.iPrint-categories .cat-elem.portfoliolosungen,
.iPrint-categories-disabled .cat-elem.portfoliolosungen {
    background-image: url('images/iPrint/categories/portfolioloeseungen.jpg');
}

.iPrint-categories .cat-elem.anlagethemen,
.iPrint-categories-disabled .cat-elem.anlagethemen {
    background-image: url('images/iPrint/categories/anlagethemen.jpg');
}

.iPrint-categories .cat-elem.wertpapiere,
.iPrint-categories-disabled .cat-elem.wertpapiere {
    background-image: url('images/iPrint/categories/wertpapiere.jpg');
}

.iPrint-categories .cat-elem.aktienresearch,
.iPrint-categories-disabled .cat-elem.aktienresearch {
    background-image: url('images/iPrint/categories/aktienresearch.jpg');
}

.iPrint-categories .cat-elem.publikationen,
.iPrint-categories-disabled .cat-elem.publikationen {
    background-image: url('images/iPrint/categories/publikationen.jpg');
}

.iPrint-categories .cat-elem.externe-documente,
.iPrint-categories-disabled .cat-elem.externe-documente {
    background-image: url('images/iPrint/categories/externe-dokumente.jpg');
}

.iPrint-categories .cat-elem .elem-title,
.iPrint-categories-disabled .cat-elem .elem-title {
    bottom: 0px;
    position: absolute;
    padding: 6px 4px;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    text-align: center;
}

.iPrint-categories-content {
    padding-left: 20px;
}

/* iPrint sidebar */
#iPrint label {
    font-weight: unset;
}

#iPrint-basket {
    position: absolute;
    right: 20px;
    top: -50px;
}

#iPrint-basket .basket {
}

#iPrint-basket .basket .basket-img {
    width: 20px;
    height: auto;
}

#iPrint-basket .basket .basket-sum {
    width: 16px;
    height: 16px;
    background: #5390c5;
    border-radius: 10px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 2px;
    font-size: 9px;
    vertical-align: sub;
    margin-top: -10px;
    margin-left: 10px;
    z-index: 20;
    position: absolute;
}

#iPrint-cart-items .cut-off-title {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 236px;
    white-space: nowrap;
    display: block;
}

/* iPrint modal*/
.iPrint-modal-buttons button {
    background-color: #d7d7d7;
    color: #4b4b4b;
    padding: 8px 30px;
    border: none;
    border-radius: 2px;
}

.iPrint-modal-buttons button:hover,
.iPrint-modal-buttons button:active {
    background-color: #d0cece;
}

.iPrint-button {
    background-color: #d7d7d7;
    color: #4b4b4b;
    padding: 4px 10px;
    border: none;
    border-radius: 2px;
}

.iPrint-button:hover,
.iPrint-button:active {
    background-color: #d0cece;
}

.iPrint-modal-input,
.iPrint-modal-textarea {
    background-color: #f2f2f2;
    font-family: OpenSans-light;
    border: none;
    border-radius: 2px;
    padding: 4px 8px;
    width: 100%;
    max-width: 100%;
}

.iPrint-modal-textarea {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.iPrint-input {
    background-color: #f2f2f2;
    color: #999999;
    border: none;
    border-radius: 2px;
    padding: 4px 8px;
}

.iPrint-search-bar-icon {
    margin-left: 5px;
}

.iPrint-search-bar {
    height: 24px;
    line-height: 1em;
    width: 100%;
    max-width: 400px;
    padding: 0px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.iPrint-search-bar:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.iPrint-search-bar::-moz-placeholder {
    color: #999;
    opacity: 1
}

.iPrint-search-bar:-ms-input-placeholder {
    color: #999
}

.iPrint-search-bar::-webkit-input-placeholder {
    color: #999
}

.iPrint-search-bar[disabled],
.iPrint-search-bar[readonly],
fieldset[disabled] .iPrint-search-bar {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

.iPrint-search-bar.search-header {
    max-width: 220px;
}

.customer-header {
    background-color: #f2f2f2;
    width: 100%;
    max-width: 100%;
    padding: 4px 8px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.iPrint-categories-content .cat-elem[data-category='konjunktur'],
.iPrint-categories-content .cat-elem[data-category='anlagestrategie'],
.iPrint-categories-content .cat-elem[data-category='portfoliolosungen'],
.iPrint-categories-content .cat-elem[data-category='anlagethemen'],
.iPrint-categories-content .cat-elem[data-category='wertpapiere'],
.iPrint-categories-content .cat-elem[data-category='aktienresearch'],
.iPrint-categories-content .cat-elem[data-category='publikationen'],
.iPrint-categories-content .cat-elem[data-category='externe-documente'] {
    display: none;
}

.iPrint-progress-bar {
    background-color: #999999;
}

.iPrint-progress-bar > div {
    background-color: #337c5e;
    height: 14px;
}

.iPrint-progress-bar.error > div {
    background-color: #ee1c25;
    height: 14px;
}

ul.tab_title_list {
    border-bottom: none !important;
}


ul.tab_title_list li,
ul.tab_title_list li a {
    border: none !important;
}

ul.tab_title_list li > a:hover {
    background-color: transparent !important;
    border-color: none !important;
    color: inherit !important;
}

ul.tab_title_list li > a {
    color: #999999;
    border-bottom: 3px solid #999999 !important;
}

ul.tab_title_list li.active > a {
    color: #4b4b4b;
    border-bottom: 3px solid #4b4b4b !important;
}

ul.tab_title_list li > a:hover,
ul.tab_title_list li > a:focus {
    color: #4b4b4b;
    border-bottom: 3px solid #4b4b4b !important;
}

ul.tab_title_list li a,
ul.tab_title_list li a:hover,
ul.tab_title_list li a:focus {
    text-decoration: none;
    padding: 0;
}

ul.tab_title_list li.tab_title:first-child {
    margin-right: 60px;
}

ul.tab_title_list li.tab_title {
    border-bottom: none !important;
    font-size: 21px !important;
    font-family: OpenSans-Semibold !important;
}

.dp-content-sub_1,
.vv-content-sub_3,
.vp-content-sub_3,
.vv-content-sub_4,
.vp-content-sub_4,
.vv-content-sub_5,
.vp-content-sub_5 {
    font-size: 17px !important;
}

.error-info {
    color: #ee1c25;
    font-size: 12px;
}

/* Modal - selectedCategoriesPrintModal*/
#selectedCategoriesPrintModal .message-bold {
    font-family: OpenSans-Bold;
}

#selectedCategoriesPrintModal .iPrintStatusDone {
    color: #337c5e;
}

#selectedCategoriesPrintModal .iPrintStatusError {
    color: #ee1c25;
}

#selectedCategoriesPrintModal .iPrintStatusWarning {
    color: orangered;
}

/* iPrint Checkboxes */
.iPrint-categories-content input[type="checkbox"] {
    display: none;
}

.iPrint-categories-content input[type="checkbox"] + label {
    cursor: pointer;
}

.iPrint-categories-content input[type="checkbox"] + label .chk {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url(../Content/images/iPrint/checkbox_empty.svg) left top no-repeat;
    background-size: 16px 16px;
    cursor: pointer;
}

.iPrint-categories-content input[type="checkbox"]:checked + label .chk {
    background: url(../Content/images/iPrint/checkbox_crossed.svg) left top no-repeat;
    background-size: 16px 16px;
}

.marquee-sibling {
	padding: 0;
    background: rgb(61, 61, 61);
	width: 20%;
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	float: left;
	left: 0;
	z-index: 2000;
}

.marquee, *[class^="marquee"] {
	display: inline-block;
	white-space: nowrap;
	position:absolute;
}

.marquee{
  margin-left: 25%;
}

.marquee-content-items{
  display: inline-block;
  padding: 5px;
  margin: 0;
  height: 45px;
  position: relative;
}

.marquee-content-items li{
  display: inline-block;
  line-height: 35px;
 
}

.marquee-content-items li * {
    display: inline;
    line-height: 35px;

}

.marquee-content-items li:after{
	content: "+++";
	margin: 0 1em;
}

#marquee-thumbnail {
    width: 98%;
    display: block;
}

#marquee-thumbnail div {
    background: #fff;
    width: 120px;
    height: 90px;
    display: inline-block;
    -webkit-transition: background 2s;
    -moz-transition: background 2s;
    -o-transition: background 2s;
    transition: background 2s;
}

#marquee-thumbnail div .marquee-thumbnail-image {
    position: absolute;
    right: 387px;
    width: 120px;
    height: 90px;
    overflow: hidden;
    opacity: 0;
}

.simple-marquee-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.simple-marquee-container {
    width: 98%;
    /*background: grey;*/
    float: left;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 60px;
    position: relative;
    cursor: pointer;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.simple-marquee-container .marquee-sibling {
    padding: 0;
    background: rgb(61, 61, 61);
    width: 20%;
    height: 60px;
    line-height: 42px;
    font-size: 12px;
    font-weight: normal;
    /*color: #ffffff;*/
    text-align: center;
    float: left;
    left: 0;
    z-index: 2000;
}

.simple-marquee-container .marquee, .simple-marquee-container *[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute;
}

.simple-marquee-container .marquee {
    margin-left: 25%;
}

.simple-marquee-container .marquee-content-items {
    display: inline-block;
    padding: 12px 5px;
    margin: 0;
    height: 60px;
    position: relative;
}

.simple-marquee-container .marquee-content-items li {
    display: inline-block;
    line-height: 35px;
    /*color: #fff;*/
}

.simple-marquee-container .marquee-content-items li:after {
    content: "+++";
    margin: 0 1em;
}

/*----------------*/
.TickerNews {
    width: 100%;
    height: 55px;
    line-height: 55px;
}

.ti_wrapper {
    width: 98%;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.ti_slide {
    width: 30000px;
    position: relative;
    left: 0;
    top: 0;
}

.ti_content {
    width: 8000px;
    position: relative;
    float: left;
}

.ti_news {
    float: left;
}

.ti_news:after {
    content: "+++";
    margin: 0 1em;
}

.ti_news a {
    display: inline;
    /*margin-right: 10px;*/
}
.ti_news p {
    display: inline;
    /*margin-right: 10px;*/
}

/*-----*/
.breaking-news-ticker {
    display: block;
    width: 97%;
/*    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;*/
    background: #FFF;
    height: 45px;
    box-sizing: border-box;
    position: relative;
    line-height: 55px;
    overflow: hidden;
    border-radius: 2px;
    text-align: auto;
    font-size: 13px;
}

.breaking-news-ticker * {
    box-sizing: border-box;
}

.breaking-news-ticker.bn-fixed-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.breaking-news-ticker.bn-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}





/*********************************/
/*title styles start**************/
.bn-label {
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    background-color: #ce2525;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    z-index: 3;
    padding: 0 15px;
    white-space: nowrap;
}
/*title styles end****************/



/*********************************/
/*news item style start **********/
.bn-news {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    overflow: hidden;
}

.bn-news ul {
    display: block;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
}

.bn-news ul li {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear;
    position: absolute;
    width: 100%;
    display: none;
}

.bn-news ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    position: relative;
    /*display: block;*/
    overflow: hidden;
}

.bn-news ul li * {
    display: inline;
}

.bn-news ul li a:hover {
    /*color: #069;*/
}

.bn-loader-text {
    padding: 0 10px;
}

.bn-seperator {
    display: inline-block;
    float: left;
    margin-right: 15px;
    width: 30px;
    height: 35px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.bn-seperator.bn-news-dot {
    margin-right: -12px;
    margin-left: -12px;
}

.bn-news ul li:after {
    content: "+++";
    margin-right: 5px;
    margin-left: 0px;
}

.bn-prefix {
    color: #d65d7a;
    margin-right: 15px;
    padding-left: 10px;
}

.bn-positive {
    color: #0b8457;
    font-weight: bold;
}

.bn-negative {
    color: #dc2f2f;
    font-weight: bold;
}
/*news item style end ************/



/*********************************/
/*controls style start ***********/
.bn-controls {
    width: auto;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    position: absolute;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bn-controls button {
    width: 30px;
    float: left;
    height: 100%;
    cursor: pointer;
    border: none;
    border-left: solid 1px #EEE;
    text-align: center;
    background-color: #f6f6f6;
    outline: none;
}

.bn-controls button:hover {
    background-color: #EEE;
}

.bn-arrow {
    margin: 0;
    display: inline-block;
    height: 8px;
    position: relative;
    width: 8px;
    top: -2px;
}

.bn-arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}

.bn-arrow.bn-next {
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    left: -3px;
}

.bn-arrow.bn-prev {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 3px;
}

.bn-arrow::after {
    border-color: #999999;
}

.bn-arrow::before {
    background-color: #999999;
}

.bn-play {
    position: relative;
    background: #999999;
    width: 0;
    height: 12px;
    display: inline-block;
    margin-left: -5px;
}

.bn-play::after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #999999;
    border-width: 8px;
    margin-top: -8px;
}

.bn-pause {
    position: relative;
    width: 0;
    height: 14px;
    display: inline-block;
    top: 1px;
    left: -1px;
}

.bn-pause::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 3px;
    background-color: #999999;
}

.bn-pause::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: -3px;
    background-color: #999999;
}
/*controls style end *************/
/*********************************/
.bn-direction-rtl {
    direction: rtl;
}

.bn-direction-rtl .bn-label {
    left: auto;
    right: 0;
}

.bn-direction-rtl .bn-controls {
    right: auto;
    left: 0;
}

.bn-direction-rtl .bn-seperator {
    margin-left: 15px;
    margin-right: 0;
    float: right;
}

.bn-direction-rtl .bn-prefix {
    margin-left: 15px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 10px;
}

.bn-direction-rtl .bn-controls button {
    border-left: none;
    border-right: solid 1px #EEE;
}

.bn-effect-scroll .bn-news ul {
    display: block;
    width: 100%;
    position: relative;
}

.bn-effect-scroll .bn-news ul li {
    display: list-item;
    float: left;
    position: relative;
    width: auto;
}

.bn-effect-scroll.bn-direction-rtl .bn-news ul li {
    float: right;
}

/*********************************/
/*Positioning start **********/

/*Positioning*/
.f-left {
    float: left;
}

.f-right {
    float: right;
}

/*Positioning end *************/
/*********************************/

.modal-backdrop.fade {
    opacity: 0.5;
}

.fade {
    opacity: 1;
}