	

.header {
	position: relative;
}

.header-padding {
	display: none;
}

.lead {
	font-size: 1.6em;
	line-height: 1.5em;
}

.lead i {
	display: inline-block;
	font-weight: normal;
	margin-top: 1em;
	color: #666;
}

.lead a {
}

.lead a:hover {
	color: #999;
}

.main {
	padding: 24px;
}

.section {
	text-align: left;
}

.section h2 {
	font-size: 36px;
	font-weight: 600;
	line-height: 1.3em;
	color: #d6081c;
	color: #000;
	margin-bottom: 0.5em;
}

.section h2 a:hover {
	text-decoration: none;
}

.section h3.system {
	margin-top: 0em;
}

.system-text i {
	color: #666;
}

.section p {
	font-size: 17px;
	line-height: 1.7em;
}

.text p, .text h2, .text h3, .text h4, .text h6, .text.lead	{
	max-width: 750px;
	margin: 1em auto 1em auto;
}

.section h2 {
	font-family: "open-sans", Helvetica, Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.3px;
	font-size: 36px;
	color: #d6081c;
	/*margin-bottom: 1em;*/
}

.section h3 {
	color: #000;
	margin-top: 2.5em;
}
.text h4 {
	color: #d6081c;
	margin-top: 2.5em;
}

.explanation .text {
	font-weight: 600;
}

figure {
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	margin-before: 0;
	margin-after: 0;
	margin-start: 0;
	margin-end: 0;
	margin-top: 4em;
	margin-bottom: 4em;
	text-align: center;
}

.ksk figure {
	margin-top: 2em;
	margin-bottom: 1em;
}

figure img {
	border: 0px solid #eee;
	margin-bottom: 1.25em;
	max-width: 100%;
}

figcaption, .figcaption {
	text-align: center;
	color: #666;
}

.text aside {
	position: relative;
	padding: 1px 16px;
	max-width: 750px;
	margin: 5em auto 2em auto;
}

.text aside h1 {
	font-size: 1em;
	position: absolute;
	top: -2em;
	padding: 4px 10px;
	background-color: #fff2cb;
}

.section h6 {
	font-size: 18px;
	font-weight: 600;
	color: #d6081c;
	color: #666;
}

.text aside p {
	font-size: 16px;
}

.text aside {
	background-color: #fff2cb;
	border-radius: 5px;

}

.ksk p:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

.kkf {
	position: relative;
	float: left;
	display: block;
	height: 7em;
	margin-top: 1.5em;
	margin-right: 1.5em;
	margin-left: 0.5em;
}

.button {
	margin-left: 0;
}

.buttons-wrapper {
	display: none;
}

.button.big {
	background-color: #d6081c;
	color: #fff;
	border:none;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 600;

	-webkit-transition: color 0.25s, background 0.25s;
	-moz-transition: color 0.25s, background 0.25s;
	-o-transition: color 0.25s, background 0.25s;
	transition: color 0.25s, background 0.25s;
}

.button.big:hover {
	background-color: #9a0b04;
	color: #ffffff;
}

.button.big.active {
	background-color: #333;
	color: #ffcc00;
}

.header-title-pic {
	max-width: 840px;
}

.header-title-pic, .header-title-pic-mobile {
	/*display: none;*/
}

.header-img {
	height: auto;
}

.grid {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: none;
}

.grid li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.set ul {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}

.set li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.category {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: none;
}

.category li {
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: center;
}

.shopping-cart {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

.shopping-cart li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.super-shopping-cart {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

.super-shopping-cart li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.section.recents {
	margin-top: 8em;
}

.recents-wrapper {
	margin-top: 4em;
	margin-bottom: 3em;
}

.recents ul {
	text-align: center;
}

.recents li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.emojis {
	text-align: center;
}

.emoji {
	position: relative;
}

.category .emoji {
	cursor: pointer;
}


.emoji.active {
	background-color: #efefef;
	border-radius: 6px;
}

.emoji-count {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	font-size: 11px;
	line-height: 1em; 
	padding: 0px 3px 3px 3px;
	z-index: 50;
	display: none;
}

.emoji-pic {
	width: 56px;
	height: 56px;
	margin: 0.25em;
}

.recent-pic {
	width: 56px;
	margin: 0.25em;
}

.set .set-pic {
	width: 72px;
	margin: 0.5em;
}

.interesting .set {
	margin-bottom: 8em;

}


.explanations ul {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	column-gap: 20px;
}

.explanations li {
	list-style: none;
	padding: 3px;
	margin: 3px;
	margin-bottom: 20px;
	/*border: 1px solid #efefef;
	min-height: 60px;*/
	clear: both;

	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;

}

.explanation .explanation-pic {
	float: left;
	width: 56px;
	margin: 0;
	margin-right: 12px;
}

.explanations li:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

.explanation .text {
	display: block;
	margin-top: 3px;
}

.tables {
	border-collapse: collapse;
}
.tables td, .tables th	{
	border-collapse: collapse;
	font-size: 11px;
	border: 1px solid #ddd;
}

.tables tr.nope {
	background-color: yellow;
}

.category-loader h4 {
	font-size: 18px;
}

.spc {
	background-color: #ccc;
}

.dashboard-box {
	left: 0;
	width: 100%;
	z-index: 2000;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	background-color: rgba(255,255,255,0.95);

}

.dashboard {
	display: block;
	position: relative;
	text-align: center;
	padding-bottom: 1em;
}

.dashboard-box.fix {
	position: fixed;
	top: 0;
	border-bottom: 1px solid #ddd;
}

.info-box-2 {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 2000;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	background-color: rgba(255,255,255,0.95);
	bottom: 0;
	border-top: 1px solid #ddd;
}

.info-2 {
	text-align: left;
	padding: 6px;
}

.info-2 h4 {
	padding-left: 40px;
	padding-right: 40px;
	text-transform: uppercase;
}


.info-wrapper {
	position: absolute;
	width: 360px;
	max-width: 100%;
	min-height: 40px;
	background-color: #efefef;
	top: 0;
	color: #000;
	text-align: center;
	z-index: 50;
	left: 0;
	cursor: pointer;
	border: 2px solid #333;
	border-radius: 6px;
	box-shadow: 0px 0px 5px #666;
	display: none;
}

.info {
	padding: 6px;
	font-size: 13px;
}

.info h4 {
	margin-top: 0.1em;
	margin-bottom: 0;
}

.info h5 {
	margin-top: 0.025em;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.info ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 1em;
	text-align: none;
}

.info li {
	display: inline-block;
	padding: 0;
	margin: 1px;
	margin-bottom: 1em;
}

.info li.nope img {
	background-color: #666;
	border-radius: 50%;
}

.os-name {
	font-size: 11px;
	margin-top: -0.5em;
}

.info-wrapper .arrow {
	position: absolute;
	left: 0;
	margin-left: -12.5px;
	top: -5px;
	width: 25px;
	display: none;
}

.super-favourites {
	display: none;
}

.notepad-box {
	outline: none !important;
	display: block;
	width: 100%;
	height: 120px;
	padding: 6px;
	font-size: 48px;
}

.txt {
	display: inline-block;
	text-align: center;
	width: 110px;
	height: 80px;
	font-size: 18px;
}

.set ul {
	text-align: center;
	margin-top: 4em;
}

.set h2 {
	max-width: 750px;
	margin: 1em auto 1em auto;
}

ul {
	display: block;
	list-style-type: disc;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

select, option {
	font-family: inherit;
	font-size: 16px;
	font-weight: normal;
}

select {
	border :1px solid #999;
}

.dashboard-browser {
	display: block;
}	
.dashboard-mobile {
	padding-top: 1em;
	padding-bottom: 1em;
	display: none;
}

.info-box-2 {
	display: none;
}

.info-2 {
	text-align: center;
	margin-bottom: 0.5em;
}

.info-2 .name-en {
	font-style: italic;
	font-weight: normal;
}

.info-2 h4 {
	font-size: 1em;
	cursor: pointer;
}

.info-2 .emoji-pointer {
	font-weight: normal;
	color: #666;
	font-size: 0.8em;
}

.info-2 li {
	display: inline-block;
	padding: 0;
	margin: 1px;
	margin-bottom: 1em;
}

.info-2 li.nope img {
	background-color: #eee;
	border-radius: 50%;
}

.info-2 .components {
	font-size: 32px;
	padding: 12px;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	line-height: 1.1em;
}


.info-2 .emoji-pointer {
	font-size: 14px;
	padding: 12px;
	border-top: 1px solid #ddd;
	padding-top: 22px;
}


.components, .emoji-pointer {
	cursor: pointer;
}

.info-2.mode-pointer .emoji-pointer {
	display: block;
}

.info-2.mode-pointer .components	{
	display: none;
}

.info-2.mode-component .components {
	display: block;
}

.info-2.mode-component .emoji-pointer {
	display: none;
}

.close-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px;
	cursor: pointer;
}

.count {
	font-style: italic;
	font-weight: normal;
}

@keyframes spinner {
	to {transform: rotate(360deg);}
}

.emoji-box.loading {
	/*background-color: #efefef;*/
}

.emoji-box.prop {
	background-color: #ccc;
}
 
.emoji-box.loading:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 36px;
	left: 50%;
	width: 34px;
	height: 34px;
	margin-top: -19px;
	margin-left: -17px;
	border-radius: 50%;
	border: 2px dotted #999;
	border-top-color: #444;
	animation: spinner 1.5s linear infinite;
}

.matrix {
	position: relative;
}

.matrix.loading:before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	top: 36px;
	left: 50%;
	width: 34px;
	height: 34px;
	margin-top: -19px;
	margin-left: -17px;
	border-radius: 50%;
	border: 2px dotted #999;
	border-top-color: #444;
	animation: spinner 1.5s linear infinite;
}

.emoji-box {
	cursor: pointer;
	position: relative;
}

.emoji-box.active {
	background-color: #efefef;
}

.walt .swiper-container {
	margin-top: 100px !important;
}

.walt .swiper-container, .walt .swiper-pagination {
	max-width: 420px;
	margin: 0 auto;	
}

.walt .swiper-slide {
	text-align: center;
}

.walt .swiper-slide p {
	font-size: 14px;
	color: #666;

}

.walt .swiper-slide img {
	display: inline-block;
}

.quellen {
	font-size: 12px;
	line-height: 1.2em;
}

.header h1 {
	display: none;
}

.header {
	text-align: center;
}

.logo-link {
	display: inline-block;
	float: none;
}

.header-logo {
	height: 29px;
	margin: 0 auto;
	margin-top: 6px;
	margin-bottom: 2px;
	padding: 0;
}

.button-category {
	color: #fff;
	background-color: #666;
}

.button-category:hover {
	color: #ffcc00;
	background-color: #333;
}

.button-category.active {

	background-color: #ffcc00;
	background-color: #000;
	color: #ffcc00;
} 

.ui-selectmenu-button.ui-button {
	width: auto !important;
	font-family: inherit;

	margin-bottom: 10px;
}

.ui-widget li div {
	font-family: "open-sans", Helvetica, Arial, sans-serif;
}

.author {
	color: #666;
	text-align: left;
	font-size: 15px;
	margin-top: 1.5em;
	font-weight: normal;
	display: none;
}

@media (max-width: 800px) {

	.explanations ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
}


@media (max-width: 600px) {

	.dashboard-browser {
		display: none;
	}	
	.dashboard-mobile {
		display: block;
	}

	.explanations ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		column-gap: 0px;
	}

	.info-2 {
		padding: 3px;
		/*width: 32px;*/
	}


	.versions-box {
		overflow: auto;
		-webkit-overflow-scrolling: touch; 
		width: 100%;
		height: 100px;
	}

	.versions {
		height: 80px;
		width: 780px;
		margin: auto;
	}

	.info-2 h4 {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.info-2 .emoji-pointer {
		/*display: none;*/
	}

	.info-2 .name-en {
		display: none;
	}
	.info-2 .name-en {
		font-weight: 600;
		font-style: normal;
	}

	.lead {
		font-size: 1.4em;
		line-height: 1.5em;
	}


}
