/* =================================================
   Karteireiter
================================================== */
.reiter {
	-webkit-transition: 0.3s box-shadow ease;
	transition: 0.3s box-shadow ease;
	border-radius: 0em;
	max-width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	position: relative;
	list-style: none;
	border: 1px solid darkblue;
	background-color: transparent;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.reiter:hover {
	box-shadow: 0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}
article .reiter
{
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	/*
	margin: 1em;
	padding: 0 0 0.5em 0;
	*/
	background-color: transparent;
	gap: 0;
}
.tab {
	display: none;
}
.tab:checked:nth-of-type(1) ~ .tabInhalt:nth-of-type(1),
.tab:checked:nth-of-type(11) ~ .tabInhalt1:nth-of-type(11)
{
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
	transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
	transition: 0.5s opacity ease-in, 0.8s transform ease;
	transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tabInhalt:nth-of-type(2),
.tab:checked:nth-of-type(12) ~ .tabInhalt1:nth-of-type(12)
 {
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
	transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
	transition: 0.5s opacity ease-in, 0.8s transform ease;
	transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tabInhalt:nth-of-type(3),
.tab:checked:nth-of-type(13) ~ .tabInhalt1:nth-of-type(13)
{
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
	transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
	transition: 0.5s opacity ease-in, 0.8s transform ease;
	transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tabInhalt:nth-of-type(4),
.tab:checked:nth-of-type(4) ~ .tabInhalt1:nth-of-type(4)
{
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
	transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
	transition: 0.5s opacity ease-in, 0.8s transform ease;
	transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tabInhalt:nth-of-type(5),
.tab:checked:nth-of-type(15) ~ .tabInhalt1:nth-of-type(15)
{
	opacity: 1;
	-webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
	transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
	transition: 0.5s opacity ease-in, 0.8s transform ease;
	transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
	position: relative;
	top: 0;
	z-index: 100;
	-webkit-transform: translateY(0px);
		  transform: translateY(0px);
	text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
	padding: 0.25em 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-right: 1px solid darkblue;
	border-bottom: 1px solid darkblue;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
	padding: 0.25em 0;
	border-radius: 0;
	border-right: 1px solid darkblue;
	/*border-left: 1px solid darkblue;*/
	border-bottom: 1px solid darkblue;
}
.tab:last-of-type:not(:first-of-type) + label {
	padding: 0.25em 0;
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom: 1px solid darkblue;
	/*border-left: 1px solid darkblue;*/
}
.tab:checked + label {
	background-color: #FFF5EE;			/* seashell */
	box-shadow: 0 0px 0 #fff inset;
	cursor: default;
}
.tab:checked + label:hover {
	box-shadow: 0 0px 0 #fff inset;
}
.tab + label {									/* nicht aktive TABs*/	
	box-shadow: 0 -1px 0 #eee inset;
	border-radius: 1em;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: darkblue; /*#333;*/
	-webkit-box-flex: 3;
	  -ms-flex-positive: 3;
		  flex-grow: 3;
	text-align: center;
	background-color: transparent; 				/*#f2f2f2;*/
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
		  user-select: none;
	text-align: center;
	-webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
	transition: 0.3s background-color ease, 0.3s box-shadow ease;
}
.tab + label:hover {
	box-shadow: 0 1px 0 #f4f4f4 inset;
}
.tabInhalt,
.tabInhalt1
{
	padding: 10px 25px;
	background-color: #FFF5EE;			/* seashell */
	position: absolute;
	width: 100%;
	z-index: -1;
	opacity: 0;
	left: 0;
	-webkit-transform: translateY(-3px);
		  transform: translateY(-3px);
	border-radius: 0;
	border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
}
