ul.nav.nav-pills li div.btn-group.bootstrap-select.show-tick .bs-caret{
    color: black;
}
ul.nav.nav-pills li div.btn-group.bootstrap-select.show-tick{
    margin-right: 15px;
}
ul.nav.nav-pills li div.btn-group.bootstrap-select.show-tick .dropdown-menu{
    text-transform: none;
}

button.jae-selectpicker{
    background-color: white;
    border: 3px solid #11368A !important;
    background-size: 100% 200%;
    background-color:#fff;
    background-image: linear-gradient(to bottom, #fff 50%, #415b75 50%) !important;
    padding: 6px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
}

.landingpage-video-wrapper{
    padding-bottom: 5px;
}

.kachel_financials
{
    /*
    min-height: 14em;
    */
    min-height: 12em;
}

.kachel-weitere-infos a{
/*
    font-size: 1.2em;
    font-weight: bold;
*/
text-decoration: underline!important;
}

.underline{
    text-decoration: underline!important;
}
.link-color{
    color: #006BDB;
}

h1{
    margin-top: 10px!important;
    margin-bottom: 7px;
}

.navbar-default{
    background-color: transparent;
    background-image: none;
    box-shadow: none;
}

.invisible{
	display: none;
}


div.jae_hide_financials_desc{
    width: 62.8%;
    padding-bottom: 1em;
}

.kachel-info.jae-kachel-hide_financials_desc{
    border-bottom: none;
    min-height: 14em;
}
.kachel-info.jae-kachel-hide_financials_desc p{
    font-size: 1em;
}

.jae-modal-closeButton{
    top: 20px;
    right: 1.6875rem; /*0.6875rem*/
    width: 2.625rem;
    height: 2.625rem;
    background: none;
    background-image: none;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    border: 0;
    border-top-color: initial;
    border-top-style: initial;
    border-top-width: 0px;
    border-right-color: initial;
    border-right-style: initial;
    border-right-width: 0px;
    border-bottom-color: initial;
    border-bottom-style: initial;
    border-bottom-width: 0px;
    border-left-color: initial;
    border-left-style: initial;
    border-left-width: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    content: " ";
    position: absolute;
    z-index: 1;
    padding: 0;
}
.jae_assistive{
    position: absolute;
    left: -10000em;
    direction: ltr;
}
.jae-external-landingpage-link-modal{
    background-color: #fff;
}

.jae-external-landingpage-link-modal h3,
.jae-external-landingpage-link-modal p,
.jae-external-landingpage-link-modal
{
    color: #777777;
    padding-right: 10px;
}

.jae-external-landingpage-link-modal p{
    padding-top: 15px;
}

.thumb-wrapper-kachel .jae-external-landingpage-link
{
/*
    display: inline-block;
    height: 168.75px;
*/
}

.jae-btn:focus,
.jae-btn {
    display: inline-block;
    transition: all .2s ease-out;
    border: 1px solid rgb(226,226,226);
    padding: .65em .8em;
    color: rgb(226,226,226);
    background-color: rgb(19,101,151);
    font-size: 17px;
}
.jae-btn:hover {
    transition: all .2s ease-out;
    color: rgb(226,226,226);
    background-color: #10283a;
}

#simplemodal-overlay {background-color:#000;}

/* Container */


#simplemodal-container {
    /*height: 805px;*/
    height: /*62.8%;*/ 650px;
    max-height: 95%;
    overflow-y: auto;
    width:38.2%;
    color:#000; background-color:#fff; border:2px solid #bbb; padding:12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    top:0px;
    bottom:0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

@media only screen and (max-width: 640px)
{
    #simplemodal-container {
        width: 95%;
    }

}
#simplemodal-container .simplemodal-data {padding:20px;}

.enigma_footer_area{
	display: none;
}
.dieter-kern-sidebar{
    text-align: center;
}

.product-header{
    font-weight: bold;
    font-size: 20px;
}
.product-header.product-header-kachel{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
    height: 2em;
}

#fb-icon-bellow-dk img{
    width: 40px;
}

.clear{
    clear: both;
}

.kachel-info{
    border-bottom: 1px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 8px;
    width: 100%;
    font-size: 1em;
}

.kachel-info-verfuegbarkeit{
    font-weight: bold;
    color: #006BDB;
}

.kachel-info-no-border{
    border: none;
}

.kachel-info-label{
    text-align: left;
    padding: 0px;
    margin: 0px;
    float: left;
    height: 1.5em;
}

.kachel-value{
    text-align: right;
    padding: 0px;
    margin: 0px;
    height: 1.5em;
}

.kachel-risikohinweise{
    margin-top: 11px;
    font-style: italic;
    font-size: 0.9em;
}
.kachel-risikohinweise i{
    color: black;
    font-size: 1.2em;
    margin-right: 3px;
    position: relative;
    top: 1px;
}
.kachel-risikohinweise a{
    color: inherit;
}

.video-js .vjs-big-play-button {
    left: 40% !important;
    top: 40% !important;
    font-size: 2.4em;
    line-height: 1.2em;
    height: 1.2em;
    width: 2.4em;
}

.video-js .vjs-play-control:before {
    top:20% !important;
    content: '\f101';
    font-size: 48px;
}

.experten_image{
    width: 50%;
    padding: 0px;
    margin:0px;
    border-radius: 50%;
    margin: auto;
}
.dieter-kern-sidebar-image{
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}
.col-sm-4 .dieter-kern-sidebar-image{
    margin-top: 0px;
}
.col-sm-4 .header_dieter_kern{
    font-size: 20px;
}



.header_dieter_kern{
    font-size: 28px;
    font-style: normal!important;
    font-weight: bold;
    /*color: #103689;*/
    color: #11368A
}
.row .dieter-kern-sidebar .sub_header_dieter_kern{
    font-style: normal!important;;
    font-size: 1em;
    color: black;
}
.row .col-sm-4.dieter-kern-sidebar .sub_header_dieter_kern{
    margin-bottom: 10px;
    display: block;
}



.expertenstimme q{
    font-style: italic;
}

.expertenstimme{
    font-size: 1em;
}

.thumb-wrapper.investment_list_item a.no-decoration:hover,
.thumb-wrapper.investment_list_item a.no-decoration:visited,
.thumb-wrapper.investment_list_item a.no-decoration:focus,
.thumb-wrapper.investment_list_item a.no-decoration{
    text-decoration: none!important;
    border: none!important;
}
.investmentanlage_list_description{
    font-size: inherit;
    line-height: inherit;
    padding-left: 3px;
}
.vjs-no-js{
    background-color: inherit;
    color: red!important;
    display: block;
}
.btn-custom-filter-overview-page {
    background-color: hsl(221, 87%, 28%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0f4fdb", endColorstr="#093085");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#0f4fdb), to(#093085));
    background-image: -moz-linear-gradient(top, #0f4fdb, #093085);
    background-image: -ms-linear-gradient(top, #0f4fdb, #093085);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0f4fdb), color-stop(100%, #093085));
    background-image: -webkit-linear-gradient(top, #0f4fdb, #093085);
    background-image: -o-linear-gradient(top, #0f4fdb, #093085);
    background-image: linear-gradient(#0f4fdb, #093085);
    border-color: #093085 #093085 hsl(221, 87%, 23.5%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
    -webkit-font-smoothing: antialiased;
}

#filter_overview_button{
    margin-bottom: 20px;
    margin-top: 60px;
}

.col-no-left-padding{
    padding-left: 0px;
    padding-right: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom:-32px
}

/*
.btn.btn-primary{
    background-color: #11368A;
    border-color: #11368A;
    background-image: none;
}
*/


.filter-item{
    margin-bottom: 15px;
}
.filter-slider{
    margin-top: 10px;
    margin-bottom: 50px;
}

.noUi-horizontal .noUi-handle {
    width: 23px;
    height: 19px;
    left: -11px;
    top: -2px;
}

.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 9px;
    width: 1px;
    background: #E8E7E6;
    left: 8px;
    top: 4px;
}
.noUi-handle:after {
    left: 12px;
}

.noUi-target, .noUi-target *{
}

.noUi-connect
{
    background-color: #11368A;
    background-image: none;
}

.noUi-base
{
    background-color: #EDF0F2;
    background-image: none;
}

.noUi-handle{
    background-color: #4D4D4D;
}

form  {
    margin: 60px 0 0 0 !important;
}

.ui-slider .ui-btn-inner {
    padding: 4px 0 0 0 !important;
}

.ui-slider-popup {
    position: absolute !important;
    width: 64px;
    height: 64px;
    text-align: center;
    font-size: 36px;
    padding-top: 14px;
    z-index: 100;
    opacity: 0.8;
}

.thumb-wrapper-liste .anlage_info br{
    display: none;
}

.anlage_info{
    padding: 3px;
}

.anlage_info a{
    color: inherit;
}

div.row.rechtliche_hinweise h2{
    font-size: 1.2em;
}
div.row.rechtliche_hinweise p{
    font-size: 0.9em;
    text-align: justify;
}

.rechtliche_hinweise_container{
    background-color: #edf0f2;
}

.investment-filters
{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 11px;
    background-size: auto auto;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    width: 263px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch stretch;


    color: #737373;
    background-color: #fafafa;
    background-image: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
}

.investment-filters
{

}
.investment-filters .investment-filters-list > li
{
    margin-top: 15px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    border-top-width: 1px;
    border-top-style: solid;

    border-top-color: #cccccc;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;

}

.list
{
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}


.circle_box{
    position: relative;
}
.circle {
    position: absolute;
    z-index: 10;
    bottom: -17px;
    right: -17px;

    border: 17px solid #032165;
    border-radius: 50%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=80);
    opacity: 0.8;

    -webkit-box-shadow: 0 0 1px 0px rgb( 255, 255, 255);
    box-shadow: 0 0 1px 0px rgb( 255, 255, 255);
    width: 8px;
    height: 8px;
    z-index: 86;

    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}

.circle.filled {
    background-color: #032165;
    color: #fff;
}

.sort_subtitle{
    /*
    color: #fff;
    padding-left: 19px;

    font-size: 0.8em;
    */
    margin-top: 5px;
}

.sort_top .sort_subtitle{
    color: black;
    /*
    padding-left: 19px;
    */
    padding-left: 0px;

    font-size: 0.8em;
}

.content{
    position: relative;
    font-weight: bold;
    bottom: 9px;
    right: 3px;
}


.anlageuebersicht_subtitle_wrapper p{
}

.thumb.kachel-thumb{
    padding-bottom: 40px;
}

.thumb.kachel-thumb.additional-rows-1{
    padding-bottom: 65px;

}

.thumb.kachel-thumb.additional-rows-2{
    padding-bottom: 95px;
}

.thumb.kachel-thumb.additional-rows-3{
    padding-bottom: 125px;
}

.thumb-title
{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 1em;
}

.thumb-header
{
    margin-bottom: 15px;
}

h5.thumb-title
{
    font-size: 16px;
    font-weight: 400;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.thumb-header landingpage-video .video-js{
    width: 100%;
}
.thumb-header landingpage-video,
.thumb-header img{
    width: 100%;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h5.thumb-title{
    height: 2.4em;
    margin-bottom: 5px;
    line-height: 1.2em;
    font-size: 16px!important;
    vertical-align: top;
    margin-top: 0px!important;
    padding-top: 0px!important;
}

.thumb-wrapper-liste h5.thumb-title{
    height: auto;
}

.text-darken, a.text-darken
{
    color: #565656;
}

.thumb-wrapper{
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    padding-right: 0px;
}
.thumb-wrapper.first-investment{
    padding-left: 0px;
    margin-left: 0px;
    padding-right: 10px;
}

.thumb-wrapper.last-investment{
    padding-right: 0px;
    margin-right: 0px;
    padding-left: 10px;
}

.thumb-wrapper.mid-investment{
    /*
    padding-left: 5px;
    padding-right: 5px;
    */
}

.thumb-wrapper.thumb-wrapper-liste{
    text-decoration: none;
}


.thumb{
    padding: 10px;
}

.first-investment .thumb{
    padding-left: 0px;
}
.last-investment .thumb{
    padding-right: 0px;
}

.thumb-wrapper-liste .thumb{
    padding: 0px;
}

.anlageuebersicht_subtitle{
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-block;
    font-size: inherit;
    line-height: inherit;
}
.sort_border{
    margin-bottom: 30px;
}

.sort_border_top{
    border-top: 1px solid black;
}

.sort_top{
    /*
    background:#4d4d4d;
    padding-top: 10px;
    */
    /*
    border-bottom-color: black;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 10px;
    */
    margin-top: 5px;
}
.sort_top .nav a{
    border-radius:0;
    margin-bottom: 0px;
    margin-top: 0px;
    border-color: #11368A!important;
}
.sort_top .nav-pills>li{
    margin-left:0
}

.sort_top .nav{
    padding-top: 0px;
    margin: 0px;
}

.sort_top .nav>li>a{
    display:block;
    font-size:12px;
    padding:6px 8px;
    position:relative;
}
.sort_icon{
    display:inline-block;
    padding-top:8px;
}
.sort_icon i{
    font-size:22px
}
.sort_icon a{
    color:#fff
}
.sort_icon.fist i{
    padding-right:5px
}
.sort_icon.last{
    padding-right:10px
}
.sort_icon a{
    color: #EDF0F2;
}
.sort_icon .active{
    color: #11368A;
}

@media(min-width:991px) and (max-width:1200px){
    .kachel-date-from{
        height: 4em;
        display: table-cell;
        padding-bottom: 10px;
        vertical-align: bottom;
    }
}


@media(max-width:991px){
    .sort_wrapper .col-sm-12 .nav-pills a{
        font-size: 0.8em;
    }

    .not-for-smartphone-or-tablet{
        display: none!important;
    }


    .thumb-wrapper{
        padding-bottom: 40px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 40px;
    }

    .thumb-wrapper.first-investment{
        padding-left: 0px;
        margin-left: 0px;
        padding-right: inherit;
    }

    .thumb-wrapper.last-investment{
        padding-right: 0px;
        margin-right: 0px;
        padding-left: 0px;

        padding-bottom: 0px;
        border-bottom: none;
    }

    .thumb{
        padding: 0px;
    }
    .first-investment .thumb{
        padding-left: inherit;
    }
    .last-investment .thumb{
        padding-right: inherit;
    }
}

@media(min-width:991px){
    .only-for-smartphone-or-tablet{
        display: none!important;
    }
}


@media(max-width:768px){
    .sort_top{margin-top:15px}
    .sort_top .col-md-2{text-align:center}
    .sort_icon.last{padding-right:0}
    .st_top_location .col-sm-6:nth-child(2n+1){clear:both}
    .sort_wrapper .col-sm-12 .nav-pills a{
        font-size: 0.7em;
        margin-top: 10px;
    }


    /*
    .row .dieter-kern-sidebar .sub_header_dieter_kern{
        font-size: 0.9em;
    }
    .row .col-sm-4.dieter-kern-sidebar .sub_header_dieter_kern{
    }
    */

    #dieter_kern_sidebar_smartphone_settings{
        margin-bottom: 15px;
    }

    .experten_image{
        width: 40%;
        padding: 0px;
        margin:0px;
        border-radius: 50%;
        margin: auto;
    }

    #dieter-kern-sidebar-facebook-icon{
        display: none;
    }
}



.nav-pills > li.active > a, .nav-pills > li > a:hover, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus
{
    /*
    background-color: #11368A!important;
    background-image: #11368A!important;

    background: #11368A!important;
    background-color: #11368A!important;
    background-image: #11368A!important;
    */
}


.nav-pills > li  > a{

    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 50%, #11368A 50%)!important;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}


.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    background-image: linear-gradient(to bottom, #11368A 50%, #11368A 50%)!important;
    background-color: #11368A!important;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;

}

.nav-pills > li  > a:hover{
    background-image: linear-gradient(to bottom, #11368A 50%, #11368A 50%)!important;
    background-color: #11368A!important;
}



.expertenstimme_wrapper{
    text-align: center;
}

.expertenstimme_div{
    margin-top: 20px;
}

.expertenstimme_div p{
    font-style: italic;
}

.expertenstimme_div ul{
    margin-top: -20px;
}

.expertenstimme_div li{
    margin-bottom: 5px;
}
