body {
	display: grid;
	gap: 0em;
	/*grid-template-rows: 1fr 1fr auto;
	
	margin: 10px auto;
	/*margin: 0 auto;
	max-width: 99em;*/
}


@media (min-width: 45em) {
	/* Breite beträgt mindestens 45em */
	
	body {
		grid-template-columns: auto auto;
		grid-template-rows: auto auto auto;
	}
}



.fitfighters,
footer {
	grid-column: 1 / -1;
}


/*////////////////////////////////////////////////////// 
FITIFGHTERS
//////////////////////////////////////////////////////*/

.fitfighters {	
	background:#E7F1FF url("../images/allgemein/Kensho-FiF-bg.jpg") no-repeat left bottom;
	background-size:cover;
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	grid-template-rows: 0.5fr 0.5fr;
	padding: 5%;
}

.fifTitle {
	/*padding:10%;
	padding-top:5%;
	padding-left: 40%;
	padding: 5%;
	background:url(../images/allgemein/projekt-gesundheit-2021-titel.png) top right no-repeat;
	background-size: 20% auto;
	background-position: 10% 30%;
	opacity:1;*/
	padding: 5%;
	background:url(../images/allgemein/projekt-gesundheit-2021-titel.png) no-repeat center;
	background-size: 70% auto;
}
.fifContent {
	position:relative;
	padding: 5%;
	padding-left: 20px;
	border-left: 1px solid #dddddd;
	width:auto;
	background: none;
	text-align: left;
}
.fifContent h1, p {
	color: white;
}
 

/*////////////////////////////////////////////////////// 
KENSHOBOXEN 
//////////////////////////////////////////////////////*/

.kenshobox {
	position: relative;
	/*margin: 0px;
	margin-bottom: -60px;  -> der Minuswert schiebt die box unter den footer halbkreis*/
	padding: 60px;
	text-align: center;
}
.kenshobox img {
	width: 100%;
	height:auto;
	margin-bottom: 20px;
}
img.imgstoerer1 {
	width: 120px;
	height:auto;
	position: absolute;
	top: 30px;
	right: 80px;
}
img.imgstoerer2 {
	width: 120px;
	height:auto;
	position: absolute;
	top: 100px;
	right: 80px;
}
.kenshobox p {
	color: #111;
}
.body-bg-kenshobox-seniors {
	/*background: url("../images/allgemein/kenshobox-seniors-frei.png") no-repeat center;
	background-size:300px;*/
	background-color: #BAD9FF;
}
.body-bg-kenshobox-kids {
	/*background: url("../images/allgemein/kenshobox-kids-frei.png") no-repeat center;
	background-size:300px;*/
	background-color: #EAD3F8;
}

/*////////////////////////////////////////////////////// 
FOOTER 
//////////////////////////////////////////////////////*/

footer {
	background:url("../images/allgemein/kensho-footer-6.svg") repeat top;
	background-size: cover;
	padding: 30px 40px;
	text-align: right;
}
footer p{
	margin: 0px;
}