/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
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;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  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.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}


      [type='text'],
      [type='email'],
      [type='url'],
      [type='password'],
      [type='number'],
      [type='date'],
      [type='datetime-local'],
      [type='month'],
      [type='search'],
      [type='tel'],
      [type='time'],
      [type='week'],
      [multiple],
      textarea,
      select
     {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder, textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          color-adjust: unset;
}


      [type='checkbox'],
      [type='radio']
     {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}


      [type='checkbox']:focus,
      [type='radio']:focus
     {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}


      [type='checkbox']:checked,
      [type='radio']:checked
     {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}


      [type='checkbox']:checked:hover,
      [type='checkbox']:checked:focus,
      [type='radio']:checked:hover,
      [type='radio']:checked:focus
     {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}


      [type='checkbox']:indeterminate:hover,
      [type='checkbox']:indeterminate:focus
     {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.app .section:first-child {
  padding-top: 300px;
}

nav.mobile {
  display: none;
}

nav {
  height: 100px;
  display: flex;
  align-items: center;
  font-size: 18px;
  position: absolute;
  z-index: 40;
  left: 40px;
  right: 40px;
}

nav a {
  color: var(--grey);
}

nav.desktop .logo {
  height: 100%;
  border-left: 1px SOLID var(--grey-line);
  border-right: 1px SOLID var(--grey-line);
  padding: 35px 30px;
  padding-top: 10px;
}

nav .logo img {
  height: 100%;
  margin-left: auto;
  margin-right: auto
}

nav .navigation {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

nav .item {
  padding: 40px 30px;
  padding-right: 0px;
  max-width: 190px;
  position: relative;
  display: block;
  transition: color 0.5s;
}

nav .item:hover {
  color: var(--orange);
  transition: color 0.5s;
}

nav .item.active {
  color: var(--orange);
}

nav .item.active:before {
  content:"";
  border-left: 1px SOLID var(--orange);
  width: 5px;
  padding-left: 10px;
}

nav .item.itemHasArrow {
  padding-right: 10px;
}

nav .itemHasArrow {
  padding-right: 40px;
}

nav .item:last-child {
  padding-right: 30px;
}

nav .item.itemHasArrow:last-child {
  padding-right: 40px;
}

nav .user {
  border-left: 1px SOLID var(--grey-line);
  border-right: 1px SOLID var(--grey-line);
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 250px
}

nav .user a:before {
  display: none;
}

nav .user .label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

nav .arrow {
  position: absolute;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  margin-top: -15px;
}

nav .itemHasArrow .arrow {
  right: 10px;
}

nav .item.itemHasArrow:last-child .arrow {
  right: 30px;
}

nav.dark a, nav.dark button {
  color: white;
}

nav.desktop.dark .logo {
  border-left: 1px SOLID white;
  border-right: 1px SOLID white;
}

nav.dark .user {
  border-left: 1px SOLID white;
  border-right: 1px SOLID white;
}

nav .relative {
  position: relative;
}

@media (max-width: 1024px) {
  .app .section:first-child {
    padding-top: 110px;
  }

  nav.desktop {
    display: none;
  }

  nav.mobile {
    display: flex;
  }

  nav {
    justify-content: space-between;
    height: 40px;
  }

  nav .navigation {
    display: none;
  }

  nav .item.icon {
    padding: 0px;
    height: 40px;
  }

  nav .item.icon:before {
    display: none;
  }

  nav .item.icon svg {
    height: 50px;
    width: 50px;
    fill: currentColor;
  }

  nav .modal {
    background-color: var(--brown);
    color: white;
  }

  nav .modal .content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
    padding-top: 100px;
  }

  nav .logo {
    display: block;
    height: 40px;
  }

  nav .modal_navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  nav .modal_navigation .item {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
    padding-bottom: 0px;
  }

  nav .modal_navigation .item:last-child {
    padding-bottom: 30px;
  }

  nav .social {
    display: flex;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  nav .social svg {
    width: 40px;
    height: 40px;
  }

  nav .social svg:hover {
    fill: currentColor;
  }

  nav .top {
    position: fixed;
    top: 0px;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

footer {
  background-color: var(--brown);
  min-height: 150px;
  padding-top: 50px;
  color: white;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer a {
  transition: color 0.5s;
  color: white;
}

footer a:hover {
  color: var(--orange);
  transition: color 0.5s;
}

footer:after {
  content: "";
  z-index: -1;
  background-color: var(--brown);
  position: absolute;
  left: calc(100% / 2 - 100vw / 2);
  right: calc(100% / 2 - 100vw / 2);
  top: 0px;
  bottom: 0px;
}

footer .social {
  display: flex;
  padding: 35px 25px;
  width: 150px;
  justify-content: space-between;
  position: relative;
}

footer .social:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-left: 1px SOLID var(--grey-line);
  border-right: 1px SOLID var(--grey-line);
  pointer-events: none;
}

footer .social svg {
  width: 25px;
  height: 25px;
  z-index: 5;
}

footer .social svg:hover, footer .social svg:hover path, footer, .social svg:hover line, footer .social svg:hover rect {
  fill: currentColor;
}

footer .navigation {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

footer .madeby {
  display: flex;
  flex-direction: column;
  font-size: 11px;
  padding: 35px 25px;
  width: 230px;
  align-items: center;
  position: relative;
}

footer .madeby:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-left: 1px SOLID var(--grey-line);
  border-right: 1px SOLID var(--grey-line);
  pointer-events: none;
}

@media (max-width: 1024px) {
  footer {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  footer .social {
    width: auto;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  footer .social svg {
    height: 40px;
  }

  footer .social:after {
    display: none;
  }

  footer .navigation {
    flex-direction: column;
    text-align: center;
  }

  footer .madeby:after {
    display: none;
  }
}

.dropdown {
  width: calc(100% + 2px);
  position: absolute;
  border-top: 0px SOLID white;
  border-left: 1px SOLID var(--grey-line);
  border-right: 1px SOLID var(--grey-line);
  border-bottom: 1px SOLID var(--grey-line);
  z-index: 50;
  right: -1px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -4px;
}

.dropdown .item {
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown .seperator {
  position: absolute;
  height: 1px;
  width: 80%;
  border-top: 1px SOLID var(--grey-line);
  top: 0px;
  left: 10%;
  opacity: 0.5;
}

.modal {
  position: fixed;
  z-index: 50;
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  overflow: auto;
}

.section {
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
}

.section.fullscreen {
  min-height: 100vh;
}

.section.fullscreen.only {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section h1, .section h2{
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px;
  text-align: center;
}

.section p {
  margin-left: 170px;
  margin-right: 170px;
  text-align: center;
  margin-bottom: 70px;
}

.section p:last-child {
  margin-bottom: 0px;
}

.section.grey {
  background-color: var(--grey-bg);
}

.section.grey:after {
  content: "";
  z-index: -1;
  background-color: var(--grey-bg);
  position: absolute;
  left: calc(100% / 2 - 100vw / 2);
  right: calc(100% / 2 - 100vw / 2);
  top: 0px;
  bottom: 0px;
}

.section.dark {
  color: white;
}

.section.dark:after {
  content: "";
  z-index: -1;
  background-color: var(--brown);
  position: absolute;
  left: calc(100% / 2 - 100vw / 2);
  right: calc(100% / 2 - 100vw / 2);
  top: 0px;
  bottom: 0px;
}

.section.dark h1, .section.dark h2 {
  color: white;
}

.section.dark .btn {
  border-top-color: white;
  border-bottom-color: white;
  border-right-color: white;
  color: white;
}

.section.dark .btn:hover {
  border-color: var(--orange);
  color: var(--orange);
}

.section:not(:first-child):nth-child(2n+1) .lines:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  border-left: 1px SOLID var(--grey-line);
  height: 256px;
  width: 1px;
}

.section:not(:last-child):nth-child(2n+1) .lines:after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-left: 1px SOLID var(--grey-line);
  height: 80px;
  width: 1px;
}

.section:not(:first-child):nth-child(2n) .lines:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  border-left: 1px SOLID var(--grey-line);
  height: 256px;
  width: 1px;
}

.section:not(:last-child):nth-child(2n) .lines:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-left: 1px SOLID var(--grey-line);
  height: 80px;
  width: 1px;
}

.section.dark:not(:first-child):nth-child(2n+1) .lines:before {
  border-color: white;
}

.section.dark:not(:last-child):nth-child(2n+1) .lines:after {
  border-color: white;
}

.section.dark:not(:first-child):nth-child(2n) .lines:before {
  border-color: white;
}

.section.dark:not(:last-child):nth-child(2n) .lines:after {
  border-color: white;
}

@media (max-width: 1024px) {
  .section {
    padding-top: 70px;
    padding-bottom: 80px;
  }

  .section h1, .section h2{
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 18px;
  }

  .section p {
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 50px;
  }

  .section:not(:first-child):nth-child(2n+1) .lines:before {
    height: 50px;
  }

  .section:not(:last-child):nth-child(2n+1) .lines:after {
    height: 50px;
  }

  .section:not(:first-child):nth-child(2n) .lines:before {
    height: 50px;
  }

  .section:not(:last-child):nth-child(2n) .lines:after {
    height: 50px;
  }
}

.btn {
  display: inline-block;
  border: 1px SOLID var(--grey);
  border-left: 2px SOLID var(--orange);
  padding: 20px 15px;
  transition: border 0.5s, color 0.5s;
  color: var(--grey);
}

.btn:hover {
  border-color: var(--orange);
  color: var(--orange);
  transition: border 0.5s, color 0.5s;
}

.btn.inactive {
  border-left: 1px SOLID var(--grey);
}

.btn.inactive:hover {
  border-left: 1px SOLID var(--orange);
}

.btn.active {
  color: var(--orange);
}

.two-columns {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-bottom: 70px;
}

.two-columns:last-child {
  margin-bottom: 0px;
}

.two-columns h3 {
  margin-bottom: 30px;
}

.two-columns p {
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

.two-columns > * {
  flex-basis: 0;
  flex-grow: 1;
}

@media (max-width: 1024px) {
  .two-columns {
    flex-direction: column;
    row-gap: 50px;
  }
}

.advantages {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: stretch;
}

.advantages > * {
  flex-basis: 0;
  flex-grow: 1;
}

.advantages .number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  color: var(--grey-line);
  margin-bottom: 30px;
}

@media (max-width: 1024px) {
  .advantages {
    flex-direction: column;
    margin-left: 80px;
    margin-right: 80px;
  }

  .advantages > * {
    margin-bottom: 50px;
  }

  .advantages .number {
    margin-bottom: 0px;
  }

  .advantages > *:last-child {
    margin-bottom: 0px;
  }
}

.calendar-item {
  flex-basis: 0;
  flex-grow: 1;
}

.calendar-item .pin {
  float: left;
  width: 60px;
  height: 60px;
  margin-right: 15px;
}

.calendar-item .date-hour {
  text-transform: uppercase;
}

.calendar-item .short-place {
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

.calendar-item .department {
  margin-bottom: 1.5em;
}

.calendar-item a {
  border-left: 1px SOLID var(--orange);
  padding-left: 10px;
}

.calendar-item a:hover {
  font-weight: bold;
  border-left-width: 2px;
}

.calendar-item .nav {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.calendar-item .shoutout {
  border-left: 1px SOLID var(--brown);
  padding-left: 10px;
  color: var(--brown);
}

.form-group {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  align-content: stretch;
}

label {
  min-width: 250px;
  display: inline-block;
  align-self: center;
  text-transform: uppercase;
  padding-right: 10px;
}

.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="password"], .form-group input[type="file"], .form-group select, .form-group textarea, .form-group input[type='datetime-local'] {
  width: 100%;
}

[type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="month"], [type="search"], [type="tel"], [type="time"], [type="week"], [multiple], textarea, select {
  padding-top: 22px;
  padding-bottom: 21px;
}

input[type="checkbox"], input[type="radio"] {
  margin-right: 20px;
}

.form-group.checkbox {
  text-indent: -40px;
  margin-left: 40px;
  flex-direction: column;
}

.form-group.checkbox label {
  text-transform: none;
}

.form-group .full-width {
  width: 100%;
}

.error {
  color: var(--orange);
}

.form-group .error {
  margin-top: 5px;
  margin-bottom: 5px;
}

.form-group.checkbox .error {
  margin-left: 40px;
}

.form-group.checkbox label {
  align-self: start;
}

input[type='file'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 22px;
  padding-bottom: 21px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

input::-moz-placeholder {
  color: var(--grey-line);
}

input::placeholder {
  color: var(--grey-line);
}

[type="text"], [type="email"], [type="url"], [type="password"], [type="number"], [type="date"], [type="datetime-local"], [type="month"], [type="search"], [type="tel"], [type="time"], [type="week"], [multiple], textarea, select {
  background-color: transparent;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  --tw-ring-color: var(--orange);
  border-color: var(--orange);
}

select[disabled] {
  border-color: transparent;
  background-image: none;
}

input[disabled] {
  border-color: transparent;
}

button.inline {
  color: var(--orange);
}

@media (max-width: 1024px) {
  .form-group {
    flex-direction: column;
    align-content: stretch;
  }

  label {
    min-width: auto;
    align-self: start;
    margin-bottom: 10px;
  }
}

.app.home .calendar {
  display: flex;
  margin-bottom: 70px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.app.home .calendar-nav {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: center;
}

.app.home .section.dark:after {
  background-image: url('/images/home.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  background-position:left center;
}

.app.home .feather1, .app.home .feather2, .app.home .feather3,.app.home .feather4,.app.home .feather5 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.home .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_02');
  left: -100px;
  top: 35%;
}

.app.home .feather2 {
  right: -75px;
  bottom: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  width: 150px;
  height: 150px;
}

.app.home .feather3 {
  right: -125px;
  bottom: 5%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_06');
  width: 250px;
  height: 250px;
}

.app.home .feather4 {
  left: -100px;
  top: 15%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
}

.app.home .feather5 {
  right: -75px;
  bottom: 15%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  width: 150px;
  height: 150px;
}

@media (max-width: 1024px) {
  .app.home .section.dark:after {
    background-image: url('/images/home_mobile.jpg');
  }

  .app.home .calendar-item:not(:first-child) {
    display: none;
  }
}

.app.about h2.extra-room {
  margin-top: 200px;
}

.app.about .member-nav {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.app.about .sponsors {
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.app.about .sponsors > * {
  flex-basis: 0;
  flex-grow: 1;
}

.app.about .sponsors img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 50px;
}

.app.about .feather1, .app.about .feather2, .app.about .feather3 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.about .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_GROOT_02');
  left: -35px;
  top: 0;
  height: 90%;
  width: 75px;
}

.app.about .feather2 {
  right: -75px;
  top: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
  width: 150px;
  height: 150px;
}

.app.about .feather3 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  right: 0px;
  bottom: 30%;
  width: 75px;
  height: 75px;
}

@media (max-width: 1024px) {
  .app.about h2.extra-room {
    margin-top: 70px;
  }

  .app.about .sponsors {
    flex-direction: column;
    row-gap: 50px;
    align-items: center;
  }

  .app.about .sponsors img{
    max-width: 150px;
  }

  .app.about .feather3 {
    display: none;
  }
}

.app.stage .steps {
  display: flex;
  flex-direction: row;
  -moz-column-gap: 50px;
       column-gap: 50px;
  justify-content: stretch;
}

.app.stage .steps .number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  color: var(--grey-line);
  margin-bottom: 30px;
}

.app.stage .steps h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.app.stage .section.why .two-columns {
  align-items: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
}

.app.stage .stages {
  max-width: 300px;
}

.app.stage .stages h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  margin-bottom: 0px;
}

.app.stage .stages > div {
  margin-bottom: 30px;
}

.app.stage .roadmap li {
  margin-bottom: 20px;
}

.app.stage .roadmap ul ul {
  margin-left: 40px;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .app.stage .steps {
    flex-direction: column;
  }

  .app.stage .steps .number {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}

.app.departments .calendar {
  display: flex;
  margin-bottom: 70px;
  row-gap: 50px;
  flex-direction: column;
}

.app.departments .calendar-item:not(:last-child):after {
  content: "";
  width: 100%;
  border-bottom: 1px SOLID var(--grey-line-light);
  display: block;
  margin-top: 50px;
}

.app.departments .department-nav {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 70px;
}

.app.departments .board h3 {
  margin-bottom: 0px;
}

.app.departments .calendar-nav {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: start;
}

.app.departments .department-nav.mobile {
  display:none;
}

.app.departments .board .btn {
  margin-bottom: 10px;
}

.app.departments .feather1, .app.departments .feather2, .app.departments .feather3 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.departments .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_GROOT_02');
  left: -35vw;
  top: 0;
  height: 90%;
  width: 50vw;
}

.app.departments .feather2 {
  right: -75px;
  top: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
  width: 150px;
  height: 150px;
}

.app.departments .feather3 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  right: 0px;
  bottom: 30%;
  width: 75px;
  height: 75px;
}

@media (max-width: 1024px) {
  .app.departments .feather3 {
    display: none;
  }

  .app.departments .department-nav {
    margin-bottom: 50px;
  }

  .app.departments .department-nav.mobile {
    display:block;
    border-left: 2px SOLID var(--orange);
  }

  .app.departments .department-nav.desktop {
    display:none;
  }
}

.app.departments-admin .department-nav {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 70px;
}

.app.departments-admin .department-nav.mobile {
  display:none;
}

.app.departments-admin .feather1, .app.departments-admin .feather2, .app.departments-admin .feather3 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.departments-admin .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_GROOT_02');
  left: -35vw;
  top: 0;
  height: 90%;
  width: 50vw;
}

.app.departments-admin .feather2 {
  right: -75px;
  top: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
  width: 150px;
  height: 150px;
}

.app.departments-admin .feather3 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  right: 0px;
  bottom: 30%;
  width: 75px;
  height: 75px;
}

.app.departments-admin a.inline {
  color: var(--grey);
  border-left: 1px SOLID var(--grey);
  padding-left: 10px;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.app.departments-admin .inline {
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.app.departments-admin a.inline:hover {
  color: var(--orange);
  border-left: 1px SOLID var(--orange);
}

.app.departments-admin a.inline.unapproved {
  color: var(--grey-line);
  border-color: var(--grey-line);
}

.app.departments-admin a.inline.unapproved:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.app.departments-admin .actions {
  margin-top: 50px;
}

.app.departments-admin .actions a {
  display: inline-block;
  margin-right: 20px;
}

@media (max-width: 1024px) {
  .app.departments-admin .feather3 {
    display: none;
  }

  .app.departments-admin .department-nav {
    margin-bottom: 50px;
  }

  .app.departments-admin .department-nav.mobile {
    display:block;
    border-left: 2px SOLID var(--orange);
  }

  .app.departments-admin .department-nav.desktop {
    display:none;
  }
}

.app.departments-private .department-nav {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 70px;
}

.app.departments-private .department-nav.mobile {
  display:none;
}

.app.departments-private .feather1, .app.departments-private .feather2, .app.departments-private .feather3 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.departments-private .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_GROOT_02');
  left: -35vw;
  top: 0;
  height: 90%;
  width: 50vw;
}

.app.departments-private .feather2 {
  right: -75px;
  top: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
  width: 150px;
  height: 150px;
}

.app.departments-private .feather3 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  right: 0px;
  bottom: 30%;
  width: 75px;
  height: 75px;
}

.app.departments-private .inline {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: space-between;
}

.app.departments-private .inline .main {
  color: var(--grey);
  border-left: 1px SOLID var(--grey);
  padding-left: 10px;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.app.departments-private .inline .main {
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}

.app.departments-private .inline .main:hover {
  color: var(--orange);
  border-left: 1px SOLID var(--orange);
}

.app.departments-private .inline .main.unapproved {
  color: var(--grey-line);
  border-color: var(--grey-line);
}

.app.departments-private .inline .main.unapproved:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.app.departments-private .actions {
  margin-top: 50px;
}

.app.departments-private .actions a {
  display: inline-block;
  margin-right: 20px;
}

.app.departments-private .albums .modal {
  display:flex;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: rgba(255,255,255,0.8);
}

.app.departments-private .albums .modal .content {
  max-width: 1024px;
  height: 80%;
  width: 100%;
}

.app.departments-private .albums .modal .content > div {
  height: 100%;
}

.app.departments-private .album-nav {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.app.departments-private .album-nav h3 {
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.app.departments-private .album-nav svg {
  width: 75px;
  height: 75px;
  cursor: pointer;
}

.app.departments-private .img-container {
  padding: 50px;
  border: 1px SOLID var(--grey-line);
  background-color: white;
  height: calc(100% - 105px);
}

.app.departments-private .img-container img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1024px) {
  .app.departments-private .feather3 {
    display: none;
  }

  .app.departments-private .department-nav {
    margin-bottom: 50px;
  }

  .app.departments-private .department-nav.mobile {
    display:block;
    border-left: 2px SOLID var(--orange);
  }

  .app.departments-private .department-nav.desktop {
    display:none;
  }

  .app.departments-private .albums .modal .content {
    height: 100%;
  }

  .app.departments-private .albums .modal {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .app.departments-private .img-container {
    padding: 20px;
  }

  .app.departments-private .album-nav {
    margin-bottom: 20px;
    align-items: center;
  }

  .app.departments-private .album-nav h3 {
    margin-bottom: 0px;
  }

  .app.departments-private .album-nav svg {
    width: 50px;
    height: 50px;
  }
}

.app.calendar-list .calendar {
  display: flex;
  margin-bottom: 70px;
  row-gap: 50px;
  -moz-column-gap: 50px;
       column-gap: 50px;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}

.app.calendar-list .calendar:after {
  content: "";
  height: 100%;
  left: 50%;
  top: 0px;
  border-left: 1px SOLID var(--grey-line-light);
  display: block;
  position: absolute;
  width: 1px;
}

.app.calendar-list .calendar-item {
  flex-basis: 40%;
  position: relative;
  padding-bottom: 50px;
}

.app.calendar-list .calendar-item:last-child:not(:nth-child(2n)) {
  flex-grow: 0;
}

.app.calendar-list .calendar-item:not(:last-child):after {
  content: "";
  width: 100%;
  border-bottom: 1px SOLID var(--grey-line-light);
  display: block;
  margin-top: 50px;
  bottom: 0px;
  position: absolute;
}

.app.calendar-list .calendar-item:nth-last-child(2):nth-child(2n+1):after {
  display: none;
}

.app.calendar-list .calendar-nav {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  row-gap: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 70px;
}

.app.calendar-list .calendar-nav.mobile {
  display:none;
}

.app.calendar-list .feather1, .app.calendar-list .feather2, .app.calendar-list .feather3 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.calendar-list .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_GROOT_02');
  left: -35vw;
  top: 0;
  height: 90%;
  width: 50vw;
}

.app.calendar-list .feather2 {
  right: -75px;
  top: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
  width: 150px;
  height: 150px;
}

.app.calendar-list .feather3 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  right: 0px;
  bottom: 30%;
  width: 75px;
  height: 75px;
}

@media (max-width: 1024px) {
  .app.calendar-list .feather3 {
    display: none;
  }

  .app.calendar-list .calendar-nav {
    margin-bottom: 50px;
  }

  .app.calendar-list .calendar-nav.mobile {
    display:block;
    border-left: 2px SOLID var(--orange);
  }

  .app.calendar-list .calendar-nav.desktop {
    display:none;
  }

  .app.calendar-list .calendar {
    flex-direction: column;
  }

  .app.calendar-list .calendar:after {
    display: none;
  }

  .app.calendar-list .calendar-item:not(:last-child):after {
    display: block !important;
  }
}

.app.page-calendar-item .text {
  text-align: left;
  margin-left: 0;
  margin-right: 0px;
  -moz-column-gap: 60px;
       column-gap: 60px;
}

.app.page-calendar-item .text.long {
  -moz-column-count: 2;
       column-count: 2;
}

.app.page-calendar-item .practical .info {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.app.page-calendar-item .practical .info > * {
  flex-basis: 39%;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  align-items: center;
}

.app.page-calendar-item .practical a {
  color: var(--grey);
  animation: color 0.5s;
}

.app.page-calendar-item .practical a:hover {
  color: var(--orange);
  animation: color 0.5s;
}

.app.page-calendar-item .practical .info > *:nth-child(3n) {
  flex-basis: 20%;
}

.app.page-calendar-item .practical svg {
  width: 70px;
  height: 70px;
  align-self: start;
}

.app.page-calendar-item .practical .info .btn {
  height: 70px;
  display: flex;
  align-items: center;
}

.app.page-calendar-item .admin h2 {
  margin-top: 70px;
}

.app.page-calendar-item .twocolumns {
  display: flex;
}

.app.page-calendar-item .twocolumns > *:first-child {
  flex-basis: 80%;
}

.app.page-calendar-item .admin a, .app.page-calendar-item .admin button {
  margin-top: 10px;
  display:inline-block;
}

.app.page-calendar-item .admin table {
  margin-bottom: 50px;
}

.app.page-calendar-item .feather1, .app.page-calendar-item .feather2, .app.page-calendar-item .feather3 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.page-calendar-item .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_GROOT_02');
  left: -35vw;
  top: 0;
  height: 90%;
  width: 50vw;
}

.app.page-calendar-item .feather2 {
  right: -75px;
  top: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
  width: 150px;
  height: 150px;
}

.app.page-calendar-item .feather3 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  right: 0px;
  bottom: 30%;
  width: 75px;
  height: 75px;
}

@media (max-width: 1024px) {
  .app.page-calendar-item .text {
    -moz-column-count: 1;
         column-count: 1;
  }

  .app.page-calendar-item .practical .info {
    flex-direction: column;
  }

  .app.page-calendar-item .practical .info > div:nth-child(3) {
    order: 7;
  }

  .app.page-calendar-item .practical .info > div:nth-child(4) {
    order: 2;
  }

  .app.page-calendar-item .practical .info > a:nth-child(2) {
    order: 3;
  }

  .app.page-calendar-item .practical .info > div:nth-child(5) {
    order: 5;
  }

  .app.page-calendar-item .practical .info > div:nth-child(6) {
    order: 6;
  }

  .app.page-calendar-item .practical .info > div:nth-child(1) {
    order: 1;
  }

  .app.page-calendar-item .feather3 {
    display: none;
  }
}

.app.calendar-register .register-form {
  margin-left: 170px;
  margin-right: 170px;
}

.app.calendar-register .title {
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 10px;
}

.app.calendar-register .extra-person, .app.calendar-register .gdpr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.app.calendar-register .form-submit {
  display: block;
  margin-left: auto;
}

.app.page-calendar-item .feather1, .app.page-calendar-item .feather2, .app.page-calendar-item .feather3 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.page-calendar-item .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_GROOT_02');
  left: -35vw;
  top: 0;
  height: 90%;
  width: 50vw;
}

.app.page-calendar-item .feather2 {
  right: -75px;
  top: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
  width: 150px;
  height: 150px;
}

.app.page-calendar-item .feather3 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  right: 0px;
  bottom: 30%;
  width: 75px;
  height: 75px;
}

@media (max-width: 1024px) {
  .app.calendar-register .register-form {
    margin-left: 35px;
    margin-right: 35px;
  }

  .app.page-calendar-item .feather3 {
    display: none;
  }
}

.app.calendar-edit .validation-errors {
  margin-left: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.app.calendar-edit .error {
  margin-top: 5px;
  margin-bottom: 5px;
}

.app.calendar-edit button {
  margin-left: auto;
  display:block;
  margin-top: 5px;
}

.app.calendar-edit form {
  margin-left: 170px;
  margin-right: 170px;
}

.app.calendar-edit .title {
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.app.calendar-edit .extra-person {
  margin-top: 50px;
  margin-bottom: 10px;
}

.app.calendar-edit .twocolumn {
  display: flex;
  width: 100%;
  justify-items: stretch;
}

.app.calendar-edit .twocolumn > * {
  flex-grow: 1;
}

.app.calendar-edit .feather1, .app.calendar-edit .feather2, .app.calendar-edit .feather3 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.calendar-edit .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_GROOT_02');
  left: -35vw;
  top: 0;
  height: 90%;
  width: 50vw;
}

.app.calendar-edit .feather2 {
  right: -75px;
  top: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
  width: 150px;
  height: 150px;
}

.app.calendar-edit .feather3 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  right: 0px;
  bottom: 30%;
  width: 75px;
  height: 75px;
}

@media (max-width: 1024px) {
  .app.calendar-edit .validation-errors {
    margin-left: 0px;
  }

  .app.calendar-edit .feather3 {
    display: none;
  }

  .app.calendar-edit form {
    margin-left: 35px;
    margin-right: 35px;
  }

  .app.calendar-edit .twocolumn {
    flex-direction: column;
  }
}

.app.calendar-finish .feather1, .app.calendar-finish .feather2, .app.calendar-finish .feather3 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.calendar-finish .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_GROOT_02');
  left: -35px;
  top: 0;
  height: 90%;
  width: 75px;
}

.app.calendar-finish .feather2 {
  right: -75px;
  top: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
  width: 150px;
  height: 150px;
}

.app.calendar-finish .feather3 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  right: 0px;
  bottom: 30%;
  width: 75px;
  height: 75px;
}

@media (max-width: 1024px) {
  .app.calendar-finish .feather3 {
    display: none;
  }
}

.app.contact .general-column {
  flex-basis: 33%;
}

.app.contact .general > * {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  color: var(--grey);
  align-items: center;
  margin-bottom: 10px;
}

.app.contact .general svg {
  width: 70px;
  height: 70px;
}

.app.contact .departments-column {
  flex-basis: 66%;
}

.app.contact .departments {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.app.contact .departments > * {
  flex-basis: 50%;
}

.app.contact .departments .title {
  border-left: 1px SOLID var(--grey);
  padding-left: 10px;
  text-transform: uppercase;
}

.app.contact .departments a {
  color: var(--grey);
}

.app.contact .feather1, .app.contact .feather2, .app.contact .feather3 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.contact .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_GROOT_02');
  left: -35vw;
  top: 0;
  height: 90%;
  width: 50vw;
}

.app.contact .feather2 {
  right: -75px;
  top: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
  width: 150px;
  height: 150px;
}

.app.contact .feather3 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  right: 0px;
  bottom: 30%;
  width: 75px;
  height: 75px;
}

@media (max-width: 1024px) {
  .app.contact h3 {
    text-align: center;
  }

  .app.contact .departments > * {
    flex-basis: 100%;
  }

  .app.contact .feather3 {
    display: none;
  }
}

.app.login .validation-errors {
  margin-left: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.app.login .error {
  margin-top: 5px;
  margin-bottom: 5px;
}

.app.login .links {
  margin-top: 70px;
  text-align: right;
}

.app.login .links a {
  color: var(--grey);
  border-left: 1px SOLID var(--grey);
  padding-left: 10px;
  margin-left: 30px;
  transition: color 0.5, border-color 0.5s;
}

.app.login .links a:hover {
  color: var(--orange);
  border-color: var(--orange);
  transition: color 0.5, border-color 0.5s;
}

.app.login button {
  margin-left: auto;
  display:block;
  margin-top: 5px;
}

.app.login form {
  margin-left: 170px;
  margin-right: 170px;
}

.app.login .feather1, .app.login .feather2, .app.login .feather3 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.login .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_GROOT_02');
  left: -35px;
  top: 0;
  height: 90%;
  width: 75px;
}

.app.login .feather2 {
  right: -75px;
  top: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
  width: 150px;
  height: 150px;
}

.app.login .feather3 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  right: 0px;
  bottom: 30%;
  width: 75px;
  height: 75px;
}

@media (max-width: 1024px) {
  .app.login .validation-errors {
    margin-left: 0px;
  }

  .app.login .feather3 {
    display: none;
  }

  .app.login form {
    margin-left: 35px;
    margin-right: 35px;
  }

  .app.login .links a:after {
    display: block;
    content:"";
  }
}

.app.register .validation-errors {
  margin-left: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.app.register .error {
  margin-top: 5px;
  margin-bottom: 5px;
}

.app.register button {
  margin-left: auto;
  display:block;
  margin-top: 5px;
}

.app.register form {
  margin-left: 170px;
  margin-right: 170px;
}

.app.register .gdpr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.app.register .feather1, .app.register .feather2, .app.register .feather3 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.register .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_GROOT_02');
  left: -45px;
  top: 0;
  height: 90%;
  width: 75px;
}

.app.register .feather2 {
  right: -75px;
  top: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
  width: 150px;
  height: 150px;
}

.app.register .feather3 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  right: 0px;
  bottom: 30%;
  width: 75px;
  height: 75px;
}

@media (max-width: 1024px) {
  .app.register .validation-errors {
    margin-left: 0px;
  }

  .app.register .feather3 {
    display: none;
  }

  .app.register form {
    margin-left: 35px;
    margin-right: 35px;
  }
}

.app.forgot-password .validation-errors {
  margin-left: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.app.forgot-password .error {
  margin-top: 5px;
  margin-bottom: 5px;
}

.app.forgot-password button {
  margin-left: auto;
  display:block;
  margin-top: 5px;
}

.app.forgot-password form {
  margin-left: 170px;
  margin-right: 170px;
}

.app.forgot-password .feather1, .app.forgot-password .feather2, .app.forgot-password .feather3 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.forgot-password .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_GROOT_02');
  left: -35px;
  top: 0;
  height: 90%;
  width: 75px;
}

.app.forgot-password .feather2 {
  right: -75px;
  top: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
  width: 150px;
  height: 150px;
}

.app.forgot-password .feather3 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  right: 0px;
  bottom: 30%;
  width: 75px;
  height: 75px;
}

@media (max-width: 1024px) {
  .app.forgot-password .validation-errors {
    margin-left: 0px;
  }

  .app.forgot-password .feather3 {
    display: none;
  }

  .app.forgot-password form {
    margin-left: 35px;
    margin-right: 35px;
  }
}

.app.profile-index h2{
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
}

.app.profile-index .title {
  margin-top: 50px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.app.profile-index .actions {
  margin-top: 50px;
}

.app.profile-index .actions .btn {
  display:inline-block;
  margin-top: 10px;
}

.app.profile-index .actions form {
  margin-left: 0px;
  margin-right: 0px;
}

.app.profile-index .feather1, .app.profile-index .feather2, .app.profile-index .feather3 {
  position: absolute;
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.app.profile-index .delete {
  margin-left: 10px;
}

.app.profile-index .feather1 {
  background-image: url('/images/icons.svg#VLN_VEER_GROOT_02');
  left: -35vw;
  top: 0;
  height: 50%;
  width: 30vw;
}

.app.profile-index .feather2 {
  right: -75px;
  top: 10%;
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_07');
  width: 150px;
  height: 150px;
}

.app.profile-index .feather3 {
  background-image: url('/images/icons.svg#VLN_VEER_KLEIN_05');
  right: 0px;
  bottom: 30%;
  width: 75px;
  height: 75px;
}

@media (max-width: 1024px) {
  .app.profile-index .feather3 {
    display: none;
  }

  .app.profile-index form {
    margin-left: 35px;
    margin-right: 35px;
  }
}

.app.feedback h3{
  margin-top: 70px;
}

.app.feedback p {
  text-align: left;
  margin-left: unset;
  margin-right: unset;
}

.app.feedback button {
  margin-top: 70px;
}

.app.congress-admin .watched {
  color: green;
  font-weight: bold;
  display: inline-block;
  font-weight: bold;
  background: #EEF6EE;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}

.app.congress-admin .not-watched {
  color: darkgrey;
  font-weight: bold;
  display: inline-block;
  font-weight: bold;
  background: #F6F6F6;
  border-radius: 100px;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
}

.app.congress-admin .list {
  margin-bottom: 0px;
}

.app.congress-admin h3 {
  text-align: center;
}

.app.congress-admin .actions {
  text-align: right;
}

@media (max-width: 1024px) {
  .app.congress-admin .list {
    flex-direction: column;
    row-gap: 0px;
    margin-bottom: 20px;
  }
}

.app.invoice-manage .invoice iframe {
  width: 600px;
  aspect-ratio: 0.70;
  transform: scale(calc(1.43));
  transform-origin: top left;
  border: 1px SOLID var(--grey);
}

.app.invoice-manage .invoice {
  overflow: hidden;
  aspect-ratio: 0.70;
}

.app.invoice-manage .actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 200px;
  flex-grow: 0;
}

@media (max-width: 1024px) {
  .app.invoice-manage .invoice iframe {
    transform: scale(calc(1.2));
  }

  .app.invoice-manage .invoice {
    overflow: visible;
    width: 800px;
  }
}

@media (max-width: 800px) {
  .app.invoice-manage .invoice iframe {
    transform: scale(calc(0.71));
  }

  .app.invoice-manage .invoice {
    width: 600px;
  }
}

@media (max-width: 550px) {
  .app.invoice-manage .invoice iframe {
    transform: scale(calc(0.58));
  }

  .app.invoice-manage .invoice {
    width: 350px;
  }
}

.app.invoice-edit .form-submit {
  display: block;
  margin-left: auto;
  margin-top: 20px;
}

:root {
  --brown: #231F20;
  --grey: #888382;
  --grey-line: #BFBAB6;
  --grey-line-light: #dedcdb;
  --orange: #FF6F00;
  --grey-bg: #f6f5f5;
}

h1, h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  color: var(--brown);
}

h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 50px;
  color: var(--grey-line);
}

.hero {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
}

body, html {
  overflow-x: hidden;
}

body {
  font-family: 'Noto Sans', sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--grey);
}

.app {
  min-height: 100vh;
  max-width: 1104px;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  position: relative;
}

.app main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

svg {
  height: 1em;
}

a {
  color: var(--orange);
}

.feather1, .feather2, .feather3, .feather4, .feather5, .feather6, .feather7 {
  pointer-events: none;
}

@media (max-width: 1024px) {
  h1, h2, h3 {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }
}

@media (min-width: 1536px) {
  .\32xl\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:container {
      max-width: 1536px;
    }
  }
}

