/*
	table.css
*/

.blueRow th:first-child {
	color: rgb(246, 246, 246);
	font-weight: 700;
	font-size: 75%;
	text-align: center;
}

.cluster {
	position: relative;
}

.tablewrapper {
	width: 100%;
	position: relative;
	margin-bottom: 12vmin;
	transition: all 0.7s ease-out;
}

.tablehidden {
	height: 5.8rem;
	overflow: hidden;
}

@media only screen and (min-width: 760px) {
	.tablehidden {
		height: 6.8rem;
	}
}

.teaserGradient {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 3rem;
	background-image: linear-gradient(transparent, rgb(246, 246, 246));
}

.subject h3.headline4Subject {
	font-size: 2.3rem;
	margin-bottom: 1em;
	padding-left: 0.35rem;
	color: rgb(183, 190, 207);
}
.subject h4.headline4Table {
	font-size: 1.4rem;
	width: 100%;
	border-bottom: 0.15vmin solid rgb(32, 13, 0);
	padding-left: 0.35rem;
	margin-bottom: 0;
}

table {
	width: 100%;
	color: rgb(32, 13, 0);
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
	padding: 0.35rem;
}

thead {
	text-align: left;
}

tr {
	font-size: 1.0rem;
}


.book {
	width: 43%;
}
.reverence {
	width: 30%;
}
.moreless {
	width: 27%;
}
/*
.keywordsArticle {

}
.dateOfThePost {

}
.Code {
	width: 27%;
}
*/
.centertext {
	text-align: center;
}
.centerflex {
	text-align: left;
}
.lineRight {
	border-right: 0.15vmin solid rgb(32, 13, 0);
}
.lineBottom {
	border-bottom: 0.15vmin solid rgb(32, 13, 0);
}
.lineBottomFat {
	border-bottom: 0.35vmin solid rgb(32, 13, 0);
}
.lineTopFat {
	border-top: 0.35vmin solid rgb(32, 13, 0);
}

.nice {
	font-size: 0.9rem;
	padding: 0.15rem 0.35rem 0.15rem 0.35rem;
	font-weight: 400;
}

tfoot tr th {
	font-size: 0.9rem;
	padding: 0 0.35rem;
	text-align: center;
	font-weight: 400;
}

.alphatetic {
	display: inline-block;
	margin-left: 0.5em;
	font-weight: 400;
	font-style: italic;
	font-size: 85%;
}

@media only screen and (min-width: 760px) {
	.subject h3.headline4Subject {
	/*	font-size: 1.6rem; */
		padding-left: 0.35rem;
	}
	.subject h4.headline4Table {
		font-size: 1.45rem;
		padding-left: 0.35rem;
	}
	tr {
		font-size: 1.3rem;
	}
	.nice {
		font-size: 0.9rem;
/*		padding: 0.75rem 0.35rem 0.35rem 0.35rem; */
		font-weight: 400;
	}
	.centerflex {
	text-align: center;
}
	
	.book {
		width: 48%;
	}
	.reverence {
		width: 26%;
	}
	.moreless {
		width: 26%;
	}

/*	.tablewrapper {
		height: 1.7rem;
	}
	.tablewrapper:hover {
		height: 14rem;
	} */
}

/* Funktionselemente */
.headlineWrapper {
	position: relative;
}
.arrowleft {
	cursor: pointer;
	position: absolute;
	right: -0.8rem;
	font-size: 2.8rem;
	line-height: 80%;
	padding: 0.15rem 0.633rem 0.5rem 0.633rem;
	border: 0.3vmin solid rgb(32, 13, 0);
	border-radius: 50%;
	background-color: rgb(255, 221, 0);
	box-shadow: 0.25vmin 0.15vmin 1.1vmin rgb(183, 190, 207);
	transition: all 0.3s ease-in-out;
	z-index: 200;
}
.turnleft {
	transform: rotate(90deg);
	transition: all 0.3s ease-in-out;
}
.turndown, turnleft {
/*	top: -0.6rem; */
	top: 5.8rem;
}

@media only screen and (min-width: 760px) {
	.turndown, turnleft {
		top: 6.8rem;
	}
}

.turndown:hover {
	transform: rotate(-90deg);
}
/*
.turnleft:hover {
	transform: rotate(0deg);
}
*/
.unfold, .hide {
	cursor: pointer;
	transition: all 0.15s ease-in;
}
.unfold:hover, .hide:hover {
	background-color: rgb(0, 79, 159);
}
tbody tr {
	cursor: pointer;
	transition: all 0.15s ease-in;
}
tbody tr:hover {
	background-color: rgb(255, 221, 0);
}
/*
tbody tr:first-child	Klasse für JavaScript
*/
.dynamicUnfold {
	cursor: pointer;
}
.dynamicUnfold:hover {
	opacity: 0.5;
}