//--- GENERIC .sections { font: 18px/32px $font-family-content; h2,h3 { font: 22px/30px $font-family-secondary-bold; } a { color: inherit; transition: all .1s ease-in 0s; &:hover { text-decoration: none; color: $color-link-primary; } } } .sections-default { margin-bottom: 25px; } //--- ADVERTISEMENT //--- APESTER //--- BUTTON //--- HEADING .sections-default-heading { color: $color-text-primary; font: 22px/30px $font-family-primary-bold; } //--- HTML //--- IMAGESERVICE //--- INFOBOX .sections-default-infobox { &:before { content: 'Tipp'; display: inline-block; padding: 0 15px; background-color: $color-infobox-label; color: $color-infobox-text; } .infobox-body { padding: 15px; border: 4px solid $color-infobox-border; position: relative; font-style: italic; p:last-child { margin-bottom: 0; } } } //--- LIST //--- MAPPFORM //--- OEMBED //--- QUOTE .sections-default-quote { font-style: italic; blockquote { margin: 0; } p { font-size: 1.3em; line-height: 1.3em; padding-left: 20px; margin-bottom: 0; &:before { content: '\201D'; position: relative; display: inline-block; top: 28px; width: 32px; font-size: 2.5em; } } footer { padding-left: 20px; font-size: .9em; } } //--- TEASERLIST //--- TEXT //--- TRACEDELIGHT //--- Product List .sections-default-productlist { .list-content { margin-right: 0; margin-left: 0; } }