@import url(../js/libs/flexslider/flexslider.css);
@import url(../js/libs/uniform/uniform.default.css);
@import url(../js/libs/fancybox/jquery.fancybox.css);
/*
 * brandung SCSS v1.0.1
 *
 * Copyright 2013, brandung GmbH & Co.KG
 * http://www.agentur-brandung.com
 */
/**
 * brandung Gmbh & Co. KG
 * 
 * scss variables
 * 
 * @author Simon Kemmerling
 * @version 1.0
 * @date 01.07.2013
 */
/* Body font size */
/* Colors */
/* Scaffolding */
/* Links */
/* retina sprites */
/**/
/**
 * brandung Gmbh & Co. KG
 * 
 * scss mixins
 * 
 * @author Simon Kemmerling
 * @version 1.0
 * @date 01.07.2013
 */
/* ==========================================================================
   mixins
   ========================================================================== */
/* 
 * flex grid percentages
 * 
 * @desc calculate percent value of given property
 * 
 * $cssProperty = which property
 * $targetSize = element size in pixel
 * $contextSize = context element size in pixel
 * $important = set !important property
 * 
 */
/* 
 * font size in em
 * 
 * @desc calculate em font size
 * 
 * $targetSize = element size in pixel
 * $bodyFontSize = body font size in pixel
 * 
 */
/* 
 * red button gradient
 */
/* normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../sass/vendor/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 91, ../sass/vendor/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../sass/vendor/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/* line 116, ../sass/vendor/_normalize.scss */
a {
  color: #333333;
}

/* line 120, ../sass/vendor/_normalize.scss */
a:visited {
  color: #333333;
}

/* line 124, ../sass/vendor/_normalize.scss */
a:hover {
  color: #333333;
  text-decoration: none;
}

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

/* line 144, ../sass/vendor/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 149, ../sass/vendor/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 154, ../sass/vendor/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 159, ../sass/vendor/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 164, ../sass/vendor/_normalize.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

/* line 186, ../sass/vendor/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 194, ../sass/vendor/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 213, ../sass/vendor/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
/* line 222, ../sass/vendor/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 244, ../sass/vendor/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 254, ../sass/vendor/_normalize.scss */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
/* line 262, ../sass/vendor/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 272, ../sass/vendor/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 288, ../sass/vendor/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 292, ../sass/vendor/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/* line 311, ../sass/vendor/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 319, ../sass/vendor/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */
/* line 329, ../sass/vendor/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

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

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 353, ../sass/vendor/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 377, ../sass/vendor/_normalize.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 385, ../sass/vendor/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Re-set default cursor for disabled elements.
 */
/* line 466, ../sass/vendor/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
/* line 513, ../sass/vendor/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 537, ../sass/vendor/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../sass/vendor/_h5bp.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 21, ../sass/vendor/_h5bp.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, ../sass/vendor/_h5bp.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 37, ../sass/vendor/_h5bp.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 46, ../sass/vendor/_h5bp.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 59, ../sass/vendor/_h5bp.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 67, ../sass/vendor/_h5bp.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 77, ../sass/vendor/_h5bp.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 85, ../sass/vendor/_h5bp.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 120, ../sass/vendor/_h5bp.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 128, ../sass/vendor/_h5bp.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 139, ../sass/vendor/_h5bp.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 148, ../sass/vendor/_h5bp.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 164, ../sass/vendor/_h5bp.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 178, ../sass/vendor/_h5bp.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 194, ../sass/vendor/_h5bp.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 200, ../sass/vendor/_h5bp.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 209, ../sass/vendor/_h5bp.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 236, ../sass/vendor/_h5bp.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 243, ../sass/vendor/_h5bp.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 248, ../sass/vendor/_h5bp.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 252, ../sass/vendor/_h5bp.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 260, ../sass/vendor/_h5bp.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 266, ../sass/vendor/_h5bp.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 272, ../sass/vendor/_h5bp.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 276, ../sass/vendor/_h5bp.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 281, ../sass/vendor/_h5bp.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 289, ../sass/vendor/_h5bp.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 296, ../sass/vendor/_h5bp.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**
 * brandung Gmbh & Co. KG
 * 
 * scss layout
 * @require vendor/gridset
 * 
 * @author Simon Kemmerling
 * @version 1.0
 * @date 01.07.2013
 */
/* line 13, ../sass/brandung/_layout.scss */
body {
  background: white;
  color: #333333;
  font-size: 68.75%;
  line-height: 1.4;
  position: relative;
}

/* line 21, ../sass/brandung/_layout.scss */
img {
  height: auto;
  outline: 0;
  max-width: 100%;
}

/* ==========================================================================
   Base Columns
   ========================================================================== */
/* Base Columns */
/* line 33, ../sass/brandung/_layout.scss */
.col-left {
  float: left;
  width: 220px;
  padding: 0 0 0 0;
  margin: 0 0 0;
}

/* line 39, ../sass/brandung/_layout.scss */
.col-main {
  float: left;
  width: 700px;
  padding: 0 0 0 0;
}

/* line 44, ../sass/brandung/_layout.scss */
.col-right {
  float: right;
  width: 220px;
  padding: 0 0 0 0;
  margin: 0 0 0;
}

/* 1 Column layout */
/* line 53, ../sass/brandung/_layout.scss */
.col1-layout .col-main {
  float: none;
  width: auto;
}

/* 2 Columns Layout */
/* line 60, ../sass/brandung/_layout.scss */
.col2-left-layout .col-main {
  float: right;
}

/* Content Columns */
/* line 65, ../sass/brandung/_layout.scss */
.col2-set .col-1 {
  float: left;
  width: 49%;
}

/* line 69, ../sass/brandung/_layout.scss */
.col2-set .col-2 {
  float: right;
  width: 49%;
}

/* line 73, ../sass/brandung/_layout.scss */
.col2-set .narrow {
  width: 32%;
}

/* line 76, ../sass/brandung/_layout.scss */
.col2-set .wide {
  width: 66%;
}

/*.col2-left-layout .col2-set .col-1,
.col2-left-layout .col2-set .col-2 { width:48.7%; }*/
/* line 82, ../sass/brandung/_layout.scss */
.col2-left-layout .col2-set .narrow {
  width: 32%;
}

/* line 85, ../sass/brandung/_layout.scss */
.col2-left-layout .col2-set .wide {
  width: 65.2%;
}

/* line 89, ../sass/brandung/_layout.scss */
.col3-set .col-1 {
  float: left;
  width: 32%;
}

/* line 93, ../sass/brandung/_layout.scss */
.col3-set .col-2 {
  float: left;
  width: 32%;
  margin-left: 2.2%;
}

/* line 98, ../sass/brandung/_layout.scss */
.col3-set .col-3 {
  float: right;
  width: 32%;
}

/* line 103, ../sass/brandung/_layout.scss */
.col2-left-layout .col3-set .col-1,
.col2-left-layout .col3-set .col-2,
.col2-left-layout .col3-set .col-3 {
  width: 31.5%;
}

/* line 108, ../sass/brandung/_layout.scss */
.col2-left-layout .col3-set .col-2 {
  margin-left: 2.9%;
}

/* clearfix */
/* line 114, ../sass/brandung/_layout.scss */
.col1-layout:after,
.col2-left-layout:after,
.col2-right-layout:after,
.col2-set:after,
.col3-set:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/**
 * brandung Gmbh & Co. KG
 * 
 * scss typo
 * 
 * @author Simon Kemmerling
 * @version 1.0
 * @date 01.07.2013
 */
/* webfont */
/**
 * 	https://github.com/AdamBrodzinski/Retina-Sprites-for-Compass
 */
/* ==========================================================================
   Author: [brandung GmbH & Co.KG]
   ========================================================================== */
/**
*	vivantes microsite frame scss
*============================================================================ */
/* body */
/* line 9, ../sass/brandung/_frame.scss */
body {
  font-family: Verdana, Geneva, sans-serif;
}

/* wrapper */
/* line 14, ../sass/brandung/_frame.scss */
.wrapper_margins {
  margin: 0 auto;
  text-align: left;
  width: 980px;
  position: relative;
  z-index: 2;
}

/* line 22, ../sass/brandung/_frame.scss */
.wrapper {
  -webkit-box-shadow: 0px 0px 10px 0 #cccccc;
  -moz-box-shadow: 0px 0px 10px 0 #cccccc;
  box-shadow: 0px 0px 10px 0 #cccccc;
  width: auto;
}

/* line 27, ../sass/brandung/_frame.scss */
#homepage .wrapper {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* hiddenNav */
/* line 32, ../sass/brandung/_frame.scss */
#hiddenNav {
  position: absolute;
  margin-left: -9000px;
}

/* shadow */
/* line 38, ../sass/brandung/_frame.scss */
#homepage header,
#homepage footer {
  -webkit-box-shadow: 0px 0px 3px 0px #bbbbbb;
  -moz-box-shadow: 0px 0px 3px 0px #bbbbbb;
  box-shadow: 0px 0px 3px 0px #bbbbbb;
}

/* header */
/* line 44, ../sass/brandung/_frame.scss */
header {
  background: white;
  position: relative;
}
/* line 47, ../sass/brandung/_frame.scss */
header h1 {
  margin: 0;
  padding: 15px 0 18px 20px;
}
/* line 50, ../sass/brandung/_frame.scss */
header h1 a {
  display: block;
  width: 156px;
  height: 87px;
  background: url("../img/logo.png") no-repeat 0 0;
  text-indent: -99999px;
}

/* meta */
/* line 61, ../sass/brandung/_frame.scss */
#meta {
  position: absolute;
  top: 20px;
  right: 20px;
  float: right;
}
/* line 66, ../sass/brandung/_frame.scss */
#meta ul {
  color: #666666;
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 71, ../sass/brandung/_frame.scss */
#meta ul li {
  float: left;
}
/* line 73, ../sass/brandung/_frame.scss */
#meta ul li:first-child {
  padding-right: 5px;
}
/* line 76, ../sass/brandung/_frame.scss */
#meta ul li.right {
  float: right;
}
/* line 80, ../sass/brandung/_frame.scss */
#meta ul a {
  color: #666666;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
}
/* line 85, ../sass/brandung/_frame.scss */
#meta ul a:hover {
  color: #d10d40;
}
/* line 89, ../sass/brandung/_frame.scss */
#meta ul .icon {
  width: 16px;
  height: 16px;
  overflow: hidden;
  padding: 0;
}
/* line 94, ../sass/brandung/_frame.scss */
#meta ul .icon span {
  text-align: -900px;
  display: inline-block;
}
/* line 101, ../sass/brandung/_frame.scss */
#meta > div {
  margin-top: 20px;
  padding-top: 10px;
  border-top: solid 1px #dfdfdf;
}
/* line 105, ../sass/brandung/_frame.scss */
#meta > div span {
  font-size: 12px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
}
/* line 110, ../sass/brandung/_frame.scss */
#meta > div a {
  font-size: 13px !important;
  padding: 0 0 0 10px;
  color: #d10d40;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px;
}
/* line 117, ../sass/brandung/_frame.scss */
#meta > div a:after {
  margin-left: 8px;
}

/* header search */
/* line 125, ../sass/brandung/_frame.scss */
#fmSearch {
  padding-left: 10px;
  float: right;
}
/* line 128, ../sass/brandung/_frame.scss */
#fmSearch label {
  float: left;
  margin-right: 5px;
}
/* line 132, ../sass/brandung/_frame.scss */
#fmSearch input[type="text"] {
  width: 157px;
  padding: 4px 0 5px;
}
/* line 136, ../sass/brandung/_frame.scss */
#fmSearch input[type=image] {
  border-left: none;
  border-right: 1px solid #dfdfdf;
}
/* line 140, ../sass/brandung/_frame.scss */
#fmSearch input {
  border: 1px solid #dfdfdf;
  border-right: none;
  float: left;
  background: #fff;
  font-size: .9em;
  margin-top: -4px;
}

/* nav */
/* line 151, ../sass/brandung/_frame.scss */
header nav {
  background: #fefefe url(../img/bgNav.gif) repeat-x 0 0;
}
/* line 153, ../sass/brandung/_frame.scss */
header nav ul,
header nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* line 160, ../sass/brandung/_frame.scss */
header nav a {
  display: block;
  color: #333;
  text-decoration: none;
}
/* line 165, ../sass/brandung/_frame.scss */
header nav > ul {
  position: relative;
  z-index: 2;
  background: #fefefe url(../img/bgNav.gif) repeat-x 0 0;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #d1d1d1;
  width: 980px;
}
/* line 172, ../sass/brandung/_frame.scss */
header nav > ul > li {
  overflow-y: hidden;
  float: left;
  background: #fefefe url(../img/bgNav.gif) repeat-x 0 0;
  padding: 1px;
  border: 1px solid #e2e2e2;
  border-top: 0;
  border-right-color: #d1d1d1;
  border-left-color: #fff;
  border-bottom-color: transparent;
}
/* line 182, ../sass/brandung/_frame.scss */
header nav > ul > li > a {
  font-family: verdana;
  position: relative;
  color: #333 !important;
  background: #fefefe url(../img/bgNav.gif) repeat-x 0 0;
  font-size: 13px;
  padding: 6px 34px 5px 35px;
}
/* line 190, ../sass/brandung/_frame.scss */
header nav > ul > li .subNavi01 {
  -webkit-box-shadow: 0px 0px 8px 1px #7f7f7f;
  -moz-box-shadow: 0px 0px 8px 1px #7f7f7f;
  box-shadow: 0px 0px 8px 1px #7f7f7f;
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: -1;
  min-height: 180px;
  background: #fff;
  border-top: 1px solid #ccc;
  width: 940px;
  padding: 20px;
}
/* line 202, ../sass/brandung/_frame.scss */
header nav > ul > li .subNavi01 ul {
  float: left;
  margin-right: 20px;
  width: 530px;
}
/* line 207, ../sass/brandung/_frame.scss */
header nav > ul > li .subNavi01 li {
  border-bottom: solid 1px #ccc;
  float: left;
  margin-right: 10px;
  width: 250px;
}
/* line 212, ../sass/brandung/_frame.scss */
header nav > ul > li .subNavi01 li a {
  padding: 8px 0px 8px 0px;
  color: #333;
  font-size: 12px;
}
/* line 216, ../sass/brandung/_frame.scss */
header nav > ul > li .subNavi01 li a:before {
  background: url(../img/vivantesSprite.png) no-repeat -114px 0px;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
/* line 225, ../sass/brandung/_frame.scss */
header nav > ul > li .subNavi01 li ul {
  float: none;
}
/* line 229, ../sass/brandung/_frame.scss */
header nav > ul > li .subNavi01 li ul li a a:before {
  color: #333;
  background: none;
  margin-left: 10px;
}
/* line 238, ../sass/brandung/_frame.scss */
header nav > ul > li .subNavi01 li:hover a {
  color: #d10d40;
  background: #e6e6e6;
  font-weight: normal;
}
/* line 243, ../sass/brandung/_frame.scss */
header nav > ul > li .subNavi01 li:hover ul {
  float: none;
}
/* line 246, ../sass/brandung/_frame.scss */
header nav > ul > li .subNavi01 li:hover ul li a {
  color: #333;
  font-weight: normal;
}
/* line 249, ../sass/brandung/_frame.scss */
header nav > ul > li .subNavi01 li:hover ul li a:hover {
  color: #d10d40;
  font-weight: bold;
  background: #f0f0f0;
}
/* line 254, ../sass/brandung/_frame.scss */
header nav > ul > li .subNavi01 li:hover ul li a:before {
  color: #333;
  background: none;
  margin-left: 10px;
}
/* line 265, ../sass/brandung/_frame.scss */
header nav > ul > li:first-child, header nav > ul > li.first-child {
  border-left: none;
  padding: 1px 4px 1px 4px;
}
/* line 270, ../sass/brandung/_frame.scss */
header nav > ul > li:last-child, header nav > ul > li.last-child {
  border-right: 0;
  padding-right: 4px;
}
/* line 275, ../sass/brandung/_frame.scss */
header nav > ul > li.active {
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
/* line 278, ../sass/brandung/_frame.scss */
header nav > ul > li.active > a {
  background: #fff;
  padding-top: 5px;
  color: #d10d40 !important;
}
/* line 284, ../sass/brandung/_frame.scss */
header nav > ul > li:hover {
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
/* line 287, ../sass/brandung/_frame.scss */
header nav > ul > li:hover > a {
  background: #fff;
  padding-top: 5px;
}
/* line 291, ../sass/brandung/_frame.scss */
header nav > ul > li:hover .subNavi01 {
  display: block;
}

@media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  /* line 301, ../sass/brandung/_frame.scss */
  header nav > ul > li:last-child {
    padding-right: 8px;
  }

  /* line 305, ../sass/brandung/_frame.scss */
  header nav > ul > li > a {
    padding: 6px 33px 5px 33px;
  }
}
/* container */
/* line 312, ../sass/brandung/_frame.scss */
#container {
  padding: 20px;
}

/* line 315, ../sass/brandung/_frame.scss */
#homepage #container {
  margin: 50px 0 10px;
}

/* breadcrumb */
/* line 321, ../sass/brandung/_frame.scss */
.breadcrumbs {
  font-family: Verdana, Geneva, sans-serif;
  border-bottom: 1px solid #e2e2e2;
  color: #acacac;
  margin: 0;
  padding: 10px 20px 6px 20px;
  clear: both;
}
/* line 329, ../sass/brandung/_frame.scss */
.breadcrumbs li {
  font-size: 10px;
  font-size: 0.90909em;
  list-style: none;
  display: inline;
}
/* line 333, ../sass/brandung/_frame.scss */
.breadcrumbs li.arrowBread:after {
  background-position: -157px 1px;
  margin: 0 4px 0 0;
}
/* line 337, ../sass/brandung/_frame.scss */
.breadcrumbs li a {
  color: #acacac;
  text-decoration: none;
}
/* line 341, ../sass/brandung/_frame.scss */
.breadcrumbs li a:hover {
  text-decoration: underline;
}

/* footer */
/* line 349, ../sass/brandung/_frame.scss */
footer {
  background: whitesmoke;
  /* Old browsers */
  background: -moz-linear-gradient(top, whitesmoke 0%, white 5%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(5%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, whitesmoke 0%, white 5%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, whitesmoke 0%, white 5%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, whitesmoke 0%, white 5%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 5%, #ffffff 100%);
  /* W3C */
  color: #666;
  padding: 20px 20px 10px;
  font-size: 11px;
  border-top: solid 1px #dadada;
}
/* line 363, ../sass/brandung/_frame.scss */
footer section {
  float: left;
  width: 100%;
}
/* line 368, ../sass/brandung/_frame.scss */
footer section h1 {
  float: left;
  position: relative;
  width: 114px;
  height: 57px;
  overflow: hidden;
  margin: 0;
}
/* line 376, ../sass/brandung/_frame.scss */
footer section h1 img {
  width: auto !important;
}
/* line 381, ../sass/brandung/_frame.scss */
footer section p {
  float: left;
  margin: -4px 0 1em;
  width: 826px;
}
/* line 388, ../sass/brandung/_frame.scss */
footer address {
  float: left;
  font-style: normal;
}
/* line 393, ../sass/brandung/_frame.scss */
footer div {
  float: left;
  margin: 0 0 0 26px;
  width: 167px;
}
/* line 398, ../sass/brandung/_frame.scss */
footer div:first-of-type {
  margin: 0;
}
/* line 402, ../sass/brandung/_frame.scss */
footer div h3 {
  margin-bottom: 0;
  min-height: 36px;
}
/* line 408, ../sass/brandung/_frame.scss */
footer ul {
  float: left;
  width: 167px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
/* line 415, ../sass/brandung/_frame.scss */
footer ul.last {
  margin-right: 0;
}
/* line 419, ../sass/brandung/_frame.scss */
footer ul li {
  border-bottom: 1px solid #bfbfbf;
  border-top: 0 none;
}
/* line 423, ../sass/brandung/_frame.scss */
footer ul li strong {
  font-size: 12px;
  color: #333 !important;
}
/* line 430, ../sass/brandung/_frame.scss */
footer ul li:first-child + li {
  border-top: none;
}
/* line 436, ../sass/brandung/_frame.scss */
footer ul a,
footer ul strong {
  display: block;
  color: #666 !important;
  padding: 3px 0;
  text-decoration: none;
}
/* line 447, ../sass/brandung/_frame.scss */
footer .copyright {
  clear: both;
  border-top: 1px solid #ccc;
  margin: 0;
  padding-top: 10px;
}
/* line 453, ../sass/brandung/_frame.scss */
footer .copyright a {
  color: #666;
  text-decoration: none;
  float: right;
  display: block;
  margin-left: 12px;
}
/* line 460, ../sass/brandung/_frame.scss */
footer .copyright a:before {
  margin-right: 3px;
}
/* line 466, ../sass/brandung/_frame.scss */
footer a:hover {
  color: #d10d40 !important;
}

/* submenu */
/* line 472, ../sass/brandung/_frame.scss */
.modSubmenu {
  width: 100%;
}
/* line 475, ../sass/brandung/_frame.scss */
.modSubmenu ul {
  margin: 0;
  padding: 0;
}
/* line 479, ../sass/brandung/_frame.scss */
.modSubmenu ul:first-child {
  border-bottom: 1px solid #ddd;
}
/* line 484, ../sass/brandung/_frame.scss */
.modSubmenu li {
  border-top: 1px solid #ddd;
  padding: 1px 0 0;
}
/* line 489, ../sass/brandung/_frame.scss */
.modSubmenu a {
  position: relative;
  display: block;
  margin-bottom: 1px;
  padding: 6px 2px 6px 25px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
/* line 498, ../sass/brandung/_frame.scss */
.modSubmenu a:before {
  position: absolute;
  left: 3px;
  background: url("../img/vivantesSprite.png") no-repeat -112px 0;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}
/* line 509, ../sass/brandung/_frame.scss */
.modSubmenu a.active {
  background-color: #e6e6e6;
  color: #d10d40;
}
/* line 514, ../sass/brandung/_frame.scss */
.modSubmenu a:hover {
  background-color: #e6e6e6;
}
/* line 519, ../sass/brandung/_frame.scss */
.modSubmenu li.active a.active:before {
  background-position: -128px 0;
}
/* line 524, ../sass/brandung/_frame.scss */
.modSubmenu ul ul a {
  font-weight: normal;
  background-color: #f0f0f0;
}
/* line 528, ../sass/brandung/_frame.scss */
.modSubmenu ul ul a:before {
  content: none;
}
/* line 532, ../sass/brandung/_frame.scss */
.modSubmenu ul ul a.active {
  background-color: #f0f0f0;
}
/* line 537, ../sass/brandung/_frame.scss */
.modSubmenu ul ul ul {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/* line 541, ../sass/brandung/_frame.scss */
.modSubmenu ul ul ul a {
  background-color: #fff;
  padding-left: 40px;
}
/* line 545, ../sass/brandung/_frame.scss */
.modSubmenu ul ul ul a.active {
  background-color: #fff;
}

/* csc-sitemap */
/* line 556, ../sass/brandung/_frame.scss */
.csc-sitemap a {
  color: #333333;
  padding: 0 0 0 15px;
  text-decoration: none;
}
/* line 562, ../sass/brandung/_frame.scss */
.csc-sitemap li {
  background: url("../img/iconLi.gif") no-repeat scroll 0 15px rgba(0, 0, 0, 0);
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  margin: 0;
  padding-top: 10px;
}
/* line 571, ../sass/brandung/_frame.scss */
.csc-sitemap > ul > li > ul > li > a {
  font-weight: normal !important;
}

/* scroll top */
/* line 578, ../sass/brandung/_frame.scss */
.topLink {
  color: #fff;
  position: fixed;
  margin-left: 560px;
  left: 50%;
  bottom: 30px;
  display: none;
  padding: 7px 0 0 6px;
  height: 30px;
  width: 100px;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  background: url(../img/bgTop.png) no-repeat 0 0;
  opacity: 0.9;
  z-index: 2000;
}
/* line 595, ../sass/brandung/_frame.scss */
.topLink:focus {
  color: #fff;
}
/* line 598, ../sass/brandung/_frame.scss */
.topLink:hover {
  color: #D10D40;
}

/* ie */
/* line 605, ../sass/brandung/_frame.scss */
.lt-ie9 .wrapper {
  border: solid 1px #7F7F7F;
}
/* line 609, ../sass/brandung/_frame.scss */
.lt-ie9 #homepage .wrapper {
  border: none;
}
/* line 613, ../sass/brandung/_frame.scss */
.lt-ie9 #homepage header,
.lt-ie9 #homepage footer {
  border: solid 1px #7F7F7F;
}
/* line 620, ../sass/brandung/_frame.scss */
.lt-ie9 header nav > ul {
  width: 978px;
}
/* line 628, ../sass/brandung/_frame.scss */
.lt-ie9 footer section + div {
  margin: 0;
}
/* line 631, ../sass/brandung/_frame.scss */
.lt-ie9 footer section p {
  width: 824px;
}
/* line 636, ../sass/brandung/_frame.scss */
.lt-ie9 footer div {
  width: 161px;
}

/* ie10 and ie9 only */
@media screen and (min-width: 0 \0) {
  /* line 644, ../sass/brandung/_frame.scss */
  header nav ul li.last-child {
    padding-right: 2px;
  }
}
/* ==========================================================================
   Author: [brandung GmbH & Co.KG]
   ========================================================================== */
/* Noscript ======================================================= */
/* line 53, ../sass/main.scss */
noscript {
  color: white;
  margin: 0.2em 0;
  background: #d10d40;
  padding: 0.2em 0;
  text-align: center;
}
/* line 59, ../sass/main.scss */
noscript p {
  margin: 0 auto;
  max-width: 980px;
}

/* Content Elements ======================================================= */
/* line 67, ../sass/main.scss */
p {
  margin: 1.5em 0;
  line-height: 18px;
}

/* line 68, ../sass/main.scss */
h2 {
  font-size: 16px;
  font-size: 1.45455em;
}

/* line 69, ../sass/main.scss */
hr {
  margin: 18px 0 11px;
}

/* homepage background */
/* line 72, ../sass/main.scss */
#homepage {
  background: url(../img/background.jpg) center 120px no-repeat;
}

/* 404 background */
/* line 77, ../sass/main.scss */
#lostpage {
  background: url(../img/_dummyPics/404header.jpg) center 120px no-repeat whitesmoke;
}
/* line 79, ../sass/main.scss */
#lostpage .wrapper {
  box-shadow: none;
}
/* line 82, ../sass/main.scss */
#lostpage header, #lostpage footer {
  box-shadow: 0 0 3px 0 #BBBBBB;
}

/* icons */
/* line 88, ../sass/main.scss */
.iconBefore:before,
.iconAfter:after {
  background: url("../img/vivantesSprite.png") no-repeat 0 0;
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
}

/* line 98, ../sass/main.scss */
.iconFontBigger:before {
  background-position: 0 -16px;
}

/* line 101, ../sass/main.scss */
.iconFontNormal:before {
  background-position: -281px -73px;
}

/* line 104, ../sass/main.scss */
.iconFontSmaller:before {
  background-position: -16px -16px;
}

/* line 107, ../sass/main.scss */
.iconLinkArrow:before,
.iconLinkArrow:after {
  background-position: -114px 1px;
}

/* line 111, ../sass/main.scss */
.iconPrint:before {
  background-position: -48px 0;
}

/* line 114, ../sass/main.scss */
.iconPDF:before {
  background-position: -4px -91px;
}

/* line 117, ../sass/main.scss */
.iconPDFSeite:before {
  background-position: -258px 0;
  width: 20px;
}

/* line 121, ../sass/main.scss */
.iconArrowNext:after {
  background-position: -32px 0;
}

/* line 124, ../sass/main.scss */
.button.iconArrowNext:after {
  position: absolute;
  right: 5px;
  top: 4px;
}

/* line 129, ../sass/main.scss */
.iconFax:before {
  background-position: -218px 0;
  margin-right: 5px;
}

/* line 133, ../sass/main.scss */
.iconMail:before {
  background-position: -238px 0;
  margin-right: 5px;
}

/* line 137, ../sass/main.scss */
.iconTel:before {
  background-position: -178px 1px;
  margin-right: 5px;
}

/* line 142, ../sass/main.scss */
nav > ul > li > .iconArrowDownGrey {
  padding-right: 40px;
}
/* line 144, ../sass/main.scss */
nav > ul > li > .iconArrowDownGrey:after {
  margin-left: 7px;
  /*ie issue here */
}

/* button */
/* line 150, ../sass/main.scss */
.buttonGrey {
  background: #ababab;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  color: #fff !important;
  padding: 5px 11px 6px 11px;
  text-decoration: none !important;
  margin: 0px 0 30px 0;
  min-width: 160px;
}

/* line 162, ../sass/main.scss */
.button,
.buttonGrey:hover {
  display: inline-block;
  font-size: 11px;
  border-radius: 4px;
  color: #fff !important;
  padding: 5px 11px 6px 11px;
  text-decoration: none !important;
  background: #d10d40;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d10d40 0%, #ad061a 50%, #af0516 51%, #d10d40 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d10d40), color-stop(50%, #ad061a), color-stop(51%, #af0516), color-stop(100%, #d10d40));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d10d40 0%, #ad061a 50%, #af0516 51%, #d10d40 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d10d40 0%, #ad061a 50%, #af0516 51%, #d10d40 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d10d40 0%, #ad061a 50%, #af0516 51%, #d10d40 100%);
  /* IE10+ */
  background: linear-gradient(top, #d10d40 0%, #ad061a 50%, #af0516 51%, #d10d40 100%);
  /* W3C */
}

/* line 178, ../sass/main.scss */
.button:hover {
  background: #ababab;
}

/* line 181, ../sass/main.scss */
.button.iconAfter {
  position: relative;
  padding: 5px 30px 6px 11px;
}

/* line 186, ../sass/main.scss */
.button.iconArrowNext:after {
  position: absolute;
  right: 5px;
  top: 4px;
}

/* line 191, ../sass/main.scss */
.modHomepageTeaser a,
.modHomepageTeaser a {
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: .99em;
  height: 24px;
  line-height: 24px;
  padding-left: 8px;
  position: relative;
  text-decoration: none;
  width: 156px;
  background: #d10d40;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d10d40 0%, #ad061a 50%, #af0516 51%, #d10d40 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d10d40), color-stop(50%, #ad061a), color-stop(51%, #af0516), color-stop(100%, #d10d40));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d10d40 0%, #ad061a 50%, #af0516 51%, #d10d40 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d10d40 0%, #ad061a 50%, #af0516 51%, #d10d40 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d10d40 0%, #ad061a 50%, #af0516 51%, #d10d40 100%);
  /* IE10+ */
  background: linear-gradient(top, #d10d40 0%, #ad061a 50%, #af0516 51%, #d10d40 100%);
  /* W3C */
}

/* line 205, ../sass/main.scss */
.modHomepageTeaser .iconLinkArrow:after {
  background-position: -36px -2px;
  position: absolute;
  top: 5px;
  right: 7px;
  width: 8px;
}

/* list */
/* line 215, ../sass/main.scss */
.col-main ul {
  padding: 0;
  list-style: none;
}
/* line 219, ../sass/main.scss */
.col-main ul li {
  background: url("../img/iconLi.gif") no-repeat 0 6px;
  padding-left: 15px;
  margin-bottom: 10px;
}
/* line 225, ../sass/main.scss */
.col-main ul.listPage {
  margin: 0;
}
/* line 228, ../sass/main.scss */
.col-main ul.listPage li {
  margin-bottom: 15px;
}
/* line 235, ../sass/main.scss */
.col-main ul.flex-direction-nav li {
  background: none;
}

/* form */
/* line 243, ../sass/main.scss */
.fields {
  margin-bottom: 5px;
}
/* line 246, ../sass/main.scss */
.fields .field:first-child {
  margin-right: 40px;
}
/* line 249, ../sass/main.scss */
.fields .wide {
  width: 100%;
}
/* line 253, ../sass/main.scss */
.fields label {
  font-size: 11px;
  font-weight: bold;
}
/* line 258, ../sass/main.scss */
.fields .field {
  float: left;
}
/* line 261, ../sass/main.scss */
.fields .field label {
  color: #333;
  font-size: 11px;
  font-weight: bold;
}
/* line 267, ../sass/main.scss */
.fields .field .input {
  margin: 5px 0;
  min-height: 23px;
}
/* line 274, ../sass/main.scss */
.fields .fieldInfo .input {
  margin: 3px 0;
}
/* line 277, ../sass/main.scss */
.fields .fieldInfo .input a {
  background: url("../img/vivantesSprite.png") no-repeat scroll -232px -19px transparent;
  display: block;
  float: left;
  height: 18px;
  margin: 0 5px;
  overflow: hidden;
  text-indent: -50em;
  width: 15px;
  float: left;
  margin: 8px 0 0 100px;
}
/* line 291, ../sass/main.scss */
.fields .fieldInfo div:first-child {
  position: relative;
}
/* line 295, ../sass/main.scss */
.fields textarea {
  color: #666;
  font-size: 1.2em;
  height: 100px;
  margin-top: 5px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  resize: none;
  width: 99%;
}
/* line 305, ../sass/main.scss */
.fields .input textarea {
  margin-top: 0;
  width: 303px;
}

/* line 313, ../sass/main.scss */
.field .input label {
  color: #000;
  font-weight: normal;
  margin: 0px 20px 0 0;
}
/* line 318, ../sass/main.scss */
.field .input .middle {
  display: inline;
  width: 230px;
}
/* line 322, ../sass/main.scss */
.field .input .small {
  display: inline;
  width: 50px;
}
/* line 327, ../sass/main.scss */
.field .input .middleMarge,
.field .input .smallMarge {
  margin-right: 9px;
}
/* line 333, ../sass/main.scss */
.field input[type="radio"] {
  margin-top: 5px;
  vertical-align: bottom;
}
/* line 338, ../sass/main.scss */
.field input[type="text"],
.field input[type="file"],
.field select {
  color: #666;
  display: inline-block;
  font-size: 1.2em;
  padding: 2px;
  width: 308px;
  border: 1px solid #ccc;
  height: 23px;
}
/* line 350, ../sass/main.scss */
.field input[type="file"] {
  float: left;
  margin: 5px 0;
}
/* line 355, ../sass/main.scss */
.field input[type="text"],
.field input[type="password"] {
  width: 301px;
}
/* line 360, ../sass/main.scss */
.field input[type="checkbox"] {
  vertical-align: middle;
}
/* line 363, ../sass/main.scss */
.field .labelTooltip {
  float: left;
}

/* line 369, ../sass/main.scss */
.error {
  color: #d10d40 !important;
  font-size: 10px;
}

/* line 373, ../sass/main.scss */
.errorInput {
  border: 1px solid #d10d40 !important;
}

/* line 377, ../sass/main.scss */
.buttons {
  width: 100%;
}
/* line 380, ../sass/main.scss */
.buttons a,
.buttons button {
  border: none;
  float: right;
  margin-bottom: 20px;
}
/* line 387, ../sass/main.scss */
.buttons a.button.btnMoreFile {
  float: left;
  margin-left: 0;
}
/* line 391, ../sass/main.scss */
.buttons a:first-child {
  margin-left: 40px;
}

/* vcard */
/* line 397, ../sass/main.scss */
.vCard {
  margin: 30px 0 20px;
}
/* line 399, ../sass/main.scss */
.vCard a {
  color: #D10D40;
}
/* line 402, ../sass/main.scss */
.vCard span {
  display: block;
}

/* homepage */
/* line 408, ../sass/main.scss */
#homepage header,
#lostpage header {
  margin-bottom: 80px;
}

/* headlines */
/* line 414, ../sass/main.scss */
.col-main > h2 {
  margin-top: 0;
}

/* Plugins ================================================================== */
/* line 420, ../sass/main.scss */
.flexslider {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
  margin: 0;
}
/* line 426, ../sass/main.scss */
.flexslider li {
  background: none;
  margin: 0;
  padding: 0;
}
/* line 432, ../sass/main.scss */
.flexslider .flex-direction-nav a {
  transition: none;
  -webkit-transition: none;
  opacity: 1;
}
/* line 437, ../sass/main.scss */
.flexslider .flex-direction-nav a.flex-next {
  right: 0;
}
/* line 441, ../sass/main.scss */
.flexslider .flex-direction-nav a.flex-prev {
  left: 0;
}
/* line 448, ../sass/main.scss */
.flexslider:hover .flex-direction-nav a {
  opacity: 1;
}
/* line 454, ../sass/main.scss */
.flexslider .slides img {
  width: auto;
}

/* Modules ================================================================== */
/* module: homepageteaser */
/* line 464, ../sass/main.scss */
.modHomepageTeaserBig, .modHomepageTeaser {
  border: solid 1px #ccc;
  padding: 28px 18px;
  background: #FFF;
  margin-bottom: 20px;
}
/* line 469, ../sass/main.scss */
.modHomepageTeaserBig h2, .modHomepageTeaser h2 {
  font-size: 18px;
  font-size: 1.63636em;
  font-family: Verdana;
  font-weight: bold;
  margin: 15px 0;
  color: #3e3e3e;
}
/* line 476, ../sass/main.scss */
.modHomepageTeaserBig p, .modHomepageTeaser p {
  font-family: Verdana;
}

/* line 481, ../sass/main.scss */
.modHomepageTeaser {
  -webkit-box-shadow: 0px 0px 3px 0px #bbbbbb;
  -moz-box-shadow: 0px 0px 3px 0px #bbbbbb;
  box-shadow: 0px 0px 3px 0px #bbbbbb;
  padding: 0 0 15px 0;
}
/* line 485, ../sass/main.scss */
.modHomepageTeaser h2,
.modHomepageTeaser p {
  padding: 0px 18px;
}
/* line 489, ../sass/main.scss */
.modHomepageTeaser p {
  height: 105px;
  font-size: 12px;
  font-size: 1.09091em;
  line-height: 18px;
}
/* line 494, ../sass/main.scss */
.modHomepageTeaser a {
  margin-left: 15px;
}

/* line 499, ../sass/main.scss */
.modHomepageTransparentTeaser {
  -webkit-box-shadow: 0px 0px 5px 0px #888888;
  -moz-box-shadow: 0px 0px 5px 0px #888888;
  box-shadow: 0px 0px 5px 0px #888888;
  background-color: rgba(255, 255, 255, 0.85);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#CCFFFFFF', EndColorStr='#CCFFFFFF');
  width: 380px;
  padding: 28px 30px;
  margin: 0 0 80px;
}
/* line 506, ../sass/main.scss */
.modHomepageTransparentTeaser h2 {
  font-size: 24px;
  font-size: 2.18182em;
  color: #d10d40;
  margin: 0 0 10px;
  line-height: 30px;
}
/* line 512, ../sass/main.scss */
.modHomepageTransparentTeaser p {
  font-size: 14px;
  font-size: 1.27273em;
  color: #3e3e3e;
  margin: 0;
}

/* module: 404 page */
/* line 520, ../sass/main.scss */
.modInfo404 {
  background: white;
  box-shadow: 0 0 3px 0 #bbb;
  margin: 14em 0 3em 0;
  padding: 2em;
}
/* line 525, ../sass/main.scss */
.modInfo404 h2 {
  font-size: 1.7em;
  font-weight: normal;
  margin: 0.2em 0 1em 0;
}
/* line 530, ../sass/main.scss */
.modInfo404 strong {
  font-size: 1.2em;
}
/* line 533, ../sass/main.scss */
.modInfo404 strong, .modInfo404 a {
  color: #d10d40;
}

/* module: teaser header page */
/* line 540, ../sass/main.scss */
.modTeaserHeaderPage {
  position: relative;
  margin-bottom: 20px;
}

/* module: googlemaps */
/* line 546, ../sass/main.scss */
.modGooglemaps {
  border-top: solid 1px #ddd;
  margin: 30px 0 10px;
  padding-top: 30px;
}

/* modAccordion */
/* line 553, ../sass/main.scss */
.modAccordion {
  border-top: 1px solid #ddd;
  margin: 40px 0;
}
/* line 556, ../sass/main.scss */
.modAccordion .modMessage {
  border-bottom: 1px solid #D9D9D9;
  margin: 0;
  padding: 0;
}
/* line 561, ../sass/main.scss */
.modAccordion h1 {
  font-size: 1.2em;
  padding: 10px 25px 10px 10px;
  margin: 0;
  cursor: pointer;
  position: relative;
  outline: none !important;
}
/* line 567, ../sass/main.scss */
.modAccordion h1 .ui-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url("../img/vivantesSprite.png") no-repeat -247px -19px;
}
/* line 576, ../sass/main.scss */
.modAccordion h1.ui-state-active .ui-icon {
  background-position: -262px -19px;
}
/* line 581, ../sass/main.scss */
.modAccordion .accordionContent {
  padding: 10px;
  margin: 0;
  border-top: 1px solid #e8e8e8;
}
/* line 585, ../sass/main.scss */
.modAccordion .accordionContent p {
  margin: 1em 0;
  line-height: 16px;
}
/* line 590, ../sass/main.scss */
.modAccordion h1.ui-state-active,
.modAccordion .ui-accordion-content-active {
  background-color: #f8f8f8;
}
/* line 594, ../sass/main.scss */
.modAccordion h1.ui-state-active {
  color: #d10d40;
}

/* module: form */
/* line 600, ../sass/main.scss */
.modFormular {
  background: #fdfdfd;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f4f4f4));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fdfdfd 0%, #f4f4f4 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fdfdfd 0%, #f4f4f4 100%);
  /* W3C */
  border: solid 1px #e6e6e6;
  padding-top: 1px;
}
/* line 610, ../sass/main.scss */
.modFormular form {
  padding: 20px;
}
/* line 612, ../sass/main.scss */
.modFormular form p {
  margin-bottom: 30px;
}
/* line 615, ../sass/main.scss */
.modFormular form hr {
  clear: both;
  margin: 12px 0 20px;
  border-color: #e6e6e6;
}
/* line 620, ../sass/main.scss */
.modFormular form .field {
  margin-bottom: 10px;
}
/* line 623, ../sass/main.scss */
.modFormular form .field.wide select {
  width: 100%;
}
/* line 629, ../sass/main.scss */
.modFormular .headerBlock {
  font-size: 13px;
  font-size: 1.18182em;
  color: #fff;
  background: #d10d40;
  position: relative;
  padding: 7px 12px 10px;
  margin: 0;
}
/* line 636, ../sass/main.scss */
.modFormular .headerBlock .requiredInfo {
  font-size: 10px;
  float: right;
  margin-top: .5%;
  font-weight: normal;
}
/* line 643, ../sass/main.scss */
.modFormular a {
  color: #D10D40;
}

/* modContactTeaser */
/* line 649, ../sass/main.scss */
.modContactTeaser {
  border: 1px solid #e6e6e6;
  padding: 20px 25px;
  margin: 30px 0;
}
/* line 653, ../sass/main.scss */
.modContactTeaser h2 {
  margin: 0 0 15px;
  color: #d10d40;
}
/* line 657, ../sass/main.scss */
.modContactTeaser h3 {
  font-size: 11px;
  font-size: 1em;
  margin: 0;
}
/* line 661, ../sass/main.scss */
.modContactTeaser .vCard {
  margin: 0;
}
/* line 663, ../sass/main.scss */
.modContactTeaser .vCard span {
  display: block;
}

/* modSlider */
/* line 670, ../sass/main.scss */
.modSlider {
  background: whitesmoke;
  /* Old browsers */
  background: -moz-linear-gradient(top, whitesmoke 0%, white 28%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, whitesmoke), color-stop(28%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, whitesmoke 0%, white 28%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, whitesmoke 0%, white 28%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, whitesmoke 0%, white 28%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 28%);
  /* W3C */
  border-top: 1px solid #ccc;
  padding-bottom: 30px;
  padding-top: 1px;
}
/* line 682, ../sass/main.scss */
.modSlider h2 {
  font-size: 14px;
  font-size: 1.27273em;
  margin: 20px 30px 10px;
}
/* line 686, ../sass/main.scss */
.modSlider p {
  margin: 0 0 30px 30px;
}
/* line 689, ../sass/main.scss */
.modSlider .flex-viewport {
  left: 52px;
  width: 606px;
}
/* line 694, ../sass/main.scss */
.modSlider .flex-direction-nav li a {
  width: 26px;
  height: 40px;
  margin: -13px 0 0;
  display: block;
  background: url(../img/pfeile.png) no-repeat 0px 0;
  position: absolute;
  top: 45%;
  cursor: pointer;
  text-indent: -9999px;
}
/* line 704, ../sass/main.scss */
.modSlider .flex-direction-nav li a:hover {
  background-position: 0 -44px;
}
/* line 708, ../sass/main.scss */
.modSlider .flex-direction-nav li .next {
  background-position: -32px 0;
  right: -4px;
}
/* line 711, ../sass/main.scss */
.modSlider .flex-direction-nav li .next:hover {
  background-position: -33px -44px;
}
/* line 715, ../sass/main.scss */
.modSlider .flex-direction-nav li .prev {
  left: -10px;
}
/* line 718, ../sass/main.scss */
.modSlider .flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}
/* line 723, ../sass/main.scss */
.modSlider .flex-direction-nav li .flex-next {
  background-position: -32px 0;
}
/* line 726, ../sass/main.scss */
.modSlider .flex-direction-nav li .flex-next {
  right: 7px;
  background-position: -25px 0px;
  width: 32px;
}
/* line 730, ../sass/main.scss */
.modSlider .flex-direction-nav li .flex-next:hover {
  background-position: -26px -44px;
}
/* line 734, ../sass/main.scss */
.modSlider .flex-direction-nav li .flex-prev {
  left: 12px;
}
/* line 739, ../sass/main.scss */
.modSlider .flexslider .slides {
  position: relative;
  left: 0;
}
/* line 742, ../sass/main.scss */
.modSlider .flexslider .slides li {
  margin: 0;
  background: 0;
  padding: 0;
}
/* line 746, ../sass/main.scss */
.modSlider .flexslider .slides li a {
  display: inline-block;
  padding-bottom: 8px;
}
/* line 749, ../sass/main.scss */
.modSlider .flexslider .slides li a:first-child {
  margin-left: 0;
}
/* line 753, ../sass/main.scss */
.modSlider .flexslider .slides li > span {
  display: block;
  margin-left: 0;
}
/* line 757, ../sass/main.scss */
.modSlider .flexslider .slides li span span {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
}
/* line 761, ../sass/main.scss */
.modSlider .flexslider .slides li span span span {
  display: block;
}
/* line 767, ../sass/main.scss */
.modSlider .flexslider img {
  width: auto;
  display: inline;
  border: 1px solid #ddd;
}

/* module: team list*/
/* line 776, ../sass/main.scss */
.modListChef {
  background: #ffffff;
  border-top: 1px solid #dddddd;
}
/* line 780, ../sass/main.scss */
.modListChef ul li {
  background: none;
  border-top: 1px solid #dddddd;
  margin-bottom: 20px;
  padding: 15px 0 0 0;
}
/* line 785, ../sass/main.scss */
.modListChef ul li > p {
  padding: 0 15px 15px;
}
/* line 788, ../sass/main.scss */
.modListChef ul li strong {
  font-size: 12px;
  font-size: 1.09091em;
}
/* line 791, ../sass/main.scss */
.modListChef ul li p {
  margin: 0;
  padding: 0;
}
/* line 794, ../sass/main.scss */
.modListChef ul li p span.iconBefore {
  line-height: 21px;
}
/* line 798, ../sass/main.scss */
.modListChef ul li:first-child {
  border-top: none;
}
/* line 801, ../sass/main.scss */
.modListChef ul li a {
  color: #D10D40;
}
/* line 806, ../sass/main.scss */
.modListChef .col2-set .col-1 {
  width: 100%;
}
/* line 809, ../sass/main.scss */
.modListChef img {
  float: left;
  margin-right: 10px;
}

/* module: search results*/
/* line 817, ../sass/main.scss */
.modSearchbar h2 {
  margin-top: 0;
}
/* line 821, ../sass/main.scss */
.modSearchbar .search {
  border: 1px solid #CCC;
  float: right;
  padding: 1em;
}

/* line 828, ../sass/main.scss */
.tx-indexedsearch {
  overflow: hidden;
  *zoom: 1;
}

/* line 832, ../sass/main.scss */
.tx-indexedsearch-browsebox {
  border-bottom: 1px solid #ccc;
  margin: -3em 0 1em;
  padding: 0 0 1em;
}
/* line 837, ../sass/main.scss */
.tx-indexedsearch-browsebox .browsebox {
  list-style: none outside none;
  margin: 0;
  padding: 50px 0 0 0;
}
/* line 842, ../sass/main.scss */
.tx-indexedsearch-browsebox .browsebox li {
  display: inline-block;
  margin: 0 2px;
}
/* line 846, ../sass/main.scss */
.tx-indexedsearch-browsebox .browsebox li a {
  background: none repeat scroll 0 0 #ccc;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 4px 7px;
  text-align: center;
  text-decoration: none;
}
/* line 858, ../sass/main.scss */
.tx-indexedsearch-browsebox .browsebox li:hover a {
  background: none repeat scroll 0 0 #D10D40;
  color: #fff;
}
/* line 864, ../sass/main.scss */
.tx-indexedsearch-browsebox .browsebox li.tx-indexedsearch-browselist-currentPage a {
  background: none repeat scroll 0 0 #D10D40;
  color: #fff;
}

/* line 874, ../sass/main.scss */
.tx-indexedsearch-res .result {
  border-bottom: 1px solid #ccc;
  padding: 1em 1em 1em 0;
}
/* line 878, ../sass/main.scss */
.tx-indexedsearch-res .result h3,
.tx-indexedsearch-res .result p {
  float: left;
}
/* line 883, ../sass/main.scss */
.tx-indexedsearch-res .result h3 a {
  color: #D10D40;
}
/* line 887, ../sass/main.scss */
.tx-indexedsearch-res .result .searchPercent {
  float: right;
}

/**
 * brandung Gmbh & Co. KG
 *
 * scss variables
 *
 * @version 1.0
 * @date 07.02.2014
 */
/* downloadList */
/* line 903, ../sass/main.scss */
.downloadList {
  margin-top: 30px;
}
/* line 906, ../sass/main.scss */
.downloadList h2 {
  background-color: #e6e6e6;
  color: #d10d40;
  padding: .5em;
}
/* line 912, ../sass/main.scss */
.downloadList ul {
  list-style: none;
  padding: 0;
}
/* line 916, ../sass/main.scss */
.downloadList ul li {
  background: none;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
}
/* line 921, ../sass/main.scss */
.downloadList ul li strong {
  display: block;
  margin: 0 0 5px 0;
}
/* line 925, ../sass/main.scss */
.downloadList ul li ul {
  margin: 0;
}
/* line 927, ../sass/main.scss */
.downloadList ul li ul li {
  border-bottom: none;
  margin: 0;
}

/* ==|== clearing ===========================================================
  clearfix
  =========================================================================== */
/* line 939, ../sass/main.scss */
header:after,
nav:after,
#container:after,
footer:after,
#meta > ul:after,
nav:after,
.modSubmenu ul:first-child:after,
.buttons:after,
.fields:after,
.tx-indexedsearch-res .result:after,
.modSearchbar:after {
  display: block;
  content: ".";
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/* ==|== IE Rules ==========================================================
  IE Rules
  ========================================================================== */
/* IE < 9 */
/* IE < 8 */
/* line 970, ../sass/main.scss */
.lt-ie8 header,
.lt-ie8 nav,
.lt-ie8 #container,
.lt-ie8 footer,
.lt-ie8 #meta > ul,
.lt-ie8 nav,
.lt-ie8 .modSubmenu ul:first-child,
.lt-ie8 .buttons,
.lt-ie8 .fields,
.lt-ie8 .tx-indexedsearch-res .result,
.lt-ie8 .modSearchbar {
  display: inline-block;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 988, ../sass/main.scss */
.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 994, ../sass/main.scss */
.left {
  display: inline;
  float: left;
}

/* line 999, ../sass/main.scss */
.right {
  display: inline;
  float: right;
}

/* line 1004, ../sass/main.scss */
.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* line 1010, ../sass/main.scss */
.clear {
  clear: both;
}

/* line 1014, ../sass/main.scss */
.textRight {
  text-align: right;
}

/* line 1018, ../sass/main.scss */
.textLeft {
  text-align: left;
}

/* line 1022, ../sass/main.scss */
.textCenter {
  text-align: center;
}

/* ==========================================================================
   media queries
   ========================================================================== */
/* Desktop */
@media only screen and (min-width: 769px) {
  /* line 1032, ../sass/main.scss */
  body:after {
    content: 'desktop';
    display: none;
  }
}
/* Tablet (portrait) */
@media only screen and (max-width: 768px) {
  /* line 1040, ../sass/main.scss */
  body:after {
    content: 'tablet';
    display: none;
  }
}
/* Smartphones (landscape)  */
@media only screen and (max-width: 480px) {
  /* line 1048, ../sass/main.scss */
  body:after {
    content: 'smartphone';
    display: none;
  }
}
/* Smartphones (portrait) */
