/**
 * Document   : landing
 * Created on : 07.02.2014, 09:16:43
 * Author     : bkeim
 **/
/** Compass Styles **/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/2\.0\.0\/gems\/compass-core-1\.0\.3\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\000035}}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/2\.0\.0\/gems\/compass-core-1\.0\.3\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000322}}
html {
  line-height: 1;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/2\.0\.0\/gems\/compass-core-1\.0\.3\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000324}}
ol, ul {
  list-style: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/2\.0\.0\/gems\/compass-core-1\.0\.3\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000326}}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/2\.0\.0\/gems\/compass-core-1\.0\.3\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000328}}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/2\.0\.0\/gems\/compass-core-1\.0\.3\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000330}}
q, blockquote {
  quotes: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/2\.0\.0\/gems\/compass-core-1\.0\.3\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\00003103}}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/2\.0\.0\/gems\/compass-core-1\.0\.3\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\0000332}}
a img {
  border: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Library\/Ruby\/Gems\/2\.0\.0\/gems\/compass-core-1\.0\.3\/stylesheets\/compass\/reset\/_utilities\.scss}line{font-family:\00003116}}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/** Global Settings **/
/** Global StylesVariables **/
/** Font Families **/
/** Colors - Stadt**/
/*
// COLORS
$color_white:	#ffffff;
$color_blue:	#0086cb;
$color_blue_light: #B2D1F9;
$color_grey: #605f5f;
$color_grey_dark: #1a171a;
$color_grey_light: #f0f0f0;
$color_grey_medium: #cfcec5;
$color_black: #060606;
$color_grey_link_text: #cfcec6;
$color_grey_link_background: #474641;

$color_yellow: #c3ae55;

$color_pseudo_transparenz: #f2f1e8; // bspw bei fancybox - hat etwa die farbe wie der weise bg mit 85% deckkraft

$color_red: #710a10;
$color_red_light: #710a10;

$color_green: #D1F3D1;
$color_orange: #ff9000;

$color_navih: #ffffff;
$color_navih_hover: $color_orange;
$color_navih_level1: $color_orange;

$color_input: $color_white;
$color_text: $color_black;


// Font Sizes
$font_size: 12px;
$font_size_small:10px;
$font_size_content: 12px;
$font_size_header: 24px;
$font_size_breadcrumb: 11px;
$font_size_menu: 15px;
$font_size_subnavi: 14px;

$line_height: 16px;
$line_height_link: 18px;

$font_size_h1: 18px;
$font_size_h2: 16px;
$font_size_h3: 15px;
$font_size_h4: 14px;
$font_size_h5: 13px;
$font_size_h6: 12px;

// GLOBAL SIZING VALUES
$page_width: 1004px;
$margin_right_page_center: 19px;
$margin_left_page_center: 65px;

$height_content_header: auto;


$color_menu_text: $color_white;
$color_menu_text_hover: $color_orange;
$color_menu_text_current: $color_orange;
$color_menu_sub_text: $color_grey_link_text;
$color_menu_sub_text_hover: $color_orange;
$color_menu_sub_text_current: $color_orange;
$color_menu_sub_background: $color_grey_dark;
$font_size_menu_sub: 13px;
$line_height_menu_sub: 16px;
*/
/*@mixin rotate($degree: 45) {
  -webkit-transform: rotate($degree deg);
  -moz-transform: rotate($degree deg);
  -o-transform: rotate($degree deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3)  
}*/
/** Externe Styles **/
/*@import "/lib/jquery_ui/jquery-ui-1.10.4.custom.min.css";*/
/*@import "/lib/jquery_plugins/fancybox/fancybox.min.css";*/
/*@import "/lib/jquery_plugins/fullcalendar/fullcalendar.css";*/
/** Default Styles **/
/*
Document   : default
Created on : 12.02.2014, 11:20:36
Author     : bkeim
Description:
*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\000038}}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000315}}
body {
  background: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  color: #2E4250;
  font-size: 75%;
  line-height: 135%;
  min-height: 100.1%;
  padding: 0;
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000325}}
div, p, span, ul {
  margin: 0;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000329}}
b,
strong {
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000333}}
h1,
h2,
h3,
h4 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #2E4250;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000340}}
h1 a,
h1 a:link,
h1 a:visited,
h1 a:active,
h2 a,
h2 a:link,
h2 a:visited,
h2 a:active,
h3 a,
h3 a:link,
h3 a:visited,
h3 a:active,
h4 a,
h4 a:link,
h4 a:visited,
h4 a:active {
  color: #2E4250;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000346}}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #608f9f;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000350}}
h1 {
  font-size: 1.167em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000351}}
h2 {
  font-size: 1.084em;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000354}}
input,
textarea,
select {
  font-size: 100%;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #dddddd;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000361}}
sup {
  vertical-align: top;
  font-size: 0.7em;
  line-height: 70%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000366}}
sub {
  vertical-align: bottom;
  font-size: 0.7em;
  line-height: 70%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000371}}
img {
  max-width: 100%;
  /*width: 100%;*/
  height: auto;
}

/*a,*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000377}}
a:link,
a:visited,
a:active,
a:hover {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #608f9f;
  text-decoration: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000386}}
a.link {
  background: url("/images/common/icn_sprite.png") no-repeat scroll 0 -32px transparent;
  max-height: 14px;
  padding: 1px 5px 1px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000390}}
a.link.arrow_down, a.link.download {
  background-position: 0 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000394}}
a.link.arrow_up {
  background-position: 0 -16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\0000397}}
a.link.arrow_right {
  background-position: 0 -32px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003100}}
a.link.arrow_left {
  background-position: 0 -48px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003103}}
a.link.print {
  background-position: 0 -64px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003106}}
a.link.fav_add {
  background-position: 0 -80px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003109}}
a.link.fav_list {
  background-position: 0 -96px;
}

/** Special Classes **/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003115}}
.hidden {
  display: none;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003120}}
.hiddenNav {
  display: list-item;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003125}}
.nofloat {
  clear: both;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

/** Debug Meldung **/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003131}}
.xdebug-var-dump {
  border: #dfdfdf;
  background: #FFEAAA;
  position: relative;
  z-index: 110;
}

/** ******************* **
 ** Main Wrapper Styles **
 ** ******************* **/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003141}}
.wrapper {
  /*background: url("../images/common/bg_head.jpg") repeat-x scroll 0 0 $color_white;*/
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 140px 0 50px;
  /** Wrapper Header **/
  /** Wrapper Center **/
  /** Wrapper Bottom **/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003148}}
.wrapper .wrapperHeader {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4N2Q4OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzljYzFkMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #487d89), color-stop(100%, #9cc1d2));
  background-image: -moz-linear-gradient(#487d89, #9cc1d2);
  background-image: -webkit-linear-gradient(#487d89, #9cc1d2);
  background-image: linear-gradient(#487d89, #9cc1d2);
  /*@include box-shadow(#000000 -5px 5px 5px);*/
  /*@include shadow-style(-5px, 0px, 5px, 0px, #a7a9ab );*/
  position: relative;
  z-index: 2;
  height: 140px;
  margin-top: -140px;
  /** Wrapper HeaderBar **/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003156}}
.wrapper .wrapperHeader .inner {
  background: #FFFFFF;
  /*border-top: 1px solid #336b77;*/
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  position: relative;
  top: 40px;
  height: 65px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 3px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003167}}
.wrapper .wrapperHeader .inner .slogan {
  position: absolute;
  top: -30px;
  height: 20px;
  max-width: 660px;
  margin: 0 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003173}}
.wrapper .wrapperHeader .inner .slogan a {
  text-transform: uppercase;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  color: #FFFFFF;
  display: block;
  padding: 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003181}}
.wrapper .wrapperHeader .inner .slogan a.active {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003184}}
.wrapper .wrapperHeader .inner .slogan a.inactive {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003189}}
.wrapper .wrapperHeader .inner .navMain {
  position: absolute;
  top: 0px;
  left: 0;
  max-width: 680px;
  padding: 0;
  z-index: 14;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003197}}
.wrapper .wrapperHeader .inner .logo {
  position: absolute;
  top: -48px;
  right: 0;
  z-index: 15;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003205}}
.wrapper .wrapperHeader .wrapperHeaderBar {
  -moz-box-shadow: 0px 5px 10px 0px #9da8ad;
  -webkit-box-shadow: 0px 5px 10px 0px #9da8ad;
  box-shadow: 0px 5px 10px 0px #9da8ad;
  position: absolute;
  bottom: 0;
  z-index: 0;
  border-bottom: 2px solid #FFFFFF;
  width: 100%;
  height: 28px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003213}}
.wrapper .wrapperHeader .wrapperHeaderBar .inner {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  position: relative;
  top: 0;
  max-width: 940px;
  height: auto;
  margin: 0 auto;
  padding: 0px 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003222}}
.wrapper .wrapperHeader .wrapperHeaderBar .inner .websiteSlogan {
  position: relative;
  text-align: left;
  color: #FFFFFF;
  max-width: 300px;
  float: left;
  color: #FFFFFF;
  display: block;
  padding: 5px 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003232}}
.wrapper .wrapperHeader .wrapperHeaderBar .inner .websiteSwitch {
  /*background: url("../images/common/bg_websiteSwitch.png") no-repeat 0% 100% scroll transparent;*/
  background-size: cover;
  padding-left: 20px;
  position: relative;
  z-index: 16;
  right: 0;
  text-align: right;
  color: #FFFFFF;
  /*max-width: 170px;*/
  min-height: 28px;
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003244}}
.wrapper .wrapperHeader .wrapperHeaderBar .inner .websiteSwitch a {
  color: #FFFFFF;
  display: block;
  min-width: 130px;
  padding: 5px 10px 5px 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003255}}
.wrapper .wrapperCenter {
  background: url("../images/common/bg_dot.gif") repeat 0 0 scroll transparent;
  min-height: 99.9%;
  position: relative;
  z-index: 1;
  /** Wrapper ContentHeader **/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003262}}
.wrapper .wrapperCenter .wrapperContentHeader {
  background: #ffffff;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  position: relative;
  max-width: 960px;
  padding-right: 20px;
  margin: 0px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003270}}
.wrapper .wrapperCenter .wrapperContentHeader .header {
  position: relative;
  display: inline-table;
  max-width: 960px;
  width: 100%;
  max-height: 185px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003276}}
.wrapper .wrapperCenter .wrapperContentHeader .header .left {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(60%, #ffffff), color-stop(100%, #dddddd));
  background-image: -moz-linear-gradient(left, #ffffff 60%, #dddddd);
  background-image: -webkit-linear-gradient(left, #ffffff 60%, #dddddd);
  background-image: linear-gradient(to right, #ffffff 60%, #dddddd);
  border-bottom: 4px solid #2E4250;
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  width: 38%;
  /*min-width: 170px;*/
  padding: 0;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003287}}
.wrapper .wrapperCenter .wrapperContentHeader .header .left .headerSlogan {
  position: relative;
  max-width: 75%;
  margin: 10px auto;
  line-height: 100%;
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  font-size: 300%;
  color: #608f9f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003297}}
.wrapper .wrapperCenter .wrapperContentHeader .header .left .headerSlogan:first-line {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: normal;
  color: #2f414f;
  text-transform: none;
  font-size: 110%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003305}}
.wrapper .wrapperCenter .wrapperContentHeader .header .left .headerSearch {
  display: none;
  position: relative;
  max-width: 60%;
  margin: 10px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003311}}
.wrapper .wrapperCenter .wrapperContentHeader .header .left .headerSliderNav {
  position: relative;
  bottom: 0;
  max-width: 80%;
  text-align: right;
  margin: 10px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003317}}
.wrapper .wrapperCenter .wrapperContentHeader .header .left .headerSliderNav li {
  display: inline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003321}}
.wrapper .wrapperCenter .wrapperContentHeader .header .right {
  /*@include box-shadow(#000000 -2px 0px 5px);*/
  -moz-box-shadow: -5px 0px 5px 0px #a7a9ab;
  -webkit-box-shadow: -5px 0px 5px 0px #a7a9ab;
  box-shadow: -5px 0px 5px 0px #a7a9ab;
  /*filter:progid:DXImageTransform.Microsoft.Shadow(strength=3, color=$color, direction=135);*/
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  width: 62%;
  max-width: 600px;
  padding: 0;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003333}}
.wrapper .wrapperCenter .wrapperContentHeader .wrapperContentHeaderBar {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2U4ZWVmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(30%, #ffffff), color-stop(70%, #e8eef1));
  background-image: -moz-linear-gradient(#ffffff 30%, #e8eef1 70%);
  background-image: -webkit-linear-gradient(#ffffff 30%, #e8eef1 70%);
  background-image: linear-gradient(#ffffff 30%, #e8eef1 70%);
  border-bottom: 1px dotted #48687c;
  border-right: 1px dotted #48687c;
  position: relative;
  min-height: 30px;
  max-width: 960px;
  padding: 0 10px 0 20px;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #2E4250;
  font-weight: bold;
  font-size: 0.834em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003345}}
.wrapper .wrapperCenter .wrapperContentHeader .wrapperContentHeaderBar .inner {
  display: inline-table;
  width: 100%;
  padding: 3px 0 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003349}}
.wrapper .wrapperCenter .wrapperContentHeader .wrapperContentHeaderBar .inner .navBreadcrumb {
  position: relative;
  display: table-cell;
  max-width: 600px;
  width: 68%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003354}}
.wrapper .wrapperCenter .wrapperContentHeader .wrapperContentHeaderBar .inner .navBreadcrumb span.separator {
  font-size: 1.4em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003357}}
.wrapper .wrapperCenter .wrapperContentHeader .wrapperContentHeaderBar .inner .navBreadcrumb a {
  display: inline-table;
  padding: 0.5em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003362}}
.wrapper .wrapperCenter .wrapperContentHeader .wrapperContentHeaderBar .inner .navFunctions {
  position: relative;
  display: table-cell;
  max-width: 290px;
  width: 32%;
  padding: 3px 0;
  text-align: right;
  vertical-align: text-bottom;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003370}}
.wrapper .wrapperCenter .wrapperContentHeader .wrapperContentHeaderBar .inner .navFunctions label {
  display: inline;
  margin-left: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003374}}
.wrapper .wrapperCenter .wrapperContentHeader .wrapperContentHeaderBar .inner .navFunctions ul {
  display: inline-table;
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003377}}
.wrapper .wrapperCenter .wrapperContentHeader .wrapperContentHeaderBar .inner .navFunctions ul li {
  display: table-cell;
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003380}}
.wrapper .wrapperCenter .wrapperContentHeader .wrapperContentHeaderBar .inner .navFunctions ul li a {
  display: block;
  line-height: 100%;
  padding: 0;
  border: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003385}}
.wrapper .wrapperCenter .wrapperContentHeader .wrapperContentHeaderBar .inner .navFunctions ul li a img {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003389}}
.wrapper .wrapperCenter .wrapperContentHeader .wrapperContentHeaderBar .inner .navFunctions a {
  border: 1px dotted #48687c;
  padding: 0 2px;
  margin: 0 2px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003398}}
.wrapper .wrapperCenter .wrapperContent {
  background: #ffffff;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  position: relative;
  max-width: 960px;
  margin: 0px auto;
  padding: 20px 20px 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003406}}
.wrapper .wrapperCenter .wrapperContent .innerContent {
  display: inline-table;
  padding: 0px 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003410}}
.wrapper .wrapperCenter .wrapperContent .innerContent .cntMain {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 68%;
  max-width: 600px;
  padding: 0px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003417}}
.wrapper .wrapperCenter .wrapperContent .innerContent .cntMain .inner {
  padding: 0 10px 0 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003421}}
.wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom {
  /*@include box-flex(1);*/
  border-left: 1px dotted #48687c;
  border-right: 1px dotted #48687c;
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 32%;
  max-width: 290px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003430}}
.wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom .inner {
  padding: 0px 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003435}}
.wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom .searchForm .searchtext {
  padding-right: 35px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003439}}
.wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom .searchForm input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  height: 17px;
  padding: 0;
  box-sizing: border-box;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003448}}
.wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom .searchForm input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  width: 35px;
  margin: 0;
  background: url("../images/common/search_btn_blue.png") no-repeat;
  border: 0px;
  background-color: none;
  cursor: pointer;
  outline: 0;
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003466}}
.wrapper .wrapperBottom {
  background: #ffffff;
  border-top: 1px solid #ededed;
  width: 100%;
  height: 50px;
  margin-bottom: -50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003472}}
.wrapper .wrapperBottom .inner {
  position: relative;
  max-width: 980px;
  margin: 0px auto;
  /*			display: inline-table;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003477}}
.wrapper .wrapperBottom .inner .bottomLine {
  display: inline-table;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003481}}
.wrapper .wrapperBottom .inner .bottomDebug {
  background: #dfdfdf;
  display: table-row;
  padding: 5px 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003486}}
.wrapper .wrapperBottom .inner .bottomSubmenu {
  display: table-cell;
  width: 30%;
  padding: 5px 2%;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003491}}
.wrapper .wrapperBottom .inner .bottomSubmenu ul {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003493}}
.wrapper .wrapperBottom .inner .bottomSubmenu ul li {
  padding: 0px;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003496}}
.wrapper .wrapperBottom .inner .bottomSubmenu ul li a {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 0.917em;
  color: #336b76;
  padding: 5px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003506}}
.wrapper .wrapperBottom .inner .bottomTools {
  display: table-cell;
  width: 60%;
  padding: 5px 2%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003510}}
.wrapper .wrapperBottom .inner .bottomTools a {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: normal;
  font-size: 0.917em;
  color: #336b76;
  padding: 1px 5px 1px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003518}}
.wrapper .wrapperBottom .inner .bottomCopyright {
  display: table-cell;
  padding: 5px 3%;
  font-size: 0.75em;
  /*text-align: right;*/
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003528}}
a.scrollTop {
  border: none;
  display: inline-block;
  font-weight: 300;
  color: white;
  background-color: #002b6f !important;
  bottom: 20px;
  right: 10px;
  white-space: nowrap;
  padding: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003540}}
.eventTextElements {
  clear: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_default\.scss}line{font-family:\00003542}}
.eventTextElements .boxTxt {
  text-align: justify;
}

/** Navigation **/
/*
Document   : navigation
Created on : 12.02.2014, 11:44:57
Author     : bkeim
Description:
*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\000037}}
.navBarMobile {
  display: none;
  z-index: 13;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\0000311}}
.navMain {
  position: relative;
  z-index: 13;
  width: 100%;
  max-width: 978px;
  /*max-width: 650px;*/
  padding: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\0000318}}
.navMain ul {
  /*border-top: 1px solid $color_white;*/
  list-style-type: none;
  position: relative;
  z-index: 1002;
  width: 100%;
  margin: 0;
  padding: 0px 0px 0px 0;
  /*display: table-row;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\0000327}}
.navMain ul li {
  /*background: url("../images/common/bg_menu.gif") repeat-x 0 -2px scroll transparent;*/
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZWFlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4eaee), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#e4eaee, #ffffff);
  background-image: -webkit-linear-gradient(#e4eaee, #ffffff);
  background-image: linear-gradient(#e4eaee, #ffffff);
  display: table-cell;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px;
  /*float: left;*/
  /*min-height: 60px;*/
  /*display: table-cell;*/
  /*width: auto;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\0000337}}
.navMain ul li a {
  border-right: 1px dotted #48687c;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  /*font-size: 13px;*/
  /*line-height: 110%;*/
  color: #2e4250;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: bottom;
  max-width: 120px;
  max-width: 16.5%;
  /*float: left;*/
  height: 45px;
  padding: 5px 10px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\0000353}}
.navMain ul li a:hover {
  background: #152f48;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\0000358}}
.navMain ul li ul.level_2 {
  position: absolute;
  /*display: block;*/
  top: 50px;
  left: 0px;
  z-index: 20;
  width: 100%;
  width: 960px;
  /*min-height: 198px;*/
  display: none;
  padding: 48px 0 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\0000369}}
.navMain ul li ul.level_2 li {
  background: #152f48;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  /*background: #152f48;*/
  /*border-right: 0 none;*/
  border-right: 1px dotted #FFFFFF;
  border-top: 0 none;
  /*background: none;*/
  /*float: left;*/
  max-width: 16.5%;
  display: table-cell;
  /*					display: list-item;*/
  /*max-width: none;*/
  /*min-width: 150px;*/
  /*min-height: 0;*/
  padding: 5px 10px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\0000385}}
.navMain ul li ul.level_2 li a {
  border-bottom: 1px solid #608f9f;
  border-right: none;
  text-transform: none;
  font-size: 1.095em;
  color: #95daf4;
  height: auto;
  display: inline-table;
  width: 100%;
  max-width: none;
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\0000397}}
.navMain ul li ul.level_2 li ul.level_3 {
  /*border-top: 1px dotted $color_white;*/
  /*border-bottom: 1px dotted $color_white;*/
  background: transparent;
  /*						list-style-image: url("../images/common/icn_arrow.png");*/
  padding: 5px 0 0px 0px;
  height: auto;
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\00003105}}
.navMain ul li ul.level_2 li ul.level_3 li {
  background: none;
  border: 0 none;
  display: list-item;
  max-width: none;
  padding: 0 0 0px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\00003111}}
.navMain ul li ul.level_2 li ul.level_3 li a {
  background: url("../images/common/icn_arrow.png") no-repeat scroll 0px 5px transparent;
  padding: 2px 0 2px 12px;
  display: block;
  width: auto;
  border-bottom: 0 none;
  font-weight: normal;
  color: #ffffff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\00003122}}
.navMain ul li ul.level_2 li.last {
  border-right: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\00003126}}
.navMain ul li ul.level_2 li:last-child {
  border-right: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\00003132}}
.navMain ul li:first-child a {
  /*padding-left: 5px;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_navigation\.scss}line{font-family:\00003139}}
.navMain ul li:hover ul.level_2,
.navMain ul li:focus ul.level_2 {
  display: inline-table;
}

/** Content **/
/*
Document   : _content
Created on : 12.02.2014, 16:47:08
Author     : bkeim
Description:
Purpose of the stylesheet follows.
*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000310}}
.wrapperContent h1 {
  border-bottom: 3px solid #48687c;
  /*font-size: 1.084em;*/
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 0 5px 0;
  margin: 5px 0px 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000319}}
.wrapperContent .cm_elem {
  border-bottom: 1px dotted #48687c;
  width: 100%;
  display: block;
  padding: 5px 0;
  /*		&.cm_elem_style_compact:nth-child(even) {
  			border-right: 1px dotted $color_border;
  			padding: 10px 1.9% 10px 0px;
  			width: 48%;
  		}
  		&.cm_elem_style_compact:nth-child(odd) {
  			padding: 10px 0 10px 1.9%;
  			width: 48%;
  		}*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000324}}
.wrapperContent .cm_elem .cm_elem_inner {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000326}}
.wrapperContent .cm_elem .cm_elem_inner h2 {
  background: transparent;
  border-bottom: 3px solid #48687c;
  text-transform: uppercase;
  margin: 5px 0 5px;
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000332}}
.wrapperContent .cm_elem .cm_elem_inner h2 a {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000334}}
.wrapperContent .cm_elem .cm_elem_inner h3 {
  margin: 5px 0 5px;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000338}}
.wrapperContent .cm_elem .cm_elem_inner h2.cm_elem_bar,
.wrapperContent .cm_elem .cm_elem_inner h3.cm_elem_bar {
  /*@include background-image(linear-gradient(#2c435a, #205783));*/
  background-color: #e8eef1;
  border-top: 1px dotted #48687c;
  border-bottom: 1px dotted #48687c;
  margin: 0;
  padding: 0.5em 0.5em;
  font-size: 1.078em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000348}}
.wrapperContent .cm_elem .cm_elem_inner a.mail {
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000351}}
.wrapperContent .cm_elem .cm_elem_inner a.web {
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000359}}
.wrapperContent .cm_elem .cm_elem_inner .left {
  /*				width: 48%;*/
  float: left;
  margin-right: 10px;
  /*				margin-bottom: 5px;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000365}}
.wrapperContent .cm_elem .cm_elem_inner .right {
  /*float: left;*/
  /*				margin-left: 10px;*/
  /*				margin-bottom: 5px;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000370}}
.wrapperContent .cm_elem .cm_elem_inner .boxImg {
  display: block;
  max-width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000374}}
.wrapperContent .cm_elem .cm_elem_inner .boxVideo {
  display: block;
  max-width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000377}}
.wrapperContent .cm_elem .cm_elem_inner .boxVideo video {
  max-width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000381}}
.wrapperContent .cm_elem .cm_elem_inner .boxHLine {
  border-top: 1px dotted #48687c;
  display: block;
  line-height: 10px;
  font-size: 10px;
  margin: 10px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000388}}
.wrapperContent .cm_elem .cm_elem_inner .boxText,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt {
  display: block;
  padding: 0px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000392}}
.wrapperContent .cm_elem .cm_elem_inner .boxText h1, .wrapperContent .cm_elem .cm_elem_inner .boxText h2, .wrapperContent .cm_elem .cm_elem_inner .boxText h3,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt h1,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt h2,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt h3 {
  font-size: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000394}}
.wrapperContent .cm_elem .cm_elem_inner .boxText h1 a,
.wrapperContent .cm_elem .cm_elem_inner .boxText h1 a:link, .wrapperContent .cm_elem .cm_elem_inner .boxText h2 a,
.wrapperContent .cm_elem .cm_elem_inner .boxText h2 a:link, .wrapperContent .cm_elem .cm_elem_inner .boxText h3 a,
.wrapperContent .cm_elem .cm_elem_inner .boxText h3 a:link,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt h1 a,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt h1 a:link,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt h2 a,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt h2 a:link,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt h3 a,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt h3 a:link {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\0000397}}
.wrapperContent .cm_elem .cm_elem_inner .boxText p,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt p {
  padding: 0 0 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003100}}
.wrapperContent .cm_elem .cm_elem_inner .boxText a:link,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt a:link {
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003103}}
.wrapperContent .cm_elem .cm_elem_inner .boxText ul,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt ul {
  /*display: inline-table;*/
  margin: 0px 0 5px 15px;
  position: relative;
  left: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003108}}
.wrapperContent .cm_elem .cm_elem_inner .boxText ul li,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt ul li {
  list-style: square outside none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003112}}
.wrapperContent .cm_elem .cm_elem_inner .boxText ol,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt ol {
  list-style: outside none decimal;
  margin: 0px 0 0px 15px;
  padding-bottom: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003117}}
.wrapperContent .cm_elem .cm_elem_inner .boxText table,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt table {
  margin: 10px 0 15px 0;
  border: 0 none;
  width: 100% !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003123}}
.wrapperContent .cm_elem .cm_elem_inner .boxText table tr th,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt table tr th {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNTc4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjNDM1YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #205783), color-stop(100%, #2c435a));
  background-image: -moz-linear-gradient(#205783, #2c435a);
  background-image: -webkit-linear-gradient(#205783, #2c435a);
  background-image: linear-gradient(#205783, #2c435a);
  /*background-color: #e8eef1;*/
  /*@include background-image(linear-gradient(#487d89, #9cc1d2));*/
  border: 1px dotted #48687c;
  border-top: 0 none;
  padding: 5px 5px;
  vertical-align: top;
  font-weight: bold;
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003134}}
.wrapperContent .cm_elem .cm_elem_inner .boxText table tr td,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt table tr td {
  vertical-align: top;
  padding: 5px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003141}}
.wrapperContent .cm_elem .cm_elem_inner .boxText .left,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt .left {
  float: left;
  /*margin-right: 10px;*/
  min-width: 290px;
  /*width: 48%;*/
  padding: 0px 1.9% 0px 0;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003149}}
.wrapperContent .cm_elem .cm_elem_inner .boxText .right,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt .right {
  float: left;
  /*margin-left: 10px;*/
  min-width: 290px;
  /*width: 48%;*/
  /*padding: 10px 0 10px 1.9%;*/
  padding: 0px 1.9% 0px 0;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003158}}
.wrapperContent .cm_elem .cm_elem_inner .boxText .label,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt .label {
  float: left;
  min-width: 80px;
  margin-right: 10px;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003164}}
.wrapperContent .cm_elem .cm_elem_inner .boxText .value,
.wrapperContent .cm_elem .cm_elem_inner .boxTxt .value {
  display: table-cell;
  /*display: table-cell;*/
  /*float: left;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003171}}
.wrapperContent .cm_elem .cm_elem_inner .boxPerson div.left {
  border-bottom: 1px dotted #48687c;
  width: 50%;
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003177}}
.wrapperContent .cm_elem .cm_elem_inner .boxLink {
  padding: 5px 0;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003192}}
.wrapperContent .cm_elem.cm_elem_detail .cm_elem_inner .boxTxt .left,
.wrapperContent .cm_elem.cm_elem_detail .cm_elem_inner .boxTxt .right {
  width: 48%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003199}}
.wrapperContent .cm_elem.cntNav {
  display: inline-table;
  width: 100%;
  padding: 9px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003204}}
.wrapperContent .cm_elem.cntNav a.linkDetails {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003205}}
.wrapperContent .cm_elem.cntNav a.linkBack {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003208}}
.wrapperContent .cm_elem.cm_elem_style_compact {
  width: 49%;
  float: left;
  border-bottom: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003214}}
.wrapperContent .cm_elem.cm_elem_style_compact .cm_elem_inner .boxTxt .left {
  width: 100%;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003218}}
.wrapperContent .cm_elem.cm_elem_style_compact .cm_elem_inner .boxTxt .right {
  border-top: 1px dotted #48687c;
  padding: 10px 0 0;
  width: 100%;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003226}}
.wrapperContent .cm_elem.cm_elem_style_compact .cm_elem_inner .boxImg.left {
  float: none;
  margin-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003242}}
.wrapperContent .cm_elem.cm_elem_style_compact:nth-child(3n+2) {
  background: none repeat scroll 0 0 #ffffff;
  border-right: 1px dotted #48687c;
  padding: 10px 1.9% 10px 0px;
  width: 48%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003248}}
.wrapperContent .cm_elem.cm_elem_style_compact:nth-child(3n) {
  background: none repeat scroll 0 0 #ffffff;
  border-left: 1px dotted #48687c;
  padding: 10px 0 10px 1.9%;
  margin-left: -1px;
  width: 48%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003256}}
.wrapperContent .cm_elem.cm_elem_bar {
  border-bottom: 0 none;
  width: 100%;
  /*margin: -6px 0 0;*/
  /*padding: 0;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003261}}
.wrapperContent .cm_elem.cm_elem_bar .cm_elem_inner {
  border-bottom: 3px solid #48687c;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003265}}
.wrapperContent .cm_elem.cm_elem_bar .cm_elem_inner ul {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjNDM1YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwNTc4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2c435a), color-stop(100%, #205783));
  background-image: -moz-linear-gradient(#2c435a, #205783);
  background-image: -webkit-linear-gradient(#2c435a, #205783);
  background-image: linear-gradient(#2c435a, #205783);
  display: inline-table;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003271}}
.wrapperContent .cm_elem.cm_elem_bar .cm_elem_inner ul li {
  float: left;
  margin: 0;
  color: #818890;
  font-size: 1.25em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003276}}
.wrapperContent .cm_elem.cm_elem_bar .cm_elem_inner ul li a {
  display: block;
  color: #FFFFFF;
  padding: 5px 6px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003281}}
.wrapperContent .cm_elem.cm_elem_bar .cm_elem_inner ul li span {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  display: block;
  padding: 5px 6px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003287}}
.wrapperContent .cm_elem.cm_elem_bar .cm_elem_inner ul li:hover {
  background-color: #608f9f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003297}}
.wrapperContent .cm_elem.cm_elem_textLine .boxTxt,
.wrapperContent .cm_elem.cm_elem_textLine .boxText {
  padding: 5px 0;
  border-bottom: 1px dotted #48687c;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003302}}
.wrapperContent .cm_elem.cm_elem_textLine .boxTxt:last-child {
  border-bottom: 0px none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003306}}
.wrapperContent .cm_elem.cm_elem_list {
  border-bottom: 0 none;
  padding: 0px 0 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003309}}
.wrapperContent .cm_elem.cm_elem_list .cm_elem_inner {
  margin-bottom: 0;
  /*border-top: 1px dotted $color-border;*/
  /*				h2 {
  					margin: 5px 0 0;
  				}*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003315}}
.wrapperContent .cm_elem.cm_elem_list .cm_elem_inner ul {
  list-style-image: url("../images/common/icn_arrow.png");
  list-style-position: inside;
  margin: 0;
  /*list-style-position: outside;*/
  /*margin: 0 0 0 15px;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003321}}
.wrapperContent .cm_elem.cm_elem_list .cm_elem_inner ul li:first-child {
  /*border-top: 1px dotted $color-border;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003324}}
.wrapperContent .cm_elem.cm_elem_list .cm_elem_inner ul li {
  border-bottom: 1px dotted #48687c;
  padding: 0.5em .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003327}}
.wrapperContent .cm_elem.cm_elem_list .cm_elem_inner ul li a {
  display: inline-table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003330}}
.wrapperContent .cm_elem.cm_elem_list .cm_elem_inner ul li .lfDate {
  margin-right: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003331}}
.wrapperContent .cm_elem.cm_elem_list .cm_elem_inner ul li .lfText {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003334}}
.wrapperContent .cm_elem.cm_elem_list .cm_elem_inner article {
  border-bottom: 1px dotted #48687c;
  padding: 5px 0 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003337}}
.wrapperContent .cm_elem.cm_elem_list .cm_elem_inner article .left {
  /*width: 20%;*/
  margin: 5px 10px 0px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003345}}
.wrapperContent .cm_elem.cm_elem_sitemap ul.navigation {
  display: inline-table;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003350}}
.wrapperContent .cm_elem.cm_elem_sitemap ul.navigation li {
  /*					border-top: 1px dotted $color-border;
  					border-bottom: 1px dotted $color-border;*/
  padding: 0px;
  margin-bottom: 5px;
  display: list-item;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003356}}
.wrapperContent .cm_elem.cm_elem_sitemap ul.navigation li a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjNDM1YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwNTc4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2c435a), color-stop(100%, #205783));
  background-image: -moz-linear-gradient(#2c435a, #205783);
  background-image: -webkit-linear-gradient(#2c435a, #205783);
  background-image: linear-gradient(#2c435a, #205783);
  border-top: 1px dotted #48687c;
  border-bottom: 1px dotted #48687c;
  padding: 5px 10px;
  /*width: 100%;*/
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003366}}
.wrapperContent .cm_elem.cm_elem_sitemap ul.navigation li ul.level_2 {
  list-style-type: square;
  margin: 0px 0px 0px 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003369}}
.wrapperContent .cm_elem.cm_elem_sitemap ul.navigation li ul.level_2 li {
  border: 0 none;
  margin-bottom: 5px;
  /*border-bottom: 1px dotted $color-border;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003373}}
.wrapperContent .cm_elem.cm_elem_sitemap ul.navigation li ul.level_2 li a {
  background: none;
  border: 0 none;
  color: #608f9f;
  text-transform: none;
  padding: 2px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003380}}
.wrapperContent .cm_elem.cm_elem_sitemap ul.navigation li ul.level_2 li ul.level_3 {
  list-style-type: square;
  margin: 0px 0px 0px 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003383}}
.wrapperContent .cm_elem.cm_elem_sitemap ul.navigation li ul.level_2 li ul.level_3 a {
  /*text-transform: none;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003393}}
.wrapperContent .cm_elem.cm_elem_sitemap ul.navigation li ul.level_2 li:first-child {
  /*border-top: 0 none;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003396}}
.wrapperContent .cm_elem.cm_elem_sitemap ul.navigation li ul.level_2 li:last-child {
  /*border-bottom: 0 none;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003401}}
.wrapperContent .cm_elem.cm_elem_sitemap ul.navigation li:first-child {
  border-top: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003404}}
.wrapperContent .cm_elem.cm_elem_sitemap ul.navigation li:last-child {
  border-bottom: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003413}}
.wrapperContent .cm_elem.cm_elem_notepad .cm_elem_inner ul li a.noteLink {
  width: 90%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003416}}
.wrapperContent .cm_elem.cm_elem_notepad .cm_elem_inner ul li a.noteDelete {
  float: right;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003426}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar {
  width: 100%;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003430}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-header h2 {
  border-bottom: 0 none;
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003434}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-header .fc-button {
  border: 1px solid #48687c;
  padding: 5px 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003442}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-content table tr th {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNTc4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJjNDM1YSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #205783), color-stop(100%, #2c435a));
  background-image: -moz-linear-gradient(#205783, #2c435a);
  background-image: -webkit-linear-gradient(#205783, #2c435a);
  background-image: linear-gradient(#205783, #2c435a);
  color: #FFFFFF;
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003451}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-content .fc-event-container .fc-event {
  /*border: 1px solid $color_border;*/
  border: 0 none;
  background-color: #dfdfdf;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003456}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-content .fc-event-container .fc-event .fc-event-inner .fc-event-title {
  display: block;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  padding: 0px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003463}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-content .fc-event-container .fc-event.garbageBlack {
  background-color: #999999;
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003467}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-content .fc-event-container .fc-event.garbageGreen {
  background-color: #3300FF;
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003471}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-content .fc-event-container .fc-event.garbageYellow {
  background-color: #FFFF33;
  /*color: #FFFFFF;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003475}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-content .fc-event-container .fc-event.garbageBioKernstadt {
  background-color: #996600;
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003479}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-content .fc-event-container .fc-event.garbageBioOrtsteile {
  background-color: #8B4513;
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003483}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-content .fc-event-container .fc-event.garbagePaperGuendlingen {
  background-color: #66CCFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003486}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-content .fc-event-container .fc-event.garbagePaperNiederrimsingen {
  background-color: #66CCFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003489}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-content .fc-event-container .fc-event.garbagePaperOberrimsingen {
  background-color: #66CCFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003492}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-content .fc-event-container .fc-event.garbageSchadstoffe {
  background-color: #663399;
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003496}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #calendar .fc-content .fc-event-container .fc-event.garbageChristmasTree {
  background-color: #009933;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003504}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #legend ul {
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003506}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #legend ul li {
  width: 45%;
  float: left;
  margin: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003510}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #legend ul li div {
  border: 1px solid #48687c;
  height: 15px;
  width: 15px;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003516}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner #legend ul li span {
  width: 80%;
  float: left;
  margin: 0 5px;
  padding: 1px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003525}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner .garbageBlack {
  background-color: #999999;
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003529}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner .garbageGreen {
  background-color: #3300FF;
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003533}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner .garbageYellow {
  background-color: #FFFF33;
  /*color: #FFFFFF;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003537}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner .garbageBioKernstadt {
  background-color: #996600;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003540}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner .garbageBioOrtsteile {
  background-color: #8B4513;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003543}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner .garbagePaperGuendlingen {
  background-color: #66CCFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003546}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner .garbagePaperNiederrimsingen {
  background-color: #66CCFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003549}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner .garbagePaperOberrimsingen {
  background-color: #66CCFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003552}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner .garbageSchadstoffe {
  background-color: #663399;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003555}}
.wrapperContent .cm_elem.cm_elem_calendar .cm_elem_inner .garbageChristmasTree {
  background-color: #009933;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003560}}
.wrapperContent .cm_elem.cm_elem_tabs {
  border-bottom: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003563}}
.wrapperContent .cm_elem.cm_elem_tabs .cm_elem_inner h2 {
  /*background: $color_white;*/
  /*					@include background-image(linear-gradient(#205783, #2c435a));
  					color: $color_white;
  					text-transform: none;
  					font-size: 1em;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003574}}
.wrapperContent .cm_elem.cm_elem_form .formErrors, .wrapperContent .cm_elem.cm_elem_formular .formErrors {
  background-color: #c2c2c2;
  border: 1px dotted #FF0000;
  padding: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003578}}
.wrapperContent .cm_elem.cm_elem_form .formErrors ul, .wrapperContent .cm_elem.cm_elem_formular .formErrors ul {
  margin-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003582}}
.wrapperContent .cm_elem.cm_elem_form form, .wrapperContent .cm_elem.cm_elem_formular form {
  /*				dl {
  					display: block;
  					margin: 5px 0;
  					dt {
  						min-width: 90px;
  						float: left;
  						margin: 0 10px 0 0;
  						label {
  						}
  					}
  					dd {
  						width: 260px;
  						padding: 0;
  						float: left;
  						textarea,
  						input {
  							padding: 2px 5px;
  						}
  						input.checkbox,
  						input[type=checkbox]{ width: auto; }
  					}
  					dd:after {
  						clear: both;
  					}
  					
  				}*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003583}}
.wrapperContent .cm_elem.cm_elem_form form .error, .wrapperContent .cm_elem.cm_elem_formular form .error {
  color: #FF0000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003586}}
.wrapperContent .cm_elem.cm_elem_form form fieldset, .wrapperContent .cm_elem.cm_elem_formular form fieldset {
  display: block;
  margin: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003589}}
.wrapperContent .cm_elem.cm_elem_form form fieldset legend, .wrapperContent .cm_elem.cm_elem_formular form fieldset legend {
  border-bottom: 1px dotted #48687c;
  width: 100%;
  padding: .5em 0;
  margin: 0 0 .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003595}}
.wrapperContent .cm_elem.cm_elem_form form fieldset label, .wrapperContent .cm_elem.cm_elem_formular form fieldset label {
  width: 20%;
  float: left;
  margin: 0.5em 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003600}}
.wrapperContent .cm_elem.cm_elem_form form fieldset select, .wrapperContent .cm_elem.cm_elem_formular form fieldset select {
  /*width: 52%;*/
  width: 72.5%;
  padding: 0;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003605}}
.wrapperContent .cm_elem.cm_elem_form form fieldset select option, .wrapperContent .cm_elem.cm_elem_formular form fieldset select option {
  padding: .2em .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003609}}
.wrapperContent .cm_elem.cm_elem_form form fieldset textarea,
.wrapperContent .cm_elem.cm_elem_form form fieldset input, .wrapperContent .cm_elem.cm_elem_formular form fieldset textarea,
.wrapperContent .cm_elem.cm_elem_formular form fieldset input {
  width: 70%;
  padding: .2em .5em;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003615}}
.wrapperContent .cm_elem.cm_elem_form form fieldset input.checkbox,
.wrapperContent .cm_elem.cm_elem_form form fieldset input[type=checkbox], .wrapperContent .cm_elem.cm_elem_formular form fieldset input.checkbox,
.wrapperContent .cm_elem.cm_elem_formular form fieldset input[type=checkbox] {
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003617}}
.wrapperContent .cm_elem.cm_elem_form form fieldset input[type=submit],
.wrapperContent .cm_elem.cm_elem_form form fieldset input[type=reset],
.wrapperContent .cm_elem.cm_elem_form form fieldset input[type=button], .wrapperContent .cm_elem.cm_elem_formular form fieldset input[type=submit],
.wrapperContent .cm_elem.cm_elem_formular form fieldset input[type=reset],
.wrapperContent .cm_elem.cm_elem_formular form fieldset input[type=button] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNTc4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNDE1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #205783), color-stop(100%, #2d4159));
  background-image: -moz-linear-gradient(#205783, #2d4159);
  background-image: -webkit-linear-gradient(#205783, #2d4159);
  background-image: linear-gradient(#205783, #2d4159);
  width: auto;
  color: #ffffff;
  text-transform: lowercase;
  margin: 5px 0px;
  padding: 2px 10px;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003628}}
.wrapperContent .cm_elem.cm_elem_form form fieldset .formLine, .wrapperContent .cm_elem.cm_elem_formular form fieldset .formLine {
  display: table-row;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003630}}
.wrapperContent .cm_elem.cm_elem_form form fieldset .formLine label, .wrapperContent .cm_elem.cm_elem_formular form fieldset .formLine label {
  float: none;
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003636}}
.wrapperContent .cm_elem.cm_elem_form form fieldset.boxList div, .wrapperContent .cm_elem.cm_elem_formular form fieldset.boxList div {
  width: 80%;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003638}}
.wrapperContent .cm_elem.cm_elem_form form fieldset.boxList div ul, .wrapperContent .cm_elem.cm_elem_formular form fieldset.boxList div ul {
  display: block;
  padding: 0;
  margin: 0;
  left: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003640}}
.wrapperContent .cm_elem.cm_elem_form form fieldset.boxList div ul li, .wrapperContent .cm_elem.cm_elem_formular form fieldset.boxList div ul li {
  border: 1px dotted #48687c;
  position: relative;
  width: 44.5%;
  margin: .2em .2em .2em 0;
  padding: 0 .2em;
  float: left;
  list-style: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003643}}
.wrapperContent .cm_elem.cm_elem_form form fieldset.boxList div ul li input, .wrapperContent .cm_elem.cm_elem_formular form fieldset.boxList div ul li input {
  float: left;
  margin-top: 0.6em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003646}}
.wrapperContent .cm_elem.cm_elem_form form fieldset.boxList div ul li a.delete, .wrapperContent .cm_elem.cm_elem_formular form fieldset.boxList div ul li a.delete {
  border: 1px dotted #48687c;
  float: left;
  width: 15px;
  height: 15px;
  margin: .5em .2em;
  text-align: center;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003650}}
.wrapperContent .cm_elem.cm_elem_form form fieldset.boxList div ul li a.info, .wrapperContent .cm_elem.cm_elem_formular form fieldset.boxList div ul li a.info {
  border: 1px dotted #48687c;
  float: left;
  width: 15px;
  height: 15px;
  margin: .5em .2em;
  text-align: center;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003654}}
.wrapperContent .cm_elem.cm_elem_form form fieldset.boxList div ul li a.link, .wrapperContent .cm_elem.cm_elem_formular form fieldset.boxList div ul li a.link {
  background: none repeat scroll 0 0 transparent;
  padding: .1em .2em;
  text-decoration: none;
  float: left;
  margin: .5em .2em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003659}}
.wrapperContent .cm_elem.cm_elem_form form fieldset.boxList div ul li.active, .wrapperContent .cm_elem.cm_elem_formular form fieldset.boxList div ul li.active {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003662}}
.wrapperContent .cm_elem.cm_elem_form form fieldset.boxList div ul li.inactive, .wrapperContent .cm_elem.cm_elem_formular form fieldset.boxList div ul li.inactive {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003667}}
.wrapperContent .cm_elem.cm_elem_form form fieldset.boxList div .boxListFunc, .wrapperContent .cm_elem.cm_elem_formular form fieldset.boxList div .boxListFunc {
  margin-top: .5em;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003671}}
.wrapperContent .cm_elem.cm_elem_form form fieldset.boxList div .boxListFunc a, .wrapperContent .cm_elem.cm_elem_formular form fieldset.boxList div .boxListFunc a {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003677}}
.wrapperContent .cm_elem.cm_elem_form form fieldset.boxFunctions, .wrapperContent .cm_elem.cm_elem_formular form fieldset.boxFunctions {
  /*						padding-left: 135px;*/
  padding-left: 20%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003681}}
.wrapperContent .cm_elem.cm_elem_form form fieldset .left,
.wrapperContent .cm_elem.cm_elem_form form fieldset .right, .wrapperContent .cm_elem.cm_elem_formular form fieldset .left,
.wrapperContent .cm_elem.cm_elem_formular form fieldset .right {
  width: 48%;
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003685}}
.wrapperContent .cm_elem.cm_elem_form form fieldset .left label,
.wrapperContent .cm_elem.cm_elem_form form fieldset .right label, .wrapperContent .cm_elem.cm_elem_formular form fieldset .left label,
.wrapperContent .cm_elem.cm_elem_formular form fieldset .right label {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003689}}
.wrapperContent .cm_elem.cm_elem_form form fieldset .boxOptions, .wrapperContent .cm_elem.cm_elem_formular form fieldset .boxOptions {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px dotted #48687c;
  position: relative;
  float: left;
  z-index: 10;
  display: none;
  margin: 10px 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003698}}
.wrapperContent .cm_elem.cm_elem_form form fieldset .boxOptions .boxOption, .wrapperContent .cm_elem.cm_elem_formular form fieldset .boxOptions .boxOption {
  border: 1px dotted #48687c;
  display: table-cell;
  min-height: 40px;
  width: 48%;
  min-width: 265px;
  margin: 0.5em 0 0.5em 0.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003705}}
.wrapperContent .cm_elem.cm_elem_form form fieldset .boxOptions .boxOption input, .wrapperContent .cm_elem.cm_elem_formular form fieldset .boxOptions .boxOption input {
  float: left;
  margin: 1em 0.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003709}}
.wrapperContent .cm_elem.cm_elem_form form fieldset .boxOptions .boxOption label.boxOptionImg, .wrapperContent .cm_elem.cm_elem_formular form fieldset .boxOptions .boxOption label.boxOptionImg {
  float: left;
  width: auto;
  margin: 0.5em 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003713}}
.wrapperContent .cm_elem.cm_elem_form form fieldset .boxOptions .boxOption label.boxOptionImg img, .wrapperContent .cm_elem.cm_elem_formular form fieldset .boxOptions .boxOption label.boxOptionImg img {
  max-width: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003717}}
.wrapperContent .cm_elem.cm_elem_form form fieldset .boxOptions .boxOption label.boxOptionLabel, .wrapperContent .cm_elem.cm_elem_formular form fieldset .boxOptions .boxOption label.boxOptionLabel {
  display: block;
  width: auto;
  margin: 1em 0.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003722}}
.wrapperContent .cm_elem.cm_elem_form form fieldset .boxOptions .boxOption.left, .wrapperContent .cm_elem.cm_elem_formular form fieldset .boxOptions .boxOption.left {
  float: left;
  /*margin: 1em .5em;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003726}}
.wrapperContent .cm_elem.cm_elem_form form fieldset .boxOptions .boxOption.right, .wrapperContent .cm_elem.cm_elem_formular form fieldset .boxOptions .boxOption.right {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003763}}
.wrapperContent .cm_elem.cm_elem_gallery .cm_elem_inner .galleria {
  height: auto;
  margin: 0 auto;
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003767}}
.wrapperContent .cm_elem.cm_elem_gallery .cm_elem_inner .galleria .galleria-container {
  background: #e8eef1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003770}}
.wrapperContent .cm_elem.cm_elem_gallery .cm_elem_inner .galleria .galleria-container .galleria-stage img {
  border: 1px solid #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003775}}
.wrapperContent .cm_elem.cm_elem_gallery .cm_elem_inner .galleria .galleria-container .galleria-thumbnails .galleria-image {
  border: 1px solid #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003779}}
.wrapperContent .cm_elem.cm_elem_gallery .cm_elem_inner .galleria .galleria-container .galleria-thumb-nav-left:hover,
.wrapperContent .cm_elem.cm_elem_gallery .cm_elem_inner .galleria .galleria-container .galleria-thumb-nav-right:hover {
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003792}}
.wrapperContent .cm_elem.cm_elem_gmap .cm_elem_inner .gmapCard {
  width: 100%;
  height: 400px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003796}}
.wrapperContent .cm_elem.cm_elem_gmap .cm_elem_inner .gmapCard .gm-style .gmap_marker {
  font-family: Arial, Helvetica, sans-serif;
  color: #2E4250;
  font-size: 0.85em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003803}}
.wrapperContent .cm_elem.cm_elem_gmap .cm_elem_inner .gmapRouteSearch {
  margin: 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003808}}
.wrapperContent .cm_elem.cm_elem_gaList {
  position: relative;
  /*top: -13px;*/
  border-bottom: 0 none;
  /*padding: 0 0 10px;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003814}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_head {
  border-top: 3px solid #48687c;
  border-bottom: 3px solid #48687c;
  /*margin: -7px 0 0;*/
  padding: 3px 0 3px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003819}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_head .result_head_inner {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjNDM1YSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwNTc4MyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2c435a), color-stop(100%, #205783));
  background-image: -moz-linear-gradient(#2c435a, #205783);
  background-image: -webkit-linear-gradient(#2c435a, #205783);
  background-image: linear-gradient(#2c435a, #205783);
  /*background-color: #e8eef1;*/
  margin: 0;
  padding: 0.5em 1em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  font-size: 1.084em;
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003830}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box {
  border-bottom: 1px dotted #48687c;
  padding: 0 0 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003833}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box h2 {
  background-color: #e8eef1;
  border-bottom: 1px dotted #48687C;
  margin: 0;
  padding: 0.5em 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003839}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner {
  display: inline-table;
  width: 100%;
  padding: 10px 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003843}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner .result_left {
  display: table-cell;
  vertical-align: top;
  padding: 0 5px 0 10px;
  width: 25%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003848}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner .result_left a {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003850}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner .result_left a img {
  width: auto;
  max-width: 150px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003855}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner .result_left a:first-child {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003859}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner .result_center {
  display: table-cell;
  vertical-align: top;
  padding: 0 5px 0 5px;
  width: 40%;
  max-width: 240px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003866}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner .result_right {
  display: table-cell;
  vertical-align: top;
  width: 35%;
  padding: 0 10px 0 5px;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003873}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner .result_right .boxTxt .imgCategory {
  max-height: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003879}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_functions {
  border-top: 1px dotted #48687c;
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003882}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_functions a {
  margin: 5px 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003886}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_btns {
  border-top: 1px dotted #48687c;
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003889}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_btns a {
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  /*border-radius: 5px;*/
  border-radius: 5px;
  -moz-box-shadow: #818890 1px 1px 2px;
  -webkit-box-shadow: #818890 1px 1px 2px;
  box-shadow: #818890 1px 1px 2px;
  text-transform: uppercase;
  display: inline-table;
  margin: 5px 10px;
  color: #fff;
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003902}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_btns a.btnBuchen {
  background-color: #ebc532;
  background-image: url("../images/common/Buchen.png");
  padding: 10px 15px 10px 45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003907}}
.wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_btns a.btnAnfragen {
  /*background-color: #859808;*/
  background-color: #205783;
  background-image: url("../images/common/Anfragen.png");
  padding: 10px 15px 10px 35px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003919}}
.wrapperContent .cm_elem_gaDetail h1 {
  margin-top: 0;
  margin-bottom: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003922}}
.wrapperContent .cm_elem_gaDetail h1 span.gaCat {
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003924}}
.wrapperContent .cm_elem_gaDetail h1 span.gaCat img {
  max-height: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003930}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxImg {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003932}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxImg a {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003934}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxImg a img {
  width: auto;
  max-width: 300px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003939}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxImg a:first-child {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003942}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxImg .result_btns {
  /*border-top: 1px dotted $color_border;*/
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003945}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxImg .result_btns a {
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: auto 60%;
  /*border-radius: 5px;*/
  border-radius: 5px;
  -moz-box-shadow: #818890 1px 1px 2px;
  -webkit-box-shadow: #818890 1px 1px 2px;
  box-shadow: #818890 1px 1px 2px;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-table;
  margin: 5px 10px;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003958}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxImg .result_btns a.btnBuchen {
  background-color: #ebc532;
  background-image: url("../images/common/Buchen.png");
  padding: 10px 15px 10px 45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003963}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxImg .result_btns a.btnAnfragen {
  /*background-color: #859808;*/
  background-color: #205783;
  background-image: url("../images/common/Anfragen.png");
  padding: 10px 15px 10px 35px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003972}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxTxt .imgCategory {
  max-height: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003975}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxTxt .boxGaBookLegend {
  display: table-cell;
  padding: 0 10px 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003978}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxTxt .boxGaBookLegend .gaBookLabel {
  display: table-cell;
  padding: 0 10px 0 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003982}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxTxt .boxGaBookLegend .gaBookDay {
  border: 1px dotted #48687c;
  padding: auto;
  display: table-cell;
  text-align: center;
  min-width: 15px;
  min-height: 15px;
  margin: 0 10px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003990}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxTxt .boxGaBookLegend .gaBookDay.gaBookDayFree {
  background-color: #75D583;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003993}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxTxt .boxGaBookLegend .gaBookDay.gaBookDayBusy {
  background-color: #D53939;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003996}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxTxt .boxGaBookLegend .gaBookDay.gaBookDayStart {
  background: url("/images/common/booked_end.gif") no-repeat scroll 50% 50% transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\00003999}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxTxt .boxGaBookLegend .gaBookDay.gaBookDayEnd {
  background: url("/images/common/booked_start.gif") no-repeat scroll 50% 50% transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031005}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxOptions {
  display: inline-table;
  margin: 10px 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031009}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxOptions .boxOption {
  border: 1px dotted #48687c;
  display: table-cell;
  min-height: 40px;
  width: 48%;
  min-width: 265px;
  margin: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031016}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxOptions .boxOption img {
  float: left;
  width: 30px;
  margin: .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031021}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxOptions .boxOption label {
  display: block;
  margin: 1em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031025}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxOptions .boxOption.left {
  float: left;
  margin-right: 1%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031029}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxOptions .boxOption.right {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031035}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxBookings .gaBooking {
  /*border: 1px dotted $color_border;;*/
  display: inline-table;
  width: 100%;
  margin: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031040}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxBookings .gaBooking .gaBookTitle {
  display: table-caption;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031044}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxBookings .gaBooking .gaBookDays {
  display: table-row;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031046}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxBookings .gaBooking .gaBookDays .gaBookDay {
  display: table-cell;
  float: left;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031050}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxBookings .gaBooking .gaBookDays .gaBookDay .monthName {
  border: 1px dotted #48687c;
  padding: .1em;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031055}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxBookings .gaBooking .gaBookDays .gaBookDay .monthNumber {
  border: 1px dotted #48687c;
  padding: auto;
  text-align: center;
  min-width: 15px;
  min-height: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031062}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxBookings .gaBooking .gaBookDays .gaBookDay .gaBookDayFree {
  background-color: #75D583;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031065}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxBookings .gaBooking .gaBookDays .gaBookDay .gaBookDayBusy {
  background-color: #D53939;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031068}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxBookings .gaBooking .gaBookDays .gaBookDay .gaBookDayStart {
  background: url("/images/common/booked_end.gif") no-repeat scroll 50% 50% transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031071}}
.wrapperContent .cm_elem_gaDetail .cm_elem_inner .boxBookings .gaBooking .gaBookDays .gaBookDay .gaBookDayEnd {
  background: url("/images/common/booked_start.gif") no-repeat scroll 50% 50% transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031080}}
.wrapperContent .cm_elem_line {
  border-bottom: 1px dotted #48687c;
  clear: both;
  height: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031091}}
.wrapperContent .cntMain .inner .cm_elem_inner .boxText ul li,
.wrapperContent .cntMain .inner .cm_elem_inner .boxTxt ul li {
  min-width: 190px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031100}}
.wrapperContent .cntMainFullWidth {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding: 0px 0 0;
}
@media (max-width: 619px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031100}}
  .wrapperContent .cntMainFullWidth {
    display: block;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031111}}
.wrapperContent .cntMainFullWidth .inner {
  padding: 0 10px 0 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031118}}
.wrapperContent .cntCustom .inner .cm_elem {
  background: url("/images/common/bg_dot.png") repeat scroll 0 0 transparent;
  border-bottom: 0 none;
  padding: 0 0 9px;
  margin: 0px 0 1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031123}}
.wrapperContent .cntCustom .inner .cm_elem h1 {
  background: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031126}}
.wrapperContent .cntCustom .inner .cm_elem .cm_elem_inner {
  background: #FFFFFF;
  padding: 0px 0 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031129}}
.wrapperContent .cntCustom .inner .cm_elem .cm_elem_inner h2 {
  margin: 5px 0 10px;
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031133}}
.wrapperContent .cntCustom .inner .cm_elem .cm_elem_inner h2.cm_elem_bar {
  margin: 0;
  padding: 0.5em .5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031140}}
.wrapperContent .cntCustom .inner .cm_elem .cm_elem_inner .boxTxt .left,
.wrapperContent .cntCustom .inner .cm_elem .cm_elem_inner .boxTxt .right,
.wrapperContent .cntCustom .inner .cm_elem .cm_elem_inner .boxText .left,
.wrapperContent .cntCustom .inner .cm_elem .cm_elem_inner .boxText .right {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031147}}
.wrapperContent .cntCustom .inner .cm_elem .cm_elem_inner .boxTxt .label,
.wrapperContent .cntCustom .inner .cm_elem .cm_elem_inner .boxText .label {
  float: left;
  min-width: 55px;
  margin-right: 10px;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031156}}
.wrapperContent .cntCustom .inner .cm_elem .cm_elem_inner ul li:first-child {
  border-top: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031157}}
.wrapperContent .cntCustom .inner .cm_elem .cm_elem_inner ul li:last-child {
  border-bottom: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031166}}
.wrapperContent .cntCustom .inner .cm_elem.cm_elem_form .cm_elem_inner .boxText form fieldset ul,
.wrapperContent .cntCustom .inner .cm_elem.cm_elem_form .cm_elem_inner .boxTxt form fieldset ul {
  left: 0;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031170}}
.wrapperContent .cntCustom .inner .cm_elem.cm_elem_form .cm_elem_inner .boxText form fieldset ul li,
.wrapperContent .cntCustom .inner .cm_elem.cm_elem_form .cm_elem_inner .boxTxt form fieldset ul li {
  list-style-type: none;
  border-bottom: 1px dotted #48687c;
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031174}}
.wrapperContent .cntCustom .inner .cm_elem.cm_elem_form .cm_elem_inner .boxText form fieldset ul li input[type=checkbox],
.wrapperContent .cntCustom .inner .cm_elem.cm_elem_form .cm_elem_inner .boxTxt form fieldset ul li input[type=checkbox] {
  float: left;
  margin: 0 10px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031178}}
.wrapperContent .cntCustom .inner .cm_elem.cm_elem_form .cm_elem_inner .boxText form fieldset ul li label,
.wrapperContent .cntCustom .inner .cm_elem.cm_elem_form .cm_elem_inner .boxTxt form fieldset ul li label {
  float: none;
  width: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031188}}
.wrapperContent .cntCustom .inner .cm_elem.cm_elem_form .cm_elem_inner .boxText ul li,
.wrapperContent .cntCustom .inner .cm_elem.cm_elem_form .cm_elem_inner .boxTxt ul li {
  max-width: 183px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031200}}
.pagination-outer {
  margin-top: 10px;
  text-align: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031205}}
.pagination {
  height: 40px;
  margin: 20px 0;
  display: inline-block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031211}}
.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031225}}
.pagination li {
  display: inline;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031229}}
.pagination li:first-child a, .pagination li:first-child span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031235}}
.pagination a, .pagination span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031245}}
.pagination .active a, .pagination .active span {
  color: #999;
  cursor: default;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031249}}
.pagination a:hover, .pagination .active a, .pagination .active span {
  background-color: #f5f5f5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031253}}
.eventBoxTxt {
  margin-left: 215px;
}
@media (max-width: 900px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_content\.scss}line{font-family:\000031253}}
  .eventBoxTxt {
    margin-left: 0px;
  }
}

/** Jquery UI **/
/*
Document   : jqueryui
Created on : 14.02.2014, 12:34:20
Author     : bkeim
*/
/*@import "../../public/lib/jquery_ui/jquery-ui-1.10.4.custom.min.css";*/
/* Misc visuals */
/** jquery.ui Widget **/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000314}}
.ui-widget {
  /*border: 0 none;*/
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000319}}
.ui-widget .ui-state-default {
  background: #e8eef1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000321}}
.ui-widget .ui-state-default a {
  color: #2E4250;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000325}}
.ui-widget .ui-state-active {
  /*background: none;*/
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNTc4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNDE1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #205783), color-stop(100%, #2d4159));
  background-image: -moz-linear-gradient(#205783, #2d4159);
  background-image: -webkit-linear-gradient(#205783, #2d4159);
  background-image: linear-gradient(#205783, #2d4159);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000328}}
.ui-widget .ui-state-active a {
  color: #FFFFFF;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000333}}
.ui-widget-header {
  background: #e8eef1;
  /*background-image: linear-gradient(#205783, #2D4159);*/
  /*border-bottom: 1px dotted #48687C;*/
  color: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000339}}
.ui-widget-content {
  color: inherit;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000342}}
.ui-tabs {
  background: none transparent;
  border: 0 none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000345}}
.ui-tabs .ui-tabs-nav {
  background: none;
  border: 0 none;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000350}}
.ui-tabs .ui-tabs-nav .ui-state-default .ui-tabs-anchor {
  padding: 0.5em;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000355}}
.ui-tabs .ui-tabs-panel {
  background: #e8eef1;
  border: 1px dotted #48687c;
  width: auto;
  padding: 10px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000365}}
.ui-accordion h2 {
  padding-left: 2.2em !important;
}

/* states and images */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000371}}
.ui-icon {
  width: 16px;
  height: 16px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000375}}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/lib/jquery_ui/images/ui-icons_222222_256x240.png);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000379}}
.ui-widget-header .ui-icon {
  background-image: url(/lib/jquery_ui/images/ui-icons_222222_256x240.png);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000382}}
.ui-state-default .ui-icon {
  /*background-image: url(/lib/jquery_ui/images/ui-icons_888888_256x240.png);*/
  background-image: url(/lib/jquery_ui/images/ui-icons_222222_256x240.png);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000386}}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  /*background-image: url(/lib/jquery_ui/images/ui-icons_454545_256x240.png);*/
  background-image: url(/lib/jquery_ui/images/ui-icons_888888_256x240.png);
  /*background-image: url(/lib/jquery_ui/images/ui-icons_222222_256x240.png);*/
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000392}}
.ui-state-active .ui-icon {
  /*background-image: url(/lib/jquery_ui/images/ui-icons_454545_256x240.png);*/
  background-image: url(/lib/jquery_ui/images/ui-icons_888888_256x240.png);
  /*background-image: url(/lib/jquery_ui/images/ui-icons_222222_256x240.png);*/
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\0000397}}
.ui-state-highlight .ui-icon {
  background-image: url(/lib/jquery_ui/images/ui-icons_2e83ff_256x240.png);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\00003100}}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/lib/jquery_ui/images/ui-icons_cd0a0a_256x240.png);
}

/* Corner radius */
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\00003107}}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\00003113}}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\00003119}}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\00003125}}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px;
}

/** rslides **/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\00003133}}
.rslides {
  max-height: 340px;
  display: none;
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\00003143}}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\00003151}}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_jqueryui\.scss}line{font-family:\00003156}}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}

/** Landing Page **/
/*
Document   : landing
Created on : 28.10.2013, 12:34:02
Author     : bkeim
Description:
Purpose of the stylesheet follows.
*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\0000313}}
.landing .wrapper header .wrapperHeaderBar {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNTc4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNDE1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #205783), color-stop(100%, #2d4159));
  background-image: -moz-linear-gradient(#205783, #2d4159);
  background-image: -webkit-linear-gradient(#205783, #2d4159);
  background-image: linear-gradient(#205783, #2d4159);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\0000318}}
.landing .wrapper .wrapperCenter .wrapperContentHeader {
  max-width: 980px;
  padding-right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\0000322}}
.landing .wrapper .wrapperCenter .wrapperContentHeader .header {
  max-width: 980px;
  padding-right: 24px;
  box-sizing: border-box;
  /*display: inline-table;*/
  /*				float: left;
  				width: 100%;*/
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\0000327}}
.landing .wrapper .wrapperCenter .wrapperContentHeader .header .headerSlogan {
  margin-top: 10%;
  font-size: 280%;
  max-width: 50%;
  color: #a3a4a6;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\0000333}}
.landing .wrapper .wrapperCenter .wrapperContentHeader .header .headerSlogan:first-line {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #2f414f;
  text-transform: none;
  font-size: 120%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\0000341}}
.landing .wrapper .wrapperCenter .wrapperContentHeader .header .headerSearch {
  display: block;
  max-width: 85%;
  background: url("../images/common/bg_boxBottom.png") bottom repeat-x;
  padding-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\0000348}}
.landing .wrapper .wrapperCenter .wrapperContentHeader .header .headerSearch .cm_elem_inner h2 {
  background: transparent;
  border-bottom: 3px solid #48687c;
  text-transform: uppercase;
  margin: 5px 0 5px;
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\0000356}}
.landing .wrapper .wrapperCenter .wrapperContentHeader .header .headerSearch .cm_elem_inner .searchtext {
  padding-right: 35px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\0000360}}
.landing .wrapper .wrapperCenter .wrapperContentHeader .header .headerSearch .cm_elem_inner input[type="text"] {
  -webkit-appearance: none;
  border-radius: 0;
  width: 100%;
  height: 17px;
  border-spacing: 0px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\0000371}}
.landing .wrapper .wrapperCenter .wrapperContentHeader .header .headerSearch .cm_elem_inner input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
  width: 35px;
  margin: 0;
  background: url("../images/common/search_btn_blue.png") no-repeat;
  border: 0px;
  background-color: none;
  cursor: pointer;
  outline: 0;
  float: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\0000385}}
.landing .wrapper .wrapperCenter .wrapperContentHeader .header .headerSliderNav {
  bottom: 0px;
  position: absolute;
  right: 7%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\0000390}}
.landing .wrapper .wrapperCenter .wrapperContentHeader .header .headerSliderNav a, .landing .wrapper .wrapperCenter .wrapperContentHeader .header .headerSliderNav a.link {
  margin: 0 4px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\0000394}}
.landing .wrapper .wrapperCenter .wrapperContentHeader .header .headerSliderNav .rslides_here {
  background: #6190a4;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\0000396}}
.landing .wrapper .wrapperCenter .wrapperContentHeader .header .headerSliderNav .rslides_here a, .landing .wrapper .wrapperCenter .wrapperContentHeader .header .headerSliderNav .rslides_here a.link {
  padding: 0 1px;
  color: #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003106}}
.landing .wrapper .wrapperCenter .wrapperContentHeader .header .left {
  background: url("../images/common/headerSkyline.png") left bottom no-repeat, -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(60%, #ffffff), color-stop(100%, #dddddd));
  background: url("../images/common/headerSkyline.png") left bottom no-repeat, -webkit-linear-gradient(left, #ffffff 60%, #dddddd);
  background: url("../images/common/headerSkyline.png") left bottom no-repeat, -moz-linear-gradient(left, #ffffff 60%, #dddddd);
  background: url("../images/common/headerSkyline.png") left bottom no-repeat, -o-linear-gradient(left, #ffffff 60%, #dddddd);
  background: url("../images/common/headerSkyline.png") left bottom no-repeat, linear-gradient(to right, #ffffff 60%, #dddddd);
  vertical-align: top;
  width: 39%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003115}}
.landing .wrapper .wrapperCenter .wrapperContentHeader .header .right {
  /*					display: table-cell;
  					width: 62%;*/
  -moz-box-shadow: -5px -4px 5px 0px #a7a9ab;
  -webkit-box-shadow: -5px -4px 5px 0px #a7a9ab;
  box-shadow: -5px -4px 5px 0px #a7a9ab;
  border-left: 2px solid #fff;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003125}}
.landing .wrapper .wrapperCenter .wrapperContent {
  background: #bed2da;
  /*display: inline-table;*/
  /*float: left;*/
  max-width: 980px;
  width: 100%;
  min-height: 135px;
  /*margin: 0;*/
  padding: 0 0px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003134}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003136}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom {
  border-left: 0 none;
  border-right: 0 none;
  display: table-cell;
  width: 38%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003142}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom .cm_elem_list {
  border-top: 4px solid #2d404f;
  padding: 6% 3% 0% 8%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003146}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom .cm_elem_list h2 {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003150}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom .cm_elem_list ul li {
  border-bottom: 0px;
  list-style-image: none;
  background: url("../images/common/arrow_red_right.png") 0 34% no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003157}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom .cm_elem_list ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 130%;
  font-weight: 200;
  font-family: Helvetica, sans-serif;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003169}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain {
  display: table-cell;
  width: 62%;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003174}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li {
  /*display: inline;*/
  width: 46%;
  float: left;
  margin: 0 15px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003179}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li a {
  background: url("../images/common/bg_dot.gif") repeat scroll 0 0 #FFFFFF;
  /*@include single-box-shadow;*/
  -moz-box-shadow: 5px 5px 10px 0px #9da8ad;
  -webkit-box-shadow: 5px 5px 10px 0px #9da8ad;
  box-shadow: 5px 5px 10px 0px #9da8ad;
  border-bottom: 3px solid #48687c;
  border-top: 3px solid #48687c;
  border-left: 1px solid #48687c;
  border-right: 1px solid #48687c;
  font-size: 2em;
  font-weight: normal;
  line-height: 150%;
  float: left;
  height: 100px;
  width: 100%;
  max-width: 242px;
  padding: 20px;
  color: #a3a4a6;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003196}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li a:first-line {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  color: #2f414f;
  text-transform: none;
  font-size: 120%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003206}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li:first-child a {
  border-bottom: 6px solid #618f9f;
  border-top: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003209}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li:first-child a:first-line {
  color: #618f9f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003215}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li:last-child {
  margin: 15px 0 0 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003217}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li:last-child a {
  border-bottom: 6px solid #ad131f;
  border-top: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003220}}
.landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li:last-child a:first-line {
  color: #ad131f;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003232}}
.landing .wrapper .wrapperCenter .mobileSearch {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003236}}
.landing .wrapper .wrapperCenter .mobileQuicklinks {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteLanding\.scss}line{font-family:\00003243}}
.landing .wrapper .wrapperBottom .inner .bottomSubmenu,
.landing .wrapper .wrapperBottom .inner .bottomTools {
  display: none;
}

/** Special Microsite Styles **/
/*
Document   : _siteCity
Created on : 12.03.2014, 15:07:44
Author     : bkeim
Description:
Purpose of the stylesheet follows.
*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteCity\.scss}line{font-family:\0000311}}
body.city .wrapper header.wrapperHeader .wrapperHeaderBar {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNTc4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNDE1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #205783), color-stop(100%, #2d4159));
  background-image: -moz-linear-gradient(#205783, #2d4159);
  background-image: -webkit-linear-gradient(#205783, #2d4159);
  background-image: linear-gradient(#205783, #2d4159);
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteCity\.scss}line{font-family:\0000315}}
body.city .wrapper header.wrapperHeader .wrapperHeaderBar .inner .websiteSwitch {
  background: url("../images/common/bg_websiteSwitch.png") no-repeat 0% 100% scroll transparent;
  background-size: cover;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteCity\.scss}line{font-family:\0000326}}
body.city .wrapper .wrapperContent .innerContent .cm_elem .cm_elem_inner h2.cm_elem_bar,
body.city .wrapper .wrapperContent .innerContent .cm_elem .cm_elem_inner h3.cm_elem_bar {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNTc4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNDE1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #205783), color-stop(100%, #2d4159));
  background-image: -moz-linear-gradient(#205783, #2d4159);
  background-image: -webkit-linear-gradient(#205783, #2d4159);
  background-image: linear-gradient(#205783, #2d4159);
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteCity\.scss}line{font-family:\0000330}}
body.city .wrapper .wrapperContent .innerContent .cm_elem .cm_elem_inner h2.cm_elem_bar a,
body.city .wrapper .wrapperContent .innerContent .cm_elem .cm_elem_inner h3.cm_elem_bar a {
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteCity\.scss}line{font-family:\0000337}}
body.city .wrapper .wrapperContent .innerContent .cm_elem .cm_elem_inner .boxTxt table tr th {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNTc4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNDE1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #205783), color-stop(100%, #2d4159));
  background-image: -moz-linear-gradient(#205783, #2d4159);
  background-image: -webkit-linear-gradient(#205783, #2d4159);
  background-image: linear-gradient(#205783, #2d4159);
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteCity\.scss}line{font-family:\0000347}}
body.city .wrapper .wrapperContent .innerContent .cm_elem.cm_elem_bar .cm_elem_inner ul {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNTc4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNDE1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #205783), color-stop(100%, #2d4159));
  background-image: -moz-linear-gradient(#205783, #2d4159);
  background-image: -webkit-linear-gradient(#205783, #2d4159);
  background-image: linear-gradient(#205783, #2d4159);
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteCity\.scss}line{font-family:\0000355}}
body.city .wrapper .wrapperContent .innerContent .ui-widget-header .ui-state-active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNTc4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNDE1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #205783), color-stop(100%, #2d4159));
  background-image: -moz-linear-gradient(#205783, #2d4159);
  background-image: -webkit-linear-gradient(#205783, #2d4159);
  background-image: linear-gradient(#205783, #2d4159);
  color: #FFFFFF;
}

/*
Document   : _siteTourismus
Created on : 12.03.2014, 15:08:11
Author     : bkeim
Description:
Purpose of the stylesheet follows.
*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteTourismus\.scss}line{font-family:\0000311}}
body.tourismus .wrapper header.wrapperHeader .wrapperHeaderBar {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlMTExZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjMDAwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ae111d), color-stop(100%, #6c0001));
  background-image: -moz-linear-gradient(#ae111d, #6c0001);
  background-image: -webkit-linear-gradient(#ae111d, #6c0001);
  background-image: linear-gradient(#ae111d, #6c0001);
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteTourismus\.scss}line{font-family:\0000315}}
body.tourismus .wrapper header.wrapperHeader .wrapperHeaderBar .inner .websiteSwitch {
  background: url("../images/common/bg_websiteSwitch.png") no-repeat 0% 0% scroll transparent;
  background-size: cover;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteTourismus\.scss}line{font-family:\0000326}}
body.tourismus .wrapper .wrapperContent .innerContent .cm_elem .cm_elem_inner h2.cm_elem_bar {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlMTExZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjMDAwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ae111d), color-stop(100%, #6c0001));
  background-image: -moz-linear-gradient(#ae111d, #6c0001);
  background-image: -webkit-linear-gradient(#ae111d, #6c0001);
  background-image: linear-gradient(#ae111d, #6c0001);
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteTourismus\.scss}line{font-family:\0000329}}
body.tourismus .wrapper .wrapperContent .innerContent .cm_elem .cm_elem_inner h2.cm_elem_bar a {
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteTourismus\.scss}line{font-family:\0000336}}
body.tourismus .wrapper .wrapperContent .innerContent .cm_elem .cm_elem_inner .boxTxt table tr th {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlMTExZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjMDAwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ae111d), color-stop(100%, #6c0001));
  background-image: -moz-linear-gradient(#ae111d, #6c0001);
  background-image: -webkit-linear-gradient(#ae111d, #6c0001);
  background-image: linear-gradient(#ae111d, #6c0001);
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteTourismus\.scss}line{font-family:\0000346}}
body.tourismus .wrapper .wrapperContent .innerContent .cm_elem.cm_elem_bar .cm_elem_inner ul {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlMTExZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjMDAwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ae111d), color-stop(100%, #6c0001));
  background-image: -moz-linear-gradient(#ae111d, #6c0001);
  background-image: -webkit-linear-gradient(#ae111d, #6c0001);
  background-image: linear-gradient(#ae111d, #6c0001);
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteTourismus\.scss}line{font-family:\0000355}}
body.tourismus .wrapper .wrapperContent .innerContent .cm_elem.cm_elem_sitemap ul.navigation li a {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlMTExZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjMDAwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ae111d), color-stop(100%, #6c0001));
  background-image: -moz-linear-gradient(#ae111d, #6c0001);
  background-image: -webkit-linear-gradient(#ae111d, #6c0001);
  background-image: linear-gradient(#ae111d, #6c0001);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteTourismus\.scss}line{font-family:\0000360}}
body.tourismus .wrapper .wrapperContent .innerContent .cm_elem.cm_elem_sitemap ul.navigation li ul.level_2 li a {
  background: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteTourismus\.scss}line{font-family:\0000371}}
body.tourismus .wrapper .wrapperContent .innerContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_head .result_head_inner {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlMTExZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjMDAwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ae111d), color-stop(100%, #6c0001));
  background-image: -moz-linear-gradient(#ae111d, #6c0001);
  background-image: -webkit-linear-gradient(#ae111d, #6c0001);
  background-image: linear-gradient(#ae111d, #6c0001);
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_siteTourismus\.scss}line{font-family:\0000380}}
body.tourismus .wrapper .wrapperContent .innerContent .ui-widget-header .ui-state-active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FlMTExZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZjMDAwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ae111d), color-stop(100%, #6c0001));
  background-image: -moz-linear-gradient(#ae111d, #6c0001);
  background-image: -webkit-linear-gradient(#ae111d, #6c0001);
  background-image: linear-gradient(#ae111d, #6c0001);
  color: #FFFFFF;
}

/* Desktop */
@media all and (min-width: 980px) {
  /*
  Document   : desktop
  Created on : 12.02.2014, 11:23:48
  Author     : bkeim
  Description:
  Purpose of the stylesheet follows.
  */
}
/** Netbooks **/
@media all and (min-width: 620px) and (max-width: 979px) {
  /*
  Document   : defaultPad
  Created on : 12.02.2014, 11:24:29
  Author     : bkeim
  */
  /** ******************* **
   ** Main Wrapper Styles **
   ** ******************* **/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\000039}}
  .wrapper {
    padding: 190px 0 50px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000311}}
  .wrapper header.wrapperHeader {
    height: 190px;
    margin-top: -190px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000314}}
  .wrapper header.wrapperHeader .inner {
    height: 98px;
    top: 60px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000317}}
  .wrapper header.wrapperHeader .inner .slogan {
    top: -40px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000320}}
  .wrapper header.wrapperHeader .inner .navMain {
    top: 35px;
    /*max-width: none;*/
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000324}}
  .wrapper header.wrapperHeader .inner .navMain ul li {
    border-top: 1px dotted #48687c;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000326}}
  .wrapper header.wrapperHeader .inner .navMain ul li ul.level_2 {
    top: 45px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000328}}
  .wrapper header.wrapperHeader .inner .navMain ul li ul.level_2 li {
    border-top: 0 none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000335}}
  .wrapper header.wrapperHeader .inner .logo {
    top: -65px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000340}}
  .wrapper header.wrapperHeader .wrapperHeaderBar .inner {
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000342}}
  .wrapper header.wrapperHeader .wrapperHeaderBar .inner .websiteSlogan {
    /*padding: 5px 10px;*/
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000352}}
  .wrapper .wrapperCenter .wrapperContentHeader {
    border-left: 0px none;
    border-right: 0px none;
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000357}}
  .wrapper .wrapperCenter .wrapperContentHeader .header .left {
    width: 38%;
    min-width: 200px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000361}}
  .wrapper .wrapperCenter .wrapperContentHeader .header .right {
    width: 62%;
    /*max-width: 400px;*/
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000366}}
  .wrapper .wrapperCenter .wrapperContentHeader nav.navBreadcrumb {
    padding: 5px 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000370}}
  .wrapper .wrapperCenter .wrapperContent {
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000374}}
  .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain .inner {
    padding: 0 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000378}}
  .wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom {
    border-right: 0 none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\0000384}}
  .wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom .cm_elem .cm_elem_inner .left {
    margin-right: 0;
  }

  /** ******************* **
   ** ContentElement Styles **
   ** ******************* **/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\00003110}}
  .wrapperContent .cm_elem.cm_elem_style_compact .cm_elem_inner .left {
    float: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\00003115}}
  .wrapperContent .cm_elem.cm_elem_style_compact:nth-child(even) {
    border-right: 1px dotted #48687c;
    padding: 0px 1.85% 10px 0px;
    width: 48%;
    float: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\00003121}}
  .wrapperContent .cm_elem.cm_elem_style_compact:nth-child(odd) {
    padding: 0px 0 10px 1.85%;
    width: 48%;
    float: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\00003130}}
  .wrapperContent .cm_elem.cm_elem_bar .cm_elem_inner ul li a {
    padding: 5px 20%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\00003147}}
  .landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain {
    display: block;
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\00003151}}
  .landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li {
    width: 44%;
    padding: 0 5% 0 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\00003155}}
  .landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li:last-child {
    padding: 0 4% 0 2%;
    margin: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\00003160}}
  .landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li a {
    height: initial;
    font-size: 1.7em;
    width: initial;
    max-width: initial;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultPad\.scss}line{font-family:\00003167}}
  .landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li:last-child {
    padding: 0 0 0 1%;
    margin: 0px;
  }
}
/** Mobiles **/
/*@media all and (max-width: 670px) {*/
@media all and (max-width: 619px) {
  /*
  Document   : defaultMobile
  Created on : 12.02.2014, 11:24:50
  Author     : bkeim
  Description:
  Purpose of the stylesheet follows.
  */
  /** ******************* **
   ** Main Wrapper Styles **
   ** ******************* **/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000312}}
  .wrapper {
    padding: 115px 0 50px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000314}}
  .wrapper .wrapperHeader {
    height: 115px;
    margin-top: -115px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000317}}
  .wrapper .wrapperHeader .inner {
    height: 43px;
    /*top: 55px;*/
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000320}}
  .wrapper .wrapperHeader .inner .slogan {
    top: 20px;
    font-size: 1.4em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000324}}
  .wrapper .wrapperHeader .inner .navMain {
    /*top: 0px;*/
    /*z-index: 10;*/
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000328}}
  .wrapper .wrapperHeader .inner .navMain a.navBarMobile {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZWFlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4eaee), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(#e4eaee, #ffffff);
    background-image: -webkit-linear-gradient(#e4eaee, #ffffff);
    background-image: linear-gradient(#e4eaee, #ffffff);
    border-right: 1px dotted #48687c;
    border-bottom: 1px dotted #48687c;
    display: inline-table;
    padding: 14px 10px 11px;
    color: #2e4250;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 0.165em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000340}}
  .wrapper .wrapperHeader .inner .navMain ul.pmenu {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZWFlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #e4eaee), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(left top, #e4eaee, #ffffff);
    background-image: -webkit-linear-gradient(left top, #e4eaee, #ffffff);
    background-image: linear-gradient(to right bottom, #e4eaee, #ffffff);
    /*display: block;*/
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000344}}
  .wrapper .wrapperHeader .inner .navMain ul.pmenu li {
    /*background: none transparent;*/
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    display: list-item;
    padding: 0 0 0 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000349}}
  .wrapper .wrapperHeader .inner .navMain ul.pmenu li a {
    border-bottom: 1px solid #48687c;
    border-right: 0 none;
    display: block;
    height: auto;
    padding: 10px 10px;
    max-width: none;
    font-size: 1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000358}}
  .wrapper .wrapperHeader .inner .navMain ul.pmenu li ul.level_2 {
    position: relative;
    top: 0;
    left: 0;
    min-height: none;
    display: none;
    width: auto;
    padding: 0 0 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000366}}
  .wrapper .wrapperHeader .inner .navMain ul.pmenu li ul.level_2 li {
    border-right: 0 none;
    display: list-item;
    max-width: none;
    padding: 0 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000371}}
  .wrapper .wrapperHeader .inner .navMain ul.pmenu li ul.level_2 li a {
    border-bottom: 1px dotted #48687c;
    display: block;
    width: auto;
    padding: 10px 10px;
    font-size: 1em;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000378}}
  .wrapper .wrapperHeader .inner .navMain ul.pmenu li ul.level_2 li ul.level_3 {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000380}}
  .wrapper .wrapperHeader .inner .navMain ul.pmenu li ul.level_2 li ul.level_3 li {
    padding: 0px 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000382}}
  .wrapper .wrapperHeader .inner .navMain ul.pmenu li ul.level_2 li ul.level_3 li a {
    background: url("../images/common/icn_arrow.png") no-repeat scroll 0px 13px transparent;
    padding: 10px 10px 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000390}}
  .wrapper .wrapperHeader .inner .navMain ul.pmenu li ul.level_2 li:last-child a {
    border-bottom: 0 none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\0000397}}
  .wrapper .wrapperHeader .inner .navMain ul.pmenu li:last-child ul.level_2 {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003105}}
  .wrapper .wrapperHeader .inner .navMain:hover ul.pmenu,
  .wrapper .wrapperHeader .inner .navMain:focus ul.pmenu {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003107}}
  .wrapper .wrapperHeader .inner .navMain:hover ul.pmenu li,
  .wrapper .wrapperHeader .inner .navMain:focus ul.pmenu li {
    display: list-item;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003109}}
  .wrapper .wrapperHeader .inner .navMain:hover ul.pmenu li ul.level_2,
  .wrapper .wrapperHeader .inner .navMain:focus ul.pmenu li ul.level_2 {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003114}}
  .wrapper .wrapperHeader .inner .navMain:hover ul.pmenu li:hover ul.level_2, .wrapper .wrapperHeader .inner .navMain:hover ul.pmenu li:focus ul.level_2,
  .wrapper .wrapperHeader .inner .navMain:focus ul.pmenu li:hover ul.level_2,
  .wrapper .wrapperHeader .inner .navMain:focus ul.pmenu li:focus ul.level_2 {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003117}}
  .wrapper .wrapperHeader .inner .navMain:hover ul.pmenu li:hover ul.level_2 li:hover ul.level_3, .wrapper .wrapperHeader .inner .navMain:hover ul.pmenu li:hover ul.level_2 li:focus ul.level_3, .wrapper .wrapperHeader .inner .navMain:hover ul.pmenu li:focus ul.level_2 li:hover ul.level_3, .wrapper .wrapperHeader .inner .navMain:hover ul.pmenu li:focus ul.level_2 li:focus ul.level_3,
  .wrapper .wrapperHeader .inner .navMain:focus ul.pmenu li:hover ul.level_2 li:hover ul.level_3,
  .wrapper .wrapperHeader .inner .navMain:focus ul.pmenu li:hover ul.level_2 li:focus ul.level_3,
  .wrapper .wrapperHeader .inner .navMain:focus ul.pmenu li:focus ul.level_2 li:hover ul.level_3,
  .wrapper .wrapperHeader .inner .navMain:focus ul.pmenu li:focus ul.level_2 li:focus ul.level_3 {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003127}}
  .wrapper .wrapperHeader .logo {
    top: -30px;
    width: 180px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003132}}
  .wrapper .wrapperHeader .wrapperHeaderBar .inner {
    padding: 0px 0px 0px 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003134}}
  .wrapper .wrapperHeader .wrapperHeaderBar .inner .websiteSlogan {
    padding: 5px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003146}}
  .wrapper .wrapperCenter .wrapperContentHeader {
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003148}}
  .wrapper .wrapperCenter .wrapperContentHeader .header {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003151}}
  .wrapper .wrapperCenter .wrapperContentHeader .navBreadcrumb {
    padding: 5px 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003155}}
  .wrapper .wrapperCenter .wrapperContent {
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003157}}
  .wrapper .wrapperCenter .wrapperContent .innerContent {
    display: block;
    padding: 10px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003160}}
  .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain {
    display: block;
    max-width: none;
    width: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003164}}
  .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain .inner {
    padding: 0 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003168}}
  .wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom {
    border-left: 0 none;
    border-right: 0 none;
    display: block;
    max-width: none;
    width: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003174}}
  .wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom .inner {
    padding: 0 10px;
  }

  /** ******************* **
   ** ContentElement Styles **
   ** ******************* **/
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003195}}
  .wrapperContent .cm_elem .cm_elem_inner .boxTxt .left,
  .wrapperContent .cm_elem .cm_elem_inner .boxTxt .right {
    float: none;
    margin: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003202}}
  .wrapperContent .cm_elem.cm_elem_style_compact {
    /*			border-right: 0 none;
    			width: auto;
    			float: none;
    			padding: 0 0 10px;*/
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003210}}
  .wrapperContent .cm_elem.cm_elem_style_compact .cm_elem_inner .boxImg.left {
    /*margin-right: 10px;*/
    float: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003217}}
  .wrapperContent .cm_elem.cm_elem_style_compact:nth-child(even) {
    border-right: 0 none;
    padding: 0px 0 10px 0px;
    width: 100%;
    float: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003223}}
  .wrapperContent .cm_elem.cm_elem_style_compact:nth-child(odd) {
    padding: 0px 0 10px 0;
    width: 100%;
    float: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003233}}
  .wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner {
    display: inline-block;
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003237}}
  .wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner .result_left {
    display: inline-block;
    width: 48%;
    float: left;
    text-align: left;
    margin-bottom: 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003244}}
  .wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner .result_center,
  .wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner .result_right {
    display: inline-block;
    width: 45%;
    float: left;
    text-align: left;
    padding: 0 5px 0 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003252}}
  .wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner .result_center a.web,
  .wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner .result_center a.mail,
  .wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner .result_right a.web,
  .wrapperContent .cm_elem.cm_elem_gaList .cm_elem_inner .result_box .result_box_inner .result_right a.mail {
    white-space: normal;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003270}}
  .landing .wrapper header .wrapperHeaderBar {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwNTc4MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkNDE1OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #205783), color-stop(100%, #2d4159));
    background-image: -moz-linear-gradient(#205783, #2d4159);
    background-image: -webkit-linear-gradient(#205783, #2d4159);
    background-image: linear-gradient(#205783, #2d4159);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003275}}
  .landing .wrapper .wrapperCenter .wrapperContentHeader {
    max-width: 980px;
    padding-right: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003279}}
  .landing .wrapper .wrapperCenter .wrapperContentHeader .header {
    max-width: 980px;
    padding: 0 10px;
    box-sizing: border-box;
    display: inline-table;
    background: url("../images/common/bg_dot.gif") repeat 0 0 scroll transparent;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003306}}
  .landing .wrapper .wrapperCenter .wrapperContentHeader .header .left {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003309}}
  .landing .wrapper .wrapperCenter .wrapperContentHeader .header .right {
    border-left: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003318}}
  .landing .wrapper .wrapperCenter .wrapperContent {
    min-height: 70px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003321}}
  .landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntCustom {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003324}}
  .landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain {
    display: block;
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003328}}
  .landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li {
    width: 44%;
    padding: 0 2% 0 4%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003332}}
  .landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li:last-child {
    padding: 0 4% 0 2%;
    margin: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003337}}
  .landing .wrapper .wrapperCenter .wrapperContent .innerContent .cntMain ul li a {
    font-size: 1em;
    font-weight: normal;
    line-height: 150%;
    float: left;
    height: 94px;
    width: 100%;
    max-width: 242px;
    padding: 20px;
    box-sizing: border-box;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003354}}
  .landing .wrapper .wrapperCenter .mobileSearch {
    display: block;
    width: 100%;
    margin: 25px 0% 20px 5%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003359}}
  .landing .wrapper .wrapperCenter .mobileSearch .cm_elem_form {
    width: 90%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003363}}
  .landing .wrapper .wrapperCenter .mobileSearch h2 {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003367}}
  .landing .wrapper .wrapperCenter .mobileSearch .searchtext {
    padding-right: 35px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003371}}
  .landing .wrapper .wrapperCenter .mobileSearch input[type="text"] {
    width: 100%;
    height: 13px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003376}}
  .landing .wrapper .wrapperCenter .mobileSearch input[type="submit"] {
    width: 35px;
    margin: 0;
    background: url("../images/common/search_btn_blue.png") no-repeat;
    border: 0px;
    background-color: none;
    cursor: pointer;
    outline: 0;
    float: right;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003388}}
  .landing .wrapper .wrapperCenter .mobileQuicklinks {
    display: block;
    background: #bed2db;
    padding: 25px 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003393}}
  .landing .wrapper .wrapperCenter .mobileQuicklinks h2 {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003398}}
  .landing .wrapper .wrapperCenter .mobileQuicklinks ul li {
    border-bottom: 0px;
    list-style-image: none;
    background: url("../images/common/arrow_red_right.png") 0 34% no-repeat;
    padding: 0 0 0 18px;
    margin: 0 0 8px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003405}}
  .landing .wrapper .wrapperCenter .mobileQuicklinks ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 130%;
    font-weight: 200;
    font-family: Helvetica, sans-serif;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/Volumes\/Workspace\/NetBeansProjects\/breisach\/protected\/sass\/default\/_defaultMobile\.scss}line{font-family:\00003421}}
  .landing .wrapper .wrapperBottom .inner .bottomSubmenu,
  .landing .wrapper .wrapperBottom .inner .bottomTools {
    display: none;
  }
}


.service-further-info-box ul {
    list-style: none !important;
    list-style-position: unset !important;
    padding: 0;
    left: 0 !important;
}

.service-further-info-box ul li {
    /* padding-left: 0 !important; */
    list-style-image: url("/images/common/icn_arrow.png") !important;
    list-style-position: inside !important;
}