/*
Theme Name: Netjutant
Author: Peter Schnoor
Author URI: https://www.netjutant.com
Description: Theme für Netjutant
Tags: accessibility-ready
Version: 2024
Requires PHP: 7.4
Text Domain: netjutant

© 2023 Netjutant
*/
/* signika-negative-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/signika-negative-v25-latin-300.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/signika-negative-v25-latin-300.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/fonts/signika-negative-v25-latin-300.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/signika-negative-v25-latin-300.woff') format('woff'),
    /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('/fonts/signika-negative-v25-latin-300.ttf') format('truetype'),
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('/fonts/signika-negative-v25-latin-300.svg#SignikaNegative') format('svg');
  /* Legacy iOS */
}

/* signika-negative-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/signika-negative-v25-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/signika-negative-v25-latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/fonts/signika-negative-v25-latin-regular.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/signika-negative-v25-latin-regular.woff') format('woff'),
    /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('/fonts/signika-negative-v25-latin-regular.ttf') format('truetype'),
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('/fonts/signika-negative-v25-latin-regular.svg#SignikaNegative') format('svg');
  /* Legacy iOS */
}

/* signika-negative-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/signika-negative-v25-latin-500.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/signika-negative-v25-latin-500.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/fonts/signika-negative-v25-latin-500.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/signika-negative-v25-latin-500.woff') format('woff'),
    /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('/fonts/signika-negative-v25-latin-500.ttf') format('truetype'),
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('/fonts/signika-negative-v25-latin-500.svg#SignikaNegative') format('svg');
  /* Legacy iOS */
}

/* signika-negative-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Signika Negative';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/signika-negative-v25-latin-600.eot');
  /* IE9 Compat Modes */
  src: url('/fonts/signika-negative-v25-latin-600.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/fonts/signika-negative-v25-latin-600.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    url('/fonts/signika-negative-v25-latin-600.woff') format('woff'),
    /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
    url('/fonts/signika-negative-v25-latin-600.ttf') format('truetype'),
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
    url('/fonts/signika-negative-v25-latin-600.svg#SignikaNegative') format('svg');
  /* Legacy iOS */
}

:root {
  --bg-color: #ffffff;
  --bg-secondary-color: #f3f3f6;
  --color-primary: #053b55;
  --color-primary-dark: #032435;
  --color-secondary: #b72f1c;
  /*#6ea78e*/
  --color-secondary-light: #ececec;
  /**/
  --color-lightGrey: #dddcd6;
  --color-grey: #747681;
  --color-darkGrey: #3f4144;
  --color-accent: #b55d23;
  --color-error: #d43939;
  --color-success: #28bd14;
  --grid-maxWidth: 100%;
  --grid-gutter: 4rem;
  --grid-gutter-half: 2rem;
  --font-size: 1.2em;
  --font-color: #333333;
  --font-family-sans: "Signika Negative", -apple-system, BlinkMacSystemFont, Avenir,
    "Avenir Next", "Segoe UI", "Plus Jakarta Sans", "Oxygen", "Ubuntu",
    "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --font-family-mono: monaco, "Consolas", "Lucida Console", monospace;
}

.has-primary-color,
.has-primary-color.has-text-color * {
  color: var(--color-primary) !important;
}

.has-secondary-color,
.has-secondary-color.has-text-color * {
  color: var(--color-secondary) !important;
}

.has-lightgrey-color,
.has-lightgrey-color.has-text-color * {
  color: var(--color-lightGrey);
}

.has-darkgrey-color,
.has-darkgrey-color.has-text-color * {
  color: var(--color-darkGrey);
}

.has-weiss-color,
.has-weiss-color.has-text-color * {
  color: var(--bg-color) !important;
}

.has-accent-color,
.has-accent-color.has-text-color * {
  color: var(--color-accent);
}

.has-primary-background-color {
  background-color: var(--color-primary);
}

.has-secondary-background-color {
  background-color: var(--color-secondary);
}

.has-secondary-light-background-color {
  background-color: var(--color-secondary-light) !important;
}

.has-lightgrey-background-color {
  background-color: var(--color-lightGrey) !important;
}

.has-darkgrey-background-color {
  background-color: var(--color-darkGrey);
}

.has-weiss-background-color {
  background-color: var(--bg-color) !important;
}

.has-accent-background-color {
  background-color: var(--color-accent);
}

html {
  box-sizing: border-box;
  font-size: 100%;
  line-height: 1.7;
  letter-spacing: 0cap;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-lightGrey) var(--bg-primary);
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: var(--bg-primary);
}

*::-webkit-scrollbar-thumb {
  background: var(--color-lightGrey);
}

body {
  font-size: var(--font-size);
  color: var(--font-color);
  font-family: var(--font-family-sans);
  font-weight: 300;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body::-webkit-scrollbar, .skip-link {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding-top: 0.2em;
  /* text-transform: uppercase; */
  font-weight: 400;
  /* font-weight: 500; */
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  padding: 1.2em 0 0.4em;
}

h1 {
  font-size: 1em;
}

.home h1 {
  font-size: 0.5em;
  font-weight: 500;
  hyphens: auto;
  position: absolute;
  top: -1em;
  padding: 2px 14px;
  border-radius: 1em;
  background-color: var(--color-secondary);
  display: inline-block;
  margin: 0 5px 0.7em 0;
  text-transform: none;
}

h2 {
  font-size: 1.9em;
  padding-top: 0;
  padding-bottom: 1em;
  color: var(--color-primary);
  line-height: 1.2em
    /*font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif;*/
}

h3 {
  padding-top: 1em;
  padding-bottom: 0.5em;
  font-size: 1.2em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.is-position-bottom-center h3,
.is-position-bottom-center h2,
.bannerbild h1 {
  text-shadow: 0px 0px 4px #000;
}

label h3, li h3 {
  padding: 0 0;
}

h4 {
  font-size: 1.25em;
  font-weight: 200;
}

h5 {
  font-size: 1em;
  font-weight: 200;
}

h6 {
  font-size: 0.85em;
  font-weight: 200;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover:not(.button) {
  text-decoration: underline;
  opacity: 0.9;
  /* text-shadow: 1px 1px 1px var(--color-primary); */
}

p {
  margin-top: 0;
}

ul,
ul * {
  text-align: left;
}

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

.copyright {
  font-size: 0.6em;
  font-style: italic;
}

.text-larger, .text-large {
  font-size: 1.3em;
}

.text-normal {
  font-size: inherit;
}

.text-smaller {
  font-size: 0.9em;
}

@media (min-width: 800px) {
  * {
    text-align: left;
  }

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

  .text-larger {
    font-size: 1.3em;
  }

  .text-large {
    font-size: 1.6em;
  }
}

.has-text-shadow {
  text-shadow: #000 1px 0 10px;
}

.entry-content * {
  line-height: 1.4;
}

.wrap {
  word-break: normal;
  hyphens: auto;
  /* Automatische Silbentrennung */
  overflow-wrap: break-word;
  /* Wörter werden umgebrochen, wenn sie zu lang sind */
  /* Normales Wortbrechverhalten */
}

blockquote {
  padding: 1.5rem 0;
}

blockquote p {
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.2;
  hyphens: auto;
  font-size: 2em;
}

@media (max-width: 500px) {
  blockquote p {
    font-size: 1.2em;
  }
}

strong {
  font-weight: 500;
}

dl dt {
  font-weight: bold;
}

hr {
  background-color: var(--color-lightGrey);
  height: 1px;
  margin: 1rem 0;
}

table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

table.striped tr:nth-of-type(2n) {
  background-color: var(--bg-secondary-color);
}

td,
th {
  vertical-align: middle;
  padding: 1.2rem 0.4rem;
}

thead {
  border-bottom: 2px solid var(--color-lightGrey);
}

tfoot {
  border-top: 2px solid var(--color-lightGrey);
}

code,
kbd,
pre,
samp,
tt {
  font-family: var(--font-family-mono);
}

code,
kbd {
  padding: 0 0.4rem;
  font-size: 90%;
  white-space: pre-wrap;
  border-radius: 4px;
  padding: 0.2em 0.4em;
  background-color: var(--bg-secondary-color);
  color: var(--color-error);
}

pre {
  background-color: var(--bg-secondary-color);
  font-size: 1em;
  padding: 1rem;
  overflow-x: auto;
}

pre code {
  background: none;
  padding: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

img {
  max-width: 100%;
  height: auto;
}

figcaption {
  font-size: 0.8em;
}

fieldset {
  border: 1px solid var(--color-lightGrey);
}

.lang-pill {
  color: var(--color-secondary);
  border: 1px var(--color-secondary) solid;
  border-radius: 2px;
  font-size: 0.8em;
  font-weight: 500;
  padding: 1px 3px;
}

video {
  max-width: 100%;
  height: auto;
}

/* Grid */
.container {
  margin: 0 20px;
  width: auto;
  padding: 0;
}

.alignfull {
  width: 100vw;
  margin: calc(50% - 50vw);
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 2rem 20px;
  box-sizing: border-box;
  position: relative;
}

.alignwide {
  width: calc(100vw - 8vw);
  margin: calc(50% - 50vw + 4vw);
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 25px;
}

@media (min-width: 1300px) {
  .container {
    margin: 0 45px;
    width: auto;
    padding: 0;
  }

  .alignfull {
    width: 100vw;
    margin: calc(50% - 50vw);
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 2rem 20vw;
    box-sizing: border-box;
  }

  .alignwide {
    width: calc(100vw - 8vw);
    margin: calc(50% - 50vw + 4vw);
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0 4vw;
    box-sizing: border-box;
    border-radius: 25px;
  }
}

@media (min-width: 1300px) {
  .container {
    margin: 0 20vw;
  }

  .alignwide {
    padding: 0 16vw;
  }

  .alignwide.smallerpadding {
    padding: 0 10vw;
  }
}

.nopadding {
  padding: 0;
}

.padding10 {
  padding: 10px;
}

.roundedges {
  border-radius: 15px;
}

.columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: var(--grid-gutter-half);
  flex-wrap: wrap;
  width: 100%;
}

.c25, .c33,
.c50,
.c66,
.c75,
.column {
  width: 100%;
}

@media (min-width: 700px) {
  .column {
    width: calc(50% - var(--grid-gutter-half));
  }

  .c25 {
    width: calc(25% - var(--grid-gutter-half));
  }

  .c33 {
    width: calc(33% - var(--grid-gutter-half));
  }

  .c50 {
    width: calc(50% - var(--grid-gutter-half));
  }

  .c66 {
    width: calc(66% - var(--grid-gutter-half));
  }

  .c75 {
    width: calc(75% - var(--grid-gutter-half));
  }
}

@media (min-width: 900px) {
  .column {
    width: calc(20% - var(--grid-gutter-half));
  }

  .c25 {
    width: calc(25% - var(--grid-gutter-half));
  }

  .c33 {
    width: calc(33% - var(--grid-gutter-half));
  }

  .c50 {
    width: calc(50% - var(--grid-gutter-half));
  }

  .c66 {
    width: calc(66% - var(--grid-gutter-half));
  }

  .c75 {
    width: calc(75% - var(--grid-gutter-half));
  }
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex.align-center {
  align-items: center;
}

.flex.vertical-middle {
  justify-content: center;
}

.grid {
  display: grid;
  gap: var(--grid-gutter-half);
  grid-template-columns: repeat(1, 1fr);
  width: 100%;
}

@media screen and (min-width: 470px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (min-width: 1200px) {
  .grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.grid object {
  height: 4em;
  display: block;
  padding-bottom: 10px;
}

.grid.services p {
  margin-top: 10px;
}

/* Blöcke */
.block {
  background: var(--color-secondary);
  padding: 20px 10px;
  text-align: center;
  font-size: 0.8em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  flex-wrap: wrap;
  gap: 4px;
}

.block object, .themenblock object {
  height: 1.8em;
}

.themenblock object {
  float: left;
  margin-right: 0.5em
}

.themenblock h3 {
  padding-top: 0px;
}

.block h3, .block strong {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.1em;
  padding-left: 10px;
}

.block ul {
  width: 100%;
}

a.block:hover {
  text-decoration: none;
}

.cover {
  display: flex;
  align-items: center;
  background-position: 50%;
  justify-content: left;
  overflow: clip;
  position: relative;
}

.cover-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: #fff
}

.cover-image-background img {
  border: none;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  object-position: right top;
}

.cover-inner-container {
  width: 100%;
}

.arch-fff-bottom::after {
  content: "";
  height: 5vw;
  width: 100vw;
  background-image: url(/images/arch-bottom.svg);
  background-size: cover;
  background-position: top;
  position: absolute;
  bottom: -1px;
  z-index: 3;
}

.header {
  min-height: 50vh;
}

.hero {
  min-height: 90vh;
}

.hero .cover-background {
  background: #fff;
  background-size: cover !important;
  background-position: left top !important;
}

.hero .cover-inner-container {
  z-index: 4;
  width: 100%;
}

@media (min-width: 900px) {
  .hero .cover-inner-container {
    width: 60%;
  }
}

.hero.box {
  min-height: 40vh
}

.hero-text {
  font-size: 2.2em;
  padding: 20px 60px 20px 20vw;
  /* background: linear-gradient(to bottom right, var(--color-primary-dark), var(--color-primary)); */
  background: var(--color-primary);
  color: #fff;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
  /* font-weight: 700; */
  /* text-shadow: 3px 3px 20px #000; */
}

@media (max-width: 300px) {
  .hero-text {
    padding-top: 0px;
  }
}

.hero ul {
  padding-left: 0;
}

.accordion {
  /* max-width: 400px; */
  margin: 0 auto;
  /* border: 1px solid #ccc; */
}

.accordion h3 {
  padding-top: 0;
  font-size: 1em;
}

.accordion-item label {
  display: block;
  cursor: pointer;
  font-size: 1.4em;
  color: var(--color-accent);
  font-weight: 500;
  padding-left: 40px;
  margin-top: 0.5em;
  hyphens: auto;
}

.accordion-item:first-of-type label {
  margin-top: 0;
}

.accordion-item input[type="checkbox"] {
  display: none;
}

.accordion-item .content {
  display: none;
  padding: 10px;
}

.accordion-item input[type="checkbox"] + label::before, .accordion-item input[type="checkbox"] + h3 label::before {
  content: "»";
  margin-right: 20px;
  margin-left: -40px;
  display: inline-block;
  transition: transform 0.3s ease;
  font-size: 1.2em;
  line-height: 1.1;
  position: absolute;
}

.accordion-item input[type="checkbox"]:checked + label::before, .accordion-item input[type="checkbox"]:checked + h3 label::before {
  transform: rotate(55deg);
}

.accordion-item input[type="checkbox"]:checked ~ .content {
  display: block;
}

/* ------------------------------------------------------------------*/
/* Formular
/* ------------------------------------------------------------------*/
form.kontaktformular {
  background: var(--color-lightGrey);
  padding: 1.5em;
  border-radius: 8px;
  color: var(--color-primary-dark);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.kontaktformular label {
  display: block;
  margin-bottom: 0.3em;
}

.kontaktformular input, .kontaktformular textarea {
  width: 100%;
  padding: 0.75em;
  margin-bottom: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.kontaktformular .error {
  color: var(--color-error);
  font-size: 0.9em;
  margin-top: -0.8em;
  margin-bottom: 0.8em;
}

/* Honeypot verstecken */
.kontaktformular .website {
  display: none;
}

/* ------------------------------------------------------------------*/
/* Projektspezifisch
/* ------------------------------------------------------------------*/
/* Konsole */
.konsole {
  display: none;
}

@media (min-width: 740px) {
  .konsole {
    background-color: var(--color-secondary-light);
    font-size: 0.8em;
    color: var(--color-primary-dark);
    padding: 0.5em 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    word-break: keep-all;
  }

  .konsole a {
    color: var(--color-secondary);
  }
}

/* Header */
#header {
  position: relative;
  /* Background: #fff; */
  height: 180px;
}

#header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  flex-wrap: nowrap;
}

/* #header .container >* {
  min-width: 55px;
} */
.logo {
  /* margin: 4vw auto; */
  display: block;
}

.logo picture, .logo img {
  width: calc(100% - 70px);
  max-width: 300px;
}

/* Content */
/*Footer */
#footer {
  background: var(--color-primary-dark);
  margin: 0;
  padding: 2vw 0;
  position: relative;
  color: #0099aa;
  font-size: 0.8em;
}

#footer li {
  list-style: none;
}

#footer a {
  color: #0099aa;
}

.gewaehrleistung {
  display: none;
  position: absolute;
  left: 40px;
  top: 0px;
}

@media (min-width: 600px) {
  .gewaehrleistung {
    display: block;
  }
}

.gewaehrleistung img {
  max-height: 140px;
}

#copyright .container {
  text-align: right;
  font-size: 0.7em;
  margin-top: 2px;
  margin-bottom: 2px;
  color: var(--color-primary);
}

/* Scroll-to-Top-Button */
button#scrollToTopButton {
  display: none;
  position: fixed;
  bottom: 3.6vw;
  right: 2vw;
  color: var(--color-secondary);
  background-color: transparent;
  border: none;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 80px;
  cursor: pointer;
  border-radius: 0;
  padding: 0px;
  z-index: 22;
  transform: rotate(270deg);
}

button#scrollToTopButton:hover {
  color: var(--color-accent);
}

/* Forms */
.button,
[type="button"],
[type="reset"],
[type="submit"],
button {
  padding: 0.7em 1.2em;
  color: #fff;
  background: var(--color-secondary);
  border: 1px solid transparent;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  transition: opacity 0.2s ease;
  text-decoration: none;
  transform: scale(1);
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  border-radius: 5px;
}

.button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover,
button:hover {
  opacity: 0.8;
  background-color: var(--color-primary);
}

.button.flat {
  display: inline;
  padding: 0px;
  line-height: 1;
}

/* Blog */
.bloginfos {
  color: var(--color-secondary);
  font-size: 0.8em;
  display: block;
  width: 100%;
}

.bloginfos .datum {
  font-weight: 500;
  color: #fff;
}

.blogteaser {
  font-weight: 500;
  color: var(--color-primary)
}

.grid-item {
  background-color: var(--color-lightGrey);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.grid-item img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.grid-item .grid-item-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}

.grid-item h2 {
  font-size: 1.5em;
  padding-top: 0.5em;
}

.grid-item .datum {
  font-size: 0.8em;
  font-weight: 500;
  color: var(--color-accent)
}

/* ------------------------------------------------------------------*/
/* Navigation nur CSS
/* ------------------------------------------------------------------*/
.nav {
  display: flex;
  min-height: 5rem;
  align-items: stretch;
}

.nav img {
  max-height: 3rem;
}

.nav > .container {
  display: flex;
}

.nav-center,
.nav-left,
.nav-right {
  display: flex;
  flex: 1;
}

.nav-left {
  justify-content: flex-start;
}

.nav-right {
  justify-content: flex-end;
}

.nav-center {
  justify-content: center;
}

@media screen and (max-width: 480px) {

  .nav,
  .nav > .container {
    flex-direction: column;
  }

  .nav-center,
  .nav-left,
  .nav-right {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.nav a,
.nav .brand {
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  color: var(--color-darkGrey);
}

.nav [aria-current="page"]:not(.button),
.nav .active:not(.button) {
  color: #000;
  /* fallback */
  color: var(--color-primary);
}

.nav .brand {
  font-size: 1.75em;
  padding-top: 0;
  padding-bottom: 0;
}

.nav .brand img {
  padding-right: 1rem;
}

.nav .button {
  margin: auto 1rem;
}

/* ------------------------------------------------------------------*/
/* Navigation nur CSS
/* ------------------------------------------------------------------*/
.menublock {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.navigation {
  width: 55px;
  box-sizing: border-box;
}

.navigation input {
  display: none;
}

.navigation nav {
  position: relative;
}

.navigation nav::after,
.navigation nav::before {
  content: "";
  position: absolute;
  top: -25px;
  right: 0;
  width: 50px;
  height: 50px;
  background-size: 55px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 20;
}

.navigation nav::before {
  background-image: url(../images/icons/menu.svg);
}

.navigation nav::after {
  background-image: url(../images/icons/close.svg);
  opacity: 0;
}

.navigation input:checked ~ label nav::before {
  opacity: 0;
}

.navigation input:checked ~ label nav::after {
  opacity: 1;
}

.navigation nav > ul {
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: var(--color-primary-dark);
  opacity: 1;
  transition: visibility 0s, opacity 0.5s linear;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  transition: visibility 0s, opacity 0.5s linear;
  padding: 0 20px;
  z-index: 20;
  margin-top: 0px;
}

@media (min-width: 1300px) {
  .navigation nav > ul {
    padding: 0 45px;
  }
}

@media (min-width: 1300px) {
  .navigation nav > ul {
    padding: 0 20vw;
  }
}

.navigation input:checked ~ label nav > ul {
  visibility: visible;
}

.navigation input:checked ~ label a {
  color: #fff;
  float: left;
}

.navigation input:checked ~ label nav > ul ul a {
  float: none;
}

.navigation nav > ul > li {
  list-style: none;
  font-size: 1.9rem;
  line-height: 1.8;
  font-weight: 300;
}

.navigation nav > ul > li:first-of-type {
  margin-top: 120px
}

.sub-menu {
  padding-left: 10px;
  float: right;
  min-width: 240px;
  border-left: 1px #fff solid;
  /* display: none; */
}

.current-menu-item .sub-menu {
  display: block;
}

.sub-menu > li {
  list-style: none;
  font-size: 1.2rem;
  font-weight: 500;
}