*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  background: white;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1;
  color: #222222;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
a img {
  border: none;
}
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
}
a:hover {
  color: #444444;
}
a:focus {
  color: #444444;
}
p a,
p a:visited {
  line-height: inherit;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.hide {
  display: none;
}
.hide-override {
  display: none !important;
}
.highlight {
  background: #ffff99;
}
#googlemap img,
object,
embed {
  max-width: none;
}
#map_canvas embed {
  max-width: none;
}
#map_canvas img {
  max-width: none;
}
#map_canvas object {
  max-width: none;
}
figure {
  margin: 0;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  direction: ltr;
}
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
}
p.lead {
  font-size: 17.5px;
  line-height: 1.6;
  margin-bottom: 17px;
}
aside p {
  font-size: 13px;
  line-height: 1.35;
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 14px;
  margin-top: 14px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 37px;
}
h3 {
  font-size: 27px;
}
h4 {
  font-size: 23px;
}
h5 {
  font-size: 17px;
}
h6 {
  font-size: 14px;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 22px 0 21px;
  height: 0;
}
.subheader {
  line-height: 1.3;
  color: #6f6f6f;
  font-weight: 300;
  margin-bottom: 17px;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 60%;
  line-height: inherit;
}
code {
  font-weight: bold;
  background: #ffff99;
}
ul,
ol,
dl {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 17px;
  list-style-position: outside;
}
ul li ul,
ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}
ul.square,
ul.circle,
ul.disc {
  margin-left: 17px;
}
ul.square {
  list-style-type: square;
}
ul.square li ul {
  list-style: inherit;
}
ul.circle {
  list-style-type: circle;
}
ul.circle li ul {
  list-style: inherit;
}
ul.disc {
  list-style-type: disc;
}
ul.disc li ul {
  list-style: inherit;
}
ul.no-bullet {
  list-style: none;
}
ul.large li {
  line-height: 21px;
}
ol {
  margin-left: 20px;
}
ol li ul,
ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}
blockquote,
blockquote p {
  line-height: 1.5;
  color: #6f6f6f;
}
blockquote {
  margin: 0 0 17px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 13px;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px solid #ddd;
  cursor: help;
}
abbr {
  text-transform: none;
}
.print-only {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  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;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
form {
  margin: 0 0 19.41641px;
}
.row form .row {
  margin: 0 -6px;
}
.row form .row .column,
.row form .row .columns {
  padding: 0 6px;
}
.row form .row.collapse {
  margin: 0;
}
.row form .row.collapse .column,
.row form .row.collapse .columns {
  padding: 0;
}
label {
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}
label.right {
  float: none;
  text-align: right;
}
label.inline {
  line-height: 32px;
  margin: 0 0 12px 0;
}
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
  line-height: 31px;
}
a.button.prefix,
a.button.postfix {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
span.prefix,
span.postfix {
  background: #f2f2f2;
  border: 1px solid #cccccc;
}
.prefix {
  left: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}
.postfix {
  right: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.75);
  display: block;
  font-size: 14px;
  margin: 0 0 12px 0;
  padding: 6px;
  height: 32px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
input[type="text"].oversize,
input[type="password"].oversize,
input[type="date"].oversize,
input[type="datetime"].oversize,
input[type="email"].oversize,
input[type="number"].oversize,
input[type="search"].oversize,
input[type="tel"].oversize,
input[type="time"].oversize,
input[type="url"].oversize,
textarea.oversize {
  font-size: 17px;
  padding: 4px 6px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #b3b3b3;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #ddd;
}
textarea {
  height: auto;
}
select {
  width: 100%;
}
fieldset {
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 12px;
  margin: 18px 0;
}
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px;
}
.error input,
input.error,
.error textarea,
textarea.error,
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  border-color: #c60f13;
  background-color: rgba(198,15,19,0.1);
}
.error input:focus,
input.error:focus,
.error textarea:focus,
textarea.error:focus {
  outline-color: #f5797c;
}
.error label,
label.error {
  color: #c60f13;
}
.error small,
small.error {
  display: block;
  padding: 6px 4px;
  margin-top: -13px;
  margin-bottom: 12px;
  background: #c60f13;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
form.custom span.custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #cccccc;
  background: white;
}
form.custom span.custom.radio {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
form.custom span.custom.checkbox:before {
  content: "";
  display: block;
  line-height: 0.8;
  height: 14px;
  width: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
}
form.custom span.custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #222222;
  position: relative;
  top: 3px;
  left: 3px;
}
form.custom span.custom.checkbox.checked:before {
  content: "\00d7";
  color: #222222;
}
form.custom div.custom.dropdown {
  display: block;
  position: relative;
  width: auto;
  height: 28px;
  margin-bottom: 9px;
  margin-top: 2px;
}
form.custom div.custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
form.custom div.custom.dropdown a.current {
  display: block;
  width: auto;
  line-height: 26px;
  min-height: 28px;
  padding: 0;
  padding-left: 6px;
  padding-right: 38px;
  border: solid 1px #dddddd;
  color: #141414;
  background-color: white;
  white-space: nowrap;
}
form.custom div.custom.dropdown a.selector {
  position: absolute;
  width: 27px;
  height: 28px;
  display: block;
  right: 0;
  top: 0;
  border: solid 1px #dddddd;
}
form.custom div.custom.dropdown a.selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #aaaaaa transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -5px;
}
form.custom div.custom.dropdown:hover a.selector:after,
form.custom div.custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #222222 transparent transparent transparent;
}
form.custom div.custom.dropdown.open ul {
  display: block;
  z-index: 10;
}
form.custom div.custom.dropdown.small {
  width: 134px !important;
}
form.custom div.custom.dropdown.medium {
  width: 254px !important;
}
form.custom div.custom.dropdown.large {
  width: 434px !important;
}
form.custom div.custom.dropdown.expand {
  width: 100% !important;
}
form.custom div.custom.dropdown.open.small ul {
  width: 134px !important;
}
form.custom div.custom.dropdown.open.medium ul {
  width: 254px !important;
}
form.custom div.custom.dropdown.open.large ul {
  width: 434px !important;
}
form.custom div.custom.dropdown.open.expand ul {
  width: 100% !important;
}
form.custom div.custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: 0;
  top: 27px;
  margin: 0;
  padding: 0;
  background: white;
  background: rgba(255,255,255,0.95);
  border: solid 1px #cccccc;
}
form.custom div.custom.dropdown ul li {
  color: #555555;
  font-size: 13px;
  cursor: pointer;
  padding: 3px;
  padding-left: 6px;
  padding-right: 38px;
  min-height: 18px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
form.custom div.custom.dropdown ul li.selected {
  background: #cdebf5;
  color: black;
}
form.custom div.custom.dropdown ul li.selected:after {
  content: "\2013";
  position: absolute;
  right: 10px;
}
form.custom div.custom.dropdown ul li:hover {
  background-color: #cdebf5;
  color: black;
}
form.custom div.custom.dropdown ul li:hover:after {
  content: "\2013";
  position: absolute;
  right: 10px;
  color: #a3dbec;
}
form.custom div.custom.dropdown ul li.selected:hover {
  background: #cdebf5;
  cursor: default;
  color: black;
}
form.custom div.custom.dropdown ul li.selected:hover:after {
  color: black;
}
form.custom div.custom.dropdown ul.show {
  display: block;
}
form.custom .custom.disabled {
  background-color: #dddddd;
}
@-moz-document url-prefix() {
  form.custom div.custom.dropdown a.selector {
    height: 28px;
  }
}
.lt-ie9 form.custom div.custom.dropdown a.selector {
  height: 28px;
}
.row {
  width: 960px;
  max-width: 100%;
  min-width: 320px;
  margin: 0 auto;
}
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}
.row.collapse .column,
.row.collapse .columns {
  padding: 0;
}
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
}
.row .row.collapse {
  margin: 0;
}
.column,
.columns {
  float: left;
  min-height: 1px;
  padding: 0 15px;
  position: relative;
}
.column.centered,
.columns.centered {
  float: none;
  margin: 0 auto;
}
[class*="column"] + [class*="column"]:last-child {
  float: right;
}
[class*="column"] + [class*="column"].end {
  float: left;
}
.one,
.row .one {
  width: 8.33333%;
}
.two,
.row .two {
  width: 16.66667%;
}
.three,
.row .three {
  width: 25%;
}
.four,
.row .four {
  width: 33.33333%;
}
.five,
.row .five {
  width: 41.66667%;
}
.six,
.row .six {
  width: 50%;
}
.seven,
.row .seven {
  width: 58.33333%;
}
.eight,
.row .eight {
  width: 66.66667%;
}
.nine,
.row .nine {
  width: 75%;
}
.ten,
.row .ten {
  width: 83.33333%;
}
.eleven,
.row .eleven {
  width: 91.66667%;
}
.twelve,
.row .twelve {
  width: 100%;
}
.row .offset-by-one {
  margin-left: 8.33333%;
}
.row .offset-by-two {
  margin-left: 16.66667%;
}
.row .offset-by-three {
  margin-left: 25%;
}
.row .offset-by-four {
  margin-left: 33.33333%;
}
.row .offset-by-five {
  margin-left: 41.66667%;
}
.row .offset-by-six {
  margin-left: 50%;
}
.row .offset-by-seven {
  margin-left: 58.33333%;
}
.row .offset-by-eight {
  margin-left: 66.66667%;
}
.row .offset-by-nine {
  margin-left: 75%;
}
.row .offset-by-ten {
  margin-left: 83.33333%;
}
.push-two {
  left: 16.66667%;
}
.pull-two {
  right: 16.66667%;
}
.push-three {
  left: 25%;
}
.pull-three {
  right: 25%;
}
.push-four {
  left: 33.33333%;
}
.pull-four {
  right: 33.33333%;
}
.push-five {
  left: 41.66667%;
}
.pull-five {
  right: 41.66667%;
}
.push-six {
  left: 50%;
}
.pull-six {
  right: 50%;
}
.push-seven {
  left: 58.33333%;
}
.pull-seven {
  right: 58.33333%;
}
.push-eight {
  left: 66.66667%;
}
.pull-eight {
  right: 66.66667%;
}
.push-nine {
  left: 75%;
}
.pull-nine {
  right: 75%;
}
.push-ten {
  left: 83.33333%;
}
.pull-ten {
  right: 83.33333%;
}
img {
  height: auto;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.map_canvas img {
  max-width: none !important;
}
.row {
  *zoom: 1;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.block-grid.one-up {
  margin: 0;
}
.block-grid.one-up > li {
  width: 100%;
  padding: 0 0 15px;
}
.block-grid.two-up {
  margin: 0 -15px;
}
.block-grid.two-up > li {
  width: 50%;
  padding: 0 15px 15px;
}
.block-grid.two-up > li:nth-child(2n+1) {
  clear: both;
}
.block-grid.three-up {
  margin: 0 -12px;
}
.block-grid.three-up > li {
  width: 33.33333%;
  padding: 0 12px 12px;
}
.block-grid.three-up > li:nth-child(3n+1) {
  clear: both;
}
.block-grid.four-up {
  margin: 0 -10px;
}
.block-grid.four-up > li {
  width: 25%;
  padding: 0 10px 10px;
}
.block-grid.four-up > li:nth-child(4n+1) {
  clear: both;
}
.block-grid.five-up {
  margin: 0 -8px;
}
.block-grid.five-up > li {
  width: 20%;
  padding: 0 8px 8px;
}
.block-grid.five-up > li:nth-child(5n+1) {
  clear: both;
}
.block-grid.six-up {
  margin: 0 -8px;
}
.block-grid.six-up > li {
  width: 16.66667%;
  padding: 0 8px 8px;
}
.block-grid.six-up > li:nth-child(6n+1) {
  clear: both;
}
.block-grid.seven-up {
  margin: 0 -8px;
}
.block-grid.seven-up > li {
  width: 14.28571%;
  padding: 0 8px 8px;
}
.block-grid.seven-up > li:nth-child(7n+1) {
  clear: both;
}
.block-grid.eight-up {
  margin: 0 -8px;
}
.block-grid.eight-up > li {
  width: 12.5%;
  padding: 0 8px 8px;
}
.block-grid.eight-up > li:nth-child(8n+1) {
  clear: both;
}
.block-grid.nine-up {
  margin: 0 -8px;
}
.block-grid.nine-up > li {
  width: 11.11111%;
  padding: 0 8px 8px;
}
.block-grid.nine-up > li:nth-child(9n+1) {
  clear: both;
}
.block-grid.ten-up {
  margin: 0 -8px;
}
.block-grid.ten-up > li {
  width: 10%;
  padding: 0 8px 8px;
}
.block-grid.ten-up > li:nth-child(10n+1) {
  clear: both;
}
.block-grid.eleven-up {
  margin: 0 -8px;
}
.block-grid.eleven-up > li {
  width: 9.09091%;
  padding: 0 8px 8px;
}
.block-grid.eleven-up > li:nth-child(11n+1) {
  clear: both;
}
.block-grid.twelve-up {
  margin: 0 -8px;
}
.block-grid.twelve-up > li {
  width: 8.33333%;
  padding: 0 8px 8px;
}
.block-grid.twelve-up > li:nth-child(12n+1) {
  clear: both;
}
.button {
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 10px 20px 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.button:hover,
.button:focus {
  background-color: #fff;
}
.button:active {
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset;
}
.button.large {
  font-size: 17px;
  padding: 15px 30px 16px;
}
.button.medium {
  font-size: 14px;
}
.button.small {
  font-size: 11px;
  padding: 7px 14px 8px;
}
.button.tiny {
  font-size: 10px;
  padding: 5px 10px 6px;
}
.button.expand {
  width: 100%;
  text-align: center;
}
.button.primary {
  background-color: #2ba6cb;
  border: 1px solid #1e728c;
}
.button.primary:hover,
.button.primary:focus {
  background-color: #2284a1;
}
.button.success {
  background-color: #5da423;
  border: 1px solid #396516;
}
.button.success:hover,
.button.success:focus {
  background-color: #457a1a;
}
.button.alert {
  background-color: #c60f13;
  border: 1px solid #7f0a0c;
}
.button.alert:hover,
.button.alert:focus {
  background-color: #970b0e;
}
.button.secondary {
  background-color: #e9e9e9;
  color: #1d1d1d;
  border: 1px solid #c3c3c3;
}
.button.secondary:hover,
.button.secondary:focus {
  background-color: #d0d0d0;
}
.button.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.button.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
.button.full-width {
  width: 100%;
  text-align: center;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.button.left-align {
  text-align: left;
  text-indent: 12px;
}
.button.disabled,
.button[disabled] {
  opacity: 0.6;
  cursor: default;
  background: #2ba6cb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.disabled:hover,
.button[disabled]:hover {
  background: #2ba6cb;
}
.button.disabled.success,
.button[disabled].success {
  background-color: #5da423;
}
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #5da423;
  outline: none;
}
.button.disabled.alert,
.button[disabled].alert {
  background-color: #c60f13;
}
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #c60f13;
  outline: none;
}
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #e9e9e9;
}
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #e9e9e9;
  outline: none;
}
input[type=submit].button,
button.button {
  -webkit-appearance: none;
}
@-moz-document url-prefix() {
  button::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner,
  input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
  }
  input[type="submit"].tiny.button {
    padding: 3px 10px 4px;
  }
  input[type="submit"].small.button {
    padding: 5px 14px 6px;
  }
  input[type="submit"].button,
  input[type=submit].medium.button {
    padding: 8px 20px 9px;
  }
  input[type="submit"].large.button {
    padding: 13px 30px 14px;
  }
}
.button.dropdown {
  position: relative;
  padding-right: 44px;
}
.button.dropdown.large {
  padding-right: 60px;
}
.button.dropdown.small {
  padding-right: 28px;
}
.button.dropdown.tiny {
  padding-right: 20px;
}
.button.dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
}
.button.dropdown.large:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: white transparent transparent transparent;
  margin-top: -3px;
  right: 30px;
}
.button.dropdown.small:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: white transparent transparent transparent;
  margin-top: -2px;
  right: 14px;
}
.button.dropdown.tiny:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  right: 10px;
}
.button.dropdown > ul {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  position: absolute;
  left: -1px;
  background: #fff;
  background: rgba(255,255,255,0.95);
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  border-top: none;
  min-width: 100%;
  z-index: 40;
}
.button.dropdown > ul li {
  width: 100%;
  cursor: pointer;
  padding: 0;
  min-height: 18px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
.button.dropdown > ul li a,
.button.dropdown > ul li button {
  display: block;
  color: #555;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 14px;
  text-align: left;
}
.button.dropdown > ul li button {
  width: 100%;
  border: inherit;
  background: inherit;
  font-family: inherit;
  margin: inherit;
  -webkit-font-smoothing: antialiased;
}
.button.dropdown > ul li:hover,
.button.dropdown > ul li:focus {
  background-color: #e3f4f9;
  color: #222;
}
.button.dropdown > ul li.divider {
  min-height: 0;
  padding: 0;
  height: 1px;
  margin: 4px 0;
  background: #ededed;
}
.button.dropdown.up > ul {
  border-top: 1px solid #cccccc;
  border-bottom: none;
}
.button.dropdown ul.no-hover.show-dropdown {
  display: block !important;
}
.button.dropdown:hover > ul.no-hover {
  display: none;
}
.button.dropdown.split {
  padding: 0;
  position: relative;
}
.button.dropdown.split:after {
  display: none;
}
.button.dropdown.split:hover,
.button.dropdown.split:focus {
  background-color: #2ba6cb;
}
.button.dropdown.split.alert:hover,
.button.dropdown.split.alert:focus {
  background-color: #c60f13;
}
.button.dropdown.split.success:hover,
.button.dropdown.split.success:focus {
  background-color: #5da423;
}
.button.dropdown.split.secondary:hover,
.button.dropdown.split.secondary:focus {
  background-color: #e9e9e9;
}
.button.dropdown.split > a {
  color: white;
  display: block;
  padding: 10px 50px 11px 20px;
  padding-left: 20px;
  padding-right: 50px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.button.dropdown.split > a:hover,
.button.dropdown.split > a:focus {
  background-color: #2284a1;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
}
.button.dropdown.split.large > a {
  padding: 15px 75px 16px 30px;
  padding-left: 30px;
  padding-right: 75px;
}
.button.dropdown.split.small > a {
  padding: 7px 35px 8px 14px;
  padding-left: 14px;
  padding-right: 35px;
}
.button.dropdown.split.tiny > a {
  padding: 5px 25px 6px 10px;
  padding-left: 10px;
  padding-right: 25px;
}
.button.dropdown.split > span {
  background-color: #2ba6cb;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  border-left: 1px solid #1e728c;
  -webkit-box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
  -moz-box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
  box-shadow: 1px 1px 0 rgba(255,255,255,0.5) inset;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.button.dropdown.split > span:hover,
.button.dropdown.split > span:focus {
  background-color: #2284a1;
}
.button.dropdown.split > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: white transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -2px;
}
.button.dropdown.split.secondary > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: #1d1d1d transparent transparent transparent;
}
.button.dropdown.split.large span {
  width: 45px;
}
.button.dropdown.split.small span {
  width: 21px;
}
.button.dropdown.split.tiny span {
  width: 15px;
}
.button.dropdown.split.large span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 7px;
  border-color: white transparent transparent transparent;
  margin-top: -3px;
  margin-left: -7px;
}
.button.dropdown.split.small span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  margin-left: -4px;
}
.button.dropdown.split.tiny span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 3px;
  border-color: white transparent transparent transparent;
  margin-top: -1px;
  margin-left: -3px;
}
.button.dropdown.split.alert > span {
  background-color: #c60f13;
  border-left-color: #7f0a0c;
}
.button.dropdown.split.success > span {
  background-color: #5da423;
  border-left-color: #396516;
}
.button.dropdown.split.secondary > span {
  background-color: #e9e9e9;
  border-left-color: #c3c3c3;
}
.button.dropdown.split.secondary > a {
  color: #1d1d1d;
}
.button.dropdown.split.alert > a:hover,
.button.dropdown.split.alert > span:hover,
.button.dropdown.split.alert > a:focus,
.button.dropdown.split.alert > span:focus {
  background-color: #970b0e;
}
.button.dropdown.split.success > a:hover,
.button.dropdown.split.success > span:hover,
.button.dropdown.split.success > a:focus,
.button.dropdown.split.success > span:focus {
  background-color: #457a1a;
}
.button.dropdown.split.secondary > a:hover,
.button.dropdown.split.secondary > span:hover,
.button.dropdown.split.secondary > a:focus,
.button.dropdown.split.secondary > span:focus {
  background-color: #d0d0d0;
}
ul.button-group {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  *zoom: 1;
}
ul.button-group:before,
ul.button-group:after {
  content: " ";
  display: table;
}
ul.button-group:after {
  clear: both;
}
ul.button-group li {
  padding: 0;
  margin: 0 0 0 -1px;
  float: left;
}
ul.button-group li:first-child {
  margin-left: 0;
}
ul.button-group.radius li .button,
ul.button-group.radius li .button.radius,
ul.button-group.radius li .button-rounded {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
ul.button-group.radius li:first-child .button,
ul.button-group.radius li:first-child .button.radius {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
ul.button-group.radius li:first-child .button.rounded {
  -moz-border-radius-topleft: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-top-left-radius: 1000px;
  -moz-border-radius-bottomleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
}
ul.button-group.radius li:last-child .button,
ul.button-group.radius li:last-child .button.radius {
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
ul.button-group.radius li:last-child .button.rounded {
  -moz-border-radius-topright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-top-right-radius: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
ul.button-group.even .button {
  width: 100%;
}
ul.button-group.even.two-up li {
  width: 50%;
}
ul.button-group.even.three-up li {
  width: 33.3%;
}
ul.button-group.even.three-up li:first-child {
  width: 33.4%;
}
ul.button-group.even.four-up li {
  width: 25%;
}
ul.button-group.even.five-up li {
  width: 20%;
}
div.button-bar {
  overflow: hidden;
}
div.button-bar ul.button-group {
  float: left;
  margin-right: 8px;
}
div.button-bar ul.button-group:last-child {
  margin-left: 0;
}
.nav-bar {
  height: 40px;
  background: #4d4d4d;
  margin-left: 0;
  margin-top: 20px;
  padding: 0;
}
.nav-bar > li {
  float: left;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  border: 1px solid #333333;
  border-right: none;
  line-height: 38px;
  -webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset;
  -moz-box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset;
  box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset;
}
.nav-bar > li:first-child {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.nav-bar > li:last-child {
  border-right: solid 1px #333333;
  -webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset, 1px 0 0 rgba(255,255,255,0.2);
  -moz-box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset, 1px 0 0 rgba(255,255,255,0.2);
  box-shadow: 1px 0 0 rgba(255,255,255,0.2) inset, 1px 0 0 rgba(255,255,255,0.2);
}
.nav-bar > li.active {
  background: #2ba6cb;
  border-color: #2284a1;
}
.nav-bar > li.active > a {
  color: white;
  cursor: default;
}
.nav-bar > li.active:hover {
  background: #2ba6cb;
  cursor: default;
}
.nav-bar > li:hover {
  background: #333333;
}
.nav-bar > li > a {
  color: #e6e6e6;
}
.nav-bar > li ul {
  margin-bottom: 0;
}
.nav-bar > li .flyout {
  display: none;
}
.nav-bar > li.has-flyout > a:first-child {
  padding-right: 40px;
  position: relative;
}
.nav-bar > li.has-flyout > a:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: #e6e6e6 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 17px;
}
.nav-bar > li.has-flyout > a.flyout-toggle {
  border-left: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  padding: 20px;
  z-index: 2;
  display: block;
}
.nav-bar > li.has-flyout.is-touch > a:first-child {
  padding-right: 55px;
}
.nav-bar > li.has-flyout.is-touch > a.flyout-toggle {
  border-left: 1px dashed #666;
}
.nav-bar > li > a:first-child {
  position: relative;
  padding: 0 20px;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
.nav-bar > li > input {
  margin: 0 10px;
}
.nav-bar.vertical {
  height: auto;
  margin-top: 0;
}
.nav-bar.vertical > li {
  float: none;
  border-bottom: none;
  border-right: solid 1px #333333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.nav-bar.vertical > li.has-flyout > a:first-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: transparent transparent transparent #e6e6e6;
}
.nav-bar.vertical > li .flyout {
  left: 100%;
  top: -1px;
}
.nav-bar.vertical > li .flyout.right {
  left: auto;
  right: 100%;
}
.nav-bar.vertical > li.active {
  border-right: solid 1px #2284a1;
}
.nav-bar.vertical > li:last-child {
  border-bottom: solid 1px #333333;
}
.flyout {
  background: #f2f2f2;
  padding: 20px;
  margin: 0;
  border: 1px solid #d9d9d9;
  position: absolute;
  top: 39px;
  left: -1px;
  width: 250px;
  z-index: 40;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.1);
  box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}
.flyout p {
  line-height: 1.2;
  font-size: 13px;
}
.flyout *:first-child {
  margin-top: 0;
}
.flyout *:last-child {
  margin-bottom: 0;
}
.flyout.small {
  width: 166.66667px;
}
.flyout.large {
  width: 437.5px;
}
.flyout.right {
  left: auto;
  right: -2px;
}
.flyout.left {
  right: auto;
  left: -2px;
}
.flyout.up {
  top: auto;
  bottom: 39px;
}
ul.flyout,
.nav-bar li ul {
  padding: 0;
  list-style: none;
}
ul.flyout li,
.nav-bar li ul li {
  border-left: solid 3px #CCC;
}
ul.flyout li a,
.nav-bar li ul li a {
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 0 0;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding: 15px 20px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
}
ul.flyout li a:hover,
ul.flyout li a:focus,
.nav-bar li ul li a:hover,
.nav-bar li ul li a:focus {
  background: #ebebeb;
  color: #333;
}
ul.flyout li.active,
.nav-bar li ul li.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #1a1a1a;
}
ul.flyout li.active a,
.nav-bar li ul li.active a {
  background: #4d4d4d;
  border: none;
  color: #fff;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.orbit-wrapper {
  width: 1px;
  height: 1px;
  position: relative;
}
.orbit {
  width: 1px;
  height: 1px;
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
}
.orbit.with-bullets {
  margin-bottom: 40px;
}
.orbit .orbit-slide {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.orbit a.orbit-slide {
  border: none;
  line-height: 0;
  display: none;
}
.orbit div.orbit-slide {
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.orbit-wrapper .timer {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .6;
  cursor: pointer;
  z-index: 31;
}
.orbit-wrapper span.rotator {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -20px;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Less/images/foundation/orbit/rotator-black.png') no-repeat;
  z-index: 3;
}
.orbit-wrapper span.rotator.move {
  left: 0;
}
.orbit-wrapper span.mask {
  display: block;
  width: 20px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
}
.orbit-wrapper span.mask.move {
  width: 40px;
  left: 0;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Less/images/foundation/orbit/timer-black.png') repeat 0 0;
}
.orbit-wrapper span.pause {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Less/images/foundation/orbit/pause-black.png') no-repeat;
  z-index: 4;
  opacity: 0;
}
.orbit-wrapper span.pause.active {
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Less/images/foundation/orbit/pause-black.png') no-repeat 0 -40px;
}
.orbit-wrapper .timer:hover span.pause,
.orbit-wrapper .timer:focus span.pause,
.orbit-wrapper span.pause.active {
  opacity: 1;
}
.orbit-caption {
  display: none;
  font-family: inherit;
}
.orbit-wrapper .orbit-caption {
  background: black;
  background: rgba(0,0,0,0.6);
  z-index: 30;
  color: white;
  text-align: center;
  padding: 7px 0;
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
.orbit-wrapper .slider-nav {
  display: block;
}
.orbit-wrapper .slider-nav span {
  width: 39px;
  height: 50px;
  text-indent: -9999px;
  position: absolute;
  z-index: 30;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
}
.orbit-wrapper .slider-nav span.right {
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Less/images/foundation/orbit/right-arrow.png');
  background-size: 100%;
  right: 0;
}
.orbit-wrapper .slider-nav span.left {
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Less/images/foundation/orbit/left-arrow.png');
  background-size: 100%;
  left: 0;
}
.lt-ie9 .orbit-wrapper .slider-nav span.right {
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Less/images/foundation/orbit/right-arrow-small.png');
}
.lt-ie9 .orbit-wrapper .slider-nav span.left {
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Less/images/foundation/orbit/left-arrow-small.png');
}
ul.orbit-bullets {
  position: absolute;
  z-index: 30;
  list-style: none;
  bottom: -40px;
  left: 50%;
  margin-left: -50px;
  padding: 0;
}
ul.orbit-bullets li {
  float: left;
  margin-left: 5px;
  cursor: pointer;
  color: #999999;
  text-indent: -9999px;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Less/images/foundation/orbit/bullets.jpg') no-repeat 4px 0;
  width: 13px;
  height: 12px;
  overflow: hidden;
}
ul.orbit-bullets li.active {
  color: #222222;
  background-position: -8px 0;
}
ul.orbit-bullets li.has-thumb {
  background: none;
  width: 100px;
  height: 75px;
}
ul.orbit-bullets li.active.has-thumb {
  background-position: 0 0;
  border-top: 2px solid black;
}
.orbit-slide-counter {
  position: absolute;
  bottom: 0;
  z-index: 99;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 5px;
}
.orbit img.fluid-placeholder {
  visibility: hidden;
  position: static;
  display: block;
  width: 100%;
}
.orbit,
.orbit-wrapper {
  width: 100% !important;
}
.lt-ie9 .timer {
  display: none !important;
}
.lt-ie9 .orbit-caption {
  background: black;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  zoom: 1;
}
@media only screen and (max-width: 767px) {
  .orbit.orbit-stack-on-small img.fluid-placeholder {
    visibility: visible;
  }
  .orbit.orbit-stack-on-small .orbit-slide {
    position: static;
    margin-bottom: 10px;
  }
}
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0,0,0,0.45);
  z-index: 40;
  display: none;
  top: 0;
  left: 0;
}
.reveal-modal {
  background: #fff;
  visibility: hidden;
  display: none;
  top: 100px;
  left: 50%;
  margin-left: -260px;
  width: 520px;
  position: absolute;
  z-index: 41;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
.reveal-modal .close-reveal-modal:not(.button) {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: .5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rgba(0,0,0,0.6);
  font-weight: bold;
  cursor: pointer;
}
.reveal-modal.small {
  width: 30%;
  margin-left: -15%;
}
.reveal-modal.medium {
  width: 40%;
  margin-left: -20%;
}
.reveal-modal.large {
  width: 60%;
  margin-left: -30%;
}
.reveal-modal.xlarge {
  width: 70%;
  margin-left: -35%;
}
.reveal-modal.expand {
  width: 90%;
  margin-left: -45%;
}
.reveal-modal .row {
  min-width: 0;
  margin-bottom: 10px;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media print {
  .reveal-modal {
    border: solid 1px #000;
    background: #fff;
  }
}
.tabs {
  list-style: none;
  border-bottom: solid 1px #e6e6e6;
  display: block;
  height: 40px;
  padding: 0;
  margin-bottom: 20px;
}
.tabs.contained {
  margin-bottom: 0;
  margin-left: 0;
}
.tabs dt,
.tabs li.section-title {
  color: #b3b3b3;
  cursor: default;
  display: block;
  float: left;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  padding-right: 9px;
  padding-left: 20px;
  font-weight: normal;
  width: auto;
  text-transform: uppercase;
}
.tabs dt:first-child,
.tabs li.section-title:first-child {
  padding: 0;
  padding-right: 9px;
}
.tabs dd,
.tabs li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
}
.tabs dd a,
.tabs li a {
  color: #6f6f6f;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0px 23.8px;
}
.tabs dd a:focus,
.tabs li a:focus {
  font-weight: bold;
  color: #2ba6cb;
}
.tabs dd.active,
.tabs li.active {
  border-top: 3px solid #2ba6cb;
  margin-top: -3px;
}
.tabs dd.active a,
.tabs li.active a {
  cursor: default;
  color: #3c3c3c;
  background: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-weight: bold;
}
.tabs dd:first-child,
.tabs li:first-child {
  margin-left: 0;
}
.tabs.vertical {
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}
.tabs.vertical dt,
.tabs.vertical dd,
.tabs.vertical li {
  float: none;
  height: auto;
}
.tabs.vertical dd,
.tabs.vertical li {
  border-left: 3px solid #cccccc;
}
.tabs.vertical dd a,
.tabs.vertical li a {
  background: #f2f2f2;
  border: none;
  border: 1px solid #e6e6e6;
  border-width: 1px 1px 0 0;
  color: #555;
  display: block;
  font-size: 14px;
  height: auto;
  line-height: 1;
  padding: 15px 20px;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
}
.tabs.vertical dd.active,
.tabs.vertical li.active {
  margin-top: 0;
  border-top: 1px solid #4d4d4d;
  border-left: 4px solid #1a1a1a;
}
.tabs.vertical dd.active a,
.tabs.vertical li.active a {
  background: #4d4d4d;
  border: none;
  color: #fff;
  height: auto;
  margin: 0;
  position: static;
  top: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.tabs.vertical dd:first-child a.active,
.tabs.vertical li:first-child a.active {
  margin: 0;
}
.tabs.pill {
  border-bottom: none;
  margin-bottom: 10px;
}
.tabs.pill dd,
.tabs.pill li {
  margin-right: 10px;
}
.tabs.pill dd:last-child,
.tabs.pill li:last-child {
  margin-right: 0;
}
.tabs.pill dd a,
.tabs.pill li a {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  background: #e6e6e6;
  height: 26px;
  line-height: 26px;
  color: #666;
}
.tabs.pill dd.active,
.tabs.pill li.active {
  border: none;
  margin-top: 0;
}
.tabs.pill dd.active a,
.tabs.pill li.active a {
  background-color: #2ba6cb;
  border: none;
  color: #fff;
}
.tabs.pill.contained {
  border-bottom: solid 1px #eee;
  margin-bottom: 0;
}
.tabs.pill.two-up dd,
.tabs.pill.two-up li,
.tabs.pill.three-up dd,
.tabs.pill.three-up li,
.tabs.pill.four-up dd,
.tabs.pill.four-up li,
.tabs.pill.five-up dd,
.tabs.pill.five-up li {
  margin-right: 0;
}
.tabs.two-up dt a,
.tabs.two-up dd a,
.tabs.two-up li a,
.tabs.three-up dt a,
.tabs.three-up dd a,
.tabs.three-up li a,
.tabs.four-up dt a,
.tabs.four-up dd a,
.tabs.four-up li a,
.tabs.five-up dt a,
.tabs.five-up dd a,
.tabs.five-up li a {
  padding: 0 17px;
  text-align: center;
  overflow: hidden;
}
.tabs.two-up dt,
.tabs.two-up dd,
.tabs.two-up li {
  width: 50%;
}
.tabs.three-up dt,
.tabs.three-up dd,
.tabs.three-up li {
  width: 33.33%;
}
.tabs.four-up dt,
.tabs.four-up dd,
.tabs.four-up li {
  width: 25%;
}
.tabs.five-up dt,
.tabs.five-up dd,
.tabs.five-up li {
  width: 20%;
}
ul.tabs-content {
  display: block;
  margin: 0 0 20px;
  padding: 0;
}
ul.tabs-content > li {
  display: none;
}
ul.tabs-content > li.active {
  display: block;
}
ul.tabs-content.contained {
  padding: 0;
}
ul.tabs-content.contained > li {
  border: solid 0 #e6e6e6;
  border-width: 0 1px 1px 1px;
  padding: 20px;
}
ul.tabs-content.contained.vertical > li {
  border-width: 1px 1px 1px 1px;
}
.no-js ul.tabs-content > li {
  display: block;
}
div.alert-box {
  display: block;
  padding: 6px 7px 7px;
  font-weight: bold;
  font-size: 14px;
  color: white;
  background-color: #2ba6cb;
  border: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px rgba(0,0,0,0.3);
  position: relative;
}
div.alert-box.success {
  background-color: #5da423;
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,0.3);
}
div.alert-box.alert {
  background-color: #c60f13;
  color: #fff;
  text-shadow: 0 -1px rgba(0,0,0,0.3);
}
div.alert-box.secondary {
  background-color: #e9e9e9;
  color: #505050;
  text-shadow: 0 1px rgba(255,255,255,0.3);
}
div.alert-box a.close {
  color: #333;
  position: absolute;
  right: 4px;
  top: -1px;
  font-size: 17px;
  opacity: 0.2;
  padding: 4px;
}
div.alert-box a.close:hover,
div.alert-box a.close:focus {
  opacity: 0.4;
}
.label {
  padding: 1px 4px 2px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline;
  position: relative;
  bottom: 1px;
  color: #fff;
  background: #2ba6cb;
}
.label.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.label.round {
  padding: 1px 7px 2px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
.label.alert {
  background-color: #c60f13;
}
.label.success {
  background-color: #5da423;
}
.label.secondary {
  background-color: #e9e9e9;
  color: #505050;
}
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
.has-tip:hover,
.has-tip:focus {
  border-bottom: dotted 1px #196177;
  color: #2ba6cb;
}
.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}
.tooltip {
  display: none;
  background: black;
  background: rgba(0,0,0,0.85);
  position: absolute;
  color: white;
  font-weight: bold;
  font-size: 12px;
  padding: 5px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  line-height: normal;
}
.tooltip > .nub {
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent black transparent;
  border-color: transparent transparent rgba(0,0,0,0.85) transparent;
  position: absolute;
  top: -10px;
  left: 10px;
}
.tooltip.tip-override > .nub {
  border-color: transparent transparent black transparent !important;
  border-color: transparent transparent rgba(0,0,0,0.85) transparent !important;
  top: -10px !important;
}
.tooltip.tip-top > .nub,
.tooltip.tip-centered-top > .nub {
  border-color: black transparent transparent transparent;
  border-color: rgba(0,0,0,0.85) transparent transparent transparent;
  top: auto;
  bottom: -10px;
}
.tooltip.tip-left,
.tooltip.tip-right {
  float: none !important;
}
.tooltip.tip-left > .nub {
  border-color: transparent transparent transparent black;
  border-color: transparent transparent transparent rgba(0,0,0,0.85);
  right: -10px;
  left: auto;
}
.tooltip.tip-right > .nub {
  border-color: transparent black transparent transparent;
  border-color: transparent rgba(0,0,0,0.85) transparent transparent;
  right: auto;
  left: -10px;
}
.tooltip.noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tooltip.opened {
  color: #2ba6cb !important;
  border-bottom: dotted 1px #196177 !important;
}
.tap-to-close {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  color: #888888;
  font-weight: normal;
}
.panel {
  background: #f2f2f2;
  border: solid 1px #e6e6e6;
  margin: 0 0 22px 0;
  padding: 20px;
}
.panel > :first-child {
  margin-top: 0;
}
.panel > :last-child {
  margin-bottom: 0;
}
.panel.callout {
  background: #2ba6cb;
  color: #fff;
  border-color: #2284a1;
  -webkit-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  -moz-box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
}
.panel.callout a {
  color: #fff;
}
.panel.callout .button {
  background: white;
  border: none;
  color: #2ba6cb;
  text-shadow: none;
}
.panel.callout .button:hover,
.panel.callout .button:focus {
  background: rgba(255,255,255,0.8);
}
.panel.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
ul.accordion {
  margin: 0 0 22px 0;
  border-bottom: 1px solid #e9e9e9;
}
ul.accordion > li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e9e9e9;
}
ul.accordion > li > div.title {
  cursor: pointer;
  background: #f6f6f6;
  padding: 15px;
  margin: 0;
  position: relative;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  -webkit-transition: 0.15s background linear;
  -moz-transition: 0.15s background linear;
  -o-transition: 0.15s background linear;
  transition: 0.15s background linear;
}
ul.accordion > li > div.title h1,
ul.accordion > li > div.title h2,
ul.accordion > li > div.title h3,
ul.accordion > li > div.title h4,
ul.accordion > li > div.title h5 {
  margin: 0;
}
ul.accordion > li > div.title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: transparent #9d9d9d transparent transparent;
  position: absolute;
  right: 15px;
  top: 21px;
}
ul.accordion > li .content {
  display: none;
  padding: 15px;
}
ul.accordion > li.active {
  border-top: 3px solid #2ba6cb;
}
ul.accordion > li.active .title {
  background: white;
  padding-top: 13px;
}
ul.accordion > li.active .title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 6px;
  border-color: #9d9d9d transparent transparent transparent;
}
ul.accordion > li.active .content {
  background: white;
  display: block;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
ul.side-nav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 17px 0;
}
ul.side-nav li {
  display: block;
  list-style: none;
  margin: 0 0 7px 0;
}
ul.side-nav li a {
  display: block;
}
ul.side-nav li.active a {
  color: #4d4d4d;
  font-weight: bold;
}
ul.side-nav li.divider {
  border-top: 1px solid #e6e6e6;
  height: 0;
  padding: 0;
}
dl.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -4px 0 18px;
  margin-right: 0;
  margin-left: -9px;
  padding-top: 4px;
}
dl.sub-nav dt,
dl.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 9px;
  margin-bottom: 10px;
}
dl.sub-nav dt {
  color: #999;
  font-weight: normal;
}
dl.sub-nav dd a {
  text-decoration: none;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
dl.sub-nav dd.active a {
  font-weight: bold;
  background: #2ba6cb;
  color: #fff;
  padding: 3px 9px;
  cursor: default;
}
ul.pagination {
  display: block;
  height: 24px;
  margin-left: -5px;
}
ul.pagination li {
  float: left;
  display: block;
  height: 24px;
  color: #999;
  font-size: 14px;
  margin-left: 5px;
}
ul.pagination li a {
  display: block;
  padding: 1px 7px 1px;
  color: #555;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999;
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #2ba6cb;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: #2ba6cb;
}
div.pagination-centered {
  text-align: center;
}
div.pagination-centered ul > li {
  float: none;
  display: inline-block;
}
ul.breadcrumbs {
  display: block;
  background: #f6f6f6;
  padding: 6px 10px 7px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden;
  margin-left: 0;
}
ul.breadcrumbs li {
  margin: 0;
  padding: 0 12px 0 0;
  float: left;
  list-style: none;
}
ul.breadcrumbs li a,
ul.breadcrumbs li span {
  text-transform: uppercase;
  font-size: 11px;
  font-size: 1.1rem;
  padding-left: 12px;
}
ul.breadcrumbs li:first-child a,
ul.breadcrumbs li:first-child span {
  padding-left: 0;
}
ul.breadcrumbs li:before {
  content: "/";
  color: #aaa;
}
ul.breadcrumbs li:first-child:before {
  content: " ";
}
ul.breadcrumbs li.current a {
  cursor: default;
  color: #333;
}
ul.breadcrumbs li:hover a,
ul.breadcrumbs li a:focus {
  text-decoration: underline;
}
ul.breadcrumbs li.current:hover a,
ul.breadcrumbs li.current a:focus {
  text-decoration: none;
}
ul.breadcrumbs li.unavailable a {
  color: #999;
}
ul.breadcrumbs li.unavailable:hover a,
ul.breadcrumbs li.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}
ul.inline-list,
ul.link-list {
  margin: 0 0 17px -22px;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
ul.inline-list > li,
ul.link-list > li {
  list-style: none;
  float: left;
  margin-left: 22px;
  display: block;
}
ul.inline-list > li > *,
ul.link-list > li > * {
  display: block;
}
.keystroke,
kbd {
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 13px;
  padding: 2px 4px 0px;
  margin: 0;
  background: #ededed;
  border: solid 1px #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.th {
  display: block;
}
.th img {
  display: block;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
  box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: box-shadow;
  -moz-transition-property: box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.th:hover img,
.th:focus img {
  -webkit-box-shadow: 0 0 6px 1px rgba(43,166,203,0.5);
  -moz-box-shadow: 0 0 6px 1px rgba(43,166,203,0.5);
  box-shadow: 0 0 6px 1px rgba(43,166,203,0.5);
}
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.vcard {
  display: inline-block;
  margin: 0 0 12px 0;
  border: 1px solid #ddd;
  padding: 10px;
}
ul.vcard li {
  margin: 0;
  display: block;
}
ul.vcard li.fn {
  font-weight: bold;
  font-size: 15px;
}
p.vevent span.summary {
  font-weight: bold;
}
p.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px;
}
div.progress {
  padding: 2px;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  height: 25px;
}
div.progress .meter {
  background: #2ba6cb;
  height: 100%;
  display: block;
  width: 50%;
}
div.progress.secondary .meter {
  background: #e9e9e9;
}
div.progress.success .meter {
  background: #5da423;
}
div.progress.alert .meter {
  background: #c60f13;
}
div.progress.radius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
div.progress.radius .meter {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
div.progress.round {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
div.progress.round .meter {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 20px;
}
.pricing-table * {
  list-style: none;
  line-height: 1;
}
.pricing-table .title {
  background-color: #dddddd;
  padding: 15px 20px;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 16px;
}
.pricing-table .price {
  background-color: #eeeeee;
  padding: 15px 20px;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 20px;
}
.pricing-table .description {
  background-color: white;
  padding: 15px;
  text-align: center;
  color: #777777;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}
.pricing-table .bullet-item {
  background-color: white;
  padding: 15px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}
.pricing-table .cta-button {
  background-color: whitesmoke;
  text-align: center;
  padding: 20px;
}
.top-bar-js-breakpoint {
  width: 940px !important;
  visibility: hidden;
}
.contain-to-grid {
  width: 100%;
  background: #222222;
}
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
.sticky {
  float: left;
  overflow: hidden;
}
.sticky.fixed {
  float: none;
}
.top-bar {
  background: #222222;
  min-height: 45px;
  line-height: 45px;
  margin: 0 0 30px 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.contain-to-grid .top-bar {
  max-width: 940px;
  margin: 0 auto;
}
.top-bar > ul .name h1 {
  line-height: 45px;
  margin: 0;
}
.top-bar > ul .name h1 a {
  font-weight: bold;
  padding: 0 22.5px;
  font-size: 17px !important;
}
.top-bar > ul .name img {
  margin-top: -5px;
  vertical-align: middle;
}
.top-bar.expanded {
  height: inherit;
}
.top-bar ul {
  margin-left: 0;
  display: inline;
  height: 45px;
  line-height: 45px;
  list-style: none;
}
.top-bar ul > li {
  float: left;
}
.top-bar ul > li a:not(.button) {
  color: white;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
}
.top-bar ul > li:not(.name):hover,
.top-bar ul > li:not(.name).active,
.top-bar ul > li:not(.name):focus {
  background: #7c993c;
  color: #fff;
}
.top-bar ul > li:not(.name):hover a,
.top-bar ul > li:not(.name).active a,
.top-bar ul > li:not(.name):focus a {
  color: #d9d9d9;
}
.top-bar ul > li.divider {
  background: black;
  -webkit-box-shadow: 1px 0 0 rgba(255,255,255,0.1);
  -moz-box-shadow: 1px 0 0 rgba(255,255,255,0.1);
  box-shadow: 1px 0 0 rgba(255,255,255,0.1);
  height: 100%;
  margin-right: 1px;
  width: 1px;
}
.top-bar ul > li.has-button a.button {
  margin: 0 11.25px;
}
.top-bar ul > li.has-button:hover,
.top-bar ul > li.has-button:focus {
  background: #222222;
}
.top-bar ul > li.has-button:hover a,
.top-bar ul > li.has-button:focus a {
  color: #fff;
}
.top-bar ul > li.search {
  padding: 0 15px;
}
.top-bar ul > li.search form {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 200px;
}
.top-bar ul > li.search form input[type=text] {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
  font-size: 13px;
  margin-top: -1px;
  height: 22.5px;
  margin-bottom: 0;
  width: 130px;
}
.top-bar ul > li.search form input[type=text] + .button {
  border-left: none;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  float: left;
  font-size: 12px;
  margin-top: -1px;
  padding: 5px 12px 4px;
}
.top-bar ul > li.search form input[type=search] {
  font-size: 16px;
  margin-bottom: 0;
}
.top-bar ul > li.search:hover,
.top-bar ul > li.search:focus {
  background: #222222;
}
.top-bar ul > li.login {
  padding: 0 15px;
}
.top-bar ul > li.login form {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 300px;
}
.top-bar ul > li.login form input {
  float: left;
  width: auto;
  font-size: 13px;
  margin-top: -1px;
  height: 22.5px;
  margin-bottom: 0;
}
.top-bar ul > li.login form input[type=text] {
  -moz-border-radius-topright: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 120px;
}
.top-bar ul > li.login form input[type=password] {
  margin-bottom: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 120px;
}
.top-bar ul > li.login form input[type=password] + .button {
  border-left: none;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  float: left;
  font-size: 12px;
  margin-top: -1px;
  padding: 5px 12px 4px;
  width: 60px;
}
.top-bar ul > li.login:hover,
.top-bar ul > li.login:focus {
  background: #222222;
}
.top-bar ul > li.toggle-topbar {
  display: none;
}
.top-bar ul > li:hover > .dropdown,
.top-bar ul > li:focus > .dropdown {
  display: block !important;
  visibility: visible;
}
.top-bar ul > li a {
  padding-right: 10px;
  background: none;
}
.top-bar ul > li a:hover {
  text-decoration: none;
}
.top-bar ul > li .dropdown li {
  width: 250px;
}
.top-bar ul > li .dropdown li a {
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  height: 100%;
  line-height: 1;
  padding: 5px 17px 5px 15px;
}
.top-bar ul > li .dropdown li a:after {
  border: none;
}
.top-bar ul > li .dropdown li a:hover,
.top-bar ul > li .dropdown li a:focus {
  color: #444444;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Less/images/arrow.png') no-repeat left center;
  padding-left: 20px;
}
.top-bar ul > li .dropdown li label {
  color: #6f6f6f;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding-left: 15px;
  text-transform: uppercase;
}
.top-bar ul > li .dropdown li.divider {
  border-top: solid 1px black;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.1) inset;
  height: 10px;
  padding: 0;
  width: 100%;
}
.top-bar ul > li .dropdown li:last-child {
  padding-bottom: 10px;
}
.top-bar ul > li .dropdown li.active a {
  background: black;
}
.top-bar ul > li .dropdown li > a {
  padding-right: 30px;
}
.top-bar ul > li .dropdown li > a:after {
  border: none;
  content: "\00bb";
  right: 5px;
  top: 6px;
}
.top-bar ul > li .dropdown li .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
}
.top-bar ul > li .dropdown li:hover > .dropdown,
.top-bar ul > li .dropdown li:focus > .dropdown {
  display: block;
}
.top-bar ul.left {
  float: left;
  width: auto;
  margin-bottom: 0;
}
.top-bar ul.right {
  float: right;
  width: auto;
  margin-bottom: 0;
}
.top-bar ul.right li .dropdown {
  left: auto;
  right: 0px;
}
.top-bar ul.right li .dropdown li > .dropdown {
  right: 100%;
  left: auto;
  width: 100%;
}
.top-bar .js-generated {
  display: none;
}
@-moz-document url-prefix() {
  .top-bar ul li .button.small {
    padding-bottom: 6px;
  }
  .top-bar ul li.search form input[type=search] {
    font-size: 14px;
    height: 22px;
    padding: 3px;
  }
}
.lt-ie9 .top-bar ul li a {
  color: white;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
}
.lt-ie9 .top-bar ul li a.button {
  height: auto;
  line-height: 30px;
  margin-top: 7px;
}
.lt-ie9 .top-bar ul li a img {
  margin-top: -5px;
  vertical-align: middle;
}
.lt-ie9 .top-bar section > ul > li a:hover,
.lt-ie9 .top-bar section > ul > li a:focus {
  color: #cccccc;
}
.lt-ie9 .top-bar section > ul > li:hover,
.lt-ie9 .top-bar section > ul > li:focus {
  background: black;
}
.lt-ie9 .top-bar section > ul > li.search:hover,
.lt-ie9 .top-bar section > ul > li.search:focus,
.lt-ie9 .top-bar section > ul > li.has-button:hover,
.lt-ie9 .top-bar section > ul > li.has-button:focus {
  background: none;
}
.lt-ie9 .top-bar section > ul > li.active {
  background: black;
  color: #d9d9d9;
}
.lt-ie9 .top-bar ul li {
  padding-right: 33.75px;
}
.lt-ie9 .top-bar ul li > ul li {
  padding-right: 0;
}
#joyRideTipContent {
  display: none;
}
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  background: rgba(0,0,0,0.8);
  color: white;
  width: 300px;
  z-index: 101;
  top: 0;
  left: 0;
  font-family: inherit;
  font-weight: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.joyride-content-wrapper {
  padding: 18px 20px 24px;
}
.joyride-tip-guide span.joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: solid 14px;
}
.joyride-tip-guide span.joyride-nub.top {
  border-color: black;
  border-color: rgba(0,0,0,0.8);
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -28px;
  bottom: none;
}
.joyride-tip-guide span.joyride-nub.bottom {
  border-color: black;
  border-color: rgba(0,0,0,0.8) !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -28px;
  bottom: none;
}
.joyride-tip-guide span.joyride-nub.right {
  border-color: black;
  border-color: rgba(0,0,0,0.8) !important;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  top: 22px;
  bottom: none;
  left: auto;
  right: -28px;
}
.joyride-tip-guide span.joyride-nub.left {
  border-color: black;
  border-color: rgba(0,0,0,0.8) !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
  top: 22px;
  left: -28px;
  right: auto;
  bottom: none;
}
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white;
}
.joyride-tip-guide p {
  margin: 0 0 18px 0;
  font-size: 14px;
  line-height: 1.3;
}
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 17px;
  bottom: 16px;
}
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666;
}
.joyride-close-tip {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  line-height: .5 !important;
}
.joyride-close-tip:hover,
.joyride-close-tip:focus {
  color: #eee !important;
}
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0,0,0,0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer;
}
.clearing-blackout {
  background: black;
  background: rgba(0,0,0,0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
.clearing-blackout .clearing-close {
  display: block;
}
.clearing-container {
  position: relative;
  z-index: 999;
  height: 100%;
  overflow: hidden;
}
.visible-img {
  height: 75%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}
.visible-img .clearing-caption {
  color: white;
  margin-bottom: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  background: black;
  background: rgba(0,0,0,0.7);
  width: 100%;
  padding: 10px 100px;
}
.clearing-close {
  z-index: 999;
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  line-height: 1;
  color: white;
  display: none;
}
.clearing-close:hover,
.clearing-close:focus {
  color: #ccc;
}
.clearing-main-left,
.clearing-main-right {
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.clearing-main-left.disabled,
.clearing-main-right.disabled {
  opacity: 0.5;
}
.clearing-main-left:active,
.clearing-main-right:active {
  margin-top: -15px;
}
.clearing-main-left {
  left: 10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 16px;
  border-color: transparent white transparent transparent;
}
.clearing-main-right {
  right: 10px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 16px;
  border-color: transparent transparent transparent white;
}
ul[data-clearing].block-grid.three-up > li:nth-child(3n+1) {
  clear: none;
}
ul[data-clearing] li {
  cursor: pointer;
  display: block;
}
ul[data-clearing] li.clearing-feature ~ li {
  display: none;
}
.clearing-assembled .clearing-container .carousel {
  background: black;
  background: rgba(0,0,0,0.75);
  height: 150px;
  margin-top: 5px;
}
.clearing-assembled .clearing-container .visible-img {
  background: black;
  background: rgba(0,0,0,0.75);
  overflow: hidden;
}
.clearing-assembled .clearing-container ul[data-clearing] {
  z-index: 999;
  width: 200%;
  height: 100%;
  margin-left: 0;
  position: relative;
  left: 0;
}
.clearing-assembled .clearing-container ul[data-clearing] li {
  display: block;
  width: 175px;
  height: inherit;
  padding: 0;
  float: left;
  overflow: hidden;
  background: #222;
  margin-right: 1px;
  position: relative;
}
.clearing-assembled .clearing-container ul[data-clearing] li.fix-height img {
  min-height: 100%;
  height: 100%;
  max-width: none;
}
.clearing-assembled .clearing-container ul[data-clearing] li img {
  cursor: pointer !important;
  min-width: 100% !important;
}
.clearing-assembled .clearing-container ul[data-clearing] li.visible {
  border-top: 4px solid white;
}
ul.block-grid[data-clearing] {
  overflow: visible;
}
.clearing-blackout ul.block-grid[data-clearing].two-up > li:nth-child(2n+1) {
  clear: none;
}
.clearing-blackout ul.block-grid[data-clearing].three-up > li:nth-child(3n+1) {
  clear: none;
}
.clearing-blackout ul.block-grid[data-clearing].four-up > li:nth-child(4n+1) {
  clear: none;
}
.clearing-blackout ul.block-grid[data-clearing].five-up > li:nth-child(5n+1) {
  clear: none;
}
.clearing-blackout ul.block-grid[data-clearing].six-up > li:nth-child(6n+1) {
  clear: none;
}
.clearing-blackout ul.block-grid[data-clearing].seven-up > li:nth-child(7n+1) {
  clear: none;
}
.clearing-blackout ul.block-grid[data-clearing].eight-up > li:nth-child(8n+1) {
  clear: none;
}
.clearing-blackout ul.block-grid[data-clearing].nine-up > li:nth-child(9n+1) {
  clear: none;
}
.clearing-blackout ul.block-grid[data-clearing].ten-up > li:nth-child(10n+1) {
  clear: none;
}
.clearing-blackout ul.block-grid[data-clearing].eleven-up > li:nth-child(11n+1) {
  clear: none;
}
.clearing-blackout ul.block-grid[data-clearing].twelve-up > li:nth-child(12n+1) {
  clear: none;
}
.clearing-blackout .th img {
  border: none;
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.clearing-blackout:hover img,
.clearing-blackout:focus img {
  -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: 0 0 0 0 rgba(0,0,0,0);
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.hide-for-large-up,
.show-for-xlarge,
.show-for-print {
  display: none !important;
}
.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-xlarge,
.hide-for-print {
  display: inherit !important;
}
@media only screen and (min-width: 1441px) {
  .hide-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: inherit !important;
  }
  .show-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: none !important;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }
  .show-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }
  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
.show-for-touch {
  display: none !important;
}
.hide-for-touch {
  display: inherit !important;
}
.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}
table.show-for-xlarge,
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
  display: table !important;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .touch table.hide-for-xlarge,
  .touch table.hide-for-large,
  .touch table.hide-for-small,
  .touch table.show-for-medium {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important;
  }
}
@media only screen and (max-device-width: 1280px) {
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }
}
@media only screen and (max-device-width: 800px),only screen and (device-width: 1024px) and (device-height: 600px),only screen and (width: 1280px) and (orientation: landscape),only screen and (device-width: 800px),only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .touch .nav-bar li a {
    font-size: 13px;
  }
  .touch .nav-bar li.has-flyout > a.flyout-toggle {
    padding: 20px !important;
  }
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }
  .clearing-main-right,
  .clearing-main-left {
    height: 100%;
    width: 40px;
    top: 0;
    border: none;
  }
  .clearing-main-right:before,
  .clearing-main-left:before {
    position: absolute;
    top: 50%;
  }
  .clearing-main-left {
    left: 0;
  }
  .clearing-main-left:before {
    left: 5px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent white transparent transparent;
  }
  .clearing-main-right {
    height: 100%;
    right: 0;
  }
  .clearing-main-right:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 16px;
    border-color: transparent transparent transparent white;
  }
}
@media only screen and (max-width: 530px) {
  .left,
  .right {
    float: none;
  }
  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .column,
  .columns {
    width: auto !important;
    float: none;
  }
  .column:last-child,
  .columns:last-child {
    float: none;
  }
  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }
  .column:before,
  .columns:before,
  .column:after,
  .columns:after {
    content: "";
    display: table;
  }
  .column:after,
  .columns:after {
    clear: both;
  }
  .offset-by-one,
  .offset-by-two,
  .offset-by-three,
  .offset-by-four,
  .offset-by-five,
  .offset-by-six,
  .offset-by-seven,
  .offset-by-eight,
  .offset-by-nine,
  .offset-by-ten {
    margin-left: 0 !important;
  }
  .push-two,
  .push-three,
  .push-four,
  .push-five,
  .push-six,
  .push-seven,
  .push-eight,
  .push-nine,
  .push-ten {
    left: auto;
  }
  .pull-two,
  .pull-three,
  .pull-four,
  .pull-five,
  .pull-six,
  .pull-seven,
  .pull-eight,
  .pull-nine,
  .pull-ten {
    right: auto;
  }
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-one:last-child {
    float: right;
  }
  .row .mobile-one.end {
    float: left;
  }
  .row.collapse .mobile-one {
    padding: 0;
  }
  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-two:last-child {
    float: right;
  }
  .row .mobile-two.end {
    float: left;
  }
  .row.collapse .mobile-two {
    padding: 0;
  }
  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-three:last-child {
    float: right;
  }
  .row .mobile-three.end {
    float: left;
  }
  .row.collapse .mobile-three {
    padding: 0;
  }
  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 15px;
  }
  .row .mobile-four:last-child {
    float: right;
  }
  .row .mobile-four.end {
    float: left;
  }
  .row.collapse .mobile-four {
    padding: 0;
  }
  .push-one-mobile {
    left: 25%;
  }
  .pull-one-mobile {
    right: 25%;
  }
  .push-two-mobile {
    left: 50%;
  }
  .pull-two-mobile {
    right: 50%;
  }
  .push-three-mobile {
    left: 75%;
  }
  .pull-three-mobile {
    right: 75%;
  }
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .block-grid > li {
    clear: none;
  }
  .block-grid.mobile-one-up > li {
    width: 100%;
  }
  .block-grid.mobile-two-up > li {
    width: 50%;
  }
  .block-grid.mobile-two-up > li:nth-child(2n+1) {
    clear: both;
  }
  .block-grid.mobile-three-up > li {
    width: 33.33333%;
  }
  .block-grid.mobile-three-up > li:nth-child(3n+1) {
    clear: both;
  }
  .block-grid.mobile-four-up > li {
    width: 25%;
  }
  .block-grid.mobile-four-up > li:nth-child(4n+1) {
    clear: both;
  }
  .block-grid.mobile-five-up > li {
    width: 20%;
  }
  .block-grid.mobile-five-up > li:nth-child(5n+1) {
    clear: both;
  }
  .block-grid.mobile-six-up > li {
    width: 16.66667%;
  }
  .block-grid.mobile-six-up > li:nth-child(6n+1) {
    clear: both;
  }
  .block-grid.mobile-seven-up > li {
    width: 14.28571%;
  }
  .block-grid.mobile-seven-up > li:nth-child(7n+1) {
    clear: both;
  }
  .block-grid.mobile-eight-up > li {
    width: 12.5%;
  }
  .block-grid.mobile-eight-up > li:nth-child(8n+1) {
    clear: both;
  }
  .block-grid.mobile-nine-up > li {
    width: 11.11111%;
  }
  .block-grid.mobile-nine-up > li:nth-child(9n+1) {
    clear: both;
  }
  .block-grid.mobile-ten-up > li {
    width: 10%;
  }
  .block-grid.mobile-ten-up > li:nth-child(10n+1) {
    clear: both;
  }
  .block-grid.mobile-eleven-up > li {
    width: 9.09091%;
  }
  .block-grid.mobile-eleven-up > li:nth-child(11n+1) {
    clear: both;
  }
  .block-grid.mobile-twelve-up > li {
    width: 8.33333%;
  }
  .block-grid.mobile-twelve-up > li:nth-child(12n+1) {
    clear: both;
  }
  label.right {
    text-align: left;
  }
  input[type="text"].one,
  .row input[type="text"].one,
  input[type="password"].one,
  .row input[type="password"].one,
  input[type="date"].one,
  .row input[type="date"].one,
  input[type="datetime"].one,
  .row input[type="datetime"].one,
  input[type="email"].one,
  .row input[type="email"].one,
  input[type="number"].one,
  .row input[type="number"].one,
  input[type="search"].one,
  .row input[type="search"].one,
  input[type="tel"].one,
  .row input[type="tel"].one,
  input[type="time"].one,
  .row input[type="time"].one,
  input[type="url"].one,
  .row input[type="url"].one,
  textarea.one,
  .row textarea.one {
    width: 100% !important;
  }
  input[type="text"].two,
  .row input[type="text"].two,
  input[type="password"].two,
  .row input[type="password"].two,
  input[type="date"].two,
  .row input[type="date"].two,
  input[type="datetime"].two,
  .row input[type="datetime"].two,
  input[type="email"].two,
  .row input[type="email"].two,
  input[type="number"].two,
  .row input[type="number"].two,
  input[type="search"].two,
  .row input[type="search"].two,
  input[type="tel"].two,
  .row input[type="tel"].two,
  input[type="time"].two,
  .row input[type="time"].two,
  input[type="url"].two,
  .row input[type="url"].two,
  textarea.two,
  .row textarea.two {
    width: 100% !important;
  }
  input[type="text"].three,
  .row input[type="text"].three,
  input[type="password"].three,
  .row input[type="password"].three,
  input[type="date"].three,
  .row input[type="date"].three,
  input[type="datetime"].three,
  .row input[type="datetime"].three,
  input[type="email"].three,
  .row input[type="email"].three,
  input[type="number"].three,
  .row input[type="number"].three,
  input[type="search"].three,
  .row input[type="search"].three,
  input[type="tel"].three,
  .row input[type="tel"].three,
  input[type="time"].three,
  .row input[type="time"].three,
  input[type="url"].three,
  .row input[type="url"].three,
  textarea.three,
  .row textarea.three {
    width: 100% !important;
  }
  input[type="text"].four,
  .row input[type="text"].four,
  input[type="password"].four,
  .row input[type="password"].four,
  input[type="date"].four,
  .row input[type="date"].four,
  input[type="datetime"].four,
  .row input[type="datetime"].four,
  input[type="email"].four,
  .row input[type="email"].four,
  input[type="number"].four,
  .row input[type="number"].four,
  input[type="search"].four,
  .row input[type="search"].four,
  input[type="tel"].four,
  .row input[type="tel"].four,
  input[type="time"].four,
  .row input[type="time"].four,
  input[type="url"].four,
  .row input[type="url"].four,
  textarea.four,
  .row textarea.four {
    width: 100% !important;
  }
  input[type="text"].five,
  .row input[type="text"].five,
  input[type="password"].five,
  .row input[type="password"].five,
  input[type="date"].five,
  .row input[type="date"].five,
  input[type="datetime"].five,
  .row input[type="datetime"].five,
  input[type="email"].five,
  .row input[type="email"].five,
  input[type="number"].five,
  .row input[type="number"].five,
  input[type="search"].five,
  .row input[type="search"].five,
  input[type="tel"].five,
  .row input[type="tel"].five,
  input[type="time"].five,
  .row input[type="time"].five,
  input[type="url"].five,
  .row input[type="url"].five,
  textarea.five,
  .row textarea.five {
    width: 100% !important;
  }
  input[type="text"].six,
  .row input[type="text"].six,
  input[type="password"].six,
  .row input[type="password"].six,
  input[type="date"].six,
  .row input[type="date"].six,
  input[type="datetime"].six,
  .row input[type="datetime"].six,
  input[type="email"].six,
  .row input[type="email"].six,
  input[type="number"].six,
  .row input[type="number"].six,
  input[type="search"].six,
  .row input[type="search"].six,
  input[type="tel"].six,
  .row input[type="tel"].six,
  input[type="time"].six,
  .row input[type="time"].six,
  input[type="url"].six,
  .row input[type="url"].six,
  textarea.six,
  .row textarea.six {
    width: 100% !important;
  }
  input[type="text"].seven,
  .row input[type="text"].seven,
  input[type="password"].seven,
  .row input[type="password"].seven,
  input[type="date"].seven,
  .row input[type="date"].seven,
  input[type="datetime"].seven,
  .row input[type="datetime"].seven,
  input[type="email"].seven,
  .row input[type="email"].seven,
  input[type="number"].seven,
  .row input[type="number"].seven,
  input[type="search"].seven,
  .row input[type="search"].seven,
  input[type="tel"].seven,
  .row input[type="tel"].seven,
  input[type="time"].seven,
  .row input[type="time"].seven,
  input[type="url"].seven,
  .row input[type="url"].seven,
  textarea.seven,
  .row textarea.seven {
    width: 100% !important;
  }
  input[type="text"].eight,
  .row input[type="text"].eight,
  input[type="password"].eight,
  .row input[type="password"].eight,
  input[type="date"].eight,
  .row input[type="date"].eight,
  input[type="datetime"].eight,
  .row input[type="datetime"].eight,
  input[type="email"].eight,
  .row input[type="email"].eight,
  input[type="number"].eight,
  .row input[type="number"].eight,
  input[type="search"].eight,
  .row input[type="search"].eight,
  input[type="tel"].eight,
  .row input[type="tel"].eight,
  input[type="time"].eight,
  .row input[type="time"].eight,
  input[type="url"].eight,
  .row input[type="url"].eight,
  textarea.eight,
  .row textarea.eight {
    width: 100% !important;
  }
  input[type="text"].nine,
  .row input[type="text"].nine,
  input[type="password"].nine,
  .row input[type="password"].nine,
  input[type="date"].nine,
  .row input[type="date"].nine,
  input[type="datetime"].nine,
  .row input[type="datetime"].nine,
  input[type="email"].nine,
  .row input[type="email"].nine,
  input[type="number"].nine,
  .row input[type="number"].nine,
  input[type="search"].nine,
  .row input[type="search"].nine,
  input[type="tel"].nine,
  .row input[type="tel"].nine,
  input[type="time"].nine,
  .row input[type="time"].nine,
  input[type="url"].nine,
  .row input[type="url"].nine,
  textarea.nine,
  .row textarea.nine {
    width: 100% !important;
  }
  input[type="text"].ten,
  .row input[type="text"].ten,
  input[type="password"].ten,
  .row input[type="password"].ten,
  input[type="date"].ten,
  .row input[type="date"].ten,
  input[type="datetime"].ten,
  .row input[type="datetime"].ten,
  input[type="email"].ten,
  .row input[type="email"].ten,
  input[type="number"].ten,
  .row input[type="number"].ten,
  input[type="search"].ten,
  .row input[type="search"].ten,
  input[type="tel"].ten,
  .row input[type="tel"].ten,
  input[type="time"].ten,
  .row input[type="time"].ten,
  input[type="url"].ten,
  .row input[type="url"].ten,
  textarea.ten,
  .row textarea.ten {
    width: 100% !important;
  }
  input[type="text"].eleven,
  .row input[type="text"].eleven,
  input[type="password"].eleven,
  .row input[type="password"].eleven,
  input[type="date"].eleven,
  .row input[type="date"].eleven,
  input[type="datetime"].eleven,
  .row input[type="datetime"].eleven,
  input[type="email"].eleven,
  .row input[type="email"].eleven,
  input[type="number"].eleven,
  .row input[type="number"].eleven,
  input[type="search"].eleven,
  .row input[type="search"].eleven,
  input[type="tel"].eleven,
  .row input[type="tel"].eleven,
  input[type="time"].eleven,
  .row input[type="time"].eleven,
  input[type="url"].eleven,
  .row input[type="url"].eleven,
  textarea.eleven,
  .row textarea.eleven {
    width: 100% !important;
  }
  input[type="text"].twelve,
  .row input[type="text"].twelve,
  input[type="password"].twelve,
  .row input[type="password"].twelve,
  input[type="date"].twelve,
  .row input[type="date"].twelve,
  input[type="datetime"].twelve,
  .row input[type="datetime"].twelve,
  input[type="email"].twelve,
  .row input[type="email"].twelve,
  input[type="number"].twelve,
  .row input[type="number"].twelve,
  input[type="search"].twelve,
  .row input[type="search"].twelve,
  input[type="tel"].twelve,
  .row input[type="tel"].twelve,
  input[type="time"].twelve,
  .row input[type="time"].twelve,
  input[type="url"].twelve,
  .row input[type="url"].twelve,
  textarea.twelve,
  .row textarea.twelve {
    width: 100% !important;
  }
  .button {
    display: block;
  }
  button.button,
  input[type="submit"].button,
  input[type="reset"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .button-group button.button,
  .button-group input[type="submit"].button {
    width: auto;
    padding: 10px 20px 11px;
  }
  .button-group button.button.large,
  .button-group input[type="submit"].button.large {
    padding: 15px 30px 16px;
  }
  .button-group button.button.medium,
  .button-group input[type="submit"].button.medium {
    padding: 10px 20px 11px;
  }
  .button-group button.button.small,
  .button-group input[type="submit"].button.small {
    padding: 7px 14px 8px;
  }
  .button-group button.button.tiny,
  .button-group input[type="submit"].button.tiny {
    padding: 5px 10px 6px;
  }
  .button-group.even button.button,
  .button-group.even input[type="submit"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .nav-bar {
    height: auto;
  }
  .nav-bar > li {
    float: none;
    display: block;
    border-right: none;
  }
  .nav-bar > li > a.main {
    text-align: left;
    border-top: 1px solid #ddd;
    border-right: none;
  }
  .nav-bar > li:first-child > a.main {
    border-top: none;
  }
  .nav-bar > li.has-flyout > a.flyout-toggle {
    position: absolute;
    right: 0;
    top: 0;
    padding: 22px;
    z-index: 2;
    display: block;
  }
  .nav-bar > li.has-flyout.is-touch > a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    display: block;
  }
  .nav-bar > li.has-flyout > a.flyout-toggle:hover span {
    border-top-color: #141414;
  }
  .nav-bar.vertical > li.has-flyout > .flyout {
    left: 0;
  }
  .flyout {
    position: relative;
    width: 100% !important;
    top: auto;
    margin-right: -2px;
    border-width: 1px 1px 0 1px;
  }
  .flyout.right {
    float: none;
    right: auto;
    left: -1px;
  }
  .flyout.small,
  .flyout.large {
    width: 100% !important;
  }
  .flyout p:last-child {
    margin-bottom: 18px;
  }
  .reveal-modal-bg {
    position: absolute;
  }
  .reveal-modal,
  .reveal-modal.small,
  .reveal-modal.medium,
  .reveal-modal.large,
  .reveal-modal.xlarge {
    width: 80%;
    top: 15px;
    left: 50%;
    margin-left: -40%;
    padding: 20px;
    height: auto;
  }
  .clearing-container {
    margin: 0;
  }
  .clearing-close {
    z-index: 99;
    font-size: 37px;
    top: 0px;
    right: 5px;
  }
  .clearing-caption {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px !important;
    line-height: 1.3;
  }
  .clearing-main-right,
  .clearing-main-left {
    display: none;
  }
  .clearing-blackout.clearing-assembled .visible-img,
  .clearing-blackout.clearing-assembled .clearing-container {
    height: 100%;
  }
  .clearing-blackout.clearing-assembled ul[data-clearing] {
    display: none;
  }
  .joyride-tip-guide {
    width: 95% !important;
    left: 2.5% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .joyride-tip-guide-wrapper {
    width: 100%;
  }
  .tabs.mobile {
    width: auto;
    margin: 20px -20px 40px;
    border-bottom: solid 1px #ccc;
    height: auto;
    margin: 20px -15px 0px -15px;
  }
  .tabs.mobile dt,
  .tabs.mobile li,
  .tabs.mobile dd {
    float: none;
    height: auto;
  }
  .tabs.mobile dd a,
  .tabs.mobile li a {
    font-size: 15px;
    display: block;
    width: auto;
    height: auto;
    padding: 18px 20px;
    margin: 0;
    color: #555;
    line-height: 1;
    border: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    background: #fff;
  }
  .tabs.mobile dd a.active,
  .tabs.mobile li a.active {
    border: none;
    background: #2ba6cb;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto;
  }
  .tabs.mobile dd:first-child a.active,
  .tabs.mobile li:first-child a.active {
    margin: 0;
  }
  .tabs.mobile + .tabs-content.contained {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tabs.mobile .section-title {
    padding-left: 20px !important;
  }
  .contained.mobile {
    margin-bottom: 0;
  }
  .contained.tabs.mobile dd a,
  .contained.tabs.mobile li a {
    padding: 18px 20px;
  }
  .tabs.mobile + ul.contained {
    margin-left: -20px;
    margin-right: -20px;
    border-width: 0 0 1px 0;
  }
  .tooltip {
    font-size: 14px;
    line-height: 1.4;
    padding: 7px 10px 9px 10px;
    left: 50% !important;
    max-width: 80% !important;
    margin-left: -40%;
    font-size: 110%;
  }
  .tooltip > .nub,
  .tooltip.top > .nub,
  .tooltip.left > .nub,
  .tooltip.right > .nub {
    border-color: transparent transparent black transparent;
    border-color: transparent transparent rgba(0,0,0,0.85) transparent;
    top: -12px;
    left: 10px;
  }
}

body,
html {
  background: #fff;
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  width: 100%;
  height: 100%;
}
html {
  overflow-x: hidden;
}
@font-face {
  font-family: 'icomoon';
  src: url('../../typo3conf/ext/xskeleton/Resources/Public/Fonts/icomoon.eot');
  src: url('../../typo3conf/ext/xskeleton/Resources/Public/Fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../../typo3conf/ext/xskeleton/Resources/Public/Fonts/icomoon.woff') format('woff'), url('../../typo3conf/ext/xskeleton/Resources/Public/Fonts/icomoon.ttf') format('truetype'), url('../../typo3conf/ext/xskeleton/Resources/Public/Fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-accessibility2,
.icon-umbrella,
.icon-twitter,
.icon-plus,
.icon-minus,
.icon-menu6,
.icon-map3,
.icon-list,
.icon-grid5,
.icon-images2,
.icon-google-plus,
.icon-facebook,
.icon-double-right,
.icon-double-left,
.icon-close,
.icon-calendar2,
.icon-bus,
.icon-bed,
.icon-arrow-up2,
.icon-arrow-down2,
.icon-youtube3,
.icon-search5,
.icon-ticket,
.icon-print,
.icon-tripple-right,
.icon-one-right,
.icon-one-left,
.icon-tripple-left,
.icon-weather-sunny,
.icon-phone-signal {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-alone {
  display: inline-block;
}
.icon-alone span,
.icon-alone input {
  font-size: 25px;
  color: #fff;
  padding: 5px;
  height: 42px;
  width: 42px;
  display: block;
  margin-left: 2px;
  text-align: center;
  line-height: 36px;
  background: #7c993c;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.icon-alone span:hover {
  cursor: pointer;
  background: #fff;
  color: #7c993c;
  text-decoration: none !important;
}
footer .icon-alone span {
  border-radius: 18px;
  width: 35px;
  height: 35px;
  font-size: 20px;
  line-height: 29px;
}
footer .icon-alone span:hover {
  background: #EDEDEC;
}
.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
h1 {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  margin: 0;
}
a {
  color: #7c993c;
}
a:hover {
  color: #808080;
}
hr {
  margin: 0;
  padding: 0;
  background: #808080;
}
em {
  color: #000;
  font-weight: normal;
  font-style: italic;
  font-family: 'Droid Serif', serif;
}
.mobile-sub-nav-toggle {
  display: none;
}
.columns {
  padding: 0;
}
input {
  float: left;
  height: 30px;
  background: #e9e9e9;
  border: none;
  border-radius: none;
  font-size: 13px;
}
.calendar {
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/calendar.png') no-repeat center center !important;
  width: 25px;
  border: 0px !important;
  margin-left: -25px;
  float: left;
}
.image_container {
  width: 225px;
  height: 196px;
  overflow: hidden;
  display: inline-block;
}
.image_container img {
  height: 100%;
}
table.contenttable {
  clear: both;
}
.nav li {
  float: left;
  list-style: none;
}
.left {
  float: left;
}
.right {
  float: right !important;
}
.clear {
  clear: both;
}
.filterform,
.mobile-dropdown {
  display: none !important;
}
.teaser {
  background: #fff;
}
.teaser a.image_container {
  width: 245px;
  height: 197px;
  overflow: hidden;
  display: block;
}
.teaser a.image_container img {
  width: 100%;
  height: auto;
}
.teaser a h3 {
  color: #7c993c;
}
.button,
.active_button {
  background: #7c993c url('../../typo3conf/ext/xskeleton/Resources/Public/Images/sprite.png') no-repeat;
  border: none;
  width: 42px !important;
  height: 42px;
  margin-right: 5px;
  display: block;
  color: transparent;
  font-size: 2em;
}
.active_button {
  background-color: #fff;
}
a.button:hover,
a.button.active {
  background-color: #fff;
}
.more_button,
submit {
  background: #7c993c url('../../typo3conf/ext/xskeleton/Resources/Public/Images/arrow.png') no-repeat right center;
  border-radius: 5px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0 35px 0 20px;
  float: right;
  margin: 0 5px 0 0;
}
.firefox header #topmenu nav.top-bar ul.left > li > a {
  padding: 0 11px;
}
.firefox header #topmenu nav.top-bar ul.left > li:first-child > a {
  padding-right: 7px;
}
.ie header #topmenu nav.top-bar ul.left > li > a {
  padding: 0 11px;
}
.ie header #topmenu nav.top-bar ul.left > li:first-child > a {
  padding-right: 11px;
}
header #metahead {
  position: relative;
  z-index: 1004;
}
header #metahead > .row {
  height: 60px;
}
header #topmenu {
  position: relative;
  z-index: 1003;
}
header #metahead {
  background: #fff;
  height: 60px;
}
header #metahead p,
header #metahead span,
header #metahead a,
header #metahead li {
  color: #808080;
  font-size: 12px;
  line-height: 12px;
}
header #metahead #logo {
  position: relative;
  top: 55px;
  height: 116px;
  display: block;
  padding-top: 5px;
  z-index: 1002;
}
header #metahead #logo img {
  width: 100%;
  height: auto;
  max-width: 242px;
}
header #metahead ul.csc-menu {
  margin: 22px 0 0 20px;
}
header #metahead ul.csc-menu li {
  border-right: 1px solid #808080;
  line-height: 12px;
  list-style: none;
  float: left;
}
header #metahead ul.csc-menu li a {
  color: #808080;
  font-size: 12px;
  padding: 0 5px 0 5px;
}
header #metahead ul.csc-menu li a:hover {
  background: #7c993c;
  color: #fff;
  text-decoration: none;
}
header #metahead ul.csc-menu li:last-child {
  border-right: 0px;
}
header #metahead ul.csc-menu li.active {
  border-right: 0px;
}
header #metahead ul.csc-menu li.active a {
  background: #7c993c;
  color: #fff;
}
header #metahead a.phone {
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/phone-icon.jpg') no-repeat left center;
  padding: 0 9px 0 25px;
  border-right: 1px solid #808080;
  line-height: 18px;
  margin: 20px 10px 0 0;
  text-align: right;
  display: none;
}
header #metahead a.phone.desktop {
  display: block;
}
header #metahead ul#lang {
  margin-top: 22px;
}
header #metahead ul#lang li {
  margin-right: 5px;
}
header #metahead ul#lang li a {
  width: 20px;
  height: 14px;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/sprite.png') no-repeat;
  display: inline-block;
}
header #metahead ul#lang li a.de {
  background-position: -14px -15px;
  color: transparent;
}
header #metahead ul#lang li a.en {
  background-position: -57px -15px;
  color: transparent;
}
header #metahead ul#lang li a.de:hover,
header #metahead ul#lang li a.de.active {
  background-position: -14px -160px;
}
header #metahead ul#lang li a.en:hover,
header #metahead ul#lang li a.en.active {
  background-position: -57px -160px;
}
header #topmenu {
  background: #f3f4eb;
  height: 60px;
}
header #topmenu nav.top-bar {
  margin-top: -55px;
  background: none;
  color: #000;
  width: 720px;
  float: right;
}
header #topmenu nav.top-bar li.toggle-topbar a span {
  margin: 9px 0 0 119px;
}
header #topmenu nav.top-bar ul.left {
  width: 100%;
  max-width: 697px;
  z-index: 5005;
  float: right;
  position: relative;
}
header #topmenu nav.top-bar ul.left > li > a {
  border-left: 1px solid #7c993c;
}
header #topmenu nav.top-bar ul.left > li:first-child a {
  padding: 0 11px;
  border: none;
}
header #topmenu nav.top-bar ul.left li {
  margin-right: 3px;
}
header #topmenu nav.top-bar ul.left li a {
  padding: 0 11px;
  line-height: 60px;
  height: 60px;
}
header #topmenu nav.top-bar ul.left li a.active {
  color: #000;
  text-transform: uppercase;
}
header #topmenu nav.top-bar ul.left li a:hover {
  background: #7c993c;
  color: #fff;
}
header #topmenu nav.top-bar ul.left li ul.dropdown {
  position: absolute;
  display: none;
  left: 0;
  top: 59px;
  height: auto;
  min-height: 265px;
  width: 100%;
  background: #7c993c;
  padding: 25px 230px 5px 25px;
  z-index: 5005;
}
header #topmenu nav.top-bar ul.left li ul.dropdown li.title {
  display: none;
}
header #topmenu nav.top-bar ul.left li ul.dropdown li {
  background: none;
  width: 215px;
}
header #topmenu nav.top-bar ul.left li ul.dropdown li a {
  color: #ffffff;
  line-height: 24px;
  height: auto;
  padding: 10px 9px 10px 9px !important;
}
header #topmenu nav.top-bar ul.left li ul.dropdown li a:hover {
  color: #596542;
}
header #topmenu nav.top-bar ul.left li ul.dropdown li:hover ul.dropdown {
  display: block !important;
}
header #topmenu nav.top-bar ul.left li ul.dropdown .dropdown-teaser {
  background: #fff;
  position: absolute;
  top: 100px;
  right: 15px;
  width: 210px;
  float: right;
  margin-top: -73px;
}
header #topmenu nav.top-bar ul.left li ul.dropdown .dropdown-teaser .image_container {
  width: 210px;
  height: 145px;
  padding: 0;
  margin: 0;
}
header #topmenu nav.top-bar ul.left li ul.dropdown .dropdown-teaser a.more_button {
  line-height: 30px;
  height: 30px;
  margin: 5px 44px 15px 0;
  color: #fff;
  padding-right: 30px;
}
header #topmenu nav.top-bar ul.left li ul.dropdown .dropdown-teaser h3 a {
  color: #7C993C;
  line-height: 24px;
  height: 25px;
  margin-top: 8px;
}
header #topmenu nav.top-bar ul.left li.active a {
  background: #7c993c;
  color: #fff;
}
header #topmenu nav.top-bar ul.left > li:first-child > a {
  padding-left: 10px;
}
header #topmenu nav.top-bar ul.left > li:last-child {
  margin-right: 0px;
}
#nav-hover {
  position: absolute;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/nav-hover.png');
  width: 100%;
  height: 91.5%;
  min-height: 500px;
  z-index: 1001;
}
#slider {
  top: 0;
  position: fixed;
  overflow: hidden;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/shine.png') repeat-x left bottom;
}
#slider .slider-nav .left,
#slider .slider-nav .right,
#slider .timer {
  display: none;
}
#startseite #quicksearch {
  position: absolute;
  margin-left: 50%;
  left: -219px;
  top: 125px;
}
#startseite section#quick-start {
  min-height: 380px;
  margin-top: 245px;
}
#quicksearch {
  position: relative;
  top: -10px;
  width: 600px;
  margin: 0 auto;
  left: 81px;
  z-index: 999;
}
#quicksearch ul {
  margin: 0 5px 0 0;
}
#quicksearch input.search {
  border-radius: none;
  background-color: #7c993c;
  background: #7c993c url('../../typo3conf/ext/xskeleton/Resources/Public/Images/sprite.png') no-repeat -8px -43px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
#quicksearch input {
  width: 270px;
  float: left;
  height: 41px;
  background-color: #fff;
  padding-left: 15px;
  margin-left: 3px;
}
#homepage_teaser {
  position: relative;
  z-index: 1000;
  height: 0;
}
#homepage_teaser .one {
  top: -48px;
}
#homepage_teaser #left_teaser {
  margin-top: -48px;
}
#homepage_teaser #left_teaser h1 {
  background: #fff;
  font-style: italic;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  width: 251px;
  height: 42px;
  line-height: 42px;
  text-align: right;
  font-weight: normal;
  padding: 0 15px 0 0;
  margin: 0 5px 0 0;
  text-transform: none;
}
#homepage_teaser #left_teaser #kartenteaser {
  margin: 5px 0 0 5px;
  float: left;
  -webkit-box-shadow: 0px 2px 5px 0px #e6e6e6;
  box-shadow: 0px 2px 3px 0px #e6e6e6;
}
#homepage_teaser #left_teaser #kartenteaser a.more_button {
  margin: 0 61px 27px 0;
}
#homepage_teaser #left_teaser .booking {
  width: 245px;
  background: #fff;
  padding: 15px;
  margin: 5px 0 0 6px;
  height: auto;
  min-height: 280px;
  -webkit-box-shadow: 0px 2px 5px 0px #e6e6e6;
  box-shadow: 0px 2px 3px 0px #e6e6e6;
}
#homepage_teaser #left_teaser .booking h3 {
  margin-bottom: 10px;
}
#homepage_teaser #left_teaser .booking .left {
  width: 50%;
}
#homepage_teaser #left_teaser .booking .left .styled-select {
  background-position: -65px -183px;
}
#homepage_teaser #left_teaser .booking div {
  margin-bottom: -5px;
}
#homepage_teaser #left_teaser .booking .styled-select {
  background-color: #fff;
  background-image: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/sprite.png');
  background-position: 38px -183px;
  background-repeat: no-repeat;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  color: rgba(0,0,0,0.75);
  display: block;
  font-size: 14px;
  height: 32px;
  margin: 2px 0 12px;
  overflow: hidden;
  padding: 6px;
  border-radius: 3px;
  transition: all 0.15s linear 0s;
  width: 96%;
}
#homepage_teaser #left_teaser .booking .styled-select select {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: 0 none;
  border-radius: 0 0 0 0;
  color: #707070;
  font-family: 'Droid Sans';
  font-size: 14px;
  height: 32px;
  line-height: 1;
  margin: -8px -7px 0 0;
  width: 140%;
}
#homepage_teaser #left_teaser .booking input.date {
  width: 102px;
}
#homepage_teaser #left_teaser .booking input.anzahl_erwachsene {
  width: 103px;
  margin-right: 7px;
}
#homepage_teaser #left_teaser .booking .anzahl_kinder {
  width: 103px;
  margin-right: 0px;
}
#homepage_teaser #left_teaser .booking label {
  width: 100px;
  font-size: 13px;
  margin-top: -5px;
}
#homepage_teaser #left_teaser .booking label.unterkunft,
#homepage_teaser #left_teaser .booking label#children_age_label,
#homepage_teaser #left_teaser .booking label#child_age_label {
  width: 150px;
  clear: both;
}
#homepage_teaser #left_teaser .booking .postfix,
#homepage_teaser #left_teaser .booking .prefix {
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  margin-left: -27px;
}
#homepage_teaser #left_teaser .booking select {
  line-height: 30px;
  padding: 6px 5px 6px 0;
}
#homepage_teaser #left_teaser .booking .conversion_submit {
  background: #025ea8;
  width: 215px;
  border-radius: 3px;
  margin-top: 11px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 1px 1px 1px #000;
  filter: dropshadow(color=#000,offx=1,offy=1);
}
#homepage_teaser #left_teaser .icon-alone span {
  margin-left: 0;
}
#homepage_teaser #right_teaser .teaser-box {
  background: #fff;
  width: 530px;
  height: 205px;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 5px 0px #e6e6e6;
  box-shadow: 0px 2px 3px 0px #e6e6e6;
  float: right;
}
#homepage_teaser #right_teaser .teaser-box .image_container {
  margin: -15px -15px 0 0;
  float: right;
  width: 280px;
  height: 205px;
}
#homepage_teaser #right_teaser .teaser-box .image_container img {
  width: 100%;
  height: auto;
}
#homepage_teaser #right_teaser .teaser-box ul {
  margin: -62px 0 62px -17px;
}
#homepage_teaser #right_teaser .teaser-box h3 {
  margin-bottom: 5px;
}
#homepage_teaser #right_teaser .teaser-box p {
  line-height: 18px;
}
#indexedsearchbox input[type="text"] {
  font-family: 'Arial';
}
#content {
  margin-bottom: 95px;
  position: relative;
  z-index: 800;
  min-height: 300px;
}
#content article {
  background: #f3f6eb;
  min-height: 300px;
  padding: 23px;
}
#content article .row {
  margin: 0;
}
#content article em {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
#content article .themen_teaser .info_window {
  height: 0px;
  background: #fff;
}
#content article .themen_teaser .info_window p {
  padding: 15px;
}
#content article .themen_teaser .info_window .more_button {
  margin: -20px 20px 15px 0;
}
#content article .themen_teaser img {
  width: 100%;
  height: auto;
}
#content article .themen_teaser h3 {
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/green_trans.png');
  display: block;
  padding: 15px;
  position: relative;
  z-index: 100;
  margin-top: -55px;
}
#content article .themen_teaser h3 a {
  color: #fff;
}
#content nav#breadcrumb {
  padding: 23px;
  background: #f3f6eb;
  margin: 60px 0 0 0;
}
#content nav#breadcrumb ul li {
  list-style: none;
  float: left;
  margin-right: 10px;
}
#content nav#breadcrumb li.right {
  float: right !important;
  margin: -11px -16px 0 0;
}
#content #main.nine {
  padding-left: 23px;
}
#content #main.nine > section > section {
  padding: 0;
}
#content #main.nine .tx-news {
  background: #F3F6EB;
  width: 100%;
  padding: 0 23px 0 23px;
  margin: 0;
}
#content #main.nine .tx-news .page-navigation {
  padding-top: 20px;
  margin-bottom: 20px;
}
#content #main.nine .tx-news .page-navigation p {
  padding: 15px 23px 0 0;
  display: inline;
}
#content #main.nine .tx-news ul.f3-widget-paginator {
  float: right;
}
#content #main.nine .tx-news ul.f3-widget-paginator li {
  list-style: none;
  float: left;
  padding-top: 5px;
  width: 42px;
  height: 37px;
  text-align: center;
  display: block;
  background: #7C993C;
  margin-left: 5px;
  color: #fff;
}
#content #main.nine .tx-news ul.f3-widget-paginator li a {
  background: #7C993C;
  display: block;
  width: 42px;
  height: 32px;
  color: white;
}
#content #main.nine .tx-news ul.f3-widget-paginator li.current {
  background: #D9DDCA;
}
#content #main.nine .tx-news ul.f3-widget-paginator li.next,
#content #main.nine .tx-news ul.f3-widget-paginator li.previous {
  width: 75px;
}
#content #main.nine .tx-news ul.f3-widget-paginator li.next a,
#content #main.nine .tx-news ul.f3-widget-paginator li.previous a {
  width: 75px;
}
#content #main.nine .tx-news .teaser {
  background: none;
  height: auto;
  height: 250px;
  margin-bottom: 25px;
}
#content #main.nine .tx-news .teaser .imgwrap {
  width: 250px;
  height: 250px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
#content #main.nine .tx-news .teaser .imgwrap img {
  width: 100%;
  height: auto;
}
#content #main.nine .tx-news .teaser .txtwrap h2 {
  padding: 0;
  text-transform: uppercase;
}
#content #main.nine .tx-news .teaser .txtwrap .txt a span {
  background: #7C993C url('../../typo3conf/ext/xskeleton/Resources/Public/Images/arrow.png') no-repeat right center;
  border-radius: 5px;
  padding: 10px 29px 10px 19px;
  text-transform: uppercase;
  color: white;
}
#content #main.nine .tx-news .news-clear {
  clear: both;
}
#content #main.nine article.news h2 {
  font-size: 17px;
}
#content #main.nine article.news h1 {
  margin-bottom: 20px;
}
#content #main.nine article.news div.imgwrap {
  width: 300px;
  height: auto;
  float: right;
  margin-left: 15px;
}
#content #main.nine article.news div.imgwrap img {
  width: 100%;
  height: auto;
}
#content #main.nine article.news .news-text-wrap p {
  padding: 0;
}
#content #main.nine article.news.single .teaser-text {
  margin-bottom: 10px;
}
#content #main.nine .tx-icbrochuresdownload-pi1 {
  background: #F3F6EB;
  width: 100%;
  padding: 0 23px 0 23px;
  margin: 0;
}
#content #main.nine .tx-icbrochuresdownload-pi1 fieldset {
  border: 0px;
  padding: 0px;
}
#content #main.nine .tx-icbrochuresdownload-pi1 fieldset legend {
  font-size: 20px;
  color: #000;
  font-family: 'Droid Sans';
  text-transform: uppercase;
  background: none;
  margin-bottom: 25px;
}
#content #main.nine .tx-icbrochuresdownload-pi1 fieldset .teaser {
  width: 207px;
  height: 311px;
  float: left;
  margin: 0 10px 10px 0;
  background: none;
}
#content #main.nine .tx-icbrochuresdownload-pi1 fieldset .teaser .imgwrap {
  background: none;
}
#content #main.nine .tx-icbrochuresdownload-pi1 fieldset .teaser .txtwrap header.title h2 {
  padding: 9px 0 0 0;
  font-size: 16px;
  text-transform: uppercase;
}
#content #main.nine section {
  background: #f3f6eb;
  margin-bottom: 10px;
  padding: 23px;
  float: left;
  width: 100%;
}
#content #main.nine section form.subscribe table input {
  width: 100%;
  border-radius: none;
}
#content #main.nine section em {
  font-size: 20px;
  line-height: 30px;
  display: block;
  margin-bottom: 10px;
}
#content #main.nine section .tx-powermail {
  width: 100% !important;
}
#content #main.nine section .tx-powermail fieldset {
  border: 0px;
  background: transparent;
}
#content #main.nine section .tx-powermail fieldset .powermail_legend {
  float: left;
  font-size: 20px;
  color: #000;
  font-family: 'Droid Sans';
  text-transform: uppercase;
  background: none;
}
#content #main.nine section .tx-powermail fieldset .powermail_fieldwrap {
  padding-right: 5px;
  float: left;
}
#content #main.nine section .tx-powermail fieldset .powermail_fieldwrap label.powermail_label {
  color: #707070;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Droid Sans';
}
#content #main.nine section .tx-powermail fieldset .powermail_fieldwrap input {
  background-color: #D5D8CD;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.75);
  display: block;
  font-size: 14px;
  margin: 2px 0 12px 0;
  padding: 6px;
  height: 32px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
#content #main.nine section .tx-powermail fieldset .powermail_fieldwrap input:focus {
  background: #ffF;
}
#content #main.nine section #event_form {
  margin-top: 40px;
}
#content #main.nine section .event_quicksearch {
  background: #7c993c;
  height: 40px;
  margin-top: 15px;
  color: #fff;
  font-style: italic;
  font-family: 'Droid Serif', serif;
}
#content #main.nine section .event_quicksearch p {
  float: left;
  padding: 9px 27px 9px 27px;
  border-right: 1px solid #fff;
}
#content #main.nine section .event_quicksearch p:last-child {
  border: 0;
}
#content #main.nine section h3 {
  margin-bottom: 6px;
}
#content #main.nine section .events_teaser {
  background: #fff;
  margin-top: 3px;
  padding: 15px;
}
#content #main.nine section .events_teaser .image_container {
  margin: 10px 15px 15px 0;
  width: 200px;
  height: 130px;
}
#content #main.nine section .events_teaser .image_container img {
  width: 100%;
  height: auto;
}
#content #main.nine section .events_teaser em {
  font-size: 14px;
}
#content #main.nine section .events_teaser .more_button {
  margin-top: -35px;
}
#content #main.nine section .padding-right {
  padding-right: 5px;
}
#content #main.nine section .mini_teaser {
  background: #fff;
  height: 80px;
  width: 315px;
  margin-bottom: 10px;
}
#content #main.nine section .mini_teaser h3 {
  padding-top: 16px;
  line-height: 20px;
  padding-left: 15px;
}
#content #main.nine section .mini_teaser em {
  font-size: 14px;
  line-height: 20px;
  padding-left: 15px;
  color: #808080;
  font-family: 'Droid Sans';
  font-style: normal;
  line-height: 16px;
}
#content #main.nine section .mini_teaser .image_container {
  width: 99px;
  height: 80px;
  margin-right: 15px;
  float: left;
}
#content #main.nine section nav#pagination {
  float: right;
  margin: 12px 0 -5px 0;
  height: 33px;
}
#content #main.nine section nav#pagination li {
  float: left;
  list-style: none;
  margin-right: 2px;
}
#content #main.nine section nav#pagination li a {
  width: 33px;
  height: 33px;
  background: #7c993c;
  color: #fff;
  display: block;
}
#content #main.nine section nav#pagination li a.active {
  background: #fff;
  color: #7c993c;
}
#content #main.nine section nav#pagination li a.back,
#content #main.nine section nav#pagination li a.next {
  color: transparent;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/sprite.png') no-repeat;
  background: #7c993c;
}
#content #main.nine section nav#pagination li a.back:hover,
#content #main.nine section nav#pagination li a.next:hover {
  background: #fff;
}
#content #main.nine ul#ansicht {
  margin-top: -75px;
}
#content #main.nine section#gallery div.container div#mainContainer div.productlist div.list div#filterlist.filterlist div.bar div.diplaymode {
  float: right;
}
#content #main.nine section#gallery div.container div#mainContainer div.productlist div.list div#filterlist.filterlist div.bar div.diplaymode div {
  width: 42px;
  height: 42px;
  float: left;
  background: #7C993C;
  margin-right: 2px;
}
#content #main.nine section#gallery div.container div#mainContainer div.productlist div.list div#filterlist.filterlist div.results div.dataTables_wrapper table.dataTable tbody tr {
  width: 33.3% !important;
  height: 400px !important;
  float: left;
}
#content #main.nine table.dataTable {
  width: 100% !important;
}
#content #main.nine table.Teaser2 {
  width: 33.3% !important;
  float: left;
}
#content #main.nine section#ausgewaehlte_gastgeber .teaser {
  margin: 25px 10px 0 0;
  background: #7c993c;
}
#content #main.nine section#ausgewaehlte_gastgeber .teaser h3 {
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/white_trans.png');
  padding: 10px 0 10px 10px;
  margin-top: -45px;
  position: relative;
  z-index: 100;
}
#content #main.nine section#ausgewaehlte_gastgeber .teaser h3 a {
  color: #000;
}
#content #main.nine section#ausgewaehlte_gastgeber .teaser p {
  color: #fff;
  padding: 0 0 15px 10px;
}
#content #main.nine section#ausgewaehlte_gastgeber .teaser {
  min-height: 265px;
}
#content #main.nine section#ausgewaehlte_gastgeber .teaser h3 {
  margin: 0;
  margin-top: -5px;
}
#content #main.nine section#ausgewaehlte_gastgeber .teaser p {
  margin: 0;
  padding: 5px 10px;
}
#content #main section .dataTable .teaser span {
  padding-left: 0;
}
#content aside {
  min-height: 300px;
}
#content aside nav#subnav {
  background: #7c993c;
  padding-bottom: 3px;
}
#content aside nav#subnav ul.level-1 li {
  list-style: none;
}
#content aside nav#subnav ul.level-1 li a {
  color: #fff;
  font-style: italic;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  display: block;
  padding: 23px;
}
#content aside nav#subnav ul.level-1 li a:hover {
  text-decoration: none;
}
#content aside nav#subnav ul.level-1 li ul.level-2 {
  margin: 0;
  margin-left: -23px;
}
#content aside nav#subnav ul.level-1 li ul.level-2 li a {
  font-style: normal;
  font-family: 'Droid Sans', sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 23px 10px 23px;
}
#content aside nav#subnav ul.level-1 li ul.level-2 > li.active,
#content aside nav#subnav ul.level-1 li ul.level-2 > li:hover {
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/li-arrow.png') no-repeat right top;
  width: 260px;
  padding-right: 20px;
}
#content aside nav#subnav ul.level-1 li ul.level-2 > li.active > a,
#content aside nav#subnav ul.level-1 li ul.level-2 > li:hover > a {
  background: #99c043 url('../../typo3conf/ext/xskeleton/Resources/Public/Images/nav-arrow.png') no-repeat right center;
}
#content aside nav#subnav ul.level-1 li ul.level-3 {
  background: #fff;
  margin: 0;
  padding-bottom: 10px;
}
#content aside nav#subnav ul.level-1 li ul.level-3 li a {
  color: #808080;
  padding: 10px 23px 0 40px;
}
#content aside nav#subnav ul.level-1 li ul.level-3 li.active a {
  background: #f3f5eb;
  padding-bottom: 10px;
}
#content aside nav#subnav ul.level-1 li ul.level-3 > li.active,
#content aside nav#subnav ul.level-1 li ul.level-3 > li:hover {
  width: 240px;
}
#content aside nav#subnav ul.level-1 li ul.level-3 > li.active > a,
#content aside nav#subnav ul.level-1 li ul.level-3 > li:hover > a {
  font-weight: bold;
  color: #808080;
}
#content aside nav#subnav ul.level-1 li ul.level-4 {
  background: #f3f5eb;
  margin: 0;
  padding-bottom: 10px;
}
#content aside nav#subnav ul.level-1 li ul.level-4 li a {
  padding: 10px 23px 0 60px !important;
  color: #808080;
}
#content aside nav#subnav ul.level-1 li ul.level-4 li.active > a {
  font-weight: bold;
}
#content aside nav#subnav ul.level-1 li ul.level-4 li:hover > a {
  font-weight: bold;
}
#content aside nav#subnav ul.level-1 li.toggle-subnav {
  display: none;
}
#content .tx-icevents .detail .col .eventdate {
  background-color: #7C993C;
  border-radius: 0;
}
#content .tx-icevents .detail .col .eventdate * {
  color: #fff;
  font-size: 20px;
}
#content .tx-icevents .detail .col .locations > b {
  color: #808080;
}
#content .tx-icevents .detail .backlink {
  margin-top: 30px;
  float: left;
}
#content .tx-icevents .detail .backlink a {
  background: #7C993C url('../../typo3conf/ext/xskeleton/Resources/Public/Images/backarrow.png') no-repeat left center;
  border-radius: 3px;
  margin-top: 30px;
  padding: 5px 30px;
  padding-right: 5px;
  color: #fff;
  font-weight: bold;
}
#content .tx-icevents .detail .printAsPDF.bottom .pdfgenerator {
  margin-top: -25px;
  float: right;
}
#content .tx-icevents .eventsearchform > em {
  font-size: 20px;
}
#content .tx-icevents .quicksearch.content {
  padding: 15px 20px 0;
}
#content .tx-icevents .quicksearch.content li:first-child {
  padding: 0 43px;
}
footer {
  position: relative;
  z-index: 1000;
  margin-top: 15px;
}
footer h1 {
  margin: 0 0 30px 0;
}
footer .timeline {
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/kneipp-button.png') no-repeat;
  width: 116px;
  height: 116px;
  display: block;
  margin: 0 auto;
  margin-bottom: -145px;
  position: relative;
  z-index: 101;
  margin-top: -30px;
}
footer .timeline_teaser {
  -webkit-box-shadow: 0px 2px 5px 0px #e6e6e6;
  box-shadow: 0px 2px 3px 0px #e6e6e6;
  background: #fff;
  width: 225px;
  height: 280px;
  position: absolute;
  margin-left: 50%;
  left: -112px;
  bottom: 290px;
  display: none;
}
footer .timeline_teaser h3 {
  margin-top: 10px;
}
footer .timeline_teaser h3 a em {
  color: #7c993c;
  text-transform: none;
  text-align: center;
  font-size: 18px;
  margin-left: 40px;
}
footer h1 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 0 4px #000;
  float: right;
  font-weight: normal;
  font-size: 38px;
  text-align: right;
  margin-top: 7px;
}
footer #footer_links {
  background: #7c993c;
  border-top: 8px solid #f3f5ec;
}
footer #footer_links .row {
  padding-left: 30px;
  background-color: #ffffff;
  background: -moz-linear-gradient(top,#ffffff 43%,#ededec 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(43%,#ffffff),color-stop(100%,#ededec));
  background: -webkit-linear-gradient(top,#ffffff 43%,#ededec 100%);
  background: -o-linear-gradient(top,#ffffff 43%,#ededec 100%);
  background: -ms-linear-gradient(top,#ffffff 43%,#ededec 100%);
  background: linear-gradient(to bottom,#ffffff 43%,#ededec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ededec',GradientType=0);
}
footer #footer_links .three {
  padding: 15px 20px 15px 20px;
}
footer #footer_links .three h4 {
  font-style: italic;
  font-family: 'Droid Serif', serif;
  color: #000;
  font-weight: normal;
}
footer #footer_links .three:last-child {
  padding-left: 0px;
}
footer #footer_links #newsletter input[type="text"],
footer #footer_links #newsletter input[type="email"] {
  background: #e9e9e9;
  -webkit-box-shadow: inset -1px 1px 1px 1px #a3a3a3;
  box-shadow: inset -1px 1px 1px 1px #a3a3a3;
  border-radius: none;
  border: none;
  font-size: 12px;
}
footer #footer_links #newsletter input:focus {
  background: #fff;
}
footer #footer_links #newsletter input.more_button {
  height: 30px;
  border: 0px;
  box-shadow: none;
  padding-top: 7px;
}
footer #footer_links #newsletter input.more_button:hover {
  background-color: #556d1f;
}
footer #footer_links #socials ul li {
  margin-right: 5px;
}
footer #footer_links #buergerseite {
  background-color: #90867d;
  display: block;
  margin: 27px 0 0 0;
  width: 163px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
footer #footer_links #buergerseite span.wappen {
  position: absolute;
  left: -29px;
  top: -5px;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/wappen.png') no-repeat;
  width: 42px;
  height: 45px;
  display: block;
}
footer #footer_links #buergerseite:hover {
  background-color: #6c6056;
}
footer #footer_links #service li,
footer #footer_links #themen li {
  clear: both;
  font-size: 13px;
  line-height: 16px;
}
footer #footer_links .row.last {
  color: transparent;
  height: 20px;
}
body.safari input:-webkit-input-placeholder {
  margin-top: 15px;
}
body.safari .timeline_teaser {
  bottom: 313px !important;
}
body.safari #topmenu nav.top-bar ul.left li a {
  padding: 0 10px;
}
@media screen and (max-width: 1065px) {
  #homepage_teaser .one {
    display: none !important;
  }
}
@media screen and (max-width: 980px) {
  #startseite section#quick-start #quicksearch {
    top: 158px;
  }
  body#timeline #content {
    top: -70px;
  }
  #metahead #logo {
    width: 125px;
    top: 0px !important;
    margin-top: -3px;
    height: 50px !important;
  }
  #metahead #logo img {
    width: 100%;
    height: auto;
    max-width: 125px;
  }
  #metahead .phone {
    display: block;
  }
  #metahead .phone.desktop {
    display: none;
  }
  #topmenu nav.top-bar {
    margin-top: 0px !important;
  }
  #topmenu nav.top-bar ul.dropdown {
    width: 750px;
  }
  nav#subnav ul.level-2 {
    display: none;
  }
  #slider {
    top: 119px;
  }
  nav.top-bar {
    float: left !important;
  }
  ul.dropdown {
    min-width: 100%;
  }
  #content .nine,
  #content .twelve {
    padding: 0 10px 0 0;
  }
  body #content {
    clear: both;
    top: 0px;
    margin: 0px 5px 0 5px;
  }
  body #content div.three aside {
    width: 300px;
    margin-left: -5px;
  }
  body #content div.three aside nav#subnav {
    background-color: transparent;
  }
  body #content div.three aside nav#subnav div.mobile-sub-nav-toggle {
    left: -8px;
    top: 0px;
    width: 42px;
    height: 42px;
    -webkit-box-shadow: 0px 2px 5px 0px #000;
    box-shadow: 0px 2px 3px 0px #000;
  }
  body #content div.three aside nav#subnav ul.level-1 li {
    width: 240px;
    padding: 0;
    float: left;
    margin-right: 5px;
  }
  body #content div.three aside nav#subnav ul.level-1 li a {
    background: #7C993C;
    line-height: 42px;
    padding: 0 23px 0 23px !important;
    display: block;
  }
  body #content div.three aside nav#subnav ul.level-1 li:first-child {
    -webkit-box-shadow: 0px 2px 5px 0px #000;
    box-shadow: 0px 2px 3px 0px #000;
    position: relative;
    z-index: 5000;
  }
  body #content div.three aside nav#subnav ul.level-2 {
    position: relative;
    z-index: 5000;
    margin-left: 0px;
  }
  body #content div.three aside nav#subnav ul.level-2 li {
    width: 100%;
  }
  body #content div.three aside nav#subnav ul.level-2 li a {
    padding-left: 25px !important;
  }
  body #content div.three aside nav#subnav ul.level-2 li:first-child {
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
  }
  body #content div.three aside nav#subnav ul.level-3 li a {
    background-color: #d9ddca;
    padding-left: 40px !important;
  }
  body #content div.three aside nav#subnav ul.level-3 li a:hover {
    background-color: #fff;
  }
  body #content div.three aside .teaser {
    display: none;
  }
  body #content #main {
    margin-top: 35px;
    padding: 0 10px 0 0px;
  }
  body #content nav#breadcrumb ul {
    position: relative;
    top: 0px;
  }
  body #content nav#breadcrumb ul li {
    font-size: 12px;
  }
  body #content nav#breadcrumb ul li.right {
    display: none;
  }
  body #content h1 {
    clear: both;
  }
  body #content article {
    padding: 13px;
  }
  body #content article .themen_teaser .info_window,
  body #content article .themen_teaser h3 {
    top: -170px !important;
  }
  #quicksearch {
    left: 0px;
  }
  section #homepage_teaser #left_teaser {
    width: 501px;
  }
  section #homepage_teaser #right_teaser {
    width: 245px;
  }
  section #homepage_teaser #right_teaser .teaser-box {
    width: 245px;
    height: 280px;
  }
  section #homepage_teaser #right_teaser .teaser-box .image_container {
    width: 245px;
    height: 197px;
    margin-bottom: 6px;
  }
  section #homepage_teaser #right_teaser .teaser-box p,
  section #homepage_teaser #right_teaser .teaser-box em {
    display: none;
  }
  section #homepage_teaser #right_teaser .teaser-box a.more_button {
    margin: 7px 37px 0 0;
  }
  html.js body#timeline div#content.row div#right.six div.timeline_teaser h1 {
    margin-right: 10px;
  }
  #content .nine {
    width: 100%;
  }
  footer h1 {
    font-size: 28px;
    margin: -4px 0 34px 0;
  }
  footer #themen {
    display: none;
  }
  footer #service,
  footer #newsletter,
  footer #socials {
    width: 33.33%;
  }
}
@media screen and (max-width: 980px) {
  #top-bar ul li {
    margin-right: 0px;
  }
  .mobile-sub-nav-toggle {
    display: block;
    width: 42px;
    height: 42px;
    position: relative;
    left: 185px;
    top: 45px;
    background: #fff;
  }
  #content .three {
    height: 50px;
  }
  aside #subnav {
    height: 45px;
  }
  aside #subnav ul.level-1 li a {
    padding-top: 9px !important;
  }
  #content {
    top: 90px;
  }
}
@media screen and (max-width: 767px) {
  body.chrome div#content div#main .tx-icjsonsearch .container #mainContainer .productlist .list #filterlist.list .results .dataTables_wrapper .dataTable .Teaser2 .teaser .image {
    height: 93px !important;
  }
  #startseite #quicksearch,
  #timeline #quicksearch {
    width: auto !important;
    z-index: 1995 !important;
    margin-left: -145px;
    top: 135px;
    left: auto;
    right: 0;
  }
  #startseite #quicksearch ul,
  #timeline #quicksearch ul {
    margin: 0;
  }
  #startseite #quicksearch ul li,
  #timeline #quicksearch ul li {
    margin-bottom: 3px;
    float: none;
    position: relative;
  }
  #startseite #quicksearch ul li a,
  #timeline #quicksearch ul li a {
    margin: 0 !important;
  }
  #startseite #quicksearch ul li a.icon-alone span,
  #timeline #quicksearch ul li a.icon-alone span {
    width: 30px;
    height: 30px;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
  }
  #startseite #quicksearch ul li .level2,
  #timeline #quicksearch ul li .level2 {
    top: 0;
    right: 30px;
  }
  #startseite div.row div.twelve ul.nav li.quickevent span,
  #timeline div.row div.twelve ul.nav li.quickevent span {
    background-size: 30px;
  }
  #startseite footer a.timeline,
  #timeline footer a.timeline {
    margin: 25px auto -190px auto;
    top: 60px;
  }
  #startseite footer div.row div#socialshareprivacy ul.social_share_privacy_area li.facebook,
  #timeline footer div.row div#socialshareprivacy ul.social_share_privacy_area li.facebook {
    width: 124px;
  }
  #startseite footer div.row div#socialshareprivacy ul.social_share_privacy_area li.facebook div.fb_like,
  #timeline footer div.row div#socialshareprivacy ul.social_share_privacy_area li.facebook div.fb_like {
    width: 90px;
  }
  #startseite footer div.row div#socialshareprivacy ul.social_share_privacy_area li.twitter,
  #timeline footer div.row div#socialshareprivacy ul.social_share_privacy_area li.twitter {
    width: 94px;
  }
  #startseite footer div.row div#socialshareprivacy ul.social_share_privacy_area li.twitter div.tweet,
  #timeline footer div.row div#socialshareprivacy ul.social_share_privacy_area li.twitter div.tweet {
    width: 59px;
  }
  #startseite footer div.row div#socialshareprivacy ul.social_share_privacy_area li.gplus,
  #timeline footer div.row div#socialshareprivacy ul.social_share_privacy_area li.gplus {
    width: 77px;
  }
  #startseite footer div.row div#socialshareprivacy ul.social_share_privacy_area li.gplus div.gplusone,
  #timeline footer div.row div#socialshareprivacy ul.social_share_privacy_area li.gplus div.gplusone {
    width: 39px;
  }
  header #metahead a.phone {
    width: 19px;
    height: 19px;
    margin-right: 0;
    display: block;
  }
  header #metahead a.phone.desktop {
    display: none;
  }
  header #metahead a.phone span {
    display: none;
  }
  header #metahead .four .csc-menu {
    display: none;
  }
  header #metahead .five {
    width: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5010;
  }
  header #metahead #logo {
    width: auto;
    margin-top: 0;
    padding-top: 0;
    z-index: 5010;
    float: left;
  }
  header #metahead #logo img {
    width: 100%;
    max-width: 133px;
  }
  #homepage_teaser .one {
    display: block;
  }
  .timeline {
    top: 213px;
  }
  #search {
    display: none;
  }
  #gallery .four {
    width: 207px;
    margin-right: 5px;
  }
  #quicksearch {
    width: 100% !important;
    top: 5px;
    left: 10px;
    z-index: 1995 !important;
    margin-left: -145px;
    top: 120px;
    left: auto;
    right: 0;
  }
  #quicksearch ul li {
    margin-right: 0;
    margin-bottom: 2px;
    float: none;
  }
  #quicksearch ul li a {
    margin-right: 5px !important;
  }
  #quicksearch ul li a.icon-alone span {
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
  }
  #main {
    padding-right: 0px !important;
  }
  html.js body#timeline div#content.row div.six div.timeline_teaser div.content {
    width: 297px;
    margin-left: 2px;
    height: 100px;
  }
  html.js body#timeline div#content.row div.six div.timeline_teaser div.content .image_container {
    height: 100px;
  }
  html.js body#timeline div#content.row div.six div.timeline_teaser div.content .timepoint {
    right: 125px;
  }
  html.js body#timeline div#content.row div.six div.timeline_teaser div.content p {
    display: none;
  }
  #content #main section#ausgewaehlte_gastgeber .teaser,
  html.js body div#content.row div#main.nine section div.teaser {
    width: 100%;
  }
  #content #main section#ausgewaehlte_gastgeber .teaser img,
  html.js body div#content.row div#main.nine section div.teaser img {
    width: 100%;
  }
  html.js body div#content.row div#main.nine div.tx-icevents div.results div.eventresult div.contentwrap {
    padding-left: 0px;
  }
  section#gallery div.container div#mainContainer div.productlist div.list div#filterlist.filterlist div.results div.dataTables_wrapper table.dataTable tbody tr {
    width: 100% !important;
    height: 400px !important;
    float: none;
  }
  table.dataTable {
    width: 100% !important;
  }
  table.Teaser2 {
    width: 100% !important;
    float: none;
  }
  section#quick-start #homepage_teaser #left_teaser {
    width: 100% !important;
    padding-right: 10px;
    top: 56px;
  }
  section#quick-start #homepage_teaser #left_teaser .booking {
    width: 100%;
  }
  section#quick-start #homepage_teaser #left_teaser .booking div.left {
    width: 50%;
    margin-right: 0px;
    padding-right: 5px;
  }
  section#quick-start #homepage_teaser #left_teaser .booking div.left input {
    width: 100%;
    max-width: 130px;
  }
  section#quick-start #homepage_teaser #left_teaser .booking .conversion_submit {
    width: 100%;
  }
  section#quick-start #homepage_teaser #left_teaser #kartenteaser {
    width: 100%;
  }
  section#quick-start #homepage_teaser #left_teaser #kartenteaser .img_container {
    width: 125px;
    height: 100px;
    overflow: hidden;
    display: block;
    float: left;
  }
  section#quick-start #homepage_teaser #left_teaser #kartenteaser .img_container img {
    width: 100%;
    height: auto;
  }
  section#quick-start #homepage_teaser #left_teaser #kartenteaser h3,
  section#quick-start #homepage_teaser #left_teaser #kartenteaser p {
    display: none;
  }
  section#quick-start #homepage_teaser #left_teaser #kartenteaser a.more_button {
    float: left;
    margin: 32px 0 0 19px;
  }
  section#quick-start #homepage_teaser #right_teaser {
    float: left;
    width: 100% !important;
    padding: 9px 15px 0 0;
    margin: 120px 10px 0 5px;
  }
  section#quick-start #homepage_teaser #right_teaser .teaser-box {
    width: 100%;
    min-height: 100px;
    height: auto;
    padding: 9px 15px 0 0;
  }
  section#quick-start #homepage_teaser #right_teaser .teaser-box ul.nav {
    margin-left: -1px;
  }
  section#quick-start #homepage_teaser #right_teaser .teaser-box .image_container {
    width: 125px;
    height: 100px;
    margin: -9px 13px 0 0;
    float: left;
  }
  section#quick-start #homepage_teaser #right_teaser .teaser-box .image_container img {
    min-width: 100%;
    height: auto;
  }
  section#quick-start #homepage_teaser #right_teaser .teaser-box a.more_button {
    float: left;
    margin-bottom: 10px;
    font-size: 12px;
  }
  section#quick-start #homepage_teaser #right_teaser .teaser-box p {
    display: none;
  }
  footer h1 {
    float: left;
    text-align: center;
    display: block;
    width: 100%;
  }
  footer .timeline_teaser {
    bottom: 965px;
  }
  footer a.timeline {
    margin: 69px auto -187px;
    top: 123px;
    bottom: 0;
  }
  footer #footer_links .row {
    padding-left: 0;
  }
  footer #footer_links #socials {
    height: 170px;
  }
  footer #footer_links #service,
  footer #footer_links #newsletter,
  footer #footer_links #socials {
    width: 100%;
  }
  div#topmenu {
    height: 60px;
  }
  div#topmenu div.row div.twelve nav.top-bar {
    width: 100% !important;
  }
  div#topmenu div.row div.twelve nav.top-bar section {
    width: 100%;
  }
  div#topmenu div.row div.twelve nav.top-bar section ul.left {
    position: relative;
    width: 100%;
    z-index: 5008 !important;
  }
  div#topmenu div.row div.twelve nav.top-bar section ul.left li {
    float: none;
    width: 100%;
    display: none;
    background-color: #f3f5eb;
    position: relative;
  }
  div#topmenu div.row div.twelve nav.top-bar section ul.left li ul.dropdown {
    position: relative;
    display: none;
    padding: 0px;
    background: #d9ddca;
    top: 0px;
    height: auto;
  }
  div#topmenu div.row div.twelve nav.top-bar section ul.left li ul.dropdown li a {
    color: #707070;
  }
  div#topmenu div.row div.twelve nav.top-bar section ul.left li ul.dropdown li a:hover {
    color: #fff;
  }
  div#topmenu div.row div.twelve nav.top-bar section ul.left li ul.dropdown .dropdown-teaser {
    display: none;
  }
  div#topmenu div.row div.twelve nav.top-bar li.toggle-topbar {
    display: block;
  }
  div#topmenu div.row div.twelve nav.top-bar li.toggle-topbar .icon-alone {
    padding: 0;
  }
  div#topmenu div.row div.twelve nav.top-bar li.toggle-topbar .icon-alone span {
    margin: 0;
    margin-left: -10px;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 5010;
  }
  div#topmenu div.row div.twelve nav.top-bar li.toggle-topbar .icon-alone .screen-reader-text {
    display: none;
  }
  #slider {
    top: 60px;
  }
  #content .contentleft .image.left {
    margin-right: 10px;
  }
  #content .contentleft .txtwrap {
    padding-left: 0;
  }
}
@media screen and (min-width: 300px) {
  .orbit-wrapper {
    width: 100% !important;
  }
}
@media print {
  #default .tx-icevents .eventsearchform,
  #default .tx-icevents .eventresult .weiterlink,
  #default #pdfgenerator,
  #default .pdfgenerator,
  #default footer,
  #default #metahead,
  #default #topmenu,
  #default #quicksearch,
  #default #slider,
  #default #quick-start,
  #default #breadcrumb,
  #default .diplaymode,
  #default #content .three,
  #default #content .six,
  #default #content .text,
  #default #content #main section iframe,
  #default #content #main hr,
  #default .tx-icevents .quicksearch.content,
  #default .tx-icevents #loading,
  #default .tx-icevents .calendaradd {
    display: none !important;
  }
  #default .tx-icevents {
    float: left;
  }
  #default .tx-icevents {
    page-break-before: avoid;
  }
  #default #main {
    float: left;
  }
  #default #content {
    float: left !important;
  }
}
.news.filterlist.list:after {
  clear: both;
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
}
#content #main.nine .tx-news:before {
  clear: both;
  content: ".";
  height: 0;
  visibility: hidden;
  display: block;
}
body#full_width #content article {
  padding: 3px;
}
.blog-icon {
  background-image: url("https://www.bad-woerishofen.de/typo3conf/ext/xskeleton/Resources/Public/Images/icon_blog.svg");
  height: 35px;
  width: 35px;
}
.blog-icon:hover {
  background-image: url("https://www.bad-woerishofen.de/typo3conf/ext/xskeleton/Resources/Public/Images/icon_blog_hover.svg");
  width: 35px;
  height: 35px;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider {
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  background: none;
  padding: 0;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  background: ;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 0;
  margin: -20px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all .3s ease;
}
.flex-direction-nav a:hover {
  color: #d5d5d5;
}
.flex-direction-nav .flex-next {
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flex-direction-nav .flex-disabled {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  cursor: default;
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0,0,0,0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0;
  }
}
#tx_odsautocomplete_pi1_form .ui-helper-hidden-accessible {
  display: none;
}
#tx_odsautocomplete_pi1_form .ui-autocomplete {
  position: absolute;
  cursor: default;
}
#tx_odsautocomplete_pi1_form .ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  background: #fff;
}
#tx_odsautocomplete_pi1_form .ui-menu .ui-menu {
  margin-top: -3px;
}
#tx_odsautocomplete_pi1_form .ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
}
#tx_odsautocomplete_pi1_form .ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
#tx_odsautocomplete_pi1_form .ui-menu .ui-menu-item a.ui-state-hover,
#tx_odsautocomplete_pi1_form .ui-menu .ui-menu-item a.ui-state-active {
  margin: -1px;
}
#tx_odsautocomplete_pi1_form .ui-menu .ui-menu-item a.ui-state-focus {
  background: #7C993C;
  color: #fff;
}
#page .tx-powermail {
  background-color: #f6f6f6;
  padding: 0;
  width: 748px;
}
#page .tx-powermail fieldset {
  margin: 0 0;
}
#page .tx-powermail .powermail_fieldwrap {
  padding: 0 0;
}
#page .tx-powermail .powermail_fieldwrap label,
#page .tx-powermail .powermail_fieldwrap legend {
  width: 224.4px;
  display: block;
  float: left;
}
#page .tx-powermail .powermail_fieldwrap .powermail_field {
  width: 446.8px;
  padding: 3px 0;
  border: 1px solid #ccc;
}
#page .tx-powermail .powermail_fieldwrap .powermail_field.powermail_submit {
  width: auto;
  border: 0;
  padding: 0 15px;
}
#page .tx-powermail .powermail_check_inner input,
#page .tx-powermail .powermail_radio_inner input {
  float: left;
  clear: left;
  margin-top: 2px;
  margin-right: 0;
}
#page .tx-powermail .powermail_check_inner input label,
#page .tx-powermail .powermail_radio_inner input label {
  vertical-align: baseline;
}
#page dl.powermail_all {
  padding: 2px 0;
}
#page dl.powermail_all dt {
  width: 224.4px;
  float: left;
  clear: left;
}
#page dl.powermail_all dd {
  width: 446.8px;
}
#page .powermail_confirmation form input[type=submit] {
  margin-top: 15px;
}
#page .powermail_frontend_filter {
  background: #fcfff4;
  border: 1px solid #ccc;
  padding: 10px 0;
}
#page input[type=submit].powermail_confirmation_form {
  float: left;
}
#page .powermail_radio_outer,
#page .powermail_captcha_outer,
#page .powermail_check_outer {
  background-color: white;
  border: 1px solid #ccc;
  float: left;
  padding: 3px;
  width: 392px;
}
#page .powermail_submit {
  margin: 10px 16px 10px 0;
  float: right;
  border: 0;
  padding: 5px 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background-color: ;
}
#page .powermail_message_error {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_error.png");
}
#page .powermail_message {
  padding-left: 20px;
  min-height: 65px;
  background: #ccc;
  background-position: 98% 10px;
  background-repeat: no-repeat;
}
#page .powermail_message li {
  padding: 10px 50px 10px 0;
  font-weight: bold;
  color: #1E5799;
}
#page .powermail_frontend_export_icon {
  float: right;
  margin: 0 8px;
  padding-top: 5px;
  height: 19px;
}
#page input.powermail_file {
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
}
#page .powermail_legend {
  float: left;
  margin: 3px 10px 10px 0;
  white-space: normal;
  width: 100%;
  border-bottom: 4px dotted #fff;
  border-image: url('../../typo3conf/ext/xskeleton/Resources/Public/Less/Images/border.png') 4 round;
  border-width: 0 0 4px 0;
}
#page .powermail_form {
  position: relative;
}
#page span.abc,
#page span.abc a {
  font-weight: bold;
  text-decoration: none;
}
#page .powermail_frontend_abc,
#page .powermail_frontend_export {
  background: #fcfff4;
  border: 1px solid #ccc;
  padding: 10px 0;
}
#page .formError {
  z-index: 990;
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
}
#page .formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}
#page .formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#page .formError .formErrorContent {
  z-index: 991;
  width: 100%;
  position: relative;
  color: #fff;
  width: 150px;
  font-size: 11px;
  border: 2px solid #ddd;
  padding: 4px 10px 4px 10px;
  background: ;
}
#page .formError .formErrorArrow {
  z-index: 996;
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}
#page .formError .formErrorArrow .line4 {
  width: 3px;
}
#page .formError .formErrorArrow .line5 {
  width: 5px;
}
#page .formError .formErrorArrow .line6 {
  width: 7px;
}
#page .formError .formErrorArrow .line7 {
  width: 9px;
}
#page .formError .formErrorArrow .line8 {
  width: 11px;
}
#page .formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}
#page .formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}
#page .formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  font-size: 0px;
  height: 1px;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
  background: ;
}
#page .formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}
#page .formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}
#page .formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}
#page .powermail_create {
  border: 0;
  padding: 10px;
  margin-bottom: 20px;
  background: #fff;
}
#page .powermail_textarea {
  height: 80px;
}
#page .powermail_captcha {
  width: 392px;
}
#page .formErrorInsideDialog.formError {
  z-index: 5000;
}
#page .formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001;
}
#page .formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006;
}
#page .ui-datepicker-next span,
#page .ui-datepicker-prev span {
  text-indent: -99999px;
  cursor: pointer;
}
#page div.powermail_fieldwrap_file_inner {
  overflow: hidden;
  height: 26px;
  padding: 3px;
  width: 392px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/upload_bg.png');
}
#page .powermail_fieldwrap_radio fieldset,
#page .powermail_fieldwrap_check fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
#page .powermail_message_ok {
  background-image: url("/typo3conf/ext/powermail/Resources/Public/Image/icon_ok.png");
}
#page .powermail_frontend_list {
  width: 100%;
  font-size: 0.9em;
  border: 1px solid #070708;
  margin-top: 15px;
}
#page .powermail_frontend_list td {
  border-top: 1px solid #ccc;
  padding: 3px;
}
#page .powermail_frontend_list th {
  color: white;
  font-weight: bold;
  padding: 3px;
  text-align: left;
  background: #45484d;
}
#page div.error {
  background-color: #FFCA4B;
  border: 1px solid #FF8100;
}
#page .powermail_frontend {
  clear: left;
  border: 0;
  padding: 10px;
  margin-bottom: 20px;
  overflow: auto;
  background: #ccc;
}
#page .powermail_frontend dd {
  float: left;
}
#page .powermail_frontend dt {
  float: left;
  width: 150px;
  font-weight: bold;
  clear: left;
  margin-right: 10px;
}
#page .powermail_frontend dl {
  clear: both;
  padding: 5px 0;
}
#page .greenPopup .formErrorContent {
  background: #33be40;
}
#page .greenPopup .formErrorArrow div {
  background: #33be40;
}
#page ul#powermail_tabmenu {
  list-style-type: none;
  width: 99.5%;
  height: 16px;
  padding: 10px 0;
  margin-left: 2px;
  background: #ccc;
}
#page ul#powermail_tabmenu li.act {
  text-decoration: underline;
}
#page ul#powermail_tabmenu li {
  float: left;
  margin-left: 10px;
  cursor: pointer;
  font-weight: bold;
  color: ;
}
#page .powermail_frontend_abc_inner,
#page .powermail_frontend_export_inner {
  margin: 0 10px;
}
#page .powermail_frontend_search_container {
  padding: 5px 10px;
}
#page .powermail_frontend_search_container label {
  float: left;
  display: block;
  width: 150px;
  font-weight: bold;
  margin-right: 10px;
  padding-top: 3px;
}
#page .powermail_frontend_search_container input {
  width: 430px;
  padding: 3px;
}
#page #powermail_frontend_search {
  margin: 0;
}
#page .inputContainer {
  position: relative;
  float: left;
}
#page .powermail_fieldwrap_radio fieldset legend,
#page .powermail_fieldwrap_check fieldset legend {
  padding: 0;
}
#page .powermail_label {
  display: block;
  width: 200px;
  float: left;
  clear: left;
  color: ;
}
#page .powermail_fieldset {
  clear: left;
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}
#page body[dir='rtl'] .formError .formErrorArrow,
#page body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}
#page .ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}
#page .powermail_frontend_export input.export_icon_xls {
  background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/icon_xls.gif');
}
#page .powermail_frontend_export input {
  width: 17px;
  height: 16px;
  padding-top: 2px;
  cursor: pointer;
  text-indent: -99999px;
  border: 0;
  background: none;
  background-repeat: no-repeat;
  background-image: url('/typo3conf/ext/powermail/Resources/Public/Image/icon_csv.gif');
}
#page .blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}
#page .blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}
#page input.powermail_confirmation_submit {
  float: right;
}
#page .powermail_field_error {
  background-color: #FFCA4B;
  border: 1px solid #FF8100;
}
#page .powermail_captchaimage {
  width: 392px;
  margin-top: 10px;
}
#page div.tx-powermail {
  font-family: Calibri, Arial, sans-serif;
  font-size: 14px;
  width: 640px;
  margin: 0 !important;
  padding: 0 !important;
}
#page div.tx-powermail h3 {
  display: none;
}
#page .powermail_frontend_search_submit {
  width: 430px;
  padding: 3px;
  margin: 5px 0 0 170px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  background: #45484d;
}
#page .powermail_confirmation {
  clear: left;
  border: 0;
  padding: 10px;
  margin-bottom: 20px;
}
#page .powermail_radio_outer label,
#page .powermail_captcha_outer label,
#page .powermail_check_outer label {
  color: #444;
}
#page input.powermail_field:focus {
  background-color: #E5E5E5;
  border: 1px solid white;
  outline: none;
}
.powermail_textarea {
  clear: both;
}
.tx-wtdirectory-pi1 .wtdirectory_filter {
  border: 0;
  padding: 0;
}
.tx-wtdirectory-pi1 .wtdirectory_filter select {
  margin-bottom: 0;
}
.tx-wtdirectory-pi1 .wtdirectory_filter_abc {
  padding: 0;
  margin-bottom: 10px;
}
.tx-wtdirectory-pi1 .wtdirectory_filter_abc > span {
  display: block;
  background: #000;
  float: left;
  padding: 2px;
  color: #fff;
  margin-right: 2px;
  min-width: 14px;
  text-align: center;
}
.tx-wtdirectory-pi1 .wtdirectory_filter_abc > span a {
  display: block;
  color: #fff;
}
.tx-wtdirectory-pi1 .wtdirectory_list_wrap li {
  border: 0;
  padding: 0;
  margin: 0;
}
.tx-wtdirectory-pi1 .wtdirectory_list_wrap li .wtdirectory_all_div {
  padding-bottom: 10px;
}
.tx-wtdirectory-pi1 .wtdirectory_list_wrap li .wtdirectory_all_div dt.wtdirectory_all,
.tx-wtdirectory-pi1 .wtdirectory_list_wrap li .wtdirectory_all_div dd.wtdirectory_all {
  padding: 0;
}
.tx-wtdirectory-pi1 .wtdirectory_list_wrap li .wtdirectory_all_div dt.wtdirectory_all h2,
.tx-wtdirectory-pi1 .wtdirectory_list_wrap li .wtdirectory_all_div dd.wtdirectory_all h2 {
  line-height: inherit;
}
.tx-wtdirectory-pi1 .wtdirectory_list_wrap li .wtdirectory_all_div dt.wtdirectory_all {
  width: 200px;
}
.tx-wtdirectory-pi1 .wtdirectory_list_wrap li .wtdirectory_all_div .wtdirectory_all_detaillink {
  margin: 0;
}
.tx-wtdirectory-pi1 .wtdirectory_all_detail {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 22em;
  padding: .2em .2em 0;
  display: none;
  background: #fff;
  z-index: 5 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  border: 0px;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f6f6f6;
  color: #919292;
}
.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:before,
.ui-datepicker .ui-datepicker-next:before {
  padding: 2px 0 0 4px;
  line-height: 30px;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button .ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button .ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-cover {
  display: none;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}
.ui-datepicker th {
  font-weight: bold;
  color: gray;
}
.ui-datepicker-today a {
  background-color: #d5d5d5;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom: 0px;
}
.ui-datepicker-today a:hover {
  background-color: #919292;
  color: #fff;
}
.ui-datepicker td a {
  margin-bottom: 0px;
  border: 0px;
}
.ui-datepicker td:hover {
  color: white;
}
.ui-datepicker td .ui-state-default {
  border: 0px;
  background: none;
  margin-bottom: 0px;
  padding: 5px;
  color: gray;
  text-align: center;
  filter: none;
}
.ui-datepicker td .ui-state-default:hover {
  background: #000;
  color: white;
}
.ui-datepicker td .ui-priority-secondary {
  color: #d5d5d5;
}
.ui-datepicker td .ui-state-active {
  background: #d5d5d5;
  margin-bottom: 0px;
  font-size: normal;
  text-shadow: 0px;
  color: white;
}
.orbit .orbit-slide {
  max-width: none;
  width: 100%;
  height: auto;
}
body > header.fixed {
  z-index: 1100;
}
#nav-hover.fixed {
  position: fixed;
  height: 100%;
}
.headerspacer {
  height: 120px;
  display: none;
}
#filterlist.gallery .teaser em {
  overflow: hidden;
  text-overflow: ellipsis;
}
div#content #main section table {
  border-spacing: 0;
  border-collapse: collapse;
}
div#content #main section table ul li {
  margin-bottom: 1em;
  line-height: 1em;
  background-position: left 10px;
}
div#content #main section table .expertenTabelle td {
  text-align: left;
  vertical-align: top;
  padding: 10px 15px;
}
div#content #main section table .expertenTabelle th {
  margin: 0;
  padding: 0;
}
div#content #main section table tbody.expertenTabelle {
  border-bottom: 4px #7C993C solid;
}
div#content #main section table tbody.expertenTabelle td:first-child,
div#content #main section table tbody.expertenTabelle td:last-child {
  background-color: #fff;
}
.tx-icjsonsearch .container .leftbox {
  display: none;
}
body div#content div#main .tx-icevents .content .col .locations .city {
  font-weight: normal;
  text-transform: none;
}
body.pid873 #themen {
  padding: 13px;
}
body {
  height: 100%;
}
#reset_Filter,
#nav-hover,
.hidden {
  display: none !important;
}
section .tx-icjsonsearch #filterlist {
  margin: 0;
}
section .tx-icjsonsearch #filterlist .searchbar div.diplaymode {
  margin: -14px 5px 0 0;
}
section .tx-icjsonsearch #filterlist .searchbar div.diplaymode div.mask {
  background: #7c993c;
  width: 42px;
  height: 42px;
  margin-left: 2px;
  color: #fff;
  line-height: 46px;
}
section .tx-icjsonsearch #filterlist .searchbar div.diplaymode div.mask:hover {
  background: #fff;
  color: #7c993c;
}
div#content #main section .tx-icjsonsearch {
  margin-top: -45px;
}
div#content #main section div#filterlist.gallery .diplaymode #gallery {
  background: #fff;
  color: #7c993c;
}
div#content #main section div#filterlist.gallery div.results {
  padding: 45px 0 0 0;
}
div#content #main section div#filterlist.gallery div.results table.dataTable {
  width: 100% !important;
}
div#content #main section div#filterlist.gallery div.results table.dataTable th.sorting {
  background: none;
  padding: 0;
}
div#content #main section div#filterlist.gallery div.results table.dataTable tbody tr td {
  padding: 0 !important;
}
div#content #main section div#filterlist.gallery div.results table.dataTable tbody tr td table.Teaser2 {
  width: 210px;
  height: 240px;
  float: left;
}
div#content #main section div#filterlist.gallery div.results table.dataTable tbody tr td div.content div.teaser {
  margin: 0;
  padding: 0;
}
div#content #main section div#filterlist.gallery div.results table.dataTable tbody tr td div.content div.teaser a.image {
  display: block;
  overflow: hidden;
  width: 211px;
  height: 170px;
}
div#content #main section div#filterlist.gallery div.results table.dataTable tbody tr td div.content div.teaser a.image img {
  height: 100%;
  width: auto;
}
div#content #main section div#filterlist.gallery div.results table.dataTable tbody tr td div.content div.teaser h3 {
  text-align: left;
  padding: 11px 0 0 15px;
}
div#content #main section div#filterlist.gallery div.results table.dataTable tbody tr td div.content div.teaser em {
  text-align: left;
  padding-left: 15px;
  font-style: normal;
  color: #808080;
  font-family: 'Droid Sans', sans-serif;
  background: none;
  font-size: 14px;
  line-height: 16px;
}
div#content #main section div#filterlist.gallery div.results table.dataTable tbody tr td div.content div.teaser p.longdesc {
  text-align: left;
  text-overflow: ellipsis;
  display: none;
}
div#content #main section div#filterlist.gallery div.results table.dataTable tbody tr:nth-child(even),
div#content #main section div#filterlist.gallery div.results table.dataTable tbody tr:nth-child(odd) {
  background: none !important;
}
div#content #main section .moreAccos {
  background: #7c993c url('../../typo3conf/ext/xskeleton/Resources/Public/Images/arrow.png') no-repeat right center !important;
  border-radius: 5px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0 35px 0 20px;
  float: right;
  margin: 10px 5px 0 0;
  cursor: pointer;
}
div#content #main section div#filterlist.list .diplaymode #list {
  background: #fff;
  color: #7c993c;
}
div#content #main section div#filterlist.list div.results {
  padding: 45px 0 0 0;
}
div#content #main section div#filterlist.list div.results table.dataTable {
  width: 100% !important;
}
div#content #main section div#filterlist.list div.results table.dataTable th.sorting {
  background: none;
  padding: 0;
}
div#content #main section div#filterlist.list div.results table.dataTable tbody tr,
div#content #main section div#filterlist.list div.results table.dataTable tbody td {
  width: 100%;
  float: none;
}
div#content #main section div#filterlist.list div.results table.dataTable tbody tr td {
  width: 100%;
}
div#content #main section div#filterlist.list div.results table.dataTable tbody tr td table.Teaser2 {
  width: 100% !important;
}
div#content #main section div#filterlist.list div.results table.dataTable tbody tr td div.content div.teaser {
  width: 100%;
  padding: 0;
  height: 170px;
}
div#content #main section div#filterlist.list div.results table.dataTable tbody tr td div.content div.teaser a.image {
  overflow: hidden;
  display: block;
  width: 211px;
  height: 170px;
  float: left;
  margin-right: 13px;
}
div#content #main section div#filterlist.list div.results table.dataTable tbody tr td div.content div.teaser a.image img {
  height: 100%;
  width: auto;
}
div#content #main section div#filterlist.list div.results table.dataTable tbody tr td div.content div.teaser h3 {
  margin-bottom: 10px;
  text-align: left;
  padding: 11px 0 0 15px;
}
div#content #main section div#filterlist.list div.results table.dataTable tbody tr td div.content div.teaser em {
  display: none;
}
div#content #main section div#filterlist.list div.results table.dataTable tbody tr td div.content div.teaser p.longdesc {
  text-align: left;
  text-overflow: ellipsis;
  display: block;
}
div#content #main section div#filterlist.list div.results table.dataTable tbody tr:nth-child(even),
div#content #main section div#filterlist.list div.results table.dataTable tbody tr:nth-child(odd) {
  background: none !important;
}
div#content #main section div#filterlist.map .diplaymode #map {
  background: #fff;
  color: #7c993c;
}
div#filtermap {
  top: 55px;
  margin-bottom: 55px;
}
aside nav#subnav ul.level-1 li {
  color: #FFFFFF;
  display: block;
  font-family: 'Droid Serif', serif;
  font-size: 18px;
  font-style: italic;
  padding: 23px;
}
aside nav#subnav ul.level-1 li a {
  padding: 0px !important;
}
aside nav#subnav ul.level-2 {
  width: 240px;
}
aside nav#subnav ul.level-2 li {
  padding: 0;
}
aside nav#subnav ul.level-2 li a {
  padding-left: 25px !important;
  padding: 10px 23px !important;
}
aside nav#subnav ul.level-3 li a {
  padding-left: 40px !important;
}
aside .teaser {
  margin-top: 10px;
  height: 267px;
  -webkit-box-shadow: 0px 2px 5px 0px #e6e6e6;
  box-shadow: 0px 2px 3px 0px #e6e6e6;
}
aside .teaser .image_container {
  width: 240px;
}
aside .teaser span {
  padding: 10px 0 0 10px;
  font-size: 12px;
}
aside .teaser h3 {
  padding: 0px 0 0 10px;
}
aside .teaser em {
  padding: 0 0 10px 10px;
}
div#content #main div h2,
div#content #main div p {
  font-size: 20px;
  font-family: 'Droid Sans';
  padding: 18px 23px 13px 23px;
}
div#content #main div p {
  font-family: inherit;
  font-size: 14px;
  line-height: 20px;
  padding: 0 23px 0 23px;
}
div#content #main div.txtwrap p {
  padding: 0;
}
div#content #main nav#breadcrumb {
  border-bottom: 1px solid #ccc;
}
div#content #main nav#breadcrumb a {
  margin-left: 5px;
}
div#content #main section#ausgewaehlte_gastgeber p {
  background: none;
}
div#content #main section h2 {
  font-size: 16px;
  margin: 30px 0 25px 0;
}
div#content #main section .text h2 {
  padding: 0;
}
div#content #main section .text em {
  font-size: 20px;
}
div#content #main section .text p {
  padding: 0;
}
div#content #main section .image.left {
  margin-bottom: 15px;
}
div#content #main section .image.left img {
  float: left;
  margin-right: 15px;
}
div#content #main section ul.slides li,
div#content #main section ul.flex-direction-nav li {
  background: none;
  padding: 0;
}
div#content #main section .flexslider,
div#content #main section .flex-viewport {
  width: 372px;
  height: auto;
  float: right;
  margin-left: 15px;
}
div#content #main section #carousel36 {
  height: 120px;
}
div#content #main section #sb-container {
  z-index: 1005;
}
div#content #main section ul li {
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/list-item.png') no-repeat left 8px;
  line-height: 25px;
  padding-left: 25px;
  list-style: none;
}
div#content #main section table {
  width: 100%;
}
div#content #main section table caption {
  color: #000000;
  font-family: 'Droid Serif', serif;
  font-style: italic;
  font-weight: normal;
}
div#content #main section table th {
  background: #7c993c;
  border-color: #bfbfbf;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0 10px 0;
  font-style: italic;
  font-family: 'Droid Serif';
  font-weight: normal;
  line-height: 45px;
}
div#content #main section table tr:nth-child(even) {
  background: #ffffff;
}
div#content #main section table tr:nth-child(odd) {
  background: #f3f5ec;
}
div#content #main section table td {
  border-color: #bfbfbf;
  color: #70706f;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0 5px 0;
}
div#content article#themen .four {
  padding: 5px;
  overflow: hidden;
}
div#content article#themen .four .image {
  width: 100%;
  display: block;
  font-size: 0px;
}
div#content article#themen .themen_teaser h3 {
  margin-top: -50px !important;
}
div#content article#themen .themen_teaser .info_window {
  display: block;
  height: 170px;
  color: #000;
  position: relative;
  bottom: 0px;
}
div#content article#themen .themen_teaser .info_window .more_button {
  bottom: 0px;
}
div#content article#themen #thema1 {
  height: 261px;
}
div#content article#themen #thema1 .image {
  height: 261px;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/platzhalter.jpg') no-repeat top center;
}
div#content article#themen #thema2 {
  height: 355px;
}
div#content article#themen #thema2 .image {
  height: 345px;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/platzhalter.jpg') no-repeat top center;
}
div#content article#themen #thema3 {
  height: 261px;
}
div#content article#themen #thema3 .image {
  height: 261px;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/platzhalter.jpg') no-repeat top center;
}
div#content article#themen #thema4 {
  height: 270px;
  top: -83px;
}
div#content article#themen #thema4 .image {
  height: 260px;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/platzhalter.jpg') no-repeat top center;
}
div#content article#themen #thema5 {
  height: 249px;
}
div#content article#themen #thema5 .image {
  width: 100%;
  height: 249px;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/platzhalter.jpg') no-repeat top center;
}
div#content article#themen #thema6 {
  height: 315px;
  top: -83px;
}
div#content article#themen #thema6 .image {
  height: 315px;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/platzhalter.jpg') no-repeat top center;
}
div#content article#themen #thema7 {
  height: 310px;
  top: -128px;
}
div#content article#themen #thema7 .image {
  height: 310px;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/platzhalter.jpg') no-repeat top center;
}
div#content article#themen #thema8 {
  height: 248px;
  top: -56px;
}
div#content article#themen #thema8 .image {
  height: 248px;
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/platzhalter.jpg') no-repeat top center;
}
div#content article#themen #thema9 {
  height: 261px;
}
div#content article#themen #thema10 {
  height: 261px;
}
div#content article#themen #thema11 {
  height: 261px;
}
div#content article#themen #thema12 {
  height: 261px;
}
div#content article#themen #thema13 {
  height: 261px;
}
div#content article#themen #thema14 {
  height: 261px;
}
div#content article#themen #thema15 {
  height: 261px;
}
@media screen and (max-width: 435px) {
  #themen .four {
    top: 0px !important;
  }
  #themen .clear {
    float: left !important;
  }
  #slider {
    top: 120px;
  }
  #quicksearch ul.nav li.quickevent {
    height: 30px;
  }
  #socials ul.nav:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  #socials .more_button {
    float: left;
    left: 30px;
  }
  section#quick-start #homepage_teaser #left_teaser {
    top: 0;
  }
  section#quick-start #homepage_teaser #right_teaser {
    margin-top: 5px;
  }
}
.eventsearchform {
  background: #F3F6EB;
}
.eventsearchform .content {
  margin-top: 35px;
}
.eventsearchform .content input {
  background: #d5d8cd;
  border-radius: 0;
  color: #707070;
}
.eventsearchform .content input:focus {
  background: #ffF;
}
.eventsearchform .content #esf-date-from,
.eventsearchform .content #esf-date-to {
  background-image: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/sprite.png');
  background-position: 162px -225px;
}
.eventsearchform .content .dateline,
.eventsearchform .content .vakdropdowns {
  width: 310px;
  height: 50px;
  float: left;
}
.eventsearchform .content .dateline p {
  position: relative;
  margin: -18px 0 0px 0;
  width: 155px;
  float: left;
  padding: 0 !important;
}
.eventsearchform .content .dateline #esf-date-from,
.eventsearchform .content .dateline #esf-date-to {
  clear: both;
  width: 145px;
  margin-right: 10px;
}
.eventsearchform .content .dateline #esf-date-to {
  position: relative;
  left: 180px;
  top: -44px;
}
.eventsearchform .content .vakdropdowns select {
  background: transparent;
  width: 120%;
  line-height: 1;
  color: #707070;
  font-size: 14px;
  margin: -2px -7px 0 0;
  font-family: 'Droid Sans';
  border: 0;
  border-radius: 0;
  height: 32px;
  -webkit-appearance: none;
}
.eventsearchform .content .vakdropdowns {
  width: 50%;
  overflow: hidden;
  background-color: #D5D8CD;
  background-image: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/sprite.png');
  background-position: 72px -183px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.75);
  display: block;
  font-size: 14px;
  margin: 2px 0 12px 0;
  padding: 6px;
  height: 32px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.eventsearchform .content .vakdropdowns p.ortLabel {
  margin-left: -30px;
  margin-top: -25px;
  position: absolute;
  color: #808080;
}
.eventsearchform .content #searchField {
  width: 50%;
}
.eventsearchform .content select {
  width: 50%;
}
.results {
  padding: 23px;
  background: #F3F6EB;
}
.results .eventresult {
  background: #fff;
  padding: 20px;
  margin-bottom: 10px;
}
.results .eventresult .imgwrap {
  width: 200px;
  height: 135px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
.results .eventresult .imgwrap img {
  width: 100%;
  height: auto;
}
.results .eventresult .txtwrap .eventcategory {
  font-size: 12px;
}
.results .eventresult .txtwrap .event a:hover {
  text-decoration: none;
}
.results .eventresult .txtwrap .event p.eventtitle {
  font-size: 16px !important;
  font-weight: bold;
  text-transform: uppercase;
}
.results .eventresult .contentwrap {
  padding-left: 214px;
}
.results .eventresult .contentwrap .eventdate {
  height: auto;
}
.results .eventresult .contentwrap .eventdate .firsteventdate {
  height: 35px;
  font-style: italic;
  color: #000;
  font-family: 'Droid Serif';
}
.results .eventresult .contentwrap .eventdate .firsteventdate div {
  float: left;
  margin-right: 15px;
}
.results .eventresult .contentwrap .eventdate .additionalDates .allDates {
  width: auto;
  background: #7C993C url('../../typo3conf/ext/xskeleton/Resources/Public/Images/arrow.png') no-repeat right center;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  border-radius: 5px;
  padding: 10px 34px 10px 26px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.results .eventresult .contentwrap .eventdate .additionalDates .allDates:hover {
  background-color: #556d1f;
}
.results .eventresult .contentwrap .eventdate .additionalDates .datelist {
  margin-top: 10px;
}
.results .eventresult .contentwrap .txtwrap2 {
  margin-top: 14px;
  clear: right;
}
.results .eventresult .contentwrap .txtwrap2 .event p.introtext {
  padding: 0 !important;
}
body#timeline {
  height: auto;
  background: #d4d4c7 url('../../typo3conf/ext/xskeleton/Resources/Public/Images/timeline-background.jpg') no-repeat bottom center;
}
body#timeline #content {
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/schlange.png') repeat-y center top;
  z-index: 5;
  padding-top: 180px;
  margin-top: -70px;
}
body#timeline .timeline_teaser h1 {
  font-family: 'Droid Serif';
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  text-shadow: 1px 0 4px #000;
  margin-bottom: 15px;
}
body#timeline .timeline_teaser hr {
  height: 3px;
  border: none;
  background: #fff;
  -webkit-box-shadow: -1px 0px 2px 0px #000000;
  box-shadow: -1px 0px 2px 0px #000000;
  position: relative;
  z-index: 50;
}
body#timeline .timeline_teaser span.timepoint {
  background: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/timepoint.png');
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: -5px;
  margin-top: -14px;
  z-index: 51;
}
body#timeline .timeline_teaser .content {
  background: #fff;
  width: 380px;
  height: 200px;
  margin-bottom: 50px;
  padding-right: 15px;
}
body#timeline .timeline_teaser .content .image_container {
  width: 140px;
  height: 200px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
body#timeline .timeline_teaser .content .image_container img {
  min-width: 140px !important;
  margin-left: 0px !important;
}
body#timeline .timeline_teaser .content h3 {
  padding-top: 15px;
}
body#timeline .timeline_teaser .content em {
  font-size: 14px;
}
body#timeline .timeline_teaser .content p {
  font-size: 13px;
  line-height: 16px;
}
body#timeline #right {
  top: -100px;
}
body#timeline #right .timeline_teaser {
  clear: both;
}
body#timeline #right .timeline_teaser h1 {
  float: right;
}
body#timeline #right .timeline_teaser span.timepoint {
  left: -5px;
}
body#timeline #right .timeline_teaser .content {
  float: right;
  padding: 0 0 0 15px;
}
body#timeline #right .timeline_teaser .content .image_container {
  width: 140px;
  float: right;
  margin: 0 0 0 15px;
}
body#timeline #right .timeline_teaser .content .image_container img {
  min-width: 140px !important;
  margin-left: 0px !important;
}
@media screen and (max-width: 1000px) {
  html.js body#timeline div#content.row div.six div.timeline_teaser div.content {
    width: 349px;
  }
  header {
    position: relative;
    z-index: 2000;
  }
  body#timeline {
    background-position: -6px 345px;
  }
}
#content #main section .teaser {
  width: 207px;
  margin: 5px;
  float: left;
}
#content #main section .teaser .image_container {
  height: 166px;
  width: 100%;
}
#content #main section .teaser span {
  font-size: 12px;
  padding-left: 10px;
}
#content #main section .teaser h3 {
  padding-left: 10px;
}
#content #main section .teaser em {
  font-size: 14px;
  padding-left: 10px;
}
#content #main section .image.left {
  width: 250px;
  margin-right: 20px;
}
#content #main section .dataTable tr,
#content #main section .dataTable td {
  width: 33.3%;
  float: left;
}
#right_teaser .teaser-box .image_container img {
  min-width: 280px;
}
footer #socials {
  height: 56px;
}
footer #footer_links .row {
  height: auto;
}
header div#topmenu div.row div.twelve nav.top-bar section ul.left li.has-dropdown ul.dropdown div.dropdown-teaser a.image_container {
  padding: 0 !important;
  background-color: #7C993C;
}
header div#topmenu div.row div.twelve nav.top-bar section ul.left li.has-dropdown ul.dropdown div.dropdown-teaser h3 {
  text-align: center;
}
header div#topmenu div.row div.twelve nav.top-bar section ul.left li.has-dropdown ul.dropdown div.dropdown-teaser h3 a {
  text-align: center;
}
header div#topmenu div.row div.twelve nav.top-bar section ul.left li.has-dropdown ul.dropdown div.dropdown-teaser h3 a:hover {
  background: none !important;
  color: #556d1f;
}
header div#topmenu div.row div.twelve nav.top-bar section ul.left li.has-dropdown ul.dropdown div.dropdown-teaser a.more_button {
  background: #7C993C url('../../typo3conf/ext/xskeleton/Resources/Public/Images/arrow.png') no-repeat right center;
}
header div#topmenu div.row div.twelve nav.top-bar section ul.left li.has-dropdown ul.dropdown div.dropdown-teaser a.more_button span {
  padding-right: 22px;
}
header div#topmenu div.row div.twelve nav.top-bar section ul.left li.has-dropdown ul.dropdown div.dropdown-teaser a.more_button:hover {
  background-color: #556d1f;
  color: #fff;
  text-decoration: none;
}
header div#topmenu div.row div.twelve nav.top-bar section ul.left li.has-dropdown ul.dropdown li ul {
  display: none;
}
.more_button {
  width: auto;
  background: #7C993C url('../../typo3conf/ext/xskeleton/Resources/Public/Images/arrow.png') no-repeat right center;
  -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 10px 34px 10px 26px;
  position: relative;
  margin-right: 8px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.more_button:hover {
  background-color: #556d1f;
  color: #fff;
  text-decoration: none;
}
section #quicksearch input.search:hover {
  background-color: #fff;
  background-position: -58px -43px;
}
.results .eventresult {
  float: left;
}
.tx-icevents .toLabel {
  left: 25px;
  bottom: 23px;
  position: relative;
}
.tx-icevents .ortLabel {
  display: none;
}
.tx-icevents .col.left {
  background: #F3F6EB;
}
.tx-icevents .eventresult .contentwrap {
  padding-left: 0px;
}
.tx-icevents .eventsearchform {
  background: none repeat scroll 0 0 #F3F6EB;
  display: block;
  height: 370px;
}
.tx-icevents .eventsearchform > h1 {
  padding: 25px 0 0 25px;
}
.tx-icevents .eventsearchform > em {
  padding: 25px 0 0 25px;
}
.tx-icevents .eventsearchform .content {
  margin-top: 0;
}
.tx-icevents .eventsearchform .content .excludeSubmitBtn .todaybox {
  float: left;
  height: 50px;
  width: 100px;
}
.tx-icevents .eventsearchform .content .catselect {
  margin-bottom: 15px;
}
.tx-icevents .eventsearchform .dateline {
  bottom: 20px;
  position: relative;
}
.tx-icevents .eventsearchform .content #searchSubmit {
  background: url("/typo3conf/ext/xskeleton/Resources/Public/Images/arrow.png") no-repeat scroll right center #7C993C;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  color: white;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  height: 32px;
  line-height: 1 !important;
  margin: 0 0 0 200px;
  padding: 10px 34px 10px 26px !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s ease-in-out 0s;
  width: auto;
}
.tx-icevents .subtitle {
  background: none repeat scroll 0 0 #F3F6EB;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding-left: 30px;
  text-transform: uppercase;
}
.tx-icevents .weiterlink .eventtitle {
  background: url("/typo3conf/ext/xskeleton/Resources/Public/Images/arrow.png") no-repeat scroll right center #7C993C;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  color: white;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  height: 32px;
  line-height: 1 !important;
  margin-left: 280px;
  padding: 10px 34px 10px 26px !important;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s ease-in-out 0s;
  width: auto;
}
#quicksearchform #erwachseneselect {
  width: 102px;
}
#quicksearchform #kinderselect {
  margin-left: 5px;
  width: 102px;
}
.ui-datepicker {
  z-index: 1001 !important;
}
.lang-de #lang a.en {
  background-position: -57px -160px;
  color: transparent;
}
.lang-en #lang a.de {
  background-position: -14px -160px;
  color: transparent;
}
.tx-icevents .detail .col {
  position: relative;
}
.tx-icevents .detail .col .firsteventdate .datepart {
  float: left;
  height: 20px;
  width: 100%;
}
.tx-icevents .detail .col .eventdate {
  min-width: 150px;
  height: auto;
  padding: 5px;
  font-family: ;
  font-size: 24px;
  font-weight: bold;
  color: ;
  text-align: center;
  float: right;
  background: none repeat scroll 0 0 #EBEBEB;
  border-radius: 10px 10px 10px 10px;
}
.tx-icevents .detail .col .eventdate .firsteventdate .datepart,
.tx-icevents .detail .col .eventdate .firsteventdate .raquo {
  margin-right: 10px;
  float: left;
}
.tx-icevents .detail .col .eventdate .firsteventdate .datepart,
.tx-icevents .detail .col .eventdate .firsteventdate .raquo,
.tx-icevents .detail .col .eventdate .firsteventdate .timepart {
  line-height: 35px;
}
.tx-icevents .detail .col .eventdate #datePos {
  margin-top: 10px;
  font-size: 18px;
  cursor: pointer;
}
.tx-icevents .detail .col .eventdate .datelist {
  line-height: 30px;
  font-size: 12px;
}
.tx-icevents .detail .col .eventtitle {
  margin-bottom: 5px;
  font-family: ;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  color: ;
}
.tx-icevents .detail .col .eventcategory {
  font-family: ;
  font-size: 12px;
  color: #000;
}
.tx-icevents .detail .col .eventimage {
  margin: 15px 0;
}
.tx-icevents .detail .col .locations {
  font-weight: bold;
}
.tx-icevents .detail .col .link,
.tx-icevents .detail .col .promoter {
  margin-top: 5px;
  font-weight: bold;
}
.tx-icevents .detail .col .link > div,
.tx-icevents .detail .col .promoter > div {
  font-weight: normal;
}
.tx-icevents .detail .col .teaser {
  border: none;
}
.tx-icevents .detail .col.right {
  display: none;
}
header #metahead a.phone {
  border: 0 !important;
}
header #topmenu nav.top-bar ul.left li {
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .mobile-sub-nav-toggle {
    background: url("/typo3conf/ext/xskeleton/Resources/Public/Images/sprite.png") no-repeat scroll -133px -111px #7C993C;
    display: block;
    float: right;
    height: 45px;
    position: relative;
    width: 45px;
  }
}
.tx-ictimeline-pi1 .content > h3 {
  color: #7C993C;
}
footer .timeline_teaser {
  height: 310px;
}
.tx-icjsonsearch .leftbox.hide1 {
  display: none !important;
}
.expertenTabelle li {
  background-position: left 4px !important;
}
.tx-felogin-pi1 {
  background: none repeat scroll 0 0 #F3F6EB;
  padding: 25px;
}
@media screen and (max-width: 800px) {
  footer .timeline {
    display: none;
  }
}
footer {
  z-index: 999;
}
input.powermail_confirmation_form {
  margin-top: 40px !important;
}
.mini_teaser .image_container {
  height: auto;
}
.mini_teaser .image_container img {
  height: auto;
}
.ui-datepicker .ui-datepicker-header {
  background: none repeat scroll 0 0 #7C993C;
  color: #fff;
}
.ui-datepicker .ui-datepicker-title {
  font-family: 'Droid Serif', serif;
  font-weight: normal;
}
.ui-state-hover {
  background: #7C993C;
}
.tx-icjsonsearch .leftbox .group .field input[type="checkbox"] {
  border: medium none;
  background: none;
}
.tx-icjsonsearch.searchSingleType .content.accommodation .subcontent .roomSub .name {
  width: 300px !important;
}
.contentleft {
  background: none repeat scroll 0 0 #F3F6EB;
  padding: 23px;
  float: left;
  margin-bottom: 20px;
  width: 100%;
}
.contentleft .txtwrap {
  padding-left: 270px;
}
.contentleft em {
  font-size: 20px;
  line-height: 30px;
}
.tx-icevents .quicksearch.content li:first-child {
  padding: 0 35px;
}
.tx-icevents .results .weiterlink {
  margin-top: 110px;
  position: absolute;
  right: 40px;
}
article.single.news .teaser-text {
  font-weight: bold;
}
article.single.news .news-text-wrap em {
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 17px !important;
}
#anreiseinputdatepick,
#abreiseinputdatepick {
  background: url("/typo3conf/ext/xskeleton/Resources/Public/Images/calendar.png") no-repeat scroll 95% center transparent !important;
}
.tx-icjsonsearch .leftbox .group_ft .disabled {
  display: none;
}
.tx-icjsonsearch .leftbox .group_ft .field.bauernhof {
  display: block;
}
body header #topmenu nav.top-bar ul.left li ul.dropdown {
  height: auto;
}
body header #topmenu div.row nav.top-bar section .left .has-dropdown .dropdown div.dropdown-teaser {
  margin-top: -82px;
}
body div#quicksearch div.row div.twelve ul.nav ul.level2 {
  display: none;
}
body div#quicksearch div.row div.twelve ul.nav li.quickmap:hover ul.level2,
body div#quicksearch div.row div.twelve ul.nav li.quickemo:hover ul.level2,
body div#quicksearch div.row div.twelve ul.nav li.quickweather:hover ul.level2,
body div#quicksearch div.row div.twelve ul.nav li.quicksleep:hover ul.level2,
body div#quicksearch div.row div.twelve ul.nav li.quickevent:hover ul.level2,
body div#quicksearch div.row div.twelve ul.nav li.quicktour:hover ul.level2 {
  display: block;
}
body div#quicksearch div.row div.twelve ul.nav li:hover a.icon-alone span {
  height: 44px;
}
body div#quicksearch div.row div.twelve ul.nav ul.level2 {
  margin-left: -75px;
  background: #7C993D;
  padding: 15px;
  position: absolute;
  width: 200px;
}
body div#quicksearch div.row div.twelve ul.nav ul.level2 h1 {
  font-size: 20px;
  font-family: 'Droid Serif';
  color: #ffffff;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
}
body div#quicksearch div.row div.twelve ul.nav ul.level2 p {
  font-size: 13px;
  color: #ffffff;
}
body div#quicksearch div.row div.twelve ul.nav ul.level2 .more-tooltips {
  background: #ffffff url('../../typo3conf/ext/xskeleton/Resources/Public/Images/arrow-green.png') no-repeat right center;
  color: #7C993D;
  border-radius: 5px 5px 5px 5px;
  display: block;
  font-family: 'droid serif';
  font-size: 20px;
  font-style: italic;
  padding-left: 15px;
}
body div#quicksearch div.row div.twelve ul.nav ul.level2 .more-tooltips:hover {
  background: #f3f5eb url('../../typo3conf/ext/xskeleton/Resources/Public/Images/arrow-green.png') no-repeat right center;
}
body div#quicksearch div.row div.twelve ul.nav li.quickevent span {
  background-image: url('../../typo3conf/ext/xskeleton/Resources/Public/Images/icon_woerishofen_events.png');
  background-position: 0 top;
}
body div#quicksearch div.row div.twelve ul.nav li.quickevent span:hover {
  background-position: 0 bottom;
}
body div#quicksearch li.quickevent ul.level2 {
  margin-top: -6px;
}
body section#quick-start div#homepage_teaser div#left_teaser div.booking .postfix {
  width: 18px;
  margin-left: -20px;
}
body div#content div#main .tx-icdcaccommodations {
  width: 697px;
  background: #F3F6EB;
  padding: 23px;
}
body div#content div#main .tx-icdcaccommodations #facilityNavigation ul.navigation li {
  background: #7C993C;
  color: #ffffff;
  float: left;
  line-height: 32px;
  padding: 0 20px 0 25px;
  border: none;
  border-right: 1px solid #4C690D;
}
body div#content div#main .tx-icdcaccommodations #facilityNavigation ul.navigation li:last-child {
  border: none;
  float: none;
}
body div#content div#main .tx-icdcaccommodations #facilityNavigation ul.navigation li.active {
  background: #99c043;
}
body div#content div#main .tx-icdcaccommodations #facilityContent #facilityMap {
  width: 100% !important;
}
body div#content div#main .tx-icdcaccommodations #facilityContent .imageGallery .thumbSlider .tmbrdr {
  width: 107px !important;
  height: 65px !important;
  top: -65px !important;
}
body div#content div#main .tx-icdcaccommodations p.bodytext {
  padding: 0px;
}
body div#content div#main .tx-icjsonsearch .container #mainContainer .productlist #filterlist.gallery .results .dataTables_wrapper .dataTable td {
  margin-bottom: 7px;
}
body div#content div#main .tx-icjsonsearch .container #mainContainer .productlist #filterlist.gallery .results .dataTables_wrapper .dataTable .Teaser2 .content .teaser {
  width: 212px;
  height: 270px;
}
body div#content div#main .tx-icevents .quicksearch.content,
body div#content div#main .tx-icevents #loading,
body div#content div#main .tx-icevents #noResults {
  width: 100%;
}
body div#content div#main .searchSingleType #filterlist {
  font-family: 'Droid Sans';
}
body div#content div#main .searchSingleType #filterlist .moreAccos {
  background: none repeat scroll 0 0 #7C993C;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 10px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
}
body div#content div#main .searchSingleType #filterlist #filtermap {
  margin-top: -56px;
}
body div#content div#main .searchSingleType #filterlist .Accommodations .top_accomo .facilityNumber {
  background: #7C993C;
}
body div#content div#main .searchSingleType #filterlist .Accommodations .top_accomo .descriptionWrapper .link {
  background: none repeat scroll 0 0 #7C993C;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 10px 12px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 180px;
}
body div#content div#main .searchSingleType #filterlist.gallery .Accommodations .accommodation {
  height: 350px;
}
body div#content div#main section iframe {
  width: 100%;
}
body div#content div#main section .carousel {
  height: 110px;
}
body div#content div#main section #subscribe input[type="button"] {
  background: none repeat scroll 0 0 #7C993C;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 116px;
}
body div#content div#main section #subscribe table tr:nth-child(2n) {
  background: none;
}
body div#content div#main section .txtwrap p.bodytext {
  background: none !important;
}
body div#content div#main section .txtwrap p.bodytext em {
  display: inline;
  font-size: 14px;
  line-height: 14px;
  color: #808080;
}
body div#content div#main section .text {
  background: #F3F6EB;
  padding-bottom: 10px;
}
body div#content div#main section .text h2 {
  text-transform: uppercase;
}
body div#content div#main section .text p.bodytext {
  background: none !important;
  font-family: 'Droid Sans';
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 17px;
}
body div#content div#main .tx-icevents .eventsearchform .content form#searchCriteria .excludeSubmitBtn .vakdropdowns {
  background-position: 160px -183px;
}
body div#content div#main .tx-icevents .content .col {
  padding: 23px;
  width: 100%;
}
body div#content div#main .tx-icevents .content .col .eventdate .allDates {
  color: #7C993C;
  margin-bottom: 10px;
  margin-top: 5px;
  cursor: pointer;
}
body div#content div#main .tx-icevents .content .col .eventdate .allDates:hover {
  color: #808080;
}
body div#content div#main .tx-icevents .content .col div.eventtitle {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
}
body div#content div#main .tx-icevents .content .col .locations,
body div#content div#main .tx-icevents .content .col .promoter {
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 6px;
  text-transform: uppercase;
}
body div#content div#main .tx-icevents .content .col .promoter div {
  color: #808080;
  font-weight: normal;
  margin-bottom: 0px;
  text-transform: none;
}
body footer .timeline {
  margin: -30px auto -90px;
}
body footer .row #socialshareprivacy .social_share_privacy_area {
  margin: 0;
}
body footer .row #socialshareprivacy .social_share_privacy_area li.facebook {
  width: 157px;
}
body footer .row #socialshareprivacy .social_share_privacy_area li.facebook .fb_like {
  width: 114px;
}
body footer .row #socialshareprivacy .social_share_privacy_area li.twitter {
  width: 124px;
}
body footer .row #socialshareprivacy .social_share_privacy_area li.twitter .tweet {
  width: 83px;
}
body footer .row #socialshareprivacy .social_share_privacy_area li.gplus {
  width: 123px;
}
body footer .row #socialshareprivacy .social_share_privacy_area li.gplus .gplusone {
  width: 90px;
}
body .tx-icgallery-pi1 #componentWrapper .wrapper .info_holder .info_title {
  font-size: 14px;
}
body .tx-icbrochuresdownload-pi1 form fieldset .field input.plz {
  margin-right: 10px;
}
body .tx-icbrochuresdownload-pi1 form fieldset .field input.ort {
  float: none;
}
body .tx-icbrochuresdownload-pi1 form fieldset .field input[type="submit"] {
  background: none repeat scroll 0 0 #7C993C;
  border: medium none;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-size: 13px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0 5px 10px 0;
  text-align: center;
  text-transform: uppercase;
  width: 116px;
}
@media screen and (max-width: 1024px) {
  body section#quick-start div#homepage_teaser div#left_teaser div.booking .postfix {
    margin-left: -22px;
  }
}
@media screen and (max-width: 786px) {
  body#default div#content div#main.nine {
    padding-left: 0px;
  }
  body#default div#main .searchSingleType #mainContainer .productlist .list #filterlist.filterlist .results,
  body#default div#main .searchSingleType .sortResults,
  body#default div#main .searchSingleType #filtermap {
    width: 741px;
  }
  .Teaser2 .content .teaser {
    width: 101%;
  }
}
@media screen and (max-width: 480px) {
  body#default div#content div#main .searchSingleType #mainContainer .productlist .list #filterlist.filterlist .results,
  body#default div#content div#main .searchSingleType .sortResults,
  body#default div#content div#main .searchSingleType #filtermap {
    width: 381px;
  }
  body#default div#content div#main .searchSingleType #mainContainer .productlist .list #filterlist .accommodation {
    width: 330px;
  }
  body#default div#content div#main .searchSingleType #mainContainer .productlist .list #filterlist .acco_infos,
  body#default div#content div#main .searchSingleType #mainContainer .productlist .list #filterlist .descriptionWrapper,
  body#default div#content div#main .searchSingleType #mainContainer .productlist .list #filterlist .description {
    width: 100%;
  }
  body#default div#content div#main .searchSingleType #mainContainer .productlist .list #filterlist.gallery .accommodation {
    width: 211px;
  }
  body#default div#content div#main .tx-icjsonsearch .container #mainContainer .productlist .list #filterlist.gallery .results .dataTables_wrapper .dataTable tbody tr {
    width: 100% !important;
  }
  body#default div#content div#main .tx-icjsonsearch .container #mainContainer .productlist .list #filterlist .results .dataTables_wrapper .dataTable {
    clear: both;
  }
  body#default div#content div#main .tx-icjsonsearch .container #mainContainer .productlist .list #filterlist .searchbar .diplaymode {
    margin: 50px 0 10px 0;
    float: left;
  }
  body#default div#content div#main .tx-icjsonsearch .container #mainContainer .productlist .list #filterlist.list .results .dataTables_wrapper .dataTable .Teaser2 .teaser {
    height: 93px;
  }
  body#default div#content div#main .tx-icjsonsearch .container #mainContainer .productlist .list #filterlist.list .results .dataTables_wrapper .dataTable .Teaser2 .teaser .image {
    width: 115px;
    height: auto;
  }
  body#default div#content div#main .tx-icjsonsearch .container #mainContainer .productlist .list #filterlist.map {
    clear: both;
  }
  body#default div#content div#main .tx-icbrochuresdownload-pi1 .icform fieldset .field {
    width: 100%;
  }
  body#default div#content div#main .tx-icbrochuresdownload-pi1 .icform fieldset input.plz,
  body#default div#content div#main .tx-icbrochuresdownload-pi1 .icform fieldset input.ort {
    width: 100%;
  }
  body#default div#content div#main .tx-icevents div.content div.col div.eventdate {
    text-align: left !important;
    float: left;
  }
  body#default div#content div#main .tx-icevents .results .eventresult {
    width: 100%;
  }
  body#default div#content div#main .tx-icevents .results .eventresult .contentwrap {
    width: 100%;
  }
  body#default div#content div#main .tx-icevents .results .eventresult .weiterlink .eventtitle {
    margin-left: 0px;
  }
  body#default div#content div#main .tx-icevents .quicksearch.content {
    width: 100%;
  }
  body#default div#content div#main .tx-icevents .quicksearch.content .tabSearch {
    width: 100%;
  }
  body#default div#content div#main .tx-icevents .quicksearch.content li {
    border-bottom: 1px solid #4C690D;
    border-left: none;
    text-align: center;
    padding: none;
  }
  body#default div#content div#main .tx-icevents .quicksearch.content li:last-child {
    border: none;
  }
  body#default div#content div#main .tx-icevents .eventsearchform .content {
    width: 100%;
  }
  body#default div#content div#main .tx-icevents .eventsearchform .content #searchField {
    width: 99%;
  }
  body#default div#content div#main .tx-icevents .eventsearchform .content #searchSubmit {
    margin: 0 0 0 133px;
  }
  body#default div#content div#main .tx-icevents .eventsearchform .content form {
    width: 100%;
  }
  body#default div#content div#main .tx-icevents .eventsearchform .content form .ortLabel {
    margin-top: -37px;
  }
  body#default div#content div#main .tx-icevents .eventsearchform .content form .highlightbox {
    width: auto;
  }
  body#default div#content div#main .tx-icevents .eventsearchform .content form .todaybox #todayLable {
    margin-top: 3px;
  }
  body#default div#content div#main .tx-icevents .eventsearchform .content form .excludeSubmitBtn .vakdropdowns {
    width: 99%;
    background-position: 80px -183px;
  }
  body#default div#content div#main .tx-icevents .eventsearchform .content form .excludeSubmitBtn .dateline {
    height: 150px;
  }
  body#default div#content div#main .tx-icevents .eventsearchform .content form .excludeSubmitBtn .dateline #esf-date-from,
  body#default div#content div#main .tx-icevents .eventsearchform .content form .excludeSubmitBtn .dateline #esf-date-to {
    float: left;
    width: 51%;
    position: static;
    background-position: 169px -225px;
    margin: 10px 0 23px 0;
  }
  body#default div#content div#main iframe {
    width: 95%;
    height: 200px;
    margin-left: 10px;
  }
  body#default div#content div#main section .flexslider,
  body#default div#content div#main section .flex-viewport {
    width: 100%;
    height: auto;
  }
  body#default div#content div#main section div.tx-powermail form.powermail_form fieldset div.powermail_fieldwrap {
    width: 100%;
  }
  body#default div#content div#main section div.tx-powermail form.powermail_form fieldset div.powermail_fieldwrap .powermail_field {
    width: 225px;
  }
  body#default div#content div#main section iframe {
    width: 100%;
    height: 460px;
  }
  body#default footer div.row div.six div#socialshareprivacy ul.social_share_privacy_area {
    padding: 108px 0 0 10px;
  }
  body#default footer div.row div.six div#socialshareprivacy ul.social_share_privacy_area li.facebook {
    width: 123px;
  }
  body#default footer div.row div.six div#socialshareprivacy ul.social_share_privacy_area li.facebook .fb_like {
    width: 90px;
  }
  body#default footer div.row div.six div#socialshareprivacy ul.social_share_privacy_area li.twitter {
    width: 91px;
  }
  body#default footer div.row div.six div#socialshareprivacy ul.social_share_privacy_area li.twitter .tweet {
    width: 57px;
  }
  body#default footer div.row div.six div#socialshareprivacy ul.social_share_privacy_area li.gplus {
    width: 77px;
  }
  body#default footer div.row div.six div#socialshareprivacy ul.social_share_privacy_area li.gplus .gplusone {
    width: 37px;
  }
  body#default footer .row .six.columns h1 {
    margin-bottom: 98px;
    margin-top: -29px;
  }
  body#default footer .timeline {
    margin-bottom: -293px;
  }
  body#default footer #service,
  body#default footer #socials,
  body#default footer #newsletter {
    border-bottom: 1px solid #cccccc;
  }
}
@media screen and (max-width: 1130px) and (min-width: 981px) {
  #homepage_teaser #right_teaser .teaser-box {
    width: 280px;
    height: 370px;
    margin-right: 10px;
  }
  .orbit img.orbit-slide {
    width: auto;
    height: 100%;
  }
  .orbit img.orbit-slide {
    height: 100% !important;
    width: auto !important;
  }
}

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:1005;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;background:#fff;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url('../../typo3conf/ext/xskeleton/Resources/Public/Images/shadowbox_loading.gif') no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url('../../typo3conf/ext/xskeleton/Resources/Public/Images/shadowbox_close.png');}
#sb-nav-next{background-image:url('../../typo3conf/ext/xskeleton/Resources/Public/Images/shadowbox_next.png');}
#sb-nav-previous{background-image:url('../../typo3conf/ext/xskeleton/Resources/Public/Images/shadowbox_previous.png');}
#sb-nav-play{background-image:url('../../typo3conf/ext/xskeleton/Resources/Public/Images/shadowbox_play.png');}
#sb-nav-pause{background-image:url('../../typo3conf/ext/xskeleton/Resources/Public/Images/shadowbox_pause.png');}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}


#pageLoadingOverlayBG,
.popUp_background{
    background-color: #000000;
    display: none;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}

#pageLoadingOverlay,
.popUp{
    background-color: #e7e7e7;
    border: 1px solid #FFF;
    position: fixed;
    z-index: 600;
    width: 500px;
    display: none;
}

.popUp {
    padding: 20px;
    text-align: center;
}

#pageLoadingOverlay .progressImage > img {
    margin: 25px 165px;
}

#pageLoadingOverlay .progressContent {
    margin: 20px;
    text-align: center;
}

.social_share_privacy_area {
	clear:both;
	margin:20px;
	list-style-type:none;
	padding:0;
	width:auto;
	height:25px;
	display:block;
}

.social_share_privacy_area li {
	margin:0;
	margin-bottom: 10px;
	padding:0;
	height:21px;
	float:left;
}

.social_share_privacy_area li .dummy_btn {
	float:left;
	margin:0 0 0 10px;
	cursor:pointer;
	padding:0;
	height:inherit;
}

.social_share_privacy_area li div iframe {
	overflow:hidden;
	height:inherit;
	width:inherit;
}


.social_share_privacy_area .facebook {
	width:180px;
	display:inline-block;
}

.social_share_privacy_area .facebook .fb_like iframe {
	width:145px;
}



.social_share_privacy_area .twitter {
	width:148px;
}

.social_share_privacy_area li div.tweet {
	width:115px;
}



.social_share_privacy_area .gplus {
	width:123px;
}

.social_share_privacy_area li div.gplusone {
	width:90px;
}



.social_share_privacy_area li .switch {
	display:inline-block;
	text-indent:-9999em;
	background:transparent url('../../typo3conf/ext/xskeleton/Resources/Public/Images/socialshareprivacy/socialshareprivacy_on_off.png') no-repeat 0 0 scroll;
	width:23px;
	height:12px;
	overflow:hidden;
	float:left;
	margin:4px 0 0;
	padding:0;
	cursor:pointer;
}

.social_share_privacy_area li .switch.on {
	background-position:0 -12px;
}



.social_share_privacy_area li.help_info {
	position:relative;
}

.social_share_privacy_area li.help_info .info,
.social_share_privacy_area li .help_info.icon .info {
	display:none;
	position:absolute;
	bottom:40px;
	left:0;
	width:290px;
	padding:10px 15px;
	margin:0;
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	border:1px solid #ccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:0 3px 4px #999;
	-webkit-box-shadow:0 3px 4px #999;
	box-shadow:0 3px 4px #999;
	background-color:#fdfbec;
	color:#000;
	z-index:500;
}

.social_share_privacy_area li.gplus.help_info .info {
	left:-60px;
}

.social_share_privacy_area li .help_info.icon .info {
	left:-243px;
	width:350px;
}

.social_share_privacy_area li.help_info.display .info,
.social_share_privacy_area li .help_info.icon.display .info {
	display:block;
}

.social_share_privacy_area li.help_info.info_off.display .info {
	display:none;
}

.social_share_privacy_area li .help_info.icon {
	background:#fff url('../../typo3conf/ext/xskeleton/Resources/Public/Images/socialshareprivacy/socialshareprivacy_info.png') no-repeat center center scroll;
	width:25px;
	height:20px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	border:2px solid #e7e3e3;
	border-right-width:0;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
	margin:0;
	padding:0;
}

.social_share_privacy_area li.settings_info .settings_info_menu.on .help_info.icon {
	border-top-width:0;
	border-left-width:0;
}

.social_share_privacy_area li.settings_info .settings_info_menu.perma_option_off .help_info.icon {
	border-right-width:2px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}



.social_share_privacy_area li.settings_info {
	position:relative;
	top: -116px;
	width: 55px;
}

.social_share_privacy_area li.settings_info a {
	text-decoration:none;
	margin:0 !important;
}

.social_share_privacy_area li.settings_info .settings_info_menu {
	background-color:#f3f4f5;
	border:2px solid #e7e3e3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:2px 2px 3px #c1c1c1;
	-webkit-box-shadow:2px 2px 3px #c1c1c1;
	box-shadow:3px 3px 3px #c1c1c1;
	left:0;
	position:absolute;
	top:0;
	width: 200px;
	z-index:1000;
	margin:0;
	padding:0;
}

.social_share_privacy_area li.settings_info .settings_info_menu.off {
	display:none;
	border-width:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color:transparent;
}

.social_share_privacy_area li.settings_info .settings_info_menu.off form {
	display:none;
	margin:0;
	padding:0;
}

.social_share_privacy_area li.settings_info .settings_info_menu .settings {
	text-indent:-9999em;
	display:inline-block;
	background:#fff url('../../typo3conf/ext/xskeleton/Resources/Public/Images/socialshareprivacy/settings.png') no-repeat center center scroll;
	width:25px;
	height:20px;
	border:2px solid #e7e3e3;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
	border-left:1px solid #ddd;
	margin:0;
	padding:0;
}

.social_share_privacy_area li.settings_info .settings_info_menu.on .settings {
	border-top-width:0;
}

.social_share_privacy_area li.settings_info .settings_info_menu form{
	margin:0;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset {
	border-width:0;
	margin:0;
	padding:0 10px 10px;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset legend {
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	margin:0;
	padding:5px 0;
	width:180px;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset input {
	clear:both;
	float:left;
	margin:4px 10px 4px 0;
	padding:0;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label {
	display:inline-block;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	-moz-transition:color .5s ease-in;
	-webkit-transition:color .5s ease-in;
	transition:color .5s ease-in;
	margin:0;
	padding:0;
}

.social_share_privacy_area li.settings_info .settings_info_menu form fieldset label.checked {
	color:#090;
}





.divascookies {
    position: fixed;
    top: 0;
    width: 100%;
    background: #f9fafc;
    color: #636363;
    display: none;
    z-index: 999999;
}

.divascookies > .divascookies-banner-container {
    position: relative;
    padding: 15px 20px;
    overflow: hidden;
    text-align: center;
}

.divascookies p {
    margin-bottom: 0;
}

.divascookies p.divascookies-banner-text {
    position: relative;
    line-height: 1.3em;
    display: inline-block;
    padding: 0 10px 0 0;
}

span.divascookies-policy-link a {
    white-space: nowrap;
}

span.divascookies-policy-link a:hover {
    text-decoration: underline;
    transition: color 0.3s ease 0s;
}

.divascookies-banner-container > .divascookies-accept-button-container {
    display: inline-block;
    margin-top: 5px;
}

.divascookies-accept-button-container > .divascookies-accept-button-text {
    font-size: 16px;
    cursor: pointer;
    background: #7c993c;
    color: #fff;
    padding: 7px 10px;
    transition: background-color 0.3s ease 0s;
    border-radius: 5px;
    text-transform: uppercase;
}

.divascookies-accept-button-container > .divascookies-accept-button-text:hover {
    background: #556d1f;
}


	.tx-felogin-pi1 label {
		display: block;
	}

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

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

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

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

		.theme-default.controlnav-thumbs .nivo-caption{
		right:5px;
		width: auto;
		}

		.theme-default.controlnav-thumbs .nivo-controlNav {
		left:0;
		margin-left:0;
		margin-bottom: -5px;
		width:100%;
		}

		.theme-default.controlnav-thumbs .nivo-controlNav a {
		width:auto;
		height:auto;
		background:none;
		text-indent:0;
		margin: 0 5px 0 0;
		}

		.theme-default.controlnav-thumbs .nivo-controlNav img {
		position:relative;
		display:block;
		}

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

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

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

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

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

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

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

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

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

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

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

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

		.tx-indexedsearch .tx-indexedsearch-browsebox LI { display:inline; margin-right:5px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
		.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
		.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
		.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { font-style:italic; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
		.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
		.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
		.tx-indexedsearch .tx-indexedsearch-category { background:#cccccc; font-size:16px; font-weight:bold; }

		
		.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
		.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
		.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
		.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
		.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
		.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

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

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

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

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

	
	.csc-header-alignment-center { text-align: center; }
	.csc-header-alignment-right { text-align: right; }
	.csc-header-alignment-left { text-align: left; }

	
	div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li { overflow: hidden; }

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

	
	div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap { margin: 0; display: table; }

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

	
	div.csc-textpic div.csc-textpic-imagecolumn { float: left; }

	
	div.csc-textpic-border div.csc-textpic-imagewrap img {
		border: 1px solid black;
		padding: 0px 0px;
	}

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

	
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image { margin-bottom: 0; }

	
	div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image { margin-right: 10px; }
	div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image { margin-right: 0; }

	
	div.csc-textpic-intext-left .csc-textpic-imagewrap,
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
		margin-right: 10px;
	}
	div.csc-textpic-intext-right .csc-textpic-imagewrap,
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
		margin-left: 10px;
	}

	

	
	div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap { overflow: hidden; }
	div.csc-textpic-center .csc-textpic-center-outer { position: relative; float: right; right: 50%; }
	div.csc-textpic-center .csc-textpic-center-inner { position: relative; float: right; right: -50%; }

	
	div.csc-textpic-right .csc-textpic-imagewrap { float: right; }
	div.csc-textpic-right div.csc-textpic-text { clear: right; }

	
	div.csc-textpic-left .csc-textpic-imagewrap { float: left; }
	div.csc-textpic-left div.csc-textpic-text { clear: left; }

	
	div.csc-textpic-intext-left .csc-textpic-imagewrap { float: left; }

	
	div.csc-textpic-intext-right .csc-textpic-imagewrap { float: right; }

	
	div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { float: right; }

	
	div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { float: left; }

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

	

	
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul { padding-left: 40px; overflow: auto; }

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

	

	table.contenttable-color-1 { background-color: #EDEBF1; }
	table.contenttable-color-2 { background-color: #F5FFAA; }
	table.contenttable-color-240 { background-color: black; }
	table.contenttable-color-241 { background-color: white; }
	table.contenttable-color-242 { background-color: #333333; }
	table.contenttable-color-243 { background-color: gray; }
	table.contenttable-color-244 { background-color: silver; }

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

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

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

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

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

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

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

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

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

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

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

	.tx-icdcjsonsearch table td {
		vertical-align:top;
	}
	
.clear {
	clear: both;
}	
	
	
dl.wtdirectory_all_detail {
	padding: 10px;
	border: 1px solid #444;
}
dt.wtdirectory_all {
	float: left;
	clear: left;
	padding: 10px;
}
dd.wtdirectory_all {
	padding: 10px;
	padding-left: 200px;
}
dd.wtdirectory_all h2 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
dd.wtdirectory_all_even,
dt.wtdirectory_all_even {
	background-color: #fafafa;
}

	
ul.wtdirectory_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.wtdirectory_list li {
	padding: 10px 0;
	margin: 20px 0;
	border: 1px solid #444;
}
div.wtdirectory_all_vcard,
div.wtdirectory_all_powermail,
div.wtdirectory_all_detaillink,
div.wtdirectory_all_googlemaplink {
	margin-left: 10px;
}
		
div.wtdirectory_filter {
	border: 1px solid #444;
	padding: 5px;
}
div.wtdirectory_filter_div {
	padding: 3px 0 6px 0;
}
div.wtdirectory_filter_search label {
	float: left;
	display: block;
	width: 100px;
	font-weight: bold;
	clear: left;
}
div.wtdirectory_filter_cat option {
	padding: 2px 5px;
}
div.wtdirectory_filter_cat option.level2 {
	padding-left: 10px;
}
div.wtdirectory_filter_cat option.level3 {
	padding-left: 20px;
}
div.wtdirectory_filter_cat option.level4 {
	padding-left: 30px;
}
div.wtdirectory_filter_radialsearch label {
	font-weight: bold;
	padding-right: 10px;
}
input#wt_directory_radialsearch_zip {
	margin-right: 30px;
}
input.wtdirectory_filter_radialsearch_submit {
	display: block;
	margin-top: 5px;
}
		
div.wt_directory_autocompletecontainer {
	padding: 5px;
	
	background-color: #FAFAFA;
}
div.wt_directory_autocompletecontainer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.wt_directory_autocompletecontainer ul li {
	cursor: pointer;
}


.wt_directory_autocompletecontainer {
	left: 46px !important;
}
.tx-icbrochuresdownload-pi1 > div.bodytext{
padding: 10px 0;
}

.tx-icbrochuresdownload-pi1 .icform .field > input.plz{
width: 100px;
}

.tx-icbrochuresdownload-pi1 .icform .field > input.ort{
width: 295px;
}

.tx-icbrochuresdownload-pi1 .teaser header input{
	float: left;
	margin-right: 10px;
}

.tx-icbrochuresdownload-pi1 .teaser .download > img{
	margin-left: 20px;
}

.tx-icbrochuresdownload-pi1 .teaser .download > img:first-child{
	margin-left: 0;
}

.csc-mailform-error{
margin-left: 150px;
width: 200px;
color: #cc0000;
}

.brochureerror{
display: block;
float: left;
width: 400px;
padding:10px;
margin-bottom:10px;
color: #cc0000;
}





.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }
.ui-widget .ui-widget { font-size: 1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(/typo3conf/ext/powermail/Resources/Public/Image/Ui/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(/typo3conf/ext/powermail/Resources/Public/Image/Ui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(/typo3conf/ext/powermail/Resources/Public/Image/Ui/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(/typo3conf/ext/powermail/Resources/Public/Image/Ui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-hover a, .ui-state-hover a:hover { 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(/typo3conf/ext/powermail/Resources/Public/Image/Ui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #212121; }
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #212121; text-decoration: none; }
.ui-widget :active { outline: none; }


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight  {border: 1px solid #fcefa1; background: #fbf9ee url(/typo3conf/ext/powermail/Resources/Public/Image/Ui/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(/typo3conf/ext/powermail/Resources/Public/Image/Ui/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: .7; filter:Alpha(Opacity=70); font-weight: normal; }
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled { opacity: .35; filter:Alpha(Opacity=35); background-image: none; }




.ui-icon { width: 16px; height: 16px; background-image: url(/typo3conf/ext/powermail/Resources/Public/Image/Ui/ui-icons_222222_256x240.png); }
.ui-widget-content .ui-icon {background-image: url(/typo3conf/ext/powermail/Resources/Public/Image/Ui/ui-icons_222222_256x240.png); }
.ui-widget-header .ui-icon {background-image: url(/typo3conf/ext/powermail/Resources/Public/Image/Ui/ui-icons_222222_256x240.png); }
.ui-state-default .ui-icon { background-image: url(/typo3conf/ext/powermail/Resources/Public/Image/Ui/ui-icons_888888_256x240.png); }
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {background-image: url(/typo3conf/ext/powermail/Resources/Public/Image/Ui/ui-icons_454545_256x240.png); }
.ui-state-active .ui-icon {background-image: url(/typo3conf/ext/powermail/Resources/Public/Image/Ui/ui-icons_454545_256x240.png); }
.ui-state-highlight .ui-icon {background-image: url(/typo3conf/ext/powermail/Resources/Public/Image/Ui/ui-icons_2e83ff_256x240.png); }
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {background-image: url(/typo3conf/ext/powermail/Resources/Public/Image/Ui/ui-icons_cd0a0a_256x240.png); }


.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-off { background-position: -96px -144px; }
.ui-icon-radio-on { 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 { 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; }





.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }


.ui-widget-overlay { background: #aaaaaa url(/typo3conf/ext/powermail/Resources/Public/Image/Ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); }
.ui-widget-shadow { margin: -8px 0 0 -8px; padding: 8px; background: #aaaaaa url(/typo3conf/ext/powermail/Resources/Public/Image/Ui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x; opacity: .3;filter:Alpha(Opacity=30); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

.ui-datepicker { width: 17em; padding: .2em .2em 0; display: none; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }


.ui-datepicker.ui-datepicker-multi { width:auto; }
.ui-datepicker-multi .ui-datepicker-group { float:left; }
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }


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