* {
	box-sizing: border-box;
}
body {
	background-color: #eeeeee;
}
.mcontvert {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 90%;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
.mfield {
	width: 100%;
	padding: 20px;
	background-color: white;
	text-align: center;
	margin: 10px;
	border: thin solid;
	border-top-left-radius: 37px 140px;
	border-top-right-radius: 23px 130px;
	border-bottom-left-radius: 110px 19px;
	border-bottom-right-radius: 120px 24px;
	-webkit-box-shadow: 10px 10px 9px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 9px -8px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 9px -8px rgba(0,0,0,0.75);
}
.mfield2 {
	width: 100%;
	padding: 20px;
	background-color: white;
	text-align: center;
	margin: 10px;
	border: thin solid;
	border-top-left-radius: 23px 130px;
	border-top-right-radius: 23px 130px;
	border-bottom-left-radius: 23px 130px;
	border-bottom-right-radius: 23px 130px;
	-webkit-box-shadow: 10px 10px 9px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 9px -8px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 9px -8px rgba(0,0,0,0.75);
}
.mfield3 {
	width: 100%;
	padding: 20px;
	background-color: white;
	text-align: center;
	margin: 10px;
	border: thin solid;
	border-top-left-radius: 23px 130px;
	border-top-right-radius: 37px 140px;
	border-bottom-left-radius: 120px 24px;
	border-bottom-right-radius: 110px 19px;
	-webkit-box-shadow: 10px 10px 9px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 9px -8px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 9px -8px rgba(0,0,0,0.75);
}
.mfield a:link {
	text-decoration: none;
}
.sinline {
	display: inline;
}
.mrow {
	width: 100%;
}
.mrowdata {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	row-gap: 20px;
	column-gap: 150px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.mrowdata2 {
	width: 90%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
	gap: 20px;
}
.mrdfield {
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: center;
	line-height: 0;
}
.fotowidth {
	border: hidden;
	/*border-top-left-radius: 23px 130px;
	border-top-right-radius: 23px 130px;
	border-bottom-left-radius: 23px 130px;
	border-bottom-right-radius: 23px 130px;*/
	border-radius: 10px;
}
.kats {
	font-weight: bold;
}
.m2field {
	padding: 20px;
	border: thin solid;
	border-radius: 10px;
}
.m3field {
	width: 90%;
	padding: 10px;
	border: thin solid;
	border-top-left-radius: 23px 130px;
	border-top-right-radius: 23px 130px;
	border-bottom-left-radius: 23px 130px;
	border-bottom-right-radius: 23px 130px;
	margin: auto;
}
/* add */
.contvert {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.conthor {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.field {
	padding: 20px;
}
.tableborder {
	padding: 20px;
	border: thin solid;
	border-radius: 5px;
	background-color: white;
}
.table {
	background-color: white;
	border: thin solid;
	border-radius: 5px;
	padding: 5px;
}
.row {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.conthor2 {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.column1 {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	flex-shrink: 1;
}
.column2 {
	padding-left: 10px;
	padding-right: 10px;
	flex-shrink: 1;
}
.buttonplace {
	padding-top: 20px;
	text-align: center;
}
.row2 {
	width: 100%;
	padding: 5px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}