/*:root {
  --color-primary: rgb(217,0,36);
  --color-primaryhex: #c7112f;
  --color-secondary: rgb(9,31,56);
  --color-basic: rgb(255,255,225);
   ... 
}*/

/* 3rd party plugins */

.tns-outer{
  padding:0 !important
}

.tns-outer [hidden]{
  display:none !important
}

.tns-outer [aria-controls],.tns-outer [data-action]{
  cursor:pointer
}

.tns-slider{
  transition:all 0s
}

.tns-slider>.tns-item{
  box-sizing:border-box
}

.tns-horizontal.tns-subpixel{
  white-space:nowrap
}

.tns-horizontal.tns-subpixel>.tns-item{
  display:inline-block;
  vertical-align:top;
  white-space:normal
}

.tns-horizontal.tns-no-subpixel:after{
  content:'';
  display:table;
  clear:both
}

.tns-horizontal.tns-no-subpixel>.tns-item{
  float:left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{
  margin-right:-100%
}

.tns-no-calc{
  position:relative;
  left:0
}

.tns-gallery{
  position:relative;
  left:0;
  min-height:1px
}

.tns-gallery>.tns-item{
  position:absolute;
  left:-100%;
  transition:transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active{
  position:relative;
  left:auto !important
}

.tns-gallery>.tns-moving{
  transition:all 0.25s
}

.tns-autowidth{
  display:inline-block
}

.tns-lazy-img{
  transition:opacity 0.6s;
  opacity:0.6
}

.tns-lazy-img.tns-complete{
  opacity:1
}

.tns-ah{
  transition:height 0s
}

.tns-ovh{
  overflow:hidden
}

.tns-visually-hidden{
  position:absolute;
  left:-10000em
}

.tns-transparent{
  opacity:0;
  visibility:hidden
}

.tns-fadeIn{
  opacity:1;
  filter:alpha(opacity=100);
  z-index:0
}

.tns-normal,.tns-fadeOut{
  opacity:0;
  filter:alpha(opacity=0);
  z-index:-1
}

.tns-vpfix{
  white-space:nowrap
}

.tns-vpfix>div,.tns-vpfix>li{
  display:inline-block
}

.tns-t-subp2{
  margin:0 auto;
  width:310px;
  position:relative;
  height:10px;
  overflow:hidden
}

.tns-t-ct{
  width:2333.3333333%;
  width:calc(100% * 70 / 3);
  position:absolute;
  right:0
}

.tns-t-ct:after{
  content:'';
  display:table;
  clear:both
}

.tns-t-ct>div{
  width:1.4285714%;
  width:calc(100% / 70);
  height:10px;
  float:left
}

.mod_glossary .grouplist ul li {
  display: inline-block;
  margin-right: 3px;
}

.mod_glossary .grouplist ul li span,
.mod_glossary .grouplist ul li a {
  display: inline-block;
  border: 2px solid var(--color-secondary);
  padding: 2px 8px;
  font-size: 1.25rem;
  color: var(--color-secondary);
  min-width: 40px;
  text-align: center;
}

.mod_glossary .grouplist ul li.selected a,
.mod_glossary .grouplist ul li a:hover {
  background: var(--color-secondary);
  color: #fff;
}

.mod_glossary .grouplist ul li.inactive span {
    border-color: #b7bdc9;
    color: #b7bdc9;
}

.glossary .group .letter {
  color: var(--color-secondary);
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}

.glossary .group {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.glossary .group .layout_short {
  width: calc(33.33% - 14px);
  background: var(--color-primary);
  color: #fff;
  padding: 20px 25px 5px;
}

@media screen and (max-width: 939px) {
  .glossary .group .layout_short {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 549px) {
  .glossary .group .layout_short {
    width: 100%;
  }
}

.glossary .group .layout_short .more .invisible {
  position: absolute;
}

.glossary h4 {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .mod_author.block {
    display: flex;
    gap: 20px;
  }

  .mod_author .author-image {
    min-width: 300px;
  }
}

:root {
  --color-primary: rgb(0, 62, 120);
  --color-primary-opacity: rgba(0, 62, 120, .5);
  --color-primary-base-opacity: rgba(0, 62, 120, .6);
  --color-primary-dark: rgb(1, 43, 93);
  --color-primary-dark-opacity: rgba(0, 18, 60, .6);
  --color-primary-light: rgb(117, 158, 208);
  --color-primary-lightest: rgb(191, 198, 218);
  /* -- */
  --color-secondary: rgb(255, 170, 0);
  --color-secondary-dark: rgb(232, 131, 12);
  --color-secondary-light: rgb(225, 213, 184);
  /* -- */
  --color-basic: rgb(21, 24, 34);
  --color-basic-dark: rgb(7, 9, 16);
  --color-basic-dark-opacity: rgb(7, 9, 16, .4);
  --color-basic-light: rgb(246, 246, 246);
  /* black */
  --color-black: rgb(21, 24, 34);
  /* white */
  --color-white: rgb(255, 255, 255);
  --color-white-opacity-20: rgb(249, 252, 254, .2);
  --color-white-opacity-50: rgb(249, 252, 254, .5);
  /* Snow White */
  /* ... */
}

/* inter-regular - latin-ext_latin */

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 400;

  src: url('/assets/fonts/inter-v12-latin-ext_latin-regular.eot');

  /* IE9 Compat Modes */

  src: local(''),
    url('/assets/fonts/inter-v12-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/assets/fonts/inter-v12-latin-ext_latin-regular.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('/assets/fonts/inter-v12-latin-ext_latin-regular.woff') format('woff'),
    /* Modern Browsers */
    url('/assets/fonts/inter-v12-latin-ext_latin-regular.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('/assets/fonts/inter-v12-latin-ext_latin-regular.svg#Inter') format('svg');

  /* Legacy iOS */

  font-display: swap;
}

/* inter-600 - latin-ext_latin */

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 600;

  src: url('/assets/fonts/inter-v12-latin-ext_latin-600.eot');

  /* IE9 Compat Modes */

  src: local(''),
    url('/assets/fonts/inter-v12-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/assets/fonts/inter-v12-latin-ext_latin-600.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('/assets/fonts/inter-v12-latin-ext_latin-600.woff') format('woff'),
    /* Modern Browsers */
    url('/assets/fonts/inter-v12-latin-ext_latin-600.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('/assets/fonts/inter-v12-latin-ext_latin-600.svg#Inter') format('svg');

  /* Legacy iOS */

  font-display: swap;
}

/* inter-700 - latin-ext_latin */

@font-face {
  font-family: 'Inter';

  font-style: normal;

  font-weight: 700;

  src: url('/assets/fonts/inter-v12-latin-ext_latin-700.eot');

  /* IE9 Compat Modes */

  src: local(''),
    url('/assets/fonts/inter-v12-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/assets/fonts/inter-v12-latin-ext_latin-700.woff2') format('woff2'),
    /* Super Modern Browsers */
    url('/assets/fonts/inter-v12-latin-ext_latin-700.woff') format('woff'),
    /* Modern Browsers */
    url('/assets/fonts/inter-v12-latin-ext_latin-700.ttf') format('truetype'),
    /* Safari, Android, iOS */
    url('/assets/fonts/inter-v12-latin-ext_latin-700.svg#Inter') format('svg');

  /* Legacy iOS */

  font-display: swap;
}

/*
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
*/

/*! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji,sans-serif;
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

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

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

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

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

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

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

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

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

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

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top:0;
  padding-bottom:0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inside,.mod_newsreader.block > p{
  width:100%
}

@media (min-width: 640px){
  .inside,.mod_newsreader.block > p{
    max-width:640px
  }
}

@media (min-width: 768px){
  .inside,.mod_newsreader.block > p{
    max-width:768px
  }
}

@media (min-width: 1024px){
  .inside,.mod_newsreader.block > p{
    max-width:1024px
  }
}

@media (min-width: 1280px){
  .inside,.mod_newsreader.block > p{
    max-width:1280px
  }
}

@media (min-width: 1536px){
  .inside,.mod_newsreader.block > p{
    max-width:1536px
  }
}

.inside,.mod_newsreader.block > p{
  margin-left:auto;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem
}

@media (min-width: 640px){
  .inside,.mod_newsreader.block > p{
    padding-left:1.5rem;
    padding-right:1.5rem
  }
}

@media (min-width: 1024px){
  .inside,.mod_newsreader.block > p{
    padding-left:2rem;
    padding-right:2rem
  }
}

.navitem{
  border-width:0px;
  border-color:var(--color-primary-light);
  padding-left:1rem;
  padding-right:1rem;
  padding-bottom:0.25rem;
  font-size:1rem;
  line-height:1.5rem;
  font-weight:500;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration:150ms;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
}

.navitem:hover{
  --tw-translate-x:-0.5rem;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-right-width:8px;
  padding-right:0.5rem;
  color:var(--color-white)
}

/*
  .input {
    @apply focus:ring-primary-200 focus:border-primary-300 block w-full shadow-sm sm:text-sm border-primary-100 rounded-sm
  }*/

h1 {
}

h2 {
}

h3 {
}

h4 {
}

ul.list{
  margin-bottom:1rem;
  margin-left:1.3rem
}

body p{
  margin-bottom:1.5rem
}

body ul li p{
  margin-bottom:0px
}

.btn{
  border-width:2px;
  padding:1rem;
  text-align:center;
  text-transform:uppercase;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  transition-delay:100ms
}

.btn:hover{
  --tw-scale-x:1.05;
  --tw-scale-y:1.05;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.btn.nav{
  border-width:0px;
  padding:0.5rem
}

.btn.txt-left{
  text-align:left
}

.btn.primary{
  border-color:var(--color-primary);
  background-color:var(--color-primary);
  color:var(--color-white)
}

.btn.primary:hover{
  background-color:var(--color-primary-dark)
}

.btn.primary-outline{
  border-color:var(--color-primary);
  background-color:transparent;
  color:var(--color-primary)
}

.btn.primary-outline:hover{
  background-color:var(--color-primary);
  color:var(--color-white)
}

.btn.secondary{
  border-color:var(--color-secondary);
  background-color:var(--color-secondary);
  color:var(--color-white)
}

.btn.secondary:hover{
  border-color:var(--color-secondary-dark);
  background-color:var(--color-secondary-dark)
}

.btn.secondary-blue{
  border-color:var(--color-secondary);
  background-color:var(--color-secondary);
  color:var(--color-white)
}

.btn.secondary-blue:hover{
  background-color:var(--color-white);
  color:var(--color-primary)
}

.btn.secondary-outline{
  border-color:var(--color-secondary);
  background-color:transparent;
  color:var(--color-secondary)
}

.btn.secondary-outline:hover{
  background-color:var(--color-secondary);
  color:var(--color-white)
}

.btn.white{
  border-color:var(--color-white);
  background-color:var(--color-white);
  color:var(--color-primary)
}

.btn.white:hover{
  background-color:var(--color-basic-light)
}

.btn.white-outline{
  border-color:var(--color-white);
  background-color:transparent;
  color:var(--color-white)
}

.btn.white-outline:hover{
  border-color:var(--color-white);
  background-color:var(--color-white);
  color:var(--color-primary)
}

.btn.black{
  border-color:var(--color-black);
  background-color:var(--color-black);
  color:var(--color-white)
}

.btn.black:hover{
  background-color:var(--color-primary)
}

.btn.black-outline{
  border-color:var(--color-black);
  background-color:transparent;
  color:var(--color-black)
}

.btn.black-outline:hover{
  border-color:var(--color-black);
  background-color:var(--color-black);
  color:var(--color-white)
}

.grid-row-first-2{
  grid-row-start:1;
  grid-row-end:1
}

.grid-row-last-2{
  grid-row-start:2;
  grid-row-end:2
}

.fliesstext{
  font-size:1.125rem;
  line-height:1.75rem
}

@media (min-width: 640px){
  .fliesstext{
    font-size:1.25rem;
    line-height:1.75rem
  }
}

#blockteaser{
  margin-top:4rem
}

blockquote,
  dl,
  dd,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  figure,
  p,
  pre {
  /*@apply hyphens-auto*/
}

*, ::before, ::after{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: 
}

::-webkit-backdrop{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: 
}

::backdrop{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: 
}

.container{
  width:100%
}

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

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

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

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

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

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border-width:0
}

.visible{
  visibility:visible
}

.invisible{
  visibility:hidden
}

.collapse{
  visibility:collapse
}

.static{
  position:static
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.sticky{
  position:sticky
}

.top-0{
  top:0px
}

.right-0{
  right:0px
}

.bottom-0{
  bottom:0px
}

.left-0{
  left:0px
}

.bottom-12{
  bottom:3rem
}

.right-6{
  right:1.5rem
}

.top-6{
  top:1.5rem
}

.top-\[-10px\]{
  top:-10px
}

.bottom-\[-25px\]{
  bottom:-25px
}

.top-40{
  top:10rem
}

.top-32{
  top:8rem
}

.z-0{
  z-index:0
}

.z-10{
  z-index:10
}

.z-50{
  z-index:50
}

.order-2{
  order:2
}

.order-1{
  order:1
}

.order-3{
  order:3
}

.order-first{
  order:-9999
}

.m-4{
  margin:1rem
}

.m-8{
  margin:2rem
}

.my-8{
  margin-top:2rem;
  margin-bottom:2rem
}

.my-6{
  margin-top:1.5rem;
  margin-bottom:1.5rem
}

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

.my-16{
  margin-top:4rem;
  margin-bottom:4rem
}

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

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

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

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

.my-12{
  margin-top:3rem;
  margin-bottom:3rem
}

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

.mb-4{
  margin-bottom:1rem
}

.mb-2{
  margin-bottom:0.5rem
}

.mt-4{
  margin-top:1rem
}

.mb-8{
  margin-bottom:2rem
}

.mt-8{
  margin-top:2rem
}

.mt-\[-4rem\]{
  margin-top:-4rem
}

.mr-2{
  margin-right:0.5rem
}

.mt-2{
  margin-top:0.5rem
}

.mb-6{
  margin-bottom:1.5rem
}

.mr-4{
  margin-right:1rem
}

.mb-12{
  margin-bottom:3rem
}

.mb-3{
  margin-bottom:0.75rem
}

.mt-\[-2em\]{
  margin-top:-2em
}

.ml-2{
  margin-left:0.5rem
}

.mt-0{
  margin-top:0px
}

.mb-0{
  margin-bottom:0px
}

.mt-12{
  margin-top:3rem
}

.mb-16{
  margin-bottom:4rem
}

.mt-16{
  margin-top:4rem
}

.mt-1{
  margin-top:0.25rem
}

.mt-0\.5{
  margin-top:0.125rem
}

.mr-0{
  margin-right:0px
}

.mb-14{
  margin-bottom:3.5rem
}

.ml-4{
  margin-left:1rem
}

.mr-3{
  margin-right:0.75rem
}

.-mt-1{
  margin-top:-0.25rem
}

.ml-0{
  margin-left:0px
}

.-mb-20{
  margin-bottom:-5rem
}

.ml-10{
  margin-left:2.5rem
}

.mt-20{
  margin-top:5rem
}

.-mb-px{
  margin-bottom:-1px
}

.block{
  display:block
}

.inline{
  display:inline
}

.flex{
  display:flex
}

.table{
  display:table
}

.grid{
  display:grid
}

.hidden{
  display:none
}

.h-12{
  height:3rem
}

.h-6{
  height:1.5rem
}

.h-full{
  height:100%
}

.h-5{
  height:1.25rem
}

.h-10{
  height:2.5rem
}

.h-8{
  height:2rem
}

.h-\[100px\]{
  height:100px
}

.h-7{
  height:1.75rem
}

.h-\[200px\]{
  height:200px
}

.h-px{
  height:1px
}

.h-20{
  height:5rem
}

.h-16{
  height:4rem
}

.h-4{
  height:1rem
}

.h-3{
  height:0.75rem
}

.h-\[75vh\]{
  height:75vh
}

.h-28{
  height:7rem
}

.h-\[90px\]{
  height:90px
}

.h-screen-2-3{
  height:calc(200vh / 3)
}

.h-screen{
  height:100vh
}

.h-\[250px\]{
  height:250px
}

.h-min{
  height:-webkit-min-content;
  height:-moz-min-content;
  height:min-content
}

.h-80{
  height:20rem
}

.max-h-\[300px\]{
  max-height:300px
}

.max-h-\[250px\]{
  max-height:250px
}

.min-h-\[400px\]{
  min-height:400px
}

.min-h-screen{
  min-height:100vh
}

.min-h-full{
  min-height:100%
}

.min-h-\[50vh\]{
  min-height:50vh
}

.min-h-\[300px\]{
  min-height:300px
}

.min-h-\[290px\]{
  min-height:290px
}

.w-full{
  width:100%
}

.w-12{
  width:3rem
}

.w-6{
  width:1.5rem
}

.w-fit{
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content
}

.w-36{
  width:9rem
}

.w-5{
  width:1.25rem
}

.w-10{
  width:2.5rem
}

.w-8{
  width:2rem
}

.w-\[100px\]{
  width:100px
}

.w-7{
  width:1.75rem
}

.w-16{
  width:4rem
}

.w-auto{
  width:auto
}

.w-4{
  width:1rem
}

.w-3{
  width:0.75rem
}

.w-28{
  width:7rem
}

.w-20{
  width:5rem
}

.w-24{
  width:6rem
}

.min-w-full{
  min-width:100%
}

.max-w-prose{
  max-width:65ch
}

.max-w-full{
  max-width:100%
}

.max-w-fit{
  max-width:-webkit-fit-content;
  max-width:-moz-fit-content;
  max-width:fit-content
}

.max-w-md{
  max-width:28rem
}

.max-w-\[1200px\]{
  max-width:1200px
}

.max-w-7xl{
  max-width:80rem
}

.flex-none{
  flex:none
}

.flex-1{
  flex:1 1 0%
}

.flex-initial{
  flex:0 1 auto
}

.flex-shrink-0{
  flex-shrink:0
}

.grow{
  flex-grow:1
}

.basis-full{
  flex-basis:100%
}

.basis-\[5\%\]{
  flex-basis:5%
}

.basis-\[95\%\]{
  flex-basis:95%
}

.basis-\[7\%\]{
  flex-basis:7%
}

.basis-\[93\%\]{
  flex-basis:93%
}

.scale-110{
  --tw-scale-x:1.1;
  --tw-scale-y:1.1;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform{
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer{
  cursor:pointer
}

.resize{
  resize:both
}

.list-none{
  list-style-type:none
}

.appearance-none{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none
}

.grid-cols-1{
  grid-template-columns:repeat(1, minmax(0, 1fr))
}

.flex-row{
  flex-direction:row
}

.flex-col{
  flex-direction:column
}

.flex-wrap{
  flex-wrap:wrap
}

.items-start{
  align-items:flex-start
}

.items-end{
  align-items:flex-end
}

.items-center{
  align-items:center
}

.justify-start{
  justify-content:flex-start
}

.justify-end{
  justify-content:flex-end
}

.justify-center{
  justify-content:center
}

.justify-between{
  justify-content:space-between
}

.justify-around{
  justify-content:space-around
}

.justify-evenly{
  justify-content:space-evenly
}

.justify-items-center{
  justify-items:center
}

.gap-8{
  gap:2rem
}

.gap-10{
  gap:2.5rem
}

.gap-4{
  gap:1rem
}

.gap-12{
  gap:3rem
}

.gap-y-8{
  row-gap:2rem
}

.gap-y-14{
  row-gap:3.5rem
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0.5rem * var(--tw-space-x-reverse));
  margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(1rem * var(--tw-space-x-reverse));
  margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
}

.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse:0;
  border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width:calc(1px * var(--tw-divide-y-reverse))
}

.divide-solid > :not([hidden]) ~ :not([hidden]){
  border-style:solid
}

.self-center{
  align-self:center
}

.whitespace-nowrap{
  white-space:nowrap
}

.rounded-full{
  border-radius:9999px
}

.border{
  border-width:1px
}

.border-2{
  border-width:2px
}

.border-b-2{
  border-bottom-width:2px
}

.border-b{
  border-bottom-width:1px
}

.border-white20{
  border-color:var(--color-white-opacity-20)
}

.border-gray-300{
  --tw-border-opacity:1;
  border-color:rgb(209 213 219 / var(--tw-border-opacity))
}

.border-primary-base{
  border-color:var(--color-primary)
}

.border-secondary-base{
  border-color:var(--color-secondary)
}

.border-white{
  border-color:var(--color-white)
}

.border-primary-light{
  border-color:var(--color-primary-light)
}

.border-secondary-light{
  border-color:var(--color-secondary-light)
}

.border-gray-200{
  --tw-border-opacity:1;
  border-color:rgb(229 231 235 / var(--tw-border-opacity))
}

.bg-primary-lightest{
  background-color:var(--color-primary-lightest)
}

.bg-white{
  background-color:var(--color-white)
}

.bg-primary-base{
  background-color:var(--color-primary)
}

.bg-secondary-base{
  background-color:var(--color-secondary)
}

.bg-primary-opacity{
  background-color:var(--color-primary-opacity)
}

.bg-basic-base{
  background-color:var(--color-basic)
}

.bg-basic-light{
  background-color:var(--color-basic-light)
}

.bg-basic-dark{
  background-color:var(--color-basic-dark)
}

.bg-basic-dark-opacity{
  background-color:var(--color-basic-dark-opacity)
}

.bg-primary-dark-opacity{
  background-color:var(--color-primary-dark-opacity)
}

.bg-white20{
  background-color:var(--color-white-opacity-20)
}

.bg-white50{
  background-color:var(--color-white-opacity-50)
}

.bg-primary-dark{
  background-color:var(--color-primary-dark)
}

.bg-primary-light{
  background-color:var(--color-primary-light)
}

.bg-secondary-light{
  background-color:var(--color-secondary-light)
}

.bg-secondary-dark{
  background-color:var(--color-secondary-dark)
}

.bg-black{
  background-color:var(--color-black)
}

.bg-cover{
  background-size:cover
}

.bg-center{
  background-position:center
}

.bg-no-repeat{
  background-repeat:no-repeat
}

.object-contain{
  -o-object-fit:contain;
     object-fit:contain
}

.object-cover{
  -o-object-fit:cover;
     object-fit:cover
}

.object-center{
  -o-object-position:center;
     object-position:center
}

.p-6{
  padding:1.5rem
}

.p-8{
  padding:2rem
}

.p-1{
  padding:0.25rem
}

.p-2{
  padding:0.5rem
}

.p-4{
  padding:1rem
}

.p-3{
  padding:0.75rem
}

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

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

.py-8{
  padding-top:2rem;
  padding-bottom:2rem
}

.py-2\.5{
  padding-top:0.625rem;
  padding-bottom:0.625rem
}

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

.py-16{
  padding-top:4rem;
  padding-bottom:4rem
}

.py-20{
  padding-top:5rem;
  padding-bottom:5rem
}

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

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

.py-24{
  padding-top:6rem;
  padding-bottom:6rem
}

.px-8{
  padding-left:2rem;
  padding-right:2rem
}

.pb-6{
  padding-bottom:1.5rem
}

.pt-20{
  padding-top:5rem
}

.pb-24{
  padding-bottom:6rem
}

.pr-8{
  padding-right:2rem
}

.pb-2{
  padding-bottom:0.5rem
}

.pl-0{
  padding-left:0px
}

.pt-2{
  padding-top:0.5rem
}

.pb-4{
  padding-bottom:1rem
}

.pt-6{
  padding-top:1.5rem
}

.pl-4{
  padding-left:1rem
}

.pl-3{
  padding-left:0.75rem
}

.pt-28{
  padding-top:7rem
}

.pb-0{
  padding-bottom:0px
}

.pb-8{
  padding-bottom:2rem
}

.pl-2{
  padding-left:0.5rem
}

.text-center{
  text-align:center
}

.align-text-bottom{
  vertical-align:text-bottom
}

.font-sans{
  font-family:Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji,sans-serif
}

.text-xl{
  font-size:1.25rem;
  line-height:1.75rem
}

.text-2xl{
  font-size:1.5rem;
  line-height:2rem
}

.text-4xl{
  font-size:2.25rem;
  line-height:2.5rem
}

.text-lg{
  font-size:1.125rem;
  line-height:1.75rem
}

.text-xs{
  font-size:0.75rem;
  line-height:1rem
}

.text-sm{
  font-size:0.875rem;
  line-height:1.25rem
}

.text-base{
  font-size:1rem;
  line-height:1.5rem
}

.text-3xl{
  font-size:1.875rem;
  line-height:2.25rem
}

.text-6xl{
  font-size:3.75rem;
  line-height:1
}

.font-bold{
  font-weight:700
}

.font-medium{
  font-weight:500
}

.font-semibold{
  font-weight:600
}

.font-extrabold{
  font-weight:800
}

.uppercase{
  text-transform:uppercase
}

.normal-case{
  text-transform:none
}

.leading-relaxed{
  line-height:1.625
}

.tracking-tight{
  letter-spacing:-0.025em
}

.text-white{
  color:var(--color-white)
}

.text-primary-base{
  color:var(--color-primary)
}

.text-secondary-base{
  color:var(--color-secondary)
}

.text-gray-500{
  --tw-text-opacity:1;
  color:rgb(107 114 128 / var(--tw-text-opacity))
}

.text-secondary-light{
  color:var(--color-secondary-light)
}

.text-gray-400{
  --tw-text-opacity:1;
  color:rgb(156 163 175 / var(--tw-text-opacity))
}

.text-basic-base{
  color:var(--color-basic)
}

.text-basic-light{
  color:var(--color-basic-light)
}

.text-basic-dark{
  color:var(--color-basic-dark)
}

.text-basic-dark-opacity{
  color:var(--color-basic-dark-opacity)
}

.text-primary-dark-opacity{
  color:var(--color-primary-dark-opacity)
}

.text-white20{
  color:var(--color-white-opacity-20)
}

.text-white50{
  color:var(--color-white-opacity-50)
}

.text-\[\#ccc\]{
  --tw-text-opacity:1;
  color:rgb(204 204 204 / var(--tw-text-opacity))
}

.text-\[\#9e9e9e\]{
  --tw-text-opacity:1;
  color:rgb(158 158 158 / var(--tw-text-opacity))
}

.text-primary-light{
  color:var(--color-primary-light)
}

.text-black{
  color:var(--color-black)
}

.text-\[\#ff0000\]{
  --tw-text-opacity:1;
  color:rgb(255 0 0 / var(--tw-text-opacity))
}

.text-gray-600{
  --tw-text-opacity:1;
  color:rgb(75 85 99 / var(--tw-text-opacity))
}

.text-primary-dark{
  color:var(--color-primary-dark)
}

.text-secondary-dark{
  color:var(--color-secondary-dark)
}

.underline{
  text-decoration-line:underline
}

.underline-offset-2{
  text-underline-offset:2px
}

.antialiased{
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

.opacity-10{
  opacity:0.1
}

.opacity-50{
  opacity:0.50
}

.opacity-25{
  opacity:0.25
}

.outline{
  outline-style:solid
}

.blur{
  --tw-blur:blur(8px);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.drop-shadow-md{
  --tw-drop-shadow:drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.grayscale{
  --tw-grayscale:grayscale(100%);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter{
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.duration-300{
  transition-duration:300ms
}

.ease-in-out{
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
}

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* other CSS overwritings */

::-moz-selection {
  /* Code for Firefox */
  color: var(--color-basic-dark);
  background: yellow;
}

::selection {
  color: var(--color-basic-dark);
  background: yellow;
}

body {
  overflow-x: hidden;
  font-family: 'Inter', sans-serif;
}

header.gradientt {
  background: var(--color-primary);
  background: linear-gradient(0deg, var(--color-primary-opacity) 0%, rgba(255,255,255,.6) 2%, rgba(255,255,255,.6) 82%, var(--color-primary-opacity) 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003e78",endColorstr="#003e78",GradientType=1);
}

header.gradientx {
  background: var(--color-primary);
  background: linear-gradient(0deg, var(--color-primary) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 82%, var(--color-primary) 82%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003e78",endColorstr="#003e78",GradientType=1);
}

@media (min-width: 1024px) {
  header.gradientt {
    background: var(--color-primary);
    background: linear-gradient(0deg, var(--color-primary-opacity) 0%, rgba(255,255,255,.6) 2%, rgba(255,255,255,.6) 56%, var(--color-primary-opacity) 56%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003e78",endColorstr="#003e78",GradientType=1);
  }

  header.gradientx {
    background: var(--color-primary);
    background: linear-gradient(0deg, var(--color-primary) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 56%, var(--color-primary) 56%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#003e78",endColorstr="#003e78",GradientType=1);
  }
}

body ul:not(.list) {
  margin-bottom: 1.5rem;
  margin-left: 1.2rem;
}

body ul.level_1 {
  margin-bottom: 0;
}

body ul.check-list {
  margin-left: 0;
}

body ul:not(.list) li {
  padding-bottom: 5px;
}

body ul:not(.check-list) li:before,
body ul.list li:before {
  content: "\2022";
  color: var(--color-secondary);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

body ul.list-none li:before {
  content: "";
  display: none;
  width: auto;
  margin-left: auto;
}

body ul.controls {
  margin-left: 0;
}

body ul li.prev:before,
body ul li.next:before {
  display: none;
}

#companylogo img {
  height: 121px;
}

@media (max-width: 1023px) {
  #companylogo img {
    height: 82px;
  }
}

#superhero {
  position: relative;
  z-index: 0
}

.mx-full {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

a.hover-scale {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

a.hover-scale:hover>div,
a.hover-scale:hover>svg {
  transform: scale(1.1);
}

@media (max-width: 1279px) {
  .inside {
    max-width: 100%;
  }
}

.leistungskachel:hover .hover-content {
  height: 100%;
  margin-bottom: 0;
  padding: 1rem;
}

/* Navi */

#header ul {
  margin-left: 0;
}

#header ul li:before {
  display: none;
}

#header nav>ul{
  display:flex;
  list-style-type:none;
  flex-direction:column
}

body ul#header nav>ul li:before {
  content: "";
  display: none;
  width: auto;
  margin-left: auto;
}

@media (min-width: 1024px){
  #header nav>ul{
    margin-left:2.5rem;
    flex-direction:row
  }

  #header nav>ul > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.5rem * var(--tw-space-x-reverse));
    margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
  }
}

#header nav>ul>li{
  position:relative
}

#header nav>ul>li>div>a{
  width:100%;
  font-size:1rem;
  line-height:1.5rem;
  font-weight:500;
  color:var(--color-primary)
}

#header nav>ul>li>div>a:hover{
  color:var(--color-secondary)
}

@media (min-width: 1536px){
  #header nav>ul>li>div>a{
    font-size:1.125rem;
    line-height:1.75rem
  }
}

@media (max-width: 1023px) {
  #header nav>ul>li>div>a{
    color:var(--color-white)
  }
}

#header nav>ul>li>ul.level_2{
  z-index:10;
  margin-bottom:0px;
  width:auto;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  list-style-type:none;
  flex-direction:column;
  background-color:var(--color-primary);
  padding-left:0px;
  padding-right:0px
}

body ul#header nav>ul>li>ul.level_2 li:before {
  content: "";
  display: none;
  width: auto;
  margin-left: auto;
}

#header nav>ul>li>ul.level_2>li>a{
  padding-left:0.75rem;
  padding-right:0.75rem;
  padding-top:0.5rem;
  padding-bottom:0.5rem;
  color:var(--color-white)
}

#header nav>ul>li>ul.level_2>li>a:hover{
  background-color:var(--color-secondary)
}

/* Mobile Nav */

@media (max-width: 1023px) {
  .offcanvas-container {
    width: 100%;
    right: -104%;
    position: fixed;
    padding: 20px;
    background-color: #012b5d;
    transition: all 0.3s ease-in-out;
    top: 0;
    /*100px;*/
    opacity: 0;
    height: 100vh;
    /*calc(100vh - 100px);*/
    max-width: 400px;
    overflow-y: scroll;
  }

  .offcanvas-container.open {
    right: 0;
    opacity: 1;
  }

  .main-nav ul li a {
    padding-top: .5rem;
    padding-bottom: .5rem;
    width: 100%;
    display: flex;
  }

  .main-nav ul.level_2 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-nav ul li a {
    position: absolute;
    right: 0;
  }

  .main-nav ul li.dropdown a {
    position: relative;
  }

  .main-nav ul.level_2 li.current a {
    background-color: var(--color-secondary);
    color: #fff;
  }

  .main-nav ul li.mobile-dropdown ul.level_2 {
    height: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
  }

  .main-nav ul li.mobile-dropdown.active ul.level_2 {
    display: flex;
    visibility: visible;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  #header nav>ul>li>ul.level_2 {
    width: auto;
    left: 0;
    top: 38px;
    position: absolute;
    display: none;
    margin-top: 0;
    color: #fff;
    z-index: 11;
    min-width: 220px;
  }

  #header nav.main-nav ul.level_2 li {
    padding-bottom: 0
  }

  #header nav ul li:hover>ul {
    width: auto;
    left: 0;
    top: 2.75em;
    position: absolute;
    display: flex;
    z-index: 11;
    min-width: 220px;
  }

  #header nav ul li:hover>ul li {
    display: flex;
  }

  #header nav ul li>ul li,
  #header nav ul li>ul li a,
  #header nav ul.level_2 li a {
    width: 100%;
  }

  #header nav ul li:last-of-type:hover>ul {
    left: auto;
    right: 0;
  }

  #header nav ul li:hover>ul li>div a,
  #header nav ul li:hover>ul li>div span {
    min-width: 220px;
    color: #fff
  }

  #header nav ul li>ul li.active>div span {
    color: #ff9000
  }

  #header nav.main-nav ul li:hover>div a,
  #header nav.main-nav ul li.active:hover>div>span {
    color: #fff
  }

  #header nav.main-nav>ul.level_1>li>div>a,
  #header nav.main-nav>ul.level_1>li>div>span {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  #header nav ul li>ul li.active {
    min-width: 220px;
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
    color: #fff
  }

  #header nav.main-nav>ul.level_1>li.submenu:hover,
  #header nav.main-nav>ul.level_1>li.submenu:hover a.submenu {
    color: var(--color-secondary);
  }

  #header nav.main-nav>ul li.active>div>span {
    color: #ff9000
  }

  #header nav ul li.startseite a,
  #header nav ul li.startseite span {
    text-indent: -9999px
  }

  #header nav ul li.startseite a::before,
  #header nav ul li.startseite span::before {
    width: 100%;
    height: 20px;
    left: 0;
    top: 3px;
    position: absolute;
    text-align: center;
    font: 22px FontAwesome;
    content: "\f015";
    text-indent: 0
  }

  #header span.plus {
    display: none
  }

  #header nav ul.level_2 li a {
    border-bottom: 1px solid var(--color-white-opacity-50);
  }

  #header nav ul.level_2 li:last-child a {
    border-bottom: none;
  }
}

/* tiles */

a.tile {
  position: relative;
  overflow: hidden;
  width: 100%;
}

a.tile img.bg-img {
  max-width: 100%;
  width: 100%;
  display: block;
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
}

a.tile p.hover-text {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  max-height: 0;
  transition: opacity 0.2s, transform 0.35s;
}

a.tile:hover p:first-child {
  transition: transform 0.35s;
}

a.tile:hover p {
  transform: translate3d(0, 0, 0);
}

a.tile:hover p.hover-text {
  margin-top: 1rem;
}

a.tile:hover p.hover-text,
a.tile:hover p,
a.tile:hover .icon {
  transition-delay: 0.05s;
  transition-duration: 0.35s;
  opacity: 1;
  max-height: 100%;
}

a.tile .text-box {
  transition-property: height, opacity;
  min-height: 50%;
}

a.tile .text-box p:first-child {
  transition-property: position, height;
}

a.tile:hover .text-box {
  height: 100%;
}

.pagination ul li a.active {
  font-weight: 700;
  border: 0;
}

/* footer bewertungen */

.footer-rezension {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bewertung-footer {
  position: relative;
  padding: 15px 10px;
  text-align: center;
  background-color: #f5f5f5;
  max-width: 450px;
  margin-bottom: 20px;
}

.bewertung-footer .footer-image {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.bewertung-footer .footer-image .image_container {
  display: flex;
  justify-content: center;
}

.footer-rezension .footer-image img {
  max-width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1023px) {
  .footer-rezension {
    position: relative;
    display: flex;
    align-items: end;
    justify-content: end;
  }

  .footer-rezension .footer-image img {
    width: 100%;
    margin-bottom: -2em;
  }
}

@media (max-width: 767px) {
  .footer-rezension {
    margin-bottom: 4em;
    justify-content: center;
    align-items: center;
  }

  .footer-rezension .footer-image img {
    margin-bottom: 0;
  }
}

/* slider */

.tns-outer {
  padding: 0 !important;
}

.tns-controls {
  text-align: center;
  margin-bottom: 10px;
  display:none;
}

.tns-nav {
  text-align: center;
  margin: 10px 0;
}

.tns-nav>.tns-nav-active {
  background: #999;
}

.tns-nav>[aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}

/* tabs */

@media (min-width: 768px){
  .nav-tabs{
    display:flex
  }
}

.mod_newsreader.nav-tabs>a > p{
  width:100%
}

@media (min-width: 640px){
  .mod_newsreader.nav-tabs>a > p{
    max-width:640px
  }
}

@media (min-width: 768px){
  .mod_newsreader.nav-tabs>a > p{
    max-width:768px
  }
}

@media (min-width: 1024px){
  .mod_newsreader.nav-tabs>a > p{
    max-width:1024px
  }
}

@media (min-width: 1280px){
  .mod_newsreader.nav-tabs>a > p{
    max-width:1280px
  }
}

@media (min-width: 1536px){
  .mod_newsreader.nav-tabs>a > p{
    max-width:1536px
  }
}

.mod_newsreader.nav-tabs>a > p{
  margin-left:auto;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem
}

@media (min-width: 640px){
  .mod_newsreader.nav-tabs>a > p{
    padding-left:1.5rem;
    padding-right:1.5rem
  }
}

@media (min-width: 1024px){
  .mod_newsreader.nav-tabs>a > p{
    padding-left:2rem;
    padding-right:2rem
  }
}

.nav-tabs>a{
  display:block;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  border-bottom-width:2px;
  border-color:transparent;
  padding-top:1rem;
  padding-bottom:1rem;
  font-size:1.125rem;
  line-height:1.75rem;
  font-weight:500
}

.nav-tabs>a:hover{
  cursor:pointer;
  --tw-border-opacity:1;
  border-color:rgb(209 213 219 / var(--tw-border-opacity))
}

@media (min-width: 768px){
  .nav-tabs>a{
    padding-left:1rem;
    padding-right:1rem
  }
}

.nav-tabs>a.active{
  border-color:var(--color-secondary);
  color:var(--color-secondary)
}

.tab-content>div{
  display:none
}

.tab-content>div.active {
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

.mod_newsreader.tab-content>div.active > p{
  width:100%
}

@media (min-width: 640px){
  .mod_newsreader.tab-content>div.active > p{
    max-width:640px
  }
}

@media (min-width: 768px){
  .mod_newsreader.tab-content>div.active > p{
    max-width:768px
  }
}

@media (min-width: 1024px){
  .mod_newsreader.tab-content>div.active > p{
    max-width:1024px
  }
}

@media (min-width: 1280px){
  .mod_newsreader.tab-content>div.active > p{
    max-width:1280px
  }
}

@media (min-width: 1536px){
  .mod_newsreader.tab-content>div.active > p{
    max-width:1536px
  }
}

.mod_newsreader.tab-content>div.active > p{
  margin-left:auto;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem
}

@media (min-width: 640px){
  .mod_newsreader.tab-content>div.active > p{
    padding-left:1.5rem;
    padding-right:1.5rem
  }
}

@media (min-width: 1024px){
  .mod_newsreader.tab-content>div.active > p{
    padding-left:2rem;
    padding-right:2rem
  }
}

.tab-content>div.active{
  display:block
}

/*add some styles to links within a contao p-tag*/

p a,
.link{
  border-bottom-width:1px;
  border-color:var(--color-secondary)
}

p a:hover,
.link:hover{
  border-color:var(--color-primary)
}

@-webkit-keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px
  }

  100% {
    opacity: 1;
    margin-left: 0px
  }
}

@keyframes sweep {
  0% {
    opacity: 0;
    margin-left: -10px
  }

  100% {
    opacity: 1;
    margin-left: 0px
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fade-in,.fadeIn {
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fade-out {
  -webkit-animation: fadeOut 0.5s;
          animation: fadeOut 0.5s;
}

/* HTML5 Akkordion */

details {
  transition: height 3s ease-in;
  position:relative
}

details summary{
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  padding-right:2rem;
  font-weight:700
}

summary::-webkit-details-marker{
  padding-top:0.75rem;
  padding-bottom:0.75rem;
  font-weight:700;
  color:var(--color-secondary)
}

details[open] summary{
  border-bottom-width:1px;
  border-color:var(--color-secondary)
}

/* Hide the default marker. */

details summary::-webkit-details-marker {
  display: none;
}

details[open] summary~* {
  -webkit-animation: sweep .5s ease-in-out;
          animation: sweep .5s ease-in-out;
}

/* Add the custom marker in the default state. */

details summary:after {
  display: inline-block;
  width: .5em;
  height: .5em;
  margin-right: .5em;
  content: "+";
  right: 0px;
  position: absolute;
  font-size: 1.5em;
  top: 0.5em;
  color:var(--color-secondary)
}

/* Move the sprite image when the details box is open. */

details[open] summary:after {
  content: "-";
}

/* Akkordion Open on Desktop */

@media (max-width: 1023px) {
  .openakkordion .mobile-akkordion .mobile-akkordion-content {
    height: 0;
    visibility: hidden;
    padding: 0;
    transition: all .3s ease-in-out;
  }

  .openakkordion .mobile-akkordion.active .mobile-akkordion-content {
    height: 100%;
    visibility: visible;
    padding: 2rem 1rem;
  }
}

/* Tabellen */

table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
}

table td {
  display: table-cell;
  vertical-align: inherit;
  padding: 15px 10px;
}

table thead tr {
  background-color: var(--color-primary);
  border-bottom: 1px solid white;
}

table thead {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

table thead tr th {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 15px 10px;
}

table tbody tr {
  background: var(--color-basic-light);
}

table tbody tr td {
  font-size: 1.125rem;
  color: var(--color-basic);
}

table tbody tr h5 {
  font-weight: bold;
}

@media (min-width: 768px) {
  .icon-accordion {
    display: none;
  }

  table tbody tr h5 {
    display: none;
  }
}

@media (max-width: 767px) {
  table thead,
  table tbody,
  table tr,
  table td,
  table th {
    display: block;
    width: 100%;
  }

  table thead tr {
    overflow: hidden;
    max-height: 60px;
    position: relative;
  }

  table thead tr th {
    text-align: left;
  }

  table tbody tr {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding-right: 3rem;
    border-bottom: 2px solid white;
  }

  table tbody tr:before {
    content: "+";
    display: block;
    text-align: center;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 4px;
    right: 17px;
    font-style: normal;
    font-size: 1.6em;
    color: var(--color-basic);
    font-weight: normal;
  }

  table tbody tr.active:before {
    content: "-";
  }

  table tbody tr:not(.active) td {
    width: 240px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  table tbody tr td:not(:first-child) {
    height: 0;
    visibility: hidden;
    padding: 0;
    transition: all .3s ease-in-out;
    transition: visibility .4s ease-in-out;
  }

  table tbody tr.active td:not(:first-child) {
    height: 100%;
    visibility: visible;
    padding: 10px 1rem;
  }
}

/* Video */

object,
embed,
video,
iframe {
  max-width: 100%;
  border: 0
}

.embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container.loaded {
  padding-bottom: 56.25%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-container img {
  width: 100%;
  height: auto;
}

.loadvideo {
  cursor: pointer !important;
}

.marginundervideo {
  margin-bottom: 30px;
}

@media (max-width: 639px) {
  .embed-container {
    height: 500px;
  }

  .embed-container img {
    height: 100%;
  }
}

/* wrap long Headlines */

@media (max-width: 1023px) {
  h1,
  h2,
  h3,
  h4 {
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

@media (max-width: 767px) {
  p {
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}

.placeholder\:text-white::-moz-placeholder{
  color:var(--color-white)
}

.placeholder\:text-white::placeholder{
  color:var(--color-white)
}

.hover\:scale-110:hover{
  --tw-scale-x:1.1;
  --tw-scale-y:1.1;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.hover\:cursor-pointer:hover{
  cursor:pointer
}

.hover\:border-secondary-base:hover{
  border-color:var(--color-secondary)
}

.hover\:bg-primary-base-opacity:hover{
  background-color:var(--color-primary-base-opacity)
}

.hover\:text-secondary-base:hover{
  color:var(--color-secondary)
}

.hover\:text-primary-base:hover{
  color:var(--color-primary)
}

.hover\:text-primary-opacity:hover{
  color:var(--color-primary-opacity)
}

.hover\:grayscale-0:hover{
  --tw-grayscale:grayscale(0);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

@media (prefers-color-scheme: dark){
  .dark\:text-white{
    color:var(--color-white)
  }
}

@media (min-width: 640px){
  .sm\:block{
    display:block
  }

  .sm\:inline-block{
    display:inline-block
  }

  .sm\:hidden{
    display:none
  }

  .sm\:h-8{
    height:2rem
  }

  .sm\:h-20{
    height:5rem
  }

  .sm\:h-14{
    height:3.5rem
  }

  .sm\:h-\[75vh\]{
    height:75vh
  }

  .sm\:min-h-\[350px\]{
    min-height:350px
  }

  .sm\:w-\[40\%\]{
    width:40%
  }

  .sm\:w-\[60\%\]{
    width:60%
  }

  .sm\:w-24{
    width:6rem
  }

  .sm\:w-8{
    width:2rem
  }

  .sm\:w-20{
    width:5rem
  }

  .sm\:w-14{
    width:3.5rem
  }

  .sm\:min-w-\[50\%\]{
    min-width:50%
  }

  .sm\:basis-6\/12{
    flex-basis:50%
  }

  .sm\:basis-\[7\%\]{
    flex-basis:7%
  }

  .sm\:basis-\[93\%\]{
    flex-basis:93%
  }

  .sm\:block.mod_newsreader > p{
    width:100%
  }

  @media (min-width: 640px){
    .sm\:block.mod_newsreader > p{
      max-width:640px
    }
  }

  @media (min-width: 768px){
    .sm\:block.mod_newsreader > p{
      max-width:768px
    }
  }

  @media (min-width: 1024px){
    .sm\:block.mod_newsreader > p{
      max-width:1024px
    }
  }

  @media (min-width: 1280px){
    .sm\:block.mod_newsreader > p{
      max-width:1280px
    }
  }

  @media (min-width: 1536px){
    .sm\:block.mod_newsreader > p{
      max-width:1536px
    }
  }

  .sm\:block.mod_newsreader > p{
    margin-left:auto;
    margin-right:auto;
    padding-left:1rem;
    padding-right:1rem
  }

  @media (min-width: 640px){
    .sm\:block.mod_newsreader > p{
      padding-left:1.5rem;
      padding-right:1.5rem
    }
  }

  @media (min-width: 1024px){
    .sm\:block.mod_newsreader > p{
      padding-left:2rem;
      padding-right:2rem
    }
  }

  .sm\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .sm\:flex-row{
    flex-direction:row
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-divide-y-reverse:0;
    border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width:calc(0px * var(--tw-divide-y-reverse))
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]){
    --tw-divide-x-reverse:0;
    border-right-width:calc(1px * var(--tw-divide-x-reverse));
    border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))
  }

  .sm\:p-2{
    padding:0.5rem
  }

  .sm\:px-0{
    padding-left:0px;
    padding-right:0px
  }

  .sm\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .sm\:pl-8{
    padding-left:2rem
  }

  .sm\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem
  }

  .sm\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .sm\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .sm\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .sm\:text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
  }
}

@media (min-width: 768px){
  .md\:left-\[-30px\]{
    left:-30px
  }

  .md\:right-\[-30px\]{
    right:-30px
  }

  .md\:order-1{
    order:1
  }

  .md\:order-2{
    order:2
  }

  .md\:order-3{
    order:3
  }

  .md\:row-span-2{
    grid-row:span 2 / span 2
  }

  .md\:ml-10{
    margin-left:2.5rem
  }

  .md\:block{
    display:block
  }

  .md\:inline{
    display:inline
  }

  .md\:flex{
    display:flex
  }

  .md\:hidden{
    display:none
  }

  .md\:h-\[75vh\]{
    height:75vh
  }

  .md\:h-24{
    height:6rem
  }

  .md\:h-10{
    height:2.5rem
  }

  .md\:h-8{
    height:2rem
  }

  .md\:h-6{
    height:1.5rem
  }

  .md\:h-5{
    height:1.25rem
  }

  .md\:h-4{
    height:1rem
  }

  .md\:h-full{
    height:100%
  }

  .md\:max-h-\[400px\]{
    max-height:400px
  }

  .md\:w-auto{
    width:auto
  }

  .md\:w-24{
    width:6rem
  }

  .md\:w-10{
    width:2.5rem
  }

  .md\:w-8{
    width:2rem
  }

  .md\:w-6{
    width:1.5rem
  }

  .md\:w-5{
    width:1.25rem
  }

  .md\:w-4{
    width:1rem
  }

  .md\:w-36{
    width:9rem
  }

  .md\:min-w-fit{
    min-width:-webkit-fit-content;
    min-width:-moz-fit-content;
    min-width:fit-content
  }

  .md\:basis-2\/6{
    flex-basis:33.333333%
  }

  .md\:basis-4\/6{
    flex-basis:66.666667%
  }

  .md\:block.mod_newsreader > p{
    width:100%
  }

  @media (min-width: 640px){
    .md\:block.mod_newsreader > p{
      max-width:640px
    }
  }

  @media (min-width: 768px){
    .md\:block.mod_newsreader > p{
      max-width:768px
    }
  }

  @media (min-width: 1024px){
    .md\:block.mod_newsreader > p{
      max-width:1024px
    }
  }

  @media (min-width: 1280px){
    .md\:block.mod_newsreader > p{
      max-width:1280px
    }
  }

  @media (min-width: 1536px){
    .md\:block.mod_newsreader > p{
      max-width:1536px
    }
  }

  .md\:block.mod_newsreader > p{
    margin-left:auto;
    margin-right:auto;
    padding-left:1rem;
    padding-right:1rem
  }

  @media (min-width: 640px){
    .md\:block.mod_newsreader > p{
      padding-left:1.5rem;
      padding-right:1.5rem
    }
  }

  @media (min-width: 1024px){
    .md\:block.mod_newsreader > p{
      padding-left:2rem;
      padding-right:2rem
    }
  }

  .md\:grid-row-first-2{
    grid-row-start:1;
    grid-row-end:1
  }

  .md\:columns-2{
    -moz-columns:2;
         columns:2
  }

  .md\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .md\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .md\:grid-cols-6\/4{
    grid-template-columns:2fr 1fr
  }

  .md\:grid-cols-4\/6{
    grid-template-columns:1fr 2fr
  }

  .md\:flex-row{
    flex-direction:row
  }

  .md\:flex-col{
    flex-direction:column
  }

  .md\:items-center{
    align-items:center
  }

  .md\:justify-center{
    justify-content:center
  }

  .md\:gap-12{
    gap:3rem
  }

  .md\:gap-0{
    gap:0px
  }

  .md\:gap-6{
    gap:1.5rem
  }

  .md\:gap-8{
    gap:2rem
  }

  .md\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1rem * var(--tw-space-x-reverse));
    margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .md\:p-4{
    padding:1rem
  }

  .md\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .md\:px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .md\:pl-4{
    padding-left:1rem
  }

  .md\:pr-6{
    padding-right:1.5rem
  }

  .md\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem
  }

  .md\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .md\:text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
  }

  .md\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .md\:text-7xl{
    font-size:4.5rem;
    line-height:1
  }

  .md\:text-6xl{
    font-size:3.75rem;
    line-height:1
  }
}

@media (min-width: 1024px){
  .lg\:order-last{
    order:9999
  }

  .lg\:mb-0{
    margin-bottom:0px
  }

  .lg\:-ml-2{
    margin-left:-0.5rem
  }

  .lg\:mr-8{
    margin-right:2rem
  }

  .lg\:mt-16{
    margin-top:4rem
  }

  .lg\:-mt-4{
    margin-top:-1rem
  }

  .lg\:-mt-2{
    margin-top:-0.5rem
  }

  .lg\:ml-10{
    margin-left:2.5rem
  }

  .lg\:mt-1{
    margin-top:0.25rem
  }

  .lg\:mt-2{
    margin-top:0.5rem
  }

  .lg\:-mt-3{
    margin-top:-0.75rem
  }

  .lg\:block{
    display:block
  }

  .lg\:flex{
    display:flex
  }

  .lg\:hidden{
    display:none
  }

  .lg\:h-full{
    height:100%
  }

  .lg\:h-8{
    height:2rem
  }

  .lg\:min-h-\[400px\]{
    min-height:400px
  }

  .lg\:w-auto{
    width:auto
  }

  .lg\:w-fit{
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content
  }

  .lg\:w-full{
    width:100%
  }

  .lg\:w-8{
    width:2rem
  }

  .lg\:w-2\/5{
    width:40%
  }

  .lg\:max-w-\[80\%\]{
    max-width:80%
  }

  .lg\:max-w-\[85\%\]{
    max-width:85%
  }

  .lg\:max-w-\[75\%\]{
    max-width:75%
  }

  .lg\:basis-1\/3{
    flex-basis:33.333333%
  }

  .lg\:basis-2\/3{
    flex-basis:66.666667%
  }

  .lg\:basis-auto{
    flex-basis:auto
  }

  .lg\:block.mod_newsreader > p{
    width:100%
  }

  @media (min-width: 640px){
    .lg\:block.mod_newsreader > p{
      max-width:640px
    }
  }

  @media (min-width: 768px){
    .lg\:block.mod_newsreader > p{
      max-width:768px
    }
  }

  @media (min-width: 1024px){
    .lg\:block.mod_newsreader > p{
      max-width:1024px
    }
  }

  @media (min-width: 1280px){
    .lg\:block.mod_newsreader > p{
      max-width:1280px
    }
  }

  @media (min-width: 1536px){
    .lg\:block.mod_newsreader > p{
      max-width:1536px
    }
  }

  .lg\:block.mod_newsreader > p{
    margin-left:auto;
    margin-right:auto;
    padding-left:1rem;
    padding-right:1rem
  }

  @media (min-width: 640px){
    .lg\:block.mod_newsreader > p{
      padding-left:1.5rem;
      padding-right:1.5rem
    }
  }

  @media (min-width: 1024px){
    .lg\:block.mod_newsreader > p{
      padding-left:2rem;
      padding-right:2rem
    }
  }

  .lg\:grid-row-first-2{
    grid-row-start:1;
    grid-row-end:1
  }

  .lg\:columns-2{
    -moz-columns:2;
         columns:2
  }

  .lg\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .lg\:grid-cols-6\/4{
    grid-template-columns:2fr 1fr
  }

  .lg\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .lg\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .lg\:grid-cols-8\/2{
    grid-template-columns:4fr 1fr
  }

  .lg\:grid-cols-4\/6{
    grid-template-columns:1fr 2fr
  }

  .lg\:flex-row{
    flex-direction:row
  }

  .lg\:flex-col{
    flex-direction:column
  }

  .lg\:flex-nowrap{
    flex-wrap:nowrap
  }

  .lg\:items-end{
    align-items:flex-end
  }

  .lg\:items-center{
    align-items:center
  }

  .lg\:justify-end{
    justify-content:flex-end
  }

  .lg\:justify-center{
    justify-content:center
  }

  .lg\:gap-12{
    gap:3rem
  }

  .lg\:gap-8{
    gap:2rem
  }

  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(1.5rem * var(--tw-space-x-reverse));
    margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .lg\:border-r-2{
    border-right-width:2px
  }

  .lg\:border-none{
    border-style:none
  }

  .lg\:border-basic-light{
    border-color:var(--color-basic-light)
  }

  .lg\:bg-center{
    background-position:center
  }

  .lg\:py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .lg\:py-1{
    padding-top:0.25rem;
    padding-bottom:0.25rem
  }

  .lg\:py-16{
    padding-top:4rem;
    padding-bottom:4rem
  }

  .lg\:px-8{
    padding-left:2rem;
    padding-right:2rem
  }

  .lg\:py-0{
    padding-top:0px;
    padding-bottom:0px
  }

  .lg\:pl-0{
    padding-left:0px
  }

  .lg\:pb-0{
    padding-bottom:0px
  }

  .lg\:pt-6{
    padding-top:1.5rem
  }

  .lg\:pt-2{
    padding-top:0.5rem
  }

  .lg\:pt-3{
    padding-top:0.75rem
  }

  .lg\:pt-0{
    padding-top:0px
  }

  .lg\:text-center{
    text-align:center
  }

  .lg\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem
  }

  .lg\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .lg\:text-lg{
    font-size:1.125rem;
    line-height:1.75rem
  }

  .lg\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }
}

@media (min-width: 1280px){
  .xl\:row-span-1{
    grid-row:span 1 / span 1
  }

  .xl\:max-h-\[400px\]{
    max-height:400px
  }

  .xl\:min-h-\[400px\]{
    min-height:400px
  }

  .xl\:max-w-sm{
    max-width:24rem
  }

  .xl\:max-w-\[43\.5rem\]{
    max-width:43.5rem
  }

  .xl\:max-w-5xl{
    max-width:64rem
  }

  .xl\:max-w-\[70\%\]{
    max-width:70%
  }

  .xl\:basis-1\/4{
    flex-basis:25%
  }

  .xl\:grid-cols-7\/3{
    grid-template-columns:2fr .75fr
  }

  .xl\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .xl\:grid-cols-3\/7{
    grid-template-columns:.75fr 2fr
  }

  .xl\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .xl\:flex-row{
    flex-direction:row
  }

  .xl\:items-end{
    align-items:flex-end
  }

  .xl\:text-right{
    text-align:right
  }

  .xl\:text-7xl{
    font-size:4.5rem;
    line-height:1
  }
}

@media (min-width: 1536px){
  .\32xl\:mr-2{
    margin-right:0.5rem
  }

  .\32xl\:columns-3{
    -moz-columns:3;
         columns:3
  }

  .\32xl\:grid-cols-7\/3{
    grid-template-columns:2fr .75fr
  }

  .\32xl\:flex-row{
    flex-direction:row
  }

  .\32xl\:border-r{
    border-right-width:1px
  }

  .\32xl\:pr-2{
    padding-right:0.5rem
  }

  .\32xl\:text-lg{
    font-size:1.125rem;
    line-height:1.75rem
  }
}
/*# sourceMappingURL=theme.css.map */
