

/* BLOCKS CSS  */

/*************************************************************************/
/* Badplaner  */

.bold{
	font-weight: bold;
}

.badplaner-cta{
	display: flex;
}
.badplaner-btn{
	margin-left: auto;
}
.badplaner-btn .btn{
	font-size: 120%;
	padding: 0.7rem 2.4rem;
}
.badplaner-boxes .box-inside{
	border: solid 2px #e6e6e6;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	height: calc(100% - 120px);
}
.badplaner-icon{
	max-width: 100%;
	height: 3rem;
}
.badplaner-icon svg{
	max-height: 100%;
}
.badplaner-smiley{
	max-width: 18%;
    margin-left: 82%;
	margin-top: auto;
}
.badplaner-text p{
	line-height: 145%;
	font-size: 90%
}
.badplaner-text h3{
	font-weight: 600;
}
#smiley-5 .st0 {
	opacity: 0.5;
}
#smiley-5 .st1 {
	fill:#fff;
}
.badplaner-step{
	height: 120px;
}
.step-number {
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top:8px; 
	font-size: 25px;
	background-color: #dddddd;
	border-radius: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
}
.badplaner-boxes .box-outside{
	position: relative;
}
.badplaner-boxes .box-outside:after {
	position: absolute;
	width: calc(100% - 100px);
	height: 1px;
	background-color: #dddddd;
	content: "";
	top: 25px;
	left: calc(50% + 50px);
}
.badplaner-boxes .box-outside:last-of-type:after {
	width: 0;
	background-color:transparent;
}
.step-text {
	text-align: center;
	font-size: 80%;
}

@media only screen and (max-width: 970px){
.badplaner-cta{
	display: unset;
}
.badplaner-boxes {
	font-size: 90%;
	padding: 1rem 0 !important
}
.badplaner-boxes .box-inside{
	border: solid 2px #e6e6e6;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	height: auto;
	margin-left: 40px;
	margin-bottom: 30px;
	padding: 1rem 0.7rem 0.7rem 1rem !important;
}
.badplaner-step.pb-2{
	padding-bottom: 0.1rem!important;
}
.badplaner-text.py-2{
 padding: 0.25rem 0 0.25rem 0!important;
}
.badplaner-text{
	max-width: 89%;
}
.badplaner-text h3, .badplaner-text p{
 margin-bottom: 0.3rem;
}
.badplaner-icon{
	max-width: 100%;
	height: 2.5rem;
}
.badplaner-smiley{
	max-width: 10%;
    margin-left: 90%;
	margin-top: -10px;
}
.badplaner-step{
	height: auto;
	display: flex;
}
.step-number {
	width: 30px;
	height: 30px;
	padding-top:2px; 
	font-size: 15px;
	margin: 0;
	margin-left: -5px;
	margin-bottom: 10px;
}
.step-text {
	text-align: left;
	font-size: 80%;
	margin-left: 1rem;
}
.badplaner-boxes .box-outside:after {
	position: absolute;
	width: 1px;
	height: calc(100% - 50px);
	background-color: #dddddd;
	content: "";
	top: 40px;
	left: 25px;
}
}

/* ------------  CMS Backend Preview ---------------- */

.acf-block-preview .res-badplaner {
	position: relative;
	padding: 10px 30px;
	border-left: 1px solid #f4f4f4;
}

.acf-block-preview .res-badplaner h1,
.acf-block-preview .res-badplaner h2,
.acf-block-preview .res-badplaner h3 {
	font-size: 22px;
	line-height: 120% !important;
	padding: 0;
	margin: 10px 0;
}
.acf-block-preview .res-badplaner .txt-text p {
	font-size: 16px !important;
	padding: 0;
	margin: 10px 0;
}
.acf-block-preview .res-badplaner .txt-text a {
	color: #000;
	text-decoration: none;
}
.acf-block-preview .res-badplaner .txt-text ul,
.acf-block-preview .res-badplaner .txt-text li{
	font-size: 16px !important;
	line-height: 20px;
	padding: 4px 0;
	margin: 0 0 0 15px;
}
.acf-block-preview .res-badplaner .txt-text .btn {
	font-size: 14px !important;
	padding: 8px 16px;
	margin: 8px 0;
	border: 0;
	background-color: #eee;
}

.acf-block-preview .res-badplaner .row{
	display: flex;
	justify-content: space-between;
	padding-top: 10px;
}
.acf-block-preview .res-badplaner .row > div:nth-child(1){
}
.acf-block-preview .res-badplaner .row > div:nth-child(2){
	max-width: 50%;
	padding-left: 20px;
}
.acf-block-preview .res-badplaner .row > div:nth-child(2) img{
	max-width: 300px;
}
.acf-block-preview .res-badplaner .layout-3.row .txt-image50-50{
	width: 50%;
}
.acf-block-preview .res-badplaner .layout-3.row .txt-image50-50 img{
	max-width: 100%;
}
.acf-block-preview .res-badplaner .layout-3.row {
	max-width: 1100px;
	margin: 0 auto;
	border: 1px solid #eee;
	padding: 20px;
}


.acf-block-preview .res-badplaner .img-txt-front {position: relative;z-index: unset;top: unset;right: unset; left: unset; max-width: 80%;}
.acf-block-preview .res-badplaner .txt-para-box .img-parallax-background{display: none;}
.acf-block-preview .res-badplaner .txt-para-box { width: 100%; max-height: 300px; overflow: hidden;}

