@CHARSET "UTF-8";
/* galerie      [1068] */ .article-gallery{ margin-bottom: 5rem !important } .gallery-listitem { margin-top: .75rem; } .gallery-listitem .title { font-size: 1.25rem; margin: 0 !important; color: var(--brandprimary); } .gallery-listitem .subtitle { font-size: .875rem; color: var(--darkgrey); font-weight: var(--fontweightbold); } .gallery-listitem + .gallery-listitem { padding-top: .75rem; border-top: 2px solid var(--lightgrey); } .gallery-imageWrapper { display: block; position: relative; overflow: hidden; border: 2px solid #fff; box-shadow: 2px 2px 6px 0 rgba(0,0,0,.25); height: 0; padding-bottom: 64%; } .gallery-imageWrapper.-square { padding-bottom: 100%; border: none; box-shadow: none; } .gallery-imageWrapper img { position: absolute; width: 100%; height: 100%; object-fit: cover; } .back-btn a.dp-morebtn .button-text{ display: inline-flex; flex-direction: row-reverse; } .back-btn a.dp-morebtn .button-text i{ margin: 0 .75em 0 0; rotate: 180deg; } .gallery-colitem .-subtitle { font-size: .875rem; color: var(--darkgrey); font-weight: var(--fontweightbold); } 
