/* FARB-DEFINITIONEN
-----------------------*/
/*---------------------------
   FARB-DEFINITIONEN */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
  color: #222222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
img,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
.wrapper {
  width: 90%;
  margin: 0 5%;
}

/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
* {
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #cccccc;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =============================================================================
    Variablen
==============================================================================*/
/* =============================================================================
    Variablen
==============================================================================*/
* {
  margin: 0;
  padding: 0;
}

html {
  background-position: 0 0;
  background-repeat: repeat-x;
}

body {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 13px;
  /*    font-size:75%;
      line-height:1.4em;
      text-align: left;
      background-attachment: fixed;
      background-position: center top;
      background-repeat: repeat-y;*/
}

h1 {
  font-size: 150%;
  color: #1C2A51;
  /*clear:both;*/
}

h2 {
  font-family: Arial, Tahoma, Verdana, sans-serif;
  font-size: 130%;
  color: #666666;
  /*clear:both;*/
}

a {
  color: #374465;
}

hr {
  clear: both;
}

hr.blau {
  border: 1px dashed #1C2A51;
}

acronym {
  border-bottom-color: #303030;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  line-height: inherit;
}

body.xxl {
  font-size: 100%;
}

dl {
  clear: both;
}

dt {
  color: #2C5A93;
  text-decoration: none;
  cursor: pointer;
  font-weight: bold;
}

dd {
  margin: 0 0 10px 0;
}

table {
  border-spacing: 5px;
  border-collapse: separate;
}
table td {
  background-color: #ACC2FF;
  border: 1px dotted #919191;
}

.kasten {
  background-color: #E6E6E6;
  box-shadow: #BBBBBB 2px 2px 2px;
  padding: 10px;
  float: left;
  width: 58%;
  margin: 0 0 1em 0;
}
.kasten:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (max-width: 650px) {
  .kasten {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.red {
  color: red !important;
}

.right {
  float: right !important;
  width: 50% !important;
}

a.pdf_download {
  text-decoration: none;
  display: block;
  padding-left: 25px;
  /*padding-bottom: 5px;*/
  /*width:40%;*/
  /*margin-bottom: 10px;*/
  /*border-bottom: 1px dashed grey;*/
  background-image: url(/gui/images/icon_download.png);
  background-repeat: no-repeat;
  min-height: 28px;
}

a.pdf_download:hover {
  text-decoration: underline;
}

a.tooltip {
  text-decoration: none;
  float: right;
  cursor: help;
}

/* LAYOUT
========================================================================-======*/
.page-wrap {
  box-shadow: 3px 0 35px 5px rgba(0, 0, 0, 0.4);
  width: 1100px;
  margin: 0 auto;
}
.page-wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (max-width: 650px) {
  .page-wrap {
    width: 100%;
  }
}

.selection_teaser {
  background-color: #EEEEEE;
  background-position: initial initial;
  background-repeat: initial initial;
  border: 1px solid #CCCCCC;
  clear: both;
  margin: 1.5em 0;
  padding: 0 3px;
  width: 58%;
}
.selection_teaser li {
  border: 1px solid #EEEEEE;
  list-style: none;
  margin: 2px;
  padding: 0;
}
.selection_teaser .thumbs {
  float: left;
}
.selection_teaser b {
  display: block;
  margin: 0.3em 0;
}
.selection_teaser span {
  display: block;
  clear: both;
}

.page-footer {
  padding-top: 2em;
  padding-bottom: 0.5em;
  padding-left: 20px;
}
.page-footer a {
  text-decoration: none;
  display: inline-block;
  border-left: 1px dashed gray;
  font-size: 0.75em;
  padding: 2px 3px 2px 6px;
  line-height: 1em;
  transition: color 0.3s;
}
.page-footer a:focus, .page-footer a:hover {
  color: #222222;
  transition: color 0.3s;
}
@media (max-width: 650px) {
  .page-footer {
    width: 100%;
    padding-left: 0;
  }
}

#page_content {
  width: 960px;
  padding-left: 20px;
  min-height: 100px;
}
#page_content:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (max-width: 650px) {
  #page_content {
    width: 100%;
    padding: 0 1%;
  }
}
#page_content a.link_extern {
  background-image: url(/gui/images/icon_link-extern.png);
  background-position: 0 50%;
  background-repeat: no-repeat no-repeat;
  padding-left: 20px;
}

.ui-tabs-panel:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

#tabs {
  width: 40%;
  float: right;
  margin-bottom: 1em;
  margin-left: 25px;
}
@media (max-width: 650px) {
  #tabs {
    width: 100%;
    float: none;
  }
}

.imgb {
  -webkit-box-shadow: 0px 0px 0px 3px #d3d3d3;
  -moz-box-shadow: 0px 0px 0px 3px #d3d3d3;
  box-shadow: 0px 0px 0px 3px #d3d3d3;
  margin: 10px;
}

.banner {
  display: flex;
  justify-content: center;
  width: 940px;
  height: 264px;
  background-image: url("/file/jpg/342/o/startseite.jpg");
  z-index: -1;
  margin-bottom: 1em;
}
.banner div:first-child {
  background-position: 90% 90%;
  background-repeat: no-repeat;
  background-image: url(/gui/images/animation-weicher-uebergang.gif);
}
.banner div:first-child a.bayern {
  float: right;
  display: block;
  width: 160px;
  height: 190px;
}
.banner .infrastruktur {
  background-position: 90% 90%;
  background-repeat: no-repeat;
  background-image: url(/gui/images/trassen_bayernweit.png);
}
.banner .infrastruktur a.bayern {
  float: right;
  display: block;
  width: 160px;
  height: 190px;
}
.banner div {
  width: 300px;
  height: 200px;
  margin: 50px 40px;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
.banner:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (max-width: 650px) {
  .banner {
    width: 100%;
    float: none;
  }
  .banner img {
    width: 100%;
    height: auto;
  }
}

.col-grid:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.col-grid div[class*=col-] {
  padding: 0 15px;
  border-left: 1px dashed #919191;
  float: left;
}
.col-grid .col-50 {
  width: 50%;
}
.col-grid .col-50:nth-of-type(2n - 1) {
  padding-left: 0;
  border-left-width: 0;
}
.col-grid .col-50:nth-of-type(2n) {
  padding-right: 0;
}
.col-grid .col-33 {
  width: 33.3333%;
}
.col-grid .col-33:nth-of-type(3n - 2) {
  padding-left: 0;
  border-left-width: 0;
}
.col-grid .col-33:nth-of-type(3n) {
  padding-right: 0;
}
.col-grid .col-25 {
  width: 25%;
}
.col-grid .col-25:nth-of-type(4n - 3) {
  padding-left: 0;
  border-left-width: 0;
}
.col-grid .col-25:nth-of-type(4n) {
  padding-right: 0;
}

.komm-status {
  font-size: 1.8em;
  padding-right: 150px;
  position: relative;
}
.komm-status b {
  font-size: 2em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.column_2 {
  /*width: 941px !important;*/
}

/* =============================================================================
   LAYOUT */
.page-header {
  position: relative;
}
.page-header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.header-logo {
  color: #008fcd;
  position: absolute;
  bottom: 11px;
  left: 20px;
  padding: 5px 0 0 0;
  line-height: 1em;
  font-size: 1.5em;
}
.header-logo a {
  color: #008fcd;
  font-family: Arial, Tahoma, Verdana, sans-serif;
}

.header-wappen {
  color: #008fcd;
  float: right;
  width: 700px;
  height: 100px;
  padding-right: 140px;
  position: relative;
}
.header-wappen span {
  line-height: 1em;
  font-size: 1.5em;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  position: absolute;
  right: 140px;
  bottom: 11px;
  text-align: right;
}
.header-wappen img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-navi {
  padding: 1em 0;
  width: 960px;
  font-size: 0.8em;
  /*height: 30px;*/
}
.top-navi a {
  color: #bbbbbb;
  text-decoration: none;
  transition: color 0.3s;
}
.top-navi a:focus, .top-navi a:hover {
  color: #222222;
  transition: color 0.3s;
}
.top-navi .top-navi-item {
  padding: 0 10px;
  float: right;
  /*line-height: 30px;*/
}
.top-navi .suche {
  float: right;
}
.top-navi .suche input, .top-navi .suche button {
  font-size: inherit;
  padding: 3px 5px;
}
.top-navi .suche input {
  color: #bbbbbb;
  transition: color 0.3s;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border: 1px solid #cccccc;
}
.top-navi .suche input:focus, .top-navi .suche input:hover {
  color: #222222;
  transition: color 0.3s;
}
.top-navi .suche button {
  background-color: #1C2A51;
  border: 1px solid #1C2A51;
  color: #FFFFFF;
}
.top-navi:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
@media (max-width: 650px) {
  .top-navi {
    display: none;
  }
}
.top-navi #google-suche {
  box-sizing: initial !important;
  float: right;
  width: 220px;
}
.top-navi #google-suche .gsc-input-box {
  height: 30px;
}
.top-navi #google-suche table {
  border-spacing: 0;
  border-collapse: default;
}
.top-navi #google-suche table td {
  background-color: transparent;
  border: none;
}
.top-navi #google-suche .gsc-search-button {
  display: none;
}
.top-navi #google-suche .cse .gsc-control-cse, .top-navi #google-suche .gsc-control-cse {
  padding: 0;
}
.top-navi #google-suche .gsc-input {
  padding-right: 0;
}
.top-navi #google-suche .gsc-selected-option-container {
  width: 150px !important;
}

.form_error {
  color: red;
}

.form-row {
  margin-bottom: 7px;
}
.form-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.form-row label, .form-row input, .form-row textarea, .form-row button {
  font: inherit;
  margin: 0;
}
.form-row label {
  font-weight: bold;
}
.form-row input, .form-row textarea {
  border: 1px solid #cccccc;
  padding: 6px 9px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border-radius: 2px;
}
.form-row input:focus, .form-row textarea:focus {
  border-color: #919191;
}
.form-row select {
  padding: 6px 9px;
}
.form-row button {
  -moz-user-select: none;
  background-image: none;
  border: 1px solid #1c2333;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background: #1C2A51;
  color: #ffffff;
}
.form-row button:hover {
  background: #2e3954;
}
.form-row button.button-wide {
  width: 100%;
}
.form-row button.button-success {
  background: #5CB85C;
  border: 1px solid #3d8b3d;
}
.form-row button.button-success:hover {
  background: #4cae4c;
}
.form-row button.button-error {
  background: #D9534F;
  border: 1px solid #b52b27;
}
.form-row button.button-error:hover {
  background: #d43f3a;
}
.form-row button.button-link {
  background: none;
  border-color: #ffffff;
  color: #374465;
}
.form-row button.button-link:hover {
  text-decoration: underline;
}

fieldset {
  border: 1px solid #cccccc;
}
fieldset legend {
  font-weight: bold;
}

.form-wide .form-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.form-wide .form-row label, .form-wide .form-row input, .form-wide .form-row textarea {
  float: left;
}
.form-wide .form-row label {
  width: 35%;
  padding-right: 20px;
  text-align: right;
  padding-top: 7px;
  padding-bottom: 7px;
}
.form-wide .form-row input[type=text], .form-wide .form-row textarea, .form-wide .form-row select {
  width: 65%;
}
.form-wide .form-radiocheck {
  position: relative;
}
.form-wide .form-radiocheck label {
  width: 100%;
  text-align: left;
  font-weight: normal;
}
.form-wide .form-radiocheck label input {
  margin: 5px 7px 0 0;
}
.form-wide .form-radiocheck label label {
  display: none;
}
.form-wide .form-radiocheck .form-radio-label {
  font-weight: bold;
  position: absolute;
  width: 35%;
  left: 0;
  top: 0;
  padding-right: 20px;
  text-align: right;
  padding-top: 7px;
  padding-bottom: 7px;
}
.form-wide .form-padding {
  padding-left: 35%;
}

.form-high .form-row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.form-high .form-row label {
  display: block;
  padding-top: 7px;
  padding-bottom: 3px;
}
.form-high .form-row input[type=text], .form-high .form-row textarea, .form-high .form-row select {
  width: 100%;
}
.form-high .form-radiocheck {
  position: relative;
}
.form-high .form-radiocheck label {
  width: 100%;
  text-align: left;
  font-weight: normal;
}
.form-high .form-radiocheck label input {
  margin: 5px 7px 0 0;
}
.form-high .form-radiocheck .form-radio-label {
  font-weight: bold;
  padding-top: 7px;
  padding-bottom: 3px;
  margin-left: -15px;
}
.form-high .form-padding {
  padding-left: 15px;
}

nav[data-toggle] {
  width: 960px;
  padding-left: 20px;
  position: sticky;
  top: 0;
  z-index: 100;
}
nav[data-toggle] .menued {
  display: flex;
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
nav[data-toggle] .menued li > ul {
  border-top: 1px solid white;
  margin: 0;
  padding: 0;
  margin-left: -1.25rem;
}
nav[data-toggle] .menued li > ul a {
  padding: 0.375rem;
}
nav[data-toggle] .menued li > ul li:hover {
  background-color: lightblue;
}
nav[data-toggle] .menued > li {
  padding: 0 20px;
  padding-top: 0.3em;
  border-bottom: 1px solid white;
}
nav[data-toggle] .menued > li > a {
  cursor: default;
}
nav[data-toggle] .menued > li a {
  color: white;
  height: 100%;
  display: inline-block;
  width: 100%;
}
nav[data-toggle] .menued > li:hover {
  background-color: lightblue;
}
nav[data-toggle] a {
  font-size: 1.2em;
  text-decoration: none;
}

nav ul {
  background-color: #2c5a93;
}

nav[data-toggle] li ul, nav[data-toggle] a[data-action=toggle][data-toggle] ~ ul, nav[data-toggle] > a[data-action=toggle], nav[data-toggle] ul a[data-action=toggle] {
  display: none;
}

nav[data-toggle] > ul,
nav[data-toggle] li:hover > ul,
nav[data-toggle] > a[data-action=toggle][data-toggle] ~ ul,
nav[data-toggle] li:hover > a[data-action=toggle][data-toggle] ~ ul {
  display: block;
}

nav[data-toggle] li ul {
  position: absolute;
}

nav[data-toggle] li li {
  position: relative;
  display: block;
}

/*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

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

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

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: 0.7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

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

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
  background-color: #E6E6E6;
  border-radius: 5px 5px 5px 5px;
  padding: 5px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

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

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

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

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

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

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

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

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

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

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

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

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

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

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

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

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

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

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

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

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

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

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px 0.4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

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

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: 0.4em 0 0.2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0.2em;
  left: 0.2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

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

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

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

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

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

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

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

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

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

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

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

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

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

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

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0;
  border-width: 0 !important;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
  background: none;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  border-radius: 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
  width: 50%;
  font-family: Arial, Tahoma, Verdana, sans-serif;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #008fcd;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  border-left: 1px solid #aaaaaa !important;
  border-bottom: 1px solid #aaaaaa !important;
  border-right: 1px solid #aaaaaa !important;
  border-radius: 0;
  display: block;
  border-width: 0;
  padding: 10px 15px;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
-----------------------------------*/
.ui-widget {
  /*font-size: 1.1em;*/
}

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

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/images/default/jquery/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}

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

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("/images/default/jquery/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

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

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("/images/default/jquery/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

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

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("/images/default/jquery/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
  outline: none;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/images/default/jquery/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
  outline: none;
}

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

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("/images/default/jquery/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

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

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("/images/default/jquery/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

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

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

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

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/images/default/jquery/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("/images/default/jquery/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("/images/default/jquery/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/images/default/jquery/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("/images/default/jquery/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("/images/default/jquery/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/images/default/jquery/ui-icons_cd0a0a_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("{$path-jquery-pics}/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("{$path-jquery-pics}/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

#wizard {
  margin: 0;
  padding: 0 0 10px;
  position: relative;
  /* spalten-definitionen
  ----------------------*/
}
#wizard .admin_head {
  margin-left: 0;
}
#wizard .column_1, #wizard .column_2, #wizard .column_3 {
  float: left;
  display: inline;
  min-height: 50px;
  padding: 0 0 10px 0;
}
#wizard .column_1 {
  /*display:none;*/
  width: 160px;
}
#wizard .column_2 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-right: 5px;
  width: 800px !important;
}
#wizard .column_3 {
  background-color: lightgray;
  float: left;
  /*clear:both;*/
  width: 100px;
}
#wizard .column_3 .box {
  background: none;
  margin: 0 0 10px;
  padding: 5px 5px 0;
}
#wizard .column_3 .box h3 {
  border: medium none;
  color: #444444;
  font-size: 0.8em;
  margin: 0;
  padding: 0.2em 3px;
  text-align: left;
}
#wizard .buttag {
  border: 1px solid #CCCCCC;
  width: auto;
  margin: 0 5px;
  padding: 5px;
}
#wizard a.tooltip {
  float: none;
}

/* box und buttons
----------------------*/
#wizard .button {
  background: #EFEFEF;
  border: 1px solid #CCCCCC;
  color: #303030;
  cursor: pointer;
  display: block;
  font-size: 0.8em;
  margin: 0 0 5px 0;
  padding: 3px 0;
  text-align: center;
  width: 100%;
  -moz-border-radius: 5px;
}
#wizard .buttons {
  padding: 6px 0;
  text-align: right;
}
#wizard .buttons a {
  background: #EFEFEF;
  border: 1px solid #CCCCCC;
  color: #303030;
  cursor: pointer;
  display: block;
  font-size: 0.8em;
  margin: 0 0 5px 0;
  padding: 3px 0;
  text-align: center;
  width: 100%;
  -moz-border-radius: 5px;
}

#wizard #wiz_ed .button {
  width: auto;
}

#wizard .buttons a, #wizard #wiz_ed .button {
  display: inline;
  margin: 2px 4px 2px 0;
  padding: 3px;
}

#wizard a.button {
  margin-left: -1px;
}

#wizard a.button:hover, #wizard .buttons a:hover {
  text-decoration: none;
}

#wizard .editor_buttons div {
  display: inline;
}

/* ajax-definitionen
----------------------*/
#vorhang, #vorhang_preview, #vorhang_cancel, #vorhangOverlay {
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: 80;
}

#vorschau {
  float: left;
  padding-right: 10px;
}

#vorschau_container {
  background: #FFFFFF;
  position: relative;
  position: absolute;
  z-index: 85;
  -moz-border-radius: 7px;
}

#preview_close {
  border-top: 3px solid #CCCCCC;
  clear: both;
  background: #FFFFFF;
  text-align: right;
}

.ajax_pop_up {
  background: #FFF3CF;
  border: 3px solid #FFCF3F;
  padding: 7px;
  position: absolute;
  left: 25px;
  text-align: center;
  top: 50px;
  width: 300px;
  z-index: 85;
  -moz-border-radius: 7px;
}

/* Image-Map-Bereich
----------------------*/
#wizard #img_map {
  clear: both;
  float: left;
  margin: 0;
  padding: 0;
}

#wizard #img_map li {
  clear: both;
  float: left;
  list-style: none;
}

#wizard #img_map li img {
  clear: both;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* content-bereich
----------------------*/
#content_blocks {
  display: block;
  margin: 5px;
}

#content_blocks li {
  background: no-repeat right top #FFFFFF;
  border: 1px solid #DDDDDD;
  list-style: none;
  margin: 0 0 3px;
  padding: 20px 4px 4px;
}

#content_blocks li .block_edit {
  text-align: right;
}

#content_blocks li .block_edit .button {
  width: 150px;
}

#content_blocks li.ajax_move {
  border: 1px solid #FF9148;
}

#content_blocks .wiz_edit {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  margin: 0 0 3px;
  /*         overflow:hidden; */
  position: relative;
}

#content_blocks span.wiz_edit .buttons a {
  display: none;
  position: relative;
}

#content_blocks span.wiz_edit:hover .buttons a {
  display: block;
}

#content_blocks li span.wiz_edit:hover span.buttons {
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  display: block;
  left: 0;
  position: absolute;
  top: 1.2em;
  z-index: 10;
}

#wizard #content_blocks li span.wiz_edit:hover span.buttons a {
  clear: both;
  display: block;
  margin: 0 3px 3px;
  width: 200px;
}

/* formular-definitionen
----------------------*/
#wizard h1 {
  border: none;
  padding-left: 20px;
}

#wizard > h1 {
  background: none;
}

#wizard ul {
  margin: 0;
  padding: 0;
}

#wizard fieldset {
  background: none;
  border: 1px solid #CCCCCC !important;
  margin: 5px !important;
  padding: 5px !important;
}

#wizard fieldset fieldset {
  border-width: 0 !important;
  float: left;
  width: 45%;
}

#wizard fieldset legend {
  color: #5F5F5F;
  font-weight: bold;
}

#wizard fieldset p {
  clear: both;
}

#wizard fieldset p label {
  display: block;
  float: left;
  margin: 2px 0;
  padding: 1px;
  width: 150px;
}

#wizard fieldset input, #wizard fieldset button, #wizard fieldset textarea {
  border: 1px solid #DDDDDD;
  color: inherit;
  float: left;
  font-size: 0.95em;
  line-height: 1.4em;
  margin: 2px 0;
  padding: 1px;
  width: 250px;
}

#wizard fieldset textarea:focus {
  border: 1px solid #FFCF3F;
}

#wizard fieldset table textarea {
  width: 100%;
}

#wizard fieldset input.radiocheck {
  border-width: 0;
  margin-right: 3px;
  width: auto;
}

#wizard .thumbs {
  position: relative;
}

#wizard .thumbs span {
  background: #EEEEEE;
  display: none;
  left: 100px;
  position: absolute;
  text-align: left;
  top: 3px;
  width: 150px;
  z-index: 100;
}

#wizard .thumbs:hover span {
  display: block;
}

.info_hover {
  color: #303030;
  padding: 5px 10px 0;
  text-align: left;
  float: left;
}

.info_hover div {
  cursor: help;
  position: relative;
}

.info_hover div div {
  background: #FEEAAD;
  border: 1px solid #FFCF3F;
  display: none;
  padding: 10px;
  position: absolute;
  left: 0;
  text-align: left;
  top: 1.5em;
  width: 300px;
  z-index: 1000;
}

.info_hover div:hover div {
  display: block;
}

.info_hover div div ul li {
  background: url("/images/html/bg_bullet_arrow.gif") no-repeat left center;
  float: left;
  margin: 1px 5px;
  padding-left: 10px;
}

.info_hover div div ul li:last-child {
  font-style: italic;
}

#wizard .banner img {
  width: 100%;
}

/* project: eWeBuKi stylesheet template for eWeBuKi editor (eEd's) styles
   based on a design from: luka cvrk (www.solucija.com)

   $Id: eed.css 1723 2010-03-23 12:34:27Z krompi $ */
/*----------------------
  alien styles
  ----------------------*/
/*
body, p, form, ul, ol {
    margin: 0;
    padding: 0;
}

ul, ol {
    list-style : none;
}

a img{
    border:0px;
}
*/
/* ---------------------*/
/*----------------------
  default styles
  ----------------------*/
ins {
  color: green;
}

del {
  color: red;
}

#eEd {
  float: left;
  background: #EFEFEF;
  width: 100%;
  border: 1px dotted #333;
}

#eEd label {
  float: left;
  display: block;
  clear: both;
  width: 150px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
}

#eEd input, #eEd textarea, #eEd select {
  float: left;
  display: block;
  width: 250px;
  border: 1px solid #333;
  background: #F4F4F4;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 1px;
}

#eEd p {
  float: left;
  clear: both;
  display: block;
  width: 100% !important;
  width: 80%;
  /*to fix IE6 position*/
  padding-left: 40px;
}

#eEd h2 {
  float: left;
  clear: both;
  display: block;
  padding-left: 40px;
}

#eEd fieldset {
  clear: both;
  border: none;
  margin: 10px;
  padding: 0;
}

#eEd .icon {
  margin-top: 0px;
  /*     display: block; */
  width: 24px;
  height: 24px;
  border: 1px solid #ddd;
  /*     padding: .5ex 1ex; */
  background-color: #eee;
  text-decoration: none;
  cursor: default;
}

/* ---------------------*/
/*----------------------
  global modifiers
  ----------------------*/
#eEd .hidden {
  display: none;
}

#eEd .first {
  margin-left: 40px !important;
  margin-left: 10px;
  /*to fix IE6 position*/
  width: 120px;
  clear: both;
}

#eEd .next {
  margin-left: 10px !important;
  margin-left: 10px;
  /*to fix IE6 position*/
  width: 100px;
}

/* ---------------------*/
/*----------------------
  spezial reset
  ----------------------*/
/*clearing all floats and fix Firefox and IE backgroundcolor-bug */
div.clearer {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  display: block;
  height: 1px;
}

/* ---------------------*/
/*----------------------
  checkbox, radio group
  ----------------------*/
#eEd fieldset.cbra {
  /*     border: none; */
  padding-left: 40px;
  padding-bottom: 10px;
  display: block;
  clear: both;
}

#eEd fieldset.cbra label {
  width: auto;
  clear: none;
  float: left;
  display: block;
  padding-right: 2px !important;
  white-space: nowrap;
  /*to fix ie6 wrapping*/
}

#eEd fieldset.cbra input {
  width: auto;
  /*     border: none; */
  background: none;
  float: left;
  display: block;
  margin-right: 10px;
  margin-top: 3px !important;
  margin-top: 0px;
  /*to fix ie6 position*/
  margin-bottom: 0px;
}

/* ---------------------*/
/*----------------------
  floating input, 2lines
  ----------------------*/
#eEd fieldset.float {
  padding-left: 20px;
}

#eEd fieldset.float label {
  clear: none;
  float: left;
  margin: 0;
  padding-left: 10px;
  width: 200px;
}

#eEd fieldset.float input, #eEd fieldset.float textarea, #eEd fieldset.float select {
  margin-top: 0;
  width: 200px;
}

#eEd fieldset.float label.small {
  width: 130px;
}

#eEd fieldset.float label.small input, #eEd fieldset.float label.small textarea, #eEd fieldset.float label.small select {
  width: 125px;
}

/* ---------------------*/
/*----------------------
  reiter-struktur
  ----------------------*/
#eEd .tabbed {
  height: 3em;
  padding-left: 9px;
  position: relative;
}

#eEd .tabbed ul {
  position: absolute;
  bottom: -1px;
}

#eEd .tabbed ul li {
  display: inline;
}

#eEd .tabbed ul li a {
  background: #eee;
  border: 1px solid #aaa;
  border-bottom-color: #666;
  color: #aaa;
  display: block;
  float: left;
  margin: 1px 2px 0pt 1px;
  padding: 2px 6px;
  text-decoration: none;
}

#eEd .tabbed ul li a.selected {
  background: #efefef;
  border-color: #666666;
  border-style: solid solid none;
  border-width: 1px 1px medium;
  color: inherit;
  margin-top: 0;
  padding-bottom: 4px;
}

/* ---------------------*/
/*----------------------
  menued special
  ----------------------*/
#eEd ul.menued {
  margin: 0pt 0pt 0pt 20pt;
  list-style: none;
}

#eEd ul.menued a {
  text-decoration: none;
}

#eEd ul.menued li {
  clear: both;
  border-top: 1px solid #ddd;
}

#eEd ul.menued input {
  width: auto;
  height: auto;
  margin-top: 0;
}

#eEd .red {
  color: red;
}

/* ---------------------*/
/*----------------------
  fileed special
  ----------------------*/
li.thumbs {
  border: 1px solid silver;
  float: left;
  /*         height: 130px; */
  margin: 5px;
  width: 102px;
  text-align: center;
  padding: 3px;
  -moz-border-radius: 5px;
}

li.thumbs a.pic {
  display: block;
  height: 100px;
  margin: 0 auto;
  width: 96px;
}

/* compilation */
.selection_teaser {
  background: #eee;
  clear: both;
  margin: 5px 0;
  padding: 0 3px;
}

.selection_teaser div {
  background: #fff;
  float: left;
  width: 100%;
}

.selection_teaser li {
  border: 1px solid #eee;
  margin: 2px;
  padding: 0;
  position: relative;
  -moz-border-radius: 0;
}

.selection_teaser li input.sel_pic_checkbox {
  bottom: 0;
  right: 0;
  position: absolute;
}

.selection_teaser span {
  clear: both;
  display: block;
  font-size: 0.9em;
}

.toolbox span {
  float: right;
}

.toolbox span a {
  background: #EFEFEF;
  border: 1px solid #A9C0CE;
  padding: 3px;
  text-decoration: none;
  -moz-border-radius: 5px;
}

/* ---------------------*/
/*----------------------
  cmsed special (testing only)
  ----------------------*/
#cEd li.files {
  border: 1px solid silver;
  float: left;
  margin: 5px;
  padding: 3px;
  -moz-border-radius: 5px;
}

#cEd li.files a {
  cursor: pointer;
}

#cEd fieldset.ce {
  border: none;
  padding-left: 0;
  margin-bottom: 0;
  display: block;
  clear: both;
}

#cEd .buttag {
  width: auto;
  border: 1px solid #ddd;
  padding: 0.5ex 1ex;
  background-color: #eee;
  text-decoration: none;
  cursor: default;
}

#cEd .butfil {
  width: 20px;
  height: 20px;
  border: 0;
  padding: 0.5ex 1ex;
  background-color: #eee;
  text-decoration: none;
  cursor: default;
}

#cEd .butoth {
  float: left;
  height: auto;
  border: 1px solid #ddd;
  border-style: solid;
  margin: 0 0 0 0;
  padding: 0.2ex 0.2ex 0.2ex 0.2ex;
  background-color: #eee;
  text-decoration: none;
  /*     font: 0.9em Tahoma, sans-serif; */
  /*     cursor: default; */
}

#cEd .ta_norm {
  width: 100%;
  border: 1px solid #ddd;
  /*     margin: 0 0 1ex 0; */
  /*     padding: .5ex 1ex; */
  background-color: #eee;
  text-decoration: none;
}

#cEd .ta_lock {
  width: 100%;
  border: 1px solid #f00;
  background-color: #FFB2B3;
  text-decoration: none;
}

#cEd a.infobox {
  float: right;
  border-bottom: 1px dashed #c30;
  text-decoration: none;
}

#cEd a.infobox:hover {
  cursor: help;
  color: #c30;
  background: white;
}

#cEd a.infobox span {
  visibility: hidden;
  position: absolute;
  left: -99em;
  margin-top: 1.5em;
  max-width: 300px;
  padding: 1em;
  text-decoration: none;
}

#cEd a.infobox:hover span {
  visibility: visible;
  left: 38em;
  border: 1px solid #c30;
  color: blue;
  background: white;
}

/* ---------------------*/
#startseite {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#startseite .inhalt {
  order: 1;
  flex-basis: 60%;
  margin-bottom: 1em;
}
#startseite #tabs {
  margin: 0;
  order: 2;
  flex-basis: 39%;
}
#startseite #tabs .dame {
  background-color: #E6E6E6;
  box-shadow: #BBBBBB 2px 2px 2px;
  padding: 10px;
  margin: 2em 0 1em 0;
}
#startseite #tabs .dame img {
  margin: 5px;
  float: left;
}
#startseite #tabs .dame div {
  clear: both;
}
#startseite #tabs button {
  padding: 0.2em;
}

/* SLIMBOX d*/
#lbOverlay {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}

#lbCenter, #lbBottomContainer {
  position: absolute;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
}

.lbLoading {
  background: #fff url(/images/default/sb/loading.gif) no-repeat center;
}

#lbImage {
  position: absolute;
  left: 0;
  top: 0;
  border: 10px solid #fff;
  background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  outline: none;
}

#lbPrevLink {
  left: 0;
}

#lbPrevLink:hover {
  background: transparent url(/images/default/sb/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
  right: 0;
}

#lbNextLink:hover {
  background: transparent url(/images/default/sb/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
  font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  text-align: left;
  border: 10px solid #fff;
  border-top-style: none;
}

#lbCloseLink {
  display: block;
  float: right;
  width: 100%;
  height: 22px;
  background: transparent url(/images/default/sb/closelabel.gif) no-repeat center;
  outline: none;
}

#lbNaviNext {
  width: 33%;
  float: right;
  height: 22px;
}

#lbNaviPref {
  width: 33%;
  float: right;
  height: 22px;
}

#lbNaviClose {
  width: 33%;
  float: right;
  height: 22px;
}

#lbNextButton {
  display: block;
  float: right;
  width: 99%;
  height: 22px;
  background: transparent url(/images/default/sb/nextlabel.gif) no-repeat center;
  outline: none;
}

#lbPrevButton {
  display: block;
  float: left;
  width: 100%;
  height: 22px;
  background: transparent url(/images/default/sb/prevlabel.gif) no-repeat center;
  outline: none;
}

#lbCaption, #lbNumber {
  margin-right: 71px;
}

#lbCaption {
  font-weight: bold;
}

.counter-analog span.part {
  display: inline-block;
}

.counter-analog span.separator {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 10px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.counter-analog span.part span.digit {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 26px;
  vertical-align: middle;
  text-align: center;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  margin: 0;
}

.counter-analog span.part span.digit {
  background: transparent url("/gui/images/jquery.counter-analog.png") 0 0 repeat-y;
}

.counter-analog span.part span.digit0 {
  background-position: 0 0;
}

.counter-analog span.part span.digit1 {
  background-position: 0 -240px;
}

.counter-analog span.part span.digit2 {
  background-position: 0 -480px;
}

.counter-analog span.part span.digit3 {
  background-position: 0 -720px;
}

.counter-analog span.part span.digit4 {
  background-position: 0 -960px;
}

.counter-analog span.part span.digit5 {
  background-position: 0 -1200px;
}

.counter-analog span.part span.digit6 {
  background-position: 0 -1440px;
}

.counter-analog span.part span.digit7 {
  background-position: 0 -1680px;
}

.counter-analog span.part span.digit8 {
  background-position: 0 -1920px;
}

.counter-analog span.part span.digit9 {
  background-position: 0 -2160px;
}

/* UP */
@-webkit-keyframes counter-analog-01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -240px;
  }
}
@-moz-keyframes counter-analog-01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -240px;
  }
}
@-ms-keyframes counter-analog-01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -240px;
  }
}
@-webkit-keyframes counter-analog-12 {
  from {
    background-position: 0 -240px;
  }
  to {
    background-position: 0 -480px;
  }
}
@-moz-keyframes counter-analog-12 {
  from {
    background-position: 0 -240px;
  }
  to {
    background-position: 0 -480px;
  }
}
@-ms-keyframes counter-analog-12 {
  from {
    background-position: 0 -240px;
  }
  to {
    background-position: 0 -480px;
  }
}
@-webkit-keyframes counter-analog-23 {
  from {
    background-position: 0 -480px;
  }
  to {
    background-position: 0 -720px;
  }
}
@-moz-keyframes counter-analog-23 {
  from {
    background-position: 0 -480px;
  }
  to {
    background-position: 0 -720px;
  }
}
@-ms-keyframes counter-analog-23 {
  from {
    background-position: 0 -480px;
  }
  to {
    background-position: 0 -720px;
  }
}
@-webkit-keyframes counter-analog-34 {
  from {
    background-position: 0 -720px;
  }
  to {
    background-position: 0 -960px;
  }
}
@-moz-keyframes counter-analog-34 {
  from {
    background-position: 0 -720px;
  }
  to {
    background-position: 0 -960px;
  }
}
@-ms-keyframes counter-analog-34 {
  from {
    background-position: 0 -720px;
  }
  to {
    background-position: 0 -960px;
  }
}
@-webkit-keyframes counter-analog-45 {
  from {
    background-position: 0 -960px;
  }
  to {
    background-position: 0 -1200px;
  }
}
@-moz-keyframes counter-analog-45 {
  from {
    background-position: 0 -960px;
  }
  to {
    background-position: 0 -1200px;
  }
}
@-ms-keyframes counter-analog-45 {
  from {
    background-position: 0 -960px;
  }
  to {
    background-position: 0 -1200px;
  }
}
@-webkit-keyframes counter-analog-56 {
  from {
    background-position: 0 -1200px;
  }
  to {
    background-position: 0 -1440px;
  }
}
@-moz-keyframes counter-analog-56 {
  from {
    background-position: 0 -1200px;
  }
  to {
    background-position: 0 -1440px;
  }
}
@-ms-keyframes counter-analog-56 {
  from {
    background-position: 0 -1200px;
  }
  to {
    background-position: 0 -1440px;
  }
}
@-webkit-keyframes counter-analog-67 {
  from {
    background-position: 0 -1440px;
  }
  to {
    background-position: 0 -1680px;
  }
}
@-moz-keyframes counter-analog-67 {
  from {
    background-position: 0 -1440px;
  }
  to {
    background-position: 0 -1680px;
  }
}
@-ms-keyframes counter-analog-67 {
  from {
    background-position: 0 -1440px;
  }
  to {
    background-position: 0 -1680px;
  }
}
@-webkit-keyframes counter-analog-78 {
  from {
    background-position: 0 -1680px;
  }
  to {
    background-position: 0 -1920px;
  }
}
@-moz-keyframes counter-analog-78 {
  from {
    background-position: 0 -1680px;
  }
  to {
    background-position: 0 -1920px;
  }
}
@-ms-keyframes counter-analog-78 {
  from {
    background-position: 0 -1680px;
  }
  to {
    background-position: 0 -1920px;
  }
}
@-webkit-keyframes counter-analog-89 {
  from {
    background-position: 0 -1920px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-moz-keyframes counter-analog-89 {
  from {
    background-position: 0 -1920px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-ms-keyframes counter-analog-89 {
  from {
    background-position: 0 -1920px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-webkit-keyframes counter-analog-90 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -2400px;
  }
}
@-moz-keyframes counter-analog-90 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -2400px;
  }
}
@-ms-keyframes counter-analog-90 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -2400px;
  }
}
.counter-analog span.part span.digit01 {
  -webkit-animation: counter-analog-01 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-01 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-01 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit12 {
  -webkit-animation: counter-analog-12 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-12 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-12 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit23 {
  -webkit-animation: counter-analog-23 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-23 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-23 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit34 {
  -webkit-animation: counter-analog-34 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-34 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-34 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit45 {
  -webkit-animation: counter-analog-45 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-45 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-45 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit56 {
  -webkit-animation: counter-analog-56 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-56 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-56 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit67 {
  -webkit-animation: counter-analog-67 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-67 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-67 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit78 {
  -webkit-animation: counter-analog-78 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-78 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-78 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit89 {
  -webkit-animation: counter-analog-89 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-89 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-89 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit90 {
  -webkit-animation: counter-analog-90 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-90 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-90 0.3s steps(6, end) 1;
}

/* DOWN */
@-webkit-keyframes counter-analog-10 {
  from {
    background-position: 0 -240px;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes counter-analog-10 {
  from {
    background-position: 0 -240px;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes counter-analog-10 {
  from {
    background-position: 0 -240px;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes counter-analog-21 {
  from {
    background-position: 0 -480px;
  }
  to {
    background-position: 0 -240px;
  }
}
@-moz-keyframes counter-analog-21 {
  from {
    background-position: 0 -480px;
  }
  to {
    background-position: 0 -240px;
  }
}
@-ms-keyframes counter-analog-21 {
  from {
    background-position: 0 -480px;
  }
  to {
    background-position: 0 -240px;
  }
}
@-webkit-keyframes counter-analog-32 {
  from {
    background-position: 0 -720px;
  }
  to {
    background-position: 0 -480px;
  }
}
@-moz-keyframes counter-analog-32 {
  from {
    background-position: 0 -720px;
  }
  to {
    background-position: 0 -480px;
  }
}
@-ms-keyframes counter-analog-32 {
  from {
    background-position: 0 -720px;
  }
  to {
    background-position: 0 -480px;
  }
}
@-webkit-keyframes counter-analog-43 {
  from {
    background-position: 0 -960px;
  }
  to {
    background-position: 0 -720px;
  }
}
@-moz-keyframes counter-analog-43 {
  from {
    background-position: 0 -960px;
  }
  to {
    background-position: 0 -720px;
  }
}
@-ms-keyframes counter-analog-43 {
  from {
    background-position: 0 -960px;
  }
  to {
    background-position: 0 -720px;
  }
}
@-webkit-keyframes counter-analog-54 {
  from {
    background-position: 0 -1200px;
  }
  to {
    background-position: 0 -960px;
  }
}
@-moz-keyframes counter-analog-54 {
  from {
    background-position: 0 -1200px;
  }
  to {
    background-position: 0 -960px;
  }
}
@-ms-keyframes counter-analog-54 {
  from {
    background-position: 0 -1200px;
  }
  to {
    background-position: 0 -960px;
  }
}
@-webkit-keyframes counter-analog-65 {
  from {
    background-position: 0 -1440px;
  }
  to {
    background-position: 0 -1200px;
  }
}
@-moz-keyframes counter-analog-65 {
  from {
    background-position: 0 -1440px;
  }
  to {
    background-position: 0 -1200px;
  }
}
@-ms-keyframes counter-analog-65 {
  from {
    background-position: 0 -1440px;
  }
  to {
    background-position: 0 -1200px;
  }
}
@-webkit-keyframes counter-analog-76 {
  from {
    background-position: 0 -1680px;
  }
  to {
    background-position: 0 -1440px;
  }
}
@-moz-keyframes counter-analog-76 {
  from {
    background-position: 0 -1680px;
  }
  to {
    background-position: 0 -1440px;
  }
}
@-ms-keyframes counter-analog-76 {
  from {
    background-position: 0 -1680px;
  }
  to {
    background-position: 0 -1440px;
  }
}
@-webkit-keyframes counter-analog-87 {
  from {
    background-position: 0 -1920px;
  }
  to {
    background-position: 0 -1680px;
  }
}
@-moz-keyframes counter-analog-87 {
  from {
    background-position: 0 -1920px;
  }
  to {
    background-position: 0 -1680px;
  }
}
@-ms-keyframes counter-analog-87 {
  from {
    background-position: 0 -1920px;
  }
  to {
    background-position: 0 -1680px;
  }
}
@-webkit-keyframes counter-analog-98 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -1920px;
  }
}
@-moz-keyframes counter-analog-98 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -1920px;
  }
}
@-ms-keyframes counter-analog-98 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -1920px;
  }
}
@-webkit-keyframes counter-analog-09 {
  from {
    background-position: 0 -2400px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-moz-keyframes counter-analog-09 {
  from {
    background-position: 0 -2400px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-ms-keyframes counter-analog-09 {
  from {
    background-position: 0 -2400px;
  }
  to {
    background-position: 0 -2160px;
  }
}
.counter-analog span.part span.digit10 {
  -webkit-animation: counter-analog-10 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-10 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-10 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit21 {
  -webkit-animation: counter-analog-21 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-21 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-21 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit32 {
  -webkit-animation: counter-analog-32 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-32 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-32 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit43 {
  -webkit-animation: counter-analog-43 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-43 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-43 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit54 {
  -webkit-animation: counter-analog-54 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-54 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-54 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit65 {
  -webkit-animation: counter-analog-65 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-65 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-65 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit76 {
  -webkit-animation: counter-analog-76 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-76 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-76 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit87 {
  -webkit-animation: counter-analog-87 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-87 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-87 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit98 {
  -webkit-animation: counter-analog-98 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-98 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-98 0.3s steps(6, end) 1;
}

.counter-analog span.part span.digit09 {
  -webkit-animation: counter-analog-09 0.3s steps(6, end) 1;
  -moz-animation: counter-analog-09 0.3s steps(6, end) 1;
  -ms-animation: counter-analog-09 0.3s steps(6, end) 1;
}

.counter-analog2 span.part {
  display: inline-block;
}

.counter-analog2 span.separator {
  display: inline-block;
  height: 90px;
  line-height: 90px;
  width: 10px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.counter-analog2 span.part span.digit {
  display: inline-block;
  height: 90px;
  line-height: 90px;
  width: 67px;
  vertical-align: middle;
  text-align: center;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  margin: 0;
}

.counter-analog2 span.part span.digit {
  background: transparent url("/gui/images/jquery.counter-analog2.png") 0 0 repeat-y;
}

.counter-analog2 span.part span.digit0 {
  background-position: 0 0;
}

.counter-analog2 span.part span.digit1 {
  background-position: 0 -540px;
}

.counter-analog2 span.part span.digit2 {
  background-position: 0 -1080px;
}

.counter-analog2 span.part span.digit3 {
  background-position: 0 -1620px;
}

.counter-analog2 span.part span.digit4 {
  background-position: 0 -2160px;
}

.counter-analog2 span.part span.digit5 {
  background-position: 0 -2700px;
}

.counter-analog2 span.part span.digit6 {
  background-position: 0 -3240px;
}

.counter-analog2 span.part span.digit7 {
  background-position: 0 -3780px;
}

.counter-analog2 span.part span.digit8 {
  background-position: 0 -4320px;
}

.counter-analog2 span.part span.digit9 {
  background-position: 0 -4860px;
}

/* UP */
@-webkit-keyframes counter-analog2-01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -540px;
  }
}
@-moz-keyframes counter-analog2-01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -540px;
  }
}
@-ms-keyframes counter-analog2-01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -540px;
  }
}
@-webkit-keyframes counter-analog2-12 {
  from {
    background-position: 0 -540px;
  }
  to {
    background-position: 0 -1080px;
  }
}
@-moz-keyframes counter-analog2-12 {
  from {
    background-position: 0 -540px;
  }
  to {
    background-position: 0 -1080px;
  }
}
@-ms-keyframes counter-analog2-12 {
  from {
    background-position: 0 -540px;
  }
  to {
    background-position: 0 -1080px;
  }
}
@-webkit-keyframes counter-analog2-23 {
  from {
    background-position: 0 -1080px;
  }
  to {
    background-position: 0 -1620px;
  }
}
@-moz-keyframes counter-analog2-23 {
  from {
    background-position: 0 -1080px;
  }
  to {
    background-position: 0 -1620px;
  }
}
@-ms-keyframes counter-analog2-23 {
  from {
    background-position: 0 -1080px;
  }
  to {
    background-position: 0 -1620px;
  }
}
@-webkit-keyframes counter-analog2-34 {
  from {
    background-position: 0 -1620px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-moz-keyframes counter-analog2-34 {
  from {
    background-position: 0 -1620px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-ms-keyframes counter-analog2-34 {
  from {
    background-position: 0 -1620px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-webkit-keyframes counter-analog2-45 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -2700px;
  }
}
@-moz-keyframes counter-analog2-45 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -2700px;
  }
}
@-ms-keyframes counter-analog2-45 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -2700px;
  }
}
@-webkit-keyframes counter-analog2-56 {
  from {
    background-position: 0 -2700px;
  }
  to {
    background-position: 0 -3240px;
  }
}
@-moz-keyframes counter-analog2-56 {
  from {
    background-position: 0 -2700px;
  }
  to {
    background-position: 0 -3240px;
  }
}
@-ms-keyframes counter-analog2-56 {
  from {
    background-position: 0 -2700px;
  }
  to {
    background-position: 0 -3240px;
  }
}
@-webkit-keyframes counter-analog2-67 {
  from {
    background-position: 0 -3240px;
  }
  to {
    background-position: 0 -3780px;
  }
}
@-moz-keyframes counter-analog2-67 {
  from {
    background-position: 0 -3240px;
  }
  to {
    background-position: 0 -3780px;
  }
}
@-ms-keyframes counter-analog2-67 {
  from {
    background-position: 0 -3240px;
  }
  to {
    background-position: 0 -3780px;
  }
}
@-webkit-keyframes counter-analog2-78 {
  from {
    background-position: 0 -3780px;
  }
  to {
    background-position: 0 -4320px;
  }
}
@-moz-keyframes counter-analog2-78 {
  from {
    background-position: 0 -3780px;
  }
  to {
    background-position: 0 -4320px;
  }
}
@-ms-keyframes counter-analog2-78 {
  from {
    background-position: 0 -3780px;
  }
  to {
    background-position: 0 -4320px;
  }
}
@-webkit-keyframes counter-analog2-89 {
  from {
    background-position: 0 -4320px;
  }
  to {
    background-position: 0 -4860px;
  }
}
@-moz-keyframes counter-analog2-89 {
  from {
    background-position: 0 -4320px;
  }
  to {
    background-position: 0 -4860px;
  }
}
@-ms-keyframes counter-analog2-89 {
  from {
    background-position: 0 -4320px;
  }
  to {
    background-position: 0 -4860px;
  }
}
@-webkit-keyframes counter-analog2-90 {
  from {
    background-position: 0 -4860px;
  }
  to {
    background-position: 0 -2400px;
  }
}
@-moz-keyframes counter-analog2-90 {
  from {
    background-position: 0 -4860px;
  }
  to {
    background-position: 0 -2400px;
  }
}
@-ms-keyframes counter-analog2-90 {
  from {
    background-position: 0 -4860px;
  }
  to {
    background-position: 0 -2400px;
  }
}
.counter-analog2 span.part span.digit01 {
  -webkit-animation: counter-analog2-01 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-01 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-01 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit12 {
  -webkit-animation: counter-analog2-12 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-12 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-12 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit23 {
  -webkit-animation: counter-analog2-23 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-23 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-23 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit34 {
  -webkit-animation: counter-analog2-34 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-34 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-34 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit45 {
  -webkit-animation: counter-analog2-45 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-45 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-45 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit56 {
  -webkit-animation: counter-analog2-56 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-56 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-56 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit67 {
  -webkit-animation: counter-analog2-67 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-67 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-67 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit78 {
  -webkit-animation: counter-analog2-78 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-78 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-78 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit89 {
  -webkit-animation: counter-analog2-89 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-89 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-89 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit90 {
  -webkit-animation: counter-analog2-90 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-90 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-90 0.3s steps(6, end) 1;
}

/* DOWN */
@-webkit-keyframes counter-analog2-10 {
  from {
    background-position: 0 -540px;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes counter-analog2-10 {
  from {
    background-position: 0 -540px;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes counter-analog2-10 {
  from {
    background-position: 0 -540px;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes counter-analog2-21 {
  from {
    background-position: 0 -1080px;
  }
  to {
    background-position: 0 -540px;
  }
}
@-moz-keyframes counter-analog2-21 {
  from {
    background-position: 0 -1080px;
  }
  to {
    background-position: 0 -540px;
  }
}
@-ms-keyframes counter-analog2-21 {
  from {
    background-position: 0 -1080px;
  }
  to {
    background-position: 0 -540px;
  }
}
@-webkit-keyframes counter-analog2-32 {
  from {
    background-position: 0 -1620px;
  }
  to {
    background-position: 0 -1080px;
  }
}
@-moz-keyframes counter-analog2-32 {
  from {
    background-position: 0 -1620px;
  }
  to {
    background-position: 0 -1080px;
  }
}
@-ms-keyframes counter-analog2-32 {
  from {
    background-position: 0 -1620px;
  }
  to {
    background-position: 0 -1080px;
  }
}
@-webkit-keyframes counter-analog2-43 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -1620px;
  }
}
@-moz-keyframes counter-analog2-43 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -1620px;
  }
}
@-ms-keyframes counter-analog2-43 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -1620px;
  }
}
@-webkit-keyframes counter-analog2-54 {
  from {
    background-position: 0 -2700px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-moz-keyframes counter-analog2-54 {
  from {
    background-position: 0 -2700px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-ms-keyframes counter-analog2-54 {
  from {
    background-position: 0 -2700px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-webkit-keyframes counter-analog2-65 {
  from {
    background-position: 0 -3240px;
  }
  to {
    background-position: 0 -2700px;
  }
}
@-moz-keyframes counter-analog2-65 {
  from {
    background-position: 0 -3240px;
  }
  to {
    background-position: 0 -2700px;
  }
}
@-ms-keyframes counter-analog2-65 {
  from {
    background-position: 0 -3240px;
  }
  to {
    background-position: 0 -2700px;
  }
}
@-webkit-keyframes counter-analog2-76 {
  from {
    background-position: 0 -3780px;
  }
  to {
    background-position: 0 -3240px;
  }
}
@-moz-keyframes counter-analog2-76 {
  from {
    background-position: 0 -3780px;
  }
  to {
    background-position: 0 -3240px;
  }
}
@-ms-keyframes counter-analog2-76 {
  from {
    background-position: 0 -3780px;
  }
  to {
    background-position: 0 -3240px;
  }
}
@-webkit-keyframes counter-analog2-87 {
  from {
    background-position: 0 -4320px;
  }
  to {
    background-position: 0 -3780px;
  }
}
@-moz-keyframes counter-analog2-87 {
  from {
    background-position: 0 -4320px;
  }
  to {
    background-position: 0 -3780px;
  }
}
@-ms-keyframes counter-analog2-87 {
  from {
    background-position: 0 -4320px;
  }
  to {
    background-position: 0 -3780px;
  }
}
@-webkit-keyframes counter-analog2-98 {
  from {
    background-position: 0 -4860px;
  }
  to {
    background-position: 0 -4320px;
  }
}
@-moz-keyframes counter-analog2-98 {
  from {
    background-position: 0 -4860px;
  }
  to {
    background-position: 0 -4320px;
  }
}
@-ms-keyframes counter-analog2-98 {
  from {
    background-position: 0 -4860px;
  }
  to {
    background-position: 0 -4320px;
  }
}
@-webkit-keyframes counter-analog2-09 {
  from {
    background-position: 0 -2400px;
  }
  to {
    background-position: 0 -4860px;
  }
}
@-moz-keyframes counter-analog2-09 {
  from {
    background-position: 0 -2400px;
  }
  to {
    background-position: 0 -4860px;
  }
}
@-ms-keyframes counter-analog2-09 {
  from {
    background-position: 0 -2400px;
  }
  to {
    background-position: 0 -4860px;
  }
}
.counter-analog2 span.part span.digit10 {
  -webkit-animation: counter-analog2-10 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-10 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-10 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit21 {
  -webkit-animation: counter-analog2-21 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-21 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-21 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit32 {
  -webkit-animation: counter-analog2-32 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-32 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-32 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit43 {
  -webkit-animation: counter-analog2-43 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-43 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-43 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit54 {
  -webkit-animation: counter-analog2-54 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-54 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-54 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit65 {
  -webkit-animation: counter-analog2-65 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-65 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-65 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit76 {
  -webkit-animation: counter-analog2-76 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-76 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-76 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit87 {
  -webkit-animation: counter-analog2-87 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-87 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-87 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit98 {
  -webkit-animation: counter-analog2-98 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-98 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-98 0.3s steps(6, end) 1;
}

.counter-analog2 span.part span.digit09 {
  -webkit-animation: counter-analog2-09 0.3s steps(6, end) 1;
  -moz-animation: counter-analog2-09 0.3s steps(6, end) 1;
  -ms-animation: counter-analog2-09 0.3s steps(6, end) 1;
}

.counter-analog3 span.part {
  display: inline-block;
}

.counter-analog3 span.separator {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  width: 10px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

.counter-analog3 span.part span.digit {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  width: 33px;
  vertical-align: middle;
  text-align: center;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  margin: 0;
}

.counter-analog3 span.part span.digit {
  background: transparent url("/gui/images/jquery.counter-analog3.png") 0 0 repeat-y;
}

.counter-analog3 span.part span.digit0 {
  background-position: 0 0;
}

.counter-analog3 span.part span.digit1 {
  background-position: 0 -270px;
}

.counter-analog3 span.part span.digit2 {
  background-position: 0 -540px;
}

.counter-analog3 span.part span.digit3 {
  background-position: 0 -810px;
}

.counter-analog3 span.part span.digit4 {
  background-position: 0 -1080px;
}

.counter-analog3 span.part span.digit5 {
  background-position: 0 -1350px;
}

.counter-analog3 span.part span.digit6 {
  background-position: 0 -1620px;
}

.counter-analog3 span.part span.digit7 {
  background-position: 0 -1890px;
}

.counter-analog3 span.part span.digit8 {
  background-position: 0 -2160px;
}

.counter-analog3 span.part span.digit9 {
  background-position: 0 -2430px;
}

/* UP */
@-webkit-keyframes counter-analog3-01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -270px;
  }
}
@-moz-keyframes counter-analog3-01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -270px;
  }
}
@-ms-keyframes counter-analog3-01 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 -270px;
  }
}
@-webkit-keyframes counter-analog3-12 {
  from {
    background-position: 0 -270px;
  }
  to {
    background-position: 0 -540px;
  }
}
@-moz-keyframes counter-analog3-12 {
  from {
    background-position: 0 -270px;
  }
  to {
    background-position: 0 -540px;
  }
}
@-ms-keyframes counter-analog3-12 {
  from {
    background-position: 0 -270px;
  }
  to {
    background-position: 0 -540px;
  }
}
@-webkit-keyframes counter-analog3-23 {
  from {
    background-position: 0 -540px;
  }
  to {
    background-position: 0 -810px;
  }
}
@-moz-keyframes counter-analog3-23 {
  from {
    background-position: 0 -540px;
  }
  to {
    background-position: 0 -810px;
  }
}
@-ms-keyframes counter-analog3-23 {
  from {
    background-position: 0 -540px;
  }
  to {
    background-position: 0 -810px;
  }
}
@-webkit-keyframes counter-analog3-34 {
  from {
    background-position: 0 -810px;
  }
  to {
    background-position: 0 -1080px;
  }
}
@-moz-keyframes counter-analog3-34 {
  from {
    background-position: 0 -810px;
  }
  to {
    background-position: 0 -1080px;
  }
}
@-ms-keyframes counter-analog3-34 {
  from {
    background-position: 0 -810px;
  }
  to {
    background-position: 0 -1080px;
  }
}
@-webkit-keyframes counter-analog3-45 {
  from {
    background-position: 0 -1080px;
  }
  to {
    background-position: 0 -1350px;
  }
}
@-moz-keyframes counter-analog3-45 {
  from {
    background-position: 0 -1080px;
  }
  to {
    background-position: 0 -1350px;
  }
}
@-ms-keyframes counter-analog3-45 {
  from {
    background-position: 0 -1080px;
  }
  to {
    background-position: 0 -1350px;
  }
}
@-webkit-keyframes counter-analog3-56 {
  from {
    background-position: 0 -1350px;
  }
  to {
    background-position: 0 -1620px;
  }
}
@-moz-keyframes counter-analog3-56 {
  from {
    background-position: 0 -1350px;
  }
  to {
    background-position: 0 -1620px;
  }
}
@-ms-keyframes counter-analog3-56 {
  from {
    background-position: 0 -1350px;
  }
  to {
    background-position: 0 -1620px;
  }
}
@-webkit-keyframes counter-analog3-67 {
  from {
    background-position: 0 -1620px;
  }
  to {
    background-position: 0 -1890px;
  }
}
@-moz-keyframes counter-analog3-67 {
  from {
    background-position: 0 -1620px;
  }
  to {
    background-position: 0 -1890px;
  }
}
@-ms-keyframes counter-analog3-67 {
  from {
    background-position: 0 -1620px;
  }
  to {
    background-position: 0 -1890px;
  }
}
@-webkit-keyframes counter-analog3-78 {
  from {
    background-position: 0 -1890px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-moz-keyframes counter-analog3-78 {
  from {
    background-position: 0 -1890px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-ms-keyframes counter-analog3-78 {
  from {
    background-position: 0 -1890px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-webkit-keyframes counter-analog3-89 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -2430px;
  }
}
@-moz-keyframes counter-analog3-89 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -2430px;
  }
}
@-ms-keyframes counter-analog3-89 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -2430px;
  }
}
@-webkit-keyframes counter-analog3-90 {
  from {
    background-position: 0 -2430px;
  }
  to {
    background-position: 0 -2400px;
  }
}
@-moz-keyframes counter-analog3-90 {
  from {
    background-position: 0 -2430px;
  }
  to {
    background-position: 0 -2400px;
  }
}
@-ms-keyframes counter-analog3-90 {
  from {
    background-position: 0 -2430px;
  }
  to {
    background-position: 0 -2400px;
  }
}
.counter-analog3 span.part span.digit01 {
  -webkit-animation: counter-analog3-01 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-01 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-01 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit12 {
  -webkit-animation: counter-analog3-12 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-12 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-12 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit23 {
  -webkit-animation: counter-analog3-23 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-23 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-23 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit34 {
  -webkit-animation: counter-analog3-34 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-34 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-34 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit45 {
  -webkit-animation: counter-analog3-45 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-45 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-45 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit56 {
  -webkit-animation: counter-analog3-56 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-56 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-56 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit67 {
  -webkit-animation: counter-analog3-67 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-67 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-67 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit78 {
  -webkit-animation: counter-analog3-78 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-78 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-78 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit89 {
  -webkit-animation: counter-analog3-89 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-89 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-89 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit90 {
  -webkit-animation: counter-analog3-90 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-90 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-90 0.3s steps(6, end) 1;
}

/* DOWN */
@-webkit-keyframes counter-analog3-10 {
  from {
    background-position: 0 -270px;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes counter-analog3-10 {
  from {
    background-position: 0 -270px;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes counter-analog3-10 {
  from {
    background-position: 0 -270px;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes counter-analog3-21 {
  from {
    background-position: 0 -540px;
  }
  to {
    background-position: 0 -270px;
  }
}
@-moz-keyframes counter-analog3-21 {
  from {
    background-position: 0 -540px;
  }
  to {
    background-position: 0 -270px;
  }
}
@-ms-keyframes counter-analog3-21 {
  from {
    background-position: 0 -540px;
  }
  to {
    background-position: 0 -270px;
  }
}
@-webkit-keyframes counter-analog3-32 {
  from {
    background-position: 0 -810px;
  }
  to {
    background-position: 0 -540px;
  }
}
@-moz-keyframes counter-analog3-32 {
  from {
    background-position: 0 -810px;
  }
  to {
    background-position: 0 -540px;
  }
}
@-ms-keyframes counter-analog3-32 {
  from {
    background-position: 0 -810px;
  }
  to {
    background-position: 0 -540px;
  }
}
@-webkit-keyframes counter-analog3-43 {
  from {
    background-position: 0 -1080px;
  }
  to {
    background-position: 0 -810px;
  }
}
@-moz-keyframes counter-analog3-43 {
  from {
    background-position: 0 -1080px;
  }
  to {
    background-position: 0 -810px;
  }
}
@-ms-keyframes counter-analog3-43 {
  from {
    background-position: 0 -1080px;
  }
  to {
    background-position: 0 -810px;
  }
}
@-webkit-keyframes counter-analog3-54 {
  from {
    background-position: 0 -1350px;
  }
  to {
    background-position: 0 -1080px;
  }
}
@-moz-keyframes counter-analog3-54 {
  from {
    background-position: 0 -1350px;
  }
  to {
    background-position: 0 -1080px;
  }
}
@-ms-keyframes counter-analog3-54 {
  from {
    background-position: 0 -1350px;
  }
  to {
    background-position: 0 -1080px;
  }
}
@-webkit-keyframes counter-analog3-65 {
  from {
    background-position: 0 -1620px;
  }
  to {
    background-position: 0 -1350px;
  }
}
@-moz-keyframes counter-analog3-65 {
  from {
    background-position: 0 -1620px;
  }
  to {
    background-position: 0 -1350px;
  }
}
@-ms-keyframes counter-analog3-65 {
  from {
    background-position: 0 -1620px;
  }
  to {
    background-position: 0 -1350px;
  }
}
@-webkit-keyframes counter-analog3-76 {
  from {
    background-position: 0 -1890px;
  }
  to {
    background-position: 0 -1620px;
  }
}
@-moz-keyframes counter-analog3-76 {
  from {
    background-position: 0 -1890px;
  }
  to {
    background-position: 0 -1620px;
  }
}
@-ms-keyframes counter-analog3-76 {
  from {
    background-position: 0 -1890px;
  }
  to {
    background-position: 0 -1620px;
  }
}
@-webkit-keyframes counter-analog3-87 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -1890px;
  }
}
@-moz-keyframes counter-analog3-87 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -1890px;
  }
}
@-ms-keyframes counter-analog3-87 {
  from {
    background-position: 0 -2160px;
  }
  to {
    background-position: 0 -1890px;
  }
}
@-webkit-keyframes counter-analog3-98 {
  from {
    background-position: 0 -2430px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-moz-keyframes counter-analog3-98 {
  from {
    background-position: 0 -2430px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-ms-keyframes counter-analog3-98 {
  from {
    background-position: 0 -2430px;
  }
  to {
    background-position: 0 -2160px;
  }
}
@-webkit-keyframes counter-analog3-09 {
  from {
    background-position: 0 -2400px;
  }
  to {
    background-position: 0 -2430px;
  }
}
@-moz-keyframes counter-analog3-09 {
  from {
    background-position: 0 -2400px;
  }
  to {
    background-position: 0 -2430px;
  }
}
@-ms-keyframes counter-analog3-09 {
  from {
    background-position: 0 -2400px;
  }
  to {
    background-position: 0 -2430px;
  }
}
.counter-analog3 span.part span.digit10 {
  -webkit-animation: counter-analog3-10 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-10 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-10 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit21 {
  -webkit-animation: counter-analog3-21 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-21 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-21 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit32 {
  -webkit-animation: counter-analog3-32 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-32 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-32 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit43 {
  -webkit-animation: counter-analog3-43 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-43 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-43 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit54 {
  -webkit-animation: counter-analog3-54 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-54 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-54 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit65 {
  -webkit-animation: counter-analog3-65 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-65 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-65 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit76 {
  -webkit-animation: counter-analog3-76 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-76 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-76 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit87 {
  -webkit-animation: counter-analog3-87 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-87 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-87 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit98 {
  -webkit-animation: counter-analog3-98 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-98 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-98 0.3s steps(6, end) 1;
}

.counter-analog3 span.part span.digit09 {
  -webkit-animation: counter-analog3-09 0.3s steps(6, end) 1;
  -moz-animation: counter-analog3-09 0.3s steps(6, end) 1;
  -ms-animation: counter-analog3-09 0.3s steps(6, end) 1;
}

.projekte-list .projekte-item {
  border: 1px solid silver;
  padding: 10px;
  margin: 20px;
  clear: both;
}
.projekte-list .projekte-item .image {
  margin-right: 10px;
  float: left;
}
.projekte-list .projekte-item .teaser {
  float: left;
  width: 610px;
}

.presse .kasten {
  order: 2;
  float: right;
  width: 40%;
  background-color: #E6E6E6;
  box-shadow: #BBBBBB 2px 2px 2px;
  padding: 10px;
}
.presse .presse-list {
  width: 60%;
  margin-right: 1em;
  padding: 1em;
}
.presse .presse-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
  border-bottom: 1px solid silver;
  padding-bottom: 1em;
}
.presse .presse-item .more {
  margin-top: 1em;
  flex-basis: 100%;
}
.presse .presse-item .link {
  flex-basis: 85%;
}
.presse .presse-item .link a {
  text-decoration: none;
  font-weight: bold;
}
.presse .presse-item .datum {
  flex-basis: 15%;
  font-weight: bold;
}

.timo {
  display: flex;
}
.timo .item {
  margin: 0.3em;
  border: 1px solid silver;
  padding: 1em;
  flex-basis: 33.3333333%;
}
.timo .item select {
  margin-top: 2em;
}

/*# sourceMappingURL=screen.css.map */
