/* Moderne Unterseiten-Vorlage: Farben und Typografie der Startseite. */
:root{--article-green:#2d6e36;--article-green-dark:#245b2c;--article-green-soft:#edf6ee;--article-ink:#101411;--article-muted:#5d625e;--article-line:#e3e3e3;--article-paper:#fff;--article-bg:#f3f3f3;--article-gray:#f3f3f3;--article-max:1440px}

body{color:var(--article-ink);background:var(--article-bg);font-family:Oxygen,'Oxygen-Regular',Arial,sans-serif;font-size:16px;line-height:1.72;-webkit-font-smoothing:antialiased}
h1,h2,h3,h4,h5,.display-1,.display-2,.display-5{font-family:Oswald,'Oswald-VariableFont_wght',Arial,sans-serif!important;letter-spacing:0!important}
p,.display-4,.display-7,.nav-link,.dropdown-item,.btn{font-family:Oxygen,'Oxygen-Regular',Arial,sans-serif!important}
a{color:var(--article-green)}
a:hover{color:var(--article-green-dark)}

/* Navigation */
#menu01-1e{display:none!important}
#menu01-9{display:none!important}
.site-header{z-index:100}
.site-header .site-nav.collapse{display:flex}
.site-header .brand,.site-header .brand strong{color:var(--ink)!important}
.site-header .brand small{color:var(--muted)!important}
.site-header .site-nav a{color:var(--ink)!important}
.site-header .site-nav a:hover,.site-header .site-nav a.active{color:var(--green)!important;border-bottom-color:var(--green)!important}
.site-header .site-nav .depot-nav-cta,.site-header .site-nav .depot-nav-cta:hover,.site-header .site-nav .depot-nav-cta.active{color:#fff!important;border-bottom-color:var(--green)!important}
#menu01-1e{min-height:104px;background:#fff}
#menu01-1e .navbar{min-height:104px;padding:0 max(28px,calc((100vw - 1344px)/2));background:rgba(255,255,255,.98)!important;border-bottom:1px solid var(--article-line);box-shadow:0 4px 18px rgba(20,40,22,.05)}
#menu01-1e .navbar-brand{padding:0}
#menu01-1e .navbar-caption{color:var(--article-ink)!important;font-family:Oswald,'Oswald-VariableFont_wght',Arial,sans-serif!important;font-size:26px;font-weight:500}
#menu01-1e .navbar-nav{align-items:center}
#menu01-1e .nav-link{padding:38px 20px 24px!important;color:var(--article-ink)!important;font-size:14px!important;border-bottom:2px solid transparent}
#menu01-1e .nav-link:hover,#menu01-1e .dropdown.open>.nav-link{color:var(--article-green)!important;border-bottom-color:var(--article-green)}
#menu01-1e .dropdown-menu{padding:10px;border:1px solid var(--article-line);border-radius:8px;box-shadow:0 14px 34px rgba(20,40,22,.1)}
#menu01-1e .dropdown-item{padding:9px 12px;color:var(--article-ink)!important;font-size:13px!important;border-radius:5px}
#menu01-1e .dropdown-item:hover{color:var(--article-green)!important;background:var(--article-green-soft)}
#menu01-1e .navbar-buttons .btn{margin-left:16px;padding:11px 18px;border-radius:6px;background:var(--article-green)!important;border-color:var(--article-green)!important;color:#fff!important;font-size:13px!important;box-shadow:none}

@media(min-width:992px){
  .depot-overview-page .article-hero .content-wrapper{padding-top:44px;padding-bottom:44px}
}

/* Redaktionelle Inhaltsblöcke */
section.content5{padding:68px 24px!important;background:#fff!important;border:0}
.modern-subpage .article-lead{padding-top:112px!important}
section.content5:nth-of-type(even){background:var(--article-gray)!important}
body.modern-subpage section.content5.content-tone-white{background:#fff!important}
body.modern-subpage section.content5.content-tone-gray{background:var(--article-gray)!important}
section.content5>.container{max-width:var(--article-max);padding:0 48px;background:transparent;border:0;border-radius:0;box-shadow:none}
section.content5 .row{margin:0 -18px;padding-left:0!important;padding-right:0!important}
section.content5 [class^="col-"],section.content5 [class*=" col-"]{padding-left:18px;padding-right:18px}
section.content5 .col-lg-12>.content-wrapper{max-width:none!important}
section.content5 h4{position:static!important;display:block!important;flex:0 0 calc(100% - 36px)!important;width:auto!important;max-width:none!important;margin:0 18px 10px!important;padding:0!important;color:var(--article-green)!important;font-family:Oxygen,'Oxygen-Regular',Arial,sans-serif!important;font-size:12px!important;font-weight:500!important;line-height:1.5!important;text-align:left!important;text-transform:uppercase;letter-spacing:.08em!important;writing-mode:horizontal-tb!important;transform:none!important}
section.content5 h1{margin:0;color:var(--article-ink)!important;font-size:34px!important;font-weight:500!important;line-height:1.25}
section.content5 p{color:var(--article-muted)!important;font-size:15px!important;line-height:1.78}
section.content5 strong{color:var(--article-ink);font-weight:600}
section.content5 em{display:block;padding:18px 20px;color:var(--article-muted);background:var(--article-green-soft);border-left:3px solid var(--article-green);border-radius:0 6px 6px 0}

/* Grafiken in Artikeln folgen demselben Weiß/Grau-Raster wie die Textbereiche. */
.modern-subpage.article-page section.content4 {
  padding: 48px 24px !important;
  background: var(--article-gray) !important;
  border: 0 !important;
}

.modern-subpage.article-page section.content4 > .container {
  width: 100%;
  max-width: var(--article-max);
  padding-right: 48px;
  padding-left: 48px;
  background: transparent !important;
}

.modern-subpage.article-page section.content4 img {
  display: block;
  width: 100%;
  padding: 0 !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

.modern-subpage.article-page section.content4 .row {
  display: none !important;
}

/* Kompaktere Abstände auf der Depotübersicht */
.depot-overview-page section.content5{padding-top:28px!important;padding-bottom:28px!important}
.depot-overview-page .depot-stats-band{padding:20px 24px 16px;background:#fff}
.depot-overview-page .depot-stats{max-width:var(--article-max);margin:0 auto;padding-top:34px;padding-bottom:30px;border:1px solid #cfe4d1;border-radius:10px;background:linear-gradient(125deg,#f3f9f3,#dfefdf)!important;box-shadow:0 10px 26px rgba(34,86,41,.08)}
.depot-overview-page .depot-stats h2{color:var(--article-green-dark)!important}
.depot-overview-page .depot-stats .stats-grid{background:rgba(255,255,255,.6)}
.depot-overview-page .depot-stats .stats-grid strong,.depot-overview-page .depot-stats .stats-grid p{color:var(--article-ink)!important}
.depot-overview-page .depot-stats .stats-grid{grid-template-columns:repeat(4,1fr)}
.depot-overview-page .depot-stats .stats-grid article{justify-content:flex-start}
.depot-overview-page .depot-stats .stats-grid strong{min-width:9ch}
.depot-overview-page .depot-stats .stats-grid .stat-value-pair{min-width:0;white-space:nowrap;font-size:23px}
.modern-subpage .section-tone-white{background:#fff!important}
.modern-subpage .section-tone-gray{background:var(--article-gray)!important}

/* Impressum: neutrale Weiß/Grau-Abfolge ohne Grünanteil. */
.imprint-page{background:var(--article-gray)!important}
.imprint-page #content005-b,
.imprint-page #content005-8l,
.imprint-page #content005-1o{background:#fff!important}
.imprint-page #content005-c,
.imprint-page #content005-8m,
.imprint-page #content005-d,
body.imprint-page.modern-subpage .subpage-return{background:var(--article-gray)!important}
.imprint-page .site-footer{background:#fff!important}
.depot-overview-page section.content5.article-lead{padding-top:36px!important}
.depot-overview-page section.content5>.container{background:transparent;border:0;box-shadow:none}
.depot-overview-page .depot-metrics{padding-top:30px!important;padding-bottom:30px!important}
.depot-overview-page .depot-partner-grid{padding-top:30px!important;padding-bottom:30px!important;background:#fff!important}
.depot-overview-page .site-footer{max-width:none;padding-left:max(48px,calc((100vw - var(--max))/2 + 48px));padding-right:max(48px,calc((100vw - var(--max))/2 + 48px));background:#fff}
.depot-overview-page .site-footer a{color:var(--ink)!important}
.depot-overview-page .site-footer a:hover{color:var(--green)!important}

/* Kennzahlenblock */
.depot-metrics{padding:54px 24px!important;background:var(--article-gray)!important}
.depot-metrics .layer{display:none}
.depot-metrics .container-full-width{max-width:var(--article-max);min-height:0;margin:auto;padding:0;background:transparent}
.depot-metrics .column-content{width:100%;padding:38px 44px;background:var(--article-green);border-radius:10px;box-shadow:0 12px 28px rgba(34,86,41,.15)}
.depot-metrics .text-content{max-width:780px;padding:0}
.depot-metrics h1{color:#fff!important;font-size:31px!important;font-weight:500}
.depot-metrics p{color:rgba(255,255,255,.92)!important;font-size:15px!important;line-height:1.72}

/* Partnerkarten und Rücksprung */
.depot-partner-grid{padding:50px 24px!important;background:#fff!important}
.depot-partner-grid>.container{max-width:var(--article-max)}
.depot-partner-grid .card{padding:0 12px;border:0;box-shadow:none;background:transparent}
.depot-partner-grid .card-img{overflow:hidden;border-radius:9px 9px 0 0;border:1px solid var(--article-line);border-bottom:0}
.depot-partner-grid .card-img img{width:100%;height:220px;padding:18px;object-fit:contain;object-position:center;background:#fff}
.depot-partner-grid .card-box{min-height:82px;padding:20px!important;border:1px solid var(--article-line);border-top:0;border-radius:0 0 9px 9px;background:var(--article-paper)}
.depot-partner-grid h5{margin:0;font-size:17px!important;font-weight:400}

/* Footer */
#footer002-1m{padding:24px!important;background:var(--article-green-dark)!important}
#footer002-1m p,#footer002-1m a{color:rgba(255,255,255,.82)!important;font-size:12px!important}
.site-footer{max-width:none!important;margin:0!important;padding:26px max(48px,calc((100vw - 1344px)/2)) 34px!important;background:#eef1ed;color:var(--article-muted);border-top:1px solid var(--article-line)}

@media(max-width:991px){
  #menu01-1e,#menu01-1e .navbar{min-height:82px}
  #menu01-1e .navbar{padding:0 22px}
  #menu01-1e .navbar-collapse{padding:12px 18px 20px;background:#fff;border-top:1px solid var(--article-line)}
  #menu01-1e .nav-link{padding:11px 4px!important;border:0}
  #menu01-1e .navbar-buttons .btn{margin:10px 0 0}
  section.content5>.container{padding:0 22px}
  .modern-subpage .article-lead{padding-top:82px!important}
  section.content5 .col-lg-6+ .col-lg-6{margin-top:8px}
}

@media(max-width:760px){
  .site-header .site-nav.collapse{display:none}
  .site-header .site-nav.collapse.show,.site-header .site-nav.collapse.open{display:flex}
}

@media(max-width:760px){
  .depot-overview-page section.content5{padding-top:18px!important;padding-bottom:18px!important}
  .depot-overview-page .depot-metrics,.depot-overview-page .depot-partner-grid{padding-top:20px!important;padding-bottom:20px!important}
  .depot-overview-page .site-footer{padding-left:20px;padding-right:20px}
  .depot-overview-page .depot-stats .stats-grid{grid-template-columns:1fr}
  .depot-overview-page .depot-stats .stats-grid article{border-right:0;border-bottom:1px solid var(--article-line)}
  .depot-overview-page .depot-stats .stats-grid article:last-child{border-bottom:0}
  .depot-overview-page .depot-stats-band{padding:20px 20px 12px}
  .depot-overview-page section.content5.article-lead{padding-top:20px!important}
}

@media(max-width:600px){
  #menu01-1e .navbar-caption{font-size:21px}
  section.content5{padding:44px 16px!important}
  .modern-subpage .article-lead{padding-top:64px!important}
  section.content5>.container{padding:0 4px}
  .modern-subpage.article-page section.content4{padding:32px 16px!important}
  .modern-subpage.article-page section.content4>.container{padding-right:4px;padding-left:4px}
  section.content5 h4{width:auto;margin:0 18px 18px!important;padding:0!important}
  section.content5 h1{font-size:28px!important}
  .depot-metrics{padding:30px 16px!important}
  .depot-metrics .column-content{padding:28px 22px}
  .depot-partner-grid{padding:32px 16px!important}
  .depot-partner-grid .card+.card{margin-top:22px}
  .depot-partner-grid .card-img img{height:180px}
  .site-footer{padding:22px 20px 28px!important}
}

/* Gemeinsame Komponenten für alle modernisierten Unterseiten. */
.modern-subpage.topic-page section.menu,.modern-subpage.topic-page section.footer2{display:none!important}
.modern-subpage .partner-card-grid:not(.depot-partner-grid){background:var(--article-gray)!important}
.modern-subpage .partner-card-grid .card-img{overflow:hidden;background:#fff}
.modern-subpage .partner-card-grid .card-img img{display:block;width:100%;height:220px!important;padding:18px;object-fit:contain!important;object-position:center;background:#fff}
.modern-subpage .partner-card-grid .card-box{min-height:76px;padding:18px 20px 24px!important}
.modern-subpage .inline-video-shell{position:relative;display:block!important;aspect-ratio:16/9;height:auto!important;min-height:0!important;padding:0!important;overflow:hidden;background-size:cover;background-position:center;border-radius:8px}
.modern-subpage .inline-video-trigger{display:flex;width:100%;height:100%;margin:0;padding:0;border:0;background:rgba(0,0,0,.08);align-items:center;justify-content:center;cursor:pointer}
.modern-subpage .inline-video-trigger:focus-visible{outline:3px solid #fff;outline-offset:-6px}
.modern-subpage .inline-video-shell iframe{display:block;width:100%;height:100%;border:0;background:#000}
.modern-subpage .article-hero{padding:0!important;background:var(--article-green)!important}
.modern-subpage .article-hero .back{display:none!important}
.modern-subpage .article-hero .container-fluid{padding:0!important}
.modern-subpage .article-hero .row{height:600px;min-height:600px;margin:0!important}
.modern-subpage .article-hero .col-lg-6{padding:0!important}
.modern-subpage .article-hero .bildblock{height:100%;margin:0!important}
.modern-subpage .article-hero .bildblock>a{display:block;height:100%}
.modern-subpage .article-hero .bildblock img{width:100%;height:600px!important;min-height:600px;object-fit:cover;object-position:center}
.modern-subpage .article-hero figcaption{position:absolute;left:0;right:0;bottom:0;padding:8px 18px;color:#fff;background:rgba(0,0,0,.55);font-size:11px}
.modern-subpage .article-hero .content-wrapper{height:100%;max-width:none;margin:0;padding:70px 4vw 60px 7.2vw;display:flex;flex-direction:column;justify-content:center}
.modern-subpage .article-hero h3{margin:0 0 10px!important;padding:0!important;color:#dcefdc!important;font-size:20px!important;font-weight:400!important;line-height:1.35!important}
.modern-subpage .article-hero h1{max-width:740px;margin:0 0 25px!important;padding:0!important;color:#fff!important;font-size:48px!important;font-weight:500!important;line-height:1.22!important}
.modern-subpage .article-hero p{max-width:740px;margin:0!important;padding:0!important;color:rgba(255,255,255,.94)!important;font-size:15px!important;line-height:1.72!important}

.modern-subpage .subpage-return{padding:44px 24px!important;background:#fff!important;border:0}
.modern-subpage .subpage-return>.container{max-width:var(--article-max)}
.modern-subpage .subpage-return .row{justify-content:flex-end}
.modern-subpage .subpage-return .btn{padding:12px 19px!important;border-radius:6px!important;background:var(--article-green)!important;border-color:var(--article-green)!important;color:#fff!important;font-size:14px!important;box-shadow:none!important}

.modern-subpage .site-footer{max-width:none!important;margin:0!important;padding:26px max(48px,calc((100vw - 1344px)/2)) 34px!important;background:#fff!important;color:var(--article-muted)!important;border-top:0}
.modern-subpage .site-footer a{color:var(--article-ink)!important}
.modern-subpage .site-footer a:hover{color:var(--article-green-dark)!important}

/* Einheitlicher dunkler Hover-Ton für Buttons auf allen Unterseiten. */
.modern-subpage .mbr-section-btn .btn:hover,
.modern-subpage .mbr-section-btn .btn:focus,
.modern-subpage .mbr-section-btn .btn:active,
.modern-subpage a.btn:hover,
.modern-subpage a.btn:focus,
.modern-subpage a.btn:active,
.modern-subpage button.btn:hover,
.modern-subpage button.btn:focus,
.modern-subpage button.btn:active {
  background-color: var(--article-green-dark) !important;
  border-color: var(--article-green-dark) !important;
  color: #fff !important;
}

@media(max-width:991px){
  .modern-subpage .article-hero .row{height:auto;min-height:0}
  .modern-subpage .article-hero .bildblock img{min-height:0;height:430px!important}
  .modern-subpage .article-hero .content-wrapper{padding:52px 40px}
}

@media(max-width:600px){
  .modern-subpage .partner-card-grid .card-img img{height:180px!important;padding:14px}
  .modern-subpage .article-hero .bildblock img{height:300px!important}
  .modern-subpage .article-hero .content-wrapper{padding:38px 22px 43px}
  .modern-subpage .article-hero h1{font-size:37px!important}
  .modern-subpage .subpage-return{padding:32px 20px!important}
  .modern-subpage .site-footer{padding:22px 20px 28px!important}
}

/* Monatliche Dividendenzahler: einheitliche, randlose Wertpapierkarten. */
.monthly-dividend-page section.extFeatures {
  padding: 38px 24px !important;
  background: var(--article-gray) !important;
}

.monthly-dividend-page section.extFeatures > .container {
  width: 100%;
  max-width: var(--article-max);
  padding-right: 0;
  padding-left: 0;
}

.monthly-dividend-page section.extFeatures .row {
  align-items: stretch;
  margin-right: 0;
  margin-left: 0;
  padding: 48px;
  background: #fff !important;
}

.monthly-dividend-page section.extFeatures .card {
  display: flex;
  padding: 0 !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

.monthly-dividend-page section.extFeatures .card.col1 {
  padding-right: 24px !important;
}

.monthly-dividend-page section.extFeatures .card.col2 {
  padding-left: 24px !important;
}

.monthly-dividend-page section.extFeatures .card-wrapper {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.monthly-dividend-page section.extFeatures .text-wrap,
.monthly-dividend-page section.extFeatures .card-box {
  flex: 0 1 auto;
  padding: 0 !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}

.monthly-dividend-page section.extFeatures .col2 .img-wrap {
  display: none !important;
}

.monthly-dividend-page section.extFeatures .text-wrap {
  width: 100%;
  max-width: none !important;
  text-align: left !important;
}

.monthly-dividend-page section.extFeatures .number {
  width: auto;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  color: var(--article-green) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.4;
}

.monthly-dividend-page section.extFeatures h2,
.monthly-dividend-page section.extFeatures h4 {
  min-height: 68px;
  margin: 0 0 24px !important;
  padding: 0 !important;
  text-align: left !important;
}

.monthly-dividend-page section.extFeatures .card-wrapper > a {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  align-self: flex-start;
  margin-top: 24px;
  padding: 10px 15px !important;
  border: 0 !important;
  border-radius: 6px;
  background: var(--article-green) !important;
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
  transform: none !important;
  transition: background-color .2s ease !important;
}

.monthly-dividend-page section.extFeatures .card-wrapper > a:hover {
  padding: 10px 15px !important;
  background: var(--article-green-dark) !important;
  color: #fff !important;
  transform: none !important;
}

.monthly-dividend-page section.extFeatures .card-wrapper > a span {
  position: static !important;
  display: inline !important;
  width: auto;
  height: auto;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
}

.monthly-dividend-page section.extFeatures .card-wrapper,
.monthly-dividend-page section.extFeatures .card-wrapper:hover,
.monthly-dividend-page section.extFeatures .card,
.monthly-dividend-page section.extFeatures .card:hover,
.monthly-dividend-page section.extFeatures .text-wrap,
.monthly-dividend-page section.extFeatures .text-wrap:hover,
.monthly-dividend-page section.extFeatures .card-box,
.monthly-dividend-page section.extFeatures .card-box:hover,
.monthly-dividend-page section.extFeatures .card-wrapper h2,
.monthly-dividend-page section.extFeatures .card-wrapper h4,
.monthly-dividend-page section.extFeatures .card-wrapper p,
.monthly-dividend-page section.extFeatures .card-wrapper:hover h2,
.monthly-dividend-page section.extFeatures .card-wrapper:hover h4,
.monthly-dividend-page section.extFeatures .card-wrapper:hover p {
  transform: none !important;
  transition: none !important;
  animation: none !important;
  will-change: auto !important;
}

.monthly-dividend-page section.extFeatures .card-wrapper:hover h2,
.monthly-dividend-page section.extFeatures .card-wrapper:hover h4,
.monthly-dividend-page section.extFeatures .card-wrapper:hover p {
  color: var(--article-ink) !important;
}

.monthly-dividend-page section.extFeatures h2,
.monthly-dividend-page section.extFeatures h4,
.monthly-dividend-page section.extFeatures p {
  color: var(--article-ink) !important;
}

@media(max-width:600px) {
  .monthly-dividend-page section.extFeatures {
    padding: 24px 16px !important;
  }

  .monthly-dividend-page section.extFeatures > .container {
    padding-right: 0;
    padding-left: 0;
  }

  .monthly-dividend-page section.extFeatures .row {
    margin-right: 0;
    margin-left: 0;
    padding: 24px;
  }

  .monthly-dividend-page section.extFeatures .card,
  .monthly-dividend-page section.extFeatures .card.col1,
  .monthly-dividend-page section.extFeatures .card.col2 {
    padding: 0 0 20px !important;
  }

  .monthly-dividend-page section.extFeatures .card:last-child {
    padding-bottom: 0 !important;
  }

  .monthly-dividend-page section.extFeatures h2,
  .monthly-dividend-page section.extFeatures h4 {
    min-height: 0;
  }

}
