@charset "UTF-8";
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import "../thirdparty/foundation-responsive-tables/responsive-tables.css";
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "PTSans";
  src: url("../fonts/ptsans_regular/PTS55F-webfont.eot");
  src: url("../fonts/ptsans_regular/PTS55F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ptsans_regular/PTS55F-webfont.woff") format("woff"), url("../fonts/ptsans_regular/PTS55F-webfont.ttf") format("truetype"), url("../fonts/ptsans_regular/PTS55F-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSans";
  src: url("../fonts/ptsans_italic/PTS56F-webfont.eot");
  src: url("../fonts/ptsans_italic/PTS56F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ptsans_italic/PTS56F-webfont.woff") format("woff"), url("../fonts/ptsans_italic/PTS56F-webfont.ttf") format("truetype"), url("../fonts/ptsans_italic/PTS56F-webfont.svg#pt_sansitalic") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "PTSans";
  src: url("../fonts/ptsans_bold/PTS75F-webfont.eot");
  src: url("../fonts/ptsans_bold/PTS75F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ptsans_bold/PTS75F-webfont.woff") format("woff"), url("../fonts/ptsans_bold/PTS75F-webfont.ttf") format("truetype"), url("../fonts/ptsans_bold/PTS75F-webfont.svg#pt_sansbold") format("svg");
  font-weight: 800;
  font-style: bold;
}
@font-face {
  font-family: "PTSans";
  src: url("../fonts/ptsans_bolditalic/PTS76F-webfont.eot");
  src: url("../fonts/ptsans_bolditalic/PTS76F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ptsans_bolditalic/PTS76F-webfont.woff") format("woff"), url("../fonts/ptsans_bolditalic/PTS76F-webfont.ttf") format("truetype"), url("../fonts/ptsans_bolditalic/PTS76F-webfont.svg#pt_sansbold_italic") format("svg");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "PTSansCaption";
  src: url("../fonts/ptsanscaption_regular/PTC55F-webfont.eot");
  src: url("../fonts/ptsanscaption_regular/PTC55F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ptsanscaption_regular/PTC55F-webfont.woff") format("woff"), url("../fonts/ptsanscaption_regular/PTC55F-webfont.ttf") format("truetype"), url("../fonts/ptsanscaption_regular/PTC55F-webfont.svg#pt_sans_captionregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTSansCaption";
  src: url("../fonts/ptsanscaption_bold/PTC75F-webfont.eot");
  src: url("../fonts/ptsanscaption_bold/PTC75F-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ptsanscaption_bold/PTC75F-webfont.woff") format("woff"), url("../fonts/ptsanscaption_bold/PTC75F-webfont.ttf") format("truetype"), url("../fonts/ptsanscaption_bold/PTC75F-webfont.svg#pt_sans_captionbold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "PTMono";
  src: url("../fonts/ptmono_regular/PTM55F_W.eot");
  src: url("../fonts/ptmono_regular/PTM55F_W.eot?#iefix") format("embedded-opentype"), url("../fonts/ptmono_regular/PTM55F_W.woff") format("woff"), url("../fonts/ptmono_regular/PTM55F_W.ttf") format("truetype"), url("../fonts/ptmono_regular/PTM55F_W.svg#PTMono-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PTMono";
  src: url("../fonts/ptmono_bold/PTM75F_W.eot");
  src: url("../fonts/ptmono_bold/PTM75F_W.eot?#iefix") format("embedded-opentype"), url("../fonts/ptmono_bold/PTM75F_W.woff") format("woff"), url("../fonts/ptmono_bold/PTM75F_W.ttf") format("truetype"), url("../fonts/ptmono_bold/PTM75F_W.svg#PTMono-Bold") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "inf-schule";
  src: url("../fonts/inf-schule-icons/inf-schule.eot");
  src: url("../fonts/inf-schule-icons/inf-schule.eot?#iefix") format("embedded-opentype"), url("../fonts/inf-schule-icons/inf-schule.woff") format("woff"), url("../fonts/inf-schule-icons/inf-schule.ttf") format("truetype"), url("../fonts/inf-schule-icons/inf-schule.svg#inf-schule") format("svg");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Kalam";
  src: url("../fonts/kalam/Kalam-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Mali";
  src: url("../fonts/kalam/Mali-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #434343;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #434343;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #434343;
  opacity: 0.75;
}

/*------------------------------------*\
    # Grundstruktur
\*------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  background: #f0f0f0;
  color: #434343;
  font-family: PTSans, "Helvetica Neue", "Helvetica", sans-serif;
  min-height: 100vh;
}
body.startseite {
  background: transparent;
}

#infschule {
  padding: 0;
  margin: 0;
}

article {
  flex: 1;
  background: white;
  margin: 0 auto;
  padding: 0.15rem 2.25rem 1.5rem;
  line-height: 1.75em;
  width: clamp(320px, 100%, 1600px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.startseite article {
  padding: 1.5rem 0 1.5rem;
}
@media screen and (max-width: 1600px) {
  .startseite article {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .startseite article {
    padding-top: 0.75rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.wrapper--article {
  margin-bottom: 0;
  max-width: 100%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .wrapper--article {
    max-width: 67.5%;
    position: relative;
    width: 67.5%;
  }
}
@media screen and (min-width: 1100px) {
  .fullscreenMaxWidth .wrapper--article {
    max-width: 100% !important;
    width: 100% !important;
  }
}
.wrapper--article.wrapper--landingpage {
  width: 100% !important;
  max-width: 100% !important;
}
@media screen and (min-width: 1100px) {
  .wrapper--article.wrapper--landingpage {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.wrapper--projects {
  width: 100%;
  max-width: 100%;
}

.startseite * {
  transition: all 300ms;
  transition-timing-function: ease-in-out;
}

footer * {
  transition: all 300ms;
  transition-timing-function: ease-in-out;
}

/*------------------------------------*\
    # Navigation auf Standardseiten
\*------------------------------------*/
/*------------------------------------*\
    # Navigation auf Standardseiten
\*------------------------------------*/
.mainnav {
  right: 8.333333335%;
  text-align: right;
  font-family: PTSansCaption, "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.75em;
  line-height: 1.2em;
}
.mainnav * {
  transition: all 10ms;
  transition-timing-function: ease-in-out;
}
.mainnav ul {
  background: rgba(255, 255, 255, 0.95);
  list-style: none;
  padding: 0;
  text-align: left;
}
.mainnav ul ul {
  padding-left: 1.3125rem;
}
.mainnav > ul {
  border-bottom: 1px solid whitesmoke;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  box-shadow: 0 5px 4px -4px #A3A3A3;
  margin: 0;
  transition: opacity 300ms;
  transition: top 400ms;
  transition-timing-function: ease-in-out;
  overflow-y: auto;
  position: absolute;
  right: 0;
  width: 35%;
  max-height: 100em;
  z-index: 10;
}
.mainnav > ul ul > li:first-child {
  border-top: 1px dotted #c8c8c8;
}
.mainnav--inline {
  display: none;
  margin: 0;
  margin-right: -1.5rem;
  padding: 0;
  position: relative;
  right: auto;
  width: 30%;
}
.mainnav--inline > ul {
  box-shadow: none;
  border-right: 0;
  border-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  width: 100%;
}
.mainnav--inline ul {
  background: transparent;
}
@media screen and (min-width: 1100px) {
  .mainnav--inline {
    display: block;
  }
}
@media screen and (min-width: 1100px) {
  .mainnav--inline.fullscreenDisabled {
    display: none;
  }
}
.mainnav--overlay {
  display: none;
  height: 0;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  overflow: hidden;
  /*& > ul {
  	@media screen and (min-width: $seitenbreite-oberes-mittel) {
  		right: (100%-$breite-hauptspalte)/2;
  	}
  }*/
}
.mainnav--overlay.showOverlayNav {
  display: block;
  height: auto;
  opacity: 1;
}
.mainnav--overlay.mainnav--fixed > ul {
  position: fixed;
  top: 2.2rem;
  z-index: 200000000;
}
@media screen and (min-width: 1100px) {
  .mainnav--overlay {
    display: none;
  }
}
.mainnav .menuitem--closed > ul {
  display: none;
}
.mainnav .menuitem--open > ul {
  display: block;
}
.mainnav .menuitem__sign {
  display: inline-block;
  font-family: "inf-schule", Helvetica, sans-serif;
}

@media screen and (max-width: 800px) {
  .mainnav > ul {
    width: 100%;
  }
}
.menuitem {
  margin: 0;
  padding: 0;
  -webkit-column-break-inside: avoid;
}

.menuitem__sign {
  color: #024f7f;
  display: block;
  float: left;
  padding: 0.6em 1.5em 0.6em 1em;
}

.menuitem__link {
  color: #024f7f;
  display: block;
  padding: 0.6em 1em 0.6em 3.5em;
  text-decoration: none;
}

.menuitem__sign--has-children {
  cursor: pointer;
}

.menuitem__sign--no-children {
  color: rgba(255, 255, 255, 0);
  cursor: inherit;
}

.menuitem--open {
  cursor: pointer;
}

.menulink {
  background: transparent;
}

.menulink:focus,
.menulink:hover {
  background: #024f7f;
}

.menulink--current,
.menulink--current:active,
.menulink--current:visited,
.menulink--path,
.menulink--path:active,
.menulink--path:visited {
  color: #b82929;
}

.menulink--current:focus,
.menulink--current:hover,
.menulink--path:focus,
.menulink--path:hover {
  background: #b82929;
  color: white;
}

.menulink__counter {
  margin-right: 0.3em;
}

.menulink__counter--homepage {
  font-family: "inf-schule", Helvetica, sans-serif;
}

.menubutton {
  display: block;
  font-size: 10px;
  position: absolute;
  z-index: 10000;
  width: 3em;
  height: 2.5em;
  padding: 0;
  right: 0;
  bottom: 0.05em;
}

.menubutton span,
.menubutton span:before,
.menubutton span:after {
  cursor: pointer;
  height: 0.4em;
  width: 3em;
  background: white;
  position: absolute;
  display: block;
  content: "";
}

.menubutton span:before {
  top: -0.8em;
}

.menubutton span:after {
  bottom: -0.8em;
}

.menubutton span, .menubutton span:before, .menubutton span:after {
  transition: all 300ms;
  transition-timing-function: ease-in-out;
}

.menubutton.active span {
  background-color: transparent;
}

.menubutton.active span:before {
  transform: translateY(0.8em) rotate(45deg);
}
.shrink .menubutton.active span:before {
  transform: translateY(0.8em) rotate(45deg);
}

.menubutton.active span:after {
  transform: translateY(-0.8em) rotate(-45deg);
}
.shrink .menubutton.active span:after {
  transform: translateY(-0.8em) rotate(-45deg);
}

.searchbutton,
.searchbutton:active,
.searchbutton:visited {
  color: white;
  display: block;
  font-family: "inf-schule", Helvetica, sans-serif;
  font-size: 2.1em;
  position: absolute;
  text-decoration: none;
  z-index: 10000;
  width: 1em;
  height: 0.625em;
  padding: 0.25em 0 0 0;
  right: 2em;
  bottom: 0.84375em;
}
.startseite .searchbutton,
.startseite .searchbutton:active,
.startseite .searchbutton:visited {
  bottom: 1em;
  font-size: 1.8em;
  right: 0.2em;
}

/*------------------------------------*\
    # Footer
\*------------------------------------*/
footer {
  background: white;
  font-family: PTSansCaption, "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.6em;
  margin: 0 auto;
  padding: 0;
  width: clamp(320px, 100%, 1600px);
  color: #969696;
}
footer a,
footer a:active,
footer a:visited {
  color: #969696;
  text-decoration: none;
  padding: 0;
}
footer a:focus,
footer a:hover {
  color: #0077b6;
  background: transparent;
  text-decoration: underline;
}
footer .footer__content {
  padding-bottom: 2rem;
  width: 100%;
}
.startseite footer .footer__content {
  border-top: 1px solid #f0f0f0;
}
footer .footer__line {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
footer .footer__page-details {
  background-color: rgba(2, 79, 127, 0.8);
  color: #fff;
  margin-bottom: 1rem;
}
footer .footer__page-details a,
footer .footer__page-details a:active,
footer .footer__page-details a:visited {
  color: #fff;
}
footer .footer__page-details a:focus,
footer .footer__page-details a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .footer__page-details .footer__linecol--feedback:hover {
  text-decoration: none;
}
.startseite footer .footer__page-details {
  background-color: transparent;
}
footer .footer__license {
  margin-bottom: 1rem;
}
footer .footer__imprint {
  text-align: center;
}
footer .footer__linecol {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.75em;
  padding: 0.5rem 1rem;
  margin: 0 1rem;
}
footer .footer__linecol--feedback {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #12b080;
}
footer .footer__linecol--feedback:hover {
  background: #12b080;
  color: white;
  text-decoration: none;
}
footer .footer__linecol--no-didactics > div {
  height: 100%;
}
footer .footer__linecol--no-didactics > div a {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
}
footer .footer__linecol > * {
  width: 100%;
}

.logo-support {
  max-width: 100%;
  -webkit-filter: opacity(20%) grayscale(100%);
  filter: opacity(20%) grayscale(100%);
}
.link--support:hover .logo-support {
  -webkit-filter: opacity(100%) grayscale(0%);
  filter: opacity(100%) grayscale(0%);
}

.link--support {
  display: block;
  margin: 0.5rem 1rem;
  padding: 0;
  position: relative;
  width: 6rem;
}
.link--support--fit {
  padding-top: 1em;
  width: 4rem;
  padding-right: 1.75rem;
  box-sizing: content-box;
}
.link--support--netzmanufaktur {
  padding-top: 1em;
  width: 3rem;
}
.link--support--pl {
  padding-top: 0.5em;
}

.link--license {
  width: 4rem;
}
.link--license > img {
  width: 100%;
}

.logo-license {
  -webkit-filter: opacity(20%) grayscale(100%);
  filter: opacity(20%) grayscale(100%);
}
.link--license:hover .logo-license {
  -webkit-filter: opacity(100%) grayscale(0%);
  filter: opacity(100%) grayscale(0%);
}

/*------------------------------------*\
    # Links allgemein
\*------------------------------------*/
a {
  color: #146090;
  padding: 0.1em 0.3em 0.1em 0.025em;
  text-decoration: underline;
}

a:active,
a:visited {
  color: #146090;
}

a:focus,
a:hover {
  background-color: #146090;
  color: white;
  text-decoration: none;
}
a:focus.menubutton,
a:hover.menubutton {
  background-color: transparent;
}

/*------------------------------------*\
    # Navigation auf der Startseite
\*------------------------------------*/
.startseite .wrapper--article {
  max-width: 100%;
  width: 100%;
}

.tiles,
.tile__chapterlist {
  list-style-type: none;
}

.tiles {
  display: grid;
  column-gap: 0.75rem;
  row-gap: 0.75rem;
  grid-template-columns: [column0] 1fr [column1] 1fr [column2] 1fr [column3] 1fr [column4] 1fr [column5];
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.tile {
  background: whitesmoke;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: PTSansCaption, "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.2em;
  margin-bottom: 0;
  position: relative;
  aspect-ratio: 3/2;
}
.tile.tile--column {
  grid-column-start: span 5;
  font-family: PTSans, "Helvetica Neue", "Helvetica", sans-serif;
  aspect-ratio: auto;
  height: auto;
}
.tile.tile--opac, .tile.tile--overlay {
  opacity: 0.3;
}
.tile.tile--opac:hover, .tile.tile--overlay:hover {
  opacity: 1;
}
.tile.tile--tools, .tile.tile--kids {
  background: transparent;
}
.tile.tile--calliope {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tile.tile--calliope a {
  border-radius: 3px;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}
.tile.tile--calliope a:hover {
  background-color: #fccb00;
}
.tile.tile--calliope img {
  display: block;
  width: 80%;
}
.tile.tile--6pillows {
  background: transparent;
  display: grid;
  grid-template-columns: [column0] 1fr [column1] 1fr [column2] 1fr [column3] 1fr [column4] 1fr [column5] 1fr [column6] 1fr [column7] 1fr [column8] 1fr [column9] 1fr [column10] 1fr [column11] 1fr [column12] 1fr [column13] 1fr [column14];
  grid-template-rows: [row0] 1fr [row1] 1fr [row2] 1fr [row3];
  column-gap: 0.25rem;
  row-gap: 0.25rem;
}
.tile .tile__pillow {
  background: whitesmoke;
  border-radius: 3px;
}
.tile .tile__pillow--blog {
  grid-column: span 4;
}
.tile .tile__pillow--themencafe {
  grid-column: span 10;
}
.tile .tile__pillow--konzept {
  grid-column: span 6;
}
.tile .tile__pillow--lehrplaene {
  grid-column: span 8;
}
.tile .tile__pillow--archiv {
  grid-column: span 5;
}
.tile .tile__pillow--loesungen {
  grid-column: span 9;
}
.tile .tile__pillow--filteredsearch, .tile .tile__pillow--search, .tile .tile__pillow--goto {
  grid-column: span 15;
}
.tile .tile__pillow__link {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 3px;
  justify-content: center;
  text-decoration: none;
  font-size: 1.15rem;
  line-height: 1.55rem;
}
.tile .tile__pillow__link--searchtools {
  text-align: left;
  padding: 0.375rem 0.375rem;
}
.tile .tile__pillow__link--searchtools__left {
  width: 89%;
}
.tile .tile__pillow__link--searchtools__right {
  width: 10%;
  font-weight: 800;
  font-size: 1.2em;
}
@media screen and (max-width: 1680px) {
  .tile .tile__pillow__link {
    font-size: 1.1rem;
    line-height: 1rem;
  }
}
@media screen and (max-width: 1440px) {
  .tile .tile__pillow__link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .tile .tile__pillow__link {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1080px) {
  .tile .tile__pillow__link {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 880px) {
  .tile .tile__pillow__link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .tile .tile__pillow__link {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 600px) {
  .tile .tile__pillow__link {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .tile .tile__pillow__link {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 360px) {
  .tile .tile__pillow__link {
    font-size: 0.5rem;
    line-height: 1rem;
  }
}

.tile__row {
  border-bottom: 1px solid #ddd;
  background: whitesmoke;
  padding: 0.375rem;
}
.tile__row:last-of-type {
  border-bottom: none;
}
.tile__row--filteredsearch {
  position: relative;
}
.tile__row--filteredsearch > filtered-search {
  background: whitesmoke;
  position: absolute;
  width: 95%;
  z-index: 1000;
}

.tile__chapterlist {
  background: whitesmoke;
  border-bottom: 1em solid white;
  border-top: 1px dotted white;
  min-height: 8em;
  padding: 0;
  position: absolute;
  top: 4em;
  z-index: 50;
  width: 100%;
}

.tile__chapterlist--active {
  display: block;
}

.tile__chapterlist--inactive {
  display: none;
}

.tile__heading {
  border-radius: 3px;
  display: block;
  font-size: 1.1rem;
  height: 100%;
  margin: 0;
  padding: 0.75rem 0 0.75rem 0.75rem;
  text-decoration: none;
  line-height: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.chapterlist__chapter > .tile__heading {
  font-size: 0.8rem;
  font-family: PTSansCaption, "Helvetica Neue", "Helvetica", sans-serif;
}

.kids-link.kids-link--tile {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 880px) {
  .tiles {
    grid-template-columns: [column0] 1fr [column1] 1fr [column2] 1fr [column3];
  }

  .tile.tile--column {
    grid-column-start: span 3;
    height: 18rem;
  }
  .tile--lehrkraefte {
    aspect-ratio: unset;
    grid-column: span 2;
  }
  .tile--information, .tile--algorithmen, .tile--datenbanksysteme {
    order: -5;
  }
  .tile--calliope {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    order: -4;
  }
  .tile--calliope img {
    max-height: 100%;
    margin: 0;
    width: auto !important;
  }
  .tile--kids {
    order: -3;
  }
  .tile--tools {
    order: -2;
  }
  .tile--automaten-sprachen, .tile--ki, .tile--imperative-programmierung, .tile--oop, .tile--deklarativ {
    order: -1;
  }
  .tile--searchgoto {
    order: 0;
  }
  .tile--calliope, .tile--kids, .tile--tools {
    aspect-ratio: unset;
    height: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .tiles {
    grid-template-columns: [column0] 1fr [column1] 1fr [column2] 1fr [column3] 1fr [column4] 1fr [column5] 1fr [column6];
  }

  .tile {
    grid-column: span 3;
  }
  .tile--calliope, .tile--kids, .tile--tools {
    grid-column: span 2;
  }
  .tile--datenbanksysteme, .tile--automaten-sprachen, .tile--ki {
    order: -1;
  }
  .tile--imperative-programmierung, .tile--oop, .tile--deklarativ {
    order: unset;
  }
  .tile--searchgoto {
    order: 0;
  }
  .tile--lehrkraefte {
    aspect-ratio: 3/1;
    grid-column: span 6;
  }
  .tile.tile--column {
    grid-column-start: span 6;
  }
  .tile .tools-link--tile,
.tile .kids-link--tile {
    line-height: 6.5rem;
  }

  .tile__icon {
    bottom: 10%;
    left: auto;
    margin: 0;
    right: 5%;
    top: auto;
    width: 16%;
  }
}
@media screen and (max-width: 400px) {
  .tile__heading {
    font-size: 0.75rem;
  }
}
/* Tools */
.tools-link {
  border-radius: 5px;
}
.tools-link span {
  display: inline-block;
}
.tools-link__l {
  margin-left: -3px;
}
.tools-link__s {
  margin-left: -3px;
}

.tools-link--tile {
  color: #6e7580;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "PTMono", "Courier", monospace;
  font-size: 2.2rem;
  height: 100%;
  letter-spacing: -2px;
  line-height: 9rem;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.tools-link--tile:active, .tools-link--tile:visited {
  color: #6e7580;
}
.tools-link--tile:focus, .tools-link--tile:hover {
  background-color: #fccb00;
  box-shadow: 4px 10px 42px 0px rgba(255, 255, 255, 0.5);
}

.tile__pillow__form {
  color: #146090;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}
.tile__pillow__form:focus, .tile__pillow__form:hover {
  color: white;
}
.tile__pillow__form:focus .tile__pillow__submit, .tile__pillow__form:hover .tile__pillow__submit {
  color: white;
}
.tile__pillow--goto label {
  display: none;
}
.tile__pillow--goto .gotonumber__submit {
  font-family: inf-schule;
  font-size: 1.15rem;
}
@media screen and (max-width: 1680px) {
  .tile__pillow--goto .gotonumber__submit {
    font-size: 1.08rem;
  }
}
@media screen and (max-width: 1440px) {
  .tile__pillow--goto .gotonumber__submit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .tile__pillow--goto .gotonumber__submit {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1080px) {
  .tile__pillow--goto .gotonumber__submit {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 880px) {
  .tile__pillow--goto .gotonumber__submit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .tile__pillow--goto .gotonumber__submit {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 600px) {
  .tile__pillow--goto .gotonumber__submit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .tile__pillow--goto .gotonumber__submit {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 360px) {
  .tile__pillow--goto .gotonumber__submit {
    font-size: 0.5rem;
  }
}
.tile__pillow--goto:focus, .tile__pillow--goto:hover {
  background-color: #146090;
  color: white;
}
.tile__pillow--goto:focus .tile__pillow__textinput::placeholder, .tile__pillow--goto:hover .tile__pillow__textinput::placeholder {
  color: white;
}
.tile__pillow--search label {
  display: none;
}
.tile__pillow--search .search__submit {
  font-family: inf-schule;
  font-size: 1.15rem;
}
@media screen and (max-width: 1680px) {
  .tile__pillow--search .search__submit {
    font-size: 1.08rem;
  }
}
@media screen and (max-width: 1440px) {
  .tile__pillow--search .search__submit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .tile__pillow--search .search__submit {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1080px) {
  .tile__pillow--search .search__submit {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 880px) {
  .tile__pillow--search .search__submit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .tile__pillow--search .search__submit {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 600px) {
  .tile__pillow--search .search__submit {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .tile__pillow--search .search__submit {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 360px) {
  .tile__pillow--search .search__submit {
    font-size: 0.5rem;
  }
}
.tile__pillow--search:focus, .tile__pillow--search:hover {
  background-color: #146090;
  color: white;
}
.tile__pillow--search:focus .tile__pillow__textinput::placeholder, .tile__pillow--search:hover .tile__pillow__textinput::placeholder {
  color: white;
}
.tile__pillow__textinput {
  background-color: transparent;
  border-color: transparent;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: none;
  caret-color: #12b080;
  flex-grow: 1;
  font-size: 1.15rem;
  outline: none;
  padding: 0.375rem 0.375rem;
}
.tile__pillow__textinput::placeholder {
  color: #146090;
}
@media screen and (max-width: 1680px) {
  .tile__pillow__textinput {
    font-size: 1.08rem;
  }
}
@media screen and (max-width: 1440px) {
  .tile__pillow__textinput {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .tile__pillow__textinput {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1080px) {
  .tile__pillow__textinput {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 880px) {
  .tile__pillow__textinput {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .tile__pillow__textinput {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 600px) {
  .tile__pillow__textinput {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .tile__pillow__textinput {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 360px) {
  .tile__pillow__textinput {
    font-size: 0.5rem;
  }
}
.tile__pillow__submit {
  background-color: transparent;
  border-color: transparent;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: none;
  flex-grow: 1;
  outline: none;
  padding: 0.375rem 0.375rem;
  transition: none !important;
}

/* Farbige Startseite */
.tile .tile__icon {
  pointer-events: none;
  position: absolute;
  top: 0.375rem;
  right: 0.75rem;
  bottom: auto;
  left: auto;
  margin: 0;
  width: 6rem;
}
@media screen and (max-width: 1680px) {
  .tile .tile__icon {
    width: 5.5rem;
  }
}
@media screen and (max-width: 1440px) {
  .tile .tile__icon {
    width: 5rem;
    top: 0rem;
    right: 0rem;
  }
}
@media screen and (max-width: 1280px) {
  .tile .tile__icon {
    width: 4rem;
  }
}
@media screen and (max-width: 1080px) {
  .tile .tile__icon {
    width: 3rem;
  }
}
@media screen and (max-width: 880px) {
  .tile .tile__icon {
    width: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .tile .tile__icon {
    width: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .tile .tile__icon {
    width: 4rem;
  }
}
@media screen and (max-width: 480px) {
  .tile .tile__icon {
    width: 3rem;
  }
}
@media screen and (max-width: 360px) {
  .tile .tile__icon {
    width: 2rem;
  }
}
.tile .tile__heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  width: 100%;
}
.tile .tile__heading__title {
  padding-bottom: 0;
  width: 95%;
  font-size: 1.15rem;
  line-height: 1.55rem;
}
@media screen and (max-width: 1680px) {
  .tile .tile__heading__title {
    font-size: 1.08rem;
    line-height: 1.55rem;
  }
}
@media screen and (max-width: 1440px) {
  .tile .tile__heading__title {
    font-size: 1rem;
    line-height: 1.55rem;
  }
}
@media screen and (max-width: 1280px) {
  .tile .tile__heading__title {
    font-size: 0.85rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .tile .tile__heading__title {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 880px) {
  .tile .tile__heading__title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .tile .tile__heading__title {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .tile .tile__heading__title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .tile .tile__heading__title {
    font-size: 0.8rem;
    line-height: 1.15rem;
  }
}
@media screen and (max-width: 360px) {
  .tile .tile__heading__title {
    font-size: 0.7rem;
    line-height: 1rem;
  }
}
.tile .tile__heading__num {
  color: white;
  line-height: 5rem;
  text-align: center;
  font-size: 2.5rem;
  left: 0;
  top: 0;
  width: 5rem;
  margin: 0 auto;
  pointer-events: none;
  position: absolute;
}
@media screen and (max-width: 1440px) {
  .tile .tile__heading__num {
    line-height: 4.5rem;
    width: 4.5rem;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1280px) {
  .tile .tile__heading__num {
    line-height: 4rem;
    width: 4rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .tile .tile__heading__num {
    line-height: 3rem;
    width: 3.5rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 880px) {
  .tile .tile__heading__num {
    line-height: 4rem;
    width: 4rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .tile .tile__heading__num {
    line-height: 3rem;
    width: 3.5rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .tile .tile__heading__num {
    line-height: 4rem;
    width: 4rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .tile .tile__heading__num {
    line-height: 3rem;
    width: 3.5rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 360px) {
  .tile .tile__heading__num {
    line-height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
  }
}
.tile .tile__heading__num:before {
  display: block;
  content: "";
  border-radius: 3px;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: black;
}
.tile--information .tile__heading, .tile--oop .tile__heading, .tile--software .tile__heading, .tile--entdeckerecke .tile__heading {
  color: #308f78;
}
.tile--information .tile__heading__num, .tile--oop .tile__heading__num, .tile--software .tile__heading__num, .tile--entdeckerecke .tile__heading__num {
  color: #308f78;
}
.tile--information .tile__heading__num:before, .tile--oop .tile__heading__num:before, .tile--software .tile__heading__num:before, .tile--entdeckerecke .tile__heading__num:before {
  background-color: #308f78;
}
.tile--algorithmen .tile__heading, .tile--kryptologie .tile__heading, .tile--informatiksysteme .tile__heading {
  color: #024f7f;
}
.tile--algorithmen .tile__heading__num, .tile--kryptologie .tile__heading__num, .tile--informatiksysteme .tile__heading__num {
  color: #024f7f;
}
.tile--algorithmen .tile__heading__num:before, .tile--kryptologie .tile__heading__num:before, .tile--informatiksysteme .tile__heading__num:before {
  background-color: #024f7f;
}
.tile--datenbanksysteme .tile__heading, .tile--deklarativ .tile__heading, .tile--rechnernetze .tile__heading {
  color: #008cd8;
}
.tile--datenbanksysteme .tile__heading__num, .tile--deklarativ .tile__heading__num, .tile--rechnernetze .tile__heading__num {
  color: #008cd8;
}
.tile--datenbanksysteme .tile__heading__num:before, .tile--deklarativ .tile__heading__num:before, .tile--rechnernetze .tile__heading__num:before {
  background-color: #008cd8;
}
.tile--automaten-sprachen .tile__heading, .tile--ki .tile__heading, .tile--rechner .tile__heading {
  color: #f27216;
}
.tile--automaten-sprachen .tile__heading__num, .tile--ki .tile__heading__num, .tile--rechner .tile__heading__num {
  color: #f27216;
}
.tile--automaten-sprachen .tile__heading__num:before, .tile--ki .tile__heading__num:before, .tile--rechner .tile__heading__num:before {
  background-color: #f27216;
}
.tile--imperative-programmierung .tile__heading, .tile--gesellschaft .tile__heading {
  color: #c75c5c;
}
.tile--imperative-programmierung .tile__heading__num, .tile--gesellschaft .tile__heading__num {
  color: #c75c5c;
}
.tile--imperative-programmierung .tile__heading__num:before, .tile--gesellschaft .tile__heading__num:before {
  background-color: #c75c5c;
}
.tile .tile__heading:hover {
  color: white;
}
.tile .tile__heading:hover .tile__heading__num {
  color: white;
}
.tile .tile__heading--active {
  align-items: flex-start;
}
.tile .tile__heading--active .tile__heading__num, .tile .tile__heading--active .tile__icon {
  display: none;
}

/*------------------------------------*\
    # Zusatzinformation auf der Startseite
\*------------------------------------*/
.home__about {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
@media screen and (max-width: 400px) {
  .home__about {
    flex-direction: column;
  }
}

.home__column {
  background: transparent;
  font-size: 0.9em;
  padding: 0;
}
@media screen and (max-width: 400px) {
  .home__column {
    width: 100%;
    margin: 0 auto;
  }
}
.home__column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home__column__content {
  display: grid;
  column-gap: 0.75rem;
  row-gap: 0.05rem;
  grid-template-columns: [column0] 1fr [column1] 1fr [column2] 1fr [column3] 1fr [column4] 1fr [column5];
  height: 100%;
}
.home__column__content .menulink {
  padding: 1rem 0.75rem;
  font-size: 1.15rem;
  font-family: PTSansCaption, "Helvetica Neue", "Helvetica", sans-serif;
}
@media screen and (max-width: 1680px) {
  .home__column__content .menulink {
    font-size: 1.08rem;
    line-height: 1rem;
  }
}
@media screen and (max-width: 1440px) {
  .home__column__content .menulink {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1280px) {
  .home__column__content .menulink {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 1080px) {
  .home__column__content .menulink {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 810px) {
  .home__column__content .menulink {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .home__column__content .menulink {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 600px) {
  .home__column__content .menulink {
    font-size: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .home__column__content .menulink {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 360px) {
  .home__column__content .menulink {
    font-size: 0.5rem;
    line-height: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .home__column__content {
    grid-template-columns: [column0] 1fr [column1] 1fr [column2] 1fr [column3];
  }
}
@media screen and (max-width: 600px) {
  .home__column__content {
    grid-template-columns: [column0] 1fr [column1] 1fr [column2];
  }
}

/*------------------------------------*\
    # Navigation auf der Kids-Startseite
\*------------------------------------*/
.tiles--kids .tile .tile__heading .tile__category-icon {
  filter: brightness(0) saturate(100%) invert(31%) sepia(74%) saturate(1048%) hue-rotate(182deg) brightness(94%) contrast(101%);
}
.tiles--kids .tile:hover .tile__heading .tile__category-icon {
  filter: brightness(0) invert(1);
}
.tiles--kids .tile--rot {
  background: #de6969;
}
.tiles--kids .tile--rot a, .tiles--kids .tile--rot a:active, .tiles--kids .tile--rot a:visited {
  color: #651616;
}
.tiles--kids .tile--rot a:focus, .tiles--kids .tile--rot a:hover {
  color: white;
}
.tiles--kids .tile--rot .tile__heading__num:before {
  background-color: #8e2020 !important;
}
.tiles--kids .tile--rot .tile__heading .tile__category-icon {
  filter: brightness(0) saturate(100%) invert(28%) sepia(87%) saturate(2108%) hue-rotate(341deg) brightness(82%) contrast(88%);
}
.tiles--kids .tile--rot:hover .tile__heading .tile__category-icon {
  filter: brightness(0) invert(1);
}
.tiles--kids .tile--blau {
  background: #0098e9;
}
.tiles--kids .tile--blau a, .tiles--kids .tile--blau a:active, .tiles--kids .tile--blau a:visited {
  color: #002d70;
}
.tiles--kids .tile--blau a:focus, .tiles--kids .tile--blau a:hover {
  color: white;
}
.tiles--kids .tile--blau .tile__heading__num:before {
  background-color: #00669d !important;
}
.tiles--kids .tile--blau .tile__heading .tile__category-icon {
  filter: brightness(0) saturate(100%) invert(43%) sepia(97%) saturate(1702%) hue-rotate(178deg) brightness(84%) contrast(101%);
}
.tiles--kids .tile--blau:hover .tile__heading .tile__category-icon {
  filter: brightness(0) invert(1);
}
.tiles--kids .tile--tuerkis {
  background: #77c0ab;
}
.tiles--kids .tile--tuerkis a, .tiles--kids .tile--tuerkis a:active, .tiles--kids .tile--tuerkis a:visited {
  color: #09533d;
}
.tiles--kids .tile--tuerkis a:focus, .tiles--kids .tile--tuerkis a:hover {
  color: white;
}
.tiles--kids .tile--tuerkis .tile__heading__num:before {
  background-color: #0d825e !important;
}
.tiles--kids .tile--tuerkis .tile__heading .tile__category-icon {
  filter: brightness(0) saturate(100%) invert(57%) sepia(83%) saturate(373%) hue-rotate(121deg) brightness(86%) contrast(88%);
}
.tiles--kids .tile--gelb {
  background: #ffe163;
}
.tiles--kids .tile--gelb a, .tiles--kids .tile--gelb a:active, .tiles--kids .tile--gelb a:visited {
  color: #9C6C00;
}
.tiles--kids .tile--gelb a:focus, .tiles--kids .tile--gelb a:hover {
  color: white;
}
.tiles--kids .tile--gelb .tile__heading__num:before {
  background-color: #c9a200 !important;
}
.tiles--kids .tile--gelb .tile__heading .tile__category-icon {
  filter: brightness(0) saturate(100%) invert(69%) sepia(71%) saturate(638%) hue-rotate(359deg) brightness(93%) contrast(103%);
}
.tiles--kids .tile .tile__heading__num {
  right: 0;
  left: auto;
  line-height: 3.5rem;
  font-size: 1.5rem;
  width: 3.5rem;
}
@media screen and (max-width: 1440px) {
  .tiles--kids .tile .tile__heading__num {
    line-height: 3rem;
    width: 3rem;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 1280px) {
  .tiles--kids .tile .tile__heading__num {
    line-height: 2.5rem;
    width: 2.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .tiles--kids .tile .tile__heading__num {
    line-height: 2rem;
    width: 2rem;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 880px) {
  .tiles--kids .tile .tile__heading__num {
    line-height: 2.5rem;
    width: 2.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .tiles--kids .tile .tile__heading__num {
    line-height: 2rem;
    width: 2rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .tiles--kids .tile .tile__heading__num {
    line-height: 2.5rem;
    width: 2.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .tiles--kids .tile .tile__heading__num {
    line-height: 2rem;
    width: 2rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 360px) {
  .tiles--kids .tile .tile__heading__num {
    line-height: 1rem;
    width: 1rem;
    font-size: 1rem;
  }
}
.tiles--kids .tile .tile__heading__num:before {
  background-color: #146090;
}
.tiles--kids .tile__background-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .tiles--kids .tile__background-image {
    background-size: contain;
  }
}

/*------------------------------------*\
    # Inhalt
\*------------------------------------*/
article {
  /* ------------------------------------------------------------   Überschriften */
  /* ------------------------------------------------------------   Listen */
  /* ol {
  	counter-reset: section;
  	list-style-type: none;

  	& li {
  		display: flex;
  		align-items: baseline;

  		&:before {
  			counter-increment: section;
  			content: counter(section) ". "; 
  			font-weight: 600;
  			margin-right: 0.25rem;
  		}
  	}

  	&.aufgaben li {
  		margin-bottom: 0.5rem;

  		&:before {
  			background-color: $farbe-highlight-stufe3;
  			border-radius: 50%;
  			color: #fff;
  			content: counter(section, lower-alpha); 
  			display: inline-block;
  			flex: 0 0 1rem;
  			font-size: 1rem;
  			font-weight: 800;
  			height: 1rem;
  			line-height: 1rem;
  			margin-right: 0.75rem;
  			padding: 0.25rem;
  			text-align: center;
  			vertical-align: middle;
  			width: 1rem;
  		}
  	}

  }
  */
  /* === Keyframes === */
  /* === Gemeinsame Basis: Animation pausiert bis das Element sichtbar ist === */
  /* === 1) Später erscheinende Elemente === */
  /* === 2) Verzögert aktivierte Elemente (ohne Rahmen-Animation) === */
  /* === 3) Animierte Buttons (Rahmen + deaktiviert/aktiv Styles) === */
  /* Wenn durch JS aktiviert, entfernen wir die Deaktivierungs-Styles */
  /* o-mathe */
  /* end o-mathe */
  /* Responsive Design */
}
article h1,
article h2,
article h3 {
  border-bottom: 0.2em solid #b82929;
  text-align: right;
  clear: both;
  margin-left: -1.125rem;
  margin-right: -1.125rem;
  margin-top: 1.5rem;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 800px) {
  article h1,
article h2,
article h3 {
    margin-top: 0.75rem;
  }
}
@media screen and (max-width: 768px) {
  article h1,
article h2,
article h3 {
    margin-left: 0;
    margin-right: 0;
  }
}
article h3 {
  border-bottom: 0.08em solid #b82929;
  text-align: left;
}
article h3.aufgabe {
  border-bottom-color: #12b080;
  margin-right: 0;
  margin-left: 0;
}
article > * {
  margin-bottom: 1.5rem;
}
article figure {
  background: whitesmoke;
  display: block;
  max-width: 600px;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  margin: 1.5rem auto;
  padding: 1px;
  position: relative;
  line-height: 0.7em;
}
article figure a:focus,
article figure a:hover {
  background: transparent !important;
}
article figure > img, article figure > a > img {
  background: white;
  max-width: 600px;
  margin: 0;
}
article figure.klickstrecke {
  background: whitesmoke;
  padding: 0;
  line-height: 1.5em;
}
article figure.klickstrecke li:hover {
  color: #0077b6;
  cursor: pointer;
}
article figure.klickstrecke > img, article figure.klickstrecke > a > img {
  padding: 0.75rem;
  background: transparent;
}
article figure.klickstrecke--standard {
  display: block;
  max-width: none;
  padding: 1.5rem;
}
article figure.klickstrecke--standard img {
  max-width: none;
  height: auto;
}
article figure .origin {
  display: block;
  font-size: 0.7em;
  margin: 0;
  padding: 0.375rem;
}
article figure .hinweis {
  background: #e8e8e8;
  color: #545454;
  display: block;
  font-family: PTSansCaption;
  font-size: 0.7em;
  padding: 0.15rem 1.5rem;
}
article figure .hinweis--interaktiv:before {
  content: "Interaktiv: ";
}
article figure.mitte {
  margin: 1.5rem auto;
}
article li.klickstrecke--hervorhebung {
  color: #b82929;
}
article figcaption {
  font-family: PTSansCaption;
  font-size: 0.6em;
}
article pre {
  font-family: PTMono;
  font-size: 0.8125em;
  margin: 1.5rem 0 !important;
}
article pre.mitte {
  text-align: center;
  margin: 1.5rem auto;
}
article pre.quelltext {
  background: whitesmoke;
  border-left: 4px solid #b82929;
  padding: 0.0015rem 1.5rem;
  position: relative;
  min-height: 3em;
  margin: 0.75rem 0;
  min-height: 1rem;
  border-left-color: #0077b6;
  padding: 0.5rem 1.5rem;
}
article pre.quelltext:hover {
  background: #f0f0f0;
}
article pre.quelltext.line-numbers {
  padding-left: 3rem;
}
article code,
article code[class*=language-],
article pre[class*=language-] {
  font-family: PTMono;
}
article .line-numbers-rows {
  margin-top: -5px;
  border-right: 0 !important;
}
article .content > * {
  margin-bottom: 1.5rem;
}
article pre[class*=language-]::selection,
article pre[class*=language-] ::selection,
article code[class*=language-]::selection,
article code[class*=language-] ::selection {
  background: #0077b6;
}
article pre[class*=language-]::-moz-selection,
article pre[class*=language-]::-moz-selection,
article code[class*=language-]::-moz-selection,
article code[class*=language-]::-moz-selection {
  background: #0077b6;
}
article h3.aufgabe::selection {
  background: #12b080;
  color: #fff;
}
article h3.aufgabe::-moz-selection {
  background: #12b080;
  color: #fff;
}
article table {
  border-collapse: collapse;
  font-family: PTSansCaption;
  font-size: 0.9em;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}
article article,
article article table,
article article .wrapper--article table {
  table-layout: fixed;
}
article thead,
article tbody {
  width: inherit;
}
article tr:hover {
  background: whitesmoke;
}
article th {
  border-bottom: 2px solid #000;
  padding: 0.3rem;
  text-align: left;
}
article .textZentriert th,
article .textZentriert td,
article th.textZentriert,
article td.textZentriert {
  text-align: center;
}
article td {
  border-bottom: 1px solid #000;
  padding: 0.3rem;
}
article th,
article td {
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
article div.quellen {
  margin-top: 4.5rem;
  padding: 0;
}
article ul.quellen {
  font-family: PTSansCaption, "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.75em;
  list-style-type: none;
  padding-left: 0;
}
article .abbildung.mitte {
  margin: 1.5rem auto;
}
article img {
  display: block;
  max-width: 100%;
  margin: 1.5rem auto;
}
article .links {
  float: left;
  margin: 0 0.75rem 1.5rem 0;
}
article .rechts {
  float: right;
  margin: 0 0 1.5rem 0.75rem;
}
article .abbildung.rechts img.rechts,
article .abbildung.links img.links {
  margin: 0 0 0.375rem 0;
}
article dl {
  display: table;
  width: 100%;
}
article dl:after {
  content: " ";
  clear: both;
  display: block;
}
article dt {
  clear: left;
  display: block;
  font-weight: 800;
  float: left;
  margin-bottom: 0.375rem;
  text-align: left;
  width: 25%;
}
article dd {
  display: block;
  float: left;
  width: 70%;
}
article :not(pre) > code {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
  background-color: #f0f0f0 !important;
}
article .proportional {
  font-family: PTSansCaption, "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 0.9em;
  padding-left: 0 0.375rem;
}
article .farbe-inf-rot {
  color: #b82929;
}
article .farbe-inf-blau {
  color: #0077b6;
}
article .farbe-inf-tuerkis {
  color: #12b080;
}
article .farbe-inf-gelb {
  color: #fccb00;
}
article .ohne-listenpunkte {
  list-style-type: none;
}
article .logneg {
  border-top: 1px solid #000;
  display: inline-block;
  line-height: 1em;
}
article .bilderverschiebbar {
  display: flex;
  align-items: flex-start;
}
article .eingerueckt {
  display: block;
  padding-left: 3rem;
}
@keyframes fadeIn {
  0%, 99% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes aktivieren {
  0%, 99% {
    cursor: not-allowed;
    pointer-events: none;
    border: 1px dashed gray;
    background-color: white;
    color: gray;
  }
  100% {
    cursor: pointer;
    pointer-events: all;
    border: none;
    background-color: revert;
    color: revert;
  }
}
article ._delay-base, article .deaktiviert-verzoegert, article .deaktiviert-verzoegert--120, article .deaktiviert-verzoegert--60, article .deaktiviert-verzoegert--30, article .deaktiviert-verzoegert--20, article .deaktiviert-verzoegert--10, article .deaktiviert-verzoegert--5, article .verzoegert, article .verzoegert--120, article .verzoegert--60, article .verzoegert--30, article .verzoegert--20, article .verzoegert--10, article .verzoegert--5 {
  --dauer: 5s;
  /* Defaultdauer */
  animation-duration: var(--dauer);
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
article ._delay-base.is-visible, article .is-visible.deaktiviert-verzoegert, article .is-visible.deaktiviert-verzoegert--120, article .is-visible.deaktiviert-verzoegert--60, article .is-visible.deaktiviert-verzoegert--30, article .is-visible.deaktiviert-verzoegert--20, article .is-visible.deaktiviert-verzoegert--10, article .is-visible.deaktiviert-verzoegert--5, article .is-visible.verzoegert, article .is-visible.verzoegert--120, article .is-visible.verzoegert--60, article .is-visible.verzoegert--30, article .is-visible.verzoegert--20, article .is-visible.verzoegert--10, article .is-visible.verzoegert--5 {
  animation-play-state: running;
}
article .verzoegert, article .verzoegert--120, article .verzoegert--60, article .verzoegert--30, article .verzoegert--20, article .verzoegert--10, article .verzoegert--5 {
  animation-name: fadeIn;
  visibility: hidden;
}
article .verzoegert--5 {
  --dauer: 5s;
}
article .verzoegert--10 {
  --dauer: 10s;
}
article .verzoegert--20 {
  --dauer: 20s;
}
article .verzoegert--30 {
  --dauer: 30s;
}
article .verzoegert--60 {
  --dauer: 60s;
}
article .verzoegert--120 {
  --dauer: 120s;
}
article .deaktiviert-verzoegert, article .deaktiviert-verzoegert--120, article .deaktiviert-verzoegert--60, article .deaktiviert-verzoegert--30, article .deaktiviert-verzoegert--20, article .deaktiviert-verzoegert--10, article .deaktiviert-verzoegert--5 {
  animation-name: aktivieren;
}
article .deaktiviert-verzoegert--5 {
  --dauer: 5s;
}
article .deaktiviert-verzoegert--10 {
  --dauer: 10s;
}
article .deaktiviert-verzoegert--20 {
  --dauer: 20s;
}
article .deaktiviert-verzoegert--30 {
  --dauer: 30s;
}
article .deaktiviert-verzoegert--60 {
  --dauer: 60s;
}
article .deaktiviert-verzoegert--120 {
  --dauer: 120s;
}
article .animated-button-wrapper {
  position: relative;
  display: inline-block;
}
article .animated-border-svg {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
article .animated-border-rect {
  fill: none;
  stroke: #0077b6;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 0;
  /* wird per JS gesetzt */
  stroke-dashoffset: 0;
  /* wird per JS gesetzt */
  transition: stroke-dashoffset 0.1s linear;
}
article .animated-button-deaktiviert {
  cursor: not-allowed;
  pointer-events: none;
  border: none;
  background-color: white;
  color: gray;
}
article .animated-button-deaktiviert-border {
  cursor: not-allowed;
  pointer-events: none;
  border: 1px dashed gray;
  background-color: white;
  color: gray;
}
article .animated-button-aktiviert {
  cursor: pointer;
  pointer-events: all;
  border: none;
  background-color: revert;
  color: revert;
}
article details {
  transition: all 300ms;
  transition-timing-function: ease-in-out;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
}
article details p {
  margin-top: 0;
}
article details:not([class]) {
  padding: 0 !important;
  margin: 1.5rem 0;
}
article details:not([class]) > summary:before {
  top: 0;
  left: 0;
}
article details:not([class]) > div {
  background-color: #f0f0f0;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
  margin-top: 0;
}
article details:not([class]) > div *:last-child {
  margin-bottom: 0;
}
article summary:before {
  content: "";
  border-width: 0.4rem;
  border-style: solid;
  border-color: transparent transparent transparent #434343;
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  transform: rotate(0);
  transform-origin: 0.2rem 50%;
  transition: 0.25s transform ease 0s;
  -webkit-transition: 0.25s transform ease 0s;
}
article summary {
  cursor: pointer;
  border-radius: 2px;
  background-color: #f0f0f0;
  padding: 0.375rem 0.75rem 0.375rem 1.875rem;
  display: inline;
  box-shadow: 0 0 10px rgba(180, 180, 180, 0.5);
  transition: all 0.25s ease 0s;
}
article summary:hover {
  background-color: #343b45;
  box-shadow: 0 0 10px rgba(180, 180, 180, 0.8);
  color: #fff;
}
article summary:hover::before {
  border-color: transparent transparent transparent #fff;
}
article details[open] > summary {
  margin-bottom: 1.5rem;
}
article details[open]:not([class]) > summary {
  box-shadow: none;
  margin-bottom: 0;
}
article details[open] > summary:before {
  transform: rotate(90deg);
}
article details summary::-webkit-details-marker {
  display: none;
}
article details > ul {
  padding-bottom: 1rem;
  margin-bottom: 0;
}
article .def {
  background: whitesmoke;
  border-left: 4px solid #b82929;
  padding: 0.0015rem 1.5rem;
  position: relative;
  min-height: 3em;
  margin: 0.75rem 0;
}
article .def:hover {
  background: #f0f0f0;
}
article .def > .def {
  margin-top: -0.0015rem;
  margin-bottom: -0.0015rem;
  margin-left: -1.75rem;
  margin-right: -1.5rem;
  background-color: transparent;
}
article .def > .def:hover {
  background-color: transparent;
}
article .def > .def:before {
  content: "";
  display: none;
}
article .def + .def {
  margin-top: -0.75rem;
}
article .def + .def:before {
  content: "";
  display: none;
}
article .def > summary:hover {
  background-color: #b82929;
}
article .def[open] > summary {
  background-color: #b82929;
  color: #fff;
}
article .def[open] > summary:before {
  border-color: transparent transparent transparent #fff;
}
article .achtung {
  background: whitesmoke;
  border-left: 4px solid #b82929;
  padding: 0.0015rem 1.5rem;
  position: relative;
  min-height: 3em;
  margin: 0.75rem 0;
}
article .achtung:hover {
  background: #f0f0f0;
}
article .achtung > .achtung {
  margin-top: -0.0015rem;
  margin-bottom: -0.0015rem;
  margin-left: -1.75rem;
  margin-right: -1.5rem;
  background-color: transparent;
}
article .achtung > .achtung:hover {
  background-color: transparent;
}
article .achtung > .achtung:before {
  content: "";
  display: none;
}
article .achtung + .achtung {
  margin-top: -0.75rem;
}
article .achtung + .achtung:before {
  content: "";
  display: none;
}
article .achtung:before {
  position: absolute;
  top: 10px;
  left: -12px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  content: "!";
  background-color: #b82929;
}
article .achtung > summary:hover {
  background-color: #b82929;
}
article .achtung[open] > summary {
  background-color: #b82929;
  color: #fff;
}
article .achtung[open] > summary:before {
  border-color: transparent transparent transparent #fff;
}
article .frage {
  background: whitesmoke;
  border-left: 4px solid #b82929;
  padding: 0.0015rem 1.5rem;
  position: relative;
  min-height: 3em;
  margin: 0.75rem 0;
  border-left-color: #0077b6;
}
article .frage:hover {
  background: #f0f0f0;
}
article .frage > .frage {
  margin-top: -0.0015rem;
  margin-bottom: -0.0015rem;
  margin-left: -1.75rem;
  margin-right: -1.5rem;
  background-color: transparent;
}
article .frage > .frage:hover {
  background-color: transparent;
}
article .frage > .frage:before {
  content: "";
  display: none;
}
article .frage + .frage {
  margin-top: -0.75rem;
}
article .frage + .frage:before {
  content: "";
  display: none;
}
article .frage:before {
  position: absolute;
  top: 10px;
  left: -12px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  content: "?";
  background-color: #0077b6;
}
article .frage > summary:hover {
  background-color: #0077b6;
}
article .frage[open] > summary {
  background-color: #0077b6;
  color: #fff;
}
article .frage[open] > summary:before {
  border-color: transparent transparent transparent #fff;
}
article .information {
  background: whitesmoke;
  border-left: 4px solid #b82929;
  padding: 0.0015rem 1.5rem;
  position: relative;
  min-height: 3em;
  margin: 0.75rem 0;
  border-left-color: #fccb00;
}
article .information:hover {
  background: #f0f0f0;
}
article .information > .information {
  margin-top: -0.0015rem;
  margin-bottom: -0.0015rem;
  margin-left: -1.75rem;
  margin-right: -1.5rem;
  background-color: transparent;
}
article .information > .information:hover {
  background-color: transparent;
}
article .information > .information:before {
  content: "";
  display: none;
}
article .information + .information {
  margin-top: -0.75rem;
}
article .information + .information:before {
  content: "";
  display: none;
}
article .information:before {
  position: absolute;
  top: 10px;
  left: -12px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  content: "i";
  background-color: #fccb00;
}
article .information > summary:hover {
  background-color: #fccb00;
}
article .information[open] > summary {
  background-color: #fccb00;
  color: #fff;
}
article .information[open] > summary:before {
  border-color: transparent transparent transparent #fff;
}
article .aufgabenstellung {
  background: whitesmoke;
  border-left: 4px solid #b82929;
  padding: 0.0015rem 1.5rem;
  position: relative;
  min-height: 3em;
  margin: 0.75rem 0;
  border-left-color: #12b080;
}
article .aufgabenstellung:hover {
  background: #f0f0f0;
}
article .aufgabenstellung > .aufgabenstellung {
  margin-top: -0.0015rem;
  margin-bottom: -0.0015rem;
  margin-left: -1.75rem;
  margin-right: -1.5rem;
  background-color: transparent;
}
article .aufgabenstellung > .aufgabenstellung:hover {
  background-color: transparent;
}
article .aufgabenstellung > .aufgabenstellung:before {
  content: "";
  display: none;
}
article .aufgabenstellung + .aufgabenstellung {
  margin-top: -0.75rem;
}
article .aufgabenstellung + .aufgabenstellung:before {
  content: "";
  display: none;
}
article .aufgabenstellung > ol {
  list-style-type: lower-alpha;
}
article .aufgabenstellung > summary:hover {
  background-color: #12b080;
}
article .aufgabenstellung[open] > summary {
  background-color: #12b080;
  color: #fff;
}
article .aufgabenstellung[open] > summary:before {
  border-color: transparent transparent transparent #fff;
}
article .konzept {
  color: #b82929;
  font-weight: 800;
}
article .box {
  background: whitesmoke;
  border-left: 4px solid #b82929;
  padding: 0.0015rem 1.5rem;
  position: relative;
  min-height: 3em;
  margin: 0.75rem 0;
  border-left-color: #0077b6;
}
article .box:hover {
  background: #f0f0f0;
}
article .box > .box {
  margin-top: -0.0015rem;
  margin-bottom: -0.0015rem;
  margin-left: -1.75rem;
  margin-right: -1.5rem;
  background-color: transparent;
}
article .box > .box:hover {
  background-color: transparent;
}
article .box > .box:before {
  content: "";
  display: none;
}
article .box + .box {
  margin-top: -0.75rem;
}
article .box + .box:before {
  content: "";
  display: none;
}
article .box > summary:hover {
  background-color: #0077b6;
}
article .box[open] > summary {
  background-color: #0077b6;
  color: #fff;
}
article .box[open] > summary:before {
  border-color: transparent transparent transparent #fff;
}
article .zitat {
  background: whitesmoke;
  border-left: 4px solid #b82929;
  padding: 0.0015rem 1.5rem;
  position: relative;
  min-height: 3em;
  margin: 0.75rem 0;
  border-left: none;
  background-color: white;
  font-style: italic;
  padding: 1.5rem;
  padding-left: 2rem;
}
article .zitat:hover {
  background: #f0f0f0;
}
article .zitat:before {
  position: absolute;
  top: 15px;
  left: -5px;
  color: lightgrey;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 60px;
  content: "“";
}
article .zitat > .autor {
  text-align: end;
}
article .zitat > .autor:before {
  content: "—";
}
article .definition:not(span) {
  background: whitesmoke;
  border-left: 4px solid #b82929;
  padding: 0.0015rem 1.5rem;
  position: relative;
  min-height: 3em;
  margin: 0.75rem 0;
  border-left-color: #12b080;
}
article .definition:not(span):hover {
  background: #f0f0f0;
}
article .definition:not(span) > .definition {
  margin-top: -0.0015rem;
  margin-bottom: -0.0015rem;
  margin-left: -1.75rem;
  margin-right: -1.5rem;
  background-color: transparent;
}
article .definition:not(span) > .definition:hover {
  background-color: transparent;
}
article .definition:not(span) > .definition:before {
  content: "";
  display: none;
}
article .definition:not(span) + .definition {
  margin-top: -0.75rem;
}
article .definition:not(span) + .definition:before {
  content: "";
  display: none;
}
article .definition:not(span):before {
  position: absolute;
  top: 10px;
  left: -12px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  content: "D";
  background-color: #12b080;
}
article .definition > summary:hover {
  background-color: #12b080;
}
article .definition[open] > summary {
  background-color: #12b080;
  color: #fff;
}
article .definition[open] > summary:before {
  border-color: transparent transparent transparent #fff;
}
article .satz:not(span) {
  background: whitesmoke;
  border-left: 4px solid #b82929;
  padding: 0.0015rem 1.5rem;
  position: relative;
  min-height: 3em;
  margin: 0.75rem 0;
  border-left-color: #b82929;
}
article .satz:not(span):hover {
  background: #f0f0f0;
}
article .satz:not(span) > .satz {
  margin-top: -0.0015rem;
  margin-bottom: -0.0015rem;
  margin-left: -1.75rem;
  margin-right: -1.5rem;
  background-color: transparent;
}
article .satz:not(span) > .satz:hover {
  background-color: transparent;
}
article .satz:not(span) > .satz:before {
  content: "";
  display: none;
}
article .satz:not(span) + .satz {
  margin-top: -0.75rem;
}
article .satz:not(span) + .satz:before {
  content: "";
  display: none;
}
article .satz:not(span):before {
  position: absolute;
  top: 10px;
  left: -12px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  content: "S";
  background-color: #b82929;
}
article .satz > summary:hover {
  background-color: #b82929;
}
article .satz[open] > summary {
  background-color: #b82929;
  color: #fff;
}
article .satz[open] > summary:before {
  border-color: transparent transparent transparent #fff;
}
article .beispiel:not(span) {
  background: whitesmoke;
  border-left: 4px solid #b82929;
  padding: 0.0015rem 1.5rem;
  position: relative;
  min-height: 3em;
  margin: 0.75rem 0;
  border-left-color: #7a9cb1;
}
article .beispiel:not(span):hover {
  background: #f0f0f0;
}
article .beispiel:not(span) > .beispiel {
  margin-top: -0.0015rem;
  margin-bottom: -0.0015rem;
  margin-left: -1.75rem;
  margin-right: -1.5rem;
  background-color: transparent;
}
article .beispiel:not(span) > .beispiel:hover {
  background-color: transparent;
}
article .beispiel:not(span) > .beispiel:before {
  content: "";
  display: none;
}
article .beispiel:not(span) + .beispiel {
  margin-top: -0.75rem;
}
article .beispiel:not(span) + .beispiel:before {
  content: "";
  display: none;
}
article .beispiel:not(span):before {
  position: absolute;
  top: 10px;
  left: -12px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  content: "B";
  background-color: #7a9cb1;
}
article .beispiel > summary:hover {
  background-color: #7a9cb1;
}
article .beispiel[open] > summary {
  background-color: #7a9cb1;
  color: #fff;
}
article .beispiel[open] > summary:before {
  border-color: transparent transparent transparent #fff;
}
article .merke:not(span) {
  background: whitesmoke;
  border-left: 4px solid #b82929;
  padding: 0.0015rem 1.5rem;
  position: relative;
  min-height: 3em;
  margin: 0.75rem 0;
  border-left-color: #b82929;
}
article .merke:not(span):hover {
  background: #f0f0f0;
}
article .merke:not(span) > .merke {
  margin-top: -0.0015rem;
  margin-bottom: -0.0015rem;
  margin-left: -1.75rem;
  margin-right: -1.5rem;
  background-color: transparent;
}
article .merke:not(span) > .merke:hover {
  background-color: transparent;
}
article .merke:not(span) > .merke:before {
  content: "";
  display: none;
}
article .merke:not(span) + .merke {
  margin-top: -0.75rem;
}
article .merke:not(span) + .merke:before {
  content: "";
  display: none;
}
article .merke:not(span):before {
  position: absolute;
  top: 10px;
  left: -12px;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  content: "!";
  background-color: #b82929;
}
article .merke > summary:hover {
  background-color: #b82929;
}
article .merke[open] > summary {
  background-color: #b82929;
  color: #fff;
}
article .merke[open] > summary:before {
  border-color: transparent transparent transparent #fff;
}
article span.definition {
  color: #12b080;
  font-weight: 800;
}
article button {
  border-radius: 2px;
  border: none;
  background-color: rgba(205, 209, 214, 0.9);
  padding: 0.375rem 0.75rem;
  margin: 1.5rem 1.5rem 1.5rem 0;
  display: inline;
  box-shadow: 0 0 10px rgba(180, 180, 180, 0.5);
  transition: all 0.25s ease 0s;
}
article button.inline-button {
  margin: 0.5rem;
}
article button:hover {
  background-color: #343b45;
  color: #fff;
  box-shadow: 0 0 10px rgba(180, 180, 180, 0.8);
}
article button:hover::before {
  border-color: transparent transparent transparent #fff;
}
article button:active {
  box-shadow: inset 0px 0px 5px rgba(180, 180, 180, 0.5);
}
article button.button--rot {
  background-color: #b82929;
  color: #fff;
}
article button.button--rot:hover {
  background-color: #d05b5b;
}
article button.button--blau {
  background-color: #0077b6;
  color: #fff;
}
article button.button--blau:hover {
  background-color: #189adf;
}
article button.button--tuerkis {
  background-color: #12b080;
  color: #fff;
}
article button.button--tuerkis:hover {
  background-color: #14c48f;
}
article button.button--gelb {
  background-color: #fccb00;
  color: #fff;
}
article button.button--gelb:hover {
  background-color: #ffdd56;
}
article button.copy-to-clipboard-button {
  margin: 0 0.5rem 0 0.5rem;
}
article .slick-dots li button {
  width: 0;
  height: 0;
  padding: 0;
}
article .pillows--flex, article .pillows--grid {
  --heading-color: #000;
  /* Default heading color */
  padding: 20px;
}
article .pillows--flex h2, article .pillows--grid h2 {
  border-bottom: none;
  text-align: left;
  font-size: 1.75em;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  color: var(--heading-color);
}
article .pillows--flex--blau, article .pillows--grid--blau {
  --heading-color: #3498db;
}
article .pillows--flex--rot, article .pillows--grid--rot {
  --heading-color: #e74c3c;
}
article .pillows--flex--gruen, article .pillows--grid--gruen {
  --heading-color: #2ecc71;
}
article .pillows--flex .pillow, article .pillows--grid .pillow {
  background-color: whitesmoke;
  border-radius: 10px;
  text-decoration: none;
  color: black;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 15px;
  aspect-ratio: 2/3.18;
  height: 350px;
  /* Maximale Höhe */
  width: 100%;
  /* Nimmt die volle Breite des Containers ein */
}
article .pillows--flex .pillow:hover, article .pillows--grid .pillow:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
  /* Leichte Verschiebung nach oben beim Hover */
}
article .pillows--flex .pillow:focus, article .pillows--grid .pillow:focus {
  outline: 2px solid var(--heading-color);
  /* Fokus-Stil für bessere Zugänglichkeit */
  outline-offset: 4px;
}
article .pillows--flex .pillow h3, article .pillows--grid .pillow h3 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
  font-size: 1.2em;
  color: var(--heading-color);
  text-align: left;
  /* Überschrift linksbündig */
}
article .pillows--flex .pillow img, article .pillows--grid .pillow img {
  width: 100%;
  height: 35%;
  object-fit: contain;
  border-radius: 10px;
  margin: 10px 0;
}
article .pillows--flex .pillow p, article .pillows--grid .pillow p {
  margin: 0;
  font-size: 0.85em;
  color: #555;
  flex-grow: 1;
  text-align: left;
  /* Text linksbündig */
}
article .pillows--flex .pillow {
  max-width: 220px;
  /* Begrenzung der maximalen Breite */
}
article .pillows--flex > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  /* Boxen am linken Rand ausrichten */
  align-items: flex-start;
  /* Boxen am oberen Rand ausrichten */
  gap: 15px;
}
article .pillows--grid {
  height: 400px;
  position: relative;
}
article .pillows--grid > div {
  /* Das direkte Kind-Element innerhalb von pillows--grid */
  display: grid;
  grid-template-columns: [col0] 1fr [col1] 1fr [col2];
  grid-template-rows: [row0] 1fr [row1] 1fr [row2];
  gap: 20px;
}
article .pillows--grid > div .pillow {
  height: auto;
  max-height: none;
  aspect-ratio: unset;
  max-width: none;
}
article .pillows--grid img {
  width: 100%;
  height: 20%;
  object-fit: contain;
  border-radius: 10px;
  margin: 10px 0;
}
article .pillows--grid--eins-zwei .pillow:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
article .pillows--grid--eins-zwei .pillow:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
article .pillows--grid--eins-zwei .pillow:nth-child(3) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 768px) {
  article .pillows--flex > div, article .pillows--grid > div {
    flex-direction: column;
    /* Stapelt die Boxen untereinander auf mobilen Geräten */
    align-items: center;
    /* Zentriert die Boxen horizontal */
    grid-template-columns: 1fr;
    /* Eine Spalte im Grid auf mobilen Geräten */
  }
}

::selection {
  background: #b82929;
  color: #fff;
}

::-moz-selection {
  background: #b82929;
  color: #fff;
}

.wrapper--sitemap {
  max-width: 100%;
  width: 100%;
}

.sitemap {
  font-family: monospace;
}
.sitemap td {
  border-bottom: 1px solid #bbb;
  padding: 0;
}
.sitemap td.kapitel {
  min-width: 25rem;
}
.sitemap td.kategorie {
  color: #b40000;
}
.sitemap td.sprache {
  color: #00b400;
}
.sitemap td.sonstiges {
  color: #0000b4;
}
.sitemap td.tiefe-1 {
  font-size: 1.2rem;
  font-weight: 800;
  padding-top: 1rem;
}
.sitemap td.tiefe-2 {
  padding-left: 0.75rem;
}
.sitemap td.tiefe-3 {
  padding-left: 1.5rem;
}
.sitemap td.tiefe-4 {
  padding-left: 2.25rem;
}
.sitemap td.tiefe-5 {
  padding-left: 3rem;
}
.sitemap td.tiefe-6 {
  padding-left: 3.75rem;
}
.sitemap td.tiefe-7 {
  padding-left: 4.5rem;
}
.sitemap td.tiefe-8 {
  padding-left: 5.25rem;
}
.sitemap td.tiefe-9 {
  padding-left: 6rem;
}
.sitemap td.tiefe-10 {
  padding-left: 6.75rem;
}
.sitemap tr:hover {
  background-color: whitesmoke;
}
.sitemap pre {
  margin: 0 !important;
}
.sitemap__link, .sitemap__link:active, .sitemap__link:visited {
  text-decoration: none;
  color: #434343;
}
.sitemap__link:hover, .sitemap__link:focus {
  color: white;
}
.sitemap__link--kategorie, .sitemap__link--kategorie:active, .sitemap__link--kategorie:visited {
  color: #b82929;
}
.sitemap__link--sprache, .sitemap__link--sprache:active, .sitemap__link--sprache:visited {
  color: #12b080;
}
.sitemap__link--sonstiges, .sitemap__link--sonstiges:active, .sitemap__link--sonstiges:visited {
  color: #0077b6;
}
.sitemap__link--kategorie:hover, .sitemap__link--kategorie:focus, .sitemap__link--sprache:hover, .sitemap__link--sprache:focus, .sitemap__link--sonstiges:hover, .sitemap__link--sonstiges:focus {
  color: white;
}

/*------------------------------------*\
    # Suchergebnisse (Liste, etc)
\*------------------------------------*/
.suchergebnisse .breadcrumbs {
  padding-left: 0;
  line-height: 1.25em;
  height: auto;
}
.suchergebnisse .breadcrumbs a:focus,
.suchergebnisse .breadcrumbs a:hover {
  color: #434343;
}
.suchergebnisse .suchergebnis__anrisstext {
  margin-top: 0.5rem;
}

h3.suchergebnis {
  text-align: left;
  border-bottom-color: #0077b6;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}

a.suchergebnis__link,
a.suchergebnis__link:active,
a.suchergebnis__link:visited {
  display: block;
  text-decoration: none;
  color: #434343;
  margin-top: 2rem;
}

a.suchergebnis__link:focus,
a.suchergebnis__link:hover {
  background-color: transparent;
  color: white;
}
a.suchergebnis__link:focus > h3.suchergebnis,
a.suchergebnis__link:hover > h3.suchergebnis {
  background-color: #0077b6;
  color: white;
}

/*------------------------------------*\
    # Allgemeines zu Such- und Feedbackformular
\*------------------------------------*/
.overlay__form input {
  border-bottom: 1px solid black;
  border-left: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  display: flex;
  flex: 1 1 12em;
}
.overlay__form input[type=submit] {
  background: #0077b6;
  border: none;
  color: white;
  font-size: 1.2em;
  font-weight: 800;
  padding: 1em;
}
.overlay__form input[type=submit]:focus, .overlay__form input[type=submit]:hover {
  background: #12b080;
}
.overlay__form textarea {
  border: 1px solid black;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  display: flex;
  flex: 1 1 12em;
}
.overlay__form input[type=text]:focus,
.overlay__form input[type=email]:focus,
.overlay__form textarea:focus {
  box-shadow: 0 0 5px #b82929;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #b82929;
}

/*------------------------------------*\
    # Fehlermeldungstext
\*------------------------------------*/
.message {
  background: whitesmoke;
  color: black;
  margin-left: -1.125rem;
  margin-right: -1.125rem;
  padding: 1em 1.125rem;
}
.message::selection {
  background: white;
  color: black;
}
.message::-moz-selection {
  background: white;
  color: black;
}

.message--ok {
  background: #12b080;
  color: white;
}
.message--ok .message__close,
.message--ok .message__close:active,
.message--ok .message__close:visited {
  color: white;
}
.message--ok .message__close:focus,
.message--ok .message__close:hover {
  background: white;
  color: #12b080;
}

.message--danger {
  background: #b82929;
  color: white;
}
.message--danger .message__close,
.message--danger .message__close:active,
.message--danger .message__close:visited {
  color: white;
}
.message--danger .message__close:focus,
.message--danger .message__close:hover {
  background: white;
  color: #b82929;
}

.message__close,
.message__close:active,
.message__close:visited {
  color: black;
  float: right;
  padding: 0.1em 0.5em;
  text-decoration: none;
}

.message__close:focus,
.message__close:hover {
  background: white;
  color: black;
}

/*------------------------------------*\
    # Diverses
\*------------------------------------*/
.uniform__potty {
  position: absolute;
  left: -9999px;
}

.meldung,
.meldung:active,
.meldung:visited {
  display: block;
  margin: 0.5em 0.45em 3em;
  padding: 1em;
  text-decoration: none;
  color: #000;
  font-size: 0.8rem;
  font-weight: 400;
  font-family: PTSansCaption, "Helvetica Neue", "Helvetica", sans-serif;
}

.meldung--info {
  background: whitesmoke;
  border-left: #b82929 3px solid;
}

.draft-wrapper {
  position: absolute;
  top: 1em;
  left: 50%;
}
.draft-wrapper__heading {
  background: #b82929;
  color: #fff;
  font-size: 1.2em;
  font-weight: 800;
  padding: 0.5em 1em;
  position: absolute;
  text-align: center;
  top: 0;
  left: -150px;
  width: 300px;
}
.draft-wrapper__heading a,
.draft-wrapper__heading a:active,
.draft-wrapper__heading a:visited {
  color: white;
  font-style: italic;
  padding: 0;
  text-decoration: none;
}
.draft-wrapper__heading a:focus,
.draft-wrapper__heading a:hover {
  background: transparent;
  color: white;
  text-decoration: underline;
}

/*------------------------------------*\
    # Header
\*------------------------------------*/
.header__top {
  background-color: #024f7f;
  margin: 0;
  padding: 1rem 0;
}
.header__bottom {
  background-color: rgba(205, 209, 214, 0.9);
  height: 2rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.startseite .header__bottom {
  display: none;
}
@media screen and (max-width: 400px) {
  .header__bottom {
    display: none;
  }
}
.header__logo {
  margin: 0;
  height: 2.5rem;
  overflow: hidden;
}
.header__logo--gtmedium {
  display: block;
}
@media screen and (max-width: 800px) {
  .header__logo--gtmedium {
    display: none;
  }
}
.header__logo--ltmedium {
  display: none;
  padding: 0 0.375rem;
  width: 3rem;
}
@media screen and (max-width: 800px) {
  .header__logo--ltmedium {
    display: block;
  }
}
.header__logo--kids {
  padding: 0.1rem;
  width: 3rem;
}
.header__logo--extern {
  cursor: pointer;
  margin-top: 0;
  margin-bottom: -1.5rem;
  margin-left: 0;
  padding: 0rem;
  width: 9rem;
}
.header__logo__bild {
  height: 100%;
}
.header__logo:focus a, .header__logo:hover a {
  background-color: transparent;
}
.header .wrapper {
  margin: 0 auto;
  position: relative;
  width: clamp(320px, 100%, 1600px);
}
@media screen and (max-width: 1600px) {
  .header .wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .header .wrapper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.header .wrapper__left {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-right: 2rem;
}
.header .wrapper--headertop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 0.75rem;
}

.breadcrumbs {
  display: flex;
  font-size: 0.75rem;
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  padding-right: 30px;
  white-space: nowrap;
}
.breadcrumbs__pagenumber {
  padding-right: 0.4rem;
}
.breadcrumbs__divider {
  padding: 0 0.4rem 0 0.25rem;
}

.breadcrumb {
  color: #343b45;
  display: block;
  flex: 0 auto;
  flex-shrink: 1000;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}
.breadcrumb:active, .breadcrumb:visited {
  color: #343b45;
}
.breadcrumb:focus, .breadcrumb:hover {
  background: transparent;
  color: #12b080;
  flex: 0 0 auto;
}
.breadcrumb--fullwidth {
  flex-shrink: 0;
}
.breadcrumb--fullwidth:hover {
  flex-grow: 0;
}

.header--onscroll {
  box-shadow: 0 0 10px #c8c8c8;
  left: 0;
  position: fixed;
  top: -10rem;
  transition: top 1s ease-in-out;
  width: 100%;
  z-index: 100;
}
.header--onscroll--show-fixed {
  top: 0rem;
}
.header--onscroll .wrapper--headertop {
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  padding: 0;
}
.header--onscroll .header__top {
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 0.2rem solid #024f7f;
  padding: 0;
}
.header--onscroll .header__bottom {
  content: " ";
  display: block;
  height: 0;
  margin: 0;
  width: 0%;
}
.header--onscroll .header__logo {
  background-color: #024f7f;
  box-shadow: 10px 0 10px -10px #c8c8c8;
  flex-shrink: 0;
  font-size: 1rem;
  height: 3rem;
  margin: 0 0 -1rem 0;
  padding: 0.4rem;
  width: 3rem;
}
.header--onscroll .breadcrumbs {
  color: #646464;
  padding-left: 1rem;
  flex-grow: 1;
}
@media screen and (max-width: 800px) {
  .header--onscroll .breadcrumbs {
    display: flex;
  }
}
@media screen and (max-width: 400px) {
  .header--onscroll .breadcrumbs {
    display: none;
  }
}
.header--onscroll .breadcrumb {
  color: #646464;
}
.header--onscroll .breadcrumb:focus, .header--onscroll .breadcrumb:hover {
  color: #12b080;
}

.toolbox {
  display: flex;
  font-family: "inf-schule";
  height: 2rem;
}
.header--onscroll .toolbox {
  justify-self: flex-end;
}
.toolbox--fullscreen {
  background: white;
  justify-content: flex-end;
  padding: 0.75rem 1.5rem 0 1.5rem;
}
@media screen and (max-width: 800px) {
  .toolbox--fullscreen {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.toolbox--fullscreen .toolbox__tool {
  color: #343b45 !important;
}
.toolbox--fullscreen .toolbox__tool:focus, .toolbox--fullscreen .toolbox__tool:hover {
  background: transparent;
}
.toolbox__tool {
  color: white !important;
  font-size: 1.25rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 0.65rem;
  text-decoration: none;
}
.toolbox__tool:focus, .toolbox__tool:hover {
  background-color: transparent !important;
  color: #12b080 !important;
}
.toolbox__tool--disabled {
  color: rgba(255, 255, 255, 0.25) !important;
}
.toolbox__tool--disabled:focus, .toolbox__tool--disabled:hover {
  color: rgba(255, 255, 255, 0.25) !important;
  cursor: not-allowed;
}
.header--onscroll .toolbox__tool {
  color: #6e7580 !important;
}
.header--onscroll .toolbox__tool:focus, .header--onscroll .toolbox__tool:hover {
  background: #024f7f !important;
  color: white !important;
}
@media screen and (min-width: 1100px) {
  .toolbox__tool--menu {
    display: none;
  }
}

.scroll-indicator {
  border-bottom: 2px solid #12b080;
  content: " ";
  height: 0;
}

.animate {
  transition: all 0.5s ease-in-out;
}

.fullscreenDisabled {
  margin: 0;
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

.fullscreenMaxWidth {
  margin: 0;
  min-width: 100%;
  padding: 0.15rem 4.5rem 15rem 4.5rem;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .fullscreenMaxWidth {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.fullscreenMaxWidth h2 {
  margin-top: 0.75rem;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.96);
  color: black;
  margin: 0;
  padding: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
  width: 0;
  transition: opacity 0.5s ease-in-out;
  position: fixed;
  z-index: -100001;
  top: 0;
  left: 0;
}
.overlay.showOverlay {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 100001;
  overflow-y: auto;
}

.overlay__heading {
  display: block;
  width: 90%;
  margin: 1rem auto;
  border-bottom: 3px solid #b82929;
}

.toolbox--feedback {
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}
.toolbox--feedback .toolbox__tool--feedback,
.toolbox--feedback .toolbox__tool--feedback:active,
.toolbox--feedback .toolbox__tool--feedback:visited {
  color: #6e7580 !important;
}

.overlay--feedbackform form {
  width: 90%;
  margin: 0 auto;
}
.overlay--feedbackform .field {
  display: flex;
  margin-bottom: 1.5em;
  width: 100%;
}
.overlay--feedbackform .field--test {
  left: -99999em;
  position: absolute;
}
.overlay--feedbackform label {
  margin-right: 2em;
  text-align: right;
  flex: 0 0 9em;
}
.overlay--feedbackform input[type=text],
.overlay--feedbackform input[type=email] {
  background-image: none !important;
  font-size: 2em;
  line-height: 1em;
  width: 100%;
  border-bottom: 1px solid black;
  border-left: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
}
.overlay--feedbackform input[type=submit] {
  width: 100%;
  background: rgba(2, 79, 127, 0.9);
  border: none;
  color: white;
  font-size: 1.2em;
  font-weight: 800;
  padding: 0.5em 1em;
}
.overlay--feedbackform input[type=submit]:focus, .overlay--feedbackform input[type=submit]:hover {
  background: #12b080;
}
.overlay--feedbackform .field {
  margin-top: 1em;
}

.toolbox--search {
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
}
.toolbox--search .toolbox__tool--showSearch,
.toolbox--search .toolbox__tool--showSearch:active,
.toolbox--search .toolbox__tool--showSearch:visited {
  color: #6e7580 !important;
}

.overlay__searchform {
  margin: 0 auto;
  width: 90%;
}
.overlay__searchform input[type=text] {
  background-image: none !important;
  font-size: 2em;
  line-height: 1em;
  width: 100%;
  border-bottom: 1px solid black;
  border-left: 1px solid rgba(255, 255, 255, 0);
  border-right: 1px solid rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
}
.overlay__searchform input[type=submit] {
  width: 100%;
  background: rgba(2, 79, 127, 0.9);
  border: none;
  color: white;
  font-size: 1.2em;
  font-weight: 800;
  padding: 0.5em 1em;
}
.overlay__searchform input[type=submit]:focus, .overlay__searchform input[type=submit]:hover {
  background: #12b080;
}
.overlay__searchform .field {
  margin-top: 1em;
}
.overlay__searchform .textinput.inactive {
  color: #d2d2d2;
}

.overlay--qrcode {
  background-color: #024f7f;
  color: white;
}

.toolbox--qrcode {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (max-width: 800px) {
  .toolbox--qrcode {
    top: 1rem;
    right: 1rem;
  }
}

.overlay__qrcode {
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: 3fr 7fr;
  grid-template-areas: "qrcode__title qrcode__code" "qrcode__url qrcode__code";
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 800px) {
  .overlay__qrcode {
    grid-template-columns: 100%;
    grid-template-rows: 2fr 5fr 3fr;
    grid-template-areas: "qrcode__title" "qrcode__code" "qrcode__url";
  }
}

.qrcode__title {
  grid-area: qrcode__title;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(2rem, 5vw, 5rem);
  padding: min(1rem, 1vw);
}
.qrcode__title span {
  text-align: center;
}

.qrcode__url {
  grid-area: qrcode__url;
  font-size: clamp(1.5rem, 1.5vw, 3rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: min(3rem, 3vw);
}
.qrcode__url__link {
  margin-bottom: 1rem;
}
.qrcode__url__link__title {
  font-size: clamp(1rem, 1vw, 2rem);
}
.qrcode__url__link__url {
  word-break: break-word;
}
.qrcode__url__hinweis {
  font-size: 1rem;
  margin-top: 1rem;
  width: 100%;
  font-style: italic;
}

.qrcode__code {
  grid-area: qrcode__code;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.qrcode__code img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 1rem;
}

/*------------------------------------*\
    # Software-Werkzeuge
\*------------------------------------*/
.svg-inline--os-icon {
  width: 2rem;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

/*------------------------------------*\
    # Projektseiten
\*------------------------------------*/
/* Link/Logo */
@keyframes bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-40px);
  }
  50% {
    transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
.kids-link {
  display: none;
  position: absolute;
  width: 100px;
  height: 50px;
  line-height: 55px;
  padding: 0px;
  background: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  top: 2rem;
  left: 60%;
  text-decoration: none;
  text-align: center;
  font-family: "Kalam", cursive;
  font-size: 2rem;
  box-shadow: 4px 10px 42px 0px rgba(0, 0, 0, 0.5);
}
.startseite .kids-link {
  animation: bounce 2.8s;
  animation-direction: alternate;
  animation-iteration-count: 1;
  animation-delay: 2s;
}
.kids-link--left {
  display: inline-block;
  left: auto;
  margin-left: 4.5rem;
  top: 1rem;
}
.kids-link:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 12px 15px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -12px;
  left: 24px;
  transition: all 300ms;
  transition-timing-function: ease-in-out;
}
.kids-link:hover {
  box-shadow: 4px 10px 42px 0px rgba(255, 255, 255, 0.5);
  background-color: #b82929;
}
.kids-link:hover:after {
  border-color: #b82929 transparent;
}
.kids-link--tile {
  background: transparent;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0;
  line-height: 9rem;
  top: auto;
  left: auto;
  position: relative;
  font-size: 2.5rem;
  box-shadow: none;
}
.kids-link--tile:after {
  bottom: 0;
  left: 0;
  border: none !important;
}
.kids-link__K {
  color: #b82929;
}
.kids-link:hover .kids-link__K {
  color: #fff;
}
.kids-link__I {
  color: #0077b6;
}
.kids-link__D {
  color: #12b080;
}
.kids-link__S {
  color: #fccb00;
}
@media screen and (min-width: 1024px) {
  .kids-link {
    display: block;
  }
}

.header--projects h1 a.logo-icon {
  display: inline-block;
  padding-top: 0px;
}

.header__logo--kids {
  margin-left: 0.5rem;
}

.startseite .article--projects {
  padding-top: 0.5rem;
}

/* Projekte */
.article--project {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  /* Korrektur KJ: Bei der alten Variable rutschte die Navigation zwischen 1080px und 1200px über die Inhaltsspalte */
  /* Alte Einstellung: @media screen and (min-width: $seitenbreite-gross)} */
}
@media screen and (min-width: 1100px) {
  .article--project {
    flex-direction: row-reverse;
    padding: 0.15rem 6rem 1.5rem;
    justify-content: flex-end;
  }
}

.project__logo {
  display: block;
  float: left;
  margin-top: 3rem;
  margin-bottom: -0.75rem;
  width: 25%;
}
@media screen and (max-width: 800px) {
  .project__logo {
    display: none;
  }
}

.mainnav--project {
  right: auto;
  width: auto;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  padding-left: 0;
  padding-right: 0;
}
.fullscreenMaxWidth .mainnav--project {
  margin-top: 0;
  margin-left: 3rem !important;
}
.mainnav--project.mainnav--inline {
  margin-left: 0;
  margin-right: -3rem;
  padding-left: 3rem;
  padding-top: 3rem;
  width: 40%;
}
.mainnav--project.mainnav--inline > ul {
  border-left: none;
}
.mainnav--project > ul {
  list-style-type: none;
  padding: 0;
}
.mainnav--project > ul.invisible {
  display: none;
}
.mainnav--project > ul.visible {
  display: block;
}

.projectstep-link {
  color: #024f7f;
  line-height: 1rem;
  margin: 0;
  padding-left: 3.5rem;
  position: relative;
}
.projectstep-link.projectstep-link--kids {
  font-size: 0.8rem;
  line-height: 1.8rem;
}
.projectstep-link:focus, .projectstep-link:hover {
  color: white;
}
.projectstep-link:before {
  background-color: rgba(205, 209, 214, 0.9);
  box-sizing: border-box;
  content: " ";
  display: block;
  height: 100%;
  left: 24px;
  position: absolute;
  top: 0px;
  width: 3px;
}
.projectstep-link:after {
  background-color: white;
  border-color: rgba(205, 209, 214, 0.9);
  border-radius: 100%;
  border-style: solid;
  border-width: 3px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  box-sizing: border-box;
  content: " ";
  display: block;
  height: 13px;
  left: 19px;
  position: absolute;
  top: 0.7em;
  top: calc(50% - 7px);
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-property: all;
  transition-timing-function: ease-in-out;
  width: 13px;
}
.projectstep-link.projectstep-link--kids:after {
  height: 15px;
  top: 1.1em;
  left: 18px;
  width: 15px;
}
.projectstep-link--first:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(transparent, transparent 1.2em, rgba(205, 209, 214, 0.9) 21px, rgba(205, 209, 214, 0.9));
}
.projectstep-link--last:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(205, 209, 214, 0.9), rgba(205, 209, 214, 0.9) 1.1em, transparent, transparent);
}
.projectstep-link--last.projectstep-link--nextIsLerncheck:before {
  background-image: linear-gradient(rgba(205, 209, 214, 0.9) 0%, rgba(205, 209, 214, 0.9) 50%, #fff 50%, #fff 60%, rgba(205, 209, 214, 0.9) 60%, rgba(205, 209, 214, 0.9) 70%, #fff 70%, #fff 80%, rgba(205, 209, 214, 0.9) 80%, rgba(205, 209, 214, 0.9) 90%, #fff 90%, #fff 100%);
}
.projectstep-link--current:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#b82929, #b82929 calc(50% - 5px), rgba(205, 209, 214, 0.9) 0, rgba(205, 209, 214, 0.9));
}
.projectstep-link--current:after {
  background-color: #b82929;
  border-color: #b82929;
}
.projectstep-link--current.projectstep-link--first:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(transparent, transparent 1.2em, rgba(205, 209, 214, 0.9) 21px, rgba(205, 209, 214, 0.9));
}
.projectstep-link--current.projectstep-link--last:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#b82929, #b82929 1.2em, transparent, transparent);
}
.projectstep-link--done:before {
  background-color: #b82929;
}
.projectstep-link--done:after {
  border-color: #b82929;
}
.projectstep-link--done.projectstep-link--first:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(transparent, transparent 1.2em, #b82929 0, #b82929);
}
.projectstep-link--optional:after {
  border-style: dotted;
}
.projectstep-link--optional:before {
  background-image: linear-gradient(rgba(205, 209, 214, 0.9) 0%, rgba(205, 209, 214, 0.9) 10%, #fff 10%, #fff 20%, rgba(205, 209, 214, 0.9) 20%, rgba(205, 209, 214, 0.9) 30%, #fff 30%, #fff 40%, rgba(205, 209, 214, 0.9) 40%, rgba(205, 209, 214, 0.9) 50%, #fff 50%, #fff 60%, rgba(205, 209, 214, 0.9) 60%, rgba(205, 209, 214, 0.9) 70%, #fff 70%, #fff 80%, rgba(205, 209, 214, 0.9) 80%, rgba(205, 209, 214, 0.9) 90%, #fff 90%, #fff 100%);
}
.projectstep-link--optional.projectstep-link--last:before {
  background-image: linear-gradient(rgba(205, 209, 214, 0.9) 0%, rgba(205, 209, 214, 0.9) 10%, #fff 10%, #fff 20%, rgba(205, 209, 214, 0.9) 20%, rgba(205, 209, 214, 0.9) 30%, #fff 30%, #fff 40%, rgba(205, 209, 214, 0.9) 40%, rgba(205, 209, 214, 0.9) 50%, #fff 50%, #fff 60%, rgba(205, 209, 214, 0.9) 60%, rgba(205, 209, 214, 0.9) 70%, #fff 70%, #fff 80%, rgba(205, 209, 214, 0.9) 80%, rgba(205, 209, 214, 0.9) 90%, #fff 90%, #fff 100%);
}
.projectstep-link--optional.projectstep-link--current:before {
  background-image: linear-gradient(#b82929 0%, #b82929 10%, #fff 10%, #fff 20%, #b82929 20%, #b82929 30%, #fff 30%, #fff 40%, #b82929 40%, #b82929 50%, #fff 50%, #fff 60%, rgba(205, 209, 214, 0.9) 60%, rgba(205, 209, 214, 0.9) 70%, #fff 70%, #fff 80%, rgba(205, 209, 214, 0.9) 80%, rgba(205, 209, 214, 0.9) 90%, #fff 90%, #fff 100%);
}
.projectstep-link--optional.projectstep-link--current.projectstep-link--last:before {
  background-image: linear-gradient(#b82929 0%, #b82929 10%, #fff 10%, #fff 20%, #b82929 20%, #b82929 30%, #fff 30%, #fff 40%, #b82929 40%, #b82929 50%, #fff 50%, #fff 60%, rgba(205, 209, 214, 0.9) 60%, rgba(205, 209, 214, 0.9) 70%, #fff 70%, #fff 80%, rgba(205, 209, 214, 0.9) 80%, rgba(205, 209, 214, 0.9) 90%, #fff 90%, #fff 100%);
}
.projectstep-link--optional.projectstep-link--done:before {
  background-image: linear-gradient(#b82929 0%, #b82929 10%, #fff 10%, #fff 20%, #b82929 20%, #b82929 30%, #fff 30%, #fff 40%, #b82929 40%, #b82929 50%, #fff 50%, #fff 60%, #b82929 60%, #b82929 70%, #fff 70%, #fff 80%, #b82929 80%, #b82929 90%, #fff 90%, #fff 100%);
}
.projectstep-link--optional.projectstep-link--done.projectstep-link--nextIsLerncheck:before {
  background-image: linear-gradient(#b82929 0%, #b82929 10%, #fff 10%, #fff 20%, #b82929 20%, #b82929 30%, #fff 30%, #fff 40%, #b82929 40%, #b82929 50%, #fff 50%, #fff 60%, #b82929 60%, #b82929 70%, #fff 70%, #fff 80%, #b82929 80%, #b82929 90%, #fff 90%, #fff 100%);
}
.projectstep-link--finish:before {
  background-image: linear-gradient(rgba(205, 209, 214, 0.9) 0%, rgba(205, 209, 214, 0.9) 50%, #fff 50%, #fff 60%, rgba(205, 209, 214, 0.9) 60%, rgba(205, 209, 214, 0.9) 70%, #fff 70%, #fff 80%, rgba(205, 209, 214, 0.9) 80%, rgba(205, 209, 214, 0.9) 90%, #fff 90%, #fff 100%);
}
.projectstep-link--finish.projectstep-link--current:before {
  background-image: linear-gradient(#b82929 0%, #b82929 50%, #fff 50%, #fff 60%, rgba(205, 209, 214, 0.9) 60%, rgba(205, 209, 214, 0.9) 70%, #fff 70%, #fff 80%, rgba(205, 209, 214, 0.9) 80%, rgba(205, 209, 214, 0.9) 90%, #fff 90%, #fff 100%);
}
.projectstep-link--finish.projectstep-link--done:before {
  background-image: linear-gradient(#b82929 0%, #b82929 50%, #fff 50%, #fff 60%, #b82929 60%, #b82929 70%, #fff 70%, #fff 80%, #b82929 80%, #b82929 90%, #fff 90%, #fff 100%);
}
.projectstep-link--lerncheck.projectstep-link--last:before {
  background-image: linear-gradient(rgba(205, 209, 214, 0.9) 0%, rgba(205, 209, 214, 0.9) 10%, #fff 10%, #fff 20%, rgba(205, 209, 214, 0.9) 20%, rgba(205, 209, 214, 0.9) 30%, #fff 30%, #fff 40%, rgba(205, 209, 214, 0.9) 40%, rgba(205, 209, 214, 0.9) 50%, transparent 50%, transparent 100%);
}
.projectstep-link--lerncheck.projectstep-link--last:after {
  border-radius: 0;
  color: rgba(205, 209, 214, 0.9);
  content: "✓";
  line-height: 0.5rem;
}
.projectstep-link--lerncheck.projectstep-link--last:hover:after {
  color: #024f7f;
}
.projectstep-link--lerncheck.projectstep-link--kids.projectstep-link--last:after {
  line-height: 0.6rem;
}
.projectstep-link--lerncheck.projectstep-link--current:before {
  background-image: linear-gradient(#b82929 0%, #b82929 10%, #fff 10%, #fff 20%, #b82929 20%, #b82929 30%, #fff 30%, #fff 40%, #b82929 40%, #b82929 50%, transparent 50%, transparent 100%);
}
.projectstep-link--lerncheck.projectstep-link--current:after {
  color: white;
}
.projectstep-link--lerncheck.projectstep-link--current:hover:after {
  color: white;
}

/* Projektkategorien (erste Ebene) */
.tiles--projects {
  grid-template-columns: [column0] 1fr [column1] 1fr [column2] 1fr [column3] 1fr [column4] 1fr [column5] 1fr [column6] 1fr [column7] 1fr [column8] 1fr [column9] 1fr [column10] 1fr [column11] 1fr [column12] 1fr [column13] 1fr [column14] 1fr [column15];
}
@media screen and (max-width: 800px) {
  .tiles--projects {
    grid-template-columns: [column0] 1fr [column1] 1fr [column2] 1fr [column3];
  }
}
@media screen and (max-width: 600px) {
  .tiles--projects {
    grid-template-columns: [column0] 1fr [column1] 1fr [column2];
  }
}

.tile--project {
  border: 3px solid whitesmoke;
  grid-column-start: span 3;
  height: 12rem;
}
@media screen and (max-width: 800px) {
  .tile--project {
    height: 12rem;
    grid-column-start: span 1;
  }
}
.tile--project:hover .tile__link--project__info {
  background-color: #0077b6;
}
.tile--project:hover .tile__link--project__info span {
  color: white;
}

.tile__link--projectcategory {
  writing-mode: vertical-lr;
  transform: rotate(-180deg);
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  color: #343b45;
  text-decoration: none;
  background-color: transparent;
}

.tile__link--project {
  align-items: flex-end;
  background-origin: content-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 0rem;
  text-decoration: none;
  width: 100%;
}
.startseite .tile__link--project {
  transition: none !important;
}
.tile__link--project__info {
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 4.5rem;
  padding: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .tile__link--project__info {
    height: 4rem;
  }
}
.tile__link--project__title {
  display: block;
  font-size: 0.8rem;
}
.startseite .tile__link--project__title {
  transition: none !important;
}
@media screen and (max-width: 800px) {
  .tile__link--project__title {
    font-size: 0.7rem;
  }
}
.tile__link--project__title--projectcategory, .tile__link--project__title--gradelevel {
  color: #7b7b7b;
  font-size: 0.8rem;
}
@media screen and (max-width: 800px) {
  .tile__link--project__title--projectcategory, .tile__link--project__title--gradelevel {
    font-size: 0.5rem;
  }
}

.tile__link--project > span.tile__link--project__title,
.tile__link--project:active > span.tile__link--project__title,
.tile__link--project:visited > span.tile__link--project__title {
  display: block;
  height: 5rem;
  padding: 0.5rem;
  width: 100%;
}
.tile__link--project > span.tile__link--project__title--projectcategory,
.tile__link--project:active > span.tile__link--project__title--projectcategory,
.tile__link--project:visited > span.tile__link--project__title--projectcategory {
  height: 2rem;
}

.tile__link--project:focus > span.tile__link--project__title,
.tile__link--project:hover > span.tile__link--project__title {
  background: white;
  color: #0077b6;
  text-decoration: none;
}

.tile__level {
  background-color: whitesmoke;
  color: #0077b6;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  pointer-events: none;
  position: absolute;
  right: 0rem;
  text-align: center;
  top: 0rem;
  vertical-align: middle;
  width: 2rem;
}
@media screen and (max-width: 800px) {
  .tile__level {
    font-size: 0.8rem;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 1.5rem;
  }
}

.projects__projectcategory__projecttitle {
  background-color: #0077b6;
}
.projects__projectcategory__projecttitle .tile__link--project > span {
  background-color: rgba(0, 119, 182, 0.8);
  color: white;
  text-decoration: none;
}

/* Seitennavigation */
.pagenavigation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.pagenavigation--nextonly {
  justify-content: flex-end;
}

.pagenavigation__link {
  display: flex;
  transition: all 10ms;
  transition-timing-function: ease-in-out;
  background: rgba(205, 209, 214, 0.9);
  line-height: 3.5em;
  position: static;
  text-decoration: none;
  top: 6.637em;
  width: auto;
  z-index: 1000;
}
.pagenavigation__link:before, .pagenavigation__link:after {
  font-family: "inf-schule", Helvetica, sans-serif;
  font-size: 2em;
}
.pagenavigation__link, .pagenavigation__link:active, .pagenavigation__link:visited {
  color: white;
}
.pagenavigation__link:focus, .pagenavigation__link:hover {
  background: #12b080;
  color: #343b45;
}
.pagenavigation__link:focus .pagenavigation__link__text, .pagenavigation__link:hover .pagenavigation__link__text {
  display: inline-block;
}

.pagenavigation__link--prev {
  left: auto;
}
.pagenavigation__link--prev .arrow--left {
  display: none;
}
.pagenavigation__link--prev:before {
  content: "d";
}

.pagenavigation__link--next {
  right: auto;
}
.pagenavigation__link--next .arrow--right {
  display: none;
}
.pagenavigation__link--next:after {
  content: "e";
}

.pagenavigation__link__text {
  color: #343b45;
  display: inline-block;
  vertical-align: middle;
  line-height: 3.5em;
}
.pagenavigation__link__text--prev {
  padding-right: 1em;
}
.pagenavigation__link__text--next {
  padding-left: 1em;
}

@media screen and (max-width: 1024px) {
  .pagenavigation__link:before, .pagenavigation__link:after {
    font-size: 2em;
  }

  .pagenavigation__link--prev {
    left: -0.75em;
  }

  .pagenavigation__link--next {
    right: -0.75em;
  }
}
/* Filterfunktion */
.projects-filter {
  margin-bottom: 1rem;
}

.filter-button-list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .filter-button-list {
    flex-wrap: wrap;
  }
}

.filter-button {
  background: white;
  border: 1px solid black;
  color: black;
  margin: 0.2rem;
  outline-width: 0;
  font-family: PTSansCaption;
}
@media screen and (max-width: 800px) {
  .filter-button {
    font-size: 0.7rem;
    padding: 0.3rem 0.4rem;
    line-height: 0.7rem;
    margin: 0.3rem;
  }
}
.filter-button:hover, .filter-button--active {
  background: black;
  color: white;
}
.filter-button--level {
  border-color: #0077b6;
  color: #0077b6;
}
.filter-button--level:hover {
  background-color: #189adf;
  color: white;
}
.filter-button--level.filter-button--active {
  background-color: #0077b6;
  color: white;
}
.filter-button--gradelevel {
  border-color: #12b080;
  color: #12b080;
}
.filter-button--gradelevel:hover {
  background-color: #14c48f;
  color: white;
}
.filter-button--gradelevel.filter-button--active {
  background-color: #12b080;
  color: white;
}
.filter-button--category {
  border-color: #b82929;
  color: #b82929;
}
.filter-button--category:hover {
  background-color: #d05b5b;
  color: white;
}
.filter-button--category.filter-button--active {
  background-color: #b82929;
  color: white;
}

/* --- NEU --- */
/* Neue Filterbuttons auf der neuen Kids-Startseite */
.filter {
  margin-bottom: 1rem;
}
.filter__category, .filter__class-grade {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .filter__category, .filter__class-grade {
    flex-wrap: wrap;
  }
}
.filter-kids--neu {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Basis-Styles für Filter-Buttons */
.category-filter,
.class-grade-filter {
  background: white;
  border: 1px solid black;
  color: black;
  margin: 0.2rem;
  outline-width: 0;
  font-family: PTSansCaption;
}
@media screen and (max-width: 800px) {
  .category-filter,
.class-grade-filter {
    font-size: 0.7rem;
    padding: 0.3rem 0.4rem;
    line-height: 0.7rem;
    margin: 0.3rem;
  }
}
.category-filter:hover,
.class-grade-filter:hover {
  background: black;
  color: white;
}
.category-filter.active,
.class-grade-filter.active {
  background: black;
  color: white;
}

/* Kategorie-spezifische Styles */
.category-filter {
  border-color: #b82929;
  color: #b82929;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
}
.category-filter .category-image {
  display: block;
  position: relative;
  filter: brightness(0) saturate(100%) invert(32%) sepia(85%) saturate(2108%) hue-rotate(341deg) brightness(87%) contrast(88%);
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
}
.category-filter:hover {
  background-color: #d05b5b;
  color: white;
}
.category-filter:hover .category-image {
  filter: brightness(0) invert(1);
}
.category-filter.active {
  background-color: #b82929;
  color: white;
}
.category-filter.active .category-image {
  filter: brightness(0) invert(1);
}
.category-filter .category-menutitle {
  display: block;
  pointer-events: none;
}
@media screen and (max-width: 800px) {
  .category-filter .category-image {
    width: 1rem;
    height: 1rem;
  }
}

/* Jahrgangsstufen-spezifische Styles */
.class-grade-filter {
  border-color: #12b080;
  color: #12b080;
}
.class-grade-filter:hover {
  background-color: #14c48f;
  color: white;
}
.class-grade-filter.active {
  background-color: #12b080;
  color: white;
}

.tile .tile__category-icon {
  width: 70%;
  height: 70%;
  margin: 20% 15% 10% 15%;
  object-fit: cover;
}

/* Ausgeblendete Tiles */
.tile.hidden {
  display: none;
}

/* Deaktivierte Filter-Buttons */
.category-filter:disabled,
.category-filter.disabled,
.class-grade-filter:disabled,
.class-grade-filter.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*------------------------------------*\
    # Weiteres
\*------------------------------------*/
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  background: transparent !important;
}

.fieldset {
  border: none;
}

.field {
  margin: 0.5rem 0;
}

.field-content input {
  width: 50%;
}

input.btn {
  background-color: #12b080;
  border: none;
  color: white;
  padding: 0.5rem 1rem;
}
input.btn:focus, input.btn:hover {
  background-color: #14c48f;
}

/* CodeMirror und Skulpt (Python) */
.skulptpython {
  background: whitesmoke;
  border-left: 4px solid #b82929;
  padding: 0.0015rem 1.5rem;
  position: relative;
  min-height: 3em;
  margin: 0.75rem 0;
  border-left: 4px solid #12b080;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
.skulptpython:hover {
  background: #f0f0f0;
}
.skulptpython:hover {
  background-color: whitesmoke;
}
.skulptpython .CodeMirror {
  background-color: #fff !important;
  border-right: 0.2rem solid whitesmoke;
  height: auto !important;
  margin: 0 !important;
}

.skulpt_element__heading {
  font-style: italic;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
}
.skulpt_element__status {
  font-family: PTMono;
  font-size: 0.8125em;
  padding: 0 1.5rem;
}
.skulpt_element__output {
  margin-top: 0 !important;
  padding: 0 1.5rem;
}
.skulpt_element__turtle {
  background-color: #fff;
  border-right: 0.2rem solid whitesmoke;
}

.button--run {
  background-color: #12b080;
  border-color: none;
  border-width: 0;
  border-radius: 1.5rem;
  box-sizing: border-box;
  color: #fff;
  content: "Ausführen";
  font-size: 2rem;
  padding-top: 0.25rem;
  padding-left: 0rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  height: 3rem;
  width: 3rem;
  z-index: 2;
}
.button--run:hover {
  background-color: #14c48f;
}

.play-button {
  margin: 0 0.9rem;
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 0 0.8rem 1.45rem;
  border-color: transparent transparent transparent #fff;
  opacity: 1;
}

/*------------------------------------*\
    # Drucken
\*------------------------------------*/
@media print {
  body {
    background: transparent;
    display: block;
  }

  header {
    background: transparent;
    padding: 0;
    margin: 0;
    position: relative;
    height: auto !important;
  }

  .header--onscroll {
    display: none !important;
  }

  .wrapper,
.wrapper--breadcrumbs {
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    position: relative;
  }

  .header-top,
nav.mainnav,
.pagenavigation__link {
    display: none;
  }

  .header-bottom {
    background: #c8c8c8;
    color: black;
    font-size: 14pt;
    padding: 5pt 5pt;
    line-height: 17pt;
    display: block !important;
    position: relative;
    width: 100%;
  }
  .header-bottom a,
.header-bottom a:active,
.header-bottom a:visited {
    color: black;
  }

  article {
    margin: 0 !important;
    min-width: 100%;
    padding: 0;
    width: 100%;
    font-size: 10pt;
    display: block !important;
  }

  h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10pt 0 !important;
    padding-top: 50pt !important;
    display: block !important;
  }

  footer {
    background: transparent;
    color: black;
    margin: 0;
    min-width: 100%;
    width: 100%;
  }
  footer a,
footer a:active,
footer a:visited {
    color: black;
  }

  .klickstrecke {
    background-color: #fff !important;
    border: 2px solid whitesmoke;
  }
  .klickstrecke img {
    left: auto !important;
    top: auto !important;
    opacity: 1 !important;
    z-index: 1 !important;
    float: none !important;
  }
  .klickstrecke .slick-arrow {
    display: none !important;
  }
  .klickstrecke .slick-track {
    width: 100% !important;
  }
  .klickstrecke .slick-dots {
    display: none !important;
  }
}
/*------------------------------------*\
    # interaktive Elemente
\*------------------------------------*/
.interaktiv {
  background: whitesmoke;
  border-left: 4px solid #b82929;
  padding: 0.0015rem 1.5rem;
  position: relative;
  min-height: 3em;
  margin: 0.75rem 0;
  border-left-width: 0;
}
.interaktiv:hover {
  background: #f0f0f0;
}

/*------------------------------------*\
    # Tools
\*------------------------------------*/
/* Tool Variablen */
.tool {
  min-width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: whitesmoke;
}
.tool__header {
  background: #024f7f;
  min-width: 100%;
  height: 40px;
  display: flex;
  flex-direction: row;
}
.tool__header__logo {
  margin: 10px;
  width: 20px;
}
.tool__header__logo a:focus {
  background: transparent;
}
.tool__header__logo a:hover {
  background: transparent;
}
.tool__header__breadcrumb {
  color: white;
  margin: 10px;
}
.tool__header__breadcrumb a {
  color: #fccb00;
  text-decoration: none;
  padding: 0;
}
.tool__content {
  background: whitesmoke;
  min-width: 95vw;
  margin-left: 2.5vw;
  margin-right: 2.5vw;
  min-height: calc(var(--tool__content_height) - 40px - 48px);
}
.tool__footer {
  background-color: rgba(2, 79, 127, 0.8);
  height: 48px;
  width: 100%;
}
.tool__footer footer {
  width: 100%;
}
.tool__dsimweb {
  height: calc(var(--tool__content_height) - 40px - 48px);
}

.tools {
  width: 100%;
  max-width: 100%;
}
.tools__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.tools__link {
  text-decoration: none;
  margin: 0;
  padding: 0;
}
.tools__card {
  margin: 1rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 150px;
}
.tools__card__image {
  margin: 0;
  width: 100%;
}
.tools__card__title {
  padding: 1rem;
}

/* Alte Tool CSS

.tool {
    min-width: 100%;
    min-height: 100%;

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;

    &__header {
        background: #024f7f;
        min-height: 100vh;
        padding-top: 5px;
        width: 40px;

        &__logo {
            margin: 0 auto;
            width: 20px;

            & a:focus {
                background: transparent;
            }

            & a:hover {
                background: transparent;
            }
        }
    }

    &__content {
        background: #fff;
        min-height: 100vh;
        min-width: calc(100vw - 40px);

    }
}

*/
/*------------------------------------*\
    # filtered-search/multiselect
\*------------------------------------*/
.filteredsearch__overlay--visible {
  background: rgba(255, 255, 255, 0.85);
  margin-left: calc(24px - 80vw);
  position: absolute;
  min-height: calc(100vh - 150px);
  width: calc(100vw - 48px);
  z-index: 500;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.box {
  background: whitesmoke;
}
.box--sitemap {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-top: 1rem !important;
}

.achtung--sitemap {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.filteredsearch > * {
  font-size: 0.85rem;
}

.multiselect {
  width: 100%;
}
.multiselect.is-open {
  margin-bottom: 15rem;
  margin-bottom: calc(var(--ms-max-height,10rem)*1.25);
}

.multiselect-options {
  position: relative;
}

.multiselect-option {
  min-height: 1.5rem;
  padding: 0.25rem 0.5rem;
}

.mainnav--sitemap {
  display: block !important;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  width: 100%;
}

.mainnav.mainnav--sitemap > ul {
  max-height: none;
}

.mainnav--sitemap > ul {
  border-left: none;
  padding: 0;
}

.mainnav--sitemap > ul > li.menuitem > a.menuitem__link {
  padding-left: 1em !important;
}

.menulink--sitemap {
  display: flex;
  justify-content: space-between;
}

.menulink--highlight {
  color: #12b080;
}

.menulink:hover .menulink--highlight {
  color: #14c48f;
}

.sitemap_tags {
  color: #343b45;
  font-style: italic;
}

.menulink:hover .sitemap_tags {
  color: #fff;
}

/*.multiselect-tag.sprache {
    background: #b84141;
}

    .multiselect-tag.sprache i:before {
        color: #4a1212;
    }

.multiselect-tag.sonstiges {
    background: #3f58e8;
}

    .multiselect-tag.sonstiges i:before {
        color: #2b3b93;
    }*/
/*------------------------------------*\
    # Thirdparty
\*------------------------------------*/
/*------------------------------------*\
    # Blog
\*------------------------------------*/
.blog--filter {
  color: #b82929;
  margin-bottom: 1.5rem;
}

.blog--tag {
  font-size: 0.7rem;
  margin: 0.1rem;
  padding: 0.2rem 0.4rem;
  border-radius: 0.25rem;
  background-color: #0077b6;
  color: white;
}

.blog--box {
  background-color: whitesmoke;
  padding: 0.0015rem 1.5rem;
  margin: 0.75rem 0;
  border-radius: 1rem;
}

.blog--box-sticky {
  border: 1px solid #b82929;
}

.blog--box-header {
  padding: 1rem 0;
  border-bottom: 1px solid lightgrey;
}

.blog--box-header-headline {
  font-size: 1.2rem;
  font-weight: 600;
}

.blog--header-headline-link {
  text-decoration: none;
}

.blog--tags-link {
  background-color: transparent !important;
}

.blog--pagination {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.blog--pagination-prev {
  margin-left: auto;
  align-self: flex-end;
}

/*------------------------------------*\
    # Intern
\*------------------------------------*/
.intern-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 0.9em;
}
.intern-table th, .intern-table td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  text-align: left;
}
.intern-table th {
  background: #f2f2f2;
  font-weight: bold;
}
.intern-keyword {
  font-weight: bold;
  font-size: 1.1rem;
}
.intern-description {
  font-style: italic;
  color: #666;
}
.intern-button-delete {
  padding: 4px 10px;
  background: #e74c3c;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.85em;
}
.intern-button-delete:hover {
  background: #c0392b;
}
.intern-span-save {
  cursor: pointer;
  margin-left: 4px;
  user-select: none;
}
.intern-span-save:hover {
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .intern-table {
    display: block;
  }
  .intern-table thead {
    display: none;
  }
  .intern-table tbody {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 16px;
    border: 0;
  }
  .intern-table tr {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
  }
  .intern-table td {
    border: 0;
    padding: 6px 0;
  }
  .intern-table .intern-keyword {
    font-size: 1.05rem;
    margin-bottom: 6px;
  }
  .intern-table td[data-label] {
    display: grid;
    grid-template-columns: 130px 1fr;
    align-items: center;
    gap: 8px;
  }
  .intern-table td[data-label]::before {
    content: attr(data-label);
    font-weight: 600;
    color: #555;
  }
  .intern .intern-input-description {
    width: 100%;
    box-sizing: border-box;
  }
}