/***** Erweiterungen WEBS LGT ******/

/** VIMEO iFrames Responsive jma 28.12.15 **/

.jma-video {
            position: relative;
            padding-bottom: 55%;
            padding-top: 15px;
            height: 0;
            overflow: hidden;
}

.jma-video iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
}


/** Bilder im WYSWYG Feld responsive machen jma 19.01.16 **/
div.editorContent p img {
        max-width: 100%;
}

/** H1 Element in der Stage auf H2 grösse verkleinert jma 30.03.17 **/

.keyvisual-text-inner h1 {
    font-size: 40px;
    margin-top: 0px;
}

/** 1. H2 Element einer ROW den Margin-top auf 0 wenn in der
        ROW die Klasse jmaH2Margin gesetzt ist jma 25.02.16 **/
.container.outer-container.jmaH2Margin div h2 {
margin-top: 0;
}

/** 
H2 Schrift bei den Accordions gleich gross definieren wie H3
Wunsch von Marketing jma 03.05.16
**/
.resp-easy-accordion h2.resp-accordion {
	font-size:24px;
}

.resp-easy-accordion h2.resp-accordion .resp-arrow:before {
	font-size:20px;
}

/**
Bildlegenden sollen schwarz sein
Wunsch Marketing 03.05.16
**/
figure.content-pic figcaption {
	color:#000;
}

.asia figure.content-pic figcaption {
	color:#000;
}

.vp figure.content-pic figcaption {
	color:#000;
}

.cp figure.content-pic figcaption {
	color:#000;
}

.li figure.content-pic figcaption {
	color:#000;
}

/**
Slider mit Ratings sollen kleiner werden
Wunsch Marketing 04.05.16
**/
.jma-slider section.teaser {
	margin-bottom: 0;
}

.jma-slider h2 {
	margin-bottom: 0;
}

div.jma-slider {
	padding-top: 10px;
	padding-bottom: 0;
	margin-top: 0;
}

/**
Table Styling, das die erste Spalte
mit einer Hintergrundfarbe versieht
**/
table.col-bg tr > td:first-child {
    background-color: #826278;
    border: none;
    color: white;
}

table.table-default.col-bg > tbody > tr > td {
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 30px;
}

table.table-default.col-bg > tbody > tr:first-child {
    font-weight: bold;
}

table.table-default.col-bg > tbody > tr:first-child  > td:not(:first-child) {
    border-top: 1px solid #a8a8a8;
}


/**
Der RSS Feed von Juicer auf der Media-Seite anpassen
16.01.17 - jma
**/
/* Juicer Inhalte anpassen */
.j-title p {
    margin-bottom: 0;
}

.jma-juicer-finanzblog .j-poster {
    display: none;
}

li.feed-item.j-blog.image-post .j-poster {
    display: none;
}

.j-meta {
    display: none;
}

/* Bilder beim Feed ausblenden */
li.feed-item.j-blog.image-post img {
    display: none !important;
}


/* Liste und Abstand li und ul anpassen */
li.feed-item.j-blog.words, li.feed-item.j-blog.image-post {
    list-style: none;
}

ul.juicer-feed.j-initialized {
    margin: 0;
	margin-top: 10px;
    padding: 0;
}

/**
Anpassungen für FAQ Seite von SmartBanking
02.03.17 jma
**/

/* Damit das Bild blockt und max in orginalgrösse angezeigt wird */
.jma-faq {
    width: auto;
    margin-bottom: 10px;
}

.jma-faq .img-full {
    width: auto;
    max-width: 100%;
}

/** VALUE CLAIM Link jma 30.10.17 **/
.navbar-claim a, .navbar-claim a:hover, .navbar-claim a:focus {
	text-decoration: none;
}



/** Dowload Suche bei www.lgt.com/offering ausblenden jma 07.11.17 **/
.jma-dl-search #DataTables_Table_0_filter,
.jma-dl-search #DataTables_Table_1_filter,
.jma-dl-search #DataTables_Table_0_length {
    display: none;
}