@charset "utf-8";@import url(http://www.dharma-chakra-sangha.de/media/system/css/system.css);/* ----[ LINKS ]----*/

/* all menu links */
#s5_nav a, #subMenusContainer a{
	text-decoration:none;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#s5_nav a{
	margin:0;	
}

#subMenusContainer ul li {
	padding:0px;
	margin:0px;
}

/* Just sub menu links */
#subMenusContainer a, #s5_nav li li a{
	text-align:left;
	font-size:1.1em;
	display:block;
	width:auto;
	color:#A40104;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;}


/* ----[ OLs ULs, LIs, and DIVs ]----*/


/* All ULs and OLs */
#nav, #s5_nav ul, #s5_nav ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#s5_nav ol, #s5_nav ul, #subMenusContainer ul, #subMenusContainer ol {	
	left:0;
}

#subMenusContainer img {
margin-right:8px;
}

#s5_nav img {
margin-right:6px;
margin-top:2px;
}

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.s5_sub_wrap, .s5_sub_wrap_lower, .s5_sub_wrap_rtl, .s5_sub_wrap_lower_rtl { 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	padding-right:6px;
	padding-bottom:6px;
}

.s5_sub_wrap_rtl, .s5_sub_wrap_lower_rtl { 
	margin-left:7px;
}

.mainParentBtn a {
	background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/s5_menu_arrow.png) no-repeat right center;
	padding-right:24px;
}

.subParentBtn .S5_submenu_item a {
	background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/s5_menu_arrow_subs.png) no-repeat right center;
	display:block;
}

#subMenusContainer div.s5_sub_wrap ul, #subMenusContainer div.s5_sub_wrap_rtl ul {
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); 
	border:1px solid #A40104;
	border-top:none;
	background:#FFFFFF;
	padding-bottom:3px;
}

#subMenusContainer div.s5_sub_wrap_lower ul, #subMenusContainer div.s5_sub_wrap_lower_rtl ul {
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2); 
	border:1px solid #A40104;
	background:#FFFFFF;
}

#subMenusContainer div.s5_sub_wrap ul ul, #subMenusContainer div.s5_sub_wrap_lower ul ul, #subMenusContainer div.s5_sub_wrap_rtl ul ul, #subMenusContainer div.s5_sub_wrap_lower_rtl ul ul {
	padding:0px;
	margin:0px;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	border-radius:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	background:none;
	border:none;
	padding-bottom:10px;
	padding-top:8px;
}

#subMenusContainer li.subParentBtn, #subMenusContainer li.subMenuBtn {
	padding:8px;
	clear:both;
	padding-top:0px;
	padding-bottom:0px;
	min-width:200px;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#s5_nav li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
	height:52px;
	padding-right:17px;
	padding-top:7px;
	padding-bottom:0px;
	padding-left:17px;
	overflow:hidden;
	border-right:solid 1px #A40104;
}


#s5_nav li.active {
background:#F49903}

#s5_nav li a {
	color:#A40104;
	font-size:1.3em;
	}

#s5_nav li.mainParentBtn .s5_level1_span2 a {
	padding-right:18px;
}

.S5_parent_subtext {
	display:block;
	clear:both;
	color:#A40104;
	font-size:0.7em;
	cursor:pointer;
}

#s5_nav li .s5_level1_span1 {
background:none;
height:32px;
display:block;
}

#s5_nav li .s5_level1_span2 {
background:none;
height:32px;
display:block;
padding-top:6px;
}

#s5_nav li.active .s5_level1_span1, #s5_nav li.mainMenuParentBtnFocused .s5_level1_span1, #s5_nav li:hover .s5_level1_span1 {
height:32px;
display:block;
}

#s5_nav li.active .s5_level1_span2, #s5_nav li.mainMenuParentBtnFocused .s5_level1_span2, #s5_nav li:hover .s5_level1_span2  {
height:32px;
display:block;
padding-top:6px;
}

#subMenusContainer .moduletable {
padding:8px;
}

#subMenusContainer .moduletable h3 {
margin-bottom:8px;
}

.S5_submenu_item {
	padding:6px;
	display:block;
}

.S5_submenu_item:hover {
	background:#F7E089;
}

.S5_grouped_child_item .S5_submenu_item {
	padding:4px;
	border:none;
}

#subMenusContainer li{
	list-style: none;
}


#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#s5_nav li li{	float:none; }

#s5_nav li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#s5_nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#s5_nav li ul ul { margin: -1em 0 0 -1000em; }
#s5_nav li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#s5_nav li:hover ul{	margin-left: 0; }
#s5_nav li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#s5_nav li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#s5_nav li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#s5_nav li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#s5_nav li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#s5_nav li:hover a:focus{ margin-left: 0; }
#s5_nav li li:hover a:focus + ul { margin-left: 10em; }


span.menu_subtext {
	display:block;
	font-weight:normal;
	line-height:10px;
}

.S5_subtext {
font-size:0.8em;
padding-top:2px;
cursor:pointer;
color:#888787;
}

.S5_grouped_child_item .S5_subtext {
padding-left:20px;
font-size:0.9em;
}

span.menu_title{
	line-height:12px;
	text-align:center;
}


div.has_description{
	height:auto;
}

div.S5_grouped_child_item span{
	font-size:0.9em;
}

div.S5_grouped_child_item {
	padding-top:0px;
	padding-bottom:2px;
	padding-left:14px;
}

div.S5_grouped_child_item span span.S5_submenu_item a{
	padding:0px;
	padding-left:12px;
	color:#333333;
}

#s5_nav li.mainMenuParentBtnFocused, #s5_nav li:hover {
background:#FFFFFF;
}

#s5_nav li.mainMenuParentBtnFocused .S5_parent_subtext, #s5_nav li:hover .S5_parent_subtext {
color:#090909;
}

#s5_nav li.mainMenuParentBtnFocused a {
background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/s5_menu_arrow_focus.png) no-repeat right center;
}
/**
 * @copyright	(C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Import project-level system CSS */


/* Unpublished */
.system-unpublished, tr.system-unpublished {
	background: #e8edf1;
	border-top: 4px solid #c4d3df;
	border-bottom: 4px solid #c4d3df;
}

span.highlight {
	background-color:#FFFFCC;
	font-weight:bold;
	padding:1px 0;
}

.img-fulltext-float-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.img-fulltext-float-none {
}

.img-intro-float-right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.img-intro-float-left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.img-intro-float-none {
}
/**
 * @copyright	(C) 2006 Open Source Matters, Inc. <https://www.joomla.org>
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(http://www.dharma-chakra-sangha.de/templates/system/images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(http://www.dharma-chakra-sangha.de/templates/system/images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(http://www.dharma-chakra-sangha.de/templates/system/images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore,
.button2-left .article {
	background: url(http://www.dharma-chakra-sangha.de/templates/system/images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(http://www.dharma-chakra-sangha.de/templates/system/images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(http://www.dharma-chakra-sangha.de/templates/system/images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(http://www.dharma-chakra-sangha.de/templates/system/images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
/* Caption fixes */
.img_caption .left {
        float: left;
        margin-right: 1em;
}

.img_caption .right {
        float: right;
        margin-left: 1em;
}

.img_caption .left p {
        clear: left;
        text-align: center;
}

.img_caption .right p {
        clear: right;
        text-align: center;
}

.img_caption  {
	text-align: center!important;
}

.img_caption.none {
	margin-left:auto;
	margin-right:auto;
}


/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(http://www.dharma-chakra-sangha.de/templates/system/images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/* LEFT AND RIGHT FIXED TABS */
.s5_lr_tab {
	background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/s5_lrtab.png) repeat-y scroll 5px 2px;
	cursor:pointer;
	position:fixed;
	padding-top:16px;
	padding-bottom:16px;
	width:35px;
	line-height:35px;
	z-index:3;}

.s5_lr_tab:hover {
	background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/s5_lrtab.png) repeat-y scroll -30px 2px;}

.s5_lr_tab_inner {
	font-size:12pt;
	font-weight:normal;
	width:35px;
	float:right;}

/* IE6 WARNING */
#s5_iepopouter {
	position:absolute;
	top:0px;
	z-index:998;
	background:#000000;
	width:100%;
	height:1200px;}

#s5_iepopinner {
	padding-top:34px;
	border:1px solid #ffffff;
	position:absolute;
	z-index:999;
	background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/vertex/iewarning/images/gradient.jpg) bottom repeat-x;
	width:345px;
	height:300px;
	left:50%;
	margin-left:-172px;
	top:200px;}
	
#s5_iepopwrap {
	cursor:pointer;margin-right:5px;margin-top:-19px;margin-bottom:0px;float:right;
	background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/vertex/iewarning/images/close.jpg) no-repeat;width:24px;height:24px;}

#s5_iepopwrap2 {
	margin-left:5px;margin-top:3px;
	margin-bottom:15px;float:left;
	background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/vertex/iewarning/images/ie.jpg) no-repeat;
	width:59px;height:57px;}
	
#s5_iepop_bigtitle {
	margin-top:6px;margin-bottom:15px;float:left;padding-left:5px;font-size:18px;color:#000000;}
	
#s5_iepop_upgrade {
	cursor:pointer;
	background: url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/vertex/iewarning/images/button.jpg) no-repeat;
	width:142px;height:34px;line-height:30px;}
	
#s5_iepop_maintext {
	margin-top:-10px;margin-left:20px;width:87%;color:#000000;margin-bottom:33px;}	


/* MAIN COLUMN WRAPS AND MODULE FLOAT */
#s5_columns_wrap {
	overflow:hidden;
	position:relative;
	width:100%;}

#s5_columns_wrap_inner {
	width:200%;}

#s5_center_column_wrap {
	float:left;
	left:50%;
	position:relative;
	width:50%;}

#s5_center_column_wrap_inner {
	left:-100%;
	overflow:hidden;
	min-height:1px;
	position:relative;}

#s5_left_column_wrap {
	float:left;
	left:-50%;
	position:relative;}

#s5_below_body_wrap {
	margin-top:14px;}

#s5_main_body_wrap {
	min-height:100%;
	width:100%;}

#s5_width_wrap {
	position:relative;
	margin-left:auto;
	margin-right:auto;}

.s5_wrap {
	margin:0 auto;}

.s5_float_left {
	float:left;}

/* FRONTEND ERROR MESSAGE */
.s5_frontenderrormsg {
	float: left;
    height: 48px;
    margin-top: -7px;
    width: 61px;
	background: url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/error.png) no-repeat;}
	
/* FOUR DIVS MODULES */
	
#s5_above_body .s5_fourdivs_1 {
margin-bottom:12px;
padding-right:12px;
}

#s5_below_body .s5_fourdivs_1 {
margin-top:12px;
padding-right:12px;
}

#s5_above_body, #s5_below_body {
margin-right:-12px;
}

.s5_fourdivs_title {
margin-bottom:8px;
}

/* DROP DOWN */

#s5_drop_down_container_inner {
padding-bottom:0px;
padding-right:10px;
padding-left:10px;
padding-top:30px;
}

#s5_drop_down_container {
display:none;
overflow:hidden;
}

#s5_drop_down_button {
cursor:pointer;
}

#s5_drop_down_inner .s5_fourdivs_1 {
padding-left:24px;
margin-bottom:40px;
}

#s5_drop_down_inner .s5_fourdivs_title {
margin-bottom:14px;
}

#s5_drop_down_container_inner {
z-index:1;
position:relative;
}

#s5_drop_down_button {
position:relative;
z-index:1;
}
*  {	margin: 0;	padding: 0; }

body  {
	color:#333333;
	font-size:0.8em;
	line-height:140%;
	 background: url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/page.png) repeat fixed;
	}

body.contentpane, body.mceContentBody {	background:#FFFFFF;}

a  {	text-decoration: none;}
a:hover  { text-decoration:underline; }
a:active { outline: none;}
a:focus {-moz-outline-style: none;}	

fieldset a  {font-weight: bold; }

h1 {	font-size:1.7em;font-weight: normal;}

h2 {	font-size:2em;font-weight: normal;margin-bottom:18px; line-height: 30px;}

h3 {	font-size:1.2em;font-weight:normal; color: #b31e00}

h4 {	font-size:1.1em;font-weight: normal;}

h5 {	font-size:0.9em;font-weight: normal;}


/* IMAGES
----------------------------------------------------------- */

a img, fieldset, img  {	border: none; }

.mosimage  {
	padding: 0;
	border:1px solid #333333;
	margin:6px;	}

.mosimage img  {
	padding: 0;
	margin: 0!important; }

.mosimage_caption {
	background:#333333;
	border-top:1px solid #333333;
	color:#FFFFFF;
	font-size:8pt;
	margin-top:2px;
	padding:1px 2px;}


/* FORM
----------------------------------------------------------- */
fieldset  {
	border-bottom:1px solid #EDEDED;
	padding-top:7px;
	padding-bottom:7px;}

#form-login fieldset {
	border:none;
	padding-top:0px;}

#form-login p {
	padding-top:0px;}

#login br {
	display:none;}

#login .button {
	margin-top:8px;
	margin-bottom:8px;}

#login ul, #form-login ul {
	padding-top:8px;
	padding-bottom:8px;}
	
#login-form p {
padding:0px;
}

#modlgn_username, #modlgn_passwd, #username_vmlogin, #password_vmlogin {
	width:92%;}

.inputbox, .registration input, .login input, .contact-form input, #jform_contact_message, input {
	border:1px solid #D8D8D8;
	padding:4px;
	background:#F7F7F7;
  height: auto !important;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07) inset; /* FF3.5+ */
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07) inset; /* Saf3.0+, Chrome */
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.07) inset; /* Opera 10.5, IE9, Chrome 10+ */}
	

#login-form fieldset {
border:none;
}

#login-form input {
width:93%;
}

#login-form #modlgn-remember {
width:auto;
margin-bottom:14px;
}

#login-form .button {
width:auto;
}

.inputbox:hover, .registration input:hover, .login input:hover, .contact-form input:hover, #jform_contact_message:hover, input:hover {
	border:solid 1px #BDBCBC;}
	
select.inputbox {
behavior:none;}

label.invalid {
	color:#FF0000;}

label.invalid {
	color:red;}
	
.login label {
display:block;
}

.invalid {
	border-color:#FF0000;}

.invalid {
	border-color:red !important;}

.tool-tip {
	float: left;
	background: #CCCCCC;
	border: 1px solid #333333;
	padding: 5px;
	color:#000000;
	max-width: 200px;}

.tool-title {
	padding: 0;
	margin: 0;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	color:#000000;}

.tool-text {
	color:#000000;
	margin: 0;}

/* BUTTONS
----------------------------------------------------------- */

.button, a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link, div.itemCommentsForm form input#submitCommentButton, .validate {
	padding:6px;
	padding-top:5px;
	margin-top:14px;
	margin-bottom:0px;
	font-weight: bold;
	border:none;
	color:#FFFFFF;
	text-decoration: none; 
	font-size:0.9em;
	border-radius: 6px;
	}
	
.login .button {
margin-top:14px;
margin-bottom:14px;
}

.button {
	margin:0px;
	margin-top:0px;
	margin-right:8px;
	color:#ffffff;}
	
.btn-primary, .pager a {
color:#FFFFFF !important;
}

.btn-primary:hover, .pager a:hover {
color:#FFFFFF !important;
}
	
.btn-primary:hover, .button:hover, .validate:hover, .pager a:hover {
background:#666666;
}
	
#submitCommentButton, #contact-form .button {
	margin-bottom:14px;
	margin-top:14px;}

a.readon, div.catItemReadMore, .userItemReadMore, div.catItemCommentsLink, .userItemCommentsLink, a.readmore-link, a.comments-link {
	padding-left:10px;
	padding-right:10px;}


/* FONT CONTROLS
----------------------------------------------------------- */
#fontControls {
	float:right;}

#fontControls a {
	color:#151515;}

.decreaseSize {
	font-size:12px;}

.increaseSize {
	font-size:19px;}

.resetSize {
	font-size:16px;
	margin-left:5px;
	margin-right:5px;}	
	
/* SCROLL TO TOP
----------------------------------------------------------- */

#s5_scrolltotop {
	height: 0;
	visibility:hidden;}


.s5_scrolltotop  {	
	width:30px;
	height:30px;
	cursor:pointer;
	float: right;
	margin-right:5px;
	margin-top:6px;
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/s5_scroll_arrow.png) no-repeat;}	


	
	
/* BOTTOM MENU
----------------------------------------------------------- */

#s5_bottom_menu_wrap ul.menu a:hover {
text-decoration:underline;}

#s5_bottom_menu_wrap ul.menu li {
padding-left:10px;
font-size:1em;
float:right;}

#s5_bottom_menu_wrap {
float:right;
}


/* COLUMN MENU
----------------------------------------------------------- */

.module_round_box ul.menu a {
padding:24px;
padding-bottom:6px;
padding-top:6px;
display:block;
background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/system/arrow.png) no-repeat left center;
color:#333333;
border-bottom:1px dotted #D3D3D3;}

.module_round_box ul.menu a:hover {
text-decoration:underline;}

.module_round_box ul.menu ul a:hover {
text-decoration:underline;}

.module_round_box ul.menu ul a {
background:none;
padding:6px;
padding-left:10px;
border-bottom: none;
display:block;}

.module_round_box ul.menu ul ul a {
font-size:0.9em;
padding:3px;
padding-left:20px;
border-bottom: none;
display:block;
font-weight:normal;}

.module_round_box ul.menu #current ul span {
font-weight:normal;}

.module_round_box ul.menu li {
padding:0px;}

.module_round_box ul.menu li ul li {
margin-left:24px;}

.module_round_box ul.menu img {
display:none;
}

	
/* BODY ELEMENTS
----------------------------------------------------------- */

#s5_header_area_inner2, #s5_component_wrap, #s5_footer_area_inner2 {
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
background:#F8F5CE;
border:solid 1px #b31e00;
margin-bottom:14px;
margin-left:7px;
margin-right:7px;
}

#s5_header_area_inner {
padding-top:28px;
}

#s5_component_wrap {
padding:20px;
}

#s5_component_wrap h3 {
margin-bottom:8px;
}

#s5_footer_area_inner2 {
padding:20px;
padding-bottom:14px;
padding-top:17px;
font-size:0.9em;
}

#s5_footer {
float:left;
}

#s5_shape5_logo {
width:82px;
height:0px;
margin-left:auto;
margin-right:auto;
margin-top:30px;
margin-bottom:40px;
background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/shape5_logo.png);
cursor:pointer;
display:block;
}

#s5_header_wrap {
background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/header.jpg);
-moz-border-radius:6px 6px 0px 0px;
-webkit-border-radius:6px 6px 0px 0px;
border-radius:6px 6px 0px 0px;
}

#s5_logo {
float: left;
cursor: pointer;
}

#s5_logo_module {
float: left;
}

#s5_banner {
padding-top:36px;
padding-right:32px;
color:#CCCCCC;
}

#s5_banner a {
color:#999999;
}

#s5_banner .banneritem img {
float:right;
}

#s5_banner .module_round_box_outer {
float:right;
}

#s5_breadcrumb_fonts_wrap {
padding-bottom:12px;
padding-top:14px;
padding-left:20px;
padding-right:20px;
}

#s5_breadcrumb_wrap {
float:left;
}

#s5_breadcrumb_wrap img {
display:none;
}

#s5_breadcrumb_wrap .pathway {
margin-left:2px;
margin-right:2px;
}

#fontControls, #s5_social_wrap1 {
float:right;
}

#fontControls {
margin-right:15px;
}

#s5_loginreg { 
float:right;
margin-right:5px;
}

#s5_register {
margin-left:7px;
}

#s5_facebook {
background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/facebook.png) no-repeat top left;
height:18px;
width:20px;
cursor:pointer;
margin-left:7px;
float:right;
} 

#s5_google {
background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/google.png) no-repeat top left;
height:18px;
width:20px;
cursor:pointer;
margin-left:7px;
float:right;
} 

#s5_twitter {
background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/twitter.png) no-repeat top left;
height:18px;
width:20px;
cursor:pointer;
margin-left:7px;
float:right;
} 

#s5_linked_in {
background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/linked_in.png) no-repeat top left;
height:18px;
width:20px;
cursor:pointer;
margin-left:7px;
float:right;
} 

#s5_rss {
background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/rss.png) no-repeat top left;
height:18px;
width:20px;
cursor:pointer;
margin-left:7px;
float:right;
} 

#s5_menu_wrap {
background:#F7E089;
border-top:solid 2px #b31e00;
border-bottom:solid 2px #b31e00;
}

#s5_search label, #s5_search br, #s5_search button {
display:none;
}

#s5_search {
float:right;
}

#s5_search input {
color:#FFFFFF;
background:#151515;
-webkit-box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.5) inset;
-moz-box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.5) inset;
box-shadow: 0 0 18px 2px rgba(0, 0, 0, 0.5) inset; 
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
border:none;
padding:8px;
padding-left:14px;
padding-right:14px;
margin-top:12px;
margin-right:22px;
font-size:0.8em;
width:140px;
}

/* MODULE STYLES
----------------------------------------------------------- */

.module_round_box_outer {
margin-left:7px;
margin-right:7px;
margin-bottom:14px;
}

.s5_mod_h3 {
font-size:1.3em;
}

.module_round_box {
background:#F8F5CE;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:solid 1px #A40104;
padding:20px;
padding-bottom:16px;
}

.module_round_box .s5_mod_h3 {
border-bottom:solid 2px #b31e00;
background:#FAFAFA;
background: -moz-linear-gradient(top, #F7E089 0%, #F49903 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7E089), color-stop(100%,#F49903)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #F7E089 0%,#F49903 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #F7E089 0%,#F49903 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #F7E089 0%,#F49903 100%); /* IE10+ */
background: linear-gradient(top, #F7E089 0%,#F49903 100%); /* W3C */
-moz-border-radius:6px 6px 0px 0px;
-webkit-border-radius:6px 6px 0px 0px;
border-radius:6px 6px 0px 0px;
padding-bottom:11px;
padding-left:13px;
padding-right:13px;
padding-top:12px;
margin-left:-20px;
margin-top:-20px;
margin-right:-20px;
margin-bottom:12px;
}

.module_round_box-dark {
background:#1A1A1A;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:solid 1px #A40104;
padding:20px;
padding-bottom:16px;
color:#FFFFFF;
}

.module_round_box-dark a {
color:#999999;
}

.module_round_box-dark .s5_h3_first {
color:#999999;
}

.module_round_box-dark .s5_mod_h3 {
color:#FFFFFF;
border-bottom:solid 1px #0B0B0B;
background:#141414;
background: -moz-linear-gradient(top, #1A1A1A 0%, #121212 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1A1A1A), color-stop(100%,#121212)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #1A1A1A 0%,#121212 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #1A1A1A 0%,#121212 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #1A1A1A 0%,#121212 100%); /* IE10+ */
background: linear-gradient(top, #1A1A1A 0%,#121212 100%); /* W3C */
-moz-border-radius:6px 6px 0px 0px;
-webkit-border-radius:6px 6px 0px 0px;
border-radius:6px 6px 0px 0px;
padding-bottom:11px;
padding-left:13px;
padding-right:13px;
padding-top:12px;
margin-left:-20px;
margin-top:-20px;
margin-right:-20px;
margin-bottom:12px;
}


.module_round_box-none {
background:none;
}

.module_round_box-none .s5_mod_h3 {
margin-bottom:12px;
}


#s5_drop_down_inner .module_round_box_outer {
margin-left:10px;
margin-right:10px;
margin-bottom:30px;
}

#s5_header_wrap .module_round_box_outer {
margin-left:0px;
margin-right:0px;
margin-bottom:1px;
}

div#s5_right_wrap .event_detail_title h2 {

display: block;
    font-family: Arial;
    font-size: 15px;
	font-weight: bold;
	}
	
	.ohanah h3 {
    font-size: 15px;
    font-weight: bold;
	color:#333333;
}

img {
border-radius: 8px}

hr{
color:#b31e00;
background-color:#b31e00;
height: 1px;
border: 1px solid #b31e00;
  margin: 0;
}

.ohanah .event_date {
    background: none repeat scroll 0 0 #F49903;
    border-radius: 6px;
    display: block;
    font-family: "Arial";
    height: 75px;
    text-align: center;
    width: 63px;
}

.ohanah .event_detail_title h2 {
    font-size: 20px;
    line-height: 20px;
	margin-bottom: 20px;
}

.compojoom-bootstrap .mat_customfields .dl-horizontal dt {
    max-width: 150px;
}
/* JOOMLA STYLE
--------------------------------------------------------- */

iframe {
border:none;
}

.article-info {
margin-bottom:18px;
}

.article_column {
float:left;}

.article_separator {
	display: block;
	border-bottom:dotted 1px #BABABA;
	margin-bottom:10px;
	height: 15px; }

.article_column .contentpaneopen {
	padding-right:15px;}

.buttonheading {
	float:right;
	padding-right:5px;}

.contentpane ul li {
	text-align:left;}

.sectiontableheader  {
	text-align:left;
	font-weight:bold;
	padding:5px; }
legend.sectiontableheader {
	background:none;
	}
	
.sectiontableheader  th {
	padding-left:8px;
	padding-right:8px;
	}
	
.sectiontableentry1, .sectiontableentry2 {
	padding-bottom:5px;}	

.artnumber {
	float:left;
	text-align:left;
	width:25px;}
	
.arttitle {
	float:left;}

.artauthor {
	float:right;}
	
.arthits {	
	float:right;
	padding-left:10px;}
	
.artcreated {
	float:right;}	
	
.contentheading {
	padding-left: 0px;
    padding-bottom: 12px;}
	
.createdate  {
    padding-bottom:11px;
	font-size:0.9em;
	padding-top:0px;
	line-height: 10px;
	font-weight: bold; }	
	
.componentheading  {
	font-size:1.5em;
	line-height:23px;
	padding-bottom: 17px;
	padding-top:14px;
	font-weight:normal; }

.contentheading  {
	font-size:1.5em;
	float:left;
	font-weight:normal;
	line-height:normal; }

a.contentpagetitle  {
	text-decoration: none!important;
	font-size:1.2em;
}

.modifydate {
	margin-top:20px;
	font-size:0.9em;
	clear:both;
	}

.mosimage  {
	padding: 0;
	border:1px solid #CCCCCC;
	background:#ffffff;
	margin:6px;	}

.mosimage img  {
	padding: 0;
	margin: 0!important; }

	
.mosimage_caption {
	background:#EFEFEF none repeat scroll 0%;
	border-top:1px solid #CCCCCC;
	color:#666666;
	margin-top:2px;
	padding:1px 2px;}

.pagenav,
.pagenav_prev,
.pagenav_next,
.pagenavbar  {
	padding:7px 2px; }

a.pagenav,
.pagenav_prev a,
.pagenav_next a,
.pagenavbar a  {
	text-decoration: none; }

a.pagenav:hover, a.pagenav:active, a.pagenav:focus,
.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,
.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,
.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus  {
	text-decoration: none; }

.pagenavbar  {
	padding-left: 14px; }

.pagenavcounter  {
	padding: 8px 14px 0 14px; }

.pagination a, .pagination span {
padding-left:3px;
padding-right:3px;
}


.small  {
	font-size:0.9em; }

.smalldark  {
	text-align: left; }

div.syndicate div  {
	text-align: center; }

.pollstableborder tr.sectiontableentry1 td,
.pollstableborder tr.sectiontableentry2 td  {
	background: none; }	
	

/* Poll Styling */

.poll label {
margin-bottom:5px;
display:block;
text-align:left;
}

table.poll  {
padding: 0;
width: 100%;
border-collapse: collapse; }

table.pollstableborder  {
padding: 0;
width: 100%;
border: none;
}

table.pollstableborder .sectiontableentry2, table.pollstableborder .sectiontableentry1 {
float:left;
}

table.pollstableborder img  {
vertical-align: baseline; }

table.pollstableborder td  {
padding: 2px!important; }

.pollstableborder {
margin-top:10px;
margin-bottom:10px;
}

table.pollstableborder td {
background:none;
}

/* Joomla Style */

td {
padding-bottom:0px;
padding-top:0px;
}

table.searchintro  {
padding: 10px 0;
width: 80%; }

tr.sectiontableentry1 td  {
padding: 2px; }

tr.sectiontableentry2 td  {
padding: 2px; }

div.syndicate div  {
text-align: center; }

a.readon:hover, a.readon:active, a.readon:focus  {	
text-decoration:underline; }

.back_button {
height:37px;
padding-top:26px; }

div.back_button a,
div.back_button a:hover,
div.back_button a:active  {
margin: -2px 0;
display: block;
font-weight:bold;
height:37px;
text-decoration: none!important; }

.sectiontableheader {
line-height:29px;
padding:0pt 10px;
}

.sectiontableentry1 {
font-size:9pt;
padding:7px;
background:#ECECEC;
}

.sectiontableentry2 {
font-size:9pt;
padding:7px;
}

.latestnews li, .mostread li, .sections li{
padding:24px;
padding-bottom:6px;
padding-top:6px;
border-bottom:1px dotted #D3D3D3;
background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/system/arrow.png) no-repeat center left;
}


	
/* END JOOMLA STYLE
--------------------------------------------------------- */	


/* System Messages */

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(http://www.dharma-chakra-sangha.de/templates/system/images/notice-info.png) 4px center no-repeat;margin-left: 4px;
    margin-top: 13px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(http://www.dharma-chakra-sangha.de/templates/system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(http://www.dharma-chakra-sangha.de/templates/system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}

		
		
		
		
.blog-featured h1, .item-page h1 {
	color: #000000;
    font-size: 1.9em;
    font-weight: normal;
    line-height: 23px;
    padding-bottom: 25px;
    padding-top: 0;
    text-transform: uppercase;}
.subheading-category{
	font-size:.9em;text-transform:uppercase; }

.contact h3{ margin-bottom: 20px;    margin-top: 15px;;}
.jicons-icons {float:left;padding-right: 7px;}

address {padding-top:4px;padding-bottom:4px;}

div.category-desc {padding-bottom: 20px; padding-top: 13px;}

th {
    font-weight: bold;
    padding: 5px 0;
    text-align: left;
}

td.num {
    text-align: left;
    vertical-align: top;
}
td.hits {
    text-align: center;
    vertical-align: top;
}
td p {
    line-height: 1.7em;
    margin: 0;
}
.filter {
    margin: 10px 0;
}
.display-limit, .filter {
    margin-right: 7px;
    text-align: right;
}
table, table td {
    border-collapse: collapse;
	padding: 7px;
}
table.weblinks, table.category {
    margin: 10px 0 20px 0;
    width: 100%;
}
table.weblinks th, table.category th {
    border: 1px solid #444444;
    font-size: 1em;
    font-weight: normal;
}
table.weblinks th:first-child, table.category th:first-child {
    border-left: medium none;
}
table th {
    background: none repeat scroll 0 0 #222222;
    color: #FFFFFF;
    padding: 6px 10px;
}
table th a {
    color: #FFFFFF !important;
}

fieldset.filters {
    margin-top: 10px;}
	
	
/* tooltips */
.tip-wrap { z-index:1000003; }
.tip { background:#fff; padding:5px; border:1px solid #eee; max-width: 300px; }
.tip-title {  background: none repeat scroll 0 0 #101010;    color: #FFFFFF;    font-size: 1.0em;    margin-bottom: 4px;    padding: 5px 8px 5px;    text-shadow: 0 1px 0 #000000;}
.tip-text { padding: 3px; font-size: 11px; line-height: 16px; }	



/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1{
        display: block;
        float: none !important;
        margin: 0 !important;}

.cols-2 .column-1{
        width:46%;
        float:left;}

.cols-2 .column-2{
        width:46%;
        float:right;
        margin:0}

.cols-3 .column-1{
        float:left;
        width:29%;
        padding:0px 5px;
        margin-right:4%
}
.cols-3 .column-2{
        float:left;
        width:29%;
        margin-left:0;
        padding:0px 5px}
.cols-3 .column-3{
        float:right;
        width:29%;
        padding:0px 5px}

.items-row, .items-leading {
        overflow:hidden;
        margin-bottom:20px !important;}

.column-2{
        width:55%;
        margin-left:40%;
}

.column-3{
        width:30%}

.blog-more{
        padding:10px 5px}


 
ul.actions li {
float:right;
padding-left:8px;
list-style:none;} 

li.pagenav-next {
float:right;
list-style:none;
margin-bottom: 19px;
margin-left: 6px;
margin-top: 8px;
padding: 5px 10px 5px 8px;
}

li.pagenav-prev {
float:left;
list-style:none;
margin-bottom: 19px;
margin-left: -23px;
margin-top: 8px;
padding: 5px 10px 5px 8px;
}

li.pagenav-prev a, li.pagenav-next a, .pager a {color:#ffffff;}

li.pagenav-prev:hover, li.pagenav-next:hover {
background:#666666;
}

.pagenav {
    margin-bottom: 19px;
    margin-left: 6px;
    margin-top: 8px;
    padding: 5px;
text-align:center;	}

.pagination ul li {
list-style:none;
float:left;}

.pagination ul {
margin-left: -47px;}

.pathway_first {
padding-right:8px;
float:left;}

.pathway_middle {padding-right:8px;float:left;}

.contact-form label {display:block;}
	
.items-more ol { margin-left:5px; margin-top: 20px;}
		
.pagination {text-align:center;height: 60px;}

p.counter {margin-bottom: 7px;}


.row-separator {
display:none;
}

.blog-featured .row-separator {
display:block;
margin-top:14px;
border-bottom:solid 1px #EDEDED;
}


ul.actions {
    float: right;
    margin-top: -38px;
	margin-right:0px;
	margin-left:0px;
}

ul.actions i {
display:none;
}


div.login, div.registration {
padding-bottom:10px;
margin-bottom:20px;
}

ul {
margin-left:18px;
}

.module_round_box_outer ul, .moduletable ul, #s5_nav {
margin:0px;
}
/* TYPOGRAPHY
----------------------------------------------------------- */


p  {
    padding:5px;
	padding-left:0px;
	padding-right:0px;
	}
	
.contentpaneopen ul {
	list-style:disc;
	margin-left:10px;
	margin-right:10px;
	}

.module_round_box_outer ul, .moduletable ul  {
	list-style: none; }
	
	
ol  {
	margin-top: 5px;
	margin-bottom: 5px; }

ol li  {
	padding:2px;
	margin-right:15px;
	margin-left: 15px; }

blockquote {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_left_quote.png) no-repeat top left;
	font-weight:bold;
	font-style:italic;
	line-height:150%;
	margin:15px 0pt;
	padding:0px 0px 5px 65px;
	width:auto;
}

blockquote p {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_right_quote.png) no-repeat bottom right;
	margin-top:0pt;
	padding:0pt 65px 10px 0pt;
  font-size: 12px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 0;
}

.code {
	background:#EBEAEA;
	border-left:solid 5px #666666;
	color:#666666;
	font-family:monospace;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.5;
	margin-top:15px;
	margin-bottom:15px;
	padding:10px 20px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.4em;
}

ul.ul_arrow li {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_ul_arrow.png) no-repeat top left;
	padding:3px;
	padding-left:18px;
	padding-right:18px;
	list-style:none;
}

	#s5_component_wrap ul.ul_arrow {
		padding-left:0px;
		margin-left:0px;
		margin-right:0px;
		list-style-type:none;}
		

ul.ul_star li {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_ul_star.png) no-repeat top left;
    line-height: 17px;
    list-style: none outside none;
    margin-top: 12px;
    padding: 0 16px 0 24px;
}


	#s5_component_wrap ul.ul_star {
    line-height: 21px;
    list-style-type: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;}

ul.ul_bullet li {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_ul_bullet.png) no-repeat top left;
	padding:3px;
	padding-left:23px;
	padding-right:18px;
	list-style:none;
}

	#s5_component_wrap ul.ul_bullet {
		padding-left:0px;
		margin-left:0px;
		margin-right:0px;
		list-style-type:none;}


#s5_component_wrap ul.ul_numbers {
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
	list-style-type:none;}	

ul.ul_numbers li {
	padding-top:6px;
	padding-left:36px;}		
		
li.li_number1  {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_li_number1.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number2  {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_li_number2.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number3  {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_li_number3.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number4  {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_li_number4.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number5  {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_li_number5.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number6  {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_li_number6.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number7  {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_li_number7.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number8  {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_li_number8.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

li.li_number9  {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_li_number9.png) no-repeat top left;
	padding-top:8px;
	padding-bottom:22px;
	list-style-type:none;
	padding-right:18px;
	padding-left:40px;
}

.red_box {

	background:#FFD6D6;
	border:solid 1px #EF706F;
	color:#CC0000;
	padding:6px 6px 6px 15px;
}

.red_box a, #s5_component_wrap_inner .red_box a {
	color:#CC0000;
	font-weight:bold;
	text-decoration:underline;
}

.blue_box {

	background:#D0DCEC;
	border:solid 1px #5B95DA;
	color:#1B6FC2;
	padding:6px 6px 6px 15px;
}

.blue_box a, #s5_component_wrap_inner .blue_box a {
	color:#1B6FC2;
	font-weight:bold;
	text-decoration:none;
}

.green_box {

	background:#EEF7DD;
	border:solid 1px #40AB38;
	color:#40AB38;
	padding:6px 6px 6px 15px;
}

.green_box a, #s5_component_wrap_inner .green_box a {
	color:#40AB38;
	font-weight:bold;
	text-decoration:underline;
}

.orange_box {

	background:#FEF6D8;
	border:solid 1px #755102;
	color:#755102;
	padding:6px 6px 6px 15px;
}

.orange_box a, #s5_component_wrap_inner .orange_box a {
	color:#755102;
	font-weight:bold;
	text-decoration:underline;
}

.yellow_box {

	background:#F4F5B9;
	border:solid 1px #757402;
	color:#757402;
	padding:6px 6px 6px 15px;
}

.yellow_box a, #s5_component_wrap_inner .yellow_box a {
	color:#757402;
	font-weight:bold;
	text-decoration:underline;
}

.gray_box {

	background:#FFFFFF;
	border:solid 1px #9D9D9D;
	color:#4B4B4B;
	padding:6px 6px 6px 15px;
}

.gray_box a, #s5_component_wrap_inner .gray_box a {
	color:#4B4B4B;
	font-weight:bold;
	text-decoration:underline;
}

.black_box {

	background:#333333;
	border:solid 1px #4D4D4D;
	color:#FFFFFF;
	padding:6px 6px 6px 15px;
}

.black_box a, #s5_component_wrap_inner .black_box a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

.boxed {
    background: none repeat scroll 0 0 #D9D9D9;
    border: 1px solid #BFBEBE;
    margin-right: 0;
    padding: 5px;
	float:left;
	margin:0px;
	margin-bottom:14px;
}

.boxed_black {
	background:#040404;
	padding:3px;
	margin-right:10px;
	margin-bottom:8px;
	-webkit-transition: background 200ms ease-out;
	-moz-transition: background 200ms ease-out;
	-o-transition: background 200ms ease-out;
	transition: background 200ms ease-out;
}

.boxed_black:hover {
	background:#7A7A7A;
	-webkit-transition: background 200ms ease-in;
	-moz-transition: background 200ms ease-in;
	-o-transition: background 200ms ease-in;
	transition: background 200ms ease-in;
}

.padded {
	border:4px solid #ffffff;
	margin-right:10px;
	margin-bottom:7px;
	padding:0px;
	-webkit-box-shadow: 0 0px 3px #949393;
	-moz-box-shadow: 0 0px 3px #949393;
	box-shadow: 0 0px 3px #949393; 
	margin-bottom:8px;
	margin-top:2px;
	position:relative;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.padded:hover {
	border:4px solid #D4D3D3;
	-webkit-box-shadow: 0 0px 3px #595959;
	-moz-box-shadow: 0 0px 3px #595959;
	box-shadow: 0 0px 3px #595959; 
}

.point {
	min-height:28px;
}

.s5_greenbox {

	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#185564;}
	.s5_greenbox a {color:#ffffff;}

.s5_greenbox .point {
	padding-left:42px;
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_alert.png) no-repeat center left;}	
	

	
.s5_graybox {

	position:relative;
	padding:12px;
	color:#313131;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	background:#e6e6e6;}
	.s5_graybox a {color:#313131;}

.s5_graybox .point {
	padding-left:42px;
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_alert.png) no-repeat center left;}	
	
	

	
	
.s5_bluebox {

	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#22ace5;}
	.s5_bluebox a {color:#ffffff;}

.s5_bluebox .point {
	padding-left:42px;
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_alert.png) no-repeat center left;}		
	

	
.s5_redbox {

	position:relative;
	padding:12px;
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* FF3.5+ */
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Saf3.0+, Chrome */
	box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3) inset; /* Opera 10.5, IE9, Chrome 10+ */
	color:#ffffff;
	background:#ff5858;}
	.s5_bluebox a {color:#ffffff;}

.s5_redbox .point {
	padding-left:42px;
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_alert.png) no-repeat center left;}	
	
	
.s5_features_list li {
background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_features_list.png) no-repeat top left;
padding:0px;
padding-left:32px;
font-size:0.85em;
margin-bottom:10px;
list-style:none;
min-height:20px;
}

#s5_component_wrap ul.s5_features_list {
margin:0px;
}

.s5_tweet li {
background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/typography/s5_tweet.png) no-repeat top left;
padding:0px;
padding-left:48px;
margin-bottom:10px;
font-size:1em;
line-height:149%;
}
/* Jcomments
----------------------------------------------------------- */

#jc h4 {
	font-size:1.3em;
	}
	
#comments-form p, #comments-form #comments-form-buttons, #comments-form #comments-form-error, #comments-form #comments-form-captcha-holder {
	margin-left:0px !important;	}

#comments-form .btn div, #comments-report-form .btn div {
	background:#000000;
	float:left;
	margin:0 -25px 0 0;}
	
#comments-form .btn, #comments-report-form .btn {
	background:#000000;
	float:left;
	margin-left:-4px;}
	
#comments-form .btn a, #comments-report-form .btn a {
	border:medium none;
	color:#ffffff;
	font-weight:normal;
	height:31px;
	font-size:1em;
	line-height:29px;
	padding:0 24px;
	text-decoration:none;}

#comments-form .btn a:hover, #comments-report-form .btn a:hover {
	color:#666666;
	text-decoration:none;}
	
#comments-footer {
	border:none;
	height:20px;}	
	
#comments-form-message {
	padding:5px 8px 5px 33px;}
	
.comments-form-message-info {
	border:1px solid #CCCCCC;}
	
#comments .comments-list {
	margin-left:0px;}	

#comments-list-footer {
	margin:0 0 10px 0px !important;	}
	
#comments .comment-author, #comments .author-homepage {
	color:#3C452D;
	font-weight:bold;
	margin:0;
	padding-right:6px;	
	padding-left:6px;}

#jc h4, #jc .rbox_t,#jc .rbox_b, #jc .rbox_m  {
	border:none;}
	
#jc .rbox_tr, #jc .rbox_tl, #jc .rbox_t, #jc .rbox_m, #jc .rbox_br, #jc .rbox_bl, #jc .rbox_b {
background:none;}	

#comments-list .even {
	border-bottom:1px dotted #CCCCCC;
	background:#FFFFFF;}
	
#comments-list .odd {
}	
	
#comments .comment-body {
	padding-left:7px;
	padding-top: 9px;}
	
.jcomments-links {
	margin-top:18px;
	}

#jc h4 {
	font-weight:normal;
	font-size:1em;}
	
#comments .comment-date {
	background: none repeat scroll 0 0 transparent;
    color: #333333;
    font-size: 10px;
    margin: 0;
    padding: 0;}
	
#comments .comment-anchor {
	font-size:11px;
	display:none;
	color: #333333;}
	
#comments-form img.captcha {
    height: 44px;
	width:116px;}
	
#comments .comments-buttons {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    margin-top: 7px;
     padding: 5px 4px 4px;}	
	
#jc h4, #jc .rbox_t,#jc .rbox_b, #jc .rbox_m  {
	border:none;}
	
#jc .rbox_tr, #jc .rbox_tl, #jc .rbox_t, #jc .rbox_m, #jc .rbox_br, #jc .rbox_bl, #jc .rbox_b {
background:none;}	

#comments-list .even {
	border:1px solid #CCCCCC;
	background:#FFFFFF;}
	
#comments-list .odd {
	border:1px solid #BFBFBF;
	background:#F3F3F3;}	
	
#comments .comment-body {
	padding-left:24px;
	padding-top:13px;}
	
.jcomments-links {
	margin-top:18px;
	}

/* End Jcomments
----------------------------------------------------------- */


/* Tienda
----------------------------------------------------------- */
.product_name {
	padding-bottom:10px;}

.product_name a {
	font-size:1em;
	color:#454545;
	font-weight:normal;}
	
div#tienda_category_header span {
	font-size:1.3em;	}

div#tienda_products div.product_item {
    border-bottom: medium none;
    float: left;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 6px;
	margin-right: 6px;}	

div#tienda_category_header {
	background:none;
	border-bottom:medium none;
	margin-top: 13px;
	padding:10px 0px 10px 0;}
	
#tienda_category_header {
	padding:10px 10px 19px;}
	

	
div#tienda_product_header span.product_name {
	display:block;
	font-size:1.3em;
	color:#454545;
	font-weight:normal;
	padding-bottom:14px;}
	
.tienda_header {
	margin-bottom:9px;
	margin-top:19px;
	border:none;}

.tienda_header span {
	font-size:1.3em;}	
	
.product_listimage {
	margin-right:1px;}
	
div#tienda_product_header {
	border:medium none;
	margin-bottom:20px;
	padding:8px 8px 8px 0;}
	
div.product_rating, div.product_rating img {
	margin-left:-1px;}
	
.product_image div a.modal {
	border:medium none;
	font-size:1.1em;
	margin-top:6px;}	

div#tienda_subcategories {
	border-bottom:none;
	margin-bottom:10px;}	
	
#tienda_categories #tienda_subcategories .subcategory_thumb {
	background:none;
	margin:5px 0 15px;
	min-height:92px;
	padding-left:15px;
	padding-right: 10px;
	padding-top:0px;
	text-align:center;	}	

#tienda_categories .subcategory_name{
	background: none repeat scroll 0 0 #000000;
	font-size: 13px;
    margin-left: 21px;
    margin-top: 21px;
    padding: 1px 13px;
    margin-top: 21px;
    position: absolute;}
	
	#tienda_categories .subcategory_name a{
		color:#ffffff;}
	
div.subcategory {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
	background:#ffffff !important;}

div.subcategory:hover {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
	background:#CCCCCC;}



div.subcategory img {
	max-height:224px;
	max-width:335px;	}

#tienda_products .product_info {
	padding:8px;}
	
	
div.product_image {
    float:none;
	width: 111px;
    text-align: center;
}	

div.product_listimage img {
  max-height: 78px;
    max-width: 109px;
}

.product_listimage .product_addtocart {
	color: #000000;
    padding-bottom: 0px;
    padding-left: 5px;
	font-size: 1.1em;
    padding-top: 3px;
    text-align: left;}
	
 .product_addtocart .addtocart_icon {
	background:transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/tienda/cart_icon.png)  no-repeat right;
	float: right;
    height: 14px;
	margin-right: 3px;
    margin-top: 6px;
    width: 16px;}

div#tienda_products div.product_thumb {
    float: left;
    margin: 0 13px 5px 0;}

div#tienda_category_header img {
    max-height: 120px;
    padding-bottom: 9px;
	float: left;
	padding-right: 12px;
    vertical-align: middle;	}
	
.cat_title {
	font-size: 1.2em;
	margin-top:2px;}

	.default div.product_buy {
    float: none;	}
	
div#tienda_products div.product_buy {
    max-width: none;
	margin-top: -10px;}	
	
.default div.product_buy, .product_name, .product_attributeoptions .inputbox   {
	font-size:1.1em;}
	
.product_quantity_input input {
	padding:3px;}
	
.product_quantity_input {
	text-align:right;}
	
.add_to_cart {
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: right;
    margin-bottom: 12px;
    margin-right: 0;
    margin-top: 12px;
	cursor:pointer;}
	
.product_attributeoptions, div#tienda_products span.title {
    font-weight: bold;
	 font-size: 0.9em;}	
	
.s5_basepricediv {
	border-bottom: 1px dotted #333333;
    font-size: 1em;
    margin-bottom: 8px;
    padding-bottom: 5px;
    text-align: left;}
	
.product_name {
	margin-left: 10px;
	padding-bottom:0px;}
	
	
.s5_addtocartdropdown {
	position:absolute; 
	margin-left: -14px;
	margin-top: -2px;
	z-index:102;
	display:none;}
	
div.product_name span {
    margin-right: 0;}	

span.CartView {
	background: none repeat scroll 0 0 #000000;
    font-size: 11px;
    padding-left: 8px;
	margin-top: 15px;
    padding-right: 7px;
    width: auto;}	
	
span.CartCheckout {
    float: right;
	background: none repeat scroll 0 0 #000000;
    font-size: 11px;
    padding-left: 8px;
	margin-top: 15px;
    padding-right: 7px;
    width: auto;}	
	
	
.CartView a, .CartCheckout a{
	color:#ffffff;}

	
.s5_portfolio_closebut {
    height: 32px;
    margin-right: -11px;
    margin-top: -11px;
    position: absolute;
    right: 0;
    width: 32px;
	cursor:pointer;
	background: transparent url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/multibox/close.png)  no-repeat right;}
	
	
	
	
	
	
	

/* Tienda Product module */
	
.tienda_product_item {
	float:left;}
	
	
	
	
/* End Tienda
----------------------------------------------------------- */
 

 
/* VirtueMart
----------------------------------------------------------- */
 
#vmMainPage hr {
	margin-bottom:20px;
	border:1px solid #cccccc;}
 
#vmMainPage h1 {
	font-weight:normal;}
 
#vmMainPage h4, .browseProductContainer h2 a{
	padding-bottom:6px;
	font-size:1.3em;
	padding-top:5px;
	font-weight:normal;}
	
#vmMainPage h4 {
margin-top:15px;
}
	
#vmMainPage h2 {
	margin-bottom:6px;
	}
	
#vmMainPage ul {
	margin-bottom:15px;
	margin-left:15px;}
	
#product_list a img {
border:solid 1px #CFCFCF;
padding:5px;
margin-bottom:8px;
}

#vmMainPage .buttons_heading img {
border:none;
padding:0px;
margin-bottom:0px;
}

#product_list div {
width:100%;
display:block;
}
	
.cbButtons .button {
	display:inline;}
	
.vmCartContainer {
	background:none;
	border:none;}	
	
.vmCartChild {
	border:none;}

.vmRowTwo {
	background:none;}	
	
.addtocart_button {
	padding-right:21px;
	padding-top:3px;
	font-size:12px;
	color:#333333;
	border:none;
	background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/virtuemart/addtocart.png) no-repeat scroll 0 0px transparent;}	
	
	.addtocart_button:hover {
		background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/virtuemart/addtocart.png) no-repeat scroll 0 -31px transparent;}
	
.browseAddToCartContainer .addtocart_button {
	margin-top:14px;
	margin-bottom:14px;}
	
.continue_link {
	background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/virtuemart/topleft.png) no-repeat scroll left transparent;}
	
.checkout_link {
	background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/virtuemart/topright.png) no-repeat scroll left transparent;}
	
.next_page {
	background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/virtuemart/topright.png) no-repeat scroll right transparent;
	height:25px;
	line-height:26px;
	padding-right:36px;
	width:auto;}	

.previous_page  {
	background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/virtuemart/topleft.png) no-repeat scroll left transparent;
	height:25px;
	line-height:26px;
	padding-left:36px;
	width:auto;}	

div.buttons_heading {
	width:auto;
	margin:10px 4px 4px 16px;}
	
.vmCartDetails {
	padding-bottom:13px;}
	
.availabilityHeader {
	font-weight:normal;
	font-size:1.3em;
	text-decoration:none;}	
		
.vmRecent {
	margin-top:26px;
	margin-bottom:26px;
	padding:12px;
	border:1px solid #FFFFFF;}

#product_list {
	padding-top:21px;}
	
#product_list .addtocart_form {
padding-top:12px;
}

#product_list .addtocart_button {
margin-top:12px;
float:left;
}

#vmMainPage br {
margin-bottom:10px;
}
	
.browseProductContainer {
	margin-bottom:20px;
	padding:10px;
	padding-top:0px;
	}	
	
.browseProductContainer a {
float:left;
margin-bottom:10px;
}

.browseProductContainer h2 a {
float:none;
margin-bottom:0px;
}
	
#vmMainPage .button {
	background:none;
	border:none;
	padding:0px;
}

#vmMainPage .button {
	color:#000;
	background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/virtuemart/topright.png) no-repeat left center;
	padding-left:32px;
	padding-top:4px;
	padding-bottom:4px;
}

#vmMainPage h3, #vmMainPage h1 {
border-top:1px dotted #CCCCCC;
font-size:1.4em;
margin-bottom:8px;
margin-top:20px;
padding-top:15px;
}
	
	
/* End VirtueMart
----------------------------------------------------------- */	
	
	
	 
/* K2
----------------------------------------------------------- */
div.itemHeader h2.itemTitle, div.catItemHeader h3.catItemTitle, h3.userItemTitle a, div.userBlock h2 {
	font-size:1.3em;}
	
div.itemHeader span.itemAuthor, div.catItemHeader span.catItemAuthor{
	font-size:0.9em;}
	
div.itemToolbar {
	background:#F3F3F3;
	border:1px solid #BFBFBF;
	height:20px;
	padding:4px;}
	
div.itemComments {
	background:none;
	border:none;
	padding:16px;		}
		
div.itemAuthorBlock, #k2Container .userBlock {
	background:none;
	border:none;}
	
#s5_component_wrap  .itemComments ul {
	list-style:none;
	}
	
h3.itemCommentsCounter {
	font-size:1.2em;
	margin-bottom:10px;}	

div.itemComments ul.itemCommentsList li.even {
	margin-bottom:14px;
	padding:9px;
	border:1px solid #CCCCCC;
	background:#FFFFFF;
	}
	
div.itemComments ul.itemCommentsList li.odd {
	margin-bottom:14px;
	border:1px solid #BFBFBF;
	background:#F3F3F3;
	padding:9px;}	

div.itemComments {
	padding-left:0px;}
	
div.itemComments ul.itemCommentsList li img {	
	margin:4px 13px 4px 0;}
	
div.itemComments ul.itemCommentsList li span.commentAuthorName, div.itemComments ul.itemCommentsList li span.commentDate  {
	font-weight:bold;}	

div.itemAuthorBlock img.itemAuthorAvatar {
	width:55px;}
	
div.itemCommentsForm p.itemCommentsFormNotes {border-top:none;}

div.userBlock p.userAdditionalInfo {border-top:none;}

div.userBlock img {
	margin-right:20px;}
	
div.userItemCommentsLink {
	border-right:none;
	margin-left:-4px;
	margin-top:-12px;
	border:none;
	padding:9px 0 0 35px;}	



div.itemListCategory {
background:none;
border:none;
}
/* End K2
----------------------------------------------------------- */
body.s5_responsive_mobile_present{overflow-x:hidden}.s5_responsive_mobile_present .s5_scrolltotop{display:none}.s5_responsive_mobile_present #s5_drop_down_container,.s5_responsive_mobile_present #s5_loginreg,.s5_responsive_mobile_present #s5_nav{display:none}.s5_responsive_mobile_present #s5_menu_wrap{display:none}#s5_responsive_mobile_bottom_bar .s5_scrolltotop{display:block;background:0 0;padding:0;margin:0;width:auto;height:auto}.s5_responsive_mobile_present #s5_responsive_mobile_bottom_bar_outer,.s5_responsive_mobile_present #s5_responsive_mobile_top_bar{display:block!important}.s5_responsive_mobile_present #s5_responsive_mobile_top_bar{position:relative;z-index:2;width:100%}.s5_responsive_mobile_present .s5_responsive_mobile_drop_down_wrap_loading{position:absolute;z-index:100;top:-500000px}.s5_responsive_mobile_present #s5_responsive_mobile_bottom_bar_outer,.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_wrap #member-registration div,.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_wrap .s5_regfloatleft{width:100%!important}.s5_responsive_mobile_present #s5_responsive_mobile_bottom_bar,.s5_responsive_mobile_present #s5_responsive_mobile_top_bar,.s5_responsive_mobile_present #s5_responsive_mobile_top_bar_spacer{display:block;margin:0!important;height:48px;overflow:hidden}.s5_responsive_mobile_present #s5_responsive_mobile_top_bar_spacer{padding-left:0!important;padding-right:0!important}.s5_responsive_mobile_present #s5_responsive_mobile_top_bar_wrap{margin-top:0!important;width:100%}.s5_responsive_mobile_present #s5_responsive_mobile_top_bar_wrap ul{margin:0;list-style:none}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_menu .s5_responsive_mobile_drop_down_inner{padding:10px}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_search .s5_responsive_mobile_drop_down_inner{padding:12px}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_login .s5_responsive_mobile_drop_down_inner,.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_register .s5_responsive_mobile_drop_down_inner{padding:16px}.s5_responsive_mobile_present #s5_responsive_mobile_bar_active{padding-top:15px;float:left;margin-left:15px;font-size:8pt;overflow:hidden;height:22px}.s5_responsive_mobile_present #s5_responsive_mobile_bar_active span{width:800px;display:block}.s5_responsive_mobile_present #s5_responsive_mobile_scroll{float:right;display:block}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_login_inner .icon-arrow-right,.s5_responsive_mobile_present .s5_responsive_mobile_drop_down_inner img{display:none!important}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_login_inner #modlgn-remember{margin:4px 5px 0 0!important}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_menu,.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_menu a{font-size:10pt}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_menu ul li{margin-bottom:1px;list-style:none;padding:0 6px 3px}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_menu ul li.deeper{padding-bottom:0;margin-left:0;margin-right:0}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_menu ul li.deeper ul{padding-top:3px;margin-bottom:3px;margin-left:0;margin-right:0}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_menu ul li.deeper ul li,.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_menu ul li.deeper ul li a{font-size:7pt;padding-left:6px}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_menu{width:60%;float:left;padding-bottom:16px;padding-right:16px}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_search{width:60%;float:right;padding-bottom:16px;padding-left:16px}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_register{width:68%;float:right;padding-bottom:16px;padding-left:16px}.s5_responsive_mobile_present #s5_regsecurity_img{display:block!important}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_login{width:62%;float:right;padding-bottom:16px;padding-left:16px}.s5_responsive_mobile_present #form-login-password{padding-top:6px!important;padding-bottom:6px!important}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_wrap input{border:none;margin:0!important;padding:5px 10px!important;font-size:9pt;background:#F1F1F1;-moz-box-shadow:0 4px 4px rgba(0,0,0,.3) inset;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.3) inset;box-shadow:0 4px 4px rgba(0,0,0,.3) inset;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;color:#131313;height:auto;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.s5_responsive_mobile_present #s5_responsive_mobile_top_bar_wrap form{margin-bottom:0}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_login_inner #login-form .input-prepend input{width:96%!important}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_wrap input:hover{-moz-box-shadow:0 4px 4px rgba(0,0,0,.6) inset;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.6) inset;box-shadow:0 4px 4px rgba(0,0,0,.6) inset;background:#E1E1E1}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_login #modlgn-remember,.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_login .button{width:auto!important;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_login_inner #form-login-submit{margin-top:8px}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_login #modlgn-remember:hover,.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_login .button:hover{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_wrap .button,.s5_responsive_mobile_present #s5_responsive_mobile_drop_down_wrap button,#s5_responsive_mobile_sidebar .validate{color:#FFF!important;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;margin:0!important;font-weight:400!important;border:none!important;-webkit-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.s5_responsive_mobile_drop_down_inner .s5_mod_h3{font-size:11pt;margin-bottom:10px;margin-top:4px}#s5_responsive_mobile_drop_down_login_inner .s5_mod_h3{margin-bottom:14px}.s5_responsive_mobile_drop_down_inner label{font-size:10pt!important}#s5_responsive_mobile_drop_down_login_inner label{margin-top:0!important;margin-bottom:6px;display:block}#s5_responsive_mobile_drop_down_login_inner #form-login-remember label{display:inline}#s5_responsive_mobile_drop_down_login_inner .userdata{padding-bottom:12px}#s5_responsive_mobile_drop_down_login_inner #form-login-remember{padding-bottom:6px}#s5_responsive_mobile_drop_down_login_inner .login-greeting{padding-bottom:12px}.s5_responsive_mobile_sidebar_body_wrap_show_ltr #s5_responsive_mobile_sidebar_body_wrap_inner,.s5_responsive_mobile_sidebar_body_wrap_show_rtl #s5_responsive_mobile_sidebar_body_wrap_inner{position:absolute}.s5_responsive_mobile_sidebar_body_wrap_show_ltr #s5_responsive_mobile_sidebar_body_wrap_inner{left:0;right:auto}.s5_responsive_mobile_sidebar_body_wrap_show_rtl #s5_responsive_mobile_sidebar_body_wrap_inner{left:auto;right:0}.s5_responsive_mobile_present #colorbox{height:auto!important}@media screen and (max-width:240px){#s5_responsive_mobile_bar_active{display:none}}.s5_responsive_mobile_sidebar_hide_ltr{height:100%;float:left;position:fixed;overflow:hidden;width:0!important;-webkit-transition:width .3s ease-out;-moz-transition:width .3s ease-out;-o-transition:width .3s ease-out;transition:width .3s ease-out;z-index:-1}.s5_responsive_mobile_sidebar_hide_rtl,.s5_responsive_mobile_sidebar_show_ltr{-webkit-transition:width .3s ease-out;-moz-transition:width .3s ease-out;-o-transition:width .3s ease-out;height:100%;overflow:hidden}.s5_responsive_mobile_sidebar_show_ltr{float:left;position:fixed;width:80%!important;transition:width .3s ease-out}.s5_responsive_mobile_sidebar_body_wrap_hide_ltr{margin-left:0!important;width:100%!important;float:left;position:relative;-webkit-transition:margin .3s ease-out;-moz-transition:margin .3s ease-out;-o-transition:margin .3s ease-out;transition:margin .3s ease-out}.s5_responsive_mobile_sidebar_body_wrap_hide_rtl,.s5_responsive_mobile_sidebar_body_wrap_show_ltr{-webkit-transition:margin .3s ease-out;-moz-transition:margin .3s ease-out;-o-transition:margin .3s ease-out}.s5_responsive_mobile_sidebar_body_wrap_show_ltr{margin-left:80%!important;float:left;width:100%;transition:margin .3s ease-out}.s5_responsive_mobile_sidebar_hide_rtl{position:fixed;width:0!important;float:right;transition:width .3s ease-out;z-index:-1}.s5_responsive_mobile_sidebar_show_rtl{height:100%;position:fixed;overflow:hidden;width:80%!important;float:right;-webkit-transition:width .3s ease-out;-moz-transition:width .3s ease-out;-o-transition:width .3s ease-out;transition:width .3s ease-out;right:0;direction:rtl}.s5_responsive_mobile_sidebar_body_wrap_hide_rtl{margin-right:0!important;width:100%!important;float:right;position:relative;transition:margin .3s ease-out}.s5_responsive_mobile_sidebar_body_wrap_show_rtl{margin-right:80%!important;float:right;width:100%;-webkit-transition:margin .3s ease-out;-moz-transition:margin .3s ease-out;-o-transition:margin .3s ease-out;transition:margin .3s ease-out}.s5_responsive_mobile_sidebar_body_wrap_show_ltr,.s5_responsive_mobile_sidebar_body_wrap_show_rtl{-webkit-box-shadow:0 0 20px rgba(0,0,0,.5);-moz-box-shadow:0 0 20px rgba(0,0,0,.5);box-shadow:0 0 20px rgba(0,0,0,.5);position:relative}#s5_responsive_mobile_sidebar .module_round_box_outer{margin:0 0 16px!important;padding:0!important}.module_round_box-sidebar{padding:0!important}.module_round_box-sidebar,.module_round_box-sidebar .s5_module_box_1,.module_round_box-sidebar .s5_module_box_2{padding:0;margin:0;background:0 0;border:none}.module_round_box-sidebar .s5_mod_h3{margin:0;padding:0;background:0 0;border:none;font-size:1.2em!important;font-weight:400!important}.module_round_box-sidebar .s5_mod_h3_outer{margin:0 0 14px;padding:0;background:0 0;border:none}#s5_responsive_mobile_bottom_bar_outer.s5_responsive_mobile_bottom_bar_outer_sidebar{display:none!important}#s5_responsive_mobile_sidebar_inner1{overflow-y:auto}#s5_responsive_mobile_sidebar_inner2{padding:0;position:relative}#s5_responsive_mobile_sidebar_inner2 ul{margin:0}#s5_responsive_mobile_sidebar_login_register_wrap,#s5_responsive_mobile_sidebar_menu_wrap,#s5_responsive_mobile_sidebar_search_wrap{padding:12px 12px 8px}#s5_pos_sidebar_bottom,#s5_pos_sidebar_top{padding:22px 22px 4px}#s5_responsive_mobile_sidebar_menu_wrap h3,#s5_responsive_mobile_sidebar_search_wrap_inner1,.s5_responsive_mobile_sidebar_title_wrap{padding:10px;margin:0 0 4px!important;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;font-size:11pt;display:block;text-transform:none}#s5_responsive_mobile_sidebar_menu_wrap h3 a{display:block;width:80%}#s5_responsive_mobile_sidebar_search_wrap input{background:0 0!important;border:none!important;padding:0!important;margin:0!important;font-size:11pt!important;width:100%!important;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;min-height:auto}#s5_responsive_mobile_sidebar form{margin:0}#s5_responsive_mobile_sidebar_login_bottom .s5_mod_h3_outer,#s5_responsive_mobile_sidebar_register_bottom .s5_mod_h3_outer{display:none}.s5_responsive_mobile_sidebar_login_inactive,.s5_responsive_mobile_sidebar_register_inactive{height:0;overflow:hidden}.s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_search_wrap_inner2{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/search_light.png) center left no-repeat;padding-left:30px;background-size:19px 19px}.s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_menu_wrap h3 span.s5_sidebar_deeper,.s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_menu_wrap li.deeper .first_level_inner,.s5_responsive_mobile_sidebar_light .s5_responsive_mobile_sidebar_inactive .s5_responsive_mobile_sidebar_title_wrap_inner{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/arrow_light.png) center right no-repeat;cursor:pointer;display:block}.s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_login_wrap span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/login_sidebar_light.png) left center no-repeat;background-size:19px 19px;padding-left:36px;display:block}.s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_register_wrap span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/register_sidebar_light.png) left center no-repeat;background-size:23px 19px;padding-left:36px;display:block}#s5_responsive_mobile_sidebar_title_wrap_login_open div.s5_responsive_mobile_sidebar_title_wrap_inner,#s5_responsive_mobile_sidebar_title_wrap_register_open div.s5_responsive_mobile_sidebar_title_wrap_inner,.s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_menu_wrap h3.s5_mobile_sidebar_h3_open span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/arrow_open_light.png) center right no-repeat!important}.s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_search_wrap_inner2{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/search_dark.png) center left no-repeat;padding-left:30px;background-size:19px 19px}.s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_menu_wrap h3 span.s5_sidebar_deeper,.s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_menu_wrap li.deeper .first_level_inner,.s5_responsive_mobile_sidebar_dark .s5_responsive_mobile_sidebar_inactive .s5_responsive_mobile_sidebar_title_wrap_inner{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/arrow_dark.png) center right no-repeat;cursor:pointer;display:block}.s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_login_wrap span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/login_sidebar_dark.png) left center no-repeat;background-size:19px 19px;padding-left:36px;display:block}.s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_register_wrap span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/register_sidebar_dark.png) left center no-repeat;background-size:23px 19px;padding-left:36px;display:block}.s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_menu_wrap h3.s5_mobile_sidebar_h3_open span,.s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_title_wrap_login_open div.s5_responsive_mobile_sidebar_title_wrap_inner,.s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_title_wrap_register_open div.s5_responsive_mobile_sidebar_title_wrap_inner{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/arrow_open_dark.png) center right no-repeat!important}.s5_responsive_mobile_sidebar_title_wrap_inner span{min-height:26px;line-height:26px}#s5_responsive_mobile_sidebar_menu_wrap img{display:none}#s5_responsive_mobile_sidebar_menu_wrap ul li{font-size:11pt}#s5_responsive_mobile_sidebar .first_level_li a,#s5_responsive_mobile_sidebar .first_level_li span span{display:block}#s5_responsive_mobile_sidebar_menu_wrap div{display:none}#s5_responsive_mobile_sidebar_menu_wrap div,.s5_responsive_mobile_sidebar_login_active,.s5_responsive_mobile_sidebar_register_active{padding:10px 8px;height:auto;overflow:hidden;margin:10px -12px}.s5_responsive_mobile_sidebar_login_active,.s5_responsive_mobile_sidebar_register_active{padding:20px 24px}#s5_responsive_mobile_sidebar_login_wrap ul,#s5_responsive_mobile_sidebar_menu_wrap div ul{padding:0;margin:0}#s5_responsive_mobile_sidebar_menu_wrap div ul li{line-height:240%;font-size:9pt;padding-left:10px;padding-right:10px;list-style:none}#s5_responsive_mobile_sidebar_login_register_wrap .icon-arrow-right{display:none!important}#s5_responsive_mobile_sidebar_login_register_wrap #form-login-remember{width:100%!important; margin-bottom: 10px;}#s5_responsive_mobile_sidebar_login_bottom #modlgn-passwd,#s5_responsive_mobile_sidebar_login_bottom #modlgn-username,#s5_responsive_mobile_sidebar_register_bottom input{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:2% 3%}#s5_responsive_mobile_sidebar_login_bottom button,#s5_responsive_mobile_sidebar_login_bottom input,#s5_responsive_mobile_sidebar_register_bottom button,#s5_responsive_mobile_sidebar_register_bottom input{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}#s5_responsive_mobile_sidebar_search_wrap{overflow:hidden}#s5_responsive_mobile_sidebar_login_register_wrap,#s5_responsive_mobile_sidebar_login_register_wrap label{font-size:9pt; margin:0;}.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_search_wrap_inner2{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/search_light.png) center right no-repeat;padding-left:0;padding-right:30px;background-size:19px 19px}.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_menu_wrap h3 span.s5_sidebar_deeper,.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_menu_wrap li.deeper .first_level_inner,.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_light .s5_responsive_mobile_sidebar_inactive .s5_responsive_mobile_sidebar_title_wrap_inner{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/arrow_light.png) center left no-repeat;cursor:pointer;display:block}.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_login_wrap span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/login_sidebar_light.png) right center no-repeat;background-size:19px 19px;padding-right:36px;padding-left:0;display:block}.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_register_wrap span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/register_sidebar_light.png) right center no-repeat;background-size:23px 19px;padding-left:0;padding-right:36px;display:block}.s5_responsive_mobile_sidebar_show_rtl #s5_responsive_mobile_sidebar_title_wrap_login_open div.s5_responsive_mobile_sidebar_title_wrap_inner,.s5_responsive_mobile_sidebar_show_rtl #s5_responsive_mobile_sidebar_title_wrap_register_open div.s5_responsive_mobile_sidebar_title_wrap_inner,.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_light #s5_responsive_mobile_sidebar_menu_wrap h3.s5_mobile_sidebar_h3_open span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/arrow_open_light.png) center left no-repeat!important}.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_search_wrap_inner2{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/search_dark.png) center right no-repeat;padding-left:0;padding-right:30px;background-size:19px 19px}.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_menu_wrap h3 span.s5_sidebar_deeper,.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_menu_wrap li.deeper .first_level_inner,.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark .s5_responsive_mobile_sidebar_inactive .s5_responsive_mobile_sidebar_title_wrap_inner{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/arrow_dark.png) center left no-repeat;cursor:pointer;display:block}.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_login_wrap span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/login_sidebar_dark.png) right center no-repeat;background-size:19px 19px;padding-left:0;padding-right:36px;display:block}.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_register_wrap span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/register_sidebar_dark.png) right center no-repeat;background-size:23px 19px;padding-left:0;padding-right:36px;display:block}.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_menu_wrap h3.s5_mobile_sidebar_h3_open span,.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_title_wrap_login_open div.s5_responsive_mobile_sidebar_title_wrap_inner,.s5_responsive_mobile_sidebar_show_rtl .s5_responsive_mobile_sidebar_dark #s5_responsive_mobile_sidebar_title_wrap_register_open div.s5_responsive_mobile_sidebar_title_wrap_inner{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/arrow_open_dark.png) center left no-repeat!important}#s5_responsive_mobile_sidebar_body_wrap #s5_responsive_mobile_bar_active{margin:0;padding-left:15px;padding-right:15px;float:none}#s5_responsive_mobile_sidebar_menu_wrap h3{display:block!important}#s5_responsive_mobile_sidebar_login_wrap span.add-on{display:none}#s5_responsive_mobile_sidebar_login_bottom #modlgn-passwd,#s5_responsive_mobile_sidebar_login_bottom #modlgn-username,#s5_responsive_mobile_sidebar_register_bottom input{width:94%!important;font-size:12px}#s5_responsive_mobile_bottom_bar_outer{position:absolute;z-index:2;bottom:0;width:100%;left:0;height:48px;overflow:hidden}.s5_body_ie7{height:100%!important;position:relative!important;padding-bottom:48px!important}#s5_responsive_switch_desktop a,#s5_responsive_switch_mobile a{padding-top:15px;margin-left:15px;height:34px;font-size:10pt;float:left;display:block;cursor:pointer}#s5_responsive_switch_mobile a{padding-left:35px}#s5_responsive_switch_desktop a{padding-left:25px}#s5_responsive_mobile_scroll{width:48px;height:48px;overflow:hidden}#s5_responsive_mobile_scroll a{width:48px!important;height:48px!important;display:block!important;padding:0!important;margin:0!important;cursor:pointer}#s5_responsive_mobile_toggle_click_menu{float:left}#s5_responsive_mobile_toggle_click_menu span{width:56px;height:48px;display:block;cursor:pointer}#s5_responsive_mobile_toggle_click_login span,#s5_responsive_mobile_toggle_click_register span,#s5_responsive_mobile_toggle_click_search span{width:48px;height:48px;display:block;cursor:pointer}.s5_responsive_mobile_bar_dark #s5_responsive_switch_mobile a{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/desktop_dark.png) 0 47% no-repeat}.s5_responsive_mobile_bar_dark #s5_responsive_switch_desktop a{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/mobile_dark.png) 0 47% no-repeat}.s5_responsive_mobile_bar_dark #s5_responsive_mobile_scroll a{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/scroll_dark.png) 50% 46% no-repeat}.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_menu span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/menu_dark.png) 50% 45% no-repeat}.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_search span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/search_dark.png) 50% 45% no-repeat}.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_login span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/login_dark.png) 50% 45% no-repeat}.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_register span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/register_dark.png) 49% 45% no-repeat}.s5_responsive_mobile_bar_light #s5_responsive_switch_mobile a{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/desktop_light.png) 0 47% no-repeat}.s5_responsive_mobile_bar_light #s5_responsive_switch_desktop a{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/mobile_light.png) 0 47% no-repeat}.s5_responsive_mobile_bar_light #s5_responsive_mobile_scroll a{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/scroll_light.png) 50% 46% no-repeat}.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_menu span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/menu_light.png) 50% 45% no-repeat}.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_search span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/search_light.png) 50% 45% no-repeat}.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_login span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/login_light.png) 50% 45% no-repeat}.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_register span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/register_light.png) 49% 45% no-repeat}@media screen and (-webkit-min-device-pixel-ratio:2),screen and (max--moz-device-pixel-ratio:2){.s5_responsive_mobile_bar_dark #s5_responsive_switch_mobile a{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/desktop_darkx2.png) 0 47% no-repeat;background-size:24px 22px}.s5_responsive_mobile_bar_dark #s5_responsive_switch_desktop a{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/mobile_darkx2.png) 0 47% no-repeat;background-size:14px 22px}.s5_responsive_mobile_bar_dark #s5_responsive_mobile_scroll a{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/scroll_darkx2.png) 50% 46% no-repeat;background-size:24px 22px}.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_menu span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/menu_darkx2.png) 50% 45% no-repeat;background-size:28px 22px}.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_search span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/search_darkx2.png) 50% 45% no-repeat;background-size:24px 22px}.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_login span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/login_darkx2.png) 50% 45% no-repeat;background-size:22px 22px}.s5_responsive_mobile_bar_dark #s5_responsive_mobile_toggle_click_register span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/register_darkx2.png) 49% 45% no-repeat;background-size:21px 22px}.s5_responsive_mobile_bar_light #s5_responsive_switch_mobile a{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/desktop_lightx2.png) 0 47% no-repeat;background-size:24px 22px}.s5_responsive_mobile_bar_light #s5_responsive_switch_desktop a{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/mobile_lightx2.png) 0 47% no-repeat;background-size:14px 22px}.s5_responsive_mobile_bar_light #s5_responsive_mobile_scroll a{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/scroll_lightx2.png) 50% 46% no-repeat;background-size:24px 22px}.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_menu span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/menu_lightx2.png) 50% 45% no-repeat;background-size:28px 22px}.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_search span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/search_lightx2.png) 50% 45% no-repeat;background-size:24px 22px}.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_login span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/login_lightx2.png) 50% 45% no-repeat;background-size:22px 22px}.s5_responsive_mobile_bar_light #s5_responsive_mobile_toggle_click_register span{background:url(http://www.dharma-chakra-sangha.de/templates/shape5_vertex/images/vertex/responsive/register_lightx2.png) 49% 45% no-repeat;background-size:21px 22px}}
@media screen and (max-width:1600px){.hide_1600{display:none!important}}@media screen and (min-width:1500px) and (max-width:1600px){.hide_1600_only{display:none!important}}@media screen and (max-width:1550px){.hide_1550{display:none!important}}@media screen and (min-width:1450px) and (max-width:1550px){.hide_1550_only{display:none!important}}@media screen and (max-width:1500px){.hide_1500{display:none!important}}@media screen and (min-width:1400px) and (max-width:1500px){.hide_1500_only{display:none!important}}@media screen and (max-width:1450px){.hide_1450{display:none!important}}@media screen and (min-width:1350px) and (max-width:1450px){.hide_1450_only{display:none!important}}@media screen and (max-width:1400px){.hide_1400{display:none!important}}@media screen and (min-width:1300px) and (max-width:1400px){.hide_1400_only{display:none!important}}@media screen and (max-width:1350px){.hide_1350{display:none!important}}@media screen and (min-width:1250px) and (max-width:1350px){.hide_1350_only{display:none!important}}@media screen and (max-width:1300px){.hide_1300{display:none!important}}@media screen and (min-width:1200px) and (max-width:1300px){.hide_1300_only{display:none!important}}@media screen and (max-width:1250px){.hide_1250{display:none!important}}@media screen and (min-width:1150px) and (max-width:1250px){.hide_1250_only{display:none!important}}@media screen and (max-width:1200px){.hide_1200{display:none!important}}@media screen and (min-width:1100px) and (max-width:1200px){.hide_1200_only{display:none!important}}@media screen and (max-width:1150px){.hide_1150{display:none!important}}@media screen and (min-width:1050px) and (max-width:1150px){.hide_1150_only{display:none!important}}@media screen and (max-width:1100px){.hide_1100{display:none!important}}@media screen and (min-width:1000px) and (max-width:1100px){.hide_1100_only{display:none!important}}@media screen and (max-width:1050px){.hide_1050{display:none!important}}@media screen and (min-width:950px) and (max-width:1050px){.hide_1050_only{display:none!important}}@media screen and (max-width:1000px){.hide_1000{display:none!important}}@media screen and (min-width:900px) and (max-width:1000px){.hide_1000_only{display:none!important}}@media screen and (max-width:970px){.hide_970{display:none!important}}@media screen and (min-width:900px) and (max-width:970px){.hide_970_only{display:none!important}}@media screen and (max-width:950px){.hide_950{display:none!important}}@media screen and (min-width:900px) and (max-width:950px){.hide_950_only{display:none!important}}@media screen and (max-width:900px){.hide_900{display:none!important}}@media screen and (min-width:850px) and (max-width:900px){.hide_900_only{display:none!important}}@media screen and (max-width:850px){.hide_850{display:none!important}}@media screen and (min-width:800px) and (max-width:850px){.hide_850_only{display:none!important}}@media screen and (max-width:800px){.hide_800{display:none!important}}@media screen and (min-width:750px) and (max-width:800px){.hide_800_only{display:none!important}}@media screen and (max-width:750px){.hide_750{display:none!important}}@media screen and (min-width:700px) and (max-width:750px){.hide_750_only{display:none!important}}@media screen and (max-width:700px){.hide_700{display:none!important}}@media screen and (min-width:650px) and (max-width:700px){.hide_700_only{display:none!important}}@media screen and (max-width:650px){.hide_650{display:none!important}}@media screen and (min-width:600px) and (max-width:650px){.hide_650_only{display:none!important}}@media screen and (max-width:600px){.hide_600{display:none!important}}@media screen and (min-width:580px) and (max-width:600px){.hide_600_only{display:none!important}}@media screen and (max-width:579px){.hide_580{display:none!important}}@media screen and (min-width:550px) and (max-width:579px){.hide_580_only{display:none!important}}.hide_all{display:none!important}@media screen and (min-width:1300px) and (max-width:50000px){.hide_wide_screen{display:none!important}}@media screen and (min-width:971px) and (max-width:1299px){.hide_standard_screen{display:none!important}}@media screen and (min-width:750px) and (max-width:970px){.hide_large_tablet{display:none!important}}@media screen and (min-width:580px) and (max-width:750px){.hide_small_tablet{display:none!important}}@media screen and (min-width:580px) and (max-width:750px){.hide_small_tablet{display:none!important}}@media screen and (max-width:579px){.hide_mobile{display:none!important}}@media screen and (max-width:1600px){.show_1600{display:block!important}}@media screen and (min-width:1500px) and (max-width:1600px){.show_1600_only{display:block!important}}@media screen and (max-width:1550px){.show_1550{display:block!important}}@media screen and (min-width:1450px) and (max-width:1550px){.show_1550_only{display:block!important}}@media screen and (max-width:1500px){.show_1500{display:block!important}}@media screen and (min-width:1400px) and (max-width:1500px){.show_1500_only{display:block!important}}@media screen and (max-width:1450px){.show_1450{display:block!important}}@media screen and (min-width:1350px) and (max-width:1450px){.show_1450_only{display:block!important}}@media screen and (max-width:1400px){.show_1400{display:block!important}}@media screen and (min-width:1300px) and (max-width:1400px){.show_1400_only{display:block!important}}@media screen and (max-width:1350px){.show_1350{display:block!important}}@media screen and (min-width:1250px) and (max-width:1350px){.show_1350_only{display:block!important}}@media screen and (max-width:1300px){.show_1300{display:block!important}}@media screen and (min-width:1200px) and (max-width:1300px){.show_1300_only{display:block!important}}@media screen and (max-width:1250px){.show_1250{display:block!important}}@media screen and (min-width:1150px) and (max-width:1250px){.show_1250_only{display:block!important}}@media screen and (max-width:1200px){.show_1200{display:block!important}}@media screen and (min-width:1100px) and (max-width:1200px){.show_1200_only{display:block!important}}@media screen and (max-width:1150px){.show_1150{display:block!important}}@media screen and (min-width:1050px) and (max-width:1150px){.show_1150_only{display:block!important}}@media screen and (max-width:1100px){.show_1100{display:block!important}}@media screen and (min-width:1000px) and (max-width:1100px){.show_1100_only{display:block!important}}@media screen and (max-width:1050px){.show_1050{display:block!important}}@media screen and (min-width:950px) and (max-width:1050px){.show_1050_only{display:block!important}}@media screen and (max-width:1000px){.show_1000{display:block!important}}@media screen and (min-width:900px) and (max-width:1000px){.show_1000_only{display:block!important}}@media screen and (max-width:970px){.show_970{display:block!important}}@media screen and (min-width:900px) and (max-width:970px){.show_970_only{display:block!important}}@media screen and (max-width:950px){.show_950{display:block!important}}@media screen and (min-width:900px) and (max-width:950px){.show_950_only{display:block!important}}@media screen and (max-width:900px){.show_900{display:block!important}}@media screen and (min-width:850px) and (max-width:900px){.show_900_only{display:block!important}}@media screen and (max-width:850px){.show_850{display:block!important}}@media screen and (min-width:800px) and (max-width:850px){.show_850_only{display:block!important}}@media screen and (max-width:800px){.show_800{display:block!important}}@media screen and (min-width:750px) and (max-width:800px){.show_800_only{display:block!important}}@media screen and (max-width:750px){.show_750{display:block!important}}@media screen and (min-width:700px) and (max-width:750px){.show_750_only{display:block!important}}@media screen and (max-width:700px){.show_700{display:block!important}}@media screen and (min-width:650px) and (max-width:700px){.show_700_only{display:block!important}}@media screen and (max-width:650px){.show_650{display:block!important}}@media screen and (min-width:600px) and (max-width:650px){.show_650_only{display:block!important}}@media screen and (max-width:600px){.show_600{display:block!important}}@media screen and (min-width:580px) and (max-width:600px){.show_600_only{display:block!important}}@media screen and (max-width:579px){.show_580{display:block!important}}@media screen and (min-width:550px) and (max-width:579px){.show_580_only{display:block!important}}@media screen and (min-width:1300px) and (max-width:50000px){.show_wide_screen{display:block!important}}@media screen and (min-width:971px) and (max-width:1299px){.show_standard_screen{display:block!important}}@media screen and (min-width:750px) and (max-width:970px){.show_large_tablet{display:block!important}}@media screen and (min-width:580px) and (max-width:750px){.show_small_tablet{display:block!important}}@media screen and (max-width:579px){.show_mobile{display:block!important}}@media screen and (max-width:1600px){.show_1600_inline{display:inline!important}}@media screen and (min-width:1500px) and (max-width:1600px){.show_1600_only_inline{display:inline!important}}@media screen and (max-width:1550px){.show_1550_inline{display:inline!important}}@media screen and (min-width:1450px) and (max-width:1550px){.show_1550_only_inline{display:inline!important}}@media screen and (max-width:1500px){.show_1500_inline{display:inline!important}}@media screen and (min-width:1400px) and (max-width:1500px){.show_1500_only_inline{display:inline!important}}@media screen and (max-width:1450px){.show_1450_inline{display:inline!important}}@media screen and (min-width:1350px) and (max-width:1450px){.show_1450_only_inline{display:inline!important}}@media screen and (max-width:1400px){.show_1400_inline{display:inline!important}}@media screen and (min-width:1300px) and (max-width:1400px){.show_1400_only_inline{display:inline!important}}@media screen and (max-width:1350px){.show_1350_inline{display:inline!important}}@media screen and (min-width:1250px) and (max-width:1350px){.show_1350_only_inline{display:inline!important}}@media screen and (max-width:1300px){.show_1300_inline{display:inline!important}}@media screen and (min-width:1200px) and (max-width:1300px){.show_1300_only_inline{display:inline!important}}@media screen and (max-width:1250px){.show_1250_inline{display:inline!important}}@media screen and (min-width:1150px) and (max-width:1250px){.show_1250_only_inline{display:inline!important}}@media screen and (max-width:1200px){.show_1200_inline{display:inline!important}}@media screen and (min-width:1100px) and (max-width:1200px){.show_1200_only_inline{display:inline!important}}@media screen and (max-width:1150px){.show_1150_inline{display:inline!important}}@media screen and (min-width:1050px) and (max-width:1150px){.show_1150_only_inline{display:inline!important}}@media screen and (max-width:1100px){.show_1100_inline{display:inline!important}}@media screen and (min-width:1000px) and (max-width:1100px){.show_1100_only_inline{display:inline!important}}@media screen and (max-width:1050px){.show_1050_inline{display:inline!important}}@media screen and (min-width:950px) and (max-width:1050px){.show_1050_only_inline{display:inline!important}}@media screen and (max-width:1000px){.show_1000_inline{display:inline!important}}@media screen and (min-width:900px) and (max-width:1000px){.show_1000_only_inline{display:inline!important}}@media screen and (max-width:970px){.show_970_inline{display:inline!important}}@media screen and (min-width:900px) and (max-width:970px){.show_970_only_inline{display:inline!important}}@media screen and (max-width:950px){.show_950_inline{display:inline!important}}@media screen and (min-width:900px) and (max-width:950px){.show_950_only_inline{display:inline!important}}@media screen and (max-width:900px){.show_900_inline{display:inline!important}}@media screen and (min-width:850px) and (max-width:900px){.show_900_only_inline{display:inline!important}}@media screen and (max-width:850px){.show_850_inline{display:inline!important}}@media screen and (min-width:800px) and (max-width:850px){.show_850_only_inline{display:inline!important}}@media screen and (max-width:800px){.show_800_inline{display:inline!important}}@media screen and (min-width:750px) and (max-width:800px){.show_800_only_inline{display:inline!important}}@media screen and (max-width:750px){.show_750_inline{display:inline!important}}@media screen and (min-width:700px) and (max-width:750px){.show_750_only_inline{display:inline!important}}@media screen and (max-width:700px){.show_700_inline{display:inline!important}}@media screen and (min-width:650px) and (max-width:700px){.show_700_only_inline{display:inline!important}}@media screen and (max-width:650px){.show_650_inline{display:inline!important}}@media screen and (min-width:600px) and (max-width:650px){.show_650_only_inline{display:inline!important}}@media screen and (max-width:600px){.show_600_inline{display:inline!important}}@media screen and (min-width:580px) and (max-width:600px){.show_600_only_inline{display:inline!important}}@media screen and (max-width:579px){.show_580_inline{display:inline!important}}@media screen and (min-width:550px) and (max-width:579px){.show_580_only_inline{display:inline!important}}@media screen and (min-width:1300px) and (max-width:50000px){.show_wide_screen_inline{display:inline!important}}@media screen and (min-width:971px) and (max-width:1299px){.show_standard_screen_inline{display:inline!important}}@media screen and (min-width:750px) and (max-width:970px){.show_large_tablet_inline{display:inline!important}}@media screen and (min-width:580px) and (max-width:750px){.show_small_tablet_inline{display:inline!important}}@media screen and (max-width:579px){.show_mobile_inline{display:inline!important}}
