@charset "UTF-8";
/* overpass-regular - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/overpass-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/overpass-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/overpass-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/overpass-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/overpass-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/overpass-v10-latin-regular.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* overpass-700 - latin */
@font-face {
  font-family: 'Overpass';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/overpass-v10-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/overpass-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/overpass-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/overpass-v10-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/overpass-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/overpass-v10-latin-700.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* overpass-italic - latin */
@font-face {
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/overpass-v10-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/overpass-v10-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/overpass-v10-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/overpass-v10-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/overpass-v10-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/overpass-v10-latin-italic.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* overpass-700italic - latin */
@font-face {
  font-family: 'Overpass';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/overpass-v10-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/overpass-v10-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/overpass-v10-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/overpass-v10-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/overpass-v10-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/overpass-v10-latin-700italic.svg#Overpass') format('svg'); /* Legacy iOS */
}
/* share-tech-mono-regular - latin */
@font-face {
  font-family: 'Share Tech Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/share-tech-mono-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/share-tech-mono-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/share-tech-mono-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/share-tech-mono-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/share-tech-mono-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/share-tech-mono-v13-latin-regular.svg#ShareTechMono') format('svg'); /* Legacy iOS */
}
/* CSS Document */
body {
  font-family: 'Overpass', sans-serif;
  color: #333;
  overflow-x: hidden !important;
  font-size: 20px;
}
a {color:#016451;}
/* LAYOUT */
.container {
  max-width: 1140px;
}
.container.text {
  max-width: 990px;
}
.grey {
  background-color: #333333;
  color: #ffffff;
}
.bluetxt {color:#087ea1;}
.red {
	color:#b30c2e !important;
}
.green-txt{
	color:#016451;
}
.greenbg {
	background-color:#016451;
	color:#ffffff;
}.greenbg.extra {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.grey h3 {
  color: #ffffff;
}.orange-txt {color:#ef7709;}
.orange {
  background-color: #ef7709;
  color: #ffffff !important;
}
.orange h3 {
  color: #ffffff
}
.blue {
  background-color: rgb(17, 118, 193);
  color: #ffffff !important;
}
.blue h3 {
  color: #ffffff;
}
/* BUTTONS & LINKS */
.btn-wrapper {position: relative;}
.btn-wrapper i {position: absolute; bottom:-2em; right:-2em; color:#333333 !important; animation:  pulse2 2s linear infinite; animation-delay: 2s; border-radius:50%}

@-webkit-keyframes pulse2 {
	0% { transform: translateX(0px);}
    	
	  30% { transform: translateX(0px);}
	
  70% {
	  transform: translate(-150px, -50px);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);}
  
  100% {transform: translate(-150px, -50px);
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4);
  }
}
@keyframes pulse2 {
  0% {transform: translateX(0px);
  }
	30% {transform: translateX(0px);
  }
	
  70% {transform: translate(-150px, -50px);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  100% {transform: translate(-150px, -50px);
    -moz-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.btn-primary {
	max-width:80%;
	margin:1em auto 01em auto;
  border-radius: 0;
  background: #b30c2e;
  border: none;
  font-size: 20px;
  padding: 18px 30px;
  position: relative;
	background:linear-gradient(to bottom, #efa12e,#ef7709);
  box-shadow: 0 0 12px 1px rgb(0 0 0 / 25%);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: #00979f;
}

/* HEADER */
.gradient-banner {
  padding: 50px 0 120px;
  position: relative;
  overflow: hidden;
}
.gradient-banner::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  background-image: #333333;
  background-image:
    /* radial-gradient(at 39% 22%, hsla(70, 66%, 55%, 1) 0, transparent 40%), radial-gradient(at 80% 0%, hsla(208, 71%, 53%, 1) 0, transparent 65%), radial-gradient(at 57% 81%, hsla(73, 59%, 55%, 1) 0, transparent 35%), radial-gradient(at 0% 50%, hsla(0, 0%, 20%, 1) 0, transparent 88%), radial-gradient(at 0% 0%, hsla(208, 28%, 31%, 1) 0, transparent 77%), radial-gradient(at 0% 100%, hsla(208, 57%, 46%, 1) 0, transparent 95%), radial-gradient(at 80% 100%, hsla(0, 0%, 20%, 1) 0, transparent 81%);*/
 linear-gradient(45deg, hsla(73, 59%, 55%, 1) 20%, hsla(208, 57%, 46%, 1) 70%, hsla(208, 71%, 53%, 1) 100%);
}
.shapes-container {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.shape {
  position: absolute;
}
.shape::before {
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, .1);
  transform: rotate(-35deg);
  position: absolute;
  border-radius: 50px;
}
.shape:nth-child(1) {
  top: 2%;
  left: 11%;
  width: 400px;
  height: 70px;
}
.shape:nth-child(2) {
  top: 14%;
  left: 18%;
  width: 200px;
  height: 15px;
}
.shape:nth-child(3) {
  top: 80%;
  left: 4%;
  width: 300px;
  height: 60px;
}
.shape:nth-child(4) {
  top: 85%;
  left: 15%;
  width: 100px;
  height: 10px;
}
.shape:nth-child(5) {
  top: 5%;
  left: 50%;
  width: 300px;
  height: 25px;
}
.shape:nth-child(6) {
  top: 4%;
  left: 52%;
  width: 200px;
  height: 5px;
}
.shape:nth-child(7) {
  top: 80%;
  left: 70%;
  width: 200px;
  height: 5px;
}
.shape:nth-child(8) {
  top: 55%;
  left: 95%;
  width: 200px;
  height: 5px;
}
.shape:nth-child(9) {
  top: 50%;
  left: 90%;
  width: 300px;
  height: 50px;
}
.shape:nth-child(10) {
  top: 30%;
  left: 60%;
  width: 500px;
  height: 55px;
}
.shape:nth-child(11) {
  top: 60%;
  left: 60%;
  width: 200px;
  height: 5px;
}
.shape:nth-child(12) {
  top: 35%;
  left: 75%;
  width: 200px;
  height: 5px;
}
.shape:nth-child(13) {
  top: 90%;
  left: 40%;
  width: 300px;
  height: 45px;
}
.shape:nth-child(14) {
  top: 54%;
  left: 75%;
  width: 200px;
  height: 5px;
}
.shape:nth-child(15) {
  top: 50%;
  left: 90%;
  width: 200px;
  height: 5px;
}
.shape:nth-child(16) {
  top: 50%;
  left: 81%;
  width: 100px;
  height: 5px;
}
.gradient-banner .container {
  position: relative;
  max-width: 70%;
}
.pull-top {
  margin-top: -100px;
}
.pull-right {
  transform: translate(120px);
}
.float-right {
  float:right;
	display:inline;
}
.stage {
  height: 628px;
  background: #ccc url('../images/header.jpg') center center no-repeat;
  cursor: pointer;
}
@media (max-width: 991px) {
  .stage {
    height: 490px;
    background-size: auto 100%;
  }
}
@media (max-width: 767px) {
	.polaroid img {
		max-width: 100% !important;}
	.fa-6x {
    font-size: 6em;
    line-height: .7;
}
}
	
  .stage {
    height: 460px;
    background: #ccc url('../images/header_phone.jpg') center center no-repeat;
    background-size: auto 100%;
  }
	.img-fluid {max-width:75%;}
	.img-fluid2 {max-width:100%;}
	.img-fluid3 {max-width:50%;}

@media (max-width: 479px) {
  .stage {
    height: 350px;
  }
}
@media (max-width: 359px) {
  .stage {
    height: 300px;
  }
}
/* BAKGROUNDS & COLORS */
.box2 {
  background: url("../img/box2-bg.png") center no-repeat #e5efed;
  border-radius: 10px;
  padding: 1em;
  align-self: auto;
  transition-duration: 0.30s;
}
.box2:hover {
  background-color: #ebebeb;
}
.box2 li {font-size:1.2em;}
.box3 {
  background: #e5efed;
  border-radius: 10px;
  padding: 1em;
  align-self: auto;
  transition-duration: 0.30s;
	min-height: 100%;
}
.box3:hover {
  background-color: #ebebeb;
}

@media (max-width:767px) {
  .box2 {
    min-height: auto;
	  background-size:cover;
  }
	.box3 {
    min-height: auto;
  }
	.py-5 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
}
}
.w-35 {
    width: 35%!important;
}
.box {
	background-color:#f1f1f1;
    position: relative;
    margin: 20px;
    border: none;
    padding: 0;
    box-sizing: content-box;
    border: 2px solid transparent;
}
 .box::after, .box::before {
    display: block;
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
}

.box::after {
    top: -2px;
    right: -2px;
    border-top: 5px solid #016451;
    border-right: 5px solid #016451;
}
.box::before {
    bottom: -2px;
    left: -2px;
    border-bottom: 5px solid #016451;
    border-left: 5px solid #016451;
}
.box-head {
	background-color: #f1f1f1;
	margin-bottom:2px;
	color:#016451;
	Font-weight:normal;
	font-size:2em;
	text-align: center;
	padding:.2em 1em;
}

.box-body {
	background-color: #f1f1f1;
	padding:2em 1em;
	color:#002060;
	text-align: center;
	min-height:634.9px;
	display: flex;
    flex-direction: column;
	justify-content: end;
}
.box-body li {text-align:left;}
.box-body ul li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    width: 20px;
    height: 20px;
    position: absolute;
    left: -30px;
    top: 0px;
    font-size: 1em;
    color: #ec6415;
}
.box-body img {
margin:0 auto;}
.box-active {align-self:auto;}
.box-active .box-head {
	background-color: #016451;
	margin-bottom:2px;
	color:#ffffff;
	font-weight:bold;
	font-size:2em;
	text-align: center;
	padding:.2em 1em;
	
}
.empfohlen{
    position: absolute;
    top: -1em;
    left: -0.5em;
    z-index: 100;
    transform: rotate(335deg);
    background-color: #ef7709;
	color:#ffffff;
	padding: 0.3em;
    border-radius: 5px;
}
.rabatt{
    position: absolute;
    text-align: center;
	top:2em;
    right: 2em;
    z-index: 100;
    transform: rotate(12deg);
    background-color: #ef7709;
	color:#ffffff;
	padding: 1em;
	    border: 5px solid #fff;
    box-shadow: 0 3px 7px 3px rgb(33 33 33 / 35%);
    border-radius: 50%;
	line-height: 1;
}
.rabatt2{
    position: absolute;
    text-align: center;
	height: 150px;
  width: 150px;

    z-index: 100;
    transform: rotate(12deg);
    background: radial-gradient(circle at center, #ce0000 66.5%, white 68%);
	color:#ffffff;
	padding: 1em;
	border: 5px solid #ce0000;
    box-shadow: 0 3px 7px 3px rgb(33 33 33 / 35%);
    border-radius: 50%;
	line-height: 1.1;
	font-size: 1.2em;
	bottom: -5em;
    right: 0;
}
.rabatt2 a {color:#ffffff; text-decoration: none;}
.rabatt3{
    position: absolute;
    text-align: center;
	height: 150px;
  width: 150px;
    z-index: 100;
    transform: rotate(12deg);
    background: radial-gradient(circle at center, #ce0000 66.5%, white 68%);
	color:#ffffff;
	padding: 1em;
	border: 5px solid #ce0000;
    box-shadow: 0 3px 7px 3px rgb(33 33 33 / 35%);
    border-radius: 50%;
	line-height: 1.1;
	font-size: 1.2em;
	bottom:0;
	right:2em;
}
.rabatt4{
    position: absolute;
    text-align: center;
	height: 150px;
  width: 150px;
    z-index: 100;
    transform: rotate(12deg);
    background: radial-gradient(circle at center, #ce0000 66.5%, white 68%);
	color:#ffffff;
	padding: .8em;
	border: 5px solid #ce0000;
    box-shadow: 0 3px 7px 3px rgb(33 33 33 / 35%);
    border-radius: 50%;
	line-height: 1.1;
	font-size: 1.0em;
	bottom:0;
	right:2em;
}
.rabatt4 div {position: absolute;
top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-active .box-body {
	background-color: #016451;
	padding:2em 1em;
	color:#ffffff;
	text-align: center;
}
.box-active .box-body li {text-align:left;}
.box-active .box-body img {
margin:0 auto;}
@media (min-width:1600px) {
  .col-xll-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
}
@media (min-width:1800px) {
  .col-xll-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}
@media (min-width:2000px) {
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.box h3 {
  padding: 50% 0 0 0;
}
@media (max-width:767px) {
  .more-top-margin {
    margin-top: 1em;
  }
}
.show {
  cursor: pointer;
}
/* Essential for Toggle Modus */
		.display-control {
            display: none;
        }
		.container-hidden {
            height: 0;
            overflow: hidden;
        }
		.display-control:checked + label.btn {
            background-color: white;
            color: #016451;
        }
	
		/* Extra Styles */
		.formular {
			padding: 75px 0;
		}
		.card-deck {
			margin-bottom: 1.5rem;
		}
		.card-deck h4 {
			margin-bottom: 0;
			font-size: 1.5rem;
		}
		.card-deck .btn {
			border-color: #00849d;
			background-color: #00849d;
			font-weight: bold;
			padding: 13px 0;
		}
		.card-deck .btn:active {
			background-color: #016451 !important;
		}
.checked {background-color:#016451;}
#a1, #a2, #a3 {
  display: none;
}
/* TYPE */
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  color: rgb(51, 51, 51);
}
h1 {
  text-align: center;
  font-weight: 700;
}
h2 {
  font-size: 1.75rem;
  font-weight: 700;
}
h3 {
  margin-bottom: 15px;
}
h4 {
}
.small, small {
    font-size: .75em;
}
.gradient-banner h1, .gradient-banner h2  {
  color: #ffffff;
  text-align: left;
}
.gradient-banner h3 {
  color: #333333;
  text-align: left;
}
.orange {
  color: #ec6415;
}
.bg-orange {background:#ec6415; color:#ffffff; padding:.5em; margin:.5em 0;}
ol {
	padding-left:3em;
}
ol li::marker {
	font-size:2em;
	color:#087ea1;font-weight:bold;
}
 ul {
list-style: none;
  margin: 0;
  padding: 0 0 15px 45px;
}
 ul li {
  margin-top: 10px;
	 position: relative;
}
 ul li:before {
  font-family: 'FontAwesome';
  content: '\f111';
  width: 20px;
  height: 20px;
  position: absolute;
  left: -35px;
  top: 5px;
	 font-size:.7em;
	 color:#ec6415;
}
h3 i {}
.fa-ul  li:before {
	content:"" !important;
	margin-left:0;
	display: block;
	padding-top:0;
}
.fa-li .fas {
    margin-left: -0.2em;
    margin-top: -0.2em;
}
.fa-ul .highlight {font-size:1.3em; }
.text_large {
  font-size: 18px;
  font-weight: 700;
  color: #2d5a77;
}
.quote  i {
    position: absolute;
    top: 0.1em;
    left: 0.5em;
    opacity: .2;
    font-size: 5em;
	color:#6b8a40;
	z-index:0;
}
span.quote {
    position: absolute;
    top: 0;
    left: -0.5em;
    opacity: .2;
    font-size: 5em;
	color:#6b8a40;
	z-index:0;
}
.quote p {
	position: relative;
	z-index:10;
}
span.quote2 {
    position: absolute;
    top: 0;
    left: 0.5em;
    opacity: .2;
    font-size: 5em;
	color:#6b8a40;
	z-index:0;
}
.quote2 p {
	position: relative;
	z-index:10;
}
@media (max-width: 767px) {
	span.quote {
		top: -0.5em;
    left: .1em;
		
	}
	.mm-top{margin-top:2em;}
	span.quote2.zwei {
    position: absolute;
    top: 0;
    right: -2em;
    opacity: .2;
    font-size: 5em;
	color:#6b8a40;
	z-index:0;
}
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
}
.img-responsive {
  max-width: 500px;
}
@media (max-width: 767px) {
  .img-responsive {
    max-width: 300px;
  }
}
.img-responsive2 {
  max-width: 350px;
}
@media (max-width: 767px) {
  .img-responsive2 {
    max-width: 200px;
  }
}
.img-responsive3 {
  max-width: 380px;
}
@media (max-width: 767px) {
  .img-responsive3 {
    max-width: 250px;
  }
}
/* TEASER */
.teaser {
  font-size: 15px;
  background: #f3f7fa;
  margin-top: 25px;
}
.teaser.teaser-img .img-wrapper {
  height: 230px;
  background: #ccc url('../images/strategie_personal.jpg') center center no-repeat;
  background-size: 100% auto;
  position: relative;
}
.teaser.teaser-img .img-wrapper h3 {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-size: 20px;
  color: #2d5a77;
  font-weight: 700;
  width: 100%;
  margin: 0;
}
.teaser.teaser-img .img-wrapper h3 span {
  font-weight: 500;
  padding-top: 4px;
  display: inline-block;
}
.teaser.teaser-img .text {
  padding: 25px 15px 10px;
}
.teaser .text a {
  color: #185b8d;
  text-decoration: underline;
}
.teaser .text a.btn {
  color: #ffffff;
  text-decoration: none;
}
.bg-white-transparent {background: rgba(255,255,255,.9);}
@media (max-width: 767px) {
  .teaser {
    height: auto !important;
  }
	.bg-white-transparent {background: rgba(255,255,255,.8);}
}
.head {
  width: 100%;
  background: url("../img/head-bg.png") right center no-repeat;
  background-size: cover;
}

/*.btn-primary {
  background: #f6871e;
  border: none;
  font-size: 17px;
  font-weight: 600;
  padding: 18px 40px 0 40px;
  position: relative;
  height: 60px;
  max-width: 100%;
  overflow: hidden;
  box-shadow: 0 0 48px 5px rgb(0 0 0 / 25%);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #157fbf;
}
*/
#borderimg {
  /* You can also use border-top or border-bottom to target the side you want affected */
  border: 50px solid transparent;
  padding: 50px 15px;
  -webkit-border-image: url(../img/marker.png) 60 stretch; /* Safari 3.1-5 */
  -o-border-image: url(../img/marker.png) 60 stretch; /* Opera 11-12.1 */
  border-image: url(../img/marker.png) 60 stretch;
  border-image-width: 0 0 0 50px;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
h2#borderimg {
  font-family: 'Architects Daughter', cursive;
  font-weight: 800;
}
.font2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
}
#notes {
  list-style-type: none;
  padding-inline-start: 0;
}
#notes li {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 25px auto;
  padding: 30px 15px 15px 15px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
  box-shadow: 0 1px 10px #cccccc;
  background-color: rgba(9, 103, 177, .1);
}
.notesinner {
  padding-left: 0;
}
#notes .notesinner li {
  position: relative;
  width: 90%;
  min-height: 100px;
  list-style-type: none;
  margin: 25px auto;
  padding: 25px 15px 15px 15px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
  box-shadow: 0 1px 10px #cccccc;
  background-color: rgba(9, 103, 177, .1);
}
#notes li p {
  text-align: left;
  color: #000;
  text-shadow: white 1px 1px 0px;
  overflow: hidden;
}
#notes li::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 35%;
  top: -25px;
  width: 25%;
  height: 35px;
  z-index: 2;
  background-color: rgba(243, 245, 228, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 5px #ccccccc;
  -moz-box-shadow: 0 0 5px #cccccc;
  box-shadow: 2px 2px 10px #cccccc;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
}
#notes .notesinner li::before {
  content: ' ';
  display: block;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#notes li:nth-child(even)::before {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
}
.border-yellow {
  border: 5px solid #f5cf18;
}
span.highlight {
  padding: 0.1em .3em;
  line-height: 1.5em;
  font-weight: normal;
  color: #484847;
  background: linear-gradient(104deg, rgba(246,135,30, 0) 0.9%, rgba(246,135,30, 1.25) 2.4%, rgba(246,135,30, 0.5) 5.8%, rgba(246,135,30, 0.1) 93%, rgba(246,135,30, 0.7) 96%, rgba(246,135,302, 0) 98%), linear-gradient(183deg, rgba(246,135,30, 0) 0%, rgba(246,135,30, 0.3) 7.9%, rgba(246,135,30, 0) 15%);
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(246,135,30, 0.7), 21px -18.1px 7.3px rgba(255, 255, 255, 1), -18.1px -27.3px 30px rgba(255, 255, 255, 1);
  position: relative;
}
.top {padding-bottom:.5em; background-color: #016451; color:#ffffff;}
.top a {
  color: #ffffff;
}
.top .fa {
  color: #ffffff;
  padding-right: .3em;
}
.top span.trust {
  font-size: .7em;
}
.google{ text-align: center;}
.google img {max-width:20px; padding-right:5px;}
ul.contact li {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #ffffff;
	margin-top:0;
}
ul.contact li::before{
	content:"";
}
@media screen and (max-width:768px) {
  ul.contact li {
    font-size: 0.75rem
  }
  ul.contact {
    padding-inline-start: 0;
  }
}
.pfeil {
  margin-left: -10em;
}
.head ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 25px;
}
.head ul li {
  margin-top: 10px;
  font-size: 1.2em;
}
.head ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #deb76a;
  font-size: 17px;
  margin-left: -25px;
  padding-right: 7px;
}
.head h2 {
	font-size:2.3rem;
	margin-bottom:0;
}
.head .fa-solid {color:#ef7709;}
.whitebg {
  background: rgba(51,51,51, .2);
  color: #333333;
  align-self: center;
  padding: 2em;
  border-radius: 3px;
  box-shadow: 0 8px 6px -6px #000;
  margin-bottom: 2em;
}
.grey {color: #595d63 !important;}
/* ICONBOX */
.icon-box {
  margin-top: 30px;
  padding: 0 15px;
  font-size: 18px;
}
.icon-box img {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .icon-box {
    height: auto !important;
    text-align: center;
  }
  .icon-box img {
    margin: 0 auto 50px;
  }
  #notes li {
    width: 100%;
  }
  .padder-40-0 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .subhead .p-0 {
    padding: 0 !important;
  }
}
.arrow-down {text-align: center; font-size:4em;}
.card {
	border:none;
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 25%);
}

.card-body {padding:1em;
	text-align: center;
	display: flex !important;
	flex-direction: column;
	align-self:center;
}
.card-body h4 {padding-bottom:.3em; color:#5d8492; font-weight:bold;}
.card-body img {max-height:256px; padding-top:.5em; padding-bottom:.5em;}
.card-body p { padding-top:.5em;}
.card-title {font-weight: bold;}
.card-text {padding-top:1em;}
.card-footer {text-align:center;
border:none;
	background-color: #ffffff;
padding-top:.1em;
border-bottom-left-radius: 10px !important;
border-bottom-right-radius: 10px !important;
}
.card-footer span {
  padding: 0.1em .3em;
  line-height: 1.5em;
  font-weight: normal;
  color: #484847;
  background: linear-gradient(104deg, rgba(246,135,30, 0) 0.9%, rgba(246,135,30, 1.25) 2.4%, rgba(246,135,30, 0.5) 5.8%, rgba(246,135,30, 0.1) 93%, rgba(246,135,30, 0.7) 96%, rgba(246,135,302, 0) 98%), linear-gradient(183deg, rgba(246,135,30, 0) 0%, rgba(246,135,30, 0.3) 7.9%, rgba(246,135,30, 0) 15%);
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(246,135,30, 0.7),  -18.1px -27.3px 30px rgba(255, 255, 255, 1);
  position: relative;
}
.boxes {
  width: 90px;
  height: 90px;
  background-color: #eee;
  border-radius: 10px;
  margin-left: 12px;
  margin-bottom: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.boxes span {
  font-size: .7em;
  text-align: center;
  display: block;
  padding-top: .3em;
}
.boxes:hover {
  border: 1px solid red;
  cursor: pointer;
}
.selecteditem {
  border: 1px solid red;
  background-image: url(../img/checked.svg);
  background-repeat: no-repeat;
  background-position-x: 66px;
  background-position-y: 6px;
  color: red;
}
.button, .input, .select select, .textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}
.button {
  background-color: #fff;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}
.button.is-danger {
  background-color: red;
  border-color: transparent;
  color: #fff;
}
.is-pulled-right {
  float: right !important;
}
.progress-bar {
  background-color: rgb(17, 118, 193);
}
.red {
  color: #ff0000;
}
.fa-2x {
  font-size: 1.7rem !important;
}
.carousel-inner {
  width: 90%;
  margin: 0 auto;
  background-color: #f1f1f1;
  padding: 1em;
  text-align: center;
}
.carousel-inner p:first-child {
  font-style: italic;
}
.carousel-indicators {
  margin-bottom: .5rem;
}
.carousel-indicators [data-bs-target] {
  background-color: rgb(17, 118, 193);
}
.carousel-control-next, .carousel-control-prev {
  color: rgb(17, 118, 193);
}
.carousel-control-prev {
  left: -1em;
}
.carousel-control-next {
  right: -1em;
}
.round {
  border-radius: 50%;
}
.slider button {
  box-shadow: none;
}
.slider div {
  text-align: left;
  font-size: 1em;
	padding-left:.5em;
	padding-right:1em;
	white-space: normal;
}
.badge.first {
  z-index: 100 !important;
  left: 28%;
  bottom: 3em;
  transform: rotate(346deg) !important;
}
.badge.second {
  z-index: 100 !important;
  left: 25%;
  bottom: 3em;
  transform: rotate(346deg) !important;
}
.slick-dots {bottom:10px !important;}
.slider .slick-dots {bottom:-10px !important;}
.slick-dots li:before {
 content:'';
}
.testis {background-color:#e5efed;}
.testis .comments .card {box-shadow: none; background:transparent; padding:1em; text-align: center;}
.testis .comments .card strong {color:#016451;}

.slick-prev:before, .slick-next:before {
  font-size: 30px;
  color: #3e4444;
}
.slick-prev {
  left: 0px !important;
  z-index: 1;
}
.slick-next {
  right: 0px !important;
}
.slider button {
  box-shadow: none;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-next:before {}
@media only screen and (min-width: 1200px) {
  .slick-prev {
    left: -25px !important;
  }
}
.cube-container {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
}
#cube, #cube1, #cube2 {
  width: 100%;
  height: 100%;
  position: absolute;
}
#cube div, #cube1 div, #cube2 div {
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  border: none;
  line-height: 1;
  text-align: center;
  font-size: 1em;
  color: #ffffff;
  font-weight: bold;
  align-self: center;
  justify-content: center;
}
#cube span, #cube1 span, #cube2 span {
  position: relative;
  top: 40%;
  margin: 0 auto;
}
#cube .cube-title {
  display: block;
  transition: 1s;
}
.cube-title {
  display: none;
}
.front {
  background: #3e4444;
}
.back {
  background: #f6871e;
}
.right {
  background: #f6871e;
}
.left {
  background: #3e4444;
}
.left span {
  transform: rotateX(-60deg);
}
.top-c {
  background: #f6871e;
}
.bottom {
  background: #585858;
}
.right ins, .front ins {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 6em;
  text-decoration: none;
  opacity: .5;
}
#cube .front, #cube1 .front, #cube2 .front {
  -webkit-transform: rotateY(0deg) translateZ(100px);
  -moz-transform: rotateY(0deg) translateZ(100px);
}
#cube .back, #cube1 .back, #cube2 .back {
  -webkit-transform: rotateX(180deg) translateZ(100px);
  -moz-transform: rotateX(180deg) translateZ(100px);
}
#cube .right, #cube1 .right, #cube2 .right {
  -webkit-transform: rotateY(90deg) translateZ(100px);
  -moz-transform: rotateY(90deg) translateZ(100px);
}
#cube .left, #cube1 .left, #cube2 .left {
  -webkit-transform: rotateY(-90deg) translateZ(100px);
  -moz-transform: rotateY(-90deg) translateZ(100px);
}
#cube .top, #cube1 .top, #cube2 .top {
  -webkit-transform: rotateX(90deg) translateZ(100px);
  -moz-transform: rotateX(90deg) translateZ(100px);
}
#cube .bottom, #cube1 .bottom, #cube2 .bottom {
  -webkit-transform: rotateX(-90deg) translateZ(100px);
  -moz-transform: rotateX(-90deg) translateZ(100px);
}
@-webkit-keyframes rotatecube {
  100% {
    transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(90deg) rotateY(-90deg) rotateZ(90deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg)
  }
}
@-moz-keyframes rotatecube {
  0% {
    -moz-transform: scaleX(1) scaleY(1) scaleZ(1) rotateX(90deg) rotateY(-90deg) rotateZ(90deg) translateX(0px) translateY(0px) translateZ(0px) skewX(0deg) skewY(0deg);
  }
}
/* inViewport */
[data-inviewport="rotate1"].is-inViewport {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: rotatecube 5s ease-in 1s 1;
  animation-fill-mode: forwards;
  -moz-transform-style: preserve-3d;
  -moz-animation: rotatecube 5s ease-in 1s 1;
}
[data-inviewport="rotate2"].is-inViewport {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: rotatecube 5s ease-in 4s 1;
  animation-fill-mode: forwards;
  -moz-transform-style: preserve-3d;
  -moz-animation: rotatecube 5s ease-in 4s 1;
}
[data-inviewport="rotate3"].is-inViewport {
  -webkit-transform-style: preserve-3d;
  -webkit-animation: rotatecube 5s ease-in 6s 1;
  animation-fill-mode: forwards;
  -moz-transform-style: preserve-3d;
  -moz-animation: rotatecube 5s ease-in 6s 1;
}
#twelve-point-star {
  height: 150px;
  width: 150px;
  text-align: center;
  margin-top: 0;
  margin-left: 4em;
  color: #ffffff;
  position: absolute;
  right: 1em;
  bottom: 0em;
  background-color: #016451;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  z-index: 10;
}
#twelve-point-star:before {
  height: 150px;
  width: 150px;
  background: #016451;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  /* Rotate */
  -moz-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  z-index: 1;
}
#twelve-point-star:after {
  height: 150px;
  width: 150px;
  background: #016451;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  /* Rotate */
  -moz-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: 1;
}
#twelve-point-star a {
  color: #ffffff;
  padding-top: 1.5em;
	line-height: 1;
  font-size: 1.6em;
  z-index: 100;
  position: relative;
  top: .8em;
  text-decoration: none;
}
@media(max-width:767px) {
	.gradient-banner {padding:1em 0 6em 0;}
	.gradient-banner .container {
    position: relative;
    max-width: 90%;
}
	.head h2 {font-size: 1.5rem;}
	.head ul li {
    font-size: 1em;
}
	.mm-top {margin-top:1em;}
	.boxen .card {min-height:248px;}
	.heading .col-10, .col-md-11 {
	font-size:1em !important;
		
	}
	.quote i {
		top:-.3em;
		left:0;
	}
  #twelve-point-star {
    height: 100px;
    width: 100px;
    text-align: center;
    color: #ffffff;
    position: absolute;
    left: -1em;
    bottom: 10em;
    right: 2em;
    margin-top: auto;
    margin-left: auto;
    background-color: #016451;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 10;
  }
  #twelve-point-star:before {
    height: 100px;
    width: 100px;
    background: #016451;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    /* Rotate */
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    z-index: 1;
  }
  #twelve-point-star:after {
    height: 100px;
    width: 100px;
    background: #016451;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    /* Rotate */
    -moz-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    z-index: 1;
  }
  #twelve-point-star a {
    color: #ffffff;
    padding-top: 2em;
    font-size: 1em;
    z-index: 100;
    position: relative;
    top: .2em;
    text-decoration: none;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: .50;
    transform-origin: 50% 50%;
    transform: rotate(2deg) scale(5);
    transition: all .3s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  100% {
    opacity: 1;
    transform: rotate(15deg) scale(1);
  }
}
#box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gradient-border {
  --borderWidth: 5px;
  background: #ffffff;
  position: relative;
  border-radius: var(--borderWidth);
}
.gradient-border:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #585858, #e68a15, #f1af43, #3f3f3f, #333333, #585858, #e68a15, #f1af43);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  -webkit-animation: animatedgradient 5s ease alternate infinite;
  animation: animatedgradient 5s ease alternate infinite;
  background-size: 300% 300%;
}
@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.plus {
  position: absolute;
  color: #1176c1;
  right: -5.6em;
  bottom: 40%;
  z-index: 100;
}
.h-pl {padding-left:2em;}
@media (max-width:767px) {
	.h-pl {padding-left:auto;}
	.btn-primary{max-width: 98%; font-size: 20px;
    line-height: 24px;}
	.card-body img {
    max-height: 150px;
	}
	.rabatt2 {width:120px; height:120px; font-size:.9em;bottom: -5em;}
	.rabatt3 {width:120px; height:120px; font-size:.9em;bottom: -1em;}
	.rabatt4 {width:120px; height:120px; font-size:.75em;bottom: 0em;}
	.w-75 {max-width:50%;}
	.box-body {
    background-color: #f1f1f1;
    padding: 2em 1em;
    color: #002060;
    text-align: center;
    height: auto;
		min-height: 300px;}
  .plus {
    bottom: -4.5em;
    right: 25%;
  }
}
.container.grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1rem;
  margin: 0 auto;
}
.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tile {
  position: relative;
}
.tile i {
  position: absolute;
  bottom: .1em;
  right: .1em;
  opacity: .4;
  font-size: 5em;
}
.tile:nth-child(1) {
  grid-column: span 4;
  grid-row: span 1;
}
.tile:nth-child(2), .tile:nth-child(3) {
  grid-column: span 2;
}
.tile:nth-child(4), .tile:nth-child(5) {
  grid-column: span 2;
}
.tile:nth-child(6), .tile:nth-child(7) {
  grid-column: span 3;
  grid-row: span 1;
}
@media screen and (max-width: 650px) {
  .container.grid {
    display: block;
  }
  .tile {
    margin-bottom: 1rem;
  }
}
.h-180 {max-height:180px !important;}
.text-left {text-align: left !important;}
.law {
  width: 100vw;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/Finanzplanung_Spezialreport_Mockup.png"), radial-gradient(rgba(0,85,69,1), rgba(0,85,69,1));
  background-size: cover;
  background-position: center;
  background-blend-mode:  overlay;
	color:#ffffff;}
.law .card-body {color:#333333;}
.green-bg2 {
  width: 100vw;
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/box2-bg.png"),radial-gradient(rgba(0,85,69,1), rgba(0,85,69,1));
  background-size: cover;
  background-position: bottom center;
  background-blend-mode: overlay;
	color:#ffffff;}
.green-bg2 button.video-btn {background-color: transparent!important; color:#ffffff; border:none; text-decoration: underline; margin: 0 auto;}
.green-bg2 strong {color:#ef7709;}
.green-bg2 ul {padding-bottom:0;}
.green-bg2 ul li:before {color:#ef7709; content:'\f0da'; font-size:1.4em; top:-8px;}
.flip {transform: scaleX(-1);}
figure.snip1113 {
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  width: 100%;
  background: transparent;
  text-align: center;
}

figure.snip1113 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure.snip1113 img {
  max-width: 65%;
  margin: 40px auto;
  display: block;
  position: relative;
  border: 3px solid #f1f1f1;
  padding: 15px 15px 85px 15px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

figure.snip1113 figcaption {
  position: absolute;
  height: 170px;
  bottom: 0px;
  left: 0;
  right: 0;
  display: block;
}

figure.snip1113 h3 {
  background-color: #ffffff;
  color: #000000;
  font-size: 1.6em;
  width: 100%;
  padding: 10px 12px 5px 12px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
}

figure.snip1113 h3 span {
  font-weight: 800;
}

figure.snip1113 h4 {
  margin: 0;
  letter-spacing: -1px;
  opacity: 1;
  font-size: .8em;
	max-width:63%;
	margin:0 auto;
}

figure.snip1113.orange img {
}

figure.snip1113.orange h3,
figure.snip1113.orange h4 {
  color: #ef7709;
}
/*.divider div {
  font-family: "Share Tech Mono", monospace;
  color: #fff;
  font-size: 4.5vh;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
	text-align:center;
}
.divider div a {
	color:#ffffff;
	text-decoration:none;
}
.divider div::before, .divider div::after {
  content: "";
  display: block;
  height: 0.09em;
  min-width: 20vw;
}
.divider div::before {
  background: linear-gradient(to right, rgba(240, 240, 240, 0), #fff);
  margin-right: 4vh;
}
.divider div::after {
  background: linear-gradient(to left, rgba(240, 240, 240, 0), #fff);
  margin-left: 4vh;
}*/
#eins .fa-ul li {font-size:1.2em;}
#eins .fa-ul .fa-check {font-size:1.6em;}
.foot {
  background-color: #016451;
  padding: 1em 0 .5em 0;
}
.impressum {
  list-style-type: none;
  font-size: .8em;
  padding-left: 0;
  margin-bottom: 0;
}
.impressum li {
  display: inline;
  padding: 0 .5em;
}
.impressum li:first-child {
  padding-left: 0;
}
.impressum li a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
.impressum li a:hover {
  text-decoration: underline;
}
.impressum li::before {
	content:"";
	margin-left:0;
	padding-right:0;
}
.copy {
  font-size: .6em;
  color: #ffffff;
  line-height: 1.3em;
}
.rightCSS {
  background: #b30c2e;
  overflow: hidden;
 font-size:.8em;
}
.rightCSS div {
  position: relative;
  animation: CSSright linear 28s infinite;
}
@keyframes CSSright {
  0% {
    right: -100%
  }
  100% {
    right: 100%
  }
}
.rightCSS:hover div {
  animation-play-state: paused;
}
#accordion .accordion-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
.accordion-item {
  border: none !important;
}
#accordion .accordion-heading:before, #accordion .accordion-heading:after {
  content: "";
  width: 50%;
  height: 20%;
  box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 15px;
  left: 10px;
  transform: rotate(-3deg);
  z-index: -1;
}
#accordion .accordion-heading:after {
  left: auto;
  right: 10px;
  transform: rotate(3deg);
}
#accordion .accordion-title button {
  display: block;
  padding: 15px 70px 15px 70px;
  margin: 0;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2b7cc0;
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  position: relative;
}
#accordion .accordion-title button:before, #accordion .accordion-title button.collapsed:before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 55px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  border-left: 2px solid #2b7cc0;
  position: absolute;
  top: 0;
  right: 0;
}
#accordion .accordion-title button.collapsed:before {
  content: "\f107";
}
#accordion .accordion-title button .icon {
  display: inline-block;
  width: 55px;
  height: 100%;
  border-right: 2px solid #2b7cc0;
  font-size: 20px;
  color: #b30c2e;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#accordion .accordion-body {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-bottom: 3px solid #2b7cc0;
  border-top: none;
  background: #fff;
  font-size: 15px;
  color: #333;
  line-height: 27px;
}
.inhalt a {text-decoration: none; color:#333333;}
.inhalt li {
  cursor: pointer;
  padding: .3em 0;
}
.inhalt li::marker {
  cursor: pointer;
  color: rgb(17, 118, 193);
  font-size: 1.5em;
  font-weight: bold;
}
.heading {
  margin-bottom: 2em;
}
.heading .col-2, .heading .col-md-1 {
  font-size: 2em;
  font-weight: bold;
  color: rgb(17, 118, 193);
  border-right: 5px solid rgb(17, 118, 193);
  text-align: left;
}
.heading .col-10, .col-md-11 {
  font-size: 1.5em;
  font-weight: bold;
  color: rgb(17, 118, 193);
  text-align: left;
  align-self: center;
}
.frame {
  border: 8px solid #6b8a40;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
}
.frame2 {
  border: 8px solid #6b8a40;
  -webkit-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
}
#gratis .card-body {min-height: 478px;}
@media (max-width:767px) {
	#gratis .card-body {min-height: auto;}
}
#scroll-btn {
  background-color: #016451;
  background-image: url("../img/scroll-button-text.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 3px 7px 3px rgba(33, 33, 33, 0.35);
  bottom: 20px;
  font-size: 0;
  height: 100px;
  opacity: 1;
  position: fixed;
  right: 20px;
  transition: background-color 300ms linear, opacity 300ms linear, right 0ms linear;
  width: 100px;
  z-index: 11
}
@media (max-width: 575px) {
  #scroll-btn {
    display: none
  }
}
@media (min-width: 768px) {

  #scroll-btn {
    background-size: 90px;
    height: 124px;
    width: 124px
  }
}
@media (min-width: 1200px) {
  #scroll-btn {
    background-size: 140px;
    height: 175px;
    width: 175px;
  }
}
#scroll-btn:hover, #scroll-btn:focus {
  background-color: #00979f;
}
.footer-reached #scroll-btn {
  opacity: 0;
  right: -150px;
  transition: background-color 300ms linear, opacity 300ms linear, right 0ms linear 300ms
}
@media (min-width: 768px) and (max-height: 750px) {
  #intro {
    background: linear-gradient(180deg, #dbe6ee 0%, #f4f9fa 85%, #fff 85%, #e2edf3 100%);
    padding: 40px 0 60px 0
  }
  #intro h1 {
    font-size: 36px
  }
  #intro .report {
    max-width: 450px
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  #intro {
    background: linear-gradient(180deg, #dbe6ee 0%, #f4f9fa 90%, #fff 90%, #e2edf3 100%);
    padding: 20px 0 60px 0
  }
  #intro h1 {
    font-size: 32px
  }
  #intro .report {
    max-width: 400px
  }
}
@media (min-width: 768px) and (max-height: 550px) {
  #intro {
    background: linear-gradient(180deg, #dbe6ee 0%, #f4f9fa 92%, #fff 92%, #e2edf3 100%);
    padding: 20px 0 40px 0
  }
  #intro h1 {
    font-size: 30px
  }
  #intro .report {
    max-width: 350px
  }
}
@media (max-width: 896px) and (max-height: 414px) {
  #scroll-btn {
    display: none
  }
}
.round2 {
    cursor: pointer;
}

#cta{ 
    position: absolute;
	left:48%;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
}

#cta .arrow{left: 30%;}
.arrow {position: absolute; margin-left:0px; width: 40px; height: 40px; background-size: contain; top:14px;}
.segunda{margin-top: 30px;}
.next {background-image: url(../img/chevron.svg);
}

@keyframes bounceAlpha {
  0% {opacity: 1; transform: translateY(0px) scale(1);}
  25%{opacity: 0; transform:translateY(10px) scale(0.9);}
  26%{opacity: 0; transform:translateY(-10px) scale(0.9);}
  55% {opacity: 1; transform: translateY(0px) scale(1);}
}

@media (min-width:577px) {
    .bounceAlpha {
        animation-name: bounceAlpha;
        animation-duration:1.4s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }

    .arrow.primera.bounceAlpha {
        animation-name: bounceAlpha;
        animation-duration:1.4s;
        animation-delay:0.2s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }

    .round2 .arrow{
        animation-name: bounceAlpha;
        animation-duration:1.4s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }
    .round2 .arrow.primera{
        animation-name: bounceAlpha;
        animation-duration:1.4s;
        animation-delay:0.2s;
        animation-iteration-count:infinite;
        animation-timing-function:linear;
    }
}
@media (max-width: 576px) {
    .arrow.primera {
        animation-name: bounceAlpha;
        animation-duration: 2s;
        animation-delay: 1.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    .arrow {
        animation-name: bounceAlpha;
        animation-duration: 2s;
        animation-delay: 1s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
}
.tick {
    font-size: 1rem;
    white-space: nowrap;
}
.tick-flip, .tick-text-inline {
    font-size: 2.5em;
}
.tick-label {
    margin-top: 1em;
    font-size: 1em;
}
.tick-char {
    width: 1.5em;
}
.tick-text-inline {
    display: inline-block;
    text-align: center;
    min-width: 1em;
}
.tick-text-inline+.tick-text-inline {
    margin-left: -.325em;
}
.tick-group {
    margin: 0 .5em;
    text-align: center;
}
	.tick-text-inline {
    color: #595d63 !important;
}
.tick-label {
    color: #595d63 !important;
}
.tick-flip-panel {
    color: #fff !important;
}
.tick-flip {
font-family: arial, verdana, helvetica, sans-serif !important;
}
.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
}
.tick-flip-panel {
    background-color: #3c3e3c !important;
}
.tick-flip {
    border-radius: 0.12em !important;
}
.tick-group:first-child{display:none;}
.postit {
	margin:0 auto 20px auto;
  width:95%;
  height:auto;
  padding:45px 15px 25px 15px;
  background: #fefabc linear-gradient(150deg, #efec88 0%, #fefabc 100%);
  border: 1px solid #cccccc;
box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
transform:rotate(4deg);
	border-bottom-right-radius:60px 5px;
	font-size:.7em;
}
.postit h4 {
	font-size:1.1em;
	text-align:center;
	margin-bottom:.3em;
}
.postit a {
	font-weight:400;
text-align: center;
	line-height:1em;
  margin: 0.5em 0;
}
.postit::before {
  content: "";
  background-color: rgba(0,0,0,0.025);
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0;
  height: 40px;
  z-index: -1;
}
.postit::before {
  background: #318ddb radial-gradient(at 8px 8px, rgba(255,255,255,0), rgba(0,0,0,0.5));
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: calc(50% - 12px);
  box-shadow: 4px 4px 3px rgba(0,0,0,0.5);
}

.postit:hover {
	transform:scale(1.2);
}
.inline-pic .small {font-size:.65em !important;}
.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }

.modal-body {
	max-width: 80%;
  position:fixed;
  padding:0px;
}
.modal-body video {
	max-width:800px;
}
.btn-close {
  position:absolute;
  right:-30px;
  top:-10px;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
  background: red;
  color: white;
  height: 30px;
  width: 30px;
  line-height: 0;
  font-size: 35px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}



