.tippy-box[data-animation=fade][data-state=hidden] {
opacity: 0
}
[data-tippy-root] {
max-width: calc(100vw - 10px)
}
.tippy-box {
position: relative;
background-color: #fff;
color: #000;
font-size: 14px;
line-height: 1.4;
white-space: normal;
outline: 0;
transition-property: transform, visibility, opacity;
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tippy-box[data-placement^=top] > .tippy-arrow {
bottom: 0
}
.tippy-box[data-placement^=top] > .tippy-arrow:before {
bottom: -7px;
left: 0;
border-width: 8px 8px 0;
border-top-color: initial;
transform-origin: center top
}
.tippy-box[data-placement^=bottom] > .tippy-arrow {
top: 0
}
.tippy-box[data-animation='rotate'][data-state='hidden'] {
opacity: 0;
transform: rotate(90deg);
}
.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
top: -7px;
left: 0;
border-width: 0 8px 8px;
border-bottom-color: initial;
transform-origin: center bottom
}
.tippy-box[data-placement^=left] > .tippy-arrow {
right: 0
}
.tippy-box[data-placement^=left] > .tippy-arrow:before {
border-width: 8px 0 8px 8px;
border-left-color: initial;
right: -7px;
transform-origin: center left
}
.tippy-box[data-placement^=right] > .tippy-arrow {
left: 0
}
.tippy-box[data-placement^=right] > .tippy-arrow:before {
left: -7px;
border-width: 8px 8px 8px 0;
border-right-color: initial;
transform-origin: center right
}
.tippy-box[data-inertia][data-state=visible] {
transition-timing-function: cubic-bezier(.54, 1.5, .38, 1.11);
}
.tippy-arrow {
width: 16px;
height: 16px;
color: #fff;
}
.tippy-arrow:before {
content: "";
position: absolute;
border-color: transparent;
border-style: solid
}
.tippy-content {
position: relative;
padding: 5px 9px;
z-index: 1
}
@font-face {
font-family: 'Dax-Regular';
src: url('/theme/public/assets/fonts/dax/daxregular-webfont.eot');
src: url('/theme/public/assets/fonts/dax/daxregular-webfont.eot?#iefix') format('embedded-opentype'),
url('/theme/public/assets/fonts/dax/daxregular-webfont.woff') format('woff'),
url('/theme/public/assets/fonts/dax/daxregular-webfont.ttf') format('truetype'),
url('/theme/public/assets/fonts/dax/daxregular-webfont.svg#daxregular') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'Dax-Medium';
src: url('/theme/public/assets/fonts/dax/daxmedium-webfont.eot');
src: url('/theme/public/assets/fonts/dax/daxmedium-webfont.eot?#iefix') format('embedded-opentype'),
url('/theme/public/assets/fonts/dax/daxmedium-webfont.woff') format('woff'),
url('/theme/public/assets/fonts/dax/daxmedium-webfont.ttf') format('truetype'),
url('/theme/public/assets/fonts/dax/daxmedium-webfont.svg#daxmedium') format('svg');
font-weight: normal;
font-style: normal;
font-display: swap;
}
/* Viewportsize */
#viewportsize {
position: fixed;
left: 0px;
bottom: 0px;
z-index: 50;
border-top-right-radius: 0.25rem;
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
padding: 0.5rem;
padding-left: 3rem;
font-size: 0.75rem;
line-height: 1rem;
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(248 113 113 / var(--tw-text-opacity))
}
#viewportsize::before {
bottom: 0.5rem;
margin-left: 0.25rem;
margin-bottom: 0.375rem;
width: 2.25rem;
text-align: right;
font-weight: 700;
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity))
}
/*
! tailwindcss v3.2.4 | 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.
5. Use the user's configured `sans` font-feature-settings 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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
font-feature-settings: normal; /* 5 */
}
/*
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;
}
*, ::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: ;
}
::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%;
margin-right: auto;
margin-left: auto;
}
@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;
}
}
#viewportsize::before {
position: fixed;
z-index: 2147483647;
bottom: 0;
left: 0;
padding: .3333333em .5em;
font-size: 12px;
line-height: 1;
font-family: sans-serif;
background-color: #000;
color: #fff;
box-shadow: none;
content: '_';
}
@media (min-width: 640px) {
#viewportsize::before {
content: 'sm';
}
}
@media (min-width: 768px) {
#viewportsize::before {
content: 'md';
}
}
@media (min-width: 1024px) {
#viewportsize::before {
content: 'lg';
}
}
@media (min-width: 1280px) {
#viewportsize::before {
content: 'xl';
}
}
@media (min-width: 1536px) {
#viewportsize::before {
content: '2xl';
}
}
.visible {
visibility: visible;
}
.static {
position: static;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.inset-0 {
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.inset-y-0 {
top: 0px;
bottom: 0px;
}
.left-0 {
left: 0px;
}
.bottom-0 {
bottom: 0px;
}
.bottom-2 {
bottom: 0.5rem;
}
.-top-0\.5 {
top: -0.125rem;
}
.-left-3 {
left: -0.75rem;
}
.-top-0 {
top: -0px;
}
.top-0 {
top: 0px;
}
.-left-1 {
left: -0.25rem;
}
.-bottom-1 {
bottom: -0.25rem;
}
.right-3 {
right: 0.75rem;
}
.top-3\.5 {
top: 0.875rem;
}
.top-3 {
top: 0.75rem;
}
.right-0 {
right: 0px;
}
.top-\[50\%\] {
top: 50%;
}
.right-4 {
right: 1rem;
}
.left-4 {
left: 1rem;
}
.bottom-4 {
bottom: 1rem;
}
.-z-10 {
z-index: -10;
}
.z-50 {
z-index: 50;
}
.float-right {
float: right;
}
.float-left {
float: left;
}
.m-1 {
margin: 0.25rem;
}
.m-0 {
margin: 0px;
}
.my-2 {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.my-3 {
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
.mx-0 {
margin-left: 0px;
margin-right: 0px;
}
.mx-12 {
margin-left: 3rem;
margin-right: 3rem;
}
.mx-4 {
margin-left: 1rem;
margin-right: 1rem;
}
.my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.mt-3 {
margin-top: 0.75rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.ml-1 {
margin-left: 0.25rem;
}
.mb-1\.5 {
margin-bottom: 0.375rem;
}
.mb-1 {
margin-bottom: 0.25rem;
}
.-mt-2 {
margin-top: -0.5rem;
}
.-mt-10 {
margin-top: -2.5rem;
}
.\!mt-0 {
margin-top: 0px !important;
}
.\!mt-1 {
margin-top: 0.25rem !important;
}
.\!mt-2 {
margin-top: 0.5rem !important;
}
.\!mt-3 {
margin-top: 0.75rem !important;
}
.\!mt-4 {
margin-top: 1rem !important;
}
.\!mt-5 {
margin-top: 1.25rem !important;
}
.\!mt-6 {
margin-top: 1.5rem !important;
}
.\!mt-8 {
margin-top: 2rem !important;
}
.\!mt-10 {
margin-top: 2.5rem !important;
}
.\!mt-12 {
margin-top: 3rem !important;
}
.\!mt-16 {
margin-top: 4rem !important;
}
.\!mt-20 {
margin-top: 5rem !important;
}
.\!mt-24 {
margin-top: 6rem !important;
}
.\!mt-32 {
margin-top: 8rem !important;
}
.\!mt-40 {
margin-top: 10rem !important;
}
.\!mt-48 {
margin-top: 12rem !important;
}
.\!mt-56 {
margin-top: 14rem !important;
}
.\!mt-64 {
margin-top: 16rem !important;
}
.\!mb-0 {
margin-bottom: 0px !important;
}
.\!mb-1 {
margin-bottom: 0.25rem !important;
}
.\!mb-2 {
margin-bottom: 0.5rem !important;
}
.\!mb-3 {
margin-bottom: 0.75rem !important;
}
.\!mb-4 {
margin-bottom: 1rem !important;
}
.\!mb-5 {
margin-bottom: 1.25rem !important;
}
.\!mb-6 {
margin-bottom: 1.5rem !important;
}
.\!mb-8 {
margin-bottom: 2rem !important;
}
.\!mb-10 {
margin-bottom: 2.5rem !important;
}
.\!mb-12 {
margin-bottom: 3rem !important;
}
.\!mb-16 {
margin-bottom: 4rem !important;
}
.\!mb-20 {
margin-bottom: 5rem !important;
}
.\!mb-24 {
margin-bottom: 6rem !important;
}
.\!mb-32 {
margin-bottom: 8rem !important;
}
.\!mb-40 {
margin-bottom: 10rem !important;
}
.\!mb-48 {
margin-bottom: 12rem !important;
}
.\!mb-56 {
margin-bottom: 14rem !important;
}
.\!mb-64 {
margin-bottom: 16rem !important;
}
.mt-4 {
margin-top: 1rem;
}
.ml-3 {
margin-left: 0.75rem;
}
.mt-8 {
margin-top: 2rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.mt-10 {
margin-top: 2.5rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.-ml-2 {
margin-left: -0.5rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.mt-20 {
margin-top: 5rem;
}
.mb-32 {
margin-bottom: 8rem;
}
.mr-10 {
margin-right: 2.5rem;
}
.mr-1 {
margin-right: 0.25rem;
}
.-mb-3 {
margin-bottom: -0.75rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mb-20 {
margin-bottom: 5rem;
}
.ml-4 {
margin-left: 1rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mb-16 {
margin-bottom: 4rem;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.h-96 {
height: 24rem;
}
.h-5 {
height: 1.25rem;
}
.h-4 {
height: 1rem;
}
.h-full {
height: 100%;
}
.h-3 {
height: 0.75rem;
}
.h-10 {
height: 2.5rem;
}
.h-1 {
height: 0.25rem;
}
.h-6 {
height: 1.5rem;
}
.h-20 {
height: 5rem;
}
.min-h-screen {
min-height: 100vh;
}
.w-full {
width: 100%;
}
.w-9 {
width: 2.25rem;
}
.w-5 {
width: 1.25rem;
}
.w-4 {
width: 1rem;
}
.w-auto {
width: auto;
}
.w-10 {
width: 2.5rem;
}
.w-3 {
width: 0.75rem;
}
.w-6 {
width: 1.5rem;
}
.min-w-0 {
min-width: 0px;
}
.max-w-lg {
max-width: 32rem;
}
.max-w-none {
max-width: none;
}
.flex-1 {
flex: 1 1 0%;
}
.flex-shrink {
flex-shrink: 1;
}
.flex-grow {
flex-grow: 1;
}
.translate-x-full {
--tw-translate-x: 100%;
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));
}
.translate-x-0 {
--tw-translate-x: 0px;
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));
}
.-translate-x-full {
--tw-translate-x: -100%;
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));
}
.-translate-x-2 {
--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));
}
.-translate-x-0 {
--tw-translate-x: -0px;
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));
}
.rotate-90 {
--tw-rotate: 90deg;
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));
}
.rotate-180 {
--tw-rotate: 180deg;
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-help {
cursor: help;
}
.resize {
resize: both;
}
.list-inside {
list-style-position: inside;
}
.list-disc {
list-style-type: disc;
}
.list-none {
list-style-type: none;
}
.grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.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-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.gap-0 {
gap: 0px;
}
.gap-1 {
gap: 0.25rem;
}
.gap-2 {
gap: 0.5rem;
}
.gap-3 {
gap: 0.75rem;
}
.gap-4 {
gap: 1rem;
}
.gap-5 {
gap: 1.25rem;
}
.gap-6 {
gap: 1.5rem;
}
.gap-8 {
gap: 2rem;
}
.gap-10 {
gap: 2.5rem;
}
.gap-12 {
gap: 3rem;
}
.gap-16 {
gap: 4rem;
}
.gap-20 {
gap: 5rem;
}
.gap-24 {
gap: 6rem;
}
.gap-32 {
gap: 8rem;
}
.gap-40 {
gap: 10rem;
}
.gap-48 {
gap: 12rem;
}
.gap-56 {
gap: 14rem;
}
.gap-64 {
gap: 16rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
overflow: hidden;
}
.overflow-y-auto {
overflow-y: auto;
}
.overflow-y-scroll {
overflow-y: scroll;
}
.whitespace-nowrap {
white-space: nowrap;
}
.break-keep {
word-break: keep-all;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-xl {
border-radius: 0.75rem;
}
.rounded-2xl {
border-radius: 1rem;
}
.rounded-3xl {
border-radius: 1.5rem;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-t {
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.rounded-b {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.rounded-t-none {
border-top-left-radius: 0px;
border-top-right-radius: 0px;
}
.rounded-tr {
border-top-right-radius: 0.25rem;
}
.border {
border-width: 1px;
}
.border-2 {
border-width: 2px;
}
.border-8 {
border-width: 8px;
}
.border-b {
border-bottom-width: 1px;
}
.border-t-0 {
border-top-width: 0px;
}
.border-dashed {
border-style: dashed;
}
.border-none {
border-style: none;
}
.border-primary-200 {
--tw-border-opacity: 1;
border-color: rgb(200 200 200 / var(--tw-border-opacity));
}
.border-black\/10 {
border-color: rgb(0 0 0 / 0.1);
}
.border-red-500 {
--tw-border-opacity: 1;
border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-gray-300 {
--tw-border-opacity: 1;
border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-red-400 {
--tw-border-opacity: 1;
border-color: rgb(248 113 113 / var(--tw-border-opacity));
}
.border-black {
--tw-border-opacity: 1;
border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-200 {
--tw-border-opacity: 1;
border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-\[\#DEDEDE\] {
--tw-border-opacity: 1;
border-color: rgb(222 222 222 / var(--tw-border-opacity));
}
.border-sky-500 {
--tw-border-opacity: 1;
border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.border-black\/20 {
border-color: rgb(0 0 0 / 0.2);
}
.border-opacity-0 {
--tw-border-opacity: 0;
}
.bg-black {
--tw-bg-opacity: 1;
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-red-500 {
--tw-bg-opacity: 1;
background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-secondary-200 {
--tw-bg-opacity: 1;
background-color: rgb(190 164 78 / var(--tw-bg-opacity));
}
.bg-gray-200 {
--tw-bg-opacity: 1;
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-secondary-500 {
--tw-bg-opacity: 1;
background-color: rgb(160 134 48 / var(--tw-bg-opacity));
}
.bg-transparent {
background-color: transparent;
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary-500 {
--tw-bg-opacity: 1;
background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}
.bg-neutral-200 {
--tw-bg-opacity: 1;
background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-neutral-100 {
--tw-bg-opacity: 1;
background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-neutral-50 {
--tw-bg-opacity: 1;
background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-white\/80 {
background-color: rgb(255 255 255 / 0.8);
}
.bg-gray-800 {
--tw-bg-opacity: 1;
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-\[\#DEDEDE\] {
--tw-bg-opacity: 1;
background-color: rgb(222 222 222 / var(--tw-bg-opacity));
}
.bg-gray-100 {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-primary-800 {
--tw-bg-opacity: 1;
background-color: rgb(56 56 56 / var(--tw-bg-opacity));
}
.bg-opacity-60 {
--tw-bg-opacity: 0.6;
}
.p-6 {
padding: 1.5rem;
}
.p-2 {
padding: 0.5rem;
}
.p-0 {
padding: 0px;
}
.p-1 {
padding: 0.25rem;
}
.p-3 {
padding: 0.75rem;
}
.p-4 {
padding: 1rem;
}
.p-5 {
padding: 1.25rem;
}
.p-8 {
padding: 2rem;
}
.p-10 {
padding: 2.5rem;
}
.p-12 {
padding: 3rem;
}
.p-16 {
padding: 4rem;
}
.p-20 {
padding: 5rem;
}
.p-24 {
padding: 6rem;
}
.p-32 {
padding: 8rem;
}
.p-40 {
padding: 10rem;
}
.p-48 {
padding: 12rem;
}
.p-56 {
padding: 14rem;
}
.p-64 {
padding: 16rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-1 {
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.pl-4 {
padding-left: 1rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pl-12 {
padding-left: 3rem;
}
.pr-2 {
padding-right: 0.5rem;
}
.pl-3 {
padding-left: 0.75rem;
}
.pt-4 {
padding-top: 1rem;
}
.pl-7 {
padding-left: 1.75rem;
}
.pt-6 {
padding-top: 1.5rem;
}
.pb-2 {
padding-bottom: 0.5rem;
}
.pt-5 {
padding-top: 1.25rem;
}
.pl-2 {
padding-left: 0.5rem;
}
.pb-1 {
padding-bottom: 0.25rem;
}
.pr-1 {
padding-right: 0.25rem;
}
.pb-12 {
padding-bottom: 3rem;
}
.pb-20 {
padding-bottom: 5rem;
}
.pb-8 {
padding-bottom: 2rem;
}
.pb-4 {
padding-bottom: 1rem;
}
.pb-0 {
padding-bottom: 0px;
}
.pr-4 {
padding-right: 1rem;
}
.pt-7 {
padding-top: 1.75rem;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.align-bottom {
vertical-align: bottom;
}
.font-sans {
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-Dax-Medium {
font-family: "Dax-Medium";
}
.font-Dax-Regular {
font-family: "Dax-Regular";
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.\!text-base {
font-size: 1rem !important;
line-height: 1.5rem !important;
}
.text-xs {
font-size: 0.75rem;
line-height: 1rem;
}
.text-\[12px\] {
font-size: 12px;
}
.text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.font-bold {
font-weight: 700;
}
.font-semibold {
font-weight: 600;
}
.\!font-normal {
font-weight: 400 !important;
}
.font-normal {
font-weight: 400;
}
.font-medium {
font-weight: 500;
}
.font-light {
font-weight: 300;
}
.uppercase {
text-transform: uppercase;
}
.text-primary-100 {
--tw-text-opacity: 1;
color: rgb(227 227 227 / var(--tw-text-opacity));
}
.text-primary-500 {
--tw-text-opacity: 1;
color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-black {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.\!text-primary-500 {
--tw-text-opacity: 1 !important;
color: rgb(102 102 102 / var(--tw-text-opacity)) !important;
}
.text-red-400 {
--tw-text-opacity: 1;
color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-800 {
--tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-secondary-500 {
--tw-text-opacity: 1;
color: rgb(160 134 48 / var(--tw-text-opacity));
}
.text-gray-500 {
--tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-secondary-400 {
--tw-text-opacity: 1;
color: rgb(170 144 58 / var(--tw-text-opacity));
}
.text-gray-700 {
--tw-text-opacity: 1;
color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-primary-300 {
--tw-text-opacity: 1;
color: rgb(164 164 164 / var(--tw-text-opacity));
}
.text-primary-400 {
--tw-text-opacity: 1;
color: rgb(129 129 129 / var(--tw-text-opacity));
}
.text-primary-200 {
--tw-text-opacity: 1;
color: rgb(200 200 200 / var(--tw-text-opacity));
}
.no-underline {
text-decoration-line: none;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.opacity-50 {
opacity: 0.5;
}
.opacity-0 {
opacity: 0;
}
.opacity-100 {
opacity: 1;
}
.shadow-sm {
--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
outline-style: solid;
}
.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);
}
.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-opacity {
transition-property: opacity;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.duration-300 {
transition-duration: 300ms;
}
.duration-200 {
transition-duration: 200ms;
}
.ease-out {
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.masonry {
-moz-column-gap: 0;
column-gap: 0;
-moz-column-count: 1;
column-count: 1;
}
.masonry-lg {
-moz-column-gap: 1em;
column-gap: 1em;
-moz-column-count: 2;
column-count: 2;
}
.masonry-xl {
-moz-column-gap: 1em;
column-gap: 1em;
-moz-column-count: 3;
column-count: 3;
}
.break-inside {
-moz-column-break-inside: avoid;
break-inside: avoid;
}
.\[translate\:navigation_z_addons\] {
translate: navigation z addons;
}
.border-red * {
border: 1px solid red;
}
[x-cloak] {
display: none !important;
}
html, body {
min-width: 320px;
scroll-behavior: smooth;
font-family: 'Dax-Regular';
}
#content ul li {
-o-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
#content h1 {
margin-bottom: 1.5rem;
font-family: "Dax-Medium";
font-size: 1.5rem;
line-height: 2rem;
}
@media (min-width: 1280px) {
#content h1 {
font-size: 2.25rem;
line-height: 2.5rem;
}
}
#content p {
margin-bottom: 1rem;
font-family: "Dax-Regular";
font-size: 1rem;
line-height: 1.5rem;
--tw-text-opacity: 1;
color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {
#content p {
font-size: 1.25rem;
line-height: 1.75rem;
}
}
#content strong {
font-family: "Dax-Regular";
font-weight: 600;
--tw-text-opacity: 1;
color: rgb(81 81 81 / var(--tw-text-opacity));
}
#content a {
border-bottom-width: 1px;
border-style: dashed;
--tw-border-opacity: 1;
border-color: rgb(200 200 200 / var(--tw-border-opacity));
}
#content a:hover {
cursor: pointer;
border-style: solid;
--tw-border-opacity: 1;
border-color: rgb(0 0 0 / var(--tw-border-opacity));
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.navitext p {
margin-bottom: 1rem;
font-size: 1rem;
line-height: 1.5rem;
color: rgb(102 102 102 / var(--tw-text-opacity));
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {
.navitext p {
font-size: 1.25rem;
line-height: 1.75rem;
}
}
#content a.refteaser {
border-style: none;
}
#content a.refteaser p {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.ref_details_info {
margin-bottom: 0.5rem;
display: inline-block;
width: 100%;
}
.ref_details_info > p {
padding-top: 0.5rem !important;
font-size: 0.875rem !important;
line-height: 1.25rem !important;
--tw-text-opacity: 1 !important;
color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.ref_details_info ul {
display: inline-block;
width: 100%;
}
.ref_details_info ul li {
float: left;
padding-top: 0.5rem;
font-size: 0.875rem;
line-height: 1.25rem;
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.ref_details_info ul li::after {
padding-left: 0.5rem;
padding-right: 0.5rem;
--tw-text-opacity: 1;
color: rgb(164 164 164 / var(--tw-text-opacity));
--tw-content: '/';
content: var(--tw-content);
}
.ref_details_info ul li:last-child::after {
--tw-content: '';
content: var(--tw-content);
}
a.revlink {
border-style: none !important;
}
#content ul.list-disc {
margin-bottom: 1rem;
font-family: "Dax-Regular";
font-size: 1rem;
line-height: 1.5rem;
--tw-text-opacity: 1;
color: rgb(102 102 102 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {
#content ul.list-disc {
font-size: 1.25rem;
line-height: 1.75rem;
}
}
.feedbackteaser {
margin: 0.25rem;
display: inline-block;
width: 100%;
border-width: 1px;
border-color: rgb(0 0 0 / 0.1);
padding: 1.5rem;
font-size: 1.25rem;
line-height: 1.75rem;
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;
}
.feedbackteaser:hover {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.feedbackteaser p,
.feedbackteaser ul,
.feedbackteaser ul li {
font-size: 1rem !important;
line-height: 1.5rem !important;
--tw-text-opacity: 1 !important;
color: rgb(102 102 102 / var(--tw-text-opacity)) !important;
}
.feedbackteaser p strong {
font-size: 1rem !important;
line-height: 1.5rem !important;
font-weight: 400 !important;
--tw-text-opacity: 1 !important;
color: rgb(102 102 102 / var(--tw-text-opacity)) !important;
}
.after\:px-2::after {
content: var(--tw-content);
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.after\:text-primary-300::after {
content: var(--tw-content);
--tw-text-opacity: 1;
color: rgb(164 164 164 / var(--tw-text-opacity));
}
.after\:content-\[\'\/\'\]::after {
--tw-content: '/';
content: var(--tw-content);
}
.last\:after\:content-\[\'\'\]:last-child::after {
--tw-content: '';
content: var(--tw-content);
}
.checked\:bg-secondary-400:checked {
--tw-bg-opacity: 1;
background-color: rgb(170 144 58 / var(--tw-bg-opacity));
}
.hover\:cursor-pointer:hover {
cursor: pointer;
}
.hover\:border-solid:hover {
border-style: solid;
}
.hover\:border-black:hover {
--tw-border-opacity: 1;
border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.hover\:border-opacity-80:hover {
--tw-border-opacity: 0.8;
}
.hover\:bg-primary-500:hover {
--tw-bg-opacity: 1;
background-color: rgb(102 102 102 / var(--tw-bg-opacity));
}
.hover\:bg-secondary-400:hover {
--tw-bg-opacity: 1;
background-color: rgb(170 144 58 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:text-black:hover {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-red-700:hover {
--tw-text-opacity: 1;
color: rgb(185 28 28 / var(--tw-text-opacity));
}
.hover\:opacity-100:hover {
opacity: 1;
}
.checked\:hover\:bg-secondary-400:hover:checked {
--tw-bg-opacity: 1;
background-color: rgb(170 144 58 / var(--tw-bg-opacity));
}
.focus\:border-secondary-400:focus {
--tw-border-opacity: 1;
border-color: rgb(170 144 58 / var(--tw-border-opacity));
}
.focus\:bg-gray-100:focus {
--tw-bg-opacity: 1;
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.focus\:ring-secondary-400:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(170 144 58 / var(--tw-ring-opacity));
}
.active\:bg-secondary-400:active {
--tw-bg-opacity: 1;
background-color: rgb(170 144 58 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:border-solid {
border-style: solid;
}
.group:hover .group-hover\:border-black {
--tw-border-opacity: 1;
border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.group:hover .group-hover\:text-black {
--tw-text-opacity: 1;
color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media print {
.print\:mb-0 {
margin-bottom: 0px;
}
.print\:hidden {
display: none;
}
.print\:min-h-0 {
min-height: 0px;
}
}
@media (min-width: 640px) {
.sm\:col-span-2 {
grid-column: span 2 / span 2;
}
.sm\:mt-px {
margin-top: 1px;
}
.sm\:mt-0 {
margin-top: 0px;
}
.sm\:inline-block {
display: inline-block;
}
.sm\:grid {
display: grid;
}
.sm\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sm\:items-start {
align-items: flex-start;
}
.sm\:items-baseline {
align-items: baseline;
}
.sm\:gap-4 {
gap: 1rem;
}
.sm\:pt-2 {
padding-top: 0.5rem;
}
.sm\:pt-5 {
padding-top: 1.25rem;
}
.sm\:text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
}
@media (min-width: 768px) {
.md\:hidden {
display: none;
}
.md\:w-64 {
width: 16rem;
}
.md\:w-1\/4 {
width: 25%;
}
.md\:w-1\/2 {
width: 50%;
}
.md\:w-1\/3 {
width: 33.333333%;
}
.md\:w-2\/3 {
width: 66.666667%;
}
.md\:grow {
flex-grow: 1;
}
.md\:rounded-l {
border-top-left-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.md\:rounded-r-none {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.md\:rounded-r {
border-top-right-radius: 0.25rem;
border-bottom-right-radius: 0.25rem;
}
.md\:rounded-l-none {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.md\:border {
border-width: 1px;
}
.md\:pt-2 {
padding-top: 0.5rem;
}
}
@media (min-width: 1024px) {
.lg\:sticky {
position: sticky;
}
.lg\:top-20 {
top: 5rem;
}
.lg\:-mt-1 {
margin-top: -0.25rem;
}
.lg\:ml-20 {
margin-left: 5rem;
}
.lg\:block {
display: block;
}
.lg\:inline-block {
display: inline-block;
}
.lg\:hidden {
display: none;
}
.lg\:w-3\/5 {
width: 60%;
}
.lg\:w-2\/5 {
width: 40%;
}
.lg\:w-1\/2 {
width: 50%;
}
.lg\:flex-row-reverse {
flex-direction: row-reverse;
}
.lg\:pl-16 {
padding-left: 4rem;
}
.lg\:pt-0 {
padding-top: 0px;
}
.lg\:text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
.lg\:text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.lg\:text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.lg\:masonry-lg {
-moz-column-gap: 1em;
column-gap: 1em;
-moz-column-count: 2;
column-count: 2;
}
}
@media (min-width: 1280px) {
.xl\:absolute {
position: absolute;
}
.xl\:relative {
position: relative;
}
.xl\:bottom-0 {
bottom: 0px;
}
.xl\:pt-8 {
padding-top: 2rem;
}
.xl\:pb-12 {
padding-bottom: 3rem;
}
.xl\:text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.xl\:text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.xl\:text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.xl\:masonry-xl {
-moz-column-gap: 1em;
column-gap: 1em;
-moz-column-count: 3;
column-count: 3;
}
}
Hallo, ich bin Oliver Kreischer.
Ich bin Front- und Backend-Entwickler bei der Firma getaweb.
Ich habe mich auf die Entwicklung von Webanwendungen mit dem CMS REDAXO spezialisiert und lege großen Wert auf eine optimale Bedienbarkeit und eine dem Stand der Technik entsprechenden Entwicklung.
Kundenstimmen
Die Hotelwebsite war nun schon das 2. Projekt, das Oliver für uns umgesetzt hat. Er hat auch dieses Mal wieder in kürzester Zeit einen super Job gemacht und einen Webauftritt programmiert, der sich sehen lassen kann. Vielen lieben Dank. Auftrag Nummer 3 folgt!
Corinna Heim von MAROundPARTNER GmbH
Kompliment, Herr Kreischer! Nicht nur Ihre Kompetenz, das Redaxo System auf meine Bedürfnisse anzupassen, auch Ihre Hinweise zur Umsetzung des von Sabine Amphlett vortrefflich geschaffenen Design beeindruckten. So entstand für mich eine logisch und gut strukturierte Benutzeroberfläche, die ein Einstellen der zahlreichen Bilder, Filme und Texte unbeschwert ermöglicht. Es ist eine Webseite, die meinen Vorstellungen an Benutzerfreundlichkeit absolut gerecht wird und von einer Vielzahl meiner Kunden in Bezug auf deren Informationstiefe und Ästhetik große Beachtung findet.
Vielen Dank noch einmal!
Sybille Herkner
Lieber Oliver, herzlichen Dank für die tolle und reibungslose Zusammenarbeit! Du hast nicht nur alles perfekt umgesetzt sondern die Website durch jeden Menge gute Ideen optimiert! Ich freu mich schon auf die nächsten Projekte mit Dir!
Sabine Amphlett
Unglaublich gute Arbeit! Unsere neue Homepage ist besser geworden als wir es uns vorgestellt haben. Die Zusammenarbeit war Spitzenklasse, unsere Wünsche wurde in Perfektion umgesetzt und der Support ist ausgezeichnet.
Redaxo als CMS ist einfach zu bedienen und wir waren in der Lage sehr schnell, auch ohne Hilfe, die Inhalte unserer Webseite zu Pflegen und neue zu erstellen.
Auch an dieser Stelle noch einmal herzlichen Dank für eure Hilfe!
DRK Langenberg
Deutsches Rotes Kreuz
Ich war ja immer der Meinung, so etwas Wichtiges wie eine Website sollte man persönlich planen und konzipieren. Doch über Internet-Chat und Telefon konnten wir uns trotz der räumlichen Entfernung ohne weiteres über die Ziele und die Realisierung verständigen. Ich habe das erhalten, was ich mir vorgestellt habe. Kurzfristige Änderungswünsche setzte Herr Kreischer ebenso kurzfristig und zuverlässig um. Auf Anhieb funktionierte alles ohne irgendwelche Bugs, und die Website mit der gewünschten Funktionalität war termingerecht fertig. Die Zusammenarbeit mit Herrn Kreischer war insgesamt sehr erfreulich.
Großes Lob! H.-J. Rudolph
Ein dickes Lob und riesigen Dank an Oliver Kreischer, der auch das Unmögliche möglich macht (und dabei die Grenzen des Unmachbaren genau kennt)!
Mit einer unglaublichen Geduld und beeindruckender Kompetenz und Schnelligkeit hat er die Dinge zu einem Ergebnis gebracht, auf das wir alle sehr stolz sind (und andere ewig warten müssen)! Und wir sind wahrlich keine leichten Kunden! Sieht aus wie Flash, ist aber keins ;)))
Die Pflege unserer Seite ist durch Hr. Kreischers Aufbereitung des Redaxo-CMS so einfach, dass sich auch Ungeübte sofort damit zurecht finden. Und ein super Support! (Wann schläft dieser Mann?)
Herzlichen Dank für das tolle Design und die schnelle Umsetzung dieser anspruchsvollen Aufgabe mit Redaxo!
Frank Jakobs – djb-Architekten
Es war wie mit Schuster‘s Schuhsohlen. Seit Jahrzehnten als Designerin in der Werbung tätig, war ich nie dazu gekommen, mir einen eigenen Internettauftritt zu basteln. Bis Oliver Kreischer kam. Da ich nunmehr seit 8 Jahren als freischaffende Künstlerin tätig bin, wurde es mehr als Zeit, eine eigene Seite für meine Bilder, Aktionen und Kunstprojekte zu realisieren. Beim Briefing reagierte Oliver Kreischer zu meiner Freude nicht geschockt, als ich ihm mitteilte, dass ich SEHR genaue Vorstellungen vom zu realisierenden Design habe. So konkret, dass ich im die Seiten komplett als Gestaltungsvorlagen inkl. Texten und Bildern geliefert habe. Denn jetzt war er gefragt. Vom Webprogrammierung habe ich nämlich Null Ahnung. Eine beidseitige Wunscherfüllung ging in Erfüllung: Reduziertes, klares Design mit einem Seitenaufbau von oben-rechts nach unten-links.
Das Universum hat ganze Arbeit geleistet, in dem es Oliver und mich zusammen gebracht hat. Danke! Ich war total begeistert, als mir der Auftritt als Ostermontagliche Überraschung probehalber online präsentiert wurde. Oliver hat die Seiten sauber und klar programmiert – genau nach meinen Vorstellungen und innerhalb einer Zeitspanne, die ich sehr zu schätzen weiß. Oliver‘s professionelle telefonische Einweisung ins CMS via Redaxo dauerte keine 30 Minuten – und ich konnte die Inhalte reinstellen und ergänzen. Innerhalb von von zwei Stunden ging der Auftritt offiziell online. Ein paar Tipps und Tricks von Oliver am darauf folgenden Morgen nachgereicht, geben mir schon fast das Gefühl eine „alte Internettante“ zu sein.
Darüber hinaus schätzte ich sehr, dass Oliver mir die Unterschiede zwischen Online-und Printdesign nahe legte und somit eine konstruktive wie angenehme Zusammenarbeit entstand, für die ich heute einfach „Ganz herlichen Dank!“ sowie „Immer gerne wieder!“ sagen kann.
Ich weiß, wen ich in Punkto Webdesign guten Gewissens empfehlen kann.
Anne Radstaak Malerin, Diplom-Designerin