//--- GENERIC .sections { font: 18px/32px $font-family-content; margin-bottom: 25px; h2,h3 { font: 22px/30px $font-family-secondary-bold; } .blocks-list.blocks-list-default { .list-label { span { font: 22px/30px $font-family-secondary-bold; margin-bottom: .5rem; } } } a { color: inherit; transition: all .1s ease-in 0s; &:hover { text-decoration: none; } } } //--- ADVERTISEMENT //--- BUTTON .sections-default-button { text-align: center; } //--- CUSTOMTEXT //--- GALLERY //--- GAME //--- HEADING .sections-default-heading { color: $color-text-primary; font: 18px/32px $font-family-primary-bold; margin-bottom: 0; } //--- HTML //--- IMAGESERVICE .sections-default-imageservice { .slick-prev { left: 30px; } .slick-next { right: 35px; } } //--- 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 .sections-default-oembed { iframe { width: 100%; } .embed-youtube, .embed-vimeo { position: relative; padding-bottom: 56.25%; overflow: hidden; padding-top: 0; height: 0; > div, iframe { width: 100%; height: 100%; top: 0; left: 0; position: absolute; } } } //--- QUOTE .sections-default-quote { font-style: italic; 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; } } //--- SEPARATOR .sections-default-separator { .separate { border-top: 1px solid $color-line-secondary; } } //--- SMALL .sections-default-small { small { font-size: 80%; line-height: 80%; color: $color-muted-primary; } } //--- Products //--- TEASERLIST //--- TEXT .sections-default-text { a { border-bottom: 2px solid $color-link-primary; &:hover { background-color: $color-link-primary; } } } //--- WUFOO