@font-face { 
	font-family: 'vollkorn';
	src: url('./type/Vollkorn-Italic.woff2') format('woff2');
	src: url('./type/Vollkorn-Italic.woff') format('woff');
	font-weight: 400;
	font-style:italic;
}

@font-face { 
	font-family: 'vollkorn';
	src: url('./type/Vollkorn-MediumItalic.woff2') format('woff2');
	src: url('./type/Vollkorn-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style:italic;
}

@font-face { 
	font-family: 'vollkorn';
	src: url('./type/Vollkorn-SemiBoldItalic.woff2') format('woff2');
	src: url('./type/Vollkorn-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style:italic;
}

@font-face { 
	font-family: 'vollkorn';
	src: url('./type/Vollkorn-BoldItalic.woff2') format('woff2');
	src: url('./type/Vollkorn-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style:italic;
}

@font-face { 
	font-family: 'vollkorn';
	src: url('./type/Vollkorn-ExtraBoldItalic.woff2') format('woff2');
	src: url('./type/Vollkorn-ExtraBoldItalic.woff') format('woff');
	font-weight: 800;
	font-style:italic;
}

@font-face { 
	font-family: 'vollkorn';
	src: url('./type/Vollkorn-BlackItalic.woff2') format('woff2');
	src: url('./type/Vollkorn-BlackItalic.woff') format('woff');
	font-weight: 900;
	font-style:italic;
}

@font-face { 
	font-family: 'vollkorn';
	src: url('./type/Vollkorn-Regular.woff2') format('woff2');
	src: url('./type/Vollkorn-Regular.woff') format('woff');
	font-weight: 400;
	font-style:normal;
}

@font-face { 
	font-family: 'vollkorn';
	src: url('./type/Vollkorn-Medium.woff2') format('woff2');
	src: url('./type/Vollkorn-Medium.woff') format('woff');
	font-weight: 500;
	font-style:normal;
}

@font-face { 
	font-family: 'vollkorn';
	src: url('./type/Vollkorn-SemiBold.woff2') format('woff2');
	src: url('./type/Vollkorn-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style:normal;
}

@font-face { 
	font-family: 'vollkorn';
	src: url('./type/Vollkorn-Bold.woff2') format('woff2');
	src: url('./type/Vollkorn-Bold.woff') format('woff');
	font-weight: 700;
	font-style:normal;
}

@font-face { 
	font-family: 'vollkorn';
	src: url('./type/Vollkorn-ExtraBold.woff2') format('woff2');
	src: url('./type/Vollkorn-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style:normal;
}

@font-face { 
	font-family: 'vollkorn';
	src: url('./type/Vollkorn-Black.woff2') format('woff2');
	src: url('./type/Vollkorn-Black.woff') format('woff');
	font-weight: 900;
	font-style:normal;
}

@font-face { 
	font-family: 'icons';
	src: url('./type/Vollkorn-Icons.woff2') format('woff2');
	src: url('./type/Vollkorn-Icons.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}



.icons {
	font-family: 'icons';
	background-color: rgb(125, 11, 12); /* red*/
	border-radius: 25px;
	text-decoration: none;
	border: none;
	outline: none;
	font-size: 6.5em;
	display: block;
	text-align: center;
	color: rgb(228,223,205);
	height: 120px;
	width: 120px;
	line-height: 120px;
	float: left;
	font-weight: 400;
}

#downloadcaption {
	font-size: 0.5em;
	color: rgb(126, 127, 129); /*grey*/
	font-weight: 400;
}

a .icons:hover {
	color: white;
}


.nebenIcon {
	vertical-align: middle;
	padding: 0 0 0 30px;
	font-size: 1.8em;
	font-weight: 600;
	line-height: 0.7em;
}

em {
	font-style:italic;
	letter-spacing: 0.02em;
}

.redem {
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: rgb(125, 11, 12); /* red*/
}

strong {
	font-weight: 700;
}

html { 
	font-size: 20px; 
	line-height:1.5; 
	font-family: 'vollkorn';
	font-weight: 400;
	font-style: normal;
}

body {
	font-family: 'vollkorn';
	font-size: 100%;
	position: absolute;
	top:    0;
	left:   0;
	bottom: 0;
	right:  0;

	background-color: rgb(228,223,205);

	text-rendering: optimizeLegibility;

	font-variant-ligatures: common-ligatures discretionary-ligatures;

	font-feature-settings:		"kern" on, "liga" on, "calt" on, "dlig" off, "hlig" off, "swsh" off, "salt" off;
	-webkit-font-feature-settings:	"kern" on, "liga" on, "calt" on, "dlig" off, "hlig" off, "swsh" off, "salt" off;
	-moz-font-feature-settings:	"kern" on, "liga" on, "calt" on, "dlig" off, "hlig" off, "swsh" off, "salt" off;
	-ms-font-feature-settings:	"kern" on, "liga" on, "calt" on, "dlig" off, "hlig" off, "swsh" off, "salt" off;
	-o-font-feature-settings:	"kern" on, "liga" on, "calt" on, "dlig" off, "hlig" off, "swsh" off, "salt" off;
}

a { 
	color: black; 
	text-decoration: none;
	border-bottom: 1px dotted rgb(125, 11, 12);
}
a:hover { 
	color: rgb(125, 11, 12); 
	text-decoration: none;
	border: none;
}
a:active { 
	color: rgb(125, 11, 12); 
}

ul {
	margin-left:20px;
}

.kiste {
	width: 100%;
	max-width: 820px;
	margin: 0px auto 0px auto;
	padding: 50px 10px 0 10px;
	background-color: rgb(228,223,205);
	position:relative;
}

#oben {
/*	white-space: nowrap;*/
	text-align: center;
}

h1 {
	font-size: 8em;
	font-weight: 700;
	color: black;
	width: 100%;
	max-width: 800px;
	text-align: center;
	line-height: 1;
}

h2 {
	color: rgb(125, 11, 12);
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	padding: 8px;
	margin-top: 70px;
	margin-bottom: 25px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	/*XXXXXXXXXXXXXXX*/
	display: none;
	/*XXXXXXXXXXXXXXX*/
}

h3 {
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 0px;
	position: relative;
}

#firsticon {
	font-family: 'icons';
	background-color: rgb(125, 11, 12);
	border-radius: 30px;
	text-decoration: none;
	border: none;
	outline: none;
	font-size: 16em;
	display: inline-block;
	color: white;
	height: 270px;
	width: 270px;
	line-height: 270px;
	margin: 30px;
	padding: 0px;
}

#breadandbutter {
	color: rgb(125, 11, 12); /* red*/
	font-family: 'vollkorn';
	font-weight: 600;
	font-style: italic; 
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	width: 96%;
	margin: 0 auto;
	font-size: 1.6em;
	padding: 4px;
}

.iconsline {
	font-size: 6.3em;
	line-height: 1;
	color: rgb(179, 159, 128);
	text-decoration: none;
	border: 0;
	font-family: 'icons';
	letter-spacing: 0.1em;
	margin: 10px 0 0 0;
}

.iconsline a {
	border: none;
	color: rgb(179, 159, 128);
}

#mainmenu {
	white-space: nowrap;
	padding: 4px;
	width: 100%;
	height: 36px;
	background-color: rgb(179, 159, 128);
	position: fixed;
	z-index: 99;
	text-align: center;
}

#menucenter {
	width: 100%;
	max-width: 820px;
	margin: 0px auto 0px auto;
}

.menuitem:hover {
	opacity: 1;
	color: white;
}

.menuitem {
	margin-left: 20px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	color: rgb(228, 223,205);
	font-weight: 400;
	border: none;
	font-size: 1em;
	line-height: 1.5em;
}

#features {
	list-style-type: none;
}

.caption {
	font-style: italic;
	font-size: 50%;
	padding-right: 20px;
	font-weight: 600;
	text-align: right;
	color: green;
}

.seitenfuss {
	text-align: center;
	margin: 0px auto;
	font-size: 0.85em;
	color: rgb(126, 127, 129);
	padding: 40px 0 40px 0;
}

.seitenfuss a { 
	color: rgb(126, 127, 129); 
}

#byFA {
	font-style: normal;
	font-size: 1.3em;
	line-height: 1.6em;
	padding: 0;
	font-weight: 400;
	color: rgb(125, 11, 12); /* red */
}

#byFA a {
	color: rgb(125, 11, 12); /* red */
	border: none;
}

#version4 {
	font-style: normal;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 0;
	font-weight: 600;
	letter-spacing: 0.05em;
	color: black;
}

#freeas {
	font-style: normal;
	font-size: 4.6em;
	line-height: 1.4em;
	padding: 0px;
	color: rgb(125, 11, 12); /* red */
	font-weight: 900;
}

#freeas a {
	color: rgb(125, 11, 12); /* red */
	border: none;
}

#latcyrgrk {
	font-size: 2.4em;
	line-height: 1.6em;
}

#paywhatyouwant {
	font-style: italic;
	font-size: 2.8em;
	line-height: 1.5em;
	padding: 0px;
	color: rgb(126, 127, 129); /*grey*/
	font-weight: 800;
}

#paywhatyouwant a {
	border: none;
	color: rgb(126, 127, 129); /*grey*/
}

#oben a:hover {
	color: black;
}

#figures {
	font-size: 80px; 
	line-height: 1.3em; 
	color: black; 
	font-weight: 400; 
	font-style: normal; 
	text-decoration:none; 
	border:0;
}

.new {
	font-weight: 700;
	font-style: normal;
	background-color: rgb(125, 11, 12);
	font-variant: small-caps;
	font-size: 18pt;
	letter-spacing: 1px;
	position: absolute;
	display: block;
	color: white;
	left: -80px;
	top: 10px;
	height: 40px;
	width: 90px;
	padding: 17px;
	border-radius: 20px;
	line-height: 30%;
}

.red {
	color: rgb(125, 11, 12);
}

.brn {
	color: rgb(179, 159, 128);
}

.case {
	font-feature-settings: "case";
}

.smallcaps {
	font-variant-caps: small-caps;
	-moz-font-feature-settings: "smcp";
	-webkit-font-feature-settings: "smcp";
	font-feature-settings: "smcp";
}

.ss01 {
	font-feature-settings:"ss01";
}

.hist {
	font-feature-settings:"hist";
}

.titl {
	font-feature-settings:"titl";
}

.mgrk {
	font-feature-settings:"mgrk";
}

.show {
	font-size: 1.3em;
	font-weight: 600;
	line-height: 115%;
	padding: 10px 0 0 20px;
}

.showsmall {
	font-size: 30pt;
	font-weight: 600;
	line-height: 130%;
	letter-spacing: 0.3px;
}

.PLK {
	font-feature-settings:"ss02";
}

.NLD {
	font-feature-settings:"ss03";
}

.BGR {
	font-feature-settings:"ss04";
}

.SRB {
	font-feature-settings:"ss05";
}

.cyrillbox {
	background-color: rgb(238, 238, 238);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;
	margin: 0 0 15px 0;
	font-size:200%; 
	line-height:1.2; 
	font-weight:600;
	width:100%;
	position:relative;
}

.cyrillbox td {
	position:relative;
}

.family {
	display: block;
	font-size: 150%;
}

.showbutton {
	padding: 5px 10px 3px 10px;
	background-color: rgb(179, 159, 128); /*brown*/
	color: rgb(228, 223,205); /*paper*/
	font-size: 17px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	min-height: 100px;
	text-decoration: none;
	border: none;
	outline: none;
	margin: 10px;
	position: relative;
	top: -3px;
}

.showbutton:hover {
	text-decoration: none;
	border: none;
	outline: none;
	color: white;
}

.showbutton:after {
	content: " ▼"; /*↧↥▲▶▼△▷▽*/
}

.showfaq {
	padding: 7px 15px;
	background-color: rgb(179, 159, 128); /*brown*/
	color: rgb(228, 223,205); /*paper*/
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	border: none;
	outline: none;
	line-height: 25px;
	margin: 10px 0px;
}

.showfaq:hover {
	text-decoration: none;
	border: none;
	outline: none;
	color: rgb(125, 11, 12); /* red*/
}

.showfaq::after {
	content: " ▼"; /*↧↥▲▶▼△▷▽*/
}

#languagescrolllist {
	width: 100%;
	height: 180px;
	padding: 20px 35px 40px 40px;
	overflow-y: scroll;
	margin: 5px auto 15px auto;
	text-align: left;
	font-size: 1em;
	
	box-shadow: 0px -40px 30px -40px rgb(179, 159, 128) inset; 
	-webkit-box-shadow: 0px -40px 30px -40px rgb(179, 159, 128) inset; 
	-moz-box-shadow: 0px -40px 30px -40px rgb(179, 159, 128) inset; 

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#charsetbox {
	width: 100%;
	height: 250px;
	padding: 0;
	overflow-y: scroll;
	margin: 5px auto 15px auto;
	text-align: left;
	font-size: 1em;
	
	box-shadow: 0px -40px 30px -40px rgb(179, 159, 128) inset; 
	-webkit-box-shadow: 0px -40px 30px -40px rgb(179, 159, 128) inset; 
	-moz-box-shadow: 0px -40px 30px -40px rgb(179, 159, 128) inset; 

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.charmapimg {
	width: 100%;
	border: none;
}

.downloadtable {
	margin: 20px 10%;
}

#inusebox {
  text-align: center;
	height: 580px;
  overflow-y:scroll;
	padding: 10px;

	box-shadow: 0px -40px 30px -40px rgb(179, 159, 128) inset; 
	-webkit-box-shadow: 0px -40px 30px -40px rgb(179, 159, 128) inset; 
	-moz-box-shadow: 0px -40px 30px -40px rgb(179, 159, 128) inset; 
}

#inusebox a {
	display: inline-block;
	position: relative;
	height: 230px;
	width: 230px;
	border: 10px solid white;
	margin: 10px 7px;	

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	overflow: hidden;
}

#inusebox a img {
	position: absolute;
	left: 0;
	height: 100%;
	top: 0%;
}

#inusebox span {
	font-size: 0.5em;
	position: absolute;
	left: 0px;
	width: 100%;
	bottom: 0;
	text-align: left;
	vertical-align: bottom;
	padding: 10px;
	font-weight: 400;
	color: black;
	background-color: rgba(255, 255, 255, 0.6);
}



/*XXXXXXXXXX EASY COMMENT XXXXXXXXXXX*/

.ec-comment-form fieldset {
	background: none !important;
}

.ec-comment-pane div.ec-total {
	font-size: 20px !important;
	font-style: italic !important;
}

.ec-comment-pane {
	position: relative !important;
	padding: 0px !important;
	margin: 10px 0px !important;
}

fieldset {
	border: none;
	margin: 0;
	padding: 10px 0px;
}

.ec-comment-form .title {
	display: none !important;
}

.ec-comment-pane ul.ec-comment-list {
	background: rgb(238, 238, 238) !important;
	font-size: 18px !important;
	line-height: 22px !important;
	padding: 10px 20px !important;
	font-family: 'vollkorn' !important;    

}

.ec-comment-pane ul.ec-comment-list li.ec-comment div.avatar {
	background: none !important;
}

.ec-comment-pane ul.ec-comment-list li.ec-comment a, .ec-comment-pane ul.ec-comment-list li.ec-comment .author {
	color: rgb(125, 11, 12) !important;
	font-weight: 600 !important;
}

.ec-comment-pane ul.ec-comment-list li.ec-comment {
	padding: 10px 20px 10px 20px !important;
}


@-ms-viewport { width: device-width; }

@media all and (max-width: 950px) { 
	.new { 
		display: none;
	}
}

@media all and (max-width: 700px) { 
	h1 { font-size:5.7em; } 
	.show { font-size: 1em;	}
	.showsmall { font-size: 0.8em; }
}

@media all and (max-width: 690px) {
	.menuitem { 
		margin: 0px;
		padding: 3px;
		font-size: 0.8em; }
}

	
@media all and (max-width: 500px) { 
	h1 { font-size:2.4em; }
	.show { font-size: 0.6em;	}
	.showsmall { font-size: 1em; }
	.caption { font-size: 0.4em;}
	.nebenIcon { font-size: 1.4em;}
	.icons { 
		font-size: 4em;
		height: 80px;
		width: 80px;
		line-height: 1em;
	}
	#freeas { font-size: 3em;}
	.downloadtable { margin: 5px;}
}

@media all and (max-width: 340px) { 
	#firsticon {
		font-size: 10em;
		height: 180px;
		width: 180px;
		line-height: 180px;
	}
	.iconsline { font-size: 4em;}
	#freeas { font-size: 2em;}
	#paywhatyouwant { font-size: 1.4em;}
	#latcyrgrk { font-size: 1.1em;}
	#figures { font-size: 3em;}
	.caption { 
		font-size: 0.25em;
		padding: 0px;
	}
	.kiste { padding: 10px;}
	.icons { 
		font-size: 3em;
		height: 60px;
		width: 60px;
		line-height: 1em;
	}
	.nebenIcon { 
		font-size: 1.2em;
		padding: 10px;
	}
	.showsmall { 
		font-size: 0.5em;
	}	
}


