/*-----------------------------------------------------------------------------------
	ArtFlex AI Solutions
	About: A shiny new Blocs website.
	Author: Jan
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#BEF1FD;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.animated-menu {
	position: fixed;
	top: -2000px;
	left: 0;
	width: 100%;
	height: 100%;
	background: white;
	transition: top 1s ease-in-out;
	z-index: 1050;
}

.animated-menu.show {
	top: 0;
  }

@media (max-width: 475px) {
	.animated-menu.show {
		padding-bottom: 30px;
	}
}


.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}



/* = Text Widths
-------------------------------------------------------------- */
.text-w-md{
	max-width:300px;
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.close{
	color:#000;
	opacity:0.5;
}
.close:hover{
	opacity:1;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.img-style{
	height:85px;
}
.img-ai-butt-style{
	background-size:auto auto;
	background-color:transparent;
	height:60px;
	width:60px;
}
.offcanvas-top{
	background-color:var(--swatch-var-7343);
}
.menu-icon{
	font-size:60px;
	color:#00006E!important;
}
.close-button-column-2{
	width:60px;
	display:flex;
	height:60px;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.close-icon-2{
	font-size:60px;
	margin-left:9px;
	color:var(--swatch-var-4240)!important;
	margin-top:38px;
	height:60px;
	display:flex;
	align-content:center;
	width:60px;
}
.p-style{
	font-size:20px;
	font-family:"Roboto";
	font-weight:bold;
	text-decoration:none;
	margin-bottom:0px;
}
.link-style{
	font-style:normal;
	text-decoration:none;
	color:var(--swatch-var-4240)!important;
	background-size:auto auto;
	padding:7px 10px 5px 10px;
	border-radius:12px 12px 12px 12px;
}
.link-style:hover{
	color:var(--swatch-var-4240)!important;
	text-decoration:none;
	background-color:#C7ECFF;
}
.p-style:hover{
	background-color:transparent;
}
.left-menu-column{
	width:300px;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
}
.body-column-1{
	background-color:var(--swatch-var-7343);
	border-color:transparent!important;
	background-size:auto auto;
	width:100%;
}
.body-row-1{
	display:flex;
	width:200%;
	height:550px;
	margin-left:100px;
}
.body-subcolumn-1{
	width:550px;
	height:550px;
	margin-left:10px;
	z-index:1;
}
.html-widget-style{
	margin-top:0px;
	display:flex;
	align-items:center;
	justify-content:center;
	height:240px;
	width:100%;
}
.face-image-style{
	width:650px;
	height:85%;
	margin-top:4%;
	margin-left:20px;
}
.body-title-style{
	font-family:"Roboto Slab";
	font-weight:600;
	font-size:32px;
	line-height:48px;
}
.body-paragraph-style{
	font-family:"Roboto";
	font-size:20px;
	line-height:35px;
}
.body-row-2{
	width:1800px;
	margin-left:100px;
}
.img-operat-style{
	height:90px;
}
.img-artboard-162-style{
	height:90px;
}
.img-calend-style{
	height:90px;
}
.img-euro-cha-style{
	height:90px;
}
.img-seeking-sta-style{
	height:90px;
}
.img-justi-style{
	height:90px;
}
.h3-bloc-5-style{
	font-family:"Roboto Slab";
	font-weight:600;
	width:100%;
	text-decoration:none;
	color:var(--swatch-var-4240)!important;
	line-height:30px;
	font-size:19px;
}
.body-title{
	font-family:"Roboto Slab";
	font-weight:600;
	font-size:32px;
	color:var(--swatch-var-4240)!important;
	width:860px;
}
.column-schlusselbereiche{
	display:flex;
	width:860px;
	border-top-left-radius:30px;
	margin-left:10px;
}
.modal-image{
	height:100px;
	padding-left:0px;
	width:100%;
	align-items:center;
	display:flex;
	justify-content:center;
}
.modal-header-text{
	font-family:"Roboto Slab";
	font-weight:600;
	text-align:left;
	font-size:26px;
	color:var(--swatch-var-4240)!important;
	line-height:36px;
	width:100%;
	display:flex;
	align-items:center;
}
.modal-body{
	background-size:auto auto;
	background-color:var(--swatch-var-5752);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.close{
	color:var(--swatch-var-4240)!important;
	display:flex;
	justify-content:flex-end;
	align-items:flex-start;
}
.modal-close-button{
	margin-top:-80px;
	display:flex;
	justify-content:flex-end;
	align-items:flex-start;
}
.name-surname-field{
	border-radius:10px 10px 10px 10px;
	background-color:var(--swatch-var-419);
	border-color:transparent!important;
	border-width:0px 0px 0px 0px;
	height:50px;
	font-family:"Roboto";
	font-size:20px;
	color:var(--swatch-var-4240)!important;
	width:800px;
}
.type-message-field{
	background-color:var(--swatch-var-419);
	border-radius:10px 10px 10px 10px;
	height:180px;
	border-width:0px 0px 0px 0px;
	border-color:transparent!important;
	font-family:"Roboto";
	font-size:20px;
	color:var(--swatch-var-4240)!important;
	align-items:center;
	justify-content:center;
	display:flex;
	width:800px;
}
.send-email-button{
	font-family:"Roboto Slab";
	font-weight:700;
	font-size:20px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:160px;
	border-style:solid;
	border-radius:30px 30px 30px 30px;
	border-width:2px 2px 2px 2px;
	border-color:var(--swatch-var-4240)!important;
	color:var(--swatch-var-4240)!important;
	background-color:var(--swatch-var-6101);
	height:45px;
}
.label-style{
	font-family:"Roboto";
	color:var(--swatch-var-4240)!important;
	font-size:17px;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	width:800px;
}
.column-form{
	width:100%;
	border-bottom-left-radius:30px;
}
.div-form{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	width:800px;
}
.send-email-button:hover{
	border-radius:30px 30px 30px 30px;
	text-transform:none;
	border-color:var(--swatch-var-4240)!important;
	background-color:var(--swatch-var-4240);
	color:var(--swatch-var-7343)!important;
}
.send-email-button:focus{
	background-color:var(--swatch-var-2869);
	color:var(--swatch-var-7343)!important;
}
.h3-messsage-sent-style{
	font-family:"Roboto Slab";
	font-weight:700;
	font-size:26px;
	line-height:35px;
}
.p-bloc-8-style{
	font-family:"Roboto";
	line-height:25px;
}
.modal-text-2{
	font-family:"Roboto Slab";
	font-weight:600;
	font-size:20px;
	color:var(--swatch-var-4240)!important;
	line-height:28px;
	text-align:left;
	text-decoration:none;
	border-color:var(--swatch-var-7343)!important;
	border-width:0px 0px 0px 0px;
	border-style:solid;
	width:100%;
}
.modal-paragraph{
	font-size:19px;
	line-height:24px;
	color:var(--swatch-var-4240)!important;
	text-align:left;
	padding-left:32px;
}
.modal-body-2{
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	border-color:transparent!important;
	background-color:var(--swatch-var-5752);
	height:100%;
}
.modal-body-4{
	display:flex;
	justify-content:center;
	background-color:var(--swatch-var-5752);
}
.modal-div-container{
	background-color:var(--swatch-var-5752);
}
.img-artflexai-lo-style{
	width:100%;
	height:90px;
}
.footer-link{
	color:var(--swatch-var-4240)!important;
	text-decoration:none;
	flex-direction:column;
	align-items:center;
	justify-content:center;
}
.h4-style{
	font-family:"Roboto";
	line-height:32px;
	font-weight:normal;
	font-size:18px;
	width:100%;
}
.column-footer-logo{
	text-align:center;
	border-style:solid;
	border-color:var(--swatch-var-4240)!important;
	border-width:0px 1px 0px 0px;
	width:30%;
}
.footer-row{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
}
.modal-text-2:hover{
	text-decoration:underline!important;
}
.icon-column{
	width:1000px;
	border-bottom-left-radius:30px;
}
.icon-row-2{
	width:860px;
	margin-left:30px;
}
.icon-row-1{
	width:860px;
	margin-left:30px;
}
.rounded-corners{
	border-bottom-left-radius:30px;
	border-top-left-radius:30px;
}
.tickmark-image-style{
	height:73%;
	margin-top:4%;
	align-items:center;
	justify-content:center;
	display:flex;
}
.halgard-image-style{
	height:80%;
	margin-top:4%;
}
.img-ai-butt-style:hover{
	background-size:cover;
}
.icon-single-column{
	width:33%;
}
form{
	width:860px;
}
.row-style{
	width:100%;
	display:flex;
	height:90px;
}
.body-subcolumn-face{
	width:1300px;
	display:flex;
	align-items:center;
}
.body-subcolumn-halgard{
	display:flex;
	align-items:center;
	width:1000px;
	justify-content:flex-start;
}
.body-subcolumn-tickmark{
	height:550px;
	width:25%;
	margin-left:-65px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.column-footer-address{
	border-width:0px 1px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-4240)!important;
	width:40%;
}
.column-footer-legal{
	width:30%;
}
.column-menu{
	width:33%;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-direction:column;
}
.column-menu-logo{
	width:34%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.column-menu-ailogo{
	width:33%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.modal-main-row{
	width:500px;
	display:flex;
	justify-content:center;
}
.modal-main-column{
	width:100%;
	display:flex;
	justify-content:center;
}
.modal-header{
	display:flex;
	width:100%;
	align-items:center;
}
.modal-header-icon-container{
	width:30%;
	display:flex;
	justify-content:center;
	height:100%;
}
.modal-close-icon-container{
	display:flex;
	justify-content:flex-end;
	align-items:flex-start;
	width:5%;
	height:100%;
	min-height:100px;
}
.modal-header-text-container{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	height:100%;
	padding-left:10px;
	width:65%;
}
.container-clos2{
	height:100px;
	width:10%;
	display:flex;
	justify-content:center;
	align-items:flex-start;
}
.close-button2{
	height:100%;
	width:100%;
}
.close2{
	margin-top:-20px;
}
.modal-legal-title{
	font-family:"Roboto Slab";
	font-weight:600;
	font-size:32px;
	line-height:36px;
	width:90%;
	text-align:left;
}
.modal-legal-paragraph{
	font-family:"Roboto";
	font-weight:400;
	line-height:30px;
	color:var(--swatch-var-4240)!important;
	text-align:left;
	font-size:19px;
}
.accordion-container{
	width:100%;
}
.accordion-icon-style{
	width:30px;
	font-size:20px;
	color:var(--swatch-var-4240)!important;
	height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	align-content:center;
}
.lumia-menu-column-right{
	width:50%;
	min-width:50%;
	height:85vh;
	min-height:85vh;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
	display:flex;
	padding-left:20px;
}
.lumia-menu-clumn-left{
	height:85vh;
	display:flex;
	align-items:flex-end;
	justify-content:center;
	width:50%;
	min-width:50%;
	min-height:85vh;
	position:relative;
	flex-direction:column;
}
.lumia-menu-logo{
	width:440px;
	min-width:440px;
	height:425px;
	min-height:425px;
}
.lumia-menu-close-button{
	font-family:"Roboto";
	color:var(--swatch-var-4240)!important;
	font-weight:600;
	font-size:17px;
	text-align:center;
	min-width:100px;
	width:100%;
	height:50px;
	border-width:0px 0px 0px 0px;
	text-decoration:none;
	flex-direction:column;
	justify-content:center;
	display:flex;
	text-transform:uppercase;
	min-height:50px;
}
.lumia-menu-close-button-column{
	border-width:0px 0px 0px 0px;
	background-color:var(--swatch-var-7343);
	height:50px;
	min-height:50px;
}
.lumia-menu-main-row{
	height:100%;
	min-height:100%;
	width:100%;
	min-width:100%;
}
.lumia-menu-close-button-row{
	flex-direction:column;
	justify-content:flex-start;
	display:flex;
	border-width:0px 0px 0px 0px;
	background-color:var(--swatch-var-7343);
	width:100%;
	min-width:100%;
	align-items:center;
	font-family:"Roboto";
	font-weight:600;
	text-decoration:none;
	text-align:center;
	height:50px;
	min-height:50px;
	color:var(--swatch-var-7343)!important;
}
.lumia-menu-paragraph{
	text-align:left;
	font-family:"Roboto";
	font-size:20px;
	line-height:32px;
	color:var(--swatch-var-4240)!important;
	width:450px;
	min-width:450px;
	margin-bottom:30px;
}
.lumia-menu-title{
	font-family:"Roboto Slab";
	font-weight:600;
	font-size:30px;
	color:var(--swatch-var-4240)!important;
	width:450px;
	line-height:42px;
	min-width:450px;
}
.lumia-menu-call-back-button-text-field{
	border-radius:30px 30px 30px 30px;
	min-height:33px;
	font-family:"Roboto";
	font-weight:600;
	font-size:20px;
	background-color:var(--swatch-var-419);
	color:var(--swatch-var-4240)!important;
	width:260px;
	min-width:260px;
	height:33px;
	padding-left:10px;
}
.lumia-menu-call-back-button-container-text-field{
	height:38px;
	min-height:38px;
	width:260px;
	min-width:260px;
	padding-left:3px;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.lumia-menu-call-back-row{
	width:100%;
	min-width:80px;
	height:40px;
	min-height:40px;
	border-radius:30px 30px 30px 30px;
	background-color:var(--swatch-var-4240);
	max-width:450px;
}
.lumia-menu-call-back-left-column{
	width:260px;
	min-width:260px;
	height:100%;
	min-height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.lumia-menu-call-back-right-column{
	width:190px;
	min-width:190px;
	height:100%;
	min-height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding-bottom:2px;
}
.lumia-menu-call-back--button-text-and-icon{
	width:190px;
	min-width:190px;
	height:100%;
	min-height:100%;
	font-family:"Roboto Slab";
	font-weight:600;
	font-size:20px;
	text-align:left;
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:center;
	padding-left:20px;
	margin-left:15px;
}
.phone-icon{
	color:var(--swatch-var-7343)!important;
	font-size:30px;
	margin-right:12px;
}
.lumia-menu-ai-chat-row{
	width:450px;
	min-width:450px;
	height:40px;
	min-height:40px;
	border-radius:30px 30px 30px 30px;
	margin-top:20px;
}
.lumia-menu-ai-chat-right-column{
	min-width:210px;
	height:100%;
	min-height:100%;
	width:210px;
	background-color:var(--swatch-var-3668);
	border-radius:30px 30px 30px 30px;
	padding-bottom:2px;
}
.lumia-menu-ai-chat-right-column:hover{
	background-color:var(--swatch-var-5770);
}
.lumia-menu-ai-chat-button-text-and-icon{
	width:210px;
	min-width:210px;
	height:100%;
	min-height:100%;
	font-family:"Roboto Slab";
	font-weight:600;
	font-size:20px;
	text-align:left;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
}
.chat-icon{
	color:var(--swatch-var-7343)!important;
	font-size:30px;
	margin-right:12px;
}
.lumia-menu-whatsapp-right-column{
	min-width:210px;
	height:100%;
	min-height:100%;
	display:flex;
	width:210px;
	background-color:var(--swatch-var-2846);
	border-radius:30px 30px 30px 30px;
	margin-left:30px;
	padding-bottom:2px;
	flex-direction:column;
	align-items:center;
}
.lumia-menu-whatsapp-right-column:hover{
	background-color:var(--swatch-var-5280);
}
.lumia-menu-whatsapp-button-text-and-icon{
	width:210px;
	min-width:210px;
	height:100%;
	min-height:100%;
	font-family:"Roboto Slab";
	font-weight:600;
	font-size:20px;
	text-align:left;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
}
.whatsapp-icon{
	color:var(--swatch-var-7343)!important;
	font-size:30px;
	padding-top:10px;
	margin-right:12px;
}
.offcanvas-top-menu2{
	position:fixed;
	background-color:var(--swatch-var-7343);
	display:flex;
}
.sticky-top{
	position:sticky;
	top:0px;
}
.modal-body-datenschutz{
	background-size:auto auto;
	background-color:var(--swatch-var-5752);
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	text-align:left;
	overflow:scroll;
	border-width:0px 0px 0px 0px;
}
.datenschutz-header{
	position:sticky;
	border-width:0px 0px 0px 0px;
}
.modal-dateschutz{
	height:80vh;
	min-height:80vh;
}
.top-menu-1{
	position:fixed;
	background-color:var(--swatch-var-7343);
	min-width:100vw;
	width:100vw;
	align-items:center;
	flex-direction:column;
	justify-content:flex-start;
	height:100vh;
	min-height:100vh;
	overflow-y:scroll;
	overflow-x: hidden;
}
.top-menu-2{
	position:fixed;
	background-color:var(--swatch-var-7343);
	min-width:100vw;
	width:100vw;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	height:400px;
	min-height:400px;
	overflow:scroll;
	display:flex;
}
.row-menu-2{
	width:100%;
	min-width:100%;
	height:400px;
	min-height:400px;
	display:flex;
	padding-top:40px;
}
.column-menu-2{
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	flex-direction:column;
	width:100px;
}
.send-email-button:active{
	color:var(--swatch-var-7343)!important;
}
.lumia-menu-call-back-row:hover{
	background-color:var(--swatch-var-2869);
}
.link-style-special{
	font-style:normal;
	text-decoration:none;
	color:var(--swatch-var-4240)!important;
	background-size:auto auto;
	padding:7px 10px 5px 10px;
	border-radius:12px 12px 12px 12px;
}
.link-style-special:hover{
	color:var(--swatch-var-4240)!important;
	text-decoration:none;
	background-color:#C7ECFF;
}
.rrr{
	position:sticky;
}
.image-change{
	background-image:url("img/Lumia_Image.png");
	background-image: -webkit-image-set(url("img/Lumia_Image.webp") 1x,
url("img/Lumia_Image.webp") 2x);background-image: image-set(url("img/Lumia_Image.png") 1x,
url("img/Lumia_Image.png") 2x,url("img/Lumia_Image.webp") 1x,
url("img/Lumia_Image.webp") 2x);
	background-size:contain;
}
.image-change:hover{
	background-image:url("img/Lumia_Image_Active.png");
	background-image: -webkit-image-set(url("img/Lumia_Image_Active.webp") 1x,
url("img/Lumia_Image_Active.webp") 2x);background-image: image-set(url("img/Lumia_Image_Active.png") 1x,
url("img/Lumia_Image_Active.png") 2x,url("img/Lumia_Image_Active.webp") 1x,
url("img/Lumia_Image_Active.webp") 2x);
	background-size:contain;
}
.animated-arrows{
	width:100px;
	height:30px;
	position:absolute;
	margin-right:175px;
	margin-bottom:260px;
	z-index:10;
}
.hp-field{
	position:absolute;
}
.p-menu-style{
	font-size:19px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2869:rgba(0,0,164,1.00);
	
	--swatch-var-7343:rgba(255,255,255,1.00);
	
	--swatch-var-4529:rgba(0,0,0,1.00);
	
	--swatch-var-2846:rgba(0,134,0,1.00);
	
	--swatch-var-3668:rgba(24,25,255,1.00);
	
	--swatch-var-4240:rgba(0,0,110,1.00);
	
	--swatch-var-5752:rgba(221,251,255,1.00);
	
	--swatch-var-419:rgba(239,243,255,1.00);
	
	--swatch-var-6101:rgba(255,255,255,1.00);
	
	--swatch-var-2665:rgba(255,61,131,1.00);
	
	--swatch-var-5770:rgba(0,82,255,1.00);
	
	--swatch-var-5280:rgba(0,160,0,1.00);
	
}


/* Background colour styles */

.bgc-7343{
	background-color:var(--swatch-var-7343);
}
.bgc-5752{
	background-color:var(--swatch-var-5752);
}

/* Text colour styles */

.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-4240{
	color:var(--swatch-var-4240)!important;
}

/* Icon colour styles */

.icon-4240{
	color:var(--swatch-var-4240)!important;
	border-color:var(--swatch-var-4240)!important;
}

/* Bloc image backgrounds */



/* = Additional CSS
-------------------------------------------------------------- */
#header {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px); /* Apply blur effect */
  -webkit-backdrop-filter: blur(5px); /* Apply blur effect for Safari */
  transition: background-color 1.5s, backdrop-filter 1.5s, -webkit-backdrop-filter 1.5s;
}

#header.top {
  background-color: rgba(255, 255, 255, 1);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}




.offcanvas {
    transition: transform 0.6s ease-in-out;
}
.custom-placeholder::placeholder {
    color: #8080B6; /* Change to your desired color */
    font-style: italic; /* Optional: make the placeholder text italic */
    font-weight: 400;
    opacity: 1; /* Optional: ensure the placeholder text is fully opaque */
}

.custom-placeholder:focus::placeholder {
    color: transparent; /* Make the placeholder text disappear on focus */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .custom-placeholder::placeholder {
        font-size: 18px; /* Adjust font size as needed */
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .custom-placeholder::placeholder {
        font-size: 18px; /* Adjust font size as needed */
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .custom-placeholder::placeholder {
        font-size: 18px; /* Adjust font size as needed */
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .custom-placeholder::placeholder {
        font-size: 18px; /* Adjust font size as needed */
    }
}

/* Extra extra large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .custom-placeholder::placeholder {
        font-size: 18px; /* Adjust font size as needed */
    }
}


 body {
    background: linear-gradient(90deg, #CAEAFF 0%, #B5FFFF 20%, #C2FFE5 40%, #CFFFC9 60%, #C9FAFF 80%, #CFDDFF 100%);
    background-size: 1000%;
    animation: background 10s linear alternate infinite;
        }

    @keyframes background {
    from {
    background-position: 0 0;
            }
    to {
    background-position: 100% 0;
            }
        }

#menu {
    background: linear-gradient(90deg, #CAEAFF 0%, #B5FFFF 20%, #C2FFE5 40%, #CFFFC9 60%, #C9FAFF 80%, #CFDDFF 100%);
    background-size: 1000%;
    animation: background 10s linear alternate infinite;
}

@keyframes background {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100% 0;
    }
}

 .rotate-operator-icon-1 {
    transition: transform 0.3s ease;
  }
  .rotate-operator-icon-1.rotate {
    transform: rotate(90deg);
  }

 .rotate-operator-icon-2 {
    transition: transform 0.3s ease;
  }
  .rotate-operator-icon-2.rotate {
    transform: rotate(90deg);
  }

 .rotate-operator-icon-3 {
    transition: transform 0.3s ease;
  }
  .rotate-operator-icon-3.rotate {
    transform: rotate(90deg);
  }

 .rotate-operator-icon-4 {
    transition: transform 0.3s ease;
  }
  .rotate-operator-icon-4.rotate {
    transform: rotate(90deg);
  }

 .rotate-operator-icon-5 {
    transition: transform 0.3s ease;
  }
  .rotate-operator-icon-5.rotate {
    transform: rotate(90deg);
  }



 .rotate-cart-icon-1 {
    transition: transform 0.3s ease;
  }
  .rotate-cart-icon-1.rotate {
    transform: rotate(90deg);
  }

 .rotate-cart-icon-2 {
    transition: transform 0.3s ease;
  }
  .rotate-cart-icon-2.rotate {
    transform: rotate(90deg);
  }

 .rotate-cart-icon-3 {
    transition: transform 0.3s ease;
  }
  .rotate-cart-icon-3.rotate {
    transform: rotate(90deg);
  }

 .rotate-cart-icon-4 {
    transition: transform 0.3s ease;
  }
  .rotate-cart-icon-4.rotate {
    transform: rotate(90deg);
  }

 .rotate-cart-icon-5 {
    transition: transform 0.3s ease;
  }
  .rotate-cart-icon-5.rotate {
    transform: rotate(90deg);
  }



.rotate-calendar-icon-1 {
    transition: transform 0.3s ease;
  }
  .rotate-calendar-icon-1.rotate {
    transform: rotate(90deg);
  }

 .rotate-calendar-icon-2 {
    transition: transform 0.3s ease;
  }
  .rotate-calendar-icon-2.rotate {
    transform: rotate(90deg);
  }

 .rotate-calendar-icon-3 {
    transition: transform 0.3s ease;
  }
  .rotate-calendar-icon-3.rotate {
    transform: rotate(90deg);
  }

 .rotate-calendar-icon-4 {
    transition: transform 0.3s ease;
  }
  .rotate-calendar-icon-4.rotate {
    transform: rotate(90deg);
  }

 .rotate-calendar-icon-5 {
    transition: transform 0.3s ease;
  }
  .rotate-calendar-icon-5.rotate {
    transform: rotate(90deg);
  }



.rotate-chart-icon-1 {
    transition: transform 0.3s ease;
  }
  .rotate-chart-icon-1.rotate {
    transform: rotate(90deg);
  }

 .rotate-chart-icon-2 {
    transition: transform 0.3s ease;
  }
  .rotate-chart-icon-2.rotate {
    transform: rotate(90deg);
  }

 .rotate-chart-icon-3 {
    transition: transform 0.3s ease;
  }
  .rotate-chart-icon-3.rotate {
    transform: rotate(90deg);
  }

 .rotate-chart-icon-4 {
    transition: transform 0.3s ease;
  }
  .rotate-chart-icon-4.rotate {
    transform: rotate(90deg);
  }

 .rotate-chart-icon-5 {
    transition: transform 0.3s ease;
  }
  .rotate-chart-icon-5.rotate {
    transform: rotate(90deg);
  }



.rotate-seeking-staff-icon-1 {
    transition: transform 0.3s ease;
  }
  .rotate-seeking-staff-icon-1.rotate {
    transform: rotate(90deg);
  }

 .rotate-seeking-staff-icon-2 {
    transition: transform 0.3s ease;
  }
  .rotate-seeking-staff-icon-2.rotate {
    transform: rotate(90deg);
  }

 .rotate-seeking-staff-icon-3 {
    transition: transform 0.3s ease;
  }
  .rotate-seeking-staff-icon-3.rotate {
    transform: rotate(90deg);
  }

 .rotate-seeking-staff-icon-4 {
    transition: transform 0.3s ease;
  }
  .rotate-seeking-staff-icon-4.rotate {
    transform: rotate(90deg);
  }

 .rotate-seeking-staff-icon-5 {
    transition: transform 0.3s ease;
  }
  .rotate-seeking-staff-icon-5.rotate {
    transform: rotate(90deg);
  }



.rotate-legal-icon-1 {
    transition: transform 0.3s ease;
  }
  .rotate-legal-icon-1.rotate {
    transform: rotate(90deg);
  }

 .rotate-legal-icon-2 {
    transition: transform 0.3s ease;
  }
  .rotate-legal-icon-2.rotate {
    transform: rotate(90deg);
  }

 .rotate-legal-icon-3 {
    transition: transform 0.3s ease;
  }
  .rotate-legal-icon-3.rotate {
    transform: rotate(90deg);
  }

 .rotate-legal-icon-4 {
    transition: transform 0.3s ease;
  }
  .rotate-legal-icon-4.rotate {
    transform: rotate(90deg);
  }

 .rotate-legal-icon-5 {
    transition: transform 0.3s ease;
  }
  .rotate-legal-icon-5.rotate {
    transform: rotate(90deg);
  }




  #header-text-1,
  #header-text-2,
  #header-text-3,
  #header-text-4,
  #header-text-5,
  #header-text-6 {
            font-size: 26px;
            transition: transform 0.3s ease;
            transform-origin: left center; /* Fixed scaling point on the left */
        }

        @media screen and (max-width: 480px) {
  #header-text-1,
  #header-text-2,
  #header-text-3,
  #header-text-4,
  #header-text-5,
  #header-text-6 {
                transform: scale(0.95); /* Scale down to 90% */
            }
        }

        @media screen and (max-width: 440px) {
  #header-text-1,
  #header-text-2,
  #header-text-3,
  #header-text-4,
  #header-text-5,
  #header-text-6 {
                transform: scale(0.9); /* Scale down to 80% */
            }
        }

        @media screen and (max-width: 400px) {
  #header-text-1,
  #header-text-2,
  #header-text-3,
  #header-text-4,
  #header-text-5,
  #header-text-6 {
                transform: scale(0.85); /* Scale down to 70% */
            }
        }

        @media screen and (max-width: 360px) {
  #header-text-1,
  #header-text-2,
  #header-text-3,
  #header-text-4,
  #header-text-5,
  #header-text-6 {
                transform: scale(0.8); /* Scale down to 60% */
            }
        }

        @media screen and (max-width: 320px) {
  #header-text-1,
  #header-text-2,
  #header-text-3,
  #header-text-4,
  #header-text-5,
  #header-text-6 {
                transform: scale(0.75); /* Scale down to 50% */
            }
        }


  /* Define the shaking animation */
        @keyframes shake {
            0% { transform: translateX(0); }
            25% { transform: translateX(-5px); }
            50% { transform: translateX(5px); }
            75% { transform: translateX(-5px); }
            100% { transform: translateX(0); }
        }

        /* Class to apply the shaking animation */
        .shake {
            animation: shake 0.5s;
        }

#sent-message-modal,
#message-container1,
#message-container2,
#impressum-body,
#datenschutz-body { 
    /* prevent font boosting on mobile devices */
    width: 100%;
    height: auto;
    min-height: 1px;
    max-height: 999999px;
}




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.offcanvas{
	}
	.offcanvas-top{
		justify-content:flex-start;
	}
	.menu-icon{
		font-size:60px;
	}
	.p-style{
		font-weight:bold;
		margin-top:15px;
		margin-bottom:0px;
	}
	.link-style{
		padding-top:7px;
	}
	.close-icon-2{
		margin-left:0px;
		margin-top:-35px;
	}
	.left-menu-column{
		width:300px;
		margin-top:0px;
	}
	.close-button-column-2{
		height:50px;
		width:100%;
		min-width:100px;
	}
	.body-subcolumn-1{
		width:425px;
		height:500px;
		z-index:1;
	}
	.html-widget-style{
		width:100%;
		height:173px;
	}
	.body-title-style{
		font-size:28px;
		line-height:43px;
		font-weight:600;
	}
	.body-paragraph-style{
		font-size:17px;
		line-height:30px;
		text-decoration:none;
	}
	.body-row-1{
		height:500px;
		width:200%;
		margin-left:60px;
	}
	.body-column-1{
		height:500px;
		width:100%;
	}
	.rounded-corners{
	}
	.face-image-style{
		height:85%;
		width:591px;
	}
	.body-title{
		width:100%;
		font-weight:600;
		font-size:28px;
	}
	.column-schlusselbereiche{
		width:100%;
		padding-left:60px;
		padding-right:110px;
	}
	.h3-bloc-5-style{
		font-size:17px;
		text-align:center;
		line-height:25px;
		width:100%;
	}
	.icon-row-1{
		width:100%;
		padding-right:7%;
	}
	.icon-row-2{
		width:100%;
		padding-right:7%;
	}
	.img-operat-style{
		height:80px;
	}
	.img-artboard-162-style{
		height:80px;
	}
	.img-calend-style{
		height:80px;
	}
	.img-seeking-sta-style{
		height:80px;
	}
	.img-euro-cha-style{
		height:80px;
	}
	.img-justi-style{
		height:80px;
	}
	.body-row-2{
		width:100%;
		height:100%;
		margin-left:60px;
		padding-left:80px;
	}
	.icon-column{
		width:100%;
	}
	.icon-single-column{
		width:33%;
	}
	.h3-style{
		line-height:px;
		text-decoration:none;
		width:100%;
	}
	.tickmark-image-style{
		height:70%;
		display:flex;
		justify-content:center;
		align-items:center;
		justify-items:center;
	}
	form{
		width:100%;
	}
	.name-surname-field{
		width:85%;
		height:45px;
	}
	.type-message-field{
		width:85%;
	}
	.custom-placeholder{
		font-size:17px;
	}
	.div-form{
		width:100%;
		justify-content:center;
	}
	.label-style{
		width:100%;
		padding-right:10%;
		font-size:15px;
		justify-content:center;
	}
	.send-email-container{
		width:100%;
		justify-content:center;
		display:flex;
		padding-right:60px;
	}
	.send-email-button{
		width:160px;
		font-size:17px;
		height:40px;
		align-items:center;
		justify-content:center;
	}
	.column-form{
	}
	.footer-row{
		width:100%;
	}
	.img-artflexai-lo-style{
	}
	.column-footer-logo{
		width:30%;
	}
	.h4-style{
	}
	.footer-link{
		text-align:center;
		width:100%;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.body-subcolumn-face{
		width:1000px;
	}
	.body-subcolumn-tickmark{
		justify-content:center;
		width:29%;
		height:500px;
		margin-left:-45px;
	}
	.column-footer-address{
		border-width:0px 1px 0px 0px;
		border-style:solid;
		border-color:var(--swatch-var-4240)!important;
		width:40%;
	}
	.column-footer-legal{
		width:30%;
		display:flex;
		flex-direction:column;
		justify-content:center;
		align-items:center;
	}
	.column-menu-ailogo{
		width:33%;
		display:flex;
		align-items:center;
		justify-content:flex-end;
	}
	.img-ai-butt-style{
	}
	.row-style{
		width:100%;
		display:flex;
		align-items:center;
	}
	.column-menu{
		width:33%;
		display:flex;
		justify-content:flex-start;
		align-items:flex-start;
	}
	.column-menu-logo{
		width:34%;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.modal-header-text-container{
	}
	.modal-legal-title{
	}
	.modal-legal-paragraph{
	}
	.lumia-menu-logo{
		margin-right:70px;
	}
	.lumia-menu-column-right{
		align-items:center;
		margin-left:-100px;
	}
	.lumia-menu-main-row{
		height:100vh;
		min-height:100vh;
	}
	.lumia-menu-clumn-left{
		align-items:flex-end;
		flex-direction:column;
	}
	.offcanvas-top-menu2{
		justify-content:center;
	}
	.top-menu-1{
		justify-content:flex-start;
	}
	.top-menu-2{
		justify-content:flex-start;
	}
	.column-menu-2{
		width:100px;
		display:flex;
		justify-content:flex-start;
		align-items:flex-start;
	}
	.link-style-special{
		padding-top:7px;
	}
	.animated-arrows{
		margin-right:243px;
	}
	.lumia-menu-whatsapp-right-column{
		flex-direction:column;
		align-items:center;
	}
	.captcha{
		flex-direction:column;
		align-items:center;
		justify-content:center;
		display:flex;
	}
	.container-captcha{
	}
	.hp-field2{
	}
	.hp_field{
	}
	
}

@media (max-width: 767px){
	.offcanvas{
	}
	.offcanvas-top{
		display:flex;
		justify-content:flex-start;
	}
	.menu-icon{
		font-size:60px;
	}
	.p-style{
		font-size:18px;
		margin-bottom:0px;
		margin-top:11px;
	}
	.link-style{
		padding-top:7px;
		padding-right:10px;
		padding-left:10px;
	}
	.left-menu-column{
		width:300px;
		height:300px;
	}
	.close-button-column-2{
		height:50px;
	}
	.close-icon-2{
		height:50px;
		width:50px;
		margin-top:-35px;
	}
	.close-button-column-2:hover{
	}
	.body-column-1{
		width:100%;
		height:101%;
	}
	.body-row-1{
		width:200%;
		margin-left:40px;
		height:100%;
	}
	.body-subcolumn-1{
		height:100%;
		width:47%;
	}
	.face-image-style{
		position:static;
		width:556px;
		align-items:center;
		justify-content:flex-start;
	}
	.rounded-corners{
	}
	.icon-row-3{
		width:100%;
	}
	.icon-single-column{
		width:50%;
	}
	.column-schlusselbereiche{
	}
	.icon-row-1{
	}
	.icon-row-2{
	}
	.body-row-2{
		padding-left:60px;
	}
	.tickmark-image-style{
		height:85%;
		padding-right:50px;
	}
	.body-subcolumn-tickmark{
		height:400px;
		align-items:center;
		width:61%;
		margin-left:-50px;
	}
	.body-subcolumn-face{
		align-items:center;
		justify-content:flex-start;
	}
	.halgard-image-style{
		margin-left:32px;
	}
	.body-subcolumn-halgard{
		height:500px;
	}
	.label-style{
	}
	.column-footer-logo{
		width:30%;
	}
	.img-artflexai-lo-style{
		width:100%;
		height:90px;
	}
	.h4-style{
		font-size:18px;
		line-height:32px;
	}
	.column-footer-address{
		width:40%;
		border-color:var(--swatch-var-4240)!important;
		border-style:solid;
		border-width:0px 1px 0px 0px;
	}
	.column-footer-legal{
		width:30%;
	}
	.row-style{
		height:90px;
		display:flex;
		align-items:center;
	}
	.img-style{
		display:flex;
	}
	.column-menu{
		width:33%;
		display:flex;
		justify-content:flex-start;
		align-items:flex-start;
	}
	.column-menu-logo{
		width:34%;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.column-menu-ailogo{
		width:33%;
		display:flex;
		justify-content:flex-end;
		align-items:center;
	}
	.html-widget-style{
		height:151px;
	}
	.modal-legal-title{
		font-size:27px;
		line-height:36px;
		font-family:"Roboto Slab";
		font-weight:600;
		color:var(--swatch-var-4240)!important;
		width:90%;
		height:100%;
	}
	.modal-legal-paragraph{
		font-family:"Roboto";
		font-size:17px;
		line-height:30px;
		color:var(--swatch-var-4240)!important;
	}
	.lumia-menu-column-right{
		height:450px;
		min-height:450px;
		width:100vw;
		min-width:100vw;
		justify-content:flex-start;
		margin-left:0px;
		margin-right:0px;
	}
	.lumia-menu-logo{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:flex-end;
		margin-left:70px;
		margin-right:55px;
	}
	.lumia-menu-clumn-left{
		height:450px;
		width:100vw;
		min-width:100vw;
		align-items:center;
		flex-direction:column;
		justify-content:flex-end;
		min-height:450px;
	}
	.lumia-menu-main-row{
		flex-direction:column;
		align-items:center;
		justify-content:center;
		width:100%;
		min-width:100%;
	}
	.lumia-menu-close-button-row{
		width:100%;
		height:50px;
	}
	.lumia-menu-title{
	}
	.footer-link{
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.lumia-menu-close-button-column{
		width:100vw;
		min-width:100vw;
	}
	.lumia-menu-close-button{
		height:50px;
		width:100vw;
		min-width:100vw;
	}
	.offcanvas-top-menu2{
		display:flex;
		justify-content:center;
	}
	.top-menu-1{
		display:flex;
		justify-content:flex-start;
	}
	.top-menu-2{
		display:flex;
		justify-content:flex-start;
		height:380px;
		min-height:380px;
	}
	.column-menu-2{
		display:flex;
		justify-content:flex-start;
		align-items:flex-start;
		width:75px;
	}
	.lumia-menu-call-back--button-text-and-icon{
		justify-content:flex-start;
	}
	.link-style-special{
		padding-top:7px;
		padding-right:10px;
	}
	.animated-arrows{
		margin-right:-5px;
		margin-bottom:330px;
	}
	.lumia-menu-whatsapp-right-column{
		margin-left:30px;
		flex-direction:column;
		align-items:center;
	}
	.whatsapp-icon{
	}
	.captcha{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
		flex-direction:column;
	}
	.img-style{
		height:85px;
		width:77px;
	}
	.img-ai-butt-style{
		height:60px;
		width:60px;
		margin-right:-15px;
	}
	.menu-icon{
		font-size:60px;
	}
	.offcanvas{
	}
	.offcanvas-top{
	}
	.close-icon-2{
		font-size:40px;
		margin-left:-10px;
		margin-top:-37px;
	}
	.close-button-column-2{
		width:60px;
	}
	.left-menu-column{
		height:330px;
		width:230px;
		min-width:230px;
	}
	.body-row-1{
		margin-left:5px;
		width:320%;
	}
	.body-subcolumn-1{
		padding-top:25px;
		padding-left:30px;
		width:31%;
		margin-right:350px;
	}
	.face-image-style{
		margin-left:20px;
		margin-top:2%;
	}
	.tickmark-image-style{
		height:85%;
		justify-content:center;
		align-items:center;
	}
	.body-subcolumn-tickmark{
		width:61%;
		align-items:center;
		justify-content:center;
		margin-left:-50px;
	}
	.body-title-style{
	}
	.halgard-image-style{
		margin-left:25px;
		width:792px;
		margin-top:2%;
	}
	.body-subcolumn-halgard{
		width:2000px;
	}
	.body-row-6b{
		margin-left:5px;
		height:100%;
		width:200%;
		display:flex;
	}
	.body-subcolumn-6b{
		width:50%;
		height:100%;
		margin-left:10px;
		padding-top:25px;
		padding-left:30px;
	}
	.body-subcolumn-tickmark-6b{
		height:315px;
		display:flex;
		align-items:center;
		justify-content:center;
		width:60%;
	}
	.tickmark-image-style-6b{
		height:100%;
		margin-top:4%;
		padding-right:50px;
		display:flex;
		align-items:center;
		justify-content:center;
		margin-left:-40px;
		background-clip:border-box!important;
		-webkit-background-clip:border-box!important;
		width:315px;
		padding-left:20px;
	}
	.rounded-corners{
	}
	.body-row-2{
		padding-left:25px;
	}
	.column-schlusselbereiche{
		padding-top:30px;
		padding-bottom:30px;
	}
	.name-surname-field{
		width:90%;
	}
	.type-message-field{
		width:90%;
	}
	.label-style{
		width:100%;
		justify-content:center;
		align-items:center;
		margin-left:30px;
	}
	.send-email-container{
		margin-top:40px;
		margin-bottom:40px;
	}
	.column-footer-logo{
		width:65%;
		border-right-width:0px;
	}
	.column-footer-address{
		width:230px;
		border-right-width:0px;
		border-top-width:1px;
		border-bottom-width:1px;
	}
	.column-footer-legal{
		width:65%;
		display:flex;
		align-items:center;
		justify-content:center;
		flex-direction:column;
	}
	.h4-style{
		font-size:18px;
	}
	.img-artflexai-lo-style{
		width:100%;
	}
	.row-style{
		width:100%;
	}
	.column-menu{
		display:flex;
		justify-content:flex-start;
		align-items:flex-start;
	}
	.column-menu-ailogo{
		display:flex;
		justify-content:flex-end;
		align-items:center;
	}
	.html-widget-style{
		height:177px;
	}
	.body-column-1{
		height:100%;
	}
	.modal-legal-paragraph{
	}
	.lumia-menu-logo{
		min-width:320px;
		min-height:309px;
		margin-left:70px;
		margin-right:55px;
		justify-content:flex-end;
		align-items:center;
		width:320px;
		height:309px;
	}
	.lumia-menu-main-row{
		height:100vh;
		min-height:100vh;
	}
	.lumia-menu-title{
		width:95vw;
		min-width:60vw;
		text-decoration:none;
		text-transform:none;
		max-width:450px;
	}
	.lumia-menu-paragraph{
		width:95vw;
		min-width:60vw;
		max-width:450px;
	}
	.footer-row{
		flex-direction:column;
	}
	.lklk{
		text-align:center;
	}
	.lumia-menu-column-right{
		width:100vw;
		min-width:100vw;
		min-height:450px;
		height:450px;
	}
	.lumia-menu-clumn-left{
		justify-content:flex-start;
		align-items:center;
		flex-direction:column;
		width:100vw;
		min-width:100vw;
		height:320px;
		min-height:320px;
	}
	.offcanvas-top-menu2{
	}
	.lumia-menu-close-button-row{
		height:50px;
		width:100vw;
		min-width:100vw;
		justify-content:center;
	}
	.lumia-menu-close-button{
		height:50px;
		width:100vw;
		min-width:100vw;
		align-items:center;
	}
	.lumia-menu-close-button-column{
		min-width:100vw;
		width:100vw;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.top-menu-1{
	}
	.top-menu-2{
	}
	.column-menu-2{
		display:flex;
		justify-content:flex-start;
		align-items:flex-start;
		width:50px;
	}
	.lumia-menu-call-back-row{
		max-width:450px;
		width:95vw;
		min-width:60vw;
		height:34px;
		min-height:34px;
	}
	.lumia-menu-call-back-left-column{
		width:45vw;
		align-items:flex-start;
		min-width:20vw;
		max-width:240px;
	}
	.lumia-menu-call-back-button-container-text-field{
		width:45vw;
		min-width:20vw;
		max-width:240px;
	}
	.lumia-menu-call-back-button-text-field{
		width:45vw;
		min-width:20vw;
		max-width:240px;
		height:26px;
		min-height:26px;
	}
	.lumia-menu-call-back--button-text-and-icon{
		justify-content:flex-end;
		max-width:190px;
		width:190px;
		min-width:190px;
		margin-left:-25px;
		font-size:18px;
	}
	.lumia-menu-call-back-right-column{
		max-width:190px;
		width:190px;
		min-width:190px;
		padding-bottom:1px;
	}
	.lumia-menu-ai-chat-row{
		width:95vw;
		min-width:60vw;
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content:center;
		max-width:450px;
		margin-top:0px;
		height:34px;
		min-height:34px;
	}
	.lumia-menu-ai-chat-right-column{
		width:95vw;
		min-width:60vw;
		max-width:450px;
		margin-top:15px;
		padding-bottom:1px;
	}
	.lumia-menu-ai-chat-button-text-and-icon{
		width:95vw;
		min-width:60vw;
		max-width:450px;
		font-size:18px;
	}
	.lumia-menu-whatsapp-right-column{
		width:95vw;
		min-width:60vw;
		max-width:450px;
		margin-top:15px;
		margin-left:0px;
		padding-bottom:1px;
	}
	.lumia-menu-whatsapp-button-text-and-icon{
		width:95vw;
		min-width:60vw;
		max-width:450px;
		font-size:18px;
	}
	.link-style{
		padding-left:9px;
		padding-right:9px;
	}
	.link-style-special{
		padding-left:9px;
		padding-right:0px;
	}
	.animated-arrows{
		margin-top:46px;
	}
	.chat-icon{
		font-size:26px;
	}
	.whatsapp-icon{
		font-size:26px;
	}
	.phone-icon{
		font-size:26px;
	}
	
}

