@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.
 */
/* variables for certain sizes and colors */
/* FLOWERS */
/* SIZE */
/* COLORS */
/* SELECTABLE TEASER COLORS:							(ORANGE, MINT, DARKMINT, RED, WHITE, LIGHT PURPLE); */
/* Import Sass mixins, variables, Compass modules, etc. */
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
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;
}

/**
 * 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 _base.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.5em;
}

/* 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.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 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.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

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

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

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

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

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

/* 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.5em 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-size: 1em;
  line-height: 1.5em;
}

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

/* 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.5em 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 */
}

/**
 * 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;
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
}

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

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

/**
 * Forms
 */
/* Define consistent border, margin, and padding. */
/* line 379, ../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.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 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 394, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 409, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  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 428, ../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 439, ../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 453, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 467, ../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 478, ../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 */
}

/**
 * 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 493, ../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 502, ../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 508, ../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 518, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

/**
 * Tables
 */
/* line 532, ../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.5em;
  margin-bottom: 1.5em;
}

/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../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;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../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);
}

/* Turns off the element-invisible effect. */
/* line 45, ../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 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../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 81, ../sass/components/_misc.scss */
.header__logo {
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

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

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

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

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

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

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

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

/**
 * Navigation bar.
 */
/* line 136, ../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 140, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 150, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 156, ../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 */
  padding: 0 7px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

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

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

/**
 * Messages.
 */
/* line 197, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAACtVBMVEX///83gDc8dzw6fjo4gjg6fjo8ejw6hDouiy45cTk6gzo6gTo7gjs8fDxGdEY3gTc9fz08fTw2izY3iTc6gDo6fzo1gjVGXUY9fj0+fT45VTk9fD08gTw6fjo5fDlDh0NGfEZFfEVFgEVCgEJAfkBFhUVBe0FQhlBLfEtYh1hcklyXvZc0dTQwcDCnzqf///9Ti1NOf07////P1887cjs4bzjBz8GBp4ExcDEubC6Is4j///+VvJU1ajWLrYv////////U3dRNfE0saiwqaCpOgk7d5t3////b6dt9on1PeU89cj0+dj5SglJylHLS4NL///////////80jzQwljAzmzMynjIvmC81ijUykDI8pTxQsFBbtFtgt2A8pjwxkzEynDJQrlBftl9ftV9fs19Prk8zmTMymTJXsVdbs1tcrltuf2dzoW8wmjAwkTBIqkhVsFVVr1Vyk2z09PKao5R3mXJHqEcxjTE4oThPrE9Pq09aqFlOq05YoValsqD///+stadWq1U3njc0hjQ/pD9Hp0dvg2hvfGdioWB5kHP+/v6Lx4tHpkc/oj8xiTEtkS1AoEBsf2XCx7/29/Z0gm1hnV5Bo0FBokFglVzJzsbK5cpAokA+oT4tjC0ulC48nTyXvJX5+/l2gm5dlVkylzKCk3v2+vZRqVE6njo6nTotjy0sjywxmjEvmS+azZr9/f15hnNnfWDn6uaDwYMqlCosliwvly8xmDEqjyotiy0plSkplCmNxo3IzsXM5cwqkyookygqiyovgy8pkymCwIL+//74/PhIokgokiguey4okSh5unn8/vyMxIwokCgtgy1wtXD7/fvU6dQrkSsnjycpgykojChnsGdOo04njicohygnjScniScpgSknjCcmjCYmiyYofCgpcykngycmhiYngCcoeShVE5IJAAAAU3RSTlMADl6SvsKZUwsJmvv8oQtB4eE5OPv7Pwvi4wmjnPz8V2OinMrIzM+lrXFpG/39GgG2uwIg6eklY/v7XgVq6XAGAzW9/f24NBNGh7nV0rSPSRUPIMXP2MAAAAF1SURBVCjPY2AgGzAyMbOwsrFzoAlzcnEHh4SGhUfw8PIhi/MLREZFx8TGxkTHxQsKIcSFRRISk8AgOSU1TVQMJi4ukZ6RCQFZ2TkZuZJSUAnpvPyCgoJCECgqLiktK5eBiHPIVlRWVdeAQG1dfX1DY5McI1hCvrmlta29oxUIOrvq67t7evsUwBKK/RMmTpo8Zeq06TNm1tfPmj17zlwlsITyvPkL6usXLlq8ZGl9/bLlK1auXKUCllBdvWbtuvr69Rs2bqqv37xl67btO9TAEuo7d+3evae+vn5vff2+/QeA4KAGWELz0GEg58hRoNSx4ydA4KQWWEJb5xSId/pMff3ZU6dOnTt3TlcPLKFvcB7EO3fh4qXL564AwVVDI4gPjU2ugfhXrt+4CQK3TM1ggWVucQskchsM7lhawUPX2sb07j0wuP/goa2dPSLcHRydnB89fvL46TMXVzcHlCh09/D08vbx9fMPwIh0/cCgoEAjwokDAFS5roCEM5quAAAAAElFTkSuQmCC');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 212, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAABklBMVEX///+WhUOTg0OPgEGPgEKPej2CdEKFdj+ZiESLfECJe0CQfDuAcTyGdTmMgDmFdz2DdTuJezt6bTuJdjd/cTl+cTiFczCBcy96bTZ3ajSBby1+bStzZjJwYy99bix9bClrYC5pXSt7ayl4aCVmWSxhVid2ZiVyYiJVVQBcUidYTiN0ZiNvXx12ZypyYiW8sYtuYCldUSNdUSJcTyFbTyFsXyf///////9oYktnYUrrwBDuwQ7Zsxv5xwDetxb5yAL5xwHZshr2xQHfthXJowtORiZORiXPpwqAcTXZshmdghdHQSyihhXethR2aDewkRRLRjC2lRN7bTHZshjGoQ9PSTTLpQ3ethNyZjPdsgpTTTfitgh4ai3ZsxfwwQNXUTxYUjz1xALetRJwYzBlXDtqYDl1ZivYshZ8bjeBcTXdtRBtXy3EohrFoxhxYybYsRTtvgOEbx/bsg1qXCm4mBZTTjhuXyLWrhHjtwlsYjvZsApFPyn2xQT2xgFAOyRDPSfIoxD4xgH4xwH4xwDHogs/OiPEcwlBAAAAOHRSTlMAa2+wthn+/h7Kzif+/ijW2DT+ON/gRUfm51VZ7O1oavLyfH329o+PA/n5k5O4uC7l+Pf39+UYKOEqm2AAAAERSURBVCjPY2AgAjAyYRdntrBkwSbOymZlzc6BRYLTxtbWjgtTnJvH3tbWgZcPQ4Lf0dbJydZZAF1cUMjexdXN3cFDGE1CxNPWy9vbx9ZXFFVczM/e1j8gINDWIUgcRUIi2NY2JDQ0zNY2XBJZXCoC6KTIqKhooMNipJEkZGJtbW3j4hMSgVSSLEJcLhmowdY2JRVEOqTJwyUU0kEithmZYCpLESaulA3WYJuTC6Yc8pShEir5YIGCwsICMKNIFSKuVgzRUFJaWgJm2Japg8Q1NMsh3IrKygoIq0pLAyihXV0D4YICEQJq63SAErr1DY1NQNAMB00trXpACX0DQyMgMIYAEzAw1QdZYmaOAczwJBkApzlPUvRCzu0AAAAASUVORK5CYII=');
  border-color: #ed5;
}

/* line 221, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAABg1BMVEX////////////////pfX3kXl7ndnb//f3kYGDiUlLnbW3hT0/penrmamrjV1fgSkr//PzodXXjV1fnbm7hTU3lY2PlYmLkYWHkYGDkX1/kXl7kXV3kXFzgRkbiVVXpf3/iUVHiUlLpe3vgSUnmbW2qjo6XiorlbW3nbm6xjo6PiIjhcnLgSkrfQECoiYm6ubnV1dWViIjjYGCuiYmzsrLn5+eQiIjfZmbfQ0PcMDDiU1PHc3O5uLj////U1NSThYXgU1Osg4OxsLCpjIzdNTXcMjLulpaRgoKqf3+vrq72y8vhTEzdNjbbKSndODjrjIyvr6/2yMjePj7eOTnbLCzZHx/bKyvqhIT//v71xMTaISHYFRXZHh7Zn5/j0dHYJSXYFxfWDAzXERGhZWWurq7X19eJdXXVERHUAgLVAwOhXl6ko6PMzMyHcXHTAwPUAACiWVmioKDzuLjodXXNzc3SAAC4OzufnZ3VCAiWbW3sj4/mbGz30tLmamr30dHVBQXVBgaNs7JyAAAAFHRSTlMAAm2pzNfOqdfc0dzN0tneqs/a0UTgvDMAAAE2SURBVCjPZZJVW8MwFEC7dsMZw4MULTB8yJBC8OEM12FDh4zgbj+de29lUM5D0nvOlz7kiyQhLlmxkV2SDXi3xyQpOVHAp+TlFxSyouKSUjXVLujLym0qrIK+suoXZkFfrWk1tXUa4K9vaPQ3UQHfzFhLa6CtnTHW0Rns6mY9UCTF3avrff2cDwwO6cMjnAdHdX0sTZEUT0hV1XEOZWJyCrbpGVWdTccwFwbmQQUWYFlcCoeXVyisriHrGxzZDOGwRSGyTeyg392j730K0QPk8AjD8ckpDlEKsTPg/IL+xC/jVzDFKAjg+gbk7R0s9/EHmK3w+IT+WWhYXsyQgSdeyQvxxvl7BPZMBa7ES4W8EB+f6LN8Ml4ilS9h8G1443q94g+G/18s7ywJTyU7xyTX53gmzufzAyBzbUNjdkcEAAAAAElFTkSuQmCC');
  border-color: #ed541d;
}

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

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

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

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

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

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

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 265, ../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.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 275, ../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 279, ../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.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 292, ../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 301, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 307, ../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 317, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 321, ../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 345, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

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

/* line 358, ../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 367, ../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 372, ../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 400, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 404, ../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 412, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

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

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

/* line 425, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA70lEQVQoz33RMWoCYRDF8d/KgkVAg0U6uxSBNGv9NeYG2qXOBSxTJjlCbuARzA222X4tBAshqVPIGrAQhE3xuXGxyHTz5j/vDUxS+79SElBkZiauwcJHmEMtqSUoXr1crOamoToBcZy608PB2h7KMKp1KLK4favnYKvrXgpZ8UwHs+g5wNLat9RVlLIITGK3snKU6uMYpUdSTpfbiUFd23gDokOrhgb2Ni3lAuhj0wT8AeW53ftp2VtG4L0N7NqGT3QIc3mj3Biex5Vtc8O0ifm0Oo8fwtcJCFUYeVO1IuZGoUTzrFjF2BilPFRRqf0C1EFE36fcDQ4AAAAASUVORK5CYII=');
  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 440, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 445, ../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 452, ../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 462, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

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

/**
 * Menus.

 .menu__item.is-leaf {
  list-style-image: inline-image("menu-leaf.png");
  @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
    *list-style-image: image-url("menu-leaf.png");
  }
  list-style-type: square;
}
.menu__item.is-expanded {
  list-style-image: inline-image("menu-expanded.png");
  @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
    *list-style-image: image-url("menu-expanded.png");
  }
  list-style-type: circle;
}
.menu__item.is-collapsed {
  list-style-image: inline-image("menu-collapsed.png"); 
  @if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
    *list-style-image: image-url("menu-collapsed.png"); 
  }
  list-style-type: disc;
}
*/
/* The active item in a Drupal menu. */
/* line 502, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 511, ../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 523, ../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;
}

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

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

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

/* Nested comments are indented. */
/* line 572, ../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 582, ../sass/components/_misc.scss */
.form-item {
  margin: 0 0 1.5em 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 586, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 593, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 599, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 606, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 613, ../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 619, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

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

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

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

/* Drupal's default login form block. */
/* line 641, ../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 653, ../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 659, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 663, ../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 668, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

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

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

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

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

/* Center checkboxes inside table cell. */
/* line 714, ../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 720, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

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

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 742, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQAAAADsKWp+AAAAAnRSTlMAAQGU/a4AAAAUSURBVAjXY2BgaGI4xvCO4R8IAgAcCgUxSYZPfwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 751, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQAAAADsKWp+AAAAAnRSTlMAAQGU/a4AAAAVSURBVAjXY7jHcI7hGMMhID7HcA8AJ5gFp9XxAHEAAAAASUVORK5CYII=');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 758, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

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

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

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

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

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 794, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 797, ../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 803, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1541572090');
}

/* line 809, ../sass/components/_misc.scss */
.webform-unavailable {
  background: #c32748;
  color: #fff;
  padding: 1em;
}

/* line 4, ../sass/components/_slideshow.scss */
.slideshow {
  position: relative;
  clear: both;
  margin-bottom: 80px;
  width: 100% !important;
}
/* line 9, ../sass/components/_slideshow.scss */
.slideshow .prev {
  left: 30px;
  background-image: url('../images/circle-next-arrow.svg?1541572090');
  background-size: 42px 42px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 42px;
  height: 42px;
}
/* line 22, ../sass/components/_slideshow.scss */
.slideshow .next {
  right: 30px;
  background-image: url('../images/circle-next-arrow.svg?1541572090');
  background-size: 42px 42px;
  width: 42px;
  height: 42px;
}
/* line 31, ../sass/components/_slideshow.scss */
.slideshow .prev, .slideshow .next {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  width: 53px;
  height: 47px;
  top: 50%;
  margin-top: -103px;
  z-index: 50;
  color: transparent;
  font-size: 0px;
}
/* line 46, ../sass/components/_slideshow.scss */
.slideshow .field-slideshow-pager {
  display: inline-block;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 100;
}
/* line 55, ../sass/components/_slideshow.scss */
.slideshow .field-slideshow-pager a {
  display: inline-block;
  text-indent: -9999em;
  width: 22px;
  background: url('../images/circle-outline.svg?1541572090') no-repeat;
  margin-left: 4px;
}
/* line 62, ../sass/components/_slideshow.scss */
.slideshow .field-slideshow-pager a.activeSlide, .slideshow .field-slideshow-pager a:hover {
  background-image: url('../images/circle-filled.svg?1541572090');
}
/* line 67, ../sass/components/_slideshow.scss */
.slideshow .field-slideshow {
  padding-bottom: 0px !important;
  overflow: visible;
}
/* line 71, ../sass/components/_slideshow.scss */
.slideshow .field-slideshow-slide {
  text-align: center;
  width: 100% !important;
}
/* line 75, ../sass/components/_slideshow.scss */
.slideshow .field-slideshow-slide img {
  display: inline-block;
  max-height: inherit;
}
/* line 79, ../sass/components/_slideshow.scss */
.slideshow .field-slideshow-slide .hover-pinterest a {
  height: 100% !important;
}

/* COMPONENTS */
/* line 2, ../sass/components/_defaults.scss */
.mti-loading .mti_font_element {
  visibility: hidden;
}

/* line 3, ../sass/components/_defaults.scss */
.mti-futuraw01-n7-loading .mti_font_element {
  visibility: hidden;
}

/* line 4, ../sass/components/_defaults.scss */
.mti-futuraw01-o2-loading .mti_font_element {
  visibility: hidden;
}

/* line 5, ../sass/components/_defaults.scss */
.mti-futuraw01-n2-loading .mti_font_element {
  visibility: hidden;
}

/* line 6, ../sass/components/_defaults.scss */
.mti-futuraw01-n5-loading .mti_font_element {
  visibility: hidden;
}

/* line 7, ../sass/components/_defaults.scss */
.mti_hide_element {
  visibility: hidden;
}

@font-face {
  font-family: "Futura W01_n2";
  src: url("../fonts/b1b295d2-89ce-43c4-bf6c-abbc7d26437e.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Futura W01";
  src: url("../fonts/b1b295d2-89ce-43c4-bf6c-abbc7d26437e.eot?#iefix");
  src: url("../fonts/b1b295d2-89ce-43c4-bf6c-abbc7d26437e.eot?#iefix") format("eot"), url("../fonts/73956fa0-5cd8-4815-bacd-229aaac08ea2.woff2") format("woff2"), url("../fonts/8eb4bbf6-6c6e-46a0-a9cc-dab8c61069c6.woff") format("woff"), url("../fonts/87433a1d-86ba-46a1-b229-679d9ddbe1d8.ttf") format("truetype"), url("../fonts/22dbb88c-5e89-4b8b-9ea7-b60cc70d7ab3.svg#22dbb88c-5e89-4b8b-9ea7-b60cc70d7ab3") format("svg");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Futura W01_o2";
  src: url("../fonts/d2691ea0-db06-4719-a39b-a08377aba4b7.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Futura W01";
  src: url("../fonts/d2691ea0-db06-4719-a39b-a08377aba4b7.eot?#iefix");
  src: url("../fonts/d2691ea0-db06-4719-a39b-a08377aba4b7.eot?#iefix") format("eot"), url("../fonts/40e38f8f-7c6d-4b97-bdab-c43b9b11bd83.woff2") format("woff2"), url("../fonts/38f69e14-2bd6-4e46-a436-6e4d7e7fcb8d.woff") format("woff"), url("../fonts/cd9d07c1-2ab3-4f6d-8ea7-3ef239d35f05.ttf") format("truetype"), url("../fonts/982617b5-7228-4ad7-96d1-16ea05a7cfd3.svg#982617b5-7228-4ad7-96d1-16ea05a7cfd3") format("svg");
  font-weight: 200;
  font-style: oblique;
}
@font-face {
  font-family: "Futura W01_n5";
  src: url("../fonts/fbbd35b9-df6a-4550-8731-edef7cb1f764.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Futura W01";
  src: url("../fonts/fbbd35b9-df6a-4550-8731-edef7cb1f764.eot?#iefix");
  src: url("../fonts/fbbd35b9-df6a-4550-8731-edef7cb1f764.eot?#iefix") format("eot"), url("../fonts/8f8e3475-0d53-4055-8dbc-997d3e7a73de.woff2") format("woff2"), url("../fonts/5af82934-5078-4495-9aa1-bcaec40ea1e8.woff") format("woff"), url("../fonts/886112d6-26ae-4248-9ec0-a357acf06bd7.ttf") format("truetype"), url("../fonts/4ee1d85f-0454-4bbb-acbf-cf896937c708.svg#4ee1d85f-0454-4bbb-acbf-cf896937c708") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura W01_n7";
  src: url("../fonts/d0a9b89b-e998-4794-90ba-2caef07593e3.eot?#iefix") format("eot");
}
@font-face {
  font-family: "Futura W01";
  src: url("../fonts/d0a9b89b-e998-4794-90ba-2caef07593e3.eot?#iefix");
  src: url("../fonts/d0a9b89b-e998-4794-90ba-2caef07593e3.eot?#iefix") format("eot"), url("../fonts/9b3dc779-ba21-4efa-9e94-f0e68fbe1c41.woff2") format("woff2"), url("../fonts/05c1983d-21f7-4fa3-bdae-017da0302148.woff") format("woff"), url("../fonts/ea328166-5039-40ac-98c0-d980e6ea75ca.ttf") format("truetype"), url("../fonts/3cabfd6f-da56-4114-8b20-7da28135a525.svg#3cabfd6f-da56-4114-8b20-7da28135a525") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* line 54, ../sass/components/_defaults.scss */
body {
  color: #303030;
  font-family: 'Futura W01', sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.5em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 64, ../sass/components/_defaults.scss */
h1 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
  margin: 70px 0 10px 0;
  text-transform: uppercase;
}

/* line 71, ../sass/components/_defaults.scss */
h2, h3, h4, h5, h6, h7, h8, h9, strong {
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}

/* line 76, ../sass/components/_defaults.scss */
a {
  color: #c32748;
  text-decoration: underline;
}
/* line 79, ../sass/components/_defaults.scss */
a:hover {
  text-decoration: none;
}

/* line 85, ../sass/components/_defaults.scss */
a.flowers-link {
  color: #ff3774 !important;
}

/* line 87, ../sass/components/_defaults.scss */
p {
  margin: 0 0 1.375em;
}

/* line 91, ../sass/components/_defaults.scss */
p, figcaption {
  word-break: break-word;
}

/* line 96, ../sass/components/_defaults.scss */
hr {
  width: 100%;
  border: none;
  clear: both;
}

/* line 102, ../sass/components/_defaults.scss */
.video-youtube,
.video-vimeo {
  width: 100%;
  height: 400px;
}

/* line 108, ../sass/components/_defaults.scss */
blockquote {
  background-color: #f0eeec;
  color: #3b3b3b;
  font-family: 'Futura W01', sans-serif;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 1em;
  padding: 0.5em;
  position: relative;
}
/* line 119, ../sass/components/_defaults.scss */
blockquote:after, blockquote#footer:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
/* line 129, ../sass/components/_defaults.scss */
blockquote p {
  font-size: 40px;
  margin: 0;
}

/* line 136, ../sass/components/_defaults.scss */
textarea:focus, input:focus {
  outline: 0;
}

/* line 1, ../sass/components/_teasers.scss */
.bbh-type {
  display: none;
}

/* line 5, ../sass/components/_teasers.scss */
.bbh-type-video {
  display: block;
  position: absolute;
  background-image: url('../images/play.png?1541572090');
  background-repeat: no-repeat;
  background-position: center 40%;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
}

/* line 224, marker/*.png */
.marker-sprite, .marker-agenda, .marker-aux-blogueur, .marker-calendar, .marker-diy, .marker-doen, .marker-entdeckt, .marker-faire, .marker-gagner, .marker-gasteblog, .marker-gespot, .marker-guestblog, .marker-kalender, .marker-l039agenda, .marker-quiz, .marker-spotted, .marker-tendance, .marker-to-do, .marker-trend, .marker-tun, .marker-vu, .marker-waouh, .marker-win, .marker-wow {
  background-image: url('../images/marker-s08ca1980ff.png');
  background-repeat: no-repeat;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-agenda {
  background-position: 0 -845px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-aux-blogueur {
  background-position: 0 -65px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-calendar {
  background-position: 0 -130px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-diy {
  background-position: 0 -195px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-doen {
  background-position: 0 -260px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-entdeckt {
  background-position: 0 -325px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-faire {
  background-position: 0 -390px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-gagner {
  background-position: 0 -455px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-gasteblog {
  background-position: 0 -520px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-gespot {
  background-position: 0 -585px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-guestblog {
  background-position: 0 -650px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-kalender {
  background-position: 0 -715px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-l039agenda {
  background-position: 0 -780px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-quiz {
  background-position: 0 -1430px;
  height: 86px;
  width: 86px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-spotted {
  background-position: 0 -910px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-tendance {
  background-position: 0 -975px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-to-do {
  background-position: 0 -1040px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-trend {
  background-position: 0 -1105px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-tun {
  background-position: 0 -1170px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-vu {
  background-position: 0 -1235px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-waouh {
  background-position: 0 -1300px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-win {
  background-position: 0 -1365px;
  height: 65px;
  width: 65px;
}

/* line 84, ../../../../../../../../.rbenv/versions/2.5.3/lib/ruby/gems/2.5.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/sprites/_base.scss */
.marker-wow {
  background-position: 0 0;
  height: 65px;
  width: 65px;
}

/* line 22, ../sass/components/_teasers.scss */
.bbh-marker {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0;
}

/* line 35, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article,
#block-views-related-articles-block article,
#block-views-dossier-articles-block article,
#block-views-frontpage-articles-block article,
.view-dossier-overviews article {
  position: relative;
}
/* line 38, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.iniv-teaser-large1 h2 a:after, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large1 h2 a#footer:before, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large0 h2 a:after, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large0 h2 a#footer:before,
#block-views-related-articles-block article.iniv-teaser-large1 h2 a:after,
#block-views-related-articles-block article.iniv-teaser-large1 h2 a#footer:before,
#block-views-related-articles-block article.iniv-teaser-large0 h2 a:after,
#block-views-related-articles-block article.iniv-teaser-large0 h2 a#footer:before,
#block-views-dossier-articles-block article.iniv-teaser-large1 h2 a:after,
#block-views-dossier-articles-block article.iniv-teaser-large1 h2 a#footer:before,
#block-views-dossier-articles-block article.iniv-teaser-large0 h2 a:after,
#block-views-dossier-articles-block article.iniv-teaser-large0 h2 a#footer:before,
#block-views-frontpage-articles-block article.iniv-teaser-large1 h2 a:after,
#block-views-frontpage-articles-block article.iniv-teaser-large1 h2 a#footer:before,
#block-views-frontpage-articles-block article.iniv-teaser-large0 h2 a:after,
#block-views-frontpage-articles-block article.iniv-teaser-large0 h2 a#footer:before,
.view-dossier-overviews article.iniv-teaser-large1 h2 a:after,
.view-dossier-overviews article.iniv-teaser-large1 h2 a#footer:before,
.view-dossier-overviews article.iniv-teaser-large0 h2 a:after,
.view-dossier-overviews article.iniv-teaser-large0 h2 a#footer:before {
  content: "";
  display: none;
}
/* line 44, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article h2,
#block-views-related-articles-block article h2,
#block-views-dossier-articles-block article h2,
#block-views-frontpage-articles-block article h2,
.view-dossier-overviews article h2 {
  margin: 6px 0;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 51, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article h2 a,
#block-views-related-articles-block article h2 a,
#block-views-dossier-articles-block article h2 a,
#block-views-frontpage-articles-block article h2 a,
.view-dossier-overviews article h2 a {
  color: #303030;
  text-decoration: none;
}
/* line 55, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article h2 a:hover,
#block-views-related-articles-block article h2 a:hover,
#block-views-dossier-articles-block article h2 a:hover,
#block-views-frontpage-articles-block article h2 a:hover,
.view-dossier-overviews article h2 a:hover {
  text-decoration: underline;
}
/* line 59, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .field-name-field-subject,
#block-views-related-articles-block article .field-name-field-subject,
#block-views-dossier-articles-block article .field-name-field-subject,
#block-views-frontpage-articles-block article .field-name-field-subject,
.view-dossier-overviews article .field-name-field-subject {
  display: inline-block;
  margin: 0 0.25em 6px 0;
  text-transform: uppercase;
}
/* line 64, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .field-name-field-subject a,
#block-views-related-articles-block article .field-name-field-subject a,
#block-views-dossier-articles-block article .field-name-field-subject a,
#block-views-frontpage-articles-block article .field-name-field-subject a,
.view-dossier-overviews article .field-name-field-subject a {
  display: inline-block;
  background-color: #c1bdb9;
  color: #ffffff;
  font-weight: 300;
  padding: 0 0.25em;
  text-transform: uppercase;
  font-size: 13px;
}
/* line 74, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group,
#block-views-related-articles-block article .teaser-text-group,
#block-views-dossier-articles-block article .teaser-text-group,
#block-views-frontpage-articles-block article .teaser-text-group,
.view-dossier-overviews article .teaser-text-group {
  width: 100%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  height: 0;
  background-color: #f0eeec;
}
/* line 84, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group#node-webform-teaser-group-text, #block-views-dossier-sidebar-nodes-block article .teaser-text-group#node-teaser-teaser-group-text,
#block-views-related-articles-block article .teaser-text-group#node-webform-teaser-group-text,
#block-views-related-articles-block article .teaser-text-group#node-teaser-teaser-group-text,
#block-views-dossier-articles-block article .teaser-text-group#node-webform-teaser-group-text,
#block-views-dossier-articles-block article .teaser-text-group#node-teaser-teaser-group-text,
#block-views-frontpage-articles-block article .teaser-text-group#node-webform-teaser-group-text,
#block-views-frontpage-articles-block article .teaser-text-group#node-teaser-teaser-group-text,
.view-dossier-overviews article .teaser-text-group#node-webform-teaser-group-text,
.view-dossier-overviews article .teaser-text-group#node-teaser-teaser-group-text {
  padding-bottom: 125%;
}
@media screen and (min-width: 470px) {
  /* line 84, ../sass/components/_teasers.scss */
  #block-views-dossier-sidebar-nodes-block article .teaser-text-group#node-webform-teaser-group-text, #block-views-dossier-sidebar-nodes-block article .teaser-text-group#node-teaser-teaser-group-text,
  #block-views-related-articles-block article .teaser-text-group#node-webform-teaser-group-text,
  #block-views-related-articles-block article .teaser-text-group#node-teaser-teaser-group-text,
  #block-views-dossier-articles-block article .teaser-text-group#node-webform-teaser-group-text,
  #block-views-dossier-articles-block article .teaser-text-group#node-teaser-teaser-group-text,
  #block-views-frontpage-articles-block article .teaser-text-group#node-webform-teaser-group-text,
  #block-views-frontpage-articles-block article .teaser-text-group#node-teaser-teaser-group-text,
  .view-dossier-overviews article .teaser-text-group#node-webform-teaser-group-text,
  .view-dossier-overviews article .teaser-text-group#node-teaser-teaser-group-text {
    padding-bottom: 122%;
  }
}
@media screen and (min-width: 580px) {
  /* line 84, ../sass/components/_teasers.scss */
  #block-views-dossier-sidebar-nodes-block article .teaser-text-group#node-webform-teaser-group-text, #block-views-dossier-sidebar-nodes-block article .teaser-text-group#node-teaser-teaser-group-text,
  #block-views-related-articles-block article .teaser-text-group#node-webform-teaser-group-text,
  #block-views-related-articles-block article .teaser-text-group#node-teaser-teaser-group-text,
  #block-views-dossier-articles-block article .teaser-text-group#node-webform-teaser-group-text,
  #block-views-dossier-articles-block article .teaser-text-group#node-teaser-teaser-group-text,
  #block-views-frontpage-articles-block article .teaser-text-group#node-webform-teaser-group-text,
  #block-views-frontpage-articles-block article .teaser-text-group#node-teaser-teaser-group-text,
  .view-dossier-overviews article .teaser-text-group#node-webform-teaser-group-text,
  .view-dossier-overviews article .teaser-text-group#node-teaser-teaser-group-text {
    padding-bottom: 124%;
  }
}
@media screen and (min-width: 706px) {
  /* line 84, ../sass/components/_teasers.scss */
  #block-views-dossier-sidebar-nodes-block article .teaser-text-group#node-webform-teaser-group-text, #block-views-dossier-sidebar-nodes-block article .teaser-text-group#node-teaser-teaser-group-text,
  #block-views-related-articles-block article .teaser-text-group#node-webform-teaser-group-text,
  #block-views-related-articles-block article .teaser-text-group#node-teaser-teaser-group-text,
  #block-views-dossier-articles-block article .teaser-text-group#node-webform-teaser-group-text,
  #block-views-dossier-articles-block article .teaser-text-group#node-teaser-teaser-group-text,
  #block-views-frontpage-articles-block article .teaser-text-group#node-webform-teaser-group-text,
  #block-views-frontpage-articles-block article .teaser-text-group#node-teaser-teaser-group-text,
  .view-dossier-overviews article .teaser-text-group#node-webform-teaser-group-text,
  .view-dossier-overviews article .teaser-text-group#node-teaser-teaser-group-text {
    padding-bottom: 120%;
  }
}
/* line 99, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group#node-webform-teaser-group-text .webform-submit, #block-views-dossier-sidebar-nodes-block article .teaser-text-group#node-teaser-teaser-group-text .webform-submit,
#block-views-related-articles-block article .teaser-text-group#node-webform-teaser-group-text .webform-submit,
#block-views-related-articles-block article .teaser-text-group#node-teaser-teaser-group-text .webform-submit,
#block-views-dossier-articles-block article .teaser-text-group#node-webform-teaser-group-text .webform-submit,
#block-views-dossier-articles-block article .teaser-text-group#node-teaser-teaser-group-text .webform-submit,
#block-views-frontpage-articles-block article .teaser-text-group#node-webform-teaser-group-text .webform-submit,
#block-views-frontpage-articles-block article .teaser-text-group#node-teaser-teaser-group-text .webform-submit,
.view-dossier-overviews article .teaser-text-group#node-webform-teaser-group-text .webform-submit,
.view-dossier-overviews article .teaser-text-group#node-teaser-teaser-group-text .webform-submit {
  width: 88%;
}
@media screen and (min-width: 321px) {
  /* line 99, ../sass/components/_teasers.scss */
  #block-views-dossier-sidebar-nodes-block article .teaser-text-group#node-webform-teaser-group-text .webform-submit, #block-views-dossier-sidebar-nodes-block article .teaser-text-group#node-teaser-teaser-group-text .webform-submit,
  #block-views-related-articles-block article .teaser-text-group#node-webform-teaser-group-text .webform-submit,
  #block-views-related-articles-block article .teaser-text-group#node-teaser-teaser-group-text .webform-submit,
  #block-views-dossier-articles-block article .teaser-text-group#node-webform-teaser-group-text .webform-submit,
  #block-views-dossier-articles-block article .teaser-text-group#node-teaser-teaser-group-text .webform-submit,
  #block-views-frontpage-articles-block article .teaser-text-group#node-webform-teaser-group-text .webform-submit,
  #block-views-frontpage-articles-block article .teaser-text-group#node-teaser-teaser-group-text .webform-submit,
  .view-dossier-overviews article .teaser-text-group#node-webform-teaser-group-text .webform-submit,
  .view-dossier-overviews article .teaser-text-group#node-teaser-teaser-group-text .webform-submit {
    width: 82%;
  }
}
/* line 107, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group .error.messages, #block-views-dossier-sidebar-nodes-block article .teaser-text-group .error.messages--status, #block-views-dossier-sidebar-nodes-block article .teaser-text-group .error.messages--warning, #block-views-dossier-sidebar-nodes-block article .teaser-text-group .error.messages--error,
#block-views-related-articles-block article .teaser-text-group .error.messages,
#block-views-related-articles-block article .teaser-text-group .error.messages--status,
#block-views-related-articles-block article .teaser-text-group .error.messages--warning,
#block-views-related-articles-block article .teaser-text-group .error.messages--error,
#block-views-dossier-articles-block article .teaser-text-group .error.messages,
#block-views-dossier-articles-block article .teaser-text-group .error.messages--status,
#block-views-dossier-articles-block article .teaser-text-group .error.messages--warning,
#block-views-dossier-articles-block article .teaser-text-group .error.messages--error,
#block-views-frontpage-articles-block article .teaser-text-group .error.messages,
#block-views-frontpage-articles-block article .teaser-text-group .error.messages--status,
#block-views-frontpage-articles-block article .teaser-text-group .error.messages--warning,
#block-views-frontpage-articles-block article .teaser-text-group .error.messages--error,
.view-dossier-overviews article .teaser-text-group .error.messages,
.view-dossier-overviews article .teaser-text-group .error.messages--status,
.view-dossier-overviews article .teaser-text-group .error.messages--warning,
.view-dossier-overviews article .teaser-text-group .error.messages--error {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
}
/* line 113, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group h2,
#block-views-related-articles-block article .teaser-text-group h2,
#block-views-dossier-articles-block article .teaser-text-group h2,
#block-views-frontpage-articles-block article .teaser-text-group h2,
.view-dossier-overviews article .teaser-text-group h2 {
  text-transform: uppercase;
  line-height: 1em;
  font-weight: normal;
  padding-bottom: 10px;
  font-size: 32px;
}
@media screen and (min-width: 321px) and (max-width: 940px) {
  /* line 113, ../sass/components/_teasers.scss */
  #block-views-dossier-sidebar-nodes-block article .teaser-text-group h2,
  #block-views-related-articles-block article .teaser-text-group h2,
  #block-views-dossier-articles-block article .teaser-text-group h2,
  #block-views-frontpage-articles-block article .teaser-text-group h2,
  .view-dossier-overviews article .teaser-text-group h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 940px) {
  /* line 113, ../sass/components/_teasers.scss */
  #block-views-dossier-sidebar-nodes-block article .teaser-text-group h2,
  #block-views-related-articles-block article .teaser-text-group h2,
  #block-views-dossier-articles-block article .teaser-text-group h2,
  #block-views-frontpage-articles-block article .teaser-text-group h2,
  .view-dossier-overviews article .teaser-text-group h2 {
    font-size: 32px;
  }
}
/* line 127, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group p,
#block-views-dossier-sidebar-nodes-block article .teaser-text-group .field-type-text-with-summary,
#block-views-related-articles-block article .teaser-text-group p,
#block-views-related-articles-block article .teaser-text-group .field-type-text-with-summary,
#block-views-dossier-articles-block article .teaser-text-group p,
#block-views-dossier-articles-block article .teaser-text-group .field-type-text-with-summary,
#block-views-frontpage-articles-block article .teaser-text-group p,
#block-views-frontpage-articles-block article .teaser-text-group .field-type-text-with-summary,
.view-dossier-overviews article .teaser-text-group p,
.view-dossier-overviews article .teaser-text-group .field-type-text-with-summary {
  margin: 0;
  line-height: 23px;
  font-size: 18px;
}
@media screen and (min-width: 321px) and (max-width: 940px) {
  /* line 127, ../sass/components/_teasers.scss */
  #block-views-dossier-sidebar-nodes-block article .teaser-text-group p,
  #block-views-dossier-sidebar-nodes-block article .teaser-text-group .field-type-text-with-summary,
  #block-views-related-articles-block article .teaser-text-group p,
  #block-views-related-articles-block article .teaser-text-group .field-type-text-with-summary,
  #block-views-dossier-articles-block article .teaser-text-group p,
  #block-views-dossier-articles-block article .teaser-text-group .field-type-text-with-summary,
  #block-views-frontpage-articles-block article .teaser-text-group p,
  #block-views-frontpage-articles-block article .teaser-text-group .field-type-text-with-summary,
  .view-dossier-overviews article .teaser-text-group p,
  .view-dossier-overviews article .teaser-text-group .field-type-text-with-summary {
    font-size: 14px;
    line-height: 18px;
  }
}
/* line 138, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group form,
#block-views-related-articles-block article .teaser-text-group form,
#block-views-dossier-articles-block article .teaser-text-group form,
#block-views-frontpage-articles-block article .teaser-text-group form,
.view-dossier-overviews article .teaser-text-group form {
  margin-bottom: 0;
}
/* line 142, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group input.form-text,
#block-views-related-articles-block article .teaser-text-group input.form-text,
#block-views-dossier-articles-block article .teaser-text-group input.form-text,
#block-views-frontpage-articles-block article .teaser-text-group input.form-text,
.view-dossier-overviews article .teaser-text-group input.form-text {
  background-color: white;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
}
/* line 148, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group .form-item,
#block-views-related-articles-block article .teaser-text-group .form-item,
#block-views-dossier-articles-block article .teaser-text-group .form-item,
#block-views-frontpage-articles-block article .teaser-text-group .form-item,
.view-dossier-overviews article .teaser-text-group .form-item {
  margin: 0.5em 0;
}
/* line 151, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group .field-name-field-button,
#block-views-dossier-sidebar-nodes-block article .teaser-text-group .form-submit,
#block-views-related-articles-block article .teaser-text-group .field-name-field-button,
#block-views-related-articles-block article .teaser-text-group .form-submit,
#block-views-dossier-articles-block article .teaser-text-group .field-name-field-button,
#block-views-dossier-articles-block article .teaser-text-group .form-submit,
#block-views-frontpage-articles-block article .teaser-text-group .field-name-field-button,
#block-views-frontpage-articles-block article .teaser-text-group .form-submit,
.view-dossier-overviews article .teaser-text-group .field-name-field-button,
.view-dossier-overviews article .teaser-text-group .form-submit {
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 16px;
  font-weight: 300;
  line-height: 12px;
  height: 30px;
  padding: 8px 10px 0;
  border: none;
  border-bottom: 4px solid #d05a61;
  border-right: 3px solid #d05a61;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  margin-right: 0;
  font-size: 28px;
}
@media screen and (min-width: 321px) and (max-width: 940px) {
  /* line 151, ../sass/components/_teasers.scss */
  #block-views-dossier-sidebar-nodes-block article .teaser-text-group .field-name-field-button,
  #block-views-dossier-sidebar-nodes-block article .teaser-text-group .form-submit,
  #block-views-related-articles-block article .teaser-text-group .field-name-field-button,
  #block-views-related-articles-block article .teaser-text-group .form-submit,
  #block-views-dossier-articles-block article .teaser-text-group .field-name-field-button,
  #block-views-dossier-articles-block article .teaser-text-group .form-submit,
  #block-views-frontpage-articles-block article .teaser-text-group .field-name-field-button,
  #block-views-frontpage-articles-block article .teaser-text-group .form-submit,
  .view-dossier-overviews article .teaser-text-group .field-name-field-button,
  .view-dossier-overviews article .teaser-text-group .form-submit {
    font-size: 20px;
  }
}
@media screen and (min-width: 940px) {
  /* line 151, ../sass/components/_teasers.scss */
  #block-views-dossier-sidebar-nodes-block article .teaser-text-group .field-name-field-button,
  #block-views-dossier-sidebar-nodes-block article .teaser-text-group .form-submit,
  #block-views-related-articles-block article .teaser-text-group .field-name-field-button,
  #block-views-related-articles-block article .teaser-text-group .form-submit,
  #block-views-dossier-articles-block article .teaser-text-group .field-name-field-button,
  #block-views-dossier-articles-block article .teaser-text-group .form-submit,
  #block-views-frontpage-articles-block article .teaser-text-group .field-name-field-button,
  #block-views-frontpage-articles-block article .teaser-text-group .form-submit,
  .view-dossier-overviews article .teaser-text-group .field-name-field-button,
  .view-dossier-overviews article .teaser-text-group .form-submit {
    line-height: 30px;
    height: 45px;
  }
}
/* line 177, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group input.form-submit,
#block-views-related-articles-block article .teaser-text-group input.form-submit,
#block-views-dossier-articles-block article .teaser-text-group input.form-submit,
#block-views-frontpage-articles-block article .teaser-text-group input.form-submit,
.view-dossier-overviews article .teaser-text-group input.form-submit {
  padding: 4px 30px 0;
  font-family: 'Futura W01', sans-serif;
}
/* line 181, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.mediumblock,
#block-views-related-articles-block article .teaser-text-group.mediumblock,
#block-views-dossier-articles-block article .teaser-text-group.mediumblock,
#block-views-frontpage-articles-block article .teaser-text-group.mediumblock,
.view-dossier-overviews article .teaser-text-group.mediumblock {
  padding: 10px 20px;
}
/* line 183, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.mediumblock h2,
#block-views-related-articles-block article .teaser-text-group.mediumblock h2,
#block-views-dossier-articles-block article .teaser-text-group.mediumblock h2,
#block-views-frontpage-articles-block article .teaser-text-group.mediumblock h2,
.view-dossier-overviews article .teaser-text-group.mediumblock h2 {
  font-size: 24px;
}
/* line 187, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.mediumblock .form-item input,
#block-views-related-articles-block article .teaser-text-group.mediumblock .form-item input,
#block-views-dossier-articles-block article .teaser-text-group.mediumblock .form-item input,
#block-views-frontpage-articles-block article .teaser-text-group.mediumblock .form-item input,
.view-dossier-overviews article .teaser-text-group.mediumblock .form-item input {
  padding: 1px;
  height: 25px;
}
/* line 192, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.mediumblock .form-submit,
#block-views-related-articles-block article .teaser-text-group.mediumblock .form-submit,
#block-views-dossier-articles-block article .teaser-text-group.mediumblock .form-submit,
#block-views-frontpage-articles-block article .teaser-text-group.mediumblock .form-submit,
.view-dossier-overviews article .teaser-text-group.mediumblock .form-submit {
  position: static;
  padding-left: 0;
  text-align: center;
  padding-right: 0;
  width: 100%;
}
/* line 199, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.mediumblock a.form-submit,
#block-views-related-articles-block article .teaser-text-group.mediumblock a.form-submit,
#block-views-dossier-articles-block article .teaser-text-group.mediumblock a.form-submit,
#block-views-frontpage-articles-block article .teaser-text-group.mediumblock a.form-submit,
.view-dossier-overviews article .teaser-text-group.mediumblock a.form-submit {
  margin-top: 5px;
  display: block;
}
/* line 203, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.mediumblock .field-name-field-button,
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.mediumblock .form-submit,
#block-views-related-articles-block article .teaser-text-group.mediumblock .field-name-field-button,
#block-views-related-articles-block article .teaser-text-group.mediumblock .form-submit,
#block-views-dossier-articles-block article .teaser-text-group.mediumblock .field-name-field-button,
#block-views-dossier-articles-block article .teaser-text-group.mediumblock .form-submit,
#block-views-frontpage-articles-block article .teaser-text-group.mediumblock .field-name-field-button,
#block-views-frontpage-articles-block article .teaser-text-group.mediumblock .form-submit,
.view-dossier-overviews article .teaser-text-group.mediumblock .field-name-field-button,
.view-dossier-overviews article .teaser-text-group.mediumblock .form-submit {
  font-size: 24px;
}
/* line 208, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.smallblock,
#block-views-related-articles-block article .teaser-text-group.smallblock,
#block-views-dossier-articles-block article .teaser-text-group.smallblock,
#block-views-frontpage-articles-block article .teaser-text-group.smallblock,
.view-dossier-overviews article .teaser-text-group.smallblock {
  padding: 5px 8px;
}
/* line 210, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.smallblock h2,
#block-views-related-articles-block article .teaser-text-group.smallblock h2,
#block-views-dossier-articles-block article .teaser-text-group.smallblock h2,
#block-views-frontpage-articles-block article .teaser-text-group.smallblock h2,
.view-dossier-overviews article .teaser-text-group.smallblock h2 {
  font-size: 25px;
}
/* line 215, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.smallblock .form-item input,
#block-views-related-articles-block article .teaser-text-group.smallblock .form-item input,
#block-views-dossier-articles-block article .teaser-text-group.smallblock .form-item input,
#block-views-frontpage-articles-block article .teaser-text-group.smallblock .form-item input,
.view-dossier-overviews article .teaser-text-group.smallblock .form-item input {
  padding: 1px;
}
/* line 219, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.smallblock .form-submit,
#block-views-related-articles-block article .teaser-text-group.smallblock .form-submit,
#block-views-dossier-articles-block article .teaser-text-group.smallblock .form-submit,
#block-views-frontpage-articles-block article .teaser-text-group.smallblock .form-submit,
.view-dossier-overviews article .teaser-text-group.smallblock .form-submit {
  height: 35px;
  line-height: 25px;
}
/* line 223, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.smallblock .field-name-field-button,
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.smallblock .form-submit,
#block-views-related-articles-block article .teaser-text-group.smallblock .field-name-field-button,
#block-views-related-articles-block article .teaser-text-group.smallblock .form-submit,
#block-views-dossier-articles-block article .teaser-text-group.smallblock .field-name-field-button,
#block-views-dossier-articles-block article .teaser-text-group.smallblock .form-submit,
#block-views-frontpage-articles-block article .teaser-text-group.smallblock .field-name-field-button,
#block-views-frontpage-articles-block article .teaser-text-group.smallblock .form-submit,
.view-dossier-overviews article .teaser-text-group.smallblock .field-name-field-button,
.view-dossier-overviews article .teaser-text-group.smallblock .form-submit {
  font-size: 22px;
}
/* line 227, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.smallblock p,
#block-views-related-articles-block article .teaser-text-group.smallblock p,
#block-views-dossier-articles-block article .teaser-text-group.smallblock p,
#block-views-frontpage-articles-block article .teaser-text-group.smallblock p,
.view-dossier-overviews article .teaser-text-group.smallblock p {
  font-size: 15px;
  line-height: 1em;
}
/* line 233, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.small h2,
#block-views-related-articles-block article .teaser-text-group.small h2,
#block-views-dossier-articles-block article .teaser-text-group.small h2,
#block-views-frontpage-articles-block article .teaser-text-group.small h2,
.view-dossier-overviews article .teaser-text-group.small h2 {
  font-size: 39px;
  margin-top: 0;
  padding-bottom: 5px;
  height: 27px;
  width: 100%;
  overflow: hidden;
}
/* line 241, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.small p,
#block-views-related-articles-block article .teaser-text-group.small p,
#block-views-dossier-articles-block article .teaser-text-group.small p,
#block-views-frontpage-articles-block article .teaser-text-group.small p,
.view-dossier-overviews article .teaser-text-group.small p {
  font-size: 15px;
  line-height: 1em;
}
/* line 247, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.small .form-item input,
#block-views-related-articles-block article .teaser-text-group.small .form-item input,
#block-views-dossier-articles-block article .teaser-text-group.small .form-item input,
#block-views-frontpage-articles-block article .teaser-text-group.small .form-item input,
.view-dossier-overviews article .teaser-text-group.small .form-item input {
  padding: 1px;
}
/* line 251, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.small .form-submit,
#block-views-related-articles-block article .teaser-text-group.small .form-submit,
#block-views-dossier-articles-block article .teaser-text-group.small .form-submit,
#block-views-frontpage-articles-block article .teaser-text-group.small .form-submit,
.view-dossier-overviews article .teaser-text-group.small .form-submit {
  right: 20px;
  font-size: 24px;
  margin: 0;
}
/* line 257, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.small .poll .total,
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.small .poll .bar,
#block-views-related-articles-block article .teaser-text-group.small .poll .total,
#block-views-related-articles-block article .teaser-text-group.small .poll .bar,
#block-views-dossier-articles-block article .teaser-text-group.small .poll .total,
#block-views-dossier-articles-block article .teaser-text-group.small .poll .bar,
#block-views-frontpage-articles-block article .teaser-text-group.small .poll .total,
#block-views-frontpage-articles-block article .teaser-text-group.small .poll .bar,
.view-dossier-overviews article .teaser-text-group.small .poll .total,
.view-dossier-overviews article .teaser-text-group.small .poll .bar {
  display: none;
}
/* line 261, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.small .poll .percent,
#block-views-dossier-sidebar-nodes-block article .teaser-text-group.small .poll .text,
#block-views-related-articles-block article .teaser-text-group.small .poll .percent,
#block-views-related-articles-block article .teaser-text-group.small .poll .text,
#block-views-dossier-articles-block article .teaser-text-group.small .poll .percent,
#block-views-dossier-articles-block article .teaser-text-group.small .poll .text,
#block-views-frontpage-articles-block article .teaser-text-group.small .poll .percent,
#block-views-frontpage-articles-block article .teaser-text-group.small .poll .text,
.view-dossier-overviews article .teaser-text-group.small .poll .percent,
.view-dossier-overviews article .teaser-text-group.small .poll .text {
  margin: 0;
}
/* line 272, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.iniv-teaser-large0 h2, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large1 h2,
#block-views-related-articles-block article.iniv-teaser-large0 h2,
#block-views-related-articles-block article.iniv-teaser-large1 h2,
#block-views-dossier-articles-block article.iniv-teaser-large0 h2,
#block-views-dossier-articles-block article.iniv-teaser-large1 h2,
#block-views-frontpage-articles-block article.iniv-teaser-large0 h2,
#block-views-frontpage-articles-block article.iniv-teaser-large1 h2,
.view-dossier-overviews article.iniv-teaser-large0 h2,
.view-dossier-overviews article.iniv-teaser-large1 h2 {
  text-align: left;
}
@media screen and (min-width: 321px) {
  /* line 272, ../sass/components/_teasers.scss */
  #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large0 h2, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large1 h2,
  #block-views-related-articles-block article.iniv-teaser-large0 h2,
  #block-views-related-articles-block article.iniv-teaser-large1 h2,
  #block-views-dossier-articles-block article.iniv-teaser-large0 h2,
  #block-views-dossier-articles-block article.iniv-teaser-large1 h2,
  #block-views-frontpage-articles-block article.iniv-teaser-large0 h2,
  #block-views-frontpage-articles-block article.iniv-teaser-large1 h2,
  .view-dossier-overviews article.iniv-teaser-large0 h2,
  .view-dossier-overviews article.iniv-teaser-large1 h2 {
    font-weight: 700;
    font-size: 29px;
  }
}
/* line 281, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.iniv-teaser-large0.title-bigger h2, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large1.title-bigger h2,
#block-views-related-articles-block article.iniv-teaser-large0.title-bigger h2,
#block-views-related-articles-block article.iniv-teaser-large1.title-bigger h2,
#block-views-dossier-articles-block article.iniv-teaser-large0.title-bigger h2,
#block-views-dossier-articles-block article.iniv-teaser-large1.title-bigger h2,
#block-views-frontpage-articles-block article.iniv-teaser-large0.title-bigger h2,
#block-views-frontpage-articles-block article.iniv-teaser-large1.title-bigger h2,
.view-dossier-overviews article.iniv-teaser-large0.title-bigger h2,
.view-dossier-overviews article.iniv-teaser-large1.title-bigger h2 {
  font-size: 40px;
}
/* line 286, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.iniv-teaser-large0 .teaser-text-group, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large1 .teaser-text-group,
#block-views-related-articles-block article.iniv-teaser-large0 .teaser-text-group,
#block-views-related-articles-block article.iniv-teaser-large1 .teaser-text-group,
#block-views-dossier-articles-block article.iniv-teaser-large0 .teaser-text-group,
#block-views-dossier-articles-block article.iniv-teaser-large1 .teaser-text-group,
#block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser-text-group,
#block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser-text-group,
.view-dossier-overviews article.iniv-teaser-large0 .teaser-text-group,
.view-dossier-overviews article.iniv-teaser-large1 .teaser-text-group {
  position: absolute;
  background-color: #ffffff;
  left: 12px;
  right: 12px;
  width: auto;
  height: auto;
  bottom: 20px;
  font-size: 16px;
  line-height: 1.3em;
  padding: 20px;
  z-index: 20;
}
/* line 300, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.iniv-teaser-large0 .teaser-text-group#node-teaser-teaser-group-text, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large1 .teaser-text-group#node-teaser-teaser-group-text,
#block-views-related-articles-block article.iniv-teaser-large0 .teaser-text-group#node-teaser-teaser-group-text,
#block-views-related-articles-block article.iniv-teaser-large1 .teaser-text-group#node-teaser-teaser-group-text,
#block-views-dossier-articles-block article.iniv-teaser-large0 .teaser-text-group#node-teaser-teaser-group-text,
#block-views-dossier-articles-block article.iniv-teaser-large1 .teaser-text-group#node-teaser-teaser-group-text,
#block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser-text-group#node-teaser-teaser-group-text,
#block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser-text-group#node-teaser-teaser-group-text,
.view-dossier-overviews article.iniv-teaser-large0 .teaser-text-group#node-teaser-teaser-group-text,
.view-dossier-overviews article.iniv-teaser-large1 .teaser-text-group#node-teaser-teaser-group-text {
  padding-bottom: 30px;
}
/* line 304, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.iniv-teaser-large0 .teaser-text-group p, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large1 .teaser-text-group p,
#block-views-related-articles-block article.iniv-teaser-large0 .teaser-text-group p,
#block-views-related-articles-block article.iniv-teaser-large1 .teaser-text-group p,
#block-views-dossier-articles-block article.iniv-teaser-large0 .teaser-text-group p,
#block-views-dossier-articles-block article.iniv-teaser-large1 .teaser-text-group p,
#block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser-text-group p,
#block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser-text-group p,
.view-dossier-overviews article.iniv-teaser-large0 .teaser-text-group p,
.view-dossier-overviews article.iniv-teaser-large1 .teaser-text-group p {
  text-align: left;
  font-size: 21px;
  text-transform: none;
  margin: 0 0 1em;
}
/* line 310, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.iniv-teaser-large0 .teaser-text-group a, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large1 .teaser-text-group a,
#block-views-related-articles-block article.iniv-teaser-large0 .teaser-text-group a,
#block-views-related-articles-block article.iniv-teaser-large1 .teaser-text-group a,
#block-views-dossier-articles-block article.iniv-teaser-large0 .teaser-text-group a,
#block-views-dossier-articles-block article.iniv-teaser-large1 .teaser-text-group a,
#block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser-text-group a,
#block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser-text-group a,
.view-dossier-overviews article.iniv-teaser-large0 .teaser-text-group a,
.view-dossier-overviews article.iniv-teaser-large1 .teaser-text-group a {
  position: relative;
  left: unset;
  right: unset;
  bottom: unset;
  background-color: white;
  border: 2px solid black;
  color: black;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 10px 10px 10px 50px;
  line-height: 1;
  height: 50px;
}
/* line 325, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.iniv-teaser-large0 .teaser-text-group a:hover, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large1 .teaser-text-group a:hover,
#block-views-related-articles-block article.iniv-teaser-large0 .teaser-text-group a:hover,
#block-views-related-articles-block article.iniv-teaser-large1 .teaser-text-group a:hover,
#block-views-dossier-articles-block article.iniv-teaser-large0 .teaser-text-group a:hover,
#block-views-dossier-articles-block article.iniv-teaser-large1 .teaser-text-group a:hover,
#block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser-text-group a:hover,
#block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser-text-group a:hover,
.view-dossier-overviews article.iniv-teaser-large0 .teaser-text-group a:hover,
.view-dossier-overviews article.iniv-teaser-large1 .teaser-text-group a:hover {
  text-decoration: underline;
}
/* line 328, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.iniv-teaser-large0 .teaser-text-group a:after, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large0 .teaser-text-group a#footer:before, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large1 .teaser-text-group a:after, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large1 .teaser-text-group a#footer:before,
#block-views-related-articles-block article.iniv-teaser-large0 .teaser-text-group a:after,
#block-views-related-articles-block article.iniv-teaser-large0 .teaser-text-group a#footer:before,
#block-views-related-articles-block article.iniv-teaser-large1 .teaser-text-group a:after,
#block-views-related-articles-block article.iniv-teaser-large1 .teaser-text-group a#footer:before,
#block-views-dossier-articles-block article.iniv-teaser-large0 .teaser-text-group a:after,
#block-views-dossier-articles-block article.iniv-teaser-large0 .teaser-text-group a#footer:before,
#block-views-dossier-articles-block article.iniv-teaser-large1 .teaser-text-group a:after,
#block-views-dossier-articles-block article.iniv-teaser-large1 .teaser-text-group a#footer:before,
#block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser-text-group a:after,
#block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser-text-group a#footer:before,
#block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser-text-group a:after,
#block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser-text-group a#footer:before,
.view-dossier-overviews article.iniv-teaser-large0 .teaser-text-group a:after,
.view-dossier-overviews article.iniv-teaser-large0 .teaser-text-group a#footer:before,
.view-dossier-overviews article.iniv-teaser-large1 .teaser-text-group a:after,
.view-dossier-overviews article.iniv-teaser-large1 .teaser-text-group a#footer:before {
  content: '>';
  display: inline-block;
  margin-right: 15px;
  font-size: 0.8em;
  vertical-align: top;
  line-height: 22px;
  width: 15px;
  float: right;
}
/* line 341, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.iniv-teaser-large0 .teaser-text-group .field-name-field-audio-file audio, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large1 .teaser-text-group .field-name-field-audio-file audio,
#block-views-related-articles-block article.iniv-teaser-large0 .teaser-text-group .field-name-field-audio-file audio,
#block-views-related-articles-block article.iniv-teaser-large1 .teaser-text-group .field-name-field-audio-file audio,
#block-views-dossier-articles-block article.iniv-teaser-large0 .teaser-text-group .field-name-field-audio-file audio,
#block-views-dossier-articles-block article.iniv-teaser-large1 .teaser-text-group .field-name-field-audio-file audio,
#block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser-text-group .field-name-field-audio-file audio,
#block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser-text-group .field-name-field-audio-file audio,
.view-dossier-overviews article.iniv-teaser-large0 .teaser-text-group .field-name-field-audio-file audio,
.view-dossier-overviews article.iniv-teaser-large1 .teaser-text-group .field-name-field-audio-file audio {
  width: 100%;
}
/* line 350, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.notitle .teaser-text-group,
#block-views-related-articles-block article.notitle .teaser-text-group,
#block-views-dossier-articles-block article.notitle .teaser-text-group,
#block-views-frontpage-articles-block article.notitle .teaser-text-group,
.view-dossier-overviews article.notitle .teaser-text-group {
  padding: 0;
}
/* line 355, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color1,
#block-views-related-articles-block article.bbh-colored-teaser-color1,
#block-views-dossier-articles-block article.bbh-colored-teaser-color1,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color1,
.view-dossier-overviews article.bbh-colored-teaser-color1 {
  background-color: #f0eeec;
  color: #313131;
}
/* line 50, ../sass/_mixins.scss */
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color1 .field-name-field-button,
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color1 .form-submit,
#block-views-related-articles-block article.bbh-colored-teaser-color1 .field-name-field-button,
#block-views-related-articles-block article.bbh-colored-teaser-color1 .form-submit,
#block-views-dossier-articles-block article.bbh-colored-teaser-color1 .field-name-field-button,
#block-views-dossier-articles-block article.bbh-colored-teaser-color1 .form-submit,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color1 .field-name-field-button,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color1 .form-submit,
.view-dossier-overviews article.bbh-colored-teaser-color1 .field-name-field-button,
.view-dossier-overviews article.bbh-colored-teaser-color1 .form-submit {
  background-color: #FF5F69;
  color: #ffffff;
}
/* line 358, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color2,
#block-views-related-articles-block article.bbh-colored-teaser-color2,
#block-views-dossier-articles-block article.bbh-colored-teaser-color2,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color2,
.view-dossier-overviews article.bbh-colored-teaser-color2 {
  background-color: #f0eeec;
  color: #313131;
}
/* line 50, ../sass/_mixins.scss */
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color2 .field-name-field-button,
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color2 .form-submit,
#block-views-related-articles-block article.bbh-colored-teaser-color2 .field-name-field-button,
#block-views-related-articles-block article.bbh-colored-teaser-color2 .form-submit,
#block-views-dossier-articles-block article.bbh-colored-teaser-color2 .field-name-field-button,
#block-views-dossier-articles-block article.bbh-colored-teaser-color2 .form-submit,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color2 .field-name-field-button,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color2 .form-submit,
.view-dossier-overviews article.bbh-colored-teaser-color2 .field-name-field-button,
.view-dossier-overviews article.bbh-colored-teaser-color2 .form-submit {
  background-color: #FF5F69;
  color: #ffffff;
}
/* line 361, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color3,
#block-views-related-articles-block article.bbh-colored-teaser-color3,
#block-views-dossier-articles-block article.bbh-colored-teaser-color3,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color3,
.view-dossier-overviews article.bbh-colored-teaser-color3 {
  background-color: #f0eeec;
  color: #313131;
}
/* line 50, ../sass/_mixins.scss */
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color3 .field-name-field-button,
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color3 .form-submit,
#block-views-related-articles-block article.bbh-colored-teaser-color3 .field-name-field-button,
#block-views-related-articles-block article.bbh-colored-teaser-color3 .form-submit,
#block-views-dossier-articles-block article.bbh-colored-teaser-color3 .field-name-field-button,
#block-views-dossier-articles-block article.bbh-colored-teaser-color3 .form-submit,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color3 .field-name-field-button,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color3 .form-submit,
.view-dossier-overviews article.bbh-colored-teaser-color3 .field-name-field-button,
.view-dossier-overviews article.bbh-colored-teaser-color3 .form-submit {
  background-color: #FF5F69;
  color: #ffffff;
}
/* line 364, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color4,
#block-views-related-articles-block article.bbh-colored-teaser-color4,
#block-views-dossier-articles-block article.bbh-colored-teaser-color4,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color4,
.view-dossier-overviews article.bbh-colored-teaser-color4 {
  background-color: #f0eeec;
  color: #313131;
}
/* line 50, ../sass/_mixins.scss */
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color4 .field-name-field-button,
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color4 .form-submit,
#block-views-related-articles-block article.bbh-colored-teaser-color4 .field-name-field-button,
#block-views-related-articles-block article.bbh-colored-teaser-color4 .form-submit,
#block-views-dossier-articles-block article.bbh-colored-teaser-color4 .field-name-field-button,
#block-views-dossier-articles-block article.bbh-colored-teaser-color4 .form-submit,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color4 .field-name-field-button,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color4 .form-submit,
.view-dossier-overviews article.bbh-colored-teaser-color4 .field-name-field-button,
.view-dossier-overviews article.bbh-colored-teaser-color4 .form-submit {
  background-color: #FF5F69;
  color: #ffffff;
}
/* line 367, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color5,
#block-views-related-articles-block article.bbh-colored-teaser-color5,
#block-views-dossier-articles-block article.bbh-colored-teaser-color5,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color5,
.view-dossier-overviews article.bbh-colored-teaser-color5 {
  background-color: #f0eeec;
  color: #313131;
}
/* line 50, ../sass/_mixins.scss */
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color5 .field-name-field-button,
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color5 .form-submit,
#block-views-related-articles-block article.bbh-colored-teaser-color5 .field-name-field-button,
#block-views-related-articles-block article.bbh-colored-teaser-color5 .form-submit,
#block-views-dossier-articles-block article.bbh-colored-teaser-color5 .field-name-field-button,
#block-views-dossier-articles-block article.bbh-colored-teaser-color5 .form-submit,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color5 .field-name-field-button,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color5 .form-submit,
.view-dossier-overviews article.bbh-colored-teaser-color5 .field-name-field-button,
.view-dossier-overviews article.bbh-colored-teaser-color5 .form-submit {
  background-color: #FF5F69;
  color: #ffffff;
}
/* line 370, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color6,
#block-views-related-articles-block article.bbh-colored-teaser-color6,
#block-views-dossier-articles-block article.bbh-colored-teaser-color6,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color6,
.view-dossier-overviews article.bbh-colored-teaser-color6 {
  background-color: #f0eeec;
  color: #313131;
}
/* line 50, ../sass/_mixins.scss */
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color6 .field-name-field-button,
#block-views-dossier-sidebar-nodes-block article.bbh-colored-teaser-color6 .form-submit,
#block-views-related-articles-block article.bbh-colored-teaser-color6 .field-name-field-button,
#block-views-related-articles-block article.bbh-colored-teaser-color6 .form-submit,
#block-views-dossier-articles-block article.bbh-colored-teaser-color6 .field-name-field-button,
#block-views-dossier-articles-block article.bbh-colored-teaser-color6 .form-submit,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color6 .field-name-field-button,
#block-views-frontpage-articles-block article.bbh-colored-teaser-color6 .form-submit,
.view-dossier-overviews article.bbh-colored-teaser-color6 .field-name-field-button,
.view-dossier-overviews article.bbh-colored-teaser-color6 .form-submit {
  background-color: #FF5F69;
  color: #ffffff;
}
/* line 374, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser_group_label,
#block-views-related-articles-block article .teaser_group_label,
#block-views-dossier-articles-block article .teaser_group_label,
#block-views-frontpage-articles-block article .teaser_group_label,
.view-dossier-overviews article .teaser_group_label {
  position: absolute;
  background-color: #ffffff;
  left: 12px;
  right: 12px;
  bottom: 20px;
  font-size: 16px;
  line-height: 1.3em;
  padding: 0 0.5em;
  z-index: 20;
}
/* line 385, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser_group_label .field-name-body,
#block-views-related-articles-block article .teaser_group_label .field-name-body,
#block-views-dossier-articles-block article .teaser_group_label .field-name-body,
#block-views-frontpage-articles-block article .teaser_group_label .field-name-body,
.view-dossier-overviews article .teaser_group_label .field-name-body {
  display: none;
}
/* line 390, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.bbh_scheduler_unknown .teaser_group_label,
#block-views-related-articles-block article.bbh_scheduler_unknown .teaser_group_label,
#block-views-dossier-articles-block article.bbh_scheduler_unknown .teaser_group_label,
#block-views-frontpage-articles-block article.bbh_scheduler_unknown .teaser_group_label,
.view-dossier-overviews article.bbh_scheduler_unknown .teaser_group_label {
  display: none;
}
/* line 393, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article img,
#block-views-related-articles-block article img,
#block-views-dossier-articles-block article img,
#block-views-frontpage-articles-block article img,
.view-dossier-overviews article img {
  float: left;
  width: 100%;
  height: auto;
}
/* line 398, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article .teaser-border,
#block-views-related-articles-block article .teaser-border,
#block-views-dossier-articles-block article .teaser-border,
#block-views-frontpage-articles-block article .teaser-border,
.view-dossier-overviews article .teaser-border {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 1px solid #FFFFFF;
}
/* line 408, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block article.bbh_scheduler_unknown .teaser-border,
#block-views-related-articles-block article.bbh_scheduler_unknown .teaser-border,
#block-views-dossier-articles-block article.bbh_scheduler_unknown .teaser-border,
#block-views-frontpage-articles-block article.bbh_scheduler_unknown .teaser-border,
.view-dossier-overviews article.bbh_scheduler_unknown .teaser-border {
  background-image: url('../images/image-border-unknown.png?1541572090');
}

/* line 421, ../sass/components/_teasers.scss */
.i18n-de #block-views-dossier-sidebar-nodes-block article .field-name-field-subject a,
.i18n-de #block-views-related-articles-block article .field-name-field-subject a,
.i18n-de #block-views-dossier-articles-block article .field-name-field-subject a,
.i18n-de #block-views-frontpage-articles-block article .field-name-field-subject a,
.i18n-de .view-dossier-overviews article .field-name-field-subject a {
  text-transform: none;
}

/* line 428, ../sass/components/_teasers.scss */
#block-views-dossier-sidebar-nodes-block .links.inline {
  display: none;
}

/* line 433, ../sass/components/_teasers.scss */
.node-teaser img {
  cursor: pointer;
}

/* line 3, ../sass/components/_menus.scss */
#menu-button-open {
  display: none;
}

/* line 7, ../sass/components/_menus.scss */
#navigation {
  background: #303030;
  font-size: 17px;
  width: 100%;
  height: auto;
  min-height: 35px;
  margin-bottom: 7px;
  position: relative;
  text-transform: uppercase;
}
/* line 16, ../sass/components/_menus.scss */
#navigation:after {
  content: '';
  display: table;
  clear: both;
}
/* line 22, ../sass/components/_menus.scss */
#navigation .category-menu {
  position: relative;
  float: left;
  height: 32px;
  line-height: 36px;
  padding: 0 10px 0 0;
}
/* line 28, ../sass/components/_menus.scss */
#navigation .category-menu .check {
  height: 20px;
  width: 20px;
  background: no-repeat;
  display: inline-block;
  margin-top: 8px;
  float: left;
  margin-right: 5px;
}
/* line 36, ../sass/components/_menus.scss */
#navigation .category-menu .check.checked {
  background-image: url('../images/checked.png?1541572090');
}
/* line 39, ../sass/components/_menus.scss */
#navigation .category-menu .check.unchecked {
  background-image: url('../images/unchecked.png?1541572090');
}
/* line 45, ../sass/components/_menus.scss */
#navigation .category-menu a {
  color: #f6f6f6;
  text-decoration: none;
  /*transition: color 0.1s;
  -webkit-transition: color 0.1s;*/
}
/* line 53, ../sass/components/_menus.scss */
#navigation .category-menu a:hover,
#navigation .category-menu a.active {
  color: #ffffff;
}
/* line 58, ../sass/components/_menus.scss */
#navigation .category-menu .menu-title {
  background-color: white;
  background-image: url('../images/menu-bg-title.png?1541572090');
  background-repeat: no-repeat;
  background-position: top left;
  display: none;
  float: left;
  height: 36px;
  padding-left: 10px;
  color: #232021;
  font-size: 18px;
  font-weight: normal;
}
/* line 70, ../sass/components/_menus.scss */
#navigation .category-menu .menu-title:hover {
  color: #232021;
}
/* line 74, ../sass/components/_menus.scss */
#navigation .category-menu ul {
  float: left;
}
/* line 77, ../sass/components/_menus.scss */
#navigation .category-menu li {
  height: 35px;
  padding: 0px 5px;
  margin-right: 10px;
  line-height: 35px;
}
/* line 82, ../sass/components/_menus.scss */
#navigation .category-menu li.active-trail, #navigation .category-menu li:hover {
  background: #c32748;
}
/* line 87, ../sass/components/_menus.scss */
#navigation .category-menu li.first {
  margin-left: 9px;
}
/* line 90, ../sass/components/_menus.scss */
#navigation .category-menu li.last {
  margin-right: 0px;
}

/* line 101, ../sass/components/_menus.scss */
.bbh-dropdown-menu {
  position: static;
  float: right;
}
/* line 104, ../sass/components/_menus.scss */
.bbh-dropdown-menu a {
  color: #959595;
  padding: 3px 20px 3px 10px;
  display: inline-block;
}
/* line 108, ../sass/components/_menus.scss */
.bbh-dropdown-menu a:hover, .bbh-dropdown-menu a.active {
  background-color: #c32748;
  color: #ffffff;
  text-decoration: none;
}
/* line 116, ../sass/components/_menus.scss */
.bbh-dropdown-menu .menu-title {
  color: #FFFFFF;
  display: block;
  line-height: 35px;
  cursor: pointer;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 124, ../sass/components/_menus.scss */
.bbh-dropdown-menu .menu-title:after, .bbh-dropdown-menu .menu-title#footer:before {
  background: url('../images/menu-arrow.png?1541572090') no-repeat;
  content: "";
  height: 35px;
  width: 14px;
  margin-left: 5px;
  float: right;
}
/* line 132, ../sass/components/_menus.scss */
.bbh-dropdown-menu .menu-title:hover {
  background: #c32748;
}
/* line 136, ../sass/components/_menus.scss */
.bbh-dropdown-menu:hover .menu-title, .bbh-dropdown-menu.active .menu-title {
  color: #ffffff;
}
/* line 140, ../sass/components/_menus.scss */
.bbh-dropdown-menu:hover .bbh-menu-drop-border {
  display: block;
}

/* line 145, ../sass/components/_menus.scss */
.bbh-menu-drop-border {
  display: none;
  position: absolute;
  width: 100%;
  top: 37px;
  left: 0;
  padding: 20px 8px 21px;
  background: url('../images/menu-drop-top.png?1541572090') no-repeat #ffffff;
  background-position: center 12px;
  box-sizing: border-box;
}

/* line 157, ../sass/components/_menus.scss */
.bbh-menu-drop-border-top {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff;
  width: 100%;
  margin: 0;
  padding: 45px 18px 40px;
  border-style: solid;
  border-width: 0 2px;
  border-color: #1e1e1e;
}
/* line 167, ../sass/components/_menus.scss */
.bbh-menu-drop-border-top ul {
  float: none;
  overflow: hidden;
  margin: 0;
}
/* line 173, ../sass/components/_menus.scss */
.bbh-menu-drop-border-top:after, .bbh-menu-drop-border-top#footer:before {
  position: absolute;
  content: " ";
  display: block;
  background: url('../images/menu-drop-bottom.png?1541572090') no-repeat bottom center;
  width: 940px;
  height: 21px;
  bottom: 11px;
  left: 0;
}

/* line 185, ../sass/components/_menus.scss */
.bbh-menu-drop-title {
  display: none;
}

/* line 189, ../sass/components/_menus.scss */
.javascriptsearch {
  margin-bottom: 15px;
}
/* line 192, ../sass/components/_menus.scss */
.javascriptsearch input[type=text] {
  width: 100%;
}
/* line 195, ../sass/components/_menus.scss */
.javascriptsearch input[type=button] {
  display: none;
}

/* line 205, ../sass/components/_menus.scss */
.javascript-searchable .nohighlight {
  visibility: hidden;
}

/* line 213, ../sass/components/_menus.scss */
#navigation .theme-menu .menu,
#navigation .dossier-menu-notabs .menu {
  padding: 20px 30px;
  -moz-column-count: 6;
  -webkit-column-count: 6;
  column-count: 6;
}
/* line 216, ../sass/components/_menus.scss */
#navigation .theme-menu .menu li,
#navigation .dossier-menu-notabs .menu li {
  float: none;
  width: auto;
}

/* line 1, ../sass/components/_main.scss */
.sidebars {
  float: right;
}

/* line 5, ../sass/components/_main.scss */
#content {
  float: left;
}

/* line 9, ../sass/components/_main.scss */
#logo {
  float: left;
  margin-top: -9px;
}
/* line 12, ../sass/components/_main.scss */
#logo img {
  margin-top: 1px;
  height: 52px;
}

/* line 18, ../sass/components/_main.scss */
#navigation {
  z-index: 100;
}

/* line 3, ../sass/_text-markup.scss */
article section.field h2 {
  font-size: 20px;
  margin-bottom: 0.5em;
}
/* line 8, ../sass/_text-markup.scss */
article section.field h3 {
  font-size: 18px;
  margin-bottom: 0.5em;
}
/* line 13, ../sass/_text-markup.scss */
article section.field ul {
  display: inline-block;
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
  font-size: 21px;
  list-style: disc inside;
  margin-bottom: 35px;
}
/* line 28, ../sass/_text-markup.scss */
article section.field ul li {
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-position: outside;
  margin-left: 1em;
}
/* line 35, ../sass/_text-markup.scss */
article section.field ul li p {
  display: inline;
}
/* line 39, ../sass/_text-markup.scss */
article section.field ul li:last-child {
  margin-bottom: 0;
}
/* line 25, ../sass/components/_main.scss */
article section.field h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
/* line 31, ../sass/components/_main.scss */
article section.field.field-name-field-form {
  float: left;
  width: 100%;
  clear: both;
}

/* line 38, ../sass/components/_main.scss */
.asterisk-list {
  display: inline-block;
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
}
/* line 28, ../sass/_text-markup.scss */
.asterisk-list li {
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-position: outside;
  margin-left: 1em;
}
/* line 35, ../sass/_text-markup.scss */
.asterisk-list li p {
  display: inline;
}
/* line 39, ../sass/_text-markup.scss */
.asterisk-list li:last-child {
  margin-bottom: 0;
}

/* line 42, ../sass/components/_main.scss */
article .service-links {
  background: url("../images/horizontal-line.png") no-repeat bottom left;
  padding: 50px 0 50px 0;
  width: 100%;
  float: left;
  margin-bottom: 50px;
  clear: both;
  font-size: 24px;
  line-height: 1.2em;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 54, ../sass/components/_main.scss */
article .service-links .service-label {
  float: left;
  margin: 6px 15px 0 0;
}
/* line 59, ../sass/components/_main.scss */
article .service-links .links {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
/* line 66, ../sass/components/_main.scss */
article .service-links .links li {
  float: left;
  margin: 0 5px 0 0;
}
/* line 70, ../sass/components/_main.scss */
article .service-links .links li a {
  display: inline-block;
}
/* line 74, ../sass/components/_main.scss */
article .service-links .links li img {
  max-width: 32px;
}

/* line 80, ../sass/components/_main.scss */
#main {
  background-color: #ffffff;
  float: left;
  width: 100%;
  position: static;
}

/* line 87, ../sass/components/_main.scss */
#page {
  position: relative;
  margin-top: 30px;
  -moz-box-shadow: -2px 0 0 #FFFFFF;
  -webkit-box-shadow: -2px 0 0 #FFFFFF;
  box-shadow: -2px 0 0 #FFFFFF;
}

/* line 93, ../sass/components/_main.scss */
#header {
  margin-bottom: 20px;
}
/* line 96, ../sass/components/_main.scss */
#header h1 {
  margin-top: 0;
}

/* line 101, ../sass/components/_main.scss */
#name-and-menu {
  height: 36px;
}

/* line 105, ../sass/components/_main.scss */
#block-system-main-menu {
  float: right;
  color: #9f9f9f;
  height: 30px;
  line-height: 30px;
  margin: -2px 1em 0 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
}
/* line 114, ../sass/components/_main.scss */
#block-system-main-menu .last {
  display: none;
}

/* line 119, ../sass/components/_main.scss */
#block-system-main-menu ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 126, ../sass/components/_main.scss */
#block-system-main-menu ul li {
  float: left;
  margin: 0 0 0 1em;
}

/* line 131, ../sass/components/_main.scss */
#block-system-main-menu a {
  color: inherit;
  text-decoration: none;
}

/* line 136, ../sass/components/_main.scss */
#header .block {
  margin-bottom: 0;
}

/* line 140, ../sass/components/_main.scss */
#block-search-form {
  float: right;
  width: 164px;
  height: 30px;
  font-size: 17px;
  position: relative;
  top: -3px;
}
/* line 148, ../sass/components/_main.scss */
#block-search-form .form-text {
  margin: 0;
  padding: 0 40px 0 10px;
  border: none;
  background: #f0eeec;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 300;
  vertical-align: top;
}
/* line 40, ../sass/_mixins.scss */
#block-search-form .form-text.placeholder {
  color: #969696;
}
/* line 41, ../sass/_mixins.scss */
#block-search-form .form-text:-moz-placeholder {
  color: #969696;
}
/* line 42, ../sass/_mixins.scss */
#block-search-form .form-text::-moz-placeholder {
  color: #969696;
}
/* line 43, ../sass/_mixins.scss */
#block-search-form .form-text::-webkit-input-placeholder {
  color: #969696;
}
/* line 44, ../sass/_mixins.scss */
#block-search-form .form-text:-ms-input-placeholder {
  color: #969696;
}
/* line 163, ../sass/components/_main.scss */
#block-search-form .form-wrapper {
  float: right;
}
/* line 166, ../sass/components/_main.scss */
#block-search-form .form-submit {
  color: transparent;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  background-image: url('../images/search-loop.png?1541572090');
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 21px;
  width: 28px;
  height: 28px;
  background-color: transparent;
  position: absolute;
  right: 0px;
  top: 0px;
}

/* line 185, ../sass/components/_main.scss */
.view-header {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 1em;
}
/* line 190, ../sass/components/_main.scss */
.view-header .term {
  text-transform: lowercase;
}

/*
#block-views-dossier-articles-block {
	margin-top:2em;
	padding-top:3em;
	background: image-url('hr-bg.png') repeat-x;
}
*/
/* line 202, ../sass/components/_main.scss */
.node-category-dossier {
  margin-bottom: 0.5em;
}

/* line 206, ../sass/components/_main.scss */
.node-type-category-dossier .view-dossier-articles .view-header {
  display: none;
}

/* line 213, ../sass/components/_main.scss */
.view-dossier-overviews .attachment .view-content {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 20px;
}
/* line 219, ../sass/components/_main.scss */
.view-dossier-overviews .attachment .view-content span {
  padding: 0 5px;
}

/* line 226, ../sass/components/_main.scss */
#block-views-dossier-articles-block,
#block-views-frontpage-articles-block,
.view-dossier-overviews {
  float: left;
}

/* line 233, ../sass/components/_main.scss */
.view-frontpage-articles .view-content {
  overflow: hidden;
  *zoom: 1;
}

/* line 238, ../sass/components/_main.scss */
.pager--infinite-scroll {
  text-align: center;
  list-style: none;
}
/* line 243, ../sass/components/_main.scss */
.pager--infinite-scroll a {
  background-color: #FF5F69;
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  font-weight: 300;
  line-height: 35px;
  text-transform: uppercase;
  height: 45px;
  padding: 4px 30px 0;
  border: none;
  border-bottom: 4px solid #d05a61;
  border-right: 3px solid #d05a61;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

/* line 263, ../sass/components/_main.scss */
header p {
  font-size: 28px;
  margin: 0 0 1.3em 0;
}

/* line 269, ../sass/components/_main.scss */
figure {
  position: relative;
  float: left;
  max-width: 100%;
  margin: 0 1em 2em 0;
}
/* line 275, ../sass/components/_main.scss */
figure img {
  float: left;
}
/* line 279, ../sass/components/_main.scss */
figure figcaption {
  position: absolute;
  bottom: -1.375em;
  height: 1.375em;
  width: 100%;
  overflow: hidden;
}
/* line 287, ../sass/components/_main.scss */
figure.img__view_mode__default, figure.split {
  display: inline-block;
  float: none !important;
  margin-bottom: 0;
}

/* line 294, ../sass/components/_main.scss */
figure[style*='float:left;'] {
  margin-right: 1em;
  margin-left: 0;
}

/* line 299, ../sass/components/_main.scss */
figure[style*='float:right;'] {
  margin-right: 0;
  margin-left: 1em;
}

/* line 304, ../sass/components/_main.scss */
figure.inserted {
  /* TODO add image styles for smaller border image ? */
}

/* line 310, ../sass/components/_main.scss */
.node-article figure, .node-dossier figure {
  margin-right: 0;
}
/* line 313, ../sass/components/_main.scss */
.node-article figure img, .node-dossier figure img {
  margin-right: 2em;
}
/* line 316, ../sass/components/_main.scss */
.node-article figure img.image-full-width, .node-dossier figure img.image-full-width {
  margin-right: 0;
}
/* line 320, ../sass/components/_main.scss */
.node-article figure .copyright, .node-dossier figure .copyright {
  margin-right: 2.71em;
}

/* line 325, ../sass/components/_main.scss */
.copyright {
  display: none;
}

/* line 330, ../sass/components/_main.scss */
article.view-mode-full .copyright {
  display: inline-block;
  font-size: 14px;
  position: absolute;
  right: 0;
  bottom: -1.375em;
  height: 1.375em;
}

/* line 340, ../sass/components/_main.scss */
.bbh-caption-block {
  position: absolute;
  width: 266px;
  height: auto;
  bottom: -20px;
  left: -20px;
  background-color: #ffffff;
  padding: 1em;
  z-index: 20;
  overflow: visible;
  word-wrap: break-word;
  -moz-box-shadow: inset 0 0 0 2px #169f92;
  -webkit-box-shadow: inset 0 0 0 2px #169f92;
  box-shadow: inset 0 0 0 2px #169f92;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 355, ../sass/components/_main.scss */
.bbh-caption-bottom {
  position: absolute;
  top: 100%;
  z-index: 20;
  height: 1.375em;
  overflow: hidden;
  font-size: 16px;
  font-style: italic;
}

/* line 386, ../sass/components/_main.scss */
#block-views-article-dossiers-block {
  background-color: #efeeec;
  color: #c32748;
  padding: 1em;
}
/* line 390, ../sass/components/_main.scss */
#block-views-article-dossiers-block a {
  color: #c32748;
}
/* line 394, ../sass/components/_main.scss */
#block-views-article-dossiers-block .block-title, #block-views-article-dossiers-block #footer .category-menu .menu-title, #footer .category-menu #block-views-article-dossiers-block .menu-title {
  color: #303030;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.1em;
  text-transform: uppercase;
}

/* line 405, ../sass/components/_main.scss */
.bbh-colored-block {
  color: #c32748;
  background-color: #f0eeec;
  padding: 1em;
  margin-bottom: 1.5em;
  padding-top: 2em;
  font-size: 17px;
}
/* line 54, ../sass/_text-markup.scss */
.bbh-colored-block a {
  color: #c32748;
}
/* line 58, ../sass/_text-markup.scss */
.bbh-colored-block h2, .bbh-colored-block h3 {
  color: #303030;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
/* line 67, ../sass/_text-markup.scss */
.bbh-colored-block ul {
  display: inline-block;
  padding: 0;
  margin: 5px 0 0;
  list-style: none;
}
/* line 28, ../sass/_text-markup.scss */
.bbh-colored-block ul li {
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-position: outside;
  margin-left: 1em;
}
/* line 35, ../sass/_text-markup.scss */
.bbh-colored-block ul li p {
  display: inline;
}
/* line 39, ../sass/_text-markup.scss */
.bbh-colored-block ul li:last-child {
  margin-bottom: 0;
}
/* line 409, ../sass/components/_main.scss */
.bbh-colored-block ul li {
  margin-left: 0;
}

/* line 416, ../sass/components/_main.scss */
#block-views-related-articles-block .block-title, #block-views-related-articles-block #footer .category-menu .menu-title, #footer .category-menu #block-views-related-articles-block .menu-title {
  color: #303030;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
/* line 425, ../sass/components/_main.scss */
#block-views-related-articles-block article {
  margin-bottom: 20px;
}

/* line 430, ../sass/components/_main.scss */
.group-campaign {
  position: relative;
  float: left;
}
/* line 434, ../sass/components/_main.scss */
.group-campaign .field-type-image {
  position: relative;
  float: left;
}
/* line 438, ../sass/components/_main.scss */
.group-campaign .field-type-image img {
  float: left;
}
/* line 443, ../sass/components/_main.scss */
.group-campaign a {
  position: absolute;
  color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 453, ../sass/components/_main.scss */
#back-to-top {
  display: none;
}

/* line 457, ../sass/components/_main.scss */
#social {
  display: none;
}

/* line 461, ../sass/components/_main.scss */
.cookiepopup {
  display: none;
  position: absolute;
  z-index: 2000;
  width: 400px;
  text-align: left;
  margin: 0 auto;
  top: -20px;
  right: 0;
  min-height: 40px;
  max-height: 80px;
  line-height: 20px;
  background-color: #ff5f69;
  color: #ffffff;
  padding: 16px;
}
/* line 477, ../sass/components/_main.scss */
.cookiepopup .extra {
  display: none;
}
/* line 481, ../sass/components/_main.scss */
.cookiepopup p {
  font-size: 15px;
  margin: 0;
}
/* line 486, ../sass/components/_main.scss */
.cookiepopup a {
  color: #ffffff;
  text-decoration: underline;
}
/* line 489, ../sass/components/_main.scss */
.cookiepopup a.cookieOK.cookieClose {
  background-image: url('../images/../images/menu-button-close.png?1494945903');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  text-decoration: none;
}

/* line 507, ../sass/components/_main.scss */
.current-cookie-status {
  padding: .5rem 3rem;
  min-width: 300px;
  max-width: 400px;
  color: white;
  text-align: center;
  margin-top: 1em;
}
/* line 514, ../sass/components/_main.scss */
.current-cookie-status.cookies-on {
  background-color: #ff5f69;
  color: #ffffff;
}
/* line 518, ../sass/components/_main.scss */
.current-cookie-status.cookies-off {
  background-color: #969696;
  color: #ffffff;
}

/* line 525, ../sass/components/_main.scss */
#sliding-popup {
  line-height: 20px;
  color: #ffffff;
  width: calc(100% - 12px);
  margin: 0 7px;
}
@media (min-width: 768px) {
  /* line 525, ../sass/components/_main.scss */
  #sliding-popup {
    margin: 0 auto;
  }
}
/* line 536, ../sass/components/_main.scss */
#sliding-popup.sliding-popup-top {
  position: relative;
}
/* line 539, ../sass/components/_main.scss */
#sliding-popup p {
  margin-bottom: 0;
}
/* line 542, ../sass/components/_main.scss */
#sliding-popup h2 {
  font-size: 15px;
}
/* line 545, ../sass/components/_main.scss */
#sliding-popup button {
  cursor: pointer;
  display: inline;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: underline;
  background: none;
}
/* line 555, ../sass/components/_main.scss */
#sliding-popup .popup-inner {
  background-color: #ff5f69;
  width: calc(100% - 14px);
  position: absolute;
  top: 30px;
  padding: 6px;
}
@media (min-width: 768px) {
  /* line 555, ../sass/components/_main.scss */
  #sliding-popup .popup-inner {
    width: 400px;
    right: 0;
  }
}
/* line 566, ../sass/components/_main.scss */
#sliding-popup .popup-inner .popup-content {
  margin: 0 auto;
  max-width: 100%;
  display: inline-block;
  text-align: left;
  width: 100%;
  font-size: 15px;
}
/* line 573, ../sass/components/_main.scss */
#sliding-popup .popup-inner .popup-content #popup-text {
  color: #fff;
  float: left;
  font-weight: normal;
  margin: 0;
  max-width: 60%;
  font-size: 15px;
}
/* line 581, ../sass/components/_main.scss */
#sliding-popup .popup-inner .popup-content #popup-buttons {
  bottom: 10px;
  float: right;
  max-width: 40%;
  position: absolute;
  right: 15px;
}
/* line 589, ../sass/components/_main.scss */
#sliding-popup .popup-inner a, #sliding-popup .popup-inner button {
  color: #ffffff;
  text-decoration: underline;
}
/* line 592, ../sass/components/_main.scss */
#sliding-popup .popup-inner a.cookie-close, #sliding-popup .popup-inner button.cookie-close {
  background-image: url('../images/../images/menu-button-close.png?1541572090');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  padding: 0;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  text-decoration: none;
}

/* line 610, ../sass/components/_main.scss */
.node-unpublished {
  background-color: transparent;
}
/* line 613, ../sass/components/_main.scss */
.node-unpublished .unpublished {
  display: none;
}

/* line 618, ../sass/components/_main.scss */
.pinterest-image {
  position: relative;
}

/* line 622, ../sass/components/_main.scss */
.hover-pinterest {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-image: url("../images/pinit.png");
  background-position: 96% 2.5%;
  background-repeat: no-repeat;
  display: none;
  width: 100%;
  height: 100%;
}

/* line 635, ../sass/components/_main.scss */
.file-portrait-medium- .hover-pinterest {
  background-position: 86% 2.5%;
}

/* line 639, ../sass/components/_main.scss */
.file-portrait-small- .hover-pinterest {
  background-position: 76% 2.5%;
}

/* line 643, ../sass/components/_main.scss */
.file-landscape-medium- .hover-pinterest {
  background-position: 86% 2.5%;
}

/* line 647, ../sass/components/_main.scss */
.file-landscape-small- .hover-pinterest {
  background-position: 76% 2.5%;
}

/* line 651, ../sass/components/_main.scss */
.pin-it-link {
  height: 100%;
  width: 100%;
  display: block;
}

/* line 658, ../sass/components/_main.scss */
.notitle h2 {
  display: none;
}

/* line 664, ../sass/components/_main.scss */
.node-linkpage.view-mode-full h1 {
  margin-bottom: 10px;
}

/* line 671, ../sass/components/_main.scss */
.full_figured_article figure#node-article-full-group-figure + section {
  clear: both;
}

/* line 676, ../sass/components/_main.scss */
.node-type-iframe {
  overflow: hidden;
}
/* line 678, ../sass/components/_main.scss */
.node-type-iframe #header, .node-type-iframe #footer, .node-type-iframe #bottom, .node-type-iframe #back-to-top {
  display: none;
}
/* line 681, ../sass/components/_main.scss */
.node-type-iframe iframe {
  height: 100vh;
  width: 100vw;
}
/* line 685, ../sass/components/_main.scss */
.node-type-iframe #main > * {
  display: none;
}
/* line 688, ../sass/components/_main.scss */
.node-type-iframe #main > #content, .node-type-iframe #page {
  display: block;
  height: 100vh;
  margin: 0;
  max-width: auto;
}

/* line 698, ../sass/components/_main.scss */
div#TNSNipopopup div#popup_container {
  font-family: 'Futura W01', sans-serif;
  font-size: 21px;
  line-height: 1;
  padding: 15px;
  border: 3px solid #aaa;
  z-index: 1002;
  box-sizing: border-box;
  width: 440px;
}
/* line 708, ../sass/components/_main.scss */
div#TNSNipopopup div#popup_container .TNScontent {
  height: 50px;
  padding: 5px;
}
/* line 713, ../sass/components/_main.scss */
div#TNSNipopopup div#popup_container #TNSKnop1, div#TNSNipopopup div#popup_container #TNSKnop2, div#TNSNipopopup div#popup_container #TNSKnop3, div#TNSNipopopup div#popup_container #TNSKnop4 {
  font-family: 'Futura W01', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff5f69;
  font-weight: 700;
  height: 45px;
  padding: 4px 20px 0;
  margin-bottom: 20px;
  border: none;
  border-bottom: 4px solid #d05a61;
  border-right: 3px solid #d05a61;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
/* line 731, ../sass/components/_main.scss */
div#TNSNipopopup div#popup_container #TNSKnop1:hover, div#TNSNipopopup div#popup_container #TNSKnop2:hover, div#TNSNipopopup div#popup_container #TNSKnop3:hover, div#TNSNipopopup div#popup_container #TNSKnop4:hover {
  background-color: #ff5f69;
}

/* line 737, ../sass/components/_main.scss */
.tnspopup {
  display: none;
}

/* line 741, ../sass/components/_main.scss */
.iframe-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

/* line 748, ../sass/components/_main.scss */
.iframe-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* line 758, ../sass/components/_main.scss */
#block-views-frontpage-articles-block article.iniv-teaser-large0.node-teaser.fade-to-black .teaser-text-group {
  background-color: unset;
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  left: 0;
  right: 0;
  bottom: 0;
  height: 300px;
  padding: 75px 30px 30px;
}
/* line 776, ../sass/components/_main.scss */
#block-views-frontpage-articles-block article.iniv-teaser-large0.node-teaser.fade-to-black .teaser-text-group h2, #block-views-frontpage-articles-block article.iniv-teaser-large0.node-teaser.fade-to-black .teaser-text-group p {
  flex: 0;
  color: white;
}

/* line 1, ../sass/components/_footer.scss */
#footer {
  float: left;
  width: 100%;
  background-color: #f0eeec;
  font-size: 19px;
  position: relative;
  padding: 35px 5.1% 15px 5.1%;
  margin-bottom: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 12, ../sass/components/_footer.scss */
#footer:after, #footer:before {
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: none;
  background-size: 100%;
  -webkit-background-size: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 25, ../sass/components/_footer.scss */
#footer:before {
  background-image: url('../images/footertop.png?1541572090');
  top: -2px;
}
/* line 34, ../sass/components/_footer.scss */
#footer p {
  margin-top: 0;
  margin-bottom: 12px;
}
/* line 39, ../sass/components/_footer.scss */
#footer .block {
  float: left;
  padding-right: 20px;
  line-height: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 47, ../sass/components/_footer.scss */
#footer #block-block-3 p {
  margin: 0;
}
/* line 50, ../sass/components/_footer.scss */
#footer #block-block-3 p img {
  vertical-align: text-bottom;
  margin-right: 5px;
}
/* line 57, ../sass/components/_footer.scss */
#footer .menu-title,
#footer .block-title,
#footer .category-menu .menu-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 2px;
}
/* line 66, ../sass/components/_footer.scss */
#footer .category-menu {
  /*a {
      color: $footer-menu-link-color;
  }*/
}
/* line 67, ../sass/components/_footer.scss */
#footer .category-menu .menu-title {
  display: block;
  width: 100%;
  color: #303030;
  text-decoration: none;
}
/* line 74, ../sass/components/_footer.scss */
#footer .category-menu a {
  text-decoration: none;
  color: #323232;
}
/* line 77, ../sass/components/_footer.scss */
#footer .category-menu a.active, #footer .category-menu a:hover {
  color: #c32748;
}
/* line 88, ../sass/components/_footer.scss */
#footer .block-menu {
  padding: 0;
}
/* line 91, ../sass/components/_footer.scss */
#footer .block-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 96, ../sass/components/_footer.scss */
#footer .block-menu .menu li {
  padding-right: 0;
  text-transform: capitalize;
  line-height: 1.375em;
}
/* line 101, ../sass/components/_footer.scss */
#footer .block-menu .menu li:after, #footer .block-menu .menu li#footer:before {
  display: none;
}
/* line 108, ../sass/components/_footer.scss */
#footer form {
  position: relative;
  margin-right: 20px;
}
/* line 113, ../sass/components/_footer.scss */
#footer form .form-text {
  width: 100%;
  padding: 7px 30px 7px 4px;
  border: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 121, ../sass/components/_footer.scss */
#footer form .form-item {
  margin-top: 15px;
}
/* line 124, ../sass/components/_footer.scss */
#footer form .form-item input {
  background-color: #FFFFFF;
  font-family: "Futura W01", sans-serif;
  height: 34px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 10px;
  font-size: 19px;
}
/* line 136, ../sass/components/_footer.scss */
#footer form .form-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: url('../images/search-loop.png?1541572090') no-repeat center center;
  border: none;
  width: 40px;
  height: 35px;
  padding: 0;
  margin: 0;
  color: transparent;
}
/* line 150, ../sass/components/_footer.scss */
#footer .logo {
  height: 46px;
  margin-bottom: -13px;
}

/* line 157, ../sass/components/_footer.scss */
#block-menu-menu-bottom-menu {
  color: #777777;
  font-size: 15px;
  line-height: 28px;
}
/* line 163, ../sass/components/_footer.scss */
#block-menu-menu-bottom-menu ul, #block-menu-menu-bottom-menu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
/* line 169, ../sass/components/_footer.scss */
#block-menu-menu-bottom-menu li:after, #block-menu-menu-bottom-menu li#footer:before {
  content: '|';
  margin-left: 5px;
}
/* line 173, ../sass/components/_footer.scss */
#block-menu-menu-bottom-menu li:last-child:after, #block-menu-menu-bottom-menu li#footer:last-child:before {
  content: '';
}
/* line 176, ../sass/components/_footer.scss */
#block-menu-menu-bottom-menu li {
  display: inline;
}
/* line 179, ../sass/components/_footer.scss */
#block-menu-menu-bottom-menu a {
  color: #777777;
}

/* line 184, ../sass/components/_footer.scss */
#block-block-1 .block-title, #block-block-1 #footer .category-menu .menu-title, #footer .category-menu #block-block-1 .menu-title {
  margin-bottom: 4px;
}

/* line 188, ../sass/components/_footer.scss */
.blockHide {
  display: none;
}

/* line 193, ../sass/components/_footer.scss */
.follow-us-social img {
  max-width: 32px;
}

/* line 1, ../sass/components/_forms.scss */
button,
input,
select,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/* line 8, ../sass/components/_forms.scss */
form {
  margin-bottom: 20px;
}

/* line 12, ../sass/components/_forms.scss */
label {
  font-weight: normal;
}

/* line 16, ../sass/components/_forms.scss */
input, textarea {
  background: #e0dedc;
  padding: 10px 7px;
  border: none;
}

/* line 22, ../sass/components/_forms.scss */
.form-item {
  margin: 0 0 1em;
}

/* line 26, ../sass/components/_forms.scss */
.form-type-checkbox {
  position: relative;
  margin-right: 10px;
}

/* line 31, ../sass/components/_forms.scss */
.form-required {
  color: #c32748;
}

/* line 37, ../sass/components/_forms.scss */
.form-checkboxes label {
  position: relative;
  padding-left: 39px;
}
/* line 41, ../sass/components/_forms.scss */
.form-checkboxes label:before {
  content: '';
  background: #e0dedc;
  display: inline-block;
  height: 32px;
  width: 30px;
  line-height: 20px;
  position: absolute;
  text-indent: -9999em;
  cursor: pointer;
  left: 0;
  top: 0;
  margin: 0;
}
/* line 55, ../sass/components/_forms.scss */
.form-checkboxes label.option {
  display: inline-block;
}
/* line 60, ../sass/components/_forms.scss */
.form-checkboxes input {
  display: none;
}
/* line 63, ../sass/components/_forms.scss */
.form-checkboxes input:checked + label:after, .form-checkboxes input:checked + label#footer:before {
  content: "✔";
  font-size: 20px;
  left: 6px;
  top: 3px;
  position: absolute;
  display: block;
  text-indent: 0;
}

/* line 75, ../sass/components/_forms.scss */
.form-submit {
  background: #ff5f69;
  border-bottom: 4px solid #d05a61;
  border-right: 3px solid #d05a61;
  color: white;
  font-size: 28px;
  padding: 6px 30px 2px;
  margin-right: 10px;
  text-transform: uppercase;
  line-height: 33px;
  border-radius: 0;
  -webkit-border-radius: 0;
  font-family: 'Futura W01', sans-serif;
  font-weight: 300;
}

/* line 91, ../sass/components/_forms.scss */
.node-type-webform #content form {
  margin-top: 20px;
}

/* line 95, ../sass/components/_forms.scss */
.webform-component-checkboxes {
  margin-top: 6px;
}

/* line 100, ../sass/components/_forms.scss */
.node-poll .field-name-field-title {
  text-transform: uppercase;
  font-family: 'Futura W01', sans-serif;
  font-size: 38px;
  font-weight: normal;
  line-height: 1em;
  background: url("../images/hr-line-white.png") no-repeat bottom left;
}
/* line 109, ../sass/components/_forms.scss */
.node-poll .field-name-title-field {
  text-transform: uppercase;
  font-family: 'Futura W01', sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1em;
  margin-top: 10px;
}
/* line 119, ../sass/components/_forms.scss */
.node-poll .form-type-radio label:before {
  border: 2px white solid;
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 5px 0 0;
  background: white;
}
/* line 132, ../sass/components/_forms.scss */
.node-poll .form-type-radio input {
  display: none;
}
/* line 135, ../sass/components/_forms.scss */
.node-poll .form-type-radio input:checked + label:before {
  content: "";
  background: transparent;
  border-radius: 50%;
}

/* line 144, ../sass/components/_forms.scss */
.group-poll {
  position: absolute;
  width: 100%;
}

/* line 149, ../sass/components/_forms.scss */
.group-poll > .field {
  padding-bottom: 10px;
}

/* line 153, ../sass/components/_forms.scss */
.poll .vote-form .choices {
  margin: 0;
}

/* line 157, ../sass/components/_forms.scss */
.poll .vote-form .form-type-radios {
  margin: 0.5em 0;
}

/* line 161, ../sass/components/_forms.scss */
.poll > .text, .poll > .bar, .poll > .percent {
  margin: 2px 20px 1px;
  font-size: 14px;
  line-height: 16px;
}

/* line 167, ../sass/components/_forms.scss */
.poll .bar {
  background: #fff;
}

/* line 171, ../sass/components/_forms.scss */
.bar .foreground {
  background: #429A9D;
}

/* line 175, ../sass/components/_forms.scss */
#poll-cancel-form {
  display: none;
}

/* line 180, ../sass/components/_forms.scss */
.webform-client-form fieldset {
  border: none;
  padding: 0;
  position: relative;
}
/* line 185, ../sass/components/_forms.scss */
.webform-client-form fieldset .fieldset-legend {
  font-weight: bold;
  font-size: 16px;
}
/* line 190, ../sass/components/_forms.scss */
.webform-client-form fieldset .fieldset-wrapper {
  margin-left: 20px;
}
/* line 194, ../sass/components/_forms.scss */
.webform-client-form .form-type-radio {
  float: left;
  width: 100px;
}
/* line 197, ../sass/components/_forms.scss */
.webform-client-form .form-type-radio label {
  position: relative;
  padding-left: 30px;
}
/* line 201, ../sass/components/_forms.scss */
.webform-client-form .form-type-radio label:before {
  border: 1px #cdcdcd double;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 5px 0 0;
  background: white;
}
/* line 215, ../sass/components/_forms.scss */
.webform-client-form .form-type-radio label:after, .webform-client-form .form-type-radio label#footer:before {
  content: '';
  display: inline-block;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 3px;
  left: 3px;
  border-radius: 50%;
}
/* line 225, ../sass/components/_forms.scss */
.webform-client-form .form-type-radio input {
  display: none;
}
/* line 228, ../sass/components/_forms.scss */
.webform-client-form .form-type-radio input:checked + label:after, .webform-client-form .form-type-radio input:checked + label#footer:before {
  content: "";
  background: #cdcdcd;
}
/* line 234, ../sass/components/_forms.scss */
.webform-client-form .form-managed-file .form-file {
  background: #f0f1eb;
  font-size: 16px;
  padding: 2px;
}
/* line 239, ../sass/components/_forms.scss */
.webform-client-form .form-managed-file .form-submit {
  font-family: "futura-pt", sans-serif;
  background: #cccdc7;
  padding: 6px 5px 5px 5px;
  font-size: 16px;
}
/* line 245, ../sass/components/_forms.scss */
.webform-client-form .webform-component {
  width: 100%;
  float: left;
}
/* line 250, ../sass/components/_forms.scss */
.webform-client-form .webform-component-radios > label {
  display: none;
}
/* line 253, ../sass/components/_forms.scss */
.webform-client-form .webform-component-select {
  width: 200px;
  overflow: hidden;
}
/* line 258, ../sass/components/_forms.scss */
.webform-client-form .webform-component-select select {
  background: url("../images/driehoek.png") 180px center #f0f1eb no-repeat;
  width: 220px;
  border: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  color: #cccdc7;
  max-width: 220px;
  padding: 3px 4px;
}
/* line 270, ../sass/components/_forms.scss */
.webform-client-form .webform-component {
  position: relative;
}
/* line 273, ../sass/components/_forms.scss */
.webform-client-form .description {
  text-indent: 30em;
  overflow: hidden;
  cursor: pointer;
  background: no-repeat url("../images/vraagteken.png") top left transparent;
  width: 37px;
  height: 32px;
  transition: 1s width, height, text-indent, background-color;
  margin-left: 20px;
  float: left;
}
/* line 284, ../sass/components/_forms.scss */
.webform-client-form .description:hover {
  background-color: white;
  text-indent: 0;
  padding-top: 35px;
  border: 3px solid #f7c795;
  width: 200px;
  min-height: 200px;
}
/* line 293, ../sass/components/_forms.scss */
.webform-client-form .form-textarea-wrapper {
  clear: both;
  display: inline-block;
  float: left;
}
/* line 298, ../sass/components/_forms.scss */
.webform-client-form .webform-component {
  clear: both;
}
/* line 301, ../sass/components/_forms.scss */
.webform-client-form .webform-component > input {
  float: left;
}
/* line 304, ../sass/components/_forms.scss */
.webform-client-form .webform-component > label {
  width: 100%;
  float: left;
}
/* line 308, ../sass/components/_forms.scss */
.webform-client-form .webform-component-textfield input,
.webform-client-form .webform-textarea-wrapper textarea {
  max-width: 530px;
  width: 100%;
}
/* line 313, ../sass/components/_forms.scss */
.webform-client-form .rechts {
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  font-family: 'Futura W01', sans-serif;
  font-size: 38px;
  color: #F09A3F;
}

/* line 2, ../sass/components/_ait-store-locator.scss */
#store_locator form {
  float: left;
  width: 100%;
}
/* line 6, ../sass/components/_ait-store-locator.scss */
#store_locator .asterisk-list {
  float: left;
}
/* line 8, ../sass/components/_ait-store-locator.scss */
#store_locator .asterisk-list li {
  font-size: 14px;
  line-height: 1.3em;
  margin-bottom: 0.25em;
}
/* line 12, ../sass/components/_ait-store-locator.scss */
#store_locator .asterisk-list li:before {
  background-size: 70%;
  background-position: center;
}
/* line 18, ../sass/components/_ait-store-locator.scss */
#store_locator h1 {
  /* margins en font kleiner */
  margin: 0;
  font-size: 40px;
}
/* line 24, ../sass/components/_ait-store-locator.scss */
#store_locator li {
  /* openingstijden sterretjes */
}
/* line 28, ../sass/components/_ait-store-locator.scss */
#store_locator .disclaimer {
  max-width: 700px;
  font-size: 75%;
  line-height: 1;
  margin-top: 20px;
}

/* line 35, ../sass/components/_ait-store-locator.scss */
#map-canvas {
  margin-bottom: 30px;
  float: left;
  width: 80%;
  height: 600px;
  /* to make sure the close button is displayed correctly */
}
/* line 41, ../sass/components/_ait-store-locator.scss */
#map-canvas img {
  max-width: inherit;
}
/* line 43, ../sass/components/_ait-store-locator.scss */
#map-canvas div {
  font-size: 14px;
  line-height: 1.3em;
}
/* line 47, ../sass/components/_ait-store-locator.scss */
#map-canvas p {
  margin: 0.5em 0 0;
}
/* line 51, ../sass/components/_ait-store-locator.scss */
#map-canvas .gm-style-iw-a {
  background: white;
  padding: 15px;
  min-width: 250px;
}

/* line 59, ../sass/components/_ait-store-locator.scss */
#ait_store_locator_itemlist {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  float: left;
  width: 20%;
  height: 600px;
  list-style: none;
  padding: 0 1em;
  margin: 0;
  overflow-y: scroll;
  font-size: 13px;
  cursor: pointer;
}
/* line 71, ../sass/components/_ait-store-locator.scss */
#ait_store_locator_itemlist li {
  padding: 0.7em;
  line-height: 1.2em;
}
/* line 75, ../sass/components/_ait-store-locator.scss */
#ait_store_locator_itemlist li.highlight {
  background: #ff5f69;
  color: white;
}
/* line 79, ../sass/components/_ait-store-locator.scss */
#ait_store_locator_itemlist li.highlight:hover {
  color: white;
  font-weight: bold;
}
/* line 85, ../sass/components/_ait-store-locator.scss */
#ait_store_locator_itemlist li.active,
#ait_store_locator_itemlist li:hover {
  color: #c32748;
}

/* line 91, ../sass/components/_ait-store-locator.scss */
#block-ait-store-locator-store-locator2 {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 1.5em 1em 1em;
  position: relative;
  background-color: #f0eeec;
  color: #2c2c2c;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}
/* line 105, ../sass/components/_ait-store-locator.scss */
#block-ait-store-locator-store-locator2 img {
  float: left;
  width: 100%;
}
/* line 110, ../sass/components/_ait-store-locator.scss */
#block-ait-store-locator-store-locator2 input {
  width: 100%;
  margin-top: 10px;
}
/* line 115, ../sass/components/_ait-store-locator.scss */
#block-ait-store-locator-store-locator2 .holder {
  padding: 30px 20px;
  width: 100%;
  position: absolute;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 21px;
}
/* line 124, ../sass/components/_ait-store-locator.scss */
#block-ait-store-locator-store-locator2 header {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 131, ../sass/components/_ait-store-locator.scss */
#block-ait-store-locator-store-locator2 .form-item {
  margin: 0.5em 0;
}
/* line 134, ../sass/components/_ait-store-locator.scss */
#block-ait-store-locator-store-locator2 #edit-storesearchq {
  height: 32px;
  background: #fff;
  padding: 5px 7px;
}
/* line 140, ../sass/components/_ait-store-locator.scss */
#block-ait-store-locator-store-locator2 .form-submit {
  margin-right: 0;
  margin-top: 0;
  width: 100%;
}

/* line 147, ../sass/components/_ait-store-locator.scss */
.plant-storelocator {
  display: inline-block;
  padding: 0 20px;
  margin-top: 20px;
}
@media (max-width: 836px) {
  /* line 147, ../sass/components/_ait-store-locator.scss */
  .plant-storelocator {
    display: flex;
  }
  /* line 153, ../sass/components/_ait-store-locator.scss */
  .plant-storelocator img {
    width: 60px;
    max-width: none;
  }
}

/* line 3, ../sass/components/_search.scss */
.view-search h1 {
  margin-top: 0;
  margin-bottom: 0;
}
/* line 8, ../sass/components/_search.scss */
.view-search .view-header {
  background-color: #f0eeec;
  padding: 22px 22px 0;
  margin: 10px 0 0;
}
/* line 14, ../sass/components/_search.scss */
.view-search .view-filters {
  background-color: #f0eeec;
  padding: 0 24px 19px;
  position: relative;
  margin-bottom: 20px;
}
/* line 20, ../sass/components/_search.scss */
.view-search .view-filters form {
  margin-bottom: 0;
}
/* line 24, ../sass/components/_search.scss */
.view-search .view-filters label {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 5px;
}
/* line 30, ../sass/components/_search.scss */
.view-search .view-filters input.form-text {
  min-width: 520px;
  padding: 7px 7px;
  height: 41px;
  margin-top: 1px;
}
/* line 37, ../sass/components/_search.scss */
.view-search .view-filters .views-exposed-widget {
  float: none;
}
/* line 41, ../sass/components/_search.scss */
.view-search .view-filters #edit-keys {
  background-color: white;
}
/* line 45, ../sass/components/_search.scss */
.view-search .view-filters .bef-checkboxes {
  margin-top: 20px;
}
/* line 47, ../sass/components/_search.scss */
.view-search .view-filters .bef-checkboxes .form-type-bef-checkbox {
  display: inline;
  margin-right: 10px;
}
/* line 52, ../sass/components/_search.scss */
.view-search .view-filters .bef-checkboxes > label {
  float: left;
  font-weight: bold;
  margin-right: 20px;
}
/* line 59, ../sass/components/_search.scss */
.view-search .view-filters .bef-checkboxes label:before {
  background-color: white;
  border: 0;
}
/* line 64, ../sass/components/_search.scss */
.view-search .view-filters .views-submit-button {
  position: absolute;
  top: 33px;
  left: 560px;
}
/* line 68, ../sass/components/_search.scss */
.view-search .view-filters .views-submit-button input {
  margin-top: 1px;
  padding: 0 30px 0;
  margin-right: 0;
  height: 40px;
  min-width: 180px;
  font-family: 'Futura W01', sans-serif;
  font-weight: 300;
}
/* line 79, ../sass/components/_search.scss */
.view-search .view-filters #edit-tid-i18n-wrapper {
  margin-top: 20px;
}
/* line 81, ../sass/components/_search.scss */
.view-search .view-filters #edit-tid-i18n-wrapper label {
  display: inline-block;
  font-size: 22px;
  vertical-align: top;
  margin-right: 10px;
}
/* line 87, ../sass/components/_search.scss */
.view-search .view-filters #edit-tid-i18n-wrapper .views-widget {
  display: inline-block;
  vertical-align: top;
}
/* line 90, ../sass/components/_search.scss */
.view-search .view-filters #edit-tid-i18n-wrapper .views-widget .bef-checkboxes {
  margin-top: 0;
}
/* line 93, ../sass/components/_search.scss */
.view-search .view-filters #edit-tid-i18n-wrapper .views-widget label {
  font-size: 22px;
  padding-left: 27px;
  text-transform: lowercase;
  margin-right: 5px;
}
/* line 98, ../sass/components/_search.scss */
.view-search .view-filters #edit-tid-i18n-wrapper .views-widget label:before {
  height: 20px;
  width: 20px;
  top: 7px;
}
/* line 103, ../sass/components/_search.scss */
.view-search .view-filters #edit-tid-i18n-wrapper .views-widget label:after, .view-search .view-filters #edit-tid-i18n-wrapper .views-widget label#footer:before {
  font-size: 17px;
  left: 4px;
  top: 0;
}
/* line 115, ../sass/components/_search.scss */
.view-search .view-content .views-row .views-field-title {
  line-height: 20px;
}
/* line 118, ../sass/components/_search.scss */
.view-search .view-content .views-row .views-field-title a {
  color: #323232;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
/* line 126, ../sass/components/_search.scss */
.view-search .view-content > .item-list > ul {
  padding: 0;
  margin: 55px 0 0 0;
  list-style: none;
}
/* line 131, ../sass/components/_search.scss */
.view-search .view-content > .item-list > ul > li {
  height: 139px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  margin-right: 290px;
  font-size: 20px;
}
/* line 139, ../sass/components/_search.scss */
.view-search .view-content > .item-list > ul > li img {
  width: 105px;
  height: 139px;
  float: left;
  margin-right: 14px;
}
/* line 146, ../sass/components/_search.scss */
.view-search .view-content > .item-list > ul > li .views-field-term-node-tid-i18n {
  margin-top: 5px;
  height: 20px;
  position: absolute;
  left: 118px;
  bottom: 0;
}
/* line 152, ../sass/components/_search.scss */
.view-search .view-content > .item-list > ul > li .views-field-term-node-tid-i18n ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 156, ../sass/components/_search.scss */
.view-search .view-content > .item-list > ul > li .views-field-term-node-tid-i18n ul li {
  color: #ffffff;
  display: inline-block;
  background-color: #c1bdb9;
  float: left;
  font-size: 14px;
  line-height: 16px;
  margin-right: 5px;
  padding: 1px 7px 2px;
  text-transform: uppercase;
}
/* line 171, ../sass/components/_search.scss */
.view-search .view-content > .item-list > ul > li .field-type-text-with-summary {
  overflow: hidden;
  max-height: 2.95em;
}
/* line 174, ../sass/components/_search.scss */
.view-search .view-content > .item-list > ul > li .field-type-text-with-summary p {
  margin-bottom: 0;
}
/* line 178, ../sass/components/_search.scss */
.view-search .view-content > .item-list > ul > li .views-field-path {
  margin: 5px 0 10px 0;
}
/* line 186, ../sass/components/_search.scss */
.view-search .views-field-path {
  height: 1.375em;
  overflow: hidden;
}

/* line 192, ../sass/components/_search.scss */
.sidebar_second {
  float: right;
  width: 220px;
}

/* line 197, ../sass/components/_search.scss */
#block-views-search-suggestion-block {
  padding: 20px 0 10px 0;
}
/* line 200, ../sass/components/_search.scss */
#block-views-search-suggestion-block .views-field-title a {
  color: #303030;
}
/* line 204, ../sass/components/_search.scss */
#block-views-search-suggestion-block .views-field-title:first-child a {
  color: #c32748;
}

/* line 211, ../sass/components/_search.scss */
#block-views-search-suggestion-block header {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

/**
 * @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/components/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/components/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

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

  /* Un-float the content. */
  /* line 46, ../sass/components/_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/components/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/components/_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;
  }
}
/* line 1, ../sass/components/_quiz.scss */
.quiz-background {
  background: no-repeat scroll 0px 100% / cover transparent;
  background-position: left bottom;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 8, ../sass/components/_quiz.scss */
.quiz-background article.view-mode-full {
  height: 350px;
}
/* line 11, ../sass/components/_quiz.scss */
.quiz-background article.view-mode-full form {
  max-width: 700px;
  margin: 100px 250px 100px 250px;
}
/* line 16, ../sass/components/_quiz.scss */
.quiz-background article.view-mode-full .quiz-marker {
  display: block;
  position: absolute;
  right: 10px;
  top: 70px;
  height: 86px;
  width: 86px;
  background: url('../images/quiz.png?1541572090') no-repeat 0 0;
}

/* line 29, ../sass/components/_quiz.scss */
.quiz-background-mobile {
  background: no-repeat scroll 0px 100% / cover transparent;
  background-position: left bottom;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 36, ../sass/components/_quiz.scss */
.quiz-background-mobile article.view-mode-full {
  height: 500px;
}

/* line 43, ../sass/components/_quiz.scss */
.quiz-result {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
/* line 49, ../sass/components/_quiz.scss */
.quiz-result form {
  margin-bottom: 0;
}
/* line 53, ../sass/components/_quiz.scss */
.quiz-result form .result-top {
  display: none;
  background-color: #F7F1ED;
  position: relative;
  width: 100%;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 63, ../sass/components/_quiz.scss */
.quiz-result form .result-top .top-image {
  float: left;
  width: 20%;
}
/* line 68, ../sass/components/_quiz.scss */
.quiz-result form .result-top .top-text {
  float: left;
  margin-top: 30px;
  margin-left: 30px;
  width: 75%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 77, ../sass/components/_quiz.scss */
.quiz-result form .result-top .top-text .field-name-field-type-description {
  min-height: 160px;
}
/* line 82, ../sass/components/_quiz.scss */
.quiz-result form .result-top .top-restart {
  display: none;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
/* line 88, ../sass/components/_quiz.scss */
.quiz-result form .result-top .top-restart span {
  cursor: pointer;
}
/* line 91, ../sass/components/_quiz.scss */
.quiz-result form .result-top .top-restart span:after, .quiz-result form .result-top .top-restart span#footer:before {
  content: '>';
  display: inline-block;
  vertical-align: top;
  line-height: 30px;
  margin-left: 5px;
}
/* line 99, ../sass/components/_quiz.scss */
.quiz-result form .result-top .top-restart span:hover {
  text-decoration: underline;
}
/* line 104, ../sass/components/_quiz.scss */
.quiz-result form .result-top .quiz-share {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
/* line 109, ../sass/components/_quiz.scss */
.quiz-result form .result-top .quiz-share .social-fb {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url('../images/social-fb.png?1541572090') no-repeat 0 0;
  margin: 0 0 0 10px;
}
/* line 117, ../sass/components/_quiz.scss */
.quiz-result form .result-top .quiz-share .social-twitter {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url('../images/social-twitter.png?1541572090') no-repeat 0 0;
  margin: 0 0 0 10px;
}

/* line 130, ../sass/components/_quiz.scss */
#content .node-quiz, #content .node-quiz-with-scoring {
  -webkit-transition: border .5s linear;
  -moz-transition: border .5s linear;
}
/* line 134, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full, #content .node-quiz-with-scoring.view-mode-full {
  display: none;
}
/* line 140, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form h2, #content .node-quiz-with-scoring.view-mode-full form h2 {
  font-size: 1.85em;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 146, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form h3, #content .node-quiz-with-scoring.view-mode-full form h3 {
  font-size: 1em;
}
/* line 150, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .description, #content .node-quiz-with-scoring.view-mode-full form .description {
  width: 100%;
  height: auto;
  background: none;
  overflow: visible;
  transition: none;
  text-indent: 0;
  padding: 0;
  margin: 0;
  cursor: auto;
  font-size: 1em;
}
/* line 162, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .description:hover, #content .node-quiz-with-scoring.view-mode-full form .description:hover {
  width: 100%;
  height: auto;
  min-height: auto;
  background: none;
  text-indent: 0;
  padding: 0;
  margin: 0;
  border: none;
  cursor: auto;
}
/* line 175, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form input.button-primary, #content .node-quiz-with-scoring.view-mode-full form input.button-primary {
  background-color: #fff;
  color: #000;
  padding: 5px;
  border: 2px solid #000;
  cursor: pointer;
  z-index: 90;
  float: right;
  text-align: center;
  text-transform: uppercase;
}
/* line 189, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form input.button-primary:hover, #content .node-quiz-with-scoring.view-mode-full form input.button-primary:hover {
  background-color: #000;
  color: #fff;
}
/* line 194, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form input.button-primary:before, #content .node-quiz.view-mode-full form input.button-primary:after, #content .node-quiz.view-mode-full form input.button-primary#footer:before, #content .node-quiz-with-scoring.view-mode-full form input.button-primary:before, #content .node-quiz-with-scoring.view-mode-full form input.button-primary:after, #content .node-quiz-with-scoring.view-mode-full form input.button-primary#footer:before {
  content: none;
}
/* line 201, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .webform-component-radios label, #content .node-quiz-with-scoring.view-mode-full form .webform-component-radios label {
  display: block;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
  font-size: 1.5em;
  text-transform: uppercase;
}
/* line 210, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .webform-component-radios .form-type-radio, #content .node-quiz-with-scoring.view-mode-full form .webform-component-radios .form-type-radio {
  float: left;
  margin: 20px 5px 0 0;
  width: 100px;
  height: 40px;
  position: relative;
}
/* line 217, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .webform-component-radios .form-type-radio input, #content .node-quiz-with-scoring.view-mode-full form .webform-component-radios .form-type-radio input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.011;
  z-index: 100;
}
/* line 228, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .webform-component-radios .form-type-radio input:checked + label, #content .node-quiz-with-scoring.view-mode-full form .webform-component-radios .form-type-radio input:checked + label {
  background-color: #000;
  color: #fff;
}
/* line 233, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .webform-component-radios .form-type-radio input:checked + label:after, #content .node-quiz.view-mode-full form .webform-component-radios .form-type-radio input:checked + label#footer:before, #content .node-quiz-with-scoring.view-mode-full form .webform-component-radios .form-type-radio input:checked + label:after, #content .node-quiz-with-scoring.view-mode-full form .webform-component-radios .form-type-radio input:checked + label#footer:before {
  content: none;
}
/* line 237, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .webform-component-radios .form-type-radio label, #content .node-quiz-with-scoring.view-mode-full form .webform-component-radios .form-type-radio label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5px;
  border: 2px solid #000;
  cursor: pointer;
  z-index: 90;
  font-size: 1em;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
}
/* line 255, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .webform-component-radios .form-type-radio label:hover, #content .node-quiz-with-scoring.view-mode-full form .webform-component-radios .form-type-radio label:hover {
  background-color: #000;
  color: #fff;
}
/* line 260, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .webform-component-radios .form-type-radio label:before, #content .node-quiz.view-mode-full form .webform-component-radios .form-type-radio label:after, #content .node-quiz.view-mode-full form .webform-component-radios .form-type-radio label#footer:before, #content .node-quiz-with-scoring.view-mode-full form .webform-component-radios .form-type-radio label:before, #content .node-quiz-with-scoring.view-mode-full form .webform-component-radios .form-type-radio label:after, #content .node-quiz-with-scoring.view-mode-full form .webform-component-radios .form-type-radio label#footer:before {
  content: none;
}
/* line 268, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .webform-component-field-collection h2, #content .node-quiz-with-scoring.view-mode-full form .webform-component-field-collection h2 {
  text-transform: uppercase;
  font-weight: lighter;
}
/* line 273, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .webform-component-field-collection .quiz-result-reference, #content .node-quiz-with-scoring.view-mode-full form .webform-component-field-collection .quiz-result-reference {
  display: none;
  width: 100%;
  margin: 40px 0;
  box-sizing: border-box;
}
/* line 279, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .webform-component-field-collection .quiz-result-reference .reference-image, #content .node-quiz-with-scoring.view-mode-full form .webform-component-field-collection .quiz-result-reference .reference-image {
  float: left;
  width: 20%;
  max-width: 115px;
}
/* line 286, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .webform-component-field-collection .quiz-result-reference .reference-text, #content .node-quiz-with-scoring.view-mode-full form .webform-component-field-collection .quiz-result-reference .reference-text {
  float: left;
  width: 75%;
  margin-left: 20px;
}
/* line 291, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .webform-component-field-collection .quiz-result-reference .reference-text p, #content .node-quiz-with-scoring.view-mode-full form .webform-component-field-collection .quiz-result-reference .reference-text p {
  margin: 0 0 0.4em;
  line-height: 1.4em;
}
/* line 296, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .webform-component-field-collection .quiz-result-reference .reference-text h3, #content .node-quiz-with-scoring.view-mode-full form .webform-component-field-collection .quiz-result-reference .reference-text h3 {
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
/* line 304, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .action-visible, #content .node-quiz-with-scoring.view-mode-full form .action-visible {
  display: block;
}
/* line 307, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full form .action-invisible, #content .node-quiz-with-scoring.view-mode-full form .action-invisible {
  display: none;
}
/* line 312, ../sass/components/_quiz.scss */
#content .node-quiz.view-mode-full .field-name-field-background-image, #content .node-quiz.view-mode-full .field-name-field-background-image-mobile, #content .node-quiz-with-scoring.view-mode-full .field-name-field-background-image, #content .node-quiz-with-scoring.view-mode-full .field-name-field-background-image-mobile {
  display: none;
}
/* line 318, ../sass/components/_quiz.scss */
#content .node-quiz.node-teaser .teaser_group_label a.form-submit, #content .node-quiz-with-scoring.node-teaser .teaser_group_label a.form-submit {
  background: #fff;
  color: #000;
  border: 2px solid #000;
  float: right;
  margin: 15px 0;
  padding: 6px 15px 6px;
  text-decoration: none;
}
/* line 326, ../sass/components/_quiz.scss */
#content .node-quiz.node-teaser .teaser_group_label a.form-submit:hover, #content .node-quiz-with-scoring.node-teaser .teaser_group_label a.form-submit:hover {
  text-decoration: underline;
}
/* line 329, ../sass/components/_quiz.scss */
#content .node-quiz.node-teaser .teaser_group_label a.form-submit:after, #content .node-quiz.node-teaser .teaser_group_label a.form-submit#footer:before, #content .node-quiz-with-scoring.node-teaser .teaser_group_label a.form-submit:after, #content .node-quiz-with-scoring.node-teaser .teaser_group_label a.form-submit#footer:before {
  content: '>';
  display: inline-block;
  margin: 0 10px 0 20px;
  font-size: 0.8em;
  vertical-align: top;
  line-height: 30px;
}

/* line 348, ../sass/components/_quiz.scss */
.node-type-quiz-with-scoring #page .quiz-result form .result-top .top-restart {
  position: relative;
  float: right;
  margin-top: 20px;
  bottom: 0;
}
/* line 357, ../sass/components/_quiz.scss */
.node-type-quiz-with-scoring #page .field-name-field-quiz-answer-details {
  display: table;
}
/* line 363, ../sass/components/_quiz.scss */
.node-type-quiz-with-scoring #page .field-name-field-quiz-answer-details .field-items .field-item .webform-component-radios .form-type-radio {
  float: none;
  width: auto;
}
/* line 367, ../sass/components/_quiz.scss */
.node-type-quiz-with-scoring #page .field-name-field-quiz-answer-details .field-items .field-item .webform-component-radios .form-type-radio label {
  position: relative;
  min-width: 100px;
}

/* line 3, ../sass/components/_bodenfrostfreitag.scss */
#content article .block-bff {
  position: relative;
  border: 2px solid #303030;
  padding: 1em;
  margin-bottom: 1em;
}
/* line 9, ../sass/components/_bodenfrostfreitag.scss */
#content article .block-bff header {
  display: none;
}
/* line 12, ../sass/components/_bodenfrostfreitag.scss */
#content article .block-bff h2 {
  font-size: 1.5em;
  text-transform: uppercase;
}
/* line 17, ../sass/components/_bodenfrostfreitag.scss */
#content article .block-bff p {
  font-weight: 400;
  margin: 0;
}
/* line 22, ../sass/components/_bodenfrostfreitag.scss */
#content article .block-bff p.link {
  position: absolute;
  right: 1em;
  bottom: 1em;
}
/* line 27, ../sass/components/_bodenfrostfreitag.scss */
#content article .block-bff p.link a {
  display: block;
  width: 160px;
  height: 45px;
  text-align: center;
  background-color: #c32748;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2.1;
}
/* line 38, ../sass/components/_bodenfrostfreitag.scss */
#content article .block-bff p.link a:after, #content article .block-bff p.link a#footer:before {
  display: inline-block;
  position: absolute;
  right: 1em;
  content: '>';
  line-height: 2.5;
  font-size: 16px;
}
/* line 50, ../sass/components/_bodenfrostfreitag.scss */
#content article .block-bff ul {
  font-weight: 400;
  margin: .3em 0;
  padding-left: 0;
  list-style-type: none;
}
/* line 56, ../sass/components/_bodenfrostfreitag.scss */
#content article .block-bff ul li {
  list-style: none;
  margin-left: 0;
}
/* line 62, ../sass/components/_bodenfrostfreitag.scss */
#content article .block-bff li:before {
  content: " - ";
  margin-right: 5px;
}

/* line 70, ../sass/components/_bodenfrostfreitag.scss */
.block-bff-sidebar {
  background-color: #c32748;
  margin-top: 2em;
  padding: 1em 1em;
}
/* line 75, ../sass/components/_bodenfrostfreitag.scss */
.block-bff-sidebar header {
  display: none;
}
/* line 79, ../sass/components/_bodenfrostfreitag.scss */
.block-bff-sidebar h2, .block-bff-sidebar h3 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: .5em;
}
/* line 85, ../sass/components/_bodenfrostfreitag.scss */
.block-bff-sidebar p {
  font-weight: 400;
  margin: 0;
}
/* line 90, ../sass/components/_bodenfrostfreitag.scss */
.block-bff-sidebar p.link {
  position: relative;
}
/* line 93, ../sass/components/_bodenfrostfreitag.scss */
.block-bff-sidebar p.link a {
  font-weight: 700;
  display: block;
  width: 100%;
  height: 45px;
  text-align: center;
  background-color: #fff;
  color: #303030;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 2.1;
}
/* line 105, ../sass/components/_bodenfrostfreitag.scss */
.block-bff-sidebar p.link a:after, .block-bff-sidebar p.link a#footer:before {
  display: inline-block;
  position: absolute;
  right: 1em;
  content: '>';
  line-height: 2.5;
  font-size: 16px;
}
/* line 117, ../sass/components/_bodenfrostfreitag.scss */
.block-bff-sidebar ul {
  font-weight: 400;
  margin: .3em 0;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 1em;
}
/* line 125, ../sass/components/_bodenfrostfreitag.scss */
.block-bff-sidebar li:before {
  content: " - ";
  margin-right: 5px;
}

/* MAIN CSS */
/* THEME differences beside colors */
/* line 1, ../sass/_theme.scss */
#block-system-main-menu {
  color: #9f9f9f;
}

/* line 6, ../sass/_theme.scss */
#block-search-form {
  background-color: #efefef;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  height: 28px;
}

/* line 12, ../sass/_theme.scss */
#page article .field-name-field-subject a {
  font-weight: 300;
}

/* Layout rules */
/* line 1, ../sass/layouts/_full.scss */
body {
  background: url('../images/background.png?1541572090') no-repeat #ffffff;
  background-position: calc(50% + 400px) 155px;
  background-size: 740px auto;
  margin: 0;
}

/* Center the page */
/* line 9, ../sass/layouts/_full.scss */
#page,
.region-bottom,
.sliding-popup-top {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

/* line 17, ../sass/layouts/_full.scss */
#main {
  position: relative;
  border-width: 1px 8px 0 0;
  border-style: solid;
  border-color: #ffffff;
}

/* line 24, ../sass/layouts/_full.scss */
#content {
  width: 941px;
}

/* line 28, ../sass/layouts/_full.scss */
#social {
  position: absolute;
  top: 34px;
  right: -42px;
  display: inline-block;
}
/* line 33, ../sass/layouts/_full.scss */
#social p {
  margin: 0 0 .5em;
}
/* line 36, ../sass/layouts/_full.scss */
#social img {
  max-width: 32px;
}

/* line 41, ../sass/layouts/_full.scss */
.cookiepopup {
  width: 400px;
  left: auto;
}
/* line 44, ../sass/layouts/_full.scss */
.cookiepopup .extra {
  display: inline;
}

/* line 50, ../sass/layouts/_full.scss */
.bbh-dropdown-menu .menu li {
  width: 20%;
  box-sizing: border-box;
}

/* line 56, ../sass/layouts/_full.scss */
#bottom {
  clear: both;
}

/* will be shown in the mobile part */
/* line 61, ../sass/layouts/_full.scss */
.showOnMobile {
  display: none;
}

/* line 1, ../sass/layouts/_ie8.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

/* line 8, ../sass/layouts/_ie8.scss */
#content {
  float: left;
  width: 100%;
}

/* line 12, ../sass/layouts/_ie8.scss */
#below-content {
  float: left;
  width: 100%;
}

/* line 17, ../sass/layouts/_ie8.scss */
#block-views-related-articles-block {
  width: 100%;
}

/* line 20, ../sass/layouts/_ie8.scss */
#block-views-dossier-articles-block,
#block-views-frontpage-articles-block,
.view-dossier-overviews {
  width: 958px;
}
/* line 26, ../sass/layouts/_ie8.scss */
#block-views-dossier-articles-block article,
#block-views-frontpage-articles-block article,
.view-dossier-overviews article {
  float: left;
  width: 220px;
  margin: 0 18px 18px 0;
}

/* line 34, ../sass/layouts/_ie8.scss */
.sidebars {
  width: 100%;
}
/* line 36, ../sass/layouts/_ie8.scss */
.sidebars article {
  width: 220px;
  float: left;
}

/* Only show back to top button when there's space for it */
@media (min-width: 1280px) {
  /* line 5, ../sass/layouts/_responsive.scss */
  #back-to-top {
    display: block;
    position: fixed;
    bottom: 50px;
    left: 50%;
    margin-left: 490px;
    width: 150px;
    height: 90px;
    background: url('../images/arrow-back-to-top.png?1541572090') no-repeat 55px 0px;
    cursor: pointer;
    text-align: center;
    line-height: 5;
  }
}
/* LARGE */
@media (min-width: 836px) {
  /* line 2, ../sass/layouts/_large.scss */
  #block-system-main-menu .last {
    display: inline-block;
  }
}
/* FULL
** when larger than page width the content needs to be centered etc. 
**/
@media (min-width: 940px) {
  /* line 1, ../sass/layouts/_full.scss */
  body {
    background: url('../images/background.png?1541572090') no-repeat #ffffff;
    background-position: calc(50% + 400px) 155px;
    background-size: 740px auto;
    margin: 0;
  }

  /* Center the page */
  /* line 9, ../sass/layouts/_full.scss */
  #page,
  .region-bottom,
  .sliding-popup-top {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
  }

  /* line 17, ../sass/layouts/_full.scss */
  #main {
    position: relative;
    border-width: 1px 8px 0 0;
    border-style: solid;
    border-color: #ffffff;
  }

  /* line 24, ../sass/layouts/_full.scss */
  #content {
    width: 941px;
  }

  /* line 28, ../sass/layouts/_full.scss */
  #social {
    position: absolute;
    top: 34px;
    right: -42px;
    display: inline-block;
  }
  /* line 33, ../sass/layouts/_full.scss */
  #social p {
    margin: 0 0 .5em;
  }
  /* line 36, ../sass/layouts/_full.scss */
  #social img {
    max-width: 32px;
  }

  /* line 41, ../sass/layouts/_full.scss */
  .cookiepopup {
    width: 400px;
    left: auto;
  }
  /* line 44, ../sass/layouts/_full.scss */
  .cookiepopup .extra {
    display: inline;
  }

  /* line 50, ../sass/layouts/_full.scss */
  .bbh-dropdown-menu .menu li {
    width: 20%;
    box-sizing: border-box;
  }

  /* line 56, ../sass/layouts/_full.scss */
  #bottom {
    clear: both;
  }

  /* will be shown in the mobile part */
  /* line 61, ../sass/layouts/_full.scss */
  .showOnMobile {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width: 1042px) {
  /* line 33, ../sass/layouts/_responsive.scss */
  #page {
    padding-right: 41px;
  }
}
@media (max-width: 1001px) {
  /* line 40, ../sass/layouts/_responsive.scss */
  .node-article figure, .node-dossier figure {
    margin-bottom: 56px;
  }

  /* line 43, ../sass/layouts/_responsive.scss */
  .bbh-caption-block {
    left: 10px;
    bottom: -40px;
    max-width: 90%;
  }

  /* line 49, ../sass/layouts/_responsive.scss */
  #social {
    display: none;
  }
}
/* EXTRA MENU BREAKPOINT */
@media (min-width: 901px) and (max-width: 940px) {
  /* line 3, ../sass/layouts/_mediumplus.scss */
  #main #navigation .bbh-menu-drop-border {
    background: url('../images/menu-drop-top.png?1541572090') no-repeat #ffffff;
    background-position: 7px 12px;
  }
  /* line 6, ../sass/layouts/_mediumplus.scss */
  #main #navigation .bbh-menu-drop-border:before {
    content: "";
    width: 27px;
    height: 18px;
    display: block;
    background: url('../images/submenu-border-righttop.png?1541572090') #ffffff no-repeat;
    position: absolute;
    top: 14px;
    right: -3px;
  }
  /* line 18, ../sass/layouts/_mediumplus.scss */
  #main #navigation .bbh-menu-drop-border-top:before {
    content: "";
    width: 30px;
    height: 18px;
    display: block;
    background: url('../images/submenu-border-rightbottom.png?1541572090') #ffffff no-repeat left bottom;
    position: absolute;
    bottom: 11px;
    right: -6px;
    z-index: 99;
  }

  /* line 32, ../sass/layouts/_mediumplus.scss */
  .group-campaign {
    float: none;
  }
  /* line 34, ../sass/layouts/_mediumplus.scss */
  .group-campaign .field-type-image {
    float: none;
  }
  /* line 37, ../sass/layouts/_mediumplus.scss */
  .group-campaign iframe {
    width: 100%;
  }
}
/* HIDDEN MENU TITLE */
@media (max-width: 900px) {
  /* line 2, ../sass/layouts/_medium.scss */
  #block-search-form {
    display: none;
  }

  /* line 6, ../sass/layouts/_medium.scss */
  #main {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 1px 0 0 0;
  }

  /* line 13, ../sass/layouts/_medium.scss */
  #main #navigation {
    background-position: -105px 0;
  }
  /* line 15, ../sass/layouts/_medium.scss */
  #main #navigation .category-menu {
    padding-left: 0;
    overflow: hidden;
  }
  /* line 18, ../sass/layouts/_medium.scss */
  #main #navigation .category-menu .menu-title {
    display: none;
  }
  /* line 21, ../sass/layouts/_medium.scss */
  #main #navigation .category-menu ul:before {
    display: none;
  }
  /* line 25, ../sass/layouts/_medium.scss */
  #main #navigation .category-menu-tabs {
    overflow: visible;
  }
  /* line 28, ../sass/layouts/_medium.scss */
  #main #navigation .bbh-menu-drop-border {
    background: url('../images/menu-drop-top.png?1541572090') no-repeat #ffffff;
    background-position: 7px 12px;
  }
  /* line 31, ../sass/layouts/_medium.scss */
  #main #navigation .bbh-menu-drop-border:before {
    content: "";
    width: 27px;
    height: 18px;
    display: block;
    background: url('../images/submenu-border-righttop.png?1541572090') #ffffff no-repeat;
    position: absolute;
    top: 14px;
    right: -3px;
  }
  /* line 43, ../sass/layouts/_medium.scss */
  #main #navigation .bbh-menu-drop-border-top:before {
    content: "";
    width: 30px;
    height: 18px;
    display: block;
    background: url('../images/submenu-border-rightbottom.png?1541572090') #ffffff no-repeat left bottom;
    position: absolute;
    bottom: 11px;
    right: -6px;
    z-index: 99;
  }
  /* line 56, ../sass/layouts/_medium.scss */
  #main #navigation .dossier-menu-tabs .menu li.is-expanded {
    height: 21px;
    line-height: 20px;
    font-size: 18px;
  }
  /* line 61, ../sass/layouts/_medium.scss */
  #main #navigation .dossier-menu-tabs .submenu {
    padding: 20px 0 20px 21px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  /* line 65, ../sass/layouts/_medium.scss */
  #main #navigation .dossier-menu-tabs .submenu li {
    width: auto;
  }
  /* line 67, ../sass/layouts/_medium.scss */
  #main #navigation .dossier-menu-tabs .submenu li a {
    padding: 0 5px;
  }

  /* line 78, ../sass/layouts/_medium.scss */
  #navigation .theme-menu .menu,
  #navigation .dossier-menu-notabs .menu {
    padding: 20px 0 20px 21px;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }

  /* line 86, ../sass/layouts/_medium.scss */
  #footer .bottomlogo:after, #footer .bottomlogo#footer:before {
    content: " ";
  }

  /* line 90, ../sass/layouts/_medium.scss */
  #block-menu-menu-bottom-menu {
    padding: 0px 10px;
  }

  /* line 93, ../sass/layouts/_medium.scss */
  .group-campaign {
    float: none;
  }
  /* line 95, ../sass/layouts/_medium.scss */
  .group-campaign .field-type-image {
    float: none;
  }
  /* line 98, ../sass/layouts/_medium.scss */
  .group-campaign .campaign-video .content {
    position: relative;
    padding-bottom: 48.93%;
    padding-top: 0;
    height: 0;
  }
  /* line 104, ../sass/layouts/_medium.scss */
  .group-campaign iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* line 119, ../sass/layouts/_medium.scss */
  #block-views-dossier-sidebar-nodes-block article h2,
  #block-views-related-articles-block article h2,
  #block-views-dossier-articles-block article h2,
  #block-views-frontpage-articles-block article h2,
  .view-dossier-overviews article h2 {
    padding-bottom: 5px;
  }
  /* line 123, ../sass/layouts/_medium.scss */
  #block-views-dossier-sidebar-nodes-block article .field-name-body,
  #block-views-related-articles-block article .field-name-body,
  #block-views-dossier-articles-block article .field-name-body,
  #block-views-frontpage-articles-block article .field-name-body,
  .view-dossier-overviews article .field-name-body {
    line-height: 1.2em;
  }

  /* line 133, ../sass/layouts/_medium.scss */
  #content .node-quiz.view-mode-full .webform-component-field-collection .quiz-result-reference {
    padding: 0 15px;
  }

  /* line 144, ../sass/layouts/_medium.scss */
  .quiz-background article.view-mode-full form {
    margin: 100px 200px 100px 200px;
  }
}
/* MENU BUTTON */
@media (max-width: 800px) {
  /* Met javascript moeten we een class hoog in de doc tree zetten zodat we CSS kunnen fixen,
     voor nu ff uitgecomment
  */
  /* line 8, ../sass/layouts/_small.scss */
  #block-system-main-menu,
  #block-search-form {
    display: none;
  }
  /* line 11, ../sass/layouts/_small.scss */
  #block-system-main-menu a,
  #block-search-form a {
    color: #323232;
  }
  /* line 14, ../sass/layouts/_small.scss */
  #block-system-main-menu .form-text,
  #block-search-form .form-text {
    background: #ffffff;
  }

  /* line 19, ../sass/layouts/_small.scss */
  #header {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20px;
  }
  /* line 25, ../sass/layouts/_small.scss */
  #header #logo img {
    height: 41px;
  }

  /* line 30, ../sass/layouts/_small.scss */
  .bbh-dropdown-menu .menu-title:after, .bbh-dropdown-menu .menu-title#footer:before {
    display: none;
    background: none;
  }

  /* line 36, ../sass/layouts/_small.scss */
  #navigation {
    text-align: center;
  }
  /* line 39, ../sass/layouts/_small.scss */
  #navigation .dossier-menu-tabs .submenu li a {
    color: #43735b;
  }
  /* line 47, ../sass/layouts/_small.scss */
  #navigation .bbh-dropdown-menu .menu-title:before {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border: 0px solid transparent;
    margin-top: 0px;
  }
  /* line 55, ../sass/layouts/_small.scss */
  #navigation .bbh-dropdown-menu .menu-title:hover:before {
    border-top-color: #c32748;
  }
  /* line 60, ../sass/layouts/_small.scss */
  #navigation .bbh-dropdown-menu {
    display: none;
  }
  /* line 64, ../sass/layouts/_small.scss */
  #navigation .category-menu {
    display: inline-block;
    float: none;
    padding: 0;
  }
  /* line 69, ../sass/layouts/_small.scss */
  #navigation .category-menu .menu-title {
    width: 100%;
  }

  /* line 79, ../sass/layouts/_small.scss */
  .bbh-dropdown-menu .menu li {
    width: 20%;
  }

  /* line 85, ../sass/layouts/_small.scss */
  #menu-button-open {
    display: block;
    position: absolute;
    overflow: hidden;
    right: 20px;
    top: 0;
    width: 25px;
    background: url('../images/hamburger.png?1541572090') no-repeat;
    background-size: auto 25px;
    color: #c32748;
    font-family: 'Futura W01', sans-serif;
    /*	font-size:50px;*/
    font-weight: normal;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.1px;
    color: transparent;
    cursor: pointer;
    z-index: 1000;
  }

  /* line 107, ../sass/layouts/_small.scss */
  #site-slogan {
    font-size: 14px;
    line-height: 1.2em;
  }

  /* line 114, ../sass/layouts/_small.scss */
  #page.menu-open {
    margin-top: 0;
  }
  /* line 118, ../sass/layouts/_small.scss */
  #page.menu-open #site-slogan,
  #page.menu-open #logo {
    display: none;
  }
  /* line 123, ../sass/layouts/_small.scss */
  #page.menu-open #header {
    float: left;
    width: 100%;
    height: 160px;
    padding-top: 45px;
    margin-bottom: 0;
    background-color: #f0eeec;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #323232;
  }
  /* line 135, ../sass/layouts/_small.scss */
  #page.menu-open #menu-button-open {
    background: url('../images/menu-button-close.png?1541572090') right center no-repeat;
    background-size: 32px 32px;
    width: auto;
    color: #323232;
    font-size: 23px;
    padding-right: 40px;
    top: 0px;
    margin-bottom: 20px;
    font-family: "futura-pt",sans-serif;
  }
  /* line 147, ../sass/layouts/_small.scss */
  #page.menu-open #block-system-main-menu,
  #page.menu-open #block-search-form {
    display: inline-block;
    position: relative;
    color: #ffffff;
  }
  /* line 153, ../sass/layouts/_small.scss */
  #page.menu-open #block-search-form {
    background: #FFFFFF;
    margin-right: 20px;
  }
  /* line 40, ../sass/_mixins.scss */
  #page.menu-open #block-search-form .form-text.placeholder {
    color: #ffffff;
  }
  /* line 41, ../sass/_mixins.scss */
  #page.menu-open #block-search-form .form-text:-moz-placeholder {
    color: #ffffff;
  }
  /* line 42, ../sass/_mixins.scss */
  #page.menu-open #block-search-form .form-text::-moz-placeholder {
    color: #ffffff;
  }
  /* line 43, ../sass/_mixins.scss */
  #page.menu-open #block-search-form .form-text::-webkit-input-placeholder {
    color: #ffffff;
  }
  /* line 44, ../sass/_mixins.scss */
  #page.menu-open #block-search-form .form-text:-ms-input-placeholder {
    color: #ffffff;
  }
  /* line 162, ../sass/layouts/_small.scss */
  #page.menu-open #block-system-main-menu {
    color: #ffffff;
  }
  /* line 164, ../sass/layouts/_small.scss */
  #page.menu-open #block-system-main-menu .last {
    display: none;
  }
  /* line 169, ../sass/layouts/_small.scss */
  #page.menu-open #navigation {
    position: absolute;
    top: -1px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
  /* line 175, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu {
    color: #ff5f69;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 7px;
  }
  /* line 181, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu .leaf a {
    display: inline-block;
    padding: 0 10px;
    color: #000000;
  }
  /* line 186, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu .leaf a.active, #page.menu-open #navigation .block-menu .leaf a:hover {
    background-color: #ff5f69;
    color: #FFFFFF;
  }
  /* line 193, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu .bbh-menu-drop-border {
    display: none;
    position: relative;
    top: 0;
    padding-left: 24px;
    background: #FFFFFF;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 200, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu .bbh-menu-drop-border:before {
    background: url('../images/submenu-background-bottom.png?1541572090') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    position: absolute;
    bottom: -16px;
    left: 0px;
    top: auto;
  }
  /* line 210, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu .bbh-menu-drop-border-top {
    background: none;
    padding: 0;
    border: none;
  }
  /* line 214, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu .bbh-menu-drop-border-top:before {
    display: none;
  }
  /* line 217, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu .bbh-menu-drop-border-top:after, #page.menu-open #navigation .block-menu .bbh-menu-drop-border-top#footer:before {
    display: none;
  }
  /* line 221, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu .bbh-menu-drop-title {
    display: none;
  }
  /* line 225, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu .menu-title {
    background: #fff;
    color: #000000;
    position: relative;
    padding-left: 34px;
    padding-top: 2px;
    margin-right: 0;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
  }
  /* line 236, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu .menu-title:after, #page.menu-open #navigation .block-menu .menu-title#footer:before {
    display: none;
  }
  /* line 240, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu .menu-title:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 12px;
    width: 18px;
    height: 18px;
    background: url('../images/menu-dropdown-arrow.png?1541572090');
  }
  /* line 254, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu.bbh-open .menu-title {
    color: #c32748;
    background: none;
  }
  /* line 258, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu.bbh-open .menu-title:before {
    background-image: url('../images/menu-dropdown-arrow-active.png?1541572090');
  }
  /* line 262, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .block-menu.bbh-open .bbh-menu-drop-border {
    display: block;
  }
  /* line 267, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .category-menu {
    display: none;
  }
  /* line 271, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .bbh-navigation-wrapper {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #f0eeec;
    text-align: left;
  }
  /* line 281, ../sass/layouts/_small.scss */
  #page.menu-open #navigation .bbh-navigation-wrapper .bbh-dropdown-menu.bbh-open {
    background: #ffffff;
    background-size: 100% auto;
    margin-bottom: 40px;
  }

  /* line 293, ../sass/layouts/_small.scss */
  .menu-open #name-and-menu {
    margin-top: 50px;
    height: 29px;
  }

  /* line 298, ../sass/layouts/_small.scss */
  #ait_store_locator_wrapper {
    float: left;
    width: 100%;
    position: relative;
  }

  /* line 303, ../sass/layouts/_small.scss */
  #map-canvas {
    width: 100%;
  }

  /* line 306, ../sass/layouts/_small.scss */
  #ait_store_locator_itemlist {
    position: absolute;
    right: 0px;
    top: 50%;
    width: 25px;
    height: 200px;
    margin-top: -100px;
    padding: 0;
    overflow: hidden;
    background-image: url('../images/ait-store-locator-arrow-left.png?1541572090');
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px 0 0 10px;
    box-shadow: -2px 0 7px rgba(0, 0, 0, 0.25);
  }
  /* line 320, ../sass/layouts/_small.scss */
  #ait_store_locator_itemlist li {
    display: none;
  }

  /* line 324, ../sass/layouts/_small.scss */
  #ait_store_locator_itemlist.open {
    position: absolute;
    right: 0px;
    top: 5%;
    width: 75%;
    height: 90%;
    margin: 0;
    padding: 1em 1em 0 30px;
    overflow-y: scroll;
    background-position: 2px center;
    background-image: url('../images/ait-store-locator-arrow-right.png?1541572090');
  }
  /* line 335, ../sass/layouts/_small.scss */
  #ait_store_locator_itemlist.open li {
    display: block;
  }

  /* line 340, ../sass/layouts/_small.scss */
  .javascriptsearch {
    bottom: 10px;
  }

  /* line 343, ../sass/layouts/_small.scss */
  body.has-dossier-tabs #navigation .theme-menu .menu {
    padding: 0;
  }

  /* line 347, ../sass/layouts/_small.scss */
  .javascriptsearch :ms-input-placeholder {
    color: #3f6d56;
    text-overflow: ellipsis;
  }
  /* line 351, ../sass/layouts/_small.scss */
  .javascriptsearch ::-moz-placeholder {
    color: #3f6d56;
    text-overflow: ellipsis;
    opacity: 1;
  }
  /* line 356, ../sass/layouts/_small.scss */
  .javascriptsearch ::-moz-input-placeholder {
    color: #3f6d56;
  }
  /* line 359, ../sass/layouts/_small.scss */
  .javascriptsearch ::-webkit-input-placeholder {
    color: #3f6d56;
    text-overflow: ellipsis;
  }
  /* line 363, ../sass/layouts/_small.scss */
  .javascriptsearch input[type=text] {
    background: white;
    border: 1px solid #c32748;
    color: #c32748;
    padding: 9px 7px;
  }

  /* line 371, ../sass/layouts/_small.scss */
  .view-search .view-content > .item-list > ul > li {
    margin-right: 240px;
  }
}
/* HAMBURGER */
@media (max-width: 560px) {
  /* HAMBURGER ~ ~ ~ om nom nom */
  /* line 4, ../sass/layouts/_mobile.scss */
  #page {
    margin-top: 15px;
  }

  /* line 8, ../sass/layouts/_mobile.scss */
  #main {
    margin-top: 0;
  }

  /* line 12, ../sass/layouts/_mobile.scss */
  #header {
    padding: 0 62px 0 0;
    height: 41px;
    line-height: 41px;
  }
  /* line 16, ../sass/layouts/_mobile.scss */
  #header #logo {
    display: block;
  }
  /* line 18, ../sass/layouts/_mobile.scss */
  #header #logo img {
    vertical-align: middle;
    max-height: 41px;
    max-width: 100%;
  }
  /* line 24, ../sass/layouts/_mobile.scss */
  #header .cookiepopup {
    width: calc(100% - 52px);
    right: 0px !important;
    margin-right: 10px;
    margin-left: 10px;
    height: auto;
    max-height: none;
    padding: 43px 16px 16px;
    position: fixed;
    top: 10px;
  }

  /* line 36, ../sass/layouts/_mobile.scss */
  #site-slogan {
    display: none;
  }

  /* line 39, ../sass/layouts/_mobile.scss */
  #navigation {
    display: none;
  }

  /* line 42, ../sass/layouts/_mobile.scss */
  #menu-button-open {
    width: 25px;
    background: url('../images/hamburger.png?1541572090') no-repeat;
    background-size: auto 25px;
    color: transparent;
    font-size: 0.1px;
    overflow: hidden;
    right: 10px;
  }

  /* line 53, ../sass/layouts/_mobile.scss */
  #page.menu-open #menu-button-open {
    background: url('../images/menu-button-close.png?1541572090') right center no-repeat;
    background-size: 24px 24px;
    width: auto;
    color: #000000;
    font-size: 20px;
    padding-right: 30px;
    top: 10px;
    height: 28px;
    line-height: 31px;
  }
  /* line 65, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation {
    display: block;
    top: -5px;
  }
  /* line 68, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .bbh-navigation-wrapper {
    padding: 10px;
  }
  /* line 72, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu {
    display: block;
    padding: 0;
    height: auto;
  }
  /* line 77, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu .menu-title {
    display: block;
    left: 0;
    line-height: 37px;
    background: url('../images/menu-background-title.png?1541572090') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  /* line 84, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu .menu-title:hover {
    background: url('../images/menu-background-title.png?1541572090') no-repeat;
    background-size: 100% 100%;
    color: #c32748;
  }
  /* line 90, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu .menu {
    display: none;
  }
  /* line 95, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu.bbh-open ul {
    display: block;
    background: #FFFFFF;
    float: left;
    padding: 0 0 21px 24px;
  }
  /* line 101, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu.bbh-open ul li {
    margin-left: 0;
    text-transform: capitalize;
    padding: 0;
    font-size: 20px;
    line-height: 1.375em;
  }
  /* line 107, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu.bbh-open ul li:after, #page.menu-open #navigation .category-menu.bbh-open ul li#footer:before {
    display: none;
  }
  /* line 112, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu.bbh-open.block-menu {
    background: url('../images/menu-background-title.png?1541572090') no-repeat;
    background-size: 100% 100%;
    color: #c32748;
  }
  /* line 116, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu.bbh-open.block-menu .menu-title {
    background: #ffffff;
  }
  /* line 120, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu.bbh-open.block-menu li:hover {
    background: none;
  }
  /* line 124, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu.bbh-open.block-menu li a:hover {
    background-color: #c32748;
    color: #ffffff;
    text-decoration: none;
  }
  /* line 137, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu-tabs .menu-title {
    display: none;
  }
  /* line 140, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu-tabs > .menu {
    display: block;
    width: 100%;
  }
  /* line 143, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu-tabs > .menu li.expanded {
    margin-top: 0;
    background-image: none;
    background-color: white;
    float: left;
    padding: 0 0 0 34px;
    color: #c32748;
    font-size: 24px;
    font-weight: 500;
    line-height: 37px;
    text-transform: capitalize;
    width: 100%;
    margin-top: 7px;
    box-sizing: border-box;
    position: relative;
  }
  /* line 158, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu-tabs > .menu li.expanded:before {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 18px;
    height: 18px;
    background: url('../images/menu-dropdown-arrow.png?1541572090') no-repeat;
  }
  /* line 168, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu-tabs > .menu li.expanded.is-active-trail {
    color: #3b3b3b;
  }
  /* line 171, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu-tabs > .menu li.expanded.is-active-trail:before {
    background-image: url('../images/menu-dropdown-arrow-active.png?1541572090');
  }
  /* line 175, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu-tabs > .menu ul {
    position: relative;
    display: none;
  }
  /* line 180, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu-tabs > .menu li.is-active-trail ul {
    display: block;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    line-height: 25px;
    margin-left: -10px;
  }
  /* line 188, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu-tabs > .menu li.is-active-trail ul li {
    padding: 0;
    margin-left: 0;
  }
  /* line 191, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .category-menu-tabs > .menu li.is-active-trail ul li a {
    padding: 0 10px;
    margin-right: 5px;
  }
  /* line 203, ../sass/layouts/_mobile.scss */
  #page.menu-open #header {
    padding: 40px 10px 0;
  }
  /* line 207, ../sass/layouts/_mobile.scss */
  #page.menu-open #block-search-form,
  #page.menu-open #block-system-main-menu {
    float: right;
    display: block;
    margin: 0;
  }
  /* line 213, ../sass/layouts/_mobile.scss */
  #page.menu-open #block-search-form ul li,
  #page.menu-open #block-system-main-menu ul li {
    margin: 0 1em 0 0;
  }
  /* line 218, ../sass/layouts/_mobile.scss */
  #page.menu-open #block-search-form {
    background: none;
    width: 160px;
  }
  /* line 222, ../sass/layouts/_mobile.scss */
  #page.menu-open #block-search-form .form-item {
    display: block;
    margin: 0;
    padding: 0;
  }
  /* line 227, ../sass/layouts/_mobile.scss */
  #page.menu-open #block-search-form .form-text {
    display: block;
    padding: 0 5px;
    width: 100%;
    background: #ffffff;
  }
  /* line 233, ../sass/layouts/_mobile.scss */
  #page.menu-open #block-search-form .form-wrapper {
    /*float:none; 
    position:absolute;
    right:0;*/
  }
  /* line 238, ../sass/layouts/_mobile.scss */
  #page.menu-open #block-search-form .form-submit {
    position: absolute;
    top: 0;
    right: 0;
  }

  /* line 249, ../sass/layouts/_mobile.scss */
  .bbh-dropdown-menu .menu li {
    width: 40%;
  }

  /* line 255, ../sass/layouts/_mobile.scss */
  .view-search .view-filters .views-submit-button {
    left: 22px;
    top: 80px;
  }

  /* line 260, ../sass/layouts/_mobile.scss */
  .view-search .view-filters .views-widget-filter-keys {
    height: 120px;
  }

  /* line 264, ../sass/layouts/_mobile.scss */
  .view-search .view-filters input.form-text {
    width: 100%;
    max-width: 350px;
    min-width: 100px;
  }

  /* line 271, ../sass/layouts/_mobile.scss */
  .cookiepopup a.cookieOK {
    display: inline-block;
    height: 30px;
    font-size: 0;
  }

  /* line 277, ../sass/layouts/_mobile.scss */
  .has-category-tabs #navigation {
    margin-top: 0;
  }
  /* line 279, ../sass/layouts/_mobile.scss */
  .has-category-tabs #navigation #page.menu-open #navigation .bbh-navigation-wrapper {
    padding-top: 3px;
  }

  /* line 283, ../sass/layouts/_mobile.scss */
  body.has-dossier-tabs #navigation .theme-menu .menu li {
    width: 50%;
  }

  /* line 287, ../sass/layouts/_mobile.scss */
  .view-search .view-content > .item-list > ul > li {
    margin-right: 0px;
  }

  /* line 291, ../sass/layouts/_mobile.scss */
  #page.menu-open #navigation .block-menu a {
    font-size: 16px;
  }

  /* line 295, ../sass/layouts/_mobile.scss */
  .hideOnMobile {
    display: none;
  }

  /* line 298, ../sass/layouts/_mobile.scss */
  .showOnMobile {
    display: initial;
  }

  /* line 303, ../sass/layouts/_mobile.scss */
  div#TNSNipopopup #TNSNipomask {
    display: none;
  }
  /* line 307, ../sass/layouts/_mobile.scss */
  div#TNSNipopopup div#popup_container {
    border: none;
  }
  /* line 310, ../sass/layouts/_mobile.scss */
  div#TNSNipopopup div#popup_container .TNScontent {
    height: 30% !important;
    font-size: 28px !important;
  }
  /* line 315, ../sass/layouts/_mobile.scss */
  div#TNSNipopopup div#popup_container #TNSbuttons {
    height: initial;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 !important;
  }
  /* line 321, ../sass/layouts/_mobile.scss */
  div#TNSNipopopup div#popup_container #TNSbuttons #TNSKnop1, div#TNSNipopopup div#popup_container #TNSbuttons #TNSKnop2, div#TNSNipopopup div#popup_container #TNSbuttons #TNSKnop3, div#TNSNipopopup div#popup_container #TNSbuttons #TNSKnop4 {
    margin: 20px 0;
    float: none;
    width: 100% !important;
    height: 45px !important;
    left: 0;
    right: 0;
  }

  /* line 333, ../sass/layouts/_mobile.scss */
  .quiz-background {
    background-size: 700px;
  }

  /* line 340, ../sass/layouts/_mobile.scss */
  #content.quiz-result .node-quiz form {
    padding: 0;
  }
  /* line 344, ../sass/layouts/_mobile.scss */
  #content.quiz-result .node-quiz form .webform-component-field-collection .result-top {
    padding: 20px;
  }
  /* line 347, ../sass/layouts/_mobile.scss */
  #content.quiz-result .node-quiz form .webform-component-field-collection .result-top .top-image {
    width: 35%;
  }
  /* line 352, ../sass/layouts/_mobile.scss */
  #content.quiz-result .node-quiz form .webform-component-field-collection .result-top .top-text {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
  /* line 357, ../sass/layouts/_mobile.scss */
  #content.quiz-result .node-quiz form .webform-component-field-collection .result-top .top-text h2 {
    font-size: 1.05em;
  }
  /* line 363, ../sass/layouts/_mobile.scss */
  #content.quiz-result .node-quiz form .webform-component-field-collection .result-top .quiz-share {
    margin-bottom: 30px;
  }
  /* line 365, ../sass/layouts/_mobile.scss */
  #content.quiz-result .node-quiz form .webform-component-field-collection .result-top .quiz-share .social-whatsapp {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url('../images/social-whatsapp.png?1541572090') no-repeat 0 0;
    margin: 0 0 0 10px;
  }
  /* line 374, ../sass/layouts/_mobile.scss */
  #content.quiz-result .node-quiz form .webform-component-field-collection .result-top .top-restart {
    bottom: 10px;
    right: 15px;
  }
  /* line 380, ../sass/layouts/_mobile.scss */
  #content.quiz-result .node-quiz form .webform-component-field-collection .quiz-result-reference .reference-image {
    width: 30%;
  }
  /* line 384, ../sass/layouts/_mobile.scss */
  #content.quiz-result .node-quiz form .webform-component-field-collection .quiz-result-reference .reference-text {
    width: 60%;
  }
  /* line 386, ../sass/layouts/_mobile.scss */
  #content.quiz-result .node-quiz form .webform-component-field-collection .quiz-result-reference .reference-text p {
    line-height: 1.2em;
    height: 3.6em;
    overflow: hidden;
    margin-bottom: 0.4em;
    text-overflow: ellipsis;
  }

  /* line 406, ../sass/layouts/_mobile.scss */
  .quiz-background-mobile .node-quiz.view-mode-full form {
    margin: 0;
    padding: 40px 8px;
  }
  /* line 410, ../sass/layouts/_mobile.scss */
  .quiz-background-mobile .node-quiz.view-mode-full form h2 {
    font-size: 1.1em;
  }
  /* line 413, ../sass/layouts/_mobile.scss */
  .quiz-background-mobile .node-quiz.view-mode-full form h3 {
    font-size: 1.1em;
  }

  /* line 425, ../sass/layouts/_mobile.scss */
  #content .node-quiz.node-teaser .teaser_group_label h2 {
    font-size: 23px;
    margin-bottom: 10px;
  }
  /* line 429, ../sass/layouts/_mobile.scss */
  #content .node-quiz.node-teaser .teaser_group_label .field-type-text-with-summary {
    font-size: 20px;
  }
  /* line 433, ../sass/layouts/_mobile.scss */
  #content .node-quiz.node-teaser .teaser_group_label .field-name-field-button .form-submit {
    font-size: 22px;
    padding: 2px 10px 2px;
  }

  /* line 444, ../sass/layouts/_mobile.scss */
  .block-bff p.link {
    position: relative;
    right: unset;
    bottom: unset;
  }

  /* line 451, ../sass/layouts/_mobile.scss */
  .block-bff-sidebar {
    display: none;
  }

  /* line 467, ../sass/layouts/_mobile.scss */
  #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large0.title-bigger h2, #block-views-dossier-sidebar-nodes-block article.iniv-teaser-large1.title-bigger h2,
  #block-views-related-articles-block article.iniv-teaser-large0.title-bigger h2,
  #block-views-related-articles-block article.iniv-teaser-large1.title-bigger h2,
  #block-views-dossier-articles-block article.iniv-teaser-large0.title-bigger h2,
  #block-views-dossier-articles-block article.iniv-teaser-large1.title-bigger h2,
  #block-views-frontpage-articles-block article.iniv-teaser-large0.title-bigger h2,
  #block-views-frontpage-articles-block article.iniv-teaser-large1.title-bigger h2,
  .view-dossier-overviews article.iniv-teaser-large0.title-bigger h2,
  .view-dossier-overviews article.iniv-teaser-large1.title-bigger h2 {
    font-size: 32px;
  }

  /* line 477, ../sass/layouts/_mobile.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0.node-teaser.fade-to-black .teaser-text-group {
    padding: 75px 20px 20px;
    min-height: 200px;
    height: auto;
  }
  /* line 483, ../sass/layouts/_mobile.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0.node-teaser p:last-child {
    margin-bottom: 0;
  }
}
/*
figcaption {
	left:-10px;
}
#content {
	padding: 0 $page-padding;
}
*/
@media (max-width: 940px) {
  /* line 257, ../sass/layouts/_grid.scss */
  #below-content,
  #content {
    padding: 0 2.12766%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 263, ../sass/layouts/_grid.scss */
  #below-content.quiz-result,
  #content.quiz-result {
    padding: 0;
  }

  /* line 267, ../sass/layouts/_grid.scss */
  #header {
    padding-left: 2.12766%;
  }
  /* line 269, ../sass/layouts/_grid.scss */
  #header .cookiepopup {
    right: 2.12766%;
  }

  /* line 273, ../sass/layouts/_grid.scss */
  .sidebar-first .sidebars {
    float: left;
  }
}
/* 4 COLUMNS */
@media (min-width: 706px) {
  /* line 7, ../sass/layouts/_grid.scss */
  .group-campaign {
    margin-bottom: 1.91489%;
  }

  /*#main {
  	@if $columns < 4 {
  		margin-left: $gutter-width;
  		margin-right: $gutter-width;
  	}
  }*/
  /* line 20, ../sass/layouts/_grid.scss */
  .sidebar-first #content {
    float: left;
    width: 73.08511%;
    margin: 0 1.91489% 30px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 35px;
  }
  /* line 27, ../sass/layouts/_grid.scss */
  .sidebar-first .sidebars {
    width: 23.40426%;
  }
  /* line 29, ../sass/layouts/_grid.scss */
  .sidebar-first .sidebars article {
    width: 100%;
  }
  /* line 33, ../sass/layouts/_grid.scss */
  .sidebar-first #below-content {
    float: left;
    width: 100%;
  }

  /* line 39, ../sass/layouts/_grid.scss */
  .node-type-dossier #content {
    background: none;
  }

  		/* Verhouding van de blokken in de footer 
  		#footer .block-menu { width: 17.77%;}
  		#footer .block-ait-store-locator { width: 36.13%; }
  		#footer #block-block-1 { width: 26%; }
  		#footer #block-block-2 { width: 20.1%; }
  		#footer #block-block-3 { width: 100%; }
  */
  /* line 53, ../sass/layouts/_grid.scss */
  #footer {
    padding: 35px 1.91489%;
  }
  /* line 55, ../sass/layouts/_grid.scss */
  #footer .block {
    padding: 0 0.95745%;
    margin: 0 0.95745%;
    width: 23.08511%;
  }
  /* line 66, ../sass/layouts/_grid.scss */
  #footer .block-menu {
    width: 17.31383%;
  }
  /* line 69, ../sass/layouts/_grid.scss */
  #footer .block-ait-store-locator {
    width: 28.85638%;
  }
  /* line 77, ../sass/layouts/_grid.scss */
  #footer #block-block-3 {
    margin-top: 1.91489%;
    width: 92.34043%;
  }

  /* clear fix for rounding issues in chrome */
  /* line 117, ../sass/layouts/_grid.scss */
  .view-id-dossier_articles .view-content article:nth-child(4n + 1),
  .view-id-dossier_articles .view-content article:nth-child(4n + 1),
  .iniv-large-block-count0 article:nth-child(4n + 1) {
    clear: left;
  }

  /* line 123, ../sass/layouts/_grid.scss */
  .iniv-large-block-count1 article:nth-child(6),
  .iniv-large-block-count2 article:nth-child(6) {
    clear: left;
  }

  /* line 128, ../sass/layouts/_grid.scss */
  .iniv-large-block-count2 article:nth-child(11) {
    clear: right;
  }

  /* line 134, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block,
  #block-views-frontpage-articles-block,
  #block-views-related-articles-block,
  .view-dossier-overviews {
    width: 101.91489%;
  }
  /* line 145, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block article,
  #block-views-frontpage-articles-block article,
  #block-views-related-articles-block article,
  .view-dossier-overviews article {
    float: left;
    width: 23.08511%;
    margin: 0 1.91489% 1.91489% 0;
    min-height: 150px;
  }
  /* line 171, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block article.iniv-teaser-large0, #block-views-dossier-articles-block article.iniv-teaser-large1,
  #block-views-frontpage-articles-block article.iniv-teaser-large0,
  #block-views-frontpage-articles-block article.iniv-teaser-large1,
  #block-views-related-articles-block article.iniv-teaser-large0,
  #block-views-related-articles-block article.iniv-teaser-large1,
  .view-dossier-overviews article.iniv-teaser-large0,
  .view-dossier-overviews article.iniv-teaser-large1 {
    width: 48.08511%;
    /*padding-bottom: 0.5px;*/
  }
  /* line 180, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block article.iniv-teaser-large1,
  #block-views-frontpage-articles-block article.iniv-teaser-large1,
  #block-views-related-articles-block article.iniv-teaser-large1,
  .view-dossier-overviews article.iniv-teaser-large1 {
    float: right;
  }

  /* line 193, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label {
    font-size: 23px;
    padding: 1em 20px 0;
    left: 20px;
    right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 200, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label .field-name-body, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label .field-name-body, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label .field-name-body, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label .field-name-body {
    display: block;
  }
  /* line 203, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label p, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label p, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label p, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label p {
    margin: 0;
  }
  /* line 208, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label h2, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label h2, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label h2, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
  }
  /* line 213, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label h2 a, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label h2 a, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label h2 a, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label h2 a {
    color: #2c2c2c;
  }
  /* line 218, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label h2, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label h2, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label h2, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
  }
  /* line 223, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label h2 a, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label h2 a, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label h2 a, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label h2 a {
    color: #2c2c2c;
  }
  /* line 228, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 section, #block-views-frontpage-articles-block article.iniv-teaser-large1 section, #block-views-related-articles-block article.iniv-teaser-large0 section, #block-views-related-articles-block article.iniv-teaser-large1 section {
    margin: 0.2em 0 0.4em;
  }

  /* Deze kolom staat aan de rechterkant van een artikel als $columns == 4, er is dan dus maar ruimte voor 1 kolom en
  moet zich dus ook gedragen als zijnde 1 kolom. Als het aantal kolommen kleiner is dan 4 valt het onder het artikel
  en kan het zich zoals normaal gedragen */
  /* line 239, ../sass/layouts/_grid.scss */
  #block-views-related-articles-block article {
    width: 99%;
    margin-bottom: 10px;
  }
}
/* 3 COLUMNS */
@media (min-width: 471px) and (max-width: 705px) {
  /* line 7, ../sass/layouts/_grid.scss */
  .group-campaign {
    margin-bottom: 2.55319%;
  }

  /*#main {
  	@if $columns < 4 {
  		margin-left: $gutter-width;
  		margin-right: $gutter-width;
  	}
  }*/
  /* line 53, ../sass/layouts/_grid.scss */
  #footer {
    padding: 35px 2.55319%;
  }
  /* line 55, ../sass/layouts/_grid.scss */
  #footer .block {
    padding: 0 1.2766%;
    margin: 0 1.2766%;
    width: 46.17021%;
  }
  /* line 66, ../sass/layouts/_grid.scss */
  #footer .block-menu {
    width: 23.08511%;
  }
  /* line 69, ../sass/layouts/_grid.scss */
  #footer .block-ait-store-locator {
    width: 46.17021%;
  }
  /* line 77, ../sass/layouts/_grid.scss */
  #footer #block-block-3 {
    margin-top: 2.55319%;
    width: 92.34043%;
  }

  /* line 88, ../sass/layouts/_grid.scss */
  .sidebar_second {
    display: none;
  }

  /* line 91, ../sass/layouts/_grid.scss */
  .view-search .view-content > .item-list > ul > li {
    margin-right: 0;
  }

  /* line 94, ../sass/layouts/_grid.scss */
  .sidebars {
    display: none;
    padding: 4px;
  }

  /* line 98, ../sass/layouts/_grid.scss */
  body.node-type-dossier .sidebars {
    display: block;
  }

  /* line 99, ../sass/layouts/_grid.scss */
  body.node-type-article .sidebars {
    display: block;
  }

  /* line 102, ../sass/layouts/_grid.scss */
  #footer #block-block-2 {
    display: none;
  }

  /* line 105, ../sass/layouts/_grid.scss */
  #footer .category-menu {
    display: none;
  }

  /* clear fix for rounding issues in chrome */
  /* line 117, ../sass/layouts/_grid.scss */
  .view-id-dossier_articles .view-content article:nth-child(3n + 1),
  .view-id-dossier_articles .view-content article:nth-child(3n + 1),
  .iniv-large-block-count0 article:nth-child(3n + 1) {
    clear: left;
  }

  /* line 123, ../sass/layouts/_grid.scss */
  .iniv-large-block-count1 article:nth-child(4),
  .iniv-large-block-count2 article:nth-child(4) {
    clear: left;
  }

  /* line 128, ../sass/layouts/_grid.scss */
  .iniv-large-block-count2 article:nth-child(10) {
    clear: right;
  }

  /* line 134, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block,
  #block-views-frontpage-articles-block,
  #block-views-related-articles-block,
  .view-dossier-overviews {
    width: 102.55319%;
  }
  /* line 145, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block article,
  #block-views-frontpage-articles-block article,
  #block-views-related-articles-block article,
  .view-dossier-overviews article {
    float: left;
    width: 30.78014%;
    margin: 0 2.55319% 2.55319% 0;
    min-height: 150px;
  }
  /* line 171, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block article.iniv-teaser-large0, #block-views-dossier-articles-block article.iniv-teaser-large1,
  #block-views-frontpage-articles-block article.iniv-teaser-large0,
  #block-views-frontpage-articles-block article.iniv-teaser-large1,
  #block-views-related-articles-block article.iniv-teaser-large0,
  #block-views-related-articles-block article.iniv-teaser-large1,
  .view-dossier-overviews article.iniv-teaser-large0,
  .view-dossier-overviews article.iniv-teaser-large1 {
    width: 64.11348%;
    /*padding-bottom: 0.5px;*/
  }
  /* line 180, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block article.iniv-teaser-large1,
  #block-views-frontpage-articles-block article.iniv-teaser-large1,
  #block-views-related-articles-block article.iniv-teaser-large1,
  .view-dossier-overviews article.iniv-teaser-large1 {
    float: right;
  }

  /* line 193, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label {
    font-size: 23px;
    padding: 1em 20px 0;
    left: 20px;
    right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 200, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label .field-name-body, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label .field-name-body, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label .field-name-body, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label .field-name-body {
    display: block;
  }
  /* line 203, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label p, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label p, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label p, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label p {
    margin: 0;
  }
  /* line 208, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label h2, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label h2, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label h2, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
  }
  /* line 213, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label h2 a, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label h2 a, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label h2 a, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label h2 a {
    color: #2c2c2c;
  }
  /* line 218, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label h2, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label h2, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label h2, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
  }
  /* line 223, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label h2 a, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label h2 a, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label h2 a, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label h2 a {
    color: #2c2c2c;
  }
  /* line 228, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 section, #block-views-frontpage-articles-block article.iniv-teaser-large1 section, #block-views-related-articles-block article.iniv-teaser-large0 section, #block-views-related-articles-block article.iniv-teaser-large1 section {
    margin: 0.2em 0 0.4em;
  }

  /* Deze kolom staat aan de rechterkant van een artikel als $columns == 4, er is dan dus maar ruimte voor 1 kolom en
  moet zich dus ook gedragen als zijnde 1 kolom. Als het aantal kolommen kleiner is dan 4 valt het onder het artikel
  en kan het zich zoals normaal gedragen */
}
/* 2 COLUMNS */
@media (min-width: 321px) and (max-width: 470px) {
  /* line 7, ../sass/layouts/_grid.scss */
  .group-campaign {
    margin-bottom: 3.82979%;
  }

  /*#main {
  	@if $columns < 4 {
  		margin-left: $gutter-width;
  		margin-right: $gutter-width;
  	}
  }*/
  /* line 53, ../sass/layouts/_grid.scss */
  #footer {
    padding: 35px 3.82979%;
  }
  /* line 55, ../sass/layouts/_grid.scss */
  #footer .block {
    padding: 0 1.91489%;
    margin: 0 1.91489%;
    width: 100%;
  }
  /* line 66, ../sass/layouts/_grid.scss */
  #footer .block-menu {
    width: 34.62766%;
  }
  /* line 69, ../sass/layouts/_grid.scss */
  #footer .block-ait-store-locator {
    width: 57.71277%;
  }
  /* line 77, ../sass/layouts/_grid.scss */
  #footer #block-block-3 {
    margin-top: 3.82979%;
    width: 92.34043%;
  }

  /* line 88, ../sass/layouts/_grid.scss */
  .sidebar_second {
    display: none;
  }

  /* line 91, ../sass/layouts/_grid.scss */
  .view-search .view-content > .item-list > ul > li {
    margin-right: 0;
  }

  /* line 94, ../sass/layouts/_grid.scss */
  .sidebars {
    display: none;
    padding: 4px;
  }

  /* line 98, ../sass/layouts/_grid.scss */
  body.node-type-dossier .sidebars {
    display: block;
  }

  /* line 99, ../sass/layouts/_grid.scss */
  body.node-type-article .sidebars {
    display: block;
  }

  /* line 102, ../sass/layouts/_grid.scss */
  #footer #block-block-2 {
    display: none;
  }

  /* line 105, ../sass/layouts/_grid.scss */
  #footer .category-menu {
    display: none;
  }

  /* line 111, ../sass/layouts/_grid.scss */
  #footer .block-ait-store-locator {
    width: 92.34043%;
  }

  /* clear fix for rounding issues in chrome */
  /* line 117, ../sass/layouts/_grid.scss */
  .view-id-dossier_articles .view-content article:nth-child(2n + 1),
  .view-id-dossier_articles .view-content article:nth-child(2n + 1),
  .iniv-large-block-count0 article:nth-child(2n + 1) {
    clear: left;
  }

  /* line 123, ../sass/layouts/_grid.scss */
  .iniv-large-block-count1 article:nth-child(2),
  .iniv-large-block-count2 article:nth-child(2) {
    clear: left;
  }

  /* line 128, ../sass/layouts/_grid.scss */
  .iniv-large-block-count2 article:nth-child(9) {
    clear: right;
  }

  /* line 134, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block,
  #block-views-frontpage-articles-block,
  #block-views-related-articles-block,
  .view-dossier-overviews {
    width: 100%;
  }
  /* line 145, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block article,
  #block-views-frontpage-articles-block article,
  #block-views-related-articles-block article,
  .view-dossier-overviews article {
    float: left;
    min-height: 150px;
  }
  /* line 153, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block article.teaser-normal-even,
  #block-views-frontpage-articles-block article.teaser-normal-even,
  #block-views-related-articles-block article.teaser-normal-even,
  .view-dossier-overviews article.teaser-normal-even {
    width: 48.08511%;
    margin: 0 0 3.82979% 0;
  }
  /* line 158, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block article.teaser-normal-odd,
  #block-views-frontpage-articles-block article.teaser-normal-odd,
  #block-views-related-articles-block article.teaser-normal-odd,
  .view-dossier-overviews article.teaser-normal-odd {
    width: 48.08511%;
    margin: 0 3.82979% 3.82979% 0;
  }
  /* line 171, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block article.iniv-teaser-large0, #block-views-dossier-articles-block article.iniv-teaser-large1,
  #block-views-frontpage-articles-block article.iniv-teaser-large0,
  #block-views-frontpage-articles-block article.iniv-teaser-large1,
  #block-views-related-articles-block article.iniv-teaser-large0,
  #block-views-related-articles-block article.iniv-teaser-large1,
  .view-dossier-overviews article.iniv-teaser-large0,
  .view-dossier-overviews article.iniv-teaser-large1 {
    width: 100%;
  }
  /* line 180, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block article.iniv-teaser-large1,
  #block-views-frontpage-articles-block article.iniv-teaser-large1,
  #block-views-related-articles-block article.iniv-teaser-large1,
  .view-dossier-overviews article.iniv-teaser-large1 {
    float: right;
    margin: 0 0 3.82979% 0;
  }

  /* line 193, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label {
    font-size: 23px;
    padding: 1em 20px 0;
    left: 20px;
    right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 200, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label .field-name-body, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label .field-name-body, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label .field-name-body, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label .field-name-body {
    display: block;
  }
  /* line 203, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label p, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label p, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label p, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label p {
    margin: 0;
  }
  /* line 208, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label h2, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label h2, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label h2, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
  }
  /* line 213, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label h2 a, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label h2 a, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label h2 a, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label h2 a {
    color: #2c2c2c;
  }
  /* line 218, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label h2, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label h2, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label h2, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
  }
  /* line 223, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 .teaser_group_label h2 a, #block-views-frontpage-articles-block article.iniv-teaser-large1 .teaser_group_label h2 a, #block-views-related-articles-block article.iniv-teaser-large0 .teaser_group_label h2 a, #block-views-related-articles-block article.iniv-teaser-large1 .teaser_group_label h2 a {
    color: #2c2c2c;
  }
  /* line 228, ../sass/layouts/_grid.scss */
  #block-views-frontpage-articles-block article.iniv-teaser-large0 section, #block-views-frontpage-articles-block article.iniv-teaser-large1 section, #block-views-related-articles-block article.iniv-teaser-large0 section, #block-views-related-articles-block article.iniv-teaser-large1 section {
    margin: 0.2em 0 0.4em;
  }

  /* Deze kolom staat aan de rechterkant van een artikel als $columns == 4, er is dan dus maar ruimte voor 1 kolom en
  moet zich dus ook gedragen als zijnde 1 kolom. Als het aantal kolommen kleiner is dan 4 valt het onder het artikel
  en kan het zich zoals normaal gedragen */
}
/* 1 COLUMN  */
@media (max-width: 320px) {
  /* line 7, ../sass/layouts/_grid.scss */
  .group-campaign {
    margin-bottom: 7.65957%;
  }

  /*#main {
  	@if $columns < 4 {
  		margin-left: $gutter-width;
  		margin-right: $gutter-width;
  	}
  }*/
  /* line 53, ../sass/layouts/_grid.scss */
  #footer {
    padding: 35px 7.65957%;
  }
  /* line 55, ../sass/layouts/_grid.scss */
  #footer .block {
    padding: 0 3.82979%;
    margin: 0 3.82979%;
    width: 100%;
  }
  /* line 66, ../sass/layouts/_grid.scss */
  #footer .block-menu {
    width: 69.25532%;
  }
  /* line 69, ../sass/layouts/_grid.scss */
  #footer .block-ait-store-locator {
    width: 115.42553%;
  }
  /* line 77, ../sass/layouts/_grid.scss */
  #footer #block-block-3 {
    margin-top: 7.65957%;
    width: 92.34043%;
  }

  /* line 88, ../sass/layouts/_grid.scss */
  .sidebar_second {
    display: none;
  }

  /* line 91, ../sass/layouts/_grid.scss */
  .view-search .view-content > .item-list > ul > li {
    margin-right: 0;
  }

  /* line 94, ../sass/layouts/_grid.scss */
  .sidebars {
    display: none;
    padding: 4px;
  }

  /* line 98, ../sass/layouts/_grid.scss */
  body.node-type-dossier .sidebars {
    display: block;
  }

  /* line 99, ../sass/layouts/_grid.scss */
  body.node-type-article .sidebars {
    display: block;
  }

  /* line 102, ../sass/layouts/_grid.scss */
  #footer #block-block-2 {
    display: none;
  }

  /* line 105, ../sass/layouts/_grid.scss */
  #footer .category-menu {
    display: none;
  }

  /* line 108, ../sass/layouts/_grid.scss */
  #footer .block-ait-store-locator {
    width: 92.34043%;
  }

  /* clear fix for rounding issues in chrome */
  /* line 117, ../sass/layouts/_grid.scss */
  .view-id-dossier_articles .view-content article:nth-child(1n + 1),
  .view-id-dossier_articles .view-content article:nth-child(1n + 1),
  .iniv-large-block-count0 article:nth-child(1n + 1) {
    clear: left;
  }

  /* line 123, ../sass/layouts/_grid.scss */
  .iniv-large-block-count1 article:nth-child(0),
  .iniv-large-block-count2 article:nth-child(0) {
    clear: left;
  }

  /* line 128, ../sass/layouts/_grid.scss */
  .iniv-large-block-count2 article:nth-child(8) {
    clear: right;
  }

  /* line 134, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block,
  #block-views-frontpage-articles-block,
  #block-views-related-articles-block,
  .view-dossier-overviews {
    width: 100%;
  }
  /* line 145, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block article,
  #block-views-frontpage-articles-block article,
  #block-views-related-articles-block article,
  .view-dossier-overviews article {
    float: left;
    width: 100%;
    margin: 0 0 7.65957% 0;
    min-height: 150px;
  }
  /* line 171, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block article.iniv-teaser-large0, #block-views-dossier-articles-block article.iniv-teaser-large1,
  #block-views-frontpage-articles-block article.iniv-teaser-large0,
  #block-views-frontpage-articles-block article.iniv-teaser-large1,
  #block-views-related-articles-block article.iniv-teaser-large0,
  #block-views-related-articles-block article.iniv-teaser-large1,
  .view-dossier-overviews article.iniv-teaser-large0,
  .view-dossier-overviews article.iniv-teaser-large1 {
    width: 100%;
  }
  /* line 180, ../sass/layouts/_grid.scss */
  #block-views-dossier-articles-block article.iniv-teaser-large1,
  #block-views-frontpage-articles-block article.iniv-teaser-large1,
  #block-views-related-articles-block article.iniv-teaser-large1,
  .view-dossier-overviews article.iniv-teaser-large1 {
    float: right;
    margin: 0 0 7.65957% 0;
  }

  /* Deze kolom staat aan de rechterkant van een artikel als $columns == 4, er is dan dus maar ruimte voor 1 kolom en
  moet zich dus ook gedragen als zijnde 1 kolom. Als het aantal kolommen kleiner is dan 4 valt het onder het artikel
  en kan het zich zoals normaal gedragen */
}
/* Language overrides */
/* line 2, ../sass/layouts/_large.scss */
#block-system-main-menu .last {
  display: inline-block;
}
