@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/* line 1, ../sass/_normalize.scss */
text
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_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 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.25em;
}

@media screen and (max-width: 979px) {
.expert-col {
    float: none;
    padding: 0 10px;
    clear: left;
  }
}

.expert-col span {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Address `font-family` inconsistency between `textarea` and other form elements. */
/* line 117, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
}

/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

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

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.25em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.25em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.25em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.625em;
  margin-bottom: 0.625em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 1.66667em;
  margin-top: 0.83333em;
  margin-bottom: 0.83333em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 2.13675em;
  margin-top: 1.06838em;
  margin-bottom: 1.06838em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.25em;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.50602em;
  margin-top: 1.50602em;
  margin-bottom: 1.50602em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 1.86567em;
  margin-top: 1.86567em;
  margin-bottom: 1.86567em;
}

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

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

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

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.25em 0;
}

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

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
  line-height: 1.25em;
}

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

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

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

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

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

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

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

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

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

/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
  width: auto;
}

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

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure {
  margin: 0;
}

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

/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.375em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.75em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.75em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 398, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
  /* LTR */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 413, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  vertical-align: baseline;
  /* 4 */
  *vertical-align: middle;
  /* 4 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 432, ../sass/_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 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 443, ../sass/_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 457, ../sass/_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 471, ../sass/_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 482, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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 497, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 506, ../sass/_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 4+. */
/* line 512, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/* Drupal-style form labels. */
/* line 528, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 536, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 34, ../sass/layouts/_responsive.scss */
.front .wide, .front .pane-homepage-panel-pane-1 {
  margin-bottom: 15px;
  margin-top: -10px;
}

/* line 40, ../sass/layouts/_responsive.scss */
.topnavigation {
  display: none;
}

/* line 44, ../sass/layouts/_responsive.scss */
.pane-page-logo img {
  background-color: #fff;
  border: 0 none;
  max-width: none;
  position: relative;
  z-index: 100;
  }

/* line 54, ../sass/layouts/_responsive.scss */
.brand-inner, .nav-inner {
  max-width: 1250px;
  margin: 0 auto;
}
/* line 39, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.brand-inner:before, .brand-inner:after, .nav-inner:before, .nav-inner:after {
  content: "";
  display: table;
}
/* line 44, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.brand-inner:after, .nav-inner:after {
  clear: both;
}

/* line 62, ../sass/layouts/_responsive.scss */
.content-inner {
  max-width: 1250px;
  margin: 0 auto;
}
/* line 39, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.content-inner:before, .content-inner:after {
  content: "";
  display: table;
}
/* line 44, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.content-inner:after {
  clear: both;
}

/* line 39, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.author-pane:before, .author-pane:after {
  content: "";
  display: table;
}
/* line 44, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
.author-pane:after {
  clear: both;
}

/* line 77, ../sass/layouts/_responsive.scss */
.author-picture {
  float: left;
  width: 31.25%;
  margin-left: 0%;
  margin-right: -31.25%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
}

/* line 83, ../sass/layouts/_responsive.scss */
.author-name, .beruf {
  float: left;
  width: 75%;
  margin-left: 31.25%;
  margin-right: -106.25%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

/* line 89, ../sass/layouts/_responsive.scss */
#banner, #search-box, #navigation {
  display: none;
}

/* line 93, ../sass/layouts/_responsive.scss */
.mean-container a.meanmenu-reveal span {
  background-color: #555;
}

/* line 97, ../sass/layouts/_responsive.scss */
.mean-container a.meanmenu-reveal, .mean-container .mean-nav ul li a {
  color: #555;
}

/* line 101, ../sass/layouts/_responsive.scss */
.mean-container .mean-nav ul li a {
  border-top: 1px solid #555;
}

/* line 105, ../sass/layouts/_responsive.scss */
#sidebar a {
  font-size: 11px;
}

/* line 109, ../sass/layouts/_responsive.scss */
#main {
  font-size: 13px;
  line-height: 18px;
}

/* line 114, ../sass/layouts/_responsive.scss */
.page-experten .profile-col-1, .page-mitglieder .profile-col-1 {
  float: left;
  width: 25%;
  margin-left: 0%;
  margin-right: -25%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
}

/* line 119, ../sass/layouts/_responsive.scss */
.page-experten .profile-col-2, .page-mitglieder .profile-col-2 {
  float: left;
  width: 75%;
  margin-left: 25%;
  margin-right: -100%;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}

/* ************************************************************************************************************ */
@media screen and (max-width: 768px) {
  /* line 130, ../sass/layouts/_responsive.scss */
  .page-experten .views-row, .page-mitglieder .views-row {
    clear: left;
  }

  /* line 134, ../sass/layouts/_responsive.scss */
  .content h2 {
    clear: left;
  }

  /* line 138, ../sass/layouts/_responsive.scss */
  .pane-page-logo img {
    height: 42px;
  }



  /* line 146, ../sass/layouts/_responsive.scss */
  .mean-container .mean-bar, .mean-container .mean-nav {
    top: 49px;
    z-index: 100;
  }

  /* line 151, ../sass/layouts/_responsive.scss */
  .content-inner {
    padding: 40px 5px 0;
  }

  /* line 155, ../sass/layouts/_responsive.scss */
  #sidebar .view-homepage .views-row {
    margin-bottom: 0;
  }

  /* line 159, ../sass/layouts/_responsive.scss */
  .view-homepage .views-row {
    margin-bottom: 50px;
  }

  /* line 163, ../sass/layouts/_responsive.scss */
  .truncate {
    margin-bottom: 20px !important;
  }

  /* line 167, ../sass/layouts/_responsive.scss */
  .page-mitglieder .view-content {
    clear: left;
  }

  /* line 171, ../sass/layouts/_responsive.scss */
  .inline {
    position: static;
  }

  /* line 175, ../sass/layouts/_responsive.scss */
  .comment ul.inline li {
    text-align: center;
  }
  /* line 177, ../sass/layouts/_responsive.scss */
  .comment ul.inline li a {
    background-color: #BD2826;
    display: block;
    color: #fff;
    margin-right: 12px;
    padding: 5px 10px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 90%;
  }
}
@media screen and (min-width: 980px) {
  /* line 192, ../sass/layouts/_responsive.scss */
  #banner, #search-box, #navigation, #sidebar {
    display: block;
  }
  .profile-col-1 img {
    padding:0 !important;
  }
  .node-blog img {
    padding:20px;
  }
}
@media screen and (max-width: 768px) {
  /* line 199, ../sass/layouts/_responsive.scss */
  .secondary-links {
    display: none;
  }

  /* line 203, ../sass/layouts/_responsive.scss */
  .mean-bar {
    margin-bottom: 24px;
  }

  /* line 207, ../sass/layouts/_responsive.scss */
  #brand {
    border-bottom: 12px solid #BD2826;
    clear: left;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  /* line 216, ../sass/layouts/_responsive.scss */
  .content-inner {
    clear: both;
    margin-top: 0;
  }

  /* line 221, ../sass/layouts/_responsive.scss */
  .brand-col-1 {
    display: none;
  }

  /* line 225, ../sass/layouts/_responsive.scss */
  .brand-col-2 {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
  }

  /* line 230, ../sass/layouts/_responsive.scss */
  .brand-col-3 {
    display: none;
  }

  /* line 234, ../sass/layouts/_responsive.scss */
  .flexslider {
    height: 40px;
  }

  /* line 238, ../sass/layouts/_responsive.scss */
  .mean-container .mean-bar, .mean-container .mean-nav {
    background-color: #eee;
  }

  /* line 242, ../sass/layouts/_responsive.scss */
  .comment-form .form-type-textfield label.option {
    display: block;
    top: -47px;
  }

  /* line 247, ../sass/layouts/_responsive.scss */
  .view-mode-full .profile-col-2 {
    margin-top: 18px;
    margin-bottom: 24px;
  }

  /* line 252, ../sass/layouts/_responsive.scss */
  .brand-dummy {
    max-width: 305px;
  }
}
@media screen and (min-width: 980px) {
  /* line 260, ../sass/layouts/_responsive.scss */
  .secondary-links {
    display: block;
  }

  /* line 269, ../sass/layouts/_responsive.scss */
  .mean-container .mean-bar, .mean-container .mean-nav {
    top: 1px;
    background-color: #eee;
  }

  /* line 274, ../sass/layouts/_responsive.scss */
  .topnavigation {
    display: block;
  }

  /* line 39, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .nav-grid:before, .nav-grid:after, .brand-inner:before, .brand-inner:after {
    content: "";
    display: table;
  }
  /* line 44, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .nav-grid:after, .brand-inner:after {
    clear: both;
  }

  /* line 284, ../sass/layouts/_responsive.scss */
  #brand {
    height: 78px;
  }

  /* line 289, ../sass/layouts/_responsive.scss */
  #brand {
    border-bottom: 12px solid #BD2826;
  }

  /* line 293, ../sass/layouts/_responsive.scss */
  .brand-inner-wrapper {
    max-width: 1250px;
    margin: 0 auto;
    margin-top: -6px;
  }

  /* line 300, ../sass/layouts/_responsive.scss */
  .brand-dummy {
    border-bottom: 6px solid #fff;
    height: 6px;
    max-width: 327px;
    position: relative;
    top: 66px;
  }

  /* line 308, ../sass/layouts/_responsive.scss */
  .brand-col-2 {
    float: left;
    width: 18.75%;
    margin-left: 0%;
    margin-right: -18.75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }

  /* line 315, ../sass/layouts/_responsive.scss */
  .brand-col-3 {
    float: left;
    width: 81.25%;
    margin-left: 18.75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 321, ../sass/layouts/_responsive.scss */
  #content {
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
    margin-left: -10px;
  }

  /* line 332, ../sass/layouts/_responsive.scss */
  .content-inner {
    clear: both;
    margin-top: 115px;
  }

  /* line 337, ../sass/layouts/_responsive.scss */
  #sidebar {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 342, ../sass/layouts/_responsive.scss */
  #content .wide, .page-node .content-inner #content .pane-page-content, .secondary-links, #edit-legal,
  .section-blogs .node-blog.node-teaser, .page-taxonomy .wide-term, .page-comment-reply .wide-term,
  .page-comment-edit .wide-term, .field-name-entity-legal-document-text, .page-user-subscriptions .wide-term, #user-pass,
  .page-messages .wide-term, .page-relationships .wide-term, .page-search .pane-page-content.wide-term {
    float: left !important;
    width: 75% !important;
    margin-left: 0 !important;
    margin-right: -75% !important;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
  }

  /* line 350, ../sass/layouts/_responsive.scss */
  #comment-form-wrapper {
    clear: both;
  }

  /* line 354, ../sass/layouts/_responsive.scss */
  .col-last {
    clear: both;
  }

  /* line 358, ../sass/layouts/_responsive.scss */
  .print-icons {
    float: left;
    width: 12.5%;
    margin-left: 0%;
    margin-right: -12.5%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
  }

  /* line 363, ../sass/layouts/_responsive.scss */
  .share-icons {
    float: left;
    width: 87.5%;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -40px;
  }

  /* line 368, ../sass/layouts/_responsive.scss */
  #hp-intro {
    float: left;
    width: 37.5%;
    margin-left: 0%;
    margin-right: -37.5%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 372, ../sass/layouts/_responsive.scss */
  #hp-intro-text {
    float: left;
    width: 37.5%;
    margin-left: 37.5%;
    margin-right: -75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 378, ../sass/layouts/_responsive.scss */
  #hp-block-second {
    float: left;
    width: 37.5%;
    margin-left: 0%;
    margin-right: -37.5%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    clear: left;
  }

  /* line 383, ../sass/layouts/_responsive.scss */
  #hp-block-third {
    float: left;
    width: 37.5%;
    margin-left: 37.5%;
    margin-right: -75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 388, ../sass/layouts/_responsive.scss */
  #hp-block-fourth {
    float: left;
    width: 37.5%;
    margin-left: 0%;
    margin-right: -37.5%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
  }

  /* line 393, ../sass/layouts/_responsive.scss */
  #hp-block-fifth {
    float: left;
    width: 37.5%;
    margin-left: 37.5%;
    margin-right: -75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 397, ../sass/layouts/_responsive.scss */
  .profile-col-1 {
    float: left;
    width: 12.5%;
    margin-left: 0%;
    margin-right: -12.5%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
  }

  /* line 402, ../sass/layouts/_responsive.scss */
  .profile-col-2 {
    float: left;
    width: 87.5%;
    margin-left: 12.5%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
  }

  /* line 410, ../sass/layouts/_responsive.scss */
  .expert-col {
    float: left;
    padding: 0 10px;
    width: 400px;
  }

  /* line 417, ../sass/layouts/_responsive.scss */
  .l-setwidth {
    padding: 0 20px;
    clear: left;
  }
  /* line 39, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .l-setwidth:before, .l-setwidth:after {
    content: "";
    display: table;
  }
  /* line 44, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  .l-setwidth:after {
    clear: both;
  }

  /* line 426, ../sass/layouts/_responsive.scss */
  #footer {
    background-color: #BD2826;
    font-size: 0.75em;
    line-height: 1.66667em;
    color: white;
    clear: left;
  }
  /* line 39, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #footer:before, #footer:after {
    content: "";
    display: table;
  }
  /* line 44, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
  #footer:after {
    clear: both;
  }

  /* line 435, ../sass/layouts/_responsive.scss */
  #menu {
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 440, ../sass/layouts/_responsive.scss */
  .pane-page-primary-links {
    float: left;
    width: 75%;
    margin-left: 0%;
    margin-right: -75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -10px;
  }

  /* line 445, ../sass/layouts/_responsive.scss */
  .pane-apachesolr-form {
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    top: 4px;
    position: relative;
  }

  /* line 452, ../sass/layouts/_responsive.scss */
  .front .pane-apachesolr-form {
    top: 14px;
  }

  /* line 456, ../sass/layouts/_responsive.scss */
  #member-online {
    float: left;
    width: 12.5%;
    margin-left: 43.75%;
    margin-right: -56.25%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 460, ../sass/layouts/_responsive.scss */
  #copyright {
    float: left;
    width: 25%;
    margin-left: 6.25%;
    margin-right: -31.25%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 465, ../sass/layouts/_responsive.scss */
  #syndicate {
    float: left;
    width: 6.25%;
    margin-left: 93.75%;
    margin-right: -100%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
  }

  /* line 470, ../sass/layouts/_responsive.scss */
  .social-media {
    float: left;
    width: 6.25%;
    margin-left: 87.5%;
    margin-right: -93.75%;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
  }
}
@media screen and (max-width: 1279px) {
  /* line 481, ../sass/layouts/_responsive.scss */
  #content {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Component (SMACSS module) rules */
/* line 1, ../sass/components/_article.scss */
.node-type-blog h1 {
  margin-top: 18px;
}

/* line 5, ../sass/components/_article.scss */
.counter {
  margin-left: 6px;
}

/* line 1, ../sass/components/_aside.scss */
#sidebar button {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #999;
  border-radius: 3px;
}

/* line 6, ../sass/components/_aside.scss */
#sidebar ul {
  list-style: outside none none;
  padding: 0;
  margin: 0;
}

/* line 11, ../sass/components/_aside.scss */
#sidebar ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  font-size: 0.6rem;
  line-height: 1.1rem;
  padding: 1px 0 1px 3px;
}

/* line 20, ../sass/components/_aside.scss */
#mini-panel-user_picture_profil {
  position: relative;
}

/* line 24, ../sass/components/_aside.scss */
#sidebar h2.truncate {
  margin-bottom: 0;
}

/* line 28, ../sass/components/_aside.scss */
#sidebar fieldset {
  border: none;
  margin: 9px 0 3px -6px;
  padding: 0;
}

/* line 34, ../sass/components/_aside.scss */
#sidebar {
  background-color: #dedfd2;
  padding-top: 10px;
  margin-bottom: 40px;
}
/* line 38, ../sass/components/_aside.scss */
#sidebar .view-content {
  min-height: 50px;
}
/* line 42, ../sass/components/_aside.scss */
#sidebar .views-field {
  border-bottom: 1px dotted #999;
  padding: 3px;
}
/* line 47, ../sass/components/_aside.scss */
#sidebar h2.pane-title {
  background-color: #BD2826;
  color: white;
  border-bottom: 2px solid #ccc;
  font-size: 13px;
  line-height: 1.42857em;
  padding: 3px 6px;
  margin-bottom: 0;
}
/* line 57, ../sass/components/_aside.scss */
#sidebar .menu {
  margin-top: 0;
  margin-bottom: 12px;
}
/* line 62, ../sass/components/_aside.scss */
#sidebar #mini-panel-user_picture_profil p {
  margin: 0;
  padding: 3px 0;
  border-bottom: 1px dotted #999;
}
/* line 68, ../sass/components/_aside.scss */
#sidebar .pane-apachesolr-search-sort
ul {
  padding: 0;
  margin: 0;
}
/* line 73, ../sass/components/_aside.scss */
#sidebar li {
  border-bottom: 1px dotted #999;
  padding: 3px;
}
/* line 77, ../sass/components/_aside.scss */
#sidebar .pane-apachesolr-info {
  font-size: 11px;
  margin-left: 3px;
  padding-top: 6px;
}

/* line 1, ../sass/components/_blocks.scss */
.button {
  margin-right: 12px;
  border-radius: 10px;
  background-color: #911;
  padding: 6px 12px !important;
}

/* line 8, ../sass/components/_blocks.scss */
.button a {
  color: #fff !important;
}

/* line 1, ../sass/components/_comments.scss */
.comment-count {
  color: #BD2826;
  font-size: 11px;
  display: inline-block;
  float: right;
  margin-right: -6px;
  padding-right: 3px;
}

/* line 10, ../sass/components/_comments.scss */
.counter-wrapper {
  float: right;
  display: inline-block;
}

/* line 15, ../sass/components/_comments.scss */
.full-comment-count {
  color: #BD2826;
  font-size: 11px;
  margin-right: 6px;
}

/* line 21, ../sass/components/_comments.scss */
.comment-count::before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 3px;
}

/* line 28, ../sass/components/_comments.scss */
.full-comment-count:before {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 3px;
}

/* line 35, ../sass/components/_comments.scss */
.comment {
  margin-top: 18px;
  padding: 0 0 12px 12px;
  position: relative;
}

/* line 40, ../sass/components/_comments.scss */
.comment.odd {
  background-color: #f3f3f3;
}

/* line 43, ../sass/components/_comments.scss */
.comment.even {
  background-color: #dedfed;
}

/* line 47, ../sass/components/_comments.scss */
.comments__title {
  margin-bottom: 24px;
}

/* line 50, ../sass/components/_comments.scss */
.sidebar-comment-count {
  color: #BD2826;
  margin-right: 3px;
  position: absolute;
  right: 0;
  font-size: 11px;
}

/* line 57, ../sass/components/_comments.scss */
.sidebar-comment-count::after {
  content: "";
  font-family: FontAwesome;
  margin-left: 3px;
}

/* line 63, ../sass/components/_comments.scss */
.view-display-id-panel_pane_3 span.field-content, .view-display-id-panel_pane_5 span.field-content, .view-display-id-panel_pane_2 span.field-content, .view-comments-recent span.field-content {
  display: block;
  width: 230px;
  word-wrap: break-word;
}

/* line 69, ../sass/components/_comments.scss */
#comments .user-picture img, .comment .user-picture img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

/* line 75, ../sass/components/_comments.scss */
.comment-form, #edit-comment-body {
  margin-top: 18px !important;
}

/* line 79, ../sass/components/_comments.scss */
.counter {
  background: url("icon_counter.png") no-repeat scroll 0 0;
  padding-left: 18px;
}

/* line 84, ../sass/components/_comments.scss */
.wide.comments {
  width: 100% !important;
}

/* line 1, ../sass/components/_footer.scss */
#footer {
  color: #fff;
  line-height: 2px;
}

/* line 5, ../sass/components/_footer.scss */
#footer p {
  color: #fff !important;
}

/* line 8, ../sass/components/_footer.scss */
#footer .social-media, #copyright {
  margin-top: 18px;
}

/* line 12, ../sass/components/_footer.scss */
#footer .facebookbtn::after {
  color: #fff;
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 12px;
}

/* line 19, ../sass/components/_footer.scss */
#footer .twitterbtn::after {
  color: #fff;
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
  margin-right: 16px;
}

/* line 26, ../sass/components/_footer.scss */
#footer .rssbtn::after {
  color: #fff;
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
}

/* line 32, ../sass/components/_footer.scss */
#footer .registerbtn::after {
  color: #fff;
  content: "";
  font-family: FontAwesome;
  font-size: 16px;
}

/* line 1, ../sass/components/_forms.scss */
.form-type-fivestar {
  position: absolute;
  bottom: 6px;
}

/* line 6, ../sass/components/_forms.scss */
.form-type-fivestar .description {
  margin-top: -5px;
}

/* line 10, ../sass/components/_forms.scss */
#content .form-wrapper {
  margin-top: 0;
}

/* line 15, ../sass/components/_forms.scss */
.vertical-tabs-panes {
  padding-top: 2em;
}

/* line 19, ../sass/components/_forms.scss */
#blog-node-form #edit-submit {
  margin-left: 200px;
}

/* line 23, ../sass/components/_forms.scss */
#mini-panel-login_registration .form-submit {
  position: relative;
  top: -40px;
}

/* line 28, ../sass/components/_forms.scss */
#mini-panel-login_registration .item-list {
  position: relative;
  top: 50px;
}

/* line 33, ../sass/components/_forms.scss */
#mini-panel-login_registration .item-list li {
  height: 28px;
  padding-top: 4px;
  width: 100%;
}

/* line 39, ../sass/components/_forms.scss */
#mini-panel-login_registration .item-list li.last {
  margin-top: 12px;
}

/* line 43, ../sass/components/_forms.scss */
.submitted img {
  border-radius: 100px;
  width: 50px;
}

/* line 48, ../sass/components/_forms.scss */
.compact-form-label {
  color: #a7aa87;
  font-weight: normal;
  top: 5px;
}

/* line 54, ../sass/components/_forms.scss */
.compact-form-wrapper .description, .mollom-image-captcha-instructions {
  display: none;
}

/* line 58, ../sass/components/_forms.scss */
#mini-panel-login_registration input {
  height: 30px;
  width: 100%;
}

/* line 63, ../sass/components/_forms.scss */
#apachesolr-panels-search-form .form-submit {
  margin-left: 3px;
  width: 64px;
  height: 22px;
  font-size: 10px;
  float: left;
}

/* line 71, ../sass/components/_forms.scss */
#edit-apachesolr-panels-search-form--2 {
  font-size: 13px;
  width: 235px;
  float: left;
  height: 20px;
}

/* line 78, ../sass/components/_forms.scss */
#edit-apachesolr-panels-search-form--2 .form-submit {
  position: relative;
  top: -1px;
  font-size: 13px;
}

/* line 84, ../sass/components/_forms.scss */
button, input {
  margin-bottom: 3px;
}

/* line 88, ../sass/components/_forms.scss */
#edit-title {
  width: 100%;
}

/*.page-node-edit #content input {
  width: 100% !important;
}

#content input {
    height: 30px;
    margin-top:6px;
    width: 35%;
}*/
/* line 102, ../sass/components/_forms.scss */
.page-institutionen #content input, .page-mitglieder #content input, .page-user-edit #content input,
.node-type-linktipp #content input, .page-linktipps #content input {
  width: auto;
}

/* line 107, ../sass/components/_forms.scss */
#edit-body, .view-linkliste .view-content {
  clear: left;
  padding-top: 30px;
}

/* line 112, ../sass/components/_forms.scss */
.page-messages #content form {
  clear: left;
  width: 70%;
  margin-left: 10px;
}

/* line 118, ../sass/components/_forms.scss */
.page-user .form-wrapper {
  clear: left;
}

/* line 122, ../sass/components/_forms.scss */
#content .form-type-password {
  margin-top: 18px !important;
}

/* line 126, ../sass/components/_forms.scss */
.form-item-mollom-captcha, #edit-account {
  margin: 18px 0 !important;
}

/* line 130, ../sass/components/_forms.scss */
#user-register-form .form-submit {
  margin-left: 10px;
  padding: 3px;
}

/* line 135, ../sass/components/_forms.scss */
.page-user-register #content .pane-custom, .form-item-legal-allgemeine-gesch-ftsbedingungen {
  margin-left: 10px !important;
}

@media screen and (min-width: 1000px) {
#legal-login .form-submit {
  margin-top: 286px;
  margin-left: 365px;
}
}

/* line 139, ../sass/components/_forms.scss */
#edit-taxonomyextra-und {
  font-size: 14px;
  height: 200px;
  width: 300px;
}

/* line 3, ../sass/components/_front.scss */
.front .description {
  display: none;
}

/* line 7, ../sass/components/_front.scss */
.front .wide .view-content {
  min-height: 100px;
}

/* line 11, ../sass/components/_front.scss */
.front .pane-blog-experts.wide .view-content {
  border-bottom: none;
  min-height: none;
  height: 160px;
}

/* line 17, ../sass/components/_front.scss */
.flexslider {
  margin: 20px 0 0;
  height: 110px;
}

/* line 22, ../sass/components/_front.scss */
.flex-viewport {
  top: -12px;
}

/* line 26, ../sass/components/_front.scss */
.front .view-blog-experts {
  height: 140px;
}

/* line 30, ../sass/components/_front.scss */
#hp-weitere-expertenthemen h2 {
  border-bottom: 1px solid #dedfd2;
  padding-bottom: 6px;
}

/* line 35, ../sass/components/_front.scss */
#hp-weitere-expertenthemen h2.truncate {
  border-bottom: none;
}

/* line 39, ../sass/components/_front.scss */
.wide h2 {
  width: 95%;
}

/* line 43, ../sass/components/_front.scss */
.truncate {
  width: 85%;
}

/* line 47, ../sass/components/_front.scss */
.node-teaser {
  position: relative;
}

/* line 50, ../sass/components/_front.scss */
p.teaser {
  margin-top: 6px;
  width: 92%;
  margin-bottom: 3px;
}

/* line 55, ../sass/components/_front.scss */
.categories {
  margin-top: 0;
}

/* line 60, ../sass/components/_front.scss */
.categories-wrapper {
  float: left;
}

/* line 65, ../sass/components/_front.scss */
#hp-intro img {
  border-radius: 100%;
  box-shadow: 3px 3px 3px 3px #ddd;
}

/* line 70, ../sass/components/_front.scss */
#hp-intro-text h2.pane-title {
  background: transparent none repeat scroll 0 0;
  border-radius: 0;
  color: #000;
  font-size: 1.25em;
  line-height: 1.1em;
  padding: 0;
}

/* line 1, ../sass/components/_html_elements.scss */
h1, h2 {
  font-size: 14.2px;
  line-height: 1.1em;
}

/* line 5, ../sass/components/_html_elements.scss */
h1 {
  margin-bottom: 0;
  margin-top: 0;
}

/* line 9, ../sass/components/_html_elements.scss */
p {
  color: #444;
}

/* line 12, ../sass/components/_html_elements.scss */
blockquote {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-style: italic;
  padding: 6px !important;
}

/* line 19, ../sass/components/_html_elements.scss */
blockquote::before {
  color: #999;
  content: "“";
  float: left;
  font-family: serif;
  font-size: 4rem;
  margin-right: 12px;
  margin-top: 24px;
}

/* line 28, ../sass/components/_html_elements.scss */
blockquote::after {
  color: #999;
  content: "”";
  float: right;
  font-family: serif;
  font-size: 4rem;
  margin-top: 6px;
}

/* line 37, ../sass/components/_html_elements.scss */
a:hover {
  text-decoration: none !important;
}

/* line 43, ../sass/components/_html_elements.scss */
.cke_editable {
  font-size: 14px !important;
  line-height: 24px !important;
}

/* line 1, ../sass/components/_menu.scss */
#navigation:before, #navigation:after {
  content: "";
  display: table;
}

/* line 5, ../sass/components/_menu.scss */
#navigation:after {
  clear: both;
}

/* line 10, ../sass/components/_menu.scss */
#navigation {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlODE4MyIvPjxzdG9wIG9mZnNldD0iNjglIiBzdG9wLWNvbG9yPSIjYmQyODI2Ii8+PHN0b3Agb2Zmc2V0PSI2OCUiIHN0b3AtY29sb3I9IiNiZDI4MjYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZDI4MjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ee8183), color-stop(68%, #bd2826), color-stop(68%, #bd2826), color-stop(100%, #bd2826));
  background-image: -moz-linear-gradient(#ee8183 0%, #bd2826 68%, #bd2826 68%, #bd2826 100%);
  background-image: -webkit-linear-gradient(#ee8183 0%, #bd2826 68%, #bd2826 68%, #bd2826 100%);
  background-image: linear-gradient(#ee8183 0%, #bd2826 68%, #bd2826 68%, #bd2826 100%);
  margin-top: 1px;
  height: 30px;
}
/* line 14, ../sass/components/_menu.scss */
#navigation img {
  margin-top: 18px;
}

/* line 20, ../sass/components/_menu.scss */
#navigation .links li, .secondary-links ul li {
  color: #fff;
  float: left;
  height: 30px;
}

/* line 30, ../sass/components/_menu.scss */
.secondary-links {
  height: 30px;
  margin-top: 0;
  margin-left: 10px;
}
/* line 35, ../sass/components/_menu.scss */
.secondary-links a {
  color: #fff;
}

/* line 40, ../sass/components/_menu.scss */
ul.primary-links, ul.primary-links ul, ul.primary-links li {
  border: 0 none;
}

/* line 43, ../sass/components/_menu.scss */
.pane-menu-block-1 a {
  margin-right: 10px;
}

/* line 46, ../sass/components/_menu.scss */
ul.primary-links li a:hover, ul.primary-links li a.active, .node-type-blog #blog-item {
  text-decoration: none;
  background: transparent linear-gradient(to bottom, #bcbcbc 36%, #595959 100%);
}

/* line 51, ../sass/components/_menu.scss */
ul.primary-links a {
  color: #fff;
  display: block;
  font-size: 13px;
  text-decoration: none;
  padding: 2px 12px 0;
  height: 28px;
  transition: all 0.5s ease-out 4s;
}

/* line 60, ../sass/components/_menu.scss */
.secondary-links a {
  color: #000;
  font-size: 13px;
  height: 28px;
  padding: 5px 12px 0;
  display: block;
  margin: 0;
  text-decoration: none;
}
/* line 68, ../sass/components/_menu.scss */
.secondary-links a:hover {
  background-color: white;
  text-decoration: none;
}
/* line 72, ../sass/components/_menu.scss */
.secondary-links a:active {
  background-color: white !important;
  text-decoration: none;
}

/* line 78, ../sass/components/_menu.scss */
.secondary-links ul {
  clear: left;
  padding: 0;
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  margin: 0 0 0 -10px;
  background-color: #eee;
  height: 30px;
}

/* line 86, ../sass/components/_menu.scss */
.secondary-links, .pane-menu-block-1 {
  clear: left;
}

/* line 89, ../sass/components/_menu.scss */
.pane-menu-block-1 li {
  border-bottom: 1px dotted #999;
  padding: 0 3px;
}
/* line 92, ../sass/components/_menu.scss */
.pane-menu-block-1 li ul li {
  border-bottom: none;
}

/* line 98, ../sass/components/_menu.scss */
#sidebar ul.menu ul li.leaf a {
  display: block;
  background-color: #dedfd2;
}
/* line 101, ../sass/components/_menu.scss */
#sidebar ul.menu ul li.leaf a:before {
  color: #666;
  content: "";
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 12px;
}

/* line 110, ../sass/components/_menu.scss */
#sidebar ul.menu li.leaf a {
  display: block;
}
/* line 112, ../sass/components/_menu.scss */
#sidebar ul.menu li.leaf a:before {
  color: #666;
  content: "";
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 12px;
}

/* line 121, ../sass/components/_menu.scss */
#sidebar ul.menu li.is-active-trail a {
  display: block;
  background-color: #bdbdaf;
}
/* line 124, ../sass/components/_menu.scss */
#sidebar ul.menu li.is-active-trail a:before {
  color: #BD2826;
  content: "";
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 12px;
}

/* line 133, ../sass/components/_menu.scss */
#sidebar ul.menu li.collapsed a {
  display: block;
}
/* line 135, ../sass/components/_menu.scss */
#sidebar ul.menu li.collapsed a:before {
  color: #BD2826;
  content: "";
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 12px;
}
/* line 142, ../sass/components/_menu.scss */
#sidebar ul.menu li.collapsed a:hover {
  background-color: #fff;
}
/* line 146, ../sass/components/_menu.scss */
#sidebar ul.menu li.collapsed a:hover:before {
  content: "";
  margin-right: 9px;
}

/* line 152, ../sass/components/_menu.scss */
#sidebar .menu__item.is-expanded {
  border-bottom: none !important;
}

/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/* line 11, ../sass/components/_misc.scss */
.flexslider .slides img {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 15, ../sass/components/_misc.scss */
.social_share_privacy_area {
  margin: 0;
  margin-top: -10px;
  clear: none;
}

/* line 21, ../sass/components/_misc.scss */
#content h2 {
  margin-bottom: 0;
  clear: left;
}

/* line 26, ../sass/components/_misc.scss */
#main {
  min-height: 530px;
}

/* line 30, ../sass/components/_misc.scss */
#backtotop {
  margin-bottom: 40px;
}

/* line 35, ../sass/components/_misc.scss */
#content {
  background: #fff;
  padding-top: 0;
}

/* line 39, ../sass/components/_misc.scss */
.clearfix::after {
  clear: none;
}

/* line 43, ../sass/components/_misc.scss */
.node-teaser.node-blog {
  position: relative;
}

/* line 47, ../sass/components/_misc.scss */
.node-teaser img {
  border-radius: 100px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 40px;
}

/* line 54, ../sass/components/_misc.scss */
.categories, .more-link {
  font-size: 13px;
}

/* line 57, ../sass/components/_misc.scss */
.wide .categories {
  top: 95px !important;
}

/* line 61, ../sass/components/_misc.scss */
.term {
  padding-right: 6px;
}

/* line 65, ../sass/components/_misc.scss */
.clearfix:after {
  clear: none;
}

/**
 * Wireframes.
 */
/* line 75, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}
/* line 86, ../sass/components/_misc.scss */
.lt-ie8 .with-wireframes #header, .lt-ie8
.with-wireframes #main, .lt-ie8
.with-wireframes #content, .lt-ie8
.with-wireframes #navigation, .lt-ie8
.with-wireframes .region-sidebar-first, .lt-ie8
.with-wireframes .region-sidebar-second, .lt-ie8
.with-wireframes #footer, .lt-ie8
.with-wireframes .region-bottom {
  /* IE6/7 do not support the outline property. */
  border: 1px solid #ccc;
}

/* line 94, ../sass/components/_misc.scss */
a {
  color: #BD2826;
  text-decoration: none;
}
/* line 4, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_hover-link.scss */
a:hover, a:focus {
  text-decoration: underline;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 104, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 110, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 127, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 130, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 146, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 153, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 158, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 163, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.25em;
}

/* The link around the name of the website. */
/* line 170, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 176, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: none;
}

/* The slogan (or tagline) of a website. */
/* line 183, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 188, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 193, ../sass/components/_misc.scss */
.header__region {
  /* Clear the logo. */
  clear: both;
}

/**
 * Navigation bar.
 */
/* line 201, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 205, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 215, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 221, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 234, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 238, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/**
 * Titles.
 */
/* line 249, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/**
 * Messages.
 */
/* line 261, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.25em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  *background-image: url('../images/message-24-ok.png?1443087764');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 276, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  *background-image: url('../images/message-24-warning.png?1443087764');
  border-color: #ed5;
}

/* line 285, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  *background-image: url('../images/message-24-error.png?1443087764');
  border-color: #ed541d;
}

/* line 295, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 298, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 303, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 308, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 313, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 318, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 329, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.25em 0;
  padding: 0 3px;
  white-space: nowrap;
}

/* line 339, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 343, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.25em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 356, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 365, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 371, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 381, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 385, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 409, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.25em;
}

/* line 415, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.625em 3px;
}

/* line 422, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 431, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 436, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 464, ../sass/components/_misc.scss */
.inline {
  bottom: 4px;
  display: block;
  left: 110px;
  margin: 0 6px 0 0;
  padding: 0;
}
/* line 472, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 480, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 487, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 490, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 493, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  *background-image: url('../images/help.png?1443087764');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 508, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
}

/* line 513, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 520, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 530, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 540, ../sass/components/_misc.scss */
.block {
  margin-bottom: 1.25em;
}

/**
 * Menus.
 */
/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 554, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 566, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/* line 582, ../sass/components/_misc.scss */
.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  /* Otherwise these elements will appear below the "Unpublished" text. */
  position: relative;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 594, ../sass/components/_misc.scss */
.comments {
  margin: 1.25em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 599, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 605, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 608, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 615, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 625, ../sass/components/_misc.scss */
.form-item {
  margin: 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 629, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 636, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 642, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 649, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 656, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 662, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* line 666, ../sass/components/_misc.scss */
.form-item-notify {
  margin: 16px 0;
}

/* Labels for radios and checkboxes. */
/* line 671, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
  position: relative;
}

/* Buttons used by contrib modules like Media. */
/* line 679, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 684, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 690, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 702, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 708, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.25em;
}

/* line 712, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 717, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.25em 0;
}

/**
 * Drupal admin tables.
 */
/* line 725, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 730, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 733, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 737, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 743, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* line 749, ../sass/components/_misc.scss */
.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
  /* IE doesn't display borders on table rows. */
  border-bottom: 1px solid #ccc;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 758, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 763, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 769, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 780, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 791, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  *background-image: url('../images/menu-expanded.png?1443087764');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 800, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  *background-image: url('../images/menu-collapsed.png?1443087764');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 807, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 819, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 822, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 825, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 834, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 843, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 846, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 852, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1443087764');
}

/* line 858, ../sass/components/_misc.scss */
div#linknavigation {
  font-family: Arial,Helvetica,Verdana,sans-serif;
  height: 1%;
  position: absolute;
  right: 0pt;
  top: 0pt;
  visibility: visible;
  width: auto;
  z-index: 50;
}

.clearer {
  display: none;
}

/* line 869, ../sass/components/_misc.scss */
div#linknavigation a {
  text-decoration: none;
}

/* line 874, ../sass/components/_misc.scss */
ul#linknavigation {
  font-family: Arial,Helvetica,Verdana,sans-serif;
  position: absolute;
  right: 0px;
  top: 0px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  z-index: 200000;
}

/* line 884, ../sass/components/_misc.scss */
ul#linknavigation ul {
  display: none;
  border-top: solid 1px #FFFFFF;
  position: absolute;
  padding: 0px;
  top: 17px;
  left: 0px;
  width: 100%;
  margin: 0px;
}

/* line 894, ../sass/components/_misc.scss */
ul#linknavigation li:hover ul,
ul#linknavigation li:hover ul li {
  display: block;
}

/* line 898, ../sass/components/_misc.scss */

/* line 912, ../sass/components/_misc.scss */
ul#linknavigation li {
  font-size: 12px;
  background-color: #e4e4d9;
  color: #222;
  padding: 2px 4px;
  margin-right: 1px;
  float: left;
  line-height: 14px;
  text-align: center;
  text-decoration: none;
  list-style: none !important;
  position: relative;
}

/* line 916, ../sass/components/_misc.scss */
ul#linknavigation li ul li {
  font-size: 11px;
}

/* line 919, ../sass/components/_misc.scss */
ul#linknavigation li a {
  color: #222;
  text-decoration: none !important;
  display: block;
}

/* line 924, ../sass/components/_misc.scss */
ul#linknavigation li a:hover {
  text-decoration: underline;
  color: #fff;
}

ul#linknavigation li{
  text-decoration: none;
}

ul#linknavigation li:hover{
  color: #fff !important;
}

/* line 928, ../sass/components/_misc.scss */
ul#linknavigation li li {
  float: none;
  padding: 0px 0px 0px 2px;
  text-align: left;
}

/* line 933, ../sass/components/_misc.scss */
ul#linknavigation li.beck-online {
  width: 127px;
  height: 17px;
  border-bottom-left-radius: 8px;
}

/* line 940, ../sass/components/_misc.scss */
ul#linknavigation li.beck-online ul {
  margin-left: 20px;
  background-color: #9F1513;
  width: 107px;
}

/* line 946, ../sass/components/_misc.scss */
ul#linknavigation li.beck-online:hover,
ul#linknavigation li.beck-online:focus {
  background-color: #9F1513 ;
}

/* line 953, ../sass/components/_misc.scss */
ul#linknavigation li.beck-shop {
  width: 110px;
  height: 17px;
}

/* line 960, ../sass/components/_misc.scss */
ul#linknavigation li.beck-shop ul {
  background-color: #526BA4;
}

/* line 964, ../sass/components/_misc.scss */
ul#linknavigation li.beck-shop:hover,
ul#linknavigation li.beck-shop:focus {
  background-color: #7c868d;
}

/* line 970, ../sass/components/_misc.scss */
ul#linknavigation li.beck-akademie {
  width: 116px;
  height: 17px;
}

/* line 977, ../sass/components/_misc.scss */
ul#linknavigation li.beck-akademie ul {
  background-color: #3D3D3D;
}

/* line 981, ../sass/components/_misc.scss */
ul#linknavigation li.beck-akademie:hover,
ul#linknavigation li.beck-akademie:focus {
  background-color: #333;
}

/* line 987, ../sass/components/_misc.scss */
ul#linknavigation li.beck-stellenmarkt {
  width: 129px;
  height: 17px;
}

/* line 994, ../sass/components/_misc.scss */
ul#linknavigation li.beck-stellenmarkt ul {
  background-color: #D05823;
}

/* line 998, ../sass/components/_misc.scss */
ul#linknavigation li.beck-stellenmarkt:hover,
ul#linknavigation li.beck-stellenmarkt:focus {
  background-color: #ec661c;
}

/* line 1004, ../sass/components/_misc.scss */
ul#linknavigation li.beck-community {
  background-image: url(bilder/header_linknavi/beck_community.jpg);
  background-repeat: no-repeat;
  width: 123px;
  height: 17px;
}

/* line 1011, ../sass/components/_misc.scss */
ul#linknavigation li.beck-community ul {
  background-color: #9F1513;
}

/* line 1015, ../sass/components/_misc.scss */
ul#linknavigation li.beck-community:hover,
ul#linknavigation li.beck-community:focus {
  background-image: url(bilder/header_linknavi/beck_community_h.jpg);
  background-repeat: no-repeat;
}

/* line 1021, ../sass/components/_misc.scss */
ul#linknavigation li.beck-aktuell {
  width: 120px;
  height: 17px;
}

/* line 1028, ../sass/components/_misc.scss */
ul#linknavigation li.beck-aktuell ul {
  background-color: #D53F40;
}

/* line 1032, ../sass/components/_misc.scss */
ul#linknavigation li.beck-aktuell:hover,
ul#linknavigation li.beck-aktuell:focus {
  background-color: #de313b;
}

/* line 1038, ../sass/components/_misc.scss */
ul#linknavigation li.beck-dienste {
  background-color: #A9CAA9;
}

/* line 1041, ../sass/components/_misc.scss */
ul#linknavigation li.beck-dienste:hover, ul#linknavigation li.beck-dienste:focus {
  background-color: #00A000;
}

/* line 1045, ../sass/components/_misc.scss */
ul#linknavigation li.beck-steuern {
  width: 120px;
  height: 17px;
}

/* line 1052, ../sass/components/_misc.scss */
ul#linknavigation li.beck-steuern:hover,
ul#linknavigation li.beck-steuern:focus {
  background-color: #a80030;
}

/* line 1058, ../sass/components/_misc.scss */
ul#linknavigation li.beck-personal {
  width: 120px;
  height: 17px;
}

/* line 1065, ../sass/components/_misc.scss */
ul#linknavigation li.beck-personal:hover,
ul#linknavigation li.beck-personal:focus {
  background-color: #196b42;
}

/* line 1071, ../sass/components/_misc.scss */
#admin-menu, #admin-menu ul {
  z-index: 200001;
}

/* line 1075, ../sass/components/_misc.scss */
.node a[href*="taxonomy/term"] {
  display: none;
}

/* line 1080, ../sass/components/_misc.scss */
a[href*="category"] {
  display: inline-block;
  margin-right: 6px;
}

/* line 1085, ../sass/components/_misc.scss */
.rss, a[href*="crss"] {
  background: url(feed.png) 0 0 no-repeat;
  padding-left: 19px;
  display: block;
  margin: 12px 0 18px 0;
}

/* line 1, ../sass/components/_node.scss */
.print {
  left: 18px;
  top: -2px;
  position: relative;
}

/* line 7, ../sass/components/_node.scss */
.filter-wrapper {
  display: none;
}

/* line 11, ../sass/components/_node.scss */
.pane-pane-messages {
  clear: left;
}

/* line 16, ../sass/components/_node.scss */
.teaser-row {
  padding-bottom: 12px;
  border-bottom: 1px dotted #999;
}

/* line 21, ../sass/components/_node.scss */
.link-ext {
  margin-top: -16px;
}

/* line 25, ../sass/components/_node.scss */
.not-front .node-teaser {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 25px !important;
}

/* line 1, ../sass/components/_pager.scss */
table.pagerer {
  width: 100%;
  clear: left;
}

/* line 1, ../sass/components/_panels.scss */
#mini-panel-login_registration li.last {
  position: relative;
  text-align: center;
  top: -25px;
  width: 90%;
}

/* line 7, ../sass/components/_panels.scss */
#mini-panel-login_registration li.first {
  display: none;
}

/* line 11, ../sass/components/_panels.scss */
.pane-registration a:hover {
  text-decoration: none;
}

/* line 14, ../sass/components/_panels.scss */
.pane-registration span {
  color: #BD2826;
  font-size: 13px;
}

/* line 18, ../sass/components/_panels.scss */
.pane-registration .facebookbtn::before {
  color: #BD2826;
  content: "";
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 12px;
}

/* line 25, ../sass/components/_panels.scss */
.pane-registration .twitterbtn::before {
  color: #BD2826;
  content: "";
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 12px;
}

/* line 32, ../sass/components/_panels.scss */
.pane-registration .registerbtn::before {
  color: #BD2826;
  content: "";
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: 12px;
}

/* line 40, ../sass/components/_panels.scss */
.pane-block-30, .pane-block-47 {
  text-align: center;
  background: #fff;
  margin-top: 12px;
  padding-top: 6px;
}

/* line 1, ../sass/components/_system.scss */
.search-results {
  padding: 0;
  margin-left: -12px;
}

/* line 1, ../sass/components/_user.scss */
.pane-registration {
  margin-bottom: 30px;
  margin-top: -10px;
}

/* line 5, ../sass/components/_user.scss */
#mini-panel-login_registration {
  float: none;
  padding-bottom: 0;
  padding-top: 0;
}

/* line 10, ../sass/components/_user.scss */
div.panel-pane div.node {
  border-radius: 3px;
  margin: 0;
}

/* line 14, ../sass/components/_user.scss */
.pane-blog-experts .view-content {
  min-height: 75px !important;
}

/* line 17, ../sass/components/_user.scss */
.term, .label-inline, .pane .fieldset-wrapper {
  color: #444;
  font-size: 13px;
}

/* line 22, ../sass/components/_user.scss */
.label-inline {
  display: inline;
}

/* line 25, ../sass/components/_user.scss */
.pane .fieldset-wrapper span {
  margin-right: 6px;
}

/* line 28, ../sass/components/_user.scss */
.pane .fieldset-wrapper img {
  max-width: 150px;
}

/* line 32, ../sass/components/_user.scss */
.page-user fieldset {
  margin-bottom: 18px;
}

/* line 35, ../sass/components/_user.scss */
.author-offline, .author-online, .author-privatemsg {
  background: transparent none repeat scroll 0 0 !important;
  padding-left: 0;
}

/* line 39, ../sass/components/_user.scss */
.author-offline, .author-joined, .author-last-seen {
  font-size: 0.6rem;
}

/* line 42, ../sass/components/_user.scss */
.author-pane .picture img, #sidebar .user-picture img {
  border-radius: 5px;
  margin-bottom: 10px;
}

/* line 47, ../sass/components/_user.scss */
#mini-panel-user_picture_profil {
  border-radius: 0 0 0 3px;
  padding-bottom: 0;
}

/* line 51, ../sass/components/_user.scss */
.author {
  margin-bottom: 12px;
}

/* line 55, ../sass/components/_user.scss */
.author-name a {
  font-size: 13px !important;
}

/* line 59, ../sass/components/_user.scss */
.profile-short-desc {
  margin-left: 6px;
}

/* line 63, ../sass/components/_user.scss */
.field-name-realname .field-label {
  display: none;
}

/* line 67, ../sass/components/_user.scss */
.view-mode-user_teaser img {
  width: 40px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 12px 0;
}

/* line 73, ../sass/components/_user.scss */
.expert-col p, .view-mode-user_teaser p {
  margin: 0;
}

/* line 77, ../sass/components/_user.scss */
.user_relationships, .user_relationships_actions {
  list-style: none !important;
  padding-left: 0 !important;
}

/* line 82, ../sass/components/_user.scss */
.user-posts a {
  background-color: #BD2826;
  display: inline-block;
  color: #fff;
  margin-right: 12px;
  padding: 5px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* line 1, ../sass/components/_views.scss */
#sidebar .views-row {
  line-height: 1.1em;
  font-size: 11px;
}

/* line 5, ../sass/components/_views.scss */
.views-field-picture img {
  border-radius: 9px;
  margin-right: 6px;
  margin-top: 12px;
  width: 100px;
}

/* line 12, ../sass/components/_views.scss */
.view-header {
  clear: left;
  padding-top: 9px;
  margin-left: 10px;
}

/* line 18, ../sass/components/_views.scss */
#views-exposed-form-Intern-Rangliste-Blog-Beitraege-page-1 {
  margin-left: 10px;
}

/* line 22, ../sass/components/_views.scss */
.page-user .pane-user-profile img, .page-mitglieder .views-field-picture img,
.page-user .pane-meine-kontakte img, .page-experten .views-field-picture img {
  width: 100px;
  height: 100px;
  -moz-box-shadow: #ccc 3px 2px 3px;
  -webkit-box-shadow: #ccc 3px 2px 3px;
  box-shadow: #ccc 3px 2px 3px;
  border-radius: 9px;
  margin-top: 12px;
}

/* line 31, ../sass/components/_views.scss */
.user-picture img {
  margin-top: 12px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

/* line 37, ../sass/components/_views.scss */
.page-institutionen .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 18px !important;
  height: 26px;
}

/* line 42, ../sass/components/_views.scss */
.views-field-picture {
  float: left;
}

/* line 45, ../sass/components/_views.scss */
.flexslider .slides > li {
  margin-right: 12px;
}

/* line 48, ../sass/components/_views.scss */
.section-institutionen .views-row {
  clear: left;
}

/* line 51, ../sass/components/_views.scss */
.view-kid-nomos .view-content {
  margin-top: 100px;
}

/* line 54, ../sass/components/_views.scss */
.view-all-members ul, .view-blog-experts ul {
  border: 0 none;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

/* line 62, ../sass/components/_views.scss */
.view-all-members ul li, .view-blog-experts ul li {
  float: left;
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  padding-left: 4px;
  padding-right: 4px;
  white-space: nowrap;
}

/* line 71, ../sass/components/_views.scss */
.view-all-members ul li:first-child {
  padding-left: 0;
}

/* line 74, ../sass/components/_views.scss */
.view-all-members ul li:last-child {
  padding-right: 0;
}

/* line 77, ../sass/components/_views.scss */
.view-all-members ul li.last {
  padding-right: 0;
}

/* line 81, ../sass/components/_views.scss */
.view-blog-experts ul li:first-child {
  padding-left: 0;
}

/* line 84, ../sass/components/_views.scss */
.view-blog-experts ul li:last-child {
  padding-right: 0;
}

/* line 87, ../sass/components/_views.scss */
.view-blog-experts ul li.last {
  padding-right: 0;
}

/* line 91, ../sass/components/_views.scss */
.page-mitglieder .views-exposed-form {
  clear: left;
  margin-left: 10px;
}

/* line 97, ../sass/components/_views.scss */
.view-all-members .view-content {
  clear: left;
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}

.field-name-entity-legal-document-text li h2 {
  padding-top: 0 !important;
}

.field-name-entity-legal-document-text h2 {
  padding-top: 40px;
}

.page-legal .messages--error {
  margin-top: 50px;
}

@media screen and (min-width: 1000px) {
.ui-dialog {
    height: 500px !important;
    left: 31% !important;
    outline: 0 none;
    overflow-x: hidden !important;
    padding-top: 47px;
    z-index: 1000;
    position: absolute;
    top: 121px !important;
    width: 600px !important;
    font-size: 12px;
}

.ui-widget-overlay {
  display: none;
}

.ui-dialog .ui-dialog-content {
  width: 720px !important;
}
}

#edit-actions {
  margin-left: 210px;
}

.node-blog .content-image img {
  float: right;
  margin: 22px 0 17px 22px;
}

.author_55 {
  position: relative;
  top: 18px;
}

.view-aktuelle-umfrage {
  background-color: #efefef;
  padding: 20px;
}

.text-format-wrapper {
  clear: both;
  padding-bottom:30px;
}

.privatemsg-message-actions.inline {
  left: 10px !important;
  bottom: 45px !important;
  position: relative;
}

.sticky-table {
  clear: left !important;
}

.social_share_privacy_area img {
  padding: 0 !important;
}





