/*------------------------------------------------------
Cascading Style Sheet

project: www.onlyabigchild.org

author: I. Abigchild
date: 2009-06-18, 2023-12-05
------------------------------------------------------*/


/*------------------------------------------------------
HTML:lang(fr) { quotes: ’« ’ ’ »’ }
HTML:lang(de) { quotes: ’»’ ’«’ ’\2039’ ’\203A’ }
:lang(fr) > Q { quotes: ’« ’ ’ »’ }
:lang(de) > Q { quotes: ’»’ ’«’ ’\2039’ ’\203A’ }
------------------------------------------------------*/


/*------------------------------------------------------
	Body
------------------------------------------------------*/

body {
	max-width: 95%;
	margin: 1em;
	padding: 0;
	background-color: #DDFFDD;
	font-family: Arial,Verdana,sans-serif,Helvetica;
	font-size: 1em;
}

.fiction,
.fotos,
.facts {
	width: auto;
	margin: 5px;
	border-width: thin;
	border-style: solid;
	border-color: black;
	padding: 0.5em;
	font-size: 100%;

}

.fiction {
	background-color: #F9FDFF;
}


.fotos {
	background-color: #F3F7FF;
}


.facts {
	background-color: #EEEEFF;
}


.headr {
	font-size: 100%;
	padding: 0.2em;
	margin-bottom: 1em;
	border-bottom: solid 1px black;
}

.headr a {
	font-size: 100%;
}

.bodytable {
	width: auto;
	max-width: 90%;
	font-size: 100%;
}





.contentfield {
	font-size: 100%;
	background-color: #F9FDFF;
}

.content {
	padding-left: 1em;
}


.footr {
	clear: both;
	font-size: 100%;
}


#lastmodified {
	padding: 0.5em;
	font-size: 100%;
}


.pagetitle {
	font-size: 200%;
	font-style: italic;
}


/*------------------------------------------------------
	Amazon-Box
------------------------------------------------------*/

.amazonbox {
	padding-top: 20px;
	clear: both;
	width: 50%;
}

.rights {
	font-size: 90%;
}




/*------------------------------------------------------
	Absatz-Schriften
------------------------------------------------------*/

.einrueck {
	padding-left: 1em;
}


h1,
h2 {
	padding: 0;
	margin: 0;
	font-size: 120%;
}

p,
a {
	font-size: 120%;
}

p a {
	font-size: 100%;	
}

.breakword {
	word-wrap:break-word;
}


.menubox a {
	font-size: 100%;	
}

.buchtitel {
	font-style: italic;
}

.buchtitel a {
	font-size: 100%;
	color: blue;
	text-decoration: none;
}

.extlink {
	color: blue;
}


.rahmen,
.buchtext,
.rahmen_rot,
.buchtext_en {
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1.5em;
	padding-bottom: 0.5em;
}


.rahmen,
.buchtext {
	border: 1px solid gray;
}


.rahmen_rot,
.buchtext_en {
	border: 1px solid red;
}



.bold {
	font-weight: bold;
}

.smaller {
	font-size: 80%;
}



p.initial:first-letter {
	font-size: 1.3em;
	_float: left;
	color: #222222;
}



.hblue:first-letter {
	color: #0000A0;
}


.blue {
	color: #0000A0;
}


a, a:visited {
	color: blue;
}


/*------------------------------------------------------
	CircleLogo
------------------------------------------------------*/
.circlelogo {
	position: relative;
	text-align: center;
	height: 7em;
	width: 7em;
	padding: 0.3em;
	border: 2px dotted #ff000033;
	border-radius: 50%;
	transform-origin: center;
	background: url('onlyabigchild.jpg') no-repeat, radial-gradient(ellipse at center, #F9FDFF00 30%, #F9FDFFFF 65%) no-repeat;
	background-blend-mode: lighten;
	background-position: center;
	background-size: 68% 68%;
	}


.circletext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform-origin: center;
	transform: translate(-50%, -50%) rotate(-25deg) ;
	transition: transform .2s;
	height: auto;
	width: 95%;
	font-size: 0.8em;
	font-weight: bold;
	color: #000033;
	z-index: 1;
	}


.circlelogo:not(:hover) .circletext {
	transition: transform 2.5s;
	transition-delay: 0.2s;
	}


.circlelogo:hover .circletext {
	transform: translate(-50%, -50%) rotate(-45deg) scale(1.08);
	color: #000088;
	}


.circlelogo:hover {
	border: 2px dotted #ff0000aa;
	}


svg {
	fill: currentColor;
	height: auto;
	width: 100%;
	transform-origin: center;
	}

/*------------------------------------------------------
	andere Objekte
------------------------------------------------------*/

hr {
	width: 100%;
	border-style: ridge;
}


/*------------------------------------------------------
P:before {content: "X"}
p:after {content: "x"}
P:first-letter {color: #ffd800}
------------------------------------------------------*/



/*------------------------------------------------------
	Floats / Abbildungen
------------------------------------------------------*/

.float_left {
	float: left;
}

.clear_both {
	clear: both;
}


.lphoto,
.rphoto,
.cphoto {
	padding-bottom: 0.5em;
	font-size: 70%;
	font-weight: bold;
}


.lphoto {
	float: left;
	padding-right: 1em;
}

.lphoto a {
	text-decoration: none;
	color: gray;
}

.lphoto a:hover {
	color: red;
}



.rphoto {
	float: right;
	padding-left: 1em;
}

.rphoto a {
	text-decoration: none;
	color: gray;
}

.rphoto a:hover {
	color: red;
}



.cphoto {
	text-align: center;
}

.cphoto a {
	text-decoration: none;
	color: gray;
}

.cphoto a:hover {
	color: red;
}




.bigphoto {
	padding: 0.5em;
	text-align: left;
	font-size: 100%;
	font-weight: bold;
}

.bigphoto img {
	/*height: 400px;*/
	width: 98%;
}

.bigphoto a {
	text-decoration: none;
	color: gray;
}

.bigphoto a:hover {
	color: red;
}

.followtextsize {
	height: 1em;
	width: auto;
}
