@charset "UTF-8";
/**
 * ---------------------------------------------------------------------------
 * zisoft.scss
 * Stylesheet
 *
 * Mario Zimmermann <mail@zisoft.de>
 * ---------------------------------------------------------------------------
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * ---------------------------------------------------------------------------
 * zisoft.scss
 * base
 *
 * Mario Zimmermann <mail@zisoft.de>
 * ---------------------------------------------------------------------------
 */
/**
 * ---------------------------------------------------------------------------
 * zisoft.scss
 * variables
 *
 * Mario Zimmermann <mail@zisoft.de>
 * ---------------------------------------------------------------------------
 */
:root {
  --base-font-family: "Open Sans", system-ui, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
  --font-stack-consolas: consolas, monaco, monospace;
  --base-font-size: 1em;
  --base-line-height: 1.5;
  --text-color: var(--nord3);
  --link-color: var(--nord11);
  --link-hover-color: var(--nord12);
  --header-textcolor: var(--nord3);
  --header-backgroundcolor: #fff;
  --footer-textcolor: var(--nord5);
  --footer-backgroundcolor: var(--nord2);
  --navbar-textcolor: var(--nord3);
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
  color: var(--text-color);
  background-color: #fff;
  hyphens: auto;
}
@media (width >= 90em) {
  body {
    font-size: calc(var(--base-font-size) * 1.1);
    line-height: calc(var(--base-line-height) * 1.1);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}

h1 {
  font-size: 2em;
  font-weight: 300;
}

h2 {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4em;
}
@media (width >= 48em) {
  h2 {
    font-size: 1.4em;
  }
}

h3 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.4em;
}

p {
  letter-spacing: 1;
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: var(--link-color);
  text-decoration: none;
  transition: color 150ms ease;
}
a:active, a:focus, a:hover {
  color: var(--link-hover-color);
}

pre,
code {
  background: var(--nord6);
  border-radius: 0.25em;
  border: 1px solid var(--nord4);
  font-family: var(--font-stack-consolas);
  font-size: 0.8em;
  padding: 0.1em 0.4em;
  white-space: pre-wrap;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

ul {
  list-style-type: disc;
}

/*
 * Copyright (c) 2016-present Arctic Ice Studio <development@arcticicestudio.com>
 * Copyright (c) 2016-present Sven Greb <code@svengreb.de>
 *
 * Project:    Nord
 * Version:    0.2.0
 * Repository: https://github.com/arcticicestudio/nord
 * License:    MIT
 * References:
 *   https://www.w3.org/TR/css-variables
 *   https://www.w3.org/TR/selectors/#root-pseudo
 *   https://drafts.csswg.org/css-variables
 *   https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables
 *   http://warpspire.com/kss
 *   https://github.com/kss-node/kss-node
 */
/*
An arctic, north-bluish color palette.
Created for the clean- and minimal flat design pattern to achieve a optimal focus and readability for code syntax
highlighting and UI.
It consists of a total of sixteen, carefully selected, dimmed pastel colors for a eye-comfortable, but yet colorful
ambiance.

Styleguide Nord
*/
:root {
  /*
  Base component color of "Polar Night".

  Used for texts, backgrounds, carets and structuring characters like curly- and square brackets.

  Markup:
  <div style="background-color:#2e3440; width=60; height=60"></div>

  Styleguide Nord - Polar Night
  */
  --nord0: #2e3440;
  /*
  Lighter shade color of the base component color.

  Used as a lighter background color for UI elements like status bars.

  Markup:
  <div style="background-color:#3b4252; width=60; height=60"></div>

  Styleguide Nord - Polar Night
  */
  --nord1: #3b4252;
  /*
  Lighter shade color of the base component color.

  Used as line highlighting in the editor.
  In the UI scope it may be used as selection- and highlight color.

  Markup:
  <div style="background-color:#434c5e; width=60; height=60"></div>

  Styleguide Nord - Polar Night
  */
  --nord2: #434c5e;
  /*
  Lighter shade color of the base component color.

  Used for comments, invisibles, indent- and wrap guide marker.
  In the UI scope used as pseudoclass color for disabled elements.

  Markup:
  <div style="background-color:#4c566a; width=60; height=60"></div>

  Styleguide Nord - Polar Night
  */
  --nord3: #4c566a;
  /*
  Base component color of "Snow Storm".

  Main color for text, variables, constants and attributes.
  In the UI scope used as semi-light background depending on the theme shading design.

  Markup:
  <div style="background-color:#d8dee9; width=60; height=60"></div>

  Styleguide Nord - Snow Storm
  */
  --nord4: #d8dee9;
  /*
  Lighter shade color of the base component color.

  Used as a lighter background color for UI elements like status bars.
  Used as semi-light background depending on the theme shading design.

  Markup:
  <div style="background-color:#e5e9f0; width=60; height=60"></div>

  Styleguide Nord - Snow Storm
  */
  --nord5: #e5e9f0;
  /*
  Lighter shade color of the base component color.

  Used for punctuations, carets and structuring characters like curly- and square brackets.
  In the UI scope used as background, selection- and highlight color depending on the theme shading design.

  Markup:
  <div style="background-color:#eceff4; width=60; height=60"></div>

  Styleguide Nord - Snow Storm
  */
  --nord6: #eceff4;
  /*
  Bluish core color.

  Used for classes, types and documentation tags.

  Markup:
  <div style="background-color:#8fbcbb; width=60; height=60"></div>

  Styleguide Nord - Frost
  */
  --nord7: #8fbcbb;
  /*
  Bluish core accent color.

  Represents the accent color of the color palette.
  Main color for primary UI elements and methods/functions.

  Can be used for
    - Markup quotes
    - Markup link URLs

  Markup:
  <div style="background-color:#88c0d0; width=60; height=60"></div>

  Styleguide Nord - Frost
  */
  --nord8: #88c0d0;
  /*
  Bluish core color.

  Used for language-specific syntactic/reserved support characters and keywords, operators, tags, units and
  punctuations like (semi)colons,commas and braces.

  Markup:
  <div style="background-color:#81a1c1; width=60; height=60"></div>

  Styleguide Nord - Frost
  */
  --nord9: #81a1c1;
  /*
  Bluish core color.

  Used for markup doctypes, import/include/require statements, pre-processor statements and at-rules (`@`).

  Markup:
  <div style="background-color:#5e81ac; width=60; height=60"></div>

  Styleguide Nord - Frost
  */
  --nord10: #5e81ac;
  /*
  Colorful component color.

  Used for errors, git/diff deletion and linter marker.

  Markup:
  <div style="background-color:#bf616a; width=60; height=60"></div>

  Styleguide Nord - Aurora
  */
  --nord11: #bf616a;
  /*
  Colorful component color.

  Used for annotations.

  Markup:
  <div style="background-color:#d08770; width=60; height=60"></div>

  Styleguide Nord - Aurora
  */
  --nord12: #d08770;
  /*
  Colorful component color.

  Used for escape characters, regular expressions and markup entities.
  In the UI scope used for warnings and git/diff renamings.

  Markup:
  <div style="background-color:#ebcb8b; width=60; height=60"></div>

  Styleguide Nord - Aurora
  */
  --nord13: #ebcb8b;
  /*
  Colorful component color.

  Main color for strings and attribute values.
  In the UI scope used for git/diff additions and success visualizations.

  Markup:
  <div style="background-color:#a3be8c; width=60; height=60"></div>

  Styleguide Nord - Aurora
  */
  --nord14: #a3be8c;
  /*
  Colorful component color.

  Used for numbers.

  Markup:
  <div style="background-color:#b48ead; width=60; height=60"></div>

  Styleguide Nord - Aurora
  */
  --nord15: #b48ead;
}

/**
 * ---------------------------------------------------------------------------
 * zisoft.scss
 * base
 *
 * Mario Zimmermann <mail@zisoft.de>
 * ---------------------------------------------------------------------------
 */
/**
 * ---------------------------------------------------------------------------
 * zisoft.scss
 * base
 *
 * Mario Zimmermann <mail@zisoft.de>
 * ---------------------------------------------------------------------------
 */
/**
 * ---------------------------------------------------------------------------
 * zisoft.scss
 * layout
 *
 * Mario Zimmermann <mail@zisoft.de>
 * ---------------------------------------------------------------------------
 */
html,
body {
  height: 100%;
}

@media (width >= 48em) {
  body {
    display: flex;
    flex-direction: column;
  }
}

.container, .content {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.5em;
}
@media (width >= 48em) {
  .container, .content {
    width: 48em;
  }
}
@media (width >= 64em) {
  .container, .content {
    width: 60em;
  }
}
@media (width >= 120em) {
  .container, .content {
    width: 72em;
  }
}

header.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0.2em;
  z-index: 1000;
  color: var(--header-textcolor);
  background-color: var(--header-backgroundcolor);
  border-bottom: 1px solid var(--nord4);
}

footer.site-footer {
  flex-shrink: 0;
  padding: 1em 0;
  margin-top: 0.5rem;
  color: var(--footer-textcolor);
  background-color: var(--footer-backgroundcolor);
}
footer.site-footer a {
  color: inherit;
  text-decoration: none;
}
footer.site-footer a:hover {
  color: var(--link-hover-color);
}
footer.site-footer a.socialmedia > span > i:nth-child(2) {
  color: var(--text-color);
}
footer.site-footer a.socialmedia > span > i:nth-child(2) > svg {
  width: 12px;
  position: relative;
  top: 2px;
}
footer.site-footer div.gallery ul {
  align-items: center;
}
@media (width >= 48em) {
  footer.site-footer div.gallery ul > li {
    font-size: 0.8em;
    margin-bottom: 0;
  }
  footer.site-footer div.gallery ul > li:nth-child(2) {
    text-align: center;
  }
  footer.site-footer div.gallery ul > li:nth-child(3) {
    text-align: right;
  }
}

.content,
.sidebar-content,
.fullwidth {
  margin-top: 3.5em;
}
@media (width >= 48em) {
  .content,
  .sidebar-content,
  .fullwidth {
    margin-top: 5em;
  }
}

.content,
.sidebar-content {
  flex: 1 0 auto;
  max-width: 88em;
  margin-left: auto;
  margin-right: auto;
}

@media (width >= 48em) {
  .sidebar-content {
    display: flex;
  }
}
.sidebar-content aside {
  padding: 0.5em;
  flex: 0 0 100%;
}
.sidebar-content main {
  padding: 0.5em;
  flex: 0 0 100%;
  max-width: 64em;
}
@media (width >= 48em) {
  .sidebar-content aside {
    flex: 0 0 18em;
    position: sticky;
    top: 5em;
    height: calc(100vh - 12em); /* header und footer abziehen */
    overflow-y: auto;
  }
  .sidebar-content main {
    flex: 1 1 auto;
  }
}

div.gallery > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: wrap;
}
div.gallery > ul > li {
  flex: 1 1 100%;
  margin-bottom: 0.5em;
}
div.gallery > ul > li img {
  max-width: 100%;
  height: auto;
}
@media (width >= 48em) {
  div.gallery > ul > li {
    flex: 1 1 45%;
  }
  div.gallery > ul > li:nth-child(2n+1) {
    margin-right: 0.8em;
  }
}
@media (width >= 48em) {
  div.gallery.gallery-3 > ul > li {
    flex: 1 1 30%;
    margin-right: 0.8em;
  }
  div.gallery.gallery-3 > ul > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (width >= 48em) {
  div.gallery.gallery-4 > ul > li {
    margin-right: 0.8em;
    flex: 1 1 45%;
  }
  div.gallery.gallery-4 > ul > li:nth-child(4n) {
    margin-right: 0;
  }
}
@media (width >= 64em) {
  div.gallery.gallery-4 > ul > li {
    flex: 1 1 22%;
  }
}

/**
 * ---------------------------------------------------------------------------
 * zisoft.scss
 * base
 *
 * Mario Zimmermann <mail@zisoft.de>
 * ---------------------------------------------------------------------------
 */
/**
 * ---------------------------------------------------------------------------
 * zisoft.scss
 * navigation
 *
 * Mario Zimmermann <mail@zisoft.de>
 * ---------------------------------------------------------------------------
 */
ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.menu.sidenav > li > a {
  display: block;
  text-decoration: none;
  color: var(--navbar-textcolor);
  margin-left: 1.1em;
  padding: 0.2em 0 0.2em 0.3em;
  hyphens: none;
}
ul.menu.sidenav > li > a:hover {
  text-decoration: none;
  color: var(--nord11);
}
ul.menu.sidenav > li.active > a {
  color: var(--nord0);
  font-weight: bold;
}
ul.menu.sidenav > li.active > a::before {
  display: inline-block;
  margin-left: -1.1em;
  width: 1.1em;
  font-family: FontAwesome, sans-serif;
  color: #c00;
  content: "\f054";
}
ul.menu.topnav {
  margin: 0 -0.2em;
  background-color: var(--header-backgroundcolor);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease;
}
ul.menu.topnav.is-open {
  max-height: 30rem;
}
ul.menu.topnav > li {
  display: block;
  text-align: center;
  padding: 0.4em 0;
}
@media (width >= 48em) {
  ul.menu.topnav > li {
    display: inline-block;
    padding: 0 1em;
  }
}
ul.menu.topnav > li > a {
  color: var(--navbar-textcolor);
}
ul.menu.topnav > li > a:hover {
  color: var(--nord11);
  background-color: var(--header-backgroundcolor);
}
ul.menu.topnav > li.active > a {
  font-weight: bold;
  color: var(--nord2);
}
@media (width >= 48em) {
  ul.menu.topnav {
    max-height: none;
    overflow: visible;
    transition: none;
  }
}

/**
 * ---------------------------------------------------------------------------
 * Previous/Next Navigation
*/
ul.prevnext {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
  border-top: 1px solid var(--nord4);
  display: flex;
}
ul.prevnext > li {
  flex: 1 1 auto;
}
ul.prevnext > li:nth-child(1) {
  padding-right: 1em;
}
ul.prevnext > li:nth-child(2) {
  padding-left: 1em;
  text-align: right;
}

#topnav-toggle {
  display: inline-block;
  position: absolute;
  right: 1.5em;
  top: 1em;
  font-size: 120%;
}
@media (width >= 48em) {
  #topnav-toggle {
    display: none;
  }
}

/**
 * ---------------------------------------------------------------------------
 * Breadcrumbs
*/
.breadcrumb {
  margin-bottom: 1rem;
  list-style: none;
  padding: 0;
  font-size: 0.8em;
}

.breadcrumb-item {
  display: inline-block;
  /* Separator */
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block; /* Suppress underlining of the separator in modern browsers */
  padding-right: 0.4rem;
  padding-left: 0.4rem;
  color: hsl(220, 16%, 40%);
  content: ">";
}
.breadcrumb-item.active {
  color: hsl(220, 16%, 40%);
}

/**
 * ---------------------------------------------------------------------------
 * zisoft.scss
 * base
 *
 * Mario Zimmermann <mail@zisoft.de>
 * ---------------------------------------------------------------------------
 */
/**
 * ---------------------------------------------------------------------------
 * zisoft.scss
 * base definitions
 *
 * Mario Zimmermann <mail@zisoft.de>
 * ---------------------------------------------------------------------------
 */
/**
 * ---------------------------------------------------------------------------
 */
.no-hyphens {
  hyphens: none;
}

.center-text {
  text-align: center;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alternate {
  background: linear-gradient(to bottom, var(--nord6), #fff);
  padding: 0.2em 0;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio */
  padding-top: 0;
  margin-bottom: 1em;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * ---------------------------------------------------------------------------
 * Parallax-Effekt
 */
.parallax {
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto 1.25em auto;
  position: relative;
  color: #fff;
  top: -0.6em;
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (width >= 48em) {
  .parallax {
    background-attachment: fixed;
  }
}
.parallax > div {
  margin: 0 0 2em 1.5em;
}
.parallax .header1 {
  font-weight: 300;
  line-height: 1;
  font-size: 2em;
}
@media (width >= 64em) {
  .parallax .header1 {
    font-size: 3em;
  }
}
.parallax .header2 {
  font-weight: 300;
  font-size: 1.125em;
}
@media (width >= 64em) {
  .parallax .header2 {
    font-size: 1.5em;
  }
}

/**
 * ---------------------------------------------------------------------------
 * zisoft.scss
 * base
 *
 * Mario Zimmermann <mail@zisoft.de>
 * ---------------------------------------------------------------------------
 */
/**
 * ---------------------------------------------------------------------------
 * zisoft.scss
 * 404 Error-Seite
 *
 * Mario Zimmermann <mail@zisoft.de>
 * ---------------------------------------------------------------------------
 */
.e404-title,
.e404-subtitle {
  line-height: 1;
  text-align: center;
  color: hsl(220, 16%, 40%);
  color: var(--nord12);
}

.e404-title {
  font-size: 7em;
  color: var(--nord11);
}
@media (width >= 48em) {
  .e404-title {
    font-size: 10em;
  }
}

.e404-subtitle {
  font-variant: small-caps;
  font-size: 1.5em;
}
@media (width >= 48em) {
  .e404-subtitle {
    font-size: 2.5em;
    margin-top: 1em;
  }
}

.e404-content {
  text-align: center;
  margin: 2em 0;
}
@media (width >= 48em) {
  .e404-content {
    font-size: 1.5em;
  }
}

/**
 * ---------------------------------------------------------------------------
 * zisoft.scss
 * base
 *
 * Mario Zimmermann <mail@zisoft.de>
 * ---------------------------------------------------------------------------
 */
/**
 * ---------------------------------------------------------------------------
 * zisoft.scss
 * modules
 *
 * Mario Zimmermann <mail@zisoft.de>
 * ---------------------------------------------------------------------------
 */
/**
 * ---------------------------------------------------------------------------
 * Flashes
 * ---------------------------------------------------------------------------
 */
.flash-alert {
  --base-spacing: 0.75em;
  background-color: hsl(52, 100%, 87%);
  margin-bottom: var(--base-spacing);
  border: 1px solid hsl(42, 100%, 77%);
  border-radius: 0.25em;
}
.flash-alert > div:nth-child(1) {
  padding: 0.1em 0.5em;
  font-weight: bold;
  background-color: hsl(52, 100%, 80%);
}
.flash-alert > div:nth-child(2) {
  padding: 0.1em 0.5em;
}
.flash-alert a {
  color: hsl(52, 100%, 47%);
  text-decoration: underline;
}
.flash-alert a:focus, .flash-alert a:hover {
  color: hsl(52, 100%, 42%);
}

.flash-error {
  --base-spacing: 0.75em;
  background-color: hsl(357, 75%, 94%);
  margin-bottom: var(--base-spacing);
  border: 1px solid hsl(347, 75%, 84%);
  border-radius: 0.25em;
}
.flash-error > div:nth-child(1) {
  padding: 0.1em 0.5em;
  font-weight: bold;
  background-color: hsl(357, 75%, 87%);
}
.flash-error > div:nth-child(2) {
  padding: 0.1em 0.5em;
}
.flash-error a {
  color: hsl(357, 75%, 54%);
  text-decoration: underline;
}
.flash-error a:focus, .flash-error a:hover {
  color: hsl(357, 75%, 49%);
}

.flash-notice {
  --base-spacing: 0.75em;
  background-color: hsl(215, 58%, 94%);
  margin-bottom: var(--base-spacing);
  border: 1px solid hsl(205, 58%, 84%);
  border-radius: 0.25em;
}
.flash-notice > div:nth-child(1) {
  padding: 0.1em 0.5em;
  font-weight: bold;
  background-color: hsl(215, 58%, 87%);
}
.flash-notice > div:nth-child(2) {
  padding: 0.1em 0.5em;
}
.flash-notice a {
  color: hsl(215, 58%, 54%);
  text-decoration: underline;
}
.flash-notice a:focus, .flash-notice a:hover {
  color: hsl(215, 58%, 49%);
}

.flash-success {
  --base-spacing: 0.75em;
  background-color: hsl(72, 58%, 85%);
  margin-bottom: var(--base-spacing);
  border: 1px solid hsl(62, 58%, 75%);
  border-radius: 0.25em;
}
.flash-success > div:nth-child(1) {
  padding: 0.1em 0.5em;
  font-weight: bold;
  background-color: hsl(72, 58%, 78%);
}
.flash-success > div:nth-child(2) {
  padding: 0.1em 0.5em;
}
.flash-success a {
  color: hsl(72, 58%, 45%);
  text-decoration: underline;
}
.flash-success a:focus, .flash-success a:hover {
  color: hsl(72, 58%, 40%);
}

/**
 * ---------------------------------------------------------------------------
 * Short article, für Überschrift und Kurzbeschreibung
 */
.sa {
  padding: 1em 0;
}

.sa-header {
  font-weight: 700;
  font-size: 1.2em;
}

/**
 * ---------------------------------------------------------------------------
 * Textblock mit Icon
 */
.icon-text {
  display: flex;
}
.icon-text img.icon {
  padding: 0 1em 1em 0;
  max-width: 10em;
  height: auto;
}

/**
 * ---------------------------------------------------------------------------
 * ios-app
 */
.ios-app {
  text-align: center;
  margin-bottom: 2em;
}

.ios-app-title {
  font-size: 120%;
  font-weight: bold;
}

/**
 * ---------------------------------------------------------------------------
 * Article Widget für die newest pages auf der Startseite
 */
.aw {
  padding: 0.5em 0;
}

.aw-title {
  font-size: 1.25em;
  line-height: 1.1;
  font-weight: 400;
}

.aw-date {
  font-size: 0.7em;
  margin-bottom: 0.4em;
  color: #888;
}

.aw-thumb-content {
  display: flex;
}

.aw-thumbnail {
  flex: 0 0 10em;
  height: auto;
  margin-right: 0.5em;
}

.aw-readon {
  font-size: 80%;
  margin-top: 0.2em;
}

/**
 * ---------------------------------------------------------------------------
 * Keyboard-Taste
 */
.key {
  display: inline-block;
  padding: 0 0.3em;
  margin-right: 0.25em;
  border: 1px solid var(--nord4);
  border-radius: 0.18em;
  background-color: var(--nord6);
  text-align: center;
}

.about {
  margin-top: 1em;
}
.about a {
  color: var(--text-color);
  text-decoration: none;
}
.about a:active, .about a:focus, .about a:hover {
  color: var(--link-hover-color);
}
.about img.logo {
  height: 12px;
}

/**
 * ---------------------------------------------------------------------------
 * Float-Images
 */
.float-left {
  float: left;
  width: 40%;
  margin-right: 0.5em;
}

.float-right {
  float: right;
  width: 40%;
  margin-right: 0.5em;
}
