a {
	word-wrap: break-word;
}


body {
	font-family: arial;
	font-size: 14pt;
	line-height: 1.5;
}

h1 {
	font-size: 18pt;
	text-align: center;
}

html {
	overflow-y: scroll;
}

.cBookImage {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
	width: 40%;
}

.cBookLinkPara {
	line-height: normal;
}

.cBookLinkPara a {
	color: #000000;
	text-decoration: none;
}

.cBookLinkPara a:hover {
	color: #d05010;
}

.cCartoonTN {
	display: inline-block;
	height: auto;
	width: 100%;
}

.cFooterMenu {
	background-color: grey;
	padding: 10px;
	text-align: center;
}

.cFooterItem {
	color: #ffffff;
	margin-left: 5px;
	margin-right: 5px;
	display: inline-block;
}

.cFooterItem a {
	color: #ffffff;
	text-decoration: none;
}

.cFooterItem a:hover {
	color: #d05010;
}

.cHeadImage {
	max-width: 100%;
}

.cHeadImageContainer {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	max-height: 400px;
	position: relative;
	width: 100%;
}

.cHeadMenu {
	background-color: #ffffff;
	overflow: hidden;
}

.cHeadMenuButton {
	background-color: lightgrey;
	border-radius: 5px;
	color: #d05010;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 94.3%;
}

.cHeadMenuButton:hover {
	color: white;
}

.cHeadMenuContent {
	display: none;
	max-height: 220px;
	overflow-y: scroll;
}

.cHeadMenuSwitch {
	background-color: lightgrey;
	border-radius: 5px;
	color: #d05010;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 94.3%;
}

.cHintClose {
	border: 1pt solid #ffffff;
	cursor: pointer;
	font-weight: bold;
	padding: 5px;
}

.cHintMark {
	background-color: #d05010;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	font-size: 14pt;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

.cHintText {
	background-color: #d05010;
	border-radius: 8px;
	color: #ffffff;
	height: auto;
	left: 20px;
	line-height: 1;
	padding: 10px;
	padding-bottom: 20px;
	position: fixed;
	bottom: 10%;
	width: 75%;
	z-index: 10;
}

.cIndexLinkPara {
	line-height: 1.5;
}

.cIndexLinkPara a {
	color: #000000;
	text-decoration: none;
}

.cIndexLinkPara a:hover {
	color: #d05010;
}

.cImageLink {
	max-width: 75%;
}

.cInfoBox {
	background-color: #10a060;
	border-radius: 5px;
	color: #ffffff;
	display: none;
	font-size: 11pt;
	margin-right: 5%;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	max-width: 300px;
}

.cPhiloImage {
	height: auto;
	width: 100%;
}

.cLogo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.cSagaChapter{
	color: #000000;
	display: inline-block;
	line-height: 1;
	margin-bottom: 40px;
	text-decoration: none;
	width: 100%;
	max-width: 700px;
}

.cSagaChapter h3 {
	margin-top: 0px;
}

.cSagaChapter img {
	float: top;
	margin-right: 10px;
}

.cStripperOption {
	max-height: 100%
}

#idCartoonSection a {
	padding: 1%;
	margin-left: auto;
	margin-right: auto;
}

#idNeuerDeutscher {
	margin-left: 0%;
}
#idNeueAktivistin {
	margin-left: 25%;
}
#idNeueNerd {
	margin-left: 0%;
}

#idStripBlackboard {
	height: auto;
	max-width: 100%;
}

#idStripper {
	max-height: 400px;
	max-width: 50%;
	position: relative;
	left: 70%;
	top: -200px;
	z-index: 1;
}

#idStripperSelection {
	height: 500px;
}

@media only screen and (min-width: 700px) {
	
	body {
		font-size: 14pt;
	}

	h1 {
		font-size: 32pt;
	}

	.cCartoonTN {
		display: inline-block;
		height: auto;
		width: auto;
		max-width: 40%;
		max-height: 200px;
		overflow: hidden;
	}


	.cHeadMenu {
		margin: auto;
		position: relative;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}

	.cHeadMenuButton {
		background-color: lightgrey;
		border-radius: 5px;
		color: #d05010;
		display: inline-block;
		margin-bottom: 5px;
		margin-top: 5px;
		padding: 10px;
		position: relative;
		text-align: center;
		text-decoration: none;
		width: auto;
	}

	.cHeadMenuContent {
		display: inline-block;
		max-width: 100%;
	}

	.cHeadMenuSwitch {
		display: none;
	}

	.cHintText {
		height: auto;
		margin-left: 30%;
		width: 35%;
	}

	.cImageLink {
		display: block;
		max-width: 350px;
	}

	.cMainSection {
		margin-left: auto;
		margin-right: auto;
		max-width: 800px;
		width: 65%;

	}

	#idStripper {
		max-height: 700px;
		max-width: 50%;
		position: relative;
		left: 70%;
		top: -200px;
		z-index: 1;
	}

}


@media only screen and (min-width: 950px) {
	
	.cSagaChapter img {
		float: left;
	}

	#idStripper {
		max-height: 700px;
		max-width: 50%;
		position: relative;
		left: 70%;
		top: -350px;
		z-index: 1;
	}


}