@charset "UTF-8";

@font-face {
  font-family: "wesco";
  src:url('vhs-assets-css-ade02a41466ebcb6784c9ba51a060446.eot');
  src:url('vhs-assets-css-8a3f0d267b49fe352039caef7f35657e.eot?#iefix') format("embedded-opentype"),
    url('vhs-assets-css-4fd91246f07dd93c9601afc7ba40bcb4.woff') format("woff"),
    url('vhs-assets-css-7b0205e085f1eb7943200057fc59421c.ttf') format("truetype"),
    url('vhs-assets-css-098a6447def05624eac8a4f39d631cd7.svg#wesco') format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "wesco" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "wesco" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-available:before {
  content: "\61";
}
.icon-badwclueftung:before {
  content: "\33";
}
.icon-check:before {
  content: "\79";
}
.icon-down:before {
  content: "\3e";
}
.icon-entstaubungstechnik:before {
  content: "\36";
}
.icon-facebook:before {
  content: "\66";
}
.icon-filtertechnik:before {
  content: "\37";
}
.icon-industry:before {
  content: "\35";
}
.icon-info:before {
  content: "\69";
}
.icon-kuechenlueftung:before {
  content: "\31";
}
.icon-linkedin:before {
  content: "\49";
}
.icon-links:before {
  content: "\6c";
}
.icon-mail:before {
  content: "\6d";
}
.icon-normal:before {
  content: "\72";
}
.icon-play:before {
  content: "\70";
}
.icon-print:before {
  content: "\62";
}
.icon-rechts:before {
  content: "\65";
}
.icon-reinraumtechnik:before {
  content: "\38";
}
.icon-schulbuerolueftung:before {
  content: "\34";
}
.icon-search:before {
  content: "\73";
}
.icon-twitter:before {
  content: "\74";
}
.icon-unavailable:before {
  content: "\6e";
}
.icon-compare:before {
  content: "\63";
}
.icon-cart:before {
  content: "\77";
}
.icon-xing:before {
  content: "\78";
}
.icon-youtube:before {
  content: "\76";
}
.icon-wohnungslueftung:before {
  content: "\32";
}

/*!
 * Bootstrap Extended
 * Copyright	snowflake productions gmbh
 * Dependencies	Bootstrap v3.1.0
 *
 * Extends the bootstrap css framework with additional features
 */

body {
	letter-spacing: 0.03em;
}

/* Text selection */
::selection {
	color: #fff;
	text-shadow: none;
	background-color: #428bca;
}

/* Table styles */
table {
	width: 100%;
	margin-bottom: 20px;
}
table td,
table th {
	padding: 5px;
}

.table tr:not(.thead):first-child td,
.table tr:not(.thead):first-child th {
	border-top-width: 0;
}

.table tr.thead td,
.table tr.thead th {
	border-top-width: 0;
}

.table tr.thead + tr td,
.table tr.thead + tr th {
	border-top-width: 2px;
}

.table th[scope=row] {
	border-right-width: 2px;
}
.table .thead th[scope=row] {
	border-right-width: 2px;
}

/* List styles */
ul {
	padding-left: 1.15em;
	list-style: square;
}
ol {
	padding-left: 1.5em;
}

.list-divided {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-divided li {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
}
.list-divided li:first-child {
	padding-left: 0;
}
.list-divided li:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 8px;
	top: 0;
	bottom: 0;
	border-left: 1px solid #606163;
	line-height: 1;
}
.list-divided li:first-child:before {
	display: none;
}

/* Link styles */
a {
	color: #00b4e6;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #007cb0;
	text-decoration: none;
}
.arrow-right-before,
.arrow-right-after,
.arrow-left-before {
	white-space: nowrap;
}
.arrow-right-before:before,
.arrow-right-after:after,
.arrow-left-before:before {
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.arrow-right-before:before,
.arrow-right-after:after {
  content: '\f105';
}
.arrow-left-before:before {
  content: '\f104';
}
.arrow-left-before:before,
.arrow-right-before:before {
	margin-right: 3px;
}
.arrow-right-after:after {
	margin-left: 3px;
}

/* Menu helper for :hover */
.dropdown:hover .dropdown-menu-hover {
	display: block;
}

/* Paragraphs */
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}

.indent {
	text-indent: 1.333em;
}

[class*=bg-] {
	padding: 15px;
}
.text-muted {
	color: #ccc;
}
.text-success,
.bg-success {
	color: #3c763d;
}
.text-info,
.bg-info {
	color: #31708f;
}
.text-warning,
.bg-warning {
	color: #8a6d3b;
}
.text-danger,
.bg-danger {
	color: #a94442;
}
.bg-white {
	background-color: #fff;
}
.bg-grey {
	background-color: #f8f8f8;
}
.text-lead {
	font-size: 18px;
}
.text-caption,
figcaption {
	font-size: 11px;
	font-style: normal;
	line-height: 1.333;
}
figcaption {
	margin-top: 5px;
}

/* Default styles for all buttons */
[class*=btn-] {
	white-space: nowrap;
	border-width: 0;
	border-style: solid;
	line-height: 1.428571429;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
[class*=btn-]:hover {
	text-decoration: none;
}
[class*=btn-]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
	color: #fff;
}
[class*=btn-]:active,
[class*=btn-].active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
[class*=btn-].disabled,
[class*=btn-][disabled],
fieldset[disabled] [class*=btn-] {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
/* Button default */
.btn-default {
	color: #428bca;
	background-color: #fff;
	border-color: #428bca;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #fff;
	background-color: #fff;
	border-color: #2a6496;
}
.btn-unstyled {
	padding: 0;
	color: #428bca;
	background: none;
	border: none;
}
.btn-unstyled:hover,
.btn-unstyled:focus,
.btn-unstyled:active,
.btn-unstyled.active,
.open .dropdown-toggle.btn-unstyled {
	color: #2a6496;
}
/* Button large */
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
/* Button small */
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
/* Button extra small */
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}



/* Form styles */
form legend {
	margin: 0;
	padding: 0;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	color: inherit;
	border: none;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	margin-left: 0;
}
[contenteditable=true]:empty:before {
	content: attr(data-placeholder);
}

/* Margins */
.margin-top-large {
	margin-top: 40px;
}
.margin-top-small {
	margin-top: 20px;
}
.margin-top-xsmall {
	margin-top: 10px;
}
.no-margin-top {
	margin-top: 0;
}

.margin-bottom-large {
	margin-bottom: 40px;
}
.margin-bottom-small {
	margin-bottom: 20px;
}
.margin-bottom-xsmall {
	margin-bottom: 10px;
}
.no-margin-bottom {
	margin-bottom: 0;
}

/* Floats */
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* Subboxes */
.subbox-gray {
	background-color: #707173;
}
.subbox-blue,
.subbox-link {
	background-color: #009edb;
}

header .mainHeader {
  height: auto; }
  header .mainHeader .fixed-top {
    height: 88px; }

.topbar-offcanvas-wrapper {
  height: auto; }

.topbar-offcanvas {
  height: 63px; }

#layoutBigPage {
  z-index: 2;
  padding: 0; }
  #layoutBigPage.container {
    width: auto; }
  #layoutBigPage #Content {
    margin: 0;
    padding-top: 15px; }
    #layoutBigPage #Content h2 {
      text-align: center; }
    #layoutBigPage #Content p {
      text-align: center;
      max-width: 1030px;
      margin: 0 auto; }

/*# sourceMappingURL=/typo3conf/ext/sfpfrontender/RootPage/Default/Resources/Public/Css/maps/Layouts/BigPage.css.map */


