diff --git a/kit/404.php b/kit/404.php new file mode 100644 index 0000000..0d0f367 --- /dev/null +++ b/kit/404.php @@ -0,0 +1,27 @@ + + +
+ +
+
+

+ Seite leider nicht gefunden +

+ + Leider wurde die von ihnen gewünschte Seite nicht gefunden. + +
+
+ +
+ + + + + +; } + .teaser-box-color-brand-secondary .teaser-box-category-marker { + border-bottom-color: ; + color: ; + } + + .teaser-box-color-brand-secondary .teaser-box-category-marker:hover { + filter: brightness(120%); + } + + .teaser-box-category-marker .icon { + background-color: ; + } + +image/svg+xml + + + \ No newline at end of file diff --git a/kit/index.php b/kit/index.php index 8ab40a0..ce9a2c9 100644 --- a/kit/index.php +++ b/kit/index.php @@ -4,7 +4,7 @@ get_header();
-
+
diff --git a/kit/style.css b/kit/style.css index 9495710..f66ee38 100644 --- a/kit/style.css +++ b/kit/style.css @@ -512,7 +512,11 @@ figure.no-autosize img { } section { - padding: 0.66667rem 0 6.66667rem 0; + padding: 6.66667rem 0 6.66667rem 0; +} + +section.category { + padding: 1rem 0 6.66667rem 0; } section.background-color-white:not(.full-width) + section.background-color-white:not(.full-width) { @@ -2669,8 +2673,8 @@ body.page-theme-color-quaternary form input[type='submit'] { opacity: .7; } -.teaser-box-category-marker::after { - content: url(../img/teaser-box-arrow-brand-primary.svg); +.teaser-box-category-marker .icon { + mask: url('img/teaser-box-arrow-brand-secondary.svg') no-repeat center / contain; position: absolute; right: 0; bottom: 0.55556rem; @@ -2691,21 +2695,11 @@ body.page-theme-color-quaternary form input[type='submit'] { } .teaser-box-color-brand-primary .teaser-box-category-marker::after { - content: url(../img/teaser-box-arrow-brand-primary.svg) !important; -} - -.teaser-box-color-brand-secondary .teaser-box-category-marker { - border-bottom-color: #00a4e4 !important; - color: #00a4e4 !important; -} - -.teaser-box-color-brand-secondary .teaser-box-category-marker:hover { - border-bottom-color: rgba(0, 164, 228, 0.7) !important; - color: rgba(0, 164, 228, 0.7) !important; + content: url(img/teaser-box-arrow-brand-primary.svg) !important; } .teaser-box-color-brand-secondary .teaser-box-category-marker::after { - content: url(../img/teaser-box-arrow-brand-secondary.svg) !important; + mask: url('img/teaser-box-arrow-brand-secondary.svg') no-repeat center / contain; } .teaser-box-color-brand-tertiary .teaser-box-category-marker { @@ -2720,6 +2714,7 @@ body.page-theme-color-quaternary form input[type='submit'] { .teaser-box-color-brand-tertiary .teaser-box-category-marker::after { content: url(../img/teaser-box-arrow-brand-tertiary.svg) !important; + } .teaser-box-color-brand-quaternary .teaser-box-category-marker { @@ -2751,7 +2746,7 @@ body.page-theme-color-primary .teaser-box-category-marker:hover { } body.page-theme-color-primary .teaser-box-category-marker::after { - content: url(../img/teaser-box-arrow-brand-primary.svg); + content: url(img/teaser-box-arrow-brand-primary.svg); } body.page-theme-color-secondary .teaser-box-image { @@ -2769,7 +2764,7 @@ body.page-theme-color-secondary .teaser-box-category-marker:hover { } body.page-theme-color-secondary .teaser-box-category-marker::after { - content: url(../img/teaser-box-arrow-brand-secondary.svg); + content: url(img/teaser-box-arrow-brand-secondary.svg); } body.page-theme-color-tertiary .teaser-box-image {