/*! jQuery UI - v1.9.2 - 2012-12-05
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.tabs.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ctl=themeroller&ctl=themeroller&ctl=themeroller&ctl=themeroller&ctl=themeroller&ffDefault=Trebuchet%20MS%2C%20Tahoma%2C%20Verdana%2C%20Arial%2C%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  zoom: 1;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  zoom: 1;
}
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
/* Component containers
----------------------------------*/
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #efefef;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #e78f08;
  background: #f6a828;
  color: #ffffff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #6C6B6B;
  font-weight: bold;
  color: #fff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #fff;
  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 #999;
  background: #940f02;
  font-weight: bold;
  color: #fff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #999;
  background-color: #6C6B6B;
  font-weight: bold;
  color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url(../../Public/Styles/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top 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: #b81900 url(../../Public/Styles/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.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-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
/* For IE8 - See #6059 */
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  -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;
}
/* Overlays */
.ui-widget-overlay {
  background: #666666 url(../../Public/Styles/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
  opacity: .5;
  filter: alpha(opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(../../Public/Styles/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .2;
  filter: alpha(opacity=20);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-family: 'Gudea', sans-serif;
  color: #373535;
  font-size: 1.0em;
}
a {
  color: #373535;
}
.clear {
  clear: both;
}
div#headercontainer {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  position: relative;
}
div#logocontainer {
  width: 80%;
  height: 129px;
  margin: 0px;
  padding: 0px;
  position: relative;
}
div#logo {
  position: absolute;
  left: 0px;
  top: 0px;
  height: auto;
  width: 272px;
  z-index: 100;
}
div#suchleiste {
  width: 100%;
  text-align: center;
  height: 46px;
  margin: 0px;
  background-color: #CCC;
  color: #940f02;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  line-height: 42px;
  z-index: 1;
}
div#suche {
  width: auto;
  height: 46px;
  border: solid 1px #940f02;
  line-height: 42px;
  margin-top: -47px;
  z-index: 2100;
}
div#slider {
  width: 80%;
  height: auto;
  min-height: 180px;
  position: relative;
  float: left;
  overflow: hidden;
}
div#overlay {
  width: 272px;
  height: auto;
  min-height: 515px;
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../../Public/Images/header-overlay.png) left top;
  z-index: 1111;
}
div#headertransparent {
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
  z-index: 1150;
  background: url(../../Public/Images/bg-transparent.png);
}
div#nav {
  width: 20%;
  height: auto;
  float: right;
  overflow: visible;
}
div#contentcontainer {
  width: 80%;
  height: auto;
  margin: 0px;
  padding: 0px;
  float: left;
}
div#asside {
  width: 17%;
  padding-left: 2.5%;
  float: left;
  border-left: dashed 1px #999;
}
div#rootline {
  padding: 10px 3% 10px 3%;
}
footer {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto;
  margin-top: 35px;
  background-color: #666;
  color: #fff;
  font-size: 1.0em;
  overflow: auto;
}
footer div#adresse {
  width: 10%;
  float: left;
  padding: 10px 3% 10px 3%;
  margin: 10px auto;
}
footer .csc-frame-frame1 {
  width: 75%;
  float: left;
}
footer .csc-frame-frame1 p,
footer .csc-frame-frame1 p:hover,
footer .csc-frame-frame1 p a,
footer div.fourcols:hover a,
footer div.fourcols:hover p {
  background-color: #666;
  margin: 0px;
  color: #fff;
}
footer .csc-frame-frame1 .fourcols,
footer .csc-frame-frame1 .fourcols:hover {
  background-color: #666;
}
footer .fourcols .csc-default {
  border-bottom: 0px;
}
#asside h2 {
  margin-bottom: 2px;
  margin-top: 3px;
  text-transform: uppercase;
}
#asside p {
  margin-top: 3px;
}
#slider img,
#asside .csc-textpic-imagewrap img {
  width: 100%;
  height: auto;
}
#rootline a {
  text-decoration: none;
}
figcaption.csc-textpic-caption {
  background-color: #444;
  color: #fff;
  text-align: center;
  padding: 5px 0px;
}
h1.csc-firstHeader,
h1 {
  display: block;
  font-size: 1.4em;
  color: #940f02;
  border-bottom: solid 1px #999;
}
.csc-default {
  border-bottom: solid 1px #999;
  height: auto;
  overflow: auto;
  padding: 10px 3% 10px 3%;
}
h2 {
  border-bottom: solid 1px #940f02;
  font-size: 1.2em;
}
h3 {
  border-bottom: solid 1px #940f02;
  background-color: #cdcdcd;
  font-size: 1.2em;
  padding: 3px;
}
h4 {
  background-color: #cdcdcd;
  font-size: 1.2em;
  padding: 3px;
}
table {
  width: 95%;
}
.csc-textpic-text table {
  width: 80%;
}
ul#cssmenu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  background-color: #585858;
}
#cssmenu ul {
  background-color: #585858;
}
#cssmenu li,
#cssmenu li ul li,
#cssmenu li ul li ul li {
  width: auto;
  height: auto;
  border-bottom: solid 1px #fff;
  display: block;
  float: none;
}
#cssmenu li ul li,
#cssmenu li ul li ul li {
  background: none;
}
#cssmenu li ul li a,
#cssmenu li ul li ul li a {
  line-height: 1.6em;
  padding-left: 5px;
}
#cssmenu a#stadt {
  background: url(../../Public/Images/symb-tet.gif) left no-repeat;
  background-size: 30% auto;
}
#cssmenu a#rathaus {
  background: url(../../Public/Images/symb-rath.gif) left no-repeat;
  background-size: 30% auto;
}
#cssmenu a#leben {
  background: url(../../Public/Images/symb-mensch.gif) left no-repeat;
  background-size: 30% auto;
}
#cssmenu a#tourismus {
  background: url(../../Public/Images/symb-tour.gif) left no-repeat;
  background-size: 30% auto;
}
#cssmenu a#innenstadt {
  background: url(../../Public/Images/symb-innenstadt.gif) left no-repeat;
  background-size: 30% auto;
}
#cssmenu .menu180 > a {
  background: url(../../Public/Images/symb-wirtsch.gif) left no-repeat;
  background-size: 30% auto;
}
#cssmenu a#kultur {
  background: url(../../Public/Images/symb-kultur.gif) left no-repeat;
  background-size: 30% auto;
}
#cssmenu a#buergerservice {
  background: url(../../Public/Images/symb-service.png) left no-repeat;
  background-size: 30% auto;
}
#cssmenu li.aktiv a#teterow,
#cssmenu a#stadt:hover {
  background: url(../../Public/Images/symb-tet-akt.gif) left no-repeat;
  background-size: 30% auto;
}
#cssmenu li.aktiv a#rathaus,
#cssmenu a#rathaus:hover {
  background: url(../../Public/Images/symb-rath-akt.gif) left no-repeat;
  background-size: 30% auto;
}
#cssmenu li.aktiv a#leben,
#cssmenu a#leben:hover {
  background: url(../../Public/Images/symb-mensch-akt.gif) left no-repeat;
  background-size: 30% auto;
}
#cssmenu li.aktiv a#tourismus,
#cssmenu a#tourismus:hover {
  background: url(../../Public/Images/symb-tour-akt.gif) left no-repeat;
  background-size: 30% auto;
}
#cssmenu li.aktiv a#innenstadt,
#cssmenu a#innenstadt:hover {
  background: url(../../Public/Images/symb-innenstadt-akt.gif) left no-repeat;
  background-size: 30% auto;
}
#cssmenu li.aktiv a#wirtschaft,
#cssmenu a#wirtschaft:hover {
  background: url(../../Public/Images/symb-wirtsch-akt.gif) left no-repeat;
  background-size: 30% auto;
}
#cssmenu li.aktiv a#kultur,
#cssmenu a#kultur:hover {
  background: url(../../Public/Images/symb-kultur-akt.gif) left no-repeat;
  background-size: 30% auto;
}
#cssmenu li.aktiv a#buergerservice,
#cssmenu a#buergerservice:hover {
  background: url(../../Public/Images/symb-service-akt.png) left no-repeat;
  background-size: 30% auto;
}
#cssmenu li a {
  line-height: 350%;
  display: block;
  width: 59%;
  margin: 0px;
  padding: 0px;
  padding-left: 40%;
  color: #bcbcbc;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
}
#cssmenu li ul li a {
  width: 99%;
}
#cssmenu li {
  background: url(../../Public/Images/dreieck-menue.gif) right bottom no-repeat;
}
#cssmenu li a:hover,
#cssmenu li.aktiv a {
  color: #fff;
}
#submenu,
#submenue ul {
  list-style: none;
  padding-left: 20px;
}
#submenu li {
  border-bottom: solid 1px #999;
}
#submenu a {
  text-decoration: none;
  line-height: 30px;
}
#submenu li a:hover {
  list-style: disc;
  color: #940f02;
}
#submenu li.aktiv a,
#submenue li.aktiv ul li.aktiv a,
#submenue li.aktiv ul li.aktiv ul li.aktiv a {
  color: #940f02;
}
#submenue li.aktiv ul li a,
#submenue li.aktiv ul li.aktiv ul li a {
  color: #373535;
}
nav.csc-frame-frame1 ul.csc-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
nav.csc-frame-frame1 ul.csc-menu li {
  width: auto;
  float: left;
  padding: 2px 15px;
  border-left: solid 1px #fff;
}
nav.csc-frame-frame1 ul.csc-menu li a {
  text-decoration: none;
  display: block;
}
nav.csc-frame-frame1 ul.csc-menu li a:hover {
  text-decoration: underline;
}
nav.csc-frame-frame1 {
  clear: both;
  overflow: auto;
  background-color: #bcbcbc;
}
div.fourcols {
  width: 24%;
  height: auto;
  margin-left: 1%;
  float: left;
  background-color: #d8d7d7;
  margin-bottom: 10px;
}
div.fourcols img {
  width: 100%;
  height: auto;
}
div.fourcols .imagerow {
  padding: 0px;
  margin: 0px;
}
div.fourcols div div.text {
  margin: 0px;
  padding: 0px;
  min-height: 200px;
  overflow: hidden;
}
div.fourcols .text h2,
.fourcols a .text h2,
.fourcols h1 {
  margin: 0px;
  padding: 3px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: #6c6b6b;
  color: #fff;
  text-align: center;
  font-size: 1.0em;
  font-weight: normal;
  text-decoration: none;
}
div.fourcols a {
  text-decoration: none;
  color: #373535;
}
div.fourcols:hover,
div.fourcols:hover a {
  background-color: #585858;
  color: #fff;
}
div.fourcols:hover h2,
div.fourcols:hover h1 {
  background-color: #940f02;
}
div.fourcols .csc-textpic-text {
  margin: 0px;
  padding: 0px;
  height: 260px;
  overflow: hidden;
}
div.fourcols:hover h1,
div.fourcols h1 {
  height: 50px;
}
div.fourcols .text p {
  margin: 8px;
}
div.threecols {
  width: 32.3%;
  height: auto;
  margin-left: 1%;
  float: left;
  background-color: #d8d7d7;
  margin-bottom: 10px;
}
div.threecols img {
  width: 99.8%;
  height: auto;
}
.threecols .imagerow {
  padding: 0px;
  margin: 0px;
}
.threecols .text {
  margin: 0px;
  padding: 0px;
  height: 160px;
  overflow: hidden;
}
.threecols .text h2,
.threecols a .text h2 {
  margin: 0px;
  padding: 3px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: #6c6b6b;
  color: #fff;
  text-align: center;
  font-size: 1.0em;
  font-weight: normal;
  text-decoration: none;
}
.threecols a {
  text-decoration: none;
  color: #373535;
}
div.threecols:hover,
div.threecols:hover a {
  background-color: #585858;
  color: #fff;
}
div.threecols:hover h2 {
  background-color: #940f02;
}
.threecols .text p {
  margin: 8px;
}
div.twocols {
  width: 45%;
  height: auto;
  margin-left: 5%;
  float: left;
  background-color: #d8d7d7;
}
div.twocols img {
  width: 100%;
  height: auto;
}
.twocols .imagerow {
  padding: 0px;
  margin: 0px;
}
.twocols .text {
  margin: 0px;
  padding: 0px;
}
.twocols .text h2,
.twocols a .text h2 {
  margin: 0px;
  padding: 3px;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  background-color: #6c6b6b;
  color: #fff;
  text-align: center;
  font-size: 1.0em;
  font-weight: normal;
  text-decoration: none;
}
.twocols a {
  text-decoration: none;
  color: #373535;
}
div.twocols :hover,
div.twocols :hover a {
  background-color: #585858;
  color: #fff;
}
div.twocols :hover h2 {
  background-color: #940f02;
}
div.twocolsn1 {
  width: 29%;
  height: auto;
  margin-left: 5%;
  float: left;
}
div.twocolsn2 {
  width: 61%;
  height: auto;
  margin-left: 5%;
  float: left;
}
div.threecolsn1 {
  width: 29%;
  height: auto;
  margin-left: 3%;
  float: left;
  margin-bottom: 10px;
}
div.threecolsn2 {
  width: 22%;
  height: auto;
  margin-left: 3%;
  float: left;
  margin-bottom: 10px;
}
div.threecolsn3 {
  width: 47%;
  height: auto;
  margin-left: 3%;
  float: left;
  margin-bottom: 10px;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 0px;
  right: 100%;
  z-index: 1200;
  width: 90%;
}
.sf-menu ul li a {
  width: 100%;
}
#suche input.searchbox-sword {
  border: 0px;
  width: 80%;
  height: 46px;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  color: #940f02;
  float: left;
}
#suche input.searchbox-button {
  float: right;
  border: 0px;
  width: 36px;
}
tr.bggrau {
  background-color: #dedede;
}
.csc-textpic-text p {
  margin-top: 0px;
}
#mobnav-btn {
  display: none;
  font-size: 20px;
  font-weight: bold;
  background-color: #940F02;
  color: white;
  padding: 10px;
  cursor: pointer;
}
.mobnav-subarrow {
  display: none;
}
@media only screen and (max-width: 1280px) {
  div#slider {
    width: 100%;
  }
  div#nav {
    width: 100%;
    position: relative;
    z-index: 2100;
  }
  ul#cssmenu {
    width: 100%;
    height: 55px;
  }
  #cssmenu li {
    float: left;
    width: 14.285%;
    height: 50px;
  }
  #cssmenu li a {
    background: none;
    line-height: 50px;
    font-size: 1.0em;
    padding-left: 30%;
  }
  div#suche {
    width: 272px;
    border: 0px;
  }
  #suche input.searchbox-sword {
    width: 221px;
  }
  .sf-menu ul {
    top: 100%;
    left: 0px;
  }
  .sf-menu ul ul {
    top: 0;
    left: 100%;
  }
  div#logocontainer {
    width: auto;
  }
  div#suchleiste {
    width: 80%;
    right: 0px;
    left: auto;
  }
  /*#cssmenu a#buergerservice,*/
  /*#cssmenu li.aktiv a#buergerservice, #cssmenu a#buergerservice:hover {*/
  /*background-size: 23%;*/
  /*background-position: 10px;*/
  /*}*/
}
/*@media screen and (max-width: 768px) {*/
/*#cssmenu a#buergerservice,*/
/*#cssmenu li.aktiv a#buergerservice, #cssmenu a#buergerservice:hover {*/
/*background-size: 16%;*/
/*background-position: 30px;*/
/*}*/
/*}*/
@media only screen and (max-width: 968px) {
  div.fourcols {
    width: 45%;
  }
  footer div.fourcols {
    height: 140px;
  }
  div#asside {
    width: 80%;
    margin: 15px auto;
  }
  div#contentcontainer {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  #cssmenu li.leben,
  #cssmenu li.leben:hover {
    background-position: 1px 9px;
  }
  footer div#adresse {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  footer .csc-frame-frame1 {
    width: 100%;
    float: left;
  }
}
@media only screen and (max-width: 500px) {
  div.fourcols,
  div.threecols,
  div.twocols,
  div.twocolsn,
  div.twocolsn1,
  div.twocolsn2,
  div.threecolsn1,
  div.threecolsn2,
  div.threecolsn3 {
    width: 100%;
    margin: 0px;
  }
  div#asside {
    width: 100%;
    margin: 15px auto;
  }
  div#contentcontainer {
    width: 100%;
    height: auto;
    margin: 20px auto;
  }
  ul#cssmenu {
    width: 100%;
    height: auto;
  }
  #cssmenu li {
    width: 100%;
    float: none;
    height: auto;
    overflow: visible;
  }
  #cssmenu li a {
    border: 0px;
    line-height: 73px;
    display: block;
    background: url(../../Public/images/dreieck-menue.gif) right bottom no-repeat;
    width: 59%;
    margin: 0px;
    padding: 0px;
    padding-left: 40%;
    color: #bcbcbc;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
  }
  div#overlay,
  div#headertransparent,
  div#slider,
  div#suchleiste {
    display: none;
  }
  footer div#adresse {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  div#logo,
  div#logocontainer {
    width: 100%;
    height: auto;
    position: relative;
  }
  div#logo img {
    width: 100%;
    height: auto;
  }
  div#suche {
    display: none;
  }
  div.csc-textpic-imagewrap,
  div.csc-textpic-text {
    float: none;
    width: 100%;
    margin: 0px;
    padding: 3px;
  }
  .csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-left: 0px;
  }
  #mobnav-btn {
    display: block;
  }
  .mobnav-subarrow {
    display: block;
    background-color: #940F02;
    opacity: .3;
    border-bottom: 1px solid white;
    border-top: 1px solid black;
    height: 20px;
    width: 30px;
    background-position: top left!important;
    position: absolute;
    top: 8px;
    right: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .sf-menu {
    width: 100% !important;
    display: none;
  }
  .sf-menu.xactive {
    display: block !important;
  }
  .sf-menu li {
    float: none !important;
    display: block !important;
    width: 100% !important;
  }
  .sf-menu li a {
    float: none !important;
  }
  .sf-menu ul {
    position: static !important;
    display: none !important;
  }
  .xpopdrop > ul {
    display: block !important;
  }
  .sf-menu,
  .sf-menu * {
    margin: 0;
    padding-left: 10px;
    list-style: none;
  }
}
/**
    CAL
 */
.tx-cal-controller .month-title {
  text-align: center !important;
}
.tx-cal-controller .previous-button a,
.tx-cal-controller .next-button a {
  text-decoration: none;
  font-size: 49px;
  position: relative;
  top: -22px;
  color: #940F02;
}
.tx-cal-controller div.default_catheader dl,
.tx-cal-controller div.default_catheader_allday,
.tx-cal-controller div.red_catheader_allday dl,
.tx-cal-controller div.red_catheader_allday {
  background-color: #940F02 !important;
  border: 1px solid #940F02 !important;
  border-left: 4px solid #940F02 !important;
}
.tx-cal-controller .vevent .red_catheader_text,
.tx-cal-controller .vevent .red_catheader_text a .tx-cal-controller .vtodo .red_catheader_text,
.tx-cal-controller .vtodo .red_catheader_text a,
.tx-cal-controller .vevent .default_catheader_text {
  color: #940F02 !important;
}
.tx-cal-controller .month-large div.vevent {
  font-size: 14px;
}
.tx-cal-controller .month-large .dayNum,
.tx-cal-controller .month-medium .dayNum {
  background-color: rgba(148, 15, 2, 0.2) !important;
  font-size: 16px !important;
  line-height: inherit !important;
}
.tx-cal-controller .month-small th,
.tx-cal-controller .month-medium th,
.tx-cal-controller .month-large th {
  color: #fff;
  background: #940F02 !important;
  font-size: 18px !important;
}
.tx-cal-controller h1 {
  text-align: left !important;
}
.tx-cal-controller .event-description {
  padding: 15px;
  border: 1px solid #585858;
}
.tx-cal-controller .event-base-data {
  margin: 15px 0;
  padding: 15px;
  background-color: #d8d7d7;
  border: 1px solid #940f02;
}
.tx-cal-controller #calendar-location-backlink a,
.tx-cal-controller #calendar-event-backlink a {
  display: inline-block;
  margin: 15px 0;
  padding: 5px 15px;
  border: 1px solid #940F02;
  text-decoration: none;
}
.tx-cal-controller #calendar-location-backlink a:hover,
.tx-cal-controller #calendar-event-backlink a:hover {
  background: #940F02;
  color: #fff;
}
.tx-cal-controller .event-attachements {
  margin: 15px 0 0;
  font-weight: bold;
}
.tx-cal-controller .event-attachements li {
  font-weight: normal;
}
.tx-cal-controller .month-large .weekday0,
.tx-cal-controller .month-large .weekday1,
.tx-cal-controller .month-large .weekday2,
.tx-cal-controller .month-large .weekday3,
.tx-cal-controller .month-large .weekday4,
.tx-cal-controller .month-large .weekday5,
.tx-cal-controller .month-large .weekday6,
.tx-cal-controller .month-large .weekday7,
.tx-cal-controller .month-large .currentDay {
  height: 3em !important;
}
/* gudea-regular - latin */
@font-face {
  font-family: 'Gudea';
  font-style: normal;
  font-weight: 400;
  src: url('../Fonts/gudea-v5-latin-regular.eot');
  src: local('Gudea'), url('../Fonts/gudea-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/gudea-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/gudea-v5-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../Fonts/gudea-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/gudea-v5-latin-regular.svg#Gudea') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* gudea-700 - latin */
@font-face {
  font-family: 'Gudea';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/gudea-v5-latin-700.eot');
  src: local('Gudea Bold'), local('Gudea-Bold'), url('../Fonts/gudea-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/gudea-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/gudea-v5-latin-700.woff') format('woff'), /* Modern Browsers */ url('../Fonts/gudea-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/gudea-v5-latin-700.svg#Gudea') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* gudea-italic - latin */
@font-face {
  font-family: 'Gudea';
  font-style: italic;
  font-weight: 400;
  src: url('../Fonts/gudea-v5-latin-italic.eot');
  src: local('Gudea Italic'), local('Gudea-Italic'), url('../Fonts/gudea-v5-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/gudea-v5-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/gudea-v5-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../Fonts/gudea-v5-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/gudea-v5-latin-italic.svg#Gudea') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
@font-face {
  font-family: 'icomoon';
  src: url('../../Public/Fonts/icomoon.eot?s50ohy');
  src: url('../../Public/Fonts/icomoon.eot?s50ohy#iefix') format('embedded-opentype'), url('../../Public/Fonts/icomoon.ttf?s50ohy') format('truetype'), url('../../Public/Fonts/icomoon.woff?s50ohy') format('woff'), url('../../Public/Fonts/icomoon.svg?s50ohy#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-fa-search:before {
  content: "\f002";
}
.icon-fa-search-plus:before {
  content: "\f00e";
}
.icon-fa-search-minus:before {
  content: "\f010";
}
.icon-fa-volume-up:before {
  content: "\f028";
}
.icon-fa-adjust:before {
  content: "\f042";
}
/** FONT END **/
#headercontainer #bitvo-icons {
  list-style: none;
  float: right;
  margin: 10px 0;
}
#headercontainer #bitvo-icons li {
  display: inline-block;
}
#headercontainer #bitvo-icons li a {
  padding: 5px;
  text-decoration: none;
  font-size: 20px;
}
#headercontainer #suche button {
  background: #a1291a;
  color: #fff;
  border: none;
  float: right;
  text-align: center;
  height: 46px;
  width: 40px;
  font-size: 24px;
  cursor: pointer;
}
.sf-menu li.exp > ul {
  display: block;
}
div.fourcols:focus,
div.fourcols:focus a {
  background-color: #585858;
  color: #fff;
}
.clear-left {
  clear: left;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
html.contrast body {
  color: #000;
}
html.contrast body #headercontainer #suchleiste {
  background: #000;
  color: #fff;
}
html.contrast body #headercontainer #suche {
  border: solid 1px #000;
}
html.contrast body #headercontainer #suche input {
  color: #000;
}
html.contrast body #headercontainer #suche button {
  background: #000;
}
html.contrast body #headercontainer #headertransparent {
  background: #000;
}
html.contrast body #headercontainer div#overlay {
  background: #000;
}
html.contrast body #headercontainer ul#cssmenu {
  background-color: #fff;
}
html.contrast body #headercontainer ul#cssmenu li {
  background: none;
  border-bottom: 2px solid #000;
}
html.contrast body #headercontainer ul#cssmenu li:hover,
html.contrast body #headercontainer ul#cssmenu li.exp {
  background: #000;
}
html.contrast body #headercontainer ul#cssmenu li:hover > a,
html.contrast body #headercontainer ul#cssmenu li.exp > a {
  color: #fff;
}
html.contrast body #headercontainer ul#cssmenu li a {
  color: #000;
}
html.contrast body #headercontainer ul#cssmenu li ul {
  background: #fff;
}
html.contrast body #contentcontainer .fourcols,
html.contrast body #contentcontainer .threecols,
html.contrast body #contentcontainer .twocols {
  background: #fff;
  border: 2px solid #000;
  box-sizing: border-box;
}
html.contrast body #contentcontainer .fourcols:hover,
html.contrast body #contentcontainer .threecols:hover,
html.contrast body #contentcontainer .twocols:hover {
  background: #000;
  color: #fff;
}
html.contrast body #contentcontainer .fourcols .text h2,
html.contrast body #contentcontainer .threecols .text h2,
html.contrast body #contentcontainer .twocols .text h2,
html.contrast body #contentcontainer .fourcols a .text h2,
html.contrast body #contentcontainer .threecols a .text h2,
html.contrast body #contentcontainer .twocols a .text h2,
html.contrast body #contentcontainer .fourcols h1,
html.contrast body #contentcontainer .threecols h1,
html.contrast body #contentcontainer .twocols h1 {
  background-color: #000;
  color: #fff;
}
html.contrast body #contentcontainer .fourcols .text h2:hover,
html.contrast body #contentcontainer .threecols .text h2:hover,
html.contrast body #contentcontainer .twocols .text h2:hover,
html.contrast body #contentcontainer .fourcols a .text h2:hover,
html.contrast body #contentcontainer .threecols a .text h2:hover,
html.contrast body #contentcontainer .twocols a .text h2:hover,
html.contrast body #contentcontainer .fourcols h1:hover,
html.contrast body #contentcontainer .threecols h1:hover,
html.contrast body #contentcontainer .twocols h1:hover {
  color: #000;
  background-color: #fff;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
html.contrast body #contentcontainer .ui-widget-content {
  background: #fff;
  border: 1px solid #000;
}
html.contrast body #contentcontainer .ui-widget-content .ui-widget-header {
  border: 1px solid #000;
}
html.contrast body #contentcontainer .ui-state-default {
  background: #fff;
  border: 1px solid #000;
}
html.contrast body #contentcontainer .ui-state-default a {
  color: #000;
}
html.contrast body #contentcontainer .ui-state-active {
  border: 1px solid #000;
  background: #000;
  font-weight: bold;
}
html.contrast body #contentcontainer .ui-state-active a {
  color: #fff;
}
html.contrast body #contentcontainer .tx-cal-controller .month-large th,
html.contrast body #contentcontainer .tx-cal-controller .month-large .dayNum,
html.contrast body #contentcontainer .tx-cal-controller .event-base-data,
html.contrast body #contentcontainer .tx-cal-controller #calendar-event-backlink a {
  background: #000 !important;
  color: #fff;
}
html.contrast body .branchenbuch-non-bootstrap button,
html.contrast body .branchenbuch-non-bootstrap .btn {
  background: #FFF;
  color: #000;
  border: 1px solid #000;
}
html.contrast body .branchenbuch-non-bootstrap button:hover,
html.contrast body .branchenbuch-non-bootstrap .btn:hover,
html.contrast body .branchenbuch-non-bootstrap button:focus,
html.contrast body .branchenbuch-non-bootstrap .btn:focus {
  background: #000;
  color: #fff;
}
html.contrast body .branchenbuch-non-bootstrap .teterow-random-angebot {
  border-color: #000 !important;
}
html.contrast body .branchenbuch-non-bootstrap .teterow-random-angebot .angebot-titel {
  color: #000;
}
html.contrast body > footer {
  background: #000;
}
html.contrast body > footer .fourcols,
html.contrast body > footer .fourcols:hover {
  background: #000;
}
html.contrast body > footer .fourcols p,
html.contrast body > footer .fourcols:hover p,
html.contrast body > footer .fourcols a,
html.contrast body > footer .fourcols:hover a {
  background: #000;
  color: #fff;
}
html.contrast body h1,
html.contrast body h2,
html.contrast body h3,
html.contrast body h4 {
  color: #000;
}
html.contrast body h2 {
  border-bottom: 1px solid #000;
}
html.contrast body h3 {
  background: #000;
  color: #fff;
  border: none;
}
html.contrast body h4 {
  background: #000;
  color: #fff;
}
html.contrast body a {
  color: #000;
}
html.contrast body input,
html.contrast body textarea,
html.contrast body .detailsearch {
  border-color: #000 !important;
}
html.contrast body tr.bggrau {
  background-color: #000;
  color: #fff;
}
html.contrast body .csc-default {
  border-color: #000;
}
.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}
.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid #bfbfbf;
  background-color: #efefef;
  padding: 5px 12px;
  font-size: 12px;
  line-height: 20px;
  color: #aaa;
  font-family: Arial;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  box-sizing: initial;
}
.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}
.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper.no-shortcuts {
  padding-bottom: 12px;
}
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
}
.date-picker-wrapper .footer {
  font-size: 11px;
  padding-top: 3px;
}
.date-picker-wrapper b {
  color: #666;
  font-weight: 700;
}
.date-picker-wrapper a {
  color: #6bb4d6;
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper {
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  background-color: #fff;
  padding: 5px;
  cursor: default;
  position: relative;
  _overflow: hidden;
}
.date-picker-wrapper .month-wrapper table {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table.month2 {
  width: 190px;
  float: left;
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}
.date-picker-wrapper .month-wrapper table .day {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #ccc;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth,
.date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #9cdbf7;
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  font-weight: 100;
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  color: #333;
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #cdecfa;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth,
.date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.real-today {
  background-color: #ffe684;
}
.date-picker-wrapper .month-wrapper table .day.real-today.checked,
.date-picker-wrapper .month-wrapper table .day.real-today.hovering {
  background-color: #70ccd5;
}
.date-picker-wrapper table .caption {
  height: 40px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}
.date-picker-wrapper table .caption .next:hover,
.date-picker-wrapper table .caption .prev:hover {
  background-color: #ccc;
  color: white;
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  width: 15px;
  height: 100%;
  background-color: red;
  font-size: 0;
  line-height: 0;
  float: left;
  top: -5px;
  margin: 0 10px -10px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  width: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  background-color: #eee;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  background-color: #eee;
  z-index: 3;
}
.qty {
  border: 0 none;
  text-align: center;
  width: 20px;
}
.searchbtn {
  margin: 15px 0 0;
  width: 100%;
}
body {
  font-family: Arial;
  font-size: 12px;
}
.qtyBtn {
  height: 26px;
  margin: 0;
  padding: 0;
  width: 40px;
}
.hasDatepicker {
  width: 100%;
}
.iw-uk-check > input {
  margin: 0 5px 0 0;
}
.iw-section span {
  float: left;
  margin: 2px 0 0;
  width: 100%;
}
#iw-teaser label {
  float: left;
  font-weight: bold;
  margin: 5px 0;
  width: 100%;
}
#iw-teaser {
  float: left;
  margin: 0;
  padding: 0;
  width: 210px;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0px;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
  color: #d9eef7;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
  color: white;
  line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ededed));
  background: -moz-linear-gradient(top, #ffffff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
/*time styling*/
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: none;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .time1,
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}
.date-picker-wrapper .time1 {
  float: left;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour,
.minute {
  text-align: right;
}
.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .first-date-selected {
  background-color: #49e !important;
  color: white !important;
}
.date-picker-wrapper .last-date-selected {
  background-color: #49e !important;
  color: white !important;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  background-color: yellow;
  padding: 0 6px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 16px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.date-picker-wrapper .date-range-length-tip:after {
  content: '';
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid yellow;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  font-size: 12px;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #4499EE;
  font-weight: bold;
}
/* cookie consent */
.cc_container {
  display: flex;
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 0.8em !important;
  }
}
.cc_btn {
  max-height: 50px;
  order: 2;
}
.extern-popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0b0b0b66;
  top: 0;
  left: 0;
  z-index: 20000;
}
.extern-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 25000;
  padding: 25px;
  border-radius: 4px;
}
#c7751 {
  padding: 0;
  border-bottom: none;
}
#readspeaker-wrap {
  border: none;
  padding-bottom: 0;
}
