﻿/*-----------------------------------------------------------------------------
	Version:   1.0
	Datum:     Juni 2010
	Autor:     PixelHouse GmbH, ou
	Website:   www.ocw-wiggertal.ch
-----------------------------------------------------------------------------*/



/* Basis
-----------------------------------------------------------------------------*/

body {
	background-color: #ffffff;
	background-image: url(../images/hintergrund.jpg);  /* Hintergrund Website */
	background-repeat: repeat-x;
	color: #666666;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 130%;	
}

#container { /* damit wird das Layout zentriert */
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
}

a {
	color: #3991e6;
	text-decoration: underline;
}

a:active {
	color: #09C;
	text-decoration: underline;
}

a:visited {
	color: #bf8530;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin:0px;
	padding:0px;
}

img {
	border: none;
}



/* Head, Breadcrumb, Suchfeld
-----------------------------------------------------------------------------*/

#head {
	width: 980px;
	height: 230px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
}

#breadcrumb { /* Ausrichtung der Breadcrumbs (Pfad) */
	width: auto;
	float: left;
	margin-left: 245px;
	margin-top: 170px;
	color: #999;
	font-size: 0.8em;
}

#breadcrumb a {
	color: #999;
}

#breadcrumb a:hover {
	text-decoration: none;
}

div.breadcrumb-text {
	float: left;
}

span.showHere {
	color: #06C;
}

.moduletable, .breadcrumbs pathway { /* Ausrichtung der Breadcrumbs */
	float: left;
}

#breadcrumb {
	float: left;
	text-align: left;
}

#breadcrumb ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumb ol li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	line-height: 16px;
}

#breadcrumb ol li.active {
	color: #06c;
}

#breadcrumb ol li.active span {
	color: #999999;
}

#breadcrumb span.divider {
	padding-left: 3px;
	padding-right: 3px;
}

#breadcrumb ol li:after {
	content: " > ";
	font-weight: 700;
	color: #ffb81e;
	margin-left: 3px;
}

#breadcrumb ol li:first-of-type:after {
	content: "";
}

#breadcrumb ol li:last-of-type:after {
	content: "";
}

#suchen { /* Positionierung des SUchfeldes */
	float: right;
	margin-top: 165px;
	margin-right: 40px;
}

#suchen input { /* Darstellung des Suchfeldes */
	border: 1px solid #CCC;
	background-color: #FBFBFB;
	font-size: 0.8em;
	color: #999;
}

div.suchen-text {
	color: #999;
	font-size: 0.8em;
}

/* Navigation
-----------------------------------------------------------------------------*/

#navi {
	float:left;
	width: 190px;
	font-size: 1em;
	text-align:left;
	font-weight: bold;
}

#navi ul {
	padding:0px;
}

#navi li {
	list-style:none;
}

#navi ul.mod-menu {
	margin:0px;
	margin-left: 10px;
	padding:0px;
}

#navi ul.mod-menu li a {
	color: #06C;
	text-decoration:none;
}

#navi ul.mod-menu li a:hover {
	text-decoration:none;
}

ul.mod-menu {
	margin:0px;
	padding:0px;
	padding-left:10px;
}

ul.mod-menu li {  
	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;
	margin:0px;
	margin-left:10px;
	margin-right:5px;
}

ul.mod-menu li:hover, 
ul.mod-menu li.active { 
	background-image:url(../images/navi_back.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
}

ul.mod-menu li.parent ul {  
	font-weight: normal;
	font-size: 0.9em;
	margin: 0px; 
}

li.parent ul li { 
	border-bottom: 1px solid #F3F3F3;
	background-image: none;
}

li.parent ul li.active {
	font-weight: bold;
	background-image: none;
}

li.parent ul li:hover {
	background-image: none;
}

/* Content
-----------------------------------------------------------------------------*/

#content_main {
	float: right;
	width: 950px;
	font-size: 1em;
	text-align: left;
	background-color: #FFF;
}

#content_outer {
	float: right;
	width: 750px;
	padding-bottom: 30px;
}

#content_head {
	width: 733px;
	height: 20px;
	float: right;
	margin-right: 20px;
	background-image: url(../images/content_head.gif);
	background-repeat: no-repeat;
}

#content {
	width: 703px;
	height: auto;
	float: right;
	margin-right: 20px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;	
}

#content_foot {
	width: 733px;
	height: 20px;
	float: right;
	margin-right: 20px;
	background-image: url(../images/content_foot.gif);
	background-repeat: no-repeat;
}

.contentheading { /* Titel, kommt automatisch, User hat keinen Einfluss */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	color: #06C;
	padding-bottom:20px;
	padding-top:0px;
}

.Titel_1 { /* Titel_1 wird nur im Editor verwendet, also im eigentlichen Text welcher selbst geschrieben wird */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color: #666;
}

.buttonheading{
	padding-bottom:20px;
}

.componentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:bold;
	color: #06C;
	padding-bottom:20px;
	padding-top:0px;
}

#content ul {
	list-style-image:url(../images/listenpunkt.gif);
	list-style-position: outside;
	margin: 0px;
	margin-left: 20px;	
	padding: 0px;
}

table.Tabelle td, table.Tabelle tr, table.Tabelle tbody  {
	padding:0px;
	margin:0px;
	border:none;
}

.inputbox { /* Aussehen der Formularfelder von BreezingForm */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666;
}

.inputbox:focus {
	background-color:#ECF5FF;
	border: solid 2px #06C;
}

.formtext_klein { /* kleiner Text im Formular */
	font-size: 0.8em;
	color: #999;
}

.contentpane { /* wird verwendet wenn jemand eine Seite via Mail weiterempfiehlt */
	background-color:#FFF;
	background-image: none;
}

body.contentpane .componentheading {
	margin-top: 30px;
}

body.contentpane .inputbox {
	width: 300px;
	margin-bottom: 10px;
}

.contentdescription { /* wird in der Galerie genutzt */
	background-image: url(../images/content.gif);
	background-repeat: repeat-y;
}



/* Footer
-----------------------------------------------------------------------------*/

#foot {
	float: right;
	width: 950px;
	height: 48px;

	background-image: url(../images/foot.png);
	background-repeat: no-repeat;
	background-position: right top;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#footer_left {
	float: left;
	margin: 0px;
	margin-top: 25px;
	padding-left: 20px;
	color:#FFF;
}

#footer_left a, #footer_left a:visited {
	color:#FFF;
	text-decoration: none;
}

#footer_left a:hover {
	color:#FFF;
	text-decoration: underline;
}

#footer_right {
	float: right;
	width: 260px;
	margin-top: 25px;
	padding-right: 20px;
	text-align: right;
	color:#FFF;
}

/* seit J!2.5 */

/* readmore */
p.readmore {
	margin-top: 5px;
	margin-bottom: 15px;
}

.readmore {
	line-height: 32px;
	height: 32px;
}

/* featured articles, category blog */
.blog-featured {
padding: 0;
}

.items-leading {
padding:0;
margin-bottom:10px
}

.row-separator {
display: block;
clear: both;
margin: 0;
border: 0px;
height:1px
}

.cols-1 {
display: block;
float: none !important;
margin: 0 !important;
}

.cols-2 .column-1 {
width:47%;
float:left;
		margin:0;
}

.cols-2 .column-2 {
width:47%;
float:right;
margin:0;
}

.cols-3 .column-1 {
float:left;
width:30%;
padding: 0;
margin-right:5%;

}

.cols-3 .column-2 {
float:left;
width:30%;
margin-left: 0;
padding: 0;
}

.cols-3 .column-3 {
float:right;
width:30%;
padding: 0;
}

.cols-4 .column-1 {
width:22%;
float:left;
}

.cols-4 .column-2 {
width:22%;
margin-left:4%;
float:left;
}

.cols-4 .column-3 {
width:22%;
margin-left:4%;
float:left;
}

.cols-4 .column-4 {
width:22%;
margin-left:0;
float:right;
}

.items-row {
    margin-bottom:10px !important;
}

.column-1,
.column-2,
.column-3,
.column-4 {
padding: 0;
}

.items-more {
padding:10px 0px
}

.hidelabeltxt {
    display: none;
}

.item-page {
    
}

span.row-separator {
	display: block;
	height: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* details */
.content_rating {
font-size:0.9em;
		color: #889;
}

.content_vote {
font-size:0.9em;
		color: #889;
}

.content_vote input {
font-size:1em;
}

.article-info {
margin:5px 0 6px 0px;
font-size:0.8em;
		color: #889;
}

.article-info-term {
display:none;
}

.article-info dd {
line-height:1.4em;
}

/* icons */

ul.actions {
text-align:right;
padding:0;
margin:0;
}

ul.actions li {
display:inline;
}

ul.actions a {
text-decoration:none;
}

/* pagenav */
div.pagenavcounter {
margin:10px 0 0 0;
padding: 0;
		text-align: left;
}

ul.pagenav {
	list-style-type:none;
	padding:0;
	margin-top: 10px;
	text-align: center;
}

ul.pagenav li {
	display:inline;
	padding: 0px 4px;
	margin:0;
}

ul.pagenav li {
	line-height:2em;
}

ul.pagenav li a {
	display:inline; 
	text-decoration:none
}

/* pagination */

div.pagination {
margin:10px 0;
padding:10px 0;
		text-align: center;
}

div.pagination ul {
list-style-type:none;
margin:0;
padding:0;
}

div.pagination li {
display:inline;
padding: 0;
text-align:left;
margin:0 5px;
}

span.pagenav {}

div#content div.pagination p.counter {
font-weight:bold;
		text-align: center;
}

/* archive articles */
div.archive fieldset {
    padding: 6px 0;
	border: 0;
}

ul#archive-items {
margin:20px 0 20px 0px;
list-style-type:none;
padding:0
}

/* list all categories */
div.categories-list ul {
    list-style-type:none;
    margin: 10px 0 0 0;
	padding: 0;
}

div.categories-list ul ul{
    list-style-type:square;
    margin: 0;
    padding: 0 0 0 25px;
}

div.categories-list ul ul ul{
    list-style-type:disc;
    margin: 0;
    padding: 0 0 0 25px;
}

div.categories-list ul ul ul ul{
    list-style-type:circle;
    margin: 0;
    padding: 0 0 0 25px;
}

div.categories-list ul ul ul ul ul{
    list-style-type:square;
    margin: 0;
    padding: 0 0 0 25px;
}

div.categories-list dl dt, div.categories-list dl dd { 
    display:inline;
	font-style: italic;
}

dl.article-count dt, dl.article-count dd { 
    display:inline;
	font-style: italic;
}

div.categories-list ul li span.item-title {
    font-size: 1.3em;
	font-weight: bold;
}

div.categories-list ul li ul li span.item-title {
    font-size: 1.25em;
	font-weight: bold;
}

div.categories-list ul li ul li ul li span.item-title {
    font-size: 1.15em;
	font-weight: bold;
}

div.categories-list ul li ul li ul li ul li span.item-title {
    font-size: 1.1em;
	font-weight: bold;
}

div.category-desc img.image-left {
    float: left;
	padding-right: 5px;
}

div.category-desc img.image-right {
    float: right;
	padding-left: 5px;
}

/* subategories */
div.cat-children {
    margin: 15px 0 0 0;
	padding: 0;
}

div.cat-children ul {
    list-style-type:none;
    margin: 10px 0 0 0;
	padding: 0;
}

div.cat-children ul ul{
    list-style-type:square;
    margin: 0;
    padding: 0 0 0 25px;
}

div.cat-children ul ul ul{
    list-style-type:disc;
    margin: 0;
    padding: 0 0 0 25px;
}

div.cat-children ul ul ul ul{
    list-style-type:circle;
    margin: 0;
    padding: 0 0 0 25px;
}

div.cat-children ul ul ul ul ul{
    list-style-type:square;
    margin: 0;
    padding: 0 0 0 25px;
}

div.cat-children ul li span.item-title {
    font-size: 1.2em;
	font-weight: bold;
}

div.cat-children ul li ul li span.item-title {
    font-size: 1.15em;
	font-weight: bold;
}

div.cat-children ul li ul li ul li span.item-title {
    font-size: 1.10em;
	font-weight: bold;
}

div.cat-children ul li ul li ul li ul li span.item-title {
    font-size: 1.05em;
	font-weight: bold;
}

div.cat-children ul li dl dt, div.cat-children ul li dl dd { 
    display:inline;
	font-style: italic;
}

/* category list */
table.category {
    font-size:1em;
    margin:10px 0px 20px 0px;
    width:99%;
}

table.category th {
    text-transform: uppercase;
    text-align: left; 
	font-weight: bold;
	font-size: 1.1em;
}

table.category td {
    text-align: left; 
	padding-top: 5px;
}

table.category th img {
    padding-left: 5px;
}


/* Login styles */
#login-form fieldset {
	padding: 20px;
}

p#form-login-username label,
p#form-login-password label {
	width: 300px;
	display:block;
}

p#form-login-remember label {
	
	font-size: 1.0em;
	font-weight: normal;
	line-height: 18px;
}

p#form-login-remember input {
	float:left;
	margin-right: 5px;
}

p#form-login-username .inputbox,
p#form-login-password .inputbox {
	width: 220px;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #888888;
}

p#form-login-username .inputbox:hover,
p#form-login-password .inputbox:hover {
	border: 1px solid #333333;
}

#login-form .button {
	float:left;
	margin-top: 20px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #888888;
}

#login-form .button:hover {
	cursor: pointer;
	border: 1px solid #333333;
}

form#form-login ul {
	margin: 0;
	padding: 0;
}

form#form-login ul li {
	list-style-type: none;
	margin-left: 20px;
	font-size: .9em;
}


div.login fieldset {
    border: 0;
}

div.login-fields {
    margin: 10px 0 0 0;
}

div.login-fields label {
    display: inline-block;
	width: 150px;
	text-align: right;
	padding-right: 4px;
}

div.login-fields #remember.inputbox {
	margin-top: 5px;
}

div.login-fields #remember-lbl {
	float: left;
	line-height: 20px;
}

div.login-fields input#username,
div.login-fields input#password {
	width: 220px;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 10px;
	background: #ffffff;
	border: 1px solid #888888;
}

div.login-fields input#username:hover,
div.login-fields input#password:hover {
	border: 1px solid #333333;
}

div.login fieldset button.button {
	float:left;
	margin-top: 20px;
	margin-left: 160px;
	padding: 3px;
	border: 1px solid #888888;
}

div.login fieldset button.button:hover {
	cursor: pointer;
	border: 1px solid #333333;
}

div.logout button.button {
    margin-top: 10px;
}


/* passwort vergessen */
div.reset {
	padding: 20px;
}

div.reset p {

}

div.reset form#user-registration {

}

div.reset form#user-registration div {

}

div.reset fieldset {
	margin: 0px;
	margin-top: 12px;
	padding: 0px;
}

div.reset dl {
	margin: 0px;
	padding: 0px;
}

div.reset dt {
	margin: 0px;
	padding: 0px;
}

div.reset dd {
	margin: 0px;
	padding: 0px;
}

div.reset .validate-username {
	width: 220px;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 1px;
	background: #ffffff;
	border: 1px solid #888888;
}

div.reset .validate-username:hover {
	border: 1px solid #333333;
}

div.reset .validate {
	float: left;
	margin: 0px;
	margin-top: 15px;	
	margin-left: 0px !important;
	padding: 0px;
	padding: 3px;
	border: 1px solid #888888;
}

div.reset .validate:hover {
	cursor: pointer;
	border: 1px solid #333333;
}


/* benutzername vergessen */
div.remind {
	padding: 20px;
}

div.remind p {

}

div.remind form#user-registration {

}

div.remind form#user-registration div {

}

div.remind fieldset {
	margin: 0px;
	margin-top: 12px;
	padding: 0px;
}

div.remind dl {
	margin: 0px;
	padding: 0px;
}

div.remind dt {
	margin: 0px;
	padding: 0px;
}

div.remind dd {
	margin: 0px;
	padding: 0px;
}

div.remind .validate-email {
	width: 220px;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 1px;
	background: #ffffff;
	border: 1px solid #888888;
}

div.remind .validate-email:hover {
	border: 1px solid #333333;
}

div.remind .validate {
	float: left;
	margin: 0px;
	margin-top: 15px;	
	margin-left: 0px !important;
	padding: 0px;
	padding: 3px;
	border: 1px solid #888888;
}

div.remind .validate:hover {
	cursor: pointer;
	border: 1px solid #333333;
}

/*  user profile */

#users-profile-core,
#users-profile-custom {
    margin:10px 0 15px 0;
    padding:15px;
}

#users-profile-core dl,
#users-profile-custom dl {
    margin: 0;
    padding:0;
}

#users-profile-core dt,
#users-profile-custom dt {
    float:left;
    width:22em;
    padding:3px 5px 3px 0;   
}

#users-profile-core dd,
#users-profile-custom dd {
    padding:3px 0;  	
}

#member-profile fieldset {
    margin:10px 0 15px 0;
    padding:15px;
}

#users-profile-core legend,
#users-profile-custom legend,
.profile-edit legend {
    font-weight:bold;
	font-size: 1.1em;
}

.profile-edit form#member-profile fieldset dd { 
    padding:5px 0;
}

.profile-edit form#member-profile fieldset dd input {
    width:17em;
}

.profile-edit form#member-profile fieldset dd select {
    width:17em;
	height: 24px;
}

.profile-edit form#member-profile fieldset dt {
    padding:5px 5px 5px 0; 
	width:22em;
	float: left;
}

.profile-edit span.optional{
    font-size:0.9em;
}

/*  registration */
div.registration form#member-registration fieldset {
    margin:10px 0 15px 0;
    padding: 15px 0 0 10px;
	border:0;
}

div.registration form#member-registration fieldset legend {
    font-weight:bold;
	font-size: 1.2em;
}

div.registration form#member-registration fieldset dd { 
    padding:0 0 5px 0;
}

div.registration form#member-registration fieldset dd input {
    width:17em;
}

div.registration form#member-registration button {
    margin-left:10px;
}

div.remind form#user-registration fieldset {
    border:0;
}

div.remind form#user-registration button {
    margin-left:10px;
}

div.remind form#user-registration fieldset {
    border:0;
}

div.remind form#user-registration button {
    margin-left:10px;
}

/*  single newsfeed */
div.newsfeed ol {
    margin-top: 10px;
}

div.newsfeed ol li a {
    font-weight: bold;
}

div.newsfeed ol li div a, 
div.newsfeed ol li div ol li a {
    font-weight: normal;
}

/* print version */
body.contentpane {
	padding: 20px;
	color: #000000;
}

body.contentpane h1,
body.contentpane h2,
body.contentpane h3,
body.contentpane h4,
body.contentpane h5,
body.contentpane h6 {
	color: #000000;
}

body.contentpane .item-page ul.actions {
	position: relative;
	float: right;
	top: 0;
	text-align: right;
}

#suchen label {
	position: absolute;
	height: 0px;
	left: -3600px;
	top: -2400px;
	width: 0px;
	visibility: hidden;
}


/* === chronoforms === */
.chronoform .fa.fa-asterisk,
.chronoform .gcore-label-left span {
	display: none;
}

.chronoform .textfield {
	float: left;
	padding: 4px;
	width: 320px;
	font-size: 1.0em;
	font-family: verdana,arial, sans-serif;
	border: 1px solid #999999; 
}

.chronoform textarea {
	float: left;
	padding: 5px;
	width: 420px;
	height: 100px;
	font-size: 1.0em;
	line-height: 20px;
	font-family: verdana,arial, sans-serif;
	border: 1px solid #999999; 
}

.chronoform .chrono_captcha_input {
	width: 60px;
}

.chronoform input:hover,
.chronoform input:focus,
.chronoform input:active,
.chronoform textarea:hover,
.chronoform textarea:focus,
.chronoform textarea:active {
	border: 1px solid #000000 !important;
}

.chronoform .formbutton {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
	width: 120px;
	border: 1px solid #999999 !important;
}

.chronoform .formbutton:hover {
	cursor: pointer;
	border: 1px solid #000000 !important;
}

.chronoform .small-message {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-left: 0px;
	display: inline;
	height: 40px;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 10px;
	color: #333333;
	text-align: left;
	letter-spacing: 1px;
	font-style: normal;
	clear: none;
}

 .chronoform .textfield.captcha {
	width: 100px;
}

#infotxt {
	display: block;
	float:left;
	clear: both;
}

#text1_container_div {
	margin-top: 20px;
	display: block;
}

#beitraege_container_div {
	position: relative;
	width: 400px;
	margin: 0;
	margin-top: -135px !important;
	margin-left: 120px;
}

.passiv {

}

.pmitgl {
    float: left;
	clear: both;
	line-height: 20px;
	height: 20px;
	margin-top: -68px;
	font-weight: bold;
    white-space: normal;
	z-index: 9999;
}

/* === cf messages === */
#system-message-container {

}

span.cf_alert {
	float: none;
	margin-top: 10px !important;
	margin-bottom: 20px !important;
	padding: 15px !important;
	padding-left: 60px !important;
	border: 1px solid #CC0000 !important;
	color: #CC0000 !important;
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	background: url(../images/system-message-alert.png) no-repeat;
	background-position: 10px 10px;
}

span.cf_alert ol,
span.cf_alert li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
}

#val-error {
	float: none;
	margin-top: 10px;
	padding: 10px;
	padding-left: 30px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
	text-align: left;
	font-weight: bold;
	border: 2px dashed #c14311;
	background: url(../images/system-message-alert.png) no-repeat;
	background-position: 10px 50%;
}

#val-error ol {
	padding-left: 50px;
}

.ccms_form_element.cfdiv_text.form-error {
	background: #e0e0e0;
	border: 2px dashed #e53803;
}

.fc-tbx p {
	width : auto;
	display: block;
	font-size: 1.0em;
	font-family: tahoma, verdana, sans-serif;
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

dl.search-results {
	padding: 10px;
	box-shadow:inset 0 0 2px #FFF;
	-moz-box-shadow:inset 0 0 2px #FFF;
	-webkit-box-shadow:inset 0 0 2px #FFF;
	border: 1px solid #666666;
}

dt.result-title {
	margin-top: 15px;
}


/* Phoca Galerie */
div.pg-csv-box {
  background: transparent;
  border-radius: 0px;
  box-shadow: none !important;
  float: left;
  margin: 10px;
  padding: 10px;
	width: 300px;
}

.pg-cv-box {
  border-radius: 0px;
  box-shadow: none !important;
  float: left;
  margin: 5px;
  padding: 5px;
  border: 0;
}

div.pg-cv-box.item {
	width: auto;
	margin-right: 0px;
	margin-bottom: 40px;
  box-shadow: none;
}

.pg-box3 img {
	width: 60px;
}

div.pg-csv-box:hover {
  background: transparent;
}

.pg-csv-box-img {
  float: left;
  margin-right: 10px;
}

.pg-csv-name {
  background: transparent;
  margin-top: 5px;
  margin-left: 10px;
  text-align: left;

}

.pg-csv-name a {
	font-size: 11pt;
}

.pg-csv-count {
	font-size: 9pt;
	color: #333333;
}

div.pg-box3 img {
	border: 2px solid #0066CC !important;
	-moz-box-shadow: 2px 2px 2px #666666;
	-webkit-box-shadow: 2px 2px 2px #666666;
	box-shadow: 2px 2px 2px #666666;
}


div.pg-cats-box-float td {
	padding-bottom: 10px;
}

div.pg-imgbg img {
	border: 2px solid #0066CC !important;
	-moz-box-shadow: 2px 2px 2px #666666;
	-webkit-box-shadow: 2px 2px 2px #666666;
	box-shadow: 2px 2px 2px #666666;
}

/* J!3 */
.icons {
	display: block;
	float: right;
	margin-top: -20px;
	clear: both;
}

.icons ul {
	float: right;
	clear: both;
	list-style: none;
}

.icons ul li {
	display: inline;
	margin-left: 5px;
}

.icons ul li a {
	font-size: 8pt;
	color: #888888;
	text-decoration: none;
}

li.print-icon {
	padding-left: 19px;
	background: url("../images/printButton.png") 0px 1px no-repeat;
}

li.email-icon {
	padding-left: 19px;
	background: url("../images/emailButton.png") 0px 2px no-repeat;
}

#searchForm .btn {
	width: 70px;
	height: 30px;
	border: 1px solid #555555;
	border-radius: 4px;
	background: #ffffff url("../images/suchen.png") 8px 8px no-repeat;
}


.icons .btn-group.pull-right .btn.dropdown-toggle {
	display: none;
}

/* Since J4 */
.ph-si.ph-si-category {
	display: none;
}

.pg-categories-items-box, 
.pg-category-items-box {
	display: grid;
	grid-template-columns: auto auto;
	column-gap: 60px;
	row-gap: 40px;
}

body.imglist .pg-categories-items-box, 
body.imglist .pg-category-items-box,
.pg-msnr-container {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	column-gap: 20px;
	row-gap: 20px;
}

.pg-item-box, .pg-category-box {
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: flex-end; */
	padding: 0.5em;
	width: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}




.pg-category-box-title {
	top: 75px;
}

.pg-category-box-title,
.pg-category-box-title a {
	margin-left: 0;
	color: #bf8530;
	background: transparent;
}

.pg-category-box {
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: flex-end; */
	padding: 0.5em;
	width: 20em;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	border: 0;
}

.pg-category-box-count {
	margin-left: 40px;
	color: #333;
	font-weight: 400;
}

.pg-msnr-container {
	margin-top: 30px;
}

#pgCategoryModal {
	display: none;
}

.formContainer label {
	font-weight: 700;
}

.btn-primary {
	color: #fff;
	background-color: #999;
	border-color: #999;
}

.btn-primary:hover {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: ".";
	color: #fff;
}

body.kontakt #navi ul li {
	display: inline-block;
	width: 100%;
}

body.kontakt #content { 
	width: 733px;
}

body.kontakt .mpfad .mod-breadcrumbs__here.float-start {
	padding-right: 5px;
}

body.kontakt #breadcrumb br {
	display: block;
	width: 100%;
	float: left;
	clear: both;
}

#breadcrumb ol li:nth-child(2):after {
	margin-left: 10px;
}

.passivm { 
	display: block;
	margin-top: 27px;
}





















