@charset "utf-8";
/* CSS Document */




h1, h2, h3, h4, h5, p {
    color: #000000;
    font-family: 'Work Sans', sans-serif;
}
.theme-fragebogen-btn {
    width: 206px;
    height: 52px;
    line-height: 40px;
    border-radius: 16px;
    background: #6F96FF;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
}
.theme-heading-section {
    text-align: center;
    margin-bottom: 55px;
    overflow: hidden;
}
.theme-section-heading {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 39px;
}
.bg-color {
    background: #6F96FF;
}

.btn.theme-fragebogen-btn:hover {
    opacity: .8;
    color: #ffffff;
}
.my-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.my-150 {
    margin-top: 150px;
    margin-bottom: 150px;
}
.mb-150 {
    margin-bottom: 150px;
}
.mt-150 {
    margin-top: 150px;
}

.navbar-expand-lg {
    padding: 8px 0px;
}
header {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    transition: transform 0.4s;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}
.scroll-down header{
    transform: translate3d(0, -100%, 0);
}
.scroll-up header{
    position: fixed;
    transform: none;
}
header .navbar-brand .logo {
    margin-right: 15px;
}
header .navbar-brand {
    font-size: 18px;
    color: #000000;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}
header .flag-dropdown a:hover{
    text-decoration: none; 
}
header .flag-dropdown .flag-dropdown-menu a {
    width: 100%;
    float: left;
    padding: 5px;
    font-size: 14px;
}
header .flag-dropdown .flag-dropdown-menu a:hover{
    background: #eeeeee;
}
header .flag-dropdown .flag-img {
    width: 30px;
}
header .navbar-text {
    font-size: 12px;
    color: #000000;
    font-weight: 400;
    margin-right: 50px;
}
header .navbar-text:hover{
    text-decoration: none;
}
header .toggle-nav-list{
    max-width: 350px;
    width: 100%;
    position: absolute;
    right: 0;
    top: 6px;
    background: #6F96FF;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
    margin: 0px;
    padding: 0px;
    border-radius: 10px;
}
header .toggle-nav-list li{
    list-style: none;
    float: left;
    width: 100%;
}
header .toggle-nav-list li a{
    float: left;
    width: 100%;
    padding: 15px 30px;
    color: rgba(255,255,255,0.50);
    font-size: 20px;
    font-weight: 600;
}
header .toggle-nav-list li a:hover, header .toggle-nav-list li a.active, header .toggle-nav-list li a:active{
    color: rgba(255,255,255,1);
}
header .toggle-nav-list li a:hover{
    text-decoration: none;
}
header .toggle-nav-list .nav-close{
    position: absolute;
    top: 10px;
    right: 10px;
}

header .toggle-nav-list .close-container{
  cursor: pointer;
  width: 45px;
  height: 45px;
}

header .toggle-nav-list .leftright{
  height: 3px;
  width: 45px;
  position: absolute;
  margin-top: 24px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

header .toggle-nav-list .rightleft{
  height: 3px;
  width: 45px;
  position: absolute;
  margin-top: 24px;
  background-color: #ffffff;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

header .toggle-nav-list label{
  color: #ffffff;
  font-size: .6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all .3s ease-in;
  opacity: 0;
}
header .toggle-nav-list .close{
  margin: 60px 0 0 5px;
  position: absolute;
}

header .toggle-nav-list .close-container:hover .leftright{
  transform: rotate(-45deg);
  background-color: #ffffff;
}
header .toggle-nav-list .close-container:hover .rightleft{
  transform: rotate(45deg);
  background-color: #ffffff;
}
header .toggle-nav-list .close-container:hover label{
  opacity: 1;
}
header .navbar-toggler{
    margin-left: 20px;
}

/*****************************banner sectionl***********************************************************/
.as-banner{
    padding-top: 70px;
}
.as-carousel .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.as-carousel .banner-img-panel{
    width: 100%;
    background-size: cover !important; 
}
.as-carousel .carousel-caption {
    position: inherit;
    bottom: auto;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    padding-right: 400px;
    display: inline-block;
}
.as-carousel.carousel {
    position: relative;
    width: 100%;
}
.as-carousel .carousel-caption h4 {
    /*font-size: 40px;*/
    font-size: 30px;
    line-height: 42px;
    font-weight: 300;
    font-family: 'Work Sans', sans-serif;
    color: #fff;
}
.as-carousel .carousel-caption p {
    font-size: 16px;
    line-height: 28px;
    color: #A1A4AC;
}
.as-carousel .theme-fragebogen-btn{
    margin-top: 50px;
}
.carousel-indicators.white-box-container {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    left: auto;
    width: 350px;
    margin: 0px;
    display: inline-block;
    z-index: 99;
}
.carousel-indicators.white-box-container li:before, .carousel-indicators.white-box-container li:after{
    display: none;
}
.carousel-indicators.white-box-container a:hover {
    text-decoration: none;
}
.carousel-indicators.white-box-container .white-box {
    background: #fff;
    position: relative;
    right: 0px;
    border-radius: 15px;
    padding: 15px 20px;
    display: flex;
    margin: 30px 0px;
    width: 100%;
    height: auto;
    flex: none;
    text-indent: 0px;
}
.carousel-indicators.white-box-container .white-box-txt h4 {
    font-size: 20px;
    font-weight: 600;
}
.carousel-indicators.white-box-container .white-box:hover, .carousel-indicators.white-box-container .white-box.active {
    background: #A9C0FF;
}
.carousel-indicators.white-box-container .white-box-img .space {
    margin-right: 15px;
}
.carousel-indicators.white-box-container .white-box-txt p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
.carousel-indicators .active{
    background: #A9C0FF;
}
.carousel-indicators li{
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #ffffff;
}
/*****************************end banner section***********************************************************/



/*****************************start Vorteil section***********************************************************/
.vorteile-tabs .nav-tabs {
    display: flex;
    border:none;
}
.vorteile-tabs .tab-nav-title {
    display:none;
}  

.vorteile-tabs .tab-pane .collapse{
    display: block;
}
.vorteile-tabs .panel-title {
    margin-bottom: 20px;
}
.vorteile-tabs .nav-link.active, .vorteile-tabs .show>.nav-link {
    background: #6F96FF;
    border-color: #6F96FF;
}
.vorteile-tabs .nav-item{
    padding: 0px 10px;
}
.vorteile-tabs .nav-item a {
    width: 200px;
    height: 40px;
    border-radius: 100px !important;
    text-align: center;
    color: #93B0FF;
    margin-bottom: 55px;
    border: solid 2px #6F96FF;
}
.vorteile-panel {
    margin-top: 55px;
}
.vorteile-tabs .nav-link {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
}
.vorteile-img {
    margin-right: 20px;
    float: left;
}
.panel-title h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #2C2E30;
    overflow: hidden;
    display: block;
}
.panel-text p {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	color: #54565A;
}
.mt-90 {
    margin-top: 90px;
}
/*****************************end Vorteil sectionl***********************************************************/

/*****************************satrt Rechtliche Klarheit***********************************************************/

.timeline {
    list-style-type: none;
    position: relative;
    padding: 0px;
    margin: 0px;
}
.timeline:before {
    content: '';
    background: #EBF4F8;
    display: inline-block;
    position: absolute;
    left: 48px;
    width: 5px;
    top: 0px;
    bottom: 0px;
    z-index: 0;
}
.timeline li.item:last-child:before {
    content: '';
    background: #ffffff;
    display: inline-block;
    position: absolute;
    left: 48px;
    width: 5px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
}
.timeline li.item {
    position: relative;
    margin: 20px 0px;
    margin-top: 325px;
    z-index: 9;
}
.timeline li:first-child.item{
    margin-top: 130px;
}
.timeline li.item .circle-icon{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: #a9c0ff;
    border: 4px solid #6F96FF;
    font-size: 45px;
    color: #fff;
    padding: 10px 30px;
    float: left;
    margin-right: 60px;
    text-align: center;
}
.timeline li.item .content-sec{
    overflow: hidden;
    display: block;
}
.timeline h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}
.timeline p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #54565A;
}
.Mitarbeiter-panel {
    position: relative;
    max-width: 400px;
    width: 100%;
    height: 122px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    right: 0px;
    padding: 20px;
    display: flex;
    margin-bottom: 40px;
}
.panel-circle {
    width: 20px;
    height: 20px;
    background: #6F96FF;
    border-radius: 100px;
    position: relative;
    transform: translate(10px, 10px);
}
.panel-border {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background: rgba(111, 150, 255, 0.6);
}
.Mitarbeiter-panel .panel-text p {
    margin-left: 25px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #454545;
}

.progress-bar-sec .cols{
    width: 50%;
    float: left;
    text-align: center;
}

.progressbar {
    display: inline-block;
    width: 100%;
}
/*.circle {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}*/
.progress-bar-sec .circle-progress canvas {
    vertical-align: middle;
}
.progress-bar-sec .circle-progress div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 200px;
    font-size: 35px;
    font-weight: 400;
    color: #6F96FF;
}
/*.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}
.circle span {
    display: block;
    color: #aaa;
    margin-top: 12px;
}*/

.progress-bar-sec .circle-progress {
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.progress-bar-sec .circle-progress strong {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 200px;
    font-size: 35px;
    font-weight: 400;
    color: #6F96FF;
}
.progress-bar-sec .progress-title{
    width: 100%;
    text-align: center;
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}



/*****************************************end Rechtliche Klarheit sectionl*******************************************/

/*****************************************start abfrage software sectionl*******************************************/
.abfrage-software {
    padding: 50px 0px;
	 background: url(../img/light-gry-bg.jpg) ,#EBF4F8;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
	padding-bottom: 300px;
}
.ersparnisse-img-panel {
    width: 100%;
    display: inline-block;
}
.ersparnisse-img-panel .img-sec{
    position: relative;
}
.ersparnisse-img-panel .img-sec:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(95.98deg, #6F96FF 7.94%, rgba(111, 150, 255, 0.2) 112.34%);
    width: 100%;
    height: 100%;
}
.ersparnisse-img-panel img.ersparnisse-img {
    width: 100%;
    display: block;
    position: relative;
}


.table-container {
    background: #ffff;
    border-radius: 8px;
    border: none;
}
.table{
	margin-bottom: 0px;
}
.tbl-light-grey{
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #C2C9D1;
}
.table-heading{
	   font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
	 width: 200px;
    padding: 16px !important;
    text-align: center;
}
.Mitarbeiter-content {
    position: sticky;
    top: 50px;
}
.table td {
    text-align: center;
}
.table-container td.text-td {
    text-align: left;
}
.table-container .table thead th {
    vertical-align: middle;
    border-bottom: 1px solid #C2C9D1;
}
.table-container .table td {
    vertical-align: middle;
}
.table-container td.text-td{
    font-family:'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.table-container td.text-td a.table-link{
    min-width: 280px;
    display: inline-block;
}
.table-container  button.btn {
    padding: 4px 8px;
}
/*****************************************end abfrage software sectionl*******************************************/

/*****************************************start footer  sectionl*******************************************/
footer {
    width: 100%;
    height: 868.11px;
    background: url(../img/footer-bg.jpg) ,linear-gradient(360deg, #20232D 11.14%, #151720 100%);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer-content {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 10px 20px 60px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    padding: 90px 20px;
    text-align: center;
    border-top: solid 4px #6F96FF;
}
.footer-links h5 {
    color: #fff;
     font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
	margin-bottom: 30px;
}
.list-unstyled.quick-links li a {
    color: #fff;
    opacity: .8;
    font-weight: normal;
}
.list-unstyled.quick-links li a:hover{
    text-decoration: none;
    opacity: 1;
}
.list-unstyled.quick-links li {
    margin-bottom: 20px;
}
.footer-links {
	max-width: 712px;
    width: 100%;
    margin: auto;
}
.footer-bottom{
	width: 100%;
}
.footer-bottom .footer-bottom-links{
    list-style: none;
    float: right;
    margin-bottom: 0px;
}
.footer-bottom .footer-bottom-links li {
    float: left;
}
.footer-bottom .footer-bottom-links a {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    margin-left: 70px;
    padding: 20px 0px;
    float: left;
}
.footer-text {
	max-width: 540px;
    width: 100%;
    margin: auto;
}
.footer-text h4{
    color: #1C1F28;
}
.footer-text p{
    color: #A1A4AC;
    margin-top: 10px;
}






/*****************************************end footer  sectionl*******************************************/


/*Services-page*/
.page-heading {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 39px;
    text-align: center;
}

.services-page{
    padding-top: 150px;
}
.services-listing{
    padding-top: 100px;
}
.services-listing .card{
    border:none;
    margin-bottom: 40px;
}
.services-listing .card:hover{
    text-decoration: none;
}
.services-listing .card .card-img-top{
    border-radius: 0px;
}
.services-listing .card .card-body{
    padding: 15px 0px; 
}
.services-listing .card .card-body .card-title{
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 33px;
}
.services-listing .card:hover .card-title{
    color: #6F96FF;
}
.services-listing .card .card-body .card-text{
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #54565A;
}
.services-listing .card:hover .card-text{
    text-decoration: underline;
}

.page-banner{
    width: 100%;
    position: relative;
    padding-top: 70px;
}
.page-banner .banner-img-sec{
    width: 100%;
    min-height: 500px;
    background-size: cover !important;
    position: relative;
    padding: 100px 0;
}
.page-banner .banner-img-sec:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.page-banner .banner-title{
    font-family: Work Sans;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 47px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.page-banner .banner-text{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #A1A4AC;
    margin-bottom: 50px;
}
.comman-text-panel{
    font-family: Work Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #4E4E4E;
}
