/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:root {
  --weiss: #FFF;
  --orange: #F37A1F;
  --schwarz: #000;
  --link-inner-shadow: inset 0 0 #FFF, inset 0 -0.15rem #F37A1F;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  background: url(assets/bg-paper1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #e9e8e6;
}

.site-header {
  grid-area: header;
  position: absolute;
  position: fixed;
  min-height: 3em;
  width: 100%;
  right: 1rem;
  z-index: 1;
}

.site-main {
  grid-area: main;
  padding-bottom: 2em;
}

.site-footer {
  grid-area: footer;
}

.site {
  position: relative;
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
  max-width: 1000px;
  max-width: min(100vw - 3rem, 1000px);
  margin-left: auto;
  margin-right: auto;
}

section {
  margin-top: 2.5em;
  clear: left;
}
section::before {
  clear: both;
}

@font-face {
  font-family: "STIHL-Contraface-Text";
  src: url(assets/fonts/STIHLContrafaceText.woff2) format("woff2"), url(assets/fonts/STIHLContrafaceText.ttf) format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "STIHL-Contraface-Text";
  font-weight: bold;
  src: url(assets/fonts/STIHLContrafaceText-Bold.woff2) format("woff2"), url(assets/fonts/STIHLContrafaceText-Bold.ttf) format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "STIHL-Contraface-Text-Light";
  src: url(assets/fonts/STIHLContrafaceTextLight.woff2) format("woff2"), url(assets/fonts/STIHLContrafaceTextLight.ttf) format("ttf");
  font-display: swap;
}
@font-face {
  font-family: "STIHL-Contraface-Display-Title";
  src: url(assets/fonts/STIHLContrafaceDisplayTitling.woff2) format("woff2"), url(assets/fonts/STIHLContrafaceDisplayTitling.ttf) format("ttf");
  font-display: swap;
}
body {
  text-align: left;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  color: var(--schwarz);
  line-height: 1.5;
  font-weight: normal;
  font-family: "STIHL-Contraface-Text", Arial, sans-serif;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.25rem + (1vw - 0.48rem) * 1.442, 1.5rem);
  min-height: 0vw;
}

h1, .h1 {
  font-size: 1.875em;
  font-size: clamp(1.75rem, 1.75rem + (1vw - 0.28rem) * 4.808, 4.375rem);
  min-height: 0vw;
  line-height: 1.25;
  font-family: "STIHL-Contraface-Display-Title", "Arial Black", sans-serif;
  text-transform: uppercase;
}

.fine {
  font-family: "STIHL-Contraface-Text-Light";
}

h2, .h2 {
  font-size: 1.75em;
  font-size: clamp(1.875em, 1em + (1vw - 0.48em) * 1.442, 2em);
  min-height: 0vw;
  line-height: 1.25;
  font-family: "STIHL-Contraface-Display-Title", "Arial Black", sans-serif;
  text-transform: uppercase;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.uppercase {
  text-transform: uppercase;
}

.bold {
  font-weight: 600;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.menu-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  width: 2em;
  height: 100%;
  background: transparent !important;
  border: none;
  transform: none !important;
  border: 0;
  z-index: 9;
}
.menu-toggle span:not(.screen-reader-text) {
  width: 100%;
  height: 6px;
  background: var(--schwarz);
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  margin-top: -3px;
  transition: transform 0.22s, background-color 0.1s cubic-bezier(0.24, 1.06, 0.86, 0.97) 0.7s;
  transform: translateX(-50%);
}
.menu-toggle span:not(.screen-reader-text):before, .menu-toggle span:not(.screen-reader-text):after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -11px;
  left: 0;
  background: #1C1F22;
  opacity: 1;
  transition: 0.22s;
}
.menu-toggle span:not(.screen-reader-text):after {
  top: auto;
  bottom: -11px;
  transition: 0.22s;
}
.menu-toggle[aria-expanded=true] span:not(.screen-reader-text) {
  transform: translateX(-50%) rotate(45deg);
}
.menu-toggle[aria-expanded=true] span:not(.screen-reader-text):before {
  left: 0;
  top: 0;
  transform: rotate(90deg);
}
.menu-toggle[aria-expanded=true] span:not(.screen-reader-text):after {
  left: 0;
  top: 0;
}

#site-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: flex;
  pointer-events: none;
  z-index: 5;
  overflow: hidden;
  display: none;
}
#site-nav.active {
  pointer-events: all;
}

.menu-init #site-nav {
  display: flex;
}

.bgNav {
  position: absolute;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
  background-color: var(--weiss);
  will-change: transform;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.75s cubic-bezier(0.97, 0.14, 0.86, 0.8) 0.6s;
}
.active .bgNav {
  transform: translate3d(0px, 0%, 0px);
  transition: transform 0.75s cubic-bezier(0.24, 1.06, 0.86, 0.97);
}

.menu {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  margin: 0;
  transform: translate(-50%, -50%);
  transition: all 0.1s linear 1s;
  width: -moz-max-content;
  width: max-content;
  max-width: min(100vw - 3rem, 1000px);
  line-height: 1.5;
}
.menu ul, .menu ol {
  list-style: none;
  padding: 0;
}
.menu li {
  position: relative;
  opacity: 0;
  transform: translateY(-100%);
}
.menu li:nth-child(10) {
  transition: all 0.4s ease-in-out 0.05s;
}
.menu li:nth-child(9) {
  transition: all 0.4s ease-in-out 0.1s;
}
.menu li:nth-child(8) {
  transition: all 0.4s ease-in-out 0.15s;
}
.menu li:nth-child(7) {
  transition: all 0.4s ease-in-out 0.2s;
}
.menu li:nth-child(6) {
  transition: all 0.4s ease-in-out 0.25s;
}
.menu li:nth-child(5) {
  transition: all 0.4s ease-in-out 0.3s;
}
.menu li:nth-child(4) {
  transition: all 0.4s ease-in-out 0.35s;
}
.menu li:nth-child(3) {
  transition: all 0.4s ease-in-out 0.4s;
}
.menu li:nth-child(2) {
  transition: all 0.4s ease-in-out 0.45s;
}
.menu li:nth-child(1) {
  transition: all 0.4s ease-in-out 0.5s;
}
.menu li.main {
  font-family: "STIHL-Contraface-Display-Title", "Arial Black", sans-serif;
  font-size: min(max(2.8rem, 8vw), 6vh);
  font-size: clamp(30px, 1.875rem + 30 * (100vw - 375px) / 325, 60px);
  min-height: 0vw;
}
.active .menu li {
  opacity: 1;
  transform: translateY(0);
}
.menu li a {
  text-decoration: none;
  box-shadow: none;
}
.menu span {
  display: block;
  line-height: 1.1;
}
.active .menu {
  transition: all 0.1s linear 1s;
}
.active .menu li {
  opacity: 1;
  transform: translateY(0px);
}
.active .menu li:nth-child(1) {
  transition: transform 0.4s ease-in-out 0.2s, opacity 0.5s ease-in-out 0.24s;
}
.active .menu li:nth-child(2) {
  transition: transform 0.4s ease-in-out 0.3s, opacity 0.5s ease-in-out 0.36s;
}
.active .menu li:nth-child(3) {
  transition: transform 0.4s ease-in-out 0.4s, opacity 0.5s ease-in-out 0.48s;
}
.active .menu li:nth-child(4) {
  transition: transform 0.4s ease-in-out 0.5s, opacity 0.5s ease-in-out 0.6s;
}
.active .menu li:nth-child(5) {
  transition: transform 0.4s ease-in-out 0.6s, opacity 0.5s ease-in-out 0.72s;
}
.active .menu li:nth-child(6) {
  transition: transform 0.4s ease-in-out 0.7s, opacity 0.5s ease-in-out 0.84s;
}
.active .menu li:nth-child(7) {
  transition: transform 0.4s ease-in-out 0.8s, opacity 0.5s ease-in-out 0.96s;
}
.active .menu li:nth-child(8) {
  transition: transform 0.4s ease-in-out 0.9s, opacity 0.5s ease-in-out 1.08s;
}
.active .menu li:nth-child(9) {
  transition: transform 0.4s ease-in-out 1s, opacity 0.5s ease-in-out 1.2s;
}
.active .menu li:nth-child(10) {
  transition: transform 0.4s ease-in-out 1.1s, opacity 0.5s ease-in-out 1.32s;
}
.menu .terms {
  padding-top: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  display: flex;
  gap: 0.5em 1.5em;
  border-top: 1px solid var(--schwarz);
  flex-direction: column;
}

a {
  color: var(--schwarz);
}
a:visited {
  color: var(--schwarz);
}
a:hover, a:focus, a:active {
  color: var(--schwarz);
  outline: none;
}

.start {
  display: flex;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.start img {
  max-width: 600px;
  height: auto;
}
.start .mtop {
  margin-top: 1.25em;
}
.start .h1 {
  text-align: center;
  font-size: clamp(30px, 1.875rem + 24 * (100vw - 375px) / 325, 54px);
  min-height: 0vw;
}
.start .subline {
  text-align: center;
  line-height: 1.3;
  font-size: clamp(25px, 1.5625rem + 19 * (100vw - 375px) / 325, 44px);
  min-height: 0vw;
}

.day {
  margin-top: 2em;
  margin-bottom: 1em;
}

.p-item {
  margin-bottom: 1.5em;
  position: relative;
}
.p-item p {
  margin-top: 0.2em;
}
.p-item .uppercase {
  line-height: 1.3;
}
.p-item.now {
  padding-left: 1em;
}
.p-item.now::before {
  content: "";
  width: 0.2em;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--orange);
}
.p-item.past {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img.logo-float {
  width: 30%;
  float: left;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.image img {
  width: 100%;
}

main a {
  box-shadow: var(--link-inner-shadow);
  text-decoration: none;
}
main a.long {
  word-break: break-word;
}

a.btn {
  display: inline-block;
  padding: 0.65em 1.5em;
  border: 2px solid var(--schwarz);
  font-weight: 600;
  background: linear-gradient(to bottom, transparent 50%, var(--orange) 50%) 0 0/200% 200%;
  transition: background-position 400ms, border-color 400ms, color 200ms;
  box-shadow: none;
}
a.btn:hover, a.btn:focus {
  background-position: 0 -100%;
  border-color: var(--orange);
  color: var(--weiss);
}

ul {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
ul li {
  margin-bottom: 0.5em;
}

.site-footer {
  text-align: center;
  margin-bottom: 2em;
}
.site-footer .partnerlogos {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 2em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.site-footer .partnerlogos a {
  display: block;
  width: calc(45% - 2em);
  max-width: 200px;
}
.site-footer .partnerlogos .dennenlohe {
  max-width: 175px;
  width: calc(40% - 2em);
}/*# sourceMappingURL=style.css.map */