/*-----------------------------------------------------------------------------------
	VELUNO – Ihre Agentur für Webdesign & digitale Lösungen
	About: VELUNO ist Ihre Full-Service-Digitalagentur für maßgeschneiderte Webdesigns, innovative Webentwicklung und effektive Online-Marketing-Strategien. Wir schaffen digitale Lösungen, die Ihre Marke stärken, Ihre Reichweite erhöhen und nachhaltigen Erfolg sichern. Von der Konzeption über die Umsetzung bis hin zur Optimierung begleiten wir Sie auf Ihrem Weg zur optimalen Online-Präsenz.
	Author: Sebastian Geier
	Version: 2.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-5830);
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.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 */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Poppins-Regular';
	src: url('./fonts/Poppins-Regular/Poppins-Regular.ttf');
	src: url('./fonts/Poppins-Regular/Poppins-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Poppins-BoldItalic';
	src: url('./fonts/Poppins-BoldItalic/Poppins-BoldItalic.ttf');
	src: url('./fonts/Poppins-BoldItalic/Poppins-BoldItalic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Poppins-Bold';
	src: url('./fonts/Poppins-Bold/Poppins-Bold.ttf');
	src: url('./fonts/Poppins-Bold/Poppins-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Poppins-SemiBold';
	src: url('./fonts/Poppins-SemiBold/Poppins-SemiBold.ttf');
	src: url('./fonts/Poppins-SemiBold/Poppins-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = 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;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

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


/* 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);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
.voffset-lg{
	margin-top:80px;
}


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

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

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* 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-sm{
	margin-top:10px;
	margin-bottom:5px;
}

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

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

.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;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Image Protection */
.img-protected{
	-webkit-touch-callout: none;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-end{
	border-left:0;
	border-right:2px solid;
}


/* = 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%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}



/* 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;
}
/* = iPhone Devices
-------------------------------------------------------------- */

.blocsapp-device-iphone{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 9.2%;
	position: relative;
}
.blocsapp-device-iphone::after{
	content:"";
	position:absolute;
	width:100%;
	height:5%;
	left:0;
	top:5%;
	margin-top:1%;
	background-repeat:no-repeat;
	background-size:25%;
	background-position:top center;
	background-image:url("../img/dynamic-island.png");
}
.blocsapp-device-iphone img{
	width:100%;
	height:auto;
	margin: 0 auto;
	border-radius:17%/8%;
}
.blocsapp-device-iphone .ratio{
	padding-bottom: 99%;
	width: 88.0%;
	right: -6%;
	border-radius:17%/8%;
	overflow:hidden;
}
.blocsapp-device-iphone .ratio::before{
	padding-top: 106.25%;
}
.blocsapp-device-iphone.iphone-pro-silver{
	background-image:url("img/iphone-pro-silver.png");
	background-image: -webkit-image-set(url("img/iphone-pro-silver.webp") 1x,
url("img/iphone-pro-silver.webp") 2x);background-image: image-set(url("img/iphone-pro-silver.png") 1x,
url("img/iphone-pro-silver.png") 2x,url("img/iphone-pro-silver.webp") 1x,
url("img/iphone-pro-silver.webp") 2x);
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	line-height:1.5rem;
	font-size:1rem;
	color:var(--swatch-var-3958)!important;
}
.container{
	width:90%;
	max-width:90%;
}
p{
	font-size:1rem;
	font-family:"Poppins-Regular";
	color:var(--swatch-var-3958)!important;
}
a{
	text-decoration:none;
	color:var(--swatch-var-7552)!important;
	font-family:"Poppins-Regular";
	font-weight:400;
	font-size:1rem;
}
h1{
	font-weight:bold;
	font-size:2.4rem;
	line-height:1.2em;
	font-family:"Poppins-Regular";
	color:var(--swatch-var-3958)!important;
}
h2{
	line-height:1.3em;
	font-weight:bold;
	font-family:"Poppins-Bold";
	color:var(--swatch-var-3534)!important;
	font-size:2.5rem;
}
h3{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-7552)!important;
	font-weight:600;
	font-size:1.2rem;
}
h4{
	font-weight:700;
	font-size:1rem;
	font-family:"Poppins-Regular";
	color:var(--swatch-var-3958)!important;
}
h5{
	font-size:1.063rem;
	font-family:"Poppins-Regular";
	color:var(--swatch-var-3958)!important;
}
h6{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-3958)!important;
	font-size:1.063rem;
}
.veluno-sidebar{
	height:100vh;
	left:0px;
	top:0px;
	bottom:0px;
	display:block;
	padding:7px 7px 7px 7px;
	backdrop-filter:blur(28px);
	-webkit-backdrop-filter:blur(28px);
	position:fixed;
	background-color:rgba(94,94,94,0.07);
	width:240px;
	z-index:29;
	border-width:0px 1px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-1677)!important;
}
.veluno-navigation-link{
	border-radius:7px 7px 7px 7px;
	width:100%;
	padding-left:40px!important;
	height:40px;
	padding-top:9px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:transparent!important;
	color:var(--swatch-var-7552)!important;
	font-size:0.8rem;
	margin-left:5px;
	font-weight:normal;
}
.active{
	background-color:var(--swatch-var-5633);
	color:var(--swatch-var-3958)!important;
	text-decoration:none;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#424242!important;
}
.veluno-arrow{
	float:right;
}
.veluno-category{
	font-weight:600!important;
	color:var(--swatch-var-6558)!important;
	font-size:14px;
	margin-left:15px;
}
.veluno-nav-flex{
	flex-direction:column;
	justify-content:space-between;
	height:100%;
	display:flex;
	overflow:scroll;
}
.veluno-logo{
	color:var(--swatch-var-6558)!important;
	font-weight:600;
	line-height:1em;
	font-size:30px;
}
.veluno-logo-div{
	display:flex;
	align-items:center;
	flex-direction:row;
	position:relative;
	margin-left:10px;
	margin-bottom:14px;
}
a:hover{
	color:var(--swatch-var-3958)!important;
}
.offcanvas-start{
	position:fixed;
	max-width:250px;
	z-index:999999;
	overflow:scroll;
	display:block;
	background-color:rgba(40,40,40,0.28);
	backdrop-filter:blur(28px);
	-webkit-backdrop-filter:blur(28px);
}
.veluno-mobile-logo{
	display:flex;
	align-items:center;
	flex-direction:row;
	position:relative;
	text-align:left;
}
.veluno-mobile-menu{
	color:var(--swatch-var-3958)!important;
	width:45px;
	filter:invert(100%);
}
.veluno-logo-p{
	font-size:0.85em;
	line-height:1.5em;
	font-weight:normal;
	padding-top:9px;
}
.veluno-navigation-list{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	width:100%;
}
.veluno-navigation-item{
	color:var(--swatch-var-3958)!important;
	display:flex;
	width:100%;
	flex-direction:row;
	align-items:center;
	border-radius:7px 7px 7px 7px;
	text-transform:none;
	height:40px;
	margin-top:2px;
	margin-bottom:2px;
}
.veluno-navigation-icon{
	position:absolute;
	left:28px;
	width:18px;
	filter:invert(100%);
	opacity:0.8;
}
.veluno-navigation-link:hover{
	background-color:rgba(255,255,255,0.07);
	color:#FFFFFF!important;
	border-color:#424242!important;
}
.veluno-navbar{
	display:flex;
	width:100%;
	flex-direction:column;
}
.veluno-project-link{
	width:100%;
	position:relative;
	padding:7px 15px 7px 15px;
	border-radius:7px 7px 7px 7px;
	margin-top:2px;
	margin-bottom:2px;
	line-height:1em;
	font-family:"Helvetica";
}
.veluno-project-link:hover{
	padding-right:10px;
	background-color:rgba(255,255,255,0.07);
	color:#FFFFFF!important;
}
.veluno-project-icon{
	color:var(--swatch-var-3958)!important;
	width:20px;
	filter:invert(80%);
	margin-bottom:3px;
}
.veluno-project-a{
	font-size:0.9rem;
	margin-left:3px;
	color:var(--swatch-var-7552)!important;
	font-weight:bold;
	font-family:"Helvetica";
}
.veluno-service-div{
	background-color:rgba(255,255,255,0.05);
	padding:20px 20px 20px 20px;
	border-radius:5px 5px 5px 5px;
	background:linear-gradient(128deg, var(--swatch-var-3860) 0%, var(--swatch-var-5633) 100%);
	color:var(--swatch-var-4062)!important;
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-style:solid;
	border-color:var(--swatch-var-6558)!important;
	grid-template-columns:1fr;
	border-width:1px 1px 1px 1px;
	box-shadow:0.00px -0.00px 5px #FF7000;
}
.service-pricie{
	background-color:rgba(255,255,255,0.07);
	padding:4px 10px 4px 10px;
	margin-left:14px;
	border-radius:7px 7px 7px 7px;
	font-size:1rem;
	height:30px;
	line-height:1.4rem;
}
.scrollToTop{
	background-color:transparent;
}
.scrollToTop:hover{
	background-color:transparent;
}
.veluno-news-card{
	margin-top:50px;
	margin-bottom:50px;
	background-color:rgba(171,171,171,0.07);
	border-color:#282828!important;
	position:relative;
	padding:40px 40px 35px 40px;
	border-radius:14px 14px 14px 14px;
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	background:linear-gradient(28deg, var(--swatch-var-6880)  0%, rgba(94,94,94,0.07) 100%);
	color:var(--swatch-var-4062)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
}
.veluno-news-card:hover{
	background-color:rgba(94,94,94,0.14);
	color:var(--swatch-var-3534)!important;
}
.veluno-news-card-title{
	font-family:"Helvetica";
	font-weight:bold;
	color:var(--swatch-var-3958)!important;
	font-size:1.6em;
	margin-bottom:10px;
}
.veluno-news-button{
	color:var(--swatch-var-3958)!important;
	font-size:18px;
	font-family:"Helvetica";
	font-weight:bold;
	padding:0px 0px 0px 0px;
}
.veluno-news-button:hover{
	color:var(--swatch-var-1338)!important;
}
.bloc-padding{
	padding-left:240px;
}
.veluno-training-column{
	margin-top:50px;
	margin-bottom:50px;
}
.veluno-emoji-icon{
	border-style:_popUpItemAction:;
	font-size:80px;
	text-align:left;
}
.veluno-color-check{
	color:var(--swatch-var-3958)!important;
	margin-right:10px;
	font-size:16px;
}
.veluno-video-margin{
	margin-bottom:40px;
}
.veluno-mini-number{
	font-size:80px;
	line-height:80px;
	color:var(--swatch-var-1338)!important;
}
.veluno-table{
	max-width:550px;
	margin-right:auto;
	margin-left:auto;
}
.veluno-table-row{
	padding-top:14px;
	padding-bottom:14px;
	border-style:solid;
	border-color:rgba(169,169,169,0.10)!important;
	border-width:0px 0px 2px 0px;
}
.veluno-table-comment{
	font-size:16px;
	opacity:0.7;
}
.veluno-blue-span{
	color:transparent!important;
	background:linear-gradient(90deg, var(--swatch-var-1338) 0%, var(--swatch-var-6558) 100%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	font-family:"Helvetica";
	font-weight:bold;
}
.veluno-table-header{
	font-size:28px;
	font-family:"Helvetica";
	font-weight:bold;
}
.veluno-service-div:hover{
	color:var(--swatch-var-3534)!important;
	background-color:rgba(0,0,0,0.50);
}
.veluno-project-a:hover{
	color:var(--swatch-var-3958)!important;
}
.gradient-title{
	background:linear-gradient(90deg, var(--swatch-var-3534)   0%, var(--swatch-var-4062) 44%);
	-webkit-background-clip:text!important;
	color:transparent!important;
	text-transform:uppercase;
	font-family:"Poppins-Bold";
	caret-color:var(--swatch-var-3958);
}
.veluno-service-div:active{
	color:var(--swatch-var-3958)!important;
}
.card-footer{
	background-color:var(--swatch-var-6880);
	z-index:2;
	position:relative;
	padding:20px 20px 20px 20px;
	background-image:url("img/dark-dyed-fabric-textured-backdrop.jpg");
	background-image: -webkit-image-set(url("img/dark-dyed-fabric-textured-backdrop.webp") 1x,
url("img/dark-dyed-fabric-textured-backdrop.webp") 2x);background-image: image-set(url("img/dark-dyed-fabric-textured-backdrop.jpg") 1x,
url("img/dark-dyed-fabric-textured-backdrop.jpg") 2x,url("img/dark-dyed-fabric-textured-backdrop.webp") 1x,
url("img/dark-dyed-fabric-textured-backdrop.webp") 2x);
}
.sidebar-div{
	border-style:solid;
	border-color:var(--swatch-var-4062)!important;
	border-width:1px 1px 1px 1px;
	border-radius:14px 14px 14px 14px;
	overflow:hidden;
	position:relative;
	margin-bottom:50px;
	margin-left:10px;
	margin-right:10px;
}
.small-p{
	font-size:0.8em;
}
.sidebar-div:hover{
	border-color:var(--swatch-var-5505)!important;
}
.btn{
	border-radius:7px 7px 7px 7px;
	font-weight:bold;
	font-size:1em;
	margin-bottom:4%;
}
.sidebar-icon{
	filter:invert(100%);
	max-width:50px;
	max-height:40px;
}
.sidebar-course-module{
	padding:28px 28px 14px 28px;
	position:relative;
	border-radius:14px 14px 14px 14px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#424242!important;
	background:linear-gradient(0deg, var(--swatch-var-511)    0%, var(--swatch-var-6880) 100%);
	margin-bottom:28px;
}
.divider-background-color{
	background-color:var(--swatch-var-1677);
	height:3px;
	width:100%;
}
.sidebar-course-module:hover{
	background-color:var(--swatch-var-6880);
	border-color:var(--swatch-var-7552)!important;
}
.sidebar-course-level{
	padding:7px 14px 7px 14px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-4062)!important;
	font-size:0.75em;
	text-transform:none;
	border-radius:7px 7px 7px 7px;
}
.new-template{
	font-size:0.8rem;
	background-color:var(--swatch-var-511);
	border-radius:7px 7px 7px 7px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#424242!important;
	padding:2px 7px 2px 7px;
	top:-2px;
	left:5px;
}
.template-price{
	font-size:1.1em;
}
.blocs-site-search-container input{
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-7552)!important;
	padding-left:35px!important;
}
.blocs-search-results{
	background-color:var(--swatch-var-5830);
	color:var(--swatch-var-3958)!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.blocs-search-results .dropdown-item{
	color:var(--swatch-var-3958)!important;
	padding-top:10px;
	padding-bottom:10px;
}
.blocs-search-results .dropdown-item:hover{
	background-color:#333333;
}
.sidebar-modal{
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.form-control{
	border-radius:7px 7px 7px 7px;
	color:var(--swatch-var-7552)!important;
}
.form-control:focus{
	box-shadow:0.00px -0.00px 0px transparent!important;
	background-color:var(--swatch-var-6880);
}
.dropdown-menu{
	padding:0px 0px 0px 0px;
}
.blocs-search-results a{
	font-weight:bold;
	color:var(--swatch-var-3958)!important;
}
.blocs-search-results .text-muted{
	font-weight:normal;
	color:var(--swatch-var-4062)!important;
}
.modal-dialog-centered{
	position:relative;
	top:-28%;
}
.sidebar-modal .form-control{
	padding-top:14px;
	padding-bottom:14px;
}
.modal-backdrop{
	opacity:0.8!important;
}
.search-icon{
	width:15px;
	margin-right:10px;
}
.search-div{
	position:relative;
	display:flex;
	flex-direction:row;
	align-items:center;
	background-color:var(--swatch-var-511);
	justify-content:flex-start;
	border-radius:7px 7px 7px 7px;
	padding:8px 14px 8px 14px;
	margin-left:7px;
	margin-right:7px;
}
.search-text{
	color:var(--swatch-var-7552)!important;
	font-size:0.8em;
}
.search-div:hover{
	background-color:#333333;
}
.search-text:hover{
	color:var(--swatch-var-3958)!important;
}
.sidebar-contact-form{
	background-color:var(--swatch-var-6880);
	padding:28px 28px 28px 28px;
	border-radius:5px 5px 5px 5px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-511)!important;
}
.sidebar-contact-shortcut{
	width:50px;
	height:50px;
	padding:10px 10px 10px 10px;
	border-radius:100px 100px 100px 100px;
	filter:invert(85%);
	background-color:var(--swatch-var-7552);
	position:fixed;
	bottom:28px;
	right:28px;
	z-index:28;
}
.sidebar-contact-shortcut:hover{
	filter:invert(100%);
}
.sidebar-project-div{
	background-size:110% auto;
	background-position:center center;
	align-items:center;
	flex-direction:column;
	justify-content:flex-end;
	display:inline-flex;
	padding-bottom:14px;
	width:100%;
	height:300px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url("img/sidebar-product.jpg");
	background-image: -webkit-image-set(url("img/sidebar-product.webp") 1x,
url("img/sidebar-product.webp") 2x);background-image: image-set(url("img/sidebar-product.jpg") 1x,
url("img/sidebar-product.jpg") 2x,url("img/sidebar-product.webp") 1x,
url("img/sidebar-product.webp") 2x);
}
.sidebar-project-div:hover{
	background-size:115% auto;
}
.project-parent-div{
	border-radius:14px 14px 14px 14px;
	overflow:hidden;
	position:relative;
	background-color:var(--swatch-var-6880);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#282828!important;
}
.project-div-bottom{
	position:relative;
}
.project-desc{
	font-size:0.9em;
}
.sidebar-project-1-img{
	background-image:url("img/BlueCraft-1.png");
	background-image: -webkit-image-set(url("img/BlueCraft-1.webp") 1x,
url("img/BlueCraft-1.webp") 2x);background-image: image-set(url("img/BlueCraft-1.png") 1x,
url("img/BlueCraft-1.png") 2x,url("img/BlueCraft-1.webp") 1x,
url("img/BlueCraft-1.webp") 2x);
}
.sidebar-project-2-img{
	background-image:url("img/Design%20ohne%20Titel-7.png");
	background-image: -webkit-image-set(url("img/Design%20ohne%20Titel-7.webp") 1x,
url("img/Design%20ohne%20Titel-7.webp") 2x);background-image: image-set(url("img/Design%20ohne%20Titel-7.png") 1x,
url("img/Design%20ohne%20Titel-7.png") 2x,url("img/Design%20ohne%20Titel-7.webp") 1x,
url("img/Design%20ohne%20Titel-7.webp") 2x);
}
.sidebar-project-3-img{
	background-image:url("img/sidebar-project-thumb.jpg");
	background-image: -webkit-image-set(url("img/sidebar-project-thumb.webp") 1x,
url("img/sidebar-project-thumb.webp") 2x);background-image: image-set(url("img/sidebar-project-thumb.jpg") 1x,
url("img/sidebar-project-thumb.jpg") 2x,url("img/sidebar-project-thumb.webp") 1x,
url("img/sidebar-project-thumb.webp") 2x);
	background-image: -webkit-image-set(url("img/sidebar-project-thumb.webp") 1x,
url("img/sidebar-project-thumb.webp") 2x);background-image: image-set(url("img/sidebar-project-thumb.jpg") 1x,
url("img/sidebar-project-thumb.jpg") 2x,url("img/sidebar-project-thumb.webp") 1x,
url("img/sidebar-project-thumb.webp") 2x);
}
.built-image{
	background-image:url("img/sidebar-project-thumb.jpg");
	background-image: -webkit-image-set(url("img/sidebar-project-thumb.webp") 1x,
url("img/sidebar-project-thumb.webp") 2x);background-image: image-set(url("img/sidebar-project-thumb.jpg") 1x,
url("img/sidebar-project-thumb.jpg") 2x,url("img/sidebar-project-thumb.webp") 1x,
url("img/sidebar-project-thumb.webp") 2x);
	background-image: -webkit-image-set(url("img/sidebar-project-thumb.webp") 1x,
url("img/sidebar-project-thumb.webp") 2x);background-image: image-set(url("img/sidebar-project-thumb.jpg") 1x,
url("img/sidebar-project-thumb.jpg") 2x,url("img/sidebar-project-thumb.webp") 1x,
url("img/sidebar-project-thumb.webp") 2x);
}
.grey-button{
	background-color:var(--swatch-var-3055);
	border-color:var(--swatch-var-6706)!important;
	color:var(--swatch-var-3958)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	box-shadow:inset 0.00px -0.00px 3px #FF7000;
	border-radius:5px 5px 5px 5px;
	font-weight:bold;
	font-family:"Poppins-Regular";
	padding-right:10px;
	padding-left:10px;
}
.grey-button:hover{
	background-color:var(--swatch-var-5830);
	color:var(--swatch-var-3958)!important;
}
.home-icon{
	filter:invert(72%);
	max-width:60px;
	max-height:60px;
}
.home-div{
	background-color:var(--swatch-var-6880);
	padding:28px 28px 28px 28px;
	border-radius:14px 14px 14px 14px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#282828!important;
	position:relative;
	margin-bottom:28px;
}
.coming-soon{
	border-width:0px 0px 0px 0px;
}
.paddle-net{
	font-size:2em;
	font-weight:bold;
	color:var(--swatch-var-3958)!important;
}
.faq-10-center{
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}
.faq-10-box{
	border-style:solid;
	border-color:var(--swatch-var-4062)!important;
	margin-bottom:14px;
	padding:28px 28px 20px 28px;
	position:relative;
	border-radius:14px 14px 14px 14px;
	background:linear-gradient(128deg, var(--swatch-var-6880) 0%, var(--swatch-var-5830) 100%);
	border-width:1px 1px 1px 1px;
}
.global-radius{
	overflow:hidden!important;
	border-radius:14px 14px 14px 14px;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-3860)!important;
	box-shadow:0.00px -0.00px 3px #797979;
	background-color:var(--swatch-var-6880);
}
.faq-10-question{
	display:inline-flex;
	width:100%;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	padding-bottom:8px;
}
.faq-10-box:hover{
	border-color:var(--swatch-var-7552)!important;
}
.sidebar-library-category{
	padding:28px 28px 20px 28px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#282828!important;
	border-radius:14px 14px 14px 14px;
	margin-bottom:20px;
	position:relative;
	background-color:var(--swatch-var-6880);
}
.sidebar-library-img{
	max-width:90%;
	border-radius:7px 7px 7px 7px;
}
.sidebar-library-category:hover{
	background-color:var(--swatch-var-511);
}
.faq-question{
	display:inline-flex;
	width:100%;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	border-style:solid;
	border-color:var(--swatch-var-1677)!important;
	padding:10px 10px 10px 10px;
	border-width:1px 1px 1px 1px;
	margin:5px 5px 5px 5px;
	background-color:var(--swatch-var-6880);
	border-radius:2px 2px 2px 2px;
}
.arrow-icon{
	font-size:20px;
	width:25px;
	text-align:center;
}
.template-detail{
	background-color:rgba(94,94,94,0.28);
	padding:5px 10px 5px 10px;
	border-radius:14px 14px 14px 14px;
}
.template-details-div{
	padding:28px 28px 28px 28px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#282828!important;
	background:linear-gradient(128deg, var(--swatch-var-6880) 0%, var(--swatch-var-511) 100%);
	border-radius:14px 14px 14px 14px;
	box-shadow:0.00px -0.00px 5px #EBEBEB;
}
.template-thumbnail{
	padding:28px 100px 28px 100px;
	background:linear-gradient(128deg, var(--swatch-var-511) 0%, var(--swatch-var-6880) 100%);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:#282828!important;
	border-radius:14px 14px 14px 14px;
}
.dropdown-toggle::after{
	margin-bottom:-3px;
	content:"";
}
.blocs-master-app{
	position:relative;
}
.blocs-master-manage{
	position:absolute;
	width:20%;
	left:10%;
	top:0%;
}
.blocs-master-editor{
	position:absolute;
	width:20%;
	right:5%;
	bottom:-28px;
}
.blocs-master-colors{
	width:15%;
	position:absolute;
	top:65%;
	right:30%;
}
.blocs-master-border-shadow{
	border-radius:4px 4px 4px 4px;
	box-shadow:0.00px -2.00px 50px rgba(0,0,0,0.50);
	background-color:transparent;
	background-size:length;
}
.new-icon{
	filter:invert(100%);
	width:20px;
}
.sidebar-not-included{
	text-decoration:line-through!important;
	color:var(--swatch-var-4062)!important;
}
.img-veluno-logo-style{
	width:44px;
	height:44px;
}
.img-1-style{
	width:60px;
}
.svg-icon-bloc-2-fill{
	fill:var(--swatch-var-3958)!important;
	width:30px!important;
	height:30px!important;
}
.svg-icon-0-fill{
	fill:var(--swatch-var-3958)!important;
	width:50px!important;
	height:50px!important;
}
.svg-icon-style{
	width:30px!important;
	height:30px!important;
	fill:var(--swatch-var-3958)!important;
}
.img-veluno---20-w-style{
	height:320px;
}
.img-83-style{
	height:250px;
}
.divider-bloc-16-background-color{
	background-color:var(--swatch-var-6558);
}
.img-servic-style{
	width:40px;
	height:40px;
}
.img-bloc-33-style{
	width:40px;
	height:40px;
}
.img-133-style{
	width:40px;
	height:40px;
}
.img-134-style{
	width:40px;
}
.img-cube-sol-style{
	width:40px;
}
.svg-icon-0-style{
	width:60px!important;
	fill:var(--swatch-var-6558)!important;
}
.grid-bloc-2-style{
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows:auto;
	column-gap:20px;
	row-gap:20px;
}
.svg-icon-bloc-41-style{
	width:40px!important;
	height:40px!important;
	fill:var(--swatch-var-3958)!important;
}
.svg-icon-0-bloc-41-style{
	width:50px!important;
	height:50px!important;
	fill:var(--swatch-var-3958)!important;
	stroke:transparent!important;
	background-color:transparent!important;
}
.jobs-uebersicht{
	background-color:var(--swatch-var-511);
	border-radius:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-6558)!important;
	border-width:1px 1px 1px 1px;
}
.text-job{
	text-transform:none;
}
.home-transforming{
	font-size:60px;
	color:var(--swatch-var-6558)!important;
	font-weight:900;
}
.home-theworld{
	font-size:60px;
	font-weight:900;
	color:var(--swatch-var-7543)!important;
}
.titel-text-veluno{
	background-clip:text!important;
	-webkit-background-clip:text!important;
	font-weight:900;
	color:var(--swatch-var-7543)!important;
	font-size:90px;
}
.linie{
	border-width:0px 0px 2px 0px;
	border-color:var(--swatch-var-6558)!important;
	border-style:solid;
}
.leistungstest{
	min-height:800px;
}
.test-rahmen{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-4062)!important;
}
.rahmen-preis{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-4062)!important;
	border-radius:15px 15px 15px 15px;
	background-color:var(--swatch-var-5633);
	background-size:length;
	box-shadow:0.00px -0.00px 2px #797979;
}
.img-bloc-27-style{
	width:450px;
}
.img-pricing-style{
	width:300px;
}
.preis-übersicht-titel{
	font-weight:lighter;
	font-size:15px;
}
.zurueck-button{
	font-size:12px;
}
.hosting-preis{
	font-size:30px;
}
.hosting-titel-preis{
	font-size:16px;
}
.orang-home{
	border-width:0px 0px 3px 0px;
	border-color:var(--swatch-var-6558)!important;
}
.anfrage-form{
	width:800px;
}
.img-style{
	width:30px;
}
.img-76-style{
	width:300px;
}
.img-code-style{
	width:338px;
}
.leistung-h{
	font-size:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:var(--swatch-var-3958)!important;
}
.leistung-elemente{
	font-size:16px;
	font-weight:bold;
	color:var(--swatch-var-6558)!important;
}
.svg-icon-bloc-9-style{
	width:30px!important;
	fill:var(--swatch-var-4737)!important;
}
.svg-icon-0-bloc-9-style{
	width:30px!important;
	fill:var(--swatch-var-1822)!important;
}
.svg-icon-bloc-9-fill{
	fill:var(--swatch-var-5974)!important;
	width:30px!important;
}
.lesitung-wertung-box{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-4062)!important;
	border-radius:5px 5px 5px 5px;
	min-width:450px;
	width:500px;
}
.leistungs-blog{
	justify-content:space-between;
}
.divider-0-background-color{
	background-color:var(--swatch-var-4062);
	height:1px;
}
.karte-kopfzeile{
	background-color:var(--swatch-var-5830);
	color:var(--swatch-var-7552)!important;
	font-size:0.8em;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:var(--swatch-var-4062)!important;
}
.karte-körperbereich{
	color:var(--swatch-var-7552)!important;
	font-size:0.8em;
	background-color:var(--swatch-var-5633);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-4062)!important;
}
.img-bloc-16-style{
	width:940px;
}
.img-veluno---7-w-style{
	width:940px;
}
.divider-0-bloc-16-background-color{
	background-color:var(--swatch-var-6558);
	height:3px;
	width:20%;
}
.footer-line{
	border-width:2px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-6558)!important;
}
.veluspeed-rahmen{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-4062)!important;
}
.button-landing{
	background:linear-gradient(0deg, var(--swatch-var-1677) 0%, #FFC800 100%);
	border-radius:20px 20px 20px 20px;
	font-size:35px;
	padding:15px 15px 15px 15px;
}
.button-landing:hover{
	font-size:35px;
	background:linear-gradient(0deg, var(--swatch-var-4737) 0%, var(--swatch-var-1677) 100%);
	padding:15px 15px 15px 15px;
}
.landingpage-box{
	border-radius:50px 50px 50px 50px;
}
.divider-19276-background-color{
	background-color:var(--swatch-var-1338);
	height:5px;
}
.box-box-background{
	background-color:var(--swatch-var-5830);
	padding:10px 10px 10px 10px;
}
.liste-landingpage{
	color:var(--swatch-var-3534)!important;
	text-align:left;
}
.svg-icon-33850-fill{
	fill:var(--swatch-var-7836)!important;
	width:216px;
	stroke:transparent!important;
}
.button-stero{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-7836)!important;
	background-color:var(--swatch-var-1438);
}
.button-big{
	padding:30px 70px 30px 70px;
	background:linear-gradient(90deg, var(--swatch-var-1438) 33%, var(--swatch-var-7836)  100%);
	font-size:35px;
}
.stero-box{
	border-style:dashed;
	border-color:var(--swatch-var-7836)!important;
	border-radius:20px 20px 20px 20px;
}
.button-big:hover{
	background:linear-gradient(90deg, var(--swatch-var-7836)  0%, var(--swatch-var-1438) 40%);
}
.stero-icon{
	stroke-linecap:square;
}
.svg-icon-bloc-119-fill{
	fill:var(--swatch-var-7836)!important;
	width:200px!important;
	stroke:transparent!important;
	fill-type:evenodd!important;
}
.svg-icon-bloc-18-style{
	width:200px!important;
	fill:var(--swatch-var-4062)!important;
}
.accordion-landingpage{
	font-size:25px;
}
.text-span-bloc-16-style{
	font-weight:bold;
}
.code-background{
	background-color:var(--swatch-var-3958);
}
.gride-home{
	justify-items:stretch;
	align-items:center;
}
.projekte-button{
	border-width:1px 1px 1px 1px;
	border-radius:5px 5px 5px 5px;
	border-style:dotted;
}
.mehr-lesen{
	font-size:0.6em;
	text-transform:uppercase;
	text-decoration:underline!important;
	color:var(--swatch-var-1057)!important;
	font-weight:normal;
}
.bewertung-box{
	height:300px;
}
.bewerutung-rahmen{
	box-shadow:0.00px -0.00px 2px #FFFFFF;
}
.img-bloc-79-style{
	height:60px;
}
.img-226-style{
	width:60px;
	height:60px;
}
.img-227-style{
	width:60px;
}
.box-row{
	grid-template-columns:3;
	grid-template-rows:3;
	grid-column-start:1;
	grid-column-end:3;
	grid-row-start:1;
	grid-row-end:3;
	column-gap:3px;
	row-gap:1px;
}
.grid-bloc-18-style{
	grid-template-columns:1fr 1fr;
}
.grid-bloc-33-style{
	grid-template-columns:1fr 1fr 1fr;
}
.grid-bloc-27-style{
	grid-template-columns:1fr 1fr;
	align-items:center;
	justify-items:stretch;
	grid-template-rows:auto;
}
.divider-bloc-27-style{
	height:1px;
	background-color:var(--swatch-var-1677);
}
.produkt-bild-rahmen{
	border-left-width:1px;
	border-bottom-width:1px;
	border-style:dotted;
	border-color:var(--swatch-var-4062)!important;
}
.grid-beschreibung{
	grid-template-columns:1fr;
	align-items:stretch;
	row-gap:50px;
	grid-template-rows:auto auto;
}
.preis-box{
	border-width:1px 1px 1px 1px;
	border-radius:5px 5px 5px 5px;
	border-style:dotted;
	border-color:var(--swatch-var-4062)!important;
	background-position:center center;
	background-repeat:no-repeat;
	background-blend-mode:normal;
	background-size:cover;
}
.svg-icon-bloc-27-style{
	width:50px!important;
	fill:var(--swatch-var-3534)!important;
}
.grid-0-style{
	grid-template-columns:1fr 1fr;
	row-gap:0px;
	grid-template-rows:auto;
	align-items:center;
}
.grid-bloc-76-style{
	grid-template-columns:1fr;
	row-gap:0px;
}
.ratgeber-klein-h{
	font-size:18px;
	color:var(--swatch-var-3534)!important;
}
.img-logo-23-5-fi-style{
	width:162px;
}
.img-logo-oberlaend-style{
	width:190px;
}
.img-logo-easy-med-style{
	width:239px;
}
.ratgeber-home{
	width:250px;
	height:140px;
	max-width:250px;
	max-height:140px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-4062)!important;
}
.blocs-card-width{
	width:25%;
}
.hero-first-col-mb{
	margin-bottom:30px;
}
.feature-col-mt{
	margin-top:29px;
}
.img-49-style{
	width:50px;
	height:50px;
}
.img-50-style{
	width:50px;
	height:50px;
}
.img-speed-7544-style{
	width:50px;
	height:50px;
}
.icon-size{
	width:70px!important;
	fill:var(--swatch-var-3534)!important;
	padding-bottom:15px;
}
.h-scroll-icon{
	stroke:var(--swatch-var-1677);
}
.img-bloc-4-style{
	height:350px;
	width:500px;
}
.svg-icon-40189-fill{
	fill:var(--swatch-var-3131)!important;
	width:70px!important;
}
.pc{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-1677);
	height:5px;
}
label{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-3958)!important;
	font-size:1rem;
	max-width:450px;
}
.navbar-nav li a{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-3958)!important;
	font-size:1rem;
}
.navbar-brand{
	font-family:"Poppins-Regular";
	color:var(--swatch-var-3958)!important;
	font-size:1rem;
}
.bloc-fill{
	fill:var(--swatch-var-5830);
}
.vorteil-bloc{
	margin-left:auto;
	margin-right:auto;
	padding-left:auto;
	padding-right:auto;
}
.button-produkt{
	border-width:1px 1px 1px 1px!important;
	border-color:var(--swatch-var-4062)!important;
	box-shadow:inset 0.00px -0.00px 5px #797979;
	border-radius:3px 3px 3px 3px!important;
}
.karte-fusszeile{
	background-color:var(--swatch-var-7343);
	border-width:1px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-4062)!important;
	justify-content:space-around;
	padding-left:15px;
	padding-right:15px;
}
.header-home{
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color:var(--swatch-var-1677)!important;
}
.svg-icon-bloc-4-fill{
	fill:var(--swatch-var-1677)!important;
	width:50px!important;
	height:50px!important;
	justify-content:center;
	align-items:center;
}
.svg-icon-0-bloc-4-fill{
	fill:var(--swatch-var-4062)!important;
	width:30px!important;
}
.grid-bloc-9-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:auto;
	margin-bottom:100px;
}
.img-google-rati-style{
	width:50px;
}
.grid-bloc-6-style{
	grid-template-columns:1fr;
	grid-template-rows:auto;
	align-items:center;
	justify-items:stretch;
	column-gap:15px;
}
.img-code-websi-style{
	width:120px;
}
.sebastian-p{
	font-size:16px;
	border-width:0px 0px 0px 1px;
	border-style:solid;
	border-color:var(--swatch-var-3534)!important;
}
.veluno-anders{
	margin-left:auto;
	margin-right:auto;
	max-width:630px;
}
.grid-16786-style{
	grid-template-columns:1fr 1fr;
	grid-template-rows:auto;
	column-gap:50px;
	row-gap:50px;
	align-items:start;
}
.unsere{
	background-color:var(--swatch-var-6880);
	box-shadow:0.00px -0.00px 5px #FFFFFF;
	border-radius:10px 10px 10px 10px;
	min-height:375px;
}
.img-bloc-20-style{
	width:250px;
}
.img-footer-style{
	width:50px;
}
.breadcrumbs{
	font-size:14px;
}
.preise-uebersicht{
	color:var(--swatch-var-6558)!important;
	text-transform:uppercase;
	font-weight:bold;
	font-family:"Poppins-Light";
}
.grid-preis{
	grid-template-columns:1fr 1fr;
	column-gap:30px;
	row-gap:50px;
	background-color:var(--swatch-var-2614);
}
.close{
	color:var(--swatch-var-3534)!important;
}
.menu-icon{
	fill:var(--swatch-var-3958);
}
.grid-menu{
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:auto;
}
.svg-icon-sidebar-style{
	width:15px!important;
}
.svg-icon-0-sidebar-style{
	width:15px!important;
}
.svg-icon-44077-style{
	width:15px!important;
}
.svg-icon-40197-style{
	width:15px!important;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-5408);
	height:2px;
}
.bloc-divider-b-bloc-5-fill{
	fill:var(--swatch-var-5830);
}
.bloc-divider-t-bloc-5-fill{
	fill:var(--swatch-var-7343);
}
.bloc-divider-t-bloc-6-fill{
	fill:var(--swatch-var-5830);
}
.bloc-divider-b-bloc-6-fill{
	fill:var(--swatch-var-5830);
}
.icon-home{
	fill:var(--swatch-var-1028);
	width:30px;
	height:30px;
}
.home-grid4{
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows:auto;
	align-items:center;
	justify-items:start;
	max-width:100%;
}
.jotform{
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
}
.page-preloader{
	background-color:var(--swatch-var-3055);
}
.svg-icon-bloc-4-style{
	width:20px!important;
	fill:var(--swatch-var-2921)!important;
}
.svg-icon-3156-fill{
	fill:var(--swatch-var-2921)!important;
	width:20px!important;
}
.svg-icon-38597-fill{
	fill:var(--swatch-var-2921)!important;
	width:50px!important;
}
.grid-0-bloc-4-style{
	grid-template-rows:auto;
	align-items:start;
	grid-template-columns:1fr 1fr;
}
.img-42-style{
	width:50px;
}
.button-language{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-1677)!important;
}
button{
	background-color:transparent;
	color:var(--swatch-var-3958)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6558)!important;
}
.img-482-style{
	width:300px;
}
.divider-bloc-13-background-color{
	background-color:var(--swatch-var-4062);
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
.hoehe{
	min-height:620px;
}
.tabel{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-3958)!important;
}
td{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-3958)!important;
	color:var(--swatch-var-7552)!important;
}
th{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-3958)!important;
}
.container-div-bloc-88-style{
	width:100%;
}
.grid-bloc-88-style{
	align-items:center;
	grid-template-columns:1fr 1fr;
	grid-template-rows:auto auto auto auto;
	column-gap:50px;
	justify-items:stretch;
	row-gap:50px;
}
.img-veluno-logo-2-style{
	width:35px;
}
.img-bloc-88-style{
	width:200px;
}
tr{
	color:var(--swatch-var-3958)!important;
}
.tt{
	text-transform:uppercase;
}
.grid-bloc-73-style{
	grid-template-rows:auto;
	grid-template-columns:1fr 1fr;
}
.tab-aktiv{
	color:var(--swatch-var-5830)!important;
}
.list-paket{
	column-gap:1px;
}
.p-list{
	line-height:20px;
}
.img-google-revi-style{
	width:180px;
}
.svg-icon-0-bloc-4-style{
	width:30px!important;
	fill:var(--swatch-var-1028)!important;
	stroke:transparent!important;
}
.grid-0-bloc-13-style{
	grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows:auto;
	align-items:center;
	justify-items:center;
}
.grid-44375-style{
	grid-template-rows:auto;
	grid-template-columns:1fr 1fr;
}
.flag{
	width:30px;
}
.img-5-style{
	width:13px;
}
.sprache{
	grid-template-columns:1fr;
	grid-template-rows:auto;
	align-items:center;
	justify-items:center;
	width:100%;
}
.logo-grid{
	grid-template-columns:1fr;
}
.p-bloc-4-style{
	font-family:"Poppins-BoldItalic";
	color:var(--swatch-var-1677)!important;
	font-size:1.3rem;
}
.flag-icon{
	width:43px;
	height:auto;
}
.col-lg-12{
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}
.img-sidebar-style{
	width:50px;
}
.mini-subtitle{
	text-transform:uppercase;
	color:var(--swatch-var-5408)!important;
	font-size:1.5rem;
}
.bold{
	font-weight:bold;
	text-align:left;
	font-family:"Poppins-SemiBold";
	font-size:1rem;
}
.mini-large-p{
	font-size:1.2rem;
	font-weight:bold;
}
.mini-product-custom{
	position:relative;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-3131)!important;
	margin-bottom:28px;
	transform:scale(1);
	transition:all 0.5s ease 0s;
}
.mini-product-custom:hover{
	transform:scale(1.05);
	transition:all 0.5s ease 0s;
}
.mini-product-custom-div{
	position:absolute;
	bottom:0px;
	right:0px;
	left:0px;
	background:linear-gradient(0deg, var(--swatch-var-5408) 0%, transparent  50%);
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:flex-end;
	padding:14px 14px 14px 14px;
}
.passion-white-link{
	color:var(--swatch-var-3534)!important;
}
.mini-small-p{
	font-size:0.7em;
}
.form-control::placeholder{
	color:var(--swatch-var-5999)!important;
}
.p-54-style{
	font-size:1.4rem;
}
.passion-borders{
	border-style:solid;
	border-color:var(--swatch-var-3534)!important;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	border-width:1px 1px 1px 1px;
}
.passion-cursitive{
	font-size:2.5rem;
}
.passion-max-width{
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}
.mini-full-width{
	width:100%;
}
.divider-bloc-73-background-color{
	background-color:var(--swatch-var-4062);
	margin-left:auto;
	margin-right:auto;
	width:80%;
}
.boxen{
	margin-left:auto;
	margin-right:auto;
	max-width:1100px;
}
.home-bloc{
	font-family:"Helvetica";
}
.bild-blog{
	border-style:solid;
	border-radius:5px 5px 5px 5px;
	border-color:var(--swatch-var-1677)!important;
	border-width:1px 1px 1px 1px;
}
.bloc-divider-b-bloc-4-fill{
	fill:var(--swatch-var-1677);
	height:5px;
}
.bloc-divider-b-style{
	height:2px;
	fill:var(--swatch-var-5408);
}
.bloc-divider-b-bloc-7-style{
	height:5px;
	fill:var(--swatch-var-1677);
}
.bloc-divider-b-bloc-6-style{
	height:5px;
	fill:var(--swatch-var-5408);
}
.bloc-divider-b-0-style{
	height:5px;
	fill:var(--swatch-var-5408);
}
.sebastian-geier{
	max-width:200px;
	border-width:0px 1px 1px 0px;
	border-style:solid;
	border-color:var(--swatch-var-4062)!important;
}
.sebastian-bloc{
	max-width:400px;
}
.volt-login-form{
	align-items:center;
	align-content:center;
	align-self:center;
}
.divider-0-bloc-13-background-color{
	background-color:var(--swatch-var-5408);
	height:5px;
}
.grid-bloc-13-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:auto;
	column-gap:50px;
	row-gap:50px;
}
.p-bloc-13-style{
	font-size:2rem;
	line-height:40px;
}
.divider-27114-background-color{
	background-color:var(--swatch-var-5408);
	height:3px;
}
.tools{
	padding:20px 20px 20px 20px;
	box-shadow:inset 0.00px -0.00px 5px #797979;
	border-radius:10px 10px 10px 10px;
	background-color:var(--swatch-var-6880);
}
.crwaler-box{
	padding-top:50px;
	padding-right:300px;
	padding-bottom:50px;
}
.https:velunoco{
	padding:50px 50px 50px 50px!important;
	margin-left:50px!important;
}
.grid-31745-style{
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows:auto;
}
.svg-icon-bloc-13-fill{
	fill:var(--swatch-var-7543)!important;
}
.vorschaubox{
	margin-top:auto;
	margin-bottom:auto;
	border-color:var(--swatch-var-7543)!important;
}
.img-bloc-13-style{
	height:200px;
}
.button-vorschau{
	background-color:var(--swatch-var-1677);
	font-size:1rem;
	padding:20px 20px 20px 20px!important;
}
.button-vorschau:hover{
	background-color:var(--swatch-var-5408);
}
.img-141-style{
	width:200px;
}
.p-bloc-7-style{
	font-size:0.7rem;
}
.p-61-style{
	font-size:0.7rem;
}
.divider-bloc-21-background-color{
	background-color:var(--swatch-var-5408);
	height:2px;
	width:65%;
}
.h2-bloc-21-style{
	font-size:1.5rem;
}
.img-flag-140098-style{
	width:40px;
	border-color:var(--swatch-var-4062)!important;
}
.reihe-boxen{
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}
.link-website-paket-style{
	font-weight:bold;
	font-size:1.2rem;
}
.h4-style{
	font-size:1.2rem;
}
.h4-konditionen-style{
	font-size:1.2rem;
}
.h4-bloc-106-style{
	font-size:1.2rem;
}
.h3-style{
	font-size:1.2rem;
}
.bloc-divider-t-0-fill{
	fill:var(--swatch-var-5408);
	height:5px;
}
.bloc-divider-t-bloc-106-style{
	height:5px;
	fill:var(--swatch-var-5408);
}
.veluno-footer{
	color:var(--swatch-var-5408)!important;
	font-weight:bold;
}
.img-veluno-mobi-style{
	width:50px;
}
.projekt-start{
	background-color:var(--swatch-var-5408);
	padding:5px 5px 5px 5px;
	border-style:solid;
	border-color:var(--swatch-var-3958)!important;
	border-width:1px 1px 1px 1px;
	box-shadow:inset 0.00px -0.00px 5px #000000;
}
.box-paket{
	background:linear-gradient(0deg, var(--swatch-var-5408) 0%, var(--swatch-var-3532) 100%);
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-3958)!important;
	border-radius:20px 20px 20px 20px;
	box-shadow:inset 0.00px -0.00px 10px #000000;
	max-width:400px;
	margin-left:auto;
	margin-right:auto;
}
.paket-image{
	width:200px;
	height:200px;
}
.h3-bloc-7-style{
	font-weight:700;
	font-size:1.3rem;
}
.text-paket{
	font-size:0.8rem;
}
.preis-paket{
	font-size:1.5rem;
	font-weight:bold;
}
.tool-text{
	font-size:0.8rem;
}
.reihe-paket{
	margin-right:auto;
	margin-left:auto;
	justify-items:stretch;
}
.img-veluno--style{
	width:50px;
	height:62px;
}
.paket-button{
	font-size:1rem!important;
	padding:5px 10px 5px 10px!important;
	border-radius:0px 0px 0px 0px!important;
	border-width:1px 1px 1px 1px!important;
	border-style:solid!important;
	border-color:var(--swatch-var-3534)!important;
	background-color:transparent;
}
.p-43-style{
	font-size:1.4rem;
}
.p-46-style{
	font-size:1rem;
	color:var(--swatch-var-5830)!important;
}
.h3-standard-style{
	font-size:1rem;
	color:var(--swatch-var-3534)!important;
	font-weight:700;
}
.image-paket-home{
	width:100px;
	height:auto;
	margin:20px 20px 20px 20px;
}
.bloc-divider-b-0-bloc-6-style{
	height:5px;
	fill:var(--swatch-var-1677);
}
.bloc-divider-t-bloc-6-style{
	height:5px;
	fill:var(--swatch-var-5408);
}
.reihe-mitte{
	justify-content:center;
}
.p-bloc-6-style{
	font-size:1.2rem;
	font-weight:700;
}
.grid-0-bloc-6-style{
	grid-template-columns:1fr 1fr 1fr;
	grid-template-rows:auto;
	column-gap:80px;
	row-gap:80px;
}
.feature-links{
	max-width:330px;
	margin-left:auto;
}
.feature-rechts{
	margin-right:auto;
	max-width:310px;
}
.p-50-style{
	margin-left:auto;
	margin-right:auto;
	max-width:700px;
}
.tools-laenge{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
.abstand{
	column-gap:100px;
}
.abstand2{
	justify-items:stretch;
	margin-left:auto;
	margin-right:auto;
	row-gap:25px;
}
.sritte-breite{
	max-width:400px;
}
.grid-bloc-8-style{
	justify-items:stretch;
	align-items:stretch;
	column-gap:50px;
	row-gap:50px;
}
.p-1065-style{
	width:90%;
	fill:var(--swatch-var-3958);
}
.partner{
	max-width:310px;
}
.partner2{
	max-width:270px;
}
.bloc-divider-t-style{
	fill:var(--swatch-var-5408);
	height:2px;
}
.bloc-divider-t-26119-fill{
	fill:var(--swatch-var-1677);
	height:5px;
}
.grid-bloc-5-style{
	grid-template-columns:1fr 1fr 1fr 1fr;
	column-gap:50px;
	row-gap:50px;
}
.breite-start{
	margin-left:150px!important;
}
.mini-half-screen-content{
	margin-right:auto;
	margin-left:auto;
}
.suche{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-2079)!important;
}
.website-vorlagen{
	padding-bottom:100px;
	background:linear-gradient(0deg, transparent  51%, var(--swatch-var-2217) 51%);
	border-top-left-radius:20px;
}
.rand-abstand2{
	padding-right:0rem!important;
	padding-left:5rem!important;
}
.global-radius:hover{
	background-color:var(--swatch-var-6880);
}
.global-radius:active{
	background-color:var(--swatch-var-6880);
}
.mini-primary-btn{
	background-color:var(--swatch-var-5803);
	color:var(--swatch-var-1338)!important;
	border-width:1px 1px 1px 1px;
}
.mini-primary-btn:hover{
	color:var(--swatch-var-1338)!important;
	background-color:var(--swatch-var-5803)!important;
}
.mini-primary-btn:active{
	background-color:var(--swatch-var-5803);
}
.bloc-divider-b-bloc-5-style{
	height:2px;
	fill:var(--swatch-var-5408);
}
.link-bloc-5-style{
	font-weight:bold;
}
.link-0-style{
	font-weight:bold;
}
.link-0-bloc-5-style{
	font-weight:bold;
}
.link-34506-style{
	font-weight:bold;
}
.link-32124-style{
	font-weight:bold;
}
.link-5456-style{
	font-weight:bold;
}
.link-43627-style{
	font-weight:bold;
}
.mini-product-div{
	position:relative;
	margin-bottom:50px;
}
.mini-secondary-btn{
	color:var(--swatch-var-5830)!important;
	background-color:var(--swatch-var-5408)!important;
	border-width:1px 1px 1px 1px!important;
	border-style:solid!important;
	border-color:var(--swatch-var-5408)!important;
	text-transform:uppercase!important;
	text-decoration:none!important;
	font-weight:bold!important;
	font-family:"Poppins-SemiBold"!important;
	border-radius:0px 0px 0px 0px!important;
	padding:7px 10px 7px 10px;
}
.mini-secondary-btn:hover{
	color:var(--swatch-var-4497)!important;
	border-color:var(--swatch-var-2921)!important;
	background-color:var(--swatch-var-2921)!important;
	padding:7px 10px 7px 10px;
}
.mini-secondary-btn:active{
	background-color:var(--swatch-var-1338);
}
.mini-product-card-div{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6558)!important;
	margin-bottom:28px;
	position:relative;
	transform:scale(1);
	transition:all 0.5s ease 0s;
}
.mini-product-card-div:hover{
	transform:scale(1.03);
	transition:all 0.5s ease 0s;
}
.mini-product-card{
	background:linear-gradient(128deg, var(--swatch-var-3532) 0%, var(--swatch-var-5408) 100%);
	padding:20px 20px 20px 20px;
}
.bild-uebersicht{
	width:200px;
	padding:50px 50px 50px 50px;
}
.link-bloc-6-style{
	font-weight:bold;
}
.link-0-bloc-6-style{
	font-weight:bold;
}
.bloc-divider-b-2169-style{
	height:2px;
	fill:var(--swatch-var-5408);
}
.mini-circle-check{
	fill:var(--swatch-var-3958)!important;
	width:50px;
	height:50px;
}
.mini-divider-style{
	width:3px;
	height:66px;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-3534);
}
.bloc-divider-b-24513-style{
	height:2px;
	fill:var(--swatch-var-5408);
}
.mini-feature-variant-cards{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	align-content:center;
}
.mini-feature-variant-card{
	width:48%;
	height:200px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	margin:1% 1% 1% 1%;
	border-color:var(--swatch-var-5803)!important;
}
.button-rand{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-3131)!important;
	font-family:"Poppins-SemiBold";
	text-transform:uppercase;
	border-radius:0px 0px 0px 0px!important;
	color:var(--swatch-var-3131)!important;
	padding:7px 10px 7px 10px;
}
.bloc-divider-b-bloc-10-style{
	height:2px;
	fill:var(--swatch-var-5408);
}
.mini-blog-category-dropdown{
	width:150px;
	display:inline-flex;
	flex-direction:row;
	justify-content:space-between;
	border-width:1px 1px 1px 1px;
	border-color:#929292!important;
	color:var(--swatch-var-3958)!important;
}
.mini-blog-category-dropdown:hover{
	border-width:1px 1px 1px 1px;
}
.mini-blog-category{
	background-color:rgba(146,146,146,0.28);
	padding:5px 14px 5px 14px;
	font-size:0.9em;
	color:var(--swatch-var-3534)!important;
}
.mini-blog-category:hover{
	color:var(--swatch-var-3958)!important;
}
.bloc-divider-b-0-fill{
	fill:var(--swatch-var-5408);
	height:2px;
}
.p-bloc-73-style{
	opacity:0.7;
}
.mini-faq-18-column{
	display:flex;
	width:100%;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
}
.mini-faq-18-box{
	margin-bottom:14px;
	padding:28px 28px 20px 28px;
	position:relative;
	width:49.4%;
	color:var(--swatch-var-4497)!important;
}
.mini-gradient-card{
	background:linear-gradient(128deg, var(--swatch-var-3532) 0%, var(--swatch-var-5408) 100%);
	border-color:var(--swatch-var-6558)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
}
.mini-faq-10-question{
	display:inline-flex;
	width:100%;
	align-items:center;
	justify-content:space-between;
	flex-direction:row;
	padding-bottom:8px;
}
.mini-faq-question-title{
	font-size:1.3em;
}
.mini-red-icon{
	width:20px!important;
	transition:all 0.2s ease 0s;
	fill:var(--swatch-var-5803);
}
.mini-red-icon:hover{
	transition:all 0.2s ease 0s;
}
.mini-product-name{
	font-size:3em;
}
.mini-product-box{
	padding:10px 10px 10px 10px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6558)!important;
	background:linear-gradient(328deg, var(--swatch-var-3532) 0%, var(--swatch-var-5408) 100%);
}
.mini-product-icon{
	fill:var(--swatch-var-5803)!important;
}
.mini-product-faq{
	background-color:var(--swatch-var-3534);
	border-color:var(--swatch-var-6558)!important;
}
.mini-product-19-header{
	border-bottom-width:0px;
	background:linear-gradient(0deg, var(--swatch-var-3532) 0%, var(--swatch-var-5408) 100%);
}
.mini-blog-sidebar{
	position:sticky;
	top:50px;
}
.mini-product-price-adv{
	display:flex;
	margin-top:20px;
	margin-bottom:20px;
	flex-direction:column;
	align-items:center;
	row-gap:20px;
}
.mini-product-price{
	font-size:1.6em;
}
.mini-product-rating-star{
	fill:var(--swatch-var-4737);
	width:18px;
	height:18px;
	margin-right:2px;
}
.liste-black{
	color:var(--swatch-var-5830)!important;
}
.bloc-divider-b-bloc-61-style{
	height:5px;
	fill:var(--swatch-var-5408);
}
.mini-form-25{
	max-width:550px;
	margin-left:auto;
	margin-right:auto;
}
.mini-form-step-div{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-5803)!important;
	padding:28px 28px 28px 28px;
}
.mini-form-steps{
	display:flex;
	width:100%;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
	margin-top:14px;
	margin-bottom:40px;
}
.mini-form-step{
	width:35px;
	height:35px;
	display:inline-flex;
	flex-direction:row;
	align-items:center;
	justify-content:center;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-5803)!important;
	color:var(--swatch-var-5633)!important;
	background-color:var(--swatch-var-5408);
	min-width:35px;
	min-height:35px;
}
.mini-active-step{
	background-color:var(--swatch-var-5803);
	color:var(--swatch-var-5974)!important;
}
.divider-style{
	height:1px;
	background-color:var(--swatch-var-3958);
	margin-top:0px;
	margin-bottom:0px;
	width:228px;
}
.mini-form-buttons{
	justify-content:center;
	display:flex;
	column-gap:14px;
	row-gap:14px;
	margin-top:28px;
}
.mini-hide{
	display:none;
}
.mini-radio-section{
	display:inline-flex;
	position:relative;
	column-gap:5px;
	row-gap:10px;
	width:100%;
}
.mini-form-radio{
	position:relative;
	display:flex;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.mini-feature-flex{
	display:inline-flex;
	align-items:center;
	flex-direction:row;
	justify-content:flex-start;
	width:100%;
}
.svg-icon-contact-1-style{
	fill:var(--swatch-var-3958);
	width:20px!important;
}
.mini-form-radio-flex{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:space-between;
}
.mini-form-half-width{
	width:50%;
}
.mini-extra-label{
	display:block;
}
.mini-solid-link{
	text-decoration:underline!important;
	color:var(--swatch-var-5830)!important;
	font-size:0.8rem;
}
.bloc-divider-b-kontakt-style{
	height:5px;
	fill:var(--swatch-var-5408);
}
.bloc-divider-b-bloc-58-style{
	height:2px;
	fill:var(--swatch-var-5408);
}
.liste{
	color:var(--swatch-var-3534)!important;
}
.bloc-divider-b-bloc-151-style{
	height:2px;
	fill:var(--swatch-var-5408);
}
.linie-white{
	color:var(--swatch-var-7543)!important;
}
.mini-product-rating{
	display:flex;
	height:28px;
	flex-direction:row;
	align-items:center;
	font-size:1em;
}
.link-black{
	color:var(--swatch-var-5830)!important;
	font-size:0.8rem;
	font-weight:bold;
}
.p-bloc-74-style{
	font-size:0.8rem;
}
.img-167-style{
	width:25px;
}
.bloc-divider-b-bloc-74-fill{
	fill:var(--swatch-var-5408);
	height:2px;
}
.mini-feature-colors{
	position:relative;
	height:328px;
}
.mini-feature-color-1{
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:150px;
	min-height:150px;
	max-width:150px;
	max-height:150px;
	position:absolute;
	left:4%;
	top:0%;
	flex-direction:row;
}
.mini-apple-icon{
	fill:var(--swatch-var-5830)!important;
	width:45px;
	background-color:transparent!important;
}
.mini-feature-color-2{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:row;
	min-width:150px;
	max-width:150px;
	min-height:150px;
	max-height:150px;
	position:absolute;
	right:25%;
	top:22%;
}
.mini-feature-color-3{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:row;
	min-width:150px;
	max-width:150px;
	min-height:150px;
	max-height:150px;
	position:absolute;
	left:19%;
	top:56%;
}
.mini-windows-icon{
	width:45px!important;
	fill:var(--swatch-var-5803)!important;
}
.bloc-divider-b-43671-fill{
	fill:var(--swatch-var-5408);
	height:2px;
}
.start-tool{
	margin-top:10px;
	margin-bottom:10px;
	border-style:solid;
	border-color:var(--swatch-var-5830)!important;
	border-radius:5px 5px 5px 5px;
	padding:2px 2px 2px 2px;
	text-align:center;
	color:var(--swatch-var-5830)!important;
	border-width:1px 1px 1px 1px;
}
.start-tool:hover{
	color:var(--swatch-var-5830)!important;
}
.p-bloc-9-style{
	font-size:0.7rem;
}
.bloc-divider-b-36983-style{
	height:2px;
	fill:var(--swatch-var-5408);
}
.mini-review-box-half{
	width:50%;
}
.mini-circle-icon-small{
	width:23px;
	fill:var(--swatch-var-4737)!important;
	height:23px;
	padding-top:3px;
}
.mini-testimonial-div-3{
	display:flex;
	flex-direction:row;
	align-items:center;
	font-size:0.9em;
	justify-content:flex-start;
}
.mini-testimonial-card-img{
	max-width:60px;
	border-radius:100px 100px 100px 100px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6558)!important;
}
.mini-review-border{
	border-width:0px 0px 0px 1px;
	border-style:solid;
	border-color:#C0C0C0!important;
}
.mini-review-logo{
	max-width:150px;
}
.bewerungen-box{
	margin-top:100px;
}
.link-bloc-5-41305-style{
	font-weight:bold;
}
.link-blackpepper--style{
	font-weight:bold;
}
.bloc-divider-t-bloc-15-style{
	height:2px;
	fill:var(--swatch-var-5408);
}
.bloc-divider-b-26782-fill{
	fill:var(--swatch-var-5408);
	height:5px;
}
.mini-small-subtitle{
	padding:0.3em 1em 0.3em 1em;
	background-color:rgba(169,169,169,0.20);
	font-size:0.9em;
	overflow:hidden;
}
.bloc-divider-b-21744-style{
	height:5px;
	fill:var(--swatch-var-5408);
}
.bloc-divider-b-31311-fill{
	fill:var(--swatch-var-5408);
	height:5px;
}
.bloc-divider-b-bloc-26-fill{
	fill:var(--swatch-var-5408);
	height:5px;
}
.bloc-divider-b-44996-fill{
	fill:var(--swatch-var-5408);
	height:5px;
}
.bloc-divider-b-27819-fill{
	fill:var(--swatch-var-5408);
	height:5px;
}
.bloc-divider-b-40453-style{
	height:5px;
	fill:var(--swatch-var-5408);
}
.divider-entwicklung{
	width:3px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	color:var(--swatch-var-3534)!important;
	background-color:var(--swatch-var-3958);
}
.mini-timeline-column{
	text-align:center;
	overflow:hidden;
}
.mini-timeline-icon{
	padding-top:11px;
	padding-bottom:7px;
}
.mini-timeline-icon-dot{
	width:14px;
	fill:var(--swatch-var-3534)!important;
}
.timeline-divider{
	background-color:var(--swatch-var-3958);
	width:4px;
	height:100%;
	min-height:240px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}
.mini-timeline-box{
	padding:28px 28px 28px 28px;
	height:250px;
	align-content:center;
}
.bloc-divider-b-21767-style{
	height:5px;
	fill:var(--swatch-var-5408);
}
.bloc-divider-b-45201-fill{
	fill:var(--swatch-var-5408);
	height:5px;
}
.bloc-divider-b-24824-fill{
	fill:var(--swatch-var-5408);
	height:5px;
}
.bloc-divider-b-bloc-38-fill{
	fill:var(--swatch-var-5408);
	height:5px;
}
.bloc-divider-b-4651-fill{
	fill:var(--swatch-var-5408);
	height:5px;
}
.bloc-divider-b-bloc-42-style{
	height:5px;
	fill:var(--swatch-var-5408);
}
.bloc-divider-b-13460-fill{
	fill:var(--swatch-var-5408);
	height:5px;
}
.icon-footer{
	max-height:300px;
}
.dsgvo{
	text-decoration:underline!important;
}
.p-bloc-80-style{
	line-height:1.5rem;
	max-width:450px;
}
.divider-hosting{
	width:3px;
	height:130px;
	margin-left:auto;
	margin-right:auto;
	background-color:var(--swatch-var-3958);
}
.abstand-boxen-zwei{
	justify-content:space-between;
	margin-top:100px;
	column-gap:20px;
	row-gap:50px;
}
.spalte-breite-vier{
	width:23%;
}
.abstand-boxen-eins{
	justify-content:space-between;
	row-gap:50px;
	column-gap:50px;
}
.spalten-breite-drei{
	width:28%;
}
.spalte-breite-zwei{
	width:47%;
}
.blog-image-breite{
	width:180px;
}
.p-leistung-home{
	width:300px;
	text-align:left;
}
.button-rand:hover{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-2921)!important;
}
.shop-abstand{
	row-gap:35px;
}
.movie-poster{
	border-radius:20px 20px 20px 20px;
}
.link-sea-kampagnen-style{
	font-weight:bold;
}
.link-landingpages-style{
	font-weight:bold;
}
.p-bloc-77-style{
	font-size:0.8rem;
}
.rand-header{
	border-width:0px 0px 1px 0px;
	border-color:var(--swatch-var-1028)!important;
	border-style:solid;
}
.bloc-divider-b-menu-icon-style{
	fill:var(--swatch-var-3131);
	height:2px;
}
.login-bread{
	font-size:0.8rem;
	background-color:var(--swatch-var-5408);
	padding:5px 15px 5px 15px;
	color:var(--swatch-var-5830)!important;
}
.button-login{
	background-color:var(--swatch-var-5408)!important;
	padding:5px 15px!important 5px 15px!important;
	margin-bottom:0px!important;
	font-size:0.8rem!important;
	border-radius:0px 0px 0px 0px!important;
}
.rahmen-modal{
	border-width:1px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-1028)!important;
}
.rahmen-modalkofpf{
	border-bottom-width:1px;
	border-style:solid;
	border-color:var(--swatch-var-1028)!important;
}
.feature-image{
	max-width:200px;
}
.feature-spalte{
	padding:20px 20px 20px 20px;
	border-width:1px 1px 1px 1px;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-4062)!important;
	box-shadow:inset 0.00px -0.00px 5px #FFFFFF;
	width:23%;
	flex-direction:column;
}
.feature{
	justify-content:space-between;
	row-gap:40px;
	column-gap:20px;
}
.mini-sample-logo{
	font-size:1.8em;
	text-transform:uppercase;
}
.mini-social-icon{
	width:20px!important;
	fill:var(--swatch-var-7543)!important;
	margin-left:3px;
	margin-right:3px;
}
.mini-footer-2-links{
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	align-items:center;
}
.mini-small-link{
	text-decoration:underline!important;
	margin-left:7px;
	margin-right:7px;
}
.kundendaten{
	border-width:0px 0px 2px 0px;
	border-radius:0px 0px 0px 0px;
	border-style:solid;
	border-color:var(--swatch-var-4062)!important;
	font-weight:bold;
	font-size:1.1rem;
}
.p-bloc-144-style{
	font-size:1.5rem;
}
.p-1661-style{
	font-size:1.5rem;
	color:var(--swatch-var-5633)!important;
}
.img-logo-kunden-style{
	width:100%;
	background-color:var(--swatch-var-6880);
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-7235)!important;
	margin-bottom:25px;
}
.p-1662-style{
	font-size:0.7rem;
	color:var(--swatch-var-7552)!important;
	text-align:center;
}
.kunden-rahmen{
	border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:var(--swatch-var-4062)!important;
	width:31%;
}
.abstand-kunde{
	column-gap:20px;
	justify-content:flex-start;
}
.donwload-button{
	color:var(--swatch-var-3534)!important;
	background-color:var(--swatch-var-2921)!important;
	padding:0px 20px 0px 0px;
	font-size:0.8rem;
}
.subtitle-kundenportal{
	font-size:0.6rem;
	background-color:var(--swatch-var-6880);
	padding:10px 5px 10px 5px;
	line-height:0px;
	text-align:left;
}
.admin-rahme{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-4062)!important;
	width:23%;
}
.p-bloc-145-style{
	font-size:0.7rem;
}
.kunden-image{
	width:400px;
}
.login-bread:hover{
	background-color:var(--swatch-var-2921);
}
.umschalter{
	margin-left:auto;
	margin-right:auto;
	border-width:1px 1px 1px 1px!important;
	border-style:solid!important;
	border-color:var(--swatch-var-343)!important;
	background-color:var(--swatch-var-2124);
}
.menu-icon-stroke{
	stroke:var(--swatch-var-7873)!important;
	fill:var(--swatch-var-7873)!important;
}
.menu-icon-bloc-0-stroke{
	stroke:var(--swatch-var-343)!important;
	fill:var(--swatch-var-343)!important;
}
.frsturm-nav-logo{
	max-width:130px;
	display:block;
}
.frsturm-nav-logo:hover{
	filter:saturate(200%);
}
.bake-nav-right{
	display:flex;
	flex-direction:row;
	justify-content:flex-end;
	align-items:center;
	margin-left:auto;
	margin-right:auto;
}
.frsturm-button{
	background-color:var(--swatch-var-7873);
	text-transform:uppercase;
	font-size:14px;
	color:#FFFFFF!important;
	font-family:"Poppins-Bold";
	padding:10px 10px 10px 10px;
	margin-left:auto;
	margin-right:auto;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-343)!important;
}
.frsturm-button:hover{
	background-color:var(--swatch-var-7873);
	filter:brightness(1.7);
}
.h2-style{
	font-size:1.4em;
}
.frsturm-footer-logo{
	max-width:128px;
	filter:saturate(200%);
}
.mini-blog-flex-columns{
	flex-wrap:wrap;
	justify-content:space-between;
}
.mini-blog-date{
	font-size:0.8em;
	color:var(--swatch-var-7552)!important;
}
.mini-blog-half{
	max-width:100%;
}
.mini-blog-newsletter-box{
	border-width:1px 1px 1px 1px;
	border-style:solid;
	border-color:var(--swatch-var-6558)!important;
	padding:20px 20px 20px 20px;
	text-align:center;
	background:linear-gradient(128deg, var(--swatch-var-1338) 0%, var(--swatch-var-6558) 100%);
}
.mini-cta-mail-field{
	height:40px;
	border-radius:0px 0px 0px 0px;
	padding-left:20px;
	border-width:1px 1px 1px 1px;
	border-style:solid;
}
.mini-cta-button{
	height:50px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:1rem;
}
.mini-blog-post-flex{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.mini-blog-post-title{
	font-size:3em;
}
.mini-blog-quote{
	border-color:var(--swatch-var-5803)!important;
}
li{
	margin-bottom:10px;
}
.mini-team-side-image{
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:flex-start;
}
.mini-team-text-left{
	max-width:300px;
}
.link-style{
	width:52px;
	font-weight:bold;
}
.rahmen-image-alliance{
	border-width:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-3534)!important;
}
.link-sheridan-style{
	font-weight:bold;
}
.link-new-york-style{
	font-weight:bold;
}
.link-amsterdam-style{
	font-weight:bold;
}
.link-mailand-style{
	font-weight:bold;
}
.link-zürich-style{
	font-weight:bold;
}
.link-paris-style{
	font-weight:bold;
}
.link-münchen-style{
	font-weight:bold;
}
.link-hamburg-style{
	font-weight:bold;
}
.link-berlin-style{
	font-weight:bold;
}
.p-bloc-61-style{
	line-height:2rem;
}
.passwort-anfrage{
	width:50%;
}
.paswoort{
	align-items:center;
	justify-content:flex-end;
	align-content:flex-end;
	align-self:center;
	justify-self:center;
}
.text-form{
	color:var(--swatch-var-5633)!important;
}
.vergessen{
	border-width:0px!important 0px!important 0px!important 0px!important;
	border-color:var(--swatch-var-3958)!important;
	border-radius:0px 0px 0px 0px!important;
}
.background-form{
	background-color:var(--swatch-var-5830)!important;
	border-width:0px 0px 0px 0px!important;
}
.ref-increase{
	color:var(--swatch-var-3534)!important;
}
.ref-decrease{
	color:var(--swatch-var-3534)!important;
}
.number{
	color:var(--swatch-var-3534)!important;
}
.ref-quantity-widget{
	color:var(--swatch-var-3534)!important;
}
col text-start{
	color:var(--swatch-var-3534)!important;
}
.ref-product-info{
	color:var(--swatch-var-3534)!important;
}
.ref-heading{
	color:var(--swatch-var-3534)!important;
}
.ref-th{
	color:var(--swatch-var-3534)!important;
}
.ref-subtotal{
	color:var(--swatch-var-3534)!important;
}
.ref-price-col{
	color:var(--swatch-var-3534)!important;
}
.ref-total-col{
	color:var(--swatch-var-3534)!important;
}
.card{
	background-color:var(--swatch-var-5633);
}
b{
	color:var(--swatch-var-3534)!important;
}
.active:active{
	background-color:var(--swatch-var-5633);
}
.button-kaufen{
	border-width:0px 0px 0px 0px;
}
.login{
	flex-direction:row;
}
.button-mini{
	background-color:var(--swatch-var-5408)!important;
	border-radius:0px 0px 0px 0px!important;
	color:var(--swatch-var-5830)!important;
	margin:0px 0px 0px 0px;
	padding:1px 1px 1px 1px;
}
.black{
	color:var(--swatch-var-5830)!important;
}
.black:hover{
	color:var(--swatch-var-5830)!important;
}
.background-white{
	color:var(--swatch-var-3958)!important;
}
.svg-icon-fill{
	fill:var(--swatch-var-5408)!important;
	width:40px!important;
	margin-top:5px!important;
}
.menu-bars{
	margin-top:auto!important;
	margin-bottom:auto!important;
}
.form-control:focus:hover{
	background-color:var(--swatch-var-6880);
}
.form-control:focus:active{
	background-color:var(--swatch-var-6880);
}
.abstand-acces{
	row-gap:20px;
	column-gap:50px;
}
.field-style{
	width:100%;
}
.password-back{
	padding:10px 10px 10px 10px;
	border-radius:0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	min-width:250px;
	max-width:400px;
}
.reset-password{
	background-color:var(--swatch-var-5408);
	text-transform:uppercase;
	text-align:center;
	color:var(--swatch-var-5633)!important;
	font-weight:bold;
	font-family:"Poppins-SemiBold";
	padding-top:7px;
	padding-bottom:7px;
	width:100%!important;
	min-width:100%!important;
	border-width:0px 0px 0px 0px;
}
.reset-password:hover{
	background-color:var(--swatch-var-2921);
	color:var(--swatch-var-3958)!important;
	border-width:0px 0px 0px 0px;
}
.h1-style{
	font-size:0.9rem;
}
.kunden-account-icon{
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:auto;
	align-items:center;
	margin-top:100px!important;
}
.account-icon{
	fill:var(--swatch-var-1028);
	width:60px;
}
.text-breiter{
	color:var(--swatch-var-3534)!important;
	line-height:40px;
	word-spacing:2px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-3534:rgba(255,255,255,1.00);
	
	--swatch-var-3958:rgba(255,255,255,1.00);
	
	--swatch-var-7552:rgba(255,255,255,1.00);
	
	--swatch-var-4062:rgba(121,121,121,1.00);
	
	--swatch-var-6880:rgba(24,24,24,1.00);
	
	--swatch-var-5830:rgba(12,12,12,1.00);
	
	--swatch-var-1338:#FFC900;
	
	--swatch-var-6558:rgba(255,133,0,1.00);
	
	--swatch-var-7543:rgba(255,255,255,1.00);
	
	--swatch-var-5633:rgba(20,20,20,1.00);
	
	--swatch-var-1822:rgba(40,167,69,1.00);
	
	--swatch-var-4737:rgba(255,193,7,1.00);
	
	--swatch-var-6706:rgba(220,53,0,0.06);
	
	--swatch-var-1677:rgba(255,112,0,1.00);
	
	--swatch-var-3860:rgba(56,56,56,1.00);
	
	--swatch-var-7836:rgba(77,254,219,1.00);
	
	--swatch-var-1057:rgba(209,3,209,1.00);
	
	--swatch-var-7343:#000000;
	
	--swatch-var-1438:rgba(209,3,209,0.50);
	
	--swatch-var-4593:rgba(255,255,255,0.5);
	
	--swatch-var-2614:rgba(23,10,3,1.00);
	
	--swatch-var-1869:rgba(0,0,0,0.7);
	
	--swatch-var-5974:rgba(255,255,255,1.00);
	
	--swatch-var-3055:rgba(0,0,0,0.55);
	
	--swatch-var-2921:rgba(174,30,44,1.00);
	
	--swatch-var-2217:rgba(220,220,220,0.35);
	
	--swatch-var-3131:#F1ECE7;
	
	--swatch-var-5803:#101010;
	
	--swatch-var-4497:rgba(255,255,255,1.00);
	
	--swatch-var-5408:#F86C37;
	
	--swatch-var-3532:#EE9913;
	
	--swatch-var-1028:rgba(145,145,145,1.00);
	
	--swatch-var-2079:#111111;
	
	--swatch-var-7235:#27AE60;
	
	--swatch-var-7070:#E74C3C;
	
	--swatch-var-4525:#012479;
	
	--swatch-var-5490:#55ACEE;
	
	--swatch-var-3201:#BD2026;
	
	--swatch-var-3151:#2E8CD7;
	
	--swatch-var-5466:#1A7576;
	
	--swatch-var-4696:#00E676;
	
	--swatch-var-1024:#808080;
	
	--swatch-var-343:#FBFBFB;
	
	--swatch-var-2124:#424242;
	
	--swatch-var-4386:#212121;
	
	--swatch-var-3267:#F9F9F9;
	
	--swatch-var-7873:#623D35;
	
	--swatch-var-3299:rgba(198,198,198,1.00);
	
	--swatch-var-5999:rgba(186,182,182,1.00);
	
}


/* Background colour styles */

.bgc-5830{
	background-color:var(--swatch-var-5830);
}
.bgc-3534{
	background-color:var(--swatch-var-3534);
}
.bgc-5633{
	background-color:var(--swatch-var-5633);
}
.bgc-3534{
	background-color:var(--swatch-var-3534);
}
.bgc-3958{
	background-color:var(--swatch-var-3958);
}
.bgc-6880{
	background-color:var(--swatch-var-6880);
}

/* Text colour styles */

.tc-4062{
	color:var(--swatch-var-4062)!important;
}
.tc-6558{
	color:var(--swatch-var-6558)!important;
}
.tc-3534{
	color:var(--swatch-var-3534)!important;
}
.tc-1028{
	color:var(--swatch-var-1028)!important;
}
.tc-5803{
	color:var(--swatch-var-5803)!important;
}
.tc-5830{
	color:var(--swatch-var-5830)!important;
}
.tc-3131{
	color:var(--swatch-var-3131)!important;
}
.tc-3958{
	color:var(--swatch-var-3958)!important;
}
.tc-7552{
	color:var(--swatch-var-7552)!important;
}
.tc-6880{
	color:var(--swatch-var-6880)!important;
}

/* Link colour styles */

.ltc-5803{
	color:var(--swatch-var-5803)!important;
}
.ltc-5803:hover{
	color:#000000!important;
}

/* Bloc image backgrounds */

.bg-3d-render-abstract-polygonal-space-low-poly-dark-background-with-connecting-dots-lines-connection-structure{
	background-image:url("img/3d-render-abstract-polygonal-space-low-poly-dark-background-with-connecting-dots-lines-connection-structure.jpg");
	background-image: -webkit-image-set(url("img/3d-render-abstract-polygonal-space-low-poly-dark-background-with-connecting-dots-lines-connection-structure.webp") 1x,
url("img/3d-render-abstract-polygonal-space-low-poly-dark-background-with-connecting-dots-lines-connection-structure.webp") 2x);background-image: image-set(url("img/3d-render-abstract-polygonal-space-low-poly-dark-background-with-connecting-dots-lines-connection-structure.jpg") 1x,
url("img/3d-render-abstract-polygonal-space-low-poly-dark-background-with-connecting-dots-lines-connection-structure.jpg") 2x,url("img/3d-render-abstract-polygonal-space-low-poly-dark-background-with-connecting-dots-lines-connection-structure.webp") 1x,
url("img/3d-render-abstract-polygonal-space-low-poly-dark-background-with-connecting-dots-lines-connection-structure.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.blocsapp-flexi-filter-container{
	  display: grid;
	  grid-template-columns: 1fr;
	  align-items: center;
	  column-gap: .5rem;
	  width: 100%;
	  container-type: inline-size;
	  transition: all .2s ease-out;
}
.blocsapp-flexi-filter{
		position: relative;
		display: flex;
	  align-items: center;
	  align-self: flex-start;
}
.blocsapp-flexi-filter svg{
		width:20px;
		margin-left:9px;
		position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
}
.blocsapp-flexi-filter.icon-r svg{
	right:15px;
}
.blocsapp-flexi-filter:not(.icon-r):has(svg) input {
	padding-left: 36px;
}
.blocsapp-flexi-filter.icon-r:has(svg) input {
	padding-right: 36px;
}
[data-bs-theme="dark"] .blocsapp-flexi-filter svg{
	fill:rgba(255,255,255,0.8);
}
.flexi-tag{
		font-size: 12px;
		font-weight: 600;
	  cursor: pointer;
	  color:#000;
	  background: rgba(0,0,0,0.1);
	  border:none;
	  border-radius: 6px;
	  padding:5px 10px;
		margin: 10px 5px;
		transform: scale(1);
		transition: all .3s ease-out;
}
.flexi-tag-active{
	  background: black;
	  transition: all .2s ease-out;
	  color: #fff!important;
}
.flexi-tag-active{
	transform: scale(1.1);
}
[data-bs-theme="dark"] .flexi-tag{
	color:#fff;
	background: rgba(255,255,255,0.2);
}
[data-bs-theme="dark"] .flexi-tag-active{
	background: white;
	color: black!important;
}
.flexi-inline-layout{
	grid-template-columns: minmax(50%, 1fr) auto;
}
.flexi-inline-layout:not(:has(> :first-child.blocsapp-flexi-filter)){
	grid-template-columns: auto minmax(300px, 1fr);
}
.flex-mini-mode .blocsapp-flexi-filter,.flexi-inline-layout .blocsapp-flexi-filter{
	margin-top:5px;
}
.flex-mini-mode{
	grid-template-columns: minmax(38px, 38px) auto;
	transition: all .2s ease-out;
}
.flex-mini-mode:not(:has(> :first-child.blocsapp-flexi-filter)){
	grid-template-columns: auto minmax(38px, 38px);
}
.flex-mini-mode input{
	padding:6px!important;
	pointer-events:none;
	color:transparent;
}
.flex-mini-mode .icon-r svg{
	right:initial;
}
.flex-mini-mode input::placeholder {
	color: transparent;
}
.flex-mini-mode input::-webkit-input-placeholder {
	color: transparent;
}
.flex-mini-mode input::-moz-placeholder {
	color: transparent;
}
.flex-mini-mode input:-ms-input-placeholder {
	color: transparent;
}
.flexi-inline-layout.flex-mini-mode input::-ms-input-placeholder {
	color: transparent;
}
.flex-hide-input .blocsapp-flexi-filter{
	display:none;
}
.flex-align-c{
	text-align: center;
	justify-content: center;
}
.flex-align-r{
	justify-content: right;
	text-align: right;
}
.flexi-tag-cloud{
		padding: 0 20px;
		margin-top:10px;
		text-wrap: nowrap;
		overflow: scroll;
		max-height:60px;
	  	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: 100% 100%;
		mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
		mask-repeat: no-repeat;
		mask-size: 100% 100%;
		-ms-overflow-style: none;
}
.flexi-tag-cloud:not(.show-scrollbars){
	scrollbar-width: none;
}
.flex-mini-mode .flexi-tag-cloud{
	margin-top:0px;
	display: flex;
}
.flexi-tag-cloud:not(.show-scrollbars)::-webkit-scrollbar {
	display: none;
}
.flexi-inline-layout .flexi-tag-cloud{
	margin-top:0px;
	display: flex;
}
.flexi-inline-layout .flexi-tag-cloud button:first-child {
	margin-left: 0;
}
.flexi-inline-layout .flexi-tag-cloud button:last-child {
	margin-right: 0;
}
.blocs-filter-mute{
	opacity: 0.2;
	transition: opacity .2s ease;
}
.blocs-filter-fade,.blocs-filter-shrink{
	opacity:0;
	width:0;
	padding: 0!important;
}
.blocs-filter-fade{
	transition: opacity .2s ease, width .2s ease .2s,padding .2s ease .2s;
}
.blocs-filter-shrink{
	transform: scale(0.0);
	transition: transform .3s ease, opacity .3s ease, width .2s ease .3s,padding .2s ease .3s;
}
img.blocs-filter-fade{
	width:initial;
	max-width:0;
	transition: opacity .3s ease, max-width .2s ease .3s,padding .2s ease .3s;
}
img.blocs-filter-shrink{
	width:initial;
	max-width:0;
	transition: transform .3s ease, opacity .3s ease, max-width .2s ease .3s,padding .2s ease .3s;
}
.blocs-filter-fade-horizontal,.blocs-filter-shrink-horizontal{
	height:0!important;
	overflow: hidden;
	opacity:0;
}
.blocs-filter-fade-horizontal{
	transition: opacity .3s ease, height .2s ease .3s;
}
.blocs-filter-shrink-horizontal{
	transform: scale(0.0);
	transition: transform .3s ease, opacity .3s ease, height .2s ease .3s;
}
.bloc.blocs-filter-fade{
	opacity:0;
	width:0;
	height:0;
	padding: 0;
	transition: opacity .3s ease, width .2s ease .3s,height .2s ease .3s,padding .2s ease .3s;
}
.bloc.blocs-filter-shrink{
	transform: scale(0.0);
	opacity:0;
	width:0;
	height:0;
	padding: 0;
	transition: transform .3s ease, opacity .3s ease, width .2s ease .3s,height .2s ease .3s,padding .2s ease .3s;
}
.blocs-filter-blur{
	filter: blur(3px);
	opacity: 0.45;
	pointer-events: none;
	transition: filter .2s ease, opacity .2s ease;
}
.flexi-inline-layout{
	transition: all .2s ease-out;
}
.flexi-empty-cloud.blocsapp-flexi-filter-container{
	column-gap: 0;
}
.flexi-empty-cloud .flexi-tag-cloud{
	display: none;
}
@media (hover: hover) and (pointer: fine) {
	  .flexi-tag:hover{
	background: black;
	transition: all .2s ease-out;
	color: #fff!important;
}
	[data-bs-theme="dark"] .flexi-tag:hover{
	background: white;
	color: black!important;
}
}
/* = Additional CSS
-------------------------------------------------------------- */
.transition {transition:all 0.5s ease-in-out;}
.transition-fast {transition:all 0.28s ease-in-out;}
.veluno-project-link {transition:all 0.28s ease-in-out;}
.veluno-navigation-link {transition:all 0.28s ease-in-out;}
a {transition:all 0.28s ease-in-out;}
.veluno-service-div {transition:all 0.5s ease-in-out;}
.faq-10-button {color:red!important; transform: rotate(45deg);}
.faq-arrow {transform: rotate(180deg);}
.veluno-news-card {transition:all 0.28s ease-in-out;}
.veluno-nav-flex::-webkit-scrollbar {display: none;}
.veluno-nav-flex {
  -ms-overflow-style: none;
  scrollbar-width: none;}


.modal {
  padding-top: 200px;
--bs-modal-padding: 0rem;
}






.volt-content-editor-start {
    outline: 0px solid #d4edda !important;

}

.ct-widget.ct-ignition {
    left: 16px;
    position: fixed;
    bottom: 50px !important;
    top: auto !important; 

}

.ct-widget .ct-ignition__button {
    border-radius: 0px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 20px !important;
    width: 30px !important;
   }
   
.ct-widget .ct-ignition__button--logout {
    left: 45px !important;
}


.volt-content-editor-start::before {
    display: none;
}







/* === Dark Theme: schwarz/weiß für den Abschnitt === */
#bloc-186 {
  background: #000;
  color: #fff;
}

/* Reflow-Hauptcontainer */
#bloc-186 .reflow-shopping-cart {
  background: #000;
  color: #fff;
}

/* Karten/Boxen im Checkout/Cart */
#bloc-186 .ref-cart,
#bloc-186 .ref-checkout,
#bloc-186 .ref-checkout-summary,
#bloc-186 .ref-footer,
#bloc-186 .ref-delivery-card,
#bloc-186 .ref-tab-content {
  background: #111;
  color: #fff;
  border: 1px solid #222;
}

/* Überschriften & Sekundärtexte */
#bloc-186 .ref-heading,
#bloc-186 .ref-heading-small { color: #fff; }
#bloc-186 .ref-total-note,
#bloc-186 .ref-product-secondary,
#bloc-186 .ref-summary-total { color: #bbb; }

/* Tabellen-/Zeilenränder & Divider */
#bloc-186 .ref-th,
#bloc-186 .ref-row,
#bloc-186 hr {
  border-color: #333 !important;
  color: #fff;
}

/* Formulare */
#bloc-186 .ref-form-control,
#bloc-186 input[type="text"],
#bloc-186 input[type="email"],
#bloc-186 input[type="tel"],
#bloc-186 input[type="number"],
#bloc-186 input[type="file"],
#bloc-186 select,
#bloc-186 textarea {
  background: #111;
  color: #fff;
  border: 1px solid #333;
}
#bloc-186 ::placeholder { color: #aaa; }

/* Fehlermeldungen */
#bloc-186 .ref-validation-error { color: #fff; }

/* Buttons */
#bloc-186 .ref-button,
#bloc-186 .ref-payment-button,
#bloc-186 .ref-standard-checkout-button {
  background: #222;
  color: #fff;
  border: 1px solid #333;
}
#bloc-186 .ref-button:hover,
#bloc-186 .ref-payment-button:hover,
#bloc-186 .ref-standard-checkout-button:hover {
  background: #333;
  color: #fff;
}

/* Links/“Primary”-Texte (einheitlich weiß) */
#bloc-186 a,
#bloc-186 .text-primary,
#bloc-186 .ref-tax-file-dl,
#bloc-186 .ref-profile-info,
#bloc-186 .ref-register {
  color: #fff;
  text-decoration: none;
}
#bloc-186 a:hover,
#bloc-186 .ref-tax-file-dl:hover,
#bloc-186 .ref-register:hover { text-decoration: underline; }

/* Menge-Widget & Eingabehalter */
#bloc-186 .ref-quantity-widget,
#bloc-186 .ref-discount-code-input-holder {
  background: #111;
  border: 1px solid #333;
}

/* SVG-Icons nutzen currentColor → hier hellgrau/weiß */
#bloc-186 .ref-product-remove { color: #bbb; }
#bloc-186 .ref-product-remove:hover { color: #fff; }

/* Focus-States sichtbar auf Schwarz */
#bloc-186 .ref-form-control:focus,
#bloc-186 select:focus,
#bloc-186 textarea:focus,
#bloc-186 .ref-button:focus {
  outline: 2px dashed #aaa;
  outline-offset: 2px;
}

/* Dropdown-Optionen (so gut es geht plattformübergreifend) */
#bloc-186 select option {
  background: #000;
  color: #fff;
}








/* Accesibility Enhancements */
a:focus-visible,button:focus-visible{outline: 4px solid rgba(13, 110, 253, 0.60)!important;outline-offset: 2px;box-shadow:none!important;}


/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = 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){
	.veluno-sidebar{
	}
	.veluno-nav-flex{
	}
	.veluno-logo{
		font-size:1.3em;
	}
	.veluno-category{
		margin-left:14px;
		color:var(--swatch-var-5505)!important;
	}
	.veluno-logo-div{
	}
	.veluno-image{
	}
	.veluno-mobile-logo{
	}
	h1{
		font-size:3em;
	}
	.veluno-logo-p{
		padding-top:10px;
	}
	h2{
		font-size:1.688rem;
	}
	.ç{
	}
	.veluno-service-div{
		margin-bottom:28px;
	}
	.bloc-padding{
		padding-left:0px;
	}
	.veluno-emoji-icon{
		font-size:70px;
	}
	.veluno-table{
		max-width:500px;
	}
	.veluno-table-comment{
		font-size:15px;
	}
	.veluno-table-header{
		font-size:25px;
	}
	.veluno-training-column{
		margin-top:40px;
		margin-bottom:40px;
	}
	.veluno-news-card{
		padding:35px 35px 30px 35px;
	}
	h4{
		font-size:1rem;
	}
	.small-p{
		font-size:0.85em;
	}
	.sidebar-project-div{
	}
	.veluno-news-card-title{
		font-size:1.4em;
	}
	h3{
		font-size:1rem;
	}
	.grid-bloc-2-style{
		grid-template-rows:auto auto ;
	}
	.titel-text-veluno{
		font-size:50px;
	}
	.home-transforming{
		font-size:40px;
	}
	.home-theworld{
		font-size:40px;
	}
	.img-bloc-27-style{
		width:400px;
	}
	.produkte-box{
		padding-left:35px;
		padding-right:35px;
	}
	.lesitung-wertung-box{
		margin-top:20px;
		width:100%;
	}
	.leistungs-blog{
		justify-content:center;
	}
	.button-landing{
		font-size:30px;
	}
	.button-landing:hover{
		font-size:30px;
	}
	.projekte-button{
		border-width:1px 1px 1px 1px;
		border-style:dotted;
		font-size:1em;
		border-radius:5px 5px 5px 5px;
	}
	.gradient-title{
		font-size:25px;
	}
	.img-bloc-79-style{
		height:40px;
		width:40px;
	}
	.img-226-style{
		width:40px;
		height:40px;
	}
	.img-227-style{
		width:40px;
		height:40px;
	}
	.home-div{
	}
	.grid-bloc-18-style{
		grid-template-columns:1fr 1fr ;
	}
	.grid-bloc-33-style{
		grid-template-columns:1fr 1fr ;
	}
	.template-details-div{
	}
	.preis-spalte{
	}
	.grid-bloc-27-style{
		grid-template-columns:fr;
	}
	.grid-beschreibung{
		grid-template-columns:1fr 1fr;
		align-items:stretch;
	}
	.ratgeber-klein-h{
		font-size:15px;
	}
	.blocs-card-width{
		width:50%;
	}
	.svg-icon-40189-fill{
		width:60px!important;
	}
	.icon-size{
		width:60px!important;
	}
	.button-produkt{
		margin-top:10px;
	}
	.divider-bloc-4-style{
		width:10%;
	}
	.divider-0-bloc-4-style{
		width:10%;
	}
	.divider-30118-style{
		width:10%;
	}
	.divider-49281-style{
		width:10%;
	}
	.svg-icon-0-bloc-4-fill{
		width:30px!important;
	}
	.grid-bloc-9-style{
		grid-template-columns:1fr 1fr;
	}
	.grid-bloc-6-style{
		grid-template-columns:1fr;
		column-gap:5px;
		row-gap:5px;
	}
	.unsere{
		min-height:340px;
	}
	.img-veluno-logo-2-style{
		width:50px;
	}
	.container-div-min-height{
	}
	.bild-produkt{
	}
	.img-343-style{
		width:50px;
	}
	.img-330-style{
		width:50px;
	}
	.img-309-style{
		width:50px;
	}
	.divider-background-color{
		width:100%;
	}
	.icon-home-spring{
		padding-top:100px;
	}
	h5{
		font-size:1rem;
	}
	h6{
		font-size:1rem;
	}
	p{
		font-size:0.75rem;
	}
	label{
		font-size:0.875rem;
	}
	a{
		font-size:0.75rem;
	}
	.navbar-nav li a{
		font-size:0.875rem;
	}
	.navbar-brand{
		font-size:0.875rem;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	}
	.grid-bloc-88-style{
		grid-template-columns:1fr;
	}
	.grey-button{
	}
	.mini-large-p{
		font-size:1.2em;
	}
	.global-radius{
	}
	.h2-bloc-21-style{
		font-size:1.4rem;
	}
	.h2-14-style{
		font-size:2rem;
	}
	.grid-bloc-13-style{
		grid-template-columns:1fr 1fr;
	}
	.h3-bloc-7-style{
		font-size:1.1rem;
	}
	.grid-0-bloc-6-style{
	}
	.grid-bloc-5-style{
		grid-template-columns:1fr 1fr;
		column-gap:50px;
		row-gap:50px;
	}
	.mini-half-screen-content{
		margin-top:50px;
		margin-bottom:50px;
	}
	.mini-product-card{
		padding:14px 14px 14px 14px;
	}
	.mini-divider-style{
		height:50px;
	}
	.mini-feature-variant-cards{
	}
	.mini-feature-variant-card{
		height:150px;
	}
	.mini-faq-18-box{
		width:100%;
	}
	.mini-product-name{
		font-size:2.7em;
	}
	.mini-product-price{
		font-size:1.9em;
	}
	.divider-style{
	}
	.mini-feature-colors{
	}
	.mini-feature-color-1{
		min-width:128px;
		max-width:128px;
		min-height:128px;
		max-height:128px;
	}
	.mini-feature-color-2{
		min-width:128px;
		min-height:128px;
		max-width:128px;
		max-height:128px;
		top:24%;
	}
	.mini-feature-color-3{
		min-width:128px;
		max-width:128px;
		min-height:128px;
		max-height:128px;
		top:45%;
		left:20%;
	}
	.mini-review-box-half{
		padding-left:2%;
		padding-right:2%;
	}
	.mini-review-logo{
		max-width:128px;
	}
	.mini-timeline-icon{
		padding-top:10px;
	}
	.mini-timeline-box{
		padding:20px 20px 20px 20px;
	}
	.movie-poster{
		border-radius:15px 15px 15px 15px;
	}
	.mini-product-box{
		max-width:1000px;
	}
	.mini-product-faq{
		max-width:1000px;
	}
	.rand-abstand2{
		padding-left:1rem!important;
		padding-right:0rem!important;
	}
	.spalte-breite-vier{
		width:46%;
	}
	.spalten-breite-drei{
		width:46%;
	}
	.spalte-breite-zwei{
		width:46%;
	}
	.bloc{
		padding-left:2rem;
		padding-right:2rem;
	}
	.feature-image{
	}
	.feature-spalte{
		width:48%;
		flex-direction:column;
		justify-content:space-between;
	}
	.feature{
		row-gap:30px;
	}
	.mini-sample-logo{
	}
	.mini-small-link{
		margin-right:0px;
		margin-left:0px;
	}
	.img-veluno-mobi-style{
		margin-bottom:10px;
	}
	.p-leistung-home{
		text-align:left;
		width:180px;
	}
	.bold{
		text-align:left;
	}
	.home-grid4{
		grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.frsturm-nav-logo{
		max-width:80px;
	}
	.bake-cards-column{
		text-align:right;
	}
	.mini-blog-half{
		max-width:100%;
	}
	.mini-blog-newsletter-box{
		padding:20px 20px 20px 20px;
	}
	.mini-blog-post-title{
		font-size:2.6em;
	}
	.img-flag-140098-style{
		width:30px;
	}
	.svg-icon-fill{
		width:30px!important;
	}
	.h1-style{
		font-size:0.75em;
	}
	
	/* MD Row Margin Offsets */
	.voffset-lg-md{
		margin-top:80px;
	}
	
}

@media (max-width: 767px){
	.veluno-logo{
	}
	.offcanvas-start{
	}
	.veluno-sidebar{
	}
	p{
		font-size:0.875rem;
	}
	.veluno-logo-p{
	}
	h2{
		font-size:1.688rem;
	}
	.veluno-news-card{
		margin-top:28px;
		margin-bottom:28px;
		padding:30px 30px 25px 30px;
	}
	.veluno-service-div{
		width:100%;
		padding:15px 15px 15px 15px;
	}
	.veluno-emoji-icon{
		font-size:60px;
	}
	.veluno-table{
		max-width:100%;
	}
	.veluno-table-comment{
		font-size:13px;
	}
	.veluno-table-header{
		font-size:18px;
	}
	h1{
		font-size:3em;
	}
	.veluno-training-column{
		margin-bottom:30px;
		margin-top:30px;
	}
	.service-pricie{
		margin-left:0px;
		margin-top:5px;
		margin-bottom:5px;
	}
	h4{
		font-size:1rem;
	}
	.sidebar-course-module{
		padding:20px 20px 20px 20px;
	}
	h5{
		font-size:1rem;
	}
	.template-price{
		font-size:0.9em;
	}
	.card-footer{
		padding:14px 14px 14px 14px;
	}
	.veluno-image{
		max-width:40px;
	}
	.sidebar-project-div{
		height:400px;
	}
	.home-div{
		padding-left:20px;
		padding-right:20px;
	}
	.veluno-news-card-title{
		font-size:1.3em;
	}
	h3{
		font-size:1rem;
	}
	.img-1-style{
		width:40px;
		height:40px;
	}
	.container-div-style{
		width:100%;
	}
	.grid-bloc-2-style{
		grid-template-rows:auto;
		grid-template-columns:1fr 1fr 1fr 1fr 1fr ;
	}
	.titel-text-veluno{
		font-size:50px;
	}
	.home-transforming{
		font-size:40px;
	}
	.home-theworld{
		font-size:40px;
	}
	.gradient-title{
		font-size:25px;
	}
	.produkte-box{
		padding-left:30px;
		padding-right:30px;
	}
	.button-landing{
		font-size:20px;
	}
	.button-landing:hover{
		font-size:20px;
	}
	.svg-icon-bloc-18-style{
		width:100px!important;
	}
	.small-p{
		font-size:0.7em;
	}
	.projekte-button{
		padding:2px 5px 2px 5px;
		font-size:0.8em;
		border-radius:5px 5px 5px 5px;
		border-width:1px 1px 1px 1px;
		border-style:dotted;
	}
	.sidebar-div{
		border-radius:5px 5px 5px 5px;
		box-shadow:0.00px -0.00px 2px #FFFFFF;
	}
	.bewertung-box{
		height:360px;
	}
	.grid-bloc-33-style{
		grid-template-columns:1fr 1fr ;
	}
	.footer-line{
		font-size:20px;
	}
	.grid-beschreibung{
		grid-template-columns:1fr;
	}
	.blocs-card-width{
		width:50%;
	}
	.icon-size{
		width:50px!important;
	}
	.svg-icon-40189-fill{
		width:50px!important;
	}
	.veluno-anders{
		max-width:630px;
	}
	.unsere{
		min-height:425px;
	}
	.img-bloc-27-style{
		width:400px;
	}
	.grid-bloc-88-style{
		grid-template-columns:1fr;
	}
	h6{
		font-size:1rem;
	}
	label{
		font-size:0.875rem;
	}
	a{
		font-size:0.875rem;
	}
	.navbar-nav li a{
		font-size:0.875rem;
	}
	.navbar-brand{
		font-size:0.875rem;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
		font-size:0.875rem;
	}
	.grid-44375-style{
		grid-template-columns:1fr;
	}
	.grid-preis{
		grid-template-columns:1fr;
		row-gap:20px;
	}
	.sprache{
		grid-template-columns:0.25fr 0.25fr;
		justify-items:start;
	}
	.mini-full-width{
	}
	.sebastian-bloc{
		max-width:10000px;
	}
	.h2-14-style{
		font-size:1.875rem;
	}
	.h2-bloc-21-style{
		font-size:1rem;
	}
	.grid-0-bloc-6-style{
		column-gap:10px;
		row-gap:10px;
	}
	.feature-rechts{
		max-width:180px;
		margin-left:auto;
	}
	.feature-links{
		max-width:200px;
		margin-right:auto;
	}
	.mini-half-screen-content{
		margin-top:80px;
		margin-bottom:80px;
	}
	.mini-small-p{
	}
	.mini-divider-style{
		height:70px;
	}
	.mini-faq-question-title{
		font-size:1.1em;
	}
	.mini-product-name{
		font-size:2.4em;
	}
	.mini-product-box{
		padding:20px 20px 14px 20px;
		max-width:1900px;
	}
	.mini-product-price{
		font-size:1.8em;
	}
	.mini-form-25{
		max-width:100%;
	}
	.mini-form-step-div{
	}
	.mini-radio-section{
		width:100%;
	}
	.mini-feature-color-1{
		left:10%;
	}
	.mini-feature-color-2{
		right:10%;
	}
	.mini-feature-color-3{
		left:28%;
		top:47%;
	}
	.mini-review-box-half{
		width:100%;
	}
	.mini-review-logo{
		max-width:120px;
	}
	.mini-timeline-icon{
		padding-top:7px;
		padding-bottom:6px;
	}
	.p-1065-style{
		width:100%;
	}
	.movie-poster{
		border-radius:10px 10px 10px 10px;
	}
	.mini-product-faq{
		max-width:1000px;
	}
	.website-vorlagen{
		padding-bottom:0px;
	}
	.spalten-breite-drei{
		width:45%;
	}
	.spalte-breite-zwei{
		width:45%;
	}
	.bloc{
		padding-left:1rem;
		padding-right:1rem;
	}
	.mini-footer-2-links{
		flex-direction:column;
		align-items:flex-start;
	}
	.mini-small-link{
		margin-right:0px;
	}
	.img-logo-kunden-style{
		width:50%;
	}
	.img-veluno-mobi-style{
		margin-bottom:10px;
	}
	.p-leistung-home{
		width:140px;
	}
	.home-grid4{
		grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.frsturm-nav-logo{
		margin-right:auto;
		margin-left:0px;
		max-width:60px;
	}
	.mini-blog-half{
		max-width:48%;
	}
	.mini-blog-post-title{
		font-size:2.3em;
	}
	.svg-icon-contact-1-style{
		width:20px!important;
	}
	.svg-icon-fill{
		width:25px!important;
	}
	
	/* Small Row Margin Offsets */
	.voffset-lg-sm{
		margin-top:80px;
	}
	
}

@media (max-width: 575px){
	.veluno-logo{
	}
	.veluno-mobile-logo{
	}
	p{
		font-size:0.8rem;
	}
	h1{
		font-size:1.0rem;
	}
	.veluno-sidebar{
	}
	h2{
		font-size:1.1rem;
	}
	.veluno-news-card{
		padding:20px 20px 17px 20px;
	}
	.veluno-service-div{
		padding:20px 20px 20px 20px;
	}
	.veluno-color-check{
	}
	.veluno-table{
	}
	.veluno-table-comment{
		font-size:13px;
	}
	.veluno-table-header{
		font-size:18px;
	}
	.veluno-training-column{
		margin-top:28px;
		margin-bottom:28px;
	}
	.service-pricie{
		margin-left:0px;
	}
	.veluno-mobile-menu{
	}
	.sidebar-course-module{
		padding:14px 14px 14px 14px;
	}
	h5{
		font-size:1rem;
	}
	.template-price{
	}
	.sidebar-project-div{
		height:200px;
	}
	.home-div{
		padding-left:20px;
		padding-right:20px;
	}
	.faq-10-box{
		padding:18px 14px 10px 14px;
	}
	.sidebar-library-category{
		padding:14px 14px 10px 14px;
	}
	.sidebar-library-img{
	}
	.veluno-news-card-title{
		font-size:1em;
	}
	.template-details-div{
		padding:10px 10px 10px 10px;
	}
	h3{
		font-size:0.8rem;
	}
	.sidebar-contact-form{
		padding:15px 15px 15px 15px;
	}
	.show{
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	}
	.img-bloc-18-style{
		height:100px;
	}
	.img-1-style{
		height:40px;
	}
	.img-bloc-2-style{
		width:56px;
		height:56px;
	}
	.img-58-style{
		width:56px;
	}
	.img-50-style{
		width:56px;
		height:56px;
	}
	.img-51-style{
		width:56px;
		height:56px;
	}
	.img-47-style{
		width:56px;
		height:56px;
	}
	.img-48-style{
		width:56px;
		height:56px;
	}
	.img-57-style{
		width:56px;
		height:56px;
	}
	.grid-bloc-2-style{
		grid-template-columns:1fr 1fr 1fr ;
		grid-template-rows:auto auto auto auto ;
	}
	.offcanvas-start{
	}
	.titel-text-veluno{
		font-size:30px;
	}
	.home-transforming{
		font-size:30px;
	}
	.home-theworld{
		font-size:30px;
	}
	.produkte-box{
		padding-left:20px;
		padding-right:20px;
	}
	.lesitung-wertung-box{
		min-width:5px;
	}
	.ratgeber-list{
		font-size:0.7em;
	}
	.zurueck-button{
		font-size:12px;
	}
	.button-landing{
		font-size:18px;
	}
	.button-landing:hover{
		font-size:18px;
	}
	.button-big{
		padding:10px 20px 10px 20px;
	}
	.stero-reihe{
		row-gap:50px;
	}
	.svg-icon-bloc-119-fill{
		width:100px!important;
	}
	.html-widget-style{
		height:481px;
	}
	.svg-icon-bloc-18-style{
		width:100px!important;
	}
	.gradient-title{
		font-size:1.2rem;
	}
	.small-p{
		font-size:0.6em;
	}
	.projekte-button{
		font-size:0.7em;
	}
	.bewerutung-rahmen{
	}
	.bewertung-box{
		height:300px;
	}
	.grid-bloc-18-style{
		grid-template-columns:1fr;
	}
	.grid-bloc-33-style{
		grid-template-columns:1fr;
	}
	.grid-bloc-27-style{
		grid-template-columns:1fr;
	}
	.blocs-card-width{
		width:100%;
	}
	.svg-icon-40189-fill{
		width:40px!important;
	}
	.icon-size{
		width:40px!important;
	}
	.svg-icon-0-bloc-4-fill{
		width:20px!important;
	}
	.svg-icon-bloc-4-fill{
		width:40px!important;
		height:40px!important;
	}
	.grid-bloc-9-style{
		grid-template-columns:1fr;
	}
	.grid-16786-style{
		grid-template-columns:1fr;
		grid-template-rows:auto auto;
	}
	.veluno-category{
		color:var(--swatch-var-6558)!important;
	}
	.vertragsrahmen{
		border-width:1px 1px 1px 1px;
	}
	.img-veluno-logo-2-style{
		width:40px;
	}
	.grid-preis{
		grid-template-columns:1fr;
		row-gap:35px;
	}
	.container-div-min-height{
	}
	.breadcrumbs{
		font-size:0.5rem;
	}
	.img-footer-style{
		width:60px;
	}
	.img-google-rati-style{
		width:55px;
	}
	.icon-home{
		width:20px;
	}
	.icon-home-spring{
		padding-top:50px;
		padding-bottom:80px;
	}
	.svg-icon-38597-fill{
		width:25px!important;
	}
	.svg-icon-bloc-4-style{
		width:15px!important;
		fill:var(--swatch-var-2921)!important;
	}
	.svg-icon-3156-fill{
		width:15px!important;
	}
	.img-42-style{
		width:30px;
	}
	.grid-0-bloc-4-style{
		min-height:34px;
	}
	.home-bloc{
	}
	.jotform{
		max-width:280px;
	}
	.grey-button{
	}
	h4{
		font-size:0.8rem;
	}
	h6{
		font-size:1rem;
	}
	label{
		font-size:0.875rem;
	}
	a{
		font-size:0.875rem;
	}
	.navbar-nav li a{
		font-size:0.875rem;
	}
	.navbar-brand{
		font-size:0.875rem;
	}
	.svg-icon-0-bloc-4-style{
		width:20px!important;
	}
	.grid-0-bloc-13-style{
		column-gap:15px;
		row-gap:15px;
	}
	.home-grid4{
		justify-items:center;
		column-gap:5px;
		max-width:100%;
		align-items:end;
		grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;
	}
	.modal-breite{
		width:98%;
		margin-left:auto;
		margin-right:auto;
	}
	.sprache{
		grid-template-columns:0.25fr 0.25fr;
		justify-items:start;
	}
	.hoehe{
		min-height:20px;
	}
	.img-google-revi-style{
		width:60px;
	}
	.container{
		max-width:95%;
		width:95%;
	}
	.flag-icon{
		width:35px;
	}
	.home-header{
		align-content:flex-start;
	}
	.bold{
		font-size:0.9rem;
	}
	.mini-large-p{
		font-weight:normal;
		font-size:0.8em;
	}
	.global-radius{
		border-radius:5px 5px 5px 5px;
	}
	.p-footer-style{
		font-size:0.8rem;
	}
	.bloc-divider-b-menu-icon-style{
		height:1px;
		fill:var(--swatch-var-4062);
	}
	.sidebar-div{
		margin-left:0px;
		margin-right:0px;
		margin-bottom:5px;
	}
	.ç{
		padding-right:25px;
		padding-left:20px;
	}
	.unsere{
		min-height:0px;
	}
	.[blocs-element]{
	}
	.bloc-divider-t-style{
		height:5px;
		fill:var(--swatch-var-1677);
	}
	.h1-style{
		font-size:0.75rem;
	}
	.grid-bloc-13-style{
		grid-template-columns:1fr 1fr;
		column-gap:10px;
		row-gap:10px;
	}
	.crwaler-box{
		padding-right:0px;
	}
	.grid-31745-style{
		grid-template-columns:1fr;
	}
	.h2-bloc-21-style{
		font-size:1rem;
	}
	.p-54-style{
		font-size:1rem;
	}
	.mini-product-custom-div{
		height:100%;
	}
	.buy-spalte{
	}
	.link-website-paket-style{
		font-size:1rem;
	}
	.mini-small-p{
		font-size:0.8rem;
	}
	.p-bloc-13-style{
		font-size:1rem;
	}
	.button-produkt{
		font-size:0.7rem;
		margin-top:10px;
	}
	.tool-text{
		font-size:0.8rem;
		line-height:15px;
	}
	.grid-bloc-6-style{
		row-gap:20px;
	}
	.h3-bloc-7-style{
		font-size:1rem;
	}
	.img-bloc-88-style{
		width:150px;
	}
	.card{
	}
	.h3-standard-style{
		font-size:0.8rem;
	}
	.image-paket-home{
		width:50px;
	}
	.p-43-style{
		font-size:1rem;
	}
	.grid-0-bloc-6-style{
		grid-template-columns:1fr 1fr;
		column-gap:10px;
		row-gap:20px;
	}
	.p-bloc-6-style{
		font-size:0.8rem;
	}
	.feature-rechts{
	}
	.feature-links{
	}
	.watch{
	}
	.p-50-style{
		max-width:700px;
	}
	.grid-bloc-8-style{
		column-gap:10px;
		row-gap:10px;
	}
	.grid-bloc-5-style{
		column-gap:20px;
		row-gap:20px;
	}
	.mini-half-screen-content{
		margin-top:60px;
		margin-bottom:60px;
	}
	.rand-abstand2{
		padding-left:0rem!important;
	}
	.mini-full-width{
		border-radius:0px 0px 0px 0px;
		width:100%;
	}
	.website-vorlagen{
		border-top-left-radius:20px;
		padding-bottom:10px;
		margin-left:auto;
		margin-right:auto;
		max-width:100%;
	}
	.link-32124-style{
		font-size:0.8rem;
	}
	.mini-divider-style{
		margin-left:auto;
		margin-right:auto;
		height:65px;
	}
	.mini-faq-18-box{
		padding:18px 14px 10px 14px;
	}
	.mini-product-name{
		font-size:2em;
	}
	.mini-product-box{
		padding:14px 10px 10px 10px;
	}
	.mini-product-price-adv{
		flex-direction:column;
		align-items:flex-start;
	}
	.mini-product-price{
		font-size:1.2em;
	}
	.mini-price-adv{
		border-right-width:0px;
	}
	.mini-form-25{
	}
	.mini-form-step-div{
		padding:14px 14px 14px 14px;
	}
	.divider-style{
		width:72px;
	}
	.mini-radio-section{
		row-gap:5px;
	}
	.mini-form-radio{
	}
	.p-bloc-7-style{
		font-size:0.5rem;
	}
	.p-61-style{
		font-size:0.5rem;
	}
	.mini-feature-colors{
		height:200px;
	}
	.mini-feature-color-1{
		top:0%;
		left:0%;
	}
	.mini-feature-color-2{
		top:14%;
		right:0%;
	}
	.mini-feature-color-3{
		left:20%;
		top:34%;
	}
	.mini-review-box-half{
	}
	.mini-testimonial-div-3{
		justify-content:flex-start;
	}
	.mini-review-border{
		border-left-width:0px;
	}
	.mini-review-logo{
		max-width:110px;
	}
	.p-1065-style{
		width:100%;
	}
	.mini-timeline-icon{
		padding-top:6px;
		padding-bottom:5px;
	}
	.timeline-divider{
		width:3px;
		min-height:280px;
	}
	.mini-blog-category{
		font-size:0.7em;
	}
	.h3-style{
		font-size:1.2rem;
	}
	.box-projekte{
		font-size:0.7rem;
	}
	.mini-product-card{
	}
	.mini-product-card-div{
		margin-bottom:18px;
	}
	.stretched-link{
	}
	.start-tool{
		font-size:0.7rem;
	}
	.bloc-divider-b-13460-fill{
		fill:var(--swatch-var-1677);
		height:5px;
	}
	.icon-footer{
		justify-items:start;
		justify-self:start;
		align-self:start;
	}
	.p-bloc-4-style{
		font-size:1rem;
	}
	.spalte-breite-vier{
		width:48%;
		row-gap:0px;
		column-gap:0px;
	}
	.abstand-boxen-eins{
		row-gap:20px;
		column-gap:0px;
	}
	.spalten-breite-drei{
		width:50%;
	}
	.shop-abstand{
		row-gap:0px;
	}
	.p-bloc-9-style{
		font-size:0.55rem;
	}
	.abstand-boxen-zwei{
		column-gap:0px;
		row-gap:30px;
		margin-top:0px;
	}
	.breite-shop-mobile{
		max-width:115px;
	}
	.login-bread{
		padding:3px 10px 3px 10px;
		font-size:0.7rem;
	}
	.bloc{
		padding-left:1rem;
		padding-right:1rem;
	}
	.mini-timeline-box{
		height:280px;
	}
	.feature-image{
		max-width:90px;
	}
	.feature-spalte{
		width:46%;
	}
	.feature{
		row-gap:20px;
		column-gap:5px;
	}
	.mini-sample-logo{
	}
	.mini-small-link{
	}
	.p-bloc-144-style{
		font-size:1.3rem;
	}
	.p-1661-style{
		font-size:1.3rem;
	}
	.img-logo-kunden-style{
		width:100%;
	}
	.img-veluno-mobi-style{
		width:40px;
		margin-bottom:10px;
	}
	.mini-secondary-btn{
		padding-bottom:3px!important;
		font-size:0.7rem!important;
		text-align:center!important;
		border-width:0px 0px 0px 0px!important;
		padding-top:3px!important;
	}
	.button-mobil{
		width:100%;
	}
	.p-leistung-home{
		width:170px;
	}
	.frsturm-nav-logo{
		max-width:60px;
	}
	.frsturm-button{
		padding:5px 5px 5px 5px;
	}
	.bloc-divider-b-0-fill{
		height:50px;
	}
	.frsturm-footer-logo{
		max-width:80px;
	}
	.bake-cards-column{
		text-align:center;
		margin-bottom:14px;
	}
	.mini-blog-half{
		max-width:100%;
	}
	.mini-cta-mail-field{
		margin-bottom:14px;
	}
	.mini-blog-post-title{
		font-size:1.8em;
	}
	.svg-icon-contact-1-style{
		width:20px!important;
	}
	.svg-icon-fill{
		width:32px!important;
	}
	.button-rand{
		padding:2px 15px 2px 15px;
		font-size:0.7rem;
	}
	.mini-subtitle{
		font-size:1rem;
	}
	.reset-password{
		font-size:0.7rem;
		padding-top:7px;
		padding-bottom:7px;
	}
	.mini-secondary-btn:hover{
	}
	.pasw{
	}
	.account-icon{
		width:30px;
	}
	.kunden-account-icon{
		margin-top:50px!important;
	}
	.grid-style-hgosting{
		row-gap:15px;
		column-gap:15px;
		padding-bottom:20px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-md-xs{
		margin-top:50px;
	}
	
}

