@font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 100;
src: url(//funkwerk-mobility-platform.com/wp-content/themes/funkwerk/fonts/barlow-v12-latin-100.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 300;
src: url(//funkwerk-mobility-platform.com/wp-content/themes/funkwerk/fonts/barlow-v12-latin-300.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 400;
src: url(//funkwerk-mobility-platform.com/wp-content/themes/funkwerk/fonts/barlow-v12-latin-regular.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Barlow';
font-style: italic;
font-weight: 400;
src: url(//funkwerk-mobility-platform.com/wp-content/themes/funkwerk/fonts/barlow-v12-latin-italic.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 500;
src: url(//funkwerk-mobility-platform.com/wp-content/themes/funkwerk/fonts/barlow-v12-latin-500.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 600;
src: url(//funkwerk-mobility-platform.com/wp-content/themes/funkwerk/fonts/barlow-v12-latin-600.woff2) format('woff2'); } @font-face {
font-display: swap; font-family: 'Barlow';
font-style: normal;
font-weight: 700;
src: url(//funkwerk-mobility-platform.com/wp-content/themes/funkwerk/fonts/barlow-v12-latin-700.woff2) format('woff2'); }  :root {
--funky-purple: #952456;
--funky-lightpurple: #c67590;
--funky-ultralightpurple: #eadee3;
--funky-greenblue: #005e6e;
--funky-turky: #55a8bf;
--funky-grey: #30383b;
--container-size: 1140px;
--linkbox-height: 800px;
} body{
font-family: 'Barlow';
font-style: normal;
font-weight: 400;	
font-size: 24px;
}
.body-wrap{
overflow-x: hidden;
}
::focus {
outline: 0 !important;
}
.effect, a{
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
p:last-child{
margin-bottom: 0;
}
a {
color: inherit;
}
a:hover {
color: inherit;
text-decoration: none;
}
button:focus {
outline: none;
}
p a { text-decoration: underline; } .bold{
font-weight: 700;
}
h1{
font-size: 63px;
text-transform: uppercase;
font-weight: 400;
line-height: 1.1;
margin-bottom: 50px;
}
h2{
font-size: 50px;
text-transform: uppercase;
font-weight: 400;	
line-height: 1.1;
hyphens: auto;
margin-bottom: 40px;
}
.home #lay-text-img h2{
text-indent: -50px;
margin-bottom: 0px;
}
.owl-home h2{
text-transform: uppercase;
font-size: 70px;
font-weight: 400;
line-height: 1;
text-indent: -50px;
margin-bottom: 40px;
}
h3 {
font-size: 24px;
text-transform: uppercase;
}
.headline-box h1, .headline-box h2 {
margin-bottom: 0px;
}
.headline-box {
margin-bottom: 50px;
}
.headline-box h2 {
text-transform: none;
font-size: 30px;
font-weight: 600;
} .funky-white{ color: white !important; }
.funky-black{ color: black; }
.funky-purple{ color: var(--funky-purple); }
.funky-greenblue{ color: var(--funky-greenblue); }
.funky-grey{ color: var(--funky-grey); }
.funky-purple-bg{ background-color: var(--funky-purple); }
.funky-lightpurple-bg{ background-color: var(--funky-lightpurple); }
.funky-ultralightpurple-bg{ background-color: var(--funky-ultralightpurple); } .navbar{
padding: 40px 60px 20px 60px;
font-size: 12px;
position: fixed;
width: 100%;
z-index: 10; }
body:not(.home) .navbar {
background-color: white;
}
.navbar.scroll-style {
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
padding: 24px 60px 20px 60px;
}
.navbar-brand img{
width: 180px;
}
.navbar-brand {
padding-top: 0;
padding-bottom: 0;
margin-right: 0;
z-index: 50;
}
.bun, .patty{
background-color: black;
height: 3px;
width: 38px;
display: block;
margin-bottom: 6px;
transform: rotate(0deg);
-webkit-transition: all 0.3s ease-in-out !important;
-moz-transition: all 0.3s ease-in-out !important;
-ms-transition: all 0.3s ease-in-out !important;
-o-transition: all 0.3s ease-in-out !important;
transition: all 0.3s ease-in-out !important;
}
.bun-bottom{
margin-bottom: 0;
}
.fake-patty{ position: absolute;
margin-top: -9px;
transform: rotate(0deg);
-webkit-transition: transform 0.3s ease-in-out;
-moz-transition: transform 0.3s ease-in-out;
-ms-transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.navbar.active .bun, .navbar.active .patty{
background-color: white;
}
.navbar.active .patty{
transform: rotate(-45deg);
}
.navbar.active .fake-patty{
transform: rotate(45deg) !important;
-webkit-transition: transform 0.3s ease-in-out;
-moz-transition: transform 0.3s ease-in-out;
-ms-transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
}
.navbar.active .bun{
opacity: 0;
}
.navbar-toggler {
padding: 0;
border: none;
z-index: 50;
position: relative;
margin-left: 25px;
}
.navbar-collapse {
position: absolute;
width: 100%;
top: 0;
left: 0;
color: white;
border-bottom-right-radius: 100px;
background: #952456;
background-image: -webkit-linear-gradient(-90deg, rgba(149, 36, 86, 1) 0%, rgba(94, 20, 52, 1) 100%);
background-image: -moz-linear-gradient(-90deg, rgba(149, 36, 86, 1) 0%, rgba(94, 20, 52, 1) 100%);
background-image: linear-gradient(-90deg, rgba(149, 36, 86, 1) 0%, rgba(94, 20, 52, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#952456", endColorstr="#5E1434", GradientType=1);	
}
#menu-main-menu, #menu-main-menu-en{
padding: 175px 150px 100px 150px;
flex-direction: row;
font-size: 20px !important;
}
#menu-main-menu a, #menu-main-menu-en a{
font-size: 20px !important;
display: inline-block;
}
.navbar.active .navbar-brand img {
opacity: 0;
}
.brand-white{
opacity: 0;
position: absolute;
transform: translateX(-100%);
}
.navbar.active .brand-white{
opacity: 1 !important;
}
.navbar-sidebars{
width: 33.3333%;
line-height: 2;
}
.navbar-sidebars.text-right{
display: flex;
justify-content: end;
align-content: center;
flex-wrap: wrap;
}
.menu-category{
width: 20%;
pointer-events: none;
text-transform: uppercase;
color: var(--funky-lightpurple);
font-weight: 600;
padding: 0 15px;
}
.menu-category a{
border-bottom: 3px solid var(--funky-lightpurple);	
padding-bottom: 0;
margin-bottom: 25px;
}
.menu-sub-category{
pointer-events: none;
text-transform: uppercase;
}
.menu-sub-category a{
color: var(--funky-lightpurple) !important;
font-style: italic;	
}
.menu-category .dropdown-menu {
display: block;
pointer-events: auto;
}
.dropdown-toggle::after {
display: none;
}
.dropdown-menu {
background-color: transparent;
margin: 0;
padding: 0;
border: 0;
}
.dropdown-menu a{
color: white;
padding: 0;
border-bottom: 0;
margin-bottom: 10px;
white-space: normal;
hyphens: auto;
}
.menu-description {
display: block;
font-size: 16px;
}
.dropdown-menu :not(.menu-sub-category) a:before {
content: '»';
display: inline-block;
width: 0;
transform: translateX(-15px);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.dropdown-menu :not(.menu-sub-category) a {
padding-left: 15px;
margin-bottom: 5px;
text-transform: none;
}
.dropdown-menu :not(.menu-sub-category) a:hover:before {
transform: translateX(-20px);
}
.dropdown-item:hover, .dropdown-item:focus{
background-color: transparent;
color: white;
}
.menu-sub-category a{
margin-bottom: 5px;
line-height: 1.2;
margin-top: 20px;
}
.dropdown-menu li:first-child a {
margin-top: 0px;	
}
.navbar-collapse {
max-height: 100vh; overflow-y: auto; overscroll-behavior: contain; }
.custom-language-switcher a, .custom-language-switcher span {
margin-right: 5px;
}
.custom-language-switcher .active-language { font-weight: 700; } input, label, textarea { 
width: 100%;
}
label, form p.dsgvo { 
font-size: 17px;
}
form p.dsgvo { 
opacity: 0.5;
}
form a {
border: 0px!important;
padding: 0px!important;
margin: 0!important;
display: inline!important;
font-size: 17px;
color: #ffffff!important;
margin-top: 0px!important;
text-decoration: underline!important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em!important;
padding: 1.2em 1.5em!important;
border: 2px solid #ffb900!important;
font-size: 17px;
color: #ffb900!important;
}
input, textarea { 
height: 30px;
border-radius: 30px;
border: 0;
padding: 25px 20px;
font-size: 20px;
margin-top: 10px;
}
textarea { 
height: 200px;
}
.wpcf7-not-valid-tip { margin-top: 10px; }
input[type=submit] {
font-weight: 800;
text-transform: uppercase;
padding: 10px 0px 40px 0px;
border: 1px solid #ffffff;
background: transparent;
color: #ffffff;
}
input[name=partner] {
margin-bottom: 20px;
}
.select {
position: relative;
display: inline-block;
top: -15px;
width: 100%;
}    
.select select {
display: inline-block;
width: 100%;
cursor: pointer;
padding: 10px 16px;
outline: 0;
border: 0px solid #000000;
border-radius: 30px;
background: #ffffff;
color: #000000;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
font-size: 20px;
}
.select select::-ms-expand {
display: none;
}
.select select:hover,
.select select:focus {
color: #000000;
background: #cccccc;
}
.select select:disabled {
opacity: 0.2;
pointer-events: none;
}
.select_arrow {
position: absolute;
top: 23px;
right: 23px;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0px 5px;
border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
border-top-color: #000000;
}
.select select:disabled ~ .select_arrow {
border-top-color: #cccccc;
}
.mail-response { display: none; }
.altcha-label { color: #000000; }
.gallery { margin: 25px 0!important;}
.gallery img { border: 0px!important; }
.gallery .gallery-item { text-align: left!important; }
.fancy-ico span {
background: var(--funky-purple)!important;
}
#fancybox-content {
border: 0px!important;
}
#fancybox-outer {
box-shadow: 0 0 80px #111!important;
-moz-box-shadow: 0 0 80px #111!important;
-webkit-box-shadow: 0 0 80px #111!important;
} footer{
background: #952456;
background-image: url(//funkwerk-mobility-platform.com/wp-content/themes/funkwerk/img/Funkwerk-Wellen.svg), -webkit-linear-gradient(90deg, rgba(149, 36, 86, 1) 0%, rgba(94, 20, 52, 1) 100%);
background-image: url(//funkwerk-mobility-platform.com/wp-content/themes/funkwerk/img/Funkwerk-Wellen.svg), -moz-linear-gradient(90deg, rgba(149, 36, 86, 1) 0%, rgba(94, 20, 52, 1) 100%);
background-image: url(//funkwerk-mobility-platform.com/wp-content/themes/funkwerk/img/Funkwerk-Wellen.svg), linear-gradient(90deg, rgba(149, 36, 86, 1) 0%, rgba(94, 20, 52, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#952456", endColorstr="#5E1434", GradientType=1);	
background-repeat: no-repeat;
background-size: 190px, cover;
background-position: 280px -73px, center center;
border-radius: 100px 0px 0px 0px;
padding-top: 80px;
padding-bottom: 20px;
color: white;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
margin-top: 75px;
}
.container-footer{
max-width: 100%;
margin-left: 0;
margin-right: 0;
padding-left: 125px;
padding-right: 180px;
}
.footer-logo{
width: 180px;
margin-right: 55px;
}
.footer-left-box{
display: flex;
}
.dwg{
font-size: 10px;
color: var(--funky-lightpurple);
margin-top: 50px;
margin-left: 235px;
}
.dwg a:hover{
color: white;
text-decoration: none;
}
.footer-right-box {
padding-top: 30px;
text-align: right;
}
.footer-right-box a{
margin-left: 10px;
border-bottom: 1px solid transparent;
padding-bottom: 5px;
}
.footer-right-box a:hover{
text-decoration: none;
border-bottom: 1px solid white;
}
.footer-pills a {
border: 1px solid white;
border-radius: 100px;
padding: 5px 17px;
margin: 10px 10px 10px 0;
display: inline-block;
}
.footer-pills a:hover {
padding: 5px 20px;
}
.back-to-top { 
position: fixed; 
bottom: 50px;
right: 50px;
cursor: pointer;
z-index: 5000;
} #lay-intro{
padding-top: 300px;
padding-bottom: 75px;
}
#lay-images{
padding-top: 75px;
padding-bottom: 75px;
}
#lay-text{
padding-top: 75px;
padding-bottom: 75px;
}
#lay-newsteaser{
padding-top: 75px;
padding-bottom: 75px;
}
#lay-linksection{
padding-top: 75px;
padding-bottom: 75px;
}
#lay-shortlinks{
padding-top: 50px;
padding-bottom: 50px;
padding-left: 15px;
padding-right: 15px;
}
#lay-text-img{
padding-top: 75px;
padding-bottom: 75px;	
padding-left: 15px;
padding-right: 15px;
}
#lay-carousel{
padding-bottom: 75px;		
}
#lay-text-colorful{
padding-top: 75px;
padding-bottom: 75px;
}
#lay-references{
padding-top: 75px;
padding-bottom: 75px;
}
#lay-table{
padding-top: 75px;
padding-bottom: 75px;
}
#lay-contacter{
padding-top: 75px;
padding-bottom: 150px;
}
#lay-dsim{
padding-top: 250px;
padding-bottom: 75px;	
}
#lay-download{
padding-bottom: 75px;	
}
.ds-im h1 {
color: var(--funky-purple);
font-weight: 400;
}
.ds-im h2 {
margin-top: 50px;
text-align: left;
font-weight: 400;
font-size: 30px;
margin-bottom: 10px;
color: var(--funky-purple);
}
.ds-im h3 {
margin-bottom: 10px;
margin-top: 40px;
text-align: left;
font-weight: bold;
color: var(--funky-purple);
}
.ds-im h4 {
font-weight: bold;
margin-bottom: 10px;
margin-top: 30px;
}
.ds-im ul {
padding-left: 15px;
}
.ds-im a {
color: var(--funky-purple);
word-break: break-all;
}
.ds-im b, .ds-im strong {
font-weight: 600;
}
.btn-pills{
border: 1px solid;
border-radius: 100px;
padding: 5px 17px;
margin: 10px 10px 10px 0;
display: inline-block;
font-weight: 600;
}
.btn-pills:hover{
padding: 5px 20px;
}
.btn-pill{
border: 1px solid;
border-radius: 100px;
padding: 5px 17px;
margin: 10px 10px 10px 0;
display: inline-block;
font-weight: 600;
font-size: 17px !important;
height: fit-content;
margin-top: 15px;
}
.btn-pill:hover{
padding: 5px 20px;
color: var(--funky-purple);
}
.laufband-wrapper {
position: absolute;
top: 53px;
left: 0;
width: 100%;
overflow: hidden;
z-index: -1;
}
.laufband {
display: flex;
width: max-content;
animation: scroll-left 20s linear infinite;
font-size: 252px;
opacity: 0.1;
font-weight: 100;
text-transform: uppercase;
}
.laufband span {
padding-right: 150px; white-space: nowrap;
}
@keyframes scroll-left {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-50%);
}
}
.container-full{
max-width: calc(100% + 20px);
width: calc(100% + 20px);
margin-left: -10px;
}
.container-full .col-4 {
padding-right: 0px;
padding-left: 0px;
}
.container-full .col-8{
padding-right: 0px;
padding-left: 0px;
display: flex;
flex-wrap: wrap;
}
.images-box{
background-position: center center;
background-size: cover;
color: transparent;
border: 10px solid white;
}
.images-box-1{
width: calc(100% - ( ( 100vw - var(--container-size) ) / 2 ) );
margin-left: calc( ( 100vw - var(--container-size) ) / 2 );
aspect-ratio: 750 / 430;
border-top-left-radius: 100px;
}
.image-1er { border-bottom-right-radius: 100px; }
.images-box-2{
height: 100%;
border-bottom-right-radius: 100px;
}
.images-box-3{
width: 50%;
aspect-ratio: 1 / 1;	
}
.images-box-4{
width: 50%;
aspect-ratio: 1 / 1;	
}
.text-content ul{
padding-left: 0;
}
.text-content ul li{
border-bottom: 1px solid var(--funky-purple);
list-style: none;
padding-bottom: 23px;
margin-bottom: 20px;
}
.text-content ul li b{
text-transform: uppercase;
}
.text-content{
margin-top: 50px;
}
.text-content a{
border-radius: 100px;
padding: 6px 20px;
margin: 10px 10px 10px 0;
display: inline-block;
font-size: 17px;
font-weight: 500;
border: 1px solid var(--funky-purple);
color: var(--funky-purple);
margin-top: 30px;
text-decoration: none;
}
#lay-text-colorful .text-content a{
border: 1px solid white;
color: white;
}
.text-content a:hover{
padding: 6px 23px;	
}
.home .brand-white{
opacity: 1;
}
.home .linkedin-black{
display: none;
}
.home .scroll-style .brand-white {
opacity: 0;
}
.home .scroll-style .linkedin{
display: none;
}
.home .scroll-style .linkedin-black{
display: block;
}
.home .navbar.scroll-style{
background-color: white;
}
.home .btn-pills {
color: white;
}
.home .scroll-style .btn-pills {
color: black;
}
.home .navbar-sidebars {
color: white;
}
.home .scroll-style .navbar-sidebars {
color: black;
}
.home .bun, .home .patty {
background-color: white;
}
.home .scroll-style .bun, .home .scroll-style .patty {
background-color: black;
}
.home .scroll-style.active .bun, .home .scroll-style.active .patty {
background-color: white;
}
.owl-home .owl-item-content{
background-size: cover;
background-position: center center;
}
.owl-home .owl-item .owl-item-content{
padding-top: 200px;
padding-bottom: 0px;
color: white;
border-bottom-right-radius: 100px;
height: 100%;
width: 100vw;
}
.owl-home .owl-item .owl-item-content:after{    
content: '';
position: absolute;
inset: 0;
background: linear-gradient(90deg,rgba(0, 33, 41, 1) 0%, rgba(0, 94, 110, 1) 74%);
mix-blend-mode: multiply;
z-index: 0;
pointer-events: none;
border-bottom-right-radius: 100px;
}
.owl-home .owl-item .row [class^="col-"] {
z-index: 2;
}
.owl-home .owl-item .row{
height: 100%;
}
.btn-pills-colorful {
border-radius: 100px;
padding: 6px 20px;
margin: 10px 10px 10px 0;
display: inline-block;
font-size: 17px;
font-weight: 500;
color: white;
}
.btn-pills-colorful:hover {
padding: 6px 23px;	
color: white;
}
#lay-shortlinks h3{
display: inline-block;
margin-right: 30px;
}
.colorful-1{ background-color: var(--funky-purple); }
.colorful-2{ background-color: var(--funky-lightpurple); }
.colorful-3{ background-color: var(--funky-greenblue); }
.colorful-4{ background-color: var(--funky-turky); }
.lay-text-img-img{
margin-top: 80px;
position: relative;
z-index: -1;
}
.lay-text-img-icon {
position: absolute;
top: 50%;
left: 150px;
transform: translateY(-50%);
width: 550px;
transform-origin: center;
}
.linkbox-1{
width: calc(66.66666% - 16.66666%);
margin-left: 16.66666%;
height: calc( var(--linkbox-height) / 2 );
border-top-left-radius: 100px;
}
.linkbox-1:after{ border-top-left-radius: 90px; }
.linkbox-2{
width: 33.33333%;
height: var(--linkbox-height);
background-color: green;	
}
.linkbox-3{
width: 33.33333%;
height: var(--linkbox-height);
background-color: yellow;	
margin-top: calc( var(--linkbox-height) / 2 * -1 );
}
.linkbox-4{
width: 33.33333%;
height: calc( var(--linkbox-height) / 2 );
background-color: orange;	
margin-top: calc( var(--linkbox-height) / 2 * -1 );
}
.linkbox-5{
width: calc(66.66666% - 16.66666%);
margin-left: 16.66666%;
height: calc( var(--linkbox-height) / 2 );
background-color: purple;
margin-left: 33.33333%;
margin-top: calc( var(--linkbox-height) / 2 * -1 );
z-index: 0;
border-bottom-right-radius: 100px;
}
.linkbox-5:after{ border-bottom-right-radius: 90px; }
.linkbox{
position: relative;
background-position: center center;
background-size: cover;
border: 10px solid white;
}
.linkbox:after{
content: '';
height: 100%;
width: 100%;
position: absolute;
top: 0;
opacity: 0;
background: linear-gradient(90deg, rgba(0, 33, 41, 1) 0%, rgba(0, 94, 110, 1) 74%);
mix-blend-mode: multiply;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.linkbox:hover:after{
opacity: 1;
}
.linkbox-text {
z-index: 2;
position: relative;
color: white;
opacity: 0;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
padding: 60px;
justify-content: space-between;
}
.linkbox:hover .linkbox-text {
opacity: 1;
}
.linkbox-text span{
text-transform: uppercase;
font-weight: 600;
display: block;
}
.newsteaser {
background-color: white;
border: 1px solid var(--funky-purple);
display: block;
border-bottom-right-radius: 100px;
padding: 20px;
padding-bottom: 60px;
font-weight: 600;
height: 100%;
}
.newsteaser:hover {
border: 1px solid transparent;
filter: drop-shadow(0px 0px 15px #005e6e80);
}
.newsteaser-img{
height: 230px;
position: relative;
background-position: center center;
background-size: cover;
}
.newsteaser-img:after{
content: '';
background: #952456;
background: linear-gradient(70deg, rgba(149, 36, 86, 1) 0%, rgba(149, 36, 86, 0) 75%);
mix-blend-mode: multiply;
height: 100%;
width: 100%;
position: absolute;
top: 0;
}
#lay-newsteaser h3{
display: inline-block;
margin-bottom: 0px;
}
#lay-newsteaser h3 span{
font-weight: 700;
}
.funkspruch {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
h3 img {
display: inline-block;
width: 40px;
margin-left: 13px;
margin-right: 13px;
}
.linksection-spacer{
height: 150px;
}
.owl-theme .owl-dots .owl-dot span {
width: 40px;
border: 1px solid var(--funky-purple);
background-color: transparent;
}
.owl-theme .owl-dots .owl-dot.active span{
background-color: var(--funky-purple);	
}
.owl-theme .owl-dots .owl-dot:hover span {
background-color: var(--funky-purple);	
}
.arrow-icon{
width: 40px;
}
.news-date{
font-size: 12px;
margin-top: 30px;
}
.newsteaser-wrap {
margin-bottom: 25px;
margin-bottom: 30px;
}
.ref-headline{
display: flex;
justify-content: space-between;
margin-bottom: 50px;	
align-items: end;
}
.ref-headline h2{
margin-right: 30px;
width: 400px;
line-height: 1;
margin-bottom: 0;
}
.ref-headline h3{
text-align: right;
text-transform: none;
font-weight: 400;
margin-bottom: 0;
}
#lay-references .newsteaser{
padding-bottom: 20px;
}
.ref-linktext{
margin-top: 15px;
}
.bg-colorful{
padding-top: 120px;
padding-bottom: 120px;
position: relative;
}
#lay-text-colorful .container{
position: relative;
}
.bg-colorful-box {
background: linear-gradient(-90deg, rgba(149, 36, 86, 1) 0%, rgba(94, 20, 52, 1) 100%);
content: '';
top: 0;
left: 0;
width: calc( 100% + ( ( 100vw - var(--container-size) ) / 2 ) );
height: 100%;
z-index: -1;
display: block;
position: absolute;
border-top-left-radius: 100px;
border-bottom-right-radius: 100px;
}
#lay-text-colorful .text-content {
margin-top: 0px;
}
#lay-text-colorful .lay-img {
width: calc(100% + 165px);
margin-left: -165px;
margin-top: 300px;
border-bottom-right-radius: 100px;
margin-bottom: 75px;
}
.pill-button{
border-radius: 100px;
padding: 6px 20px;
margin: 10px 10px 10px 0;
display: inline-block;
font-size: 17px;
font-weight: 500;
}
a.pill-button:hover{
padding: 6px 23px;
}
.pill-bar{
margin-top: 50px;
}
.home .pill-bar{
margin-bottom: 150px;
}
.table-style{
margin-top: 30px;
}
.table-style div:nth-child(2n-1){
background-color: #e0ecf2;
}
.table-style div{
padding: 15px 15px;
display: flex;
line-height: 1.2;
}
.table-style div span{
font-weight: 600;
flex: 0 0 250px;
padding-right: 15px;
min-width: 0;
white-space: normal;
hyphens: auto;
} 
.contact-pill{
font-size: 24px !important;
background-color: white;
position: relative;
padding-top: 13px;
padding-bottom: 13px;
}
.contact-pill:hover{
padding-top: 13px;
padding-bottom: 13px;
}
.contact-pill .lay-text-img-icon{
width: 190px;
z-index: -1;
left: 50%;
transform: translate(60px, -50%);
}
.off-container{
width: var(--container-size);
margin-top: 80px;
margin-bottom: 80px;
position: relative;
min-height: 1px;
}
.off-container-child{
background-color: yellow;	
margin-left: calc( (41.66666% * -1) - ( (100vw - var(--container-size)) / 2 ) - 15px );
width: 100vw;
padding: 0 150px;
font-size: 0;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.off-container-item{
width: 25%;
padding: 50px;
background-color: red;
display: inline-block;
font-size: 15px;
}
.linkedin, .linkedin-black {
width: 25px;
border: 1px solid black;
border-radius: 5px;
padding: 5px;
margin-right: 15px;
}
.home .linkedin {
border: 1px solid white;
}
.home .linkedin-black {
border: 1px solid black;
} .img-info {
width: 175%;
margin-bottom: 30px;
display: block;
transform: translateX(-29%);
}
.head-breaker{
display: none;
}
.linkbox-text-inner {
padding-right: 30px;
}
#lay-linksection .container-fluid {
padding-right: 5px;
padding-left: 5px;
}
#lay-shortlinks {
padding-top: 25px;
padding-bottom: 25px;
}
.home #lay-text-img h2 {
text-indent: 0;
margin-bottom: 0px;
}
.page-id-211 #lay-shortlinks .colorful-1 { display: none; }
.page-id-218 #lay-shortlinks .colorful-2 { display: none; }
.page-id-214 #lay-shortlinks .colorful-3 { display: none; }
#lay-referenzen { margin-bottom: 50px; }
.carousel-img {
display: flex;
align-content: flex-end;
flex-wrap: wrap;
}
.owl-carousel .owl-stage {
display: flex;
}
.owl-carousel .owl-stage-outer {
border-bottom-right-radius: 100px;
}
.download-link{
border-bottom: 1px solid var(--funky-purple);
margin-bottom: 15px;
padding-bottom: 10px;
padding-top: 0px;
display: block;
}
.download-link:last-child{
margin-bottom: 100px;
}
.download-link span{
color: var(--funky-purple);
}
.download-link:hover span{
margin-left: -5px;
margin-right: 5px;
}
#lay-download h3{
margin-bottom: 30px;
}
.pw-form{
text-align: center;
margin-bottom: 80px;
}
.pw-form button, #lay-download input[type=submit]{
border-radius: 100px;
padding: 6px 20px;
margin: 10px 10px 10px 0;
display: inline-block;
font-size: 17px;
font-weight: 500;
border: 1px solid var(--funky-purple);
color: white;
margin-top: 30px;
text-decoration: none;
background-color: var(--funky-purple);
height: auto;
text-transform: none;
width: 100%;
}
#lay-download input, #lay-download textarea {
background-color: #eee;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
outline: none;
}
#lay-download input:focus {
outline: none;	
}
.pw-form button:hover, #lay-download input[type=submit]:hover{
padding: 6px 25px;
}
#lay-download .dsgvo {
text-align: center;
}
#lay-download .dsgvo a{
color: black !important;
}
.submit-pw{
text-align: center;
}
#lay-download .wpcf7-spinner {
display: block;
}
.refteaser-wrap{
margin-bottom: 30px;
}
.btn-purple {
border-radius: 100px;
padding: 6px 20px;
margin: 10px 10px 10px 0;
display: inline-block;
font-size: 17px;
font-weight: 500;
border: 1px solid var(--funky-purple);
color: var(--funky-purple);
margin-top: 50px;
text-decoration: none;
}
.btn-purple:hover {
padding: 6px 23px;
color: var(--funky-purple);	
} @media screen and (max-width: 767.98px) { 
:root {
--container-size: 100%;
}	
body {
font-size: 20px;
}
.container{
padding-left: 40px;
padding-right: 40px;
}
.images-box-1 {
width: 100%;
margin-left: 40px;
}
.image-1er {
margin-left: 0px;
}
.off-container-child {
margin-left: calc((((100vw - var(--container-size)) / 2) * -1));
padding: 0 40px;
}
.off-container-item{
width: 50%;
}
#menu-main-menu, #menu-main-menu-en{
padding: 175px 40px 40px 40px;
flex-wrap: wrap;
}
.menu-category {
width: 100%;
margin-bottom: 50px;
}
.navbar-sidebars:not(.text-right){
display: none;
}
h1, h2 {
font-size: 36px;
}
.footer-left-box {
flex-direction: column;
text-align: center;
}
.footer-logo {
margin-right: 0;
margin-bottom: 30px;
}
footer {
padding-top: 50px;
margin-top: 50px;
}
.footer-right-box {
text-align: center;
}
.footer-right-box a {
margin-left: 5px;
margin-right: 5px;
}
.dwg {
margin-left: 0;
margin-top: 15px;
}
.footer-pills {
margin-left: -5px;
}
.laufband{
font-size: 150px;
margin-top: 50px;
}
#lay-intro {
padding-top: 250px;
padding-bottom: 50px;
}
#lay-text-colorful {
padding-top: 50px;
padding-bottom: 50px;
}
#lay-text-colorful .lay-img {
width: 100%;
margin-left: 0;
margin-top: 45px;
margin-bottom: 0px;
border-bottom-right-radius: 0px;
border-top-left-radius: 65px;
}
.bg-colorful {
padding-top: 80px;
padding-bottom: 80px;
}
#lay-shortlinks {
text-align: center;
}
#lay-shortlinks h3{
display: block;
margin-right: 0;
}
.btn-pills-colorful {
margin: 10px 5px 10px 5px;
}
#lay-contacter {
padding-top: 50px;
padding-bottom: 50px;
}
.bg-colorful-box {
width: 100vw;
left: calc((100vw - var(--container-size)) / 2 * -1);
}
#lay-text-img {
padding-left: 40px;
padding-right: 40px;
}
.owl-home .owl-item .owl-item-content {
padding-left: 40px;
padding-right: 40px;
}
.owl-home h2 {
text-indent: 0;
}
.linkbox-1 {
width: 100%;
margin-left: 0;
height: auto;
}
.linkbox-2 {
width: 100%;
height: auto;
}
.linkbox-3 {
width: 100%;
height: auto;
margin-top: 0;
}
.linkbox-4{
width: 100%;
height: auto;
margin-top: 0;
}
.linkbox-5 {
width: 100%;
height: auto;
margin-left: 0;
margin-top: 0;
}
.home h2 {
text-indent: 0px;
}
.lay-text-img-icon {
display: none;
}
.home .newsteaser-wrap:nth-child(2), .home .newsteaser-wrap:nth-child(3){
display: none;
}
.linkedin, .scroll-style .linkedin-black {
display: none !important;
}
.navbar {
padding: 40px 40px 20px 40px;
}
.navbar-sidebars {
width: 40%;
}
.navbar-brand img {
width: 150px;
}
.owl-home h2 {
font-size: 36px;
}
.owl-carousel .owl-item img {
display: none;
}
.pill-bar {
text-align: center;
}
.home .pill-bar {
margin-bottom: 50px;
}
#lay-carousel {
padding-bottom: 50px;
}
#lay-newsteaser, #lay-linksection, #lay-text-img, #lay-text, #lay-images, #lay-references {
padding-top: 50px;
padding-bottom: 50px;
}
.funkspruch {
flex-direction: column;
align-items: center;
text-align: center;
}
.funkspruch .btn-pill {
width: fit-content;
}
.home h3 img {
display: none;
}
.head-breaker{
display: block;
}
.linkbox-text {
display: block;
}
.arrow-wrap {
text-align: center;
margin-top: 30px;
}
.linkbox-text-inner {
padding-right: 0;
text-align: center;
}
h1{
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
-webkit-hyphenate-limit-before: 3; -webkit-hyphenate-limit-after: 4; -ms-hyphenate-limit-chars: 10 3 4; 
hyphenate-limit-chars: 10 3 4;
}
#lay-images .col-4{
display: none;
}
#lay-images .container-full {
max-width: 100vw;
width: 100vw;
margin-left: 0px;
padding: 0 !important;
}
#lay-images .row {
margin-right: -10px;
margin-left: -10px;
}
#lay-images .col-8 {
-ms-flex: calc(100vw + 20px);
flex: calc(100vw + 20px);
max-width: calc(100vw + 20px);
}
.text-content {
margin-top: 25px;
}
.ref-headline {
flex-direction: column;
}
.ref-headline h2 {
margin-right: 0;
width: 100%;
margin-bottom: 15px;
text-align: center;
}
.ref-headline h3 {
text-align: center;
}
#lay-references .newsteaser {
padding-bottom: 20px;
margin-bottom: 30px;
}
.img-info {
width: 100%;
margin-left: 0;
transform: translateX(0);
}
.contact-pill {
font-size: 20px !important;
}
#lay-dsim {
padding-top: 200px;
padding-bottom: 50px;
}
} @media screen and (max-width: 575.98px) { 
} @media (min-width: 768px) and (max-width: 991.98px) { 
:root {
--container-size: 720px;
}	
#menu-main-menu, #menu-main-menu-en{
padding: 175px 100px 100px 100px;
flex-wrap: wrap;
}
.menu-category {
width: 33.33333%;
margin-bottom: 50px;
}
#lay-text-colorful .lay-img {
width: calc(100% + 35px);
margin-left: -35px;
}
.footer-right-box {
text-align: center;
}
.footer-left-box {
text-align: center;
justify-content: center;
}
.dwg {
margin-left: 0;
text-align: center;
}
.navbar-sidebars:not(.text-right) {
display: none;
}
.footer-logo {
width: 120px;
}
.home .pill-bar{
margin-bottom: 50px;
}
.home .newsteaser-wrap:nth-child(3){
display: none;
}
.lay-text-img-icon {
width: 250px;
}
#lay-references .newsteaser {
margin-bottom: 30px;
}
#lay-references .row {
justify-content: center;
}
.ref-headline {
flex-direction: column;
}
.ref-headline h2 {
margin-right: 0;
width: 100%;
margin-bottom: 15px;
text-align: center;
}
.ref-headline h3 {
text-align: center;
width: 100%;
}
} @media (min-width: 992px) and (max-width: 1199.98px) { 
:root {
--container-size: 960px;
}	
#menu-main-menu, #menu-main-menu-en{
padding: 175px 100px 100px 100px;
flex-wrap: wrap;
}
.menu-category {
width: 33.33333%;
margin-bottom: 50px;
}
#lay-text-colorful .lay-img {
width: calc(100% + 50px);
margin-left: -50px;
}
.footer-logo {
width: 120px;
margin-right: 50px;
}
.footer-right-box {
max-width: 320px;
flex: 320px;
margin-right: -100px;
}
.img-info {
margin-left: -70%;
transform: translateX(0);
}
.ref-headline h2 {
margin-right: 50px;
width: 310px;
}
}