/* https://www.senseble.de/wp-content/themes/generatepress_child/gesundheitstag-anmeldung-style.css */

/*----------------------------------------- home -----------------------------------------*/

span.x{
	font-size:28px;
	font-weight:500;
}

img.senseble-logo{
	width:120px;
}

@media (max-width: 768px) {
	.nav-in {
		justify-content: center !important;
	}

	img.senseble-logo{
		width:100px;
	}
}

/*----------------------------------------- nach gt feedback --- (comp-16). -----------------------------------------*/

/*----------- 1 - container ----------*/

.con-fu-nach-gt-feedback{
	width:100%;
	padding-top:16px;
	padding-bottom:15px;
	position:relative;
	background:#fff;
	margin-top:80px;
}

.con-in-nach-gt-feedback{
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
	display: flex;
    justify-content: center;
}

@media (max-width: 1200px) {
	.con-fu-nach-gt-feedback{
		padding-top:16px;
		padding-bottom:15px;
	}
}

@media (max-width: 768px) {
	.con-fu-nach-gt-feedback{
		padding-top:16px;
		padding-bottom:15px;
		margin-top:70px;
	}

	.con-in-nach-gt-feedback{
		justify-content: left;
		width:90%
	}
}

/*----------- 2 - text ----------*/

.icon-txt-nach-gt-feedback{
	display: flex;
	width: 100%;
    justify-content: center;
    /*border:1px solid #111;*/
}

.icon-txt-t-nach-gt-feedback{
	font-size:17px;
	font-weight:500;
	line-height: 1.5;
	/*border:1px solid #111;*/
}

.icon-txt-i-nach-gt-feedback{
	flex-basis: 24px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 24px;
	margin-left: 0px;
	margin-right:4px;
    /*border:1px solid #111;*/
}

.icon-txt-nach-gt-feedback a{
	font-weight:700;
	text-decoration: underline;;
}

i.bi-info-circle-nach-gt-feedback::before{
	font-size:20px;
	top:2px;
}

@media (max-width: 768px) {
	.icon-txt-nach-gt-feedback{
		justify-content: center;
		text-align:center;
	}

	.icon-txt-t-nach-gt-feedback{
		text-align:left;
	}
	
}


/*----------------------------------------- home header (comp-1). -----------------------------------------*/

/*----------- 1 ----------*/

.con-fu-home-header{
	width:100%;
	padding-top:70px;
	padding-bottom:0px;
	position:relative;
	overflow:hidden;
	background:#EDF0F1;
}

.con-in-home-header{
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	justify-content: space-between;
}

.con-in-home-header::before{
	content: " ";
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    width: 40vw;
    background:#D3D9DD;
}

.con-l-home-header{
	width:45%;
	margin-left:0%;
	padding-top:120px;
}

.con-r-home-header{
	width:42%;
	margin-left:10%;
	position:relative;
	background:#D3D9DD;
	padding: 90px 0px 90px 0px;
}

.con-r-in-home-header{
	/*min-height:650px;*/
	position:relative;
}

@media (max-width: 1350px) {
	.con-in-home-header{
		max-width: 1200px;
	}
}

@media (max-width: 1280px) {
	.con-in-home-header{
		max-width: 1200px;
	}
}

@media (max-width: 1250px) {
	.con-in-home-header{
		max-width: 1140px;
	}

	.con-r-home-header{
		padding: 70px 0px 110px 0px;
	}
}

@media (max-width: 1200px) {
	.con-in-home-header{
		max-width: 1100px;
	}
}

@media (max-width: 1140px) {
	.con-fu-home-header{
		padding-top:120px;
		padding-bottom:80px;
		background:#D3D9DD;
	}

	.con-l-home-header{
		width:60%;
		margin-bottom:60px;
		margin-left:20%;
		padding-top:0px;
		text-align:center;
	}

	.con-r-home-header{
		width:40%;
		margin-left:30%;
		padding: 0px;
	}
}

@media (max-width: 768px) {
	.con-fu-home-header{
		padding-top:110px;
		padding-bottom:80px;
	}

	.con-l-home-header{
		width:90%;
		margin-bottom:60px;
		margin-left:5%;
	}

	.con-r-home-header{
		width:80%;
		margin-left:5%;
	}

}

@media (max-width: 440px) {
	.con-r-home-header{
		width:86%;
		margin-left:5%;
	}
}

/*----------- 2 ----------*/

p.h-mini-home-header{
	font-size: 17px;
	font-weight: bold;
	color: #009FEE;
	margin-bottom: 18px;
}

h1.home-header {
	font-size: 52px;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 20px;
	margin-left:-1px;
}

p.home-header{
	font-size: 22px;
	line-height: 1.6;
	margin-bottom: 28px;
}

.button-home-header {
	display: block;
    max-width: 210px;
    text-align: center;
}

a.button-home-header, input[type="submit"]{
	font-size:16px;
	font-weight:700;
	color: #ffffff;
	border-radius: 4px;
    background: #009FEE;
    padding: 12px 24px 10px 24px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.18);
}

@media (max-width: 1140px) {
	.button-home-header {
		margin: 0 auto;
	}
}

@media (max-width: 1280px) {
	h1.home-header{
		font-size: 50px;
	}
}

@media (max-width: 768px) {
	p.h-mini-home-header{
		font-size: 16px;
		margin-bottom: 10px;
	}

	h1.home-header{
		font-size: 34px;
		line-height: 1.3;
		margin-bottom: 18px;
	}

	p.home-header{
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: 24px;
		padding-right: 15px;
		padding-left: 15px;
	}

}

/*----------- 3 ----------*/

img.img-1-home-header{
	width: 70%;
	position: absolute;
    right: 0;
    bottom: 0;
}

img.img-2-home-header{
	width: 100%;
	margin-left:-60px;
	position:relative;
	/*position: absolute;
    margin-left: -18%;
    top: 0;*/
}

.img-border-design-gt-header{
	width:100%;
	height:100%;
	border:4px solid #009FEE;
	position:absolute;
	top: 7px;
    left: -46px;
	border-radius: 0px;
}

.card-home-header{
	background: #fff;
    border-radius: 4px;
    box-shadow: 0px 3px 8px 0 rgb(0 0 0 / 15%);
	padding-top:10px;
	padding-right: 20px;
    padding-bottom: 9px;
	padding-left: 14px;
}

.card-1-home-header{
	position: absolute;
	top: 315px;
    right: 20px;
}

.card-2-home-header{
	position: absolute;
    bottom: -25px;
    left: -45px;
}

.icon-txt-home-header{
	display: flex;
    width: 100%;
}

.icon-txt-t-home-header{
	font-size:16px;
	line-height: 26px;
	font-weight:600;
}

.icon-txt-i-home-header{
	flex-basis: 26px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 26px;
	margin-left: 0px;
    margin-right: 14px;
}

i.bi-check-circle-fill-home-header::before{
	font-size:24px;
	top:0px;
	color:#009FEE !important;
}

@media (max-width: 1140px) {
	img.img-1-home-header{
		width: 56%;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	
	img.img-2-home-header{
		width: 100%;
		margin-left:0px;
		/*position: absolute;
		left: 0%;
		top: 0;*/
	}

	.img-border-design-gt-header{
		top: 9px;
    	left: 16px;
	}

	.card-1-home-header{
		display:none;
		position: absolute;
		top: 185px;
		right: 8%;
	}

	.card-2-home-header{
		display:none;
		position: absolute;
		bottom: 130px;
		left: 3%;
	}
}

@media (max-width: 900px) {
	.card-home-header {
	padding-top:10px;
	padding-right: 20px;
    padding-bottom: 9px;
	padding-left: 14px;
	}

	.card-1-home-header{
		position: absolute;
		top: 140px;
		right: 8%;
	}

	.card-2-home-header{
		position: absolute;
		bottom: 70px;
		left: 3%;
	}

	.icon-txt-t-home-header{
		font-size:15px;
		line-height:22px;
	}

	.icon-txt-i-home-header{
		flex-basis: 22px;
		height: 22px;
		margin-right: 14px;
	}

	i.bi-check-circle-fill-home-header::before{
		font-size:22px;
		top:0px;
	}
}

@media (max-width: 768px) {

	.card-1-home-header{
		position: absolute;
		top: 150px;
		right: 5%;
	}

	.card-2-home-header{
		position: absolute;
		bottom: 60px;
		left: 3%;
	}
}

@media (max-width: 500px) {
	.card-home-header {
	border-radius: 6px;
    box-shadow: 0px 3px 4px 0 rgb(0 0 0 / 15%);
	padding-top:10px;
	padding-right: 18px;
    padding-bottom: 9px;
	padding-left: 12px;
	}

	.icon-txt-t-home-header{
		font-size:12px;
		line-height:18px;
		font-weight:500;
	}

	.icon-txt-i-home-header{
		flex-basis: 18px;
		height: 18px;
		margin-right: 12px;
	}

	i.bi-check-circle-fill-home-header::before{
		font-size:18px;
		top:-2px;
	}
}

@media (max-width: 440px) {
	.card-home-header{
	padding-top:8px;
	padding-right: 18px;
    padding-bottom: 7px;
	padding-left: 12px;
	}

	.card-1-home-header{
		position: absolute;
		top: 80px;
		right: 5%;
	}

	.card-2-home-header{
		position: absolute;
		bottom: 40px;
		left: 3%;
	}

	.icon-txt-t-home-header{
		font-size:9px;
		line-height:15px;
		font-weight:600;
	}

	.icon-txt-i-home-header{
		flex-basis: 15px;
		height: 15px;
		margin-right: 10px;
	}

	i.bi-check-circle-fill-home-header::before{
		font-size:15px;
		top:-4px;
	}
}

/*----------------------------------------- con (con-zf). -----------------------------------------*/

/*----------- 1 ----------*/

.con-fu-zf{
	width:100%;
	padding-top:100px;
	padding-bottom:140px;
	position:relative;
}

.con-in-zf{
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}

h2.zf{
	width: 80%;
	margin:0 auto;
	font-size: 46px;
	line-height: 1.4;
	font-weight: bold;
	text-align:center;
	margin-bottom:40px;
}

.con-in-in-zf{
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}

@media (max-width: 1200px) {
	.con-fu-zf{
		padding-top:80px;
		padding-bottom:80px;
	}

	.con-in-in-zf{
		max-width: 90%;
		margin-left:5%;
	}

	h2.zf{
		font-size: 40px;
		width: 84%;
	}
}

@media (max-width: 768px) {
	.con-fu-zf{
		padding-top:60px;
		padding-bottom:60px;
	}

	h2.zf{
		width:90%;
		font-size: 34px !important;
		margin-bottom:30px;
	}
}

/*----------- 2 ----------*/

p.agenda-card-date-el-aj{
	font-size: 20px;
    color: #009FEE;
    font-weight: bold;
    margin-bottom: 8px;
	text-align:center;
}

h3.agenda-card-day-el-aj{
	font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
	text-align:center;
}

.agenda-cards-el-aj{
	width:100%
}

.agenda-card-el-aj{
	width:100%;
	background:#F8F1D5;
	border-radius:4px;
	padding: 22px 30px 26px 18px;
	margin-bottom:20px;
	box-shadow: 0px 2px 8px 0 rgb(0 0 0 / 10%);
}

.agenda-card-el-bg-blue-el-aj{
	background:#66C5F5;
}

.agenda-card-el-bg-green-el-aj{
	background:#D3D9DD;
}

.agenda-card-el-bg-brown-el-aj{
	background:#66C5F5;
}


.agenda-card-emoji-txt-el-aj{
	display: flex;
	margin-bottom: 16px;
}

.agenda-card-emoji-txt-t-el-aj{
	font-size:19px;
	line-height: 19px;
	font-weight:700;
}

.agenda-card-emoji-txt-t-el-aj h4{
	font-size: 19px;
	line-height: 1.4;
	font-weight: 700;
	margin-bottom: 0px;
	padding-top: 1px;
}

.agenda-card-emoji-txt-i-el-aj{
	flex-basis: 28px;
    flex-grow: 0;
    flex-shrink: 0;
	margin-left: 0px;
    margin-right: 6px;
	margin-top:2px;
}

.agenda-card-emoji-el-aj::before{
    font-size: 23px;
	line-height:1;
    font-weight: normal;
    font-style: normal;
}

.agenda-card-emoji-balance-scale-el-aj::before{
	content: "⚖️"; 
}

.agenda-card-emoji-compass-el-aj::before{
	content: "🧭"; 
}

.agenda-card-emoji-seedling-el-aj::before{
	content: "🌱"; 
}

.agenda-card-emoji-bowl-el-aj::before{
	content: "💪"; 
}

.agenda-card-emoji-flexed-biceps-el-aj::before{
	content: "🪑"; 
}

.agenda-card-emoji-person-in-lotus-position-el-aj::before{
	content: "🧘🏻"; 
}

.agenda-card-emoji-flag-in-hole-el-aj::before{
	content: "⛳"; 
}

.agenda-card-emoji-raising-hands-el-aj::before{
	content: "🙌"; 
}

.agenda-card-details-el-aj {
	display: flex;
	flex-wrap: wrap;
	margin-left: 34px;
	margin-right: 4%;
    padding-bottom: 2px;
}

.agenda-card-details-img-text-el-aj{
	display:flex;
	align-items: center;
	margin-bottom: 12px;
	border-radius: 20px;
    padding: 4px 14px;
    background: #fff;
    margin-right: 8px;
}

.agenda-card-details-text-el-aj {
	font-size: 13px;
	font-weight:600;
}

p.agenda-card-box-el-aj{
	font-size:16px;
	line-height:1.6;
	padding-left:34px;
	margin-bottom:16px;
}

.agenda-card-more-info-el-aj{
	display: flex;
}

.agenda-card-more-info-t-el-aj{
	font-size:16px;
	line-height: 24px;
	font-weight:700;
	padding-left:34px;
	margin-right:10px;
	text-decoration:underline;
}

.agenda-card-more-info-i-el-aj{
	flex-basis: 28px;
    flex-grow: 0;
    flex-shrink: 0;
	margin-left: 0px;
    margin-right: 4px;
}

i.bi-arrow-right-circle-agenda-card-el-aj:before {
    font-size: 20px;
    top: 0px;
}

@media screen and (max-width: 1200px) {
	
}

@media (max-width: 992px) {
	p.agenda-card-date-el-aj{
		font-size: 19px;
		margin-bottom: 6px;
	}
	
	h3.agenda-card-day-el-aj{
		font-size: 30px;
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	h3.agenda-card-day-el-aj{
		font-size: 26px;
		margin-bottom: 30px;
	}
}

@media (max-width: 500px) {
	.agenda-card-el-aj{
		padding-left: 20px;
	}

	.agenda-card-emoji-txt-el-aj{
		flex-wrap:wrap;
		margin-bottom:12px;
	}
	
	.agenda-card-emoji-txt-t-el-aj{
		width:100%
	}
	
	.agenda-card-emoji-txt-t-el-aj h4{
		font-size: 18px;
	}
	
	.agenda-card-emoji-txt-i-el-aj{
		flex-basis: 100%;
		flex-grow: 0;
		flex-shrink: 0;
		margin-left: 0px;
		margin-right: 6px;
		margin-bottom: 6px;
	}

	.agenda-card-details-el-aj {
		margin-left: 0px;
	}

	.agenda-card-details-text-el-aj {
		font-size:13px;
	}

	p.agenda-card-box-el-aj{
		font-size:16px;
		line-height:1.5;
		padding-left:0px;
		margin-bottom:12px;
	}

	.agenda-card-more-info-t-el-aj{
		font-size:15px;
		line-height:1.5;
		padding-left:0px;
	}
}







/*----------------------------------------- thank you (comp-1). -----------------------------------------*/

/*----------- 1 ----------*/

.con-fu-thank-you{
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
	position:relative;
	overflow:hidden;
	margin-top:-23px;
	margin-bottom:300px;
	background: #EDF0F1;
}

.con-in-thank-you{
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	/*align-items: center;*/
	justify-content: space-between;
}

.con-in-thank-you::before{
	content: " ";
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    width: 40vw;
    background:#D3D9DD;
}

.con-l-thank-you{
	width:42%;
	margin-left:0%;
	padding-top:175px;
}

.con-r-thank-you{
	width:38%;
	margin-left:10%;
	position:relative;
	background:#D3D9DD;
	padding: 92px 0px 102px 0px;
	/*border:1px solid yellow;*/
}

.con-r-in-thank-you{
	/*min-height:650px;*/
	position:relative;
	/*border:1px solid green;*/
	margin-left:-100px;
}

.calendly-widget-thank-you{
	background:#fff;
	padding-top: 20px;
    padding-bottom: 40px;
	padding-left:12px;
	padding-right:12px;
	box-shadow: 0px 4px 18px rgba(0,0,0,.15);
	position:relative;
	border-radius:4px;
}

.img-border-design-thank-you{
	width:100%;
	height:100%;
	border:3px solid #009FEE;
	position:absolute;
	top: 16px;
    left: 16px;
	border-radius: 0px;
}

@media (max-width: 1350px) {
	.con-in-thank-you{
		max-width: 1200px;
	}
}

@media (max-width: 1280px) {
	.con-in-thank-you{
		max-width: 1200px;
	}
}

@media (max-width: 1290px) {
	.con-in-thank-you{
		max-width: 1140px;
	}

	.con-r-thank-you{
		padding: 70px 0px 110px 0px;
	}
}

@media (max-width: 1200px) {
	.con-in-thank-you{
		max-width: 1100px;
	}
}

@media (max-width: 1140px) {
	.con-fu-thank-you{
		padding-top:170px;
		padding-bottom:120px;
		background:#eeebea;
	}

	.con-l-thank-you{
		width:60%;
		margin-bottom:80px;
		margin-left:20%;
		padding-top:0px;
	}

	.con-r-thank-you{
		width:60%;
		margin-left:20%;
		padding: 0px;
	}

	.con-r-in-thank-you{
		margin-left:0px;
	}
}

@media (max-width: 768px) {
	.con-fu-thank-you{
		padding-top:150px;
		padding-bottom:16px;
		margin-bottom:12px
	}

	.con-l-thank-you{
		width:90%;
		margin-bottom:60px;
		margin-left:5%;
	}

	.con-r-thank-you{
		width:100%;
		margin-left:0%;
		background:#fff;
	}

	.calendly-widget-thank-you{
		background:#fff;
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left:8px;
		padding-right:8px;
		box-shadow: none;
		border-radius:0px;
	}

	.img-border-design-thank-you{
		display:none;
	}

	.calendly-inline-widget{
		height:820px !important;
	}
	

}

/*----------- 2 ----------*/

p.h-mini-thank-you{
	font-size: 19px;
	font-weight: bold;
	color: #009FEE;
	margin-bottom: 18px;
}

h1.thank-you {
	font-size: 46px;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 20px;
	margin-left:-1px;
}

p.thank-you{
	font-size: 20px;
	line-height: 1.6;
	margin-bottom: 28px;
}

.icon-txt-el-mi{
	display: flex;
    width: 100%;
	align-items:center;
}

.icon-txt-t-el-mi{
	display: flex;
	flex-wrap:wrap;
    width: 100%;
}

.icon-txt-t-name-el-mi{
	font-size:18px;
	line-height: 1.5;
	width: 100%;
	font-weight:700;
}

.icon-txt-t-title-el-mi{
	font-size:18px;
	line-height: 1.5;
	width: 100%;
}

.icon-txt-i-el-mi{
	flex-basis: 60px;
    flex-grow: 0;
    flex-shrink: 0;
    height: 60px;
	margin-left: 0px;
    margin-right: 10px;
}

img.img-el-mi{
	width: 100%;
	border-radius: 50px;
	position:relative;
}

.button-thank-you {
	display: block;
    max-width: 210px;
    text-align: center;
}

a.button-thank-you, input[type="submit"]{
	font-size:16px;
	font-weight:700;
	color: #ffffff;
	border-radius: 4px;
    background: rgba(0,172,152,1);
    padding: 12px 24px 10px 24px;
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.18);
}

@media (max-width: 1280px) {
	h1.thank-you{
		font-size: 36px;
	}
}

@media (max-width: 1140px) {
	span.finger-thank-you{
		display:none;
	}
}

@media (max-width: 768px) {
	p.h-mini-thank-you{
		font-size: 16px;
		margin-bottom: 10px;
	}

	h1.thank-you{
		font-size: 30px;
		line-height: 1.3;
		margin-bottom: 18px;
	}

	p.thank-you{
		font-size: 16px;
		line-height: 1.5;
		margin-bottom: 24px;
		padding-right: 15px;
	}
}

/*----------- 2 ----------*/

h3.anmeldung{
	font-size: 26px;
	font-weight:700;
	color:#000;
	text-align:center;
	margin-bottom:20px;
}

p.anmeldung-1{
	font-size: 18px;
	font-weight:500;
	color:#000;
	text-align:center;
	margin-bottom:12px;
}

p.anmeldung-2{
	font-size: 18px;
	font-weight:500;
	color:#000;
	text-align:center;
	margin-bottom:50px;
}