/* com_style.css */

html {
/*	font-family: calluna-sans, sans-serif;	*/
	font-family: adobe-caslon-pro, serif;
	background-color: rgb(30, 0, 0);

}

body {
	background: linear-gradient(to right, rgb(246, 246, 246) 92%, rgb(215, 6, 17) 0);
	width: 1024px;
	display: table;
	margin: auto;
	padding: 0px;
	font-variant-ligatures: common-ligatures
							no-discretionary-ligatures
							historical-ligatures;
}

header {
/*	background-color: rgb(246, 246, 246); */
	padding: 0px;
	padding-left: 15px;
	padding-top: 10px;
	background: linear-gradient(transparent 90%, rgb(215, 6, 17) 0);
}

header a img:hover {
	opacity: 0.7;
}

header a img:active {
	opacity: 1;
}

nav {
	border-bottom: 7px solid rgb(255, 221, 0);
	background-color: rgb(215, 6, 17);
	display: block;
	height: 5rem;
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 25px;
	display: block;
	color: rgb(246, 246, 246);
	font-family: calluna-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
	position: static;
	font-size: 1.2rem;
	
}

nav ul li {
	display: block;
	float: right;
	background-color: rgb(215, 6, 17);
	padding-bottom: 0.5rem;
	padding-left: 1.0rem;
	padding-right: 1.0rem;
	padding-top: 0.5rem;
}


nav ul li a {
	text-decoration: none;
}
/*
nav ul li:nth-child(1) {
	border: 0px;
	border-bottom: 7px solid rgb(255, 221, 0);
}
*/
nav ul li a:link {
	color: rgb(246, 246, 246);
}

nav ul li a:visited {
	color: rgb(246, 246, 246);
}

nav ul li a:hover {
	color: rgb(255, 221, 0);
}

nav ul li a:active {
	color: rgb(255, 221, 0);
}

footer {
	display: block;
	width: 700px;
	border-top: 7px solid rgb(255, 221, 0);
	padding-left: 40px;
}

footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	color: rgb(32, 12, 0);
	font-family: calluna-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
	position: static;
	font-size: 1.0rem;
}

footer ul li {
	float: left;
	padding: 1rem;
}

footer ul li a {
	text-decoration: none;
}

footer ul li a:link {
	color: rgb(32, 12, 0);
}

footer ul li a:visited {
	color: rgb(32, 12, 0);
}

footer ul li a:hover {
	color: rgb(215, 6, 17);
}

footer ul li a:active {
	color: rgb(255, 221, 0);
}

aside {
	font-family: calluna-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	float: right;
	width: 383px;
	padding-bottom: 20px;
	padding-top: 3.0rem;
	height: 80rem;
	background: linear-gradient(to right, rgb(255, 221, 0) 5%, rgb(246, 246, 246) 0%, rgb(246, 246, 246) 63%, rgb(32, 12, 0) 0%, rgb(32, 12, 0) 79%, transparent 0);
}

aside figure {
	text-align: right;
	padding-top: 5px;
	margin-bottom: 20px;
}

table {
/*	float: left; */
	font-size: 0.8rem;
	background-color: inherit;
	line-height: 0.8rem;
	color: darkgray;
}
td:nth-child(1) {
	text-align: left;
}
td:nth-child(2) {
	text-align: right;
}


main {
	width: 450px;
/*	float: left; */
	padding: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

article {
	hyphens: auto;
	hyphenate-limit-chars: auto 2;
	-webkit-hyphens: auto;
	-webkit-hyphenate-limit-chars: auto 2;
	background-color: transparent;
	color: rgb(32, 12, 0);
	padding: 20px;
}

h1, h2, h3 {
	line-height: 125%;
}

article h1 {
/*	font-family: calluna-sans, sans-serif;	*/
	font-weight: 600;
	font-style: normal;
	font-size: 1.8rem;
	line-height: 125%;
	margin-top: 2.5rem;
	margin-bottom: 2rem;
}

h2 {
/*	font-family: calluna-sans, sans-serif;	*/
	font-weight: 600;
	font-style: normal;

}

p + h2 {
	margin-top: 3rem;
}


.nohyphens {
	-webkit-hyphens: none;
	hyphens: none;
}

p {
	font-size: 1.1rem;
	line-height: 125%;
	text-align: justify;
	font-weight: 300;
}

p a:link {
	text-decoration: none;
	color: rgb(32, 12, 0);
	font-weight: 600;
	font-style: italic;
}

p a:visited {
	text-decoration: none;
	color: rgb(32, 12, 0);
}

p a:hover {
	color: rgb(215, 6, 17);
/*	font-weight: 600;
	font-style: italic; */
}

p a:active {
	color: rgb(255, 221, 0);
}


p b {
/*	font-family: adobe-caslon-pro, serif;	*/
	font-weight: 600;
	font-style: normal;
}

p strong {
/*	font-family: adobe-caslon-pro, serif;	*/
	font-weight: 600;
	font-style: normal;
}

p em {
/*	font-family: adobe-caslon-pro, serif; */
	font-weight: 600;
	font-style: italic;
}


/*
-----------------------------------------------------------------------------------------
VERWENDETE SCHRIFTEN
-----------------------------------------------------------------------------------------
Calluna Sans Regular

font-family: calluna-sans, sans-serif;
font-weight: 400;
font-style: normal;

Calluna Sans Italic

font-family: calluna-sans, sans-serif;
font-weight: 400;
font-style: italic;

Calluna Sans Light

font-family: calluna-sans, sans-serif;
font-weight: 300;
font-style: normal;

Calluna Sans Light Italic

font-family: calluna-sans, sans-serif;
font-weight: 300;
font-style: italic;

Calluna Sans Semibold

font-family: calluna-sans, sans-serif;
font-weight: 600;
font-style: normal;

Calluna Sans Semibold Italic

font-family: calluna-sans, sans-serif;
font-weight: 600;
font-style: italic;

Courier Prime Bold Italic

font-family: courier-prime, monospace;
font-weight: 700;
font-style: italic;

Courier Prime Bold

font-family: courier-prime, monospace;
font-weight: 700;
font-style: normal;

Courier Prime Italic

font-family: courier-prime, monospace;
font-weight: 400;
font-style: italic;

Courier Prime Regular

font-family: courier-prime, monospace;
font-weight: 400;
font-style: normal;

*/