.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}*{margin:0}html{block-size:100%;box-sizing:border-box;overflow-wrap:break-word;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}html *,html *:before,html *:after{box-sizing:inherit}html:focus-within{scroll-behavior:smooth}html,body{block-size:100%}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;line-height:1.5;text-rendering:optimizeSpeed}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}ul,ol{padding:0}img,picture,svg,video,canvas,audio,iframe,embed,object{display:block;max-inline-size:100%}input,button,textarea,select,table{font:inherit}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;color:inherit;padding:0;text-align:inherit}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{inset-block-end:-.25em}sup{inset-block-start:-.5em}:focus-visible{outline-color:Highlight;outline-color:-webkit-focus-ring-color;outline-offset:2px;outline-style:dotted;outline-width:2px}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}:root,[data-theme=reset]{--color-accent: hsla(212, 100%, 45%, 1);--color-background: hsla(0, 0%, 100%, 1);--color-background-secondary: hsla(0, 0%, 19%, .08);--color-border: hsl(0, 0%, 90%);--color-border-secondary: hsl(0, 0%, 19%, .68);--color-text: hsl(0, 0%, 19%, 1);--color-text-muted: hsla(0, 0%, 19%, .8);--color-error: hsl(343, 98%, 46%)}[data-theme=light]{--color-background: hsl(212, 76%, 97%);--color-text: hsla(212, 100%, 15%, 1);--color-border: hsla(212, 100%, 15%, .7);--color-border-secondary: var(--color-border)}[data-theme=dark]{--color-accent: hsla(79, 100%, 60%, 1);--color-background: hsla(212, 100%, 15%, 1);--color-background-secondary: hsl(228, 56%, 98%, .06);--color-border-secondary: hsl(0, 0%, 90%, .68);--color-text: hsla(0, 0%, 100%, 1);--color-text-muted: hsl(0, 0%, 100%, .8)}:root{--font-family-heading: "Cairo", "Gill Sans", sans-serif;--font-family-text: "Roboto", Arial, sans-serif;--font-size-body: 1.125rem;--font-size-body-small: 1rem;--flow-space: 1.5625rem;--column-gap: clamp(2.5rem, 2.5vw + 1.75rem, 3.75rem);--content-max-width: 700px;--content-max-width-wide: 900px;--content-max-width-full: 1200px;--box-spacing: clamp(1rem, 2.5vw + .25rem, 2.25rem);--container-spacing: clamp(1rem, 2.5vw + .25rem, 2.25rem);--component-spacing: clamp(3rem, 6.5vw + 1.05rem, 6.25rem)}@font-face{font-display:swap;font-family:Cairo;font-style:normal;font-weight:400;src:url(https://roller.lu/wp-content/themes/roller/dist/assets/cairo-v28-latin-regular-cc8b30e9.woff2) format("woff2")}@font-face{font-display:swap;font-family:Cairo;font-style:normal;font-weight:600;src:url(https://roller.lu/wp-content/themes/roller/dist/assets/cairo-v28-latin-600-26400cd1.woff2) format("woff2")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(https://roller.lu/wp-content/themes/roller/dist/assets/roboto-v30-latin-regular-f6734f81.woff2) format("woff2")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(https://roller.lu/wp-content/themes/roller/dist/assets/roboto-v30-latin-700-f5aebdfe.woff2) format("woff2")}.h,.product__title,.stage__button,.service-card__title,.t-card-item__title,.market__title,.contact-choice__content__headline,.file__title,.acc__header,.teaser__title,flynt-component[name=NavigationMain] .menu,flynt-component[name=NavigationBurger] .menu .btn,flynt-component[name=NavigationBurger] .menu .link{font-family:var(--font-family-heading);font-weight:600}.h--xs,.stage__button,.file__title,.acc__header,flynt-component[name=NavigationMain] .menu{font-size:20px;line-height:24px}.h--sm,.product__title,.service-card__title,.t-card-item__title,.market__title,.contact-choice__content__headline,.teaser__title{font-size:24px;line-height:28px}.h--md,flynt-component[name=NavigationBurger] .menu .btn,flynt-component[name=NavigationBurger] .menu .link{font-size:28px;line-height:34px}@media (min-width: 768px){.h--md,flynt-component[name=NavigationBurger] .menu .btn,flynt-component[name=NavigationBurger] .menu .link{font-size:32px;line-height:40px}}.subtext,.market__address{font-size:14px;line-height:18px}:where(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p,.paragraph,ul,ol,pre,table,figure,blockquote,form,fieldset,dl,address,details,hr,aside,video)+*{-webkit-margin-before:var(--flow-space);margin-block-start:var(--flow-space)}body,.paragraph{color:var(--color-text);font-family:var(--font-family-text);font-size:16px;line-height:24px;font-weight:initial}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{--flow-space: 2.5rem;font-family:var(--font-family-heading);font-weight:500;line-height:1.3}h1,.h1{--flow-space: 3.75rem;font-size:2.375rem;font-weight:600}@media (min-width: 480px){h1,.h1{font-size:3.125rem}}h2,.h2{font-size:2.1875rem;font-weight:600}@media (min-width: 480px){h2,.h2{font-size:2.5625rem}}h3,.h3{font-size:1.9375rem;line-height:1.4}@media (min-width: 480px){h3,.h3{font-size:2.1875rem}}h4,.h4{font-size:1.625rem;line-height:1.4}@media (min-width: 480px){h4,.h4{font-size:1.825rem}}h5,.h5{font-size:1.375rem;line-height:1.5}@media (min-width: 480px){h5,.h5{font-size:1.5rem}}h6,.h6{color:var(--color-text-muted);font-size:1.0625rem;line-height:1.5}a{color:var(--color-accent);text-underline-offset:.3ex}hr{--flow-space: var(--component-spacing);border:0;margin:var(--flow-space) auto}hr:after{background-color:var(--color-border);block-size:2px;content:"";display:block}kbd,code{background:var(--color-background-secondary);border-radius:4px;display:inline-block;font-size:.95em;padding:0 .375em;word-break:break-word}img{block-size:initial;inline-size:100%}.wp-block-image img{inline-size:initial}figcaption{color:var(--color-text-muted);font-size:var(--font-size-body-small);-webkit-margin-before:.25rem;margin-block-start:.25rem}blockquote,.blockquote{-webkit-border-start:5px solid var(--color-accent);border-inline-start:5px solid var(--color-accent);display:block;font-size:1.44rem;font-style:normal;font-weight:500;line-height:calc(1em + .75rem);margin:var(--flow-space) 0 var(--flow-space) 2.5rem;-webkit-padding-start:.8rem;padding-inline-start:.8rem}blockquote cite,.blockquote cite{color:var(--color-text-muted);display:block;font-size:var(--font-size-body);font-style:normal;-webkit-margin-before:.25rem;margin-block-start:.25rem}small{font-size:var(--font-size-body-small)}ul:not([class]),ol:not([class]){--item-spacing: .66em;-webkit-padding-start:1.5rem;padding-inline-start:1.5rem}ul:not([class]) li+li,ol:not([class]) li+li{-webkit-margin-before:var(--item-spacing);margin-block-start:var(--item-spacing)}ul:not([class]) li>ul,ul:not([class]) li ol,ol:not([class]) li>ul,ol:not([class]) li ol{--item-spacing: .33em;-webkit-margin-before:var(--item-spacing);margin-block-start:var(--item-spacing)}table{border-collapse:collapse;border-spacing:0;color:var(--color-text);font-size:var(--font-size-body-small);inline-size:100%;max-inline-size:100%}table caption{caption-side:bottom;color:var(--color-text-muted);-webkit-margin-before:calc(var(--flow-space) / 2);margin-block-start:calc(var(--flow-space) / 2);text-align:start}table td,table th{padding:.9rem 1rem;text-align:inherit;vertical-align:top}table th{color:var(--color-text-muted);font-weight:500}table td{min-inline-size:25ch}table thead{background-color:var(--color-background-secondary);-webkit-border-after:solid 1px var(--color-border);border-block-end:solid 1px var(--color-border)}table tr:nth-child(even){-webkit-border-after:solid 1px var(--color-border);border-block-end:solid 1px var(--color-border);-webkit-border-before:solid 1px var(--color-border);border-block-start:solid 1px var(--color-border)}.button,.wp-block-button>.wp-block-button__link{--button-background-color: var(--color-accent);--button-border-color: var(--color-accent);--button-border-width: 2px;--button-border-radius: 0;--button-font-weight: 600;--button-text-color: var(--color-background);--button-padding-inline: calc(1.125rem - var(--button-border-width));--button-padding-block: calc(.625rem - var(--button-border-width));-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--button-background-color);border:solid var(--button-border-width) var(--button-border-color);border-radius:var(--button-border-radius);color:var(--button-text-color);cursor:pointer;display:inline-block;font:inherit;font-weight:var(--button-font-weight);letter-spacing:0;padding:var(--button-padding-block) var(--button-padding-inline);text-align:center;text-decoration:none}.button:disabled,.button--disabled,.wp-block-button>.wp-block-button__link:disabled,.wp-block-button>.wp-block-button__link--disabled{cursor:default;opacity:.5;pointer-events:none}.button--outlined,.wp-block-button>.wp-block-button__link--outlined{--button-text-color: var(--color-accent);--button-background-color: transparent}.button--text,.wp-block-button>.wp-block-button__link--text{--button-background-color: transparent;--button-text-color: var(--color-accent);border:0;padding:0}.wp-block-button{color:var(--button-text-color)}.wp-block-button.is-style-outline{--button-text-color: var(--color-accent)}.wp-block-button.is-style-outline .wp-block-button__link{--button-text-color: var(--color-accent);border:solid var(--button-border-width) var(--color-accent);color:var(--button-text-color);padding:var(--button-padding-block) var(--button-padding-inline)}form{margin:0}fieldset{border:0;padding:0}legend{color:var(--color-text);font-size:var(--font-size-body);font-weight:600;padding:0}label{margin:0 0 8px;color:#222f3e;font-size:12px;font-weight:400;display:block}[type=tel],[type=url],[type=text],[type=date],[type=email],[type=search],[type=number],[type=password],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #C8D6E5;border-radius:4px;caret-color:var(--color-text);color:var(--color-text);font-size:var(--font-size-body-small);max-inline-size:100%;padding:.75rem .625rem;transition:border-color .3s ease-in-out;box-shadow:0 2px 4px #4250661a}[type=tel]::placeholder,[type=url]::placeholder,[type=text]::placeholder,[type=date]::placeholder,[type=email]::placeholder,[type=search]::placeholder,[type=number]::placeholder,[type=password]::placeholder,textarea::placeholder,select::placeholder{color:var(--color-border-secondary)}[type=tel]:disabled,[type=url]:disabled,[type=text]:disabled,[type=date]:disabled,[type=email]:disabled,[type=search]:disabled,[type=number]:disabled,[type=password]:disabled,textarea:disabled,select:disabled{cursor:default;opacity:.5;pointer-events:none}[type=tel]:invalid,[type=url]:invalid,[type=text]:invalid,[type=date]:invalid,[type=email]:invalid,[type=search]:invalid,[type=number]:invalid,[type=password]:invalid,textarea:invalid,select:invalid{border-color:var(--color-error)}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38' height='38' fill='none'%3E%3Crect width='38' height='38' fill='rgba(255, 255, 255, 0.7)' rx='19'/%3E%3Cpath stroke='rgba(48, 48, 48, 1)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8.846 15.846 19 26l10.153-10.154'/%3E%3C/svg%3E");background-position:calc(100% - .75rem) center;background-repeat:no-repeat;background-size:1.75rem;line-height:1.5;-webkit-padding-end:54px;padding-inline-end:54px}textarea{inline-size:100%;min-block-size:150px;resize:vertical;vertical-align:top}[type=checkbox],[type=radio]{accent-color:var(--color-accent);block-size:20px;display:inline-block;inline-size:20px;-webkit-margin-before:4px;margin-block-start:4px;-webkit-margin-end:8px;margin-inline-end:8px;vertical-align:top}[type=checkbox]+label,[type=radio]+label{color:var(--color-text);display:inline-block;font:inherit;inline-size:calc(100% - 33px)}flynt-component{display:block;position:relative}.pageWrapper{display:grid;grid-template-columns:100%;grid-template-rows:auto 1fr auto;min-block-size:100%}.admin-bar .pageWrapper{-webkit-padding-before:var(--wp-admin--admin-bar--height);padding-block-start:var(--wp-admin--admin-bar--height)}.componentSpacing{margin:var(--component-spacing) 0}.componentSpacing[data-theme]{margin:0;padding:var(--component-spacing) 0}.wp-block-post-content>.alignfull{margin-inline:auto;max-inline-size:var(--content-max-width-full)!important}.groupContainer{display:inline-flex;flex-wrap:wrap;gap:var(--flow-space)}.container{margin-inline:auto;max-inline-size:calc(var(--content-max-width-full) + var(--container-spacing) * 2);padding-inline:var(--container-spacing)}.container[data-size=full]{padding-inline:0}[data-size=medium]{max-inline-size:var(--content-max-width)}[data-size=wide]{max-inline-size:var(--content-max-width-wide)}[data-size=full]{max-inline-size:100%}[data-align=left]{margin-inline:unset}[data-align=center]{margin-inline:auto}[data-text-align=left]{text-align:start}[data-text-align=center]{text-align:center}[data-flow=layout]>*+*{-webkit-margin-before:calc(var(--component-spacing) / 2);margin-block-start:calc(var(--component-spacing) / 2)}[data-flow=content]>*+*{-webkit-margin-before:var(--flow-space);margin-block-start:var(--flow-space)}@media (max-width: 767px){[data-size=wide] p,[data-size=wide] .paragraph,[data-size=wide] h1,[data-size=wide] h2,[data-size=wide] h3,[data-size=wide] h4,[data-size=wide] h5,[data-size=wide] h6,[data-size=wide] .h1,[data-size=wide] .h2,[data-size=wide] .h3,[data-size=wide] .h4,[data-size=wide] .h5,[data-size=wide] .h6,[data-size=full] p,[data-size=full] .paragraph,[data-size=full] h1,[data-size=full] h2,[data-size=full] h3,[data-size=full] h4,[data-size=full] h5,[data-size=full] h6,[data-size=full] .h1,[data-size=full] .h2,[data-size=full] .h3,[data-size=full] .h4,[data-size=full] .h5,[data-size=full] .h6,[data-text-align=center] p,[data-text-align=center] .paragraph,[data-text-align=center] h1,[data-text-align=center] h2,[data-text-align=center] h3,[data-text-align=center] h4,[data-text-align=center] h5,[data-text-align=center] h6,[data-text-align=center] .h1,[data-text-align=center] .h2,[data-text-align=center] .h3,[data-text-align=center] .h4,[data-text-align=center] .h5,[data-text-align=center] .h6{text-wrap:balance}[data-size=wide] p br,[data-size=wide] .paragraph br,[data-size=wide] h1 br,[data-size=wide] h2 br,[data-size=wide] h3 br,[data-size=wide] h4 br,[data-size=wide] h5 br,[data-size=wide] h6 br,[data-size=wide] .h1 br,[data-size=wide] .h2 br,[data-size=wide] .h3 br,[data-size=wide] .h4 br,[data-size=wide] .h5 br,[data-size=wide] .h6 br,[data-size=full] p br,[data-size=full] .paragraph br,[data-size=full] h1 br,[data-size=full] h2 br,[data-size=full] h3 br,[data-size=full] h4 br,[data-size=full] h5 br,[data-size=full] h6 br,[data-size=full] .h1 br,[data-size=full] .h2 br,[data-size=full] .h3 br,[data-size=full] .h4 br,[data-size=full] .h5 br,[data-size=full] .h6 br,[data-text-align=center] p br,[data-text-align=center] .paragraph br,[data-text-align=center] h1 br,[data-text-align=center] h2 br,[data-text-align=center] h3 br,[data-text-align=center] h4 br,[data-text-align=center] h5 br,[data-text-align=center] h6 br,[data-text-align=center] .h1 br,[data-text-align=center] .h2 br,[data-text-align=center] .h3 br,[data-text-align=center] .h4 br,[data-text-align=center] .h5 br,[data-text-align=center] .h6 br{display:none}}.scrollableTableWrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.visuallyHidden,.visuallyHidden-focusable{block-size:1px;clip:rect(0,0,0,0);inline-size:1px;margin:-1px;overflow:hidden;position:absolute;transition:none!important;white-space:nowrap}.visuallyHidden-focusable:focus-visible{background-color:var(--color-background);block-size:auto;box-shadow:0 0 20px #0000001a;clip:auto;color:var(--color-text);font-size:1rem;inline-size:auto;inset-block-start:0;inset-inline-start:0;outline-offset:-3px;padding:.75rem 1rem;text-decoration:none;z-index:100000}.boxPadding{padding-block:var(--box-spacing);padding-inline:var(--box-spacing)}.boxBorder{border:solid 2px var(--color-border)}[data-theme]{background-color:var(--color-background);color:var(--color-text)}.main-header{position:relative;z-index:2}.main-content{position:relative;z-index:1;padding-top:12px}@media (min-width: 768px){.main-content{padding-top:32px}}.wrapper{margin-top:32px;padding:16px 0}@media (min-width: 768px){.wrapper{padding:32px 0}}.wrapper-overflow{width:100%;overflow:hidden}.section{position:relative;z-index:1;width:100%;padding:24px 32px}@media (min-width: 576px){.section{padding:24px 48px}}@media (min-width: 768px){.section{margin:0 auto;padding:32px 60px;max-width:1280px}}@media (max-width: 767px){.section--mobile-full{padding-left:0;padding-right:0}}@media (max-width: 767px){.section--mobile-full .section-headline,.section--mobile-full .service-grid{padding:0 30px}}.btn{padding:12px 20px 14px;display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-family-heading);font-weight:700;border-radius:4px;background:#0F6BB1;color:#fff;text-decoration:none;box-shadow:0 2px 4px #00000040;transition:all .25s ease;outline:0;border:0}.btn span+svg{margin-left:8px}.btn--white{background:#FFF;color:#0f6bb1}.btn--red{background:#E2001A}.btn--red:hover{background:#c90017!important}flynt-component[name=NavigationBurger]{--navigation-height: 72px;block-size:var(--navigation-height)}@media (min-width: 992px){flynt-component[name=NavigationBurger]{display:none}}flynt-component[name=NavigationBurger] .container{align-items:center;background-color:#0f6bb1;block-size:var(--navigation-height);display:flex;inline-size:100%;inset-block-start:0;inset-inline:0;justify-content:space-between;padding-block:12px;position:fixed;z-index:99}.admin-bar flynt-component[name=NavigationBurger] .container{inset-block-start:var(--wp-admin--admin-bar--height)}flynt-component[name=NavigationBurger] .logo{block-size:100%;display:block;flex-shrink:0;text-decoration:none;height:38px;width:auto}flynt-component[name=NavigationBurger] .logo-image{block-size:100%;inline-size:auto}flynt-component[name=NavigationBurger] .hamburger{--line-width: 29px;--line-border-width: 2px;align-items:center;block-size:48px;cursor:pointer;display:flex;inline-size:48px;justify-content:center;-webkit-margin-end:-10px;margin-inline-end:-10px;position:relative}flynt-component[name=NavigationBurger] .hamburger:focus:not(:focus-visible){outline:none}flynt-component[name=NavigationBurger] .hamburger-lines{block-size:18px;inline-size:var(--line-width);position:relative}flynt-component[name=NavigationBurger] .hamburger-lines:before,flynt-component[name=NavigationBurger] .hamburger-lines:after{content:""}flynt-component[name=NavigationBurger] .hamburger-lines:before,flynt-component[name=NavigationBurger] .hamburger-lines:after,flynt-component[name=NavigationBurger] .hamburger-lines--primary,flynt-component[name=NavigationBurger] .hamburger-lines--secondary{background-color:#fff;block-size:var(--line-border-width);border-radius:6px;display:block;inline-size:var(--line-width);inset-inline-start:0;position:absolute;transition:opacity .2s ease-in-out .2s,transform .2s ease-in-out .2s;will-change:opacity,transform}flynt-component[name=NavigationBurger] .hamburger-lines:before{inset-block-start:0}flynt-component[name=NavigationBurger] .hamburger-lines--primary,flynt-component[name=NavigationBurger] .hamburger-lines--secondary{inset-block-start:9px;transition-delay:0s}flynt-component[name=NavigationBurger] .hamburger-lines:after{inset-block-start:18px}flynt-component[name=NavigationBurger][data-status=menuIsOpen] .hamburger-lines:before{transform:translateY(9px)}flynt-component[name=NavigationBurger][data-status=menuIsOpen] .hamburger-lines:after{transform:translateY(-9px)}flynt-component[name=NavigationBurger][data-status=menuIsOpen] .hamburger-lines--primary{transform:rotate(45deg);transition-delay:.2s}flynt-component[name=NavigationBurger][data-status=menuIsOpen] .hamburger-lines--secondary{transform:rotate(-45deg);transition-delay:.2s}flynt-component[name=NavigationBurger][data-status=menuIsOpen] .hamburger-lines:before,flynt-component[name=NavigationBurger][data-status=menuIsOpen] .hamburger-lines:after{opacity:0;transition-delay:0s}flynt-component[name=NavigationBurger] .menu{padding-top:48px;-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:#0f6bb1;block-size:calc(100% - var(--navigation-height));inline-size:100%;inset-block-start:var(--navigation-height);inset-inline-start:0;list-style:none;margin:0;overflow-y:auto;position:fixed;transform:translateY(-100%);transition:transform .75s cubic-bezier(.19,1,.22,1),visibility .45s;visibility:hidden;will-change:transform;z-index:98}flynt-component[name=NavigationBurger] .menu .link{color:#fff;display:block;padding:12px 0;text-decoration:none}flynt-component[name=NavigationBurger] .menu .current-menu-item .link{color:#fff;text-decoration:underline}flynt-component[name=NavigationBurger] .menu .btn{margin-top:20px;background:#E2001A}flynt-component[name=NavigationBurger][data-status=menuIsOpen] .menu{transform:translateY(0);visibility:visible}@media screen and (max-width: 600px){#wpadminbar{position:fixed}}.nav-wrapper{padding-bottom:20px;block-size:100%;display:flex;justify-content:space-between;align-items:flex-end}@media (min-width: 992px){.nav-wrapper{height:120px;padding-top:42px;padding-bottom:24px}}.nav-wrapper .logo{margin-bottom:8px}flynt-component[name=NavigationMain]{block-size:var(--navigation-height);display:none;font-size:var(--font-size-body-small)}@media (min-width: 992px){flynt-component[name=NavigationMain]{display:block}}flynt-component[name=NavigationMain] .navigation{background:#0F6BB1}.admin-bar flynt-component[name=NavigationMain] .navigation{inset-block-start:var(--wp-admin--admin-bar--height)}flynt-component[name=NavigationMain] .container{block-size:100%;display:flex;justify-content:space-between;padding-block:24px}flynt-component[name=NavigationMain] .logo{block-size:100%;display:block;flex-shrink:0;text-decoration:none}flynt-component[name=NavigationMain] .logo-image{block-size:100%;inline-size:auto}flynt-component[name=NavigationMain] .menu{align-items:center;display:flex;list-style:none}flynt-component[name=NavigationMain] .menu .link{position:relative;color:#c8d6e5;display:block;padding:12px;text-decoration:none;transition:color .2s ease-in-out;will-change:color;font-weight:600}flynt-component[name=NavigationMain] .menu .link:before{position:absolute;top:auto;right:16px;bottom:0;left:16px;height:0;background:#FFF;content:"";display:block}flynt-component[name=NavigationMain] .menu .link:hover{color:#eff2f6}flynt-component[name=NavigationMain] .menu .current-menu-item .link{color:#fff}flynt-component[name=NavigationMain] .menu .current-menu-item .link:before{height:2px}flynt-component[name=NavigationMain] .menu .btn{margin-left:24px;padding:8px 16px 10px;font-weight:600;box-shadow:0 2px 4px #00000040}.language-switcher__icon{margin-right:8px}.l-switcher{position:absolute;top:26px;left:180px;z-index:2;width:52px;height:28px;overflow:hidden;margin:0;background:#FFF;border-radius:4px;box-shadow:0 0 #000;transition:all .25s ease}@media (min-width: 576px){.l-switcher{left:194px}}@media (min-width: 768px){.l-switcher{left:210px}}@media (min-width: 992px){.l-switcher{top:0;right:0;left:auto;border-radius:0 0 4px 4px}}@media (min-width: 1440px){.l-switcher{width:67px;right:5vw;box-shadow:0 0 12px #0000004d}}@media (max-width: 1439px){.l-switcher--active{height:56px;box-shadow:0 0 12px #0000004d}}@media (max-width: 1439px){.l-switcher--active svg{transform:rotate(-180deg)}}.l-switcher ul{margin:0;padding:0;list-style-type:none;display:flex;flex-direction:column}@media (min-width: 1440px){.l-switcher ul{flex-direction:row}}.l-switcher ul li{position:relative;margin:0!important;order:2}@media (min-width: 1440px){.l-switcher ul li:first-child{margin-right:-5px!important}}@media (max-width: 1439px){.l-switcher ul li.wpml-ls-current-language{order:1}}@media (min-width: 1440px){.l-switcher ul li.wpml-ls-current-language:before{content:"";display:block;position:absolute;top:auto;right:12px;bottom:2px;left:12px;height:2px;background:#0F6BB1;border-radius:6px}}.l-switcher ul li.wpml-ls-current-language svg{display:block;transition:all .25s ease}.l-switcher__item{padding:6px;width:100%;display:flex;align-items:center;justify-content:space-between;font-size:14px;white-space:nowrap;text-decoration:none;margin:0}.l-switcher__item img{width:24px;height:auto;flex:0 0 auto}.l-switcher__item svg{display:none;width:12px;height:auto;flex:0 0 auto}@media (min-width: 1440px){.l-switcher__item svg{display:none!important}}.wpml-ls-current-language a{pointer-events:none}flynt-component[name=NavigationFooter]{font-size:var(--font-size-body-small)}flynt-component[name=NavigationFooter] .container{padding-block:var(--component-spacing);text-align:center}@media (min-width: 768px){flynt-component[name=NavigationFooter] .container{display:flex;flex-direction:row-reverse;justify-content:space-between;padding-block:36px}}flynt-component[name=NavigationFooter] .content{margin:var(--flow-space) 0 0}@media (min-width: 768px){flynt-component[name=NavigationFooter] .content{margin:0}}flynt-component[name=NavigationFooter] .menu{display:flex;flex-wrap:wrap;gap:calc(var(--flow-space) / 2) var(--flow-space);justify-content:center;list-style:none;padding:0}flynt-component[name=NavigationFooter] .menu .link{color:currentColor;text-decoration:none}.footer{margin-top:32px;background:linear-gradient(119deg,#F8F9FD 0%,#EFF2F6 100%)}@media (min-width: 768px){.footer{margin-top:48px}}@media (min-width: 992px){.footer{padding-top:48px}}@media (min-width: 1200px){.footer{margin-top:60px}}.footer img{margin:24px auto 32px;width:180px;height:auto}@media (min-width: 768px){.footer img{margin-top:0;width:240px}}.page-template-page-service .footer{margin-top:0!important}.otgs-development-site-front-end{display:none!important}.teaser-row{padding:0 30px 32px;display:flex}@media (max-width: 767px){.teaser-row{overflow-x:auto;overflow-y:hidden}}@media (min-width: 768px){.teaser-row{padding:0}}.teaser-row .teaser{max-width:280px}.teaser{display:block;width:70vw;flex:0 0 auto;margin-right:20px;text-decoration:none}.teaser:last-child{margin-right:0}@media (min-width: 768px){.teaser{max-width:auto}}.teaser--is-link:hover .teaser__image img{transform:scale(1.05)}.teaser--is-link:hover .teaser__title{color:#0f6bb1}@media (min-width: 768px){.teaser{width:100%;flex:1 1 auto}}@media (min-width: 992px){.teaser{margin-right:32px}}@media (min-width: 768px){.teaser:last-child{margin-right:0}}.teaser__image{position:relative;margin-bottom:12px;overflow:hidden;border-radius:12px;background:linear-gradient(119deg,#F8F9FD 0%,#EFF2F6 100%)}.teaser__image:before{content:"";display:block;padding-top:160%}.teaser__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1);transform-origin:center;transition:all .25s ease}.teaser__title{color:#576574}@media (min-width: 768px){.acc-blocks{display:flex;justify-content:space-between}}@media (min-width: 768px){.acc-blocks__wrapper{width:calc(50% - 16px)}}@media (min-width: 1200px){.acc-blocks__wrapper{width:calc(50% - 24px)}}.acc{overflow:hidden;border-bottom:1px solid #C8D6E5;margin-bottom:8px}@media (min-width: 768px){.acc{margin-bottom:16px}}.acc--active .acc__header{padding-bottom:8px}@media (min-width: 768px){.acc--active .acc__header{padding-bottom:12px}}.acc--active .acc__header span{color:#0f6bb1!important}.acc--active .acc__header svg{transform:rotate(-135deg)!important}.acc--active .acc__panel{color:#576574}.acc__header{padding:16px 0;display:flex;align-items:flex-start;transition:padding .25s ease}.acc__header:hover{cursor:pointer}.acc__header:hover span{color:#000}.acc__header span{color:#222f3e;transition:color .25s ease}@media (min-width: 768px){.acc__header{padding:24px 0}}.acc__header span{width:100%;flex:1 1 auto}.acc__header svg{width:24px;height:24px;flex:0 0 auto;margin-right:8px;transform-origin:center center;transform:rotate(0);transition:transform .25s ease}@media (min-width: 768px){.acc__header svg{margin-right:16px}}.acc__panel{height:0;color:#eff2f6}.acc__panel__inner{padding:0 0 20px 32px}@media (min-width: 768px){.acc__panel__inner{padding:0 0 24px 40px}}@media (min-width: 768px){.file-list{display:flex;flex-wrap:wrap;justify-content:space-between}}.file{position:relative;padding:24px 0 24px 32px;margin-bottom:12px;display:block;border-bottom:1px solid #C8D6E5;text-decoration:none;color:#222f3e}@media (min-width: 768px){.file{padding-left:40px;width:calc(50% - 16px);flex:0 0 auto}}.file:hover .file__title{color:#0f6bb1}.file:hover .file__icon__down{transform:translateY(3px)}.file__icon{position:absolute;top:24px;left:0}.file__icon__down{transform:translateY(0);transition:all .25s ease}.file__title{margin-bottom:8px;transition:all .25s ease}.file__description{color:#576574;line-height:1.2}.contact-now{background:#0F6BB1;color:#fff}.contact-now h2{margin-bottom:8px}.contact-now h3{margin-top:0}@media (min-width: 768px){.contact-choice{display:flex}}@media (min-width: 992px){.contact-choice{margin-top:60px}}.contact-choice__block{display:flex;flex:1 1 33.333%;margin-bottom:32px}@media (min-width: 768px){.contact-choice__block{display:block;margin-bottom:0}}.contact-choice__block:last-child{margin-bottom:0!important}.contact-choice__border{display:none}@media (min-width: 768px){.contact-choice__border{width:1px;flex:0 0 1px;min-height:100%;margin:0 20px;display:block;background:rgba(255,255,255,.15)}}@media (min-width: 992px){.contact-choice__border{margin:0 40px}}@media (min-width: 1200px){.contact-choice__border{margin:0 60px}}.contact-choice__icon{margin-right:16px;width:40px;flex:0 0 auto}@media (min-width: 768px){.contact-choice__icon{width:60px;margin-bottom:20px}}.contact-choice__icon img,.contact-choice__icon svg{width:100%;height:auto}@media (min-width: 768px){.contact-choice__icon img path,.contact-choice__icon svg path{stroke-width:1.5px}}.contact-choice__content__headline{margin-bottom:12px}.contact-choice__content__text{color:#c8d6e5}.contact-choice__content__button{margin-top:24px}.contact{background:linear-gradient(119deg,#F8F9FD 0%,#EFF2F6 100%)}@media (min-width: 768px){.contact .section{display:flex;flex-direction:row-reverse}}@media (min-width: 768px){.contact__block--market{width:260px;flex:0 0 auto}}@media (min-width: 1200px){.contact__block--market{width:320px}}@media (min-width: 768px){.contact__block--form{padding-right:32px;flex:1 1 auto;width:calc(100% - 260px);max-width:740px;margin-right:auto}}@media (min-width: 992px){.contact__block--form{padding-right:48px}}.contact-card{margin-bottom:32px;padding:24px;border-radius:8px;background:#FFF}@media (min-width: 992px){.contact-card{padding:36px}}.contact-card__icon{position:relative;margin-bottom:24px;width:100px}.contact-card__icon img{width:100%;height:auto}.contactform label>span{display:block}.contactform .row{margin-bottom:16px}@media (min-width: 768px){.contactform .row{display:flex;justify-content:space-between}}@media (min-width: 768px){.contactform .row>label{width:calc(50% - 12px)}}.contactform .btn{margin-top:32px}.header{position:relative;padding-left:8vw;width:100%;overflow:hidden;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin-top:-12px}@media (min-width: 768px){.header{align-items:center;padding:0 5vw 32px;margin-top:-32px}}.header__map{width:110vw}@media (min-width: 768px){.header__map{width:100%;max-width:860px}}.header__map img{width:100%;height:auto}.header__bg{position:absolute;left:0;z-index:-1;width:100%;height:50%;background:linear-gradient(119deg,#F8F9FD 0%,#EFF2F6 100%)}.roller-lu{padding-right:24px;margin:10px 0 -10vw auto;font-size:32px;line-height:1;text-align:right}@media (min-width: 576px){.roller-lu{font-size:8vw}}@media (min-width: 768px){.roller-lu{font-size:60px}}@media (min-width: 992px){.roller-lu{margin-top:20px;padding-right:10%}}.roller-lu__first-line{padding-right:80px;color:#0f6bb1;font-weight:700}@media (min-width: 576px){.roller-lu__first-line{padding-right:20vw}}@media (min-width: 768px){.roller-lu__first-line{padding-right:163px}}.roller-lu__second-line{color:#e2001a}@media (min-width: 768px){.markets-row{display:flex}}.market{display:block;margin-bottom:48px}@media (min-width: 768px){.market{width:100%;flex:1 1 auto;margin-right:32px}}@media (min-width: 768px){.market:last-child{margin-right:0}}.market__image{position:relative;margin-bottom:12px;overflow:hidden;border-radius:8px;background:#0F6BB1}@media (min-width: 768px){.market__image{margin-bottom:20px}}.market__image:before{content:"";display:block;padding-top:80%}.market__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.market__address{margin-top:8px}.market__phone{margin-top:12px}.market__opening-hours{margin-top:20px;display:flex}@media (min-width: 768px){.market__opening-hours{margin-top:24px}}.market__opening-hours__icon{width:44px}.market__opening-hours__content{width:100%;flex:1 1 auto}.market__times{margin-bottom:4px;display:flex}.market__times__days{width:90px}@media (min-width: 768px){.teaser-grid{display:flex;flex-wrap:wrap}}.teaser-grid__no-results{margin-bottom:48px}.teaser-grid .teaser{margin-right:0;margin-bottom:32px;width:100%}.teaser-grid .teaser:nth-child(even){margin-right:0}@media (min-width: 768px){.teaser-grid-row{display:flex;flex-wrap:wrap}}.teaser-grid-row .teaser{margin-bottom:32px;width:100%!important}@media (min-width: 768px){.teaser-grid-row .teaser.hw{margin-right:32px;width:calc(50% - 16px)!important;flex:0 0 calc(50% - 16px)!important}}.teaser-grid-row .teaser.hw+.hw{margin-right:0!important}@media (min-width: 768px){.teaser-grid-row .teaser:last-child{margin-bottom:80px}}.teaser-grid-row .teaser__image:before{display:none}.teaser-grid-row .teaser__image img{position:relative;height:auto}.service-grid{display:flex;overflow-x:auto}@media (min-width: 768px){.service-grid{flex-wrap:wrap}}.service-card{position:relative;padding:24px;display:flex;flex-direction:column;width:70vw;flex:0 0 auto;margin-right:20px;text-decoration:none;border-radius:8px;background:linear-gradient(119deg,#F8F9FD 0%,#EFF2F6 100%)}@media (min-width: 576px) and (max-width: 767px){.service-card{max-width:300px}}@media (min-width: 768px){.service-card{margin-right:20px;width:calc(25% - 10px);flex:1 1 calc(25% - 10px)}}@media (min-width: 992px){.service-card{margin-right:32px;padding:36px;width:calc(25% - 16px);flex:1 1 calc(25% - 16px)}}@media (min-width: 768px){.service-card:nth-child(3),.service-card:nth-child(6){margin-right:0}}@media (min-width: 768px){.service-card:nth-child(4),.service-card:nth-child(5),.service-card:nth-child(6){margin-top:32px}}.service-card__icon{position:relative;margin-bottom:48px;width:100px}.service-card__icon img{width:100%;height:auto}.service-card__title,.t-card-item__title{margin-top:auto;margin-bottom:12px;color:#0f6bb1}.service-card__text{color:#576574}.stage{position:relative;display:block;background:#0F6BB1}@media (min-width: 768px){.stage{margin:32px 0 0;border-radius:12px}}@media (max-width: 767px){.page-template-page-offer .stage{border-radius:12px;overflow:hidden}}@media (min-width: 768px){.stage:hover .stage__cover{transform:rotate(-14deg) translate(-3%,-5%)}}@media (min-width: 768px){.stage:hover .stage__cover--back{transform:rotate(11deg) translate(8%,1%)}}.stage:before{content:"";display:block;padding-top:100%}@media (min-width: 768px){.stage:before{padding-top:40%}}.stage__page{position:absolute;bottom:0;left:0;z-index:2;width:100%;height:100%;overflow:hidden}@media (min-width: 768px){.stage__page{height:calc(100% + 80px)}}.stage__page__inner{position:relative;width:100%;height:100%}.stage__page img{width:100%;height:auto}.stage .stage__cover{position:absolute;top:0;left:-10%;z-index:2;width:70%;box-shadow:0 4px 40px #0000001a;transform:rotate(-12deg) translate(0);transform-origin:140% 0;transition:all .5s ease}@media (min-width: 768px){.stage .stage__cover{left:5%;width:45%}}.stage .stage__cover--back{top:30%;left:35%;z-index:1;width:60%;transform:rotate(6deg)}@media (min-width: 768px){.stage .stage__cover--back{top:40%;left:35%;width:40%}}.stage__button{position:absolute;right:30px;bottom:20px;left:30px;z-index:3}@media (min-width: 768px){.stage__button{bottom:28px;left:auto}}.stage__bg{position:absolute;top:0;left:0;z-index:0;width:100%;height:100%;overflow:hidden;opacity:.5}@media (min-width: 768px){.stage__bg{border-radius:12px}}.stage__bg img{width:110%;max-width:none;height:auto;transform:translate(-4.5%,-5%);filter:blur(32px)}@media (max-width: 767px){html.home .main-content{padding-top:0!important}}html.home .main-content .section:first-child{padding-top:0}.transporter-card{width:100%;max-width:none}@media (min-width: 768px){.transporter-card{padding-right:50%;display:flex;flex-direction:row;flex-wrap:wrap}}.transporter-card__image{margin-bottom:-50px;display:flex}@media (min-width: 768px){.transporter-card__image{position:absolute;top:auto;right:0;bottom:0;width:50%}}@media (min-width: 768px){.transporter-card__image{width:45%}}.transporter-card__image img{width:150%;max-width:none;height:auto;flex:0 0 auto}@media (min-width: 768px){.transporter-card__image img{width:160%}}@media (min-width: 768px){.transporter-card__image img{width:140%}}@media (min-width: 1200px){.transporter-card__image img{width:120%}}.t-card-item{margin-bottom:32px}.t-card-item__title{margin-bottom:12px;display:flex}.t-card-item__title img{width:28px;height:28px;margin-right:8px}.t-card-item__introtext{margin-bottom:20px;font-weight:700}.t-card-item__price__row{margin-bottom:4px;display:flex}.t-card-item__price__row__label{flex:1 1 auto}.t-card-item__price__row__price{width:70px;flex:0 0 auto;text-align:right}.product{display:flex;flex-direction:column;align-items:flex-start;color:#222f3e;margin-right:0;margin-bottom:40px;width:100%}.product__timerange{margin:12px 0 8px;padding:4px;width:auto;font-size:12px;background:#EFF2F6}@media (min-width: 768px){.product__timerange{padding:8px;margin:20px 0 8px;font-size:14px}}.product__title{margin-bottom:8px;width:100%}.product__no-results{margin-bottom:48px}.product:nth-child(even){margin-right:0}.product__image{position:relative;width:100%;border:1px solid #C8D6E5}.product__image:before{content:"";display:block;width:100%;padding-top:100%}.product__image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product__button{margin-top:auto;width:100%}.product .btn{margin-top:16px;width:100%}@media (min-width: 768px){.product .btn{margin-top:20px}}@media (min-width: 768px){.product-grid{display:flex;flex-wrap:wrap}}.product-grid .product{flex:0 0 auto}@media (min-width: 768px){.product-grid .product{margin-right:32px;width:calc(50% - 16px)}}@media (min-width: 992px){.product-grid .product{margin-right:32px;width:calc(33.333% - 22px)}}@media (min-width: 1440px){.product-grid .product{margin-right:40px;width:calc(33.333% - 27px)}}@media (max-width: 991px){.product-grid .product:nth-child(even){margin-right:0}}@media (min-width: 992px){.product-grid .product:nth-child(3n){margin-right:0}}