@charset "utf-8";

@import url(../../assets/fonts/_sys/preusstypewebfont.css);

/*  
	CSS Reset by Eric Meyer - Released under Public Domain
    http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, 
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 102.5%;
	vertical-align: baseline;
	background: transparent;
	text-rendering: optimizeLegibility;
	font-display: swap;
}

html {
  -webkit-font-smoothing: antialiased;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body {
	font-size: 105%;
	line-height: 160%;
	background: white;
	font-family: 'sysfont', sans-serif;
	color: #666;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: #009cdb;
	outline: none; /* hide dotted outline in Firefox */
}

a:hover {
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

.main {
	width: 73%;
	margin: 0;
	padding-right: 8px;
}

.hide {
	display: none;
}

.x {
	clear: both;
}

.sb {
	font-weight: 400;
	font-size: 101.5%;
	line-height: 150%;
	float: right;
	width: 25%;
	margin-right: 0;
	margin-top: 0;
	margin-left: 12px;
}

.sb a:hover {
	text-decoration: underline;
}

.sb ul {
	margin-top: 20px;
	margin-bottom: 20px;
}

.sb img {
	width: 100%;
	height: 100%;
	float: left;
	margin-bottom: 20px;
}

.single_font {
	margin-top: 20px;
	margin-bottom: 20px;
}

.preis {
	font-weight: 700;
	font-size: 1.8em;
	margin-left: 14px;
	clear: left;
}

.small {
	font-size: 75%;
}

label {
	display: inline-block;
	width: 7em;
}

strong, b {
	font-weight: 900;
}

em, i {
	font-style: italic;
}

/* @group Demo-Font Info-Box -----------------*/

#infoBox {
	display: block;
	width: 70%;
	height: auto;
	height: auto;
	padding: 10px;
	background-color: white;
	border: 1px solid #000;
}

#infoBox form {
	margin: 3%;
}

#infoBox label {
	clear: both;
	color: #666;
	float: left;
	font-weight: 400;
	padding: 5px 0;
	text-align: left;
	font-size: 80%;
	width: 100%;
}

#infoBox .lcurrent {
	font-weight: 700;
}

#infoBox input.text, textarea, select {
	border: 1px solid #ccc;
	float: left;
	padding: 7px;
	background-color: whitesmoke;
	width: 95%;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

#infoBox textarea {
	height: 12em;
}

#infoBox input:focus {
	border-color: #AAAAAA;
	background-color: rgba(0, 156, 219, 0.5);
	color: black;
}

#infoBox textarea:focus {
	border-color: #AAAAAA;
	background-color: rgba(0, 156, 219, 0.5);
	color: black;
}

#infoBox .submit {
	background: #009cdb;
	border: 0 none;
	color: #FFFFFF;
	padding: 10px;
	width: 100%;
	margin-left: 8px;
	font-size: 1.0em;
}

#infoBox a .x-button {
	float:right;
	padding:0px;
	margin-top:0px;
	margin-right:5px;
	margin-bottom:0px;
	text-align: right;
}

#infoBox h2 {
	margin-bottom:10px;
}

/* @end */

/* @group Header ------------------------------ */

header {
	background-color: #009cdb;
	width: 100vw;
	text-align: center;
	height: 120px;
	padding-top: 40px;
	padding-bottom: 1px;
}

header a.logo {
	background: url(../../images/logo.svg) no-repeat;
	height: 75px;
	width: 190px;
	border: 0px;
	text-align: center;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-indent: -200em;
}

/* @end */

/* @group Intro --------------------------------- */

#intro {
	margin: 10px;
	float: none;
	clear: both;
}

#intro h1 {
	text-align: center;
	font-weight: 700;
	font-size: 1.8em;
	margin-bottom: 20px;
}

#intro h2 {
	text-align: left;
	font-weight: 700;
	font-size: 1.4em;
}

#intro h3 {
	text-align: left;
	font-weight: 700;
	font-size: 1.0em;
}

#intro p {
	font-weight: 400;
	font-size: 1.0em;
	margin-bottom: 10px;
}

#intro p a {
	color: #009cdb;
}

#intro p a:hover {
	color: #444;
	text-decoration: underline;
}

/* @end */

/* @group Container  --------------------------- */

.container {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	clear: both;
}

.container h1 {
	text-align: left;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 130%;
	margin: 20px 0;
}

.container h2 {
	text-align: left;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 130%;
	margin: 30px 0;
}

.container h3 {
	text-align: left;
	font-weight: 700;
	font-size: 1.3em;
	line-height: 130%;
	margin: 40px 0 4px;
}

.container p {
	text-align: left;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 150%;
}

/* Alternative Navigation oben -------------------------------------------------------- */

.altnav {
	max-width: 1000px;
	margin: 20px auto 10px;
	text-align: center;
	font-size: 80%;
	line-height: 112%;
}

.altnav a:hover {
	text-decoration: underline;
}

/* Subnavigation unterhalb Bild Font-Einzelansicht-------------------------------------- */

.subnav {
	width: 100%;
}

.subnav li {
	background-color: silver;
	color: #fff;
	width: 100%;
	float: left;
	margin: 0;
	overflow: hidden;
	line-height: 100%;
	text-align: center;
}

.subnav li a {
	color: #fff;
	font-weight: 400;
	font-size: 0.9em;
	text-decoration: none;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 8px 10px;
	height: auto;
	display: block;
}

.subnav li a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #fff;
	opacity: 0.55;
}

.subnav li a:active {
	background-color: #9da5ae;
	color: #000;
	outline: none;			/* hide dotted outline in Firefox */
}

.subnav li:hover a {
	color: #000;
	text-decoration: none;
	transition: all 0.35s ease-in-out 0s;
	opacity: 0.5;
}

/* Ordertabelle -------------------------------------------------------- */

.container table {
	width: 100%;
	border: solid 3px #fff;
}

.container td {
	border: solid 3px #fff;
	background-color: #f3f2f4;
	text-align: center;
	vertical-align: middle;
	padding: 12px;
}

.order img {
	width: 20%;
	height: 20%;
	float: left;
	margin: 12px 20px 20px 0;
	padding-left: 10px;
}

table #dkl {
	background-color: #e7e6e8;
}

table #dkl_1 {
	background-color: #d9d9d9;
}

/* Packages Start ---------------------------------*/

table #p {
	background-color: rgba(0, 156, 189, 0.2);
}

table #p_dkl {
	background-color: rgba(0, 156, 189, 0.3);
}

table #p_dkl_1 {
	background-color: rgba(0, 156, 189, 0.5);
}

/* Packages Ende ---------------------------------*/

table #popular {
	font-size: 70%;
	font-weight: 300;
	color: #fff;
	letter-spacing: 0.1em;
	background-color: #bc3315;
	padding: 2px;
}

table #kopf {
	font-size: 110%;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.1em;
}

/* @end */

/* @group Content ----------------------------- */

.content {
	max-width: 1000px;
	margin: 0 auto;
	font-weight: 400;
	line-height: 150%;
}

.content h1 {
	text-align: center;
	font-weight: 700;
	font-size: 1.8em;
	line-height: 130%;
	margin-top: 20px;
	margin-bottom: 40px;
}

.content h2 {
	text-align: center;
	font-weight: 700;
	font-size: 1.4em;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 130%;
}

.content h3 {
	text-align: center;
	font-weight: 700;
	font-size: 1.0em;
	line-height: 130%;
	margin: 40px 0 4px;
}

.content img {
	margin-bottom: 10px;
}

.content ol li {
	margin-top: 20px;
	list-style-type: decimal;
	list-style-position: inside;
}

.content ul {
	text-align: center;
}

.content li img {
	border-radius: 8px;
	max-width: 93%;
	-webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
	animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
	background: transparent;
	border: none;
	display: block;
	margin-right: 3%;
	margin-top: 30px;
	margin-left: 3%;
}

.content li img:hover {
	transition: all 0.35s ease-in-out 0s;
	transition-property: all;
	transition-duration: 0.35s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	opacity: 0.6;
}

.content li .image {
	max-width: 93%;
	background: transparent center center;
	border: none;
	display: block;
}

.content table {
	width: 100%;
}

.content table tr td {
	padding: 4px;
}

.content #otf img {
	width: 15%;
	height: 15%;
	float: left;
	margin: 0 15px 15px 0;
}

.content #otf img:hover {
	transition: all 0.35s ease-in-out 0s;
	transition-property: all;
	transition-duration: 0.35s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	opacity: 0.8;
}

.content .unicode img {
	width: 50px;
	height: 50px;
	float: left;
	margin: 10px;
}

.content .unicode img:hover {
	transition: all 0.35s ease-in-out 0s;
	transition-property: all;
	transition-duration: 0.35s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	opacity: 0.7;
}

.home img {
	align-content: center;
}

.content .home img {
	border-radius: 8px;
	max-width: 93%;
	-webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
	animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
	border: none;
	display: block;
	width: 150px;
	height: 150px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.content .home img:hover {
	transition: all 0.35s ease-in-out 0s;
	transition-property: all;
	transition-duration: 0.35s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	opacity: 0.8;
}

#order {
	text-align: left;
	vertical-align: middle;
	font-weight: 400;
	color: gray;
}

#order img {
	width: 20px;
	height: 20px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

/* Slider ------------------------------- */

.content #slider-holder {
	height: 330px;
}

.content #slider {
	list-style: none;
	position: relative;
}

.content #slider li {
	display: none;
	position: absolute;
}

.content #slider ul li img {
	width: 100%;
	height: 400px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.content #slider-holder ul li img:hover {
	opacity: 1.0;
}

/*
.content #slider.commissions {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	position: relative;
}

.content #slider.commissions li {
	width: 100%;
	height: 310px;
	line-height: 310px;
	display: none;
	position: absolute;
	margin-left: -17px;
	text-align: center;
}

.content #slider.commissions li img {
	width: auto;
	height: auto;
	margin: auto 0;
	border-bottom: 0px;
	vertical-align: middle;
	margin-top: -1px;
}

.content #slider-nav.commissions {
	position: absolute;
	top: 300px;
	left: 206px;
}
*/

.content #slider-nav {
	list-style: none;
	margin-top: -14px;
}

.content #slider-nav li {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #FFFFFF;
	border: 1px solid #ccc;
	cursor: pointer;
	margin-left: 2px;
	margin-bottom: 25px;
}

.content #slider-nav li.active {
	background: #ccc;
}

/* @end */

/* @group Footer ------------------------------- */

.footer {
	width: 100%;
	max-width: 1000px;
	font-size: 75%;
	font-weight: 400;
	position: fixed;
	bottom: 0px;
	background-color: white;
	clear: both;
}

.footer table {
	width: 100%;
	margin-top: 4px;
}

.footer table td #left {
	text-align: left;
	width: 50%;
	padding-bottom: 8px;
}

.footer table td #right {
	text-align: right;
	font-size: 150%;
	width: 50%;
}

.footer table td #pictop {
	text-align: right;
	font-size: 150%;
}

.footer table #pictop {
	font-size: 150%;
	padding-right: 0px;
}

/* @end */

/* @group Contactform ------------------------- */

#contact form {
	width: 80%;
	margin-right: 9%;
	margin-left: 9%;
}

#contact label {
	clear: both;
	color: #666666;
	float: left;
	font-weight: 400;
	padding: 5px 10px 5px 0;
	text-align: left;
	font-size: 1.0em;
	width: 100px;
}

#contact .lcurrent {
	font-weight: 700;
}

#contact input.text,
textarea,
select {
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0 0 10px 5px;
	padding: 7px;
	background-color: #f4f3f4;
	width: 100%;
}

#contact textarea {
	height: 12em;
}

#contact input:focus {
	border-color: #AAAAAA;
	background-color: rgba(0, 156, 219, 0.5);
	color: black;
}

#contact textarea:focus {
	border-color: #AAAAAA;
	background-color: rgba(0, 156, 219, 0.5);
	color: black;
}

#contact .submit {
	background: #009cdb;
	border: 0 none;
	color: #FFFFFF;
	padding: 10px;
	width: 100%;
	margin-left: 8px;
	font-size: 1.0em;
}

#contact .fehler {
	color: red;
	font-weight: 700;
}

/* @end */

/* @group Glyphstable Font Info  ---------------- */

/* ------ STD -----------------------*/

#glyph_chart_std {
	margin-bottom: 100px;
}

#glyph_chart_std div {
	background-color: #d9f3ff;
	color: black;
	float: left;
	height: 1.2em;
	margin-bottom: 1px;
	margin-right: 1px;
	text-align: center;
	width: 1.2em;
	position: relative;
	padding: .6em .2em .2em;
	font: 36px/1.2em Phoenica-55;
}

#glyph_chart_std last div {
	padding-bottom: 30px;
}

#glyph_chart_std div p {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	text-align: center;
	font: 9px sysfont, sans-serif;
	background-color: #009cdb;
	width: 100%;
	color: #fff;
	padding: 2px 0;
}

/* ------ PRO -----------------------*/

#glyph_chart_pro div {
	background-color: #f7d2d6;
	color: black;
	float: left;
	height: 1.2em;
	margin-bottom: 1px;
	margin-right: 1px;
	text-align: center;
	width: 1.2em;
	position: relative;
	padding: .6em .2em .2em;
	font: 36px/1.2em Phoenica-55;
}

#glyph_chart_pro last div {
	padding-bottom: 30px;
}

#glyph_chart_pro div p {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	text-align: center;
	font: 9px sysfont, sans-serif;
	background-color: #fa2400;
	width: 100%;
	color: #fff;
	padding: 2px 0;
}

/* ------ PLUS ----------------------*/

#glyph_chart_pls div {
	background-color: #ccf4c3;
	color: black;
	float: left;
	height: 1.2em;
	margin-bottom: 1px;
	margin-right: 1px;
	text-align: center;
	width: 1.2em;
	position: relative;
	padding: .6em .2em .2em;
	font: 36px/1.2em Phoenica-55;
}

#glyph_chart_pls last div {
	padding-bottom: 30px;
}

#glyph_chart_pls div p {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	text-align: center;
	font: 9px sysfont, sans-serif;
	background-color: #00be00;
	width: 100%;
	color: #fff;
	padding: 2px 0;
}

/* ------ WEB ---------------------------*/

#glyph_chart_web div {
	background-color: #eee;
	color: black;
	float: left;
	height: 1.2em;
	margin-bottom: 1px;
	margin-right: 1px;
	text-align: center;
	width: 1.2em;
	position: relative;
	padding: .6em .2em .2em;
	font: 36px/1.2em Phoenica-55;
}

#glyph_chart_web last div {
	padding-bottom: 30px;
}

#glyph_chart_web div p {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	text-align: center;
	font: 9px sysfont, sans-serif;
	background-color: gray;
	width: 100%;
	color: #fff;
	padding: 2px 0;
}

/* @end */

/* @group Font Tester -------------------------- */

/* Kartenreiter Tester --------- */

#tabs {
	display: block;
	height: 30px;
	background: transparent;
	width:100%;
	text-align: center;
	line-height:30px !important;
	margin-right: 12px;
}

#tabs li {
	float: left;
	overflow: hidden;
	background: #ccc;
	width: 8%;
}

#tabs li a {
	font-family: sysfont;
	font-weight: 400;
	font-size: 80%;
	color: #000;
	text-decoration: none;
	display: block;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 30px;
	vertical-align: middle;

}

#tabs li a:hover {
	background-color: #9da5ae;
	text-decoration: none;
	transition: all 0.35s ease-in-out 0s;
	transition-property: all;
	transition-duration: 0.35s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}

#tabs li a:active {
	background-color: #000;
	color: #fff;
	outline: none;  	/*hide dotted outline in Firefox */
}

/* Textfeld Tester --------- */

.tt_background {
	position: relative;
	width: 100%;
}

#tt_start,#tt_abc,#tt_latin,#tt_cyril,#tt_greek,#tt_edit {
	width: 98%;
	line-height: 120%;
	font-size: 30pt;
	overflow: auto;
	float: left;
	clear: left;
	border: 0px solid #ddd;
	padding: 10px;
	margin-bottom: 20px;
	text-align: left;
    -webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	-webkit-font-feature-settings: "kern" 1;
	-moz-font-feature-settings: "kern" 1;
	-ms-font-feature-settings: "kern" 1;
	font-feature-settings: "kern" 1;
	margin-right: 10px;
}

#tt_start,#tt_abc,#tt_latin,#tt_cyril,#tt_greek,#tt_edit {
	color: black;
	background-color: white;
}

#tt_abc,#tt_latin,#tt_cyril,#tt_greek,#tt_glyphs,#tt_edit {
	display: none;
}

/* @end */



/* @group Galerie ------------------------------ */

#gallery {
	overflow: hidden;
	text-align: center;
	clear: both;
}

#gallery ul {
	width: 100%;
	clear: left;
}

#gallery li {
	width: 100%;
	text-align: center;
	color: silver;
	font-weight: 400;
}

#gallery li img {
	border-radius: 8px;
	max-width: 90%;
	-webkit-animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
	animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
	background: transparent;
	border: none;
	display: block;
	margin: 10px 1%;
}

#gallery li img:hover {
	transition: all 0.35s ease-in-out 0s;
	transition-property: all;
	transition-duration: 0.35s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	opacity: 0.65;
}

/* @end */

/* @group GX Slider  --------------------------- */

#gx_container {
	position: relative;
	width: 100%;
}

.gxslider-group {
	font-size: 70%;
	color: #a9a9a9;
	font-weight: 300;
	padding: 2px;
	width: 100%;
	display: inline-block;		/* The slider handle */
	margin-bottom: 10px;
	outline: none;
}

.gxslider-group label {
	float: left;
	margin-right: 1px;
	margin-right: 0.625rem;
}

.gxslider-group .output {
	float: none;
	margin-right: 5px;
}

.gxslider-group .output:before {
	content: "(";
}

.gxslider-group .output:after {
	content: ")";
}

.gxslider-group .slider {
	margin-top: 1px;
	-webkit-appearance: none;	/* Override default CSS styles */
  	appearance: none;
	width: 100%;				/* Full-width */
  	height: 1px;				/* Specified height */
  	background: #000;			/* background */
  	outline: none;				/* Remove outline */
  	opacity: 0.5;				/* Set transparency (for mouse-over effects on hover) */
  	-webkit-transition: .2s;	/* 0.2 seconds transition on hover */
  	transition: opacity .2s;
}

.gxslider-group .slider::-webkit-slider-thumb {
	-webkit-appearance: none;	/* Override default look */
  	appearance: none;
	width: 12px;				/* Set a specific slider handle width */
  	height: 24px;				/* Slider handle height */
  	background: #f94100;		/* background wie GX-Farbe*/
  	cursor: pointer;			/* Cursor on hover */
  	border-radius: 3px;
	box-shadow: 0px 0px 5px #ffffff, 0px 0px 0px #ffffff;
	border: 0px solid #fff;
}

.gxslider-group .slider::-moz-range-thumb {
	width: 25px;				/* Set a specific slider handle width */
  	height: 12px;				/* Slider handle height */
  	background: #000;			/* background */
  	cursor: pointer;			/* Cursor on hover */
}

.gxslider-group .slider:hover {
	opacity: 1;					/* Fully shown on mouse-over */
	outline: none;				/* Gepunktete Linie in Firefox verbergen */
}

#wrap-demo {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	display: block;
	margin-top: 4em;
}

.demotext {
	color: black;
	background-color: white;
	padding: 10px;
	text-align: left;
	line-height: 120%;
	overflow: hidden;
	font-size: 24pt;
	width: 98%;
}

/* @end */

/* @group responsive Design ------------------- */

/*********************************************************************************/
@media only screen and (max-width: 760px)
/*********************************************************************************/ {

#intro {
	margin: 10px;
}

#slider-holder {		
	display: none;
}

.content #slider ul li img {
	width: 100%;
	height: auto;
}

#slider-nav {
	display: none;
}

.main {
	width: 99%;
}

.sb {
	width: 100%;
}

.sb img {
	display: none;
}

.sb .subnav {
	width: 100%;
	clear: right;
}

#gallery {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 20px;
}

.home {
	width: 99%;
	margin: 10px;
}

.home img {
	width: 50vw;
	height: 50vw;
}

.footer {
	font-size: 60%;
}
.footer table {
	margin-top: 2px;
}
#tabs li {
	font-size: 85%;
	width: 11%;
}
}

/*********************************************************************************/
@media only screen and (min-width: 480px) and (max-width: 760px)
/*********************************************************************************/ {

#intro {
	margin: 10px;
}

#slider-holder {
	display: none;
}

.altnav {
	font-size: 60%;
}

.sb img {
	display: none;
}

.sb .subnav {
	width: 100%;
	clear: right;
}

#gallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-left: 4%;
	padding-right: 4%;
}

#gallery li {
	float: left;
	width: 47%;
	margin-right: 2%;
	margin-bottom: 2%;
	margin-left: 2%;
}

#gallery li:nth-child(2n) {
	margin-right: 0;
}

.tabs li a {
	padding: 4px 12px;
	font-size: 0.7em;
}

#tt_start,#tt_abc,#tt_latin,#tt_cyril,#tt_greek,#tt_edit,.tt_background {
	margin-bottom: 10px;
	clear: right;
}
.footer {
	font-size: 60%;
}
}

/**********************************************************************************/
@media only screen and (min-width: 760px) and (max-width: 1280px)
/*********************************************************************************/ {

#intro {
	margin: 10px;
}

#slider-holder {	/*display: none;*/
	height: auto;
	width: 100%;
}

.content #slider ul li img {
	width: 100%;
	height: auto;
}

#slider-nav {
	display: none;
}

#gallery {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 4%;
}

#gallery li {
	float: left;
	width: 45%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 2%;
}

}

/*********************************************************************************/
@media only screen and (min-width: 1280px)
/*********************************************************************************/ {

#intro {
	margin: 10px;
}

#gallery {
	margin-bottom: 50px;
}

#gallery li {
	float: left;
	width: 31%;
	margin-bottom: 1%;
	margin-right: 1%;
	margin-left: 1%;
}
}

/* @end */