/* specifying (less) here forces it to be included inline, processed as less and minified */
/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 4, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}
/* line 25, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to top, #eeeeee 0%, #ffffff 50%);
}
/* line 56, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}
/* line 60, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.9, #ffffff));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #ffffff 90%);
}
/* line 72, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}
/* line 76, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}
/* line 88, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}
/* line 93, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url('components/select2/select2.png') right top no-repeat;
  cursor: pointer;
  outline: 0;
}
/* line 110, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}
/* line 114, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}
/* line 119, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}
/* line 137, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
/* line 155, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}
/* line 166, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}
/* line 171, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}
/* line 175, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}
/* line 180, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cccccc), color-stop(0.6, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  background-image: -moz-linear-gradient(center bottom, #cccccc 0%, #eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(to top, #cccccc 0%, #eeeeee 60%);
}
/* line 201, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}
/* line 210, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('components/select2/select2.png') no-repeat 0 1px;
}
/* line 217, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}
/* line 221, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}
/* line 234, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ffffff url('components/select2/select2.png') no-repeat 100% -22px;
  background: url('components/select2/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('components/select2/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
/* line 258, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #ffffff url('components/select2/select2.png') no-repeat -37px -22px;
  background: url('components/select2/select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('components/select2/select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
/* line 268, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-search input.select2-active {
  background: #ffffff url('components/select2/select2-spinner.gif') no-repeat 100%;
  background: url('components/select2/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('components/select2/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('components/select2/select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #ffffff 85%, #eeeeee 99%) 0 0;
}
/* line 276, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 285, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #ffffff 0%, #eeeeee 50%);
}
/* line 301, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center top, #ffffff 0%, #eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
}
/* line 313, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}
/* line 318, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}
/* line 322, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}
/* line 326, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}
/* line 330, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* results */
/* line 342, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* line 352, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}
/* line 357, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}
/* line 362, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}
/* line 368, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}
/* line 372, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 386, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}
/* line 387, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}
/* line 388, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}
/* line 389, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}
/* line 390, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}
/* line 391, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}
/* line 392, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}
/* line 394, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}
/* line 399, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}
/* line 404, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results .select2-highlighted em {
  background: transparent;
}
/* line 408, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}
/* line 413, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}
/*
disabled look for disabled choices in the results dropdown
*/
/* line 425, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
/* line 431, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}
/* line 437, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results .select2-selected {
  display: none;
}
/* line 441, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-more-results.select2-active {
  background: #f4f4f4 url('components/select2/select2-spinner.gif') no-repeat 100%;
}
/* line 445, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}
/* line 449, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}
/* disabled styles */
/* line 456, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
/* line 463, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}
/* line 469, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}
/* multiselect */
/* line 476, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(to bottom, #eeeeee 1%, #ffffff 15%);
}
/* line 494, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}
/* line 498, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}
/* line 502, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices {
  min-height: 26px;
}
/* line 506, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/* line 513, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}
/* line 517, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}
/* line 521, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
/* line 527, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}
/* line 541, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('components/select2/select2-spinner.gif') no-repeat 100% !important;
}
/* line 545, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-default {
  color: #999 !important;
}
/* line 549, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
}
/* line 579, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}
/* line 584, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}
/* line 587, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}
/* line 591, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url('components/select2/select2.png') right top no-repeat;
}
/* line 603, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}
/* line 608, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}
/* line 612, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}
/* line 617, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
/* line 620, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}
/* disabled styles */
/* line 625, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}
/* line 632, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}
/* line 639, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}
/* end multiselect */
/* line 645, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}
/* line 650, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}
/* line 664, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-display-none {
  display: none;
}
/* line 668, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}
/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
  /* line 680, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('components/select2/select2x2.png') !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  /* line 689, https://vb-infonet.at/dimension7/++plone++static/components//select2/select2.css */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/* line 4, https://vb-infonet.at/dimension7/++resource++mockup/select2/pattern.select2.less */
.select2-container {
  margin-bottom: 1em;
}
/* line 7, https://vb-infonet.at/dimension7/++resource++mockup/select2/pattern.select2.less */
.select2-container-multi .select2-choices .select2-choice-dragging {
  border-color: #FF0000;
}
/* line 10, https://vb-infonet.at/dimension7/++resource++mockup/select2/pattern.select2.less */
.select2-container-multi.select2-orderable .select2-search-choice span,
.select2-container-multi.select2-orderable .select2-search-choice {
  cursor: move;
}
/* line 15, https://vb-infonet.at/dimension7/++resource++mockup/select2/pattern.select2.less */
.pat-select2 {
  min-width: 50%;
}
/* line 19, https://vb-infonet.at/dimension7/++resource++mockup/select2/pattern.select2.less */
.select2-container-multi .select2-choices .select2-search-field input {
  padding-bottom: 1px;
  padding-left: 8px;
  padding-right: 1px;
  padding-top: 2px;
  height: inherit;
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/* line 7, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.css */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * The picker input element.
 */
/* line 22, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
/* line 28, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
/* line 34, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/* line 47, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.css */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
/* line 77, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__frame {
  padding: 1px;
}
/* line 80, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.css */
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
/* line 86, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.css */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
/* line 7, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
/* line 13, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
/* line 21, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
/* line 28, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
/* line 36, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  /* line 45, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
/* line 50, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__select--month {
  width: 35%;
}
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__select--year {
  width: 22.5%;
}
/* line 56, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
/* line 63, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  /* line 73, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
/* line 78, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  /* line 83, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
/* line 87, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  /* line 92, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
/* line 96, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
/* line 107, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
/* line 111, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* line 117, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
/* line 129, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  /* line 140, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__table {
    margin-bottom: .75em;
  }
}
/* line 144, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
/* line 151, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  /* line 160, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
/* line 167, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
/* line 172, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--today {
  position: relative;
}
/* line 175, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
/* line 185, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
/* line 188, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--outfocus {
  color: #dddddd;
}
/* line 191, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* line 197, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--highlighted {
  border-color: #0089ec;
}
/* line 200, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* line 206, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
/* line 212, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
/* line 220, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
/* line 227, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__footer {
  text-align: center;
}
/* line 230, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
/* line 242, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
/* line 250, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
/* line 257, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
/* line 264, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
/* line 269, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
/* line 275, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}
/* line 280, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}
/* line 288, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
/* line 295, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.date.css */
.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
/* line 7, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
/* line 15, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item {
  border-bottom: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-bottom: -1px;
  position: relative;
  background: #ffffff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  /* line 24, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
/* line 29, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
/* line 37, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
/* line 41, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
/* line 48, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #ffffff;
  z-index: 10;
}
/* Disabled time */
/* line 56, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
  border-color: #dddddd;
  z-index: auto;
}
/**
 * The clear button
 */
/* line 69, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
/* line 82, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000000;
  background: #b1dcfb;
  background: #ee2200;
  border-color: #ee2200;
  cursor: pointer;
  color: #ffffff;
  outline: none;
}
/* line 92, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
/* line 98, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #ffffff;
  border-color: #ffffff;
}
/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
/* line 111, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The holder is the base of the picker.
 */
/* line 118, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  /* line 122, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
  .picker--time .picker__holder {
    font-size: .875em;
  }
}
/**
 * The box contains the list of times.
 */
/* line 129, https://vb-infonet.at/dimension7/++plone++static/components//pickadate/lib/themes/classic.time.css */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}
/* line 9, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 26, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn:focus,
.pattern-pickadate-wrapper .btn:active:focus,
.pattern-pickadate-wrapper .btn.active:focus,
.pattern-pickadate-wrapper .btn.focus,
.pattern-pickadate-wrapper .btn:active.focus,
.pattern-pickadate-wrapper .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 32, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn:hover,
.pattern-pickadate-wrapper .btn:focus,
.pattern-pickadate-wrapper .btn.focus {
  color: #333333;
  text-decoration: none;
}
/* line 39, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn:active,
.pattern-pickadate-wrapper .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn.disabled,
.pattern-pickadate-wrapper .btn[disabled],
fieldset[disabled] .pattern-pickadate-wrapper .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 55, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
a.pattern-pickadate-wrapper .btn.disabled,
fieldset[disabled] a.pattern-pickadate-wrapper .btn {
  pointer-events: none;
}
/* line 11, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
/* line 45, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
/* line 11, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
/* line 45, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
/* line 11, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
/* line 45, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
/* line 77, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:focus,
.btn-info.focus,
.pattern-pickadate-wrapper .btn-info:focus,
.pattern-pickadate-wrapper .btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:hover,
.pattern-pickadate-wrapper .btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.pattern-pickadate-wrapper .btn-info:active,
.pattern-pickadate-wrapper .btn-info.active,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus,
.pattern-pickadate-wrapper .btn-info:active:hover,
.pattern-pickadate-wrapper .btn-info.active:hover,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info:hover,
.pattern-pickadate-wrapper .btn-info:active:focus,
.pattern-pickadate-wrapper .btn-info.active:focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info:focus,
.pattern-pickadate-wrapper .btn-info:active.focus,
.pattern-pickadate-wrapper .btn-info.active.focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.pattern-pickadate-wrapper .btn-info:active,
.pattern-pickadate-wrapper .btn-info.active,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-info {
  background-image: none;
}
/* line 45, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.pattern-pickadate-wrapper .btn-info.disabled:hover,
.pattern-pickadate-wrapper .btn-info[disabled]:hover,
fieldset[disabled] .pattern-pickadate-wrapper .btn-info:hover,
.pattern-pickadate-wrapper .btn-info.disabled:focus,
.pattern-pickadate-wrapper .btn-info[disabled]:focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-info:focus,
.pattern-pickadate-wrapper .btn-info.disabled.focus,
.pattern-pickadate-wrapper .btn-info[disabled].focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-info .badge,
.pattern-pickadate-wrapper .btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
/* line 11, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
/* line 45, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
/* line 85, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.pattern-pickadate-wrapper .btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:focus,
.btn-danger.focus,
.pattern-pickadate-wrapper .btn-danger:focus,
.pattern-pickadate-wrapper .btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:hover,
.pattern-pickadate-wrapper .btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
.pattern-pickadate-wrapper .btn-danger:active,
.pattern-pickadate-wrapper .btn-danger.active,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus,
.pattern-pickadate-wrapper .btn-danger:active:hover,
.pattern-pickadate-wrapper .btn-danger.active:hover,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger:hover,
.pattern-pickadate-wrapper .btn-danger:active:focus,
.pattern-pickadate-wrapper .btn-danger.active:focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger:focus,
.pattern-pickadate-wrapper .btn-danger:active.focus,
.pattern-pickadate-wrapper .btn-danger.active.focus,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
.pattern-pickadate-wrapper .btn-danger:active,
.pattern-pickadate-wrapper .btn-danger.active,
.open > .dropdown-toggle.pattern-pickadate-wrapper .btn-danger {
  background-image: none;
}
/* line 45, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.pattern-pickadate-wrapper .btn-danger.disabled:hover,
.pattern-pickadate-wrapper .btn-danger[disabled]:hover,
fieldset[disabled] .pattern-pickadate-wrapper .btn-danger:hover,
.pattern-pickadate-wrapper .btn-danger.disabled:focus,
.pattern-pickadate-wrapper .btn-danger[disabled]:focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-danger:focus,
.pattern-pickadate-wrapper .btn-danger.disabled.focus,
.pattern-pickadate-wrapper .btn-danger[disabled].focus,
fieldset[disabled] .pattern-pickadate-wrapper .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.btn-danger .badge,
.pattern-pickadate-wrapper .btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
/* line 133, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-lg > .btn,
.btn-group-lg > .pattern-pickadate-wrapper .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 137, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-sm > .btn,
.btn-group-sm > .pattern-pickadate-wrapper .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 141, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.btn-group-xs > .btn,
.btn-group-xs > .pattern-pickadate-wrapper .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 7, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper {
  position: relative;
  margin-bottom: 0.5em;
}
/* line 9, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .btn {
  vertical-align: top;
  margin: 0.2em;
}
/* line 19, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .picker {
  display: none;
}
/* line 21, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .picker.picker--opened {
  display: block;
}
/* line 26, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper {
  display: inline-block;
  vertical-align: middle;
}
/* line 29, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper .picker__input {
  width: 300px;
  margin: 0.2em;
  text-align: center;
  cursor: context-menu;
}
/* line 35, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-date-wrapper .picker__holder {
  width: 300px;
  font-size: 12px;
  margin-top: -2px;
}
/* line 43, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-separator {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.2em;
}
/* line 49, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper {
  display: inline-block;
  vertical-align: middle;
}
/* line 52, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper .picker__input {
  width: 180px;
  margin: 0.2em;
  text-align: center;
  cursor: context-menu;
}
/* line 58, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper .picker__holder {
  width: 180px;
  font-size: 11px;
  margin-top: -2px;
}
/* line 64, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-time-wrapper .picker__list-item {
  text-align: center;
}
/* line 69, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-timezone-wrapper {
  display: inline-block;
  vertical-align: middle;
}
/* line 74, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-now {
  display: inline-block;
}
/* line 78, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .pattern-pickadate-clear {
  display: inline-block;
}
/* line 82, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .picker__select--month,
.pattern-pickadate-wrapper .picker__select--year {
  height: 3em;
}
/* line 86, https://vb-infonet.at/dimension7/++resource++mockup/pickadate/pattern.pickadate.less */
.pattern-pickadate-wrapper .picker__footer {
  display: none;
}
/* line 2, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav {
  float: right;
  border: 1px solid #DDD;
  padding: 0.5em 0;
  margin: 0 0 1em 1em;
}
/* line 7, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav a {
  display: block;
}
/* line 8, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav a:focus {
  outline-style: none;
}
/* line 9, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav .autotoc-level-1 {
  margin: 0 1em 0 1em;
}
/* line 10, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav .autotoc-level-2 {
  margin: 0 1em 0 2em;
}
/* line 11, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc .autotoc-nav .autotoc-level-3 {
  margin: 0 1em 0 3em;
}
/* line 14, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav {
  float: none;
  padding: 0;
  margin: 0 0 0.3em 0;
  border: 0;
  border-bottom: 1px solid #DDD;
}
/* line 20, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav:after {
  content: "";
  display: table;
  line-height: 0;
}
/* line 25, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a {
  display: inline-block;
  margin: 0 0.5em -1px 0.5em;
  line-height: 1.5em;
  padding: 0.4em 0.8em;
  text-decoration: none;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ie-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/* line 36, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a.active {
  border: 1px solid #DDD;
  border-bottom-color: #FFF;
  color: #555555;
  cursor: default;
}
/* line 42, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a.active:hover {
  background-color: transparent;
}
/* line 45, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-nav a:hover {
  background-color: #EEE;
  border-color: #EEE;
  border-bottom-color: #FFF;
}
/* line 52, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-section {
  display: none;
}
/* line 54, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-section.active {
  display: block;
}
/* line 56, https://vb-infonet.at/dimension7/++resource++mockup/autotoc/pattern.autotoc.less */
.pat-autotoc.autotabs .autotoc-section.active legend {
  display: none;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('components/bootstrap/fonts/glyphicons-halflings-regular.eot');
  src: url('components/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('components/bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('components/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('components/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('components/bootstrap/fonts/glyphicons-halflings-regular.svg') format('svg');
}
/* line 22, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 35, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-asterisk:before {
  content: "\002a";
}
/* line 36, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-plus:before {
  content: "\002b";
}
/* line 38, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
/* line 39, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-minus:before {
  content: "\2212";
}
/* line 40, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cloud:before {
  content: "\2601";
}
/* line 41, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-envelope:before {
  content: "\2709";
}
/* line 42, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-pencil:before {
  content: "\270f";
}
/* line 43, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-glass:before {
  content: "\e001";
}
/* line 44, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-music:before {
  content: "\e002";
}
/* line 45, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-search:before {
  content: "\e003";
}
/* line 46, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-heart:before {
  content: "\e005";
}
/* line 47, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-star:before {
  content: "\e006";
}
/* line 48, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-star-empty:before {
  content: "\e007";
}
/* line 49, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-user:before {
  content: "\e008";
}
/* line 50, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-film:before {
  content: "\e009";
}
/* line 51, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-th-large:before {
  content: "\e010";
}
/* line 52, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-th:before {
  content: "\e011";
}
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-th-list:before {
  content: "\e012";
}
/* line 54, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ok:before {
  content: "\e013";
}
/* line 55, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-remove:before {
  content: "\e014";
}
/* line 56, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-zoom-in:before {
  content: "\e015";
}
/* line 57, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-zoom-out:before {
  content: "\e016";
}
/* line 58, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-off:before {
  content: "\e017";
}
/* line 59, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-signal:before {
  content: "\e018";
}
/* line 60, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cog:before {
  content: "\e019";
}
/* line 61, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-trash:before {
  content: "\e020";
}
/* line 62, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-home:before {
  content: "\e021";
}
/* line 63, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-file:before {
  content: "\e022";
}
/* line 64, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-time:before {
  content: "\e023";
}
/* line 65, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-road:before {
  content: "\e024";
}
/* line 66, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-download-alt:before {
  content: "\e025";
}
/* line 67, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-download:before {
  content: "\e026";
}
/* line 68, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-upload:before {
  content: "\e027";
}
/* line 69, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-inbox:before {
  content: "\e028";
}
/* line 70, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-play-circle:before {
  content: "\e029";
}
/* line 71, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-repeat:before {
  content: "\e030";
}
/* line 72, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-refresh:before {
  content: "\e031";
}
/* line 73, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-list-alt:before {
  content: "\e032";
}
/* line 74, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-lock:before {
  content: "\e033";
}
/* line 75, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-flag:before {
  content: "\e034";
}
/* line 76, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-headphones:before {
  content: "\e035";
}
/* line 77, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-volume-off:before {
  content: "\e036";
}
/* line 78, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-volume-down:before {
  content: "\e037";
}
/* line 79, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-volume-up:before {
  content: "\e038";
}
/* line 80, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-qrcode:before {
  content: "\e039";
}
/* line 81, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-barcode:before {
  content: "\e040";
}
/* line 82, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tag:before {
  content: "\e041";
}
/* line 83, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tags:before {
  content: "\e042";
}
/* line 84, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-book:before {
  content: "\e043";
}
/* line 85, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bookmark:before {
  content: "\e044";
}
/* line 86, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-print:before {
  content: "\e045";
}
/* line 87, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-camera:before {
  content: "\e046";
}
/* line 88, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-font:before {
  content: "\e047";
}
/* line 89, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bold:before {
  content: "\e048";
}
/* line 90, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-italic:before {
  content: "\e049";
}
/* line 91, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-height:before {
  content: "\e050";
}
/* line 92, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-width:before {
  content: "\e051";
}
/* line 93, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-align-left:before {
  content: "\e052";
}
/* line 94, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-align-center:before {
  content: "\e053";
}
/* line 95, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-align-right:before {
  content: "\e054";
}
/* line 96, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-align-justify:before {
  content: "\e055";
}
/* line 97, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-list:before {
  content: "\e056";
}
/* line 98, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-indent-left:before {
  content: "\e057";
}
/* line 99, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-indent-right:before {
  content: "\e058";
}
/* line 100, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-facetime-video:before {
  content: "\e059";
}
/* line 101, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-picture:before {
  content: "\e060";
}
/* line 102, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-map-marker:before {
  content: "\e062";
}
/* line 103, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-adjust:before {
  content: "\e063";
}
/* line 104, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tint:before {
  content: "\e064";
}
/* line 105, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-edit:before {
  content: "\e065";
}
/* line 106, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-share:before {
  content: "\e066";
}
/* line 107, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-check:before {
  content: "\e067";
}
/* line 108, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-move:before {
  content: "\e068";
}
/* line 109, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-step-backward:before {
  content: "\e069";
}
/* line 110, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-fast-backward:before {
  content: "\e070";
}
/* line 111, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-backward:before {
  content: "\e071";
}
/* line 112, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-play:before {
  content: "\e072";
}
/* line 113, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-pause:before {
  content: "\e073";
}
/* line 114, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-stop:before {
  content: "\e074";
}
/* line 115, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-forward:before {
  content: "\e075";
}
/* line 116, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-fast-forward:before {
  content: "\e076";
}
/* line 117, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-step-forward:before {
  content: "\e077";
}
/* line 118, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-eject:before {
  content: "\e078";
}
/* line 119, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-chevron-left:before {
  content: "\e079";
}
/* line 120, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-chevron-right:before {
  content: "\e080";
}
/* line 121, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-plus-sign:before {
  content: "\e081";
}
/* line 122, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-minus-sign:before {
  content: "\e082";
}
/* line 123, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-remove-sign:before {
  content: "\e083";
}
/* line 124, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ok-sign:before {
  content: "\e084";
}
/* line 125, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-question-sign:before {
  content: "\e085";
}
/* line 126, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-info-sign:before {
  content: "\e086";
}
/* line 127, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-screenshot:before {
  content: "\e087";
}
/* line 128, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-remove-circle:before {
  content: "\e088";
}
/* line 129, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ok-circle:before {
  content: "\e089";
}
/* line 130, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ban-circle:before {
  content: "\e090";
}
/* line 131, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-arrow-left:before {
  content: "\e091";
}
/* line 132, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-arrow-right:before {
  content: "\e092";
}
/* line 133, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-arrow-up:before {
  content: "\e093";
}
/* line 134, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-arrow-down:before {
  content: "\e094";
}
/* line 135, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-share-alt:before {
  content: "\e095";
}
/* line 136, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-resize-full:before {
  content: "\e096";
}
/* line 137, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-resize-small:before {
  content: "\e097";
}
/* line 138, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
/* line 139, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-gift:before {
  content: "\e102";
}
/* line 140, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-leaf:before {
  content: "\e103";
}
/* line 141, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-fire:before {
  content: "\e104";
}
/* line 142, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-eye-open:before {
  content: "\e105";
}
/* line 143, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-eye-close:before {
  content: "\e106";
}
/* line 144, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-warning-sign:before {
  content: "\e107";
}
/* line 145, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-plane:before {
  content: "\e108";
}
/* line 146, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-calendar:before {
  content: "\e109";
}
/* line 147, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-random:before {
  content: "\e110";
}
/* line 148, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-comment:before {
  content: "\e111";
}
/* line 149, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-magnet:before {
  content: "\e112";
}
/* line 150, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-chevron-up:before {
  content: "\e113";
}
/* line 151, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-chevron-down:before {
  content: "\e114";
}
/* line 152, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-retweet:before {
  content: "\e115";
}
/* line 153, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-shopping-cart:before {
  content: "\e116";
}
/* line 154, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-folder-close:before {
  content: "\e117";
}
/* line 155, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-folder-open:before {
  content: "\e118";
}
/* line 156, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-resize-vertical:before {
  content: "\e119";
}
/* line 157, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
/* line 158, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hdd:before {
  content: "\e121";
}
/* line 159, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bullhorn:before {
  content: "\e122";
}
/* line 160, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bell:before {
  content: "\e123";
}
/* line 161, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-certificate:before {
  content: "\e124";
}
/* line 162, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-thumbs-up:before {
  content: "\e125";
}
/* line 163, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-thumbs-down:before {
  content: "\e126";
}
/* line 164, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hand-right:before {
  content: "\e127";
}
/* line 165, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hand-left:before {
  content: "\e128";
}
/* line 166, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hand-up:before {
  content: "\e129";
}
/* line 167, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hand-down:before {
  content: "\e130";
}
/* line 168, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
/* line 169, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
/* line 170, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
/* line 171, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
/* line 172, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-globe:before {
  content: "\e135";
}
/* line 173, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-wrench:before {
  content: "\e136";
}
/* line 174, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tasks:before {
  content: "\e137";
}
/* line 175, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-filter:before {
  content: "\e138";
}
/* line 176, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-briefcase:before {
  content: "\e139";
}
/* line 177, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-fullscreen:before {
  content: "\e140";
}
/* line 178, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-dashboard:before {
  content: "\e141";
}
/* line 179, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-paperclip:before {
  content: "\e142";
}
/* line 180, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-heart-empty:before {
  content: "\e143";
}
/* line 181, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-link:before {
  content: "\e144";
}
/* line 182, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-phone:before {
  content: "\e145";
}
/* line 183, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-pushpin:before {
  content: "\e146";
}
/* line 184, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-usd:before {
  content: "\e148";
}
/* line 185, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-gbp:before {
  content: "\e149";
}
/* line 186, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort:before {
  content: "\e150";
}
/* line 187, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
/* line 188, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
/* line 189, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-order:before {
  content: "\e153";
}
/* line 190, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
/* line 191, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
/* line 192, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
/* line 193, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-unchecked:before {
  content: "\e157";
}
/* line 194, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-expand:before {
  content: "\e158";
}
/* line 195, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-collapse-down:before {
  content: "\e159";
}
/* line 196, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-collapse-up:before {
  content: "\e160";
}
/* line 197, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-log-in:before {
  content: "\e161";
}
/* line 198, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-flash:before {
  content: "\e162";
}
/* line 199, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-log-out:before {
  content: "\e163";
}
/* line 200, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-new-window:before {
  content: "\e164";
}
/* line 201, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-record:before {
  content: "\e165";
}
/* line 202, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-save:before {
  content: "\e166";
}
/* line 203, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-open:before {
  content: "\e167";
}
/* line 204, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-saved:before {
  content: "\e168";
}
/* line 205, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-import:before {
  content: "\e169";
}
/* line 206, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-export:before {
  content: "\e170";
}
/* line 207, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-send:before {
  content: "\e171";
}
/* line 208, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-disk:before {
  content: "\e172";
}
/* line 209, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-saved:before {
  content: "\e173";
}
/* line 210, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-remove:before {
  content: "\e174";
}
/* line 211, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-save:before {
  content: "\e175";
}
/* line 212, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-floppy-open:before {
  content: "\e176";
}
/* line 213, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-credit-card:before {
  content: "\e177";
}
/* line 214, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-transfer:before {
  content: "\e178";
}
/* line 215, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cutlery:before {
  content: "\e179";
}
/* line 216, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-header:before {
  content: "\e180";
}
/* line 217, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-compressed:before {
  content: "\e181";
}
/* line 218, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-earphone:before {
  content: "\e182";
}
/* line 219, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-phone-alt:before {
  content: "\e183";
}
/* line 220, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tower:before {
  content: "\e184";
}
/* line 221, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-stats:before {
  content: "\e185";
}
/* line 222, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sd-video:before {
  content: "\e186";
}
/* line 223, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hd-video:before {
  content: "\e187";
}
/* line 224, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-subtitles:before {
  content: "\e188";
}
/* line 225, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-stereo:before {
  content: "\e189";
}
/* line 226, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-dolby:before {
  content: "\e190";
}
/* line 227, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-5-1:before {
  content: "\e191";
}
/* line 228, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-6-1:before {
  content: "\e192";
}
/* line 229, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sound-7-1:before {
  content: "\e193";
}
/* line 230, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-copyright-mark:before {
  content: "\e194";
}
/* line 231, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-registration-mark:before {
  content: "\e195";
}
/* line 232, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cloud-download:before {
  content: "\e197";
}
/* line 233, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cloud-upload:before {
  content: "\e198";
}
/* line 234, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tree-conifer:before {
  content: "\e199";
}
/* line 235, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
/* line 236, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-cd:before {
  content: "\e201";
}
/* line 237, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-save-file:before {
  content: "\e202";
}
/* line 238, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-open-file:before {
  content: "\e203";
}
/* line 239, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-level-up:before {
  content: "\e204";
}
/* line 240, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-copy:before {
  content: "\e205";
}
/* line 241, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-paste:before {
  content: "\e206";
}
/* line 250, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-alert:before {
  content: "\e209";
}
/* line 251, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-equalizer:before {
  content: "\e210";
}
/* line 252, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-king:before {
  content: "\e211";
}
/* line 253, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-queen:before {
  content: "\e212";
}
/* line 254, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-pawn:before {
  content: "\e213";
}
/* line 255, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bishop:before {
  content: "\e214";
}
/* line 256, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-knight:before {
  content: "\e215";
}
/* line 257, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-baby-formula:before {
  content: "\e216";
}
/* line 258, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-tent:before {
  content: "\26fa";
}
/* line 259, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-blackboard:before {
  content: "\e218";
}
/* line 260, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bed:before {
  content: "\e219";
}
/* line 261, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-apple:before {
  content: "\f8ff";
}
/* line 262, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-erase:before {
  content: "\e221";
}
/* line 263, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-hourglass:before {
  content: "\231b";
}
/* line 264, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-lamp:before {
  content: "\e223";
}
/* line 265, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-duplicate:before {
  content: "\e224";
}
/* line 266, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-piggy-bank:before {
  content: "\e225";
}
/* line 267, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-scissors:before {
  content: "\e226";
}
/* line 268, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-bitcoin:before {
  content: "\e227";
}
/* line 269, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-btc:before {
  content: "\e227";
}
/* line 270, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-xbt:before {
  content: "\e227";
}
/* line 271, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-yen:before {
  content: "\00a5";
}
/* line 272, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-jpy:before {
  content: "\00a5";
}
/* line 273, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ruble:before {
  content: "\20bd";
}
/* line 274, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-rub:before {
  content: "\20bd";
}
/* line 275, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-scale:before {
  content: "\e230";
}
/* line 276, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ice-lolly:before {
  content: "\e231";
}
/* line 277, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
/* line 278, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-education:before {
  content: "\e233";
}
/* line 279, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-option-horizontal:before {
  content: "\e234";
}
/* line 280, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-option-vertical:before {
  content: "\e235";
}
/* line 281, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
/* line 282, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-modal-window:before {
  content: "\e237";
}
/* line 283, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-oil:before {
  content: "\e238";
}
/* line 284, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-grain:before {
  content: "\e239";
}
/* line 285, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-sunglasses:before {
  content: "\e240";
}
/* line 286, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-size:before {
  content: "\e241";
}
/* line 287, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-color:before {
  content: "\e242";
}
/* line 288, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-text-background:before {
  content: "\e243";
}
/* line 289, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-top:before {
  content: "\e244";
}
/* line 290, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
/* line 291, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
/* line 292, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-left:before {
  content: "\e247";
}
/* line 293, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
/* line 294, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-object-align-right:before {
  content: "\e249";
}
/* line 295, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-triangle-right:before {
  content: "\e250";
}
/* line 296, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-triangle-left:before {
  content: "\e251";
}
/* line 297, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
/* line 298, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-triangle-top:before {
  content: "\e253";
}
/* line 299, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-console:before {
  content: "\e254";
}
/* line 300, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-superscript:before {
  content: "\e255";
}
/* line 301, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-subscript:before {
  content: "\e256";
}
/* line 302, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-left:before {
  content: "\e257";
}
/* line 303, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-right:before {
  content: "\e258";
}
/* line 304, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-down:before {
  content: "\e259";
}
/* line 305, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/glyphicons.less */
.glyphicon-menu-up:before {
  content: "\e260";
}
/* line 110, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/modals.less */
.modal-footer .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/modals.less */
.modal-footer .btn-group .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn {
  margin-left: -1px;
}
/* line 11, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .pattern-pickadate-wrapper .btn {
  position: relative;
  float: left;
}
/* line 15, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-pickadate-wrapper .btn:hover,
.btn-group-vertical > .pattern-pickadate-wrapper .btn:hover,
.btn-group > .pattern-pickadate-wrapper .btn:focus,
.btn-group-vertical > .pattern-pickadate-wrapper .btn:focus,
.btn-group > .pattern-pickadate-wrapper .btn:active,
.btn-group-vertical > .pattern-pickadate-wrapper .btn:active,
.btn-group > .pattern-pickadate-wrapper .btn.active,
.btn-group-vertical > .pattern-pickadate-wrapper .btn.active {
  z-index: 2;
}
/* line 26, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn,
.btn-group .pattern-pickadate-wrapper .btn + .btn-group,
.btn-group .btn-group + .pattern-pickadate-wrapper .btn {
  margin-left: -1px;
}
/* line 39, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-toolbar .pattern-pickadate-wrapper .btn {
  float: left;
}
/* line 44, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-toolbar > .pattern-pickadate-wrapper .btn {
  margin-left: 5px;
}
/* line 51, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-pickadate-wrapper .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
/* line 56, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-pickadate-wrapper .btn:first-child {
  margin-left: 0;
}
/* line 58, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-pickadate-wrapper .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 63, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-pickadate-wrapper .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 72, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .pattern-pickadate-wrapper .btn {
  border-radius: 0;
}
/* line 76, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .btn-group:first-child:not(:last-child) > .pattern-pickadate-wrapper .btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
/* line 81, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .btn-group:last-child:not(:first-child) > .pattern-pickadate-wrapper .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
/* line 105, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group > .pattern-pickadate-wrapper .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
/* line 127, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.pattern-pickadate-wrapper .btn .caret {
  margin-left: 0;
}
/* line 145, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .btn-group > .pattern-pickadate-wrapper .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 157, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .btn-group > .pattern-pickadate-wrapper .btn {
  float: none;
}
/* line 162, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn,
.btn-group-vertical > .pattern-pickadate-wrapper .btn + .btn-group,
.btn-group-vertical > .btn-group + .pattern-pickadate-wrapper .btn {
  margin-top: -1px;
  margin-left: 0;
}
/* line 172, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-pickadate-wrapper .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 175, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-pickadate-wrapper .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 179, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .pattern-pickadate-wrapper .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 184, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .pattern-pickadate-wrapper .btn {
  border-radius: 0;
}
/* line 188, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .pattern-pickadate-wrapper .btn:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 193, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .pattern-pickadate-wrapper .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
/* line 206, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-justified > .pattern-pickadate-wrapper .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 212, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
.btn-group-justified > .btn-group .pattern-pickadate-wrapper .btn {
  width: 100%;
}
/* line 237, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/button-groups.less */
[data-toggle="buttons"] > .pattern-pickadate-wrapper .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .pattern-pickadate-wrapper .btn input[type="radio"],
[data-toggle="buttons"] > .pattern-pickadate-wrapper .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .pattern-pickadate-wrapper .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
/* line 7, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 7, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 7, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* line 7, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/progress-bar.less */
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/* buttons */
/* line 13, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 32, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn:hover,
.plone-btn:focus,
.plone-btn.focus {
  color: #333333;
  text-decoration: none;
}
/* line 39, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn:active,
.plone-btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 46, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn.disabled,
.plone-btn[disabled],
fieldset[disabled] .plone-btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 14, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
/* line 15, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 16, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-btn-sm {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
/* line 18, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 11, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:focus,
.plone-btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
/* line 17, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 22, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:active,
.plone-btn-primary.active,
.open > .dropdown-toggle.plone-btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
/* line 29, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:active:hover,
.plone-btn-primary.active:hover,
.open > .dropdown-toggle.plone-btn-primary:hover,
.plone-btn-primary:active:focus,
.plone-btn-primary.active:focus,
.open > .dropdown-toggle.plone-btn-primary:focus,
.plone-btn-primary:active.focus,
.plone-btn-primary.active.focus,
.open > .dropdown-toggle.plone-btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
/* line 37, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary:active,
.plone-btn-primary.active,
.open > .dropdown-toggle.plone-btn-primary {
  background-image: none;
}
/* line 45, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary.disabled:hover,
.plone-btn-primary[disabled]:hover,
fieldset[disabled] .plone-btn-primary:hover,
.plone-btn-primary.disabled:focus,
.plone-btn-primary[disabled]:focus,
fieldset[disabled] .plone-btn-primary:focus,
.plone-btn-primary.disabled.focus,
.plone-btn-primary[disabled].focus,
fieldset[disabled] .plone-btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
/* line 19, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 11, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:focus,
.plone-btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
/* line 17, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:active,
.plone-btn-warning.active,
.open > .dropdown-toggle.plone-btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 29, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:active:hover,
.plone-btn-warning.active:hover,
.open > .dropdown-toggle.plone-btn-warning:hover,
.plone-btn-warning:active:focus,
.plone-btn-warning.active:focus,
.open > .dropdown-toggle.plone-btn-warning:focus,
.plone-btn-warning:active.focus,
.plone-btn-warning.active.focus,
.open > .dropdown-toggle.plone-btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
/* line 37, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning:active,
.plone-btn-warning.active,
.open > .dropdown-toggle.plone-btn-warning {
  background-image: none;
}
/* line 45, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning.disabled:hover,
.plone-btn-warning[disabled]:hover,
fieldset[disabled] .plone-btn-warning:hover,
.plone-btn-warning.disabled:focus,
.plone-btn-warning[disabled]:focus,
fieldset[disabled] .plone-btn-warning:focus,
.plone-btn-warning.disabled.focus,
.plone-btn-warning[disabled].focus,
fieldset[disabled] .plone-btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
/* line 20, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 11, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:focus,
.plone-btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
/* line 17, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:active,
.plone-btn-default.active,
.open > .dropdown-toggle.plone-btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 29, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:active:hover,
.plone-btn-default.active:hover,
.open > .dropdown-toggle.plone-btn-default:hover,
.plone-btn-default:active:focus,
.plone-btn-default.active:focus,
.open > .dropdown-toggle.plone-btn-default:focus,
.plone-btn-default:active.focus,
.plone-btn-default.active.focus,
.open > .dropdown-toggle.plone-btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
/* line 37, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default:active,
.plone-btn-default.active,
.open > .dropdown-toggle.plone-btn-default {
  background-image: none;
}
/* line 45, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default.disabled:hover,
.plone-btn-default[disabled]:hover,
fieldset[disabled] .plone-btn-default:hover,
.plone-btn-default.disabled:focus,
.plone-btn-default[disabled]:focus,
fieldset[disabled] .plone-btn-default:focus,
.plone-btn-default.disabled.focus,
.plone-btn-default[disabled].focus,
fieldset[disabled] .plone-btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
/* line 21, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 11, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:focus,
.plone-btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
/* line 17, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:active,
.plone-btn-success.active,
.open > .dropdown-toggle.plone-btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
/* line 29, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:active:hover,
.plone-btn-success.active:hover,
.open > .dropdown-toggle.plone-btn-success:hover,
.plone-btn-success:active:focus,
.plone-btn-success.active:focus,
.open > .dropdown-toggle.plone-btn-success:focus,
.plone-btn-success:active.focus,
.plone-btn-success.active.focus,
.open > .dropdown-toggle.plone-btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
/* line 37, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success:active,
.plone-btn-success.active,
.open > .dropdown-toggle.plone-btn-success {
  background-image: none;
}
/* line 45, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success.disabled:hover,
.plone-btn-success[disabled]:hover,
fieldset[disabled] .plone-btn-success:hover,
.plone-btn-success.disabled:focus,
.plone-btn-success[disabled]:focus,
fieldset[disabled] .plone-btn-success:focus,
.plone-btn-success.disabled.focus,
.plone-btn-success[disabled].focus,
fieldset[disabled] .plone-btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
/* line 22, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 11, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:focus,
.plone-btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
/* line 17, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:active,
.plone-btn-info.active,
.open > .dropdown-toggle.plone-btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 29, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:active:hover,
.plone-btn-info.active:hover,
.open > .dropdown-toggle.plone-btn-info:hover,
.plone-btn-info:active:focus,
.plone-btn-info.active:focus,
.open > .dropdown-toggle.plone-btn-info:focus,
.plone-btn-info:active.focus,
.plone-btn-info.active.focus,
.open > .dropdown-toggle.plone-btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
/* line 37, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info:active,
.plone-btn-info.active,
.open > .dropdown-toggle.plone-btn-info {
  background-image: none;
}
/* line 45, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info.disabled:hover,
.plone-btn-info[disabled]:hover,
fieldset[disabled] .plone-btn-info:hover,
.plone-btn-info.disabled:focus,
.plone-btn-info[disabled]:focus,
fieldset[disabled] .plone-btn-info:focus,
.plone-btn-info.disabled.focus,
.plone-btn-info[disabled].focus,
fieldset[disabled] .plone-btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
/* line 23, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 11, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:focus,
.plone-btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
/* line 17, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:active,
.plone-btn-danger.active,
.open > .dropdown-toggle.plone-btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 29, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:active:hover,
.plone-btn-danger.active:hover,
.open > .dropdown-toggle.plone-btn-danger:hover,
.plone-btn-danger:active:focus,
.plone-btn-danger.active:focus,
.open > .dropdown-toggle.plone-btn-danger:focus,
.plone-btn-danger:active.focus,
.plone-btn-danger.active.focus,
.open > .dropdown-toggle.plone-btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
/* line 37, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger:active,
.plone-btn-danger.active,
.open > .dropdown-toggle.plone-btn-danger {
  background-image: none;
}
/* line 45, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger.disabled:hover,
.plone-btn-danger[disabled]:hover,
fieldset[disabled] .plone-btn-danger:hover,
.plone-btn-danger.disabled:focus,
.plone-btn-danger[disabled]:focus,
fieldset[disabled] .plone-btn-danger:focus,
.plone-btn-danger.disabled.focus,
.plone-btn-danger[disabled].focus,
fieldset[disabled] .plone-btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 53, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/mixins/buttons.less */
.plone-btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
/* line 24, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
/* line 99, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link,
.plone-btn-link:active,
.plone-btn-link.active,
.plone-btn-link[disabled],
fieldset[disabled] .plone-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 107, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link,
.plone-btn-link:hover,
.plone-btn-link:focus,
.plone-btn-link:active {
  border-color: transparent;
}
/* line 113, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/buttons.less */
.plone-btn-link:hover,
.plone-btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
/* line 27, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-btn-group .plone-btn + .plone-btn,
.plone-btn-group .plone-btn + .plone-btn-group,
.plone-btn-group .plone-btn-group + .plone-btn,
.plone-btn-group .plone-btn-group + .plone-btn-group {
  margin-left: -1px;
}
/* line 35, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-btn-block {
  display: block;
  width: 100%;
}
/* line 37, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 15, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/close.less */
.plone-close:hover,
.plone-close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* line 27, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/close.less */
button.plone-close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* modals */
/* line 41, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/modals.less */
.plone-modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/modals.less */
.plone-modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 42, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 43, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-modal-title {
  margin: 0;
  line-height: 1.42857143;
}
/* line 44, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-modal-body {
  position: relative;
  padding: 15px;
}
/* line 45, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 110, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn + .btn,
.plone-modal-footer .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn-group .btn + .btn,
.plone-modal-footer .btn-group .pattern-pickadate-wrapper .btn + .pattern-pickadate-wrapper .btn {
  margin-left: -1px;
}
/* line 119, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
/* line 46, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
/* line 73, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, https://vb-infonet.at/dimension7/++plone++static/components//bootstrap/less/modals.less */
.plone-modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/* progress */
/* line 50, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
/* line 51, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
/* line 52, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.plone-progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
/* rotate transforms */
/* line 55, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.rright {
  /* right-rotate by 90° */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* iOS, Android */
  transform: rotate(90deg);
}
/* line 61, https://vb-infonet.at/dimension7/++resource++mockupless//base.less */
.rleft {
  /* left-rotate by 90° */
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* iOS, Android */
  transform: rotate(-90deg);
}
/* line 3, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal-loading {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  border-radius: 0.5em;
  width: 40em;
  height: 40px;
}
/* line 12, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal-header {
  padding: 5px 10px;
}
/* line 13, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal-title {
  font-size: 120%;
  margin: 4px 0;
}
/* line 14, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  z-index: 1040;
}
/* line 27, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal.in {
  display: block !important;
}
/* line 30, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal.fade {
  opacity: 0;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
/* line 36, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal.fade.in {
  opacity: 1;
  -webkit-transition: opacity .5s linear;
  -o-transition: opacity .5s linear;
  transition: opacity .5s linear;
}
/* line 42, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal-open {
  overflow: hidden;
  padding-right: 15px;
}
/* line 46, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal-open .plone-modal {
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 51, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
/* line 56, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal.fade .plone-modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 64, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal.in .plone-modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  /* line 66, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
  .plone-modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
}
/* line 71, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal-content {
  background: #fff;
  /* XXX this is necessary for some content inside modals
     to behave properly */
  overflow: inherit;
}
/* line 77, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal-body {
  padding: 15px;
  position: relative;
}
/* line 78, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal-footer {
  text-align: right;
  border-top: 1px solid #e5e5e5;
  padding: 15px;
}
/* line 80, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: .85;
}
/* line 91, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal-close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  opacity: .2;
  filter: alpha(opacity=20);
}
/* line 98, https://vb-infonet.at/dimension7/++resource++mockup/modal/pattern.modal.less */
.plone-modal-close:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
/* line 1, https://vb-infonet.at/dimension7/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.glyphicon {
  padding-right: 0.1em;
}
/* line 4, https://vb-infonet.at/dimension7/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-external:after {
  content: "\e144";
}
/* line 7, https://vb-infonet.at/dimension7/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-mailto:after {
  content: "\2709";
}
/* line 10, https://vb-infonet.at/dimension7/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-ftp:after {
  content: "\e121";
}
/* line 13, https://vb-infonet.at/dimension7/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-news:after {
  content: "\e135";
}
/* line 16, https://vb-infonet.at/dimension7/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-irc:after {
  content: "\e122";
}
/* line 19, https://vb-infonet.at/dimension7/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-h323:after {
  content: "\e059";
}
/* line 22, https://vb-infonet.at/dimension7/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-sip:after {
  content: "\e035";
}
/* line 25, https://vb-infonet.at/dimension7/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-callto:after {
  content: "\e145";
}
/* line 28, https://vb-infonet.at/dimension7/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-https:after {
  content: "\e033";
}
/* line 31, https://vb-infonet.at/dimension7/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-feed:after {
  content: "\e056";
}
/* line 34, https://vb-infonet.at/dimension7/++resource++mockup/markspeciallinks/pattern.markspeciallinks.less */
i.link-webcal:after {
  content: "\E109";
}
/* line 1, https://vb-infonet.at/dimension7/++plone++static/tinymce-styles.css */
.discreet {
  color: #777777;
  font-weight: 300;
}
/* line 6, https://vb-infonet.at/dimension7/++plone++static/tinymce-styles.css */
p.callout {
  background: #eee;
  padding: 1em;
  border-left: 1em solid #ccc;
  clear: both;
}
/* line 1, https://vb-infonet.at/dimension7/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch {
  min-width: 230px;
  position: relative;
}
/* line 5, https://vb-infonet.at/dimension7/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results {
  display: none;
  position: absolute;
  background-color: #ffffff;
  z-index: 100;
  border-right: 1px solid #64bee8;
  border-bottom: 1px solid #64bee8;
  border-left: 1px solid #64bee8;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 190, 232, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 190, 232, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(100, 190, 232, 0.6);
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 23, https://vb-infonet.at/dimension7/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li {
  white-space: normal;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}
/* line 30, https://vb-infonet.at/dimension7/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li.load-more .next {
  float: right;
}
/* line 33, https://vb-infonet.at/dimension7/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li.load-more .prev {
  float: left;
}
/* line 36, https://vb-infonet.at/dimension7/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li.load-more .page {
  text-align: center;
}
/* line 41, https://vb-infonet.at/dimension7/++resource++mockup/livesearch/pattern.livesearch.less */
.pat-livesearch .livesearch-results li:hover,
.pat-livesearch .livesearch-results li.selected {
  background-color: #e6e4e4;
}
@font-face {
  font-family: 'fontello';
  src: url('fonts/plone-fontello.eot');
  src: url('fonts/plone-fontello.eot#iefix') format('embedded-opentype'), url('fonts/plone-fontello.woff') format('woff'), url('fonts/plone-fontello.ttf') format('truetype'), url('fonts/plone-fontello.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('@{fontsPrefix}plone-fontello.svg?23168230#fontello') format('svg');
  }
}
*/
/* line 22, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
/* Default Menu Icon */
/* line 58, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.toolbar-menu-icon:before {
  content: '\e834';
}
/* line 60, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-user:before {
  content: '\e800';
}
/* '' */
/* line 61, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-folderContents:before {
  content: '\e801';
}
/* '' */
/* line 62, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-edit:before {
  content: '\e802';
}
/* '' */
/* line 63, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-logout:before {
  content: '\e803';
}
/* '' */
/* line 64, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-local_roles:before {
  content: '\e804';
}
/* '' */
/* line 65, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-history:before {
  content: '\e805';
}
/* '' */
/* line 66, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-link:before {
  content: '\e806';
}
/* '' */
/* line 67, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-view:before {
  content: '\e807';
}
/* '' */
/* line 68, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-collection:before {
  content: '\e808';
}
/* '' */
/* line 69, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-event:before {
  content: '\e809';
}
/* '' */
/* line 70, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-plone-contentmenu-factories:before {
  content: '\e80a';
}
/* '' */
/* line 71, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-contentInfo:before {
  content: '\e80b';
}
/* '' */
/* line 72, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-plone-contentmenu-workflow:before {
  content: '\e80c';
}
/* '' */
/* line 73, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-moreOptions:before {
  content: '\e80d';
}
/* '' */
/* line 74, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-document:before {
  content: '\e80e';
}
/* '' */
/* line 75, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-news:before {
  content: '\e80f';
}
/* '' */
/* line 76, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-image:before {
  content: '\e810';
}
/* '' */
/* line 77, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-file:before {
  content: '\e811';
}
/* '' */
/* line 78, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-addon:before {
  content: '\e812';
}
/* '' */
/* line 79, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-datetime:before {
  content: '\e813';
}
/* '' */
/* line 80, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-caching:before {
  content: '\e814';
}
/* '' */
/* line 81, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-markup:before {
  content: '\e815';
}
/* '' */
/* line 82, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-editing:before {
  content: '\e816';
}
/* '' */
/* line 83, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-errors:before {
  content: '\e817';
}
/* '' */
/* line 84, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-imageHandling:before {
  content: '\e818';
}
/* '' */
/* line 85, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-filtering:before {
  content: '\e819';
}
/* '' */
/* line 86, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-language:before {
  content: '\e81a';
}
/* '' */
/* line 87, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-dexterityTypes:before {
  content: '\e81b';
}
/* '' */
/* line 88, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-mail:before {
  content: '\e81c';
}
/* '' */
/* line 89, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-maintenance:before {
  content: '\e81d';
}
/* '' */
/* line 90, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-navigation:before {
  content: '\e81e';
}
/* '' */
/* line 91, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-search:before {
  content: '\e81f';
}
/* '' */
/* line 92, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-security:before {
  content: '\e820';
}
/* '' */
/* line 93, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-theming:before {
  content: '\e821';
}
/* '' */
/* line 94, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-rss:before {
  content: '\e822';
}
/* '' */
/* line 95, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-siteSettings:before {
  content: '\e823';
}
/* '' */
/* line 96, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-userGroups:before {
  content: '\e824';
}
/* '' */
/* line 97, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-zope:before {
  content: '\e825';
}
/* '' */
/* line 98, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-types:before {
  content: '\e826';
}
/* '' */
/* line 99, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-syndication:before {
  content: '\e827';
}
/* '' */
/* line 100, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-contentrules:before {
  content: '\e828';
}
/* '' */
/* line 101, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-lock:before {
  content: '\e829';
}
/* '' */
/* line 102, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-plone-contentmenu-actions:before {
  content: '\e82a';
}
/* '' */
/* line 103, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-plone-contentmenu-portletmanager:before {
  content: '\e82b';
}
/* '' */
/* line 104, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-plone-contentmenu-display:before {
  content: '\e82c';
}
/* '' */
/* line 105, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-calendar-empty:before {
  content: '\e82d';
}
/* '' */
/* line 106, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
[class^="icon-controlpanel-"]:before {
  content: '\e849';
}
/* '' */
/* line 107, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-plone_app_caching:before {
  content: '\e82e';
}
/* '' */
/* line 108, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-plone_app_registry:before {
  content: '\e82f';
}
/* '' */
/* line 109, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-dexterity-types:before {
  content: '\e830';
}
/* '' */
/* line 110, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-discussion:before {
  content: '\e831';
}
/* '' */
/* line 111, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-ImagingSettings:before {
  content: '\e832';
}
/* '' */
/* line 112, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-plone_app_theming:before {
  content: '\e833';
}
/* '' */
/* line 113, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-QuickInstaller:before {
  content: '\e834';
}
/* '' */
/* line 114, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-DateAndTime:before {
  content: '\e835';
}
/* '' */
/* line 115, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-LanguageSettings:before {
  content: '\e836';
}
/* '' */
/* line 116, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-MailHost:before {
  content: '\e837';
}
/* '' */
/* line 117, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-NavigationSettings:before {
  content: '\e838';
}
/* '' */
/* line 118, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-PloneReconfig:before {
  content: '\e839';
}
/* '' */
/* line 119, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-SearchSettings:before {
  content: '\e83a';
}
/* '' */
/* line 120, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-socialmedia:before {
  content: '\e83b';
}
/* '' */
/* line 121, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-syndication:before {
  content: '\e83c';
}
/* '' */
/* line 122, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-ContentRules:before {
  content: '\e83d';
}
/* '' */
/* line 123, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-EditingSettings:before {
  content: '\e83e';
}
/* '' */
/* line 124, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-MarkupSettings:before {
  content: '\e83f';
}
/* '' */
/* line 125, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-tinymce:before {
  content: '\e840';
}
/* '' */
/* line 126, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-TypesSettings:before {
  content: '\e841';
}
/* '' */
/* line 127, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-UsersGroups:before {
  content: '\e842';
}
/* '' */
/* line 128, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-errorLog:before {
  content: '\e843';
}
/* '' */
/* line 129, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-FilterSettings:before {
  content: '\e844';
}
/* '' */
/* line 130, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-SecuritySettings:before {
  content: '\e845';
}
/* '' */
/* line 131, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-resourceregistries:before {
  content: '\e846';
}
/* '' */
/* line 132, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-emptyset:before {
  content: '\e847';
}
/* '' */
/* line 133, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-ZMI:before {
  content: '\e848';
}
/* '' */
/* line 134, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-controlpanel-Maintenance:before {
  content: '\e849';
}
/* '' */
/* line 135, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-up:before {
  content: '\e84a';
}
/* '' */
/* line 136, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-down:before {
  content: '\e84b';
}
/* '' */
/* Unicode icons used in the same places */
/* line 139, https://vb-infonet.at/dimension7/++plone++static/fonts/plone-fontello.less */
.icon-parent:before {
  content: '↩';
  position: relative;
  top: 3px;
}
/* tinymce added image styles */
/* line 18, https://vb-infonet.at/dimension7/++plone++static/plone.less */
.image-left {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
/* line 22, https://vb-infonet.at/dimension7/++plone++static/plone.less */
.image-right {
  float: right;
  margin: 0.5em;
}
/* line 26, https://vb-infonet.at/dimension7/++plone++static/plone.less */
.image-inline {
  float: none;
}
/* line 32, https://vb-infonet.at/dimension7/++plone++static/plone.less */
body#visual-portal-wrapper.pat-plone.icons-off .outer-wrapper [class*="contenttype-"]:before,
.icons-off .mime-icon {
  display: none;
}
/* line 38, https://vb-infonet.at/dimension7/++plone++static/plone.less */
.thumbs-off img[class*='thumb-'] {
  display: none;
}
/* error message styles */
/* line 43, https://vb-infonet.at/dimension7/++plone++static/plone.less */
body.template-default_error_message #content-core p {
  white-space: pre;
}

