@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;
}

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

/* 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%;
  height: auto;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

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

#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;
}

#block-sbm-local-tasks ul {
  margin: 20px 0 20px 0;
  list-style: none;
  padding: 0;
  display: inline-flex;
  background: white;
  border-left: 1px solid;
}
#block-sbm-local-tasks li {
  padding: 10px;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
}
#block-sbm-local-tasks a {
  display: inline-block;
  text-decoration: none;
}

.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;
}

#views-exposed-form-content-embed-embed-3,
#views-exposed-form-content-embed-embed-4 {
  display: none !important;
}
/*# sourceMappingURL=maps/generic.css.map */
