diff --git a/static/img/icons/daten.svg b/static/img/icons/daten.svg index c6d3de8..c915d43 100644 --- a/static/img/icons/daten.svg +++ b/static/img/icons/daten.svg @@ -60,7 +60,7 @@ id="layer1" transform="translate(0,-26.066785)"> - ? + style="font-size:430.296px;line-height:1.25;font-family:'Noto Sans';-inkscape-font-specification:'Noto Sans, Normal';letter-spacing:0px;word-spacing:0px;fill:#ffffff;stroke-width:2.24113"> + + diff --git a/static/img/icons/laptop.svg b/static/img/icons/laptop.svg index 4f74cd3..f592a5d 100644 --- a/static/img/icons/laptop.svg +++ b/static/img/icons/laptop.svg @@ -60,7 +60,7 @@ id="layer1" transform="translate(0,-26.066785)"> + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/static/img/logo_greyscale.svg b/static/img/logo_greyscale.svg deleted file mode 100644 index de311ae..0000000 --- a/static/img/logo_greyscale.svg +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/static/img/schaf.svg b/static/img/schaf.svg deleted file mode 100644 index 08183fb..0000000 --- a/static/img/schaf.svg +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/static/styles.css b/static/styles.css index 1c61bf3..3e89897 100644 --- a/static/styles.css +++ b/static/styles.css @@ -14,7 +14,7 @@ body { margin: 0; min-height: 100%; font-size: 20px; - font-family: Roboto, sans-serif; + font-family: Lato, Roboto, Noto, sans-serif; } header, main, footer { @@ -69,11 +69,12 @@ main { font-size: 1.3em; display: inline-flex; align-items: center; + font-weight: 600; } .header-nav { width: 100%; - background-color: #77bc65; + background-color: #65bb50; position: sticky; z-index: 100; top: 0; @@ -82,7 +83,7 @@ main { .header-contact { width: 100%; - background-color: #D6701C; + background-color: #DD8033; } a { @@ -106,8 +107,9 @@ a:hover { } .nav-img { - width: 100px; - height: 60px; + width: 2em; + height: 2em; + margin-right: 0.3em; } .lang-item { @@ -159,15 +161,19 @@ section:nth-child(even) { background-color: #F5F5F5; } -section > * { +.section-inner { max-width: 1000px; width: 100%; margin: auto; padding: 2.5em 0.5em; } +.section-inner > *:first-child { + margin-top: 0; +} + footer { - background: #77bc65; + background: #65bb50; padding: 2em 0.5em; box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.15); } diff --git a/templates/_base.html b/templates/_base.html index 40018c1..2c096f4 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -19,8 +19,8 @@