@charset "UTF-8";
/**
* app/themes/WmGewinnspiel/css/theme.scss
*
* @author Johannes Braun <johannes.braun@swu.de>
* @package aktionskalender
* @version 2026-05-19
*/
/**
 * app/themes/WmGewinnspiel/css/settings.scss
 *
 * @author Johannes Braun <johannes.braun@swu.de>
 * @package aktionskalender
 * @version 2026-05-19
 */
/**
 * _settings.scss
 *
 * Use Sass variables and custom properties as appropriate, both are possible
 */
/**********
 * Border *
 **********/
/********
 * Typo *
 ********/
/************
 * Measures *
 ************/
/********************
 * Options/Switches *
 ********************/
/********************
 * Options/Switches *
 ********************/
/*****************
 *  Breakpoints  *
 *****************/
/**
 * app/themes/WmGewinnspiel/css/settings.scss
 *
 * @author Johannes Braun <johannes.braun@swu.de>
 * @package aktionskalender
 * @version 2026-05-19
 */
/**
 * src/css/libhalma/_libhalma.scss
 *
 * Libhalma: A simple, solid and accessible basic library for css
 *
 * @author Johannes Braun <j.braun@agentur-halma.de>
 * @package libhalma
 * @version 2020-11-09
 */
/**
 * src/css/mixins/_utils.scss
 *
 * Utility mixins and functions
 *
 * @author Johannes Braun <j.braun@agentur-halma.de>
 * @package libhalma
 */
/**
 * strip-unit
 *
 * Returns the unitless number
 * From: https://css-tricks.com/snippets/sass/strip-unit-function/
 *
 * @param number
 * @return number
 */
/**
 * pow
 *
 * Return the number risen to the power of n
 * From: https://css-tricks.com/snippets/sass/power-function/
 *
 * @param number 	The operator
 * @param exp 		The exponent
 * @return number
 */
/**
 * Calculates the sRGB luma of a colour.
 *
 * From: https://lnikki.la/articles/sass-better-colour-based-on-brightness/
 *
 * Math nicked from a great Thoughtbot article by Reda Lemeden:
 * http://robots.thoughtbot.com/closer-look-color-lightness
 */
/*
 * Picks a colour from two options based on which one is more visible
 * on the given background colour.
 *
 * From: https://lnikki.la/articles/sass-better-colour-based-on-brightness/
 *
 * Usage: color-for-bg($bg-color, $color-1, $color-2)
 */
/*
 * @author Carsten Coull <c.coull@agentur-halma.de>
 *
 * Slope Utilits
 * sets a Graph to use for unit
 *
 * Needs a calc support
 */
/*
 * for fluid type to fit to screen;
 */
/*
 * Sets a fluid Unit between to Values
 *
 * $min-size: Minimum Value
 * $max-size: Maximum Value
 * $min-view: Size at which to use $min-size
 * $max-view: Size at which to use $max-size
 *
 * works best with px Unit
 */
/* Can be used with Custom Proporties */
/**
 * libhalma/_rwd.scss
 *
 * Breakpoints, media queries, responsive webdesign
 * See: https://medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
 *
 * @usage: @include for-size(tablet-landscape-up) { ... }
 *				 Use a pre devined size from $breakpoints with added '-up' or '-down' for direction.
 *
 * 				 @include for-size(1200px, up) { ... }
 *				 If second parameter is 'up' or 'down' it will be used as direction and a custom size can be used.
 *
 *
 * @author Johannes Braun <j.braun@agentur-halma.de>, Carsten Coull <c.coull@agebtur-halma.de>
 * @package libhalma
 */
/**
 * src/css/libhalma/_vertical_rhythm.scss
 *
 * @author Carsten Coull <c.coull@agentur-halma.de>
 * @package libhalma
 */
body {
  position: relative;
}

.debug-base-line-grid {
  background-image: linear-gradient(to bottom, transparent 0, transparent calc(1.75k), rgba(255, 99, 71, 0.1) calc(1.75k), rgba(255, 99, 71, 0.1));
  background-size: 100% 3.5k;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 32766;
  top: -16px;
}

:root {
  --primary-50: rgb(124.6, 211.0897959184, 255);
  --primary-100: rgb(78.7, 195.6336734694, 255);
  --primary-200: rgb(32.8, 180.1775510204, 255);
  --primary-300: rgb(0, 160.443877551, 241.9);
  --primary-400: #0082c4;
  --primary: #0082c4;
  --primary-500: rgb(0, 89.4081632653, 134.8);
  --primary-600: rgb(0, 69.112244898, 104.2);
  --primary-700: rgb(0, 55.5816326531, 83.8);
  --primary-800: rgb(0, 42.0510204082, 63.4);
  --primary-900: rgb(0, 21.7551020408, 32.8);
  --secondary-50: rgb(165.1741479821, 241.4258520179, 169.2486665183);
  --secondary-100: rgb(126.046309417, 234.653690583, 131.8497572656);
  --secondary-200: rgb(87.377470852, 227.422529148, 94.8607945778);
  --secondary-300: rgb(49.167632287, 219.732367713, 58.2817784548);
  --secondary-400: rgb(33.735, 189.265, 42.0457633588);
  --secondary: rgb(33.735, 189.265, 42.0457633588);
  --secondary-500: rgb(26.0947847534, 135.7052152466, 31.9518306576);
  --secondary-600: rgb(22.47167713, 108.72832287, 27.0808108719);
  --secondary-700: rgb(20.6396053812, 90.1603946188, 24.3544567145);
  --secondary-800: rgb(18.6475336323, 71.7524663677, 21.4852017937);
  --secondary-900: rgb(13.232426009, 46.567573991, 15.0136934584);
  --background-50: hsl(200, 24%, 74%);
  --background-100: hsl(200, 24%, 65%);
  --background-200: hsl(200, 24%, 56%);
  --background-300: hsl(200, 24%, 47%);
  --background-400: hsl(200, 24%, 38%);
  --background: hsl(200, 24%, 38%);
  --background-500: hsl(200, 24%, 26%);
  --background-600: hsl(200, 24%, 20%);
  --background-700: hsl(200, 24%, 16%);
  --background-800: hsl(200, 24%, 12%);
  --background-900: hsl(200, 24%, 6%);
  --neutral-50: hsl(235, 5%, 96%);
  --neutral-100: hsl(235, 5%, 87%);
  --neutral-200: hsl(235, 5%, 78%);
  --neutral-300: hsl(235, 5%, 69%);
  --neutral-400: hsl(235, 5%, 60%);
  --neutral: hsl(235, 5%, 60%);
  --neutral-500: hsl(235, 5%, 48%);
  --neutral-600: hsl(235, 5%, 42%);
  --neutral-700: hsl(235, 5%, 38%);
  --neutral-800: hsl(235, 5%, 34%);
  --neutral-900: hsl(235, 5%, 28%);
  --warning-50: rgb(250.29, 244.8716744186, 228.31);
  --warning-100: rgb(244.178, 230.4581488372, 188.522);
  --warning-200: rgb(238.984, 216.510027907, 147.816);
  --warning-300: rgb(234.708, 203.0273116279, 106.192);
  --warning-400: rgb(231.35, 190.01, 63.65);
  --warning: rgb(231.35, 190.01, 63.65);
  --warning-500: rgb(212.758, 165.4977767442, 21.042);
  --warning-600: rgb(188.976, 145.8976, 14.224);
  --warning-700: rgb(175.488, 134.0306604651, 7.312);
  --warning-800: rgb(162.4, 122.3665116279, 0);
  --warning-900: hsl(45.2093023256, 106%, 25.8431372549%);
  --error-50: rgb(243.2768421053, 222.7993779904, 222.3231578947);
  --error-100: rgb(232.0606315789, 188.6489425837, 187.6393684211);
  --error-200: rgb(221.7624210526, 153.6222344498, 152.0375789474);
  --error-300: rgb(212.3822105263, 117.7192535885, 115.5177894737);
  --error-400: rgb(203.92, 80.94, 78.08);
  --error: rgb(203.92, 80.94, 78.08);
  --error-500: rgb(175.7490526316, 48.0213588517, 45.0509473684);
  --error-600: rgb(155.1965263158, 37.7351339713, 35.0034736842);
  --error-700: rgb(143.6448421053, 28.8253779904, 26.1551578947);
  --error-800: rgb(132.3631578947, 19.6578947368, 17.0368421053);
  --error-900: rgb(108.8166315789, 12.2295789474, 9.9833684211);
  --success-50: rgb(184.9383259912, 225.6616740088, 186.6898678414);
  --success-100: rgb(152.5859030837, 212.1140969163, 155.1462555066);
  --success-200: rgb(120.2334801762, 198.5665198238, 123.6026431718);
  --success-300: rgb(87.8810572687, 185.0189427313, 92.059030837);
  --success-400: #43a047;
  --success: #43a047;
  --success-500: rgb(48.9365638767, 116.8634361233, 51.8581497797);
  --success-600: rgb(39.904845815, 95.295154185, 42.2872246696);
  --success-700: rgb(33.8837004405, 80.9162995595, 35.9066079295);
  --success-800: rgb(27.8625550661, 66.5374449339, 29.5259911894);
  --success-900: rgb(18.8308370044, 44.9691629956, 19.9550660793);
  --white: #fff;
  --black: #0C0E26;
}

/**
 * src/css/libhalma/_classes.scss
 *
 * Predefined utility classes
 *
 * @author C.Coull <c.coull@agentur-halma.de>
 * @author J. Braun <j.braun@agentur-halma.de>
 * @package libhalma
 * @version 2021-05-27
 */
/**
 * From: EveryLayout
 */
/**
 * From: EveryLayout
 */
/**
 * The Cluster
 *
 * https://every-layout.dev/demos/cluster-ctas/
 *
 * We can use `gap` now on flexbox items, so it gets really easy now :-)
 */
/**
 * The Stack
 *
 * Spacing for vertically stacked blocks
 */
html {
  font-size: 16px;
}

dialog section, dialog article {
  padding-top: 0.5rem;
  padding-left: 0;
  padding-right: 0;
}
dialog::backdrop {
  backdrop-filter: none !important;
  background-color: transparent;
}

.campaign__header h2 {
  font-size: 2.125rem;
  line-height: 1.2352941176em;
}
.campaign__header h3 {
  font-size: 1rem;
  line-height: 1.75em;
}

.headline {
  font-size: 1.625rem;
  line-height: 1.0769230769em;
}

.campaign-not-running-message p.body-text:last-child {
  margin-bottom: 0;
}

@layer base, common, wm2026;
@layer common {
  /**
  * app/themes/WmGewinnspiel/css/theme.scss
  *
  * @author Johannes Braun <johannes.braun@swu.de>
  * @package aktionskalender
  * @version 2026-05-19
  */
  /**
   * app/themes/WmGewinnspiel/css/settings.scss
   *
   * @author Johannes Braun <johannes.braun@swu.de>
   * @package aktionskalender
   * @version 2026-05-19
   */
  /**
   * _settings.scss
   *
   * Use Sass variables and custom properties as appropriate, both are possible
   */
  /**********
   * Border *
   **********/
  /********
   * Typo *
   ********/
  /************
   * Measures *
   ************/
  /********************
   * Options/Switches *
   ********************/
  /********************
   * Options/Switches *
   ********************/
  /*****************
   *  Breakpoints  *
   *****************/
  /**
   * app/themes/WmGewinnspiel/css/settings.scss
   *
   * @author Johannes Braun <johannes.braun@swu.de>
   * @package aktionskalender
   * @version 2026-05-19
   */
  /**
   * src/css/libhalma/_libhalma.scss
   *
   * Libhalma: A simple, solid and accessible basic library for css
   *
   * @author Johannes Braun <j.braun@agentur-halma.de>
   * @package libhalma
   * @version 2020-11-09
   */
  /**
   * src/css/mixins/_utils.scss
   *
   * Utility mixins and functions
   *
   * @author Johannes Braun <j.braun@agentur-halma.de>
   * @package libhalma
   */
  /**
   * strip-unit
   *
   * Returns the unitless number
   * From: https://css-tricks.com/snippets/sass/strip-unit-function/
   *
   * @param number
   * @return number
   */
  /**
   * pow
   *
   * Return the number risen to the power of n
   * From: https://css-tricks.com/snippets/sass/power-function/
   *
   * @param number 	The operator
   * @param exp 		The exponent
   * @return number
   */
  /**
   * Calculates the sRGB luma of a colour.
   *
   * From: https://lnikki.la/articles/sass-better-colour-based-on-brightness/
   *
   * Math nicked from a great Thoughtbot article by Reda Lemeden:
   * http://robots.thoughtbot.com/closer-look-color-lightness
   */
  /*
   * Picks a colour from two options based on which one is more visible
   * on the given background colour.
   *
   * From: https://lnikki.la/articles/sass-better-colour-based-on-brightness/
   *
   * Usage: color-for-bg($bg-color, $color-1, $color-2)
   */
  /*
   * @author Carsten Coull <c.coull@agentur-halma.de>
   *
   * Slope Utilits
   * sets a Graph to use for unit
   *
   * Needs a calc support
   */
  /*
   * for fluid type to fit to screen;
   */
  /*
   * Sets a fluid Unit between to Values
   *
   * $min-size: Minimum Value
   * $max-size: Maximum Value
   * $min-view: Size at which to use $min-size
   * $max-view: Size at which to use $max-size
   *
   * works best with px Unit
   */
  /* Can be used with Custom Proporties */
  /**
   * libhalma/_rwd.scss
   *
   * Breakpoints, media queries, responsive webdesign
   * See: https://medium.freecodecamp.org/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862
   *
   * @usage: @include for-size(tablet-landscape-up) { ... }
   *				 Use a pre devined size from $breakpoints with added '-up' or '-down' for direction.
   *
   * 				 @include for-size(1200px, up) { ... }
   *				 If second parameter is 'up' or 'down' it will be used as direction and a custom size can be used.
   *
   *
   * @author Johannes Braun <j.braun@agentur-halma.de>, Carsten Coull <c.coull@agebtur-halma.de>
   * @package libhalma
   */
  /**
   * src/css/libhalma/_vertical_rhythm.scss
   *
   * @author Carsten Coull <c.coull@agentur-halma.de>
   * @package libhalma
   */
  body {
    position: relative;
  }
  .debug-base-line-grid {
    background-image: linear-gradient(to bottom, transparent 0, transparent calc(1.75k), rgba(255, 99, 71, 0.1) calc(1.75k), rgba(255, 99, 71, 0.1));
    background-size: 100% 3.5k;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: 32766;
    top: -16px;
  }
  :root {
    --primary-50: rgb(124.6, 211.0897959184, 255);
    --primary-100: rgb(78.7, 195.6336734694, 255);
    --primary-200: rgb(32.8, 180.1775510204, 255);
    --primary-300: rgb(0, 160.443877551, 241.9);
    --primary-400: #0082c4;
    --primary: #0082c4;
    --primary-500: rgb(0, 89.4081632653, 134.8);
    --primary-600: rgb(0, 69.112244898, 104.2);
    --primary-700: rgb(0, 55.5816326531, 83.8);
    --primary-800: rgb(0, 42.0510204082, 63.4);
    --primary-900: rgb(0, 21.7551020408, 32.8);
    --secondary-50: rgb(165.1741479821, 241.4258520179, 169.2486665183);
    --secondary-100: rgb(126.046309417, 234.653690583, 131.8497572656);
    --secondary-200: rgb(87.377470852, 227.422529148, 94.8607945778);
    --secondary-300: rgb(49.167632287, 219.732367713, 58.2817784548);
    --secondary-400: rgb(33.735, 189.265, 42.0457633588);
    --secondary: rgb(33.735, 189.265, 42.0457633588);
    --secondary-500: rgb(26.0947847534, 135.7052152466, 31.9518306576);
    --secondary-600: rgb(22.47167713, 108.72832287, 27.0808108719);
    --secondary-700: rgb(20.6396053812, 90.1603946188, 24.3544567145);
    --secondary-800: rgb(18.6475336323, 71.7524663677, 21.4852017937);
    --secondary-900: rgb(13.232426009, 46.567573991, 15.0136934584);
    --background-50: hsl(200, 24%, 74%);
    --background-100: hsl(200, 24%, 65%);
    --background-200: hsl(200, 24%, 56%);
    --background-300: hsl(200, 24%, 47%);
    --background-400: hsl(200, 24%, 38%);
    --background: hsl(200, 24%, 38%);
    --background-500: hsl(200, 24%, 26%);
    --background-600: hsl(200, 24%, 20%);
    --background-700: hsl(200, 24%, 16%);
    --background-800: hsl(200, 24%, 12%);
    --background-900: hsl(200, 24%, 6%);
    --neutral-50: hsl(235, 5%, 96%);
    --neutral-100: hsl(235, 5%, 87%);
    --neutral-200: hsl(235, 5%, 78%);
    --neutral-300: hsl(235, 5%, 69%);
    --neutral-400: hsl(235, 5%, 60%);
    --neutral: hsl(235, 5%, 60%);
    --neutral-500: hsl(235, 5%, 48%);
    --neutral-600: hsl(235, 5%, 42%);
    --neutral-700: hsl(235, 5%, 38%);
    --neutral-800: hsl(235, 5%, 34%);
    --neutral-900: hsl(235, 5%, 28%);
    --warning-50: rgb(250.29, 244.8716744186, 228.31);
    --warning-100: rgb(244.178, 230.4581488372, 188.522);
    --warning-200: rgb(238.984, 216.510027907, 147.816);
    --warning-300: rgb(234.708, 203.0273116279, 106.192);
    --warning-400: rgb(231.35, 190.01, 63.65);
    --warning: rgb(231.35, 190.01, 63.65);
    --warning-500: rgb(212.758, 165.4977767442, 21.042);
    --warning-600: rgb(188.976, 145.8976, 14.224);
    --warning-700: rgb(175.488, 134.0306604651, 7.312);
    --warning-800: rgb(162.4, 122.3665116279, 0);
    --warning-900: hsl(45.2093023256, 106%, 25.8431372549%);
    --error-50: rgb(243.2768421053, 222.7993779904, 222.3231578947);
    --error-100: rgb(232.0606315789, 188.6489425837, 187.6393684211);
    --error-200: rgb(221.7624210526, 153.6222344498, 152.0375789474);
    --error-300: rgb(212.3822105263, 117.7192535885, 115.5177894737);
    --error-400: rgb(203.92, 80.94, 78.08);
    --error: rgb(203.92, 80.94, 78.08);
    --error-500: rgb(175.7490526316, 48.0213588517, 45.0509473684);
    --error-600: rgb(155.1965263158, 37.7351339713, 35.0034736842);
    --error-700: rgb(143.6448421053, 28.8253779904, 26.1551578947);
    --error-800: rgb(132.3631578947, 19.6578947368, 17.0368421053);
    --error-900: rgb(108.8166315789, 12.2295789474, 9.9833684211);
    --success-50: rgb(184.9383259912, 225.6616740088, 186.6898678414);
    --success-100: rgb(152.5859030837, 212.1140969163, 155.1462555066);
    --success-200: rgb(120.2334801762, 198.5665198238, 123.6026431718);
    --success-300: rgb(87.8810572687, 185.0189427313, 92.059030837);
    --success-400: #43a047;
    --success: #43a047;
    --success-500: rgb(48.9365638767, 116.8634361233, 51.8581497797);
    --success-600: rgb(39.904845815, 95.295154185, 42.2872246696);
    --success-700: rgb(33.8837004405, 80.9162995595, 35.9066079295);
    --success-800: rgb(27.8625550661, 66.5374449339, 29.5259911894);
    --success-900: rgb(18.8308370044, 44.9691629956, 19.9550660793);
    --white: #fff;
    --black: #0C0E26;
  }
  /**
   * src/css/libhalma/_classes.scss
   *
   * Predefined utility classes
   *
   * @author C.Coull <c.coull@agentur-halma.de>
   * @author J. Braun <j.braun@agentur-halma.de>
   * @package libhalma
   * @version 2021-05-27
   */
  /**
   * From: EveryLayout
   */
  /**
   * From: EveryLayout
   */
  /**
   * The Cluster
   *
   * https://every-layout.dev/demos/cluster-ctas/
   *
   * We can use `gap` now on flexbox items, so it gets really easy now :-)
   */
  /**
   * The Stack
   *
   * Spacing for vertically stacked blocks
   */
  /**
   * app/css/easter2024/components/button.scss
   *
   * @author Johannes Braun <johannes.braun@swu.de>
   * @package aktionskalender
   * @version 2024-03-12
   */
  .button {
    font-size: 0.8125rem;
    line-height: 2.1538461538em;
    margin-bottom: 0rem;
    line-height: calc(2.5em - 2 * var(--form-element-spacing-vertical));
    background-color: #2eb135;
    background-image: linear-gradient(to bottom, #d6f037 0, #2eb135 50%, #2eb135 50%);
    color: #fff;
    background-size: 100% 200%;
    background-position: 0 0;
    border: 0;
    transition: 100ms ease-out;
  }
  .button:hover {
    background-position: 100% 100%;
  }
  /**
  * app/themes/WmGewinnspiel/css/theme.scss
  *
  * @author Johannes Braun <johannes.braun@swu.de>
  * @package aktionskalender
  * @version 2026-05-19
  */
  /**
   * app/css/easter2024/components/campaign.scss
   *
   * @author Johannes Braun <johannes.braun@swu.de>
   * @package aktionskalender
   * @version 2024-03-14
   */
  .campaign {
    width: 100%;
    max-width: var(--outer-bound-width);
    margin-left: auto;
    margin-right: auto;
  }
  @media screen and (min-width: var(--outer-bound-width)) {
    .campaign {
      box-sizing: content-box;
    }
  }
  .campaign {
    padding: 0 0 0 0;
    margin: 0 auto;
    flex: 1 0 auto;
    position: relative;
    transition: 150ms ease-out;
  }
  .campaign.is-busy {
    opacity: 0.35;
  }
  .campaign .info {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: var(--spacing-500);
    padding-bottom: var(--spacing-500);
    background-color: var(--background-color);
  }
  .campaign.campaign--is-running {
    display: block;
  }
  .campaign__header {
    --color: #fff;
    --vspace: var(--spacing-200);
    --border-radius: 0;
    display: flex;
    flex-direction: column;
    background: var(--primary-400);
    background-image: linear-gradient(to bottom, #00b8e4, #0072cf);
    padding: calc(2 * var(--vspace));
    gap: var(--vspace);
  }
  .campaign__header > *, .campaign__header .button {
    margin: 0 !important;
  }
  .campaign__header .headline.campaign__title {
    font-size: 1.625rem;
    line-height: 1.0769230769em;
    margin-bottom: 0rem;
  }
  @media (min-width: 768px) {
    .campaign__header {
      position: absolute;
      min-width: 10rem;
      max-width: 20rem;
      top: calc(2 * var(--gutter));
      left: 0;
      z-index: 30;
      text-wrap: balance;
    }
    .campaign__header .headline.campaign__title {
      font-size: 1.375rem;
      line-height: 1.2727272727em;
    }
    .campaign__header .body-text.campaign__description {
      font-size: 0.8125rem;
      line-height: 2.1538461538em;
    }
  }
  @media (min-width: 992px) {
    .campaign__header {
      --vspace: var(--spacing-300);
      max-width: 25rem;
    }
    .campaign__header .headline.campaign__title {
      font-size: 1.625rem;
      line-height: 1.0769230769em;
      margin-bottom: 0rem;
    }
    .campaign__header .body-text.campaign__description {
      font-size: 1rem;
      line-height: 1.75em;
      margin-bottom: 0rem;
    }
  }
  @media (min-width: 1200px) {
    .campaign__header {
      max-width: 30rem;
    }
    .campaign__header .headline.campaign__title {
      font-size: 2.125rem;
      line-height: 1.2352941176em;
      margin-bottom: 0rem;
    }
    .campaign__header .body-text.campaign__description {
      font-size: 1rem;
      line-height: 1.75em;
      margin-bottom: 0rem;
    }
  }
  .campaign--not-running .campaign__header {
    display: none;
  }
  body:has(.terms-and-conditions) .main-footer,
  .terms-and-conditions {
    --outer-bound-width: 60rem;
    --outer-bound: 3rem;
  }
  /**
   * app/css/easter2024/components/debug-fake-date.scss
   *
   * @author Johannes Braun <johannes.braun@swu.de>
   * @package aktionskalender
   * @version 2024-03-11
   */
  .debug-fake-date {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 32767;
    display: flex;
    gap: 1px;
    max-width: 100%;
    flex-wrap: wrap;
    transform: translateX(423px);
    transition: 100ms ease-out;
  }
  .debug-fake-date:hover {
    transform: translateX(0);
  }
  .debug-fake-date a {
    display: block;
    flex: 0 1 auto;
    aspect-ratio: 1/1;
    text-align: center;
    background-color: var(--primary-400);
    color: #fff;
    text-decoration: none;
    width: auto;
    height: 46px;
    line-height: 46px;
    order: 1;
  }
  [data-fake-date="2024-03-27"] .debug-fake-date a[href$="03-27"],
  [data-fake-date="2024-03-28"] .debug-fake-date a[href$="03-28"],
  [data-fake-date="2024-03-29"] .debug-fake-date a[href$="03-29"],
  [data-fake-date="2024-03-30"] .debug-fake-date a[href$="03-30"],
  [data-fake-date="2024-03-31"] .debug-fake-date a[href$="03-31"],
  [data-fake-date="2024-04-01"] .debug-fake-date a[href$="04-01"],
  [data-fake-date="2024-04-02"] .debug-fake-date a[href$="04-02"],
  [data-fake-date="2024-04-03"] .debug-fake-date a[href$="04-03"],
  [data-fake-date="2024-04-04"] .debug-fake-date a[href$="04-04"],
  [data-fake-date="2024-04-05"] .debug-fake-date a[href$="04-05"] {
    background-color: var(--secondary-400);
    order: 0;
  }
  /**
  * app/themes/WmGewinnspiel/css/theme.scss
  *
  * @author Johannes Braun <johannes.braun@swu.de>
  * @package aktionskalender
  * @version 2026-05-19
  */
  /**
   * app/css/easter2024/components/dialog.scss
   *
   * @author Johannes Braun <johannes.braun@swu.de>
   * @package aktionskalender
   * @version 2024-03-11
   */
  .dialog {
    background-color: rgb(255, 255, 255);
    box-shadow: -10px -10px 30px rgba(30, 30, 30, 0.1), 10px 10px 30px rgba(30, 30, 30, 0.2);
    border-radius: var(--border-radius);
    position: fixed;
    display: none;
    max-width: 90vw;
    width: max-content;
    padding: var(--spacing-400);
  }
  @media (min-width: 992px) {
    .dialog {
      max-width: 40rem;
    }
  }
  .dialog[open] {
    display: flex;
    align-items: left;
  }
  .dialog.is-busy {
    opacity: 0.5;
    pointer-events: none;
  }
  .dialog__header {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: var(#2eb135);
    right: 0;
    top: 0;
  }
  .dialog__header .dialog__close-btn {
    padding: 16px;
    width: 64px;
    height: 64px;
  }
  .dialog__header svg {
    width: 100%;
    height: 100%;
  }
  .dialog__content-area {
    color: var(--text);
  }
  .dialog__content-area .headline {
    font-size: 2.125rem;
    line-height: 1.2352941176em;
    margin-bottom: 0rem;
    margin-bottom: 1rem;
  }
  .dialog__close-btn {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: var(--primary-400);
    margin: 0;
  }
  .dialog {
    --color: var(--primary-400);
    flex-direction: column;
    gap: var(--spacing-300);
  }
  .dialog * {
    overscroll-behavior: contain;
  }
  .dialog .prizes-for-day {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  .dialog .prize {
    display: flex;
    flex-direction: column;
    align-items: left;
    gap: var(--spacing-300);
    margin: 0;
    padding: 0;
    box-shadow: none;
  }
  .dialog .prize .prize__figure {
    overflow-y: hidden;
    margin: 0;
  }
  .dialog .prize img {
    display: block;
    padding: 0;
    margin: var(--spacing-200) 0;
    width: 100%;
    max-width: 400px;
  }
  .dialog section {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .dialog article > header {
    background-color: transparent;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .dialog article > header p {
    font-weight: bold;
    color: var(--text-color);
    margin-bottom: var(--spacing-200);
  }
  .dialog article > header h3 {
    color: var(--primary-400);
    font-size: 2.125rem;
    line-height: 1.2352941176em;
    margin: 0;
  }
  .dialog article > footer.prize__footer {
    background-color: transparent;
    display: none !important;
  }
  .dialog form {
    max-width: 40rem;
    margin: 0 auto;
    padding-top: var(--spacing-400);
  }
  .dialog .button--cta {
    margin-top: 0;
    margin-bottom: 0;
  }
  .dialog .back-link {
    display: none;
    font-weight: 400;
  }
  .dialog .dialog__action-area {
    display: flex;
    justify-content: left;
    margin-top: var(--spacing);
  }
  .dialog .dialog__action-area .dialog__close-btn::before {
    content: "✖";
    display: inline-block;
    margin-right: 0.5em;
  }
  .dialog .dialog__action-area .dialog__close-btn {
    padding: 0;
    font-size: 0.8125rem;
    line-height: 2.1538461538em;
    margin-bottom: 0rem;
    font-weight: 400;
  }
  .dialog .dialog__action-area .dialog__close-btn:hover {
    text-decoration: underline;
  }
  .dialog .dialog__action-area .button {
    margin-bottom: 0;
  }
  /**
   * app/css/easter2024/components/form.scss
   *
   * @author Johannes Braun <johannes.braun@swu.de>
   * @package aktionskalender
   * @version 2024-03-12
   */
  form {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-300);
    font-size: 0.8125rem;
    line-height: 2.1538461538em;
    --form-element-spacing-vertical: 8px;
    --border-width: 1px;
  }
  form .input {
    position: relative;
  }
  form .input.error {
    padding-top: 1.5rem;
  }
  form .input.error .error-message {
    margin: 0;
    line-height: 1.5;
    margin-top: 0.25rem;
  }
  @media (min-width: 768px) {
    form .input.error .error-message {
      position: absolute;
      bottom: 3rem;
      left: 7rem;
      line-height: 1;
    }
  }
  form .input.checkbox.error .error-message {
    left: 0;
  }
  @media (min-width: 768px) {
    form .input {
      display: flex;
      align-items: center;
    }
    form .input:not(.checkbox) label {
      width: 7rem;
      flex: 0 0 auto;
    }
  }
  form .input label {
    --color: var(--text-color);
  }
  form .input select, form .input input {
    margin: 0;
    font-size: 0.8125rem;
    line-height: 2.1538461538em;
  }
  form .input.error input {
    background-color: var(--error-100);
    border-color: var(--error-400);
  }
  form [type=submit] {
    align-self: flex-end;
  }
  @media (min-width: 768px) {
    form .input.checkbox {
      margin-left: 7rem;
    }
  }
  form .input.checkbox label {
    position: relative;
    padding-left: 2rem;
    font-size: 0.8125rem;
    line-height: 2.1538461538em;
    display: inline-block;
    cursor: pointer;
  }
  form .input.checkbox label input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0.5em;
  }
  form input[type=checkbox] {
    margin-right: var(--spacing-200);
  }
  .is-busy .prize__cta {
    position: relative;
  }
  .is-busy .prize__cta::after {
    content: "";
    width: 2rem;
    height: 3px;
    background-color: var(--secondary-400);
    position: absolute;
    left: calc(50% - 1rem);
    top: 0;
    animation: busy 1s ease-in-out alternate infinite;
  }
  @keyframes busy {
    from {
      left: 0%;
    }
    to {
      left: calc(100% - 2rem);
    }
  }
  /**
   * app/css/components/logo.scss
   *
   * @author Johannes Braun <johannes.braun@swu.de>
   * @package aktionskalender
   * @version 2024-02-27
   */
  .logo {
    aspect-ratio: 1/1;
    display: block;
    max-width: 100px;
  }
  /**
   * app/css/components/swu-border.scss
   *
   * @author Carsten Coull <carsten.coull@swu.de>
   * @package aktionskalender
   * @version 2024-03-05
   */
  .campaign {
    --logo-size: 140px;
    --gutter: calc(var(--logo-size) / 4);
    --size: calc(var(--logo-size) + var(--gutter));
    --color-telenet: #d1ce00;
    --swu-border-color: var(--color-telenet);
    --swu-border-width: 5px;
    --swu-border-blur: 2px;
  }
  .swu-border {
    position: absolute;
    margin: 0;
    height: 100%;
  }
  .swu-border::before, .swu-border::after {
    content: "";
    pointer-events: none;
    position: absolute;
    border: solid var(--swu-border-color) var(--swu-border-width);
    filter: blur(var(--swu-border-blur));
  }
  .swu-border .swu-logo {
    position: absolute;
    right: var(--gutter);
    top: var(--gutter);
    width: var(--logo-size);
  }
  .swu-border::after {
    inset: var(--gutter);
    left: -50vw;
    mask-image: linear-gradient(rgba(0, 0, 0, 0) var(--size), rgba(0, 0, 0, 0) var(--size), rgb(0, 0, 0) var(--size)), linear-gradient(90deg, rgb(0, 0, 0), rgb(0, 0, 0) calc(100% - var(--size)), rgba(0, 0, 0, 0) calc(100% - var(--size)));
  }
  .swu-border::before {
    border-top: none;
    border-right: none;
    right: var(--gutter);
    top: var(--gutter);
    width: var(--size);
    height: var(--size);
  }
  /**
   * app/css/easter2024/components/typography.scss
   *
   * @author Johannes Braun <johannes.braun@swu.de>
   * @package aktionskalender
   * @version 2024-03-12
   */
  html {
    font-size: 16px;
  }
  @media (min-width: 768px) {
    html {
      font-size: 18px;
    }
  }
  @media (min-width: 992px) {
    html {
      font-size: 18px;
    }
  }
  @media (min-width: 1200px) {
    html {
      font-size: 20px;
    }
  }
  body.easter2024 h1, body.easter2024 h2, body.easter2024 h3, body.easter2024 h4, body.easter2024 h5, body.easter2024 h6 {
    font-size: var(--font-size);
  }
  body.easter2024 .headline {
    --color: var(--primary-400, 0);
    font-size: 2.5rem;
    line-height: 1.05em;
  }
  body.easter2024 .headline--small {
    font-size: 1.625rem;
    line-height: 1.0769230769em;
    margin-bottom: 0rem;
  }
  body.easter2024 .headline--large {
    font-size: 3.125rem;
    line-height: 1.26em;
    margin-bottom: 0rem;
  }
  body.easter2024 .headline + *,
  body.easter2024 .subline + .headline {
    margin-top: var(--spacing-200);
  }
  body.easter2024 .subline {
    font-size: 1.625rem;
    line-height: 1.0769230769em;
    margin-bottom: 0rem;
    --color: var(--secondary-400);
  }
  body.easter2024 .kicker {
    font-size: 1.625rem;
    line-height: 1.0769230769em;
    --color: var(--primary-400);
  }
  body.easter2024 .body-text {
    --text-color: #383838;
    font-size: 1rem;
    line-height: 1.75em;
    margin-bottom: 1.75rem;
    color: var(--text-color);
  }
  body.easter2024 .box .headline,
  body.easter2024 .box .subline,
  body.easter2024 .box .kicker,
  body.easter2024 .box .body-text {
    --text-color: #fff;
    --color: #fff;
  }
  body.easter2024 .green {
    color: var(--secondary-400);
    font-weight: bold;
    --color: var(--secondary-400);
    --text-color: var(--secondary-400);
  }
  body.easter2024 .icon svg {
    width: 1em;
    height: 1em;
  }
  q::before {
    content: "„";
  }
  q::after {
    content: "“";
  }
  .email-address {
    text-decoration: underline;
    font-weight: 400;
  }
  .markdown-parsed p, .markdown-parsed li {
    --text-color: #383838;
    font-size: 1rem;
    line-height: 1.75em;
    margin-bottom: 0rem;
    color: var(--text-color);
    margin-bottom: var(--spacing-300);
  }
  .markdown-parsed ol ol {
    margin-left: 1rem;
  }
  .markdown-parsed ol ol li {
    list-style-type: lower-alpha;
  }
  .dialog .prize__header {
    border: none;
  }
  .dialog .prize__figure img {
    max-width: 100%;
    aspect-ratio: 1/1;
  }
  .dialog .subline {
    display: none;
  }
}
@layer wm2026 {
  :root {
    height: 100%;
  }
  body, .main-content, .campaign, .swu-border, .scene, .prlx-layer {
    min-height: 100%;
  }
  body {
    max-width: 100vw;
    overflow-x: hidden;
  }
  .flash-messages {
    margin: 0;
  }
  .campaign {
    --swu-border-color: var(--primary);
    --swu-border-blur: 0px;
    --logo-size: 70px;
    max-width: 100%;
  }
  .campaign__header * {
    color: #fff;
  }
  .prlx-layer.soccer-player--a,
  .prlx-layer.soccer-player--b,
  .prlx-layer.soccer-player--c {
    display: none;
  }
  .swu-border {
    background-image: url("/wm_gewinnspiel/img/HG_01.webp");
    background-size: cover;
    background-position: center bottom;
    position: relative;
    width: 100vw;
    height: 100vh;
    min-height: 0;
    overflow: hidden;
  }
  #prlx-scene {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding-top: calc(var(--logo-size) + 4 * var(--gutter));
    padding-bottom: calc(4 * var(--gutter));
    padding-left: calc(4 * var(--outer-bound));
    padding-right: calc(4 * var(--outer-bound));
    background-size: cover;
    background-position: center bottom;
  }
  .ball[data-ballnr="1"] > a {
    background-image: url("/wm_gewinnspiel/img/Ball_01.webp");
  }
  .ball[data-ballnr="2"] > a {
    background-image: url("/wm_gewinnspiel/img/Ball_02.webp");
  }
  .ball[data-ballnr="3"] > a {
    background-image: url("/wm_gewinnspiel/img/Ball_03.webp");
  }
  .ball[data-ballnr="4"] > a {
    background-image: url("/wm_gewinnspiel/img/Ball_04.webp");
  }
  .ball[data-ballnr="5"] > a {
    background-image: url("/wm_gewinnspiel/img/Ball_05.webp");
  }
  .ball[data-ballnr="6"] > a {
    background-image: url("/wm_gewinnspiel/img/Ball_06.webp");
  }
  .ball a {
    display: block;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 1/1;
    text-indent: -9999px;
    overflow: hidden;
  }
  .ball a[disabled] {
    filter: grayscale(1);
  }
  #clone-ball {
    background-image: none;
    background-color: #fff;
    position: fixed;
    z-index: 10;
    border-radius: 50%;
  }
  .dialog ol {
    list-style-type: none;
    counter-reset: list;
  }
  .dialog ol li::before {
    counter-increment: list;
    content: counters(list, ".") ". Preis: ";
    font-weight: bold;
    display: inline-block;
    padding: 4px;
    margin-right: 0.5em;
  }
  .campaign-not-running-message {
    background-color: #fff;
    margin: auto;
    padding: var(--spacing-400);
    border-radius: var(--border-radius);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    font-size: 1.375rem;
    line-height: 1.2727272727em;
    max-width: 90%;
    max-height: 80vh;
    overflow: auto;
    width: fit-content;
    pointer-events: all;
  }
  .campaign-not-running-message .headline {
    margin: 0 0 1rem 0;
  }
  .campaign-not-running-message :last-child {
    margin-bottom: 0;
  }
  @media (min-width: 768px) {
    .campaign {
      --logo-size: 140px;
    }
    .campaign__header {
      position: absolute;
      z-index: 3;
    }
    .swu-border {
      height: 100vh;
    }
    .scene {
      z-index: 3;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      width: auto;
      height: 100%;
      pointer-events: none;
      aspect-ratio: 508/433;
    }
    #prlx-scene {
      display: block;
      flex: 1;
    }
    .prlx-layer.soccer-player {
      display: block;
    }
    .prlx-layer {
      width: 100%;
      height: 100%;
    }
    .prlx-layer img {
      position: absolute;
    }
    .prlx-layer.soccer-player--c img {
      width: 32.28%;
      height: auto;
      left: 24.21%;
      top: 31.38%;
    }
    .prlx-layer.soccer-player--a img {
      width: 45.67%;
      height: auto;
      left: 30.31%;
      top: 21.44%;
    }
    .prlx-layer.soccer-player--b img {
      width: 42.19%;
      height: auto;
      left: 38.49%;
      top: 32.73%;
    }
    .ball {
      --ball-size: 7.7%;
      --spread-x: 1.0;
      --spread-y: 1.0;
    }
    .ball a {
      position: absolute;
      z-index: 4;
      width: var(--ball-size);
      height: auto;
      pointer-events: all;
    }
    .ball[data-ballnr="1"] a {
      transform: scale(2.46);
      left: calc(var(--spread-x) * 19.09%);
      top: calc(var(--spread-y) * 63.21%);
    }
    .ball[data-ballnr="2"] a {
      transform: scale(1.53);
      left: calc(var(--spread-x) * 37.4%);
      top: calc(var(--spread-y) * 51.92%);
    }
    .ball[data-ballnr="3"] a {
      transform: scale(1.35);
      left: calc(var(--spread-x) * 68.31%);
      top: calc(var(--spread-y) * 65.46%);
    }
    .ball[data-ballnr="4"] a {
      transform: scale(1.41);
      left: calc(var(--spread-x) * 11.81%);
      top: calc(var(--spread-y) * 33.86%);
    }
    .ball[data-ballnr="5"] a {
      transform: scale(1.89);
      left: calc(var(--spread-x) * 78.74%);
      top: calc(var(--spread-y) * 32.73%);
    }
    .ball[data-ballnr="6"] a {
      transform: scale(1);
      left: calc(var(--spread-x) * 68.31%);
      top: calc(var(--spread-y) * 23.48%);
    }
    .dialog {
      width: 600px;
    }
    .info {
      background-color: #fff;
      z-index: 1;
      padding: 3rem 0;
    }
    .campaign-not-running-message {
      max-width: 60rem;
    }
  }
  .participant-added-success {
    background-color: var(--success);
    border-radius: 3px;
    padding: 1rem;
  }
  .participant-added-success .body-text {
    color: var(--white);
  }
  .participant-added-success .body-text:last-child {
    margin-bottom: 0 !important;
  }
}
/*# sourceMappingURL=theme.css.map */