@tailwind base;
@tailwind components;
@tailwind utilities;

/*

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }
}

*/
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-SemiBold.woff2) format("woff2"), url(/../fonts/Raleway-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-ExtraBoldItalic.woff2) format("woff2"), url(/../fonts/Raleway-ExtraBoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-LightItalic.woff2) format("woff2"), url(/../fonts/Raleway-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-ThinItalic.woff2) format("woff2"), url(/../fonts/Raleway-ThinItalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-Italic.woff2) format("woff2"), url(/../fonts/Raleway-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-ExtraBold.woff2) format("woff2"), url(/../fonts/Raleway-ExtraBold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-Medium.woff2) format("woff2"), url(/../fonts/Raleway-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-BlackItalic.woff2) format("woff2"), url(/../fonts/Raleway-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-Light.woff2) format("woff2"), url(/../fonts/Raleway-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-BoldItalic.woff2) format("woff2"), url(/../fonts/Raleway-BoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-Thin.woff2) format("woff2"), url(/../fonts/Raleway-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-MediumItalic.woff2) format("woff2"), url(/../fonts/Raleway-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-Black.woff2) format("woff2"), url(/../fonts/Raleway-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-SemiBoldItalic.woff2) format("woff2"), url(/../fonts/Raleway-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-Regular.woff2) format("woff2"), url(/../fonts/Raleway-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-Bold.woff2) format("woff2"), url(/../fonts/Raleway-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-ExtraLight.woff2) format("woff2"), url(/../fonts/Raleway-ExtraLight.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Raleway';
  src: url(/../fonts/Raleway-ExtraLightItalic.woff2) format("woff2"), url(/../fonts/Raleway-ExtraLightItalic.woff) format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url(/../fonts/PlayfairDisplay-ExtraBold.woff2) format("woff2"), url(/../fonts/PlayfairDisplay-ExtraBold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url(/../fonts/PlayfairDisplay-Black.woff2) format("woff2"), url(/../fonts/PlayfairDisplay-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url(/../fonts/PlayfairDisplay-ExtraBoldItalic.woff2) format("woff2"), url(/../fonts/PlayfairDisplay-ExtraBoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url(/../fonts/PlayfairDisplay-Medium.woff2) format("woff2"), url(/../fonts/PlayfairDisplay-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url(/../fonts/PlayfairDisplay-BlackItalic.woff2) format("woff2"), url(/../fonts/PlayfairDisplay-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url(/../fonts/PlayfairDisplay-Bold.woff2) format("woff2"), url(/../fonts/PlayfairDisplay-Bold.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url(/../fonts/PlayfairDisplay-MediumItalic.woff2) format("woff2"), url(/../fonts/PlayfairDisplay-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url(/../fonts/PlayfairDisplay-Italic.woff2) format("woff2"), url(/../fonts/PlayfairDisplay-Italic.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url(/../fonts/PlayfairDisplay-SemiBold.woff2) format("woff2"), url(/../fonts/PlayfairDisplay-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url(/../fonts/PlayfairDisplay-Regular.woff2) format("woff2"), url(/../fonts/PlayfairDisplay-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url(/../fonts/PlayfairDisplay-BoldItalic.woff2) format("woff2"), url(/../fonts/PlayfairDisplay-BoldItalic.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url(/../fonts/PlayfairDisplay-SemiBoldItalic.woff2) format("woff2"), url(/../fonts/PlayfairDisplay-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* line 291, app/assets/stylesheets/application.scss */
body {
  font-family: 'Raleway', sans-serif;
}

/* line 295, app/assets/stylesheets/application.scss */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  line-height: 1.2;
}

/* line 302, app/assets/stylesheets/application.scss */
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  /* line 302, app/assets/stylesheets/application.scss */
  h1 {
    font-size: 2.5rem;
  }
}

/* line 308, app/assets/stylesheets/application.scss */
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  /* line 308, app/assets/stylesheets/application.scss */
  h2 {
    font-size: 2rem;
  }
}

/* line 314, app/assets/stylesheets/application.scss */
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  /* line 314, app/assets/stylesheets/application.scss */
  h3 {
    font-size: 1.75rem;
  }
}

/* line 320, app/assets/stylesheets/application.scss */
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  /* line 320, app/assets/stylesheets/application.scss */
  h4 {
    font-size: 1.5rem;
  }
}

/* line 326, app/assets/stylesheets/application.scss */
h5 {
  font-size: 1.25rem;
}

/* line 329, app/assets/stylesheets/application.scss */
h6 {
  font-size: 1rem;
}

/* line 336, app/assets/stylesheets/application.scss */
.nwdl-uppercase-header h1, .nwdl-uppercase-header h2, .nwdl-uppercase-header h3, .nwdl-uppercase-header h4, .nwdl-uppercase-header h5, .nwdl-uppercase-header h6 {
  text-transform: uppercase;
  font-size: calc(2.5rem + 0.9vw);
}

/* line 342, app/assets/stylesheets/application.scss */
.nwdl-high-contrast {
  z-index: 10;
}

/* line 345, app/assets/stylesheets/application.scss */
.nwdl-high-contrast h1, .nwdl-high-contrast h2, .nwdl-high-contrast h3, .nwdl-high-contrast h4, .nwdl-high-contrast h5, .nwdl-high-contrast h6, .nwdl-high-contrast div, .nwdl-high-contrast p, .nwdl-high-contrast span, .nwdl-high-contrast strong {
  background-color: rgba(255, 255, 255, 0.7);
  width: fit-content;
}

/* line 350, app/assets/stylesheets/application.scss */
.nwdl-high-contrast div, .nwdl-high-contrast p, .nwdl-high-contrast span, .nwdl-high-contrast strong {
  display: inline;
}

/* line 353, app/assets/stylesheets/application.scss */
.nwdl-high-contrast div::after, .nwdl-high-contrast p::after, .nwdl-high-contrast span::after, .nwdl-high-contrast strong::after {
  content: "\a";
  white-space: pre;
}

/* line 360, app/assets/stylesheets/application.scss */
.nwdl-rich-content-wrapper {
  overflow: hidden;
  max-width: 100%;
}

/* line 364, app/assets/stylesheets/application.scss */
.nwdl-rich-content-wrapper * {
  max-width: 100%;
}

/* line 369, app/assets/stylesheets/application.scss */
.nwdl-rich-content-wrapper h1:first-child, .nwdl-rich-content-wrapper h2:first-child, .nwdl-rich-content-wrapper h3:first-child, .nwdl-rich-content-wrapper h4:first-child, .nwdl-rich-content-wrapper h5:first-child, .nwdl-rich-content-wrapper h6:first-child, .nwdl-rich-content-wrapper img:first-child, .nwdl-rich-content-wrapper figure:first-child, .nwdl-rich-content-wrapper ul:first-child, .nwdl-rich-content-wrapper ol:first-child {
  margin-top: 0 !important;
}

/* line 374, app/assets/stylesheets/application.scss */
.nwdl-rich-content-wrapper h1, .nwdl-rich-content-wrapper h2, .nwdl-rich-content-wrapper h3, .nwdl-rich-content-wrapper h4, .nwdl-rich-content-wrapper h5, .nwdl-rich-content-wrapper h6 {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
}

/* line 379, app/assets/stylesheets/application.scss */
.nwdl-rich-content-wrapper img, .nwdl-rich-content-wrapper figure {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
}

/* line 385, app/assets/stylesheets/application.scss */
.nwdl-rich-content-wrapper ul, .nwdl-rich-content-wrapper ol {
  list-style-type: revert;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-inline-start: 40px;
}

/* line 392, app/assets/stylesheets/application.scss */
.nwdl-rich-content-wrapper a {
  text-decoration: underline;
  color: revert;
}

/* line 399, app/assets/stylesheets/application.scss */
.angled-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform-origin: bottom left;
  transform: skewX(8deg);
  background-color: #EF9C20;
}

/* line 415, app/assets/stylesheets/application.scss */
input {
  background-color: transparent !important;
  border-radius: 0 !important;
  border-width: 0 0 2px 0 !important;
  border-color: #000000 !important;
  border-style: solid !important;
}

/* line 423, app/assets/stylesheets/application.scss */
.btn-nwdl {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  background-color: transparent !important;
  border-radius: 2rem !important;
  border-width: 2px !important;
  border-color: #000000 !important;
  border-style: solid !important;
  color: #000000 !important;
}

/* line 437, app/assets/stylesheets/application.scss */
.nwdl-slider-wrapper {
  margin-left: -1000px;
  margin-right: -1000px;
}

/* line 442, app/assets/stylesheets/application.scss */
.nwdl-slider-inner {
  margin-left: 1000px;
  margin-right: 1000px;
}

/* line 447, app/assets/stylesheets/application.scss */
.nwdl-slider-cachel {
  width: 600px;
  max-width: 80vw;
}

/* line 452, app/assets/stylesheets/application.scss */
.no-scrollbar::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera */
}

/* line 455, app/assets/stylesheets/application.scss */
.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/* line 461, app/assets/stylesheets/application.scss */
.nwdl-cachel-img {
  width: 100%;
  height: 25vh;
  max-height: 270px;
}

/* line 468, app/assets/stylesheets/application.scss */
.nwdl-quatric-wrapper {
  width: 100%;
  position: relative;
  display: inline-block;
}

/* line 473, app/assets/stylesheets/application.scss */
.nwdl-quatric-wrapper::before {
  content: '';
  display: block;
  margin-top: 100%;
}

/* line 479, app/assets/stylesheets/application.scss */
.nwdl-quatric-wrapper * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: none;
  height: 100%;
  width: 100%;
}

/* line 493, app/assets/stylesheets/application.scss */
.nwdl-event {
  min-height: 8rem;
}

/* line 496, app/assets/stylesheets/application.scss */
.nwdl-event img {
  min-height: 7rem;
  max-height: 12rem;
}

/* line 502, app/assets/stylesheets/application.scss */
.nwdl-event-connector {
  position: relative;
  flex-basis: 90px;
}

/* line 506, app/assets/stylesheets/application.scss */
.nwdl-event-connector div {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 513, app/assets/stylesheets/application.scss */
.nwdl-event-connector .vertical-line {
  border: 1.5px solid black;
  background-color: black;
  top: -2rem;
  bottom: -2rem;
  width: 0;
}

/* line 520, app/assets/stylesheets/application.scss */
.nwdl-event-connector .dot {
  border: 5px solid white;
  border-radius: 100%;
  background-color: #C0DAF3;
  top: -10px;
  bottom: 0;
  height: 40px;
  width: 40px;
}

@media (min-width: 768px) {
  /* line 532, app/assets/stylesheets/application.scss */
  .nwdl-event:nth-child(odd) {
    flex-direction: row-reverse;
  }
  /* line 536, app/assets/stylesheets/application.scss */
  .nwdl-event:nth-child(even) .nwdl-event-date {
    justify-content: flex-end;
  }
}

/* line 543, app/assets/stylesheets/application.scss */
.astronaut {
  position: absolute;
  min-width: 409px;
  width: 69%;
  bottom: -40px;
  left: -162px;
}

/* line 551, app/assets/stylesheets/application.scss */
.farbklecks {
  position: absolute;
  min-width: 380px;
  width: 50%;
  top: 69px;
  right: 123px;
  transform: translate(100%, -50%);
}

/* line 560, app/assets/stylesheets/application.scss */
.planet {
  position: absolute;
  min-width: 256px;
  width: 21%;
  left: -108px;
  top: -84px;
}

/* line 568, app/assets/stylesheets/application.scss */
.newsletter-kreise {
  position: absolute;
  min-width: 250px;
  width: 14%;
  right: -65px;
  bottom: -77px;
}

/* line 576, app/assets/stylesheets/application.scss */
.newsletter-wolke {
  position: absolute;
  min-width: 200px;
  width: 12%;
  transform: translate(-50%, -100%);
  top: -12px;
  left: 34px;
}

/* line 585, app/assets/stylesheets/application.scss */
.farbfleck-pink {
  position: absolute;
  min-width: 250px;
  width: 16%;
  left: -112px;
  top: -100px;
}

/* line 593, app/assets/stylesheets/application.scss */
.person-stehend {
  position: absolute;
  min-width: 350px;
  width: 20%;
  top: -10px;
  left: 69px;
  transform: translateX(-100%);
}

/* line 602, app/assets/stylesheets/application.scss */
.person-sitzend {
  position: absolute;
  min-width: 200px;
  width: 25%;
  right: 12px;
  top: -6px;
  transform: translate(60%, -60%);
}

/* line 611, app/assets/stylesheets/application.scss */
.project-gear {
  position: absolute;
  min-width: 135px;
  width: 10%;
  left: -60px;
  bottom: 0;
}

/* line 619, app/assets/stylesheets/application.scss */
.articles-lamp {
  position: absolute;
  min-width: 300px;
  width: 21%;
  transform: translate(250%, -60%) scale(-1, 1);
  left: 0;
  top: 0;
}

/* line 632, app/assets/stylesheets/application.scss */
.nwdl-bg-blue-light {
  background-color: #E1EBF3;
}

/* line 635, app/assets/stylesheets/application.scss */
.nwdl-bg-blue-middle {
  background-color: #C0DAF3;
}

/* line 638, app/assets/stylesheets/application.scss */
.nwdl-bg-blue-dark {
  background-color: #86AED5;
}

/* line 641, app/assets/stylesheets/application.scss */
.nwdl-bg-orange-light {
  background-color: #F6CA46;
}

/* line 644, app/assets/stylesheets/application.scss */
.nwdl-bg-orange-dark {
  background-color: #EF9C20;
}

/* line 647, app/assets/stylesheets/application.scss */
.nwdl-bg-grey {
  background-color: #272727;
}

/* line 650, app/assets/stylesheets/application.scss */
.nwdl-bg-grey-light {
  background-color: #d0d0d0;
}

/* line 653, app/assets/stylesheets/application.scss */
.nwdl-bg-black {
  background-color: #000000;
}
