/* ------------------------------------------------------------------------
 * JA Typo Plugin for Joomla 2.5 & J3x
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2018 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */

/* SPECIAL CONTENT
-----------------------------------------------------------------*/
/* Pre, Code ---*/
pre,.code {
	background-color: #ffffdd !important;
	border: 1px solid #ccc !important;
	border-left-width: 5px !important;
	font: 1em/1.5 Monaco, Consolas, "Courier News", monospace !important;
	padding: 10px 15px !important;
}
i.icon-btn-jatypo {
	background: url(images/other/ja_button_typo.png) no-repeat left center;
}
.button2-left .btn-jatypo{
	background: url(images/other/ja_button_typo.png) no-repeat right center;
}
/* Inline Words Hilite ---*/
.highlight {
	background: #ffffdd;
	font-weight: bold;
	padding: 1px 5px;
}

/* Dropcap ---*/
.dropcap {
	display: block;
	float: left;
	font: 60px/40px Georgia, Times, serif;
	padding: 7px 8px 0 0;
}

p.pdropcap:first-letter {
	font: 60px/60px Georgia, Times, serif;
	float: left;
	display: block;
	padding: 0 8px 0 0;
}

*+html .dropcap {
	padding-bottom: 15px;
}

/* Blockquote ---*/
blockquote {
	font-family: Georgia, Times, serif;
	font-size: 100%;
}

blockquote span.open {
	background: url(images/so-q.gif) no-repeat left top;
	display: inline-block;
	padding: 0 0 0 20px;
}

blockquote span.close {
	background: url(images/sc-q.gif) no-repeat bottom right;
	display: inline-block;
	padding: 0 20px 0 0;
}

/* sub & sup tags ---*/
sub,sup {
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}

.button2-left .jatypo-btn {
	background: url(images/other/j_button2_typo.png) no-repeat scroll 100% 0
		transparent;
	color: #333;
	margin-right: 0;
}

/* PREFORMATTED TEXT
-------------------------------------------------------------*/
/* LIST STYLES
-----------------------------------------------------------------*/
/* Special list style ---*/
body ul.ja-typo-list li {
	background: none;
	margin-left: 8px;
	padding: 0 0 0 25px;
	position: relative;
	overflow: hidden;
	list-style: none;
}

body ul.ja-typo-list span.icon {
	background-image: url(images/icons-sprites-silk2.png);
	background-repeat: no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 0 !important;
}

body ul.list-arrow 	span.icon {
	background-position: left top !important;
}

body ul.list-star 	span.icon {
	background-position: left -18px !important;
}

body ul.list-check	span.icon {
	background-position: left -36px !important;
}

body ul.ja-unordered-list li {
	background: url(images/bullet.gif) no-repeat 20px 7px;
	line-height: 160%;
	margin-bottom: 5px;
	overflow: hidden;
	padding-left: 30px;
	list-style: none;
}

body ol.ja-ordered-list {
	padding: 0;
	margin: 0;
}

body ol.ja-ordered-list li {
	line-height: 180%;
	margin-left: 30px;
}

body dl.ja-definition-list dt {
	font-weight: bold;
	line-height: 160%;
}

body dl.ja-definition-list dd {
	margin-left: 15px;
	line-height: 160%;
}

/* Big Number ---*/
.blocknumber {
	position: relative;
	padding: 5px 0 5px 55px !important;
	min-height: 44px;
}

.blocknumber .bignumber {
	background-image: url(images/blocknumber-bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px !important;
	position: absolute;
	top: 0;
	left: 0;
	font: bold 20px/normal Arial, sans-serif;
	text-align: center;
}

.blocknumber-1 .bignumber {
	background-position: left top;
}

.blocknumber-2 .bignumber {
	background-position: left -44px;
}

.blocknumber-3 .bignumber {
	background-position: left -88px;
}

/* ICON STYLE
-----------------------------------------------------------------*/
/* Tips, Error, Message, Hightlight ---*/
body p.ja-typo-icon {
	padding-left: 25px;
	position: relative;
	background: none !important;
}

body p.ja-typo-icon span.icon {
	background-image: url(images/icons-sprites-silk1.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 2px;
	left: 0;
	padding-left: 0 !important;
}

body p.icon-error		span.icon {
	background-position: left 0 !important;
}

body p.icon-message		span.icon {
	background-position: left -16px !important;
}

body p.icon-tips 		span.icon {
	background-position: left -32px !important;
}

body p.icon-key 			span.icon {
	background-position: left -48px !important;
}

body p.icon-tag 			span.icon {
	background-position: left -64px !important;
}

body p.icon-note 		span.icon {
	background-position: left -80px !important;
}

body p.icon-rss			span.icon {
	background-position: -16px 0 !important;
}

body p.icon-page			span.icon {
	background-position: -16px -16px !important;
}

body p.icon-cart 		span.icon {
	background-position: -16px -32px !important;
}

body p.icon-demo			span.icon {
	background-position: -16px -48px !important;
}

body p.icon-download	span.icon {
	background-position: -16px -64px !important;
}

body p.icon-discussion	span.icon {
	background-position: -16px -80px !important;
}

body p.icon-info			span.icon {
	background-position: -32px 0 !important;
}

body p.icon-readmore	span.icon {
	background-position: -32px -16px !important;
}

body p.icon-doc 			span.icon {
	background-position: -32px -32px !important;
}

body p.icon-signup		span.icon {
	background-position: -32px -48px !important;
}

body p.icon-login		span.icon {
	background-position: -32px -64px !important;
}

body p.icon-submit		span.icon {
	background-position: -32px -80px !important;
}

body p.icon-extension	span.icon {
	background-position: -48px 0 !important;
}

body p.icon-user			span.icon {
	background-position: -48px -16px !important;
}

body p.icon-group		span.icon {
	background-position: -48px -32px !important;
}

body p.icon-birthday	span.icon {
	background-position: -48px -48px !important;
}

body p.icon-photo 		span.icon {
	background-position: -48px -64px !important;
}

body p.icon-calendar	span.icon {
	background-position: -48px -80px !important;
}

body p.icon-address		span.icon {
	background-position: -64px 0 !important;
}

body p.icon-phone		span.icon {
	background-position: -64px -16px !important;
}

body p.icon-mobi 		span.icon {
	background-position: -64px -32px !important;
}

body p.icon-fax			span.icon {
	background-position: -64px -48px !important;
}

body p.icon-email		span.icon {
	background-position: -64px -64px !important;
}

body p.icon-website		span.icon {
	background-position: -64px -80px !important;
}

body p.icon-yahoo		span.icon {
	background-position: right 0 !important;
}

body p.icon-gmail		span.icon {
	background-position: right -16px !important;
}

body p.icon-skype		span.icon {
	background-position: right -32px !important;
}

body p.icon-msn			span.icon {
	background-position: right -48px !important;
}

body p.icon-facebook	span.icon {
	background-position: right -64px !important;
}

body p.icon-twitter		span.icon {
	background-position: right -80px !important;
}

body p.icon-error {
	color: #CC0000;
}

body p.icon-message {
	color: #2C79B3;
}

body p.icon-tips {
	color: #E58C00;
}

/* BUBBLES
-----------------------------------------------------------------*/
/* Common Style + Style 1 */
.ja-typo-bubble {
	margin: 20px 0;
	position: relative;
}

.ja-typo-bubblect {
	padding: 15px;
	border: 3px solid #ddd;
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

*+html .ja-typo-bubblect {
	zoom: 1;
}

.ja-typo-bubble p.ja-typo-bubble-meta {
	margin: -3px 0 0 !important;
	height: 25px;
	padding-left: 65px;
}

.ja-typo-bubble span.ja-typo-bubble-author {
	font-weight: bold;
	display: block;
	padding-top: 5px;
	float:left;
	padding-left:10px;
}

.ja-typo-bubble span.ja-typo-bubble-arrow {
	display: block;
	/*position: absolute;*/
	bottom: 0;
	width: 25px;
	height: 25px;
	background: url(images/bubble-arrow.png) 0 0;
	float:left;
}

/* Style 2 --- */
.bubble-2 .ja-typo-bubblect {
	border: 0;
	background: #ddd;
}

.bubble-2 span.ja-typo-bubble-arrow {
	background-position: -25px 0;
}

/* Style 3 --- */
.bubble-3 .ja-typo-bubblect {
	border: 3px solid #08c;
}

.bubble-3 span.ja-typo-bubble-arrow {
	background-position: 0 -25px;
}

/* Style 4 --- */
.bubble-4 .ja-typo-bubblect {
	border: 0;
	background: #08c;
	color: #fff;
}

.bubble-4 span.ja-typo-bubble-arrow {
	background-position: -25px -25px;
}

/* Style 5 --- */
.bubble-5 .ja-typo-bubblect {
	border: 3px solid #333;
}

.bubble-5 span.ja-typo-bubble-arrow {
	background-position: -50px -50px;
}

/* Style 6 --- */
.bubble-6 .ja-typo-bubblect {
	border: none;
	background: #333;
	color: #fff;
}

.bubble-6 span.ja-typo-bubble-arrow {
	background-position: -25px -50px;
}

/* Common Style for Rounded Bubbles --- */
.bubble-rounded .ja-typo-bubblect {
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

/* MESSAGE BOXES AND LEGENDS STYLE
-----------------------------------------------------------------*/
/* Box style ---*/
body p.ja-typo-box {
	border: 3px solid #ddd;
	padding: 10px 10px 10px 50px;
}

/* Box with icons */
body p.box-download,body p.box-sticky {
	background-repeat: no-repeat;
	background-position: 10px 15px;
}

body p.box-download {
	background-image: url(images/icons/download-big.png);
}

body p.box-sticky {
	background-image: url(images/icons/sticky-big.png);
}

/* Box without icons - Style 1*/
body p.box-grey-1,body p.box-hilite-1 {
	padding: 10px 15px;
}

body p.box-grey-1 {
	background: #f7f7f7;
	border-color: #dddddd;
}

body p.box-hilite-1 {
	background: #ffffdd;
	border-color: #d2d2b6;
}

/* Box without icons - Style 2*/
body p.box-grey-2,body p.box-hilite-2 {
	padding: 10px 15px;
}

body p.box-grey-2 {
	background: #f7f7f7;
	border-color: #dddddd;
	border-style: dotted;
}

body p.box-hilite-2 {
	background: #ffffdd;
	border-color: #d2d2b6;
	border-style: dotted;
}

/* Rounded Box*/
.box-rounded {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

/* Legend ---*/
.ja-typo-legend {
	border: 3px solid #ddd;
	margin: 5px 0;
	padding: 20px 15px 15px;
	position: relative;
}

*+html .ja-typo-legend {
	zoom: 1;
}

.ja-typo-legend .legend-title {
	background: #fff;
	display: block;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 125%;
	font-weight: bold;
	left: 10px;
	line-height: normal;
	margin: 0 !important;
	padding: 5px !important;
	position: absolute;
	top: -17px;
	border: 0;
}

/* Legend Style 2 */
.legend-2 {
	border: 3px solid #08c;
}

.legend-2 .legend-title {
	color: #08c;
}

/* Rounded Box*/
.legend-rounded {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

/* BUTTONS
--------------------------------------------------*/
/* Common Buttons Style ---*/
a.ja-typo-btn {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	border: 1px solid #ccc;
	color: #333;
	float: left;
	text-shadow: 0 1px 2px rgba(255, 255, 255, .8);
	background: url(images/grad-l1-trans.png) repeat-x top #ddd;
	box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .5);
}

a.ja-typo-btn:hover,a.ja-typo-btn:active,a.ja-typo-btn:focus {
	border: 1px solid #aaa;
	background-position: bottom;
	color: #333;
}

/*Use for Demo Page Only*/
a.ja-typo-btn {
	margin: 20px 30px 10px 0;
	float: left;
}

a.ja-typo-btn:hover,a.ja-typo-btn:focus,a.ja-typo-btn:active {
	text-decoration: none;
}

/* Icon Buttons ---*/
a.ja-typo-btn-icn {
	height: 30px;
	color: #333;
}

a.ja-typo-btn-icn span {
	padding: 0 15px 0 34px;
	display: block;
	background-repeat: no-repeat;
	background-position: 10px 7px;
	border: 1px solid #fff;
}

a.btn-icn-save span {
	background-image: url(images/icons/disk.png);
}

a.btn-icn-tip span {
	background-image: url(images/icons/lightbulb.png);
}

a.btn-icn-info span {
	background-image: url(images/icons/information.png);
}

a.btn-icn-ok span {
	background-image: url(images/icons/tick.png);
}

a.btn-icn-warning span {
	background-image: url(images/icons/exclamation.png);
}

a.ja-typo-btn-icn span span {
	height: auto;
	line-height: 28px;
	padding: 0;
	display: inline;
	background: none;
	border: none;
}

/* Big Buttons ----*/
a.ja-typo-btn-big {
	text-align: center;
	border: 1px solid #ccc;
	font-size: 125%;
	line-height: normal;
	font-weight: bold;
}

a.ja-typo-btn-big span {
	padding: 8px 15px;
	border: 1px solid #fff;
	display: block;
}

/* Small Buttons --- */
a.ja-typo-btn-sm {
	text-align: center;
	border: 1px solid #ccc;
	font-size: 100%;
	line-height: normal;
}

a.ja-typo-btn-sm span {
	padding: 5px 10px;
	border: 1px solid #fff;
	display: block;
}

/* Common style for Dark Buttons --- */
.typo a.btn-blue,.typo a.btn-red,.typo a.btn-green,.typo a.btn-orange,.typo a.btn-black,.typo a.btn-blue:link,.typo a.btn-red:link,.typo a.btn-green:link,.typo a.btn-orange:link,.typo a.btn-black:link,a.btn-blue,a.btn-red,a.btn-green,a.btn-orange,a.btn-black
	{
	background-image: url(images/grad-d1-trans.png);
	color: #fff;
	border: 1px solid #ccc;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .8);
}

a.btn-blue:hover,a.btn-blue:active,a.btn-blue:focus,a.btn-red:hover,a.btn-red:active,a.btn-red:focus,a.btn-green:hover,a.btn-green:active,a.btn-green:focus,a.btn-orange:hover,a.btn-orange:active,a.btn-orange:focus,a.btn-black:hover,a.btn-black:active,a.btn-black:focus
	{
	background-image: url(images/grad-d1-trans.png);
	background-position: bottom;
	border-color: #aaa;
}

/* Button Blue*/
a.btn-blue {
	background-color: #08c;
	border-color: #08c;
}

a.btn-blue:hover,a.btn-blue:active,a.btn-blue:focus {
	border-color: #006ea6;
	color: #fff;
}

a.btn-blue span {
	border-color: #6ab9e1;
}

/* Button Black*/
a.btn-black {
	background-color: #666;
	border-color: #666;
}

a.btn-black:hover,a.btn-black:active,a.btn-black:focus {
	border-color: #333;
	color: #fff;
}

a.btn-black span {
	border-color: #999;
}

/* Button green*/
a.btn-green {
	background-color: #669900;
	border-color: #669900;
}

a.btn-green:hover,a.btn-green:active,a.btn-green:focus {
	border-color: #4d7300;
	color: #fff;
}

a.btn-green span {
	border-color: #b1cb7d;
}

/* Button red*/
a.btn-red {
	background-color: #cc0000;
	border-color: #cc0000;
}

a.btn-red:hover,a.btn-red:active,a.btn-red:focus {
	border-color: #9a0000;
	color: #fff;
}

a.btn-red span {
	border-color: #e47878;
}

/* Button orange*/
a.btn-orange {
	background-color: #e58c00;
	border-color: #e58c00;
}

a.btn-orange:hover,a.btn-orange:active,a.btn-orange:focus {
	border-color: #a96700;
	color: #fff;
}

a.btn-orange span {
	border-color: #f1c073;
}

/* Common style for Rounded Buttons --- */
.btn-rounded-icn,.btn-rounded-big,.btn-rounded-sm,.btn-rounded-icn span,.btn-rounded-big span,.btn-rounded-sm span
	{
	border-radius: 18px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

.btn-rounded-sm,.btn-rounded-sm span {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

/* TAGS
--------------------------------------------------*/
span.ja-typo-tag {
	padding: 3px 12px;
	margin: 0 2px;
	display: inline-block;
	line-height: normal;
	white-space: nowrap;
	background: #666;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}

span.tag-blue {
	background: #08c;
}

span.tag-green {
	background: #669900;
}

span.tag-orange {
	background: #e58c00;
}

span.tag-red {
	background: #cc0000;
}

span.tag-grey {
	background: #ccc;
	color: #333;
	text-shadow: 0 -1px 0 rgba(255, 255, 255, .8);
}

/* Common style for Rounded Tags --- */
span.tag-rounded {
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

/* SPECIAL MODULE STYLE
--------------------------------------------------*/ /* Badge ---*/
.ja-moduletable .badge {
	background-image: url(images/icon-badge.png);
	background-repeat: no-repeat;
	height: 46px;
	position: absolute;
	right: 0;
	width: 45px;
}

.badge-hot 	.badge {
	background-position: 0 0;
}

.badge-new 	.badge {
	background-position: 0 -46px;
}

.badge-pick .badge {
	background-position: 0 -92px;
}

.badge-top 	.badge {
	background-position: 0 -138px;
}

/*Use for Demo Page Only*/
body .moduletable_badge {
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 40px;
}

body .moduletable_badge .ja-box-ct {
	border: 3px solid #ddd;
	padding: 20px;
	background: #f7f7f7;
	min-height: 30px;
}

/* FORM
--------------------------------------------------*/ /* Fieldset ----*/
/* Common Style + Style 1 */
fieldset.ja-typo-fieldset {
	border: 3px solid #ddd;
	padding: 10px 15px;
}

fieldset.ja-typo-fieldset legend {
	padding: 0 10px;
}

/* Style 2 */
fieldset.fieldset-2 {
	border: 3px solid #08c;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

fieldset.fieldset-2 legend {
	color: #08c;
}

/*Use for Demo Page Only*/
#ja-typo fieldset {
	margin-top: 20px;
}

/* TYPO PAGE LAYOUT
-------------------------------------------------------------*/
.ja-typo-blockswrap {
	margin: 15px 0;
}

.ja-typo-blockrow {
	border-bottom: 1px dotted #ddd;
	padding: 20px 0;
}

.ja-typo-block {
	float: left;
}

.ja-typo-blockct {
	padding: 0 10px;
}

.ja-typo-blockswrap .cols-1 .ja-typo-block {
	width: 100%;
	float: none;
}

.ja-typo-blockswrap .cols-2 .ja-typo-block {
	width: 50%;
	float: left;
}

.ja-typo-blockswrap .cols-3 .ja-typo-block {
	width: 33%;
	float: left;
}

.ja-typo-blockswrap .cols-4 .ja-typo-block {
	width: 24.9%;
	float: left;
}

.ja-typo-blockswrap .ja-typo-block.last {
	float: right;
}

.ja-typo-blockswrap h1.ja-typo-title {
	font-size: 175%;
	border-bottom: 8px solid #ddd;
	padding: 5px;
	margin: 0;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
	color: #666;
}

.ja-typo-blockswrap:hover h1.ja-typo-title {
	border-color: #333;
	color: #333;
}

.ja-typo-blockswrap h2.ja-typo-title {
	font-size: 115%;
	margin: 0;
	padding: 0 10px;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.ja-typo-blockswrap h2.ja-typo-title span {
	background: #f2f2f2;
	color: #666;
	text-shadow: 0 -1px 1px rgba(255, 255, 255, .8);
	padding: 3px 10px;
	display: inline-block;
}

.ja-typo-blockswrap:hover h2.ja-typo-title span {
	background: #ddd;
	color: #333;
}

.ja-typo-blockrow>h2.ja-typo-title {
	margin-bottom: 0;
	margin-top: 0;
}

/* Blockswrap Actions ---*/
.ja-typo-blocks-actions {
	font-size: 85%;
	position: absolute;
	right: 5px;
	top: 5px;
	color: #999;
}

.ja-typo-blocks-actions a {
	font-size: 85%;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #c00;
	text-decoration: none;
}
/*fix overflow pre*/
.presmall pre{
	font-size:11px !important;	
}




/* Box with icons */
.typo p.box-download,
.typo p.box-sticky,
.typo p.box-confirmation,
.typo p.box-error, 
.typo p.box-warning,
.typo p.box-information, 
.typo p.box-system {
	background-repeat: no-repeat;
	background-position: 10px 15px;
	display: block;
	padding: 10px 10px 10px 50px;
	border: 3px solid #DDD
}

.typo p.box-confirmation {
  background-color: #e4f2d4;
  background-image: url(images/icons/message/icon-tick.png);
  border-color: #b8d199;
  color: #4e8904;
  text-decoration: none;
}

.typo p.box-error {
  background-color: #f2dbd4;
  background-image: url(images/icons/message/icon-error.png);
  border-color: #f6a992;
  color: #be4b22;
  text-decoration: none;
}

.typo p.box-warning {
  background-color: #fbebc1;
  background-image: url(images/icons/message/icon-warning.png);
  border-color: #e1bc88;
  color: #ca7326;
  text-decoration: none;
}

body p.box-warning{
    background-image: url(images/icons/message/icon-warning.png) ;
    background-repeat: no-repeat;
    background-position: 10px 15px;
	background-color:#fbebc1;
}

.typo p.box-information {
  background-color: #d4e6f2;
  background-image: url(images/icons/message/icon-information.png);
  border-color: #98c1de;
  color: #1e81af;
  text-decoration: none;
}

.typo p.box-download {
	background-image: url(images/icons/message/icon-download.png);
	text-decoration: none;
	color: #333;
}

.typo p.box-sticky {
  background-color: #ffffcc;
	background-image: url(images/icons/message/icon-sticky.png);
	border-color: #e1bc88;
	color: #333;
	text-decoration: none;
}

.typo p.box-system {
  background-color: #ccd4fa;
	background-image: url(images/icons/message/icon-system.png);
	border-color: #a4b1ed;
	color: #626ccb;
	text-decoration: none;
}


/* Box without icons - Style 1*/
p.box-grey-1, p.box-hilite-1 { padding: 10px 15px; }

p.box-grey-1 { background: #f7f7f7; border-color: #dddddd; }
p.box-hilite-1 { background: #ffffdd; border-color: #d2d2b6; }

/* Box without icons - Style 2*/
p.box-grey-2, p.box-hilite-2 { padding: 10px 15px; }

p.box-grey-2 { background: #f7f7f7; border-color: #dddddd; border-style: dotted; }
p.box-hilite-2 { background: #ffffdd; border-color: #d2d2b6; border-style: dotted; }



/* Template CSS Anweisungen */
/* orange = #f6a800 | grün = #009036 */
/* nanum-gothic-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/nanum-gothic-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/fonts/nanum-gothic-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nanum-gothic-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nanum-gothic-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nanum-gothic-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nanum-gothic-v21-latin-regular.svg#NanumGothic') format('svg'); /* Legacy iOS */
}

/* nanum-gothic-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/nanum-gothic-v21-latin-800.eot'); /* IE9 Compat Modes */
  src: url('/fonts/nanum-gothic-v21-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/nanum-gothic-v21-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/nanum-gothic-v21-latin-800.woff') format('woff'), /* Modern Browsers */
       url('/fonts/nanum-gothic-v21-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/nanum-gothic-v21-latin-800.svg#NanumGothic') format('svg'); /* Legacy iOS */
}
body {
  font-family: "Nanum Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  font-size: 1rem !important;
  font-weight: normal !important;
  line-height: 1.5 !important;
  text-align: left !important;
}
.t4-footnav {
  border-color: unset;
  background: #f6a800;
  color: #fff;
}
.t4-footnav .container {
  padding-top: 15px;
  padding-bottom: 20px;
}
.t4-footnav a.nav-link {
	color: #fff;
}
.t4-footnav .nav li a.nav-link:hover {
	text-decoration: underline;
}
.t4-footnav .t4-module .module-title span,
.t4-footnav .t4-module .module-title {
	font-weight: bold;
}
#t4-mainnav {
  background: #f6a800;
}
.t4-megamenu .navbar-nav > li > a:hover, 
.t4-megamenu .navbar-nav > li > a:focus, 
.t4-megamenu .navbar-nav > li > a:active, 
.t4-megamenu .navbar-nav > li > .nav-link:hover, 
.t4-megamenu .navbar-nav > li > .nav-link:focus, 
.t4-megamenu .navbar-nav > li > .nav-link:active,
.t4-megamenu .navbar-nav > li.active > a, 
.t4-megamenu .navbar-nav > li.active > .nav-link {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.t4-megamenu .navbar-nav > li > a, 
.t4-megamenu .navbar-nav > li > .nav-link {
  text-transform: uppercase;
  font-weight: bold;
}
.t4-megamenu .navbar-nav > li.show > a, 
.t4-megamenu .navbar-nav > li.show > .nav-link {
  color: #fff;
}
.t4-megamenu .dropdown-menu li > a:hover, 
.t4-megamenu .dropdown-menu li > a:focus, 
.t4-megamenu .dropdown-menu li > a:active, 
.t4-megamenu .dropdown-menu li > .nav-link:hover, 
.t4-megamenu .dropdown-menu li > .nav-link:focus, 
.t4-megamenu .dropdown-menu li > .nav-link:active, 
.t4-megamenu .dropdown-menu li .dropdown-item:hover, 
.t4-megamenu .dropdown-menu li .dropdown-item:focus, 
.t4-megamenu .dropdown-menu li .dropdown-item:active {
  background-color: #009036;
  color: #fff;
}
.t4-megamenu .dropdown-menu li.active > a {
  color: #fff;
  background: #f6a800;
}
.t4-footer a {
  color: #ddd;
}
.t4-footer {
  color: #fff;
  font-size: 0.875rem;
}
h2.item-title a, 
.item-title h2 a {
  color: #f6a800;
}
h2.item-title, 
.item-title h2 {
  font-weight: bold;
}
.items-row .item .item-title {
  font-size: 18pt;
}
.category-module li a::before {
  content: unset;
  display: none;
  font-family: unset;
  font-weight: bold;
  font-style: unset;
  text-align: unset;
  position: unset;
  left: unset;
}
.category-module li a {
  display: block;
  padding: 0px;
  padding-left: 0px;
  position: relative;
}
a.mod-articles-category-title {
  font-weight: bold;
  color: #f6a800;
}
.view-featured ul.category-module.mod-list li span.mod-articles-category-date {
font-size: smaller;
}
.mod-articles-category-introtext {
  margin: 0px;
  padding: 0px;
}
.mod-articles-category-readmore {
  padding-bottom: 25px;
  font-size: smaller;
  padding-top: 5px;
}
.mod-articles-category-readmore a.mod-articles-category-title {
  background-color: #009036;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: inherit;
  font-size: 10px;
  font-weight: normal;
  padding: 3px 12px;
  text-decoration: none;
  margin-bottom: 20px;
}
.mod-articles-category-readmore a.mod-articles-category-title:hover {
	background-color:#254657;
  color: #fff;
}
.mod-articles-category-readmore a.mod-articles-category-title:active, 
.mod-articles-category-readmore a.mod-articles-category-title:focus {
	position:relative;
	top:1px;
  color: #fff;
}
.article-aside {
  justify-content: end;
}
.accordion-body.nn_sliders-body.collapse.show {
  height: unset;
}
.t4-navbar .nav-item {
  padding: 0px 0px;
}
.page-item.active .page-link {
  background-color: #f6a800;
  border-color: #f6a800;
}
.page-link {
  color: #009036;
}
.sidebar-r {
  background: #ececec;
  padding-top: 15px;
  padding-bottom: 15px;
}
.t4-col.col-md {
  padding-top: 15px;
  padding-bottom: 15px;
}
#t4-smartslider > .t4-section-inner.container {
  padding-left: 0px;
  padding-right: 0px;
}
.items-row .item {
  border-bottom: 1px dashed #f6a800;
  margin-bottom: 25px;
  padding-bottom: 35px;
}
h3.page-header.item-title a,
.page-header h2 a {
  color: #009036;
  font-weight: bold;
}
.blogzeittafel .article-info,
.blogzeittafel .fields-container {
display: block;
font-size: 11pt;
padding-right: 10px;
background: #f6a800;
color: #fff !important;
font-weight: bold;
padding-top: 3px;
padding-left: 5px;
padding-bottom: 5px;
float: left;
margin-right: 15px;
margin-top: 3px;
}
.blogzeittafel .item p {
font-size: 11pt;
display: block;
}
.blogzeittafel .fields-container .field-label {
  display: none;
}
.field-entry.datumsberich {
  margin-bottom: 0px;
}
.wf-mediabox-has-float,
.wf_caption {
  /* max-width: 200px !important; */
  /* margin: 0px 15px 0px 0px !important; */
  font-size: 10px;
  background-color: unset !important;
}
.article-info {
  clear: both;
  padding-top: 10px;
  padding-bottom: 5px;
}
.pull-left.item-image {
  max-width: 50%;
}
.category-desc {
  padding: unset;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: unset;
}
@media (min-width: 768px) {
.t4-main-body {
  padding-top: 0px;
  padding-bottom: 3rem;
  }
  .items-row .item {
    padding-top: 0px;
  }
}
.suchbild .page-header h2 {
  margin-bottom: 15px;
  border-top: 1px dotted gray;
padding-top: 10px;
}

.suchbild .pull-left.item-image {
  max-width: unset;
}

.zeittafel ul.fields-container {
  padding-left: 0px;
}
.zeittafel li.field-entry.datumsberich {
  list-style: none;
}

.zeittafel .com-content-category-blog__item.blog-item {
  border-top: 1px dotted black;
  padding-top: 10px;
}
.zeittafel .item-content .article-info,
.datumsberich .field-value {
  display: table-cell;
  padding: 5px 10px;
  background: #f6a800;
  color: #fff !important;
  font-weight: bold;
  float: left;
  margin-right: 15px;
}
.datumsberich .field-label {
  display: none;
}
.content-category .cat-children > div h3 {
  font-size: 30px;
  font-weight: bold;
}
.category-desc {
  border: none;
}
.page-header h2,
.com-content-category-blog.blog h1 {
color: #009036;
font-weight: bold;
}
.koepfe .blog-items .item {
	border-bottom: unset;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.koepfe .item-intro {
  margin-bottom: 0px;
}