@charset "UTF-8";
.basicLightbox{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;transition:opacity .4s ease;z-index:1000;will-change:opacity}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;-webkit-transform:scale(.9);transform:scale(.9);transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1;will-change:transform}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{-webkit-transform:scale(1);transform:scale(1)}.wpcf7-form label {
padding: 5px 0 !important;
display: block;
}
 @-moz-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} @keyframes slide {
from {
transform: translateX(0);
}
to {
transform: translateX(-100%);
}
}
.logos-wrapper {
overflow: hidden !important;
display: block !important;
width: 100%;
}
.logos {
overflow: hidden !important;
display: inline-block !important;
padding: 60px 0;
background: white;
white-space: nowrap;
position: relative;
}
.logos:before, .logos:after {
position: absolute;
top: 0;
width: 250px;
height: 100%;
content: "";
z-index: 2;
}
.logos:before {
left: 0;
background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.logos:after {
right: 0;
background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.logos:hover .logos-slide {
animation-play-state: paused;
}
.logos-slide {
display: inline-block !important;
animation: 35s slide infinite linear;
}
.logos-slide img {
height: 50px;
margin: 0 40px;
} .quote {
text-transform: uppercase;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
font-weight: 900;
}
.quote .char {
transform: translateY(233px);
transition: transform 0.4s;
}
.plax {
position: relative;
overflow: hidden;
}
.plax .plax-img {
z-index: -2;
position: absolute;
object-fit: cover;
top: -20px;
width: 100%;
height: 130%; }
.text-laser {
text-shadow: 0px 0px 40px #0cf, 0px 0px 10px #0cf;
}
.text-gardient {
background: #CFE7fA;
background: radial-gradient(circle farthest-corner at center center, #CFE7fA 0%, #6393C1 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.text-outline {
-webkit-text-fill-color: transparent;
-webkit-text-stroke: 1px;
-webkit-text-stroke-color: var(--dark-color);
font-weight: 900;
}
.bg-blur {
background-color: rgba(247, 247, 247, 0.3);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
min-height: 90px;
}
.bg-gardient-1 {
background: linear-gradient(90deg, #a4baf5, #c8e74d, #f5a2a1);
background-size: 100% 100%;
animation: gradient1 4s alternate infinite;
} .shake { animation: ShakeAnimation 4s infinite;
} @keyframes ShakeAnimation {
5%, 50% {
transform: scale(1);
}
10% {
transform: scale(0.9);
}
15% {
transform: scale(1.05);
}
20% {
transform: scale(1.05) rotate(-3.5deg);
}
23% {
transform: scale(1.05) rotate(3.5deg);
}
26% {
transform: scale(1.05) rotate(-2.5deg);
}
30% {
transform: scale(1.05) rotate(2.5deg);
}
35% {
transform: scale(1.05) rotate(0);
}
}
@keyframes gradient1 {
0% {
background-position: 0%;
}
100% {
background-position: 100%;
}
}
.conti {
container-type: inline-size;
}
.conti h1 {
font-size: calc(1.5rem + 6cqi);
font-weight: 400;
}
.conti h2 {
font-size: calc(1.5rem + 5cqi);
font-weight: 400;
}
.conti h3 {
font-size: calc(1.5rem + 4cqi);
font-weight: 400;
}
.conti h4 {
font-size: calc(1.5rem + 3cqi);
font-weight: 400;
}
.conti h5 {
font-size: calc(1.5rem + 2cqi);
font-weight: 400;
}
.conti h6 {
font-size: calc(1.5rem + 1cqi);
font-weight: 400;
}
.header > .ct-section-inner-wrap {
display: grid !important;
width: 100%;
grid-template-columns: 1fr 1fr;
grid-template-areas: "logo toggle";
gap: 20px;
align-items: center;
}
@media only screen and (min-width: 992px) {
.header > .ct-section-inner-wrap {
display: grid !important;
gap: 30px;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-areas: "logo logo desktop desktop desktop desktop desktop";
}
}
.header--logo {
grid-area: logo;
justify-self: start;
z-index: 131 !important;
}
.desktop--nav {
grid-area: desktop;
z-index: 122;
display: none !important;
}
@media only screen and (min-width: 992px) {
.desktop--nav {
display: flex !important;
align-items: flex-end;
align-self: center;
}
}
.mobile-menu {
display: block;
height: 0px !important;
transition: all 0.3s ease-in-out;
overflow: hidden;
position: absolute; top: 83px;
z-index: 131;
width: 100%;
}
.mobile-menu.active {
height: 450px !important;
display: block;
box-shadow: 1.8px 12.5px 10px rgba(0, 0, 0, 0.035), 14px 100px 80px rgba(0, 0, 0, 0.07);
transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 992px) {
.mobile-menu.active {
display: block;
height: 0;
width: 100%;
display: none !important;
}
}
.toggle-menu {
grid-area: toggle;
display: flex;
align-self: center;
}
@media only screen and (min-width: 992px) {
.toggle-menu {
display: none !important;
}
}
.desktop-nav_list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
gap: 6px;
}
.desktop-nav_list .desktop-nav_item {
font-size: 2rem;
width: 100%;
text-align: center;
}
@media only screen and (max-width: 992px) {
.desktop-nav_list .desktop-nav_item {
font-size: 2.4rem;
}
}
.desktop-nav_list .desktop-nav_item a {
display: block;
white-space: nowrap;
padding: 2px 10px 2px 0;
text-decoration: none;
font-weight: 400;
color: var(--black-color);
transition: all 0.4s ease-in-out;
}
.desktop-nav_list .desktop-nav_item a:hover {
text-decoration: underline;
text-decoration-thickness: 2px;
text-decoration-color: var(--black-color);
font-weight: 400;
color: var(--black-color);
}
.desktop-nav_list .desktop-nav_item__active a {
text-decoration: underline;
text-decoration-thickness: 2px;
text-decoration-color: var(--primary-color);
color: var(--primary-color);
}
.mobile-menu-wrapper { width: 100%;
}
.mobile-menu-wrapper .mobile-nav { }
.mobile-nav_list {
list-style: none;
margin: 0 0 2rem;
padding: 0;
display: flex;
flex-direction: column;
gap: 5px;
align-items: flex-end;
}
.mobile-nav_item {
font-size: 2.2rem;
width: 100%;
text-align: right;
}
.mobile-nav_item a {
display: block;
padding: 8px;
width: 100%;
text-decoration: none;
font-weight: 600;
color: var(--black-color);
transition: all 0.4s ease-in-out;
}
.mobile-nav_item a:hover {
text-decoration: underline;
text-decoration-thickness: 3px;
text-decoration-color: var(--black-color);
font-weight: 600;
color: var(--black-color);
}
.mobile-nav_item__active a {
text-decoration: underline;
text-decoration-thickness: 3px;
text-decoration-color: var(--primary-color);
color: var(--primary-color);
}
:root {
--toggle-color: var(--dark-color);
} .toggle-menu {
justify-self: end;
cursor: pointer;
position: relative;
z-index: 131;
width: 40px;
height: 40px;
}
.toggle-menu::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 50%;
background: var(--toggle-color);
height: 2px;
transform: translateY(-6px);
}
.toggle-menu::after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 50%;
background: var(--toggle-color);
height: 2px;
transform: translateY(6px);
}
.toggle-menu::before, .toggle-menu::after {
transition: transform 0.2s;
}
.toggle-menu.active::before {
transform: translateY(0) rotate(45deg);
}
.toggle-menu.active::after {
transform: translateY(0) rotate(-45deg);
}
.footer-nav_list {
list-style: none;
margin: 0;
padding: 0;
}
.footer-nav_list .footer-nav_item {
transition: all 0.4s ease-in-out;
}
.footer-nav_list .footer-nav_item:hover {
opacity: 0.9;
}
.footer-nav_list .footer-nav_item:hover a {
color: var(--primary-color);
}
.footer-nav_list .footer-nav_item a {
color: var(--dark-color);
}
footer a {
color: var(--black-color);
font-weight: 600;
transition: all 0.4s ease-in-out;
}
footer a .ct-fancy-icon {
color: var(--dark-color) !important;
}
footer a:hover {
color: var(--primary-color);
opacity: 0.8;
}
footer a:hover .ct-fancy-icon {
color: var(--primary-color) !important;
}
footer .copy {
color: var(--dark-color);
}
footer .copy p, footer .copy a, footer .copy a:hover {
color: var(--dark-color);
font-size: 12px;
}
footer .copy a:hover {
text-decoration: underline;
}
footer p {
margin: 0;
}
.form-dark input[type=color], .form-dark input[type=date], .form-dark input[type=datetime], .form-dark input[type=datetime-local], .form-dark input[type=email], .form-dark input[type=month], .form-dark input[type=number], .form-dark input[type=password], .form-dark input[type=search], .form-dark input[type=tel], .form-dark input[type=text], .form-dark input[type=url], .form-dark input[type=week], .form-dark input:not([type]), .form-dark textarea, .form-dark select {
-webkit-appearance: none;
background-color: #f0f0f0;
border: none;
border: 2px solid #b9b6b4;
border-radius: 5px;
box-shadow: none;
box-sizing: inherit;
min-height: 2.8rem;
padding: 8px 12px 8px;
width: 100%;
font-size: 1.6rem;
color: var(--dark-color);
transition: all 0.4s ease-in-out;
font-family: inherit !important;
}
.form-dark textarea {
resize: vertical;
min-height: 3rem;
height: 150px;
}
.form-dark input[type=color]:focus, .form-dark input[type=date]:focus, .form-dark input[type=datetime]:focus, .form-dark input[type=datetime-local]:focus, .form-dark input[type=email]:focus, .form-dark input[type=month]:focus, .form-dark input[type=number]:focus, .form-dark input[type=password]:focus, .form-dark input[type=search]:focus, .form-dark input[type=tel]:focus, .form-dark input[type=text]:focus, .form-dark input[type=url]:focus, .form-dark input[type=week]:focus, .form-dark input:not([type]):focus, .form-dark textarea:focus, .form-dark select:focus {
background: #fff;
border-color: #7a7a89;
color: var(--dark-color);
outline: 0;
}
.form-dark ::placeholder {
color: var(--primary-alt-hover-color);
}
.form-dark label, .form-dark legend {
display: block;
font-size: 1.6rem;
font-weight: 600;
margin-bottom: 1rem;
color: var(--dark-color);
}
.form-dark fieldset {
border-width: 0;
padding: 0;
}
.form-dark input[type=checkbox], .form-dark input[type=radio] {
display: inline;
}
.form-dark small a {
text-decoration: underline;
}
.form-dark small a:hover {
text-decoration: none;
}
.form-dark form p {
margin: 0;
padding: 0;
}
.form-dark .g2 {
display: grid;
grid-template-columns: 1fr;
gap: 10px;
}
@media only screen and (min-width: 767px) {
.form-dark .g2 {
grid-template-columns: 1fr 1fr;
}
}
.form-dark .g2 .c {
width: 100%;
}
.form-dark .contact-form-wplx p, .form-dark .wplx-form p {
margin: 0;
padding: 0;
}
.form-dark .contact-form-wplx small, .form-dark .wplx-form small {
display: inline-block;
margin-bottom: 1rem;
}
.form-dark .contact-form-wplx small a, .form-dark .wplx-form small a {
color: var(--extra-color-2);
}
.form-dark .contact-form-wplx small a:hover, .form-dark .wplx-form small a:hover {
color: var(--extra-color-2);
}
.form-dark .wpcf7-not-valid-tip {
color: var(--primary-color);
line-height: 1;
font-weight: 700;
margin-top: 4px;
position: relative;
font-size: 1.4rem;
}
.form-dark .wpcf7-not-valid-tip::before {
content: "» ";
position: absolut;
left: 0;
top: 0;
color: var(--primary-color);
}
.form-dark .wpcf7-not-valid {
border: 2px solid var(--primary-color) !important;
}
.form-dark .wpcf7-response-output {
border: 2px solid var(--error-color) !important;
border-color: var(--error-color) !important;
font-weight: 600;
color: var(--error-color) !important;
line-height: 1;
margin: 1rem 0 !important;
padding: 1rem !important;
}
.form-dark .wpcf7-response-output.alert-success {
border: 2px solid var(--success-color) !important;
color: var(--light-color) !important;
background: var(--success-color);
}
.form-dark .wpcf7-textarea {
margin: 0 0 -5px 0;
}
.form-dark .wpcf7-submit {
padding-left: 3.2rem;
padding-right: 3.2rem;
padding-top: 1.2rem;
padding-bottom: 1.2rem;
font-weight: 600;
font-size: 1.6rem;
border-radius: 0.6rem;
border: none;
transition-duration: 0.4s;
transition-property: all;
background-color: var(--primary-color);
color: var(--light-color);
box-shadow: 0 4px 9px rgb(var(--primary-rgb-vals), 20%);
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.form-dark .wpcf7-submit:hover {
background-color: var(--primary-color);
cursor: pointer;
}
.video-box, .video {
max-width: 100%;
margin: 0;
padding: 0;
display: block;
box-sizing: border-box;
}
.video-box video, .video video {
border: none;
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.video {
max-width: 100%;
margin: 0;
padding: 0;
display: block;
box-sizing: border-box;
}
.video iframe {
aspect-ratio: 1.7777777778;
border: none;
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
:root {
--mover-duration: 35s;
}
.client-logos .block--block__inline_block__basic {
padding: 0 !important;
margin-bottom: 0 !important;
}
.client-logos .text-long {
margin-top: 0 !important;
}
#client-logos {
position: relative;
}
#client-logos .client-logo-row {
position: relative;
width: 100%;
min-height: 140px;
overflow-x: hidden;
-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 25%, black 75%, rgba(0, 0, 0, 0) 100%);
-webkit-mask-size: 100% 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
}
#client-logos .client-logo-row .mover, #client-logos .client-logo-row .moover {
width: 10000px;
position: absolute;
overflow-x: hidden;
top: 0;
left: 0;
height: 100%;
display: flex;
align-items: center;
}
#client-logos .client-logo-row .mover.left {
-webkit-animation: moveSlideshowFirstRow var(--mover-duration) 1s linear infinite;
-moz-animation: moveSlideshowFirstRow var(--mover-duration) 1s linear infinite;
-o-animation: moveSlideshowFirstRow var(--mover-duration) 1s linear infinite;
-ms-animation: moveSlideshowFirstRow var(--mover-duration) 1s linear infinite;
animation: moveSlideshowFirstRow var(--mover-duration) 1s linear infinite;
}
#client-logos .client-logo-row .mover.right {
-webkit-animation: moveSlideshowSecondRow var(--mover-duration) linear infinite reverse;
-moz-animation: moveSlideshowSecondRow var(--mover-duration) linear infinite reverse;
-o-animation: moveSlideshowSecondRow var(--mover-duration) linear infinite reverse;
-ms-animation: moveSlideshowSecondRow var(--mover-duration) linear infinite reverse;
animation: moveSlideshowSecondRow var(--mover-duration) linear infinite reverse;
}
#client-logos .client-logo-column {
display: inline-block;
vertical-align: middle;
margin: 0;
width: 200px;
height: 80px;
padding: 0 20px;
}
@media (min-width: 1024px) {
#client-logos .client-logo-row {
min-height: 200px;
}
#client-logos .client-logo-column {
width: 200px;
height: 10vw;
padding: 25px;
}
}
#client-logos .client-logo {
background-size: contain;
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 100%;
transition: 0.4s;
}
#client-logos .client-logo:hover {
transform: scale(1.05);
}
@media (min-width: 1024px) {
#client-logos .client-logo-column .client-logo.grow {
transform: scale(1.2);
}
#client-logos .client-logo-column .client-logo.grow:hover {
transform: scale(1.25);
}
}
@-webkit-keyframes moveSlideshowFirstRow {
100% {
-webkit-transform: translateX(var(--first-row-logo-translate-value));
-moz-transform: translateX(var(--first-row-logo-translate-value));
-ms-transform: translateX(var(--first-row-logo-translate-value));
-o-transform: translateX(var(--first-row-logo-translate-value));
transform: translateX(var(--first-row-logo-translate-value));
}
}
@-webkit-keyframes moveSlideshowSecondRow {
100% {
-webkit-transform: translateX(var(--second-row-logo-translate-value));
-moz-transform: translateX(var(--second-row-logo-translate-value));
-ms-transform: translateX(var(--second-row-logo-translate-value));
-o-transform: translateX(var(--second-row-logo-translate-value));
transform: translateX(var(--second-row-logo-translate-value));
}
}
.header-wrap > .ct-section-inner-wrap {
display: grid !important;
width: 100%;
grid-template-columns: 1fr 1fr;
grid-template-areas: "nav nav" "logo kontakt";
padding-top: 10px;
padding-bottom: 10px;
align-items: center;
}
@media only screen and (min-width: 630px) {
.header-wrap > .ct-section-inner-wrap {
gap: 30px;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-areas: "logo nav nav nav nav kontakt kontakt";
}
}
.header-wrap > .ct-section-inner-wrap .header-lp-logo {
grid-area: logo;
justify-self: start;
z-index: 131 !important;
}
.header-wrap > .ct-section-inner-wrap .header-lp-nav {
grid-area: nav;
justify-self: center;
margin-bottom: 15px;
display: none !important;
}
@media only screen and (min-width: 630px) {
.header-wrap > .ct-section-inner-wrap .header-lp-nav {
display: flex !important;
align-self: center;
margin: 0;
justify-self: end;
}
}
.header-wrap > .ct-section-inner-wrap .header-lp-kontakt {
grid-area: kontakt;
align-self: center;
justify-self: end;
}
@media only screen and (min-width: 630px) {
#section-1226-471 {
display: none !important;
}
}
:root {
--font-sans: -apple-system, system-ui, "system-ui", "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
} .preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
} .c-h1, .headline-72 {
line-height: 1.0555555556;
font-size: clamp(36px, calc(7.03125vw - 18px), 72px);
}
.c-h2, .headline-60 {
line-height: 1.0666666667;
font-size: clamp(30px, calc(5.859375vw - 15px), 60px);
}
.c-h3, .headline-48 {
line-height: 1.0833333333;
font-size: clamp(26px, calc(4.6875vw - 12px), 48px);
}
.c-h4, .headline-36 {
line-height: 1.1944444444;
font-size: clamp(24px, calc(2.34375vw + 6px), 36px);
}
.c-h5, .headline-30 {
line-height: 1.2;
font-size: clamp(22px, calc(1.5625vw + 10px), 30px);
}
.c-h6, .headline-24 {
line-height: 1.2083333333;
font-size: clamp(20px, calc(1.171875vw + 9px), 24px);
}
.c-p {
font-size: clamp(14px, calc(0.78125vw + 8px), 16px);
}
h1, h2, h3, h4, h5, h6 {
text-transform: none;
font-weight: 100;
}
.u-line, .u-line-center {
position: relative;
display: inline-block;
padding-bottom: 15px;
}
.u-line::after {
content: "";
display: block;
width: 60px;
height: 2px;
background: var(--primary-color);
position: absolute;
bottom: 0;
}
.u-line-center::after {
content: "";
display: block;
width: 90px;
height: 2px;
background: var(--primary-color);
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
} .u-title {
position: relative;
padding-bottom: 15px;
}
.u-title::after {
content: "";
display: block;
width: 90px;
height: 2px;
background: #cb1d2d;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
.cnc-h2 {
font-size: clamp(24px, calc(4.6875vw - 12px), 48px);
color: blue;
}
figure {
margin: 0 !important;
padding: 0 !important;
}
.video-loop {
font-size: 0;
}
.video-loop video {
width: 100%;
object-fit: contain;
overflow-clip-margin: content-box;
overflow: clip;
}
#code_block-824-3080 {
display: none;
}
.header-bgv {
position: relative;
min-height: 100vh;
max-width: 100%;
overflow: hidden;
display: block;
margin: 0;
padding: 0;
}
.header-bgv-text-wrapper {
width: 100%;
min-width: 100vw;
min-height: calc(100vh - 50px);
display: flex;
align-items: center;
justify-content: center;
padding: 2rem 1rem;
margin: 0;
padding: 0;
}
.header-bgv-nav {
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(10px);
}
.header-bgv-nav .toggle-menu::before, .header-bgv-nav .toggle-menu::after {
background: var(--white-color);
}
.header-bgv-nav .desktop--nav .desktop-nav-wrapper .desktop-nav_list .desktop-nav_item a {
color: rgba(255, 255, 255, 0.8);
}
.header-bgv-nav .desktop--nav .desktop-nav-wrapper .desktop-nav_list .desktop-nav_item a:hover {
color: var(--white-color);
text-decoration-color: var(--white-color);
text-decoration: none;
opacity: 0.5;
}
.header-bgv-nav .desktop--nav .desktop-nav-wrapper .desktop-nav_list .desktop-nav_item.desktop-nav_item__active a {
color: white;
text-decoration-color: var(--white-color);
text-decoration: none;
}
.header-bgv-nav .mobile-menu {
background: rgba(0, 0, 0, 0.3);
backdrop-filter: blur(10px);
}
.header-bgv-nav .mobile-menu .mobile-menu-wrapper {
background: transparent;
}
.header-bgv-nav .mobile-menu .mobile-menu-wrapper .mobile-nav .mobile-nav_list .mobile-nav_item a {
color: var(--white-color);
}
.video-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
z-index: -1;
}
.video-full-height {
z-index: -20;
height: 100%;
width: 100%;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.video-full-height video { min-width: calc(100% + 2px);
width: auto;
max-width: none;
min-height: calc(100% + 2px);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
}
.video-full-height .canvas-boxi {
min-width: calc(100% + 2px);
width: auto;
max-width: none;
min-height: calc(100% + 2px);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
}
.none {
display: none !important;
}
.tshadow {
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.card-produkt {
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
body {
font-family: var(--font-sans);
overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-sans);
}
.text-xs-all h1, .text-xs-all h2, .text-xs-all h3, .text-xs-all h4, .text-xs-all h5, .text-xs-all h6 {
font-size: 22px;
}
.text-xs-all ul, .text-xs-all li, .text-xs-all p, .text-xs-all a {
font-size: 15px;
}
.text-xxs h1, .text-xxs h2, .text-xxs h3, .text-xxs h4, .text-xxs h5, .text-xxs h6 {
font-size: 18px;
}
.text-xxs ul, .text-xxs li, .text-xxs p, .text-xxs a {
font-size: 14px;
}
.p-null > p {
margin: 0;
padding: 0;
}
.owl-space > * + * {
margin-top: 1rem;
}
.owl-space-xl > * + * {
margin-top: 3rem;
}
.hyphen {
word-wrap: break-word;
hyphens: auto;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphenate-limit-chars: 6 3 3;
hyphenate-limit-lines: 2;
hyphenate-limit-last: always;
hyphenate-limit-zone: 8%;
}
.current-menu-item {
text-decoration: underline;
}
.check-list ul {
list-style: none;
padding-left: 2.4rem;
margin: 2rem 0;
}
.check-list ul li {
position: relative;
margin: 4px 0;
}
.check-list ul li::before {
position: absolute;
top: 1px;
margin: 0px 0 0 -20px;
vertical-align: middle;
display: inline-block;
width: 14px;
height: 14px;
content: url(//www.ib-rader.de/wp-content/uploads/dp-check.svg);
}
.column-list {
width: 100%;
columns: 1;
column-gap: 40px;
-webkit-columns: 1;
-moz-columns: 1;
}
@media only screen and (min-width: 769px) {
.column-list {
columns: 2;
column-gap: 40px;
-webkit-columns: 2;
-moz-columns: 2;
}
}
.hover-shadow:hover {
box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
.post-entry {
font-size: 1.4rem;
}
.post-entry h3 {
font-size: 3rem;
font-weight: 900;
} .down-arrow {
position: absolute;
top: calc(100vh - 180px);
left: calc(50% - 16px);
width: 0;
height: 50px;
border: 2px solid;
border-radius: 2px;
color: white;
animation: jumpInfinite 1.5s infinite;
}
.down-arrow:after {
content: " ";
position: absolute;
top: 35px;
left: -8px;
width: 16px;
height: 16px;
color: white;
border-bottom: 4px solid;
border-right: 4px solid;
border-radius: 4px;
transform: rotateZ(45deg);
}
@keyframes jumpInfinite {
0% {
margin-top: 0;
}
50% {
margin-top: 20px;
}
100% {
margin-top: 0;
}
}
.card {
background: #fff;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom: 4px solid var(--primary-color);
box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.card:hover {
transform: scale(1.037654);
box-shadow: 0 0 4rem rgba(0, 0, 0, 0.3);
}
.card .card-image {
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.card .card-image img {
width: 100%;
height: auto;
object-fit: cover;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
.card .card-txt {
word-wrap: break-word;
hyphens: auto;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphenate-limit-chars: 6 3 3;
hyphenate-limit-lines: 2;
hyphenate-limit-last: always;
hyphenate-limit-zone: 8%;
padding: 10px;
}
.heading-small {
display: none !important;
overflow: hidden;
position: absolute;
top: 11rem;
left: 3rem;
width: 50vw;
}
@media only screen and (min-width: 769px) {
.heading-small {
display: block !important;
}
}
.heading-small .heading-small-h1 {
font-size: 2rem;
color: white;
overflow: hidden;
}