.wul .wli {
	list-style: decimal;
	font-weight: bold;
}

.ausgabe {
	font-size: 1.25em;
	font-weight: bolder;
	color: #000000;
	background-color: #dddddd;
	margin: 1em 0 0 0;
	padding: 5px 5px 5px 5px;
	width: fit-content;
	opacity: 70%;
	float: none;
}

/*----------------------------------------------------------------*/

.mycontainer {
	float: left;
	display: block;
}

.myselect {
	width: auto;
	margin-bottom: 10px;
}

.mylabel {
	display: inline-block;
	width: 7em;
	color: black;
}

input[type='radio']:after {
	width: 20px;
	height: 20px;
	border-radius: 15px;
	top: 4px;
	left: -1px;
	position: relative;
	background-color: #d1d3d1;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

input[type='radio']:checked:after {
	width: 20px;
	height: 20px;
	border-radius: 15px;
	top: 4px;
	left: -1px;
	position: relative;
	background-color: #ffa500;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 2px solid white;
}

.pallabel {
	display: block;
	float: left;
	width: 7em;
}

.myinput {
	width: 7em;
	background-color: #dddddd;
	padding: 0 0 0 0;
	margin-right: 10px;
}

.myfieldset {
	width: auto;
	/* 	border: 1px solid blue; */
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.myform {
	width: auto;
	display: block;
	padding: 10px 30px 0px 10px;
	opacity: 100%;
}

.myscroll {
	overflow: scroll;
}

.piclink {
	position: fixed;
	display: block;
	bottom: 0px;
}

/*----------------------------------------------------------------------*/

#calendar {
	width: 800px;
	border: 1px solid #aeaeae;
}

#calendar td:hover {
	background-color: #5c5c5c;
	color: #ffffff;
}

#calendar th {
	border: 1px solid #aeaeae;
	padding: 1px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#calendar td {
	font-size: 13px;
	border: 1px solid #aeaeae;
	padding: 1px;
	text-align: center;
}

#calendar caption {
	font-size: 24px;
	font-weight: bolder;
	color: #888888;
	text-align: center;
}

#calendar td.white {
	color: #ffffff;
}

#calendar td.black {
	color: #000000;
}

#calendar-scroll {
	overflow: scroll;
}

.bmiTxt {
	width: 100%;
	height: 100%;
	position: relative;
}

.bmiTxt span {
	position: absolute;
	top: 10px;
	margin-left: 10px;
	width: 100%;
	line-height: 1.5em;
	text-align: left;
}

.bmiTxt img {
	display: block;
	width: 100%;
}

.bmipictext {
	font: normal;
	font-size: 14px;
}

#gewicht, #groesse {
	position: relative;
	display: inline;
	background: #cccccc;
}

#gewlabel, #grlabel {
	font-size: 14.px;
	font-weight: bold;
	display: inline-block;
	width: 13em;
	color: black;
}

#senden {
	margin-top: 0px;
	height: 35px;
	width: 10em;
	padding: 1px 20px;
	font-size: 14px;
}

content.ergebnis {
	text-align: left;
	line-height: 1em;
}

.back-to-top {
	background: rgb(46, 42, 42);
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 1em;
	z-index: 100;
}

.pictureTxt {
	width: 100%;
	height: 100%;
	position: relative;
}

.pictureTxt span {
	background-color: hsla(0, 0%, 100%, 0.5);
	position: absolute;
	top: 30%;
	width: 100%;
	line-height: 2em;
	text-align: center;
}

.pictureTxt img {
	display: block;
}

.pictext {
	font: normal;
	font-size: 18px;
}

@media screen and (min-width: 1024px) and (max-width: 1200) {
	.pictureTxt span {
		top: 10%;
	}
	.pictext {
		line-height: 1.2em;
		font-size: 18px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.pictureTxt span {
		top: 10%;
	}
	.pictext {
		line-height: 1.2em;
		font-size: 18px;
	}
}

@media screen and (min-width: 431px) and (max-width: 767px) {
	.pictureTxt span {
		top: 10%;
	}
	.pictext {
		line-height: 1.2em;
		font-size: 18px;
	}
}

@media screen and (max-width: 430px) {
	.pictureTxt span {
		top: 15%;
	}
	.pictext {
		line-height: 1.3em;
		font-size: 15px;
	}
}

@media screen and (max-width: 414px) {
	.pictureTxt span {
		top: 22%;
	}
	.pictext {
		line-height: 1.3em;
		font-size: 15px;
	}
}

@media screen and (max-width: 411px) {
	.pictureTxt span {
		top: 22%;
	}
	.pictext {
		line-height: 1.3em;
		font-size: 15px;
	}
}

@media screen and (max-width: 375PX) {
	.pictureTxt span {
		top: 20%;
	}
	.pictext {
		line-height: 1.3em;
		font-size: 14px;
	}
}

@media screen and (max-width: 360px) {
	.pictureTxt span {
		top: 25%;
	}
	.pictext {
		line-height: 1.2em;
		font-size: 12px;
	}
}

@media screen and (max-width: 320px) {
	.pictureTxt span {
		top: 15%;
	}
	.pictext {
		line-height: 1.2em;
		font-size: 12px;
	}
}