/* pctechnik.ch Herisau - CSS Overrides */
/* 28.05.2016 */
/* dynamische Bildgrössen für responsives Design */
/* diverse Schatten bei Boxen und Schriften */
/* Einbindung der TTF Fonts für die H1 - H6 Schriften. */
/* Header Modul Überschriften Dot links H1 - H6  */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
.logo img {
	max-width: 100%;
	height: auto;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: -1px -1px 13px 0px rgba(50, 50, 50, 0.45);
	-moz-box-shadow: -1px -1px 13px 0px rgba(50, 50, 50, 0.45);
	box-shadow: -1px -1px 13px 0px rgba(50, 50, 50, 0.45);
}
@font-face {
	font-family: 'swiss';
	src: url('swis721_btbold.ttf') format('truetype');
}
h2, .h2, h1, .h1, legend {
	font-size: 18px;
	text-shadow: 0px 5px 2px rgba(150, 150, 150, 0.60);
}
@font-face {
	font-family: 'swiss';
	src: url('swis721_btbold.ttf') format('truetype');
}
@font-face {
	font-family: 'swiss';
	src: url('swiss_721_bold_bt-webfont.woff2') format('woff2'), url('swiss_721_bold_bt-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "swiss", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	background-image: url(../images/dot.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
}
.module-title {
	font-family: "swiss", Helvetica, Arial, sans-serif;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
	background-image: url(../images/dot.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
}
.contact-name {
 color: @gray-dark;
}
.t3-header {
	padding-top: 10px;
	padding-bottom: 0px;
}
.t3-footer {
	background-color: #CCC;
}
.t3-copyright {
	padding: 10px 0 10px;
 rgba(189,189,189,1)), color-stop(27%, rgba(204,204,204,1)), color-stop(76%, rgba(204,204,204,1)), color-stop(100%, rgba(217,217,217,1)));
	background: -webkit-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(204,204,204,1) 27%, rgba(204,204,204,1) 76%, rgba(217,217,217,1) 100%);
	background: -o-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(204,204,204,1) 27%, rgba(204,204,204,1) 76%, rgba(217,217,217,1) 100%);
	background: -ms-linear-gradient(top, rgba(189,189,189,1) 0%, rgba(204,204,204,1) 27%, rgba(204,204,204,1) 76%, rgba(217,217,217,1) 100%);
	background: linear-gradient(to bottom, rgba(189,189,189,1) 0%, rgba(204,204,204,1) 27%, rgba(204,204,204,1) 76%, rgba(217,217,217,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#d9d9d9', GradientType=0 );
}
#phocamaps > div:nth-child(10) {
	display: none;
}
#phocamaps-box div.pmbox-greywb div img  {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.copyright a {
	color: #fff;
}
ul {
	list-style-image: url('../images/dot.png');
}
.email img {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.contact h3 {
	display: none;
}
.page-header {
	border-bottom: none;
}
legend {
	border-bottom: none;
}
/* Borders for Mainbody and Header Containers */
/*
@media (min-width: 768px) {
.t3-mainbody, .t3-header {
	width: 750px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
}
@media (min-width: 992px) {
.t3-mainbody, .t3-header {
	width: 970px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
}
@media (min-width: 1200px) {
.t3-mainbody, .t3-header {
	width: 1170px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
}
*/
