﻿@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Kite+One);
@font-face {
	font-family: ForteMTStd;
	src: url("../fonts/ForteMTStd.otf") format("opentype");
}
body {
	padding-top: 0px;
	background: url(../img/bg.gif) left top repeat-y;
	background-color: #fff;
}
#sidebar {
	width: 250px !important;
}
.nav-sidebar {
	margin-right: -15px;
	margin-bottom: 5px;
	margin-left: 45px;
}
.category {
	text-transform: uppercase;
	padding-right: 5px;
	margin-left: 45px;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 1px;
	border-bottom: 1px solid #fff;
}
.nav-sidebar > li > a {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 2px;
	padding-left: 20px;
	line-height: 14px;
	color: #fff;
	outline: none;
	border: none;
}
.nav-sidebar > li > a:hover {
	background-color: rgba(0,0,0,0.3);
}
.nav-sidebar > .active > a {
	color: #fff;
	background-color: #000;
}
.main {
	padding: 20px;
	background-color: #fff;
	max-width: 950px;
	color:#000;
}
#links img {
	max-width: 125px;
	max-height: 125px;
	outline: none;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#links a {
	outline: none;
	border: none;
}
#links a:hover, #links a:focus {
	opacity: 0.5;
}
.textlink a {
	color: #e3000b;
}
.textlink a:hover, .textlink a:focus {
	color: #cc000a;
}
@media screen and (max-width: 450px) {
.download-box {
	min-height: 225px !important;
}
}
@media screen and (max-width: 767px) {
.download-box {
	min-height: 265px;
}
}
.download-box a {
	color: #e3000b;
}
.download-box a:hover, .download-box a:focus {
	color: #cc000a;
}
.main .page-header {
	margin-top: 0;
	border-bottom: none;
	margin-bottom: 10px;
}
.logo-print {
	visibility: hidden;
	display: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #cc000a;
	border-color: #cc000a;
}
.btn {
	background-color: #e3000b;
	border-color: #e3000b;
}
.scroll-top {
	visibility: hidden;
	display: none;
}
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
.bg-raw {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(250,250,250,0) 52%, rgba(245,245,245,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(52%, rgba(250,250,250,0)), color-stop(100%, rgba(245,245,245,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(250,250,250,0) 52%, rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(250,250,250,0) 52%, rgba(245,245,245,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(250,250,250,0) 52%, rgba(245,245,245,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(250,250,250,0) 52%, rgba(245,245,245,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f5f5f5', GradientType=0 ); /* IE6-8 */
}
.bg-box {
	background: rgba(246,246,246,1);
	padding: 10px;
	border-radius: 5px;
}
.map {
	width: 100%;
	height: 350px;
	border: 1px solid rgb(12,12,13);
	border: 1px solid rgba(12,12,13,0.1);
	border-radius: 3px;
	margin-top: 20px;
}
.no-wrap {
	white-space: nowrap;
}
h1 {
	line-height: auto;
}
.red-text {
	color: #e3000b;
}
.infrascan-font {
	font-family: "ForteMTStd","Helvetica Neue",Helvetica,Arial,sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
}
.subline {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3
}
.modulebox > ul > li {
	margin-left: -23px !important;
}
.default-content > ul > li {
	margin-left: -23px !important;
	font-weight: 600;
}
.text-gray {
	color: rgba(153,153,153,1)
}
/*Spaces
------------------------------------*/
.margin-left-5 {
	margin-left: 5px;
}
.margin-right-5 {
	margin-right: 5px;
}
.no-top-space {
	margin-top: 0;
	padding-top: 0;
}
.no-bottom-space {
	margin-bottom: 0;
	padding-bottom: 0;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-35 {
	margin-bottom: 35px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
.margin-bottom-45 {
	margin-bottom: 45px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-55 {
	margin-bottom: 55px;
}
.margin-bottom-60 {
	margin-bottom: 60px;
}
 @media screen and (max-width: 450px) {
.body-active {
	background: url(../img/bg.gif) left top repeat-y;
	-webkit-animation: blend 0.1s ease-out;
	-webkit-animation-iteration-count: 1;
	-moz-animation: blend 0.1s ease-out;
	-moz-animation-iteration-count: 1;
	animation: blend 0.1s ease-out;
	animation-iteration-count: 1;
	opacity: 1.0;
}
.sidebar-toggle {
	margin-top: 0px !important;
	float: none !important;
	transition: all 0.5s ease !important;
	font-size: 0px !important;
	padding-top: 10px;
	padding-bottom: 8px;
}
.brand-b {
	text-align: left;
	margin-top: 5px !important;
	margin-bottom: 10px !important;
	height: 88px !important;
	background: url(../img/logo_schwarz.png) left top no-repeat !important;
	background-size: 252px 88px !important;
	transition: all 0.5s ease !important;
}
#links img {
	max-width: 80px;
	max-height: 80px;
}
h1 {
	font-size: 24px;
}
h4 {
	font-size: 15px;
}
.map {
	height: 250px !important;
}
}
 @media screen and (max-width: 767px) {
body {
	background: none;
}
.body-active {
	background: url(../img/bg.gif) left top repeat-y;
	-webkit-animation: blend 1.5s ease-out;
	-webkit-animation-iteration-count: 1;
	-moz-animation: blend 1.5s ease-out;
	-moz-animation-iteration-count: 1;
	animation: blend 1.5s ease-out;
	animation-iteration-count: 1;
	opacity: 1.0;
}
.row-offcanvas {
	position: relative;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.row-offcanvas-left .sidebar-offcanvas {
	left: -250px;
}
.row-offcanvas-left.active {
	left: 250px;
}
.sidebar-offcanvas {
	position: absolute;
	top: 0;
	width: 250px;
	padding-top: 40px;
}
.sidebar-toggle {
	margin-top: 8px;
	float: left;
	transition: all 0.5s ease;
}
.sidebar-toggle .icon-bars-button {
	display: inline-block;
	vertical-align: middle;
}
.sidebar-toggle .icon-bar {
	margin-bottom: 2px;
	display: block;
	width: 22px;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
}
.brand-a {
	visibility: hidden;
	display: none;
}
.brand-b {
	text-align: right;
	margin-top: -10px;
	margin-bottom: 0px;
	height: 88px;
	background: url(../img/logo_schwarz.png) right top no-repeat;
	transition: all 0.5s ease;
	background-size: 252px 88px;
}
.scroll-top {
	visibility: visible;
	display: block;
}
.map {
	height: 300px !important;
}
}
 @media (min-width: 768px) {
.main {
	margin-left: 250px;
	position: absolute;
	padding-right: 30px;
	padding-left: 35px;
	width: auto;
}
.sidebar-toggle {
	visibility: hidden;
	display: none;
}
.brand-a {
	text-align: right;
	margin-top: 10px;
	margin-right: -15px;
	margin-bottom: 10px;
	height: 88px;
	background: url(../img/logo_weiss.png) right top no-repeat;
	background-size: 171px 88px;
	transition: all 0.5s ease;
}
.brand-b {
	text-align: left;
	margin-top: -10px;
	margin-left: -35px;
	margin-bottom: 0px;
	height: 88px;
	background: url(../img/logo_weiss_symbol.png) left top no-repeat;
	background-size: 81px 88px;
	transition: all 0.5s ease;
}
.subline {
	font-size: 21px
}
.column-border-right {
	border-right: 1px solid #eee;
}
}
@media print {
.sidebar-toggle {
	height: 0px !important;
	width: 0px !important;
	border: 0px solid rgba(255,255,255,0);
}
#sidebar {
	width: 0px !important;
	visibility: hidden;
	display: none;
}
.main {
	padding: 10px;
	margin-left: 0px;
}
.sidebar-toggle {
	height: 0px !important;
}
.brand-b {
	height: 0px !important;
}
.logo-print {
	visibility: visible;
	display: block;
}
.scroll-top {
	height: 0px !important;
	width: 0px !important;
	visibility: hidden;
	display: none;
}
}
 @-webkit-keyframes blend {
0% {
opacity: 0.5;
}
100% {
opacity: 1.0;
}
}
@-moz-keyframes blend {
0% {
opacity: 0.5;
}
100% {
opacity: 1.0;
}
}
@keyframes blend {
0% {
opacity: 0.5;
}
100% {
opacity: 1.0;
}
}
/*Accardion v1*/
.acc-v1 .panel-heading {
	padding: 0;
	box-shadow: none;
}

.acc-v1 .panel-heading a {
	display: block;
	font-size: 14px;
	padding: 5px 15px;
	background: rgba(227,227,228);
}

.acc-icon a.accordion-toggle i {
	color: #585f69;
	margin-right: 8px;
}
.acc-icon a.accordion-toggle:hover i {
	color: #39414c;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 500 !important;
}
.panel-title > a {
	color: inherit;
	outline: 0;
}
.panel-title > a:hover, .panel-title > a:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #e3000b !important;
}
.panel-title > .active > a, .panel-title > .active > a:hover, .panel-title > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background-color: #e3000b !important;
}
.active {
	color: #ffffff !important;
	text-decoration: none;
	outline: 0;
	background-color: #e3000b !important;
}


/*404 Error Page v1 
------------------------------------*/
.error-v1 {
	margin-bottom: 20px;
	text-align: center;	
}

.error-v1 p {
	color: #555;
	font-size: 20px;
}

.error-v1 span {
	color: #555;
	display: block;
	font-size: 40px;
}

.error-v1 span.error-v1-title {
	color: #777;	
	font-size: 180px;
	font-family: 'Kite One', sans-serif;	
}

/*For Mobile Devices*/
@media (max-width: 500px) { 
	.error-v1 p {
		font-size: 16px;
	}	

	.error-v1 span {
		font-size: 30px;
	}

	.error-v1 span.error-v1-title {
		font-size: 140px;
	}
}
