/* News */
.news .article .news-img-wrap a {
    display: block;
    float: left;
    padding: 0;
    border: 0;
    background: transparent;
}

.news .head {
    color: #000;
    border-bottom:1px solid #ccc;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.news .head p {
	margin: 0;
}

.news .news-list-date {
	margin-right: 10px;
}

/*.news .article .news-img-wrap img{
	width: 120px;
	height: 80px;
	overflow: hidden;
}*/

.news .article h3{
	margin-bottom: 6px !important;
	margin-top: 12px;
}

.news a.more{
	display: inline-box;
	float: right;
}

.news h1 {
	margin-top: 20px;
}

.news-single .article .news-img-wrap {
    float: none;
    width: 100%;
    margin: 0;
}



.news .page-navigation ul li {
    float: left;
    display: inline;
    padding: 0 !important;
    background: none;
}

.pagination {
	margin-top: 0;
}

#content .pagination li{
	margin-top: 0;
	margin-left: 0;
}

.pagination > li > a, .pagination > li > span, .tx-indexedsearch-browsebox > li > strong > a, .tx-indexedsearch-browsebox > li > a {
    position: relative;
    float: left;
    padding: 2px 5px;
    line-height: 1.55;
    text-decoration: none;
    color: #000;
    background-color: #ffffff;
    border: 1px solid #ccc;
    margin-left: -1px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, .tx-indexedsearch-browsebox > li > strong > a:hover, .tx-indexedsearch-browsebox > li > strong > a:focus, .tx-indexedsearch-browsebox > li > a:hover, .tx-indexedsearch-browsebox > li > a:focus {
    z-index: 2;
    color: #000;
    background-color: #eee;
    border-color: #ccc;
}

.news-related {
    width: 100%;
    padding: 5px 8px;
    border: 0;
	background-color: #fff;
    display: block;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
	margin-bottom: 12px;
}

.news .article .news-img-wrap {
    float: left;
    margin: 0;
    background: transparent;
}

.news .article  img {
    float: left;
    height: auto;
    width: 100%;
	margin: 0 12px 12px 0;
}

.news p.news-img-caption{
    color: #000;
    text-decoration: none;
	line-height: 1.5;
}

/* RSS Importer */

.rss_title b {
	font-weight: 400;
	display: block;
	margin: 0;
}

.rss_desc b,
.rss_title b {
	font-weight: 400;
	display: block;
	margin: 0;
}

.rss_desc a {
	color: black;
	text-decoration: none;
}

.tx_pitsrssnews li {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #d5e7c4;
}

.tx_pitsrssnews li:first-child {
	margin-top: 0;
}

.tx_pitsrssnews li:before {
    content: "\00a0";
    display: block;
    border: solid 3px #58ab27;
    left: 5px;
    top: 16px;
    height: 0;
    width: 0;
    position: absolute;
}


/* Suche */

#content .list-inline li {
	margin-left: 0;
	margin-right: 20px;
}

/* Adressen */

.tx-ttaddress-pi1  .vcard{
	    padding: 10px; 
    background-color: #f2fbea;
    border: 1px solid #d5e7c4;
	margin: 0 0 12px 0;
}

.tx-ttaddress-pi1  p {
	margin: 0;
}

.tx-ttaddress-pi1  p.adr {
	margin: 0 0 10px 0;
}

.tx-ttaddress-pi1 h2 {
    margin-top: 0;
}

.tx-ttaddress-pi1 .logo .link {
	text-align: right;
}

.tx-ttaddress-pi1 .logo {
	float: right;
}

.tx-ttaddress-pi1 .address {
	float: left;
}

.tx-ttaddress-pi1 .stand {
	clear: both;
	padding-top: 12px;
}

.tx-ttaddress-pi1 .logo img {
	width: auto;
	height: auto;
	
}

@media (max-width: 480px) {
.tx-ttaddress-pi1 .logo {
	float: left;
}

}
