@charset "UTF-8";
/**
 * @file
 * The modern CSS reset.
 * @see https://github.com/hankchizljaw/modern-css-reset
 */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* use parent color for links */
a {
  color: currentColor;
}

.reset-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

.is--local img {
  background: pink;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* reset button */
.reset-button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  color: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  padding-top: 0px !important;
}

#toolbar-administration {
  display: none;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-left: 0px !important;
}

article.node-unpublished,
.paragraph--unpublished {
  background: pink;
}
article.node-unpublished:before,
.paragraph--unpublished:before {
  content: "Nicht veröffentlicht!";
  padding: 20px;
  direction: block;
  display: block;
}

.node-preview-container {
  background: white;
  z-index: 10000;
}

#block-adminlink {
  margin: 20px 0;
}

[data-is-user] main {
  margin: 0 auto;
  width: 100%;
  padding: 0 60px;
  max-width: 91.75rem;
}
@media (max-width: 768px) {
  [data-is-user] main {
    padding: 0 20px;
  }
}

#user-login-form label {
  display: block;
  padding-top: 20px;
}
#user-login-form input {
  padding: 10px;
}
#user-login-form .form-submit {
  margin-top: 20px;
  background: white;
  border: 1px solid black;
}

.contextual-region {
  position: static !important;
}

.tabs {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  max-width: 117.5rem;
}
@media (max-width: 992px) {
  .tabs {
    padding: 0 10px;
  }
}
.tabs ul {
  list-style: none;
  margin: 0;
  padding: 10px 10px 10px 0;
  display: inline-block;
}
.tabs li {
  display: inline-block;
  padding-right: 10px;
}

.path-user .region-content {
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
  max-width: 117.5rem;
}
@media (max-width: 992px) {
  .path-user .region-content {
    padding: 0 10px;
  }
}

@media print {
  html {
    font-size: 75%;
  }
  body * {
    --color-alpha: $cl-black;
    --color-beta: $cl-white;
    background: none !important;
    color: #000000 !important;
    display: block !important;
    position: relative !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border: none !important;
    -moz-column-count: 1 !important;
         column-count: 1 !important;
    text-align: left !important;
  }
}
@page {
  margin: 2.8cm 2cm;
}
/*# sourceMappingURL=maps/generic.css.map */
