/* CSS Document */
/* FONTS */
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_slntwght.ttf");
}
@font-face {
  font-family: "Times New Romans";
  src: url("../fonts/times-new-roman.ttf");
}
@font-face {
  font-family: "JetBrainsMono-Regular";
  src: url("../fonts/JetBrainsMono-Regular.woff2");
}
@font-face {
  font-family: "JetBrainsMono-Bold";
  src: url("../fonts/JetBrainsMono-Bold.woff2");
}
@font-face {
  font-family: "JetBrainsMono-extraLight";
  src: url("../fonts/JetBrainsMono-ExtraLight.woff2");
}
/*-----------------------------------------------------------------------------*/
/* Dashed devider */
hr.dashed {
  /* border-top: 1px dashed #000000 +/ */
  border-top: 2px solid #000000;
  width: 100%;
}

/*-----------------------------------------------------------------------------*/
body {
  width: 100%;
  display: flex;
  background-color: white;
}
body h1, body h2 {
  font-family: JetBrainsMono-Bold;
}
body a, body em, body p {
  font-family: JetBrainsMono-Regular;
}
body strong, body b {
  font-family: JetBrainsMono-Bold;
  font-weight: bold;
}
body strong a, body a strong, body b a, body a b {
  font-family: JetBrainsMono-Bold;
  font-weight: bold;
}

header {
  z-index: 3 !important;
  min-width: 350px;
}
header .title-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
header .menuKlaas {
  display: block;
  padding: 0 0 0 4vw;
  font-size: 2em;
  font-family: JetBrainsMono-extraLight;
  margin: 10vh 0 2vh 0;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.1em;
}
header .menu-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 4vw;
}
header .menu-container .menu-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
header .menu-container .menu-content a {
  display: block;
  text-align: left;
  text-decoration: none;
  line-height: 1.1em;
  transition: 0s;
  width: 100%;
}
header .menu-container .menu-content a:hover {
  background: black;
  color: white;
}
header .menu-container .menu-content .workHeader {
  font-family: JetBrainsMono-Bold;
}
header .menu-container .menu-content ul + .workHeader, header .menu-container .menu-content a[href] + .workHeader:not([href]) {
  margin-top: 1em;
}
header .menu-container .menu-content ul {
  padding: 0;
  margin: 0;
}
header .menu-container .menu-content ul li {
  list-style-type: none;
  padding: 0;
  position: relative;
  line-height: 1.1em;
}
header .menu-container .menu-content ul li::marker {
  color: #3D3D3D;
  font-size: 80%;
}

.burger {
  margin: 0 0 2vh 0;
  display: none;
  cursor: pointer;
}
.burger div {
  width: 20px;
  height: 3px;
  margin: 3px 0;
  background-color: #000;
}

.menu-container.burgermenu {
  display: flex;
}

footer {
  z-index: 4 !important;
  position: fixed;
  left: 0px;
  bottom: 0px;
}
footer a {
  text-align: left;
  text-decoration: none;
  font-size: 80%;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0px;
  opacity: 80%;
  border-radius: 0 1em 0 0;
}
footer div {
  position: fixed;
  left: 84%;
  bottom: 4%;
  width: 100%;
}

/*-----------------------------------------------------------------------------*/
main {
  padding: 10vh 0 0 0;
  width: 100%;
}
main p {
  width: 100%;
}

.frontpage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.frontpage .n2-section-smartslider {
  width: 70%;
  max-width: 700px;
  height: 70%;
}

.page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page .page-wrapper {
  display: flex;
  max-width: 700px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page .page-wrapper h2 {
  margin: 0 0 2vh 0;
}
.page .page-wrapper iframe {
  margin: 0 0 7vh 0 !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3137254902);
}

.about-image p {
  margin: 0;
  font-size: 0.8em;
}

.about-text {
  font-family: monospace, monospace;
  text-align: center !important;
}

.single {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: transparent;
}
.single .single-wrapper {
  display: flex;
  width: 100%;
  max-width: 700px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.single .single-wrapper h1, .single .single-wrapper iframe {
  margin: 0 0 4vh 0;
}
.single .single-wrapper h1, .single .single-wrapper h2 {
  width: 100%;
}
.single .single-wrapper p {
  text-align: justify;
  margin: 0 0 4vh 0;
}
.single .single-wrapper .wp-block-group {
  margin: 0 0 4vh 0;
  width: 100%;
  max-width: 700px;
}
.single .single-wrapper .wp-block-group p {
  margin: 0;
}
.single .single-wrapper .slider-portrait {
  width: 75%;
}

.video-wrapper {
  margin: 0 0 4vh 0;
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper iframe {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3137254902);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------------------------------------------------------------------------*/
/* ------------------ Schaubild (ASCII Diagrams)  ------------------ */
.schaubild-group {
  margin: 0 0 4vh 0;
  width: 100%;
}

.schaubild {
  font-family: JetBrainsMono-Regular;
  white-space: pre;
  line-height: 1.4em;
  font-size: 0.85em;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 1.5em;
  margin: 0 0 1vh 0;
  overflow-x: auto;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.schaubild-compact {
  font-family: JetBrainsMono-Regular;
  white-space: pre;
  line-height: 1.3em;
  font-size: 0.8em;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 0.8em 1.2em;
  margin: 0 0 1vh 0;
  overflow-x: auto;
  display: block;
  width: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.schaubild-caption {
  font-family: JetBrainsMono-extraLight;
  font-size: 0.75em;
  color: #555;
  text-align: left;
  margin: 0 0 0 0.2em !important;
  line-height: 1.4em;
}

p + .schaubild-group, p + pre.schaubild, p + pre.schaubild-compact {
  margin-top: -2vh;
}

.schaubild-inline {
  font-family: JetBrainsMono-Regular;
  white-space: nowrap;
  font-size: 0.9em;
  background-color: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 0.15em 0.4em;
  display: inline;
}

/*-----------------------------------------------------------------------------*/
/* ------------------ Table  ------------------ */
table {
  width: 100%;
  border-collapse: collapse;
  font-family: JetBrainsMono-Regular;
  font-size: 0.85em;
  margin: 0 0 4vh 0;
}

th {
  font-family: JetBrainsMono-Bold;
  text-align: left;
  border-bottom: 2px solid #000;
  padding: 0.4em 1em 0.4em 0;
}

td {
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  padding: 0.4em 1em 0.4em 0;
}

tr:last-child td {
  border-bottom: 2px solid #000;
}

/*-----------------------------------------------------------------------------*/
/* ------------------ Zitat  ------------------ */
.zitat {
  border-left: 3px solid #000;
  margin: 0 0 4vh 0;
  padding: 0.5em 0 0.5em 1.5em;
  font-family: JetBrainsMono-Regular;
}

/*-----------------------------------------------------------------------------*/
/* ------------------ Responisve  ------------------ */
@media only screen and (max-width: 1024px) {
  body {
    flex-direction: column;
  }
  body header {
    background-color: white;
    width: 100%;
    height: fit-content;
    min-width: 100%;
  }
  body header .title-wrapper {
    align-items: center;
    margin: 3vh 0 3vh 0;
  }
  body header .menuKlaas {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  body header .menu-container {
    display: none;
    background-color: white;
    padding: 0;
    align-items: center;
  }
  body header .menu-container .menu-content {
    margin: 0 0 3vh 0;
    align-items: center;
  }
  body header .menu-container .menu-content a {
    text-align: center;
  }
  .burger {
    display: block;
  }
  main {
    padding: 4vh 0 0 0;
  }
  .single {
    margin: 0 4vw 0 4vw;
  }
  .page, .page-wrapper {
    margin: 0 4vw 0 4vw;
  }
  .schaubild, .schaubild-compact {
    font-size: 0.75em;
    padding: 1em;
    max-width: 92vw;
  }
}

/*# sourceMappingURL=styles.css.map */
