body {
	font-size: 20px;
	font-weight: 700;
	color: #5a5c6b;
	overflow-wrap: break-word;
}
#navigation > div > ul > li > a,
header.sticky #navigation > div > ul > li > a {
  font-size: 16px;
  font-weight: 700;
  color: #707070;
  padding: 0.4em 0.8em;
  letter-spacing: 0;
}
#navigation > div > ul > li > a:first-child,
header.sticky #navigation > div > ul > li > a:first-child {
	padding-left: 0.8em !important;
}
#navigation > div > ul > li > a:last-child,
header.sticky #navigation > div > ul > li > a:last-child{
	padding-right: 0.8em !important;
}
#navigation > div > ul > li.current-menu-item > a, 
#navigation > div > ul > li > a:hover,
header.sticky #navigation > div > ul > li.current-menu-item > a,
header.sticky #navigation > div > ul > li > a:hover {
  color: #999999;
  color: #707070;
}
#navigation > div > ul > li.active-menu-item > a::after {
content: '';
  position: absolute;
  display: block;
  width: calc(100% - 1.6em);
  height: 3px;
  margin-top: 2.2em;
  bottom: 0;
  left: 0.8em;
  margin-left: 0;
  background-color: rgb(26,30,127);
}
.header .button,
header.sticky .button,
header.sticky a.button:visited {
	color: #ffffff;
	padding: 0.5em 0.5em;
	font-weight: 500;
	letter-spacing: 0;
	background: linear-gradient(to right, #3989d9 0%, #3989d9 30%, #28c7f9 100%);
	border-radius: 0.5em;
	font-size: 1em;
	line-height: 1;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.15);
	border: 1px solid #3989d9;
	margin: 0 0 0 auto;
}
.header .button:hover,
header.sticky a.button:hover {
	color: #ffffff;
	border: 1px solid #28c7f9;
	background: linear-gradient(to right, #28c7f9 0%, #28c7f9 30%, #3989d9 100%);
}
h1, h2, h3 {
	color: #3989d9;
	margin-bottom: 0.5em;
}
h4, h5, h6 {
	margin-bottom: 0.5em;
}
h1 { font-size: 2em; font-weight: 700; }
h2 { font-size: 3em; font-weight: 700; }
h3 { font-size: 2.5em; font-weight: 600; }
h4 { font-size: 2.0em; font-weight: 600; }
h5 { font-size: 1.8em }
h6 { font-size: 1.6em }
.box, .box-module, 
.module-box, .wpbox {
  padding: 3em 0 3em 0;
}
/**************************************/
/***** 		Erstee Block 		  *****/
/***** 	Einleitung mit Button: 	  *****/
/**************************************/
.intro .btn-position .button, 
.button.first, .wpcf7 input[type="submit"],
.wpcf7 input[type="submit"]:focus {
  color: #ffffff;
  padding: 1em 1.5em 1em 1.5em;
  font-weight: 700;
  letter-spacing: 0;
  background: linear-gradient(to right, #3989d9 0%, #3989d9 30%, #28c7f9 100%);
  border-radius: 0.6em;
  font-size: 1.3em;
  line-height: 1;
  box-shadow:inset 0 3px 6px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.15);
  text-transform: none;
  border: 1px solid #3989d9;
}
.btn-position .button.first {
	margin-top: 1em;
}
.button.first:hover, .button.first.active,
.wpcf7 input[type="submit"]:hover {
  border: 1px solid #28c7f9;
  background: linear-gradient(to right, #28c7f9 0%, #28c7f9 30%, #3989d9 100%);
}
#introtext p {
	margin-bottom: 1.5em;
}
@media only screen and (max-width: 550px) {
	#introtext h1 {
        font-size: 1.8em;
        font-weight: 700;
		margin-bottom: 1em;
	}
	.button.first {
		font-size: 1.2em;
		line-height: 1.5;
		font-weight: 600;
		padding: 1em; 
	}
}
/**************************************/
/***** Zweite Block: 3 Icons: 	  *****/
/**************************************/
.box.svg-rahmen {
	padding: 0;
	color: #ffffff;
	font-weight: 400;
	background: linear-gradient(to right, #3989d9 0%, #3989d9 30%, #28c7f9 100%);
}
.box.svg-rahmen .container {
	margin: 5em auto 0;
	display: flex;
  	flex-wrap: wrap;
  	align-items: baseline;
}
.box.svg-rahmen img {
	width: 100%;
	max-width: 120px;
	margin: 0.5em auto 1em;
}
.svg-rahmen div.svgpanel {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	fill: #fff;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: 0;
}
.svg-rahmen div.svgpanel svg {
	position: relative;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
    height: 40px;
}
.svg-rahmen div.svgpanel-bottom {
	overflow: hidden;
	position: relative;
	z-index: 0;
	fill: #fff;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: 0;
}
.svg-rahmen div.svgpanel-bottom svg {
	position: relative;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
    height: 40px;
}
@media only screen and (max-width: 1025px) {
	.svg-rahmen div.svgpanel svg {
		 height: 80px;
	}	
	.box.svg-rahmen img {
    	max-width: 100px;
	}
}
@media only screen and (max-width: 769px) {
	.svg-rahmen div.svgpanel svg {
		 height: 60px;
	}	
	.box.svg-rahmen img {
    	max-width: 90px;
	}
}
@media only screen and (max-width: 550px) {
	.box.svg-rahmen .container {
    	margin: 3em auto 0;
	}
	.box.svg-rahmen .container .columns {
		margin-bottom: 4%;
	}
	.svg-rahmen div.svgpanel svg {
		 height: 40px;
	}
	.svg-rahmen div.svgpanel-bottom svg {
		height: 30px
	}
}
/*********************************************/
/***** 		Dritte Block: Nachteile 	 *****/ 
/***** 		Icons + Leistung	 		 *****/
/*********************************************/
#nachteile h4 { 
	font-weight: 700;
}
#nachteile img {
	width: 100%;
	max-width: 110px;
}
#nachteile p { 
	font-size: 1.2em
}
#nachteile .container.shmallcontent {
  max-width: 960px;
  margin-bottom: 2.5em;
  padding-left: 6em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#nachteile .container.shmallcontent .columns {
	margin-bottom: 0;
}
#nachteile .container.shmallcontent .ten .product-content {
	padding-left: 1em;
}
@media only screen and (max-width: 1025px) {
	#nachteile h2 { 
		font-size: 2.5em;
	}
}
@media only screen and (max-width: 769px) {
	#nachteile h2 { 
		font-size: 2.2em;
	}
	#nachteile h4 { 
		font-size: 1.8em;
	}
	#nachteile .container.shmallcontent {
		padding-left: 20px;
	}
	#nachteile .container.shmallcontent .ten .product-content {
    	padding-left: 0;
	}
}
@media only screen and (max-width: 550px) {
	#nachteile h2 { 
		font-size: 1.8em;
	}
	#nachteile h4 { 
		font-size: 1.5em;
	}
	#nachteile .container.shmallcontent {
		padding-left: 20px;
	}
	#nachteile .container.shmallcontent .ten .product-content {
    	padding-left: 0;
	}
	#nachteile img { 
		margin-bottom: 1em;
	}
	#nachteile p {
    	font-size: 1.05em;
	}
}
/*********************************************/
/***** 			Trenner Block 			 *****/ 
/*********************************************/
.box.svg-trenner {
	padding: 0;
	height: 80px;
	color: #ffffff;
	font-weight: 400;
	background: linear-gradient(to right, #3989d9 0%, #3989d9 30%, #28c7f9 100%);
}
.svg-trenner div.svgpanel {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	fill: #fff;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: 0;
}
.svg-trenner div.svgpanel svg {
	position: relative;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
    height: 20px;
}
.svg-trenner div.svgpanel-bottom {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	fill: #fff;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: 0;
}
.svg-trenner div.svgpanel-bottom svg {
	position: relative;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
    height: 24px;
}
@media only screen and (max-width: 1025px) {
	.svg-trenner div.svgpanel svg {
		 height: 30px;
	}	
	.svg-trenner div.svgpanel-bottom svg {
		 height: 20px;
	}
}
@media only screen and (max-width: 769px) {
	.svg-trenner div.svgpanel svg {
		 height: 30px;
	}	
	.svg-trenner div.svgpanel-bottom svg {
		 height: 20px;
	}	
}
@media only screen and (max-width: 550px) {
	.svg-trenner div.svgpanel svg {
		 height: 20px;
	}
	.svg-trenner div.svgpanel-bottom svg {
		 height: 10px;
	}
}
/*********************************************/
/***** 		Vierte Block: Nachteile 	 *****/ 
/***** 		Icons + Leistung	 		 *****/
/*********************************************/
#vorteile h3 { 
	font-weight: 700;
}
#vorteile h5 { 
  font-size: 1.4em;
  font-weight: 700;
	margin-bottom: 0.1em;
}
#vorteile img {
	width: 100%;
	max-width: 110px;
}
#vorteile p { 
	font-size: 1em;
	font-weight: 400;
	line-height: 1.3;
}
#vorteile .container.shmallcontent {
  max-width: 960px;
  margin-bottom: 2.5em;
  padding-left: 6em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#vorteile .container.shmallcontent .columns {
	margin-bottom: 0;
}
#vorteile .container.shmallcontent .ten .product-content {
	padding-left: 1em;
}
@media only screen and (max-width: 550px) {
	#vorteile h3 { 
		font-size: 2.2em;
	}
	#vorteile .container.shmallcontent {
		padding-left: 20px;
	}
	#vorteile .container.shmallcontent .ten .product-content {
    	padding-left: 0;
	}
}
@media only screen and (max-width: 550px) {
	#vorteile h3 { 
		font-size: 2em;
	}
	#vorteile h5 {
    	font-size: 1.2em;
	}
	#vorteile .container.shmallcontent {
		padding-left: 20px;
	}
	#vorteile .container.shmallcontent .ten .product-content {
    	padding-left: 0;
	}
}
/*********************************************/
/***** 	Fuenfte Block: Kundenstimmen 	 *****/ 
/*********************************************/
.box.kundenstimmen {
  margin: 0;
  padding: 3em 0 3em;
}
.kundenstimmen h3 {
	font-size: 4.1em;
	font-weight: 700;
	margin-bottom: 0.1em;
	line-height: 1.2;
}
.kundenstimmen h4 {
font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}
.kundenstimmen .bewertung {
  position: relative;
  width: 80%;
  margin: 8em auto 0;
  padding: 2em 2em;
  max-width: 400px;
  border-radius: 2em;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(to bottom, #3989d9 0%, #3989d9 30%, #28c7f9 100%);
}
.kundenstimmen span,
.kundenstimmen p {
	color: #ffffff;
}
.kundenstimmen .slick-slide img {
  position: absolute;
  top: -120px;
  left: 50%;
  max-width: 160px;
  margin: 0 auto 0.5em -80px;
}
.carousel-kundenstimmen {
  margin-top: 1em;
}
@media only screen and (max-width: 550px) {
	.kundenstimmen h3 {
    	font-size: 2.3em;
	}
	.kundenstimmen h4 {
    	font-size: 1.3em;
	}
	.kundenstimmen .bewertung {
    	width: 92%;
		padding: 2em 1em;
		font-size: 18px;
		font-style: normal;
	}
	.kundenstimmen p {
    	font-style: normal;
	}
	.kundenstimmen span {
    	font-size: 1.2em;
	}
	
}
/***************************************/
/***** Sechste Block: Logos-Slider *****/
/***************************************/
#logos {
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: linear-gradient(to right, #3989d9 0%, #3989d9 40%, #28c7f9 100%);
}
#logos h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 600;
}
#logos .container.einleitung {
	padding: 6em 0 0 0;
}
#logos .container.slides {
	max-width: 1024px;
}
#logos .carousel-firmen {
	padding: 1em 0 3em;
}
#logos .flex div img {
  margin: 0 auto;
  max-width: 64%;
}
#logos .container .columns {
  margin-bottom: 0 !important;
}
#logos .carousel-firmen .two img {
	opacity: 1;
}
#logos div.svgpanel {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	fill: #fff;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: 0;
}
#logos div.svgpanel svg {
	position: relative;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
    height: 90px;
}
#logos div.svgpanel-bottom {
	overflow: hidden;
	position: relative;
	z-index: 0;
	fill: #fff;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: 0;
}
#logos div.svgpanel-bottom svg {
	position: relative;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
    height: 20px;
}
@media only screen and (max-width: 1024px) {
	#logos div.svgpanel svg {
		 height: 60px;
	}
	#logos div.svgpanel svg {
		 height: 90px;
	}
	#logos .carousel-firmen {
		padding: 2em 0 3em;
	}
	
}
@media only screen and (max-width: 769px) {
	#logos h6 { margin-top: 0px; /* statt 80 */ }
	#logos div.svgpanel svg {
		 height: 60px;
	}
	#logos .carousel-firmen {
		padding: 1em 0 3em;
	}
	
}
@media only screen and (max-width: 550px) {
	#logos .carousel-firmen {
		padding: 1em 0 1em;
	}
	#logos h2 { font-size: 1.2em; }
	#logos div.svgpanel svg {
        height: 30px;
    }
	#logos .container.einleitung {
    	padding: 3em 0 0 0;
	}
}
/****************************************/
/***** 		Siebte Block: 			*****/ 
/***** 		Zahlen und Fakten		*****/
/****************************************/
#zahlen-fakten {
	padding: 2.5em 0 0 0;
}
#zahlen-fakten .twelve.columns {
	margin-bottom: 0 !important;
}
#zahlen-fakten h2 { 
  font-size: 4.1em;
  font-weight: 700;
  margin-bottom: 0.1em;
  line-height: 1.2;
}
#zahlen-fakten img {
	max-width: 90px;
}
#zahlen-fakten h5 { 
  font-size: 1.4em;
  font-weight: 700;
	margin-bottom: 0.1em;
}
#zahlen-fakten p { 
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
}
#zahlen-fakten .container.shmallcontent {
  max-width: 1024px;
  margin-bottom: 1.5em;
  padding-left: 8em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#zahlen-fakten .container.shmallcontent .columns {
	margin-bottom: 0;
}
#zahlen-fakten .container.shmallcontent .ten .product-content {
	padding-left: 1em;
}
@media only screen and (max-width: 1025px) {
	#zahlen-fakten h2 {
    	font-size: 3.2em;
	}
	#zahlen-fakten h5 {
    	font-size: 1.3em;
	}
}
@media only screen and (max-width: 769px) {
	#zahlen-fakten h2 {
    	font-size: 2.8em;
	}
	#zahlen-fakten .container.shmallcontent {
    	padding-left: 20px;
	}
	#zahlen-fakten .columns {
		text-align: center;
	}
}
@media only screen and (max-width: 550px) {
	#zahlen-fakten h2 {
    	font-size: 1.8em;
	}
	#zahlen-fakten .container.shmallcontent {
    	padding-left: 20px;
	}
	#zahlen-fakten .columns {
		text-align: center;
	}
	#zahlen-fakten h5 {
    	font-size: 1.1em;
	}
}
/****************************************/
/***** 		Achte Block: 			*****/ 
/***** 		Blaubox mit Liste 		*****/
/****************************************/
#liste-gebogen h3 {
	font-size: 2.4em;
	color: #ffffff;
	margin-bottom: 0.1em;
}
#liste-gebogen .container {
  margin: 3em auto 0;
}
#liste-gebogen ul li {
	list-style: none;
	font-size: 24px;
	line-height: 2.5;
	font-weight: 600;
}
#liste-gebogen ul li img {
	display: inline-block;
	width: 30px;
    height: 30px;
	max-width: 30px;
	margin: 0 15px -5px 0;
}
@media only screen and (max-width: 1025px) {
	#liste-gebogen .svgpanel svg {
        height: 40px;
    }
	#liste-gebogen h3 {
    	font-size: 2em;
	}
}
@media only screen and (max-width: 769px) {
	#liste-gebogen .svgpanel svg {
        height: 40px;
    }
	#liste-gebogen h3 {
    	font-size: 2em;
	}
	#liste-gebogen ul li {
		font-size: 20px;
		line-height: 2;
		margin-bottom: 1em;
		font-weight: 500;
	}
}
@media only screen and (max-width: 550px) {
	#liste-gebogen h3 {
    	font-size: 1.7em;
	}
	#liste-gebogen ul li {
		font-size: 20px;
		line-height: 2;
		margin-bottom: 1em;
		font-weight: 500;
	}
}
/****************************************/
/***** 	Neunte Block: Hierarchie 	*****/ 
/***** 		mit Scrolleffect 		*****/
/****************************************/
.hierarchie {
	padding: 3em 0 8em 0;
	overflow: hidden;
}
.hierarchie .daten {
	position: relative;
	display: flex;
	padding: 0.5em 0;
}
.hierarchie .daten .imgbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100px;
	margin-left: 70px;
	margin-right: 30px;
	text-align: left;
}
.hierarchie .daten .inhalt {
	width: calc(100% - 200px);
	margin-right: 10%;
	text-align: left;
}
.hierarchie .daten .inhalt h5 {
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 0.1em;
}
.hierarchie .daten .inhalt p {
	font-weight: 400;
	font-size: 0.9em;
}
.hierarchie .daten .blautxt {
	color: #3989d9;
	text-transform: uppercase;
}
.hierarchie .daten .inhalt a {
	color: #ffffff;
	text-decoration: underline;
}
.progress {
  position: absolute;
  top: 220px;
  left: 50%;
  width: 8px;
  height: calc(100% - 320px); /*  top/bottom: 250px; 1210px */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #eeeeff;
  border-left: 2px solid #3989d9;
  border-right: 2px solid #3989d9;
  transform: translateX(-50%);
  transition: background-color 0.3s ease;
  overflow-y: hidden;
  z-index: 1;
}
.progresspoint {
  position: absolute;
  top: 200px;
  left: calc(50% - 14px);
  width: 28px;
  height: 28px;
  background-color: #3989d9;
  border: 2px solid #3989d9;
  border-radius: 50%;
  z-index: 2;
}
.progress .progressline {
   width: 4px;
   height: 200px;
   background-color: #3989d9;
}
.layout-49 .six.columns {
	position: relative;
	border-radius: 2em;
}
.dreieck-outer-right {
  position: absolute;
  left: -21px;
  top: calc(50% - 20px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 20px; /* Rechts groß, oben und unten schmal */
  border-color: transparent transparent transparent #3989d9;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.dreieck-inner-right {
  position: relative;
  display: block;
  margin-left: -24px;
  margin-top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px; /* Inneres Dreieck in der gleichen Richtung */
  border-color: transparent transparent transparent #eeeeff;
}
.dreieck-outer-left {
  position: absolute;
  right: -21px;
  top: calc(50% - 20px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 20px 14px 0; /* Links groß, oben und unten schmal */
  border-color: transparent #3989d9 transparent transparent;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.dreieck-inner-left {
  position: relative;
  display: block;
  margin-right: -24px;
  margin-top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 16px 10px 0; /* Inneres Dreieck in der gleichen Richtung */
  border-color: transparent #eeeeff transparent transparent;
}
.endpoint {
  position: absolute;
  bottom: 100px;
  left: calc(50% - 14px);
  width: 28px;
  height: 28px;
  background-color: #3989d9;
  border: 2px solid #3989d9;
  border-radius: 50%;
  z-index: 2;
}
@media only screen and (max-width: 1025px) {
	.hierarchie h2 {
		font-size: 2.5em;
		font-weight: 700;
	}
	.dreieck-outer-right {
		left: -18px;
	}
	.dreieck-outer-left {
		right: -18px;
	}
	.hierarchie .daten {
		display: flex;
		flex-wrap: wrap;
		padding: 1em;
	}
	.hierarchie .daten .imgbox,
	.hierarchie .daten .inhalt {
		width: 100%;
    	margin: 0;
	}
	.hierarchie .daten .imgbox {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
        width: 60%;
        margin: 0 auto 1em;
	}
}
@media only screen and (max-width: 769px) {
	.hierarchie h2 {
			font-size: 2.2em;
			font-weight: 700;
	}
	.hierarchie .daten .inhalt h5 {
			font-size: 1.4em;
	}
	.hierarchie .daten .imgbox {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
        width: 70%;
        margin: 0 auto 1em;
	}
}

@media only screen and (max-width: 550px) {
	.hierarchie {
		padding: 2em 0 12em 0;
		overflow: hidden;
	}
	.hierarchie h2 {
		font-size: 1.8em;
		font-weight: 700;
	}
	.hierarchie .daten .inhalt h5 {
    	font-size: 1.4em;
	}
	.dreieck-outer-right {
		left: -18px;
	}
	.dreieck-outer-left {
		right: -18px;
	}
	.hierarchie .daten {
		display: flex;
		flex-wrap: wrap;
		padding: 1em;
	}
	.hierarchie .daten .imgbox,
	.hierarchie .daten .inhalt {
		width: 100%;
    	margin: 0;
		text-align: center;
	}
	.hierarchie .daten .imgbox {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
        width: 80%;
        margin: 0 auto 1em;
	}
	/* Progress Leiste + Kugel */
	.progresspoint {
		width: 24px;
        height: 24px;
		left: calc(3.2% - 12px);
    	top: 200px !important;		
	}
	.progress {
		left: 3.2%;
	}
	.endpoint {
		width: 24px;
        height: 24px;
		left: calc(3.2% - 12px);
	}
	.hierarchie .six.columns {
		width: 98%;
		margin-left: 2%;
		margin-bottom: 20px;
    }
	.hierarchie .columns.empty {
		display: none;
	}
	.dreieck-outer-left {
		left: -18px !important;
		border-width: 14px 0 14px 20px;
        border-color: transparent transparent transparent #3989d9;
	}
	.dreieck-inner-left { 
		margin-left: -21px;
		margin-right: auto;
		border-width: 10px 0 10px 16px;
    	border-color: transparent transparent transparent #eeeeff;
	}
}
/************************************/
/***** 		Zehnte Block: 		*****/ 
/***** 	  Preise und Pakete 	*****/
/************************************/
#preise h3 {
	color: #ffffff;
	font-size: 3em;
  	font-weight: 700;
}
#preise h5 {
	font-size: 2em;
	font-weight: 600;
	margin-bottom: 0;
}
#preise .headbild {
  display: inline-block;
  margin: 0 0.4em -0.8em 0;
}
#preise .columns {
  margin-bottom: 1em;
}
#preise .container.mybox {
	width: 90%;
	max-width: 840px;
	padding: 1em 2em;
	margin-top: 0;
	margin-bottom: 3em;
	border-radius: 2em;
	background: linear-gradient(to bottom, #3989d9 0%, #3989d9 30%, #28c7f9 100%);
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.15);
}
#preise .mybox .columns:nth-child(odd) {
	margin-left:0;
	text-align: left;
}
#preise .mybox .columns:nth-child(even) {
	text-align: right;
}
#preise span {
	display: inline-block;
	font-size: 1.2em;
	font-weight: 600;
	color: #5a5c6b;
	background-color: #ffffff;
	border-radius: 0.5em;
	padding: 0 1em;
	border: 1px solid #5a5c6b;
}
@media only screen and (max-width: 769px) {
	#preise h3 {
    	font-size: 2.5em;
	}
}
@media only screen and (max-width: 550px) {
	#preise h3 {
   		font-size: 1.5em;
	}
	#preise .headbild { 
		max-width: 50px;
		margin: 0 0.4em -0.5em 0;
	}
	#preise .container.mybox {
		padding: 1em;
	}
	#preise h5 {
    	font-size: 1.2em;
	}
	#preise span {
    	font-size: 1.1em;
	}
	#preise .container.mybox .columns:nth-child(1) {
		width: 60%;
	}
	#preise .container.mybox .columns:nth-child(2) {
		width: 40%;
	}
}
/************************************/
/***** 		Elfte Block: 		*****/ 
/***** 	  Zusatzleistungen 	*****/
/************************************/
#zusatzleistungen .columns {
	text-align: center;
}
#zusatzleistungen .columns img {
	display: inline-block;
	max-width: 80px;
	margin: 0 0.6em -0.8em 0;
}
#zusatzleistungen h3 {
	font-weight: 700;
}
#zusatzleistungen .columns h5 {
	margin-bottom: 2em;
	font-weight: 700;
	font-size: 1.2em;
}
#zusatzleistungen .button.first {
	font-size: 1.6em;
	margin: 0;
}
@media only screen and (max-width: 769px) {
	#zusatzleistungen h3 {
		font-size: 2em;
	}
	#zusatzleistungen .button.first {
    	font-size: 1.5em;
	}
}
@media only screen and (max-width: 550px) {
	#zusatzleistungen h3 {
		font-size: 1.8em;
	}
	#zusatzleistungen .columns img {
    	display: block;
		margin: 0 auto 0.5em;
	}
	#zusatzleistungen .columns h5 {
		margin-bottom: 1.6em;
		font-weight: 600;
		font-size: 1.2em;
	}
	#zusatzleistungen .button.first {
    	font-size: 1.3em;
	}
}
/***************************************/
/***** 12-te Block: Logos-Slider *****/
/***************************************/
#logos2 {
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: linear-gradient(to right, #3989d9 0%, #3989d9 30%, #28c7f9 100%)
}
#logos2 h2 {
	font-size: 3.6em;
	font-weight: 300;
	margin-bottom: 0.3em;
	line-height: 1.2;
	color: #ffffff;
}
#logos2 .container.einleitung {
	padding: 6em 0 0 0;
}
#logos2 .container.slides {
	max-width: 80%;
  	margin-bottom: 2em;
}
#logos2 .carousel-firmen {
	padding: 1em 0 3em;
}
#logos2 .flex div img {
  margin: 0 auto;
  max-width: 64%;
  opacity: 0.9;
}
#logos2 .container .columns {
  margin-bottom: 0 !important;
}
#logos2 .carousel-firmen .two img {
	opacity: 1;
}
#logos2 div.svgpanel {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	fill: #fff;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: 0;
}
#logos2 div.svgpanel svg {
	position: relative;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
    height: 40px;
}
#logos2 div.svgpanel-bottom {
	overflow: hidden;
	position: relative;
	z-index: 0;
	fill: #fff;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-top: 0;
}
#logos2 div.svgpanel-bottom svg {
	position: relative;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
    height: 30px;
}
#logos2 .slick-next {
  right: -75px;
}
#logos2 .slick-prev {
  left: -75px;
}
@media only screen and (max-width: 1024px) {
	#logos2 div.svgpanel svg {
		 height: 40px;
	}
	#logos2 .carousel-firmen {
		padding: 2em 0 3em;
	}
	#logos2 .slick-next {
	  right: -40px;
	}
	#logos2 .slick-prev {
	  left: -60px;
	}
	
}
@media only screen and (max-width: 769px) {
	#logos2 h6 { margin-top: 0px; /* statt 80 */ }
	#logos2 div.svgpanel svg {
		 height: 40px;
	}
	#logos2 .carousel-firmen {
		padding: 1em 0 3em;
	}
	
}
@media only screen and (max-width: 550px) {
	#logos2 .carousel-firmen {
		padding: 1em 0 1em;
	}
	#logos2 h2 { font-size: 1.2em; }
	#logos2 div.svgpanel svg {
        height: 30px;
    }
	#logos2 .container.einleitung {
    	padding: 3em 0 0 0;
	}
}
/********************************/
/***** 	13-te Block: FAQ 	*****/
/********************************/
.faq .accordion .toggle-link {
	background-color: transparent;
	border-radius: 2px;
	border: 0px solid #202534;
	border-bottom: 3px solid rgba(109, 195, 252, 0.15);
	padding: 0;
}
.faq .toggle-link h3 {
	font-size: 1em;
	font-weight: 500;
	padding: 0.3em 0 0.3em;
	color: #555555;
}
.faq .accordion .grad {
	font-weight: 600;
}
.faq .accordion .closed::after, .faq .accordion .opened::after {
	content: none;
}
.faq .accordion .closed::before {
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900;
	content: "\2b";
	float: left;
	width: 2em;
	color: #6DC3FC;
}
.faq .accordion .opened::before {
	font-family: "Font Awesome 6 Free" !important;
	font-weight: 900;
	content: "\f068";
	float: left;
	width: 2em;
	color: #6DC3FC;
}
.faq .accordion .toggle-box {
	background-color: #6DC3FC;
	background-image: linear-gradient(to right, #3989d9 0%, #3989d9 30%, #28c7f9 100%);
	padding: 0.5em 1em 0.3em;
	border-radius: 1em;
	margin-left: 2em;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.15);
}
.faq .accordion .toggle-box::before {
	content: "";
	position: absolute;
	left: 2%;
	bottom: 100%;
	margin-left: 0;
	border-width: 20px 10px;
	border-style: solid;
	border-color: transparent transparent #3989d9 transparent;
}
.faq .toggle-box p,
.faq .toggle-box  a {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
	color: #ffffff;
}
.faq .toggle-box  a:hover {
	color: #cccccc;
}
.faq .toggle-link.tip h3 {
	padding: 1em 0;
}
.faq .twelve.top2em {
	margin-top: 5em;
	margin-bottom: 0 !important;
}
.faq .tabs-vertikal h4 {
	font-size: 1.6em;
	margin-left: 1em;
	font-weight: 600;
}
.faq .twelve.top2em h4, .faq .twelve.top2em .grad {
	font-weight: 600;
}

@media only screen and (max-width: 1024px) {
	.faq .accordion .toggle-box {
		margin-left: 0;
	}
	.faq .accordion .toggle-box::before {
		left: 10%;
	}
	.faq .toggle-link h3 {
		font-size: 1.1em;
	}
	.faq .tabs-vertikal h4 {
		font-size: 1.3em;
	}
}
@media only screen and (max-width: 769px) {
	.faq h2 {
		font-size: 2.5em;	
		margin-bottom: 0.2em;
	}
	.faq .tabs-vertikal h4 {
		margin-left: 0;
	}
}
@media only screen and (min-width: 551px) {
.faq .offset-by-one {
	margin-left: 4%;
}
.faq .eleven.columns {
	width: 96%;
}
}
@media only screen and (max-width: 550px) {
	.faq h2 {
		font-size: 1.8em;	
		margin-bottom: 0.2em;
	}
	.faq .toggle-link h3 {
	    line-height: 1.5;
        font-size: 1.1em;
		margin-bottom: 0.3em;
    }
	.faq .toggle-box p, .faq .toggle-box a {
    	font-size: 1.1em;
	}
}
/********************************/
/***** 	Block 13: CTA 		*****/
/********************************/
.cta-parallax h4 {
	color: #3989d9;
	font-size: 2em;
	font-weight: 700;
}
.cta-parallax .button.first {
	font-size: 1.5em;
}
@media only screen and (max-width: 769px) {
	.cta-parallax h4 {
    	font-size: 1.6em;
	}
	.cta-parallax .button.first {
    	font-size: 1.3em;
		line-height: 1.3;
	}
}
@media only screen and (max-width: 550px) {
	.cta-parallax h4 {
    	font-size: 1.4em;
	}
	.cta-parallax .button.first {
    	font-size: 1.2em;
		line-height: 1.3;
	}
}
.rechtliches {
	font-weight: 500;
}
/************************************/
/***** 		Footer: 		*****/
/************************************/
footer {
	padding: 0;
	border-top: 2px solid #ffffff;
	background: linear-gradient(to right, #3989d9 0%, #3989d9 30%, #28c7f9 100%);
}
footer #footermenu-1{
	padding-top: 6em;
}
#footermenu-1 ul li {
  display: block;
}
#footermenu-1 li a {
	font-weight: 400;
	line-height: 1.8;
}
footer div.svgpanel {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	fill: #fff;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	margin-top: 0;
}
footer div.svgpanel svg {
	position: relative;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
    height: 80px;
}