/* xs|sm|md|lg|xl */ @media (min-width: map-get($grid-breakpoints, "sm")) { .text-2-columns { columns: 2; column-gap: 20px; } } .thumb-border { border: 1px solid #cccccc; } .figure { margin-left: -15px; margin-right: -15px; padding: 15px 0; background-color: $gray-200; .figure-caption { padding: 0 15px; } @media (min-width: map-get($grid-breakpoints, "sm")) { margin-left: -30px; margin-right: -30px; .figure-caption { padding: 0 30px; } } @media (min-width: map-get($grid-breakpoints, "md")) { padding: 15px; margin-left: 0; margin-right: 0; .figure-caption { padding: 0; } } } .media > a, .media > img { max-width: 30%; } .row.section-tiles { margin: 0; background-color: $gray-100; padding: 25px; margin-bottom: 0.7em; .section-tile-title, .section-tile-content { padding: 0; min-height: 100px; display: flex; align-items: center; } .section-tile-title { background-color: $schemaBlau; justify-content: center; padding: 0 2ex; @include default-transition(); &:hover { background-color: darken($schemaBlau, 10%); } h3 { color: #ffffff; font-size: 2.0rem; text-align: center; line-height: 1.2em; } } a.section-tile-title:hover { text-decoration: none; } .section-tile-content { color: $schemaBlau; font-size: 1.2rem; line-height: 1.4em; p:last-of-type { margin: 0; } } @media (max-width: map-get($grid-breakpoints, "md") - 1) { margin: 0 -15px; .section-tile-content { margin-top: 15px; } } @media (min-width: map-get($grid-breakpoints, "md")) { .section-tile-title, .section-tile-content { min-height: 150px; } .section-tile-content { font-size: 1.3rem; line-height: 1.4em; } } @media (min-width: map-get($grid-breakpoints, "lg")) { .section-tile-title h3 { font-size: 2.3rem; } .section-tile-content { font-size: 1.4rem; } } @media (min-width: map-get($grid-breakpoints, "xl")) { .section-tile-title h3 { font-size: 2.5rem; } .section-tile-content { font-size: 1.5rem; } } &.compact { .section-tile-title h3 { font-size: 1.4rem; } .section-tile-content { font-size: 1.1rem; } @media (min-width: map-get($grid-breakpoints, "md")) { .section-tile-title h3 { font-size: 2.0rem; } .section-tile-content { font-size: 1.2rem; } } } } .back-link-box a { background-color: $gray-200; display: inline-block; font-family: $fontFamilyHeader; font-weight: 700; padding: 5px 10px; text-transform: uppercase; &:hover { background-color: $gray-300; text-decoration: none; } } section.section-carousel { h2 { margin-left: 1.5rem; // mx-md-4 margin-right: 1.5rem; } .carousel-caption h3 { color: #ffffff; } } section.section-search, section.section-news { .page-item.active .page-link { background-color: $schemaBlau; border-color: $schemaBlau; } } section.section-news { &.section-emphasized .news-header { margin-left: 1.5rem; // mx-md-4 margin-right: 1.5rem; } .news-entry { background-color: $gray-100; margin-bottom: 1.0rem; } &.section-emphasized .news-entry { background-color: #edf0f3; //$gray-200; } .news-title { font-size: 18px; line-height: 1.4em; @media (min-width: map-get($grid-breakpoints, "sm")) { font-size: 22px; } } .news-teaser { position: relative; .news-detaillink { position: absolute; right: 10px; bottom: 6px; } } p:last-of-type { margin: 0; } } article.news { .backlink a { text-transform: uppercase; } .teaser { font-size: 1.10em; } } @media (min-width: map-get($grid-breakpoints, "md")) { .carousel { padding: 25px; background-color: $gray-100; } }