
.facts-row-item {
	flex-grow: 1;
	font-size: 28px;
	font-weight: normal;
	margin: 0px;
	padding: 40px 20px;
	text-align: center;
	text-transform: none;
}

@media (max-width:1024px) {
	.facts-row-item {
		padding: 30px 15px;
	}
}

@media (max-width:767px) {
	.facts-row-item {
		border: 1px solid var(--base-3);
		font-size: 16px;
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 10px;
	}
}

.between-lines-header {
	border-bottom: 1px solid var(--contrast-2);
	margin-bottom: 0px;
	padding: 20px 30px;
}

@media (max-width:1024px) {
	.between-lines-header {
		padding: 15px;
	}
}

@media (max-width:767px) {
	.between-lines-header {
		padding: 10px;
	}
}

.inner-spacing {
	margin-bottom: 0px;
	padding: 30px 0px;
}

@media (max-width:1024px) {
	.inner-spacing {
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

@media (max-width:767px) {
	.inner-spacing {
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.arrow-button {
	align-items: center;
	background-color: #d0d2d6;
	color: #323649;
	column-gap: .5em;
	display: inline-flex;
	padding: 4px;
}

.arrow-button:hover {
	background-color: var(--vps-light-blue);
	color: var(--base-3);
}

.spacer01 {
	height: 40px;
}

@media (max-width:1024px) {
	.spacer01 {
		height: 30px;
	}
}

@media (max-width:767px) {
	.spacer01 {
		height: 20px;
	}
}

.border-bottom {
	border-bottom: 1px solid var(--contrast-2);
}

.green-sqare {
	align-items: center;
	aspect-ratio: 1;
	background-color: rgba(157, 201, 183, .5);
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.green-sqare:hover {
	background-color: #9dc9b7;
}

@media (max-width:1024px) {
	.green-sqare {
		aspect-ratio: unset;
		min-height: 210px;
	}
}

.huge-number {
	font-size: 120px;
	font-weight: bold;
}

@media (max-width:1024px) {
	.huge-number {
		font-size: 80px;
	}
}

.border-left {
	border-left: 1px solid var(--contrast-2);
}

.dark-colored-text {
	color: var(--contrast-2);
}

.bright-colored-text {
	color: rgba(50, 54, 73, .5);
}

.bright-colored-text:hover {
	color: #323649;
}

.border-right {
	border-right: 1px solid var(--contrast-2);
}

.acht-zu-eins {
	aspect-ratio: 8/1;
}

.read-more-link {
	font-size: 20px;
	font-weight: 400;
	text-decoration: underline;
	text-transform: uppercase;
}

.tab-header {
	background-color: var(--base-3);
	color: var(--contrast-2);
	display: block;
	flex-basis: 33%;
	flex-grow: 1;
	flex-shrink: 0;
	padding: 15px 20px;
	text-transform: uppercase;
	width: 33%;
}

.tab-header:hover {
	background-color: var(--base);
	color: var(--contrast-2);
}

.tab-header:is(:hover,:focus) {
	background-color: var(--base);
	color: var(--contrast);
}

@media (max-width:1024px) {
	.tab-header {
		padding: 10px 15px;
	}
}

@media (max-width:767px) {
	.tab-header {
		flex-basis: 100%;
		flex-grow: 1;
		flex-shrink: 0;
		font-size: 15px;
		padding: 10px;
	}
}

.between-lines-header-small {
	border-bottom: 1px solid var(--contrast-2);
	margin-bottom: 0px;
	padding: 15px 30px;
}

@media (max-width:1024px) {
	.between-lines-header-small {
		padding: 10px 20px;
	}
}

@media (max-width:767px) {
	.between-lines-header-small {
		padding: 10px;
	}
}

.fill-image {
	object-fit: cover;
}

.inner-spacing-huge {
	margin-bottom: 0px;
	padding: 60px 0px;
}

@media (max-width:1024px) {
	.inner-spacing-huge {
		padding-bottom: 40px;
		padding-top: 40px;
	}
}

@media (max-width:767px) {
	.inner-spacing-huge {
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

.accordion {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}

@media (max-width:1024px) {
	.accordion {
		display: flex;
		flex-direction: column;
	}
}

.rotated-header {
	transform: rotate(90deg);
	width: 60px;
}

.round-image {
	aspect-ratio: 1;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.h1-style {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.1em;
	text-transform: uppercase;
}

@media (max-width:1024px) {
	.h1-style {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.h1-style {
		font-size: 24px;
	}
}

.h-spacing-01 {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width:1024px) {
	.h-spacing-01 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width:767px) {
	.h-spacing-01 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.h2-style-01 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.inner-spacing-half {
	padding-bottom: 15px;
	padding-top: 15px;
}

.h3-style-01 {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: uppercase;
}

.p-style-01 {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.3em;
}

.p-style-02 {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3em;
}

.bg-light-blue {
	background-color: #4a4965;
	height: 100%;
}

.monster-style {
	font-size: 100px;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
}

@media (max-width:1024px) {
	.monster-style {
		font-size: 45px;
	}
}

@media (max-width:767px) {
	.monster-style {
		font-size: 27px;
	}
}

.inner-spacing-monster {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 75px;
	padding-top: 75px;
}

@media (max-width:1024px) {
	.inner-spacing-monster {
		padding-bottom: 50px;
		padding-top: 50px;
	}
}

@media (max-width:767px) {
	.inner-spacing-monster {
		padding-bottom: 20px;
		padding-top: 20px;
	}
}

.p-style-02-bold {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3em;
}

.bg-white {
	background-color: var(--base-3);
	color: rgba(50, 54, 73, 1);
}

.h2-style {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

@media (max-width:1024px) {
	.h2-style {
		font-size: 22px;
	}
}

@media (max-width:767px) {
	.h2-style {
		font-size: 20px;
	}
}

.pad-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1500px;
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width:1024px) {
	.pad-container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width:767px) {
	.pad-container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.border-left-do {
	border-left: 1px solid var(--contrast-2);
}

@media (max-width:767px) {
	.border-left-do {
		border-left-style: solid;
		border-left-width: 0px;
	}
}

.border-right-do {
	border-right: 1px solid var(--contrast-2);
}

@media (max-width:767px) {
	.border-right-do {
		border-right-style: solid;
		border-right-width: 0px;
	}
}

@media (max-width:767px) {
	.border-tb-mo {
		border-bottom: 1px solid var(--contrast);
		border-top: 1px solid var(--contrast);
	}
}

.ar219 {
	aspect-ratio: 21/9;
}

@media (max-width:767px) {
	.ar219 {
		aspect-ratio: 16/9;
	}
}

.ar1 {
	align-items: flex-start;
	aspect-ratio: 1;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width:767px) {
	.ar1 {
		align-items: flex-start;
		aspect-ratio: 1/1.1;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.solution-item:hover {
	background-color: var(--vps-light-blue);
}

@media (max-width:767px) {
	.solution-item {
		align-items: center;
		display: flex;
		flex-direction: column;
	}
}

.die-kiste {
	margin-bottom: 0px;
	margin-top: 0px;
}

.arhf {
	aspect-ratio: 1280/2160;
}

.spacer-indent {
	margin-left: 220px;
}

@media (max-width:1024px) {
	.spacer-indent {
		margin-left: 120px;
	}
}

@media (max-width:767px) {
	.spacer-indent {
		margin-left: 10px;
	}
}

.h2-style-02 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

@media (max-width:1024px) {
	.h2-style-02 {
		font-size: 22px;
	}
}

@media (max-width:767px) {
	.h2-style-02 {
		font-size: 20px;
	}
}

.ar169 {
	aspect-ratio: 16/9;
}

@media (max-width:767px) {
	.ar169 {
		aspect-ratio: unset;
		min-height: 320px;
	}
}

@media (max-width:767px) {
	.border-top-mo {
		border-top: 1px solid var(--vps-dark-blue);
	}
}

.callUsContainer {
	background-blend-mode: normal;
	background-image: url("https://viewpointsystem.com/nitropack_static/YsGPjJywFKRvWqxwBnlfcFWqbiRNCCew/assets/images/source/rev-1c7951f/viewpointsystem.com/wp-content/uploads/2024/06/CTA_ANRUFEN_2880x480_ohne-Schrift_ohne_pfeile.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.callUsContainer.nitro-lazy {
	background-image: none !important;
}

.border-bottom-do {
	border-bottom: 1px solid var(--contrast-2);
}

@media (max-width:767px) {
	.border-bottom-do {
		border-bottom-style: solid;
		border-bottom-width: 0px;
	}
}

.green-red-gradient {
	background-blend-mode: normal;
	background-image: linear-gradient(to right, #7ac2ab 50%, #e12954 50%);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.fancy-tab-header {
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	padding: 15px 20px;
	text-transform: uppercase;
}

@media (max-width:1024px) {
	.fancy-tab-header {
		font-size: 20px;
		font-weight: 400;
		line-height: 1;
	}
}

@media (max-width:767px) {
	.fancy-tab-header {
		font-size: 18px;
		line-height: 1;
		padding: 10px;
		text-transform: uppercase;
	}
}

.fancy-list-item {
	font-size: 40px;
	line-height: 1.3;
	margin-bottom: 60px;
}

@media (max-width:1024px) {
	.fancy-list-item {
		font-size: 26px;
		margin-bottom: 40px;
	}
}

@media (max-width:767px) {
	.fancy-list-item {
		font-size: 20px;
		margin-bottom: 25px;
	}
}

.h1-style-small {
	font-size: 40px;
	font-weight: 400;
	line-height: 1.1em;
	text-transform: uppercase;
}

@media (max-width:1024px) {
	.h1-style-small {
		font-size: 30px;
	}
}

@media (max-width:767px) {
	.h1-style-small {
		font-size: 16px;
	}
}

.di-tab-item {
	border: 20px solid #ff3634;
	padding: 40px;
}

@media (max-width:1024px) {
	.di-tab-item {
		border-color: var(--vps-digitaliris-red);
		border-width: 10px;
		padding: 20px;
	}
}

@media (max-width:767px) {
	.di-tab-item {
		border-color: var(--vps-digitaliris-red);
		border-width: 5px;
		padding: 10px;
	}
}

.border-left-white {
	border-left: 1px solid var(--base-3);
}

.border-right-white {
	border-right: 1px solid var(--base-3);
}

.ar43 {
	aspect-ratio: 4/3;
}

.h4-style-01 {
	font-size: 36px;
	line-height: 1.1;
}

@media (max-width:1024px) {
	.h4-style-01 {
		font-size: 32px;
	}
}

@media (max-width:767px) {
	.h4-style-01 {
		font-size: 22px;
	}
}

.p-style-03-huge-bold {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3em;
}

@media (max-width:1024px) {
	.p-style-03-huge-bold {
		font-size: 26px;
	}
}

.h-spacing-huge {
	align-items: center;
	column-gap: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 80px;
	padding-right: 80px;
	row-gap: 60px;
}

@media (max-width:1024px) {
	.h-spacing-huge {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width:767px) {
	.h-spacing-huge {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.leuchtstift-gruen {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
}

.border-bottom-mo {
	border-bottom: 0px solid var(--contrast-2);
}

@media (max-width:767px) {
	.border-bottom-mo {
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}
}

.border-top {
	border-top: 1px solid var(--base-3);
}

.header60 {
	align-items: center;
	display: flex;
	height: 60px;
	justify-content: center;
}

.hover-bg-brightblue:hover {
	background-color: var(--contrast-2);
}

.arrow-button-yellow-std {
	background-color: var(--vps-yellow-70);
	color: var(--vps-dark-blue);
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.arrow-button-yellow-std:hover {
	background-color: var(--vps-yellow);
	color: var(--vps-dark-blue);
	padding: 10px;
}

.border-top-do {
	border-top: 1px solid var(--base-3);
}

@media (max-width:767px) {
	.border-top-do {
		border-top-width: 0px;
	}
}

.formheader {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2em;
}

.podcast-iframe-wrapper {
	background-color: var(--base-3);
	max-height: 150px;
}

.di-dna {
	bottom: 60px;
	position: absolute;
	right: -300px;
}

.dna-placement-01 {
	position: absolute;
	right: 33%;
	top: 166px;
	z-index: 5;
}

.dna-placement-02 {
	position: absolute;
	right: -190px;
	top: 150px;
	z-index: 5;
}

.dna-placement-03 {
	overflow-x: hidden;
	overflow-y: hidden;
	position: absolute;
	right: -150px;
	top: 200px;
	z-index: 5;
}

.intro-text {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: .7px;
	line-height: 1.2em;
	padding-bottom: 20px;
}

@media (max-width:767px) {
	.intro-text {
		font-size: 19px;
	}
}

.button-large-grey {
	align-items: center;
	background-color: rgba(139, 157, 181, .67);
	color: var(--contrast);
	column-gap: .5em;
	display: inline-flex;
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid var(--base-3);
	padding: 5px 10px;
}

.button-large-grey:is(:hover,:focus) {
	background-color: var(--base-3);
	color: var(--base-3);
	border: 1px solid var(--contrast-2);
	border-radius: 4px;
}

.button-large-grey .gb-shape svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.button-large-grey a {
	color: var(--base-3);
}

.hero-header-bg {
	color: var(--base-3);
	font-size: 40px;
	font-weight: 400;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 4px;
}

@media (max-width:767px) {
	.hero-header-bg {
		padding: 0px;
	}
}

.big-numbered-box {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: 10px solid #b8d7e0;
	padding: 10px;
}

.big-numbered-box:is(:hover,:focus) {
	border: 10px solid #7ac4ae;
}

.huge-number-subheader {
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

.huge-number-with-subheader {
	font-size: 120px;
	font-weight: bold;
	line-height: 1;
}

@media (max-width:1024px) {
	.huge-number-with-subheader {
		font-size: 80px;
	}
}

.h3-style-h2 {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

@media (max-width:1024px) {
	.h3-style-h2 {
		font-size: 22px;
	}
}

@media (max-width:767px) {
	.h3-style-h2 {
		font-size: 20px;
	}
}

.button-large-yellow {
	align-items: center;
	background-color: var(--vps-yellow-70);
	color: var(--contrast);
	column-gap: .5em;
	display: inline-flex;
	font-size: 24px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 10px;
}

.button-large-yellow:is(:hover,:focus) {
	background-color: var(--vps-yellow);
	color: var(--contrast);
}

.button-large-yellow .gb-shape svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.button-large-yellow a {
	color: var(--contrast);
}

.massive {
	font-size: 90px;
	font-weight: bold;
}

@media (max-width:1024px) {
	.massive {
		font-size: 80px;
	}
}

.introtext-2col {
	column-gap: 40px;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	row-gap: 20px;
}

@media (max-width:1024px) {
	.introtext-2col {
		grid-template-columns: 1fr;
		row-gap: 0px;
	}
}

@media (max-width:767px) {
	.introtext-2col {
		grid-template-columns: 1fr;
	}
}

.large-number-block {
	color: var(--base-3);
	display: grid;
	grid-template-columns: 1fr;
	padding-bottom: 30px;
	padding-top: 30px;
	row-gap: 20px;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width:767px) {
	.large-number-block {
		padding-bottom: 10px;
		padding-top: 10px;
		row-gap: 10px;
	}
}

.advantage-number {
	font-size: 80px;
	font-weight: 300;
	line-height: 1;
}

@media (max-width:1024px) {
	.advantage-number {
		font-size: 80px;
	}
}

@media (max-width:767px) {
	.advantage-number {
		font-size: 50px;
		font-weight: bold;
	}
}

.bubble {
	align-items: center;
	aspect-ratio: 1;
	color: var(--base-3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border-radius: 50%;
	padding: 40px;
}

@media (max-width:767px) {
	.bubble {
		aspect-ratio: unset;
		max-width: 100%;
		border-radius: 0%;
		margin: 0px;
		padding: 10px;
	}
}

.semi-huge-number {
	font-size: 80px;
	font-weight: bold;
	line-height: 1;
}

@media (max-width:1024px) {
	.semi-huge-number {
		font-size: 80px;
	}
}

@media (max-width:767px) {
	.semi-huge-number {
		font-size: 50px;
	}
}

.tab-header-inverted {
	background-color: #aaafc3;
	color: var(--base-3);
	display: block;
	flex-basis: 33%;
	flex-grow: 1;
	flex-shrink: 0;
	font-size: 42px;
	font-weight: 300;
	text-transform: uppercase;
	width: 33%;
	padding: 15px 20px;
}

.tab-header-inverted:hover {
	background-color: var(--base);
	color: var(--contrast-2);
}

.tab-header-inverted:is(:hover,:focus) {
	background-color: var(--vps-light-blue);
	color: var(--base-3);
	font-weight: 400;
}

@media (max-width:1024px) {
	.tab-header-inverted {
		padding: 10px 15px;
	}
}

@media (max-width:767px) {
	.tab-header-inverted {
		flex-basis: 100%;
		flex-grow: 1;
		flex-shrink: 0;
		font-size: 15px;
		padding: 10px;
	}
}

.vps-highlight-text {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: .7px;
	line-height: 1.2em;
	padding-bottom: 20px;
}

@media (max-width:767px) {
	.vps-highlight-text {
		font-size: 19px;
	}
}

.vps-standard-text {
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 1.2em;
	padding-bottom: 20px;
}

@media (max-width:767px) {
	.vps-standard-text {
		font-size: 19px;
	}
}

.crm-button {
	align-items: center;
	background-color: var(--vps-yellow-70);
	color: var(--contrast);
	column-gap: .5em;
	cursor: pointer;
	display: inline-flex;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px;
}

.crm-button:is(:hover,:focus) {
	background-color: var(--vps-yellow);
	color: var(--contrast);
}

.crm-button .gb-shape svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.crm-button a {
	color: var(--contrast);
}

@media (max-width:767px) {
	.crm-button {
		font-size: 18px;
	}
}

.crm-divider-header {
	color: var(--base-3);
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
}

@media (max-width:1024px) {
	.crm-divider-header {
		font-size: 22px;
	}
}

@media (max-width:767px) {
	.crm-divider-header {
		font-size: 19px;
	}
}

.tel-button {
	align-items: center;
	background-color: transparent;
	color: var(--base-3);
	column-gap: .5em;
	display: inline-flex;
	font-size: 42px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px;
}

.tel-button:is(:hover,:focus) {
	background-color: transparent;
	color: var(--contrast);
}

.tel-button .gb-shape svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.tel-button a {
	color: var(--contrast);
}

.crs-pointer {
	cursor: pointer;
}
