@charset "UTF-8";
/* External Libaries */
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.33333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.14286em;
  text-align: right;
  padding-right: 0.28571em; }
  [class^="icon-"].icon-fixed-width.icon-large,
  [class*=" icon-"].icon-fixed-width.icon-large {
    width: 1.42857em; }

.icons-ul {
  margin-left: 2.14286em;
  list-style-type: none; }
  .icons-ul > li {
    position: relative; }
  .icons-ul .icon-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    text-align: center;
    line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: white; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }
  .icon-2x.icon-border {
    border-width: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }

.icon-3x {
  font-size: 3em; }
  .icon-3x.icon-border {
    border-width: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }

.icon-4x {
  font-size: 4em; }
  .icon-4x.icon-border {
    border-width: 4px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.icon-5x {
  font-size: 5em; }
  .icon-5x.icon-border {
    border-width: 5px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large, .nav [class^="icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }
.btn [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin, .nav [class^="icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"], .nav-tabs [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"],
.nav-tabs [class*=" icon-"].icon-large, .nav-pills [class^="icon-"], .nav-pills [class^="icon-"].icon-large,
.nav-pills [class*=" icon-"],
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-top: .05em; }
  .btn.btn-large [class^="icon-"].pull-left.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
    margin-right: .2em; }
  .btn.btn-large [class^="icon-"].pull-right.icon-2x,
  .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
    margin-left: .2em; }

/* Fixes alignment in nav lists */
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  line-height: inherit; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }
  .icon-stack [class^="icon-"],
  .icon-stack [class*=" icon-"] {
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 1em;
    line-height: inherit;
    *line-height: 2em; }
  .icon-stack .icon-stack-base {
    font-size: 2em;
    *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

/* Prevent stack and spinners from being taken inline when inside a link */
a .icon-stack,
a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 * readers do not read off random characters that represent icons */
.icon-glass:before {
  content: ""; }

.icon-music:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-envelope-alt:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-star-empty:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-film:before {
  content: ""; }

.icon-th-large:before {
  content: ""; }

.icon-th:before {
  content: ""; }

.icon-th-list:before {
  content: ""; }

.icon-ok:before {
  content: ""; }

.icon-remove:before {
  content: ""; }

.icon-zoom-in:before {
  content: ""; }

.icon-zoom-out:before {
  content: ""; }

.icon-power-off:before,
.icon-off:before {
  content: ""; }

.icon-signal:before {
  content: ""; }

.icon-gear:before,
.icon-cog:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-home:before {
  content: ""; }

.icon-file-alt:before {
  content: ""; }

.icon-time:before {
  content: ""; }

.icon-road:before {
  content: ""; }

.icon-download-alt:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-inbox:before {
  content: ""; }

.icon-play-circle:before {
  content: ""; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: ""; }

.icon-refresh:before {
  content: ""; }

.icon-list-alt:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-flag:before {
  content: ""; }

.icon-headphones:before {
  content: ""; }

.icon-volume-off:before {
  content: ""; }

.icon-volume-down:before {
  content: ""; }

.icon-volume-up:before {
  content: ""; }

.icon-qrcode:before {
  content: ""; }

.icon-barcode:before {
  content: ""; }

.icon-tag:before {
  content: ""; }

.icon-tags:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-print:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-font:before {
  content: ""; }

.icon-bold:before {
  content: ""; }

.icon-italic:before {
  content: ""; }

.icon-text-height:before {
  content: ""; }

.icon-text-width:before {
  content: ""; }

.icon-align-left:before {
  content: ""; }

.icon-align-center:before {
  content: ""; }

.icon-align-right:before {
  content: ""; }

.icon-align-justify:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-indent-left:before {
  content: ""; }

.icon-indent-right:before {
  content: ""; }

.icon-facetime-video:before {
  content: ""; }

.icon-picture:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

.icon-adjust:before {
  content: ""; }

.icon-tint:before {
  content: ""; }

.icon-edit:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-move:before {
  content: ""; }

.icon-step-backward:before {
  content: ""; }

.icon-fast-backward:before {
  content: ""; }

.icon-backward:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-stop:before {
  content: ""; }

.icon-forward:before {
  content: ""; }

.icon-fast-forward:before {
  content: ""; }

.icon-step-forward:before {
  content: ""; }

.icon-eject:before {
  content: ""; }

.icon-chevron-left:before {
  content: ""; }

.icon-chevron-right:before {
  content: ""; }

.icon-plus-sign:before {
  content: ""; }

.icon-minus-sign:before {
  content: ""; }

.icon-remove-sign:before {
  content: ""; }

.icon-ok-sign:before {
  content: ""; }

.icon-question-sign:before {
  content: ""; }

.icon-info-sign:before {
  content: ""; }

.icon-screenshot:before {
  content: ""; }

.icon-remove-circle:before {
  content: ""; }

.icon-ok-circle:before {
  content: ""; }

.icon-ban-circle:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-mail-forward:before,
.icon-share-alt:before {
  content: ""; }

.icon-resize-full:before {
  content: ""; }

.icon-resize-small:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-asterisk:before {
  content: ""; }

.icon-exclamation-sign:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

.icon-leaf:before {
  content: ""; }

.icon-fire:before {
  content: ""; }

.icon-eye-open:before {
  content: ""; }

.icon-eye-close:before {
  content: ""; }

.icon-warning-sign:before {
  content: ""; }

.icon-plane:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-random:before {
  content: ""; }

.icon-comment:before {
  content: ""; }

.icon-magnet:before {
  content: ""; }

.icon-chevron-up:before {
  content: ""; }

.icon-chevron-down:before {
  content: ""; }

.icon-retweet:before {
  content: ""; }

.icon-shopping-cart:before {
  content: ""; }

.icon-folder-close:before {
  content: ""; }

.icon-folder-open:before {
  content: ""; }

.icon-resize-vertical:before {
  content: ""; }

.icon-resize-horizontal:before {
  content: ""; }

.icon-bar-chart:before {
  content: ""; }

.icon-twitter-sign:before {
  content: ""; }

.icon-facebook-sign:before {
  content: ""; }

.icon-camera-retro:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-gears:before,
.icon-cogs:before {
  content: ""; }

.icon-comments:before {
  content: ""; }

.icon-thumbs-up-alt:before {
  content: ""; }

.icon-thumbs-down-alt:before {
  content: ""; }

.icon-star-half:before {
  content: ""; }

.icon-heart-empty:before {
  content: ""; }

.icon-signout:before {
  content: ""; }

.icon-linkedin-sign:before {
  content: ""; }

.icon-pushpin:before {
  content: ""; }

.icon-external-link:before {
  content: ""; }

.icon-signin:before {
  content: ""; }

.icon-trophy:before {
  content: ""; }

.icon-github-sign:before {
  content: ""; }

.icon-upload-alt:before {
  content: ""; }

.icon-lemon:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-unchecked:before,
.icon-check-empty:before {
  content: ""; }

.icon-bookmark-empty:before {
  content: ""; }

.icon-phone-sign:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-github:before {
  content: ""; }

.icon-unlock:before {
  content: ""; }

.icon-credit-card:before {
  content: ""; }

.icon-rss:before {
  content: ""; }

.icon-hdd:before {
  content: ""; }

.icon-bullhorn:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-certificate:before {
  content: ""; }

.icon-hand-right:before {
  content: ""; }

.icon-hand-left:before {
  content: ""; }

.icon-hand-up:before {
  content: ""; }

.icon-hand-down:before {
  content: ""; }

.icon-circle-arrow-left:before {
  content: ""; }

.icon-circle-arrow-right:before {
  content: ""; }

.icon-circle-arrow-up:before {
  content: ""; }

.icon-circle-arrow-down:before {
  content: ""; }

.icon-globe:before {
  content: ""; }

.icon-wrench:before {
  content: ""; }

.icon-tasks:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-fullscreen:before {
  content: ""; }

.icon-group:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-cloud:before {
  content: ""; }

.icon-beaker:before {
  content: ""; }

.icon-cut:before {
  content: ""; }

.icon-copy:before {
  content: ""; }

.icon-paperclip:before,
.icon-paper-clip:before {
  content: ""; }

.icon-save:before {
  content: ""; }

.icon-sign-blank:before {
  content: ""; }

.icon-reorder:before {
  content: ""; }

.icon-list-ul:before {
  content: ""; }

.icon-list-ol:before {
  content: ""; }

.icon-strikethrough:before {
  content: ""; }

.icon-underline:before {
  content: ""; }

.icon-table:before {
  content: ""; }

.icon-magic:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-pinterest-sign:before {
  content: ""; }

.icon-google-plus-sign:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-money:before {
  content: ""; }

.icon-caret-down:before {
  content: ""; }

.icon-caret-up:before {
  content: ""; }

.icon-caret-left:before {
  content: ""; }

.icon-caret-right:before {
  content: ""; }

.icon-columns:before {
  content: ""; }

.icon-sort:before {
  content: ""; }

.icon-sort-down:before {
  content: ""; }

.icon-sort-up:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-rotate-left:before,
.icon-undo:before {
  content: ""; }

.icon-legal:before {
  content: ""; }

.icon-dashboard:before {
  content: ""; }

.icon-comment-alt:before {
  content: ""; }

.icon-comments-alt:before {
  content: ""; }

.icon-bolt:before {
  content: ""; }

.icon-sitemap:before {
  content: ""; }

.icon-umbrella:before {
  content: ""; }

.icon-paste:before {
  content: ""; }

.icon-lightbulb:before {
  content: ""; }

.icon-exchange:before {
  content: ""; }

.icon-cloud-download:before {
  content: ""; }

.icon-cloud-upload:before {
  content: ""; }

.icon-user-md:before {
  content: ""; }

.icon-stethoscope:before {
  content: ""; }

.icon-suitcase:before {
  content: ""; }

.icon-bell-alt:before {
  content: ""; }

.icon-coffee:before {
  content: ""; }

.icon-food:before {
  content: ""; }

.icon-file-text-alt:before {
  content: ""; }

.icon-building:before {
  content: ""; }

.icon-hospital:before {
  content: ""; }

.icon-ambulance:before {
  content: ""; }

.icon-medkit:before {
  content: ""; }

.icon-fighter-jet:before {
  content: ""; }

.icon-beer:before {
  content: ""; }

.icon-h-sign:before {
  content: ""; }

.icon-plus-sign-alt:before {
  content: ""; }

.icon-double-angle-left:before {
  content: ""; }

.icon-double-angle-right:before {
  content: ""; }

.icon-double-angle-up:before {
  content: ""; }

.icon-double-angle-down:before {
  content: ""; }

.icon-angle-left:before {
  content: ""; }

.icon-angle-right:before {
  content: ""; }

.icon-angle-up:before {
  content: ""; }

.icon-angle-down:before {
  content: ""; }

.icon-desktop:before {
  content: ""; }

.icon-laptop:before {
  content: ""; }

.icon-tablet:before {
  content: ""; }

.icon-mobile-phone:before {
  content: ""; }

.icon-circle-blank:before {
  content: ""; }

.icon-quote-left:before {
  content: ""; }

.icon-quote-right:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

.icon-circle:before {
  content: ""; }

.icon-mail-reply:before,
.icon-reply:before {
  content: ""; }

.icon-github-alt:before {
  content: ""; }

.icon-folder-close-alt:before {
  content: ""; }

.icon-folder-open-alt:before {
  content: ""; }

.icon-expand-alt:before {
  content: ""; }

.icon-collapse-alt:before {
  content: ""; }

.icon-smile:before {
  content: ""; }

.icon-frown:before {
  content: ""; }

.icon-meh:before {
  content: ""; }

.icon-gamepad:before {
  content: ""; }

.icon-keyboard:before {
  content: ""; }

.icon-flag-alt:before {
  content: ""; }

.icon-flag-checkered:before {
  content: ""; }

.icon-terminal:before {
  content: ""; }

.icon-code:before {
  content: ""; }

.icon-reply-all:before {
  content: ""; }

.icon-mail-reply-all:before {
  content: ""; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: ""; }

.icon-location-arrow:before {
  content: ""; }

.icon-crop:before {
  content: ""; }

.icon-code-fork:before {
  content: ""; }

.icon-unlink:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-exclamation:before {
  content: ""; }

.icon-superscript:before {
  content: ""; }

.icon-subscript:before {
  content: ""; }

.icon-eraser:before {
  content: ""; }

.icon-puzzle-piece:before {
  content: ""; }

.icon-microphone:before {
  content: ""; }

.icon-microphone-off:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-calendar-empty:before {
  content: ""; }

.icon-fire-extinguisher:before {
  content: ""; }

.icon-rocket:before {
  content: ""; }

.icon-maxcdn:before {
  content: ""; }

.icon-chevron-sign-left:before {
  content: ""; }

.icon-chevron-sign-right:before {
  content: ""; }

.icon-chevron-sign-up:before {
  content: ""; }

.icon-chevron-sign-down:before {
  content: ""; }

.icon-html5:before {
  content: ""; }

.icon-css3:before {
  content: ""; }

.icon-anchor:before {
  content: ""; }

.icon-unlock-alt:before {
  content: ""; }

.icon-bullseye:before {
  content: ""; }

.icon-ellipsis-horizontal:before {
  content: ""; }

.icon-ellipsis-vertical:before {
  content: ""; }

.icon-rss-sign:before {
  content: ""; }

.icon-play-sign:before {
  content: ""; }

.icon-ticket:before {
  content: ""; }

.icon-minus-sign-alt:before {
  content: ""; }

.icon-check-minus:before {
  content: ""; }

.icon-level-up:before {
  content: ""; }

.icon-level-down:before {
  content: ""; }

.icon-check-sign:before {
  content: ""; }

.icon-edit-sign:before {
  content: ""; }

.icon-external-link-sign:before {
  content: ""; }

.icon-share-sign:before {
  content: ""; }

.icon-compass:before {
  content: ""; }

.icon-collapse:before {
  content: ""; }

.icon-collapse-top:before {
  content: ""; }

.icon-expand:before {
  content: ""; }

.icon-euro:before,
.icon-eur:before {
  content: ""; }

.icon-gbp:before {
  content: ""; }

.icon-dollar:before,
.icon-usd:before {
  content: ""; }

.icon-rupee:before,
.icon-inr:before {
  content: ""; }

.icon-yen:before,
.icon-jpy:before {
  content: ""; }

.icon-renminbi:before,
.icon-cny:before {
  content: ""; }

.icon-won:before,
.icon-krw:before {
  content: ""; }

.icon-bitcoin:before,
.icon-btc:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-file-text:before {
  content: ""; }

.icon-sort-by-alphabet:before {
  content: ""; }

.icon-sort-by-alphabet-alt:before {
  content: ""; }

.icon-sort-by-attributes:before {
  content: ""; }

.icon-sort-by-attributes-alt:before {
  content: ""; }

.icon-sort-by-order:before {
  content: ""; }

.icon-sort-by-order-alt:before {
  content: ""; }

.icon-thumbs-up:before {
  content: ""; }

.icon-thumbs-down:before {
  content: ""; }

.icon-youtube-sign:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-xing-sign:before {
  content: ""; }

.icon-youtube-play:before {
  content: ""; }

.icon-dropbox:before {
  content: ""; }

.icon-stackexchange:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-adn:before {
  content: ""; }

.icon-bitbucket:before {
  content: ""; }

.icon-bitbucket-sign:before {
  content: ""; }

.icon-tumblr:before {
  content: ""; }

.icon-tumblr-sign:before {
  content: ""; }

.icon-long-arrow-down:before {
  content: ""; }

.icon-long-arrow-up:before {
  content: ""; }

.icon-long-arrow-left:before {
  content: ""; }

.icon-long-arrow-right:before {
  content: ""; }

.icon-apple:before {
  content: ""; }

.icon-windows:before {
  content: ""; }

.icon-android:before {
  content: ""; }

.icon-linux:before {
  content: ""; }

.icon-dribbble:before {
  content: ""; }

.icon-skype:before {
  content: ""; }

.icon-foursquare:before {
  content: ""; }

.icon-trello:before {
  content: ""; }

.icon-female:before {
  content: ""; }

.icon-male:before {
  content: ""; }

.icon-gittip:before {
  content: ""; }

.icon-sun:before {
  content: ""; }

.icon-moon:before {
  content: ""; }

.icon-archive:before {
  content: ""; }

.icon-bug:before {
  content: ""; }

.icon-vk:before {
  content: ""; }

.icon-weibo:before {
  content: ""; }

.icon-renren:before {
  content: ""; }

/* Include */
/** Mixin definition **/
/** Prefix Settings **/
#content .startTeaserNews {
  overflow: hidden; }
  #content .startTeaserNews .jCarousel {
    overflow: hidden;
    height: 189px; }
  #content .startTeaserNews .newsCarousel {
    width: 102.38589211%; }
    #content .startTeaserNews .newsCarousel div.element {
      display: block;
      height: 189px;
      position: relative; }
      #content .startTeaserNews .newsCarousel div.element a {
        display: block;
        width: 93%;
        margin-right: 7%;
        height: 100%;
        position: relative;
        overflow: hidden;
        background: url(/storage/template/newLayout_vorlage/img/bg-newsbilder.jpg) no-repeat 0 0; }
      #content .startTeaserNews .newsCarousel div.element .date {
        color: #58585a;
        font-weight: bold;
        font-size: 14px;
        background: url(/storage/template/newLayout_vorlage/img/bg_slider.png);
        width: 82px;
        height: 21px;
        padding: 4px 0 0 11px; }
      #content .startTeaserNews .newsCarousel div.element .header {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
        #content .startTeaserNews .newsCarousel div.element .header .inner {
          background: #e2001a;
          color: #fff;
          font-size: 18px;
          padding: 5px 10px 5px 10px;
          height: 60px;
          white-space: normal; }
        #content .startTeaserNews .newsCarousel div.element .header.onlyText .inner {
          height: auto; }
        #content .startTeaserNews .newsCarousel div.element .header.onlyText .date {
          background: none; }
        #content .startTeaserNews .newsCarousel div.element .header.onlyText .bodytext {
          background-color: #ebebeb;
          padding: 3px 10px 0px 10px;
          white-space: normal;
          font-size: 0.9em; }
        #content .startTeaserNews .newsCarousel div.element .header.onlyText {
          background-color: #ebebeb;
          top: 0;
          border-bottom: 7px solid  #ebebeb;
          overflow: hidden;
          height: 182px; }
      #content .startTeaserNews .newsCarousel div.element img {
        margin: 0 auto;
        display: block; }

#tx_slidebar_spenden .headline h3 {
  width: 376px; }
#tx_slidebar_spenden .head .pic {
  max-width: 80%; }
#tx_slidebar_spenden .slidebarBGMobile {
  float: left;
  width: 260px;
  height: 30px;
  margin: 0 2px 0 0;
  padding: 0 0 0 10px;
  z-index: 1;
  display: block;
  position: absolute;
  left: -6000px; }
  #tx_slidebar_spenden .slidebarBGMobile:after {
    background: url("/storage/template/newLayout_vorlage/img/bc_slidebar_spenden.png") no-repeat scroll 24px 0 transparent;
    content: "";
    position: absolute;
    left: 125px;
    top: -115px;
    width: 30px;
    height: 260px;
    z-index: -1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  #tx_slidebar_spenden .slidebarBGMobile #slidebarMobile {
    width: 260px;
    margin-top: 10px !important;
    position: absolute;
    z-index: 4; }
    #tx_slidebar_spenden .slidebarBGMobile #slidebarMobile .knob {
      background: url("/storage/template/newLayout_vorlage/img/bc_slidebar_knob.png") no-repeat scroll 0 0 transparent;
      cursor: pointer;
      height: 29px;
      width: 35px;
      z-index: 3;
      margin-left: -2px;
      margin-top: 1px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
  #tx_slidebar_spenden .slidebarBGMobile .sb_redMobile {
    background-color: #e2001a;
    bottom: 1px;
    width: 100px;
    left: 10px;
    position: absolute;
    height: 4px;
    z-index: 2; }
#tx_slidebar_spenden.mobile .slidebarBGMobile {
  display: block;
  position: relative;
  left: auto; }
#tx_slidebar_spenden.mobile .slidebar_background {
  position: absolute;
  left: -6000px; }
#tx_slidebar_spenden.mobile .slidebar_values {
  padding-left: 20px; }
  #tx_slidebar_spenden.mobile .slidebar_values > div {
    float: right;
    width: 53px;
    margin-top: 0px !important; }
#tx_slidebar_spenden.mobile .head .pic {
  width: auto; }
#tx_slidebar_spenden.mobile .spenden_link {
  float: none;
  clear: both; }
#tx_slidebar_spenden.mobile h3 {
  width: 100%; }
#tx_slidebar_spenden.mobile .spenden_link a {
  margin-bottom: 15px;
  margin-top: 0; }
#tx_slidebar_spenden.mobile .head .pic {
  width: 100%;
  max-width: 100%; }

#slideshow-1,
#slideshow-2 {
  width: 100%;
  max-width: 600px;
  margin: auto; }
  #slideshow-1 *,
  #slideshow-2 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

#slideshow-1 {
  overflow: hidden;
  margin: 1em 0 1em 0;
  position: relative; }
  #slideshow-1 .cycle-prev {
    padding: 0.25em 0.25em 0.25em 0.1em;
    font-size: 4em;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 200;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.8); }
  #slideshow-1 .cycle-next {
    padding: 0.25em 0.1em 0.25em 0.25em;
    font-size: 4em;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 200;
    background-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.8); }
  #slideshow-1 #cycle-1 div {
    width: 100%; }
    #slideshow-1 #cycle-1 div.imgTagStdWrap {
      height: 100%; }
  #slideshow-1 #cycle-1 .imageRowStdWrap .csc-textpic-caption {
    width: 100%;
    display: block;
    background-color: #FFFFFF;
    padding: 0.5em; }
    #slideshow-1 #cycle-1 .imageRowStdWrap .csc-textpic-caption .csc-caption {
      font-size: 14px; }
  #slideshow-1 .cycle-slideshow img {
    margin: 0 auto;
    width: auto;
    height: auto;
    max-width: 100%;
    display: block; }
  #slideshow-1 .cycle-slideshow .csc-caption {
    font-style: normal;
    font-size: 14px; }

#slideshow-2 {
  margin: 0 0 1em 0; }
  #slideshow-2 #cycle-2 .cycle-slide {
    border: 3px solid #fff;
    cursor: pointer; }
  #slideshow-2 #cycle-2 .cycle-slide-active {
    border: 3px solid #e2001a; }
  #slideshow-2 .cycle-slideshow img {
    width: 100%;
    height: auto;
    max-height: 500px;
    display: block; }

@media screen and (max-width: 767px) {
  #slideshow-2 {
    display: none; } }
.contenttable {
  font-size: 14px;
  margin: 0 0 30px 0;
  width: 100%;
  border-collapse: collapse; }
  .contenttable thead {
    text-align: left;
    color: #e2001a;
    text-decoration: none;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 3px; }
    .contenttable thead th {
      padding: 2px; }
  .contenttable tr:nth-child(2n) {
    background-color: #dddddd; }
  .contenttable tr:nth-child(2n+1) {
    background-color: #fff; }
  .contenttable td {
    border: none;
    padding: 10px 2px; }
  .contenttable .td-0 {
    padding-left: 5px;
    max-width: 300px; }
  .contenttable .td-1 {
    max-width: 300px; }
  .contenttable .td-2 {
    max-width: 200px; }
  .contenttable .td-3 {
    max-width: 150px; }

.tx-m-ehrenamtdb .sDB_teaser {
  padding: 0.3em;
  overflow: hidden;
  margin-top: 1em;
  clear-after: both; }
  .tx-m-ehrenamtdb .sDB_teaser .col1, .tx-m-ehrenamtdb .sDB_teaser .col2 {
    float: left;
    width: 49%; }
  .tx-m-ehrenamtdb .sDB_teaser.odd {
    background-color: #d9dadb; }
  .tx-m-ehrenamtdb .sDB_teaser:after {
    clear: both; }

.tx-altkleider input[type="submit"] {
  clear: both; }

.tx-altkleider .sDB_teaser {
  margin-top: 0; }

.tx-altkleider .sDB_teaser .col1, .tx-altkleider .sDB_teaser .col2 {
  margin-bottom: 0; }

@media screen and (max-width: 500px) {
  .tx-m-ehrenamtdb .sDB_teaser .col1, .tx-m-ehrenamtdb .sDB_teaser .col2 {
    clear: both;
    width: 100%; } }
div.csc-textpic-imagecolumn.csc-textpic-lastcol,
td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image {
  margin-bottom: 10px; }

video.video-js,
object,
.video-js-box {
  width: 100% !important;
  height: auto !important; }

.dienste_kontaktblock {
  display: block;
  width: 100%;
  overflow: hidden; }
  .dienste_kontaktblock .col1,
  .dienste_kontaktblock .col2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    width: 100% !important; }
    @media (min-width: 769px) {
      .dienste_kontaktblock .col1,
      .dienste_kontaktblock .col2 {
        width: 50% !important; } }

#content-center .dienste_kontaktblock .col1 {
  width: 25% !important;
  padding-right: 15px; }
#content-center .dienste_kontaktblock .col2 {
  width: 75% !important; }

#content-right .dienste_kontaktblock .col1 {
  width: 100% !important;
  padding-right: 15px; }
#content-right .dienste_kontaktblock .col2 {
  width: 100% !important; }

.spenden_button_small.right,
#content-center .aktiv_werden_link.right {
  margin-left: auto !important; }

.spenden_button_small.left,
#content-center .aktiv_werden_link.left {
  margin-right: auto !important; }

* {
  color: inherit; }

body {
  -webkit-text-size-adjust: none; }

input, textarea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

:focus {
  outline-color: #e2001a; }

img {
  max-width: 100%;
  height: auto;
  width: auto; }

iframe {
  width: 100%;
  -webkit-overflow-scrolling: touch; }

.gm-style img {
  max-width: none; }

#wrapper {
  min-width: 280px; }

#header, #content, #footer_inner, #bg_fixed .center_wrapper {
  width: auto;
  max-width: 965px; }

#dontScrollThis {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 910; }

#mobilesearchform {
  height: 58px;
  background: #e6e6e6;
  padding: 0px 10px;
  position: relative;
  border-bottom: 4px solid #dddddd; }
  #mobilesearchform input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #mobilesearchform .sfield {
    border: none;
    border-radius: 0;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 35px 0px 5px;
    margin: 0;
    height: 30px;
    margin-top: 16px; }
  #mobilesearchform .sbutton {
    background: #e2001a url(/fileadmin/user_upload/storage/template/responsive_vorlage/img/lupe.png) no-repeat 2px 2px;
    background-size: 25px 25px;
    border: 0 none;
    cursor: pointer;
    float: left;
    font-size: 0;
    line-height: 0;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 16px;
    right: 10px; }

#content, body.startseite #content {
  margin-bottom: 0; }

#content {
  padding-bottom: 360px; }
  #content iframe {
    width: 100%; }

.spendenfooter {
  position: fixed;
  bottom: 0;
  z-index: 190;
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
  padding: 5px 0; }
  .spendenfooter .text1 {
    margin: 0; }
    .spendenfooter .text1 .icon-remove-sign {
      cursor: pointer;
      position: relative;
      margin-left: 15px; }
  .spendenfooter a {
    color: #FFFFFF;
    text-decoration: none; }
    .spendenfooter a:hover {
      text-decoration: underline; }

body.spendenFooterClosed #content {
  padding-bottom: 0px; }
body.spendenFooterClosed .spendenfooter {
  position: relative;
  margin-bottom: 360px; }
  body.spendenFooterClosed .spendenfooter .fa-icon {
    display: none; }

.csc-textpic .csc-textpic-imagewrap {
  max-width: 100%; }

.csc-textpic-intext-left > .csc-textpic-imagewrap, .csc-textpic-intext-left-nowrap > .csc-textpic-imagewrap, .csc-textpic-intext-right > .csc-textpic-imagewrap, .csc-textpic-intext-right-nowrap > .csc-textpic-imagewrap {
  max-width: 50%; }

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
  margin-right: 0px !important;
  border-right: 10px solid #fff; }

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap, DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
  margin-left: 0px !important;
  border-left: 10px solid #fff; }

.news-list-item .col1 {
  width: auto;
  float: none;
  padding-top: 0px; }
  .news-list-item .col1 img {
    display: block;
    width: 130px;
    float: left;
    padding-top: 5px; }
.news-list-item .col2 {
  float: none;
  width: auto; }

.news-single-item .single_image {
  max-width: 50%; }
  .news-single-item .single_image .news-single-imgcaption {
    max-width: 100%; }

.dienste .navi {
  width: 100%; }
  .dienste .navi div {
    width: 25%; }
    .dienste .navi div h3 {
      width: 100%; }
      .dienste .navi div h3 a {
        width: 100%; }
.dienste .navi_border {
  clear: both; }

.ergebnisse .searchresult {
  width: 100%; }

.themengebniss #Toptreffer, .dienstergebniss #Standortdienst, .dienstergebniss .ansprechpartnerregional, .dienstergebniss .ansprechpartnerlokal, #ehreamtvorort, #ehrenamtregional, .ansprechpartnerlokal {
  width: 100%; }

#shadowbox_overlay {
  height: 100% !important;
  position: fixed; }

#content input, #content textarea {
  display: block; }
#content label {
  clear: both; }
#content .checker + label, #content .radio + label, #content .powermail_check_inner label {
  clear: none; }

#zehnernavi {
  height: auto; }
  #zehnernavi .singlenavi {
    width: 20%;
    height: 45px; }
    #zehnernavi .singlenavi h3 {
      width: 100%; }
      #zehnernavi .singlenavi h3 a {
        width: 100%; }
  #zehnernavi:after {
    clear: both;
    content: "";
    display: block; }

.malteser-formular fieldset {
  width: 100%; }

.contentSpacer {
  margin-bottom: 0px; }

.tx-comments-comments h2 {
  margin-bottom: 11px; }

.spenden_button_small:hover {
  background-image: url("/fileadmin/user_upload/storage/template/newLayout_vorlage/img/button_klein_spenden_mo.jpg"); }
  .spenden_button_small:hover a {
    background: none; }

#content-center div.aktiv_werden_link:hover {
  background-image: url("/fileadmin/user_upload/storage/template/newLayout_vorlage/img/button_klein_aktiv_werden_mo.jpg"); }
  #content-center div.aktiv_werden_link:hover a {
    background: none; }

.table-dienste table td {
  line-height: normal; }

#logo img {
  max-width: 175px; }

#navi_button {
  background: #e2001a url(/fileadmin/user_upload/storage/template/responsive_vorlage/img/navi_arrow.png) no-repeat 139px 5px;
  background-size: 13px 14px; }

#search #quicksearchform .sbutton,
#content #maltesersuche .sbutton, #content #maltesersuche .sbutton:active, #content #maltesersuche .sbutton:hover, #content #maltesersuche .sbutton:focus {
  background: url(/fileadmin/user_upload/storage/template/responsive_vorlage/img/lupe.png) no-repeat 0 0 !important;
  background-size: 25px 25px !important; }

#footer ul.bookmarks li a {
  background: url("/fileadmin/user_upload/storage/template/responsive_vorlage/img/footer_socials.png") no-repeat scroll 0 0 transparent;
  background-size: 107px 24px; }

#footer .csc-textpic-imagewrap.csc-textpic-single-image {
  border-right: none !important;
  max-width: 100%;
  width: 100%; }
  #footer .csc-textpic-imagewrap.csc-textpic-single-image img {
    max-width: 100%; }

.accordion .accordionHeader,
#GoogleOrte .StandortListeSuche .StandortListeOrtName a {
  background: url(/fileadmin/user_upload/storage/template/responsive_vorlage/img/accordion_closed.png) no-repeat left top;
  background-size: 30px 30px; }

.accordion.dopen .accordionHeader,
#GoogleOrte .StandortListeSuche .StandortListeOrtName.active a {
  background: url(/fileadmin/user_upload/storage/template/responsive_vorlage/img/accordion_open.png) no-repeat left top;
  background-size: 30px 30px; }

#content .selector {
  background: url(/fileadmin/user_upload/storage/template/responsive_vorlage/img/selectArrowBottom.png) no-repeat top right;
  background-size: 20px 20px; }

#googlemap {
  max-width: 100%; }

#content .nikolaus-formular label {
  width: 275px; }
#content .nikolaus-formular input,
#content .nikolaus-formular textarea {
  width: 300px; }

#content-right .csc-default .news-latest-single {
  background-color: #d1d1d3;
  margin-bottom: 2px;
  padding: 6px 10px 7px 10px;
  min-height: 34px;
  font-size: 14px; }
#content-right .csc-default .news-latest-single a {
  color: #2a2a2a;
  display: block;
  font-weight: bold;
  text-decoration: none; }
#content-right .csc-default .news-latest-single a:hover {
  text-decoration: underline; }
#content-right .csc-default .news-latest-single a .news-latest-date {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-bottom: 1px; }
#content-right .csc-default .news-latest-container {
  margin-bottom: 8px; }

.sp_2content_left, .sp_2content_right {
  width: 49%;
  margin-bottom: 1em; }
  .sp_2content_left.oneThird, .sp_2content_right.oneThird {
    width: 33%; }
  .sp_2content_left.twoThird, .sp_2content_right.twoThird {
    width: 66%; }

.sp_2content_left {
  margin-right: 2%; }
  .sp_2content_left.oneThird {
    margin-right: 1%; }
  .sp_2content_left.twoThird {
    margin-right: 1%; }

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-top: 7px; }

dl.powermail_all dt.powermail_all_label {
  width: 50%;
  float: left; }
dl.powermail_all dd.powermail_all_value {
  width: 50%;
  float: left; }

.powermail_confirmation form {
  margin-top: 1em; }
  .powermail_confirmation form .powermail_confirmation_form {
    float: left; }
  .powermail_confirmation form .powermail_confirmation_submit {
    float: right; }

@media screen and (max-width: 1024px) {
  #bfree {
    display: none; }

  html {
    height: auto; }

  body {
    background: none; }

  #header_left {
    max-width: 70%;
    width: 70%; }

  #bg_shadow {
    left: 0;
    margin-left: -143px; }

  #header_fixed {
    z-index: 950;
    -moz-box-shadow: 4px 0px 10px #000;
    -webkit-box-shadow: 4px 0px 10px #000;
    box-shadow: 4px 0px 10px #000; }

  #mobileMenu {
    -webkit-overflow-scrolling: touch;
    position: absolute;
    width: 80%;
    background: #fff;
    left: -85%;
    top: 115px;
    height: auto;
    /* fallback auto */
    height: -mox-calc(100% - 115px);
    height: -o-calc(100% - 115px);
    height: -webkit-calc(100% - 115px);
    height: calc(100% - 115px);
    min-height: 215px;
    z-index: 910;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.4s ease 0;
    /* explorer 10 */
    -webkit-transition: all 0.4s ease 0;
    /* chrome & safari */
    -moz-transition: all 0.4s ease 0;
    /* firefox */
    -o-transition: all 0.4s ease 0;
    /* opera */
    -moz-box-shadow: 1px 0px 10px black;
    -webkit-box-shadow: 1px 0px 10px black;
    box-shadow: 1px 0px 10px black;
    /*-webkit-overflow-scrolling:touch;*/ }
    #mobileMenu .hidden {
      display: none; }
    #mobileMenu ul {
      font-size: 15px;
      list-style: none; }
      #mobileMenu ul a {
        font-weight: bold;
        padding: 10px; }
    #mobileMenu > ul > li {
      width: 100%;
      background: #fff;
      border-bottom: 2px solid #dddddd;
      position: relative; }
      #mobileMenu > ul > li.toggle a {
        padding-right: 50px; }
      #mobileMenu > ul > li > a > .btn {
        position: absolute;
        border-left: 1px solid #dddddd;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 40px;
        right: 0;
        top: 0;
        /*background: url(/fileadmin/user_upload/storage/template/responsive_vorlage/img/mobileButtonDown.png) no-repeat center center;*/ }
        #mobileMenu > ul > li > a > .btn:after {
          font-family: FontAwesome;
          font-weight: normal;
          font-style: normal;
          text-decoration: inherit;
          -webkit-font-smoothing: antialiased;
          *margin-right: .3em;
          content: "";
          top: 50%;
          margin-top: -9px;
          font-size: 14px;
          position: absolute;
          left: 15px;
          color: #e2001a; }
      #mobileMenu > ul > li.active {
        background-color: #e6e6e6; }
        #mobileMenu > ul > li.active > a {
          background-color: #e2001a;
          color: #fff; }
          #mobileMenu > ul > li.active > a > .btn {
            /*background-image: url(/fileadmin/user_upload/storage/template/responsive_vorlage/img/mobileButtonUp.png);*/
            background-color: #e6e6e6;
            height: 100%;
            margin: 0;
            border-top-color: #e6e6e6;
            border-bottom-color: #e6e6e6; }
            #mobileMenu > ul > li.active > a > .btn:after {
              content: "";
              color: #3e3d40; }
    #mobileMenu > ul ul.l2 {
      margin-left: 10px; }
      #mobileMenu > ul ul.l2 a {
        font-weight: normal;
        padding: 10px 10px 10px 30px;
        color: #3e3d40; }
      #mobileMenu > ul ul.l2 > li {
        position: relative; }
        #mobileMenu > ul ul.l2 > li > a {
          border-bottom: 1px solid #fff; }
          #mobileMenu > ul ul.l2 > li > a > .btn {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 30px; }
            #mobileMenu > ul ul.l2 > li > a > .btn:after {
              font-family: FontAwesome;
              font-weight: normal;
              font-style: normal;
              text-decoration: inherit;
              -webkit-font-smoothing: antialiased;
              *margin-right: .3em;
              content: "";
              top: 50%;
              margin-top: -9px;
              font-size: 14px;
              position: absolute;
              left: 7px; }
        #mobileMenu > ul ul.l2 > li:last-child > a {
          border: none; }
        #mobileMenu > ul ul.l2 > li.active {
          background: #fff; }
      #mobileMenu > ul ul.l2 .active > a {
        color: #e2001a; }
        #mobileMenu > ul ul.l2 .active > a > .btn:after {
          content: ""; }
    #mobileMenu > ul ul.l3 {
      margin-left: 30px;
      padding-top: 5px;
      padding-bottom: 5px;
      border-top: 1px solid #dddddd; }
      #mobileMenu > ul ul.l3 a {
        padding: 5px 10px 5px 0px; }
    #mobileMenu > ul ul {
      display: none; }
    #mobileMenu > ul .active > ul {
      display: block; }
    #mobileMenu a {
      text-decoration: none;
      line-height: 1.3em;
      position: relative;
      display: block; }

  #mobileMenuButton {
    background: #e2001a;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
    height: 40px;
    cursor: pointer;
    text-align: center;
    position: fixed;
    top: 100px;
    z-index: 950;
    display: none; }
    #mobileMenuButton span {
      line-height: 40px; }
      #mobileMenuButton span:after {
        content: "";
        padding-left: 50px;
        width: 30px;
        height: 30px;
        background: url(/fileadmin/user_upload/storage/template/newLayout_vorlage/img/accordion_open.png) no-repeat right -3px; }

  body.activeMobileMenu #wrapper {
    overflow: hidden;
    position: absolute;
    height: 100%; }
  body.activeMobileMenu #dontScrollThis {
    display: block; }
  body.activeMobileMenu #mobileMenuButton span:after {
    content: "";
    /*background: url(/fileadmin/user_upload/storage/template/newLayout_vorlage/img/accordion_closed.png) no-repeat right -3px;*/ }
  body.activeMobileMenu #mobileMenu {
    display: block;
    left: 0%; }

  #search, #bg_shadow, #header_slider .bg_left, #header_slider .bg_right {
    display: none; }

  body.startseite #bg_header .bg_left, body.startseite #bg_header .bg_right {
    display: none; }

  #navi_content {
    display: none !important; }

  #navi_button {
    -moz-box-shadow: 0 1px 4px #000, 0 0 40px transparent inset;
    -webkit-box-shadow: 0 1px 4px #000, 0 0 40px transparent inset;
    box-shadow: 0 1px 4px #000, 0 0 40px transparent inset; }

  body.spendenFooterClosed .spendenfooter {
    margin-bottom: 0px; }

  .scrollContentTable {
    overflow-x: auto; }

  #footer {
    position: relative;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); }
    #footer a {
      line-height: 170%; }
    #footer #footer_inner > div {
      width: 25%;
      margin: 0; }
    #footer #footer_inner .footerMap .gMapFooter {
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

  #content-left {
    display: none; }

  #breadcrumb {
    margin-left: 0px;
    width: 100%;
    margin-bottom: 0;
    display: table-row; }

  #content {
    min-height: 200px;
    margin-top: 187px;
    padding-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table; }
    #content iframe {
      width: 100%; }

  body.startseite #content-center {
    width: auto;
    margin-top: 20px; }

  #content-center {
    float: none;
    width: auto;
    padding-top: 13px;
    overflow: hidden;
    display: table-cell;
    padding-right: 18px;
    vertical-align: top; }

  #content-right {
    float: none;
    padding-top: 13px;
    margin-left: 0;
    /*display: table-cell;*/
    vertical-align: top; }

  body.startseite #content {
    margin-top: 0; }

  #tx_slideshow, #header_slider {
    max-width: 100%; }

  #header_slider {
    position: relative;
    left: 0;
    margin-left: 0;
    height: auto;
    top: 0px;
    margin-top: 115px; }
    #header_slider .slideshow {
      max-width: 100%; }

  #tx_slideshow .slideshowcontent {
    right: 10px;
    bottom: 30px; }

  #header_slider #tx_slideshow {
    height: auto; }

  #slideshow_nav {
    right: 10px;
    bottom: 10px; }

  #content .startTeaserNews {
    left: 0px;
    width: 100%; }
    #content .startTeaserNews .jCarousel {
      float: none;
      width: 100% !important;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-left: 34px solid #fff;
      border-right: 34px solid #fff;
      line-height: 130%; }
    #content .startTeaserNews .jCprev, #content .startTeaserNews .jCnext {
      position: absolute;
      top: 0;
      float: none; }
    #content .startTeaserNews .jCprev {
      left: 0; }
    #content .startTeaserNews .jCnext {
      right: 0; }
    #content .startTeaserNews .newsCarousel div.element a {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
      #content .startTeaserNews .newsCarousel div.element a img {
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        position: relative; }
    #content .startTeaserNews .newsCarousel div.element .header .inner {
      font-size: 15px; }

  #content .startTeaserNews .jCprev, #content .startTeaserNews .jCnext {
    margin-top: 81px; }

  body.startseite #content {
    padding-top: 200px; }

  .table-dienste table td.zweizeilig a,
  .table-dienste table td a {
    line-height: 1.3em; }

  .table-dienste table td img {
    margin-right: 10px; }

  .social_share_privacy_area li.settings_info .settings_info_menu {
    z-index: 199 !important; }

  .social_share_privacy_area {
    height: auto !important; }
    .social_share_privacy_area:after {
      content: "";
      display: block;
      clear: both; }

  .sp_2content_left, .sp_2content_right {
    width: 49%;
    margin-bottom: 1em; }
    .sp_2content_left.oneThird, .sp_2content_right.oneThird {
      width: 33%; }
    .sp_2content_left.twoThird, .sp_2content_right.twoThird {
      width: 66%; }

  .sp_2content_left {
    margin-right: 2%; }
    .sp_2content_left.oneThird {
      margin-right: 1%; }
    .sp_2content_left.twoThird {
      margin-right: 1%; }

  div.tx-raphaelteaser-pi1 div.shadow_teaser_big_left a div.inhalt {
    width: 48.5%;
    margin-left: 3%; }

  div.tx-raphaelteaser-pi1 div.shadow_teaser_big_right a div.inhalt {
    width: 48.5%;
    margin-right: 3%; }

  div.tx-raphaelteaser-pi1 div.shadow_teaser_big a div.image {
    width: 48.5%; }

  div.tx-raphaelteaser-pi1 div.shadow_teaser_small {
    width: 48.5%; }
    div.tx-raphaelteaser-pi1 div.shadow_teaser_small a {
      width: 100%; }
      div.tx-raphaelteaser-pi1 div.shadow_teaser_small a div.image, div.tx-raphaelteaser-pi1 div.shadow_teaser_small a div.inhalt {
        width: 100%; }

  div.tx-raphaelteaser-pi1 div.shadow_teaser_small_right {
    margin-left: 1.5%; }

  div.tx-raphaelteaser-pi1 div.shadow_teaser_small_left {
    margin-right: 1.5%; }

  #content.half-full #content-center {
    width: 100%; }

  .spendenfooter .text1 {
    left: 0%;
    margin-left: 0px;
    width: auto;
    padding: 4px 30px 4px 10px;
    display: block;
    text-align: center; }
    .spendenfooter .text1 .spendenkonto {
      float: none;
      display: block; }

  .standortergebniss #GoogleOrte {
    width: 60%;
    margin-right: 2%; }

  .StandortListeSuche {
    width: 100%;
    /*-webkit-overflow-scrolling:touch;*/ }

  .standortergebniss #googlemap {
    width: 38% !important; }

  #dienste_leistungen #content_0, #dienste_leistungen #content_2, #dienste_leistungen #content_4, #dienste_leistungen #content_6, #dienste_leistungen #content_8 {
    margin-right: 2%;
    clear: both; }
  #dienste_leistungen .subuebersicht .col1, #dienste_leistungen .subuebersicht .col2 {
    width: 48%; }
    #dienste_leistungen .subuebersicht .col1 .singlecontent, #dienste_leistungen .subuebersicht .col2 .singlecontent {
      width: 100%; }
  #dienste_leistungen .subuebersicht .col1 {
    margin-right: 2%; }
  #dienste_leistungen .content .A_Z .col1, #dienste_leistungen .content .A_Z .col2, #dienste_leistungen .content .A_Z .col3 {
    width: 32.33333%;
    padding-right: 1%; }
  #dienste_leistungen .content .singlecontent {
    width: 49%; }
    #dienste_leistungen .content .singlecontent .icon {
      margin: 5px 0 0 0; }
    #dienste_leistungen .content .singlecontent .text {
      float: none;
      width: auto;
      margin-left: 60px; }

  .tx-comments-pi1 input[type="submit"] {
    float: left;
    margin-left: 409px; }

  #content label[for=tx_comments_pi1_submit] {
    display: none; }

  DIV.csc-textpic.csc-textpic-above DIV.csc-textpic-imagewrap .csc-textpic-lastcol {
    margin-right: 10px !important; }

  DIV.csc-textpic-left.csc-textpic-above DIV.csc-textpic-imagewrap {
    float: none;
    clear: none; }

  	/*
  * Malteser Lasche
  */
  body.activeMobileLasche #wrapper {
    overflow: hidden;
    position: absolute;
    height: 100%; }
  body.activeMobileLasche #dontScrollThis {
    display: block; }

  #pageTab {
    position: fixed;
    left: auto;
    z-index: 955;
    width: 100%;
    /*@include calc("top","100%","-", "40px");*/
    transition: all 0.4s ease 0;
    /* explorer 10 */
    -webkit-transition: all 0.4s ease 0;
    /* chrome & safari */
    -moz-transition: all 0.4s ease 0;
    /* firefox */
    -o-transition: all 0.4s ease 0;
    /* opera */
    height: 40px;
    top: auto;
    bottom: 0; }

  #pageTab.mobilactive {
    top: auto;
    height: 80%; }

  #pageTab .pageTabWrapper {
    height: 100%; }

  #pageTab .pageTabWrapper .header {
    float: none;
    height: 40px;
    width: 100%;
    display: block;
    z-index: 1500;
    text-align: center; }

  #pageTab .pageTabWrapper .header img {
    z-index: 10;
    position: static;
    cursor: pointer;
    top: auto;
    right: auto;
    margin: 0 0 0 0; }

  #pageTab .pageTabWrapper .header img.mobile {
    display: block;
    margin: 0 auto;
    -moz-box-shadow: 0px -5px 10px -5px black;
    -webkit-box-shadow: 0px -5px 10px -5px black;
    box-shadow: 0px -5px 10px -5px black;
    height: 40px; }

  #pageTab .pageTabWrapper .header img.nomobile {
    display: none; }

  #pageTab .pageTabWrapper .slider {
    overflow: hidden;
    height: 100%;
    background-color: blue; }

  #pageTab.mobilactive .pageTabWrapper .slider {
    overflow: hidden;
    height: 100%; }

  #pageTab .pageTabWrapper .text {
    width: 100%;
    min-height: 204px;
    float: none;
    background: #ffffff;
    padding: 10px 15px 10px 15px;
    font-size: 13px;
    line-height: 1.3;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }

  #pageTab .pageTabWrapper .text a {
    line-height: 2em; }

  #pageTab.mobilactive .pageTabWrapper .text {
    border-top: 3px solid #e10002;
    border-bottom: 3px solid #e10002;
    -moz-box-shadow: 0px 0px 13px 0px #222;
    -webkit-box-shadow: 0px 13px 0px #222;
    box-shadow: 0px 0px 13px #222; }

  #pageTab .text .bgRight {
    position: static;
    width: 0;
    height: 0;
    top: auto;
    right: auto;
    z-index: 20;
    background: none;
    display: none; }

  #pageTab .text h3 {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: bold; }

  #pageTabWrapper {
    position: relative; }

  /*
  #pageTab {
  	display: none;
  }
  */ }
@media screen and (min-width: 768px) {
  .noDesktop {
    display: none !important; } }
@media screen and (min-width: 1025px) {
  .noFullScreen {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .noMobile {
    display: none !important; } }
@media screen and (max-width: 767px) {
  #logo img {
    max-width: 100%; }

  body {
    min-width: 280px; }

  body.contentseite #bg_header .bg_left, body.contentseite #bg_header .bg_right {
    display: none; }

  #bg_fixed {
    width: 100%;
    top: 0;
    z-index: -1;
    position: static;
    height: 90px; }
    #bg_fixed .center_wrapper {
      width: 100%;
      padding: 0; }

  #bg_header {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1; }
    #bg_header img {
      float: none; }

  #header_fixed {
    position: relative;
    margin-bottom: 40px;
    height: 100px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

  #mobileMenuButton {
    position: absolute; }

  #header_slider {
    position: relative;
    top: 0px;
    margin-top: 40px; }
    #header_slider img {
      max-width: 150%;
      margin-left: -25%; }

  body.fixedMobileHeader #mobileMenuButton {
    position: fixed;
    top: 0; }

  #header {
    height: auto; }

  #header_left {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 45%; }

  #headerlink {
    display: none; }

  #logo {
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 45%;
    width: 128px; }

  #Sitetitel {
    margin: 0; }
    #Sitetitel a {
      font-size: 18px;
      line-height: 1.2em; }

  #navigation {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%; }

  #navi_button {
    display: none; }

  #mobileMenuButton {
    display: block; }

  #mobileMenu {
    top: 140px; }

  #mobileMenu {
    height: auto;
    /* fallback: auto */
    height: -mox-calc(100% - 140px);
    height: -o-calc(100% - 140px);
    height: -webkit-calc(100% - 140px);
    height: calc(100% - 140px); }

  .spendenfooter {
    overflow: hidden;
    width: 100%;
    position: relative; }
    .spendenfooter .text1 {
      width: 100%;
      padding: 10px;
      display: block;
      text-align: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .spendenfooter .text1 .spendenkonto {
        width: 100%;
        display: block;
        float: none; }
      .spendenfooter .text1 .break {
        display: block; }
    .spendenfooter .text2 {
      padding-left: 0px;
      display: block; }
    .spendenfooter .fa-icon {
      display: none; }

  #footer {
    background-color: #fff; }
    #footer #footer_inner {
      padding: 0; }
      #footer #footer_inner > div {
        width: 100%;
        margin: 0;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      #footer #footer_inner .footerInfo {
        text-align: left; }
        #footer #footer_inner .footerInfo img {
          display: none; }
      #footer #footer_inner .footerCol > .function {
        display: none; }
      #footer #footer_inner .footerCol ul {
        display: none;
        padding-left: 50px;
        padding-top: 5px; }
        #footer #footer_inner .footerCol ul li {
          margin-left: 0; }
        #footer #footer_inner .footerCol ul.active {
          display: block; }
      #footer #footer_inner .footerMap {
        padding-top: 20px;
        margin-top: 10px; }
      #footer #footer_inner .footerMap, #footer #footer_inner .footerInfo {
        background-color: #e6e6e6; }
      #footer #footer_inner span.title {
        cursor: pointer;
        padding-left: 50px;
        min-height: 30px;
        border-top: 1px solid #bdbdbd;
        background: url(/fileadmin/user_upload/storage/template/newLayout_vorlage/img/accordion_grey_closed.png) no-repeat left top;
        color: #3e3d40;
        line-height: 30px;
        font-size: 18px;
        display: block;
        font-weight: normal;
        margin-bottom: 10px; }
        #footer #footer_inner span.title.dopen {
          background: url(/fileadmin/user_upload/storage/template/newLayout_vorlage/img/accordion_grey_open.png) no-repeat left top; }
    #footer ul.bookmarks li {
      float: left; }

  #content {
    display: block;
    margin-top: 0;
    min-height: 100px;
    z-index: 199; }
    #content iframe {
      overflow-x: scroll; }
    #content input, #content .selector, #content textarea, #content .kommentarfeld textarea {
      width: 100%;
      float: left;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: 0;
      margin-right: 0; }
    #content input, #content textarea, #content select, #content .selector span {
      font-size: 16px; }
    #content input, #content .selector {
      height: 30px; }
    #content .selector {
      background-size: 30px 30px; }
      #content .selector select, #content .selector span {
        width: 100% !important;
        height: 28px; }
    #content .tx_powermail_pi1_form .tx_powermail_pi1_fieldwrap_html_captcha img {
      float: left;
      margin-bottom: 10px;
      margin-top: 10px; }

  #content-center {
    display: block;
    float: none;
    width: 100%;
    padding-right: 0px;
    padding-top: 0px;
    font-size: 16px; }

  #content-right {
    display: block;
    width: 100%;
    float: none;
    padding-top: 0px;
    margin-top: 20px;
    font-size: 16px; }

  #tx_slideshow .slideshowcontent {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 90px;
    bottom: 0px; }
    #tx_slideshow .slideshowcontent h2 {
      font-size: 22px;
      padding: 8px 10px 9px 10px;
      margin-bottom: 10px; }
    #tx_slideshow .slideshowcontent p {
      display: none; }

  #slideshow_nav {
    left: 7px;
    right: auto; }

  #content .startTeaserNews .newsCarousel.oneSlide {
    width: 100%; }
    #content .startTeaserNews .newsCarousel.oneSlide div.element a {
      margin-right: 0px;
      width: 100%; }

  #breadcrumb {
    display: block; }
    #breadcrumb span {
      display: none; }
    #breadcrumb .parent {
      display: block;
      font-size: 18px;
      border-top: 1px solid #bdbdbd;
      font-weight: bold; }
      #breadcrumb .parent a {
        border-top: 5px solid #e2001a;
        display: inline-block;
        line-height: 1em;
        font-weight: bold;
        padding: 17px 0 6px 0;
        max-width: 90%;
        color: #e2001a;
        text-decoration: none; }
      #breadcrumb .parent .divider {
        display: none; }

  h1, h1 a {
    color: #3e3d40;
    font-size: 22px;
    border: none; }
    h1 span, h1 a span {
      border: none;
      display: block;
      padding: 5px 0 0 0;
      line-height: 1.1em;
      margin-bottom: 8px; }

  .table-dienste table,
  .table-dienste table tbody,
  .table-dienste table tr,
  .table-dienste table td {
    display: block;
    width: 100%; }

  .table-dienste table td {
    clear: both;
    position: relative; }
    .table-dienste table td a {
      vertical-align: top;
      width: 100%; }
    .table-dienste table td p {
      min-height: 43px;
      overflow: hidden; }
    .table-dienste table td:after {
      content: "";
      position: absolute;
      bottom: 6px;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #bdbdbd; }

  .sp_2content_left, .sp_2content_right {
    width: 100%;
    margin-bottom: 1em; }
    .sp_2content_left.oneThird, .sp_2content_right.oneThird {
      width: 100%; }
    .sp_2content_left.twoThird, .sp_2content_right.twoThird {
      width: 100%; }

  .sp_2content_left {
    margin-right: 0%; }
    .sp_2content_left.oneThird {
      margin-right: 0%; }
    .sp_2content_left.twoThird {
      margin-right: 0%; }

  .csc-uploads .csc-uploads-icon, .csc-uploads .csc-uploads-fileSize {
    display: none; }
  .csc-uploads .csc-uploads-fileName p {
    margin-left: 0;
    margin-right: 0; }

  #staticButtonsRight {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 200;
    background: #e6e6e6;
    -moz-box-shadow: 0px 0px 10px black;
    -webkit-box-shadow: 0px 0px 10px black;
    box-shadow: 0px 0px 10px black;
    transition: bottom 0.4s ease 0;
    /* explorer 10 */
    -webkit-transition: bottom 0.4s ease 0;
    /* chrome & safari */
    -moz-transition: bottom 0.4s ease 0;
    /* firefox */
    -o-transition: bottom 0.4s ease 0;
    /* opera */
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #staticButtonsRight.toggled {
      bottom: -75px; }
      #staticButtonsRight.toggled .buttonToggle {
        background-image: url(/fileadmin/user_upload/storage/template/responsive_vorlage/img/mobileButtonUp.png); }
    #staticButtonsRight .buttonToggle {
      width: 56px;
      height: 30px;
      background: #e6e6e6 url(/fileadmin/user_upload/storage/template/responsive_vorlage/img/mobileButtonDown.png) no-repeat center center;
      display: block;
      position: absolute;
      top: -30px;
      margin-left: -28px;
      left: 50%;
      -moz-box-shadow: 0px 0px 10px black;
      -webkit-box-shadow: 0px 0px 10px black;
      box-shadow: 0px 0px 10px black;
      cursor: pointer; }
      #staticButtonsRight .buttonToggle:after {
        content: "";
        width: 200%;
        position: absolute;
        height: 8px;
        background: #e6e6e6;
        left: -50%;
        bottom: -8px; }
    #staticButtonsRight #malteser_button {
      background: #e2001a; }
      #staticButtonsRight #malteser_button a {
        background: none;
        margin-bottom: 0; }
      #staticButtonsRight #malteser_button.buttonRoot2 {
        background: #009640; }
      #staticButtonsRight #malteser_button.buttonRoot13 {
        background: #4200eb; }
        #staticButtonsRight #malteser_button.buttonRoot13 a {
          font-size: 15px;
          line-height: 1.4em; }
    #staticButtonsRight div.spenden_button_big {
      background: #e2001a;
      height: 50px; }
      #staticButtonsRight div.spenden_button_big a:hover {
        background: none;
        padding-top: 15px; }
    #staticButtonsRight div.aktiv_werden_link {
      height: 50px;
      background: #009640; }
      #staticButtonsRight div.aktiv_werden_link a:hover {
        background: none;
        padding-top: 15px; }
    #staticButtonsRight div.mitglied_werden_link {
      height: 50px;
      background: #EE9036; }
      #staticButtonsRight div.mitglied_werden_link a:hover {
        background: none;
        padding-top: 15px; }
    #staticButtonsRight > div {
      float: left;
      width: 49%;
      margin-right: 2%; }
      #staticButtonsRight > div:last-child {
        margin-right: 0; }
      #staticButtonsRight > div a {
        width: 100% !important;
        height: 35px !important;
        text-align: center;
        padding: 15px 0 0 0 !important;
        font-size: 18px;
        line-height: 1em;
        color: #fff;
        text-decoration: none; }
        #staticButtonsRight > div a:hover {
          font-size: 18px;
          line-height: 1em;
          color: #fff !important; }
      #staticButtonsRight > div > br {
        display: none; }

  .standortergebniss #GoogleOrte {
    width: 100%;
    margin-right: 0%; }

  .StandortListeSuche {
    width: 100%;
    margin-bottom: 1em;
    height: auto; }

  .standortergebniss #googlemap {
    width: 100% !important;
    margin-bottom: 1em; }

  .searchresult table {
    width: 100%;
    text-align: center; }
    .searchresult table td:first-child {
      display: none; }

  #wrapper {
    overflow: visible; }

  #zehnernavi .singlenavi {
    width: 25%;
    height: 45px; }

  #dienste_leistungen #content_0, #dienste_leistungen #content_2, #dienste_leistungen #content_4, #dienste_leistungen #content_6, #dienste_leistungen #content_8 {
    margin-right: 0%; }
  #dienste_leistungen .subuebersicht .col1, #dienste_leistungen .subuebersicht .col2 {
    width: 100%; }
  #dienste_leistungen .content .singlecontent {
    width: 100%; }
  #dienste_leistungen .content .A_Z .col1, #dienste_leistungen .content .A_Z .col2, #dienste_leistungen .content .A_Z .col3 {
    width: 100%;
    padding-right: 0%;
    float: none; }

  .ergebnisse #GoogleOrte .StandortListeOrtName.count10,
  .ergebnisse #GoogleOrte .StandortListeOrtInhalt.count10 {
    display: none; }

  #content .tx-comments-pi1 .malteser-formular .no_value {
    display: block; }
  #content .tx-comments-pi1 .comments_captcha input {
    margin-top: 0px;
    margin-left: 0px;
    width: 100%; }
  #content .tx-comments-pi1 .tx-comments-pi1 input[type="submit"] {
    margin-left: 0px; }

  #content #maltesersuche .sbutton, #content #maltesersuche .sbutton:active, #content #maltesersuche .sbutton:hover, #content #maltesersuche .sbutton:focus {
    height: 23px; }

  h2, h2 a, #content-center h2 a {
    line-height: 100%; }

  .dienste_kontaktblock .message a {
    width: 112px; }

  #GoogleOrte .StandortListeOrt {
    width: 95%; }

  #content-center ul li {
    margin-bottom: 6px;
    background-position: 5px 11px; }

  .m_linkliste a {
    margin-bottom: 6px; } }
@media screen and (max-width: 550px) {
  #zehnernavi .singlenavi {
    width: 33.333333%;
    height: 45px; }

  dl.powermail_all dt.powermail_all_label {
    width: 100%;
    float: none; }
  dl.powermail_all dd.powermail_all_value {
    width: 100%;
    float: none; } }
@media screen and (max-width: 420px) {
  div.tx-raphaelteaser-pi1 div.shadow_teaser_big_left a div.inhalt {
    width: 100%;
    margin-left: 0%; }

  div.tx-raphaelteaser-pi1 div.shadow_teaser_big_right a div.inhalt {
    width: 100%;
    margin-right: 0%; }

  div.tx-raphaelteaser-pi1 div.shadow_teaser_big a div.image {
    width: 100%; }

  div.tx-raphaelteaser-pi1 div.shadow_teaser_small {
    width: 100%; }

  div.tx-raphaelteaser-pi1 div.shadow_teaser_small_right {
    margin-left: 0%; }

  div.tx-raphaelteaser-pi1 div.shadow_teaser_small_left {
    margin-right: 0%; }

  .dienste .navi {
    border-top: none; }
    .dienste .navi div {
      width: 50%;
      border-top: 1px solid #bdbdbd; }

  #zehnernavi .singlenavi {
    width: 50%;
    height: 45px; }

  #malteser_button.buttonRoot8 a {
    font-size: 15px;
    line-height: 1.4em; }
    #malteser_button.buttonRoot8 a:hover {
      font-size: 15px;
      line-height: 1.4em; } }
#accordionRight {
  border-bottom: 1px solid #bdbdbd;
  border-top: 1px solid #bdbdbd; }
  #accordionRight.dopen .accordionHeader {
    background-image: url(/fileadmin/user_upload/storage/template/newLayout_vorlage/img/accordion_open.png); }
  #accordionRight .accordionHeader {
    padding-left: 50px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    background-color: #e2001a;
    background-image: url(/fileadmin/user_upload/storage/template/newLayout_vorlage/img/accordion_closed.png);
    background-repeat: no-repeat;
    background-position: left top; }
    #accordionRight .accordionHeader h2 {
      color: #ffffff;
      margin-top: 2px;
      margin-bottom: 2px;
      line-height: 26px;
      border: none;
      font-size: 18px;
      padding: 0; }

.powermail_fieldwrap {
  clear: both; }

@media screen and (min-width: 768px) {
  #accordionRight {
    border-bottom: 0 !important;
    border-top: 0 !important; }
    #accordionRight .accordionHeader {
      display: none; }
    #accordionRight .accordionContent {
      display: block !important;
      padding-left: 0; } }
@media screen and (max-width: 767px) {
  .csc-textpic-intext-left-nowrap .csc-textpic-text {
    width: auto; }

  .csc-textpic-intext-left-nowrap .csc-textpic-text {
    margin-left: 0; }

  .tx-chgallery-pi1 .pagebrowser div {
    clear: both;
    width: 100% !important;
    text-align: left !important; } }
body.startseite.hausnotruf #content {
  padding-top: 10px; }

#content-center .tx-raphaelteaser-pi1 a:hover,
#content-right .tx-raphaelteaser-pi1 a:hover {
  color: inherit; }

.tx-raphaelteaser-pi1 {
  display: block; }
  .tx-raphaelteaser-pi1 a:hover {
    color: inherit; }
  .tx-raphaelteaser-pi1 .shadow_teaser_small {
    float: left !important;
    width: 50% !important; }
    @media (max-width: 767px) {
      .tx-raphaelteaser-pi1 .shadow_teaser_small {
        width: 100% !important; } }
    .tx-raphaelteaser-pi1 .shadow_teaser_small.shadow_teaser_small_right {
      margin: 0 0 10px 0 !important; }
      .tx-raphaelteaser-pi1 .shadow_teaser_small.shadow_teaser_small_right .image,
      .tx-raphaelteaser-pi1 .shadow_teaser_small.shadow_teaser_small_right .inhalt {
        float: right !important;
        padding-left: 10px; }
        @media (max-width: 767px) {
          .tx-raphaelteaser-pi1 .shadow_teaser_small.shadow_teaser_small_right .image,
          .tx-raphaelteaser-pi1 .shadow_teaser_small.shadow_teaser_small_right .inhalt {
            padding-left: 0; } }
    .tx-raphaelteaser-pi1 .shadow_teaser_small.shadow_teaser_small_left {
      margin: 0 0 10px 0 !important; }
      .tx-raphaelteaser-pi1 .shadow_teaser_small.shadow_teaser_small_left .image,
      .tx-raphaelteaser-pi1 .shadow_teaser_small.shadow_teaser_small_left .inhalt {
        float: left !important;
        padding-right: 10px; }
        @media (max-width: 767px) {
          .tx-raphaelteaser-pi1 .shadow_teaser_small.shadow_teaser_small_left .image,
          .tx-raphaelteaser-pi1 .shadow_teaser_small.shadow_teaser_small_left .inhalt {
            padding-right: 0; } }
    .tx-raphaelteaser-pi1 .shadow_teaser_small a {
      width: 100% !important; }
      .tx-raphaelteaser-pi1 .shadow_teaser_small a:before, .tx-raphaelteaser-pi1 .shadow_teaser_small a:after {
        content: " ";
        display: table; }
      .tx-raphaelteaser-pi1 .shadow_teaser_small a:after {
        clear: both; }
    .tx-raphaelteaser-pi1 .shadow_teaser_small .image,
    .tx-raphaelteaser-pi1 .shadow_teaser_small .inhalt {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      width: 100% !important;
      float: left !important;
      margin-left: 0px !important; }
      @media (max-width: 767px) {
        .tx-raphaelteaser-pi1 .shadow_teaser_small .image,
        .tx-raphaelteaser-pi1 .shadow_teaser_small .inhalt {
          width: 100% !important; } }
    .tx-raphaelteaser-pi1 .shadow_teaser_small .image img {
      width: 100%;
      height: auto;
      margin-bottom: 20px !important; }
    @media (max-width: 767px) {
      .tx-raphaelteaser-pi1 .shadow_teaser_small .image,
      .tx-raphaelteaser-pi1 .shadow_teaser_small .inhalt {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    .tx-raphaelteaser-pi1 .shadow_teaser_small .image .header,
    .tx-raphaelteaser-pi1 .shadow_teaser_small .inhalt .header {
      margin-top: 0 !important; }
  .tx-raphaelteaser-pi1 .shadow_teaser_big {
    float: left !important;
    width: 100% !important; }
    .tx-raphaelteaser-pi1 .shadow_teaser_big.shadow_teaser_big_right .image,
    .tx-raphaelteaser-pi1 .shadow_teaser_big.shadow_teaser_big_right .inhalt {
      float: left !important; }
    .tx-raphaelteaser-pi1 .shadow_teaser_big.shadow_teaser_big_right .image {
      padding-left: 10px; }
    .tx-raphaelteaser-pi1 .shadow_teaser_big.shadow_teaser_big_right .inhalt {
      padding-right: 10px; }
    .tx-raphaelteaser-pi1 .shadow_teaser_big.shadow_teaser_big_left .image,
    .tx-raphaelteaser-pi1 .shadow_teaser_big.shadow_teaser_big_left .inhalt {
      float: right !important; }
    .tx-raphaelteaser-pi1 .shadow_teaser_big.shadow_teaser_big_left .image {
      padding-right: 10px; }
    .tx-raphaelteaser-pi1 .shadow_teaser_big.shadow_teaser_big_left .inhalt {
      padding-left: 10px; }
    .tx-raphaelteaser-pi1 .shadow_teaser_big a {
      width: 100% !important; }
      .tx-raphaelteaser-pi1 .shadow_teaser_big a:before, .tx-raphaelteaser-pi1 .shadow_teaser_big a:after {
        content: " ";
        display: table; }
      .tx-raphaelteaser-pi1 .shadow_teaser_big a:after {
        clear: both; }
    .tx-raphaelteaser-pi1 .shadow_teaser_big .image,
    .tx-raphaelteaser-pi1 .shadow_teaser_big .inhalt {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      width: 50% !important;
      float: left !important;
      margin-left: 0px !important;
      margin-right: 0px !important; }
      @media (max-width: 767px) {
        .tx-raphaelteaser-pi1 .shadow_teaser_big .image,
        .tx-raphaelteaser-pi1 .shadow_teaser_big .inhalt {
          width: 100% !important; } }
      .tx-raphaelteaser-pi1 .shadow_teaser_big .image .header,
      .tx-raphaelteaser-pi1 .shadow_teaser_big .inhalt .header {
        margin-top: 0 !important; }
    .tx-raphaelteaser-pi1 .shadow_teaser_big .image img {
      width: 100%;
      height: auto; }
    @media (max-width: 767px) {
      .tx-raphaelteaser-pi1 .shadow_teaser_big .image,
      .tx-raphaelteaser-pi1 .shadow_teaser_big .inhalt {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    @media (max-width: 767px) {
      .tx-raphaelteaser-pi1 .shadow_teaser_big .inhalt {
        margin-bottom: 20px !important; } }

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