
/* moved by compressor */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=f192c80a-1791-4237-958f-5b437fa5e20d");
/* moved by compressor */
/* default styles for extension "tx_cssstyledcontent" */
	/* Headers */
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	div.csc-textpic-responsive, div.csc-textpic-responsive * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;  }

	/* Clear floats after csc-textpic and after csc-textpic-imagerow */
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

	/* Set padding for tables */
	div.csc-textpic .csc-textpic-imagewrap table { border-collapse: collapse; border-spacing: 0; }
	div.csc-textpic .csc-textpic-imagewrap table tr td { padding: 0; vertical-align: top; }

	/* Settings for figure and figcaption (HTML5) */
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

	/* Captions */
	figcaption.csc-textpic-caption { display: table-caption; }
	.csc-textpic-caption { text-align: left; caption-side: bottom; }
	div.csc-textpic-caption-c .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-c { text-align: center; }
	div.csc-textpic-caption-r .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-r { text-align: right; }
	div.csc-textpic-caption-l .csc-textpic-caption, .csc-textpic-imagewrap .csc-textpic-caption-l { text-align: left; }

	/* Float the columns */
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	/* Border just around the image */
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 2px solid black;
		padding: 0px 0px;
	}

	div.csc-textpic .csc-textpic-imagewrap img { border: none; display: block; }

	/* Space below each image (also in-between rows) */
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	/* colSpace around image columns, except for last column */
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	/* Add margin from image-block to text (in case of "Text & Images") */
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	/* Positioning of images: */

	/* Center (above or below) */
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	/* Right (above or below) */
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	/* Left (in text) */
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	/* Left (in text, no wrap around) */
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

	div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

	/* File Links */
	ul.csc-uploads { padding: 0; }
	ul.csc-uploads li { list-style: none outside none; margin: 1em 0; }
	ul.csc-uploads img { float: left; margin-right: 1em; vertical-align: top; }
	ul.csc-uploads span { display: block; }
	ul.csc-uploads span.csc-uploads-fileName { text-decoration: underline; }

	/* Table background colors: */

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }
/* default styles for extension "tx_ppkseminare" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-ppk-seminare table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-ppk-seminare table th {
		font-weight:bold;
	}

	.tx-ppk-seminare table td {
		vertical-align:top;
	}
/* default styles for extension "tx_form" */
		div.csc-mailform ol,
		div.csc-mailform ol li {
			margin: 0;
			padding: 0;
		}

		div.csc-mailform ol li {
			overflow: hidden;
		}

		div.csc-mailform fieldset {
			margin: 0;
			padding: 0;
			position: relative;
		}

		div.csc-mailform legend {
			margin-left: 1em;
			color: #000000;
			font-weight: bold;
		}

		div.csc-mailform fieldset ol {
			padding: 1em 1em 0 1em;
		}

		div.csc-mailform fieldset li {
			padding: 0.5em;
			margin-bottom: 0.5em;
			list-style: none;
		}

		div.csc-mailform fieldset.submit {
			border-style: none;
		}

		/**
		 * Normal label
		 * Left aligned, in front of input
		 */
		div.csc-mailform li label {
			float: left;
			width: 13em;
			margin-right: 1em;
			vertical-align: baseline;
		}

		div.csc-mailform li input + label,
		div.csc-mailform li textarea + label,
		div.csc-mailform li select + label {
			float: none;
			width: auto;
			margin-right: 0;
			margin-left: 1em;
		}

		div.csc-mailform li textarea + label {
			vertical-align: top;
		}

		label em,
		legend em {
			display: block;
			color: #060;
			font-size: 85%;
			font-style: normal;
			text-transform: uppercase;
		}

		legend em {
			position: absolute;
		}

		label strong,
		legend strong {
			display: block;
			color: #C00;
			font-size: 85%;
			font-weight: normal;
			text-transform: uppercase;
		}

		legend strong {
			position: absolute;
			top: 1.4em;
		}

		/**
		 * Labels alignment right
		 */
		.labels-alignment-right label,
		.labels-alignment-right .fieldset-subgroup legend,
		.labels-alignment-right.fieldset-subgroup legend {
			text-align: right;
		}

		/**
		 * Horizontal fieldset
		 */
		fieldset.fieldset-horizontal {
			border-width: 0;
		}

		fieldset.fieldset-horizontal ol {
			padding: 0;
		}

		fieldset.fieldset-horizontal li {
			float: left;
			padding: 0;
			margin-right: 1em;
		}

		fieldset.fieldset-horizontal.label-below label {
			display: block;
			margin-left: 0;
			margin-top: 0.2em;
			font-size: 90%;
			color: #999999;
			text-align: left;
		}

		fieldset.fieldset-horizontal label em {
			display: inline;
		}

		/**
		 * Subgroup fieldset
		 */
		fieldset.fieldset-subgroup {
			margin-bottom: -2em;
			border-style: none;
		}

		fieldset.fieldset-subgroup legend {
			margin-left: 0;
			padding: 0;
			font-weight: normal;
			width: 13em;
		}

		fieldset.fieldset-subgroup ol {
			position: relative;
			top: -1.4em;
			margin: 0 0 0 14em;
			padding: 0;
		}

		fieldset.fieldset-subgroup li {
			padding: 0;
		}

		fieldset.fieldset-subgroup input + label {
			float: none;
			width: auto;
			display: inline;
			margin: 0 0 0 1em;
		}

		/**
		 * Labels as block
		 * Labels displayed above or below the input fields
		 */
		.labels-block label {
			display: block;
			float: none;
			margin: 0 0 0.5em;
			width: auto;
		}

		.labels-block input + label,
		.labels-block textarea + label {
			margin: 0.5em 0 0;
		}

		.labels-block fieldset.fieldset-subgroup,
		fieldset.labels-block.fieldset-subgroup {
			margin-bottom: 0;
		}

		.labels-block .fieldset-subgroup legend,
		.labels-block.fieldset-subgroup legend {
			width: auto;
		}

		.labels-block .fieldset-subgroup legend em,
		.labels-block.fieldset-subgroup legend em {
			position: relative;
		}

		.labels-block .fieldset-subgroup legend strong,
		.labels-block.fieldset-subgroup legend strong {
			position: relative;
			top: 0;
		}

		.labels-block .fieldset-subgroup ol,
		.labels-block.fieldset-subgroup ol {
			top: 0;
			margin: 0;
			padding: 0.5em 0 0;
		}

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1000px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../../../fileadmin/de.buschjaeger/development/Fonts/glyphicons-halflings-regular.eot');
  src: url('../../../fileadmin/de.buschjaeger/development/Fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../../../fileadmin/de.buschjaeger/development/Fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../fileadmin/de.buschjaeger/development/Fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../fileadmin/de.buschjaeger/development/Fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}
.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #428bca;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #428bca;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}



@font-face {
    font-family: "Univers Next W02 Light";
    src: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/6e7cea9c-37df-4ef0-8d1e-04e7a328573b.eot?#iefix');
    src: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/6e7cea9c-37df-4ef0-8d1e-04e7a328573b.eot?#iefix') format("eot"),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/875712e3-9c93-4f0b-a46a-a278e69a71f6.woff') format("woff"),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/501b78b4-b6c7-488b-878d-adf70ecccafd.ttf') format("truetype"),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/1cbab02e-61b2-4279-aacd-793eebcaca72.svg#1cbab02e-61b2-4279-aacd-793eebcaca72') format("svg");
}

@font-face {
    font-family: "UniversNextW02-Regular";
    src: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/73e16764-0099-40e0-9182-d69b99396d94.eot?#iefix');
    src: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/73e16764-0099-40e0-9182-d69b99396d94.eot?#iefix') format("eot"),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/c6e5b0e0-ee60-4f51-975c-6e2f4bdd6225.woff') format("woff"),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/43a61655-19e5-478a-8d73-bb7e7f4f295f.ttf') format("truetype"),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/337b082c-c223-40e0-971b-39d9b5b610c0.svg#337b082c-c223-40e0-971b-39d9b5b610c0') format("svg");
}

@font-face {
    font-family: "Univers Next W02 Medium";
    src: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/4f1b0c34-1c71-42cf-813e-7927e52b538c.eot?#iefix');
    src: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/4f1b0c34-1c71-42cf-813e-7927e52b538c.eot?#iefix') format("eot"),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/7a425d6a-3af8-404b-a08e-eaf011616185.woff') format("woff"),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/e7b4c9b0-9a8b-46ad-a01f-d116e7fb23cd.ttf') format("truetype"),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/5e5e14de-2505-4fac-bfe5-b066e4a892c9.svg#5e5e14de-2505-4fac-bfe5-b066e4a892c9') format("svg");
}

@font-face {
    font-family: "Univers Next W02 Bold";
    src: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/3d4372d2-fbf8-4376-887c-a4247fe7475f.eot?#iefix');
    src: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/3d4372d2-fbf8-4376-887c-a4247fe7475f.eot?#iefix') format("eot"),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/5726bf63-b50c-4eb5-8615-36daaa1b3f99.woff') format("woff"),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/f4f44dd1-4235-4aaf-86d0-2b58f230cdaf.ttf') format("truetype"),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/18d95e2b-3d06-44e1-a880-1eb734d08d25.svg#18d95e2b-3d06-44e1-a880-1eb734d08d25') format("svg");
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/glyphicons-halflings-regular.eot');
    src: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.csc-sitemap li a,
.csc-sitemap li li li li a,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
#fhs-karte,
#fhs-karte h2,
#fhs-karte h3,
#fhs-karte h4,
.startpage .product-slider .head h2,
.gm-style,
p.big,
p.big-gray,
.multi-item-teaser h2,
.page-article .big-gray,
.page-article .big,
.product-bubble,
.startpage .slides-content h2,
.startpage .slides-content h3,
#solution-world-overview .overview-tooltip em,
.startpage .product-slider .carousel-caption p,
#notebox .tx-bjmerkzettel ul li.noteboxempty,
#notebox .tx-bjmerkzettel ul li.noteboxrule,
.tx-bjmerkzettel .header-pro h2,
.tx-bjmerkzettel .btn.btn-default.merkzettel,
.tx-bjmerkzettel .btn.btn-primary,
.tx-bjmerkzettel .list-group-item .row h4,
.tx-bjmerkzettel .media .media-body h4,
.tx-bjmerkzettel .media .media-body h5,
#notebox ul li p.emptymessage,
.list-group h3,
#solution-world .popup-content h3.hotspotTitle,
.tx-bjefachhaendler .on-off-box {
    font-family: "Univers Next W02 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:normal;
}

.gm-style {
    font-family: "Univers Next W02 Light", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:normal !important;
}

.csc-sitemap li li li a,
body,
p,
input,
button,
select,
textarea,
h2.p-under,
.nav-mobile .subnav > li a:before,
.nav-mobile .subnav > li em a:before,
.nav-mobile .subnav > li strong:before,
.solution-popup h2,
.solution-popup h3,
.solution-popup a,
.solution-popup p,
.tabbed .tab-content .item em,
.footer,
h2.heading-overview-top,
.tabbed .nav-tabs li a,
.tabbed .tab-content .item h3,
.startpage .slides-content p,
.startpage .slides-content em,
.nav-search h2,
#breadcrumb h3,
.tx-bjmerkzettel .header-pro a,
.tx-bjmerkzettel .media .media-body p,
#notebox .dropdown-menu > li > a,
#notebox ul li h3,
.tx-bjeprospekte-prospektbox h3,
.modal-prospektbestellung-ok .btn{
    font-family: "UniversNextW02-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:normal;
}

.csc-sitemap li li a,
.table thead > tr > th strong,
.table tbody > tr > th strong,
.table tfoot > tr > th strong,
.table thead > tr > td strong,
.table tbody > tr > td strong,
.table tfoot > tr > td strong,
.table thead > tr > th b,
.table tbody > tr > th b,
.table tfoot > tr > th b,
.table thead > tr > td b,
.table tbody > tr > td b,
.table tfoot > tr > td b,
.table thead > tr > th,
h2.small,
h3.small,
h4.small,
h5.small,
#searchfilter label.small,
.sf-menu h3, .sf-menu .h3,
.nav-full h3,
.nav-mobile h3,
.product-overview .category-switch-container .category-switch strong,
.tx-bjmerkzettel .media .media-body p span,
#notebox ul li h2,
.modal-prospektbestellung-ok label{
    font-family: "Univers Next W02 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:normal;
}

.product-slider h1,
#solution-world-overview .overview-tooltip em {
    font-size: 30px;
}

.page-article h1,
h2.gray{
    font-size: 28px;
}

.startpage .product-slider-link,
.startpage .product-slider .head h2,
.startpage .product-slider .carousel-caption p {
    font-size: 22px;
    line-height:26px;
}

h1,
.h1 {
    font-size: 28px;
}

h2,
.h2
h3,
.h3,
.page-article h3 {
    font-size: 22px;
}

h4,
.h4,
.solution-popup h2,
.solution-popup h3,
.product-slider .carousel-caption p,
#solution-world-overview .overview-tooltip h2,
.solution-headline h2,
.big-gray,
.big,
h2.underline,
#notebox ul li p.emptymessage,
.tx-ppk-solr h6,
.modal-body h3,
#solution-world .popup-content h3.hotspotTitle{
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h2.p-under {
    font-size: 14px;
    padding-top:7px;
}

h6,
.h6,
.tabbed .tab-content h3,
.solution-popup p,
.startpage .slides-content em,
.nav-search h2,
h1.small,
h2.small,
h3.small,
h4.small,
h5.small,
h6.small,
.h1.small,
.h2.small,
.h3.small,
.h4.small,
.h5.small,
.h6.small,
#notebox ul li h2,
#notebox button,
#notebox .dropdown-menu > li > a {
    font-size: 14px;
}

.sf-menu h3, .sf-menu .h3 {
    font-size: 13px;
}
#notebox ul li h3,
#notebox ul li p.headerMenu,
#notebox .tx-bjmerkzettel ul li.noteboxempty,
#notebox .tx-bjmerkzettel ul li.noteboxrule,
#notebox .dropdown-menu > li > a p {
    font-size:12px;
}


p.small-p,
#notebox button span {
    font-size: 11px;
}

#notebox button span.merkzettel-mein {
    font-size: 14px;
}

.tabbed .tab-content em,
.tabbed .nav-tabs li a,
.startpage .slides-content p,
h1.gray,
h2.gray,
h3.gray,
h4.gray,
h5.gray,
h6.gray,
.h1.gray,
.h2.gray,
.h3.gray,
.h4.gray,
.h5.gray,
.h6.gray,
.big,
#notebox ul li p,
.modal-body h3,
.solutions .tabbable .nav-tabs>li>a,
p.color-grey,
h2.color-grey,
h3.color-grey,
h4.color-grey,
h5.color-grey,
h6.color-grey{
    /* Light Grey */
    color: #999;
}

a,
body,
.product-slider .carousel-caption p,
.startpage .slides-content em,
.tabbed .tab-content h3,
.startpage .product-slider .head h2{
    /* Black */
    color: #000;
}

a:hover,
a:focus {
    color: #0076B7;
}

.tabbed .nav-tabs li a:hover,
.tabbed .nav-tabs li a:focus,
.tabbed .nav-tabs li.active a,
.tabbed .nav-tabs li.active a:hover,
.tabbed .nav-tabs li.active a:focus,
.solution-popup a,
.startpage .slides-content h2,
.startpage .product-slider-link,
#solution-world-overview .overview-tooltip em,
#solution-world-overview .overview-tooltip a:hover,
#solution-world-overview .overview-tooltip a:focus,
.product-overview .category-switch a,
#breadcrumb strong,
.navMeta strong,
.product-overview.list-view .product-container a,
.multi-item-teaser a:hover,
.multi-item-teaser a:focus,
.product-overview .product-container li a:hover,
.product-overview .product-container li a:focus,
.tx-solr .tab-header a.colorNone,
.solutions .tabbable .nav-tabs>li.active>a,
.solutions .nav-tabs>li>a:hover,
p.color-blue,
h2.color-blue,
h3.color-blue,
h4.color-blue,
h5.color-blue,
h6.color-blue{
    /* Blue */
    color: #0076b7;
    text-decoration:none;
}

.outside a,
.sf-menu h3,
.sf-menu .h3,
p.color-white,
h2.color-white,
h3.color-white,
h4.color-white,
h5.color-white,
h6.color-white{
    /* White */
    color: #fff;
}
#notebox .open .btn.btn-default,
#notebox .btn.btn-default:hover {
    color: #333333;
}
a,
.outside a:hover,
.outside a:focus,
#solution-world-overview .overview-tooltip a:hover,
#solution-world-overview .overview-tooltip a:focus {
    text-decoration: none;
}

a:hover,
a:focus,
.startpage .slides-content a:hover h2,
.startpage .slides-content a:focus h2,
.product-overview.list-view .product-container a:hover,
.product-overview.list-view .product-container p:focus,
.product-overview .product-container li a:hover,
.product-overview .product-container li a:focus {
    text-decoration: none;
}

em,
strong {
    font-style: normal;
}

strong {
    font-weight: normal;
}
.tx-ppk-solr h1 {
    line-height: 32px;
}

.big,
#notebox ul li p.emptymessage,
.tx-ppk-solr h6 {
    line-height: 22px;
}
#notebox .dropdown-menu > li > a.link.fachhandler,
#notebox .dropdown-menu > li > a.link {
    line-height: 20px;
}

#notebox ul li p.headerMenu,
#notebox ul li h3,
#notebox ul li p {
    line-height: 16px;
}


@media screen and (max-width: 767px) {

    .solution-popup h2,
    .solution-popup h3 {
        font-size: 1em;
    }

    .solution-popup h2 {
        font-family: "Univers Next W01 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    .solution-popup h3 {
        color: #999;
    }

    .solution-popup .btn {
        color: #fff;
    }

    #solution-world .popup-content h3.hotspotTitle{
        color:#000;
    }

}

/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Boostrap 3 patch for for bootstrap-modal. Include BEFORE bootstrap-modal.css!
 */

body.modal-open, 
.modal-open .navbar-fixed-top, 
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}

.modal {
  left: 50%;
  bottom: auto;
  right: auto;
  padding: 0;
  width: 500px;
  margin-left: -250px;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal.container {
  max-width: none;
}
/*!
 * Bootstrap Modal
 *
 * Copyright Jordan Schroter
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

.modal-open {
	overflow: auto; 
}


/* add a scroll bar to stop page from jerking around */
.modal-open.page-overflow .page-container,
.modal-open.page-overflow .page-container .navbar-fixed-top,
.modal-open.page-overflow .page-container .navbar-fixed-bottom,
.modal-open.page-overflow .modal-scrollable {
	overflow-y: scroll;
}

@media (max-width: 979px) {
	.modal-open.page-overflow .page-container .navbar-fixed-top,
	.modal-open.page-overflow .page-container .navbar-fixed-bottom  {
		overflow-y: visible;
	}
}


.modal-scrollable {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: auto;
}

.modal {
	outline: none;
	position: absolute;
	margin-top: 0;
	top: 50%;
	overflow: visible; /* allow content to popup out (i.e tooltips) */
}

.modal.fade {
	top: -100%;
	-webkit-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;	
	   -moz-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	     -o-transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
	        transition: opacity 0.3s linear, top 0.3s ease-out, bottom 0.3s ease-out, margin-top 0.3s ease-out;
}

.modal.fade.in {
	top: 50%;
}

.modal-body {
	max-height: none;
	overflow: visible;
}

.modal.modal-absolute {
	position: absolute;
	z-index: 950;
}

.modal .loading-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 6px;
}

.modal-backdrop.modal-absolute{
	position: absolute;
	z-index: 940;
}

.modal-backdrop, 
.modal-backdrop.fade.in{
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: #fff;
}

.modal.container {
  width: 940px;
  margin-left: -470px;
}

/* Modal Overflow */

.modal-overflow.modal {
	top: 1%;
}

.modal-overflow.modal.fade {
	top: -100%;
}

.modal-overflow.modal.fade.in {
	top: 1%;
}

.modal-overflow .modal-body {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/* Responsive */

@media (min-width: 1200px) {
	.modal.container {
		width: 1170px;
		margin-left: -585px;
	}
}

@media (max-width: 979px) {
	.modal, 
	.modal.container,
	.modal.modal-overflow 	{
		top: 1%;
		right: 1%;
		left: 1%;
		bottom: auto;
		width: auto !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	.modal.fade.in, 
	.modal.container.fade.in,
	.modal.modal-overflow.fade.in {
		top: 1%;
		bottom: auto;
	}
	
	.modal-body,
	.modal-overflow .modal-body {
		position: static;
		margin: 0;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}
	
	.modal-footer,
	.modal-overflow .modal-footer {
		position: static;
	}
}

.loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}

/*
Animate.css - http://daneden.me/animate
Licensed under the ☺ license (http://licence.visualidiot.com/)

Copyright (c) 2012 Dan Eden*/

.animated {
	-webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute !important;
    left:-999em;
    top:-999em;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-widget {

}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select,
.ui-widget textarea, .ui-widget button {

}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #f7f7f7;
    color: #312e25;
}

.ui-widget-content a {
    color: #312e25;
}

.ui-widget-header {
    border: 1px solid #d4ccb0;
    background: #ece8da;
    color: #433f38;
    font-weight: bold;
}

.ui-widget-header a {
    color: #433f38;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #f18f0b;
    background: #f18f0b;
    font-weight: bold;
    color: #ffffff;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content
.ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #f18f0b;
    background: #f18f0b;
    font-weight: bold;
    color: #ffffff;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
    border: 1px solid #d4ccb0;
    background: #fafaf4;
    font-weight: bold;
    color: #cd5c0a;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #cd5c0a;
    text-decoration: none;
}

.ui-widget :active {
    outline: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #e8e1b5;
    background: #fcf0ba;
    color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #e3a345;
    background: #ffedad;
    color: #cd5c0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #cd5c0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #cd5c0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    background-image: none;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 1px;
    -webkit-border-top-left-radius: 1px;
    border-top-left-radius: 1px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 1px;
    -webkit-border-top-right-radius: 1px;
    border-top-right-radius: 1px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 1px;
    -webkit-border-bottom-left-radius: 1px;
    border-bottom-left-radius: 1px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 1px;
    -webkit-border-bottom-right-radius: 1px;
    border-bottom-right-radius: 1px;
}

.ui-widget-overlay {
    background: #2b2922;
    opacity: .90;
}

.ui-widget-shadow {
    margin: -12px 0 0 -12px;
    padding: 12px;
    background: #cccccc;
    opacity: .20;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
}

.ui-autocomplete li {
    list-style: none;
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    float: left;
    z-index: 2000;
}

.ui-menu .ui-menu {
    margin-top: -3px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    float: left;
    clear: left;
    width: 100%;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: .2em .4em;
    line-height: 1.5;
}

.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0em;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
#breadcrumb {
    background: #E0E0E0;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-bottom: 60px;
    padding: 0;
    float: left;
    width:100%;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

#breadcrumb h3 {
    float: left;
    margin: 0;
    font-size: 12px;
    padding: 6px 0 5px 30px;
    line-height: 1.42857;
    vertical-align: middle;
}

#breadcrumb strong {
    font-weight: normal;
}

.breadcrumb {
    margin-bottom: 0;
    float: left;
    padding: 6px 10px 5px 10px;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb > li + li:before {
    color: #000000;
    content: "› ";
    float: left;
    font-size: 18px;
    line-height: 16px;
    margin-left: 7px;
    margin-right: 7px;
    padding: 0;
    position: relative;
    top: -1px;
}

.breadcrumb li {
    vertical-align: middle;
    float:left;
}
.footer {
    width: 100%;
    max-width: 100%;
    border-bottom: 10px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding-top: 10px;
    margin-top: 20px;
    -webkit-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.1);
    clear: both;
    padding-left: 30px;
    padding-right: 30px;
}

.navMeta {
    list-style: none;
}

.navMeta li {
    float: left;
    padding: 4px 0;
    font-size: 14px;
}

.navMeta li strong,
.navMeta li a {
    border-left:1px solid #999999;
    padding:2px 12px;
}

.navMeta li:first-child strong,
.navMeta li:first-child a {
    border-left:none;
}


.navMeta li strong,
.navMeta li a:hover,
.navMeta li a:focus,
.navMeta li a:active {
    color:#0076B7;
}

.language {
    padding-left: 7px;
    margin-right: -3px;
    position: absolute;
    right: 70px;
    top: 5px;
}

.language .btn-default,
.social .btn-default {
    background-color: transparent;
    border-color: inherit;
}
.language .btn-default {
    color: #666;
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/top-divider.png') no-repeat 100% center;
}
.language.open .dropdown-toggle.btn-default,
.language .btn-default:hover,
.language .btn-default:focus {
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/top-divider.png') no-repeat 100% center;
    color: #0076b7;
}
.language .btn,
.social .btn {
    border: none;
    border-radius: 0;
    padding: 4px;
}

.language .btn {
    padding-right: 12px;
}

.language .btn:hover,
.language .btn:focus,
.language .btn:active {
    color:#0076B7;
}

.language .dropdown-menu {
    -webkit-box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    z-index: 10000;
}

.language .dropdown-menu {
    -webkit-box-shadow: inset 3px -3px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 3px -3px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #2d4560;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkNDU2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzI4MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #2d4560 0%, #1c2839 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d4560), color-stop(100%,#1c2839));
    background: -webkit-linear-gradient(top,  #2d4560 0%,#1c2839 100%);
    background: -o-linear-gradient(top,  #2d4560 0%,#1c2839 100%);
    background: -ms-linear-gradient(top,  #2d4560 0%,#1c2839 100%);
    background: linear-gradient(to bottom,  #2d4560 0%,#1c2839 100%);
    right: 15px;
    top: 120%;
}

.language .dropdown-menu:before {
    background:transparent url('/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/mainnav-arrow-top.png') no-repeat 0 0;
    content: "__";
    position: absolute;
    right: 18px;
    top: -7px;
    color: #2d4560;
}

.language .dropdown-menu li a,
.language .dropdown-menu li strong {
    background:none;
    color: #fff;
}

.language .dropdown-menu li a:hover,
.language .dropdown-menu li a:focus,
.language .dropdown-menu li strong {
    background:none;
    color:#49b2ec;
}

.language .dropdown-menu > li > strong {
    font-weight: normal;
}

.language .dropdown-menu li a span,
.language .dropdown-menu li strong span {
    display:block;
    border-top:1px solid #c0c0c0;
    padding-top:5px;
}

.language .dropdown-menu li:first-child a span,
.language .dropdown-menu li:first-child strong span {
    border-top:none;
}

.language .dropdown-menu li a span span,
.language .dropdown-menu li strong span span {
    border-top:none;
    padding-top:0;
}

.footer .social{
    margin-top: 0.3em;
    margin-bottom: 0.8em;
}

.social ul{
    padding-left: 0;
}

.social ul li {
    float:left;
    display: block;
    position: relative;
    margin-right: 1em;
}

.social ul li a{
    padding-left: 0.6em;
    border-right: 1px solid #989898;
    padding-right: 0.9em;
    color:#989898;
}

.social ul li a:hover,
.social ul li a:focus {
    color:#000;
    text-decoration:none;
}

.social ul li:last-of-type a{
    border:0;
}

.language .btn-default:hover,
.language .btn-default:focus,
.language .btn-default:active,
.language .btn-default.active,
.language.open .dropdown-toggle.btn-default,
.social .btn-default:hover,
.social .btn-default:focus,
.social .btn-default:active,
.social .btn-default.active,
.social.open .dropdown-toggle.btn-default {
    background-color: transparent;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.language .btn-group.dropdown-toggle .btn,
.social .btn-group.dropdown-toggle .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropup.language .caret {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid #000000;
    display: inline-block;
    height: 0;
    margin-right: 0;
    /* opacity: 0.3; */
    /* vertical-align: top; */
    /* width: 0; */
}

.dropup.language.open .caret {
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: middle;
    border-bottom: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 0 dotted;
}

@media screen and (max-width: 1023px) {
    .footer .social{
        display: none;
    }

    .footer .pull-right{
        padding:0;
    }

    .language {
        margin-right: -3px;
        padding-left: 7px;
        right: 44px;
        top: 0;
    }

    .language .btn-default {
        color: #333;
    }
}
/* desktop-nav standalone */
.well.sidebar-nav {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 0;
}

.nav-full .sidebar-nav .nav {
    border-bottom: 1px solid #C2C2C2;
    border-top: 1px solid #000;
    margin-bottom: 4em;
    margin-top: 6px;
    padding-top: 17px;
}

.nav-full .sidebar-nav .nav ul {
    border-top: 1px solid #c2c2c2;
}

.nav-full .sidebar-nav .nav li {
    border-bottom: 1px solid #c2c2c2;
    clear: both;
    float:left;
    width:100%;
}

.nav-full .sidebar-nav .nav li:last-child {
    border-bottom: none;
}

.nav-full .sidebar-nav .nav > li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-full .sidebar-nav .nav > li a,
.nav-full .sidebar-nav .nav > li strong {
    color: #000;
    display: block;
    position: relative;
    background: none;
}

.nav-full .sidebar-nav .nav > li a span {
    display: block;
    cursor: pointer;
}

.nav-full .sidebar-nav .nav > li a:before {
    position: absolute;
    left:0;
    top:0;
    display: inline-block;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: transparent;
    float: left;
    text-decoration: none;
    content: "";
    text-decoration:none;
}

.nav-full .sidebar-nav .nav > li a:hover,
.nav-full .sidebar-nav .nav > li a:focus,
.nav-full .sidebar-nav .nav > li strong,
.nav-full .sidebar-nav .nav > li em a {
    display: block;
    position: relative;
    font-weight: normal;
    padding: 6px 6px 6px 15px;
    cursor: default;
    text-decoration: none;
    color: #0076b7;
    background: none;
}

.nav-full .sidebar-nav .nav > li strong span,
.nav-full .sidebar-nav .nav > li em a span {
    display: block;
}

.nav-full .sidebar-nav .nav > li li strong span,
.nav-full .sidebar-nav .nav > li li em a span {
    display: block;
    padding-left: 0;
}

.nav-full .sidebar-nav .nav > li a:hover,
.nav-full .sidebar-nav .nav > li a:focus {
    text-decoration: none;
}

.nav-full .sidebar-nav .nav > li em a:before,
.nav-full .sidebar-nav .nav > li strong:before {
    position:absolute;
    left: 0;
    top: 12px;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: none;
    text-decoration: none;
    color: #0076B7;
    content: "";
    float: left;
}

.nav-full .sidebar-nav .nav > li strong:before {
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/sprite.png') no-repeat -116px -177px;
}

.nav-full .sidebar-nav .nav > li li em a:before,
.nav-full .sidebar-nav .nav > li li strong:before {
    left: 15px;
}

.nav-full .sidebar-nav .nav > li li li em a:before,
.nav-full .sidebar-nav .nav > li li li strong:before {
    left: 25px;
}

.nav-full .sidebar-nav .nav > li li li li em a:before,
.nav-full .sidebar-nav .nav > li li li li strong:before {
    left: 35px;
}

.nav-full .sidebar-nav .nav > li li li li li em a:before,
.nav-full .sidebar-nav .nav > li li li li li strong:before {
    left: 45px;
}

.nav-full .sidebar-nav .nav > li a,
.nav-full .sidebar-nav .nav > li a:hover,
.nav-full .sidebar-nav .nav > li a:focus,
.nav-full .sidebar-nav .nav > li strong,
.nav-full .sidebar-nav .nav > li em a {
    padding: 6px 5px 6px 15px;
}

.nav-full .sidebar-nav .nav > li li a,
.nav-full .sidebar-nav .nav > li li a:hover,
.nav-full .sidebar-nav .nav > li li a:focus,
.nav-full .sidebar-nav .nav > li li strong,
.nav-full .sidebar-nav .nav > li li em a {
    padding: 6px 5px 6px 25px;
}

.nav-full .sidebar-nav .nav > li li li a,
.nav-full .sidebar-nav .nav > li li li a:hover,
.nav-full .sidebar-nav .nav > li li li a:focus,
.nav-full .sidebar-nav .nav > li li li strong,
.nav-full .sidebar-nav .nav > li li li em a {
    padding: 6px 5px 6px 35px;
}

.nav-full .sidebar-nav .nav > li li li li a,
.nav-full .sidebar-nav .nav > li li li li a:hover,
.nav-full .sidebar-nav .nav > li li li li a:focus,
.nav-full .sidebar-nav .nav > li li li li strong,
.nav-full .sidebar-nav .nav > li li li li em a {
    padding: 6px 5px 6px 45px;
}

.nav-full .sidebar-nav .nav > li li li li li a,
.nav-full .sidebar-nav .nav > li li li li li a:hover,
.nav-full .sidebar-nav .nav > li li li li li a:focus,
.nav-full .sidebar-nav .nav > li li li li li strong,
.nav-full .sidebar-nav .nav > li li li li li em a {
    padding: 6px 5px 6px 55px;
}

.nav-full .sidebar-nav .navbar-nav {
    float: right;
    margin: 0;
}

/* mobile-nav standalone */

.nav-mobile .well {
    background-color: #2F4863;
    margin-bottom: 0;
    margin-top: -30px;
    padding: 0 0 30px;
    height: 100%;
}

.page-article .nav-mobile h3,
.nav-mobile h3 {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    text-transform: uppercase;
    background:#516172;
}

.nav-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-mobile .nav > li.home a {
    color: #fff;
    background: #223447 url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/nav-home.png') no-repeat 12px 17px;
    padding: 15px 15px 15px 35px;
}

.nav-mobile .nav > li.home a:hover,
.nav-mobile .nav > li.home a:focus {
    background: #223447 url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/nav-home.png') no-repeat 12px 17px;
}

.nav-mobile .nav > li.home a:before {
    content: '';
    background: none;
}

.nav-mobile .nav > li a,
.nav-mobile .nav > li strong {
    color: #fff;
    background: #2f4863;
    padding: 15px 5px 15px 35px;
    border-bottom: 1px solid #97a4b1;
    display:block;
    position: relative;
}

.nav-mobile .nav > li em a {
    background: #223447;
}

.nav-mobile .nav > li li a,
.nav-mobile .nav > li li strong {
    padding: 10px 5px 10px 45px;
}

.nav-mobile .subnav > li a,
.nav-mobile .subnav > li strong {
    padding: 10px 5px 10px 50px;
    color:#fff;
    border-bottom: 1px solid #97a4b1;
}

.nav-mobile .subnav > li li a,
.nav-mobile .subnav > li li strong {
    padding: 10px 5px 10px 60px;
}

.nav-mobile .subnav > li li li a,
.nav-mobile .subnav > li li li strong {
    padding: 10px 5px 10px 70px;
}

.nav-mobile .subnav > li li li li a,
.nav-mobile .subnav > li li li li strong {
    padding: 10px 5px 10px 80px;
}


.nav-mobile .nav > li a:hover,
.nav-mobile .nav > li a:focus,
.nav-mobile .nav > li a:active,
.nav-mobile .nav > li strong {
    background: #223447;
}

.nav-mobile .nav > li a:before,
.nav-mobile .nav > li strong:before,
.nav-mobile .nav > li em a:before {
    background:none;
    content: "";
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/Pfeil_2.png') no-repeat 0 0;
    height: 0.9em;
    width: 0.6em;
    left: 17px;
    position: absolute;
    top: 21px;
    color:#fff;
    font-size:20px;
}

.nav-mobile .nav > li li a:before,
.nav-mobile .nav > li li strong:before,
.nav-mobile .nav > li li em a:before {
    left: 26px;
}

.nav-mobile .nav > li em a:before {
    content: "";
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/Pfeil_3.png') no-repeat 0 0;
    left: 17px;
    top: 21px;
    font-size:20px;
}

.nav-mobile .nav > li li strong:before {
    left: 26px;
    top: 16px;
}

.nav-mobile .nav > li li em a:before {
    left: 26px;
    top: 16px;
}

.nav-mobile .subnav > li em a,
.nav-mobile .subnav > li strong {
  background:#223447;
}

.nav-mobile .subnav > li a:before,
.nav-mobile .subnav > li em a:before,
.nav-mobile .subnav > li strong:before {
    content: "";
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/Pfeil_1.png') no-repeat 0 0;
    font-size: 20px;
    height: 20px;
    left: 35px;
    top: 16px;
    width: 20px;
}

.nav-mobile .subnav > li em a:before {
    content: "";
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/Pfeil_3.png') no-repeat 0 0;
}

.nav-mobile .subnav > li li a:before,
.nav-mobile .subnav > li li em a:before {
    left: 45px;
    content: "";
    background:none;
}

.nav-mobile .subnav > li li a:before,
.nav-mobile .subnav > li li em a:before,
.nav-mobile .subnav > li li strong:before {
    left: 45px;
    content: "";
}



#notebox {
    display: block;
    float: right;
    position: absolute;
    right: 20px;
    top: 112px;
    z-index: 11000;
    width: 290px;
}

#notebox button span {
    vertical-align: middle;
}

#notebox button span.merkzettel-mein {
    vertical-align: top;
}

.btn .caret {
    cursor: pointer;
}

.dropdown-menu {
    border-radius: 0px;
    border: 0px;
}

#notebox .btn-default {
    background-color: transparent;
    border-color: inherit;
}

#notebox button.btn {
    border: none;
    border-radius: 0;
    float: right;
    margin: 0;
    padding: 4px 15px;
    color: #000;
}

#notebox .open .btn.btn-default,
#notebox .btn.btn-default:hover {
    background-color: #ffffff;
    position: relative;
    z-index: 10000;
}

#notebox .open .btn.btn-default {
    padding: 4px 15px 9px 15px;
}

#notebox .btn-default:hover,
#notebox .btn-default:focus,
#notebox .btn-default:active,
#notebox .btn-default.active {
    background-color: transparent;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#notebox .btn-group.dropdown-toggle .btn {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#notebox ul li {
    clear: both;
    padding: 0px 15px;
    margin-bottom: 5px;
}

#notebox ul li a.btn-all-produkt {
    margin-bottom: 20px;
}

#notebox .dropdown-menu > li > a {
    clear: both;
    color: #0076b7;
    padding: 6px 0px 0px 0px !important;
    white-space: normal;
    float: right;
}

#notebox .dropdown-menu > li > a:hover,
#notebox .dropdown-menu > li > a:focus {
    background: transparent;
    text-decoration: underline;
}

#notebox .dropdown-menu > li > a {
    margin: 0px;
    padding: 0px;
}

#notebox .link {
    height: 75px;
}

#notebox .dropdown-menu > li > a.link.fachhandler,
#notebox .dropdown-menu > li > a.link {
    background: #f9f9f8;
    border-bottom: 1px solid #e6e5e5;
    color: #000;
    float: none;
    padding: 6px 0px;
    display: block;
}

#notebox .fachhandler {
    height: 55px;
}

#notebox .dropdown-menu > li > a.link:hover,
#notebox .dropdown-menu > li > a.link:focus {
    background: #eee;
    text-decoration: none;
}

#notebox .dropdown-menu > li > a:nth-child(2n+1).link {
    background: #fff;
}

#notebox .dropdown-menu > li > a:nth-child(2n+1).link:hover,
#notebox .dropdown-menu > li > a:nth-child(2n+1).link:focus {
    background: #eee;
    text-decoration: none;
}

#notebox .tx-bjmerkzettel ul.dropdown-menu li img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    height: auto;
    width: 60px;
}

#notebox ul li p.headerMenu {
    color: #000000;
    border-bottom: 1px solid #e6e5e5;
    padding-bottom: 5px;
}

#notebox ul li p.emptymessage {
    color: #000000;
}

#notebox .tx-bjmerkzettel #merkoveropen .special-caret {
    border-bottom: 4px solid transparent;
    border-right: 4px solid #000000;
    border-left: 0px dotted;
    border-top: 4px solid transparent;
    display: inline-block;
    height: 0px;
    margin-right: 0px;
    margin-left: 6px;
}

#notebox .tx-bjmerkzettel.open #merkoveropen .special-caret {
    width: 0px;
    height: 0px;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 0px dotted;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 4px solid #000000;
}

#notebox ul li h2 {
    padding: 5px 0px 3px 0px;
    margin: 0px;
    border-bottom: 1px solid #e6e5e5;
}

#notebox ul li h3 {
    padding: 0px;
    margin: 0px;
}

#notebox ul li a.link.fachhandler p {
    margin: 0px;
}

#notebox ul {
    width: 290px;
    position: absolute;
    top: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    z-index: 9999;
}

#notebox .tx-bjmerkzettel ul li.noteboxempty {
    display: none;
}

#notebox button.btn.btn-default.dropdown-toggle:hover,
#notebox button.btn.btn-default.dropdown-toggle .active {
    background: #fff;
}

@media screen and (max-width: 1023px) {
    #notebox {
        display: block;
        top: 0;
        right: 125px;
        z-index: 13000;
    }

    #notebox button.btn {
        position: absolute;
        right: 30px;
        top: -30px;
        padding: 5px 15px;
    }

    #notebox .open .btn.btn-default,
    #notebox .open .btn.btn-default:hover {
        position: absolute;
        padding: 5px 15px;
    }

    #notebox ul {
        left: auto;
        padding-bottom: 10px;
        padding-top: 10px;
        position: absolute;
        right: 42px;
        top: -2px;
        width: 290px;
    }

    #notebox .tx-bjmerkzettel #merkoveropen {
        background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/top-divider.png') no-repeat 100% center;
    }
}

@media screen and (max-width: 767px) {
    #notebox {
        display: block;
        z-index: 13000;
    }

    #notebox .tx-bjmerkzettel #merkoveropen .special-caret {
        display: none;
    }

    #notebox button.btn {
        position: absolute;
        right: 30px;
        top: -30px;
        padding: 5px 15px;
    }

    #notebox ul {
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        top: -2px;
        width: 290px;
        max-width: 290px;
    }
}

@media screen and (max-width: 500px) {
    #notebox ul {
        right: -50px;
    }
}

@media screen and (max-width: 362px) {
    #notebox {
        display: block;
        width: 100%;
        max-width: 100%;
        z-index: 13000;
    }

    #notebox ul {
        left: auto;
        max-width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        position: absolute;
        right: -100px;
        top: -2px;
        width: 100%;
    }
    #notebox .tx-bjmerkzettel #merkoveropen .special-caret,
    #notebox button span.merkzettel-mein {
        display: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #notebox {
        right: 240px;
    }
}

.search {
    float: right;
    padding-left: 8px;
    padding-top: 13px;
}

.switch-wrapper {
    position: relative;
    right: 0;
    width: 4%;
    max-width: 30px;
}

.search-button {
    display: block;
    text-indent: -9999em;
    width: 16px;
    height: 16px;
    background: transparent url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/magnifierh.png') no-repeat left top;
    border: none;
}

.search-button:hover,
.search-button:focus {
    background: transparent url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/magnifierh_over.png') no-repeat left top;
}

.switch-search-nav {
    margin: 0;
    position: absolute;
    right: 0;
    top: 82px;
    width: 280px;
    z-index: 1;
    display: none;
    -webkit-box-shadow: inset 3px -3px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 3px -3px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 8px 10px 8px 10px;
    background: #2d4560;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkNDU2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzI4MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #2d4560 0%, #1c2839 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d4560), color-stop(100%,#1c2839));
    background: -webkit-linear-gradient(top,  #2d4560 0%,#1c2839 100%);
    background: -o-linear-gradient(top,  #2d4560 0%,#1c2839 100%);
    background: -ms-linear-gradient(top,  #2d4560 0%,#1c2839 100%);
    background: linear-gradient(to bottom,  #2d4560 0%,#1c2839 100%);
}

.lt-ie9 .switch-search-nav {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4560', endColorstr='#1c2839',GradientType=0 );
}

.switch-search-nav:before {
    background:transparent url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/mainnav-arrow-top.png') no-repeat 0 0;
    content: "__";
    position: absolute;
    right: 10px;
    top: -7px;
    color:#2d4560;
}

.switch-search-nav .input-group {
    border: 1px solid #dfdfdf;
}

.switch-search-nav .input-group .form-control {
    border:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding:5px;
    height: 28px;
}
.switch-search-nav .input-group .btn-default {
    color:#fff;
    border:none;
    padding:2px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #2d4560;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkNDU2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTM2NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #2d4560 0%, #293646 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d4560), color-stop(100%,#293646));
    background: -webkit-linear-gradient(top,  #2d4560 0%,#293646 100%);
    background: -o-linear-gradient(top,  #2d4560 0%,#293646 100%);
    background: -ms-linear-gradient(top,  #2d4560 0%,#293646 100%);
    background: linear-gradient(to bottom,  #2d4560 0%,#293646 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4560', endColorstr='#293646',GradientType=0 );
}


.switch-search-nav .input-group .form-control:first-child{
    border:none;
}

/* Suche in linker Spalte */
.nav-search {
    border-top: 1px solid #010101;
    padding-top: 0.6em;
    margin-bottom: 40px;
}

.nav-search h2 {
    text-align: left;
    margin-bottom: 0.5em;
}


@media screen and (min-width: 768px) {
    .nav-search{
        clear:both;
        float:left;
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
	.switch-search-nav {
		right: 0;
	}
    .search-button {
        background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/magnifier.png') no-repeat left top transparent;
    }

    .search-button.open,
    .search-button:hover,
    .search-button:focus {
        background: transparent url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/magnifier_over.png') no-repeat left top;
    }
}

@media screen and (min-width: 1024px) {
	.switch-search-nav {
		right: -11px;
	}
}







body.startpage {
    max-width: auto;
}

.startpage .container.full {
    min-height: 100px;
    /*margin-bottom: 59px;*/
}

.startpage .row-offcanvas-left > .col-sm-12 > .container {
    padding-top: 0;
}

.startpage .bxslider-vertical {
    list-style: none;
}

.startpage .bx-wrapper {
    margin-bottom: 0;
}

.startpage .bx-wrapper img {
    display: block;
    height: auto;
    width: auto;
    max-width: none;
}

.startpage .bx-wrapper ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.startpage .bx-wrapper li {
    overflow: hidden;
}

.startpage .slides-content {
    position: absolute;
    right: 10%;
    bottom: 5em;
    color: #000;
    padding: 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    height: auto;
    background: #ffffff\9;
    background-color: rgba(255, 255, 255, 0.9);
    color: rgba(255, 255, 255, 0.9);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 27.4em;
}

.startpage .slides-content.only-text {
    padding-left: 35px;
}

.startpage .slides-content.only-text a {
    width: 104%;
}

.startpage .slides-content img {
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    max-width: 110px;
}

.startpage .slides-content a {
    width: 16em;
    display: block;
    float: left;
    margin-left: -1em;
}

.startpage .slides-content h2 {
    float: left;
    width: 93%;
}

.startpage .slides-content a:hover h2,
.startpage .slides-content a:focus h2 {
    text-decoration: underline;
}

.startpage .slides-content em {
    border-bottom: 1px solid #000;
    float: left;
    width: 100%;
    margin-bottom: 1em;
}

.startpage .slides-content em span {
    float: right;
}

.startpage .outside {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 20.3em;
}

.startpage .outside .btn {
    padding: 0px 3px;
}

.startpage .outside p {
    width: 3.7em;
    float: left;
    text-indent: -9999em;
    margin-top: 0.3em;
    margin-bottom: 0.2em;
    display: block;
}

.startpage .outside .bx-prev{
    float:left;
    display: block;
    width: 52px;
}

.startpage .outside .pager {
    float: left;
    clear: none;
    width: 2.3em;
    padding: 0;
    margin: 0.3em 0 0;
    text-align: left;
}

.startpage .outside .pager .bx-default-pager {
    float: left;
    padding-bottom: 0.2em;
}

.startpage .outside .divider {
    border-right: 1px solid white;
    margin-top: 0.2em;
    margin-left: 0.2em;
    margin-right: 0.8em;
    height: 22px;
    width: 1px;
    display: block;
    float: left;
}

.startpage .bxslider-horizontal-product {
    z-index: 1;
}

.startpage .product-slider {
    width: 100%;
}

.startpage .product-slider-link {
    display: none;
}

.startpage .product-slider .resize-to-full {
    z-index: 0;
    position: absolute;
    top: 0;
}

.startpage .product-slider h1 {
    padding-top: 4%;
    margin-left: 4%;
    border-bottom: 1px solid #000;
    padding-bottom: 0.2em;
    width: 90%;
    position: absolute;
    z-index: 9999;
}

.startpage .product-slider .bx-wrapper img {
    width: 100%;
}

.startpage .product-slider .bx-wrapper .head img {
    width: auto;
}

.startpage .product-slider .carousel-caption {
    position: relative;
    float: left;
    width: 100%;
    margin: 1.5em 0 0;
    padding: 0;
    left: 0;
    right: 0;
}

.startpage .product-slider .carousel-caption .head {
    width: 100%;
    padding-bottom: 0;
    margin-bottom: 0;
    float: left;
}

.startpage .product-slider .carousel-caption p {
    text-align: center;
    text-shadow: 0 0;
    clear: both;
    width: 100%;
}

.startpage .product-slider a {
    display: block;
    float: left;
}

.startpage .product-slider .bx-wrapper {
    top: 10%;
    z-index: 1;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.startpage .product-slider .bx-viewport {
    top: 25%;
}

.startpage .bx-controls-direction {
    z-index: 99;
    position: inherit;
}

.startpage .footer {
    margin: 0 auto;
    background: #fff;
    position: absolute;
}

.bx-wrapper .bx-controls-direction a {
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0);
}

.startpage .product-slider .head h2 {
    margin: 0;
    padding: 0;
    float: left;
    border: none;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    width: 100%;
}

/* Fix for footer positioning from top */
.startpage .col-xs-12,
.startpage .col-sm-12 {
    position: relative;
    float: left;
    background: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .startpage .container.full {
        margin-bottom: 0;
    }

    .startpage .product-slider {
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .startpage .product-slider {
        position: relative;
    }

    .startpage .row-offcanvas-left > .col-sm-12 > .container {
        padding-top: 0;
    }

    .startpage .bx-wrapper {
        float: left;
        position: relative;
    }

    .startpage .bxslider-horizontal-container .bx-wrapper {
        float: none;
    }

    .startpage .bx-wrapper .bx-controls-direction a {
        top: 15%;
    }

    .startpage .bxslider-vertical img {
        width: 100%;
        height: auto;
    }

    .startpage .bxslider-vertical .product-slider,
    .startpage .bxslider-vertical .bxslider-horizontal-container {
        margin-bottom: 2em;
    }

    .startpage .bxslider-vertical,
    .startpage .bxslider {
        margin: 0;
        padding: 0;
        width: 100%;
        float: left;
    }

    .startpage .bxslider-vertical {
        position: relative;
        width: 100%;
    }

    .startpage .slides-content {
        position: relative;
        clear: both;
        right: 0;
        width: 100%;
        float: left;
        bottom: 0;
        text-align: center;
    }

    .startpage .slides-content a,
    .startpage .slides-content em,
    .startpage .slides-content h2,
    .startpage .slides-content p {
        width: 100%;
        margin-left: 0;
        float: left;
        clear: both;
        text-align: left;
    }

    .startpage .slides-content h2 {
        width: 92%;
        clear: none;
    }

    .startpage .slides-content img {
        width: auto;
        float: none;
        position: relative;
        display: inline;
        margin-bottom: 0.7em;
        margin-top: 0.3em;
        margin-right: 0;
    }

    .startpage .outside {
        display: none;
    }

    .startpage .product-slider {
        position: relative;
        width: 100%;
        float: left;
    }

    .startpage .product-slider h1 {
        display: none;
    }

    .startpage .product-slider-link {
        display: block;
        text-align: left;
        margin-left: 5%;
        margin-top: 0.5em;
        margin-bottom: 2em;
        float: left;
    }

    .startpage .product-slider .resize-to-full {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
    }

    .startpage .bxslider-horizontal-container .resize-to-full {
        width: 100%;
        height: auto;
        position: relative;
    }

    .startpage .product-slider .resize-product {
        width: auto;
        height: 100%;
        position: absolute;
    }

    .startpage .product-slider .item {
        text-align: center;
        padding: 2em;
    }

    .startpage .product-slider a {
        float: none;
        display: inline-block;
    }

    .startpage .product-slider .bx-wrapper {
        top: 0;
        float: none;
    }

    .startpage .product-slider .bx-wrapper .bx-controls-direction a {
        top: 50%;
    }

    .startpage .product-slider {
        overflow: hidden;
    }

    .startpage .product-slider .bx-viewport {
        top: 2%;
    }

    .startpage .bxslider-horizontal-product,
    .startpage .bxslider-horizontal {
        padding: 0;
        margin: 0;
    }

    .startpage .bxslider-horizontal-container {
        position: relative;
        width: 100%;
        float: left;
        overflow: hidden;
    }

    .startpage .footer {
        position: relative;
    }
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.tabbed .bx-wrapper {
    position: relative;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider {
    min-height:100px;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	left: 0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/bx_loader.gif') center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 0;
	background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png') no-repeat 0 0;
}

.tabbed .bx-wrapper .bx-prev {
    left: 0;
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png') no-repeat -223px 0;
}

.nav-tabslider .bx-wrapper .bx-prev {
    display:none;
}

.bx-wrapper .bx-prev:hover {
    background-position: -76px 0;
}

.tabbed .bx-wrapper .bx-prev:hover {
    background-position: -158px 0;
}

.bx-wrapper .bx-next {
	right: 0;
	background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png') no-repeat -38px 0;
}

.tabbed .bx-wrapper .bx-next {
    right: 0;
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png') no-repeat -244px 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -114px 0;
}

.tabbed .bx-wrapper .bx-next:hover {
    background-position: -114px 0;
}

.nav-tabslider .bx-wrapper .bx-next:hover {
    background-position: -241px -90px;
}


.bx-wrapper .bx-controls-direction a {
    height: 86px;
    margin-top: -47px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 26px;
    z-index: 99;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.mainmenue-wrapper {
    float:right;
    display:block;
    width: 72%;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
    position: absolute;
    display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu li:last-child ul {
    left: auto;
    right:-30px;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a,
.sf-menu strong {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu {
	margin-top: 44px;
    float:right;
    margin-right: 0;
}
.sf-menu ul {
	min-width: 12em;
	*width: 12em;
}
.sf-menu a,
.sf-menu strong {
	padding: 12px 12px 12px 12px;
	text-decoration: none;
    font-size:14px;
    color: #000;
    zoom: 1;
    font-weight:normal;
}
.sf-menu a:hover,
.sf-menu a:focus {
    color: #0076b7;
    text-decoration: none;
}
.sf-menu li.active a,
.sf-menu strong {
    color: #0076b7;
}
.sf-menu ul a,
.sf-menu ul strong {
    color: #fff;
    padding: .5em .5em;
    font-weight:normal;
}
.sf-menu > li {
	background: transparent url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/mainnav-divider.png') no-repeat left 13px;
	white-space: nowrap;
	*white-space: normal;
	-webkit-transition: background .0s;
	transition: background .0s;
}
.sf-menu > li:first-child {
    background: none;
}
.sf-menu ul {
    background: #1c2839 url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/mainnav-back.png') repeat-x left top;
    padding:20px 30px 20px 30px;
}
.sf-menu ul li {
	background: transparent;
    color:#fff;
}
.sf-menu ul ul li {
	background:transparent;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	-webkit-transition: none;
	transition: none;
}
.sf-menu li.sfHover a,
.sf-menu li.sfHover strong {
    background: transparent url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/mainnav-arrow-top.png') no-repeat center bottom;
}
.sf-menu li.sfHover li a,
.sf-menu li.sfHover li strong {
    background: transparent;
    border-bottom:1px solid #96a2af;
}
.sf-menu li.sfHover li:last-child a,
.sf-menu li.sfHover li:last-child strong {
    border-bottom:none;
}
.sf-menu ul li a:hover {
    background:#293e57;
    color: #eee;
}
.sf-menu ul li strong {
    background:#293e57;
    color: #eee;
}

@media screen and (max-width: 945px) {
    .sf-menu a,
    .sf-menu strong {
        padding: 12px 6px;
    }
}

@media screen and (max-width: 845px) {
    .sf-menu a,
    .sf-menu strong {
        padding: 12px 3px;
    }
}

@media screen and (max-width: 800px) {
    .sf-menu a,
    .sf-menu strong {
        padding: 12px 1px;
    }
}
.borderRadius{-moz-border-radius:0; border-radius:0; }
.borderRadiusTp{-moz-border-radius:0; border-radius:0;}
.borderRadiusBtm{-moz-border-radius:0 ; border-radius:0;}

.ddcommon {position:relative;display:-moz-inline-stack; zoom:1; display:inline-block; *display:inline; cursor:default; margin-top:5px;}
.product-nav .ddcommon {margin-top:0;height: 28px;}

.ddcommon ul{padding:0;margin:0;}
.ddcommon ul li{list-style-type:none;}
.borderRadiusTp ul li:last-child{-moz-border-radius:0 ; border-radius:0;border-bottom:0 none #c3c3c3; }
.borderRadiusBtm ul li:first-child{-moz-border-radius:0; border-radius:0 ;border-bottom:1 solid #c3c3c3; }

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll{
opacity: .5; /* standard: ff gt 1.5, opera, safari */
-ms-filter:"alpha(opacity=50)"; /* ie 8 */
filter:alpha(opacity=50); /* ie lt 7 */
-khtml-opacity:.5; /* safari 1.x */
-moz-opacity:.5; /* ff lt 1.5, netscape */
color:#999999;
}
.ddcommon .clear{clear:both}
.ddcommon .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.ddcommon input.text{color:#7e7e7e;padding:0 0 0 0; position:absolute; background:#fff; display:block; width:98%; height:98%; left:2px; top:0; border:none;}
.ddOutOfVision{position:relative; display:-moz-inline-stack; display:inline-block; zoom:1; *display:inline;}
.borderRadius .shadow{-moz-box-shadow:5px 5px 5px -5px #888888;-webkit-box-shadow:5px 5px 5px -5px #888888;box-shadow: 5px 5px 5px -5px #888888;}
.borderRadiusBtm .shadow{-moz-box-shadow:-5px -5px 5px -5px #888888;-webkit-box-shadow:-5px -5px 5px -5px #888888;box-shadow: -5px -5px 5px -5px #888888}
.borderRadiusTp .border, .borderRadius .border{-moz-border-radius:0 ; border-radius:0;}
.borderRadiusBtm .border{-moz-border-radius:5px 5px 0 0; border-radius:5px 5px 0 0;}
img.fnone{float:none !important}
.ddcommon .divider{width:0; height:100%; position:absolute;}
.ddcommon .ddArrow{display:inline-block; position:absolute; top:50%; right:0;}
.ddcommon .ddArrow:hover{background-position:0 100%;}
.ddcommon .ddTitle{padding:0; position:relative; display:inline-block; width:100%}
.ddcommon .ddTitle .ddTitleText{display:block;}
.ddcommon .ddTitle .ddTitleText .ddTitleText{padding:0;}
.ddcommon .ddTitle .description{display:block;}
.ddcommon .ddTitle .ddTitleText img{position:relative; vertical-align:middle;border:1px solid #999;}
.product-nav .ddcommon .ddTitle {border:1px solid #999;overflow: hidden;}
.product-nav .ddcommon .ddTitle .ddTitleText img{position:absolute; float:none; width:22px; height:22px; left:2px; top:2px;}
.ddcommon .ddChild{position:absolute;display:none;width:100%;overflow-y:auto; overflow-x:hidden; zoom:1; z-index:9999}
.ddcommon .ddChild li{clear:both;}
.ddcommon .ddChild li .description{display:block;}
.ddcommon .ddChild li img{border:0 none; position:relative;vertical-align:middle;float:left}
.ddcommon .ddChild li.optgroup{padding:0;}
.ddcommon .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.ddcommon .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.ddcommon .noBorderTop{border-top:none 0  !important; padding:0; margin:0;}

/*************** default theme **********************/
.dd{border:1px solid #999;}
.product-nav .dd{border:none;}
.dd .divider{right:24px;}
.dd .ddArrow{width:30px;height:27px; margin-top:-14px; background:url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/dd/skin/dd_arrow.gif') no-repeat scroll 0 1px;}
.dd .ddArrow:hover{background-position:0 100%;}
.dd .ddTitle{color:#000;background:#fff}
.dd .ddTitle .ddTitleText{padding:2px 32px 2px 12px; text-align: left;}
.dd .ddTitle .ddTitleText .ddlabel {float:left;}
.product-nav .dd .ddTitle .ddTitleText .ddlabel {display: block; float: none; padding-bottom: 1px; padding-left: 20px; padding-top: 1px; height: 22px; white-space: nowrap; width:175px; }
.product-wrapper .dd img {margin:0;max-width:none;padding:0;}
.product-nav .dd .ddTitle .ddTitleText{width:218px;}
.dd .ddTitle .ddTitleText .ddTitleText{padding:0;}
.dd .ddTitle .description{font-size:12px; color:#666}
.dd .ddChild{border:1px solid #c3c3c3; background-color:#fff; left:-1px;}
.dd .ddChild li{padding:3px; background-color:#fff; border-bottom:1px solid #c3c3c3;}
.product-nav .dd .ddChild li {position:relative;}
.dd .ddChild li .description{color:#666;}
.dd .ddChild li .ddlabel{color:#333;}
.dd .ddChild li .ddlabel{display:block;padding:1px 0 1px 28px;}
.dd .ddChild li.hover{background-color:#f2f2f2}
.dd .ddChild li img{padding:0 6px 0 0;}
.product-nav .dd .ddChild li img{left: 2px; padding: 0; position: absolute; top: 2px;}
.dd .ddChild li.optgroup{padding:0;}
.dd .ddChild li.optgroup .optgroupTitle{padding:0 5px; font-weight:bold; font-style:italic}
.dd .ddChild li.optgroup ul li{padding:5px 5px 5px 15px}
.dd .ddChild li.selected{background-color:#d5d5d5; color:#000;}

/* Slider for Tabs */
.tabbed .bx-wrapper .bx-prev {
    left: -3em;
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png') no-repeat -223px 0;
}

.tabbed .bx-wrapper .bx-next {
    right: -3em;
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png') no-repeat -244px 0;
}

.tabbed .bx-wrapper .bx-prev:hover {
    background-position: -158px 0;
}

.tabbed .bx-wrapper .bx-next:hover {
    background-position: -179px 0;
}

.tabbed.nav-tabslider .bx-wrapper .bx-next:hover {
    background-position: -241px -90px;
}

.tabbed.nav-tabslider .bx-wrapper .bx-prev {
    display: none;
}

.bxslider-normal-single-container{
    position: relative;
    float: left;
    width: 100%;
    margin-top: -2.1em;
}

.bxslider-normal-single-container .bx-wrapper .bx-pager{
    position: relative;
    padding-top:0;
}

.row-article .bxslider-normal-single-container{
    margin-top: 0;
    width: auto;
    float: none;
}

.row-article .bxslider-normal-single-container .bx-wrapper .bx-pager{
    padding-top:20px;
}

.bxslider-normal-single-container .bx-wrapper .bx-controls-direction a{
    margin-top: -86px;
}

.row-article .bxslider-normal-single-container .bx-wrapper .bx-controls-direction a{
    margin-top: -55px;
}

/* Custom BXSlider Layout */
.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 3px 0 #666;
    box-shadow: 0 0 3px 0 #666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #00ACEC;
    border: 1px solid #00ACEC;
}

@media screen and (max-width: 767px) {
    .tabbed.nav-tabslider {
        margin-top: 0;
    }

    .tabbed.nav-tabslider .bx-wrapper .bx-next {
        background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png') no-repeat -241px -126px;
        width: 28px;
        height: 28px;
        margin-top: -10px;
        right: 10px;
    }

    .tabbed.nav-tabslider .nav-tabs li a,
    .tabbed.nav-tabslider .nav-tabs li a:hover,
    .tabbed.nav-tabslider .nav-tabs li a:focus {
        border: 1px solid #999 !important;
        border-bottom: none !important;
        background: #fff !important;
        margin-bottom: 0;
        margin-right: 0;
    }

    .tab-overlay {
        position: absolute;
        top: 0;
        right: 0;
        height: 41px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTIlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 92%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(92%, rgba(255, 255, 255, 1)));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 92%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 92%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 92%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 1) 92%);
        width: 40%;
    }

    .lt-ie9 .tab-overlay {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#1affffff', endColorstr = '#ffffff', GradientType = 1);
    }

    .tabbed.nav-tabslider .nav-tabs {
        border-bottom: 1px solid #999;
        display: block;
        height: 41px;
        background: #fff;
    }

    .tabbed.nav-tabslider .nav > li {
        border-bottom: none;
        background: transparent;
        padding-left: 10px;
    }
}

/* Tabbed Navigation */
.tabbed {
    width: 100%;
    text-align: left;
    position: relative;
    z-index: 1;
    float: left;
}

.page-article .tabbable h2,
.page-article .tabbable h3 {
    margin-bottom: 20px;
}

.page-article .tabbable h2.underline {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.tabbed .nav {
    border: 0;
    top: -1.9em;
    position: relative;
}

.tabbed .nav-tabs {
    display: inline-block;
    float: left;
}

.tabbed .nav-tabs li {
    border: 0;
    margin-right: 2px;
    background: #fff;
}

.tabbed .nav-tabs li a {
    border-radius: 0;
    padding: 0.3em 1.2em 0.2em 1.2em;
    white-space: nowrap;
}

.tabbed .nav-tabs li.active a,
.tabbed .nav-tabs li.active a:hover,
.tabbed .nav-tabs li.active a:focus {
    border: 0;
}

.tabbed .nav-tabs li a,
.tabbed .nav-tabs li a:hover,
.tabbed .nav-tabs li a:focus {
    background: #fff;
    border: 0;
}

.tabbed .tab-content {
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    padding: 0 10px 1.5em 10px;
}

.tabbed .tab-content .item {
    display: block;
    max-width: 100%;
}

.tabbed .tab-content .item img {
    margin-bottom: 1em;
}

.tabbed .tab-content .item h3 {
    border-top: 1px solid #0d0d0d;
    padding-top: 0.4em;
    float: left;
    text-align: left;
    width: 100%;
    margin: 0 0 0 0;
}

.tabbed .tab-content .item em {
    float: left;
    clear: both;
}

.tabbable .nav-tabs>li>a {
    border-radius: 0;
}

.tabbable .nav-tabs>li.active>a {
    border: 1px solid #999;
    border-bottom: 1px solid #fff;;
}

.tabbable .nav-tabs {
    border-bottom: 1px solid #999;
    padding-left: 0;
    margin-left: 0;
}

.row-article .tabbable ul.nav-tabs li {
    margin-bottom: -1px !important;
}

.nav-tabs > li > a:hover {
    background: none;
    border: 1px solid transparent;
}

@media screen and (max-width: 767px) {
    .tabbed {
        float: left;
    }

    .tabbed .nav {
        border: 0;
        top: 0;
        position: relative;
    }

    .tabbed .tab-content {
        padding: 1.5em 10px 1.5em 10px;
    }

    .tabbed .nav-tabs li a {
        padding: 0.3em 0.5em 0.2em;
    }
}



/* All CSS styles for article pages // css-styled-content */
.row-article {
    padding: 0 0 0 100px;
    width: 720px;
}

.row-article p {
    padding-bottom: 20px;
}

.align-right {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.row-article blockquote {
    margin-bottom: 30px;
    border-left: none;
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/quote.png') no-repeat 10px bottom;
    padding: 10px 0 20px;
}

.row-article blockquote p {
    padding-bottom: 0;
    color: #0076b7;
}

.page-article h1 {
    line-height: 1.15em;
    margin-bottom: 15px;
}

h1 + h2,
h1 + .csc-textpic > .csc-textpic-text > h2,
h1 + .csc-textpic-text > h2 {
    margin-top: -14px;
}

h1 + .csc-textpic {overflow:visible;}

.page-article h2,
.page-article h3 {
    margin-bottom: 16px;
}

.page-article h3.small{
    margin-bottom: 4px;
}

h2 + h3,
h2 + .csc-textpic > .csc-textpic-text > h3,
h2 + .csc-textpic-text > h3 {
    margin-top: -15px;
}

.table,
.contenttable {
    margin-bottom: 30px;
}

.table tfoot td {
    background-color: #eee;
}

.table > thead > tr > td,
.table > thead > tr > th {
    background-color: #f7f7f7;
}

.table > tbody > tr:nth-child(even) > td,
.table > tbody > tr:nth-child(even) > th {
    background-color: #f7f7f7;
}

.product-view-more ul,
.product-view-more ol,
.row-article ul,
.row-article ol{
    margin:0;
    padding:0;
    margin-bottom: 30px;
}

.row-article ol li,
.row-article ul li {
    margin-bottom:10px;
}

.row-article .thumbnail ol li,
.row-article .thumbnail ul li {
    margin-bottom:0;
}

.product-view-more .panel-body ul {
    margin-bottom: 0;
}

.product-view-more ol,
.row-article ol{
    padding-left: 2em;
}

.product-view-more ul,
.row-article ul {
    list-style-image: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/listdot.png');
    margin-left:14px;
}

.product-view-more .bx-wrapper ul,
.row-article .bx-wrapper ul {
    list-style:none;
    margin-left:0;
}

ul.linklist,
ol.linklist {
    margin: 0 0 30px 0;
    list-style: none;
    padding: 0;
}

ul.jumplist,
ol.jumplist {
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
    background: #fafafa;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    padding: 10px;
}

ul.teaserlinks, ol.teaserlinks {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 0;
    border-top: 1px solid #ccc;
}

ul.teaserlinks li, ol.teaserlinks li {
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0;
}

ul.teaserlinks li a, ol.teaserlinks li a {
    padding: 5px 0;
    color: #000;
    text-decoration: none;
    display: block;
}

ul.teaserlinks li a:hover, ol.teaserlinks li a:hover,
ul.teaserlinks li a:focus, ol.teaserlinks li a:focus {
    background: #efefef;
}

.page-article .slides-content {
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    bottom: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    color: #000000;
    height: auto;
    padding: 20px;
    position: relative;
    right: auto;
    width: 100%;
}

.page-article .item .slides-content {
    background-color: rgba(255, 255, 255, 0.8);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    bottom: 45px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    color: #000000;
    height: auto;
    left: auto;
    padding: 20px;
    position: absolute;
    right: 45px;
    width: 300px;

}

.page-article .row-article .bx-wrapper {
    margin: 0 auto 50px;
    padding: 0;
}

.container.bg-panorama {
    width: 100%;
}

.page-article .bg-panorama .bx-wrapper .bx-prev {
    left: 15px;
}

.page-article .bg-panorama .bx-wrapper .bx-next {
    right: 15px;
}

.page-article .container.bg-panorama .bx-wrapper {
    margin: 0 auto;
    padding: 0;
}

.container.bg-panorama .bx-wrapper .item a,
.container.bg-panorama .bx-wrapper .item img {
    width: 100%;
}

.page-article .container.bg-panorama .bx-wrapper p,
.row-article .bx-wrapper p {
    padding-bottom: 0;
}

.page-article .bx-controls-direction {
    position: inherit;
    z-index: 99;
}

.page-article .product-slider a {
    float: left;
}

.row-article .csc-default {
    position: relative;
}

.page-article .container.bg-panorama .content-brand {
    padding-left: 15px;
    padding-bottom: 15px;
}

.page-article .container.bg-panorama .container {
    max-width: 100%;
}

.page-article .container.bg-panorama .container .row {
    padding: 15px 30px 15px 30px;
}

.page-article .row-article .bx-wrapper .bx-pager,
.page-article .row-article .bx-wrapper .bx-controls-auto {
    bottom: 10px;
}

.page-article .container.bg-panorama .bx-wrapper .bx-pager,
.page-article .container.bg-panorama .bx-wrapper .bx-controls-auto {
    bottom: 15px;
}

/* CSS Styled Content */
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 30px;
}

.internal-link,
.internal-link-new-window,
.external-link,
.external-link-new-window {
    display: inline-block;
    padding-left: 12px;
    color: #0076b7;
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/link-internal.png') no-repeat 0 6px;
}

.download,
.mail {
    display: inline-block;
    padding-left: 12px;
    color: #0076b7;
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/link-external.png') no-repeat 0 7px;
}

.download:hover{
    text-decoration: underline;
}

ul.teaserlinks li a.internal-link,
ul.teaserlinks li a.internal-link-new-window,
ul.teaserlinks li a.external-link,
ul.teaserlinks li a.external-link-new-window,
ul.teaserlinks li a.download,
ul.teaserlinks li a.mail,
ul.teaserlinks li a.xls,
ul.teaserlinks li a.doc,
ul.teaserlinks li a.ppt,
ul.teaserlinks li a.img,
ul.teaserlinks li a.pdf,
ul.teaserlinks li a.oben,
ul.teaserlinks li a.zurueck {
    display: block;
    padding-left: 0;
    color: #000;
    background: none;
}

ul.teaserlinks li a.internal-link:hover,
ul.teaserlinks li a.internal-link-new-window:hover,
ul.teaserlinks li a.external-link:hover,
ul.teaserlinks li a.external-link-new-window:hover,
ul.teaserlinks li a.download:hover,
ul.teaserlinks li a.mail:hover,
ul.teaserlinks li a.xls:hover,
ul.teaserlinks li a.doc:hover,
ul.teaserlinks li a.ppt:hover,
ul.teaserlinks li a.img:hover,
ul.teaserlinks li a.pdf:hover,
ul.teaserlinks li a.oben:hover,
ul.teaserlinks li a.zurueck:hover {
    background:transparent;
    color:#0076B7;
}

p .internal-link,
p .internal-link-new-window,
p .external-link,
p .external-link-new-window,
p .download,
p .mail {
    display: inline;
}

p a.internal-link:hover,
p a.internal-link:focus,
p a.internal-link-new-window:hover,
p a.internal-link-new-window:focus,
p a.external-link:hover,
p a.external-link:focus,
p a.external-link-new-window:hover,
p a.external-link-new-window:focus,
p a.download:hover,
p a.download:focus,
p a.mail:hover,
p a.mail:focus,
.linklist a:hover,
.linklist a:focus,
.linklist a:hover,
.linklist a:focus {
    text-decoration:underline;
}

.external-link,
.external-link-new-window {
    background-image: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/link-external.png');
}

ul.teaserlinks li a.external-link,
ul.teaserlinks li a.external-link-new-window {
    background-image: none;
}

.download {
    background-image: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/link-download.png');
}

ul.teaserlinks li a.download {
    background-image: none;
}

.mail {
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/link-external.png') no-repeat 0 5px;
}

ul.teaserlinks li a.mail {
    background-image: none;
}

p.big {
    margin-bottom: 1.3em;
}

p.big-gray {
    color: #999;
    padding-bottom: 10px;
}

p.gray {
    color: #999;
}

.csc-textpic-text h3 {
    margin-bottom: 16px;
}

.tab-pane .csc-textpic-text h3 {
    margin-bottom: 5px;
}

.row-article .bx-wrapper .bx-controls-direction a {
    margin-top: -7.5%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .container {
        max-width: 100%;
    }

    .row-article {
        padding: 0 15px;
        width: 100%;
        margin-left: 0;
    }

    div.csc-textpic .csc-textpic-imagewrap img {
        height: auto;
        max-width: 100%;
        /*width: 100%;*/
    }
}

@media screen and (max-width: 767px) {
    .page-article .item .slides-content{
        position: relative;
        top:0;
        bottom: 0;
        right:0;
        float:left;
        width: 100%;
        padding:0;
        background: none;
        margin-top: 30px;
    }

    .page-article .row-article .bx-wrapper .bx-pager{
        display: none;
    }

    .page-article .bx-wrapper .bx-controls-direction a{
        top:35%;
    }

    .container.bg-panorama .bx-wrapper .bx-controls-direction a{
        top:50%;
        margin-top:-2%;
    }

    .page-article .slides-content h3{
        margin-bottom: 10px;
    }

    .row-article h1 {
        padding: 30px 0 0 0;
    }

    .row-article {
        padding: 0 15px;
        width: 100%;
        margin: 0;
    }

    div.csc-textpic .csc-textpic-imagewrap img {
        height: auto;
        max-width: 100%;
        /*width: 100%;*/
    }

    .row-article .bx-wrapper .bx-controls-direction a {
        margin-top: -1%;
        height: 63px;
    }
    .row-article .bx-wrapper .bx-prev {
        background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png') no-repeat -76px -11px;
    }
    .row-article .bx-wrapper .bx-next {
        background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png') no-repeat -114px -11px;
    }
}

@media screen and (max-width: 400px) {

    .row-article .bx-wrapper .bx-controls-direction a {
        margin-top: -5%;
        top: 35%;
    }
}
form.fcss {

}

form.fcss input[type="radio"] {
    position: relative;
    top: 1px;
    margin: 0 4px 0 0;
}

form.fcss input[type="radio"].inline {
    position: relative;
    top: -1px;
    margin: 0 0 0 0;
}

/* www.spritecow.com for x and y position */

.sprite {
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/sprite.png') no-repeat;
    display: inline-block;
    float: left;
}

.sprite.hotspot {
    background-position: 0 0;
    width: 1.6em;
    height: 1.6em;
}

.sprite.hotspot:focus,
.sprite.hotspot:hover {
    background-position: -28px -1px;
    width: 1.9em;
    height: 1.9em;
}

.sprite.light-switch {
    background-position: -26px -194px;
    width: 1.4em;
    height: 1.4em;
    margin-top: 0.1em;
    margin-right: 0.4em;
}

.sprite.home {
    background-position: -3px -194px;
    width: 1.4em;
    height: 1.4em;
    margin-top: 0.1em;
    margin-right: 0.4em;
}

.sprite.link {
    background-position: -40px -171px;
    padding-left: 0.6em;
    height: 14px;
    width: 10px;
    float: none;
}

.sprite.headline-link {
    background-position: -58px -169px;
    padding-left: 1em;
    width: 1em;
    height: 1.5em;
}

.sprite.maximize {
    background-position: -2px -217px;
    width: 16px;
    height: 16px;
}

.sprite.minimize {
    background-position: -25px -217px;
    width: 16px;
    height: 16px;
}

.sprite.close {
    background-position: -4px -243px;
    width: 11px;
    height: 11px;
}

.sprite.social {
    background-position: -2px -149px;
    width: 15px;
    height: 15px;
    text-indent: -999em;
    margin-top: 2px;
    margin-right: 3px;
}

.sprite.up {
    background-position: -160px -51px;
    width: 88px;
    height: 21px;
}

.sprite.down {
    background-position: -55px -54px;
    width: 88px;
    height: 21px;
}

.sprite.up-small {
    background-position: -334px -56px;
    width: 88px;
    height: 21px;
}

.sprite.down-small {
    background-position: -269px -56px;
    width: 88px;
    height: 21px;
}

.sprite.left {
    background-position: 4px -37px;
    width: 26px;
    height: 50px;
    z-index: 9999;
    display: block;
}

.sprite.right {
    background-position: -19px -37px;
    width: 26px;
    height: 50px;
    z-index: 9999;
    display: block;
}

.sprite.rotate-left {
    background-position: -2px -260px;
    width: 18px;
    height: 15px;
}

.sprite.rotate-right {
    background-position: -28px -260px;
    width: 18px;
    height: 15px;
}

.sprite.rotate-slider {
    background-position: -52px -262px;
    width: 13px;
    height: 12px;
}

.sprite.rotate-background {
    background-position: -73px -266px;
    width: 147px;
    height: 4px;
}

.sprite.facebook {
    background-position: -47px -286px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.sprite.twitter {
    background-position: -71px -286px;
    width: 16px;
    height: 15px;
    margin-top: 1px;
}

.sprite.google {
    background-position: -93px -288px;
    width: 15px;
    height: 13px;
    margin-top: 3px;
}

.sprite.xing {
    background-position: -117px -288px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.sprite.instagram {
    background-position: -139px -286px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.sprite.pinterest {
    background-position: -160px -286px;
    width: 16px;
    height: 16px;
    margin-top: 1px;
}

.social ul li a:hover .sprite.facebook,
.social ul li a:focus .sprite.facebook {
    background-position: -47px -149px;
}

.social ul li a:hover .sprite.twitter,
.social ul li a:focus .sprite.twitter {
    background-position: -71px -149px;
}

.social ul li a:hover .sprite.google,
.social ul li a:focus .sprite.google {
    background-position: -93px -151px;
}

.social ul li a:hover .sprite.xing,
.social ul li a:focus .sprite.xing {
    background-position: -117px -151px;
}

.social ul li a:hover .sprite.instagram,
.social ul li a:focus .sprite.instagram {
    background-position: -139px -149px;
}

.social ul li a:hover .sprite.pinterest,
.social ul li a:focus .sprite.pinterest {
    background-position: -160px -149px;
}

.sprite.dropdown-list {
    background-position: -21px -178px;
    width: 7px;
    height: 4px;
}

.sprite.panel-collapse,
.panel-title > a .sprite.panel-collapse {
    background-position: -26px -312px;
    width: 13px;
    height: 13px;
    margin-top: 3px;
    position: absolute;
    right: 10px;
    top: 0;
}

.panel-title > a.collapsed .panel-collapse {
    background-position: -4px -312px;
}

.sprite.remove-prospect {
    background-position: -26px -243px;
    width: 12px;
    height: 12px;
    float: none;
}

.show-animation .sprite {
    background-position: -11px -407px;
    width: 19px;
    height: 21px;
    display: block;
    margin-top: -2px;
}

.show-video .sprite {
    background-position: -51px -406px;
    width: 19px;
    height: 21px;
    display: block;
    margin-top: -2px;
}

.close-animation .sprite,
.close-video .sprite {
    background-position: -14px -445px;
    width: 13px;
    height: 13px;
    margin-top: 3px;
    margin-right: 0.7em;
}

body,
html {
    /*height: 100%;*/
    -ms-overflow-style: scrollbar;
}

body {
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-box-flex: 0;
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    background:#e0e0e0;
}

.csc-frame-frame2 {
    float: left;
}

ol.st-ol {
    list-style:none;
    padding:0;
    margin:0 0 20px 0;
}
ol.st-ol li {
    position:relative;
    padding-left:22px;
}
ol.st-ol span {
    color: #0076B7;
    display:block;
    float:left;
    position:absolute;
    left:0;
    top:0;
}
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: normal;
}

h1.underline,h2.underline,h3.underline,h4.underline,h5.underline,h6.underline,
.h1.underline,.h2.underline,.h3.underline,.h4.underline,.h5.underline,.h6.underline {
    padding-bottom: 3px;
    border-bottom: 1px solid #999;
    display: block;
    clear: both;
    margin-bottom:10px;
}

.sf-menu h3, .sf-menu .h3 {
    padding: 0.5em;
    display: block;
    position: relative;
}

p.small-p {
    line-height: 18px;
    padding: 0 0 10px 0;
}

hr {
    border-color: #999;
    margin-bottom: 20px;
    margin-top: 0;
    clear:both;
}

body > .container {
    max-width: 100%;
    height: 100%;
    background: white;
    /*-webkit-transform: translate3d(0, 0, 0);*/
}

.container.full {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

#stickyFooter {
    -webkit-transform: translateZ(0);
    bottom: 80px;
    right:0;
    display: none;
    position: fixed;
    background:transparent;
    text-align:center;
    z-index: 9999;
    overflow: visible;
}

#stickyFooter p.navToTop {
    display: block;
    color:#fff;
    height:34px;
    width:36px;
    margin:0;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

#stickyFooter p.navToTop a {
    display: inline-block;
    color:#fff;
    text-decoration:none;
    padding:0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin:0;
    height:34px;
    width:36px;
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/sprite.png') -4px -353px  no-repeat;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

#stickyFooter p.navToTop a:hover{
    background: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/sprite.png') -48px -353px  no-repeat;
}

.content-container .col-xs-12.col-sm-12.col-md-9 {
    padding-left: 0;
    padding-right: 0;
}

.container.bg-panorama {
    margin-top: -60px;
    margin-bottom: 60px;
    float: left;
}

.page-article .row-article .bx-wrapper img,
.container.bg-panorama .bx-wrapper img {
    height: auto;
    width: 100%;
}

.row-article ul li a:hover,
.row-article ul li a:focus {
   text-decoration: underline;
}

.panel-group {
    margin-bottom: 60px;
}

.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    max-width: 187px;
    padding: 25px 0 0 0;
    width: 24%;
}

.navbar > .container .navbar-brand {
    margin-left: 0;
}

.navbar-brand img {
    width: 100%;
    max-width: 187px;
    height: auto;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: block;
    margin-top: 0;
    height: 0;
    min-height: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    z-index: -1;
    padding-top: 0;
}

.tab-content > .active,
.pill-content > .active {
    height: auto;
    min-height: inherit;
    overflow: visible;
    z-index: 1;
}

.content-brand {
    display: none;
    margin-left: 30px;
}

.navbar-static-top {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom:15px;
    border-top: 8px solid #e0e0e0;
    margin-bottom: 0;
    min-height: inherit;
    z-index: 12000;
}

.btn-dark {
    background: #2f4863;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmNDg2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzI5M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2f4863 0%, #1c293a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2f4863), color-stop(100%, #1c293a));
    background: -webkit-linear-gradient(top, #2f4863 0%, #1c293a 100%);
    background: -o-linear-gradient(top, #2f4863 0%, #1c293a 100%);
    background: -ms-linear-gradient(top, #2f4863 0%, #1c293a 100%);
    background: linear-gradient(to bottom, #2f4863 0%, #1c293a 100%);
    color: #fff;
    border-radius: 0;
}

.btn-dark-horizontal.next-solution {
    background: #2f4863;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzJmNDg2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzI5M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #2f4863 1%, #1c293a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%,#2f4863), color-stop(100%,#1c293a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #2f4863 1%,#1c293a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #2f4863 1%,#1c293a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #2f4863 1%,#1c293a 100%); /* IE10+ */
    background: linear-gradient(to right,  #2f4863 1%,#1c293a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4863', endColorstr='#1c293a',GradientType=1 ); /* IE6-8 */
    color: #fff;
    border-radius: 0;
}

.btn-dark-horizontal.prev-solution {
    background: #1c293a;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjMjkzYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzJmNDg2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(left,  #1c293a 0%, #2f4863 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1c293a), color-stop(99%,#2f4863)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #1c293a 0%,#2f4863 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #1c293a 0%,#2f4863 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #1c293a 0%,#2f4863 99%); /* IE10+ */
    background: linear-gradient(to right,  #1c293a 0%,#2f4863 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c293a', endColorstr='#2f4863',GradientType=1 ); /* IE6-8 */
    color: #fff;
    border-radius: 0;
}

.btn-dark-horizontal.next-solution:hover,
.btn-dark-horizontal.prev-solution:hover {
    background: #2f4863; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmNDg2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyZjQ4NjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  #2f4863 0%, #2f4863 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2f4863), color-stop(100%,#2f4863)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #2f4863 0%,#2f4863 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #2f4863 0%,#2f4863 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #2f4863 0%,#2f4863 100%); /* IE10+ */
    background: linear-gradient(to right,  #2f4863 0%,#2f4863 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f4863', endColorstr='#2f4863',GradientType=1 ); /* IE6-8 */
}

.btn-clicked,
.btn-clicked:hover,
.btn-clicked:focus {
    background: #C4C4C4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmNDg2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzI5M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #C4C4C4 0%, #8A8A8A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C4C4C4), color-stop(100%, #8A8A8A));
    background: -webkit-linear-gradient(top, #C4C4C4 0%, #8A8A8A 100%);
    background: -o-linear-gradient(top, #C4C4C4 0%, #8A8A8A 100%);
    background: -ms-linear-gradient(top, #C4C4C4 0%, #8A8A8A 100%);
    background: linear-gradient(to bottom, #C4C4C4 0%, #8A8A8A 100%);
    color: #444444;
    border-radius: 0;
}


.btn-clicked,
.btn-clicked:hover,
.btn-clicked:focus{
    background: #c4c4c4\9;
    background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyNTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNDNEM0QzQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM4QThBOEEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyNTEpIiAvPgo8L3N2Zz4=);
    filter:none \9;
}

.lt-ie9 .btn-clicked {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#C4C4C4', endColorstr = '#8A8A8A', GradientType = 0);
}

.lt-ie9 .btn-dark {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2f4863', endColorstr = '#1c293a', GradientType = 0);
    zoom:1;
}

.btn-dark:hover,
.btn-dark:focus {
    background: #2f4863;
    color: #fff;
}

.btn-clicked .glyphicon.glyphicon-ok {
    color: #444444;
    margin-right: 3px;
}

.toggle {
    background:url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/sprite.png') no-repeat -27px -331px;
    display:inline-block;
    width:11px;
    height:11px;
    min-width:11px;
    min-height:11px;
    padding:0 0 0 0;
    margin:0 5px 0 0;
    vertical-align: middle;
}
.toggle.checked {
    background-position: -4px -331px;
}
.toggleR {
    background:url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/sprite.png') no-repeat -27px -331px;
    display:block;
    width:20px;
    height:18px;
}
.toggleR.checked {
    background-position: -4px -331px;
}
.checkbox[disabled] + .toggle {
    opacity: 0.25;
    cursor: not-allowed;
}

.route {
    margin-bottom:30px;
}

.route .form-control {
    width:29%;
    margin-right:1%;
    float:left;
    height:34px;
}

.route .btn-dark {
    width:20%;
    float:left;
}

.dropdown-menu > li > strong {
    clear: both;
    color: #333333;
    display: block;
    font-weight: bold;
    line-height: 1.42857;
    padding: 3px 20px;
    white-space: nowrap;
}

.dropdown-menu > li > strong.disable {
    font-weight: normal;
    color: #7e7e7e;
}

.nav-mobile {
    display: none;
}

/* Sitemap */

.csc-sitemap ul {
     list-style: none;
}

.csc-sitemap ul,
.csc-sitemap ul ul {
    margin-left:0;
}

.csc-sitemap ul ul ul {
    margin-left:14px;
}

.csc-sitemap ul li {
    margin-bottom:0;
    display:block;
}

.csc-sitemap ul li a {
    padding-bottom:0;
    margin-bottom:5px;
    display:block;
    border-bottom:1px solid #ccc;
    font-size:20px;
}

.csc-sitemap ul li li a {
    border-bottom:none;
    font-size:14px;
    margin-bottom:0;
}

.csc-sitemap ul li li li a {
    padding-bottom:5px;
    display:block;
}

.csc-sitemap ul li li li {
    line-height:16px;
    margin-bottom:0;
}

/* accordion */
.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-group .panel {
    border-color: #999;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
}

.panel-heading {
    padding: 6px 0 10px 0;
    border: none;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-title {
    font-size: 18px;
}

.panel-body {
    padding: 15px 0;
}

.panel-default > .panel-heading {
    background-color: transparent;
    border-color: #999;
    color: #000;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #999;
}

.panel-title > a {
    display: block;
    position: relative;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-footer {
    background-color: transparent;
    border: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border: none;
}

/* FORM */

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 4px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #999;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-group select,
.form-group textarea {
    font-family: "UniversNextW02-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: normal;
    background-color: #fff;
    border: 1px solid #000;
}

select.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 14px;
}

/* CAROUSEL */

.carousel {
    margin-bottom: 0;
    margin-top: 0;
}

.carousel-caption {
    z-index: 10;
}

.carousel .item {
    height: 100%;
    width: 100%;
}

.navbar-header {
    float: none;
    width: 100%;
}

body .container > .row-offcanvas-left > .col-sm-12 {
    padding: 0;
}

.audio-wrapper,
.video-wrapper,
.youtube-wrapper {
    padding: 0 0 20px 0;
}

div.csc-textpic .csc-textpic-imagewrap img {
    height: auto;
    max-width: 100%;
    /*width: 100%;*/
}

.container.full div.csc-textpic .csc-textpic-imagewrap img {
    width: 100%;
}

.lt-ie9 div.csc-textpic .csc-textpic-imagewrap img {
    max-width:none;
}

div.csc-textpic-intext-left .csc-textpic-imagewrap{
    margin-right: 25px;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap{
    margin-left: 25px;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image{
    margin-bottom: 30px;
}

.csc-textpic-caption {
    caption-side: bottom;
    font-size: 12px;
    padding-left: 3px;
    padding-top: 4px;
    text-align: left;
}
div.csc-textpic-intext-left .csc-textpic-imagewrap,
div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    position:relative;
    top:3px;
}
.csc-textpic-intext-left-nowrap .csc-textpic-text {
    padding-left: 15px;
}

/* responsive images
img {
    max-width:100%;
    width:100%;
    height:auto;
}
*/

/* Bootstrap Modal */
.modal-content{
    background: none;
    box-shadow: none;
    -webkit-box-shadow:none;
    border:none;
}

.modal-dialog{
    width: 100%;
}

.modal-body h3{
   margin-bottom: 0;
}

/* RESPONSIVE CSS */

@media screen and (max-width: 500px) {
    .nav-mobile .nav {
        padding-left: 10px;
    }

    .row-offcanvas-right
    .sidebar-offcanvas {
        right: -90%;
    }

    .row-offcanvas-left
    .sidebar-offcanvas {
        left: -90%;
    }

    .row-offcanvas-right.active {
        right: 90%;
    }

    .row-offcanvas-left.active {
        left: 90%;
    }

    .sidebar-offcanvas {
        width: 90%;
    }

    .csc-textpic-intext-left-nowrap .csc-textpic-text {
        margin-left: 0;
    }

    .csc-textpic-intext-right-nowrap .csc-textpic-text {
        margin-right: 0;
    }

    div.csc-textpic-intext-left .csc-textpic-imagewrap,
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
    div.csc-textpic-intext-right .csc-textpic-imagewrap,
    div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    div.csc-textpic-intext-left .csc-textpic-imagewrap img,
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap img,
    div.csc-textpic-intext-right .csc-textpic-imagewrap img,
    div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    div.csc-textpic .csc-textpic-imagewrap img {
        max-width: 100%;
        /*width: 100%;*/
        height: auto;
    }

    .container.full div.csc-textpic .csc-textpic-imagewrap img {
        width: 100%;
    }

}

@media screen and (max-width: 767px) {
    #stickyFooter,
    #breadcrumb {
        display: none !important;
    }

    .csc-textpic-intext-left-nowrap .csc-textpic-text {
        margin-left: 0;
    }

    .csc-textpic-intext-right-nowrap .csc-textpic-text {
        margin-right: 0;
    }

    div.csc-textpic-intext-left .csc-textpic-imagewrap,
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
    div.csc-textpic-intext-right .csc-textpic-imagewrap,
    div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }

    div.csc-textpic-intext-left .csc-textpic-imagewrap img,
    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap img,
    div.csc-textpic-intext-right .csc-textpic-imagewrap img,
    div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    div.csc-textpic .csc-textpic-imagewrap img {
        max-width: 100%;
        /*width: 100%;*/
        height: auto;
    }
    .container.full div.csc-textpic .csc-textpic-imagewrap img {
        width: 100%;
    }
    .switch-search-nav {
        right: 0px;
    }
    .nav {
        padding-left: 10px!important;
    }
    .nav .nav {
        padding-left: 0!important;
    }
    .row-offcanvas-left.active {
        left: 90%!important;
    }
    .sidebar-offcanvas {
        width: 90%!important;;
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -90%!important;;
    }

    .content-brand {
        display: block!important;
        margin: -8px 0 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    .container.full .content-brand {
        margin-left:0!important;
        padding: 10px 0 26px 30px!important;
    }

    .navbar-brand {
        display:none!important;
    }

    .row-offcanvas-left > .col-sm-12 > .container.bg-panorama {
        margin-top:0!important;
    }

    .container.bg-panorama {
        margin-bottom: 0!important;
    }

    .route .form-control {
        width:59%;
    }

    .route .btn-dark {
        width:40%;
    }

}

@media (min-width: 767px) and (max-width: 1023px) {
    .container {
        max-width: 100%;
    }
    #breadcrumb {
        margin-bottom: 60px;
    }
    .content-brand {
        margin-left: 3px;
    }
    .navbar-header .navbar-brand {
        display: block;
        float: left;
        font-size: 18px;
        line-height: 20px;
        max-width: 187px;
        padding: 41px 0 17px;
        width: auto;
    }

    .row-offcanvas-left > .col-sm-12 > .container {
        padding-top: 0!important;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .col-md-9 {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .btn-toggle {
        position: absolute;
        left: 0;
        top: -29px;
        z-index: 13000;
        background: transparent url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/nav-mobile.png') no-repeat 5px 6px;
        border: none;
        text-indent: -999em;
        width: 28px;
        height: 28px;
        overflow: hidden;
    }

    .btn-toggle:hover,
    .btn-toggle:focus {
        background: #eee url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/nav-mobile.png') no-repeat 5px 6px;
    }

    .mainmenue-wrapper {
        display: none;
    }

    .nav-full {
        display: none;
    }

    .nav-mobile {
        display: block;
    }

    .row-offcanvas-left .sidebar-offcanvas {
        height: 100%;
        background-color: #2F4863;
    }

    .row-offcanvas-left > .col-sm-12 > .col-sm-9 {
        padding-top: 15px;
    }

    .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-right
	.sidebar-offcanvas {
        right: -50%; /* 6 columns */
    }

    .row-offcanvas-left
	.sidebar-offcanvas {
        left: -50%; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 50%; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 50%; /* 6 columns */
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%; /* 6 columns */
    }

    .row-offcanvas-left > .col-xs-12 {
        border-top: 30px solid #E0E0E0;
    }

    .container {
        max-width: 100%;
    }

    .container.bg-panorama {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .row-offcanvas-left > .col-sm-12 > .container {
        padding-top: 10px;
        clear:both;
        max-width:680px;
    }

    .startpage .row-offcanvas-left > .col-sm-12 > .container {
        padding-top: 0;
        max-width:100%;
    }

    .row-offcanvas-left > .col-sm-12 > .container.full {
        max-width:100%;
        padding-top:0;
    }

    .row-offcanvas-left > .col-sm-12 > .container.bg-panorama {
        max-width:100%;
        padding-top:0;
        margin-top:-60px;
    }

    .row-offcanvas-left > .col-sm-12 > .container .container {
       max-width:100%;
    }

    .container.full .content-brand,
    .content-brand {
        display: none;
        margin-bottom: 1em;
    }

    .sidebar-offcanvas {
        z-index: 20;
    }

    .navbar {
        border: none;
        margin-bottom: 0;
        height: 29px;
        margin-top: -29px;
    }

    .switch-wrapper {
        width: 20%;
    }

    .search {
        float: right;
        padding-left: 8px;
        padding-top: 5px;
    }

    .col-xs-6 {
        padding-right: 0;
    }

    .search {
        position: absolute;
        right: 0;
        top: 0;
    }

    .switch-search-nav {
        position: absolute;
       /* right: -15px;*/
        top: 29px;
    }
}

@media (min-width: 768px) {
    .clear-row{
        clear:both;
    }
}

@media (min-width: 1024px) {
    .search {
        display: block !important;
    }

    .nav-full {
        display: block;
        clear: both;
    }

    .nav-full h3 {
        display: block;
        padding: 25px 15px 10px 0;
        position: relative;
        font-size: 14px;
        margin-bottom: 0;
    }

    .nav-full .nav li:first-child h3 {
        padding: 7px 15px 10px 0;
    }


    .nav-mobile {
        display: none;
    }

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

}

/*No-JS Styles*/

.no-js #fhs-liste,
.no-js .switch-search-nav,
.no-js .tx-ppk-solr,
.no-js .collapse {
    display: block !important;
}

.no-js .dropdown-list-anchor,
.no-js .product-nav form,
.no-js #addmerkzettel,
.no-js .nav-tabs,
.no-js .on-off-box,
.no-js .on-off-box + .row,
.no-js #fhs-karte,
.no-js .language .btn,
.no-js .startpage .outside,
.no-js .solution-navigator,
.no-js .switch-wrapper.search .search-button,
.no-js .panel-title > a.collapsed .panel-collapse,
.no-js #notebox,
.no-js .youtube-wrapper {
    display:none !important;
}

.no-js .tab-content > .tab-pane,
.no-js .pill-content > .pill-pane {
    display: block;
    height: auto;
    margin-top: 0;
    min-height: inherit;
    overflow: visible;
    padding-top: 0;
    position: relative;
    top: 0;
    z-index: 0;
}

.no-js .product-overview .col-lg-4:nth-child(4),
.no-js .product-overview .col-lg-4:nth-child(7),
.no-js .product-overview .col-lg-4:nth-child(10),
.no-js .product-overview .col-lg-4:nth-child(13),
.no-js .product-overview .col-lg-4:nth-child(16),
.no-js .product-overview .col-lg-4:nth-child(19){
    clear:both;
}

.no-js .product-overview .product-container ul {
    background: none repeat scroll 0 0 #FFFFFF;
    border: medium none;
    display: block;
    float: none;
    list-style: none outside none;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    top: auto;
    width: 100%;
    z-index: 999;
}

.no-js .switch-wrapper {
    max-width:inherit;
    position: relative;
    right: 0;
    width: auto;
    padding-left: 0;
    padding-top: 53px;
}

.no-js .switch-search-nav {
    background:none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
    z-index: 1;
}

.no-js .switch-search-nav .input-group {
    border: none;
}
.no-js .switch-search-nav .input-group-addon,
.no-js .switch-search-nav .input-group-btn {
    vertical-align: middle;
    white-space: nowrap;
    width: 50px;;
}
.no-js .switch-search-nav .input-group .form-control:first-child,
.no-js .switch-search-nav .input-group .menu-searchfields {
    border: 1px solid #DFDFDF;
    margin-right:5px;
    width:80px;
}

.no-js .switch-search-nav:before {
    background:none;
    content: "";
    position: relative;
    right: auto;
    top: auto;
}

.no-js .panel-group .panel {
    border: none;
}

.no-js .language {
    position: relative;
    left:auto;
    bottom:auto;
    top:auto;
    right:auto;
    display:block;
    margin:0;
    padding:0;
}

.no-js .language ul {
    position: relative;
    left:auto;
    bottom:auto;
    top:auto;
    right:auto;
    display:block;
    box-shadow:none;
    padding:0;
    margin: 0;
    list-style: none;
}

.no-js .language li {
    position: relative;
    left:auto;
    bottom:auto;
    top:auto;
    right:auto;
    display:block;
    float:left;
}

.no-js .dropdown-menu > li > a {
    color:#000;
}

.no-js .dropdown-menu > li > a,
.no-js .dropdown-menu > li > strong {
    border-right: 1px solid #999999;
    padding: 2px 12px;
}

.no-js .dropdown-menu > li:last-child > a,
.no-js .dropdown-menu > li:last-child > strong {
    border-right: none;
}

.no-js .language .dropdown-menu > li > a
.no-js .language .dropdown-menu > li > strong {
    clear: none;
    float:none;
    color: #000;
    display: block;
    font-weight: normal;
    white-space: nowrap;
}

.no-js .language .dropdown-menu li a span,
.no-js .language .dropdown-menu li strong span {
    border-top: none;
    display: block;
    padding-top: 0;
}

.no-js .startpage .product-slider .resize-to-full {
    height: auto;
    max-width: 100%;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
}

.no-js .navMeta li strong,
.no-js .navMeta li a {

}
.no-js ul.navMeta {
    margin:10px 0;
    padding:0;
    clear: both;
}
.no-js .navMeta li:last-child strong,
.no-js .navMeta li:last-child a {
    border:none;
}

.no-js .startpage .slides-content img {
    float: left;
    margin-bottom: 1em;
    margin-right: 1.5em;
    max-width: 110px;
    height: auto;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
}

.no-js .sf-menu li:last-child {
    background: none;
}

.no-js .mainmenue-wrapper {
    width: auto;
}

.no-js ul.bxslider-horizontal,
.no-js ul.bxslider-vertical {
    list-style: none;
    margin:0;
    padding:0;
}

.no-js ul.bxslider-horizontal li,
.no-js ul.bxslider-vertical li {
    display:none;
}

.no-js ul.bxslider-horizontal li:first-child,
.no-js ul.bxslider-vertical li:first-child {
    display:block;
}

.no-js .startpage .footer {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    position: relative;
}

.no-js .tx-bjekontaktform .radio,
.no-js .tx-bjekontaktform .checkbox {
    float: left;
}

.tx-jh-workspace-advice {
    margin: 6px 12px 6px 12px;
}

#typo3-messages {
    margin-bottom: 10px;
    font-family: arial, sans-serif;
}

.typo3-message {
    margin-bottom: 4px;
    padding: 12px;
    padding-left: 36px;
}

.typo3-message ul, .typo3-message ol {
    padding-left: 16px;
}

.typo3-message .message-header {
    display: block;
}

.typo3-message {
    border: 1px solid;
    background-position: 10px 12px;
    background-repeat: no-repeat;
}

.typo3-message a {
    text-decoration: underline;
}

.typo3-message li {
    margin-bottom: 10px;
    list-style: disc;
}

.typo3-message .message-header {
    font-size: 11px;
    font-weight: bold;
}

.message-notice {
    color: #777;
    background-color: #f6f7fa;
    background-image: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Icons/notice.png');
    border-color: #c2cbcf;
}

.message-notice a {
    color: #777;
}

.message-information {
    color: #4c73a1;
    background-color: #eaf7ff;
    background-image: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Icons/information.png');
    border-color: #c5dbe6;
}

.message-information a {
    color: #4c73a1;
}

.message-ok {
    color: #3b7826;
    background-color: #cdeaca;
    background-image: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Icons/ok.png');
    border-color: #58b548;
}

.message-ok a {
    color: #3b7826;
}

.message-warning {
    color: #9e7d4a;
    background-color: #fbf6de;
    background-image: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Icons/warning.png');
    border-color: #b1905c;
}

.message-warning a {
    color: #9e7d4a;
}

.message-error {
    color: #aa0225;
    background-color: #f6d3cf;
    background-image: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Icons/error.png');
    border-color: #d66c68;
}

.message-error a {
    color: #aa0225;
}

textarea.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

input.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

.tx-bjmerkzettel table {
    border-collapse:separate;
    border-spacing:10px;
}

.tx-bjmerkzettel table th {
    font-weight:bold;
}

.tx-bjmerkzettel table td {
    vertical-align:top;
}

.fachhandlerHolder,
.fachhandlerNone {
    margin: 0 auto 60px;
    overflow: hidden;
}

.tx-bjmerkzettel  ul.navMeta {
    list-style-image: none;
}
.tx-bjmerkzettel .tab-content .media img {
    width: 150px;
	margin-right: 20px;
	height: auto;
}

.tx-bjmerkzettel ul.dropdown-menu li img {
    width: 60px;
	height: auto;
}


.tx-bjmerkzettel .header-pro {
    width: 100%;
    border-bottom: 1px solid #000;
    margin-top: 62px;
    position: relative;
    overflow: hidden;
}

.tx-bjmerkzettel .header-pro h2 {
    font-size: 22px;
    color: #000;
    margin: 0;
    padding: 0;
    float: left;
}

.tx-bjmerkzettel .header-pro a {
    font-size: 14px;
    color: #0076b7;
    line-height: 28px;
    position: absolute;
    right: 0px;
    text-decoration: none;
}

.tx-bjmerkzettel .btn.btn-primary {
    /*background: url("/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/product-details/button_1.png") no-repeat;*/
    background: none;
    width: 192px;
    height: 26px;
    float: right;
    margin-top: 10px;
    border-radius: 0;
    border: none;
    padding: 0;
    display: block;
    line-height: 1;
}

.tx-bjmerkzettel .btn.btn-default.merkzettel {
    /*background: url("/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/product-details/button_2.png") no-repeat;*/
    background: none;
    width: 168px;
    height: 26px;
    line-height: 1;
    margin-left: 20px;
}

.tx-bjmerkzettel .btn.btn-default.merkzettel,
.tx-bjmerkzettel .btn.btn-primary {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.tx-bjmerkzettel .list-group-item:last-child {
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
    border-color: #999;
}

.tx-bjmerkzettel .nav-tabs {
    border-bottom: 1px solid rgb(153, 153, 153);
    margin-top: 20px;
	margin-left: 0px;
}

.tx-bjmerkzettel .nav-tabs > li.active > a,
.tx-bjmerkzettel .nav-tabs > li.active > a:hover,
.tx-bjmerkzettel .nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: rgb(153, 153, 153) rgb(153, 153, 153) rgba(153, 153, 153, 0);
    border-image: none;
    border-style: solid;
    color: #0076B7;
    cursor: default;
    padding-left: 25px;
    padding-right: 25px;
}
.row-article ul.nav-tabs li,
.tx-bjmerkzettel .nav-tabs > li {
    float: left;
    margin-bottom: 0;
}
.tx-bjmerkzettel .nav-tabs > li > a {
    border: 1px solid rgba(153, 153, 153, 0);
    border-radius: 0;
    line-height: 1;
    margin-right: 0;
    color: #999;
    margin-bottom: -1px;
}

.tx-bjmerkzettel .nav-tabs > li > a:hover {
    border-color: #fff #fff rgb(153, 153, 153);
    color: #0076B7;
}

.tx-bjmerkzettel .nav > li > a:hover, .nav > li > a:focus {
    background-color: #fff;
    text-decoration: none;
}

.tx-bjmerkzettel .media {
    border-bottom: 1px solid #999999;
    padding: 20px 0 10px;
    margin: 0;
}

.tx-bjmerkzettel .list-group-item {
    padding: 30px 0 0 0;
	border: none;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 0px;
}

.tx-bjmerkzettel .list-group-item .row h4,
.tx-bjmerkzettel .media .media-body h4,
.tx-bjmerkzettel .media .media-body h5 {
    font-size: 18px;
}
.tx-bjmerkzettel .media-heading {
    margin: 0px;
}
.tx-bjmerkzettel .list-group-item .row h4 {
    margin: 0;
    padding: 0;
}

.tx-bjmerkzettel .media .media-body h5 {
    color: #999;
}

.tx-bjmerkzettel .media .media-body p {
    font-size: 14px;
    line-height: 20px;
}

.tx-bjmerkzettel .pull-left {
    float: left;
    padding: 0;
    margin: 0;
}

.tx-bjmerkzettel .pull-left li a {
    line-height: 14px;
}

.tx-bjmerkzettel .pull-left li a.border_none {
    border: none;
	padding: 2px 12px 2px 0px;	
}

.tx-bjmerkzettel .fachhandlerNone {
    display: none;
}

.tx-bjmerkzettel .row.header {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
}

.tx-bjmerkzettel .row.header h2 {
    float: left;
    margin: 2px;
}

.tx-bjmerkzettel .row.header a {
    position: absolute;
    top: 7px;
    right: 0;
}

.tx-bjmerkzettel a {
    color: #0076B7;
    text-decoration: none;
}
.tx-bjmerkzettel .media-body .navMeta a {
	padding: 0px 12px 0px 0px;
}

.tx-bjmerkzettel .media-body .navMeta a:hover,
.tx-bjmerkzettel .row.header a:hover {
	text-decoration: underline;
}


.tx-bjmerkzettel .media-body .navMeta a.border_none {
	padding: 0px 12px 0px 12px;
   
}
.tx-bjmerkzettel a.btn.btn-dark {
    color: #ffffff;
	margin: 5px 0px 0px 0px;
	padding: 2px 26px 2px 26px;
}

.tx-bjmerkzettel .position {
    margin: 0 auto;
    width: 270px;
    padding-top: 20px;
    overflow: hidden;
}

.tx-bjmerkzettel .position ul {
    margin: 0 auto;
}

.tx-bjmerkzettel .pagination {
    border-radius: 0px;
}

.tx-bjmerkzettel .pagination > li {
    display: inline-block;
    line-height: 1;
}

.tx-bjmerkzettel ul.pagination > li > a {
    border-right: 1px solid #999;
    float: left;
    line-height: 1;
    margin-left: -1px;
    padding: 0 8px 0 6px;
    position: relative;
    text-decoration: none;
    border-bottom: none;
    border-left: none;
    border-top: none;
    color: #999;
    /* font-size: 0.875; */
}

.tx-bjmerkzettel ul.pagination > li > div {
    border-right: 1px solid #999;
    float: left;
    line-height: 1;
    margin-left: -1px;
    padding: 0 8px 0 6px;
    position: relative;
    text-decoration: none;
    border-bottom: none;
    border-left: none;
    border-top: none;
    color: #999;
    /* font-size: 0.875; */
}

.tx-bjmerkzettel ul.pagination > li > a.last {
    border-right: none;
}

.tx-bjmerkzettel ul.pagination > li > a.active,
.tx-bjmerkzettel ul.pagination > li > a:hover {
    background: none;
    text-decoration: underline;
    color: #0076B7;
}

.tx-bjmerkzettel #fachhaendler form.startaddress input.form-control {
	border-radius: 1px;
	line-height: 1;
	height: 27px;
}

.tx-bjmerkzettel form.startaddress button.btn-dark {
	padding: 6px 45px;
	 line-height: 1;
}


.tx-bjmerkzettel .input-group .form-control:last-child,
.tx-bjmerkzettel .input-group-addon:last-child,
.tx-bjmerkzettel .input-group-btn:last-child > .btn,
.tx-bjmerkzettel .input-group-btn:last-child > .dropdown-toggle,
.tx-bjmerkzettel .input-group-btn:first-child > .btn:not(:first-child) {
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.tx-bjmerkzettel .input-group .form-control:first-child,
.tx-bjmerkzettel .input-group-addon:first-child,
.tx-bjmerkzettel .input-group-btn:first-child > .btn,
.tx-bjmerkzettel .input-group-btn:first-child > .dropdown-toggle,
.tx-bjmerkzettel .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #000;
    max-width: 297px;
    min-width: 80px;
    height: 26px;
}

.tx-bjmerkzettel .row {
    margin-right: 0px;
}

.tx-bjmerkzettel .row .input-group.col-xs-12.col-md-12 {
    max-width: 81%;
    margin-top: 15px;
}

.tx-bjmerkzettel .row .col-xs-12.col-md-12 p,
.tx-bjmerkzettel .row .col-xs-12.col-md-6 p {
    margin: 0 0 10px 0;
}

.tx-bjmerkzettel .row .col-xs-12.col-md-12 p {
    color: #999;
}
.tx-bjmerkzettel #fachhaendler .row  p {
    padding-bottom: 0px;
    margin-bottom: 0px;
	line-height: 20px;
}
.tx-bjmerkzettel .list-group-item ul {
    margin: 5px 0 10px 0;
    padding: 0;
}

.tx-bjmerkzettel .list-group-item ul li {
    padding: 0;
}

.tx-bjmerkzettel .list-group {
    margin-bottom: 0;
}

.tx-bjmerkzettel .borderBottom {
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
}

.tx-bjmerkzettel .list-group-item.none {
    border: none;
}

.tx-bjmerkzettel .col-xs-12.col-md-12 h4 {
    margin-bottom: 10px;
}

.tx-bjmerkzettel #merkoveropen .special-caret {
    border-bottom: 5px solid rgba(0, 0, 0, 0);
    border-left: 4px solid #000000;
    border-top: 5px solid rgba(0, 0, 0, 0);
    display: inline-block;
    margin-left: 4px;
    position: relative;
    top: -1px;
}

.tx-bjmerkzettel.open #merkoveropen .special-caret {
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: middle;
    border-top: 4px solid #000000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
}

@media screen and (max-width: 767px) {
    .tx-bjmerkzettel .media-body{
        clear:both;
        margin-top: 1em;
        float: left;
    }
}
textarea.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}
input.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}
.tx-ppk-seminare table {
    border-collapse:separate;
    border-spacing:10px;
}
.tx-ppk-seminare table th {
    font-weight:bold;
}
.tx-ppk-seminare table td {
    vertical-align:top;
}
.tx-ppk-seminare {
    margin: 0 0 25px 0;
    overflow:hidden;
}
.tx-ppk-seminare .tx-ppk-seminare-show .row > div {
    margin-bottom: 20px;
}
.tx-ppk-seminare .tx-ppk-seminare-show .border-bottom {
    border-bottom: 1px solid #999;
}
.tx-ppk-seminare legend {
    margin: 0;
    font-size: 14px;
    border: none;
    display: block;
    padding-bottom:10px;
}
.tx-ppk-seminare figure {
    margin-bottom: 30px;
}
.tx-ppk-seminare a.privacy {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: -2px;
    padding: 0 0 0 11px;
}
.tx-ppk-seminare label {
    display: inline;
    font-weight: normal;
    margin-bottom: 5px;
}
.tx-ppk-seminare .radio-wrapper {
    padding-bottom:5px;
}
.tx-ppk-seminare .checkbox-wrapper label,
.tx-ppk-seminare .radio-wrapper label {
    display: inline-block;
    margin-bottom:0;
    position:relative;
    top:-2px;
    padding-left:5px;
}
.tx-ppk-seminare .checkbox-wrapper label.mid,
.tx-ppk-seminare .radio-wrapper label.mid {
    padding-left:0;
}
.tx-ppk-seminare .dd {
    border: none;
}
.modal-body ul {
    list-style-image: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/listdot.png');
}
.row-article .ddcommon .ddTitle {
    height: 27px;
    border: 1px solid #999;
    overflow: hidden;
}
.tx-ppk-seminare .dd .ddTitle .ddTitleText {
    padding: 2px 32px 2px 8px;
}
.tx-ppk-seminare .dd .ddChild li .ddlabel {
    padding: 1px 0 1px 5px;
}
.tx-ppk-seminare .radio,
.tx-ppk-seminare .checkbox {
    min-height: 11px;
    vertical-align:inherit;
    padding: 0;
    margin: 0;
    box-shadow: none;
    height: 11px;
}
.tx-ppk-seminare .form-group .group-left {
    padding: 0 2px 0 0;
    margin: 0 0 0 0;
}
.tx-ppk-seminare .form-group .group-right {
    padding: 0 0 0 2px;
    margin: 0;
}
.tx-ppk-seminare .btn.pull-right {
    margin: 0 0 0 10px;
}
.tx-ppk-seminare .ddcommon {
    width: 100% !important;
    border-color:#000;
    height: 28px;
}

/* bootstrap Modal Box */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}
#kontaktform-errors .modal-content,
#prospektbestellung-toggle-modal-success .modal-content {
    border-radius: 1px;
}
#prospektbestellung-toggle-modal-success .modal-footer {
    padding: 0;
}
#kontaktform-errors .modal-footer,
#kontaktform-errors .modal-header,
#prospektbestellung-toggle-modal-success .modal-footer,
#prospektbestellung-toggle-modal-success .modal-header {
    border: none;
}

/* bootstrap Modal Box individuelle responsiv Anpassung */
@media (max-width: 500px) {
    #kontaktform-errors .modal-dialog,
    #prospektbestellung-toggle-modal-success .modal-dialog {
        width: 100%;
        padding-top: 30px;
    }
    #kontaktform-errors .modal-dialog .btn-dark {
        width: 100%;
    }
    #kontaktform-errors .modal-footer {
        padding: 0;
    }
}

@media (min-width: 501px) and (max-width: 767px) {
    #kontaktform-errors .modal-dialog,
    #prospektbestellung-toggle-modal-success .modal-dialog {
        padding-top: 100px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    #kontaktform-errors .modal-dialog,
    #prospektbestellung-toggle-modal-success .modal-dialog {
        padding-top: 150px;
    }
}

@media (min-width: 1200px) {
    #kontaktform-errors .modal-dialog,
    #prospektbestellung-toggle-modal-success .modal-dialog {
        padding-top: 150px;
    }
}

/* Show Box #########################################################
################################################################## */
.tx-bjeprospekte-prospektbox {
    overflow: hidden;
    max-width: 220px;
    min-height: 266px;
}

.product-view-more .tx-bjeprospekte-prospektbox {
    width: 25%;
    float: left;
    max-width: none;
}

.tab-content .tx-bjeprospekte-prospektbox {
    width: 25%;
    float: left;
    max-width: none;
    position: relative;
    padding-left: 10px;
}

.tx-bjeprospekte-prospektbox img {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
    padding: 0 0 10px 0;
}

.tx-bjeprospekte-prospektbox .caption h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 3px;
}

.tx-bjeprospekte-prospektbox .caption ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.tx-bjeprospekte-prospektbox .caption ul li {
    margin: 0;
}

@media (max-width: 767px) {
    .tx-bjeprospekte-prospektbox {
        display: block;
        min-height: 0;
        max-width: none;
        padding-bottom: 20px;
    }

    .product-view-more .tx-bjeprospekte-prospektbox {
        width: auto;
        float: none;
    }

    .product-view-more h3 {
        clear: none;
    }

    .tx-bjeprospekte-prospektbox img {
        width: 220px;
        float: left;
        display: block;
    }

    .tx-bjeprospekte-prospektbox .caption {
        margin-left: 220px;
        display: block;
    }

    .tab-content .tx-bjeprospekte-prospektbox {
        width: 100%;
    }
}

@media (max-width: 430px) {
    .tx-bjeprospekte-prospektbox .caption {
        margin-left: 0;
        clear: left;
        margin-bottom: 20px;
    }
}

/* Modal ############################################################
################################################################## */
.bjeprospekte-modal .modal-dialog {
    padding: 20px;
}

.bjeprospekte-modal .modal-dialog .modal-header {
    padding: 0 0 20px 0;
}

.bjeprospekte-modal .modal-dialog .modal-body {
    padding: 0 15px 0 0;
    max-height: 400px;
    overflow-y: auto;
}

.bjeprospekte-modal .modal-dialog .modal-body ul.brochures {
    list-style: none;
    margin: 0;
    padding: 0;
}

.bjeprospekte-modal .modal-dialog .modal-body ul.brochures li {
    display: block;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 15px 0 0 0;
    border-top: 1px solid #E0E0E0;
}

.bjeprospekte-modal .modal-dialog .modal-body ul.brochures li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: 0;
}

.bjeprospekte-modal .modal-dialog .modal-body ul.brochures li img {
    width: 150px;
    float: left;
    display: block;
}

.bjeprospekte-modal .modal-dialog .modal-body ul.brochures li span {
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 10px 0;
    display: block;
}

.bjeprospekte-modal .modal-dialog .modal-body ul.brochures li a {
    color: #0076b7;
    display: block;
}

/** Modal Error */

.bjeprospekte-modal .modal-dialog .modal-body .error {
    display: block;
    padding: 10px;
    margin: 0 0 20px 0;
    border: 1px solid #900000;
    background-color: #ffcacd;
    border-radius: 6px;
}

.bjeprospekte-modal .modal-dialog .modal-body .error h3 {
    font-weight: bold;
    color: #900000;
    padding-bottom: 10px;
}

.bjeprospekte-modal .modal-dialog .modal-body .error ul {
    margin-left: 14px;
    padding-left: 0;
}

.bjeprospekte-modal .modal-dialog .modal-body .error ul li {
    padding-bottom: 6px;
}

/** Modal Foorer */
.bjeprospekte-modal .modal-dialog .modal-footer {
    padding: 0;
}

.bjeprospekte-modal .modal-dialog .modal-footer .left {
    text-align: left;
}

.bjeprospekte-modal .modal-dialog .modal-footer .left a {
    padding-top: 7px;
    color: #0076b7;
    display: block;
}




textarea.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

input.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

.tx-bjenewsletterreg table {
    border-collapse:separate;
    border-spacing:10px;
}

.tx-bjenewsletterreg table th {
    font-weight:bold;
}

.tx-bjenewsletterreg table td {
    vertical-align:top;
}

.tx-bjenewsletterreg {
	
}
#newsletter-errors legend {
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	border-width: 0px 0px 0px 0px;
	font-size: 14px;
}
.tx-bjenewsletterreg label {
    
    font-weight: normal;
    margin-bottom: 5px;	
}
.tx-bjenewsletterreg legend {
    font-weight: normal;
    margin-bottom: 5px;	
	font-size: 14px;
	border: none;
}
 .tx-bjenewsletterreg .legend-salut {
    font-weight: normal;
    margin-bottom: 5px;	
	width: auto;
	float: left;
	margin: 2px 10px 13px 0;
}
 
.radio-salut {
	width: auto;
	float: left;
	margin: 1px 10px 0px 0px;
}
.radio-salut label {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
.radio-salut input {
    width: 13px;
    height: 18px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.tx-bjenewsletterreg  input.form-control {
	border: thin solid;
	border-radius: 2px;
}
.tx-bjenewsletterreg  .btn {
	margin-left:5px;
	margin-top: 20px;
}

/* bootstrap Modal Box */
.modal-open {
	overflow: hidden;
	overflow: overlay;
	min-height: 100%;
}
.modal-open.page-overflow .modal-scrollable {
	overflow: hidden;
	overflow-y: auto;
	min-height: 100%;
}
.modal-newsletter-errors, .modal-newsletterreg {
    border-radius: 1px;
}
.modal-newsletter-errors .modal-footer, .modal-newsletter-errors .modal-header, .modal-newsletterreg .modal-footer, .modal-newsletterreg .modal-header  {
    border: none;
}

.modal-backdrop, .modal-backdrop.fade.in {
    background-color: rgba(0, 0, 0, 0.506);
    opacity: 0.7;
}

/* bootstrap Modal Box individuelle responsiv Anpassung*/
@media (max-width: 500px) {
	.modal-newsletter-errors .btn-dark, .modal-newsletterreg .btn-dark {
		width: 100%;
	}
	.modal.modal-newsletter-errors.fade.in {
		top: 60px;
		bottom: auto;
		margin-top: 0px!important;
	}
	.modal.modal-newsletterreg.fade.in {
		top: 60px;
		bottom: auto;
		margin-top: 0px!important;
	}
}
@media (min-width: 501px) and (max-width: 767px) {
	.modal.modal-newsletter-errors.fade.in {
		top: 70px;
		bottom: auto;
		margin-top: 0px!important;
	}
	.modal.modal-newsletterreg.fade.in {
		top: 70px;
		bottom: auto;
		margin-top: 0px!important;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.modal.modal-newsletter-errors.fade.in {
		top: 80px;
		bottom: auto;
		margin-top: 0px!important;
	}
	.modal.modal-newsletterreg.fade.in {
		top: 80px;
		bottom: auto;
		margin-top: 0px!important;
	}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.modal.modal-newsletter-errors.fade.in {
		top: 90px;
		bottom: auto;
		margin-top: 0px!important;
	}
	.modal.modal-newsletterreg.fade.in {
		top: 90px;
		bottom: auto;
		margin-top: 0px!important;
	}
}
@media (min-width: 1200px) {
	.modal.modal-newsletter-errors.fade.in {
		top: 100px;
		bottom: auto;
		margin-top: 0px!important;
	}
	.modal.modal-newsletterreg.fade.in {
		top: 100px;
		bottom: auto;
		margin-top: 0px!important;
	}
}

textarea.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

input.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

.tx-bjekontaktform table {
    border-collapse:separate;
    border-spacing:10px;
}

.tx-bjekontaktform table th {
    font-weight:bold;
}

.tx-bjekontaktform table td {
    vertical-align:top;
}

.tx-bjekontaktform {
	margin: 0px 0px 25px 0;
	overflow:hidden;
}

.tx-bjekontaktform div.legend {
	margin: 0;
	font-size: 14px;
	border: none;
    display: block;
    padding-bottom:10px;
}
.tx-bjekontaktform label {
    display: inline;
    font-weight: normal;
    margin-bottom: 5px;
}

.tx-bjekontaktform a:hover,
.tx-bjekontaktform a:focus {
    text-decoration: underline;
}

.tx-bjekontaktform .radio-wrapper {
    padding-bottom:5px;
}
.tx-bjekontaktform .checkbox-wrapper label,
.tx-bjekontaktform .radio-wrapper label{
    display: inline-block;
    margin-bottom:0;
    position:relative;
    top:-2px;
    padding-left:5px;
}

.tx-bjekontaktform  .dd {
    border: none;
}

.row-article .tx-bjekontaktform  ul {
    list-style-image:none;
    margin-left:0;
    padding-left:0;
}

.row-article .ddcommon .ddTitle {
    height: 27px;
	border: 1px solid #999;
	overflow: hidden;
}
.tx-bjekontaktform .dd .ddTitle .ddTitleText {
    padding: 2px 32px 2px 8px;
}
.tx-bjekontaktform .dd .ddChild li .ddlabel {
    padding: 1px 0 1px 5px;
}

.tx-bjekontaktform .radio,.tx-bjekontaktform .checkbox {
    min-height: 11px;
    vertical-align:inherit;
    padding: 0;
    margin: 0;
    box-shadow: none;
    height: 11px;
}
.tx-bjekontaktform  .form-group .group-left {
	padding: 0px 2px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.tx-bjekontaktform  .form-group .group-right {
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 0px 0px;
}
.tx-bjekontaktform .btn.pull-right {
	margin: 0px 0px 0px 10px;
}

.tx-bjekontaktform .ddcommon {
    width: 100% !important;
    border-color:#000;
	height: 28px;
}
/* bootstrap Modal Box */




.modal-open {
	overflow: hidden;
	overflow: overlay;
	min-height: 100%;
}
.modal-open.page-overflow .modal-scrollable {
	overflow: hidden;
	overflow-y: auto;
	min-height: 100%;
}
.modal-kontakt-errors, .modal-kontakt {
    border-radius: 1px;
}
.modal-footer, .modal-header, .modal-footer, .modal-header  {
    border: none;
}
.modal-body ul {
    list-style-image: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/listdot.png');
}
.modal-backdrop, .modal-backdrop.fade.in {
    background-color: rgba(0, 0, 0, 0.506);
    opacity: 0.7;
}
/* bootstrap Modal Box individuelle responsiv Anpassung*/
@media (max-width: 500px) {
	.modal-kontakt-errors.fade.in, .modal-kontakt.fade.in {
		top: 60px;
		bottom: auto;
		margin-top: 0px!important;
	}
}
@media (min-width: 501px) and (max-width: 767px) {
	.modal-kontakt-errors.fade.in, .modal-kontakt.fade.in {
		top: 70px;
		bottom: auto;
		margin-top: 0px!important;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	.modal-kontakt-errors.fade.in, .modal-kontakt.fade.in {
		top: 80px;
		bottom: auto;
		margin-top: 0px!important;
	}
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.modal-kontakt-errors.fade.in, .modal-kontakt.fade.in {
		top: 90px;
		bottom: auto;
		margin-top: 0px!important;
	}
}
@media (min-width: 1200px) {
	.modal-kontakt-errors.fade.in, .modal-kontakt.fade.in {
		top: 100px;
		bottom: auto;
		margin-top: 0px!important;
	}
}


#map-canvas {
    height: 100%;
    margin: 0;
    padding: 0;
}

.tx-bjefachhaendler {
    margin-bottom: 30px;
}

.tx-bjefachhaendler .tab-content {
    clear:both;
}

.tx-bjefachhaendler .btn.on-off-btn {
    border: medium;
    border-radius: 0;
    display: inline-block;
    height: 27px;
    padding: 5px;
    position: relative;
    width: 27px;
    background:none;
}

.tx-bjefachhaendler .btn.on-off-btn:focus {
    outline: none;
}

.tx-bjefachhaendler .btn.on-off-btn:hover,
.tx-bjefachhaendler .btn.on-off-btn:focus {
    color: #000;
    text-decoration: none;
    background:none;
}

.tx-bjefachhaendler .btn.on-off-btn:active,
.tx-bjefachhaendler .btn.active.on-off-btn {
    outline: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sprite.panel-collapsed {
    background-position: -4px -312px;
}

.tx-bjefachhaendler .fhs {
    padding: 0;
}

.tx-bjefachhaendler .fhs-list {

}

.tx-bjefachhaendler .input-fhs {
    height: 34px;
    width: 80%;
    float: left;
    margin-right: 1%;
}

.tx-bjefachhaendler .input-group-btn {
    width: 19%;
    float: left;
}

.tx-bjefachhaendler .startaddress-fhs .input-group-btn {
    width: 35%;
}

.tx-bjefachhaendler .input-group-btn .btn-dark {
    width: 100%;
    padding: 6px 12px;
    min-width: 93px;
}

.tx-bjefachhaendler .merkzettel-button {
    background: #FFF;
    border: medium none;
    clear: both;
    padding: 10px 16px 10px 0;
    position: relative;
    text-align: right;
}

.tx-bjefachhaendler .merkzettel-button .btn-clicked,
.tx-bjefachhaendler .merkzettel-button .btn-dark {
    width:36%;
    left: -2px;
    position: relative;
}

.tx-bjefachhaendler .plz-search {
    margin-bottom: 20px;
}

.tx-bjefachhaendler .plz-search label {
    float: left;
    font-size: 1.3em;
    font-family: "Univers Next W02 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 19%;
}

.tx-bjefachhaendler .input-group {
    width: 100%;
}

.startaddress-fhs {
    margin-top: 20px;
    overflow: hidden;
}

.startaddress-fhs .form-control {
    width: 60%;
    float: left;
    margin-right: 2%;
    padding: 7px;
}

.startaddress-fhs .input-group .form-control {
    margin-bottom: 20px;
    width: 80%;
}

.tx-bjefachhaendler .form-group .checkbox + label {
    margin-bottom: 10px;
    position: relative;
    top: -1px;
    cursor: pointer;
    width: 80%;
}

.tx-bjefachhaendler .btnArrow {
    background: url("/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/dd/skin/dd_arrow.gif") no-repeat scroll 0 0 transparent;
    display: block;
    height: 27px;
    width: 30px;
}

.tx-bjefachhaendler .on-off-box {
    height: 29px;
    border-bottom: #999 solid 1px;
    font-size: 18px;
}

.tx-bjefachhaendler .fhs-registerform .btn, .tx-bjefachhaendler .fhs-changeform .btn {
    margin-left: 5px;
}

.tx-bjefachhaendler .list-group-item {
    background-color: transparent;
    border: none;
    display: block;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.list-group h3 {
    font-size:18px;
}

.list-group a:hover,
.list-group a:focus {
    text-decoration: underline;
}

.tx-bjefachhaendler .form-group.group-left {
    padding: 0 2px 0 0;
}

.tx-bjefachhaendler .form-group.group-right {
    padding: 0 0 0 2px;
}

.tx-bjefachhaendler .nav-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    top:1px;
}

.tx-bjefachhaendler .tabbed {
    float: left;
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1;
    border-bottom:1px solid #999;
    height: auto;
    margin-bottom:30px;
}

#fhs-liste {
    margin-top:-20px;
}

.tx-bjefachhaendler hr {
    color:#999;
}

.tx-bjefachhaendler .nav-tabs li {
    margin: 0;
    padding: 0;
}

.tx-bjefachhaendler .nav-tabs li.active {
    margin: 0;
    padding: 0;
    border: 1px solid #999;
    border-bottom: none;
}

.tx-bjefachhaendler .nav-tabs > li > a {
    border-radius: 0;
    padding: 0.5em 1.2em 0.4em;
}

.tx-bjefachhaendler .nav-tabs > li > a:hover {
    background: #fff;
    color: #0076B7;
}

.tx-bjefachhaendler .nav-tabs > li.active > a,
.tx-bjefachhaendler .nav-tabs > li.active > a:hover,
.tx-bjefachhaendler .nav-tabs > li.active > a:focus {
    color: #0076B7;
    background-color: #fff;
    cursor: default;
    padding: 0.5em 1.2em 0.4em;
    border:none;
}

.tx-bjefachhaendler .tabbed.nav-tabslider .nav li {
    padding-right: 10px;
    padding-left: 0;
}

.tx-bjefachhaendler .radio + .radio,
.tx-bjefachhaendler .checkbox + .checkbox {
    float: left;
    margin-top: 4px;
}

.tx-bjefachhaendler .fhs-karte .input-group-btn .btn-dark {
    width: auto;
}
.tx-bjefachhaendler #fhs-karte {
    width:100%;
    border:1px solid #999;
    border-bottom:21px solid #999;
    height:725px;
}

.tx-bjefachhaendler .pagination {
    border-radius: 0;
}

.tx-bjefachhaendler .pagination > li {
    display: inline-block;
    line-height: 1;
}

.tx-bjefachhaendler ul.pagination > li > a {
    border-right: 1px solid #999;
    float: left;
    line-height: 1;
    margin-left: -1px;
    padding: 0 8px 0 6px;
    position: relative;
    text-decoration: none;
    border-bottom: none;
    border-left: none;
    border-top: none;
    color: #999;
    /* font-size: 0.875; */
}

.tx-bjefachhaendler ul.pagination > li > div {
    border-right: 1px solid #999;
    float: left;
    line-height: 1;
    margin-left: -1px;
    padding: 0 8px 0 6px;
    position: relative;
    text-decoration: none;
    border-bottom: none;
    border-left: none;
    border-top: none;
    color: #999;
    /* font-size: 0.875; */
}

.tx-bjefachhaendler ul.pagination > li > a.last {
    border-right: none;
}

.tx-bjefachhaendler ul.pagination > li > a.active,
.tx-bjefachhaendler ul.pagination > li > a:hover {
    background: none;
    text-decoration: underline;
    color: #0076B7;
}

.tx-bjefachhaendler #fhs-karte h3 {
    font-size:18px;
}

.tx-bjefachhaendler .list-group {
    margin-bottom: 20px;
    padding-left: 0;
    padding-top: 20px;
}


.tx-bjefachhaendler .list-group-item hr {
    margin-top:20px;
    color:#999;
}

.tx-bjefachhaendler .list-group p {
    padding-bottom: 5px;
}

.goomap-details{
    margin-top: 10px;
    margin-bottom: 10px;
}

.gm-style .gm-style-iw,
.gm-style .gm-style-iw a,
.gm-style .gm-style-iw span,
.gm-style .gm-style-iw label,
.gm-style .gm-style-iw div {
    overflow: hidden !important;
}

.gm-style .gm-style-iw p{
    margin:0;
    padding:0;
}

.gm-style .gm-style-iw a{

}

/* bootstrap Modal Box */
.modal-open {
    overflow: hidden;
    /*overflow: overlay;*/
    min-height: 100%;
}

.modal-open.page-overflow .modal-scrollable {
    overflow: hidden;
    overflow-y: auto;
    min-height: 100%;
}

.modal-fachhaendler-errors, .modal-fachhaendlerreg {
    border-radius: 1px;
}

.modal-footer, .modal-header, .modal-footer, .modal-header {
    border: none;
}

.modal-body ul {
    list-style-image: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/listdot.png');
}

.modal-backdrop, .modal-backdrop.fade.in {
    background-color: rgba(0, 0, 0, 0.506);
    opacity: 0.7;
}

.gm-style .gm-style-iw {
    font-size: 14px;
}

.gm-style-iw p {
    padding-bottom: 9px;
}

.tx-bjefachhaendler form.fachhaendlersuche .country {
    display: block;
    padding: 15px 0 15px 0;
}

.tx-bjefachhaendler form.fachhaendlersuche .country h2 {
    display: block;
    padding: 3px 0 0 20px;
    width: 65px;
    float: left;
}

.tx-bjefachhaendler form.fachhaendlersuche .country label {
    padding-left: 6px;
}

.tx-bjefachhaendler form.fachhaendlersuche .country input[type="radio"] {
    vertical-align: top;
    margin: 3px 3px 0 0;
}

/* bootstrap Modal Box individuelle responsiv Anpassung*/
@media (max-width: 500px) {
    .modal-fachhaendler-errors.fade.in, .modal.modal-fachhaendlerreg-success.fade.in {
        top: 60px;
        bottom: auto;
        margin-top: 0 !important;
    }

    .modal-fachhaendler-errors .btn-dark, .modal-fachhaendlerreg-success .btn-dark {
        width: 100%;
    }

    .modal-fachhaendler-errors .modal-footer, .modal-fachhaendlererg-success .modal-footer {
        padding: 0;
    }
    .row-article #fhs-karte h3 {
        font-size: 16px;
    }

    .row-article #fhs-karte p {
        padding-bottom: 5px;
    }

    .startaddress-fhs .form-control {
        float: none;
        margin-right: 2%;
        width: 100%;
        padding: 5px;
    }
    #searchfilter label {
        width: 93%;
    }
    .tx-bjefachhaendler .merkzettel-button {
        bottom: -1px;
    }

    .tx-bjefachhaendler .nav-tabs li.active {
        border: none;
    }
    .tx-bjefachhaendler .on-off-box {
        height: auto;
    }
    .tx-bjefachhaendler .btn.on-off-btn {
        height: 25px;
        width: 25px;
    }

    .tx-bjefachhaendler .input-fhs {
        width: 75%;
    }

    .tx-bjefachhaendler .input-group-btn {
        width: 24%;
    }
    .startaddress-fhs .form-control {
        width: 100%;
    }
    .tx-bjefachhaendler .merkzettel-button {
        text-align: left;
    }
    .tx-bjefachhaendler .merkzettel-button .btn-dark {
        width: 100%;
    }
    .tx-bjefachhaendler .btn-clicked,
    .tx-bjefachhaendler .btn-clicked:hover,
    .tx-bjefachhaendler .btn-clicked:focus {
        width: 100%;
    }
    .tx-bjefachhaendler .startaddress-fhs .input-group-btn {
        clear: both;
        display: block;
        float: none;
        margin-top: 0.8em;
        padding-top: 10px;
        width: 100%;
    }
    .tx-bjefachhaendler .merkzettel-button {
        padding: 10px 0 10px 0;
        position: relative;
        text-align: center;
    }
    #searchfilter label {
        width: 91%;
    }
    #searchfilter b.one {
        left: -8px;
    }
    #searchfilter b.five {
        left: 20%;
    }
    #searchfilter b.ten {
        left: 40.4%;
    }
    #searchfilter b.fifty {
        left: 63.75%;
    }
}


@media (max-width: 500px) {
    .tx-bjefachhaendler .startaddress-fhs .input-group-btn{
        margin-top: 0.8em;
        float:left;
        clear:both;
    }

    .tx-bjefachhaendler .input-fhs{
        /* width:60%; */
    }

    .tx-bjefachhaendler form.fachhaendlersuche .country h2 {
        width: 70px;
    }

    .tx-bjefachhaendler form.fachhaendlersuche .country .checkbox-inline {
        display: block;
        width: 100%;
        padding: 0;
        margin: 2px 0 4px 70px;
    }
}

@media (min-width: 501px) and (max-width: 767px) {

    .modal-fachhaendler-errors.fade.in, .modal-fachhaendlerreg-success.fade.in {
        top: 70px;
        bottom: auto;
        margin-top: 0 !important;
    }

    .tx-bjefachhaendler .nav-tabs li.active {
        border: none;
    }

    .tx-bjefachhaendler .input-fhs{
        /* width:65%; */
    }

    .tx-bjefachhaendler form.fachhaendlersuche .country h2 {
        width: 70px;
    }

    .tx-bjefachhaendler form.fachhaendlersuche .country .checkbox-inline {
        display: block;
        width: 100%;
        padding: 0;
        margin: 2px 0 4px 70px;
    }

}

@media (min-width: 768px) and (max-width: 1023px) {
    .modal-fachhaendler-errors.fade.in, .modal-fachhaendlerreg-success.fade.in {
        top: 80px;
        bottom: auto;
        margin-top: 0 !important;
    }
    .tx-bjefachhaendler .tabbed.nav-tabslider .nav li {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .modal-fachhaendler-errors.fade.in, .modal-fachhaendlerreg-success.fade.in {
        top: 90px;
        bottom: auto;
        margin-top: 0 !important;
    }
    .tx-bjefachhaendler .tabbed.nav-tabslider .nav li {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .modal-fachhaendler-errors.fade.in, .modal-fachhaendlerreg-success.fade.in {
        top: 100px;
        bottom: auto;
        margin-top: 0 !important;
    }
    .tx-bjefachhaendler .tabbed.nav-tabslider .nav li {
        padding-left: 0;
        padding-right: 0;
    }
}
/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 210px;
  height: 13px;
}
#distance-wrapper {
    clear:both;
    padding-top:10px;
    margin: 0 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.4;
}

#distance-wrapper.activeWrapper {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

#distance-scale {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.4;
}

#distance-scale.activeScale {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
  margin-top: -6px;
}
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background: #747474 url('../../typo3conf/ext/bjefachhaendler/Resources/Public/Icons/sliderbaroff.png') repeat-x 0 0;
}

.tx-bjefachhaendler .well {
    background-color: #E5E5E5;
    border: none;
    border-radius:0;
    box-shadow: none;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

#searchfilter b {
    background: transparent url('../../typo3conf/ext/bjefachhaendler/Resources/Public/Icons/divider.png') no-repeat center top;
    height: 26px;
    line-height: 34px;
    text-align: center;
    margin-top: -11px;
    font-size:12px;
    font-weight:normal;
    position:absolute;
}

#searchfilter .scale {
  position:relative;
    height:45px;
}

#searchfilter b.one {
    left: -4px;
}

#searchfilter b.five {
    left: 23%;
}

#searchfilter b.ten {
    left: 46.4%;
}

#searchfilter b.fifty {
    left: 70.75%;
}

#searchfilter b.all {
    position: absolute;
    right: -7px;
}

#searchfilter label {
    cursor: pointer;
    float: left;
    margin-bottom: 10px;
    position: relative;
    top: -1px;
    width: 96%;
    font-size:14px;
}

.slider-selection {
  position: absolute;
  background: #0a0a0a url('../../typo3conf/ext/bjefachhaendler/Resources/Public/Icons/sliderbar.png') repeat-x 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:2px;
}

.slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  background:transparent url("/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/sprite.png") no-repeat -51px -310px;
  border: none;
  cursor:pointer;
    display:block;
    float:left;
    z-index:10;
}

.activeWrapper .slider-handle {
    background-position: -51px -329px;
}

.slider-handle.triangle {
  background: transparent none;
}


textarea.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

input.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

.tx-ppk-pulsmagazin table {
    border-collapse:separate;
    border-spacing:10px;
}

.tx-ppk-pulsmagazin table th {
    font-weight:bold;
}

.tx-ppk-pulsmagazin table td {
    vertical-align:top;
}

.tx-ppk-pulsmagazin {
	margin: 0px 0px 25px 0;
	overflow:hidden;
}

.tx-ppk-pulsmagazin legend {
	margin: 0;
	font-size: 14px;
	border: none;
    display: block;
    padding-bottom:10px;
}

.tx-ppk-pulsmagazin a.privacy {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    top: -2px;
    padding: 0 0 0 11px;
}

.tx-ppk-pulsmagazin label {
    display: inline;
    font-weight: normal;
    margin-bottom: 5px;
}
.tx-ppk-pulsmagazin .radio-wrapper {
    padding-bottom:5px;
}
.tx-ppk-pulsmagazin .checkbox-wrapper label,
.tx-ppk-pulsmagazin .radio-wrapper label{
    display: inline-block;
    margin-bottom:0;
    position:relative;
    top:-2px;
    padding-left:5px;
}

.tx-ppk-pulsmagazin .checkbox-wrapper label.mid,
.tx-ppk-pulsmagazin .radio-wrapper label.mid {
    padding-left:0;
}

.tx-ppk-pulsmagazin  .dd {
    border: none;
}

.row-article .tx-ppk-pulsmagazin  ul {
    list-style-image:none;
    margin-left:0;
    padding-left:0;
}
.modal-body ul {
    list-style-image: url('../../typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/listdot.png');
}
.row-article .ddcommon .ddTitle {
    height: 27px;
	border: 1px solid #999;
	overflow: hidden;
}
.tx-ppk-pulsmagazin .dd .ddTitle .ddTitleText {
    padding: 2px 32px 2px 8px;
}
.tx-ppk-pulsmagazin .dd .ddChild li .ddlabel {
    padding: 1px 0 1px 5px;
}

.tx-ppk-pulsmagazin .radio,.tx-ppk-pulsmagazin .checkbox {
    min-height: 11px;
    vertical-align:inherit;
    padding: 0;
    margin: 0;
    box-shadow: none;
    height: 11px;
}
.tx-ppk-pulsmagazin  .form-group .group-left {
	padding: 0px 2px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.tx-ppk-pulsmagazin  .form-group .group-right {
	padding: 0px 0px 0px 2px;
	margin: 0px 0px 0px 0px;
}
.tx-ppk-pulsmagazin .btn.pull-right {
	margin: 0px 0px 0px 10px;
}

.tx-ppk-pulsmagazin .ddcommon {
    width: 100% !important;
    border-color:#000;
    height: 28px;
}

/* bootstrap Modal Box */
.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.5);
}
#kontaktform-errors .modal-content, #prospektbestellung-toggle-modal-success .modal-content {
    border-radius: 1px;
}
#prospektbestellung-toggle-modal-success .modal-footer {
    padding: 0px;
}
#kontaktform-errors .modal-footer, #kontaktform-errors .modal-header, #prospektbestellung-toggle-modal-success .modal-footer, #prospektbestellung-toggle-modal-success .modal-header {
    border: none;
}
/* bootstrap Modal Box individuelle responsiv Anpassung*/
@media (max-width: 500px) {
	#kontaktform-errors .modal-dialog, #prospektbestellung-toggle-modal-success .modal-dialog {
		width: 100%;
		padding-top: 30px;
	}	
	#kontaktform-errors .modal-dialog .btn-dark {
		width: 100%;
	}
	#kontaktform-errors .modal-footer {
		padding: 0px 0px 0px 0px;
	}
}
@media (min-width: 501px) and (max-width: 767px) {
	#kontaktform-errors .modal-dialog, #prospektbestellung-toggle-modal-success .modal-dialog {
		padding-top: 100px;
	}	
}
@media (min-width: 768px) and (max-width: 1023px) {
	#kontaktform-errors .modal-dialog, #prospektbestellung-toggle-modal-success .modal-dialog {
		padding-top: 150px;
	}	
}
@media (min-width: 1200px) {
	#kontaktform-errors .modal-dialog, #prospektbestellung-toggle-modal-success .modal-dialog {
		padding-top: 150px;
	}	
}

/* dimmertool css */
.tx-ppk-dimmertool {

}

.tx-ppk-dimmertool h2 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 1.3em;
}

.tx-ppk-dimmertool h3 {
    font-size: 1.3em;
    width: 86%;
    margin-bottom: 10px;
}

.tx-ppk-dimmertool h4 {
    font-size: 1em;
    font-family: "Univers Next W02 Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.tx-ppk-dimmertool .internal-link:hover {
    color: #2a6496;
    text-decoration: underline;
}

.dimmertool-container {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #999999;
    position: relative;
    overflow: hidden;
}

.dimmertool-container.first-container {
    padding-top: 30px;
    border-top: 1px solid #999999;
}

.dimmertool-container:last-of-type {
    margin-bottom: 15px;
}

.dimmertool-container label {
    background: url("/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/sprite.png") no-repeat -27px -331px;
    display: inline-block;
    width: 11px;
    height: 11px;
    min-width: 11px;
    min-height: 11px;
    padding: 0 0 0 0;
    vertical-align: middle;
    text-indent: -9999em;
    float: left;
    margin: 3px 5px 0 0;
    cursor: pointer;
}

.dimmertool-container input:checked + label {
    background-position: -4px -331px;
}

.dimmertool-container input {
    display: none;
}

/* Tabs */
.tx-ppk-dimmertool .nav-tabs {
    margin-left: 0;
    text-align: center;
}

.tx-ppk-dimmertool .nav-tabs > li a,
.tx-ppk-dimmertool .nav-tabs > li a:visited {
    color: #999999;
    padding-left: 10px;
    padding-right: 10px;
}

.tx-ppk-dimmertool .nav-tabs > li a:hover,
.tx-ppk-dimmertool .nav-tabs > li a:active {
    color: #0076b7;
}

.tx-ppk-dimmertool .nav-tabs > li.active > a,
.tx-ppk-dimmertool .nav-tabs > li.active > a:hover,
.tx-ppk-dimmertool .nav-tabs > li.active > a:focus {
    border-radius: 0;
    border-bottom: 1px solid white;
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    z-index: 99999;
    position: relative;
    bottom: -1px;
    color: #0076b7;
}

.tx-ppk-dimmertool .nav-tabs > li > strong {
    margin-top: 11px;
    display: block;
    color: #999999;
}

.tx-ppk-dimmertool .nav-tabs > li {
    width: 33.33%;
}

/* Result */
.dimmertool-result {
    position: relative;
}

.dimmertool-result h2 + a {
    position: absolute;
    right: 0;
    top: 2px;
}

.dimmertool-result p {
    margin-bottom: 0;
}

/* Teaser */
.dimmertool-teaser {
    width: 48%;
    display: inline-block;
}

.dimmertool-teaser h2 {
    color: #000;
    font-size: 2em;
}

.dimmertool-teaser:first-of-type {
    margin-right: 3%;
}

.dimmertool-teaser a {
    width: 100%;
    text-align: center;
}

.dimmertool-teaser .sprite {
    float: none;
}

/* Combination */
.dimmertool-product {
    background: #e9e9e9;
    padding: 20px;
    border-bottom: 0;
    border-top: 0;
    overflow: hidden;
}

.dimmertool-product .dimmertool-img-container {
    width: 148px;
    text-align: center;
}

.dimmertool-product .dimmertool-details {
    width: 392px;
}

.dimmertool-product .dimmertool-details ul li span {
    width: 16em;
}

/* Image */
.dimmertool-img-container {
    width: 168px;
    display: block;
    float: left;
    margin-right: 20px;
}

.dimmertool-img-container img {
    width:100%;
    height:auto;
    margin-bottom: 0;
}

.check {
    margin-bottom: 15px;
    color: #999;
}

/* Details */
.dimmertool-details {
    width: 430px;
    display: inline-block;
}

.dimmertool-details ul {
    padding: 0;
    margin: 0 0 25px;
}

.dimmertool-details ul:last-of-type {
    margin-bottom: 0;
}

.dimmertool-details ul li {
    color: #000;
    margin: 0;
    list-style: none;
    padding: 0;
}

.dimmertool-details ul li span {
    width: 20.7em;
    display: inline-block;
    vertical-align: top;
}

.dimmertool-details ul li span:first-child {
    color: #999999;
    width: 10em;
    display: inline-block;
}

.dimmertool-details p {
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 5px;
}

.dimmertool-details .dimmertool-rating {
    display: inline-block;
    margin-bottom: 20px;
}

.dimmertool-details .dimmertool-rating p {
    margin-bottom: 13px;
}

.dimmertool-details .dimmertool-comments li {
    color: #000;
    width: 100%;
}

.dimmertool-details .dimmertool-comments li .sprite {
    background: url('../../typo3conf/ext/ppk_dimmertool_customized/Resources/Public/Images/sprite.png') no-repeat -56px -506px;
    width: 5px;
    height: 15px;
    margin-right: 8px;
}

/* Info */
.dimmertool-info {

}

.dimmertool-info h2 {
    margin-bottom: 15px;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
}

.dimmertool-info p {
    margin: 0;
    padding: 0;
    font-size: 0.825em;
}

.dimmertool-legend p .sprite {
    margin-top: 2px;
}

/* Legend */
.dimmertool-legend {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    border-bottom: 1px solid #999;
    padding-bottom: 15px;
}

.dimmertool-legend h2 {
    margin-bottom: 3px;
}

.dimmertool-legend .dimmertool-rating {
    border-top: 1px solid #999;
    padding-top: 15px;
    width: 100%;
}

.dimmertool-legend p {
    width: 21.7%;
    float: left;
    margin-bottom: 0;
    border-left: 1px solid #999;
    margin-right: 20px;
    padding-left: 20px;
    padding-bottom: 0;
}

.dimmertool-legend p:first-child {
    padding-left: 0;
    border-left: 0;
}

.dimmertool-legend p:last-child {
    padding-right: 0;
}

.dimmertool-legend span {
    width: 100%;
    font-size: 0.825em;
}

.dimmertool-legend span.sprite {
    width: 31px;
    margin-bottom: 5px;
}

.dimmertool-legend span + span {
    width: 100%;
    display: inline-block;
}

/* Footer */
.dimmertool-footer {
    display: inline-block;
    margin-bottom: 80px;
    position: relative;
    width: 100%;
}

.dimmertool-footer .btn {
    padding: 3px 30px;
}

/* Form */

form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    background: url('/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/link-internal.png') no-repeat 0 7px;
    border: none;
    color: #0076B7;
    text-indent: 5px;
}

form input[type="submit"]:hover {
    color: #2a6496;
    text-decoration: underline;
}

/* Forms */

.choose-form {
    width: 100%;
    display: block;
}

.choose-form .choose-leuchtm {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}

/* msDropDown */
.tx-ppk-dimmertool .choose-form .select-container .ddcommon {
    width: 90% !important;
    margin-right: 10px;
}

.tx-ppk-dimmertool .choose-form .primary-select .ddcommon {
    width: 100% !important;
    margin-right: 0;
}

.tx-ppk-dimmertool .choose-form .ddcommon .ddTitle {
    height: auto;
    display: block;
    border-color: #525252;
}

.tx-ppk-dimmertool .dd .ddChild li .ddlabel {
    padding: 2px 0 2px 14px
}

.tx-ppk-dimmertool .choose-form .select-container ul,
.tx-ppk-dimmertool .choose-form .select-container li {
    list-style: none;
    margin: 0;
    padding: 0;

    margin-top: -1px;
    border-bottom: 0;
    border-top: 1px solid #c3c3c3;
}

.tx-ppk-dimmertool .choose-form .dd {
    border: 0;
}

/* Other Forms */
.choose-form fieldset {
    display: inline-block;
    width: 32.89%;
}

.choose-form select {
    display: none;
}

.choose-form .select-container {
    width: 100%;
    margin-bottom: 9px;
}

.choose-form select:disabled {

}

.choose-form input {
    margin-bottom: 10px;
}

.choose-form label .sprite {
    border-right: 1px solid white;
    margin-right: 10px;
}

.choose-form .input-full {
    width: 100%;
}

.choose-form .input-full label {
    display: block;
    padding: 0.3em;
    text-align: center;
    margin-bottom: 30px;
}

.choose-form .input-full input {
    display: none;
}

.choose-form .input-part label {
    text-align: center;
    padding: 10px 21px 10px 17px;
    margin-right: 24px;
    font-size: 22px;
    width: 100%;
}

.choose-form .input-part:last-of-type label {
    margin-right: 0;
}

.choose-form input:checked + label {
    background: #C4C4C4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJmNDg2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzI5M2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #C4C4C4 0%, #8A8A8A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C4C4C4), color-stop(100%, #8A8A8A));
    background: -webkit-linear-gradient(top, #C4C4C4 0%, #8A8A8A 100%);
    background: -o-linear-gradient(top, #C4C4C4 0%, #8A8A8A 100%);
    background: -ms-linear-gradient(top, #C4C4C4 0%, #8A8A8A 100%);
    background: linear-gradient(to bottom, #C4C4C4 0%, #8A8A8A 100%);
    color: #444444;
    border-radius: 0;
}

.choose-form input:checked + label:hover {
    background: #c4c4c4\9;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImcyNTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNDNEM0QzQiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM4QThBOEEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2cyNTEpIiAvPgo8L3N2Zz4=);
    filter: none \9;
}

.lt-ie9 .choose-form input:checked + label:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4C4C4', endColorstr='#8A8A8A', GradientType=0);
}

.choose-form label em {
    display: table-cell;
    color: #fff;
    font-size: 1em;
    vertical-align: middle;
    text-align: center;
    height: 69px;
    padding-left: 12px;
}

.choose-form input:checked + label em {
    color: #444;
}

.choose-form .input-part input {
    display: none;
}

.choose-form .article {
    display: none;
}

.choose-form a {
    display: inline-block;
    padding: 1px 10px;
    border: 1px solid #525252;
    text-align: left;
}

.choose-form .choose-article {
    width: 100%;
    display: none;
    position: relative;
    overflow: hidden;
}

/* Navigator */
.dimmertool-navigator {
    border-top: 1px solid #999;
    margin-top: 40px;
    padding-top: 15px;
}

.dimmertool-navigator .btn {
    padding: 3px 30px;
    margin-bottom: 0;
}

.dimmertool-navigator .submit {
    float: right;
}

.dimmertool-navigator input {
    float: right;
}

/* Table */
.choose-form table {
    padding: 0;
    margin: 0;
    border-spacing: 0;
    width: 100%;
    display: none;
    border: 1px solid #525252;
    border-top: 0;
    margin-top: -6px;
}

.choose-form tr {
    cursor: pointer;
    border-bottom: 1px solid #b2b2b2;
}

.choose-form tr:nth-child(even) {
    background: #fff;
}

.choose-form tr {
    background: #f7f7f7;
}

.choose-form tr:hover th {
    cursor: auto;
}

.choose-form tr:hover td {
    background: #ccc;
}

.choose-form th {
    padding: 10px;
}

.choose-form td {
    padding: 10px;
}

.choose-form td a {
    border: 0;
    padding: 0;
}

/* Accept */

.dimmertool-accept{

}

.dimmertool-accept .dimmertool-container{
    padding-bottom: 0;
    border-bottom: 0;
}

.dimmertool-accept h2{
    border-bottom: 1px solid #999;
    padding-bottom: 4px;
    margin-bottom: 20px;
}

.dimmertool-accept p{
    padding: 0;
    margin: 0;
}

.dimmertool-accept .btn{
    float:right;
    padding: 3px 30px;
}

/* Sprites */

.tx-ppk-dimmertool .sprite {
    background: url('../../typo3conf/ext/ppk_dimmertool_customized/Resources/Public/Images/sprite.png') no-repeat;
}

.dimmertool-teaser:first-of-type .sprite {
    background-position: -26px -180px;
    width: 81px;
    height: 150px
}

.dimmertool-teaser .sprite {
    background-position: -194px -186px;
    width: 107px;
    height: 150px
}

.choose-form .input-part .e14 .sprite {
    background-position: -180px -377px;
    width: 80px;
    height: 69px;
}

.choose-form .input-part .e27 .sprite {
    background-position: -41px -378px;
    width: 80px;
    height: 69px;
}

.choose-form .input-part .gu10 .sprite {
    background-position: -310px -379px;
    width: 80px;
    height: 69px;
}

.choose-form .choose-article .sprite {
    width: 30px;
    height: 27px;
    top: 0;
    right: 0;
    position: absolute;
    background: url(/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/dd/skin/dd_arrow.gif) no-repeat scroll 0 -2px;
}

.dimmertool-img-container .sprite {
    background-position: -47px -556px;
    width: 52px;
    height: 72px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
}

/* Product*/

.dimmertool-img-container .gu10{
    background-position: -151px -691px;
    width: 85px;
    height: 90px;
}

.dimmertool-img-container .e14{
    background-position: -45px -661px;
    width: 55px;
    height: 146px;
}

.dimmertool-img-container .e27{
    background-position: -390px -658px;
    width: 84px;
    height: 143px;
}

/* Rating */
.dimmertool-rating .sprite {
    width: 31px;
    height: 32px;
    margin-right: 10px;
    margin-top: -6px;
}

.info-behavior-1 .sprite {
    background-position: -26px -21px;
}

.info-behavior-2 .sprite {
    background-position: -84px -21px;
}

.info-behavior-3 .sprite {
    background-position: -142px -21px;
}

.info-behavior-4 .sprite {
    background-position: -200px -21px;
}

/* Big Ratings */
.info-behavior-1.sprite,
.info-behavior-2.sprite,
.info-behavior-3.sprite,
.info-behavior-4.sprite {
    position: absolute;
    top: 0;
    right: 0;
}

.first-container .info-behavior-1.sprite,
.first-container .info-behavior-2.sprite,
.first-container .info-behavior-3.sprite,
.first-container .info-behavior-4.sprite {
    top: 30px;
}

.info-behavior-1.sprite {
    background-position: -26px -95px;
    width: 49px;
    height: 50px;
}

.info-behavior-2.sprite {
    background-position: -110px -95px;
    width: 50px;
    height: 50px;
}

.info-behavior-3.sprite {
    background-position: -194px -95px;
    width: 50px;
    height: 50px;
}

.info-behavior-4.sprite {
    background-position: -278px -95px;
    width: 50px;
    height: 50px;
}

/* max width 767 */

@media screen and (max-width: 767px) {
    .choose-form fieldset {
        width: 100%;
    }

    .choose-form .input-full label,
    .choose-form .input-part label {
        width: 100%;
        margin-bottom: 30px;
    }

    .dimmertool-legend p,
    .dimmertool-legend p:nth-child(2),
    .dimmertool-legend p:nth-child(3),
    .dimmertool-legend p:last-child {
        width: 100%;
        margin: 0;
        padding: 0;
        border-left: 0;
        margin-bottom: 10px;
    }

    .tx-ppk-dimmertool .choose-form .select-container .ddcommon {
        width: 100% !important;
    }

    .dimmertool-img-container{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    form input[type="submit"]{
        position: relative;
        text-align: left;
        width: 100%;
        margin-top: 10px;
    }

    .dimmertool-details{
        width: 100%;
    }

    .dimmertool-product .dimmertool-details{
        width: 100%;
    }

    .dimmertool-details ul li span{
        margin-bottom: 10px;
        width: 100%;
    }

    .dimmertool-details ul li span:first-child{
        width: 100%;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 380px) {
    .dimmertool-product .dimmertool-details ul li span{
        width: 100%;
        margin-bottom: 10px;
    }

    .dimmertool-details ul li span:first-child{
        width: 100%;
        margin-bottom: 0;
    }
}
/* Search */

textarea.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

input.f3-form-error {
    background-color:#FF9F9F;
    border: 1px #FF0000 solid;
}

.tx-ppk-solr table {
    border-collapse:separate;
    border-spacing:10px;
}

.tx-ppk-solr table th {
    font-weight:bold;
}

.tx-ppk-solr table td {
    vertical-align:top;
}

.tx-solr {

}

/*   Search input    */

.tx-solr {
    max-width: 940px;
    margin: 0 auto;
    /*   overflow: hidden;  */
}

.tx-solr .input-group .sucheBorder:first-child,
.tx-solr .input-group-addon:first-child,
.tx-solr .input-group-btn:first-child > .btn,
.tx-solr .input-group-btn:first-child > .dropdown-toggle,
.tx-solr .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    width: 92.2%;
    padding-left: 12px;
    border: none;
}

.tx-solr .produkte-catalog h6,
.tx-solr .produkte-catalogNone h6 {
    font-family: "UniversNextW02-Regular";
    font-size: 18px;
    margin-top: 5px;
}

.tx-solr .produkte-catalog a.colorNone,
.tx-solr .produkte-catalogNone a.colorNone {
    color: #0076B7;
    text-decoration: none;
}

.tx-solr .nav-tabslider .nav {
    top: 0px;
}

.tx-solr .nav-tabslider {
    position: relative;
    text-align: left;
    width: 100%;
    z-index: 1;
    float: left;
}

.tx-solr .tab-content {
    text-align: left;
}

.tx-solr .nav.nav-tabs.sucheStyle {
    border-bottom: 1px solid rgb(156, 156, 156);
    width: 933px;
}

.tx-solr .nav-tabslider .nav-tabs.sucheStyle li a {
    border-bottom: none;
    border-radius: 0;
    line-height: 1.42857;
    padding: 10px 42px 10px 41px;
    color: #999999;
    margin-bottom: 0px;
}

.tx-solr .nav-tabslider .nav-tabs.sucheStyle li a.disabled,
.tx-solr .nav-tabslider .nav-tabs.sucheStyle li a.disabled:hover,
.tx-solr .nav-tabslider .nav-tabs.sucheStyle li a.disabled:focus {
    color: #999999;
    cursor: default;
}

.tx-solr .nav-tabslider .nav-tabs li a,
.tx-solr .nav-tabslider .nav-tabs li a:hover,
.tx-solr .nav-tabslider .nav-tabs li a:focus {
    color: #0076B7;
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: none repeat scroll 0 0 rgb(255, 255, 255) !important;
    border-color: rgb(153, 153, 153) rgb(153, 153, 153) -moz-use-text-color !important;
    border-image: none !important;
    border-style: none !important;
    border-width: 0px !important;
    margin-right: 0px;
}

.tx-solr .nav-tabslider .nav-tabs.sucheStyle li.active a,
.tx-solr .nav-tabslider .nav-tabs.sucheStyle li.active a:hover,
.tx-solr .nav-tabslider .nav-tabs.sucheStyle li.active a:focus {
    color: #0076B7;
    -moz-border-bottom-colors: none !important;
    -moz-border-left-colors: none !important;
    -moz-border-right-colors: none !important;
    -moz-border-top-colors: none !important;
    background: none repeat scroll 0 0 rgb(255, 255, 255) !important;
    border-color: rgb(153, 153, 153) rgb(153, 153, 153) -moz-use-text-color !important;
    border-image: none !important;
    border-style: solid solid none !important;
    border-width: 1px 1px medium !important;
    margin-right: 0px;
}

.tx-solr .nav-tabslider .nav-tabs > li.active > a:hover,
.tx-solr .nav-tabslider .nav-tabs > li.active > a:focus {

}

.tx-solr .nav-tabslider .nav-tabs.sucheStyle li {
    margin-left: 0px;
}

.tx-solr .input-text-search-big {
}

.tx-solr .navbar {
    margin: 0px 15px 10px 15px;
    overflow: hidden;
    height: 70px;
}

.tx-solr .tab-header .btn {
    padding: 3px 10px;
}

.tx-solr .tab-header {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px 15px 0px 0px;
    position: relative;
    width: 100%;
}

.tx-solr .tab-content {
    position: relative;
    padding: 20px 0px;
    overflow: hidden;
    width: 100%;
}

.tx-solr #produkte.tab-pane,
.tx-solr #allgemein.tab-pane,
.tx-solr #e-katalog.tab-pane,
.tx-solr #prospekte.tab-pane,
.tx-solr #bilddatenbank.tab-pane {
    overflow: hidden;
    width: 100%;
}

.tx-solr .media {
    border-bottom: 1px solid rgb(153, 153, 153);
    padding: 40px 0 60px;
    text-align: center;
}

.tx-solr .media .media-body h4 {
    font-size: 18px;
    line-height: 22px;
}
.tx-solr .media .media-body h5 a,
.tx-solr .media .media-body h5,
.tx-solr .media .media-body p {
    font-family: "UniversNextW02-Regular";
    font-size: 14px;
    line-height: 20px;
}

.tx-solr .position {
    margin: 0 auto 0 auto;
    padding-top: 20px;
    width: 100%;
}

.tx-solr .position ul {
    margin: 0 auto;
}

.tx-solr .pagination {
    border-radius: 0px;
}

.tx-solr .pagination > li {
    display: inline-block;
    line-height: 1;
}

.tx-solr ul.pagination > li > a {
    border-right: 1px solid #999;
    float: left;
    line-height: 1;
    margin-left: -1px;
    padding: 0 8px 0 6px;
    position: relative;
    text-decoration: none;
    border-bottom: none;
    border-left: none;
    border-top: none;
    color: #999;
    /* font-size: 0.875; */
}

.tx-solr ul.pagination > li > div {
    border-right: 1px solid #999;
    float: left;
    line-height: 1;
    margin-left: -1px;
    padding: 0 8px 0 6px;
    position: relative;
    text-decoration: none;
    border-bottom: none;
    border-left: none;
    border-top: none;
    color: #999;
    /* font-size: 0.875; */
}

.tx-solr ul.pagination > li > a.last {
    border-right: none;
}

.tx-solr ul.pagination > li > a.active,
.tx-solr ul.pagination > li > a:hover {
    background: none;
    text-decoration: underline;
    color: #0076B7;
}

.tx-solr .leftColm input {
    margin-right: 10px;
    padding-bottom: 5px;
}

.tx-solr .leftColm h3 {
    border-top: 0px solid rgb(153, 153, 153);
    font-family: "Univers Next W02 Bold";
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 10px;
}

.tx-solr .leftColm ul {
    padding-left: 0;
    border-bottom: 1px solid rgb(153, 153, 153);
}

.tx-solr .leftColm .content ul,
.tx-solr .leftColm #solrcat ul,
.tx-solr .leftColm #solrdefaultcat ul {
    border-bottom: 0px solid rgb(153, 153, 153);
}

.tx-solr .leftColm ul li {
    line-height: 28px;
    list-style: none outside none;
}

.tx-solr .leftColm input {
    margin-right: 10px;
    padding-bottom: 5px;
}

.tx-solr .leftColm ul li ul {
    padding-left: 20px;
    border-bottom: none;
}

.tx-solr .leftColm .btn {
    margin-top: 25px;
    width: 100%;
}

.tx-solr .media-body a {
    color: rgb(0, 118, 183);
}

.tx-solr .media-body a:hover{
    text-decoration: underline;
}

.tx-solr .media-body a.silver {
    color: #999999;
    padding-bottom: 10px;
}

.tx-solr .content {
    overflow: hidden;
}

.tx-solr .media .media-body {
    text-align: left;
}

.tx-solr .tab-header .form,
.tx-solr .tab-header form {
    padding-bottom: 15px;
}

.tx-solr h6 {
	margin-bottom: 45px;
}

.tx-solr .leftColm form {
    padding: 0px;
}

.tx-solr .leftColm.well {
    border: 0px solid #ffffff;
    border-radius: 0;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
	width: 220px;
	background-color: transparent;
	box-shadow: none;
}

.tx-solr .tab-overlay {
    width: 20%;
}

.tx-solr #suggestionPlaceholder .ui-menu,
.tx-solr #suggestionPlaceholderBox .ui-menu {
	padding: 2px 2px 2px 29px;
}

.tx-solr #suggestionPlaceholder .suggestProduktH, 
.tx-solr #suggestionPlaceholderBox .suggestProduktH {
	margin-bottom: 10px;
}
.switch-search-nav  {
    padding-bottom: 10px;
}

.tx-solr #produkte-search-settings .toggle.radio,
  #allgemein-search-settings .toggle.radio {
    /*background: url("/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/radio.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);*/
    background: none;
    display: inline-block;
    height: 12px;
    min-height: 12px;
    min-width: 12px;
    padding: 0;
    vertical-align: middle;
    width: 12px;
}

.tx-solr #produkte-search-settings .toggle.radio.checked,
.tx-solr #allgemein-search-settings .toggle.radio.checked {
    /*background: url("/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/radio-aktiv.png") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);*/
    background: none;
}
#solr-message-no-result {
	margin-left: 0px;
}

.tx-solr .solr-none-result .col-xs-12.col-sm-12.col-md-12.col-lg-12 {
	padding-left: 0px;
}
.tx-solr .solr-none-result .col-xs-12.col-sm-12.col-md-12.col-lg-12 ul {
	list-style-image: url("/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/listdot.png");
	padding-left: 14px;
}

/* Search icon und flyout */ 

.search {
    float: right;
    padding-left: 8px;
    padding-top: 13px;
}

.switch-wrapper {
    max-width: 30px;
    position: absolute;
    right: 34px;
    top: 0;
    width: 4%;
}

.search-button {
    display: block;
    text-indent: -9999em;
    width: 16px;
    height: 16px;
    background: url('/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/magnifierh.png') no-repeat left top transparent;
    border: none;
}

.search-button.open,
.search-button:hover {
    background: url('/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/magnifierh_over.png') no-repeat left top transparent;
}

.switch-search-nav {
    margin: 0;
    position: absolute;
    right: 0;
    top: 40px;
    width: 280px;
    z-index: 1;
    display: none;
    -webkit-box-shadow: inset 3px -3px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 3px -3px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 13px 13px 13px 13px;
    background: #2d4560;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkNDU2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzI4MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #2d4560 0%, #1c2839 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d4560), color-stop(100%,#1c2839));
    background: -webkit-linear-gradient(top,  #2d4560 0%,#1c2839 100%);
    background: -o-linear-gradient(top,  #2d4560 0%,#1c2839 100%);
    background: -ms-linear-gradient(top,  #2d4560 0%,#1c2839 100%);
    background: linear-gradient(to bottom,  #2d4560 0%,#1c2839 100%);
}

.lt-ie9 .switch-search-nav,
.lt-ie9 .solr-results #suggestionPlaceholder ul, 
.lt-ie9 .solr-none-result #suggestionPlaceholderBox ul,
.lt-ie9 .solr-results #suggestionPlaceholderBox ul {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4560', endColorstr='#1c2839', GradientType=0 );
}

.switch-search-nav:before {
    background:transparent url('/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/mainnav-arrow-top.png') no-repeat 0 0;
    content: "__";
    position: absolute;
    right: 18px;
    top: -7px;
    color: #2d4560;
}

.switch-search-nav .input-group {
    border: 1px solid #dfdfdf;
}

.switch-search-nav .input-group .form-control {
    border:none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding:5px;
    height: 26px;
}
.switch-search-nav .input-group .btn-default {
    color:#fff;
    border:none;
    padding:2px 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #2d4560;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkNDU2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyOTM2NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #2d4560 0%, #293646 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d4560), color-stop(100%,#293646));
    background: -webkit-linear-gradient(top,  #2d4560 0%, #293646 100%);
    background: -o-linear-gradient(top,  #2d4560 0%, #293646 100%);
    background: -ms-linear-gradient(top,  #2d4560 0%, #293646 100%);
    background: linear-gradient(to bottom,  #2d4560 0%, #293646 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4560', endColorstr='#293646',GradientType=0 );
}


.switch-search-nav .input-group .form-control:first-child{
    border:none;
}

/* Suche in linker Spalte */
.nav-search {
    border-top: 1px solid #010101;
    padding-top: 0.6em;
    margin-bottom: 40px;
}

.nav-search h2 {
    text-align: left;
    margin-bottom: 0.5em;
}





.switch-search-nav #suggestionPlaceholderNavi .ui-autocomplete,
.solr-results #suggestionPlaceholder .ui-autocomplete,
.solr-none-result #suggestionPlaceholderBox .ui-autocomplete,
.solr-results #suggestionPlaceholderBox .ui-autocomplete {
    position: static;
    background: url("/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/sprite.png") no-repeat scroll -27px -331px rgba(0, 0, 0, 0);
}

.switch-search-nav #suggestionPlaceholderNavi .ui-autocomplete.ui-widget-content {
	background: none repeat-x scroll 50% top transparent;
    position: static;
	color: #ffffff;
	border: 0px solid transparent;
	width: 255px !important;
}
.solr-results #suggestionPlaceholder ul.ui-autocomplete.ui-widget-content,
.solr-none-result #suggestionPlaceholderBox ul.ui-autocomplete.ui-widget-content,
.solr-results #suggestionPlaceholderBox ul.ui-autocomplete.ui-widget-content {
	-webkit-box-shadow: inset 3px -3px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 3px -3px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 13px 13px 13px 13px;
    background: #2d4560;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJkNDU2MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzI4MzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #2d4560 0%, #1c2839 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d4560), color-stop(100%,#1c2839));
    background: -webkit-linear-gradient(top,  #2d4560 0%,#1c2839 100%);
    background: -o-linear-gradient(top,  #2d4560 0%,#1c2839 100%);
    background: -ms-linear-gradient(top,  #2d4560 0%,#1c2839 100%);
    background: linear-gradient(to bottom,  #2d4560 0%,#1c2839 100%);
	position: absolute;
    left: 0px;
    top: 168px;

}
.switch-search-nav #suggestionPlaceholderNavi .ui-autocomplete.ui-widget-content a,
.solr-results #suggestionPlaceholder .ui-autocomplete.ui-widget-content a,
.solr-none-result #suggestionPlaceholderBox .ui-autocomplete.ui-widget-content a,
.solr-results #suggestionPlaceholderBox .ui-autocomplete.ui-widget-content a {
	color: #ffffff;
	line-height: 18px;
	font-size: 12px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
.solr-results #suggestionPlaceholderBox .ui-autocomplete.ui-widget-content a:hover,
.solr-results #suggestionPlaceholderBox .ui-autocomplete.ui-widget-content a:focus {
	text-decoration: none;
}
.switch-search-nav #suggestionPlaceholderNavi .ui-autocomplete.ui-widget-content a.ui-state-focus,
.solr-results #suggestionPlaceholder .ui-autocomplete.ui-widget-content a.ui-state-focus,
.solr-none-result #suggestionPlaceholderBox .ui-autocomplete.ui-widget-content a.ui-state-focus,
.solr-results #suggestionPlaceholderBox .ui-autocomplete.ui-widget-content a.ui-state-focus {
	background: none repeat-x scroll 50% top transparent;
	color: #00ACEC;
	border: none;
}

.switch-search-nav #suggestionPlaceholderNavi li.suggestProduktH,
.solr-results #suggestionPlaceholder li.suggestProduktH,
.solr-none-result #suggestionPlaceholderBox li.suggestProduktH,
.solr-results #suggestionPlaceholderBox li.suggestProduktH {
	margin-bottom: 5px;
	margin-top: 15px;
	color: #ffffff;
    border-bottom: 1px solid #ffffff;
	font-size: 14px;
	line-height: 22px
}
.switch-search-nav #suggestionPlaceholderNavi li.ui-menu-item,
.solr-results #suggestionPlaceholder li.ui-menu-item,
.solr-none-result #suggestionPlaceholderBox li.ui-menu-item,
.solr-results #suggestionPlaceholderBox li.ui-menu-item {
	float: none;
}

/* bootstrap individuelle responsiv Anpassung */
@media (max-width: 500px) {
    .tx-solr .media .media-body {
        width: 100%;
    }

    .tx-solr .media a.thumb {
        display: inline-block;
        float: none;
        margin: 0px 0px 0px 0px;
    }

    .tx-solr .tab-header .form,
    .tx-solr .tab-header form {
        width: 100%;
    }

    .tx-solr .leftColm {
        margin-right: 0px;
		display: none;
    }

	.tx-solr .nav.nav-tabs.sucheStyle {
		width: 439px;
	}
    .tx-solr .nav-tabslider .bx-wrapper .bx-next {
        background: url("/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png") no-repeat scroll -241px -90px transparent;
        height: 28px;
        margin-top: -13px;
        right: 10px;
        width: 28px;
    }

    .tx-solr .nav-tabslider .bx-wrapper .bx-prev:hover {
        background: url("/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png") no-repeat scroll -241px -126px transparent;
    }
	.search {
		padding-top: 5px;
	}	
	.switch-search-nav:before {
		right: 23px;
	}
	.switch-search-nav {
		right: -18px;
		top: 30px;
	}
    .switch-wrapper {
        width: 27px;
        right:-20px;
        position: relative;
    }
}

@media (min-width: 501px) and (max-width: 767px) {
    .tx-solr .media a.thumb {
        display: inline-block;
        float: left;
        margin: 0 10px 0 0;
    }

    .tx-solr .tab-header .form,
    .tx-solr .tab-header form {
        width: 380px;
    }

    .tx-solr .leftColm {
        margin-right: 0;
		display: none;
	}

	.tx-solr .nav.nav-tabs.sucheStyle {
		width: 639px;
	}
    .tx-solr .nav-tabslider .bx-wrapper .bx-next {
        background: url("/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png") no-repeat scroll -241px -90px rgba(0, 0, 0, 0);
        height: 28px;
        margin-top: -13px;
        right: 10px;
        width: 28px;
    }

    .tx-solr .nav-tabslider .bx-wrapper .bx-prev:hover {
        background: url("/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png") no-repeat scroll -241px -126px rgba(0, 0, 0, 0);
    }
	.search {
		padding-top: 5px;
	}	
	.switch-search-nav:before {
		right: 23px;
	}
	.switch-search-nav {
		right: -18px;
		top: 30px;
	}
	.switch-wrapper {
		width: 27px;
        right: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tx-solr .media a.thumb {
        display: inline-block;
        float: left;
        margin: 0 10px 0 0;
    }

    .tx-solr .tab-header .form,
    .tx-solr .tab-header form {
        width: 380px;
    }

    .tx-solr .leftColm {
        margin-right: 70px;
		display: none;
    }
	.tx-solr .nav.nav-tabs.sucheStyle {
		width: 639px;
	}
    .nav-search{
        clear:both;
        float:left;
        width: 100%;
    }
	.search {
		padding-top: 5px;
	}	
	.switch-search-nav:before {
		right: 23px;
	}
	.switch-search-nav {
		right: -18px;
		top: 30px;
	}
    .switch-wrapper {
        width: 27px;
        right: 10px;
    }
}

@media (min-width: 1024px) {
    .tx-solr .media a.thumb {
        display: inline-block;
        float: left;
        margin: 0px 10px 0px 0px;
    }

    .tx-solr .tab-header .form,
    .tx-solr .tab-header form {
        width: 380px;
    }

    .tx-solr .leftColm {
        margin-right: 70px;
    }
	.switch-search-nav {
		right: -11px;
	}
}

@media screen and (max-width: 1023px) {
    .search-button {
        background: url('/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/magnifier.png') no-repeat left top transparent;
    }

    .search-button.open,
    .search-button:hover {
        background: url('/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/magnifier_over.png') no-repeat left top transparent;
    }
}



/*
 * Solution World with Hotspots
 * --------------------------------------------------
 */

#solution-world {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#solution-world img {
    width: 100%;
    position: relative;
}

#solution-world img.solution-image-left,
#solution-world img.solution-image-right {
    position: absolute;
    top: 0;
    left: 0;
}

#solution-menu {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index:9999;
}

#solution-images{
    z-index: 0;
    position: relative;
}

#solution-menu a {
    color: white;
    clear: both;
    float: left;
    padding: 0.4em 1em 0.4em 0.8em;
    width: 20em;
    margin-bottom: 4px;
    text-align: left;
}

#solution-content{
    overflow: hidden;
    position: relative;
    width: 100%;
}

#solution-world .solution-popup-container {
    position: relative;
    z-index: 9999;
}

#solution-world .solution-popup {
    position: absolute;
    padding: 20px;
    width: 384px;
    display: none;
}

#solution-world .solution-popup .solution-popup-background {
    background: #fff;
    opacity: 0.9;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.lt-ie9 #solution-world .solution-popup .solution-popup-background {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 7 */
    filter: alpha(opacity = 90);
}

#solution-world .solution-popup .popup-image {
    width: 123px;
    float: left;
    margin-right: 1em;
}

#solution-world .solution-popup .popup-content img {
    float: left;
    margin: 0.3em 0 0.8em 0;
    padding: 0 0 0 0;
}

#solution-world .solution-popup div a {
    float: left;
    clear: both;
    margin-bottom: 0.4em;
}

#solution-world .solution-popup div a:hover,
#solution-world .solution-popup div a:focus {
    text-decoration:underline;
}

#solution-world .solution-popup p {
    clear: both;
    float: left;
    border-top: 1px solid #595958;
    padding-top: 1em;
    margin-top: 0.7em;
}

#solution-world .solution-popup p a {
    float: left;
    clear: both;
    width: 100%;
}

#solution-world .popup-content {
    width: 13.3em;
    float: right;
    margin-right: 1.4em
}

#solution-world .solution-popup .popup-content-more {
    float: left;
    width:100%;
}

#solution-world .popup-content h3,
#solution-world .solution-popup .btn,
#solution-world .solution-popup .toggle-content {
    display: none;
}

#solution-world .popup-content h3.hotspotTitle {
    padding: 6px 0 2px 0;
    display: block;
    line-height: 1.2em;
}

#solution-world .solution-popup .close {
    text-indent: -9999em;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
}

#solution-world .solution-data{
    display: none;
}

.solutions .footer {
    margin: 0 auto;
}

.solutions #breadcrumb {
    margin-bottom: 0;
}

.solution-headline {
    position: absolute;
    top: 8em;
    left: 30px;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.9);
    padding: 0.6em 1em;
    width: 20em;
    z-index: 9999;
}

.solution-headline h2 {
    padding: 0;
    margin: 0;
}

#solution-world .next-solution,
#solution-world .prev-solution {
    padding: 1.4em 0;
    position: absolute;
    top: 50%;
    margin-top: -1.7em;
    z-index: 9999;
    display: block;
    overflow: hidden;
}

#solution-world .next-solution {
    right: 0;
    position: absolute;
}

/* Navigator */
.solution-navigator {
    position: absolute;
    bottom: 3em;
    background:  #fff;
    background: rgba(255, 255, 255, 0.7);
    width: 15.7em;
    padding: 0.5em 0.4em 0.5em 0.4em;
    z-index: 9997;
    left: 50%;
    margin-left: -7.85em;
}

.solution-navigator a {
    text-indent: -9999em;
    float: left;
}

.solution-navigator .rotate-left {
    display: block;
    padding-right: 1.7em;
    margin-right: 0.3em;
    border-right: 1px solid #a7a7a7;
}

.solution-navigator .rotate-right {
    display: block;
    margin-left: 0.3em;
}

.solution-navigator .solution-navigator-slider {
    border-right: 1px solid #a7a7a7;
    margin-right: 0.3em;
    padding-right: 0.3em;
    display: block;
    height: 15px;
    float: left;
    position: relative;
}

.solution-navigator .rotate-slider {
    position: absolute;
    left: 0;
    top: 2px;
}

.solution-navigator .rotate-background {
    margin-top: 0.4em;
}

/* Hotspot */
#solution-hotspots{
    position: absolute;
    z-index: 1;
}

.hotspot {
    position: absolute;
    z-index:9998;
}

@media screen and (max-width: 410px) {
    #solution-world .solution-popup{
        width: 95%;
    }

    #solution-world .solution-headline{
        width: 87%;
        margin-left: auto;
        margin-right: auto;
        background: #fff\9 ;
        background: rgba(255, 255, 255, 0.9);
        padding: 0.6em 1em;
    }

    #solution-world .solution-popup .popup-content img{
        max-width: 90%;
    }
}

@media screen and (max-width: 767px) {
    #solution-content{
        position: inherit;
    }

    #solution-world .solution-popup .btn,
    #solution-world .solution-popup .toggle-content,
    #solution-world .popup-content h3 {
        display: block;
    }

    #solution-world .popup-content-more h3,
    #solution-world #solution-hotspots {
        display: none;
    }

    #solution-world .solution-popup:first-of-type .popup-content-more {
        display: block;
    }

    .solutions .row-offcanvas-left > .col-sm-12 > .container {
        padding-top: 0;
    }

    #solution-world{
        height: 100%;
    }

    #solution-world .csc-default{
        height: 100%;
    }

    #solution-world .solution-content{
        height: 100%;
    }

    #solution-world img {
        width: auto;
        height: 100%;
    }

    #solution-world .solution-popup-container {
        padding: 1em 1em 1em 1em;
        width: 100%;
        z-index:9998;
    }

    #solution-world .solution-popup {
        display: block;
        position: relative;
        overflow: hidden;
        margin-bottom: 1em;
        margin-left: auto;
        margin-right: auto;
        padding: 1em;
        text-align: center;
    }

    #solution-world #solution-images {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        z-index: -1;
        float:left;
    }

    #solution-menu {
        position: relative;
        float: left;
        left: 0;
        top: 0;
        width: 100%;
        padding: 1.5em 1em 1.5em 1em;
        background: #fff;
    }

    #solution-menu a {
        width: 100%;
    }

    #solution-world .solution-popup .popup-content {
        border-top: 1px solid #595958;
    }

    #solution-world .solution-popup .popup-content img {
        border-bottom: 0;
        padding-top: 0.4em;
        padding-bottom: 0;
        margin-bottom: 0.7em;
        text-align: left;
        float: left;
        width: auto;
        height: auto;
    }

    #solution-world .solution-popup h3 {
        padding: 0;
        margin: 0 0 0.5em;
        text-align: left;
        clear: both;
        border: 0;
    }

    #solution-world .solution-popup div {
        float: left;
        width: 100%;
    }

    #solution-world .popup-content a {
        display: none;
    }

    #solution-world .solution-popup p {
        text-align: left;
        margin-bottom: 0;
    }

    #solution-world .solution-popup .popup-image {
        clear: both;
        text-align: center;
        float: none;
        margin: 0.8em 0 1.1em 0;
        width: 120px;
        height: auto;
    }

    #solution-world .solution-popup .btn {
        width: 100%;
    }

    #solution-world .solution-popup .close {
        display: none;
    }

    #solution-world .solution-popup .minimize,
    #solution-world .solution-popup .maximize {
        position: absolute;
        top: 1.5em;
        right: 1em;
        text-indent: -9999em;
    }

    #solution-world #solution-images img {
        width: auto !important;
    }

    #solution-world .popup-content-more {
        display: none;
    }

    .solution-navigator{
        display: none;
    }

    .solution-headline{
        position: relative;
        z-index: 9999;
        top:auto;
        left:auto;
        margin-left:auto;
        margin-right: auto;
        width: 27.4em;
        margin-top: 1em;
    }

    #solution-world .solution-popup div a{
        margin-bottom: 0;
        margin-top: 0.5em;
    }
}

#solution-world-overview {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#solution-overview-inner-container{
    position: relative;
    overflow: hidden;
    width: 100%;
}

#solution-world-overview .overview-image {
    position: relative;
}

#solution-world-overview .overview-image,
#solution-world-overview .overview-image-left,
#solution-world-overview .overview-image-right {
    width: 100%;
    height: auto;
}

#solution-world-overview .overview-image-left,
#solution-world-overview .overview-image-right {
    position: absolute;
    top: 0;
    left: 0;
}

#solution-world-overview .overview-tooltip {
    position: relative;
    width: 15em;
    overflow: hidden;
    padding-bottom: 0.2em;
}

#solution-world-overview .overview-tooltip .overview-content {
    z-index: 1;
    position: relative;
}

#solution-world-overview .overview-tooltip .overview-content ul li a {
    color: #000;
    background: none;
    padding-left: 0;
    display: block;
}

#solution-world-overview .overview-tooltip .overview-content ul li a:hover,
#solution-world-overview .overview-tooltip .overview-content ul li a:focus {
    color: #0076b7;
}

#solution-world-overview .overview-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: #fff;
    opacity: 0.9;
}

.lt-ie9 #solution-world-overview .overview-bg {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    /* IE 7 */
    filter: alpha(opacity = 90);
}

#solution-world-overview .overview-tooltip em {
    margin-left: 14px;
    margin-top: 8px;
    float: left;
    border-bottom: 1px solid #000;
    width: 86%;
}

#solution-world-overview .overview-tooltip h2 {
    margin-left: 14px;
    margin-top: 2%;
    margin-bottom: 1em;
    float: left;
    clear: both;
}

#solution-world-overview .overview-tooltip ul,
#solution-world-overview .overview-tooltip li {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
}

#solution-world-overview .overview-tooltip li {
    clear: both;
    width: 86%;
    margin-left: 14px;
    border-top: 1px solid #b8b8b8;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

#solution-world-overview .overview-tooltip h2 span {
    display: none;
}

#id01 {
    top: 2%;
    left: 2%;
    position: absolute;
}

#id02 {
    top: 6%;
    left: 50%;
    position: absolute;
}

#id03 {
    top: 30%;
    left: 74%;
    position: absolute;
}

/* Solution Tabs */
.solutions .tabbable {
    display: table;
    float: left;
    width: auto;
    text-align: left;
    position: relative;
    z-index: 1;
}

.solutions .tabbable .nav-tabs{
    margin-top: -2em;
    border:0;
}

.solutions .nav-tabs>li>a{
    padding-top: 4px;
    padding-bottom: 4px;
}

.solutions .nav-tabs>li>a,
.solutions .tabbable .nav-tabs>li.active>a{
    border:0;
    margin-right: 1px;
}

.solutions .nav-tabs>li>a:hover{
    border:0;
}

.solutions .tabbable .nav-tabs>li>a{
    background: white;
}

.solutions .tab-content{
    padding-top: 60px;
    padding-bottom: 30px;
}

.solutions .tabbable .nav-tabs {
    float: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: table;
}


@media screen and (max-width: 767px) {
    #solution-world-overview {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 1em;
    }

    #solution-world-overview .overview-tooltip {
        width: 100%;
        float: left;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    #solution-world-overview .overview-tooltip ul {
        display: none;
    }

    #solution-world-overview .overview-tooltip h2 span {
        display: inline-block;
        right: 2%;
        margin-top: 0.05em;
        margin-right: 0.1em;
        position: absolute;
    }

    #solution-world-overview .overview-tooltip h2 {
        margin-top: 0.4em;
        margin-bottom: 0.5em;
        float: none;
        padding-top: 5px;
    }

    #solution-world-overview .overview-tooltip em {
        margin-top: 2%;
        width: 95%;
    }

    #solution-world-overview .overview-tooltip li {
        width: 95%;
    }

    #id01,
    #id02,
    #id03 {
        position: relative;
        clear: both;
        float: left;
        left: 0;
        top: 0;
        width: 100%;
    }

    .solutions .tabbable{
        margin-top: 30px;
    }

    .solutions .tab-content{
        margin-top: 0;
        padding-top: 20px;
    }

    .solutions .tabbable .nav-tabs{
        margin-top: 0;
    }

    .solutions .nav-tabs>li>a,
    .solutions .tabbable .nav-tabs>li.active>a{
       border-top:1px solid #999;
        border-left: 1px solid #999;
        border-right: 1px solid #999;
        margin-right: 10px;
        text-align: center;
    }

    .solutions .bx-wrapper .bx-next{
        background: url(/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png) no-repeat -241px -126px;
        width: 28px;
        height: 28px;
        margin-top: -10px;
        right: -4px;
        top: 11px;
    }

    .solutions .bx-wrapper .bx-prev{
        width: 28px;
        height: 28px;
        margin-top: -10px;
        left: -3em;
        background: url(/typo3conf/ext/pp_templateset_bje_v01_templates/Resources/Public/Images/controls.png) no-repeat -223px 0;
    }

}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #solution-world-overview .overview-tooltip {
        padding-bottom: 0;
    }

    #solution-world-overview .overview-tooltip .overview-content ul {
        float: left;
        width: 100%;
        padding-bottom: 0.2em;
    }

    #solution-world-overview .overview-tooltip ul {
        display: none;
    }

    #solution-world-overview .overview-tooltip h2 span {
        display: inline-block;
        right: 0.6em;
        margin-top: 0.05em;
        margin-right: 0.2em;
        position: absolute;
    }

    #solution-world-overview .overview-tooltip h2 span:hover {
        cursor: pointer;
    }

    #id02 {
        left: 43%;
    }
}



/* Product-View*/
.product-single .container.product-view {
    background-image: none;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center center;
    opacity: 1;
}

.product-view .bx-wrapper .bx-viewport {
    left: 0;
    margin: 0 auto;
    max-width: 100%;
}

.product-view {
    background: #fff;
    position: relative;
    z-index: 1;
    margin-top: 0;
    text-align: center;
}

.product-wrapper {
    text-align: left;
    display: block;
    max-height: 720px;
}

.product-wrapper #pslider {
    list-style: none;
}

.product-single #breadcrumb {
    margin-bottom: 0;
}

.product-wrapper .bx-wrapper {
    margin: 0 auto;
    padding: 0;
}

.product-wrapper ul.bxslider-horizontal {
    margin: 0;
}

.product-wrapper .bxslider-horizontal .item {
    min-height: 200px;
    overflow: hidden;
}

.product-wrapper .bx-wrapper .bx-pager,
.product-wrapper .bx-wrapper .bx-controls-auto {
    bottom: 40px;
    width: 20%;
    left: 40%;
}

.product-wrapper .claim {
    position: absolute;
    right: 37px;
    top: 29px;
    width: 220px;
    display: compact;
    z-index: 0;
}

.product-wrapper .claim .addmerkzettel,
.product-wrapper .product-nav .show-video {
    width: 100%;
}

.product-wrapper .product-nav form + .btn-dark{
    margin-top: 6px;
}

.product-wrapper .product-nav .btn-dark.show-video,
.product-wrapper .product-nav .btn-dark.show-animation {
    padding: 12px 10px;
    text-indent: 10px;
}

.product-wrapper .btn-clicked {
    width: 100%;
}

/* Video View */
.video-view {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    text-align: left;
    height: 100%;
}

.product-wrapper #video-3d_wrapper{
    width:100%;
    height: 100%;
}

.video-view .close-video {
    position: absolute;
    top: 3em;
    right: 3em;
    z-index: 9990;
}

/* 3D View */
.animation-view{
    position: relative;
    display: none;
    float: left;
    width: 100%;
    text-align: left;
    height: 100%;
}

.animation-view .close-animation {
    position: absolute;
    top: 3em;
    right: 3em;
    z-index: 9990;
}

/* Navigator */
#animation-container{
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.animation-navigator {
    position: absolute;
    bottom: 3em;
    background:  #fff;
    background: rgba(255, 255, 255, 0.7);
    width: 15.7em;
    padding: 0.5em 0.4em 0.5em 0.4em;
    z-index: 9997;
    left: 50%;
    margin-left: -7.85em;
}

.animation-navigator a {
    text-indent: -9999em;
    float: left;
}

.animation-navigator .rotate-left {
    display: block;
    padding-right: 1.7em;
    margin-right: 0.3em;
    border-right: 1px solid #a7a7a7;
}

.animation-navigator .rotate-right {
    display: block;
    margin-left: 0.3em;
}

.animation-navigator .animation-navigator-slider {
    border-right: 1px solid #a7a7a7;
    margin-right: 0.3em;
    padding-right: 0.3em;
    display: block;
    height: 15px;
    float: left;
    position: relative;
}

.animation-navigator .rotate-slider {
    position: absolute;
    left: 0;
    top: 2px;
}

.animation-navigator .rotate-background {
    margin-top: 0.4em;
}

#animation-images img{
    width: 100%;
}

.animation-image-left,
.animation-image-right {
    position: absolute;
    top: 0;
    left: 0;
}

.animation-image-current {
    position: relative;
}


/* Product */
.product-wrapper h1,
.product-wrapper .h1 {
    padding: 0;
}

.product-wrapper h1 span.claimText,
.product-wrapper .h1 span.claimText {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
}

.product-wrapper h1 .claimLight span.claimText,
.product-wrapper .h1 .claimLight span.claimText {
    color: #fff;
    float: left;
    padding-bottom: 5px;
    display: block;
    font-size: 18px;
    width: 100%;
}

.product-wrapper h1 .claimDark span.claimText,
.product-wrapper .h1 .claimDark span.claimText {
    color: #000;
    float: left;
    padding-bottom: 5px;
    display: block;
    font-size: 18px;
    width: 100%;
}

.product-wrapper h1 img,
.product-wrapper .h1 img {
    max-width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.product-wrapper h1 em,
.product-wrapper .h1 em {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    border-top: 1px solid #000;
    padding: 5px 10px 5px 0;
    color: #000;
    display: block;
    clear: both;
}

.product-wrapper h1 .claimLight em,
.product-wrapper .h1 .claimLight em {
    border-top: 1px solid #fff;
    color: #fff;
}

.product-wrapper img {
    width: auto;
    height: auto;
    max-width: none;
    margin: 0;
    padding-top: 0;
    display: block;
}

.product-wrapper .product {
    width: 100%;
    height: 100%;
}

.product-wrapper .product img {
    margin: 20px auto 0;
    padding-bottom: 30px;
}

.product-wrapper img.slide-image {
    padding-bottom: 0;
}

.product-view-more {
    clear: both;
}

.product-view-more .nav-tabslider {
    display: table;
    float: none;
    margin: 0 auto;
    width: auto;
}

.product-view-more hr {
    border-color: #999;
    margin-bottom: 10px;
    margin-top: 40px;
}

.product-view-more h1,
.product-view-more h2 {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 7px 0 0 0;
    float: left;
}

.product-view-more .row > h1,
.product-view-more .row > h2 {
    font-size: 24px;
    padding-left: 15px;
    padding-bottom: 20px;
    width: 100%;
}

.product-view-more .row > h2 em {
    text-align: left;
}

.product-view-more h2 img {
    max-width: 100%;
    height: auto;
    float: none;
    margin: 0 0 6px 0;
    width: auto !important;
}

.product-view-more h2 em + img {
    margin-top: 0 !important;
}

.product-view-more h1,
.product-view-more h2,
.product-view-more h3 {
    margin-bottom: 10px;
    margin-top: 0;
}

.product-view-more .tab-pane > .row > .aboutProductHeadline,
.product-view-more .tab-pane > .row h1 {
    font-size: 28px;
    line-height: 32px;
    color: #000;
}

.product-view-more .tab-pane > .row > .aboutProductHeadline + .csc-default h2.gray,
.product-view-more .tab-pane > .row > .aboutProductHeadline + h2.gray {
    margin-bottom: 25px;
}

.product-view-more .tab-pane h2.gray {
    font-size: 28px;
    margin-top: -10px;
}

.product-view-more .tab-pane h1,
.product-view-more .tab-pane h2,
.product-view-more .tab-pane h3 {
    float: none;
    padding: 0;
}

.product-view-more .tab-pane .panel-body .tx-bjeprospekte-prospektbox h2,
.product-view-more .tab-pane .panel-body .tx-bjeprospekte-prospektbox h3 {
    padding: 0;
    float: none;
    max-width: 220px;
}

.product-view-more > .tab-content > .tab-pane h2,
.product-view-more h3 {
    clear: both;
}

.product-view-more .tabbed .tab-content > .tab-pane:first-child > .row {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product-view-more .tabbed .tab-content > .tab-pane a {
    color: #0076b7;
}

.product-view-more .tabbed .tab-content > .tab-pane .panel-title a {
    color: #000;
}

.product-view-more .tabbed .tab-content > .tab-pane a:hover,
.product-view-more .tabbed .tab-content > .tab-pane a:focus {
    color: #0076b7;
}

.product-view-more .tab-pane .row {
    margin: 0;
}

.product-view-more .tab-pane .row .row {
    margin: 0 -15px;
}

.product-view-more h3 {
    display: block;
}

.product-view-more h2 em {
    font-weight: normal;
    font-style: normal;
    color: #999;
    display: block;
    margin-bottom: 5px;
}

.product-view-more img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-view-more .tabbed .tab-content {
    text-align: left;
}

.product-view-more .nav > li {
    border-bottom: 1px solid #fff;
}

.product-view-more .nav > li a {
    background: none;
    text-align: center;
    /* padding: 10px 10px; */
}

a.product-view-link {
    height: 72px;
    border-top: 1px solid #ccc;
    display: block;
    padding-top: 10px;
    overflow: hidden;
}

.product-view-more dl {
    margin: 0;
    padding: 0;
}

.product-view-more dt {
    float: left;
    padding-right: 10px;
    min-width: 60px;
}

a.product-view-link:hover,
a.product-view-link:focus,
a.product-view-link:active {
    background-color: #eee;
    text-decoration: none;
}

.fullpageslider li {
    position: relative;
}

.product-bubble {
    position: absolute;
    padding: 1%;
    margin: 0;
    color: #000;
    text-align: left;
    float: left;
    top: 9.3%;
    right: 13%;
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.8);
}

.lt-ie9 .product-bubble {
    background: #fff;
}

.product-bubble p {
    width: 100%;
    overflow: hidden;
}

.product-bubble.no-background {
    background: none;
}

.product-bubble img {
    padding: 0;
    margin: 0;
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
}

.product-bubble.pb-rb {
    top: auto;
    bottom: 5%;
    right: 30%;
}

@media screen and (max-width: 1023px) {
    .product-view {
        min-height: inherit;
    }

    .product-view .content-brand {
        position: absolute;
        left: 10px;
        top: -73px;
        text-align: left;
    }

    .product-wrapper .product img {
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 767px) {

    .product-view.container.full .content-brand {
        width: 90% !important;
    }

    .product-view .bx-wrapper .bx-viewport {
        margin: 0;
        max-width: 100%;
    }

    .product-single .bx-wrapper .bx-controls-direction a {
        top: 41%;
    }

    .product-single .tabbed {
        z-index: 0;
    }

    .product-view {
        min-height: inherit;
        margin-top: 80px;
    }

    .product-view .content-brand {
        position: absolute;
        left: 15px;
        top: -80px;
        text-align: left;
    }

    .product-wrapper {
        padding-bottom: 0;
        min-height: inherit;
    }

    .product-wrapper ul {
        padding: 0;
    }

    .product-wrapper .claim {
        display: block;
        margin: 0 auto;
        position: relative;
        right: auto;
        top: auto;
        width: 290px;
        z-index: 0;
    }

    .product-wrapper h1,
    .product-wrapper .h1 {
        padding: 0 10px 10px 10px;
    }

    .product-wrapper .h1 img {
        padding: 0;
        margin: 1em 0 0;
    }

    .product-wrapper img {
        padding: 0 40px;
    }

    .product-wrapper .item .slide-image {
        width: 100%;
        padding: 0;
    }

    a.product-view-link {
        border-top: none;
        display: table;
        height: 225px;
        margin: 0 auto;
        overflow: hidden;
        padding: 20px;
        text-align: center;
        width: auto;
    }

    .product-view-more img {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .product-view-link > img {
        width: 150px !important;
        margin: 0 auto;
    }

    .product-view-more h2 img {
        float: none;
        height: auto;
        margin: 5px auto 0 auto;
        max-width: 100%;
        width: auto !important;
    }

    .product-view-more h2 em {
        color: #999999;
        display: block;
        font-style: normal;
        font-weight: normal;
        padding: 5px 10px 5px 0;
        text-align: center;
    }

    .product-bubble {
        width: 120px;
        height: 120px;
        padding: 0;
        margin: 0 10% 0 0;
        -webkit-border-radius: 40px;
        border-radius: 40px;
        display: none;
    }

    .product-bubble img {
        height: auto;
        left: 0;
        margin: 0;
        max-width: 100%;
        padding: 0;
        position: absolute;
        top: 0;
    }

    .product-wrapper .bx-controls {
        display: none;
    }

    .product-wrapper .product img {
        margin-top: 0;
    }

    .product-wrapper #pslider {
        margin-bottom: 0;
    }

    .product-wrapper .bxslider-horizontal .item {
        overflow: visible;
        display: none;
    }

    .product-wrapper .bxslider-horizontal .item.product-container {
        display: block;
    }

    .product-wrapper .bxslider-horizontal .item.product-container.bx-clone {
        display: none;
    }

    .product-view .bx-viewport {
        overflow: visible;
    }

    .product-view-more {
        margin-top: 1em;
        float: left;
    }

    .product-view .addmerkzettel {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2em;
        margin-top: -1.2em;
    }

    .show-video,
    .show-animation{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .product-single .container.product-view {
        background-size: 1560px 585px;
    }
}

@media screen and (max-width: 400px) {
    .product-single .container.product-view {
        background-size: 1240px 465px;
    }

    .product-bubble {
        width: 80px;
        height: 80px;
        padding: 0;
        margin: 0 10% 0 0;
        -webkit-border-radius: 40px;
        border-radius: 40px;
    }

    .product-bubble img {
        height: auto;
        left: 0;
        margin: 0;
        max-width: 100%;
        padding: 0;
        position: absolute;
        top: 0;
    }
}

.product-line,
.tx-bjeproducts-filteredlist > .filteredlist-list {
    display: block;
    padding: 0 0 20px 0;
}

.product-view-more .tab-pane .product-line h2,
.tx-bjeproducts-filteredlist > .filteredlist-list h2 {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 0 0;
    border-bottom: 2px solid #e0e0e0;
}

.product-view-more .tab-pane .product-line .row,
.tx-bjeproducts-filteredlist > .filteredlist-list .row {
    margin: 0 -15px;
    padding: 0;
}

.product-view-more .tab-pane .product-line .row .odd,
.tx-bjeproducts-filteredlist > .filteredlist-list .row .odd {
    clear: both;
}

.product-view-more .tab-pane .product-line .row a,
.tx-bjeproducts-filteredlist > .filteredlist-list .row .filteredlist-product a {
    color: #000;
    display: block;
    overflow: hidden;
    padding: 4px 0 0 0;
}

.product-view-more .tab-pane .product-line .row img,
.tx-bjeproducts-filteredlist > .filteredlist-list .row img {
    float: left;
    margin: 3px 13px 8px 0;
}

.product-view-more .tab-pane .product-line .row p,
.tx-bjeproducts-filteredlist > .filteredlist-list .row p {
    float: none;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
    margin-right: 0;
    padding-top: 17px;
    text-align: left;
}

.product-view-more .tab-pane .product-line .row a:hover,
.product-view-more .tab-pane .product-line .row a:focus,
.tx-bjeproducts-filteredlist > .filteredlist-list .row a:hover,
.tx-bjeproducts-filteredlist > .filteredlist-list .row a:focus {
    color:#0076B7;
}

.product-view-more .tab-pane .product-line .row .border a,
.tx-bjeproducts-filteredlist > .filteredlist-list .row .border a {
    border-top: 2px solid #e0e0e0;
}

.product-view-more .product-line ul,
.tx-bjeproducts-filteredlist > .filteredlist-list ul {
    list-style: none;
}

.tx-bjeproducts-filteredlist > .filteredlist-list ul li {
    margin-bottom: 0;
}

.tx-bjeproducts-filteredlist > .filteredlist-list p {
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .product-line .row .col-xs-12,
    .tx-bjeproducts-filteredlist > .filteredlist-list .row .col-xs-12 {
        clear: both;
    }
}

.product-nav {
    position:absolute;
    left:30px;
    top:30px;
    width:20em;
    text-align:left;
    z-index:100;
}

.product-nav ul {
    list-style: none;
    margin:0;
    padding:0;
}

.product-nav .btn-dark {
    width:20em;
    margin-bottom:4px;
    padding: 5px 10px;
    text-align: left;
}

.product-nav li:last-of-type{
    margin-bottom:6px;
}

.product-nav .btn-center {
    display: inline-table;
    text-align: left;
    width: 20em;
}

.ddcommon {
    width: 20em !important;
}

.product-nav .ddcommon{
    display: block;
    margin-bottom: 4px;
}

.product-nav *:focus{
    outline: none;
}

.nav-search .ddcommon{
    width: 100% !important;
}

@media screen and (min-width: 768px) {
    
}

@media screen and (max-width: 767px) {
    .product-nav {
        background: #FFFFFF;
        left: 0;
        margin: 0;
        position: relative;
        text-align: left;
        top: auto;
        bottom:0;
        width: 100%;
        z-index: 100;
        padding: 10px;
    }
    .product-nav .btn {
        display: block;
        width:100%;
    }
    .product-nav select {
        display: block;
        margin:0 0 0 15px;
        width:90%;
    }
    .ddcommon {
        width: 100%!important;
    }
}
.product-overview .row-product-overview{
    max-width: 740px;
}

.product-overview .row-product-overview {
    padding: 0 0 0 100px;
}

.product-overview .row-article .product-container a img {
    margin:0;
    width: 100%;
    max-width:100%;
    height:auto;
}

.product-overview .bx-wrapper {
    position: relative;
    margin: 0 auto 53px;
    top:3px;
}

.product-overview .bx-wrapper img {
    width:100%;
    height:auto;
}

.product-overview .bx-wrapper .bx-pager,
.product-overview .bx-wrapper .bx-controls-auto {
    bottom: 10px;
    position: absolute;
    width: 100%;
}

.product-overview .bxslider-horizontal {
    margin:0;
}

.product-overview .product-container {
    border-bottom: 1px solid #c2c2c2;
    display: block;
    padding-bottom: 0.3em;
    margin:0;
    margin-bottom: 2em;
    position: relative;
    width:100%;
    float:left;
}

.product-overview .product-image {
    width: 100%;
    height: auto;
    margin-bottom: 0.5em;
    background: #999;
}

.product-overview .product-name-image {
    margin-top: 0.3em;
    margin-bottom: 0.1em;
}

.product-overview .product-container p {
    display: none;
}

.product-overview .product-container a{
    display:block;
    overflow:hidden;
}

.product-overview .product-container li a {
    height: auto;
}

.product-overview .product-container .subfull li {
    margin:0;
    padding:0;
}

.product-overview .product-container .subfull li a {
    margin:0;
    padding: 4px 0 5px;
}

.list-view .product-container a{
    height: 50px;
    overflow:hidden;
    width:100%;
    padding:5px 0;
    display:table;
}

h2.heading-overview {
    font-size:14px;
    font-weight:normal;
    display:block;
    padding: 5px 0 0 0;
    margin: 0;
}

h2.heading-overview-top {
    font-size:16px;
    font-weight:normal;
    display:block;
    padding: 5px 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #999999;
    clear: both;
}

.list-view h2.heading-overview {
    display:table-cell;
    vertical-align:middle;
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.list-view h2.heading-overview-top {
    display:table-cell;
    vertical-align:middle;
    padding: 0;
    margin: 0;
    border-bottom: none;
}

.product-overview .product-container a:hover,
.product-overview .product-container a:focus {
   color:#0076B7;
    text-decoration:none;
}

.product-overview .product-container h2{
    margin-bottom: 0;
}


/* Kategorie Umschalter */
.product-overview .category-switch-container {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 1.7em;
}

.product-overview .category-switch-container .category-switch {
    float: right;
    width: 15.6em;
}

.product-overview .category-switch-container .category-switch strong,
.product-overview .category-switch-container .category-switch a {
    float: left;
}

.product-overview .category-switch-container .image-switch,
.product-overview .category-switch-container .list-switch {
    width: 11px;
    height: 11px;
    display: block;
    float: left;
    border: 1px solid #a5a5a5;
    margin-top: 0.25em;
    -webkit-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1); /* WebKit */
    -moz-box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1); /* Firefox */
    box-shadow: inset 0px 0px 0px 2px rgba(255, 255, 255, 1); /* Standard */
}

.product-overview .category-switch-container .image-switch:hover,
.product-overview .category-switch-container .image-switch:focus,
.product-overview .category-switch-container .list-switch:hover,
.product-overview .category-switch-container .list-switch:focus {
    cursor: pointer;
}

.product-overview .category-switch-container .image-switch {
    margin-left: 0.5em;
}

.product-overview .category-switch-container .list-switch {
    margin-left: -1px;
    margin-right: 0.5em;
}

.product-overview .category-switch-container .active {
    background: #093c5b;
}

/* Dropdown */
.nav-search .ddcommon {
    width: 100% !important;
    margin-bottom: 0.6em;
    margin-top: 0;
    height:28px;
}


.navbar-form .btn.btn-default {
    background: url('../../typo3conf/ext/bjeproduktpool/Resources/Public/Images/dd/skin/search_button.png') no-repeat scroll 0 0;
    height: 22px;
    width: 30px;
    border-radius: 0;
    border: none;
    line-height: 0.8em;
    position: absolute;
    top: 1px;
    right: 0;
}

.input-text-search {
    width: 100%;
}



.input-group.input-text-search .form-control {
    height: 22px;
}

.navbar-form {
    height: 24px;
    margin: 0;
    padding: 0 12px 0 0;
    width: 100%;
    border: 1px solid #999999;
}


.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    width: 92.2%;
    padding-left: 12px;
    border: none;
}

.navbar-form .form-group {
    width: 100%;
}


.col-4 .product-container p {
    margin: 0px;
    font-family: "UniversNextW02-Regular";
}

.col-4 .product-container a {
    text-decoration: none;
}

.product-container p span.org {
    font-size: 18px;
    line-height: 18px;
    padding-left: 2px;
    vertical-align: middle;
}

.product-container p span.bold {
    font-family: "Univers Next W02 Bold";
}

.product-container p span.italic {
    font-family: "UniversNextW02-Regular";
    font-style: italic;
}


.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #0076B7;
    border-color: #999 #999 rgba(0, 0, 0, 0);
}

#test.tab-pane,
#produkte.tab-pane,
#allgemein.tab-pane,
#e-katalog.tab-pane,
#prospekte.tab-pane,
#bilddatenbank.tab-pane {
    width: 100%;
    overflow: hidden;
}

.tab-content {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.media-body p {
    margin: 10px 0 0 0;
}

.media-body a {
    color: #0076b7;
    text-decoration: none;
}

.media-body a.silver {
    color: #999999;
    padding-bottom: 10px;
}


.leftColm h3 {
    font-family: "Univers Next W02 Bold";
    font-size: 14px;
    border-top: 1px solid #999;
    padding-top: 10px;
    margin-bottom: 0;
}

.leftColm input {
    padding-bottom: 5px;
    margin-right: 10px;
}

.leftColm form {
    padding-bottom: 20px;
    padding-top: 10px;
}

.leftColm ul {
    padding-left: 0px;
}

.leftColm ul.filter {
    padding-left: 0px;
    height: 110px;
    margin-bottom: 25px;
}

.leftColm ul li {
    list-style: none;
    line-height: 28px;
}

.leftColm ul li ul {
    padding-left: 20px;
}

.leftColm .row .btn {
    /*background: url('../../typo3conf/ext/bjeproduktpool/Resources/Public/Images/product-details/button_3.png') no-repeat scroll 0 0;*/
    background: none;
    width: 222px;
    height: 26px;
    padding-left: 0;
    padding-right: 0;
    margin: 25px 0 25px 16px;
    border-radius: 0;
    line-height: 13px;
    border: none;
    font-size: 14px;
}


/* List View */
.product-overview.list-view .product-container {
    border: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

.product-overview-content {
    float: left;
    width: 100%;
}

.product-overview.list-view .product-overview-content .col-4:nth-of-type(2) .product-container,
.product-overview.list-view .product-overview-content .col-4:nth-of-type(3) .product-container,
.product-overview.list-view .product-overview-content .col-4:nth-of-type(4) .product-container {
    border-top: 1px solid #ccc;
}

.product-overview.list-view .product-container img {
    display: none;
}

.product-overview.list-view .product-container p {
    display: block;
}

/*   End Search input    */

/* Verteilerseite */
.multi-item-teaser-container {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.multi-item-teaser {
    margin: 0 3% 0 0;
    padding: 0;
    width: 31.3%;
    list-style: none;
}

.multi-item-teaser:last-of-type {
    margin: 0;
}

.multi-item-teaser img {
    width: 100%;
    margin-bottom: 1.5em;
}

.multi-item-teaser h2 {
    margin-bottom: 1em;
    float: left;
    width: 100%;
}

.multi-item-teaser ul {
    float: left;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}

.multi-item-teaser ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

/* Dropdown List */
.product-overview .product-container .dropdown-list-anchor {
    margin-top: 0;
    width:30px;
    height:17px;
    display:block;
}

.product-overview .product-container .dropdown-list{
    right: 0;
    bottom:5px;
    margin-top: 0.6em;
    position: absolute;
}

.product-overview .product-container ul {
    display: none;
    list-style: none;
    margin: 0;
    padding:1em;
    position: absolute;
    background: #fff;
    z-index: 999;
    width: 100%;
    border:1px solid #ccc;
    float:left;
    top:100%;
    overflow:hidden;
}

.product-overview .product-container ul.subfull {
    display: block;
    list-style: none;
    margin: 10px 0 0;
    padding:2px 0 0 0;
    position: relative;
    background: #fff;
    z-index: 999;
    width: auto;
    border: none;
    border-top: 1px solid #CCCCCC;
    float: none;
    top: auto;
    overflow: hidden;
}

.product-overview.list-view  .product-container ul.subfull {
    margin: 0;
}

.product-overview .product-container li {
    float:left;
    width:100%;
    padding-bottom: 0.2em;
    margin-bottom: 0.4em;
    border-bottom: 1px solid #ccc;
}


.product-overview .product-container li:last-of-type {
    border:0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.product-overview .dd .ddArrow {
    margin-top:-12px;
}

.product-overview-top {
    margin-left: 0;
    width: 620px;
}

.product-overview .row-product-bottom  {
    margin: 0;
    width: 620px;
    padding:0;
    clear:both;
}

@media screen and (max-width: 470px) {
    .product-overview .row-article .col-lg-4{
        width: 100%;
    }

    .product-overview .row-article .col-lg-4 img{
        width: 100%;
        height: auto;
    }

    .product-overview .product-container a{
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .product-overview .row-product-overview {
        padding: 0;
    }

    .product-overview .row-article .product-container a img {
        margin:0;
        width: auto;
        max-width:100%;
        height:auto;
    }

    .product-overview .product-container {
        margin-right: 0;
    }

    .product-overview .category-switch-container {
        background: #f7f7f7;
        padding-top: 0.3em;
        padding-bottom: 0.3em;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 1.7em;
    }

    .product-overview .category-switch-container .category-switch {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .product-overview.list-view .product-overview-content .col-lg-4:nth-child(2) .product-container,
    .product-overview.list-view .product-overview-content .col-lg-4:nth-child(3) .product-container {
        border-top: none;
    }

    .multi-item-teaser {
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width:100%;
        clear:both;
    }

    .product-overview .row-product-bottom{
        width: 100%;
    }

    .product-overview .csc-textpic-intext-left-nowrap .csc-textpic-text{
        padding-left: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .product-overview .row-product-overview {
        padding: 0;
    }

    .multi-item-teaser {
        float: left;
    }

    .product-overview .row-product-overview{
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
}

form.tx-bjeproducts-facets {
    margin: -20px -9px 0;
    background-color: #eeeeee;
    padding: 9px 9px 18px 9px;
}

.tx-bjeproducts-facets .filter-legend{
    font-family:"Univers Next W02 bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-bottom: 1px solid #b9b9b9;
    font-size: 15px;
    padding: 7px 1px 6px 5px;
}

.tx-bjeproducts-facets legend {
    border: none;
    font-family: "Univers Next W02 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    padding:0 0 0 17px;
    margin: 0 0 10px 0;
}

.tx-bjeproducts-facets h3 {
    font-family: "Univers Next W02 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: hidden;
    padding: 0 0 8px 17px;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #c2c2c2;
}

.tx-bjeproducts-facets h3 span {
    display: block;
    text-align: center;
    width: 14px;
    float: right;
}

.tx-bjeproducts-facets ul {
    padding-left: 0;
}

.tx-bjeproducts-facets fieldset > ul {
    margin-bottom: 16px;
}

.tx-bjeproducts-facets ul li ul{
    padding-left: 16px;
}

.tx-bjeproducts-facets li{
    list-style: none;
    font-size: 13px;
}

.tx-bjeproducts-facets label {
    position: relative;
    padding: 2px 0 0;
    font-size: 13px;
}

.tx-bjeproducts-facets .toggle {
    margin-right: 2px;
}

.tx-bjeproducts-facets input {
    position: absolute;
    top:0;
    left:-1px;
}

.tx-bjeproducts-facets-result {

}

.tx-bjeproducts-facets-result .active-filters .list-inline {
    margin-left: 0;
    margin-bottom: 2em;
}

.tx-bjeproducts-facets-result .active-filters h2 {
    font-family: "Univers Next W02 bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.tx-bjeproducts-facets-result .active-filters .list-inline li {
    margin: 0 8px 10px 0;
    padding: 2px 5px;
    background-color: #eee;
}

.tx-bjeproducts-facets-result .active-filters .list-inline a span {
    font-size: 10px;
}

.tx-bjeproducts-facets-result ul.pagination {
    width:100%;
    margin: 0 auto;
    padding: 24px 0 0 0;
    border-top: 1px solid #999;
}

.tx-bjeproducts-facets-result .pagination {
    border-radius: 0px;
}

.tx-bjeproducts-facets-result .pagination > li {
    display: inline-block;
    line-height: 1;
}

.tx-bjeproducts-facets-result ul.pagination > li > a {
    border-right: 1px solid #999;
    float: left;
    line-height: 1;
    margin-left: -1px;
    padding: 0 8px 0 6px;
    position: relative;
    text-decoration: none;
    border-bottom: none;
    border-left: none;
    border-top: none;
    color: #999;
    /* font-size: 0.875; */
}

.tx-bjeproducts-facets-result ul.pagination > li > div {
    border-right: 1px solid #999;
    float: left;
    line-height: 1;
    margin-left: -1px;
    padding: 0 8px 0 6px;
    position: relative;
    text-decoration: none;
    border-bottom: none;
    border-left: none;
    border-top: none;
    color: #999;
    /* font-size: 0.875; */
}

.tx-bjeproducts-facets-result ul.pagination > li > a.last {
    border-right: none;
}

.tx-bjeproducts-facets-result ul.pagination > li > a.active,
.tx-bjeproducts-facets-result ul.pagination > li > a:hover {
    background: none;
    text-decoration: underline;
    color: #0076B7;
}

/** SSO Login **/
.navbar-header .sso-login {
    position: absolute;
    right: 155px;
    top: 9px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .navbar-header .sso-login {
        position: absolute;
        right: 130px;
        top: 4px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-header .sso-login {
        position: absolute;
        right: 130px;
        top: 4px;
    }
}

@media screen and (max-width: 400px) {
    .navbar-header .sso-login {
        position: absolute;
        right: 130px;
        top: 4px;
    }
}