.basefont {
  font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
  font-size: 11pt;
}
.headerfont {
  font-size: 1em;
  color: white;
}
.menufont {
  font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
  font-size: 11pt;
  text-decoration: none;
  color: black;
  font-size: 1.1em;
  font-weight: 500;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*Die Abkürzungen :
c_ -> Funktionelle Farbe, z.B. für links oder bestimmte Bereiche
bg_ -> das Gleiche für den Hintergrund
l_ -> Linien */
/*Hier stehen die fünf Primärfarben für das Farbschema*/
/*Hier stehen die Sonderfarben (Warnungen etc.)*/
/*Ab hier kommen die einzelnen funktionalen Farbdefinitionen, welche von den Primärfarben ableiten*/
/*Defaults laden*/
/*Farbdefinitionen für Tabellen*/
/*Farbdefinitionen für Links im Text*/
/*Farbdefinitionen für das Menü, oberste Ebene*/
/*Farbdefinitionen für das Menü, untere Ebene (Submenüs)*/
/*Farbdefinitionen für Überschriften*/
/*Feedback-Panel*/
/*Farbdefinitionen für den Expander*/
/*Farben für Input*/
#qleo_below_header_menu {
  background-color: #FCFCFC;
}
input.fcsABAjaxInput {
  width: 685px;
}
input.FactWebAjaxKeyValueSuchPanel {
  width: 850px;
}
#qleo_content h1 {
  font-size: 1.5em;
  font-weight: 600;
  color: #00001e;
  padding: 5px 0 5px 8px;
  background-color: #9b9986;
}
#qleo_content h2 {
  font-size: 1.2em;
  color: #000000;
  padding: 5px 0 5px 8px;
  background-color: #c9c8be;
  margin-left: 0;
  display: block;
  position: relative;
  right: 0;
}
#qleo_content h3 {
  font-size: 1em;
  font-weight: 700;
  padding-left: 8px;
  color: #000000;
  background-color: #e0e0da;
  margin-top: 3em;
}
#qleo_content h4 {
  font-size: 1em;
  font-weight: 700;
  padding-left: 0;
  margin-top: 1em;
  margin-bottom: 0.3em;
}
#qleo_content .autosearch:before {
  content: url('../images/glyph/glyphicons_027_search.png');
  max-width: 24px;
  max-height: 100%;
}
#qleo_content .fcsABAjaxInput {
  padding-left: 1.1em;
  background-image: url('../images/glyph/glyphicons_027_search.png');
  background-repeat: no-repeat;
  background-size: 0.8em 0.8em;
  background-position: left center;
  border-width: 1px;
  border-style: solid;
  border-color: darkgray;
  min-width: 18.9em;
}
#qleo_content .fcsABSelect {
  min-width: 20em;
}
#qleo_content .fcsMarginTopKlein {
  margin-top: 1.1em;
}
#qleo_content .fcsMarginTopGross {
  margin-top: 2.2em;
}
#qleo_content .fcsFeedbackPanel {
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ecb05c;
  border: 2px solid #DD0000;
}
#qleo_content .fcsFeedbackPanel h3 {
  margin-top: 1em;
}
#qleo_content .fcsInputImage {
  margin-left: 10px;
}
#qleo_content .fcsInputLabelChanged {
  color: #ca8018;
  font-style: italic;
}
#qleo_content table tr {
  vertical-align: top;
}
#qleo_content table tr th {
  background-color: #c9c8be;
  color: #00001e;
  text-align: left;
  padding-right: 1em;
}
#qleo_content table tr td.controls,
#qleo_content table tr th.controls {
  white-space: nowrap;
}
#qleo_content table tr td.controls:first-child,
#qleo_content table tr th.controls:first-child {
  padding-right: 0.5em;
  width: 1%;
}
#qleo_content table tr td.controls:last-child,
#qleo_content table tr th.controls:last-child {
  padding: 0 0.5em;
  text-align: right;
}
#qleo_content div.qleoContentBlock {
  margin-bottom: 1em;
}
#qleo_content div.qleoContentContainer {
  background-color: transparent;
  border-left: 1px solid #6f460d;
  border-top: 1px solid #6f460d;
  border-bottom: none;
  border-right: none;
  border-radius: 5px 0 0 0;
  padding: 0.75em;
}
#qleo_content div.qleoContentContainer .qleoContentContainerTitel {
  display: inline-block;
  margin-top: initial;
}
#qleo_content div.qleoContentContainer .tox-tinymce {
  margin-left: 0;
}
#qleo_content div.qleoContentContainer .dataTables_info {
  float: none;
}
#qleo_content div.qleoContentContainer td.alignSpan span {
  display: block;
}
#qleo_content div.qleoContentContainerFirst {
  border-radius: 5px;
  border: 1px solid #6f460d;
}
#qleo_content div.qleoContentContainer2EM {
  padding-bottom: 2em;
}
#qleo_content:after {
  content: "";
  display: block;
  height: 2em;
  width: 100%;
}
#qleo_content .statusWechselArea {
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-color: #99F;
  border-width: 2px;
  padding-left: 3px;
  padding-right: 3px;
  padding-bottom: 1em;
}
#qleo_content .statusWechselArea h3 {
  margin-top: 1em;
}
.wicket-aa {
  background-color: #f1c68a;
}
.wicket-aa-container {
  z-index: 99999 !important;
  background-color: #f1c68a;
}
.wicket-aa-container li {
  z-index: 99999 !important;
}
.wicket-aa-container li.selected {
  background-color: #FCFCFC;
  cursor: pointer;
}
a {
  color: #ca8018;
  background-color: transparent;
  border-bottom: 1px solid transparent;
  text-decoration: none;
}
a:hover {
  color: #ca8018;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
a:visited {
  color: #ca8018;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
textarea {
  font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
  font-size: 11pt;
}
table.fcsEditTable,
table.fcsEditTable-fullWidth,
table.realTable {
  border-collapse: collapse;
  border-spacing: 0;
}
table.fcsEditTable thead tr,
table.fcsEditTable-fullWidth thead tr,
table.realTable thead tr {
  background-color: #c9c8be;
  color: #00001e;
  text-align: left;
  padding-right: 1em;
}
table.fcsEditTable tbody tr,
table.fcsEditTable-fullWidth tbody tr,
table.realTable tbody tr {
  border-collapse: collapse;
  border-spacing: 0;
}
table.fcsEditTable tbody tr:nth-child(even),
table.fcsEditTable-fullWidth tbody tr:nth-child(even),
table.realTable tbody tr:nth-child(even) {
  background-color: #f7dcb7;
}
table.fcsEditTable tbody tr:nth-child(odd),
table.fcsEditTable-fullWidth tbody tr:nth-child(odd),
table.realTable tbody tr:nth-child(odd) {
  background-color: white;
}
table.fcsEditTable tbody tr td,
table.fcsEditTable-fullWidth tbody tr td,
table.realTable tbody tr td {
  border: 0px solid #FFFFFF;
}
.fcsEditTable-fullWidth {
  width: 100%;
}
.fcsWebAttributeLeftTDProfilBild {
  width: 200px;
  font-weight: bold;
}
.tox-tinymce-aux {
  z-index: 21300 !important;
}
@media print {
  #qleo_content table:not(.fcsWebAttributeTable) {
    border-collapse: collapse;
  }
  #qleo_content table:not(.fcsWebAttributeTable) tr th,
  #qleo_content table:not(.fcsWebAttributeTable) tr td {
    border: 1px solid #d3d3d3;
    padding: 0.2em;
  }
  #qleo_content table:not(.fcsWebAttributeTable) tr th {
    font-weight: 700;
  }
}
/*Mixin für Menülinks*/
#qleo_nav {
  background-color: #9b9986;
  background: #9b9986;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #9b9986), color-stop(1, #e0e0da));
  background: -ms-linear-gradient(right, #9b9986, #e0e0da);
  background: -moz-linear-gradient(right, #9b9986 0%, #e0e0da 100%);
  background: -o-linear-gradient(right, #e0e0da, #9b9986);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0da', endColorstr='#9b9986', GradientType=0);
  /*Die Beschreibung der Menüs innerhalb der Navigation*/
  /*Das Menü wird in ul/li gebildet*/
  /*Abgeschaltete Elemente werden immer ausgegraut*/
  overflow-x: hidden;
  /*Überschreibung für Menüeinträge in Ebene 1*/
}
#qleo_nav a {
  text-decoration: none;
  padding: 1px;
  margin-right: 5px;
  border-left: 3px solid transparent;
  color: white;
  background-color: transparent;
  border-bottom: 1px solid white;
}
#qleo_nav a:hover {
  color: white;
  background-color: #f1c68a;
  text-decoration: none;
}
#qleo_nav a.activelink {
  color: #ca8018 !important;
}
#qleo_nav a.current {
  color: white;
  background-color: #ca8018;
  border-left: 3px solid transparent;
}
#qleo_nav a span {
  display: inline-block;
}
#qleo_nav a span .ui-icon {
  padding-top: 2px;
}
#qleo_nav ul {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 15px;
}
#qleo_nav ulli {
  list-style-type: none;
  list-style: inside;
  padding-left: 15px;
  margin-bottom: 0.8em;
  overflow-x: hidden;
}
#qleo_nav > span > ul {
  padding-left: 0px;
}
#qleo_nav .menuLinkDisabled {
  color: #666555 !important;
}
#qleo_nav li.fcsNavigationEbene1 a {
  text-decoration: none;
  padding: 1px;
  margin-right: 5px;
  border-left: 3px solid transparent;
  color: white;
  background-color: transparent;
  border-bottom: 1px solid white;
}
#qleo_nav li.fcsNavigationEbene1 a:hover {
  color: white;
  background-color: #f1c68a;
  text-decoration: none;
}
#qleo_nav li.fcsNavigationEbene1 a.activelink {
  color: #ca8018 !important;
}
#qleo_nav li.fcsNavigationEbene1 a.current {
  color: white;
  background-color: #ca8018;
  border-left: 3px solid transparent;
}
#qleo_logo {
  background-color: white;
  border-top: 2px #B60124 solid;
}
#qleo_header {
  background-color: #9b9986;
  background: #9b9986;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9b9986), color-stop(1, #e0e0da));
  background: -ms-linear-gradient(bottom, #9b9986, #e0e0da);
  background: -moz-linear-gradient(center bottom, #9b9986 0%, #e0e0da 100%);
  background: -o-linear-gradient(#e0e0da, #9b9986);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0da', endColorstr='#9b9986', GradientType=0);
}
/*Gemeinsame Definition für alle Elemente des Headers*/
.headerstylechildren {
  font-size: 1em;
  color: white;
}
.headerstylechildren a {
  padding: 2px 5px 2px 5px;
  display: inline;
  color: white;
  background-color: transparent;
  border: none;
  text-decoration: none;
}
.headerstylechildren a:hover {
  color: #ca8018;
  background-color: transparent;
  text-decoration: underline;
}
.headerstylechildren a.active {
  color: white;
  background-color: #ca8018;
}
#qleoHeaderLeft {
  font-size: 1em;
  color: white;
  text-align: left;
  vertical-align: middle;
  background-color: white;
}
#qleoHeaderLeft a {
  padding: 2px 5px 2px 5px;
  display: inline;
  color: white;
  background-color: transparent;
  border: none;
  text-decoration: none;
}
#qleoHeaderLeft a:hover {
  color: #ca8018;
  background-color: transparent;
  text-decoration: underline;
}
#qleoHeaderLeft a.active {
  color: white;
  background-color: #ca8018;
}
#qleoHeaderRight {
  font-size: 1em;
  color: white;
  text-align: right;
}
#qleoHeaderRight a {
  padding: 2px 5px 2px 5px;
  display: inline;
  color: white;
  background-color: transparent;
  border: none;
  text-decoration: none;
}
#qleoHeaderRight a:hover {
  color: #ca8018;
  background-color: transparent;
  text-decoration: underline;
}
#qleoHeaderRight a.active {
  color: white;
  background-color: #ca8018;
}
#qleoHeaderCenter {
  font-size: 1em;
  color: white;
  text-align: left;
}
#qleoHeaderCenter a {
  padding: 2px 5px 2px 5px;
  display: inline;
  color: white;
  background-color: transparent;
  border: none;
  text-decoration: none;
}
#qleoHeaderCenter a:hover {
  color: #ca8018;
  background-color: transparent;
  text-decoration: underline;
}
#qleoHeaderCenter a.active {
  color: white;
  background-color: #ca8018;
}
.fdbHeader2 {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 1.5%;
}
.fdbHeader2 .logo {
  width: 33%;
}
.fdbHeader2 img.logoimg {
  max-height: 70px;
  max-width: 220px;
  margin-left: 7%;
}
.fdbHeader2 #qleo_titel1 {
  width: 34%;
  justify-content: center;
  display: flex;
}
#qleo_breadcrumb {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 12px;
  padding: 5px 5px 0px 0px ;
  color: #555555;
  border-top: 2px solid #ca8018;
  border-bottom: 2px solid #ca8018;
  background-color: #f1c68a;
}
.crumb {
  padding-left: 10px;
  height: 20px;
  background-color: transparent;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.crumb span {
  position: relative;
  background-color: transparent;
}
.crumb a:hover {
  background-color: #ca8018;
}
.crumb:after {
  padding-left: 0.5em;
  content: " >";
}
.crumb:last-child:after {
  content: "";
}
.crumb:nth-child(1) {
  z-index: 1;
}
.crumb:nth-child(2) {
  z-index: 0;
}
.crumb:nth-child(3) {
  z-index: -1;
}
.crumb:nth-child(4) {
  z-index: -2;
}
.crumb:nth-child(5) {
  z-index: -3;
}
.crumb:nth-child(6) {
  z-index: -4;
}
/*Klassendefinitionen für das JQueryExpander Plugin*/
.linkReadMore {
  color: #ca8018;
}
.linkReadMore a {
  color: #ca8018;
}
.linkReadLess {
  color: #ca8018;
}
.linkReadLess a {
  color: #ca8018;
}
/*Hier stehen die Definitionen für die Hintergründe (vor allem Icons)*/
.qleoIconInline {
  background: transparent;
  padding-left: 0.5em;
  padding-right: 1em;
  background-size: 0.9em !important;
  width: 1em !important;
  height: 1em !important;
}
.qleoGelb {
  background-color: #fff3d1;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-box-shadow: 1px 1px 1px;
  -moz-box-shadow: 1px 1px 1px;
  box-shadow: 1px 1px 1px;
}
.qleoRot {
  background-color: #fbc4c6;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-box-shadow: 1px 1px 1px;
  -moz-box-shadow: 1px 1px 1px;
  box-shadow: 1px 1px 1px;
}
.qleoGruen {
  background-color: #1aff1a;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-box-shadow: 1px 1px 1px;
  -moz-box-shadow: 1px 1px 1px;
  box-shadow: 1px 1px 1px;
}
.qleoDarkGelb {
  background-color: #ffcb38;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-box-shadow: 1px 1px 1px;
  -moz-box-shadow: 1px 1px 1px;
  box-shadow: 1px 1px 1px;
}
.qleoDarkRot {
  background-color: #f0363d;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-box-shadow: 1px 1px 1px;
  -moz-box-shadow: 1px 1px 1px;
  box-shadow: 1px 1px 1px;
}
.qleoDarkGruen {
  background-color: green;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-box-shadow: 1px 1px 1px;
  -moz-box-shadow: 1px 1px 1px;
  box-shadow: 1px 1px 1px;
}
.qleoGray {
  background-color: #c9c9c9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-box-shadow: 1px 1px 1px;
  -moz-box-shadow: 1px 1px 1px;
  box-shadow: 1px 1px 1px;
}
.qleoDarkGray {
  background-color: #A9A9A9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-box-shadow: 1px 1px 1px;
  -moz-box-shadow: 1px 1px 1px;
  box-shadow: 1px 1px 1px;
}
.qleoDarkGrau {
  background-color: #A9A9A9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-box-shadow: 1px 1px 1px;
  -moz-box-shadow: 1px 1px 1px;
  box-shadow: 1px 1px 1px;
}
/*Deprecated*/
.qleoGrey {
  background-color: #c9c9c9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-box-shadow: 1px 1px 1px;
  -moz-box-shadow: 1px 1px 1px;
  box-shadow: 1px 1px 1px;
}
.qleoGrau {
  background-color: #c9c9c9;
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  -webkit-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  -webkit-box-shadow: 1px 1px 1px;
  -moz-box-shadow: 1px 1px 1px;
  box-shadow: 1px 1px 1px;
}
.qleoTransparent {
  background-color: transparent;
  color: transparent;
}
.qleoIconEdit {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_150_edit.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_150_edit.png', sizingMethod='scale');
}
.qleoIconPlus {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_190_circle_plus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_190_circle_plus.png', sizingMethod='scale');
}
.qleoIconView {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_051_eye_open.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_051_eye_open.png', sizingMethod='scale');
}
.qleoIconDelete {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_256_delete.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_256_delete.png', sizingMethod='scale');
}
.qleoIconCollapse {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_367_expand.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_367_expand.png', sizingMethod='scale');
}
.qleoIconExpand {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_368_collapse.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_368_collapse.png', sizingMethod='scale');
}
.qleoIconFlag {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_337_pin_flag.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_337_pin_flag.png', sizingMethod='scale');
}
.qleoIconRadio {
  width: 13px !important;
  height: 13px !important;
}
img.detailsIcon {
  margin-right: 5px;
  margin-left: 6px;
  width: 30px;
}
.ergebnisse-ansicht img {
  padding-right: 10px;
}
img.icon {
  margin-right: 1%;
  margin-left: 2%;
  width: 40px;
}
/*Hier kommen alle Glyphicons*/
.qleoIconGlass {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_000_glass.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_000_glass.png', sizingMethod='scale');
}
.qleoIconLeaf {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_001_leaf.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_001_leaf.png', sizingMethod='scale');
}
.qleoIconDog {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_002_dog.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_002_dog.png', sizingMethod='scale');
}
.qleoIconUser {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_003_user.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_003_user.png', sizingMethod='scale');
}
.qleoIconGirl {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_004_girl.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_004_girl.png', sizingMethod='scale');
}
.qleoIconCar {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_005_car.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_005_car.png', sizingMethod='scale');
}
.qleoIconUser_add {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_006_user_add.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_006_user_add.png', sizingMethod='scale');
}
.qleoIconUser_remove {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_007_user_remove.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_007_user_remove.png', sizingMethod='scale');
}
.qleoIconFilm {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_008_film.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_008_film.png', sizingMethod='scale');
}
.qleoIconMagic {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_009_magic.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_009_magic.png', sizingMethod='scale');
}
.qleoIconEnvelope {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_010_envelope.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_010_envelope.png', sizingMethod='scale');
}
.qleoIconCamera {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_011_camera.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_011_camera.png', sizingMethod='scale');
}
.qleoIconHeart {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_012_heart.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_012_heart.png', sizingMethod='scale');
}
.qleoIconBeach_umbrella {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_013_beach_umbrella.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_013_beach_umbrella.png', sizingMethod='scale');
}
.qleoIconTrain {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_014_train.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_014_train.png', sizingMethod='scale');
}
.qleoIconPrint {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_015_print.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_015_print.png', sizingMethod='scale');
}
.qleoIconBin {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_016_bin.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_016_bin.png', sizingMethod='scale');
}
.qleoIconMusic {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_017_music.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_017_music.png', sizingMethod='scale');
}
.qleoIconNote {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_018_note.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_018_note.png', sizingMethod='scale');
}
.qleoIconHeart_empty {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_019_heart_empty.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_019_heart_empty.png', sizingMethod='scale');
}
.qleoIconHome {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_020_home.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_020_home.png', sizingMethod='scale');
}
.qleoIconSnowflake {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_021_snowflake.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_021_snowflake.png', sizingMethod='scale');
}
.qleoIconFire {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_022_fire.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_022_fire.png', sizingMethod='scale');
}
.qleoIconMagnet {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_023_magnet.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_023_magnet.png', sizingMethod='scale');
}
.qleoIconParents {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_024_parents.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_024_parents.png', sizingMethod='scale');
}
.qleoIconBinoculars {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_025_binoculars.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_025_binoculars.png', sizingMethod='scale');
}
.qleoIconRoad {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_026_road.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_026_road.png', sizingMethod='scale');
}
.qleoIconSearch {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_027_search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_027_search.png', sizingMethod='scale');
}
.qleoIconCars {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_028_cars.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_028_cars.png', sizingMethod='scale');
}
.qleoIconNotes_2 {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_029_notes_2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_029_notes_2.png', sizingMethod='scale');
}
.qleoIconPencil {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_030_pencil.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_030_pencil.png', sizingMethod='scale');
}
.qleoIconBus {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_031_bus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_031_bus.png', sizingMethod='scale');
}
.qleoIconWifi_alt {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_032_wifi_alt.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_032_wifi_alt.png', sizingMethod='scale');
}
.qleoIconLuggage {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_033_luggage.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_033_luggage.png', sizingMethod='scale');
}
.qleoIconOld_man {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_034_old_man.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_034_old_man.png', sizingMethod='scale');
}
.qleoIconWoman {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_035_woman.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_035_woman.png', sizingMethod='scale');
}
.qleoIconFile {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_036_file.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_036_file.png', sizingMethod='scale');
}
.qleoIconCoins {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_037_coins.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_037_coins.png', sizingMethod='scale');
}
.qleoIconAirplane {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_038_airplane.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_038_airplane.png', sizingMethod='scale');
}
.qleoIconNotes {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_039_notes.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_039_notes.png', sizingMethod='scale');
}
.qleoIconStats {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_040_stats.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_040_stats.png', sizingMethod='scale');
}
.qleoIconCharts {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_041_charts.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_041_charts.png', sizingMethod='scale');
}
.qleoIconPie_chart {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_042_pie_chart.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_042_pie_chart.png', sizingMethod='scale');
}
.qleoIconGroup {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_043_group.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_043_group.png', sizingMethod='scale');
}
.qleoIconKeys {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_044_keys.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_044_keys.png', sizingMethod='scale');
}
.qleoIconCalendar {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_045_calendar.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_045_calendar.png', sizingMethod='scale');
}
.qleoIconRouter {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_046_router.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_046_router.png', sizingMethod='scale');
}
.qleoIconCamera_small {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_047_camera_small.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_047_camera_small.png', sizingMethod='scale');
}
.qleoIconDislikes {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_048_dislikes.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_048_dislikes.png', sizingMethod='scale');
}
.qleoIconStar {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_049_star.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_049_star.png', sizingMethod='scale');
}
.qleoIconLink {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_050_link.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_050_link.png', sizingMethod='scale');
}
.qleoIconEye_open {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_051_eye_open.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_051_eye_open.png', sizingMethod='scale');
}
.qleoIconEye_close {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_052_eye_close.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_052_eye_close.png', sizingMethod='scale');
}
.qleoIconAlarm {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_053_alarm.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_053_alarm.png', sizingMethod='scale');
}
.qleoIconClock {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_054_clock.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_054_clock.png', sizingMethod='scale');
}
.qleoIconStopwatch {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_055_stopwatch.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_055_stopwatch.png', sizingMethod='scale');
}
.qleoIconProjector {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_056_projector.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_056_projector.png', sizingMethod='scale');
}
.qleoIconHistory {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_057_history.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_057_history.png', sizingMethod='scale');
}
.qleoIconTruck {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_058_truck.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_058_truck.png', sizingMethod='scale');
}
.qleoIconCargo {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_059_cargo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_059_cargo.png', sizingMethod='scale');
}
.qleoIconCompass {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_060_compass.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_060_compass.png', sizingMethod='scale');
}
.qleoIconKeynote {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_061_keynote.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_061_keynote.png', sizingMethod='scale');
}
.qleoIconPaperclip {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_062_paperclip.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_062_paperclip.png', sizingMethod='scale');
}
.qleoIconPower {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_063_power.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_063_power.png', sizingMethod='scale');
}
.qleoIconLightbulb {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_064_lightbulb.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_064_lightbulb.png', sizingMethod='scale');
}
.qleoIconTag {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_065_tag.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_065_tag.png', sizingMethod='scale');
}
.qleoIconTags {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_066_tags.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_066_tags.png', sizingMethod='scale');
}
.qleoIconCleaning {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_067_cleaning.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_067_cleaning.png', sizingMethod='scale');
}
.qleoIconRuller {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_068_ruller.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_068_ruller.png', sizingMethod='scale');
}
.qleoIconGift {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_069_gift.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_069_gift.png', sizingMethod='scale');
}
.qleoIconUmbrella {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_070_umbrella.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_070_umbrella.png', sizingMethod='scale');
}
.qleoIconBook {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_071_book.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_071_book.png', sizingMethod='scale');
}
.qleoIconBookmark {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_072_bookmark.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_072_bookmark.png', sizingMethod='scale');
}
.qleoIconWifi {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_073_wifi.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_073_wifi.png', sizingMethod='scale');
}
.qleoIconCup {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_074_cup.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_074_cup.png', sizingMethod='scale');
}
.qleoIconStroller {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_075_stroller.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_075_stroller.png', sizingMethod='scale');
}
.qleoIconHeadphones {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_076_headphones.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_076_headphones.png', sizingMethod='scale');
}
.qleoIconHeadset {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_077_headset.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_077_headset.png', sizingMethod='scale');
}
.qleoIconWarning_sign {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_078_warning_sign.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_078_warning_sign.png', sizingMethod='scale');
}
.qleoIconSignal {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_079_signal.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_079_signal.png', sizingMethod='scale');
}
.qleoIconRetweet {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_080_retweet.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_080_retweet.png', sizingMethod='scale');
}
.qleoIconRefresh {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_081_refresh.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_081_refresh.png', sizingMethod='scale');
}
.qleoIconRoundabout {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_082_roundabout.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_082_roundabout.png', sizingMethod='scale');
}
.qleoIconRandom {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_083_random.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_083_random.png', sizingMethod='scale');
}
.qleoIconHeat {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_084_heat.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_084_heat.png', sizingMethod='scale');
}
.qleoIconRepeat {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_085_repeat.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_085_repeat.png', sizingMethod='scale');
}
.qleoIconDisplay {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_086_display.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_086_display.png', sizingMethod='scale');
}
.qleoIconLog_book {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_087_log_book.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_087_log_book.png', sizingMethod='scale');
}
.qleoIconAddress_book {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_088_address_book.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_088_address_book.png', sizingMethod='scale');
}
.qleoIconBuilding {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_089_building.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_089_building.png', sizingMethod='scale');
}
.qleoIconEyedropper {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_090_eyedropper.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_090_eyedropper.png', sizingMethod='scale');
}
.qleoIconAdjust {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_091_adjust.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_091_adjust.png', sizingMethod='scale');
}
.qleoIconTint {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_092_tint.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_092_tint.png', sizingMethod='scale');
}
.qleoIconCrop {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_093_crop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_093_crop.png', sizingMethod='scale');
}
.qleoIconVector_path_square {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_094_vector_path_square.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_094_vector_path_square.png', sizingMethod='scale');
}
.qleoIconVector_path_circle {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_095_vector_path_circle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_095_vector_path_circle.png', sizingMethod='scale');
}
.qleoIconVector_path_polygon {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_096_vector_path_polygon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_096_vector_path_polygon.png', sizingMethod='scale');
}
.qleoIconVector_path_line {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_097_vector_path_line.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_097_vector_path_line.png', sizingMethod='scale');
}
.qleoIconVector_path_curve {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_098_vector_path_curve.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_098_vector_path_curve.png', sizingMethod='scale');
}
.qleoIconVector_path_all {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_099_vector_path_all.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_099_vector_path_all.png', sizingMethod='scale');
}
.qleoIconFont {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_100_font.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_100_font.png', sizingMethod='scale');
}
.qleoIconItalic {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_101_italic.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_101_italic.png', sizingMethod='scale');
}
.qleoIconBold {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_102_bold.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_102_bold.png', sizingMethod='scale');
}
.qleoIconText_underline {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_103_text_underline.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_103_text_underline.png', sizingMethod='scale');
}
.qleoIconText_strike {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_104_text_strike.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_104_text_strike.png', sizingMethod='scale');
}
.qleoIconText_height {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_105_text_height.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_105_text_height.png', sizingMethod='scale');
}
.qleoIconText_width {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_106_text_width.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_106_text_width.png', sizingMethod='scale');
}
.qleoIconText_resize {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_107_text_resize.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_107_text_resize.png', sizingMethod='scale');
}
.qleoIconLeft_indent {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_108_left_indent.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_108_left_indent.png', sizingMethod='scale');
}
.qleoIconRight_indent {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_109_right_indent.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_109_right_indent.png', sizingMethod='scale');
}
.qleoIconAlign_left {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_110_align_left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_110_align_left.png', sizingMethod='scale');
}
.qleoIconAlign_center {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_111_align_center.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_111_align_center.png', sizingMethod='scale');
}
.qleoIconAlign_right {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_112_align_right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_112_align_right.png', sizingMethod='scale');
}
.qleoIconJustify {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_113_justify.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_113_justify.png', sizingMethod='scale');
}
.qleoIconList {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_114_list.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_114_list.png', sizingMethod='scale');
}
.qleoIconText_smaller {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_115_text_smaller.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_115_text_smaller.png', sizingMethod='scale');
}
.qleoIconText_bigger {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_116_text_bigger.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_116_text_bigger.png', sizingMethod='scale');
}
.qleoIconEmbed {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_117_embed.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_117_embed.png', sizingMethod='scale');
}
.qleoIconEmbed_close {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_118_embed_close.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_118_embed_close.png', sizingMethod='scale');
}
.qleoIconTable {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_119_table.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_119_table.png', sizingMethod='scale');
}
.qleoIconMessage_full {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_120_message_full.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_120_message_full.png', sizingMethod='scale');
}
.qleoIconMessage_empty {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_121_message_empty.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_121_message_empty.png', sizingMethod='scale');
}
.qleoIconMessage_in {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_122_message_in.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_122_message_in.png', sizingMethod='scale');
}
.qleoIconMessage_out {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_123_message_out.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_123_message_out.png', sizingMethod='scale');
}
.qleoIconMessage_plus {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_124_message_plus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_124_message_plus.png', sizingMethod='scale');
}
.qleoIconMessage_minus {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_125_message_minus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_125_message_minus.png', sizingMethod='scale');
}
.qleoIconMessage_ban {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_126_message_ban.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_126_message_ban.png', sizingMethod='scale');
}
.qleoIconMessage_flag {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_127_message_flag.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_127_message_flag.png', sizingMethod='scale');
}
.qleoIconMessage_lock {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_128_message_lock.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_128_message_lock.png', sizingMethod='scale');
}
.qleoIconMessage_new {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_129_message_new.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_129_message_new.png', sizingMethod='scale');
}
.qleoIconInbox {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_130_inbox.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_130_inbox.png', sizingMethod='scale');
}
.qleoIconInbox_plus {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_131_inbox_plus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_131_inbox_plus.png', sizingMethod='scale');
}
.qleoIconInbox_minus {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_132_inbox_minus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_132_inbox_minus.png', sizingMethod='scale');
}
.qleoIconInbox_lock {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_133_inbox_lock.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_133_inbox_lock.png', sizingMethod='scale');
}
.qleoIconInbox_in {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_134_inbox_in.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_134_inbox_in.png', sizingMethod='scale');
}
.qleoIconInbox_out {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_135_inbox_out.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_135_inbox_out.png', sizingMethod='scale');
}
.qleoIconCogwheel {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_136_cogwheel.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_136_cogwheel.png', sizingMethod='scale');
}
.qleoIconCogwheels {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_137_cogwheels.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_137_cogwheels.png', sizingMethod='scale');
}
.qleoIconPicture {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_138_picture.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_138_picture.png', sizingMethod='scale');
}
.qleoIconAdjust_alt {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_139_adjust_alt.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_139_adjust_alt.png', sizingMethod='scale');
}
.qleoIconDatabase_lock {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_140_database_lock.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_140_database_lock.png', sizingMethod='scale');
}
.qleoIconDatabase_plus {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_141_database_plus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_141_database_plus.png', sizingMethod='scale');
}
.qleoIconDatabase_minus {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_142_database_minus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_142_database_minus.png', sizingMethod='scale');
}
.qleoIconDatabase_ban {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_143_database_ban.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_143_database_ban.png', sizingMethod='scale');
}
.qleoIconFolder_open {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_144_folder_open.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_144_folder_open.png', sizingMethod='scale');
}
.qleoIconFolder_plus {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_145_folder_plus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_145_folder_plus.png', sizingMethod='scale');
}
.qleoIconFolder_minus {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_146_folder_minus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_146_folder_minus.png', sizingMethod='scale');
}
.qleoIconFolder_lock {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_147_folder_lock.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_147_folder_lock.png', sizingMethod='scale');
}
.qleoIconFolder_flag {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_148_folder_flag.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_148_folder_flag.png', sizingMethod='scale');
}
.qleoIconFolder_new {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_149_folder_new.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_149_folder_new.png', sizingMethod='scale');
}
.qleoIconEdit {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_150_edit.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_150_edit.png', sizingMethod='scale');
}
.qleoIconNew_window {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_151_new_window.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_151_new_window.png', sizingMethod='scale');
}
.qleoIconCheck {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_152_check.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_152_check.png', sizingMethod='scale');
}
.qleoIconUnchecked {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_153_unchecked.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_153_unchecked.png', sizingMethod='scale');
}
.qleoIconMore_windows {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_154_more_windows.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_154_more_windows.png', sizingMethod='scale');
}
.qleoIconShow_big_thumbnails {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_155_show_big_thumbnails.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_155_show_big_thumbnails.png', sizingMethod='scale');
}
.qleoIconShow_thumbnails {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_156_show_thumbnails.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_156_show_thumbnails.png', sizingMethod='scale');
}
.qleoIconShow_thumbnails_with_lines {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_157_show_thumbnails_with_lines.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_157_show_thumbnails_with_lines.png', sizingMethod='scale');
}
.qleoIconShow_lines {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_158_show_lines.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_158_show_lines.png', sizingMethod='scale');
}
.qleoIconPlaylist {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_159_playlist.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_159_playlist.png', sizingMethod='scale');
}
.qleoIconImac {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_160_imac.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_160_imac.png', sizingMethod='scale');
}
.qleoIconMacbook {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_161_macbook.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_161_macbook.png', sizingMethod='scale');
}
.qleoIconIpad {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_162_ipad.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_162_ipad.png', sizingMethod='scale');
}
.qleoIconIphone {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_163_iphone.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_163_iphone.png', sizingMethod='scale');
}
.qleoIconIphone_transfer {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_164_iphone_transfer.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_164_iphone_transfer.png', sizingMethod='scale');
}
.qleoIconIphone_exchange {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_165_iphone_exchange.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_165_iphone_exchange.png', sizingMethod='scale');
}
.qleoIconIpod {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_166_ipod.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_166_ipod.png', sizingMethod='scale');
}
.qleoIconIpod_shuffle {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_167_ipod_shuffle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_167_ipod_shuffle.png', sizingMethod='scale');
}
.qleoIconEar_plugs {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_168_ear_plugs.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_168_ear_plugs.png', sizingMethod='scale');
}
.qleoIconRecord {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_169_record.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_169_record.png', sizingMethod='scale');
}
.qleoIconStep_backward {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_170_step_backward.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_170_step_backward.png', sizingMethod='scale');
}
.qleoIconFast_backward {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_171_fast_backward.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_171_fast_backward.png', sizingMethod='scale');
}
.qleoIconRewind {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_172_rewind.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_172_rewind.png', sizingMethod='scale');
}
.qleoIconPlay {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_173_play.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_173_play.png', sizingMethod='scale');
}
.qleoIconPause {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_174_pause.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_174_pause.png', sizingMethod='scale');
}
.qleoIconStop {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_175_stop.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_175_stop.png', sizingMethod='scale');
}
.qleoIconForward {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_176_forward.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_176_forward.png', sizingMethod='scale');
}
.qleoIconFast_forward {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_177_fast_forward.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_177_fast_forward.png', sizingMethod='scale');
}
.qleoIconStep_forward {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_178_step_forward.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_178_step_forward.png', sizingMethod='scale');
}
.qleoIconEject {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_179_eject.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_179_eject.png', sizingMethod='scale');
}
.qleoIconFacetime_video {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_180_facetime_video.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_180_facetime_video.png', sizingMethod='scale');
}
.qleoIconDownload_alt {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_181_download_alt.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_181_download_alt.png', sizingMethod='scale');
}
.qleoIconMute {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_182_mute.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_182_mute.png', sizingMethod='scale');
}
.qleoIconVolume_down {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_183_volume_down.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_183_volume_down.png', sizingMethod='scale');
}
.qleoIconVolume_up {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_184_volume_up.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_184_volume_up.png', sizingMethod='scale');
}
.qleoIconScreenshot {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_185_screenshot.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_185_screenshot.png', sizingMethod='scale');
}
.qleoIconMove {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_186_move.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_186_move.png', sizingMethod='scale');
}
.qleoIconMore {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_187_more.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_187_more.png', sizingMethod='scale');
}
.qleoIconBrightness_reduce {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_188_brightness_reduce.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_188_brightness_reduce.png', sizingMethod='scale');
}
.qleoIconBrightness_increase {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_189_brightness_increase.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_189_brightness_increase.png', sizingMethod='scale');
}
.qleoIconCircle_plus {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_190_circle_plus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_190_circle_plus.png', sizingMethod='scale');
}
.qleoIconCircle_minus {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_191_circle_minus.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_191_circle_minus.png', sizingMethod='scale');
}
.qleoIconCircle_remove {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_192_circle_remove.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_192_circle_remove.png', sizingMethod='scale');
}
.qleoIconCircle_ok {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_193_circle_ok.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_193_circle_ok.png', sizingMethod='scale');
}
.qleoIconCircle_question_mark {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_194_circle_question_mark.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_194_circle_question_mark.png', sizingMethod='scale');
}
.qleoIconCircle_info {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_195_circle_info.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_195_circle_info.png', sizingMethod='scale');
}
.qleoIconCircle_exclamation_mark {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_196_circle_exclamation_mark.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_196_circle_exclamation_mark.png', sizingMethod='scale');
}
.qleoIconRemove {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_197_remove.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_197_remove.png', sizingMethod='scale');
}
.qleoIconOk {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_198_ok.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_198_ok.png', sizingMethod='scale');
}
.qleoIconBan {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_199_ban.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_199_ban.png', sizingMethod='scale');
}
.qleoIconDownload {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_200_download.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_200_download.png', sizingMethod='scale');
}
.qleoIconUpload {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_201_upload.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_201_upload.png', sizingMethod='scale');
}
.qleoIconShopping_cart {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_202_shopping_cart.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_202_shopping_cart.png', sizingMethod='scale');
}
.qleoIconLock {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_203_lock.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_203_lock.png', sizingMethod='scale');
}
.qleoIconUnlock {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_204_unlock.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_204_unlock.png', sizingMethod='scale');
}
.qleoIconElectricity {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_205_electricity.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_205_electricity.png', sizingMethod='scale');
}
.qleoIconOk_2 {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_206_ok_2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_206_ok_2.png', sizingMethod='scale');
}
.qleoIconRemove_2 {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_207_remove_2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_207_remove_2.png', sizingMethod='scale');
}
.qleoIconCart_out {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_208_cart_out.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_208_cart_out.png', sizingMethod='scale');
}
.qleoIconCart_in {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_209_cart_in.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_209_cart_in.png', sizingMethod='scale');
}
.qleoIconLeft_arrow {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_210_left_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_210_left_arrow.png', sizingMethod='scale');
}
.qleoIconRight_arrow {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_211_right_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_211_right_arrow.png', sizingMethod='scale');
}
.qleoIconDown_arrow {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_212_down_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_212_down_arrow.png', sizingMethod='scale');
}
.qleoIconUp_arrow {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_213_up_arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_213_up_arrow.png', sizingMethod='scale');
}
.qleoIconResize_small {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_214_resize_small.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_214_resize_small.png', sizingMethod='scale');
}
.qleoIconResize_full {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_215_resize_full.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_215_resize_full.png', sizingMethod='scale');
}
.qleoIconCircle_arrow_left {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_216_circle_arrow_left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_216_circle_arrow_left.png', sizingMethod='scale');
}
.qleoIconCircle_arrow_right {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_217_circle_arrow_right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_217_circle_arrow_right.png', sizingMethod='scale');
}
.qleoIconCircle_arrow_top {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_218_circle_arrow_top.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_218_circle_arrow_top.png', sizingMethod='scale');
}
.qleoIconCircle_arrow_down {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_219_circle_arrow_down.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_219_circle_arrow_down.png', sizingMethod='scale');
}
.qleoIconPlay_button {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_220_play_button.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_220_play_button.png', sizingMethod='scale');
}
.qleoIconUnshare {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_221_unshare.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_221_unshare.png', sizingMethod='scale');
}
.qleoIconShare {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_222_share.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_222_share.png', sizingMethod='scale');
}
.qleoIconChevron-right {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_223_chevron-right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_223_chevron-right.png', sizingMethod='scale');
}
.qleoIconChevron-left {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_224_chevron-left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_224_chevron-left.png', sizingMethod='scale');
}
.qleoIconBluetooth {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_225_bluetooth.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_225_bluetooth.png', sizingMethod='scale');
}
.qleoIconEuro {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_226_euro.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_226_euro.png', sizingMethod='scale');
}
.qleoIconUsd {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_227_usd.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_227_usd.png', sizingMethod='scale');
}
.qleoIconGbp {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_228_gbp.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_228_gbp.png', sizingMethod='scale');
}
.qleoIconRetweet_2 {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_229_retweet_2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_229_retweet_2.png', sizingMethod='scale');
}
.qleoIconMoon {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_230_moon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_230_moon.png', sizingMethod='scale');
}
.qleoIconSun {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_231_sun.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_231_sun.png', sizingMethod='scale');
}
.qleoIconCloud {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_232_cloud.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_232_cloud.png', sizingMethod='scale');
}
.qleoIconDirection {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_233_direction.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_233_direction.png', sizingMethod='scale');
}
.qleoIconBrush {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_234_brush.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_234_brush.png', sizingMethod='scale');
}
.qleoIconPen {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_235_pen.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_235_pen.png', sizingMethod='scale');
}
.qleoIconZoom_in {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_236_zoom_in.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_236_zoom_in.png', sizingMethod='scale');
}
.qleoIconZoom_out {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_237_zoom_out.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_237_zoom_out.png', sizingMethod='scale');
}
.qleoIconPin {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_238_pin.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_238_pin.png', sizingMethod='scale');
}
.qleoIconAlbums {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_239_albums.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_239_albums.png', sizingMethod='scale');
}
.qleoIconRotation_lock {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_240_rotation_lock.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_240_rotation_lock.png', sizingMethod='scale');
}
.qleoIconFlash {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_241_flash.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_241_flash.png', sizingMethod='scale');
}
.qleoIconGoogle_maps {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_242_google_maps.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_242_google_maps.png', sizingMethod='scale');
}
.qleoIconAnchor {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_243_anchor.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_243_anchor.png', sizingMethod='scale');
}
.qleoIconConversation {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_244_conversation.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_244_conversation.png', sizingMethod='scale');
}
.qleoIconChat {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_245_chat.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_245_chat.png', sizingMethod='scale');
}
.qleoIconMale {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_246_male.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_246_male.png', sizingMethod='scale');
}
.qleoIconFemale {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_247_female.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_247_female.png', sizingMethod='scale');
}
.qleoIconAsterisk {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_248_asterisk.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_248_asterisk.png', sizingMethod='scale');
}
.qleoIconDivide {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_249_divide.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_249_divide.png', sizingMethod='scale');
}
.qleoIconSnorkel_diving {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_250_snorkel_diving.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_250_snorkel_diving.png', sizingMethod='scale');
}
.qleoIconScuba_diving {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_251_scuba_diving.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_251_scuba_diving.png', sizingMethod='scale');
}
.qleoIconOxygen_bottle {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_252_oxygen_bottle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_252_oxygen_bottle.png', sizingMethod='scale');
}
.qleoIconFins {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_253_fins.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_253_fins.png', sizingMethod='scale');
}
.qleoIconFishes {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_254_fishes.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_254_fishes.png', sizingMethod='scale');
}
.qleoIconBoat {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_255_boat.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_255_boat.png', sizingMethod='scale');
}
.qleoIconDelete {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_256_delete.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_256_delete.png', sizingMethod='scale');
}
.qleoIconSheriffs_star {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_257_sheriffs_star.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_257_sheriffs_star.png', sizingMethod='scale');
}
.qleoIconQrcode {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_258_qrcode.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_258_qrcode.png', sizingMethod='scale');
}
.qleoIconBarcode {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_259_barcode.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_259_barcode.png', sizingMethod='scale');
}
.qleoIconPool {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_260_pool.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_260_pool.png', sizingMethod='scale');
}
.qleoIconBuoy {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_261_buoy.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_261_buoy.png', sizingMethod='scale');
}
.qleoIconSpade {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_262_spade.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_262_spade.png', sizingMethod='scale');
}
.qleoIconBank {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_263_bank.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_263_bank.png', sizingMethod='scale');
}
.qleoIconVcard {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_264_vcard.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_264_vcard.png', sizingMethod='scale');
}
.qleoIconElectrical_plug {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_265_electrical_plug.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_265_electrical_plug.png', sizingMethod='scale');
}
.qleoIconFlag {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_266_flag.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_266_flag.png', sizingMethod='scale');
}
.qleoIconCredit_card {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_267_credit_card.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_267_credit_card.png', sizingMethod='scale');
}
.qleoIconKeyboard_wireless {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_268_keyboard_wireless.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_268_keyboard_wireless.png', sizingMethod='scale');
}
.qleoIconKeyboard_wireless {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_269_keyboard_wireless.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_269_keyboard_wireless.png', sizingMethod='scale');
}
.qleoIconShield {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_270_shield.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_270_shield.png', sizingMethod='scale');
}
.qleoIconRing {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_271_ring.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_271_ring.png', sizingMethod='scale');
}
.qleoIconCake {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_272_cake.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_272_cake.png', sizingMethod='scale');
}
.qleoIconDrink {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_273_drink.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_273_drink.png', sizingMethod='scale');
}
.qleoIconBeer {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_274_beer.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_274_beer.png', sizingMethod='scale');
}
.qleoIconFast_food {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_275_fast_food.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_275_fast_food.png', sizingMethod='scale');
}
.qleoIconCutlery {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_276_cutlery.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_276_cutlery.png', sizingMethod='scale');
}
.qleoIconPizza {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_277_pizza.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_277_pizza.png', sizingMethod='scale');
}
.qleoIconBirthday_cake {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_278_birthday_cake.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_278_birthday_cake.png', sizingMethod='scale');
}
.qleoIconTablet {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_279_tablet.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_279_tablet.png', sizingMethod='scale');
}
.qleoIconSettings {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_280_settings.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_280_settings.png', sizingMethod='scale');
}
.qleoIconBullets {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_281_bullets.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_281_bullets.png', sizingMethod='scale');
}
.qleoIconCardio {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_282_cardio.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_282_cardio.png', sizingMethod='scale');
}
.qleoIconT-shirt {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_283_t-shirt.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_283_t-shirt.png', sizingMethod='scale');
}
.qleoIconPants {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_284_pants.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_284_pants.png', sizingMethod='scale');
}
.qleoIconSweater {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_285_sweater.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_285_sweater.png', sizingMethod='scale');
}
.qleoIconFabric {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_286_fabric.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_286_fabric.png', sizingMethod='scale');
}
.qleoIconLeather {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_287_leather.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_287_leather.png', sizingMethod='scale');
}
.qleoIconScissors {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_288_scissors.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_288_scissors.png', sizingMethod='scale');
}
.qleoIconBomb {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_289_bomb.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_289_bomb.png', sizingMethod='scale');
}
.qleoIconSkull {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_290_skull.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_290_skull.png', sizingMethod='scale');
}
.qleoIconCelebration {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_291_celebration.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_291_celebration.png', sizingMethod='scale');
}
.qleoIconTea_kettle {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_292_tea_kettle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_292_tea_kettle.png', sizingMethod='scale');
}
.qleoIconFrench_press {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_293_french_press.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_293_french_press.png', sizingMethod='scale');
}
.qleoIconCoffe_cup {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_294_coffe_cup.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_294_coffe_cup.png', sizingMethod='scale');
}
.qleoIconPot {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_295_pot.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_295_pot.png', sizingMethod='scale');
}
.qleoIconGrater {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_296_grater.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_296_grater.png', sizingMethod='scale');
}
.qleoIconKettle {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_297_kettle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_297_kettle.png', sizingMethod='scale');
}
.qleoIconHospital {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_298_hospital.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_298_hospital.png', sizingMethod='scale');
}
.qleoIconHospital_h {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_299_hospital_h.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_299_hospital_h.png', sizingMethod='scale');
}
.qleoIconMicrophone {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_300_microphone.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_300_microphone.png', sizingMethod='scale');
}
.qleoIconWebcam {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_301_webcam.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_301_webcam.png', sizingMethod='scale');
}
.qleoIconTemple_christianity_church {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_302_temple_christianity_church.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_302_temple_christianity_church.png', sizingMethod='scale');
}
.qleoIconTemple_islam {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_303_temple_islam.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_303_temple_islam.png', sizingMethod='scale');
}
.qleoIconTemple_hindu {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_304_temple_hindu.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_304_temple_hindu.png', sizingMethod='scale');
}
.qleoIconTemple_buddhist {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_305_temple_buddhist.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_305_temple_buddhist.png', sizingMethod='scale');
}
.qleoIconBicycle {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_306_bicycle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_306_bicycle.png', sizingMethod='scale');
}
.qleoIconLife_preserver {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_307_life_preserver.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_307_life_preserver.png', sizingMethod='scale');
}
.qleoIconShare_alt {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_308_share_alt.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_308_share_alt.png', sizingMethod='scale');
}
.qleoIconComments {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_309_comments.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_309_comments.png', sizingMethod='scale');
}
.qleoIconFlower {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_310_flower.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_310_flower.png', sizingMethod='scale');
}
.qleoIconBaseball {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_311_baseball.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_311_baseball.png', sizingMethod='scale');
}
.qleoIconRugby {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_312_rugby.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_312_rugby.png', sizingMethod='scale');
}
.qleoIconAx {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_313_ax.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_313_ax.png', sizingMethod='scale');
}
.qleoIconTable_tennis {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_314_table_tennis.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_314_table_tennis.png', sizingMethod='scale');
}
.qleoIconBowling {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_315_bowling.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_315_bowling.png', sizingMethod='scale');
}
.qleoIconTree_conifer {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_316_tree_conifer.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_316_tree_conifer.png', sizingMethod='scale');
}
.qleoIconTree_deciduous {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_317_tree_deciduous.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_317_tree_deciduous.png', sizingMethod='scale');
}
.qleoIconMore_items {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_318_more_items.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_318_more_items.png', sizingMethod='scale');
}
.qleoIconSort {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_319_sort.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_319_sort.png', sizingMethod='scale');
}
.qleoIconFilter {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_320_filter.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_320_filter.png', sizingMethod='scale');
}
.qleoIconGamepad {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_321_gamepad.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_321_gamepad.png', sizingMethod='scale');
}
.qleoIconPlaying_dices {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_322_playing_dices.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_322_playing_dices.png', sizingMethod='scale');
}
.qleoIconCalculator {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_323_calculator.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_323_calculator.png', sizingMethod='scale');
}
.qleoIconTie {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_324_tie.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_324_tie.png', sizingMethod='scale');
}
.qleoIconWallet {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_325_wallet.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_325_wallet.png', sizingMethod='scale');
}
.qleoIconPiano {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_326_piano.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_326_piano.png', sizingMethod='scale');
}
.qleoIconSampler {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_327_sampler.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_327_sampler.png', sizingMethod='scale');
}
.qleoIconPodium {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_328_podium.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_328_podium.png', sizingMethod='scale');
}
.qleoIconSoccer_ball {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_329_soccer_ball.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_329_soccer_ball.png', sizingMethod='scale');
}
.qleoIconBlog {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_330_blog.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_330_blog.png', sizingMethod='scale');
}
.qleoIconDashboard {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_331_dashboard.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_331_dashboard.png', sizingMethod='scale');
}
.qleoIconCertificate {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_332_certificate.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_332_certificate.png', sizingMethod='scale');
}
.qleoIconBell {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_333_bell.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_333_bell.png', sizingMethod='scale');
}
.qleoIconCandle {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_334_candle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_334_candle.png', sizingMethod='scale');
}
.qleoIconPushpin {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_335_pushpin.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_335_pushpin.png', sizingMethod='scale');
}
.qleoIconIphone_shake {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_336_iphone_shake.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_336_iphone_shake.png', sizingMethod='scale');
}
.qleoIconPin_flag {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_337_pin_flag.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_337_pin_flag.png', sizingMethod='scale');
}
.qleoIconTurtle {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_338_turtle.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_338_turtle.png', sizingMethod='scale');
}
.qleoIconRabbit {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_339_rabbit.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_339_rabbit.png', sizingMethod='scale');
}
.qleoIconGlobe {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_340_globe.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_340_globe.png', sizingMethod='scale');
}
.qleoIconBriefcase {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_341_briefcase.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_341_briefcase.png', sizingMethod='scale');
}
.qleoIconHdd {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_342_hdd.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_342_hdd.png', sizingMethod='scale');
}
.qleoIconThumbs_up {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_343_thumbs_up.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_343_thumbs_up.png', sizingMethod='scale');
}
.qleoIconThumbs_down {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_344_thumbs_down.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_344_thumbs_down.png', sizingMethod='scale');
}
.qleoIconHand_right {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_345_hand_right.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_345_hand_right.png', sizingMethod='scale');
}
.qleoIconHand_left {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_346_hand_left.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_346_hand_left.png', sizingMethod='scale');
}
.qleoIconHand_up {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_347_hand_up.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_347_hand_up.png', sizingMethod='scale');
}
.qleoIconHand_down {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_348_hand_down.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_348_hand_down.png', sizingMethod='scale');
}
.qleoIconFullscreen {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_349_fullscreen.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_349_fullscreen.png', sizingMethod='scale');
}
.qleoIconShopping_bag {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_350_shopping_bag.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_350_shopping_bag.png', sizingMethod='scale');
}
.qleoIconBook_open {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_351_book_open.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_351_book_open.png', sizingMethod='scale');
}
.qleoIconNameplate {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_352_nameplate.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_352_nameplate.png', sizingMethod='scale');
}
.qleoIconNameplate_alt {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_353_nameplate_alt.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_353_nameplate_alt.png', sizingMethod='scale');
}
.qleoIconVases {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_354_vases.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_354_vases.png', sizingMethod='scale');
}
.qleoIconBullhorn {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_355_bullhorn.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_355_bullhorn.png', sizingMethod='scale');
}
.qleoIconDumbbell {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_356_dumbbell.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_356_dumbbell.png', sizingMethod='scale');
}
.qleoIconSuitcase {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_357_suitcase.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_357_suitcase.png', sizingMethod='scale');
}
.qleoIconFile_import {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_358_file_import.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_358_file_import.png', sizingMethod='scale');
}
.qleoIconFile_export {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_359_file_export.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_359_file_export.png', sizingMethod='scale');
}
.qleoIconBug {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_360_bug.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_360_bug.png', sizingMethod='scale');
}
.qleoIconCrown {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_361_crown.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_361_crown.png', sizingMethod='scale');
}
.qleoIconSmoking {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_362_smoking.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_362_smoking.png', sizingMethod='scale');
}
.qleoIconCloud_upload {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_363_cloud_upload.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_363_cloud_upload.png', sizingMethod='scale');
}
.qleoIconCloud_download {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_364_cloud_download.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_364_cloud_download.png', sizingMethod='scale');
}
.qleoIconRestart {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_365_restart.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_365_restart.png', sizingMethod='scale');
}
.qleoIconSecurity_camera {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_366_security_camera.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_366_security_camera.png', sizingMethod='scale');
}
.qleoIconExpand {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_367_expand.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_367_expand.png', sizingMethod='scale');
}
.qleoIconCollapse {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_368_collapse.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_368_collapse.png', sizingMethod='scale');
}
.qleoIconCollapse_top {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_369_collapse_top.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_369_collapse_top.png', sizingMethod='scale');
}
.qleoIconGlobe_af {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_370_globe_af.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_370_globe_af.png', sizingMethod='scale');
}
.qleoIconGlobal {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_371_global.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_371_global.png', sizingMethod='scale');
}
.qleoIconSpray {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_372_spray.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_372_spray.png', sizingMethod='scale');
}
.qleoIconNails {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_373_nails.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_373_nails.png', sizingMethod='scale');
}
.qleoIconClaw_hammer {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_374_claw_hammer.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_374_claw_hammer.png', sizingMethod='scale');
}
.qleoIconClassic_hammer {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_375_classic_hammer.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_375_classic_hammer.png', sizingMethod='scale');
}
.qleoIconHand_saw {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_376_hand_saw.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_376_hand_saw.png', sizingMethod='scale');
}
.qleoIconRiflescope {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_377_riflescope.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_377_riflescope.png', sizingMethod='scale');
}
.qleoIconEuro_hand {
  width: 18px;
  height: 18px;
  background-image: url("../images/glyph/glyphicons_378_euro_hand.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*IE-8 - kann dann raus*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/glyph/glyphicons_378_euro_hand.png', sizingMethod='scale');
}
.qleo_footer #adminSupportPanelOuter {
  background-color: #a0a0a0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 21px, rgba(250, 0, 0, 0.8) 21px, rgba(250, 0, 0, 0.8) 42px);
}
.qleo_footer #adminSupportPanelInner {
  background-color: white;
  top: 2px;
  left: 0px;
  right: 0px;
  position: relative;
}
.qleo_footer_without_nav > div:first-child {
  display: inline-block;
}
.qleo_footer_without_nav #adminSupportPanelOuter {
  display: inline-block;
  min-width: 60%;
  margin-left: 1em;
  background-color: #a0a0a0;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 21px, rgba(250, 0, 0, 0.8) 21px, rgba(250, 0, 0, 0.8) 42px);
}
.qleo_footer_without_nav #adminSupportPanelInner {
  background-color: white;
  top: 2px;
  left: 0px;
  right: 0px;
  position: relative;
}
input[type='button']:not([class*="qleoIcon"]) {
  height: 1.6em;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.5em;
  border-radius: 0.8em;
  background-color: #4a493e;
  background-image: linear-gradient(to bottom, #9b9986 0%, #4a493e 100%);
  color: #DDD;
  text-shadow: 1px 1px 2px #000;
  border: 1px #4a493e solid;
  cursor: pointer;
  /*Workaround fuer IE8 - kann weg, wenn der nicht mehr eingesetzt werden. Die Klassendefinitionen ebenfalls entfernen*/
}
input[type='button']:not([class*="qleoIcon"]):disabled {
  height: 1.6em;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.5em;
  border-radius: 0.8em;
  background-color: #a2a2a2;
  background-image: linear-gradient(to bottom, #EEE 0%, #a2a2a2 100%);
  color: #888;
  text-shadow: none;
  border: 1px #a2a2a2 solid;
  cursor: default;
}
input[type='button']:not([class*="qleoIcon"])[disabled="disabled"] {
  height: 1.6em;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.5em;
  border-radius: 0.8em;
  background-color: #a2a2a2;
  background-image: linear-gradient(to bottom, #EEE 0%, #a2a2a2 100%);
  color: #888;
  text-shadow: none;
  border: 1px #a2a2a2 solid;
  cursor: default;
}
button {
  height: 1.6em;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.5em;
  border-radius: 0.8em;
  background-color: #4a493e;
  background-image: linear-gradient(to bottom, #9b9986 0%, #4a493e 100%);
  color: #DDD;
  text-shadow: 1px 1px 2px #000;
  border: 1px #4a493e solid;
  cursor: pointer;
}
button:disabled {
  height: 1.6em;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.5em;
  border-radius: 0.8em;
  background-color: #a2a2a2;
  background-image: linear-gradient(to bottom, #EEE 0%, #a2a2a2 100%);
  color: #888;
  text-shadow: none;
  border: 1px #a2a2a2 solid;
  cursor: default;
}
.qleoTextAsButton {
  height: 1.6em;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.5em;
  border-radius: 0.8em;
  background-color: #4a493e;
  background-image: linear-gradient(to bottom, #9b9986 0%, #4a493e 100%);
  color: #DDD;
  text-shadow: 1px 1px 2px #000;
  border: 1px #4a493e solid;
  cursor: pointer;
  text-align: center;
}
.qleoTextAsButton:disabled {
  height: 1.6em;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.5em;
  border-radius: 0.8em;
  background-color: #a2a2a2;
  background-image: linear-gradient(to bottom, #EEE 0%, #a2a2a2 100%);
  color: #888;
  text-shadow: none;
  border: 1px #a2a2a2 solid;
  cursor: default;
}
input[type='submit']:not([class*="qleoIcon"]) {
  height: 1.6em;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.5em;
  border-radius: 0.8em;
  background-color: #4a493e;
  background-image: linear-gradient(to bottom, #9b9986 0%, #4a493e 100%);
  color: #DDD;
  text-shadow: 1px 1px 2px #000;
  border: 1px #4a493e solid;
  cursor: pointer;
}
input[type='submit']:not([class*="qleoIcon"]):disabled {
  height: 1.6em;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.5em;
  border-radius: 0.8em;
  background-color: #a2a2a2;
  background-image: linear-gradient(to bottom, #EEE 0%, #a2a2a2 100%);
  color: #888;
  text-shadow: none;
  border: 1px #a2a2a2 solid;
  cursor: default;
}
/*Workaround fuer IE8 - kann weg, wenn der nicht mehr eingesetzt werden. Die Klassendefinitionen ebenfalls entfernen*/
input.submitbutton {
  height: 1.6em;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.5em;
  border-radius: 0.8em;
  background-color: #4a493e;
  background-image: linear-gradient(to bottom, #9b9986 0%, #4a493e 100%);
  color: #DDD;
  text-shadow: 1px 1px 2px #000;
  border: 1px #4a493e solid;
  cursor: pointer;
}
input.submitbutton:disabled {
  height: 1.6em;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.5em;
  border-radius: 0.8em;
  background-color: #a2a2a2;
  background-image: linear-gradient(to bottom, #EEE 0%, #a2a2a2 100%);
  color: #888;
  text-shadow: none;
  border: 1px #a2a2a2 solid;
  cursor: default;
}
input.submitbutton[disabled="disabled"] {
  height: 1.6em;
  font-size: 0.8em;
  padding: 0 0.5em 0 0.5em;
  border-radius: 0.8em;
  background-color: #a2a2a2;
  background-image: linear-gradient(to bottom, #EEE 0%, #a2a2a2 100%);
  color: #888;
  text-shadow: none;
  border: 1px #a2a2a2 solid;
  cursor: default;
  border: none;
}
input[type='text']:focus {
  background-color: #fff7a0;
  border: #ca8018 1px solid;
}
textarea:focus {
  background-color: #fff7a0;
  border: #ca8018 1px solid;
}
select:focus {
  background-color: #fff7a0;
  border: #ca8018 1px solid;
}
.invalid {
  border: 2px solid #DD0000;
}
/* #7630:      Datepicker bekommt per default Wert 1 und wird von Feldern mit z-Index 3 verdeckt
 * #12379-snj: Die Festlegung auf 200 !important verursacht Probleme wenn der Datepicker in einem Wicket-Popup verwendet
 *             wird. Das Popup selbst liegt bei z-index: 20001. Ein Entfernen dieser Zeilen hätte das Problem zwar gelöst
 *             und der Fall aus #7630 existiert an dieser Stelle nicht mehr. Da ich aber nicht ausschließen kann, dass
 *             andere Stelle im Wicket das Problem noch haben setze ich z-index weiter hoch.*/
div.ui-datepicker {
  z-index: 20010 !important;
}
/*Autocomplete LI*/
div.wicket-aa > ul > li {
  cursor: pointer;
}
/* Radio-Buttons im Stil von Tabs */
.fsSelectAsTab {
  border-color: #ca8018;
  border-style: solid;
  border-width: 0 0 1px 1px;
  padding-top: 1px;
}
.fsSelectAsTab > input[type='radio'] {
  display: none;
}
.fsSelectAsTab > label {
  border-color: #9b9986;
  border-style: solid;
  border-width: 1px 1px 0 0;
  color: #9b9986;
  cursor: pointer;
  display: inline-block;
  padding: 0.2em 2em;
}
.fsSelectAsTab > label:hover {
  background-color: #c9c8be;
  color: white;
}
.fsSelectAsTab > input[type='radio']:checked + label {
  background-color: #9b9986;
  color: white;
}
.fcsWebAttributeRightTD fieldset {
  border-style: none;
  padding: 0;
}
.fcsWebAttributeRightTD .ui-wrapper {
  padding-bottom: 2px !important;
  padding-right: 2px;
}
.fcsWebAttributeRightTD .mce-path {
  display: none;
}
.factCheckbox input[type='checkbox'] {
  height: 0.9em;
  margin: 0.2em;
  width: 0.9em;
}
.factCheckbox label {
  display: block;
  line-height: 1.3em;
  margin-left: 1.5em;
  margin-top: -1.1em;
}
.factCheckbox label.labelSubHeader {
  margin-left: 0.2em;
  margin-top: 0;
}
.fcsArchiveControl {
  float: right;
}
div.wicket-modal div.w_content_container {
  padding: 0.5em;
}
div.wicket-modal div.w_content_container div.fcsButtons {
  margin-top: 1em;
}
.modal-dialog-overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.modal-dialog {
  position: absolute;
  top: 10%;
  background: white;
  box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.7);
}
.modal-dialog .modal-dialog-content {
  border: 1px solid #bbb;
  min-width: 20vw;
  max-width: 80vw;
  min-height: 20vh;
  max-height: 80vh;
  margin: 2px;
  overflow: auto;
  padding: 0.5em;
}
.modal-dialog .modal-dialog-content h2:first-child {
  margin-top: 0;
}
.modal-dialog .modal-dialog-content div.fcsButtons {
  margin-top: 1em;
}
.modal-dialog .modal-dialog-caption {
  background-color: #fff;
  color: #666;
  height: 1.4em;
  line-height: 1.4em;
  overflow: hidden;
  padding: 0.3em;
  position: relative;
}
.modal-dialog .modal-dialog-caption .modal-dialog-caption-text {
  font-size: 1.2em;
  font-weight: bold;
  height: 1.4em;
  position: absolute;
  margin-left: 3px;
  margin-right: 20px;
  margin-bottom: 0;
  margin-top: 0;
  left: 0;
}
.modal-dialog .modal-dialog-caption .modal-dialog-close {
  background-image: url(../images/disabledDelete.gif);
  background-size: contain;
  background-repeat: no-repeat;
  border-bottom: none;
  height: 16px;
  margin: 2px;
  overflow: hidden;
  position: absolute;
  text-decoration: none;
  right: 3px;
  width: 16px;
}
.modal-dialog .modal-dialog-caption .modal-dialog-close:hover {
  background-image: url(../images/delete.gif);
}
.modal-dialog .modal-dialog {
  margin-top: 16px;
  margin-left: 16px;
}
.modal-dialog .modal-dialog .modal-dialog {
  margin-top: 32px;
  margin-left: 32px;
}
.modal-dialog .modal-dialog .modal-dialog .modal-dialog {
  margin-top: 48px;
  margin-left: 48px;
}
.modal-dialog .modal-dialog ~ .modal-dialog {
  margin-top: 16px;
  margin-left: 16px;
}
.modal-dialog .modal-dialog ~ .modal-dialog ~ .modal-dialog {
  margin-top: 32px;
  margin-left: 32px;
}
.modal-dialog .modal-dialog ~ .modal-dialog ~ .modal-dialog ~ .modal-dialog {
  margin-top: 48px;
  margin-left: 48px;
}
/*Klassendefinitionen für die Darstellung von Publikationen */
#qleo_publikationen_liste {
  padding-top: 0.5em;
}
#qleo_publikationen_liste #qleo_publikationen_fkt {
  padding: 6px;
  margin: 1em 0em 2em 0em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: solid 1px black;
  border-left: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
}
#qleo_publikationen_liste #qleo_publikationen_fkt a {
  margin-right: 0.2em;
  color: #ca8018;
}
#qleo_publikationen_liste #qleo_publikationen_fkt aspan {
  display: inline;
}
#qleo_publikationen_liste a {
  color: #ca8018;
}
#qleo_publikationen_liste thead tr > th {
  text-align: left;
  padding: 5px 2px 5px 2px;
  background-color: #c9c8be;
  border-bottom: 1em solid #FCFCFC;
}
#qleo_publikationen_liste tbody tr > td {
  border-bottom: 0.5em solid #FCFCFC;
  padding-bottom: 1em;
  padding-top: 0.3em;
  border-top: 1px solid #ca8018;
}
#qleo_publikationen_liste td {
  vertical-align: top;
  /*Hier steht das Jahr*/
  /*Hier der Rest*/
  /*Hier der Rest*/
  /*Hier wird bearbeitet*/
}
#qleo_publikationen_liste td:first-child {
  padding-right: 2em;
}
#qleo_publikationen_liste td:nth-child(3) {
  text-align: center;
}
#qleo_publikationen_liste td.pubJahr {
  font-size: 0.8em;
  font-style: italic;
}
#qleo_publikationen_liste div.pubTyp {
  font-size: 0.8em;
  font-style: italic;
}
#qleo_publikationen_liste div.pubConti {
  font-size: 0.8em;
}
#qleo_publikationen_liste div.pubTitel {
  font-size: 2em;
  font-weight: 700;
}
#qleo_publikationen_liste div.pubDarstellung {
  font-size: 1em;
}
#qleo_publikationen_liste div.pubDarstellung b {
  font-size: 1.1em;
  font-weight: 700;
}
#qleo_publikationen_liste div.pubZusatz {
  font-size: 0.8em;
  padding-left: 0.2em;
}
#qleo_publikationen_liste div.pubLink {
  font-size: 1em;
  font-weight: 700;
}
/*Hier wir die Anzeiger der Seitennavigation gesteuert*/
.fcsPagingNavigation {
  margin-top: 1em;
  display: block;
  text-align: right;
}
.fcsPagingNavigation a {
  padding: 1px 1px 2px 1px;
  min-width: 1em;
  height: 1em;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  border: 1px #f1c68a solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.fcsPagingNavigation a[disabled="disabled"] {
  font-weight: 700;
}
/* Recherche-Block */
.rechercheblock {
  border: 1px solid #ca8018;
  padding: 0.5em 0.5em 2em 1.8em;
  border-top: none;
}
.rechercheblock input[type='text'] {
  display: block;
  border: 1px solid #ca8018;
  height: 18px;
}
.abstand {
  padding-top: 15px;
}
.qleo_properties {
  z-index: 20;
  width: 600px;
  height: 400px;
  background-color: white;
  opacity: 0.9;
  border: 4px #5555CC solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.qleo_properties .qleo_properties_handle {
  font-size: small;
  color: white;
  width: 100%;
  display: block;
  background-color: #5555CC;
  cursor: hand;
}
.qleo_properties_inner {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.input-title {
  color: #737373;
  font-size: large;
  margin-top: 3%;
}
.erweiterteSuche {
  text-align: end;
  font-size: larger;
  margin-bottom: 2%;
}
.erweiterteSuche a {
  color: #737373 !important;
}
/* qPopupContent Elemente sind nie sichtbar; deren Inhalt soll dann über ein Popup angezeigt werden */
.qPopupContent {
  display: none;
}
.qPopupDotted {
  text-decoration: none;
  border-bottom: 1px dotted #0000FF;
}
.qPopupDotted:hover {
  cursor: help;
}
.qPopupOnClickLink {
  text-decoration: none;
  border-bottom: 1px solid #0000FF;
}
.qPopupOnClick:hover,
.qPopupOnClickLink:hover {
  cursor: pointer;
}
.qleo_Tooltip {
  font-size: 9pt;
  border: 1px solid #cccccc;
  background-color: lightgoldenrodyellow;
  border-radius: 0.8em;
  padding: 3px;
  max-width: 500px;
  pointer-events: none;
}
.qleo_Tooltip div {
  background: transparent !important;
}
.flashRed {
  -moz-animation: flashRed 0.5s ease-out;
  -moz-animation-iteration-count: 1;
  -webkit-animation: flashRed 0.5s ease-out;
  -webkit-animation-iteration-count: 1;
  -ms-animation: flashRed 0.5s ease-out;
  -ms-animation-iteration-count: 1;
}
@-webkit-keyframes flashRed {
  0% {
    background-color: none;
  }
  20% {
    background-color: #ffaaaa;
  }
  100% {
    background-color: none;
  }
}
@-moz-keyframes flashRed {
  0% {
    background-color: none;
  }
  20% {
    background-color: #ffaaaa;
  }
  100% {
    background-color: none;
  }
}
@-ms-keyframes flashRed {
  0% {
    background-color: none;
  }
  20% {
    background-color: #ffaaaa;
  }
  100% {
    background-color: none;
  }
}
.extendedStundenplanNavigation {
  display: block;
  border: 1px solid gray;
  border-radius: 5px;
  min-height: 100px;
  min-width: 100px;
  padding: 10px;
}
.extendedStundenplanNavigation > div {
  display: block;
  padding: 0px;
}
.extendedStundenplanNavigation > div:first-child {
  display: block;
  font-style: italic;
}
.extendedStundenplanNavigation > div:last-child {
  display: block;
  font-style: italic;
}
.extendedStundenplanNavigation > input {
  display: block;
}
.extendedStundenplanNavigation > input.desync {
  border: 2px solid #DD0000;
}
.raumplanNavigation {
  display: inline;
}
.raumplanNavigation > div {
  display: inline;
}
.raumplanNavigation > div > div {
  display: inline;
}
.raumplanNavigation > div:first-child {
  font-style: italic;
}
.raumplanNavigation > div:last-child {
  font-style: italic;
}
.raumplanNavigation > input {
  display: inline;
}
.raumplanNavigation > input.desync {
  border: 2px solid #DD0000;
}
.RaumNeuerTermin:hover {
  background-color: darkgray;
  background-image: url("../images/iconItemAdd.png");
  background-repeat: no-repeat;
  background-position: left;
}
/*
 * Table styles
 */
table.dataTable {
  margin: 0 auto;
  clear: both;
  width: 100%;
  border-collapse: collapse;
}
table.dataTable thead th {
  padding: 3px 0 3px 10px;
  cursor: pointer;
  *cursor: hand;
}
table.dataTable tfoot th {
  padding: 3px 10px;
}
table.dataTable td {
  padding: 3px 10px;
}
table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable tr.odd {
  background-color: white;
}
table.dataTable tr.odd td.sorting_1 {
  background-color: white;
}
table.dataTable tr.odd td.sorting_2 {
  background-color: #ffffff;
}
table.dataTable tr.odd td.sorting_3 {
  background-color: #ffffff;
}
table.dataTable tr.odd td.sorting_1 {
  background-color: #f7dcb7;
}
table.dataTable tr.odd td.sorting_2 {
  background-color: #f1c68a;
}
table.dataTable tr.odd td.sorting_3 {
  background-color: #ecb05c;
}
table.dataTable tr.even {
  background-color: #f7dcb7;
}
/*
 * Table wrapper
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
}
.dataTables_wrapper .ui-widget-header {
  font-weight: normal;
}
.dataTables_wrapper .ui-toolbar {
  padding: 5px;
}
/*
 * Page length menu
 */
.dataTables_length {
  float: left;
}
/*
 * Filter
 */
.dataTables_filter {
  float: right;
  text-align: right;
}
/*
 * Table information
 */
.dataTables_info {
  padding-top: 3px;
  clear: both;
  float: left;
}
/*
 * Pagination
 */
.dataTables_paginate {
  float: none;
  text-align: right;
}
.dataTables_paginate .ui-button {
  margin-right: -0.1em !important;
}
.paging_two_button .ui-button {
  float: left;
  cursor: pointer;
  cursor: hand;
}
.paging_full_numbers .ui-button {
  padding: 2px 6px;
  margin: 0;
  cursor: pointer;
  cursor: hand;
  color: #333 !important;
}
/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  cursor: hand;
  color: #111 !important;
}
.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
  text-decoration: none !important;
}
.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
  outline: none;
}
.paginate_disabled_previous,
.paginate_disabled_next {
  color: #666 !important;
}
.paginate_disabled_previous,
.paginate_enabled_previous {
  padding-left: 23px;
}
.paginate_disabled_next,
.paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}
.paginate_enabled_previous {
  background: url('../images/back_enabled.png') no-repeat top left;
}
.paginate_enabled_previous:hover {
  background: url('../images/back_enabled_hover.png') no-repeat top left;
}
.paginate_disabled_previous {
  background: url('../images/back_disabled.png') no-repeat top left;
}
.paginate_enabled_next {
  background: url('../images/forward_enabled.png') no-repeat top right;
}
.paginate_enabled_next:hover {
  background: url('../images/forward_enabled_hover.png') no-repeat top right;
}
.paginate_disabled_next {
  background: url('../images/forward_disabled.png') no-repeat top right;
}
/* Full number pagination */
.paging_full_numbers a:active {
  outline: none;
}
.paging_full_numbers a:hover {
  text-decoration: none;
}
.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
}
.paging_full_numbers a.paginate_button {
  background-color: #ddd;
}
.paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important;
}
.paging_full_numbers a.paginate_active {
  background-color: #99B3FF;
}
/*
 * Processing indicator
 */
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white;
}
/*
 * Sorting
 */
table.dataTable thead th div.DataTables_sort_wrapper {
  position: relative;
  padding-right: 20px;
}
table.dataTable thead th div.DataTables_sort_wrapper span {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
}
table.dataTable th:active {
  outline: none;
}
/*
 * Scrolling
 */
.dataTables_scroll {
  clear: both;
}
.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.pub-header-akzeptanz {
  width: 7em;
}
th.noSort div.DataTables_sort_wrapper {
  padding-right: 0 !important;
}
div.ccsInnerPanel {
  border: #ca8018 1px solid;
}
body {
  font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
  font-size: 11pt;
}
.qleoMenuTop {
  font-size: 1.2em;
  font-weight: bold;
}
#menueform a {
  font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
  font-size: 11pt;
  text-decoration: none;
  color: black;
  font-size: 1.1em;
  font-weight: 500;
}
#menueform a:hover {
  font-family: Calibri, Tahoma, Verdana, Arial, sans-serif;
  font-size: 11pt;
  text-decoration: none;
  color: black;
  font-size: 1.1em;
  font-weight: 500;
}
#menueform div.menupart {
  margin-top: 1em;
}
#menueform div.menupart p {
  padding-left: 2em;
  margin-top: 0;
  margin-bottom: 0.3em;
}
#menueform div.menupart p a {
  font-size: 1em;
}
.qleo_footer {
  padding-left: 2em;
}
.warnung {
  color: #DD0000;
  font-weight: 600;
  margin: 1em 0 0.2em 0;
}
td.nowrap {
  white-space: nowrap;
}
button.iconButton {
  height: unset;
  font-size: unset;
  padding: 10px 20px;
  background-color: unset;
  background-image: unset;
  border: unset;
  display: flex;
  align-items: center;
  text-shadow: unset;
  color: unset;
}
.customerInfo {
  width: 95%;
  margin-top: 3%;
}
.qleo_content_without_nav {
  position: unset !important;
  top: unset !important;
  left: unset !important;
  margin-left: unset !important;
  bottom: unset !important;
  width: unset !important;
}
#qleo_nav {
  display: none !important;
}
.fcsABAjaxInput {
  min-width: 50em;
}
#qleo_below_header_menu {
  display: none;
}
h2 {
  background: transparent !important;
}
.ergebnisse-ansicht {
  display: flex;
  padding-left: 35%;
}
.details {
  border: 2px solid #f1f1f1;
  margin: 3% 0 3% 0;
}
.suchErgebnisCheckbox {
  padding-right: 2%;
}
.EinrichtungsButtons {
  text-align: center;
  margin-top: 10px;
}
.detailsTitle {
  margin-top: 1%;
  display: flex;
  align-items: center;
}
.AnzeigeContainer {
  width: 100%;
}
.sideNav {
  justify-content: start !important;
}
.link {
  margin: 1% 0 1% 0;
  padding: 10px;
  display: flex;
  background-color: #f1f1f1;
}
.fdbTitle {
  color: #737373 !important;
  font-weight: normal;
  font-size: 35px;
}
.headerSearch1 {
  background: #f03c14;
  width: 100%;
  height: 27px;
}
.headerSearch2 {
  background: #f1f1f1;
  width: 100%;
  height: 40px;
  margin-bottom: 3%;
  display: flex;
  justify-content: center;
}
.nav2 {
  display: none;
}
h2.headerSearchTitle {
  background-color: transparent !important;
  margin-top: unset !important;
}
.einfacheSucheOverlay {
  display: flex;
  justify-content: center;
  margin-top: -75px;
}
img.whiteIcon {
  display: none;
}
.ausgewaehlt .elemente {
  background-color: #f03c14 !important;
  color: #FFF !important;
}
.ausgewaehlt .elemente img.whiteIcon {
  display: block !important;
}
.ausgewaehlt .elemente img.darkIcon {
  display: none !important;
}
.ausgewaehlt .ergebnisse-titel-div h2 {
  color: white !important;
}
.ergebnisse {
  display: flex;
}
.ergebnisse label.elemente {
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  margin: 1% 4% 1% 0%;
  cursor: pointer;
  height: 50px;
}
.ergebnisse .ergebnisse-titel-div {
  display: flex;
  align-items: center;
}
.ml-05 {
  margin-left: 5%;
}
.mr-05 {
  margin-right: 5%;
}
.bgDetails {
  background-color: #f1f1f1;
}
.input-with-button {
  position: relative;
  display: inline-block;
  width: 90%;
}
.input-with-button input.suchfeld {
  width: 100%;
  margin: 0.5% 0 0.5% 0;
  height: 50px;
  padding-left: 10px;
  border-color: #f03c14;
  border-radius: 8px;
}
.input-with-button input.suchfeld:focus {
  background-color: #FFF;
  outline: none;
  border: 1px solid #ccc;
}
.input-with-button input.suchfeld::placeholder {
  color: black;
  opacity: 1;
}
.nav {
  background-color: #f1f1f1;
  border-top: 30px solid #f03c14;
}
.input-with-button button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
}
img.searchIcon {
  width: 30px;
  margin-top: -18px;
}
.slider-overhead {
  display: flex;
  justify-content: center;
  height: 600px;
  align-items: center;
}
.slider-box {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 3%;
  position: relative;
  left: 200px;
  width: 50%;
  height: 300px;
  margin-top: 115px;
}
h1.slider-text {
  color: #737373;
  font-size: 35px !important;
  width: 100%;
  font-weight: 100 !important;
  margin-bottom: 10%;
  background-color: unset !important;
}
.slider-text-box {
  padding-left: 5%;
}
.circle-container {
  position: relative;
  /* Container für Kreis und Text */
  width: 180px;
  height: 180px;
}
.circle-border {
  height: 100%;
  border-radius: 50%;
  border: 5px solid #f1f1f1;
}
.circle-text {
  position: absolute;
  top: 50%;
  /* Vertikale Mitte */
  left: 50%;
  /* Horizontale Mitte */
  transform: translate(-50%, -50%);
  /* Exakte Zentrierung */
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  /* Farbe des Texts */
  text-align: center;
}
.slider {
  overflow: hidden;
  position: relative;
}
.carousel {
  position: relative;
  width: 100%;
  height: 600px;
  /* Feste Höhe für das Karussell */
  filter: drop-shadow(0 0 10px #0003);
  perspective: 100px;
}
.carousel__slide {
  position: relative;
  flex: 0 0 99.99%;
  /* Slider nimmt die volle Breite ein */
  width: 100%;
  height: 100%;
  /* Slider passt sich der Karussell-Höhe an */
  background-size: cover;
  background-position: center;
  counter-increment: item;
}
.carousel__slide::marker {
  color: transparent;
}
li.simpleSearch::marker {
  color: transparent;
}
li.simpleSearch {
  background-color: #d2d1d1;
  padding: 1px 30px 0 0 !important;
  height: 35px;
}
.sliderButtons {
  display: flex;
  position: absolute;
  height: 100%;
  width: 100%;
  align-items: center;
}
.backwardButton {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  background-color: #f03c14;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  z-index: 1;
  transition: fill 0.3s ease;
}
.forwardButton {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  background-color: #f03c14;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  z-index: 1;
  transition: fill 0.3s ease;
}
svg.pfeilIcon1 {
  margin-top: 25px;
  fill: white;
  transition: fill 0.3s ease;
}
svg.pfeilIcon2 {
  margin-top: 25px;
  fill: white;
  transition: fill 0.3s ease;
}
.backwardButton:hover {
  background-color: white;
}
.backwardButton:hover svg.pfeilIcon1 {
  fill: #f03c14;
}
.forwardButton:hover {
  background-color: white;
}
.forwardButton:hover svg.pfeilIcon2 {
  fill: #f03c14;
}
td.TableTimeTitle {
  vertical-align: bottom;
}
table.timeTable {
  width: 75%;
}
.carousel__navigation-button {
  margin-bottom: 10px;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #FFFFFF;
  border: 3px solid #f03c14;
  background-clip: content-box;
  border-radius: 50%;
  font-size: 0;
  border-bottom: 3px solid #f03c14 !important;
}
.obererAbstand {
  margin-top: -10px;
}
td.smallInput {
  width: 26%;
}
.searchbtns {
  margin-top: 15px;
}
input.smallInput {
  width: 100%;
}
.fisNavigationsPanelSchrift {
  display: flex;
  width: 80%;
  margin: 0;
  padding: 0;
}
a.navLinks {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
li.current {
  margin-left: 3%;
  height: 35px;
  background-color: #f03c14;
  display: flex;
  justify-content: center;
}
li.current .q-col-2 {
  display: none;
}
li.current .q-col-6 {
  width: unset !important;
}
li.current a.navLinks {
  width: 250px;
}
.forPhone {
  display: none;
}
li.notCurrent {
  height: 35px;
  margin-left: 3%;
  display: flex;
  justify-content: center;
}
li.notCurrent a.navLinks {
  background-color: #d2d1d1;
  width: 250px;
}
li.notCurrent .q-col-2 {
  display: none;
}
li.notCurrent .q-col-6 {
  width: unset !important;
}
.searchbtns {
  display: block;
}
.searchbtns input[type="button"]:not([class*="qleoIcon"]),
.searchbtns input[type="submit"]:not([class*="qleoIcon"]) {
  border: unset;
  background-color: #f1f1f1;
  background-image: unset;
  background-repeat: unset;
  color: unset;
  font-size: 1em;
  height: 50px;
  width: 150px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.customerInfo {
  width: 95%;
}
.searchbtns:hover input[type="button"]:not([class*="qleoIcon"]):hover,
.searchbtns:hover input[type="submit"]:not([class*="qleoIcon"]):hover {
  background-color: #f03c14;
  color: white;
}
/* Entferne Scroll-Leisten */
* {
  scrollbar-width: none;
  /* Firefox */
}
*::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari */
}
.carousel__viewport {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
.carousel__snapper {
  scroll-snap-align: center;
}
.carousel__navigation {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  text-align: center;
}
.carousel__navigation-list,
.carousel__navigation-item {
  display: inline-block;
}
button {
  padding: 10px 20px;
  font-size: 18px;
  color: #333;
  background: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
button:hover {
  background: #ddd;
}
img.detailsIcon2 {
  margin-right: 5px;
  margin-left: 6px;
  width: 70px;
}
img.icon {
  width: 30px;
}
h1.circle-number {
  font-size: 45px !important;
  font-weight: 100 !important;
  background-color: unset !important;
}
.erweiterteSucheFeld {
  width: 90%;
  height: 30px;
  margin: 2% 0;
}
#qleo_header {
  position: unset !important;
  top: unset !important;
  left: unset !important;
  margin-left: unset !important;
  width: unset !important;
  height: unset !important;
}
#qleoHeaderRight {
  top: 60px !important;
  display: flex !important;
  padding-top: unset !important;
  justify-content: end !important;
  right: 2.5% !important;
  bottom: unset !important;
}
#qleoHeaderRight a img {
  width: 50px;
}
#qleoHeaderLeft {
  display: none !important;
}
#qleoHeaderLeft img {
  margin: 10px 0 0 20px;
}
.erweiterteSuchePfeil {
  text-align: right;
  padding-top: 15px;
}
.current a .q-col-6 h2 {
  color: white !important;
}
img.homeIcon {
  width: 30px;
  margin-top: -15px;
}
input.timeInput {
  height: 25px;
}
.ui-multiselect {
  width: 92% !important;
  min-width: unset;
  padding: unset;
  height: 30px;
}
table.fcsWebAttributeTable {
  margin: 0 2.5%;
}
.mainElemente table.fcsWebAttributeTable {
  margin: 0 !important;
}
/*---------------------------------------------------------------
Responsive Design #17441
-----------------------------------------------------------------*/
@media (max-width: 1430px) {
  .resultCheckBox {
    display: none;
  }
}
@media (max-width: 449px) {
  .erweiterteSucheLinks {
    display: none !important;
  }
  .ergebnisse-ansicht {
    padding-left: 20% !important;
  }
  button.iconButton {
    padding: 10px 15px;
  }
}
@media (min-width: 450px) and (max-width: 649px) {
  .ergebnisse-ansicht {
    padding-left: 35%;
  }
}
@media (min-width: 650px) and (max-width: 766px) {
  .ergebnisse-ansicht {
    padding-left: 48%;
  }
}
@media (max-width: 767px) {
  #qleo_content .fcsABSelect {
    min-width: unset !important;
    width: 150px !important;
  }
  td.TableTimeTitle {
    width: 50%;
  }
  table.timeTable {
    width: 100%;
  }
  .erweiterteSuchePfeil {
    padding-top: 12px;
  }
  #fisNavigationPanel li {
    padding: 0 0;
  }
  .fisNavigationsPanelSchrift {
    width: 100%;
    height: 55px;
  }
  .forDesk {
    display: none;
  }
  #qleoHeaderRight {
    right: unset;
    top: 35px !important;
  }
  .forwardButton {
    width: 30px;
    height: 60px;
  }
  .backwardButton {
    width: 30px;
    height: 60px;
  }
  svg.pfeilIcon1 {
    margin-top: 13px;
  }
  svg.pfeilIcon2 {
    margin-top: 13px;
  }
  .searchbtns input[type="button"]:not([class*="qleoIcon"]),
  .searchbtns input[type="submit"]:not([class*="qleoIcon"]) {
    width: 110px;
  }
  .notCurrent {
    width: 25% !important;
    margin: 1% !important;
  }
  .notCurrent .valueOhneLink {
    display: none;
  }
  .notCurrent .whiteIcon {
    display: none;
  }
  .notCurrent a.navLinks {
    width: 70px !important;
  }
  li.current {
    margin-left: 0;
    width: 25%;
    height: 38px;
  }
  li.current a.navLinks {
    width: 70px;
  }
  li.simpleSearch {
    width: 25%;
    margin: 1% 1% 1% 0%;
    padding: 0 !important;
  }
  li.simpleSearch a .ergebnisse-titel-div {
    display: flex !important;
  }
  li.simpleSearch a .ergebnisse-titel-div h2 {
    padding: 3px 0 !important;
  }
  input.timeInput {
    width: 100%;
  }
  .noPhone {
    display: none;
  }
  .forPhone {
    display: flex;
  }
  input.erweiterteSucheFeld {
    width: 100%;
  }
  .ergebnisse-titel-div {
    justify-content: center;
  }
  img.searchIcon {
    margin-top: -14px;
  }
  .searchTD {
    margin-left: 25%;
    margin-top: 10%;
  }
  .fdbHeader2 {
    display: block;
  }
  .fdbHeader2 #qleo_titel1 {
    width: 100%;
    text-align: start;
  }
  .fdbHeader2 img.logoimg {
    max-height: 55px;
    margin-left: 10%;
  }
  .fdbHeader2 h1.fdbTitle {
    font-size: 30px;
    margin: 5% 0 5% 5%;
  }
  .erweiterteSucheLinks {
    display: none !important;
  }
  .qleo_content_without_nav {
    top: 50px;
    position: relative;
    left: 0;
    margin-left: 0;
    bottom: 0;
    width: 100%;
    overflow-x: unset;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .ergebnisse-ansicht img {
    padding-right: 0px;
  }
  p.showinfo {
    display: none;
  }
  img.er-icon {
    width: 30px;
  }
  label.elemente {
    justify-content: center;
  }
  span.resultTitle {
    display: none;
  }
  #qleo_titel2 {
    color: #737373;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    padding-top: 2.5em;
    position: static;
  }
  .input-with-button {
    display: flex;
    justify-content: center;
  }
  .input-with-button input {
    width: 95%;
  }
  .input-with-button button {
    right: -2%;
  }
  .input-title {
    font-size: 15px;
    width: 95%;
    margin: 0 0 2% 1%;
  }
  button.iconButton {
    padding: 10px 15px;
  }
  .customerInfo {
    margin-top: 10%;
  }
  .erweiterteSuche {
    margin-bottom: 10%;
    margin-top: 2%;
  }
  .erweiterteSuche a {
    margin-right: 3%;
  }
  .carousel {
    height: 500px;
  }
  .carousel__slide {
    height: 50%;
  }
  .carousel__viewport {
    overflow-y: hidden;
  }
  .slider-box {
    left: 0;
    top: 25px;
    width: 93%;
    height: 200px;
  }
  .circle-container {
    width: 100px;
    height: 100px;
  }
  img.detailsIcon2 {
    width: 30px;
  }
  h1.circle-number {
    font-size: 25px !important;
  }
  .slider-overhead {
    margin-top: -20px;
  }
  .carousel__navigation {
    top: 38%;
  }
  h1.slider-text {
    font-size: 18px !important;
    width: 95%;
  }
  .ergebnisse-titel {
    display: none;
  }
  .checkbox {
    display: none;
  }
  h2.checkbox-titel {
    display: none !important;
  }
  .pub-settings span {
    display: none;
  }
  .details {
    margin: 3% 1% 3% 1%;
  }
  input.suchfeld::placeholder {
    color: transparent !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #fisNavigationPanel li {
    padding: 0 20px;
  }
  img.searchIcon {
    margin-top: -14px;
  }
  .erweiterteSuchePfeil {
    padding-top: 10px;
  }
  .notCurrent a.navLinks {
    width: 70px !important;
  }
  .notCurrent a.navLinks .q-col-6 {
    display: none;
  }
  .current a .q-col-6 h2 {
    color: white !important;
  }
  #qleoHeaderRight {
    right: 15px;
    padding-top: unset !important;
  }
  .fdbTitle {
    font-size: 30px;
  }
  .fdbHeader2 {
    margin-top: 3%;
  }
  .fdbHeader2 img.logoimg {
    max-height: 65px;
    margin-bottom: 10%;
  }
  .ergebnisse-ansicht {
    padding-left: 55%;
  }
  .resultCheckBox {
    display: none;
  }
  label.elemente {
    justify-content: center;
  }
  span.resultTitle {
    display: none;
  }
  p.showinfo {
    display: none;
  }
  .input-with-button {
    display: flex;
    justify-content: center;
  }
  .input-with-button input {
    width: 98%;
  }
  .input-title {
    margin: 0 0 2% 3%;
  }
  .erweiterteSuche a {
    margin-right: 3%;
  }
  .qleo_content_without_nav {
    top: 50px;
    position: relative;
    left: 0;
    margin-left: 0;
    bottom: 0;
    width: 100%;
    overflow-x: unset;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  #qleo_titel2 {
    color: #737373;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    padding-top: 2.5em;
    position: static;
  }
  #qleo_header {
    background-color: transparent;
    position: relative;
    height: 0px;
    width: 100% !important;
    margin-left: 0;
    left: 0;
    top: 0;
  }
  .carousel {
    height: 500px;
  }
  .carousel__slide {
    height: 90%;
  }
  .carousel__viewport {
    overflow-y: hidden;
  }
  .slider-box {
    left: 125px;
    width: 60%;
    height: 220px;
    top: -100px;
  }
  .circle-container {
    width: 150px;
    height: 150px;
  }
  img.detailsIcon2 {
    width: 30px;
  }
  h1.circle-number {
    font-size: 25px !important;
  }
  .slider-overhead {
    margin-top: 40px;
  }
  .carousel__navigation {
    top: 73%;
  }
  h1.slider-text {
    font-size: 18px !important;
    width: 95%;
  }
  .slider-text-box {
    padding-left: 15%;
  }
  .checkbox {
    display: none;
  }
  h2.checkbox-titel {
    display: none !important;
  }
  .details {
    margin: 3% 1% 3% 1%;
  }
}
