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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

:root {
  --width_content: 75em;
}

footer > .columns.footer_logos .columns, main > .columns,
footer > .columns,
form > .columns {
  max-width: var(--width_content);
  margin: auto;
}

:root {
  --c1: hsl(102, 48%, 40%);
  --c2: hsl(215, 75%, 33%);
  --c_hg_transparent: transparent;
  --c_hg_weiss: white;
  --c_hg_grau: rgb(229.5, 229.5, 229.5);
  --c_hg_main: rgb(237.7416, 244.596, 234.804);
  --c_hg_secunda: rgb(231.60375, 236.863125, 244.22625);
  --c_hg_rot: rgb(252.45, 232.05, 232.05);
  --c_hg_3n_grun: rgb(237.7416, 244.596, 234.804);
  --c_hg_3n_blau: rgb(230.1375, 234.91875, 241.6125);
  --c_border_transparent: transparent;
  --c_border_weiss: white;
  --c_border_grau: #cccccc;
  --c_border_schwarz: black;
  --c_border_main: rgb(220.4832, 234.192, 214.608);
  --c_border_secunda: rgb(208.2075, 218.72625, 233.4525);
  --c_border_rot: rgb(249.9, 209.1, 209.1);
  --c_border_3n_grun: rgb(220.4832, 234.192, 214.608);
  --c_border_3n_blau: rgb(205.275, 214.8375, 228.225);
  --mg__padding: 0;
  --mg__border_radius: 0;
  --mg__border-style: none;
  --mg__border-width: unset;
  --mg__border-color: unset;
}

label[for=nav-trigger], .level1.nav_mobile_parent, #odb_filter, .navbar-dropdown.is-boxed .navbar-item, .navbar-item .navbar-item-inner {
  box-shadow: rgba(0, 0, 0, 0.23) 1px 1px 2px, rgba(0, 0, 0, 0.16) 2px 2px 6px;
}

.multi_grid__item.schatten:not(:empty) {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.accordion2.with_border .accordion_item2 {
  box-shadow: rgba(0, 0, 0, 0.32) 1px 1px 3px;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

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

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

.navbar {
  background-color: hsl(0, 0%, 100%);
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}
.navbar.is-white {
  background-color: hsl(0, 0%, 100%);
  color: black;
}
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: black;
}
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 95%);
  color: black;
}
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: black;
}
.navbar.is-white .navbar-burger {
  color: black;
}
@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
  .navbar.is-white .navbar-start .navbar-link,
  .navbar.is-white .navbar-end > .navbar-item,
  .navbar.is-white .navbar-end .navbar-link {
    color: black;
  }
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
  .navbar.is-white .navbar-start .navbar-link:focus,
  .navbar.is-white .navbar-start .navbar-link:hover,
  .navbar.is-white .navbar-start .navbar-link.is-active,
  .navbar.is-white .navbar-end > a.navbar-item:focus,
  .navbar.is-white .navbar-end > a.navbar-item:hover,
  .navbar.is-white .navbar-end > a.navbar-item.is-active,
  .navbar.is-white .navbar-end .navbar-link:focus,
  .navbar.is-white .navbar-end .navbar-link:hover,
  .navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 95%);
    color: black;
  }
  .navbar.is-white .navbar-start .navbar-link::after,
  .navbar.is-white .navbar-end .navbar-link::after {
    border-color: black;
  }
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 95%);
    color: black;
  }
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 100%);
    color: black;
  }
}
.navbar.is-black {
  background-color: black;
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: hsl(0, 0%, 100%);
}
.navbar.is-black .navbar-burger {
  color: hsl(0, 0%, 100%);
}
@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
  .navbar.is-black .navbar-start .navbar-link,
  .navbar.is-black .navbar-end > .navbar-item,
  .navbar.is-black .navbar-end .navbar-link {
    color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
  .navbar.is-black .navbar-start .navbar-link:focus,
  .navbar.is-black .navbar-start .navbar-link:hover,
  .navbar.is-black .navbar-start .navbar-link.is-active,
  .navbar.is-black .navbar-end > a.navbar-item:focus,
  .navbar.is-black .navbar-end > a.navbar-item:hover,
  .navbar.is-black .navbar-end > a.navbar-item.is-active,
  .navbar.is-black .navbar-end .navbar-link:focus,
  .navbar.is-black .navbar-end .navbar-link:hover,
  .navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-start .navbar-link::after,
  .navbar.is-black .navbar-end .navbar-link::after {
    border-color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: hsl(0, 0%, 100%);
  }
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: black;
    color: hsl(0, 0%, 100%);
  }
}
.navbar.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 91%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
  .navbar.is-light .navbar-start .navbar-link,
  .navbar.is-light .navbar-end > .navbar-item,
  .navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
  .navbar.is-light .navbar-start .navbar-link:focus,
  .navbar.is-light .navbar-start .navbar-link:hover,
  .navbar.is-light .navbar-start .navbar-link.is-active,
  .navbar.is-light .navbar-end > a.navbar-item:focus,
  .navbar.is-light .navbar-end > a.navbar-item:hover,
  .navbar.is-light .navbar-end > a.navbar-item.is-active,
  .navbar.is-light .navbar-end .navbar-link:focus,
  .navbar.is-light .navbar-end .navbar-link:hover,
  .navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 91%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-start .navbar-link::after,
  .navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 91%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 0%, 16%);
  color: #fff;
}
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-dark .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
  .navbar.is-dark .navbar-start .navbar-link,
  .navbar.is-dark .navbar-end > .navbar-item,
  .navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
  .navbar.is-dark .navbar-start .navbar-link:focus,
  .navbar.is-dark .navbar-start .navbar-link:hover,
  .navbar.is-dark .navbar-start .navbar-link.is-active,
  .navbar.is-dark .navbar-end > a.navbar-item:focus,
  .navbar.is-dark .navbar-end > a.navbar-item:hover,
  .navbar.is-dark .navbar-end > a.navbar-item.is-active,
  .navbar.is-dark .navbar-end .navbar-link:focus,
  .navbar.is-dark .navbar-end .navbar-link:hover,
  .navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 0%, 16%);
    color: #fff;
  }
  .navbar.is-dark .navbar-start .navbar-link::after,
  .navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 0%, 16%);
    color: #fff;
  }
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 21%);
    color: #fff;
  }
}
.navbar.is-primary {
  background-color: hsl(102, 48%, 40%);
  color: #fff;
}
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: hsl(102, 48%, 35%);
  color: #fff;
}
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-primary .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
  .navbar.is-primary .navbar-start .navbar-link,
  .navbar.is-primary .navbar-end > .navbar-item,
  .navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
  .navbar.is-primary .navbar-start .navbar-link:focus,
  .navbar.is-primary .navbar-start .navbar-link:hover,
  .navbar.is-primary .navbar-start .navbar-link.is-active,
  .navbar.is-primary .navbar-end > a.navbar-item:focus,
  .navbar.is-primary .navbar-end > a.navbar-item:hover,
  .navbar.is-primary .navbar-end > a.navbar-item.is-active,
  .navbar.is-primary .navbar-end .navbar-link:focus,
  .navbar.is-primary .navbar-end .navbar-link:hover,
  .navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: hsl(102, 48%, 35%);
    color: #fff;
  }
  .navbar.is-primary .navbar-start .navbar-link::after,
  .navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(102, 48%, 35%);
    color: #fff;
  }
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(102, 48%, 40%);
    color: #fff;
  }
}
.navbar.is-link {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: hsl(229, 53%, 48%);
  color: #fff;
}
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-link .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
  .navbar.is-link .navbar-start .navbar-link,
  .navbar.is-link .navbar-end > .navbar-item,
  .navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
  .navbar.is-link .navbar-start .navbar-link:focus,
  .navbar.is-link .navbar-start .navbar-link:hover,
  .navbar.is-link .navbar-start .navbar-link.is-active,
  .navbar.is-link .navbar-end > a.navbar-item:focus,
  .navbar.is-link .navbar-end > a.navbar-item:hover,
  .navbar.is-link .navbar-end > a.navbar-item.is-active,
  .navbar.is-link .navbar-end .navbar-link:focus,
  .navbar.is-link .navbar-end .navbar-link:hover,
  .navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: hsl(229, 53%, 48%);
    color: #fff;
  }
  .navbar.is-link .navbar-start .navbar-link::after,
  .navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(229, 53%, 48%);
    color: #fff;
  }
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(229, 53%, 53%);
    color: #fff;
  }
}
.navbar.is-info {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: hsl(207, 61%, 48%);
  color: #fff;
}
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-info .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
  .navbar.is-info .navbar-start .navbar-link,
  .navbar.is-info .navbar-end > .navbar-item,
  .navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
  .navbar.is-info .navbar-start .navbar-link:focus,
  .navbar.is-info .navbar-start .navbar-link:hover,
  .navbar.is-info .navbar-start .navbar-link.is-active,
  .navbar.is-info .navbar-end > a.navbar-item:focus,
  .navbar.is-info .navbar-end > a.navbar-item:hover,
  .navbar.is-info .navbar-end > a.navbar-item.is-active,
  .navbar.is-info .navbar-end .navbar-link:focus,
  .navbar.is-info .navbar-end .navbar-link:hover,
  .navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: hsl(207, 61%, 48%);
    color: #fff;
  }
  .navbar.is-info .navbar-start .navbar-link::after,
  .navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(207, 61%, 48%);
    color: #fff;
  }
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(207, 61%, 53%);
    color: #fff;
  }
}
.navbar.is-success {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: hsl(153, 53%, 48%);
  color: #fff;
}
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-success .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
  .navbar.is-success .navbar-start .navbar-link,
  .navbar.is-success .navbar-end > .navbar-item,
  .navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
  .navbar.is-success .navbar-start .navbar-link:focus,
  .navbar.is-success .navbar-start .navbar-link:hover,
  .navbar.is-success .navbar-start .navbar-link.is-active,
  .navbar.is-success .navbar-end > a.navbar-item:focus,
  .navbar.is-success .navbar-end > a.navbar-item:hover,
  .navbar.is-success .navbar-end > a.navbar-item.is-active,
  .navbar.is-success .navbar-end .navbar-link:focus,
  .navbar.is-success .navbar-end .navbar-link:hover,
  .navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: hsl(153, 53%, 48%);
    color: #fff;
  }
  .navbar.is-success .navbar-start .navbar-link::after,
  .navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(153, 53%, 48%);
    color: #fff;
  }
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(153, 53%, 53%);
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: hsl(44, 100%, 72%);
  color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
  .navbar.is-warning .navbar-start .navbar-link,
  .navbar.is-warning .navbar-end > .navbar-item,
  .navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
  .navbar.is-warning .navbar-start .navbar-link:focus,
  .navbar.is-warning .navbar-start .navbar-link:hover,
  .navbar.is-warning .navbar-start .navbar-link.is-active,
  .navbar.is-warning .navbar-end > a.navbar-item:focus,
  .navbar.is-warning .navbar-end > a.navbar-item:hover,
  .navbar.is-warning .navbar-end > a.navbar-item.is-active,
  .navbar.is-warning .navbar-end .navbar-link:focus,
  .navbar.is-warning .navbar-end .navbar-link:hover,
  .navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: hsl(44, 100%, 72%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-start .navbar-link::after,
  .navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(44, 100%, 72%);
    color: rgba(0, 0, 0, 0.7);
  }
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(44, 100%, 77%);
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: hsl(0, 80%, 50%);
  color: #fff;
}
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: hsl(0, 80%, 45%);
  color: #fff;
}
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}
.navbar.is-danger .navbar-burger {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
  .navbar.is-danger .navbar-start .navbar-link,
  .navbar.is-danger .navbar-end > .navbar-item,
  .navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
  .navbar.is-danger .navbar-start .navbar-link:focus,
  .navbar.is-danger .navbar-start .navbar-link:hover,
  .navbar.is-danger .navbar-start .navbar-link.is-active,
  .navbar.is-danger .navbar-end > a.navbar-item:focus,
  .navbar.is-danger .navbar-end > a.navbar-item:hover,
  .navbar.is-danger .navbar-end > a.navbar-item.is-active,
  .navbar.is-danger .navbar-end .navbar-link:focus,
  .navbar.is-danger .navbar-end .navbar-link:hover,
  .navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: hsl(0, 80%, 45%);
    color: #fff;
  }
  .navbar.is-danger .navbar-start .navbar-link::after,
  .navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
  .navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: hsl(0, 80%, 45%);
    color: #fff;
  }
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 80%, 50%);
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 hsl(0, 0%, 96%);
}
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}
.navbar.is-fixed-bottom {
  bottom: 0;
}
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 hsl(0, 0%, 96%);
}
.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: hsl(0, 0%, 98%);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: hsl(0, 0%, 98%);
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: transparent;
  color: hsl(0, 0%, 98%);
}

.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}
.navbar-item img {
  max-height: 1.75rem;
}
.navbar-item.has-dropdown {
  padding: 0;
}
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: hsl(229, 53%, 53%);
}
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: hsl(229, 53%, 53%);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: hsl(229, 53%, 53%);
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}
.navbar-link:not(.is-arrowless)::after {
  border-color: hsl(229, 53%, 53%);
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: hsl(0, 0%, 96%);
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }
  .navbar-brand .navbar-item,
  .navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  .navbar-link::after {
    display: none;
  }
  .navbar-menu {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
  }
  .navbar-menu.is-active {
    display: block;
  }
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
  }
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  html.has-navbar-fixed-top-touch,
  body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-touch,
  body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
  .navbar-menu,
  .navbar-start,
  .navbar-end {
    align-items: stretch;
    display: flex;
  }
  .navbar {
    min-height: 3.25rem;
  }
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  .navbar.is-spaced .navbar-start,
  .navbar.is-spaced .navbar-end {
    align-items: center;
  }
  .navbar.is-spaced a.navbar-item,
  .navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
  .navbar.is-transparent .navbar-link:focus,
  .navbar.is-transparent .navbar-link:hover,
  .navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: black;
  }
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(229, 53%, 53%);
  }
  .navbar-burger {
    display: none;
  }
  .navbar-item,
  .navbar-link {
    align-items: center;
    display: flex;
  }
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid hsl(0, 0%, 86%);
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(0, 0, 0, 0.1);
    top: auto;
  }
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  .navbar-dropdown {
    background-color: hsl(0, 0%, 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid hsl(0, 0%, 86%);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: hsl(0, 0%, 96%);
    color: black;
  }
  .navbar-dropdown a.navbar-item.is-active {
    background-color: hsl(0, 0%, 96%);
    color: hsl(229, 53%, 53%);
  }
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  .navbar-divider {
    display: block;
  }
  .navbar > .container .navbar-brand,
  .container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  .navbar > .container .navbar-menu,
  .container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
  }
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  html.has-navbar-fixed-top-desktop,
  body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  html.has-navbar-fixed-bottom-desktop,
  body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  html.has-spaced-navbar-fixed-top,
  body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  html.has-spaced-navbar-fixed-bottom,
  body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  a.navbar-item.is-active,
  .navbar-link.is-active {
    color: black;
  }
  a.navbar-item.is-active:not(:focus):not(:hover),
  .navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: transparent;
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.button {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  border-width: 1px;
  color: hsl(0, 0%, 21%);
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button strong {
  color: inherit;
}
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}
.button:hover, .button.is-hovered {
  border-color: hsl(0, 0%, 71%);
  color: hsl(0, 0%, 21%);
}
.button:focus, .button.is-focused {
  border-color: hsl(229, 53%, 53%);
  color: hsl(0, 0%, 21%);
}
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
}
.button:active, .button.is-active {
  border-color: hsl(0, 0%, 29%);
  color: hsl(0, 0%, 21%);
}
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: hsl(0, 0%, 29%);
  text-decoration: underline;
}
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 21%);
}
.button.is-text:active, .button.is-text.is-active {
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
}
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: hsl(229, 53%, 53%);
  text-decoration: none;
}
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: hsl(229, 53%, 53%);
  text-decoration: underline;
}
.button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  color: black;
}
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: hsl(0, 0%, 97.5%);
  border-color: transparent;
  color: black;
}
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: black;
}
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}
.button.is-white:active, .button.is-white.is-active {
  background-color: hsl(0, 0%, 95%);
  border-color: transparent;
  color: black;
}
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
}
.button.is-white.is-inverted {
  background-color: black;
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: black;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-loading::after {
  border-color: transparent transparent black black !important;
}
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: black;
}
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent black black !important;
}
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: black;
  color: black;
}
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: black;
  color: hsl(0, 0%, 100%);
}
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: black;
  box-shadow: none;
  color: black;
}
.button.is-black {
  background-color: black;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: black;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);
}
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: hsl(0, 0%, 100%);
}
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: black;
  border-color: black;
  box-shadow: none;
}
.button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  color: black;
}
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: hsl(0, 0%, 95%);
}
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: hsl(0, 0%, 100%);
  border-color: transparent;
  box-shadow: none;
  color: black;
}
.button.is-black.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: black;
  color: black;
}
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: black;
  border-color: black;
  color: hsl(0, 0%, 100%);
}
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent black black !important;
}
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 100%) hsl(0, 0%, 100%) !important;
}
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: black;
  box-shadow: none;
  color: black;
}
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 100%);
}
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: hsl(0, 0%, 100%);
  color: black;
}
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent black black !important;
}
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 100%);
  box-shadow: none;
  color: hsl(0, 0%, 100%);
}
.button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: hsl(0, 0%, 93.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(244.8, 244.8, 244.8, 0.25);
}
.button.is-light:active, .button.is-light.is-active {
  background-color: hsl(0, 0%, 91%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
}
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 96%);
  box-shadow: none;
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 96%) hsl(0, 0%, 96%) !important;
}
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: hsl(0, 0%, 18.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(53.55, 53.55, 53.55, 0.25);
}
.button.is-dark:active, .button.is-dark.is-active {
  background-color: hsl(0, 0%, 16%);
  border-color: transparent;
  color: #fff;
}
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
}
.button.is-dark.is-inverted {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: hsl(0, 0%, 21%);
  border-color: hsl(0, 0%, 21%);
  color: #fff;
}
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 0%, 21%);
  box-shadow: none;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(0, 0%, 21%);
}
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 0%, 21%) hsl(0, 0%, 21%) !important;
}
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary {
  background-color: hsl(102, 48%, 40%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: hsl(102, 48%, 37.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(82.416, 150.96, 53.04, 0.25);
}
.button.is-primary:active, .button.is-primary.is-active {
  background-color: hsl(102, 48%, 35%);
  border-color: transparent;
  color: #fff;
}
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: hsl(102, 48%, 40%);
  border-color: hsl(102, 48%, 40%);
  box-shadow: none;
}
.button.is-primary.is-inverted {
  background-color: #fff;
  color: hsl(102, 48%, 40%);
}
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(102, 48%, 40%);
}
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(102, 48%, 40%);
  color: hsl(102, 48%, 40%);
}
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: hsl(102, 48%, 40%);
  border-color: hsl(102, 48%, 40%);
  color: #fff;
}
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(102, 48%, 40%) hsl(102, 48%, 40%) !important;
}
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: hsl(102, 48%, 40%);
  box-shadow: none;
  color: hsl(102, 48%, 40%);
}
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(102, 48%, 40%);
}
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(102, 48%, 40%) hsl(102, 48%, 40%) !important;
}
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-primary.is-light {
  background-color: hsl(102, 48%, 96%);
  color: hsl(102, 48%, 41%);
}
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: hsl(102, 48%, 93.5%);
  border-color: transparent;
  color: hsl(102, 48%, 41%);
}
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: hsl(102, 48%, 91%);
  border-color: transparent;
  color: hsl(102, 48%, 41%);
}
.button.is-link {
  background-color: hsl(229, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: hsl(229, 53%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 94.92035, 198.6705, 0.25);
}
.button.is-link:active, .button.is-link.is-active {
  background-color: hsl(229, 53%, 48%);
  border-color: transparent;
  color: #fff;
}
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: hsl(229, 53%, 53%);
  border-color: hsl(229, 53%, 53%);
  box-shadow: none;
}
.button.is-link.is-inverted {
  background-color: #fff;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(229, 53%, 53%);
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: hsl(229, 53%, 53%);
  border-color: hsl(229, 53%, 53%);
  color: #fff;
}
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(229, 53%, 53%) hsl(229, 53%, 53%) !important;
}
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: hsl(229, 53%, 53%);
  box-shadow: none;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(229, 53%, 53%);
}
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(229, 53%, 53%) hsl(229, 53%, 53%) !important;
}
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-link.is-light {
  background-color: hsl(229, 53%, 96%);
  color: hsl(229, 53%, 47%);
}
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: hsl(229, 53%, 93.5%);
  border-color: transparent;
  color: hsl(229, 53%, 47%);
}
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: hsl(229, 53%, 91%);
  border-color: transparent;
  color: hsl(229, 53%, 47%);
}
.button.is-info {
  background-color: hsl(207, 61%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: hsl(207, 61%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(62.0415, 142.46085, 208.2585, 0.25);
}
.button.is-info:active, .button.is-info.is-active {
  background-color: hsl(207, 61%, 48%);
  border-color: transparent;
  color: #fff;
}
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: hsl(207, 61%, 53%);
  border-color: hsl(207, 61%, 53%);
  box-shadow: none;
}
.button.is-info.is-inverted {
  background-color: #fff;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(207, 61%, 53%);
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: hsl(207, 61%, 53%);
  border-color: hsl(207, 61%, 53%);
  color: #fff;
}
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important;
}
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: hsl(207, 61%, 53%);
  box-shadow: none;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(207, 61%, 53%);
}
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(207, 61%, 53%) hsl(207, 61%, 53%) !important;
}
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-info.is-light {
  background-color: hsl(207, 61%, 96%);
  color: hsl(207, 61%, 41%);
}
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: hsl(207, 61%, 93.5%);
  border-color: transparent;
  color: hsl(207, 61%, 41%);
}
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: hsl(207, 61%, 91%);
  border-color: transparent;
  color: hsl(207, 61%, 41%);
}
.button.is-success {
  background-color: hsl(153, 53%, 53%);
  border-color: transparent;
  color: #fff;
}
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: hsl(153, 53%, 50.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(71.6295, 198.6705, 141.50205, 0.25);
}
.button.is-success:active, .button.is-success.is-active {
  background-color: hsl(153, 53%, 48%);
  border-color: transparent;
  color: #fff;
}
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: hsl(153, 53%, 53%);
  border-color: hsl(153, 53%, 53%);
  box-shadow: none;
}
.button.is-success.is-inverted {
  background-color: #fff;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(153, 53%, 53%);
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: hsl(153, 53%, 53%);
  border-color: hsl(153, 53%, 53%);
  color: #fff;
}
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important;
}
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: hsl(153, 53%, 53%);
  box-shadow: none;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(153, 53%, 53%);
}
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(153, 53%, 53%) hsl(153, 53%, 53%) !important;
}
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-success.is-light {
  background-color: hsl(153, 53%, 96%);
  color: hsl(153, 53%, 31%);
}
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: hsl(153, 53%, 93.5%);
  border-color: transparent;
  color: hsl(153, 53%, 31%);
}
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: hsl(153, 53%, 91%);
  border-color: transparent;
  color: hsl(153, 53%, 31%);
}
.button.is-warning {
  background-color: hsl(44, 100%, 77%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: hsl(44, 100%, 74.5%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 223.72, 137.7, 0.25);
}
.button.is-warning:active, .button.is-warning.is-active {
  background-color: hsl(44, 100%, 72%);
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: hsl(44, 100%, 77%);
  border-color: hsl(44, 100%, 77%);
  box-shadow: none;
}
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(44, 100%, 77%);
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: hsl(44, 100%, 77%);
  border-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important;
}
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: hsl(44, 100%, 77%);
  box-shadow: none;
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: hsl(44, 100%, 77%);
}
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(44, 100%, 77%) hsl(44, 100%, 77%) !important;
}
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}
.button.is-warning.is-light {
  background-color: hsl(44, 100%, 96%);
  color: hsl(44, 100%, 29%);
}
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: hsl(44, 100%, 93.5%);
  border-color: transparent;
  color: hsl(44, 100%, 29%);
}
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: hsl(44, 100%, 91%);
  border-color: transparent;
  color: hsl(44, 100%, 29%);
}
.button.is-danger {
  background-color: hsl(0, 80%, 50%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: hsl(0, 80%, 47.5%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(229.5, 25.5, 25.5, 0.25);
}
.button.is-danger:active, .button.is-danger.is-active {
  background-color: hsl(0, 80%, 45%);
  border-color: transparent;
  color: #fff;
}
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: hsl(0, 80%, 50%);
  border-color: hsl(0, 80%, 50%);
  box-shadow: none;
}
.button.is-danger.is-inverted {
  background-color: #fff;
  color: hsl(0, 80%, 50%);
}
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: rgb(242.25, 242.25, 242.25);
}
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: hsl(0, 80%, 50%);
}
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 80%, 50%);
  color: hsl(0, 80%, 50%);
}
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: hsl(0, 80%, 50%);
  border-color: hsl(0, 80%, 50%);
  color: #fff;
}
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent hsl(0, 80%, 50%) hsl(0, 80%, 50%) !important;
}
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: hsl(0, 80%, 50%);
  box-shadow: none;
  color: hsl(0, 80%, 50%);
}
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: hsl(0, 80%, 50%);
}
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent hsl(0, 80%, 50%) hsl(0, 80%, 50%) !important;
}
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}
.button.is-danger.is-light {
  background-color: hsl(0, 80%, 96%);
  color: hsl(0, 80%, 47%);
}
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: hsl(0, 80%, 93.5%);
  border-color: transparent;
  color: hsl(0, 80%, 47%);
}
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: hsl(0, 80%, 91%);
  border-color: transparent;
  color: hsl(0, 80%, 47%);
}
.button.is-small {
  font-size: 0.75em;
}
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}
.button.is-normal {
  font-size: 1em;
}
.button.is-medium {
  font-size: 1.25em;
}
.button.is-large {
  font-size: 1.5em;
}
.button[disabled], fieldset[disabled] .button {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 86%);
  box-shadow: none;
  opacity: 0.5;
}
.button.is-fullwidth {
  display: flex;
  width: 100%;
}
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}
.button.is-loading::after {
  position: absolute;
  left: calc(50% - 1em * 0.5);
  top: calc(50% - 1em * 0.5);
  position: absolute !important;
}
.button.is-static {
  background-color: hsl(0, 0%, 96%);
  border-color: hsl(0, 0%, 86%);
  color: hsl(0, 0%, 48%);
  box-shadow: none;
  pointer-events: none;
}
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.buttons .button {
  margin-bottom: 0.5rem;
}
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}
.buttons:last-child {
  margin-bottom: -0.5rem;
}
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75em;
}
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25em;
}
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5em;
}
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.buttons.has-addons .button:last-child {
  margin-right: 0;
}
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}
.buttons.is-centered {
  justify-content: center;
}
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.buttons.is-right {
  justify-content: flex-end;
}
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media screen and (max-width: 768px) {
  .button.is-responsive.is-small {
    font-size: 0.5625em;
  }
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.65625em;
  }
  .button.is-responsive.is-medium {
    font-size: 0.75em;
  }
  .button.is-responsive.is-large {
    font-size: 1em;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .button.is-responsive.is-small {
    font-size: 0.65625em;
  }
  .button.is-responsive,
  .button.is-responsive.is-normal {
    font-size: 0.75em;
  }
  .button.is-responsive.is-medium {
    font-size: 1em;
  }
  .button.is-responsive.is-large {
    font-size: 1.25em;
  }
}
.image {
  display: block;
  position: relative;
}
.image img {
  display: block;
  height: auto;
  width: 100%;
}
.image img.is-rounded {
  border-radius: 9999px;
}
.image.is-fullwidth {
  width: 100%;
}
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}
.image.is-5by4 {
  padding-top: 80%;
}
.image.is-4by3 {
  padding-top: 75%;
}
.image.is-3by2 {
  padding-top: 66.6666%;
}
.image.is-5by3 {
  padding-top: 60%;
}
.image.is-16by9 {
  padding-top: 56.25%;
}
.image.is-2by1 {
  padding-top: 50%;
}
.image.is-3by1 {
  padding-top: 33.3333%;
}
.image.is-4by5 {
  padding-top: 125%;
}
.image.is-3by4 {
  padding-top: 133.3333%;
}
.image.is-2by3 {
  padding-top: 150%;
}
.image.is-3by5 {
  padding-top: 166.6666%;
}
.image.is-9by16 {
  padding-top: 177.7777%;
}
.image.is-1by2 {
  padding-top: 200%;
}
.image.is-1by3 {
  padding-top: 300%;
}
.image.is-16x16 {
  height: 16px;
  width: 16px;
}
.image.is-24x24 {
  height: 24px;
  width: 24px;
}
.image.is-32x32 {
  height: 32px;
  width: 32px;
}
.image.is-48x48 {
  height: 48px;
  width: 48px;
}
.image.is-64x64 {
  height: 64px;
  width: 64px;
}
.image.is-96x96 {
  height: 96px;
  width: 96px;
}
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}
@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}
.columns:last-child {
  margin-bottom: -0.75rem;
}
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}
.columns.is-centered {
  justify-content: center;
}
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child {
  margin-bottom: 0;
}
.columns.is-mobile {
  display: flex;
}
.columns.is-multiline {
  flex-wrap: wrap;
}
.columns.is-vcentered {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}

.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}
@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.footer {
  background-color: rgb(239.7, 239.7, 239.7);
  padding: 3rem 0 2rem;
}

.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .navbar {
  background: none;
}
.hero .tabs ul {
  border-bottom: none;
}
.hero.is-white {
  background-color: hsl(0, 0%, 100%);
  color: black;
}
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}
.hero.is-white .title {
  color: black;
}
.hero.is-white .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: black;
}
@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: hsl(0, 0%, 100%);
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: hsl(0, 0%, 95%);
  color: black;
}
.hero.is-white .tabs a {
  color: black;
  opacity: 0.9;
}
.hero.is-white .tabs a:hover {
  opacity: 1;
}
.hero.is-white .tabs li.is-active a {
  color: hsl(0, 0%, 100%) !important;
  opacity: 1;
}
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: black;
}
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: black;
  border-color: black;
  color: hsl(0, 0%, 100%);
}
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 90%) 0%, hsl(0, 0%, 100%) 71%, hsl(10, 5%, 100%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 90%) 0%, hsl(0, 0%, 100%) 71%, hsl(10, 5%, 100%) 100%);
  }
}
.hero.is-black {
  background-color: black;
  color: hsl(0, 0%, 100%);
}
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}
.hero.is-black .title {
  color: hsl(0, 0%, 100%);
}
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: hsl(0, 0%, 100%);
}
@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: black;
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: hsl(0, 0%, 100%);
}
.hero.is-black .tabs a {
  color: hsl(0, 0%, 100%);
  opacity: 0.9;
}
.hero.is-black .tabs a:hover {
  opacity: 1;
}
.hero.is-black .tabs li.is-active a {
  color: black !important;
  opacity: 1;
}
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: hsl(0, 0%, 100%);
}
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: hsl(0, 0%, 100%);
  border-color: hsl(0, 0%, 100%);
  color: black;
}
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, black 71%, rgb(12.75, 12.75, 12.75) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, black 71%, rgb(12.75, 12.75, 12.75) 100%);
  }
}
.hero.is-light {
  background-color: hsl(0, 0%, 96%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: hsl(0, 0%, 96%);
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: hsl(0, 0%, 91%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-light .tabs a:hover {
  opacity: 1;
}
.hero.is-light .tabs li.is-active a {
  color: hsl(0, 0%, 96%) !important;
  opacity: 1;
}
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(0, 0%, 96%);
}
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 86%) 0%, hsl(0, 0%, 96%) 71%, hsl(10, 5%, 100%) 100%);
  }
}
.hero.is-dark {
  background-color: hsl(0, 0%, 21%);
  color: #fff;
}
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}
.hero.is-dark .title {
  color: #fff;
}
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: hsl(0, 0%, 21%);
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: hsl(0, 0%, 16%);
  color: #fff;
}
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-dark .tabs a:hover {
  opacity: 1;
}
.hero.is-dark .tabs li.is-active a {
  color: hsl(0, 0%, 21%) !important;
  opacity: 1;
}
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(0, 0%, 21%);
}
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 10%, 11%) 0%, hsl(0, 0%, 21%) 71%, hsl(10, 5%, 26%) 100%);
  }
}
.hero.is-primary {
  background-color: hsl(102, 48%, 40%);
  color: #fff;
}
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}
.hero.is-primary .title {
  color: #fff;
}
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: hsl(102, 48%, 40%);
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: hsl(102, 48%, 35%);
  color: #fff;
}
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-primary .tabs a:hover {
  opacity: 1;
}
.hero.is-primary .tabs li.is-active a {
  color: hsl(102, 48%, 40%) !important;
  opacity: 1;
}
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(102, 48%, 40%);
}
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, hsl(92, 58%, 30%) 0%, hsl(102, 48%, 40%) 71%, hsl(112, 53%, 45%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(92, 58%, 30%) 0%, hsl(102, 48%, 40%) 71%, hsl(112, 53%, 45%) 100%);
  }
}
.hero.is-link {
  background-color: hsl(229, 53%, 53%);
  color: #fff;
}
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}
.hero.is-link .title {
  color: #fff;
}
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: hsl(229, 53%, 53%);
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: hsl(229, 53%, 48%);
  color: #fff;
}
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-link .tabs a:hover {
  opacity: 1;
}
.hero.is-link .tabs li.is-active a {
  color: hsl(229, 53%, 53%) !important;
  opacity: 1;
}
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(229, 53%, 53%);
}
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, hsl(219, 63%, 43%) 0%, hsl(229, 53%, 53%) 71%, hsl(239, 58%, 58%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(219, 63%, 43%) 0%, hsl(229, 53%, 53%) 71%, hsl(239, 58%, 58%) 100%);
  }
}
.hero.is-info {
  background-color: hsl(207, 61%, 53%);
  color: #fff;
}
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}
.hero.is-info .title {
  color: #fff;
}
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: hsl(207, 61%, 53%);
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: hsl(207, 61%, 48%);
  color: #fff;
}
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-info .tabs a:hover {
  opacity: 1;
}
.hero.is-info .tabs li.is-active a {
  color: hsl(207, 61%, 53%) !important;
  opacity: 1;
}
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(207, 61%, 53%);
}
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, hsl(197, 71%, 43%) 0%, hsl(207, 61%, 53%) 71%, hsl(217, 66%, 58%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(197, 71%, 43%) 0%, hsl(207, 61%, 53%) 71%, hsl(217, 66%, 58%) 100%);
  }
}
.hero.is-success {
  background-color: hsl(153, 53%, 53%);
  color: #fff;
}
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}
.hero.is-success .title {
  color: #fff;
}
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: hsl(153, 53%, 53%);
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: hsl(153, 53%, 48%);
  color: #fff;
}
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-success .tabs a:hover {
  opacity: 1;
}
.hero.is-success .tabs li.is-active a {
  color: hsl(153, 53%, 53%) !important;
  opacity: 1;
}
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(153, 53%, 53%);
}
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, hsl(143, 63%, 43%) 0%, hsl(153, 53%, 53%) 71%, hsl(163, 58%, 58%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(143, 63%, 43%) 0%, hsl(153, 53%, 53%) 71%, hsl(163, 58%, 58%) 100%);
  }
}
.hero.is-warning {
  background-color: hsl(44, 100%, 77%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: hsl(44, 100%, 77%);
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: hsl(44, 100%, 72%);
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}
.hero.is-warning .tabs a:hover {
  opacity: 1;
}
.hero.is-warning .tabs li.is-active a {
  color: hsl(44, 100%, 77%) !important;
  opacity: 1;
}
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: hsl(44, 100%, 77%);
}
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, hsl(34, 100%, 67%) 0%, hsl(44, 100%, 77%) 71%, hsl(54, 100%, 82%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(34, 100%, 67%) 0%, hsl(44, 100%, 77%) 71%, hsl(54, 100%, 82%) 100%);
  }
}
.hero.is-danger {
  background-color: hsl(0, 80%, 50%);
  color: #fff;
}
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}
.hero.is-danger .title {
  color: #fff;
}
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: hsl(0, 80%, 50%);
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: hsl(0, 80%, 45%);
  color: #fff;
}
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}
.hero.is-danger .tabs a:hover {
  opacity: 1;
}
.hero.is-danger .tabs li.is-active a {
  color: hsl(0, 80%, 50%) !important;
  opacity: 1;
}
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: hsl(0, 80%, 50%);
}
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, hsl(350, 90%, 40%) 0%, hsl(0, 80%, 50%) 71%, hsl(10, 85%, 55%) 100%);
}
@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, hsl(350, 90%, 40%) 0%, hsl(0, 80%, 50%) 71%, hsl(10, 85%, 55%) 100%);
  }
}
.hero.is-small .hero-body {
  padding: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}
.hero.is-halfheight {
  min-height: 50vh;
}
.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.hero-video.is-transparent {
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}

.hero-buttons {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
  }
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}
@media screen and (min-width: 769px), print {
  .hero-body {
    padding: 3rem 3rem;
  }
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1em;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}
.button:focus, .is-focused.button, .button:active, .is-active.button {
  outline: none;
}
[disabled].button, fieldset[disabled] .button {
  cursor: not-allowed;
}

.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid hsl(0, 0%, 86%);
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

hr.space {
  margin: 3em 0;
  border-color: rgb(197.4720000001, 220.32, 187.6800000001);
}

/*
less-files converted by https://less2scss.awk5.com/ 
*/
.shariff .facebook a {
  background-color: #3b5998;
}
.shariff .facebook a:hover {
  background-color: #4273c8;
}
.shariff .facebook .fa-facebook-f {
  font-size: 22px;
}
.shariff .facebook .share_count {
  color: #183a75;
  background-color: #99adcf;
}
.shariff .theme-white .facebook a {
  color: #3b5998;
}

@media only screen and (min-width: 600px) {
  .shariff .facebook .fa-facebook-f {
    font-size: 19px;
  }
}
.shariff .twitter a {
  background-color: #55acee;
}
.shariff .twitter a:hover {
  background-color: #32bbf5;
}
.shariff .twitter .fa-twitter {
  font-size: 28px;
}
.shariff .twitter .share_count {
  color: #0174a4;
  background-color: #96D4EE;
}
.shariff .theme-white .twitter a {
  color: #55acee;
}

@media only screen and (min-width: 600px) {
  .shariff .twitter .fa-twitter {
    font-size: 24px;
  }
}
.shariff .linkedin a {
  background-color: #0077b5;
}
.shariff .linkedin a:hover {
  background-color: #0369a0;
}
.shariff .linkedin .fa-linkedin-in {
  font-size: 22px;
}
.shariff .linkedin .share_count {
  color: #004785;
  background-color: #33AAE8;
}
.shariff .theme-white .linkedin a {
  color: #0077b5;
}

@media only screen and (min-width: 600px) {
  .shariff .linkedin .fa-linkedin-in {
    font-size: 19px;
  }
}
.shariff::after, .shariff::before {
  content: " ";
  display: table;
}
.shariff::after {
  clear: both;
}
.shariff ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shariff li {
  height: 35px;
  box-sizing: border-box;
  overflow: hidden;
}
.shariff li a {
  color: #fff;
  position: relative;
  display: block;
  height: 35px;
  text-decoration: none;
  box-sizing: border-box;
}
.shariff li .share_text,
.shariff li .share_count {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  vertical-align: middle;
  line-height: 35px;
}
.shariff li .fab,
.shariff li .far,
.shariff li .fas {
  width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
}
.shariff li .share_count {
  padding: 0 8px;
  height: 33px;
  position: absolute;
  top: 1px;
  right: 1px;
}
.shariff .orientation-horizontal {
  /* autoprefixer: off */
  display: -webkit-box;
}
.shariff .orientation-horizontal li {
  -webkit-box-flex: 1;
}
.shariff .orientation-horizontal .info {
  -webkit-box-flex: 0;
}
.shariff .orientation-horizontal {
  display: flex;
  flex-wrap: wrap;
}
.shariff .orientation-horizontal li {
  float: left;
  flex: none;
  width: 35px;
  margin-right: 3%;
  margin-bottom: 10px;
}
.shariff .orientation-horizontal li:last-child {
  margin-right: 0;
}
.shariff .orientation-horizontal li .share_text {
  display: block;
  text-indent: -9999px;
  padding-left: 3px;
}
.shariff .orientation-horizontal li .share_count {
  display: none;
}
.shariff .theme-grey .shariff-button a {
  background-color: #b0b0b0;
}
.shariff .theme-grey .shariff-button .share_count {
  background-color: #ccc;
  color: #333;
}
.shariff .theme-white .shariff-button {
  border: 1px solid #ddd;
}
.shariff .theme-white .shariff-button a {
  background-color: #fff;
}
.shariff .theme-white .shariff-button a:hover {
  background-color: #eee;
}
.shariff .theme-white .shariff-button .share_count {
  background-color: #fff;
  color: #999;
}
.shariff .orientation-vertical.button-style-icon {
  min-width: 35px;
}
.shariff .orientation-vertical.button-style-icon-count {
  min-width: 80px;
}
.shariff .orientation-vertical.button-style-standard {
  min-width: 110px;
}
.shariff .orientation-vertical li {
  display: block;
  width: 100%;
  margin: 5px 0;
}
.shariff .orientation-vertical.button-style-standard li .share_count, .shariff .orientation-vertical.button-style-icon-count li .share_count {
  width: 24px;
  text-align: right;
}

@media only screen and (min-width: 360px) {
  .shariff .orientation-horizontal li {
    margin-right: 1.8%;
  }
  .shariff .orientation-horizontal.button-style-standard li, .shariff .orientation-horizontal.button-style-icon-count li {
    min-width: 80px;
  }
  .shariff .orientation-horizontal.button-style-standard li .share_count, .shariff .orientation-horizontal.button-style-icon-count li .share_count {
    display: block;
  }
  .shariff .orientation-horizontal.button-style-standard li {
    width: auto;
    flex: 1 0 auto;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text {
    text-indent: 0;
    display: inline;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    flex: none;
  }
}
@media only screen and (min-width: 640px) {
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text {
    text-indent: 0;
    display: inline;
  }
}
@media only screen and (min-width: 768px) {
  .shariff .orientation-horizontal.button-style-standard li {
    min-width: 110px;
    max-width: 160px;
  }
  .shariff .orientation-horizontal.button-style-standard li .share_text {
    text-indent: 0;
    display: inline;
  }
  .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
    flex: 1 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .shariff li {
    height: 30px;
  }
  .shariff li a {
    height: 30px;
  }
  .shariff li .fab,
  .shariff li .far,
  .shariff li .fas {
    width: 30px;
    line-height: 30px;
  }
  .shariff li .share_text,
  .shariff li .share_count {
    line-height: 30px;
  }
  .shariff li .share_count {
    height: 28px;
  }
}
@font-face {
  font-family: "RobotoSlab";
  src: url("../../font/RobotoSlab2/robotoslab-medium-webfont.woff2") format("woff2"), url("../../font/RobotoSlab2/robotoslab-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../../font/SourceSansPro3_subset/sourcesans3-regular-webfont_caps.woff2") format("woff2"), url("../../font/SourceSansPro3_subset/sourcesans3-regular-webfont_caps.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-266A;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../../font/SourceSansPro3_subset/sourcesans3-semibold-webfont_caps.woff2") format("woff2"), url("../../font/SourceSansPro3_subset/sourcesans3-semibold-webfont_caps.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-266A;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("../../font/SourceSansPro3_subset/sourcesans3-bold-webfont_caps.woff2") format("woff2"), url("../../font/SourceSansPro3_subset/sourcesans3-bold-webfont_caps.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-266A;
}
@font-face {
  font-family: "SourceSerifPro";
  src: url("../../font/SourceSerifPro_subset/sourceserif4-it-webfont.woff2") format("woff2"), url("../../font/SourceSerifPro_subset/sourceserif4-it-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  unicode-range: U+0020-266A;
}
html {
  overflow-x: hidden;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro";
  font-size: 1em;
  line-height: 1.62;
}

main {
  max-width: 100vw;
  margin-bottom: 1em;
  margin-top: 0;
}
main > .columns:last-child > .column {
  padding-bottom: 5rem;
}
.flexmasonry {
  max-width: 115em;
  margin-left: auto;
  margin-right: auto;
}

.main_wrapper {
  min-height: 100vh;
}

.responsive-video,
.video-embed {
  position: relative;
  padding-bottom: 66.6666%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.responsive-video iframe,
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

::selection {
  background-color: rgb(191.25, 191.25, 191.25);
}

h1 {
  color: hsl(102, 48%, 40%);
  line-height: 1.28;
  font-weight: 700;
  border-bottom: 1px hsl(102, 48%, 40%) solid;
  margin: 0.5em 0;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8), 2px 2px 1px rgba(82.416, 150.96, 53.04, 0.3);
  font-size: 1.625em;
}
@media (min-width: 25em) {
  h1 {
    font-size: calc(2.6960784314vw + 0.9509803922em);
  }
}
@media (min-width: 76em) {
  h1 {
    font-size: 3em;
  }
}

h2,
.redactor-formatting-h2,
.redactor-dropdown-item-h2 {
  color: hsl(102, 48%, 40%);
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 1px 1px 1px white, 1px 1px 1.5px rgb(191.25, 191.25, 191.25);
  letter-spacing: -0.3px;
  padding: 0.375em 0 0.25em;
  font-size: 1.2em;
}
@media (min-width: 25em) {
  h2,
  .redactor-formatting-h2,
  .redactor-dropdown-item-h2 {
    font-size: calc(0.433604336vw + 1.091598916em);
  }
}
@media (min-width: 48.0625em) {
  h2,
  .redactor-formatting-h2,
  .redactor-dropdown-item-h2 {
    font-size: calc(2.8235294118vw - 0.0570588235em);
  }
}
@media (min-width: 64em) {
  h2,
  .redactor-formatting-h2,
  .redactor-dropdown-item-h2 {
    font-size: 1.75em;
  }
}

h3,
.redactor-formatting-h3,
.redactor-dropdown-item-h3 {
  font-weight: 700;
  font-size: 1.25em;
}

h4,
.redactor-formatting-h4,
.redactor-dropdown-item-h4 {
  font-weight: 700;
  margin-bottom: 0.25em;
  margin-top: 1.5em;
}

p {
  margin-bottom: 1em;
}

ul,
ol {
  padding: 0 1.5em;
}
ul li,
ol li {
  margin: 0 0 1em 0;
}
ul li::marker,
ol li::marker {
  color: hsl(102, 48%, 40%);
  font-weight: 700;
  font-size: 1.125em;
}

ul {
  list-style: disc;
}

b,
strong {
  font-weight: 700;
}

.button_print_top {
  height: 0;
}

.termine time::before {
  font-family: "SourceSansPro_Pfeil";
  font-weight: 500;
  font-size: 1rem;
  line-height: 0.875rem;
}

.sidebar .termine article:hover time:before {
  transform: rotate(1deg);
}

p.quelle,
.footnote_text,
.redactor-formatting-p-quelle,
.redactor-dropdown-item-quelle {
  font-size: 0.8125em;
  font-style: italic;
  padding-top: 0.5em;
}

p.quelle::before,
.footnote_text::before {
  content: "—";
  display: block;
}

.quelle + .quelle {
  padding: 0;
  margin-top: -1em;
}
.quelle + .quelle:before {
  content: none;
}

.inline_img {
  display: inline-block;
  height: 1.62em;
}

.img_inline_1zeile {
  display: inline-block;
  height: 1.62em;
}

.img_inline_2zeile {
  display: inline-block;
  height: 3.24em;
}

.img_inline_3zeile {
  display: inline-block;
  height: 4.86em;
}

.img_inline_4zeile {
  display: inline-block;
  height: 6.48em;
}

:root {
  --scrollto_margin: 0px;
}

main .scrollto {
  position: absolute;
  margin-top: calc(-1 * (var(--scrollto_margin) + 3.125em));
}

a:not(.link_nofx)[href$=".pdf"], a:not(.link_nofx)[href$=".doc"], a:not(.link_nofx)[href$=".docx"], a:not(.link_nofx)[href$=".ppt"], a:not(.link_nofx)[href$=".pptx"], a:not(.link_nofx)[href$=".xls"], a:not(.link_nofx)[href$=".xlsx"], a:not(.link_nofx)[href*="//"][href$=".pdf"], a:not(.link_nofx)[href*="//"][href$=".doc"], a:not(.link_nofx)[href*="//"][href$=".docx"], a:not(.link_nofx)[href*="//"][href$=".ppt"], a:not(.link_nofx)[href*="//"][href$=".pptx"], a:not(.link_nofx)[href*="//"][href$=".xls"], a:not(.link_nofx)[href*="//"][href$=".xlsx"] {
  line-height: 0;
  padding: 0 0.25em 0 0;
  margin: 0 0.125em 0 0.25em;
}
a:not(.link_nofx)[href$=".pdf"]:hover, a:not(.link_nofx)[href$=".doc"]:hover, a:not(.link_nofx)[href$=".docx"]:hover, a:not(.link_nofx)[href$=".ppt"]:hover, a:not(.link_nofx)[href$=".pptx"]:hover, a:not(.link_nofx)[href$=".xls"]:hover, a:not(.link_nofx)[href$=".xlsx"]:hover, a:not(.link_nofx)[href*="//"][href$=".pdf"]:hover, a:not(.link_nofx)[href*="//"][href$=".doc"]:hover, a:not(.link_nofx)[href*="//"][href$=".docx"]:hover, a:not(.link_nofx)[href*="//"][href$=".ppt"]:hover, a:not(.link_nofx)[href*="//"][href$=".pptx"]:hover, a:not(.link_nofx)[href*="//"][href$=".xls"]:hover, a:not(.link_nofx)[href*="//"][href$=".xlsx"]:hover {
  background-color: rgb(234.6, 234.6, 234.6);
  color: black;
}
a:not(.link_nofx)[href$=".pdf"]::before, a:not(.link_nofx)[href$=".doc"]::before, a:not(.link_nofx)[href$=".docx"]::before, a:not(.link_nofx)[href$=".ppt"]::before, a:not(.link_nofx)[href$=".pptx"]::before, a:not(.link_nofx)[href$=".xls"]::before, a:not(.link_nofx)[href$=".xlsx"]::before, a:not(.link_nofx)[href*="//"][href$=".pdf"]::before, a:not(.link_nofx)[href*="//"][href$=".doc"]::before, a:not(.link_nofx)[href*="//"][href$=".docx"]::before, a:not(.link_nofx)[href*="//"][href$=".ppt"]::before, a:not(.link_nofx)[href*="//"][href$=".pptx"]::before, a:not(.link_nofx)[href*="//"][href$=".xls"]::before, a:not(.link_nofx)[href*="//"][href$=".xlsx"]::before {
  transform: rotate(0deg);
  padding-right: 0.375em;
  margin: 0;
  line-height: normal;
  vertical-align: sub;
}

a:not(.link_nofx)[href$=".pdf"]::before, a:not(.link_nofx)[href$=".doc"]::before, a:not(.link_nofx)[href$=".docx"]::before, a:not(.link_nofx)[href$=".ppt"]::before, a:not(.link_nofx)[href$=".pptx"]::before, a:not(.link_nofx)[href$=".xls"]::before, a:not(.link_nofx)[href$=".xlsx"]::before, a:not(.link_nofx)[href*="//"][href$=".pdf"]::before, a:not(.link_nofx)[href*="//"][href$=".doc"]::before, a:not(.link_nofx)[href*="//"][href$=".docx"]::before, a:not(.link_nofx)[href*="//"][href$=".ppt"]::before, a:not(.link_nofx)[href*="//"][href$=".pptx"]::before, a:not(.link_nofx)[href*="//"][href$=".xls"]::before, a:not(.link_nofx)[href*="//"][href$=".xlsx"]::before, a:not(.link_nofx)[href^="mailto:"]::before, a:not(.link_nofx)[href$=".vcf"]::before {
  white-space: nowrap;
}

a:not(.link_nofx)[href$=".pdf"] {
  border-bottom-color: rgb(219, 0, 0);
}
a:not(.link_nofx)[href$=".pdf"]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2221%22 viewBox=%220 0 20 21%22%3E%3Cstyle%3E.a{fill:%23fff;}.b{fill:rgb(234.6, 234.6, 234.6);}.c{fill:rgb(219, 0, 0);}%3C/style%3E%3Crect width=%2220%22 height=%2221%22 class=%22a%22/%3E%3Crect width=%2216%22 height=%2221%22 class=%22b%22/%3E%3Crect y=%2214%22 width=%2216%22 height=%227%22 class=%22c%22/%3E%3Cpath d=%22M2.4 15.4h1.5c0.9 0 1.6 0.3 1.6 1.3 0 1-0.7 1.4-1.6 1.4H3.3v1.4H2.4V15.4zM3.8 17.4c0.5 0 0.8-0.2 0.8-0.7s-0.3-0.6-0.8-0.6H3.3v1.3H3.8z%22 class=%22b%22/%3E%3Cpath d=%22M6.5 15.4h1.1c1.2 0 2 0.6 2 2.1 0 1.4-0.8 2.1-1.9 2.1H6.5V15.4zM7.5 18.8c0.6 0 1.1-0.3 1.1-1.3s-0.4-1.3-1.1-1.3H7.4v2.6H7.5z%22 class=%22b%22/%3E%3Cpath d=%22M10.9 15.4h2.7v0.8h-1.8v1h1.5v0.8h-1.5v1.6h-0.9L10.9 15.4 10.9 15.4z%22 class=%22b%22/%3E%3Cpath d=%22M13.9 9.6c0-0.1 0.1-0.4 0.1-0.4s-0.1 0.2-0.2 0.2c-0.4 0.2-1.6-0.1-2.8-0.7 1.1-0.1 2-0.1 2.4 0 0.6 0.2 0.6 0.4 0.6 0.4 0 0 0-0.2 0-0.2 0-0.1-0.1-0.3-0.2-0.4 -0.2-0.2-0.8-0.3-1.5-0.3 -0.6 0-1.3 0-2 0.1C10 8.2 9.7 8 9.4 7.7 8.7 7 8.1 6.1 7.7 5c0-0.1 0.1-0.2 0.1-0.3 0.1-0.5 0.2-2 0.2-2s-0.3 1.2-0.3 1.3c0 0.1-0.1 0.2-0.1 0.4C7.2 3.6 7.1 2.8 7.1 2.3c0-0.2 0-0.5 0.1-0.7 0-0.2 0.1-0.3 0.2-0.3 0.1 0 0.3 0.2 0.4 0.6 0.1 0.3 0.1 0.7 0.1 0.9 0 0 0.1-0.6 0.1-0.9C8 1.5 7.8 1 7.5 1H7.4L7.3 1.1c-0.3 0-0.5 0.2-0.6 0.4C6.4 2.3 6.7 3.7 7.1 5.3L7 5.7c-0.3 0.8-0.8 1.6-1.1 2.4 -1.5 3-2.7 4.6-3.5 4.7l0 0c0-0.4 0.7-1.3 1.6-2.1 0.1-0.1 0.5-0.5 0.5-0.5s-0.6 0.3-0.7 0.4c-1.2 0.7-1.7 1.4-1.8 1.9 0 0.1 0 0.3 0.1 0.4l0.3 0.2c0.8 0.4 1.8-0.7 3.1-3 1.4-0.4 3-0.9 4.6-1.1 1.4 0.8 3 1.2 3.6 1C13.7 9.8 13.9 9.7 13.9 9.6zM5.6 9.6c0.2-0.4 0.5-0.9 0.7-1.3C6.8 7.4 7.1 6.6 7.4 6 7.8 6.8 8.3 7.5 9 8.1c0.2 0.1 0.3 0.3 0.5 0.4C8.2 8.8 6.9 9.1 5.6 9.6zM13.8 10.1L13.8 10.1c-0.2 0-0.3 0.1-0.3 0.3 0 0.2 0.1 0.3 0.3 0.3 0.2 0 0.3-0.1 0.3-0.3C14.1 10.2 14 10.1 13.8 10.1zM13.8 10.6c-0.1 0-0.2-0.1-0.2-0.2 0-0.1 0.1-0.2 0.2-0.2l0 0c0.1 0 0.2 0.1 0.2 0.2C14 10.5 13.9 10.6 13.8 10.6zM13.9 10.4v0c0 0 0.1 0 0.1-0.1 0 0 0 0 0-0.1 0 0 0 0-0.1 0 0 0-0.1 0-0.1 0v0.3h0.1v-0.1h0c0 0 0.1 0 0.1 0 0 0 0 0.1 0 0.1h0.1c0 0 0 0 0-0.1C13.9 10.4 13.9 10.4 13.9 10.4zM13.8 10.3h0v-0.1c0 0 0 0 0 0 0.1 0 0.1 0 0.1 0C13.9 10.3 13.8 10.3 13.8 10.3z%22 class=%22c%22/%3E%3C/svg%3E");
}

a[href$=".doc"],
a[href$=".docx"],
a[href*="//"][href$=".doc"],
a[href*="//"][href$=".docx"] {
  border-bottom-color: rgb(0, 85, 156);
}
a[href$=".doc"]::before,
a[href$=".docx"]::before,
a[href*="//"][href$=".doc"]::before,
a[href*="//"][href$=".docx"]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2221%22 viewBox=%220 0 20 21%22%3E%3Cstyle%3E.a{fill:rgb(234.6, 234.6, 234.6);}%3C/style%3E%3Crect width=%2220%22 height=%2221%22 fill=%22%23fff%22/%3E%3Crect width=%2216%22 height=%2221%22 class=%22a%22/%3E%3Crect y=%2214%22 width=%2216%22 height=%227%22 fill=%22rgb(0, 85, 156)%22/%3E%3Cpath d=%22M2.4 15.5h1.1c1.2 0 1.9 0.6 1.9 2S4.7 19.5 3.6 19.5H2.4V15.5zM3.5 18.8c0.6 0 1.1-0.3 1.1-1.3 0-1-0.4-1.3-1.1-1.3h-0.1v2.6L3.5 18.8 3.5 18.8z%22 class=%22a%22/%3E%3Cpath d=%22M6.3 17.5c0-1.3 0.7-2.1 1.6-2.1s1.6 0.8 1.6 2.1c0 1.3-0.7 2.1-1.6 2.1S6.3 18.8 6.3 17.5zM8.6 17.5c0-0.8-0.3-1.3-0.7-1.3 -0.4 0-0.7 0.5-0.7 1.3 0 0.8 0.3 1.3 0.7 1.3C8.3 18.8 8.6 18.3 8.6 17.5z%22 class=%22a%22/%3E%3Cpath d=%22M12.3 15.4c0.5 0 0.9 0.2 1.2 0.5l-0.5 0.6c-0.2-0.2-0.4-0.3-0.7-0.3 -0.6 0-1 0.5-1 1.3 0 0.8 0.4 1.3 1 1.3 0.3 0 0.5-0.1 0.7-0.4l0.5 0.6c-0.3 0.4-0.8 0.6-1.3 0.6 -1 0-1.9-0.7-1.9-2.1C10.4 16.2 11.3 15.4 12.3 15.4z%22 class=%22a%22/%3E%3Cpath d=%22M8.3 1.1h0.8c0 0.4 0 0.7 0 1.1 1.5 0 2.9 0 4.4 0 0.3 0 0.6 0.2 0.5 0.5 0 2.7 0 5.4 0 8.1 0 0.3 0 0.6-0.1 0.8 -0.2 0.1-0.5 0.1-0.7 0.1 -1.4 0-2.8 0-4.1 0 0 0.4 0 0.7 0 1.1h-0.9c-2.1-0.4-4.2-0.7-6.3-1.1 0-3.2 0-6.4 0-9.6C4.1 1.8 6.2 1.5 8.3 1.1z%22 fill=%22%23305697%22/%3E%3Cpath d=%22M9.1 2.6c1.5 0 3 0 4.5 0 0 2.9 0 5.9 0 8.8 -1.5 0-3 0-4.5 0 0-0.4 0-0.7 0-1.1 1.2 0 2.4 0 3.6 0 0-0.2 0-0.4 0-0.6 -1.2 0-2.4 0-3.6 0 0-0.2 0-0.5 0-0.7 1.2 0 2.4 0 3.6 0 0-0.2 0-0.4 0-0.5 -1.2 0-2.4 0-3.6 0 0-0.2 0-0.5 0-0.7 1.2 0 2.4 0 3.6 0 0-0.2 0-0.4 0-0.5 -1.2 0-2.4 0-3.6 0 0-0.2 0-0.5 0-0.7 1.2 0 2.4 0 3.6 0 0-0.2 0-0.4 0-0.5 -1.2 0-2.4 0-3.6 0 0-0.2 0-0.5 0-0.7 1.2 0 2.4 0 3.6 0 0-0.2 0-0.4 0-0.5 -1.2 0-2.4 0-3.6 0 0-0.2 0-0.5 0-0.7 1.2 0 2.4 0 3.6 0 0-0.2 0-0.4 0-0.6 -1.2 0-2.4 0-3.6 0C9.1 3.2 9.1 2.9 9.1 2.6z%22 class=%22a%22/%3E%3Cpath d=%22M4.8 5c0.3 0 0.5 0 0.8 0 0.2 0.9 0.4 1.9 0.6 2.8C6.3 6.8 6.5 5.9 6.6 4.9c0.3 0 0.6 0 0.8 0C7.1 6.2 6.9 7.5 6.5 8.9c-0.2 0.1-0.6 0-0.8 0 -0.2-0.9-0.4-1.8-0.6-2.7 -0.2 0.9-0.4 1.8-0.6 2.7 -0.3 0-0.5 0-0.8 0C3.6 7.5 3.3 6.3 3.1 5.1c0.2 0 0.5 0 0.7 0 0.1 0.9 0.3 1.7 0.4 2.6C4.4 6.8 4.6 5.9 4.8 5z%22 class=%22a%22/%3E%3C/svg%3E");
}

a[href$=".ppt"],
a[href$=".pptx"],
a[href*="//"][href$=".ppt"],
a[href*="//"][href$=".pptx"] {
  border-bottom-color: rgb(208, 70, 37);
}
a[href$=".ppt"]::before,
a[href$=".pptx"]::before,
a[href*="//"][href$=".ppt"]::before,
a[href*="//"][href$=".pptx"]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2221%22 viewBox=%220 0 20 21%22%3E%3Cstyle%3E.a{fill:rgb(234.6, 234.6, 234.6);}.b{fill:rgb(208, 70, 37);}%3C/style%3E%3Crect width=%2220%22 height=%2221%22 fill=%22%23fff%22/%3E%3Crect width=%2216%22 height=%2221%22 class=%22a%22/%3E%3Crect y=%2214%22 width=%2216%22 height=%227%22 class=%22b%22/%3E%3Cpath d=%22M2.6 15.5h1.5c0.9 0 1.6 0.3 1.6 1.3 0 0.9-0.7 1.4-1.6 1.4H3.5v1.4h-0.9V15.5zM4 17.4c0.5 0 0.7-0.2 0.7-0.6 0-0.4-0.3-0.6-0.7-0.6H3.5v1.2H4z%22 class=%22a%22/%3E%3Cpath d=%22M6.6 15.5h1.5c0.9 0 1.6 0.3 1.6 1.3 0 0.9-0.7 1.4-1.6 1.4H7.5v1.4h-0.9V15.5zM8 17.4c0.5 0 0.7-0.2 0.7-0.6 0-0.4-0.3-0.6-0.7-0.6H7.5v1.2H8z%22 class=%22a%22/%3E%3Cpath d=%22M11.6 16.2h-1.2V15.5h3.3v0.8h-1.2v3.3H11.6V16.2z%22 class=%22a%22/%3E%3Cpath d=%22M8.3 1.1h0.8c0 0.4 0 0.8 0 1.2 1.5 0 2.9 0 4.4 0 0.3 0 0.6 0.2 0.5 0.5 0 2.6 0 5.1 0 7.7 0 0.3 0 0.6-0.1 0.8 -0.2 0.1-0.5 0.1-0.7 0.1 -1.4 0-2.7 0-4.1 0 0 0.5 0 0.9 0 1.4H8.2c-2.1-0.4-4.2-0.7-6.3-1.1 0-3.2 0-6.4 0-9.6C4.1 1.8 6.2 1.5 8.3 1.1z%22 class=%22b%22/%3E%3Cpath d=%22M9.1 2.7c1.5 0 3 0 4.5 0 0 2.8 0 5.6 0 8.4 -1.5 0-3 0-4.5 0 0-0.4 0-0.7 0-1.1 1.1 0 2.2 0 3.3 0 0-0.2 0-0.4 0-0.6 -1.1 0-2.2 0-3.3 0 0-0.2 0-0.5 0-0.7 1.1 0 2.2 0 3.3 0 0-0.2 0-0.4 0-0.5 -1.1 0-2.2 0-3.3 0 0-0.3 0-0.5 0-0.8 0.5 0.2 1.2 0.2 1.6-0.2 0.5-0.3 0.8-0.9 0.8-1.5C11 5.8 10.4 5.8 9.8 5.8c0-0.6 0-1.2 0-1.8 -0.2 0-0.4 0.1-0.7 0.1C9.1 3.7 9.1 3.2 9.1 2.7z%22 class=%22a%22/%3E%3Cpath d=%22M10.1 3.7c1 0 1.8 0.8 1.8 1.8 -0.6 0-1.2 0-1.8 0C10.1 4.9 10.1 4.3 10.1 3.7z%22 class=%22b%22/%3E%3Cpath d=%22M4.2 4.7C4.9 4.8 5.8 4.4 6.4 5c0.6 0.7 0.4 2-0.4 2.5C5.7 7.6 5.3 7.6 5 7.6 5 8.1 5 8.7 5 9.2 4.7 9.2 4.4 9.1 4.2 9.1 4.1 7.7 4.1 6.2 4.2 4.7z%22 class=%22a%22/%3E%3Cpath d=%22M5 5.5C5.2 5.5 5.6 5.4 5.8 5.7c0.2 0.3 0.1 0.6 0 0.9C5.6 6.8 5.3 6.8 5 6.8 5 6.4 5 5.9 5 5.5z%22 class=%22b%22/%3E%3C/svg%3E");
}

a[href$=".xls"],
a[href$=".xlsx"],
a[href*="//"][href$=".xls"],
a[href*="//"][href$=".xlsx"] {
  border-bottom-color: rgb(0, 115, 64);
}
a[href$=".xls"]::before,
a[href$=".xlsx"]::before,
a[href*="//"][href$=".xls"]::before,
a[href*="//"][href$=".xlsx"]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2221%22 viewBox=%220 0 20 21%22%3E%3Cstyle%3E.a{fill:rgb(234.6, 234.6, 234.6)}.b{fill:rgb(208, 70, 37)}%3C/style%3E%3Crect width=%2220%22 height=%2221%22 fill=%22%23fff%22/%3E%3Crect width=%2216%22 height=%2221%22 class=%22a%22/%3E%3Crect y=%2214%22 width=%2216%22 height=%227%22 class=%22b%22/%3E%3Cpath d=%22M3.5 17.4L2.4 15.5h1L3.8 16.2c0.1 0.2 0.2 0.4 0.3 0.7h0c0.1-0.3 0.2-0.5 0.3-0.6l0.4-0.8h1l-1.1 2 1.2 2H4.8l-0.4-0.8c-0.1-0.2-0.2-0.4-0.3-0.7H4c-0.1 0.2-0.2 0.5-0.3 0.7L3.3 19.5H2.3L3.5 17.4z%22 class=%22a%22/%3E%3Cpath d=%22M6.9 15.5h0.9v3.3h1.8v0.8H6.9V15.5z%22 class=%22a%22/%3E%3Cpath d=%22M11.1 18.4c0.3 0.2 0.7 0.4 1 0.4 0.4 0 0.6-0.1 0.6-0.4 0-0.3-0.2-0.3-0.6-0.5l-0.5-0.2c-0.5-0.2-0.9-0.5-0.9-1.1 0-0.7 0.6-1.2 1.5-1.2 0.5 0 1 0.2 1.3 0.5L13.1 16.5c-0.3-0.2-0.5-0.3-0.9-0.3 -0.4 0-0.6 0.1-0.6 0.4 0 0.2 0.3 0.3 0.7 0.5l0.5 0.2c0.5 0.2 0.9 0.5 0.9 1.1 0 0.7-0.6 1.3-1.6 1.3 -0.5 0-1.1-0.2-1.5-0.6L11.1 18.4z%22 class=%22a%22/%3E%3Cpath d=%22M8.3 1.1h0.8c0 0.4 0 0.7 0 1.1 1.4 0 2.8 0 4.2 0 0.2 0 0.5 0 0.7 0.1 0.1 0.2 0.1 0.5 0.1 0.7 0 2.4 0 4.8 0 7.2 0 0.4 0 0.8 0 1.2 -0.1 0.3-0.4 0.3-0.6 0.3 -1.4 0-2.9 0-4.3 0 0 0.4 0 0.8 0 1.2H8.2c-2.1-0.4-4.2-0.7-6.3-1.1 0-3.2 0-6.4 0-9.7C4 1.8 6.2 1.4 8.3 1.1z%22 class=%22b%22/%3E%3Cpath d=%22M9.1 2.6c1.5 0 3 0 4.6 0 0 2.9 0 5.8 0 8.7 -1.5 0-3 0-4.6 0 0-0.3 0-0.6 0-0.8 0.4 0 0.7 0 1.1 0 0-0.3 0-0.6 0-1 -0.4 0-0.7 0-1.1 0 0-0.2 0-0.4 0-0.6 0.4 0 0.7 0 1.1 0 0-0.3 0-0.6 0-1 -0.4 0-0.7 0-1.1 0 0-0.2 0-0.4 0-0.6 0.4 0 0.7 0 1.1 0 0-0.3 0-0.6 0-1 -0.4 0-0.7 0-1.1 0 0-0.2 0-0.4 0-0.6 0.4 0 0.7 0 1.1 0 0-0.3 0-0.6 0-1 -0.4 0-0.7 0-1.1 0 0-0.2 0-0.4 0-0.6 0.4 0 0.7 0 1.1 0 0-0.3 0-0.6 0-1 -0.4 0-0.7 0-1.1 0C9.1 3.1 9.1 2.9 9.1 2.6L9.1 2.6z%22 class=%22a%22/%3E%3Cpath d=%22M6 4.7c0.3 0 0.6 0 0.9-0.1 -0.4 0.8-0.7 1.5-1.1 2.3 0.4 0.8 0.8 1.5 1.1 2.3 -0.3 0-0.7 0-1-0.1 -0.2-0.6-0.5-1.1-0.7-1.7 -0.2 0.6-0.5 1.1-0.7 1.6C4.3 9.1 4 9 3.7 9 4.1 8.3 4.4 7.6 4.8 6.9 4.5 6.2 4.1 5.5 3.8 4.8c0.3 0 0.6 0 0.9-0.1 0.2 0.5 0.4 1.1 0.6 1.6C5.5 5.8 5.8 5.3 6 4.7z%22 class=%22a%22/%3E%3Cpath d=%22M10.8 8.9h1.9V8H10.8V8.9zM10.8 7.4h1.9V6.4H10.8V7.4zM10.8 10.5h1.9V9.5H10.8V10.5zM10.8 5.9h1.9V4.9H10.8V5.9zM10.8 3.4V4.4h1.9V3.4H10.8z%22 class=%22b%22/%3E%3C/svg%3E");
}

a[href^="mailto:"],
a[href$=".vcf"] {
  border: none;
  border-bottom-color: black;
  display: inline;
  padding-bottom: 2px;
  margin: 0;
  padding-left: 0;
}
a[href^="mailto:"]:hover::before,
a[href$=".vcf"]:hover::before {
  background-color: white;
  transition-delay: 0s;
}
a[href^="mailto:"]::before,
a[href$=".vcf"]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2222%22 viewBox=%220 0 20 22%22%3E%3Cpath d=%22M15.6 5.5H0.4C0.2 5.5 0 5.6 0 5.9v10.3c0 0.2 0.2 0.4 0.4 0.4H15.6c0.2 0 0.4-0.2 0.4-0.4V5.9C16 5.6 15.8 5.5 15.6 5.5M14.6 6.3L8 13.1 1.4 6.3H14.6zM0.8 6.9l4 4.1 -4 4.1V6.9zM1.4 15.7l4-4.1 2.3 2.4c0.2 0.2 0.4 0.2 0.6 0l2.3-2.4 4 4.1H1.4L1.4 15.7zM15.2 15.1l-4-4.1L15.2 6.9V15.1z%22 fill=%22black%22/%3E%3C/svg%3E");
  margin-right: 6px;
  padding: 0;
  font-size: 1.6em;
  line-height: 0;
  vertical-align: middle;
  transition-delay: 0.2s;
}

.c_rot a[href^="mailto:"]:hover::before,
.c_rot a[href$=".vcf"]:hover::before {
  background-color: rgb(252.45, 232.05, 232.05);
}

a[href$=".vcf"]::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2222%22 viewBox=%220 0 20 22%22%3E%3Cpath fill=%22black%22 d=%22M14.1 9.4H9.2v.8H14v-.8zm0-1.8H9.2v.8H14v-.8zm0 3.6H9.2v.8H14v-.8zm-6.2 1.9c0-1.1-1-2-2.2-2H4.2c-1.2 0-2.2.9-2.2 2v.9h5.9v-.9zM5 10.7c1 0 1.8-.8 1.8-1.8S6 7 5 7s-1.9.9-1.9 1.9.8 1.8 1.9 1.8zM0 4.5v13.1h16V4.5H0zm15.2 12.3H12v-1.3h-.8v1.3H4.8v-1.3H4v1.3H.8V5.2h14.5v11.6zm-1.1-3.7H9.2v.8H14v-.8z%22/%3E%3C/svg%3E");
}

.team_tele,
.telefon {
  color: hsl(102, 48%, 40%);
  font-style: italic;
  font-weight: 600;
}
.team_tele::before,
.telefon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2222%22 viewBox=%220 0 20 22%22%3E%3Cpath d=%22M11.1 18l-0.1 0c-1.6-0.3-4.2-2-6.1-3.9C3 12.2 1.3 9.5 1 7.9L1 7.9 1 7.8c0-0.1 0.1-1.7 1.3-2.9L3 4.2c0.3-0.3 0.8-0.3 1 0l2.9 2.9c0.3 0.3 0.3 0.7 0 1L6.3 8.8 5.7 9.2c0.2 0.4 0.6 1.3 1.7 2.4 1.1 1.1 2 1.5 2.4 1.7l0.4-0.5 0.7-0.7c0.3-0.3 0.8-0.3 1 0l2.9 2.9c0.3 0.3 0.3 0.7 0 1l-0.7 0.7c-1.3 1.3-2.9 1.3-2.9 1.3L11.1 18zM2 7.8c0.3 1.2 1.7 3.7 3.6 5.6 1.9 1.9 4.3 3.3 5.6 3.6 0.3 0 1.3-0.2 2.2-1l0.5-0.5 -2.5-2.5 -0.5 0.5 -0.8 1L9.8 14.4c-0.1 0-1.4-0.3-3.1-2.1C4.9 10.5 4.6 9.2 4.6 9.2l-0.1-0.3 1.1-0.8L6 7.6 3.5 5.1 3 5.6C2.2 6.5 2 7.6 2 7.8z%22 fill=%22black%22/%3E%3C/svg%3E");
  font-size: 1.6em;
  line-height: 0;
  vertical-align: middle;
}

.tele {
  color: hsl(102, 48%, 40%);
  font-style: italic;
  font-weight: 600;
}

a.link_reset {
  color: inherit;
  font-style: inherit;
  margin: inherit;
  font-weight: inherit;
  padding: 0;
}
a.link_reset:hover {
  background-color: transparent;
}

a.no_style,
a.noIcon {
  border: none;
  margin: 0;
  padding: 0;
}
a.no_style::before,
a.noIcon::before {
  display: none;
}

a.world {
  border: none;
  border-bottom-color: black;
  display: inline;
  padding-bottom: 2px;
  margin: 0;
  padding-left: 0;
}
a.world:hover::before {
  background-color: white;
  transition-delay: 0s;
}
a.world::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2222%22 viewBox=%220 0 20 22%22 %3E%3Cpath fill=%22none%22 d=%22M0 0h20v22H0z%22 /%3E%3Cpath d=%22M8 3C5.2 3 2.8 4.4 1.3 6.6l-.1.1C.5 8 0 9.4 0 11c0 4.4 3.6 8 8 8 2.8 0 5.3-1.4 6.7-3.6l.1-.1c.8-1.2 1.2-2.7 1.2-4.2.1-4.5-3.5-8.1-8-8.1zm-2 .9c-.7.7-1.3 1.8-1.6 3.2-.8-.1-1.6-.3-2.3-.5 1-1.3 2.3-2.2 3.9-2.7zM1.7 7.2c.8.2 1.6.4 2.5.5-.2.9-.3 1.9-.4 3H.7c0-1.3.4-2.5 1-3.5zm-1 4.1h3.2c0 1 .1 2 .3 2.9-.9.1-1.7.3-2.5.5-.6-.9-1-2.1-1-3.4zm1.4 4.1c.7-.2 1.4-.3 2.2-.5.4 1.3 1 2.4 1.7 3.2-1.6-.5-2.9-1.4-3.9-2.7zm5.6 2.9c-1.1-.2-2.1-1.6-2.6-3.5.9-.1 1.7-.2 2.6-.2v3.7zm0-4.3c-1 0-1.9.1-2.8.2-.2-.9-.3-1.8-.3-2.8h3.2V14zm0-3.3H4.5c0-1 .1-2 .3-2.8 1 0 1.9.1 2.9.1v2.7zm0-3.4c-.9 0-1.8-.1-2.6-.2.6-1.9 1.5-3.3 2.6-3.5v3.7zm7.7 3.4h-3.2c0-1-.1-2-.3-2.9.9-.1 1.7-.3 2.5-.5.6.9.9 2.1 1 3.4zm-1.5-4.1c-.7.2-1.4.3-2.2.5-.4-1.3-1-2.4-1.7-3.2 1.6.5 3 1.4 3.9 2.7zM8.4 3.7c1.1.2 2.1 1.6 2.6 3.5-.9.1-1.7.2-2.6.2V3.7zm0 4.3c1 0 1.9-.1 2.8-.2.2.9.3 1.8.3 2.8H8.4V8zm0 3.3h3.2c0 1-.1 2-.3 2.8-1 0-2-.1-2.9-.1v-2.7zm0 7v-3.7c.9 0 1.8.1 2.6.2-.6 1.9-1.5 3.3-2.6 3.5zm1.7-.2c.7-.7 1.3-1.8 1.7-3.2.8.1 1.5.3 2.2.5-1 1.3-2.4 2.2-3.9 2.7zm4.3-3.3c-.8-.2-1.6-.4-2.5-.5.2-.9.3-1.9.3-2.9h3.2c-.1 1.2-.4 2.4-1 3.4z%22 /%3E%3C/svg%3E");
  margin-right: 6px;
  padding: 0;
  font-size: 1.6em;
  line-height: 0;
  vertical-align: middle;
  transition-delay: 0.2s;
}

main a:not([href="javascript:void(0)"]):not(.link_nofx):not([role=button]) {
  color: hsl(102, 48%, 40%);
  position: relative;
  text-underline-offset: 0.1875em;
  background: linear-gradient(0deg, rgb(221.85, 221.85, 221.85), rgb(221.85, 221.85, 221.85)) no-repeat right bottom/0 var(--bg-h);
  transition-delay: 0.2s;
  --bg-h: 100%;
}
main a:not([href="javascript:void(0)"]):not(.link_nofx):not([role=button]):where(:hover, :focus-visible) {
  background-size: 100% var(--bg-h);
  background-position-x: left;
  transition: background-size 350ms ease 0s;
}
main .sidebar a {
  color: #666666;
  transition: initial;
  background: initial;
  font-style: inherit;
}
main .sidebar a:hover {
  transition: initial;
  background: initial;
}
main .sidebar a:hover::before {
  transform: inherit;
}
main .sidebar a::before {
  transition: initial;
  transform: initial;
  background: initial;
}

.navbar {
  width: 100%;
  margin-bottom: 2em;
}
@media only screen and (max-width: 1023px) {
  .navbar {
    display: none;
  }
}
.navbar a {
  text-decoration: none;
}

.navbar-center {
  width: 100%;
  justify-content: center;
}

.navbar_3n {
  max-width: 100vw;
  font-family: "RobotoSlab";
  font-weight: 500;
  font-size: 1.25em;
}

.navbar-item {
  flex: 0 1 17em;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
.navbar-item.level1.first {
  margin-left: 1em;
  padding-right: 0.125em;
}
.navbar-item.level1.last {
  margin-right: 1em;
  padding-left: 0.125em;
}
.navbar-item:first-child .navbar-item-inner {
  margin: 0 0.125em 0 0;
}
.navbar-item:last-child .navbar-item-inner {
  margin: 0 0 0 0.125em;
}
.navbar-item .navbar-item-inner {
  background-color: hsla(214.8, 50%, 32.9%, 0.5);
  margin: 0 0.25em;
  padding: 0.875em 0.25em;
  display: flex;
  flex: 1 1 auto;
  text-align: center;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), 3px 3px 6px rgba(255, 255, 255, 0.2);
  letter-spacing: 0.3px;
}
.navbar-item:hover .navbar-item-inner {
  background-color: hsl(215, 75%, 33%);
}

.navbar-link {
  flex: 1 1 auto;
  padding: 0;
}

.navbar-dropdown.is-boxed {
  box-shadow: none;
  background: none;
  width: 100%;
}
.navbar-dropdown.is-boxed .navbar-item {
  background: hsl(215, 75%, 33%);
  margin: 0 1em;
}

.navbar-start > .navbar-item.active .navbar-item-inner {
  background-color: hsl(215, 75%, 33%);
}
.navbar-start .level2.self {
  background-color: rgb(208.2075, 218.72625, 233.4525);
  color: hsl(215, 75%, 33%);
}

.navbar-dropdown-item-inner {
  white-space: normal;
}

figure {
  margin-bottom: 2em;
}
figure a.gallery_open {
  text-decoration: none;
}

figcaption {
  margin: 0.5em 0;
  color: rgb(127.5, 127.5, 127.5);
  font-family: "SourceSerifPro";
  font-style: italic;
  font-weight: 400;
  font-size: 0.875em;
}

.headline_main {
  margin: 3em 0 1.5em 0;
  border-bottom: 1px hsl(102, 48%, 40%) solid;
}
.headline_main h1 {
  display: inline;
  border-bottom: none;
  line-height: 1.2;
}

@supports (hyphens: auto) {
  h1,
  h2,
  .subnav a,
  .mm-listview a,
  footer h3,
  .m_title,
  .pdb_gm__title,
  .sl_subnav header a,
  .c-web-paludi main table,
  .multiMap_info,
  .news_button_prev,
  .news_button_next,
  #mainnav_naehrwert a,
  .footer_kontaktzeile,
  .gallery_odb figcaption,
  .map_filter_cat,
  .nnn_table_style_1,
  .tablink_wrapper a {
    hyphens: auto;
  }
}
@supports not (hyphens: auto) {
  h1,
  h2,
  .subnav a,
  .mm-listview a,
  footer h3,
  .m_title,
  .pdb_gm__title,
  .sl_subnav header a,
  .c-web-paludi main table,
  .multiMap_info,
  .news_button_prev,
  .news_button_next,
  #mainnav_naehrwert a,
  .footer_kontaktzeile,
  .gallery_odb figcaption,
  .map_filter_cat,
  .nnn_table_style_1,
  .tablink_wrapper a {
    word-break: break-all;
    word-break: break-word;
  }
}
.id-2259 .tablink_wrapper a {
  hyphens: manual;
}

.nowrap {
  white-space: nowrap;
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-self: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  justify-content: center;
}
.header .hero-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-image: linear-gradient(hsla(0, 0%, 100%, 0) 45%, hsl(0, 0%, 100%) 91%), radial-gradient(circle at calc(100vw - 6em) 1em, hsla(0, 0%, 100%, 0.25) 0%, hsla(0, 0%, 100%, 0) 15%);
  padding: 0;
}

.logo_3n {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s;
  text-decoration: none;
}
.logo_3n {
  width: 4em;
}
@media (min-width: 25em) {
  .logo_3n {
    width: calc(17.3441734417vw - 0.3360433604em);
  }
}
@media (min-width: 48.0625em) {
  .logo_3n {
    width: calc(25.0980392157vw - 4.062745098em);
  }
}
@media (min-width: 64em) {
  .logo_3n {
    width: calc(25vw - 4em);
  }
}
@media (min-width: 76em) {
  .logo_3n {
    width: 15em;
  }
}
.logo_3n {
  margin: 0.25em 0.25em 0 0;
}
@media (min-width: 25em) {
  .logo_3n {
    margin: calc(1.0840108401vw - 0.02100271em) calc(1.0840108401vw - 0.02100271em) 0 0;
  }
}
@media (min-width: 48.0625em) {
  .logo_3n {
    margin: calc(3.137254902vw - 1.0078431373em) calc(3.137254902vw - 1.0078431373em) 0 0;
  }
}
@media (min-width: 64em) {
  .logo_3n {
    margin: 1em 1em 0 0;
  }
}
.logo_3n:hover {
  transform: scale(1.06);
}
.logo_3n .logo_head,
.logo_3n .logo_sub {
  font-family: "SourceSansPro";
  fill: hsl(215, 90%, 25%);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
}
@media screen and (min-width: 48.0625em) {
  .logo_3n .logo_head,
  .logo_3n .logo_sub {
    display: block;
  }
}
.logo_3n .logo_head {
  font-weight: 700;
  text-shadow: 1px 1px 0px white;
}
.logo_3n .logo_sub {
  font-weight: 400;
  word-spacing: 1px;
  font-size: 10.3px;
  text-shadow: 1px 1px 0px white;
}
.logo_3n .logo_blatt {
  fill: hsl(102, 48%, 40%);
}
.logo_3n .logo_3,
.logo_3n .logo_n {
  fill: hsl(215, 90%, 25%);
}

.header_homelink {
  display: flex;
  width: 100%;
  margin: 2em auto 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
  text-decoration: none;
  z-index: 2;
}
.header_homelink {
  height: 2em;
}
@media (min-width: 25em) {
  .header_homelink {
    height: calc(17.3441734417vw - 2.3360433604em);
  }
}
@media (min-width: 48.0625em) {
  .header_homelink {
    height: calc(31.3725490196vw - 9.0784313725em);
  }
}
@media (min-width: 64em) {
  .header_homelink {
    height: 11em;
  }
}
@media (min-width: 76em) {
  .header_homelink {
    height: 11em;
  }
}
.header_homelink {
  margin: 1em auto -1em;
}
@media (min-width: 25em) {
  .header_homelink {
    margin: calc(4.3360433604vw - 0.0840108401em) auto calc(8.6720867209vw - 3.1680216802em);
  }
}
@media (min-width: 48.0625em) {
  .header_homelink {
    margin: 2em auto 1em;
  }
}
@media (min-width: 64em) {
  .header_homelink {
    margin: 2em auto 1em;
  }
}
.header_homelink:hover {
  transform: scale(1.02);
}

.title {
  color: hsl(102, 48%, 40%);
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin: auto;
  text-shadow: 0 0 100px white, 0 0 80px white, 2px 2px 3px hsl(0, 0%, 100%), 0 0 25px hsl(0, 0%, 100%), 0 0 45px hsl(0, 0%, 100%);
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 4px;
  line-height: 1em;
}
@supports (font-variant-caps: all-small-caps) {
  .title {
    font-variant-caps: all-small-caps;
  }
}
.title {
  font-size: 1.3em;
}
@media (min-width: 25em) {
  .title {
    font-size: calc(7.3712737127vw - 0.5428184282em);
  }
}
@media (min-width: 48.0625em) {
  .title {
    font-size: calc(7.0588235294vw - 0.3926470588em);
  }
}
@media (min-width: 64em) {
  .title {
    font-size: 4.125em;
  }
}
@media (min-width: 76em) {
  .title {
    font-size: 4.125em;
  }
}

.c-web-napalu .title {
  font-size: 2.4em;
}
@media (min-width: 25em) {
  .c-web-napalu .title {
    font-size: calc(2.6016260163vw + 1.7495934959em);
  }
}
@media (min-width: 48.0625em) {
  .c-web-napalu .title {
    font-size: calc(7.0588235294vw - 0.3926470588em);
  }
}
@media (min-width: 64em) {
  .c-web-napalu .title {
    font-size: 4.125em;
  }
}
@media (min-width: 76em) {
  .c-web-napalu .title {
    font-size: 4.125em;
  }
}
.c-web-napalu .header_homelink {
  margin: 2em auto -2em;
}
@media (min-width: 25em) {
  .c-web-napalu .header_homelink {
    margin: 2em auto calc(13.0081300813vw - 5.2520325203em);
  }
}
@media (min-width: 48.0625em) {
  .c-web-napalu .header_homelink {
    margin: 2em auto 1em;
  }
}
@media (min-width: 64em) {
  .c-web-napalu .header_homelink {
    margin: 2em auto 1em;
  }
}

.search_form_header {
  display: none;
  position: absolute;
  top: 1em;
  left: 1em;
  width: 15em;
}
.search_form_header.floating-labels .cd-label {
  text-transform: initial;
  top: 3px;
  color: rgb(63.75, 63.75, 63.75);
  letter-spacing: 1px;
}
.search_form_header.floating-labels .cd-label.float2, .search_form_header.floating-labels .cd-label.float {
  opacity: 0;
}
.search_form_header.floating-labels input[type=text] {
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  height: 1.5rem;
}
.search_form_header.floating-labels input[type=text]:focus {
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (min-width: 45em) {
  .search_form_header {
    display: block;
  }
}
.c-web-napalu .hero-body {
  padding-bottom: clamp(0em, -20vw + 12em, 6em);
}

.search_form.search_404 {
  margin-bottom: 5rem;
}
.search_form.search_404 input {
  width: 100%;
  max-width: 100%;
}

.search_form {
  position: relative;
}

.search_form_footer.floating-labels .cd-label.float2 {
  opacity: 0;
}

.confirmemail {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* --------------------------------
Form
-------------------------------- */
.cd-form::after {
  clear: both;
  content: " ";
  display: table;
}
.cd-form fieldset {
  margin: 0 0 1em;
}
.cd-form legend {
  padding-bottom: 0.5em;
  font-size: 1.625em;
  font-weight: 700;
  color: hsl(102, 48%, 40%);
  margin: 2.4em 0 0;
  margin-top: 0;
}
.cd-form legend:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0.35em solid transparent;
  border-top: 0.35em solid transparent;
  border-left: 0.35em solid hsl(102, 48%, 40%);
  margin-left: -0.0625em;
  margin-right: 0.4375em;
  display: inline-block;
}
.cd-form div:not([class^=filepond--]),
.cd-form .tab_navi div.panel {
  /* form element wrapper */
  position: relative;
  margin: 1.25em 0;
}
.cd-form h4,
.cd-form .cd-label {
  font-size: 1.3em;
  color: blue;
  color: rgb(114.75, 114.75, 114.75);
  margin-bottom: 0.625em;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input,
.cd-form textarea,
.cd-form select,
.cd-form label {
  font-family: "SourceSansPro";
  font-size: 1em;
  color: black;
}
.cd-form input[type=text],
.cd-form input[type=email],
.cd-form input[type=tel],
.cd-form input[type=number],
.cd-form input[type=password],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  appearance: none;
}
.cd-form input[type=text],
.cd-form input[type=email],
.cd-form input[type=tel],
.cd-form input[type=number],
.cd-form input[type=password],
.cd-form select,
.cd-form textarea {
  /* general style for input elements */
  padding: 0.5em 0.875em;
  border: 1px solid rgb(191.25, 191.25, 191.25);
  background-color: #ffffff;
  border-radius: 0.125em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  font-size: 0.9375em;
  line-height: 1.25em;
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1em;
  color: rgb(20.4, 20.4, 20.4);
}
.cd-form input[type=text]:not(#ea_anrede):not([id^=holzpreis]):read-only,
.cd-form input[type=email]:not(#ea_anrede):not([id^=holzpreis]):read-only,
.cd-form input[type=tel]:not(#ea_anrede):not([id^=holzpreis]):read-only,
.cd-form input[type=number]:not(#ea_anrede):not([id^=holzpreis]):read-only,
.cd-form input[type=password]:not(#ea_anrede):not([id^=holzpreis]):read-only,
.cd-form select:not(#ea_anrede):not([id^=holzpreis]):read-only,
.cd-form textarea:not(#ea_anrede):not([id^=holzpreis]):read-only {
  background-color: rgb(216.75, 216.75, 216.75);
}
.cd-form input[type=text]:not(#ea_anrede):not([id^=holzpreis]):read-only::selection,
.cd-form input[type=email]:not(#ea_anrede):not([id^=holzpreis]):read-only::selection,
.cd-form input[type=tel]:not(#ea_anrede):not([id^=holzpreis]):read-only::selection,
.cd-form input[type=number]:not(#ea_anrede):not([id^=holzpreis]):read-only::selection,
.cd-form input[type=password]:not(#ea_anrede):not([id^=holzpreis]):read-only::selection,
.cd-form select:not(#ea_anrede):not([id^=holzpreis]):read-only::selection,
.cd-form textarea:not(#ea_anrede):not([id^=holzpreis]):read-only::selection {
  background: none;
}
.cd-form input[type=text]:not(#ea_anrede):not([id^=holzpreis]):read-only:hover,
.cd-form input[type=email]:not(#ea_anrede):not([id^=holzpreis]):read-only:hover,
.cd-form input[type=tel]:not(#ea_anrede):not([id^=holzpreis]):read-only:hover,
.cd-form input[type=number]:not(#ea_anrede):not([id^=holzpreis]):read-only:hover,
.cd-form input[type=password]:not(#ea_anrede):not([id^=holzpreis]):read-only:hover,
.cd-form select:not(#ea_anrede):not([id^=holzpreis]):read-only:hover,
.cd-form textarea:not(#ea_anrede):not([id^=holzpreis]):read-only:hover {
  cursor: not-allowed;
}
.cd-form input[type=text]:not(#ea_anrede):not([id^=holzpreis]):read-only:focus,
.cd-form input[type=email]:not(#ea_anrede):not([id^=holzpreis]):read-only:focus,
.cd-form input[type=tel]:not(#ea_anrede):not([id^=holzpreis]):read-only:focus,
.cd-form input[type=number]:not(#ea_anrede):not([id^=holzpreis]):read-only:focus,
.cd-form input[type=password]:not(#ea_anrede):not([id^=holzpreis]):read-only:focus,
.cd-form select:not(#ea_anrede):not([id^=holzpreis]):read-only:focus,
.cd-form textarea:not(#ea_anrede):not([id^=holzpreis]):read-only:focus {
  border-color: unset;
  box-shadow: unset;
}
.cd-form input[type=text][readonly],
.cd-form input[type=email][readonly],
.cd-form input[type=tel][readonly],
.cd-form input[type=number][readonly],
.cd-form input[type=password][readonly],
.cd-form select[readonly],
.cd-form textarea[readonly] {
  background-color: rgb(216.75, 216.75, 216.75);
}
.cd-form input[type=text][readonly]::selection,
.cd-form input[type=email][readonly]::selection,
.cd-form input[type=tel][readonly]::selection,
.cd-form input[type=number][readonly]::selection,
.cd-form input[type=password][readonly]::selection,
.cd-form select[readonly]::selection,
.cd-form textarea[readonly]::selection {
  background: none;
}
.cd-form input[type=text][readonly]:hover,
.cd-form input[type=email][readonly]:hover,
.cd-form input[type=tel][readonly]:hover,
.cd-form input[type=number][readonly]:hover,
.cd-form input[type=password][readonly]:hover,
.cd-form select[readonly]:hover,
.cd-form textarea[readonly]:hover {
  cursor: not-allowed;
}
.cd-form input[type=text][readonly]:focus,
.cd-form input[type=email][readonly]:focus,
.cd-form input[type=tel][readonly]:focus,
.cd-form input[type=number][readonly]:focus,
.cd-form input[type=password][readonly]:focus,
.cd-form select[readonly]:focus,
.cd-form textarea[readonly]:focus {
  border-color: unset;
  box-shadow: unset;
}
.cd-form input[type=text]:focus,
.cd-form input[type=email]:focus,
.cd-form input[type=tel]:focus,
.cd-form input[type=number]:focus,
.cd-form input[type=password]:focus,
.cd-form select:focus,
.cd-form textarea:focus {
  outline: none;
  border-color: hsl(102, 48%, 40%);
  box-shadow: 0px 0px 3px 0px rgba(82.416, 150.96, 53.04, 0.4);
}
.cd-form input[type=text].input_error,
.cd-form input[type=email].input_error,
.cd-form input[type=tel].input_error,
.cd-form input[type=number].input_error,
.cd-form input[type=password].input_error,
.cd-form select.input_error,
.cd-form textarea.input_error {
  border-color: red;
  box-shadow: 0px 0px 3px 0px red;
}
.cd-form fieldset:disabled input[type=text],
.cd-form fieldset:disabled input[type=email],
.cd-form fieldset:disabled input[type=tel],
.cd-form fieldset:disabled input[type=number],
.cd-form fieldset:disabled input[type=password],
.cd-form fieldset:disabled textarea,
.cd-form fieldset:disabled select {
  background-color: rgb(216.75, 216.75, 216.75);
}
.cd-form fieldset:disabled input[type=text]::selection,
.cd-form fieldset:disabled input[type=email]::selection,
.cd-form fieldset:disabled input[type=tel]::selection,
.cd-form fieldset:disabled input[type=number]::selection,
.cd-form fieldset:disabled input[type=password]::selection,
.cd-form fieldset:disabled textarea::selection,
.cd-form fieldset:disabled select::selection {
  background: none;
}
.cd-form fieldset:disabled input[type=text]:hover,
.cd-form fieldset:disabled input[type=email]:hover,
.cd-form fieldset:disabled input[type=tel]:hover,
.cd-form fieldset:disabled input[type=number]:hover,
.cd-form fieldset:disabled input[type=password]:hover,
.cd-form fieldset:disabled textarea:hover,
.cd-form fieldset:disabled select:hover {
  cursor: not-allowed;
}
.cd-form fieldset:disabled input[type=text]:focus,
.cd-form fieldset:disabled input[type=email]:focus,
.cd-form fieldset:disabled input[type=tel]:focus,
.cd-form fieldset:disabled input[type=number]:focus,
.cd-form fieldset:disabled input[type=password]:focus,
.cd-form fieldset:disabled textarea:focus,
.cd-form fieldset:disabled select:focus {
  border-color: unset;
  box-shadow: unset;
}
.cd-form .cd-select {
  /* select element wapper */
  position: relative;
}
.cd-form .cd-select::after {
  /* arrow icon for select element */
  content: "";
  position: absolute;
  z-index: 1;
  right: 1em;
  top: 50%;
  margin-top: -0.4em;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22%3E%3Cpolygon points=%220.9 5.5 3.1 3.4 8 8.3 12.9 3.4 15.1 5.5 8 12.6 %22 fill=%22hsl(102, 48%25, 40%25)%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  pointer-events: none;
}
.cd-form .cd-select:has(select[data-required=required])::after {
  right: 2.4em;
}
.cd-form select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.cd-form select::-ms-expand {
  display: none;
}
.cd-form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.cd-form .cd-form-list {
  margin-top: 1em;
  float: left;
  margin: 0;
  padding: 0 0 0 0.125em;
}
.cd-form .cd-form-list::after {
  clear: both;
  content: " ";
  display: table;
}
.cd-form .cd-form-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  user-select: none;
  margin: 0 1.625em 1em 0;
  float: left;
}
.cd-form input[type=radio],
.cd-form input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
  width: 1.5em;
  height: 1.5em;
}
.cd-form input[type=radio]:hover,
.cd-form input[type=checkbox]:hover {
  cursor: pointer;
}
.cd-form input[type=radio] + label:not(.accordion_label),
.cd-form input[type=checkbox] + label {
  padding-left: 2.625em;
}
.cd-form input[type=radio] + label::before,
.cd-form input[type=radio] + label::after,
.cd-form input[type=checkbox] + label::before,
.cd-form input[type=checkbox] + label::after {
  /* custom radio and check boxes */
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.75em;
  width: 1.5em;
  height: 1.5em;
}
.cd-form input[type=radio] + label::before:hover,
.cd-form input[type=radio] + label::after:hover,
.cd-form input[type=checkbox] + label::before:hover,
.cd-form input[type=checkbox] + label::after:hover {
  cursor: pointer;
}
.cd-form .check_multiline input[type=radio],
.cd-form .check_multiline input[type=checkbox] {
  top: 1.2em;
}
.cd-form .check_multiline input[type=radio] + label::before,
.cd-form .check_multiline input[type=radio] + label::after,
.cd-form .check_multiline input[type=checkbox] + label::before,
.cd-form .check_multiline input[type=checkbox] + label::after {
  top: 0;
  margin-top: 0;
}
.cd-form input[type=radio] + label::before,
.cd-form input[type=checkbox] + label::before {
  border: 1px solid rgb(191.25, 191.25, 191.25);
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type=radio] + label::before,
.cd-form input[type=radio] + label::after {
  border-radius: 50%;
}
.cd-form input[type=checkbox] + label::before,
.cd-form input[type=checkbox] + label::after {
  border-radius: 0.25em;
}
.cd-form input[type=radio] + label::after,
.cd-form input[type=checkbox] + label::after {
  background-color: hsl(102, 48%, 40%);
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(82.416, 150.96, 53.04, 0.4);
  display: none;
}
.cd-form input[type=radio] + label::after {
  /* custom image for radio button */
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22%3E%3Ccircle cx=%228%22 cy=%228%22 r=%223%22 fill=%22%23FFF%22/%3E%3C/svg%3E");
}
.cd-form input[type=checkbox] + label::after {
  /* custom image for checkbox */
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2216%22 viewBox=%220 0 16 16%22%3E%3Cpolyline points=%224 8 6.67 10.5 12 5.5 %22 style=%22fill:none;stroke-width:3;stroke:%23FFF%22/%3E%3C/svg%3E");
}
.cd-form input[type=radio]:focus + label::before,
.cd-form input[type=checkbox]:focus + label::before {
  /* add focus effect for radio and check buttons */
  box-shadow: 0 0 5px rgba(82.416, 150.96, 53.04, 0.6);
}
.cd-form input[type=radio]:checked + label::after,
.cd-form input[type=checkbox]:checked + label::after {
  display: block;
}
.cd-form input[type=radio]:checked + label::before,
.cd-form input[type=radio]:checked + label::after,
.cd-form input[type=checkbox]:checked + label::before,
.cd-form input[type=checkbox]:checked + label::after {
  animation: cd_bounce 0.3s;
}
.cd-form textarea {
  min-height: 2.275em;
  resize: vertical;
  overflow: auto;
}
.cd-form textarea.no_min_height {
  min-height: unset;
}
.cd-form input[type=submit]:not(.button) {
  /* button style */
  border: none;
  background: hsl(102, 48%, 40%);
  border-radius: 0.125em;
  padding: 0.5em 1.25em;
  color: white;
  font-weight: bold;
  width: 100%;
  margin-bottom: 1em;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  appearance: none;
  font-size: 1.125em;
}
.cd-form input[type=submit]:not(.button).input_warning {
  background: hsl(0, 80%, 50%);
}
.no-touch .cd-form input[type=submit]:not(.button):hover {
  background: rgb(108.3036, 166.566, 83.334);
}
.cd-form input[type=submit]:not(.button):focus {
  outline: none;
  transform: scale(1.02);
}
.cd-form input[type=submit]:not(.button):active {
  transform: scale(0.98);
}
.cd-form fieldset:disabled input[type=submit]:not(.button) {
  background: rgb(170.0085, 170.0085, 170.0085);
  cursor: not-allowed;
}
.cd-form fieldset:disabled input[type=submit]:not(.button):focus {
  transform: scale(1);
}
.cd-form fieldset:disabled input[type=submit]:not(.button):active {
  transform: scale(1);
}
.cd-form [required],
.cd-form [data-required=required],
.cd-form [data-required=required] input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ccircle cx=%222%22 cy=%2218%22 r=%222%22 fill=%22%23E94B35%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 0.25em) 0.125em;
  background-size: 1.25em;
}
.cd-form .bedingte_form[data-required=required] {
  background-position-y: -1em;
}
.cd-form .error-message p,
.cd-form span.error {
  background: #e94b35;
  color: #ffffff;
  font-size: 1em;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 0.25em;
  padding: 1em;
}
.cd-form .error {
  border-color: #e94b35 !important;
  background-color: rgba(233, 75, 53, 0.1) !important;
}
@media only screen and (min-width: 600px) {
  .cd-form div:not([class^=filepond--]) {
    /* form element wrapper */
    margin: 2em 0;
  }
  .cd-form legend + div:not([class^=filepond--]) {
    /* reduce margin-top for first form element after the legend */
    margin-top: 1.25em;
  }
  .cd-form h4,
  .cd-form .cd-label {
    font-size: 1em;
    margin-bottom: 0.625em;
  }
}

@keyframes cd_bounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}
label .label_description {
  text-transform: initial;
  letter-spacing: 0.014em;
}

/* --------------------------------
FLoating labels
-------------------------------- */
.floating-labels div:not([class^=filepond--]) {
  margin: 1.75em 0;
}
.floating-labels .cd-label {
  position: absolute;
  top: 0.75em;
  left: 0.75em;
  font-size: 1em;
  cursor: text;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
  font-size: 0.8125em;
  text-transform: uppercase;
  letter-spacing: 0.075em;
  word-spacing: 0.25em;
}
.floating-labels .cd-label.cd-checkbox,
.floating-labels .cd-label.cd-radio {
  position: relative;
  left: 0;
  min-height: 1.4em;
}
.floating-labels .cd-label.cd-checkbox:hover,
.floating-labels .cd-label.cd-radio:hover {
  cursor: pointer;
}
.floating-labels fieldset:disabled:hover {
  cursor: not-allowed;
}
.floating-labels fieldset:disabled .cd-label.cd-checkbox:hover,
.floating-labels fieldset:disabled .cd-label.cd-radio:hover,
.floating-labels fieldset:disabled input:hover {
  cursor: not-allowed;
}
.floating-labels .cd-label.float,
.floating-labels .cd-label.float2:not(.cd-radio):not(.cd-checkbox) {
  /* move label out the input field */
  font-size: 0.75em;
  top: -1.6875em;
  left: 0.5em !important;
}
.floating-labels .cd-label.float2 {
  color: hsl(102, 48%, 40%);
}

input.test[type=text] {
  width: calc(100% - 1.75em);
  float: left;
}

input.test[type=image] {
  width: 1.75em;
  border: 0;
  -webkit-appearance: none;
  background-color: rgb(229.5, 229.5, 229.5);
  padding: 0.4em;
  box-shadow: 1px 0 0.5px 0px rgb(229.5, 229.5, 229.5);
  height: 1.75em;
  margin-top: 0.3125em;
  border-color: rgb(229.5, 229.5, 229.5);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  outline: none;
  border-radius: 0 3px 3px 0;
}
input.test[type=image]:hover {
  border-color: rgb(134.1912, 182.172, 113.628);
  border-style: solid;
  border-width: 1px 1px 1px 0;
  box-shadow: 1px 0px 2px 1px rgb(220.4832, 234.192, 214.608);
}
input.test[type=image]:active {
  opacity: 0.8;
}

input.test[type=text]:focus + input,
input.test[type=tel]:focus + input {
  box-shadow: 0px 0px 2px 0px rgb(99.6744, 161.364, 73.236);
}

.kontakt_popup__wrapper .check_datenschutz,
#kontakt_popup .check_datenschutz,
#kontakt_form .check_datenschutz {
  margin: -0.625em 0 2.75em 0;
}

.anmeldung__formular .cd-formfield {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.anmeldung__formular fieldset.form_main,
.anmeldung__formular fieldset.form_free {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.anmeldung__formular .cd-formfield {
  flex: 1 1 100%;
  margin: 0.75em 0 0.75em 0;
  margin: 0.8125em 0;
  margin: 0.875em 0;
  margin: 1em 0;
}
.anmeldung__formular div .ea_10 {
  flex: 1 1 calc(11% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_12 {
  flex: 1 1 calc(12% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_13 {
  flex: 1 1 calc(14% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_14 {
  flex: 1 1 calc(15% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_15 {
  flex: 1 1 calc(16% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_16 {
  flex: 1 1 calc(17% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_17 {
  flex: 1 1 calc(18% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_18 {
  flex: 1 1 calc(19% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_20 {
  flex: 1 1 calc(20.5% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_30 {
  flex: 1 1 calc(31% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_30.last {
  flex: 1 1 calc(31% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_33 {
  flex: 1 1 calc(34% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_35 {
  flex: 1 1 calc(36% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_35.last {
  flex: 1 1 calc(35% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_40 {
  flex: 1 1 calc(41% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_42 {
  flex: 1 1 calc(43% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_42.last {
  flex: 1 1 calc(42% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_45 {
  flex: 1 1 calc(45% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_45.last {
  flex: 1 1 calc(45% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_50 {
  flex: 1 1 calc(50.5% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_50.last {
  flex: 1 1 calc(50% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_60 {
  flex: 1 1 calc(60% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_60.last {
  flex: 1 1 calc(60% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_70 {
  flex: 1 1 calc(70% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_70.last {
  flex: 1 1 calc(70% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_80 {
  flex: 1 1 calc(80% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_80.last {
  flex: 1 1 calc(80% - 0.25rem);
  margin-right: 0;
}
.anmeldung__formular div .ea_90 {
  flex: 1 1 calc(90% - 1rem);
  margin-right: 0.5em;
}
.anmeldung__formular div .ea_90.last {
  flex: 1 1 calc(90% - 0.25rem);
  margin-right: 0;
}
@media (max-width: 600px) {
  .anmeldung__formular div .ea_18 {
    flex: 1 1 calc(50.1% - 1rem);
  }
  .anmeldung__formular div .ea_12 {
    flex: 1 1 50%;
    margin-right: 0 !important;
  }
  .anmeldung__formular div .ea_20 {
    flex: 1 1 calc(31% - 1rem);
  }
  .anmeldung__formular div .ea_35 {
    flex: 1 1 calc(51% - 1rem);
  }
  .anmeldung__formular div .ea_35.last {
    flex: 1 1 calc(50% - 0.25rem);
    margin-right: 0;
  }
  .anmeldung__formular div .ea_80.last {
    flex: 1 1 calc(70% - 0.25rem);
    margin-right: 0;
  }
}
.anmeldung__formular input[type=submit] {
  margin-top: 0.5em;
}
.anmeldung__formular .cd-form textarea {
  min-height: auto;
}

label.cd-label.no-textransform {
  text-transform: none;
}

.legende_required {
  float: right;
  font-size: 0.8125em;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
  color: rgb(127.5, 127.5, 127.5);
  margin: -0.625em 0 0 0 !important;
  opacity: 0.4;
  transition: opacity 0.2s;
}
.legende_required::before {
  content: "";
  width: 0.25em;
  height: 0.25em;
  background-color: red;
  border-radius: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
  margin-top: -0.125em;
}
.legende_required:hover {
  opacity: 1;
  cursor: default;
}

.cd-anrede {
  position: relative;
  display: inline-block;
}
.cd-anrede select {
  display: inline-block;
  margin: 0;
  font: inherit;
  outline: none;
  line-height: 1.2;
  appearance: none;
  outline: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .cd-anrede select {
    padding-right: 30px;
  }
}
.cd-anrede:after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 50%;
  line-height: 4.75em;
  padding: 0 0.125em;
  background: rgb(191.25, 191.25, 191.25);
  color: white;
  pointer-events: none;
  border-radius: 0 0.125em 0.125em 0;
}

.no-pointer-events .cd-anrede:after {
  content: none;
}

#anmeldung_formular {
  padding-top: 1em;
}

.anmeldung__gesendet {
  background-color: rgb(229.1124, 239.394, 224.706);
  padding: 1em;
  margin-bottom: 0.5em;
  display: none;
  color: rgb(76.5, 76.5, 76.5);
  text-align: center;
  letter-spacing: 0.05625em;
  word-spacing: 0.1875em;
  box-shadow: 0px 0.125em 0.375em -0.125em hsl(102, 48%, 40%);
  border-left: 0.5em solid hsl(102, 48%, 40%);
  border-right: 0.5em solid hsl(102, 48%, 40%);
}
.anmeldung__gesendet.sent {
  display: block;
}

.cd-form fieldset.bedingte_form:not(.betrag) {
  margin: 1em 0 2em;
  padding-top: 0.5em;
}

.bedingte_form {
  padding: 0 0.5em;
}
.bedingte_form.trennlinie legend {
  border-bottom: 1px solid rgb(127.5, 127.5, 127.5);
}
.bedingte_form legend {
  padding-bottom: 0;
}
.bedingte_form legend::before {
  content: none;
  padding: 0;
}
.bedingte_form legend span {
  float: right;
  margin-right: 1.75em;
  font-size: 0.75em;
  color: #aaa;
  color: rgb(114.75, 114.75, 114.75);
}
.bedingte_form legend + p {
  margin-top: 0;
  padding: 0 0 0.25em 0.125em;
}
.bedingte_form p {
  margin: 0;
  padding: 0.75em 0 0 0.125em;
  font-style: italic;
  font-size: 0.8125em;
  font-weight: 600;
}
.bedingte_form p.box-legende {
  color: rgb(114.75, 114.75, 114.75);
  margin-left: 1.75em;
}
.bedingte_form input:checked + .cd-label {
  color: black;
  background: rgb(224.4, 224.4, 224.4);
  font-weight: 600;
  border-radius: 1em 0.25em 0.25em 1em;
}
.bedingte_form label {
  padding: 0.0625em 3.4375em 0.0625em 0;
  transition: 0.5s color;
}
.bedingte_form label:hover {
  color: black;
}
.bedingte_form label:hover span i:not(.preishigh) {
  color: rgb(114.75, 114.75, 114.75);
}
.bedingte_form label span {
  color: rgb(114.75, 114.75, 114.75);
  float: right;
}
.bedingte_form label span i {
  font-style: normal;
  line-height: 1.21875em;
}
.bedingte_form label span i.preishigh {
  font-size: 1em;
  color: black;
  font-weight: 600;
}
.bedingte_form label span::after {
  content: ",- €";
}
.bedingte_form.betrag {
  border-bottom: 1px solid rgb(127.5, 127.5, 127.5);
  border-top-style: double;
  border-top-width: 4px;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
.bedingte_form.betrag p {
  font-size: 1.25em;
  margin: 0;
  padding: 0.25em 0;
}
.bedingte_form output {
  position: absolute;
  right: 0.25em;
}
.bedingte_form output::after {
  content: ",- €";
}

.anmeldung__formular .bedingte_form .cd-formfield {
  margin-top: 0;
  margin-bottom: 0.5em;
}

fieldset.form_main.form_with_border {
  padding: 0 0.5em 0;
  border: 1px solid rgb(224.4, 224.4, 224.4);
}
fieldset.form_main legend {
  background: white;
  width: auto;
  padding: 0 0.25em;
  margin: 0 0 0.5em 0;
  font-size: 1.25em;
  line-height: 1;
}
fieldset.form_main legend::before {
  content: none;
}

fieldset.form_groups {
  border-top: 0.55em solid rgb(224.4, 224.4, 224.4);
  margin-top: 2em;
}
fieldset.form_groups legend {
  font-size: 1.5em;
}
fieldset.form_groups .columns,
fieldset.form_groups .column {
  margin: 0;
}
fieldset.form_groups .columns {
  flex: 1 1 100%;
}
fieldset.form_groups .column {
  padding: 0;
}
fieldset.form_groups .is-11 .columns {
  gap: 0.75em;
}
fieldset .cd-formfield.check_publish {
  display: flex;
  justify-content: center;
}
fieldset .check_publish_header {
  font-size: 0.85em;
  text-align: right;
  margin: 0 !important;
  padding-right: 1.2em;
}
fieldset .check_publish_header label:hover {
  cursor: default;
}

.anmeldung__formular .floating-labels .free_radio .cd-formfield {
  margin: 0.25em 0;
  padding: 0 0.5em;
}

fieldset.form_free {
  margin: 1em 0;
  padding: 0 1.5em 0.75em 0.5em;
  border: 1px solid rgb(224.4, 224.4, 224.4);
}
fieldset.form_free .cd-formfield,
fieldset.form_free .cd-form-list li {
  margin: 0.5em;
}
fieldset.form_free.form_free_no_border {
  border-color: white;
  padding-bottom: 0;
}
fieldset.form_free legend {
  background: white;
  width: auto;
  padding: 0 0.25em;
  margin: 0;
  font-size: 1.25em;
  line-height: 1;
}
fieldset.form_free legend::before {
  content: none;
}
fieldset.form_free .bedingte_form legend {
  color: black;
  font-weight: 400;
  margin-top: 0.5em;
  font-size: 1em;
  width: 100%;
  background: transparent;
  line-height: 1.625em;
}
fieldset.form_free .subline {
  margin: 0;
  padding: 0.5em 0.5em 0;
  font-size: 0.875em;
  font-weight: 600;
}
fieldset.form_free.form_fileupload div {
  margin: 0;
}
fieldset.form_free.form_ds {
  margin-bottom: 0;
  padding: 0 0 0.75em 0.5em;
}
fieldset.form_free.form_ds .cd-form-list[data-required=required] {
  width: 100%;
}
fieldset.form_free label {
  padding: 0 0.75em 0.0625em 0;
  transition: 0.5s color;
}
fieldset.form_free label:hover {
  color: black;
}
fieldset.form_free input:checked + .cd-label {
  color: black;
  background: rgb(224.4, 224.4, 224.4);
  background: rgba(127.5, 127.5, 127.5, 0.25);
  font-weight: 600;
  border-radius: 1em 0.25em 0.25em 1em;
}
fieldset.form_free input:checked + .cd-label span i:not(.preishigh) {
  color: rgb(114.75, 114.75, 114.75);
}

.form_over .cd-form-list,
.form_over .cd-formfield {
  width: 100%;
}

.form_side .cd-form-list,
.form_side .cd-formfield {
  width: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_disclaimer {
  border-top: 1px solid hsl(102, 48%, 40%);
  font-size: 0.75em;
  color: rgb(114.75, 114.75, 114.75);
  padding-top: 0.5em;
}

span.error {
  display: block;
  margin-bottom: 1em;
}

input[type=password] {
  letter-spacing: 0.2em;
}

#login_accordion article > label,
#register_accordion article > label,
.topbanner_accordion article > label {
  font-weight: 700;
  text-transform: initial;
  font-size: 1.625em;
  letter-spacing: normal;
  background-color: transparent;
  line-height: 0.6;
  margin-bottom: 0.25em;
}
#login_accordion article > label[data-collapsed=true],
#register_accordion article > label[data-collapsed=true],
.topbanner_accordion article > label[data-collapsed=true] {
  color: rgb(114.75, 114.75, 114.75);
  transition: 0.2s all ease;
}
#login_accordion article > label[data-collapsed=true]::before,
#register_accordion article > label[data-collapsed=true]::before,
.topbanner_accordion article > label[data-collapsed=true]::before {
  border-left-color: rgb(114.75, 114.75, 114.75);
}
#login_accordion article > label[data-collapsed=true]:hover,
#register_accordion article > label[data-collapsed=true]:hover,
.topbanner_accordion article > label[data-collapsed=true]:hover {
  color: rgb(127.5, 127.5, 127.5);
}
#login_accordion article > label[data-collapsed=true]:hover::before,
#register_accordion article > label[data-collapsed=true]:hover::before,
.topbanner_accordion article > label[data-collapsed=true]:hover::before {
  border-left-color: rgb(127.5, 127.5, 127.5);
}
#login_accordion article > label::before,
#register_accordion article > label::before,
.topbanner_accordion article > label::before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 0.5625em solid transparent;
  border-top: 0.5625em solid transparent;
  border-left: 0.5625em solid #529735;
  margin-left: -1.25em;
  margin-right: 0.4375em;
  display: inline-block;
  font-size: 0.75em;
}

.formit_errors,
.loginMessage_error p {
  background: hsl(0, 80%, 50%);
  color: white;
  padding: 0 0.5em 0.0625em;
  position: relative;
}

.login_profil_poppup {
  padding: 1em 1.5em 0em;
}
.login_profil_poppup h2 {
  font-weight: 700;
  text-transform: initial;
  font-size: 1.625em;
  letter-spacing: normal;
  background-color: transparent;
  line-height: 0.6;
  margin-bottom: 0.5em;
}

.login_profil_view_wrapper {
  gap: 1em;
  padding-bottom: 1.5em;
}

.login_profil_view_data {
  flex: 1 1 75%;
  flex: 1 1 auto;
  padding: 0;
}

.login_profil_view_photo {
  flex: 1 1 auto;
  padding: 0;
  text-align: right;
}

.link_button_wrapper {
  gap: 1em;
  margin-top: 1em;
}

.link_button_wrapper_logout {
  margin-top: 0.5em;
}

.link_button {
  padding: 0;
  text-align: center;
  transition: 0.2s transform cubic-bezier(0.04, 0.79, 0.32, 1);
  margin-bottom: 0.5em;
}
.link_button a {
  color: white;
  text-decoration: none;
  border: none;
  font-style: normal;
  display: block;
}
.link_button a:hover {
  background: none;
}
.link_button:hover {
  transform: scaleY(1.035) scaleX(1.015);
}

.link_button_c1 {
  background: hsl(102, 48%, 40%);
}
.link_button_c1:hover {
  background: rgb(91.0452, 156.162, 63.138);
}

.link_button_c2 {
  background: hsl(215, 75%, 33%);
}
.link_button_c2:hover {
  background: rgb(32.735625, 82.6996875, 152.649375);
}

#f3n_updateProfile > .columns:first-child {
  margin: -1.5em 0 0 0;
}
#f3n_updateProfile > .columns:first-child .column {
  margin: 0;
}

.update-profile_photo_column {
  max-width: 18.75em;
}

.update-profile_photo_disclaimer {
  font-size: 0.75em;
}

.cd-form input.checkbox_freitext {
  display: inline;
  width: 50%;
  margin: 0.25em 0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

/*****************
    image Upload
*****************/
/*
.form_fileupload {
  width: 100%;

  .subline.thin {
    font-weight: 500;
    font-size: 0.75em;
    color: $black50;
  }

  .qq-upload-button,
  .qq-clear-button {
    @extend %button-shadow;
    transition: background .2s;
    font-weight: 700;
    font-size: 3.3em;
    line-height: 1em;
    padding-top: 0.25em;
    width: 1.517em;
  }

  .qq-upload-button {
    background: $c1_20;
    overflow: clip !important;

    color: $c1;


    &:hover,
    &:focus,
    &.qq-upload-button-focus {
      background: $c1_40;
      cursor: pointer;
    }


    // input[type="file"] {
    //     right: unset !important;
    //     top: unset !important;
    //     margin: unset !important;
    //     padding: unset !important;
    // }
  }



  div[id^=file-uploader-] {
    display: flex;
    gap: 0.5em;
    padding-top: .5em;
  }

  .file-uploader-items {
    &:has(div) {
      margin-left: 0.5em;
      // flex: 1 1 auto;
    }

    display: flex;
    gap: 0.5em
  }

  .file-uploader-buttons {
    flex: 1 1 auto;
  }

  .qq-uploader {
    display: flex;
    gap: 0.5em;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .file-uploader-items:not(:has(.file-wrap))+.file-uploader-buttons .qq-clear-button {
    display: none;
  }

  .qq-clear-button {
    @extend %button-shadow;
    background: $rot20;
    color: $rot;
    // font-size: 1.3em;
    // font-weight: 700;
    // line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;

    &:hover {
      background: $rot40;
      cursor: pointer;
    }

    &::after {
      content: "alles löschen";
      display: none;
      background: $rot40;
      font-size: 0.3em;
      line-height: 1.2em;
      position: absolute;
    }

    &:hover::after {
      display: block;
    }
  }

  .qq-upload-list {
    flex: 0 0 100%;

    &:empty {
      display: none;
    }
  }
}

*/
/*      // Original Styles
.form_fileupload {


    .qq-uploader {
        position: relative;
        width: 100%;
    }

    .qq-upload-button {
        display: block;  //or inline-block
        width: 105px;
        padding: 7px 0;
        text-align: center;
        background: #008800;
        background: $c1;
        border-bottom: 1px solid #DDD;
        color: #FFF;
    }

    .qq-upload-button-hover {
        background: #CC0000;
    }

    .qq-upload-button-focus {
        outline: 1px dotted #000000;
    }

    .qq-upload-drop-area,
    .qq-upload-extra-drop-area {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 30px;
        z-index: 2;
        background: #FF9797;
        text-align: center;
    }

    .qq-upload-drop-area span {
        display: block;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -8px;
        font-size: 16px;
    }

    .qq-upload-extra-drop-area {
        position: relative;
        margin-top: 50px;
        font-size: 16px;
        padding-top: 30px;
        height: 20px;
        min-height: 40px;
    }

    .qq-upload-drop-area-active {
        background: #FF7171;
    }

    .qq-upload-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .qq-upload-list li {
        margin: 0;
        padding: 9px;
        line-height: 15px;
        font-size: 16px;
        background-color: #FFF0BD;
    }

    .qq-upload-file,
    .qq-upload-spinner,
    .qq-upload-size,
    .qq-upload-cancel,
    .qq-upload-failed-text {
        margin-right: 12px;
    }

    .qq-upload-file {}

    .qq-upload-spinner {
        display: inline-block;
        background: url("loading.gif");
        width: 15px;
        height: 15px;
        vertical-align: text-bottom;
    }

    .qq-upload-size,
    .qq-upload-cancel {
        font-size: 12px;
        font-weight: normal;
    }

    .qq-upload-failed-text {
        display: none;
    }

    .qq-upload-fail .qq-upload-failed-text {
        display: inline;
    }

    .qq-upload-list li.qq-upload-success {
        background-color: #5DA30C;
        color: #FFFFFF;
    }

    .qq-upload-list li.qq-upload-fail {
        background-color: #D60000;
        color: #FFFFFF;
    }
}
*/
.cd-form .accordion2 {
  margin: 0;
}
.cd-form .accordion2 input[type=radio] + label::before, .cd-form .accordion2 input[type=radio] + label::after {
  display: none;
}
.cd-form .accordion2 .columns,
.cd-form .accordion2 .columns:last-child {
  margin: 0.5em 0;
}

#map_all_wrapper {
  position: relative;
}

.map_wrapper {
  height: calc(100vh - 2em);
  padding: 1em;
}

#map {
  height: 100%;
  box-shadow: 1px 1px 3px gray;
}
#map > div {
  overflow: hidden;
}

#map_filter {
  position: absolute;
  top: 2em;
  z-index: 2;
  transition: width 1s;
}

.map_filter_select {
  display: none;
}

.map_filter_cat {
  width: 11em;
  display: block;
  padding: 0.25em 0;
}
.map_filter_cat > div, .map_filter_cat > span {
  padding: 0.5em 0;
  box-shadow: 1px 1px 3px gray;
}
.map_filter_cat.map_filter_active {
  width: 12em;
}

.map_cat {
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

#map_info {
  --width_content: 30em;
  position: absolute;
  top: 2em;
  z-index: 2;
  right: 0;
  display: none;
  width: 30em;
  width: calc(var(--width_content) + 2em);
  height: calc(100% - 4em);
  filter: drop-shadow(-1px 1px 3px gray);
}

.mi_close,
.mi_content {
  background-color: white;
}

.mi_close {
  width: 2em;
  height: 2em;
  z-index: 2;
  margin-top: 1em;
  padding: 0 1em;
  flex: 0 0 0;
}
.mi_close:hover {
  cursor: pointer;
}
.mi_close:hover:before, .mi_close:hover:after {
  background-color: #666;
}
.mi_close:before, .mi_close:after {
  position: absolute;
  left: 1em;
  margin-top: 0.5em;
  content: " ";
  height: 1em;
  width: 4px;
  background-color: #333;
}
.mi_close:before {
  transform: rotate(45deg);
}
.mi_close:after {
  transform: rotate(-45deg);
}

.mi_content {
  padding: 1em;
  flex: 1 1 auto;
  width: calc(100% - 2em);
}
.mi_content header {
  font-weight: bold;
  font-size: 1.3em;
}

.mi_cat {
  text-align: center;
  padding: 1em;
  line-height: 0;
  margin-bottom: 0.5em;
}

.gm-style-iw-d + button {
  display: none !important;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-content .kontakt_popup__wrapper {
  max-width: 48em;
  margin: 2rem auto;
  box-shadow: 4px 4px 4px hsla(0, 0%, 0%, 0.6), 0px 0px 10px hsla(0, 0%, 0%, 0.6);
  background: white;
  padding: 1.4rem 1.1rem;
  position: relative;
}
.mfp-content .kontakt_popup__wrapper form {
  border-bottom: 1px solid hsl(102, 48%, 40%);
  padding: 0 1rem;
}
.mfp-content .kontakt_popup__wrapper .panel form {
  padding: 0 0.5rem;
}

.kontakt_popup__wrapper h2 {
  margin-top: 0;
}
.kontakt_popup__wrapper form {
  margin-bottom: 1rem;
}
.kontakt_popup__wrapper fieldset {
  margin: 0;
}

#nl_mail {
  font-weight: 600;
  border-bottom: 1px solid;
  color: hsl(102, 48%, 40%);
}

button.mfp-close_3n {
  border: none;
  cursor: pointer;
  transition: transform 0.18s;
}
button.mfp-close_3n:focus, button.mfp-close_3n:hover {
  transform: scale(1.02);
}
button.mfp-close_3n:active {
  transform: scale(0.98);
}

button.mfp-close_aktivierung {
  background: hsl(102, 48%, 40%);
  border-radius: 0.125rem;
  padding: 0.5rem 1.25rem;
  color: white;
  font-weight: bold;
  width: 100%;
  /* margin-top: -0.5rem; */
  margin-bottom: 1rem;
  -webkit-font-smoothing: antialiased;
  font-family: "SourceSansPro";
}

.nl_header_popup {
  margin: -1.4em -1.1em 1.4rem;
  z-index: 2;
  position: relative;
}

button.mfp-close_top {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  font-style: normal;
  font-size: 1.6rem;
  font-family: Arial, Baskerville, monospace;
  color: #777;
  top: -1.5rem;
  right: -1.5rem;
  border-radius: 1rem 1rem 1rem 0;
  line-height: 1;
  color: hsl(215, 75%, 33%);
  background: #CBD89C;
  font-weight: 600;
  outline: none;
  box-shadow: 4px 4px 4px hsla(0, 0%, 0%, 0.6), 0px 0px 10px hsla(0, 0%, 0%, 0.6);
  z-index: 1;
}
button.mfp-close_top:hover {
  text-shadow: 0 0 1px hsl(215, 75%, 33%);
}

.nl_popup_fix .check_datenschutz {
  display: flex;
  margin: 0 0 32px 0;
}

.multi {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0 0 0;
  outline: none;
}

.justify_flex-start {
  justify-content: flex-start;
}
.justify_flex-end {
  justify-content: flex-end;
}
.justify_center {
  justify-content: center;
}
.justify_space-between {
  justify-content: space-between;
}
.justify_space-around {
  justify-content: space-around;
}

.multi__item {
  display: flex;
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.multi.border_color_none {
  border-color: none;
}
.multi.border_color_gray {
  border-color: gray;
}
.multi.border_color_black {
  border-color: black;
}
.multi.border_color_white {
  border-color: white;
}
.multi.border_color_lightgreen {
  border-color: rgb(168.708, 202.98, 154.02);
}
.multi.border_color_darkgreen {
  border-color: hsl(102, 48%, 40%);
}
.multi.border_color_lightblue {
  border-color: rgb(138.01875, 164.315625, 201.13125);
}
.multi.border_color_darkblue {
  border-color: hsl(215, 75%, 33%);
}
.multi.border_style_none {
  border-style: none;
}
.multi.border_style_solid {
  border-style: solid;
}
.multi.border_style_dashed {
  border-style: dashed;
}
.multi.border_style_dotted {
  border-style: dotted;
}

.multi.outline_item {
  justify-content: space-between;
  border: none;
}
.multi.outline_item .multi__item {
  background-color: white;
}

.outline_color_none .multi__item {
  outline-color: none;
}

.outline_color_gray .multi__item {
  outline-color: gray;
}

.outline_color_black .multi__item {
  outline-color: black;
}

.outline_color_white .multi__item {
  outline-color: white;
}

.outline_color_lightgreen .multi__item {
  outline-color: rgb(168.708, 202.98, 154.02);
}

.outline_color_darkgreen .multi__item {
  outline-color: hsl(102, 48%, 40%);
}

.outline_color_lightblue .multi__item {
  outline-color: rgb(138.01875, 164.315625, 201.13125);
}

.outline_color_darkblue .multi__item {
  outline-color: hsl(215, 75%, 33%);
}

.outline_style_none .multi__item {
  outline-style: none;
}

.outline_style_solid .multi__item {
  outline-style: solid;
}

.outline_style_dashed .multi__item {
  outline-style: dashed;
}

.outline_style_dotted .multi__item {
  outline-style: dotted;
}

.outline_width_1 .multi__item {
  outline-width: 1px;
}

.outline_width_2 .multi__item {
  outline-width: 2px;
}

.outline_width_3 .multi__item {
  outline-width: 3px;
}

.outline_width_4 .multi__item {
  outline-width: 4px;
}

.outline_width_5 .multi__item {
  outline-width: 5px;
}

.outline_width_6 .multi__item {
  outline-width: 6px;
}

.outline_width_7 .multi__item {
  outline-width: 7px;
}

.outline_width_8 .multi__item {
  outline-width: 8px;
}

.multi__content {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  margin: auto;
}

a.multi__content, .multi__content > a {
  border-bottom: none;
  transition: opacity 0.17s;
}
a.multi__content:hover, .multi__content > a:hover {
  background-color: transparent;
  opacity: 0.75;
}
a.multi__content::before, .multi__content > a::before {
  display: none;
}

.multi__content p {
  flex: 1 0 auto;
}

figure.box.multi_box {
  margin: 0;
  margin-top: 0 !important;
  padding: 0;
  border: none;
}

.ml {
  border-width: 0;
  margin-top: 0.5rem;
}
.ml h3, .ml p {
  margin: 0;
}

.ml__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-style: inherit;
  border-color: inherit;
  border-width: inherit;
}
.ml__row.revese {
  flex-direction: row-reverse;
}
.ml__row.revese .ml_text {
  text-align: right;
}

figure.ml__cell {
  margin: 0;
  position: relative;
}
figure.ml__cell figcaption {
  left: inherit;
  right: inherit;
}

.pad_outer_horizontal_0 .ml__row {
  padding-left: 0rem;
  padding-right: 0rem;
}

.pad_outer_vertical_0 .ml__row {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.pad_outer_horizontal_5 .ml__row {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.pad_outer_vertical_5 .ml__row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pad_outer_horizontal_10 .ml__row {
  padding-left: 1rem;
  padding-right: 1rem;
}

.pad_outer_vertical_10 .ml__row {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pad_outer_horizontal_15 .ml__row {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pad_outer_vertical_15 .ml__row {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.pad_outer_horizontal_20 .ml__row {
  padding-left: 2rem;
  padding-right: 2rem;
}

.pad_outer_vertical_20 .ml__row {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pad_outer_horizontal_25 .ml__row {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.pad_outer_vertical_25 .ml__row {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.ml__row .ml__cell  {
  padding: 0;
}

.pad_inner_0 .ml_image .overlay {
  width: calc(100% - 0 * 0.25rem);
}
.pad_inner_0 figcaption {
  max-width: calc(100% - 0 * 0.25rem);
}
.pad_inner_0 .ml__row .ml__cell:nth-child(1),
.pad_inner_0 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 0rem;
}
.pad_inner_0 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 0rem;
}
.pad_inner_0 .ml__row .ml__cell:nth-child(2),
.pad_inner_0 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 0rem;
  padding-right: 0;
}
.pad_inner_0 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_1 .ml_image .overlay {
  width: calc(100% - 1 * 0.25rem);
}
.pad_inner_1 figcaption {
  max-width: calc(100% - 1 * 0.25rem);
}
.pad_inner_1 .ml__row .ml__cell:nth-child(1),
.pad_inner_1 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 0.25rem;
}
.pad_inner_1 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 0.25rem;
}
.pad_inner_1 .ml__row .ml__cell:nth-child(2),
.pad_inner_1 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 0.25rem;
  padding-right: 0;
}
.pad_inner_1 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_2 .ml_image .overlay {
  width: calc(100% - 2 * 0.25rem);
}
.pad_inner_2 figcaption {
  max-width: calc(100% - 2 * 0.25rem);
}
.pad_inner_2 .ml__row .ml__cell:nth-child(1),
.pad_inner_2 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 0.5rem;
}
.pad_inner_2 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 0.5rem;
}
.pad_inner_2 .ml__row .ml__cell:nth-child(2),
.pad_inner_2 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 0.5rem;
  padding-right: 0;
}
.pad_inner_2 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_3 .ml_image .overlay {
  width: calc(100% - 3 * 0.25rem);
}
.pad_inner_3 figcaption {
  max-width: calc(100% - 3 * 0.25rem);
}
.pad_inner_3 .ml__row .ml__cell:nth-child(1),
.pad_inner_3 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 0.75rem;
}
.pad_inner_3 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 0.75rem;
}
.pad_inner_3 .ml__row .ml__cell:nth-child(2),
.pad_inner_3 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 0.75rem;
  padding-right: 0;
}
.pad_inner_3 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_4 .ml_image .overlay {
  width: calc(100% - 4 * 0.25rem);
}
.pad_inner_4 figcaption {
  max-width: calc(100% - 4 * 0.25rem);
}
.pad_inner_4 .ml__row .ml__cell:nth-child(1),
.pad_inner_4 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 1rem;
}
.pad_inner_4 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 1rem;
}
.pad_inner_4 .ml__row .ml__cell:nth-child(2),
.pad_inner_4 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 1rem;
  padding-right: 0;
}
.pad_inner_4 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_5 .ml_image .overlay {
  width: calc(100% - 5 * 0.25rem);
}
.pad_inner_5 figcaption {
  max-width: calc(100% - 5 * 0.25rem);
}
.pad_inner_5 .ml__row .ml__cell:nth-child(1),
.pad_inner_5 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 1.25rem;
}
.pad_inner_5 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 1.25rem;
}
.pad_inner_5 .ml__row .ml__cell:nth-child(2),
.pad_inner_5 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 1.25rem;
  padding-right: 0;
}
.pad_inner_5 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_6 .ml_image .overlay {
  width: calc(100% - 6 * 0.25rem);
}
.pad_inner_6 figcaption {
  max-width: calc(100% - 6 * 0.25rem);
}
.pad_inner_6 .ml__row .ml__cell:nth-child(1),
.pad_inner_6 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 1.5rem;
}
.pad_inner_6 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 1.5rem;
}
.pad_inner_6 .ml__row .ml__cell:nth-child(2),
.pad_inner_6 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 1.5rem;
  padding-right: 0;
}
.pad_inner_6 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_7 .ml_image .overlay {
  width: calc(100% - 7 * 0.25rem);
}
.pad_inner_7 figcaption {
  max-width: calc(100% - 7 * 0.25rem);
}
.pad_inner_7 .ml__row .ml__cell:nth-child(1),
.pad_inner_7 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 1.75rem;
}
.pad_inner_7 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 1.75rem;
}
.pad_inner_7 .ml__row .ml__cell:nth-child(2),
.pad_inner_7 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 1.75rem;
  padding-right: 0;
}
.pad_inner_7 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_8 .ml_image .overlay {
  width: calc(100% - 8 * 0.25rem);
}
.pad_inner_8 figcaption {
  max-width: calc(100% - 8 * 0.25rem);
}
.pad_inner_8 .ml__row .ml__cell:nth-child(1),
.pad_inner_8 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 2rem;
}
.pad_inner_8 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 2rem;
}
.pad_inner_8 .ml__row .ml__cell:nth-child(2),
.pad_inner_8 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 2rem;
  padding-right: 0;
}
.pad_inner_8 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.pad_inner_9 .ml_image .overlay {
  width: calc(100% - 9 * 0.25rem);
}
.pad_inner_9 figcaption {
  max-width: calc(100% - 9 * 0.25rem);
}
.pad_inner_9 .ml__row .ml__cell:nth-child(1),
.pad_inner_9 .ml__row.revese .ml__cell:nth-child(2) {
  padding-left: 0;
  padding-right: 2.25rem;
}
.pad_inner_9 .ml__row:not(.revese) .ml__cell:nth-child(1) figcaption {
  right: 2.25rem;
}
.pad_inner_9 .ml__row .ml__cell:nth-child(2),
.pad_inner_9 .ml__row.revese .ml__cell:nth-child(1) {
  padding-left: 2.25rem;
  padding-right: 0;
}
.pad_inner_9 .ml__row.revese .ml__cell:nth-child(1) figcaption {
  right: 0;
}

.ml.w00_image .ml_image {
  flex: 1 1 0%;
}

.ml.w00_text .ml_text {
  flex: 1 1 0%;
}

.ml.w10_image .ml_image {
  flex: 1 1 10%;
}

.ml.w10_text .ml_text {
  flex: 1 1 10%;
}

.ml.w20_image .ml_image {
  flex: 1 1 20%;
}

.ml.w20_text .ml_text {
  flex: 1 1 20%;
}

.ml.w30_image .ml_image {
  flex: 1 1 30%;
}

.ml.w30_text .ml_text {
  flex: 1 1 30%;
}

.ml.w40_image .ml_image {
  flex: 1 1 40%;
}

.ml.w40_text .ml_text {
  flex: 1 1 40%;
}

.ml.w50_image .ml_image {
  flex: 1 1 50%;
}

.ml.w50_text .ml_text {
  flex: 1 1 50%;
}

.ml.w60_image .ml_image {
  flex: 1 1 60%;
}

.ml.w60_text .ml_text {
  flex: 1 1 60%;
}

.ml.w70_image .ml_image {
  flex: 1 1 70%;
}

.ml.w70_text .ml_text {
  flex: 1 1 70%;
}

.ml.w80_image .ml_image {
  flex: 1 1 80%;
}

.ml.w80_text .ml_text {
  flex: 1 1 80%;
}

.ml.w90_image .ml_image {
  flex: 1 1 90%;
}

.ml.w90_text .ml_text {
  flex: 1 1 90%;
}

.ml.w100_image .ml_image {
  flex: 1 1 100%;
}

.ml.w100_text .ml_text {
  flex: 1 1 100%;
}

.ml__cell {
  align-self: stretch;
  white-space: normal;
  box-sizing: border-box;
}

@media (max-width: 499px) {
  .ml__row {
    flex-wrap: wrap;
  }
  .ml__cell.ml_image {
    flex: 0 0 100% !important;
  }
  .ml__cell.ml_text {
    flex: 0 0 100% !important;
    padding: 0.5rem;
  }
}
@media (min-width: 500px) {
  .border_vertical .ml__row:not(.revese):not(.one_row) .ml__cell:first-child,
  .border_vertical .ml__row.revese .ml__cell:not(:first-child) {
    border-style: inherit;
    border-color: inherit;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
  }
}

.border_horizontal.border_1 .ml__row:not(:last-child) {
  border-bottom-width: 1px;
}

.border_vertical.border_1 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 1px;
}

.border_vertical.border_1 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 1px;
}

.border_top.border_1 .ml__row:first-child {
  border-top-width: 1px;
}

.border_right.border_1 .ml__row {
  border-right-width: 1px;
}

.border_bottom.border_1 .ml__row:last-child {
  border-bottom-width: 1px;
}

.border_left.border_1 .ml__row {
  border-left-width: 1px;
}

.border_horizontal.border_2 .ml__row:not(:last-child) {
  border-bottom-width: 2px;
}

.border_vertical.border_2 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 2px;
}

.border_vertical.border_2 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 2px;
}

.border_top.border_2 .ml__row:first-child {
  border-top-width: 2px;
}

.border_right.border_2 .ml__row {
  border-right-width: 2px;
}

.border_bottom.border_2 .ml__row:last-child {
  border-bottom-width: 2px;
}

.border_left.border_2 .ml__row {
  border-left-width: 2px;
}

.border_horizontal.border_3 .ml__row:not(:last-child) {
  border-bottom-width: 3px;
}

.border_vertical.border_3 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 3px;
}

.border_vertical.border_3 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 3px;
}

.border_top.border_3 .ml__row:first-child {
  border-top-width: 3px;
}

.border_right.border_3 .ml__row {
  border-right-width: 3px;
}

.border_bottom.border_3 .ml__row:last-child {
  border-bottom-width: 3px;
}

.border_left.border_3 .ml__row {
  border-left-width: 3px;
}

.border_horizontal.border_4 .ml__row:not(:last-child) {
  border-bottom-width: 4px;
}

.border_vertical.border_4 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 4px;
}

.border_vertical.border_4 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 4px;
}

.border_top.border_4 .ml__row:first-child {
  border-top-width: 4px;
}

.border_right.border_4 .ml__row {
  border-right-width: 4px;
}

.border_bottom.border_4 .ml__row:last-child {
  border-bottom-width: 4px;
}

.border_left.border_4 .ml__row {
  border-left-width: 4px;
}

.border_horizontal.border_5 .ml__row:not(:last-child) {
  border-bottom-width: 5px;
}

.border_vertical.border_5 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 5px;
}

.border_vertical.border_5 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 5px;
}

.border_top.border_5 .ml__row:first-child {
  border-top-width: 5px;
}

.border_right.border_5 .ml__row {
  border-right-width: 5px;
}

.border_bottom.border_5 .ml__row:last-child {
  border-bottom-width: 5px;
}

.border_left.border_5 .ml__row {
  border-left-width: 5px;
}

.border_horizontal.border_6 .ml__row:not(:last-child) {
  border-bottom-width: 6px;
}

.border_vertical.border_6 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 6px;
}

.border_vertical.border_6 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 6px;
}

.border_top.border_6 .ml__row:first-child {
  border-top-width: 6px;
}

.border_right.border_6 .ml__row {
  border-right-width: 6px;
}

.border_bottom.border_6 .ml__row:last-child {
  border-bottom-width: 6px;
}

.border_left.border_6 .ml__row {
  border-left-width: 6px;
}

.border_horizontal.border_7 .ml__row:not(:last-child) {
  border-bottom-width: 7px;
}

.border_vertical.border_7 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 7px;
}

.border_vertical.border_7 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 7px;
}

.border_top.border_7 .ml__row:first-child {
  border-top-width: 7px;
}

.border_right.border_7 .ml__row {
  border-right-width: 7px;
}

.border_bottom.border_7 .ml__row:last-child {
  border-bottom-width: 7px;
}

.border_left.border_7 .ml__row {
  border-left-width: 7px;
}

.border_horizontal.border_8 .ml__row:not(:last-child) {
  border-bottom-width: 8px;
}

.border_vertical.border_8 .ml__row:not(.revese) .ml__cell:first-child {
  border-right-width: 8px;
}

.border_vertical.border_8 .ml__row.revese .ml__cell:not(:first-child) {
  border-right-width: 8px;
}

.border_top.border_8 .ml__row:first-child {
  border-top-width: 8px;
}

.border_right.border_8 .ml__row {
  border-right-width: 8px;
}

.border_bottom.border_8 .ml__row:last-child {
  border-bottom-width: 8px;
}

.border_left.border_8 .ml__row {
  border-left-width: 8px;
}

.ml.border_none {
  border-color: none;
}
.ml.border_gray {
  border-color: gray;
}
.ml.border_lightgray {
  border-color: rgb(191.25, 191.25, 191.25);
}
.ml.border_black {
  border-color: black;
}
.ml.border_white {
  border-color: white;
}
.ml.border_lightgreen {
  border-color: rgb(168.708, 202.98, 154.02);
}
.ml.border_green {
  border-color: hsl(102, 48%, 40%);
}
.ml.border_lightblue {
  border-color: rgb(138.01875, 164.315625, 201.13125);
}
.ml.border_blue {
  border-color: hsl(215, 75%, 33%);
}
.ml.border_lightbrown {
  border-color: rgb(203.45175, 165.08275, 145.89825);
}
.ml.border_brown {
  border-color: hsl(20, 61%, 37%);
}
.ml.border_red {
  border-color: hsl(0, 80%, 50%);
}

.ml.border_none {
  border-style: none;
}
.ml.border_solid {
  border-style: solid;
}
.ml.border_dashed {
  border-style: dashed;
}
.ml.border_dotted {
  border-style: dotted;
}

.bg_odd.bg_lightgreen .ml__row:nth-child(odd),
.bg_even.bg_lightgreen .ml__row:nth-child(even),
.bg_each.bg_lightgreen .ml__row {
  background-color: rgb(229.1124, 239.394, 224.706);
}
.bg_odd.bg_lightgreen .ml__row:nth-child(odd) a[href^="mailto:"]:hover,
.bg_even.bg_lightgreen .ml__row:nth-child(even) a[href^="mailto:"]:hover,
.bg_each.bg_lightgreen .ml__row a[href^="mailto:"]:hover {
  background-color: rgb(216.75, 216.75, 216.75);
}
.bg_odd.bg_lightgreen .ml__row:nth-child(odd) a[href^="mailto:"]:hover::before,
.bg_even.bg_lightgreen .ml__row:nth-child(even) a[href^="mailto:"]:hover::before,
.bg_each.bg_lightgreen .ml__row a[href^="mailto:"]:hover::before {
  background-color: rgb(229.1124, 239.394, 224.706);
}

.bg_odd.bg_lightblue .ml__row:nth-child(odd),
.bg_even.bg_lightblue .ml__row:nth-child(even),
.bg_each.bg_lightblue .ml__row {
  background-color: rgb(219.905625, 227.7946875, 238.839375);
}
.bg_odd.bg_lightblue .ml__row:nth-child(odd) a[href^="mailto:"]:hover,
.bg_even.bg_lightblue .ml__row:nth-child(even) a[href^="mailto:"]:hover,
.bg_each.bg_lightblue .ml__row a[href^="mailto:"]:hover {
  background-color: rgb(216.75, 216.75, 216.75);
}
.bg_odd.bg_lightblue .ml__row:nth-child(odd) a[href^="mailto:"]:hover::before,
.bg_even.bg_lightblue .ml__row:nth-child(even) a[href^="mailto:"]:hover::before,
.bg_each.bg_lightblue .ml__row a[href^="mailto:"]:hover::before {
  background-color: rgb(219.905625, 227.7946875, 238.839375);
}

.bg_odd.bg_lightgray .ml__row:nth-child(odd),
.bg_even.bg_lightgray .ml__row:nth-child(even),
.bg_each.bg_lightgray .ml__row {
  background-color: rgb(224.4, 224.4, 224.4);
}
.bg_odd.bg_lightgray .ml__row:nth-child(odd) a[href^="mailto:"]:hover,
.bg_even.bg_lightgray .ml__row:nth-child(even) a[href^="mailto:"]:hover,
.bg_each.bg_lightgray .ml__row a[href^="mailto:"]:hover {
  background-color: #cccccc;
}
.bg_odd.bg_lightgray .ml__row:nth-child(odd) a[href^="mailto:"]:hover::before,
.bg_even.bg_lightgray .ml__row:nth-child(even) a[href^="mailto:"]:hover::before,
.bg_each.bg_lightgray .ml__row a[href^="mailto:"]:hover::before {
  background-color: rgb(224.4, 224.4, 224.4);
}

.ml_image .overlay {
  position: absolute;
  top: 0;
  display: block;
  opacity: 0.15;
  width: 100%;
  height: 100%;
}

.ml.bg_lightgreen .overlay {
  background-color: hsl(102, 48%, 40%);
}

.ml.bg_lightblue .overlay {
  background-color: hsl(215, 75%, 33%);
}

.ml.bg_lightgray .overlay {
  background-color: #333333;
}

.si_box {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem;
}
.si_box.full_width {
  margin-left: auto;
  margin-right: auto;
}
.si_box.full_width a {
  display: block;
}
.si_box.float_left {
  float: left;
}
.si_box.float_left.margin8 {
  margin-right: 8px;
}
.si_box.float_left.margin16 {
  margin-right: 16px;
}
.si_box.float_right {
  float: right;
}
.si_box.float_right.margin8 {
  margin-left: 8px;
}
.si_box.float_right.margin16 {
  margin-left: 16px;
}
.si_box.wide100 {
  width: 100%;
}
.si_box.wide75 {
  width: 75%;
}
.si_box.wide66 {
  width: 66.66667%;
}
.si_box.wide50 {
  width: 50%;
}
.si_box.wide33 {
  width: 33.33333%;
}
.si_box.wide25 {
  width: 25%;
}
.si_box.border {
  padding: 0.5rem;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  box-shadow: 4px 4px 6px -4px rgb(216.75, 216.75, 216.75);
}
@media (max-width: 500px) {
  .si_box {
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.si_box a.gallery_open {
  border: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
.si_box a.gallery_open img {
  vertical-align: bottom;
}
.si_box a.gallery_open picture::after {
  padding: 0.25rem 0.5rem 0;
  background-color: rgba(127.5, 127.5, 127.5, 0.5);
  border-radius: 0.25rem 0 0 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: 100% 100%;
  transition: transform 0.2s;
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2217%22 viewBox=%220 0 16 17%22%3E%3Cstyle%3E.a{fill:none;opacity:0.7;stroke-width:2;stroke:%23FFF;}%3C/style%3E%3Ccircle cx=%226.7%22 cy=%227.3%22 r=%225.3%22 class=%22a%22/%3E%3Cline x1=%2210.6%22 y1=%2210.9%22 x2=%2214.6%22 y2=%2215%22 class=%22a%22/%3E%3C/svg%3E");
  transform: scale(0.8);
}
.si_box a.gallery_open picture:hover::after {
  transform: scale(1);
}
.si_box a.gallery_open:hover {
  background: none;
}
.si_box a.gallery_open::before {
  content: none;
}
.si_box a.gallery_open:focus {
  outline: none;
}
.si_box picture {
  display: block;
  position: relative;
  box-shadow: 4px 4px 6px -2px rgb(216.75, 216.75, 216.75);
  box-shadow: 0.75px 0.75px 1.75px 1.25px rgb(216.75, 216.75, 216.75);
}
.si_box figcaption {
  padding: 0.5rem 0.25rem 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  font-size: 0.8125rem;
  font-style: normal;
  font-style: italic;
  color: rgb(84.9999999999, 84.9999999999, 84.9999999999);
  line-height: 1rem;
}
.si_box figcaption span.copyright {
  font-size: 0.75rem;
  display: block;
}

.start_event-meldungen {
  margin: 2rem 0 4rem;
}

.sm, .se {
  margin: 1rem 0;
}

.sm a {
  text-decoration: none;
}

.sm_rubrik, .se_meta_header {
  text-transform: uppercase;
  font-size: 0.825rem;
  font-weight: 400;
  font-size: 0.6875rem;
}

.sm_rubrik {
  color: hsl(102, 48%, 40%);
  padding: 0.25rem 0.5rem 0.125rem;
  letter-spacing: 1.5px;
}

.Img25L .sm_wrapper {
  flex-direction: row;
}
.Img25L .sm_wrapper .sm_text {
  flex: 1 1 66.6666666667%;
}
.Img25L .sm_wrapper .sm_image {
  flex: 1 1 33.3333333333%;
  display: none;
}
@media (min-width: 600px) {
  .Img25L .sm_wrapper .sm_image {
    display: block;
  }
}
@media (min-width: 700px) {
  .Img25L .sm_wrapper .sm_image {
    display: none;
  }
}
@media (min-width: 900px) {
  .Img25L .sm_wrapper .sm_image {
    display: block;
  }
}

.Img25R .sm_wrapper {
  flex-direction: row-reverse;
}
.Img25R .sm_wrapper .sm_text {
  flex: 1 1 66.6666666667%;
}
.Img25R .sm_wrapper .sm_image {
  flex: 1 1 33.3333333333%;
  display: none;
}
@media (min-width: 600px) {
  .Img25R .sm_wrapper .sm_image {
    display: block;
  }
}
@media (min-width: 700px) {
  .Img25R .sm_wrapper .sm_image {
    display: none;
  }
}
@media (min-width: 900px) {
  .Img25R .sm_wrapper .sm_image {
    display: block;
  }
}

.Img100 .sm_wrapper .sm_inhalt {
  padding: 0.5rem 0.5rem 0.25rem;
}
.Img100 .sm_wrapper .sm_image {
  border-width: 1px 0 0 0;
}

.noImg .sm_wrapper .sm_image {
  display: none;
}

.sm_text {
  width: 100%;
}

.sm_wrapper {
  border: 0.25rem solid rgb(229.1124, 239.394, 224.706);
  display: flex;
  box-shadow: 1px 1px 2.5px rgb(191.25, 191.25, 191.25), -1px 0.5px 1px rgb(224.4, 224.4, 224.4), 0px 0px 2px white;
}

.sm_image {
  border: 0.25rem solid white;
  padding: 0;
  display: block;
  align-self: start;
}
.sm_image::before {
  content: none;
}

.sm_meta, .se_zeit-header {
  padding: 0.75rem 0.5rem;
  display: block;
  border: none;
}
.sm_meta::before, .se_zeit-header::before {
  content: none;
}
.sm_meta:hover .sm_header, .sm_meta:hover .se_header, .se_zeit-header:hover .sm_header, .se_zeit-header:hover .se_header {
  color: rgb(125.562, 176.97, 103.53);
}

.sm_meta {
  background-color: rgb(229.1124, 239.394, 224.706);
}
.sm_meta:hover {
  background-color: rgb(229.1124, 239.394, 224.706);
}

.sm_meta_logo {
  text-align: right;
  margin-left: 0.5rem;
  float: right;
  max-width: 33%;
}

.sm_date, .se_zeit {
  color: #999999;
  font-size: 0.875rem;
  letter-spacing: 0.15px;
  font-style: normal;
  font-weight: 400;
}

.sm_date {
  margin-top: -0.5rem;
}

.sm_header, .se_header {
  color: hsl(102, 48%, 40%);
  margin: 0;
  line-height: 1.25;
  text-decoration: none;
  font-style: normal;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.375rem 0 0.125rem;
}
.sm_header a:hover, .se_header a:hover {
  background: none;
  border-bottom: 1px solid hsl(102, 48%, 40%);
}

.sm_inhalt, .se_inhalt {
  padding: 0 0.5rem 0.25rem;
}
.sm_inhalt p, .se_inhalt p {
  margin: 0.5rem 0;
}
.sm_inhalt a.lesen, .se_inhalt a.lesen {
  font-weight: 600;
  font-style: normal;
  border: none;
  margin-left: -0.125rem;
}
.sm_inhalt a.lesen::before, .se_inhalt a.lesen::before {
  content: none;
}

.se {
  display: flex;
  flex-direction: row;
  margin-bottom: 1.5rem;
}

.se_text {
  flex: 1 1 66.6666666667%;
}

.orga_dreiN .se_zeit-header, .orga_dreiN .se_inhalt, .orga_dreiN .se_meta {
  background-color: rgb(229.1124, 239.394, 224.706);
}
.orga_dreiN .se_zeit-header:hover {
  background-color: rgb(229.1124, 239.394, 224.706);
}

.orga_dritter .se_zeit-header, .orga_dritter .se_inhalt, .orga_dritter .se_meta {
  background-color: rgb(219.905625, 227.7946875, 238.839375);
}
.orga_dritter .se_zeit-header:hover {
  background-color: rgb(219.905625, 227.7946875, 238.839375);
}

.se_zeit-header, .se_inhalt, .se_meta {
  padding: 0.75rem;
  box-shadow: 1px 1px 2px rgb(170.0085, 170.0085, 170.0085);
}

.se_zeit-header {
  margin-bottom: 0.5rem;
}

.se_inhalt p {
  margin-top: 0;
}

.se_logo {
  margin: 0 auto;
  text-align: center;
  padding: 0.5rem;
}

.se_meta {
  flex: 1 1 33.3333333333%;
  margin-left: 0.5rem;
  display: none;
}
@media (min-width: 600px) {
  .se_meta {
    display: block;
  }
}
@media (min-width: 700px) {
  .se_meta {
    display: none;
  }
}
@media (min-width: 900px) {
  .se_meta {
    display: block;
  }
}

.se_meta_header {
  color: hsl(102, 48%, 40%);
  margin-top: 0.5rem;
  letter-spacing: 1px;
}

.se_meta_text {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.15px;
  margin-bottom: 0.5rem;
}

.flexmasonry_wrapper {
  margin-left: -1em;
  width: calc(100% + 2em);
}

.flexmasonry .sm {
  padding: 0 1em;
}

.meldung_second__date {
  border-bottom: 1px hsl(102, 48%, 40%) solid;
  font-style: italic;
  color: hsl(102, 48%, 40%);
}

.columns.meldung_second__header {
  border-bottom: 1px hsl(102, 48%, 40%) solid;
  margin-bottom: 2.5em;
  align-items: center;
}
.columns.meldung_second__header h1 {
  border-bottom: none;
  margin: 0.4em 0 0.2em;
}

.panel {
  background-color: white;
  display: none;
  padding: 1em;
  border-top: 2px solid rgb(239.7, 239.7, 239.7);
  border-left: 2px solid rgb(239.7, 239.7, 239.7);
  box-shadow: inset -2px -2px 4px rgb(239.7, 239.7, 239.7);
  transform: translateY(0px);
}
.panel:first-of-type {
  display: block;
}
.panel > * {
  margin-top: 0;
}

a.tab, button.sl_tab {
  padding: 0.3em 0.75em 0.3em;
  margin: 0 0.5em;
  color: rgb(84.9999999999, 84.9999999999, 84.9999999999);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
  text-decoration: none;
  background: rgb(239.7, 239.7, 239.7);
  border-radius: 0.25em 0.25em 0 0;
  display: inline-block;
  font-style: normal;
  text-transform: uppercase;
  word-spacing: 0.6px;
  font-size: 0.875em;
  transform: translateY(3px);
  border-bottom: none;
  font-weight: 600;
  letter-spacing: 0.9px;
}
a.tab.selected, a.tab.active, a.tab:hover, button.sl_tab.selected, button.sl_tab.active, button.sl_tab:hover {
  background: rgb(239.7, 239.7, 239.7) !important;
  color: hsl(102, 48%, 40%);
  text-shadow: 0px 0px 2px rgba(82.416, 150.96, 53.04, 0.15);
  transform: translateY(0);
  transition: transform 0.4s, box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s;
  box-shadow: 1px 1px 4px rgb(216.75, 216.75, 216.75);
  border-bottom: 0.375em solid hsl(102, 48%, 40%);
}
a.tab.selected, button.sl_tab.selected {
  cursor: default;
}

button.sl_tab:focus {
  outline: none;
}

main a.tab::before,
main button.sl_tab::before,
main a.accordion_button::before {
  content: none;
}

.tablink_wrapper {
  display: flex;
}

.accordion2 {
  margin-bottom: 2em;
}
.accordion2 .is-hidden {
  display: none;
}
.accordion2 .accordion_item2 {
  margin-bottom: 0.5em;
}
.accordion2 article > label {
  color: inherit;
  text-decoration: none;
  padding: 0.375em 0.75rem 0.375em 2rem;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  word-spacing: 0.6px;
  font-size: 0.875rem;
  font-weight: 400;
  border-bottom: none;
  background-color: rgb(239.7, 239.7, 239.7);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
  width: inherit;
  display: block;
}
.accordion2 article > label.accordion_always_open:hover {
  cursor: default;
}
.accordion2 article > label.c_grau {
  background-color: rgb(239.7, 239.7, 239.7);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
}
.accordion2 article > label.c_main {
  background-color: rgb(220.4832, 234.192, 214.608);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
}
.accordion2 article > label.c_main:hover, .accordion2 article > label.c_main:hover::before, .accordion2 article > label.c_main[data-collapsed=false], .accordion2 article > label.c_main[data-collapsed=false]::before {
  color: hsl(102, 48%, 40%);
  text-shadow: 0 0 2px rgba(82.416, 150.96, 53.04, 0.15);
}
.accordion2 article > label.c_secunda {
  background-color: rgb(208.2075, 218.72625, 233.4525);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
}
.accordion2 article > label.c_secunda:hover, .accordion2 article > label.c_secunda:hover::before, .accordion2 article > label.c_secunda[data-collapsed=false], .accordion2 article > label.c_secunda[data-collapsed=false]::before {
  color: hsl(215, 75%, 33%);
  text-shadow: 0 0 2px rgba(21.0375, 73.63125, 147.2625, 0.15);
}
.accordion2 article > label.c_rot {
  background-color: rgb(249.9, 209.1, 209.1);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
}
.accordion2 article > label.c_rot:hover, .accordion2 article > label.c_rot:hover::before, .accordion2 article > label.c_rot[data-collapsed=false], .accordion2 article > label.c_rot[data-collapsed=false]::before {
  color: hsl(0, 80%, 50%);
  text-shadow: 0 0 2px rgba(229.5, 25.5, 25.5, 0.15);
}
.accordion2 article > label.c_3n_grun {
  background-color: rgb(220.4832, 234.192, 214.608);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
}
.accordion2 article > label.c_3n_grun:hover, .accordion2 article > label.c_3n_grun:hover::before, .accordion2 article > label.c_3n_grun[data-collapsed=false], .accordion2 article > label.c_3n_grun[data-collapsed=false]::before {
  color: hsl(102, 48%, 40%);
  text-shadow: 0 0 2px rgba(82.416, 150.96, 53.04, 0.15);
}
.accordion2 article > label.c_3n_blau {
  background-color: rgb(205.275, 214.8375, 228.225);
  text-shadow: 0px 0px 2px rgb(224.4, 224.4, 224.4);
}
.accordion2 article > label.c_3n_blau:hover, .accordion2 article > label.c_3n_blau:hover::before, .accordion2 article > label.c_3n_blau[data-collapsed=false], .accordion2 article > label.c_3n_blau[data-collapsed=false]::before {
  color: hsl(215, 90%, 25%);
  text-shadow: 0 0 2px rgba(6.375, 54.1875, 121.125, 0.15);
}
.accordion2 article > label:hover {
  cursor: pointer;
}
.accordion2 article > label::before {
  content: "»";
  background: none;
  transform: rotate(0deg) translateY(-3px);
  transition: transform 0.2s;
  display: inline;
  font-size: 1.4em;
  line-height: 1.2;
  color: rgb(63.75, 63.75, 63.75);
  margin-right: 0.25rem;
  margin-left: -1.5rem;
  float: left;
  text-align: center;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: static;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin-top: auto;
}
.accordion2 label[data-collapsed=false],
.accordion2 label[data-collapsed=false]::before,
.accordion2 label:hover,
.accordion2 label:hover::before {
  transition-delay: 0s;
  color: hsl(102, 48%, 40%);
  text-shadow: 0 0 2px rgba(82.416, 150.96, 53.04, 0.15);
}
.accordion2 label[data-collapsed=false]::before,
.accordion2 label:hover::before {
  transform: rotate(90deg);
}
.accordion2 .accordion_content {
  padding: 0 1em 0;
  margin: 0;
  overflow: hidden;
  white-space: normal;
  transition: all 0.3s ease;
  transform-origin: center top;
}
.accordion2 .accordion_content.c_weiss {
  background-color: white;
}
.accordion2 .accordion_content.c_grau {
  background-color: rgb(247.35, 247.35, 247.35);
}
.accordion2 .accordion_content.c_main {
  background-color: rgb(237.7416, 244.596, 234.804);
}
.accordion2 .accordion_content.c_secunda {
  background-color: rgb(231.60375, 236.863125, 244.22625);
}
.accordion2 .accordion_content.c_rot {
  background-color: rgb(252.45, 232.05, 232.05);
}
.accordion2 .accordion_content.c_3n_grun {
  background-color: rgb(237.7416, 244.596, 234.804);
}
.accordion2 .accordion_content.c_3n_blau {
  background-color: rgb(230.1375, 234.91875, 241.6125);
}
.accordion2 .accordion_content > p:first-of-type {
  margin-top: 1em;
}
.accordion2 .accordion_content > p:last-of-type {
  margin-bottom: 1em;
}
.accordion2 .accordion_content[data-init=true] {
  opacity: 0;
  height: 0;
  transform: scale(1, 0);
}
.accordion2 label[data-collapsed=false] ~ .accordion_content {
  height: auto;
  opacity: 1;
  transform: scale(1, 1);
}

/*********************/
/** GRID Aspect ratio Grid boxes with CSS Variables **/
/* https://codepen.io/michellebarker/post/building-an-aspect-ratio-css-grid-layout */
/*********************/
body.c-web .multi_grid {
  --mainColumns: 12;
}

.column .is-full .multi_grid {
  --mainColumns: 12;
}
.column .is-full .multi_grid,
.column .is-full-mobile .multi_grid {
  --mainColumns: 12;
}
@media screen and (min-width: 769px) {
  .column .is-full-tablet .multi_grid {
    --mainColumns: 12;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-full-desktop .multi_grid {
    --mainColumns: 12;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-full-widescreen .multi_grid {
    --mainColumns: 12;
  }
}
.column .is-12 .multi_grid {
  --mainColumns: 12;
}
.column .is-12 .multi_grid,
.column .is-12-mobile .multi_grid {
  --mainColumns: 12;
}
@media screen and (min-width: 769px) {
  .column .is-12-tablet .multi_grid {
    --mainColumns: 12;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-12-desktop .multi_grid {
    --mainColumns: 12;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-12-widescreen .multi_grid {
    --mainColumns: 12;
  }
}
.column .is-11 .multi_grid {
  --mainColumns: 11;
}
.column .is-11 .multi_grid,
.column .is-11-mobile .multi_grid {
  --mainColumns: 11;
}
@media screen and (min-width: 769px) {
  .column .is-11-tablet .multi_grid {
    --mainColumns: 11;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-11-desktop .multi_grid {
    --mainColumns: 11;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-11-widescreen .multi_grid {
    --mainColumns: 11;
  }
}
.column .is-10 .multi_grid {
  --mainColumns: 10;
}
.column .is-10 .multi_grid,
.column .is-10-mobile .multi_grid {
  --mainColumns: 10;
}
@media screen and (min-width: 769px) {
  .column .is-10-tablet .multi_grid {
    --mainColumns: 10;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-10-desktop .multi_grid {
    --mainColumns: 10;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-10-widescreen .multi_grid {
    --mainColumns: 10;
  }
}
.column .is-three-quarters .multi_grid {
  --mainColumns: 9;
}
.column .is-three-quarters .multi_grid,
.column .is-three-quarters-mobile .multi_grid {
  --mainColumns: 9;
}
@media screen and (min-width: 769px) {
  .column .is-three-quarters-tablet .multi_grid {
    --mainColumns: 9;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-three-quarters-desktop .multi_grid {
    --mainColumns: 9;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-three-quarters-widescreen .multi_grid {
    --mainColumns: 9;
  }
}
.column .is-9 .multi_grid {
  --mainColumns: 9;
}
.column .is-9 .multi_grid,
.column .is-9-mobile .multi_grid {
  --mainColumns: 9;
}
@media screen and (min-width: 769px) {
  .column .is-9-tablet .multi_grid {
    --mainColumns: 9;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-9-desktop .multi_grid {
    --mainColumns: 9;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-9-widescreen .multi_grid {
    --mainColumns: 9;
  }
}
.column .is-two-thirds .multi_grid {
  --mainColumns: 8;
}
.column .is-two-thirds .multi_grid,
.column .is-two-thirds-mobile .multi_grid {
  --mainColumns: 8;
}
@media screen and (min-width: 769px) {
  .column .is-two-thirds-tablet .multi_grid {
    --mainColumns: 8;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-two-thirds-desktop .multi_grid {
    --mainColumns: 8;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-two-thirds-widescreen .multi_grid {
    --mainColumns: 8;
  }
}
.column .is-8 .multi_grid {
  --mainColumns: 8;
}
.column .is-8 .multi_grid,
.column .is-8-mobile .multi_grid {
  --mainColumns: 8;
}
@media screen and (min-width: 769px) {
  .column .is-8-tablet .multi_grid {
    --mainColumns: 8;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-8-desktop .multi_grid {
    --mainColumns: 8;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-8-widescreen .multi_grid {
    --mainColumns: 8;
  }
}
.column .is-7 .multi_grid {
  --mainColumns: 7;
}
.column .is-7 .multi_grid,
.column .is-7-mobile .multi_grid {
  --mainColumns: 7;
}
@media screen and (min-width: 769px) {
  .column .is-7-tablet .multi_grid {
    --mainColumns: 7;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-7-desktop .multi_grid {
    --mainColumns: 7;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-7-widescreen .multi_grid {
    --mainColumns: 7;
  }
}
.column .is-half .multi_grid {
  --mainColumns: 6;
}
.column .is-half .multi_grid,
.column .is-half-mobile .multi_grid {
  --mainColumns: 6;
}
@media screen and (min-width: 769px) {
  .column .is-half-tablet .multi_grid {
    --mainColumns: 6;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-half-desktop .multi_grid {
    --mainColumns: 6;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-half-widescreen .multi_grid {
    --mainColumns: 6;
  }
}
.column .is-6 .multi_grid {
  --mainColumns: 6;
}
.column .is-6 .multi_grid,
.column .is-6-mobile .multi_grid {
  --mainColumns: 6;
}
@media screen and (min-width: 769px) {
  .column .is-6-tablet .multi_grid {
    --mainColumns: 6;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-6-desktop .multi_grid {
    --mainColumns: 6;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-6-widescreen .multi_grid {
    --mainColumns: 6;
  }
}
.column .is-5 .multi_grid {
  --mainColumns: 5;
}
.column .is-5 .multi_grid,
.column .is-5-mobile .multi_grid {
  --mainColumns: 5;
}
@media screen and (min-width: 769px) {
  .column .is-5-tablet .multi_grid {
    --mainColumns: 5;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-5-desktop .multi_grid {
    --mainColumns: 5;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-5-widescreen .multi_grid {
    --mainColumns: 5;
  }
}
.column .is-one-third .multi_grid {
  --mainColumns: 4;
}
.column .is-one-third .multi_grid,
.column .is-one-third-mobile .multi_grid {
  --mainColumns: 4;
}
@media screen and (min-width: 769px) {
  .column .is-one-third-tablet .multi_grid {
    --mainColumns: 4;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-one-third-desktop .multi_grid {
    --mainColumns: 4;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-one-third-widescreen .multi_grid {
    --mainColumns: 4;
  }
}
.column .is-4 .multi_grid {
  --mainColumns: 4;
}
.column .is-4 .multi_grid,
.column .is-4-mobile .multi_grid {
  --mainColumns: 4;
}
@media screen and (min-width: 769px) {
  .column .is-4-tablet .multi_grid {
    --mainColumns: 4;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-4-desktop .multi_grid {
    --mainColumns: 4;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-4-widescreen .multi_grid {
    --mainColumns: 4;
  }
}
.column .is-one-quarter .multi_grid {
  --mainColumns: 3;
}
.column .is-one-quarter .multi_grid,
.column .is-one-quarter-mobile .multi_grid {
  --mainColumns: 3;
}
@media screen and (min-width: 769px) {
  .column .is-one-quarter-tablet .multi_grid {
    --mainColumns: 3;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-one-quarter-desktop .multi_grid {
    --mainColumns: 3;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-one-quarter-widescreen .multi_grid {
    --mainColumns: 3;
  }
}
.column .is-3 .multi_grid {
  --mainColumns: 3;
}
.column .is-3 .multi_grid,
.column .is-3-mobile .multi_grid {
  --mainColumns: 3;
}
@media screen and (min-width: 769px) {
  .column .is-3-tablet .multi_grid {
    --mainColumns: 3;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-3-desktop .multi_grid {
    --mainColumns: 3;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-3-widescreen .multi_grid {
    --mainColumns: 3;
  }
}
.column .is-2 .multi_grid {
  --mainColumns: 2;
}
.column .is-2 .multi_grid,
.column .is-2-mobile .multi_grid {
  --mainColumns: 2;
}
@media screen and (min-width: 769px) {
  .column .is-2-tablet .multi_grid {
    --mainColumns: 2;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-2-desktop .multi_grid {
    --mainColumns: 2;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-2-widescreen .multi_grid {
    --mainColumns: 2;
  }
}
.column .is-1 .multi_grid {
  --mainColumns: 1;
}
.column .is-1 .multi_grid,
.column .is-1-mobile .multi_grid {
  --mainColumns: 1;
}
@media screen and (min-width: 769px) {
  .column .is-1-tablet .multi_grid {
    --mainColumns: 1;
  }
}
@media screen and (min-width: 1024px) {
  .column .is-1-desktop .multi_grid {
    --mainColumns: 1;
  }
}
@media screen and (min-width: 1216px) {
  .column .is-1-widescreen .multi_grid {
    --mainColumns: 1;
  }
}

.with_sidebar .main_korsett .multi_grid {
  --mainColumns: 7.536;
}

.main_korsett .multi_grid {
  --mainColumns: 10.992;
}

.multi_grid__wrapper {
  margin-bottom: 2.4em;
}

.multi_grid {
  --noOfColumns: var(--gridColumns_mobile);
  --wrapper: calc(100vw - (0.75rem * 2));
  --ratioA: var(--ratioA_mobile);
  --ratioB: var(--ratioB_mobile);
  --gutter: var(--gutter_help);
  font-size: 1em;
}
@media (min-width: 25em) {
  .multi_grid {
    font-size: 1em;
  }
}
@media (min-width: 48.0625em) {
  .multi_grid {
    font-size: 1em;
  }
}
@media screen and (min-width: 769px), print {
  .multi_grid {
    --ratioA: var(--ratioA_tablet);
    --ratioB: var(--ratioB_tablet);
    --noOfColumns: var(--gridColumns_tablet);
    --wrapper: calc((100vw * var(--mainColumns) / 12) - (0.75rem * 2));
  }
}
@media (min-width: 75em) {
  .multi_grid {
    --ratioA: var(--ratioA_desk);
    --ratioB: var(--ratioB_desk);
    --wrapper: calc((var(--width_content) * var(--mainColumns) / 12) - (0.75rem * 2));
    --noOfColumns: var(--gridColumns_desk);
  }
}
.multi_grid {
  --noOfGutters: calc(var(--noOfColumns) - 1);
  --factor: calc(var(--ratioB) / var(--ratioA));
  --rh: calc(((var(--wrapper) - (var(--noOfGutters) * var(--gutter))) / var(--noOfColumns)) * var(--factor));
  max-width: var(--wrapper);
  display: grid;
  grid-template-columns: repeat(var(--noOfColumns), 1fr);
  grid-auto-flow: dense;
  grid-auto-rows: minmax(var(--rh), var(--rh));
  grid-gap: var(--gutter);
}
.multi_grid.griditems_autoheight {
  grid-auto-rows: minmax(var(--rh), auto);
  /* This tells the grid that the cells must be a minimum of our row height value, but should expand if the content is longer */
}
.multi_grid a.mg__popup_element.mg__element_hover_tl figure, .multi_grid a.mg__popup_element.mg__element_hover_tr figure, .multi_grid a.mg__popup_element.mg__element_hover_br figure, .multi_grid a.mg__popup_element.mg__element_hover_bl figure,
.multi_grid a.mg__link_element.mg__element_hover_tl figure,
.multi_grid a.mg__link_element.mg__element_hover_tr figure,
.multi_grid a.mg__link_element.mg__element_hover_br figure,
.multi_grid a.mg__link_element.mg__element_hover_bl figure {
  position: relative;
}
.multi_grid a.mg__popup_element.mg__element_hover_tl figure::after, .multi_grid a.mg__popup_element.mg__element_hover_tr figure::after, .multi_grid a.mg__popup_element.mg__element_hover_br figure::after, .multi_grid a.mg__popup_element.mg__element_hover_bl figure::after,
.multi_grid a.mg__link_element.mg__element_hover_tl figure::after,
.multi_grid a.mg__link_element.mg__element_hover_tr figure::after,
.multi_grid a.mg__link_element.mg__element_hover_br figure::after,
.multi_grid a.mg__link_element.mg__element_hover_bl figure::after {
  position: absolute;
  transform: scale(0.8);
  transition: transform 0.17s ease;
  line-height: 1.2rem;
  padding: 0.375rem 0.5rem 0.125rem;
  background-color: rgba(153, 153, 153, 0.85);
}
.multi_grid a.mg__popup_element.mg__element_hover_tl figure:hover::after, .multi_grid a.mg__popup_element.mg__element_hover_tr figure:hover::after, .multi_grid a.mg__popup_element.mg__element_hover_br figure:hover::after, .multi_grid a.mg__popup_element.mg__element_hover_bl figure:hover::after,
.multi_grid a.mg__link_element.mg__element_hover_tl figure:hover::after,
.multi_grid a.mg__link_element.mg__element_hover_tr figure:hover::after,
.multi_grid a.mg__link_element.mg__element_hover_br figure:hover::after,
.multi_grid a.mg__link_element.mg__element_hover_bl figure:hover::after {
  transform: scale(1);
}
.multi_grid a.mg__popup_element.mg__element_hover_scale figure, .multi_grid a.mg__popup_element.mg__element_hover_nofx figure,
.multi_grid a.mg__link_element.mg__element_hover_scale figure,
.multi_grid a.mg__link_element.mg__element_hover_nofx figure {
  position: relative;
}
.multi_grid a.mg__popup_element.mg__element_hover_tl figure::after,
.multi_grid a.mg__link_element.mg__element_hover_tl figure::after {
  top: 0;
  left: 0;
  transform-origin: 0 0;
  border-bottom-right-radius: 0.25rem;
}
.multi_grid a.mg__popup_element.mg__element_hover_tr figure::after,
.multi_grid a.mg__link_element.mg__element_hover_tr figure::after {
  top: 0;
  right: 0;
  transform-origin: 100% 0;
  border-bottom-left-radius: 0.25rem;
}
.multi_grid a.mg__popup_element.mg__element_hover_br figure::after,
.multi_grid a.mg__link_element.mg__element_hover_br figure::after {
  bottom: 0;
  right: 0;
  transform-origin: 100% 100%;
  border-top-left-radius: 0.25rem;
}
.multi_grid a.mg__popup_element.mg__element_hover_bl figure::after,
.multi_grid a.mg__link_element.mg__element_hover_bl figure::after {
  bottom: 0;
  left: 0;
  transform-origin: 0 100%;
  border-top-right-radius: 0.25rem;
}

.multi_grid__item:has(.mg__element_hover_scale) {
  transition: transform 0.22s ease-out;
}
.multi_grid__item:has(.mg__element_hover_scale):hover {
  transform: scale(1.025);
  transition-timing-function: ease-in;
  z-index: 1;
}

a.mg__popup_element figure::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2217%22 viewBox=%220 0 16 17%22%3E%3Cstyle%3E.a{fill:none;opacity:0.7;stroke-width:2;stroke:%23FFF;}%3C/style%3E%3Ccircle cx=%226.7%22 cy=%227.3%22 r=%225.3%22 class=%22a%22/%3E%3Cline x1=%2210.6%22 y1=%2210.9%22 x2=%2214.6%22 y2=%2215%22 class=%22a%22/%3E%3C/svg%3E");
}

a.mg__link_element figure::after {
  content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2216%22 height=%2217%22 viewBox=%220 0 16 17%22 %3E %3Cpath fill=%22%23fff%22 d=%22M2.4 2.5V5h7.2l-7.7 7.7 1.8 1.8 7.7-7.7V14h2.5V2.5z%22 opacity=%22.7%22 /%3E %3C/svg%3E");
}

.multi_grid__item {
  position: relative;
  font-size: 1em;
  white-space: normal;
  overflow: auto;
}
.multi_grid__item img,
.multi_grid__item figure {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}
.multi_grid__item figure.object_fit_cover img {
  object-fit: cover;
}
.multi_grid__item figure.object_fit_contain img {
  object-fit: contain;
}
.multi_grid__item figure.object_fit_fill img {
  object-fit: fill;
}
.multi_grid__item figure.object_fit_scale-down img {
  object-fit: scale-down;
}
.multi_grid__item figure.object_fit_none img {
  object-fit: none;
}
.multi_grid__item figure.object_position_center img {
  object-position: center;
}
.multi_grid__item figure.object_position_left img {
  object-position: left;
}
.multi_grid__item figure.object_position_top img {
  object-position: top;
}
.multi_grid__item figure.object_position_bottom img {
  object-position: bottom;
}
.multi_grid__item figure.object_position_right img {
  object-position: right;
}
.multi_grid__item p:last-of-type {
  margin-bottom: 0;
}
.multi_grid__item > p:first-child:empty, .multi_grid__item > p:last-child:empty {
  margin-bottom: 0;
}
.multi_grid__item.▯_1x2 {
  grid-row: span 2;
}
.multi_grid__item.▭_2x1 {
  grid-column: span 2;
}
.multi_grid__item.◻_2x2 {
  grid-column: span 2;
  grid-row: span 2;
}
.multi_grid__item.▯_1x3 {
  grid-row: span 3;
}
.multi_grid__item.▭_3x1 {
  grid-column: span 3;
}
.multi_grid__item.◻_3x3 {
  grid-column: span 3;
  grid-row: span 3;
}
.multi_grid__item.▯_1x4 {
  grid-row: span 4;
}
.multi_grid__item.▭_4x1 {
  grid-column: span 4;
}
.multi_grid__item.◻_4x4 {
  grid-column: span 4;
  grid-row: span 4;
}
.multi_grid__item.▯_1x5 {
  grid-row: span 5;
}
.multi_grid__item.▭_5x1 {
  grid-column: span 5;
}
.multi_grid__item.◻_5x5 {
  grid-column: span 5;
  grid-row: span 5;
}
.multi_grid__item.▯_1x6 {
  grid-row: span 6;
}
.multi_grid__item.▭_6x1 {
  grid-column: span 6;
}
.multi_grid__item.◻_6x6 {
  grid-column: span 6;
  grid-row: span 6;
}
.multi_grid__item.▯_1x7 {
  grid-row: span 7;
}
.multi_grid__item.▭_7x1 {
  grid-column: span 7;
}
.multi_grid__item.◻_7x7 {
  grid-column: span 7;
  grid-row: span 7;
}
.multi_grid__item.▯_1x8 {
  grid-row: span 8;
}
.multi_grid__item.▭_8x1 {
  grid-column: span 8;
}
.multi_grid__item.◻_8x8 {
  grid-column: span 8;
  grid-row: span 8;
}
.multi_grid__item.▯_1x9 {
  grid-row: span 9;
}
.multi_grid__item.▭_9x1 {
  grid-column: span 9;
}
.multi_grid__item.◻_9x9 {
  grid-column: span 9;
  grid-row: span 9;
}
.multi_grid__item.▯_1x10 {
  grid-row: span 10;
}
.multi_grid__item.▭_10x1 {
  grid-column: span 10;
}
.multi_grid__item.◻_10x10 {
  grid-column: span 10;
  grid-row: span 10;
}
.multi_grid__item.▯_1x11 {
  grid-row: span 11;
}
.multi_grid__item.▭_11x1 {
  grid-column: span 11;
}
.multi_grid__item.◻_11x11 {
  grid-column: span 11;
  grid-row: span 11;
}
.multi_grid__item.▯_1x12 {
  grid-row: span 12;
}
.multi_grid__item.▭_12x1 {
  grid-column: span 12;
}
.multi_grid__item.◻_12x12 {
  grid-column: span 12;
  grid-row: span 12;
}
.multi_grid__item figcaption {
  width: 100%;
  position: absolute;
  bottom: 0;
  background: hsla(0, 0%, 100%, 0.9);
  margin-bottom: 0;
  padding: 0.25em 0.5em;
  z-index: 0;
  font-size: 0.6875em;
}
@media (min-width: 25em) {
  .multi_grid__item figcaption {
    font-size: calc(0.5420054201vw + 0.551998645em);
  }
}
@media (min-width: 48.0625em) {
  .multi_grid__item figcaption {
    font-size: 0.8125em;
  }
}
.multi_grid__item figcaption .copyright {
  display: inline-block;
  font-size: 0.875em;
}
.multi_grid__item figcaption .copyright::before {
  content: "© ";
}
.multi_grid__item figcaption:empty {
  display: none;
}
.multi_grid__item .mg__element_hover_bl figcaption {
  padding-left: 2.75em;
}
.multi_grid__item .mg__element_hover_br figcaption {
  padding-right: 2.75em;
}

.multi_grid__item.multi_grid__previewColumns.mg__previewMigx img,
.multi_grid__item.multi_grid__previewColumns.mg__previewMigx figure {
  position: unset;
}

.multi_grid__item {
  border-style: var(--mg__border-style);
  border-width: var(--mg__border-width);
  border-color: var(--mg__border-color);
  background-color: var(--mg__background-color);
}
.multi_grid__item.mg__border_radius {
  border-radius: var(--mg__border-radius);
}
.multi_grid__item.mg__padding {
  padding: var(--mg__padding);
}

.multi_grid__img {
  overflow: hidden;
}

.multi_grid__text,
.multi_grid__leer {
  text-align: var(--mg__textalign);
}
.multi_grid__text.textvertical,
.multi_grid__leer.textvertical {
  display: flex;
  flex-wrap: wrap;
}
.multi_grid__text.textvertical > *,
.multi_grid__leer.textvertical > * {
  flex: 1 1 100%;
}
.multi_grid__text.textvertical_top,
.multi_grid__leer.textvertical_top {
  align-content: stretch;
  align-content: flex-start;
}
.multi_grid__text.textvertical_center,
.multi_grid__leer.textvertical_center {
  align-content: center;
}
.multi_grid__text.textvertical_bottom,
.multi_grid__leer.textvertical_bottom {
  align-content: flex-end;
}

.gallery_caption {
  margin: 0.5em 0;
  color: rgb(127.5, 127.5, 127.5);
  font-family: "SourceSerifPro";
  font-style: italic;
  font-weight: 400;
  font-size: 0.875em;
}
.gallery_caption .mg_gallery_bu + .mg_gallery_cr {
  margin-left: 1em;
}
.gallery_caption .mg_gallery_cr {
  display: inline-block;
  font-size: 0.875em;
}
.gallery_caption .mg_gallery_cr::before {
  content: "© ";
  white-space: nowrap;
}

.padding_left_05em {
  padding-left: 0.5em;
}

.multi_grid .accordion2 {
  margin-bottom: 0.3em;
}

.loop_false.arrow-hide {
  opacity: 0;
  cursor: not-allowed;
}

.mfp-img::selection {
  background-color: transparent;
}

main .columns__gallery_odb {
  max-width: 100vw;
}

#odb_filter {
  background-color: rgb(203.2248, 223.788, 194.412);
  display: flex;
  justify-content: space-evenly;
  flex-flow: row wrap;
  margin: 0 auto 1.5em;
  padding: 0;
}
#odb_filter li {
  list-style: none;
  margin: 0;
  white-space: nowrap;
  padding: 0.75em 0 1em;
}
#odb_filter a {
  color: hsl(215, 75%, 33%);
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.75em 1em 1em;
  letter-spacing: 0.025em;
  word-spacing: 0.25em;
}
@supports (font-variant-caps: all-small-caps) {
  #odb_filter a {
    font-variant-caps: all-small-caps;
    text-transform: unset;
    font-size: 1.125em;
  }
}
#odb_filter a:hover, #odb_filter a.mixitup-control-active {
  color: white;
  background-color: hsl(102, 48%, 40%);
}

.gallery_odb {
  margin-bottom: 3em;
  grid-template-columns: repeat(auto-fit, minmax(14em, 1fr));
  grid-auto-rows: 11.5em;
}
@media (min-width: 25em) {
  .gallery_odb {
    grid-auto-rows: calc(10.8401084011vw + 8.7899728997em);
  }
}
@media (min-width: 48.0625em) {
  .gallery_odb {
    grid-auto-rows: 14em;
  }
}
.gallery_odb.multi_grid {
  --noOfColumns: var(--gridColumns_mobile);
  --wrapper: calc(100vw - (0.75rem * 2));
  --ratioA: var(--ratioA_mobile);
  --ratioB: var(--ratioB_mobile);
  --gutter: var(--gutter_help);
  max-width: 100vw;
  margin: auto;
  font-size: 0.5em;
}
@media (min-width: 25em) {
  .gallery_odb.multi_grid {
    font-size: calc(2.1680216802vw - 0.0420054201em);
  }
}
@media (min-width: 48.0625em) {
  .gallery_odb.multi_grid {
    font-size: 1em;
  }
}
@media screen and (min-width: 769px), print {
  .gallery_odb.multi_grid {
    --ratioA: var(--ratioA_tablet);
    --ratioB: var(--ratioB_tablet);
    --noOfColumns: var(--gridColumns_tablet);
    --wrapper: calc((100vw * var(--mainColumns) / 12) - (0.75rem * 2));
    max-width: 100vw;
  }
}
@media (min-width: 75em) {
  .gallery_odb.multi_grid {
    --ratioA: var(--ratioA_desk);
    --ratioB: var(--ratioB_desk);
    --wrapper: calc((100vw * var(--mainColumns) / 12) - (0.75rem * 2));
    --noOfColumns: var(--gridColumns_desk);
    max-width: 100vw;
  }
}
@media (min-width: 90em) {
  .gallery_odb.multi_grid {
    --noOfColumns: var(--gridColumns_90em);
    max-width: 100vw;
  }
}
@media (min-width: 100em) {
  .gallery_odb.multi_grid {
    --noOfColumns: var(--gridColumns_100em);
    max-width: 95vw;
  }
}
@media (min-width: 110em) {
  .gallery_odb.multi_grid {
    --noOfColumns: var(--gridColumns_110em);
    max-width: 90vw;
  }
}
@media (min-width: 120em) {
  .gallery_odb.multi_grid {
    --noOfColumns: var(--gridColumns_120em);
    max-width: 85vw;
  }
}
.gallery_odb.multi_grid {
  --noOfGutters: calc(var(--noOfColumns) - 1);
  --factor: calc(var(--ratioB) / var(--ratioA));
  --rh: calc(((var(--wrapper) - (var(--noOfGutters) * var(--gutter))) / var(--noOfColumns)) * var(--factor));
  max-width: var(--wrapper);
  display: grid;
  grid-template-columns: repeat(var(--noOfColumns), 1fr);
  grid-auto-flow: dense;
  grid-auto-rows: minmax(var(--rh), var(--rh));
  grid-gap: var(--gutter);
}
.gallery_odb.multi_grid.griditems_autoheight {
  grid-auto-rows: minmax(var(--rh), auto);
}
.gallery_odb figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5em;
  height: 100%;
  width: 100%;
  margin: 0;
  color: white;
  opacity: 0;
  font-family: "SourceSansPro";
  font-style: normal;
  transition: all 0.2s ease;
}
.gallery_odb figcaption::before {
  content: attr(data-category);
  font-size: 1rem;
  font-weight: 400;
  color: rgb(185.9664, 213.384, 174.216);
  display: block;
  margin-bottom: 0.25em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.025rem;
  word-spacing: 0.25rem;
}
@supports (font-variant-caps: all-small-caps) {
  .gallery_odb figcaption::before {
    font-variant-caps: all-small-caps;
    text-transform: unset;
    font-size: 0.75em;
  }
}
.gallery_odb .multi_grid__item:hover figcaption, .gallery_odb .multi_grid__item.active figcaption {
  background-color: hsla(102, 48%, 40%, 0.77);
  opacity: 1;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1em;
}
@media (min-width: 25em) {
  .gallery_odb .multi_grid__item:hover figcaption, .gallery_odb .multi_grid__item.active figcaption {
    font-size: calc(1.8971924119vw + 0.525701897em);
  }
}
@media (min-width: 48.0625em) {
  .gallery_odb .multi_grid__item:hover figcaption, .gallery_odb .multi_grid__item.active figcaption {
    font-size: 1.43754em;
  }
}

/******************/
/* Detail-Ansicht */
/******************/
.googlemap {
  height: 500px;
}

.flexmasonry {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
}

.flexmasonry-item {
  width: 100%;
}

.flexmasonry-cols-2 .flexmasonry-item {
  width: 50%;
}

.flexmasonry-cols-3 .flexmasonry-item {
  width: 33.333%;
}

.flexmasonry-cols-4 .flexmasonry-item {
  width: 25%;
}

.flexmasonry-cols-5 .flexmasonry-item {
  width: 20%;
}

.flexmasonry-cols-6 .flexmasonry-item {
  width: 16.666%;
}

.flexmasonry-cols-7 .flexmasonry-item {
  width: 14.285%;
}

.flexmasonry-cols-8 .flexmasonry-item {
  width: 12.5%;
}

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n+1) {
  order: 1;
}

.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n) {
  order: 2;
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+1) {
  order: 1;
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+2) {
  order: 2;
}

.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n) {
  order: 3;
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+1) {
  order: 1;
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+2) {
  order: 2;
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+3) {
  order: 3;
}

.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n) {
  order: 4;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+1) {
  order: 1;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+2) {
  order: 2;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+3) {
  order: 3;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+4) {
  order: 4;
}

.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n) {
  order: 5;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+1) {
  order: 1;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+2) {
  order: 2;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+3) {
  order: 3;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+4) {
  order: 4;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+5) {
  order: 5;
}

.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n) {
  order: 6;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+1) {
  order: 1;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+2) {
  order: 2;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+3) {
  order: 3;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+4) {
  order: 4;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+5) {
  order: 5;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+6) {
  order: 6;
}

.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n) {
  order: 7;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+1) {
  order: 1;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+2) {
  order: 2;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+3) {
  order: 3;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+4) {
  order: 4;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+5) {
  order: 5;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+6) {
  order: 6;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+7) {
  order: 7;
}

.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n) {
  order: 8;
}

.flexmasonry-break {
  content: "";
  flex-basis: 100%;
  width: 0 !important;
  margin: 0;
}

.flexmasonry-break-1 {
  order: 1;
}

.flexmasonry-break-2 {
  order: 2;
}

.flexmasonry-break-3 {
  order: 3;
}

.flexmasonry-break-4 {
  order: 4;
}

.flexmasonry-break-5 {
  order: 5;
}

.flexmasonry-break-6 {
  order: 6;
}

.flexmasonry-break-7 {
  order: 7;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.slider__footer_meldungen {
  max-width: 81em;
  margin: auto;
}
.slider__footer_meldungen .sm_text {
  height: 560px;
}
.slider__footer_meldungen a {
  color: hsl(102, 48%, 40%);
  text-decoration: none;
}
.slider__footer_meldungen .sm_wrapper {
  background-color: white;
}
.slider__footer_meldungen .sm_text {
  height: 560px;
}

.slider__track_wrapper,
.slider__footer_meldungen h2 {
  margin: 0 3rem;
  padding: 0.75rem;
}

.slider__footer_prev {
  left: 0;
}

.slider__footer_next {
  right: 0;
}

footer {
  box-shadow: inset 0px 16px 16px -16px rgb(170.0085, 170.0085, 170.0085), 0px -2px 0px rgb(170.0085, 170.0085, 170.0085);
}
footer h3 {
  margin: 0 0 0.25em 0;
}

.suchen__footer input {
  width: 100%;
}

footer > .columns.footer_logos {
  max-width: 100vw;
  background: white;
}
.c-web-congress-de footer > .columns.footer_logos,
.c-web-congress-en footer > .columns.footer_logos {
  background: none;
}
.c-web-congress-de .footer_logos > .column > .columns,
.c-web-congress-en .footer_logos > .column > .columns {
  border-bottom: 2px solid rgb(191.25, 191.25, 191.25);
}

.footer_kontaktzeile.is-mobile .column {
  transition: all 0.25s ease-in-out;
  color: black;
  text-decoration: none;
  padding: 1em 2em;
}
@media (max-width: 25em) {
  .footer_kontaktzeile.is-mobile .column h3 {
    margin-bottom: 0;
  }
  .footer_kontaktzeile.is-mobile .column > p {
    display: none;
  }
}
.footer_kontaktzeile.is-mobile .column:first-child {
  padding-left: 1em;
}
.footer_kontaktzeile.is-mobile .column:last-child {
  padding-right: 1em;
}
.footer_kontaktzeile.is-mobile .column:hover {
  background: white;
}
.footer_kontaktzeile.is-mobile .column p {
  margin: 0;
}

.footer_logos .columns .columns .column {
  margin: auto;
}
.footer_logos img {
  mix-blend-mode: darken;
}

@media (max-width: 48em) {
  .footer_kontaktzeile.is-mobile {
    display: flex;
    flex-flow: row wrap;
    gap: 0;
  }
  .footer_kontaktzeile.is-mobile .column.is-one-quarter {
    width: 50%;
    padding: 0.5em 2em;
  }
  .footer_kontaktzeile.is-mobile .column.is-one-quarter p {
    font-size: 0.875em;
  }
}
.footer_logos.columns .columns:first-child {
  justify-content: space-between;
}
.footer_logos.columns .columns:first-child > .column .columns {
  height: 80%;
}
.footer_logos.columns .columns:first-child > .column .column img {
  padding: 0 1em;
}
.footer_logos.columns .columns:first-child > .column .column:first-of-type img {
  padding-left: 0;
}
.footer_logos.columns .columns:first-child > .column .column:last-of-type img {
  padding-right: 0;
}

.search_form {
  position: relative;
}
.search_form.cd-form input[type=text] {
  padding: 0.25rem 0.875rem 0.25rem 0.5rem;
}

.search_form.floating-labels .cd-label {
  top: 0.375rem;
}

.search_form.floating-labels .cd-label.float2, .search_form.floating-labels .cd-label.float {
  opacity: 0;
}

.search_form_header.floating-labels .cd-label {
  text-transform: none;
  top: 0.1875rem;
  letter-spacing: 0.65px;
  color: rgb(140.25, 140.25, 140.25);
}

.search_form_header.cd-form input[type=text] {
  padding: 0.125rem 0.875rem 0.125rem 0.375rem;
}

.message {
  width: 868px;
}

.container {
  overflow: hidden;
  padding-left: 1.25em;
  padding-right: 1.25em;
  margin-left: auto;
  margin-right: auto;
}

.message p:nth-child(1) {
  text-align: center;
  margin-bottom: 24px;
  font-size: 1.375em;
  font-size: 1em;
  font-weight: normal;
  color: #1F1F1F;
}

.res-bold {
  text-align: left;
  margin: 0 0 0.5rem 0;
}

.sisea-result {
  display: block;
  padding: 1rem 1rem 0.5rem;
  font-style: normal;
  font-weight: normal;
  transition: all 0.15s;
  border: none;
  margin-left: -1rem;
  text-decoration: none;
  color: unset;
}
.sisea-result:hover small {
  border-bottom: 1px solid;
}
.sisea-result h2:before {
  border-left-color: white;
  filter: none;
}

main a.sisea-result:hover {
  background-color: rgb(239.7, 239.7, 239.7);
}

main a.sisea-result::before {
  content: none;
}

.sisea-result h3 {
  font-size: 1.375em;
  margin-bottom: 5px;
}

.extract p {
  text-align: left;
  font-size: 1em;
  margin-top: 0.25rem;
}

.sisea-highlight, .simplesearch-highlight {
  font-weight: bold;
  color: hsl(102, 48%, 40%);
  background: rgb(239.7, 239.7, 239.7);
  padding: 0 2px;
}

.paging ul {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.paging li {
  display: inline-block;
  background-color: #EEE;
  margin-right: 1rem;
}
.paging li a {
  font-style: normal;
  font-weight: normal;
  padding: 0 0.5rem;
  border-bottom: none;
}
.paging li a::before {
  content: none;
}

.paging li span {
  padding: 6px 10px;
  display: block;
  background-color: white;
  color: green;
}

.t-3 h1 span, .t-5 h1 span {
  display: block;
  margin: 0;
  padding: 0 0 0.25rem 0.125rem;
  line-height: 1;
  text-shadow: none;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .nav_mobile,
  .nav-trigger,
  label[for=nav-trigger] {
    display: none;
  }
}
@media (max-width: 1023px) {
  .nav_meta_outer > .column > .columns.nav_meta_inner > .column:nth-child(1) {
    margin-left: 5.5em;
  }
}
:root {
  --nav_mobile_width: 200px;
}

/* Navigation Menu - Background */
.nav_mobile {
  /* critical sizing and position styles */
  width: calc(var(--nav_mobile_width) + 1em);
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  /* non-critical appearance styles */
  margin: 0;
  padding: 0;
}

/* Navigation Menu - List items */
.nav_mobile_item {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "RobotoSlab";
  font-weight: 500;
  font-size: 1rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4), 3px 3px 6px rgba(255, 255, 255, 0.2);
}
.nav_mobile_item:hover {
  cursor: pointer;
}

.nav_mobile_item.level1 > a,
.level1 > .nav_mobile_parent_inner,
.level1 > .nav_mobile_parent_inner > a {
  padding: 0.125rem 0 0.125rem 0.25rem;
}

.level1.nav_mobile_parent {
  padding: 0.125em 0.25em;
  background: white;
}
.level1 .nav_mobile_parent_inner {
  background-color: hsl(214.8, 25%, 65%);
}
.level1 .nav_mobile_parent_inner > a > .nav_mobile_item_inner {
  padding: 0.25em 0;
}
.level1 > a > .nav_mobile_item_inner {
  background-color: hsl(214.8, 25%, 65%);
  padding: 0.75em 0.5em;
}
.level1 > a > .nav_mobile_item_inner:hover {
  background-color: hsl(215, 75%, 33%);
  cursor: pointer;
}
.level1 ul {
  padding-left: 1em;
  padding-bottom: 0.5em;
}

.self > a > .nav_mobile_item_inner,
.nav_mobile_parent_inner a:hover {
  background-color: hsl(215, 75%, 33%);
}

.level2.nav_mobile_item {
  border-left: 0.1875em solid rgba(255, 255, 255, 0.5);
}
.level2.nav_mobile_item.nav_mobile_item {
  font-size: 0.825rem;
  padding-left: 0.5em;
}
.level2.nav_mobile_item > a > .nav_mobile_item_inner {
  padding-left: 0.5em;
  padding: 0.25em 0 0.25em 0.5em;
}

.nav_mobile_item a {
  color: white;
  display: block;
  text-decoration: none;
  line-height: 1.32;
}

/* Site Wrapper - Everything that isn't navigation */
.main_wrapper {
  /* Critical position and size styles */
  min-height: 100%;
  min-width: 100%;
  background-color: white;
  /* Needs a background or else the nav will show through */
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  /* non-critical apperance styles */
}

/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label[for=nav-trigger] {
  /* critical positioning styles */
  position: absolute;
  left: 0.93rem;
  top: 0.7rem;
  z-index: 2;
  /* non-critical apperance styles */
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 version=%221.1%22 x=%220px%22 y=%220px%22 width=%2224px%22 height=%2224px%22 viewBox=%220 0 24 24%22 enable-background=%22new 0 0 24 24%22 xml:space=%22preserve%22%3E%3Crect width=%2224%22 height=%224.8%22 fill=%22hsl(215, 75%25, 33%25)%22/%3E%3Crect y=%2219.2%22 width=%2224%22 height=%224.8%22 fill=%22hsl(215, 75%25, 33%25)%22/%3E%3Crect y=%229.6%22 width=%2224%22 height=%224.8%22 fill=%22hsl(215, 75%25, 33%25)%22/%3E%3C/svg%3E");
  background-size: contain;
  background-color: rgb(116.9328, 171.768, 93.432);
  border: 0.75rem solid rgb(116.9328, 171.768, 93.432);
  box-sizing: content-box;
  transition: tranform 0.2s ease;
}
label[for=nav-trigger]:hover {
  transform: scale(1.08);
}
label[for=nav-trigger]:active {
  transform: scale(0.95);
}

/* Make the Magic Happen */
.nav-trigger + label,
.main_wrapper {
  transition: left 0.2s;
}

.nav-trigger + label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 version=%221.1%22 x=%220px%22 y=%220px%22 width=%2224px%22 height=%2224px%22 viewBox=%220 0 24 24%22 enable-background=%22new 0 0 24 24%22 xml:space=%22preserve%22%3E%3Crect width=%2224%22 height=%224.8%22 fill=%22hsl(215, 75%25, 33%25)%22/%3E%3Crect y=%2219.2%22 width=%2224%22 height=%224.8%22 fill=%22hsl(215, 75%25, 33%25)%22/%3E%3Crect y=%229.6%22 width=%2224%22 height=%224.8%22 fill=%22hsl(215, 75%25, 33%25)%22/%3E%3C/svg%3E");
  z-index: 2;
}

.nav-trigger:checked + label {
  background-image: url("data:image/svg+xml,%3Csvg version=%221.1%22 id=%22Ebene_1_Kopie%22 xmlns=%22http://www.w3.org/2000/svg%22 x=%220%22 y=%220%22 viewBox=%220 0 24 24%22 style=%22enable-background:new 0 0 24 24%22 xml:space=%22preserve%22%3E%3Cstyle%3E.st0{fill:hsl(215, 75%25, 33%25)}%3C/style%3E%3Cpath class=%22st0%22 d=%22M3.4 0 24 20.6 20.6 24 0 3.4 3.4 0z%22/%3E%3Cpath class=%22st0%22 d=%22M24 3.4 3.4 24 0 20.6 20.6 0 24 3.4z%22/%3E%3C/svg%3E");
  position: fixed;
  left: 215px;
}

body:has(.topbanner_wrapper) .header .nav-trigger:checked + label {
  position: absolute;
}

.nav-trigger:checked ~ .main_wrapper {
  left: var(--nav_mobile_width);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);
}

.nav_mobile {
  display: none;
}

.nav-trigger:checked ~ .nav_mobile {
  display: block;
  z-index: 1;
}

.c-web-naehrwert .nav_mobile,
.c-web-napalu .nav_mobile {
  position: absolute;
}

.is-collapsible {
  overflow-y: hidden;
  transition: height 0.2s ease;
}
.is-collapsible.is-active {
  transition: height 0.2s ease;
}
.is-collapsible.message-body {
  padding: 0 !important;
}
.is-collapsible.message-body .message-body-content {
  padding: 1.25em 1.5em;
}

.si_box img {
  width: 1176px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*# sourceMappingURL=main_napalu.css.map */